ul#side-menu {
    padding: 0 20px;
}

.navbar-bg {
    display: flex;
    justify-content: space-between;
    background: url("/assets/admin/img/dashboard-user-bar.webp") no-repeat;
    background-size: cover;
    border-radius: 15px;
    margin: 15px;
    padding: 20px;
}

.navbar-bg:before,
.navbar-bg:after {
    all: unset;
}

.nav:before,
.nav:after {
    all: unset;
    content: unset !important;
}

.navbar-right-wrapper,
.navbar-right-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-right-wrapper-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 0 !important;
}

.navbar-right-wrapper-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #C4CAD4;
    margin-bottom: 0 !important;
}

.navbar-right-user-image-wrapper {
    position: relative;
    display: block;
}

.navbar-right-user-image-edit {
    position: absolute;
    font-size: 8px;
    padding: 5px;
    background: #FFFFFF;
    color: #036DBB;
    border-radius: 5px;
    right: -2px;
    bottom: -2px;
    cursor: pointer;
    user-select: none;
}

.change-language {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 5px;
    font-family: Almarai;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #57636F;
    cursor: pointer;
    z-index: 9999;
}

.change-language-image {
    height: 35px;
    width: 35px;
    padding: 5px;
    border: 1px solid #C3D4E966;
    border-radius: 100%;
}

.navbar-bg .change-language {
    position: relative;
    top: unset;
    left: unset;
}

.notifications-area::marker {
    content: "";
}


.navbar-right-user-image {
    border-radius: 15px;
}


input:checked + .slider {
    background: linear-gradient(90deg, #036DBB 0%, #013255 100%) !important;
}

.section-container {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 3.5px 5.5px 0px #00000005;
    margin-bottom: 20px;
}

.navbar-minimalize-wrapper {
    display: none;
}

.ibox-title {
    border-top: 0 !important;
}

.ibox-content {
    border-bottom: 0 !important;
}

.btn {
    border-radius: 15px !important;
    padding: 10px !important;
}

.btn-primary {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #036DBB 0%, #013255 100%);
    color: #FFFFFF;
}

.label-primary {
    background: linear-gradient(90deg, #036DBB 0%, #013255 100%);
    border-radius: 15px;
}

.nav > li.active {
    padding: 10px 0;
    border-radius: 15px;
    background: #F6F8FF !important;
    border: none !important;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    border-radius: 15px;
    background: #FFFFFF;
    color: #2D3748;
    box-shadow: 0px 3.5px 5.5px 0px #00000005;
    width: 100%;
}

.nav-second-level li > a:hover,
.nav-second-level li > a:focus {
    background: #F6F8FF !important;
}

.nav-second-level {
    margin-top: 10px;
    padding: 10px !important;
}

.nav > li > a {
    color: #a7b1c2;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    border-radius: 15px;
    padding: 10px;
}

.nav > li.active > a {
    background: #FFFFFF;
    color: #2D3748;
    box-shadow: 0px 3.5px 5.5px 0px #00000005;
}

.nav > li > a i {
    padding: 6px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    box-shadow: 0px 3.5px 5.5px 0px #364D5B1A;
    border-radius: 10px;
    background: #FFFFFF;
    color: #036DBB;
}

.nav-second-level > li > a {
    padding: 10px !important;
}

#wrapper[dir="rtl"] .metismenu .arrow {
    transform: unset;
    float: left;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 15px;
}

.dropdown-menu > li > a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.navbar .dropdown-menu {
    border-radius: 15px;
}

.list-unstyled li,
.permission-select-all {
    display: flex;
    gap: 10px;
}

input[type=checkbox],
input[type=radio] {
    margin: 0
}

label {
    margin: 0
}

.navy-bg {
    border-radius: 15px;
    padding: 10px;
    background: linear-gradient(90deg, #036DBB 0%, #013255 100%);
}

.heading {
    text-align: center;
    color: white;
    border-radius: 15px;
    padding: 10px;
    background: linear-gradient(90deg, #036DBB 0%, #013255 100%);
}

@media (max-width: 768px) {
    ul#side-menu {
        width: fit-content;
        padding: 0 !important;
        margin: auto;
    }

    .navbar-minimalize-wrapper {
        display: block;
    }

    .nav > li.active {
        padding: 0 !important;
    }

    .nav > li > a {
        background: transparent !important;
        box-shadow: unset !important;
    }

    .sidebar-menu-logo {
        display: none;
    }

    .nav-second-level > li {
        border: none;
        padding: 0 !important;
        width: 100%;
    }

    .navbar-bg {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}

.buttons-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dropdown-alerts {
    right: -120px !important;
    left: unset !important;
}


[dir="rtl"] .dropdown-alerts {
    left: -120px !important;
    right: 0 !important;
}


@media only screen and (max-width: 768px) {
    .dropdown-alerts {
        width: 300px !important;
        left: -65px !important;
    }

    [dir="rtl"] .dropdown-alerts {
        left: unset !important;
        right: -65px !important;
    }
}
