:root{
    --bs-app-sidebar-width-actual: 280px;
    --bs-app-sidebar-width: 280px;
}

#kt_app_sidebar_menu_wrapper{
    padding-top:50px;
}

#kt_app_header{
    background:#fafafa;
}

.symbol > img{
    border-radius:50%;
}

#kt_app_main{
    background:#F0F1F9;
}

#kt_app_content_container{
    padding-left:50px !important;
    padding-right:50px !important;
    padding-top:30px !important;
}

.app-sidebar-logo-default{
    height: 50px !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar{
    background-color:#1F319A;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active{
    color:white;
    background:none;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 100%;
    background: #FFF;
    border-radius: 0 5px 5px 0;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-title{
    font-weight:700;
}


.menu-item .menu-link .menu-icon{
    display:none;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title{
    color: #ACBBFF;
    font-size: 1.25rem;
    font-weight: 600;
    padding-left:30px;
}

.menu-item .menu-link{
    position:relative;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title,
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #FFF !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo {
    border-bottom: 1px solid #e5e5e5;
    justify-content: center;
    padding-top:20px;
    padding-bottom:20px;
}

.dashboard-notice ul li a{
    color: #8E8989;
    font-size: 16px;
    font-weight: 400;
}

.dashboard-notice ul{
    list-style:disc;
}

.class-title-wrap{
    padding:30px 50px;
    border-radius: 20px;
    background: #FFF;
    margin-bottom: 40px;
}

.class-title-wrap .card-title h1{
    font-size:20px;
}

.class-detail-title-wrap .card-title h1{
    font-size:20px;
}

.class-title-wrap a.nav-link{
    font-size:18px;
    font-weight:400;
    color:#000 !important;
}

.class-title-wrap a.nav-link.active{
    font-weight:700;
    color:#1B84FF !important;
}

button.btn.btn-dark{
    padding:6px 35px !important;
    border-radius: 50px;
    font-size:15px;
    font-weight:500;
    line-height:38px;
}

#dashboard-title h1{
    color: #212121;
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom:50px;
}

.dashboard-card{
    width:calc(50% - 30px);
    padding:30px 40px;
    border-radius: 20px;
    background: #FFF;
}

.dashboard-card.w100{
    width:100%;
}

.dashboard-card > h4{
    color: #212121;
    font-size: 18px;
    font-weight: 700;
}

.dashboard-1-text{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-top:25px;
    padding-bottom:25px;
    width:calc(50% - 30px);
}

.dashboard-1-text h4{
    color: #666;
    margin-bottom:0px;
}

.dashboard-2{
    gap:30px;
}

.dashboard-2 > div{
    width:calc(50% - 30px);
    padding-top:50px;
    padding-bottom:30px;
    border-radius: 18px;
    background-color: #EEF3F7 !important;
}

.dashboard-2 h6{
    color: #212121;
    font-size: 18px;
    font-weight: 700;
}

.dashboard-2-item > h1{
    color: #4564F0;
    font-size: 25px;
    font-weight: 700;
    line-height:1.5;
    margin-bottom:0px;
}

.dashboard-2-item > span{
    color: #4564F0;
    font-size: 25px;
    font-weight: 700;
}

.dashboard-3 > h6{
    color: #131313;
    font-size: 18px;
    font-weight: 700;
}

.dashboard-3-item{
    padding-top: 0px;
    padding-bottom:10px;
}

.dashboard-3-item p{
    margin-bottom:0;
}

.dashboard-3-item > p:first-child{
    color: #8E8989;
    font-size: 15px;
    font-weight: 400;
}

.dashboard-3-item > p:first-child > b{
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 400;
}

.dashboard-3-item > p:nth-child(2){
    color: #8E8989;
    font-size: 15px;
    font-weight: 700;
}

.dashboard-card-2{
    width:calc(33.333% - 15px);
    border-radius: 24px;
    background: #FFF;
    padding:33px 26px;
}

.dashboard-card-2-title{
    color: #212121;
    font-size: 18px;
    font-weight: 700;
}

.dashboard-card-2-more{
    color: #8E8989;
    font-size: 18px;
    font-weight: 700;
}

.dashboard-card-2-date{
    color: #131313;
    font-size: 15px;
    font-weight: 700;
}

.dashboard-card-2-text{
    color: #8E8989;
    font-size: 15px;
    font-weight: 400;
}

.dashboard-card-2-text.max-90{
    width:calc(100% - 90px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dashboard-card-2-text-add{
    font-weight:700;
    font-size: 15px;
    color: #8E8989;
    padding-left:10px;
}

.text-ellipsis-200{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:200px;
}

.dashboard-card-wrap-right {
    width:calc(66% - 30px);
}

img.bookmark{
    width:48px;
}

.btn-default{
    background-color:#000;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    min-width:84px;
    height:35px;
    border-radius: 35px;
    transition: all 0.3s;
    border:none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
}

.btn-delete::before{
    content: url(../media/svg/buttons/ic_x.svg);
    width: 12px;
    height: 16px;
    display: block;
}

.btn-delete:hover::before{
    animation : iconforwhite 0.5s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.btn-default:hover{
    background: #4564F0;
}

.btn-refresh::before{
    content: url(../media/svg/buttons/ic_refresh.svg);
    width: 13px;
    height: 16px;
    display: block;
}

.btn-refresh:hover::before{
    animation : iconforwhite 0.5s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.btn-next::before{
    content: url(../media/svg/buttons/ic_next.svg);
    width: 9px;
    height: 17px;
    display: block;
}

.btn-next:hover::before{
    animation : iconforwhite 0.5s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.btn-attendance-default{
    background-color:#FFF;
    color: #242424;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    min-width:120px;
    height:35px;
    border-radius: 35px;
    transition: all 0.3s;
    gap:5px;
    border:1px solid #666;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.btn-attendance-default:hover{
    background: #4564F0;
    color:#FFF;
}

.btn-attendance-1::after{
    content:"";
    position:absolute;
    top:50%;
    left:13px;
    width: 8px;
    height:8px;
    background:#4564F0;
    border-radius:50%;
    transform:translateY(-50%);
    border:1px solid #4564F0;
}

.btn-attendance-1:hover::after{
    border:1px solid #FFF;
}

.btn-attendance-2::after{
    content:"";
    position:absolute;
    top:50%;
    left:13px;
    width: 8px;
    height:8px;
    background: #17BF49;
    border-radius:50%;
    transform:translateY(-50%);
    border:1px solid #17BF49;
}

.btn-attendance-3::after{
    content:"";
    position:absolute;
    top:50%;
    left:13px;
    width: 8px;
    height:8px;
    background: #F72450;
    border-radius:50%;
    transform:translateY(-50%);
    border:1px solid #F72450;
}

.btn-attendance-4::after{
    content:"";
    position:absolute;
    top:50%;
    left:13px;
    width: 8px;
    height:8px;
    background: #F5B800;
    border-radius:50%;
    transform:translateY(-50%);
    border:1px solid #F5B800;
}

.btn-attendance-5::after{
    content:"";
    position:absolute;
    top:50%;
    left:13px;
    width: 8px;
    height:8px;
    background: #8E8989;
    border-radius:50%;
    transform:translateY(-50%);
    border:1px solid #8E8989;
}

.btn-attendance-6::after{
    content:"";
    position:absolute;
    top:50%;
    left:13px;
    width: 8px;
    height:8px;
    background: #000;
    border-radius:50%;
    transform:translateY(-50%);
    border:1px solid #000;
}

@keyframes iconforwhite {
    50% {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
}