﻿@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
@import url("/_content/TownhallOneHybrid.Core/fonts/Heuristica-BoldItalic.woff2");
@import url("/_content/TownhallOneHybrid.Core/fonts/SourceSansPro-Regular-webfont.woff");
@import url("/_content/TownhallOneHybrid.Core/fonts/queueweb-bold.woff");
@import url("/_content/TownhallOneHybrid.Core/fonts/Raleway-Regular.ttf");
article {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
}
article .caption {
  font-size: 11px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
article .post-header h1 {
  font-size: 32px;
  font-weight: bold;
  color: var(--thm-text-1);
  margin-top: 12px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
article .post-author {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  color: var(--thm-text-1);
}
article .post-author .author {
  font-size: 14px;
  font-weight: bold;
}
article .post-author .dt {
  font-size: 12px;
}
article .post-body {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  color: var(--thm-text-1);
}
article .post-body a {
  color: var(--thm-post-theme);
  font-weight: bold;
}
article .post-body blockquote {
  background-color: var(--thm-blockquote);
  border-top: 5px solid var(--thm-post-theme);
  border-bottom: 5px solid var(--thm-post-theme);
  font-size: 100%;
  margin: 0 0 10px 0;
  padding: 10.5px 21px;
}
article .post-footer {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
article .post-body.normal {
  font-size: 18px;
}
article .post-body.large {
  font-size: 22px;
  line-height: 1.2;
}
article .post-body.xl {
  font-size: 26px;
  line-height: 1.2;
}

.thm-card {
  position: relative;
}
@media (max-width: 575.98px) {
  .thm-card {
    border-bottom: 1px solid var(--bs-gray-300);
  }
}
.thm-card__header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.thm-card__category {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.thm-card .brid-flex {
  display: flex;
  justify-content: center;
  /*    align-items:center;*/
}
.thm-card__img {
  height: auto;
  position: relative;
}
.thm-card__img img {
  border-radius: 10px;
}
.thm-card__img .brid-play {
  height: 70px;
  left: 41%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.thm-card img, .thm-card svg {
  vertical-align: middle;
}
.thm-card__title {
  text-align: left;
}
.thm-card__title a {
  color: var(--thm-link-1);
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}
.thm-card__dt {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  color: var(--dt);
}
.thm-card__vip-badge {
  padding: 0;
  position: absolute;
  top: 15px;
  z-index: 0;
}
.thm-card__author {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 15px 0 6px 0;
  text-align: left;
  display: flex;
  color: var(--thm-text-1);
}
.thm-card__author a {
  color: var(--thm-link-1);
  font-weight: normal;
}
.thm-card__author a:hover {
  color: var(--thm-link-1);
}

.video-card__player {
  min-height: 200px;
  display: none;
}

.video-card {
  min-height: 260px;
}
.video-card:hover .brid-play {
  opacity: 100%;
  transition: opacity 0.4s;
}

@media (max-width: 575.98px) {
  .thm-hcard {
    border-bottom: 1px solid var(--bs-gray-300);
  }
}
.thm-hcard__header {
  margin: 0 10px 10px 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.thm-hcard__header a {
  color: var(--thm-link-1);
  font-size: 16px;
  font-weight: bold;
}
.thm-hcard__body {
  color: var(--thm-text-1);
}

.thm-episodes h1 {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  font-weight: bold;
}

.thm-nl-card {
  border: 1px solid var(--thm-blockquote-border);
  background-color: var(--thm-blockquote);
  padding: 15px 15px 20px 15px;
  margin: 0 15px 15px 15px;
  border-radius: 15px;
}
.thm-nl-card__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.thm-nl-card__header span {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.thm-nl-card h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.thm-nl-card__body button.btn {
  font-weight: bold;
  font-size: 13px;
}
.thm-nl-card__body a {
  color: var(--thm-link-1);
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}
.thm-nl-card__dt {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
}

.thm-ncard {
  border-radius: 10px;
}
.thm-ncard .card-img-top {
  border-radius: 10px;
}
.thm-ncard h5 {
  font-weight: bold;
  margin: 0;
}
.thm-ncard small {
  font-size: 11px;
}

.card {
  border: 1px solid var(--thm-blockquote-border);
  background-color: var(--thm-blockquote);
  color: var(--thm-text-1);
}

.thm-episodes h1 {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: bold;
  color: var(--thm-text-1);
}

.thm-episode-card {
  border: 1px solid var(--thm-blockquote-border);
  background-color: var(--thm-blockquote);
  padding: 15px 15px 20px 15px;
  margin: 0 15px 15px 15px;
  border-radius: 15px;
}
.thm-episode-card__play {
  font-size: 30px;
  color: var(--thm-text-1);
  margin-right: 10px;
}
.thm-episode-card__play:hover {
  color: #B6222A;
}
.thm-episode-card__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.thm-episode-card__header span {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.thm-episode-card h3 {
  color: var(--thm-text-1);
  font-size: 18px;
  margin-bottom: 0;
}
.thm-episode-card__body button.btn {
  font-weight: bold;
  font-size: 13px;
}
.thm-episode-card__title {
  text-align: left;
}
.thm-episode-card__title a {
  color: var(--thm-text-1);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.thm-episode-card__dt {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
}

.thm-navbar {
  background-color: var(--thm-bg-1);
  border-bottom: 1px solid var(--thm-c-border);
  height: 55px;
}

.thm-navbar-brand > img {
  height: 25px;
}

.thm-nav {
  -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
  -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  border-top: 1px solid var(--thm-c-border);
  background-color: var(--thm-bg-1);
  display: flex;
  overflow-x: auto;
  /* &__link--active {
      border-top: 0px solid var(--bs-gray-300);
      color: var(--th-color);
  }*/
  /*.active .thm-nav__icon::after {
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      left: 25%;
      text-align: center;
      width: 50%;
      height: 3px;
      border-radius: 3px;
      background: #9f2629;
  }*/
}
.thm-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  color: var(--thm-link-1);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.1s ease-in-out;
}
.thm-nav__link:hover {
  color: var(--th-color);
  fill: var(--th-color);
}
.thm-nav__link.active {
  border-top: 0px solid var(--bs-gray-300);
  color: var(--th-color);
}
.thm-nav__icon {
  font-size: 22px;
}
.thm-nav__icon-vip {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}
.thm-nav__icon-play {
  width: 21px;
  height: auto;
}

.thm-basic-nav__item, .thm-basic-nav a {
  font-weight: 500;
  padding: 0.5rem 1rem;
  color: var(--thm-link-1);
  /*border-bottom: 1px solid var(--bs-gray-300);*/
}
.thm-basic-nav__item a:hover, .thm-basic-nav a a:hover {
  color: var(--bs-primary);
}
.thm-basic-nav__section {
  border-top: 1px solid var(--bs-gray-300);
  border-bottom: 1px solid var(--bs-gray-300);
  color: var(--bs-gray-500);
  text-transform: uppercase;
  font-weight: normal;
}
.thm-basic-nav .nav-link {
  /*padding: 15px 0 15px 15px;*/
  position: relative;
}
.thm-basic-nav .nav-link::after {
  position: absolute;
  right: 20px;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  transform: rotate(271deg);
}
.thm-basic-nav .r-down::after {
  transform: rotate(270deg);
}
.thm-basic-nav .r-up::after {
  transform: rotate(0deg);
}

.thm-menu {
  color: black;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.thm-menu a {
  color: var(--bs-primary);
}
.thm-menu a:hover {
  color: var(--thm-link-1);
}
.thm-menu .nav-item {
  border-bottom: 1px solid var(--thm-c-border);
}
.thm-menu .nav-item .nav-text {
  cursor: pointer;
  font-size: 14px;
  padding: 15px 0 15px 15px;
}
.thm-menu .nav-item .nav-link {
  cursor: pointer;
  font-size: 14px;
  padding: 15px 0 15px 15px;
}
.thm-menu .nav-item .nav-link::after {
  position: absolute;
  right: 20px;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  transform: rotate(271deg);
}
.thm-menu .nav-item .r-down::after {
  transform: rotate(270deg);
}
.thm-menu .nav-item .r-up::after {
  transform: rotate(0deg);
}
.thm-menu .nav-item i {
  text-align: center;
  width: 30px;
  color: var(--thm-text-1);
  font-size: 20px;
}
.thm-menu .nav-item span {
  vertical-align: text-bottom;
}
.thm-menu .menu-sites {
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
.thm-menu .menu-sites a {
  margin-bottom: 15px;
  display: block;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-300);
  padding: 6px 10px 9px 10px;
  font-size: 1rem;
  border-radius: 3px;
}
.thm-menu .toggle {
  max-height: 1000px;
}

.thm-post-nav {
  background-color: var(--thm-bg-1);
  border-bottom: 1px solid var(--thm-c-border);
  height: 55px;
  color: var(--thm-text-1);
}
.thm-post-nav .thm-navbar-brand img {
  height: 20px;
}
.thm-post-nav a {
  color: var(--thm-link-1);
  text-decoration: none;
  vertical-align: middle;
  font-size: 16px;
}
.thm-post-nav a:hover, .thm-post-nav a :active, .thm-post-nav a:focus {
  color: var(--thm-link-1);
  text-decoration: none;
}

.thm-media-nav {
  border-bottom: 1px solid var(--bs-gray-300);
  /*margin-top: 50px;*/
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.thm-media-nav .nav-link {
  position: relative;
  font-size: 14px;
  color: #8A8A8A;
}
.thm-media-nav .nav-link.active {
  color: var(--thm-link-1);
  background-color: transparent;
}
.thm-media-nav .nav-link.active span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  text-align: center;
  width: 50%;
  height: 3px;
  border-radius: 3px;
  background: #9f2629;
}

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: var(--skeleton-l1);
  }
  100% {
    background-color: var(--skeleton-l2);
  }
}
.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}

.switch {
  float: right;
  position: relative;
  display: inline-block;
  width: 49px;
  height: 23px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

input {
  /*&:focus {
      & + .slider {
          box-shadow: 0 0 1px $green;
      }
  }*/
}
input:checked + .slider {
  background-color: #34c759;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.widget-list {
  border: 1px solid #8A8A8A;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
}
.widget-list__header {
  color: #B6222A;
  font-weight: bold;
}
.widget-list__header h3 {
  margin: 0 10px;
  font-weight: bold;
}
.widget-list__body li {
  margin: 10px;
  padding: 5px;
  text-align: left;
  border-radius: 10px;
  background: #1E1E1E;
  color: white;
}
.widget-list__body li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}
.widget-list__body li a:hover {
  color: white;
  text-decoration: none;
}

.thm-text {
  font-size: 14px;
  font-weight: bold;
}

.thm-link-muted {
  font-size: 13px;
  font-weight: 600;
  color: var(--border-gray);
}

.thm-btn-light {
  white-space: nowrap;
  background-color: var(--bg-gray);
  border: 1px solid #d7d7d7;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
}
.thm-btn-light.active {
  background-color: #E7E7E7;
}

.thm-divider {
  border-top: 1px solid var(--thm-c-border);
  border-bottom: 1px solid var(--thm-c-border);
  color: var(--bs-gray-500);
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.5rem 1rem;
}

.thm-w-70 {
  width: 70px;
  text-align: center;
}

.thm-h2 {
  font-weight: bold;
  margin: 10px 0;
  color: var(--thm-text-1);
}

.thm-cartoonist {
  border: 1px solid var(--thm-c-border);
  margin: 0.5rem;
  border-radius: 8px;
  background-color: var(--thm-c-bg);
  padding: 5px 10px;
  margin-bottom: 10px;
}

.thm-bookmark {
  font-size: 18px;
  color: var(--thm-text-1);
}

.thm-updates a {
  font-weight: bold;
  color: black;
}
.thm-updates img {
  width: 60px;
}
.thm-updates .bg-success {
  background-color: #34C759;
}
.thm-updates .bg {
  background-color: #0094ff;
}

.floating-player {
  position: fixed;
  bottom: 55px;
  width: 100%;
  border-top: 0 solid var(--border-gray);
  background-color: var(--thm-blockquote);
  overflow-x: auto;
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.15);
}

.ptn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: var(--thm-text-1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0;
  font-size: 1rem;
}

.player.expand {
  overflow: hidden;
  transition: height 200ms;
  height: 525px;
  grid-template-columns: none;
}
.player.expand .player-duration-bar {
  display: flex;
}
.player.expand .player-actions {
  display: flex;
  justify-content: space-around;
}
.player.expand .player-actions .player-actions-volume {
  margin-left: 0;
  margin-right: 0;
  width: 32px;
}
.player.expand .player-picture {
  margin-right: 0;
  width: 250px;
}
.player.expand .player-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.player.expand .player-info .close {
  position: absolute;
  right: 10px;
  top: 5px;
  display: block;
}
.player.expand .player-info .player-info-details {
  margin-top: 10px;
}
.player.expand .player-info-title {
  font-size: 25px;
}
.player.expand .player-info-data {
  color: var(--thm-text-1);
  font-size: var(--text-s-fs);
  line-height: var(--text-s-lh);
  display: flex;
  overflow: scroll;
  height: 60px;
}
.player.expand .player-controls {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-start;
  padding-left: 0;
  height: 100%;
}
.player.expand .player-controls .player-controls-buttons {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  margin-bottom: 2px;
  justify-content: center;
  align-items: center;
}

.player {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  background-color: var(--thm-blockquote);
  color: var(--thm-text-1);
  height: 70px;
  padding: 0 16px;
}

.player-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.player-info .close {
  display: none;
}

.player-info-details {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.player-info-title {
  font-size: 14px;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player-info-data {
  color: var(--thm-text-1);
  font-size: var(--text-s-fs);
  line-height: var(--text-s-lh);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player-info-date {
  font-size: 13px;
}

.player-picture {
  margin-right: 12px;
  flex-basis: 56px;
  min-width: 56px;
}
.player-picture img {
  height: auto;
  width: 100%;
  border-radius: 10px;
}

.player-controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  padding-left: 0;
  height: 100%;
}

.player-controls-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.player-controls-spinner::deep .spinner {
  width: 32px;
}

.player-controls-buttons {
  display: grid;
  align-items: center;
  justify-content: right;
  grid-template-columns: auto auto auto;
  gap: 10px;
  margin-bottom: 2px;
}
.player-controls-buttons > button {
  padding: 0;
}
.player-controls-buttons > button:hover {
  cursor: pointer;
}

.player-controls-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.player-controls-action > span {
  color: var(--th-color);
  font-size: 24px;
}

.player-controls-jump {
  color: var(--th-color);
  font-size: 24px;
}
.player-controls-jump:hover {
  color: var(--pj-color);
}

.player-duration-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
}
.player-actions {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 12px;
}

.player-actions-share {
  /*color: var(--pj-color);*/
  font-size: 24px;
}
.player-actions-share:hover {
  cursor: pointer;
}

.player-actions-later {
  font-size: 24px;
}
.player-actions-later:hover {
  cursor: pointer;
}

.player-actions-volume {
  /*color: var(--c-neutral-grey5);*/
  font-size: 24px;
  margin-left: 20px;
  margin-right: 12px;
}
.player-actions-volume:hover {
  cursor: pointer;
}

.player-volume-bar {
  width: 150px;
}

input[type=range] {
  --current-width: 0;
  --height: 4px;
  appearance: none;
  border-radius: 0;
  height: 22px;
  width: 100%;
  background: transparent;
  outline: none;
  position: relative;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: var(--height);
  cursor: pointer;
  animate: 0.2s;
  background: #cecece;
  border-radius: 0;
  border: 0 solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #9d9d9d;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
  display: block;
}
input[type=range]:hover::-webkit-slider-thumb {
  display: block;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: var(--height);
  cursor: pointer;
  animate: 0.2s;
  border-radius: 0;
  border: 0 solid var(--tf-color);
}
input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  cursor: pointer;
  visibility: visible;
}

input[type=range]:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: var(--current-width);
  height: var(--height);
  background-color: var(--th-color);
  cursor: pointer;
  border-radius: 0;
}
input[type=range]:hover {
  cursor: pointer;
}
input[type=range]:hover:before {
  background-color: var(--th-color);
}
input[type=range]:hover::-moz-range-thumb {
  visibility: visible;
}
input[type=range]:hover::-moz-range-progress {
  background-color: var(--th-color);
}
input[type=range]::-moz-range-progress {
  background-color: var(--th-color);
  border-radius: 0;
  height: var(--height);
}

@media screen and (max-width: 991px) {
  /*.player-picture {
      display: none;
  }*/
  .player-duration-bar {
    display: none;
  }
  .player-actions {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .player {
    grid-template-columns: 25% 50% 25%;
    height: 90px;
  }
  .player-controls {
    padding: 0 36px;
    justify-content: flex-start;
  }
  .player-controls-spinner::deep .spinner {
    width: 48px;
  }
  .player-controls-buttons {
    justify-content: center;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .player-actions-volume {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .player-info-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.thm-search {
  position: relative;
}
.thm-search .fa-search {
  position: absolute;
  top: 11px;
  left: 25px;
}
.thm-search .fa-microphone {
  position: absolute;
  top: 12px;
  right: 25px;
}
.thm-search input.form-control {
  padding-left: 40px;
  background-color: var(--thm-blockquote);
  border-radius: 10px;
  color: var(--thm-text-1);
}

.thm-search-results {
  color: var(--thm-link-1);
  font-weight: bold;
  font-size: 18px;
}
.thm-search-results img.author-img {
  border-radius: 50%;
  width: 60px;
}

.ptr--ptr {
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 1px solid var(--thm-text-1);
  pointer-events: none;
  font-size: 0.85em;
  font-weight: bold;
  top: 0;
  height: 0;
  transition: height 0.3s, min-height 0.3s;
  text-align: center;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  align-content: stretch;
}

.ptr--box {
  padding: 10px;
  flex-basis: 100%;
}

.ptr--pull {
  transition: none;
}

.ptr--text {
  margin-top: 0.33em;
  color: var(--thm-text-1) !important;
}

.ptr--icon {
  color: var(--thm-text-1) !important;
  transition: transform 0.3s;
}

/* When at the top of the page, disable vertical overscroll so passive touch listeners can take over. */
.ptr--top {
  touch-action: pan-x pan-down pinch-zoom;
}

.ptr--release .ptr--icon {
  transform: rotate(180deg);
}

html {
  scroll-behavior: auto;
}

html, body, #app {
  /* Disabling overscroll glow and rubberbanding effects */
  /*overscroll-behavior-y: none;*/
  /*overscroll-behavior: none;*/
  overscroll-behavior-y: none;
  /*-ms-overflow-style: scrollbar;
  overflow-y: scroll;
  overscroll-behavior-y: none;*/
  /*overflow: hidden;*/
  /*height: 100%;*/
  font-family: "Source Sans Pro", sans-serif;
  background-color: var(--thm-bg-1);
  min-height: 100vh;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

* {
  user-drag: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.thm-draggable div[draggable] {
  user-drag: initial !important;
  user-select: inherit !important;
  -webkit-user-drag: element !important;
  -webkit-user-select: initial !important;
}

.status-bar-safe-area {
  display: none;
}

@supports (-webkit-touch-callout: none) {
  .status-bar-safe-area {
    display: flex;
    position: sticky;
    top: 0;
    height: env(safe-area-inset-top);
    background-color: var(--thm-bg-1);
    width: 100%;
    z-index: 1;
  }
  .flex-column, .navbar-brand {
    padding-left: env(safe-area-inset-left);
  }
}
/*bootstrap override*/
:root {
  --bs-blue: #0d6efd;
  --pj-color: #B21F24;
  --pj-blue-color: #0A3161;
  --th-color: #b21f24;
  --ba-color: #ADADAD;
  --ha-color: #972123;
  --tw-color: #F27B21;
  --tf-color: #56782F;
  --he-color: #767676;
  --rs-color: #B81F24;
  --live-color: #c90110;
  --gutter: 20px;
  --bs-primary: var(--rs-color);
  --blue-hx: #1D6C9C;
  --bg-gray: #F7F8F7;
  --border-gray: #8A8A8A;
  --link-gray: var(--border-gray);
  --join-vip: #166B9E;
  --join-vip-gold: #A79354;
  --color-green: #34c759;
  --color-blue: #0d6efd;
  --th-font-h1: "Heuristica Bold", serif;
  --pj-font-h1: "Raleway", sans-serif;
  --tw-font-h1: SourceSansProRegular, sans-serif;
  --ba-font-h1: "Queue Web", sans-serif;
  --main-margin-top:55px;
  /*--rs-font-h1: "minion-pro","Times New Roman",Times,serif;*/
  /*--ha-font-h1: 'proxima-nova', Arial, sans-serif;*/
}

body {
  --thm-bg-1: rgb(255 255 255 / 95%);
  --thm-grey-1: #e7e7e7;
  --thm-link-1: #000000;
  --thm-text-1: #000000;
  --thm-c-bg: #f1f1f1;
  --thm-c-border: #d7d7d7;
  --thm-blockquote: #f1f1f1;
  --thm-blockquote-border: #d7d7d7;
  --thm-post-theme: var(--rs-color);
  --border-color: #dee2e6;
  --bs-button-color: #6c757d;
  --bs-button-outline-color: #212529;
  --hover-color: #7f8185;
  --hs-border-color: #dee2e6;
  --hs-background-color: #f8f9fa;
  --hs-active: transparent;
  --dt: var(--bs-gray-300);
  --skeleton-l1: hsl(200, 20%, 80%);
  --skeleton-l2: hsl(200, 20%, 95%);
  --ff-light: "Segoe UI Light";
  --ff-semilight: "Segoe UI Semilight";
  --ff-regular: "Segoe UI";
  --ff-semibold: "Segoe UI Semibold";
  --ff-bold: "Segoe UI Bold";
  --headlines-h1-fs: 90px;
  --headlines-h1-lh: 96px;
  --headlines-h2-fs: 64px;
  --headlines-h2-lh: 72px;
  --headlines-h3-fs: 48px;
  --headlines-h3-lh: 56px;
  --headlines-h4-fs: 36px;
  --headlines-h4-lh: 44px;
  --headlines-h5-fs: 32px;
  --headlines-h5-lh: 40px;
  --headlines-h6-fs: 24px;
  --headlines-h6-lh: 36px;
  --subheadings-s1-fs: 36px;
  --subheadings-s1-lh: 44px;
  --subheadings-s2-fs: 32px;
  --subheadings-s2-lh: 42px;
  --subheadings-s3-fs: 24px;
  --subheadings-s3-lh: 40px;
  --subheadings-s4-fs: 22px;
  --subheadings-s4-lh: 32px;
  --subheadings-s5-fs: 20px;
  --subheadings-s5-lh: 30px;
  --subheadings-s6-fs: 18px;
  --subheadings-s6-lh: 28px;
  --text-xxl-fs: 24px;
  --text-xxl-lh: 32px;
  --text-xl-fs: 20px;
  --text-xl-lh: 30px;
  --text-l-fs: 18px;
  --text-l-lh: 28px;
  --text-m-fs: 16px;
  --text-m-lh: 24px;
  --text-s-fs: 14px;
  --text-s-lh: 22px;
  --text-xs-fs: 12px;
  --text-xs-lh: 18px;
  --link-xl-fs: 20px;
  --link-xl-lh: 30px;
  --link-l-fs: 18px;
  --link-l-lh: 28px;
  --link-m-fs: 16px;
  --link-m-lh: 24px;
  --link-s-fs: 14px;
  --link-s-lh: 22px;
  --input-fs: 15px;
  --input-lh: 24px;
  --box-shadow-s: 0 1px 4px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.05);
  --box-shadow-m: 0 6px 12px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.05);
  --box-shadow-l: 0 10px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.03);
  --box-shadow-xl: 0 30px 48px rgba(0, 0, 0, 0.16), 0 8px 30px rgba(0, 0, 0, 0.14), 0 8px 10px rgba(0, 0, 0, 0.1), 0 4px 12px -10px rgba(0, 0, 0, 0.5);
  --swiper-pagination-bullet-inactive-color: #3d3d3d;
  --swiper-pagination-color: var(--th-color);
}

body[data-theme=Dark] {
  --thm-bg-1: rgb(0 0 0 / 95%);
  --thm-grey-1: #e7e7e7;
  --thm-link-1: #FFF;
  --thm-text-1: #FFF;
  --thm-c-bg: #141414;
  --thm-c-border: #403d3d;
  --thm-blockquote: #141414;
  --thm-blockquote-border: #403d3d;
  --border-color: #FFF;
  --hover-color: #9994df;
  --bs-button-color: #6c757d;
  --bs-button-outline-color: #FFF;
  --hs-border-color: #5d6e80;
  --hs-background-color: #000000;
  --hs-active: transparent;
  --dt: var(--bs-gray-300);
  --skeleton-l1: hsl(243 2% 23%);
  --skeleton-l2: hsl(243 0% 8%);
  --swiper-pagination-bullet-inactive-color: white;
}

main {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  margin-top: var(--main-margin-top);
  margin-bottom: 55px;
  background-color: var(--thm-bg-1);
}

p {
  color: var(--thm-text-1);
}

.btn-outline-light {
  color: var(--bs-button-outline-color);
  border-color: var(--bs-button-outline-color);
}

.thm-text {
  color: var(--thm-text-1);
}

.thm-badge {
  background-color: var(--th-color);
  border-radius: 10px;
}

article[data-site="1"] h1 {
  font-family: var(--th-font-h1);
}

article[data-site="2"] {
  --thm-post-theme: var(--pj-color);
}
article[data-site="2"] h1 {
  font-family: var(--pj-font-h1);
}

article[data-site="4"] {
  --thm-post-theme: var(--tw-color);
}
article[data-site="4"] h1 {
  font-family: var(--tw-font-h1);
}

article[data-site="8"] {
  --thm-post-theme: var(--rs-color);
}

article[data-site="16"] {
  --thm-post-theme: var(--ha-color);
}

article[data-site="32"] {
  --thm-post-theme: var(--ba-color);
}
article[data-site="32"] h1 {
  font-family: var(--ba-font-h1);
}

.white-text {
  color: var(--thm-link-1);
}

a {
  text-decoration: none;
  color: var(--thm-link-1);
}
a:hover {
  color: var(--th-color);
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.thm-row-g {
  background-color: var(--thm-bg-1);
}
.thm-row-g h2, .thm-row-g h4 {
  text-transform: uppercase;
  color: var(--blue-hx);
  margin-bottom: 0;
}
.thm-row-g h4 {
  font-size: 13px;
  font-weight: bold;
}
.thm-row-g h2 {
  font-size: 20px;
  font-weight: bold;
}
.thm-row-g a.dark-link {
  font-size: 12px;
  font-weight: bold;
  color: var(--link-gray);
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: white;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
  color: #000 !important;
}
#blazor-error-ui a {
  color: #000 !important;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.thm-button-large {
  padding: 4px 8px;
  font-size: 15px;
}

.thm-button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff !important;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.thm-button:hover {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.thm-button__cyan {
  background-color: #166b9e;
  border-color: #166b9e;
}
.thm-button__cyan:hover {
  color: #fff;
  background-color: #166b9e;
  border-color: #166b9e;
}

.thm-icon-button {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: var(--bs-gray-100);
  border: 1px solid transparent;
  padding: 0px 8px 5px 8px;
  font-size: 1rem;
  border-radius: 6px;
}

.thm-icon-button__vip {
  border: 1px solid transparent;
  background-color: white;
  padding: 0px 8px 5px 8px;
  border-radius: 0 5px 5px 0;
}
.thm-icon-button__vip img {
  height: 12px;
  width: auto;
  border-radius: 0;
}

.section-label {
  font-size: 12px;
}

.section-label__img {
  width: auto;
  height: 14px;
}

.pill-button {
  margin-bottom: 15px;
  display: block;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #FFFFFF;
  border: 1px solid var(--bs-gray-300);
  padding: 6px 10px 9px 10px;
  font-size: 1rem;
  border-radius: 3px;
}

.hs-noborder {
  border: none !important;
}

.hs-row {
  padding: 10px 0;
  display: grid;
  grid-gap: var(--gutter) 0;
  grid-template-columns: var(--gutter) 1fr var(--gutter);
  align-content: stretch;
  width: 100%;
  border-bottom: 1px solid var(--hs-border-color);
  background-color: var(--hs-background-color);
}
.hs-row .card-body {
  padding: 0 20px 10px 20px;
}
.hs-row h2 {
  text-transform: uppercase;
  color: var(--blue-hx);
  margin-bottom: -8px;
  font-weight: bold;
  font-size: 20px;
}
.hs-row > * {
  grid-column: 2/-2;
}
.hs-row > .full {
  grid-column: 1/-1;
}
.hs-row .hs-img {
  width: auto;
  height: 18px;
}
.hs-row .hs-img-item {
  width: 300px;
  height: 300px;
  border: 1px solid var(--hs-border-color);
  border-radius: 10px;
}
.hs-row .hs-img-300 {
  width: 300px;
  height: 250px;
  border-radius: 10px;
  margin: 10px;
}
.hs-row .hs-episode-title {
  overflow: scroll;
  height: 65px;
  overflow-x: hidden;
  color: var(--thm-text-1);
}
.hs-row .hs-episode {
  border: 1px solid var(--thm-blockquote-border);
  background-color: var(--thm-blockquote);
  width: 250px;
  height: 150px;
  line-height: 1.2;
}
.hs-row .hs-card {
  display: block;
  position: relative;
}
.hs-row .hs-icon-button {
  display: block;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: var(--hs-background-color);
  border: 1px solid var(--hs-border-color);
  padding: 8px 10px 10px 10px;
  font-size: 1rem;
  border-radius: 3px;
}
.hs-row .hs-icon-button.active {
  background-color: var(--thm-blockquote);
}
.hs-row .text {
  font-weight: bold;
  color: var(--thm-text-1);
  white-space: nowrap;
}
.hs-row .hs-menu {
  height: 46px;
}
.hs-row .hs {
  display: grid;
  grid-gap: calc(var(--gutter) / 2);
  grid-template-columns: 0px;
  grid-auto-flow: column;
  /*align-items: center;*/
  overflow-x: scroll;
  scroll-snap-type: x proximity;
  padding-bottom: calc(0.75 * var(--gutter));
  margin-bottom: calc(-0.25 * var(--gutter));
  background-color: var(--hs-background-color);
}
.hs-row .hs a.active::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 25%;
  text-align: center;
  width: 50%;
  height: 3px;
  border-radius: 3px;
  background: #9f2629;
}
.hs-row .hs:before {
  content: "";
  width: 5px;
}
.hs-row .hs:after {
  content: "";
  width: 5px;
}
.hs-row .no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.hs-row .no-scrollbar::-webkit-scrollbar {
  display: none;
}

.btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-primary:focus {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  box-shadow: none;
}

.btn-check:focus + .btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  box-shadow: none;
}

.thm-login-form {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.thm-cartoon-series {
  border-bottom: 1px solid var(--thm-c-border);
  background-color: var(--thm-c-bg);
  margin-bottom: 15px;
}
.thm-cartoon-series img {
  border-radius: 8px;
}
.thm-cartoon-series span {
  font-size: 14px;
  font-weight: bold;
  color: var(--thm-text-1);
}
.thm-cartoon-series a {
  font-size: 13px;
  font-weight: 600;
  color: var(--thm-link-1);
}

body:has(.thm-vip-modal) {
  overflow: hidden;
}

.thm-vip-modal {
  padding: 10px 25px;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-height: 300px;
  border-top: 1px solid transparent;
  color: var(--thm-text-1);
  background-color: var(--thm-bg-1);
  z-index: 1040;
  overflow-x: auto;
  border-radius: 30px 30px 0 0;
  box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.4);
}

.thm-vip-modal-backdrop {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 93.4vh;
  background-color: white;
  opacity: 0.4;
  overflow-x: hidden;
  overflow-y: auto;
}

.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}

.loading-progress circle {
  fill: none;
  stroke: transparent;
  stroke-width: 0.9rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.loading-progress circle:last-child {
  stroke: #b32121;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.join-vip {
  background-color: var(--join-vip);
  color: white !important;
}

.join-vip-gold {
  background-color: var(--join-vip-gold);
  color: white !important;
}

.loading-progress-text:after {
  color: white;
  content: var(--blazor-load-percentage-text, "Loading");
}

.section-body {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  color: var(--thm-text-1);
}

.green {
  color: var(--color-green);
}

.piano-box {
  background-color: var(--thm-bg-1);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.piano-box .piano-large {
  font-size: 20px;
  font-weight: bold;
  color: var(--thm-text-1);
}
.piano-box .piano-small {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--thm-text-1);
}

.profile-card {
  position: relative;
  color: var(--thm-link-1);
  border-radius: 10px;
  padding: 10px;
  margin: 10px 10px 0 10px;
  border: 1px solid var(--hs-border-color);
  background-color: var(--hs-background-color);
}
.profile-card__user {
  margin-top: 20px;
}
.profile-card__ac {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.profile-card__subscription {
  position: absolute;
  display: flex;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: -1px;
  left: 10px;
  padding: 5px 10px;
  border: 1px solid var(--hs-border-color);
  background-color: #FFF;
}
.profile-card__subscription img {
  height: 12px;
  width: auto;
  border-radius: 0;
}

.gpt-ad {
  margin: 10px 0;
}

/*.ad-250 {
    min-height: 250px;
}*/
/*.animating {
    animation-delay: 2s;
    animation-name: marquee;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: 2;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}*/
.newsletters-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
.newsletters-list li {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid var(--thm-blockquote-border);
  background-color: var(--thm-blockquote);
  padding: 15px;
  margin: 0 15px 15px 15px;
  border-radius: 10px;
}
.newsletters-list li a {
  text-transform: none;
  padding: 10px;
  color: var(--thm-text-1);
}

.pc {
  color: var(--bs-primary);
}

.thm-hidden {
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
  max-height: 0;
}

.thm-password-eye {
  color: black;
  position: absolute;
  right: 0;
  top: 10px;
}

iframe[src*="ddhq.io" i] {
  background-color: #FFFFFF;
}
