.pagination{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.page-item{
  margin: 0 3px;
}
.page-link{
  min-width: 39px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  color: var(--bs-color-secondary);
}
.page-link.active{
  color: var(--bs-color-white);
  background-color: var(--bs-color-secondary);
}
.arrow-icon{
  color: var(--bs-color-warning);
  font-size: 14px;
}
.arrow-icon[disabled]{
  pointer-events: none;
  opacity: .4;
}