body{
  background-color: #ffffff;
  background-color: #ffffff;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

#myProgress {
  width: 100%;
  background-color: #333333; 
  cursor: pointer;
  border-radius: 10px;
}

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

.btn-action{
  cursor: pointer;
  padding-top: 5px;
  width: 33%;
  align-items: center;
  justify-content: center;
  height: 55px;
}

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

.infos-ctn{
  padding-top: 10px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.btn-ctn > div {
 width: 100%;
 padding: 0px;
 margin-top: 8px;
 margin-bottom: 8px;
}

.infos-ctn > div {
 margin-bottom: 2px;
 color: #ffffff;
}

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

.duration{
  margin-left: 10px;
}

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

.player-ctn{
  border-radius: 15px;
  width: 100%;
  padding: 10px;
  background-color: #000000;
  margin:auto;
  margin-top: 10px;
}

.player-ctn-short-width{
  border-radius: 15px;
  width: 85%;
  padding: 10px;
  background-color: #000000;
  margin:auto;
  margin-top: 10px;
}

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

.playlist-track-ctn > div{
  margin:4px;
}
.playlist-info-track{
  width: 100%;
}
.playlist-info-track,.playlist-duration{
  padding-top: 4px;
  padding-bottom: 4px;
  color: #ffffff;
  pointer-events: none;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 100;
}
.playlist-ctn{
   padding-bottom: 5px;
}
.active-track{
  background: #4d4d4d;
  color: #ffffff !important;
  font-weight: bold;
}

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

.playlist-btn-play{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas{
  color: #ffffff;
  font-size: 10px;
}

.player-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55px;
  height: 55px;
}
