* {
  font-variant-numeric: lining-nums;
  font-feature-settings: 'lnum';
}
body {
  background: #000c1a;
}
#videodiv {
  position: absolute;
  z-index: 20;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s;
  background: transparent;

  top: 0px;
  left: 0px;
  width: 1280px;
  height: 720px;
}

#video,
#ad1,
#ad2,
#broadcast {
  display: block;
  opacity: 1;
  transition: all 0.5s;
  position: absolute;
  width: 1280px;
  height: 720px;
  top: 0px;
  left: 0px;
}
#video {
  display: block !important;
}

#adInfo {
  display: block;
  position: absolute;
  z-index: 99;
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: left;
  padding: 10px;
  width: 260px;
  height: 0px;
  left: 1100px;
  top: 550px;
  line-height: 50px;
  border-radius: 10px 0px 0px 10px;
  font-size: 21px;
  text-shadow: 2px 2px 4px #000;
}
#adInfo.show {
  height: 50px !important;
  opacity: 1 !important;
}

.hide {
  display: none !important;
  _left: -1280px !important;
}

.slideleft {
  left: -1280px !important;
  opacity: 0 !important;
}

.slideright {
  left: 1280px !important;
  display: none !important;
}

.hidden:not(#player_buttons) {
  opacity: 0;
}

.fullscreen {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  width: 1280px !important;
  height: 720px !important;
}

#player {
  position: absolute;
  width: 1280px !important;
  height: 720px !important;
  top: 0;
  left: 0px;
  z-index: 527 !important;
  opacity: 0;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#player.show {
  opacity: 1 !important;
}
#player::before {
  content: '';
  width: 1280px;
  height: 720px;
  display: block;
  background-image: url('images/player-bg.svg') !important;
  background-size: cover;
  z-index: -1 !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#player.show::before {
  opacity: 1 !important;
}

#showName {
  position: absolute;
  top: 340px;
  left: 92px;
  font-family: 'freight-sans-pro';
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: #f0f0f0;
}

#title {
  font-family: 'freight-sans-pro';
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #f0f0f0;
  position: absolute;
  top: 358px;
  left: 92px;
}

#desc {
  font-family: 'freight-sans-pro';
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #f0f0f0;
  width: 616px;
  position: absolute;
  height: 56px;
  top: 414px;
  left: 92px;
}

#playposition {
  height: 20px;
  width: 100px;
  font-family: 'freight-sans-pro';
  font-variant-numeric: lining-nums;
  font-feature-settings: 'lnum';
  /* opacity: 0.6; */
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 1.4px;
  color: #f0f0f0;
  position: absolute;
  top: 578px;
  left: 140px;
}
/* #playtime::before {
  content: '/';
  margin-right: 8px;
  display: inline-block;
} */
#playtime {
  position: absolute;
  top: 578px;
  right: 92px;
  z-index: 999;
  height: 30px;
  width: 100px;
  text-align: right;
  font-family: 'freight-sans-pro';
  font-variant-numeric: lining-nums;
  font-feature-settings: 'lnum';
  /* opacity: 0.6; */
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 1.4px;
  color: #f0f0f0;
}

#progressbarbg {
  position: absolute;
  top: 592px;
  left: 248px;
  width: 816px;
  height: 4px;
  background-color: #005d99;
}
#progressbar {
  position: absolute;
  background-color: #33d8ff;
  top: 592px;
  left: 248px;
  width: 0px;
  height: 4px;
}
#progress_currentTime {
  width: 2px;
  background-color: #33d8ff;
  height: 4px;
  position: absolute;
  top: 592px;
  /* left: 0px; */
  margin-left: 248px;
  z-index: 100;
}

#playerControls > button {
  height: 48px;
  border-radius: 4px;
  background-color: rgba(240, 240, 240, 0.2);
  font-family: 'freight-sans-pro';
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  color: #f0f0f0;
  border: none;
  outline: none;
  padding: 8px 20px 8px 20px;
  position: absolute;
  top: 592px;
}
#playerControls > button:nth-of-type(1) {
  left: 92px;
}
#playerControls > button:nth-of-type(2) {
  left: 242px;
}
#playerControls > button:nth-of-type(3) {
  left: 411px;
}
#playerControls > button:focus {
  color: #1a1a1a;
  border-radius: 4px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.6);
  background-color: rgba(240, 240, 240, 0.8);
}

#ppauseplay.play::before {
  content: '';
  display: inline-block;
  background: url(icons/play.svg) no-repeat !important;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#ppauseplay.play:focus::before {
  content: '';
  display: inline-block;
  background: url(icons/play-active.svg) no-repeat !important;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#ppauseplay.pause::before {
  content: '';
  display: inline-block;
  background: url(icons/pause.svg) no-repeat !important;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#ppauseplay.pause:focus::before {
  content: '';
  display: inline-block;
  background: url(icons/pause-active.svg) no-repeat !important;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#prew::before {
  content: '';
  display: inline-block;
  background: url(icons/fast-backward.svg) no-repeat !important;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#prew:focus::before {
  content: '';
  display: inline-block;
  background: url(icons/fast-backward-active.svg) no-repeat !important;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#pff::before {
  content: '';
  display: inline-block;
  background: url(icons/fast-forward.svg) no-repeat !important;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#pff:focus::before {
  content: '';
  display: inline-block;
  background: url(icons/fast-forward-active.svg) no-repeat !important;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

#loadingImage {
  opacity: 1;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

#loadingImage .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 4px transparent;
  border-top-color: #0089cc !important;
  border-left-color: #0089cc !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fromRight {
  0% {
    right: 0px;
  }
  100% {
    right: 250px;
  }
}

.d-none {
  display: none !important;
}

#hint {
  position: absolute;
  right: 92px;
  bottom: 35px;
}
#hint h3 {
  opacity: 1;
  font-family: 'freight-sans-pro';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #f0f0f0;
  text-align: right;
  font-style: normal;
  font-stretch: normal;
}
#hint.back > h3:before {
  content: url('../../img/back.svg');
  margin-right: 8px;
  width: 16px;
  height: 16px;
  opacity: 1;
}
/* #hint.yelllow > h3:before,
#hint.red > h3:before,
#hint.blue > h3:before,
#hint.green > h3:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 100px;
  background-color: #dcbb00;
}
#hint.red > h3:before {
  background-color: #da0000;
}
#hint.blue > h3:before {
  background-color: #008f15;
}
#hint.green > h3:before {
  background-color: #3993d9;
}
#hint.back > h3:before {
  content: '\21BA';
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  margin-right: 8px;
  background-color: rgba(240, 240, 240, 0.6);
  padding: 2px;
  line-height: 3px;
} */

#playerState {
  position: absolute;
  top: 582px;
  left: 92px;
}
#playerState.play::before {
  content: '';
  display: inline-block;
  background: url(icons/play-lg.svg) no-repeat !important;
  width: 24px;
  height: 24px;
  margin-right: 24px;
}
#playerState.pause::before {
  content: '';
  display: inline-block;
  background: url(icons/pause-lg.svg) no-repeat !important;
  width: 24px;
  height: 24px;
  margin-right: 24px;
}
