#otp-modal .otp-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#otp-modal .otp-input {
    width: 45px;
    height: 50px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
}

#otp-modal .otp-input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} 