.AudioPlayer_audioPlayer__giJYl{--primary:#f46e00;--secondary:#ffd200;align-items:center;display:flex;width:700px}.AudioPlayer_forwardBackward__QZ3hO{background:none;border:none;display:flex;align-items:center;font-family:monospace;font-size:16px;cursor:pointer;padding:3px}.AudioPlayer_forwardBackward__QZ3hO:hover{color:var(--primary)}.AudioPlayer_playPause__Xl3W9{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__lDWGY{position:relative;left:5px}.AudioPlayer_currentTime__VkZWS,.AudioPlayer_duration__R4bwI{font-family:monospace;font-size:16px;padding:3px}.AudioPlayer_currentTime__VkZWS{margin-left:25px}.AudioPlayer_progressBar__Ar5VP{--bar-bg:#ffe3d4;--seek-before-width:0;--seek-before-color:#f5874c;--knobby:#3452a5;--selectedKnobby:#26c9c3;-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__Ar5VP::-webkit-slider-runnable-track{background:var(--bar-bg);border-radius:10px;position:relative;width:100%;height:11px;outline:none}.AudioPlayer_progressBar__Ar5VP::-moz-range-track{background:var(--bar-bg);border-radius:10px;position:relative;width:100%;height:11px;outline:none}.AudioPlayer_progressBar__Ar5VP::-moz-focus-outer{border:0}.AudioPlayer_progressBar__Ar5VP: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__Ar5VP::-moz-range-progress{background-color:var(--seek-before-color);border-top-left-radius:10px;border-bottom-left-radius:10px;height:11px}.AudioPlayer_progressBar__Ar5VP::-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__Ar5VP:active::-webkit-slider-thumb{transform:scale(1.2);background:var(--selectedKnobby)}.AudioPlayer_progressBar__Ar5VP::-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__Ar5VP:active::-moz-range-thumb{transform:scale(1.2);background:var(--selectedKnobby)}