@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  background-color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

nav {
  background-color: #fff;
}
nav .navbar-toggler {
  border: 0;
}
nav .nav-link {
  color: #000;
  font-weight: bold;
}

.table-title {
  letter-spacing: 0.5rem;
  border-bottom: 1px solid #000;
}

.table > :not(caption) > * > * {
  background-color: unset;
  border-bottom-width: 0;
}

.table-content {
  font-size: 1.125rem;
  font-weight: 400;
}

.text-brown {
  color: #6b492e;
}

.text-cyan {
  color: #057F7C;
}

.reveal-img {
  max-width: 800px;
}

.t-bg-f tr:nth-child(even) {
  background-color: #FFF6E3;
}

.t-bg-m tr:nth-child(even) {
  background-color: #d5f6f5;
}

.spinner-border {
  position: absolute;
  top: 30%;
  left: 50%;
}

@media (max-width: 767.98px) {
  .table-title .fs-5 {
    font-size: 1rem !important;
    white-space: nowrap;
  }
  .table-content {
    font-size: 1rem;
  }
  .table > tbody {
    vertical-align: middle;
  }
}
.tpp-legislator-main-section {
  padding-top: 8rem;
  padding-bottom: 3rem;
}
.tpp-legislator-main-section h1 {
  font-size: 4.5rem;
}
.tpp-legislator-main-section h1 .text-gradient {
  background: linear-gradient(to right, #28C8C8, #111827);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.tpp-legislator-main-section .max-w-xl {
  max-width: 37rem;
  font-size: 1.125rem;
}
.tpp-legislator-main-section .btn-bg-f1 {
  background-image: url("../images/btn-bg-f-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.tpp-legislator-main-section .btn-bg-f1 a {
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1.25rem;
}
.tpp-legislator-main-section .btn-bg-f2 {
  background-image: url("../images/btn-bg-f-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.tpp-legislator-main-section .btn-bg-f2 a {
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1.25rem;
}
.tpp-legislator-main-section .btn-bg-m1 {
  background-image: url("../images/btn-bg-m-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.tpp-legislator-main-section .btn-bg-m1 a {
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1.25rem;
}
.tpp-legislator-main-section .btn-bg-m2 {
  background-image: url("../images/btn-bg-m-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.tpp-legislator-main-section .btn-bg-m2 a {
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1.25rem;
}
.tpp-legislator-main-section .evaluation-item {
  position: relative;
  top: -1.875rem;
}
.tpp-legislator-main-section .rate-section {
  position: absolute;
  top: 0;
  right: 1rem;
}
.tpp-legislator-main-section .rate-section .rate-title-f {
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #fff;
  background-color: #D37733;
  border-radius: 0.5rem;
}
.tpp-legislator-main-section .rate-section .rate-title-m {
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #fff;
  background-color: #057F7C;
  border-radius: 0.5rem;
}
.tpp-legislator-main-section .rate-section .rate-total {
  font-weight: 700;
}
.tpp-legislator-main-section .rate-section .t-color-f {
  font-size: 3rem;
  background: linear-gradient(140deg, #fff, #fff 50%, #D37733);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  -webkit-text-stroke: 1px rgba(211, 119, 51, 0.2);
}
.tpp-legislator-main-section .rate-section .t-color-m {
  font-size: 3rem;
  background: linear-gradient(140deg, #fff, #fff 50%, #22D3EE);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  -webkit-text-stroke: 1px rgba(34, 211, 238, 0.2);
}
.tpp-legislator-main-section .rate-section .rate-percent-f {
  font-size: 1.5rem;
  color: #D37733;
}
.tpp-legislator-main-section .rate-section .rate-percent-m {
  font-size: 1.5rem;
  color: #22D3EE;
}
.tpp-legislator-main-section .card-shadow {
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

@media (max-width: 767.98px) {
  .tpp-legislator-main-section h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tpp-legislator-main-section h1 {
    font-size: 4rem;
  }
}
.tpp-legislator-footer {
  padding: 3.5rem 0;
  margin-top: 8rem;
  font-size: 1.125rem;
}
.tpp-legislator-footer .evaluation-overview {
  padding: 4rem 0;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e5e7eb;
  max-width: 700px;
}
.tpp-legislator-footer .evaluation-overview a {
  color: #000;
  text-decoration: none;
}
.tpp-legislator-footer svg {
  width: 1.688rem;
  height: 1.688rem;
}
.tpp-legislator-footer svg:hover {
  fill: #5850ec;
}
.tpp-legislator-footer .footer-icons {
  margin-bottom: 3.5rem;
  max-width: 300px;
}
.tpp-legislator-footer .footer-copyright {
  color: #6B7280;
}
.tpp-legislator-footer .footer-copyright a {
  color: #6B7280;
  margin-right: 0.3125rem;
  text-decoration: none;
}/*# sourceMappingURL=all.css.map */