:root {
    --body-background: white;
    --body-color: black;
    --inactive-competitor-color: #666;
    --table-dark-font-color: #ffffff;
    --list-race-done-color: #666;
    --list-race-occurring-color: green;
    --list-race-to-occur-color: #00397d;
    --list-table-color-finished: #928888ff;
    --list-table-color-open: #008000;
    --list-table-color-closed: #00397d;
    --results-order-header-upward: blue;
    --results-order-header-downward: red;
    --results-order-header-normal: black;
    --footer-color: #00397d;
    --prova-info-color: white;
    --prova-info-background: #00397d;
    --live-info-background: #00397d;
    --live-info-color: #fff;
    --button-red-background: red; 
    --button-red-color: #fff;
    --button-gray-background: gray; 
    --button-gray-color: #fff;
    --categ-sub-color: #666;
    --warn-color: red;
    --inactive-color: #666;
    --last-pass-in-table-background: #ffc107;
    /* --last-pass-in-table-color: #fff; */
    --last-pass-in-header-background: #00397d;
    --last-pass-in-header-color: #fff;
    --input-search-background: white;
    --input-search-color: black;
    --input-button-background-hover: #969696;
    --input-button-background-active: #5e5e5e;
}

