/* voglio valorizzare la variabile --bs-dark-rgb con il colore di sfondo #767B85 */
:root {
    --bs-dark-rgb: 118, 123, 133;
}

body,
body.bg-dark,
.bg-dark,
.gdesc-inner {
    background: #767B85 !important;
    background-color: #767B85 !important;
}

tbody tr {
    cursor: pointer;
}



img.thumb {
    width: 80px;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
}

/* #tabellaOpere_wrapper .row.mt-2.justify-content-md-center {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
} */

@media (min-width: 1000px) {

    #tabellaOpere_wrapper .row.mt-2.justify-content-md-center {

        overflow: auto;
        max-height: calc(100vh - 350px);
        /* height: calc(100vh - 330px);  */

    }
    table thead {position: sticky; top: 0;}
}

.pagination {
    flex-wrap: wrap; 
}