@import '_content/DsaCore.UICommon/DsaCore.UICommon.5icwtuk3p5.bundle.scp.css';

/* /Pages/Dashboard.razor.rz.scp.css */
.host-dash[b-06ml4ke467] {
    padding: 8px 4px 24px;
}

.host-dash__header[b-06ml4ke467] {
    margin-bottom: 4px;
}

.host-dash__title[b-06ml4ke467] {
    font-weight: 800;
    margin: 0;
}

/* Rejilla de KPIs: se adapta automáticamente al nº de tarjetas y al ancho */
.kpi-grid[b-06ml4ke467] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    margin-top: 8px;
}

.chart-card[b-06ml4ke467] {
    border-radius: 14px;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.chart-title[b-06ml4ke467] {
    font-weight: 700;
    margin: 0 0 8px;
}

.gauge-wrap[b-06ml4ke467] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}
/* /Pages/Providers/Components/ProvidersList.razor.rz.scp.css */
ul[b-9cz2goexdf] {
    /*position: absolute !important;
    z-index: 2000 !important;*/
}
/* /Pages/Providers/RelationTenants/ProvidersTenantRelationShip.razor.rz.scp.css */
ul[b-uvx9aobz2v] {
    /*position: absolute !important;
    z-index: 2000 !important;*/
}
/* /Pages/Transport/Components/PriceList/FormTransportPriceList.razor.rz.scp.css */
th[b-yalgnmqggd], td[b-yalgnmqggd] {
    /*padding: 10px;*/
    text-align: center;
}
/* /Shared/Loading/Components/SpinnerLoading.razor.rz.scp.css */
.sk-chase[b-6x9hpff80o] {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase-b-6x9hpff80o 2.5s infinite linear both;
}

.sk-chase-dot[b-6x9hpff80o] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot-b-6x9hpff80o 2.0s infinite ease-in-out both;
}

    .sk-chase-dot[b-6x9hpff80o]:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #fff;
        border-radius: 100%;
        animation: sk-chase-dot-before-b-6x9hpff80o 2.0s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1)[b-6x9hpff80o] {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2)[b-6x9hpff80o] {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3)[b-6x9hpff80o] {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4)[b-6x9hpff80o] {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5)[b-6x9hpff80o] {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6)[b-6x9hpff80o] {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1)[b-6x9hpff80o]:before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2)[b-6x9hpff80o]:before {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3)[b-6x9hpff80o]:before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4)[b-6x9hpff80o]:before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5)[b-6x9hpff80o]:before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6)[b-6x9hpff80o]:before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase-b-6x9hpff80o {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-b-6x9hpff80o {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before-b-6x9hpff80o {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}
/* /Shared/Loading/Loading.razor.rz.scp.css */
.loadingPage[b-ebfkr30v10] {
    position: fixed;
    display: grid;
    place-items: center;
    z-index: 1000;
    padding-top: 100px; /* Ubica el modal un poco hacia abajo */
    left: 0;
    top: 0;
    width: 100%; /* Full ancho */
    height: 100%; /* Full altura */
    overflow: hidden; /* Habilita el scroll si es necesario */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-szkgxvsyw1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-szkgxvsyw1] {
    flex: 1;
}

.rz-sidebar-collapsed[b-szkgxvsyw1] {
    width: 50px !important;
    opacity: 1;
}

.sidebar-toggle[b-szkgxvsyw1] {
    height: 100%;
    width: 50px;
    background-color: inherit;
    border: 0;
}

.rd-navigation-item-icon[b-szkgxvsyw1] {
    margin-right: 1.3rem !important;
}

.sidebar[b-szkgxvsyw1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-szkgxvsyw1] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-szkgxvsyw1]  a, .top-row[b-szkgxvsyw1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-szkgxvsyw1]  a:hover, .top-row[b-szkgxvsyw1]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-szkgxvsyw1]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-szkgxvsyw1] {
        display: none;
    }

    .top-row.auth[b-szkgxvsyw1] {
        justify-content: space-between;
    }

    .top-row[b-szkgxvsyw1]  a, .top-row[b-szkgxvsyw1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-szkgxvsyw1] {
        flex-direction: row;
    }

    .sidebar[b-szkgxvsyw1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-szkgxvsyw1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-szkgxvsyw1]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-szkgxvsyw1], article[b-szkgxvsyw1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
