/* Site-level styles (splash styles live in splash.css, page styles in the
   scoped Home.razor.css bundle). */

/* Blazor's unhandled-error bar: hidden by default; the Blazor runtime sets
   display:block on it when an unhandled exception occurs. Without this rule
   the bar is permanently visible at the bottom of the page. */
#blazor-error-ui {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2000;
    background: #b32121;
    color: #fff;
    padding: 0.6rem 3rem 0.6rem 1.25rem;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.4);
}

#blazor-error-ui .reload {
    color: #fff;
    text-decoration: underline;
    margin-left: 0.75rem;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    color: #fff;
}
