.module-name-sup{
    font-size: .7em;
    font-family: "Kanit";
    font-weight: 100;
}
.module-name{
    font-size: .8em;
    font-family: "Kanit";
    color: #880e4f !important;
}
@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-light.eot);
    src: local("Cerebri-sans Light"), url(../fonts/cerebrisans-light.woff) format("woff");
    font-weight: 300
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-regular.eot);
    src: local("Cerebri-sans Regular"), url(../fonts/cerebrisans-regular.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-medium.eot);
    src: local("Cerebri-sans Medium"), url(../fonts/cerebrisans-medium.woff) format("woff");
    font-weight: 500
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-semibold.eot);
    src: local("Cerebri-sans Semibold"), url(../fonts/cerebrisans-semibold.woff) format("woff");
    font-weight: 600
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-bold.eot);
    src: local("Cerebri-sans Bold"), url(../fonts/cerebrisans-bold.woff) format("woff");
    font-weight: 700
}

body, html {
    background-color: #f5f6f8;
    font-family: "Cerebri Sans,sans-serif";
    /*font-style: normal;*/
}

a:active, a, a:visited, a:hover {
    text-decoration: none;
}

.btn-smx {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.45rem;
    --bs-btn-font-size: 0.675rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}
.img-gray {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.title-three h1 {
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1em;
    padding-bottom: 15px;
    position: relative;
}

.title-three h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #aaa;
}

.title-three h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    /*max-width: 100%;*/
    background-color: #aaa;
}

thead.header-bg tr th {
    background-color: #eceff1;
}

.menu-item-ms {
    margin-left: 2.0rem;
}

a.menu-item {
    font-size: 1.0em;
    margin-left: 2.0rem;
    color: #666 !important;
}

a.menu-item:first-child {
    margin-left: 0;
}

div.menu-app a.menu-item,
div.menu-app a.menu-item:active,
div.menu-app a.menu-item:visited {
    color: #666 !important;
}

div.menu-app a.menu-item:hover {
    color: #222 !important;
}

.page-title {
    margin-bottom: 1.5rem;
}

.header-top a,
.header-top a:active,
.header-top a:visited,
.header-top a:link {
    color: #fafafe !important;
}

tfoot.yellow-5 tr td {
    background-color: #fffde7 !important;
    color: #000 !important;
}

/* Custon BTNS */
.btn-light-blue-darken-4 {
    background-color: #01579b !important;
    border-color: #01579b !important;
    color: #fff;
}

.btn-brown-darken-3 {
    background-color: #4e342e !important;
    border-color: #4e342e !important;
    color: #fff;
}
