/* 頁碼 - 民力版本 */
.paginationGroup {
  display: flex;
  justify-content: center;
  margin-top: 2px;
  font-size: 0.85rem;
}

.paginationGroup .page-item.active .page-link {
  z-index: 3;
  color: #01575c;
  background-color: #01575c30;
  border-color: #01575c30;
}

.paginationGroup .page-link {
  position: relative;
  display: block;
  padding: 2px 12px;
  color: #01575c;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.paginationGroup .page-link.normal {
  position: relative;
  display: block;
  padding: 2px 2px;
  color: #01575c;
  text-decoration: none;
  background-color: rgb(0 0 0 / 0%);
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.paginationGroup .page-link:hover {
  background-color: #01575c30;
  border-color: #01575c30;
}

.pagination .page-item {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0 6px;
}

.selectNumberGroup {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 6px;
}

.selectNumberGroup input {
  display: inline-flex;
  width: 40px;
  height: 32px;
  padding: 0px 12px;
  margin: 0 2px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 576px) {
  
  .pagination .total{
    display: none;
  }

}