.otp-element {
  opacity: 1;
  transform: translateX(0);
  position: static;
  transition: opacity 0.2s ease, transform 0.6s ease;
}

.otp-hidden {
  opacity: 0;
  transform: translateX(-100%);
  position: absolute !important;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.6s ease;
}

.otp-element {
  opacity: 1;
  max-height: auto;
  visibility: visible;
  transition: opacity 0.8s ease, max-height 0.8s ease;
}

.sms-code-wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;

  direction: ltr;
}

.verify-resend-warp {
  display: flex;
}
