/* app/assets/fd-pkgs/fd-location/stylesheets/fdLocation.dropdown.css */
.location-dropdown {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  width: 383px;
}
.location-dropdown__current-location {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.location-dropdown__icon {
  margin-right: 10px;
}
.location-dropdown__text {
  color: #3478c1;
}
.location-dropdown__close-btn {
  display: none;
}

/* app/assets/stylesheets/desktop/shared/showtimes.css */
.fd-showtimes {
  margin-bottom: 15px;
}
.fd-showtimes .csspinner {
  width: 100px;
  height: 100px;
  margin: auto;
  position: relative;
}
.fd-showtimes .csspinner::before {
  background: transparent;
}
.fd-showtimes__error-msg {
  padding: 40px 20px 40px 40px;
  margin: 20px 0 40px;
  background-color: var(--neutral-000);
  border: 1px solid var(--light-overlay-8);
  font-size: 18px;
  line-height: 22px;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  color: #4c4c4c;
  -webkit-font-smoothing: antialiased;
}
.fd-theater {
  margin-bottom: 30px;
}
.fd-theater__list {
  border-radius: inherit;
}
.fd-theater__name {
  display: inline-block;
}
.fd-showtimes__error-msg .fd-movie__follow-icon {
  width: 13px;
  height: 12px;
  background-size: contain;
  margin-bottom: 4px;
  margin-left: 4px;
}
.shared-theater-header .fd-theater__follow-icon {
  height: 24px;
  width: 24px;
}
.fd-theater__amenities-list {
  list-style-type: disc;
}
.fd-theater__future-dates {
  background: var(--neutral-600);
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  display: flex;
  gap: 16px;
  padding: 20px;
}
.fd-theater__future-dates-text {
  color: var(--neutral-100);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.fd-theater__future-dates-btn {
  color: #4691e3;
  line-height: 20px;
}
.fd-movie {
  position: relative;
  background-color: white;
  margin-top: 5px;
  border: 1px solid var(--light-overlay-8);
  display: flex;
  flex: 0 1 auto;
}
@media only screen and (max-width: 768px) {
  .fd-movie {
    flex-wrap: wrap;
  }
}
.showtime-btn--non-ticketing:hover {
  background: transparent;
  color: #333;
}
.fd-movie__no-showtimes {
  padding: 20px;
  font-size: 22px;
}
@media print {
  body #page {
    background-color: #fff;
  }
  body .subnav {
    background-color: #fff;
    background-image: none;
    color: var(--neutral-700);
  }
  body .subnav__title,
  body .subnav__link-list * {
    color: var(--neutral-700);
  }
  body .subnav__title--accent {
    color: var(--orange-400);
  }
  body .tdp__closest-theaters-wrap {
    width: 100%;
  }
  body .icon-ticket {
    display: none;
  }
  body .showtime-btn {
    border: 1px rgba(255, 255, 255, 0.05) solid;
  }
}

/* app/assets/stylesheets/shared/theaters/sharedTheaterHeader/sharedTheaterHeader.css */
.shared-theater-header {
  background: var(--neutral-500);
  --standard-gray: var(--neutral-100);
}
.shared-theater-header:last-child {
  border-radius: inherit;
}
.shared-theater-header:not(:last-child) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.shared-theater-header__content {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  display: flex;
}
.shared-theater-header__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}
.shared-theater-header__name {
  font-size: 16px;
  font-weight: 700;
}
.shared-theater-header__name-link {
  color: var(--standard-gray);
}
.shared-theater-header__address-wrap {
  display: flex;
}
.shared-theater-header__address,
.shared-theater-header__distance {
  font-size: 14px;
  line-height: 20px;
}
.shared-theater-header__address {
  color: var(--standard-gray);
}
.shared-theater-header__distance {
  color: var(--neutral-200);
}
.shared-theater-header__links {
  display: flex;
  gap: 8px;
}
.shared-theater-header__link {
  color: #4691e3;
  line-height: 20px;
}
.shared-theater-header__concession-btn {
  background-color: var(--neutral-400);
  border-radius: 4px;
  display: flex;
  align-self: flex-start;
  gap: 8px;
  margin-top: 4px;
  padding: 4px 8px;
}
.shared-theater-header__concession-details {
  display: flex;
  align-items: center;
  gap: 4px;
}
.icon.icon-amenity--snack.shared-theater-header__concession-icon,
.icon.icon-info-gray.shared-theater-header__concession-info-icon {
  height: 16px;
  width: 16px;
}
.shared-theater-header__concession-text {
  color: var(--standard-gray);
  font-size: 12px;
  font-weight: 700;
}

/* app/assets/stylesheets/shared/theaters/sharedTheaterHeader/desktop.css */
.shared-theater-header__content {
  gap: 12px;
  padding: 16px 20px;
}
.shared-theater-header__address-wrap {
  align-items: center;
  gap: 16px;
}
.shared-theater-header__address {
  display: flex;
}
.shared-theater-header__address > :not(:last-of-type)::after {
  content: ",\a0";
}

/* app/assets/stylesheets/shared/showtimes/sharedMovieShowtimes/sharedMovieShowtimes.css */
.shared-movie-showtimes {
  position: relative;
}
.shared-movie-showtimes__movie {
  display: flex;
  align-self: stretch;
}
.shared-movie-showtimes__movie-poster {
  border-radius: 8px;
}
.shared-movie-showtimes__movie-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shared-movie-showtimes__movie-offer {
  background-color: #285B93;
  border-radius: 4px;
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 4px;
  height: 20px;
  padding: 2px 8px;
}
.shared-movie-showtimes__movie-offer:hover {
  background-color: #285B93;
}
.shared-movie-showtimes__movie-offer-text {
  color: var(--neutral-000);
  font-size: 12px;
  font-weight: 700;
}
.shared-movie-showtimes__movie-title {
  font-size: 16px;
}
.shared-movie-showtimes__movie-title-link {
  color: var(--neutral-100);
}

/* app/assets/stylesheets/shared/showtimes/sharedMovieShowtimes/desktop.css */
.shared-movie-showtimes {
  background: var(--neutral-600);
  display: flex;
}
.shared-movie-showtimes__movie {
  flex: 1;
  gap: 16px;
  padding: 20px;
}
.shared-movie-showtimes__movie-poster {
  height: 210px;
  max-width: 140px;
}
.shared-movie-showtimes__showtimes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}
.shared-movie-showtimes .shared-showtimes__amenity-group:not(:last-of-type) {
  padding-bottom: 16px;
}
.shared-movie-showtimes .shared-showtimes__amenity-group.thin-divider:not(:last-of-type)::after {
  left: 0;
  right: 0;
}

/* app/assets/stylesheets/shared/showtimes/sharedShowtimes/sharedShowtimes.css */
.shared-showtimes__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shared-showtimes__container,
.thtr-mv-list .shared-movie-showtimes {
  align-self: stretch;
  border: 1px solid var(--neutral-400);
  border-radius: 12px;
}
.shared-showtimes__bullet {
  color: var(--neutral-200);
  font-weight: 600;
  line-height: 20px;
  width: 6px;
}
.shared-showtimes__data-text {
  --standard-gray: var(--neutral-100);
  color: var(--standard-gray);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-wrap: balance;
}
.shared-showtimes__movie-data {
  display: flex;
  gap: 8px;
}
.shared-showtimes__movie-rating {
  border: 1px solid var(--standard-gray);
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  height: 16px;
  white-space: nowrap;
  padding: 0 4px;
}
.shared-showtimes__amenity-group {
  background: var(--neutral-600);
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: column;
  gap: 16px;
  position: relative;
  --color-3d: #4691e3;
  --color-premium-experience: var(--yellow-400);
  --color-standard: var(--neutral-100);
}
.shared-showtimes__amenity-group.thick-divider:not(:last-of-type) {
  border-bottom: 8px solid var(--light-overlay-8);
}
.shared-showtimes__amenity-group.thin-divider:not(:last-of-type)::after,
.fd-theater__list > li:not(:last-of-type)::after {
  content: "";
  border-bottom: 1px solid var(--light-overlay-8);
  position: absolute;
  bottom: 0;
}
.shared-movie-showtimes__showtimes,
.shared-showtimes__amenity-group {
  border-top-right-radius: inherit;
}
.shared-movie-showtimes__showtimes,
.shared-showtimes__amenity-group:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.shared-showtimes__title {
  font-weight: bold;
}
.shared-showtimes__title-header--3d {
  color: var(--color-3d);
}
.shared-showtimes__title-header--premium-experience {
  color: var(--color-premium-experience);
}
.shared-showtimes__title-header--standard {
  color: var(--color-standard);
}
.shared-showtimes__amenity-group-card {
  background: var(--neutral-500);
  border-left: 4px solid;
  border-radius: 4px;
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  padding: 16px;
  text-align: start;
}
.shared-showtimes__amenity-group-card:hover {
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.10) 0%,
      rgba(0, 0, 0, 0.10) 100%),
    var(--neutral-500);
}
.shared-showtimes__amenity-group-card--3d {
  border-color: var(--color-3d);
}
.shared-showtimes__amenity-group-card--premium-experience {
  border-color: var(--color-premium-experience);
}
.shared-showtimes__amenity-group-card--standard {
  border-color: var(--color-standard);
}
.shared-showtimes__amenity-group-card-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}
.shared-showtimes__amenity-group-card-image-wrap {
  display: flex;
  height: 16px;
  width: 96px;
}
.shared-showtimes__amenity-group-card-image {
  max-height: 100%;
  max-width: 100%;
}
.shared-showtimes__amenities {
  color: var(--neutral-200);
  font-size: 12px;
}
.shared-showtimes__late-night-msg {
  padding: 0.2em 0;
}
.shared-showtimes__late-night-icon {
  margin-right: 5px;
}
.shared-showtimes__container .movie-carousel--mobile {
  border-radius: inherit;
  padding-top: 16px;
}

/* app/assets/stylesheets/shared/showtimes/sharedShowtimes/desktop.css */
.shared-showtimes__amenity-group {
  padding: 20px;
}
.shared-showtimes__amenity-group.thin-divider:not(:last-of-type)::after,
.fd-theater__list > li:not(:last-of-type)::after {
  left: 20px;
  right: 20px;
}

/* app/assets/stylesheets/shared/showtimes/sharedAmenityList/sharedAmenityList.css */
.shared-amenity-list__modal {
  display: flex;
}
.shared-amenity-list__modal-content {
  background-color: var(--neutral-600);
  overflow: auto;
}
.shared-amenity-list__modal-header {
  background-color: inherit;
  border-bottom: 1px solid var(--light-overlay-8);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
}
.shared-amenity-list__title {
  flex: 1;
  font-size: 16px;
}
.shared-amenity-list__title,
.shared-amenity-list__amenity-name {
  color: var(--neutral-100);
  font-weight: 700;
  line-height: 20px;
}
.shared-amenity-list__modal-header .icon-close--small-new-dark {
  height: 24px;
  width: 24px;
  margin: 10px;
}
.shared-amenity-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shared-amenity-list__amenity {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shared-amenity-list__amenity:not(:last-child) {
  border-bottom: 1px solid var(--light-overlay-8);
  padding-bottom: 16px;
}
.shared-amenity-list__amenity-image-wrap {
  display: flex;
  height: 16px;
  width: 96px;
}
.shared-amenity-list__amenity-image {
  max-height: 100%;
  max-width: 100%;
}
.shared-amenity-list__amenity-description {
  color: var(--neutral-200);
  line-height: 20px;
}
.shared-amenity-list__amenity-description,
.shared-amenity-list__amenity-name {
  font-size: 14px;
}

/* app/assets/stylesheets/shared/showtimes/sharedAmenityList/desktop.css */
.shared-amenity-list__modal {
  align-items: center;
  justify-content: center;
}
.shared-amenity-list__modal-content {
  border: 1px solid var(--neutral-400);
  border-radius: 16px;
  max-height: min(600px, 95vh);
  max-width: min(384px, 95vw);
}
.shared-amenity-list__modal-header {
  padding: 8px 8px 8px 20px;
}
.shared-amenity-list {
  padding: 20px;
}

/* app/assets/stylesheets/shared/showtimes/showtimesPlaceholder/showtimesPlaceholder.css */
.showtimes-placeholder__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.showtimes-placeholder {
  border: 1px solid var(--light-overlay-8);
  border-radius: 12px;
}
.showtimes-placeholder__header {
  align-self: stretch;
  height: 78px;
}
.showtimes-placeholder__header:last-child {
  border-radius: inherit;
}
.showtimes-placeholder__header:not(:last-child) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.showtimes-placeholder__movie {
  display: flex;
  gap: 16px;
}
.showtimes-placeholder__movie-poster {
  border-radius: 8px;
}
.showtimes-placeholder__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.showtimes-placeholder__title {
  border-radius: 4px;
  height: 8px;
  width: 160px;
}
.showtimes-placeholder__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}
.showtimes-placeholder__card {
  border-radius: 8px;
}
.showtimes-placeholder__data {
  border-radius: 4px;
  height: 8px;
  width: 80px;
}
.showtimes-placeholder__btn-list {
  display: flex;
  gap: 8px;
}
.showtimes-placeholder__btn {
  border-radius: 4px;
  height: 32px;
  width: 72px;
}
.showtimes-placeholder__smp-btn {
  border-radius: 100px;
  height: 32px;
  width: 139px;
}
@keyframes showtimes-placeholder {
  0%, 100% {
    background-color: rgba(255, 255, 255, 0.05);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.showtimes-placeholder__loading {
  animation: showtimes-placeholder 1600ms infinite ease-out;
}

/* app/assets/stylesheets/shared/showtimes/showtimesPlaceholder/desktop.css */
.showtimes-placeholder__row {
  display: flex;
}
.showtimes-placeholder__movie {
  flex: 1;
  padding: 20px;
}
.showtimes-placeholder__movie-poster {
  height: 210px;
  width: 140px;
}
.showtimes-placeholder__card {
  height: 52px;
}

/* app/assets/stylesheets/desktop/shared/subNav.css */
.subnav {
  background: rgba(0, 0, 0, 0) url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/movie/bg-header.daggfkfu.jpg") no-repeat scroll center 0;
}
.subnav__title {
  margin-top: 20px;
  color: var(--neutral-000);
  display: inline-block;
  vertical-align: top;
}
.subnav__title--accent {
  color: var(--orange-400);
}
.subnav .favorite-add {
  margin-left: 5px;
  display: inline-block;
  width: 29px;
  height: 27px;
  background-repeat: no-repeat;
  position: relative;
  top: -5px;
  background-color: transparent;
  font-size: 0;
}
.subnav__link-list {
  margin-bottom: 10px;
}
.subnav__link-item {
  display: inline-block;
  margin-right: 36px;
}
.subnav__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.subnav__link-list:hover .subnav__link {
  color: var(--neutral-300);
}
.subnav__link-list:hover .subnav__link:hover {
  color: #fff;
}
.subnav__link-list .vertical-dropdown {
  margin-right: 0;
  position: relative;
}
.subnav__link-list .vertical-dropdown > .subnav__link:after {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: inline-block;
  border-top: 11px solid var(--orange-400);
  content: "";
  bottom: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.subnav__link-list .dropdown-nav {
  z-index: 50;
  display: none;
  background: #fff;
  margin-left: 0;
  position: absolute;
  left: 0;
  padding-bottom: 7px;
}
.no-touch .subnav__link-list .vertical-dropdown:hover > a,
.subnav__link-list .vertical-dropdown.is-tapped > a {
  color: #fff;
  opacity: 1;
}
.no-touch .subnav__link-list .vertical-dropdown:hover .dropdown-nav,
.subnav__link-list .vertical-dropdown.is-tapped .dropdown-nav {
  display: block;
  width: 196px;
  overflow: hidden;
}
.subnav__link-list .dropdown-nav .subnav__link-item {
  width: 196px;
  border-bottom: 3px solid #fff;
  padding-left: 15px;
}
.subnav__link-list .vertical-dropdown a {
  display: block;
  line-height: 1.2;
  padding: 4px 0 2px 0;
}
.subnav__link-list .vertical-dropdown .dropdown-nav a {
  color: #4c4c4c;
}
.no-touch .subnav__link-list .vertical-dropdown .dropdown-nav:hover a {
  color: #ccc;
}
.no-touch .subnav__link-list .vertical-dropdown .dropdown-nav:hover a:hover {
  color: #4c4c4c;
}
.no-touch .subnav__link-list .vertical-dropdown .subnav__link-item:hover {
  border-bottom: 3px solid var(--orange-400);
}
.no-touch .subnav__link-list .vertical-dropdown:hover .dropdown-nav .subnav__link-item:first-child,
.subnav__link-list .vertical-dropdown.is-tapped .dropdown-nav .subnav__link-item:first-child {
  border-top: 3px solid var(--orange-400);
  padding-top: 5px;
}
.no-touch .subnav__link-list .vertical-dropdown:hover .dropdown-nav:hover .subnav__link-item:first-child {
  border-top: 3px solid #fff;
}
@media only screen and (max-width: 880px) {
  .subnav__link-list .dropdown-nav {
    left: -135px;
  }
}

/* app/assets/stylesheets/desktop/shared/stars.css */
.fd-star-rating {
  direction: rtl;
  display: inline-block;
}
.fd-star-rating:hover {
  cursor: pointer;
}
.fd-star-rating__container {
  margin: 15px 0 5px;
}
.fd-star-rating .fd-star-rating__star {
  background-position: 0 0;
  background-size: 400% 100%;
  display: inline-block;
  width: 16px;
}
[data-star-rating="1"] .fd-star-rating__star:nth-child(5),
[data-star-rating="1.5"] .fd-star-rating__star:nth-child(5),
[data-star-rating="2"] .fd-star-rating__star:nth-child(3) ~ .fd-star-rating__star,
[data-star-rating="2.5"] .fd-star-rating__star:nth-child(3) ~ .fd-star-rating__star,
[data-star-rating="3"] .fd-star-rating__star:nth-child(2) ~ .fd-star-rating__star,
[data-star-rating="3.5"] .fd-star-rating__star:nth-child(2) ~ .fd-star-rating__star,
[data-star-rating="4"] .fd-star-rating__star:nth-child(1) ~ .fd-star-rating__star,
[data-star-rating="4.5"] .fd-star-rating__star:nth-child(1) ~ .fd-star-rating__star,
[data-star-rating="5"] .fd-star-rating__star {
  background-position-x: -32px;
}
[data-star-rating="1.5"] .fd-star-rating__star:nth-child(4),
[data-star-rating="2.5"] .fd-star-rating__star:nth-child(3),
[data-star-rating="3.5"] .fd-star-rating__star:nth-child(2),
[data-star-rating="4.5"] .fd-star-rating__star:nth-child(1) {
  background-position-x: -48px;
}
.fd-star-rating--user.fd-star-rating:hover .icon.fd-star-rating__star,
.fd-star-rating:hover .icon.fd-star-rating__star {
  background-position-x: 0;
}
.fd-star-rating--user[data-star-rating="1"] .fd-star-rating__star:nth-child(5),
.fd-star-rating--user[data-star-rating="2"] .fd-star-rating__star:nth-child(3) ~ .fd-star-rating__star,
.fd-star-rating--user[data-star-rating="3"] .fd-star-rating__star:nth-child(2) ~ .fd-star-rating__star,
.fd-star-rating--user[data-star-rating="4"] .fd-star-rating__star:nth-child(1) ~ .fd-star-rating__star,
.fd-star-rating--user[data-star-rating="5"] .fd-star-rating__star,
.fd-star-rating--user.fd-star-rating .icon.fd-star-rating__star:hover,
.fd-star-rating--user.fd-star-rating .icon.fd-star-rating__star:hover ~ .fd-star-rating__star,
.fd-star-rating .icon.fd-star-rating__star:hover,
.fd-star-rating .icon.fd-star-rating__star:hover ~ .fd-star-rating__star {
  background-position-x: -16px;
}
.stars-large__star-rating--no-hover,
.stars-large__star-rating {
  direction: rtl;
}
.stars-large__star-rating .stars-large__star,
.stars-large__star-rating--no-hover .stars-large__star {
  background-position: 0 0;
  background-size: 400% 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
}
[data-star-rating="1"] .stars-large__star:nth-child(5),
[data-star-rating="1.5"] .stars-large__star:nth-child(5),
[data-star-rating="2"] .stars-large__star:nth-child(3) ~ .stars-large__star,
[data-star-rating="2.5"] .stars-large__star:nth-child(3) ~ .stars-large__star,
[data-star-rating="3"] .stars-large__star:nth-child(2) ~ .stars-large__star,
[data-star-rating="3.5"] .stars-large__star:nth-child(2) ~ .stars-large__star,
[data-star-rating="4"] .stars-large__star:nth-child(1) ~ .stars-large__star,
[data-star-rating="4.5"] .stars-large__star:nth-child(1) ~ .stars-large__star,
[data-star-rating="5"] .stars-large__star {
  background-position-x: -48px;
}
[data-star-rating="1.5"] .stars-large__star:nth-child(4),
[data-star-rating="2.5"] .stars-large__star:nth-child(3),
[data-star-rating="3.5"] .stars-large__star:nth-child(2),
[data-star-rating="4.5"] .stars-large__star:nth-child(1) {
  background-position-x: -72px;
}
.stars-large__star-rating--user.stars-large__star-rating:hover .icon.stars-large__star,
.stars-large__star-rating:hover .icon.stars-large__star {
  background-position-x: 0;
}
.stars-large__star-rating--user[data-star-rating="1"] .stars-large__star:nth-child(5),
.stars-large__star-rating--user[data-star-rating="2"] .stars-large__star:nth-child(3) ~ .stars-large__star,
.stars-large__star-rating--user[data-star-rating="3"] .stars-large__star:nth-child(2) ~ .stars-large__star,
.stars-large__star-rating--user[data-star-rating="4"] .stars-large__star:nth-child(1) ~ .stars-large__star,
.stars-large__star-rating--user[data-star-rating="5"] .stars-large__star,
.stars-large__star-rating--user.stars-large__star-rating .icon.stars-large__star:hover,
.stars-large__star-rating--user.stars-large__star-rating .icon.stars-large__star:hover ~ .stars-large__star,
.stars-large__star-rating .icon.stars-large__star:hover,
.stars-large__star-rating .icon.stars-large__star:hover ~ .stars-large__star {
  background-position-x: -24px;
}

/* app/assets/stylesheets/desktop/shared/calendar.css */
.date-picker__location {
  border-bottom: 1px solid #ebebeb;
  background-color: var(--neutral-000);
  padding: 20px;
}
input.date-picker__location-input {
  border-radius: 25px;
  background-color: #ebebeb;
  font-size: 16px;
  font-family:
    "Times New Roman",
    Georgia,
    serif;
  font-style: italic;
  border: 0;
  box-shadow: inset 2px 3px 0 rgba(99, 99, 99, 0.5);
  color: #333;
  height: 38px;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  position: relative;
  vertical-align: middle;
  transition: background-color 0.3s ease;
  width: 325px;
}
.date-picker {
  background-color: #fff;
  width: 90%;
  margin: auto;
  overflow: visible;
}
.date-picker.carousel-style-strip > .carousel-items > li {
  padding-right: 0;
}
.date-picker.carousel-style-strip > .carousel-items {
  margin: 0;
}
.date-picker.carousel-style-strip > .left.icon,
.date-picker.carousel-style-strip > .right.icon {
  width: 5.5%;
}
.date-picker.carousel-style-strip > .left.icon {
  left: -5.5%;
  border-right: 1px solid #ebebeb;
}
.date-picker.carousel-style-strip > .right.icon {
  right: -5.6%;
  border-left: 1px solid #ebebeb;
}
.date-picker.carousel-style-strip .flipper--hide.icon::after {
  display: none;
}
.date-picker__wrap {
  overflow: hidden;
}
input.date-picker__location-input:focus {
  background-color: #fff;
  color: #333;
  z-index: 105;
  border-color: #999;
  box-shadow: 0 0 5px #999;
}
.date-picker__location-submit {
  vertical-align: middle;
  background: var(--orange-400);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  height: 38px;
  width: 38px;
  margin-left: 7px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 38px;
  -webkit-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.date-picker__location .date-picker__location-submit:hover {
  color: #fff;
  background: var(--orange-400);
}
.date-picker__list {
  height: 125px;
  padding: 0 38px;
}
.date-picker__date {
  width: 123px;
  height: 125px;
  text-align: center;
  display: block;
}
.date-picker__date--empty {
  width: 123px;
  height: 125px;
  background-color: #ccc;
}
.date-picker__link {
  background: #fff;
  color: var(--neutral-300);
  border-left: 1px solid #ebebeb;
  display: block;
  height: 125px;
  position: relative;
}
.date-picker__date a.date-picker__link:hover {
  color: var(--neutral-300);
}
.date-picker__date--selected a.date-picker__link:hover {
  color: #fff;
}
.date-picker .date-picker__link:hover {
  color: #4c4c4c;
}
.date-picker__date-weekday,
.date-picker__date-month,
.date-picker__date-day {
  display: block;
}
.date-picker__date-weekday {
  font-family:
    "Times New Roman",
    Georgia,
    serif;
  font-style: italic;
  font-size: 16px;
  padding: 5px 0;
  width: 100%;
  white-space: normal;
  margin-bottom: 15px;
}
.date-picker__date-month,
.date-picker__date-day,
.date-picker__date-release {
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
}
.date-picker__date-month {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.date-picker__date-day {
  font-size: 44px;
  line-height: 34px;
}
.date-picker__date-release {
  line-height: 18px;
  font-size: 18px;
  color: var(--orange-400);
  text-transform: uppercase;
}
.date-picker__date--selected .date-picker__date-weekday {
  color: #fff;
  background-color: var(--orange-400);
}
.date-picker__date--selected .date-picker__link {
  color: #fff;
  background-color: #333;
}
.date-picker__date--selected .date-picker__link:hover {
  color: #fff;
}
.date-picker__wrap .date-picker__link:hover {
  color: var(--neutral-300);
}
.date-picker__controls a {
  background: #fff;
  position: absolute;
  top: 0;
  margin: auto;
  width: 38px;
  height: 125px;
  text-indent: -9999px;
  z-index: 1;
}
.date-picker__controls-prev {
  left: 0;
}
.date-picker__controls-prev:before {
  content: "";
  border-radius: 0 40px 40px 0;
  background: #ebebeb;
  position: absolute;
  width: 20px;
  height: 40px;
  display: block;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.date-picker__controls-next {
  right: 0;
}
.date-picker__controls-next:before {
  content: "";
  border-radius: 40px 0 0 40px;
  background: #ebebeb;
  position: absolute;
  width: 20px;
  height: 40px;
  display: block;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.date-picker__error {
  background-color: var(--orange-400);
  color: #fff;
  padding: 5px 20px;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
}
.date-picker__message {
  padding: 5px 20px;
  background-color: var(--neutral-400);
  margin: 0;
  text-align: left;
}
.date-picker__message .icon {
  width: 38px;
  height: 38px;
  background-size: 100%;
  margin-right: 3px;
  vertical-align: middle;
}
.date-picker__message-title {
  color: #fff;
  font-size: 35px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}
.theaters-module-location {
  position: relative;
}
.theaters-module-location .location-dropdown {
  top: 30px;
}

/* app/assets/stylesheets/shared/datePicker.css */
.date-picker,
.date-picker__placeholder,
.date-picker__list {
  height: var(--ph-height);
  box-sizing: content-box;
}
.date-picker {
  position: relative;
  overflow: auto hidden;
  background-color: var(--neutral-000);
}
.date-picker--desktop {
  padding-top: 0;
}
.date-picker__placeholder {
  margin: 0 auto;
  background-size: 100%;
}
.date-picker__list {
  padding: 0 var(--ph-left);
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.date-picker__list:hover {
  overflow-x: auto;
}
.date-picker__list::-webkit-scrollbar {
  visibility: hidden;
}
.date-picker__list::-webkit-scrollbar-track,
.date-picker__list::-webkit-scrollbar-track-piece,
.date-picker__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.date-picker__list::-webkit-scrollbar-thumb {
  background-color: #777;
}
.date-picker__list::-webkit-scrollbar:hover {
  visibility: visible;
}
.date-picker__list-item {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  width: 62px;
  height: 70px;
}
.date-picker__list-item--spacer {
  position: relative;
  width: 24px;
}
.date-picker__list-item--spacer:after {
  content: "";
  height: 54px;
  border-right: solid 1px #ecedee;
  top: 10px;
  left: 50%;
  position: absolute;
}
.date-picker__button {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 70px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 231, 232);
  border-radius: 3px;
  line-height: 1;
  color: var(--blue-600);
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
}
.date-picker__button--dark {
  background-color: #ecedee;
  cursor: initial;
}
.date-picker__date-weekday,
.date-picker__date-month,
.date-picker__date-day {
  display: block;
  overflow: hidden;
}
.date-picker__date-weekday {
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #4691e3;
  margin-top: 7px;
  height: 12px;
}
.date-picker__date-weekday--dark {
  color: var(--blue-600);
}
.date-picker__date-month,
.date-picker__date-day {
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  color: var(--blue-600);
  font-weight: normal;
}
.date-picker__date-month {
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-top: 5px;
}
.date-picker__date-day {
  font-size: 30px;
}
.date-picker__list--desktop {
  padding-left: 0;
}
.date-picker__future-date-notice {
  border-bottom: 8px solid #ecedee;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.date-picker__future-date-notice-cta {
  text-align: center;
}
.date-picker__future-date-btn {
  font-size: 14px;
  min-height: 36px;
  padding: 0.8em 1em;
}
.is-desktop .date-picker__list {
  padding: 0;
}
.fd-carousel--last-selected {
  border-color: #4691e3;
}
.fd-carousel--last-selected,
.fd-carousel--last-selected .date-picker__date-weekday,
.fd-carousel--last-selected .date-picker__button {
  color: #f2f3f3;
  background-color: #4691e3;
}

/* app/assets/stylesheets/theater/showtimes/tsp.css */
.more-theaters-links {
  text-align: center;
  margin: 20px 0 20px;
  padding-bottom: 20px;
  background-color: var(--neutral-000);
  overflow: hidden;
  border: 1px solid var(--light-overlay-8);
}
.more-theaters-links__link {
  color: #4691e3;
  padding: 20px 15px 0;
  white-space: nowrap;
  display: inline-block;
}
.tsp__content {
  position: relative;
}
.tsp__closest-theaters-wrap--desktop {
  padding: 0 20px;
}
.tsp .subnav__link--active,
.tsp .subnav__link-list:hover .subnav__link--active,
.tsp .subnav__link-list .subnav__link:hover {
  color: var(--neutral-000);
  opacity: 1;
}
.tsp .date-picker__location {
  margin-top: 25px;
}
.tsp .filtered-chain {
  margin-left: 0;
  padding: 0;
}
.tsp__theater-selection-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0;
  position: relative;
}
.tsp__no-theaters-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 20px;
}
.tsp__no-theaters-img {
  height: 117px;
  width: 464px;
  border-radius: 4px;
  margin-bottom: 25px;
}
.tsp__no-theaters-msg--top,
.tsp__no-theaters-msg--bottom {
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  color: var(--blue-600);
  font-style: normal;
  text-align: center;
}
.tsp__no-theaters-msg--top {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
  width: 413px;
  height: 48px;
}
.tsp__no-theaters-msg--bottom {
  font-size: 14px;
  line-height: 1.43;
}
.tsp__date-picker-location {
  margin-bottom: 14px;
}
.tsp__date-picker-weekday {
  margin-bottom: 0;
  margin-top: 5px;
  padding: 0;
}
.tsp .fd-carousel--last-selected .date-picker__date-weekday {
  background-color: unset;
}
.tsp .date-carousel a:hover {
  text-decoration: none;
}

/* app/assets/stylesheets/theater/showtimes/featuredMovie/featuredMovie.css */
.featured-movie {
  border-radius: 12px;
  --standard-gray: var(--neutral-100);
}
.featured-movie__tag {
  background-color: var(--neutral-400);
  border-radius: 12px 0 4px 0;
  color: var(--standard-gray);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 4px 8px;
  width: fit-content;
}
.featured-movie__content {
  display: flex;
  gap: 16px;
}
.featured-movie__poster {
  border-radius: 8px;
}
.featured-movie__body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
}
.featured-movie__title-link {
  color: var(--standard-gray);
}
.featured-movie__data {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.featured-movie__data .shared-showtimes__movie-rating {
  margin-right: 4px;
}
.featured-movie__button {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 16px;
  text-transform: none;
}
html .btn.featured-movie__button:hover {
  background-color: rgba(227, 102, 0, 0.80);
}

/* app/assets/stylesheets/theater/showtimes/featuredMovie/desktop.css */
.featured-movie {
  background-color: var(--neutral-700);
  position: relative;
}
.featured-movie__background-image {
  aspect-ratio: 16 / 9;
  background-size: cover;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  max-height: 100%;
  position: absolute;
  right: 0;
  width: 55%;
}
.featured-movie__content {
  padding: 20px;
}
.featured-movie__poster {
  height: 164px;
  max-width: 109px;
}
.featured-movie__title {
  font-size: 20px;
  line-height: 24px;
}

/* app/assets/stylesheets/desktop/shared/favoriteFlyout.css */
.favoriteFlyout {
  background: rgba(51, 51, 51, 0.95);
  border-top: 2px solid var(--orange-400);
  box-shadow: 0 2px 2px rgba(50, 50, 50, 0.3);
  display: table;
  border-collapse: collapse;
  position: fixed;
  padding: 10px 10px 10px 15px;
  width: 224px;
  height: auto;
  top: 15px;
  right: 30px;
  opacity: 0;
  z-index: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: -o-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
section.favoriteFlyout--visible {
  opacity: 1;
  z-index: 1000;
}
.favoriteFlyout::before {
  background: var(--neutral-000) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjQgMjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDIzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMzMzMzMzO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQsMi42bC0xLjctMS4xbDAsMGMwLDAsMCwwLDAsMEwyMCwwbC03LjcsMTEuN2wtMy4yLDQuMkwzLjgsOS44TDAsMTMuMmwxLjMsMS41YzAsMCwwLDAuMSwwLjEsMC4xTDgsMjIuMw0KCUM4LjUsMjIuOCw4LjksMjMsOS43LDIzYzAuOC0wLjEsMS4yLTAuMywxLjYtMC45bDcuNC0xMS41TDI0LDIuNnoiLz4NCjwvc3ZnPg0K) no-repeat 50% 50%;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-size: 18px 18px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.favoriteFlyout.favoriteFlyout--hidden::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojM0EzQTNBO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuMSwxMmw3LjEtNy4xYzEuMS0xLjEsMS4xLTMsMC00LjFjLTEuMS0xLjEtMy0xLjEtNC4xLDBMMTIsNy45TDQuOSwwLjhjLTEuMS0xLjEtMy0xLjEtNC4xLDANCgljLTEuMSwxLjEtMS4xLDMsMCw0LjFMNy45LDEybC03LjEsNy4xYy0xLjEsMS4xLTEuMSwzLDAsNC4xYzAuNiwwLjYsMS4zLDAuOCwyLDAuOHMxLjUtMC4zLDItMC44bDcuMS03LjFsNy4xLDcuMQ0KCWMwLjYsMC42LDEuMywwLjgsMiwwLjhjMC43LDAsMS41LTAuMywyLTAuOGMxLjEtMS4xLDEuMS0zLDAtNC4xTDE2LjEsMTJ6Ii8+DQo8L3N2Zz4NCg==);
}
.favoriteFlyout::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 8px solid var(--orange-400);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -8px;
  right: -0.25px;
}
.favoriteFlyout__message {
  color: #fff;
  padding: 15px 10px 15px 49px;
}

/* app/assets/stylesheets/desktop/shared/nearbyTheaters.css */
.nearby-theaters__label {
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  margin: 0;
}
.nearby-theaters__select {
  width: 300px;
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center right 3%;
  border: 1px solid var(--light-overlay-8);
  padding: 0.5rem;
  font-size: 0.875rem;
  margin: 0;
}
.nearby-theater__flex-wrapper {
  margin-right: auto;
}

/* app/assets/stylesheets/movie/desktop/movieDetails.css */
.movie-details {
  width: 100%;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 1px;
}
.movie-details__mop-link {
  display: block;
  float: left;
  overflow: hidden;
}
.movie-details__movie-img {
  height: 250px;
  width: 164px;
  object-fit: fill;
}
.movie-details__detail {
  background-color: var(--neutral-400);
  min-height: 250px;
  margin: 0;
  font-size: 0.929em;
  line-height: 1.4;
  padding: 15px 0;
  font-family: "Times New Roman", serif;
  font-style: italic;
  text-align: center;
}
.movie-details__release-date {
  color: var(--neutral-000);
  text-transform: uppercase;
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  font-size: 1.857em;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 5px;
  font-style: normal;
}
.movie-details__fan-ratings {
  color: var(--neutral-000);
  font-weight: normal;
  font-size: 12px;
}
.movie-details__film-formats {
  background-color: var(--neutral-400);
  border: solid 1px rgba(255, 255, 255, 0.05);
  color: #c9c9c9;
  clear: both;
  text-align: left;
  min-height: 28px;
}
.movie-details__film-formats-header {
  display: inline-block;
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 1px 0 0;
  background-color: rgba(255, 255, 255, 0.05);
  color: #c4c4c4;
  vertical-align: top;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-align: center;
  width: 55px;
}
.movie-details__format {
  display: inline-block;
  margin: 0 0 0 6px;
  height: 26px;
  line-height: 26px;
  font-size: 11px;
  color: var(--neutral-000);
}
.movie-details__format::after {
  content: "";
  display: inline-block;
  height: 12px;
  font-size: 0;
  border-right: 1px solid #d8d8d8;
  padding-left: 8px;
  vertical-align: middle;
  margin: 6px 0 7px;
}
.movie-details__format:last-child:after {
  display: none;
}
.movie-offer {
  min-width: 100%;
  background-color: #333;
  padding: 10px 10px 20px;
  color: var(--neutral-000);
  margin: 2px 0 21px;
}
.movie-offer__label {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.movie-offer__title {
  font-size: 13px;
  margin: 5px 0;
}
.movie-offer__disclaimer {
  color: #ccc;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
}
.movie-offer__flag {
  position: relative;
  bottom: -30px;
  left: -20px;
  background-color: #285B93;
  background-position: 8px 6px;
  background-size: 13px;
  font-size: 13px;
  line-height: 15px;
  padding: 6px 8px 6px 25px;
  text-transform: uppercase;
  color: var(--neutral-000);
  cursor: pointer;
}
.movie-offer__flag.icon-vip-plus-points-white {
  background-size: 35px;
  padding-left: 46px;
}
.movie-offer__flag::before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-style: solid;
  border-color: transparent #285B93;
  top: -10px;
  border-width: 10px 10px 0 0;
  left: 0;
}
a.movie-offer__flag:hover {
  color: var(--neutral-000);
}

/* app/assets/stylesheets/theater/showtimes/filteredChain.css */
.filtered-chain {
  margin-left: 320px;
  padding: 0 0.5rem;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.filtered-chain__btn {
  margin-bottom: 5px;
  border-radius: 4px;
}
.filtered-chain__alert-icon {
  margin-right: 5px;
}
.filtered-chain__no-theaters {
  text-transform: initial;
  width: 100%;
}
.filtered-chain__near-theaters {
  margin: 8px 0;
}

/* app/assets/stylesheets/shared/theaters/openChainFilter.css */
.open-chain-filter {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: var(--neutral-000);
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.open-chain-filter__filter-btn {
  justify-content: center;
  align-items: center;
  color: #4691e3;
  cursor: pointer;
  padding: 6px 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  background-color: var(--neutral-000);
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.open-chain-filter__filter-btn + .open-chain-filter__filter-btn {
  border-left: solid 1px rgba(255, 255, 255, 0.05);
}
.open-chain-filter__filter-btn--active {
  color: var(--neutral-000);
  background-color: #4691e3;
}
.open-chain-filter__filter-btn--dropdown {
  border-radius: 3px;
  border: 1px solid var(--light-overlay-8);
}
.open-chain-filter__dropdown-icon {
  margin-left: 5px;
  flex: 1;
}
.open-chain-filter__dropdown-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 9;
}
.open-chain-filter__placeholder {
  background-color: var(--neutral-000);
  height: 0;
}
.open-chain-filter__filter-btn--desktop {
  flex: unset;
  margin-left: auto;
  position: relative;
}

/* app/assets/stylesheets/theater/showtimes/chainListOverlay.css */
.chain-list-overlay__desktop-content {
  position: absolute;
  overflow: scroll;
  padding: 0 20px 16px 20px;
  background: var(--neutral-000);
  width: 826px;
  height: 324px;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.chain-list__selection-form {
  margin-top: 30px;
}
.chain-list-overlay__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background: var(--neutral-000);
  padding: 16px 20px;
  margin: 0 -20px;
  border-bottom: solid 1px #ecedee;
}
.chain-list-overlay__btn {
  color: #4691e3;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}
.chain-list-overlay__title {
  font-weight: 700;
  font-size: 16px;
}
.chain-list-overlay__list {
  padding: 0;
  column-count: 2;
}
.chain-list-overlay__list-item {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.chain-list-overlay__label {
  width: 300px;
  margin: 0 0 3px 0;
  flex: unset;
}
.chain-list-popup__label--selected {
  font-weight: 700;
}
.chain-list-overlay__radio-btn {
  margin-right: 13px;
  flex: unset;
}
.chain-list-overlay__radio-btn .chain-list-overlay__radio-btn-input {
  margin: 0;
}
.chain-list-overlay--full {
  width: 100%;
  margin-top: 16px;
}

/* app/assets/stylesheets/theater/showtimes/theaterAmenitiesDropdown.css */
.theater-amenities-dropdown {
  padding: 16px 20px 24px 20px;
  background-color: var(--neutral-000);
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  top: 10px;
  min-width: 220px;
}
.theater-amenities-dropdown__container {
  background-color: transparent;
  padding-top: 0;
  padding-left: 0;
}
.theater-amenities-dropdown__close-btn {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='24px' width='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23ECEDEE;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23333E48;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,12c0,6.6-5.4,12-12,12S0,18.6,0,12S5.4,0,12,0S24,5.4,24,12'/%3E%3Cpath class='st1' d='M17.2,7.2c-0.3-0.3-0.8-0.3-1.1,0L12,11L7.8,7.2c-0.3-0.3-0.8-0.3-1.1,0S6.5,8,6.8,8.3l4.1,3.7l-4.1,3.7 c-0.3,0.3-0.3,0.8-0.1,1.1c0.3,0.3,0.8,0.3,1.1,0L12,13l4.2,3.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1.1L13.1,12l4.1-3.7 C17.5,8,17.5,7.5,17.2,7.2'/%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
  position: absolute;
  background-size: unset;
  z-index: 9;
}
.theater-amenities-dropdown__text-block {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
}
.theater-amenities-dropdown__name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.theater-amenities-dropdown__amenities-list {
  padding-left: 16px;
}

/* app/assets/stylesheets/shared/location.css */
.location {
  display: flex;
  align-items: center;
}
.location__text {
  color: var(--neutral-300);
  font-size: 14px;
  line-height: 16px;
  margin-right: 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.location__btn {
  display: flex;
  align-items: center;
  color: #4691e3;
  font-weight: bold;
}
.location__icon {
  width: 11px;
  height: 16px;
  background-size: 100%;
  margin-right: 4px;
}
.location__value {
  text-transform: capitalize;
  line-height: 1;
}
.location__permission {
  background-color: var(--neutral-600);
  height: 30px;
  margin-left: 10px;
  outline: #4691e3 solid 2px;
}

/* app/assets/stylesheets/shared/slider.css */
.fd-slider__wrap {
  position: relative;
  visibility: visible;
}
.fd-slider__viewport {
  overflow: hidden;
}
.fd_slider__item {
  display: block;
}
.fd-slider__splide-arrow {
  align-items: center;
  background: var(--neutral-000);
  border-radius: 50%;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.21);
  display: flex;
  height: 28px;
  justify-content: center;
  margin: 0;
  padding: 9px 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  z-index: 1;
}
.fd-slider__splide-arrow[disabled] {
  visibility: hidden;
}
.fd-slider__splide-arrow--prev {
  left: -12px;
}
.fd-slider__splide-arrow--next {
  right: -12px;
}
.is-mobile .fd-slider__splide-arrow {
  display: none;
}

/* app/assets/stylesheets/shared/theaters/theaterConcessionAmenity.css */
.theater-concession-options__overlay {
  background-color: var(--neutral-600);
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  color: var(--orange-100);
  padding: 16px 20px 24px 20px;
  top: 70px;
}
.theater-concessions-options__overlay--desktop {
  top: 10px;
}
.theater-concessions-options__container {
  background-color: unset;
}
html .theater-concessions-options__container--desktop {
  max-width: 343px;
  background-color: transparent;
  padding: 0;
}
html .theater-concessions-options__close-btn {
  height: 24px;
  width: 24px;
  position: absolute;
  background-size: 50%;
  z-index: 9;
  border-radius: 50%;
  background-color: #efefef;
}
.theater-concessions-options__section-header {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.theater-concessions-options__section {
  padding: 16px 0;
  border-bottom: 1px solid #ecedee;
  font-size: 14px;
}
.theater-concessions-options__section--desktop {
  font-weight: normal;
}
.theater-concessions-options__section:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.theater-concessions-options__section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.snack-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.snack-preorder {
  vertical-align: super;
}
.snack-preorder--tsp {
  color: #f2f3f3;
}

/* app/assets/stylesheets/theater/showtimes/theater-calendar.css */
.theater-calendar {
  padding: 0 46px;
  background: var(--neutral-000);
  height: 125px;
  width: 100%;
}
.theater-calendar__arrow {
  width: 46px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: var(--neutral-000);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border-right: 1px solid #ebebeb;
}
.theater-calendar__arrow--next {
  right: 0;
  left: auto;
  justify-content: flex-end;
  border-right: 0;
  border-left: 1px solid #ebebeb;
}
.theater-calendar__arrow-icon {
  background: #ebebeb;
  width: 20px;
  height: 40px;
  border-radius: 0 40px 40px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.theater-calendar__arrow[disabled] {
  background: var(--neutral-000);
}
.theater-calendar__arrow[disabled] .icon {
  visibility: hidden;
}
.theater-calendar__arrow--next .theater-calendar__arrow-icon {
  border-radius: 40px 0 0 40px;
  justify-content: flex-end;
}
.theater-calendar__item {
  display: block;
  width: 123px;
  height: 125px;
  border-right: 1px solid #ebebeb;
}
.theater-calendar__item:last-of-type {
  border-right: 0;
}
.theater-calendar__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: var(--neutral-300);
}
.theater-calendar .theater-calendar__link:hover {
  color: var(--neutral-300);
}
.theater-calendar__date-weekday {
  font-family:
    "Times New Roman",
    Georgia,
    serif;
  font-style: italic;
  font-size: 16px;
  padding: 5px 0;
  white-space: normal;
  width: 100%;
  text-align: center;
}
.theater-calendar__dates {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
}
.theater-calendar__date-month {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.theater-calendar__date-day {
  font-size: 44px;
  line-height: 34px;
}
.theater-calendar__item--selected .theater-calendar__date-weekday {
  color: var(--neutral-000);
  background-color: var(--orange-400);
}
.theater-calendar__item--selected .theater-calendar__link {
  color: var(--neutral-000);
  background-color: #333;
}
.theater-calendar__item--selected .theater-calendar__link:hover {
  color: var(--neutral-000);
}

/* app/assets/stylesheets/shared/dateCarousel.css */
.date-carousel {
  margin-bottom: 16px;
}
.date-carousel .fd-carousel-placeholder {
  padding-left: 0;
}
.date-carousel .fd-carousel-placeholder__item {
  margin-right: 8px;
  animation: none;
  background: none #ebebeb;
  flex-shrink: 0;
  width: 62px;
  height: 70px;
  border-radius: 3px;
}
.date-carousel .fd-carousel__arrow {
  top: 22px;
}
.date-carousel .fd-carousel__arrow--left {
  left: -14px;
}
.date-carousel .fd-carousel__arrow--right {
  right: -14px;
}

/* app/assets/stylesheets/shared/seatMap.css */
.smp__page {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.smp__seat-map-placeholder {
  width: 100%;
  height: 100%;
  animation: placeholderLoading 1.2s ease-out infinite;
}
.smp__map {
  margin: 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.smp__map-preview-wrapper {
  height: 100%;
}
.smp__showtime-info-internal {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smp__showtime-header-background {
  background-size: 120%;
  background-position: center;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
  height: 120%;
  width: 105vw;
  position: absolute;
}
.smp__showtime-data {
  position: relative;
  z-index: 1;
  display: flex;
  gap: var(--gap-2);
  padding-top: var(--padding-2);
  padding-bottom: var(--padding-2);
  align-items: flex-start;
  justify-content: center;
  max-width: 588px;
}
.smp__showtime-poster {
  height: 90px;
  border-radius: var(--corner-radius-sm);
}
.smp-modal__content-internal {
  display: flex;
  flex-direction: column;
  max-height: 95vh;
  overflow: hidden;
}
.smp-modal__wrap,
.smp-modal__wrap-internal {
  background-color: var(--neutral-600);
  border-radius: var(--corner-radius-lg);
  border: 1px solid var(--neutral-400);
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.18);
  max-width: 398px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.smp__modal-header {
  border-bottom: 1px solid var(--border-primary);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: var(--padding-1) var(--padding-1) var(--padding-1) 20px;
  height: 60px;
}
.smp__modal-header-title {
  color: var(--neutral-100);
  font: var(--font-heading-sm);
  align-content: center;
}
.smp__modal-showtime-header {
  display: flex;
  flex-direction: column;
  gap: var(--gap-2);
}
.smp__modal-text {
  color: var(--text-secondary);
  font: var(--font-body-md);
}
.smp__modal-body {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(95vh - 57px);
}
.smp__modal-section {
  border-bottom: 1px solid var(--border-primary);
  margin-bottom: var(--spacing-2);
  padding-bottom: var(--padding-2);
}
.smp__modal-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.smp__modal-showtime-info-wrapper {
  display: flex;
  flex-direction: column;
}
.smp__modal-showtime-info {
  display: flex;
  gap: var(--gap-2);
}
.smp__modal-seat-guide-internal {
  display: flex;
  gap: var(--gap-2);
}
.smp__modal-seat-guide-column {
  width: 50%;
}
.smp__modal-seat-guide-item {
  align-items: center;
  display: flex;
  margin-top: var(--spacing-1);
  color: var(--text-primary);
  font: var(--font-body-md);
  font-size: 14px;
  position: relative;
}
.smp__modal-seat-guide-item span {
  margin-left: var(--spacing-3);
}
.smp__modal-block-seating__image {
  padding-top: var(--padding-2);
}
.smp__modal-block-seating__image-title {
  display: flex;
  align-items: center;
}
.smp__modal-block-seating__icon {
  height: 16px;
  width: auto;
  margin-right: var(--spacing-1);
}
.smp__title,
.smp__modal-title {
  color: var(--text-primary);
}
.smp__title {
  font: var(--font-heading-sm);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.smp__modal-title {
  font: var(--font-label-md);
}
.smp__modal-accordion {
  padding: 14px var(--padding-2);
}
.smp__showtime-detail {
  color: var(--text-secondary);
  font: var(--font-body-md);
}
.smp__more-info-btn-internal {
  margin-top: var(--spacing-1);
}
.smp__render {
  display: none;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  container-type: inline-size;
}
.smp__label {
  position: absolute;
  pointer-events: none;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family:
    "Proxima Nova",
    proxima-nova,
    Arial,
    sans-serif;
}
.smp__label--screen {
  color: var(--neutral-000);
  font-size: clamp(8px, 1.9cqw, 18px);
  font-weight: 700;
  left: 49.55%;
  top: 7.3%;
  transform: translate(-50%, -50%) scaleY(1.15) scaleX(1.05);
}
.smp__label--theater {
  color: var(--neutral-300);
  font-size: clamp(7px, 1.6cqw, 15px);
  font-weight: 400;
  transform: translate(-50%, -50%) scaleY(1.15) scaleX(1.04);
}
.smp__label--front {
  left: 50%;
  top: 14.5%;
}
.smp__label--back {
  left: 50%;
}
.smp__preview-badge {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: var(--corner-radius-xs);
  background: var(--neutral-400);
  padding: var(--padding-0) var(--padding-1);
  color: var(--neutral-000);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  z-index: 1;
}
.smp__failed-msg {
  display: none;
  color: var(--neutral-200);
  line-height: 20px;
}
.smp--success .smp__seat-map-placeholder {
  display: none;
}
.smp--success .smp__render,
.smp--fail .smp__failed-msg {
  display: block;
}
.smp--fail .smp__preview-badge,
.smp--fail .smp__seat-map-placeholder,
.smp--fail .smp__more-info-btn {
  display: none;
}
.smp__seats-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.smp__seat {
  position: absolute;
  background-color: var(--blue-700);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 25%;
}
.smp__seat--wheelchair {
  background-color: var(--blue-900);
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-wheelchair.t0rmlbsk.svg");
  background-size: 50%;
}
.smp__seat--companion {
  background-color: var(--blue-900);
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-companion.54cd5tpe.svg");
  background-size: 75%;
}
.smp__seat--O.smp__seat--wheelchair,
.smp__seat--R.smp__seat--wheelchair,
.smp__seat--X.smp__seat--wheelchair,
.smp__seat--O.smp__seat--companion,
.smp__seat--R.smp__seat--companion,
.smp__seat--X.smp__seat--companion {
  background-color: var(--neutral-400);
}
.smp__seat--O.smp__seat--wheelchair,
.smp__seat--R.smp__seat--wheelchair,
.smp__seat--X.smp__seat--wheelchair {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-wheelchair-unavailable.dasp4b03.svg");
  background-size: 50%;
}
.smp__seat--O.smp__seat--companion,
.smp__seat--R.smp__seat--companion,
.smp__seat--X.smp__seat--companion {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-companion-unavailable.6bv6v8dp.svg");
  background-size: 75%;
}
.smp__seat--O,
.smp__seat--R,
.smp__seat--X {
  background-color: transparent;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seat-unavailable.e8qrm67i.svg");
  background-size: 50%;
}
.smp__seat--linked {
  position: absolute;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-seats-linked-bg.aeo0vm3b.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  gap: 1px;
  padding: 1px var(--padding-0) var(--padding-0);
}
.smp__seat--linked .smp__seat {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .smp__seat--linked {
    padding: 1px 2px 2px;
  }
}
.smp__seat--active {
  cursor: pointer;
  border: none;
}
.smp__seat--selected,
.smp__seat--selected-modal,
.smp__seat--selected:hover {
  background-color: var(--orange-400);
  border: 1px solid var(--orange-200);
}
.smp__zoom-buttons-container {
  display: flex;
  flex-direction: column;
  background-color: var(--misc-divider);
  gap: 1px;
  position: absolute;
  right: var(--spacing-2);
  bottom: var(--spacing-2);
  border-radius: var(--corner-radius-sm);
  border: 1px solid var(--neutral-000);
  overflow: hidden;
}
.zoom-increase-btn,
.zoom-decrease-btn {
  background-color: var(--neutral-400);
  height: 32px;
  width: 32px;
  padding: 8px;
}
.zoom-increase-btn:hover,
.zoom-decrease-btn:hover {
  background-color: var(--neutral-500);
}
.zoom-decrease-btn:focus,
.zoom-increase-btn:focus {
  outline: 2px solid #005fcc;
  outline-offset: -2px;
}
.zoom-increase-btn:focus {
  border-radius: var(--corner-radius-sm) var(--corner-radius-sm) 0 0;
}
.zoom-decrease-btn:focus {
  border-radius: 0 0 var(--corner-radius-sm) var(--corner-radius-sm);
}
.zoom-btn-disabled:hover {
  background-color: var(--neutral-400);
}
.icon-plus-enabled {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-plus-enabled.d8sae9j2.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.icon-plus-disabled {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-plus-disabled.uciubop5.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.icon-minus-enabled {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-minus-enabled.6m0t1rts.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.icon-minus-disabled {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-minus-disabled.belj12i3.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.smp__tooltip {
  background-color: #333e48;
  color: var(--neutral-000);
  text-align: center;
  padding: 5px var(--padding-1);
  border-radius: var(--corner-radius-xs);
  white-space: nowrap;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
}
.smp__tooltip--visible {
  visibility: visible;
  opacity: 1;
}
.smp__seat--active:hover .smp__tooltip,
.smp__seat--active:focus .smp__tooltip {
  visibility: visible;
  opacity: 1;
}
.smp__tooltip--dismissed {
  visibility: hidden !important;
  opacity: 0 !important;
}
@keyframes placeholderLoading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .smp__showtime-data {
    width: 100%;
    padding: var(--padding-2);
    max-width: none;
  }
  .smp__showtime-data .smp__showtime-poster {
    height: 67px;
  }
  .smp__showtime-detail-wrapper {
    flex-grow: 1;
  }
  .smp-modal__wrap-internal {
    border-radius: var(--corner-radius-lg) var(--corner-radius-lg) 0 0;
    border: none;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    margin: 0;
    overflow-y: auto;
    position: fixed;
    transform: translateY(0);
    width: 100%;
  }
  .smp__modal-body .smp__showtime-poster {
    border-radius: var(--corner-radius-sm);
  }
  .smp__showtime-poster {
    border-radius: var(--corner-radius-xs);
  }
}
.smp-btn {
  background: var(--blue-800, #4691e3);
  color: var(--neutral-000, #fff);
  height: 32px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  font-weight: bold;
}
.smp-btn:hover {
  background: rgba(52, 120, 193, 0.8);
}
.smp-btn__icon {
  width: 20px;
  height: 20px;
  display: block;
}
.smp-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.smp-modal__wrap-preview {
  background-color: var(--neutral-600);
  border-radius: 16px;
  border: 1px solid var(--neutral-400);
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.18);
  max-width: 790px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.smp-modal__wrap-preview .icon-close--small-gray,
.smp-modal__wrap .icon-close--small-gray {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  background-size: 24px;
}
.smp-modal__wrap-preview .icon-close--small-gray:hover {
  background-color: var(--light-overlay-8);
  border-radius: 8px;
}
.smp-modal__content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 95vh;
}
.smp__theater-name {
  padding: 16px 50px 16px 20px;
  border-bottom: 1px solid var(--neutral-400);
  color: var(--neutral-100);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.smp__content {
  overflow-y: auto;
  flex: 1;
}
.smp__wrap {
  margin: 20px;
  display: grid;
  grid-template-columns: 300px 2fr;
  height: 400px;
  border-radius: 16px;
  border: 1px solid var(--neutral-400);
  overflow: hidden;
}
.smp__showtime-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.smp__movie-title {
  color: var(--neutral-100);
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.smp__buy-tickets-btn {
  background-color: var(--orange-400);
  text-transform: none;
  font-weight: bold;
}
.btn.smp__buy-tickets-btn:hover {
  text-decoration: none;
  background: rgba(227, 102, 0, 0.8);
}
.smp__showtime {
  color: var(--neutral-100);
  font-size: 29px;
  font-weight: 700;
  padding: 5px 0;
  line-height: 34px;
}
.smp__film-format {
  color: var(--neutral-200);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .smp-modal {
    align-items: flex-end;
    display: flex;
    justify-content: center;
  }
  .smp__wrap {
    grid-template-columns: 1fr;
    height: auto;
  }
  .smp__showtime-info {
    align-items: start;
    justify-content: center;
  }
  .smp__map {
    height: 400px;
  }
  .smp--fail {
    height: auto;
  }
}
.smp__failed-msg {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 1rem;
  margin: 0;
}
.smp__map .icon.icon-seat-map-placeholder {
  width: 90%;
  height: 90%;
  background-size: contain;
}
.smp__selected-seats {
  color: var(--text-primary, var(--neutral-000));
}
.smp__selected-seats-container {
  border-top: 1px solid #444;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 16px;
}
.smp__footer {
  text-align: center;
  padding-bottom: 16px;
}
.smp__areas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 0 16px;
  gap: 16px;
}
.smp__area-buttons-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 588px;
}
.smp__area-buttons-wrapper::before,
.smp__area-buttons-wrapper::after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
}
.smp__area-buttons-wrapper::before {
  left: 0;
  background:
    linear-gradient(
      to right,
      var(--background-primary),
      transparent);
  transition: ease-in-out opacity 0.1s;
}
.smp__area-buttons-wrapper::after {
  right: 0;
  background:
    linear-gradient(
      to left,
      var(--background-primary),
      transparent);
  transition: ease-in-out opacity 0.1s;
}
.smp__area-buttons-wrapper.smp__areas-wrapper--scroll-left::before,
.smp__area-buttons-wrapper.smp__areas-wrapper--scroll-right::after {
  opacity: 1;
}
.smp__area-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  overflow-x: hidden;
}
.smp__area-btn {
  padding: 10px 16px;
  height: 40px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--border-primary);
  background-color: var(--background-primary);
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
}
.smp__area-btn--selected {
  border: 2px solid var(--button-border-secondary-selected);
  color: var(--button-text-secondary-selected);
  background-color: var(--button-background-secondary-selected);
  padding: 9px 15px;
}
.smp__area-arrow[disabled] {
  display: none;
}
.smp__area-arrow {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: var(--icon-button-background-primary, #000);
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/chevron-right--dark-mode.7kk421fe.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8.5px;
  border: 2px solid var(--icon-button-border-primary);
  border-radius: 100%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.30);
  height: 32px;
  width: 32px;
  flex-shrink: 0;
}
.smp__area-arrow.hidden {
  visibility: hidden;
}
.smp__area-arrow--left {
  transform: rotate(180deg);
}
.smp__area-arrow--right {
  left: auto;
  right: 3px;
}
.smp__area-arrow:hover,
.smp__area-arrow:focus-visible {
  background-color: var(--icon-button-background-selected, #4691e3);
}
.smp__seat--out-of-area {
  border: 1px solid var(--blue-800, #4691e3);
  background-color: var(--background-primary);
}
.smp__seat--out-of-area.smp__seat--selected,
.smp__seat--out-of-area.smp__seat--selected-modal,
.smp__seat--out-of-area.smp__seat--selected:hover {
  background-color: var(--orange-400);
  border: 1px solid var(--orange-200);
}
.smp__map .smp__preview-badge {
  border-radius: 0 0 4px 0;
}
.smp__message-modal--body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.smp__message-modal--text {
  color: var(--foreground-text-secondary, #b8b8b8);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.smp__message-modal--language-icon {
  height: 40px;
  width: 40px;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-language-globe.ffpn8noc.svg");
  background-repeat: no-repeat;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/theater/showtimes/desktop.9286pkf5.css */
/*# sourceMappingURL=desktop.css.map */
