:root {
    --text-color: rgb(173, 168, 162);
    --link-color: #6b0000FF;
    --link-color-hover: rgb(255, 0, 0);
    --table-header-color: rgb(100, 0, 0, 1);
    --table-row-odd: rgba(26, 26, 26, 0.8);
    --table-row-even: rgba(26, 26, 26, 0.3);
    --input-background: rgba(100, 0, 0, 0.4);
    --input-background-focus: rgba(100, 0, 0, 0.7);
    --input-color: rgb(220, 211, 202);
    --paginate-background: rgba(26, 26, 26, 1.0);
    --paginate-background-hover: rgba(46, 51, 46, 0.9);
    --paginate-background-focus: rgba(100, 0, 0, 1);
    --paginate-color: rgb(220, 211, 202);
    --paginate-color-disabled: rgb(100, 0, 0, 1);
    --players-total-color: rgb(220, 211, 202);
    --selection-color: rgb(100, 0, 0, 1);
    --selection-background: rgb(41, 49, 41);
    --scrollbar-background: rgb(32, 38, 32);
    --scrollbar-color: rgb(43, 52, 43);
}
