/* _content/TienditaDelRey/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-36emoll6y7] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-36emoll6y7] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-36emoll6y7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-36emoll6y7] {
    font-size: 1.1rem;
}

.bi[b-36emoll6y7] {
    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-36emoll6y7] {
    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-36emoll6y7] {
    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-36emoll6y7] {
    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-36emoll6y7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-36emoll6y7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-36emoll6y7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-36emoll6y7]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-36emoll6y7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-36emoll6y7]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-36emoll6y7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-36emoll6y7] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-36emoll6y7] {
        display: none;
    }

    .nav-scrollable[b-36emoll6y7] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/TienditaDelRey/Components/Pages/Comidas/CombosMes.razor.rz.scp.css */
/* Panel sticky solo para desktop */
/* Por defecto oculto en desktop (gana sobre .mud-fab) */
.fab-panel.mud-fab[b-662i1p9awq] {
    display: none !important;
}

@media (max-width: 900px) {
    .fab-panel.mud-fab[b-662i1p9awq] {
        display: flex !important;
    }
}
.resumen-sticky[b-662i1p9awq] {
    position: fixed !important;
    right: 16px !important;
    top: 88px !important; /* ajusta según la altura de tu AppBar */
    width: 320px !important;
    max-height: 60vh !important;
    overflow: auto !important;
    z-index: 1200 !important;
}

@media (max-width: 900px) {
    .resumen-sticky[b-662i1p9awq] {
        display: none !important;
    }
    /* oculto en móvil */
}
/* FAB solo visible en móvil */

.fab-panel[b-662i1p9awq] {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1300;
    display: none;
}

@media (max-width: 900px) {
    .fab-panel[b-662i1p9awq] {
        display: flex !important;
    }
}
/* Drawer móvil */

.mobile-panel-backdrop[b-662i1p9awq] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.2);
    z-index: 1600;
}

.mobile-panel[b-662i1p9awq] {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 92vw;
    max-width: 360px;
    background: var(--mud-palette-surface);
    z-index: 1601;
    box-shadow: var(--mud-elevation-10);
    padding: 12px;
    overflow: auto;
}

/*Combos del Mes - Admin*/
/* Fondo blanco de la barra de tabs */
/* 1) Dentro de estas tabs, el “primary” será rojo */
.tabs-rojas[b-662i1p9awq] {
    --mud-palette-primary: var(--mud-palette-error) !important;
}

    /* 2) Fondo blanco para la barra de tabs */
    .tabs-rojas[b-662i1p9awq]  .mud-tabs-toolbar {
        background: #fff !important;
        border-radius: 12px !important;
    }

    /* 3) Apariencia de tabs */
    .tabs-rojas[b-662i1p9awq]  .mud-tab {
        background: transparent;
        border-radius: 12px !important;
    }

        /* 4) Tab activa: pastilla roja, texto e icono blancos */
        .tabs-rojas[b-662i1p9awq]  .mud-tab.mud-tab-active {
            background: var(--mud-palette-error) !important;
            color: #fff !important;
        }

            .tabs-rojas[b-662i1p9awq]  .mud-tab.mud-tab-active .mud-svg-icon,
            .tabs-rojas[b-662i1p9awq]  .mud-tab.mud-tab-active .mud-icon-root {
                color: #fff !important;
            }

    /* opcional: ocultar la barrita si usas “pastilla” roja */
    .tabs-rojas[b-662i1p9awq]  .mud-tabs-slider {
        display: none !important;
    }

/* Centrar celdas en móviles para la tabla de programados */
@media (max-width: 960px) {
    .tabla-programados .mud-table-body .mud-table-row td[b-662i1p9awq] {
        text-align: center !important;
        vertical-align: middle !important;
    }

        .tabla-programados .mud-table-body .mud-table-row td .mud-input-root[b-662i1p9awq],
        .tabla-programados .mud-table-body .mud-table-row td .mud-switch[b-662i1p9awq] {
            margin-left: auto !important;
            margin-right: auto !important;
        }
}
/* _content/TienditaDelRey/Components/Pages/Payments/Gracias.razor.rz.scp.css */
/* Contenedor principal centrado y con max-width amable para desktop */
.thanks-shell[b-oj92m7atku] {
    width: 100% !important;
    max-width: 980px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: var(--mud-palette-background, #121212) !important;
}
/* Hero: ícono grande + textos */
.thanks-hero[b-oj92m7atku] {
    display: flex !important;
    gap: 16px !important;
    align-items: center !important;
    padding: 28px 24px 12px 24px !important;
    background: linear-gradient(180deg, rgba(3,155,229,0.10) 0%, rgba(3,155,229,0.00) 100%) !important;
}

.hero-icon[b-oj92m7atku] {
    width: 84px;
    height: 84px;
    min-width: 84px;
    border-radius: 50%;
    background: var(--mud-palette-success, #2e7d32) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.25) !important;
}

.hero-copy[b-oj92m7atku] {
    display: flex !important;
    flex-direction: column !important;
}


.summary-row[b-oj92m7atku] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.actions-row[b-oj92m7atku] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 8px 20px 12px 20px;
    justify-content: flex-end;
}

.hero-icon[b-oj92m7atku] {
    width: 84px;
    height: 84px;
    min-width: 84px;
    border-radius: 50%;
    background: var(--mud-palette-success, #2e7d32);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
}

/* Cards internas */
.thanks-card[b-oj92m7atku] {
    margin: 12px 20px !important;
    padding: 16px;
    background: var(--mud-palette-surface, #1e1e1e) !important;
    border-radius: 12px;
    box-shadow: var(--mud-elevation-1);
}

.summary-row[b-oj92m7atku] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.actions-row[b-oj92m7atku] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 8px 20px 12px 20px;
    justify-content: flex-end;
}

/* --- Mobile receipt detail --- */
.mobile-detail[b-oj92m7atku] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.md-row[b-oj92m7atku] {
    display: grid;
    grid-template-columns: auto 1fr auto; /* qty | label | price */
    gap: 10px;
    align-items: start;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    background: rgba(255,255,255,.02);
}

    .md-row .qty[b-oj92m7atku] {
        font-weight: 700;
        opacity: .9;
        min-width: 40px;
    }

    .md-row .label[b-oj92m7atku] {
        line-height: 1.2;
    }

        .md-row .label .dates[b-oj92m7atku] {
            font-size: .80rem;
            opacity: .7;
            margin-top: 4px;
        }

    .md-row .price[b-oj92m7atku] {
        font-weight: 700;
        white-space: nowrap;
        text-align: right;
        min-width: 72px;
    }

/* Mobile tweaks */
@media (max-width: 600px) {
    .thanks-hero[b-oj92m7atku] {
        padding: 20px 16px 8px 16px;
    }

    .thanks-card[b-oj92m7atku] {
        margin: 10px 12px;
        padding: 12px;
    }

    .hero-icon[b-oj92m7atku] {
        width: 72px;
        height: 72px;
    }

    .actions-row[b-oj92m7atku] {
        justify-content: center;
    }
}
/* _content/TienditaDelRey/Components/Pages/Usuarios/Cliente/InformacionDePagos.razor.rz.scp.css */
/* Caja centrada con radio suave */
.bank-card[b-4qzyqz8q0f] {
    border-radius: 14px;
}

/* Píldora del número de cuenta */
.account-pill[b-4qzyqz8q0f] {
    background: rgba(var(--mud-palette-primary-rgb), .06);
    border-radius: 10px;
}

/* Filas de una sola línea con valores a la derecha */
.bank-line[b-4qzyqz8q0f] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem 0;
}

.bank-icon[b-4qzyqz8q0f] {
    flex: 0 0 auto;
}

.label[b-4qzyqz8q0f] {
    white-space: nowrap;
    opacity: .85;
}

.value[b-4qzyqz8q0f] {
    margin-left: auto;
    white-space: nowrap;
    font-weight: 600;
}

.link[b-4qzyqz8q0f] {
    color: var(--mud-palette-info);
}

/* Utilidades */
.nowrap[b-4qzyqz8q0f] {
    white-space: nowrap;
}

.fw-600[b-4qzyqz8q0f] {
    font-weight: 600;
}

/* Móvil: padding cómodo y sin saltos raros */
@media (max-width: 600px) {
    .bank-card[b-4qzyqz8q0f] {
        padding: 12px !important;
    }

    .bank-line[b-4qzyqz8q0f] {
        padding: .3rem 0;
    }
}
/* _content/TienditaDelRey/Components/Pages/Usuarios/Cliente/MiCuenta.razor.rz.scp.css */
/* tarjetas del historial en móvil */
.mud-paper.p-3.mb-2[b-efxd7vvhgq] {
    border: 1px solid rgba(0,0,0,.06) !important;
    background: var(--mud-palette-surface) !important;
}
/* _content/TienditaDelRey/Components/Pages/Usuarios/UsuarioDetalle.razor.rz.scp.css */
@media (max-width: 960px) {
    .mud-table .mud-table-body td[b-ssul287nqs] {
        vertical-align: middle !important;
    }

    .mud-chip[b-ssul287nqs] {
        justify-content: center !important;
    }
}
