.otp-container {
  direction: ltr;
  margin: 25px 0;
  justify-content: center;
  gap: 5px;
}

.otp-input-item {
  width: 3rem !important;
  height: 3rem !important;
  font-size: 20px;
  outline: 0;
  border-width: 0 0 2px;
  border-color: #979797;
  padding: 0;

  border: 1px solid #E3E6EA;
  border-radius: 8px;
}

.otp-input-item-error {
  width: 3rem !important;
  height: 3rem !important;
  margin: 0 0.5rem;
  font-size: 20px;
  outline: 0;
  border-width: 0 0 2px;
  border-color: #979797;
  padding: 0;

  border: 1px solid #ef100f;
  border-radius: 8px;
}

