/* [project]/node_modules/.pnpm/shaka-player@4.16.15/node_modules/shaka-player/dist/controls.css [app-client] (css) */
.shaka-hidden {
  display: none !important;
}

.shaka-video-container {
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  user-select: none;
  font-family: Roboto, sans-serif, TengwarTelcontar;
  font-weight: 400;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.shaka-video-container .material-svg-icon {
  font-size: 24px;
}

.shaka-video-container:fullscreen {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.shaka-video-container:fullscreen .shaka-text-container {
  font-size: 4.4vmin;
}

.shaka-video-container:-webkit-full-screen {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.shaka-video-container:-webkit-full-screen .shaka-text-container {
  font-size: 4.4vmin;
}

.shaka-video-container:-moz-full-screen {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.shaka-video-container:-moz-full-screen .shaka-text-container {
  font-size: 4.4vmin;
}

.shaka-video-container:-ms-fullscreen {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.shaka-video-container:-ms-fullscreen .shaka-text-container {
  font-size: 4.4vmin;
}

.shaka-controls-container {
  box-sizing: border-box;
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.shaka-video-container:not([shaka-controls="true"]) .shaka-controls-container {
  display: none;
}

.shaka-controls-container * {
  flex-shrink: 0;
}

.shaka-controls-container[casting="true"] .shaka-fullscreen-button {
  display: none;
}

.shaka-canvas-container, .shaka-vr-canvas-container {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
}

.shaka-bottom-controls {
  z-index: 1;
  width: 98%;
  padding: 0;
}

.shaka-controls-button-panel {
  -webkit-user-select: none;
  user-select: none;
  opacity: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-width: 48px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  transition: opacity .6s cubic-bezier(.4, 0, .6, 1);
  display: flex;
  overflow: hidden;
}

.shaka-controls-container[casting="true"] .shaka-controls-button-panel, .shaka-controls-container[shown="true"] .shaka-controls-button-panel {
  opacity: 1;
}

.shaka-controls-button-panel > * {
  color: #fff;
  cursor: pointer;
  opacity: .9;
  text-shadow: 0 0 2px #00000080;
  background: none;
  border: 0;
  width: 48px;
  height: 48px;
  padding: 0 2px;
  line-height: .5;
  transition: opacity .1s cubic-bezier(.4, 0, .6, 1);
}

.shaka-controls-button-panel > .shaka-fast-forward-button .material-svg-icon, .shaka-controls-button-panel > .shaka-rewind-button .material-svg-icon, .shaka-controls-button-panel > .shaka-skip-next-button .material-svg-icon, .shaka-controls-button-panel > .shaka-skip-previous-button .material-svg-icon, .shaka-controls-button-panel > .shaka-small-play-button .material-svg-icon {
  font-size: 32px;
}

.shaka-controls-button-panel > .shaka-fullscreen-button .material-svg-icon {
  font-size: 24px;
}

.shaka-controls-button-panel > .shaka-overflow-menu-button {
  position: relative;
}

.shaka-controls-button-panel > .shaka-overflow-menu-button .material-svg-icon {
  font-size: 24px;
}

.shaka-controls-button-panel > :hover {
  opacity: 1;
}

.shaka-controls-button-panel .shaka-overflow-menu-only {
  display: none;
}

.shaka-play-button-container {
  z-index: 1;
  flex-shrink: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.shaka-statistics-container {
  scrollbar-color: white #00000080;
  scrollbar-width: thin;
  color: #fff;
  z-index: 2;
  opacity: 0;
  background-color: #232323e6;
  border-radius: 2px;
  min-width: 300px;
  max-height: calc(100% - 115px);
  padding: 5px 10px;
  font-size: 14px;
  transition: opacity .6s cubic-bezier(.4, 0, .6, 1);
  position: absolute;
  top: 15px;
  left: 15px;
  overflow: hidden auto;
}

.shaka-controls-container[casting="true"] .shaka-statistics-container, .shaka-controls-container[shown="true"] .shaka-statistics-container {
  opacity: 1;
}

.shaka-statistics-container div {
  justify-content: space-between;
  display: flex;
}

.shaka-statistics-container span {
  color: #969696;
}

.shaka-ad-statistics-container {
  scrollbar-color: white #00000080;
  scrollbar-width: thin;
  color: #fff;
  z-index: 2;
  opacity: 0;
  background-color: #232323e6;
  border-radius: 2px;
  min-width: 150px;
  max-height: calc(100% - 115px);
  padding: 5px 10px;
  font-size: 14px;
  transition: opacity .6s cubic-bezier(.4, 0, .6, 1);
  position: absolute;
  top: 15px;
  right: 15px;
  overflow: hidden auto;
}

.shaka-controls-container[casting="true"] .shaka-ad-statistics-container, .shaka-controls-container[shown="true"] .shaka-ad-statistics-container {
  opacity: 1;
}

.shaka-ad-statistics-container div {
  justify-content: space-between;
  display: flex;
}

.shaka-ad-statistics-container span {
  color: #969696;
}

.shaka-context-menu {
  white-space: nowrap;
  opacity: 0;
  z-index: 3;
  background: #1c1c1ce6;
  border-radius: 2px;
  flex-direction: column;
  align-items: stretch;
  min-width: 190px;
  transition: opacity .6s cubic-bezier(.4, 0, .6, 1);
  display: flex;
  position: absolute;
  overflow: hidden auto;
}

.shaka-controls-container[casting="true"] .shaka-context-menu, .shaka-controls-container[shown="true"] .shaka-context-menu {
  opacity: 1;
}

.shaka-context-menu button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  min-height: 30px;
  padding: 10px;
  font-size: 14px;
  display: flex;
}

.shaka-context-menu button:hover {
  background: #ffffff1a;
}

.shaka-context-menu button label {
  cursor: pointer;
  margin-left: 5px;
}

.shaka-keyboard-navigation .shaka-context-menu button:focus {
  background: #ffffff1a;
}

.shaka-context-menu button .shaka-current-selection-span {
  display: none;
}

.shaka-scrim-container {
  opacity: 0;
  background: linear-gradient(#0000 0, #00000080 100%);
  flex-shrink: 1;
  width: 100%;
  height: 61px;
  margin: 0;
  transition: opacity .6s cubic-bezier(.4, 0, .6, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.shaka-controls-container[casting="true"] .shaka-scrim-container, .shaka-controls-container[shown="true"] .shaka-scrim-container {
  opacity: 1;
}

.shaka-text-container {
  pointer-events: none;
  color: #fff;
  width: 100%;
  min-width: 48px;
  font-size: 20px;
  line-height: 1.4;
  transition: bottom .1s cubic-bezier(.4, 0, .6, 1) .5s;
  position: absolute;
  inset: 0;
}

.shaka-text-container span.shaka-text-wrapper {
  background: none;
  display: inline;
}

.shaka-controls-container[shown="true"] ~ .shaka-text-container {
  transition-delay: 0s;
}

.shaka-spinner-container {
  flex-shrink: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.shaka-video-container:not([shaka-controls="true"]) .shaka-spinner-container {
  display: none;
}

.shaka-hidden-fast-forward-container, .shaka-hidden-rewind-container {
  z-index: 1;
  flex-shrink: 1;
  width: 40%;
  height: 100%;
}

.shaka-hidden-fast-forward-container {
  position: absolute;
  inset: 0 0 0 60%;
}

.shaka-hidden-rewind-container {
  position: absolute;
  inset: 0;
}

.shaka-video-container.no-cursor, .shaka-video-container.no-cursor * {
  cursor: none !important;
}

.shaka-play-button {
  box-sizing: border-box;
  opacity: 0;
  background-color: #ffffffe6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  border: none;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 0;
  padding: 7.5%;
  transition: opacity .6s cubic-bezier(.4, 0, .6, 1);
  box-shadow: 0 0 20px #0000001a;
}

.shaka-controls-container[casting="true"] .shaka-play-button, .shaka-controls-container[shown="true"] .shaka-play-button {
  opacity: 1;
}

.shaka-play-button[icon="play"] {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8%205v14l11-7z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E");
}

.shaka-play-button[icon="pause"] {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6%2019h4V5H6v14zm8-14v14h4V5h-4z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E");
}

.shaka-play-button[icon="replay"] {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%231f1f1f%22%20height%3D%2224px%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%2224px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M480-80q-75%200-140.5-28.5t-114-77q-48.5-48.5-77-114T120-440h80q0%20117%2081.5%20198.5T480-160q117%200%20198.5-81.5T760-440q0-117-81.5-198.5T480-720h-6l62%2062-56%2058-160-160%20160-160%2056%2058-62%2062h6q75%200%20140.5%2028.5t114%2077q48.5%2048.5%2077%20114T840-440q0%2075-28.5%20140.5t-77%20114q-48.5%2048.5-114%2077T480-80Z%22%2F%3E%0A%3C%2Fsvg%3E");
}

@media (prefers-reduced-transparency: no-preference) {
  .shaka-controls-container[shown="true"] .shaka-play-button {
    opacity: .75;
  }
}

.shaka-current-time {
  color: #fff;
  cursor: pointer;
  width: auto;
  padding: 0 5px;
  font-size: 14px;
}

.shaka-current-time[disabled] {
  color: #fff;
  cursor: default;
  background-color: #0000;
}

.shaka-controls-container button:focus, .shaka-controls-container input:focus {
  outline: 1px solid highlight;
}

:is(.shaka-controls-container button:-moz-focus-inner, .shaka-controls-container input:-moz-focus-outer) {
  border: 0;
  outline: 0;
}

.shaka-controls-container:not(.shaka-keyboard-navigation) button:focus, .shaka-controls-container:not(.shaka-keyboard-navigation) input:focus {
  outline: 0;
}

.shaka-fast-forward-container, .shaka-rewind-container {
  color: #fff;
  cursor: default;
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
  background-color: #00000080;
  border: none;
  flex-direction: row;
  flex-shrink: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 0;
}

.shaka-fast-forward-container {
  border-radius: 40% 0 0 40%;
}

.shaka-rewind-container {
  border-radius: 0 40% 40% 0;
}

.shaka-forward-rewind-container-icon {
  font-size: 32px;
}

.shaka-range-container {
  box-sizing: content-box;
  background: #fff;
  border-radius: 4px;
  height: 4px;
  margin: 4px 6px;
  position: relative;
  top: 0;
  left: 0;
}

.shaka-volume-bar-container {
  width: 100px;
  padding: 0;
  transition-property: opacity, width;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.4, 0, .6, 1);
}

.shaka-volume-bar-container:hover {
  opacity: 1 !important;
  width: 100px !important;
}

@media (max-width: 474px) {
  .shaka-volume-bar-container {
    width: 50px;
  }

  .shaka-volume-bar-container:hover {
    width: 50px !important;
  }

  .shaka-mute-button:hover + .shaka-volume-bar-container-allow-hiding {
    opacity: 1;
    width: 50px;
  }
}

.shaka-mute-button + .shaka-volume-bar-container-allow-hiding:not(:focus-within) {
  opacity: 0;
  width: 0;
}

@media (min-width: 475px) {
  .shaka-mute-button:hover + .shaka-volume-bar-container-allow-hiding {
    opacity: 1;
    width: 100px;
  }
}

.shaka-range-element {
  -webkit-appearance: none;
  cursor: pointer;
  z-index: 1;
  background: none;
  width: 100%;
  height: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: -4px 0 0;
}

.shaka-range-element::-webkit-slider-runnable-track {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  width: 100%;
  height: 12px;
}

.shaka-range-element::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  border: none;
  border-radius: 12px;
  width: 12px;
  height: 12px;
}

.shaka-range-element::-moz-range-track {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  width: 100%;
  height: 12px;
}

.shaka-range-element::-moz-range-thumb {
  -webkit-appearance: none;
  background: #fff;
  border: none;
  border-radius: 12px;
  width: 12px;
  height: 12px;
}

.shaka-seek-bar-container {
  opacity: 0;
  border-top: 4px solid #0000;
  border-bottom: 4px solid #0000;
  height: 5px;
  margin-bottom: 0;
  transition: opacity .6s cubic-bezier(.4, 0, .6, 1);
  top: 5px;
  background-clip: padding-box !important;
}

.shaka-controls-container[casting="true"] .shaka-seek-bar-container, .shaka-controls-container[shown="true"] .shaka-seek-bar-container {
  opacity: 1;
}

.shaka-seek-bar-container .shaka-seek-bar {
  opacity: 0;
  transition: opacity .25s cubic-bezier(.4, 0, .6, 1);
}

.shaka-seek-bar-container:hover .shaka-seek-bar {
  opacity: 1;
}

.shaka-ad-markers {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
}

.shaka-spacer {
  cursor: default;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0;
}

.shaka-overflow-menu, .shaka-settings-menu {
  scrollbar-color: white #00000080;
  scrollbar-width: thin;
  white-space: nowrap;
  opacity: 0;
  z-index: 2;
  background: #1c1c1ce6;
  border-radius: 15px;
  flex-direction: column;
  align-items: stretch;
  min-width: 190px;
  max-height: 250px;
  padding: 5px 0;
  transition: opacity .6s cubic-bezier(.4, 0, .6, 1);
  display: flex;
  position: absolute;
  bottom: 62px;
  right: 15px;
  overflow: hidden auto;
}

.shaka-controls-container[casting="true"] .shaka-overflow-menu, .shaka-controls-container[casting="true"] .shaka-settings-menu, .shaka-controls-container[shown="true"] .shaka-overflow-menu, .shaka-controls-container[shown="true"] .shaka-settings-menu {
  opacity: 1;
}

.shaka-overflow-menu button, .shaka-settings-menu button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  min-height: 30px;
  padding: 10px;
  font-size: 14px;
  display: flex;
}

.shaka-overflow-menu button:hover, .shaka-settings-menu button:hover {
  background: #ffffff1a;
}

.shaka-overflow-menu button label, .shaka-settings-menu button label {
  cursor: pointer;
}

.shaka-keyboard-navigation .shaka-overflow-menu button:focus, .shaka-keyboard-navigation .shaka-settings-menu button:focus {
  background: #ffffff1a;
}

.shaka-overflow-menu .material-svg-icon, .shaka-settings-menu .material-svg-icon {
  padding-left: 0;
  padding-right: 10px;
}

.shaka-overflow-menu .material-svg-icon.shaka-chosen-item, .shaka-settings-menu .material-svg-icon.shaka-chosen-item {
  order: -1;
  font-size: 18px;
  line-height: 17px;
}

.shaka-overflow-menu.shaka-low-position, .shaka-settings-menu.shaka-low-position {
  bottom: 48px;
}

.shaka-overflow-menu span {
  text-align: left;
}

.shaka-overflow-button-label {
  flex-direction: column;
  display: flex;
  position: relative;
}

.shaka-overflow-button-label-inline {
  box-sizing: border-box;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI2VlZWVlZSI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTguNTkgMTYuNTlMMTMuMTcgMTIgOC41OSA3LjQxIDEwIDZsNiA2LTYgNi0xLjQxLTEuNDF6Ii8+PC9zdmc+");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 34px);
  padding-right: 28px;
}

.shaka-simple-overflow-button-label-inline {
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 50px);
}

.shaka-current-selection-span {
  padding-left: 10px;
  font-size: 12px;
}

.shaka-current-auto-quality {
  color: #ccc;
  margin-left: 5px;
  font-size: 11px;
}

.shaka-current-quality-mark, .shaka-quality-mark {
  color: red;
  height: 17px;
  font-size: 10px;
  margin-left: 2px !important;
}

.shaka-quality-mark {
  line-height: 6px;
}

.shaka-overflow-playback-rate-mark, .shaka-overflow-quality-mark {
  color: #fff;
  text-shadow: none;
  background: red;
  border-radius: 2px;
  padding: 1px;
  font-family: Roboto, sans-serif, TengwarTelcontar;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  position: absolute;
  top: 10px;
  right: 4px;
}

.shaka-settings-menu span {
  margin-left: 28px;
}

.shaka-settings-menu span.shaka-chosen-item {
  margin-left: 0;
}

.shaka-settings-menu .shaka-chapter {
  margin-left: 10px;
}

.shaka-back-to-overflow-button {
  border-bottom: 1px solid #fff3 !important;
}

.shaka-back-to-overflow-button span {
  margin-left: 0;
}

.shaka-back-to-overflow-button .material-svg-icon {
  padding-right: 10px;
  font-size: 18px !important;
}

.shaka-back-to-overflow-button:hover {
  background: none !important;
}

.shaka-controls-container[ad-active="true"] {
  pointer-events: none;
}

.shaka-controls-container[ad-active="true"] .shaka-bottom-controls {
  pointer-events: auto;
}

.shaka-client-side-ad-container, .shaka-server-side-ad-container {
  position: absolute;
  inset: 0;
}

.shaka-video-container[shaka-controls="true"] .shaka-client-side-ad-container iframe, .shaka-video-container[shaka-controls="true"] .shaka-server-side-ad-container iframe {
  height: 90%;
}

.shaka-ad-controls {
  z-index: 1;
  flex-direction: row;
  padding-bottom: 1%;
  display: flex;
}

.shaka-video-container:not([shaka-controls="true"]) .shaka-ad-controls {
  display: none;
}

.shaka-ad-controls button, .shaka-ad-controls div {
  color: #fff;
  font-size: initial;
}

.shaka-ad-info {
  color: #fff;
  width: auto;
  padding: 0 5px;
  font-size: 14px;
}

.shaka-ad-info[disabled] {
  color: #fff;
  cursor: default;
  background-color: #0000;
  padding: 0;
}

.shaka-skip-ad-container {
  flex-direction: row;
  margin: 0 0 0 auto;
  display: flex;
  position: relative;
  right: -.999999%;
}

.shaka-skip-ad-button {
  cursor: pointer;
  background: #000000b3;
  border: none;
  padding: 5px 15px;
}

.shaka-skip-ad-button:disabled {
  background: #0000004d;
}

.shaka-skip-ad-counter {
  background: #000000b3;
  margin: 0;
  padding: 5px;
}

.shaka-tooltips-on {
  overflow: visible;
}

.shaka-tooltips-on > .shaka-tooltip, .shaka-tooltips-on > .shaka-tooltip-status {
  position: relative;
}

.shaka-tooltips-on > .shaka-tooltip-status:active:after, .shaka-tooltips-on > .shaka-tooltip-status:focus-visible:after, .shaka-tooltips-on > .shaka-tooltip-status:hover:after, .shaka-tooltips-on > .shaka-tooltip:active:after, .shaka-tooltips-on > .shaka-tooltip:focus-visible:after, .shaka-tooltips-on > .shaka-tooltip:hover:after {
  content: attr(aria-label);
  white-space: nowrap;
  color: #fff;
  background: #00000080;
  border-radius: 2px;
  padding: 2px 10px;
  font-family: Roboto, sans-serif, TengwarTelcontar;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  bottom: 62px;
  left: 24px;
  transform: translateX(-50%);
}

@media (prefers-reduced-transparency) {
  .shaka-tooltips-on > .shaka-tooltip-status:active:after, .shaka-tooltips-on > .shaka-tooltip-status:focus-visible:after, .shaka-tooltips-on > .shaka-tooltip-status:hover:after, .shaka-tooltips-on > .shaka-tooltip:active:after, .shaka-tooltips-on > .shaka-tooltip:focus-visible:after, .shaka-tooltips-on > .shaka-tooltip:hover:after {
    background-color: #000000e6;
  }
}

.shaka-tooltips-on.shaka-tooltips-low-position > .shaka-tooltip:active:after, .shaka-tooltips-on.shaka-tooltips-low-position > .shaka-tooltip:focus-visible:after, .shaka-tooltips-on.shaka-tooltips-low-position > .shaka-tooltip:hover:after {
  bottom: 48px;
}

.shaka-tooltips-on > .shaka-tooltip-status:active:after, .shaka-tooltips-on > .shaka-tooltip-status:focus-visible:after, .shaka-tooltips-on > .shaka-tooltip-status:hover:after {
  content: attr(aria-label) " (" attr(shaka-status) ")";
}

.shaka-tooltips-on button:first-child:active:after, .shaka-tooltips-on button:first-child:focus-visible:after, .shaka-tooltips-on button:first-child:hover:after {
  left: 0;
  transform: translateX(0);
}

.shaka-tooltips-on button:last-child:active:after, .shaka-tooltips-on button:last-child:focus-visible:after, .shaka-tooltips-on button:last-child:hover:after {
  left: 48px;
  transform: translateX(-100%);
}

#shaka-player-ui-thumbnail-container {
  visibility: hidden;
  z-index: 1;
  pointer-events: none;
  background-color: #000;
  border: 1px solid #000;
  width: 15%;
  min-width: 150px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 8px 8px #00000080;
}

#shaka-player-ui-thumbnail-container #shaka-player-ui-thumbnail-image {
  position: absolute;
}

#shaka-player-ui-thumbnail-container #shaka-player-ui-thumbnail-time-container {
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#shaka-player-ui-thumbnail-container #shaka-player-ui-thumbnail-time-container #shaka-player-ui-thumbnail-time {
  color: #fff;
  background-color: #00000080;
  border-radius: 14px;
  padding: 0 5px;
  font-size: 14px;
}

@media (prefers-reduced-transparency) {
  #shaka-player-ui-thumbnail-container #shaka-player-ui-thumbnail-time-container #shaka-player-ui-thumbnail-time {
    background-color: #000000e6;
  }
}

#shaka-player-ui-thumbnail-container.portrait-thumbnail {
  width: 7.5%;
  min-width: 75px;
}

#shaka-player-ui-time-container {
  color: #fff;
  visibility: hidden;
  z-index: 1;
  background-color: #00000080;
  border-radius: 5px;
  justify-content: center;
  padding: 0 3px;
  font-size: 14px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

@media (prefers-reduced-transparency) {
  #shaka-player-ui-time-container {
    background-color: #000000e6;
  }
}

.material-svg-icon {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf") format("truetype");
}

/*# sourceMappingURL=7935a_shaka-player_dist_controls_4e9c249a.css.map*/