/* /GCCRazorFiles/Pages/GovConConnectCMR/GovConConnectCMRPage.razor.rz.scp.css */
.powerbi-layout[b-hfelghhox6] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--top-row-height));
    width: 100%;
}

/* Top action bar */
.powerbi-actionbar[b-hfelghhox6] {
    background: #f8f9fa; /* light Bootstrap gray */
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
    height: 2rem;
    display: flex; /* enable flexbox */
    align-items: center; /* vertical centering */
    justify-content: flex-start; /* or center, or space-between */
}

.powerbi-actionbar .btn[b-hfelghhox6] {
    display: flex;
    height: 1.75rem;
    font-size: 0.875rem;
    align-items: center;
}

.powerbi-container[b-hfelghhox6] {
    height: 100%; /* fill the flex parent */
    width: 100%;
    max-width: 2000px;
    overflow: hidden;
}

.powerbi-outer[b-hfelghhox6] {
    flex: 1 1 auto;
    margin-left: -2rem; /* cancels px-4 from MainLayout */
}
/* /GCCRazorFiles/Pages/GovConConnectReport/GovConConnectReportPage.razor.rz.scp.css */
.powerbi-layout[b-wf9azaav65] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--top-row-height));
    width: 100%;
}

/* Top action bar */
.powerbi-actionbar[b-wf9azaav65] {
    background: #f8f9fa; /* light Bootstrap gray */
    border-bottom: 1px solid #ddd;
    flex-shrink: 0;
    height: 2rem;
    display: flex; /* enable flexbox */
    align-items: center; /* vertical centering */
    justify-content: flex-start; /* or center, or space-between */
}

.powerbi-actionbar .btn[b-wf9azaav65] {
    display: flex;
    height: 1.75rem;
    font-size: 0.875rem;
    align-items: center;
}

.powerbi-container[b-wf9azaav65] {
    height: 100%; /* fill the flex parent */
    width: 100%;
    max-width: 2000px;
    overflow: hidden;
}

.powerbi-outer[b-wf9azaav65] {
    flex: 1 1 auto;
    margin-left: -2rem; /* cancels px-4 from MainLayout */
}
/* /GCCRazorFiles/Pages/GovConReportList/GovConReportListPage.razor.rz.scp.css */
.reportOptions[b-3hjzowxtay]{
    margin: 0 0.5rem 0 0.5rem;
}
/* /GCCRazorFiles/Pages/Home.razor.rz.scp.css */
/* ===== Home page landing design ===== */

.home-landing[b-1dgtwlj8q1] {
    --gcc-deep-blue: #0a2a5e;
    --gcc-primary-blue: #1b6ec2;
    --gcc-accent-green: #2e9e4b;
    --gcc-accent-green-hover: #258a3f;
    --gcc-sky-top: #cfe0f5;
    --gcc-sky-bottom: #ffffff;
    --gcc-card-shadow: 0 4px 18px rgba(10, 42, 94, 0.08);

    color: #1f2a44;
}

/* ---------- Hero ---------- */
.home-hero[b-1dgtwlj8q1] {
    background: linear-gradient(180deg, #d9e6f7 0%, #eef4fc 60%, #ffffff 100%);
    padding: 3.5rem 1.25rem 4rem;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    position: relative;
}

.home-hero .hero-eyebrow[b-1dgtwlj8q1] {
    color: var(--gcc-deep-blue);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin-bottom: 0.25rem;
}

.home-hero .hero-title[b-1dgtwlj8q1] {
    color: var(--gcc-primary-blue);
    font-weight: 700;
    line-height: 1.1;
}

.home-hero .hero-subtitle[b-1dgtwlj8q1] {
    color: #3a4a66;
    max-width: 32rem;
    margin-top: 1rem;
    margin-bottom: 1.75rem;
}

.home-hero .hero-svg-wrapper[b-1dgtwlj8q1] {
    max-width: 520px;
    margin-inline: auto;
}

.home-hero .hero-svg-wrapper svg[b-1dgtwlj8q1] {
    width: 100%;
    height: auto;
    display: block;
}

/* ---------- Buttons ---------- */
.btn-gcc-green[b-1dgtwlj8q1] {
    background-color: var(--gcc-accent-green);
    border-color: var(--gcc-accent-green);
    color: #fff;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
}

.btn-gcc-green:hover[b-1dgtwlj8q1],
.btn-gcc-green:focus[b-1dgtwlj8q1] {
    background-color: var(--gcc-accent-green-hover);
    border-color: var(--gcc-accent-green-hover);
    color: #fff;
}

.btn-gcc-blue[b-1dgtwlj8q1] {
    background-color: var(--gcc-primary-blue);
    border-color: var(--gcc-primary-blue);
    color: #fff;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
}

.btn-gcc-blue:hover[b-1dgtwlj8q1],
.btn-gcc-blue:focus[b-1dgtwlj8q1] {
    background-color: #155a9e;
    border-color: #155a9e;
    color: #fff;
}

.btn-gcc-outline[b-1dgtwlj8q1] {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    padding: 0.5rem 1.4rem;
    border-radius: 6px;
}

.btn-gcc-outline:hover[b-1dgtwlj8q1],
.btn-gcc-outline:focus[b-1dgtwlj8q1] {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

/* ---------- Trust strip ---------- */
.trust-strip[b-1dgtwlj8q1] {
    background: #f3f7fc;
    padding: 2rem 1rem;
}

.trust-item[b-1dgtwlj8q1] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    justify-content: center;
}

.trust-check[b-1dgtwlj8q1] {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(27, 110, 194, 0.15);
    color: var(--gcc-primary-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.trust-text .trust-top[b-1dgtwlj8q1] {
    font-weight: 700;
    color: var(--gcc-deep-blue);
    line-height: 1.1;
}

.trust-text .trust-sub[b-1dgtwlj8q1] {
    color: #5b6a85;
    font-size: 0.9rem;
    line-height: 1.1;
}

/* ---------- Why section ---------- */
.why-section[b-1dgtwlj8q1] {
    background: linear-gradient(180deg, #eef4fc 0%, #ffffff 100%);
    padding: 3.5rem 1.25rem;
}

.why-section .section-title[b-1dgtwlj8q1] {
    color: var(--gcc-primary-blue);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.why-list[b-1dgtwlj8q1] {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.why-list li[b-1dgtwlj8q1] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.6rem 0;
    font-size: 1.05rem;
    color: #2a3655;
}

.why-list li .bi[b-1dgtwlj8q1] {
    color: var(--gcc-primary-blue);
    font-size: 1.25rem;
    flex: 0 0 auto;
    margin-top: 0.15rem;
}

.why-list li strong[b-1dgtwlj8q1] {
    color: var(--gcc-deep-blue);
    margin-right: 0.25rem;
}

.why-section .military-svg-wrapper[b-1dgtwlj8q1] {
    max-width: 560px;
    margin-inline: auto;
}

.why-section .military-svg-wrapper svg[b-1dgtwlj8q1] {
    width: 100%;
    height: auto;
    display: block;
}

/* ---------- Pricing ---------- */
.pricing-section[b-1dgtwlj8q1] {
    background: #ffffff;
    padding: 3.5rem 1.25rem;
}

.pricing-section .section-title[b-1dgtwlj8q1] {
    color: var(--gcc-primary-blue);
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5rem;
}

.pricing-card[b-1dgtwlj8q1] {
    background: #ffffff;
    border: 1px solid #dce6f4;
    border-radius: 12px;
    padding: 1.75rem 1.5rem;
    height: 100%;
    box-shadow: var(--gcc-card-shadow);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pricing-card:hover[b-1dgtwlj8q1] {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(10, 42, 94, 0.12);
}

.pricing-icon[b-1dgtwlj8q1] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(27, 110, 194, 0.12);
    color: var(--gcc-primary-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.pricing-card h3[b-1dgtwlj8q1] {
    color: var(--gcc-deep-blue);
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.pricing-card p[b-1dgtwlj8q1] {
    color: #5b6a85;
    margin-bottom: 0;
}

.pricing-detail[b-1dgtwlj8q1] {
    margin-top: 2.5rem;
    background: #ffffff;
    border: 1px solid #dce6f4;
    border-radius: 12px;
    padding: 1.75rem 2rem;
    box-shadow: var(--gcc-card-shadow);
}

.pricing-detail .detail-header[b-1dgtwlj8q1] {
    color: var(--gcc-deep-blue);
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: center;
}

.pricing-detail .detail-header .price[b-1dgtwlj8q1] {
    color: var(--gcc-primary-blue);
}

.pricing-detail .detail-list[b-1dgtwlj8q1] {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1.5rem 0;
}

.pricing-detail .detail-list li[b-1dgtwlj8q1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.35rem 0;
    color: #2a3655;
}

.pricing-detail .detail-list li .bi[b-1dgtwlj8q1] {
    color: var(--gcc-primary-blue);
    font-size: 1.1rem;
}

/* ---------- Footer CTA ---------- */
.footer-cta[b-1dgtwlj8q1] {
    background: linear-gradient(135deg, #0a2a5e 0%, #1b4f9f 50%, #1b6ec2 100%);
    color: #ffffff;
    padding: 3rem 1.25rem 1.5rem;
    margin-top: 2rem;
}

.footer-cta .cta-title[b-1dgtwlj8q1] {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.footer-cta .cta-buttons[b-1dgtwlj8q1] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.footer-cta .footer-meta[b-1dgtwlj8q1] {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 2.5rem;
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.95rem;
}

.footer-cta .footer-meta .meta-item[b-1dgtwlj8q1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.footer-cta .social-icons[b-1dgtwlj8q1] {
    display: inline-flex;
    gap: 0.75rem;
}

.footer-cta .social-icons a[b-1dgtwlj8q1] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease;
    text-decoration: none;
}

.footer-cta .social-icons a:hover[b-1dgtwlj8q1] {
    background: rgba(255, 255, 255, 0.3);
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .home-hero[b-1dgtwlj8q1],
    .why-section[b-1dgtwlj8q1],
    .pricing-section[b-1dgtwlj8q1] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .home-hero .hero-svg-wrapper[b-1dgtwlj8q1],
    .why-section .military-svg-wrapper[b-1dgtwlj8q1] {
        margin-top: 2rem;
    }
}

@media (max-width: 575.98px) {
    .home-hero[b-1dgtwlj8q1] {
        padding-top: 2.25rem;
        padding-bottom: 2.5rem;
    }

    .trust-item[b-1dgtwlj8q1] {
        justify-content: flex-start;
    }

    .footer-cta .footer-meta[b-1dgtwlj8q1] {
        justify-content: flex-start;
    }
}
/* /GCCRazorFiles/Pages/PoolTypeList/PoolTypeListPage.razor.rz.scp.css */
namespace GovConConnect.GCCRazorFiles.Pages.PoolType[b-oqq55ye6pt]
{
    public class PoolTypePage
    {
    }
}
/* /GCCRazorFiles/Pages/QBOConnections/QBOConnectionsPage.razor.rz.scp.css */
.qbo-btn[b-h5vmn6o37u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0; /* keeps button tight around the icon */
    border: none;
    background: transparent; /* or your Bootstrap button class */
    cursor: pointer;
}

.qbo-icon[b-h5vmn6o37u] {
    width: 8rem;
    height: 4rem;
    background-image: url("Images/qbo-connect.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Instant swap on hover */
.qbo-btn:hover .qbo-icon[b-h5vmn6o37u] {
    background-image: url("Images/qbo-connect-hover.png");
    width: 14rem;
    height: 4rem;
}
/* /GCCRazorFiles/Pages/QBOTransactions/QBOTransactionsPage.razor.rz.scp.css */
.italic-text[b-3jl6oalsp1] {
    font-style: italic;
}
/* /GCCRazorFiles/SharedComponents/DemoRequestModal.razor.rz.scp.css */
/* ===== Demo Request Modal ===== */

.demo-modal-backdrop[b-qcy35who4y] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1040;
}

.demo-modal[b-qcy35who4y] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.22);
    width: min(600px, calc(100vw - 2rem));
    max-height: calc(100dvh - 2rem);
    overflow-y: auto;
    padding: 2rem 2rem 0;
}

.demo-modal-close[b-qcy35who4y] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.25rem;
    line-height: 1;
    color: #6c757d;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: color 0.15s, background 0.15s;
}

.demo-modal-close:hover[b-qcy35who4y] {
    color: #212529;
    background: #f0f0f0;
}

.demo-modal-title[b-qcy35who4y] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    padding-right: 2rem;
    color: #1a1a2e;
}

/* The EditForm wraps fields + footer as a flex column so the footer
   is always reachable without the modal needing a fixed-height inner scroll */
.demo-modal-form[b-qcy35who4y] {
    display: flex;
    flex-direction: column;
}

.demo-modal-fields[b-qcy35who4y] {
    flex: 1 1 auto;
    margin-bottom: 1rem;
}

.demo-radio-group[b-qcy35who4y] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.4rem;
}

.demo-radio-option[b-qcy35who4y] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    font-size: 0.95rem;
}

.demo-radio-option input[type="radio"][b-qcy35who4y] {
    accent-color: #1559a8;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

/* Footer is always the last child of the form — sticks to the bottom of the
   modal because the modal scrolls as a whole, not just the inner content */
.demo-modal-footer[b-qcy35who4y] {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0 1.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.5rem;
    background: #fff;
}

.demo-submit-btn[b-qcy35who4y] {
    min-width: 140px;
    font-size: 1.05rem;
    padding: 0.6rem 2rem;
    font-weight: 600;
}

.demo-modal-success[b-qcy35who4y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem 1rem 2.5rem;
    text-align: center;
    color: #198754;
}

.demo-modal-success i[b-qcy35who4y] {
    font-size: 3rem;
}

.demo-modal-success p[b-qcy35who4y] {
    font-size: 1.1rem;
    margin: 0;
    color: #333;
}
/* /GCCRazorFiles/SharedComponents/Layout/MainLayout.razor.rz.scp.css */
.page[b-8jbnsnlx8l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-8jbnsnlx8l] {
    flex: 1;
    overflow: visible;
}

.top-row[b-8jbnsnlx8l] {
    background-color: rgb(50, 50, 50);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #d7d7d7;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8jbnsnlx8l]  a, .top-row[b-8jbnsnlx8l]  .btn-link, .top-row[b-8jbnsnlx8l]  .logout-btn {
        color: #d7d7d7;
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8jbnsnlx8l]  a:hover, .top-row[b-8jbnsnlx8l]  .btn-link:hover, .top-row[b-8jbnsnlx8l]  .logout-btn:hover {
        text-decoration: underline;
    }

    .top-row[b-8jbnsnlx8l]  .logout-btn {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        font-size: inherit;
    }

    .top-row[b-8jbnsnlx8l]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8jbnsnlx8l] {
        justify-content: space-between;
    }

    .top-row[b-8jbnsnlx8l]  a, .top-row[b-8jbnsnlx8l]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8jbnsnlx8l] {
        flex-direction: row;
    }

    .sidebar[b-8jbnsnlx8l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8jbnsnlx8l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8jbnsnlx8l]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8jbnsnlx8l], article[b-8jbnsnlx8l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8jbnsnlx8l] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8jbnsnlx8l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /GCCRazorFiles/SharedComponents/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s2iqou7zoz] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    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-s2iqou7zoz] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-s2iqou7zoz] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s2iqou7zoz] {
    font-size: 1.1rem;
}

.bi[b-s2iqou7zoz] {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    top: 0;
    background-size: cover;
    vertical-align: middle;
}

.bi-expand[b-s2iqou7zoz] {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    background-size: cover;
    vertical-align: middle;
}

.collapse-toggle[b-s2iqou7zoz] {
    width: 2rem;
    padding: 0; /* keeps the icon centered */
    display: flex;
    justify-content: center;
    align-items: center;
}

.clickable[b-s2iqou7zoz] {
    cursor: pointer;
    user-select: none;
}

.submenu[b-s2iqou7zoz] {
    margin-left: 1rem;
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 0.5rem;
    margin-top: 0.25rem;
}

.bi-house-door-fill-nav-menu[b-s2iqou7zoz] {
    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-clipboard-data-nav-menu[b-s2iqou7zoz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clipboard-data' viewBox='0 0 16 16'%3E%3Cpath d='M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0v-1zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0V7zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0V9z'/%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z'/%3E%3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-s2iqou7zoz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z'/%3E%3C/svg%3E");
}

.bi-link-45deg-nav-menu[b-s2iqou7zoz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-link-45deg' viewBox='0 0 16 16'%3E%3Cpath d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z'/%3E%3Cpath d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-s2iqou7zoz] {
    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-s2iqou7zoz] {
    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");
}

.bi-lock-nav-menu[b-s2iqou7zoz] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-s2iqou7zoz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-s2iqou7zoz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-s2iqou7zoz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-s2iqou7zoz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-s2iqou7zoz] {
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s2iqou7zoz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s2iqou7zoz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s2iqou7zoz]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-s2iqou7zoz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-s2iqou7zoz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item .nav-link:hover[b-s2iqou7zoz] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-s2iqou7zoz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-s2iqou7zoz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s2iqou7zoz] {
        display: none;
    }

    .nav-scrollable[b-s2iqou7zoz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.sidebar[b-s2iqou7zoz] {
    height: 100vh;
    width: var(--sidebar-width);
    background-color: #f8f9fa; /* or your theme */
    border-right: 1px solid #ddd;
    transition: width 0.25s ease;
    overflow: hidden;
    background-image: linear-gradient(180deg, rgb(50, 50, 50) 5%, #000066 75%);
}

/* NavMenu styling */
.sidebar .nav-link[b-s2iqou7zoz] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .5rem 1rem;
}

.sidebar .nav-link:hover[b-s2iqou7zoz] {
    background-color: rgba(255,255,255,0.1);
}

/* Collapsed sidebar */
.sidebar.collapsed[b-s2iqou7zoz] {
    width: 3rem; /* or 0 if you want it fully hidden */
}

/* Hide text labels when collapsed */
.sidebar.collapsed .nav-label[b-s2iqou7zoz] {
    display: none;
}

/* Optional: center icons when collapsed */
.sidebar.collapsed .nav-item[b-s2iqou7zoz],
.sidebar.collapsed .nav-link[b-s2iqou7zoz] {
    justify-content: center;
}

/* /GCCRazorFiles/SharedComponents/Loading.razor.rz.scp.css */
.main-loading-overlay[b-73th3ye90v] {
    position: absolute;
    top: var(--top-row-height, 3.5rem); /* height of your top bar */
    left: 0;
    width: 100%;
    bottom: 0; /* fill the rest of main */
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 50;
}

.loading-text[b-73th3ye90v] {
    margin-top: 0.75rem;
    font-size: 1.1rem;
    color: #444;
    font-weight: 500;
}
