.AudioPlayer_audioPlayer__bHQmW{--primary:#ff5900;--secondary:#ff8847;align-items:center;display:flex;width:700px}.AudioPlayer_forwardBackward__gJTxT{background:none;border:none;display:flex;align-items:center;font-family:monospace;font-size:16px;cursor:pointer}.AudioPlayer_forwardBackward__gJTxT:hover{color:var(--primary)}.AudioPlayer_playPause__H0Uu0{background:var(--primary);border:none;border-radius:50%;width:75px;height:75px;font-size:32px;color:var(--secondary);display:flex;justify-content:center;align-items:center}.AudioPlayer_play__f_zES{position:relative;left:5px}.AudioPlayer_currentTime__lKjp1,.AudioPlayer_duration__gPzsa{font-family:monospace;font-size:16px}.AudioPlayer_currentTime__lKjp1{display:flex;justify-content:center}.AudioPlayer_progressBar__fIK0h{--bar-bg:#fff;--seek-before-width:0;--seek-before-color:#fff;--knobby:#ff945b;--selectedKnobby:#ff5900;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bar-bg);border-radius:10px;position:relative;width:100%;height:11px;outline:none}.AudioPlayer_progressBar__fIK0h::-webkit-slider-runnable-track{background:var(--bar-bg);border-radius:10px;position:relative;width:100%;height:11px;outline:none}.AudioPlayer_progressBar__fIK0h::-moz-range-track{background:var(--bar-bg);border-radius:10px;position:relative;width:100%;height:11px;outline:none}.AudioPlayer_progressBar__fIK0h::-moz-focus-outer{border:0}.AudioPlayer_progressBar__fIK0h:before{content:"";height:11px;width:var(--seek-before-width);background-color:var(--seek-before-color);border-top-left-radius:10px;border-bottom-left-radius:10px;position:absolute;top:0;left:0;z-index:2;cursor:pointer}.AudioPlayer_progressBar__fIK0h::-moz-range-progress{background-color:var(--seek-before-color);border-top-left-radius:10px;border-bottom-left-radius:10px;height:11px}.AudioPlayer_progressBar__fIK0h::-webkit-slider-thumb{-webkit-appearance:none;height:15px;width:15px;border-radius:50%;border:none;background-color:var(--knobby);cursor:pointer;position:relative;margin:-2px 0 0;z-index:3;box-sizing:border-box}.AudioPlayer_progressBar__fIK0h:active::-webkit-slider-thumb{transform:scale(1.2);background:var(--selectedKnobby)}.AudioPlayer_progressBar__fIK0h::-moz-range-thumb{height:15px;width:15px;border-radius:50%;border:transparent;background-color:var(--knobby);cursor:pointer;position:relative;z-index:3;box-sizing:border-box}.AudioPlayer_progressBar__fIK0h:active::-moz-range-thumb{transform:scale(1.2);background:var(--selectedKnobby)}