.video-sticky.in {
  width: 400px !important;
  height: auto !important;
  position: fixed !important;
  top: 50px !important;
  right: 25px !important;
  left: auto !important;
  z-index: 9999999999;
}
#clapper .video-sticky.in {
  width: 400px !important;
  height: 226px !important;
  position: fixed !important;
  top: 50px !important;
  right: 25px !important;
  left: auto !important;
  z-index: 99999999;
}
.fluidplayer .video-sticky.in {
  width: 400px !important;
  height: 226px !important;
  position: fixed !important;
  top: 50px !important;
  right: 25px !important;
  left: auto !important;
  z-index: 99999999;
}
.jp-video .video-sticky.in {
  width: 480px !important;
  height: 326px !important;
  position: fixed !important;
  top: 50px !important;
  right: 25px !important;
  left: auto !important;
  z-index: 99999999;
}
.videojs .video-sticky.in {
  padding-top: 0px !important;
  top: 50px !important;
}
.h5vp_player {
  position: relative;
}
.h5vp_player .video_overlay {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  z-index: 9999999;
}
.h5vp_player .password_form {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  z-index: 99999999;
  text-align: center;
}
.h5vp_player .password_form label {
  color: #ffffff;
}
.h5vp_player .password_form input[type="text"] {
  margin-top: 10px;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
}
.h5vp_player .password_form input[type="submit"] {
  margin-top: 10px;
  padding: 7px 20px;
  background: #00b3ff;
  border: none;
  line-height: 1.5;
  color: #ffffff;
  font-weight: normal;
  border-radius: 3px;
  cursor: pointer;
}
.password_form .notice {
  font-size: 16px;
  margin-top: 5px;
  font-weight: bold;
}
.password_form .notice.error {
  color: #f02849;
}
.password_form .notice.success {
  color: green;
}
.h5vp_player .close {
  color: #ffffff;
  background: #222222;
  position: fixed;
  top: 30px;
  right: 5px;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  line-height: 0.4em;
  text-align: center;
  display: none;
  z-index: 999999999999999;
}
.h5vp_player .close:hover {
  cursor: pointer;
}
.videojs .close {
  color: #ffffff;
  background: #222222;
  position: fixed;
  top: 30px;
  right: 5px;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  line-height: 0.4em;
  text-align: center;
  display: none;
}
.videojs .close:hover {
  cursor: pointer;
}
.player .close {
  color: #ffffff;
  background: #222222;
  position: fixed;
  top: 30px;
  right: 5px;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  line-height: 0.4em;
  text-align: center;
  display: none;
  z-index: 9999999999999;
}
.player .close:hover {
  cursor: pointer;
}
.jp-video .close {
  color: #ffffff;
  background: #222222;
  position: fixed;
  top: 30px;
  right: 5px;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  line-height: 0.4em;
  text-align: center;
  display: none;
  z-index: 9999999999999;
}
.jp-video .close:hover {
  cursor: pointer;
}
.fluidplayer .close {
  color: #ffffff;
  background: #222222;
  position: fixed;
  top: 30px;
  right: 5px;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  line-height: 0.4em;
  text-align: center;
  display: none;
  z-index: 9999999999999;
}
.fluidplayer .close:hover {
  cursor: pointer;
}

/**
* CSS for video playslist
*/
/* css for listwithposter */
.h5vp_video_playlist .listwithposter li span.video_thumb {
  width: 100px;
  height: auto;
  display: inline-block;
}
.h5vp_video_playlist .listwithposter li img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
}
.h5vp_video_playlist .listwithposter li {
  background: black;
  color: #ffffff;
  border: 1px solid #dddddd;
  list-style: none;
  height: 200px;
  position: relative;
}
.h5vp_video_playlist .listwithposter li a {
  color: #ffffff;
  /* padding: 5px 20px; */
  display: block;
  text-decoration: none;
}
.h5vp_video_playlist .listwithposter li a .overlay {
  width: 100%;
  height: 200px;
  background: #000000;
  opacity: 0.3;
  position: absolute;
}
.h5vp_video_playlist .listwithposter li a .svg {
  z-index: 999999;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00b3ff;
  border-radius: 50%;
}
.h5vp_video_playlist .listwithposter li a .svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  fill: #ffffff;
}
.h5vp_video_playlist .listwithposter li a div.video_title {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.h5vp_video_playlist .listwithposter li a div.video_title span {
  font-size: 14px;
  top: 10px;
  position: fixed;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0px);
}
.h5vp_video_playlist .listwithposter li a .title {
  text-align: center;
  font-size: 18px;
}
.h5vp_video_playlist .listwithposter li.active a .overlay {
  background: #000000;
  opacity: 0.6;
}
/* .h5vp_video_playlist .listwithposter li.active a {
  color: pink;
} */
.listwithposter .owl-nav span {
  display: none;
}
.listwithposter .owl-nav {
  height: 0;
}
.listwithposter .owl-nav .owl-prev:before {
  content: "\2039";
  font-family: "dashicons";
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translate(0, -50%);
  line-height: 1em;
  font-size: 25px;
}
.listwithposter .owl-nav .owl-next:before {
  content: "\203A";
  font-family: "dashicons";
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translate(0, -50%);
  font-size: 25px;
  line-height: 1em;
}
/* end css for listwithposter*/
/**
* CSS for video playslist
*/
.h5vp_video_playlist .simplelist li span.video_thumb {
  width: 100px;
  height: auto;
  display: inline-block;
}
.h5vp_video_playlist .simplelist li img {
  max-width: 100%;
  /* height: 200px;
  object-fit: cover; */
}
.h5vp_video_playlist .simplelist li {
  background: black;
  color: #ffffff;
  border: 1px solid #dddddd;
  list-style: none;
  position: relative;
  /* height: 200px;
  position: relative; */
}
.h5vp_video_playlist .simplelist li.active,
.h5vp_video_playlist .simplelist li a:focus {
  background: #00b3ff;
}
.h5vp_video_playlist .simplelist li a {
  color: #ffffff;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
}
.h5vp_video_playlist .simplelist li a div.title {
  font-size: 18px;
}
/* .h5vp_video_playlist .simplelist li.active .svg {
  background: #00b3ff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
} */
.h5vp_video_playlist .simplelist li .svg svg {
  fill: #ffffff;
  height: 20px;
  width: 20px;
}
.h5vp_video_playlist .simplelist li a svg {
  z-index: 999999;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  fill: #00b3ff;
}
.plyr__volume input[type="range"] {
  overflow: hidden;
}
