.page-link, .page-item:first-child .page-link, .page-item:last-child .page-link {
  border: 0 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

a.page-link {
  color: #8338EC !important;
}

li.page-item.disabled a {
  color: #FFF !important;
  background: #8338EC !important;
}
