.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:150}.sidebar-drawer{transition:transform .25s ease,visibility 0s linear .25s;position:fixed;top:0;left:0;height:100vh;z-index:200;transform:translate(-100%);visibility:hidden}.sidebar-drawer.open{transform:translate(0);visibility:visible;transition:transform .25s ease,visibility 0s linear 0s}
