Full Code of tedhinklater/finimalism for AI

main 7bf48ff8368e cached
15 files
672.1 KB
191.7k tokens
1 requests
Download .txt
Showing preview only (691K chars total). Download the full file or copy to clipboard to get everything.
Repository: tedhinklater/finimalism
Branch: main
Commit: 7bf48ff8368e
Files: 15
Total size: 672.1 KB

Directory structure:
gitextract__1fn8705/

├── Finimalism11.css
├── Finimalism12.css
├── LICENSE
├── Multicolour/
│   └── placeholder.txt
├── README.md
├── blurryface's-half-and-half.css
├── finimalism-just-black.css
├── finimalism10.11-black.css
├── finimalism10.11.css
├── finimalism7.css
├── horizontal-scrolling.css
├── libraryCardAriaText.css
├── no-animation.css
├── scrollers-11.css
└── theme.css

================================================
FILE CONTENTS
================================================

================================================
FILE: Finimalism11.css
================================================
@import url('https://fonts.googleapis.com/css2?family=Geom:ital,wght@0,300..900;1,300..900&display=swap');

:root { 
  --accent: 133, 100, 255; 
  --backdropBlur: blur(0px); 
  --detailGradient: linear-gradient( 54deg, rgba(var(--tint), 1) 0%, rgba(var(--tint), 0.99996337890625) 6.25%, rgba(var(--tint), 0.9994140625) 12.5%, rgba(var(--tint), 0.99703369140625) 18.75%, rgba(var(--tint), 0.990625) 25%, rgba(var(--tint), 0.97711181640625) 31.25%, rgba(var(--tint), 0.9525390625) 37.5%, rgba(var(--tint), 0.91207275390625) 43.75%, rgba(var(--tint), 0.85) 50%, rgba(var(--tint), 0.78792724609375) 56.25%, rgba(var(--tint), 0.7474609375) 62.5%, rgba(var(--tint), 0.72288818359375) 68.75%, rgba(var(--tint), 0.709375) 75%, rgba(var(--tint), 0.70296630859375) 81.25%, rgba(var(--tint), 0.7005859375) 87.5%, rgba(var(--tint), 0.70003662109375) 93.75%, rgba(var(--tint), 0.7) 100%); 
  --loginGradient: linear-gradient( 180deg, rgba(var(--tint), 1) 0%, rgba(var(--tint), 0.99996337890625) 6.25%, rgba(var(--tint), 0.9994140625) 12.5%, rgba(var(--tint), 0.99703369140625) 18.75%, rgba(var(--tint), 0.990625) 25%, rgba(var(--tint), 0.97711181640625) 31.25%, rgba(var(--tint), 0.9525390625) 37.5%, rgba(var(--tint), 0.91207275390625) 43.75%, rgba(var(--tint), 0.85) 50%, rgba(var(--tint), 0.78792724609375) 56.25%, rgba(var(--tint), 0.7474609375) 62.5%, rgba(var(--tint), 0.72288818359375) 68.75%, rgba(var(--tint), 0.709375) 75%, rgba(var(--tint), 0.70296630859375) 81.25%, rgba(var(--tint), 0.7005859375) 87.5%, rgba(var(--tint), 0.70003662109375) 93.75%, rgba(var(--tint), 0.7) 100%); 
  --tint: 17, 14, 30; 
  --tint2: 71, 51, 145; 
  --rounding: 0.8em;
}

body {
  font-family: "Geom", sans-serif;
  font-size: 1.8vh;
}

html {
  color: #fff;
  color: rgba(255, 255, 255, 1);
}

.backgroundContainer, .preload {
  background-color: rgb(var(--tint));
}

.itemsContainer {
  opacity: 0;
  animation: fadeTitle 0.3s ease-out 0s forwards;
}

.mdl-spinner__layer-1,
.mdl-spinner__layer-2,
.mdl-spinner__layer-3,
.mdl-spinner__layer-4 {
  border-color: rgb(var(--accent));
}

.sections.homeSectionsContainer::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(var(--tint));
  background-size: cover;
  opacity: 0;
  z-index: -1;
  background-attachment: fixed;
  pointer-events: none;
}

.pageTabContent.is-active::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(var(--tint), 0.86);
  background-size: cover;
  z-index: -1;
  background-attachment: fixed;
}

.detailPagePrimaryContainer {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.detailPagePrimaryContainer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 4em);
  background: ;
  background-size: cover;
  opacity: 1;
  z-index: -1;
  margin-top: -4em;
}

.detailPageSecondaryContainer {
  position: relative;
  z-index: 1;
}

.detailPageSecondaryContainer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: ;
  background-size: cover;
  opacity: 1;
  z-index: -1;
}

.headerTop {
  padding: 0.95em;
}

h2 {
  font-size: 1.8vh;
}

h1 {
  font-size: 1.3em;
}

.textActionButton {
  transition: color 0.3s, font-weight 0.3s;
}

.textActionButton:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: rgb(var(--accent));
}

.cardText-secondary, 
.fieldDescription, 
.guide-programNameCaret, 
.listItem .secondary, 
.nowPlayingBarSecondaryText, 
.programSecondaryTitle, 
.secondaryText {
  color: rgba(255, 255, 255, 0.75);
}

.innerCardFooter.fullInnerCardFooter.innerCardFooterClear {
  background: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}

@media (min-height: 31.25em) {
  [dir="ltr"] .padded-right-withalphapicker {
  padding-left: max(env(safe-area-inset-left),3.7%);
  padding-right: 7.5%;
  padding-right: max(env(safe-area-inset-right),3.5%);
  }
}

.layout-desktop #itemDetailPage .infoWrapper .nameContainer .parentName.focuscontainer-x,
.layout-tv #itemDetailPage .infoWrapper .nameContainer .parentName.focuscontainer-x {
  transition: color 0.3s;
}

.layout-desktop #itemDetailPage .infoWrapper .nameContainer .parentName.focuscontainer-x:hover,
.layout-tv #itemDetailPage .infoWrapper .nameContainer .parentName.focuscontainer-x:focus { 
  color: rgb(var(--accent));
}

.layout-desktop #itemDetailPage .infoWrapper .nameContainer .parentName.focuscontainer-x .button-link:hover,
.layout-tv #itemDetailPage .infoWrapper .nameContainer .parentName.focuscontainer-x .button-link:hover {
  text-decoration: none !important;
}

.layout-desktop p.overview,
.layout-tv p.overview {
  color: #fff;
  font-weight: 500;
  padding-top: 0.4em;
  margin-bottom: 0;
  width: 60vh;
  transition: width 0.2s ease-out 1s, background-color 1s ease-out 2s, border-color 0.5s ease-out 2s, padding-left 1s ease-out 1s, padding-right 1s ease-out 1s, border-radius 1s ease-out 1s;
  border-radius: var(--rounding) !important;
}

.layout-desktop p.overview.detail-clamp-text,
.layout-tv p.overview.detail-clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  height: fit-content;
  max-height: 6.4em;
  margin-top: 0.5em;
  margin-bottom: -1em;
  padding-top: 0;
  padding-left: 0em;
  border-radius: 0 !important;
}

.layout-desktop .itemDetailPage:has(.card.overflowPortraitCard.card-hoverable.card-withuserdata[data-type="Season"]) p.overview:hover,
.layout-tv .itemDetailPage:has(.card.overflowPortraitCard.card-hoverable.card-withuserdata[data-type="Season"]) p.overview:focus {
  width: calc(93vw - 60vh);
  background: rgb(var(--tint));
  border: 0.5px solid;
  border-color: #fff3;
  margin-top: calc(0em + -1px);
  margin-left: -1px;
  padding-left: 0em;
  padding-right: 0.5em;
  height: fit-content;
  max-height: 6.4em;
  transition: width 0.2s ease-out 1s, background-color 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s, height 1s ease-out 0.25s, border-radius 0.2s ease-out 0s;
  border-radius: var(--rounding) !important;
  overflow-y: scroll;
}

.layout-desktop p.overview:hover,
.layout-tv p.overview:focus {
  width: calc(93vw - 60vh);
  background: rgb(var(--tint));
  border: 0.5px solid;
  border-color: #fff3;
  margin-top: calc(0.5em - 1px);
  margin-left: -1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  height: fit-content;
  max-height: 6.4em;
  transition: width 0.2s ease-out 1s, background-color 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s, height 1s ease-out 0.25s, border-radius 0.2s ease-out 0s;
  border-radius: var(--rounding) !important;
  overflow-y: scroll;
  -webkit-line-clamp: unset;
}

.layout-desktop .emby-tabs-slider {
  opacity: 0;
  transition: opacity 2s ease-out 2s;
}

.layout-desktop .emby-tabs-slider:hover {
  opacity: 1;
  transition: opacity 2s ease-out 0s;
}

.layout-desktop .overview-expand.emby-button,
.layout-tv .overview-expand.emby-button {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 75em) {
  .portraitCard {
    width: 11%;
  }
}

@media (min-width: 43.75em) {
  .portraitCard, .squareCard {
    width: 24%;
  }
}

@media (min-width: 50em) {
  .portraitCard {
    width: 11%;
  }
}

.layout-desktop .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) .detailSectionContent,
.layout-tv .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) .detailSectionContent {
  max-height: unset;
  margin-top: 0;
}

.layout-desktop .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) p.overview:hover,
.layout-tv .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) p.overview:hover {
  width: 60vh;
  padding-top: 0.4em;
  border: none;
  margin-left: 0px;
  padding-left: 0em;
  padding-right: 0em;
}

.layout-desktop .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) p.overview.detail-clamp-text,
.layout-tv .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) p.overview.detail-clamp-text {
  -webkit-line-clamp: unset;
  display: block;
  overflow: scroll;
  height: 9em;
  width: calc(90vw + -54vh);
  padding-top: 0.4em;
}

.layout-desktop .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) #listChildrenCollapsible,
.layout-tv .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) #listChildrenCollapsible {
  margin-top: -17em;
  height: unset;
  position: relative;
  max-width: calc(98vw - 60vh);
}

.layout-desktop .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) #listChildrenCollapsible #childrenContent .itemsContainer.padded-right.vertical-wrap,
.layout-tv .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) #listChildrenCollapsible #childrenContent .itemsContainer.padded-right.vertical-wrap {
  height: unset;
}

.layout-desktop .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) .detailPageWrapperContainer,
.layout-tv .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) .detailPageWrapperContainer,
.layout-mobile .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) .detailPageWrapperContainer {
  animation: none !important;
  opacity: 1 !important;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage[data-type="Episode"]) .overview.detail-clamp-text,
.layout-tv .itemDetailPage:has(.listItem.listItem-largeImage[data-type="Episode"]) .overview.detail-clamp-text {
  width: calc(90vw - 60vh);
  transition: width 0.2s ease-out 1s, background-color 1s ease-out 0s, border-color 0.5s ease-out 2s, padding-left 1s ease-out 0s, padding-right 0s ease-out 1s;
  max-height: 5em !important;
  overflow-y: scroll !important;
}

#itemDetailPage .tagline {
  font-weight: 600;
}

.quality-overlay-container {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: opacity 0.5s;
}

.card:hover .quality-overlay-container {
  opacity: 1;
  transition-delay: 0s;
}
.layout-desktop #itemDetailPage .tagline,
.layout-tv #itemDetailPage .tagline {
  margin-top: 0em;
  margin-bottom: 0em;
  min-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: calc(93vw - 60vh);
}

.detailImageContainer:has(.cardImageIcon.material-icons.person) {
  animation: none !important;
  opacity: 1 !important;
} 

.mdl-slider::-webkit-slider-thumb,
.mdl-slider .mdl-slider::-webkit-slider-thumb {
  background: rgb(var(--accent)) !important;
  border: none !important;
  box-shadow: none !important;
}

.mdl-slider::-moz-range-thumb,
.mdl-slider .mdl-slider::-moz-range-thumb {
  background: rgb(var(--accent)) !important;
  border: none !important;
  box-shadow: none !important;
}
.mdl-slider::-ms-thumb,
.mdl-slider .mdl-slider::-ms-thumb {
  background: rgb(var(--accent)) !important;
  border: none !important;
}

.mdl-slider .mdl-slider-background-lower[style] {
  background: rgb(var(--accent)) !important;
  background-color: rgb(var(--accent)) !important;
}

.mdl-slider-background-flex {
  background: hsla(0,0%,100%,.3);
  border: 0;
  display: -webkit-flex;
  display: flex;
  height: .2em;
  margin-top: -.1em;
  overflow: hidden;
  padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  top: 50%;
  width: 100%;
  height: 0.75em;
  padding-bottom: 0em;
  padding-top: 0em;
  margin-top: -0.44em;
  border-radius: var(--rounding);
}

.mdl-slider {
  font-size: 0.5em;
  width: 100%;
  color: transparent;
  margin-left: 0em;
  margin-top: -0.2em;
  border-top-left-radius: 0em;
  border-top-right-radius: var(--rounding);
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: var(--rounding);
}

.sliderMarker.watched {
  background-color: #fff;
  height: 0.75em;
  z-index: 1;
}

.sliderMarker.unwatched {
  background-color: hsla(0,0%,100%,.3);
  height: 0.75em;
}

#pause-screen-progress-bar > span {
  display: block;
  height: 100%;
  width: 0%;
  background: rgb(var(--accent));
}

.layout-desktop .itemName.infoText.parentNameLast,
.layout-tv .itemName.infoText.parentNameLast {
  text-align: center;
}

.layout-desktop #childrenContent .listItemBodyText.secondary.listItem-overview.listItemBodyText,
.layout-tv #childrenContent .listItemBodyText.secondary.listItem-overview.listItemBodyText {
  transition: filter 0.8s, opacity 0.8s;
  filter: blur(0px);
  opacity: 1;
}

:root {--selection: 170, 95, 200;}

.backgroundContainer.withBackdrop {
  background-color: rgba(0, 0, 0, 0);
}

.backgroundProgress > div {
  background-color: #7b7b7b;
}

.mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__track {
  background: rgba(120, 120, 120, 0.6);
}
.mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__thumb {
  background: white;
}

.raised, .fab, a[data-role="button"] {
  background: rgb(var(--tint));
  transition: all 0.2s !important;
  border: 1px solid white;
  font-weight: 900;
}
.raised:hover,
.fab:hover,
.navMenuOption:hover,
.actionSheetMenuItem:hover {
  background: rgba(80, 80, 80, 0.8) !important;
  color: #fff !important;
}
.paper-icon-button-light:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

.defaultCardBackground1 {
  background-color: rgb(var(--tint2));
}
.defaultCardBackground2 {
  background-color: rgb(var(--tint2));
}
.defaultCardBackground3 {
  background-color: rgb(var(--tint2));
}
.defaultCardBackground4 {
  background-color: rgb(var(--tint2));
}
.defaultCardBackground5 {
  background-color: rgb(var(--tint2));
}

.countIndicator {
  box-shadow: none;
}

.checkboxOutline,
.emby-input,
.emby-textarea,
.emby-select-withcolor {
  background: rgba(0, 0, 0, 0.2); 
  border: 0.01em solid rgba(255, 255, 255, 0.22);
}
.emby-input:focus,
.emby-textarea:focus,
.emby-select-withcolor:focus {
  background: rgba(0, 0 , 0, 0.4) !important; 
}

.emby-textarea:focus,
.emby-select-withcolor:focus,
.emby-input:focus,
.itemSelectionPanel {
  border: 0.01em solid rgba(var(--selection), 0.8) !important;
}
.emby-checkbox:checked + span + .checkboxOutline {
  background-color: rgba(0, 0 , 0, 0.4) !important; 
  border: 0.01em solid rgba(var(--selection), 0.8) !important;
}

#loginPage .readOnlyContent,
#loginPage form {
  max-width: fit-content;
}

#loginPage .padded-left.padded-right.padded-bottom-page {
  margin-left: 50%;
  margin-right: auto;
  transform: translateX(-50%);
  padding-left: 1em;
  padding-right: 1em;
  width: fit-content;
  max-width: calc(63.5vw + 32vh);
  background: rgba(var(--tint2), 0.1);
  border-radius: var(--rounding);
}

#loginPage .squareCard {
  max-width: 11em;
  min-width: 10em;
}

#loginPage .card.squareCard.scalableCard.squareCard-scalable {
  border: 1px solid #58547a;
  border-radius: var(--rounding);
  margin: 1em;
}

#loginPage .cardBox.cardBox-bottompadded {
  padding: 0 !important;
  margin: 0 !important;
}

.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
  border-color: rgba(var(--accent));
}

#loginPage .raised {
  font-weight: 500;
  width: calc(1.5vw + 32vh);
}

#loginPage .checkboxOutline {
  border-radius: 999em;
}

#loginPage .visualLoginForm {
  margin-bottom: 2em;
}

#loginPage .readOnlyContent .emby-button {
  width: calc(1.5vw + 32vh);
  transform: translateX(-50%);
  margin-left: 50%;
  margin-right: 50%;
  margin-top: 1.5em;
}

#divUsers.itemsContainer.vertical-wrap.centered {
  margin-right: 0;
  width: 100%;
}

#loginPage form {
  padding-top: 4em;
}

#loginPage .sectionTitle{
  margin-left: auto !important;
  margin-right: auto !important;
}
#loginPage {
  background: var(--loginGradient) !important;
  background-size: cover !important;
}

.layout-desktop .visualLoginForm h1,
.layout-tv .visualLoginForm h1 {
  padding-top: 1em;
}

#childrenContent .starRatingContainer {
  display: none;
}

@media (min-width: 100em) {
    .portraitCard, .squareCard {
        width: 11%;
    }
}

.layout-desktop .dialogContainer .availableImagesList .card,
.layout-tv .dialogContainer .availableImagesList .card {
  width: 20%;
}

.layout-desktop .dialogContentInner .card.scalableCard.imageEditorCard,
.layout-tv .dialogContentInner .card.scalableCard.imageEditorCard {
  width: 30%;
}

@media (max-width: 62.5em) {
  .layout-desktop .detailPageWrapperContainer, .layout-tv .detailPageWrapperContainer {
    margin-top: 0em !important;
  }
}

@media (orientation: landscape) {
  .layout-desktop #itemDetailPage { 
    position: relative;
  }
  .layout-desktop #itemDetailPage::after,
  .layout-tv #itemDetailPage::after {
    content: none;
  }
  .layout-desktop .detailLogo,
  .layout-tv .detailLogo {
    position: fixed;
    z-index: 0;
    left: 4.5em;
    width: 30vw;
    height: 30vh;
    animation: fadeLogo 0.5s 2s ease-out forwards;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
  .layout-desktop #itemDetailPage:has(.portraitCard) .detailLogo,
  .layout-tv #itemDetailPage:has(.portraitCard) .detailLogo {
    top: 80vh;
    left: 20vw;
    bottom: unset;
  }
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) .detailLogo,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) .detailLogo {
  display: none;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .detailLogo,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .detailLogo {
  display: none;
}

.layout-desktop #itemDetailPage .nameContainer, 
.layout-tv #itemDetailPage .nameContainer {
  position: fixed;
  left: 2.75em;
  top: 35.78em;
  width: 22.1em;
  justify-content: center;
  text-align: center;
  height: 3.6em;
  display: flex;
  pointer-events: all;
  flex-direction: row;
}

.layout-desktop .skinHeader,
.layout-tv .skinHeader {
  position: fixed;
  top: -0.5em;
}


@media (orientation: landscape) {
  .itemDetailPage {
    padding-top: 0em !important;
  }
}

.layout-desktop .detailImageContainer .card,
.layout-tv .detailImageContainer .card {
  position: fixed !important;
}

.headerTabs.sectionTabs {
  text-size-adjust: 110%;
}
.pageTitle {
  margin-top: auto; 
  margin-bottom: auto;
  filter: drop-shadow(0px 0px 1.5px rgb(0, 0, 0));
  color: #fff;
}

[dir="ltr"] .listItem {
  padding: .25em .25em .25em .25em;
}

.docspinner {
  contain: layout style size;
  height: 10vh;
  left: 50%;
  margin-left: -5vh;
  margin-top: -5vh;
  position: fixed;
  top: 50%;
  width: 10vh;
  z-index: 9999999;
}

.mdl-spinner__circle-clipper .mdl-spinner__circle {
  width: 200%;
  border: 0.5em solid white;
}

.mdlSpinnerActive .mdl-spinner__circleLeft {
  -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
  animation: mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
  border: 0.5em solid rgb(var(--accent));
}

.cardIndicators,
.listItemIndicators {
  top: 0.5em;
}

.cardBox-bottompadded {
  margin-bottom: 0.4em !important;
}
.itemsContainer > .card > .cardBox {
  margin-right: 0.8em;
}
.raised.homeLibraryButton {
  background: rgba(0, 0, 0, 0.35) !important;
  filter: drop-shadow(0 0 1px rgba(2, 2, 2, 0.75));
}
.raised.homeLibraryButton:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
.raised.homeLibraryButton:hover {transition: filter 0.2s}
.raised.homeLibraryButton {transition: filter 0.2s}
.homeLibraryButton {
  min-width: 9em;
  margin: 0.4em;
}
@media all and (max-width: 26em){
  .homeLibraryButton {
    min-width: 35%;
    width: auto !important;
  }
}
.homeLibraryButton {
  width: auto !important;
}

.visualCardBox, .cardImageContainer {
  box-shadow: none;
}

#itemDetailPage .detailImageContainer.padded-left .cardScalable .cardImageContainer {
  border-radius: 0.2em !important;
}

.layout-desktop #itemDetailPage .detailImageContainer.padded-left .cardScalable .cardImageContainer,
.layout-tv #itemDetailPage .detailImageContainer.padded-left .cardScalable .cardImageContainer {
  border-radius: 0em !important;
}

.backgroundProgress > div {
  background: rgba(0, 0, 0, 0);
}

#divRunningTasks span {
  color: rgba(255,255,255,0.75) !important;
}

.itemsContainer > .card > .cardBox {
  margin-left: 0.6em !important;
  margin-right: 0.2em !important;
  background: rgb(var(--tint));
  border-radius: var(--rounding);
}

.button-flat:hover {
  background: transparent !important;
  color: rgb(var(--accent)) !important;
}
.dashboardSection h3 {
  margin: .5em .0em .5em .5em;
}
.dashboardSection .sectionTitleTextButton > .material-icons.material-icons {
  margin-top: .5em;
  margin-bottom: .5em;
  margin-right: .2em;
}

.listItemIcon {
  background: #0000 !important;
}

.listItem-border {
  border-color: rgba(255, 255, 255, 0) !important;
}

.formDialogFooter-clear,
.formDialogHeader-clear,
.innerCardFooterClear {
  background-color: transparent !important;
}

.emby-button.show-focus:focus {
  filter: drop-shadow(0 0 1px rgba(2, 2, 8px, 0.75));
  transform: scale(1);
}
.paper-icon-button-light.show-focus:focus {
  color: rgb(var(--accent)) !important;
}

button-flat:hover {
  color: rgb(var(--accent)) !important;
}

.raised:hover, .fab:hover, a[data-role="button"]:hover {
  background: #fff !important;
  color: #000 !important;
  font-weight: 800;
}

.subtitleappearance-preview {
  background: linear-gradient(140deg,rgba(var(--accent)),#111) !important;
}

.navMenuOption-selected {
  color: rgb(var(--accent));
}
.mdl-slider-background-lower {
  background-color: rgb(var(--accent));
}   

progress::-moz-progress-bar {
  background-color: rgba(var(--accent),0.75);
}
progress::-webkit-progress-value {
  background-color: rgba(var(--accent),0.75);
}
.taskProgressInner {
  background: rgba(var(--accent),0.75) !important;
}

#dashboardPage .playbackProgress > div {
  background-color: rgba(var(--accent), 0.75) !important;
}
#dashboardPage .transcodingProgress > div {
  background-color: rgba(var(--accent), 0.35) !important;
}

.mdl-slider-background-lower {
  background-color: rgb(var(--accent));
  z-index: 0;
  border-radius: 5em;
  padding-right: 0.4vw;
}
.mdl-slider::-moz-range-thumb {
  background: rgb(var(--accent));
}
.mdl-slider::-ms-thumb {
  background: rgb(var(--accent));
}
.mdl-slider::-webkit-slider-thumb {
  background: rgb(var(--accent));
}

.mdl-slider-background-flex-container {
  box-sizing: border-box;
  padding: 0px 0em;
  position: absolute;
  top: 50%;
  width: 100%;
}

.iconOsdProgressInner {
  background: rgb(var(--accent));
}

.countIndicator, 
.playedIndicator {
  background: rgb(var(--tint2));
}

.paper-icon-button-light:hover,
.raised.homeLibraryButton:hover,
.button-flat:hover,
.playstatebutton-icon-played,
.paper-icon-button-light:hover:not(:disabled),
.emby-tab-button:hover,
.selectLabelFocused,
.inputLabelFocused,
.textareaLabelFocused,
.buttonActive,
.button-link {
  color: rgb(var(--accent));
}

.cardOverlayButton-hover .playstatebutton-icon-played {
  color: #fff;
}

.material-icons.detailButton-icon.favorite:hover {
  color: #f00;
  transition: color 1s;
}

.ratingbutton-icon-withrating {
  color: #ff0060;
  filter: drop-shadow(0px 0px 5px #ff666669)
}

.material-icons.detailButton-icon.favorite.ratingbutton-icon-withrating:hover {
    color: rgb(var(--accent));
    transition: color 1s;
}

#itemDetailPage .button-link {
  color: inherit;
  font-weight: 600;
  transition: color 0.3s;
}

#itemDetailPage .button-link:hover {
  color: rgb(var(--accent)) !important;
  text-decoration: none;
}

.navMenuOption:hover,
.actionSheetMenuItem:hover {
  background-color: #fff !important;
}

.emby-checkbox:checked + span + .checkboxOutline,
.emby-textarea:focus,
.emby-select-withcolor:focus,
.emby-input:focus,
.itemSelectionPanel {
  border: 0.01em solid #fff !important;
}

.layout-desktop .mainDetailButtons,
.layout-tv .mainDetailButtons {
  font-size: 1.08em;
}

.startTimeText, .endTimeText {
  width: 3.4em;
  display: block;
  text-align: center;
}
.osdTitle {
  margin-left: 0.5em;
}

.osdTimeText {
}

.videoOsdBottom {
  padding-top: 1em;
}

.skinHeader-withBackground.osdHeader {
  height: 5em;
}

.collapseContent, .formDialogFooter:not(.formDialogFooter-clear), .formDialogHeader:not(.formDialogHeader-clear), .paperList, .visualCardBox {
  background-color: rgb(var(--tint));
}
progress {
  background: rgba(0, 0, 0, 0.5) !important;
}


.emby-input,
.emby-textarea {
  padding: .4em .55em;
}
.emby-select {
  padding: .35em 1.9em .35em .35em;
}
.selectArrow {
  margin-top: 1.05em;
}

.sectionTitleTextButton > .material-icons {
  margin-bottom: -0.1em;
  opacity: 0;
 }
 
.sectionTitle {
  margin-left: 0em !important;
  margin-top: 0.5em !important;
  font-weight: 600;
}

.itemsContainer.padded-left.padded-right.padded-right-withalphapicker.vertical-wrap {
  margin-right: 3%;
}

.layout-desktop .itemsContainer.padded-left.padded-right.padded-right-withalphapicker.vertical-wrap,
.layout-tv .itemsContainer.padded-left.padded-right.padded-right-withalphapicker.vertical-wrap {
  max-width: 93%;
  padding: 0;
  gap: 1%;
}

.layout-desktop #homeTab .emby-scroller,
.layout-tv #homeTab .emby-scroller {
  padding-left: max(env(safe-area-inset-left),0%);
}

.layout-desktop .sections.homeSectionsContainer, 
.layout-tv .sections.homeSectionsContainer {
  padding-left: max(env(safe-area-inset-left),0.5%);
}

.layout-desktop #homeTab .sectionTitleContainer-cards,
.layout-tv #homeTab .sectionTitleContainer-cards {
  padding-left: 0;
}

[dir="ltr"] .padded-left {
  padding-left: 1em;
}

.card:hover .indicator.videoIndicator {
  opacity: 0;
}

.nowPlayingBarCurrentTime {
  width: 6em;
}
.osdTextContainer {
    margin: 0 !important;
    margin-top: 0.2em !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.headerUserButtonRound {
  border-radius: 50px !important;
}

.navMenuOptionText {
  margin-top: 0;
}
.formDialogHeaderTitle {
  margin-left: 1em;
}

.dialogContentInner {
  padding: .5em 1em 1em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 6em;
}
.listItem-indexnumberleft {
  margin: 1em;
}
.listItem {
  padding-left: 1em;
}

.layout-desktop #itemDetailPage .overflowSquareCard,
.layout-tv #itemDetailPage .overflowSquareCard {
  width: 6.7em;
}

.layout-desktop #itemDetailPage .overflowBackdropCard,
.layout-tv #itemDetailPage .overflowBackdropCard {
  width: 14.94em;
}

.skinHeader {
  display: -webkit-flex;
  display: flex;
}

.cardPadder {
  background-color: #0000 !important; box-shadow: none !important;
}

.cardText {
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: normal;
  margin-left: 0em;
  font-weight: 600;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  line-height: 1.15em;
}

.layout-desktop .cardText.cardTextCentered.cardText-secondary,
.layout-tv .cardText.cardTextCentered.cardText-secondary {
  padding-top: 0;
  padding-bottom: 0.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1em;
  max-height: 2.2em;
  margin-top: 0em;
}

.skinHeader-withBackground {
  background-color: transparent !important;
}

@media all and (min-width: 100em){
  #indexPage,
  #moviesPage,
  #tvRecommendedPage,
  #musicRecommendedPage {
    margin-top: 0em;
    padding-top: 3.5em !important;
  }
  .layout-desktop .verticalSection.detailVerticalSection.moreFromSeasonSection .card.overflowBackdropCard, 
  .layout-tv .verticalSection.detailVerticalSection.moreFromSeasonSection .card.overflowBackdropCard,
  .layout-desktop #specialsCollapsible .scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX .card.overflowBackdropCard,
  .layout-tv #specialsCollapsible .scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX .card.overflowBackdropCard {
    width: 14.94em;
    margin-top: -0.3em;
  }
}

@media all and (max-width: 100em){
  #indexPage,
  #moviesPage,
  #tvRecommendedPage,
  #musicRecommendedPage {
    margin-top: 6em;
    padding-top: 0.5em !important;
  }
}

@media all and (max-width: 100em){
  .layout-desktop #indexPage, .layout-tv #indexPage,
  .layout-desktop #moviesPage, .layout-tv #moviesPage,
  .layout-desktop #tvRecommendedPage, .layout-tv #tvRecommendedPage,
  .layout-desktop #musicRecommendedPage, .layout-tv #musicRecommendedPage {
    margin-top: 2em;
    padding-top: 0.5em !important;
  }
}

.force-scroll {
  overflow-y: auto;
  overflow-x: auto;
}

.raised.homeLibraryButton {
  box-shadow: 0px 0px 5px rgba(var(--accent), 0) !important;
  border: solid 1px rgba(var(--accent),0) !important;
}

#homeTab .itemsContainer.padded-left.padded-right.vertical-wrap.focuscontainer-x .raised.homeLibraryButton.emby-button .material-icons.homeLibraryIcon {
  margin-left:0.05em;
}

@media (min-width: 70em) {
  .cardOverlayContainer {
    background-color: rgba(255, 255, 255, 0.05);
  }
}

.cardOverlayContainer:hover,
.cardOverlayContainer:focus,
.dialog,
.toast,
.raised.homeLibraryButton:hover {
  box-shadow: 0px 0px 5px #fff9;
  border: solid 1px #fff;
}

.listItem:hover {
  box-shadow: 0px 0px 5px #fff9;
}

.cardOverlayContainer {
  border: solid 1px #fff !important;
}
.drawer-open {
  box-shadow: 0px 0px 5px #fff !important;
  border-right: solid 1px #fff !important;
}

@supports (backdrop-filter: blur(15px)) {
  .dialog,
  .mainDrawer,
  .toast,
  .appfooter {
    backdrop-filter: blur(15px);
    background-color: rgb(var(--tint));
  }
  .paper-icon-button-light:hover,
  #itemDetailPage .itemProgressBar,
  #dashboardPage .backgroundProgress > div {
    backdrop-filter: blur(0px);
  }
  @media all and (max-width: 70em){
    .cardOverlayButtonIcon {
      background-color: rgba(0, 0, 0, 0) !important;
    }
  }
}


.cardOverlayButton-br {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  padding: 0em;
  gap: 1em;
  border-radius: 10px;
}

.cardOverlayButtonIcon {
  width: 1.1em !important;
  height: 1.5em !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardOverlayButton {
  position: relative;
  color: #fff;
  padding: 0.12em;
}


.cardOverlayContainer > .cardOverlayFab-primary {
  background-color: rgba(0,0,0,0);
  height: 3em;
  left: 50%;
  margin-left: -1.5em;
  margin-top: -1.5em;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 3.1em;
}
.missingIndicator, 
.unairedIndicator,
.detailTable,
.primaryImageWrapper > img,
.toast,
.paperList,
.cardContent,
.sessionNowPlayingInnerContent, 
.listItem:hover, 
.cardImage,
.fab,
.raised,
.multiSelectCheckboxOutline,
.itemSelectionPanel,
.cardContent-button, 
.cardContent-shadow, 
.itemDetailImage, 
.cardImageContainer,
.cardPadder,
.listItemImage,
.listItemImageButton,
.listItemButton,
.blurhash-canvas,
.dialog,
.listItemIcon,
.listItem-border,
.visualCardBox,
.checkboxOutline,
.emby-select-withcolor,
.chapterThumbTextContainer,
.chapterThumbContainer,
.chapterThumb,
.emby-input, 
.emby-textarea, 
.emby-select-withcolor,
.nowPlayingPageImage,
.upNextDialog-poster-img,
.upNextContainer,
.cardOverlayButtonIcon,
.cardOverlayContainer {
  border-radius: var(--rounding) !important;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) .listItemImageButton,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) .listItemImageButton {
  background: transparent;
  color: transparent;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) .listItem.listItem-largeImage.listItem-withContentWrapper:hover .paper-icon-button-light[data-action="resume"],
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) .listItem.listItem-largeImage.listItem-withContentWrapper:focus .paper-icon-button-light[data-action="resume"] {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) .paper-icon-button-light[data-action="resume"]:hover,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) .paper-icon-button-light[data-action="resume"]:focus {
  background-color: rgba(0, 0, 0, 0.86) !important;
  color: rgb(var(--accent)) !important;
}

.layout-desktop #itemDetailPage .listItemImage.listItemImage-large.itemAction.lazy.non-blurhashable.lazy-image-fadein-fast[data-action="link"],
.layout-tv #itemDetailPage .listItemImage.listItemImage-large.itemAction.lazy.non-blurhashable.lazy-image-fadein-fast[data-action="link"] {
  border-radius: var(--rounding) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  max-width: 100%;
  width: 100%;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) .listItem,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) .listItem {
  padding: 0;
}

/*hover zoom*/
.layout-desktop .homeLibraryButton:hover,
.layout-tv .homeLibraryButton:hover,
.layout-desktop .homeLibraryButton:focus,
.layout-tv .homeLibraryButton:focus,
.layout-desktop .card.portraitCard:hover,
.layout-desktop .card.backdropCard:hover,
.layout-desktop .card.squareCard:hover {
  -webkit-filter: none !important;
  box-shadow: 0 0 5px 0, 255, 222;
  filter: none !important;
  transform: scale(1.02);
  transition: transform 1s ease;
}

.layout-tv .card:focus {
  -webkit-filter: none !important;
  box-shadow: 0 0 5px 0, 255, 222;
  filter: none !important;
  transition: transform 1s ease;
}

.layout-desktop .homeLibraryButton,
.layout-tv .homeLibraryButton {
  font-weight: 700;
  border-radius: 0.5em !important;
}

.layout-desktop .homeLibraryButton:hover,
.layout-mobile .homeLibraryButton:hover,
.layout-tv .homeLibraryButton:hover {
  filter: drop-shadow(0 0 1px rgba(2, 2, 2, 0.75));
  background: #fff !important;
  color: #000 !important;
  transform: revert;
  font-weight: 700;
}

.backdropImage {
  filter: blur(0px) saturate(100%) contrast(110%) brightness(100%);
}

.listItem {
  text-align: center;
  padding: 10px;
}

#childrenContent .childrenItemsContainer.itemsContainer.padded-right.vertical-list .listItem.listItem-largeImage.listItem-withContentWrapper .listItem-content .listItemImage.listItemImage-large.itemAction.lazy.non-blurhashable.lazy-image-fadein-fast {
  transition: box-shadow 0.3s;
}

#childrenContent .childrenItemsContainer.itemsContainer.padded-right.vertical-list .listItem.listItem-largeImage.listItem-withContentWrapper .itemProgressBarForeground {
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.detailsGroupItem.genresGroup,
.detailsGroupItem.writersGroup,
.itemTags {
  display: none;
}

.layout-desktop .detailsGroupItem, .trackSelections .selectContainer,
.layout-tv .detailsGroupItem, .trackSelections .selectContainer {
  display: -webkit-flex;
  display: flex;
}

.layout-desktop .trackSelections {
  position: fixed;
  left: 2.5em;
  bottom: 9.381em;
  width: 21.66em;
  font-weight: 500;
  opacity: 0;
  animation: fadeTracks 0.5s ease-out 1.25s forwards;
  pointer-events: all;
}

.layout-tv .trackSelections {
  position: fixed;
  left: 1.5em;
  top: 48.6em;
  width: 27em;
  font-weight: 500;
  opacity: 1;
  animation: none;
}

@keyframes fadeTracks {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.layout-desktop .trackSelections .selectContainer .detailTrackSelect,
.layout-tv .trackSelections .selectContainer .detailTrackSelect {
  text-overflow: ellipsis;
  text-align: left;
  padding-left: 1em;
  padding-right: 1.5em;
  font-weight: 600;
  margin-left: 0.5em;
  transform: translateX(-5.7%);
  max-height: 1.5em;
  font-size: 95%;
}

.layout-desktop .trackSelections.focuscontainer-x .selectVideo,
.layout-desktop .trackSelections.focuscontainer-x .selectAudio,
.layout-desktop .trackSelections.focuscontainer-x .selectSubtitles,
.layout-desktop .trackSelections.focuscontainer-x .selectSource,
.layout-tv .trackSelections.focuscontainer-x .selectVideo,
.layout-tv .trackSelections.focuscontainer-x .selectAudio,
.layout-tv .trackSelections.focuscontainer-x .selectSubtitles,
.layout-tv .trackSelections.focuscontainer-x .selectSource {
  margin-left: 2em;
}

#seriesScheduleSection {
  display: none;
}

.itemsContainer.padded-left {
  flex: 1;
  display: flex;
  white-space: normal;
  flex-wrap: wrap;
}

.layout-desktop #homeTab .section0 .verticalSection.verticalSection-extrabottompadding .itemsContainer.padded-left.padded-right.vertical-wrap.focuscontainer-x,
.layout-tv #homeTab .section0 .verticalSection.verticalSection-extrabottompadding .itemsContainer.padded-left.padded-right.vertical-wrap.focuscontainer-x {
  justify-content: space-evenly;
}

.itemsContainer.padded-left {
  flex: 1;
}

.layout-desktop .detailImageContainer .card,
.layout-tv .detailImageContainer .card {
  width: 19.145em;
  top: 3.5em;
  left: 4.3em;
  min-width: unset;
  filter: drop-shadow(-6px 2px 8px rgba(0, 0, 0, 0.58));
  max-width: unset;
}

.layout-desktop .detailImageContainer .card.backdropCard, 
.layout-tv .detailImageContainer .card.backdropCard {
  width: 22.975em;
  top: 24.5em;
  left: 4.3em;
  min-width: 265px;
  filter: drop-shadow(-6px 2px 8px rgba(0, 0, 0, 0.58));
  max-width: unset;
}

.layout-desktop .itemDetailPage:has(.parentName.focuscontainer-x .button-link.itemAction.emby-button[data-type="Series"]) .detailLogo,
.layout-tv .itemDetailPage:has(.parentName.focuscontainer-x .button-link.itemAction.emby-button[data-type="Series"]) .detailLogo {
  display: none;
}

.itemProgressBar {
  background: rgba(0, 0, 0, 0.25);
  height: 0.5em;
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
}

.itemProgressBarForeground {
  background: rgb(var(--accent));
}

.layout-desktop .detailImageContainer .card.portraitCard:hover,
.layout-tv .detailImageContainer .card.portraitCard:focus,
.layout-desktop .detailImageContainer .card.backdropCard:hover,
.layout-tv .detailImageContainer .card.backdropCard:focus,
.layout-desktop .detailImageContainer .card.squareCard:hover,
.layout-tv .detailImageContainer .card.squareCard:focus {
  filter: drop-shadow(-6px 2px 8px rgba(0, 0, 0, 0.58)) !important;
  transform: none;
  transition: transform 1s ease;
}
.layout-desktop #itemDetailPage .card.squareCard,
.layout-tv #itemDetailPage .card.squareCard {
  top: 13em;
}

.flex.align-items-center.flex-grow.headerTop {
  padding-bottom: 20px;
  height: 2.2em;
}

@media (min-width:45em) {
  .layout-desktop .headerTop,
  .layout-tv .headerTop {
  }
  .headerTabs {
    -webkit-align-items:center;
    align-items:center;
    -webkit-align-self:center;
    align-self:center;
    -webkit-justify-content:center;
    justify-content:center;
    margin-top:-3.65em;
    position:relative;
    width:100vw;
  }
}

@media (max-width:45em) {
  .layout-desktop .headerTop,
  .layout-tv .headerTop {
    padding:.8em .8em
  }
  .headerTabs {
    -webkit-align-items:center;
    align-items:center;
    -webkit-align-self:center;
    align-self:center;
    -webkit-justify-content:center;
    justify-content:center;
    margin-top:-2em;
    position:relative;
  }
}

@media (max-width:85em) {
  #moviesTab .layout-desktop .headerTop,
  #moviesTab .layout-tv .headerTop {
    padding:.8em .8em
  }
  .headerTabs {
    -webkit-align-items:center;
    align-items:center;
    -webkit-align-self:center;
    align-self:center;
    -webkit-justify-content:center;
    justify-content:center;
    position:relative;
  }
}

@media (max-width:959px) {
  .headerTabs {
    -webkit-align-items:center;
    align-items:center;
    -webkit-align-self:center;
    align-self:center;
    -webkit-justify-content:center;
    justify-content:center;
    position:relative;
    margin-top:-1.3em;
  }
  .layout-desktop .headerTabs.sectionTabs .tabs-viewmenubar.emby-tabs.focusable.scrollX .emby-tabs-slider .emby-tab-button,
  .layout-tv .headerTabs.sectionTabs .tabs-viewmenubar.emby-tabs.focusable.scrollX .emby-tabs-slider .emby-tab-button {
    max-width: fit-content;
  }
}

@media (orientation: landscape) and (max-width:960px) {
  .headerTabs {
    margin-top: -4em !important;
  }
}

.mainDrawer {
  background-color: rgba(var(--tint), 0.4);
}

.layout-desktop .mainDrawer,
.layout-tv .mainDrawer {
  max-width: 14.5vw;
}

[dir="ltr"] .sidebarHeader {
  margin-left: 2%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.mainDrawer-scrollContainer.scrollContainer .navMenuOption:hover,
.mainDrawer-scrollContainer.scrollContainer .navMenuOption:hover emby-button,
button.is-emby-button:hover emby-button {
  background: #fff !important;
  transition: background 0.1s;
  color: black !important;
}

.navMenuOption {
  border-radius: var(--rounding) !important;
  width: 100% !important;
  margin-left: 0em !important;
}

[dir="ltr"] .navMenuOption {
  padding: .75em 0 .75em 1.5em !important;
}

.navMenuOption:hover .navMenuOptionText {
  color: black !important;
}

.mainDrawer-scrollContainer.scrollContainer .navMenuOption,
.mainDrawer-scrollContainer.scrollContainer .navMenuOption emby-button,
button.is-emby-button emby-button {
  background-color: transparent !important;
  transition: background 0.3s ease;
}

#myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button:hover {
  background: #3733531f !important;
  transition: background 0.3s ease;
}

#myPreferencesMenuPage .verticalSection-extrabottompadding {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#myPreferencesMenuPage .sectionTitle {
}

#myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button {
  width: fit-content;
  margin-left: 0 !important;
  margin-bottom: 1em;
  border-radius: var(--rounding) !important;
  background-color: transparent !important;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.layout-desktop #myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button,
.layout-tv #myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button {
  width: calc(1.5vw + 32vh);
  margin-left: 0 !important;
  margin-bottom: 1em !important;
  border-radius: var(--rounding) !important;
  background-color: rgba(var(--tint2), 0.1) !important;
  transition: background 0.3s ease;
  display: flex !important;
  justify-content: center;
  transition: background-color 0.3s ease-out 0s, box-shadow 0.8s ease-out 0.1s;
  box-shadow: 0px 0px 5px rgba(var(--tint), 1) !important;
}

.layout-desktop #myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button:hover,
.layout-tv #myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button:hover {
  transition: background-color 0s ease-out 0s, box-shadow 0.3s ease-out 0s;
  background-color: rgba(var(--tint2), 0.6) !important;
  transition: background 0.3s ease;
  display: flex !important;
  justify-content: center;
  box-shadow: 0px 0px 5px rgba(var(--accent), 1) !important;
}

@media (min-width: 50em) {
  .layout-desktop #myPreferencesMenuPage .readOnlyContent,
  .layout-tv #myPreferencesMenuPage .readOnlyContent {
    max-width: calc(4.5vw + 32vh);
    background: rgba(var(--tint2), 0.1);
    border-radius: var(--rounding);
  }
}

#myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItem:hover {
  background: transparent;
  box-shadow: none;
}

#myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItemBodyText {
  text-align: center;
  width: 100%;
}

#myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button:hover .listItemBodyText {
  color: white !important;
}

#myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button:focus .listItemBodyText {
  color: white !important;
}

#myPreferencesMenuPage [dir="ltr"] .listItemIcon {
  margin: 0 .25em 0 0.25em;
}

.mdl-slider-background-upper {
  background: rgba(var(--tint));
  border-radius: var(--rounding);
  height: 0.75em !important;
  opacity: 0.25;
}

.layout-desktop div:not(.sectionTitleContainer-cards) > .sectionTitle-cards,
.layout-tv div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
  margin: 0;
  padding-top: 0.5em;
}
  #albumsTab .itemsContainer.padded-left.padded-right.padded-right-withalphapicker.vertical-wrap {
    display: flex;
  }
  .alphaPicker-fixed {
    top: 9em;
  }
  [dir="ltr"] .alphaPicker-fixed-right {
    right: max(env(safe-area-inset-right),0.5em);
  }
}

#myPreferencesMenuPage .listItemIcon {
  margin: 0;
}

.homePage .section1.verticalSection .sectionTitle-cards + .emby-scrollbuttons {
  margin-left: auto;
}

.emby-scrollbuttons-button > .material-icons {
  display: block;
  min-height: 24px;
  min-width: 24px;
  margin-top: -0.3em;
}

.layout-desktop .homePage .section1.verticalSection .itemsContainer .card.overflowBackdropCard,
.layout-tv .homePage .section1.verticalSection .itemsContainer .card.overflowBackdropCard {
  margin-top: 0em;
}

.layout-desktop .overflowBackdropCard,
.layout-tv .overflowBackdropCard {
}

.verticalSection .card img {
  width: 100%;
  height: auto;
}

.detailVerticalSection .nextUpItems {
  margin-top: -5px;
}

.itemName {
  padding-top: 0em;
}
.infoText {
  max-width: 100%;
  min-width: 0;
  text-align: left;
}
.subtitle {
  margin: .15em 0 .2em -1em;
  padding-left: 0em;
  text-align: center;
}

@media only screen and (max-width: 426px) {
  .homePage .section1.verticalSection .sectionTitle-cards {
    margin-right: -3.5em;
    margin-left: 10px;
  }
}

.homeLibraryButton {
  margin-left: 1em !important;
  margin-right: 1em !important;
  min-width: 7em;
}

.layout-desktop .alphaPickerButton-vertical,
.layout-tv .alphaPickerButton-vertical {
  width: 3vw;
  height: 3vh;
}

.layout-desktop .alphaPickerButton,
.layout-tv .alphaPickerButton {
  padding: .2em .4em;
}

.layout-desktop .alphaPicker-fixed,
.layout-tv .alphaPicker-fixed {
  top: max(env(safe-area-inset-top),20vh);
  height: 80vh;
}

@media (min-width: 62.5em) {
  [dir="ltr"] .alphaPicker-fixed-right {
    right: 1em;
    right: max(env(safe-area-inset-right),1vw);
    z-index: 99;
  }
}

.cardOverlayFab-primary {
  background-color: rgba(0,0,0,0);
  height: 3em;
  left: 50%;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .infoWrapper, 
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .infoWrapper {
  width: 76%;
  max-width: 76%;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .trackSelections.focuscontainer-x .selectVideo, 
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .trackSelections.focuscontainer-x .selectAudio, 
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .trackSelections.focuscontainer-x .selectSubtitles, 
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .trackSelections.focuscontainer-x .selectSource, 
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .trackSelections.focuscontainer-x .selectVideo, 
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .trackSelections.focuscontainer-x .selectAudio, 
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .trackSelections.focuscontainer-x .selectSubtitles, 
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .trackSelections.focuscontainer-x .selectSource {
  margin-left: 3.354em;
}

.layout-desktop .trackSelections .selectContainer {

}


@media (max-width: 50em) {
  .trackSelections .selectContainer {
    overflow: hidden;
  }
}

.programCell {
  background: transparent !important;
}

.programCell-active {
  background: rgba(var(--accent), 0.35) !important;
}

.programCell-movie {
  background: transparent !important;
}

.guideProgramNameText {
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.channelPrograms {
  white-space: wrap;
}

.layout-desktop .verticalSection.section2 .card.overflowBackdropCard,
.layout-tv .verticalSection.section2 .card.overflowBackdropCard {
}

.verticalSection.section0 .card[data-type="CollectionFolder"] .cardBox {
  background: transparent;
}

.verticalSection.section0 .textActionButton[data-type="CollectionFolder"],
.verticalSection.section0 .textActionButton[data-type="UserView"]
 {
  display: none;
}

.layout-desktop .verticalSection-extrabottompadding,
.layout-tv .verticalSection-extrabottompadding {
}

.content-primary, .padded-bottom-page, .page, .pageWithAbsoluteTabs .pageTabContent {
  width: 100%;
}

.layout-desktop .itemsContainer.vertical-wrap.centered,
.layout-tv .itemsContainer.vertical-wrap.centered {
  width: 96%;
  margin: 0 auto;
  margin-right: 2em;
}

.collectionItems .itemsContainer.padded-left::before {
  opacity: 0;
}

.layout-desktop #childrenContent .listItemBodyText.secondary.listItem-overview.listItemBodyText,
.layout-tv #childrenContent .listItemBodyText.secondary.listItem-overview.listItemBodyText {
  transition: filter 0.8s, opacity 0.8s;
  filter: blur(0px);
  opacity: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.6em;
}

#childrenContent .listItem-content .listItemBodyText {
  color: #fff;
  font-weight: 600;
}

#childrenContent .listItem-content .secondary.listItemBodyText {
  color: #ffffffe3;
  font-weight: 500;
  justify-content: space-between;
}

.layout-desktop #childrenContent .listItemBodyText.secondary.listItem-overview.listItemBodyText:hover,
.layout-tv #childrenContent .listItemBodyText.secondary.listItem-overview.listItemBodyText:focus {
  filter: blur(0px);
  opacity: 1;
}

.cardOverlayButtonIcon, .cardOverlayButtonIcon.material-icons {
  display: flex;
  filter: drop-shadow(1px -1px 1px rgba(2, 2, 2, 0.8));
}

.upNextContainer {
  background: rgba(var(--tint), 0.86);
  z-index: 50;
}

.upNextContainer .raised {
  background: rgba(var(--accent), 0.41)
  border: transparent;
  padding: 0.8em;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: 0;
}

.upNextContainer .flex.flex-direction-row.upNextDialog-buttons {
  gap: calc(100% - 18.93em);
  margin: 0;
  max-width: 100%;
}

.upNextContainer .flex.flex-direction-row.upNextDialog-mediainfo {
}


.upNextContainer .raised:hover {
  background: #fff !important;
}

.raised.raised-mini.btnHide.upNextDialog-button.emby-button:hover {
}

/*Iskelderon's cleaner Scenes & Specials grid */
@media (min-width:1800px) and (min-height:900px) {
  #specialsCollapsible .emby-scroller,
  #musicVideosCollapsible.emby-scroller,
  #scenesCollapsible.emby-scroller {
  }

  #specialsCollapsible .emby-scrollbuttons,
  #musicVideosCollapsible .emby-scrollbuttons,
  #scenesCollapsible .emby-scrollbuttons  {
  }

  #specialsCollapsible .itemsContainer,
  #musicVideosCollapsible .itemsContainer,
  #scenesCollapsible .itemsContainer {
  }

  #specialsCollapsible .overflowBackdropCard,
  #musicVideosCollapsible .overflowBackdropCard,
  #scenesCollapsible .overflowBackdropCard {
  }
}

.osdControls {
}

.css-4yt2of, .css-139vfv2 {
  background-color: rgb(var(--tint))
  color: rgb(255, 255, 255);
  background-image: none;
}

.previewListItem:hover {
  color:black !important;
}

.skip-button {
  bottom: 7.52em;
  right: 7.5em;
  color: #fff;
  background: rgba(var(--tint), 0.86);
  border: 1px solid white;
  border-radius: 0.8em;
  padding: 0.5em 1em;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.skip-button:hover,
.skip-button:focus {
  background: #fff;
  color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.layout-desktop .skip-button .material-icons.skip_next,
.layout-tv .skip-button .material-icons.skip_next {
  padding-top: 0.2em;
}

.skip-button-container {
  bottom: 0;
  right: -5em;
}

#myPreferencesMenuPage .sectionTitle {
  text-decoration: underline;
}

#myPreferencesPage .readOnlycontent {
}

#myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItem {
  justify-content: center;
  overflow: visible;
  width: 70%;
}

#myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItemBody {
  overflow: visible;
  text-overflow: unset;
  white-space: wrap;
  padding-right: 0.75em;
}

.layout-desktop #myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItemBody,
.layout-tv #myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItemBody,
.layout-mobile #myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItemBody,
.layout-desktop #myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItemIcon,
.layout-tv #myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItemIcon,
.layout-mobile #myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItemIcon {
  transform: translateX(-0.7em);
}

#myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItemBodyText {
  text-overflow: visible !important;
}

.layout-desktop div.itemMiscInfo.itemMiscInfo-primary,
.layout-tv div.itemMiscInfo.itemMiscInfo-primary {
  font-weight: 500;
  text-align: center;
  filter: drop-shadow(0px 4px 1px #0005);
  gap: 3%;
  margin-bottom: 0 !important;
  font-size: 0.9em;
  justify-content: space-between;
  position: absolute;
  top: 1.8em;
  left: 47.9vh;
  margin-top: 0vh;
  width: 21vh;
  max-height: 2.6vh;
  color: #fff;
  pointer-events: all;
  transition: width 0.2s ease-out 1s, background-color 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s;
  padding-top: 0.4em;
  border-radius: var(--rounding);
  background-color: transparent;
}

.layout-desktop div.itemMiscInfo.itemMiscInfo-primary:hover,
.layout-tv div.itemMiscInfo.itemMiscInfo-primary:focus {
  width: calc(91vw - 65vh);
  transition: width 0.2s ease-out 1s, background-color 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s;
  background-color: rgb(var(--tint));
  border: 0.5px solid;
  border-color: #fff3;
  margin-top: calc(0vh - 1px);
  margin-left: -1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.layout-desktop .itemName.originalTitle,
.layout-tv .itemName.originalTitle {
  font-weight: 600;
  text-align: center;
  filter: drop-shadow(0px 4px 1px #0005);
  justify-content: flex-start;
  width: 61vw;
  gap: 5%;
}

.layout-desktop .itemName.infoText.subtitle.focuscontainer-x {
  text-align: center;
  position: fixed;
  top: 30.3em;
  left: 3.5em;
  width: 13.4em;
  filter: drop-shadow(-1px 1px 2px black);
  line-height: unset;
  transform: translateY(-50%);
  font-weight: 600;
}

.layout-tv .itemName.infoText.subtitle.focuscontainer-x {
  text-align: center;
  position: fixed;
  top: 10.3em;
  left: 19.2em;
  width: 28.3em !important;
  filter: drop-shadow(-1px 1px 2px black);
  line-height: unset;
  transform: translateY(-50%) translateX(-50%);
  font-weight: 600;
}

@media (orientation: portrait) {
  .itemMiscInfo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.1em;
  }
}

button[is="paper-icon-button-light"].cardOverlayButton.cardOverlayButton-hover.itemAction.paper-icon-button-light.cardOverlayFab-primary[data-action="resume"] {
  background-color: rgba(0, 0, 0, 0.7);
  height: 2em;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 2em;
}

.first-imageEditor-buttons, .imageEditor-buttons {
  margin-top: 0em;
  margin-bottom: 0em;
}


@media (min-width: 70em) {
  .headerTabs.sectionTabs .tabs-viewmenubar.emby-tabs.focusable.scrollX .emby-tab-button.emby-button.emby-tab-button-active.lastFocused {
    background: #fff;
    padding: 0.656em 1em 0.656em;
    border-radius: 0.25em;
    margin-left: 1vw;
    margin-right: 1vw;
    border: 1px solid transparent;
    color: #000;
  }

  .headerTabs.sectionTabs .tabs-viewmenubar.emby-tabs.focusable.scrollX .emby-tab-button.emby-button.show-focus.emby-tab-button-active.lastFocused {
    background: #fff;
    padding: 0.656em 1em 0.656em;
    border-radius: 0.25em;
    margin-left: 1vw;
    margin-right: 1vw;
    border: 1px solid transparent;
    color: #000;
  }
  
  .headerTabs.sectionTabs .tabs-viewmenubar.emby-tabs.focusable.scrollX .emby-tab-button.emby-button {
    padding: 0.656em 1em 0.656em;
    border-radius: 0.25em;
    margin-left: 1vw;
    margin-right: 1vw;
    border: 1px solid #62626287;
    margin-bottom: 1em;
    background: rgb(var(--tint));
  }

  .headerTabs.sectionTabs .tabs-viewmenubar.emby-tabs.focusable.scrollX .emby-tab-button.emby-button.emby-tab-button-active {
    background: #fff;
    padding: 0.656em 1em 0.656em;
    border-radius: 0.25em;
    margin-left: 1vw;
    margin-right: 1vw;
    border: 1px solid transparent;
    color: #000;
  }

  .headerTabs.sectionTabs .tabs-viewmenubar.emby-tabs.focusable.scrollX .emby-tab-button.emby-button.show-focus.emby-tab-button-active {
    background: #fff;
    padding: 0.656em 1em 0.656em;
    border-radius: 0.25em;
    margin-left: 1vw;
    margin-right: 1vw;
    border: 1px solid transparent;
    color: #000;
    padding: 1em !important;
  }

  .headerTabs.sectionTabs .tabs-viewmenubar.emby-tabs.focusable.scrollX .emby-tab-button.show-focus:focus {
    color: #000;
    padding: 1em;
    background: #fff !important;
  }

  .headerTabs.sectionTabs .tabs-viewmenubar.emby-tabs.focusable.scrollX .emby-tab-button.emby-button .emby-button-foreground {
    background: transparent;
    font-weight: 500;
    border-radius: 0.2em;
  }

  .headerTabs .emby-tab-button {
    transition: 0s !important;
    width: auto;
    color: #fff;
  }
  .layout-tv .emby-tab-button {
    color: #fff;
  }
  #moviesTab .listItem {
  }

  #moviesTab .listItemBody.itemAction {
  }

  #moviesTab .secondary.listItemMediaInfo {
  }

  #moviesTab .secondary.listItemMediaInfo .mediaInfoItem {
    transform: translateX(-50%);
  }

  #moviesTab .secondary.listItemMediaInfo .starRatingContainer.mediaInfoItem {
    transform: translateX(-50%);
  }

  #moviesTab .secondary.listItemMediaInfo .mediaInfoItem.mediaInfoText.closedCaptionMediaInfoText {
    transform: translateX(-50%);
    justify-content: center;
  }

  #moviesTab .listViewUserDataButtons {
    justify-content: space-around;
  }

  #seriesTab .listItem {
  }

  #seriesTab .listItemBody.itemAction {
  }

  #seriesTab .secondary.listItemMediaInfo {
  }

  #seriesTab .secondary.listItemMediaInfo .mediaInfoItem {
    transform: translateX(-50%);
  }

  #seriesTab .secondary.listItemMediaInfo .starRatingContainer.mediaInfoItem {
    transform: translateX(-50%);
  }

  #seriesTab .secondary.listItemMediaInfo .mediaInfoItem.mediaInfoText.closedCaptionMediaInfoText {
    transform: translateX(-50%);
    justify-content: center;
  }

  #seriesTab .listViewUserDataButtons {
    justify-content: space-around;
  }
  
  #episodesTab .listItem {
  }

  #episodesTab .listItemBody.itemAction {
  }

  #episodesTab .secondary.listItemMediaInfo {
  }

  #episodesTab .secondary.listItemMediaInfo .mediaInfoItem {
    transform: translateX(-50%);
    justify-content: center !important;
    display: flex;
    margin-right: 0;
  }

  #episodesTab .secondary.listItemMediaInfo .starRatingContainer.mediaInfoItem {
    transform: translateX(-50%);
  }

  #episodesTab .secondary.listItemMediaInfo .mediaInfoItem.mediaInfoText.closedCaptionMediaInfoText {
    transform: translateX(-50%);
    justify-content: center;
  }

  #episodesTab .listViewUserDataButtons {
    justify-content: space-around;
  }

  #genresTab .portraitCard, .squareCard {
  }
}

.layout-desktop .headerLeft,
.layout-tv .headerLeft {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  max-width: fit-content;
  border-radius: 0.25em;
  z-index: 90;
  background: rgba(var(--tint), 0.6);
  margin-left: 0.1em;
}

.layout-desktop .headerRight,
.layout-tv .headerRight {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  background: rgba(var(--tint), 0.6);
  color: #000 !important;
  border-radius: 0.25em;
  transform: translateY(-11%);
  transition: 0s;
  z-index: 90;
  position: fixed;
  right: 0.7vw;
  top: 1em;
}

.headerSelectedPlayer {
  max-width: 10em;
  white-space: nowrap;
  color: rgb(var(--accent));
}

.navMenuOption {
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0em !important;
}

#displayPreferencesPage .sectionTitle {
}

.card.overflowPortraitCard.card-hoverable.card-withuserdata:hover .countIndicator.indicator {
  opacity: 0;
}

.card.portraitCard.card-hoverable.card-withuserdata:hover .countIndicator.indicator {
  opacity: 0;
}

.countIndicator.indicator {
  transition: opacity 0.3s ease;
}

[dir="ltr"] .emby-scrollbuttons {
}

#castCollapsible .emby-scrollbuttons.padded-right,
 #similarCollapsible .emby-scrollbuttons.padded-right,
 #guestCastCollapsible .emby-scrollbuttons.padded-right, 
 #specialsCollapsible .emby-scrollbuttons.padded-right, 
 #musicVideosCollapsible .emby-scrollbuttons.padded-right,
 #scenesCollapsible .emby-scrollbuttons.padded-right {
  margin-top: -0.5em;
  margin-right: calc(6.1vw + -8.7vh);
}

.layout-desktop .emby-scrollbuttons.padded-right {
  opacity: 0;
  transition: opacity 0.3s ease-out 0.5s;
}

.layout-desktop .emby-scroller-container:hover .emby-scrollbuttons.padded-right {
  opacity: 1 !important;
}

.layout-desktop #homeTab .emby-scroller-container {
  position: relative;
  overflow: hidden;
}

.listItemImage {
  cursor: pointer;
}

.listItemImage:hover {
  box-shadow: 0px 0px 350px rgba(var(--accent), 0.1);
}

.skinHeader {
  pointer-events: none;
}

.headerButton,
.headerTabs.sectionTabs {
  pointer-events: all;
  -webkit-filter: drop-shadow(0px 0px 1.5px rgb(0, 0, 0));
  filter: drop-shadow(0px 0px 1.5px rgb(0, 0, 0));
  color: #fff;
}

.layout-desktop .headerTabs.sectionTabs .tabs-viewmenubar.emby-tabs.focusable.scrollX {
}

.collectionItems {
}


@media (max-width: 1000px) {
  .raised.homeLibraryButton {
  }
  .raised.homeLibraryButton {
    justify-content: center;
    border-radius: 0em !important;
    border: 1px solid #1d102e94 !important;
  }
  .sectionTitle.sectionTitle-cards.padded-left + .itemsContainer {
    margin-bottom: 0em;
    padding-top: 0.5em;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 column layout */
    grid-gap: 1em;
  }
}

.layout-desktop #homeTab .emby-scrollbuttons.padded-right,
.layout-tv #homeTab .emby-scrollbuttons.padded-right {
}

#homeTab button[data-direction="left"] {
  color: #fff;
  cursor: pointer;
  opacity: 0.2;
  margin-right: 2em;
  margin-top: 0.35em;
}

#homeTab button[data-direction="right"] {
  color: #fff;
  cursor: pointer;
  opacity: 0.2;
  margin-right: -2.1em;
  margin-top: 0.35em;
}

#homeTab button[data-direction="left"]:hover {
  color: #fff !important;
  opacity: 1;
}

#homeTab button[data-direction="right"]:hover {
  color: #fff !important;
  opacity: 1;
}

#itemDetailPage button[data-direction="left"] {
  right: 2.5em;
  position: absolute;
  top: 0.5em;
  z-index: 50;
  color: #fff;
  height: 2em;
  border-radius: 0.1em;
  cursor: pointer;
  opacity: 0.1;
  margin: 0;
  width: 2em;
  padding: 0;
  padding-top: 0.5em;
}

#itemDetailPage button[data-direction="right"] {
  right: 0em;
  position: absolute;
  top: 0.5em;
  z-index: 50;
  color: #fff;
  height: 2em;
  border-radius: 0.1em;
  cursor: pointer;
  opacity: 0.1;
  margin: 0;
  width: 2em;
  padding: 0;
  padding-top: 0.5em;
}

#itemDetailPage button[data-direction="left"]:hover {
  color: #fff !important;
  opacity: 1;
}

#itemDetailPage button[data-direction="right"]:hover {
  color: #fff !important;
  opacity: 1;
}

.layout-tv .cardBox.cardBox-bottompadded {
}

.layout-desktop .listItemImage-large,
.layout-tv .listItemImage-large {
}

.layout-desktop #itemDetailPage .listItem-content,
.layout-tv #itemDetailPage .listItem-content {
  border-radius: var(--rounding);
  overflow: hidden;
  transition: background 0.15s ease-in-out;
  flex-flow: column;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
}

.layout-desktop .listItemImage.listItemImage-large, 
.layout-tv .listItemImage.listItemImage-large {
  width: 100%;
  margin: 0;
  transition: box-shadow 2s ease-in;
}

.layout-desktop .listItem-overview.listItemBodyText,
.layout-tv .listItem-overview.listItemBodyText {
  height: 5.5em !important;
}

.layout-desktop #itemDetailPage .listItem,
.layout-tv #itemDetailPage .listItem {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  overflow: hidden;
  border-radius: var(--rounding);
  backdrop-filter: blur(2px) brightness(81%);
  margin-bottom: 0.5%;
  box-shadow: 0px 0px 2px rgb(0, 0, 0);
  background: rgba(var(--tint), 0.6);
}

.layout-desktop #itemDetailPage .listItem {
  width: calc(31.3vw + -16vh);
}

.listItem:hover,
.listItem:focus {
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.34);
  transform: scale(1.01);
}

.layout-desktop #itemDetailPage .listItem:hover,
.layout-tv #itemDetailPage .listItem:hover {
  box-shadow: 0px 0px 5px #fff9;
}

.layout-desktop .listItem[data-mediatype="Audio"],
.layout-tv .listItem[data-mediatype="Audio"] {
  padding: 0.5em 1em;
  border-radius: var(--rounding) !important;
  -webkit-border-radius: var(--rounding) !important;
  -moz-border-radius: var(--rounding) !important;
  -ms-border-radius: var(--rounding) !important;
  -o-border-radius: var(--rounding) !important;
}

.layout-desktop .listItemImageButton,
.layout-tv .listItemImageButton {
  margin: auto;
}
.layout-desktop .playlistSection .listItemBody.itemAction,
.layout-desktop .playlistSection .listItem-bottomoverview.secondary,
.layout-tv .playlistSection .listItemBody.itemAction,
.layout-tv .playlistSection .listItem-bottomoverview.secondary {
  z-index: 1;
}
.layout-desktop .listItem-bottomoverview.secondary,
.layout-tv .listItem-bottomoverview.secondary {
  text-align: justify;
}

.nowPlayingInfoContainer .nowPlayingInfoControls .infoContainer.flex {

}

.infoContainer, .sliderContainer {
  -webkit-filter: drop-shadow(0 0 2px rgba(2, 2, 2, 1));
  filter: drop-shadow(0 0 2px rgba(2, 2, 2, 1));
}

.layout-desktop .trackSelections .selectContainer .selectLabel,
.layout-tv .trackSelections .selectContainer .selectLabel {
  text-align: center;
}

.layout-desktop #itemDetailPage .itemExternalLinks,
.layout-tv #itemDetailPage .itemExternalLinks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  left: 2.9em;
  transform: translateX(-50%) translateY(-100%);
  top: 25.25em;
  z-index: 2;
  padding: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  min-height: 17.55em;
  padding-bottom: 3em;
  padding-top: 0.5em;
  opacity: 0;
  animation: fadeTitle 0.5s ease-out 1.25s forwards;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemExternalLinks,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemExternalLinks {
  top: 35.75em !important;
}


.layout-desktop #itemDetailPage .itemExternalLinks .button-link.emby-button, 
.layout-tv #itemDetailPage .itemExternalLinks .button-link.emby-button {
  background: rgb(var(--tint));
  padding: 0.7vh;
  border-radius: var(--rounding);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.68));
}

.layout-desktop #itemDetailPage .itemExternalLinks .button-link.emby-button:hover, 
.layout-tv #itemDetailPage .itemExternalLinks .button-link.emby-button:focus {
  filter: brightness(110%);
}

.itemExternalLinks a[href*="imdb.com"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/WWKKmLcC/imdb.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  
}

.itemExternalLinks a[href*="imdb.com"] {
  font-size: 0;
}

.itemExternalLinks a[href*="trakt.tv"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/G6p74rm/trakt.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="trakt.tv"] {
  font-size: 0;
}

.itemExternalLinks a[href*="themoviedb.org"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/Mk9r3tqm/tmdb.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="themoviedb.org"] {
  font-size: 0;
}

.itemExternalLinks a[href*="themoviedb.org/collection"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/9kvKdzj9/tmdbcollection.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="thetvdb.com"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/0jKrJ38d/tvdb.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="thetvdb.com"] {
  font-size: 0;
}

.itemExternalLinks a[href*="tvmaze.com"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/YTqbgfJc/tvmaze.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="tvmaze.com"] {
  font-size: 0;
}

.itemExternalLinks a[href*="anidb.net"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/GNzTYhz/anidb.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="anidb.net"] {
  font-size: 0;
}

.itemExternalLinks a[href*="anilist.co"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/tM2cNLZm/anilist.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="anilist.co"] {
  font-size: 0;
}

.itemExternalLinks a[href*="kitsu.app"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/Ng8RmDFg/kitsu.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="kitsu.app"] {
  font-size: 0;
}

.itemExternalLinks a[href*="theaudiodb.com"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/TMqCZLtp/theaudiodb.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="theaudiodb.com"] {
  font-size: 0;
}

.itemExternalLinks a[href*="music.apple.com"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/wZq3Xw5K/applemusic.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="music.apple.com"] {
  font-size: 0;
}

.itemExternalLinks a[href*="musicbrainz.org"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/r2mW8XbQ/musicbrainz.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="musicbrainz.org"] {
  font-size: 0;
}

.itemExternalLinks a[href*="myanimelist.net"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/YFbTWhnQ/myanimelist.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="myanimelist.net"] {
  font-size: 0;
}

.itemExternalLinks a[href*="kinopoisk.ru"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/N6TZ0yjZ/kinopoisk.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="kinopoisk.ru"] {
  font-size: 0;
}

.itemExternalLinks a[href*="shokoanime.com"]::before {
  content: "";
  display: inline-block;
  width: 4vh;
  height: 2vh;
  background-image: url('https://i.ibb.co/mChjxCk6/shokoanime.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.itemExternalLinks a[href*="shokoanime.com"] {
  font-size: 0;
}

.itemExternalLinks.focuscontainer-x {
  color: #0002;
  filter: drop-shadow(-2px 1px 0px #131313c7);
}

.layout-desktop .mainDetailButtons.focuscontainer-x,
.layout-tv .mainDetailButtons.focuscontainer-x {
  position: fixed;
  left: 4em;
  width: 17.266em;
  justify-content: space-between;
  top: 13.125em;
  z-index: -1;
  border-top-right-radius: 1em;
  margin: 1.25em 0;
  padding-top: 15.253em;
  border-top-left-radius: 0em;
  padding-bottom: 0.3em !important;
  pointer-events: all;
}

.layout-desktop .mainDetailButtons.focuscontainer-x::before,
.layout-tv .mainDetailButtons.focuscontainer-x::before {
  content: '';
  position: absolute;
  left: 0;
  width: 17.708em;
  height: 2.557777em;
  background: rgb(var(--tint));
  border-top-right-radius: 1em;
  margin: 1.25em 0;
  padding-top: 15.355em;
  border-top-left-radius: 1em;
  top: -1.25em;
  box-shadow: 0px 2px 8px #0005;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  padding-bottom: 0em;
}

.layout-desktop #itemDetailPage .card.portraitCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast,
.layout-tv #itemDetailPage .card.portraitCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

.layout-desktop .cardPadder,
.layout-tv .cardPadder {
  border-radius: unset;
}

.layout-desktop .mainDetailButtons.focuscontainer-x .button-flat,
.layout-tv .mainDetailButtons.focuscontainer-x .button-flat {
    margin-right: 0em !important;
    padding: 0 !important;
    z-index: 5;
    border-radius: 0.26em !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

/* .layout-desktop .mainDetailButtons.focuscontainer-x .button-flat:hover,
.layout-tv .mainDetailButtons.focuscontainer-x .button-flat:focus {
  background: #29264a !important;
} */

/* D-E-N-U's title fix */ 
.layout-desktop .itemName.infoText.parentNameLast,
.layout-desktop .itemName.infoText.subtitle,
.layout-tv .itemName.infoText.subtitle,
.layout-tv .itemName.infoText.parentNameLast {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  filter: drop-shadow(-2px 4px 1px #0005);
  line-height: 1.1em;
  font-weight: 600;
  font-size: 151%;
}

.layout-desktop #listChildrenCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding #childrenContent .itemsContainer.padded-right.vertical-list .listItem.listItem-largeImage.listItem-withContentWrapper .listItem-content .listItemBody.itemAction .listItemBodyText,
.layout-tv #listChildrenCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding #childrenContent .itemsContainer.padded-right.vertical-list .listItem.listItem-largeImage.listItem-withContentWrapper .listItem-content .listItemBody.itemAction .listItemBodyText {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 700;
}

.layout-desktop #listChildrenCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding #childrenContent .itemsContainer.padded-right.vertical-list .listItem.listItem-largeImage.listItem-withContentWrapper .listItem-content .secondary.listItemMediaInfo.listItemBodyText,
.layout-tv #listChildrenCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding #childrenContent .itemsContainer.padded-right.vertical-list .listItem.listItem-largeImage.listItem-withContentWrapper .listItem-content .secondary.listItemMediaInfo.listItemBodyText {
  display: flex !important;
  font-weight: 500;
  padding-top: 0.5em;
}

.layout-desktop #listChildrenCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding #childrenContent .itemsContainer.padded-right.vertical-list .listItem.listItem-largeImage.listItem-withContentWrapper .listItem-content .secondary.listItem-overview.listItemBodyText,
.layout-tv #listChildrenCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding #childrenContent .itemsContainer.padded-right.vertical-list .listItem.listItem-largeImage.listItem-withContentWrapper .listItem-content .secondary.listItem-overview.listItemBodyText {
  font-weight: 500;
  margin-top: -0.5em;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  opacity: 0.8;
}

.layout-desktop .listItem:hover .secondary.listItem-overview.listItemBodyText {
  opacity: 1 !important;
}


.layout-desktop .itemName.infoText.originalTitle,
.layout-desktop .itemName.infoText.parentNameLast,
.layout-desktop .parentName.musicParentName.focuscontainer-x {
  opacity: 0;
  animation: fadeTitle 0.5s ease-out 1.25s forwards;
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName) .itemName.infoText.parentNameLast,
.layout-tv .itemDetailPage:has(.nameContainer .parentName.musicParentName) .itemName.infoText.parentNameLast {
  margin-top: -0.5em;
}

@keyframes fadeTitle {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeBackdrop {
    from { opacity: 0.6; }
    to   { opacity: 1; }
}

@keyframes fadeLogo {
    from { opacity: 1; }
    to   { opacity: 0; }
}

.layout-desktop .itemName.infoText.originalTitle,
.layout-tv .itemName.infoText.originalTitle {
  top: 39.3em;
  left: 4.3em;
  width: 19.2em;
  position: fixed;
}

.layout-desktop #seriesAirTime,
.layout-tv #seriesAirTime {
  position: absolute;
  top: 38.92em;
  left: 4.316em;
  width: 19.07em;
  text-align: center;
  font-weight: 600;
}

.layout-desktop .itemName.infoText.subtitle,
.layout-tv .itemName.infoText.subtitle {
  position: absolute;
  top: -19em;
  left: 2.1em;
  width: 20em;
}

.layout-desktop .detailsGroupItem.genres.content.focuscontainer-x {
}

.layout-desktop .itemDetailsGroup .detailsGroupItem,
.layout-tv .itemDetailsGroup .detailsGroupItem {
  font-weight: 400;
}


.layout-desktop .detailsGroupItem,
.layout-tv .detailsGroupItem {
  max-width: 66vw;
}

.layout-desktop [dir="ltr"] .trackSelections.focuscontainer-x .selectArrowContainer,
.layout-tv [dir="ltr"] .trackSelections.focuscontainer-x .selectArrowContainer {
  right: 2em;
  top: 0;
}

.layout-desktop #itemDetailPage .nameContainer .parentName.focuscontainer-x .button-link.itemAction.emby-button,
.layout-tv #itemDetailPage .nameContainer .parentName.focuscontainer-x .button-link.itemAction.emby-button {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 0s color 0.3s;
  font-weight: 600;
}

.layout-tv #itemDetailPage .detailImageContainer.padded-left .card:hover {
  transform: scale(1) translateY(-50%);
}

.layout-desktop #itemDetailPage .detailImageContainer.padded-left .card:hover {
  transform: scale(1);
}

.layout-desktop #itemDetailPage .nextUpItems .card.overflowBackdropCard.card-hoverable.card-withuserdata,
.layout-tv #itemDetailPage .nextUpItems .card.overflowBackdropCard.card-hoverable.card-withuserdata {
}

.alphaPickerButton:hover {
  color: rgba(255, 255, 255, 0.75);
}

.mainDrawer {
}

.layout-desktop .subtitleSync,
.layout-tv .subtitleSync {
  position: absolute;
  width: 100%;
  margin-top: 4em;
}

.layout-desktop .musicParentName, .layout-tv .musicParentName,
.layout-tv .musicParentName, .layout-tv .musicParentName {
  position: absolute;
  left: 9.4em;
  top: 3em;
  transform: translateX(-50%);
  width: 17em;
}

.layout-desktop #listChildrenCollapsible #childrenContent .itemsContainer:has(.listItem[data-type="Episode"]) .listViewUserDataButtons,
.layout-tv #listChildrenCollapsible #childrenContent .itemsContainer:has(.listItem[data-type="Episode"]) .listViewUserDataButtons {
  justify-content: space-between;
  width: 100%;
  background: transparent;
}

.layout-desktop #listChildrenCollapsible #childrenContent .itemsContainer:has(.listItem[data-type="Episode"]) .material-icons.check.playstatebutton-icon-played,
.layout-tv #listChildrenCollapsible #childrenContent .itemsContainer:has(.listItem[data-type="Episode"]) .material-icons.check.playstatebutton-icon-played {
  filter: drop-shadow(0px 0px 3px #9f93e4ab);
}

.layout-desktop #listChildrenCollapsible #childrenContent .itemsContainer:has(.listItem[data-type="Episode"]) .material-icons.check.playstatebutton-icon-unplayed,
.layout-tv #listChildrenCollapsible #childrenContent .itemsContainer:has(.listItem[data-type="Episode"]) .material-icons.check.playstatebutton-icon-unplayed,
.layout-desktop #listChildrenCollapsible #childrenContent .itemsContainer:has(.listItem[data-type="Episode"]) .listItemButton.paper-icon-button-light.emby-button[data-isfavorite="false"],
.layout-tv #listChildrenCollapsible #childrenContent .itemsContainer:has(.listItem[data-type="Episode"]) .listItemButton.paper-icon-button-light.emby-button[data-isfavorite="false"] {
  color: #ffffff2e;
  border-radius: var(--rounding);
}

/*.dialogContainer .listItem:hover .listItemBody {
  color: #fff;
}*/

.subtitleResults .listItem:hover .listItemBody {
  color: #fff !important;
}

.subtitleList .listItem:hover .listItemBody {
  color: #fff !important;
}

.subtitleResults .listItem:hover .listItemBodyText {
  color: #fff;
}

.subtitleList .listItem:hover .secondary.listItemBodyText,
.subtitleList .listItem.listItem-border:hover .secondary.listItemBodyText {
        color: #fffa !important;
}

.actionSheetScroller .listItem.listItem-button:hover .listItemBodyText,
.actionSheetScroller .listItem.listItem-button:hover .listItemIcon {
        color: #000;
}

.layout-desktop .focuscontainer.dialog.formDialog.dialog-fullscreen-lowres.centeredDialog.opened,
.layout-tv .focuscontainer.dialog.formDialog.dialog-fullscreen-lowres.centeredDialog.opened {
  min-height: 50vh;
  max-height: 100vh;
}

.layout-desktop #songsTab .itemsContainer.vertical-list {
}

.layout-desktop #songsTab .itemsContainer.vertical-list .listItemBody.itemAction {
}

#nowPlayingPage .remoteControlContent.padded-left.padded-right.padded-bottom.hideVideoButtons::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(var(--tint));
  z-index: 0;
}

.layout-desktop .videoPlayerContainer,
.layout-tv .videoPlayerContainer {
  animation: 1240ms ease-in fadeTitle !important;
  animation-name: fadeTitle !important;
  animation-duration: 1240ms !important;
  animation-timing-function: ease-in !important;
  animation-delay: 0s !important;
  animation-iteration-count: 1 !important;
  animation-direction: normal !important;
  animation-fill-mode: none !important;
  animation-play-state: running !important;
  z-index: -1;
}

.content-primary {
  padding-bottom: 5em !important;
}

.localUsers .cardText-secondary {
  height: auto;
  white-space: pre-wrap;
}
@media (min-width: 70em) {
  .localUsers .squareCard {
  }
}

@media (max-width: 70em) {
  .localUsers .squareCard {
  }
}

@media (min-aspect-ratio: 21/9) and (max-aspect-ratio: 30/9) and (min-width: 3000px) and (max-width: 3440px) {
  body {
  }
}
.sectionTitle.sectionTitle-cards {
}

#itemDetailPage button[data-direction="left"] {
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  margin-right: 2.324em;
  margin-top: 0em;
}

#itemDetailPage button[data-direction="right"] {
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  margin-right: 1em;
  margin-top: 0em;
}

#itemDetailPage button[data-direction="left"]:hover {
  color: #fff !important;
  opacity: 1;
}

#itemDetailPage button[data-direction="right"]:hover {
  color: #fff !important;
  opacity: 1;
}

.layout-desktop #itemDetailPage .detailVerticalSection,
.layout-tv #itemDetailPage .detailVerticalSection {
  opacity: 0;
  animation: fadeTitle 0.5s ease-out 0s forwards;
  padding-left: 0.5em;
  pointer-events: all;
  position: absolute;
  bottom: 0em;
  max-width: calc(90vw - 60vh);
  transition: max-width 0.5s;
  transition-delay: 0.5s;
  height: 17.7em;
}

.layout-tv #castCollapsible {
  bottom: calc(9em - 49vh) !important;
}

.layout-desktop #itemDetailPage:has(#guestCastCollapsible:not(.hide)) #castCollapsible.verticalSection.detailVerticalSection,
.layout-tv #itemDetailPage:has(#guestCastCollapsible:not(.hide)) #castCollapsible.verticalSection.detailVerticalSection {
  flex: 0 0 60vh;
  max-width: calc(60vw + -54vh);
  margin-bottom: 0.2em;
  transition: width 0.2s ease-out 1s, background-color 1s ease-out 2s, border-color 0.5s ease-out 2s, padding-left 1s ease-out 1s, padding-right 1s ease-out 1s;
  border-radius: var(--rounding) !important;
  z-index: 1;
  height: 22vh;
  bottom: 1.6em;
}

.layout-desktop #itemDetailPage:has(#guestCastCollapsible:not(.hide)) #castCollapsible.verticalSection.detailVerticalSection:hover,
.layout-tv #itemDetailPage:has(#guestCastCollapsible:not(.hide)) #castCollapsible.verticalSection.detailVerticalSection:focus {
  background: rgb(var(--tint));
  border: 0.5px solid;
  border-color: #fff3;
  margin-bottom: 2px;
  margin-left: -1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  transition: width 0.2s ease-out 1s, background-color 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s, height 1s ease-out 0.25s;
  border-radius: var(--rounding);
}

.layout-desktop #itemDetailPage:has(#guestCastCollapsible.hide) #castCollapsible.verticalSection.detailVerticalSection,
.layout-tv #itemDetailPage:has(#guestCastCollapsible.hide) #castCollapsible.verticalSection.detailVerticalSection {
  flex: 1 1 auto;
  width: 100%;
  max-width: calc(93vw - 60vh);
  border-radius: var(--rounding);
  transition: max-width 0.2s ease-out 2s, background 1s ease-out 2s, border-color 0.5s ease-out 2s, padding-left 1s ease-out 1s, padding-right 1s ease-out 1s !important;
  height: 12.83em;
  margin-bottom: 0.2em;
  z-index: 1;
}

.layout-desktop #itemDetailPage:has(#guestCastCollapsible.hide) #castCollapsible.verticalSection.detailVerticalSection:hover,
.layout-tv #itemDetailPage:has(#guestCastCollapsible.hide) #castCollapsible.verticalSection.detailVerticalSection:focus {
  background: rgb(var(--tint)) !important;
  transition: max-width 0.2s ease-out 0s, background 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s !important;
  border: 0.5px solid;
  border-color: #fff3;
  padding-right: 1em;
  padding-left: 1em;
  margin-bottom: calc(0.2em - 0.5px);
}

.layout-desktop #itemDetailPage #castCollapsible #peopleHeader.sectionTitle,
.layout-tv #itemDetailPage #castCollapsible #peopleHeader.sectionTitle,
.layout-desktop #itemDetailPage #guestCastCollapsible #guestCastHeader.sectionTitle,
.layout-tv #itemDetailPage #guestCastCollapsible #guestCastHeader.sectionTitle {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  margin-top: 0 !important;
}

.layout-desktop #itemDetailPage #guestCastCollapsible.verticalSection.detailVerticalSection,
.layout-tv #itemDetailPage #guestCastCollapsible.verticalSection.detailVerticalSection {
  margin-left: calc(63vw + -54vh);
  max-width: 30vw;
  border-radius: var(--rounding);
  transition: max-width 0.2s ease-out 2s, background 1s ease-out 2s, border-color 0.5s ease-out 2s, padding-left 1s ease-out 1s, padding-right 1s ease-out 1s !important;
  height: 22vh;
  bottom: 1.6em;
}

.layout-tv #itemDetailPage #guestCastCollapsible.verticalSection.detailVerticalSection {
  position: fixed;
  bottom: -2em;
}

.layout-desktop #itemDetailPage #guestCastCollapsible.verticalSection.detailVerticalSection:hover,
.layout-tv #itemDetailPage #guestCastCollapsible.verticalSection.detailVerticalSection:focus {
  background: rgb(var(--tint)) !important;
  transition: max-width 0.2s ease-out 0s, background 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s !important;
  border: 0.5px solid;
  border-color: #fff3;
  margin-bottom: -1px;
  padding-right: 1em;
  padding-left: 1em;
}

.layout-desktop .overview-controls,
.layout-tv .overview-controls {
  display: none;
}

.layout-desktop #guestCastHeader.sectionTitle.sectionTitle-cards.padded-right,
.layout-tv #guestCastHeader.sectionTitle.sectionTitle-cards.padded-right {
  padding-top: 0 !important;
}

.layout-desktop #castCollapsible .cardPadder,
.layout-tv #castCollapsible .cardPadder,
.layout-desktop #guestCastCollapsible .cardPadder,
.layout-tv #guestCastCollapsible .cardPadder {
  pointer-events: none;
}

.layout-desktop #listChildrenCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding,
.layout-tv #listChildrenCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding {
  position: relative;
}

.layout-desktop #specialsCollapsible.verticalSection.detailVerticalSection.emby-scroller-container,
.layout-tv #specialsCollapsible.verticalSection.detailVerticalSection {
  top: 19.5em;
  left: 30.5em;
  max-width: 54vh;
  height: 15.54em;
  position: fixed !important;
  color: #fff;
  transition: max-width 0.2s ease-out 1s, background-color 1s ease-out 2s, border-color 0.5s ease-out 2s, padding-left 1s ease-out 1s, padding-right 1s ease-out 1s;
  border-radius: var(--rounding) !important;
  height: 15.54em !important;
  z-index: 1;
}

.layout-desktop .itemDetailPage:has(.button-flat.btnShuffle.detailButton.emby-button) #specialsCollapsible.verticalSection.detailVerticalSection.emby-scroller-container, 
.layout-tv .detailPagePrimaryContent.padded-right:has(.button-flat.btnShuffle.detailButton.emby-button) #specialsCollapsible.verticalSection.detailVerticalSection {
  top: 3.5em;
  left: 26.25em;
  height: 18em;
  position: fixed !important;
}

.layout-desktop .itemDetailPage:has(.nextUpSection .card.overflowBackdropCard.card-hoverable) #specialsCollapsible.verticalSection.detailVerticalSection.emby-scroller-container, 
.layout-tv .itemDetailPage:has(.nextUpSection .card.overflowBackdropCard.show-focus.show-animation.card-withuserdata.itemAction) #specialsCollapsible.verticalSection.detailVerticalSection {
  top: 3.5em;
  left: 61vw;
  width: 54vh;
  height: 14.476em !important;
  position: fixed !important;
  transition: max-width 0.2s ease-out 2s, background 1s ease-out 0s, border-color 0.5s ease-out 2s, padding-left 1s ease-out 1s, padding-right 1s ease-out 1s;
  overflow: hidden;
}

.layout-desktop #specialsCollapsible.verticalSection .card .cardText.cardTextCentered.cardText-secondary,
.layout-tv #specialsCollapsible.verticalSection .card .cardText.cardTextCentered.cardText-secondary {
  display: none;
}

.button-submit:focus {
  background: rgb(var(--accent));
  color: #fff;
}

.layout-desktop .itemDetailPage:has(#scenesCollapsible #scenesContent .card.itemAction.chapterCard.overflowBackdropCard[data-isfolder="false"]) #specialsCollapsible {
  top: 17.098em !important;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) #specialsCollapsible.verticalSection.detailVerticalSection.emby-scroller-container,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) #specialsCollapsible.verticalSection.detailVerticalSection {
  position: relative !important;
  left: 0 !important;
  top: unset;
  max-width: 107vh !important;
  margin-top: 4em;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) #specialsCollapsible .sectionTitle,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) #specialsCollapsible .sectionTitle,
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) #scenesCollapsible .sectionTitle,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) #scenesCollapsible .sectionTitle,
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .verticalSection.detailVerticalSection.moreFromSeasonSection .sectionTitle,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .verticalSection.detailVerticalSection.moreFromSeasonSection .sectionTitle,
.layout-desktop #scenesCollapsible .sectionTitle,
.layout-desktop #specialsCollapsible .sectionTitle {
  padding-top: 0;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) #specialsCollapsible .emby-scrollbuttons.padded-right,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) #specialsCollapsible .emby-scrollbuttons.padded-right {
  margin-top: 0em;
}

.layout-desktop .nextUpSection.verticalSection.detailVerticalSection,
.layout-tv .nextUpSection.verticalSection.detailVerticalSection {
  top: 0em !important;
  max-width: 107vh;
  overflow: hidden;
}

.layout-desktop #listChildrenCollapsible.detailVerticalSection,
.layout-tv #listChildrenCollapsible.detailVerticalSection {
  top: 13.925em;
  transition: max-width 0.2s ease-out 1s, background 1s ease-out 2s, border-color 0.5s ease-out 2s, padding-left 1s ease-out 1s, padding-right 1s ease-out 1s !important;
  border-radius: var(--rounding);
  max-width: 55vh;
  height: 15.346em !important;
  padding-right: 1em;
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName) #listChildrenCollapsible,
.layout-tv .itemDetailPage:has(.nameContainer .parentName.musicParentName) #listChildrenCollapsible {
  top: -28.2em !important;
  max-width: 45vh !important;
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName) #childrenContent .itemsContainer.padded-right.vertical-list {
  padding-top: 0.3em;
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName) #listChildrenCollapsible:hover {
  background: transparent !important;
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName) #listChildrenCollapsible #childrenContent .itemsContainer.padded-right,
.layout-tv .itemDetailPage:has(.nameContainer .parentName.musicParentName) #listChildrenCollapsible #childrenContent .itemsContainer.padded-right {
  max-width: 45vh !important;
  height: 52vh !important;
  overflow-y: scroll;
}

.layout-desktop .verticalSection.detailVerticalSection.moreFromArtistSection,
.layout-tv .verticalSection.detailVerticalSection.moreFromArtistSection {
  bottom: 1em !important;
  z-index: 9;
  max-width: calc(91vw - 60vh) !important;
}

.layout-desktop .textActionButton,
.layout-tv .textActionButton {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3.3em;
}

.layout-desktop #listChildrenCollapsible:hover,
.layout-tv #listChildrenCollapsible:focus {
  background: rgb(var(--tint)) !important;
  transition: max-width 0.2s ease-out 0s, background 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s !important;
  max-width: calc(90vw - 25.845em);
  border: 0.5px solid;
  border-color: #fff3;
  margin-top: -1px;
  margin-left: -1px;
  padding-left: 0.5em;
  padding-right: 1em;
}

.layout-desktop .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) #listChildrenCollapsible:hover,
.layout-tv .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) #listChildrenCollapsible:focus {
  border: none !important;
}


.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) #listChildrenCollapsible:hover,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) #listChildrenCollapsible:focus {
  background: transparent !important;
  border: none !important;
  margin-left: 0px;
  margin-top: 0px;
}

.layout-desktop #childrenContent .itemsContainer:hover,
.layout-tv #childrenContent .itemsContainer:hover {
  background: ;
}

.layout-desktop #listChildrenCollapsible .sectionTitle.sectionTitle-cards,
.layout-tv #listChildrenCollapsible .sectionTitle.sectionTitle-cards {
  padding-top: 0em;
}

.layout-desktop #childrenContent .itemsContainer.cardBox,
.layout-tv #childrenContent .itemsContainer.cardBox {
  margin-left: 0em !important;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) #listChildrenCollapsible,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) #listChildrenCollapsible {
  top: 5.81em !important;
  height: unset !important;
  max-width: calc(116vw - 89vh) !important;
  width: calc(104vw - 66.5vh) !important;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) .overview.detail-clamp-text,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) .overview.detail-clamp-text {
  -webkit-line-clamp: 3;
  max-height: 5.3em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: unset;
  font-size: 1.1em;
}

.layout-desktop #specialsCollapsible:hover, 
.layout-tv #specialsCollapsible:focus,
.layout-desktop .verticalSection.detailVerticalSection.moreFromArtistSection:hover,
.layout-tv .verticalSection.detailVerticalSection.moreFromArtistSection:focus {
  max-width: calc(95.5vw - 61.5vh) !important;
  background: rgb(var(--tint));
  border: 0.5px solid;
  border-color: #fff3;
  margin-top: -1px;
  margin-left: -1px;
  transition: max-width 0.2s ease-out 1s, background-color 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s, height 1s ease-out 0.25s !important;
  border-radius: var(--rounding);
}

.layout-desktop .itemDetailPage:has(.streaming-lookup-container) #specialsCollapsible:hover,
.layout-tv .itemDetailPage:has(.streaming-lookup-container) #specialsCollapsible:focus {
  max-width: 54vh !important;
}

.layout-desktop #itemDetailPage .itemDetailsGroup,
.layout-tv #itemDetailPage .itemDetailsGroup {
  opacity: 0;
  animation: fadeTitle 0.5s ease-out 1.3s forwards;
  padding-left: 0.5em;
  pointer-events: all;
  position: fixed;
  bottom: 1.5em;
  left: 2em;
  width: 25em;
}

.layout-desktop .detailsGroupItem .content,
.layout-tv .detailsGroupItem .content {
  text-align: left;
}

.layout-desktop #homeTab .verticalSection.section2.emby-scroller-container,
.layout-tv #homeTab .verticalSection.section2 {
}

@media (min-width: 1000px) {
  .layout-desktop .card.overflowBackdropCard, 
  .layout-tv .card.overflowBackdropCard {
  }
  .layout-desktop .overflowPortraitCard, 
  .layout-tv .overflowPortraitCard,
  .layout-desktop .overflowSquareCard, 
  .layout-tv .overflowSquareCard {
  }
  .layout-desktop .verticalSection.detailVerticalSection.moreFromSeasonSection .card.overflowBackdropCard, 
  .layout-tv .verticalSection.detailVerticalSection.moreFromSeasonSection .card.overflowBackdropCard {
  }
}

.layout-desktop #childrenContent .itemsContainer.padded-right.vertical-wrap,
.layout-tv #childrenContent .itemsContainer.padded-right.vertical-wrap {
  height: 13.3em;
  overflow-y: scroll;
  width: 100%;
  margin: 0;
  max-width: calc(90vw - 25.845em) !important;
}

.layout-desktop #childrenContent .cardText,
.layout-tv #childrenContent .cardText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.layout-desktop #childrenContent .itemsContainer.padded-right.vertical-wrap .card.overflowPortraitCard.card-hoverable.card-withuserdata,
.layout-tv #childrenContent .itemsContainer.padded-right.vertical-wrap .card.overflowPortraitCard.show-focus {
  width: 7.5em;
  min-width: unset;
  transition: transform 0.3s ease-out 0.5s;
}

.layout-desktop #childrenContent .itemsContainer.padded-right.vertical-wrap .card.overflowPortraitCard.card-hoverable.card-withuserdata:hover, 
.layout-tv #childrenContent .itemsContainer.padded-right.vertical-wrap .card.overflowPortraitCard.card-hoverable.card-withuserdata:focus {
  transform: scale(1.05);
  transition: transform 0.3s ease-out 0s;
}

.layout-desktop .listItem[data-type="Audio"],
.layout-tv .listItem[data-type="Audio"] {
  width: 96%;
  margin-left: 0.5vw;
}

.layout-desktop .playlistSection,
.layout-tv .playlistSection {
  width: 82%;
  margin-left: 0%;
  position: fixed;
  top: calc(16vw + 9vh);
  height: calc(83vh + -12vw);
  overflow-y: scroll;
  padding-top: 0.5em;
}

.layout-desktop .nowPlayingInfoContainer,
.layout-tv .nowPlayingInfoContainer {
  position: fixed;
  top: 3.32em;
  left: 1vw;
  width: 96.7vw;
  border-radius: var(--rounding);
  padding: 1em;
  box-shadow: 0px 2px 12px #000;
  background: rgb(var(--tint));
}

.layout-desktop .playlistSectionButton, 
.layout-tv .playlistSectionButton {
  background: none;
  color: inherit;
  width: 16%;
  justify-content: space-evenly;
  position: fixed;
  left: 2vw;
  top: calc(16.5vw + 9vh);
}

.layout-desktop #scenesContent .innerCardFooter,
.layout-tv #scenesContent .innerCardFooter {
  height: 1.6em;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  background: rgb(var(--tint));
  border-bottom-left-radius: var(--rounding);
  border-bottom-right-radius: var(--rounding);
}

.layout-desktop #scenesCollapsible .itemAction.chapterCard.overflowBackdropCard,
.layout-tv #scenesCollapsible .itemAction.chapterCard.overflowBackdropCard {
  width: 14.94em;
  min-width: unset;
}

.layout-desktop #scenesCollapsible,
.layout-tv #scenesCollapsible {
  top: 3.5em;
  left: 26.25em;
  height: 16em;
  position: fixed !important;
}

.layout-desktop .mainAnimatedPages:has(.button-link.itemAction.emby-button[data-type="Season"]) #scenesCollapsible,
.layout-tv .mainAnimatedPages:has(.button-link.itemAction.emby-button[data-type="Season"]) #scenesCollapsible {
  left: 33.2em;
  color: #fff;
  max-width: 54vh !important;
  color: #fff;
  transition: max-width 0.2s ease-out 1s, background-color 1s ease-out 2s, border-color 0.5s ease-out 2s, padding-left 1s ease-out 1s, padding-right 1s ease-out 1s !important;
  border-radius: var(--rounding) !important;
  height: 12.45em !important;
}

.layout-desktop .mainAnimatedPages:has(.button-link.itemAction.emby-button[data-type="Season"]) #scenesCollapsible:hover,
.layout-tv .mainAnimatedPages:has(.button-link.itemAction.emby-button[data-type="Season"]) #scenesCollapsible:focus {
  max-width: calc(94.5vw - 60vh) !important;
  background: rgb(var(--tint));
  border: 0.5px solid;
  border-color: #fff3;
  margin-top: -1px;
  margin-left: -1px;
  transition: max-width 0.2s ease-out 1s, background-color 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s, height 1s ease-out 0.25s !important;
  border-radius: var(--rounding);
}

.layout-desktop #scenesCollapsible,
.layout-tv #scenesCollapsible {
  max-width: 54vh !important;
  color: #fff;
  transition: max-width 0.2s ease-out 1s, background-color 1s ease-out 2s, border-color 0.5s ease-out 2s, padding-left 1s ease-out 1s, padding-right 1s ease-out 1s !important;
  border-radius: var(--rounding) !important;
  height: 11.62em !important;
  z-index: 1;
}

.layout-desktop #castCollapsible .card.overflowPortraitCard.personCard.card-hoverable.card-withuserdata,
.layout-tv #castCollapsible .card.overflowPortraitCard.personCard.show-focus {
  width: calc(11.6vw + -7.5vh);
  margin: 0;
  height: 11em;
}

.layout-desktop #castCollapsible .card.overflowPortraitCard.personCard.card-hoverable.card-withuserdata .cardText.cardTextCentered.cardText-secondary, 
.layout-tv #castCollapsible .card.overflowPortraitCard.personCard.card-hoverable.card-withuserdata .cardText.cardTextCentered.cardText-secondary, 
.layout-desktop #guestCastCollapsible .card.overflowPortraitCard.personCard.card-hoverable.card-withuserdata .cardText.cardTextCentered.cardText-secondary, 
.layout-tv #guestCastCollapsible .card.overflowPortraitCard.personCard.card-hoverable.card-withuserdata .cardText.cardTextCentered.cardText-secondary {
  max-height: 1.7em;
}

.layout-desktop #scenesCollapsible:hover,
.layout-tv #scenesCollapsible:focus {
  max-width: calc(95.5vw - 61.5vh) !important;
  background: rgb(var(--tint));
  border: 0.5px solid;
  border-color: #fff3;
  margin-top: -1px;
  margin-left: -1px;
  transition: max-width 0.2s ease-out 1s, background-color 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s, height 1s ease-out 0.25s !important;
  border-radius: var(--rounding);
}

.layout-desktop .itemDetailPage:has(.streaming-lookup-container) #scenesCollapsible:hover,
.layout-tv .itemDetailPage:has(.streaming-lookup-container) #scenesCollapsible:focus {
  max-width: 54vh !important;
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName) .detailSection,
.layout-tv .itemDetailPage:has(.nameContainer .parentName.musicParentName) .detailSection {
  height: 0;
}

.layout-desktop #guestCastCollapsible .card.overflowPortraitCard.personCard.card-hoverable.card-withuserdata,
.layout-tv #guestCastCollapsible .card.overflowPortraitCard.personCard.card-hoverable.card-withuserdata {
  width: calc(11.6vw + -7.5vh);
  margin: 0;
  height: 12em;
}

.layout-desktop #similarCollapsible .card.overflowPortraitCard,
.layout-tv #similarCollapsible .card.overflowPortraitCard {
  width: 6.25em;
  min-width: unset;
  padding-top: 0em;
}

.layout-desktop #similarCollapsible .cardOverlayButton,
.layout-tv #similarCollapsible .cardOverlayButton {
  pointer-events: none;
}

.layout-desktop #similarCollapsible .cardText,
.layout-tv #similarCollapsible .cardText {
  display: none;
}

@media (max-height: 1200px) {
  .spotlightiframe {
  }
  .layout-desktop .card.overflowBackdropCard, 
  .layout-tv .card.overflowBackdropCard {
  }
  .layout-desktop .overflowPortraitCard, 
  .layout-tv .overflowPortraitCard,
  .layout-desktop .overflowSquareCard, 
  .layout-tv .overflowSquareCard {
  }
  .layout-desktop .verticalSection.detailVerticalSection.moreFromSeasonSection .card.overflowBackdropCard, 
  .layout-tv .verticalSection.detailVerticalSection.moreFromSeasonSection .card.overflowBackdropCard {
  }
}

@media (max-width: 1400px) and (min-height: 870px) {
  .layout-desktop .headerTabs,
  .layout-tv .headerTabs {
  }
  .layout-desktop .emby-tab-button,
  .layout-desktop .emby-tab-button {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-family: inherit;
    font-weight: 600;
    height: auto;
    line-height: 1.25;
    min-width: 0;
    min-width: auto;
    outline: none;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: auto;
  }
}

.layout-desktop #childrenContent .childrenItemsContainer.itemsContainer.padded-right.vertical-list .listItemBody.itemAction.listItemBody-noleftpadding,
.layout-tv #childrenContent .childrenItemsContainer.itemsContainer.padded-right.vertical-list .listItemBody.itemAction.listItemBody-noleftpadding {
}

.layout-desktop .pageTitleWithLogo,
.layout-tv .pageTitleWithLogo {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 2px rgba(2, 2, 2, 0.95));
}

.layout-desktop .videoOsdBottom,
.layout-tv .videoOsdBottom {
  background: rgba(var(--tint), 0.6);
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  width: 98vw;
  margin-left: 1vw;
}

.layout-desktop #childrenContent .childrenItemsContainer.itemsContainer.padded-right.vertical-list .listItemBody.itemAction,
.layout-tv #childrenContent .childrenItemsContainer.itemsContainer.padded-right.vertical-list .listItemBody.itemAction {
  align-self: baseline;
}

.layout-desktop [dir="ltr"] .detailPagePrimaryContent,
.layout-tv [dir="ltr"] .detailPagePrimaryContent {
  padding-left: 26.25em;
  max-width: calc(86vw - 24em);
}

.layout-desktop [dir="ltr"] .detailPagePrimaryContent .detailSectionContent,
.layout-tv [dir="ltr"] .detailPagePrimaryContent .detailSectionContent,
.layout-desktop [dir="ltr"] .detailPagePrimaryContent .itemDetailsGroup,
.layout-tv [dir="ltr"] .detailPagePrimaryContent .itemDetailsGroup {
  padding-left: 0.5em;
}

.layout-desktop [dir="ltr"] .detailPagePrimaryContent .detailSectionContent,
.layout-tv [dir="ltr"] .detailPagePrimaryContent .detailSectionContent {
  margin-top: 51.2vh;
  pointer-events: all;
  text-align: left;
  max-width: 60vh;
  max-height: 0;
}

.layout-desktop .itemDetailPage:has(#childrenContent .verticalSection[data-type="Movie"]) #listChildrenCollapsible,
.layout-tv .itemDetailPage:has(#childrenContent .verticalSection[data-type="Movie"]) #listChildrenCollapsible,
.layout-desktop .itemDetailPage:has(#childrenContent .verticalSection[data-type="Series"]) #listChildrenCollapsible,
.layout-tv .itemDetailPage:has(#childrenContent .verticalSection[data-type="Series"]) #listChildrenCollapsible,
.layout-desktop .itemDetailPage:has(#childrenContent .verticalSection[data-type="Episode"]) #listChildrenCollapsible,
.layout-tv .itemDetailPage:has(#childrenContent .verticalSection[data-type="Episode"]) #listChildrenCollapsible {
  position: relative !important;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) .detailSectionContent,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) .detailSectionContent {
  margin-top: 0em;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) #castCollapsible,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) #castCollapsible {
  display: none;
}

.layout-desktop [dir="ltr"] .detailRibbon, 
.layout-tv [dir="ltr"] .detailRibbon {
  padding-left: 32em;
  background: transparent;
}

[dir="ltr"] .detailPageContent {
  padding-left: 26.2em;
}


.layout-desktop .page.libraryPage.noSecondaryNavPage.mainAnimatedPage .vertical-wrap.itemsContainer.centered,
.layout-tv .page.libraryPage.noSecondaryNavPage.mainAnimatedPage .vertical-wrap.itemsContainer.centered {
}

@media (min-height: 25.9375em) {
  [dir="ltr"] .padded-right-withalphapicker {
  }
}

@media (min-width: 900px) {
    .dashboardDocument .mainAnimatedPage:not(.metadataEditorPage) {
    }
}

.layout-desktop .detailRibbon,
.layout-tv .detailRibbon {
  height: 4em;
  margin-top: -4em;
  position: relative;
}

.layout-desktop .detailRibbon::before,
.layout-tv .detailRibbon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: transparent;
    background-size: auto;
  background-size: cover;
  z-index: -1;
  width: 100vw;
}


.layout-desktop #listChildrenCollapsible.verticalSection-extrabottompadding #childrenContent .itemsContainer.padded-right.vertical-list .listItem.listItem-largeImage.listItem-withContentWrapper .listItem-content .listItemBody.itemAction,
.layout-tv #listChildrenCollapsible.verticalSection-extrabottompadding #childrenContent .itemsContainer.padded-right.itemsContainer-tv.vertical-list .listItem.itemAction.listItem-button .listItemBody {
  width: calc(30.5vw + -16vh);
  min-width: calc(30.5vw + -16vh);
  background: transparent;
  border-radius: 0;
}

.layout-desktop #listChildrenCollapsible.verticalSection-extrabottompadding #childrenContent .listViewUserDataButtons:has(.listItem-largeImage),
.layout-tv #listChildrenCollapsible.verticalSection-extrabottompadding #childrenContent .listViewUserDataButtons:has(.listItem-largeImage)
{
  justify-content: space-evenly;
  width: 100% !important;
}

.layout-desktop #childrenContent .listItemImage,
.layout-tv #childrenContent .listItemImage.listItemImage-large.listItemImage-large-tv {
  aspect-ratio: unset;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.layout-desktop #itemDetailPage .padded-top-focusscale.padded-bottom-focusscale.no-padding.emby-scroller,
.layout-tv #itemDetailPage .padded-top-focusscale.padded-bottom-focusscale.no-padding {
  width: 100%;
  overflow: hidden;
}

[dir="ltr"] .pageTitle {
  margin: 0em 0.5em 0 0.5em;
}

.layout-tv #itemDetailPage .emby-button.show-focus:focus {
  border: solid 1px #fff;
  background: transparent !important;
  color: rgb(var(--accent)) !important;
  padding-left: 0.5em;
  padding-right: 0.5em;
  box-shadow: 0px 0px 5px #fff9;
}

.layout-tv #itemDetailPage .button-flat.btnPlay.detailButton.emby-button.show-focus:focus {
  border: solid 1px #fff;
  background: #fff !important;
  color: rgb(var(--accent)) !important;
}

.layout-tv .card.show-focus:focus {
  transform: scale(0.95);
  transition: transform 0.1s ease;
}

.layout-tv .card.show-focus:focus .cardImageContainer,
.layout-tv .listItem-focusscale:focus {
  box-shadow: 0px 0px 5px #fff9;
  border: solid 1px #fff !important;
}

.layout-tv div.itemMiscInfo.itemMiscInfo-primary {
  margin-top: 0.3em;
}

.layout-tv .itemDetailPage {
  padding-top: 3em !important;
}

.currentTimeText {
  padding-left: .8em;
  padding-right: .8em;
  color: #fff;
}

.itemsContainer-tv > .portraitCard, .itemsContainer-tv > .squareCard {
  width: 15%;
  margin-bottom: 1em;
}

.listItemImage-large-tv {
  width: calc(31.3vw + -16vh) !important;
  height: 22vh !important
}

.layout-tv .overflowBackdropCard {
  max-width: 21em;
}

.layout-tv #itemDetailPage .card.squareCard {
  top: 22.8em;
}

.layout-tv #childrenContent .listItemBody {
  width: 400em;
}

.layout-desktop .listItem-content,
.layout-tv .listItem-content {
  align-items: center;
  display: flex;
  width: 100%;
}

.layout-desktop #listChildrenCollapsible.verticalSection-extrabottompadding #childrenContent .itemsContainer,
.layout-tv #listChildrenCollapsible.verticalSection-extrabottompadding #childrenContent .itemsContainer {
  display: inline-flex;
  white-space: normal;
  gap: 0.5%;
  width: calc(100vw - 26.975em);
  opacity: 0;
  animation: fadeTitle 0.5s ease-out 0s forwards;
  flex-direction: row;
  flex-wrap: wrap;
}

.layout-desktop #childrenContent .itemsContainer.padded-right.vertical-wrap,
.layout-tv #childrenContent .itemsContainer.padded-right.vertical-wrap {
  scroll-snap-type: y mandatory;
  scroll-padding-top: 0em; 
}

.layout-desktop #childrenContent .itemsContainer.padded-right.vertical-wrap .card.overflowPortraitCard,
.layout-tv #childrenContent .itemsContainer.padded-right.vertical-wrap .card.overflowPortraitCard {
  scroll-snap-align: start;
}

.layout-tv #itemDetailPage .listItem {
}

.pageTitleWithLogo {
  width: 6.25em;
  height: 1.4em;
}

@media (max-height: 870px) and (min-width: 1000px) {
  .pageTitleWithLogo {
    width: 6.5em;
    height: 1.2em;
  }
}

@media (min-width: 1950px) {
  .pageTitleWithLogo {
      width: 7.25em;
  }
}

@media (min-width: 3000px) {
  .pageTitleWithLogo {
    width: 7.65em;
  }
}

.layout-desktop #itemDetailPage .card.backdropCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast,
.layout-tv #itemDetailPage .card.backdropCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast {
  border-radius: 0em !important;
}

.layout-desktop .page.libraryPage.itemDetailPage.noSecondaryNavPage.selfBackdropPage.mainAnimatedPage::before,
.layout-tv .page.libraryPage.itemDetailPage.noSecondaryNavPage.selfBackdropPage.mainAnimatedPage::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--detailGradient);
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
  background-attachment: fixed;
  pointer-events: none;
  animation: fadeBackdrop 1s ease-out 2s forwards;
}

.layout-mobile .page.libraryPage.itemDetailPage.noSecondaryNavPage.selfBackdropPage.mainAnimatedPage::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--detailGradient);
  background-size: cover;
  opacity: 0.6;
  z-index: 0;
  background-attachment: fixed;
  pointer-events: none;
  animation: fadeBackdrop 1s ease-out 2s forwards;
}

.mainAnimatedPages:has(.nextUpSection) .page.libraryPage.itemDetailPage.noSecondaryNavPage.selfBackdropPage.mainAnimatedPage::before,
.mainAnimatedPages:has(.nextUpSection) .page.libraryPage.itemDetailPage.noSecondaryNavPage.selfBackdropPage.mainAnimatedPage::before {
  animation: fadeBackdrop 1s ease-out 2s forwards !important;
  opacity: 0.6;
}

.mainAnimatedPages:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) .page.libraryPage.itemDetailPage.noSecondaryNavPage.selfBackdropPage.mainAnimatedPage::before,
.mainAnimatedPages:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) .page.libraryPage.itemDetailPage.noSecondaryNavPage.selfBackdropPage.mainAnimatedPage::before,
.mainAnimatedPages:has(.button-link.itemAction.emby-button[data-type="Season"]) .page.libraryPage.itemDetailPage.noSecondaryNavPage.selfBackdropPage.mainAnimatedPage::before {
  animation: none !important;
  opacity: 1;
}

.layout-desktop #itemDetailPage .nextUpItems.vertical-wrap.padded-right.itemsContainer .cardText.cardTextCentered.cardText-first,
.layout-tv #itemDetailPage .nextUpItems.vertical-wrap.padded-right.itemsContainer .cardText.cardTextCentered.cardText-first {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layout-desktop .flex.align-items-center.justify-content-center.flex-wrap-wrap.padded-top.padded-left.padded-right.padded-bottom.focuscontainer-x, 
.layout-tv .flex.align-items-center.justify-content-center.flex-wrap-wrap.padded-top.padded-left.padded-right.padded-bottom.focuscontainer-x {
  padding-right: max(env(safe-area-inset-right),3.3%);
  width: 98vw;
}


.paper-icon-button-light[data-action="resume"]:hover {
  background-color: rgba(0, 0, 0, 0.86) !important;
}

.layout-desktop .page.libraryPage.noSecondaryNavPage.mainAnimatedPage .padded-left.padded-right.padded-bottom-page.padded-right-withalphapicker,
.layout-tv .page.libraryPage.noSecondaryNavPage.mainAnimatedPage .padded-left.padded-right.padded-bottom-page.padded-right-withalphapicker {
  max-width: 96vw;
}

.layout-desktop #indexPage .itemsContainer .card.overflowBackdropCard.card-hoverable.card-withuserdata,
.layout-tv #indexPage .itemsContainer .card.overflowBackdropCard.card-hoverable.card-withuserdata,
.layout-desktop #indexPage .itemsContainer .card.overflowSquareCard.card-hoverable.card-withuserdata,
.layout-tv #indexPage .itemsContainer .card.overflowSquareCard.card-hoverable.card-withuserdata,
.layout-tv #indexPage .itemsContainer .card.overflowBackdropCard,
.layout-desktop #indexPage .itemsContainer .card.overflowBackdropCard,
.layout-tv #indexPage .itemsContainer .card.overflowSquareCard,
.layout-desktop #indexPage .itemsContainer .card.overflowSquareCard {
  width: 16vw;
}

.layout-desktop .card.overflowBackdropCard .cardOverlayButton-br .cardOverlayButton.cardOverlayButton-hover.itemAction.paper-icon-button-light.emby-button.playstatebutton-played,
.layout-tv .card.overflowBackdropCard .cardOverlayButton-br .cardOverlayButton.cardOverlayButton-hover.itemAction.paper-icon-button-light.emby-button.playstatebutton-played {
  padding-top: 0.3vh;
}

.layout-tv .itemsContainer.scrollSlider.focuscontainer-x.animatedScrollX.itemsContainer-tv {
}

#indexPage button[data-direction="left"],
#indexPage button[data-direction="right"] {
  opacity: 0;
}

.layout-desktop #indexPage .itemsContainer,
.layout-tv #indexPage .itemsContainer {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  overflow: visible !important;
  white-space: normal !important;
}

.layout-desktop #indexPage .itemsContainer .card.portraitCard,
.layout-tv #indexPage .itemsContainer .card.portraitCard {
  flex: 1 0 calc((100% - (0.5rem * 7)) / 8);
}

.layout-desktop #indexPage .itemsContainer .card.backdropCard,
.layout-tv #indexPage .itemsContainer .card.backdropCard {
  flex: 1 0 calc((100% - (0.5rem * 5)) / 6);
}

.layout-desktop .mediaInfoStream,
.layout-tv .mediaInfoStream {
  display: inline-block;
  margin: 0 3em 0 0;
  vertical-align: top;
  width: 20%;
}

.layout-desktop .sectionTitleContainer-cards,
.layout-tv .sectionTitleContainer-cards {
  padding-top: 1em;
}

@supports (width:max(1px,1px)) {
  #homeTab .emby-scroller {
    padding-right: max(env(safe-area-inset-right),0%);
  }
}

@supports (width:max(1px,1px)) {
  .emby-scroller {
    padding-right: 0;
  }
}

@supports (width:max(1px,1px)) {
  .layout-desktop #favoritesTab .emby-scroller {
    padding-left: max(env(safe-area-inset-left),0.3%);
  }
}

@supports (width:max(1px,1px)) {
  [dir="ltr"] .padded-right {
    padding-right: max(env(safe-area-inset-right),1.3%);
  }
}

.layout-desktop .page.libraryPage.backdropPage .itemsContainer.padded-left.padded-right.padded-right-withalphapicker.vertical-list,
.layout-tv .page.libraryPage.backdropPage .itemsContainer.padded-left.padded-right.padded-right-withalphapicker.vertical-list {
  width: 90%;
}

.layout-desktop .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible.verticalSection.detailVerticalSection,
.layout-tv .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible.verticalSection.detailVerticalSection,
.layout-desktop .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible.verticalSection.detailVerticalSection .listItem,
.layout-tv .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible.verticalSection.detailVerticalSection .listItem {
  width: calc(93vw - 47vh) !important;
  max-width: calc(93vw - 47vh) !important;
}

.layout-desktop .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) .listViewUserDataButtons,
.layout-tv .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) .listViewUserDataButtons {
  justify-content: end !important;
}

.layout-desktop .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) .mainDetailButtons.focuscontainer-x, 
.layout-tv .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) .mainDetailButtons.focuscontainer-x {
  width: 21.25em !important;
  left: 4em !important;
}

.layout-desktop .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible .listItemBody.itemAction,
.layout-tv .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible .listItemBody.itemAction {
  width: 5000em;
}

.layout-desktop .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible .secondary.listItemMediaInfo,
.layout-tv .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible .secondary.listItemMediaInfo {
  width: 28em;
  justify-content: center;
}

.layout-desktop .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible .listItemImage.itemAction[data-action="playallfromhere"] .genre-overlay-container,
.layout-tv .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible .listItemImage.itemAction[data-action="playallfromhere"] .genre-overlay-container,
.layout-desktop .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible .listItemImage.itemAction[data-action="playallfromhere"] .genre-overlay-container,
.layout-tv .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible .listItemImage.itemAction[data-action="playallfromhere"] .genre-overlay-container {
  opacity: 0;
}

.layout-desktop .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) .detailPageWrapperContainer,
.layout-tv .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) .detailPageWrapperContainer {
  animation: none;
  opacity: 1;
}

.layout-desktop .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible:hover,
.layout-tv .itemDetailPage:has(.button-flat.btnPlaystate.detailButton.emby-button[data-type="Playlist"]) #listChildrenCollapsible:focus {
  border: none !important;
}

.layout-tv #childrenContent .itemsContainer.padded-right.itemsContainer-tv.vertical-list {
  width: 70vw;
}

.layout-desktop .itemDetailPage:has(.itemName.parentNameLast) #itemBackdrop,
.layout-tv .itemDetailPage:has(.button-flat.mediaInfoItem.emby-button) #itemBackdrop {
    height: 3em;
}

.layout-desktop .itemDetailPage:has(.button-flat.mediaInfoItem.emby-button) .itemMiscInfo.itemMiscInfo-primary,
.layout-tv .itemDetailPage:has(.button-flat.mediaInfoItem.emby-button) .itemMiscInfo.itemMiscInfo-primary {
  width: fit-content;
  min-width: 7em;
}

.layout-desktop .itemDetailPage:has(.button-flat.mediaInfoItem.emby-button) .infoWrapper,
.layout-tv .itemDetailPage:has(.button-flat.mediaInfoItem.emby-button) .infoWrapper {
  display: inline-flex;
}

.layout-desktop .itemDetailPage:has(.button-flat.mediaInfoItem.emby-button) .itemMiscInfo.itemMiscInfo-secondary,
.layout-tv .itemDetailPage:has(.button-flat.mediaInfoItem.emby-button) .itemMiscInfo.itemMiscInfo-secondary {
  position: absolute;
  top: 37em;
  pointer-events: all;
  left: 26.7em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .trackSelections.focuscontainer-x,
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemName.infoText.originalTitle,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .trackSelections.focuscontainer-x,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemName.infoText.originalTitle {
  animation: none !important;
  opacity: 1 !important;
  top: 42.8em !important;
  width: 29.4em;
  left: 1.5em;
}

.layout-desktop .itemDetailPage:has(.secondary.listItemMediaInfo.listItemBodyText) .itemExternalLinks,
.layout-tv .itemDetailPage:has(.secondary.listItemMediaInfo.listItemBodyText) .itemExternalLinks {
  animation: none !important;
  opacity: 1 !important;
  top: 44em !important;
  width: 4em;
  left: 1.5em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup {
  width: 41em;
  left: 1.5em;
  padding-left: 0;
}

.layout-tv .trackselections {
  animation: none;
  opacity: 1;
}

.itemBackdrop {
  height: 0vh;
}

.detailPageWrapperContainer {
  min-height: 100vh;
}

.layout-desktop #itemDetailPage .nameContainer .itemName.infoText.subtitle.focuscontainer-x .button-link.itemAction.emby-button[data-action="link"],
.layout-tv #itemDetailPage .nameContainer .itemName.infoText.subtitle.focuscontainer-x .button-link.itemAction.emby-button[data-action="link"]  {
  color: rgb(var(--accent)) !important;
  font-weight: 800;
}

.layout-desktop #itemDetailPage .nameContainer .itemName.infoText.subtitle.focuscontainer-x .button-link.itemAction.emby-button[data-action="link"]:hover,
.layout-tv #itemDetailPage .nameContainer .itemName.infoText.subtitle.focuscontainer-x .button-link.itemAction.emby-button[data-action="link"]:hover  {
  color: #fff !important;
}

.layout-desktop #indexPage .itemsContainer.scrollSlider.focuscontainer-x.animatedScrollX .cardText.cardTextCentered.cardText-secondary,
.layout-tv #indexPage .itemsContainer.scrollSlider.focuscontainer-x.animatedScrollX .cardText.cardTextCentered.cardText-secondary { 
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  font-weight: 400; 
}

.layout-desktop #indexPage .itemsContainer.scrollSlider.focuscontainer-x.animatedScrollX[data-monitor="videoplayback,markplayed"] .card:nth-child(n+19),
.layout-tv #indexPage .itemsContainer.scrollSlider.focuscontainer-x.animatedScrollX[data-monitor="videoplayback,markplayed"] .card:nth-child(n+19) {
  display: none !important;
}

.layout-desktop #indexPage .verticalSection .itemsContainer.scrollSlider.focuscontainer-x.animatedScrollX .card:nth-child(n+19),
.layout-tv #indexPage .verticalSection .itemsContainer.scrollSlider.focuscontainer-x.animatedScrollX .card:nth-child(n+19) {
  display: none !important;
}

.layout-desktop #indexPage .verticalSection .itemsContainer.scrollSlider.focuscontainer-x.animatedScrollX .card[data-type="CollectionFolder"]:nth-child(n+19),
.layout-tv #indexPage .verticalSection .itemsContainer.scrollSlider.focuscontainer-x.animatedScrollX .card[data-type="CollectionFolder"]:nth-child(n+19) {
  display: revert !important;
}

.layout-desktop .padded-top-focusscale.padded-bottom-focusscale.emby-scroller.scrollX[data-centerfocus="true"] .padded-top.padded-bottom.scrollSlider.focuscontainer-x,
.layout-tv .padded-top-focusscale.padded-bottom-focusscale.emby-scroller.scrollX[data-centerfocus="true"] .padded-top.padded-bottom.scrollSlider.focuscontainer-x {
  width: 96.25vw;
  display: flex;
  justify-content: space-evenly;
  padding-left: 0.75em;
  gap: 1em;
}

.layout-desktop #indexPage .overflowPortraitCard,
.layout-tv #indexPage .overflowPortraitCard {
  width: 16vw;
}

.layout-desktop #indexPage .overflowSquareCard,
.layout-tv #indexPage .overflowSquareCard {
  width: 16vw;
}

.layout-desktop .padded-top-focusscale.padded-bottom-focusscale.emby-scroller.scrollX[data-centerfocus="true"] .padded-top.padded-bottom.scrollSlider.focuscontainer-x .raised.emby-button,
.layout-tv .padded-top-focusscale.padded-bottom-focusscale.emby-scroller.scrollX[data-centerfocus="true"] .padded-top.padded-bottom.scrollSlider.focuscontainer-x .raised.emby-button {
  width: 100%;
  padding: 0.25em;
  justify-content: center;
  border-radius: var(--rounding) !important;
  margin: 0;
  background: rgb(var(--tint2));
  font-weight: 700;
}

.layout-desktop .itemDetailsGroup,
.layout-tv .itemDetailsGroup {
  margin-top: 1em;
}

.layout-desktop #listChildrenCollapsible.verticalSection-extrabottompadding #childrenContent .itemsContainer:has(.listItem[data-type="Episode"]) .listItem-content .indicators.listItemIndicators .playedIndicator.indicator,
.layout-tv #listChildrenCollapsible.verticalSection-extrabottompadding #childrenContent .itemsContainer:has(.listItem[data-type="Episode"]) .listItem-content .indicators.listItemIndicators .playedIndicator.indicator {
  opacity: 0;
}

/* --- Episode Page --- */

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) #itemBackdrop
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) #itemBackdrop,
.layout-desktop .itemDetailPage:has(.itemName.infoText.subtitle) #itemBackdrop,
.layout-tv .itemDetailPage:has(.itemName.infoText.subtitle) #itemBackdrop {
  height: 0em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) #itemBackdrop,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) #itemBackdrop {
  height: 3em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .itemDetailsGroup {
  position: fixed;
  top: 47.2em;
  left: 1em !important;
  width: 29.4em !important;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.genresGroup .genres.content.focuscontainer-x,
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.writersGroup .writers.content.focuscontainer-x,
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.directorsGroup .directors.content.focuscontainer-x,
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.studiosGroup .studios.content.focuscontainer-x,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.genresGroup .genres.content.focuscontainer-x,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.writersGroup .writers.content.focuscontainer-x,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.directorsGroup .directors.content.focuscontainer-x,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.studiosGroup .studios.content.focuscontainer-x {
  text-align: left;
  width: 34em !important;
  margin-left: 3em !important;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.genresGroup .genresLabel.label,
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.writersGroup .writersLabel.label,
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.directorsGroup .directorsLabel.label,
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.studiosGroup .studiosLabel.label,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.genresGroup .genresLabel.label,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.writersGroup .writersLabel.label,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.directorsGroup .directorsLabel.label,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemDetailsGroup .detailsGroupItem.studiosGroup .studiosLabel.label {
  text-align: center;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) div.itemMiscInfo.itemMiscInfo-primary,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) div.itemMiscInfo.itemMiscInfo-primary {
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) div.itemMiscInfo.itemMiscInfo-primary,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) div.itemMiscInfo.itemMiscInfo-primary {
    left: 60.7vh;
    top: 1.8em;
    height: 1.6em;
    max-width: 84vh;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .detailLogo,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .detailLogo {
  top: 3.3em;
  width: 33.75em;
  height: 6em;
  transition: width 0.2s ease-in-out;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .mainDetailButtons.focuscontainer-x,
.layout-tv #itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .mainDetailButtons.focuscontainer-x {
  top: 5.94em !important;
  width: 23.538em;
  padding-top: 18.011em;
  padding-bottom: 0.3em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .mainDetailButtons.focuscontainer-x::before,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .mainDetailButtons.focuscontainer-x::before {
  width: 24.688em;
  padding-top: 18.26em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .detailImageContainer .card.backdropCard,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .detailImageContainer .card.backdropCard {
  top: 12.3em !important;
  width: 26.54em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .button-flat.btnPlay.detailButton.emby-button,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .button-flat.btnPlay.detailButton.emby-button { 
  margin-left: 0em !important;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .infoWrapper .nameContainer .itemName.infoText.subtitle.focuscontainer-x {
  top: 8.4em;
  left: 4.3575em;
  width: 23.24em;
  font-weight: 600;
  font-size: revert;
}

.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .infoWrapper .nameContainer .parentName.focuscontainer-x {
  width: 18.3em;
  font-weight: 600;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .nameContainer,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .nameContainer {
  top: 36em !important;
  width: 26.45em !important;
  left: 4.3em !important;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .overview.detail-clamp-text,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .overview.detail-clamp-text {
  margin-bottom: 0;
  padding-top: 0.4em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .trackSelections,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .trackSelections {
  top: 43.3em !important;
  width: 38em;
  left: 1.5em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemName.infoText.subtitle.focuscontainer-x,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .itemName.infoText.subtitle.focuscontainer-x {
  width: 32.6em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .detailRibbon,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .detailRibbon {
  padding-left: 40.5em;
  height: 4em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .detailPagePrimaryContent,
.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .detailPageContent,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .detailPagePrimaryContent,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .detailPageContent {
  padding-left: 33.2em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .itemName.infoText.originalTitle,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .itemName.infoText.originalTitle {
  width: 26.7em !important;
  margin-top: -10em !important;
  left: 4.3em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .detailSectionContent,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .detailSectionContent {
  width: 54vw !important;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .detailImageContainer .card.squareCard,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .detailImageContainer .card.squareCard {
  top: 14.5em !important;
  width: 19em;
  left: 12em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .detailImageContainer .card.squareCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .detailImageContainer .card.squareCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast {
  border-radius: .2em !important;
}

.layout-desktop .itemMiscInfo.itemMiscInfo-primary .mediaInfoItem,
.layout-tv .itemMiscInfo.itemMiscInfo-primary .mediaInfoItem {
  margin: 0;
  font-size: 110%;
  margin-top: -0.3em;
  margin-bottom: 1em;
  margin-right: 0.5em;
  padding-top: 0.1em;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .nameContainer,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .nameContainer {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 0s;
  top: 30.725em !important;
  height: unset !important;
}

.layout-desktop .itemDetailPage:has(.button-link.itemAction.emby-button[data-type="Season"]) .nameContainer .parentName.focuscontainer-x .button-link.itemAction.emby-button,
.layout-tv .itemDetailPage:has(.button-link.itemAction.emby-button.show-focus[data-type="Season"]) .nameContainer .parentName.focuscontainer-x .button-link.itemAction.emby-button {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 0s;
}

.layout-desktop .itemDetailPage:has(.detailImageContainer .card.squareCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast) .mainDetailButtons.focuscontainer-x,
.layout-tv .itemDetailPage:has(.detailImageContainer .card.squareCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast) .mainDetailButtons.focuscontainer-x {
  width: 16.75em;
  left: 11.15em;
}

.layout-desktop .itemDetailPage:has(.detailImageContainer .card.squareCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast) .mainDetailButtons.focuscontainer-x::before,
.layout-tv .itemDetailPage:has(.detailImageContainer .card.squareCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast) .mainDetailButtons.focuscontainer-x::before {
  width: 17.55em;
}

.layout-desktop .itemDetailPage:has(.itemAction.textActionButton[data-type="Season"]) .mainDetailButtons.focuscontainer-x,
.layout-tv .itemDetailPage:has(.detailImageContainer .card.squareCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast) .mainDetailButtons.focuscontainer-x,
.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) .mainDetailButtons.focuscontainer-x,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) .mainDetailButtons.focuscontainer-x {
  width: 17.93em !important;
  left: 3.92em !important;
}

.layout-desktop .itemDetailPage:has(.itemAction.textActionButton[data-type="Season"]) .mainDetailButtons.focuscontainer-x::before,
.layout-tv .itemDetailPage:has(.detailImageContainer .card.squareCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast) .mainDetailButtons.focuscontainer-x::before,
.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) .mainDetailButtons.focuscontainer-x::before,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) .mainDetailButtons.focuscontainer-x::before {
  width: 17.67em !important;
}

.layout-desktop .itemDetailPage:has(.detailImageContainer .card.squareCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast) .itemName.infoText.subtitle.focuscontainer-x,
.layout-tv .itemDetailPage:has(.detailImageContainer .card.squareCard .cardImageContainer.coveredImage.cardContent.lazy.blurhashed.lazy-image-fadein-fast) .itemName.infoText.subtitle.focuscontainer-x {
  width: 15.6em;
  left: 11.55em;
}

.layout-desktop .itemDetailPage:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]) .itemName.infoText.subtitle,
.layout-tv .itemDetailPage:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]) .itemName.infoText.subtitle {
  width: 12.516em;
  top: 4.15em;
}

.layout-desktop .collectionItems,
.layout-tv .collectionItems {
  width: 94vh !important;
  pointer-events: all;
  top: 0;
  position: absolute;
  max-height: 50vh;
  overflow-y: scroll;
}

.layout-desktop .itemDetailPage:has(.collectionItems) .overview.detail-clamp-text {

}

.layout-desktop .cardImageContainer .language-overlay-container,
.layout-tv .cardImageContainer .language-overlay-container {
  max-width: 2em;
  margin-bottom: 0.125em;
}

.layout-desktop .cardImageContainer .genre-overlay-container,
 .layout-tv .cardImageContainer .genre-overlay-container {
  margin-right: 1em;
  opacity: 0;
  gap: 0.15em;
  transition: opacity 0.5s ease-in-out;
  top: unset;
  bottom: 0.55em;
  transition-delay: 0.5s;
}

.layout-desktop #itemDetailPage .detailImageContainer .genre-overlay-container,
.layout-tv #itemDetailPage .detailImageContainer .genre-overlay-container,
.layout-desktop #itemDetailPage .nextUpSection .genre-overlay-container,
.layout-tv #itemDetailPage .nextUpSection .genre-overlay-container {
  display: none !important;
}

.layout-desktop .card:hover .genre-overlay-container,
.layout-tv .card:hover .genre-overlay-container {
  opacity: 1;
}

.layout-desktop .cardImageContainer .quality-overlay-container,
.layout-tv .cardImageContainer .quality-overlay-container {
}

.layout-desktop .genre-tag,
.layout-tv .genre-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.4);
  overflow: hidden;
  background: rgba(var(--tint), 0.8);
  color: #E0E0E0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: none;
  max-height: 1em;
  max-width: fit-content;
  padding: 0.2em;
}

.layout-desktop .genre-tag .material-symbols-outlined,
.layout-tv .genre-tag .material-symbols-outlined {
  line-height: 1;
}

.layout-desktop .genre-tag .genre-text,
.layout-tv .genre-tag .genre-text {
  display: none;
  white-space: nowrap;
  font-weight: 500;
  margin-left: 6px;
  margin-right: 10px;
  text-transform: capitalize;
  font-size: 0.75em;
}

.layout-desktop .quality-overlay-label,
.layout-tv .quality-overlay-label {
  font-size: 0.75em;
}

.trackSelections .selectLabel {
    font-size: 0 !important;
    position: relative;
}

.trackSelections .selectLabel::before {
    font-size: 1.9vh;
    line-height: 2.5vh;
}

.layout-desktop.trackSelections .selectLabel::before,
.layout-tv .trackSelections .selectLabel::before {
    font-size: 1vw;
    line-height: 1vh;
}

.selectSourceContainer .selectLabel::before {
    content: "inventory_2";
    font-family: "Material Icons";
}

.selectVideoContainer .selectLabel::before {
    content: "videocam";
    font-family: "Material Icons";
}

.selectAudioContainer .selectLabel::before {
    content: "audiotrack";
    font-family: "Material Icons";
}

.selectSubtitlesContainer .selectLabel::before {
    content: "subtitles";
    font-family: "Material Icons";
}

.itemDetailsGroup .label {
    font-size: 0 !important;
    position: relative;
}

.itemDetailsGroup .label::before {
    font-family: "Material Icons";
    font-size: 1.9vh;
    line-height: 2.5vh;
}

.genresGroup .genresLabel::before {
    content: "theater_comedy";
}

.directorsGroup .directorsLabel::before {
    content: "movie_creation"; 
}

.writersGroup .writersLabel::before {
    content: "edit"; 
}

.studiosGroup .studiosLabel::before {
    content: "apartment"; 
}

.layout-desktop .itemDetailsGroup .detailsGroupItem .focuscontainer-x,
.layout-tv  .itemDetailsGroup .detailsGroupItem .focuscontainer-x {
  margin-left: 1.9em;
  width: 20em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
  overflow: hidden;
  font-size: 95%;
}


.detailPageWrapperContainer {
  min-height: calc(100vh - 3em) !important;
  animation: fadeTitle 0.5s ease-out 2s forwards;
  opacity: 0;
}

.detailPageWrapperContainer::before {
  content: '';
  position: absolute;
  animation: fadeTitle 2s ease-out 2.5s forwards;
  top: 0;
  left: 0;
  height: 100%;
  background: transparent;
  background-size: auto;
  background-size: cover;
  backdrop-filter: var(--backdropBlur);
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.detailPageWrapperContainer:has(.listItem.listItem-largeImage.listItem-withContentWrapper[data-type="Episode"]),
.detailPageWrapperContainer:has(.listItem.itemAction.listItem-button.listItem-focusscale.listItem-largeImage[data-type="Episode"]),
.detailPageWrapperContainer:has(.button-link.itemAction.emby-button[data-type="Season"]) {
  animation: none !important;
  opacity: 1;
}

.layout-desktop .verticalSection.detailVerticalSection.moreFromSeasonSection.emby-scroller-container,
.layout-tv .verticalSection.detailVerticalSection.moreFromSeasonSection {
  position: absolute !important;
  top: -15.77em;
  left: 33.2em;
  bottom: unset !important;
  max-width: 54vh !important;
  color: #fff;
  transition: max-width 0.2s ease-out 1s, background-color 1s ease-out 2s, border-color 0.5s ease-out 2s, padding-left 1s ease-out 1s, padding-right 1s ease-out 1s !important;
  border-radius: var(--rounding) !important;
  height: 13.3em !important;
}


.layout-desktop .verticalSection.detailVerticalSection.moreFromSeasonSection.emby-scroller-container:hover,
.layout-tv .verticalSection.detailVerticalSection.moreFromSeasonSection:focus {
  max-width: calc(94.5vw - 60vh) !important;
  background: rgb(var(--tint));
  border: 0.5px solid;
  border-color: #fff3;
  margin-top: -1px;
  margin-left: -1px;
  transition: max-width 0.2s ease-out 1s, background-color 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s, height 1s ease-out 0.25s !important;
  border-radius: var(--rounding);
}

.layout-desktop .infoWrapper,
.layout-tv .infoWrapper {
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 76%;
  min-width: 0;
}

.layout-desktop .button-flat.btnPlay.detailButton.emby-button,
.layout-tv .button-flat.btnPlay.detailButton.emby-button {
  height: 1.66em;
  background: rgb(var(--accent)) !important;
  box-shadow: 0px 0px 13px #432b6f7a;
}

.layout-desktop .button-flat.btnPlay.detailButton.emby-button:hover,
.layout-tv .button-flat.btnPlay.detailButton.emby-button:focus {
  background: #fff !important;
  box-shadow: 0px 0px 11px #ffffff70;
  color: rgb(var(--tint2)) !important;
}

.layout-desktop .button-flat.btnPlay.detailButton.emby-button .detailButton-content,
.layout-tv .button-flat.btnPlay.detailButton.emby-button .detailButton-content {
  transform-origin: center;
  width: 5.893em;
}

.layout-desktop .button-flat.btnPlay.detailButton.emby-button:hover .detailButton-content,
.layout-tv .button-flat.btnPlay.detailButton.emby-button:focus .detailButton-content {
  transform: scale(1.25);
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName.focuscontainer-x) .mainDetailButtons.focuscontainer-x,
.layout-desktop .itemDetailPage:has(.card.overflowSquareCard.card-hoverable) .mainDetailButtons.focuscontainer-x,
.layout-tv .itemDetailPage:has(.nameContainer .parentName.musicParentName.focuscontainer-x) .mainDetailButtons.focuscontainer-x,
.layout-tv .itemDetailPage:has(.card.overflowSquareCard.card-hoverable) .mainDetailButtons.focuscontainer-x {
  width: 17.3em !important;
  left: 3.9em !important;
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName.focuscontainer-x) #listChildrenCollapsible:hover,
.layout-tv .itemDetailPage:has(.nameContainer .parentName.musicParentName.focuscontainer-x) #listChildrenCollapsible:focus {
  border: none;
  margin-top: 0;
  margin-left: 0;
  background: transparent !important;
}

.layout-desktop .itemDetailPage:has(.verticalSection[data-type="MusicAlbum"]) #listChildrenCollapsible:hover,
.layout-tv .itemDetailPage:has(.verticalSection[data-type="MusicAlbum"]) #listChildrenCollapsible:focus {
  border: none;
  margin-top: 0;
  margin-left: 0;
  background: transparent !important;
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName) .detailLogo,
.layout-tv .itemDetailPage:has(.nameContainer .parentName.musicParentName) .detailLogo {
  display: none !important;
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName.focuscontainer-x) .itemExternalLinks,
.layout-desktop .itemDetailPage:has(.card.overflowSquareCard.card-hoverable) .itemExternalLinks,
.layout-tv .itemDetailPage:has(.nameContainer .parentName.musicParentName.focuscontainer-x) .itemExternalLinks,
.layout-tv .itemDetailPage:has(.card.overflowSquareCard.card-hoverable) .itemExternalLinks {
  top: 47.75em !important;
}


.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName.focuscontainer-x) .mainDetailButtons.focuscontainer-x::before,
.layout-desktop .itemDetailPage:has(.card.overflowSquareCard.card-hoverable) .mainDetailButtons.focuscontainer-x::before,
.layout-tv .itemDetailPage:has(.nameContainer .parentName.musicParentName.focuscontainer-x) .mainDetailButtons.focuscontainer-x::before,
.layout-tv .itemDetailPage:has(.card.overflowSquareCard.card-hoverable) .mainDetailButtons.focuscontainer-x::before  {
  width: 17.8em !important;
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName.focuscontainer-x) .detailImageContainer .card.backdropCard,
.layout-desktop .itemDetailPage:has(.card.overflowSquareCard.card-hoverable) .detailImageContainer .card.backdropCard,
.layout-tv .itemDetailPage:has(.nameContainer .parentName.musicParentName.focuscontainer-x) .detailImageContainer .card.backdropCard,
.layout-tv .itemDetailPage:has(.card.overflowSquareCard.card-hoverable) .detailImageContainer .card.backdropCard {
  top: 21.35em;
  width: 18.6em;
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName.focuscontainer-x) .detailLogo,
.layout-desktop .itemDetailPage:has(.card.overflowSquareCard.card-hoverable) .detailLogo,
.layout-tv .itemDetailPage:has(.nameContainer .parentName.musicParentName.focuscontainer-x) .detailLogo,
.layout-tv .itemDetailPage:has(.card.overflowSquareCard.card-hoverable) .detailLogo {
  top: 80vh;
  right: 20vw;
  bottom: unset;
  left: unset;
}

.layout-desktop .card:hover .countIndicator,
.layout-tv .card:hover .countIndicator {
  opacity: 0;
}

.nowPlayingInfoContainerMedia {
  margin-bottom: 1em;
  text-align: left;
  font-size: 1.3em;
}

.layout-desktop #nowPlayingPage .remoteControlContent.padded-left.padded-right.padded-bottom.hideVideoButtons,
.layout-tv #nowPlayingPage .remoteControlContent.padded-left.padded-right.padded-bottom.hideVideoButtons {
  margin-top: -4.4em;
  width: 78.3vw;
  margin-left: 17vw !important;
}

.layout-tv #itemDetailPage .itemDetailsGroup .detailsGroupItem .content {
  margin-left: 1em;
}


/* 1440p TV resolution */
@media (min-width: 2400px) {
  .layout-tv body {
    font-size: 130% !important;
  }
}

/* 4k resolution */
@media (min-width: 3000px) {
  .spotlightiframe {
    margin-top: -3.5em !important;
  }
}

/* 4k TV resolution */
@media (min-width: 3000px) {
  .layout-tv body {
    font-size: 173% !important;
  }
  .spotlightiframe {
    margin-top: -3.5em !important;
  }
}

.layout-desktop #similarCollapsible .scrollSlider.itemsContainer,
.layout-tv #similarCollapsible .scrollSlider.itemsContainer {
    display: flex !important;
    flex-wrap: wrap !important;
    white-space: normal !important;
    gap: 0.5%;
}

.layout-desktop #castContent.scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX .card:nth-child(n+19),
.layout-tv #castContent.scrollSlider.itemsContainer .card:nth-child(n+19),
.layout-desktop #guestCastContent.scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX .card:nth-child(n+19),
.layout-tv #guestCastContent.scrollSlider.focuscontainer-x.itemsContainer.animatedScrollX .card:nth-child(n+19) {
    display: none !important;
}

.layout-desktop #castCollapsible .itemsContainer > .card > .cardBox,
.layout-desktop #guestCastCollapsible .itemsContainer > .card > .cardBox,
.layout-tv #castCollapsible .itemsContainer > .card > .cardBox,
.layout-tv #guestCastCollapsible .itemsContainer > .card > .cardBox {
  margin-left: 0.6em !important;
  margin-right: 0.2em !important;
  background: transparent;
  border-radius: var(--rounding);
}
.layout-desktop #similarCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding.emby-scroller-container,
.layout-tv #similarCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding {
  position: fixed;
  top: 0em;
  right: 0em;
  width: 5vw;
}

.layout-desktop #similarCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding.emby-scroller-container,
.layout-tv #similarCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding {
  position: fixed;
  top: 3.32em;
  right: 0em;
  width: 18.33em;
  overflow-y: scroll;
  max-height: calc(100vh - 0em);
  height: calc(100vh - 5.5em);
  padding-top: 1em;
  padding-bottom: 3em;
  z-index: 0;
}

.layout-desktop #similarCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding.emby-scroller-container::before,
.layout-tv #similarCollapsible.verticalSection.detailVerticalSection.verticalSection-extrabottompadding::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  width: 8.1em;
  height: 100vh;
  background: linear-gradient(90deg, rgb(6.667% 5.49% 11.765% / 0) 0%, rgb(6.667% 5.49% 11.765% / 0.0728076171875) 6.25%, rgb(6.667% 5.49% 11.765% / 0.132421875) 12.5%, rgb(6.667% 5.49% 11.765% / 0.1805419921875) 18.75%, rgb(6.667% 5.49% 11.765% / 0.21875) 25%, rgb(6.667% 5.49% 11.765% / 0.2485107421875) 31.25%, rgb(6.667% 5.49% 11.765% / 0.271171875) 37.5%, rgb(6.667% 5.49% 11.765% / 0.2879638671875) 43.75%, rgb(6.667% 5.49% 11.765% / 0.3) 50%, rgb(6.667% 5.49% 11.765% / 0.3082763671875) 56.25%, rgb(6.667% 5.49% 11.765% / 0.313671875) 62.5%, rgb(6.667% 5.49% 11.765% / 0.3169482421875) 68.75%, rgb(6.667% 5.49% 11.765% / 0.31875000000000003) 75%, rgb(6.667% 5.49% 11.765% / 0.31960449218750003) 81.25%, rgb(6.667% 5.49% 11.765% / 0.319921875) 87.5%, rgb(6.667% 5.49% 11.765% / 0.3199951171875) 93.75%, rgb(6.667% 5.49% 11.765% / 0.32) 100% );
  z-index: -1;
}

.layout-desktop #similarCollapsible .card.overflowPortraitCard,
.layout-tv #similarCollapsible .card.overflowPortraitCard,
.layout-desktop #similarCollapsible .card.overflowSquareCard,
.layout-tv #similarCollapsible .card.overflowSquareCard,
.layout-desktop #similarCollapsible .card.overflowBackdropCard,
.layout-tv #similarCollapsible .card.overflowBackdropCard {
  transition: transform 0.1s ease-in-out 0s, margin-bottom 0.1s ease-out 0s;
  transform: translateX(15%);
  transform-origin: top right;
  margin-left: 10.5em;
}

.layout-desktop #similarCollapsible .card.overflowPortraitCard:hover,
.layout-tv #similarCollapsible .card.overflowPortraitCard:focus,
.layout-desktop #similarCollapsible .card.overflowSquareCard:hover,
.layout-tv #similarCollapsible .card.overflowSquareCard:focus,
.layout-desktop #similarCollapsible .card.overflowBackdropCard:hover,
.layout-tv #similarCollapsible .card.overflowBackdropCard:focus {
  transform: translateX(20%) translateY(-6%) scale(1.2);
  transform-origin: top right;
  transition: transform 0.2s ease-out 0s, margin-bottom 0.2s ease-out 0s;
  z-index: 9;
  margin-bottom: 5%;
}

.layout-desktop .itemDetailPage:has(.nameContainer .parentName.musicParentName) #similarCollapsible .card.overflowSquareCard:hover,
.layout-tv .itemDetailPage:has(.nameContainer .parentName.musicParentName) #similarCollapsible .card.overflowSquareCard:focus {
  transform: translateX(20%) translateY(-6%) scale(1.45);
  transform-origin: top right;
  transition: transform 0.3s ease-out 0s, margin-bottom 0.3s ease-out 0s;
  z-index: 9;
  margin-bottom: 12%;
}

.layout-desktop #similarCollapsible .card.overflowPortraitCard:hover .cardOverlayButton,
.layout-tv #similarCollapsible .card.overflowPortraitCard:focus .cardOverlayButton,
.layout-desktop #similarCollapsible .card.overflowPortraitCard:hover .overflowSquareCard,
.layout-tv #similarCollapsible .card.overflowPortraitCard:focus .overflowSquareCard {
  opacity: 0;
}

.layout-desktop #similarCollapsible .card.overflowPortraitCard .quality-overlay-container,
.layout-desktop #similarCollapsible .card.overflowPortraitCard .genre-overlay-container,
.layout-desktop #listChildrenCollapsible .card.overflowPortraitCard .genre-overlay-container,
.layout-desktop .verticalSection.detailVerticalSection.moreFromSeasonSection.emby-scroller-container .genre-overlay-container,
.layout-tv #similarCollapsible .card.overflowPortraitCard .quality-overlay-container,
.layout-tv #similarCollapsible .card.overflowPortraitCard .genre-overlay-container,
.layout-tv #listChildrenCollapsible .card.overflowPortraitCard .genre-overlay-container,
.layout-tv .verticalSection.detailVerticalSection.moreFromSeasonSection .genre-overlay-container {
  pointer-events: none;
  opacity: 0;
}

.layout-desktop #similarCollapsible .sectionTitle,
.layout-tv #similarCollapsible .sectionTitle {
  display: none;
}

.layout-desktop .personCard .cardScalable,
.layout-desktop .personCard .cardImageContainer,
.layout-desktop .personCard .cardPadder,
.layout-tv .personCard .cardScalable,
.layout-tv .personCard .cardImageContainer,
.layout-tv .personCard .cardPadder {
  width: 5em;
  height: 5em;
  min-width: 5em;
  min-height: 5em;
  margin-left: calc(5.8vw + -8.9vh);
}

.layout-desktop .personCard .cardImageContainer,
.layout-tv .personCard .cardImageContainer {
  border-radius: 999em !important;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.layout-desktop .personCard .cardOverlayContainer,
.layout-tv .personCard .cardOverlayContainer {
  border-radius: 999em !important;
}

.layout-desktop .personCard.overflowPortraitCard .cardPadder,
.layout-tv .personCard.overflowPortraitCard .cardPadder {
  padding-top: 0 !important;
}

.layout-desktop .personCard,
.layout-tv .personCard {
  width: 4vw;
  margin: 0 0.5vw;
}

.layout-desktop .personCard .cardText,
.layout-tv .personCard .cardText {
  margin-top: 0.1em;
  font-size: 90%;
}

.layout-desktop .personCard .cardText.cardTextCentered.cardText-secondary,
.layout-tv .personCard .cardText.cardTextCentered.cardText-secondary {
  max-height: 1.8em;
}

.layout-desktop .itemDetailPage:has(.parentName.focuscontainer-x .button-link.itemAction.emby-button[data-type="Series"]) .detailPageWrapperContainer,
.layout-tv .itemDetailPage:has(.parentName.focuscontainer-x .button-link.itemAction.emby-button[data-type="Series"]) .detailPageWrapperContainer,
.layout-desktop .itemDetailPage:has(.parentName.focuscontainer-x .button-link.itemAction.emby-button[data-type="Series"]) .trackSelections,
.layout-tv .itemDetailPage:has(.parentName.focuscontainer-x .button-link.itemAction.emby-button[data-type="Series"]) .trackSelections,
.layout-desktop .itemDetailPage:has(.parentName.focuscontainer-x .button-link.itemAction.emby-button[data-type="Series"]) .itemExternalLinks.focuscontainer-x,
.layout-tv .itemDetailPage:has(.parentName.focuscontainer-x .button-link.itemAction.emby-button[data-type="Series"]) .itemExternalLinks.focuscontainer-x,
.layout-desktop .itemDetailPage:has(.parentName.focuscontainer-x .button-link.itemAction.emby-button[data-type="Series"]) .itemDetailsGroup,
.layout-tv .itemDetailPage:has(.parentName.focuscontainer-x .button-link.itemAction.emby-button[data-type="Series"]) .itemDetailsGroup {
  animation: none !important;
  opacity: 1 !important;
}

.layout-desktop .videoOsdBottom.videoOsdBottom-maincontrols {
  opacity: 0;
  transition: opacity 1s ease-out 0.5s;
}

.layout-desktop .videoOsdBottom.videoOsdBottom-maincontrols.hide {
  display: block !important;
}

.layout-desktop .videoOsdBottom.videoOsdBottom-maincontrols:hover,
.layout-desktop .videoOsdBottom.videoOsdBottom-maincontrols:hover::before {
  opacity: 1;
  transition: opacity 0.1s ease-out 0s;
}

.layout-desktop .videoOsdBottom.videoOsdBottom-maincontrols::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 15vh;
  pointer-events: auto;
  background: transparent;
}

@media (min-width: 100em) {
  .libraryPage:not(.noSecondaryNavPage) {
    padding-top: 4.6em !important;
    width: 99%;
  }
}

.playerStats {
  background: rgba(var(--tint), 0.8);
  border-radius: var(--rounding);
}

.itemsContainer,
.scrollSlider,
.emby-scroller,
.overview {
  scrollbar-width: none;
}

.itemsContainer::-webkit-scrollbar,
.scrollSlider::-webkit-scrollbar,
.emby-scroller::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.mainAnimatedPages,
.skinBody {
  scrollbar-width: auto;
}

.mainAnimatedPages::-webkit-scrollbar,
.skinBody::-webkit-scrollbar {
  display: block;
  width: 8px;
}

.layout-desktop #itemDetailPage:has([data-type="BoxSet"]) .detailSectionContent,
.layout-tv #itemDetailPage:has([data-type="BoxSet"]) .detailSectionContent {
  margin-top: unset;
  max-height: unset;
}

.layout-desktop #itemDetailPage:has([data-type="BoxSet"]) .collectionItems,
.layout-tv #itemDetailPage:has([data-type="BoxSet"]) .collectionItems {
  position: relative;
  max-height: unset;
}

.layout-desktop .itemsContainer.padded-left.padded-right.padded-right-withalphapicker.vertical-wrap .card.backdropCard.card-hoverable.card-withuserdata,
.layout-tv .itemsContainer.padded-left.padded-right.itemsContainer-tv.padded-right-withalphapicker.vertical-wrap .card.backdropCard.show-focus.show-animation.card-withuserdata {
  width: 15.75%;
}

.layout-desktop .itemsContainer.padded-left.padded-right.padded-right-withalphapicker.vertical-wrap .card.bannerCard,
.layout-tv .itemsContainer.padded-left.padded-right.itemsContainer-tv.padded-right-withalphapicker.vertical-wrap .card.bannerCard {
  width: 24.15%;
}

.noBackdropTransparency .detailPagePrimaryContainer, 
.noBackdropTransparency .detailPageSecondaryContainer {
  background-color: transparent;
}

#indexPage h2 {
  font-size: 1.2em;
}

#indexPage .cardText.itemAction.textActionButton.emby-button {
  margin: 0;
}

.recordingFields {
  pointer-events: all;
}

.layout-desktop .remoteControlSection, 
.layout-tv .remoteControlSection {
  position: absolute;
  width: 14%;
  top: calc(20.5vw + 9vh);
  left: 2vw;
}

/* ------ Jellyseerr ------ */

.layout-desktop .verticalSection.emby-scroller-container.jellyseerr-details-section {
  position: relative;
  left: calc(59vw + -47vh);
  top: -40.33em;
  max-width: 20.2vh;
  font-size: 75%;
  transition: max-width 0.2s ease-out 2s, background 1s ease-out 0s, border-color 0.5s ease-out 2s, padding-left 1s ease-out 1s, padding-right 1s ease-out 1s, max-height 0.2s ease-out 0.15s;
  max-height: 2.2em;
  overflow: hidden;
  border-radius: var(--rounding);
}

.layout-desktop .verticalSection.emby-scroller-container.jellyseerr-details-section:hover {
  background: rgb(var(--tint));
  border: 0.5px solid;
  border-color: #fff3;
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -1px;
  transition: max-width 0.2s ease-out 0.3s, background-color 1s ease-out 0s, border-color 0.5s ease-out 0s, padding-left 1s ease-out 0.25s, padding-right 1s ease-out 0.25s, max-height 0.2s ease-out 0.25s !important;
  border-radius: var(--rounding);
  max-height: 30.6em;
  overflow: hidden;
  max-width: 40.4vh;
}

.layout-desktop .verticalSection.emby-scroller-container.jellyseerr-details-section .card {
  width: 14.87em;
}

.layout-desktop .verticalSection.emby-scroller-container.jellyseerr-details-section .cardText,
.layout-tv .verticalSection.emby-scroller-container.jellyseerr-details-section {
  display: none;
}

.layout-desktop .verticalSection.emby-scroller-container.jellyseerr-details-section .sectionTitle.sectionTitle-cards.focuscontainer-x.padded-right {
  height: 1.3em;
  margin-top: 0 !important;
  padding-top: 0.3em;
}

.layout-desktop .verticalSection.emby-scroller-container.jellyseerr-details-section .emby-scrollbuttons {
  padding-top: 0em;
}

.jellyseerr-icon-on-card {
  display: none;
}

.jellyseerr-rating {
  display: none;
}

.cardText.cardTextCentered.cardText-secondary.jellyseerr-meta {
  font-size: 1em;
}

.layout-desktop .itemDetailPage:has(.streaming-lookup-container) .verticalSection.emby-scroller-container.jellyseerr-details-section:hover {
  max-width: 34.4vh;
}

.layout-desktop .padded-bottom-page {
  padding-bottom: 1.3em !important;
}

.layout-desktop .jellyseerr-overview {
  backdrop-filter: blur(20px) brightness(50%);
  font-size: 83%;
  border-radius: var(--rounding);
  height: 40%;
  width: 66%;
  top: unset;
  bottom: 1px;
  left: 1px;
}

.je-more-info-modal .modal-container {
  background: rgba(var(--accent), 0.25);
}

.je-more-info-modal .je-modal-backdrop-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(var(--tint),1) 100%);
}

.layout-desktop .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) .verticalSection.jellyseerr-person-discovery-section,
.layout-tv .itemDetailPage:has(.detailImageContainer > .card .cardImageIcon.person) .verticalSection.jellyseerr-person-discovery-section {
  display: none;
}

.jellyseerr-media-badge {
  opacity: 0;
}

.jellyseerr-overview .content {
  -webkit-line-clamp: 5;
}

.layout-desktop .verticalSection.emby-scroller-container.jellyseerr-details-section .focuscontainer-x.itemsContainer.scrollSlider.animatedScrollX {
  display: flex !important;
  max-height: 29em;
}

.layout-desktop .itemDetailPage:not(:has(.nextUpSection .card.overflowBackdropCard[data-type="Episode"]))
:not(:has(#childrenContent .card.overflowPortraitCard.card-hoverable.card-withuserdata[data-type="Season"][data-isfolder="true"]))
:not(:has(#scenesCollapsible .card[data-type="Movie"]))
:not(:has(#specialsCollapsible .card[data-type="Video"]))
.verticalSection.emby-scroller-container.jellyseerr-details-section {
  left: 0.6em !important;
}

.layout-desktop .itemDetailPage:not(:has(.nextUpSection .card.overflowBackdropCard[data-type="Episode"]))
:not(:has(#childrenContent .card.overflowPortraitCard.card-hoverable.card-withuserdata[data-type="Season"][data-isfolder="true"]))
:not(:has(#scenesCollapsible .card[data-type="Movie"]))
:not(:has(#specialsCollapsible .card[data-type="Video"]))
.verticalSection.emby-scroller-container.jellyseerr-details-section:hover {
  max-width: 59.9em;
}

.layout-desktop
  :has(#listChildrenCollapsible)
  :not(:has(.parentName.focuscontainer-x .button-link.itemAction.emby-button[data-type="Series"]))
  :not(:has(.verticalSection[data-type="MusicAlbum"]))
  .detailPagePrimaryContent
  :not(:has(.nextUpSection .card.overflowBackdropCard.card-hoverable.card-withuserdata[data-type="Episode"]))
  #listChildrenCollapsible,
.layout-tv
  :has(#listChildrenCollapsible)
  :not(:has(.parentName.focuscontainer-x .button-link.itemAction.emby-button[data-type="Series"]))
  :not(:has(.verticalSection[data-type="MusicAlbum"]))
  .detailPagePrimaryContent
  :not(:has(.nextUpSection .card.overflowBackdropCard[data-type="Episode"]))
  #listChildrenCollapsible {
  top: 0em;
  max-width: 45vh;
  height: fit-content !important;
  min-height: 16em;
  max-height: 29.346em;
}

.layout-desktop body:has(#itemBirthday:not(.hide)) #listChildrenCollapsible,
.layout-tv body:has(#itemBirthday:not(.hide)) #listChildrenCollapsible {
  max-width: 90vh !important;
}

.layout-desktop .detailPagePrimaryContent:not(:has(.nextUpSection .card.overflowBackdropCard.card-hoverable.card-withuserdata[data-type="Episode"])) #childrenContent .itemsContainer.padded-right.vertical-wrap, 
.layout-tv .detailPagePrimaryContent:not(:has(.nextUpSection .card.overflowBackdropCard.card-hoverable.card-withuserdata[data-type="Episode"])) #childrenContent .itemsContainer.padded-right.vertical-wrap {
  min-height: 15em;
  max-height: 27.3em;
  height: min-content;
}

.layout-desktop body:has(#itemBirthday:not(.hide)) #childrenContent .itemsContainer.padded-right.vertical-wrap, 
.layout-tv body:has(#itemBirthday:not(.hide)) #childrenContent .itemsContainer.padded-right.vertical-wrap {
  max-height: fit-content !important;
}

.layout-desktop .detailPagePrimaryContent:not(:has(.nextUpSection .card.overflowBackdropCard.card-hoverable.card-withuserdata[data-type="Episode"])) #childrenContent .itemsContainer.padded-right.vertical-wrap .card.overflowPortraitCard.card-hoverable.card-withuserdata, 
.layout-tv .detailPagePrimaryContent:not(:has(.nextUpSection .card.overflowBackdropCard.card-hoverable.card-withuserdata[data-type="Episode"])) #childrenContent .itemsContainer.padded-right.vertical-wrap .card.overflowPortraitCard.show-focus {
  width: 8.2em;
}

.layout-desktop body:has(#itemBirthday:not(.hide)) #listChildrenCollapsible,
.layout-tv body:has(#itemBirthday:not(.hide)) #listChildrenCollapsible {
  top: 15.925em !important;
}

/* ---- Jellyfin Enhanced TMDB ---- */

.layout-desktop .streaming-lookup-container {
  position: fixed;
  top: calc(10em + -9vh);
  right: 8em;
  max-width: 13em;
  z-index: -21;
}

.layout-desktop .streaming-lookup-container .elsewhere-link-reset {
  font-size: 1.3vh !important;
}

.layout-desktop .streaming-lookup-container div[style*= "inline-flex"] {
  font-size: 1.4vh !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  white-space: wrap !important;
}

.layout-desktop .streaming-lookup-container div[style*="flex-wrap: wrap"] {
    max-height: 12vh;
    overflow-y: scroll;
}

.layout-desktop .streaming-lookup-container div[style*="flex-wrap: wrap"] {
    max-height: 12vh;
    overflow-y: scroll;
}

.streaming-lookup-container div[style*="backdrop-filter: blur"] {
    background: rgba(var(--tint), 0.5) !important;
}

.layout-desktop .detailSection.tmdb-reviews-section {
  position: fixed;
  top: 1.5em;
  right: 7.5em;
}

.layout-desktop .tmdb-review-swipe-container {
  max-height: 31vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  max-width: 20em;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 0em;
}

.layout-desktop .tmdb-review-swipe-container .tmdb-review-card {
  max-height: 15.8em;
  overflow-y: scroll;
  scroll-snap-align: start;
}

.tmdb-review-swipe-container .tmdb-review-card {
  border-left: 0.3em solid rgba(var(--accent));
  background: rgba(var(--tint), 0.96);
}

.layout-desktop .tmdb-review-swipe-container .tmdb-review-card .tmdb-review-text {
  line-height: 1.8vh;
  font-size: 90%;
}

.layout-desktop .tmdb-review-swipe-container .tmdb-review-card .tmdb-review-content-wrapper {
  overflow-y: scroll;
}

/* --------------- MOBILE --------------- */

.layout-mobile .card {
}

@media (orientation: landscape) {
  .layout-mobile body {
    font-size: 3.5vh;
  }
}

@media (orientation: portrait) {
  .layout-mobile body {
    font-size: 3.5vw;
  }
}

.layout-mobile div.itemMiscInfo.itemMiscInfo-primary {
}

.layout-mobile .trackSelections {
  max-width: 44em;
  font-weight: 400;
}

.layout-mobile .trackSelections .selectContainer .detailTrackSelect {
  padding-left: 0.5em;
  text-align: center;
  padding-right: 0.5em;
  margin-left: 4%;
  color: #eee !important;
}

.layout-mobile p.overview.detail-clamp-text {
}

.layout-mobile .itemDetailsGroup,
.layout-mobile .itemDetailsGroup .detailsGroupItem .emby-button {
  font-weight: 400;
}

.layout-mobile .itemDetailsGroup {
  text-align: center;
  margin-top: 2em;
}

.layout-mobile .detailSectionContent,
.layout-mobile .detailSection {
  margin-top: 2em;
}

.layout-mobile span.homeLibraryText {
}

.layout-mobile .itemName.infoText.parentNameLast {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}

@media (max-width:800x) {
  .layout-mobile .itemName.infoText.parentNameLast {
    max-width: 59vw;
    width: 59vw;
  }
}

.layout-mobile .listItemImageButton {
  background: rgba(0, 0, 0, 0);
  height: 2em;
}

.layout-mobile .detailPagePrimaryContainer {
  background: transparent;
  padding-left: 

}
.layout-mobile .adminDrawerLogo {
  border-bottom: none;
}

@media (orientation: portrait) {
  .layout-mobile .itemBackdrop {
    display: block;
    -webkit-animation: backdrop-fadein .8s ease-in normal both;
    animation: backdrop-fadein .8s ease-in normal both;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh !important;
    position: fixed !important;
    top: 0;
    margin-top: 0rem;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}

@media (orientation: portrait) {
  .layout-mobile #itemDetailPage .detailLogo {
    position: absolute;
    -webkit-filter: drop-shadow(0 0 10px rgba(2, 2, 2, 0.75));
    filter: drop-shadow(0 0 10px rgba(2, 2, 2, 0.75));
    display: block;
    bottom: unset;
    right: unset;
    width: 90vw;
    top: 4em;
    transform: translateX(-50%);
    left: 50vw;
    max-height: 6.7em;
  }
}

@media (orientation: portrait) {
  .itemDetailPage {
    padding-top: 0 !important;
  }
}

@media (orientation: landscape) {
  .layout-mobile .itemBackdrop {
    display: block;
    -webkit-animation: backdrop-fadein .8s ease-in normal both;
    animation: backdrop-fadein .8s ease-in normal both;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh !important;
    position: fixed !important;
    top: 0;
    margin-top: 0rem;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}

@media (orientation: landscape) {
  .layout-mobile .detailLogo {
    position: absolute;
    left: 50vw;
    top: 12em;
    transform: translate(-50%, -50%);
    display: block;
    -webkit-filter: drop-shadow(0 0 10px rgba(2, 2, 2, 0.75));
    filter: drop-shadow(0 0 10px rgba(2, 2, 2, 0.75));
    margin: 0;
    width: 50vw !important;
    height: 30vh !important;
  }
}

@media (orientation: landscape) and (min-width:1000px) and (min-width:800px) {
  .layout-mobile .detailLogo {
    position: absolute;
    left: 61vw;
    transform: translate(-50%, -50%);
    display: block;
    -webkit-filter: drop-shadow(0 0 10px rgba(2, 2, 2, 0.75));
    filter: drop-shadow(0 0 10px rgba(2, 2, 2, 0.75));
    flex-shrink: 0;
    margin: 0;
    width: 50vw !important;
    height: 30vh !important;
  }
}

@media (orientation: landscape) {
  .layout-mobile .detailImageContainer .card {
    position: absolute !important;
    top: 20% !important;
    max-width: 25%;
    left: 2%;
    width: 20vw;
  }
  .layout-mobile #itemDetailPage .card.backdropCard {
    width: 50vh;
    transform: translateY(-50%);
    max-width: 25vw;
    margin-top: 0vh;
  }
}

.layout-mobile .videoOsdBottom {
}


@media (orientation: landscape) {
  .layout-mobile .detailPageContent {
    padding-left: 25%;
    padding-right: 0%;
  }
}

@media (max-width: 750px)  and (orientation: landscape) {
  .layout-mobile .detailPagePrimaryContainer {
    padding-right: 11vw;
  }
}

@media (orientation: landscape) {
  .layout-mobile  .detailPagePrimaryContainer {
    padding-left: 0vw !important;
  }
}

.layout-mobile :not(.sectionTitleContainer-cards)>.sectionTitle-cards {
  padding-top: 1em;
}

.layout-mobile #homeTab .emby-scroller {
  padding-left: 0em;
}

.layout-mobile [dir="ltr"] .padded-left {
  padding: 0em;
  left: 0;
}


@media (orientation: portrait) {
  .layout-mobile #homeTab .cardText {
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: normal;
    margin-left: 0em;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .portraitCard, .squareCard {
    width: 12em;
  }
}

.layout-mobile .cardOverlayButtonIcon {
  display: none !important;
}

.layout-mobile .sectionTitle.sectionTitle-cards {
}

.layout-mobile .flex.align-items-center.justify-content-center.flex-wrap-wrap.padded-top.padded-left.padded-right.padded-bottom.focuscontainer-x {
}

.layout-mobile .headerTabs {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: -2em;
  position: relative;
}

@media (min-width: 70em) {
  .layout-mobile .headerTabs {
    margin-top: -4em !important;
    z-index: -1;
  }
}

@media (max-width: 70em) {
  .layout-mobile .headerTabs {
    margin-top: -2em !important;
    z-index: -1;
  }
}

.layout-mobile .homePage .section1.verticalSection .itemsContainer .card.overflowBackdropCard {
  margin-top: 0em;
  margin-bottom: 0em;
}

.layout-mobile .mediaInfoItem {
  justify-content: center;
  display: flex;
  max-width: fit-content;
}

.layout-mobile .nameContainer {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}


@media (orientation: portrait) and (min-width: 800px) {
  .layout-mobile .itemMiscInfo.itemMiscInfo-primary {
    padding-left: 14vw;
  }
  .layout-mobile [dir="ltr"] .mainDetailButtons {
    justify-content: space-evenly;
  }
  .layout-mobile [dir="ltr"] .mainDetailButtons {
    padding-left: 24vw;
    padding-top: 2em;
  }
}

@media (orientation: portrait) {
  .layout-mobile .itemsContainer.padded-left.padded-right.padded-right-withalphapicker.vertical-wrap {
      display: flex;
      white-space: normal;
      gap: 1%;
      width: 86%;
  }
  .layout-mobile .itemsContainer.padded-left.padded-right.padded-right-withalphapicker.vertical-wrap {
    margin-right: 10%;
  }
}

@media (orientation: landscape) {
  .itemsContainer.padded-left.padded-right.padded-right-withalphapicker.vertical-wrap {
    margin-right: 0%;
    margin-left: 3.5%;
    gap: 1.2%;
  }
}


@media (orientation: landscape) and (max-width: 1000px) {
  .layout-mobile .nameContainer {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (orientation: landscape) and (max-height: 380px) {
  .layout-mobile [dir="ltr"] .mainDetailButtons {
    padding-left: 25%;
    padding-top: 1em;
  }
}

.layout-mobile .homePage .section1.verticalSection .sectionTitle-cards {
  margin-right: 0.5em;
  margin-left: 10px;
}

.layout-mobile .homePage .section1.verticalSection .sectionTitle-cards {
  margin-top: 0.5em !important;
  margin-left: 10px;
}

.layout-mobile .alphaPicker-fixed {
      top: max(env(safe-area-inset-top),24vh);
      height: 72vh;
}

.layout-mobile .alphaPickerButton-vertical {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 7vw;
  height: 2.7vh;
  margin-bottom: 0.15vh;
}

@media (orientation: portrait) {
  .layout-mobile .detailButton {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .mainDetailButtons.focuscontainer-x {
    margin-bottom: 0em;
    margin-top: 0em;
  }
}

@media (max-width: 32em) and (orientation: portrait) {
  .layout-mobile [dir="ltr"] .mainDetailButtons {
    margin-bottom: 0;
    padding-left: 0em;
    margin-top: 0.5em;
    width: 100vw;
    justify-content: space-evenly;
    margin-left: 0em;
  }
}
  
@media (min-width: 65em) {
  .layout-mobile [dir="ltr"] .mainDetailButtons {
    margin-bottom: 0em;
    margin-top: 4em;
  }
}

.layout-mobile .mediaInfoOfficialRating {
  position: relative;
}

.layout-mobile .backgroundContainer { 
  background-color: transparent;
}

.layout-mobile .flex.align-items-center.flex-grow.headerTop {
  width: 100vw;
  padding-left: 0;
}

.layout-mobile [dir="ltr"] .pageTitle {
  margin: 0;
}

.layout-mobile .itemMiscInfo, .layout-mobile .itemName, .layout-mobile .mainDetailButtons, .layout-mobile .parentName {
  justify-content: space-evenly;
  text-align: center;
}

.layout-mobile #itemDetailPage .tagline {
  text-align: center;
  width: 96vw;
}

.layout-mobile .childrenItemsContainer.itemsContainer.padded-right.vertical-list {
  grid-template-columns: 1fr;
}

@media (max-width: 100em) {
  .trackSelections .selectContainer {
    overflow: hidden;
    margin-left: 1% !important;
    margin-right: 1% !important;
    width: 100%;
    max-width: 92%;
  }
}

@media (max-width: 100em) {
  .layout-mobile .infoWrapper {
    position: relative;
    max-height: fit-content;
  }
}

.layout-mobile .detailsGroupItem {
  display: inline-block;
  margin: 0 0.5em 1.5em !important;
  width: 98%;
  }

.layout-mobile .selectArrowContainer {
  top: 0;
}

.layout-mobile .subtitleSync {
  margin-top: 2em;
} 


.layout-mobile #itemDetailPage .itemExternalLinks.focuscontainer-x {
  gap: 5%;
  display: flex;
  font-size: 0 !important;
  width: 100%;
  justify-content: center;
}

.layout-mobile .detailRibbon {
  background: rgba(32,32,32,0);
  margin-top: calc(100vh - 28em);
}


.layout-mobile .detailRibbon.padded-left.padded-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgb(var(--tint));
    background-size: auto;
  background-size: cover;
  z-index: -1;
  width: 100vw;
}

.layout-mobile [dir="ltr"] .detailPageContent {
  padding-left: 2vw;
}


@media (min-width: 30em) and (orientation: landscape) {
  .layout-mobile [dir="ltr"] .infoWrapper {
    padding-left: 0%;
  width: 66vw;
  }
}

@media (orientation: landscape) and (max-height: 900px) {
  .layout-mobile [dir="ltr"] .mainDetailButtons {
    padding-left: 0%;
  }
}

@media (orientation: landscape) {
  .layout-mobile .itemDetailPage {
    padding-top: 59vh !important;
  }
}

.layout-mobile h1.itemName, .layout-mobile h1.parentName {
    margin-top: 0em;
}

@media (orientation:landscape) {
    .layout-mobile .detailPageSecondaryContainer {
    padding-top: 1em;
  }
}

.layout-mobile .subtitle {
  margin: .5em .2em .5em .2em;
  padding-left: 0;
}

.layout-mobile #itemDetailPage .listViewUserDataButtons {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

@media (orientation: landscape) {
  .layout-mobile .detailButton {
  }
}

.layout-mobile .detailPagePrimaryContent {
  padding-top: 0.25em;
  position: relative;
  padding-left: 2vw !important;
  padding-right: 2vw !important;
}

@media (orientation: landscape) {
  .layout-mobile .detailPagePrimaryContent {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
}

.layout-mobile [dir="ltr"] .mediaInfoItem {
  margin: 0 0em 0 0;
  margin-top: 0.5em;
  margin-bottom:0.5em;
}


@media (orientation: portrait) {
   .layout-mobile div.itemMiscInfo.itemMiscInfo-primary {
    width: 100vw;
    margin-left: 0vw;
    justify-items: center;
    color: #eee !important;
  }
}

@media (orientation: landscape) and (max-width:1400px) {
  .layout-mobile .detailRibbon {
  }
  .layout-mobile [dir="ltr"] .infoWrapper {
      padding-left: 2%;
      width: 98%;
    }
  .layout-mobile .mainDetailButtons.focuscontainer-x {
    padding-left: 0;
    margin-top: 0;
  }
}

.layout-mobile .detailPageContent {
  padding-left: 5%;
  padding-right: 0;
}

@media (orientation: landscape){
  .layout-mobile .button-flat {
  }
}

.layout-mobile .headerLeft {
  display: -webkit-flex;
  display: flex;
}

.layout-mobile .upNextContainer {
}

.layout-mobile .upNextContainer .flex.flex-direction-row.upNextDialog-mediainfo {
  gap: 14%;
}

@media (orientation: portrait) {
  .layout-mobile .portraitCard,
  .layout-mobile .overflowPortraitCard {
    width: 28vw;
  }
  .layout-mobile .squareCard,
  .layout-mobile .overflowSquareCard {

    width: 28vw;
  }
  .layout-mobile .backdropCard,
  .layout-mobile .overflowBackdropCard {
    width: 42vw;
  }
}

@media (orientation: landscape) {
  .layout-mobile .portraitCard,
  .layout-mobile .overflowPortraitCard {
    width: 15vw;
  }
  .layout-mobile .squareCard,
  .layout-mobile .overflowSquareCard {
    width: 15vw;
  }
  .layout-mobile .backdropCard,
  .layout-mobile .overflowBackdropCard {
    width: 30vw;
  }
}

.layout-mobile #listChildrenCollapsible.verticalSection-extrabottompadding #childrenContent .itemsContainer.vertical-list .listItem.listItem-largeImage.listItem-withContentWrapper {
  box-shadow: 0px 1px 8px rgb(0, 0, 0);
  background: rgb(var(--tint));
}

.layout-mobile #listChildrenCollapsible.verticalSection-extrabottompadding #childrenContent .itemsContainer.vertical-list .listItem.listItem-largeImage.listItem-withContentWrapper .secondary.listItem-overview.listItemBodyText p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 50em) and (orientation: portrait) {
  .layout-mobile .detailImageContainer .card.portraitCard {
    position: absolute;
    left: 50%;
    top: 10vh;
    bottom: unset;
    right: unset;
    margin-top: -40vh;
    width: 20vh;
    max-width: 50vw;
    transform: translateX(-50%);
  }
}

@media (max-width: 50em) and (orientation: portrait) {
  .layout-mobile .detailImageContainer .card.backdropCard,
  .layout-mobile .detailImageContainer .card.squareCard {
    position: absolute;
    left: 1vw;
    top: -18em;
    bottom: unset;
    right: unset;
    transform: none;
    width: 98vw;
    max-width: 98vw;
  }
}

@media (max-width: 50em) and (orientation: portrait) {
  .layout-mobile .detailImageContainer .card.squareCard {
    position: absolute;
    top: -21em;
    bottom: unset;
    left: 50vw;
    transform: translateX(-50%);
    max-width: 98vw;
    max-height: 32em;
    width: 20em;
  }
}

@media (max-width: 100em) and (orientation: landscape) {
  .layout-mobile .detailImageContainer .card.portraitCard {
    left: 8vw;
    top: unset !important;
    bottom: 23vh;
    right: unset;
    transform: none;
    width: 30vh;
    max-width: 50vw;
  }
}

@media (min-width: 800px) and (min-height: 1000px) and (orientation: portrait) {
  .layout-mobile .detailImageContainer .card.portraitCard {
    opacity: 0;
  }
  .layout-mobile .itemMiscInfo.itemMiscInfo-primary {
    padding-left: 0vw;
  }
   .layout-mobile [dir="ltr"] .mainDetailButtons {
    padding-left: 0vw;
  }
}

@media (max-width: 100em) and (orientation: landscape) {
  .layout-mobile .detailImageContainer .card.backdropCard, 
  .layout-mobile .detailImageContainer .card.squareCard {
    left: 4vw;
    bottom: unset;
    top: -1em !important;
    margin-top: -40vh;
    transform: none;
    width: 44vh;
    max-width: 50vw;
  }
}

.layout-mobile p.overview.detail-clamp-text {
  color: #fff;
  font-weight: 400;
  -webkit-line-clamp: unset;
  text-align: center;
  margin-bottom: 2em;
}

.layout-mobile [dir="ltr"] .infoWrapper {
  padding: 0vw;
  max-width: 100%;
  width: 100%;
}

.layout-mobile .genre-overlay-container {
  opacity: 0;
}

.layout-mobile .quality-overlay-container {
  opacity: 1;
}

.layout-mobile .quality-overlay-label {
  border-radius: var(--rounding);
  padding: 0.1rem 0.5rem;
  font-size: 0.6rem;
}

.layout-mobile .trackSelections .selectContainer .selectLabel {
  opacity: 0;
}

@media (orientation: landscape) {
  .layout-mobile [dir="ltr"] .infoWrapper {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .layout-mobile .trackSelections.focuscontainer-x {
    left: 25%;
  }
}

.layout-mobile .itemsContainer.padded-right.vertical-wrap {
  gap: 2%;
}

.layout-mobile .trackSelections {
    margin-left: 0;
    max-width: 100%;
}

.layout-mobile .button-flat.btnPlay.detailButton.emby-button {
  width: 22%;
  background: rgb(var(--accent)) !important;
  box-shadow: 0px 0px 13px #432b6f7a;
  margin-left: -0.9em !important;
}

.layout-mobile .button-flat.btnPlay.detailButton.emby-button:focus {
  background: #fff !important;
  box-shadow: 0px 0px 11px #ffffff70;
  color: rgb(var(--tint2)) !important;
}

.layout-mobile .button-flat.btnPlay.detailButton.emby-button .detailButton-content {
  transform-origin: center;
}

.layout-mobile .button-flat.btnPlay.detailButton.emby-button:focus .detailButton-content {
  transform: scale(1.25);
}

.layout-mobile .detailPagePrimaryContainer {
  pointer-events: all;
}

@media (max-width: 1000px) and (max-height: 999px) {
  .layout-mobile .itemDetailsGroup .label::before,
  .layout-mobile .trackSelections .selectLabel::before {
    font-size: 1.3rem;
    line-height: revert;
  }
}

@media (min-width: 1000px) and (min-height: 800px) {
  .layout-mobile .itemDetailsGroup .label::before,
  .layout-mobile .trackSelections .selectLabel::before {
    font-size: 2rem;
    line-height: revert;
  }
}

@media (orientation: portrait) and (min-width: 800px) {
  .layout-mobile body {
    font-size: 3vw;
  }
}

@media (orientation: landscape) and (min-height: 800px) {
  .layout-mobile body {
    font-size: 3.6vh;
  }
}

@media (orientation: portrait) {
  .layout-mobile #loginPage .padded-left.padded-right.padded-bottom-page {
    margin-left: 50%;
    margin-right: auto;
    background: rgb(var(--tint));
    border-radius: var(--rounding);
    transform: translateX(-50%);
    padding-left: 1em;
    padding-right: 1em;
    width: 90vw;
    max-width: 90vw;
  }

  #loginPage .raised {
    font-weight: 500;
    width: 90vw;
  }
  #loginPage .readOnlyContent .emby-button {
    width: 90vw;
    transform: translateX(-50%);
    margin-left: 50%;
    margin-right: 50%;
    margin-top: 1.5em;
  } 
}

@media (max-width: 999px) and (max-height: 999px) {
  .layout-mobile a[href*="imdb.com"]::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('https://i.ibb.co/WWKKmLcC/imdb.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    
  }

  .layout-mobile a[href*="trakt.tv"]::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('https://i.ibb.co/G6p74rm/trakt.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .layout-mobile a[href*="themoviedb.org"]::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('https://i.ibb.co/Mk9r3tqm/tmdb.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .layout-mobile a[href*="themoviedb.org/collection"]::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('https://i.ibb.co/9kvKdzj9/tmdbcollection.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .layout-mobile a[href*="thetvdb.com"]::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('https://i.ibb.co/0jKrJ38d/tvdb.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .layout-mobile a[href*="tvmaze.com"]::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('https://i.ibb.co/YTqbgfJc/tvmaze.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .layout-mobile a[href*="anidb.net"]::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('https://i.ibb.co/GNzTYhz/anidb.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .layout-mobile a[href*="anilist.co"]::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('https://i.ibb.co/tM2cNLZm/anilist.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .layout-mobile a[href*="kitsu.app"]::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('https://i.ibb.co/Ng8RmDFg/kitsu.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .layout-mobile a[href*="theaudiodb.com"]::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('https://i.ibb.co/TMqCZLtp/theaudiodb.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .layout-mobile a[href*="music.apple.com"]::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('https://i.ibb.co/wZq3Xw5K/applemusic.png');
    back
Download .txt
gitextract__1fn8705/

├── Finimalism11.css
├── Finimalism12.css
├── LICENSE
├── Multicolour/
│   └── placeholder.txt
├── README.md
├── blurryface's-half-and-half.css
├── finimalism-just-black.css
├── finimalism10.11-black.css
├── finimalism10.11.css
├── finimalism7.css
├── horizontal-scrolling.css
├── libraryCardAriaText.css
├── no-animation.css
├── scrollers-11.css
└── theme.css
Condensed preview — 15 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (718K chars).
[
  {
    "path": "Finimalism11.css",
    "chars": 201170,
    "preview": "@import url('https://fonts.googleapis.com/css2?family=Geom:ital,wght@0,300..900;1,300..900&display=swap');\n\n:root { \n  -"
  },
  {
    "path": "Finimalism12.css",
    "chars": 188947,
    "preview": "@import url('https://fonts.googleapis.com/css2?family=Geom:ital,wght@0,300..900;1,300..900&display=swap');\n\n:root { \n  -"
  },
  {
    "path": "LICENSE",
    "chars": 35149,
    "preview": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
  },
  {
    "path": "Multicolour/placeholder.txt",
    "chars": 1,
    "preview": "\n"
  },
  {
    "path": "README.md",
    "chars": 2914,
    "preview": "# Finimalism for Jellyfin v10.11.x  ![jsDelivr](https://data.jsdelivr.com/v1/package/gh/tedhinklater/finimalism/badge) \n"
  },
  {
    "path": "blurryface's-half-and-half.css",
    "chars": 2453,
    "preview": ".itemBackdrop {\n  display: inherit;\n  height: 53em !important;\n}\n\n.layout-desktop .itemDetailPage:has(.button-link.itemA"
  },
  {
    "path": "finimalism-just-black.css",
    "chars": 7196,
    "preview": "@import url(\"https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/finimalism7.css\");\r\n\r\n/* Backdrop */\r\n.backgroundC"
  },
  {
    "path": "finimalism10.11-black.css",
    "chars": 16286,
    "preview": "@import url(\"https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/finimalism10.11.css\");\n\n/* ---- Black ---- */\n\n:ro"
  },
  {
    "path": "finimalism10.11.css",
    "chars": 130160,
    "preview": "@import url('https://fonts.googleapis.com/css2?family=Geom:ital,wght@0,300..900;1,300..900&display=swap');\nbody {\n  font"
  },
  {
    "path": "finimalism7.css",
    "chars": 90305,
    "preview": "@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');\n\n#txtCust"
  },
  {
    "path": "horizontal-scrolling.css",
    "chars": 1839,
    "preview": ".layout-desktop #indexPage .itemsContainer,\n.layout-tv #indexPage .itemsContainer,\n.layout-desktop #itemDetailPage .vert"
  },
  {
    "path": "libraryCardAriaText.css",
    "chars": 572,
    "preview": "#homeTab .section0 .cardImageContainer::before {\n\tcontent: attr(aria-label);\n\tposition: absolute;\n\tbottom: 0;\n\tleft: 50%"
  },
  {
    "path": "no-animation.css",
    "chars": 2323,
    "preview": ".itemBackdrop {\n  display: inherit;\n  height: 4em !important;\n}\n\n.layout-desktop .itemDetailPage:has(.button-link.itemAc"
  },
  {
    "path": "scrollers-11.css",
    "chars": 278,
    "preview": ".layout-desktop #indexPage .itemsContainer, .layout-tv #indexPage .itemsContainer {\n  display: flex !important; flex-wra"
  },
  {
    "path": "theme.css",
    "chars": 8679,
    "preview": "/* --- Untouched JF Dark Mode Theme css --- */\n\n* {\n    scrollbar-width: thin;\n    scrollbar-color: #3b3b3b #202020;\n}\n\n"
  }
]

About this extraction

This page contains the full source code of the tedhinklater/finimalism GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 15 files (672.1 KB), approximately 191.7k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!