@import '_content/NexusRazor/NexusRazor.t9dx561r01.bundle.scp.css';

/* /Controls/CtrlTabContainer.razor.rz.scp.css */
.ctc-wrapper[b-u0uh624a31] {
    display: flex;
    flex-direction: column;
    grid-column: -1 / 1;
    margin-bottom:var(--nx-space);
}

.ctc-header[b-u0uh624a31] {
    display: flex;
    align-items: flex-end;
    margin-bottom:0px;
}

.ctc-content[b-u0uh624a31] {

}

.ctc-tab[b-u0uh624a31] {
    position: relative;
    padding: 0.5rem 1.75rem;
    border: none;
    background: var(--nx-secondary-bg);
    color: var(--nx-primary-fg);
    cursor: pointer;
    font-family: var(--nx-font);
    font-size: 0.85rem;
    font-weight: 500;
    clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
    margin-left: -15px;
    z-index: 0;
    transition: background 0.15s ease, color 0.15s ease;
}

.ctc-tab:hover:not(.ctc-tab-active)[b-u0uh624a31] {
    background: var(--nx-muted-bg);
}

/* First tab: straight left edge */
.ctc-tab.ctc-tab-first[b-u0uh624a31] {
    clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
    margin-left: 0;
    border-radius: var(--nx-border-radius) 0 0 0;
}

/* Last tab: straight right edge */
.ctc-tab.ctc-tab-last[b-u0uh624a31] {
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 var(--nx-border-radius) 0 0;
}

/* Single tab: straight both edges */
.ctc-tab.ctc-tab-first.ctc-tab-last[b-u0uh624a31] {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: var(--nx-border-radius) var(--nx-border-radius) 0 0;
}

/* Active tab */
.ctc-tab.ctc-tab-active[b-u0uh624a31] {
    background: var(--nx-highlight-bg);
    color: var(--nx-highlight-fg);
    z-index: 1;
    font-weight: 600;
}
/* /Controls/Layout/CtrlDropDownMenu.razor.rz.scp.css */
.cddb-wrapper[b-3y0vmrqf25] {
    position: relative;
    display: inline-flex;
    align-items: center;

}

.cddb-caret[b-3y0vmrqf25] {
    margin-left: var(--nx-space-small);
    font-size: 0.75rem;
    opacity: 0.6;
    line-height: 1;
}

/* Full-screen invisible layer — catches outside clicks */
.cddb-backdrop[b-3y0vmrqf25] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.cddb-panel[b-3y0vmrqf25] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    min-width: 10rem;
    background: var(--nx-tertiary-bg);
    border: var(--nx-border-width) solid var(--nx-border-color);
    border-radius: var(--nx-border-radius);
    box-shadow: var(--nx-box-shadow);
    padding: var(--nx-space-small);
    display: flex;
    flex-direction: column;
    gap: var(--nx-space-small);
}
/* /Controls/_Tooltip.razor.rz.scp.css */
.nx-tooltip[b-mc2jdy3a9v] {
    background: #222;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 1000;
}
/* /Modules/App/Layout/HomeLayout.razor.rz.scp.css */
.home-layout[b-kbea6mwhwl] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--nx-primary-bg);
    color: var(--nx-primary-fg);
    font-family: var(--nx-font);
}

.home-layout__nav[b-kbea6mwhwl] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--nx-space);
    padding: var(--nx-space) calc(var(--nx-space) * 2);
    background: var(--nx-secondary-bg);
    border-bottom: var(--nx-border-width) solid var(--nx-border-color);
}

.home-layout__brand[b-kbea6mwhwl] {
    display: flex;
    align-items: center;
    gap: var(--nx-space-small);
    text-decoration: none;
    color: var(--nx-primary-fg);
    font-weight: 600;
}

.home-layout__brand img[b-kbea6mwhwl] {
    height: 36px;
}

.home-layout__links[b-kbea6mwhwl] {
    display: flex;
    gap: var(--nx-space);
    flex: 1;
    justify-content: center;
}

.home-layout__links a[b-kbea6mwhwl] {
    color: var(--nx-primary-fg);
    text-decoration: none;
}

.home-layout__links a:hover[b-kbea6mwhwl] {
    color: var(--nx-highlight-fg);
}

.home-layout__auth[b-kbea6mwhwl] {
    display: flex;
    gap: var(--nx-space-small);
}

.home-layout__main[b-kbea6mwhwl] {
    flex: 1;
    padding: calc(var(--nx-space) * 2);
}

.home-layout__footer[b-kbea6mwhwl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--nx-space) calc(var(--nx-space) * 2);
    background: var(--nx-secondary-bg);
    border-top: var(--nx-border-width) solid var(--nx-border-color);
    font-size: 0.85rem;
}
/* /Modules/App/Layout/_NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8lvozyse0y] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;

    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-8lvozyse0y] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-8lvozyse0y] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8lvozyse0y] {
    font-size: 1.1rem;
}

.bi[b-8lvozyse0y] {
    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-8lvozyse0y] {
    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-8lvozyse0y] {
    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-8lvozyse0y] {
    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-8lvozyse0y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8lvozyse0y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8lvozyse0y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8lvozyse0y]  .nav-link {

        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-8lvozyse0y]  a.active {

}

.nav-item[b-8lvozyse0y]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);

}

.nav-scrollable[b-8lvozyse0y] {
    display: none;
    padding:0.5rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-8lvozyse0y] {
    display: block;
}

/* /Modules/BlogPosts/Pages/Blog/_NxBlogViewer.razor.rz.scp.css */
/* Featured Post Layout */
.featured-post-layout[b-2nikfdc20g] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
}

.featured-post-content[b-2nikfdc20g] {
    flex: 1;
    min-width: 0;
}

.featured-post-image[b-2nikfdc20g] {
    width: 280px;
    flex-shrink: 0;
}

.featured-post-image img[b-2nikfdc20g] {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}

/* Mobile: text above image */
@media (max-width: 767px) {
    .featured-post-layout[b-2nikfdc20g] {
        flex-direction: column;
    }

    .featured-post-image[b-2nikfdc20g] {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* Dialog */
.dialog-header[b-2nikfdc20g] {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 8px;
}

.dialog-header h3[b-2nikfdc20g] {
    margin: 0;
    flex: 1;
    min-width: 0;
}

.dialog-content[b-2nikfdc20g] {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Desktop breakpoint */
@media (min-width: 768px) {
    .featured-post-content[b-2nikfdc20g] {
        flex: 1;
    }

    .featured-post-image[b-2nikfdc20g] {
        width: 280px;
        flex-shrink: 0;
    }
}
/* /Modules/Projects/Components/_GanttBoard.razor.rz.scp.css */
/* ── Layout container ─────────────────────────────────────────────────── */
.gantt[b-we7bjmc8vg] {
    --gantt-col-w: 2.25rem;
    --gantt-row-h: 2.25rem;

    display: flex;
    flex-direction: column;
    background: var(--nx-primary-bg);
    color: var(--nx-primary-fg);
    font-family: var(--nx-font);
    border: var(--nx-border-width) solid var(--nx-border-color);
    border-radius: var(--nx-border-radius);
    overflow: hidden;
    grid-column:1/-1;
}

/* ── Toolbar ──────────────────────────────────────────────────────────── */
.gantt__toolbar[b-we7bjmc8vg] {
    padding: var(--nx-space-small) var(--nx-space);
    background: var(--nx-secondary-bg);
    border-bottom: var(--nx-border-width) solid var(--nx-border-color);
}

.gantt__toolbar .nx-btn[b-we7bjmc8vg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--nx-space-small);
    line-height: 1;
}

.gantt__month-label[b-we7bjmc8vg] {
    min-width: 9rem;
    text-align: center;
    line-height: 1;
}

.gantt__primary[b-we7bjmc8vg] {
    background: var(--nx-highlight-fg);
    color: var(--nx-tertiary-bg);
    border: none;
}

.gantt__empty[b-we7bjmc8vg] {
    padding: var(--nx-space);
    text-align: center;
}

/* ── Two-pane layout ──────────────────────────────────────────────────── */
.gantt__panes[b-we7bjmc8vg] {
    display: grid;
    grid-auto-rows: var(--gantt-row-h);
    overflow: auto;              /* the ONLY scroll container */
    max-height: 70vh;
    /* grid-template-columns is set inline so day count stays dynamic. */
}

/* ── Left: task tree ──────────────────────────────────────────────────── */
.gantt__tree-header[b-we7bjmc8vg] {
    grid-column: task;
    padding: var(--nx-space-small) var(--nx-space);
    font-weight: 600;
    background: var(--nx-secondary-bg);
    border-right: var(--nx-border-width) solid var(--nx-border-color);
    border-bottom: var(--nx-border-width) solid var(--nx-border-color);

    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
}

.gantt__row[b-we7bjmc8vg] {
    border-bottom: var(--nx-border-width) solid var(--nx-border-color);
    cursor: pointer;
}

.gantt__tree-row[b-we7bjmc8vg] {
    grid-column: task;
    background: var(--nx-tertiary-bg);
    border-right: var(--nx-border-width) solid var(--nx-border-color);
    position: sticky;
    left: 0;
    z-index: 3;
}

.gantt__tree-row:hover[b-we7bjmc8vg] {
    background: var(--nx-primary-bg);
}

.gantt__chevron[b-we7bjmc8vg],
.gantt__add-child[b-we7bjmc8vg] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: var(--nx-secondary-fg);
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 1;
}

.gantt__chevron-spacer[b-we7bjmc8vg] {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
}

.gantt__title[b-we7bjmc8vg] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gantt__assignee[b-we7bjmc8vg] {
    background: var(--nx-highlight-bg);
    color: var(--nx-highlight-fg);
    font-size: 0.7rem;
    padding: 0 var(--nx-space-small);
    border-radius: var(--nx-border-radius);
    white-space: nowrap;
}

.gantt__add-child[b-we7bjmc8vg] {
    opacity: 0.55;
    transition: opacity 0.1s ease;
}

.gantt__tree-row:hover .gantt__add-child[b-we7bjmc8vg] {
    opacity: 1;
}

/* ── Right: per-day header cells (top row of the unified grid) ────────── */
.gantt__day-cell[b-we7bjmc8vg] {
    border-right: var(--nx-border-width) solid var(--nx-border-color);
    border-bottom: var(--nx-border-width) solid var(--nx-border-color);
    background: var(--nx-secondary-bg);
    color: var(--nx-secondary-fg);
    font-size: 0.7rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 2px 0;
    position: sticky;
    top: 0;
    z-index: 2;
}

.gantt__day-dow[b-we7bjmc8vg] {
    font-size: 0.6rem;
    text-transform: uppercase;
    opacity: 0.7;
}

.gantt__day-num[b-we7bjmc8vg] {
    font-size: 0.75rem;
    font-weight: 600;
}

.gantt__day-cell--weekend[b-we7bjmc8vg] {
    background: var(--nx-muted-bg);
}

.gantt__day-cell--today[b-we7bjmc8vg] {
    background: var(--nx-highlight-bg);
    color: var(--nx-highlight-fg);
    font-weight: 700;
}

/* ── Bars (right-side row, sits in same row track as its tree cell) ──── */
.gantt__bar-row[b-we7bjmc8vg] {
    grid-column: timeline / -1;
    display: grid;
    grid-template-columns: subgrid;
    border-bottom: var(--nx-border-width) solid var(--nx-border-color);
    position: relative;
    cursor: pointer;
    background: var(--nx-primary-bg);
}

.gantt__bar-row:hover[b-we7bjmc8vg] {
    background: rgba(0,0,0,0.02);
}

.gantt__bar-cell[b-we7bjmc8vg] {
    border-right: var(--nx-border-width) solid var(--nx-border-color);
}

.gantt__bar-cell--weekend[b-we7bjmc8vg] {
    background: var(--nx-muted-bg);
}

.gantt__bar-cell--today[b-we7bjmc8vg] {
    box-shadow: inset 1px 0 0 var(--nx-highlight-fg), inset -1px 0 0 var(--nx-highlight-fg);
}

.gantt__bar[b-we7bjmc8vg] {
    position: relative;
    grid-row: 1;
    align-self: center;
    height: calc(var(--gantt-row-h) * 0.6);
    border-radius: var(--nx-border-radius);
    padding: 0 var(--nx-space-small);
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: 0.75rem;
    margin: 0 2px;
    box-shadow: var(--nx-box-shadow);
}

.gantt__bar--leaf[b-we7bjmc8vg] {
    background: var(--nx-highlight-bg);
    color: var(--nx-highlight-fg);
}

.gantt__bar--rollup[b-we7bjmc8vg] {
    background: transparent;
    color: var(--nx-primary-fg);
    border: var(--nx-border-width) dashed var(--nx-secondary-fg);
    box-shadow: none;
}

.gantt__bar--done[b-we7bjmc8vg] {
    background: var(--nx-positive-bg);
    color: var(--nx-positive-fg);
}

.gantt__bar--overdue[b-we7bjmc8vg] {
    background: var(--nx-negative-bg);
    color: var(--nx-negative-fg);
}

.gantt__bar-label[b-we7bjmc8vg] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.gantt__bar-progress[b-we7bjmc8vg] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.08);
    z-index: 0;
}

/* ── Project separator row ────────────────────────────────────────────── */
.gantt__tree-row--project[b-we7bjmc8vg] {
    color: var(--nx-highlight-fg);
    font-weight: 600;
    cursor:pointer;
}



.gantt__bar-row--project[b-we7bjmc8vg] {
    grid-column: timeline / -1;
    display: block;

  
}

.gantt__project-band[b-we7bjmc8vg] {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 var(--nx-space);
    color: var(--nx-highlight-fg);
    font-weight: 600;
}
/* /Modules/Projects/Components/_TaskDrawer.razor.rz.scp.css */
/* ── Drawer scrim + panel ─────────────────────────────────────────────── */
.task-drawer-scrim[b-bodpa9ww67] {
    position: fixed;
    inset: 0;
    background: var(--nx-dim-bg);
    z-index: 100;
}

.task-drawer[b-bodpa9ww67] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(28rem, 95vw);
    background: var(--nx-tertiary-bg);
    color: var(--nx-primary-fg);
    box-shadow: var(--nx-box-shadow);
    z-index: 101;
    display: flex;
    flex-direction: column;
    font-family: var(--nx-font);
    border-left: var(--nx-border-width) solid var(--nx-border-color);
}

.task-drawer__header[b-bodpa9ww67] {
    display: flex;
    align-items: center;
    gap: var(--nx-space-small);
    padding: var(--nx-space);
    background: var(--nx-secondary-bg);
    border-bottom: var(--nx-border-width) solid var(--nx-border-color);
}

.task-drawer__header strong[b-bodpa9ww67] {
    flex: 1;
}

.task-drawer__close[b-bodpa9ww67] {
    background: transparent;
    border: none;
    cursor: pointer;
}

.task-drawer__body[b-bodpa9ww67] {
    flex: 1;
    overflow-y: auto;
    padding: var(--nx-space);
    display: flex;
    flex-direction: column;
    gap: var(--nx-space);
}

.task-drawer__footer[b-bodpa9ww67] {
    display: flex;
    align-items: center;
    gap: var(--nx-space-small);
    padding: var(--nx-space);
    background: var(--nx-secondary-bg);
    border-top: var(--nx-border-width) solid var(--nx-border-color);
}

.task-drawer__primary[b-bodpa9ww67] {
    background: var(--nx-highlight-fg);
    color: var(--nx-tertiary-bg);
    border: none;
}

.task-drawer__danger[b-bodpa9ww67] {
    background: var(--nx-negative-bg);
    color: var(--nx-negative-fg);
    border: none;
}

/* ── Banners ──────────────────────────────────────────────────────────── */
.task-drawer__warning[b-bodpa9ww67] {
    background: var(--nx-alert-bg);
    color: var(--nx-alert-fg);
    border: var(--nx-border-width) solid var(--nx-alert-fg);
    border-radius: var(--nx-border-radius);
    padding: var(--nx-space-small) var(--nx-space);
    display: flex;
    align-items: center;
    gap: var(--nx-space-small);
    font-size: 0.85rem;
}

.task-drawer__hint[b-bodpa9ww67] {
    background: var(--nx-muted-bg);
    color: var(--nx-muted-fg);
    border-radius: var(--nx-border-radius);
    padding: var(--nx-space-small) var(--nx-space);
    display: flex;
    align-items: center;
    gap: var(--nx-space-small);
    font-size: 0.8rem;
}
/* /Modules/Reports/Controls/ReportPageLayout.razor.rz.scp.css */
/* ── Summary row ────────────────────────────────────────── */
.report-summary[b-bnuracx3kn] {
    display: flex;
    justify-content: flex-end;
    font-size: 0.8rem;
    color: var(--nx-muted-fg);
    padding: var(--nx-space-small) 0;
}

/* ── Table wrapper ──────────────────────────────────────── */
.report-table-wrapper[b-bnuracx3kn] {
    overflow-x: auto;
    border: var(--nx-border-width) solid var(--nx-border-color);
    border-radius: var(--nx-border-radius);
    background: var(--nx-tertiary-bg);
    grid-column: -1/1;
}

/* ── Table ──────────────────────────────────────────────── */
[b-bnuracx3kn] .report-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

[b-bnuracx3kn] .report-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--nx-secondary-bg);
    color: var(--nx-primary-fg);
    font-weight: 600;
    text-align: left;
    padding: 8px 10px;
    border-bottom: 2px solid var(--nx-border-color);
    border-right: 1px solid var(--nx-border-color);
    white-space: nowrap;
}

[b-bnuracx3kn] .report-table thead th:last-child {
    border-right: none;
}

[b-bnuracx3kn] .report-table thead th:first-child {
    border-top-left-radius: var(--nx-border-radius);
}

[b-bnuracx3kn] .report-table thead th:last-child {
    border-top-right-radius: var(--nx-border-radius);
}

[b-bnuracx3kn] .report-table tbody td {
    padding: 6px 10px;
    border-bottom: 1px solid var(--nx-border-color);
    color: var(--nx-primary-fg);
}

[b-bnuracx3kn] .report-table tbody tr:nth-child(even) {
    background: var(--nx-primary-bg);
}

[b-bnuracx3kn] .report-table tbody tr:hover {
    background: var(--nx-highlight-bg);
}
