#withdrawal-password-reminder-overlay{position:fixed;top:0;left:0;display:none;min-width:100%;min-height:100%;background:rgba(12,12,12,.65);z-index:3000}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20%;max-height:400px;background:#fff;border-radius:16px}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-head{padding-top:32px}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-icon{width:52px;height:52px;margin:0 auto 6px;border-radius:50%;background:linear-gradient(135deg,#ffb648,#ff8a3c);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px rgba(255,138,60,.35)}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-icon svg{width:28px;height:28px}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-body{padding:6px 22px 22px;text-align:center;font-size:14px;line-height:1.7;color:#666}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-btns{display:flex;border-top:1px solid #eee}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-btns button{flex:1;border:none;padding:15px 0;font-size:16px;cursor:pointer;font-family:inherit;background:0 0}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-btns .btn-cancel{color:#999;border-right:1px solid #eee}#withdrawal-password-reminder-overlay .withdrawal-password-reminder-wrap .modal-btns .btn-go{color:#3d7eff;font-weight:600}