/*
  1. Base
*/
@font-face {
  font-family: "Avenir";
  src: url("../fonts/AvenirLTStd-Book.otf");
}
@font-face {
  font-family: "Avenir Black";
  src: url("../fonts/AvenirLTStd-Black.otf");
}
@font-face {
  font-family: "Avenir Roman";
  src: url("../fonts/AvenirLTStd-Roman.otf");
}
html, body {
  background-color: #111;
}

div#pre-load-img-container {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  2. Components
*/
div.top-container {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
div.top-container div.amplitude-visualization {
  width: 200px;
  height: 200px;
  box-shadow: 0 5px 31px 0 rgba(0, 0, 0, 0.5);
  margin: auto;
  background-color: black;
}
div.top-container img.now-playing-album-art {
  width: 200px;
  margin: auto;
  box-shadow: 0 5px 31px 0 rgba(0, 0, 0, 0.5);
}
div.top-container div.visualization-toggle {
  width: 24px;
  height: 24px;
  top: 0;
  right: 8px;
  cursor: pointer;
  position: absolute;
}
div.top-container div.visualization-toggle.visualization-on {
  background: url("../img/visualization-on.svg") no-repeat center;
}
div.top-container div.visualization-toggle.visualization-off {
  background: url("../img/visualization-off.svg") no-repeat center;
}
div.top-container div.amplitude-shuffle {
  width: 22px;
  height: 13px;
  cursor: pointer;
  top: 48px;
  right: 10px;
  position: absolute;
}
div.top-container div.amplitude-shuffle.amplitude-shuffle-on {
  background: url("../img/shuffle-on.svg") no-repeat center;
}
div.top-container div.amplitude-shuffle.amplitude-shuffle-off {
  background: url("../img/shuffle-off.svg") no-repeat center;
}
div.top-container div.amplitude-repeat {
  width: 25px;
  height: 15px;
  cursor: pointer;
  top: 85px;
  right: 8px;
  position: absolute;
}
div.top-container div.amplitude-repeat.amplitude-repeat-on {
  background: url("../img/repeat-on.svg") no-repeat center;
}
div.top-container div.amplitude-repeat.amplitude-repeat-off {
  background: url("../img/repeat-off.svg") no-repeat center;
}

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
div.control-container {
  margin: 40px 0;
  display: flex;
}
div.control-container div.amplitude-prev {
  width: 18px;
  height: 24px;
  background: url("../img/prev.svg");
  background-size: cover;
  cursor: pointer;
  margin: auto;
  margin-top: 10px;
}
div.control-container div.amplitude-play-pause {
  width: 30px;
  height: 44px;
  cursor: pointer;
  margin: auto;
}
div.control-container div.amplitude-play-pause.amplitude-playing {
  background: url("../img/pause.svg") no-repeat center;
}
div.control-container div.amplitude-play-pause.amplitude-paused {
  background: url("../img/play.svg") no-repeat center;
}
div.control-container div.amplitude-next {
  width: 18px;
  height: 24px;
  background: url("../img/next.svg");
  background-size: cover;
  cursor: pointer;
  margin: auto;
  margin-top: 10px;
}

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
div.meta-data-container {
  margin-top: 40px;
  font-family: "Avenir", sans-serif;
}
div.meta-data-container span.now-playing-name {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.meta-data-container span.now-playing-artist-album {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
div.amplitude-wave-form {
  margin-top: 25px;
  margin-bottom: 12px;
}
div.amplitude-wave-form svg {
  stroke: url(#gradient);
  height: 50px;
  width: 100%;
  stroke-width: 0.5px;
}
div.amplitude-wave-form svg g {
  stroke: url(#gradient);
  height: 50px;
  width: 100%;
}
div.amplitude-wave-form svg g path {
  stroke: url(#gradient);
  height: 50px;
  width: 100%;
}

span.amplitude-current-time {
  display: block;
  text-align: left;
  color: white;
  font-size: 12px;
  font-family: "Avenir", sans-serif;
}

span.amplitude-time-remaining {
  display: block;
  text-align: right;
  color: white;
  font-size: 12px;
  font-family: "Avenir", sans-serif;
}

div.song-navigation {
  margin-top: 50px;
  margin-bottom: 25px;
}
div.song-navigation input[type=range] {
  width: 90%;
  -webkit-appearance: none;
  z-index: 9999;
  background-color: inherit;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
div.song-navigation input[type=range]:focus {
  outline: none;
}
div.song-navigation input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.25);
}
div.song-navigation input[type=range]::-webkit-slider-thumb {
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 20px;
  -webkit-appearance: none;
  margin-top: -10px;
}
div.song-navigation input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.25);
}
div.song-navigation input[type=range]::-moz-range-thumb {
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 20px;
  -webkit-appearance: none;
  margin-top: -10px;
}
div.song-navigation input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.25);
}
div.song-navigation input[type=range]::-ms-fill-lower {
  background: transparent;
}
div.song-navigation input[type=range]::-ms-fill-upper {
  background: transparent;
}
div.song-navigation input[type=range]::-ms-thumb {
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 20px;
  -webkit-appearance: none;
  margin-top: -10px;
}

div.arrow-up img.arrow-up-icon {
  cursor: pointer;
  margin: 40px auto 20px;
  display: block;
}

input[type=range]#global-large-song-slider {
  width: 100%;
  margin-top: -74px;
  -webkit-appearance: none;
  z-index: 9999;
  background-color: inherit;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

input[type=range]#global-large-song-slider:focus {
  outline: none;
}

input[type=range]#global-large-song-slider::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  border-radius: 0px;
  height: 68px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}

input[type=range]#global-large-song-slider::-webkit-slider-thumb {
  width: 5px;
  height: 68px;
  background-color: white;
  border-radius: 20px;
  -webkit-appearance: none;
}

input[type=range]#global-large-song-slider::-moz-range-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  border-radius: 0px;
  height: 68px;
  background-color: rgba(0, 0, 0, 0);
}

input[type=range]#global-large-song-slider::-moz-range-thumb {
  width: 5px;
  height: 68px;
  background-color: white;
  border-radius: 20px;
  -webkit-appearance: none;
  margin-top: -34px;
}

input[type=range]#global-large-song-slider::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.25);
}

input[type=range]#global-large-song-slider::-ms-fill-lower {
  background: transparent;
}

input[type=range]#global-large-song-slider::-ms-fill-upper {
  background: transparent;
}

input[type=range]#global-large-song-slider::-ms-thumb {
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 20px;
  -webkit-appearance: none;
  margin-top: -10px;
}

/*
  3. Layout
*/
div#visualizations-player {
  width: 90%;
  max-width: 500px;
  padding: 25px;
  background-color: #000;
  border-radius: 20px;
  margin: auto;
  margin-top: 50px;
  position: relative;
}

/*
  Small only
*/
@media screen and (max-width: 39.9375em) {
  div#visualizations-player {
    width: 90%;
    padding: 5%;
    border-radius: 0;
    margin: 0;
    margin-top: 0;
    position: relative;
  }
}
/*
  Medium only
*/
/*
  Large Only
*/
div#visualizations-player-playlist {
  background-color: #111;
  border-radius: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 25px;
  padding-top: 25px;
  z-index: 9999;
  transition: position 2s ease-in-out;
}
div#visualizations-player-playlist div.top-arrow {
  text-align: center;
}
div#visualizations-player-playlist div.top-arrow img {
  cursor: pointer;
}
div#visualizations-player-playlist div.top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
div#visualizations-player-playlist div.top span.playlist-title {
  color: white;
  font-family: "Avenir Black", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
}
div#visualizations-player-playlist div.top div.amplitude-shuffle {
  width: 22px;
  height: 13px;
  cursor: pointer;
  float: right;
  margin-top: 22px;
}
div#visualizations-player-playlist div.top div.amplitude-shuffle.amplitude-shuffle-on {
  background: url("../img/shuffle-on.svg") no-repeat center;
}
div#visualizations-player-playlist div.top div.amplitude-shuffle.amplitude-shuffle-off {
  background: url("../img/shuffle-off.svg") no-repeat center;
}
div#visualizations-player-playlist div.top div.amplitude-repeat {
  width: 25px;
  height: 15px;
  cursor: pointer;
  float: right;
  margin-left: 25px;
  margin-top: 20px;
}
div#visualizations-player-playlist div.top div.amplitude-repeat.amplitude-repeat-on {
  background: url("../img/repeat-on.svg") no-repeat center;
}
div#visualizations-player-playlist div.top div.amplitude-repeat.amplitude-repeat-off {
  background: url("../img/repeat-off.svg") no-repeat center;
}
div#visualizations-player-playlist div.songs-container {
  padding-top: 35px;
  padding-bottom: 0px;
  overflow-y: scroll;
}
div#visualizations-player-playlist div.songs-container div.song {
  margin-bottom: 20px;
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
}
div#visualizations-player-playlist div.songs-container div.song.amplitude-active-song-container {
  background-color: #03e0eb;
}
div#visualizations-player-playlist div.songs-container div.song:hover {
  background-color: #03e0eb;
}
div#visualizations-player-playlist div.songs-container div.song span.song-position {
  color: white;
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  float: left;
}
div#visualizations-player-playlist div.songs-container div.song img.song-album-art {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  float: left;
  margin-left: 12px;
  margin-right: 16px;
}
div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container {
  float: left;
  width: calc(100% - 105px);
}
div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container span.song-name {
  font-size: 18px;
  display: block;
  color: white;
  font-family: "Avenir", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container span.song-artist {
  font-size: 12px;
  display: block;
  color: white;
  font-family: "Avenir", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#visualizations-player-playlist div.songs-container div.song:after {
  content: "";
  display: table;
  clear: both;
}
div#visualizations-player-playlist div.active-audio {
  background-color: rgba(3, 193, 235, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}
div#visualizations-player-playlist div.active-audio img.cover-art-small {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  float: left;
}
div#visualizations-player-playlist div.active-audio div.active-audio-right {
  float: left;
  width: calc(100% - 50px);
  padding-left: 10px;
}
div#visualizations-player-playlist div.active-audio div.active-audio-right span.song-name {
  font-size: 16px;
  color: white;
  font-family: "Avenir", sans-serif;
  display: block;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#visualizations-player-playlist div.active-audio div.active-audio-right div.active-audio-controls {
  text-align: center;
}
div#visualizations-player-playlist div.active-audio div.active-audio-right div.active-audio-controls div.amplitude-prev {
  width: 18px;
  height: 26px;
  display: inline-block;
  background-size: contain;
  background: url(../img/prev.svg) no-repeat center;
  margin-right: 20px;
  vertical-align: middle;
  cursor: pointer;
}
div#visualizations-player-playlist div.active-audio div.active-audio-right div.active-audio-controls div.amplitude-play-pause {
  display: inline-block;
  width: 24px;
  height: 25px;
  cursor: pointer;
  margin: auto;
  vertical-align: middle;
}
div#visualizations-player-playlist div.active-audio div.active-audio-right div.active-audio-controls div.amplitude-play-pause.amplitude-paused {
  background: url("../img/small-play.svg") no-repeat center;
  background-size: contain;
}
div#visualizations-player-playlist div.active-audio div.active-audio-right div.active-audio-controls div.amplitude-play-pause.amplitude-playing {
  background: url("../img/small-pause.svg") no-repeat center;
  background-size: contain;
}
div#visualizations-player-playlist div.active-audio div.active-audio-right div.active-audio-controls div.amplitude-next {
  width: 18px;
  height: 26px;
  display: inline-block;
  background-size: contain;
  background: url(../img/next.svg) no-repeat center;
  margin-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
/*
  4. Pages
*/
/*
  5. Themes
*/
/*
  6. Utils
*/
/*
  7. Vendors
*//*# sourceMappingURL=app.css.map */