.Overlay_overlay__CzH5e{position:fixed;top:0;left:0;z-index:1000;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;animation:Overlay_fadeIn__9GyYw .2s ease-in-out;animation-fill-mode:both}.Overlay_overlay__CzH5e.Overlay_closing__RJdn0{animation:Overlay_fadeOut__hGCNS .2s ease-in-out;animation-fill-mode:both}@keyframes Overlay_fadeIn__9GyYw{0%{opacity:0}to{opacity:1}}@keyframes Overlay_fadeOut__hGCNS{0%{opacity:1}to{opacity:0}}.BaseModal_modal___eaGS{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:430px;padding:32px;background:var(--color-bg);box-shadow:0 0 5px 0 var(--login-shadow-color);border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:32px;animation:BaseModal_modalFadeIn__fQOob .2s ease-in-out}.BaseModal_modal___eaGS.BaseModal_closing__xXknG{animation:BaseModal_modalFadeOut__ZjY9K .2s ease-in-out}@media(max-width:580px){.BaseModal_modal___eaGS{max-width:calc(100dvw - 40px);gap:20px}}@keyframes BaseModal_modalFadeIn__fQOob{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes BaseModal_modalFadeOut__ZjY9K{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.9)}}