@font-face {
    font-family: "regular-font-kh";
    src: url(font/Hanuman-Regular.ttf);
}

@font-face {
    font-family: "bold-font-kh";
    src: url(font/Hanuman-Bold.ttf);
}

@font-face {
    font-family: "regular-font-en";
    src: url(font/Roboto-Regular.ttf);
}

@font-face {
    font-family: "bold-font-en";
    src: url(font/Roboto-Bold.ttf);
}

@font-face {
    font-family: "title-font-kh";
    src: url(font/Moul-Regular.ttf);
}

*:not(.fa):not(.fas):not(.far):not(.glyphicon) {
    font-family: regular-font-en, regular-font-kh;
}

.badge, th {
    font-family: bold-font-en, bold-font-kh !important;
}

.title {
    font-family: bold-font-en, title-font-kh !important;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: unset;
}

body {
    font-size: 15px;
}

.main-footer {
    padding: 0 10px;
    font-size: 10px;
}

.brand-link {
    background-color: #357CA5 !important
}

.brand-text {
    color: #fff;
}

.main-header {
    background-color: #3C8DBC;
    color: #fff;
}

.main-header a, .main-header a i, .main-header li.breadcrumb-item, .breadcrumb-item::before {
    color: #fff !important;
}


/*.select2-selection--single {*/
/*    border: 1px solid #d3dbe2 !important;*/
/*    height: 34px !important;*/
/*    border-radius: 0 !important;*/
/*    outline: none !important;*/
/*}*/
/*.select2-selection {*/
/*    border-radius: 0 !important;*/
/*}*/
/*.select2-selection--single {*/
/*    border: 1px solid #d3dbe2 !important;*/
/*    height: 34px !important;*/
/*    border-radius: 0 !important;*/
/*    outline: none !important;*/
/*}*/
/*.select2-selection {*/
/*    border-radius: 0 !important;*/
/*}*/

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.table.table-head-fixed thead tr.fixed-header th {
    background-color: #ffffff;
    border-bottom: 0;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
    position: sticky;
    top: 0;
    z-index: 10;
}

.table.table-head-fixed.table-dark thead tr.fixed-header th {
    background-color: #212529;
    box-shadow: inset 0 1px 0 #383f45, inset 0 -1px 0 #383f45;
}

.table.table-head-fixed thead tr.fixed-header th {
    background-color: #ffffff;
    border-bottom: 0;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}

.table.table-head-fixed.table-dark thead tr.fixed-header th {
    background-color: #212529;
    box-shadow: inset 0 1px 0 #383f45, inset 0 -1px 0 #383f45;
}

.error, .required {
    color: red;
    font-size: 12px;
}

.hidden {
    display: none !important;
}

/* PROFILE */
.box.box-primary {
    border-top-color: #3c8dbc;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.profile-user-img {
    margin: 0 auto !important;
    width: 75px !important;
    padding: 3px !important;
    /*border: 3px solid #d2d6de !important;*/
    border: 3px solid #357CA5 !important;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.dropdown-menu {
    border: 0;
    margin-top: 3px;
}