.agent-signup{z-index: 9; position: relative;}
    .agent-signup .form-floating .check-mail {
        position: absolute;
        right: -24px;
        top: 15px;
        color: #ffffff;
        background: #43af43;
        width: 25px;
        text-align: center;
        border-radius: 3px;
    }
    #send_email_code, #reset_email_code, #send_phone_code, #reset_phone_code{margin: 0px 0 0 10px;}
    .btn-dark:disabled, .btn-dark.disabled {
        color: #fff;
        background-color: #353f4f;
        border-color: #353f4f;
    }
    .inputfield {
      width: 100%;
      display: flex;
      justify-content: space-around;
    }
    .emailOTPinput, .phoneOTPinput {
        height: 2em;
        width: 2em;
        border: 2px solid #dad9df;
        outline: none;
        text-align: center;
        font-size: 1.5em;
        border-radius: 0.3em;
        background-color: #ffffff;
        outline: none;
        /*margin-right: 7px;*/
        /*Hide number field arrows*/
        -moz-appearance: textfield;
        flex: 1;
        min-width: 0; /* prevent overflow in flex */
    }

    .emailInputfield, .phoneInputfield {
        display: flex;
        justify-content: space-between;
        gap: 8px; /* spacing between boxes */
        flex-wrap: nowrap;
        width: 100%;
    }
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }    
    #otp-form input:focus-visible {
      border: 2px solid royalblue;
    }
    button#reset_email_code {
        min-width: 120px;
    }
    .email-ok-tik {
        float: left;
        padding: 12px 0;
    }
    .email-ok-tik .check-mail.highlight {
        float: left;
        left: 0px;
        top: 0px;
        position: relative;
    }
    .email-ok-tik .email-veri-text {
        float: left;
        color: #43af43;
        margin-left: 12px;
    }
    .form-floating>.form-select {
        padding-top: 10px;    
    }
    .form-floating .form-control {
        height: calc(3.5rem + 2px);
        padding: 1rem .75rem;
    }
    .form-floating .iti--allow-dropdown.iti--separate-dial-code {
        width: 100%;
    }

    .password-checklist li {
        margin-bottom: 5px;
        opacity: 0.7;
        transition: all 0.3s ease;
    }

    .password-checklist li.valid {
        color: green;
        opacity: 1;
    }

    .password-checklist li.invalid {
        color: red;
        opacity: 0.7;
    }

    .password-checklist li i {
        width: 20px;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .invalid-tooltip {
        position: relative;
        width: fit-content;
    }