body{
  background-color: #2d2d2d;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#myProgress {
  width: 420px;
   background-color: black; 
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0%;
  height: 10px;
  background-color: white;
  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;
 visibility: hidden;
 position: fixed;
}

.btn-ctn > div {
	position: absolute;
    margin-top: -117px;
    margin-left: -599px;
	z-index: 2;
}

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

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

.duration{
  margin-left: 10px;
  visibility: hidden;
}

.title{
	font-size: 60px;
	font-weight: bold;
}

.player-ctn{
  border-radius: 15px;
  width: 420px;
  padding: 0px;
  background-color: rgba(0,0,0,0);
  margin:auto;
}

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

.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: 14px;
  pointer-events: none;
}
.playlist-ctn{
   padding-bottom: 20px;
}
.active-track{
  background: white;
  color: red !important;
  font-weight: bold;
  
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: white !important;
  text-shadow: none;
  margin-left: 30px;
}


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


.timer {
	position: absolute;
	margin-top: 100px;
}

#ptc-0 {
	visibility: hidden;
	position: fixed;
}

.active-track {
	background: url(assets/images/selected.svg);
	background-size: 50px;
	background-repeat: no-repeat;
	background-color: #514040;
}

#icon-play {
	background: url(assets/images/play.svg);
	background-size: cover;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	box-shadow: 0px 0px 20px black;
}
#icon-pause {
	background: url(assets/images/pause.svg);
	background-size: cover;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	box-shadow: 0px 0px 20px #af8c8c;
}

.btn-action {
	padding-top: 10px;
	width: 0px;
}