/* /Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-7u92t7h6k6] {
    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-7u92t7h6k6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.connection-indicator[b-7u92t7h6k6] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 500;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    font-size: 1.1rem;
    color: white;
}

.connection-indicator.online[b-7u92t7h6k6] { background-color: #28a745; }
.connection-indicator.offline[b-7u92t7h6k6] { background-color: #6c757d; }

.connection-toast[b-7u92t7h6k6] {
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem;
    color: white;
    font-size: 0.875rem;
    z-index: 501;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
}

.connection-toast.online[b-7u92t7h6k6] { background-color: #28a745; }
.connection-toast.offline[b-7u92t7h6k6] { background-color: #6c757d; }
