/* _content/Spiaggia.BlazorServerDx/Components/Conto/PopupCalendario.razor.rz.scp.css */
.labelInfoMappa[b-z5udyz89gc] {
    text-align: left;
    font-size: 12px;
}

.labelGiornoMappa[b-z5udyz89gc] {
    text-align: center;
    font-size: 10px;
}

.table[b-z5udyz89gc] {
    width: 100%;
    border-collapse: collapse;
}

.th[b-z5udyz89gc], .td[b-z5udyz89gc] {
    padding: 8px;
    text-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.tr:nth-child(even)[b-z5udyz89gc] {
    background-color: #f2f2f2;
}

.td:hover[b-z5udyz89gc] {
    cursor: pointer;
    background-color: #ddd;
}

.shape[b-z5udyz89gc] {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: grey;
    display: block;
    margin: auto;
}

.shape-occupata[b-z5udyz89gc] {
    background-color: red;
}

.shape-libera[b-z5udyz89gc] {
    background-color: green;
}
/* _content/Spiaggia.BlazorServerDx/Pages/Designer/Designer.razor.rz.scp.css */
.card[b-fm9adwnf4e] {
    width: 300px;
    margin: 1.2rem;
}

.card-title[b-fm9adwnf4e] {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}
/* _content/Spiaggia.BlazorServerDx/Pages/Designer/EditorDettaglioMappa.razor.rz.scp.css */
.scroll-wrapper[b-f6x8ovbylh] {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100vh;
    width: 100%;
}

.scroll-btn-left-right[b-f6x8ovbylh] {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    width: 50px;
    height: 80px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.scroll-btn-top-bottom[b-f6x8ovbylh] {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    width: 80px;
    height: 50px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.left-btn[b-f6x8ovbylh] {
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.right-btn[b-f6x8ovbylh] {
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.up-btn[b-f6x8ovbylh] {
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.down-btn[b-f6x8ovbylh] {
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.container-piantina[b-f6x8ovbylh] {
    width: 100%;
    height: 100vh;
    background-color: #faf0e6;
    border: 5px solid #ffc107;
    overflow: auto;
    position: relative;
}

.grid-piantina[b-f6x8ovbylh] {
    display: grid;
    gap: 5px 5px;
    user-select: none;
    /* Aggiungi dimensioni maggiori per dimostrare lo scrolling */
    width: 200%;
    height: 200%;
    transition: transform 0.3s ease; 
    transform-origin: center; 
}

.grid-piantina-item[b-f6x8ovbylh] {
    padding: 1px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: black;
    border: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
}

    .grid-piantina-item:hover[b-f6x8ovbylh] {
        background-color: #ffc107;
        border: 1px solid white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.ombrellone[b-f6x8ovbylh] {
    background-color: white;
}

.decorazione[b-f6x8ovbylh] {
    background-color: #e9d3a3;
}

.testo[b-f6x8ovbylh] {
    font-size: 20px;
    background-color: #e9d3a3;
}

.grid-info-risorsa[b-f6x8ovbylh] {
    display: grid;
    width: 100%;
    grid-template-areas:
        'Risorsa Terminal'
        'Articolo Articolo'
        'Agenzia Agenzia';
    padding: 1px;
}

.itemRisorsa[b-f6x8ovbylh] {
    grid-area: Risorsa;
    text-align: left;
    font-weight: bold;
}

.itemTerminal[b-f6x8ovbylh] {
    grid-area: Terminal;
    text-align: center;
}

.itemArticolo[b-f6x8ovbylh] {
    grid-area: Articolo;
    text-align: left;
}

.itemAgenzia[b-f6x8ovbylh] {
    grid-area: Agenzia;
    text-align: left;
}

.messaggio[b-f6x8ovbylh] {
    position: absolute;
    z-index: 20;
    margin: 2rem;
}
/* _content/Spiaggia.BlazorServerDx/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    height: 100%;
    overflow: hidden;
}

::deep .content {
    overflow: auto;
}
*/
/* _content/Spiaggia.BlazorServerDx/Shared/NavMenu.razor.rz.scp.css */
.nav-item[b-bfl0tqve2t]  a.active {
    color: black !important;
    background-color: #ffc100 !important;
    border-color: #cc9a00 !important;
}

.nav-item[b-bfl0tqve2t]  a:hover {
    color: black !important;
    background-color: #ffc100 !important;
    border-color: #cc9a00 !important;
}
