
        :root {
        --header:#092775; 
        --foreground-header:#ffffff;
        --sub-nav:#ffffff;
        --foreground-sub-nav:#1a1a1a;
        --sidebars:#092775;
        --foreground-sidebars:#ffffff;
        --highlight:#ff0000;
        --foreground-highlight:#ffffff;
        --inputs-odds:#e5e7e8;
        --foreground-inputs-odds:#000000;
        --game:#ffffff;
        --foreground-game:#000000;
        --background:#03123a;
        --foreground:#ffffff;
        --league:#ffffff;
        --foreground-league:#000000;
        --background-live:255,255,255;
        --wb-warning:#ff0000;
        --bottom-bar:#092775;
        --foreground-bottom-bar:#ffffff;
        
        --header-rgb:9,39,117;
        --foreground-header-rgb:255,255,255;
        --sub-nav-rgb:255,255,255;
        --foreground-sub-nav-rgb:26,26,26;
        --sidebars-rgb:9,39,117;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:255,0,0;
        --foreground-highlight-rgb:255,255,255;
        --inputs-odds-rgb:229,231,232;
        --foreground-inputs-odds-rgb:0,0,0;
        --game-rgb:255,255,255;
        --foreground-game-rgb:0,0,0;
        --background-rgb:3,18,58;
        --foreground-rgb:255,255,255;
        --league-rgb:255,255,255;
        --foreground-league-rgb:0,0,0;
        --wb-warning-rgb:255,0,0;
        --bottom-bar-rgb:9,39,117;
        --foreground-bottom-bar-rgb:255,255,255;
        }
        