*,:after,:before{box-sizing:border-box}.range-slider{width:100%}.range-slider__range{-webkit-appearance:none;width:calc(100% - (73px));height:10px;border-radius:5px;background:linear-gradient(to right,#60a5fa 0,#60a5fa var(--range-progress,50%),hsla(0,0%,100%,.14) var(--range-progress,50%),hsla(0,0%,100%,.14) 100%);outline:none;padding:0;margin:0}.range-slider__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#60a5fa;box-shadow:0 0 0 2px hsla(0,0%,100%,.2),0 10px 25px rgba(37,99,235,.35);cursor:pointer;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out}.range-slider__range::-webkit-slider-thumb:hover,.range-slider__range:active::-webkit-slider-thumb{background:#2563eb}.range-slider__range::-moz-range-thumb{width:22px;height:22px;border:0;border-radius:50%;background:#60a5fa;cursor:pointer;-moz-transition:background .15s ease-in-out;transition:background .15s ease-in-out}.range-slider__range::-moz-range-thumb:hover,.range-slider__range:active::-moz-range-thumb{background:#2563eb}.range-slider__range:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px #fff,0 0 0 8px rgba(37,99,235,.35)}.range-slider__value{display:inline-block;position:relative;width:60px;color:#fff;line-height:20px;text-align:center;border-radius:3px;background:#2563eb;padding:5px 10px;margin-left:8px}.range-slider__value:after{position:absolute;top:8px;left:-7px;width:0;height:0;border-top:7px solid transparent;border-right:7px solid #2563eb;border-bottom:7px solid transparent;content:""}::-moz-range-track{background:hsla(0,0%,100%,.14);border:0;height:10px;border-radius:5px}::-moz-range-progress{background:#60a5fa;border:0;height:10px;border-radius:5px}input::-moz-focus-inner,input::-moz-focus-outer{border:0}