input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;width:100%;cursor:pointer;z-index:1}input[type=range]::-webkit-slider-runnable-track{background:#e3f2f8;height:10px;border-radius:8px;background-image:linear-gradient(#002652,#002652);background-size:var(--size) 100%;background-repeat:no-repeat}input[type=range]:disabled::-webkit-slider-runnable-track{background:#e3f2f8;cursor:not-allowed}input[type=range]::-moz-range-track{background:#e3f2f8;height:10px;border-radius:8px}input[type=range]::-webkit-slider-thumb{border:none;border-radius:0;-webkit-appearance:none;appearance:none;box-shadow:none;background:url(/icon_input_range2.png) 50%/contain no-repeat;background-color:transparent;height:22px;width:22px;margin-top:-5px}input[type=range]::-moz-range-thumb{border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;background:url(/icon_input_range2.png) 50%/contain no-repeat;background-color:transparent;height:22px;width:22px;transform:none}