input[type="range"] {
-webkit-appearance: none;
height: 5px;
border-radius: 10px;
background-image: linear-gradient(#3b7de5, #3b7de5);
background-size: 0% 100%;
background-repeat: no-repeat;
cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
background-color: #3b7de5;
height: 15px;
width: 15px;
border-radius: 50%;
}