input[type=range]{-webkit-appearance:none;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:12px;cursor:pointer;animate:0.2s;box-shadow:0 0 0 #000;background:#B6B6B6;border-radius:25px;border:1px solid #8A8A8A}input[type=range]::-webkit-slider-thumb{box-shadow:3px 3px 3px #828282;border:1px solid #8A8A8A;height:30px;width:40px;border-radius:28px;background:#DADADA;cursor:pointer;-webkit-appearance:none;margin-top:-10px}input[type=range]:focus::-webkit-slider-runnable-track{background:#B6B6B6}input[type=range]::-moz-range-track{width:100%;height:12px;cursor:pointer;animate:0.2s;box-shadow:0 0 0 #000;background:#B6B6B6;border-radius:25px;border:1px solid #8A8A8A}input[type=range]::-moz-range-thumb{box-shadow:3px 3px 3px #828282;border:1px solid #8A8A8A;height:30px;width:40px;border-radius:28px;background:#DADADA;cursor:pointer}input[type=range]::-ms-track{width:100%;height:12px;cursor:pointer;animate:0.2s;background:transparent;border-color:transparent;color:transparent}input[type=range]::-ms-fill-lower{background:#B6B6B6;border:1px solid #8A8A8A;border-radius:50px;box-shadow:0 0 0 #000}input[type=range]::-ms-fill-upper{background:#B6B6B6;border:1px solid #8A8A8A;border-radius:50px;box-shadow:0 0 0 #000}input[type=range]::-ms-thumb{margin-top:1px;box-shadow:3px 3px 3px #828282;border:1px solid #8A8A8A;height:30px;width:40px;border-radius:28px;background:#DADADA;cursor:pointer}input[type=range]:focus::-ms-fill-lower{background:#B6B6B6}input[type=range]:focus::-ms-fill-upper{background:#B6B6B6}