:where(header, .input-box, form) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal-body header {
  height: 65px;
  width: 65px;
  background-color: #4070f4;
  border-radius: 50%;
  font-size: 2.5rem;
  color: #fff;
}

.modal-body h3 {
  font-size: 18px;
  text-align: center;
  color: #333;
  font-weight: 500;
}

.modal-body form .input-box {
  padding-top: 10px;
  flex-direction: row;
  column-gap: 10px;
}

.modal-body form .input-box input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  text-align: center;
  border: 1px solid #ddd;
}

.modal-body form .input-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.modal-body form button {
  margin-top: 25px;
  width: 100%;
  color: #fff;
  border: none;
  font-size: 1rem;
  background-color: #f4406a;
  padding: 9px 0;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
}

form button.active {
  background-color: #ff3848;
  pointer-events: auto;
}

.container form button:hover {
  background-color: #ff006a;
}

.modal-body form .input-box input::-webkit-inner-spin-button,
.modal-body form .input-box input::-webkit-outer-spin-button {
  display: none;
}
.input-box {
  width: 100%;
  display: flex;
  gap: 5px;
}
.otp-inputs {
  display: none;
}
#phoneNumber{
  width: 95%;
}
#otpModalBody{
  width: 90%;
}
button.active {
  color: white;
}