@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

:root {
  --theme-color-black: #0b1220;
  --theme-color-white: #ffffff;
  --theme-color-red: #ff0000;
  --theme-color-body-bg: #0d0d0d;
  --theme-color-text: #ffffff;
  --theme-color-primary: #fbbc38;
  --theme-color-landing-bg: rgba(255, 255, 255, 0.58);
  --theme-color-landing-img-bg: rgba(0, 0, 0, 0.58);
  --theme-color-img-bg: #333333;
  --theme-color-topmenu-text: #b4b7bb;
  --theme-color-sidemenu-text: #b4b7bb;
  --theme-color-sidemenu-hover-text: #2c2d31;
  --theme-color-sidemenu-focused-text: #b4b7bb;
  --theme-color-sidemenu-focused-bg: #2c2d31;
  --theme-color-input-bg: #dbdbdb;
  --theme-color-input-text: #b4b7bb;
  --theme-color-transparent: rgba(0, 0, 0, 0);
  --theme-color-image-shadow: rgba(50, 255, 232, 0.75);
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  display: none;
}
*:focus {
  outline: none;
}

body {
  background-color: var(--theme-color-body-bg);
  color: var(--theme-color-text);
  font-family: 'Roboto', sans-serif !important;
  padding: 0px !important;
  margin: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
div,
button,
li {
  font-family: 'Roboto', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
button,
li {
  color: var(--theme-color-text);
}
a,
a:hover {
  opacity: 1 !important;
}
a.link {
  cursor: pointer;
}

.hide {
  display: none !important;
}

.empty-container {
  width: 1920px !important;
  height: 1080px !important;
  overflow: hidden !important;
}
.splashscreen {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader .loader-text {
  width: 195px;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: baseline;  
  z-index: 4;
  justify-content: center;
}
.loader .loader-text .dots {
  width: 8px;
  height: 8px;
  font-size: 8px;
  line-height: 8px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 5px;
}
.loader .loader-text .dots.dot-dot1 {
  margin-left: 5px;
}

.live-video-container {
  /* position: fixed;
  right: 0;
  bottom: 0; */
  min-width: 100%;
  min-height: 100%;
  position: relative;
}
.bg-player-overlay-opacity {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.58);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

/* .app-container {
  width: 1920px !important;
  height: 1080px !important;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0px auto;
  overflow: hidden;
} */

.top-navigation .brand-logo img {
  max-width: none;
  max-height: none;
}
.top-navigation .tabs .menu-item {
    font-size: 16px;
    font-weight: 400;
    white-space: normal;
    color: #fff !important;
    position: relative;
}
.top-navigation .tabs .menu-item.active {
    color: #fbbc38 !important;
    opacity: 1 !important;
}

.top-navigation .tabs .menu-item.active::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fbbc38;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}

.top-navigation .tabs .menu-item::before {
  content: '';
  width: 0%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  transition: all 0.3s ease;
}
.top-navigation .tabs .menu-item:hover::before{
  width: 100%;
  /* opacity: 1; */
}

.top-navigation .icon {
  /* border-bottom: 6px solid var(--theme-color-transparent); */
  box-shadow: 0 6px 0 var(--theme-color-transparent);
  padding: 0;
}
.top-navigation .icon.active img {
  filter: drop-shadow(0px 0px var(--theme-color-primary));
}

.top-navigation .icon img {
  margin-left: 15px;
  margin-right: 15px;
}

/* .page-container {
  overflow: hidden;
} */
.page-container.has-show-bg-video {
  transition: margin-top 0.5s ease-in-out;
}
.page-container.main-no-video-show {
  display: flex;
  /* flex-direction: column; */
}

.page-container.main-no-video-show.inner-page-grid {
  flex-direction: column;
}

/* .page-container .page-content.has-bg-video {
  padding-top: 540px;
  margin-top: 672px;
  height: 1476px;
  padding-right: 92px;
} */

.settings-container {
  display: flex;
  margin-top: 150px;
  padding-left: 80px;
  padding-right: 80px;
}
.settings-qrcode {
  justify-content: flex-start;
  height: 350px;
  width: 350px;
}
.settings-section {
  justify-content: flex-end;
  margin-left: 50px;
}
.settings-section .title {
  width: 550px;
  font-size: 28px;
  line-height: 44px;
  margin-top: 80px;
  margin-bottom: 30px;
}
.settings-section .link {
  font-size: 36px;
  line-height: 48px;
  color: var(--theme-color-primary);
}

.horizontal-list .media-scroller {
  display: flex;
  overflow-x: auto;
  /* width: 1855px; */
  /* width: 1899px; */
  width: 1943px;
  padding-right: 96px;
  /* padding-bottom: 49px; */
  /* margin-left: -13px; */
  position: relative;
  left: 2px;
}
.horizontal-list .media-element {
  position: relative;
}
.horizontal-list .media-element .img {
  position: relative;
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
}

.horizontal-list .media-element .img .img-container {
  width: 100%;
  height: 100%;
  background-color: var(--theme-color-img-bg);
  float: left;
}
.horizontal-list .media-element .img .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}
/* .horizontal-list .media-element.active .img,
.horizontal-list .media-element.focused .img,
.horizontal-list .media-element:hover .img {
  box-shadow: 0px 0px 10px 10px var(--theme-color-image-shadow);
} */

.media-element .img .progress-wrapper {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 88%;
  padding: 0 2px;
  margin: auto;
  right: 0;
}
.media-element .img .progress-wrapper .progress-bar {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.178);
  padding: 0px;
  margin: 0px auto;
}
.media-element .img .progress-wrapper .progress-bar-fill {
  display: block;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50px;
}

.fullscreen-container-fixed .bg-poster {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(20px);
  -webkit-filter: blur(20px);
}
.fullscreen-container-fixed .bg-poster-layer {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
/* .fullscreen-container-fixed .video-details .image-wrap.portrait {
  width: 400px;
  height: 600px;
} */
.fullscreen-container-fixed .video-details .image .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullscreen-container-fixed .more-like-this {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fullscreen-container-fixed .more-like-this .title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.fullscreen-container-fixed .more-like-this .list {
  display: flex;
  overflow-x: auto;
  margin-left: -30px;
  height: 543px;
  padding: 0 128px;
}
.fullscreen-container-fixed .more-like-this .list .video {
  position: relative;
  min-width: 526px;
  max-width: 526px;
  border-radius: 12px;
  cursor: pointer;
  margin-right: 20px;
}
.fullscreen-container-fixed .more-like-this .list .video.portrait {
  /* min-width: 400px; */
  /* height: 600px; */
  min-width: 300px;
  height: 450px;
  margin-right: 20px;
}
.fullscreen-container-fixed .more-like-this .list .video:hover {
  border: 5px solid var(--theme-color-primary);
}
.fullscreen-container-fixed .more-like-this .list .video img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.video-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /* z-index: 9999; */
  background: #111111;
  overflow: hidden;
}


/* @media (max-width: 820px) {
  .video-container {
  position: relative;
  }
} */
.video-container #video-player,
.video-container #video-player .video-js {
  width: 100%;
  height: 100%;
}

.search-bar {
  width: 80%;
  height: 60px;
  /* margin: 0px auto; */
  margin: 14px auto;
}
.search-bar input {
  height: 60px;
  line-height: 60px;
  font-size: 20px !important;
  color: var(--theme-color-input-text);
  background-color: var(--theme-color-input-bg);
  border: 0px !important;
}
.search-results {
  padding: 20px 0px 50px 0px;
  width: 100%;
}
.search-results .searching {
  width: 100%;
  text-align: center;
  color: var(--theme-color-text);
  font-size: 28px;
  padding: 0 20px;
}
.search-results .loading {
  margin-top: 250px;
}
.video-player-screen {
  height: 1080px !important;
  width: 1920px !important;
}

.player-overlay {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
}

.player-bottom-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 20px;
  height: 205px;
}

.player-text {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-self: baseline;
}

.player-watching-text {
  font-size: 30px;
  margin-bottom: 5px;
}

.player-title {
  font-size: 38px;
  margin-bottom: 15px;
}

.player-progress-track {
  display: flex;
  width: 1550px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 25px;
}

.player-timer {
  display: flex;
  color: #ffffff;
  font-size: 25px;
  margin-top: 30px;
  align-self: baseline;
  align-items: center;
}

.player-time {
  display: flex;
  color: #ffffff;
  font-size: 21px;
  margin: 0px 20px;
  width: 90px;
}

.player-progress-bar {
  background-color: #ffffff;
  border-radius: 25px;
}

.player-button-group {
  display: flex;
  flex-direction: row;
  align-self: center;
  position: absolute;
  width: 1550px;
  justify-content: center;
}

.media-btn {
  background-color: transparent;
}

.media-btn.focused {
  background-color: var(--theme-color-primary);
}
.rewind.media-btn,
.playpause,
.fastforward {
  display: flex;
  align-items: center;
}

.media-btn-img {
  height: 40px;
  width: 40px;
  margin: 10px 20px;
}
.vjs-progress-control.vjs-control {
  display: none;
}
.vjs-control-bar {
  display: none !important;
}
button#resume-btn.play-btn.prj-element.focused {
  background-color: var(--theme-color-primary);
}
button#play-btn.play-btn.prj-element.focused {
  background-color: var(--theme-color-primary);
}
div.video.prj-element.focused img {
  box-shadow: 0px 0px 10px 10px var(--theme-color-image-shadow);
}
.player-overlay {
  background-color: none !important;
}
.video-details-main-div {
  overflow: hidden;
  height: 100%;
}
.list-container {
  display: flex;
  /* padding: 20px; */
}
/* .movies {
  height: 530px;
} */
/* div.video.prj-element img:hover {
  box-shadow: 0px 0px 10px 10px var(--theme-color-image-shadow);
} */
.side-nav .prj-element.focused {
  background-color: var(--theme-color-primary) !important;
  color: var(--theme-color-sidemenu-hover-text) !important;
}
/* .side-nav .prj-element.active{
  background-color: var(--theme-color-sidemenu-focused-bg)!important;
} */
.side-nav .prj-element.focused span {
  color: var(--theme-color-sidemenu-hover-text) !important;
}
.play-btn.small.prj-element.focused {
  width: 185px !important;
}
.play-btn.small.prj-element {
  width: 185px !important;
}

.more-like-this-list-container {
  position: relative;
  left: -102px;
}
.loader.loader-fix-pos {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  /* margin-top: -159px; */
  position: fixed;
  top: 97px;
  left: -13px;
  /* padding: 20px; */
  /* background: red; */
}
.video-js .vjs-play-progress {
  background-color: var(--theme-color-primary);
}
@media (max-width: 992px) {
  .tabs-desktop {
    display: none;
  }

  .video-container {
    overflow-y: scroll;
  }
}