.progress-bar-container{width:100%;background-color:#e5e7eb;border-radius:9999px;height:.25rem;margin-top:.5rem;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#0f43b4,#61e4ae);height:.25rem;border-radius:9999px;transition:width 1s ease}.otp-input{width:4rem;height:4rem;text-align:center;font-size:1.5rem;font-weight:700;border:2px solid #e5e7eb;border-radius:.75rem;transition:all .2s;background-color:#f9fafb}.otp-input:focus{border-color:#0f43b4;box-shadow:0 0 0 2px rgba(15,67,180,.2);background-color:white}.otp-input-filled{background:linear-gradient(to bottom right,rgba(15,67,180,.1),rgba(97,228,174,.1))}