/*! Copyright © 2011 - 2025 miHoYo. All Rights Reserved */
.account-sea-toast{position:absolute;top:0;right:0;width:100%;height:100%;z-index:900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.account-sea-toast--content{max-width:600px;padding:14px 20px;background:rgba(0,0,0,.8);border-radius:6px;font-size:20px;color:#fff;line-height:30px}@media(min-width:320px)and (max-width:1024px){.account-sea-toast--content{max-width:335px;padding:11px 15px;font-size:14px}}
.account-sea-input{position:relative;z-index:20}.account-sea-input.has-error .input:focus{border-color:#ff667f}.account-sea-input input::-webkit-inner-spin-button,.account-sea-input input::-webkit-outer-spin-button{-webkit-appearance:none}.account-sea-input input[type=number]{-moz-appearance:textfield}.account-sea-input .input{padding:0 20px;width:100%;height:48px;background:#fff;border-radius:4px;border:1px solid #e6e6e6;color:#333;outline:none}.account-sea-input .input:focus{border-color:#4ea4dc}.account-sea-input .input::-moz-placeholder{color:#ccc}.account-sea-input .input:-ms-input-placeholder{color:#ccc}.account-sea-input .input::-webkit-input-placeholder{color:#ccc}.account-sea-input .input::-ms-input-placeholder{color:#ccc}.account-sea-input .input::placeholder{color:#ccc}.account-sea-input .error-text{font-size:12px;color:#ff667f;line-height:12px;padding:10px 0 0}.account-sea-input .password-strength{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:12px;font-size:12px;margin-top:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.account-sea-input .password-strength .strength-title{color:#737373}.account-sea-input .password-strength .strength-bar{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#f5f5f5;position:relative;height:4px;border-radius:4px;margin:0 10px}.account-sea-input .password-strength .strength-bar:before{content:"";width:0;height:100%;position:absolute;top:0;left:0;border-radius:4px}.account-sea-input .password-strength .strength-bar.week:before{background-color:#ff667f;width:33%}.account-sea-input .password-strength .strength-bar.normal:before{background-color:#ffae00;width:66%}.account-sea-input .password-strength .strength-bar.strong:before{background-color:#31bd00;width:100%}.account-sea-input .password-strength .strength-text.week{color:#ff667f}.account-sea-input .password-strength .strength-text.normal{color:#ffae00}.account-sea-input .password-strength .strength-text.strong{color:#31bd00}
