.page-item:first-child .page-link {
  cursor: pointer;
}

.page-item:not(:first-child) .page-link {
  cursor: pointer;
}

.active > .page-link, .page-link.active {
  cursor: auto !important;
}