/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.audioplayer{display:flex;flex-direction:row;height:72px;width:100%;color:#666;background:#fff;font-size:12px;font-weight:400;border:1px solid #eee;}.audioplayer-right{display:flex;flex-grow:1;background-color:#fff;flex-direction:column;justify-content:unset;align-items:flex-start;padding:5px 16px;}.audioplayer-time-container{display:flex;flex-direction:row;width:auto;overflow:hidden;margin-right:10px;}.audioplayer-playpause{flex-grow:0;flex-shrink:0;display:flex;justify-content:center;align-items:center;width:70px;height:70px;cursor:pointer;background-color:#64BC4F;transition:all 0.2s ease-in-out;}.audioplayer:not(.audioplayer-playing) .audioplayer-playpause{background-color:#64BC4F;}.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover{background-color:#000000;}.audioplayer-playing .audioplayer-playpause{background-color:#64BC4F;}.audioplayer-playing .audioplayer-playpause:hover{background-color:#000000;}.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a{content:"";justify-content:center;width:0;height:0;margin-left:2px;border-top:10px solid transparent;border-right:none;border-bottom:10px solid transparent;border-left:17px solid white;}.audioplayer-playing .audioplayer-playpause a{content:"";display:flex;justify-content:space-between;width:12px;height:14px;}.audioplayer-playing .audioplayer-playpause a::before,.audioplayer-playing .audioplayer-playpause a::after{content:"";width:4px;height:14px;background-color:white;}.audioplayer-time{display:flex;margin-right:5px;justify-content:center;color:#666;}.audioplayer-time:first-child{margin-right:5px;}.audioplayer-time:last-child{margin-left:5px;}.audioplayer-bar{position:relative;display:flex;height:12px;flex-basis:0;flex-grow:1;cursor:pointer;width:calc(100% - 8px);margin:10px 4px 0 4px;}.audioplayer-bar::before{content:"";position:absolute;top:5px;width:100%;height:2px;background-color:#bec8d2;}.audioplayer-bar > div{position:absolute;left:0;top:5px;}.audioplayer-bar-loaded{z-index:1;height:2px;background:#000;}.audioplayer-bar-played{flex-direction:row-reverse;z-index:2;height:2px;background:-webkit-linear-gradient(left,#64BC4F,#64BC4F);}.audioplayer-bar-played::after{content:"";display:flex;position:absolute;top:-9px;right:-1px;margin-right:-9px;width:18px;height:18px;background-color:#64BC4F;border-radius:100%;}.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after{}.audioplayer-playing .audioplayer-bar-played::after{}.audioplayer-volume{display:flex;align-items:center;}.audioplayer-volume-button{display:flex;align-items:center;width:24px;height:24px;cursor:pointer;}.audioplayer-volume-button a{display:flex;width:6px;height:8px;background-color:#9a9fb0;position:relative;}.audioplayer-volume-button a:before,.audioplayer-volume-button a:after{content:"";position:absolute;}.audioplayer-volume-button a:before{width:0;height:0;border-top:8px solid transparent;border-right:9px solid #9a9fb0;border-bottom:8px solid transparent;border-left:none;top:-4px;}.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after{left:10px;top:-2px;width:6px;height:6px;border:6px double #9a9fb0;border-width:6px 6px 0 0;border-radius:0 12px 0 0;transform:rotate(45deg);}.audioplayer-mute .audioplayer-volume-button a{background-color:#fd4f1a;}.audioplayer-mute .audioplayer-volume-button a:before{border-right:9px solid #fd4f1a;}.audioplayer-volume-adjust{display:flex;align-items:center;margin-left:8px;}.audioplayer-volume-adjust > div{position:relative;display:flex;width:60px;height:2px;cursor:pointer;background-color:#bec8d2;}.audioplayer-volume-adjust div div{position:absolute;top:0;left:0;height:2px;background-color:#0059ff;}@media screen and (max-width:679px){.audioplayer-volume-adjust{display:none;}}
