@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/_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/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);
}
