/* /Component/NotificationBell.razor.rz.scp.css */
.notification-bell[b-7ha84bp4bc] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}

.notification-bell-badge[b-7ha84bp4bc] {
    position: absolute;
    top: 4px;
    right: 2px;
    pointer-events: none;
}

.notification-bell-item[b-7ha84bp4bc] {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
    font-weight: 600;
}

.notification-bell-item.is-read[b-7ha84bp4bc] {
    opacity: 0.64;
    font-weight: 400;
}

.notification-bell-time[b-7ha84bp4bc] {
    color: #6b7280;
}

[b-7ha84bp4bc] .notification-bell-button.rz-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: #374151;
}

[b-7ha84bp4bc] .notification-bell-button.rz-button:hover,
[b-7ha84bp4bc] .notification-bell-button.rz-button:focus-visible {
    background: #f3f4f6;
    color: #111827;
    box-shadow: none;
}

[b-7ha84bp4bc] .notification-bell-button .rz-button-icon-left {
    margin: 0;
    font-size: 1.35rem;
}

[b-7ha84bp4bc] .notification-bell-panel {
    position: absolute;
    top: 46px;
    right: 0;
    z-index: 2500;
    width: min(320px, calc(100vw - 24px));
    max-height: 420px;
    overflow: auto;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ncsjx7fgqq] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ncsjx7fgqq] {
    flex: 1;
}
/* /Pages/TopBarMenu.razor.rz.scp.css */
.top-nav-shell[b-segkot6oqu] {
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    min-height: 48px;
    padding: 0 8px;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
    overflow: visible;
}

.top-nav-scroll[b-segkot6oqu] {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    overflow: visible;
}

.top-nav-actions[b-segkot6oqu] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    background: inherit;
}

[b-segkot6oqu] .school-top-menu {
    width: 100%;
    min-width: 0;
    overflow: visible;
}

[b-segkot6oqu] .school-top-menu .rz-navigation-item-link {
    min-height: 44px;
    padding-inline: 0.7rem;
    gap: 0.35rem;
    font-size: 0.92rem;
    white-space: nowrap;
}

[b-segkot6oqu] .school-top-menu .rz-menuitem-icon {
    margin-inline-end: 0.25rem;
    font-size: 1.1rem;
}

[b-segkot6oqu] .school-top-menu .rz-navigation-menu {
    min-width: 220px;
    z-index: 2000;
}

[b-segkot6oqu] .school-top-menu .rz-menu,
[b-segkot6oqu] .school-top-menu .rz-menuitem,
[b-segkot6oqu] .school-top-menu .rz-navigation-item {
    overflow: visible;
}

@media (max-width: 900px) {
    .top-nav-shell[b-segkot6oqu] {
        padding-left: 4px;
        padding-right: 4px;
    }

    [b-segkot6oqu] .school-top-menu .rz-navigation-item-link {
        padding-inline: 0.55rem;
        font-size: 0.86rem;
    }
}
/* /Shared/AppTopNav.razor.rz.scp.css */
.app-top-nav-inner[b-5y9nc7m0dh] {

    display: grid;

    grid-template-columns: auto minmax(0, 1fr) auto;

    align-items: center;

    gap: 0.75rem;

    min-height: var(--app-nav-height);

}



.app-top-nav-brand[b-5y9nc7m0dh] {

    flex-shrink: 0;

    text-decoration: none;

}



.top-nav-scroll[b-5y9nc7m0dh] {

    min-width: 0;

    overflow: visible;

}



.app-top-nav-actions[b-5y9nc7m0dh] {

    display: flex;

    align-items: center;

    gap: 0.35rem;

    flex-shrink: 0;

}



/* Radzen 10 horizontal menu — top bar items are direct .rz-navigation-item children */

.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu.rz-menu {

    width: 100%;

    min-width: 0;

    overflow: visible;

    --rz-menu-top-item-color: var(--app-text);

    --rz-menu-top-item-icon-color: var(--app-muted);

    --rz-menu-top-item-background-color: transparent;

    --rz-menu-top-item-hover-color: var(--app-primary);

    --rz-menu-top-item-hover-background-color: var(--app-background);

    --rz-menu-top-item-icon-hover-color: var(--app-primary);

    --rz-menu-background-color: var(--app-surface);

    --rz-menu-item-color: var(--app-text);

    --rz-menu-item-icon-color: var(--app-muted);

    background: transparent !important;

    border: none !important;

    box-shadow: none !important;

    display: flex !important;

    flex-wrap: nowrap !important;

    align-items: center;

    overflow: visible !important;

}



.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu.rz-menu > .rz-navigation-item {

    background: transparent !important;

}



.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu.rz-menu > .rz-navigation-item > .rz-navigation-item-wrapper > .rz-navigation-item-link {

    color: #1f2937 !important;

    background: transparent !important;

    min-height: 40px;

    padding-inline: 0.55rem;

    gap: 0.3rem;

    font-size: 0.875rem;

    white-space: nowrap;

    border-radius: 6px;

}



.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu.rz-menu > .rz-navigation-item .rz-navigation-item-link .rzi:not(.rz-navigation-item-icon-children),

.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu.rz-menu > .rz-navigation-item .rz-navigation-item-text {

    color: #64748b !important;

}



.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu.rz-menu > .rz-navigation-item > .rz-navigation-item-wrapper:hover > .rz-navigation-item-link {

    background: var(--app-background) !important;

    color: var(--app-primary) !important;

}



.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu.rz-menu > .rz-navigation-item > .rz-navigation-item-wrapper:hover .rzi:not(.rz-navigation-item-icon-children),

.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu.rz-menu > .rz-navigation-item > .rz-navigation-item-wrapper:hover .rz-navigation-item-text {

    color: var(--app-primary) !important;

}



/* Dropdown flyouts */

.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu .rz-navigation-menu {

    background: #ffffff !important;

    border: 1px solid var(--app-border) !important;

    border-radius: var(--app-radius) !important;

    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14) !important;

    min-width: 200px;

    padding: 0.3rem 0 !important;

    z-index: 3000 !important;

    overflow: visible !important;

}



.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu .rz-navigation-menu .rz-navigation-item-link {

    color: #1f2937 !important;

    background: transparent !important;

    min-height: 36px;

    padding-inline: 0.85rem;

    font-size: 0.875rem;

}



.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu .rz-navigation-menu .rz-navigation-item-link .rzi:not(.rz-navigation-item-icon-children) {

    color: #64748b !important;

}



.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu .rz-navigation-menu .rz-navigation-item-wrapper:hover > .rz-navigation-item-link {

    background: var(--app-background) !important;

    color: var(--app-primary) !important;

}



.app-top-nav-shell[b-5y9nc7m0dh]  .school-top-menu .rz-menu-toggle-item {

    display: none !important;

}



/* User chip + dropdown */

.app-user-menu-wrap[b-5y9nc7m0dh] {

    position: relative;

    flex-shrink: 0;

}



.app-user-chip[b-5y9nc7m0dh] {

    display: inline-flex;

    align-items: center;

    gap: 0.45rem;

    max-width: 180px;

    min-height: 40px;

    padding: 4px 10px 4px 6px;

    border: 1px solid var(--app-border);

    border-radius: var(--app-radius);

    background: var(--app-surface);

    color: var(--app-text);

    font: inherit;

    font-size: 0.875rem;

    font-weight: 500;

    cursor: pointer;

    white-space: nowrap;

}



.app-user-chip:hover[b-5y9nc7m0dh],

.app-user-chip:focus-visible[b-5y9nc7m0dh] {

    background: var(--app-background);

    border-color: var(--app-primary);

    color: var(--app-primary);

    outline: none;

}



.app-user-avatar[b-5y9nc7m0dh] {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 28px;

    height: 28px;

    border-radius: 50%;

    background: var(--app-background);

    color: var(--app-primary);

    flex-shrink: 0;

}



.app-user-name[b-5y9nc7m0dh] {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    min-width: 0;

}



.app-user-caret[b-5y9nc7m0dh] {

    flex-shrink: 0;

    font-size: 1.1rem !important;

    color: var(--app-muted);

}



.app-user-menu-backdrop[b-5y9nc7m0dh] {

    position: fixed;

    inset: 0;

    z-index: 2400;

}



.app-user-dropdown[b-5y9nc7m0dh] {

    position: absolute;

    top: calc(100% + 6px);

    right: 0;

    z-index: 2500;

    min-width: 200px;

    padding: 0.35rem;

    background: var(--app-surface);

    border: 1px solid var(--app-border);

    border-radius: var(--app-radius);

    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);

}



.app-user-dropdown-item[b-5y9nc7m0dh] {

    display: flex;

    align-items: center;

    gap: 0.5rem;

    width: 100%;

    padding: 0.55rem 0.65rem;

    border: 0;

    border-radius: 6px;

    background: transparent;

    color: var(--app-text);

    font: inherit;

    font-size: 0.875rem;

    text-align: left;

    text-decoration: none;

    cursor: pointer;

}



.app-user-dropdown-item:hover[b-5y9nc7m0dh] {

    background: var(--app-background);

    color: var(--app-primary);

}



@media (max-width: 1024px) {

    .app-top-nav-inner[b-5y9nc7m0dh] {

        grid-template-columns: auto 1fr auto;

        row-gap: 0.35rem;

    }



    .top-nav-scroll[b-5y9nc7m0dh] {

        grid-column: 1 / -1;

    }

}



/* /Shared/GridActionButtons.razor.rz.scp.css */
.grid-action-buttons[b-1tvxd7zhmg]  .grid-action-btn.rz-button {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    padding: 0;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    background: var(--app-surface);
    color: var(--app-muted);
    box-shadow: none;
}

.grid-action-buttons[b-1tvxd7zhmg]  .grid-action-btn.rz-button::before {
    display: none;
}

.grid-action-buttons[b-1tvxd7zhmg]  .grid-action-btn.rz-button:hover:not(:disabled) {
    background: var(--app-background);
    border-color: var(--app-primary);
    color: var(--app-primary);
    box-shadow: none;
}

.grid-action-buttons[b-1tvxd7zhmg]  .grid-action-btn.rz-button .rzi {
    font-size: 1.1rem;
    margin: 0;
}

.grid-action-buttons[b-1tvxd7zhmg]  .grid-action-delete.rz-button {
    color: var(--app-danger);
}

.grid-action-buttons[b-1tvxd7zhmg]  .grid-action-delete.rz-button:hover:not(:disabled) {
    background: rgba(220, 38, 38, 0.08);
    border-color: rgba(220, 38, 38, 0.35);
    color: #b91c1c;
}
