.styles_DialogOverlay__PB47R{background-color:var(--overlay);position:fixed;inset:0;z-index:100;animation:styles_overlayShow__PP7tQ .25s cubic-bezier(.16,1,.3,1);transition:.25s}.styles_DialogContent__cefMM{background-color:#fff;position:fixed;height:var(--screen-height);right:0;top:0;width:100vw;max-width:400px;animation:styles_contentShow__N0Icq .25s cubic-bezier(.16,1,.3,1);border-right:1px solid var(--color-gray-200);z-index:101;overflow:auto;padding-bottom:20px;box-shadow:0 3px 16px rgba(0,0,0,.08)}@keyframes styles_overlayShow__PP7tQ{0%{opacity:0}to{opacity:1}}@keyframes styles_contentShow__N0Icq{0%{opacity:0;right:-400px}to{opacity:1;right:0}}