:root {
    --bs-primary: #F3F4F7;
    --bs-hover: #30BCFC;
    --bs-focus: #03A9F5;
}

.aside {
    background-color: #F3F4F7 !important;
    box-shadow: 1px 1px 20px 0px rgba(119, 119, 119, 0.25);
}

.navbar {
    background-color: transparent !important;
    filter: none !important;
    box-shadow: none !important;
}

.aside .menu-icon img {
    width: 20px;
    height: 18px;
    object-fit: contain;
}

.titleSide {
    display: flex;
    align-items: center;
    justify-content: start;
}

.titleSide h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0287C5 !important;
}

.btn-top {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--Final-background, #F3F4F7);
    /* Shadow 1 */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
    margin-right: 20px;
    color: var(--Blue-500, #03A9F5) !important;
    /* Headline/Bold */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.btn-top .box {
    width: 30px;
    height: 29.348px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: var(--Final-background, #F3F4F7);
    /* Inner shadow */
    box-shadow: -7px -7px 7px 0px #FFF inset, 5px 5px 10px 1px rgba(169, 169, 169, 0.25) inset;
    margin-right: 5px;
}

.btn-top i {
    font-size: 17px;
    color: #6B6B6B;
}

.btn-top img {
    height: 90%;
    width: auto;
    object-fit: contain;
}

.btn-top:hover i,
.btn-top:focus i {
    color: #fff;
}

.titleSide h1 {
    color: #03A9F5;
    /* H2 / Bold */
    font-family: 'SF Pro Display', sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.8%;
    /* 18.252px */
    margin-bottom: 0px;
}

.btn-profil {
    color: #03A9F5 !important;
    font-family: 'SF Pro Display', sans-serif;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    border-radius: 6px;
    background: #F3F4F7;
    height: 48px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Shadow1 */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.btn-profil img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 5px;

}

@media(max-width:768px) {

    .btn-profil img {
        display: block;
    }

    .btn-profil p,
    .btn-profil i {
        display: none;
    }

    .btn-profil {
        padding: 0px !important;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        min-width: auto !important;
    }
}

.btn-profil .bi-chevron-down {
    margin-left: 10px;
}

.title-notif {
    color: #03A9F5;
    /* Headline/Bold */
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 104%;
    /* 20.8px */
}

.notificationBox {
    border-radius: 6px;
    background: #F3F4F7;
    /* Shadow1 */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.dropdown-notifications-item {
    border-radius: 0px 0px 6px 6px;
    background: #30bbfc31;
    /* Shadow1 
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);*/
}

.dropdown-notifications-item:hover {
    border-radius: 6px 6px 0px 0px !important;
    background: #F3F4F7;
    /* InnerShadow */
    box-shadow: -5px -5px 5px 0px #FFF inset, 3px 3px 5px 0px rgba(62, 52, 69, 0.25) inset;
}

.dropdown-notifications-item .avatar {
    width: fit-content;
}

.dropdown-notifications-item .avatar img {
    height: 25px !important;
    width: auto !important;
    object-fit: contain;
}
.dropdown-notifications-item .avatar i {
    color: #03A9F5;
}
.dropdown-notifications-item h6 {
    color: #474747;
    /* Subtitle / Bold */
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.5px;
    /* 150% */
}

.dropdown-notifications-item p {
    color: #919191;
    /* Subtitle / Regular */
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    /* 150% */
}

.btn-show {
    color: #6B6B6B;
    /* Subtitle / Regular */
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    /* 150% */
    display: inline-flex;
    padding: 8px 16px !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: fit-content;
    border-radius: 8px;
    background: #F3F4F7;
    /* Shadow1 */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.dropdown-user .dropdown-menu {
    border-radius: var(--Number-Scale-2s-XS, 6px);
    background: var(--Final-Background, #F3F4F7);
    box-shadow: 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
    margin-top: 10px;
}

.dropdown-user li a span {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: center;
    /* Body / Bold */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

@media(max-width:992px) {
    .navbar-nav .btn-top {
        display: none;
    }

    .titleSide .btn-top {
        display: none !important;
    }

    .titleSide h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .app-brand-logo img {
        height: 50px !important;
        width: 50px !important;
        object-fit: contain;
    }
}

@media(max-width:570px) {
    .titleSide h1 {
        font-size: 17px;
        line-height: 30px;
    }
}

.menu-inner .menu-link {
    text-decoration: none !important;
}

.menu-inner .menu-link i span {
    font-size: 1rem !important;
}

.menu-inner .menu-link.active {
    background-color: var(--bs-focus) !important;
    border-radius: var(--Number-Scale-2s-2-XS, 4px);
    border: 1.25px solid var(--Vert-200, #B8E0B9);
    background: var(--Vert-500, #03A9F5);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.menu-inner .menu-header-text {
    color: var(--Vert-600, #03A9F5);
    /* Body / Bold */
    font-family: "Lato" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.menu-inner .menu-header {
    border-bottom: 2px solid #e3e3e3;
    border-top: 2px solid #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-inner .menu-header:first-child {
    border-top: none !important;
}