.single-video-player {
  width: 100% !important;
}

.streaming-playlist {
  width: 100% !important;
}

.video-js .vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%,-50%) !important;
  height: 80px !important;
  width: 80px !important;
  border-radius: 50% !important;
  border: 0 !important;
  background-color: #ed2413 ;
}

#streaming-test-url .streaming-test-label {
  margin-bottom: 0; 
  display: flex; 
  align-items: center;
  width:100%;
}

#streaming-test-url .streaming-test-wrapper {
  display: flex;
  justify-content: flex-end;
}

#test-url{
  width:100%;
}

.video-js .vjs-big-play-button span.vjs-icon-placeholder {
  color: #fff !important;
  font-size: 64px;
  line-height: 1.2em;
}
.video-js.vjs-v7 .vjs-seek-button.skip-back .vjs-icon-placeholder::before {
  content: '\f120' !important;
  font-family: 'VideoJS' !important;
}
.video-js.vjs-v7 .vjs-seek-button.skip-forward .vjs-icon-placeholder::before {
  content: '\f11f' !important;
  font-family: 'VideoJs' !important;
}


/* Playlist - custom */

.info {
  background-color: #eee;
  border: thin solid #333;
  border-radius: 3px;
  margin: 0 0 20px;
  padding: 0 5px;
}

.player-container {
  display: flex;
  background: #1a1a1a;
  overflow: auto;
  width: 100%;
  margin: 0 0 20px;
}

.video-js span {
  font-size: inherit;
}
.vjs-playlist,
.my-custom-class,
#my-custom-element {
  float: left;
  width: 300px;
}

.vjs-playlist.vjs-playlist-horizontal {
  float: none;
  height: 120px;
  width: 600px;
}

.streaming-d-none {
  display: none;
}
* {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.streaming-btn-pd {
  padding: 0px 25px;
}

.vjs-playlist .vjs-playlist-title-container {
  text-shadow: unset;
  z-index: 2;
}
.iq-btn{
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
  box-shadow: none;
  color: #fff;
}
.iq-btn-playlist{
  position: absolute;
  top: 10px;
  right: 15px;
}
.iq-playlist-header {
  position:sticky;
  padding: 10px 5px;
  display: flex;
  justify-content: space-between;
  background-color: #0101012c;
  align-items: center;
  top: 0px;
  z-index: 10;
  backdrop-filter: blur(10px);
}
.player-container {
  position: relative;
  overflow: hidden;
}
.vjs-playlist.vjs-playlist-vertical{
  position: absolute;
  padding: 10px;
  padding-top: 0;
  top: 0;
  right:0;
  height: 100%;
  transform: translateX(100%);
  transition: transform 500ms ease-in-out;
  z-index: 10;
}
.vjs-playlist-vertical .vjs-playlist-item {margin-bottom: 10px;}

.vjs-playlist.vjs-playlist-vertical.show{
  transform: translateX(0%);
  transition: transform 500ms ease-in-out;;
}

.vjs-playlist-thumbnail::before {
  content: '';
  background: linear-gradient(90deg, rgb(0 0 0 / 78%) 0%, rgb(20 20 20 / 32%) 35%, rgba(83, 100, 141, 0) 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
}
.vjs-playlist .vjs-playlist-now-playing-text {
  z-index: 2;
}
.vjs-playlist-vertical .vjs-playlist-thumbnail-placeholder {height: auto; min-height: 70px;}

@media (max-width: 768px) {
  .vjs-playlist.vjs-playlist-vertical {
    width: 30%;
  }
  .vjs-playlist-vertical .vjs-playlist-thumbnail-placeholder {
    min-height: 45px;
  }
}
@media (max-width: 576px) {
  .vjs-playlist.vjs-playlist-vertical {
    width: 45%;
  }
}

.vjs-theme-fantasy .vjs-control-bar {
  height: 56px !important;
}
.vjs-theme-fantasy .vjs-play-progress:before {
  height: 1em;
  width: 1em;
  top: -0.5em !important;
}

.vjs-logo-content  img{
  object-fit: contain;
}
.vjs-playlist img {
  height: 150px;
  object-fit: cover;
}

.video-js.vjs-ended .vjs-poster {
  display: block !important;
}

.video-js.vjs-ended .vjs-big-play-button {
  display: block !important;
}


.iq-colse-btn-playlist:hover,
.iq-btn-playlist:hover{
  color:unset !important;
  background-color:unset !important;
  border-color: unset !important;
}
/*show playbutton when video pause*/
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block !important;
}

/*hidden control on ads play*/
.vjs-ad-playing .vjs-control-bar {
  display: none !important;
}

.video-js .vjs-overlay {
  color: black;
  /*background-color:;*/
  width:100%;
  text-align:left;
  font-size: 15px;
}

.vjs-overlay.vjs-overlay-top.vjs-overlay-background {
  width: 100%;
  margin: auto;
  left: 0;
  background: none;
}

/* Hide the overlay */
.hide-overlay .vjs-overlay {
  display: none;
}

.video-js .vjs-vimeo iframe{
  height:100% !important;
}