.otp-modal-content {
    border-radius: 10px;
    padding: 20px;
}

.modal-body p {
    font-size: 1rem;
    color: #6c757d;
}

.otp-inputs {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 8px;
    border: 1px solid #ced4da;
}

.otp-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#otp-verify-btn {
    width: 100%;
    padding: 10px 0;
    font-size: 1.1rem;
}

#otp-error {
    font-size: 0.9rem;
}
