


























body.fmsPortraitActive #fvPlayer {
  width: 100% !important;
  background: var(--fms-gray-950, #0D0D0D);
}




body.fmsPortraitActive .fvVideoView > video.fvVideo {
  width: 133.334% !important;
  height: 133.334% !important;
}


body.fmsPortraitActive .fvVideoView ul.fvClickPointWrapper {
  display: none !important;
}






body.fmsPortraitActive div.fvVideoView > div.fvLodingView > .sk-fading-circle {
  width: 32px !important;
  height: 32px !important;
}










body.fmsPortraitActive canvas.fmsPortraitSubs {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}

body.fmsPortraitActive canvas.fmsPortraitSubs.isReady {
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
















:root {


  --fms-portrait-poster: url("https://d2fj9zflbpcrik.cloudfront.net/f-keiba/tutorial.jpg");
}



body.fmsPortraitActive div.fvVideoView {
  background-image: var(--fms-portrait-poster);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}








body.fmsPortraitActive .fvVideoView {
  touch-action: manipulation;
}



body.fmsPortraitActive .fmsPortraitTapSeek {
  position: absolute;
  top: 50%;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 4px;
  transform: translateY(-50%);
  color: #fff;
  font-size: clamp(15px, 4vw, 19px);
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  transition: opacity 90ms ease-out;
}
body.fmsPortraitActive .fmsPortraitTapSeek[hidden] {
  display: none;
}
body.fmsPortraitActive .fmsPortraitTapSeek.isShown {
  opacity: 1;
}

body.fmsPortraitActive .fmsPortraitTapSeek.isFading {
  opacity: 0;
  transition: opacity 120ms ease-out;
}


body.fmsPortraitActive .fmsPortraitTapSeek.isForward {
  left: 100%;
}
body.fmsPortraitActive .fmsPortraitTapSeek.isBackward {
  right: 100%;
}


body.fmsPortraitActive .fmsPortraitTapSeekValue {
  display: inline-block;
  min-width: 3ch;
}
body.fmsPortraitActive .fmsPortraitTapSeek.isForward .fmsPortraitTapSeekValue {
  text-align: right;
}
body.fmsPortraitActive .fmsPortraitTapSeek.isBackward .fmsPortraitTapSeekValue {
  text-align: left;
}


body.fmsPortraitActive .fmsPortraitTapSeekArrow {
  display: inline-block;
  min-width: 1.2ch;
  text-align: center;
  opacity: 0.7;
  will-change: transform, opacity;
}







body.fmsPortraitActive .fmsPortraitSkipCluster {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1550;
  display: none;
  align-items: center;
  gap: clamp(24px, 12vw, 80px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
body.fmsPortraitActive.fmsPortraitSkipOpen .fmsPortraitSkipCluster:not([hidden]) {
  display: flex;
}

body.fmsPortraitActive .fmsPortraitSkipSlot {
  position: relative;
  display: inline-flex;
  pointer-events: none;
}
body.fmsPortraitActive .fmsPortraitSkipBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.55));
}
body.fmsPortraitActive .fmsPortraitSkipBtn:active {
  transform: scale(0.92);
  opacity: 0.85;
}






body.fmsPortraitActive .fmsPortraitSkipBtn:focus {
  outline: none;
}
body.fmsPortraitActive .fmsPortraitSkipBtn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  border-radius: 8px;
}
body.fmsPortraitActive .fmsPortraitSkipBtn svg {
  display: block;
  width: 38px;
  height: 38px;
}
body.fmsPortraitActive .fmsPortraitSkipPlay {
  position: relative;
  font-size: 30px;
}

body.fmsPortraitActive .fmsPortraitSkipPlay::before {
  content: '';
  position: absolute;
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
}
body.fmsPortraitActive .fmsPortraitSkipPlay .fa {
  line-height: 1;
}








body.fmsPortraitActive .fmsPortraitCarousel {
  display: block;





  margin-top: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 3px var(--fms-space-3, 12px) 0;








  scroll-snap-type: none;
  scroll-padding-left: var(--fms-space-3, 12px);

  scrollbar-width: none;
}
body.fmsPortraitActive .fmsPortraitCarousel::-webkit-scrollbar {
  display: none;
}

body.fmsPortraitActive .fmsPortraitTrack {
  position: relative;
  display: flex;
  gap: var(--fms-space-2, 8px);
  width: max-content;
}

body.fmsPortraitActive .fmsPortraitCol {
  display: flex;
  flex-direction: column;
  gap: var(--fms-space-15, 6px);
  width: 38vw;
  flex: 0 0 auto;
}



body.fmsPortraitActive .fmsPortraitTrack > div.fmsPortraitCol:nth-of-type(odd) {
  scroll-snap-align: start;
}






body.fmsPortraitActive .fmsPortraitColLarge {
  width: calc(76vw + var(--fms-space-2, 8px));
  scroll-snap-align: start;
}




body.fmsPortraitActive .fmsPortraitCard.fmsPortraitCardLarge[data-tag] {
  cursor: default;
}




body.fmsPortraitActive .fmsPortraitSelected:not(.fmsPortraitCardLarge) .fmsPortraitExpandBtn {
  display: none;
}



body.fmsPortraitActive .fmsPortraitExpandBtn {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  min-width: 28px;
  height: 22px;
  padding: 0 6px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 13, 13, 0.55);
  color: #fff;
  border-radius: 6px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

body.fmsPortraitActive .fmsPortraitCard {
  position: relative;
  z-index: 1;
}

body.fmsPortraitActive .fmsPortraitCard[data-tag] {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}



body.fmsPortraitActive .fmsPortraitTile {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: transparent;
}



body.fmsPortraitActive .fmsPortraitSelected .fmsPortraitTile {
  box-shadow: 0 0 0 2px var(--fms-green-400, #5DCAA5);
}


body.fmsPortraitActive .fmsPortraitSelected .fmsPortraitName::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  background: var(--fms-green-400, #5DCAA5);
  vertical-align: middle;
  flex: 0 0 auto;
}


body.fmsPortraitActive .fmsPortraitSelected .fmsPortraitName {
  color: var(--fms-green-300, #7ED7B8);
}


@keyframes fmsPortraitSwitchPulse {
  0%, 100% { box-shadow: 0 0 0 2px rgba(var(--fms-color-active-rgb, 93, 202, 165), 1); }
  50%      { box-shadow: 0 0 0 2px rgba(var(--fms-color-active-rgb, 93, 202, 165), 0.3); }
}

body.fmsPortraitActive .fmsPortraitSwitching .fmsPortraitTile {
  animation: fmsPortraitSwitchPulse 0.9s ease-in-out infinite;
}


body.fmsPortraitActive .fmsPortraitCardEmpty .fmsPortraitTile {
  background: var(--fms-gray-900, #1A1A1A);
  border-radius: 8px;
}



body.fmsPortraitActive .fmsPortraitCaption {
  display: flex;
  align-items: center;
  min-height: 18px;
  padding: var(--fms-space-05, 2px) var(--fms-space-05, 2px) 0;
}

body.fmsPortraitActive .fmsPortraitName {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--fms-gray-200, #E0E0E3);
  font-size: var(--fms-text-2xs, 11px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}












body.fmsPortraitActive .fvControlView {
  display: none !important;
}



body.fmsPortraitActive .fmsPortraitControls {


  display: flex;
  flex-direction: column;
  padding: var(--fms-space-1, 4px) var(--fms-space-3, 12px) var(--fms-space-1, 4px);
}


body.fmsPortraitActive .fmsPortraitChip,
body.fmsPortraitActive .fmsPortraitTransBtn {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}


body.fmsPortraitActive .fmsPortraitMode {
  display: flex;
  align-items: center;
  gap: var(--fms-space-2, 8px);
}

body.fmsPortraitActive .fmsPortraitChip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--fms-space-15, 6px);
  height: 36px;
  padding: 0 var(--fms-space-3, 12px);
  border: 1px solid var(--fms-gray-600, #454545);
  border-radius: 999px;
  color: #fff;
  font-size: var(--fms-text-sm, 13px);
  white-space: nowrap;
}



body.fmsPortraitActive .fmsPortraitLive {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: var(--fms-space-15, 6px);
  height: 36px;
  padding: 0 var(--fms-space-1, 4px);
  border: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: var(--fms-text-sm, 13px);
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}


body.fmsPortraitActive .fmsPortraitControls.isStateLive .fmsPortraitLive {
  cursor: default;
}





body.fmsPortraitActive .fmsPortraitLiveSuffix {
  display: none;
}
body.fmsPortraitActive .fmsPortraitControls.isStateDvrRewind .fmsPortraitLiveSuffix {
  display: inline;
}

body.fmsPortraitActive .fmsPortraitLiveDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E5484D;
  flex: 0 0 auto;
}


body.fmsPortraitActive .fmsPortraitControls.isStateDvrRewind .fmsPortraitLiveDot {
  background: var(--fms-gray-disabled, #7C848C);
}


body.fmsPortraitActive .fmsPortraitModeRight {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: var(--fms-space-1, 4px);
}

body.fmsPortraitActive .fmsPortraitMenuWrap {
  position: relative;
}

body.fmsPortraitActive .fmsPortraitIconBtn {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--fms-gray-200, #E0E0E3);
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}




body.fmsPortraitActive .fmsPortraitTheaterIcon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 14px;
}

body.fmsPortraitActive .fmsPortraitTheaterSingle {
  display: block;
  width: 18px;
  height: 13px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  box-sizing: border-box;
}
body.fmsPortraitActive .fmsPortraitTheaterGrid {
  display: none;
}




body.fmsPortraitActive .fmsPortraitTheaterBtn {
  display: none !important;
}

body.fmsPortraitActive .fmsPortraitTheaterBtn.isOn .fmsPortraitTheaterSingle {
  display: none;
}
body.fmsPortraitActive .fmsPortraitTheaterBtn.isOn .fmsPortraitTheaterGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  width: 18px;
  height: 14px;
}
body.fmsPortraitActive .fmsPortraitTheaterGrid > i {
  display: block;
  background: currentColor;
  border-radius: 1px;
}




body.fmsPortraitActive .fmsPortraitMenu {
  position: absolute;
  z-index: 20;
  bottom: calc(100% + 6px);
  right: 0;
  min-width: 128px;
  padding: var(--fms-space-1, 4px);
  background: var(--fms-gray-900, #1A1A1A);
  border: 1px solid var(--fms-gray-700, #333);
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
body.fmsPortraitActive .fmsPortraitMenu[hidden] {
  display: none;
}

body.fmsPortraitActive .fmsPortraitMenuHead {
  padding: 6px 12px 2px;
  color: var(--fms-gray-400, #A0A0A5);
  font-size: var(--fms-text-2xs, 11px);
}

body.fmsPortraitActive .fmsPortraitQualityOption {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 10px 12px 10px 8px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: var(--fms-text-sm, 13px);
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
}

body.fmsPortraitActive .fmsPortraitQualityOption::before {
  content: "";
  display: inline-block;
  width: 18px;
}
body.fmsPortraitActive .fmsPortraitQualityOption.isSelected::before {
  content: "\2713";
}
body.fmsPortraitActive .fmsPortraitQualityOption.isSelected {
  color: var(--fms-green-300, #7ED7B8);
  font-weight: 700;
}


body.fmsPortraitActive .fmsPortraitSeek {
  display: block;
  order: -1;
  margin: -6px 0;
}

body.fmsPortraitActive .fmsPortraitSeekHit {
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  touch-action: none;
}

body.fmsPortraitActive .fmsPortraitSeekBar {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: var(--fms-gray-600, #454545);
}

body.fmsPortraitActive .fmsPortraitSeekFill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: 2px;
  background: #E5484D;
}

body.fmsPortraitActive .fmsPortraitSeekHandle {
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  background: #E5484D;
}

body.fmsPortraitActive .fmsPortraitSeekTip {
  position: absolute;
  bottom: calc(100% - 6px);
  transform: translateX(-50%);
  padding: 2px 6px;
  background: var(--fms-gray-950, #0D0D0D);
  border: 1px solid var(--fms-gray-700, #333);
  border-radius: 4px;
  color: #fff;
  font-size: var(--fms-text-2xs, 11px);
  white-space: nowrap;
  pointer-events: none;
}
body.fmsPortraitActive .fmsPortraitSeekTip[hidden] {
  display: none;
}









body.fmsPortraitActive .fmsPortraitTransport {
  display: none !important;
}



body.fmsPortraitActive .fmsPortraitTransport {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--fms-space-3, 12px);
  padding-top: var(--fms-space-05, 2px);
}

body.fmsPortraitActive .fmsPortraitTransBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--fms-space-05, 2px);
  padding: 0;
  border: 0;
}

body.fmsPortraitActive .fmsPortraitTransCircle {
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--fms-gray-300, #CFCFD2);
  border-radius: 50%;
  color: #fff;
  font-size: var(--fms-text-sm, 13px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.fmsPortraitActive .fmsPortraitTransPlay {
  width: 52px;
  height: 52px;
  background: var(--fms-gray-100, #F5F5F6);
  border-color: var(--fms-gray-100, #F5F5F6);
  color: var(--fms-gray-950, #0D0D0D);
  font-size: var(--fms-text-lg, 16px);
}

body.fmsPortraitActive .fmsPortraitTransLabel {
  color: var(--fms-gray-400, #A0A0A5);
  font-size: 10px;
}

















body.fmsPortraitActive .fmsPortraitControls.isStateLive .fmsPortraitSeek,
body.fmsPortraitActive .fmsPortraitControls.isStateLive .fmsPortraitTransport {
  display: none;
}


body.fmsPortraitActive .fmsPortraitControls.isStateRecorded .fmsPortraitLive,
body.fmsPortraitActive .fmsPortraitControls.isStateRecorded .fmsPortraitChipDvr,
body.fmsPortraitActive .fmsPortraitControls.isStateRecorded .fmsPortraitChipSeeker {
  display: none;
}








body.fmsPortraitActive .fmsPortraitVod {
  display: none;
  align-items: center;
  gap: var(--fms-space-2, 8px);
  min-width: 0;
}
body.fmsPortraitActive .fmsPortraitControls.isStateRecorded .fmsPortraitVod {
  display: inline-flex;
}


body.fmsPortraitActive .fmsPortraitVodPlay {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}








body.fmsPortraitActive .fmsPortraitVodSeek {
  display: none !important;
}


body.fmsPortraitActive .fmsPortraitVodSeek {
  -webkit-appearance: none;
  appearance: none;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1.5px solid var(--fms-gray-300, #CFCFD2);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: var(--fms-text-xs, 12px);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}


body.fmsPortraitActive .fmsPortraitVodTime {
  color: #fff;
  font-size: var(--fms-text-xs, 12px);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}




body.fmsVodMode.fmsPortraitActive #youtube-comments-wrapper,
body.fmsVodMode.fmsPortraitActive #chat-mobile-toggle,
body.fmsVodMode.fmsPortraitActive #chat-reopen-bar {
  display: none !important;
}










body.fmsPlayedOnce.fmsPortraitActive div.fvVideoView > div.fvPlayScreenView {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='12' fill='rgba(255,255,255,0.9)'/%3E%3Cpath d='M38 28 L74 50 L38 72 Z' fill='%235DCAA5'/%3E%3C/svg%3E") !important;
  background-color: transparent !important;
}


body.fmsPortraitSkipOn.fmsPlayedOnce.fmsPortraitActive div.fvVideoView > div.fvPlayScreenView {
  background-image: none !important;
}


body.fmsPortraitActive #clickpoint_main {
  pointer-events: none;
}


body.fmsPortraitActive .fmsPortraitControls.isSeekerHidden .fmsPortraitChipSeeker {
  display: none;
}



body.fmsPortraitActive .fmsPortraitControls.isDvrDisabled .fmsPortraitChipDvr {
  display: none;
}


body.fmsPortraitActive .fmsPortraitControls.isStateDvrNear .fmsPortraitChipDvr,
body.fmsPortraitActive .fmsPortraitControls.isStateDvrRewind .fmsPortraitChipDvr {
  border-color: var(--fms-green-400, #5DCAA5);
  color: var(--fms-green-300, #7ED7B8);
}























body.fmsPortraitActive.fmsPortraitTheater .fmsPortraitCarousel {
  scroll-snap-type: x mandatory;
}

body.fmsPortraitActive.fmsPortraitTheater .fmsPortraitCol {
  display: contents;
}
body.fmsPortraitActive.fmsPortraitTheater .fmsPortraitCard {
  width: 38vw;
  flex: 0 0 auto;


  scroll-snap-align: start;
}

body.fmsPortraitActive.fmsPortraitTheater .fmsPortraitCardEmpty {
  display: none;
}



body.fmsPortraitActive.fmsPortraitTheater .fmsPortraitExpandBtn {
  display: none !important;
}



body.fmsPortraitActive.fmsPortraitTheater .fmsPortraitCard.fmsPortraitCardLarge[data-tag] {
  cursor: pointer;
}






@media (max-width: 389px) {
  body.fmsPortraitActive .fmsPortraitMode {
    gap: var(--fms-space-15, 6px);
  }
  body.fmsPortraitActive .fmsPortraitChip {
    padding: 0 var(--fms-space-2, 8px);
    font-size: var(--fms-text-xs, 12px);
  }
  body.fmsPortraitActive .fmsPortraitLive {
    font-size: var(--fms-text-xs, 12px);
    padding: 0 var(--fms-space-05, 2px);
  }
  body.fmsPortraitActive .fmsPortraitIconBtn {
    width: 34px;
    height: 36px;
    font-size: 16px;
  }
}






















@media (max-width: 339px) {
  body.fmsPortraitActive .fmsPortraitMode {
    gap: var(--fms-space-1, 4px);
  }
  body.fmsPortraitActive .fmsPortraitChip {
    padding: 0 var(--fms-space-15, 6px);
    font-size: var(--fms-text-2xs, 11px);
  }
  body.fmsPortraitActive .fmsPortraitLive {
    font-size: var(--fms-text-2xs, 11px);
  }
}








@media (max-height: 700px) {



  body.fmsPortraitActive #ticker {
    display: none;
  }
  body.fmsPortraitActive .fmsPortraitCarousel {

    margin-top: 3px;
    padding: 3px var(--fms-space-2, 8px) 0;
    scroll-padding-left: var(--fms-space-2, 8px);
  }
  body.fmsPortraitActive .fmsPortraitTrack {
    gap: var(--fms-space-15, 6px);
  }
  body.fmsPortraitActive .fmsPortraitCol {
    width: 29vw;
    gap: var(--fms-space-1, 4px);
  }
  body.fmsPortraitActive .fmsPortraitColLarge {
    width: calc(58vw + var(--fms-space-15, 6px));
  }
  body.fmsPortraitActive .fmsPortraitExpandBtn {
    min-width: 24px;
    height: 20px;
    padding: 0 5px;
    font-size: 11px;
  }
  body.fmsPortraitActive .fmsPortraitCaption {
    min-height: 15px;
    padding-top: 1px;
  }
  body.fmsPortraitActive .fmsPortraitName {
    font-size: 10px;
  }
  body.fmsPortraitActive .fmsPortraitControls {
    padding-top: var(--fms-space-05, 2px);
    padding-bottom: var(--fms-space-05, 2px);
  }
  body.fmsPortraitActive .fmsPortraitChip {
    height: 32px;
  }
  body.fmsPortraitActive .fmsPortraitSeek {
    margin: -8px 0;
  }
  body.fmsPortraitActive .fmsPortraitTransCircle {
    width: 40px;
    height: 40px;
    font-size: var(--fms-text-xs, 12px);
  }
  body.fmsPortraitActive .fmsPortraitTransPlay {
    width: 46px;
    height: 46px;
  }

  body.fmsPortraitActive .fmsPortraitTransLabel {
    display: none;
  }
}





.sk-fading-circle.fmsSpinnerRestart .sk-circle:before {
  -webkit-animation: none !important;
  animation: none !important;
}









body.fmsPortraitActive .fmsPortraitSheetBackdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;

  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  transition: background 220ms ease;
  touch-action: none;
}




body.fmsPortraitActive .fmsPortraitSheetBackdrop.isOpen {
  background: rgba(0, 0, 0, 0.6);
}


body.fmsPortraitActive .fmsPortraitSheet {
  width: 100%;
  max-height: min(78vh, 640px);
  max-height: min(78dvh, 640px);
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #111111;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
  padding-bottom: max(16px, env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 220ms ease-out;
}
body.fmsPortraitActive .fmsPortraitSheetBackdrop.isOpen .fmsPortraitSheet {
  transform: translateY(0);
}
body.fmsPortraitActive .fmsPortraitSheet.isDragging {
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  body.fmsPortraitActive .fmsPortraitSheetBackdrop,
  body.fmsPortraitActive .fmsPortraitSheet {
    transition: none;
  }
}


body.fmsPortraitActive .fmsPortraitSheetHead {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 10px 0 24px;
  touch-action: none;
}
body.fmsPortraitActive .fmsPortraitSheetHandle {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 44px;
  height: 4px;
  margin-left: -22px;
  border-radius: 2px;
  background: #d9d9d9;
}
body.fmsPortraitActive .fmsPortraitSheetTitle {
  flex: 1 1 auto;
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #111111;
}
body.fmsPortraitActive .fmsPortraitSheetClose {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding: 0;
  background: none;
  border: none;
  color: #111111;
  font-size: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}


body.fmsPortraitActive .fmsPortraitSheetBody {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  padding: 0 20px 16px;
}


body.fmsPortraitActive .fmsPortraitSetItem {
  border-top: 1px solid #e5e5e5;
}
body.fmsPortraitActive .fmsPortraitSetItem:first-child {
  border-top: none;
}
body.fmsPortraitActive .fmsPortraitSetRow {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
}
body.fmsPortraitActive .fmsPortraitSetIcon {
  flex: 0 0 auto;
  width: 24px;
  text-align: center;
  color: #111111;
  font-size: 17px;
}
body.fmsPortraitActive .fmsPortraitSetLabel {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
}
body.fmsPortraitActive .fmsPortraitSetInfo {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  color: #6b7280;
  font-size: 17px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

body.fmsPortraitActive .fmsPortraitSetHint {
  margin: -6px 0 12px 0;
  font-size: 12px;
  color: #6b7280;
}

body.fmsPortraitActive .fmsPortraitSetHelp {
  margin: 0 0 12px 34px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f2faf6;
  color: #2f7a57;
  font-size: 13px;
  line-height: 1.6;
}


body.fmsPortraitActive .fmsPortraitSwitch {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  width: 51px;
  height: 31px;
}
body.fmsPortraitActive .fmsPortraitSwitch input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
body.fmsPortraitActive .fmsPortraitSwitch input:disabled {
  cursor: default;
}
body.fmsPortraitActive .fmsPortraitSwitchVisual {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #bdbdbd;
  transition: background 150ms ease;
  pointer-events: none;
}
body.fmsPortraitActive .fmsPortraitSwitchVisual::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: transform 150ms ease;
}
body.fmsPortraitActive .fmsPortraitSwitch input:checked + .fmsPortraitSwitchVisual {
  background: #00a05a;
}
body.fmsPortraitActive .fmsPortraitSwitch input:checked + .fmsPortraitSwitchVisual::after {
  transform: translateX(20px);
}
@media (prefers-reduced-motion: reduce) {
  body.fmsPortraitActive .fmsPortraitSwitchVisual,
  body.fmsPortraitActive .fmsPortraitSwitchVisual::after {
    transition: none;
  }
}


body.fmsPortraitActive .fmsPortraitSetItemSeg .fmsPortraitSetRow {
  min-height: 48px;
}
body.fmsPortraitActive .fmsPortraitSegGroup {
  display: flex;
  margin: 2px 0 16px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  overflow: hidden;
}
body.fmsPortraitActive .fmsPortraitSegBtn {
  flex: 1 1 0;
  min-height: 44px;
  padding: 0;
  background: #fff;
  border: none;
  border-left: 1px solid #d1d5db;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
body.fmsPortraitActive .fmsPortraitSegBtn:first-child {
  border-left: none;
}
body.fmsPortraitActive .fmsPortraitSegBtn.isActive {
  background: #111111;
  color: #fff;
  font-weight: 700;
}

body.fmsPortraitActive .fmsPortraitSegBtn:disabled {
  opacity: 0.4;
  cursor: default;
}












body.fmsPortraitActive div.fvVideoView > div.fvErrorView {
  z-index: 1600 !important;











  background-color: var(--fms-gray-950, #0D0D0D) !important;
}











body.fmsPortraitActive.fmsPortraitError .fmsPortraitCarousel {


  background: var(--fms-gray-950, #0D0D0D);
}
body.fmsPortraitActive.fmsPortraitError .fmsPortraitTrack {
  visibility: hidden;
}
