/* _content/SpiaggiaVenditaCiboManager/Components/Cassa/SelezioneProdotti.razor.rz.scp.css */
.grid-container-prodotti[b-us2daaahe0] {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 0.5rem;
    background-color: transparent;
    padding: 0;
}

.immagine-prodotto[b-us2daaahe0] {
    width: 30%;
    height: 0;
    padding-bottom: 30%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    color: white;
    border-radius: 1rem;
}

.card-prodotto[b-us2daaahe0] {
    border: 1px solid lightgray;
    cursor: pointer;
    height: 4rem;
}

.dxbl-scroll-viewer-content[b-us2daaahe0] {
    display: block;
}

.h6[b-us2daaahe0] {
    user-select: none;
}

/* Nasconde la barra di scorrimento */
.scrollbar-none[b-us2daaahe0]::-webkit-scrollbar {
    display: none;
}

/* Nasconde la scrollbar per IE, Edge e Firefox */
.scrollbar-none[b-us2daaahe0] {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
/* _content/SpiaggiaVenditaCiboManager/Components/Dashboard/MappaSala.razor.rz.scp.css */
.sala-selector[b-pclkc967we] {
    display: flex;
    gap: .5rem;
}

.sala-btn[b-pclkc967we] {
    background: white;
    border: none;
    border-radius: 20px;
    padding: 10px 28px;
    font-size: 1.1rem;
    font-weight: 500;
    color: black;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

    .sala-btn.active[b-pclkc967we] {
        background: white;
        color: #3eb489;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    .sala-btn:hover:not(.active)[b-pclkc967we] {
        color: #3eb489;
    }


.sala[b-pclkc967we] {
    grid-auto-rows: auto;
    grid-auto-columns: auto;
    display: grid;
    height: 75cqh;
    gap:2rem;
}

.tavolo[b-pclkc967we] {
    
    background: #e2e6ea;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: 2px solid #bfc4c9;
}
/* _content/SpiaggiaVenditaCiboManager/Pages/Cassa.razor.rz.scp.css */

.dxbl-scroll-viewer-content[b-fbwzpznqpr] {
    display: block;
}

.h6[b-fbwzpznqpr] {
    user-select: none;
}

/* Nasconde la barra di scorrimento */
.scrollbar-none[b-fbwzpznqpr]::-webkit-scrollbar {
    display: none;
}

/* Nasconde la scrollbar per IE, Edge e Firefox */
.scrollbar-none[b-fbwzpznqpr] {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
/* _content/SpiaggiaVenditaCiboManager/Pages/Categorie.razor.rz.scp.css */
.grid-container-categorie[b-lh7qsxvxr4] {
    display: grid;
    /* repeat(3, 1fr) crea 3 colonne di uguale larghezza */
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    background-color: transparent;
    padding: 0;
}

/* MEDIA QUERY: Da 1200px in su diventa a 4 Colonne */
@media (min-width: 1200px) {
    .grid-container-categorie[b-lh7qsxvxr4] {
        grid-template-columns: repeat(4, 1fr);
    }
}
.immagine-categoria[b-lh7qsxvxr4] {
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    color: white;
}
/* _content/SpiaggiaVenditaCiboManager/Pages/Prodotti.razor.rz.scp.css */
.grid-container-prodotti[b-dtxr41pxj2] {
    display: grid;
    /* COMPORTAMENTO DI BASE (Schermi più piccoli): 3 colonne */
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    background-color: transparent;
    padding: 0;
}

/* MEDIA QUERY: Quando lo schermo è più largo di 1200px (puoi cambiare questo valore) */
@media (min-width: 1200px) {
    .grid-container-prodotti[b-dtxr41pxj2] {
        /* CAMBIO COMPORTAMENTO: Diventano 4 colonne */
        grid-template-columns: repeat(4, 1fr);
    }
}
.immagine-prodotto[b-dtxr41pxj2] {
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    color: white;
}

.dxbl-scroll-viewer-content[b-dtxr41pxj2] {
    display: block;
}
/* _content/SpiaggiaVenditaCiboManager/Shared/MainLayout.razor.rz.scp.css */
.page[b-rby46w454b] {
    position: relative;
    display: flex;
    /*flex-direction: column;*/
    height:100vh;
}

main[b-rby46w454b] {
    flex: 1;
}

.sidebar[b-rby46w454b] {
    background: white;
    height:100vh;
    width: 12%;
}

.sidebar-menu[b-rby46w454b]{
    width:4cqw;
}

.top-row[b-rby46w454b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rby46w454b]  a, .top-row .btn-link[b-rby46w454b] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-rby46w454b] {
        overflow: hidden;
        text-overflow: ellipsis;
    }


/*@media (max-width: 1199px) {
    .sidebar-menu {
        display: none !important;
    }

    .sidebar-mobile {
        display: flex;
    }
}*/

@media (max-width: 1200px) {
    .sidebar-menu[b-rby46w454b] {
        width: 6cqw;
    }
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rby46w454b] {
        display: none;
    }

    .top-row.auth[b-rby46w454b] {
        justify-content: space-between;
    }

    .top-row a[b-rby46w454b], .top-row .btn-link[b-rby46w454b] {
        margin-left: 0;
    }
    
}

@media (min-width: 641px) {
    .page[b-rby46w454b] {
        flex-direction: row;
    }

 /*   .sidebar {
        width: 14vw;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

    .top-row[b-rby46w454b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-rby46w454b], article[b-rby46w454b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* _content/SpiaggiaVenditaCiboManager/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-469ugg8vvi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-469ugg8vvi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-469ugg8vvi] {
    font-size: 1.1rem;
}

.oi[b-469ugg8vvi] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-469ugg8vvi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-469ugg8vvi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-469ugg8vvi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-469ugg8vvi]  a {
        color: #d7d7d7;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-469ugg8vvi]  a.active {
            background-color: rgba(216,239,231,0.25) !important;
            color: white;
            border-radius: 1rem !important;
        }

        .nav-item[b-469ugg8vvi]  a:hover {
            background-color: rgba(216,239,231,0.1) !important;
            color: white;
            border-radius: 1rem !important;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-469ugg8vvi] {
        display: none;
    }

    .collapse[b-469ugg8vvi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
