/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control::placeholder {
  font-family: IRANSans;
}
.form-control[type=number] {
  direction: ltr;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
.form-control[type=number]::placeholder {
  direction: rtl !important;
  text-align: right;
  letter-spacing: 0px;
}
.form-control[type=password] {
  font-size: 18px;
}
.form-control[type=password]::placeholder {
  letter-spacing: 0;
}

#enter-password input[type=text] {
  font-size: 16px;
}

.form-actions .btn {
  font-size: 18px;
  height: 50px;
}

.digit-group {
  /*input.otp-input {
      width: 46px;
      height: 46px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      background-color: #f3f3f3;
      border: 1px solid #ccc;
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-size: 15px;
      font-weight: 600;

      &:focus {
          border-color: #475de8;
      }
  }*/
}
.digit-group .otp-group {
  margin: 0 auto;
  text-align: center;
  direction: ltr;
}
.digit-group input.otp-input {
  width: 100%;
  height: 46px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 23px;
  font-weight: 600;
  /* letter-spacing: 20px; */
  margin: 0 5px;
}
.digit-group input.otp-input:focus {
  border-color: #475de8;
}
.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

.iziToast-message {
  font-family: IRANSans;
}

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

.code-config-fields {
  margin-bottom: 12px;
  direction: ltr;
}
.code-config-fields .form-control {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 600;
}
.code-config-fields .form-control:focus {
  border-color: #475de8;
}
.code-config-time {
  margin-bottom: 6px;
}
.code-config-time .timear,
.code-config-time .timear-reset {
  color: rgba(71, 93, 232, 0.78);
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
}
.code-config-time .timear-reset {
  display: none;
  cursor: pointer;
}
.code-config-time .link-form {
  margin-bottom: 0;
  font-size: 12px;
}
.code-config-progress {
  position: relative;
  margin-bottom: 33px;
  width: 100%;
  height: 5px;
  background-color: #f3f3f3;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
}
.code-config-progress span {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #475de8;
  border-radius: 11px;
}

.alert span {
  display: block;
}