#root .sidebar{overflow:hidden auto;width:var(--sidebar-width);height:100%;border-right:1px solid var(--color-divider-light);box-shadow:var(--shadow-default)}#root .sidebar .ant-menu{border:none;--ant-menu-sub-menu-item-bg:transparent}#root .sidebar-mobile-toggle{position:fixed;z-index:60;right:12px;bottom:36px;display:none}#root .sidebar-mobile-mask{position:fixed;z-index:40;top:var(--navbar-height);right:0;bottom:0;left:0;display:none;height:calc(100vh - var(--navbar-height));background-color:var(--color-mask)}@media screen and (max-width:768px){#root .sidebar{position:fixed;z-index:50;top:var(--navbar-height);bottom:0;left:0;transition:transform var(--transition-duration-default)}#root .sidebar:not(.mobile-open){transform:translateX(-100%);box-shadow:none}#root .sidebar-mobile-mask,#root .sidebar-mobile-toggle{display:block}}