.popups .sms-code .content .body .form-bid, .popups .sms-code .content .body .confirm-sms {
  height: auto;
  min-height: auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  background: none;
  z-index: 9;
}
.popups .sms-code .content .body .form-bid input, .popups .sms-code .content .body .confirm-sms input {
  width: 100%;
  max-width: 200px;
  height: 42px;
  border: 2px solid #262626;
  outline: none;
  border-radius: 5px;
  text-align: center;
  color: #000000;
  font-size: 18px;
}
.popups .sms-code .content .body .form-bid button, .popups .sms-code .content .body .confirm-sms button {
  width: 100%;
  max-width: 163px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 24px;
  background-color: #262626;
  font-family: "Calibri", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}
.popups .sms-code .content .body .form-bid .item-row.title, .popups .sms-code .content .body .confirm-sms .item-row.title {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  text-align: center;
  color: #212529;
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 1;
  padding-bottom: 13px;
  padding-top: 0;
}
.popups .sms-code .content .body .form-bid .item-row.field, .popups .sms-code .content .body .confirm-sms .item-row.field {
  width: 100%;
  text-align: center;
}

.popups {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popups .hidden-popup {
  display: none !important;
}
.popups .sms-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popups .sms-code .back {
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popups .sms-code .content {
  width: 100%;
  max-width: 560px;
  min-height: 350px;
  border-radius: 5px;
  background-color: #f4af32;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  margin: 0 10px;
}
.popups .sms-code .content .header {
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
}
.popups .sms-code .content .body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
.popups .sms-code .content .body .title {
  font-family: Calibri, sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -0.3px;
  text-align: center;
  line-height: 1;
  padding-bottom: 27px;
  padding-top: 1px;
  color: #000000;
}
.popups .sms-code .content .body .form-bid {
  padding-bottom: 0;
  padding-top: 27px;
}
.popups .sms-code-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popups .sms-code-success .back {
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popups .sms-code-success .content {
  width: 100%;
  max-width: 422px;
  min-height: 202px;
  border-radius: 5px;
  background-color: #f4af32;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  margin: 0 10px;
}
.popups .sms-code-success .content .header {
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popups .sms-code-success .content .header .actions {
  padding-right: 10px;
}
.popups .sms-code-success .content .header .close {
  background-image: url("../images/cross_dot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  opacity: 1;
}
.popups .sms-code-success .content .body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
.popups .sms-code-success .content .body .title {
  font-family: Calibri, sans-serif;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -0.32px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 9px;
  color: #000000;
}
.popups .sms-code-success .content .body .subtitle {
  font-family: Calibri, sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -0.16px;
  text-align: center;
  line-height: 21px;
  color: #000000;
}

@media screen and (max-width: 420px) {
  .popups .sms-code .content {
    min-height: 234px;
    max-width: 376px;
    min-width: 300px;
  }
  .popups .sms-code .content .header {
    height: 30px;
  }
  .popups .sms-code .content .body {
    padding-bottom: 30px;
  }
  .popups .sms-code .content .body .title {
    font-size: 20px;
    letter-spacing: -0.2px;
    padding-bottom: 18px;
  }
  .popups .sms-code .content .body .form-bid {
    padding-top: 18px;
  }
  .popups .sms-code .content .body .form-bid .item-row.title,
.popups .sms-code .content .body .confirm-sms .item-row.title {
    font-size: 12px;
    letter-spacing: -0.12px;
    padding-bottom: 8px;
  }
  .popups .sms-code .content .body .form-bid input,
.popups .sms-code .content .body .confirm-sms input {
    max-width: 135px;
    height: 29px;
    font-size: 12px;
  }
  .popups .sms-code .content .body .form-bid button,
.popups .sms-code .content .body .confirm-sms button {
    max-width: 110px;
    height: 27px;
    font-size: 9px;
    letter-spacing: 0.9px;
  }

  .popups .sms-code-success .content {
    width: 100%;
    max-width: 282px;
    min-width: 205px;
    min-height: 135px;
  }
  .popups .sms-code-success .content .header {
    height: 30px;
  }
  .popups .sms-code-success .content .body {
    padding-bottom: 30px;
  }
  .popups .sms-code-success .content .body .title {
    font-size: 21px;
    letter-spacing: -0.21px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .popups .sms-code-success .content .body .subtitle {
    font-size: 10px;
    letter-spacing: -0.1px;
    line-height: 14px;
  }
}

/* CAPTCHA POPUP */
html.open-popup {
    overflow: hidden;
    scrollbar-gutter: stable;
}
.popups {
    background-color: rgba(0,0,0,0.8);
}
.popup_captcha {
    width: 280px;
    top: 40% !important;
    left: 50% !important;
    position: relative;
    transform: translate(-50%);
    color: #101922;
}
.popup_captcha .header {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup_captcha .header .popup-close {
  background-image: url("../images/cross_dot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
}
.popup_captcha .back {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: oklch(87.14% 0.11 92.84);
    z-index: -1;
    border-radius: 30px;
}
.popup_captcha form.captcha {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    background-color: initial;
    padding: 0;
}
.popup_captcha form.captcha .captcha__input {
    height: 37px;
    outline: 0;
    border-radius: 5px;
    border: 0;
    padding: 0 10px;
    width: 131px;
    text-align: center;
    font-size: 26px;
}
.popup_captcha .title {
    font-family: Roboto;
    font-size: 19px;
}
.popup_captcha .content {
    padding: 15px;
}
.popup_captcha .button_submit {
    color: #000000;
    background-color: #e2b51d;
    border-radius: 6px;
    font-family: Roboto;
    font-size: 16px;
    height: 31px;
    padding: 0 15px;
    display: block;
    border: 0;
    cursor: pointer;
}
.popup_captcha .captcha-container {
    display: flex;
    column-gap: 4px;
}
.popup_captcha .captcha_image {
    border-radius: 5px;
    cursor: pointer;
}
/* CAPTCHA POPUP */
