.otp-input-holder{justify-content:space-between;gap:10px;display:flex}.otp-input{border:1px solid var(--gray-200);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;font-weight:700;transition:all .2s;display:flex}.otp-input--active{border-color:var(--primary);box-shadow:0px 0px 0px 3px color-mix(in srgb, var(--primary) 20%, transparent)}.otp-input--filled{border-color:var(--gray-300)}.otp-label{color:var(--gray-500);-webkit-user-select:none;user-select:none;font-size:13px;font-weight:500}.otp-input-container{flex-direction:column;gap:8px;display:flex}
