.pagination .page-current {
  color: #1c5cc1;
}
.pagination .page-item {
  font-size: 1.1rem;
}
.pagination .page-item-text {
  color: #cfc7bf;
}
.pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #1f4e8c;
  border-radius: 50% !important;
  background: #1f4e8c;
  box-shadow: none;
  text-decoration: none;
}
.pagination .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 78, 140, 0.15);
}
.pagination .page-link > span[aria-hidden=true] {
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.pagination .page-link[rel=next]::before,
.pagination .page-link[rel=prev]::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/themes/custom/aphp_bootstrap/assets/icons/arrow-right-color.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pagination .page-link[rel=prev]::before {
  transform: rotate(180deg);
}
.pagination .page-item.disabled .page-link {
  opacity: 0.5;
  pointer-events: none;
}
/*# sourceMappingURL=pager.css.map */
