.OtpInput_row__gLP2G{display:flex;gap:.5rem;width:100%}.OtpInput_cellWrapper__Kpqdf{flex:1 0;position:relative;aspect-ratio:1}.OtpInput_cell__jv01R{width:100%;height:100%;padding:0;border-radius:var(--radius-xl);border:.0625rem solid var(--border-tertiary-100);background:var(--surface-phone-input);text-align:center;font-family:var(--font-paytone-one),"Paytone One",sans-serif;font-size:1.875rem;font-weight:400;line-height:2.375rem;color:var(--text-placeholder_subtle);caret-color:rgba(0,0,0,0);transition:border-color .15s ease,background .15s ease,border-radius .15s ease,color .1s ease,font-size .1s ease}.OtpInput_cell__jv01R:focus{outline:none}.OtpInput_cell__jv01R:not(:placeholder-shown){border-radius:var(--radius-xl);border-color:var(--color-brand-logo);background:var(--bg-primary-solid);color:var(--text-white);font-size:1.5rem;line-height:2rem}.OtpInput_cell__jv01R.OtpInput_cell_error__5_mDB{border-color:var(--border-input-error)}.OtpInput_cell__jv01R:disabled{cursor:default;opacity:.7}.OtpInput_cellWrapper__Kpqdf:has(.OtpInput_cell__jv01R:focus:placeholder-shown):after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.125rem;height:1.625rem;border-radius:.125rem;background:var(--color-brand-logo);animation:OtpInput_otp-caret-blink__Plchx 1s step-end infinite;pointer-events:none}@keyframes OtpInput_otp-caret-blink__Plchx{0%,to{opacity:1}50%{opacity:0}}