/* /Pages/AccountActivation/AccountActivation.razor.rz.scp.css */

:root[b-myli1qtmkc] {
    --primary-color: #243882;
    --secondary-color: #0dc070;
    --white: #fff;
    --text-color: #1C2631;
    --disable-color: #33CC99;
    --hover-color: #09aa62;
    --light-black: #4B5563;
}

body[b-myli1qtmkc] {
    font-family: "Inter", sans-serif !important;
    overflow: hidden;
}
.overlay[b-myli1qtmkc] {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1;
}


.login-logo[b-myli1qtmkc] {
    width: 200px;
}

.login-btn[b-myli1qtmkc] {
    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-myli1qtmkc] {
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color) !important;
    }
/* page / hero */
.full-hero[b-myli1qtmkc] {
    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-myli1qtmkc] {
    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-myli1qtmkc] {
    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-myli1qtmkc] {
    margin: 12px 10px 6px 18px;
    padding-left: 6px;
    color: #222;
}

    ol.terms li[b-myli1qtmkc] {
        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-myli1qtmkc] {
            color: var(--white); /* link color */
            text-decoration: none;
            font-weight: 500;
        }

            ol.terms li a:hover[b-myli1qtmkc] {
                text-decoration: underline;
            }

/* checkbox style small alignment */
.terms input[type="checkbox"][b-myli1qtmkc] {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--primary-600);
}

/* validation message */
.chkboxvalidation[b-myli1qtmkc] {
    color: #d64545;
    margin: 8px 4px 0 18px;
    font-size: 13px;
    display: none;
}

/* button container */
.registerbox .actions[b-myli1qtmkc] {
    text-align: center;
    margin-top: 18px;
}

/* button: External look matched to screenshot */
.button-activate[b-myli1qtmkc], .button-blue[b-myli1qtmkc] {
    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-myli1qtmkc] {
    background: linear-gradient(to bottom, var(--primary-500), var(--primary-600));
    border-color: rgba(0,0,0,0.12);
}

    .button-activate:hover[b-myli1qtmkc] {
        transform: translateY(-1px);
        background: linear-gradient(to bottom, var(--primary-600), var(--primary-700));
    }

/* Login button when shown after activation */
.button-blue[b-myli1qtmkc] {
    background: linear-gradient(to bottom, #4da6e8, #2c91d9);
    border-color: rgba(0,0,0,0.08);
}

    .button-blue:hover[b-myli1qtmkc] {
        transform: translateY(-1px);
    }
/* /Pages/components/LoginForm.razor.rz.scp.css */

body[b-4j75v0f2kg] {
    font-family: "Open Sans", sans-serif;
}

a[b-4j75v0f2kg] {
    transition: .5s;
}

    a:hover[b-4j75v0f2kg] {
        color: #fff !important;
    }

.login-container[b-4j75v0f2kg] {
    display: flex;
    height: 100vh;
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 2;
}

/* Left Section */
.login-form-section[b-4j75v0f2kg] {
    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-4j75v0f2kg] {
    font-size: 2rem !important;
    margin-bottom: 10px !important;
}

.login-subtitle[b-4j75v0f2kg] {
    margin-bottom: 88px !important;
    opacity: 0.9;
}

.login-label[b-4j75v0f2kg] {
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block !important;
    color: var(--secondary-color);
}

.login-input[b-4j75v0f2kg] {
    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-4j75v0f2kg] {
    height: 100%;
}

.main-form[b-4j75v0f2kg] {
    max-width: 400px;
    width: 100%;
    margin: auto;
}

input.e-input[b-4j75v0f2kg], .e-input-group input[b-4j75v0f2kg], .e-input-group.e-control-wrapper input[b-4j75v0f2kg], .e-input-group input.e-input[b-4j75v0f2kg], .e-input-group.e-control-wrapper input.e-input[b-4j75v0f2kg] {
    height: 22px !important;
}

.login-btn[b-4j75v0f2kg] {
    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-4j75v0f2kg] {
        background: transparent;
    }

.forgot-link[b-4j75v0f2kg] {
    background: none !important;
    border: none !important;
    font-size: 0.9rem !important;
    color: var(--secondary-color);
    text-decoration: underline;
    transition: .5s !important
}

.divider[b-4j75v0f2kg] {
    margin: 20px 0;
    text-align: center;
    position: relative;
}

    .divider span[b-4j75v0f2kg] {
        background: var(--primary-color);
        padding: 0 10px;
        position: relative;
        z-index: 2;
    }

    .divider[b-4j75v0f2kg]:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.3);
    }

.signup-btn[b-4j75v0f2kg] {
    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-4j75v0f2kg] {
        color: #fff;
        background-color: var(--secondary-color);
    }

/* Right Section */
.login-image-section[b-4j75v0f2kg] {
    flex: 1;
    background: url('https://d13lr554ore9lf.cloudfront.net/images/Admin-login.png') no-repeat bottom center/cover;
    position: relative;
    height: 100vh;
}

.overlay[b-4j75v0f2kg] {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1;
}

.login-logo[b-4j75v0f2kg] {
    width: 200px;
}

/* Responsive */
@media (max-width: 768px) {
    .login-container[b-4j75v0f2kg] {
        flex-direction: column;
    }

    .login-image-section[b-4j75v0f2kg] {
        height: 250px;
    }

    form[b-4j75v0f2kg] {
        overflow: scroll;
        padding: 20px;
    }
}

@media (max-width: 1200px) {
    .login-subtitle[b-4j75v0f2kg] {
        margin-bottom: 10px !important;
    }
}
/* /Pages/components/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-a957c0scbq] {
    font-size: 2rem;
}

.logo-container img[b-a957c0scbq] {
    width: 15rem;
}

.qr-section h4[b-a957c0scbq] {
    font-size: 1.6rem;
}

.qr-code[b-a957c0scbq] {
    width: 200px;
}

.authenticator-images[b-a957c0scbq] {
    gap: 3rem;
    margin-left: 40px;
}

    .authenticator-images > a > img[b-a957c0scbq] {
        width: 45px;
    }

.or_text[b-a957c0scbq] {
    margin-left: 70px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 2rem;
}

.type_code[b-a957c0scbq] {
    font-size: 1.4rem !important;
    line-height: 33px !important;
}

.validate-control[b-a957c0scbq]{
    margin-top: 20px;
}

.qrCodeImage[b-a957c0scbq]{
    margin: 20px 0;
}

@media screen and (max-width: 1440px) {
    .logo-container h1[b-a957c0scbq]{
        font-size: 1.4rem;
    }
    .logo-container img[b-a957c0scbq]{
        width: 12rem;
    }

    .qr-section h4[b-a957c0scbq]{
        font-size: 1.1rem;
    }

    .qr-code[b-a957c0scbq]{
        width: 125px;
    }
    .authenticator-images[b-a957c0scbq]{
        gap: 2rem;
        margin-left: 25px;
    }

    .authenticator-images > a > img[b-a957c0scbq]{
        width: 35px;
    }

    .or_text[b-a957c0scbq]{
        margin-left: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 1.25rem;
    }

    .type_code[b-a957c0scbq]{
        font-size: 0.9rem !important;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
body[b-0b7tkhbcwb] {
    overflow: hidden;
    font-family: "Open Sans", sans-serif !important;
}

.red-card[b-0b7tkhbcwb], .green-card[b-0b7tkhbcwb], .blue-card[b-0b7tkhbcwb], .purple-card[b-0b7tkhbcwb], .orange-card[b-0b7tkhbcwb], .lightBlue-card[b-0b7tkhbcwb] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4%;
    border-radius: 12px;
    cursor: pointer;
    height: 100%;
}

.red-card[b-0b7tkhbcwb] {
    background-image: url(images/dashboard/red-card.jpg);
}

.green-card[b-0b7tkhbcwb] {
    background-image: url(images/dashboard/green-card.jpg);
}

.blue-card[b-0b7tkhbcwb] {
    background-image: url(images/dashboard/blue-card.jpg);
}

.purple-card[b-0b7tkhbcwb] {
    background-image: url(images/dashboard/purple-card.jpg);
}

.orange-card[b-0b7tkhbcwb] {
    background-image: url(images/dashboard/orange-card.jpg);
}

.lightBlue-card[b-0b7tkhbcwb] {
    background-image: url(images/dashboard/lightBlue-card.jpg);
}

.manage-product[b-0b7tkhbcwb], .Assign-product[b-0b7tkhbcwb], .Manage-Rates-product[b-0b7tkhbcwb], .manage-letters-and-docs[b-0b7tkhbcwb] {
    width: 2.5rem;
}

/*Dashboard layout*/
.home[b-0b7tkhbcwb] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-icon[b-0b7tkhbcwb] {
    background: linear-gradient(to bottom right, #62AFEC, #2C91D9);
    padding: 12px;
    border-radius: 5px;
    color: white;
}

.card-heading[b-0b7tkhbcwb] {
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: "Open Sans", sans-serif !important;
}

.dashboard-home[b-0b7tkhbcwb]{
    margin: 25px 0;
}


@media screen and (min-width: 2100px) {
    .card-heading[b-0b7tkhbcwb] {
        font-size: 1.8rem;
    }
}

/*@media screen and (min-width: 1660px){
    .card-heading{
        font-size: 1.95rem;
    }
}
*/

@media screen and (min-width: 990px) and (max-width: 1239px){
    .card-heading[b-0b7tkhbcwb]{
        font-size: 1.2rem;
    }

    .new-cards > div > div > p[b-0b7tkhbcwb]{
       font-size: 0.8rem;
    }
}


/*@media screen and (min-width: 1239px) and (max-width: 1439px) {

    .dashboard-home {
        margin: 20px 0;
    }

        .dashboard-home i {
            font-size: 0.95rem;
        }

        .dashboard-home h3 {
            font-size: 1.1rem;
        }

        .dashboard-home{
            margin-left: 20px;
        }

        .home-icon {
            padding: 6px;
        }

        .card-heading{
            font-size: 1.3rem;
        }

        .new-cards > div > div > p{
          font-size: 0.9rem;   
        }


    .red-card, .green-card, .blue-card, .purple-card, .orange-card, .lightBlue-card{
        height: 10rem;
    }

}*/

@media screen and (min-width: 991px) and (max-width: 1023px){
    .e-tab-text[b-0b7tkhbcwb]{
        font-size: 0.65rem;
        padding: 4px;
    }

    .new-cards i[b-0b7tkhbcwb]{
        font-size: 0.9rem;
    }

    .card-heading[b-0b7tkhbcwb]{
        font-size: 0.85rem;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .new-cards > div > div > p[b-0b7tkhbcwb][b-0b7tkhbcwb]{
        font-size: 0.65rem;
    }

    .red-card[b-0b7tkhbcwb], .green-card[b-0b7tkhbcwb], .blue-card[b-0b7tkhbcwb], .purple-card[b-0b7tkhbcwb], .orange-card[b-0b7tkhbcwb], .lightBlue-card[b-0b7tkhbcwb]{
        /*height: 7.5rem;*/
    }

}

@media screen and (min-width: 1024px) and (max-width: 1279px){
    .e-tab-text[b-0b7tkhbcwb] {
        font-size: 0.75rem;
        padding: 4px;
    }

    .new-cards i[b-0b7tkhbcwb] {
        font-size: 1rem;
    }

    .card-heading[b-0b7tkhbcwb] {
        font-size: 0.85rem;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .new-cards > div > div > p[b-0b7tkhbcwb][b-0b7tkhbcwb] {
        font-size: 0.75rem;
    }

    .red-card[b-0b7tkhbcwb], .green-card[b-0b7tkhbcwb], .blue-card[b-0b7tkhbcwb], .purple-card[b-0b7tkhbcwb], .orange-card[b-0b7tkhbcwb], .lightBlue-card[b-0b7tkhbcwb] {
        /*height: 8rem;*/
    }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .e-tab-text[b-0b7tkhbcwb] {
        font-size: 0.85rem !important;
        padding: 4px;
    }

    .new-cards i[b-0b7tkhbcwb] {
        font-size: 1rem;
    }

    .card-heading[b-0b7tkhbcwb] {
        font-size: 1.15rem;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .new-cards > div > div > p[b-0b7tkhbcwb][b-0b7tkhbcwb] {
        font-size: 0.85rem;
    }

    .red-card[b-0b7tkhbcwb], .green-card[b-0b7tkhbcwb], .blue-card[b-0b7tkhbcwb], .purple-card[b-0b7tkhbcwb], .orange-card[b-0b7tkhbcwb], .lightBlue-card[b-0b7tkhbcwb] {
       /* height: 8rem;*/
    }
}

/*@media screen and (min-width: 1440px) and (max-width: 1600px){

}*/
/* /Pages/Index.razor.rz.scp.css */

body[b-tm0edgnbig] {
    font-family: "Open Sans", sans-serif;
}

a[b-tm0edgnbig] {
    transition: .5s;
}

    a:hover[b-tm0edgnbig] {
        color: #fff !important;
    }

.login_panel[b-tm0edgnbig] {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0;
}

.bg-overlay[b-tm0edgnbig] {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 64% 100%);
    background: #243882;
    z-index: 1;
    opacity: .3;
}

.login-container[b-tm0edgnbig] {
    display: flex;
    height: 100vh;
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 2;
}

/* Left Section */
.login-form-section[b-tm0edgnbig] {
    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-tm0edgnbig] {
    font-size: 2rem !important;
    margin-bottom: 10px !important;
}

.login-subtitle[b-tm0edgnbig] {
    margin-bottom: 20px !important;
    opacity: 0.9;
}

.login-label[b-tm0edgnbig] {
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block !important;
    color: var(--secondary-color);
}

.login-input[b-tm0edgnbig] {
    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-tm0edgnbig] {
    height: 100%;
}

input.e-input[b-tm0edgnbig], .e-input-group input[b-tm0edgnbig], .e-input-group.e-control-wrapper input[b-tm0edgnbig], .e-input-group input.e-input[b-tm0edgnbig], .e-input-group.e-control-wrapper input.e-input[b-tm0edgnbig] {
    height: 22px !important;
}

.login-btn[b-tm0edgnbig] {
    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-tm0edgnbig] {
        background: transparent;
    }

.forgot-link[b-tm0edgnbig] {
    background: none !important;
    border: none !important;
    font-size: 0.9rem !important;
    color: var(--secondary-color);
    text-decoration: underline;
    transition: .5s !important
}

.divider[b-tm0edgnbig] {
    margin: 20px 0;
    text-align: center;
    position: relative;
}

    .divider span[b-tm0edgnbig] {
        background: var(--primary-color);
        padding: 0 10px;
        position: relative;
        z-index: 2;
    }

    .divider[b-tm0edgnbig]:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.3);
    }

.signup-btn[b-tm0edgnbig] {
    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-tm0edgnbig] {
        color: #fff;
        background-color: var(--secondary-color);
    }

/* Right Section */
.login-image-section[b-tm0edgnbig] {
    flex: 1;
    background: url('https://d13lr554ore9lf.cloudfront.net/images/Admin-login.png') no-repeat bottom center/cover;
    position: relative;
    height: 100vh;
}

.img[b-tm0edgnbig] {
    width: 100%;
    height: 100%;
}

    .img img[b-tm0edgnbig] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }

.overlay[b-tm0edgnbig] {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1;
}

.login-logo[b-tm0edgnbig] {
    width: 200px;
}

/* Responsive */
@media (max-width: 768px) {
    .login-container[b-tm0edgnbig] {
        flex-direction: column;
    }

    .login-image-section[b-tm0edgnbig] {
        height: 250px;
    }

    form[b-tm0edgnbig] {
        overflow: scroll;
        padding: 20px;
    }
    .footer[b-tm0edgnbig] {
        bottom: 30px !important;
        text-align: center;
    }
}

.footer[b-tm0edgnbig] {
    position: absolute;
    bottom: 25px;
    left: 0;
    padding: 0 50px;
    z-index: 2;
    margin: 0;
}

.btnLost[b-tm0edgnbig] {
    border: none;
    background-color: transparent;
}

    .btnLost:hover[b-tm0edgnbig] {
        text-decoration: underline;
    }

.LostDevice[b-tm0edgnbig] {
    display: flex;
    /*  justify-content: center; */
}

#otpDialog[b-tm0edgnbig] {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    background-color: white;
    padding: 20px;
    border: 2px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    z-index: 1000;
    width: 300px;
    text-align: center;
}

#overlay[b-tm0edgnbig] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#resendBtn[b-tm0edgnbig] {
    display: none;
    margin-top: 10px;
    background-color: #007bff;
    color: white;
    padding: 6px 12px;
    border: none;
    cursor: pointer;
}
.e-input-group:not(.e-disabled) .e-input-group-icon:hover[b-tm0edgnbig], .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover[b-tm0edgnbig] {
    background: var(--primary-color) !important;
    color: #fff !important;
    transition: .5s;
}

.e-input-group .e-input-group-icon[b-tm0edgnbig], .e-input-group.e-control-wrapper .e-input-group-icon[b-tm0edgnbig] {
    background: var(--secondary-color) !important;
    border: none !important;
    color: var(--white) !important;
}
@media (max-width: 1200px) {
    .login-subtitle[b-tm0edgnbig] {
        margin-bottom: 10px !important;
    }
}
/* /Pages/Registration/DealerSignUp.razor.rz.scp.css */

.login-btn[b-ldv7b4b1pa] {
    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-ldv7b4b1pa] {
        background: transparent;
    }
.footer[b-ldv7b4b1pa] {
    padding: 0 70px;
    color: var(--text-color);
}
/* /Pages/Registration/DealerSignUpEditor.razor.rz.scp.css */
/* Grid layout */
.dealer-signup-container[b-n5h4ra2kkf] {
    background: #fff;
}


/* Main form area */
.signup-main[b-n5h4ra2kkf] {
    max-width: 75%;
    margin: auto;
    margin-top: 125px;
}
.field[b-n5h4ra2kkf]{
    width: 37%;
}

.form-section-title[b-n5h4ra2kkf] {
    font-size: 24px;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    color: var(--text-color);
}

.form-section-subtitle[b-n5h4ra2kkf] {
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    margin-top: 2.5rem;
    color: var(--text-color);
}

.form-group[b-n5h4ra2kkf] {
    margin-bottom: 1.5rem;
}

.form-label[b-n5h4ra2kkf] {
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    display: block !important;
    color: var(--secondary-color);
}

/* Modern input style */


.two-column[b-n5h4ra2kkf] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.main-form[b-n5h4ra2kkf] {
    max-width: 400px;
    width: 100%;
    margin: auto;
}
.login-btn[b-n5h4ra2kkf] {
    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;
}

@media screen and (max-width: 767px) {
    .field[b-n5h4ra2kkf]{
        width: 100%;
    }

    .blank[b-n5h4ra2kkf] {
        display: none;
    }
}


body[b-n5h4ra2kkf] {
    overflow: hidden;
    height: 100vh;
}
main[b-n5h4ra2kkf] {
    height: 100%;
}

.registration-container[b-n5h4ra2kkf] {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.registercontainer[b-n5h4ra2kkf] {
    align-items: initial !important;
    justify-content: initial !important;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* /Shared/controls/HtmlButton.razor.rz.scp.css */
/* /Shared/controls/NotificationMessage.razor.rz.scp.css */
#NotificationMessage[b-mczj50i5qg] {
    margin: 0;
    padding: 15px 50px;
    border-radius: 8px;
    width: 85%;
    position: absolute !important;
    bottom: 160px;
    left: 6%;
    z-index: 10000;
}
/* /Shared/DashboardLayout.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */

/* /Shared/NavMenu.razor.rz.scp.css */
/* Container and RTL support */
.menu-container[b-wtm8q6xlv0] {
    background: transparent;
    padding: 0;
}

    .menu-container.rtl[b-wtm8q6xlv0] {
        direction: rtl;
        text-align: right;
    }

/* Bootstrap nav overrides for vertical menu */
.nav.flex-column[b-wtm8q6xlv0] {
    width: 100%;
    font-weight: 500;
    padding-left: 0;
    margin-bottom: 0;
}

/* Nav item and link styling */
.nav-item[b-wtm8q6xlv0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    position: relative;
}

    .nav-item:first-of-type[b-wtm8q6xlv0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wtm8q6xlv0] {
        padding-bottom: 1rem;
    }

.nav-link[b-wtm8q6xlv0] {
    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-wtm8q6xlv0],
    .nav-link:focus[b-wtm8q6xlv0],
    .nav-link:hover[b-wtm8q6xlv0] {
        background-color: rgba(255,255,255,0.1);
        color: #fff;
        text-decoration: none;
    }

    .nav-link.disabled[b-wtm8q6xlv0],
    .nav-link[tabindex="-1"][b-wtm8q6xlv0] {
        color: #aaa !important;
        pointer-events: none;
        opacity: 0.6;
    }

/* Dropdown menu styling */
.dropdown-menu[b-wtm8q6xlv0] {
    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-wtm8q6xlv0] {
    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-wtm8q6xlv0],
    .dropdown-item:focus[b-wtm8q6xlv0] {
        background-color: rgba(255,255,255,0.1);
        color: #fff;
    }

    .dropdown-item.disabled[b-wtm8q6xlv0],
    .dropdown-item[tabindex="-1"][b-wtm8q6xlv0] {
        color: #aaa !important;
        pointer-events: none;
        opacity: 0.6;
    }

/* Icon and sidebar menu item styling */
.sidebar-menu-item[b-wtm8q6xlv0] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
    font-weight: 600;
}

    .sidebar-menu-item i[b-wtm8q6xlv0] {
        width: 2rem;
        font-size: 1.2rem;
        vertical-align: text-top;
        margin-right: 8px;
    }

.menu-container.rtl .sidebar-menu-item i[b-wtm8q6xlv0] {
    margin-right: 0;
    margin-left: 8px;
}

/* Support for Open Iconic and FontAwesome icons */
.oi[b-wtm8q6xlv0], .fas[b-wtm8q6xlv0], .fab[b-wtm8q6xlv0], .far[b-wtm8q6xlv0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
}

/* Special styling for dashboard or highlighted items */
.menuItemLink-dashboard .sidebar-menu-item span[b-wtm8q6xlv0],
#dashboard .sidebar-menu-item span[b-wtm8q6xlv0] {
    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-wtm8q6xlv0] {
    margin-bottom: 14px !important;
}

    #dashboard .sidebar-menu-item i[b-wtm8q6xlv0] {
        margin-left: 2px !important;
    }

/* Remove Bootstrap's default dropdown caret for custom look */
.dropdown-toggle[b-wtm8q6xlv0]::after {
    display: none;
    position: absolute;
    right: 0;
}

.dropdown-toggle[b-wtm8q6xlv0]::after {
    position: absolute !important;
    right: 0 !important;
}

/* RTL adjustments for dropdowns */
.menu-container.rtl .dropdown-menu[b-wtm8q6xlv0] {
    right: 0;
    left: auto;
    text-align: right;
}
