/* _content/EVChargingCMS.BlazorUI/Shared/DashCard.razor.rz.scp.css */
.stat-card .card-body[b-u0ekq2icxf] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.stat-icon[b-u0ekq2icxf] {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.stat-icon-text[b-u0ekq2icxf] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.stat-value[b-u0ekq2icxf] {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--text, #1f2a44);
}

.stat-label[b-u0ekq2icxf] {
    color: var(--muted, #8a93a7);
    font-size: .82rem;
    font-weight: 500;
    margin-top: .15rem;
}

.accent-brand[b-u0ekq2icxf] { background: rgba(56, 189, 248, .14); color: #38bdf8; }
.accent-green[b-u0ekq2icxf] { background: rgba(34, 197, 94, .16); color: #4ade80; }
.accent-red[b-u0ekq2icxf] { background: rgba(240, 85, 109, .16); color: #ff8097; }
.accent-amber[b-u0ekq2icxf] { background: rgba(245, 165, 36, .16); color: #ffc34d; }
.accent-gray[b-u0ekq2icxf] { background: rgba(138, 150, 173, .16); color: #aab4c8; }
/* _content/EVChargingCMS.BlazorUI/Shared/MainLayout.razor.rz.scp.css */
.page[b-9jk101rlol] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-9jk101rlol] {
    flex: 1;
    background: var(--bg, #0e1626);
    min-width: 0;
}

.sidebar[b-9jk101rlol] {
    background: var(--sidebar-bg, #0a111f);
    border-right: 1px solid var(--border, #243049);
    transition: width .22s ease;
    overflow: hidden;
}

.top-left[b-9jk101rlol] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sidebar-toggle[b-9jk101rlol] {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 9px;
    background: var(--card-bg-2, #1b2742);
    color: var(--muted, #8a96ad);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

    .sidebar-toggle:hover[b-9jk101rlol] {
        background: rgba(17, 119, 211, .14);
        color: var(--brand, #1177d3);
    }

.theme-toggle[b-9jk101rlol] {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 9px;
    background: var(--card-bg-2, #1b2742);
    color: var(--muted, #8a96ad);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: .6rem;
}

    .theme-toggle:hover[b-9jk101rlol] {
        background: rgba(17, 119, 211, .14);
        color: var(--brand, #1177d3);
    }

.top-row[b-9jk101rlol] {
    background: var(--sidebar-bg, #0a111f);
    border-bottom: 1px solid var(--border, #243049);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

.page-head[b-9jk101rlol] {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    line-height: 1.15;
}

.page-title[b-9jk101rlol] {
    font-weight: 700;
    font-size: 1rem;
    color: var(--text, #e7ecf4);
}

.crumbs[b-9jk101rlol] {
    font-size: .76rem;
    color: var(--muted, #8a96ad);
}

    .crumbs a[b-9jk101rlol] {
        color: var(--muted, #8a96ad);
        text-decoration: none;
    }

    .crumbs a:hover[b-9jk101rlol] {
        color: var(--brand, #1177d3);
    }

    .crumbs .sep[b-9jk101rlol] {
        margin: 0 .35rem;
        opacity: .6;
    }

    .crumbs .current[b-9jk101rlol] {
        color: var(--brand, #1177d3);
    }

.top-actions[b-9jk101rlol] {
    display: flex;
    align-items: center;
}

.user-chip[b-9jk101rlol] {
    display: flex;
    align-items: center;
    gap: .6rem;
}

.user-avatar[b-9jk101rlol] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--brand, #1177d3);
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-name[b-9jk101rlol] {
    font-weight: 600;
    font-size: .88rem;
    color: var(--text, #e7ecf4);
}

.logout-btn[b-9jk101rlol] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: var(--card-bg-2, #1b2742);
    color: var(--muted, #8a96ad);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .logout-btn:hover[b-9jk101rlol] {
        background: rgba(240, 85, 109, .15);
        color: var(--danger, #f0556d);
    }

@media (max-width: 640.98px) {
    .top-row[b-9jk101rlol] {
        justify-content: space-between;
    }
    /* On mobile the in-sidebar toggler handles the menu. */
    .sidebar-toggle[b-9jk101rlol] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-9jk101rlol] {
        flex-direction: row;
    }

    .sidebar[b-9jk101rlol] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9jk101rlol] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .main > div.content[b-9jk101rlol] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/EVChargingCMS.BlazorUI/Shared/MultiSelectDropdown.razor.rz.scp.css */
.msd[b-ehi6079woo] {
    position: relative;
    width: 100%;
}

.msd-toggle[b-ehi6079woo] {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.msd-placeholder[b-ehi6079woo] {
    color: var(--bs-secondary-color, #8a93a2);
}

/* Click-catcher so clicking anywhere outside closes the panel. */
.msd-backdrop[b-ehi6079woo] {
    position: fixed;
    inset: 0;
    z-index: 1040;
}

.msd-panel[b-ehi6079woo] {
    position: absolute;
    z-index: 1050;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    max-height: 240px;
    overflow-y: auto;
    background: var(--bs-body-bg, #161b22);
    border: 1px solid var(--bs-border-color, #2b3240);
    border-radius: .5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
    padding: .25rem;
}

.msd-item[b-ehi6079woo] {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: .5rem .6rem;
    border-radius: .375rem;
    cursor: pointer;
    user-select: none;
}

.msd-item:hover[b-ehi6079woo] {
    background: var(--bs-tertiary-bg, rgba(255, 255, 255, .06));
}

.msd-item input[b-ehi6079woo] {
    width: 1.05rem;
    height: 1.05rem;
    cursor: pointer;
}

.msd-empty[b-ehi6079woo] {
    padding: .6rem;
    color: var(--bs-secondary-color, #8a93a2);
}
/* _content/EVChargingCMS.BlazorUI/Shared/NavMenu.razor.rz.scp.css */
.sidebar-inner[b-g0fcb07h93] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brand[b-g0fcb07h93] {
    display: flex;
    align-items: center;
    gap: .6rem;
    height: 64px;
    padding: 0 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.brand-logo[b-g0fcb07h93] {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--brand, #4f6df5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-name[b-g0fcb07h93] {
    color: var(--text, #e7ecf4);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.navbar-toggler[b-g0fcb07h93] {
    margin-left: auto;
    background: rgba(255, 255, 255, .08);
    border: 0;
}

.nav-scroll[b-g0fcb07h93] {
    flex: 1;
    padding: .5rem .75rem 1.5rem;
    overflow-y: auto;
}

.nav-section[b-g0fcb07h93] {
    color: var(--sidebar-muted, #6b78a0);
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 1rem .75rem .4rem;
}

/* NOTE: .nav-group / .nav-group-items styling lives in the global theme.css because
   component-scoped CSS here does not reach the DynamicNav child component. */

.nav-scroll[b-g0fcb07h93]  a.nav-link {
    display: flex;
    align-items: center;
    gap: .35rem;
    color: var(--sidebar-text, #aeb9d6);
    border-radius: 9px;
    padding: .6rem .75rem;
    margin-bottom: .15rem;
    font-size: .9rem;
    font-weight: 500;
}

    .nav-scroll[b-g0fcb07h93]  a.nav-link .oi {
        width: 1.6rem;
        font-size: 1rem;
        text-align: center;
    }

    .nav-scroll[b-g0fcb07h93]  a.nav-link:hover {
        background: var(--nav-hover, rgba(255, 255, 255, .06));
        color: var(--text, #fff);
    }

    .nav-scroll[b-g0fcb07h93]  a.nav-link.active {
        background: rgba(var(--brand-rgb, 17, 119, 211), .14);
        color: var(--nav-active-fg, #7fb8f5);
        font-weight: 600;
    }

        .nav-scroll[b-g0fcb07h93]  a.nav-link.active .oi {
            color: var(--nav-active-fg, #7fb8f5);
        }

@media (min-width: 641px) {
    .navbar-toggler[b-g0fcb07h93] {
        display: none;
    }

    .collapse[b-g0fcb07h93] {
        display: block !important;
    }
}
