/* _content/CRMv2Blazor/Pages/AccountActivation/AccountActivation.razor.rz.scp.css */

:root[b-ulhb70ff3d] {
    --primary-color: #243882;
    --secondary-color: #0dc070;
    --white: #fff;
    --text-color: #1C2631;
    --disable-color: #33CC99;
    --hover-color: #09aa62;
    --light-black: #4B5563;
}

body[b-ulhb70ff3d] {
    font-family: "Inter", sans-serif !important;
    overflow: hidden;
}

.overlay[b-ulhb70ff3d] {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1;
}


.login-logo[b-ulhb70ff3d] {
    width: 200px;
}

.login-btn[b-ulhb70ff3d] {
    width: 100%;
    background-color: var(--secondary-color);
    color: white;
    padding: 14px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    border-radius: 6px !important;
    border: 1px solid var(--secondary-color) !important;
    transition: .5s !important;
}

    .login-btn:hover[b-ulhb70ff3d] {
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color) !important;
    }

/* page / hero */
.full-hero[b-ulhb70ff3d] {
    min-height: 100vh;
    background: var(--primary-color);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    box-sizing: border-box;
}
/* centered box */
.registercontainer[b-ulhb70ff3d] {
    width: 100%;
    max-width: var(--container-max-width);
    z-index: 2; /* above hero ::after */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* the white card */
/*.registerbox {
    width: var(--card-width);
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(21,30,37,0.18), 0 2px 6px rgba(0,0,0,0.12);
    padding: 22px 28px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.06);
    font-family: "Segoe UI", Arial, sans-serif;
}*/

/* heading inside card */
.registerbox h5[b-ulhb70ff3d] {
    font-size: 16px;
    text-align: left;
    margin: 0 0 10px 0;
    color: var(--white);
    font-weight: 600;
    line-height: 28px;
}

/* terms list */
ol.terms[b-ulhb70ff3d] {
    margin: 12px 10px 6px 18px;
    padding-left: 6px;
    color: #222;
}

    ol.terms li[b-ulhb70ff3d] {
        line-height: normal;
        list-style-position: inside;
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-bottom: 14px;
        gap: 10px;
    }

        ol.terms li a[b-ulhb70ff3d] {
            color: var(--white); /* link color */
            text-decoration: none;
            font-weight: 500;
        }

            ol.terms li a:hover[b-ulhb70ff3d] {
                text-decoration: underline;
            }

/* checkbox style small alignment */
.terms input[type="checkbox"][b-ulhb70ff3d] {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--primary-600);
}

/* validation message */
.chkboxvalidation[b-ulhb70ff3d] {
    color: #d64545;
    margin: 8px 4px 0 18px;
    font-size: 13px;
    display: none;
}

/* button container */
.registerbox .actions[b-ulhb70ff3d] {
    text-align: center;
    margin-top: 18px;
}

/* button: External look matched to screenshot */
.button-activate[b-ulhb70ff3d], .button-blue[b-ulhb70ff3d] {
    display: inline-block;
    min-width: 170px;
    padding: 10px 18px;
    font-size: 15px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 6px 12px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: transform .08s ease, box-shadow .12s ease, background .18s ease;
    text-decoration: none;
}

/* Activate button (slightly darker) */
.button-activate[b-ulhb70ff3d] {
    background: linear-gradient(to bottom, var(--primary-500), var(--primary-600));
    border-color: rgba(0,0,0,0.12);
}

    .button-activate:hover[b-ulhb70ff3d] {
        transform: translateY(-1px);
        background: linear-gradient(to bottom, var(--primary-600), var(--primary-700));
    }

/* Login button when shown after activation */
.button-blue[b-ulhb70ff3d] {
    background: linear-gradient(to bottom, #4da6e8, #2c91d9);
    border-color: rgba(0,0,0,0.08);
}

    .button-blue:hover[b-ulhb70ff3d] {
        transform: translateY(-1px);
    }
/* _content/CRMv2Blazor/Pages/Components/DealerSignUp/Agreement.razor.rz.scp.css */

    /* Grid layout */
    .dealer-signup-container[b-u2jgfqh9uq] {
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0,0,0,0.08);
        height: 100vh;
        margin: 0 !important;
    }

    /* Sidebar */
    .signup-sidebar[b-u2jgfqh9uq] {
        background: #1e4d7b40;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 2rem 1.5rem;
        height: 100%;
        border-radius: 16px;
    }

    .sidebar-header[b-u2jgfqh9uq] {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 10px;
    }

    /* Stepper */
    .steps[b-u2jgfqh9uq] {
        margin-top: 5rem;
    }

    .step[b-u2jgfqh9uq] {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 1.5rem;
    }

    .step-bar[b-u2jgfqh9uq] {
        width: 34px;
        height: 40px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }
.bar[b-u2jgfqh9uq] {
    width: 3px;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, var(--white) 50%, var(--primary-color) 50%);
}
.active .bar[b-u2jgfqh9uq] {
    background: linear-gradient(0deg, var(--white) 50%, var(--primary-color) 50%);
}
.upcoming .bar[b-u2jgfqh9uq] {
    background: linear-gradient(0deg, var(--white) 100%, var(--primary-color) 0%);
}

.completed .bar[b-u2jgfqh9uq] {
    background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 100%);
}

    .step-circle[b-u2jgfqh9uq] {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.9rem;
        font-weight: 600;
        flex-shrink: 0;
    }

.step.active .step-circle[b-u2jgfqh9uq] {
    background: var(--primary-color);
    color: #fff;
}

.two-column .login-btn:hover[b-u2jgfqh9uq] {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
    .step.completed .step-circle[b-u2jgfqh9uq] {
        background: #22c55e;
        color: #fff;
    }

    .step.upcoming .step-circle[b-u2jgfqh9uq] {
        background: #e5e5e5;
        color: #666;
    }

    .step-text[b-u2jgfqh9uq] {
        font-size: 0.95rem;
    }

.step-title[b-u2jgfqh9uq] {
    font-weight: 600 !important;
    color: var(--text-color);
}

    .step-desc[b-u2jgfqh9uq] {
        font-size: 0.8rem;
        color: #6F6C8F;
    }

    /* Sidebar footer */
    .sidebar-footer[b-u2jgfqh9uq] {
        font-size: 0.85rem;
        color: #4f46e5;
        cursor: pointer;
    }

    /* Main form area */
.signup[b-u2jgfqh9uq] {
    padding: 0;
    height: 100vh;
    padding: 2rem 3rem;
    padding-bottom: 5rem;
}

.footer[b-u2jgfqh9uq] {
    position: absolute;
    bottom: 25px;
    left: 0;
    padding: 0 50px;
    z-index: 2;
    margin: 0;
    color: var(--text-color);
}
.signup-main[b-u2jgfqh9uq] {
    padding: 0 10px !important;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

    .signup-main[b-u2jgfqh9uq]::-webkit-scrollbar {
        display: none;
    }

.form-section-title[b-u2jgfqh9uq] {
    font-size: 24px;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    color: var(--text-color);
}

.form-section-subtitle[b-u2jgfqh9uq] {
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem;
    color: var(--text-color);
}

    .form-group[b-u2jgfqh9uq] {
        margin-bottom: 1.5rem;
    }

.form-label[b-u2jgfqh9uq] {
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block !important;
    color: var(--secondary-color);
}

    /* Modern input style */
.dropdown-control[b-u2jgfqh9uq] {
    width: 100% !important;
    padding: 12px;
    border-radius: 6px !important;
    border: 1px solid #6783A0 !important;
    font-size: 1rem !important;
    align-items: center;
    height: 48px !important;
}

    .two-column[b-u2jgfqh9uq] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .main-form[b-u2jgfqh9uq] {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

form[b-u2jgfqh9uq] {
    height: 100% !important;
}

@media screen and (max-width: 991px) {
    .steps[b-u2jgfqh9uq] {
        margin-top: 4rem;
    }

    .step[b-u2jgfqh9uq] {
        margin-bottom: 1rem;
    }

    .step-circle[b-u2jgfqh9uq] {
    }

    .step-bar[b-u2jgfqh9uq] {
        margin-bottom: 1rem;
    }

    .step-title[b-u2jgfqh9uq] {
        font-size: 14px;
    }

    .step-desc[b-u2jgfqh9uq] {
        font-size: 12px;
    }

    form[b-u2jgfqh9uq] {
        box-shadow: none !important;
    }

    .signup-main[b-u2jgfqh9uq] {
        padding: 5rem 0rem !important;
    }
    iframe[b-u2jgfqh9uq] {
        height: 325px;
    }
}
/* _content/CRMv2Blazor/Pages/Components/DealerSignUp/SignUpStage0.razor.rz.scp.css */


body[b-xleogazc5u] {
    font-family: "Open Sans", sans-serif;
}

a[b-xleogazc5u] {
    transition: .5s;
}

    a:hover[b-xleogazc5u] {
        color: #fff !important;
    }

.login-container[b-xleogazc5u] {
    display: flex;
    height: 100vh;
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 2;
}

.bg-overlay[b-xleogazc5u] {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 64% 100%);
    background: #2B588E;
    z-index: 1;
    opacity: .3;
}

/* Left Section */
.login-form-section[b-xleogazc5u] {
    height: 100%;
    background: var(--primary-color);
    color: white;
    padding: 115px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
}

.login-title[b-xleogazc5u] {
    font-size: 2rem !important;
    margin-bottom: 10px !important;
}

.login-subtitle[b-xleogazc5u] {
    margin-bottom: 88px !important;
    opacity: 0.9;
}

.login-label[b-xleogazc5u] {
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block !important;
    color: var(--secondary-color);
}

.login-input[b-xleogazc5u] {
    width: 100% !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    border: 1px solid #6783A0 !important;
    font-size: 1rem !important;
    font-weight: 500;
    height: 48px;
}

form[b-xleogazc5u] {
    height: 100%;
}

.main-form[b-xleogazc5u] {
    max-width: 400px;
    width: 100%;
    margin: auto;
}

input.e-input[b-xleogazc5u], .e-input-group input[b-xleogazc5u], .e-input-group.e-control-wrapper input[b-xleogazc5u], .e-input-group input.e-input[b-xleogazc5u], .e-input-group.e-control-wrapper input.e-input[b-xleogazc5u] {
    height: 22px !important;
}

.login-btn[b-xleogazc5u] {
    width: 100%;
    background-color: var(--secondary-color);
    color: white;
    padding: 14px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    border-radius: 6px !important;
    border: 1px solid var(--secondary-color) !important;
    transition: .5s !important;
}

    .login-btn:hover[b-xleogazc5u] {
        background: transparent;
    }

.forgot-link[b-xleogazc5u] {
    background: none !important;
    border: none !important;
    font-size: 0.9rem !important;
    color: var(--secondary-color);
    text-decoration: underline;
    transition: .5s !important
}

.divider[b-xleogazc5u] {
    margin: 20px 0;
    text-align: center;
    position: relative;
}

    .divider span[b-xleogazc5u] {
        background: var(--primary-color);
        padding: 0 10px;
        position: relative;
        z-index: 2;
    }

    .divider[b-xleogazc5u]:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.3);
    }

.signup-btn[b-xleogazc5u] {
    width: 100%;
    color: var(--secondary-color);
    background: transparent;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 14px !important;
    border: 1px solid var(--secondary-color) !important;
    border-radius: 6px !important;
    display: inline-block !important;
    transition: .5s !important;
}

    .signup-btn:hover[b-xleogazc5u] {
        color: var(--white);
        background-color: var(--secondary-color);
    }

.handleKey[b-xleogazc5u] {
    border: none;
    font-size: 0.9rem;
    color: var(--secondary-color);
    text-decoration: underline;
    transition: .5s;
}

    .btn.handleKey:hover[b-xleogazc5u] {
        color: var(--white) !important;
    }

.login-image-section[b-xleogazc5u] {
    background: url('https://d13lr554ore9lf.cloudfront.net/images/happy-mechanic-working-laptop.jpg') no-repeat center center/cover;
}
.login-logo[b-xleogazc5u] {
    width: 200px;
    filter: brightness(10)
}

/* Responsive */
@media (max-width: 768px) {
    .login-container[b-xleogazc5u] {
        flex-direction: column;
    }

    .login-container[b-xleogazc5u] {
         width: 100%;
    }

    .login-image-section[b-xleogazc5u] {
        display: none;
    }

    .bg-overlay[b-xleogazc5u] {
        display: none;
    }

    form[b-xleogazc5u] {
        box-shadow: 0 0 2px #ddd;
    }
}

@media (max-width: 1200px) {
    form[b-xleogazc5u] {
        overflow: scroll;
        padding: 20px;
    }
    .login-subtitle[b-xleogazc5u] {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 992px) {
    .login-form-section[b-xleogazc5u] {
        padding-bottom: 24px;
    }
}
/* _content/CRMv2Blazor/Pages/Components/DealerSignUp/SignUpStage1.razor.rz.scp.css */
/* Grid layout */
.dealer-signup-container[b-guwin89glp] {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    height: 100vh;
}

/* Sidebar */
.signup-sidebar[b-guwin89glp] {
    background: #1e4d7b40;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 1.5rem;
    height: 100%;
    border-radius: 16px;
}

.sidebar-header[b-guwin89glp] {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
}

/* Stepper */
.steps[b-guwin89glp] {
    margin-top: 5rem;
}

.step[b-guwin89glp] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1.5rem;
}

.step-bar[b-guwin89glp] {
    width: 34px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.bar[b-guwin89glp] {
    width: 3px;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, var(--white) 50%, var(--primary-color) 50%);
}

.active .bar[b-guwin89glp] {
    background: linear-gradient(0deg, var(--white) 50%, var(--primary-color) 50%);
}

.upcoming .bar[b-guwin89glp] {
    background: linear-gradient(0deg, var(--white) 100%, var(--primary-color) 0%);
}

.completed .bar[b-guwin89glp] {
    background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 100%);
}

.step-circle[b-guwin89glp] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
    flex-shrink: 0;
}

.step.active .step-circle[b-guwin89glp] {
    background: var(--primary-color);
    color: #fff;
}

.two-column[b-guwin89glp] .login-btn:hover[b-guwin89glp] {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.step.completed .step-circle[b-guwin89glp] {
    background: #22c55e;
    color: #fff;
}

.step.upcoming .step-circle[b-guwin89glp] {
    background: #e5e5e5;
    color: #666;
}

.step-text[b-guwin89glp] {
    font-size: 0.95rem;
}

.step-title[b-guwin89glp] {
    font-weight: 600 !important;
    color: var(--text-color);
}

.step-desc[b-guwin89glp] {
    font-size: 0.8rem;
    color: #6F6C8F;
}

/* Sidebar footer */
.sidebar-footer[b-guwin89glp] {
    font-size: 0.85rem;
    color: #4f46e5;
    cursor: pointer;
}

/* Main form area */
.signup-main[b-guwin89glp] {
    padding: 0 10px !important;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .signup-main[b-guwin89glp]::-webkit-scrollbar {
        display: none;
    }

.form-section-title[b-guwin89glp] {
    font-size: 24px;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    color: var(--text-color);
}

.form-section-subtitle[b-guwin89glp] {
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem;
    color: var(--text-color);
}

.form-group[b-guwin89glp] {
    margin-bottom: 1.5rem;
}

.form-label[b-guwin89glp] {
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block !important;
    color: var(--secondary-color);
}

/* Modern input style */
.dropdown-control[b-guwin89glp] {
    width: 100% !important;
    padding: 12px;
    border-radius: 6px !important;
    border: 1px solid #6783A0 !important;
    font-size: 1rem !important;
    align-items: center;
    height: 48px !important;
}

    .e-input-group[b-guwin89glp], .e-control-wrapper.e-input-group.Textarea[b-guwin89glp] {
        height: auto !important;
    }

.two-column[b-guwin89glp] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.main-form[b-guwin89glp] {
    max-width: 400px;
    width: 100%;
    margin: auto;
}
.signup[b-guwin89glp] {
    padding: 0;
    height: 100vh;
    padding: 2rem 3rem;
    padding-bottom: 5rem;
}
.footer[b-guwin89glp] {
    position: absolute;
    bottom: 25px;
    left: 0;
    padding: 0 50px;
    z-index: 2;
    margin: 0;
    color: var(--text-color);
}
@media screen and (max-width: 1024px) {
    .two-column[b-guwin89glp] {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .blank[b-guwin89glp]{
        display: none;
    }
    .steps[b-guwin89glp] {
        margin-top: 4rem;
    }

    .step[b-guwin89glp] {
        margin-bottom: 1rem;
    }

    .step-circle[b-guwin89glp] {
    }

    .step-bar[b-guwin89glp] {
        margin-bottom: 1rem;
    }

    .step-title[b-guwin89glp] {
        font-size: 14px;
    }

    .step-desc[b-guwin89glp] {
        font-size: 12px;
    }

    form[b-guwin89glp] {
        box-shadow: none !important;
    }

    .signup-main[b-guwin89glp] {
        padding: 5rem 0rem !important;
    }
}

.ls-selected-option[b-guwin89glp] {
    background: var(--primary-color) !important;
}
/* _content/CRMv2Blazor/Pages/Components/DealerSignUp/SignUpStage6.razor.rz.scp.css */

/* Grid layout */
.dealer-signup-container[b-r8sro1yum7] {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    height: 100vh;
}

/* Sidebar */
.signup-sidebar[b-r8sro1yum7] {
    background: #1e4d7b40;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 1.5rem;
    height: 100%;
    border-radius: 16px;
}

.sidebar-header[b-r8sro1yum7] {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
}

/* Stepper */
.steps[b-r8sro1yum7] {
    margin-top: 5rem;
}

.step[b-r8sro1yum7] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1.5rem;
}

.step-bar[b-r8sro1yum7] {
    width: 34px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.bar[b-r8sro1yum7] {
    width: 3px;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, var(--white) 50%, var(--primary-color) 50%);
}

.active .bar[b-r8sro1yum7] {
    background: linear-gradient(0deg, var(--white) 50%, var(--primary-color) 50%);
}

.upcoming .bar[b-r8sro1yum7] {
    background: linear-gradient(0deg, var(--white) 100%, var(--primary-color) 0%);
}

.completed .bar[b-r8sro1yum7] {
    background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 100%);
}

.step-circle[b-r8sro1yum7] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
    flex-shrink: 0;
}

.step.active .step-circle[b-r8sro1yum7] {
    background: var(--primary-color);
    color: #fff;
}

.two-column .login-btn:hover[b-r8sro1yum7] {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.step.completed .step-circle[b-r8sro1yum7] {
    background: #22c55e;
    color: #fff;
}

.step.upcoming .step-circle[b-r8sro1yum7] {
    background: #e5e5e5;
    color: #666;
}

.step-text[b-r8sro1yum7] {
    font-size: 0.95rem;
}

.step-title[b-r8sro1yum7] {
    font-weight: 600 !important;
    color: var(--text-color);
}

.step-desc[b-r8sro1yum7] {
    font-size: 0.8rem;
    color: #6F6C8F;
}

/* Sidebar footer */
.sidebar-footer[b-r8sro1yum7] {
    font-size: 0.85rem;
    color: #4f46e5;
    cursor: pointer;
}

/* Main form area */
.signup[b-r8sro1yum7] {
    padding: 0;
    height: 100vh;
    padding: 8rem 3rem;
    padding-bottom: 5rem;
}

.footer[b-r8sro1yum7] {
    position: absolute;
    bottom: 25px;
    left: 0;
    padding: 0 50px;
    z-index: 2;
    margin: 0;
    color: var(--text-color);
}

.signup-main[b-r8sro1yum7] {
    padding: 0 10px !important;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .signup-main[b-r8sro1yum7]::-webkit-scrollbar {
        display: none;
    }

.form-section-title[b-r8sro1yum7] {
    font-size: 24px;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    color: var(--text-color);
}

.form-section-subtitle[b-r8sro1yum7] {
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem;
    color: var(--text-color);
}

.form-group[b-r8sro1yum7] {
    margin-bottom: 1.5rem;
}

.form-label[b-r8sro1yum7] {
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block !important;
    color: var(--secondary-color);
}

/* Modern input style */
.dropdown-control[b-r8sro1yum7] {
    width: 100% !important;
    padding: 12px;
    border-radius: 6px !important;
    border: 1px solid #6783A0 !important;
    font-size: 1rem !important;
    align-items: center;
    height: 48px !important;
}

.two-column[b-r8sro1yum7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.main-form[b-r8sro1yum7] {
    max-width: 400px;
    width: 100%;
    margin: auto;
}

form[b-r8sro1yum7] {
    height: 100% !important;
}
.declaration label span[b-r8sro1yum7]{
    font-size: 16px !important;
    font-weight: 600 !important;
}
.language-main[b-r8sro1yum7] {
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: flex !important;
    align-items: center;
    justify-content: end;
    padding: 40px 70px;
    padding-bottom: 20px;
    background: #fff;
}
@media screen and (max-width: 991px) {
    .steps[b-r8sro1yum7] {
        margin-top: 4rem;
    }

    .step[b-r8sro1yum7] {
        margin-bottom: 1rem;
    }

    .step-circle[b-r8sro1yum7] {
    }

    .step-bar[b-r8sro1yum7] {
        margin-bottom: 1rem;
    }

    .step-title[b-r8sro1yum7] {
        font-size: 14px;
    }

    .step-desc[b-r8sro1yum7] {
        font-size: 12px;
    }
}
/* _content/CRMv2Blazor/Pages/Components/Login/LoginForm.razor.rz.scp.css */

body[b-e6b3cgdnzz] {
    font-family: "Open Sans", sans-serif;
}

a[b-e6b3cgdnzz] {
    transition: .5s;
}

    a:hover[b-e6b3cgdnzz] {
        color: #fff !important;
    }

.login-container[b-e6b3cgdnzz] {
    display: flex;
    height: 100vh;
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 2;
}

/* Left Section */
.login-form-section[b-e6b3cgdnzz] {
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    color: white;
    padding: 115px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 72px;
    border-radius: 16px;
}

.login-title[b-e6b3cgdnzz] {
    font-size: 2rem !important;
    margin-bottom: 10px !important;
}

.login-subtitle[b-e6b3cgdnzz] {
    margin-bottom: 88px !important;
    opacity: 0.9;
}

.login-label[b-e6b3cgdnzz] {
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block !important;
    color: var(--secondary-color);
}

.login-input[b-e6b3cgdnzz] {
    width: 100% !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    border: 1px solid #6783A0 !important;
    font-size: 1rem !important;
    font-weight: 500;
    height: 48px;
}

form[b-e6b3cgdnzz] {
    height: 100%;
}

.main-form[b-e6b3cgdnzz] {
    max-width: 400px;
    width: 100%;
    margin: auto;
}

input.e-input[b-e6b3cgdnzz], .e-input-group input[b-e6b3cgdnzz], .e-input-group.e-control-wrapper input[b-e6b3cgdnzz], .e-input-group input.e-input[b-e6b3cgdnzz], .e-input-group.e-control-wrapper input.e-input[b-e6b3cgdnzz] {
    height: 22px !important;
}

.login-btn[b-e6b3cgdnzz] {
    width: 100%;
    background-color: var(--secondary-color);
    color: white;
    padding: 14px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    border-radius: 6px !important;
    border: 1px solid var(--secondary-color) !important;
    transition: .5s !important;
}

    .login-btn:hover[b-e6b3cgdnzz] {
        background: transparent;
    }

.forgot-link[b-e6b3cgdnzz] {
    background: none !important;
    border: none !important;
    font-size: 0.9rem !important;
    color: var(--secondary-color);
    text-decoration: underline;
    transition: .5s !important
}

.divider[b-e6b3cgdnzz] {
    margin: 20px 0;
    text-align: center;
    position: relative;
}

    .divider span[b-e6b3cgdnzz] {
        background: var(--primary-color);
        padding: 0 10px;
        position: relative;
        z-index: 2;
    }

    .divider[b-e6b3cgdnzz]:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.3);
    }

.signup-btn[b-e6b3cgdnzz] {
    width: 100%;
    color: var(--secondary-color);
    background: transparent;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 14px !important;
    border: 1px solid var(--secondary-color) !important;
    border-radius: 6px !important;
    display: inline-block !important;
    transition: .5s !important;
}

    .signup-btn:hover[b-e6b3cgdnzz] {
        color: #fff;
        background-color: var(--secondary-color);
    }

/* Right Section */
.login-image-section[b-e6b3cgdnzz] {
    flex: 1;
    background: url('../images/Title-2.png') no-repeat bottom center/cover;
    position: relative;
    height: 100vh;
}

.overlay[b-e6b3cgdnzz] {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1;
}

.login-logo[b-e6b3cgdnzz] {
    width: 200px;
}

/* Responsive */
@media (max-width: 768px) {
    .login-container[b-e6b3cgdnzz] {
        flex-direction: column;
    }

    .login-image-section[b-e6b3cgdnzz] {
        height: 250px;
    }
}

@media (max-width: 1200px) {
    .login-subtitle[b-e6b3cgdnzz] {
        margin-bottom: 10px !important;
    }
}
/* _content/CRMv2Blazor/Pages/Components/Login/TwoFactorAuthentication.razor.rz.scp.css */
/*@media screen and (max-width: 1023px) {
    .qr-section h5 {
        font-size: 1.1rem;
    }

    .logo-link img{
        width: 15rem;
    }
}*/


.logo-container h1[b-gtfdx3n8s7] {
    font-size: 2rem;
}

.logo-container img[b-gtfdx3n8s7] {
    width: 15rem;
}

.qr-section h4[b-gtfdx3n8s7] {
    font-size: 1.6rem;
}

.qr-code[b-gtfdx3n8s7] {
    width: 200px;
}

.authenticator-images[b-gtfdx3n8s7] {
    gap: 3rem;
    margin-left: 40px;
}

    .authenticator-images > a > img[b-gtfdx3n8s7] {
        width: 45px;
    }

.or_text[b-gtfdx3n8s7] {
    margin-left: 70px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 2rem;
}

.type_code[b-gtfdx3n8s7] {
    font-size: 1.4rem !important;
    line-height: 33px !important;
}

.validate-control[b-gtfdx3n8s7]{
    margin-top: 20px;
}

.qrCodeImage[b-gtfdx3n8s7]{
    margin: 20px 0;
}
.login-logo[b-gtfdx3n8s7] {
    width: 200px;
}
@media screen and (max-width: 1439px) {
    .logo-container h1[b-gtfdx3n8s7]{
        font-size: 1.4rem;
    }
    .logo-container img[b-gtfdx3n8s7]{
        width: 12rem;
    }

    .qr-section h4[b-gtfdx3n8s7]{
        font-size: 1.1rem;
    }

    .qr-code[b-gtfdx3n8s7]{
        width: 125px;
    }
    .authenticator-images[b-gtfdx3n8s7]{
        gap: 2rem;
        margin-left: 25px;
    }

    .authenticator-images > a > img[b-gtfdx3n8s7]{
        width: 35px;
    }

    .or_text[b-gtfdx3n8s7]{
        margin-left: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 1.25rem;
    }

    .type_code[b-gtfdx3n8s7] {
        font-size: 0.9rem !important;
    }
}
/* _content/CRMv2Blazor/Pages/Registration/DealerSignUp.razor.rz.scp.css */

body[b-4rxrjyexlu] {
    font-family: "Open Sans", sans-serif;
}

a[b-4rxrjyexlu] {
    transition: .5s;
}

    a:hover[b-4rxrjyexlu] {
        color: #fff !important;
    }

.login-container[b-4rxrjyexlu] {
    display: flex;
    height: 100vh;
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 2;
}

/* Left Section */
.login-form-section[b-4rxrjyexlu] {
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    color: white;
    padding: 115px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
}

.login-title[b-4rxrjyexlu] {
    font-size: 2rem !important;
    margin-bottom: 10px !important;
}

.login-subtitle[b-4rxrjyexlu] {
    margin-bottom: 20px !important;
    opacity: 0.9;
}

.login-label[b-4rxrjyexlu] {
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block !important;
    color: var(--secondary-color);
}

.login-input[b-4rxrjyexlu] {
    width: 100% !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    border: 1px solid #6783A0 !important;
    font-size: 1rem !important;
    font-weight: 500;
    height: 48px;
}

form[b-4rxrjyexlu] {
    height: 100%;
}

input.e-input[b-4rxrjyexlu], .e-input-group input[b-4rxrjyexlu], .e-input-group.e-control-wrapper input[b-4rxrjyexlu], .e-input-group input.e-input[b-4rxrjyexlu], .e-input-group.e-control-wrapper input.e-input[b-4rxrjyexlu] {
    height: 22px !important;
}

.login-btn[b-4rxrjyexlu] {
    width: 100%;
    background-color: var(--secondary-color);
    color: white;
    padding: 14px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    border-radius: 6px !important;
    border: 1px solid var(--secondary-color) !important;
    transition: .5s !important;
}

    .login-btn:hover[b-4rxrjyexlu] {
        background: transparent;
    }

.forgot-link[b-4rxrjyexlu] {
    background: none !important;
    border: none !important;
    font-size: 0.9rem !important;
    color: var(--secondary-color);
    text-decoration: underline;
    transition: .5s !important
}

.divider[b-4rxrjyexlu] {
    margin: 20px 0;
    text-align: center;
    position: relative;
}

    .divider span[b-4rxrjyexlu] {
        background: var(--primary-color);
        padding: 0 10px;
        position: relative;
        z-index: 2;
    }

    .divider[b-4rxrjyexlu]:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.3);
    }

.signup-btn[b-4rxrjyexlu] {
    width: 100%;
    color: var(--secondary-color);
    background: transparent;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 14px !important;
    border: 1px solid var(--secondary-color) !important;
    border-radius: 6px !important;
    display: inline-block !important;
    transition: .5s !important;
}

    .signup-btn:hover[b-4rxrjyexlu] {
        color: #fff;
        background-color: var(--secondary-color);
    }

/* Right Section */
.login-image-section[b-4rxrjyexlu] {
    flex: 1;
    background: url('../images/Title-2.png') no-repeat bottom center/cover;
    position: relative;
    height: 100vh;
}

.overlay[b-4rxrjyexlu] {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1;
}

.login-logo[b-4rxrjyexlu] {
    width: 200px;
}

/* Responsive */
@media (max-width: 768px) {
    .login-container[b-4rxrjyexlu] {
        flex-direction: column;
    }

    .login-image-section[b-4rxrjyexlu] {
        height: 250px;
    }
}


@media (max-width: 1200px) {
    .login-subtitle[b-4rxrjyexlu] {
        margin-bottom: 10px !important;
    }
}
/* _content/CRMv2Blazor/Shared/Controls/HtmlButton.razor.rz.scp.css */
.index_buttons[b-s59l64ya4a] {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next_button[b-s59l64ya4a], .saveBtn[b-s59l64ya4a], .sendEmailbtn[b-s59l64ya4a], .viewBtn[b-s59l64ya4a] {
    background-color: #91bf22 !important;
    border-radius: 2px;
    border: none;
    outline: none;
    padding: 7px 14px;
}


/* _content/CRMv2Blazor/Shared/Controls/NotificationMessage.razor.rz.scp.css */
#NotificationMessage[b-0yelozzap0] {
    margin: 0;
    padding: 15px 50px;
    border-radius: 8px;
    width: 85%;
    position: absolute !important;
    bottom: 140px;
    left: 6%;
}
/* _content/CRMv2Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-s9b284cg0a] {
    position: relative;
    display: flex;
    flex-direction: column;
}
.e-contextmenu-wrapper ul .e-menu-item.e-focused[b-s9b284cg0a], .e-contextmenu-container ul .e-menu-item.e-focused[b-s9b284cg0a] {
    background: #1667A6;
}
    .topnav[b-s9b284cg0a] {
    height: 4.88rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-toggler[b-s9b284cg0a] {
    background-color: #05163C;
}

.navbar-dark .navbar-toggler[b-s9b284cg0a] {
    color: transparent;
    border-color: transparent;
}

.navbar-brand[b-s9b284cg0a] {
    font-size: 1.1rem;
    margin-right: 24px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s9b284cg0a] {
        display: block;
    }

    .collapse[b-s9b284cg0a] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.main[b-s9b284cg0a] {
    flex: 1;
}

.sidebar[b-s9b284cg0a] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-s9b284cg0a] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: left;
}

    .top-row[b-s9b284cg0a]  a, .top-row .btn-link[b-s9b284cg0a] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-s9b284cg0a] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.topupBox a[b-s9b284cg0a]{
    margin-left: 0 !important;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-s9b284cg0a] {
        display: none;
    }

    .top-row.auth[b-s9b284cg0a] {
        justify-content: space-between;
    }

    .top-row a[b-s9b284cg0a], .top-row .btn-link[b-s9b284cg0a] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-s9b284cg0a] {
        flex-direction: row;
    }

    .sidebar[b-s9b284cg0a] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-s9b284cg0a] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

 /*   .main > div {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }*/
}
/* _content/CRMv2Blazor/Shared/NavMenu.razor.rz.scp.css */
/* Container and RTL support */
.menu-container[b-hlzeg64sft] {
    background: transparent;
    padding: 0;
}
.menu-container.rtl[b-hlzeg64sft] {
    direction: rtl;
    text-align: right;
}

/* Bootstrap nav overrides for vertical menu */
.nav.flex-column[b-hlzeg64sft] {
    width: 100%;
    font-weight: 500;
    padding-left: 0;
    margin-bottom: 0;
}

/* Nav item and link styling */
.nav-item[b-hlzeg64sft] {
    font-size: 0.9rem;    padding-bottom: 0.5rem;
    position: relative;
}

.nav-item:first-of-type[b-hlzeg64sft] {
    padding-top: 1rem;
}
.nav-item:last-of-type[b-hlzeg64sft] {
    padding-bottom: 1rem;
}

.nav-link[b-hlzeg64sft] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    transition: background 0.2s, color 0.2s;
    font-weight: 600;
    font-size: 1.1rem;
}

.nav-link.active[b-hlzeg64sft],
.nav-link:focus[b-hlzeg64sft],
.nav-link:hover[b-hlzeg64sft] {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    text-decoration: none;
}

.nav-link.disabled[b-hlzeg64sft],
.nav-link[tabindex="-1"][b-hlzeg64sft] {
    color: #aaa !important;
    pointer-events: none;
    opacity: 0.6;
}

/* Dropdown menu styling */
.dropdown-menu[b-hlzeg64sft] {
    background: #222e3c;
    border-radius: 6px;
    min-width: 200px;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 0.5rem 0;
}

.dropdown-item[b-hlzeg64sft] {
    color: #d7d7d7;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}

.dropdown-item:hover[b-hlzeg64sft],
.dropdown-item:focus[b-hlzeg64sft] {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}

.dropdown-item.disabled[b-hlzeg64sft],
.dropdown-item[tabindex="-1"][b-hlzeg64sft] {
    color: #aaa !important;
    pointer-events: none;
    opacity: 0.6;
}

/* Icon and sidebar menu item styling */
.sidebar-menu-item[b-hlzeg64sft] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
    font-weight: 600;
}

.sidebar-menu-item i[b-hlzeg64sft] {
    width: 2rem;
    font-size: 1.2rem;
    vertical-align: text-top;
    margin-right: 8px;
}

.menu-container.rtl .sidebar-menu-item i[b-hlzeg64sft] {
    margin-right: 0;
    margin-left: 8px;
}

/* Support for Open Iconic and FontAwesome icons */
.oi[b-hlzeg64sft], .fas[b-hlzeg64sft], .fab[b-hlzeg64sft], .far[b-hlzeg64sft] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
}

/* Special styling for dashboard or highlighted items */
.menuItemLink-dashboard .sidebar-menu-item span[b-hlzeg64sft],
#dashboard .sidebar-menu-item span[b-hlzeg64sft] {
    background-color: #fff;
    color: #1165A7;
    padding: 2px 24px;
    border-radius: 7px;
    padding-right: 50px;
    margin-left: 10px;
    font-size: 22px;
    font-weight: 600;
}

#dashboard[b-hlzeg64sft] {
    margin-bottom: 14px !important;
}

#dashboard .sidebar-menu-item i[b-hlzeg64sft] {
    margin-left: 2px !important;
}

/* Remove Bootstrap's default dropdown caret for custom look */
.dropdown-toggle[b-hlzeg64sft]::after {
    display: none;
    position: absolute;
    right: 0;
}

.dropdown-toggle[b-hlzeg64sft]::after {
    position: absolute !important;
    right: 0 !important;
}

/* RTL adjustments for dropdowns */
.menu-container.rtl .dropdown-menu[b-hlzeg64sft] {
    right: 0;
    left: auto;
    text-align: right;
}
