.container{
  margin-left: 100px !important;
  margin-right: 100px !important;
  margin-top: 100px !important;
}

.vy-progress{
  width: 100%;
}
.vy-player-wrapper{
  width: 100%;
  background-color: #F8F9FA;
  height: 88px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e8e8eb;
  font-family: sans-serif;
  box-shadow: 3 2px 5px rgb(0 0 0 / 5%);
}
.vy-player-progress-wrapper{
    width: 100%;
    background-color: #ebebeb;
    height: 4px;
}

.vy-player-progress-wrapper .vy-player-progress-status{
    height: 4px;
    background-color: #CF037F;
}

.vy-player-progress-wrapper .vy-player-progress-dot{
  width: 20px;
  height: 20px;  
  position: absolute;
  margin-top: -12px;
  background-color: rgb(206, 3, 124, 0.33);
  border-radius: 100%;
  cursor: pointer;
  align-items: center;
}

.vy-player-progress-wrapper .vy-player-progress-dot .dot-inner{
  width: 10px;
  height: 10px;  
  background-color: rgb(206, 3, 124);
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.vy-player-progress-wrapper .vy-player-progress-status.fade-color{
    background-color: #b4066e;
}

.vy-player-progress-wrapper .vy-player-progress-status:hover,
.vy-player-progress-wrapper .vy-player-progress-status:focus,
.vy-player-progress-wrapper .vy-player-progress-status:active{
    background-color: #b4066e;
}


.vy-player-progress-wrapper .vy-player-progress-dot:hover,
.vy-player-progress-wrapper .vy-player-progress-dot:focus,
.vy-player-progress-wrapper .vy-player-progress-dot:active
{
  background-color: rgb(108, 6, 110, 0.44);
  }

.vy-player-progress-wrapper .vy-player-progress-slider{
  position: absolute;
  margin-top: -5px;
  opacity: 0;
  cursor: pointer;
}

.vy-player-progress-wrapper .vy-player-progress-dot.fade-color{
    background-color: rgb(108, 6, 110, 0.44);
}

.vy-player-progress-wrapper .vy-player-progress-dot .dot-inner.fade-color{
  background-color: #b4066e;
}
.vy-player-wrapper .vy-player-content-wrap .player-item{
display: inline;
float: left;
padding-left: 20px;
}
.vy-player-wrapper .vy-player-content-wrap{
padding-top: 15px;
}
.vy-player-content-wrap .vy-artist-info {
  padding-top: 7px;
}
.vy-player-content-wrap .vy-artist-info .vy-artist-name{
  font-weight: bold;
  font-size: 12px;
  color: #222222;
  }

.vy-player-content-wrap .vy-artist-info .vy-song-name{
  padding-top: 6px;
  font-size: 12px;
  color: #333333;
  }
  
.vy-player-wrapper .vy-player-content-wrap .player-item .vy-player-controls{
padding-left: 30px;
padding-top: 7px;
}

.vy-player-content-wrap .player-item .vy-player-controls svg{
cursor: pointer;
}

.vy-player-content-wrap .player-item .vy-player-controls  .vy-play-pause svg{
fill: #333333;
}

.vy-player-content-wrap .player-item .vy-player-controls  .vy-play-pause svg:hover,
.vy-player-content-wrap .player-item .vy-player-controls  .vy-play-pause svg:focus,
.vy-player-content-wrap .player-item .vy-player-controls  .vy-play-pause svg:active
{
  fill: #0f0f0f;
  }
  

.vy-player-content-wrap .player-item .vy-player-controls  .vy-previous svg,
.vy-player-content-wrap .player-item .vy-player-controls  .vy-next svg{
  fill: #333;
  }

.vy-player-content-wrap .player-item .vy-player-controls  .vy-previous svg:hover,
.vy-player-content-wrap .player-item .vy-player-controls  .vy-next svg:hover{
  fill: #0f0f0f;
  }
  

.vy-player-wrapper .vy-player-content-wrap .player-item .vy-player-controls-progress{
padding-top: 24px;
width: 350px;
}


.vy-player-content-wrap .player-item .vy-current-duration,
.vy-player-content-wrap .player-item .vy-total-duration
{
  padding-top: 20px;
  font-size: 12px;
  color: #333333;
  }