
        :root {
        --header:#2a00ff; 
        --foreground-header:#ffffff;
        --sub-nav:#080c6d;
        --foreground-sub-nav:#ffffff;
        --sidebars:#071fd3;
        --foreground-sidebars:#ffffff;
        --highlight:#11cbe4;
        --foreground-highlight:#191617;
        --inputs-odds:#ffffff;
        --foreground-inputs-odds:#0a0909;
        --game:#1b0fc6;
        --foreground-game:#ffffff;
        --background:#0d26e3;
        --foreground:#ffffff;
        --league:#110981;
        --foreground-league:#10d0ea;
        --background-live:17,9,129;
        --wb-warning:#2912d3;
        --bottom-bar:#181818;
        --foreground-bottom-bar:#aaaaaa;
        
        --header-rgb:42,0,255;
        --foreground-header-rgb:255,255,255;
        --sub-nav-rgb:8,12,109;
        --foreground-sub-nav-rgb:255,255,255;
        --sidebars-rgb:7,31,211;
        --foreground-sidebars-rgb:255,255,255;
        --highlight-rgb:17,203,228;
        --foreground-highlight-rgb:25,22,23;
        --inputs-odds-rgb:255,255,255;
        --foreground-inputs-odds-rgb:10,9,9;
        --game-rgb:27,15,198;
        --foreground-game-rgb:255,255,255;
        --background-rgb:13,38,227;
        --foreground-rgb:255,255,255;
        --league-rgb:17,9,129;
        --foreground-league-rgb:16,208,234;
        --wb-warning-rgb:41,18,211;
        --bottom-bar-rgb:24,24,24;
        --foreground-bottom-bar-rgb:170,170,170;
        }
        