@import '_content/Blazor.Shared/Blazor.Shared.w3mrvi75q6.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-psr3cwxnsr] {
    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-psr3cwxnsr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-h6p0ssymep] {
    background-color: rgba(255, 255, 255, 0.7); /* Un velo ligero sobre la app */
    inline-size: 100%;
    max-inline-size: 100%;
    block-size: 100%;
    max-block-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    /* Mantenemos tus animaciones */
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity 0.5s both;
}

    #components-reconnect-modal[open][b-h6p0ssymep] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        animation: components-reconnect-modal-fadeInOpacity 0.5s ease-in-out forwards;
    }

    /* Ocultamos el fondo oscuro original para que se vea tu Skeleton limpio */
    #components-reconnect-modal[b-h6p0ssymep]::backdrop {
        background-color: transparent;
    }

/* Estilo para que los mensajes no floten feos sobre el skeleton */
.status-messages[b-h6p0ssymep] {
    background: white;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
}
