/* @font-face {
  font-family: 'effra-regular';
  src: url('https://objectstorage.me-jeddah-1.oraclecloud.com/n/axc1qs8rzqmq/b/verse/o/documents/Effra_Rg.ttf');
}

* {
  font-family: 'effra-regular' !important;
}

html body {
  font-family: 'effra-regular';
  }
     */
.errorlist li,
.error-message {
  color: #F08831;
  /* font-size: 16px; */
  /* margin-bottom: 10px; */
  /* font-size:0.75rem; */
  
}


/* remove mobile ver style */
input[type=date]{
  -webkit-appearance: none;
}

/* .otp-input {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  margin: 0 5px;
} */


.otp-form {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 400px;
  width: 100%;
}

/* OTP input styles */
.otp-container, .email-otp-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.otp-input, .email-otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}

.otp-input:focus, .email-otp-input:focus {
  border-color: #007bff;
}

      

