/* /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;
}
/* /Components/Layout/MainHeader.razor.rz.scp.css */
/* All previous navigation styles removed as they are unused in the current simplified header design */
/* /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;
    }
/* /Components/Layout/SubPageLayout.razor.rz.scp.css */
.page[b-ve84q0tryc] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.dashboard-content[b-ve84q0tryc] {
    flex: 1;
    width: 100%;
}

#blazor-error-ui[b-ve84q0tryc] {
    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-ve84q0tryc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Shared/SearchableSelect.razor.rz.scp.css */
.searchable-select-trigger[b-5zq3pb2my7] {
    cursor: pointer;
    background-color: var(--bs-body-bg);
}

.searchable-select-trigger[readonly][b-5zq3pb2my7] {
    background-color: var(--bs-body-bg);
}

.searchable-select-panel[b-5zq3pb2my7] {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    z-index: 1050;
    min-width: 100%;
    width: max-content;
    max-width: min(90vw, 720px);
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.searchable-select-list[b-5zq3pb2my7] {
    max-height: 280px;
    overflow-y: auto;
}

.searchable-select-item[b-5zq3pb2my7] {
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
    user-select: none;
}

.searchable-select-item:hover[b-5zq3pb2my7],
.searchable-select-item.highlighted[b-5zq3pb2my7] {
    background-color: var(--bs-secondary-bg);
}

.searchable-select-item.selected[b-5zq3pb2my7] {
    background-color: var(--bs-primary-bg-subtle);
    font-weight: 500;
}

.searchable-select-empty[b-5zq3pb2my7] {
    padding: 0.75rem;
    text-align: center;
}
