.pushable-sidebar-container{position:fixed;top:0;left:0;width:80%;max-width:300px;height:100vh;transform:translateX(-100%);transition:transform 0.3s ease-in-out;z-index:9999}.pushable-sidebar-container.open{transform:translateX(0)}.pushable-sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0 / .4);z-index:9998}.pushable-sidebar-overlay.active{display:block}.pushable-sidebar-btn{position:fixed;bottom:20px;right:20px;z-index:10000;cursor:pointer}