:root {
    --text-color: rgb(173, 168, 162);
    --link-color: rgb(255, 193, 7);
    --link-color-hover: rgb(173, 168, 162);
    --table-header-color: rgb(220, 211, 202);
    --table-row-odd: rgba(32, 36, 32, 0.9);
    --table-row-even: rgba(28, 32, 28, 0.9);
    --input-background: rgba(32, 36, 32, 0.8);
    --input-background-focus: rgba(39, 44, 39, 0.8);
    --input-color: rgb(220, 211, 202);
    --paginate-background: rgba(37, 41, 37, 0.9);
    --paginate-background-hover: rgba(46, 51, 46, 0.9);
    --paginate-background-focus: rgba(32, 35, 32, 0.9);
    --paginate-color: rgb(220, 211, 202);
    --paginate-color-disabled: rgb(137, 134, 132);
    --players-total-color: rgb(220, 211, 202);
    --selection-color: rgb(173, 168, 162);
    --selection-background: rgb(41, 49, 41);
    --scrollbar-background: rgb(32, 38, 32);
    --scrollbar-color: rgb(43, 52, 43);
}

table.dataTable tbody tr:hover td {
    background-color: #141414!important
}

table.dataTable tbody td:hover {
    background-color: rgba(0,0,0,.5)!important
}