





















body.fms-overlay-active div.fvVideoView > div.fvControlView {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  z-index: 1300 !important;
  background-color: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  border-top: none !important;
  box-shadow: none !important;

  transform: translateY(118%) !important;
  transition: transform 0.24s cubic-bezier(0.32, 0.72, 0, 1) !important;
}








body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvPlayButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvRwdLongButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvRwdShortButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvFwdShortButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvFwdLongButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvLiveHeadButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvTheaterModeButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvFullScreenButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvMuteButton {
  position: relative !important;
  height: 40px !important;
  box-sizing: border-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvPlayButton::before,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvRwdLongButton::before,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvRwdShortButton::before,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvFwdShortButton::before,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvFwdLongButton::before,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvLiveHeadButton::before,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvTheaterModeButton::before,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvFullScreenButton::before,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvMuteButton::before {
  content: '' !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.42) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}


body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvControlButton {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
  opacity: 1 !important;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.55)) !important;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.55)) !important;
}





body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvLiveHeadButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvPlayButton {
  display: none !important;
}





body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvRwdLongButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvRwdShortButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvFwdShortButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvFwdLongButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvTheaterModeButton,
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvFullScreenButton {
  margin-left: 6px !important;
  margin-right: 6px !important;
}



body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvRwdLongButton {
  margin-left: 12px !important;
}


body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvQualityButton {
  height: 32px !important;
  box-sizing: border-box !important;
  background: rgba(0, 0, 0, 0.42) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  padding: 0 9px !important;




  margin-top: 4px !important;
}
body.fms-overlay-active div.fvVideoView > div.fvControlView div.fvQualityButton .fvQualityLabel {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.55)) !important;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.55)) !important;
}


body.fms-overlay-active.fms-bar-open div.fvVideoView > div.fvControlView {
  transform: translateY(0) !important;
}








@media (prefers-reduced-motion: reduce) {
  body.fms-overlay-active div.fvVideoView > div.fvControlView {
    transition: none !important;
  }
}
