.pagination li {
  border: 0;
}

.page-item {
  font-size: 1rem;
}
.page-item .page-link {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1.75rem;
  text-align: center;
  border: 0;
  color: #000211;
  border-radius: 100%;
}
.page-item .page-link:not(.dots):hover, .page-item .page-link:not(.dots):focus {
  color: #fff;
  background-color: hsl(12, 93%, 61%);
}
.page-item .page-link.dots:hover {
  background: unset;
}
.page-item:last-child:not(.disabled) .page-link {
  color: #fff;
  background-color: hsl(12, 93%, 61%);
}
.page-item:last-child:not(.disabled) .page-link:hover, .page-item:last-child:not(.disabled) .page-link:focus {
  background-color: hsl(12, 97%, 50%);
}
.page-item.active .page-link {
  background: none;
  color: hsl(12, 93%, 61%);
}
.page-item.active .page-link:hover, .page-item.active .page-link:focus {
  background: none;
  color: hsl(12, 93%, 61%);
}
.page-item.disabled .page-link {
  background-color: hsl(10, 89%, 96%);
  color: #000211;
}