@media only screen and (min-height: 0) and (max-height: 400px){
    .padding-top {
        padding-top: 15px;
    }
    .logo-responsive{
        max-width: 60px;
    }
    .branch-title {
        font-size: 14px;
    }
    .makeStyles-button-3{
        height: 30px !important;
    }
    .makeStyles-buttonMicrosoft-4{
        height: 30px !important;
    }
}
@media only screen and (min-height: 400px) and (max-height: 600px){
    .padding-top {
        padding-top: 30px;
    }
    .logo-responsive{
        max-width: 70px;
    }
    .branch-title {
        font-size: 14px;
    }
    .makeStyles-button-3{
        height: 30px !important;
    }
    .makeStyles-buttonMicrosoft-4{
        height: 30px !important;
    }
}
@media only screen and (min-height: 600px) and (max-height: 650px){
    .padding-top {
        padding-top: 40px;
    }
    .logo-responsive{
        max-width: 80px;
    }
    .branch-title {
        font-size: 16px;
    }
    .makeStyles-button-3{
        height: 30px !important;
    }
    .makeStyles-buttonMicrosoft-4{
        height: 30px !important;
    }
}
@media only screen and (min-height: 650px) and (max-height: 700px) {
    .padding-top {
        padding-top: 50px;
    }
    .logo-responsive{
        max-width: 90px;
    }
    .branch-title {
        font-size: 16px;
    }
    h4, .h4{
        font-size: calc(1.26rem) !important;
    }
    .makeStyles-button-3{
        height: 33px !important;
    }
    .makeStyles-buttonMicrosoft-4{
        height: 33px !important;
    }
}
@media only screen and (min-height: 700px) and (max-height: 720px) {
    .padding-top {
        padding-top: 60px;
    }
    .logo-responsive{
        max-width: 100px;
    }
    .branch-title {
        font-size: 16px;
    }
    .makeStyles-button-3{
        height: 35px !important;
    }
    .makeStyles-buttonMicrosoft-4{
        height: 35px !important;
    }
}
@media only screen and (min-height: 720px) and (max-height: 750px) {
    .padding-top {
        padding-top: 70px;
    }
    .logo-responsive{
        max-width: 110px;
    }
    .branch-title {
        font-size: 16px;
    }
    .makeStyles-button-3{
        height: 38px !important;
    }
    .makeStyles-buttonMicrosoft-4{
        height: 38px !important;
    }
}
@media only screen and (min-height: 750px) and (max-height: 770px) {
    .padding-top {
        padding-top: 80px;
    }
    .logo-responsive{
        max-width: 120px;
    }
    .branch-title {
        font-size: 18px;
    }
    .makeStyles-button-3{
        height: 38px !important;
    }
    .makeStyles-buttonMicrosoft-4{
        height: 38px !important;
    }
}
@media only screen and (min-height: 770px) and (max-height: 800px) {
    .padding-top {
        padding-top: 90px;
    }
    .logo-responsive{
        max-width: 120px;
    }
    .branch-title {
        font-size: 16px;
    }
}
@media only screen and (min-height: 800px) {
    .padding-top {
        padding-top: 90px;
    }
    .logo-responsive{
        max-width: 120px;
    }
}
.table-layout-none{
    table-layout: unset !important;
}
.auth-login-area > div{
    text-align: center
}
.auth-login-area p{
    text-align: left;
}
.auth-login-area > div > div{
    display: inline-flex;
}
.auth-login-area > div > div > div.card:first-child{
    display: inline-flex;
    max-width: 490px;
    float: right;
}
.auth-login-area .card-body.padding-less{
    padding: 1.5rem 2rem !important;
}
.auth-login-area .card-body.padding-less p{
    font-size: 0.9rem;
}
/*color*/
.dark-blue {
    color: #29609f
}
.strong-blue{
    color: #026bca
}
.pink-red{
    color: #f64e60
}
.main-green{
    color: #299f72
}
.french-blue{
    color: #4a70ae
}
.deep-bue{
    color: #29569f;
}
.yellow-orange{
    color: #f5af04;
}
.bluey-grey{
    color: #919bc0;
}
/*color end*/
.multiple-icon {
    display: flex;
}
.multiple-icon svg{
    font-size: 1.6rem !important;
}
label {
    margin: 0;
}
.header-fixed.subheader-fixed .subheader{
    height: 44px !important;
}
.header-fixed.subheader-fixed.subheader-enabled .wrapper{
    padding-top: 109px !important;
}
.container {
    margin: 0;
    max-width: none !important;
}

a.brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.brand-logo img {
    width: 35px;
    height: 35px;
}

a.brand-logo .brand-name {
    text-transform: uppercase;
    margin: 0 5px;
    font-size: 12px;
    color: #29569f;
}
.react-bs-table-sizePerPage-dropdown ul li a{
    color: #29569f !important;
    font-weight: bold;
    padding: 0.75rem 1.25rem;
}
.react-bs-table-sizePerPage-dropdown ul li{
    padding: unset !important;
}
#kt_header_menu .MuiInputBase-root{
    display: flex;
    align-items: center;
    margin-right: 5px;
}
#kt_header_menu .MuiInputBase-root:before,#kt_header_menu .MuiInput-underline:after{
    content: none;
}
#kt_header_menu .MuiInputBase-root .MuiSelect-root {
    color: #1e1e2d;
    background-color: white;
    border-radius: 6px;
    border: solid 1px #919bc0;
    font-size: 0.9rem;
    padding: 6px 20px 7px 6px;
}
#kt_header_menu .dropdown .btn.btn-primary.dropdown-toggle:after{
    color: #1e1e2d;
}
#kt_header_menu h3{
    display: flex;
    align-items: center;
    margin: auto;
}
#kt_header_menu h3 .badge{
    font-size: 12px;
    padding: 0.7em 0.75em;
    font-weight: normal;
}

.header-menu b.header-title {
    font-weight: bolder;
    color: #29569f;
}

section#authWrapper {
    height: 100%;
    overflow: auto;
}

.login-content-container {
    height: 100%;
    margin: 0;
}

.login-content-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: white;;
}

.login-content-fixed .col-md-5 {
    
    box-shadow: 0 2px 20px 0 #ffffff;
}

.login-content-absolute {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 !important;
    height: 100%;
}

.login-content-form {
    height: 100%;
    width: 100%;
    font-family: Arimo !important;
}

.login-content-form, .login-content-form a, .login-content-form span, .login-content-form p {
    font-family: Arimo !important;
}

.login-content-image {
    background-image: url('/media/bg/auth.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.login-content-bg {
    background-image: url('/media/bg/bg-12.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.danIcon {
    background-image: url('/media/logos/dan.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #d8d8d8 !important;
}
.m-1p{
    margin: 1px;
}
.m-2p{
    margin: 2px;
}
.m-3p{
    margin: 3px;
}
.m-4p{
    margin: 4px;
}
.m-5p{
    margin: 5px;
}
.m-6p{
    margin: 6px;
}
.m-7p{
    margin: 7px;
}
.m-8p{
    margin: 8px;
}
.m-9p{
    margin: 9px;
}
.m-10p{
    margin: 10px;
}
.m-11p{
    margin: 11px;
}
.m-12{
    margin: 12px;
}
.m-13p{
    margin: 13px;
}
.m-14p{
    margin: 14px;
}
.m-15p{
    margin: 15px;
}
.m-16p{
    margin: 16px;
}
.m-17p{
    margin: 17px;
}
.m-18p{
    margin: 18px;
}
.m-19p{
    margin: 19px;
}
.m-20p{
    margin: 20px;
}
.m-21p{
    margin: 21px;
}
.m-22p{
    margin: 22px;
}
.m-23p{
    margin: 23px;
}
.m-24p{
    margin: 24px;
}
.m-25p{
    margin: 25px;
}
.p-1p{
    padding: 1px;
}
.p-2p{
    padding: 2px;
}
.p-3p{
    padding: 3px;
}
.p-4p{
    padding: 4px;
}
.p-5p{
    padding: 5px;
}
.p-6p{
    padding: 6px;
}
.p-7p{
    padding: 7px;
}
.p-8p{
    padding: 8px;
}
.p-9p{
    padding: 9px;
}
.p-10p{
    padding: 10px;
}
.p-11p{
    padding: 11px;
}
.p-12p{
    padding: 12px;
}
.p-13p{
    padding: 13px;
}
.p-14p{
    padding: 14px;
}
.p-15p{
    padding: 15px;
}
.p-16p{
    padding: 16px;
}
.p-17p{
    padding: 17px;
}
.p-18p{
    padding: 18px;
}
.p-19p{
    padding: 19px;
}
.p-20p{
    padding: 20px;
}
.p-21p{
    padding: 21px;
}
.p-22p{
    padding: 22px;
}
.p-23p{
    padding: 23px;
}
.p-24p{
    padding: 24px;
}
.p-25p{
    padding: 25px;
}
.pt60 {
    padding-top: 60px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.pt110 {
    padding-top: 110px !important;
}
.pt120 {
    padding-top: 120px !important;
}
.pt130 {
    padding-top: 130px !important;
}
.pt140 {
    padding-top: 140px !important;
}
.pt150 {
    padding-top: 150px !important;
}
.pt160 {
    padding-top: 160px !important;
}
.pt170 {
    padding-top: 170px !important;
}
.pt180 {
    padding-top: 180px !important;
}
.pt190 {
    padding-top: 190px !important;
}
.pt200 {
    padding-top: 200px !important;
}
.pb-12 {
    padding: 12.5rem;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
.pb110 {
    padding-bottom: 110px !important;
}
.pb120 {
    padding-bottom: 120px !important;
}
.pb130 {
    padding-bottom: 130px !important;
}
.pb140 {
    padding-bottom: 140px !important;
}
.pb150 {
    padding-bottom: 150px !important;
}
.pb160 {
    padding-bottom: 160px !important;
}
.ptb70 {
    padding-bottom: 170px !important;
}
.pb180 {
    padding-bottom: 180px !important;
}
.pb190 {
    padding-bottom: 190px !important;
}
.pb200 {
    padding-bottom: 200px !important;
}

.pad0 {
    padding: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt30 {
    margin-top: 30px;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb30 {
    margin-bottom: 30px;
}
.fs-01 {
    font-size: 0.1rem !important;
}
.fs-02 {
    font-size: 0.2rem !important;
}
.fs-03 {
    font-size: 0.3rem !important;
}
.fs-04 {
    font-size: 0.4rem !important;
}
.fs-05 {
    font-size: 0.5rem !important;
}
.fs-06 {
    font-size: 0.6rem !important;
}
.fs-07 {
    font-size: 0.7rem !important;
}
.fs-08 {
    font-size: 0.8rem !important;
}
.fs-09 {
    font-size: 0.9rem !important;
}
.fs-10 {
    font-size: 1.0rem !important;
}
.fs-11 {
    font-size: 1.1rem !important;
}
.fs-12 {
    font-size: 1.2rem !important;
}
.fs-13 {
    font-size: 1.3rem !important;
}
.fs-14 {
    font-size: 1.4rem !important;
}
.fs-15 {
    font-size: 1.5rem !important;
}

.text-transform-none{
    text-transform: none !important;
}

.font-w-bold{
    font-weight: bold !important;
}
.branch-title {
    color: #29569f;
    margin-top: 24px;
    font-weight: bold;
}

.social a {
    width: 40px;
    height: 30px;
    padding: 3px;
    margin: 3px;
}

.social i {
    font-size: 1.2em !important;
    padding: 0 !important;
    margin: 0;
}
input.account {
    color: #1e1e2d;
    background-color: #d8d8d8;
    border-radius: 6px;
    border: solid 1px #919bc0;
    font-size: 0.9rem;
    padding: 6px 20px 7px 6px;
}
.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.aside-menu-right-side-shadow{
    box-shadow: 0 30px 30px 0 rgb(82 63 105 / 10%)
}
.card-footer{
    padding: 1.5rem 2.2rem !important;
}
.modal-footer{
    justify-content: center !important;
    padding: 1rem !important;
}
.default-input-border > div{
    /* border: 1px solid #919bc0 !important; */
}
.btn{
    padding: 0.5rem 1rem !important;
}
.btn-padding-less{
    padding: 0 !important;
}
.form-input-group input{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.form-input-group .input-group-text{
    border: 1px solid #919bc0 !important;
    background: #a9b3d8 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.content{
    padding: 15px 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.p-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.card .card{
    box-shadow: 0 1px 15px 1px rgb(81 77 92 / 15%);
    border: none;
    word-wrap: normal;
}
.modal .card{
    box-shadow: 0 1px 15px 1px rgb(81 77 92 / 15%);
    border: none;
    word-wrap: normal;
}
.card-body{
    padding: 2rem;
}
.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-text{
    color: #29569f !important;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link .menu-text{
    color: #29569f !important;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-text{
    color: #29569f !important;
}
.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-text{
    color: #29569f !important;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-heading .menu-bullet.menu-bullet-dot > span, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item.menu-item-active > .menu-link .menu-bullet.menu-bullet-dot > span{
    background-color: #29569f !important;
}
.aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-bullet.menu-bullet-dot > span, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-bullet.menu-bullet-dot > span{
    background-color: #29569f !important;
}
.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-arrow, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-arrow{
    color: #29569f !important;
}
.menu-item.menu-item-open .text-dark-50{
    color: #29569f !important;
}
.menu-link.menu-toggle:hover .text-dark-50{
    color: #29569f !important;
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-icon.svg-icon svg g [fill], .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon.svg-icon svg g [fill]{
    fill: #29569f !important;
}
.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-icon.svg-icon svg g [fill], .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-icon.svg-icon svg g [fill]{
    fill: #29569f !important;
}
.col-3 .card.card-custom .card-body{
    padding: 2rem 1rem !important;
}
.card.card-custom{
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 10%) !important;
}
.card-header{
    padding: 1rem 2.25rem !important;
}
.card-header-with-tab .card-header{
    border-bottom: 2px solid rgba(41, 86, 159, 0.3) !important;
}
.card-header-tabs{
    margin-bottom: -1rem !important;
    margin-left: -2.25rem !important;
}
.card-header-tabs .nav-item{
    margin-right: 0 !important;
}
.card-header-tabs .nav-item .nav-link{
    position: relative;
    top: 1px;
    border-left: none;
    border-top: none;
    border-right: none;
}
.card-header-tabs .nav-item .nav-link.active{
    position: relative;
    top: 1px;
    color: #29569f;
    font-weight: bold;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #29569f;
}
.nav .show > .nav-link, .nav .nav-link:hover:not(.disabled), .nav .nav-link.active{
    position: relative;
    top: 1px;
    /*color: #29569f !important;*/
    /*font-weight: 500;*/
    border-left: none;
    border-top: none;
    border-right: none;
    /*border-bottom: 2px solid #29569f;*/
}
.lesson-result-tab .nav-item .nav-link.active{
    background: #29569f;
    color: #fff;
    font-weight: bold;
}
.lesson-result-tab .nav-item .nav-link.active:hover{
    top: 0;
    color: #fff;
}
.lesson-result-tab .nav-item .nav-link{
    top: 0;
    margin-right: 5px;
    background: rgba(41, 86, 159, 0.2);
}
.lesson-result-tab .nav-item .nav-link:hover{
    top: 0;
}
.separator.separator-dashed{
    border-bottom: 1px dashed #919bc0 !important;
}
form .form-control, form .PrivateNotchedOutline-root-1{
    border: 1px solid #919bc0;
}
form .form-control, form .css-yk16xz-control{
    border: 1px solid #919bc0;
}
form .form-group{
    margin-bottom: 0.8rem !important;
}
form .form-group .form-label{
    color: #1e1e2d;
}
form .col-form-label{
    line-height: 1 !important;
}
form .form-padding-1{
    margin-bottom: 0.1rem !important;
}
.form-padding-1 .col-form-label{
    padding-top: calc(0.1rem + 1px) !important;
    padding-bottom: calc(0.1rem + 1px) !important;
}
form .form-padding-2{
    margin-bottom: 0.2rem !important;
}
.form-padding-2 .col-form-label{
    padding-top: calc(0.2rem + 1px) !important;
    padding-bottom: calc(0.2rem + 1px) !important;
}
form .form-padding-3{
    margin-bottom: 0.3rem !important;
}
.form-padding-3 .col-form-label{
    padding-top: calc(0.3rem + 1px) !important;
    padding-bottom: calc(0.3rem + 1px) !important;
}
form .form-padding-4{
    margin-bottom: 0.4rem !important;
}
.form-padding-4 .col-form-label{
    padding-top: calc(0.4rem + 1px) !important;
    padding-bottom: calc(0.4rem + 1px) !important;
}
form .form-padding-5{
    margin-bottom: 0.5rem !important;
}
.form-padding-5 .col-form-label{
    padding-top: calc(0.5rem + 1px) !important;
    padding-bottom: calc(0.5rem + 1px) !important;
}
.modal .modal-header .close span{
    display: flex !important;
}

.modal-header{
    padding: 1rem 1.75rem !important;
}
.icon-1_8x{
    font-size: 1.8rem;
}
.icon-1_5x{
    font-size: 1.5rem;
}

div.MuiFormControl-root.is-invalid > div {
    border: 1px solid #F64E60;
}
div.MuiFormControl-root.is-invalid > div > fieldset {
    border: none;
}

.loader-container {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-cbox > input, .custom-cbox > label {
    cursor: pointer;
}

.tl-auto {
    table-layout: auto !important;
}

.rc-tree-la-edit {
    font-size: 25px !important;
    margin-top: 8px;
}
.warning-red {
    color: #d84434;
}
.btn.btn-warning-custom.active{
    background-color: #f5af04;
    border-color: #f5af04;
}

.ml3px {
    margin-left: 3px;
}

.msue-select.is-invalid > div:first-of-type {
    border: 1px solid #F64E60 !important;
    box-shadow: none;
}
.timetable-shift-select .msue-select > div:last-child{
    z-index: 100;
}
.m-btn--circle-28-only-button{
    border-radius: 50% !important;
    width: 28px;
    height: 28px;
}
.m-btn--circle-28-only-button i {
    position: relative;
    bottom: 4px;
    right: 4px;
}
.m-btn--circle-28{
    border-radius: 50% !important;
    width: 28px;
    height: 28px;
}
.m-btn--circle-28 i {
    position: relative;
    bottom: 2px;
    right: 5px;
    font-size: 1.1rem !important;
}
.m-btn--circle-29{
    border-radius: 50% !important;
    width: 29px;
    height: 29px;
}
.m-btn--circle-29 i {
    position: relative;
    bottom: 2px;
    right: 5px;
    font-size: 1.1rem !important;
}
@media only screen and (min-width: 400px) and (max-width: 1199px){
    .m-btn--circle-28 i.mini {
        position: relative;
        bottom: 3px;
        right: 3px;
        font-size: 0.7rem !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 4000px) {
    .m-btn--circle-28 i.mini {
        position: relative;
        bottom: 4px;
        right: 4px;
        font-size: 0.7rem !important;
    }
}
.m-btn--circle-30{
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
}
.m-btn--circle-30 i {
    position: relative;
    bottom: 3px;
    right: 5px;
    font-size: 1rem !important;
}
.btn-custom-cicrle{
    border-radius: 50% !important;
    width: 31px;
    height: 31px;
}
@media only screen and (min-width: 400px) and (max-width: 1199px){
    .btn-custom-cicrle i {
        position: relative;
        bottom: 1px;
        right: 8px;
        font-size: 1.4rem !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 4000px) {
    .btn-custom-cicrle i {
        position: relative;
        bottom: 3px;
        right: 10px;
        font-size: 1.5rem !important;
    }
}

.overFlowVisible{
    overflow: visible !important;
}
.overFlowInherit{
    overflow: inherit !important;
}

.msue-tab > a.active, .msue-tab > a.active:hover {
    border-bottom: 2px solid #29569f !important;
    color: #29569f !important;
    font-weight: 900;
}

.msue-tab > a {
    border: none !important;
}

.modal-90w {
    width: 90% !important;
    max-width: none !important;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-content: center
}
.ds-flex{
    display: flex;
}

.circle-sm-green {
    background: #299f72;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: none;
}

.circle-sm-gray {
    background: #d8d8d8;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: none;
}

.msue-selection-progress {
    background: #d8d8d8 !important;
    height: 10px !important;
    border-radius: 5px !important;
}
.msue-selection-progress > .MuiLinearProgress-bar {
    background: #299f72;
    border-radius: 5px !important;
}

.btn-purple {
    color: #ffffff !important;
    background-color: #5c3cc7 !important;
    border-color: #5C3CC7 !important;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    color: #ffffff !important;
    background-color: #5C3CC7 !important;
    border-color: #5C3CC7 !important;
}

.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    background-image: none !important;
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    background-color: #5c3cc7 !important;
    border-color: #5C3CC7 !important;
}

.btn-purple .badge {
    color: #5c3cc7 !important;
    background-color: #ffffff !important;
}

.react-bootstrap-table .dtable-selected td{
    background: rgb(92, 60, 199, 0.3);
}
/************ Movement CSS Start *************/
.info-table {
    margin: 20px 0;
    border-collapse: separate;
    border-spacing: 20px 0;
}
.info-table td {
    text-align: right;
}
.msue-textarea-description {
    border: 1px solid #919bc0;
    border-radius: 6px;
    outline: none;
    width: 100%;
    padding: 10px
}
/************ Movement CSS End *************/
.msue-dt-clickable-cell {
    color: #5c3cc7;
    text-decoration: underline;
    cursor: pointer;
}
.request-icons-style{
    display: flex;
}
.request-icons-style i{
    font-size: 1.4rem;
}
@media only screen and (min-width: 0) and (max-width: 1200px){
    .request-icons-style .fa-eye{
        font-size: 1.4rem !important;
        right: 8px !important;
        bottom: 1px !important;
    }
    .request-icons-style .flaticon-edit{
        font-size: 1.1rem !important;
        right: 5px !important;
        bottom: 2px !important;
    }
    .request-icons-style .flaticon2-cross{
        font-size: 0.8rem !important;
        right: 3px !important;
        bottom: 1px !important;
    }
}
@media only screen and (min-width: 1200px){
    .request-icons-style .fa-eye{
        font-size: 1.4rem !important;
        right: 9px !important;
    }
    .request-icons-style .flaticon-edit{
        font-size: 1.1rem !important;
        right: 6px !important;
    }
    .request-icons-style .flaticon2-cross{
        font-size: 0.8rem !important;
        right: 4px !important;
    }
}

/************ Home CSS start *************/
.sm-container {
    width: 100%;
}
.sm-container .sm-content {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 #919BC04C;
    padding: 1rem;
    margin-bottom: 2rem;
}
.underline{
    color: #026bca !important;
    text-decoration: underline !important;
    cursor: pointer;
}
.underline-button{
    color: #026bca;
    text-decoration: underline;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.sm-info-table{
    margin: 2rem 0;
}
.sm-info-table tr>td{
    padding: 0 4px;
    font-size: 1rem;
}
.sm-info-table tr>td:first-child{
    text-align: end;
}
.sm-info-table tr>td:last-child{
    font-weight: bold;
}
.sm-container>.sm-content>.sm-home-coming-soon{
    padding: 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}
.sm-container>.sm-content>.sm-home-coming-soon>.date{
    color: #29569f;
    margin-right: 3rem;
}
.sm-container>.sm-content>.sm-home-coming-soon>.title{
    color: #1e1e2d;
}
/************ Home CSS end *************/
/************ Student payment CSS start *************/
.sm-container>.sm-content .student-grade-info-table{
    margin: 2rem 0;
}
.sm-container>.sm-content .student-grade-info-table tr>td{
    padding: 0 4px;
    font-size: 1rem;
    font-weight: bold;
}
.sm-container>.sm-content .student-grade-info-table tr>td:first-child{
    text-align: end;
    font-weight: normal;
}
/************ Student payment CSS end *************/
/************ Student anket CSS start *************/
.student-anket-navigation .nav-link{
    cursor: pointer;
    color: #1e1e2d;
    background-color: #29569F33;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 1rem;
}
.student-anket-navigation .nav-link.active{
    background-color: #29569f;
    border: none;
    color: #fff;
}
.sub-header-span{
    margin: 1rem 2rem;
}
/************ Student anket CSS end *************/
/************ datetime picker css ***************/
.react-calendar{
    width: 260px !important;
}
.react-datetime-picker .react-datetime-picker__wrapper{
    border: none;
}
.react-datetime-picker .react-datetime-picker__wrapper .react-datetime-picker__button{
    display: none;
}
.react-datetime-picker .react-datetime-picker__wrapper .react-datetime-picker__inputGroup{
    padding: 0.65rem 1rem;
    border-radius: 0.42rem;
    border: 1px solid #919bc0;
    text-align: center;
}
/************ datetime picker css END ***********/
/************ class student view css ***********/
.class-view-style .card:first-child .card-body{
    padding: 1rem !important;
}
.class-view-style .card:first-child .card-body table{
    line-height: 1;
}
/************ class student view css END ***********/
/************ timetable css ***********/
.timetable-lecture div{
    background: #d8d8d8;
    border-radius: 5px;
    padding: 2px;
    margin-bottom: 2px;
    width: 90px;
}
.timetable-lecture span{
    display: block;
    text-align: center;
}
.timetable-laboratory div{
    background: rgba(245, 175, 4, 0.5);
    border-radius: 5px;
    padding: 2px;
    margin-bottom: 2px;
    width: 90px;
}
.timetable-laboratory span{
    display: block;
    text-align: center;
}
.timetable-seminar div{
    background: rgba(54, 163, 247, 0.5);
    border-radius: 5px;
    padding: 2px;
    margin-bottom: 2px;
    width: 90px;
}
.timetable-seminar span{
    display: block;
    text-align: center;
}
/************ class student view css END ***********/
.react-datepicker-wrapper .react-datepicker__input-container input{
    display: block;
    border: 1px solid #919bc0;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #464E5F;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 0.42rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
.aside-menu .menu-nav > .menu-section:first-child{
    margin: 0 0 0 0 !important;
}
/***************** date-picker-range-container css **************/
.date-picker-range-container {
    display: inline-flex;
}
.date-picker-range-container .first-datepicker{
    width: 130px !important;
    height: 35px !important;
    border-right-width: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.date-picker-range-container .last-datepicker{
    width: 130px !important;
    height: 35px !important;
    border-left-width: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.date-picker-range-container .first-timepicker{
    width: 130px !important;
    height: 35px !important;
    border-right-width: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.date-picker-range-container .last-timepicker{
    width: 130px !important;
    height: 35px !important;
    border-left-width: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
/*.date-picker-range-container i{*/
/*    font-size: 1.7rem !important;*/
/*}*/
@media only screen and (min-width: 0) and (max-width: 1200px){
    .date-picker-range-container i{
        font-size: 1.7rem !important;
    }
}
@media only screen and (min-width: 1200px){
    .date-picker-range-container i{
        font-size: 1.6rem !important;
    }
}
/***************** date-picker-range-container css end **************/
.react-bootstrap-table.table-responsive tfoot tr {
    border-bottom: 1px solid #ebedf2 !important;
}
.react-bootstrap-table.table-responsive thead tr th label {
    margin-bottom: 0 !important;
}
.react-bootstrap-table.table-responsive thead tr th input {
    font-size: 0.9rem !important;
    height: 28px;
    border-radius: 12px;
    background: #F3F6F9!important;
}
.config-subject-price-container{
    display: flex;
}
.config-subject-price-container label{
    width: 170px;
    margin-bottom: 0 !important;
    margin-right: 5px;
    margin-top: 8px;
}
.config-subject-price-container input {
    border: 1px solid #919bc0;
}
.config-subject-price-container button{
    margin-left: 10px;
    height: 35px;
    position: relative;
    top: 1px;
}
.react-bootstrap-table-editing-cell{
    padding: 1px !important;
    vertical-align: middle !important;
}
.react-bootstrap-table-editing-cell input{
    height: inherit !important;
    width: 100% !important;
    border-radius: 3px !important;
    border: 1px solid #ebedf2 !important;
    padding: 11px !important;
}
.student-ranking-style .card-body{
    padding: 1.4rem 2rem !important;
}
.remove-btn-padding button{
    padding: 0 !important;
}
.sm-home-news{
    border-bottom: dashed 1px #919bc0;
}
.sm-home-news button.btn:first-child{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.sm-home-news button.btn{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
@media only screen and (min-width: 0) and (max-width: 1200px){
    .sm-home-news a button i{
        color: #fff;
        position: relative;
        bottom: 1px;
        right: 4px;
    }
    .sm-home-news button i{
        color: #fff;
        position: relative;
        bottom: 2px;
        right: 2px;
    }
}
@media only screen and (min-width: 1200px){
    .sm-home-news a button i{
        color: #fff;
        position: relative;
        bottom: 2px;
        right: 6px;
    }
    .sm-home-news button i{
        color: #fff;
        position: relative;
        bottom: 2px;
        right: 3px;
    }
}

.sm-home-news .content span{
    font-family: Arimo, Helvetica, "sans-serif" !important;
    font-size: 13px !important;
}
.newfeed-style .editorClassName.rdw-editor-main{
    min-height: 100px;
    border: 1px solid #919bc0 !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    resize: vertical;
    padding: 10px;
}
.newfeed-style .editorClassName.rdw-editor-main div.public-DraftStyleDefault-block{
    margin: 0 !important;
}
.newfeed-style .rdw-editor-toolbar{
    border: 1px solid #919bc0 !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: -1px;
}
.newfeed-style .rdw-option-wrapper{
    border: none !important;
}
.newfeed-style .rdw-option-wrapper:hover{
    box-shadow: 1px 1px 1px 1px #bfbdbd !important;
}
.newfeed-style .flaticon2-cross{
    font-size: 0.6rem !important;
    bottom: 3px !important;
    right: 4px !important;
}
.read-more-position{
    float: right;
    position: relative;
    bottom: 15px;
}
.profile{
    margin: 0;
    text-align: center;
}
/*event style start*/
.event-style button:first-child{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.event-style button{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
@media only screen and (min-width: 0) and (max-width: 1200px){
    .event-style a button i{
        color: #fff;
        position: relative;
        bottom: 1px;
        right: 4px;
    }
    .event-style button i{
        color: #fff;
        position: relative;
        bottom: 2px;
        right: 2px;
    }
}
@media only screen and (min-width: 1200px){
    .event-style a button i{
        color: #fff;
        position: relative;
        bottom: 2px;
        right: 6px;
    }
    .event-style button i{
        color: #fff;
        position: relative;
        bottom: 2px;
        right: 3px;
    }
}
.topic-add-icon-style{
    width: 36px;
    height: 36px;
}
.topic-add-icon-style i {
    font-size: 2rem !important;
    position: relative;
    right: 8px;
    bottom: 2px;
}
/*event style end*/
/* scrollbar style */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border-radius: 2.5px;
}
.btn-group.btn-group-toggle .btn{
    color: #1e1e2d !important;
    background-color: white !important;
}

.btn-group.btn-group-toggle .btn.active{
    color: white !important;
    background-color: #187DE4 !important;
}
.student-selection-area table tbody{
    font-weight: 100 !important;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table-bordered {
    border: 0
}

.tableFixHead { 
    overflow: auto; 
    height: 800px; 
}
.tableFixHead thead{ 
    position: sticky; 
    top: 0; 
    z-index: 1; 
}

.tableFixHead tr td:first-child{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    border-right: var(--border-size-s) solid var(--color-neutral-4);
}

.tableFixHead tr td:last-child {
    border-right: none;
}

/* Just common table stuff. Really. */
/* table  { border-collapse: collapse; width: 100%; } */
/* th, td { padding: 8px 16px; } */
/* th     { background:#eee; } */
.btn-teams{
    width: 85px;
    height: 30px;
    font-weight: 700!important;
    font-size: 13px!important;
    line-height: 18px!important;
}

span.grey-label {
    
}
.home-screen-person-info{
    margin-top: 8px;
    line-height: 2;
}
.home-screen-person-info tr td{
    padding-left: 8px;
}
.home-screen-person-info tr th{
    text-align: center;
}
.btn.btn-outline.btn-outline-dashed {
    border-width: 1px;
    border-style: dashed;
}
.image-gallery-left-nav .image-gallery-svg, .image-gallery-right-nav .image-gallery-svg{
    height: 40px !important;
}
.image-gallery-content .image-gallery-slide .image-gallery-image{
    max-height: calc(40vh - 80px) !important;
}
.myModal{
    min-width: min-content !important;
}
.react-datetime-picker__calendar{
    z-index: 1000 !important;
}
.search-label{
    margin-left:auto;
}

.nf-item-new-comment {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.nf-item-new-comment-user-avatar {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 0 5px 4px 0;
}

.nf-item-new-comment-content {
    flex: 1;
    display: flex;
    border: 1px solid rgb(235, 237, 242);
    border-radius: 6px;
    overflow: hidden;
}

.nf-item-new-comment-textarea-container {
    flex: 1;
}

.nf-item-new-comment-textarea {
    border: 0;
    outline: none;
    border-radius: 6px;
    width: 100%;
    resize: none;
    padding: 10px 10px;
    line-height: unset !important;
    vertical-align: middle;
}

.nf-item-new-comment-send-btn {
    border: 0;
    color: #4199ff;
    font-weight: bold;
    background: #fff;
    margin-right: 5px;
    cursor: pointer;
}

.nf-item-new-comment-cancel-btn {
    border: 0;
    color: #f22d4e;
    font-weight: bold;
    background: #fff;
    margin-right: 5px;
    cursor: pointer;
}

.home-screen-self-button-en {
    color: #ffffff;
    background-color: #BA68C8;
    border-color: #BA68C8;
    padding: 0.4rem 0.5rem;
    border: 1px solid #BA68C8;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.home-screen-self-button-mn {
    color: #ffffff;
    background-color: #BA68C8;
    border-color: #BA68C8;
    padding: 0.4rem 0.5rem;
    border: 1px solid #BA68C8;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.home-screen-score-button-en {
    color: #ffffff;
    background-color: #FF9800;
    border-color: #FF9800;
    padding: 0.4rem 0.5rem;
    border: 1px solid #FF9800;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.home-screen-score-button-mn {
    color: #ffffff;
    background-color: #FF9800;
    border-color: #FF9800;
    padding: 0.4rem 0.5rem;
    border: 1px solid #FF9800;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.teacher-time-sheet-info-table{ 
    line-height: 1.3;
}

.teacher-time-sheet-info-table tbody tr th:last-child{ 
    padding-left: 60px;
}

.teacher-time-sheet-main-table thead tr th{
    font-size: 11px;
    padding: 0.3rem !important;
    color: #000;
}

.teacher-time-sheet-main-table tbody tr td {
    padding: 0.3rem !important;
    color: #000;
}

.teacher-time-sheet-main-table tfoot tr td {
    padding: 0.3rem !important;
    color: #000;
}

.ql-size-large {
    font-size: 16px
}
