.audio-custom-time{-webkit-appearance:none;appearance:none;width:100%;height:2px;background:#e5e5e5;border-radius:2px;cursor:pointer;outline:none;position:relative}.audio-custom-time:after{position:absolute;width:100%;height:60px;background:transparent;top:-30px;left:0;content:""}.audio-custom-time::-webkit-slider-runnable-track{height:2px;background:linear-gradient(to right,#000 0,#000 var(--progress),#e5e5e5 var(--progress),#e5e5e5 100%);border-radius:2px}.audio-custom-time::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:6px;height:6px;border-radius:50%;background:#111;margin-top:-2px;cursor:pointer;box-shadow:0 0 2px rgba(0,0,0,.3)}.audio-custom-time::-moz-range-track{height:2px;background:#e5e5e5;border-radius:2px}.audio-custom-time::-moz-range-progress{background:#000;height:2px}.audio-custom-time::-moz-range-thumb{width:6px;height:6px;border-radius:50%;background:#111;border:none;cursor:pointer}