.material-tooltip{
    background-color: #000000;
}

/**** Custom styles for Range ****/
input[type=range]::-webkit-slider-thumb {
    background-color: #f63c81;
}
input[type=range]::-moz-range-thumb {
    background-color: #f63c81;
}
input[type=range]::-ms-thumb {
    background-color: #f63c81;
}
/* For the globe and the text inside */
input[type=range] + .thumb {
    background-color: #f63c81;
}

.bottomleft {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 18px;
}