.control {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  padding-top: 1px;
  cursor: pointer;
  font-size: 16px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
  border-radius: 90px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #cccccc;
}

.control input:checked ~ .control_indicator {
  background: #00bdb4;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background-color: #00bdb4;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-radio .control_indicator {
  border-radius: 50%;
}

.control-radio .control_indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ffffff;
  transition: background 250ms;
}

.control-radio input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}

.hidden {
  display: none;
}

.central {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-section {
  font-family: Roboto;
  max-width: 747px;
  width: 100%;
}
.payment-section .payment-section__options {
  width: 100%;
  background: #00bdb4;
  text-align: left;
}
.payment-section .payment-section__options .payment-section__option {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 120%;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}
.payment-section .payment-section__options .payment-section__option.bold {
  font-weight: bold;
  text-decoration: underline;
}
.payment-section .payment-section__bottom-part {
  padding: 22px 28px;
  background: #FFFFFF;
  border: 1px solid #C2C2C2;
  box-sizing: border-box;
  border-radius: 7px;
}
.payment-section .payment-section__bottom-part .payment-section__title {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 120%;
  color: #030303;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.options-payment-section .options-payment-section__static .options-payment-section__static-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
}
.options-payment-section .options-payment-section__static input[type=text] {
  background: #FFFFFF;
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 14px 7px;
  font-size: 14px;
}
.options-payment-section .options-payment-section__static input[type=text]:after {
  content: "VND";
  color: red;
}

.login-how-to-pay .login-how-to-pay__title-input {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 10px;
  color: #767676;
}
.login-how-to-pay .login-how-to-pay__input-block {
  display: flex;
  justify-content: flex-start;
}
.login-how-to-pay .login-how-to-pay__input-block input {
  background: #FFFFFF;
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 14px 7px;
  font-size: 14px;
}
.login-how-to-pay .login-how-to-pay__input-block button {
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  background: #00bdb4;
  padding: 8px 0;
  width: 30%;
  box-sizing: border-box;
  border-radius: 7px;
  margin-left: 40px;
}
.login-how-to-pay .login-how-to-pay__input-block button:disabled {
  background-color: #aaaaaa;
}
@media (max-width: 400px) {
  .login-how-to-pay .login-how-to-pay__input-block button {
    margin-left: 10px;
  }
}
.login-how-to-pay .login-how-to-pay__hint {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  margin-top: 35px;
}

.error-hint {
  border: 1px solid red !important;
}

input[type=text]:disabled {
  background: #C5C5C5 !important;
  color: grey !important;
}

.ecto {
  width: 20% !important;
  display: inline-block !important;
}

.overlay-text {
  position: relative;
  right: 45px;
  color: grey;
  margin-top: 15px;
}

.checkbox__warning {
  margin-top: 20px;
  font-size: 16px;
}

.submit-pay {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  background: #00bdb4;
  box-sizing: border-box;
  border-radius: 7px;
  padding: 7px 0;
  width: 100%;
  max-width: 240px;
  display: none;
  border: none;
  margin-top: 30px;
}
.submit-pay:disabled {
  background-color: #aaaaaa;
}

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