.AudioPlayer_progressBar__96Imd{--bar-bg:#000;--seek-before-width:0;--seek-before-color:#fff;--knob:#dedede;--selected-knob:#b3b3b3;appearance:none;background:var(--bar-bg);border-radius:10px;position:relative;width:100%;height:5px;outline:none}.AudioPlayer_progressBar__96Imd::-webkit-slider-runnable-track{background:var(--bar-bg);border-radius:10px;position:relative;width:100%;height:5px;outline:none}.AudioPlayer_progressBar__96Imd::-moz-range-track{background:var(--bar-bg);border-radius:10px;position:relative;width:100%;height:5px;outline:none}.AudioPlayer_progressBar__96Imd::-moz-focus-outer{border:0}.AudioPlayer_progressBar__96Imd:before{content:"";height:5px;width:var(--seek-before-width);background-color:var(--seek-before-color);border-radius:10px;position:absolute;top:0;left:0;z-index:2;cursor:pointer}.AudioPlayer_progressBar__96Imd::-moz-range-progress{background-color:var(--seek-before-color);border-radius:50%;height:5px}.AudioPlayer_progressBar__96Imd::-webkit-slider-thumb{-webkit-appearance:none;height:15px;width:15px;border-radius:50%;border:none;background-color:var(--knob);cursor:pointer;position:relative;margin:-2px 0 0;z-index:3;box-sizing:border-box;display:none}.AudioPlayer_progressBar__96Imd:active::-webkit-slider-thumb{transform:scale(1.2);background-color:var(--selected-knob)}.AudioPlayer_progressBar__96Imd::-moz-range-thumb{height:15px;width:15px;border-radius:50%;border:transparent;background-color:var(--knob);cursor:pointer;position:relative;z-index:3;box-sizing:border-box;opacity:0}.AudioPlayer_progressBar__96Imd:active:-moz-range-thumb{transform:scale(1.2);background-color:var(--selected-knob)}