@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/SARE/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bwwhkx2x5m] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-bwwhkx2x5m] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
[b-bwwhkx2x5m] tbody td.nowrap {
    white-space: nowrap;
    /*overflow: hidden;*/
    /*max-width: 0;*/
    /*text-overflow: ellipsis;*/
}

[b-bwwhkx2x5m] tbody td.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.timespan-picker[b-bwwhkx2x5m] {
    display: flex;
    align-items: center;
    gap: 0.2rem; /* Espacio peque�o entre los campos y los dos puntos */
}

.time-input[b-bwwhkx2x5m] {
    width: 3ch; /* Espacio para 2 d�gitos */
    text-align: center; /* Centrar el texto en el campo */
    padding: 0.2rem;
    margin: 0;
}

    .time-input[b-bwwhkx2x5m]::-webkit-inner-spin-button,
    .time-input[b-bwwhkx2x5m]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
