.button_ann{
  font-size:12px !important;
  font-weight:bold !important;
  color:#d0cbc4 !important; 
  padding:5px !important;
  background-color:#098CF2 !important;
  font-family:sans-serif !important;
  border:0px !important;
}

.slider1, .slider2, .slider3{
    -webkit-appearance: none;
}

.slider1, .slider2, .slider3:focus {
    outline: none;
}

.slider1::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #d0cbc4;
    border: none;
    border-radius: 3px;
}

.slider1::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #d0cbc4;
    margin-top: -7px;
}

.slider1:focus::-webkit-slider-runnable-track {
    background: #d0cbc4;
}

