/* Host-level styles for the web app. Shared styles live in Stepwise.Shared.UI. */

#blazor-error-ui {
    background: #fdf3d8;
    color: #1c1c22;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.8rem 1.2rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
