/* button[data-plyr="play"]:before {
   font-family: FontAwesome;
   content: "\f048";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
}
button[data-plyr="play"]:after {
   font-family: FontAwesome;
   content: "\f051";
   display: inline-block;
   padding-left: 3px;
   vertical-align: middle;
} */

/*.container {
  max-width: 600px;
  margin: 2rem auto;
}*/

/* Playlist  */
/* scrollbar rules have to be separate, browsers not supporting this syntax will skip them when combined. */

.plyr-playlist-wrapper ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}

/*.plyr-playlist-wrapper ul::-webkit-scrollbar {
  width: 4px;
}

.plyr-playlist-wrapper ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.plyr-playlist-wrapper ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #3498db;
}*/

.plyr-playlist-wrapper {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding-top: 2em;
}
.plyr-playlist-wrapper .plyr-playlist {
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  margin-top: 0;
  padding: 6px 6px;
  width: 100%;
  box-sizing: border-box;
  height:100%;
}

.plyr-playlist-wrapper ul {
  padding: 0;
  margin: 0;
  /*max-height: 10em;*/
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}


.plyr-playlist-wrapper .plyr-playlist li {
  list-style: none;
  background-color: #000000;
  padding: 0px;
  margin-bottom: 0.6rem;
  font-size: 90%;
  border-radius: 6px;
}

.plyr-playlist-wrapper .plyr-playlist li.pls-playing,
.plyr-playlist-wrapper .plyr-playlist li:hover {
  color: #ebebeb;
  background-color: rgba(39, 207, 199, 1);
  border-radius: 6px;
}
.plyr-playlist-wrapper .plyr-playlist li.pls-playing a {
  color: #3498db;
}

.plyr-playlist-wrapper .plyr-playlist li a {
  text-decoration: none;
  font-family: 'Open Sans Regular';
  font-weight: 600;
  color: #ebebeb;
  display: block;
  outline: none;
  padding: 0.5em 0.25em 0.5em 0.25em;
  font-size: 1.2rem;

}

.plyr-playlist-wrapper .plyr-playlist li:last-child a {
  border-bottom: 0;
}

.plyr-playlist li a:hover,
.plyr-playlist li a:focus,
.plyr-playlist li a:active {
  color: #ebebeb;
  background-color: #3171ab;
  border-radius: 6px;
  cursor: pointer;
}
.plyr-playlist li a:hover i,
.plyr-playlist li a:focus i,
.plyr-playlist li a:active i {
  color: #ebebeb;
  background-color: #3171ab;
  cursor: pointer;
}
.plyr-playlist li.active {
  color: #ebebeb;
  background-color: #3171ab;
}
.plyr-playlist .fa-play-circle{
  color: #ebebeb;
}

.plyr-miniposter {
  width: auto;
  height: 22px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin-right: 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}


.plyr-type-playlist plyr-playlist a.plyr-playlist-item-remove {
  float: right;
  margin-right: 15px;
  background-color: transparent;
}
