@keyframes authModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes authModalPopIn{0%{opacity:0;transform:translate(-50%,-48%)scale(.97)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes authModalSlideUp{0%{opacity:0;transform:translate(-50%,24px)}to{opacity:1;transform:translate(-50%)}}.v2-auth-modal-box{box-sizing:border-box;border-radius:18px;flex-direction:column;width:min(480px,100vw - 32px);max-height:calc(100vh - 64px);animation:.25s cubic-bezier(.16,1,.3,1) authModalPopIn;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 18px 40px #0000001f}@media (max-width:600px){.v2-auth-modal-box{width:100%;max-height:94vh;animation:.25s cubic-bezier(.16,1,.3,1) authModalSlideUp;top:auto;bottom:0;transform:translate(-50%);border-radius:20px 20px 0 0!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
