@use postcss-cssnext;body input[type=range]{-webkit-appearance:none;margin:10px 0;width:170px;background-color:#fff;box-shadow:inset -1px 2px 5px 1px rgba(0,0,0,.4);border:0;border-radius:5px;height:10px}body input[type=range]:focus{outline:none}body input[type=range]::-webkit-slider-runnable-track{width:170px;height:10px;cursor:pointer;animation-duration:.2s;border-radius:5px;background-color:#fff;box-shadow:inset -1px 2px 5px 1px rgba(0,0,0,.4)}body input[type=range]::-webkit-slider-thumb{box-shadow:0 0 4px silver;border:5px solid #fafafa;height:18px;width:18px;border-radius:25px;background:#1871cb;cursor:pointer;-webkit-appearance:none;margin-top:-5px}body input[type=range]::-moz-range-track{width:170px;height:10px;cursor:pointer;animation-duration:.2s;border-radius:5px;background-color:#fff;box-shadow:inset -1px 2px 5px 1px rgba(0,0,0,.4)}body input[type=range]::-moz-range-thumb{box-shadow:0 0 4px silver;border:5px solid #fafafa;height:18px;width:18px;border-radius:25px;background:#1871cb;cursor:pointer}body input[type=range]::-ms-track{width:170px;height:5px;cursor:pointer;animation-duration:.2s;background:transparent;border-color:transparent;color:transparent}body input[type=range]::-ms-fill-lower,body input[type=range]::-ms-fill-upper{background:#fff;border:0;border-radius:5px;box-shadow:inset -1px 2px 5px 1px rgba(0,0,0,.4)}body input[type=range]::-ms-thumb{box-shadow:0 0 4px silver;border:5px solid #fafafa;height:18px;width:18px;border-radius:25px;background:#1871cb;cursor:pointer}body input[type=range]:focus::-ms-fill-lower,body input[type=range]:focus::-ms-fill-upper{background:#fff}
/*# sourceMappingURL=input-range.css.map */
