.tvshow-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  row-gap: 20px;
}
.tvshow-wrapper #similar-shows-container {
  width: 100%;
}
.tvshow-wrapper .external-ratings {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
.tvshow-wrapper .external-ratings li {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tvshow-wrapper .external-ratings li a {
  border-radius: 10px;
  padding: 3px 10px;
  transition: all 0.3s ease-out;
  color: #000;
  background: #f7c702;
}
.tvshow-wrapper .external-ratings li a svg {
  vertical-align: bottom;
}
.tvshow-wrapper .external-ratings li a:hover {
  background: #146ef5;
  color: #fff;
}
.tvshow-wrapper .external-ratings li a:hover svg {
  transition: all 0.3s ease-out;
}
.tvshow-wrapper .external-ratings li.imdb a:hover svg {
  fill: #fff;
}
.tvshow-wrapper .tmdb-link {
  text-align: center;
}
.tvshow-wrapper .tmdb-link,
.tvshow-wrapper .editor-picks-button {
  color: #fff;
  background: #146ef5;
  padding: 8px 15px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  display: block;
}
.tvshow-wrapper .recommended {
  max-width: 100%;
  width: 100%;
}
.tvshow-wrapper .season-controls {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  margin-bottom: 20px;
}
.tvshow-wrapper .season-controls .mark-button {
  cursor: pointer;
  background: #f6f6f6;
  padding: 8px 15px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease-out;
}
.tvshow-wrapper .season-controls .mark-button.unmark-all-watched {
  color: #000;
}
.tvshow-wrapper .season-controls .mark-button.unmark-all-watched:hover {
  background: #ebebeb;
}
.tvshow-wrapper .season-controls .mark-button.mark-all-watched {
  background: #146ef5;
}
.tvshow-wrapper .tvshow-flag {
  margin-right: 5px;
  width: 38px;
  border-radius: 4px;
  border: 1px solid #000;
}
.tvshow-wrapper .tvshow-flag img {
  display: block;
}
.tvshow-wrapper .tvshow-header {
  display: flex;
  gap: 30px;
  width: 100%;
}
.tvshow-wrapper .tvshow-header .poster {
  width: 300px;
  position: relative;
  height: 100%;
  flex-direction: column;
  row-gap: 10px;
  display: flex;
}
.tvshow-wrapper .tvshow-header .poster > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.tvshow-wrapper .tvshow-header .info {
  width: calc(100% - 330px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 16px;
  row-gap: 16px;
}
.tvshow-wrapper .tvshow-header .info h1 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
}
.tvshow-wrapper .tvshow-header .info .original-title {
  font-size: 1.2em;
  line-height: 1;
}
.tvshow-wrapper .tvshow-header .info .original-title .country-flags {
  vertical-align: middle;
}
.tvshow-wrapper .tvshow-header .info .original-title span {
  display: inline-block;
}
.tvshow-wrapper .tvshow-header .info .tvshow-genres {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0;
  font-size: 14px;
}
.tvshow-wrapper .tvshow-header .info .tvshow-genres a,
.tvshow-wrapper .tvshow-header .info .tvshow-genres span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f6f6f6;
  padding: 5px 15px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  text-decoration: none;
}
.tvshow-wrapper .tvshow-header .info .tvshow-genres a:hover,
.tvshow-wrapper .tvshow-header .info .tvshow-genres span:hover {
  background: #146ef5;
  color: #fff;
}
.tvshow-wrapper .tvshow-header .info .progress-bar-wrap {
  width: 100%;
  font-size: 14px;
}
.tvshow-wrapper .tvshow-header .info .progress-bar-wrap .progress-bar {
  width: 100%;
  height: 8px;
  background: #f6f6f6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5px;
}
.tvshow-wrapper .tvshow-header .info .progress-bar-wrap .progress-bar .progress-fill {
  height: 100%;
  background: #146ef5;
  transition: all 0.3s ease-out;
}
.tvshow-wrapper .tvshow-header .info .user-tracking {
  display: flex;
  align-items: baseline;
  column-gap: 20px;
  justify-content: space-between;
  width: 100%;
}
.tvshow-wrapper .tvshow-header .info .user-tracking > div {
  column-gap: 10px;
  display: flex;
  align-items: center;
}
.tvshow-wrapper .tvshow-header .info .user-tracking #user-status {
  padding: 10px;
  border: 2px solid #146ef5;
  color: #000;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 24px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23146ef5' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  min-width: 145px;
}
.tvshow-wrapper .tvshow-header .info .user-tracking #user-status:before, .tvshow-wrapper .tvshow-header .info .user-tracking #user-status:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  top: 0;
  right: 0;
}
.tvshow-wrapper .tvshow-additional {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: baseline;
  position: relative;
}
.tvshow-wrapper .tvshow-additional:before {
  background: #c9c6c6;
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  top: 14px;
}
.tvshow-wrapper .tvshow-additional .more-info {
  padding: 0 10px;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease-out;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  font-size: 18px;
}
.tvshow-wrapper .tvshow-additional .more-info.active .less-info-text {
  display: inline-block;
}
.tvshow-wrapper .tvshow-additional .more-info.active .more-info-text {
  display: none;
}
.tvshow-wrapper .tvshow-additional .more-info svg {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.tvshow-wrapper .tvshow-additional .more-info .less-info-text {
  display: none;
}
.tvshow-wrapper .tvshow-additional .more-info .more-loader {
  display: none;
}
.tvshow-wrapper .tvshow-additional .more-info:hover {
  color: #146ef5;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap {
  display: none;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  row-gap: 10px;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap .col-1,
.tvshow-wrapper .tvshow-additional .more-info-wrap .col-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap.active {
  display: flex;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap h4 {
  font-size: 1.2rem;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap .studio-list,
.tvshow-wrapper .tvshow-additional .more-info-wrap .person-list {
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.tvshow-wrapper .tvshow-additional .more-info-wrap .studio-list li,
.tvshow-wrapper .tvshow-additional .more-info-wrap .person-list li {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap .studio-list li a,
.tvshow-wrapper .tvshow-additional .more-info-wrap .person-list li a {
  transition: all 0.3s ease-out;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap .studio-list li a:hover,
.tvshow-wrapper .tvshow-additional .more-info-wrap .person-list li a:hover {
  color: #146ef5;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap .studio-list li img,
.tvshow-wrapper .tvshow-additional .more-info-wrap .person-list li img {
  display: block;
  height: auto;
  border-radius: 10px;
  width: 60px;
  transition: all 0.3s ease-out;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap .studio-list li img:hover,
.tvshow-wrapper .tvshow-additional .more-info-wrap .person-list li img:hover {
  opacity: 0.8;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap .studio-list {
  grid-template-columns: repeat(3, 1fr);
}
.tvshow-wrapper .tvshow-additional .more-info-wrap .col-2 .studio-list {
  justify-content: center;
  align-items: stretch;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap .col-2 .studio-list li {
  padding: 20px;
  border-radius: 10px;
  background: #f6f6f6;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap .col-2 .studio-list li span {
  display: block;
  margin: 0 auto;
}
.tvshow-wrapper .tvshow-additional .more-info-wrap .col-2 .studio-list li img {
  width: auto;
  border-radius: 0;
  display: inline-block;
  margin: 0 auto;
}
.tvshow-wrapper .tvshow-seasons {
  width: 100%;
  min-height: 300px;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-nav {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 100%;
  overflow-x: auto;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-nav li {
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
  transition: all 0.3s ease-out;
  min-width: 100px;
  width: auto;
  box-sizing: border-box;
  text-align: center;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-nav li.active {
  color: #146ef5;
  border-bottom: 3px solid #146ef5;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-nav li:hover {
  color: #146ef5;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content {
  display: none;
  position: relative;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content.active {
  display: block;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  column-gap: 20px;
  flex-direction: column;
  row-gap: 20px;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li {
  width: 100%;
  background: #f6f6f6;
  border: 1px solid #c9c6c6;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease-out;
  backdrop-filter: blur(10px);
  box-sizing: border-box;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li.perfect {
  background: rgba(50, 155, 52, 0.13) !important;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li.error {
  background: rgba(155, 50, 50, 0.13) !important;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li:hover.perfect {
  background: rgba(50, 155, 52, 0.13);
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .ep-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .ep-wrap .episode-header strong {
  font-size: 1rem;
  display: block;
  max-width: 820px;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .ep-wrap .episode-header small {
  display: block;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .ep-wrap .episode-header {
  max-width: calc(100% - 135px);
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .ep-wrap .episode-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  column-gap: 20px;
  width: 135px;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .ep-wrap .episode-actions .ep-watched {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .ep-wrap .episode-actions label {
  padding: 10px 0;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .episode-description {
  line-height: 1.6;
  margin-bottom: 1rem;
  display: none;
}
.tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .tab-content-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.64);
  z-index: 10;
  border-radius: 10px;
}
.tvshow-wrapper .similar-shows {
  width: 100%;
}
.tvshow-wrapper .similar-shows strong {
  font-size: 1.4rem;
}
.tvshow-wrapper .similar-shows .similar-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tvshow-wrapper .similar-shows .similar-list a {
  color: #fff;
  text-decoration: none;
}
.tvshow-wrapper .similar-shows .similar-list li {
  width: 120px;
  flex: 0 0 auto;
  text-align: center;
}
.tvshow-wrapper .similar-shows .similar-list img {
  width: 100%;
  border-radius: 10px;
}
.tvshow-wrapper .similar-shows .similar-list span {
  display: block;
  font-size: 0.9em;
}
.tvshow-wrapper .mob-original-title img {
  vertical-align: middle;
}

.poster-placeholder {
  height: 450px;
  display: flex;
  width: 100%;
  vertical-align: baseline;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 0;
}
.poster-placeholder img {
  width: 50px !important;
  height: 50px !important;
}

.recommended-grid .poster-placeholder {
  height: 324px;
}

.person-links a {
  min-height: 20px;
  display: inline-block;
  margin-right: 5px;
}
.person-links .imdb-l {
  background: #f7c702;
  padding: 3px 10px;
  border-radius: 10px;
}
.person-links .imdb-l:hover {
  background: #146ef5;
  color: #fff;
}

.rec-role {
  position: absolute;
  background: #146ef5;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px !important;
  top: 0;
  right: 0;
  border-radius: 0 10px 0 10px;
}

.watchtv-fav-toggle-button {
  background: #146ef5;
  transition: all 0.3s ease-out;
  color: #fff;
  padding: 8px 15px;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  cursor: pointer;
  text-align: center;
}
.watchtv-fav-toggle-button:hover {
  opacity: 0.8;
}

.dark-theme .tvshow-wrapper .external-ratings li a {
  color: #000;
}
.dark-theme .tvshow-wrapper .external-ratings li a:hover {
  color: #fff;
  background: #146ef5;
}
.dark-theme .tvshow-wrapper .tvshow-flag {
  border-color: #fff;
}
.dark-theme .tvshow-wrapper .tvshow-header a {
  color: #fff;
  text-decoration: none;
}
.dark-theme .tvshow-wrapper .tvshow-header .info .tvshow-genres a {
  background: #4e4a4a;
  color: #fff;
}
.dark-theme .tvshow-wrapper .tvshow-header .info .tvshow-genres a:hover {
  background: #146ef5;
  color: #fff;
}
.dark-theme .tvshow-wrapper .tvshow-header .info .user-tracking #user-status {
  color: #fff;
}
.dark-theme .tvshow-wrapper .season-controls .mark-button.unmark-all-watched {
  background: #4e4a4a;
  color: #fff;
}
.dark-theme .tvshow-wrapper .season-controls .mark-button.unmark-all-watched:hover {
  background: rgba(255, 255, 255, 0.05);
}
.dark-theme .tvshow-wrapper .tvshow-additional .more-info {
  color: #fff;
  background: #1c1b1d;
}
.dark-theme .tvshow-wrapper .tvshow-additional .more-info:hover {
  color: #146ef5;
}
.dark-theme .tvshow-wrapper .tvshow-additional .more-info-wrap .studio-list li {
  padding: 20px;
  border-radius: 10px;
  background: #4e4a4a;
}
.dark-theme .tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1200px) {
  .tvshow-wrapper .tvshow-header .info {
    row-gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .tvshow-seasons .season-tabs .tab-nav-mobile-wrap {
    max-width: 100%;
    overflow: hidden;
  }
  .tvshow-seasons .season-tabs .tab-nav-mobile-wrap .tab-nav {
    display: block;
  }
  .tvshow-seasons .season-tabs .tab-nav-mobile-wrap .tab-nav li {
    display: inline-block;
    padding: 4px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 10px;
    margin-right: 5px;
  }
  .tvshow-seasons .season-tabs .tab-nav-mobile-wrap .tab-nav li.active {
    border: 3px solid #146ef5;
  }
  .user-tracking {
    flex-direction: column;
    row-gap: 10px;
  }
  .tvshow-wrapper .editor-picks-button,
  .tvshow-wrapper .tmdb-link {
    max-width: 100%;
  }
  .tvshow-wrapper .tvshow-additional .more-info {
    max-width: 100%;
  }
  .tvshow-wrapper .tvshow-additional .more-info-wrap {
    flex-direction: column;
    row-gap: 10px;
    border-radius: 0 0 10px 10px;
  }
  .tvshow-wrapper .tvshow-additional .more-info-wrap .col-1,
  .tvshow-wrapper .tvshow-additional .more-info-wrap .col-2 {
    width: 100%;
  }
  .tvshow-wrapper .tvshow-additional .more-info-wrap .col-1 p,
  .tvshow-wrapper .tvshow-additional .more-info-wrap .col-2 p {
    text-align: center;
  }
  .tvshow-wrapper .tvshow-additional .more-info-wrap .col-1 h4,
  .tvshow-wrapper .tvshow-additional .more-info-wrap .col-2 h4 {
    text-align: center;
  }
  .tvshow-wrapper .tvshow-additional .more-info-wrap .person-list li,
  .tvshow-wrapper .tvshow-additional .more-info-wrap .studio-list li {
    flex-direction: column;
    padding: 10px;
  }
  .tvshow-wrapper .tvshow-additional .more-info-wrap .person-list li img,
  .tvshow-wrapper .tvshow-additional .more-info-wrap .studio-list li img {
    width: auto;
  }
  .tvshow-wrapper .tvshow-additional .more-info-wrap .studio-list li {
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
  }
  .tvshow-wrapper .tvshow-header {
    flex-direction: column;
    width: 100%;
  }
  .tvshow-wrapper .tvshow-header .poster {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
  }
  .tvshow-wrapper .tvshow-header .info {
    width: 100%;
    row-gap: 20px;
  }
  body .star-rating {
    font-size: 30px;
  }
  body .star-rating span {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .tvshow-wrapper .mark-button {
    text-align: center;
  }
  .tvshow-wrapper #user-status {
    width: 100%;
    text-align: center;
  }
  .tvshow-wrapper .tvshow-additional iframe {
    height: 200px !important;
  }
  .tvshow-wrapper .tvshow-additional .more-info-wrap .studio-list,
  .tvshow-wrapper .tvshow-additional .more-info-wrap .person-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .tvshow-wrapper .season-controls {
    flex-direction: column;
    row-gap: 10px;
  }
  .tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li {
    padding: 5px 10px;
  }
  .tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .ep-wrap label {
    flex-direction: row-reverse;
  }
  .tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .ep-wrap label .checkmark {
    margin-right: 0;
    margin-left: 8px;
  }
  .tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .ep-wrap .episode-header {
    max-width: 100%;
  }
  .tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .ep-wrap .episode-header strong {
    font-size: 1.2rem;
  }
  .tvshow-wrapper .tvshow-seasons .season-tabs .tab-content .episode-list li .ep-wrap .episode-actions {
    width: 125px;
  }
  .recommended-grid .poster-placeholder {
    height: 220px;
  }
}

/*# sourceMappingURL=show.css.map */
