/*CSS HANDLER */
:root {
    --colore_principale: #FFBB00;
    --colore_principale_light: #FFEA68;
    --colore_principale_dark: #D19900;
    --testo_gradiente: #111111;
    
    --colore_principale2: #111;
    --colore_principale2_light: #333;
    --colore_principale2_dark: #000;
    --testo_gradiente2: #ffffff;
    
    --regola_gradiente: linear-gradient(to bottom,  #ffbb00 0%,#edc100 40%,#d19900 100%);
    --regola_gradiente2: linear-gradient(to bottom,  #3d3d3d 0%,#393939 40%,#323232 100%);
    
    --odds_bg: #ffffff;
    --odds_text: #111111;
    
    --regola_gradiente_sport: linear-gradient(to bottom,  rgba(63,70,78,0.4) 0%,rgba(64,71,79,0.4) 1%,rgba(148,152,158,0.4) 100%);
    --testo_gradiente_sport: #ffffff;
    
    --colore_principale_live: #222;
    --colore_principale_live_light: #333;
    --colore_principale_live_dark: #111;
    --testo_gradiente_live: #ffffff;
    
    --live_active_color: #FFEA68;
 }

/*colors*/
.logo-xs > img, .logo > img {
     filter: hue-rotate(-20deg) saturate(2) invert(1);
}
/*netx-theme-preview*/
 #themeSwitcher span {
     background-color: #1B7C00;
}
 #themeSwitcher span::after {
     background: #111;
}
/*fine */
