body {
  background-color: black;
  color: white;
  font-family: 'Roboto', sans-serif;
}

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

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

.logo {
  fill: red;
}

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

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

.infos-ctn {
  padding-top: 20px;
}

.btn-ctn>div {
  padding: 5px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.infos-ctn>div {
  margin-bottom: 8px;
  color: white;
}

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

.duration {
  margin-left: 10px;
}

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

.logo {
  width: 540px;
  margin: auto;
  margin-top: 25px;
}

.logo img {
  width: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.player-ctn {
  border-radius: 15px;
  width: 540px;
  padding: 10px;
  background-color: #373737;
  margin: auto;
  margin-top: 25px;
}

.playlist-track-ctn {
  display: flex;
  background-color: #464646;
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
}

.playlist-track-ctn:last-child {
  /*border: 1px solid white; */
}

.playlist-track-ctn>div {
  margin: 10px;
}

.playlist-info-track {
  width: 80%;
}

.playlist-info-track,
.playlist-duration {
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
  font-size: 14px;
  pointer-events: none;
}

.playlist-ctn {
  padding-bottom: 20px;
}

.active-track {
  background: #4d4d4d;
  color: white !important;
  font-weight: bold;

}

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


.playlist-btn-play {
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.fas {
  color: white;
  font-size: 20px;
}