@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;700&display=swap");

@font-face {
  font-family: "Century Gothic Std";
  src: url("../css/fonts/CenturyGothicStd-Bold.eot");
  src: url("../css/fonts/CenturyGothicStd-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/CenturyGothicStd-Bold.woff2") format("woff2"),
    url("../css/fonts/CenturyGothicStd-Bold.woff") format("woff"),
    url("../css/fonts/CenturyGothicStd-Bold.ttf") format("truetype"),
    url("../css/fonts/CenturyGothicStd-Bold.svg#CenturyGothicStd-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century Gothic Std";
  src: url("../css/fonts/CenturyGothicStd.eot");
  src: url("../css/fonts/CenturyGothicStd.eot?#iefix")
      format("embedded-opentype"),
    url("../css/fonts/CenturyGothicStd.woff2") format("woff2"),
    url("../css/fonts/CenturyGothicStd.woff") format("woff"),
    url("../css/fonts/CenturyGothicStd.ttf") format("truetype"),
    url("../css/fonts/CenturyGothicStd.svg#CenturyGothicStd") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
}

#content_video_ima-controls-div {
  display: none !important;
}

.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noSelect:focus {
  outline: none !important;
}

body {
  font-family: "Quicksand", sans-serif;
  width: 100%;
  height: 100%;
  overflow: hidden;

  /*  */
  background: rgb(187, 180, 176);
  background: rgb(21, 21, 21);
}

h1 {
  font-size: 1.2rem;
  margin-bottom: 4%;
  font-weight: normal;
}

h2 {
  font-size: 2.2rem;
  font-weight: 300;
}

/* sandbox2 - elie */
.main-scene {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*  */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  overflow: hidden;
}

.header {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 20%;
  /* background-color: #25638f; */

  opacity: 0;
  transform: translateY(-20%);

  /*  border: 2px solid orange; */
  -webkit-transition: all 1s cubic-bezier(0.75, 0, 0.125, 1) 1s;
  -moz-transition: all 1s cubic-bezier(0.75, 0, 0.125, 1) 1s;
  -ms-transition: all 1s cubic-bezier(0.75, 0, 0.125, 1) 1s;
  -o-transition: all 1s cubic-bezier(0.75, 0, 0.125, 1) 1s;
  transition: all 1s cubic-bezier(0.75, 0, 0.125, 1) 1s;
}

.header .left-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  width: 80%;
  height: 100%;
  margin-left: 5.5%;
  padding: 40px 0 30px 0;
  /* background-color: red; */
}

.header .left-content p {
  line-height: 1.5;
  white-space: nowrap; /* Prevents the text from wrapping */
  overflow: hidden; /* Hides the overflowing text */
  text-overflow: ellipsis; /* Adds the ellipsis (…) at the end of the overflowing text */
  width: 100%; /* Ensure the element has a defined width */

  font-family: "Century Gothic Std";
  font-weight: normal;
  font-size: 1.5vw;
}

.header .right-content {
  margin-right: 2.5%;
  width: 12%;
  height: 100%;
  /* background-color: green; */
}
.share-btn {
  display: block;
  margin-top: 20px;

  width: auto;
  height: 50px;

  background-repeat: no-repeat;
  background-size: contain;

  /*  border: 2px solid orange; */
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}

.footer {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 6%;

  background-color: rgba(255, 255, 255, 1);

  /* init */
  opacity: 0;

  /*  border: 2px solid orange; */
  -webkit-transition: all 1s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 1s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 1s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 1s cubic-bezier(0.75, 0, 0.125, 1);
  transition: all 1s cubic-bezier(0.75, 0, 0.125, 1);

  font-family: "Century Gothic Std";
  font-size: 1vw;
  filter: drop-shadow(0px 18px 15px #000000);
}

.footer .left-content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 60%;
  height: 100%;
  margin-left: 5.5%;
}

.footer .right-content {
  margin-right: 5.5%;
}

.bl-logo,
.bl-links {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bl-links {
  margin-left: 5%;
}

.bl-logo img,
.bl-links img {
  width: auto;
  height: 60%;
  margin-right: 10px;
}

.footer a {
  color: black;
  text-decoration: none;
  white-space: nowrap; /* Prevents the text from wrapping */
}

.footer a span {
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}

.footer a:hover span {
  color: #5290cc;
}

.warning-screen,
.mobile-screen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 3;

  display: none;
  pointer-events: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.warning-screen.show,
.mobile-screen.show {
  display: flex;
  pointer-events: painted;
}
.warning-screen .notice-box,
.mobile-screen .notice-box {
  width: 240px;
  height: auto;
  border-radius: 7px;
  background-color: white;
  display: flex;
  flex-direction: column;
  /*  justify-content: center; */
  align-items: center;
}

.warning-screen .close-btn,
.mobile-screen .spacer {
  width: 12px;
  height: 12px;
  cursor: pointer;

  align-self: end; /* Align to the top */
  margin-top: 15px;
  margin-right: 15px;

  background-image: url("../img/warning/x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.mobile-screen .spacer {
  visibility: hidden;
}

.warning-screen .warning-icon,
.mobile-screen .warning-icon {
  width: 80px;
  height: 60px;
  margin-top: 0px;
  background-image: url("../img/warning/warning-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.warning-screen .warning-text,
.mobile-screen .warning-text {
  padding: 20px;
  font-family: "Century Gothic Std";
  font-size: 13px;
  text-align: left;
}

.warning-screen .warning-text a,
.mobile-screen .warning-text a {
  color: #000;
}

.warning-screen .warning-text strong,
.mobile-screen .warning-text strong {
  font-size: 24px;
}

.main-bg {
  position: relative;
  /* center fit */
  display: grid;
  width: 100%;
  height: 100%;
  /* border: 2px solid green; */
}

.ready-to-watch-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scene-img,
.ready-watch-img {
  /* center fit */
  max-width: 100%;
  max-height: 100vh;
  margin: auto;

  /* init */
  opacity: 0;

  /*  border: 2px solid orange; */
  -webkit-transition: all 2s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 2s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 2s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 2s cubic-bezier(0.75, 0, 0.125, 1);
  transition: all 2s cubic-bezier(0.75, 0, 0.125, 1);
}

.ready-watch-img {
  transform-origin: right;
  transform: translateY(-30px);

  /* init */
  opacity: 0;

  /*  border: 2px solid orange; */
  -webkit-transition: all 2.3s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 2.3s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 2.3s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 2.3s cubic-bezier(0.75, 0, 0.125, 1);
  transition: all 2.3s cubic-bezier(0.75, 0, 0.125, 1);
}

.scene-img.transition-completed,
.ready-watch-img.transition-completed,
.footer.transition-completed {
  -webkit-transition: all 0s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 0s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 0s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 0s cubic-bezier(0.75, 0, 0.125, 1);
  transition: all 0s cubic-bezier(0.75, 0, 0.125, 1);
}

.main-container {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  z-index: 1;

  /*  border: 2px solid orange; */
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;

  image-rendering: optimizeQuality;
}
/* sandbox2 - elie*/

.content-body {
  /* zoom: 0.5; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-size: cover;

  image-rendering: optimizeQuality;
}

.flavor-content {
  height: 100%;
  padding: 2.5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 999999999;
}

.flavor-content .templateSlect {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* background-color: red; */
}

.flavor-content .templateSlect .content {
  padding-right: 3rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.template-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 500;
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
}

.template-container.top-flex {
  align-items: flex-start;
}

.mainBanner {
  flex: 2;
  background-size: cover;
  background-image: url(../img/1.jpg);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3%;
}

.template-container.active {
  opacity: 1;
}

.player-holder {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
}

.mainBanner .row {
  margin-top: 20px;
}

.btn {
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  padding: 10px 25px;
  font-weight: bold;
  border: 2px solid #fff;
  margin-right: 5px;
}

.btn.filled {
  background: #fff;
}

.btn.stroke {
  color: #fff;
}

.btn.disabled {
  cursor: default;
}

.menu-icon {
  display: inline-block;
}

.flavorTitle {
  margin-bottom: 15%;
  padding-left: 15px;
  margin-top: 5%;
}

.creative-holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.creative-holder iframe {
  height: 100%;
}

.profile {
  text-align: left;
  padding: 7px 10px;
  margin-bottom: 10px;
  outline: none;
  border: none;
  border: 3px solid transparent;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  cursor: pointer;
}

.profile:focus {
  border: 3px solid white;
}

h1,
h2 {
  color: #eee;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: arial;
  display: block;
  text-align: center;
}

ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  line-height: 45px;
  cursor: pointer;
}

.flavors {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  padding-top: 20px;
}

.flavors > div {
  background: white;
  padding: 10px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  cursor: pointer;
}

.flavors.active {
  display: block;
}

.flavors .row {
  position: relative;
  width: 100%;
  padding: 15px 15px;
  margin-bottom: 2%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none !important;
  outline: none;
}

.flavors .row:focus,
.flavors .row:hover {
  background-color: #444;
}

.hreflike {
  cursor: pointer;
  transition: 0.7s;
  -moz-transition: 0.7s;
  -webkit-transition: 0.7s;
}

.flavors .row input {
  position: absolute;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  display: block;
}

.flavors .row input ~ label {
  position: relative;
  z-index: 10;
  padding: 10px 20px;
}

.flavors .row input:checked ~ label {
  color: #25638f;
}

.activefilter {
  color: #25638f;
}

.playerBtn {
  position: absolute;
  cursor: pointer;
}

.hero {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero img {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.main-nav {
  position: relative;
  top: 0;
  right: 0;
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.6);
  transform-origin: 100%;
  /* background-color: red; */
}
#flavorItems {
  padding: 20px 60px 20px 30px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  outline: none;
  background: url(../img/arrow.png) right no-repeat;
  border: 5px solid transparent;
}

.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader > div {
  position: relative;
  width: 50px;
  height: 50px;
  border: 4px solid #666;
  border-top: 3px solid #5290cc;
  border-radius: 80%;
  animation: spin 1s infinite;
  background: transparent;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.preloader > div div {
  height: 100%;
  background: rgb(203, 203, 203);
  background: linear-gradient(
    90deg,
    rgba(100, 100, 100, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  opacity: 1;
}

@keyframes changewidth {
  0% {
    width: 0;
    opacity: 1;
  }
  70% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

.preloader > div div {
  animation-duration: 4s;
  animation-name: changewidth;
  animation-iteration-count: infinite;
}

.player-holder {
  z-index: 550;
}

/* width */
body ::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Track */
body ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 1);
}

/* Handle */
body ::-webkit-scrollbar-thumb {
  background: #666;
}

/* Handle on hover */
body ::-webkit-scrollbar-thumb:hover {
  background: #666;
}

/* OVERRIDE the player OVERLAY on focus state*/
#content_video_ima-seek-bar-div,
#content_video_ima-countdown-div {
  display: none !important;
}

.vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
  display: none;
}
/* .video-js {
  display: none;
} */
.vjs-text-track-display {
  height: 100%;
  transition: 0.8s;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  display: block !important;
}

.player-holder.fadeIn .video-js .vjs-text-track-display,
.video-js.vjs-user-active .vjs-text-track-display,
.video-js.vjs-paused .vjs-text-track-display {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    transparent 30% 70%,
    rgba(0, 0, 0, 0.5)
  );
}

.player-holder.fadeIn .vjs-text-track-display:before,
.video-js.vjs-user-active .vjs-text-track-display:before,
.video-js.vjs-paused .vjs-text-track-display:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  content: "";
}

.player-holder.fadeIn .vjs-text-track-display:after,
.video-js.vjs-user-active .vjs-text-track-display:after,
.video-js.vjs-paused .vjs-text-track-display:after,
.video-js .ima-playerController:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  content: "";
}

.vjs-control-bar > * {
  z-index: 2;
}

.series-metadata {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.series-metadata h1 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.icons-list {
  margin-top: 15px;
  font-size: 0.8em;
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial;
}

.icons-list span {
  margin-right: 10px;
  padding: 3px;
  border: 1px solid #fff;
}

/* .vjs-modal-dialog.vjs-hidden {
  display: none !important;
} */

.vjs-control-bar.vjs-hidden {
  display: none !important;
}

.absoluteAdData {
  position: absolute;
  top: 7%;
  right: 5%;
  display: flex;
  justify-content: space=between;
  align-items: center;
  font-size: 1vw;
}

.absoluteAdData > div {
  padding: 7px;
}

.absoluteAdData > div:first-child {
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  background: #000;
  color: #fff;
  margin-right: 3px;
  font-size: 0.7rem;
}

.absoluteAdData > div:last-child {
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  background: rgb(255, 230, 0);
  color: #000;
  font-weight: bold;
  font-size: 0.7rem;
}

.BL_controls-wrapper {
  position: absolute;
  bottom: 10%;
  left: 0%;
  padding-right: 0%;
  width: 100%;
  pointer-events: painted;
  /*  background-color: red; */
}

.BL_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.BL_controls-wrapper .vjs-play-control,
.play-pause-btn {
  position: relative;
  font-size: 0rem;
  text-align: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 50%;
  margin: 0 35px 0 0;
  cursor: pointer;
}

.play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: red; */
}

.BL_controls-wrapper .vjs-play-control .vjs-icon-placeholder:after {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  font-size: 12px;
  line-height: 0;
  font-weight: 600;
}

.BL_controls-wrapper .vjs-play-control span:before,
.vjs-play-control,
.play-pause-btn {
  font-size: 20px;
  line-height: 30px;
}

.player-holder .video-js .vjs-control-bar {
  bottom: 18%;
  padding: 0 4%;

  /* background-color: red; */
}

.player-holder .video-js .vjs-control-bar.vjs-hidden {
  bottom: 5%;
}

.vjs-play-control {
  position: relative;
  font-size: 1.2rem;
  width: 55px;
  height: 55px;
  padding: 0;
  background: #fff;
  color: black;
  border-radius: 50%;
}

.vjs-icon-placeholder {
  justify-content: center;
  align-items: center;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  font-family: "icomoon" !important;
  font-size: 33px;
  line-height: 55px;
}

.vjs-play-control .vjs-icon-placeholder:before,
.vjs-play-control[title="Replay"] .vjs-icon-placeholder:before {
  content: "\e904";
}

.vjs-play-control .vjs-icon-placeholder:after {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  content: "Play";
}

.vjs-play-control[title="Pause"] .vjs-icon-placeholder:before {
  content: "\e903" !important;
}

.vjs-play-control[title="Pause"] .vjs-icon-placeholder:after {
  content: "Pause";
}

.ima-playerController {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15% 5%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.ima-playerController > div {
  position: relative !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.progressBar-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ima-counter {
  padding-left: 20px;
  width: 80px;
  font-size: 19px;
  text-align: right;
}

.ima-progress-bar {
  width: 100%;
  height: 9px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.ima-progress-bar > div {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px 0 0 5px;
}

.ima-progress-bar > div:after {
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
}

.play-pause-btn {
  opacity: 0;
}

.player-holder .video-js .vjs-control-bar {
  display: flex !important;
  z-index: 99999999999;
  opacity: 0;
}

.player-holder .video-js .vjs-control-bar.vjs-hidden {
  display: none !important;
}
.player-holder.forceShow .video-js .vjs-control-bar.vjs-hidden {
  display: flex !important;
}

.player-holder .series-metadata {
  pointer-events: none;
  opacity: 0;
}

.series-metadata {
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.player-holder.fadeIn .video-js .vjs-control-bar,
.player-holder.fadeIn .video-js .play-pause-btn,
.player-holder.fadeIn .series-metadata {
  opacity: 1;
}

.vjs-ad-playing .vjs-control-bar .vjs-progress-control {
  pointer-events: all !important;
}

.player-holder .video-js .vjs-control-bar.vjs-hidden .vjs-play-control,
.player-holder .video-js .vjs-control-bar.vjs-hidden {
  display: none;
}

#pauseAdImg {
  opacity: 0;
}

@media only screen and (max-width: 1200px) {
  .absoluteAdData {
    font-size: 12px;
  }
}

.messageShowing {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: 28px;
  transform: translateX(-50%);
  z-index: 99999999;
  padding: 1vw 1.5vw;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  font-size: 1vw;
}

.messageShowing.showMSG {
  opacity: 1;
}

.vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
  background: rgba(255, 255, 255, 0.3);
}

.video-js > #bl_PlayPause.show {
  display: flex;
}

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 1rem;
  }

  h2 {
    font-size: 1.5rem;
    display: inline-block;
  }

  .main-nav {
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.5);
  }

  .BL_wrapper {
    padding-right: 0px;
  }

  .player-holder .video-js .vjs-control-bar {
    bottom: 18%;
    padding: 0 4%;

    /* background-color: red; */
  }

  .BL_controls-wrapper .vjs-play-control,
  .play-pause-btn {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .BL_controls-wrapper .vjs-play-control span:before,
  .vjs-play-control,
  .play-pause-btn {
    font-size: 15px;
    line-height: 20px;
  }

  .BL_controls-wrapper .vjs-play-control .vjs-icon-placeholder:after {
    font-size: 9px;
  }

  .video-js .vjs-time-control {
    font-size: 0.7rem;
    line-height: 2.5;
    padding-left: 0;
  }

  .BL_controls-wrapper .vjs-play-control,
  .play-pause-btn {
    margin: 0 35px 0 0;
  }

  .BL_controls-wrapper {
    bottom: 12%;
  }

  .series-metadata h1 {
    font-size: 0.8rem;
    margin-bottom: 5px;
  }

  .series-metadata {
    font-size: 14px;
  }

  .icons-list {
    margin-top: 5px;
    font-size: 0.8em;
  }

  /* 
  .player-holder .video-js .vjs-play-control {
    width: 45px;
    height: 45px;
  } 

  .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
  .video-js .vjs-play-control .vjs-icon-placeholder:before,
  .vjs-icon-play:before {
    font-size: 28px;
    line-height: 45px;
  }
*/
}

.marker {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10.5px;
}
.btnContainer {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

.vjs-control-bar {
  visibility: hidden !important;
}
/* Popup container */
.popup {
  display: none; /* Hidden by default */
  position: absolute; /* Positioned relative to the button */
  top: 0;
  right: 0;
  margin-right: 15.5%;
  margin-top: 1.2vh;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1vw;
  z-index: 10;
}

/* Arrow at the center of the right side */
.popup::after {
  content: "";
  position: absolute;
  top: 50%; /* Center vertically */
  right: -10px; /* Position the arrow outside the popup */
  transform: translateY(-50%); /* Adjust for perfect centering */
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid white; /* Match the popup's background color */
  z-index: 11; /* Ensure it appears above the popup border */
}

/* Optional: Arrow shadow for aesthetics */
.popup::before {
  content: "";
  position: absolute;
  top: 50%; /* Center vertically */
  right: -11px; /* Slightly outside the arrow for shadow */
  transform: translateY(-50%); /* Adjust for perfect centering */
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.1); /* Match popup border shadow */
  z-index: 10; /* Ensure it appears below the arrow */
}

/* Input and button styling */
.popup input {
  width: 100%;
  height: auto;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  border: 0;
  color: black;
  font-size: 1.5vw;

  white-space: nowrap; /* Prevents the text from wrapping */
  overflow: hidden; /* Hides the overflowing text */
  text-overflow: ellipsis; /* Adds the ellipsis (…) at the end of the overflowing text */
  width: 100%; /* Ensure the element has a defined width */
}

/* Remove blue highlight on text selection */
.popup input::selection {
  background: transparent; /* No highlight color */
  color: inherit; /* Keep the text color as it is */
}

/* Optional: For input fields, specifically */
.popup input {
  user-select: none; /* Prevent text selection if needed */
}

.popup button {
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.5vw;
}

.popup button:hover {
  background-color: #666;
}

@media only screen and (min-width: 1200px) {
  .footer,
  .footer a {
    font-size: 16px;
  }
  .popup input {
    font-size: 16px;
  }

  .popup button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1350px) {
  .header .left-content p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .header .left-content {
    align-items: baseline;
    justify-content: center;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 0.6rem;
  }

  h2 {
    font-size: 0.8rem;
  }
  #flavorItems {
    padding: 15px 50px 15px 30px;
  }
  .flavors {
    width: 190px;
  }

  .main-nav {
    top: -10px;
    transform: scale(0.4);
    -moz-transform: scale(0.4);
    -webkit-transform: scale(0.4);
  }

  .flavor-content .templateSlect .content {
    padding-right: 0.5rem;
  }
  .messageShowing {
    font-size: 14px;
  }

  .absoluteAdData {
    position: absolute;
    top: 5%;
    right: 3%;
  }

  .absoluteAdData > div {
    padding: 3px;
  }

  .absoluteAdData > div:first-child {
    font-size: 0.6rem;
  }

  .absoluteAdData > div:last-child {
    font-size: 0.6rem;
  }

  .profile {
    padding: 7px 7px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 0.4rem;
  }

  h2 {
    font-size: 0.6rem;
  }

  .flavorTitle {
    padding-left: 10px;
  }

  .flavor-content .templateSlect .content {
    padding-right: 0rem;
  }
  .main-nav {
    top: -10px;
    transform: scale(0.3);
    -moz-transform: scale(0.3);
    -webkit-transform: scale(0.3);
  }
}
