.overlay{background-color:#000000a8;height:100%;width:100%}.sliderWrap{height:100dvh;width:100%;position:fixed;top:0;overflow:hidden;z-index:2147483001;display:flex}.slider{background-color:#fff;display:flex;flex-direction:column;height:100%;width:95vw;margin-left:auto;position:absolute;right:-100%;transition:all 1s}.sliderWrap.visiblePanel .slider{right:0}.visiblePanel{visibility:visible;opacity:1;transition:opacity .3s linear}.hiddenPanel{visibility:hidden;opacity:0;transition:visibility 0s .3s,opacity .3s linear}@media only screen and (min-width: 768px){.sliderWrap{height:100vh}.slider{width:400px}}
