/* app/playerCss.css */
.material-icons-round {
  font-size: 34px !important;
  line-height: 42px;
}
.fastpix-theme .shaka-bottom-controls {
  width: 100%;
  padding: 0;
  z-index: 1;
  position: relative;
  background-color: #000;
  display: flex;
  flex-direction: column;
}
.fastpix-theme .shaka-ad-controls {
  order: 1;
}
.fastpix-theme .shaka-controls-button-panel {
  order: 2;
  height: 40px;
  padding: 0 10px;
}
.fastpix-theme .shaka-range-container {
  margin: 4px 10px;
  top: 0;
  right: 10px;
  bottom: 100px;
}
.fastpix-theme .shaka-small-play-button {
  order: -3;
}
.fastpix-theme .shaka-mute-button {
  order: -2;
}
.fastpix-theme .shaka-controls-button-panel > * {
  margin: 0 0 13px;
  padding: 3px 8px;
  color: #eee;
  height: 40px;
}
.fastpix-theme .shaka-controls-button-panel > *:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #1b7fcccc;
  color: #fff;
}
.fastpix-theme .shaka-controls-button-panel > *:hover {
  color: #fff;
}
.fastpix-theme .shaka-controls-button-panel .shaka-volume-bar-container {
  position: relative;
  z-index: 10;
  left: -1px;
  order: -1;
  opacity: 0;
  width: 0px;
  -webkit-transition: width .2s cubic-bezier(.4, 0, 1, 1);
  height: 3px;
  transition: width .2s cubic-bezier(.4, 0, 1, 1);
  padding: 0;
  margin-bottom: 3px;
  border-radius: 4px;
  background: rgba(57, 57, 57, .8);
  backdrop-filter: blur(4px);
  font-family: IBM Plex Sans;
  font-size: 16px;
}
.fastpix-theme .shaka-controls-button-panel .shaka-volume-bar-container:hover,
.fastpix-theme .shaka-controls-button-panel .shaka-volume-bar-container:focus {
  display: block;
  width: 50px;
  opacity: 1;
  padding: 0 6px;
  margin-bottom: 3px;
}
.fastpix-theme .shaka-mute-button:hover + div {
  opacity: 1;
  width: 50px;
  padding: 0 6px;
}
.fastpix-theme .shaka-current-time {
  position: absolute;
  bottom: 28px;
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #fff;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: .15px;
  text-transform: uppercase;
}
.fastpix-theme .shaka-seek-bar-container {
  height: 3px;
  position: relative;
  top: -14px;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 130px;
}
.fastpix-theme .shaka-seek-bar-container .shaka-range-element {
  opacity: 0;
}
.fastpix-theme .shaka-seek-bar-container:hover {
  height: 5px;
  top: -14px;
  cursor: pointer;
}
.fastpix-theme .shaka-seek-bar-container:hover .shaka-range-element {
  opacity: 1;
  cursor: pointer;
}
.fastpix-theme .shaka-seek-bar-container input[type=range]::-webkit-slider-thumb {
  background: #0f62fe;
  cursor: pointer;
}
.fastpix-theme .shaka-seek-bar-container input[type=range]::-moz-range-thumb {
  background: #0f62fe;
  cursor: pointer;
}
.fastpix-theme .shaka-seek-bar-container input[type=range]::-ms-thumb {
  background: #0f62fe;
  cursor: pointer;
}
.fastpix-theme .shaka-video-container * {
  font-family: Roboto, sans-serif;
}
.fastpix-theme .shaka-video-container .material-icons-round {
  font-family: Material Icons Sharp;
}
.fastpix-theme .shaka-overflow-menu,
.fastpix-theme .shaka-settings-menu {
  border-radius: 8px;
  background: rgba(29, 29, 31, .8);
  backdrop-filter: blur(4px);
  text-shadow: 0 0 2px rgb(0 0 0%);
  transition: opacity .1s cubic-bezier(0, 0, .2, 1);
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  right: 10px;
  bottom: 100px;
  display: flex;
  align-items: start;
}
.fastpix-theme .shaka-settings-menu {
  padding: 16px;
}
.fastpix-theme .shaka-settings-menu button {
  font-size: 12px;
}
.fastpix-theme .shaka-settings-menu button span {
  margin-left: 0;
  font-size: 13px;
}
.fastpix-theme .shaka-settings-menu button[aria-selected=true] {
  display: flex;
}
.fastpix-theme .shaka-settings-menu button[aria-selected=true] span {
  order: 2;
  margin-left: 0;
}
.fastpix-theme .shaka-settings-menu button[aria-selected=true] i {
  order: 1;
  font-size: 14px !important;
  padding-left: 5px;
  display: none;
  background: var(--Grey-4, #6f6f6f);
  width: 100%;
}
.fastpix-theme .shaka-overflow-menu button {
  padding: 0;
}
.fastpix-theme .shaka-overflow-menu button i {
  display: none;
}
.fastpix-theme .shaka-overflow-menu button .shaka-overflow-button-label {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  cursor: default;
  outline: none;
  height: 40px;
  flex: 0 0 100%;
}
.fastpix-theme .shaka-overflow-menu button .shaka-overflow-button-label span {
  flex-shrink: initial;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.fastpix-theme .shaka-overflow-menu span + span {
  color: #fff;
  font-weight: 400 !important;
  font-size: 12px !important;
  padding-right: 8px;
  padding-left: 0 !important;
}
.fastpix-theme .shaka-overflow-menu span + span:after {
  content: "navigate_next";
  font-family: Material Icons Sharp;
  font-size: 20px;
}
.fastpix-theme .shaka-overflow-menu .shaka-pip-button span + span {
  padding-right: 15px !important;
}
.fastpix-theme .shaka-overflow-menu .shaka-pip-button span + span:after {
  content: "";
}
.fastpix-theme .shaka-back-to-overflow-button {
  padding: 8px 0;
  color: var(--Grey-1, #f5f5f7);
  font-family: " Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: .15px;
}
.fastpix-theme .shaka-back-to-overflow-button .material-icons-round {
  font-size: 15px !important;
  padding-right: 10px;
  display: none;
}
.fastpix-theme .shaka-back-to-overflow-button span {
  margin-left: 3px !important;
}
.fastpix-theme .shaka-overflow-menu button:hover,
.fastpix-theme .shaka-settings-menu button:hover {
  background-color: #ffffff1a;
  cursor: pointer;
}
.fastpix-theme .shaka-overflow-menu button:hover label,
.fastpix-theme .shaka-settings-menu button:hover label {
  cursor: pointer;
}
.fastpix-theme .shaka-overflow-menu button:focus,
.fastpix-theme .shaka-settings-menu button:focus {
  border-radius: 4px;
  background: var(--Grey-4, #6f6f6f);
  border: none;
  outline: none;
}
.fastpix-theme .shaka-overflow-menu button,
.fastpix-theme .shaka-settings-menu button {
  width: 100%;
  color: var(--Pure-White, #fff);
  font-family: IBM Plex Mono;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.fastpix-theme .shaka-captions-off {
  color: #bfbfbf;
}
.fastpix-theme .shaka-overflow-menu-button {
  font-size: 18px;
  margin-right: 5px;
}
.fastpix-theme .shaka-fullscreen-button:hover {
  font-size: 25px;
  transition: font-size .1s cubic-bezier(0, 0, .2, 1);
}
.uiDisplay {
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  transform: scale(2.5);
  opacity: 0;
  transition: all .5s ease-in;
  transform-origin: center;
  z-index: 99;
}
.shaka-spinner-path {
  stroke: #0f62fe;
}
.skipButton {
  width: 120px;
  height: 40px;
  background-color: #000;
  border: 2px solid rgba(255, 255, 255, .5);
  position: fixed;
  bottom: 80px;
  left: 40px;
  z-index: 9999;
  padding: 8px 22px;
  border: 2px solid rgba(255, 255, 255, .6);
  background-color: var(--dark);
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.fastpix-theme #video_title {
  font-family: Arial;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
  font-weight: 700;
  color: #fff;
}
.fastpix-theme .closeVideoBtn {
  position: fixed;
  left: 20px;
  top: 15px;
  font-size: 30px;
  cursor: pointer;
}
.fastpix-theme .material-icons-round:focus,
.fastpix-theme .material-icons-round:active,
.closeVideoBtn:focus,
.closeVideoBtn:active,
.playlistBtn:focus,
.playlistBtn:active,
.material-icons-round:focus,
.material-icons-round:active,
.forwardButton:focus,
.forwardButton:active,
.replayButton:focus,
.replayButton:active,
.shaka-resolution-button:focus,
.shaka-resolution-button:active,
.playlistBtn:focus,
.playlistBtn:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.playerError .shaka-controls-container {
  display: none !important;
}
.fastpix-theme #video_title {
  display: none;
}
@media screen and (min-width: 900px) {
  .fastpix-theme #video_title {
    display: flex;
  }
}
.new-playlist-block {
  width: 80%;
  position: fixed;
  right: 10px;
  bottom: 80px;
  border-radius: 10px;
  z-index: 12;
}
.heading-bar {
  position: absolute;
  left: 518px;
  color: var(--Pure-White, #fff);
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: .15px;
}
.shaka-video-container:fullscreen .player-title-container {
  display: flex;
}
.player-title-container {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  inset: 5px 28% 0;
}
@media screen and (min-width: 1920px) {
  .player-title-container {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.player-title-heading {
  color: var(--Pure-White, #fff);
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: .15px;
}
.shaka-spacer {
  display: flex;
}
.player-title-paragraph {
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: .15px;
}
.shaka-overflow-menu,
.shaka-settings-menu {
  min-width: 151px;
}
.shaka-overflow-menu button .shaka-settings-menu button {
  font-size: 16px;
}
.next-episode-button {
  position: relative;
  order: -2;
  top: 4px;
  border-color: #555;
}
.next-button-disabled {
  display: none;
}
.next-episode-button:focus,
.next-episode-button:active,
.next-episode-button:focus-within {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.shaka-playbackrate-button:focus,
.shaka-playbackrate-button:active,
.shaka-playbackrate-button:focus-within {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.controllers {
  background: rgb(29, 29, 31);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
  height: 80px;
  color: #fff;
}
.seekbar,
.progress-bar,
.volume-bar,
.volume-progress-bar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
.seekbar {
  position: absolute;
  z-index: 4;
  bottom: 6px;
}
.seekbar::-webkit-slider-thumb {
  background-color: #0f62fe;
}
.progress-bar {
  position: absolute;
  bottom: 6px;
  z-index: 2;
}
.progress-bar::-webkit-progress-value {
  background-color: #0f62fe;
}
.video-duration-container {
  position: absolute;
  bottom: 50px;
  right: 14px;
  color: #fff;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: .15px;
  text-transform: uppercase;
}
.titles-container {
  display: none;
}
.fullscreen .titles-container {
  display: flex;
  flex-direction: column;
}
.player-each-btn {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
}
.player-each-btn button,
.player-each-btn svg {
  width: 30px;
  height: 30px;
}
.player-each-btn.volume-block {
  width: 210px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.volume-block svg {
  width: 30px;
  height: 30px;
}
.volume-bar {
  height: 4px;
  width: 100%;
  position: relative;
  z-index: 4;
  top: -4px;
}
.volume-progress-bar {
  position: relative;
  height: 4px;
  z-index: 2;
  width: calc(100% - 6px);
}
.volume-progress-bar::-webkit-progress-value {
  background-color: #fff;
  border-radius: 10px;
}
.volume-slider-block {
  min-width: 166px;
  max-width: 166px;
  border-radius: 4px;
  background-color: #393939cc;
  height: 42px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 18px;
}
.playBackSpeedbtn {
  height: 34px !important;
  width: 100% !important;
  font-size: 14px;
  border-radius: 8px;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
}
.playBackSpeedbtn.active {
  background-color: #6f6f6f;
}
@media screen and (max-width: 992px) {
  .playBackSpeedbtn-bg {
    height: 34px !important;
    width: 100% !important;
    font-size: 14px;
    border-radius: 4px;
    text-align: left;
    padding: 16px;
  }
  .playBackSpeedbtn.active {
    background-color: #6f6f6f;
  }
}
#video::cue {
  height: 80% !important;
}
.fullscreen-mode {
  padding-bottom: 10px;
}
