/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-o0zdu4yir6] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-body[b-o0zdu4yir6] {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
}

.page-bottom[b-o0zdu4yir6] {
    flex-shrink: 0;
    margin-top: auto;
    width: 100%;
}

main[b-o0zdu4yir6] {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    position: relative;
}

.sidebar[b-o0zdu4yir6] {
    background-image: linear-gradient(180deg, #001f3f 0%, #000033 100%);
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    flex-shrink: 0;
    z-index: 2;
    overflow-x: visible;
    overflow-y: visible;
}

.top-row[b-o0zdu4yir6] {
    background-color: rgba(0, 26, 46, 0.96);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
    isolation: isolate;
    flex-shrink: 0;
}

.top-row-brand[b-o0zdu4yir6] {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    box-sizing: border-box;
}

.top-row-portal-title[b-o0zdu4yir6] {
    color: #fff;
    font-weight: 600;
}

.content[b-o0zdu4yir6] {
    padding-top: 1rem;
}

@media (max-width: 640.98px) {
    .top-row-brand[b-o0zdu4yir6] {
        width: auto;
        min-width: 0;
        max-width: none;
    }

    .sidebar[b-o0zdu4yir6] {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: auto;
        position: relative;
    }

    main[b-o0zdu4yir6] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page-body[b-o0zdu4yir6] {
        flex-direction: row;
    }

    .sidebar[b-o0zdu4yir6] {
        width: 250px;
        height: calc(100vh - 3.5rem);
        position: sticky;
        top: 3.5rem;
        align-self: flex-start;
    }

    .top-row[b-o0zdu4yir6] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    article.content[b-o0zdu4yir6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-o0zdu4yir6] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-o0zdu4yir6] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.legal-page-body[b-o0zdu4yir6] {
    max-height: 70vh;
    overflow-y: auto;
    white-space: pre-wrap;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu .nav-link[b-f41blgybgo] {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    min-height: 3rem;
    display: flex;
    align-items: center;
    line-height: 1.4;
    width: 100%;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.nav-menu .nav-link.active[b-f41blgybgo] {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-menu .nav-link:hover[b-f41blgybgo] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}
/* /Components/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-y5m8ukd1qk] {
    flex-shrink: 0;
    width: 100%;
    background-color: rgba(0, 26, 46, 0.96);
    border-top: 1px solid rgba(214, 213, 213, 0.35);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8125rem;
}

.site-footer-inner[b-y5m8ukd1qk] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1.5rem;
    padding: 0.875rem 1.5rem;
}

.site-footer-nav[b-y5m8ukd1qk] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
}

.site-footer-nav a[b-y5m8ukd1qk],
.site-footer-contact a[b-y5m8ukd1qk] {
    color: #7ec8e3;
    text-decoration: underline;
    text-underline-offset: 0.12em;
}

.site-footer-nav a:hover[b-y5m8ukd1qk],
.site-footer-contact a:hover[b-y5m8ukd1qk] {
    color: #a8dcf0;
}

.site-footer-meta[b-y5m8ukd1qk] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 1.25rem;
}

.site-footer-separator[b-y5m8ukd1qk] {
    color: rgba(255, 255, 255, 0.45);
    user-select: none;
}

.site-footer-copy[b-y5m8ukd1qk],
.site-footer-contact[b-y5m8ukd1qk] {
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 640.98px) {
    .site-footer-inner[b-y5m8ukd1qk] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .site-footer-meta[b-y5m8ukd1qk] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}
/* /Components/Shared/CookieConsentBanner.razor.rz.scp.css */
.cookie-consent-banner[b-sbbsi7tg7k] {
    width: 100%;
    flex-shrink: 0;
    background-color: rgba(0, 36, 58, 0.98);
    color: #fff;
    border-top: 1px solid rgba(214, 213, 213, 0.25);
    border-bottom: 1px solid rgba(73, 80, 87, 0.6);
    padding: 0.85rem 1rem;
}

.cookie-consent-banner-inner[b-sbbsi7tg7k] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.cookie-consent-banner-text[b-sbbsi7tg7k] {
    flex: 1 1 16rem;
    line-height: 1.45;
}

.cookie-consent-banner-form[b-sbbsi7tg7k] {
    flex-shrink: 0;
}
