.sidebar {
    min-width: 280px;
    max-width: 280px;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
    direction: ltr;
    background: var(--background-color-black) !important;
}

    .sidebar [aria-expanded=true]:before, .sidebar [data-bs-toggle=collapse]:not(.collapsed):before {
        transform: rotate(-135deg);
        top: 1.2rem
    }

    .sidebar .sidebar-dropdown [data-bs-toggle=collapse]:before {
        top: 1rem
    }

    .sidebar .sidebar-dropdown [aria-expanded=true]:before, .sidebar .sidebar-dropdown [data-bs-toggle=collapse]:not(.collapsed):before {
        top: 1.2rem
    }

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    
}

.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-mask, .simplebar-offset {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 2rem 0 rgba(41, 48, 66, .1);
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
        width: 0;
        height: 0
    }


.simplebar-content-logo-footer {
    position: fixed;
    color: var(--text-color-white);
    font-style: italic;
    font-size: 0.825em;
    left: 18px;
    bottom: 24px;
    background-color: var(--primary-color) !important;
    z-index: 200 !important;
}

.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table
}

.sidebar-content {
    transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
    background: var(--background-color-black);
}


.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1
}


.simplebar-height-auto-observer, .simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: "";
        background: var(--background-color-white);
        border-radius: 7px;
        left: 2px;
        right: 2px;
        opacity: 0;
        transition: opacity .2s linear
    }


    /* .simplebar-scrollbar:before {
    background: var(--background-color-white);
} */

    .simplebar-scrollbar.simplebar-visible:before {
        opacity: .5;
        transition: opacity 0s linear
    }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 2px;
        right: 2px
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto
    }

.sidebar-nav {
    padding-left: 0;
    list-style: none;
    margin: 0px;
    color: #fff !important;
}
    .sidebar-nav.active {
        border-left: 4px solid #0043EE;
    }

    .sidebar-nav:hover {
        background: #0043EE30;
    }

        .sidebar-nav:hover > .sidebar-item > a.sidebar-link, .sidebar-nav:hover > .sidebar-item > a.sidebar-link i {
            color: #fff !important;
        }

        .sidebar-nav.active > .sidebar-item > a.sidebar-link, .sidebar-nav.active > .sidebar-item > a.sidebar-link i {
            color: #fff !important;
        }

.sidebar-header {
    background: transparent;
    padding: 1.25rem 1rem .375rem;
    font-size: .75rem;
    color: var(--secondary-color-blue-180);
    font-variation-settings: 'wght' 500;
}

.sidebar-brand {
    font-variation-settings: 'wght' 500;
    font-size: 1.125rem;
    padding: 1.15rem 1.5rem;
    display: block;
    text-align: center;
    color: var(--background-color-white);
    height: 68px;
    width: 245px;
    margin-top: -6px;
}

.sidebar-brand-compact {
    font-variation-settings: 'wght' 500;
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    display: block;
    text-align: center;
    color: var(--background-color-white);
}

.sidebar-divider {
    border: 1px solid var(--background-color-white);
    opacity: 0.2;
    margin: 0 .75rem 0 .75rem;
}

.sidebar-brand:hover, sidebar-brand-compact:hover {
    text-decoration: none;
    color: var(--background-color-white)
}

.sidebar-brand:focus, sidebar-brand-compact:focus {
    outline: 0
}

.sidebar-brand img {
    width: 200px;
    margin-top: -60px;
    margin-left: -10px;
}

.sidebar-brand-compact img {
    width: 42px;
}


.sidebar-link, a.sidebar-link {
    display: block;
    padding: .625rem 0rem;
    font-variation-settings: 'wght' 600;
    transition: color 75ms ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    color: var(--background-color-white);
    display: flex;
    align-items: center;
    justify-content: left;
}

    .sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg {
        margin-left: 32px;
        margin-right: 24px;
        color: var(--background-color-white);
        font-size: 1.4em;
        width: 24px;
        height: auto;
    }

    .sidebar-link span {
        font-size: 16px;
        font-weight: 600;
        line-height: 19.2px;
        margin-left:0
    }

.sidebark-link-default {
    color: gray !important;
}

.sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link {
    padding: .55rem 1.5rem .55rem 5.75rem
}

.sidebar-link:focus {
    outline: 0
}

.sidebar-link:hover {
    color: var(--text-color-dark-20);
}

    .sidebar-link:hover i, .sidebar-link:hover svg {
        color: var(--text-color-dark-20);
    }
item {
    padding-left: 10px;
    font-size: 0.9em;
.sidebar-
}


    .sidebar-item.active .sidebar-link:hover, .sidebar-item.active > .sidebar-link {
        color: var(--secondary-color-iron-20)
    }

        .sidebar-item.active .sidebar-link:hover i, .sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active > .sidebar-link i, .sidebar-item.active > .sidebar-link svg {
            color: var(--secondary-color-iron-20)
        }

.sidebar-dropdown .sidebar-link {
    padding: .55rem 1.5rem .55rem 3.7rem;
    font-variation-settings: 'wght' 400;
    color: var(--secondary-color-iron-40)
}

.sidebar-dropdown .sidebar-item .sidebar-link:hover {
    font-variation-settings: 'wght' 400;
    color: var(--secondary-color-iron-20)
}

.sidebar-dropdown .sidebar-item.active .sidebar-link {
    font-variation-settings: 'wght' 400;
    color: var(--secondary-color-blue-80);
}

.sidebar [data-bs-toggle=collapse] {
    position: relative
}

    .sidebar [data-bs-toggle=collapse]:before {
        content: " ";
        border: solid;
        border-width: 0 .125rem .125rem 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(45deg);
        position: absolute;
        top: 1rem;
        right: 1.2rem;
        transition: all .2s ease-out;
    }

    .sidebar [aria-expanded=true]:before, .sidebar [data-bs-toggle=collapse]:not(.collapsed):before {
        transform: rotate(-135deg);
        top: 1.2rem
    }

.sidebar .sidebar-dropdown [data-bs-toggle=collapse]:before {
    top: 1rem
}

.sidebar .sidebar-dropdown [aria-expanded=true]:before, .sidebar .sidebar-dropdown [data-bs-toggle=collapse]:not(.collapsed):before {
    top: 1.2rem
}

.sidebar-header-title {
    color: var(--text-color-white);
    font-size: 0.7em;
    margin: 10px;
}

.sidebar-header-value {
    color: var(--text-color-white);
    font-size: 1.4em;
    margin-left: 20px;
}

.sidebar-mobile-close {
    display: none;
} 

.sidebar-app-version {
    color: var(--text-color-white);
    position: relative;
    top: 30px;
    left: 18px;
    font-size: 0.825em;
}



.sidebarweb-header-box {

    padding-top: 16px !important;
    padding-bottom: 75px !important;
    padding-left: 27px !important;
    padding-right: 16px;
    position: relative !important;
}

.sidebarweb-header-img {
    background-image: url(../../../img/login-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: fill;
    position: absolute;
    width: 42px;
    height: 42px;
    left: 27px;
    top: 16px;
    border-radius: 10px;
}

.sidebarweb-header-title {
    position: absolute;
    width: 91px;
    height: 19px;
    left: 84px;
    top: 27px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #fff !important;
}

.cursor-pointer {
    cursor: pointer;
}

.iconoout {
    width: 100%;
    gap: 12px;
    height: 37px;
    cursor: pointer;
    display: flex;   
    justify-content: center;
    align-items: center;
}
    .iconoout i {
      color:  #767F98;
    }

    .iconoout > div {
        color: var(--text-color-white);
        font-size: 0.9em;
        margin-left: 20px;
        display:inline-block;
    }

    .lineendmenu {
        width: 256px;
        margin-left: auto;
        margin-right: auto;
        height: 1px;
        background: rgba(255, 255, 255, 0.4);
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

.menulogout {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    background-color: #0B1630 !important;
    padding-bottom: 50px;
}
