/*
  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"); 
}

@font-face {
  font-family: 'Abril Fatface Regular';
  src: url("../fonts/AbrilFatface-Regular.ttf"); 
}
@font-face {
  font-family: 'Bodoni Moda Regular';
  src: url("../fonts/BodoniModa-Regular.ttf"); 
}

html, body {
  background-color: white;
  margin: 0px; }

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

/*
  2. Components
*/
div.top-container {
  margin-bottom: 5px;
  position: relative;
  height: 80px; 
}

div.top-container div.amplitude-visualization {
    width: 200px;
    height: 200px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    margin: auto;
    background-color: black; 
    display: none;
}
  
div.top-container img.now-playing-album-art {
    width: 80px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    display: block; 
    border-radius: 5px;
 }

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("../images/visualization-on.svg") no-repeat center; 
}
    
div.top-container div.visualization-toggle.visualization-off {
      background: url("../images/visualization-off.svg") no-repeat center; 
}
  
  
div.top-container div.amplitude-shuffle {
    width: 22px;
    height: 13px;
    cursor: pointer;
    top: 63px;
    right: 10px;
    position: absolute; 
}
    
div.top-container div.amplitude-shuffle.amplitude-shuffle-on {
      background: url("../images/shuffle-on.svg") no-repeat center; 
}
    
div.top-container div.amplitude-shuffle.amplitude-shuffle-off {
      background: url("../images/shuffle-off.svg") no-repeat center; 
}
  
div.top-container div.amplitude-repeat {
    width: 25px;
    height: 15px;
    cursor: pointer;
    top: 100px;
    right: 8px;
    position: absolute; 
}
    
div.top-container div.amplitude-repeat.amplitude-repeat-on {
      background: url("../images/repeat-on.svg") no-repeat center; 
}
    
div.top-container div.amplitude-repeat.amplitude-repeat-off {
      background: url("../images/repeat-off.svg") no-repeat center; 
}

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
div.control-container {
  display: flex; 
  margin-top: -35px;
  margin-bottom: 3px;
}
  
div.control-container div.amplitude-prev {
    width: 15px;
    height: 20px;
    background: url("../images/prev.svg");
    background-size: 15px;
    cursor: pointer;
    margin-left: 8px;
    margin-top: 8px;
}
  
div.control-container div.amplitude-play-pause {
    width: 20px;
    height: 30px;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 3px;
}
   
div.control-container div.amplitude-play-pause.amplitude-playing {
    background: url("../images/pause.svg") no-repeat center; 
    background-size: 20px;
}
    
div.control-container div.amplitude-play-pause.amplitude-paused {
    background: url("../images/play.svg") no-repeat center; 
    background-size: 20px;
}
  
div.control-container div.amplitude-next {
    width: 15px;
    height: 20px;
    background: url("../images/next.svg");
    background-size: 15px;
    cursor: pointer;
    margin-left: 215px;
    margin-top: 8px; 
}

div.control-container div.show-playlist {
    width: 27px;
    height: 19px;
    background: url("../images/show-playlist.svg");
    background-size: 27px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 9px; 
}

div.meta-data-container {
  font-family: "Bodoni Moda Regular", sans-serif;
  margin-top: -80px;
  margin-left: 80px;
  padding-left: 10px;
}
 
div.meta-data-container span.now-playing-name {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

div.meta-data-container span.now-playing-artist-album {
    display: block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7); }

div.amplitude-wave-form {
  margin-top: 0px;
  margin-left: 57px;
  margin-right: auto;
}
  
div.amplitude-wave-form svg {
    stroke: url(#gradient);
    height: 40px;
    width: 200px;
    stroke-width: .5px; 
}

div.amplitude-wave-form svg g {
      stroke: url(#gradient);
      height: 20px;
      width: 100%; 
}
      
div.amplitude-wave-form svg g path {
      stroke: url(#gradient);
      height: 20px;
      width: 100%;
}

span.amplitude-current-time {
  display: block;
  text-align: left;
  color: white;
  font-size: 10px;
  font-family: "Bodoni Moda Regular", sans-serif;
  float: left;
  margin-left: 54px;
}

span.amplitude-time-remaining {
  display: block;
  text-align: right;
  color: white;
  font-size: 10px;
  font-family: "Bodoni Moda Regular", sans-serif;
  float: right;
  margin-right: 64px;
}

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

input[type="range"]#global-large-song-slider {
  width: 200px;
  margin-top: -38px;
  -webkit-appearance: none;
  z-index: 9999;
  background-color: transparent;
  margin-left: 55px;
  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: 30px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none; 
}

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

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

input[type="range"]#global-large-song-slider::-moz-range-thumb {
  width: 3px;
  height: 30px;
  background-color: white;
  border-radius: 10px;
  -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: 320px;
  padding: 5px;
  background-color: #2E3A44;
  margin: auto;
  position: relative;
  height: 200px; 
}


div#visualizations-player-playlist {
  background-color: #2E3A44;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 20px;
  z-index: 9999;
  display: none;
  overflow: hidden;
  height: 190px; 
}

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);
    padding: 5px 20px; 
}
    
div#visualizations-player-playlist div.top div.playlist-title {
      color: white;
      font-family: "Bodoni Moda Regular", sans-serif;
      font-size: 23px;
      font-weight: 700;
      padding-top: 10px; 
}
    
div#visualizations-player-playlist div.top div.close-playlist {
      width: 18px;
      height: 18px;
      cursor: pointer;      
      margin-top: -17px;
      margin-left: 270px;
      background: url("../images/close.svg") no-repeat center; 
}
    
div#visualizations-player-playlist div.top div.amplitude-shuffle {
      width: 22px;
      height: 13px;
      cursor: pointer;      
      margin-top: -15px;
      margin-left: 40px; 
}
      
div#visualizations-player-playlist div.top div.amplitude-shuffle.amplitude-shuffle-on {
        background: url("../images/shuffle-on.svg") no-repeat center; 
}
      
div#visualizations-player-playlist div.top div.amplitude-shuffle.amplitude-shuffle-off {
        background: url("../images/shuffle-off.svg") no-repeat center; 
}
    
div#visualizations-player-playlist div.top div.amplitude-repeat {
      width: 25px;
      height: 15px;
      cursor: pointer; 
}
      
div#visualizations-player-playlist div.top div.amplitude-repeat.amplitude-repeat-on {
        background: url("../images/repeat-on.svg") no-repeat center; 
}
      
div#visualizations-player-playlist div.top div.amplitude-repeat.amplitude-repeat-off {
        background: url("../images/repeat-off.svg") no-repeat center; 
}
  
div#visualizations-player-playlist div.songs-container {
    padding-top: 0px;
    height: 180px;
    overflow-y: scroll; 
}
  
div#visualizations-player-playlist div.songs-container div.title_subblock {
      color: white;
      font-family: "Bodoni Moda Regular", sans-serif;
      font-size: 14px;
      font-weight: 700;
      padding-left: 5px;
      padding-bottom: 5px;
      padding-top: 5px;
      border-top: 1px solid rgba(255, 255, 255, 0.2); 
}
    
div#visualizations-player-playlist div.songs-container div.song {
      margin-bottom: 0px;
      cursor: pointer;
      padding: 4px;
      padding-left: 10px; 
}
      
div#visualizations-player-playlist div.songs-container div.song.amplitude-active-song-container {
        background-color: #D09153; 
}
      
div#visualizations-player-playlist div.songs-container div.song:hover {
        background-color: #6B7B8A; 
}
      
div#visualizations-player-playlist div.songs-container div.song span.song-position {
        color: white;
        font-family: "Bodoni Moda Regular", sans-serif;
        font-size: 18px;
        float: left; 
}
      
div#visualizations-player-playlist div.songs-container div.song img.song-album-art {
        width: 35px;
        height: 35px;
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
        float: left;
        margin-left: -25px;
        margin-right: 8px;
        margin-top: 2px; 
}
     
div#visualizations-player-playlist div.songs-container div.song div.song-meta-container {
        padding-left: 82px; 
}
     
div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container {
        float: left;
        width: calc( 100% - 55px ); 
}
        
div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container span.song-name {
          font-size: 15px;
	  font-weight: bold;
          display: block;
          color: white;
          font-family: "Bodoni Moda Regular", 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,
div#visualizations-player-playlist div.songs-container div.song div.song-meta-data-container span.song-duration{
          font-size: 11px;
          display: block;
          color: white;
          font-family: "Bodoni Moda Regular", 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);
    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: "Bodoni Moda Regular", 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(../images/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("../images/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("../images/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(../images/next.svg) no-repeat center;
          margin-left: 20px;
          vertical-align: middle;
          cursor: pointer; 
}


/*
  8. Custome
*/
div#sgae{
  margin-top: 35px;
  text-align: center;
}

div#sgae span.sgae-license {
    font-family: "Bodoni Moda Regular", sans-serif;
    display: block;
    text-align: center;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
}

div#sgae img{
  height: 20px;
}

div#now-playing-name { 
  font-family: "Bodoni Moda Regular", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: white;
  white-space: nowrap;
  text-align:left;
}

div#now-playing-name p{
    margin-block-end: 0px;
    margin-block-start: 0px;
}

.textHorizontalScroll {
  overflow: hidden;
}
.textHorizontalScroll p:nth-child(1) {
  animation-delay: 5s;
  animation: marquee 15s linear infinite;
  -moz-animation: marquee 15s linear infinite;
  -webkit-animation: marquee 15s linear infinite;
}
.textHorizontalScroll p:nth-child(1):hover {
  animation-play-state: paused;
}
@-moz-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@keyframes marquee {
  0% {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0%);
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }
}


/*# sourceMappingURL=app.css.map */
