
.grecaptcha-badge {
  visibility: hidden;
}

.top-auth-register {
  display: none !important;
}

.auth {
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  font-family: "Stolzl";
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  color: #000000;
  overflow: auto;
  z-index: 1000;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}

.error_window {
  display: none;
  background: #fad6d4;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  margin: 10px 0px;
  box-sizing: border-box;
}

.error_window>span {
  color: #CC2E12;
  font-size: 14px;
}

.auth .modal_container {
  width: 598px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  min-height: 300px;
}

.auth .modal_header {
  padding: 40px;
  padding-bottom: 0px;
  background-color: #fff;
  position: relative;
  top: 1px;
}

.auth .modal_header .header_close {
  cursor: pointer;
}

.auth .modal_header .header_back {
  cursor: pointer;
}

.auth .modal_header .header_title {
  font-family: "Stolzlbold";
  width: 90%;
  margin-left: 10px;
  font-weight: 600;
  font-size: 32px;
  color: #4A4A49;
}

.modal_body__input>p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4A4A49;
  margin-bottom: 12px;
}

.auth .modal_icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 20px;
  right: 20px;
}

.auth .modal_body {
  background: #ffffff;
  padding: 50px !important;
  padding-top: 40px !important;
}

.auth .modal_body__input input {
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  outline: none;
  font-size: 15px;
  border: 1px solid #EBEBEB;
  padding: 10px;
}

.modal_body__confirm {
  font-size: 10px;
  line-height: 13px;
  margin-top: 20px;
  color: #878785;
}

.modal_body__confirm>a {
  text-decoration: none;
  color: #ff6600;
}

.auth .modal_body__submit input {
  background-color: #EA5B0C;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  height: 52px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.auth .modal_body__alternative {
  margin-top: 30px;
}

.auth .modal_body__alternative .alternative {
  font-size: 13px;
}

.auth .modal_body__button,
.header_back {
  cursor: pointer;
  margin-top: 32px;
  color: #fff;
  text-decoration: underline;
  color: #EA5B0C;
  font-weight: 600;
  font-size: 14px;
}

.auth .modal_body__forget {
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: #4A4A49;
  margin-bottom: 10px;
  position: relative;
  top: -12px;
}

.auth .modal_body__info-text {
  font-size: 13px;
}

.auth .modal_body__info-number {
  margin-bottom: 15px;
}

.auth .modal_body__send-retry {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;

  color: #ff6600;
  cursor: pointer;
}

.auth .modal_retry_timer {
  font-size: 12px;
}


.auth .modal_body__send-retry:hover {
  font-weight: 700;
}

.auth .modal_body__send-retry:active {
  font-weight: 300;
}

.auth .modal_body__success-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.auth .modal_body__success-block .success_icon {
  width: 40px;
  height: 40px;
}

.auth .modal_body__success-block .success_text {
  font-weight: 900;
}

.auth .modal_body__success-button {
  margin-top: 10px;
  background: #ff6600;
  cursor: pointer;
  margin-top: 40px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.56);
}

.submit_icon {
  position: relative !important;
}

.input_code {
  margin-top: 7px;
}

.cont_button__input {
  width: 100% !important;
  display: block;
  max-width: 240px;
  right: 0px !important;
  position: relative !important;
  top: 0px !important;
  height: 60px !important;
  border: none;
  background-color: #EA5B0C;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.cflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ccolumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bold {
  font-weight: 900;
}

.grey {
  background: #f1f1f1 !important;
  -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.25);
}

.justify_end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify_between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.deactive {
  cursor: not-allowed;
}

.deactive>input {
  background-color: #EA5B0C;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  height: 52px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

@font-face {
  font-family: "Stolzl";
  src: url("./StolzlLight.ttf");
}

@font-face {
  font-family: "Stolzl_bold";
  src: url("./StolzlBold.ttf");
}

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

.warning.block {
  display: block;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #878785;
  width: 92%;
}

@media(max-width: 600px) {
  .mobile-profile__menu-detail-back {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #4A4A49;
    margin-bottom: 24px;
  }

  .mobile-profile__menu-detail-email {
    font-family: "Stolzlregular";
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #292929;
    margin-bottom: 20px;
  }

  .mobile-profile__menu-detail-update {
    font-family: "Stolzlmedium";
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #EA5B0C;
  }

  .mobile-profile__menu-detail-phone {
    font-family: 'Stolzlregular';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #292929;
    margin-bottom: 8px;
  }

  .mobile-profile__menu-detail-name {
    font-family: 'Stolzlmedium';
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #4A4A49;
    margin-bottom: 12px;
  }

  .mobile-profile__menu-detail-address,
  .mobile-profile__menu-detail-store {
    font-family: 'Stolzlregular';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4A4A49;
    margin-bottom: 8px;
  }


  .mobile-profile__address-header,
  .mobile-profile__store-header {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .mobile-profile__address-icon,
  .mobile-profile__store-icon {
    flex-shrink: 0;
    color: #666;
    display: flex;
    align-items: center;
  }

  .mobile-profile__address-title,
  .mobile-profile__store-title {
    font-family: 'Stolzlregular';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4A4A49;
  }

  .mobile-profile__address-text,
  .mobile-profile__store-text {
    font-family: 'Stolzl';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #878785;
  }

  .mobile-profile__menu-detail-back>p {
    position: relative;
    top: 1px;
  }

  .mobile-profile__menu.not-active {
    display: none;
  }

  .mobile-profile__menu-detail {
    display: none;
  }

  .mobile-profile__menu-detail.active {
    display: block;
  }

  .auth .modal_container {
    width: 100%;
  }

  .auth .modal_header .header_title {
    font-size: 24px;
  }

  .auth .modal_body__input input {
    margin-bottom: 16px;
    width: 100%;
    height: 50px;
    font-size: 12px;
  }

  .warning.block {
    font-size: 12px;
  }

  .auth .modal_body__submit input {
    max-width: 100%;
  }

  .auth .modal_header {
    padding: 35px;
  }

  .auth .modal_body {
    padding: 45px !important;
    padding-top: 35px !important;
  }

  .cflex {
    display: block;
  }

  .cont_button__input {
    width: 100% !important;
    display: block;
    max-width: 100%;
    right: 0px !important;
    position: relative !important;
    top: 0px !important;
    height: 50px !important;
    border: none;
    background-color: #EA5B0C;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
  }

  .modal_input_code>.modal_header {
    padding-bottom: 0px;
  }

  .auth .modal_body__send-retry {
    position: relative;
    top: 10px;
  }

  .number_check {
    margin-top: 8px;
  }

  .smart-captcha {
    min-width: 290px;
    margin-bottom: 40px;
    height: 102px;
  }
}