body {
  background: #000000; 
  color: #08498a;
  font-family: 'Roboto', sans-serif;
  background-image: url("rachel_silhouette.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

#myProgress {
  width: 400px;
   background-color: #d9d9f2; 
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0%;
  height: 5px;
  background-color: #ed8c1c;
  border-radius: 4px;
}

.logo {
  fill: red;
}

.btn-action {
  cursor: pointer;
  padding-top: 0px;
  width: 30px;
}

.btn-ctn, .infos-ctn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
}

.infos-ctn {
  padding-top: 4px;
  font-size: .8em;
}

.btn-ctn > div {
 padding: 2px;
 margin-top: 4px;
 margin-bottom: 4px;
}

.infos-ctn > div {
 margin-bottom: 4px;
 color: #08498a;
}

.first-btn {
  margin-left: 3px;
}

.duration {
  margin-left: 10px;
}

.title {
  margin-left: 10px;
  width: 210px;
  text-align: center;
}

.player-ctn {
  border-radius: 8px;
  width: 400px;
  padding: 4px;
  background-color: #ffffff;
  opacity: 0.8;
  margin-right: 40px;
  margin-left: auto;
  margin-top: 4px;
  margin-bottom:40px;
  height: 90vh;
  overflow: hidden;

}

.player-title {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
}

.playlist-track-ctn {
  display: flex;
  background-color: transparent;
  margin-top: 3px;
  border-radius: 4px;
  cursor: pointer;
}
.playlist-track-ctn:last-child {
  /*border: 1px solid #ffc266; */
}

.playlist-track-ctn > div {
  margin:4px;
}
.playlist-info-track {
  width: 80%;
}
.playlist-info-track,.playlist-duration {
  padding-top: 4px;
  padding-bottom: 0px;
  color: #08498a;
  font-size: 12px;
  pointer-events: none;
}
.playlist-ctn {
  padding-bottom: 20px;
  height: 80vh;
  overflow-x: scroll;
}
.active-track {
  background: transparent;
  color: #ed8c1c !important;
  font-weight: bold;
  
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play {
  color: #ed8c1c !important;
}


.playlist-btn-play {
  pointer-events: none;
  font-size: .6em;
}
.fas {
  color: #08498a;
  font-size: .8em;
}
