:root {	
	--login-background: url("/img/eurocom-login-background.png") rgba(53, 53, 53, 0.7);
	--lateral-background: #353535;
	--button-background: #232323;
	
	--custom-visibility: hidden;
	--eurocom-visibility: visible;
}

::-webkit-scrollbar {
  width: 40px;
  background: #353535 !important;
}*/

/* Track */
::-webkit-scrollbar-track {
  background: #353535 !important; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1b1b1b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1b1b1b;
}

/*
::-webkit-slider-runnable-track {
	-webkit-appearance: none; 
	background-color: #c4191a;
	height: 5px;
}
::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: black;
	cursor: pointer;
}*/