body, .txt-body{
  color: #292929 !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.image-container {
  width: 75px;
  height: 75px;
  background-color: #F4F4F4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.image-container img {
  width: 65%;
  height: 65%;
  object-fit: contain;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  /* Firefox and standard */
}
.disabled {
  color: rgb(171, 168, 168) !important;
  ;
  pointer-events: none;
}
.bg-white {
  background-color: white !important;
}
.hover-highlight {
  width: 90px;
}
#incorrect_code {
  display: none;
}
#fill_otp {
  display: none;
}

.input_code.error:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px red;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px red;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px red !important;
  opacity:1;
}
.input_code:focus:not(.error) {
  border-color: #33B57C !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #33B57C;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #33B57C;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #33B57C !important;
  opacity:1;
}
.input_code.error {
  border-color: red;
  outline: none;
}
.input_code.success {
  border-color: #33B57C !important;
  box-shadow: 0 0 5px rgba(0, 128, 0, 0.7) !important;
}
.box-3 {
  display: none;
}

/* จอมือถือ */
@media (max-width: 576px) {
  .custom-responsive-font {
      font-size: 13px;
  }
  .custom-responsive-font1 {
      font-size: 12px;
  }
  .image-container {
      width: 60px;
      height: 60px;
  }

  #container-lock {
      margin-top: -20px;
  }
  .input_code {
      height: 50px !important;
      width: 45px !important;
      outline: none !important;
      font-size: 20px !important;
      font-weight: bold !important;
  }
  .box-otp {
    display: flex !important;
    justify-content: space-between !important;
    gap: 10px !important; 
  }
}
.radio-container {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.radio-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.radio-label {
  font-family: serif;
  text-align: left;
  font-size: 14px;
  border-style: solid;
  border-width: thin;
  border-radius: 12px;
  border-color: #B7B7B7;
  padding: 8px;
  padding-left: 20px;
  width: 100%;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + .radio-label {
  border-color: #33B57C;
}
input[type="radio"]:not(:disabled):hover + .radio-label {
  cursor: pointer;
}
.btn-send-code{
  margin-left: auto !important;
  margin-right: 20px !important;
}
.mg-top {
  margin-top: 10px;
}
.possefy-color {
  color: #33B57C !important;
  font-weight: bold;
}
.otp-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 15px;
}
.opt {
  width: 90%;
  margin: auto;
}
/* .box-otp {
  display: flex;
  align-items: center;
  gap: 15px;
} */
/* .input_code {
  height: 69px;
  width: 69px;
  outline: none;
  font-size: 40px;
} */
.box-otp {
  display: flex;
  justify-content: space-between; /* Automatically creates equal space */
  gap: 10px; /* Optional: consistent spacing between items */
  /* max-width: 400px;  */
  /* margin: auto;  */
}

.input_code {
  flex: 1; /* Let each input grow equally */
  width: 69px; /* Optional: limit individual input width */
  height: 69px; /* Optional: height for better UI */
  outline: none;
  font-size: 40px;
}
.btn-otp {
  color: #fff !important;
  background-color: #CFCFCF !important;
  border-color: #CFCFCF !important;
}
.btn-submit-otp {
  color: #fff !important;
  background-color: #33B57C !important;
  border-color: #33B57C !important;
}
.txt-otp {
  color: lightgray !important;
  font-weight: bold;
}
.txt-not-resend {
  color: lightgray !important;
}
/* .txt-resend {
  color: #33B57C !important;
} */
#send_otp_again.txt-resend {
  color: #33B57C !important;
}
input:disabled:hover {
  cursor: not-allowed;
}
.mg-r-25{
  margin-right: 25px !important;
}
.p-t-7{
  padding-top: 7px !important;
}
.txt-red {
  color: red !important;
}
.box-expire {
  border-radius: 6px;
  padding: 8px 12px 8px 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pd-10 {
  padding: 10px !important;
}
.mg-l-r-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}