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

#myBar {
  width: 0%;
  height: 5px;
  background-color: #ffc266;
  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: #ffc266;
}

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

.duration{
  margin-left: 10px;
}

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

.player-ctn{
  border-radius: 15px;
  width: 420px;
  padding: 10px;
  background-color: #373737;
  margin: 1rem auto 1rem;
}

.playlist-track-ctn{
  display: flex;
  background-color: #464646;
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.playlist-track-ctn:last-child{
  /*border: 1px solid #ffc266; 
} 
/*
.playlist-track-ctn > div{
  margin:10px;
}
.playlist-info-track{
  width: 80%;
}
.playlist-info-track,.playlist-duration{
  padding-top: 7px;
  padding-bottom: 7px;
  color: #e9cc95;
  font-size: 14px;
  pointer-events: none;
}
.playlist-ctn{
   padding-bottom: 20px;
}
.active-track{
  background: #4d4d4d;
  color: #ffc266 !important;
  font-weight: bold;
  
}

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


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


.music-icon:hover{
  transform: scale(1.1);
}/*

/* PLAYER 2 */




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

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

.logo2 {
  fill: red;
}

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

.btn-ctn2, .infos-ctn2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.infos-ctn2{
padding-top: 20px;
}

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

.infos-ctn2 > div {
 margin-bottom: 8px;
 color: #ffc266;
}

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

.duration2{
  margin-left: 10px;
}

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

.player-ctn2{
  border-radius: 15px;
  width: 420px;
  padding: 10px;
  background-color: #373737;
  /*margin: 1rem auto 1rem;*/
}

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

.playlist-track-ctn2 > div{
  margin:10px;
}
.playlist-info-track2{
  width: 80%;
}
.playlist-info-track2,.playlist-duration2{
  padding-top: 7px;
  padding-bottom: 7px;
  color: #e9cc95;
  font-size: 14px;
  pointer-events: none;
}
.playlist-ctn2{
   padding-bottom: 20px;
}
.active-track2{
  background: #4d4d4d;
  color: #ffc266 !important;
  font-weight: bold;
  
}

.active-track2 > .playlist-info-track2,.active-track2 >.playlist-duration2,.active-track2 > .playlist-btn-play2{
  color: #ffc266 !important;
}


.playlist-btn-play2{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas-player2{
  color: #ffc266;
  font-size: 20px;
}


@media screen and (min-width: 801px) and (max-width:1080px){
  #myProgress2 {
    width: 60%;
  }
  .player-ctn2 {
    width: 60%;
  }
/*   #myProgress {
    width: 60%;
  }
  .player-ctn {
    width: 60%;
    margin-right: 1rem;
  } */
}

@media screen and (max-width: 800px){
  .container-player {
    display: block;
  }
  #myProgress2 {
    width: 100%;
  }
  .player-ctn2 {
    width: 97%;
    margin: auto;
  }
/*   #myProgress {
    width: 100%;
  }
  .player-ctn {
    width: 100%;
    margin-right: 1rem;
  } */
  #media {
    display: block;
  }
}
  