/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bgkbt8zt3r] {
    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-bgkbt8zt3r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Notifications/NotificationBell.razor.rz.scp.css */
.notification-bell[b-5o40mu7nwe] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.notification-bell-badge[b-5o40mu7nwe] {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(25%, -25%);
    pointer-events: none;
}

.notification-bell-item[b-5o40mu7nwe] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    padding: 0.5rem;
    cursor: pointer;
}

.notification-bell-item:hover[b-5o40mu7nwe] {
    background: var(--rz-base-200, rgba(0, 0, 0, 0.04));
}

.notification-bell-item.unread[b-5o40mu7nwe] {
    background: var(--rz-info-lighter, rgba(33, 150, 243, 0.10));
}
/* /Pages/Home.razor.rz.scp.css */
.card-title[b-mrtzozrfi3] {
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    width: 100%;
    height: auto;
    flex: 0 1 auto;
}

.card-content[b-mrtzozrfi3] {
    overflow: auto;
    flex: 1 1 auto;
}

.card-layout[b-mrtzozrfi3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
