#vue-player .column{padding:0;margin:0;align-items:center;justify-content:center;display:flex}#vue-player .columns{height:100%}#vue-player{min-height:50px;border-radius:3px;box-shadow:0 1px 3px #999;background-color:#c14550;padding:5px 15px;margin:0 auto;color:#fafafa;text-shadow:2px 0 2px #500;font-size:16px;z-index:2;position:relative;width:100%}#vue-player a:not(.button){color:#fff}#vue-player i{font-size:18px}#status-bar.column{min-height:40px;min-width:80px}#vue-player .status{overflow:hidden}#vue-player .status.loading:after{content:" ";display:block;width:36px;height:36px;border-radius:50%;border:5px solid #fff;border-color:#fff transparent #fff transparent;animation:lds-dual-ring 1.6s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.music-bar{text-align:center;height:100%;margin-bottom:-12px}.music-bar .bar{display:inline-block;position:relative;margin:0 2px;width:6px;height:2px;overflow:hidden;background:linear-gradient(to bottom,#fff,#ddd);color:transparent;animation-name:pulse;animation-duration:1s;animation-iteration-count:infinite;box-shadow:0 5px 5px #900}.music-bar:not(.playing) .bar{animation-iteration-count:1}.music-bar .n1{animation-delay:.5s}.music-bar .n2{animation-delay:.3s}.music-bar .n3{animation-delay:1.2s}.music-bar .n4{animation-delay:.9s}@keyframes pulse{0%{height:2px;margin-top:-2px}10%{height:20px;margin-top:-20px}50%{height:16px;margin-top:-16px}60%{height:10px;margin-top:-10px}80%{height:25px;margin-top:-25px}100%{height:2px;margin-top:-2px}}input[type=range]{appearance:none;background:0 0;cursor:pointer;width:100%}input[type=range]:focus{outline:0}input[type=range]::-webkit-slider-runnable-track{background-color:#500;border:1px groove #300;border-radius:3px;box-sizing:content-box;height:2px}input[type=range]::-webkit-slider-thumb{appearance:none;margin-top:-11px;border-radius:50%;box-sizing:content-box;background-color:#c00;border:8px solid #fff;height:10px;width:10px}input[type=range]::-moz-range-track{background-color:#500;border:1px groove #300;border-radius:3px;height:2px}input[type=range]::-moz-range-thumb{border:none;border-radius:50%;background-color:#c00;border:8px solid #fff;height:10px;width:10px}input.custom-seek-slider[type=range]::-moz-range-thumb{border:none;border-radius:3px;height:16px;width:10px;background-color:#fff}input.custom-seek-slider[type=range]::-webkit-slider-thumb{appearance:none;margin-top:-7px;border-radius:3px;box-sizing:content-box;background-color:#fff;border:none;height:16px;width:10px}input.custom-seek-slider[type=range]::-webkit-slider-runnable-track{margin-top:-20px}#play-button-wrap{border-right:2px solid #500;width:38px}#vue-player .play-button{border:0;height:28px;background:0 0;box-sizing:border-box;overflow:hidden;border-color:transparent transparent transparent #fff;transition:.1s all ease;cursor:pointer;border-style:solid;border-width:14px 0 14px 23px}.play-button:active,.play-button:focus{outline:0;border:none}#vue-player .play-button.paused{height:28px;border-style:double;border-width:0 0 0 20px}#vue-player .play-button:hover{border-color:transparent transparent transparent #eee}#vue-player .notification{text-shadow:none;padding:20px;margin:10px auto}#media-canvas.column{padding:10px 0}#vue-player #media-canvas{border-bottom:2px ridge #900}.full-screen{vertical-align:middle;box-sizing:border-box;display:inline-block;border:.1em solid currentColor;width:1em;height:1em;position:relative;font-size:30px;font-family:'Varela Round',sans-serif}.full-screen:after,.full-screen:before{content:'';background:#c14550;position:absolute}.full-screen:before{width:.333em;height:1em;left:.233em;top:-.1em}.full-screen:after{width:1em;height:.333em;top:.233em;left:-.1em}input#volume-bar[type=range]{z-index:8;max-width:130px}.player-title{max-width:98%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:768px){.player-title{max-width:120px}#vue-player:not(.is-live) #info-bar,#vue-player:not(.is-live) #status-bar{display:none}}