h1, h5, .menu-link {
    font-family: "Noto Sans Thai", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.h-5 {
    font-family: "Noto Sans Thai", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

h6 {
    font-family: "Noto Sans Thai", sans-serif;
}

.welcome {
    width: 100px;
}

.form-label, .col-form-label, th {
    font-size: 1em;
    font-family: "Noto Sans Thai", sans-serif;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

table tbody td {
    font-family: "Noto Sans Thai", sans-serif;
}


.sidebar-link {
    font-family: "Noto Sans Thai", sans-serif;
}

.btn {
    font-family: "Noto Sans Thai", sans-serif;
}


strong {
    font-family: "Noto Sans Thai", sans-serif;
    color: #000;
}

small {
    font-family: "Noto Sans Thai", sans-serif;
    color: #000;
    letter-spacing: 1px;
}

h5 {
    color: #000;
    font-weight: bolder;
}

.bg-circle-number {
    border: solid 3px #444;
    background: #fff;
    width: 31px;
    height: 31px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-weight: bolder;
    color: #111;
    margin: 0 2px;
}

.bg-circle-number-active {
    border: solid 3px #444;
    background: #000;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-weight: bolder;
    color: #fff;


}

.label-active {
    color: #5D87FF;
    font-weight: bolder;
}

ul li {
    line-height: 24px;
    margin: 8px 0;
}


.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #13de7c;
    --bs-btn-border-color: #13DEB9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #10bd9d;
    --bs-btn-hover-border-color: #0fb294;
    --bs-btn-focus-shadow-rgb: 54, 227, 196;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0fb294;
    --bs-btn-active-border-color: #0ea78b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #13DEB9;
    --bs-btn-disabled-border-color: #13DEB9
}

.space-x-1{
    letter-spacing: 1px;
}
