html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Helvetica, Arial, sans-serif;
}

body {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
}

/** START: css for loading bar **/

#fbi-ajax-loading {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 5px;
    color: rgba(0, 0, 0, 0.5);
}

/** END: css for loading bar **/

.form-auth {
    width: 100%;
    max-width: 420px;
    padding: 4px;
    margin: auto;
}

.form-verify {
    width: 100%;
    max-width: 500px;
    padding: 4px;
    margin: auto;
}

.form-auth .checkbox,
.form-verify .checkbox {
    font-weight: 400;
}

.form-auth .form-floating:focus-within,
.form-verify .form-floating:focus-within {
    z-index: 2;
}

.mobile-input-wrapper .iti__tel-input,
.form-auth .form-select,
.form-verify .form-select {
    padding: 1rem .75rem;
}

.mobile-input-wrapper .iti {
    width: 100%;
}

.verification-code-input {
    display: flex;
    justify-content: space-between;
}

.verification-code-input input {
    width: 50px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bolder;
    margin: 0 auto;
}

.errors {
    list-style-type: none;
    padding: 0;
    color: #dc3545 !important;
}

.errors ul li {
    font-size: 0.8em;
}


.fs-08 {
    font-size: 0.8em;
}

.fs-09 {
    font-size: 0.9em;
}

.fs-10 {
    font-size: 1em;
}

.text-gray {
    color: rgba(0, 0, 0, 0.6) !important;
}

.w-18px {
    width: 18px !important
}

.w-75px {
    width: 92px !important
}

.btn-xs {
    font-size: 0.85rem; /* Adjust the font size as needed */
    padding: 0.25rem 0.5rem; /* Adjust the padding as needed */
}


/* When the screen width is less than 600px, the width will be 90% */
@media (max-width: 430px) {
    #terms-and-conditions .terms-and-conditions-modal {
        max-width: 90%;
        margin: auto;
    }
}

#terms-and-conditions .terms-and-conditions-modal {
    max-width: 75%;
    margin: auto;
}