img {
  vertical-align: middle;
}

.avatar.avatar--transparent {
  background-color: var(--cirrus-bg) !important;
}

.avatar-square.avatar--header {
  opacity: .95;
}

@supports (-webkit-touch-callout: none) {
  .u-none-ios {
    display: none !important;
  }
}

.poster {
  width: 4.8rem;
  height: 7.2rem;
  line-height: 1;
  position: relative;
}

.poster .after {
  color: #fff;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  width: 100%;
  height: 100%;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 3px;
}

.avatar-square.avatar-square--small {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar-square.avatar-square--medium {
  width: 2.75rem;
  height: 2.75rem;
}

.avatar-square {
  border-radius: 20%;
}

.vidchuck-input {
  color: #0000;
  margin-top: auto;
  margin-bottom: auto;
  border: 0 !important;
  padding: 0 !important;
}

body {
  flex-direction: column;
  display: flex;
}

h1 {
  font-size: 1.75rem !important;
}

.wrapper {
  flex-grow: 1;
}

.header-vidchuck {
  box-shadow: none;
  opacity: .9;
  background-color: #0000;
  margin-bottom: 1vh !important;
  padding: .2rem .5rem !important;
}

.header-vidchuck .nav-right {
  justify-content: flex-end;
  flex-grow: 1 !important;
  display: flex !important;
}

footer {
  background-color: var(--cirrus-bg) !important;
  margin-top: 0 !important;
  padding: 0 5vh 1rem !important;
}

footer a {
  color: var(--cirrus-fg) !important;
  display: inline !important;
}

.content-vidchuck {
  margin-bottom: auto !important;
}

.vidchuck-list {
  list-style: none inside;
}

.vidchuck-list li:before {
  content: "🍿";
}

.vidchuck-list-info {
  list-style: none inside;
}

.vidchuck-list-info li {
  margin: 0 0 1rem;
}

.toast {
  margin: 0 !important;
}

.modal-content .vidchuck-modal-header {
  max-height: 20% !important;
}

.modal-content .vidchuck-modal-body {
  padding: 0 1.5rem !important;
}

.vidchuck-modal-footer-sticky {
  background: linear-gradient(0deg, #eaedf0 40%, #0000 100%);
  width: 100%;
  display: inline-flex;
  position: sticky;
  bottom: 0;
}

.vidchuck-modal-footer, .vidchuck-modal-header {
  padding: 1vh 1.5vh !important;
}

.vidchuck-tile__buttons {
  flex-wrap: wrap;
  margin-top: .5rem;
  margin-left: .5rem;
  display: flex;
}

@media screen and (width <= 767px) {
  .vidchuck-u-none-xs {
    display: none !important;
  }

  .header-vidchuck {
    flex-direction: row !important;
  }

  .header-vidchuck .header-nav {
    height: inherit !important;
    width: 100% !important;
  }

  .tooltip.tooltip--bottom-left:after {
    left: auto !important;
    transform: translate(15%) !important;
  }

  .tooltip.tooltip--bottom-left:hover:after, .tooltip.tooltip--bottom-left:focus:after {
    right: 0 !important;
    transform: translate(100%, -.5rem) !important;
  }

  footer .add-top-padding {
    padding-top: .9rem !important;
  }

  h1 {
    font-size: 1.5rem !important;
  }

  .content {
    width: 100% !important;
  }

  .frame {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .frame .frame__header-vidchuck, .frame .frame__footer-vidchuck {
    padding: .1rem !important;
  }

  .modal {
    padding: 0 !important;
  }

  .modal-content {
    max-width: none !important;
  }

  .vidchuck-no-border-radius-on-mobile {
    border-radius: 0 !important;
  }
}

@media screen and (width >= 768px) {
  .content {
    width: 80% !important;
  }
}

.tag.tag--region {
  padding-left: 0 !important;
}

.input-control.input-control--region {
  margin: 0;
}

a.a-icon {
  color: var(--cirrus-dark);
}

a.a-icon:hover {
  color: var(--cirrus-dark-hover);
}

.vidchuck-select {
  height: 100% !important;
}

.noHover {
  pointer-events: none;
}

.table td {
  vertical-align: middle !important;
}

.vsb-main .title {
  overflow-wrap: anywhere !important;
}

#availableServices ul {
  list-style: none;
}

#availableServices li {
  vertical-align: middle;
  display: inline-block;
}

#availableServicesFirst li {
  margin-right: 1rem !important;
}

.normal-line-height {
  line-height: 1rem !important;
}

.collapsible {
  color: #444;
  cursor: pointer;
  text-align: left;
  background-color: #eee;
}

.collapsible.active {
  background-color: #ccc;
}

.vidchuck-no-pointer {
  cursor: default !important;
}

.vidchuck-no-margin-bottom {
  margin-bottom: 0 !important;
}

.vidchuck-no-margin-right {
  margin-right: 0 !important;
}

iframe {
  box-shadow: none !important;
  background-color: var(--cirrus-bg) !important;
  border: none !important;
}

.vidchuck-no-padding {
  padding: 0 !important;
}

.toast.toast--light {
  background-color: var(--cirrus-light);
  border-color: var(--cirrus-light);
  color: var(--cirrus-fg);
}

.toast.toast--light a {
  color: var(--cirrus-link) !important;
}

.attribution {
  color: #979797;
  font-size: .85rem;
}

.vidchuck-search-bar-wrapper {
  width: 90%;
  max-width: 600px;
  margin-bottom: 2rem;
}

.vidchuck-btn-dynamic-size-2 {
  padding: .3rem 1rem !important;
}

.vidchuck-iframe-container {
  min-height: 86px;
  display: grid;
}

.iframe-wrapper, .loader {
  grid-area: 1 / 1;
}

.loader {
  color: #5a5a5a33;
  z-index: 1;
  border: 5px solid;
  border-right-color: #5a5a5a;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin: .6em 1em;
  animation: 1s linear infinite rotate;
  display: inline-block;
  position: relative;
}

.iframe-wrapper {
  z-index: 2;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.vidchuck-href {
  color: var(--cirrus-dark) !important;
  padding: 1px !important;
  text-decoration: underline !important;
}

.hidden-horizontal-scrollbar {
  display: flex;
  position: relative;
  overflow: hidden;
}

.hidden-horizontal-scrollbar__items {
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  position: relative;
  overflow-x: auto;
}

.hidden-horizontal-scrollbar__items > * {
  flex: none;
}

.discovery-recs__hero {
  color: #fff;
  position: relative;
}

.discovery-recs__hero__header__right {
  max-width: 50%;
}

.discovery-recs__hero__header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.discovery-recs__hero__providers .filter-bar__provider-icon {
  width: 32px;
  height: -moz-fit-content;
  height: fit-content;
}

.filter-bar__provider-icon {
  opacity: .25;
  width: 50px;
  height: 50px;
  margin: 10px 5px;
  transition: opacity .2s ease-in-out;
  display: inline-block;
}

.filter-bar__provider-icon.active {
  opacity: 1;
}

.filter-bar__provider-icon--plus {
  height: -moz-fit-content;
  height: fit-content;
  transition: opacity .2s ease-in-out;
  display: inline-block;
}

.provider-icon, .provider-icon, .provider-icon, .provider-icon img {
  border-radius: 20%;
}

#service-selector input[type="checkbox"] {
  display: none;
}

#service-selector label {
  width: 100%;
}

.input-control > label {
  display: flex !important;
}

#service-selector div.service-checkbox-wrapper {
  cursor: pointer;
  color: var(--cirrus-fg);
  background-color: var(--cirrus-light-gray);
  border: 1px solid #0000;
  border-radius: .25rem;
  align-items: center;
  width: 100%;
  padding: 7px;
  font-weight: bold;
  display: flex;
}

#service-selector div.service-checkbox-wrapper:hover {
  background-color: var(--cirrus-light-hover);
}

#service-selector input[type="checkbox"]:checked + div.service-checkbox-wrapper {
  background-color: var(--cirrus-gray);
}

#service-selector input[type="checkbox"]:checked + div.service-checkbox-wrapper > i.icon-checked {
  display: block;
}

#service-selector input[type="checkbox"]:checked + div.service-checkbox-wrapper > i.icon-unchecked, #service-selector input[type="checkbox"] + div.service-checkbox-wrapper > i.icon-checked {
  display: none;
}

#service-selector input[type="checkbox"] + div.service-checkbox-wrapper > i.icon-unchecked {
  display: block;
}

.wrapped-text {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.wrapped-text:hover {
  white-space: normal;
  -webkit-line-clamp: initial;
  overflow: visible;
}

.scroll-shadows-horizontal {
  background-color: #fff;
  background-image: linear-gradient(to right, #fff 30%, #fff0), linear-gradient(to right, #fff0, #fff 70%), radial-gradient(farthest-side at 0, #0003, #0000), radial-gradient(farthest-side at 100%, #00000040, #0000);
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
  background-origin: padding-box, padding-box, padding-box, padding-box;
  background-clip: border-box, border-box, border-box, border-box;
}

.image-container {
  display: inline-block;
  position: relative;
}

.badge {
  color: #fff;
  text-align: center;
  z-index: 1;
  background-color: #f05252;
  border-radius: 40%;
  min-width: 20px;
  height: 20px;
  padding-left: .25rem;
  padding-right: .25rem;
  font-size: .75rem;
  font-weight: bold;
  line-height: 20px;
  position: absolute;
  top: -8px;
  right: 8px;
}

.vidchuck-form-group-label {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.vidchuck-text-xs {
  font-size: .75rem !important;
  line-height: 1.5rem !important;
}

.clock-loading {
  vertical-align: text-bottom;
  height: 1.3em;
  margin-top: -.3em;
  line-height: 1.5em;
  display: inline-block;
  overflow: hidden;
}

.clock-loading:after {
  white-space: pre;
  content: "🕐\a 🕑\a 🕒\a 🕓\a 🕔\a 🕕\a 🕖\a 🕗\a 🕘\a 🕙\a 🕚\a 🕛";
  width: 1.5em;
  animation: 3s steps(12, end) infinite spin12;
  display: inline-table;
}

.info-data-point {
  vertical-align: middle;
}

@keyframes spin12 {
  to {
    transform: translateY(-18em);
  }
}

.movie-details-card {
  padding: 1.5rem;
}

.movie-poster {
  width: 8rem;
  height: auto;
}

.movie-overview {
  border-left: 3px solid var(--cirrus-primary);
  background-color: #f8f9fa;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: 1rem;
}

.movie-popularity {
  margin-top: 2rem;
}

.movie-popularity table {
  width: 100%;
}

.movie-popularity th, .movie-popularity td {
  text-align: center;
}

@media screen and (width <= 767px) {
  .movie-poster {
    width: 7rem;
  }

  .movie-details-card {
    padding: .5rem;
  }
}

.positive {
  color: #4caf50;
  font-weight: bold;
}

.negative {
  color: #f44336;
  font-weight: bold;
}

.justwatch-rank-container {
  background-color: #ffee0014;
  border: 1px solid #fe03;
  border-radius: 6px;
  align-items: center;
  margin-right: 4px;
  padding: 4px 8px;
  text-decoration: none;
  display: inline-flex;
}

.justwatch-logo {
  width: 28px;
  height: 28px;
  margin-right: 6px;
}

.justwatch-number {
  flex-direction: column;
  line-height: 1;
  display: flex;
}

.justwatch-rating {
  color: #222;
  align-items: baseline;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
}

.justwatch-delta {
  margin-left: 4px;
  font-size: .85rem;
  font-weight: bold;
  display: inline-block;
}

.justwatch-delta.positive {
  color: #4caf50;
}

.justwatch-delta.negative {
  color: #f44336;
}

.justwatch-country {
  color: #777;
  text-transform: uppercase;
  font-size: .7rem;
}

.movie-links-container {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.ml-3 {
  margin-left: 1rem;
}

.delta-arrow {
  margin-right: 2px;
  font-size: .9em;
  display: inline-block;
}

.justwatch-delta.positive .delta-arrow {
  color: #4caf50;
}

.justwatch-delta.negative .delta-arrow {
  color: #f44336;
}

.tooltip-container {
  display: inline-block;
  position: relative;
}

.tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background-color: #333;
  border-radius: 6px;
  width: 160px;
  margin-left: -80px;
  padding: 8px;
  font-size: .9rem;
  line-height: 1.4;
  transition: opacity .3s;
  position: absolute;
  bottom: 125%;
  left: 50%;
  box-shadow: 0 2px 8px #0003;
}

.tooltip-text:after {
  content: "";
  border: 5px solid #0000;
  border-top-color: #333;
  margin-left: -5px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/*# sourceMappingURL=assets.b600d2b9.css.map */
