input[type=range]::-ms-fill-upper {
background: #D4B8E0;
border-radius: 2px;
}
input[type=range]::-ms-thumb {
margin-top: 1px;
border: 0px solid #D4B8E0;
height: 10px;
width: 10px;
border-radius: 10px;
background: #D4B8E0;
cursor: help;
}
input[type=range]:focus::-ms-fill-lower {
background: #D4B8E0;
}
input[type=range]:focus::-ms-fill-upper {
background: #D4B8E0;
}