/* header_sidebar.css */


:root {
    --sidebar-width: 300px;
    --sidebar-height: 90px;
    --sidebar-height-fix: var(--sidebar-height);
    --sidebar-footer: 90px;
}

@media (max-width: 1600px) {
    :root {
        --sidebar-width: 240px;
    }
}


.sidebar .btn-close  {opacity: 1;  background: none;}
.sidebar .btn-close .bi-x-lg {  color: var(--navbar-color);}

.tree-classic .tree-item-1 .nav-item {font-size:90%;}
