/*CSS HANDLER */
:root {
    --colore_principale: #1B7C00;
    --colore_principale_light: #2F9618;
    --colore_principale_dark: #116000;
    --testo_gradiente: #ffffff;
    
    --colore_principale2: #111;
    --colore_principale2_light: #333;
    --colore_principale2_dark: #000;
    --testo_gradiente2: #ffffff;
    
    --regola_gradiente: linear-gradient(to bottom,  #1b7c00 0%,#2f9618 40%,#116000 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: #2F9618;
 }

/*colors*/
.logo-xs > img, .logo > img {
     filter: hue-rotate(70deg) saturate(1) invert(1);
}
/*next-theme-preview*/
#themeSwitcher span {
   	background-color: #1B3B5A;
}
#themeSwitcher span::after {
	background: #111; 
}
/*fine */
