
.sidebar-list a {
    background-color: transparent!important;
}
.simplebar-content > li > a.active,
.simplebar-content > li > a.active span {
    color: #2F2F3B!important;;
    background-color: transparent!important;
}
.simplebar-content > li > a.active:hover,
.simplebar-content > li > a.active span:hover {
    color: var(--theme-deafult)!important;;
} 
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper {
    box-shadow: none;
}

@media screen and (min-width: 993px) {
    .header-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .logo-wrapper img,
    .page-wrapper.horizontal-wrapper .header-logo-wrapper {
        width: unset;
        height: unset;
        max-width: 240px !important;
        max-height: 120px;
        object-fit: contain;
    }
    .page-wrapper .page-header .header-wrapper {
        padding: 15px 30px 15px 30px;
    }
    /* .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
        margin-top: 148px!important;
    } */
    /* .sidebar-wrapper {
        display: none!important;
    } */
    .page-wrapper .page-header .header-wrapper .search-full.open {
        height: 44px;
    }
    .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
        top: 33px;
    }
    .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .simplebar-content {
        justify-content: center;
    }    
}

@media screen and (max-width: 1199px) {
    .email-left-aside {
        background: #00000080;
        padding: 14px 14px 0;
        text-align: start;
        width: 100%;
        min-width: 55vw;
        border-radius: 12px;
    }
    
    .email-left-aside * {
        text-align: start!important;
    }
    .email-left-aside .menu-categoria-div:last-child {
        margin-bottom: 0!important;
    }    
}

@media only screen and (max-width: 992px) {
    .toggle-sidebar {
        display: none;
    }

    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper {
        padding: 10px 0!important;
        display: flex!important;;
        justify-content: space-around!important;;
    }
    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper img {
        max-width: 240px!important;
    }

    .simplebar-mask,
    .simplebar-offset {
        position: unset!important;
    }
    .simplebar-content > li.sidebar-main-title {
        padding: 0 0 6px 20px!important;
        margin-top: 0!important;
    }
    
    .simplebar-content > li .sidebar-link *,
    .simplebar-content > li .sidebar-submenu * {
        color: #2F2F3B!important;
    }
    .simplebar-content > li .sidebar-link {
        margin-bottom: 10px!important;
    }
    .simplebar-content > li .sidebar-link.active,
    .simplebar-content > li .mega-menu-container .mega-box .link-section .submenu-title h5::before, .simplebar-content > li .sidebar-submenu li a::before {
        background-color: transparent!important;
    }
    .simplebar-content > li .sidebar-link.active::after {
        opacity: 0!important;
    }
    .simplebar-content > li .sidebar-link:hover *,
    .simplebar-content > li .sidebar-submenu a:hover  {
        color: var(--theme-deafult)!important;
    }
}

@media screen and (max-width: 768px) {
    .email-left-aside {
        min-width: 94vw;
    }
}
