.hidden {
  display: none;
}

.c-table-topic {
  margin-top: 60px;
}
.c-table-topic .tabs {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 5rem;
}
.c-table-topic .tabs .tab-btn {
  flex: 1 1 0;
  text-align: center;
  padding: 0.625rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  background: #a0aeb8;
  color: white;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.c-table-topic .tabs .tab-btn:hover {
  background: #006cb7;
  color: #fff;
}
.c-table-topic .tabs .tab-btn.bigactive {
  background: #006cb7;
  color: #fff;
  pointer-events: none;
}
.c-table-topic .pager .wp-pagenavi {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 6.5625rem;
}
.c-table-topic .pager button,
.c-table-topic .pager a,
.c-table-topic .pager span {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  background: #eaeef1;
  color: #222222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.c-table-topic .pager button:hover,
.c-table-topic .pager a:hover,
.c-table-topic .pager span:hover {
  background: #000;
  color: white;
}
.c-table-topic .pager button.current, .c-table-topic .pager button.active,
.c-table-topic .pager a.current,
.c-table-topic .pager a.active,
.c-table-topic .pager span.current,
.c-table-topic .pager span.active {
  background: black;
  color: #fff;
  pointer-events: none;
}
.c-table-topic .pager button.active,
.c-table-topic .pager a.active,
.c-table-topic .pager span.active {
  cursor: inherit;
}
.c-table-topic .pager button.is-disabled,
.c-table-topic .pager a.is-disabled,
.c-table-topic .pager span.is-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-table-topic .tabs {
    margin-bottom: 3rem;
  }
  .c-table-topic .tabs .tab-btn {
    width: 100%;
    font-size: 1rem;
    padding: 0.5rem;
  }
  .c-table-topic .pager .wp-pagenavi {
    margin-top: 3.5625rem;
    gap: 0.5rem;
  }
  .c-table-topic .pager button,
  .c-table-topic .pager a,
  .c-table-topic .pager span {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-table-topic {
    margin-top: 121px;
  }
  .c-table-topic .tabs {
    gap: 1.5625rem;
  }
}
/*# sourceMappingURL=maps/topic.css.map */
