:root {
    --sr-background:							#202020;
    --sr-text-color:							#ffffff;
    --sr-highlight:								#FBD304;
    --sr-highlight-text-color:					#202020;
    --sr-background-offset-1:					#2d2d2d;
    --sr-background-offset-2:					#3a3a3a;
    --sr-background-offset-3:					#464646;
    --sr-background-offset-4:					#606060;
    --sr-background-opaque-1:					rgba(32, 32, 32, 0.7);
    --sr-background-opaque-2:					rgba(32, 32, 32, 0.3);
    --sr-text-color-offset-1:					#e6e6e6;
    --sr-text-color-offset-2:					#cccccc;
    --sr-text-color-opaque-1:					rgba(255, 255, 255, 0.7);
    --sr-text-color-opaque-2:					rgba(255, 255, 255, 0.3);
    --sr-highlight-offset-1:					#fbd71d;
    --sr-highlight-offset-2:					#fcdc36;
    --sr-highlight-opaque-1:					rgba(251, 211, 4, 0.7);
    --sr-highlight-opaque-2:					rgba(251, 211, 4, 0.3);
    --sr-inactive-opacity:						0.3;
    --sr-overlay-background:					#202020;
    --sr-overlay-background-opaque:				rgba(32, 32, 32, 0.7);
    --sr-overlay-highlight:						#FBD304;
    --sr-overlay-text-color:					#ffffff;
    --sr-background-lightness:					0;
    --sr-background-saturation:					0;
    --sr-selected-background-lightness:			1;
    --sr-selected-background-saturation:		1;
    --sr-hover-background-lightness:			var(--sr-selected-background-lightness);
    --sr-hover-background-saturation:			var(--sr-selected-background-saturation);
    --sr-border-color:								#666666;
    --sr-odd-button-default-background:				#ffffff;
    --sr-odd-button-default-border-color:			#202020;
    --sr-odd-button-default-text-color:				#202020;
    --sr-odd-button-default-alt-text:				rgba(32,32,32, 0.7);
    --sr-odd-button-hover-background:				#D7AF8B;
    --sr-odd-button-hover-border-color:				#D7AF8B;
    --sr-odd-button-hover-text-color:				#ffffff;
    --sr-odd-button-hover-alt-text:					#eeeeee;
    --sr-odd-button-selected-background:			#D7AF8B;
    --sr-odd-button-selected-border-color:			#D7AF8B;
    --sr-odd-button-selected-text-color:			#ffffff;
    --sr-odd-button-selected-alt-text:				#eeeeee;
    --sr-odd-button-closed-background:				#2d2d2d;
    --sr-odd-button-closed-border-color:			#2d2d2d;
    --sr-odd-button-closed-text-color:				#cccccc;
    --sr-odd-button-closed-alt-text:				#cccccc;
    --sr-countdown-background: 						#fff;
    --sr-countdown-text-color: 						#000;
    --sr-vti-matchlist-background: 					#343434;
    --sr-vti-overlay-livescore-current-text: 		#2c65ab;
    --sr-vbi-background:							#343434;
    --sr-vbi-header-background:						#202020;
    --sr-navigation-background: 					#2E3547;
    --sr-mobile-navigation-bar-background:			#C99364;
    --sr-mobile-navigation-bar-text-color:			#fff;
    --sr-mobile-navigation-menu-background:			#d6ad8a;
    --sr-mobile-matchday-progress-fill-color:		var(--sr-mobile-highlight);
    --sr-mobile-first-level-bar-background:			#F4F4F4;
    --sr-mobile-first-level-bar-text-color:			#2E3547;
    --sr-mobile-second-level-bar-background:		#202020;
    --sr-mobile-second-level-bar-text-color:		#f4f4f4;
    --sr-mobile-list-row-background:                #ffffff;
    --sr-mobile-list-row-text-color:                #202020;
    --sr-mobile-list-row-text-color_placeholder:    #808080;
    --sr-mobile-results-filters-text-color:			#000000;
    --sr-mobile-results-filters-icon-color:			#000000;
    --sr-mobile-livetable-header-background:        #F4F4F4;
    --sr-mobile-results-list-header-background:     #F4F4F4;
    --sr-mobile-results-header-background: 			#808080;
    --sr-mobile-results-header-text-color: 			#ffffff;
    --sr-mobile-results-rounds-date-time-text: 		rgba(#f4f4f4, 0.7);
    --sr-mobile-cup-roster-match-background: 		#fff;
    --sr-mobile-cup-roster-tabs-text-color: 		#F4F4F4;
}
