.login-box-main {
    display: flex;
    align-items: center;
    gap: 132px;
    background: #ffffff;
}
p {
    margin: 0;
}

.login-box-left {
    background: url(/assets/dealer_admin/images/carimage.webp), no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    padding: 122px 56px;
    max-width: 710px;
}

.logo-main {
    width: 130px;
    height: 55px;
    margin-bottom: 13px;
}

.main-heading {
    font:
        700 40px/46px "Montserrat",
        sans-serif;
    padding-bottom: 11px;
}

.font-twenty {
    font:
        500 20px/26px "Montserrat",
        sans-serif;
}

.login-box-right {
    width: 100%;
    padding: 20px 20px 20px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100vh;
}

.language-select.open {
    border: 0.6px solid #00000080;
    border-radius: 4px 4px 0 0;
}

.form-group {
    position: relative;
    margin-bottom: 24px;
    border-bottom: 0;
}

.language-selected-box {
    display: flex;
    padding: 6px 0 6px 7px;
    gap: 6px;
    align-items: center;
}

.language-select-input {
    border: none;
    max-width: 100%;
    border-radius: 4px;
    padding-right: 30px;
    font:
        400 18px / 100% "Montserrat",
        sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
}

.language-select-input::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 14px;
    transition: transform 0.3s ease;
    pointer-events: none;
    background: url(/assets/dealer_admin/images/drop-down-icon.svg);
    width: 10px;
    height: 6px;
}

.language-select.open .language-select-input::after {
    transform: translateY(-50%) rotate(180deg);
}

.options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 0.6px solid #00000080;
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    list-style: none;
    padding: 0;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.language-select.open .options {
    max-height: 300px;
    opacity: 1;
    overflow-y: auto;
}

.options li {
    padding: 10px;
    cursor: pointer;
    font:
        400 16px / 20px "Montserrat",
        sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #00000050;
}

.options li:last-child {
    border-bottom: none;
}

.options li:hover {
    background: #e0790024;
    color: #000000;
}

.options li.selected-option {
    background: #e07900;
    color: #ffffff;
    border-bottom: 1px solid #e07900;
}

.main-details-box {
    max-width: 600px;
}

.welcome-text {
    font:
        700 60px / 66px "Montserrat",
        sans-serif;
    color: #000000;
}

.colored {
    color: #f8941d;
}

.about-brand {
    font:
        500 30px / 36px "Montserrat",
        sans-serif;
    color: #000000;
    padding-bottom: 20px;
}

.auth-details {
    margin-bottom: 24px;
}

.auth-label {
    width: 100%;
    display: block;
    padding-bottom: 9px;
    font:
        500 16px / 22px "Montserrat",
        sans-serif;
}

.auth-input {
    width: 100%;
    background: #e6e6e6;
    border-radius: 10px;
    color: #000000;
    padding: 18px;
    border: none;
    font:
        500 16px / 22px "Montserrat",
        sans-serif;
}

.auth-input::placeholder {
    color: #00000040;
}

.auth-input:focus-visible {
    outline: none;
    box-shadow: none;
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font:
        400 18px / 24px "Montserrat",
        sans-serif;
    position: relative;
    color: #00000040;
}

.custom-checkbox input {
    display: none;
}

.checkmark {
    width: 24px;
    height: 24px;
    border: 0.78px solid #00000040;
    border-radius: 4px;
    position: relative;
    transition: all 0.2s ease;
}

.custom-checkbox input:checked + .checkmark {
    background-color: #00000040;
    border-color: #00000040;
}

.checkmark::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 1px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.2s ease;
}

.custom-checkbox input:checked + .checkmark::after {
    transform: rotate(45deg) scale(1);
}

.auth-sign-in {
    display: block;
    width: 100%;
    padding: 21px 0;
    margin-top: 34px;
    background: #f8941d;
    border-radius: 10px;
    border: 1px solid #f8941d;
    font:
        700 20px / 26px "Montserrat",
        sans-serif;
    color: #ffffff;
}

.auth-sign-in:hover {
    background: transparent;
    color: #f8941d;
}

.copyright-box .copyright-text {
    text-align: right;
    font:
        500 16px / 22px "Montserrat",
        sans-serif;
    color: #000000;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.global-selector {
    position: relative;
    width: 100%;
    max-width: 80px;
    margin-left: auto;
}

.global-selector .btn-lang {
    text-decoration: none;
}

.global-selector .btn::after {
    border: none;
    top: 2px;
    position: relative;
    background-image: url("/assets/dealer_admin/images/drop-Down.svg");
    background-repeat: no-repeat;
    background-position: center 98%;
    width: 12px;
    height: 6px;
    content: "";
    display: inline-block;
}

.global-selector .flag-icon {
    width: 20px;
    height: 20px;
    line-height: 1.5;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.alert.alert-danger {
    background-color: #f64e60;
    border-color: #f64e60;
    color: #ffffff;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
}
.copyright-text a {
    text-align: center;
    font:
        500 16px / 22px "Montserrat",
        sans-serif;
    margin: 16px 0 0;
    color: #000000;
    display: block;
}
.on-desktop-view {
    display: block !important;
}

.on-mobile-view {
    display: none !important;
}

.whatsaap-btn {
    background: #25d366;
    border: 1px solid #25d366;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    font:
        500 16px / 22px "Montserrat",
        sans-serif;
    color: #ffffff;
    position: relative;
    border-radius: 30px;
    z-index: 2;
    justify-content: end;
    margin: 0 0 12px;
    gap: 10px;
}
.whatsaap-icon {
    width: 22px;
    height: 22px;
}
.copyright-box {
    text-align: right;
}

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

.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;
    text-decoration: none;
}

.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;
}
.dealer-access-modal {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    padding: 18px 20px 24px;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 10;
}

.modal-close:focus {
    box-shadow: none;
}

.dealer-icon {
    width: 92px;
    height: 92px;
    background: #eef5fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 28px;
}

.dealer-icon img {
    width: 48px;
}

.dealer-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.dealer-description {
    font-size: 24px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 28px;
}

.dealer-btn {
    width: 100%;
    background: #072b45;
    color: #fff;
    border-radius: 12px;
    padding: 15px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.dealer-btn:hover {
    background: #0b3a5b;
    color: #fff;
}

.back-login {
    display: inline-block;
    margin-top: 20px;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
}

.back-login:hover {
    color: #111;
}

@media (max-width: 576px) {
    .dealer-title {
        font-size: 24px;
    }

    .dealer-description {
        font-size: 16px;
    }

    .dealer-btn {
        font-size: 16px;
        padding: 12px;
    }

    .back-login {
        font-size: 15px;
    }

    .dealer-icon {
        width: 74px;
        height: 74px;
    }

    .dealer-icon img {
        width: 38px;
    }
}
@media (max-width: 575px) {
    .on-desktop-view {
        display: none !important;
    }

    .on-mobile-view {
        display: block !important;
    }
    .login-box-main {
        gap: 16px;
        flex-direction: column;
        background-color: #e1e5e8;
        height: 100vh;
        overflow: auto;
    }

    .login-box-left {
        height: 100%;
        padding: 16px;
        position: relative;
        background: transparent;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
    }
    .logo-main {
        width: 80px;
        height: 35px;
        margin-bottom: 10px;
    }

    .login-box-right {
        padding: 0 16px;
        gap: 16px;
        justify-content: start;
        height: 100%;
    }

    .user-details {
        border: 0.6px solid #ffffff;
    }

    .language-name {
        font:
            500 14px / 20px "Montserrat",
            sans-serif;
        color: #ffffff;
    }

    .language-select-input {
        color: #ffffff;
        border: none;
    }

    .language-select.open .language-select-input {
        border-radius: 4px 4px 0 0;
        border-bottom: none;
    }

    .language-select-input:after {
        background: url(../Images-old/drop-down-icon-white.svg), no-repeat;
    }

    .language-select {
        position: absolute;
        top: 16px;
        right: 16px;
        border: 0.78px solid #ffffff;
    }

    .language-select.open {
        border: 0.78px solid #ffffff;
    }

    .welcome-text {
        font:
            700 40px / 46px "Montserrat",
            sans-serif;
        color: #000000;
    }

    .about-brand {
        font:
            500 20px / 26px "Montserrat",
            sans-serif;
        padding-bottom: 10px;
    }

    .auth-details {
        margin-bottom: 16px;
    }

    .auth-label {
        padding-bottom: 4px;
        font:
            500 12px / 18px "Montserrat",
            sans-serif;
    }

    .auth-input {
        padding: 10px;
        font:
            500 12px / 18px "Montserrat",
            sans-serif;
        background: #ffffff;
    }

    .auth-sign-in {
        font:
            700 16px / 22px "Montserrat",
            sans-serif;
        padding: 11px 0;
        margin-top: 16px;
    }

    .copyright-box {
        background:
            url(/assets/dealer_admin/images/login-mobile-image.png), no-repeat;
        width: 100%;
        padding: 140px 16px 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        background-size: cover;
        background-position: center;
    }

    .copyright-box:after {
        content: "";
        background: linear-gradient(
            360deg,
            #000000 0%,
            rgba(102, 102, 102, 0) 100%
        );
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .whatsaap-btn {
        padding: 3px 6px;
        font:
            500 10px / 16px "Montserrat",
            sans-serif;
        margin: 0;
        gap: 5px;
    }

    .dealer-signup {
        font:
            500 18px / 24px "Montserrat",
            sans-serif;
        color: #000000 !important;
        text-decoration: underline;
        display: block;
        margin: 10px auto 0;
        text-align: center;
    }
    .whatsaap-icon {
        width: 16px;
        height: 16px;
    }

    .copyright-box .copyright-text {
        text-align: center;
        font:
            500 10px / 18px "Montserrat",
            sans-serif;
        margin: 0;
        color: #ffffff;
        z-index: 2;
    }
}
