/* -------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.emptyDiv {
  width: 100%;
  height: 10%;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
.flex-container > input {
  width: 8px;
  margin: 5px;
  padding: 20px;
}
.otpInput {
  padding: 3px;
  text-align: center;
  line-height: 25px;
  font-size: 22px;
  background-color: #ccc;
}

/* ======= */
body {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.emailMobile {
  text-align: left;
}

/* ------ */

#idk {
  color: black !important;
}
button {
  height: 38px;
  width: 200px;
  border-radius: 5px !important;
  border: none;
  color: black;
}
#emptySpace {
  width: 200px;
}
/* /* ---------------------------- * css of all component/ */
.buttonsGroup {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row;
}
.emailandphone {
  font-size: 18px;
  text-align: left;
  padding-left: 1%;
}
.form-check-input {
  margin-top: 12px;
}
.emailButton {
  margin: 4%;
  background-color: #007bff;
  border: none;
  color: white;
  padding: 6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.emptySpace {
  width: 0px;
}
.emailphonecenter {
  text-align: center;
}
.errormsg {
  margin-top: 2%;
  color: red;
}
.matchandotp {
  margin-left: 10%;
}
.inputandotp {
  margin-bottom: 8px;
  /* padding-left: 5%; */
}
input[type="radio"] {
  margin: 0 8px 5px 10px !important;
}
label {
  margin-bottom: -5px !important;
}
/* modal Style ------------------ */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  padding-top: 240px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-email {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 45%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header-email {
  padding-right: 3%;
  color: black;
}

.modal-body-email {
  margin-left: 15px;
}

.modal-footer-email {
  padding: 5px 5px 5px;
  color: white;
}
.modalButton {
  margin-left: 65%;
}
#notFound:hover {
  cursor: pointer;
}
/*new otp ------------------------------------ */

body {
  display: flex;
  flex-direction: column;
}

/* ---------------------------- */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.emptyDiv {
  width: 100%;
  height: 10%;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  margin-top: 3%;
}
.flex-container button {
  margin-right: 50px;
  margin-left: 30px;
}
.flex-container > input {
  width: 80px;
  margin: 5px;
  padding: 20px;
}
.otpInput {
  padding: 3px;
  text-align: center;
  line-height: 25px;
  font-size: 22px;
  background-color: #ccc;
}
#backgroundOtp {
  height: 150px;
}
/* ---------------======-==--= */
