@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lazy-image-fadein {
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
  opacity: 1;
}
.lazy-image-fadein-fast {
  -webkit-animation: fadein 0.1s;
  animation: fadein 0.1s;
  opacity: 1;
}
.lazy-hidden,
.lazy-hidden-children * {
  opacity: 0;
}
.blurhash-canvas {
  bottom: 0;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.actionSheet {
  border: none;
  border-radius: 0.1em !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-height: 84%;
  padding: 0;
}
.actionsheet-not-fullscreen {
  max-height: 90%;
  max-width: 90%;
}
.actionsheet-fullscreen {
  border-radius: 0 !important;
  max-height: none;
}
.actionSheetContent-centered {
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.actionSheetContent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 !important;
  overflow: hidden;
  padding: 0.4em 0 !important;
}
.actionSheetMenuItem {
  border-radius: 0;
  box-shadow: none;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: inherit;
  margin: 0;
}
.actionSheetMenuItem:focus {
  -webkit-transform: none !important;
  transform: none !important;
}
[dir="ltr"] .actionsheetListItemBody {
  padding: 0.4em 1em 0.4em 0.6em !important;
}
[dir="rtl"] .actionsheetListItemBody {
  padding: 0.4em 0.6em 0.4em 1em !important;
}
.actionSheetItemText {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.actionSheetItemAsideText {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 90%;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  opacity: 0.7;
}
[dir="ltr"] .actionSheetItemAsideText {
  margin-left: 5em;
  margin-right: 0.5em;
}
[dir="rtl"] .actionSheetItemAsideText {
  margin-left: 0.5em;
  margin-right: 5em;
}
.actionSheetScroller {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0 !important;
  width: 100%;
}
.actionSheetScroller-tv {
  max-height: 64%;
  max-width: 60%;
  width: auto;
}
.actionsheetDivider {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 0.07em;
  margin: 0.25em 0;
}
.actionSheetTitle {
  margin: 0.6em 0 0.7em !important;
}
.actionSheetText,
.actionSheetTitle {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 0 0.75rem;
}
.actionSheetText {
  margin-top: 0;
}
.actionsheetMenuItemIcon {
  padding: 0 !important;
}
[dir="ltr"] .actionsheetMenuItemIcon {
  margin: 0 0.85em 0 0.45em !important;
}
[dir="rtl"] .actionsheetMenuItemIcon {
  margin: 0 0.45em 0 0.85em !important;
}
.actionsheet-xlargeFont {
  font-size: 112% !important;
}
.btnCloseActionSheet {
  position: fixed;
  top: 0.75em;
}
[dir="ltr"] .btnCloseActionSheet {
  left: 0.5em;
}
[dir="rtl"] .btnCloseActionSheet {
  right: 0.5em;
}
.appfooter {
  bottom: 0;
  contain: layout style;
  left: 0;
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  position: fixed;
  right: 0;
  transition: -webkit-transform 0.18s linear;
  transition: transform 0.18s linear;
  transition: transform 0.18s linear, -webkit-transform 0.18s linear;
  z-index: 1201 !important;
}
.appfooter:empty {
  padding: 0;
}
.appfooter.headroom--unpinned {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
}
.nowPlayingBarInfoContainer {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  overflow: hidden;
  width: 40%;
}
.nowPlayingBar {
  contain: layout style;
  cursor: pointer;
  text-align: center;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  will-change: transform;
}
.nowPlayingBar-hidden {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.nowPlayingBarTop {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: 4.2em;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.mediaButton,
.nowPlayingBarUserDataButtons .btnUserItemRating {
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.mediaButton {
  font-size: 120%;
}
.nowPlayingBar .nowPlayingImage {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 70%;
  width: 4.2em;
}
.nowPlayingBarText {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
[dir="ltr"] .nowPlayingBarText {
  margin-left: 0.5em;
  margin-right: 1em;
  text-align: left;
}
[dir="rtl"] .nowPlayingBarText {
  margin-left: 1em;
  margin-right: 0.5em;
  text-align: right;
}
.nowPlayingBarCenter {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  z-index: 2;
}
.nowPlayingBarPositionContainer {
  left: 0;
  position: absolute !important;
  right: 0;
  top: -0.56em;
  z-index: 1;
}
.headroom--unpinned .nowPlayingBarPositionContainer,
.noMediaProgress .nowPlayingBarPositionContainer {
  display: none;
}
.nowPlayingBarRight {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
[dir="ltr"] .nowPlayingBarRight {
  margin: 0 0.5em 0 auto;
}
[dir="rtl"] .nowPlayingBarRight {
  margin: 0 auto 0 0.5em;
}
.nowPlayingBarCurrentTime {
  display: inline-block;
  padding-left: 1.5em;
  text-align: center;
  vertical-align: middle;
}
[dir="ltr"] .nowPlayingBarVolumeSliderContainer {
  margin-right: 2em;
}
[dir="rtl"] .nowPlayingBarVolumeSliderContainer {
  margin-left: 2em;
}
.nowPlayingBarUserDataButtons {
  display: inline-block;
}
.nowPlayingBarPositionSlider::-webkit-slider-thumb {
  height: 1.2em !important;
  width: 1.2em !important;
}
@media (max-width: 70em) {
  .nowPlayingBarRight .nowPlayingBarUserDataButtons {
    display: none;
  }
}
@media (max-width: 66em) {
  .nowPlayingBar .btnShuffleQueue,
  .toggleRepeatButton {
    display: none !important;
  }
}
@media (max-width: 80em) {
  .nowPlayingBarCenter .nowPlayingBarCurrentTime,
  .nowPlayingBarCenter .stopButton {
    display: none !important;
  }
  .nowPlayingBarInfoContainer {
    width: 45%;
  }
}
.layout-desktop .nowPlayingBarRight .playPauseButton,
.layout-mobile
  .nowPlayingBarRight
  button:not(.playPauseButton):not(.nextTrackButton),
.layout-mobile .nowPlayingBarRight div,
.layout-mobile .nowPlayingBarRight input,
.layout-tv .nowPlayingBarRight .playPauseButton {
  display: none;
}
@media (max-width: 56em) {
  .nowPlayingBarCenter {
    display: none !important;
  }
}
@media (max-width: 60em) {
  .nowPlayingBarRight .nowPlayingBarVolumeSliderContainer {
    display: none !important;
  }
  .nowPlayingBarInfoContainer {
    width: 100%;
  }
}
@media (max-width: 24em) {
  .nowPlayingBar .muteButton,
  .nowPlayingBar .unmuteButton {
    display: none;
  }
}
.mdl-slider {
  -webkit-align-self: center;
  align-self: center;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  color: #00a4dc;
  cursor: pointer;
  height: 150%;
  margin: 0;
  outline: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  font-size: inherit;
}
.mdl-slider::-moz-focus-outer {
  border: 0;
}
.mdl-slider::-ms-tooltip {
  display: none;
}
.mdl-slider::-webkit-slider-runnable-track {
  background: transparent;
}
.mdl-slider::-ms-track {
  background: none;
  border: none;
  color: transparent;
  height: 0.2em;
  width: 100%;
}
.mdl-slider::-ms-fill-lower,
.mdl-slider::-ms-fill-upper {
  display: none;
}
.slider-browser-edge {
  margin-left: -0.16em;
  margin-right: -0.16em;
  width: 150%;
}
.mdl-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #00a4dc;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  height: 1.08em;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 1.08em;
}
.mdl-slider-hoverthumb:hover::-webkit-slider-thumb,
.mdl-slider.show-focus:focus::-webkit-slider-thumb {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.mdl-slider::-moz-range-thumb {
  appearance: none;
  background: #00a4dc;
  background-image: none;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  height: 1.08em;
  -moz-transition: 0.2s;
  transition: 0.2s;
  width: 1.08em;
}
.mdl-slider-hoverthumb:hover::-moz-range-thumb,
.mdl-slider.show-focus:focus::-moz-range-thumb {
  transform: scale(1.3);
}
.mdl-slider::-ms-thumb {
  appearance: none;
  background: #00a4dc;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  height: 1.4em;
  transform: scale(0.771429);
  -ms-transition: 0.2s;
  transition: 0.2s;
  width: 1.4em;
}
.mdl-slider-hoverthumb:hover::-ms-thumb,
.mdl-slider.show-focus:focus::-ms-thumb {
  transform: none;
}
.mdl-slider[disabled]::-webkit-slider-thumb {
  display: none;
}
.mdl-slider[disabled]::-moz-range-thumb {
  display: none;
}
.mdl-slider[disabled]::-ms-thumb {
  display: none;
}
.mdl-slider-container {
  background: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: 1.25em;
  position: relative;
}
.mdl-slider-background-flex-container {
  box-sizing: border-box;
  padding: 0 0.54em;
  position: absolute;
  top: 50%;
  width: 100%;
}
[dir="ltr"] .mdl-slider-background-flex-container {
  left: 0;
}
[dir="rtl"] .mdl-slider-background-flex-container {
  right: 0;
}
.mdl-slider-background-flex {
  background: hsla(0, 0%, 100%, 0.3);
  border: 0;
  display: -webkit-flex;
  display: flex;
  height: 0.2em;
  margin-top: -0.1em;
  overflow: hidden;
  padding: 0;
  top: 50%;
  width: 100%;
}
[dir="ltr"] .mdl-slider-background-flex {
  left: 0;
}
[dir="rtl"] .mdl-slider-background-flex {
  right: 0;
}
.mdl-slider-background-flex-inner {
  position: relative;
  width: 100%;
}
.mdl-slider-background-lower {
  background-color: #00a4dc;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 0;
}
[dir="ltr"] .mdl-slider-background-lower {
  left: 0;
}
[dir="rtl"] .mdl-slider-background-lower {
  right: 0;
}
.mdl-slider-background-lower-clear {
  background-color: transparent;
}
.mdl-slider-background-lower-withtransform {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
}
.mdl-slider-background-upper {
  background: #666;
  background: hsla(0, 0%, 100%, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.sliderBubbleTrack {
  left: 0;
  margin: 0 0.54em;
  position: absolute;
  right: 0;
}
.sliderBubble {
  -webkit-align-items: center;
  align-items: center;
  background: #282828;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(-50%, -120%, 0);
  transform: translate3d(-50%, -120%, 0);
  z-index: 1;
}
.sliderBubbleText {
  margin: 0;
  padding: 0.5em 0.75em;
}
.sliderContainer-settings {
  margin-bottom: 1.8em;
  position: relative;
}
.sliderContainer-settings .mdl-slider-container {
  height: 2.83em;
}
.sliderLabel {
  display: block;
  margin-bottom: 0.25em;
}
.sliderMarkerContainer {
  left: 0;
  margin: 0 0.54em;
  position: absolute;
  right: 0;
}
.sliderMarker {
  height: 12px;
  position: absolute;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
  width: 2px;
}
.sliderMarker.unwatched {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.sliderMarker.watched {
  background-color: #00a4dc;
}
