/*table.table-hover tbody tr:hover > *, table.table tbody tr.selected > * {*/
/*    --bs-table-bg-state: rgba(238, 238, 238, 0.5);*/
/*}*/

/*table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {*/
/*    --bs-table-bg-state: rgba(238, 238, 238, 0.5);*/
/*}*/

table.table-hover thead tr th:hover  {
    --bs-table-bg-state: rgba(238, 238, 238, 0.15);
}

.table-sm > :not(caption) > * > * { padding: 0.1rem .5rem; }

.table-primary {
    --bs-table-color:  #ecf0f2;
    --bs-table-bg: var(--text-primary); /*;  #2C3E50;; */
    /*--bs-table-border-color: #dee2e5;*/
    /*--bs-table-striped-bg: #ecf0f2;*/
    /*--bs-table-striped-color: #2C3E50;*/
    /*--bs-table-active-bg: #dee2e5;*/
    /*--bs-table-active-color: #2C3E50;*/
    /*--bs-table-hover-bg: #e3e7e9;*/
    /*--bs-table-hover-color: #2C3E50;*/
    /*color: var(--bs-table-color);*/
}

.table-darkness {
    --bs-table-color:  #ecf0f2;
    --bs-table-bg: var(--bs-menu-bg);
}