#v2_full_dark div#amplitude-player {
    background: #141920;
    box-shadow: 0 2px 12px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    display: flex;
    max-width: 500px;
}

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

/* Small only */
@media screen and (max-width: 39.9375em) {
    #v2_full_dark div#amplitude-player {
        flex-direction: column;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #v2_full_dark div#amplitude-player {
        max-height: 900px;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    #v2_full_dark div#amplitude-player {
        max-height: 900px;
    }
}

#v2_full_dark div#amplitude {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#v2_full_dark div#amplitude .img {
    max-height: 485px;
    width: 100%;
}

#v2_full_dark div#amplitude .img img {
    width: 100%;
}

#v2_full_dark div#amplitude div#player-left-bottom {
    flex: 1;
    background-color: #000000;
    padding: 20px 10px;
}

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

/* Small only */
@media screen and (max-width: 39.9375em) {
    #v2_full_dark div#amplitude-player div#amplitude-left {
        width: 100%;
    }

    #v2_full_dark div#amplitude-player div#amplitude-left img[amplitude-song-info="cover_art_url"] {
        width: auto;
        height: auto;
    }
}

#v2_full_dark div#song-list {
    padding: 0;
    overflow-y: scroll;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#v2_full_dark div#song-list div.song {
    cursor: pointer;
    padding: 10px;
}

#v2_full_dark div#song-list div.song div.song-now-playing-icon-container {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#v2_full_dark div#song-list div.song div.song-now-playing-icon-container img.now-playing {
    display: none;
    margin-top: 15px;
}

#v2_full_dark div#song-list div.song div.play-button-container {
    display: none;
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/list-play-light.png") no-repeat;
    width: 22px;
    height: 22px;
    margin-top: 10px;
}

#v2_full_dark div#song-list div.song:hover div.play-button-container {
    display: block;
}

#v2_full_dark div#song-list div.song div.play-button-container:hover {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/list-play-hover.png") no-repeat;
}

#v2_full_dark div#song-list div.song.amplitude-active-song-container div.song-now-playing-icon-container img.now-playing {
    display: block;
}

#v2_full_dark div#song-list div.song.amplitude-active-song-container:hover div.play-button-container {
    display: none;
}

#v2_full_dark div#song-list div.song div.song-meta-data {
    float: left;
    width: calc(100% - 110px);
}

#v2_full_dark div#song-list div.song div.song-meta-data span.song-title {
    color: #55b560;
    font-size: 16px;
    display: block;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#v2_full_dark div#song-list div.song div.song-meta-data span.song-artist {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#v2_full_dark div#song-list div.song img.bandcamp-grey {
    float: left;
    display: block;
    margin-top: 10px;
}

#v2_full_dark div#song-list div.song img.bandcamp-white {
    float: left;
    display: none;
    margin-top: 10px;
}

#v2_full_dark div#song-list div.song span.song-duration {
    float: left;
    width: 55px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.5;
}

#v2_full_dark div#song-list div.song a.cart-link {
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: none;
    opacity: 0.5;
}

#v2_full_dark div#song-list div.song:hover a.cart-link {
    color: #fff;
    transition: none;
}

#v2_full_dark div#song-list div.song:after {
    content: "";
    display: table;
    clear: both;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #v2_full_dark div#amplitude-player div#amplitude-right {
        width: 100%;
    }
}

#v2_full_dark div#progress-container {
    width: 70%;
    float: left;
    position: relative;
    height: 20px;
    cursor: pointer;
    /*
      IE 11
    */
}

#v2_full_dark div#progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
    display: block;
}

#v2_full_dark div#progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
    visibility: visible;
}

#v2_full_dark div#progress-container progress#song-played-progress {
    width: 100%;
    position: absolute;
    left: 0;
    top: 8px;
    right: 0;
    z-index: 60;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    border-radius: 5px;
    background: transparent;
    border: none;
    /* Needed for Firefox */
}

@media all and (-ms-high-contrast: none) {
    #v2_full_dark div#progress-container *::-ms-backdrop,
    #v2_full_dark div#progress-container progress#song-played-progress {
        color: #00A0FF;
        border: none;
        background-color: #CFD8DC;
    }
}

@supports (-ms-ime-align: auto) {
    #v2_full_dark div#progress-container progress#song-played-progress {
        color: #00A0FF;
        border: none;
    }
}

#v2_full_dark div#progress-container progress#song-played-progress[value]::-webkit-progress-bar {
    background: none;
    border-radius: 5px;
}

#v2_full_dark div#progress-container progress#song-played-progress[value]::-webkit-progress-value {
    background-color: #FFFFFF;
    border-radius: 5px;
}

#v2_full_dark div#progress-container progress#song-played-progress::-moz-progress-bar {
    border-radius: 5px;
    background: #00A0FF none;
    height: 5px;
    margin-top: -2px;
}

#v2_full_dark div#progress-container progress#song-buffered-progress {
    position: absolute;
    left: 0;
    top: 8px;
    right: 0;
    width: 100%;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    border-radius: 5px;
    background: transparent;
    border: none;
}

#v2_full_dark div#progress-container progress#song-buffered-progress[value]::-webkit-progress-bar {
    background-color: #CFD8DC;
    border-radius: 5px;
}

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

#v2_full_dark div#progress-container progress#song-buffered-progress::-moz-progress-bar {
    border-radius: 5px;
    background: #78909C none;
    height: 5px;
    margin-top: -2px;
}

#v2_full_dark div#progress-container progress::-ms-fill {
    border: none;
}

@-moz-document url-prefix() {
    #v2_full_dark div#progress-container progress#song-buffered-progress {
        top: 9px;
        border: none;
    }
}

@media all and (-ms-high-contrast: none) {
    #v2_full_dark div#progress-container *::-ms-backdrop,
    #v2_full_dark div#progress-container progress#song-buffered-progress {
        color: #78909C;
        border: none;
    }
}

@supports (-ms-ime-align: auto) {
    #v2_full_dark div#progress-container progress#song-buffered-progress {
        color: #78909C;
        border: none;
    }
}

#v2_full_dark div#progress-container input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 7.5px 0;
    position: absolute;
    z-index: 61;
    top: -7px;
    height: 20px;
    cursor: pointer;
    background-color: inherit;
}

#v2_full_dark div#progress-container input[type=range]:focus {
    outline: none;
}

#v2_full_dark div#progress-container input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    background: #0075a9;
    border-radius: 0;
    border: 0 solid #010101;
}

#v2_full_dark div#progress-container input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
    border: 1px solid #fff;
    height: 15px;
    width: 15px;
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7.5px;
}

#v2_full_dark div#progress-container input[type=range]:focus::-webkit-slider-runnable-track {
    background: #00adfb;
}

#v2_full_dark div#progress-container input[type=range]::-moz-range-track {
    width: 100%;
    height: 0;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    background: #0075a9;
    border-radius: 0;
    border: 0 solid #010101;
}

#v2_full_dark div#progress-container input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
    border: 1px solid #00a0ff;
    height: 15px;
    width: 15px;
    border-radius: 16px;
    background: #00a0ff;
    cursor: pointer;
}

#v2_full_dark div#progress-container input[type=range]::-ms-track {
    width: 100%;
    height: 0;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

#v2_full_dark div#progress-container input[type=range]::-ms-fill-lower {
    background: #003d57;
    border: 0 solid #010101;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
}

#v2_full_dark div#progress-container input[type=range]::-ms-fill-upper {
    background: #0075a9;
    border: 0 solid #010101;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
}

#v2_full_dark div#progress-container input[type=range]::-ms-thumb {
    box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
    border: 1px solid #00a0ff;
    width: 15px;
    border-radius: 16px;
    background: #00a0ff;
    cursor: pointer;
    height: 0;
    display: block;
}

@media all and (-ms-high-contrast: none) {
    #v2_full_dark div#progress-container *::-ms-backdrop,
    #v2_full_dark div#progress-container input[type="range"].amplitude-song-slider {
        padding: 0;
    }

    #v2_full_dark div#progress-container *::-ms-backdrop,
    #v2_full_dark div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
        height: 15px;
        width: 15px;
        border-radius: 10px;
        cursor: pointer;
        margin-top: -8px;
    }

    #v2_full_dark div#progress-container *::-ms-backdrop,
    #v2_full_dark div#progress-container input[type=range].amplitude-song-slider::-ms-track {
        border-width: 15px 0;
        border-color: transparent;
    }

    #v2_full_dark div#progress-container *::-ms-backdrop,
    #v2_full_dark div#progress-container input[type=range].amplitude-song-slider::-ms-fill-lower {
        background: #CFD8DC;
        border-radius: 10px;
    }

    #v2_full_dark div#progress-container *::-ms-backdrop,
    #v2_full_dark div#progress-container input[type=range].amplitude-song-slider::-ms-fill-upper {
        background: #CFD8DC;
        border-radius: 10px;
    }
}

@supports (-ms-ime-align: auto) {
    #v2_full_dark div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
        height: 15px;
        width: 15px;
        margin-top: 3px;
    }
}

#v2_full_dark div#progress-container input[type=range]:focus::-ms-fill-lower {
    background: #0075a9;
}

#v2_full_dark div#progress-container input[type=range]:focus::-ms-fill-upper {
    background: #00adfb;
}

#v2_full_dark div#control-container {

    margin-top: 20px;
}

#v2_full_dark div#control-container div#repeat-container {
    width: 25%;
    float: left;
    padding-top: 20px;
}

#v2_full_dark div#control-container div#repeat-container div#repeat {
    width: 18px;
    height: 20px;
    cursor: pointer;
}

#v2_full_dark div#control-container div#repeat-container div#repeat.amplitude-repeat-off {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/flat-black/img/repeat.svg");
}

#v2_full_dark div#control-container div#repeat-container div#repeat.amplitude-repeat-on {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/flat-black/img/repeat-on.svg");
}

#v2_full_dark div#control-container div#repeat-container div#shuffle {
    width: 16px;
    height: 18px;
    cursor: pointer;
    float: right;
}

#v2_full_dark div#control-container div#repeat-container div#shuffle.amplitude-shuffle-off {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/flat-black/img/shuffle.svg");
}

#v2_full_dark div#control-container div#repeat-container div#shuffle.amplitude-shuffle-on {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/flat-black/img/shuffle-on.svg");
}

@media all and (-ms-high-contrast: none) {
    #v2_full_dark div#control-container *::-ms-backdrop,
    #v2_full_dark div#control-container div#control-container {
        margin-top: 40px;
        float: none;
    }
}

#v2_full_dark div#control-container div#central-control-container {
    width: 50%;
    float: left;
}

#v2_full_dark div#control-container div#central-control-container div#central-controls {
    width: 130px;
    margin: auto;
}

#v2_full_dark div#control-container div#central-control-container div#central-controls div#previous {
    display: inline-block;
    width: 30px;
    height: 40px;
    cursor: pointer;
    background: url(/bundles/conceptrixbandvista/amplitudejs-master/examples/flat-black/img/previous.svg) no-repeat;
    float: left;
    margin-top: 18px;
    margin-right: 5px;
}

#v2_full_dark div#control-container div#central-control-container div#central-controls div#play-pause {
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    float: left;
}

#v2_full_dark div#control-container div#central-control-container div#central-controls div#play-pause.amplitude-paused {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/flat-black/img/play.svg");
}

#v2_full_dark div#control-container div#central-control-container div#central-controls div#play-pause.amplitude-playing {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/flat-black/img/pause.svg");
}

#v2_full_dark div#control-container div#central-control-container div#central-controls div#next {
    display: inline-block;
    width: 25px;
    height: 40px;
    cursor: pointer;
    background: url(/bundles/conceptrixbandvista/amplitudejs-master/examples/flat-black/img/next.svg) no-repeat;
    float: left;
    margin-top: 17px;
    margin-left: 10px;
}

#v2_full_dark div#control-container div#volume-container {
    width: 25%;
    float: left;
    padding-top: 20px;
}

#v2_full_dark div#control-container div#volume-container div#shuffle-right {
    width: 16px;
    height: 18px;
    cursor: pointer;
    margin: auto;
}

#v2_full_dark div#control-container div#volume-container div#shuffle-right.amplitude-shuffle-off {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/flat-black/img/shuffle.svg");
}

#v2_full_dark div#control-container div#volume-container div#shuffle-right.amplitude-shuffle-on {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/flat-black/img/shuffle-on.svg");
}

#v2_full_dark div#control-container div.amplitude-mute {
    cursor: pointer;
    width: 25px;
    height: 19px;
    float: left;
}

#v2_full_dark div#control-container div.amplitude-mute.amplitude-not-muted {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/flat-black/img/volume.svg") no-repeat;
}

#v2_full_dark div#control-container div.amplitude-mute.amplitude-muted {
    background: url("/bundles/conceptrixbandvista/amplitudejs-master/examples/blue-playlist/img/mute-w.svg") no-repeat;
}

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

#v2_full_dark div#purchase_playlist a {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}

#v2_full_dark div#purchase_playlist a i {
    margin-right: 5px;
    font-style: normal;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    #v2_full_dark div#amplitude-player div#repeat-container div#repeat {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    #v2_full_dark div#amplitude-player div#repeat-container div#shuffle {
        display: none;
    }

    #v2_full_dark div#amplitude-player div#volume-container div.volume-controls {
        display: none;
    }

    #v2_full_dark div#amplitude-player div#volume-container div#shuffle-right {
        display: block;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #v2_full_dark div#amplitude-player div#repeat-container div#repeat {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    #v2_full_dark div#amplitude-player div#repeat-container div#shuffle {
        display: none;
    }

    #v2_full_dark div#amplitude-player div#volume-container div.volume-controls {
        display: none;
    }

    #v2_full_dark div#amplitude-player div#volume-container div#shuffle-right {
        display: block;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    #v2_full_dark div#amplitude-player div#repeat-container div#repeat {
        margin-left: 10px;
        margin-right: 20px;
        float: left;
    }

    #v2_full_dark div#amplitude-player div#volume-container div#shuffle-right {
        display: none;
    }
}

#v2_full_dark input[type=range].amplitude-volume-slider {
    -webkit-appearance: none;
    width: calc(100% - 33px);
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

@-moz-document url-prefix() {
    #v2_full_dark input[type=range].amplitude-volume-slider {
        margin-top: 0;
    }
}

@supports (-ms-ime-align: auto) {
    #v2_full_dark input[type=range].amplitude-volume-slider {
        margin-top: 3px;
        height: 12px;
        background-color: rgba(255, 255, 255, 0) !important;
        z-index: 999;
        position: relative;
    }

    #v2_full_dark div.ms-range-fix {
        height: 1px;
        background-color: #A9A9A9;
        width: 67%;
        float: right;
        margin-top: -6px;
        z-index: 9;
        position: relative;
    }
}

@media all and (-ms-high-contrast: none) {
    #v2_full_dark *::-ms-backdrop,
    #v2_full_dark input[type=range].amplitude-volume-slider {
        margin-top: -24px;
        background-color: rgba(255, 255, 255, 0) !important;
    }
}

#v2_full_dark input[type=range].amplitude-volume-slider:focus {
    outline: none;
}

#v2_full_dark input[type=range].amplitude-volume-slider::-webkit-slider-runnable-track {
    width: 75%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: #CFD8DC;
}

#v2_full_dark input[type=range].amplitude-volume-slider::-webkit-slider-thumb {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    margin-top: -4px;
    -webkit-appearance: none;
}

#v2_full_dark input[type=range].amplitude-volume-slider:focus::-webkit-slider-runnable-track {
    background: #CFD8DC;
}

#v2_full_dark input[type=range].amplitude-volume-slider::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: #CFD8DC;
}

#v2_full_dark input[type=range].amplitude-volume-slider::-moz-range-thumb {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #00A0FF;
    cursor: pointer;
    margin-top: -4px;
}

#v2_full_dark input[type=range].amplitude-volume-slider::-ms-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 15px 0;
    /*remove default tick marks*/
    color: transparent;
}

#v2_full_dark input[type=range].amplitude-volume-slider::-ms-fill-lower {
    background: #CFD8DC;
    border-radius: 10px;
}

#v2_full_dark input[type=range].amplitude-volume-slider::-ms-fill-upper {
    background: #CFD8DC;
    border-radius: 10px;
}

#v2_full_dark input[type=range].amplitude-volume-slider::-ms-thumb {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #00A0FF;
    cursor: pointer;
    margin-top: 2px;
}

#v2_full_dark input[type=range].amplitude-volume-slider:focus::-ms-fill-lower {
    background: #CFD8DC;
}

#v2_full_dark input[type=range].amplitude-volume-slider:focus::-ms-fill-upper {
    background: #CFD8DC;
}

#v2_full_dark input[type=range].amplitude-volume-slider::-ms-tooltip {
    display: none;
}

#v2_full_dark div#time-container span.current-time {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    float: left;
    width: 15%;
    text-align: center;
}

#v2_full_dark div#time-container span.duration {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    float: left;
    width: 15%;
    text-align: center;
}

#v2_full_dark div#time-container:after {
    content: "";
    display: table;
    clear: both;
}

#v2_full_dark div#meta-container {
    text-align: center;
    margin-top: 5px;
}

#v2_full_dark div#meta-container span.song-name {
    display: block;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#v2_full_dark div#meta-container div.song-artist-album {
    opacity: 0.5;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#v2_full_dark div#meta-container div.song-artist-album span {
    display: block;
}

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

#v2_full_dark div.amplitude-wave-form svg {
    stroke: #55b560;
    height: 50px;
    width: 100%;
    stroke-width: .5px;
}

#v2_full_dark div.amplitude-wave-form svg g {
    stroke: #55b560;
    height: 50px;
    width: 100%;
}

#v2_full_dark div.amplitude-wave-form svg g path {
    stroke: #55b560;
    height: 50px;
    width: 100%;
}

#v2_full_dark div#song-list div.song.amplitude-active-song-container {
    background-color: #ffffff26;
}

#v2_full_dark div#song-list div.song:hover {
    background-color: #ffffff26;
}

#v2_full_dark span#cartSpacer {
    width: 18px;
    height: 1em;
    float: left;
}