@import 'Repot.Client.e5bh8v14gy.bundle.scp.css';

/* /Components/Layout/Footer.razor.rz.scp.css */
.repot-footer[b-riyrivky8b] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1.5rem 2rem;
    background: var(--repot-gray);
    margin-top: auto;
}

[b-riyrivky8b] a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

[b-riyrivky8b] a:hover {
    text-decoration: underline;
}

.repot-footer-links[b-riyrivky8b] {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.repot-footer-copy[b-riyrivky8b] {
    justify-self: end;
    font-size: 0.875rem;
    opacity: 0.9;
}

@media (max-width: 640px) {
    .repot-footer[b-riyrivky8b] {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1rem;
    }

    .repot-footer-copy[b-riyrivky8b] {
        justify-self: center;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uhdq1r7uyb] {
    display: flex;
    flex-flow: column;
    min-height: 100dvh;
}

main[b-uhdq1r7uyb] {
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

#blazor-error-ui[b-uhdq1r7uyb] {
    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-uhdq1r7uyb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.repot-nav[b-t3arhph2j4] {
    display: grid;
    position: sticky;
    top: 0;
    display: flex;
    gap: 1rem;
    grid-auto-flow: column;
    background: rgba(255, 255, 255, .8);
    place-content: center;
    backdrop-filter: saturate(180%) blur(10px);
}

.repot-nav-link[b-t3arhph2j4] {
    padding: .75rem .75rem;
}

[b-t3arhph2j4] .nav-link:first-of-type {
    margin-right: auto;
}

:is(.active span)[b-t3arhph2j4], :is(.active i)[b-t3arhph2j4] {
    color: black;
}

img[b-t3arhph2j4] {
    height: 1.5rem;
}

.repot-nav[b-t3arhph2j4] {
}
