.vjs-playlist {
  padding: 0;
  background-color: #222222;
  color: #ffffff;
  list-style-type: none;
}
.vjs-playlist img {
  display: block;
}
.vjs-playlist .vjs-playlist-item-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 320px;
  overflow-y: scroll;
  background-color: #ffffff;
}
.vjs-playlist .vjs-playlist-item-list::-webkit-scrollbar {
  width: 10px;
  border-radius: 24px;
  box-shadow: unset;
}
.vjs-playlist .vjs-playlist-item-list::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  box-shadow: unset;
}
.vjs-playlist .vjs-playlist-item-list::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 24px;
}
@media (max-width: 800px) {
  .vjs-playlist .vjs-playlist-item-list {
    border-radius: 0;
  }
  .vjs-playlist .vjs-playlist-item-list::-webkit-scrollbar {
    width: 6px;
  }
}
.vjs-playlist .vjs-playlist-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.vjs-playlist .vjs-playlist-thumbnail-placeholder {
  background: #222222;
}
.vjs-playlist .vjs-playlist-now-playing-text {
  display: none;
  padding-left: 2px;
  margin: 0.8rem;
}
.vjs-playlist .vjs-playlist-duration {
  margin: 0 40px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  max-width: 600px;
}
.vjs-playlist .vjs-playlist-title-container {
  box-sizing: border-box;
}
.vjs-playlist .vjs-playlist-name {
  display: block;
  font-style: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  max-width: 600px;
}
@media (max-width: 800px) {
  .vjs-playlist .vjs-playlist-name {
    max-width: 60vw;
  }
}
.vjs-playlist .vjs-playlist-description {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  padding: 0 0 0 2px;
}
.vjs-playlist .vjs-up-next-text {
  display: none;
  padding: 0.1rem 2px;
  font-size: 0.8em;
  text-transform: uppercase;
}
.vjs-playlist .vjs-up-next .vjs-up-next-text {
  display: none;
}
.vjs-playlist .vjs-selected {
  background-color: #222222;
}
.vjs-playlist .vjs-selected img {
  opacity: 0.2;
}
.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text {
  display: none;
}
.vjs-playlist .vjs-selected .vjs-playlist-title-container {
  text-shadow: none;
}
.vjs-playlist-vertical {
  overflow-x: hidden;
  overflow-y: auto;
}
.vjs-playlist-vertical img {
  width: 100%;
  min-height: 54px;
}
.vjs-playlist-vertical .vjs-playlist-item:first-of-type {
  margin-top: 1px;
}
.vjs-playlist-vertical .vjs-playlist-item {
  height: 40px;
  margin-bottom: 1px;
  background-color: #222222;
}
.vjs-playlist-vertical .vjs-playlist-item:hover,
.vjs-playlist-item.vjs-selected {
  filter: brightness(1.5);
}
.vjs-playlist-vertical .vjs-playlist-thumbnail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.vjs-playlist-vertical .vjs-playlist-thumbnail-placeholder {
  height: 40px;
}
.vjs-playlist-horizontal {
  overflow-x: auto;
  overflow-y: hidden;
}
.vjs-playlist-horizontal img {
  min-width: 100px;
  height: 100%;
}
.vjs-playlist-horizontal .vjs-playlist-item-list {
  height: 100%;
  white-space: nowrap;
}
.vjs-playlist-horizontal .vjs-playlist-item {
  display: inline-block;
  height: 100%;
  margin-right: 5px;
}
.vjs-playlist-horizontal .vjs-playlist-thumbnail {
  display: block;
  height: 100%;
}
.vjs-playlist-horizontal .vjs-playlist-thumbnail-placeholder {
  height: 100%;
  width: 180px;
}
.vjs-playlist.vjs-ad-playing.vjs-csspointerevents {
  pointer-events: none;
  overflow: auto;
}
.vjs-playlist.vjs-ad-playing .vjs-playlist-ad-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.vjs-playlist {
  font-size: 14px;
}
.vjs-playlist .vjs-playlist-description {
  height: 28px;
  line-height: 21px;
}
.vjs-mouse.vjs-playlist {
  font-size: 15px;
}
.vjs-mouse.vjs-playlist .vjs-playlist-description {
  height: 30px;
  line-height: 23px;
}
@media (min-width: 600px) {
  .vjs-mouse.vjs-playlist {
    font-size: 17px;
  }
  .vjs-mouse.vjs-playlist .vjs-playlist-description {
    height: 34px;
    line-height: 26px;
  }
}
@media (max-width: 520px) {
  .vjs-playlist .vjs-selected .vjs-playlist-now-playing-text,
  .vjs-playlist .vjs-up-next .vjs-up-next-text {
    display: none;
  }
  .vjs-mouse.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text,
  .vjs-mouse.vjs-playlist .vjs-up-next .vjs-up-next-text {
    display: none;
  }
}
@media (min-width: 521px) {
  .vjs-playlist img {
    min-height: 85px;
  }
}
.vjs-playlist .vjs-playlist-button {
  position: relative;
  background-image: url("/media/icons/player-podcasts-list-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 42px;
  width: 42px;
  display: inline-block;
  margin: 0 40px;
}
.vjs-playlist .vjs-playlist-item.vjs-selected .vjs-playlist-button {
  background-image: url("/media/icons/player-podcasts-list-pause.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 20px;
  width: 42px;
}
@media (max-width: 800px) {
  .vjs-playlist .vjs-playlist-button,
  .vjs-playlist .vjs-playlist-duration {
    margin: 0 8px;
  }
}

.vjs-playlist .vjs-playlist-ad-overlay {
  display: none;
}
