.eh-message {
  background-color: #f4f4f4;
  width: 100%;
  margin-top: 30px;
  padding: 12px 30px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
  line-height: 1.5em;
}
@media (max-width: 576px) {
  .eh-message {
    margin-top: 20px;
    padding: 12px 15px;
  }
}
.eh-message svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 8px;
  line-height: inherit;
}

.eh-message-info svg {
  color: #efb002;
}

.eh-message-error svg {
  color: #ff0055;
}

.eh-message-success svg {
  color: #53aa76;
}

.eh-modal-button,
.eh-modal-account-button {
  background-color: #ff0055;
  max-height: 46px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 14px;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 34px;
}
.eh-modal-button:hover,
.eh-modal-account-button:hover {
  background-color: #e6004d;
  color: #fff;
}
@media (max-width: 768px) {
  .eh-modal-button,
.eh-modal-account-button {
    padding: 5px 8px;
  }
}
@media (max-width: 768px) {
  .eh-modal-button .eh-modal-button-text,
.eh-modal-button .eh-modal-account-button-text,
.eh-modal-account-button .eh-modal-button-text,
.eh-modal-account-button .eh-modal-account-button-text {
    display: none;
  }
}
.eh-modal-button .eh-modal-button-icon,
.eh-modal-button .eh-modal-account-button-icon,
.eh-modal-account-button .eh-modal-button-icon,
.eh-modal-account-button .eh-modal-account-button-icon {
  display: none;
}
@media (max-width: 768px) {
  .eh-modal-button .eh-modal-button-icon,
.eh-modal-button .eh-modal-account-button-icon,
.eh-modal-account-button .eh-modal-button-icon,
.eh-modal-account-button .eh-modal-account-button-icon {
    display: block;
  }
}

.eh-modal {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
}
.eh-modal .eh-close-modal {
  background-color: #fff;
  margin: 20px auto 0 20px;
  padding: 0 !important;
  display: flex;
  color: #404040;
  border: none !important;
  border-radius: 100%;
  cursor: pointer;
}
.eh-modal .eh-close-modal svg {
  vertical-align: middle;
}
.eh-modal .eh-container {
  max-width: 410px;
  height: auto;
  max-height: 80%;
  overflow-y: auto !important;
}
@media (max-width: 576px) {
  .eh-modal .eh-container {
    max-width: unset !important;
    max-height: unset;
    height: 100%;
    border-radius: 0;
  }
}
.eh-modal .eh-container .eh-main {
  padding: 0;
  border: none;
  box-shadow: none;
}
.eh-modal .eh-container .eh-form-wrap {
  height: 100%;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.eh-register-login-button,
.eh-account-button {
  background-color: #ff0055;
  max-height: 46px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 14px;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 34px;
  padding: 0 15px;
}
.eh-register-login-button:hover,
.eh-account-button:hover {
  background-color: #e6004d;
  color: #fff;
}
@media (max-width: 768px) {
  .eh-register-login-button,
.eh-account-button {
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  .eh-register-login-button .eh-register-login-button-text,
.eh-register-login-button .eh-account-button-text,
.eh-account-button .eh-register-login-button-text,
.eh-account-button .eh-account-button-text {
    display: none;
  }
}
.eh-register-login-button .eh-register-login-button-icon,
.eh-register-login-button .eh-account-button-icon,
.eh-account-button .eh-register-login-button-icon,
.eh-account-button .eh-account-button-icon {
  display: none;
}
@media (max-width: 768px) {
  .eh-register-login-button .eh-register-login-button-icon,
.eh-register-login-button .eh-account-button-icon,
.eh-account-button .eh-register-login-button-icon,
.eh-account-button .eh-account-button-icon {
    display: block;
  }
}

.eh-container {
  background-color: #fff;
  width: 100%;
  max-width: 420px;
  margin: auto;
  position: relative;
  text-align: right;
  border-radius: 5px;
  box-sizing: border-box;
}
.eh-container .eh-button {
  background-color: #ff0055;
  max-height: 46px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 14px;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.eh-container .eh-button:hover {
  background-color: #e6004d;
  color: #fff;
}
.eh-container .eh-field-error .eh-field {
  border-color: #ff0055 !important;
}
.eh-container .eh-field-error .eh-field ~ label {
  color: #ff0055 !important;
}
.eh-container .eh-field-error .eh-field-message {
  color: #ff0055 !important;
}
.eh-container .eh-loading-overlay {
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
}
.eh-container .eh-loading-overlay .eh-loading {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
@keyframes animation {
  0% {
    stroke-dasharray: 1 98;
    stroke-dashoffset: -105;
  }
  50% {
    stroke-dasharray: 80 10;
    stroke-dashoffset: -160;
  }
  100% {
    stroke-dasharray: 1 98;
    stroke-dashoffset: -300;
  }
}
.eh-container .eh-loading-overlay .eh-loading .eh-loading-spinner {
  fill: transparent;
  stroke: #ff0055;
  stroke-width: 7px;
  stroke-linecap: round;
  transform-origin: center;
  animation-name: animation;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}
.eh-container .eh-logo {
  margin-top: 30px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eh-container .eh-logo a {
  display: flex;
}
.eh-container .eh-logo img {
  width: auto !important;
  height: 50px !important;
  margin-left: 10px;
  display: block;
}
.eh-container .eh-logo .eh-logo-text h2 {
  margin: 0;
  font-size: 20px;
  color: #606060;
  line-height: 1.4em;
}
.eh-container .eh-logo .eh-logo-text span {
  color: #606060;
  font-size: 14px;
}
@media (max-width: 576px) {
  .eh-container .eh-logo {
    margin-top: 20px;
    padding: 0 15px;
  }
  .eh-container .eh-logo a {
    display: unset;
  }
  .eh-container .eh-logo img {
    display: block;
    margin: 0 auto 10px;
  }
  .eh-container .eh-logo .eh-logo-text {
    text-align: center;
  }
  .eh-container .eh-logo .eh-logo-text h2 {
    font-size: 18px;
  }
}
.eh-container .eh-main {
  background-color: #fff;
  width: 100%;
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.eh-container .eh-form-wrap {
  background-color: #fff;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.eh-container .eh-form-wrap .eh-section:not(.eh-send-section) {
  display: none;
}
.eh-container .eh-form-wrap .eh-form {
  width: 100%;
  padding: 40px 30px;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .eh-container .eh-form-wrap .eh-form {
    padding: 30px 15px;
  }
}
.eh-container .eh-form-wrap .eh-form .eh-field-wrap {
  margin-bottom: 30px;
  position: relative;
}
.eh-container .eh-form-wrap .eh-form .eh-field-wrap svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 15px;
  color: #a6a6a6;
  transform: translateY(-50%);
}
.eh-container .eh-form-wrap .eh-form .eh-label {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 2px 5px;
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  transform: translateY(-50%);
  color: #8c8c8c;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
}
.eh-container .eh-form-wrap .eh-form .eh-field {
  background-color: #fff;
  direction: rtl;
  text-align: right;
  font-family: inherit;
  font-size: 16px;
  outline: none !important;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.eh-container .eh-form-wrap .eh-form .eh-field:-webkit-autofill, .eh-container .eh-form-wrap .eh-form .eh-field:-webkit-autofill:hover, .eh-container .eh-form-wrap .eh-form .eh-field:-webkit-autofill:focus, .eh-container .eh-form-wrap .eh-form .eh-field:-webkit-autofill:active {
  box-shadow: 0 0 0 50px white inset !important;
}
.eh-container .eh-form-wrap .eh-form .eh-field:not([type=checkbox], [type=radio]) {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  box-sizing: border-box;
}
.eh-container .eh-form-wrap .eh-form .eh-field:not([type=checkbox], [type=radio]):focus {
  padding: 0 14px;
  border-color: #c9c9c9;
  border-width: 2px;
}
.eh-container .eh-form-wrap .eh-form .eh-field:not([type=checkbox], [type=radio]):focus ~ .eh-label {
  font-weight: bold;
}
.eh-container .eh-form-wrap .eh-form .eh-field[type=number]::-webkit-outer-spin-button, .eh-container .eh-form-wrap .eh-form .eh-field[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.eh-container .eh-form-wrap .eh-form .eh-field[type=number] {
  -moz-appearance: textfield;
}
.eh-container .eh-form-wrap .eh-form .eh-hide-pass-icon {
  cursor: pointer;
}
.eh-container .eh-form-wrap .eh-form .eh-show-pass-icon {
  display: none;
  cursor: pointer;
}
.eh-container .eh-form-wrap .eh-form .eh-hide-pass-icon:hover,
.eh-container .eh-form-wrap .eh-form .eh-show-pass-icon:hover {
  color: #606060;
}
.eh-container .eh-form-wrap .eh-form .eh-visible-pass .eh-show-pass-icon {
  display: block;
}
.eh-container .eh-form-wrap .eh-form .eh-visible-pass .eh-hide-pass-icon {
  display: none;
}
.eh-container .eh-form-wrap .eh-form input[type=checkbox] {
  vertical-align: middle;
}
.eh-container .eh-form-wrap .eh-form .eh-checkbox-label {
  font-size: 14px;
  cursor: pointer;
}
.eh-container .eh-form-wrap .eh-form .g-recaptcha {
  margin-bottom: 20px;
}
.eh-container .eh-form-wrap .eh-form .eh-otp-inputs {
  display: flex;
  gap: 15px;
  direction: ltr;
}
.eh-container .eh-form-wrap .eh-form .eh-otp-inputs input {
  background-color: #fff;
  width: 100%;
  height: 50px;
  padding: 0 !important;
  text-align: center;
  font-size: 22px;
  font-family: inherit;
  border: none !important;
  border-bottom: 2px solid #dbdbdb !important;
  outline: none !important;
}
.eh-container .eh-form-wrap .eh-form .eh-otp-inputs input:focus {
  border-color: #ff0055 !important;
}
.eh-container .eh-form-wrap .eh-form .eh-timer {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  direction: ltr;
  font-size: 16px;
  border-bottom: 2px solid #ff0055;
}
.eh-container .eh-form-wrap .eh-form .eh-timer .eh-timer-hours,
.eh-container .eh-form-wrap .eh-form .eh-timer .eh-timer-minutes,
.eh-container .eh-form-wrap .eh-form .eh-timer .eh-timer-seconds {
  width: 20px;
  text-align: center;
}
.eh-container .eh-form-wrap .eh-form .eh-timer svg {
  width: 20px;
  min-height: 20px;
  margin-left: 5px;
}
.eh-container .eh-form-wrap .eh-form .eh-button {
  height: 44px;
  width: 100%;
}
.eh-container .eh-form-wrap .eh-form .eh-agreement-text {
  max-width: 300px;
  margin: 20px auto 0;
  color: #a6a6a6;
  text-align: center;
  font-size: 13px;
  line-height: 1.8em;
}
.eh-container .eh-form-wrap .eh-form-links {
  font-size: 14px;
}
.eh-container .eh-form-wrap .eh-form-links form {
  margin: 0 !important;
  padding: 0 !important;
}
.eh-container .eh-form-wrap .eh-form-links a,
.eh-container .eh-form-wrap .eh-form-links .eh-send-again {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #606060;
  text-align: right;
  font-size: 13px;
  line-height: 1.5em;
  border-top: 1px solid #e3e3e3;
}
@media (max-width: 576px) {
  .eh-container .eh-form-wrap .eh-form-links a,
.eh-container .eh-form-wrap .eh-form-links .eh-send-again {
    padding: 10px 15px;
  }
}
.eh-container .eh-form-wrap .eh-form-links a:hover,
.eh-container .eh-form-wrap .eh-form-links .eh-send-again:hover {
  background-color: #f2f2f2 !important;
}
.eh-container .eh-form-wrap .eh-form-links a svg,
.eh-container .eh-form-wrap .eh-form-links .eh-send-again svg {
  width: 16px;
  margin-left: 15px;
}
.eh-container .eh-form-wrap .eh-form-links .eh-send-again {
  background: none !important;
  width: 100%;
  font-family: inherit;
  font-weight: normal;
  border: none !important;
  border-top: 1px solid #e3e3e3 !important;
  cursor: pointer;
}
.eh-container .eh-form-wrap .eh-form-links a:last-child {
  margin-bottom: 0;
}
.eh-container .eh-blur {
  filter: blur(2px);
}

/*# sourceMappingURL=main.css.map */
