.sidebar{position:fixed!important;top:0;left:0;height:100vh;overflow-y:auto;overflow-x:hidden;z-index:100}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-track{background:rgba(255,255,255,0.1)}.sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.3);border-radius:4px}.sidebar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.5)}#content-wrapper{margin-left:224px;width:calc(100% - 224px);transition:margin-left 0.3s ease-in-out,width 0.3s ease-in-out;position:relative}@media (min-width:769px){.sidebar.toggled{width:6.5rem;overflow-y:auto!important;overflow-x:hidden!important}body.sidebar-toggled #content-wrapper{margin-left:6.5rem;width:calc(100% - 6.5rem)}}@media (max-width:768px){.sidebar{position:fixed!important;left:-224px;transition:left 0.3s ease-in-out;width:224px!important}body.sidebar-toggled .sidebar{left:0;width:224px!important}.sidebar .nav-item .nav-link span,body.sidebar-toggled .sidebar .nav-item .nav-link span{display:inline!important}.sidebar .sidebar-heading,body.sidebar-toggled .sidebar .sidebar-heading{display:block!important}#content-wrapper{margin-left:0!important;width:100%!important}body.sidebar-toggled #content-wrapper{margin-left:0!important;width:100%!important}}@media (max-width:768px){body.sidebar-toggled .sidebar{box-shadow:0 0 20px rgba(0,0,0,0.3)}}.topbar{position:relative;z-index:1000}.filter-sidebar{position:sticky!important;z-index:50}