/* _content/NbService.Web/Components/Account/Pages/Login.razor.rz.scp.css */
.login-page[b-d7dryzn2ry] {
    background: radial-gradient(circle at top left, rgba(255, 111, 0, .22), transparent 32rem), linear-gradient(135deg, #0D47A1 0%, #1B5E20 56%, #0b3b2b 100%);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
    min-height: 100vh;
}

.login-brand-panel[b-d7dryzn2ry] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
}

.login-brand-panel[b-d7dryzn2ry]::after {
    background: linear-gradient(0deg, rgba(0,0,0,.45), rgba(0,0,0,.08)), url("/assets/hero_electrical.png") center/cover;
    content: "";
    inset: auto 0 0 0;
    height: 42%;
    opacity: .45;
    position: absolute;
}

.login-logo[b-d7dryzn2ry],
.back-to-site[b-d7dryzn2ry] {
    color: #fff;
    text-decoration: none;
}

.login-logo[b-d7dryzn2ry] {
    align-items: center;
    display: inline-flex;
    font-size: 1.15rem;
    font-weight: 800;
    gap: .75rem;
    position: relative;
    z-index: 1;
}

.login-logo img[b-d7dryzn2ry] {
    border-radius: 8px;
    height: 44px;
    object-fit: cover;
    width: 44px;
}

.login-brand-copy[b-d7dryzn2ry],
.login-feature-grid[b-d7dryzn2ry] {
    position: relative;
    z-index: 1;
}

.login-brand-copy[b-d7dryzn2ry] {
    max-width: 720px;
    padding: 4rem 0;
}

.login-eyebrow[b-d7dryzn2ry] {
    color: #ffb15f;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    margin-bottom: .7rem;
    text-transform: uppercase;
}

.login-brand-copy h1[b-d7dryzn2ry] {
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.02;
    margin-bottom: 1rem;
    max-width: 780px;
}

.login-brand-copy p[b-d7dryzn2ry] {
    color: rgba(255,255,255,.82);
    font-size: 1.08rem;
    max-width: 650px;
}

.login-feature-grid[b-d7dryzn2ry] {
    display: grid;
    gap: .9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.login-feature-grid div[b-d7dryzn2ry] {
    backdrop-filter: blur(14px);
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    padding: 1rem;
}

.login-feature-grid strong[b-d7dryzn2ry],
.login-feature-grid span[b-d7dryzn2ry] {
    display: block;
}

.login-feature-grid span[b-d7dryzn2ry] {
    color: rgba(255,255,255,.72);
    font-size: .9rem;
    margin-top: .25rem;
}

.login-card-panel[b-d7dryzn2ry] {
    align-items: center;
    background: #f8fafc;
    color: #172033;
    display: flex;
    justify-content: center;
    padding: clamp(1.25rem, 4vw, 3rem);
}

.login-card[b-d7dryzn2ry] {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .18);
    max-width: 430px;
    padding: clamp(1.5rem, 4vw, 2.4rem);
    width: 100%;
}

.login-card-header h2[b-d7dryzn2ry] {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: .35rem;
}

.login-card-header p:last-child[b-d7dryzn2ry] {
    color: #64748b;
    margin-bottom: 1.4rem;
}

.login-field .form-control[b-d7dryzn2ry] {
    background-color: #f8fafc;
    border-color: #dbe3ef;
    border-radius: 8px;
    color: #0f172a;
    min-height: 58px;
}

.login-field .form-control:focus[b-d7dryzn2ry] {
    background: #fff;
    border-color: #2E7D32;
    box-shadow: 0 0 0 4px rgba(46,125,50,.13);
}

.login-field label[b-d7dryzn2ry] {
    color: #64748b;
}

.login-row[b-d7dryzn2ry] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: .35rem 0 1.15rem;
}

.login-row a[b-d7dryzn2ry],
.back-to-site[b-d7dryzn2ry] {
    color: #0D47A1;
    font-weight: 700;
}

.remember-box[b-d7dryzn2ry] {
    align-items: center;
    color: #475569;
    display: inline-flex;
    gap: .45rem;
}

.login-submit[b-d7dryzn2ry] {
    background: linear-gradient(135deg, #2E7D32, #1B5E20);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 12px 22px rgba(46,125,50,.22);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    padding: .95rem 1rem;
    width: 100%;
}

.back-to-site[b-d7dryzn2ry] {
    display: inline-block;
    margin-top: 1.2rem;
    text-align: center;
    width: 100%;
}

@media (max-width: 980px) {
    .login-page[b-d7dryzn2ry] {
        grid-template-columns: 1fr;
    }

    .login-brand-panel[b-d7dryzn2ry] {
        min-height: auto;
        padding-bottom: 1.5rem;
    }

    .login-brand-copy[b-d7dryzn2ry] {
        padding: 2.25rem 0 1rem;
    }

    .login-feature-grid[b-d7dryzn2ry] {
        grid-template-columns: 1fr;
    }
}
/* _content/NbService.Web/Components/Account/Shared/AccountLayout.razor.rz.scp.css */
.account-shell[b-84rv7wk364] {
    min-height: 100vh;
}
/* _content/NbService.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.admin-shell[b-jo72eegvt1] {
    background: #eef2f6;
    display: grid;
    grid-template-columns: 272px minmax(0, 1fr);
    min-height: 100vh;
}

.admin-drawer[b-jo72eegvt1] {
    background:
        radial-gradient(circle at top left, rgba(46, 125, 50, .16), transparent 30%),
        linear-gradient(180deg, #101827 0%, #0f172a 100%);
    border-right: 1px solid rgba(255,255,255,.08);
    box-shadow: 8px 0 24px rgba(15, 23, 42, .16);
    height: 100dvh;
    min-height: 0;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 30;
}

.admin-main[b-jo72eegvt1] {
    min-width: 0;
}

.admin-appbar[b-jo72eegvt1] {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #dfe6ef;
    display: flex;
    justify-content: space-between;
    min-height: 76px;
    padding: 1rem 1.6rem;
    position: sticky;
    top: 0;
    z-index: 20;
}

.admin-appbar h1[b-jo72eegvt1] {
    color: #172033;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
}

.admin-appbar-eyebrow[b-jo72eegvt1] {
    color: #64748b;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0;
    text-transform: uppercase;
}

.admin-user-chip[b-jo72eegvt1] {
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
    cursor: pointer;
    display: flex;
    gap: .7rem;
    padding: .45rem .85rem .45rem .45rem;
}

.admin-profile-menu[b-jo72eegvt1] {
    position: relative;
}

.admin-profile-menu summary[b-jo72eegvt1] {
    list-style: none;
}

.admin-profile-menu summary[b-jo72eegvt1]::-webkit-details-marker {
    display: none;
}

.admin-avatar[b-jo72eegvt1] {
    align-items: center;
    background: linear-gradient(135deg, #2E7D32, #0D47A1);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: .8rem;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.admin-avatar-photo[b-jo72eegvt1],
.admin-profile-photo[b-jo72eegvt1] {
    object-fit: cover;
}

.admin-user-chip strong[b-jo72eegvt1],
.admin-user-chip small[b-jo72eegvt1] {
    display: block;
    line-height: 1.1;
}

.admin-user-chip strong[b-jo72eegvt1] {
    color: #172033;
    font-size: .9rem;
}

.admin-user-chip small[b-jo72eegvt1] {
    color: #0D47A1;
    font-size: .75rem;
    font-weight: 700;
}

.admin-chip-copy[b-jo72eegvt1] {
    min-width: 0;
}

.admin-chip-chevron[b-jo72eegvt1] {
    color: #64748b;
    display: inline-flex;
}

.admin-chip-chevron svg[b-jo72eegvt1] {
    height: 16px;
    width: 16px;
}

.admin-profile-dropdown[b-jo72eegvt1] {
    background: #fff;
    border: 1px solid #dbe4ef;
    border-radius: 16px;
    box-shadow: 0 24px 55px rgba(15, 23, 42, .18);
    min-width: 320px;
    padding: .75rem;
    position: absolute;
    right: 0;
    top: calc(100% + .7rem);
    z-index: 60;
}

.admin-profile-dropdown[b-jo72eegvt1]::before {
    background: #fff;
    border-left: 1px solid #dbe4ef;
    border-top: 1px solid #dbe4ef;
    content: "";
    height: 12px;
    position: absolute;
    right: 28px;
    top: -7px;
    transform: rotate(45deg);
    width: 12px;
}

.admin-profile-card[b-jo72eegvt1] {
    align-items: center;
    background: linear-gradient(135deg, rgba(46, 125, 50, .09), rgba(13, 71, 161, .09));
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    display: flex;
    gap: .75rem;
    margin-bottom: .55rem;
    padding: .8rem;
}

.admin-profile-avatar[b-jo72eegvt1] {
    align-items: center;
    background: linear-gradient(135deg, #2E7D32, #0D47A1);
    border-radius: 14px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 48px;
    font-size: .9rem;
    font-weight: 850;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.admin-profile-photo[b-jo72eegvt1] {
    border: 3px solid #e8f3ea;
}

.admin-profile-card strong[b-jo72eegvt1],
.admin-profile-card span[b-jo72eegvt1] {
    display: block;
}

.admin-profile-card strong[b-jo72eegvt1] {
    color: #172033;
    font-weight: 850;
}

.admin-profile-card span[b-jo72eegvt1],
.admin-profile-action small[b-jo72eegvt1] {
    color: #64748b;
    font-size: .78rem;
}

.admin-profile-action[b-jo72eegvt1] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 12px;
    color: #1f2937;
    display: flex;
    gap: .75rem;
    padding: .75rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.admin-profile-action:hover[b-jo72eegvt1] {
    background: #f1f5f9;
    color: #0D47A1;
}

.admin-profile-action > span[b-jo72eegvt1] {
    align-items: center;
    background: #eef4fb;
    border-radius: 10px;
    color: #0D47A1;
    display: inline-flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.admin-profile-action svg[b-jo72eegvt1] {
    height: 19px;
    width: 19px;
}

.admin-profile-action strong[b-jo72eegvt1],
.admin-profile-action small[b-jo72eegvt1] {
    display: block;
}

.admin-profile-action strong[b-jo72eegvt1] {
    font-size: .92rem;
    font-weight: 800;
}

.admin-profile-logout[b-jo72eegvt1] {
    border-top: 1px solid #e2e8f0;
    margin: .45rem 0 0;
    padding-top: .45rem;
}

.admin-profile-action.danger[b-jo72eegvt1] {
    color: #b91c1c;
}

.admin-profile-action.danger > span[b-jo72eegvt1] {
    background: #fff1f2;
    color: #b91c1c;
}

.admin-content[b-jo72eegvt1] {
    padding: 1.4rem;
}

@media (max-width: 900px) {
    .admin-shell[b-jo72eegvt1] {
        grid-template-columns: 1fr;
    }

    .admin-drawer[b-jo72eegvt1] {
        height: auto;
        min-height: auto;
        overflow: visible;
        position: relative;
    }

    .admin-appbar[b-jo72eegvt1] {
        align-items: flex-start;
        flex-direction: column;
        gap: .85rem;
    }

    .admin-profile-menu[b-jo72eegvt1],
    .admin-user-chip[b-jo72eegvt1] {
        width: 100%;
    }

    .admin-profile-dropdown[b-jo72eegvt1] {
        left: 0;
        min-width: 0;
        right: auto;
        width: min(100%, 340px);
    }

    .admin-content[b-jo72eegvt1] {
        padding: 1rem;
    }
}
/* _content/NbService.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.drawer-head[b-kmdni7zblx] {
    align-items: center;
    border-bottom: 1px solid rgba(148, 163, 184, .14);
    display: flex;
    gap: .85rem;
    min-height: 82px;
    padding: 1rem;
}

.drawer-logo[b-kmdni7zblx] {
    align-items: center;
    color: #fff !important;
    display: flex;
    gap: .75rem;
    min-width: 0;
    text-decoration: none !important;
}

.drawer-logo img[b-kmdni7zblx] {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    flex: 0 0 46px;
    height: 46px;
    object-fit: cover;
    padding: 2px;
    width: 46px;
}

.drawer-logo span[b-kmdni7zblx] {
    min-width: 0;
}

.drawer-logo strong[b-kmdni7zblx],
.drawer-logo small[b-kmdni7zblx] {
    display: block;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.drawer-logo strong[b-kmdni7zblx] {
    font-size: 1rem;
    font-weight: 850;
}

.drawer-logo small[b-kmdni7zblx] {
    color: #9fb0c7;
    font-size: .78rem;
    font-weight: 700;
    margin-top: .25rem;
}

.drawer-toggler[b-kmdni7zblx] {
    appearance: none;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    cursor: pointer;
    display: none;
    flex: 0 0 42px;
    height: 40px;
    margin-left: auto;
    position: relative;
    width: 42px;
}

.drawer-toggler[b-kmdni7zblx]::before,
.drawer-toggler[b-kmdni7zblx]::after {
    background: #fff;
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 11px;
    position: absolute;
    transition: transform .18s ease, box-shadow .18s ease;
    width: 20px;
}

.drawer-toggler[b-kmdni7zblx]::before {
    box-shadow: 0 7px 0 #fff;
    top: 12px;
}

.drawer-toggler[b-kmdni7zblx]::after {
    top: 26px;
}

.drawer-toggler:checked[b-kmdni7zblx]::before {
    box-shadow: none;
    transform: translateY(7px) rotate(45deg);
}

.drawer-toggler:checked[b-kmdni7zblx]::after {
    transform: translateY(-7px) rotate(-45deg);
}

.drawer-scroll[b-kmdni7zblx] {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 82px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: .85rem 1rem 1rem;
    scrollbar-color: rgba(148, 163, 184, .35) transparent;
    scrollbar-width: thin;
}

.drawer-nav[b-kmdni7zblx] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .18rem;
}

.drawer-section-label[b-kmdni7zblx] {
    color: #73849d;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .12em;
    padding: 1.05rem .75rem .55rem;
    text-transform: uppercase;
}

.drawer-link[b-kmdni7zblx] {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #cbd5e1 !important;
    display: flex;
    font-size: .95rem;
    font-weight: 760;
    gap: .7rem;
    line-height: 1.15;
    min-height: 48px;
    padding: .45rem .7rem;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
    width: 100%;
}

summary.drawer-link[b-kmdni7zblx] {
    cursor: pointer;
    list-style: none;
}

summary.drawer-link[b-kmdni7zblx]::-webkit-details-marker {
    display: none;
}

.drawer-link:hover[b-kmdni7zblx] {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(148, 163, 184, .12);
    color: #fff !important;
}

.drawer-link.active[b-kmdni7zblx] {
    background: linear-gradient(135deg, rgba(46, 125, 50, .26), rgba(13, 71, 161, .22));
    border-color: rgba(72, 187, 120, .28);
    box-shadow: inset 3px 0 0 #43bf64, 0 10px 24px rgba(2, 8, 23, .16);
    color: #fff !important;
}

.drawer-link.active .drawer-icon[b-kmdni7zblx] {
    background: linear-gradient(135deg, #2E7D32, #0D47A1);
    border-color: transparent;
    color: #fff;
}

.drawer-icon[b-kmdni7zblx] {
    align-items: center;
    background: rgba(148, 163, 184, .14);
    border: 1px solid rgba(148, 163, 184, .12);
    border-radius: 11px;
    color: #dbeafe;
    display: inline-flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.drawer-icon svg[b-kmdni7zblx] {
    height: 19px;
    width: 19px;
}

.drawer-group > .drawer-link[b-kmdni7zblx]::after {
    color: #7f8da3;
    content: "›";
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    margin-left: auto;
    transition: color .18s ease, transform .18s ease;
}

.drawer-group[b-kmdni7zblx] {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.drawer-group[open] > .drawer-link[b-kmdni7zblx]::after,
.drawer-group > .drawer-link:hover[b-kmdni7zblx]::after {
    color: #e2e8f0;
    transform: rotate(90deg);
}

.drawer-subnav[b-kmdni7zblx] {
    border-left: 1px solid rgba(148, 163, 184, .22);
    display: flex;
    flex-direction: column;
    gap: .08rem;
    margin: .15rem 0 .45rem 1.2rem;
    padding-left: 1.05rem;
}

.drawer-group:not([open]) .drawer-subnav[b-kmdni7zblx] {
    display: none;
}

.drawer-subnav-link[b-kmdni7zblx] {
    border-radius: 9px;
    color: #a8b4c6 !important;
    display: block;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.25;
    padding: .46rem .58rem;
    text-decoration: none !important;
    transition: background .18s ease, color .18s ease, padding-left .18s ease;
}

.drawer-subnav-link:hover[b-kmdni7zblx] {
    background: rgba(255, 255, 255, .06);
    color: #fff !important;
    padding-left: .72rem;
}

.drawer-group > .drawer-link[b-kmdni7zblx]::after {
    border-color: #8fa0b8;
    border-style: solid;
    border-width: 0 2px 2px 0;
    color: transparent;
    content: "";
    display: inline-block;
    font-size: 0;
    height: .45rem;
    line-height: 0;
    margin-left: auto;
    transform: rotate(-45deg);
    transition: border-color .18s ease, transform .18s ease;
    width: .45rem;
}

.drawer-group[open] > .drawer-link[b-kmdni7zblx]::after {
    border-color: #e2e8f0;
    transform: rotate(45deg);
}

.drawer-group > .drawer-link:hover[b-kmdni7zblx]::after {
    border-color: #e2e8f0;
}

.drawer-subnav[b-kmdni7zblx] {
    border-left: 1px solid rgba(148, 163, 184, .2);
    gap: .14rem;
    margin: .28rem 0 .55rem 1.45rem;
    padding: .12rem 0 .12rem .85rem;
}

.drawer-subnav-link[b-kmdni7zblx],
.drawer-subnav-link:visited[b-kmdni7zblx],
.drawer-subnav-link:focus[b-kmdni7zblx] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #aebbd0 !important;
    display: flex;
    font-size: .86rem;
    font-weight: 760;
    gap: .45rem;
    line-height: 1.15;
    min-height: 34px;
    padding: .48rem .7rem;
    position: relative;
    text-decoration: none !important;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.drawer-subnav-link[b-kmdni7zblx]::before {
    background: rgba(148, 163, 184, .45);
    border-radius: 999px;
    content: "";
    flex: 0 0 6px;
    height: 6px;
    width: 6px;
}

.drawer-subnav-link:hover[b-kmdni7zblx] {
    background: rgba(255, 255, 255, .055);
    border-color: rgba(148, 163, 184, .12);
    color: #fff !important;
    padding-left: .7rem;
    text-decoration: none !important;
    transform: translateX(2px);
}

.drawer-subnav-link.active[b-kmdni7zblx],
.drawer-subnav-link.active:visited[b-kmdni7zblx],
.drawer-subnav-link.active:focus[b-kmdni7zblx] {
    background: rgba(13, 71, 161, .24);
    border-color: rgba(96, 165, 250, .22);
    color: #fff !important;
    font-weight: 850;
    text-decoration: none !important;
}

.drawer-subnav-link.active[b-kmdni7zblx]::before {
    background: #43bf64;
    box-shadow: 0 0 0 4px rgba(67, 191, 100, .12);
}

.drawer-logout[b-kmdni7zblx] {
    border-top: 1px solid rgba(148, 163, 184, .14);
    margin: 1rem 0 0;
    padding-top: 1rem;
}

.drawer-logout-button[b-kmdni7zblx] {
    font-weight: 850;
}

@media (max-width: 900px) {
    .drawer-head[b-kmdni7zblx] {
        min-height: 72px;
        padding: .85rem 1rem;
    }

    .drawer-toggler[b-kmdni7zblx] {
        display: block;
    }

    .drawer-scroll[b-kmdni7zblx] {
        display: none;
        height: auto;
        max-height: calc(100dvh - 72px);
        padding-top: .75rem;
    }

    .drawer-head:has(.drawer-toggler:checked) ~ .drawer-scroll[b-kmdni7zblx] {
        display: flex;
    }
}
