/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-xidjw2p9hj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xidjw2p9hj] {
    flex: 1;
}

.sidebar[b-xidjw2p9hj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xidjw2p9hj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xidjw2p9hj]  a, .top-row[b-xidjw2p9hj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xidjw2p9hj]  a:hover, .top-row[b-xidjw2p9hj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xidjw2p9hj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xidjw2p9hj] {
        justify-content: space-between;
    }

    .top-row[b-xidjw2p9hj]  a, .top-row[b-xidjw2p9hj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xidjw2p9hj] {
        flex-direction: row;
    }

    .sidebar[b-xidjw2p9hj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xidjw2p9hj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xidjw2p9hj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xidjw2p9hj], article[b-xidjw2p9hj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.logout-overlay[b-xidjw2p9hj] {
    position: fixed !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0,0,0,.35) !important;
    backdrop-filter: blur(2px) !important;
    z-index: 9999 !important;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5swnl39x4x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5swnl39x4x] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5swnl39x4x] {
    font-size: 1.1rem;
}

.bi[b-5swnl39x4x] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5swnl39x4x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5swnl39x4x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5swnl39x4x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-5swnl39x4x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5swnl39x4x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5swnl39x4x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5swnl39x4x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5swnl39x4x]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5swnl39x4x]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5swnl39x4x] {
        display: none;
    }

    .collapse[b-5swnl39x4x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-5swnl39x4x] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Comidas/CombosMes.razor.rz.scp.css */

/* ===========================
           COMBOS MES - CALENDARIO
           =========================== */
.calendar-grid[b-r2ddmuhfdw] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.calendar-head .cal-head[b-r2ddmuhfdw] {
    font-weight: 600;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 10px;
    background: var(--mud-palette-background-grey);
}

.calendar-head .cal-weekend[b-r2ddmuhfdw] {
    opacity: .6;
}

.calendar-body[b-r2ddmuhfdw] {
    margin-top: 10px;
}

.cal-cell[b-r2ddmuhfdw] {
    min-height: 140px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.06);
    background: white;
    padding: 10px;
    cursor: pointer;
    transition: box-shadow .12s ease;
    overflow: hidden;
}

    .cal-cell:hover[b-r2ddmuhfdw] {
        box-shadow: 0 6px 18px rgba(0,0,0,.08);
    }

    .cal-cell.out-month[b-r2ddmuhfdw] {
        opacity: .35;
        background: var(--mud-palette-background-grey);
        cursor: default;
    }

    .cal-cell.weekend[b-r2ddmuhfdw] {
        opacity: .55;
        background: var(--mud-palette-background-grey);
        cursor: default;
    }

.cal-day-top[b-r2ddmuhfdw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

.cal-day-number[b-r2ddmuhfdw] {
    font-weight: 700;
}

.cal-today-chip[b-r2ddmuhfdw] {
    transform: scale(.92);
}

.combo-card[b-r2ddmuhfdw] {
    padding: 8px;
    border-radius: 12px;
    border-left: 4px solid var(--mud-palette-info);
    background: rgba(0, 0, 0, .02);
    margin-top: 8px;
}

.combo-name input[b-r2ddmuhfdw] {
    font-size: 12px;
}

.cal-empty-hint[b-r2ddmuhfdw] {
    margin-top: 10px;
    opacity: .55;
    font-style: italic;
}

.combosmes-fab[b-r2ddmuhfdw] {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1000;
}

/* Mobile: menos altura */
@media (max-width: 959.98px) {
    .cal-cell[b-r2ddmuhfdw] {
        min-height: 120px;
        padding: 8px;
    }

    .calendar-grid[b-r2ddmuhfdw] {
        gap: 8px;
    }
}



.combosmes-page .calendar-grid[b-r2ddmuhfdw] {
    gap: 14px; /* más aire entre columnas/filas */
}

/* Celda del día más “clean” */
.combosmes-page .cal-cell[b-r2ddmuhfdw] {
    padding: 12px;
    border-radius: 14px;
}

    /* Weekend más deshabilitado */
    .combosmes-page .cal-cell.weekend[b-r2ddmuhfdw] {
        opacity: 0.55;
        filter: grayscale(0.35);
        cursor: not-allowed;
    }

/* Card compacto */
.combosmes-page .combo-card-compact[b-r2ddmuhfdw] {
    margin-top: 8px;
    padding: 10px 10px;
    border-radius: 12px;
    border: 1px solid var(--mud-palette-lines-default);
    cursor: pointer;
    user-select: none;
}

    /* Hover sutil */
    .combosmes-page .combo-card-compact:hover[b-r2ddmuhfdw] {
        box-shadow: 0 6px 16px rgba(0,0,0,.08);
    }

/* Fila superior del card */
.combosmes-page .combo-top-row[b-r2ddmuhfdw] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Puntito estado */
.combosmes-page .combo-state-dot[b-r2ddmuhfdw] {
    padding: 0 !important;
}

/* Nombre con ... (ellipsis) */
.combosmes-page .combo-title-ellipsis[b-r2ddmuhfdw] {
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Precio */
.combosmes-page .combo-price[b-r2ddmuhfdw] {
    margin-top: 4px;
    opacity: .85;
}

/* ✅ SOLO MÓVIL: el header pasa a columna y estira acciones */
@media (max-width: 959.98px) {
    .combos-header[b-r2ddmuhfdw] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .combos-actions-mobile[b-r2ddmuhfdw] {
        width: 100% !important;
    }
}

/* ✅ Si algún chip largo te rompe el layout en móvil, esto lo suaviza */
@media (max-width: 599.98px) {
    .mud-chip[b-r2ddmuhfdw] {
        white-space: normal !important;
        height: auto !important;
    }
}

/* =========================
   ✅ Mobile Prototype Styles
   ========================= */

@media (max-width: 960px) {
    .combos-root[b-r2ddmuhfdw] {
        padding: 0 !important;
    }
}

/* AppBar */
.combos-mobile-appbar[b-r2ddmuhfdw] {
    background: var(--mud-palette-info);
    padding: 10px 12px 56px 12px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.combos-mobile-appbar-inner[b-r2ddmuhfdw] {
    width: 100%;
}

.combos-mobile-appbar-title[b-r2ddmuhfdw] {
    color: white;
    font-weight: 700;
}

.combos-mobile-appbar-btn .mud-icon-root[b-r2ddmuhfdw],
.combos-mobile-avatar .mud-icon-root[b-r2ddmuhfdw] {
    color: white;
}

/* Top card */
.combos-mobile-topcard[b-r2ddmuhfdw] {
    margin: -38px 14px 14px 14px;
    border-radius: 18px;
    padding: 14px;
}

/* Mes */
.combos-mobile-label[b-r2ddmuhfdw] {
    letter-spacing: .08em;
    opacity: .75;
    font-weight: 700;
}

.combos-month-activator[b-r2ddmuhfdw] {
    padding: 0;
    min-width: 0;
    text-transform: none;
}

.combos-month-text[b-r2ddmuhfdw] {
    color: var(--mud-palette-info);
    font-weight: 800;
    margin-right: 6px;
}

/* Nota */
.combos-note-box[b-r2ddmuhfdw] {
    border-radius: 14px;
    padding: 12px;
    border: 1px solid rgba(var(--mud-palette-info-rgb), .22);
    background: rgba(var(--mud-palette-info-rgb), .06);
}

.combos-note-title[b-r2ddmuhfdw] {
    color: var(--mud-palette-error);
    font-weight: 900;
}

/* Acciones */
.combos-action-btn[b-r2ddmuhfdw] {
    border-radius: 12px;
    white-space: nowrap;
}

.combos-refresh-icon[b-r2ddmuhfdw] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.15);
}

/* Listado días */
.combos-mobile-days[b-r2ddmuhfdw] {
    padding: 0 14px 80px 14px;
}

.combos-day-card[b-r2ddmuhfdw] {
    background: white;
    border-radius: 18px;
    padding: 14px;
    border: 1px solid rgba(0,0,0,.06);
}

/* Badge fecha */
.combos-date-badge[b-r2ddmuhfdw] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.combos-date-dow[b-r2ddmuhfdw] {
    font-size: 12px;
    font-weight: 800;
    opacity: .7;
    line-height: 1;
}

.combos-date-day[b-r2ddmuhfdw] {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
}

/* Botón + circular */
.combos-plus-btn[b-r2ddmuhfdw] {
    width: 46px;
    height: 46px;
    border-radius: 999px;
}

.combos-plus-filled[b-r2ddmuhfdw] {
    background: var(--mud-palette-info) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.18);
}

    .combos-plus-filled .mud-icon-root[b-r2ddmuhfdw] {
        color: white !important;
    }

.combos-plus-outline[b-r2ddmuhfdw] {
    background: transparent !important;
    border: 2px solid var(--mud-palette-info) !important;
}

    .combos-plus-outline .mud-icon-root[b-r2ddmuhfdw] {
        color: var(--mud-palette-info) !important;
    }

/* Combo card */
.combos-combo-card[b-r2ddmuhfdw] {
    border-radius: 16px;
    padding: 14px;
    border: 1px solid rgba(0,0,0,.08);
}

.combos-combo-num[b-r2ddmuhfdw] {
    opacity: .65;
    font-weight: 800;
}

.combos-price[b-r2ddmuhfdw] {
    color: var(--mud-palette-success);
    font-weight: 900;
}

.combos-badges .mud-chip[b-r2ddmuhfdw] {
    margin-right: 6px;
    margin-top: 6px;
}

.combos-chip-soft[b-r2ddmuhfdw] {
    background: rgba(var(--mud-palette-info-rgb), .06);
}

/* Línea punteada como prototipo */
.combos-dashed-divider[b-r2ddmuhfdw] {
    border-top: 1px dashed rgba(0,0,0,.18);
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Empty alert */
.combos-empty-alert[b-r2ddmuhfdw] {
    border-radius: 12px;
    padding: 12px;
    background: rgba(var(--mud-palette-error-rgb), .06);
    border: 1px solid rgba(var(--mud-palette-error-rgb), .20);
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* =========================================================
       ADMIN - MÓVIL (scopeado para NO afectar desktop ni cliente)
       ========================================================= */
@media (max-width: 959.98px) {

    .admin-mobile-scope[b-jt9k67ozcj] {
        padding-left: 12px;
        padding-right: 12px;
    }

        /* Fila alineada dentro de cada kpi-card (NO modifica el nombre kpi-card) */
        .admin-mobile-scope .admin-kpi-row[b-jt9k67ozcj] {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            width: 100%;
        }

        .admin-mobile-scope .admin-kpi-left[b-jt9k67ozcj] {
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0; /* permite ellipsis */
        }

        /* Evita que el label se rompa y descuadre */
        .admin-mobile-scope .admin-kpi-label[b-jt9k67ozcj] {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 14ch; /* controla “Gastos extra” en sm */
        }

        /* Evita que el valor se parta en 2 líneas */
        .admin-mobile-scope .admin-kpi-value[b-jt9k67ozcj] {
            white-space: nowrap;
            font-weight: 700;
        }

        /* =========================================================
           Pagos Confirmados - hero verde (estilo referencia)
           - sin cambiar clases existentes: se agrega clase extra
           ========================================================= */
        /* =========================================================
   Pagos Confirmados - hero verde (más parecido a tu referencia)
   - Aumentamos especificidad: MudPaper siempre trae la clase .mud-paper
   - Forzamos background + quitamos borde/superficie heredada de kpi-card
   - Añadimos brillo radial para ese “tonito” tipo app moderna (imagen 2)
   ========================================================= */
        .admin-mobile-scope .mud-paper.kpi-card.admin-payments-hero[b-jt9k67ozcj] {
            border-radius: 28px !important;
            padding: 22px 20px !important;
            /* Color base + gradiente (más “vivo” como tu referencia) */
            background-color: #0aa874 !important; /* fallback */
            background-image: linear-gradient(135deg, #0aa874 0%, #089a6b 45%, #067a5a 100%) !important;
            color: #fff !important;
            /* Quita cualquier borde o “surface” heredado */
            border: none !important;
            /* Sombra más suave y profunda tipo “hero card” */
            box-shadow: 0 20px 40px rgba(0, 140, 98, .28) !important;
            /* Para que el brillo (pseudo-elemento) no se salga */
            position: relative;
            overflow: hidden;
        }

            /* Brillo tipo “shine” como la segunda imagen (no afecta clics) */
            .admin-mobile-scope .mud-paper.kpi-card.admin-payments-hero[b-jt9k67ozcj]::before {
                content: "";
                position: absolute;
                inset: 0;
                background: radial-gradient(circle at 85% 35%, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, 0) 55%);
                pointer-events: none;
            }

        /* Asegura que el contenido quede arriba del brillo */
        .admin-mobile-scope .admin-payments-row[b-jt9k67ozcj] {
            position: relative;
            z-index: 1;
        }

        /* Título y monto: más parecido al “hero” */
        .admin-mobile-scope .admin-payments-title[b-jt9k67ozcj] {
            font-weight: 700;
            opacity: .95;
            margin-bottom: 6px;
        }

        /* Un poquito más grande para que se parezca al mock */
        .admin-mobile-scope .admin-payments-amount[b-jt9k67ozcj] {
            font-weight: 900;
            line-height: 1;
            letter-spacing: -0.02em;
        }

        /* Burbuja del check: más grande y más “glow” */
        .admin-mobile-scope .admin-payments-right[b-jt9k67ozcj] {
            width: 64px;
            height: 64px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .22);
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            position: relative;
            z-index: 1;
        }

            .admin-mobile-scope .admin-payments-right .mud-icon-root[b-jt9k67ozcj] {
                font-size: 38px;
            }


     
}
/* /Pages/Usuarios/Admin/UsuarioDetalle.razor.rz.scp.css */
/* KPI cards - evita wraps feos y mantiene todo legible */
.kpi-card[b-aeotliz183] {
    border-radius: 18px !important;
    /* opcional para que todas tengan altura similar */
    min-height: 96px !important;
}

.kpi-row[b-aeotliz183] {
    width: 100% !important;
}

.kpi-icon[b-aeotliz183] {
    flex: 0 0 auto !important;
}

/* importantísimo en flex: permite que el texto haga ellipsis en vez de romper layout */
.kpi-text[b-aeotliz183] {
    min-width: 0 !important;
}

.kpi-label[b-aeotliz183] {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.kpi-value[b-aeotliz183] {
    white-space: nowrap !important; /* evita saltos en el monto */
}

/* Compacto móvil */
.kpi-card-compact[b-aeotliz183] {
    min-height: 74px !important;
}
/* /Pages/Usuarios/Cliente/MiCuenta.razor.rz.scp.css */
/* ===================== Estilos para KPI del tab RESUMEN ===================== */

/* Grilla de KPIs en escritorio:
   - Cada mud-grid-item se vuelve flex para que el MudPaper pueda estirarse
     y todas las tarjetas queden con la misma altura. */
.kpi-grid .mud-grid-item[b-e95rzzr1jr] {
    display: flex !important;
}

    /* El MudPaper ocupa toda la altura disponible dentro del grid item */
    .kpi-grid .mud-grid-item > .mud-paper[b-e95rzzr1jr] {
        flex: 1 1 auto !important;
    }

/* Tarjeta KPI base (móvil + escritorio) */
.kpi-card[b-e95rzzr1jr] {
    border-radius: 14px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important; /* centra el contenido verticalmente */
}

    /* Los MudStack internos ocupan todo el ancho de la tarjeta */
    .kpi-card .mud-stack[b-e95rzzr1jr] {
        width: 100% !important;
    }

/* ===== Estilos locales para MiCuenta (tab General - desktop) =====
       micuenta-general-grid: hace que los MudItem de la fila se estiren a la misma altura.
       micuenta-general-card: hace que el MudPaper rellene el alto disponible de cada columna. */
.micuenta-general-grid[b-e95rzzr1jr] {
    align-items: stretch !important;
}

.micuenta-general-card[b-e95rzzr1jr] {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}
