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

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

.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{
  margin-left: 30px;
}
.btn-ctn > div {
  margin-left: 3vw;
  padding: 5px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.infos-ctn > div {
  margin: 8px 8px;
  color: #b3dfff;
}

.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: #b3dfff;
  margin:auto;
  position: relative;
  box-shadow:0 0 6px 1px rgba(0,0,0,.1);
  display: flex;
  flex-direction: column
}

.wrapper{
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 10px;
}

.player-head{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/author1.png");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

@media only screen and (min-width: 828px) {
  .wrapper{
    padding-bottom: 620px;
  }
  .player-head{
    height: 620px;
  }
}

.controls{
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(244, 244, 244, 0.25);
  border-radius: 0 0 10px 10px;
}

.playlist-track-ctn{
  display: flex;
  background-color: #dff2f2;
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.playlist-track-ctn > div{
  margin:10px;
}
.playlist-info-track{
  width: 80%;
}
.playlist-info-track,.playlist-duration{
  padding-top: 7px;
  padding-bottom: 7px;
  color: #2a2ab0;
  font-size: 14px;
  pointer-events: none;
  text-align: left;
}
.playlist-ctn{
   padding-bottom: 20px;
}
.active-track{
  background: #cfe6e6;
  color: #2a2ab0 !important;
  font-weight: bold;
  box-shadow:0 0 6px 1px rgba(0,0,0,.1);
  
}

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


.playlist-btn-play{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas{
  color: #b3dfff;
  font-size: 20px;
}
@media only screen and (max-width: 499.98px) {
  .fas{
    font-size: 15px;
  }
}
.active-track .fas{
  color: #2a2ab0 !important;
}
