/* PosGen.WebClient — estilos base mínimos */
*, *::before, *::after { box-sizing: border-box; }

#blazor-error-ui {
    background: #7b1d1d;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,.2);
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #fca5a5;
}
#blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: .75rem; top: .5rem; }
