/* Start General Site Styles */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open Sans:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


 html {
    background-color: #444444;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-blend-mode: multiply;
    background-image: url(../img/site_bg.jpeg);
 }

 body {
    position: relative;
    z-index: 1;
    margin: 0;
    height: 100vh;
    min-height: 100vh;
    box-sizing: border-box;
 }

 /* body:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.75);
  z-index:-1;
 } */

 input:-webkit-autofill,
 input:-webkit-autofill:focus {
   transition: background-color 0s 600000s, color 0s 600000s !important;
 }
 
 textarea:focus, input:focus, select:focus {
    outline: none;
}

/* unvisited link */
a:link {
  color: inherit;
}

/* visited link */
a:visited {
  color: inherit;
}

/* mouse over link */
a:hover {
  color: inherit;
}

/* selected link */
a:active {
  color: inherit;
}

.sitOGImage {
  display: none;
}

.genCenterText {
  text-align: center;
}

.genTextContainer {
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 10pt; 
  line-height: 20px;
  font-weight: 300;
}

.genCapitalizeText {
  text-transform: capitalize;
}

.genFlexBox {
  display: flex;
  gap: 10px;
}

.genPointerCursor {
  cursor: pointer;
}

.pageRedirect {
  cursor: pointer;
}

.smallInfoBox {
  padding: 2px 5px 3px 5px;
  cursor: pointer;
  height: 16px;
  border-radius: 2px;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-size: 8pt;
}

.blackButton {
  padding: 3px 6px 4px 6px;
  border: 1px solid rgba(255,255,255,0.2);
  background-color: rgba(0,0,0,0.85);
  color: white;
}

.gradientBlueBG {
  background: linear-gradient(#095f8b,#0d77ab);
  color: white;
 }

 .gradientRedBG {
  background: linear-gradient(#870821,#8f0e28);
  color: white;
 }

 .gradientGreyBG {
  background: linear-gradient(#636363,#8f8f8f);
  color: white;
 }

 .gradientGreenBG {
  background: linear-gradient(#07744e,#05a344);
  color: white;
 }

 .genFontWeight700 {
  font-weight: 700;
 }
/* End General Site Styles */

/* Start Slide Show */
.homePageSlideshowContainer {
  overflow: hidden;
  position: relative;
  /* border: 1px solid red; */
  padding: 10px;
  max-height: 420px;
  width: 100%;
  aspect-ratio: 16 / 9;
  box-sizing: border-box;
  /* height: 400px; */
}

.homePageSlideshowItemContainer {
  position: relative;
  /* display: flex;
  gap: 15px; */
  max-height: 420px;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow-x: auto;
  scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.homePageSlideshowBackdrop {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  max-height: 400px;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  display: flex;
  background-position: top center;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  z-index: 0;
  /* border: 1px solid red; */
}

.homePageSlideshowUserScore {
  position: absolute;
  /* bottom:-12px; */
  /* left: 5px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  right: 10px;
  bottom: 15px;
 }

.homePageSlideshowBackdrop img {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 6px;
}

.homePageSlideshowInfo {
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

.homePageSlideshowTitle {
  position: relative;
  z-index: 1;
  /* margin-top: 15px; */
  padding: 10px 15px 10px 15px;
  /* display: inline-block; */
  background-color: rgba(0,0,0,0.75);
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 14pt;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 10px;
  margin-right: 60px;
  /* text-align: right; */
  font-weight: 400;
}

.homePageSlideshowYear {
  font-size: 8pt;
  font-weight: 300;
}

.homePageSlideshowPoster {
  position: relative;
  flex: 1;
  display: flex;
  /* position: absolute;
  bottom: 10px;
  left: 10px; */
  padding: 10px;
  z-index: 0;
}

.homePageSlideshowPoster img {
  margin-top: auto;
  display: block;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);

}

.bookmarkSlideshow { 
  position: absolute;
  top: 5px;
  left: 5px;
  height: 40px;
  width: 40px;
  max-width: 40px;
  max-height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  padding: 3px;
  text-align: center;
  font-size: 18pt;
  line-height: 23pt;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.slideShowFader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,1);
  display: none;
}
/* End Slide Show */

.siteVideoBanner {
  position: relative;
  width: 100%;
  /* height: 400px; */
  overflow: hidden;
}

.index_movie {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.siteVideoBanner:after {
  content: "";
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color: rgba(0,0,0,0.75);
  z-index: -1;
  background-blend-mode: multiply;
}

/* Start Site Banner  */
.siteBanner {
  padding: 25px 0 0 0;
  /* display: flex; */
  width: 100%;
  /* min-height: 300px; */
  background-image: url(../img/home_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.siteBannerTxt {
  font-family: 'Lato', sans-serif;
  font-weight:600;
  font-size: 14pt;
  color: white;
  /* text-align: center; */
  margin: 25px 15px;
  /* max-width: 400px; */
  line-height: 18pt;
  text-shadow: 0 0 3px #000000;
}
/* End Site Banner  */

/* Start Bookmark */
.bookmarkDetails {
  height: 30px;
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  padding: 3px;
  text-align: center;
  font-size: 16pt;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  vertical-align: middle;
}

.shareLinkPoster {
  /* position: absolute;
  top: 45px;
  right: 3px; */
  height: 40px;
  width: 40px;
  max-width: 40px;
  max-height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  padding: 3px;
  text-align: center;
  font-size: 18pt;
  line-height: 23pt;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  vertical-align: middle;
  border: 1px solid rgba(255,255,255,0.2);
}

.shareLinkPoster img:not(.bookmarkPosterLoader) {
  position: relative;
  display: block;
  width: 17px;
  margin: auto;
  transform: translateY(-50%);
  top: 50%;
}

.bookmarkCollectionPart { 
  position: absolute;
  top: 10px;
  left: 10px;
  height: 40px;
  width: 40px;
  max-width: 40px;
  max-height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  padding: 3px;
  text-align: center;
  font-size: 18pt;
  line-height: 23pt;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.bookmarkEpisode { 
  position: absolute;
  top: 10px;
  left: 10px;
  height: 40px;
  width: 40px;
  max-width: 40px;
  max-height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  padding: 3px;
  text-align: center;
  font-size: 18pt;
  line-height: 23pt;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}


.bookmarkPoster {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 40px;
  width: 40px;
  max-width: 40px;
  max-height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  padding: 3px;
  text-align: center;
  font-size: 18pt;
  line-height: 23pt;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.bookmarkCollectionPart img:not(.bookmarkPosterLoader) ,
.bookmarkPoster img:not(.bookmarkPosterLoader) {
  display: block;
  width: 100%;
}

.bookmarkPosterLoader {
  position: relative;
  display: block;
  width: 22px;
  margin: auto;
  transform: translateY(-50%);
  top: 50%;
}

.bookmarkCollectionPart:hover,
.bookmarkPoster:hover {
  background-color: rgba(0,0,0,0.65);
}
/* End Bookmark */


/* Start Navigation */
.siteNavigation {
   position: fixed;
   z-index: 2;
   right: -200px;
   top: 0;
   bottom: 0;
   width: 200px;
   max-width: 100%;
   background-color: rgba(0,0,0,.95);
   transition: right 0.5s;
}

.siteNavigationClose {
   cursor: pointer;
   display: flex;
   padding: 10px 15px 10px 15px;
}

.siteNavigationClose img {
   width: 15px;
   height: 15px;
   display: block;
   opacity: 0.3;
}

.siteNavigationAccount {
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 10pt;
}

.siteNavUserName {
  padding: 10px 15px 10px 15px;
  font-size: 10pt;
  font-weight: 600;
  border-bottom: 1px solid #2d2d2d;
  margin-bottom: 5px;
}

.siteNavItem {
  padding: 5px 15px 5px 15px;
}
/* End Navigation */

 .siteWrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    box-sizing: border-box;
 }

 /* Start Header */
 .siteHeader {
    position: sticky;
    top: 0px;
    /* display: flex; */
    /* box-sizing: border-box; */
    background-color: rgba(0,0,0,0.9);
    /* align-items: center; */
    z-index:1;
    padding: 5px 0 5px 0;
 }

 .siteHeaderInside {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  min-height: 50px;
 }

.headerLogoAndMenuIcon {
  display: flex;
  align-items: center;
}

 .headerMenuIcon {
   width: 17px;
   margin-left: 6px;
   margin-right: 6px;
   cursor: pointer;  
   padding: 6px;
 }

 .siteBanner .headerMenuIcon {
  position: absolute;
  top: 10px;
  right: 10px;
 }

 .headerMenuIconImg {
   display: block;
   width: 100%;
   opacity: 0.3;
   cursor: pointer;  
 }

 .headerLogo {
  display: block;
  border: none;
  cursor: pointer;
 }

 .headerLogoImg {
   height: 30px;
   margin-left: 20px;
   display: block;
   position: relative;
   bottom: 4px;
 }

 .headerSearchContainer {
   flex-grow: 1;
 }

 .headerSearchForm {
   position: relative;
    display: flex;
    margin: auto;
    max-width: 400px;
    height: 25px;
    border-radius: 12.5px;
    border: 1px solid #1a1a1a;
    overflow: hidden;
    background-color: rgb(30, 30, 30);

 }

 .headerSearchForm input {
    display: block;
    padding: 0 15px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    color: rgb(224, 224, 224);
 }

 .headerSearchIcon {
   display: block;
   border: none;
    width: 32px;
    padding: 4px 8px 6px 6px;
    box-sizing: border-box;
    background: linear-gradient(#095f8b,#0d77ab);
    cursor: pointer;
 }

 .headerSearchIcon img {
   display: block;
   width: 10px;
   margin: auto;
 }

 .headerAccount {
  display: block;
   /* padding: 10px; */
   /* border: 1px solid white; */
   box-sizing: border-box;
   padding-right: 10px;
   padding-left: 10px;
   cursor: pointer;
   border: none;
   /* width: 230px;
   display: flex;
   justify-content: right; */
}

.headerAccountIcon {
   width: 33px;
   position: relative;
   bottom: 4px;
   /* border-radius: 10px; */
}

.headerAccountIcon img {
  display: block;
  width: 100%;
  margin: auto;
}

/* End Header */

 .siteMain {
    display: flex;
    gap: 10px;
    flex-grow: 1;
    box-sizing: border-box;
    justify-content: center;
 }

 .mainFrame {
    position: relative;
    width: 100%;
    max-width: 1000px;
    min-width: 0;
    height: 100%;
    max-height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0px;
    background-color: rgba(0,0,0,0.60);
    backdrop-filter: blur(5px);
 }

 .mainFrameAfter {  
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index: -1;
 }

 /* .genCard:first-child {
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
 }

 .genCard:last-child {
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8px;
 } */

 /* Start Home Page Logo and Search */
 .siteLogo {
  position: relative;
    margin: 10px auto 0px auto;
    width: 300px;
 }

 .siteLogo img {
   display: block;
   width: 100%;
 }

 .siteLogo .shareLinkPoster {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: -40px;
 }

 .siteSearchForm {
   position: relative;
    display: flex;
    margin:  15px 30px 50px 30px;
    /* width: 100%; */
    /* margin: auto; */
    height: 35px;
    border-radius: 18px;
    background-color: rgba(221, 221, 221,0.85);
    overflow: hidden;
    box-sizing: border-box;
 }

 .siteSearchForm input {
    display: block;
    padding: 0 15px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
 }

 .siteSearchIcon {
   display: block;
   border: none;
    width: 40px;
    padding: 6px 8px 6px 6px;
    box-sizing: border-box; 
    background: linear-gradient(#095f8b,#0d77ab);
    cursor: pointer;
 }

 .siteSearchIcon img {
   display: block;
   width: 85%;
   margin: auto;
 }
 /* End Home Page Logo and Search */


 /* Start General Container */
 .genTable {
  width: 100%;
 }

 .genTableSmallSquareImgContainer {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  position: top center;
  background-repeat: no-repeat;
 }

 .genCardNoPadding {
  box-sizing: border-box;
}

.genCard {
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
}

.genCardGradientBG {
  /* background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0)); */
  background: linear-gradient(rgba(255,255,255,0.05),rgba(255,255,255,0));
}

.genCard:last-child {
  flex-grow: 1;
}

 .genContainer {
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
 }

 .genContainerSubGroup:not(:first-child) {
   margin-top: 10px;
 }

 .genDualBlockContainer {
  /* padding-top: 15px; */
    display: flex;
    gap: 7px;
    box-sizing: border-box;
    color: white;
    margin-bottom: 10px;
 }

 .genDualBlockContainer > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    /* height: 100%; */
    box-sizing: border-box;
    padding: 0 10px 0px 10px;
 }

 .genItemHeaderWithPadding {
  display: flex; 
  padding: 10px;
  color: white;
  box-sizing: border-box;
 }

 .genItemHeaderPaddingRBL {
  display: flex; 
  padding: 0 10px 10px 10px; 
  color: white;
  box-sizing: border-box;
 }

 .genItemHeader {
  display: flex; 
  /* padding: 10px 0; */
  color: white;
  box-sizing: border-box;
  /* margin-bottom: 10px;  */
  /* align-items: center; */
}

/* .seasonPickerContainer {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-bottom: 10px;
} */

/* .seasonPickerMenu {
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  top: 25px;
  left: -8px;
  z-index: 1;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.95);
  font-family: 'Open Sans', sans-serif;
} */

.seasonPickerSelect {
  cursor: pointer;
  /* all: unset; */
  border: none;
  background: none;
  font: inherit;
  padding: 0 15px 0 0;
  margin: 0 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  font-weight: 300;
  color: white;
  width: 153px;
}
 

.seasonPickerItem {
  color: white;
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
  min-width: 100px;
  font-size: 10pt;
}

.seasonPickerItem:hover {
  color: #128ecc;
}

.selectedSeasonItem {
  color: #128ecc;
}

.seasonPickerItem:first-child {
  padding-top: 10px;
}

.seasonPickerItem:last-child {
  padding-bottom: 10px;
}

.seasonSubHeader {
  flex: 1;
  padding-top: 4px;
  box-sizing: border-box;
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color:#128ecc;
  font-size: 9pt;
  /* padding-left: 7px; */
  font-weight: 600;
  text-align: right;
  /* align-self: center; */
 }

 /* .seasonListHeaderTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  font-weight: 300;
  color: white;
} */

.genHeaderTitle {
  flex-grow: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  font-weight: 300;
  color: white;
  padding-bottom: 10px;
}

.downTriangle {
  padding-left: 10px;
  /* flex-grow: 1; */
}

.downTriangle img {
  display: block;
  width: 10px;
}

.genHeaderSubTitle {
  color:#128ecc;
  font-weight:500;
}

.genHeaderArrow {
 font-size: 10pt;
 vertical-align: baseline;
 position: relative;
 top: 2px;
 margin-right: 3px;
}

.genHeaderLink {
  font-family: 'Open Sans', sans-serif;
  font-size: 8pt;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 4px;
  padding-left: 5px;
}

.genHeaderLink:hover {
 color: #128ecc;
 /* color: #12CCAD;
 color: #8ECC12; */
}

.genHR {
  display: block;
  height: 1px;
  /* margin-top: 10px;
  margin-bottom: 10px;  */
  /* background-color: #282828; */
  background-color: rgba(255, 255, 255, 0.15);
}

.genPadding10 {
  padding: 10px;
}

.genPaddingBottom5 {
  padding-bottom: 5px;
}

.genPaddingTop10 {
  padding-bottom: 10px;
}

.genPaddingBottom10 {
  padding-bottom: 10px;
}

.genPaddingBottom15 {
  padding-bottom: 15px;
}

.genMarginTop5 {
  margin-top: 5px;
}

.genMarginTop10 {
  margin-top: 10px;
}

.genMarginBottom10 {
  margin-bottom: 10px;
}

 .financeBarFiller {
   height: 100%;
 }

 .seasonDetailsOverviewHR {
  margin-top: 15px;
 }

 .seasonDetailsOverviewHR ~ .genTextContainer {
  margin-bottom: 10px;
 }

 .genHRNoBottomMargin {
    display: block;
    height: 1px;
    margin-top: 7px;
    background-color: #2c2c2c;
 }

 .generalDetailsMainInfo {
  display: flex;
  gap: 10px;
  box-sizing: border-box;
  /* margin-bottom: 10px; */
 }

 .movieYearSubTitle {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color:#128ecc;
  font-size: 9pt;
  /* padding-left: 7px; */
  font-weight: 600;
  /* align-self: center; */
 }

 .genTextLink {
  cursor: pointer;
 }

 .genTextLink:hover {
  color: #128ecc;
 }

 .genItemContainerLight {
  display: flex;
  flex-wrap: wrap;
  /* padding: 5px 0; */
  max-width: 100%;
  gap: 15px;
  box-sizing: border-box;
 }

 .scrollButtonsContainer {
  position: relative;
 }

 .genItemContainerWithScore {
      display: flex;
      max-width: 100%;
      gap: 15px;
      box-sizing: border-box;
      scrollbar-width: none;  /* Firefox */
      -ms-overflow-style: none;  /* Internet Explorer 10+ */
 }

 .genItemContainer {
    /* position: relative; */
    display: flex;
    /* padding: 5px 0; */
    /* padding-bottom: 10px; */
    max-width: 100%;
    gap: 15px;
    box-sizing: border-box;
    overflow-x: auto;
    /* overflow-y: visible; */
    /* scrollbar-color: rgb(61, 61, 61) rgba(0,0,0,0); */
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
 }

 .genItemContainer::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.genItemArrowContainer {
  position: absolute;
  top: 83px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  background-color: rgba(0,0,0,1);
  border: 1px solid rgba(255,255,255,1);
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s;
}

.scrollContinerShorty .genItemArrowContainer {
  top: 35px;
}

.genItemArrowContainer.leftArrowContainer {
  left: -5px;
}

.genItemArrowContainer.rightArrowContainer {
  right: -5px;
}

.scrollButtonsContainer:hover .genItemArrowContainer {
  opacity: 0.3;
}

.genItemArrowContainer:hover {
  opacity: 0.5 !important;
}

.genItemArrowContainer img {
  height: 20px;
  display: block;
}


.slideShowArrowContainer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* top: 50%; */
  /* transform: translateY(-50%); */
  background-color: rgba(0,0,0,1);
  border: 1px solid rgba(255,255,255,1);
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
  /* opacity: 0.3; */
  opacity: 0;
  transition: opacity 0.4s;
}

.slideShowArrowContainer img {
  height: 20px;
  display: block;
}

.homePageSlideshowContainer:hover .slideShowArrowContainer {
  opacity: 0.3;
}

.slideShowArrowContainer.leftArrowContainer {
  left: 5px;
}

.slideShowArrowContainer.rightArrowContainer {
  right: 5px;
}

 
 .genItemContainerWrapSpaceAround {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 15px;
    box-sizing: border-box;
    justify-content: space-between;
 }

 .genItemContainerWrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
    max-width: 100%;
    gap: 15px;
    box-sizing: border-box;
 }

 .genItemImages {
  position: relative;
    box-sizing: border-box;
    /* width: 200px;
    min-width: 200px; */
    /* border: 1px solid red; */
    cursor: pointer;
 }

 .genItemImages img {
    display: block;
    /* width: 100%;
    max-width: 100%; */
    height: 120px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
 }

 .genItemImagesMed {
  position: relative;
    box-sizing: border-box;
    width: 185px;
    min-width: 185px;
    /* border: 1px solid red; */
    cursor: pointer;
 }

 .genItemImagesMed img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
 }

 .genItem {
  position: relative;
    box-sizing: border-box;
    /* width: 10vw;
    max-width: 175px;
    min-width: 120px; */
    cursor: pointer;
 }

 /* .genItem:hover .genItemDesc {
   color: #128ecc;
 } */

 .genItem > img {
    display: block;
    /* width: 100%;
    max-width: 100%; */
    height: 210px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
 }

 .genItemDesc {
    position: relative;
    margin-top: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    text-align: center;
    color: white;
    width: 140px;
 }

 .genItemDescAddtl {
  width: 140px;
 }

 .genItemDescAddtl {
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-style:italic;
    text-align: center;
    color: #128ecc;
    /* color: rgb(246, 246, 246); */
 }

 .genItemContainerWrapSpaceAround .genItem > img {
  height: 162px;
 }

 .genItemContainerWrapSpaceAround .genItemDescAddtl,
 .genItemContainerWrapSpaceAround .genItemDesc {
  width: 108px;
  max-width: 108px;
 }

 .longItemContainer {
   display: flex;
   flex-direction: column;
   padding-bottom: 5px;
   max-width: 100%;
   gap: 15px;
   box-sizing: border-box;
 }
 /* End General Container */

 /* Start Info Card */
 .infoCardTitle {
  text-align: center;
  /* font-family: 'Open Sans', sans-serif; */
 font-family: 'Open Sans', sans-serif;
  color: white;
  margin-bottom: 10px;
}

.infoCardTagline {
  /* margin-top: 5px; */
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 10pt;
  text-align: center;
  font-style: italic;
  padding: 0 10px 5px 10px;
  /* padding: 7px 10px 0 10px; */
}

.infoCardOverview {
  /* padding: 7px 10px 7px 10px; */
  /* margin-top: 5px; */
  /* font-family: 'Open Sans', sans-serif; */
 font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 10pt;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  padding-bottom: 10px;
}

.infoCardWebsite {
  margin-top: 5px;
  /* font-family: 'Open Sans', sans-serif; */
 font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 9pt;
  font-weight: 300;
  /* text-align: center; */
}

.infoCardMovieDetailsInfoGroup {
 display: flex;
}

.infoCardGenre {
  margin-top: 5px;
  /* font-family: 'Open Sans', sans-serif; */
 font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 9pt;
  font-weight: 300;
  /* text-align: center; */
}

.infoCardCertification {
  margin-top: 5px;
  /* font-family: 'Open Sans', sans-serif; */
 font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 9pt;
  font-weight: 300;
}

.infoCardDuration {
  margin-top: 5px;
  /* font-family: 'Open Sans', sans-serif; */
 font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 9pt;
  font-weight: 300;
}

.infoCardReleaseDate {
  margin-top: 5px;
 font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 9pt;
  font-weight: 300;
}

.infoCardLogo {
  /* padding-top: 12px; */
  text-align: center;
  padding-bottom: 10px;
}

.infoCardLogo img {
  display: block;
  max-width: 85%;
  max-height: 250px;
  margin: auto;
}

.infoCardFinanceLabel {
  display: flex;
 font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  /* margin-top: 15px; */
  margin-bottom: 5px;
  /* padding-left: 5px; */
  color: white;
}

.infoCardFinance .infoCardFinanceLabel:nth-child(3) {
  margin-top: 15px;
}

.infoCardFinanceLabel > div:last-child {
  flex-grow: 1;
  text-align: right;
}

.infoCardFinanceGauge {
  height: 12px;
  border-radius: 6px;
  background-color: #393939;
  overflow: hidden;
}

.infoCardBoxOffice .financeBarFiller {
  background-color: #8ECC12;
  width: 0%;
}

.infoCardBudget .financeBarFiller {
  background-color: #128ecc;
  width: 0%;
}
 /* End Info Card */

 /* Start Search Results */
 #jsCreditsCrewLongItemContainer,
 #jsCreditsCastLongItemContainer {
   display: none;
 }

 .resultsContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
 }

 .resultsItem {
  position: relative;
    display: flex;
    /* gap: 4px; */
    /* padding: 6px; */
    border-radius: 6px;
    /* background-color: white; */
    /* background-color: rgb(20, 20, 20); */
    background-color: rgba(0,0,0,0.8);
    color: white;
    overflow: hidden;
    cursor: pointer;
    /* border: 1px solid rgba(255,255,255,0.07); */
 }

 .resultsItemPoster {
  position: relative;
  z-index: 1;
    width: 120px;
    min-width: 120px;
    /* height: 100%; */
    box-sizing: border-box;
    box-shadow: 0px 0 10px 5px rgba(0,0,0,0.3);
 }

 .resultsItemPoster img {
    display: block;
    width: 100%;
    /* border-radius: 3px; */
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
 }

 .resultsItemInfo {
  position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex-grow: 1;
    padding: 6px;
    /* height: 100%; */
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: rgba(29, 29, 29, 0.95);
    background-blend-mode: multiply;
 }

 .resultsItemInfoNoBlend {
  position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex-grow: 1;
    padding: 6px;
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    /* border-left: 1px solid black; */
 }

 .resultsItem:hover .resultsItemInfoLink {
   color: #128ecc;
 }

 /* .resultsItemInfo:after {
  content: "";
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background-color: rgba(0,0,0,0.88);
  z-index: 0;
 } */

 /* .resultsItemInfo div {
    box-sizing: border-box;
    border: 1px solid red;
 } */

 .resultsItemInfoHeader {
   display: flex;
   position: relative;
   /* z-index: 1; */
   padding-left: 5px;
   /* background-color: rgba(0,0,0,0.75); */
 }

 .resultsItemInfoTitle {
    /* font-family: 'Open Sans',sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    /* font-weight: 700; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-grow: 1;

 }

 .resultsItemInfoSubTitle {
   font-size: 10pt;
   /* color:#8ECC12; */
   padding-left: 10px;
   font-family: 'Open Sans', sans-serif;
   color:#128ecc;
   font-style: italic;
 }

 .resultsItemInfoYear {
    /* font-family: 'Open Sans',sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-weight: 700;
 }

 .resultsItemInfoOverview {
    /* font-family: 'Open Sans',sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 9pt;
    font-weight: 300;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    /* z-index: 1; */
    padding-left: 5px;
    /* background-color: rgba(0,0,0,0.75); */
 }

 .resultsItemInfoFooter {
   display: flex;
   flex-grow: 1;
   align-items: flex-end;
   padding-right: 2px;
   box-sizing: border-box;
   position: relative;
   /* z-index: 1; */
   padding-left: 5px;
   gap: 10px;
 }

 .resultsItemBackdropCover {
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background-color: rgba(0,0,0,0.88);
  z-index: 0;
 }

 .resultsItemInfoLink {
   cursor: pointer;
   flex-grow: 1;
   font-size: 10px;
   box-sizing: border-box;
   /* font-family: 'Open Sans',sans-serif; */
   font-family: 'Open Sans', sans-serif;
   /* text-decoration: underline; */
   font-weight: 300;
 }

 .resultsItemInfoFooterElm {
   border-radius: 3px;
   color: rgba(255,255,255,1);
   /* font-family: 'Open Sans',sans-serif; */
   font-family: 'Open Sans', sans-serif;
   font-size: 10px;
   font-weight: 500;
   padding: 3px 5px 3px 5px;
   background-color: #000000;
   /* background-color: #128ecc; */
 }

 .resultsBackToTop {
   position: sticky;
   bottom: 10px; 
   padding-right: 10px;
   box-sizing: border-box; 
   cursor: pointer;
 }

 .resultsBackToTopCircle {
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   float: right;
   padding: 5px;
   border-radius: 50%;
   width: 18px;
   height: 18px;
   background-color:#128ecc;
   /* font-family: 'Open Sans', sans-serif; */
   font-family: 'Open Sans', sans-serif;
   font-size: 12pt;
   font-weight: 300;
   color: white;
 }
 /* End Search Results */

 /* Start Movie Details */
.mainLargePoster {
    max-height: fit-content;
    max-width: 250px;
    /* min-width: 350px; */
    /* border: 1px solid red; */
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); */
    /* height: 900px; */
 }

 .mainLargePoster img {
    display: block;
    width: 100%;
 }

 .backdropAsMainMedia {
  display: block;
  width:100%;
  max-width: 100%;
 }

 .movieDetailsTitle {
  flex-grow: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 13pt;
  font-weight: 300;
  color: white;
}

 .detailsTitleHeader {
   display: flex;
   align-items: center;
 }

 .detailsTitleHeader .genHeaderLink {
  color: white;
 }

 .detailsTitleHeaderLabel {
   flex-grow: 1;
   text-align: right;
   color: white;
   /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
   font-size: 10pt;
 }

 .detailsTitle {
    /* padding-bottom: 10px; */
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    font-weight: 300;
    margin-top: 0;
    /* line-height: 14pt; */
    color: white;
   flex-grow: 1;
 }

 .detailsMainInfo {
    display: flex;
    /* gap: 10px;
    margin-top: 10px; */
    box-sizing: border-box;
 }

 .movideDetailsMainInfo {
  display: flex;
  gap: 10px;
  box-sizing: border-box;
  /* margin-bottom: 10px; */
 }

 .detailsMainInfo div {
    /* padding-bottom: 5px; */
    box-sizing: border-box;
    /* border: 1px solid white; */
 }

 .detailsMainInfoNoTopMargin {
    display: flex;
    gap: 10px;
    box-sizing: border-box;
  }

 .mainInfoLabel {
   /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
   font-size: 7pt;
   color: rgb(214, 214, 214);
   margin-bottom: 2px;
 }

 .mainInfoDuration {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 8pt;
  border-radius: 2px;
  /* background-color: #0d77ab; */
  background: linear-gradient(#870821,#8f0e28);
  color: white;
  padding: 2px 5px 3px 5px;
  /* margin-left: 2px; */
  white-space: nowrap;
  height: 14px;
  /* height: fit-content; */
 }

 .mainInfoItemGroup {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  flex-grow: 1;
  /* justify-content: center; */
 }

 .movieDetailsBookmarkInactive {
  /* border-radius: 2px; */
  /* background-color: #0d77ab; */
  /* background: linear-gradient(#636363,#8f8f8f);
  color: white;
  padding: 2px 5px 3px 5px;
  cursor: pointer;
  height: 14px; */
 }

 .movieDetailsBookmarkActive {
  /* border-radius: 2px; */
  /* background-color: #0d77ab; */
  /* background: linear-gradient(#07744e,#05a344);
  color: white;
  padding: 2px 5px 3px 5px;
  cursor: pointer;
  height: 14px; */
 }

 .movieDetailsBookmarkActive:after {
  content: "Remove From List";
 }

 .movieDetailsBookmarkInactive:after {
  content: "Add To List";
 }

 .movieDetailsGenreBlock {
  /* border-radius: 2px; */
  /* background-color: #0d77ab; */
  /* background: linear-gradient(#095f8b,#0d77ab);
  color: white;
  padding: 2px 5px 3px 5px;
  cursor: pointer;
  height: 14px; */
 }

 .mainInfoMedia {
   flex-grow: 1;
    /* border-radius: 6px; */
    /* height: 200px; */
    overflow: hidden;
    /* margin-top: 10px; */
    width: 100%;
    aspect-ratio: 16 / 9;
 }

 .episodeFeatuerBoxUserScore {
  /* border: 1px solid red; */
  position: relative;
 }

 .episodeStillInfoFlexBox {
  display: flex;
  gap: 10px;
 }

 .episodeFeatureBox {
  display: flex;
  flex-direction: column;
  position: relative;
  /* aspect-ratio: 16/9; */
  width: 100%;
  box-sizing: border-box;
  /* max-height: 200px; */
  /* border: 1px solid red; */
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
  /* background-position: 50px 0px; */
  background-repeat: no-repeat;
  padding: 10px;
  color: white;
 }

 .episodeFeatureBoxPoster {
  display: block;
  max-width: 50%;
  /* height: fit-content; */
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  margin-bottom: 5px;
 }


 .episodeFeatureBoxOverview {
  flex-grow: 1;
  /* padding: 5px 0 0 0; */
  /* font-family: 'Open Sans',sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 9pt;
  font-weight: 300;
  line-height: 18px; 
  overflow: hidden;
  position: relative;
  /* z-index: 1; */
  /* padding-left: 5px; */
  /* background-color: rgba(0,0,0,0.75); */
}

.episodeFeatureBoxTitle {
  position: relative;
  display: flex;
  padding: 0 0 4px 0;
  /* font-family: 'Open Sans',sans-serif; */
  width: 100%;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  /* flex-grow: 1; */
}

.episodeFeatureBoxTitleTxt {
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  font-weight: 500;
  flex-grow: 1;
}

.episodeFeatureBoxTitleBookMark {
  width: 35px;
}

.episodeFeatureInfoItem {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 4px 8px 4px 8px;
  background-color: rgba(0,0,0,0.85);
  font-size: 8pt;
  color: white;
  text-align: center;
  /* border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; */
  border-radius: 3px;
  /* margin-bottom: 5px; */
}

.episodeFeatureInfoItem img {
  height: 95%;
}

.episodeFeatureBoxFooter {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  /* padding-right: 2px; */
  box-sizing: border-box;
  position: relative;
  margin-top: 7px;
  /* border: 1px solid white; */
  /* z-index: 1; */
  /* padding: 0 0 2px 10px; */
  /* gap: 10px; */
}

.episodeFeatureBoxFooterItemGroup {
  gap: 5px;
  /* display: flex;
  align-items: flex-end; */
  /* border: 1px solid white; */
  /* border: 1px solid red; */
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  width: 100%;
  flex-wrap: wrap;
}

.episodeFeatureBoxUserScoreResults .genItemUserScore {
  transform: scale(0.8);
  top: 4px;
  left: 5px;
  position: relative;
}


 .resultsFeatureBox {
  display: flex;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  box-sizing: border-box;
  max-height: 300px;
  /* border: 1px solid red; */
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
  /* background-position: 50px 0px; */
  background-repeat: no-repeat;
  padding: 10px;
  color: white;
 }

 .resultsFeatureBoxInfo {
  display: flex;
  flex-direction: column;
  /* border: 1px solid red; */
  box-sizing:border-box;
  width: 100%;
  overflow: hidden;
 }

 .resultsFeatureBoxTitle {
  /* font-family: 'Open Sans',sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  /* border: 1px solid white; */
  box-sizing: border-box;
  max-width: 100%; 
}

.resultsFeatureBoxOverview {
  /* font-family: 'Open Sans',sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 9pt;
  font-weight: 300;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  /* z-index: 1; */
  padding: 5px 0 0 10px;
  /* border: 1px solid white; */
  box-sizing: border-box;
  text-shadow: 0 0 3px #000000;
  /* background-color: rgba(0,0,0,0.75); */
}

.resultsFeatureBoxFooter {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  padding-right: 2px;
  box-sizing: border-box;
  position: relative;
  /* border: 1px solid white; */
  /* z-index: 1; */
  padding: 0 0 2px 10px;
  /* gap: 10px; */
}

.resultsFeatureBoxFooterItemGroup {
  gap: 10px;
  /* display: flex;
  align-items: flex-end; */
  /* border: 1px solid white; */
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.resultsFeatureBoxFooterItemGroup .genItemUserScoreResults {
  /* position: relative;
  top: 9px;
  left: 4px;
  margin-left: auto; */
}

 .featureBoxFavLink {
  position: absolute;
  right: 5px;
  top: 5px;
 }

 .featureBoxContainer {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  box-sizing: border-box;
  max-height: 400px;
  /* border: 1px solid red; */
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  /* background-position: 50px 0px; */
  background-repeat: no-repeat;
  padding: 10px;
 }


 .featureBoxPoster {
  display: block;
  max-height: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
 }

 .featureBoxLeftGradient {
  height:100%;
  max-height: 100%;
  box-sizing:border-box;
 }

 .posterBackdropContainer {
  position: relative;
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  border-radius: 5px;
  overflow: hidden;
  /* overflow-x: auto; */
  /* scrollbar-color: rgb(116, 116, 116) rgba(0,0,0,0); */
 }

 .posterPart {
  position: relative;
    box-sizing: border-box;
    width: 10vw;
    max-width: 175x;
    min-width: 110px;
    cursor: pointer;
 }

 .posterPart img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
}

.backdropPart {
  position: relative;
    display: flex;
    /* flex-direction: column; */
    /* gap: 3px; */
    flex-grow: 1;
    /* padding: 6px; */
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    /* background-color: rgba(29, 29, 29, 0.95); */
    /* background-blend-mode: multiply; */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /* align-items: center;
    justify-content: center; */
 }

 .backdropPartMovieDetails {
    background-color: rgba(29, 29, 29, 0.95);
    /* background-blend-mode: multiply; */
 }

 .backdropPartCastGroup {
  display: flex;
  justify-content: center;
  padding: 15px 0 10px 0;
 }

 .backdropPartCastItem {
  position: relative;
  box-sizing: border-box;
  width: 14vw;
  height: 14vw;
  max-width: 90px;
  max-height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  margin-right: -5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.75);
 }

 .bakcdropPartCastGroup img {
  display: block;
  width: 100%;
  max-width: 100%;
 }

 .backdropPartProductionCompanies {
  background-color: rgba(255,255,255,1);
  padding: 10px;
  border-radius: 5px;
}

 .backdropPartProductionCompanies img {
  display: block;
  max-height: 50px;
  max-width: 100%;
 }

 .backdropPartFont {
  /* flex-grow: 1; */
  align-items: center;
  margin: auto;
 }

 .backdropPartBack {
  flex-grow: 1;
   padding-top: 5px;
   padding-right: 5px;
   justify-content: right;
 }

 .backdropPartFont,
 .backdropPartBack {
  box-sizing: border-box;
  display: flex;
  /* flex-direction: column; */
 }

 .mainInfoMovie {
   display: block;
   width: 100%;
   height: 100%;
   /* aspect-ratio: 3/2; */
 }

 .mainInfoPoster {
    border-radius: 6px;
    /* background-color: white; */
    /* width: 200px;
    max-width: 200px; */
    /* height: 300px; */
    width: 220px;
    min-width: 220px;
    overflow: hidden;
 }

 .mainInfoPoster img {
   display: block;
   width: 100%;
 }

 .mainInfo {
   flex-grow: 1;
    display: flex;
    /* flex-direction: column; */
    gap: 8px;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    color: white;
    padding: 12px 10px 2px 10px;
 }

 .mainInfoNoTopPad {
   flex-grow: 1;
    display: flex;
    /* flex-direction: column; */
    gap: 8px;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    color: white;
    padding: 0px 10px 2px 10px;
 }

 /* .mainInfoRows {

 } */

 .mainInfoTitle {
    font-size: 10pt;
 }

 .mainInfoCertification {
    /* flex-grow: 1; */
    text-align: right;
    margin-right: 3px;
    margin-left: 10px;
 }

 .mainInfoCertificationBlock {
  display: inline-block;
  border: 1px solid white;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 600;
  padding: 3px 5px 3px 5px;
  font-size: 8pt;
  white-space: nowrap;
  background-color: rgba(0,0,0,0.25);
 }

 .personBiography {
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    line-height: 20px;
    color: white;
    font-weight: 300;
    /* text-align: center; */
    /* text-align: justify; */
 }

 .detailsOverview {
    margin-top: 10px;
    /* margin-bottom: 10px; */
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    line-height: 20px;
    color: white;
    font-weight: 300;
    text-align: center;
    /* text-align: justify; */
 }

 .collectionDetailsOverview {
  /* margin-bottom: 10px; */
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  line-height: 20px;
  color: white;
  font-weight: 300;
  /* text-align: justify; */
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  text-align: center;
 }

 .currentlyViewingCollectionPart {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color:#2c2c2c;
  /* background-color: rgba(0,0,0,0.75); */
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 7pt;
  text-align: right;
  /* padding: 3px 6px 3px 6px; */
 }

 .currentlyViewingCollectionPart img {
  display: block;
  width: 13px;
  opacity: 1;
 }

 .followTheWhiteRabbit {
  display: block;
  position:absolute;
  top: 188px;
  right: 10px;
  width: 11px;
  opacity: 1;
  /* margin-right: 10px; */
 }

 .resultsYearBlock,
 .collectionYearBlock {
  border-radius: 2px;
  /* background-color: #0d77ab; */
  background: linear-gradient(#095f8b,#0d77ab);
  color: white;
  padding: 2px 5px 3px 5px;
  cursor: pointer;
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 7pt;
  width: fit-content;
  height: fit-content;
 }

.mainInfoBirthday,
.mainInfoDeathday,
.mainInfoPlaceOfBirth,
.mainInfoWebsite {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Open Sans', sans-serif;
   font-size: 10pt;
   font-weight: 300;
}

 .movieProviderImg {
   width: 40px;
   border-radius: 4px;
 }
 
 .creditsDetailsPoster {
  display: block;
  /* width: 25%;
  min-width: 25%; */
  /* min-width: 100px; */
  /* border: 1px solid red; */
 }

 .creditsDetailsPoster img {
  display: block;
  min-height: 162px;
  max-height: 162px;
  border-radius: 5px;
 }

 .creditsDetailsLogo {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-self: center;
  padding: 15px;
  justify-content: center;
  /* border: 1px solid red; */
 }

 .creditsDetailsLogo img {
  display: block;
  margin: auto;
  max-width: 95%;
  max-height: 335px;
 }

 .creditDetailsBackdrop {
  flex-grow: 1;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  overflow: hidden;
 }

 

 .crewCreditsListFlex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
 }

 .crewCreditsListFlexItem {
  display: flex;
  width: 50%;
  align-items: center;
 }

 .crewCreditsListFlexItem > div {
  padding: 5px;
 }

 .movieCreditsLogo {
  display: block;
  max-width: 55%;
  max-height: 150px;
  margin: 3px auto 15px auto;
 }

 .movieDetailsLogo {
  display: block;
  max-width: 75%;
  max-height: 150px;
  margin: 8px auto 15px auto;
 }
 /* End Movie Details */

 /* Start TV Details */
 .counterItemGroup {
  display: flex;
  gap: 10px;
  justify-content: center;
 }

.counterItemContainer {
  /* flex-grow: 1; */
  flex: 1;
  /* padding: 5px 10px 5px 10px; */
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.15);
  text-align: center;
}

.counterItemCount {
  font-size: 14pt;
  font-weight: 300;
  color: #008fd6;
  padding: 10px 10px 2px 10px;
}

.counterItemLabel {
  padding: 2px 10px 16px 10px;
  color: white;
  font-size: 9pt;
  font-weight: 300;
  white-space: nowrap;
  text-transform: uppercase;
}

 .tvDetailsNetworkLogo {
  background-color: rgba(57, 57, 57, 0.75);
  box-sizing: border-box;
  padding: 10px 15px 15px 15px;
 }

 .tvDetailsSeriesInfo {
  gap: 10px;
 }

 .tvDetailsInfo {
  flex-grow: 1;
  background-color: rgba(0,0,0,0.75);
  padding: 10px;
  width: 75%;
  margin: auto;
 }

 .tvInfoLabel {
  font-size: 8pt;
  font-weight: 300;
  font-family: 'Open Sans',sans-serif;
  color: white;
  text-align: center;
  text-transform: uppercase;
  /* border-bottom: 1px solid rgba(255,255,255,0.25); */
  /* padding-bottom: 5px; */
 }

 .tvInfoLargeBlueText {
  font-size: 16pt;
  font-weight: 300;
  color: #008fd6;
  font-family: 'Open Sans',sans-serif;
  text-align: center;
  /* margin-bottom: 15px; */
 }
 /* End TV Details */

 /* Start Episode Details */
 .episodeResultsFooter {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  padding-right: 2px;
  box-sizing: border-box;
  position: relative;
  /* z-index: 1; */
  padding-left: 5px;
  padding-bottom: 3px;
  gap: 10px;
}

 .episodeItemPoster {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  min-height: 120px;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

.episodeItemPoster img {
  display: block;
  width: 100%; 
  height: 100%;
  /* border-radius: 3px; */
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
 /* End Episode Details */

 /* Start Person Details */

 .profileHalo {
  display: block;
  position: absolute;
  left: -10px;
  top: 50x;
  width: 60px;
  opacity: 0.75;
 }

 .personDetailsMainInfoWideView {
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 8pt;
  color: white;
 }

 /* .personDetailsMainInfoNarrowView {
  display: none;
 } */

 .personBiography_narrow {
  display: none;
 }

 .personDetailsInfoGroup {
  /* display: none; */
   /* padding-bottom: 10px; */
  margin-top: 4px;
  margin-bottom: 4px;
 }

 .personDetailsMainInfoPoster {
  position: relative;
  /* width: 200px; */
  /* min-width: 200px; */
  width: 35%;
  /* min-width: 35%; */
  max-width: 300px;
  /* width: min(35%, 300px); */
  margin-top: 10px;
}

.personDetailsProfileImg {
 display: block;
 width: 100%;
 border-radius: 6px;
}

.personHalo {
  display: block;
  position: absolute;
  top: -2%;
  left: -7%;
  width: 33%;
  opacity: 0.85;
}

.personWiseDay {
  display: block;
  position: absolute;
  width: 50px;
  right: 0px;
  top: 30%;
}

 .externalIDsContainer{
   /* width: 75px;
   min-width: 75px; */
 }

 .externalIDsContainer img {
   display: block;
   /* width: 100%; */
   height: 35px;
   opacity: .85;
 }

 .externalIDsFlexContainer {
  flex-wrap: wrap;
  padding: 10px;
   align-items: center;
   justify-content: center;
 }

 .externalShareLink {
  /* position: absolute;
  top: 45px;
  right: 3px; */
  height: 35px;
  width: 35px;
  max-width: 35px;
  max-height: 35px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.85);
  cursor: pointer;
  box-sizing: border-box;
  padding: 3px;
  text-align: center;
  font-size: 18pt;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  vertical-align: middle;
}

.externalShareLink img {
  position: relative;
  display: block;
  width: 18px;
  margin: auto;
  transform: translateY(-50%);
  top: 50%;
  right: 1px;
}
 /* End Person Details */

 /* Start View Image */
 .viewImageContainer img {
  display: block;
  max-width: 100%;
 }
 /* End View Image */

 /* Start Video List */
 .youTubeVideoItem {
   border-radius: 5px;
   /* height: 200px; */
   overflow: hidden;
   /* margin-top: 10px; */
   width: 250px;
   aspect-ratio: 16 / 9;
}
 /* End Video List */

 /* Start Footer */
.siteFooterContainer {
  display: flex;
  /* align-items: flex-end; */
  /* justify-content: flex-end; */
  flex-direction: column;
  /* min-height: 200px; */
  /* border: 1px solid red; */
  box-sizing: border-box;
}

.siteFooterContainer a {
  text-decoration: none;
}

.footerTopBarContainer {
  padding: 10px 0 0 0;
  display: flex;
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
  /* border: 1px solid blue; */
}

.footerBarContainer {
  padding: 15px;
  text-align: center;
  width: 100%;
  color: white;
  /* margin-top: auto; */
  /* border: 1px solid white; */
  box-sizing: border-box;
  /* border-top: 1px solid #0d77ab; */

  background-color: #060606;
  background-image: linear-gradient(#161616,#060606)
}

.footerFlexColumns {
  max-width: 1000px;
  margin: auto;
  display: flex;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.footerColumn {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* box-sizing: border-box; */
}

.footerColumn:not(:last-child) {
  /* border-right: 1px solid rgb(45, 45, 45); */
}

.footerColumnMainInfo {
  padding-left: 15px;
  text-align: left;
  line-height: 28px;
  color: rgb(178, 178, 178);
}

.footerSearchContainer .headerSearchForm {
  /* position: relative;
   display: flex;
   margin: auto; */
   max-width: 300px;
   height: 20px;
   border-radius: 10px;
   /* border: 1px solid #1a1a1a;
   overflow: hidden;
   background-color: rgb(30, 30, 30); */
}

.footerProviderContainer {
  flex-wrap: wrap;
  padding-right: 15px;
}

.footerProviderLogoGroup {
  margin-left: auto;
}

.footerProviderLogoContainer {
  display: flex;
  margin: 10px auto 0 auto;
  gap: 15px;
}

.footerTMDBLogo img {
  display: block;
  width: 75px;
}

.footerJustWatchLogo img {
  position: relative;
  bottom: 1px;
  display: block;
  width: 75px;
}

.footerLogoSearch img {
  display: block;
  width: 35px;
  margin: 0 auto 15px auto;
}

.goodBoyFooter {
  display: block;
  height: 50px;
  margin-left: auto;
  position: relative;
  top: 8px;
  /* margin-top: auto; */
}

.footerMainInfoExternalIDs img {
  display: block;
  /* width: 100%; */
  height: 20px;
  opacity: .75;
}

.footerSmallText {
  color: rgb(178, 178, 178);
  font-size: 8pt;
}
 /* End Footer */

 /* Start Rating Gauge */
 .genItemUserScoreBackdrop {
  position: absolute;
  bottom: 5px;
  right: 7px;
  display: flex;
  height: 36px;
  width: auto;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  background-color: rgba(0,0,0,0.65);
  align-items: center;
  cursor: pointer;
  transition: width 0.2s;
  -webkit-transition: width 0.2s;
 }

 .ratingStar {
  display: inline-block;
  margin-right: 1px;
 }

 .genItemUserScoreLabel {
  color: white;
  font-family: 'Quicksand',sans-serif;
  font-size: 8pt;
  font-weight: 700;
  padding: 0 5px 0 14px;
  height: max-content;
  width:min-content;
  transition: width 0.2s;
  white-space: nowrap;
 }

 .genItemUserScorePoster {
  position: absolute;
  /* bottom:-12px; */
  /* left: 5px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  right: 5px;
  top: 170px;
 }


 .genItemUserScoreResults {
  /* position: absolute; 
  right: 2px;
  bottom: 2px; */
  /* transform: scale(.8); */
 }

 .scale70 {
  transform: scale(.7);
 }
 
 .scale80 {
  transform: scale(.8);
 }
 
 .scale90 {
  transform: scale(.9);
 }

 .genItemUserScore {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.85);
  padding: 3px;
  box-sizing: border-box;
 }

 .genItemUserScoreTxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  color: white;
  text-align: center;
  font-size: 8pt;
  padding: 11px;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
 }

 .genItemUserScoreTxt100 {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 36px;
  height: 36px;
  color: white;
  text-align: center;
  font-size: 7pt;
  padding: 11px;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
 }

 .voterScoreGauge{
  display: block;
  --size: 30px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 3px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
  /* animation: progress-animation 2s linear 0s 1 forwards; */
}

.voterScoreGauge circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}

.voterScoreGauge circle.bg {
  stroke: rgb(47, 47, 47);
}

.voterScoreGauge circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
  /* stroke: #5394fd; */
}

/* Start Login */
.genAccountForm {
  color: white;
}

.signupText {
  font-family: 'Open Sans', sans-serif;
  font-size: 9pt;
  font-weight: 500;
  /* color: rgb(214, 214, 214); */
}

.signupLink {
  color: #128ecc !important;
  text-decoration: unset;
}

.invalid_feedback {
  color: rgb(255, 27, 27);
  padding-left:5px;
}

.invalid_feedback_header {
  color: rgb(255, 27, 27);
}

.genAccountForm label {
  display: block;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 7pt;
  color: rgb(214, 214, 214);
  margin-bottom: 6px;
  font-weight: 600;
}

.genAccountFormInput {
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
  background-color: rgba(255,255,255,0.05);
  border: 1px solid rgba(193, 193, 193, 0.65);
  width: 300px;
  color: white;
  font-size: 10pt;
  font-family: 'Lato', sans-serif;
}

.genAccountFormInput:first-child {
  margin-bottom: 10px;
}

.genButtonContainer {
  display: flex;
  cursor: pointer;
}

.genButtonIconContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: linear-gradient(#095f8b,#0d77ab);
  padding: 5px 10px 5px 10px;
}

.genButtonIconContainer img {
  display: block;
  width: 100%;
}

.genButtonBodyContainer {
  background-color: #2c2c2c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 9pt;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
}
/* End Login */

/* Start User Dashboard */
.userFavoriteResultContainer {
  display: flex;
  margin-bottom: 10px;
}

.userFavoriteResultPoster {
  width: 100px;
  min-width: 100px;
}

.userFavoriteResultPoster img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.userFavoriteResultInfo {
  font-family: 'Open Sans',sans-serif;
  font-size: 9pt;
  color: white;
  padding: 10px;
}

.favoritesBlockGroup {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.favoritesBlockPart {
  display: flex;
  gap: 15px;
  flex-grow: 1;
}

.favoritesBlockItem {
  padding: 8px 3px 8px 3px;
  background-color: black;
  color: white;
  flex-grow: 1;
  text-align: center;
  width: 33.3%;
}

.favoritesBlockCount {
  font-family: 'Lato', sans-serif;
  font-size: 11pt;
  color: white;
}
.favoritesBlockLabel {
  font-family: 'Lato', sans-serif;
  font-size: 9pt;
  color: #008fd6;
  margin-top: 5px;
}

.dashboardContainerWrap {
  display: flex;
  flex-wrap: wrap;
  /* padding-bottom: 5px; */
  max-width: 100%;
  gap: 10px;
  box-sizing: border-box;
  /* justify-content: space-between; */
}

.dashboardResultsContainer {
  box-sizing: border-box;
  padding: 10px;
  background-color: rgba(0,0,0,0.75);
  border-radius: 5px;
  flex: 1 1 calc(50% - 5px); /* Each item takes 50% width minus the gap */
}

.dashboardResultsItem {
  position: relative;
  display: flex;
}

.dashboardResultsPoster img {
  display: block;
  width: 70px;
  border-radius: 3px;
}

.dashboardResultsPosterSmall img {
  display: block;
  width: 30px;
  border-radius: 3px;
}

.dashboardResultsInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  /*height: auto; */
  /* border: 1px solid white; */
  box-sizing: border-box;
}

.dashboardResultsTitle {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-size: 10pt;
  padding: 0 10px 5px 10px;
}

.dashboardResultsEnteredDate {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-size: 9pt;
  padding: 0 10px 5px 10px;
  font-weight: 300;
}

.dashboardResultsWatchedDate {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-size: 9pt;
  padding: 0 10px 5px 10px;
  font-weight: 300;
}

.dashboardResultsActions {
  margin-top: auto;
  padding: 0 10px 0 10px;
  /* justify-self: flex-end; */
  display: flex;
  box-sizing: border-box;
  gap: 10px;
  /* border: 1px solid red; */
}

.dashboardResultsDateFormat {
  color:#018ed4;
  font-weight: 500;
}

.dashboardResultsRemoveItem {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 30px;
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  box-sizing: border-box;
  /* padding: 3px; */
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  justify-content: center;
}

.dashboardResultsRemoveItem img {
  display: block;
  width: 10px;
  margin: auto;
  opacity: 0.65;
  transition: opacity 0.3s;
}

.dashboardResultsRemoveItem:hover img {
  opacity: 0.8;
  filter: brightness(0) saturate(100%) invert(59%) sepia(39%) saturate(3419%) hue-rotate(322deg) brightness(86%) contrast(101%);
}

.markItemWatchedBtn {
  width: 88px;
}

/* End User Dashboard */

/* Start Company */
.companyDetailsMainInfo {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
}

.companyDetailsMainInfoLogo {
  /* width: 200px; */
  /* min-width: 200px; */
  /* width: 35%; */
  /* min-width: 35%; */
  /* max-width: 300px; */
  /* width: min(35%, 300px); */
  /* margin-top: 10px; */
  max-width: 75%;
  margin: auto;
  background-color: white;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
}

.companyDetailsMainInfoLogo img {
 display: block;
 width: 100%;
 max-height: 250px;
 /* border-radius: 6px; */
}

.companyDetailsMainInfo {
  padding: 25px 10px 10px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  font-size: 8pt;
  color: white;
  text-align: center;
 }
/* End Company */

@property --progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
 /* End Rating Gauge */

 @media (orientation:portrait) {
  /* .genItemContainerWrapSpaceAround .genItem {
    position: relative;
      width: 30%;
      max-width: 200px;
   } */
 }


 @media (orientation:portrait) or (max-width:1000px) {

  .homePageSlideshowContainer {
    margin-bottom: 10px;
  }

  .genDualBlockContainer {
      margin-top: unset;
      flex-direction: column;
  }

  .backdropPartCastGroup {
    display: flex;
    justify-content: center;
    padding: 5px 0 10px 0;
   }

   /* .genItemUserScoreBackdrop {
    bottom: 5px;
    right: 5px;
   } */

  /* .backdropPartCastItem {
    max-width: 90px;
    max-height: 90px; 
   } */

 }

 @media (orientation:portrait) or (max-width:800px) {
 /* @media (max-width:800px) {  */

    .footerFlexColumns {
      flex-direction: column;
    }

    .footerColumnMainInfo {
      text-align: center;
      margin-bottom: 15px;
      padding-left: 0;
    }

    .footerColumn .externalIDsFlexContainer {
      margin-bottom: 15px;
    }

    .footerProviderLogoContainer {
      margin-bottom: 15px;
    }

    .footerProviderLogoGroup {
      margin-left: unset;
      margin: auto;
    }

    .footerProviderContainer {
      padding-right: 0;
    }

    .dashboardResultsContainer {
      width: 100%;
      flex: unset; /* Each item takes 50% width minus the gap */
    }

    .episodeFeatureBoxPoster {
      max-width: 100%;
    }

    .episodeStillInfoFlexBox {
      flex-direction: column;
      gap: 0px;
    }

    .crewCreditsListFlex {
      flex-direction: column;
    }
    
    .crewCreditsListFlexItem {
      display: flex;
      width: 100%;
    }

    .mainLargePoster {
        display: none;
    }

    /* .headerLogo {
      display: none;
    } */

    .headerAccount {
      display: block;
    }

    .personDetailsMainInfoWideView {
      /* display: none; */
    }

    .personDetailsMainInfoNarrowView {
      /* display: flex; */
    }

    .personDetailsTitle {
      /* text-align: center; */
    }

    .personBiography_narrow {
      display: block;
    }
 
    .personBiography_wide {
      display: none;
    }

    /* .detailsMainInfo {
        flex-direction: column;
    } */

    /* .mainInfoMedia  {
        width: 100%;
        max-width: 100%;
    } */

    /* .mainInfo {
        flex-direction: row;
    } */

    /* .mainInfoCertification{
        text-align: right;
    } */
 } 

