.playlist-row{border-top:1px solid #9994;justify-content:space-between;align-items:center;padding:5px 0;display:flex}.playlist-row:last-child{border-bottom:1px solid #9994}.playlist-row .track-title{color:#2b2b2b;text-align:left;text-overflow:ellipsis;cursor:pointer;background-color:#0000;border:none;flex:auto;font-family:omnes-pro,Gotham,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px;font-weight:400;overflow:hidden}.playlist-row .track-length{color:#999;font-family:omnes-pro,Gotham,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:500}.playlist-row .pulse-container{height:20px;width:20px;min-width:20px;background-color:#4f8e1099;border-radius:50%;justify-content:center;align-items:center;display:flex}.playlist-row .pulse-container .pulse{height:12px;width:12px;opacity:0;border:1px solid #4f8e10;border-radius:15px;-webkit-animation:2s ease-out infinite pulsate}@-webkit-keyframes pulsate{0%{opacity:0;transform:scale(.1)}50%{opacity:1}to{opacity:0;transform:scale(1.3)}}.playlist-row .dropdown-container{cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;padding:0 5px;display:flex;position:relative}.playlist-row .dropdown-container .popover{background-color:#fff;border-radius:5px;flex-direction:column;display:none;position:absolute;top:25px;left:-52px;box-shadow:0 5px 10px #0003}.playlist-row .dropdown-container .popover.popover-open{display:flex}.playlist-row .dropdown-container .popover:before{content:"";z-index:-1;height:14.14px;width:14.14px;background:#fff;display:block;position:absolute;top:-7px;left:61px;transform:rotate(45deg);box-shadow:0 5px 10px #0003}.playlist-row .dropdown-container .popover .popover-button{width:80px;color:#2b2b2b;box-sizing:border-box;background-color:#fff;border:none;align-items:center;padding:5px;font-size:10px;text-decoration:none;display:flex}.playlist-row .dropdown-container .popover .popover-button:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.playlist-row .dropdown-container .popover .popover-button:last-child{border-bottom:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.playlist-row .dropdown-container .popover .popover-button:hover{background-color:#9992}.playlist-row .dropdown-container .popover .popover-button span{margin-left:5px}.test{z-index:1}.audio-player{flex-direction:column;display:flex}.audio-player .time-container{color:#999;flex-direction:row;justify-content:space-between;padding-top:5px;font-family:omnes-pro,Gotham,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;display:flex}.audio-player .title-container{color:#2b2b2b;justify-content:center;align-items:flex-start;font-family:omnes-pro,Gotham,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;display:flex}.audio-player .playback-controls-container{flex-flow:wrap;justify-content:center;align-items:center;padding-top:5px;padding-bottom:5px;display:flex}.audio-player .controls-container{height:40px;flex-direction:row;flex:auto;justify-content:center;align-items:center;display:flex}.audio-player .controls-container .control-btn{cursor:pointer;background-color:#0000;border:none}.audio-player .controls-container .control-btn:disabled{cursor:default;opacity:.3}.audio-player .playback-speed-container{height:50px;justify-content:flex-end;align-items:flex-start;display:flex}.audio-player .playback-controls-container[min-width~="445px"]{padding-left:85px}.audio-player .playback-speed{color:#999;cursor:pointer;background-color:#0000;border:none;border-radius:5px;justify-content:center;align-items:center;font-family:omnes-pro,Gotham,Helvetica Neue,Helvetica,Arial,sans-serif;display:flex}.audio-player .control-icon{width:40px;height:40px}input[type=range]{--scrubber-progress:0% 100%;--buffer-progress:0% 100%;-webkit-appearance:none;width:100%;height:3px;background:#9994 linear-gradient(#7159a6,#7159a6) no-repeat;background-size:var(--scrubber-progress);cursor:pointer;border-radius:5px;position:relative}input[type=range]::-webkit-slider-thumb{height:11px;width:11px;cursor:pointer;background:#7159a6;border-radius:50%}input[type=range]:before{content:"";width:100%;height:3px;z-index:-1;background-image:linear-gradient(#9999,#9999);background-size:var(--buffer-progress);background-repeat:no-repeat;border-radius:5px;display:block;position:absolute}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;box-shadow:none;background:0 0;border:none}.audio-embed{flex-direction:column;padding:10px 20px;display:flex}