.otp-form{border-radius:8px;flex-direction:column;gap:12px;padding:20px 0 0;display:flex}.otp-form .otp-form-header{text-align:center;margin-bottom:8px}.otp-form .otp-form-header .otp-form-title{color:#333;font-size:16px;font-weight:600}.otp-form .otp-form-description{color:#666;text-align:center;margin:-8px 0 8px;font-size:14px;line-height:1.5}.otp-form .otp-input-email{text-align:center;border:2px solid rgba(51,51,51,.5);border-radius:8px;outline:none;width:100%;padding:14px 16px;font-size:16px;transition:border-color .2s}.otp-form .otp-input-email:focus{border-color:rgba(255,103,86,.314)}.otp-form .otp-input-email:disabled{cursor:not-allowed;background:#e2e8ed}.otp-form .otp-input-email.error{border-color:#f44;animation:.3s shake}.otp-form .otp-input-wrapper{position:relative}.otp-form .otp-input-wrapper .last-used-badge{color:#fff;z-index:1;background:#ff6756;border-radius:999px;height:20px;padding:2px 7px;font-size:11px;font-weight:600;position:absolute;top:-5px;right:-5px}.otp-form .otp-email-suggestion{color:rgba(51,51,51,.65);text-align:center;flex-flow:wrap;justify-content:center;align-items:baseline;gap:6px;margin-top:8px;margin-bottom:0;font-size:13px;line-height:1.35;display:flex}.otp-form .otp-email-suggestion-label{flex-shrink:0}.otp-form .otp-email-suggestion-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;font-size:inherit;color:#ff6756;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;margin:0;padding:0;font-weight:600;text-decoration:underline}.otp-form .otp-email-suggestion-btn:hover:not(:disabled){color:#e04a3d}.otp-form .otp-email-suggestion-btn:disabled{cursor:not-allowed;opacity:.55}.otp-form .otp-input-error{color:#f44;margin-top:6px;padding-left:4px;font-size:13px;display:block}.otp-form .otp-code-inputs{justify-content:center;gap:8px;margin:10px 0;display:flex}.otp-form .otp-code-inputs .otp-code-digit{text-align:center;background:#fff;border:2px solid #e2e8ed;border-radius:8px;outline:none;width:48px;height:56px;font-size:24px;font-weight:600;transition:all .2s}.otp-form .otp-code-inputs .otp-code-digit:focus{border-color:rgba(255,103,86,.314);box-shadow:0 0 0 3px rgba(152,176,1,.1)}.otp-form .otp-code-inputs .otp-code-digit.filled{border-color:#ff6756}.otp-form .otp-code-inputs .otp-code-digit:disabled{cursor:not-allowed;background:#e2e8ed}.otp-form .otp-code-inputs .otp-code-digit.shake{animation:.3s shake}.otp-form .otp-attempts-left{text-align:center;color:#ff9800;margin:-8px 0 8px;font-size:13px;font-weight:500}.otp-form .otp-form-actions{gap:10px;display:flex}.otp-form .otp-form-actions .btn-cancel,.otp-form .otp-form-actions .btn-submit{cursor:pointer;border:none;border-radius:8px;flex:1;min-height:53px;padding:12px 20px;font-size:15px;font-weight:500;transition:all .2s;position:relative}.otp-form .otp-form-actions .btn-resend{cursor:pointer;border:none;border-radius:8px;width:100%;font-size:15px;font-weight:500;transition:all .2s;position:relative}.otp-form .otp-form-actions .btn-cancel{color:#666;background:0 0;border:2px solid #e2e8ed}.otp-form .otp-form-actions .btn-cancel:hover:not(:disabled){color:#999;border-color:#999}.otp-form .otp-form-actions .btn-cancel:disabled{opacity:.5;cursor:not-allowed}.otp-form .otp-form-actions .btn-submit{color:#fff;background:#ff6756}.otp-form .otp-form-actions .btn-submit:hover:not(:disabled){background:#ff6756}.otp-form .otp-form-actions .btn-submit:disabled{opacity:.6;cursor:not-allowed}.otp-form .otp-form-actions .btn-resend{color:#ff6756;background:0 0;border:2px solid transparent}.otp-form .otp-form-actions .btn-resend:disabled{color:#999;cursor:not-allowed}.otp-form .btn-disabled{opacity:.6;cursor:not-allowed}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}
.modal-container.modal__login header{font-size:24px;font-weight:600}.modal-container.modal__login .list{gap:15px;margin-top:45px;margin-bottom:15px;display:flex}.modal-container.modal__login .list .btn{flex-direction:row;justify-content:center;gap:10px}.modal-container.modal__login .btn{color:#000;background:rgba(226,232,237,.5);border:none;border-radius:8px;flex-direction:column;align-items:center;gap:10px;width:100%;transition:all .2s;display:flex;position:relative}.modal-container.modal__login .btn:hover{background:#e2e8ed}.modal-container.modal__login .last-used-badge{color:#fff;z-index:1;background:#ff6756;border-radius:999px;height:20px;padding:2px 7px;font-size:11px;font-weight:600;line-height:1.5;position:absolute;top:-5px;right:-5px}.modal-container.modal__login .error{color:red;text-align:center;margin-top:15px;font-size:14px;display:block}.modal-container.modal__login .error span{margin-top:5px;display:block}@media only screen and (min-width:500px){.modal-container.modal__login{min-width:450px;padding-left:30px;padding-right:30px}.consent-wrapper{margin-top:20px}}.consent-wrapper{justify-content:center;margin-top:5px;display:flex}.consent-checkbox{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;gap:6px;display:flex}.consent-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:2px solid #333;border-radius:4px;flex-shrink:0;width:14px;height:14px;margin-top:2px;transition:all .2s;position:relative}.consent-checkbox input[type=checkbox]:checked{background:#ff6756;border-color:#ff6756}.consent-checkbox input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:14px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.consent-checkbox input[type=checkbox]:hover{border-color:#ff6756}.consent-checkbox input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.consent-checkbox .consent-text{color:#666;text-align:left;font-size:10px;line-height:1.4}.consent-checkbox .consent-text .consent-link{color:#ff6756;text-decoration:underline;transition:color .2s}.consent-checkbox .consent-text .consent-link:hover{color:#e55a4a}.more-methods{justify-content:center;margin-top:15px;display:flex}.more-methods__link{color:#888;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:6px 4px;font-size:14px;text-decoration:underline;transition:color .2s}.more-methods__link:hover{color:#ff6756}.more-methods__reveal{width:100%;animation:.25s ease-out moreMethodsReveal}.modal-container.modal__login .more-methods__reveal .btn{flex-direction:row;justify-content:center;gap:10px}@keyframes moreMethodsReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=faa82eec51d9859b.css.map*/