#v2_compact_light div#list-screen {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 61;
    display: none;
}

#v2_compact_light img,
#v2_compact_light input {
    border: none;
}

#v2_compact_light div#list-screen div#list-screen-header {
    background-color: #FFFFFF;
    padding: 15px 15px 35px;
    text-align: center;
    height: 25px;
    position: relative;
    color: #000000;
    font-family: "Lato", sans-serif;
    cursor: pointer;
}

#v2_compact_light div#list-screen div#list-screen-header #up {
    position: absolute;
    left: 15px;
    cursor: pointer;
    font-size: 31px;
    font-style: normal;
    color: #000;
    line-height: 0.8em;
}

#v2_compact_light div#list-screen div#list-screen-header img#up-arrow {
    position: absolute;
    top: 23px;
    left: 15px;
    cursor: pointer;
}

#v2_compact_light div#list-screen div#list-screen-header span.list-active-song-name {
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.5px;
}

#v2_compact_light div#list-screen div#list {
    overflow-y: scroll;
}

#v2_compact_light div#list-screen div#list div.song {
    padding: 15px;
    margin-bottom: 1px;
    cursor: pointer;
    line-height: 24px;
}

#v2_compact_light div#list-screen div#list div.song span.song-number-now-playing {
    display: inline-block;
    width: 24px;
    text-align: center;
}

#v2_compact_light div#list-screen div#list div.song span.song-number-now-playing span.number {
    opacity: 0.75;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.5px;
}

#v2_compact_light div#list-screen div#list div.song span.song-number-now-playing img.now-playing {
    display: none;
}

#v2_compact_light div#list-screen div#list div.song.amplitude-active-song-container {
    background-color: #00a0ff;
}

#v2_compact_light div#list-screen div#list div.song.amplitude-active-song-container span.song-number-now-playing img.now-playing {
    display: inline-block;
}

#v2_compact_light div#list-screen div#list div.song.amplitude-active-song-container span.song-number-now-playing span.number {
    display: none;
}

#v2_compact_light div#list-screen div#list div.song div.song-meta-container {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    width: calc(100% - 80px);
}

#v2_compact_light div#list-screen div#list div.song div.song-meta-container span.song-name {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #272726;
    letter-spacing: 0.47px;
    display: block;
}

#v2_compact_light div#list-screen div#list div.song.amplitude-active-song-container div.song-meta-container span.song-name,
#v2_compact_light div#list-screen div#list div.song.amplitude-active-song-container div.song-meta-container span.song-artist-album {
    color: #fff;
}

#v2_compact_light div#list-screen div#list div.song.amplitude-active-song-container span.song-duration {
    opacity: 1;
    color: #fff;
}

#v2_compact_light div#list-screen div#list div.song div.song-meta-container span.song-artist-album {
    color: #607d8b;
    letter-spacing: 0.47px;
    display: block;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 14px;
}

#v2_compact_light div#list-screen div#list div.song span.song-duration {
    display: inline-block;
    opacity: 0.5;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.5px;
    width: 35px;
    text-align: center;
}

#v2_compact_light div#list-screen div#list div.song span.song-artist-album {
    color: #5277b0;
}

#v2_compact_light div#list-screen div#list-screen-footer {
    height: 80px;
    padding: 15px;
}

#v2_compact_light div#list-screen div#list-screen-footer div#list-screen-meta-container {
    width: calc(100% - 123px);
    float: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

#v2_compact_light div#list-screen div#list-screen-footer div#list-screen-meta-container span.song-name {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 24px;
}

#v2_compact_light div#list-screen div#list-screen-footer div#list-screen-meta-container div.song-artist-album {
    opacity: 0.5;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 16px;
}

#v2_compact_light div#list-screen div#list-screen-footer div.list-controls {
    width: 90px;
    float: right;
    margin-top: 8px;
}

#v2_compact_light div#list-screen div#list-screen-footer div.list-controls div.list-previous {
    cursor: pointer;
    width: 15px;
    height: 17px;
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/small-previous.svg") no-repeat;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}

#v2_compact_light div#list-screen div#list-screen-footer div.list-controls div.list-play-pause {
    cursor: pointer;
    width: 17px;
    height: 24px;
    background-repeat: no-repeat;
    float: left;
}

#v2_compact_light div#list-screen div#list-screen-footer div.list-controls div.list-play-pause.amplitude-playing {
    background-image: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/small-pause.svg");
}

#v2_compact_light div#list-screen div#list-screen-footer div.list-controls div.list-play-pause.amplitude-paused {
    background-image: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/small-play.svg");
}

#v2_compact_light div#list-screen div#list-screen-footer div.list-controls div.list-next {
    cursor: pointer;
    width: 15px;
    height: 17px;
    background-image: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/small-next.svg");
    background-repeat: no-repeat;
    float: left;
    margin-left: 15px;
    margin-top: 4px;
}

#v2_compact_light div.player-header {
    background-color: #FFFFFF;
    padding: 15px 15px 35px;
    text-align: center;
    height: 25px;
    position: relative;
    cursor: pointer;
    color: #272726;
    font-family: "Lato", sans-serif;
}

#v2_compact_light div.player-header a {
    color: #272726;
}

#v2_compact_light div.player-header img#down {
    position: absolute;
    top: 23px;
    left: 15px;
    cursor: pointer;
    filter: invert(1);
}

#v2_compact_light div.player-header #down {
    position: absolute;
    left: 15px;
    cursor: pointer;
    font-size: 31px;
    font-style: normal;
    color: #000;
    line-height: 0.8em;
}

#v2_compact_light div#player-top {
    position: relative;
}

#v2_compact_light div#player-top img[data-amplitude-song-info="cover_art_url"] {
    width: 100%;
    height: 370px;
}

#v2_compact_light div#player-progress-bar-container {
    width: 100%;
    height: 4px;
    position: relative;
    margin-top: -6px;
}

#v2_compact_light div#player-progress-bar-container progress#song-played-progress {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    border: none;
    cursor: pointer;
    background: transparent;
}

#v2_compact_light div#player-progress-bar-container progress#song-played-progress[value]::-webkit-progress-bar {
    background: none;
}

#v2_compact_light div#player-progress-bar-container progress#song-played-progress[value]::-webkit-progress-value {
    background: #00A0FF;
    border-radius: 5px;
}

#v2_compact_light div#player-progress-bar-container progress#song-played-progress[value]::-moz-progress-bar {
    background: #00A0FF;
    border-radius: 5px;
}

#v2_compact_light div#player-progress-bar-container progress#song-buffered-progress {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    border: none;
    background: transparent;
}

#v2_compact_light div#player-progress-bar-container progress#song-buffered-progress[value]::-webkit-progress-bar {
    background: none;
}

#v2_compact_light div#player-progress-bar-container progress#song-buffered-progress[value]::-webkit-progress-value {
    background-color: #78909C;
    border-radius: 5px;
    transition: width .1s ease;
}

#v2_compact_light div#player-progress-bar-container progress#song-buffered-progress[value]::-moz-progress-bar {
    background-color: #78909C;
    border-radius: 5px;
    transition: width .1s ease;
}

#v2_compact_light div#player-middle {
    background-color: #FFFFFF;
    padding: 20px 15px;
    text-align: center;
    position: relative;
}

#v2_compact_light div#player-middle div#time-container {
    color: #5f7d8a;
    width: 100%;
    background-color: #000;
    font-size: 14px;
    font-weight: bold;
}

#v2_compact_light div#player-middle div#time-container span.amplitude-duration-time {
    position: absolute;
    top: 0px;
    right: 5px;
}

#v2_compact_light div#player-middle div#time-container span.amplitude-current-time {
    position: absolute;
    top: 0px;
    left: 5px;
}

#v2_compact_light div#player-middle span.song-name {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #272726;
    letter-spacing: 0.5px;
    line-height: 24px;
    display: block;
}

#v2_compact_light div#player-middle div.song-artist-album {
    letter-spacing: 0.5px;
    line-height: 16px;
    color: #607D8B;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#v2_compact_light div#player-bottom {
    background-color: #FFFFFF;
    padding-left: 25px;
    padding-right: 25px;
}

#v2_compact_light div#player-bottom div#control-container {
    height: 60px;
    padding-top: 0;
    padding-bottom: 40px;
}

#v2_compact_light div#player-bottom div#control-container div#shuffle-container {
    float: left;
    width: 20%;
    height: 60px;
    padding-top: 21px;
}

#v2_compact_light div#player-bottom div#control-container div#shuffle-container div#shuffle {
    width: 23px;
    height: 20px;
    cursor: pointer;
    margin: auto;
    opacity: 0.7;
}

#v2_compact_light div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-off {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/shuffle-off.svg");
}

#v2_compact_light div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-off:hover {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/shuffle-on.svg");
    opacity: 0.8;
}

#v2_compact_light div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-on {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/shuffle-on.svg");
    opacity: 1;
}

#v2_compact_light div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-on:hover {
    opacity: 1;
}

#v2_compact_light div#player-bottom div#control-container div#prev-container {
    width: 20%;
    float: left;
    height: 60px;
    padding-top: 10px;
}

#v2_compact_light div#player-bottom div#control-container div#prev-container div#previous {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/prev.svg");
    width: 39px;
    height: 39px;
    cursor: pointer;
    margin: auto;
}

#v2_compact_light div#player-bottom div#control-container div#prev-container div#previous:hover {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/prev.svg");
}

#v2_compact_light div#player-bottom div#control-container div#play-pause-container {
    width: 20%;
    float: left;
    height: 60px;
}

#v2_compact_light div#player-bottom div#control-container div#play-pause-container div#play-pause {
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin: auto;
}

#v2_compact_light div#player-bottom div#control-container div#play-pause-container div#play-pause.amplitude-playing {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/pause.svg");
}

#v2_compact_light div#player-bottom div#control-container div#play-pause-container div#play-pause.amplitude-paused {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/play.svg");
}

#v2_compact_light div#player-bottom div#control-container div#next-container {
    width: 20%;
    float: left;
    height: 60px;
    padding-top: 10px;
}

#v2_compact_light div#player-bottom div#control-container div#next-container div#next {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/next.svg");
    width: 39px;
    height: 39px;
    cursor: pointer;
    margin: auto;
}

#v2_compact_light div#player-bottom div#control-container div#next-container div#next:hover {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/next.svg");
}

#v2_compact_light div#player-bottom div#control-container div#repeat-container {
    float: left;
    width: 20%;
    height: 60px;
    padding-top: 20px;
}

#v2_compact_light div#player-bottom div#control-container div#repeat-container div#repeat {
    background: url(/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/repeat-off.svg);
    width: 24px;
    height: 19px;
    cursor: pointer;
    margin: auto;
    opacity: 0.7;
}

#v2_compact_light div#player-bottom div#control-container div#repeat-container div#repeat:hover {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/repeat-on.svg");
    opacity: 0.8;
}

#v2_compact_light div#player-bottom div#control-container div#repeat-container div#repeat.amplitude-repeat-on {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/repeat-on.svg");
    opacity: 1;
}

#v2_compact_light div#player-bottom div#control-container div#repeat-container div#repeat.amplitude-repeat-on:hover {
    opacity: 1;
}

#v2_compact_light div#player-bottom div#control-container::after {
    content: "";
    display: table;
    clear: both;
}

#v2_compact_light div#player-bottom div#volume-container {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
}

#v2_compact_light div#player-bottom div#volume-container img {
    display: block;
    float: left;
    margin-top: -9px;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider {
    width: calc(100% - 30px);
    -webkit-appearance: none;
    display: block;
    margin-left: 10px;
    float: left;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider:focus {
    outline: none;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-webkit-slider-runnable-track {
    width: 75%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: #cfd8dc;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    cursor: pointer;
    margin-top: -8px;
    -webkit-appearance: none;
    border-radius: 20px;
    box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
    border: 1px solid #00a0ff;
    background: #00a0ff;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider:focus::-webkit-slider-runnable-track {
    background: #cfd8dc;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: #cfd8dc;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background-color: white;
    cursor: pointer;
    margin-top: -8px;
    -webkit-appearance: none;
    border-radius: 20px;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: #cfd8dc;
    border-width: 15px 0;
    color: transparent;
    border-color: #192029;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-fill-lower {
    background: transparent;
    border-radius: 2.6px;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-fill-upper {
    background: transparent;
    border-radius: 2.6px;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-thumb {
    height: 18px;
    width: 18px;
    background-color: white;
    cursor: pointer;
    margin-top: 0;
    border: 20px;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider:focus::-ms-fill-lower {
    background: #cfd8dc;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-fill-upper {
    background: #cfd8dc;
}

#v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-tooltip {
    display: none;
}

#v2_compact_light div#player-bottom div#volume-container:after {
    content: "";
    display: table;
    clear: both;
}

#v2_compact_light div#list-screen div#list div.song:hover {
    background-color: #00a0ff;
}

#v2_compact_light div#list-screen div#list div.song:hover span.song-number-now-playing span.number,
#v2_compact_light div#list-screen div#list div.song:hover span.song-duration,
#v2_compact_light div#list-screen div#list div.song:hover div.song-meta-container span.song-name,
#v2_compact_light div#list-screen div#list div.song:hover div.song-meta-container span.song-artist-album {
    color: #fff;
}

#v2_compact_light div#list-screen div#list div.song:hover span.song-number-now-playing span.number,
#v2_compact_light div#list-screen div#list div.song:hover span.song-duration {
    opacity: 1;
}

@-moz-document url-prefix() {
    #v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider {
        margin-top: 0;
    }
}

@supports (-ms-ime-align: auto) {
    #v2_compact_light div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider {
        margin-top: -4px;
        height: 30px;
        background-color: #192029 !important;
    }
}

@media all and (-ms-high-contrast: none) {
    #v2_compact_light div#player-bottom div#volume-container *::-ms-backdrop,
    #v2_compact_light div#flat-black-player-container div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider {
        margin-top: -8px;
        background-color: #192029 !important;
        background: #192029 !important;
    }
}

#v2_compact_light div.amplitude-wave-form {
    margin-top: -14px;
}

#v2_compact_light div.amplitude-wave-form svg {
    stroke: #00a0ff;
    height: 50px;
    width: 100%;
    stroke-width: 0.5px;
}

#v2_compact_light div.amplitude-wave-form svg g {
    stroke: #00a0ff;
    height: 50px;
    width: 100%;
}

#v2_compact_light div.amplitude-wave-form svg g path {
    stroke: #00a0ff;
    height: 50px;
    width: 100%;
}

#v2_compact_light {
    position: relative;
    max-width: 400px;
    margin: auto;
}

.slide-in-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-out-top {
    -webkit-animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
}

@keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
}

.fa, .fab, .fad, .fal, .far, .fas {
    font-style: normal !important;
}