
.header .header-left .logo img {
    max-width: 185px;
}
.header-student-welcome {
    position: absolute;
    left: 280px;
    top: 20px;
}
.header-left .logo {
    margin-top: 0;
}
.header .header-left {
    justify-content: flex-start;
}

.header .header-left{
    height: 80px;
}
.sidebar {
    top: 80px;
}

.sidebar-inner {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sidebar-inner::-webkit-scrollbar-track
{
    background: transparent;
    border-radius: 999px;
    margin: 8px 0;
}

.sidebar-inner::-webkit-scrollbar
{
    width: 0;
    background-color: transparent;
    transition: width 0.2s ease;
}

.sidebar-inner::-webkit-scrollbar-thumb
{
    background: transparent;
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.sidebar:hover .sidebar-inner {
    scrollbar-width: thin;
    scrollbar-color: #bfc6d1 #eef1f5;
}

.sidebar:hover .sidebar-inner::-webkit-scrollbar {
    width: 10px;
}

.sidebar:hover .sidebar-inner::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #f3f5f8 0%, #e9edf2 100%);
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(197, 204, 214, 0.6);
}

.sidebar:hover .sidebar-inner::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #cfd5de 0%, #aeb7c4 100%);
    border-radius: 999px;
    /* border: 2px solid #eef1f5; */
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.sidebar:hover .sidebar-inner::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #b8c1cd 0%, #98a4b4 100%);
}
.sidebar-menu>ul>li>a iconify-icon {
    font-size: 18px;
}
.sidebar-menu {
    padding: 5px 10px 30px;
}
.sidebar-menu>ul>li>a {
    padding: 9px 15px;
    font-size: 14px;
}
.sidebar .sidebar-menu>ul>li>a span {
    margin-left: 8px;
}
.sidebar-menu li.active > a {
    border-radius: 8px;
    padding: 8px 15px;
}
.bg-soft-info .db-icon iconify-icon {
    background: inherit;
    color: inherit;
}
.bg-soft-pink .db-icon {
    background: #ff229330 !important;
    color: #ff2094 !important;
}
.bg-soft-pink .db-icon iconify-icon {
    background: transparent;
    color: #ff45a5;
}
.bg-soft-orange .db-icon iconify-icon {
    background: transparent;
    color: #fa984f;
}
.weeks ul li a {
    border: #b5b0b0 solid 1px;
    padding: 7px 18px;
    color: #525252;
    font-size: 13px;
    margin-right: 5px;
    background: #f7f7f7;
    box-shadow: rgba(149, 157, 165, 0.09) 0px 8px 24px;
    border-radius: 50px;
}
.weeks ul li {
    margin-bottom: 15px;
}
.weeks .nav {
    justify-content: space-between;
}

.weeks ul li:last-of-type{
    margin-bottom: 0;
}
.weeks ul li a:hover {
    background: #009934;
    color: #ffffff;
    border-color: #009934;
}
