/* custom styles begin */
@import "./ft-epg-styles.css";

html, body {
  margin: 0;
  overflow: hidden;
  height: 100%;
}

html {
  background-color: #000000;
}

body {
  background-color: #000000;
}

.h2,
h2 {
  font-size: 3.5vmin;
}

*:focus {
  outline: none;
}

.interim-heading {
  color: #fff;
  font-size: 5vmin;
  text-align: center;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.text-red {
  color: #f34966;
}

.preloader {
  /*background: #000;*/
  background: #414048;
  /* background: -webkit-linear-gradient(to bottom, #414048, #b92a42);
  background: linear-gradient(to bottom, #414048, #b92a42); */
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  position: absolute;
  top: 0px;
  padding-top: 300px;
  background-image: none;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.splashScreen {
  background: #000 !important;
  /* background: #414048; */
  /* background: -webkit-linear-gradient(to bottom, #414048, #b92a42);
  background: linear-gradient(to bottom, #414048, #b92a42); */
  width: 100%;
  height: 100%;
  z-index: 1040;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  /* padding-top: 490px;
  background-image: none;
  background-size: cover; */
  /* background-color: #000; */
}

.splashScreen img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000 !important;
}

.videoPreloader, .videoL1Preloader {
  /*background: #000;*/
  background: #414048;
  /* background: -webkit-linear-gradient(to bottom, #414048, #b92a42);
  background: linear-gradient(to bottom, #414048, #b92a42); */
  width: 100%;
  height: 100%;
  z-index: 1040;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  /* padding-top: 490px;
  background-image: none;
  background-size: cover; */
  background-color: #000;
  display: none;
}

.videoPreloader img, .videoL1Preloader img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.videoPreloader h4 {
  position: absolute;
  color: #fff;
  font-size: 6vmin;
  bottom: 100px;
  width: 100%;
}

.preloader img {
  max-width: 8%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 40%;
  opacity: 1;
}

.preloader h4 {
  color: #fff;
  font-size: 6vmin;
  margin-top: 30px;
}

#consolelog {
  position: fixed;
  width: 400px;
  height: 100vh;
  background: rgba(51, 51, 51, 0.72);
  color: #fff;
  z-index: 9999;
  padding: 20px 40px;
  overflow-y: scroll;
  display: none;
  word-break: break-word;
}

#overlayexitconfirmbox {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: none;
}

#overlayexitconfirmbox h4 {
  color: #ffffff;
}

#overlayexitconfirmbox .ex-inner {
  z-index: 99999;
  width: 770px;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  padding: 40px;
  min-height: 120px;
  text-align: left;
  margin: 20px auto 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  float: left;
  font-size: 28px;
}

#overlayexitconfirmbox .ex-inner button {
  background: #38383c;
  text-align: center;
  color: #d2d2d2;
  padding: 9px 0;
  display: inline-block;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 170px;
  font-weight: 700;
  font-size: 130%;
  margin: 10px 10px 0 10px;
  float: left;
  border: 0;
}

#overlayexitconfirmbox .ex-inner #btnSwitchProfile {
  width: 280px;
}

#overlayexitconfirmbox .ex-inner button:hover {
  background: #f34966;
  color: #ffffff;
}

#videoresumebox {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: none;
}

#videoresumebox h4 {
  color: #ffffff;
}

#videoresumebox .ex-inner {
  z-index: 99999;
  width: 600px;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  padding: 40px;
  min-height: 120px;
  text-align: left;
  margin: 20px auto 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  float: left;
  font-size: 28px;
}

#videoresumebox .ex-inner button {
  background: #38383c;
  text-align: center;
  color: #d2d2d2;
  padding: 9px 0;
  display: inline-block;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 44%;
  font-weight: 700;
  font-size: 130%;
  margin: 10px 10px 0 10px;
  float: left;
  border: 0;
}

#videoresumebox .ex-inner button:hover {
  background: #f34966;
  color: #ffffff;
}

#agerestrictionbox {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: none;
}

#agerestrictionbox h4 {
  color: #ffffff;
}

#agerestrictionbox .ex-inner {
  z-index: 99999;
  width: 600px;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  padding: 40px;
  min-height: 120px;
  text-align: left;
  margin: 20px auto 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  float: left;
  font-size: 28px;
}

#agerestrictionbox .ex-inner button {
  background: #38383c;
  text-align: center;
  color: #d2d2d2;
  padding: 9px 0;
  display: inline-block;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 44%;
  font-weight: 700;
  font-size: 130%;
  margin: 10px 10px 0 10px;
  float: left;
  border: 0;
}

#agerestrictionbox .ex-inner button:hover {
  background: #f34966;
  color: #ffffff;
}

.videos-playlist-container {
  position: absolute;
  height: 275px;
  padding-left: 50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  bottom: 0px;
  display: none;
}

/* No result box style  */
#noresultbox {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: none;
}

#noresultbox h4 {
  color: #ffffff;
}

#noresultbox .ex-inner {
  z-index: 99999;
  width: 600px;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  padding: 40px;
  min-height: 120px;
  text-align: center;
  margin: 20px auto 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  float: left;
  font-size: 28px;
}

#noresultbox .ex-inner button {
  background: #38383c;
  text-align: center;
  color: #d2d2d2;
  padding: 9px 0;
  display: inline-block;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 44%;
  font-weight: 700;
  font-size: 130%;
  margin: 10px 10px 0 10px;
  /* float: left; */
  border: 0;
}

#noresultbox .ex-inner button:hover {
  background: #f34966;
  color: #ffffff;
}

.section-inner .container {
  overflow-y: hidden;
}

.section-inner .grid-controls {
  display: none;
}

.section-inner .grid-controls .grid-arrow-control {
  position: fixed;
  color: #fff;
  font-size: 2rem;
  z-index: 1;
  cursor: pointer;
}

.section-inner .grid-controls .grid-arrow-control.grid-down {
  bottom: 30px;
  right: 30px;
}

.section-inner .grid-controls .grid-arrow-control.grid-up {
  top: 70px;
  right: 30px;
}

.section-inner .grid-controls .grid-arrow-control.grid-left {
  top: 230px;
  left: 30px;
}

.section-inner .grid-controls .grid-arrow-control.grid-right {
  top: 230px;
  right: 30px;
}

.videos-info-container {
  min-height: 250px;
  /* background: #000; */
  z-index: 8 !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: none;
}

.videos-info-container .vi-title {
  color: #f34966;
  margin-top: 30px;
  font-size: 2rem;
  position: relative;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 70%), -1px -1px 3px rgb(0 0 0 / 70%);
}

.go-back-focused {
  color: #f34966;
  border: 3px solid #fff;
}

.go-back-to-main {
  position: absolute;
  right: 10px;
  font-size: 1rem;
  /* border: 1px solid #f34966; */
  border-radius: 8px;
  padding: 5px;
  cursor: pointer;
  top: 77px;
  background-color: #f34966;
  color: #fff;
  /* z-index: 1040; */
  /* display: none; */
}

.go-back-to-main i {
  margin-right: 8px;
}

.go-back-from-list {
  position: absolute;
  right: 0;
  font-size: 0.8rem;
  /*border: 1px solid #f34966;*/
  padding: 5px;
  cursor: pointer;
  top: 100px;
  display: none;
  width: 150px;
  text-align: center;
  color: #fff;
  /* display: inline-block; */
  display: none;
}

.go-back-from-list i {
  margin-right: 8px;
  background-color: #f34966 !important;
}

.videos-info-container .vi-description {
  color: #eee;
  margin-top: 10px;
  font-size: 1.2em;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 70%), -1px -1px 3px rgb(0 0 0 / 70%);
}

.moreButton {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-color: yellow;
  border-radius: 3px;
}

.videos-info-container .vi-description a.vod-desc-more,
.videos-info-container .vi-description a.vod-desc-less {
  color: #f34966 !important;
}

.vod-desc-more-focused {
  border: 3px solid #fff;
}

a.vod-desc-more:hover {
  border: 3px solid #fff;
}

.videos-info-container .vi-stats {
  margin-top: 10px;
}

.videos-info-container .vi-length {
  color: #fff;
  /* background: #666; */
  border-right: 2px solid #666;
  padding-right: 10px;
}

.videos-info-container .vi-agerating {
  margin-left: 10px;
  background: #f34966;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 15px;
  color: #fff;
}

.main {
  height: 100%;
}

.main .main-inner {
  height: 100%;
  position: static;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.main .main-inner .section-content {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  /*margin-top: 180px;*/
}

.main .main-inner .section-content .container {
  overflow-x: hidden;
}

.main .main-inner .no-more-content-msg {
  display: none;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  margin-top: 75px;
  margin-bottom: 50px;
}

.main .main-inner .no-more-content-msg .jump-to-top {
  background: #f34966;
  padding: 10px 20px;
  color: #ffffff;
}

.main .main-inner .btn-focused {
  border: 3px solid #fff;
  -webkit-box-shadow: 1px 1px 10px 0px #000;
  box-shadow: 1px 1px 10px 0px #000;
}

.main .main-inner .videos-container {
  /*overflow: hidden;
      margin: auto;
      height: auto;
      position: absolute;
      width: 100%;
      padding-bottom: 52px;*/
}

.bg-poster {
  position:absolute;
  top:0;
}

.main .main-inner .bg-poster img {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 100%;
  min-height: auto;
  width: 100%;
  height: auto;
  z-index: -1;
  background-size: cover;
}

.main .no-content-msg {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  margin-top: 75px;
  margin-bottom: 50px;
}

.section-header {
  padding: 15px;
}

.btn-iptv {
  color: #333;
  padding: 5px 20px;
  background: #c9334e;
  font-size: 3.5vmin;
}

.btn-iptv:hover {
  border: 5px solid #fff;
}

.btn-iptv-focused {
  border: 5px solid #fff;
}

.fixed-top {
  z-index: 9 !important;
}

.navbar .navbar-brand {
  margin-right: 40px;
}

.navbar .navbar-brand img {
  max-width: 200px;
  max-height: 30px;
}

.navbar .navbar-nav {
  margin-right: 45px !important;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 3vmin;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 70%), -1px -1px 3px rgb(0 0 0 / 70%);
}

.navbar .nav-item a:hover {
  color: #f34966;
  border: 3px solid #fff;
}

.navbar .menu-nav-link-focused {
  color: #f34966;
  border: 3px solid #fff;
}

.navbar .menu-nav-link-active {
  color: #f34966 !important;
}

/* New added 6 may 2022 - BEGIN */
.navbar-nav .nav-link-active {
  color: #f34966 !important;
}

.navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: hidden;
  min-width: 100%;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  /* margin-bottom: 0; */
  list-style: none;
}

.nav-item {
  margin-left: 15px;
  margin-right: 15px;
  width: max-content;
}

#menu-container .nav-item {
  position: relative;
}

/* Video player screen - BEGIN */
#video-tag {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  display: none;
  background: #000;
}

#video-tag #custom-seekbar {
  cursor: pointer;
  height: 10px;
  margin-bottom: 10px;
  /*outline: thin solid orange;*/
  overflow: hidden;
  position: relative;
  width: 400px;
}

#video-tag #custom-seekbar span {
  background-color: orange;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 0px;
}

#video-tag .video-info-container {
  width: 35%;
  z-index: 101;
  display: none;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  height: 100%;
  padding: 30px 30px 100px 30px;
  opacity: 1;
}

#video-tag .video-info-container .video-info {
  overflow-y: scroll;
  overflow-x: hidden;
  color: #fff;
  font-size: 3.5vmin;
  padding-top: 20px;
}

#video-tag .video-info-container .video-info-heading {
  color: #f34966;
  font-size: 5vmin;
}

#video-tag #videoCloseBtn {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}

#video-tag #videoCaptionBtn {
  position: absolute;
  top: 45px;
  right: 30px;
  cursor: pointer;
}

#video-tag .video-controls-container {
  z-index: 99;
  position: absolute;
  /*bottom: 80px;*/
  text-align: center;
  margin: 0 auto;
  width: 100%;
  text-align: right;
  right: 10px;
  top: 80px;
}

#video-tag .video-controls-container #userOptions {
  margin: 0 auto;
  float: none;
  position: relative;
  display: inline-block;
}

#video-tag .video-controls-container #userOptions ul {
  list-style: none;
}

#video-tag .video-controls-container #userOptions ul li {
  margin-right: 20px;
  float: left;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

#video-tag .basic-video-controls-container {
  z-index: 99;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  text-align: right;
  right: 0px;
  bottom: 40px;
  left: 0;
  text-align: center;
}

#video-tag .basic-video-controls-container #playerOptions {
  margin: 0 auto;
  float: none;
  position: relative;
  display: inline-block;
}

#video-tag .basic-video-controls-container #playerOptions ul {
  list-style: none;
}

#video-tag .basic-video-controls-container #playerOptions ul li {
  margin-right: 20px;
  float: left;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

#video-tag .player-control-elem i {
  background-color: rgba(43, 51, 63, 0.7);
  padding: 10px 9px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

#video-tag i:hover {
  background: #f34966;
}

#video-tag .player-control-elem-focused i {
  background: #f34966;
}

#video-tag .player-speed-label {
  background: rgba(56, 56, 56, 0.6);
  padding: 10px;
  font-size: 20px;
  color: #fff;
  width: 200px;
  height: auto;
  display: block;
  z-index: 99;
  position: absolute;
  right: 0;
  visibility: hidden;
  bottom: 60px;
}

#video-tag .video-title-container {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 5%;
  padding: 0 10%;
  width: 80%;
  margin: 0 auto;
}


#video-tag #video-player-live-overlay {
  z-index: 99;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  top: 0;
}

#video-tag #video-player-live-overlay .video-player-live-container {
  z-index: 99;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 14%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0) 100%),linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 100%);
}

#video-tag #video-player-live-overlay .video-player-live-container .change-channel-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}

#video-tag #video-player-live-overlay .video-player-live-container .change-channel-info h3 {
  font-size: 2rem;
  color: #fff;
}

#video-tag #video-player-live-overlay .video-player-live-container i {
  background: none;
    color: #fff;
    cursor: pointer;
}

#video-tag #video-player-live-overlay .video-player-live-container .focused i {
  color: #f34966 !important;
}

#video-tag #video-player-live-overlay .video-player-live-container .video-player-live-channel-control {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 200px;
  flex-grow: 1;
  color:#fff;
}

#video-tag #video-player-live-overlay .video-player-live-container .video-player-live-channel-control img {
  height: auto;
  width: 163px;
}

#video-tag #video-player-live-overlay .video-player-live-info {
  display: flex;
  height:200px;
}

#video-tag #video-player-live-overlay .live-action-buttons {
  display: flex;
  justify-content: space-evenly;
  width: 200px;
  height: 55px;
  list-style: none;
  position: relative;
  padding: 10px 10px;
}



.vjs-control-bar {
  z-index: 12;
}

.video-js .vjs-control-bar {
  height: 6em;
}

.video-js .vjs-control {
  width: 6em;
  padding: 8px;
  max-width: 100%;
  /*width: 6em;
    padding: 13px 0px;
    max-width: 100%;
    height: 6em;
  border-radius:50%;
  background:rgba(255,255,255,0.2);*/
}

/*
.video-js .vjs-rewind-control i {
  font-size: 3.8em !important;
    padding: 0;
    margin-top: -14px;
}
.video-js .vjs-forward-control i {
  font-size: 3.8em !important;
    padding: 0;
    margin-top: -14px;
}*/
.video-js .vjs-control:hover {
  color: #f34966;
}

.video-js .vjs-control.player-control-elem-focused {
  color: #f34966;
}

.video-js .vjs-control.player-control-elem-focused i {
  color: #f34966 !important;
}

.video-js .vjs-remaining-time {
  width: 8em;
}

.vjs-remaining-time-display {
  font-size: 2em;
  padding: 8px 0px;
}

.video-js .vjs-current-time {
  width: 8em;
}

.vjs-current-time-display {
  font-size: 2em;
  padding: 8px 0px;
}

.video-js .vjs-volume-panel {
  padding-top: 0;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: 6em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 4em;
}

.video-js .vjs-fullscreen-control {
  display: none;
}

.video-js i {
  background-color: transparent !important;
  font-size: 2.5em !important;
  padding-top: 5px !important;
  font-weight: 800;
}

.video-js i:hover {
  color: #f34966 !important;
}

/* centered video controls - BEGIN */
.video-js .vjs-control-bar.vjs-centered {
  position: absolute;
  display: inline-block;
  bottom: 0;
  background: transparent;
  height: 100px;
}

.video-js .vjs-control.vjs-centered {
  position: absolute;
}

.video-js .vjs-control.vjs-centered.vjs-previous-control {
  left: 40%;
  bottom: 50px;
}

.video-js .vjs-control.vjs-centered.vjs-rewind-control {
  left: 45%;
  bottom: 50px;
}

.video-js .vjs-control.vjs-centered.vjs-play-control {
  left: 50%;
  bottom: 50px;
}

.video-js .vjs-control.cc-enabled {
  bottom: 100px !important;
}

.video-js .vjs-subs-caps-button {
  display: none;
}

/* .vjs-menu {
  display: none !important;
} */

.video-js .vjs-control.vjs-centered.vjs-play-control .vjs-icon-placeholder:before {
  content: "";
}

.video-js .vjs-control.vjs-centered.vjs-forward-control {
  left: 55%;
  bottom: 50px;
}

.video-js .vjs-control.vjs-centered.vjs-next-control {
  left: 60%;
  bottom: 50px;
}

.video-js .vjs-control.vjs-centered.vjs-progress-control {
  bottom: 0px;
  width: 87%;
  left: 5%;
  height: 80%;
}

.video-js .vjs-control.vjs-centered.vjs-remaining-time {
  bottom: -36px;
  right: 22px;
  display: block;
}

.video-js .vjs-control.vjs-centered.vjs-current-time {
  bottom: -36px;
  left: 2px;
}

.video-js .vjs-control.vjs-centered.vjs-volume-panel {
  bottom: -24px;
  left: 10px;
}

.video-js .vjs-control.vjs-centered.vjs-volume-panel .vjs-volume-control {
  display: none;
}

/* centered video controls - END */
/* Video player screen - END */
/* Ad player screen - BEGIN */
#ad-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}

#ad-tag .ad-title-container {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 5%;
}

/* Ad player screen END */
.video-list-row {
  width: 10000px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.video-list-row:first-child {
  margin-top: 0px !important;
}

.video-list-row:first-child .video-list-counter {
  margin-top: 0px !important;
}

.video-list-row .video-list-heading {
  margin-bottom: 20px;
  /* margin-top: 20px; */
  padding-left: 15px;
  margin-right: 5px;
}

.video-list-row .video-list-heading h2 {
  color: #fff;
}

.video-list-row .video-box {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  /* float: left; */
  width: 200px;
  cursor: pointer;
}

.video-list-row .video-thumbnail {
  /* background-image: url("/new/v26/assets/img/ajax-loader.gif"); */
}

.mainVideo_ima-ad-container {
  pointer-events: none;
}

.video-list-row .video-list-counter {
  /* height: 40px;
  display: inline-block;
  width: 180px;
  text-align: right;
  padding-right: 15px;
  margin-top: 40px; */
}

.video-list-row .video-list-counter:first-child {
  margin-top: 0px !important;
}

.video-list-row .video-list-counter h2 {
  color: #fff;
  display: inline;
}

.video-list-counter h2 span {
  color: #f34966;
}

.vod-display-enhanced .video-list-row .video-overlay h5 {
  font-size: 2.5vmin;
  font-weight: 400;
  line-height: 3vmin;
  margin-top: 10px;
}

.vod-display-enhanced .video-list-row .vod-focused {
  border: 3px solid #fff;
  z-index: 2;
  position: relative;
  left: 15px;
  margin-right: 50px;
  -webkit-box-shadow: 1px 1px 10px 0px #000;
  box-shadow: 1px 1px 10px 0px #000;
  -webkit-animation: focusVod 0.35s;
  animation: focusVod 0.35s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  /*Safari and Chrome*/
  -webkit-animation-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  -webkit-animation-play-state: running;
}

.vod-display-enhanced .video-list-row .vod-focused .video-overlay {
  display: block !important;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
}

.vod-display-enhanced .video-list-row .vod-focused .video-overlay h5 {
  margin: 0;
  padding: 5px;
  font-size: 2vmin;
}

.vod-display-enhanced .video-list-row .vod-focused-alt .video-overlay {
  top: 100%;
  background: transparent;
  width: 100%;
  color: #000;
}

.vod-display-enhanced .video-list-row .vod-focused-alt .video-overlay h5 {
  background: rgba(0, 0, 0, 0.46);
  padding: 10px 5px;
  color: #fff;
}

@-webkit-keyframes focusVod {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  }
}

@keyframes focusVod {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  }
}

.vod-display-classic .video-list-row {
  width: 1000000em;
  margin-top: 10px;
  margin-bottom: 40px;
  min-height: 200px;
}

.vod-display-classic .video-list-row .video-list-heading {
  margin-bottom: 0px;
  /* margin-top: 40px;
  padding-left: 15px;
  display: inline-block; */
  /* float: left; */
}

.vod-display-classic .video-list-row:first-child .video-list-heading {
  margin-top: 0px !important;
}

.vod-display-classic .video-list-row .video-box {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  float: left;
  width: 266px;
  height: 150px;
  background-image: url("../img/ajax-loader.gif");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.vod-display-classic .video-list-row .portrait .video-box{
  width: 163.33px !important;
  height: 210px !important;
}

.vod-display-classic .video-list-row .mixed .video-box{
  width: 200px !important;
  height: 150px !important;
}


.vod-display-classic .video-list-row .video-thumbnail {
  max-height: 210px;
}

.vod-display-classic .video-list-row .video-overlay {
  display: none;
}

.vod-display-classic .video-list-row .video-overlay h5 {
  font-size: 2.5vmin;
  font-weight: 400;
  line-height: 3vmin;
  margin-top: 10px;
  color: #fff;
}

.vod-display-classic .video-list-row .video-overlay-side {
  position: absolute;
  top: 0;
  left: 35%;
  text-align: left;
  display: none;
}

.vod-display-classic .video-list-row .video-overlay-side h5 {
  font-size: 3.5vmin;
  font-weight: 600;
  line-height: 4.5vmin;
  margin-top: 10px;
  color: #f34966;
}

.vod-display-classic .video-list-row .video-overlay-side p {
  font-size: 3vmin;
  font-weight: 400;
  line-height: 3.5vmin;
  margin-top: 10px;
  color: #fff;
  opacity: 0;
}

.vod-display-classic .video-list-row .vod-focused {
  /*border:5px solid #fff;*/
  -webkit-box-shadow: 0px 0px 1px 7px #fff;
  box-shadow: 0px 0px 1px 7px #fff;
  z-index: 2;
  /*margin-left: 7px;*/
}

.vod-display-classic .video-list-row .vod-focused .video-overlay {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px 7px #fff;
  box-shadow: 0px 0px 1px 7px #fff;
  /*height:8vmin;*/
  display: block;
}

.vod-display-classic .video-list-row .vod-focused .video-overlay h5 {
  margin: 0;
  padding: 10px 5px 0 5px;
  font-size: 2.5vmin;
  color: #000;
  font-weight: 600;
}

.vod-display-classic .video-list-row .vod-focused-alt .vod-focused {
  /*border:5px solid #fff;*/
  -webkit-box-shadow: 0px 0px 1px 7px #fff;
  box-shadow: 0px 0px 1px 7px #fff;
  z-index: 2;
  /*margin-left: 7px;*/
}

.vod-display-classic .video-list-row .vod-focused-alt .vod-focused .video-overlay {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px 7px #fff;
  box-shadow: 0px 0px 1px 7px #fff;
  height: 8vmin;
}

.vod-display-classic .video-list-row .vod-focused-alt .vod-focused .video-overlay h5 {
  margin: 0;
  padding: 10px 5px 0 5px;
  font-size: 2vmin;
  color: #000;
  font-weight: 600;
}

.vod-display-classic .video-list-row .vod-focused-alt:not(.vod-focused) {
  opacity: 0.8;
}

.vod-display-classic .banner-row {
  margin-bottom: 0px !important;
}

.banner-row {
  width: 10000px;
  margin-top: 30px;
  /*margin-bottom:30px;*/
}

.banner-row .banner-box {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  float: left;
  cursor: pointer;
}

.banner-row .vod-focused {
  -webkit-animation: none;
  animation: none;
  border: 3px solid #fff;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 1px 1px 10px 0px #000;
  box-shadow: 1px 1px 10px 0px #000;
}

/* Banner screen - BEGIN */
#banner-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner-tag .banner-info-container {
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
  padding: 50px 0;
}

#banner-tag .banner-info-container .banner-info {
  color: #fff;
  font-size: 3.5vmin;
  padding-top: 20px;
}

#banner-tag .banner-info-container .banner-info-heading {
  color: #fff;
  font-size: 5vmin;
  text-transform: uppercase;
}

#banner-tag #bannerCloseBtn {
  position: absolute;
  top: 15px;
  right: 30px;
}

#banner-tag .banner-videos-list {
  margin-top: 5%;
}

#banner-tag .banner-play {
  margin-top: 3%;
}

#banner-tag i {
  background-color: rgba(43, 51, 63, 0.7);
  padding: 10px 9px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

#banner-tag i:hover {
  background: #f34966;
}

#banner-tag .banner-control-elem-focused i {
  background: #f34966;
}

/* banner screen - END */
/* listoflist screen - BEGIN */
#listoflist-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-top: 24%;*/
  overflow-y: hidden;
  overflow-x: hidden;
}

#listoflist-tag .container-fluid {
  padding: 0;
}

#listoflist-tag ::-webkit-scrollbar {
  width: 0px;
}

#listoflist-tag ::-webkit-scrollbar-button:start:decrement,
#listoflist-tag ::-webkit-scrollbar-button:end:increment {
  display: block;
  background-color: transparent;
}

#listoflist-tag ::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

#listoflist-tag ::-webkit-scrollbar-thumb:vertical {
  height: auto;
  background-color: #212123;
  -webkit-border-radius: 6px;
  border: 2px solid #171717;
}

#listoflist-tag .listoflist-info-container {
  width: 100%;
  /* height: 200px; */
  display: block;
  position: relative;
  padding: 20px 60px;
}

#listoflist-tag .listoflist-info-container .listoflist-info {
  color: #fff;
  font-size: 1.2em;
  padding-top: 10px;
  width: 90%;
}

#listoflist-tag .listoflist-info-container .listoflist-info-heading {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
}

#listoflist-tag #listoflistCloseBtn {
  position: absolute;
  top: 15px;
  right: 30px;
}

#listoflist-tag .listoflist-videos-list {
  /*margin-top:300px !important;*/
  overflow: hidden;
  height: 70%;
  background: #222;
  padding: 50px 50px 50px 50px;
  position: absolute;
  margin-top: 245px;
  margin-left: 30px;
}

#listoflist-tag .listoflist-videos-list .video-overlay-side {
  position: absolute;
  top: 0;
  left: 35%;
  text-align: left;
  display: none;
}

#listoflist-tag .listoflist-videos-list .video-overlay-side h5 {
  font-size: 3.5vmin;
  font-weight: 600;
  line-height: 4.5vmin;
  margin-top: 10px;
  color: #f34966;
}

#listoflist-tag .listoflist-videos-list .video-overlay-side p {
  font-size: 3vmin;
  font-weight: 400;
  line-height: 3.5vmin;
  margin-top: 10px;
  color: #fff;
  opacity: 0;
}

#listoflist-tag .listoflist-play {
  margin-top: 2%;
  display: none;
}

#listoflist-tag .listoflist-info-title {
  color: #f34966;
  /* margin-top: 30px; */
  font-size: 2rem;
  position: relative;
}

#listoflist-tag .listoflist-info-description {
  color: #eee;
  margin-top: 10px;
  font-size: 1.2em;
}

#listoflist-tag .listoflist-info-length {
  color: #fff;
  /* background: #666; */
  border-right: 2px solid #666;
  padding-right: 10px;
}

#listoflist-tag .listoflist-info-agerating {
  margin-left: 10px;
  background: #f34966;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 15px;
  color: #fff;
}

#listoflist-tag i {
  background-color: rgba(43, 51, 63, 0.7);
  padding: 10px 9px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

#listoflist-tag i:hover {
  background: #f34966;
}

#listoflist-tag .listoflist-control-elem-focused i {
  background: #f34966;
}

#listoflist-tag .listoflist-top-sec {
  background: #000;
  display: block;
  width: 100%;
  position: absolute;
  min-height: 250px;
  z-index: 20;
}

#listoflist-tag .listoflist-grid-controls {
  display: none;
}

#listoflist-tag .listoflist-grid-controls .grid-arrow-control {
  position: fixed;
  color: #fff;
  font-size: 2rem;
  z-index: 1;
  cursor: pointer;
}

#listoflist-tag .listoflist-grid-controls .grid-arrow-control.grid-down {
  bottom: 30px;
  right: 30px;
}

#listoflist-tag .listoflist-grid-controls .grid-arrow-control.grid-up {
  top: 70px;
  right: 30px;
}

#listoflist-tag .listoflist-grid-controls .grid-arrow-control.grid-left {
  top: 230px;
  left: 30px;
}

#listoflist-tag .listoflist-grid-controls .grid-arrow-control.grid-right {
  top: 230px;
  right: 30px;
}

/* ListofList screen - END */
.custom-msg-container {
  display: none;
}

.custom-msg-container h2 {
  color: #fff;
}

/* login and box */
#searcharea {
  display: none;
}

#login-container {
  z-index: 9999;
  width: 600px;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  /*padding: 20px 0 0;*/
  min-height: 500px;
  text-align: left;
  overflow: hidden;
  margin: 20px auto 0 auto;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  float: left;
}

.cont-title {
  margin: 0 20px 10px 20px;
  color: #fff;
  padding-top: 10px;
}

.cont-title span {
  font-size: 16px;
  color: #d2d2d2;
  text-transform: lowercase;
}

#newUserRegLink,
.loginLink {
  border-bottom: 1px dotted #9e9e9e;
  text-transform: capitalize !important;
}

.amreg {
  float: right;
}

.amreg a {
  color: #fff;
}

.amreg a:focus {
  color: #c22843;
  font-weight: 300;
}

#login-container .form-container {
  background: #fff;
  padding: 10px 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  margin: 0 20px;
  /*margin-bottom: 20px;*/
}

#login-password-pane {
  display: none;
}

#login-container #edit-search-input,
#login-email-input,
#login-password-input,
#firstname,
#lastname,
#register-password-input,
#username,
#register-email-input,
#forgotpwd-email-input {
  border: 0;
  /*height: 40px;
  padding: 0 10px;*/
  height: 30px;
  padding: 0px 10px;
  /* width: 90%; */
  font-family: "Lato", sans-serif;
  color: #777;
  font-size: 140%;
  overflow: hidden;
}

#edit-search-input {
  white-space: pre;
}

#login-password-input,
#register-password-input {
  -webkit-text-security: disc;
}

.input-description {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  margin: 20px 20px 10px 20px;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-style: normal;
}

.input-hint {
  margin: 2px 25px 2px;
  font-style: italic;
  color: #ccc;
  clear: both;
  display: block;
}

.forgot-pwd-link {
  cursor: pointer;
  text-align: right;
  width: 100%;
}

/*  keys */
.keys .key {
  width: 10%;
  float: left;
  display: block;
}

.keys .key span,
.keys .key span.empty {
  background: #38383c;
  text-align: center;
  margin: 5px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 300;
}

.keys .key span.empty {
  background: transparent;
}

/*.keys .key:hover + .keys .key span,
{
  background: #C22843;
  color: #fff;
  font-weight: 300;
  display: block;
  margin: 5px;
}*/
.key:hover span,
.key.active span {
  background: #c22843;
  color: #fff;
  font-weight: 300;
  display: block;
  margin: 5px;
}

/* wide keys */
.keys .key.kwide {
  width: 20%;
}

.keys .key.kwide4 {
  width: 25%;
}

.keys .key.kwideHalf {
  width: 50%;
}

.keysToggle .active .key {
  background: #c22843;
  color: #fff;
  font-weight: 300;
}

.keys a:focus span {
  background: #c22843;
  color: #fff;
  font-weight: 300;
}

.incta-cancel,
.incta-next {
  text-transform: uppercase;
}

.tUpper {
  text-transform: uppercase;
}

.keysToggle .key.active {
  background: #c22843;
  color: #fff;
  font-weight: 300;
}

#tabspane {
  margin: 0 20px 20px 20px;
}

#key-widgets-col1 {
  width: 150px;
  float: left;
}

#key-widgets-col2 {
  width: 400px;
  float: left;
}

#key-widgets-col3 {
  width: 220px;
  float: left;
}

#key-widgets-col4 {
  width: 220px;
  float: left;
}

.keys-pad1 {
  padding: 0 0 0 20px;
}

.keysToggle,
.keysConstants {
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
  width: 100px;
  font-weight: 300;
}

.keysConstants {
  margin: 0 0 0 20px;
}

.keysToggle li,
.keysConstants li {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

.tab_infocontent {
  width: 620px;
  float: left;
}

.infocontent-main {
  width: 430px;
  float: left;
}

.infocontent-sidek {
  width: 190px;
  float: left;
}

.keys .infocontent-sidek .key {
  width: 26%;
}

.keysConstants li.first {
  margin-right: 10px;
}

.keysToggle li:first-child {
  margin-right: 10px;
}

.keysToggle .key,
.keysConstants .key {
  background: #38383c;
  width: 100%;
  text-align: center;
  margin: 5px 0 10px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.keyEmpty {
  background: transparent;
  width: 100%;
  text-align: center;
  margin: 5px 0 10px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
}

.keysToggle .halfsp,
.keysConstants .halfsp {
  width: 45%;
  float: left;
  clear: none;
}

.keysToggle .fa-arrow-up {
  font-size: 90%;
}

.cta-area {
  margin: 0 20px;
  clear: both;
}

.cta-area a {
  color: #d2d2d2;
  text-align: right;
  font-size: 120%;
  line-height: 22px;
  display: block;
  padding: 10px 0;
  clear: both;
}

.cta-area a:hover {
  color: #c22843;
}

.incta-register {
  font-weight: 100;
  text-align: center !important;
}

/* error messagin */
.text-error {
  color: #c22843;
}

#login-container .input-error {
  background: #ffbec9;
}

#login-container .input-error input {
  background: #ffbec9;
}

.clearrow {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}

.btncon-close {
  display: block;
  background: url("../images/btncon-close.png") no-repeat 0 0;
  width: 32px;
  height: 37px;
  position: absolute;
  top: -42px;
  right: 10px;
  cursor: pointer;
}

.keylength50 {
  width: 50% !important;
}

/* search area */
#searcharea {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  z-index: 10000;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: none;
}

.searchpane {
  z-index: 9999;
  width: 900px;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  padding: 20px 0 0;
  min-height: 590px;
  text-align: left;
  margin: 0px auto 0;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  float: left;
}

/* --------------------search block --------------- */
#search-block-pane {
  padding: 5px 20px 20px;
  margin: 0;
}

.searchpane h2,
.searchpane h3 {
  text-align: center;
  font-weight: 100;
  margin: 0;
  padding: 15px 0 0 0;
}

.searchpane h3 {
  text-align: left;
  padding: 15px 0 18px;
  border-bottom: 1px solid #19191b;
  color: #d2d2d2;
}

/* ------------------  FORM ---------------- */
#search-block-pane .form-container {
  background: #fff;
  padding: 5px 0;
  width: 98%;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
}

#search-block-pane #edit-search-input {
  border: 0;
  height: 48px;
  padding: 0 10px;
  width: 90%;
  font-family: "Lato", sans-serif;
  color: #777;
  font-size: 140%;
  /* word-wrap: break-word; */
  max-width: 28ch;
  overflow: hidden;
}

#search-block-pane input[type="submit"]:hover {
  border: none;
  color: #333;
}

/* ------------------  left side  ---------------- */
#search-widgets {
  width: 390px;
  float: left;
}

/* ---------------- keyboard ------------- */
#keys {
  padding: 0px 15px 0;
}

#keys .key {
  background: #38383c;
  width: 50px;
  float: left;
  text-align: center;
  margin: 5px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#keys .key:hover {
  background: #c22843;
  color: #fff;
}

.search-keypad-elem-focused {
  background: #c22843 !important;
  color: #fff !important;
}

#keys .key.ksearch,
#keys .key.kcancelsearch {
  width: 47%;
  font-weight: 700;
  font-size: 130%;
  margin: 5px 5px 0;
}

#keys .key.kdelete,
#keys .key.kback,
#keys .key.kspace {
  width: 30.5%;
}

/* ------------------  right side  ---------------- */
#suggestions-widgets {
  width: 500px;
  float: right;
}

.searchpane ul,
.searchpane li {
  margin: 0;
  padding: 0;
}

.searchpane ul#suggestions-list {
  height: 450px;
  overflow-y: auto;
  color: #fff;
}

.searchpane ul#suggestions-list li {
  color: #fff;
  cursor: pointer;
}

.searchpane li {
  list-style: none;
  border-bottom: 1px solid #19191b;
  font-size: 120%;
  font-weight: 300;
  display: block;
  text-align: left;
  width: auto;
  height: auto;
  padding: 13px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.searchpane li:hover,
.searchpane li.ui-state-focus {
  color: #fff;
  background: #c22843;
  text-indent: 20px;
}

.kclear {
  background: #38383c;
  width: 70%;
  text-align: center;
  margin: 10px 10px 0 10px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 18px auto 0 auto;
}

.kclear:hover,
#keys .key:focus {
  background: #c22843;
  color: #fff;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  background-color: #171717;
}

::-webkit-scrollbar-track-piece {
  background-color: #171717;
}

::-webkit-scrollbar-thumb:vertical {
  height: auto;
  background-color: #212123;
  -webkit-border-radius: 6px;
  border: 2px solid #171717;
}

scrollbar {
  /*  clear useragent default style*/
  -moz-appearance: none !important;
}

/* buttons at two ends */
scrollbarbutton {
  -moz-appearance: none !important;
}

/* the sliding part*/
thumb {
  -moz-appearance: none !important;
}

scrollcorner {
  -moz-appearance: none !important;
  resize: both;
}

/* vertical or horizontal */
scrollbar[orient="vertical"] {
  color: silver;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}

.vjs-control:focus {
  outline: none;
}

/* new v22 */
.btn-red {
  background: #c22843 !important;
}

.btn-gray {
  background: #38383c !important;
}

.hls-playback-on .vjs-audio-button {
  display: none;
}

.hls-playback-on #mainVideo_html5_api {
  height: 100vh;
}

.hls-playback-on .vjs-seek-to-live-control {
  display: none;
}

.hls-playback-on .vjs-control-text {
  display: none;
}

.hls-playback-on .vjs-control-bar {
  width: 100%;
}

.hls-playback-on .vjs-live-control {
  display: none;
}

.hls-playback-on .vjs-progress-control {
  /* display: none; */
}

.hls-playback-on .vjs-descriptions-button {
  display: none;
}

.hls-playback-on .vjs-control {
  -webkit-appearance: none;
  background: transparent;
  border: none;
}

.hls-playback-on .video-js i {
  font-size: 1.8em;
}

/* Player grid layout script */
.vod-row {
  /* background-color: #eee; */
  margin-bottom: 20px;
  color: #fff;
}

.vod-row-title span,
.vod-row .bottom-title {
  color: #f34966 !important;
}

.vod-row .portrait .vod-thumb{
  /* background-color: #eee; */
  height: 180px;
  width: 140px;
  min-height: 180px;
  min-width: 140px;
  position: relative;
}

.vod-row .landscape .vod-thumb{
  /* background-color: #eee; */
  height: 112.78px;
  width: 200px;
  min-height: 112.78px;
  min-width: 200px;
  position: relative;
}

.vod-row .mixed .vod-thumb{
  /* background-color: #eee; */
  height: 112.78px;
  width: 150px;
  min-height: 112.78px;
  min-width: 150px;
  position: relative;
}

.vod-thumb {
  margin-right: 20px;
  background-image: url(../img/ajax-loader.gif);
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.vod-thumb-row {
  /* overflow: hidden; */
}

.vod-thumb-row .vod-focused {
  /*border:5px solid #fff;*/
  -webkit-box-shadow: 0px 0px 1px 7px #fff;
  box-shadow: 0px 0px 1px 7px #fff;
  /*margin-left: 7px;*/
}

/* .vod-thumb img {
  height: 150px;
  width: auto;
} */

#select-screen-container {
  position: absolute;
  display: none;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1090;
  /* color: #d2d2d2; */
  background-color: #000000;
}

#select-screen-container .select-thumb-container {
  width: 200px;
}

#select-screen-container .select-thumb {
  width: 200px;
  position:relative;
}

#select-screen-container .select-focused {
  /*border:5px solid #fff;*/
  -webkit-box-shadow: 0px 0px 1px 7px #fff;
  box-shadow: 0px 0px 1px 7px #fff;
  /*margin-left: 7px;*/
}

#select-screen-container .live-timer-wrapper {
  margin-bottom: 30px;
  height:48px;
  margin-top: 1%;
}

#select-screen-container .live-timer {
  display: flex;
  justify-content: end;
  text-align: right;
  font-size: 2rem;
  align-items: center;
}

#select-screen-container .animate {
  margin-left: -200px;
  transition: height 1s;
}

#profile-screen-container {
  position: absolute;
  display: none;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1090;
  /* color: #d2d2d2; */
  background-color: #000000;
}

#profile-screen-container .profile-thumb-container {
  width: 200px;
}

#profile-screen-container .profile-thumb {
  width: 200px;
}

#profile-screen-container .profile-focused {
  /*border:5px solid #fff;*/
  -webkit-box-shadow: 0px 0px 1px 7px #fff;
  box-shadow: 0px 0px 1px 7px #fff;
  /*margin-left: 7px;*/
}

#profile-screen-container .animate {
  margin-left: -200px;
  transition: height 1s;
}

#overlaymsgbox {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  z-index: 10001;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: none;
}

.messagingbox {
  z-index: 10001;
  width: 420px;
  background: #212123;
  padding: 0;
  min-height: 180px;
  line-height: 28px;
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}

.messagingbox ul li {
  background: url(../images/icon-42-checkmark.png) no-repeat -4px 12px;
  list-style: none;
  margin: 0;
  /* padding: 20px 0 20px 40px; */
  color: #888888;
  font-size: 120%;
  display: block;
  overflow: hidden;
}

.messagingbox ul li.mesAddToFav {
  display: block;
}

/* css loading icon */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* cc caption stroke */
.cc-cross {
  background-color: #fff;
  width: 31px;
  height: 4px;
  position: absolute;
  transform-origin: center;
  transform: rotate(-53deg);
  top: 18px;
  left: 46px;
}

.vjs-seek-to-live-control {
  display: none !important;
}

/* Custom playbar */
.player-progress-container .player-progress-bar {
  width: 78%;
  height: 4px;
  background: #fff;
  display: block;
  position: relative;
  margin-bottom: -10px;
  margin-top: 10px;
  margin-left: 11%;
}

.player-progress-container .player-progress-bar span {
  background: #f34966;
  width: 0;
  height: 4px;
  z-index: 999;
  position: absolute;
  left: 0;
}

.player-progress-container .player-time {
  color: #f34966;
  font-size: 20px;
  width: 10%;
  margin-top: -13px;
}

.player-progress-container .player-current-time {
  float: left;
  margin-left: 2%;
}

.player-progress-container .player-remaining-time {
  float: right;
  margin-right: 2%;
}

/* new ads */
.video-player-container {
  position: relative;
  width: 100vw;
  height: 100vh;
}

#videoHls {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  max-height: 100%;
  width: 100%;
}

.video-player-container #adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 640px;
  height: 360px;
}

#adBlock {
  position: relative;
}
#adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}

.custom-ad-label {
  font-size: 1.2em;
  bottom: 5px;
  vertical-align: bottom;
  color: #fff;
  background: #00000094;
  padding: 2px 10px;
  width: auto;
  position: absolute;
  left: 15px;
}

/* WebVTT cues */
#videoHls::cue {
  background-color: rgba(0, 0, 0, 0.46);
  color: #eeeeee;
  /* outline-style: solid;
  outline-color: #FF5D7A; */
  font-size: 24px;
  /* -webkit-transform: translateY(30%) !important;
  transform: translateY(30%) !important; */
  /* font-family: "Times New Roman"; */
}

/* #videoHls::-webkit-media-text-track-display {
  overflow: visible !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: black;
  padding: 8px;
  border-radius: 16px;
} */

/* #videoHls::-webkit-media-text-track-display {
    overflow: visible !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: black;
    padding: 8px;
    border-radius: 16px;
  }

  #videoHls::-webkit-media-text-track-container {
    overflow: visible !important;
    -webkit-transform: translateY(40%) !important;
    transform: translateY(40%) !important;
    position: relative;
  } */
/* 
::cue {
  color:#ccc;
}
video:-webkit-media-text-track-display {
  top: -15%;
} */
/* video::cue {
  font-size: 24px;
  opacity: 1;
  background-color: black;
  -webkit-transform: translateY(10%) !important;
  transform: translateY(10%) !important;
}

video::-webkit-media-text-track-display {
  overflow: visible !important;
  -webkit-box-sizing: border-box;
  background: black;
  padding: 8px;
  border-radius: 16px;
}


video::-webkit-media-text-track-container {
  overflow: visible !important;
  -webkit-transform: translateY(40%) !important;
  transform: translateY(40%) !important;
  position: relative;
} */

/* options Menu css */

.section-footer {
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 10px;
  bottom: 0px;
  right: 0px;
  z-index: 11;
  /* border-radius: 50px 0px 0px 50px; */
}

.section-footer button {
  border: 0;
}

/* Options Menu Styles */

.opt-btn {
  pointer-events: none;
  background-color: #007bff;
  color: #fff;
  width: 30px;
  height: 14px;
  margin-top: 4px;
  margin-right: 5px;
  border-radius: 3px !important;
}

.opt-btn-vizio {
  background-color: #444444;
  color: #fff;
  width: 30px;
  height: 14px;
  margin-top: 4px;
  margin-right: 5px;
  border-radius: 3px !important;
  filter: drop-shadow(-1px -1px 1px rgba(255, 255, 255, 0.5)) drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.7));
}

.opt-btn-vizio span {
  position: absolute;
  line-height: 0.45;
  top: 5px;
  left: 10px;
}

#optDropdownMenuButtonList {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

#optDropdownMenuButtonList .dropdown-item {
  color: #fff;
}
#optDropdownMenuButtonList .active {
  color: #f34966;
  text-decoration: none;
  background-color: #000;
}

/* New Settings Screen */
#settingsScreen {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
  z-index: 99;
  color: #fff;
}

#settingsScreen .settings-inner {
  padding: 50px;
}

#settingsScreen .settings-inner table{
  color: #fff;
}

#settingsScreen .settings-inner h4 {
  margin-top: 10%;
}

#settingsScreen .settings-close-icon {
  float: right;
}

#settingsScreen .settings-close-icon i {
  padding: 10px 9px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background: #f34966;
}

#settingsScreen .settings-details {
  margin-top: 5%;
}

#settingsScreen .settings-details .row {
  margin-top: 20px;
  font-size: 17px;
}

#settingsScreen .settings-details .settings-name {
  text-align: right;
}

#settingsScreen .settings-link {
  background-color: transparent;
  color: #fff;
  padding: 10px;
  font-size: 1.4rem;
  border: 4px #fff solid;
}

#settingsScreen .selected {
  background-color: #eee;
  color: #f34966;
  padding: 10px;
  border: 4px #fff solid;
}

#settingsScreen .focused {
  background-color: #f34966;
  color: #fff;
  padding: 10px;
  border: 4px #f34966 solid;
}

/* Geo restriced screen */
#geoRestrictedScreen {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
  z-index: 99;
  color: #fff;
}

#geoRestrictedScreen .settings-inner {
  padding: 50px;
}

#geoRestrictedScreen .settings-inner h4 {
  margin-top: 10%;
}

#geoRestrictedScreen .settings-close-icon {
  float: right;
}

#geoRestrictedScreen .settings-close-icon i {
  padding: 10px 9px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background: #f34966;
}

#geoRestrictedScreen .settings-details {
  margin-top: 5%;
}

/* toastr messages */
.toaster-msg {
  position: absolute;
  bottom: 15%;
  left: 30%;
  right: 30%;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
  /* box-shadow: 0 0 6px #999; */
  color: #fff;
  opacity: 1;
  padding: 5px 15px 10px 50px;
  background: #000;
  font-size: 18px;
  display: none;
  z-index: 99999;
}

#numeric-keyboard {
  /* transform: translate3d(0,200px,0); */
  transition: all .5s ease-out;
  position:absolute;
  display:block;
  height:100px;
  width: 100%;
  bottom:0px;
  flex-wrap: nowrap;
  background-color: rgba(0,0,0,0.7);
  z-index: 9999;
}

#numeric-keyboard ul {
  list-style: none;
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  height: 100px;
}

#numeric-keyboard ul li {
  list-style: none;
  display: flex;
  width: 60px;
  height: 60px;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
  background-color: #222222;
  margin: 10px;
}

#numeric-keyboard ul .focused {
  background-color: #ffffff;
  color: #000000;
}

.hide {
  transform: translate3d(0,200px,0);
}

.show {
  transform: translateY(0);
}

.footer-info {
  position: absolute;
  bottom: 0px;
  right: 108px;
  z-index: 11;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  border-radius: 50px 0px 0px 50px;
}

/* EPG Styles */
.epg-guide-wrapper {
  z-index: 99;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  bottom: 0;
  display: none;
}

.epg-splash-wrapper {
  width: 100%;
}


/* General Message Box */
.ft-general-box {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2099;
  display: none;
}

.ft-general-box h4 {
  color: #ffffff;
  font-size: 2rem;
}

.ft-general-box .ex-inner {
  z-index: 99999;
  width: 600px;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  padding: 40px;
  min-height: 120px;
  text-align: center;
  margin: 20px auto 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  float: left;
  font-size: 28px;
}

.ft-general-box .ex-inner button {
  background: #38383c;
  text-align: center;
  color: #d2d2d2;
  padding: 9px 0;
  display: inline-block;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 44%;
  font-weight: 700;
  font-size: 130%;
  margin: 10px 10px 0 10px;
  float: unset;
  border: 0;
}

.ft-general-box .ex-inner button:hover {
  background: #f34966;
  color: #ffffff;
}

.ft-node-block-overlay {
  position: absolute;
  height: 101%;
  width: 100%;
  top: 0;
  background: #000000c4;
  z-index: 9;
}

.ft-node-block-overlay i {
color: #f34966;
float: right;
padding: 10px;
font-size: 3rem;
}

.ft-btn-focused {
background: rgb(194, 40, 67) !important;
color: #ffffff !important;
}

.ft-menu-block-overlay {
  position: absolute;
  height: 45px;
  width: 100%;
  top: 0;
  background: #0000003d;
  z-index: 9;
}

.ft-menu-block-overlay i {
color: #f34966;
float: right;
padding: 18px 2px 2px 2px;
font-size: 1.5rem;
}

.ss-option-item .ft-node-block-overlay {
height: 90% !important;
}
/* parental control screen */
.login-pannel {
  width: 100%;
  border-color: #f9ba06;
  border-radius: 1rem;
  border-style: solid;
  border-width: 2px;
}

#profile-screen {
  position: absolute;
  display: none;
  background-color: #000;
  top: 0px;
  z-index: 1022;
}

#login-screen {
  position: absolute;
  display: none;
  background-color: #000;
  top: 0px;
  z-index: 1024;
}

#code-screen {
  position: absolute;
  display: none;
  background-color: #000;
  top: 0px;
  z-index: 1026;
}

.dialog-logo {
  position: absolute;
  width: 232px;
  height: 60px;
  padding: 17px 1rem;
  left:0px;
  z-index: 1032;
}



.profile-focused {
  outline: #fff 5px solid;
}

.login-focused {
  /* outline: #f34966 5px solid !important; */
  transform: scale(1.1);
  box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
}

.fb {
  background-color: #3B5998;
  color: white;
}

.twitter {
  background-color: #55ACEE;
  color: white;
}

.google {
  background-color: #fff;
  color: grey;
  outline: grey 1px solid;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 80px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  overflow: hidden;
}

.slider .nob {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  left: 6px;
  bottom: 6px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  color: #fff;
  font-weight: 700;
}

.slider .nob .off {
  position: absolute;
  font-size: 3rem;
  margin-left: 70px;
}

.slider .nob .on {
  position: absolute;
  font-size: 3rem;
  margin-left: -140px;
}

input+.slider {
  background-color: #f34966;
}

input:checked+.slider {
  background-color: #3cb371;
}

input:focus+.slider {
  box-shadow: 0 0 1px #3cb371;
}

input:checked+.slider .nob {
  -webkit-transform: translateX(140px);
  -ms-transform: translateX(140px);
  transform: translateX(140px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 80px;
}

.slider.round .nob {
  border-radius: 50%;
}

#create-pin-screen .focused {
  outline: 5px #f34966 solid;
}

#create-pin-screen input[type="password"] {
  font: small-caption;
  font-size: 16px;
}

#verify-pin-screen .focused {
  outline: 5px #f34966 solid;
}

#verify-pin-screen input[type="password"] {
  font: small-caption;
  font-size: 16px;
}
