/* _content/Bob.App/Pages/CalculatePage.razor.rz.scp.css */
.griglia[b-skb3jpqbct] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 elementi per riga */
    gap: 8px;
    grid-auto-rows: 36px;
}

.griglia-item[b-skb3jpqbct] {
    background: #eaf3fc;
    padding: 2px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    height: 36px;
    width: 100%;
}

    .griglia-item button[b-skb3jpqbct] {
        flex: 1 1 auto; /* il bottone si espande */
        width: 100%; /* riempi la cella in larghezza */
        height: 100%; /* riempi la cella in altezza */
        margin: 0; /* nessuno spazio aggiuntivo */
        padding: 0; /* puoi aggiustare se serve */
    }

.flex-container[b-skb3jpqbct] {
    height: 90vh;
}

.griglia[b-skb3jpqbct] {
    flex: 1;
    overflow-y: auto;
    height: 100%;
}



.divider[b-skb3jpqbct] {
    width: 2px;
    background: #dedede;
    margin: 0 12px;
    height: 100%;
    align-self: stretch; /* si estende in altezza come il flex-container */
}

.header-divider[b-skb3jpqbct] {
    width: 2px;
    height: 60px;
    background: #dedede;
    margin: 0 10px;
}
/* MODAL */
.modal-overlay[b-skb3jpqbct] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-content[b-skb3jpqbct] {
    background: #fff;
    padding: 2rem;
    border-radius: 6px;
    min-width: 300px;
    max-width: fit-content;
    min-height: 150px;
    max-height: 400px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
}

.button-modal[b-skb3jpqbct] {
    width: 100px;
    height: 36px;
}
/* _content/Bob.App/Pages/Components/CalculateVisualizer.razor.rz.scp.css */
.visualizer[b-3ic89ploly] {
    /*flex: 1;
    overflow-y: auto;*/
    display: flex;
    flex-direction: column;
    height: 100%;
}

.table-scroll-container[b-3ic89ploly] {
    max-height: 80vh;
    min-height: 500px;
    overflow-y: auto;
}

    .table-scroll-container table[b-3ic89ploly] {
        width: 100%;
        margin-bottom: 0;
    }

.visualizer[b-3ic89ploly] {
    flex: 1;
    /*overflow-y: auto;*/
    height: 100%;
}

#marketsModal .modal-dialog[b-3ic89ploly] {
    width: 86vw !important;
    max-width: 98vw !important;
    min-width: 320px;
    min-height: 800px;
    max-height: 90vw;
    margin: 0 auto;
}

/* _content/Bob.App/Pages/Components/MarketsOddsTable.razor.rz.scp.css */
.table-sm th[b-k768f9ehxz], .table-sm td[b-k768f9ehxz],
.table th[b-k768f9ehxz], .table td[b-k768f9ehxz] {
    border-width: 1.2px !important;
    padding-top: 0.13rem !important;
    padding-bottom: 0.13rem !important;
    font-size: 0.96em !important;
    line-height: 1.16 !important;
}

.market-cell[b-k768f9ehxz] {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    border-left: 3px solid #0d6efd !important;
    border-right: 1px solid #dee2e6 !important;
    padding-top: 0.10rem !important;
    padding-bottom: 0.09rem !important;
    max-width: 190px;
    min-width: 140px;
    width: 13vw;
}

.specifier-cell[b-k768f9ehxz] {
    font-size: 1.04rem !important;
    font-weight: 600 !important;
    background: #f4f6fa;
    border-left: 2px solid #444 !important;
    border-right: 1px solid #dee2e6 !important;
    padding-top: 0.10rem !important;
    padding-bottom: 0.10rem !important;
    max-width: 265px;
    min-width: 200px;
    width: 24vw;
}

.badge[b-k768f9ehxz] {
    font-size: 0.92em;
    padding-top: 0.08em;
    padding-bottom: 0.08em;
}

.outcome-name-outcome-long[b-k768f9ehxz] {
    font-size: 0.96em;
    font-weight: 500;
    margin-right: 0.15em;
    max-width: 70px;
    min-width: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.outcome-odds-badge[b-k768f9ehxz] {
    font-size: 0.93em;
    font-weight: 500;
    min-width: 36px;
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-top: 0.10em;
    padding-bottom: 0.10em;
}

.outcomes-grid-td[b-k768f9ehxz] {
    background: transparent !important;
    min-width: 140px;
    min-height: 34px;
    padding: 0 !important;
}

.outcomes-grid[b-k768f9ehxz] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1.2px;
    align-items: center; /* CENTRA LE RIGHE NELLA COLONNA */
}

.outcomes-grid-row[b-k768f9ehxz] {
    display: flex;
    flex-direction: row;
    gap: 2.2px;
    margin-bottom: 1px;
    justify-content: center; /* CENTRA GLI OUTCOME NELLA RIGA */
}

.outcomes-grid-row-4[b-k768f9ehxz] {
    justify-content: center; /* centratura per riga a 4 */
}

.outcomes-grid-4[b-k768f9ehxz] {
    align-items: center; /* centratura verticale globale griglia */
}

.outcome-grid-cell[b-k768f9ehxz] {
    flex: 0 0 auto;
    min-width: 85px;
    max-width: 120px;
    background: #fafdff;
    border-radius: 8px;
    margin: 1px 0.6px;
    padding: 2px 2px 1px 2px;
    cursor: pointer;
    transition: background 0.16s;
    box-shadow: 0 1px 2px #e3e9f1;
    border: 1px solid #e4edf5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.outcome-grid-cell-color[b-k768f9ehxz] {
    /* sfondo delle card delle outcome viene forzato a color standard (sovrascrive colore riga) */
    opacity: 1;
}

.outcome-grid-cell:hover[b-k768f9ehxz] {
    background: #d1ebfd;
}

.outcome-card-mini[b-k768f9ehxz] {
    width: 100%;
    min-width: 60px;
    max-width: 125px;
    display: flex;
}

.outcome-card-inline[b-k768f9ehxz] {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}
/* _content/Bob.App/Pages/Matches.razor.rz.scp.css */
.griglia[b-ypin2zq79p] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 elementi per riga */
    gap: 8px;
    grid-auto-rows: 36px;
}

.griglia-item[b-ypin2zq79p] {
    background: #eaf3fc;
    padding: 2px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    height: 36px;
    width: 100%;
}

    .griglia-item button[b-ypin2zq79p] {
        flex: 1 1 auto; /* il bottone si espande */
        width: 100%; /* riempi la cella in larghezza */
        height: 100%; /* riempi la cella in altezza */
        margin: 0; /* nessuno spazio aggiuntivo */
        padding: 0; /* puoi aggiustare se serve */
    }

.flex-container[b-ypin2zq79p] {
    display: flex;
    height: 90vh;
}

.griglia[b-ypin2zq79p] {
    flex: 1;
    overflow-y: auto;
    height: 100%;
}

.visualizer[b-ypin2zq79p] {
    flex: 1;
    /*overflow-y: auto;*/
    height: 100%;
}

.divider[b-ypin2zq79p] {
    width: 2px;
    background: #dedede;
    margin: 0 12px;
    height: 100%;
    align-self: stretch; /* si estende in altezza come il flex-container */
}

.header-divider[b-ypin2zq79p] {
    width: 2px;
    height: 60px;
    background: #dedede;
    margin: 0 10px;
}
/* MODAL */
.modal-overlay[b-ypin2zq79p] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-content[b-ypin2zq79p] {
    background: #fff;
    padding: 2rem;
    border-radius: 6px;
    min-width: 300px;
    max-width: fit-content;
    min-height: 150px;
    max-height: 400px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
}

.button-modal[b-ypin2zq79p] {
    width: 100px;
    height: 36px;
}
/* _content/Bob.App/Pages/MatchStateVisualizer.razor.rz.scp.css */
.visualizer[b-fsujkv5jq3] {
    /*flex: 1;
    overflow-y: auto;*/
    display: flex;
    flex-direction: column;
    height: 100%;
}

.table-scroll-container[b-fsujkv5jq3] {
    max-height: 80vh;
    overflow-y: auto;
}
.table-scroll-container table[b-fsujkv5jq3] {
    width: 100%;
    margin-bottom: 0;
}
/* _content/Bob.App/Pages/Monitor.razor.rz.scp.css */
.semaforo[b-ehyqu3ap9b] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    border: 2px solid #888;
    vertical-align: middle;
}

.verde[b-ehyqu3ap9b] {
    background-color: #38c172;
}

.giallo[b-ehyqu3ap9b] {
    background-color: #ffc107;
}

.rosso[b-ehyqu3ap9b] {
    background-color: #e3342f;
}

.grigio[b-ehyqu3ap9b] {
    background-color: #6c757d;
}

/* TABLE STYLE */
.table-nice[b-ehyqu3ap9b] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #fafaff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

    .table-nice th[b-ehyqu3ap9b], .table-nice td[b-ehyqu3ap9b] {
        padding: 12px 16px;
        border-bottom: 1px solid #e2e2e2;
        text-align: left;
    }

    .table-nice th[b-ehyqu3ap9b] {
        background: #eceff1;
        color: #333;
        font-weight: bold;
        letter-spacing: 0.5px;
    }

    .table-nice tr:nth-child(even)[b-ehyqu3ap9b] {
        background: #f5f7fa;
    }

    .table-nice tr:hover[b-ehyqu3ap9b] {
        background: #d7e7fa;
        transition: background 0.2s;
    }

    .table-nice td[b-ehyqu3ap9b] {
        color: #444;
    }

        .table-nice td:first-child[b-ehyqu3ap9b] {
            font-weight: 500;
        }
/* _content/Bob.App/Pages/Settings.razor.rz.scp.css */
.tooltip-modal[b-dmoy7rnd26] {
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translateX(-10%);
    background: #fff;
    color: #333;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    white-space: nowrap;
    z-index: 10;
    font-size: 1rem;
    min-width: 160px;
}

.table-responsive[b-dmoy7rnd26] {
    overflow: visible !important;
}
/* _content/Bob.App/Shared/MainLayout.razor.rz.scp.css */
.page[b-hxyasi4z5z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hxyasi4z5z] {
    flex: 1;
}

.sidebar[b-hxyasi4z5z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hxyasi4z5z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hxyasi4z5z]  a, .top-row .btn-link[b-hxyasi4z5z] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-hxyasi4z5z] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hxyasi4z5z] {
        display: none;
    }

    .top-row.auth[b-hxyasi4z5z] {
        justify-content: space-between;
    }

    .top-row a[b-hxyasi4z5z], .top-row .btn-link[b-hxyasi4z5z] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hxyasi4z5z] {
        flex-direction: row;
    }

    .sidebar[b-hxyasi4z5z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hxyasi4z5z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-hxyasi4z5z], article[b-hxyasi4z5z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Bob.App/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nk4vg5gyhp] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nk4vg5gyhp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nk4vg5gyhp] {
    font-size: 1.1rem;
}

.oi[b-nk4vg5gyhp] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-nk4vg5gyhp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nk4vg5gyhp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nk4vg5gyhp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nk4vg5gyhp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-nk4vg5gyhp]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-nk4vg5gyhp]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nk4vg5gyhp] {
        display: none;
    }

    .collapse[b-nk4vg5gyhp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-nk4vg5gyhp] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
