/* Override background and text color */
#toast-container > .toast {
  background-color: #333 !important;
  color: #fff !important;
}

/* Specific type override */
#toast-container > .toast-success {
  background-color: #a2624d !important;
  color: #fff !important;
}

#toast-container > .toast-error {
  background-color: #A4562F !important;
  color: #fff !important;
}

.gs-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  position: relative;
}
.gs-checkbox-wrapper input[type="checkbox"]:checked + .icon-label svg {
  display: block;
}
.gs-checkbox-wrapper input[type="checkbox"]:checked + .icon-label {
  border-color: #5C86E5;
  background-color: #ffffff;
}
.gs-checkbox-wrapper .icon-label {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #796866;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  margin-left: 0;
  margin-top: 12px;
}
.gs-checkbox-wrapper label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  cursor: pointer;
  position: relative;
  margin-left: 28px;
}
.gs-checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.gs-checkbox-wrapper .icon-label svg {
  display: none;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.login_section  .pass-wrapper {
  position: relative;
}
.login_section  .pass-wrapper .eye-off,
.login_section  .pass-wrapper .eye-on {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.login_section  .pass-wrapper .eye-on {
  display: none;
}
.login_section  .pass-wrapper .confirm-eye-off,
.login_section  .pass-wrapper .confirm-eye-on {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.login_section  .pass-wrapper .confirm-eye-on {
  display: none;
}

  #try-popup-overlay, #resendverify {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    display: none;
  }
  #try-popup-bg {
    inset: 0;
    z-index: 9997;
  }
  #try-popup-box {
    z-index: 9999;
    max-width: 600px;
    width: 90%;
  }