  .otp-inputs {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .otp-input {
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 24px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
