html,
body {
  width: 100%;
  height: 100% !important;
  margin: 0;
  padding: 0;
  background-color: #242422 !important;
}

.forgetWebHeader {
  display: none;
}

.forgetWeb {
  display: none;
  height: 100%;
  background-color: #262626;
}

.forgetWebview {
  position: relative;
  display: none;
  height: 100%;
  background-color: #242422;
}
.forgetWebview .forgetWebview-header {
  height: 95px;
  background-color: #3b3b37;
}
.forgetWebview .forgetWebview-header .forgetWebview-header-title {
  padding-top: 54px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.forgetWebview .forgetWebview-header .forgetWebview-header-title > div {
  font-size: 20px;
  font-weight: bold;
  color: #f2c97f;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.forgetWebview .forgetWebview-header .forgetWebview-header-title img {
  width: 36px;
  height: 36px;
  margin-left: 22px;
  margin-right: 6px;
}
.forgetWebview .forgetWebview-content {
  color: #fff;
  height: -webkit-calc(100% - 95px);
  height: -moz-calc(100% - 95px);
  height: calc(100% - 95px);
  background-image: var(--forgetBackground);
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
}
.forgetWebview .forgetWebview-content .forgetWebview-content-body {
  padding: 24px 30px 28px;
  border-radius: 25px 0 0 25px;
  backdrop-filter: blur(30px);
  background-color: #3b3b37;
}
.forgetWebview .forgetWebview-content .forgetWebview-content-title {
  padding: 30px 32px 18px;
  font-size: 20px;
  font-weight: bold;
  color: #f2c97f;
}
.forgetWebview .forgetWebview-content .forgetWebview-content-input {
  line-height: normal;
  color: #ffffff;
}
.forgetWebview .forgetWebview-content .forgetWebview-content-input .tips {
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
}
.forgetWebview .forgetWebview-content .forgetWebview-content-input .form__input--nolabel {
  border-radius: 14px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  height: 40px;
  background-color: #fafafa;
}
.forgetWebview .forgetWebview-content .forgetWebview-content-but .getcode_btn_enable {
  color: #333 !important;
}
.forgetWebview .forgetWebview-content .forgetWebview-content-but .verifyCodeBtn_disabled {
  background-color: #eaeaea !important;
  background-image: none !important;
  opacity: 1 !important;
}
.forgetWebview .forgetWebview-content .forgetWebview-content-but .getcode_btn_disabled {
  background-color: #eaeaea !important;
  background-image: none !important;
  color: #333 !important;
  opacity: 1;
}
.forgetWebview .forgetWebview-content .forgetWebview-content-but .button {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0;
  background-image: -webkit-linear-gradient(top, #debb74, #efcd8a 39%, #daaf69 80%, #c8a061);
  background-image: -moz-linear-gradient(top, #debb74, #efcd8a 39%, #daaf69 80%, #c8a061);
  background-image: -o-linear-gradient(top, #debb74, #efcd8a 39%, #daaf69 80%, #c8a061);
  background-image: linear-gradient(to bottom, #debb74, #efcd8a 39%, #daaf69 80%, #c8a061);
  border: none;
  color: #333;
}
.forgetWebview .forgetWebview-content .forgetWebview-content-but .button img {
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
}
.forgetWebview #verificationCode {
  display: none;
  margin-top: 24px;
  color: #333333;
}
.forgetWebview #verificationCode .forgetWebview-content-title {
  padding: 0;
  margin-bottom: 18px;
}
.forgetWebview #verificationCode .forgetWebview-content-title .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.forgetWebview #verificationCode .forgetWebview-content-title .tips {
  font-size: 14px;
  font-weight: normal;
}
.forgetWebview #verificationCode .forgetWebview-content-but .button {
  margin-top: 18px;
  color: #333333 !important;
}
.forgetWebview #resetPassword {
  display: none;
}
.forgetWebview #resetPassword .forgetWebview-content-input {
  line-height: normal;
}
.forgetWebview #resetPassword .forgetWebview-content-input .tips {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
}
.forgetWebview #resetPassword .forgetWebview-content-input .form__input--nolabel {
  border-radius: 14px;
}
.forgetWebview #resetPassword .forgetWebview-content-input .topInput .form__input--nolabel {
  border-radius: 14px;
}
.forgetWebview #resetPassword .forgetWebview-content-codeTitle {
  color: #ffffff;
  margin-bottom: 18px;
}
.forgetWebview #resetPassword .forgetWebview-content-codeTitle .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.forgetWebview #resetPassword .forgetWebview-content-codeTitle .tips {
  font-size: 14px;
  font-weight: normal;
}
.forgetWebview #resetPassword .forgetWebview-content-inputTips {
  color: #f3ca8c;
  font-size: 12px;
  font-weight: normal;
  margin-top: 12px;
}
.forgetWebview #resetPassword .forgetWebview-content-but-otp {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  margin-bottom: 24px;
}
.forgetWebview #resetPassword .forgetWebview-content-but-otp .tips {
  color: #fff;
  font-size: 14px;
}
.forgetWebview #resetPassword .forgetWebview-content-but-otp .tips > div {
  font-size: 12px;
  color: #f3ca8c;
}
.forgetWebview #resetPassword .forgetWebview-content-but-otp .button {
  margin-top: 0;
  width: 75px;
  margin-left: auto;
}
.forgetWebview #resetPassword .forgetWebview-content-but-otp .verifyCodeBtn_disabled {
  opacity: 1;
  background-color: #3b3b37 !important;
  box-shadow: none !important;
  color: #fff;
}
.forgetWebview #resetPassword .forgetWebview-content-but-otp .verifyCodeBtn_enable {
  background: #3b3b37 !important;
  box-shadow: none !important;
  border: solid 1px #bc9151;
  font-size: 14px;
  font-weight: bold;
  color: #bc9151;
}
.forgetWebview #resetPassword .form__fieldrow {
  position: relative;
}
.forgetWebview #resetPassword .form__fieldrow .password_eye {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 8px;
}
.forgetWebview .toast {
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  max-width: 100%;
}

.swAlert2-container-infoClass {
  padding: 0 !important;
}
.swAlert2-container-infoClass .swal2-popup {
  position: relative;
  bottom: 0 !important;
  margin: auto 0 0 0 !important;
  border-radius: 25px 25px 0 0 !important;
  backdrop-filter: blur(30px);
  background-color: #3b3b37;
}
.swAlert2-container-infoClass .swal2-popup .swAlert2-webview-content {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.swAlert2-container-infoClass .swal2-popup .swAlert2-webview-content .title {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.swAlert2-container-infoClass .swal2-popup .swAlert2-webview-content .icon {
  width: 100px;
  height: 100px;
  margin: 12px 0 4px;
}
.swAlert2-container-infoClass .swal2-popup .swAlert2-webview-content .icon_success {
  width: 84px;
  height: 84px;
  margin: 18px 0 4px;
}
.swAlert2-container-infoClass .swal2-popup .swal2-confirm {
  width: 300px;
  position: relative;
  padding: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 24px;
  font-size: 16px;
  margin: 20px 0 0;
  color: #333;
}
.swAlert2-container-infoClass .swal2-popup .swal2-confirm img {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.swAlert2-container-infoClass .swal2-popup .swal2-confirm {
  width: 300px;
  background-image: -webkit-linear-gradient(top, #debb74, #efcd8a 39%, #daaf69 80%, #c8a061) !important;
  background-image: -moz-linear-gradient(top, #debb74, #efcd8a 39%, #daaf69 80%, #c8a061) !important;
  background-image: -o-linear-gradient(top, #debb74, #efcd8a 39%, #daaf69 80%, #c8a061) !important;
  background-image: linear-gradient(to bottom, #debb74, #efcd8a 39%, #daaf69 80%, #c8a061) !important;
  background-color: transparent !important;
  border-radius: 36px;
  box-shadow: none !important;
}
.swAlert2-container-infoClass .swal2-popup .swal2-confirm span {
  color: #333 !important;
  font-size: 16px;
  font-weight: bold;
}

.toast-webview {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.forgetWebview-toast {
  visibility: visible !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding: 42px 12px;
  border-radius: 25px 25px 0 0 !important;
  opacity: 0;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  backdrop-filter: blur(30px);
  background-color: #3b3b37 !important;
}

.toast-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s ease-out;
  -o-transition: visibility 0s, opacity 0.3s ease-out;
  -moz-transition: visibility 0s, opacity 0.3s ease-out;
  transition: visibility 0s, opacity 0.3s ease-out;
  z-index: 999;
}

.toastModel-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.forgetWebview .show {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.toast-webview {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}