/* Colors */
/* Font */
/* Width & Height */
.styles__title-wrapper___brlxm {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.styles__title-wrapper___brlxm:after {
  content: "";
  background: #2C2C2D;
  width: 60px;
  height: 2px;
  display: block;
  margin: 20px auto 0;
}

.styles__title___InWmx {
  color: #2C2C2D;
  display: inline-block;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  font-size: 22px;
  line-height: 170%;
}

.styles__title-dark___FwmDI .styles__title___InWmx {
  color: #fff;
}
.styles__title-dark___FwmDI:after {
  background: #fff;
}
.styles__title-dark___FwmDI .styles__description___lku2S {
  color: rgba(255, 255, 255, 0.8);
}

.styles__description___lku2S {
  margin-top: 12px;
  color: #6B7C93;
  font-size: 14px;
  line-height: 160%;
}

@media only screen and (max-width: 979px) {
  .styles__title___InWmx {
    font-size: 20px;
  }
}


.pagination__pagination___M9U9w {
  display: flex;
  align-items: center;
  width: var(--full);
  background: #EDEEF4;
  padding: 12px;
  font-size: 14px;
  border-radius: 5px;
}

.pagination__button___CrYh6 {
  width: 160px;
  font-size: 14px;
  padding: 0 10px;

  .pagination__button-icon___L6W_r {
    font-size: 13px;
  }
}

.pagination__prev___t0ocm {
  width: 160px;
}

.pagination__next___kfDyx {
  width: 160px;
}

.pagination__info___fbit5 {
  flex: 1;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.pagination__pageJump___DfcSw {
  display: inline-block;
  margin: 0 15px;
}

.pagination__currentPage___hXlcD {
  display: inline-block;
}

.pagination__total-page___lCtyc {
  margin-right: 3px;
}

.pagination__text-box___KMsbf {
  border: 1px solid var(--borderColor);
  width: 130px;
  padding: 0 15px;
  height: 45px;
  text-align: center;
  border-radius: 5px;

  &:disabled {
    background: var(--antiFlashWhite);
    color: var(--disabledText);
    cursor: not-allowed;
  }
}

@media only screen and (max-width: 768px) {
  .pagination__info___fbit5 {
    widtH: 100%;
    margin: 12px 0;
  }

  .pagination__pagination___M9U9w {
    flex-direction: column-reverse;
  }

  .pagination__pageJump___DfcSw {
    width: 50%;
  }

  .pagination__button___CrYh6 {
    flex: 1;
    width: var(--full);
  }

  .pagination__prev___t0ocm, .pagination__next___kfDyx {
    flex: 1;
    width: 100%;
  }

  .pagination__next___kfDyx {
    margin-right: 10px;
  }

  .pagination__text-box___KMsbf {
    width: var(--full);
  }
}
.filterFormTitle__filter-form-title___hDgvl {
  display: none;
  padding: 1rem 2rem;
  text-align: center;
}
.filterFormTitle__filter-form-title___hDgvl div:first-child {
  flex: 1;
  font-size: 14px;
}
.filterFormTitle__filter-form-title___hDgvl .filterFormTitle__close-button___z5Ljg {
  cursor: pointer;
}

@media only screen and (max-width: 979px) {
  .filterFormTitle__filter-form-title___hDgvl {
    display: flex;
  }
}
