/* Minification failed. Returning unminified contents.
(134,23): run-time error CSS1039: Token not allowed after unary operator: '-borderRadiusSettings'
(154,19): run-time error CSS1039: Token not allowed after unary operator: '-hTextSize'
(181,19): run-time error CSS1039: Token not allowed after unary operator: '-hTextSize'
(225,22): run-time error CSS1039: Token not allowed after unary operator: '-pColor'
(298,23): run-time error CSS1039: Token not allowed after unary operator: '-borderRadiusSettings'
(308,23): run-time error CSS1039: Token not allowed after unary operator: '-borderRadiusSettings'
(319,23): run-time error CSS1039: Token not allowed after unary operator: '-borderRadiusSettings'
(329,23): run-time error CSS1039: Token not allowed after unary operator: '-borderRadiusSettings'
(418,24): run-time error CSS1039: Token not allowed after unary operator: '-pColor'
(592,27): run-time error CSS1039: Token not allowed after unary operator: '-borderRadius'
(615,31): run-time error CSS1039: Token not allowed after unary operator: '-borderRadius'
(1067,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1111,25): run-time error CSS1039: Token not allowed after unary operator: '-borderRadius'
(1120,25): run-time error CSS1039: Token not allowed after unary operator: '-borderRadius'
(1125,22): run-time error CSS1039: Token not allowed after unary operator: '-pColor'
(1131,25): run-time error CSS1039: Token not allowed after unary operator: '-borderRadius'
(1137,24): run-time error CSS1039: Token not allowed after unary operator: '-pColor'
(1155,20): run-time error CSS1039: Token not allowed after unary operator: '-pColor'
(1167,22): run-time error CSS1039: Token not allowed after unary operator: '-pColor'
(1188,14): run-time error CSS1039: Token not allowed after unary operator: '-mouse-x'
(1201,23): run-time error CSS1039: Token not allowed after unary operator: '-pTextSize'
(1216,22): run-time error CSS1039: Token not allowed after unary operator: '-pColor'
(1227,20): run-time error CSS1039: Token not allowed after unary operator: '-pColor'
(1244,22): run-time error CSS1039: Token not allowed after unary operator: '-pColor'
(1248,25): run-time error CSS1039: Token not allowed after unary operator: '-borderRadius'
(1401,23): run-time error CSS1039: Token not allowed after unary operator: '-pFontSize'
(1419,23): run-time error CSS1039: Token not allowed after unary operator: '-pTextSize'
(1464,23): run-time error CSS1039: Token not allowed after unary operator: '-pTextSize'
(1482,26): run-time error CSS1039: Token not allowed after unary operator: '-pColor'
(1706,26): run-time error CSS1039: Token not allowed after unary operator: '-subBackgroundColor'
(1712,19): run-time error CSS1039: Token not allowed after unary operator: '-subFontSize'
(1713,15): run-time error CSS1039: Token not allowed after unary operator: '-subFontColor'
(1910,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1911,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1912,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1913,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1914,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1915,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1916,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1917,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1918,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1919,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1920,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1960,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1961,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@charset "UTF-8";
.vp-player.vp-loading .vp-loading {
  display: flex; }

.vp-player .vp-loading {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-self: center; }
  .vp-player .vp-loading div {
    align-self: center; }

.loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }
  .loading div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent; }
    .loading div.layer1 {
      animation-delay: -0.45s; }
    .loading div.layer2 {
      animation-delay: -0.3s; }
    .loading div.layer3 {
      animation-delay: -0.15s; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.quality-label {
  color: #CC0000;
  font-weight: 900;
  margin-left: 2px;
  margin-bottom: 4px;
  font-size: 11px; }

.vp-setting-modal {
  z-index: 8; }

.vp-mobile .vp-overlay.vp-quality-open .quality-holder {
  max-height: 150px !important; }

.vp-overlay.vp-settings-open .settings-holder {
  max-height: 250px !important;
  transition: max-height .4s ease-in-out !important;
  width: auto !important;
  /*height: auto !important;
            width: auto !important;*/ }

.vp-overlay.vp-quality-open .settings-holder {
  max-height: 0px !important;
  transition: max-height .4s ease-in-out !important;
  width: 0 !important;
  /*width: 0 !important;
            max-height: 0 !important;*/ }

.vp-overlay.vp-quality-open .quality-holder {
  max-height: 250px !important;
  transition: max-height .4s ease-in-out !important;
  width: auto !important;
  opacity: 1 !important; }

.vp-overlay.vp-subtitles-open .settings-holder {
  max-height: 0px !important;
  transition: max-height .4s ease-in-out !important;
  width: 0 !important;
  /*width: 0 !important;
            max-height: 0 !important;*/ }

.vp-overlay.vp-subtitles-open .subtitles-holder {
  max-height: 250px !important;
  transition: max-height .4s ease-in-out !important;
  width: auto !important;
  /*height: auto !important;
            width: auto !important;*/ }

.vp-overlay.vp-subtitles-options-open .settings-holder {
  max-height: 0px !important;
  transition: max-height .4s ease-in-out !important;
  width: 0 !important;
  /*width: 0 !important;
            max-height: 0 !important;*/ }

.vp-overlay.vp-subtitles-options-open .subtitles-holder {
  max-height: 0px !important;
  transition: max-height .4s ease-in-out !important;
  width: 0 !important;
  /*width: 0 !important;
            max-height: 0 !important;*/ }

.vp-overlay.vp-subtitles-options-open .subtitles-options-holder {
  max-height: 250px !important;
  transition: max-height .4s ease-in-out !important;
  width: auto !important;
  /*height: auto !important;
            width: auto !important;*/ }

.vp-overlay .vp-setting-modal ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.85); }

.vp-overlay .vp-setting-modal ::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(0, 0, 0, 0.85); }

.vp-overlay .vp-setting-modal ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #8c8c8c; }

.vp-overlay .vp-setting-modal .settings-wrapper {
  display: flex;
  width: 260px;
  flex-direction: column;
  height: auto;
  border-radius: 3px;
  border-radius: var(--borderRadiusSettings);
  position: absolute;
  bottom: 60px;
  right: 1%;
  z-index: 7; }
  .vp-overlay .vp-setting-modal .settings-wrapper .checked:after {
    content: '✔';
    position: relative;
    left: 10px;
    width: 17px;
    height: 17px; }

.vp-overlay .vp-setting-modal .settings-header {
  padding: 5px 25px;
  justify-content: center;
  text-align: start;
  align-items: center;
  align-content: center;
  height: 45px;
  display: flex;
  font-size: var(--hTextSize);
  color: honeydew;
  border-bottom: solid 1px;
  cursor: pointer; }
  .vp-overlay .vp-setting-modal .settings-header-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%; }
    .vp-overlay .vp-setting-modal .settings-header-title:before {
      content: "";
      margin-right: 15px;
      border: solid white;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }

.vp-overlay .vp-setting-modal .settings-item {
  padding: 5px 25px;
  justify-content: center;
  text-align: start;
  align-items: center;
  align-content: center;
  height: 35px;
  display: flex;
  font-size: var(--hTextSize);
  color: honeydew; }
  .vp-overlay .vp-setting-modal .settings-item:hover {
    background: #f5f5f525;
    cursor: pointer; }
  .vp-overlay .vp-setting-modal .settings-item-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%; }
  .vp-overlay .vp-setting-modal .settings-item-selected {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: flex-end; }
    .vp-overlay .vp-setting-modal .settings-item-selected:after {
      content: "";
      margin-left: 15px;
      border: solid white;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
  .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg-vp + .autoplaytg-btn {
    background: #a7a7a7;
    border-radius: 2em;
    padding: 2px;
    transition: all .4s ease;
    margin: 0; }
    .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg-vp + .autoplaytg-btn:after {
      border-radius: 2em;
      background: #fbfbfb;
      transition: left 0.3s cubic-bezier(0.16, 0.7, 0.25, 1.25), padding 0.3s ease, margin 0.3s ease;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08); }
    .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg-vp + .autoplaytg-btn:hover:after {
      will-change: padding; }
    .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg-vp + .autoplaytg-btn:active {
      box-shadow: inset 0 0 0 2em red; }
      .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg-vp + .autoplaytg-btn:active:after {
        padding-right: 0.8em; }
  .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg-vp:checked + .autoplaytg-btn {
    background: red;
    background: var(--pColor); }
    .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg-vp:checked + .autoplaytg-btn:active {
      box-shadow: none; }
      .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg-vp:checked + .autoplaytg-btn:active:after {
        margin-left: -0.85em; }
  .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg {
    display: none;
    box-sizing: border-box; }
    .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg:after {
      box-sizing: border-box; }
      .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg:after::selection {
        background: none; }
    .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg:before {
      box-sizing: border-box; }
      .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg:before::selection {
        background: none; }
    .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg * {
      box-sizing: border-box; }
      .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg *:after {
        box-sizing: border-box; }
        .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg *:after::selection {
          background: none; }
      .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg *:before {
        box-sizing: border-box; }
        .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg *:before::selection {
          background: none; }
      .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg *::selection {
        background: none; }
    .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg + .autoplaytg-btn {
      box-sizing: border-box;
      outline: 0;
      display: block;
      width: 2em;
      height: 1.1em;
      position: relative;
      cursor: pointer;
      user-select: none; }
      .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg + .autoplaytg-btn::selection {
        background: none; }
      .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg + .autoplaytg-btn:after {
        position: relative;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        left: 0; }
      .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg + .autoplaytg-btn:before {
        position: relative;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        display: none; }
    .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg::selection {
      background: none; }
    .vp-overlay .vp-setting-modal .settings-item-toggle .autoplaytg:checked + .autoplaytg-btn:after {
      left: 50%; }
  .vp-overlay .vp-setting-modal .settings-item-option {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    text-decoration: underline; }

.vp-overlay .vp-setting-modal .settings-holder {
  background: rgba(0, 0, 0, 0.85);
  /*height: 0;*/
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  max-height: 0;
  width: 0;
  overflow: hidden;
  border-radius: 5px;
  border-radius: var(--borderRadiusSettings); }

.vp-overlay .vp-setting-modal .quality-holder {
  background: rgba(0, 0, 0, 0.85);
  /*height: 0;*/
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  max-height: 0;
  width: 0;
  overflow: auto;
  border-radius: 5px;
  border-radius: var(--borderRadiusSettings);
  opacity: 0; }

.vp-overlay .vp-setting-modal .subtitles-holder {
  background: rgba(0, 0, 0, 0.85);
  /*height: 0;*/
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  max-height: 0;
  width: 0;
  overflow: hidden;
  border-radius: 5px;
  border-radius: var(--borderRadiusSettings); }

.vp-overlay .vp-setting-modal .subtitles-options-holder {
  background: rgba(0, 0, 0, 0.85);
  /*height: 0;*/
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  max-height: 0;
  width: 0;
  overflow: auto;
  border-radius: 5px;
  border-radius: var(--borderRadiusSettings); }

.vp-overlay.show-preview .vp-preview {
  display: flex; }

.vp-preview {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -moz-transition: opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.1s cubic-bezier(0, 0, 0.2, 1); }
  .vp-preview div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }

.vp-overlay-action {
  display: none;
  justify-content: center;
  align-items: center;
  animation: keyeffect 1s forwards; }
  .vp-overlay-action .icon-play {
    padding-left: 8px; }
  .vp-overlay-action.show {
    display: flex; }
  .vp-overlay-action span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    color: white;
    background: #00000057;
    height: 100px;
    width: 100px;
    border-radius: 100%; }

.vp-mobile .vp-overlay-action {
  margin: 15%; }

@keyframes keyeffect {
  from {
    transform: scale(0.6, 0.6);
    opacity: 1; }
  to {
    transform: scale(1.1, 1.1);
    opacity: 0; } }

.myMsg:hover {
  animation: keyeffect 1s forwards; }

.vp-player.next-video-show .vp-next-video-wrapper {
  transform: translateX(0); }

.vp-next-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end; }
  .vp-next-video-wrapper {
    display: flex;
    width: 650px;
    height: 155px;
    background: black;
    padding: 10px;
    box-sizing: border-box;
    margin: 1%;
    z-index: 10;
    border-radius: 5px;
    transform: translateX(700px);
    transition: transform 0.5s ease; }
    @media screen and (min-width: 575px) {
      .vp-next-video-wrapper .vp-next-video-wrapper {
        height: 80px; } }
    .vp-next-video-wrapper .progress {
      position: absolute;
      width: 100%;
      height: 3px;
      top: -3px;
      left: 0;
      background: red;
      background: var(--pColor);
      border-radius: 5px;
      transition: linear 250ms; }
    .vp-next-video-wrapper .next-video-close {
      position: absolute;
      right: 0;
      top: 0;
      margin: 5px;
      margin-right: 10px;
      width: 30px;
      height: 20px;
      opacity: 0.7;
      cursor: pointer; }
      .vp-next-video-wrapper .next-video-close:before, .vp-next-video-wrapper .next-video-close:after {
        position: absolute;
        left: 15px;
        border-radius: 5px;
        content: ' ';
        height: 25px;
        width: 4px;
        background-color: #fff; }
      .vp-next-video-wrapper .next-video-close:before {
        transform: rotate(45deg); }
      .vp-next-video-wrapper .next-video-close:after {
        transform: rotate(-45deg); }
    .vp-next-video-wrapper .next-video-thumbnail {
      justify-content: center;
      display: flex;
      align-items: center;
      border-radius: 5px;
      width: 240px;
      height: 135px;
      background: #000000;
      cursor: pointer;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      .vp-next-video-wrapper .next-video-thumbnail a {
        width: 100%;
        height: 100%;
        display: flex; }
      .vp-next-video-wrapper .next-video-thumbnail span {
        padding-left: 5px;
        position: absolute;
        color: white;
        font-size: 27px;
        background: red;
        width: 65px;
        height: 65px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.5s ease; }
      .vp-next-video-wrapper .next-video-thumbnail:hover span {
        opacity: 0.8; }
    .vp-next-video-wrapper .next-video-content {
      flex: 1;
      flex-direction: column;
      padding-left: 15px;
      color: white; }
      .vp-next-video-wrapper .next-video-content-info {
        height: 20%;
        font-size: 13px; }
      .vp-next-video-wrapper .next-video-content-title {
        position: relative;
        height: 60%;
        font-weight: bold;
        color: #fff;
        /* font-weight: bold; */
        font-weight: 600;
        line-height: 18px;
        max-height: 4.5rem;
        white-space: normal;
        -webkit-box-orient: vertical;
        text-align: left;
        display: block !important;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        overflow: hidden !important; }
        .vp-next-video-wrapper .next-video-content-title a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          cursor: pointer; }
      .vp-next-video-wrapper .next-video-content-channel {
        position: relative;
        height: 20%;
        color: #f0f0f0; }
        .vp-next-video-wrapper .next-video-content-channel a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          cursor: pointer; }

.vp-mobile .vp-next-video-wrapper {
  width: 95%;
  height: 80px;
  margin: 1% auto; }

.vp-mobile .vp-next-video .next-video-thumbnail {
  height: 60px;
  width: 100px; }

.vp-mobile .vp-next-video .next-video-content {
  font-size: 12px; }

@media screen and (max-width: 575px) {
  .vp-next-video-wrapper {
    width: 95%;
    height: 80px;
    margin: 1% auto; }
  .vp-next-video .next-video-thumbnail {
    height: 60px;
    width: 100px; }
  .vp-next-video .next-video-content {
    font-size: 12px; } }

.vp-ended .vp-player-related {
  opacity: 1; }

.vp-player-related {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8); }
  .vp-player-related-wrapper {
    display: flex;
    width: 100%;
    padding: 0 20px;
    /* Hide scrollbar for Chrome, Safari and Opera */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .vp-player-related-wrapper::-webkit-scrollbar {
      display: none; }
    @media (max-width: 767.98px) {
      .vp-player-related-wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        max-height: 90%;
        margin: auto;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding: 0; } }
  .vp-player-related .related-card {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
    @media (max-width: 767.98px) {
      .vp-player-related .related-card {
        flex: 0 0 70%;
        max-width: 70%; } }
    .vp-player-related .related-card-link .related-card-wrapper {
      padding: 10px; }
    .vp-player-related .related-card-img {
      position: relative;
      padding-top: 56.25%;
      background-image: url(https://samiu.gjirafa.com/api/media/gjvideo/y0qygx/standart.jpg);
      border-radius: 5px;
      border-radius: var(--borderRadius);
      z-index: 7;
      cursor: pointer;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: #222;
      border-radius: 4px;
      overflow: hidden;
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      background-origin: padding-box; }
      .vp-player-related .related-card-img .badges {
        position: absolute;
        display: flex;
        width: 100%;
        top: 0;
        padding-top: 10px; }
        .vp-player-related .related-card-img .badges span {
          height: 25px;
          background: yellow;
          border-radius: 5px;
          border-radius: var(--borderRadius);
          font-size: 11px;
          font-weight: 600;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0 5px; }
          .vp-player-related .related-card-img .badges span.left {
            margin-left: 5px;
            background-color: #141a32;
            box-shadow: 1px 1px 2px 0 #333;
            text-transform: uppercase; }
          .vp-player-related .related-card-img .badges span.right {
            position: absolute;
            right: 0;
            margin-right: 5px;
            background-color: rgba(30, 30, 30, 0.5); }
    .vp-player-related .related-card-content {
      color: white;
      padding: 0 10px; }
      @media (max-width: 767.98px) {
        .vp-player-related .related-card-content {
          top: -65px;
          position: relative;
          padding: 0 15px; } }
      .vp-player-related .related-card-content-title {
        max-height: 40px;
        line-height: 19px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        -moz-box-orient: vertical;
        -moz-line-clamp: 2;
        font-weight: 600;
        margin-bottom: 10px;
        cursor: pointer;
        z-index: 7;
        position: relative; }
        @media (max-width: 767.98px) {
          .vp-player-related .related-card-content-title {
            margin: 0; } }
      .vp-player-related .related-card-content-channel {
        cursor: pointer;
        z-index: 7;
        position: relative; }
        .vp-player-related .related-card-content-channel:hover {
          color: #9f9f9f !important; }

.vp-floating-uc-active .floating-ad-uc-wrapper {
  opacity: 1 !important; }

.vp-floating {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease; }
  .vp-floating .floating-ad-uc-wrapper {
    left: 50%;
    top: 50%;
    position: absolute;
    transition: 0.4 ease-in;
    opacity: 0; }
    .vp-floating .floating-ad-uc-wrapper.open-right .ad-details {
      transform: translateX(420px);
      direction: rtl; }
      .vp-floating .floating-ad-uc-wrapper.open-right .ad-details .ad-details-info {
        padding-right: 10px;
        padding-left: 25px;
        box-sizing: border-box;
        text-align: left; }
    .vp-floating .floating-ad-uc-wrapper .ad-details {
      display: flex;
      right: 35px;
      top: 35px;
      background: #fff;
      position: absolute;
      transition: width .4s ease-out, opacity .4s ease-out;
      opacity: 0;
      border-radius: 5px;
      z-index: -1;
      width: 0;
      padding: 0;
      overflow: hidden; }
      .vp-floating .floating-ad-uc-wrapper .ad-details-img {
        background-size: cover;
        display: flex;
        height: 100px;
        min-width: 100px;
        margin-right: 10px; }
      .vp-floating .floating-ad-uc-wrapper .ad-details-info {
        min-width: 260px;
        width: 100%; }
        .vp-floating .floating-ad-uc-wrapper .ad-details-info-title {
          max-height: 40px;
          line-height: 19px;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: block;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          -moz-box-orient: vertical;
          -moz-line-clamp: 2;
          margin-bottom: 10px;
          cursor: pointer;
          position: relative;
          color: #3c3c3c !important;
          font-size: 14px;
          font-weight: 500; }
        .vp-floating .floating-ad-uc-wrapper .ad-details-info-desc {
          max-height: 40px;
          line-height: 19px;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: block;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          -moz-box-orient: vertical;
          -moz-line-clamp: 2;
          font-weight: 700;
          margin-bottom: 10px;
          cursor: pointer;
          position: relative; }
        .vp-floating .floating-ad-uc-wrapper .ad-details-info-short {
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: block;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          -moz-box-orient: vertical;
          -moz-line-clamp: 2;
          font-weight: 700;
          margin-bottom: 10px;
          cursor: pointer;
          position: relative;
          text-transform: uppercase; }
  .vp-floating .floating-ad-uc-holder:hover .ad-details {
    opacity: 1;
    width: 400px;
    padding: 10px; }
  .vp-floating .floating-ad-uc-content {
    width: 70px;
    height: 70px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 7; }
    .vp-floating .floating-ad-uc-content:after {
      content: "";
      width: 70px;
      height: 70px;
      background: #c8c8c8;
      position: absolute;
      z-index: -1;
      border-radius: 100%; }
  .vp-floating .floating-ad-pp-wrapper {
    opacity: 0; }
  .vp-floating .floating-ad-c-wrapper {
    left: 0%;
    top: 50%;
    position: absolute;
    transition: 0.4 ease-in;
    opacity: 0; }
  .vp-floating .floating-ad-c-holder {
    min-width: 290px !important; }
  .vp-floating .floating-ad-c-close {
    position: absolute;
    border-radius: 50%;
    background: #c8c8c8;
    width: 30px;
    height: 30px;
    text-align: center;
    top: -15px;
    right: -15px;
    cursor: pointer; }
  .vp-floating .floating-ad-c-content {
    background: green; }

.vp-ts-screen {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: 1; }
  .vp-ts-screen.active {
    display: flex; }
    .vp-ts-screen.active ~ #mute {
      display: none !important; }
  .vp-ts-screen .vp-please-unmute-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 185px;
    background: #00000040;
    border-radius: 100%;
    color: white;
    border: 2px solid #ffffff4f;
    gap: 17px;
    backdrop-filter: blur(6px); }
    .vp-ts-screen .vp-please-unmute-container .icon-sound-mute {
      font-size: 42px; }
    .vp-ts-screen .vp-please-unmute-container .vp-please-unmute {
      font-size: 25px;
      font-weight: 400;
      line-height: 24px; }

.vp-mobile .vp-ts-screen {
  z-index: 7; }
  .vp-mobile .vp-ts-screen .vp-please-unmute-container {
    width: 150px;
    height: 150px;
    gap: 10px; }
    .vp-mobile .vp-ts-screen .vp-please-unmute-container .icon-sound-mute {
      font-size: 32px; }
    .vp-mobile .vp-ts-screen .vp-please-unmute-container .vp-please-unmute {
      font-size: 20px;
      line-height: 20px; }

.vp-overlay {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  overflow: hidden; }
  .vp-overlay-play-pause {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 120px;
    z-index: 5; }
  .vp-overlay .vp-mobile-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 20%;
    margin: auto;
    /*z-index: 6;*/ }

.vp-player-inactive .vp-controls--top-holder {
  transform: translate3d(0px, -70px, 0px);
  opacity: 0; }

.vp-controls--top-holder {
  transition: all .3s ease .1s;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

.vp-player-inactive .vp-controls-holder {
  transform: translate3d(0px, 70px, 0px);
  opacity: 0; }

.vp-controls-holder {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

@media screen and (max-width: 575px) {
  /*.vp-player-inactive {
        .vp-controls--middle-holder{
            transform: scale(0) !important;
        }
    }

.vp-controls--middle-holder {
    transform: scale(1);
    transition: transform .1s ease-in;
    animation-delay: .1s;
}*/
  .vp-mobile-overlay {
    z-index: 22222; }
  .vp-player-inactive .vp-mobile-overlay {
    pointer-events: all; }
  .vp-player-inactive .vp-controls {
    opacity: 0;
    pointer-events: none; }
  .vp-mobile-overlay {
    pointer-events: none; }
  .vp-controls {
    opacity: 1;
    pointer-events: all; } }

#vp-player.vp-player-inactive {
  cursor: none; }

#mute {
  background: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  line-height: 1;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  z-index: 32; }
  #mute .icon-mute {
    font-size: 18px;
    margin-right: 1.5px; }
  #mute h4 {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 11px;
    margin: 0; }

.more-info {
  min-height: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 8px 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 32; }

.vp-moreInfo {
  right: 10px;
  position: relative;
  top: 10px;
  display: none;
  color: white;
  font-size: 18px;
  text-decoration: none;
  z-index: 64; }

.vp-mobile .vp-volume--wrapper .vp-volume-slider {
  display: flex !important; }

@media screen and (max-width: 575px) {
  .vp-volume--wrapper .vp-volume-slider {
    display: flex !important; }
  .settings-wrapper {
    height: 100px; } }

.vp-volume--wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .vp-volume--wrapper.volume-seek .vp-volume-slider {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    width: 65px;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    align-items: center; }
    .vp-volume--wrapper.volume-seek .vp-volume-slider-progress {
      position: absolute;
      height: 4px;
      background: white;
      border-radius: 7px;
      z-index: 1; }
      .vp-volume--wrapper.volume-seek .vp-volume-slider-progress span {
        width: 14px;
        height: 14px;
        position: absolute;
        background: white;
        right: -8px;
        bottom: -5px;
        border-radius: 100%; }
    .vp-volume--wrapper.volume-seek .vp-volume-slider-lenght {
      position: absolute;
      width: 100%;
      height: 5px;
      background: #9F9F9F;
      border-radius: 7px; }
  .vp-volume--wrapper:hover .vp-volume-slider {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    width: 65px;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    align-items: center; }
    .vp-volume--wrapper:hover .vp-volume-slider-progress {
      position: absolute;
      height: 4px;
      background: white;
      border-radius: 7px;
      z-index: 1; }
      .vp-volume--wrapper:hover .vp-volume-slider-progress span {
        width: 14px;
        height: 14px;
        position: absolute;
        background: white;
        right: -8px;
        bottom: -5px;
        border-radius: 100%; }
    .vp-volume--wrapper:hover .vp-volume-slider-lenght {
      position: absolute;
      width: 100%;
      height: 5px;
      background: #9F9F9F;
      border-radius: 7px; }
  .vp-volume--wrapper .vp-volume-slider {
    position: relative;
    margin-left: 10px;
    opacity: 0;
    width: 0;
    height: 20px;
    display: flex;
    align-items: center;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease; }

:root {
  --mouse-x: 0px; }

.vp-player.vp-controls-seeking .vp-bar-holder {
  transform: scaleY(1.6); }
  .vp-player.vp-controls-seeking .vp-bar-holder .play-progress span {
    width: 15px;
    height: 9px;
    right: -5px;
    bottom: -3px;
    transition: all 0.1s ease; }

.vp-mobile .vp-bar-holder:hover {
  transform: none !important; }

.vp-mobile.vp-controls-hover .vp-bar-holder {
  transform: none !important; }

.vp-bar-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 9px;
  transition: all 0.2s;
  cursor: pointer; }
  .vp-bar-holder:hover {
    transform: scaleY(1.6);
    transition: all 0.1s ease; }
    .vp-bar-holder:hover .play-progress span {
      width: 15px;
      height: 9px;
      position: absolute;
      background: #cc0000;
      right: -10px;
      bottom: -3px;
      border-radius: 100%;
      transition: all 0.1s ease; }
  .vp-bar-holder .hover-progress {
    background: grey;
    height: 3px;
    bottom: 3px;
    position: absolute;
    width: 100%;
    border-radius: 5px;
    border-radius: var(--borderRadius); }
  .vp-bar-holder .load-progress {
    width: 0;
    height: 3px;
    border: 0;
    bottom: 3px;
    position: absolute;
    background: #c2c2c2;
    border-radius: 5px;
    border-radius: var(--borderRadius);
    transition: linear 250ms; }
  .vp-bar-holder .play-progress {
    width: 0%;
    background: #cc0000;
    background: var(--pColor);
    height: 3px;
    position: absolute;
    bottom: 3px;
    left: 0;
    border-radius: 5px;
    border-radius: var(--borderRadius); }
    .vp-bar-holder .play-progress span {
      width: 3px;
      height: 3px;
      position: absolute;
      background: #cc0000;
      background: var(--pColor);
      right: 0px;
      bottom: 0px;
      border-radius: 100%;
      transition: all 0.1s ease; }
  .vp-bar-holder .ad-cuepoints {
    background: #fece09;
    height: 3px;
    bottom: 3px;
    position: absolute;
    width: 3px;
    z-index: 1; }

.vp-mobile .vp-bar-holder .play-progress span {
  width: 11px;
  height: 11px;
  position: absolute;
  background: #cc0000;
  background: var(--pColor);
  right: -6px;
  bottom: -4px;
  border-radius: 100%;
  transition: all 0.1s ease; }

@media screen and (max-width: 575px) {
  .vp-bar-holder .play-progress span {
    width: 11px !important;
    height: 11px !important;
    position: absolute;
    background: #cc0000;
    background: var(--pColor);
    right: -6px !important;
    bottom: -4px !important;
    border-radius: 100%;
    transition: all 0.1s ease; }
  .vp-bar-holder:hover {
    transform: none !important; }
  .vp-controls-hover .vp-bar-holder {
    transform: none !important; } }

.mover {
  pointer-events: none;
  position: absolute;
  border: 1px solid white;
  width: 100%;
  max-width: 160px;
  min-width: 40px;
  height: 90px;
  top: -130px;
  opacity: 0;
  z-index: 9999999;
  left: var(--mouse-x); }
  .mover div {
    position: absolute;
    left: -1px;
    bottom: -32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: white;
    width: 100%;
    height: 21px; }
    .mover div span {
      font-size: var(--pTextSize);
      color: white; }

.vp-controls-hover .mover,
.vp-controls-seeking .mover {
  opacity: 1; }

.vp-controls-hover .vp-bar-holder {
  transform: scaleY(1.6);
  transition: all 0.1s ease; }
  .vp-controls-hover .vp-bar-holder .play-progress span {
    width: 15px;
    height: 9px;
    position: absolute;
    background: #cc0000;
    background: var(--pColor);
    right: -10px;
    bottom: -3px;
    border-radius: 100%;
    transition: all 0.1s ease; }

.vp-mobile .vp-bar-holder .play-progress span {
  width: 11px !important;
  height: 11px !important;
  position: absolute;
  background: #cc0000;
  background: var(--pColor);
  right: -6px;
  bottom: -4px;
  border-radius: 100%;
  transition: all 0.1s ease; }

.vp-realtime .vp-bar-holder {
  pointer-events: none;
  display: none; }

.vp-live .mover {
  opacity: 0;
  height: 0;
  top: -40px;
  border: none; }
  .vp-live .mover div {
    background: #cc0000;
    background: var(--pColor);
    width: auto;
    padding: 0 10px;
    border-radius: 5px;
    border-radius: var(--borderRadius); }

.vp-live.vp-controls-hover .mover,
.vp-live.vp-controls-seeking .mover {
  opacity: 1; }

.vp-live-seeked-back .vp-live:before {
  background: grey !important; }

@media (min-width: 992px) {
  .gj--ads iframe {
    height: calc(100% - 50px); } }

.vp-mobile .vp-overlay-play-pause {
  display: none !important; }

.vp-mobile .vp-controls-holder {
  z-index: 6; }
  .vp-mobile .vp-controls-holder .vp-buttons .vp-play-pause {
    display: flex !important; }
  .vp-mobile .vp-controls-holder .vp-buttons .vp-skip-button {
    font-size: 13px;
    padding: 10px 10px;
    bottom: 105%;
    right: -2px;
    padding-right: 8px; }
  .vp-mobile .vp-controls-holder .vp-buttons .vp-next {
    display: none !important; }
  .vp-mobile .vp-controls-holder .vp-buttons .vp-volume--wrapper {
    display: flex !important; }
  .vp-mobile .vp-controls-holder .vp-buttons .control-space.left {
    display: none !important; }
  .vp-mobile .vp-controls-holder .vp-buttons .vp-theater {
    display: none !important; }
  .vp-mobile .vp-controls-holder .vp-buttons .vp-text {
    position: relative !important; }

.vp-mobile .videoAdUiSkipButton {
  position: relative;
  top: 35px; }

.vp-mobile .skip {
  min-height: 30px !important;
  height: 30px !important;
  padding: 0;
  bottom: 60px; }
  .vp-mobile .skip .skip-holder {
    font-size: 11px;
    padding-right: 2rem !important; }

.vp-mobile .visit {
  min-height: 30px !important;
  height: 30px !important;
  padding: 0;
  bottom: 60px; }
  .vp-mobile .visit #click-link {
    min-height: 30px !important; }
    .vp-mobile .visit #click-link .visit-text {
      font-size: 11px; }

.vp-mobile .content-poster {
  height: 30px !important;
  width: 53.33px !important; }

.vp-mobile .video-ad-controls {
  align-items: flex-end;
  height: 38px;
  top: -40px; }

@media screen and (max-width: 575px) {
  .vp-overlay-play-pause {
    display: none !important; }
  .vp-controls-holder .vp-buttons .vp-play-pause {
    display: flex !important; }
  .vp-controls-holder .vp-buttons .vp-next {
    display: none !important; }
  .vp-controls-holder .vp-buttons .vp-volume--wrapper {
    display: flex !important; }
  .vp-controls-holder .vp-buttons .control-space.left {
    display: none !important; }
  .vp-controls-holder .vp-buttons .vp-theater {
    display: none !important; }
  .vp-controls-holder .vp-buttons .vp-text {
    position: relative !important; }
  .skip {
    min-height: 30px !important;
    height: 30px !important;
    padding: 0;
    bottom: 60px; }
    .skip .skip-holder {
      font-size: 11px;
      padding-right: 1.6rem !important; }
  .visit {
    min-height: 30px !important;
    height: 30px !important;
    padding: 0;
    bottom: 60px; }
    .visit #click-link {
      min-height: 30px !important; }
      .visit #click-link .visit-text {
        font-size: 11px; }
  .content-poster {
    height: 30px !important;
    width: 53.33px !important; }
  .video-ad-controls {
    align-items: flex-end;
    height: 38px;
    top: -40px; } }

.vp-player.vp-player-inactive .vp-controls {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.vp-player:not(.vp-player-inactive) ::-webkit-media-text-track-display {
  /*padding-bottom: 50px;*/ }

.vp-player ::cue {
  background-color: rgba(0, 0, 0, 0.5); }

.vp-controls {
  user-select: none;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .vp-controls-holder {
    z-index: 6;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 50px;
    /*background: black;*/
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 90%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 90%, rgba(0, 0, 0, 0) 100%); }
  .vp-controls--bottom {
    position: absolute;
    z-index: 8;
    padding-top: 9px;
    bottom: 0;
    width: 97%;
    left: 1.5%;
    height: 50px;
    display: flex;
    flex-direction: column; }
    .vp-controls--bottom .vp-button {
      font-size: var(--pFontSize);
      width: 37px;
      height: 37px;
      align-items: center;
      display: flex;
      justify-content: center;
      color: #ffffff;
      background: transparent;
      border: none;
      outline: none;
      transition: transform 1s; }
      .vp-controls--bottom .vp-button span {
        cursor: pointer; }
        .vp-controls--bottom .vp-button span:hover {
          transform: scale(1.1); }
    .vp-controls--bottom .vp-text {
      position: absolute;
      color: #ffffff;
      font-size: var(--pTextSize);
      display: flex;
      align-items: center;
      padding: 0 15px;
      white-space: pre; }
      .vp-controls--bottom .vp-text:hover {
        cursor: pointer;
        transform: scale(1.01); }
    .vp-controls--bottom .control-space {
      flex: 1; }
    .vp-controls--bottom .vp-buttons {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      .vp-controls--bottom .vp-buttons img {
        width: 40px;
        height: 40px; }
      .vp-controls--bottom .vp-buttons .vp-skip-button {
        border: 1px solid white;
        padding: 10px 20px;
        color: white;
        font-size: 18px;
        font-family: arial, sans-serif;
        font-weight: normal;
        position: absolute;
        right: -20px;
        padding-right: 20px;
        bottom: 150%;
        z-index: 1000;
        background-color: #000;
        opacity: 1; }
        @media screen and (max-width: 575px) {
          .vp-controls--bottom .vp-buttons .vp-skip-button {
            font-size: 13px;
            padding: 10px 10px;
            bottom: 105%;
            right: -2px;
            padding-right: 8px; } }
        .vp-controls--bottom .vp-buttons .vp-skip-button:hover {
          cursor: pointer;
          border: 2px solid white; }
        .vp-controls--bottom .vp-buttons .vp-skip-button span {
          margin-left: 10px; }
    .vp-controls--bottom .vp-live {
      font-size: var(--pTextSize);
      align-items: center;
      display: flex;
      color: #c7c7c7;
      margin: 5px;
      background: transparent;
      border: none;
      outline: none;
      cursor: pointer; }
      .vp-controls--bottom .vp-live:before {
        content: "";
        position: relative;
        top: 0px;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-right: 5px;
        background: red;
        background: var(--pColor);
        border-radius: 100%; }

.video-ad-controls {
  position: absolute;
  top: -80px;
  left: 0;
  right: -15px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  display: none;
  outline: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  pointer-events: none; }
  .video-ad-controls #click-link {
    text-decoration: none;
    background: #fff;
    /* bottom: 70px; */
    left: 15px;
    padding: 0;
    border-radius: 8px;
    z-index: 10;
    cursor: pointer;
    box-sizing: border-box;
    min-height: 60px;
    display: flex;
    align-items: center; }
    .video-ad-controls #click-link .visit-text {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 13px;
      color: #c00;
      padding-left: 1rem !important;
      padding-right: 1rem !important; }
  .video-ad-controls .skip {
    background: #fff;
    border-radius: 8px 0 0 8px;
    z-index: 10;
    display: flex;
    align-items: center;
    max-width: 300px;
    min-height: 60px;
    cursor: pointer;
    outline: 0;
    cursor: pointer;
    box-shadow: none;
    border: 0;
    height: 60px;
    padding: 0;
    pointer-events: all; }
    .video-ad-controls .skip-holder {
      font-size: 13px;
      font-weight: 800;
      color: #222;
      padding-left: 1rem !important;
      padding-right: 1rem !important; }
      .video-ad-controls .skip-holder span {
        font-weight: 500;
        text-transform: unset; }
      .video-ad-controls .skip-holder b {
        padding-left: 4px; }
  .video-ad-controls .content-poster {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    flex: none;
    width: 106.67px;
    height: 60px;
    flex: none; }

.vp-controls {
  opacity: 1; }
  .vp-controls--top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    display: flex; }
    .vp-controls--top-holder {
      position: absolute;
      top: 0;
      width: 100%;
      left: 0;
      height: 33%;
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0));
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0));
      background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0)); }
    .vp-controls--top-left {
      display: flex;
      align-items: center;
      color: white;
      margin: 20px 0px 0 20px; }
      @media screen and (max-width: 575px) {
        .vp-controls--top-left {
          margin: 5px 0px 0 5px; } }
      .vp-controls--top-left-img {
        width: 50px;
        height: 50px;
        background: green;
        border-radius: 100%;
        background-image: url("#");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 7;
        cursor: pointer; }
      .vp-controls--top-left-title {
        margin-left: 20px;
        z-index: 7;
        cursor: pointer; }

.vp-mobile .vp-controls--top-holder {
  opacity: 0; }

@media screen and (max-width: 575px) {
  .vp-controls--top-holder {
    opacity: 0; } }

.vp-mobile .vp-controls--middle-holder {
  display: flex !important;
  pointer-events: all; }

#vp-controls--middle-remove {
  display: none !important;
  pointer-events: none; }

/*@include screen(small) {
    .vp-floating {
        z-index: 22222;
    }

    .vp-player-inactive {
        .vp-floating {
            pointer-events: all;
        }

        .vp-controls {
            opacity: 0;
            pointer-events: none;
        }
    }

    .vp-floating {
        pointer-events: none;
    }

    .vp-controls {
        opacity: 1;
        pointer-events: all;
    }
}*/
.vp-controls--middle-holder {
  display: none;
  justify-content: center;
  position: absolute;
  align-items: center;
  z-index: 5;
  top: 33%;
  width: 100%;
  left: 0;
  height: 34%;
  pointer-events: none; }
  .vp-controls--middle-holder .vp-buttons {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    z-index: 7; }
    .vp-controls--middle-holder .vp-buttons button {
      font-size: 32px;
      align-items: center;
      display: flex;
      justify-content: center;
      color: #ffffff;
      background: transparent;
      border: none;
      outline: none;
      transition: transform 1s; }
      .vp-controls--middle-holder .vp-buttons button.vp-back {
        transform: rotate(180deg);
        opacity: 0;
        pointer-events: none; }
      .vp-controls--middle-holder .vp-buttons button .icon-play:before {
        padding-left: 3px; }
      .vp-controls--middle-holder .vp-buttons button.effect span {
        position: relative; }
        .vp-controls--middle-holder .vp-buttons button.effect span:after {
          background: #00000057;
          border-radius: 100%;
          left: -14px;
          top: -14px;
          z-index: -1;
          content: "";
          height: 60px;
          width: 60px;
          position: absolute;
          animation: keyeffect 1s forwards; }

@keyframes keyeffect {
  from {
    transform: scale(1, 1);
    opacity: 1; }
  to {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

.vp-player-inactive .vp-controls--top-holder {
  transform: translate3d(0px, -70px, 0px);
  opacity: 0; }

.vp-controls--top-holder {
  transition: all .3s ease .1s;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

video::cue {
  background-color: var(--subBackgroundColor); }

video::-webkit-media-text-track-container {
  top: -30px; }

video::-webkit-media-text-track-display {
  font-size: var(--subFontSize);
  color: var(--subFontColor);
  margin-top: 50% !important; }

@font-face {
  font-family: "icomoon";
  src: url("../../../../../fonts/playerIcons/icomoon.eot?1pnmru");
  src: url("../../../../../fonts/playerIcons/icomoon.eot?1pnmru#iefix") format("embedded-opentype"), url("../../../../../fonts/playerIcons/icomoon.ttf?1pnmru") format("truetype"), url("../../../../../fonts/playerIcons/icomoon.woff?1pnmru") format("woff"), url("../../../../../fonts/playerIcons/icomoon.svg?1pnmru#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-eye:before {
  content: "\e900"; }

.icon-close:before {
  content: "\e901"; }

.icon-close-circle:before {
  content: "\e902"; }

.icon-tick:before {
  content: "\e903"; }

.icon-like:before {
  content: "\e904"; }

.icon-messenger:before {
  content: "\e905"; }

.icon-instagram:before {
  content: "\e906"; }

.icon-facebook:before {
  content: "\e907"; }

.icon-arrow-right:before {
  content: "\e908"; }

.icon-arrow-left:before {
  content: "\e909"; }

.icon-code:before {
  content: "\e90a"; }

.icon-trophy:before {
  content: "\e90b"; }

.icon-share:before {
  content: "\e90c"; }

.icon-twitter:before {
  content: "\e90d"; }

.icon-bell:before {
  content: "\e90e"; }

.icon-dot:before {
  content: "\e90f"; }

.icon-person:before {
  content: "\e910"; }

.icon-search:before {
  content: "\e911"; }

.icon-fullscreen:before {
  content: "\e912"; }

.icon-pause:before {
  content: "\e913"; }

.icon-play:before {
  content: "\e914"; }

.icon-settings:before {
  content: "\e915"; }

.icon-next:before {
  content: "\e916"; }

.icon-theater:before {
  content: "\e917"; }

.icon-bookmark:before {
  content: "\e918"; }

.icon-malltv:before {
  content: "\e919"; }

.icon-arrow-bold-right:before {
  content: "\e91a"; }

.icon-arrow-bold-left:before {
  content: "\e91b"; }

.icon-facebook-logo:before {
  content: "\e91c"; }

.icon-sound:before {
  content: "\e91d"; }

.icon-dislike:before {
  content: "\e91e"; }

.icon-mute:before {
  content: "\e91f"; }

.icon-replay:before {
  content: "\e920"; }

.icon-twitter-logo:before {
  content: "\ea96"; }

.icon-airplay:before {
  content: "\e921"; }

.icon-arrow:before {
  content: "\e922"; }

.icon-gear:before {
  content: "\e923"; }

.icon-minimalize:before {
  content: "\e924"; }

.icon-fullscreen_new:before {
  content: "\e925"; }

.icon-skip:before {
  content: "\e92b"; }

.icon-sound-low:before {
  content: "\e92a"; }

.icon-sound-medium:before {
  content: "\e926"; }

.icon-sound-mute:before {
  content: "\e929"; }

.icon-sound_new:before {
  content: "\e928"; }

.icon-subtitles:before {
  content: "\e927"; }

.icon-facebook-footer:before {
  content: "\e933"; }

.icon-instagram-footer:before {
  content: "\e934"; }

.icon-tiktok-footer:before {
  content: "\e935"; }

.icon-twitter-footer:before {
  content: "\e936"; }

.icon-youtube-footer:before {
  content: "\e937"; }

.icon-gift:before {
  content: "\e939"; }

.icon-lock:before {
  content: "\e941"; }

.icon-unlock:before {
  content: "\e944"; }

.icon-correct:before {
  content: "\e938"; }

.icon-incorrect:before {
  content: "\e940"; }

.icon-globe:before {
  content: "\e92c"; }

.icon-rss-footer:before {
  content: "\e945"; }

:root {
  --pColor: #CC0000;
  --sColor: #CC0000;
  --pFontSize: 17px;
  --sFontSize: 12px;
  --pTextSize: 13px;
  --hTextSize: 13px;
  --sTextSize: 15px;
  --borderRadiusSettings: 5px;
  --borderRadius: 5px;
  --subFontSize:  22px;
  --subFontColor: white; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  margin: 0; }
  body .gj--ads {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  body .vp-holder {
    position: relative;
    vertical-align: top;
    background-color: #000;
    line-height: 1; }
    body .vp-holder video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  body .vp-ratio1-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  body .vp-16-9 {
    padding-top: 56.25%; }
  body .vp--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

#castbutton {
  height: 20px;
  cursor: pointer;
  --disconnected-color: white;
  --connected-color: #287C9F; }
  #castbutton:hover {
    transform: scale(1.1);
    transition: linear 0s; }

.chromecast-status {
  position: absolute;
  display: flex;
  bottom: 60px;
  left: 20px;
  width: auto;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 10px;
  text: white;
  color: white; }
  .chromecast-status svg {
    height: 20px;
    margin-right: 10px;
    fill: #287C9F; }

