/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-cmsojjeyb1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cmsojjeyb1] {
    flex: 1;
}

.sidebar[b-cmsojjeyb1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cmsojjeyb1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cmsojjeyb1]  a, .top-row[b-cmsojjeyb1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-cmsojjeyb1]  a:hover, .top-row[b-cmsojjeyb1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-cmsojjeyb1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-cmsojjeyb1] {
        justify-content: space-between;
    }

    .top-row[b-cmsojjeyb1]  a, .top-row[b-cmsojjeyb1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cmsojjeyb1] {
        flex-direction: row;
    }

    .sidebar[b-cmsojjeyb1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cmsojjeyb1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cmsojjeyb1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cmsojjeyb1], article[b-cmsojjeyb1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.icon-box-small .mud-icon-root[b-cmsojjeyb1] {
    font-size: 20px; /* o 18px según cómo lo veas */
}

.icon-box[b-cmsojjeyb1] {
    background-color: transparent;
    color: white;
    border: 1px solid var(--color-white);
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box-small[b-cmsojjeyb1] {
    border: 1px solid white;
    border-radius: 6px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

/* Estilos para el botón QR que sobresale */
/* /Pages/Ecommerce/Tienda.razor.rz.scp.css */
/*-------- Catálogo --------*/

.catalogo-orden[b-pxv0k21y8b] {
    margin-right: 25rem;
}

.mesa-consumidores[b-pxv0k21y8b] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .mesa-consumidores .consumidores[b-pxv0k21y8b] {
        display: flex;
        align-items: center;
    }

.orden-appbar[b-pxv0k21y8b] {
    background-color: transparent !important;
}

.panel-orden-mobile[b-pxv0k21y8b] {
    display: none;
}

.panel-orden-desktop[b-pxv0k21y8b] {
    display: flex;
}

/*@media (max-width: 1200px) {
    .catalogo-orden {
        margin-right: 25rem;
    }
}*/

@media (max-width: 991px) {
    .panel-orden-mobile[b-pxv0k21y8b] {
        display: flex;
    }

    .panel-orden-desktop[b-pxv0k21y8b] {
        display: none;
    }

    .catalogo-orden[b-pxv0k21y8b] {
        margin: 0;
    }
}

.orden-botones[b-pxv0k21y8b] {
    display: flex;
    gap: 5px;
}

    .orden-botones button[b-pxv0k21y8b] {
        flex: 1;
    }

.list_menu[b-pxv0k21y8b] {
    padding-top: 15px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* /Pages/Fidelizacion/Zonas.razor.rz.scp.css */
.mud-card[b-0u77bg2cg2] {
    height: 200px !important;
    display: flex;
    flex-direction: column;
}
/* /Pages/PedidoMesa/ArticuloCarrito.razor.rz.scp.css */
/* ------------------------ */

.menu_item[b-yqhtn9tzzh] {
    background-color: var(--color-white);
    border-radius: var(--border-radius-general);
    position: relative;
    color: var(--color-black);
    display: block;
    padding: 10px;
    margin-bottom: 24px;
}

.item-box-edit[b-yqhtn9tzzh] {
    transition: 0.3s ease;
    cursor: pointer;
}

    .item-box-edit:hover[b-yqhtn9tzzh] {
        box-shadow: 0px 0px 5px var(--color-dark-30);
    }

@media (max-width: 767px) {
    .menu_item[b-yqhtn9tzzh] {
        margin-bottom: 15px;
    }
}


/* -------------------------------- */
.precio-agregar[b-yqhtn9tzzh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-item[b-yqhtn9tzzh] {
    margin-block: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: var(--border-radius-general);
    padding: 5px;
    background-color: var(--color-light-gray);
    justify-content: space-between;
}

    .sub-item strong[b-yqhtn9tzzh] {
        flex: 1;
    }

.item-lista[b-yqhtn9tzzh] {
    margin-bottom: 5px;
}

/* bloque item detalle - precio */
.item-box[b-yqhtn9tzzh] {
    background-color: var(--color-white);
    border-radius: var(--border-radius-general);
    position: relative;
    color: var(--color-black);
    display: block;
    padding: 5px;
    padding-left: 81px;
    height: 78px;
    border: 1px solid var(--color-light-gray);
}

    .item-box .item-img[b-yqhtn9tzzh] {
        width: 70px;
        height: 70px;
        overflow: hidden;
        position: absolute;
        margin: 0;
        left: 3px;
        top: 3px;
        border-radius: var(--border-radius-general);
        object-fit: cover;
    }

        .item-box .item-img img[b-yqhtn9tzzh] {
            width: 70px;
            height: 70px;
            overflow: hidden;
            object-fit: cover;
        }

    .item-box .item-detalle[b-yqhtn9tzzh] {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: space-around;
    }

        .item-box .item-detalle p[b-yqhtn9tzzh] {
            color: #777;
            margin-bottom: 10px;
            font-size: 13px;
            font-size: 0.8125rem;
        }

    .item-box .item-detalle-precio[b-yqhtn9tzzh] {
        font-size: 13px;
        font-weight: 600;
    }
/* /Pages/PedidoMesa/Catalogo.razor.rz.scp.css */
/*-------- Catálogo --------*/

.mesa-consumidores[b-1beg2kqhub] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .mesa-consumidores .consumidores[b-1beg2kqhub] {
        display: flex;
        align-items: center;
    }

.orden-appbar[b-1beg2kqhub] {
    background-color: transparent !important;
}

.panel-orden-mobile[b-1beg2kqhub] {
    display: none;
}

.panel-orden-desktop[b-1beg2kqhub] {
    display: flex;
}

@media (max-width: 991px) {
    .panel-orden-mobile[b-1beg2kqhub] {
        display: flex;
    }

    .panel-orden-desktop[b-1beg2kqhub] {
        display: none;
    }

    .catalogo-orden[b-1beg2kqhub] {
        margin: 0;
    }
}

.orden-botones[b-1beg2kqhub] {
    display: flex;
    gap: 5px;
}

    .orden-botones button[b-1beg2kqhub] {
        flex: 1;
    }

.list_menu[b-1beg2kqhub] {
    padding-top: 15px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* /Pages/PedidoMesa/ControlCantidad.razor.rz.scp.css */
.quantity-control[b-o3f9xmsvcw] {
    padding: 2px;
    height: auto;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: var(--custom-border-radius-general);
    background-color: #fff;
    border: 1px solid #d2d8dd;
}

.modificacion-consumidores[b-o3f9xmsvcw] {
    border-color: transparent;
    background-color:transparent;
    color:white;
}

.botonMasMenos[b-o3f9xmsvcw] {
    text-align: center;    
    width: 14px;
}
/* /Pages/PedidoMesa/Orden.razor.rz.scp.css */
/*-------- Orden --------*/
.box_order[b-ac3241iyot] {
    display: flex;
    flex-direction: column;
    overflow: auto;
    /*position: fixed;
    top: 48px;
    right: 0;*/
    /*height: 100%;*/
    top: 48px;
    position: sticky;
    height: calc(100dvh - 48px);
    flex: 0 0 25rem;
    z-index: 1300;
    background-color: var(--color-white);
}

    .box_order .head[b-ac3241iyot] {
        flex-shrink: 0;
        border-radius: 5px 5px 0 0;
        text-align: center;
        border-bottom: 1px solid #ededed;
        padding: 17px 20px 12px 20px;
        background-color: #454545;
        color: #fff;
        display: flex;
        align-items: center;
    }

        .box_order .head h3[b-ac3241iyot] {
            font-size: 21px;
            font-size: 1.3125rem;
            margin: 0;
            color: #fff;
        }

    .box_order ul[b-ac3241iyot] {
        list-style: none;
        padding: 0;
    }

        .box_order ul li.total[b-ac3241iyot] {
            font-size: 18px;
            font-size: 1.125rem;
            font-weight: 600;
            text-transform: uppercase;
        }

        .box_order ul li a:hover[b-ac3241iyot] {
            color: #e74747;
        }

        /*.box_order ul li span {
            float: right;
            margin-left: 10px;*/ /* Espacio entre la descripción y el precio */
        /*flex-shrink: 0;*/ /* Evita que el precio se reduzca */
        /*}*/

        .box_order ul li .descripcion-editar-item[b-ac3241iyot] {
            display: inline-block;
            position: relative;
            text-align: start;
            flex: 1; /* Ocupa el espacio disponible */
        }

    .box_order .main[b-ac3241iyot] {
        flex-grow: 1;
        overflow-y: auto;
        height: 100%;
        width: 100%;
        padding-inline: 20px;
        position: relative;
    }

    .box_order .foot[b-ac3241iyot] {
        flex-shrink: 0;
        padding: 20px;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

@media (max-width: 991px) {
    .box_order[b-ac3241iyot] {
        height: 100%;
    }

        .box_order.mobile_fixed[b-ac3241iyot] {
            display: none;
            border-radius: 0;
            position: fixed;
            /* overflow-y: hidden; */
            border: 0;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1300;
            background-color: #fff;
            flex-direction: column;
        }

            .box_order.mobile_fixed.visible[b-ac3241iyot] {
                display: flex !important; /* Mostrar cuando se haga clic */
            }
}

#btn_verpedido[b-ac3241iyot] {
    display: none;
}

@media (max-width: 991px) {
    #btn_verpedido[b-ac3241iyot] {
        display: flex;
    }
}

/* Orden - Comandas */
.circulo[b-ac3241iyot] {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center; /* Centrado vertical */
    justify-content: center; /* Centrado horizontal */
    text-align: center;
    font-weight: bold; /* Opcional, para que se vea mejor */
    font-size: 14px; /* Ajustá según el tamaño del círculo */
}

.comanda-items[b-ac3241iyot] {
    display: flex;
    align-items: flex-start;
    padding: 0.5rem 0;
    width: 100%;
}

.comanda-items-comanda[b-ac3241iyot] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding-right: 1rem;
    position: relative;
    min-width: fit-content;
}

.comanda-items-articulos[b-ac3241iyot] {
    flex: 1;
    padding-left: 1rem;
    margin: 0;
    min-width: 0;
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.comanda-items-detalle[b-ac3241iyot] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
}

    .comanda-items-detalle > div[b-ac3241iyot] {
        display: flex;
        align-items: center;
        white-space: nowrap;
        height: 100%;
    }

.comanda-item-combosopcionales[b-ac3241iyot] {
    margin-left: 0.7rem;
    margin-top: 0.5rem;
    padding: 0.5rem;
    border-left: 2px solid #ededed;
}

/* Orden resumen */
.payment-summary[b-ac3241iyot] {
    width: 100%;
    background-color: #F8F8F8;
    border-radius: var(--border-radius-general);
}

.summary-box[b-ac3241iyot] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.summary-row[b-ac3241iyot] {
    display: flex;
    justify-content: space-between;
    color: var(--mud-palette-drawer-icon);
    font-size: 14px;
}

.ticket-divider[b-ac3241iyot] {
    border-top: 2px dashed #CBC9C9;
    position: relative;
    margin: 12px 0;
    height: 1px;
}

    .ticket-divider[b-ac3241iyot]::before,
    .ticket-divider[b-ac3241iyot]::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        background-color: var(--color-white);
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .ticket-divider[b-ac3241iyot]::before {
        left: -10px;
    }

    .ticket-divider[b-ac3241iyot]::after {
        right: -10px;
    }

.total-box[b-ac3241iyot] {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    padding: 15px;
}

    .total-box .amount[b-ac3241iyot] {
        font-weight: 700;
    }
/* /Pages/PedidoMesa/PedidoMesa.razor.rz.scp.css */

.catalogo-orden[b-4dweik12lq] {
    /*margin-right: 25rem;*/
    display: flex;
}

@media (max-width: 991px) {
    .catalogo-orden[b-4dweik12lq] {
        margin: 0;
    }
}
