.player{width:55%; height: 400px;
  color: #0459A8; margin-right: auto; padding-left: 100px; box-sizing: border-box; display: block;}

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

#myBar {
  width: 0%;
  height: 20px;
  background-color:  #009FE3;
  border-radius: 0px;
}


.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: 250px;
  text-align: center;
}

.player-ctn{
  border-radius: 15px;
   width: 100%;
  height: 370px; 
  /*width: 620px;
  height: 370px;*/
  padding: 10px;
  background-color: #0459A8;
  margin:auto;

}

.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: white;
  font-size: 1em;
  pointer-events: none;
}
.playlist-ctn{
   padding-bottom: 20px;
}
.active-track{
 /* background: #4d4d4d;*/
  color: #FFF200 !important;
  font-weight: bold;
  
}

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


.playlist-btn-play{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas{width: 100%;
  color: #FFF200;
  font-size: 20px;
}





/*IN-BETWEEN 1*/ 
@media screen and (min-width: 800px) and (max-width: 1253px) {
    .player{width:50%; height: 400px;}
    .player-ctn{height: 350px;}
}


/*IN-BETWEEN 2*/ 
@media screen and (min-width: 769px) and (max-width: 1069px) {

    .player{width:50%; height: 400px; margin-top: 50px;}
    .player-ctn{height: 370px;}
    
}

/* Tablet */
@media screen and (min-width: 501px) and (max-width: 768px) {
 .player{width:70%; height: 400px; margin-right: 0; margin: auto; padding-left: 0;}
    .player-ctn{height: 350px;}
}


/* Mobile */
@media screen and (max-width: 500px){
    .player{display: none;}
}













