.video-wrapper {
  max-width: 640px;
  height: auto;
}
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em;
}
.video-js .vjs-menu-button-inline:before {
  width: 1.5em;
}
.vjs-menu-button-inline .vjs-menu {
  left: 3em;
}
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  padding: 0 0.4em 0.3em;
}
.video-js.vjs-ended .vjs-loading-spinner {
  display: none;
}
.video-js .vjs-big-play-button {
  left: 50% !important;
  top: 50vh;
  transform: translate(-50%, -50%);
  font-size: 3.5em;
  border-radius: 50%;
}
.video-js .vjs-big-play-button:active,
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background-color: transparent;
}
.video-js .vjs-loading-spinner {
  border-color: #fff;
}
.video-js .vjs-control-bar2 {
  background-color: transparent;
}
.video-js .vjs-control-bar {
  background: 0 0;
  bottom: 18px !important;
}
.vjs-user-active .vjs-tech {
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0.2))
  );
  transition: all 0.4s;
}
.vjs-user-inactive .vjs-tech {
  -webkit-mask-image: none;
  transition: all 0.4s;
}
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  background-color: #3aa9f8;
}
.video-js .vjs-big-play-button {
  display: none !important;
  background: rgba(255, 255, 255, 0.15) !important;
  height: 4em !important;
  width: 4em !important;
  line-height: 4em !important;
  margin-left: 0;
  border-radius: 50% !important;
  animation-duration: 0.3s !important;
  backdrop-filter: blur(7px);
}
.video-js .vjs-big-play-button:hover {
  transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
}
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-slider,
.vjs-volume-level {
  border-radius: 10px;
}
.video-js .vjs-load-progress {
  background: rgba(255, 255, 255, 0.5);
}
.video-js .vjs-control {
  font-weight: 600;
  font-size: 12px;
}
.vjs-button {
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.26, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.37, 0.26, 0.35, 1);
}
.vjs-http-source-selector .vjs-menu-button {
  font-size: 23px;
}
.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 16px !important;
  line-height: 2.85;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  z-index: 9;
}
.vjs-menu-item-text:hover {
  opacity: 0.7;
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  color: gray;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.video-js .vjs-big-play-button {
  border: 0 !important;
}
.vjs-playing .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  font-family: remixicon !important;
  font-weight: 900;
  content: "\efd7" !important;
}
.vjs-paused .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  font-family: remixicon !important;
  font-weight: 900;
  content: "\f00a";
}
.video-js .vjs-play-control .vjs-icon-placeholder:before {
  font-family: remixicon !important;
  font-weight: 900;
  content: "\f00a" !important;
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  font-family: remixicon !important;
  font-weight: 900;
  content: "\f29d";
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  font-family: remixicon !important;
  content: "\f29b";
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  font-family: remixicon !important;
  content: "\f2a1";
}
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  font-family: remixicon !important;
  content: "\f2a1";
}
.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture
  .vjs-picture-in-picture-control
  .vjs-icon-placeholder:before {
  font-family: remixicon !important;
  content: "\eff3";
}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  font-family: remixicon !important;
  content: "\eff4";
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  font-family: remixicon !important;
  content: "\ed9b";
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  font-family: remixicon !important;
  content: "\ed99";
}
.video-js.vjs-quality-menu.vjs-v7
  .vjs-quality-menu-button
  .vjs-icon-placeholder:before {
  font-family: remixicon !important;
  content: "\f0e5" !important;
}
.video-js .vjs-chromecast-button:before {
  font-family: remixicon !important;
  content: "\eb3f" !important;
}
.vjs-chromecast-button .vjs-icon-placeholder {
  display: none !important;
}
.video-js.vjs-v7 .vjs-seek-button.skip-forward .vjs-icon-placeholder::before {
  font-family: remixicon !important;
  content: "\ea5a" !important;
}
.video-js.vjs-v7 .vjs-seek-button.skip-back .vjs-icon-placeholder::before {
  font-family: remixicon !important;
  content: "\ea58" !important;
}
.vjs-poster {
  background-size: cover !important;
}
.titleVideoText {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 9999999;
}
.titleVideoText span {
  color: #fff;
  font-size: clamp(18px, 3vw, 35px);
}
.vjs-menu-button-popup .vjs-menu {
  margin-bottom: 1em !important;
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 16em;
  background: rgba(0,0,0,0.85);
  font-size: 13px !important;
  border-radius: 4px;
}
.vjs-menu {
  width: 100% !important;
  left: auto !important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none !important;
  font-family: remixicon !important;
  font-size: clamp(35px, 4vw, 70px) !important;
  content: "\f00a";
  margin-left: 3px;
}
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-chromecast-button:before {
  font-size: 1.8em !important;
}
.video-js .vjs-progress-control {
  position: absolute;
  width: 93% !important;
  bottom: 30px;
  z-index: 0;
}
.video-js .vjs-progress-holder {
  font-size: 1em;
  border-radius: 10px;
}
.video-js .vjs-time-control {
  position: absolute;
  right: 5px;
  bottom: 35px;
  width: 7% !important;
  font-size: clamp(12px, 2.5vw, 16px) !important;
  z-index: 0;
  line-height: 42px !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 992px) {
  .video-js .vjs-progress-control {
    width: 90% !important;
  }
  .video-js .vjs-time-control {
    width: 10% !important;
  }
  .video-js .vjs-big-play-button {
    left: 50% !important;
    top: 53% !important;
    font-size: 1.6em !important;
  }
}
@media screen and (max-width: 790px) {
  .video-js .vjs-progress-control {
    width: 85% !important;
  }
  .video-js .vjs-time-control {
    width: 15% !important;
  }
}
.video-js .vjs-control {
  flex: auto !important;
  width: auto;
}
@media screen and (max-width: 1100px) {
  .vjs-space-mid {
    width: 20em !important;
  }
}
@media screen and (max-width: 890px) {
  .vjs-space-mid {
    width: 10em !important;
    display: none;
  }
}
@media screen and (max-width: 690px) {
  .vjs-space-mid {
    width: 0 !important;
  }
  .video-js .vjs-seek-button {
    display: none !important;
  }
}
.vjs-custom-control-spacer {
  display: none !important;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 0 !important;
  background: #2b2b2b;
  border-radius: 5px;
  z-index: 1;
}
.video-js.vjs-v6 .vjs-seek-button.skip-forward .vjs-icon-placeholder::before,
.video-js.vjs-v7 .vjs-seek-button.skip-forward .vjs-icon-placeholder::before,
.video-js .vjs-seek-button.skip-back::before,
.video-js.vjs-v6 .vjs-seek-button.skip-back .vjs-icon-placeholder::before,
.video-js.vjs-v7 .vjs-seek-button.skip-back .vjs-icon-placeholder::before {
  -webkit-transform: none !important;
  transform: none !important;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  line-height: 39px !important;
}
.vjs-chromecast-button {
  top: 3px;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 7em;
  line-height: 1;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
  border: 0 !important;
}
.vjs-default-skin .vjs-loading-spinner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  text-align: center;
}
.spinner1_video_teyuto {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  margin: 0 !important;
}
.spinner1_video_teyuto::before {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 64px;
  color: #fff;
  box-shadow: inset -5px 0 0 5px currentColor;
  clip: rect(0, 64px, 32px, 0);
  animation: rotator 1s infinite linear;
  text-shadow: 0 0 2em #000;
}
@keyframes rotator {
  0% {
    transform: rotate(-180deg);
    box-shadow: inset -5px 0 0 5px currentColor;
  }
  50% {
    transform: rotate(0deg);
    box-shadow: inset -1px 0 0 1px currentColor;
  }
  100% {
    transform: rotate(180deg);
    box-shadow: inset -5px 0 0 5px currentColor;
  }
}
@media only screen and (max-width: 790px) {
  .vjs-playback-rate,
  .vjs-brand-container {
    display: none !important;
  }
  .vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 10em !important;
  }
  .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    font-size: 10px !important;
  }
}
.video-js.vjs-layout-small .vjs-remaining-time {
  display: block !important;
}
.vjs-space-mid {
  display: none !important;
  width: 30em !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.titleVideoText,
.titleVideoMidBar {
  line-height: 35px;
  font-size: 16px;
}
.vjs-tech-chromecast,
.vjs-tech-airplay {
  background: rgba(0, 0, 0, 0.7) !important;
  width: 100% !important;
  height: 100%;
  text-align: center;
  padding-top: 43vh;
}

.vjs-tech-chromecast-poster-img {
  display: none !important;
}
.vjs-tech-airplay-poster-img {
  display: none !important;
}
.video-js .vjs-controls-disabled .vjs-big-play-button {
  display: none !important;
}
.video-js .vjs-load-progress div,
.vjs-seeking .vjs-big-play-button,
.vjs-waiting .vjs-big-play-button {
  display: none !important;
}
.video-js.vjs-ended .vjs-big-play-button {
  display: block !important;
}
.video-js.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,
video-js.vjs-ended .vjs-big-play-button {
  display: block;
}
@media screen and (max-width: 790px) {
  .vjs-skip-backward-10 {
    display: none !important;
  }
  .vjs-skip-forward-10 {
    display: none !important;
  }
}
.vjs-icon-replay-10:before,
.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  font-family: remixicon;
  content: "\f352" !important;
}
.vjs-icon-forward-10:before,
.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  font-family: remixicon;
  content: "\f32b" !important;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-gb)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-ie)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-au)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-nz)
  .vjs-subs-caps-button
  .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  font-family: remixicon;
  content: "\eb9a" !important;
}
/*mobile*/
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999999 !important;
    font-size: 14px !important;
    padding-top: env(safe-area-inset-top);
}
.vjs-control-bar .vjs-play-control {
  display: none !important;
}
.vjs-volume-vertical {
  display: none !important;
}


.vjs-tech-chromecast:before,
.vjs-tech-airplay:before {
  font-family: remixicon !important;
  font-weight: 900;
  content: "\eb3e" !important;
  font-size: 100px !important;
  color: #fff !important;
}

.vjs-airplay-button .vjs-icon-placeholder:before{
  font-family: remixicon !important;
  content: "\ea18" !important;
    color:white !important;

}
.vjs-airplay-button:hover{
    cursor:pointer;
}
.vjs-airplay-button:hover .vjs-icon-placeholder{
  font-family: remixicon !important;
  content: "\ea18" !important;
  color:white !important;
}

.vjs-custom-fullscreen-button .vjs-icon-placeholder:before{
     font-family: remixicon !important;
  content: "\ed9b" !important;
    color:white !important; 
}

.video-js.vjs-mobile-ui .vjs-touch-overlay .vjs-play-control{
    font-size:35px !important; 
    top:65% !important;
}


.video-js .vjs-text-track-display > div > div > div {
font-size: 22px !important;
line-height: 33px !important;
padding: 5px !important;
background: transparent !important;
text-shadow: 1px 1px 2px #000000;
display: inline-block !important;
}
@media (max-width: 767px) {
  .video-js .vjs-text-track-display > div > div > div {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

#countdown-live-stream {
  position: absolute; 
  top: 25%; /*per app 25%*/
  left: 50%;
  transform: translate(-50%, -50%); /* Sposta l'elemento di metà della sua altezza e larghezza per centrarlo effettivamente */
  min-width: 200px; /* Larghezza dell'elemento */
  background-color: rgba(255, 255, 255, .9); /* Colore di sfondo per vedere l'elemento */
  text-align: center; /* Centra il testo all'interno dell'elemento */
  color: black;
  font-size: 16px;
  padding: 20px;
  border-radius: 7px;
  backdrop-filter: blur(12);
  font-weight: 600;
  z-index: 9999999999999999999999 !important;
}

.videojs-shorts .vjs-control-bar{
    position: absolute;
    bottom: 30px;
}

