#myProgress {
  width: auto;
  background-color: #121ed9; 
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0%;
  height: 8px;
  background: linear-gradient(to right,#04fd36,#fde204,#e80303);
  border-radius: 10px;
}

.logo {
  fill: red;
}

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

.btn-lft, .infos-lft{
  display: flex;
  align-items: start;
  justify-content: left;
}

.infos-lft{
  padding-top: 1.1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background-image: background: rgb(2,0,36);
  background: linear-gradient(20deg, rgb(0, 0, 0) 0%, rgb(5, 45, 81) 5%, rgb(19, 144, 255) 100%);
  border-radius: 6px;
}

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

.infos-lft> div {
 margin-bottom: 8px;
 margin-right: 1rem;
 color: #dfe5ff;
 font-size: inherit;
}

.player-lft{
  width: auto;
  padding: 10px;
  background-color: #fff;
  margin:auto;
  margin-top: 30px;
  border: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  border-radius: 6px;
	-webkit-box-shadow: 0px 0px 22px -15px #000000; 
box-shadow: 0px 0px 26px -15px #000000;
}

.btn-rgt, .infos-rgt{
  display: flex;
  align-items: end;
  justify-content: right;
}

.infos-rgt{
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

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

.infos-rgt> div {
 margin-bottom: 8px;
 color: #000;
 font-size: inherit;
}


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

.infos-ctn{
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background-color: #f5f5f5;
  border-radius: 6px;
}

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

.infos-ctn > div {
 margin-bottom: 8px;
 color: #000;
 font-size: inherit;
}

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

.duration{
  margin-left: 10px;
}

.title{
  width: 350px;
  text-align: left;
  margin-left: 1rem;
}

.player-ctn{
  width: auto;
  padding: 10px;
  background-color: #fff;
  margin:auto;
  margin-top: 100px;
  box-shadow: #0000002e;
  border: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  border-radius: 6px;
}

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

.playlist-track-ctn > div{
  margin:10px;
}
.playlist-info-track{
  width: 80%;
}
.playlist-info-track,.playlist-duration{
  padding-top: 7px;
  padding-bottom: 7px;
  color: #686868;
  font-size: 14px;
  pointer-events: none;
}
.playlist-ctn{
   padding-bottom: 20px;
}
.active-track{
  background: #fff;
  color: #f0f0f0 !important;
  font-weight: bold;
  
}

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


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