.column .button-container  .button-tools:hover {
	/*color: #CF0000;*/
	color:white;
	transition: 0.3s;
}

.input-container input{
	background: rgba(0, 0, 0, 0.3);
	border: 0px;
	/*color: #555;*/
	color:white;
	padding: 5px;
	text-align: right;
	border-radius: 5px;
}
.button-tools.selected{
    color:white!important;
}
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%; 
	background: rgb(75, 75, 75)!important;
	cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgb(75, 75, 75)!important;
	cursor: pointer;
  }
  