/*
  1. Base
*/
/* Überschreibe Bootstrap  */
* {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/*

*:before,
*:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*/
/*
  2. Components
*/
div#list-screen {
  background-color: #141920;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: none; }
  div#list-screen div#list-screen-header {
    background-color: #ff9933;
    padding: 15px;
    text-align: center;
    height: 25px;
    position: relative;
    color: white;
    font-family: "Lato", sans-serif;
    cursor: pointer; }
    div#list-screen div#list-screen-header img#up-arrow {
      position: absolute;
      margin: 0px 1px 12px 0;
      left: 15px;
      cursor: pointer; }
    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; }
  div#list-screen div#list {
    overflow-y: scroll;
    height: 515px; }
    div#list-screen div#list div.song {
      padding: 15px;
      background-color: #242b33;
      margin-bottom: 1px;
      cursor: pointer;
      line-height: 24px; }
      div#list-screen div#list div.song span.song-number-now-playing {
        display: inline-block;
        width: 24px;
        text-align: center; }
        div#list-screen div#list div.song span.song-number-now-playing span.number {
          opacity: 0.5;
          font-family: "Lato", sans-serif;
          font-size: 14px;
          color: #fff;
          letter-spacing: 0.5px; }
        div#list-screen div#list div.song span.song-number-now-playing img.now-playing {
          display: none; }
      div#list-screen div#list div.song.amplitude-active-song-container {
        background-color: #30363e; }
        div#list-screen div#list div.song.amplitude-active-song-container span.song-number-now-playing img.now-playing {
          display: inline-block; }
        div#list-screen div#list div.song.amplitude-active-song-container span.song-number-now-playing span.number {
          display: none; }
      div#list-screen div#list div.song div.song-meta-container {
        display: inline-block;
        margin-left: 8px;
        vertical-align: middle;
        width: calc(100% - 80px); }
        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: #55b560;
          letter-spacing: 0.47px;
          display: block; }
        div#list-screen div#list div.song div.song-meta-container span.song-artist-album {
          font-family: "Lato", sans-serif;
          font-size: 12px;
          line-height: 14px;
          color: #fff;
          letter-spacing: 0.47px;
          display: block; }
      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: #fff;
        letter-spacing: 0.5px;
        width: 35px;
        text-align: center; }
      div#list-screen div#list div.song span.song-artist-album {
        color: #5277b0; }
  div#list-screen div#list-screen-footer {
    height: 80px;
    padding: 15px;
    background-color: #ff9933;	}
    div#list-screen div#list-screen-footer div#list-screen-meta-container {
      width: calc(100% - 123px);
      float: left; }
      div#list-screen div#list-screen-footer div#list-screen-meta-container span.song-name {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        color: #fff;
        letter-spacing: 0.5px;
        line-height: 24px; }
      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: #fff;
        letter-spacing: 0.5px;
        line-height: 16px; }
    div#list-screen div#list-screen-footer div.list-controls {
      width: 90px;
      float: right;
      margin-top: 8px; }
      div#list-screen div#list-screen-footer div.list-controls div.list-previous {
        cursor: pointer;
        width: 15px;
        height: 17px;
        background-image: url("../img/small-previous.svg");
        background-repeat: no-repeat;
        float: left;
        margin-right: 15px;
        margin-top: 4px; }
      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; }
        div#list-screen div#list-screen-footer div.list-controls div.list-play-pause.amplitude-playing {
          background-image: url("../img/small-pause.svg"); }
        div#list-screen div#list-screen-footer div.list-controls div.list-play-pause.amplitude-paused {
          background-image: url("../img/small-play.svg"); }
      div#list-screen div#list-screen-footer div.list-controls div.list-next {
        cursor: pointer;
        width: 15px;
        height: 17px;
        background-image: url("../img/small-next.svg");
        background-repeat: no-repeat;
        float: left;
        margin-left: 15px;
        margin-top: 4px; }

div.player-header {
  background-color: #ff9933;
  padding: 15px;
  text-align: center;
  height: 25px;
  position: relative;
  margin-top: 40px;
  cursor: pointer;
  color: white;
  font-family: "Lato", sans-serif; }
  div.player-header img#down {
    position: absolute;
    left: 15px;
    cursor: pointer;
    margin: 0px 0px 0px 0px; }

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

div#player-progress-bar-container {
  width: 100%;
  height: 8px;
  background-color: #000;
  position: relative;
  margin-top: -6px; }
  div#player-progress-bar-container progress#song-played-progress {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 8px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    border: none;
    cursor: pointer;
    background: transparent; }
  div#player-progress-bar-container progress#song-played-progress[value]::-webkit-progress-bar {
    background: none; }
  div#player-progress-bar-container progress#song-played-progress[value]::-webkit-progress-value {
    background: white; }
  div#player-progress-bar-container progress#song-played-progress[value]::-moz-progress-bar {
    background: white; }
  div#player-progress-bar-container progress#song-buffered-progress {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 8px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    border: none;
    background: transparent; }
  div#player-progress-bar-container progress#song-buffered-progress[value]::-webkit-progress-bar {
    background: none; }
  div#player-progress-bar-container progress#song-buffered-progress[value]::-webkit-progress-value {
    background-color: rgba(255, 255, 255, 0.5);
    transition: width 0.1s ease; }
  div#player-progress-bar-container progress#song-buffered-progress[value]::-moz-progress-bar {
    background: rgba(255, 255, 255, 0.5); }

div#player-middle {
  background-color: #ff9933;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: relative; }
 
div#player-middle  div#time-container span.current-time {
  
  font-size: 14px;
  font-weight: 700;
  float: left;
  width: 15%;
  text-align: center; }
div#player-middle div#time-container span.duration {
  
  font-size: 14px;
  font-weight: 700;
  float: left;
  width: 15%;
  text-align: center; }
div#player-middle div#time-container:after {
  content: "";
  display: table;
  clear: both; }
 
 
 
 
  div#player-middle span.song-name {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 24px;
    display: block; }
  div#player-middle div.song-artist-album {
    opacity: 0.5;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 16px; }

div#player-bottom {
  background-color: #85b159;
  padding-left: 25px;
  padding-right: 25px; }
  div#player-bottom div#control-container {
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px; }
  div#player-bottom div#control-container div#shuffle-container {
    float: left;
    width: 10%;
    height: 60px;
    padding-top: 21px; }
    div#player-bottom div#control-container div#shuffle-container div#shuffle {
      width: 16px;
      height: 17px;
      cursor: pointer;
      margin: auto;
      opacity: 0.7; }
      div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-off {
        background: url("../img/shuffle.svg"); }
      div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-off:hover {
        background: url("../img/shuffle-on.svg");
        opacity: 0.8; }
      div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-on {
        background: url("../img/shuffle-on.svg");
        opacity: 1; }
      div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-on:hover {
        opacity: 1; }
  div#player-bottom div#control-container div#prev-container {
    width: 15%;
    float: left;
    height: 60px;
    padding-top: 18px; }
    div#player-bottom div#control-container div#prev-container div#previous {
      background: url("../img/previous.svg");
      width: 24px;
      height: 24px;
      cursor: pointer;
      margin: auto; }
      div#player-bottom div#control-container div#prev-container div#previous:hover {
        background: url("../img/previous-hover.svg"); }
  div#player-bottom div#control-container div#play-pause-container {
    width: 20%;
    float: left;
    height: 60px; }
    div#player-bottom div#control-container div#play-pause-container div#play-pause {
      width: 60px;
      height: 60px;
      cursor: pointer;
      margin: auto; }
      div#player-bottom div#control-container div#play-pause-container div#play-pause.amplitude-playing {
        background: url("../img/pause.svg"); }
      div#player-bottom div#control-container div#play-pause-container div#play-pause.amplitude-paused {
        background: url("../img/play.svg"); }
  div#player-bottom div#control-container div#next-container {
    width: 15%;
    float: left;
    height: 60px;
    padding-top: 18px; }
    div#player-bottom div#control-container div#next-container div#next {
      background: url("../img/next.svg");
      width: 24px;
      height: 24px;
      cursor: pointer;
      margin: auto; }
      div#player-bottom div#control-container div#next-container div#next:hover {
        background: url("../img/next-hover.svg"); }
  div#player-bottom div#control-container div#repeat-container {
    float: left;
    width: 10%;
    height: 60px;
    padding-top: 20px; }
    div#player-bottom div#control-container div#repeat-container div#repeat {
      background: url("../img/repeat.svg");
      width: 18px;
      height: 20px;
      cursor: pointer;
      margin: auto;
      opacity: 0.7; }
      div#player-bottom div#control-container div#repeat-container div#repeat:hover {
        background: url("../img/repeat-on.svg");
        opacity: 0.8; }
      div#player-bottom div#control-container div#repeat-container div#repeat.amplitude-repeat-on {
        background: url("../img/repeat-on.svg");
        opacity: 1; }
        div#player-bottom div#control-container div#repeat-container div#repeat.amplitude-repeat-on:hover {
          opacity: 1; }
  div#player-bottom div#control-container::after {
    content: "";
    display: table;
    clear: both; }
  
  div#player-bottom div#volume-container {
    float: left;
    width: 30%;
    height: 60px;
    padding-top: 20px; 
    text-align: center; }
    div#player-bottom div#volume-container img {
      display: block;
      width: 30%;
      float: left;
      margin: auto; }
    
    
    div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider {
      width: 90%;
      height: 20px;
      -webkit-appearance: none;
      display: block;
      margin: auto;
      margin-top: auto;
      padding: 0;
      float: left;
      border: 0 none;
      background-color: inherit;
      background: inherit;
      box-shadow: none; }
      
    div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider:focus {
      outline: none; }
    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; }
    div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-webkit-slider-thumb {
      height: 18px;
      width: 18px;
      background-color: white;
      cursor: pointer;
      margin-top: -8px;
      -webkit-appearance: none;
      border-radius: 20px; }
    div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider:focus::-webkit-slider-runnable-track {
      background: #cfd8dc; }
    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; }
    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; }
    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: #789090; }
    div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-fill-lower {
      background: transparent;
      border-radius: 2.6px; }
    div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-fill-upper {
      background: transparent;
      border-radius: 2.6px; }
    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: 0px;
      border: 20px; }
    div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider:focus::-ms-fill-lower {
      background: #cfd8dc; }
    div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-fill-upper {
      background: #cfd8dc; }
    div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider::-ms-tooltip {
      display: none; }
  div#player-bottom div#volume-container:after {
    content: "";
    display: table;
    clear: both; }

@-moz-document url-prefix() {
  div#player-bottom div#volume-container input[type="range"].amplitude-volume-slider {
    margin-top: 20px; } }
@supports (-ms-ime-align: auto) {
  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) {
  div#player-bottom div#volume-container *::-ms-backdrop,
  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; } }
/*
  3. Layout
*/
body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-family: "Lato", sans-serif; }

div#flat-black-player-container {
  position: relative;
  max-width: 400px;
  margin: auto; }

/*
  4. Pages
*/
/*
  5. Themes
*/
/*
  6. Utils
*/
/*
  7. Vendors
*/
/*
  8. Animations
*/
.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; }

/* ----------------------------------------------
 * Generated by Animista on 2019-3-25 18:39:54
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-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; }

/* ----------------------------------------------
 * Generated by Animista on 2019-3-25 18:45:17
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-top
 * ----------------------------------------
 */
@-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; } }

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

div.amplitude-wave-form{
  margin-top: 25px;
  margin-bottom: 12px;

  svg{
    stroke: url(#gradient);
    height: 50px;
    width: 100%;
    stroke-width: .5px;

    g{
		  stroke: url(#gradient);
		  height: 50px;
		  width: 100%;

      path{
  		stroke: url(#gradient);
  		height: 50px;
  		width: 100%;
      }
	}
  }
}



div#progress-container {
  width: 70%;
  float: left;
  position: relative;
  height: 20px;
  cursor: pointer;
  /*
    IE 11
  */ }
  div#progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
    display: block; }
  div#progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
    visibility: visible; }
  div#progress-container progress#song-played-progress {
    width: 100%;
    position: absolute;
    left: 0;
    top: 8px;
    right: 0;
    width: 100%;
    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) {
    div#progress-container *::-ms-backdrop, div#progress-container progress#song-played-progress {
      color: #78909C;
      border: none;
      background-color: #CFD8DC; } }
  @supports (-ms-ime-align: auto) {
    div#progress-container progress#song-played-progress {
      color: #78909C;
      border: none; } }
  div#progress-container progress#song-played-progress[value]::-webkit-progress-bar {
    background: none;
    border-radius: 5px; }
  div#progress-container progress#song-played-progress[value]::-webkit-progress-value {
    background-color: #78909C;
    border-radius: 5px; }
  div#progress-container progress#song-played-progress::-moz-progress-bar {
    background: none;
    border-radius: 5px;
    background-color: #78909C;
    height: 5px;
    margin-top: -2px; }
  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;
    background-color: #D7DEE3; }
  div#progress-container progress#song-buffered-progress[value]::-webkit-progress-bar {
    background-color: #CFD8DC;
    border-radius: 5px; }
  div#progress-container progress#song-buffered-progress[value]::-webkit-progress-value {
    background-color: #78909C;
    border-radius: 5px;
    transition: width .1s ease; }
  div#progress-container progress#song-buffered-progress::-moz-progress-bar {
    background: none;
    border-radius: 5px;
    background-color: #78909C;
    height: 5px;
    margin-top: -2px; }
  div#progress-container progress::-ms-fill {
    border: none; }
@-moz-document url-prefix() {
  div#progress-container progress#song-buffered-progress {
    top: 9px;
    border: none; } }
  @media all and (-ms-high-contrast: none) {
    div#progress-container *::-ms-backdrop, div#progress-container progress#song-buffered-progress {
      color: #78909C;
      border: none; } }
  @supports (-ms-ime-align: auto) {
    div#progress-container progress#song-buffered-progress {
      color: #78909C;
      border: none; } }
  div#progress-container input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0px 0;
    padding: 6px 0;
    position: absolute;
    z-index: 1000;
    top: -7px;
    height: 20px;
    cursor: pointer;
    background-color: inherit;
    box-shadow: none;
    border: none; }
  div#progress-container input[type=range]:focus {
    outline: none; }
  div#progress-container input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: #0075a9;
    border-radius: 0px;
    border: 0px solid #010101; }
  div#progress-container input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid #78909C;
    height: 15px;
    width: 15px;
    border-radius: 16px;
    background: #78909C;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7.5px; }
  div#progress-container input[type=range]:focus::-webkit-slider-runnable-track {
    background: #00adfb; }
  div#progress-container input[type=range]::-moz-range-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: #0075a9;
    border-radius: 0px;
    border: 0px solid #010101; }
  div#progress-container input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid #78909C;
    height: 15px;
    width: 15px;
    border-radius: 16px;
    background: #78909C;
    cursor: pointer; }
  div#progress-container input[type=range]::-ms-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  div#progress-container input[type=range]::-ms-fill-lower {
    background: #003d57;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); }
  div#progress-container input[type=range]::-ms-fill-upper {
    background: #0075a9;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); }
  div#progress-container input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid #78909C;
    height: 15px;
    width: 15px;
    border-radius: 16px;
    background: #78909C;
    cursor: pointer;
    height: 0px;
    display: block; }
  @media all and (-ms-high-contrast: none) {
    div#progress-container *::-ms-backdrop, div#progress-container input[type="range"].amplitude-song-slider {
      padding: 0px; }
    div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
      height: 15px;
      width: 15px;
      border-radius: 10px;
      cursor: pointer;
      margin-top: -8px; }
    div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-track {
      border-width: 15px 0;
      border-color: transparent; }
    div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-fill-lower {
      background: #CFD8DC;
      border-radius: 10px; }
    div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-fill-upper {
      background: #CFD8DC;
      border-radius: 10px; } }
  @supports (-ms-ime-align: auto) {
    div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
      height: 15px;
      width: 15px;
      margin-top: 3px; } }
  div#progress-container input[type=range]:focus::-ms-fill-lower {
    background: #0075a9; }
  div#progress-container input[type=range]:focus::-ms-fill-upper {
    background: #00adfb; }


