.sidebar-main-container{z-index:950;touch-action:none;align-items:center;width:100vw;height:100dvh;display:flex;position:fixed;top:0;left:0}.smc-overlay-container{width:100%;height:100%;z-index:inherit;background-color:#0002}.smc-sidebar-content{z-index:955;background-color:#fff;border-radius:1rem 0 0 1rem;width:30rem;height:100%;animation:.2s forwards slideInDesktop;position:absolute;right:0;transform:translate(100%)}@keyframes slideInDesktop{to{transform:translate(0)}}@media (max-width:650px){.smc-overlay-container{width:100%}.smc-sidebar-content{border-radius:1rem 1rem 0 0;width:100%;height:85%;animation:.2s forwards slideInMobile;bottom:0;right:auto;transform:translateY(100%)}@keyframes slideInMobile{to{transform:translateY(0)}}}
