.otp-overlay{z-index:1000;right:0;top:0;display:flex;width:100vw;height:100vh;justify-content:center;align-items:center;position:absolute;background:var(--Light_Mode-Overlay,rgba(36,40,44,.7))}.otp-overlay .opt-modal{position:relative;bottom:40px;height:fit-content;color:#000;display:flex;width:566px;max-width:100%;flex-direction:column;gap:20px;padding:30px;border-radius:12px;background:#fff}.otp-overlay .opt-modal .close-img{display:flex;position:absolute;top:0;right:10px;align-items:center;justify-content:flex-end;height:40px;padding-bottom:0;cursor:pointer}.otp-overlay .opt-modal .otp-body{display:flex;flex-direction:column;gap:20px}.otp-overlay .opt-modal .otp-body .title>b{font-size:24px}.otp-overlay .opt-modal .otp-body .title>p{font-size:16px;color:#868686}.otp-overlay .opt-modal .otp-body .input{display:flex;gap:10px;width:100%}.otp-overlay .opt-modal .otp-body .input .pass{display:flex;justify-content:center;padding:10px;width:50px;height:50px;align-items:center;border-radius:4px;border:1px solid var(--miscellaneous-alert-menu-action-sheet-separators,rgba(128,128,128,.55))}.otp-overlay .opt-modal .otp-body .input .pass>input{text-align:center;font-size:20px;width:100%;border:0}.otp-overlay .opt-modal .otp-body .input .pass>input:focus{outline:0}.otp-overlay .opt-modal .otp-button{padding-top:0;width:100%;display:flex;align-items:center;justify-content:space-between}.otp-overlay .opt-modal .otp-button .otp{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.otp-overlay .success{position:absolute;top:0;right:0;border-radius:12px;color:#fff;display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;background-color:#f46123;padding:40px;width:100%;height:100%}@media(max-width:425px){.otp-overlay .opt-modal{padding:20px}.otp-overlay .opt-modal .otp-button,.otp-overlay .opt-modal .otp-button .otp{flex-direction:column}}