#myProgress {
	background-color: #d9d9f2; 
   cursor: pointer;
   border-radius: 10px;
 }
 
 #myBar {
   width: 0%;
   height: 5px;
   background-color: #3767d6;
   border-radius: 10px;
 }
 
 .logo {
   fill: red;
 }
 
 .btn-action{
  display: flex;
   cursor: pointer;
   padding-top: 10px;
   width: 30px;
   position: relative;
   align-items: center;
    justify-content: center;
 }
 
 .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: #222222;
 }
 
 .first-btn{
   margin-left: 3px;
 }
 
 .duration{
   margin-left: 10px;
 }
 
 .title{
   margin-left: 10px;
   text-align: center;
 }
 
 .timer, .duration, .playlist-duration {
	 text-wrap: nowrap;
 }
 
 .player-ctn{
   border-radius: 15px;
   padding: 10px;
   border: 1px solid #dcdcdc;
   margin-top: 15px;
 }
 
 .playlist-track-ctn {
  display: flex;
  border-top: 1px solid #dcdcdc;
  border-radius: 0;
  cursor: pointer;
  justify-content: space-around;
}
 .playlist-track-ctn:last-child{
   /*border: 1px solid #3767d6; */
 }
 
 .playlist-track-ctn > div{
   margin:5px;
 }
 .playlist-info-track{
   width: 80%;
 }
 .playlist-info-track,.playlist-duration{
   padding-top: 7px;
   padding-bottom: 7px;
   color: #222222;
   pointer-events: none;
 }
 .playlist-ctn{
	max-height: 510px;
	overflow-y: auto;
 }
 .active-track{
   background: #d9d9d9;
   color: #3767d6 !important;
   font-weight: bold;
   
 }
 
 .active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
   color: #3767d6 !important;
 }
 
 
 .playlist-btn-play{
   pointer-events: none;
   padding-top: 5px;
   padding-bottom: 5px;
 }
 .fas{
   color: #3767d6;
   font-size: 20px;
 }


 @media (min-width: 991px) {
  .player-ctn .fas,
  .player-ctn .icms-svg-icon {
      font-size: 25px;
  }
  .player-ctn .btn-action {
      width: 60px;
  }
 }

 .player-ctn .progress_headphones svg {
  font-size: 18px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  line-height: 1.33;
}

.btn-circle {
  width: 60px;
  height: 60px;
  padding: 6px 0px;
  border-radius: 50%;
  background: #3767d6;
  margin: 0 8px;
}

@media (max-width: 319px) {
.btn-circle {
  width: 55px;
  height: 55px;
  margin: 0 6px;
}
}

.player-ctn .btn-circle .fas,
.player-ctn .btn-circle .icms-svg-icon {
  font-size: 30px;
  color: #fff;
}
.player-ctn .btn-circle #icon-play .icms-svg-icon {
  padding-left: 2px;
}

#progress_info {
  background: #eaf0ff;
}