.bs-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0;
}

.bs-pagination ul li {
  display: inline-block;
}

.bs-pagination .page-item a {
  outline: none !important;
}

.bs-pagination .page-item.next a:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99325 6L0.795937 1.80269C0.598628 1.60538 0.499972 1.35426 0.499972 1.04933C0.499972 0.744394 0.598628 0.493276 0.795937 0.295966C0.993247 0.0986567 1.24437 0 1.5493 0C1.85423 0 2.10535 0.0986567 2.30266 0.295966L7.25334 5.24664C7.36096 5.35426 7.43701 5.47085 7.4815 5.59641C7.52598 5.72197 7.54858 5.8565 7.5493 6C7.55002 6.1435 7.52742 6.27803 7.4815 6.40359C7.43558 6.52915 7.35952 6.64574 7.25334 6.75336L2.30266 11.704C2.10535 11.9013 1.85423 12 1.5493 12C1.24437 12 0.993247 11.9013 0.795937 11.704C0.598628 11.5067 0.499972 11.2556 0.499972 10.9507C0.499972 10.6457 0.598628 10.3946 0.795937 10.1973L4.99325 6Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 8px;
  height: 12px;
  display: block;
}

.bs-pagination .page-item.prev a:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.00675 6L7.20406 10.1973C7.40137 10.3946 7.50003 10.6457 7.50003 10.9507C7.50003 11.2556 7.40137 11.5067 7.20406 11.704C7.00675 11.9013 6.75563 12 6.4507 12C6.14577 12 5.89465 11.9013 5.69734 11.704L0.746664 6.75336C0.639041 6.64574 0.562987 6.52915 0.518503 6.40359C0.474018 6.27803 0.451418 6.1435 0.4507 6C0.449983 5.8565 0.472583 5.72197 0.518503 5.59641C0.564422 5.47085 0.640476 5.35426 0.746664 5.24664L5.69734 0.295964C5.89465 0.0986543 6.14577 0 6.4507 0C6.75563 0 7.00675 0.0986543 7.20406 0.295964C7.40137 0.493273 7.50003 0.744394 7.50003 1.04933C7.50003 1.35426 7.40137 1.60538 7.20406 1.80269L3.00675 6Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 8px;
  height: 12px;
  display: block;
}

.bs-pagination .page-item.next, .bs-pagination .page-item.prev, .bs-pagination .page-item.arrow-empty {
  width: 40px;
}

.bs-pagination .page-item {
  padding: 0;
  width: 40px;
}

.bs-pagination .page-item.active a {
  color: #000;
  font-weight: 600;
}

.bs-pagination .page-item a,
.bs-pagination .page-item span {
  display: inline-block;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bs-pagination .page-item a:hover,
.bs-pagination .page-item span.current {
  font-weight: 600;
}
/*# sourceMappingURL=bs-pagination.css.map */