/* /Components/IntercompanyBillingLogTab.razor.rz.scp.css */
/* ============================================================
   Intercompany Billing Log tab — navy grid-header skin override
   Scoped to this component only. To undo everything: delete this
   file, remove the .ic-popup-grid wrapper div in the .razor file.

   Mirrors ProjectBillingAR.razor.css's navy header treatment for:
   - .acc-body    — the child-project DxGrid shown when a parent
                    accordion row is expanded
   - .ic-popup-grid — the child-detail DxGrid (ArProjectDetailGrid)
                      shown in the drill-down popup

   Both are plain-HTML anchors already present in this component's
   own markup, carrying the Blazor scope attribute so ::deep can
   reach inside the nested DxGrid components.
   ============================================================ */

.acc-body[b-yia3polpo9]  thead th,
.ic-popup-grid[b-yia3polpo9]  thead th {
    background: var(--brand-navy) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--font-sans) !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: none !important;
    white-space: nowrap;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fz75mzzwai] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fz75mzzwai] {
    flex: 1;
}

.top-row[b-fz75mzzwai] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fz75mzzwai]  a, .top-row[b-fz75mzzwai]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fz75mzzwai]  a:hover, .top-row[b-fz75mzzwai]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fz75mzzwai]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fz75mzzwai] {
        justify-content: space-between;
    }

    .top-row[b-fz75mzzwai]  a, .top-row[b-fz75mzzwai]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fz75mzzwai] {
        flex-direction: row;
    }

    .sidebar[b-fz75mzzwai] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 220ms ease, min-width 220ms ease;
    }

    .sidebar.collapsed[b-fz75mzzwai] {
        width: 0;
        min-width: 0;
    }

    .top-row[b-fz75mzzwai] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fz75mzzwai]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fz75mzzwai], article[b-fz75mzzwai] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5efrzebnv6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5efrzebnv6] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5efrzebnv6] {
    font-size: 1.1rem;
}

.bi[b-5efrzebnv6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5efrzebnv6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5efrzebnv6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5efrzebnv6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-5efrzebnv6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5efrzebnv6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5efrzebnv6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5efrzebnv6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5efrzebnv6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5efrzebnv6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5efrzebnv6] {
        display: none;
    }

    .collapse[b-5efrzebnv6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-5efrzebnv6] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Approvals.razor.rz.scp.css */
/* ============================================================
   PM Approvals — navy table-header skin overrides
   Scoped to this page only. To undo everything: delete this file.

   Mirrors ProjectBillingAR.razor.css's navy header treatment,
   adapted to the plain-HTML billing-lines / history tables that
   ProjectAccordionItem renders here (no DxGrid on the PM side —
   BillingLinesTable is an editable <table>, not a DxGrid).

   .project-list is the plain-HTML anchor that carries the Blazor
   scope attribute, letting ::deep reach inside the nested
   ProjectAccordionItem / BillingLinesTable components.
   ============================================================ */

.project-list[b-z333go02ia]  .bl-table thead th,
.project-list[b-z333go02ia]  .hist-table thead th {
    background: var(--brand-navy) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--font-sans) !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: none !important;
    white-space: nowrap;
}
/* /Pages/ArApprovals.razor.rz.scp.css */
/* ============================================================
   AR Approvals — DevExpress Grid skin overrides
   Scoped to this page only. To undo everything: delete this file
   and remove CssClass="ar-grid" + the grid-wrap div in ArApprovals.razor.
   ============================================================ */

/* grid-wrap is the plain-HTML anchor that carries the Blazor scope
   attribute, letting ::deep reach inside the DxGrid component. */
.grid-wrap[b-oos9m66cnm] {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    background: var(--bg-card);
}

/* Export button toolbar strip */
.grid-toolbar[b-oos9m66cnm] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 14px;
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
    min-height: 44px;
    width: 100%;
}

/* ---- Grid internals via ::deep ---- */

/* Remove DX default outer border/shadow so our wrapper owns those */
.grid-wrap[b-oos9m66cnm]  .ar-grid,
.grid-wrap[b-oos9m66cnm]  .ar-grid.dxbl-card {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-family: var(--font-sans) !important;
    font-size: 13px;
    color: var(--text-primary);
    background: var(--bg-card);
}

/* Column header cells */
.grid-wrap[b-oos9m66cnm]  .ar-grid thead th {
    background: var(--brand-navy) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--font-sans) !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: none !important;
    white-space: nowrap;
}

/* Sort / filter-menu icons inside header */
.grid-wrap[b-oos9m66cnm]  .ar-grid thead th svg,
.grid-wrap[b-oos9m66cnm]  .ar-grid thead th .dxbl-image {
    color: var(--brand-gold) !important;
    fill: var(--brand-gold) !important;
    opacity: 0.85;
}

/* Filter row — sits in thead but styled differently */
.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-grid-filter-row th,
.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-grid-filter-row td {
    background: var(--bg-page) !important;
    color: var(--text-primary) !important;
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    padding: 5px 8px !important;
    border-bottom: 2px solid var(--border) !important;
}

/* Filter row inputs */
.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-grid-filter-row input,
.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-grid-filter-row select {
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    color: var(--text-primary) !important;
    background: var(--bg-card) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
}

.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-grid-filter-row input:focus,
.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-grid-filter-row select:focus {
    border-color: var(--border-focus) !important;
    outline: none !important;
}

/* Data cells */
.grid-wrap[b-oos9m66cnm]  .ar-grid tbody td {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    color: var(--text-primary) !important;
    padding: 9px 12px !important;
    border-bottom: 1px solid var(--border) !important;
    vertical-align: middle;
}

/* Row hover */
.grid-wrap[b-oos9m66cnm]  .ar-grid tbody tr:hover td {
    background: #FAFAF8 !important;
}

/* Detail row expand button */
.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-grid-expand-button {
    color: var(--brand-navy) !important;
}

/* Pager */
.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-pager,
.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-grid-pager {
    font-family: var(--font-sans) !important;
    font-size: 12px;
    color: var(--text-muted);
    background: var(--bg-page) !important;
    border-top: 1px solid var(--border) !important;
    padding: 8px 14px;
}

.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-pager button,
.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-grid-pager button {
    font-family: var(--font-sans) !important;
    font-size: 12px;
    color: var(--brand-navy);
    border-radius: var(--radius-sm);
}

.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-pager button.active,
.grid-wrap[b-oos9m66cnm]  .ar-grid .dxbl-grid-pager button.active {
    background: var(--brand-navy) !important;
    color: #fff !important;
    border-color: var(--brand-navy) !important;
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* ============================================================
   PM Dashboard — DevExpress Grid skin overrides
   Scoped to this page only. Mirrors ProjectBillingAR.razor.css
   (the original/reference implementation) — read that file first
   if extending this one.
   ============================================================ */

/* Billing Summary tab: KPI boxes, navy like the DxGrid header rows.
   margin-top (~0.5in) is the gap below the DxTabs tab strip — DxTabPage has
   no built-in content padding, so its first child sets it. */
.pm-kpi-row[b-3fzf5yxw5j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 48px;
    margin-bottom: 24px;
}

.pm-kpi-box[b-3fzf5yxw5j] {
    background: var(--brand-navy);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 18px 20px;
    text-align: center;
}

.pm-kpi-value[b-3fzf5yxw5j] {
    font-family: var(--font-sans);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.pm-kpi-label[b-3fzf5yxw5j] {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 4px;
}

/* Billing Summary tab: By Project grid.
   Mirrors ExecutiveDashboard.razor.css's .exec-summary-grids/.exec-summary-cell/
   .exec-summary-grid skin (CSS isolation is per-file, so it's repeated here). */
.exec-summary-grids[b-3fzf5yxw5j] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.exec-summary-cell-narrow[b-3fzf5yxw5j] {
    width: 80%;
    margin: 0 auto;
}

.exec-summary-title[b-3fzf5yxw5j] {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.exec-summary-cell[b-3fzf5yxw5j]  .exec-summary-grid {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    background: var(--bg-card);
    font-family: var(--font-sans);
    overflow: hidden;
}

.exec-summary-cell[b-3fzf5yxw5j]  .exec-summary-grid thead th {
    background: var(--brand-navy) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--font-sans) !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: none !important;
    white-space: nowrap;
}

.exec-summary-cell[b-3fzf5yxw5j]  .exec-summary-grid thead th svg,
.exec-summary-cell[b-3fzf5yxw5j]  .exec-summary-grid thead th .dxbl-image {
    color: var(--brand-gold) !important;
    fill: var(--brand-gold) !important;
    opacity: 0.85;
}

.exec-summary-cell[b-3fzf5yxw5j]  .exec-summary-grid tbody td {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    color: var(--text-primary) !important;
    padding: 9px 12px !important;
    border-bottom: 1px solid var(--border) !important;
    vertical-align: middle;
}

.exec-summary-cell[b-3fzf5yxw5j]  .exec-summary-grid tbody tr:hover td {
    background: #FAFAF8 !important;
}

/* margin-top (~0.5in): same tab-strip gap as .pm-kpi-row above, for the
   Billing Detail tab, where .grid-wrap is the first element in the page. */
.grid-wrap[b-3fzf5yxw5j] {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    background: var(--bg-card);
    margin-top: 48px;
}

.grid-toolbar[b-3fzf5yxw5j] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 14px;
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
    min-height: 44px;
    width: 100%;
}

.grid-wrap[b-3fzf5yxw5j]  .ar-grid,
.grid-wrap[b-3fzf5yxw5j]  .ar-grid.dxbl-card {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-family: var(--font-sans) !important;
    font-size: 13px;
    color: var(--text-primary);
    background: var(--bg-card);
}

.grid-wrap[b-3fzf5yxw5j]  .ar-grid thead th {
    background: var(--brand-navy) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--font-sans) !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: none !important;
    white-space: nowrap;
}

.grid-wrap[b-3fzf5yxw5j]  .ar-grid thead th svg,
.grid-wrap[b-3fzf5yxw5j]  .ar-grid thead th .dxbl-image {
    color: var(--brand-gold) !important;
    fill: var(--brand-gold) !important;
    opacity: 0.85;
}

.grid-wrap[b-3fzf5yxw5j]  .ar-grid .dxbl-grid-filter-row th,
.grid-wrap[b-3fzf5yxw5j]  .ar-grid .dxbl-grid-filter-row td {
    background: var(--bg-page) !important;
    color: var(--text-primary) !important;
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    padding: 5px 8px !important;
    border-bottom: 2px solid var(--border) !important;
}

.grid-wrap[b-3fzf5yxw5j]  .ar-grid .dxbl-grid-filter-row input,
.grid-wrap[b-3fzf5yxw5j]  .ar-grid .dxbl-grid-filter-row select {
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    color: var(--text-primary) !important;
    background: var(--bg-card) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
}

.grid-wrap[b-3fzf5yxw5j]  .ar-grid .dxbl-grid-filter-row input:focus,
.grid-wrap[b-3fzf5yxw5j]  .ar-grid .dxbl-grid-filter-row select:focus {
    border-color: var(--border-focus) !important;
    outline: none !important;
}

.grid-wrap[b-3fzf5yxw5j]  .ar-grid tbody td {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    color: var(--text-primary) !important;
    padding: 9px 12px !important;
    border-bottom: 1px solid var(--border) !important;
    vertical-align: middle;
}

.grid-wrap[b-3fzf5yxw5j]  .ar-grid tbody tr:hover td {
    background: #FAFAF8 !important;
}

.grid-wrap[b-3fzf5yxw5j]  .ar-grid .dxbl-pager,
.grid-wrap[b-3fzf5yxw5j]  .ar-grid .dxbl-grid-pager {
    font-family: var(--font-sans) !important;
    font-size: 12px;
    color: var(--text-muted);
    background: var(--bg-page) !important;
    border-top: 1px solid var(--border) !important;
    padding: 8px 14px;
}

.grid-wrap[b-3fzf5yxw5j]  .ar-grid .dxbl-pager button,
.grid-wrap[b-3fzf5yxw5j]  .ar-grid .dxbl-grid-pager button {
    font-family: var(--font-sans) !important;
    font-size: 12px;
    color: var(--brand-navy);
    border-radius: var(--radius-sm);
}

.grid-wrap[b-3fzf5yxw5j]  .ar-grid .dxbl-pager button.active,
.grid-wrap[b-3fzf5yxw5j]  .ar-grid .dxbl-grid-pager button.active {
    background: var(--brand-navy) !important;
    color: #fff !important;
    border-color: var(--brand-navy) !important;
}
/* /Pages/ExecutiveDashboard.razor.rz.scp.css */
/* ============================================================
   Executive Dashboard — summary grid layout + DevExpress Grid skin overrides
   Grid skin mirrors ProjectBillingAR.razor.css (the original/reference
   implementation) — read that file first if extending this one.
   ============================================================ */

/* Billing Summary tab: By Business Unit + By Country, side by side.
   margin-top (~0.5in) is the gap below the DxTabs tab strip — DxTabPage has
   no built-in content padding, so its first child sets it. */
.exec-summary-grids[b-0u2kldklbg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 48px;
}

.exec-summary-title[b-0u2kldklbg] {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.exec-summary-cell[b-0u2kldklbg]  .exec-summary-grid {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    background: var(--bg-card);
    font-family: var(--font-sans);
    overflow: hidden;
}

.exec-summary-cell[b-0u2kldklbg]  .exec-summary-grid thead th {
    background: var(--brand-navy) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--font-sans) !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: none !important;
    white-space: nowrap;
}

.exec-summary-cell[b-0u2kldklbg]  .exec-summary-grid thead th svg,
.exec-summary-cell[b-0u2kldklbg]  .exec-summary-grid thead th .dxbl-image {
    color: var(--brand-gold) !important;
    fill: var(--brand-gold) !important;
    opacity: 0.85;
}

.exec-summary-cell[b-0u2kldklbg]  .exec-summary-grid tbody td {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    color: var(--text-primary) !important;
    padding: 9px 12px !important;
    border-bottom: 1px solid var(--border) !important;
    vertical-align: middle;
}

.exec-summary-cell[b-0u2kldklbg]  .exec-summary-grid tbody tr:hover td {
    background: #FAFAF8 !important;
}

/* margin-top (~0.5in): same tab-strip gap as .exec-summary-grids above, for
   the Billing Detail tab, where .grid-wrap is the first element in the page. */
.grid-wrap[b-0u2kldklbg] {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    background: var(--bg-card);
    margin-top: 48px;
}

.grid-toolbar[b-0u2kldklbg] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 14px;
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
    min-height: 44px;
    width: 100%;
}

.grid-wrap[b-0u2kldklbg]  .ar-grid,
.grid-wrap[b-0u2kldklbg]  .ar-grid.dxbl-card {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-family: var(--font-sans) !important;
    font-size: 13px;
    color: var(--text-primary);
    background: var(--bg-card);
}

.grid-wrap[b-0u2kldklbg]  .ar-grid thead th {
    background: var(--brand-navy) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--font-sans) !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: none !important;
    white-space: nowrap;
}

.grid-wrap[b-0u2kldklbg]  .ar-grid thead th svg,
.grid-wrap[b-0u2kldklbg]  .ar-grid thead th .dxbl-image {
    color: var(--brand-gold) !important;
    fill: var(--brand-gold) !important;
    opacity: 0.85;
}

.grid-wrap[b-0u2kldklbg]  .ar-grid .dxbl-grid-filter-row th,
.grid-wrap[b-0u2kldklbg]  .ar-grid .dxbl-grid-filter-row td {
    background: var(--bg-page) !important;
    color: var(--text-primary) !important;
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    padding: 5px 8px !important;
    border-bottom: 2px solid var(--border) !important;
}

.grid-wrap[b-0u2kldklbg]  .ar-grid .dxbl-grid-filter-row input,
.grid-wrap[b-0u2kldklbg]  .ar-grid .dxbl-grid-filter-row select {
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    color: var(--text-primary) !important;
    background: var(--bg-card) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
}

.grid-wrap[b-0u2kldklbg]  .ar-grid .dxbl-grid-filter-row input:focus,
.grid-wrap[b-0u2kldklbg]  .ar-grid .dxbl-grid-filter-row select:focus {
    border-color: var(--border-focus) !important;
    outline: none !important;
}

.grid-wrap[b-0u2kldklbg]  .ar-grid tbody td {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    color: var(--text-primary) !important;
    padding: 9px 12px !important;
    border-bottom: 1px solid var(--border) !important;
    vertical-align: middle;
}

.grid-wrap[b-0u2kldklbg]  .ar-grid tbody tr:hover td {
    background: #FAFAF8 !important;
}

.grid-wrap[b-0u2kldklbg]  .ar-grid .dxbl-pager,
.grid-wrap[b-0u2kldklbg]  .ar-grid .dxbl-grid-pager {
    font-family: var(--font-sans) !important;
    font-size: 12px;
    color: var(--text-muted);
    background: var(--bg-page) !important;
    border-top: 1px solid var(--border) !important;
    padding: 8px 14px;
}

.grid-wrap[b-0u2kldklbg]  .ar-grid .dxbl-pager button,
.grid-wrap[b-0u2kldklbg]  .ar-grid .dxbl-grid-pager button {
    font-family: var(--font-sans) !important;
    font-size: 12px;
    color: var(--brand-navy);
    border-radius: var(--radius-sm);
}

.grid-wrap[b-0u2kldklbg]  .ar-grid .dxbl-pager button.active,
.grid-wrap[b-0u2kldklbg]  .ar-grid .dxbl-grid-pager button.active {
    background: var(--brand-navy) !important;
    color: #fff !important;
    border-color: var(--brand-navy) !important;
}
/* /Pages/IcControl.razor.rz.scp.css */
/* ============================================================
   IC Control — DevExpress Grid skin overrides
   Scoped to this page only. Matches the ar-grid skin used on the
   AR Billing Overview page for visual consistency across tabs.
   ============================================================ */

.grid-wrap[b-wdu2lebfbi] {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    background: var(--bg-card);
}

/* ---- Grid internals via ::deep ---- */

.grid-wrap[b-wdu2lebfbi]  .ic-grid,
.grid-wrap[b-wdu2lebfbi]  .ic-grid.dxbl-card {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-family: var(--font-sans) !important;
    font-size: 13px;
    color: var(--text-primary);
    background: var(--bg-card);
}

/* Column header cells */
.grid-wrap[b-wdu2lebfbi]  .ic-grid thead th {
    background: var(--brand-navy) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--font-sans) !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: none !important;
    white-space: nowrap;
}

/* Sort / filter-menu icons inside header */
.grid-wrap[b-wdu2lebfbi]  .ic-grid thead th svg,
.grid-wrap[b-wdu2lebfbi]  .ic-grid thead th .dxbl-image {
    color: var(--brand-gold) !important;
    fill: var(--brand-gold) !important;
    opacity: 0.85;
}

/* Filter row — sits in thead but styled differently */
.grid-wrap[b-wdu2lebfbi]  .ic-grid .dxbl-grid-filter-row th,
.grid-wrap[b-wdu2lebfbi]  .ic-grid .dxbl-grid-filter-row td {
    background: var(--bg-page) !important;
    color: var(--text-primary) !important;
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    padding: 5px 8px !important;
    border-bottom: 2px solid var(--border) !important;
}

/* Filter row inputs */
.grid-wrap[b-wdu2lebfbi]  .ic-grid .dxbl-grid-filter-row input,
.grid-wrap[b-wdu2lebfbi]  .ic-grid .dxbl-grid-filter-row select {
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    color: var(--text-primary) !important;
    background: var(--bg-card) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
}

.grid-wrap[b-wdu2lebfbi]  .ic-grid .dxbl-grid-filter-row input:focus,
.grid-wrap[b-wdu2lebfbi]  .ic-grid .dxbl-grid-filter-row select:focus {
    border-color: var(--border-focus) !important;
    outline: none !important;
}

/* Data cells */
.grid-wrap[b-wdu2lebfbi]  .ic-grid tbody td {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    color: var(--text-primary) !important;
    padding: 9px 12px !important;
    border-bottom: 1px solid var(--border) !important;
    vertical-align: middle;
}

/* Row hover */
.grid-wrap[b-wdu2lebfbi]  .ic-grid tbody tr:hover td {
    background: #FAFAF8 !important;
}

/* Pager */
.grid-wrap[b-wdu2lebfbi]  .ic-grid .dxbl-pager,
.grid-wrap[b-wdu2lebfbi]  .ic-grid .dxbl-grid-pager {
    font-family: var(--font-sans) !important;
    font-size: 12px;
    color: var(--text-muted);
    background: var(--bg-page) !important;
    border-top: 1px solid var(--border) !important;
    padding: 8px 14px;
}

.grid-wrap[b-wdu2lebfbi]  .ic-grid .dxbl-pager button,
.grid-wrap[b-wdu2lebfbi]  .ic-grid .dxbl-grid-pager button {
    font-family: var(--font-sans) !important;
    font-size: 12px;
    color: var(--brand-navy);
    border-radius: var(--radius-sm);
}

.grid-wrap[b-wdu2lebfbi]  .ic-grid .dxbl-pager button.active,
.grid-wrap[b-wdu2lebfbi]  .ic-grid .dxbl-grid-pager button.active {
    background: var(--brand-navy) !important;
    color: #fff !important;
    border-color: var(--brand-navy) !important;
}
/* /Pages/ProjectBilling.razor.rz.scp.css */
/* ============================================================
   PM Project Billing — navy table-header skin overrides
   Scoped to this page only. To undo everything: delete this file.

   Mirrors ProjectBillingAR.razor.css's navy header treatment,
   adapted to the plain-HTML billing-lines / history tables that
   ProjectAccordionItem renders here (no DxGrid on the PM side —
   BillingLinesTable is an editable <table>, not a DxGrid).

   .project-list is the plain-HTML anchor that carries the Blazor
   scope attribute, letting ::deep reach inside the nested
   ProjectAccordionItem / BillingLinesTable components.
   ============================================================ */

.project-list[b-d7v1w6b6ea]  .bl-table thead th,
.project-list[b-d7v1w6b6ea]  .hist-table thead th {
    background: var(--brand-navy) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--font-sans) !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: none !important;
    white-space: nowrap;
}

/* ============================================================
   Billing Summary status grids (Active / No Billing on the My
   Work tab, Inactive alone on its own tab), rendered via the
   BillingSummaryGrid component. .billing-summary is this page's
   own anchor, reused by both tabs; ::deep reaches through that
   child component's DOM the same way .project-list does above.
   Grid skin mirrors ExecutiveDashboard.razor.css's
   .exec-summary-grid treatment.
   ============================================================ */

/* My Work: Active Projects + No Billing share the row. Inactive Projects
   tab: a single BillingSummaryGrid instance, so :only-child spans it across
   both columns instead of leaving the second column blank. .bs-section is
   BillingSummaryGrid's own root element. */
.billing-summary[b-d7v1w6b6ea] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.billing-summary[b-d7v1w6b6ea]  .bs-section:only-child {
    grid-column: 1 / -1;
}

.billing-summary[b-d7v1w6b6ea]  .bs-hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.billing-summary[b-d7v1w6b6ea]  .bs-title {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.billing-summary[b-d7v1w6b6ea]  .grid-wrap {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    background: var(--bg-card);
}

.billing-summary[b-d7v1w6b6ea]  .exec-summary-grid thead th {
    background: var(--brand-navy) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--font-sans) !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: none !important;
    white-space: nowrap;
}

.billing-summary[b-d7v1w6b6ea]  .exec-summary-grid thead th svg,
.billing-summary[b-d7v1w6b6ea]  .exec-summary-grid thead th .dxbl-image {
    color: var(--brand-gold) !important;
    fill: var(--brand-gold) !important;
    opacity: 0.85;
}

.billing-summary[b-d7v1w6b6ea]  .exec-summary-grid .dxbl-grid-filter-row th,
.billing-summary[b-d7v1w6b6ea]  .exec-summary-grid .dxbl-grid-filter-row td {
    background: var(--bg-page) !important;
    color: var(--text-primary) !important;
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    padding: 5px 8px !important;
    border-bottom: 2px solid var(--border) !important;
}

.billing-summary[b-d7v1w6b6ea]  .exec-summary-grid .dxbl-grid-filter-row input,
.billing-summary[b-d7v1w6b6ea]  .exec-summary-grid .dxbl-grid-filter-row select {
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    color: var(--text-primary) !important;
    background: var(--bg-card) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
}

.billing-summary[b-d7v1w6b6ea]  .exec-summary-grid tbody td {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    color: var(--text-primary) !important;
    padding: 9px 12px !important;
    border-bottom: 1px solid var(--border) !important;
    vertical-align: middle;
}

.billing-summary[b-d7v1w6b6ea]  .exec-summary-grid tbody tr:hover td {
    background: #FAFAF8 !important;
}

.billing-summary[b-d7v1w6b6ea]  .exec-summary-grid .dxbl-pager,
.billing-summary[b-d7v1w6b6ea]  .exec-summary-grid .dxbl-grid-pager {
    font-family: var(--font-sans) !important;
    font-size: 12px;
    color: var(--text-muted);
    background: var(--bg-page) !important;
    border-top: 1px solid var(--border) !important;
    padding: 8px 14px;
}
/* /Pages/ProjectBillingAR.razor.rz.scp.css */
/* ============================================================
   Project Billing AR — DevExpress Grid skin overrides
   Scoped to this page only. To undo everything: delete this file
   and remove CssClass="ar-grid" + the grid-wrap div in ProjectBillingAR.razor.
   ============================================================ */

/* grid-wrap is the plain-HTML anchor that carries the Blazor scope
   attribute, letting ::deep reach inside the DxGrid component. */
.grid-wrap[b-mzk7qmkipa] {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    background: var(--bg-card);
}

/* Export button toolbar strip */
.grid-toolbar[b-mzk7qmkipa] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 14px;
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
    min-height: 44px;
    width: 100%;
}

/* ---- Grid internals via ::deep ---- */

/* Remove DX default outer border/shadow so our wrapper owns those */
.grid-wrap[b-mzk7qmkipa]  .ar-grid,
.grid-wrap[b-mzk7qmkipa]  .ar-grid.dxbl-card {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-family: var(--font-sans) !important;
    font-size: 13px;
    color: var(--text-primary);
    background: var(--bg-card);
}

/* Column header cells */
.grid-wrap[b-mzk7qmkipa]  .ar-grid thead th {
    background: var(--brand-navy) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-family: var(--font-sans) !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: none !important;
    white-space: nowrap;
}

/* Sort / filter-menu icons inside header */
.grid-wrap[b-mzk7qmkipa]  .ar-grid thead th svg,
.grid-wrap[b-mzk7qmkipa]  .ar-grid thead th .dxbl-image {
    color: var(--brand-gold) !important;
    fill: var(--brand-gold) !important;
    opacity: 0.85;
}

/* Filter row — sits in thead but styled differently */
.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-grid-filter-row th,
.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-grid-filter-row td {
    background: var(--bg-page) !important;
    color: var(--text-primary) !important;
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    padding: 5px 8px !important;
    border-bottom: 2px solid var(--border) !important;
}

/* Filter row inputs */
.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-grid-filter-row input,
.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-grid-filter-row select {
    font-family: var(--font-sans) !important;
    font-size: 12.5px !important;
    color: var(--text-primary) !important;
    background: var(--bg-card) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
}

.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-grid-filter-row input:focus,
.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-grid-filter-row select:focus {
    border-color: var(--border-focus) !important;
    outline: none !important;
}

/* Data cells */
.grid-wrap[b-mzk7qmkipa]  .ar-grid tbody td {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    color: var(--text-primary) !important;
    padding: 9px 12px !important;
    border-bottom: 1px solid var(--border) !important;
    vertical-align: middle;
}

/* Row hover */
.grid-wrap[b-mzk7qmkipa]  .ar-grid tbody tr:hover td {
    background: #FAFAF8 !important;
}

/* Notes column — long free text, truncate with ellipsis; full text on hover via title attribute */
.ar-notes-cell[b-mzk7qmkipa] {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Detail row expand button */
.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-grid-expand-button {
    color: var(--brand-navy) !important;
}

/* Pager */
.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-pager,
.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-grid-pager {
    font-family: var(--font-sans) !important;
    font-size: 12px;
    color: var(--text-muted);
    background: var(--bg-page) !important;
    border-top: 1px solid var(--border) !important;
    padding: 8px 14px;
}

.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-pager button,
.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-grid-pager button {
    font-family: var(--font-sans) !important;
    font-size: 12px;
    color: var(--brand-navy);
    border-radius: var(--radius-sm);
}

.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-pager button.active,
.grid-wrap[b-mzk7qmkipa]  .ar-grid .dxbl-grid-pager button.active {
    background: var(--brand-navy) !important;
    color: #fff !important;
    border-color: var(--brand-navy) !important;
}
/* /Pages/UserManagement.razor.rz.scp.css */
.grid-wrap[b-tfw0lei4b8] {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    background: var(--bg-card);
    margin-top: 12px;
}

.um-form-layout[b-tfw0lei4b8] {
    width: 100%;
    max-width: 420px;
}
