.VueError {
  background: rgba(252, 83, 66, 0.05);
  border: 2px solid #FC5342;
  box-sizing: border-box;
  margin-bottom: 0.5em;
  border-radius: 5px;
  text-align: center;
  padding: 0.5em;
  color: #FF867A;
}

.SignUp[data-v-5baa1ef0] {
  max-width: 400px;
  padding: 0.5em 1.5em;
}
.SignUp .SignUpHeader[data-v-5baa1ef0] {
  text-align: center;
}
.SignUp .SignUpHeader img[data-v-5baa1ef0] {
  margin: -10px 30px 30px;
  height: 100px;
  width: 100px;
}
.SignUp .SignUpHeader h1[data-v-5baa1ef0] {
  letter-spacing: -0.5px;
  font-family: 'Muli';
  line-height: 32px;
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}
.SignUp .SignUpHeader p[data-v-5baa1ef0] {
  margin: 1em 0 1.5em;
  font-family: 'Muli';
  text-align: center;
  line-height: 19px;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.9;
}
.SignUp .SignUpProviders[data-v-5baa1ef0] {
  text-align: center;
}
.SignUp .SignUpProviders a[data-v-5baa1ef0] {
  text-transform: none;
  font-family: 'Muli';
  font-weight: normal;
  border-radius: 8px;
  position: relative;
  display: block;
  margin: 10px 0;
  width: 100%;
}
.SignUp .SignUpProviders a[data-v-5baa1ef0]:hover,
.SignUp .SignUpProviders a[data-v-5baa1ef0]:active {
  background-color: var(--color-button-hov);
  color: var(--color-theme--hov);
}
.SignUp .SignUpProviders a > span[data-v-5baa1ef0] {
  position: absolute;
  font-size: 1.4em;
  left: 0.75em;
}
.SignUp .background-strikethrough[data-v-5baa1ef0] {
  margin: 1em 0;
}
.SignUp .SignUpInputs input[data-v-5baa1ef0] {
  border-color: var(--color-input-bg);
  background: var(--color-input-bg);
  color: var(--color-input-text);
  border-radius: 5px;
  border-width: 2px;
  line-height: 21px;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}
.SignUp .SignUpInputs input.InputError[data-v-5baa1ef0],
.SignUp .SignUpInputs input[data-v-5baa1ef0]:invalid {
  border: 2px solid #fc5342;
}
.SignUp .SignUpInputs .UserUnavailable[data-v-5baa1ef0] {
  background: rgba(243, 134, 134, 0.17);
  border: 2px solid #fc5342;
}
.SignUp .SignUpInputs .UserAvailable[data-v-5baa1ef0] {
  background: rgba(207, 243, 134, 0.17);
  border: 2px solid #BCE56C;
}
.SignUp .SignUpInputs input[data-v-5baa1ef0]:focus {
  border-color: var(--color-input-border--focused);
}
.SignUp .SignUpInput[data-v-5baa1ef0] {
  display: inline-block;
  padding: 0.5em 0.25em;
  font-size: 0.8em;
  margin: 0 0 -5px;
}
.SignUp .SignUpInput.SignUpInputOk[data-v-5baa1ef0] {
  color: #4FC523;
}
.SignUp .SignUpInput.SignUpInputError[data-v-5baa1ef0] {
  color: #E36E6E;
}
.SignUp .SignUpCaptcha[data-v-5baa1ef0] {
  justify-content: center;
  display: flex;
}
.SignUp .SignUpNotices[data-v-5baa1ef0] {
  text-align: center;
  font-size: 12px;
}
.SignUp .SignUpNotices input[data-v-5baa1ef0] {
  cursor: pointer;
}
.SignUp .SignUpActions[data-v-5baa1ef0] {
  margin: 0;
}
.SignUp .SignUpActions button[data-v-5baa1ef0] {
  background: var(--color-cta-2);
  border-radius: 0.5em;
  font-weight: normal;
  color: #fff;
  width: 100%;
}
.SignUp .SignUpDone[data-v-5baa1ef0] {
  text-align: center;
}
.SignUp .SignUpFooter[data-v-5baa1ef0] {
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}
.SignUp .SignUpFooter a[data-v-5baa1ef0] {
  cursor: pointer;
}
.SignUp .SignUpFooter p[data-v-5baa1ef0] {
  margin: 0.5em;
}
@media only screen and (min-width: 576px) {
.SignUp[data-v-5baa1ef0] {
    padding-top: 0;
}
.SignUp .SignUpHeader img[data-v-5baa1ef0] {
    margin-top: 10px;
}
}

.Login[data-v-41775e0c] {
  max-width: 400px;
  padding: 0.5em 1.5em;
}
.Login .LoginHeader[data-v-41775e0c] {
  text-align: center;
}
.Login .LoginHeader img[data-v-41775e0c] {
  margin: -10px 30px 30px;
  height: 100px;
  width: 100px;
}
.Login .LoginHeader h1[data-v-41775e0c] {
  letter-spacing: -0.5px;
  font-family: 'Muli';
  line-height: 32px;
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}
.Login .LoginHeader p[data-v-41775e0c] {
  margin: 1em 0 1.5em;
  font-family: 'Muli';
  text-align: center;
  line-height: 19px;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.9;
}
.Login .LoginHeader a[data-v-41775e0c] {
  font-weight: bold;
}
.Login .LoginProviders[data-v-41775e0c] {
  text-align: center;
}
.Login .LoginProviders a[data-v-41775e0c] {
  text-transform: none;
  font-family: 'Muli';
  font-weight: normal;
  border-radius: 8px;
  position: relative;
  display: block;
  margin: 10px 0;
  width: 100%;
}
.Login .LoginProviders a[data-v-41775e0c]:hover,
.Login .LoginProviders a[data-v-41775e0c]:active {
  background-color: var(--color-button-hov);
  color: var(--color-theme--hov);
}
.Login .LoginProviders a > span[data-v-41775e0c] {
  position: absolute;
  font-size: 1.4em;
  left: 0.75em;
}
.Login .LoginProviders button > span[data-v-41775e0c] {
  position: absolute;
  font-size: 1.4em;
  left: 0.75em;
}
.Login .background-strikethrough[data-v-41775e0c] {
  margin: 1em 0;
}
.Login .LoginInputs input[data-v-41775e0c],
.Login .LoginInputs .error[data-v-41775e0c] {
  border-color: var(--color-input-bg);
  background: var(--color-input-bg);
  color: var(--color-input-text);
  border-radius: 5px;
  border-width: 2px;
  line-height: 21px;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}
.Login .LoginInputs input[data-v-41775e0c]:focus {
  border-color: var(--color-input-border--focused);
}
.Login .LoginActions[data-v-41775e0c] {
  margin: 0;
}
.Login .LoginActions button[data-v-41775e0c] {
  background: var(--color-cta-2);
  border-radius: 0.5em;
  font-weight: normal;
  color: #fff;
  width: 100%;
}
.Login .LoginFooter[data-v-41775e0c] {
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}
.Login .LoginFooter p[data-v-41775e0c] {
  margin: 1rem 0 1rem;
}
@media only screen and (min-width: 576px) {
.Login[data-v-41775e0c] {
    padding-top: 0;
}
.Login .LoginHeader img[data-v-41775e0c] {
    margin-top: 10px;
}
}

.TwoFactor[data-v-c2e45b36] {
  max-width: 400px;
  padding: 0.5em 1.5em;
}
.TwoFactor .TwoFactorHeader[data-v-c2e45b36] {
  text-align: center;
}
.TwoFactor .TwoFactorHeader h1[data-v-c2e45b36] {
  letter-spacing: -0.5px;
  font-family: 'Muli';
  line-height: 32px;
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}
.TwoFactor .TwoFactorInputs[data-v-c2e45b36] {
  margin-bottom: 0.5em;
}
.TwoFactor .TwoFactorInputs input[data-v-c2e45b36] {
  border-color: var(--color-input-bg);
  background: var(--color-input-bg);
  color: var(--color-input-text);
  border-radius: 5px;
  border-width: 2px;
  line-height: 21px;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}
.TwoFactor .TwoFactorActions button[data-v-c2e45b36] {
  border-radius: 0.5em;
  font-weight: normal;
  color: #fff;
  width: 100%;
}
.TwoFactor .TwoFactorActions button.proceed[data-v-c2e45b36] {
  background: var(--color-cta-2);
}

.modal-overlay[data-v-53cf9231] {
  background: rgba(0, 0, 0, 0.65);
  justify-content: center;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 1rem;
  position: fixed;
  display: flex;
  z-index: 9000;
  height: 100%;
  width: 100%;
  padding: 0;
  left: 0;
  top: 0;
}
.modal-dialog[data-v-53cf9231] {
  background: var(--site-background);
  height: min-content;
  min-width: 100%;
  max-width: 100%;
  margin: auto 0;
  z-index: 9100;
}
.modal-header[data-v-53cf9231] {
  background: var(--site-background);
  justify-content: space-between;
  padding: 0.5em 0.75em 0.4em;
  align-items: center;
  z-index: 1000;
  display: flex;
  height: 3em;
  width: 100%;
}
.modal-header .modal-close[data-v-53cf9231] {
  color: var(--color-theme);
  font-family: monospace;
  font-weight: normal;
  box-shadow: none;
  background: none;
  font-size: 1.5em;
  outline: none;
  padding: 0;
  margin: 0;
}
.modal-header .modal-close[data-v-53cf9231]:hover {
  color: var(--color-theme);
}
.modal-header sub[data-v-53cf9231] {
  line-height: normal;
}
@media only screen and (min-width: 576px) {
.modal-header[data-v-53cf9231] {
    background: transparent;
    padding: 1em 1em 0;
    position: static;
}
}
.modal-header sub[data-v-53cf9231] {
  font-size: 14px;
  color: #8e8f90;
}
.modal-header div[data-v-53cf9231] {
  cursor: pointer;
}
@media only screen and (min-width: 576px) {
.modal-overlay[data-v-53cf9231] {
    padding: 1em;
}
.modal-dialog[data-v-53cf9231] {
    border-radius: 8px;
    min-width: 400px;
}
}
.modal-body[data-v-53cf9231] {
  padding: 0;
}
.modal-content[data-v-53cf9231] {
  position: relative;
  min-height: 6.9em;
}

/* Helpers & Variables */
/* Template Components */
/* templates/components/[name]/[name].less */
.CharacterCard {
  height: 131px;
  letter-spacing: initial;
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 576px) {
  .CharacterCard__container:nth-child(n+4) {
    display: initial;
  }
  .CharacterCard__container:nth-child(n+7) {
    display: initial;
  }
}
@media only screen and (min-width: 992px) {
  .CharacterCard__container:nth-child(n+7) {
    display: initial;
  }
}
.CharacterCard__aside {
  width: 93px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.CharacterCard__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.CharacterCard__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.CharacterCard__content {
  flex: 1;
}
.CharacterCard__body {
  margin: 5px 0;
}
.CharacterCard__body .flag,
.CharacterCard__body p .flag {
  padding-top: 0;
  font-size: 1em;
}
.CharacterCard__body p {
  margin: 0;
}
.CharacterCard__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.CharacterCard__comments {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-card--comments);
}
.CharacterCard__comments__icon {
  margin-right: 5px;
}
.CharacterCard__comments__number {
  font-family: Muli;
  font-size: 13px;
  letter-spacing: 0.55px;
}
.CharacterCard__actions {
  list-style: none;
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
.CharacterCard__actions--old {
  border-radius: 2px;
  border: 1px solid #e7e1d3;
}
.CharacterCard__action {
  cursor: pointer;
}
.CharacterCard__action--old {
  transition: all 0.2s linear;
  padding: 6px 8px;
  color: #676767;
  margin: 0;
  font-size: 1em;
}
.CharacterCard__action--old.CharacterCard__action--bolded[data-action="like"] {
  color: pink;
  background-color: rgba(25, 55, 103, 0.04);
}
.CharacterCard__action--old.CharacterCard__action--bolded[data-action="dislike"] {
  color: #4d4d4d;
  background-color: rgba(25, 55, 103, 0.15);
}
.CharacterCard__action--old:nth-child(2) {
  border-left: 1px solid #e7e1d3;
}
.CharacterCard__action--redesign_v1 {
  font-size: 16px;
  background-color: #F2F3F6;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  padding: 12px;
  color: #B0B9C8;
}
.CharacterCard__action--redesign_v1.CharacterCard__action--bolded {
  color: purple;
}
.CharacterCard__action--redesign_v1:nth-child(2) {
  margin-left: 10px;
}
@media only screen and (max-width: 767.98px) {
  .ContainerCard_limit3:nth-child(n+4) {
    display: none;
  }
}
.CustomList {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media only screen and (min-width: 576px) {
  .CustomList {
    overflow: visible;
    flex-direction: row;
    height: 210px;
    padding: 0;
  }
}
.CustomList__header {
  display: flex;
  flex-direction: row;
}
.CustomList__carousel {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 576px) {
  .CustomList__carousel {
    height: 100%;
  }
}
.CustomList__image {
  background: black;
  height: 80px;
  border-radius: 5px;
  border-radius: 10px;
  transition: opacity 0.2s ease;
  transition: transform 0.2s ease;
  cursor: pointer;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
  margin-left: -47px;
}
.CustomList__image:first-child {
  margin-left: 0;
}
.CustomList__image:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 576px) {
  .CustomList__image {
    height: 100%;
    max-width: 145px;
    margin-left: -83px;
  }
  .CustomList__image:first-child {
    margin-left: 0;
  }
  .CustomList__image:nth-child(3) {
    display: block;
  }
}
.CustomList__image__element {
  height: 100%;
  opacity: 0.5;
  border-radius: 10px;
  max-width: 145px;
}
@media only screen and (min-width: 576px) {
  .CustomList__image__element {
    width: 100%;
  }
}
.CustomList__image:first-child {
  z-index: 9;
}
.CustomList__carousel:hover .CustomList__image:hover ~ .CustomList__image:nth-child(2),
.CustomList__image:nth-child(2) {
  z-index: 8;
}
.CustomList__carousel:hover .CustomList__image:hover ~ .CustomList__image:nth-child(3),
.CustomList__image:nth-child(3) {
  z-index: 7;
}
.CustomList__carousel:hover .CustomList__image:hover ~ .CustomList__image:nth-child(4),
.CustomList__image:nth-child(4) {
  z-index: 6;
}
.CustomList__carousel:hover .CustomList__image:hover ~ .CustomList__image:nth-child(5),
.CustomList__image:nth-child(5) {
  z-index: 5;
}
.CustomList__carousel:hover .CustomList__image:hover ~ .CustomList__image:nth-child(6),
.CustomList__image:nth-child(6) {
  z-index: 4;
}
.CustomList__carousel:hover .CustomList__image:hover ~ .CustomList__image:nth-child(7),
.CustomList__image:nth-child(7) {
  z-index: 3;
}
.CustomList__carousel:hover .CustomList__image:hover ~ .CustomList__image:nth-child(8),
.CustomList__image:nth-child(8) {
  z-index: 2;
}
.CustomList__carousel:hover .CustomList__image:hover ~ .CustomList__image:nth-child(9),
.CustomList__image:nth-child(9) {
  z-index: 1;
}
.CustomList__carousel:hover .CustomList__image:hover ~ .CustomList__image:nth-child(10),
.CustomList__image:nth-child(10) {
  z-index: 0;
}
.CustomList__carousel:hover .CustomList__image {
  z-index: 0;
}
.CustomList__carousel:hover .CustomList__image:hover {
  z-index: 10;
  transform: scale(1.05);
}
.CustomList__image:first-child .CustomList__image__element {
  opacity: 1;
}
.CustomList__carousel:hover .CustomList__image__element {
  opacity: 0.75;
}
.CustomList__carousel:hover .CustomList__image:hover .CustomList__image__element {
  opacity: 1;
}
.CustomList__title_container {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .CustomList__title_container {
    display: none;
  }
}
.CustomList__title_container--desktop {
  display: none;
  margin-left: 0px;
}
@media only screen and (min-width: 576px) {
  .CustomList__title_container--desktop {
    display: flex;
  }
}
.CustomList__title {
  margin-top: 0;
  margin-bottom: 5px;
  max-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CustomList__body {
  border-radius: 10px;
  flex: 1;
}
@media only screen and (min-width: 576px) {
  .CustomList__body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px;
  }
}
.CustomList__description_container {
  flex: 1;
}
.CustomList__description {
  flex: 1;
  opacity: 0.9;
  color: var(--color-text);
  font-family: Muli;
  font-size: 14px;
  text-overflow: ellipsis;
}
.CustomList__comments,
.CustomList__likes {
  color: #B0B9C8;
  font-family: Muli;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.51px;
  line-height: 22px;
}
.CustomList__comments i,
.CustomList__likes i {
  font-size: 15px;
}
.CustomList__comments:last-child,
.CustomList__likes:last-child {
  margin-left: 15px;
}
.ShortReview {
  height: 216px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.ShortReview__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ShortReview__rating {
  color: #929FB4;
  font-family: "Oswald";
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 40px;
}
.ShortReview__rating--good {
  color: #6C9717;
}
.ShortReview__rating--ok {
  color: #F89E20;
}
.ShortReview__rating--bad {
  color: #FC5342;
}
.ShortReview__review {
  flex: 1;
  opacity: 0.9;
  color: var(--color-review--content);
  font-family: "Muli";
  font-size: 14px;
}
@media (max-width: 500px) {
  .ShortReview__review,
  .ShortReview__review p {
    line-height: 1.5;
  }
}
.ShortReview__metadata {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 22px;
}
.ShortReview__date {
  flex: 1;
  opacity: 0.5;
  color: var(--color-review--date);
  font-family: "Muli";
  font-size: 12px;
  line-height: 15px;
}
.ShortReview__comments,
.ShortReview__likes {
  color: #B0B9C8;
  font-family: "Muli";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.51px;
  line-height: 22px;
}
.ShortReview__comments:nth-child(2n),
.ShortReview__likes:nth-child(2n) {
  margin-left: 20px;
}
.RecentDiscussion {
  display: flex;
  flex-direction: column;
}
.RecentDiscussion__poster {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
.RecentDiscussion__rating {
  display: inline-flex;
  align-items: flex-start;
  color: #929FB4;
  font-family: Oswald;
  font-size: 14px;
}
.RecentDiscussion__profile_image {
  width: 40px;
  height: 40px;
  border-radius: 21px;
  /*border: 3px solid var(--supporter-gold);*/
}
.RecentDiscussion__username {
  opacity: 0.9;
  color: var(--color-text);
  font-family: Muli;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.48px;
  line-height: 18px;
  margin: 0;
}
.RecentDiscussion__date,
.RecentDiscussion__time {
  opacity: 0.5;
  color: var(--color-discussions-poster-medadata);
  display: block;
  font-family: Muli;
  font-size: 12px;
  line-height: 15px;
}
.RecentDiscussion__time {
  display: none;
}
.RecentDiscussion__discussion {
  flex: 1;
  padding: 20px;
  padding-top: 0;
}
.RecentDiscussion__content {
  opacity: 0.9;
  font-family: Muli;
  font-size: 14px;
  max-height: 100%;
  overflow: hidden;
  margin: 0;
  align-self: center;
  color: var(--color-text);
}
@media only screen and (min-width: 576px) {
  .RecentDiscussion {
    height: 120px;
    flex-direction: row;
  }
  .RecentDiscussion__username {
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .RecentDiscussion__time {
    display: block;
  }
  .RecentDiscussion__poster {
    width: 255px;
    padding-right: 0px;
    box-sizing: border-box;
  }
  .RecentDiscussion__poster_metadata {
    overflow: hidden;
  }
  .RecentDiscussion__profile_image {
    width: 80px;
    height: 80px;
    border-radius: 41px;
    margin-right: 10px;
  }
  .RecentDiscussion__discussion {
    background-color: var(--color-discussions-content--bg);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 30px;
    display: flex;
    position: relative;
    margin-left: 20px;
  }
  .RecentDiscussion__discussion::before {
    content: "‟";
    margin-left: -30px;
    margin-right: 15px;
    opacity: 0.3;
    color: var(--color-discussions-content-quote);
    font-family: "Lucida Grande";
    font-size: 82px;
    font-weight: bold;
    letter-spacing: 3.77px;
    line-height: 96px;
    z-index: 2;
  }
  .RecentDiscussion__discussion::after {
    content: "";
    position: absolute;
    background: var(--color-discussions-content-separator);
    height: 35px;
    width: 35px;
    left: -16px;
    bottom: 43px;
    z-index: 1;
    transform: rotate(45deg) skew(13deg, 13deg);
    box-shadow: -2px 2px 4px -2px rgba(0, 0, 0, 0.3);
  }
}
.RelatedEntry {
  height: 145px;
  display: flex;
  flex-direction: row;
}
.RelatedEntry__image {
  height: 100%;
  width: 104px;
  object-fit: cover;
  object-position: center center;
}
.RelatedEntry__information {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px;
  justify-content: space-between;
}
.RelatedEntry__name {
  margin: 0;
}
.RelatedEntry__metadata {
  list-style: none;
  margin: 0;
  padding: 0;
}
.RelatedEntry__metadata li:nth-child(n+2) {
  margin-top: 1px;
}
.RelatedEntry__metadata_icon {
  color: var(--color-card--subtitle);
  opacity: 0.35;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
}
.RelatedEntry--status1 {
  box-shadow: inset -10px 0px 0px #6f99e4;
}
.RelatedEntry--status2 {
  box-shadow: inset -10px 0px 0px #8DEA43;
}
.RelatedEntry--status3 {
  box-shadow: inset -10px 0px 0px #d93d48;
}
.RelatedEntry--status4 {
  box-shadow: inset -10px 0px 0px #FCFC3C;
}
.RelatedEntry--status5 {
  box-shadow: inset -10px 0px 0px #FC9F3C;
}
.RelatedEntry--status6 {
  box-shadow: inset -10px 0px 0px #9942E9;
}
.MangaChapterList {
  list-style: none;
  display: flex;
  flex-direction: row;
}
.MangaChapterList__chapter:nth-child(n + 2) {
  margin-left: 15px;
}
.MangaChapterList__chapter:hover .MangaChapterList__title {
  color: var(--color-link);
}
.MangaChapterList__image {
  height: 100px;
  width: 175px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.MangaChapterList__image--vertical {
  height: 175px;
  width: 130px;
}
.MangaChapterList__title {
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  font-family: "Muli";
  margin-top: 5px;
  color: var(--color-card--title);
}
.MangaChapterSlider {
  margin: 0;
  padding: 0;
  display: flex;
}
.MangaChapterSlider__image {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
.MangaChapterSlider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.read .MangaChapterSlider__image {
  box-shadow: 0 5px 0 0;
  color: var(--color-theme);
}
.Lz.read .MangaChapterSlider__image {
  color: var(--color-lezhin);
}
.Jnc.read .MangaChapterSlider__image {
  color: var(--color-jnc);
}
.MangaChapterSlider__link {
  margin: 0 0.5em;
  display: block;
}
.MangaChapterSlider__chapter {
  margin-bottom: 1.6em;
}
.MangaChapterSlider .slick-list {
  width: 100%;
}
.MangaChapterSlider .slick-track {
  float: left;
}
.MangaChapterSlider h4 {
  margin: 0.5em 0 0;
  display: block;
  text-align: center;
  font-size: 0.8em;
  font-family: "Muli";
  font-weight: bold;
}
.MangaChapterSlider__subtitle {
  text-align: center;
}
.EntryPage__content__section__discussions__container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .EntryPage__content__section__discussions__container {
    flex-direction: row;
  }
}
.EntryPage__content__section__discussions__content {
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .EntryPage__content__section__discussions__content {
    max-width: 810px;
  }
}
.EntryPage__content__section__discussions__ads {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px;
  margin-top: 40px;
}
.EntryPage__content__section__discussions__ads > * {
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) {
  .EntryPage__content__section__discussions__ads {
    flex-direction: column;
    margin: 0;
    margin-left: 40px;
  }
  .EntryPage__content__section__discussions__ads > * {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.EntryPage__content__section__lists__container {
  margin-top: 20px;
  margin-bottom: 5px;
}
.EntryPage__content .userActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.EntryPage__content .userActions .addInfo {
  float: none;
}
.EntryPage__content .tags h4 {
  float: none;
  margin: 1.33em 0 0.5em;
}
.EntryPage__content .siteBanner {
  margin-right: 0;
  margin-left: 0;
  margin-top: 20px;
}
.EntryPage__content #addToCustomList {
  float: left;
  padding-top: 1.35em;
}
.EntryPage__content .myListBar .moreActions {
  margin-left: 7.8em;
}
.entry_poster {
  border-radius: 4px;
}
html {
  overflow-x: hidden;
}

