/* /Shared/Filterbar.razor.rz.scp.css */
/* Floating Filters button — fixed top-right, below the AppBar (64px) */
.floating-filters-btn[b-g1zaaigin9] {
    position: fixed;
    top: 88px;
    right: 26px;
    z-index: 1050;
}

/* Floating Nieuw FAB — fixed bottom-right */
.floating-nieuw-btn[b-g1zaaigin9] {
    position: fixed;
    bottom: 24px;
    right: 29px;
    z-index: 1050;
}

/* Backdrop overlay */
.filter-backdrop[b-g1zaaigin9] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1100;
}

/* Slide-in panel from the right */
.filter-panel[b-g1zaaigin9] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 320px;
    background-color: var(--mud-palette-surface);
    z-index: 1200;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    padding: 16px;
    overflow-y: auto;
    scrollbar-gutter: stable;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
}

.filter-panel.open[b-g1zaaigin9] {
    transform: translateX(0);
}

/* On mobile: panel takes most of the screen width */
@media (max-width: 599px) {
    .filter-panel[b-g1zaaigin9] {
        width: 85vw;
    }
}

.filter-panel-header[b-g1zaaigin9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

/* Guaranteed bottom spacing — :last-child is unreliable with Blazor comment nodes */
.filter-panel-spacer[b-g1zaaigin9] {
    height: 24px;
}

.filter-divider[b-g1zaaigin9] {
    border: none;
    border-top: 1px solid var(--mud-palette-divider);
    margin: 10px 0;
}

.filter-section-header[b-g1zaaigin9] {
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0 0 2px 0;
}

.filter-section-header-row[b-g1zaaigin9] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-soon-chip[b-g1zaaigin9] {
    font-size: 0.7rem;
    height: 20px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.search-icon-wrapper[b-xv8p8rf3ht] {
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 48px;
    opacity: 1;
    transition: max-width 0.3s ease, opacity 0.2s ease;
}

.search-icon-wrapper[b-xv8p8rf3ht]  .mud-icon-root {
    color: var(--mud-palette-text-secondary) !important;
}

.search-icon-wrapper.hidden[b-xv8p8rf3ht] {
    max-width: 0;
    opacity: 0;
    pointer-events: none;
}

.search-field-wrapper[b-xv8p8rf3ht] {
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    transition: max-width 0.3s ease, opacity 0.25s ease;
}

.search-field-wrapper.expanded[b-xv8p8rf3ht] {
    max-width: 260px;
    opacity: 1;
}

.page[b-xv8p8rf3ht] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xv8p8rf3ht] {
    flex: 1;
}

.sidebar[b-xv8p8rf3ht] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xv8p8rf3ht] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xv8p8rf3ht]  a, .top-row[b-xv8p8rf3ht]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xv8p8rf3ht]  a:hover, .top-row[b-xv8p8rf3ht]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xv8p8rf3ht]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 900px) {
    .appbar-title[b-xv8p8rf3ht] {
        display: none;
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xv8p8rf3ht] {
        display: none;
    }

    .top-row.auth[b-xv8p8rf3ht] {
        justify-content: space-between;
    }

    .top-row[b-xv8p8rf3ht]  a, .top-row[b-xv8p8rf3ht]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xv8p8rf3ht] {
        flex-direction: row;
    }

    .sidebar[b-xv8p8rf3ht] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xv8p8rf3ht] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xv8p8rf3ht]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xv8p8rf3ht], article[b-xv8p8rf3ht] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1qyqe9vt8y] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1qyqe9vt8y] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1qyqe9vt8y] {
    font-size: 1.1rem;
}

.oi[b-1qyqe9vt8y] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-1qyqe9vt8y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1qyqe9vt8y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1qyqe9vt8y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1qyqe9vt8y]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1qyqe9vt8y]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-1qyqe9vt8y]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.user-menu-section[b-1qyqe9vt8y] {
    position: relative;
}

.user-menu-button[b-1qyqe9vt8y] {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 2px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.user-menu-button:hover[b-1qyqe9vt8y] {
    background-color: rgba(0, 0, 0, 0.04);
}

.user-menu-info[b-1qyqe9vt8y] {
    overflow: hidden;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.user-menu-info[b-1qyqe9vt8y]  .mud-typography {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-menu-popover[b-1qyqe9vt8y] {
    position: absolute;
    bottom: 100%;
    left: 8px;
    right: 8px;
    background: var(--mud-palette-surface);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    padding: 4px 0;
    z-index: 100;
    margin-bottom: 4px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1qyqe9vt8y] {
        display: none;
    }

    .collapse[b-1qyqe9vt8y] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-1qyqe9vt8y] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/TagSelector.razor.rz.scp.css */
.page[b-sxagfibzky] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sxagfibzky] {
    flex: 1;
}

.sidebar[b-sxagfibzky] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sxagfibzky] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sxagfibzky]  a, .top-row[b-sxagfibzky]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sxagfibzky]  a:hover, .top-row[b-sxagfibzky]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sxagfibzky]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-sxagfibzky] {
        display: none;
    }

    .top-row.auth[b-sxagfibzky] {
        justify-content: space-between;
    }

    .top-row[b-sxagfibzky]  a, .top-row[b-sxagfibzky]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sxagfibzky] {
        flex-direction: row;
    }

    .sidebar[b-sxagfibzky] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sxagfibzky] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sxagfibzky]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sxagfibzky], article[b-sxagfibzky] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Widgets/Announcements.razor.rz.scp.css */
/* Responsive styles for this widget are in wwwroot/css/app.css */
