    #Agency_Code {
        width: 60px;
    }

    .d-none {
        display: none;
    }

    .btn-three {
        display: none;
        border: none;
    }

    .otpDiv {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 25px 0px 40px 0px;
    }

    .otp-input {
        display: flex;
        flex-direction: column;

        align-items: center;
    }

    .otp-input input {
        border: 1px solid #333;
        height: 60px;
        text-align: center;
        font-size: 16px;
    }

    .otp-input input:focus {
        border: 1px solid #333;
    }

    .otp-input p {
        color: #333;
        margin: 5px 0px 0px 0px;
    }

    #buttonreplacement {
        display: none !important;
    }

    .btn-two,
    .btn-three {
        cursor: pointer;
    }