.auth-main {
    position: relative;
    z-index: 1;
}
.auth-outer-box {
    border: 1px solid var(--G300, #cbcad7);
    background: #ffffff;
    max-width: 511px;
    margin: 16px auto 0;
    padding: 35px 43px;
    text-align: center;
    border-radius: 7px;
}

.auth-heading {
    font:
        700 24px/30px "SF Pro",
        sans-serif;
    color: #000000;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.auth-note {
    font:
        400 16px/22px "SF Pro",
        sans-serif;
    color: #000000;
    padding: 0 0 18px;
}

.auth-button-box,
.auth-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 11px;
}
.auth-form {
    gap: 16px;
}

.auth-button-box .google-btn,
.auth-button-box .facbook-btn,
.auth-button-box .apple-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 7px 0;
    font:
        400 14px/20px "SF Pro",
        sans-serif;
    border-radius: 7px;
    text-transform: uppercase;
}

.auth-button-box .google-btn:hover {
    color: #000000;
}
.auth-button-box .facbook-btn:hover {
    color: #ffffff;
}

.auth-btn-icon {
    width: 26px;
    height: 26px;
}

.google-btn {
    border: 1px solid var(--G300, #cbcad7);
    background: #ffffff;
    color: #000000;
}

.apple-btn {
    border: 1px solid #000000;
    color: #ffffff !important;
    background: #000000;
}

.facbook-btn {
    border: 1px solid #1c72fa;
    color: #ffffff;
    background: #1c72fa;
}
.other-option {
    position: relative;
    font:
        400 14px/20px "SF Pro",
        sans-serif;
    color: #757575;
    margin: 16px auto !important;
    text-align: center;
    max-width: 240px;
}

.other-option::before,
.other-option::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 102px;
    height: 1px;
    background: #7a7a7a;
}

.other-option::before {
    left: 0;
}

.other-option::after {
    right: 0;
}

.auth-input-main {
    width: 100%;
    padding: 16px 20px;
    color: #000000;
    font:
        400 16px/22px "SF Pro",
        sans-serif;
    border-radius: 6px;
    border: 1px solid var(--G300, #cbcad7);
    box-sizing: border-box;
}
.auth-input-main:focus-visible {
    outline: none;
    box-shadow: none;
}
.auth-input-main::placeholder {
    color: #adadad;
}
.password-field {
    width: 100%;
    position: relative;
}

/* #togglePassword,
.toggle-password {
    position: absolute;
    top: 28px;
    right: 0;
    cursor: pointer;
} */

.is-invalid {
    border: 1px solid #f64e60;
}

#passwordIcon,
#passwordIcon1,
.password-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#togglePassword1,
#togglePassword2 {
    top: 15px !important;
    right: 24px !important;
}

/* Check Box */
.custom-checkbox-auth {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    position: relative;
}

.custom-checkbox-auth input {
    display: none;
}

.checkmark {
    min-width: 16px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    position: relative;
    transition: 0.3s;
    border: 0.78px solid #00000040;
}

.custom-checkbox-auth input:checked + .checkmark {
    background: #e07900;
    border: 1px solid #e07900;
}

.custom-checkbox-auth input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.checkbox-text {
    font:
        400 12px/18px "SF Pro",
        sans-serif;
    text-align: left;
    color: #000000;
}
.checkbox-text a {
    text-decoration: underline;
    color: #000000 !important;
}
.auth-btn {
    width: 100%;
    padding: 15px;
    background: #e07900;
    font:
        400 20px/26px "SF Pro",
        sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #e07900;
    border-radius: 8px;
    margin: 8px 0 0;
}
.auth-btn:hover {
    background: transparent;
    color: #e07900;
}
.not-a-member {
    font:
        400 18px/24px "SF Pro",
        sans-serif;
    color: #000000;
}
.not-a-member a {
    color: #e07900;
}
.Forgot-Password {
    color: #1c72fa;
    font:
        400 18px/24px "SF Pro",
        sans-serif;
}

/* Listing Flow Auth Pages */
.progress-details-main .auth-btn-icon {
    width: 24px;
    height: 24px;
}
.progress-details-main .auth-button-box .google-btn,
.progress-details-main .auth-button-box .facbook-btn,
.progress-details-main .auth-button-box .apple-btn {
    gap: 8px;
    padding: 7px 10px;
    font:
        400 12px/18px "SF Pro",
        sans-serif;
    white-space: nowrap;
}
.progress-details-main .row.row-gap-10 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
#car_list_signin_section {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.progress-details-main .other-option {
    max-width: 310px;
}

#car_list_signin_section,
#car_list_login_section {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.auth-form d-block {
    padding: 0px !important;
}

@media (max-width: 575px) {
    .auth-outer-box {
        border: none;
        background: #ffffff;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .checkbox-text {
        font:
            400 9px/15px "SF Pro",
            sans-serif;
    }
    /* Listing Flow Auth Pages */

    .progress-details-main .form-top-auth {
        gap: 16px;
        flex-direction: column;
    }
    .progress-details-main .auth-button-box,
    .progress-details-main .auth-form {
        flex-direction: column !important;
        width: 100%;
    }
    .progress-details-main .auth-heading {
        width: 100%;
        text-align: center;
    }
    #car_list_login_section {
        margin: 0 !important;
    }
}
