/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-d8l93hawfv] {
    background: #dc3545;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,.3);
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
    font-weight: 500;
}

    #blazor-error-ui .dismiss[b-d8l93hawfv] {
        cursor: pointer;
        position: absolute;
        right: 1.5rem;
        top: 1rem;
        color: white;
        text-decoration: none;
        font-size: 1.5rem;
    }

    #blazor-error-ui .reload[b-d8l93hawfv] {
        color: white;
        text-decoration: underline;
        margin-left: 1rem;
    }
