#otp-input {
  display: flex;
  gap: 0.5em;
  justify-content: center;
}

#otp-input input {
  width: 45px;
  height: 40px;
  padding: 10px 0;
  font-family: monospace;
  text-align: center;
  font-weight: bold;
}

/* hide spinner */
#otp-input input::-webkit-outer-spin-button,
#otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#otp-input input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}/*# sourceMappingURL=opt-input.css.map */