/* _content/CustomerPortal/Components/Layout/MainFooter.razor.rz.scp.css */
.dashboard-footer[b-o076f8z2el] {
    background-color: #F0EFEC;
    border-top: 1px solid #D1DEFA;
    padding: 1rem 0;
    margin-top: auto;
}

.footer-content[b-o076f8z2el] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-language[b-o076f8z2el] {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/CustomerPortal/Components/Layout/MainHeader.razor.rz.scp.css */
/* All previous navigation styles removed as they are unused in the current simplified header design */
/* _content/CustomerPortal/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-de2bp3wi1k] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.dashboard-content[b-de2bp3wi1k] {
    flex: 1;
    width: 100%;
}

.dashboard-content main[b-de2bp3wi1k] {
    flex: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    width: 100%;
    box-sizing: border-box;
}

#blazor-error-ui[b-de2bp3wi1k] {
    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-de2bp3wi1k] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
