.custom-pagination a.pager i {
    background: #1D2D50;
    height: 30px;
    width: 30px;
    text-align: center;
    color: white;
    line-height: 31px;
    border-radius: 100%;
    box-shadow: 0px 3px 6px #00000029;
    -webkit-font-smoothing: antialiased;
}

.custom-pagination .pager-digits{
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-pagination .pager-digits a.pagi-tile{
  display: block;
  margin: 0 5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #4c4c4c;
}

.custom-pagination a.pagi-tile.active{
  font-weight: bold;
  transform: scale(1.3);
  color: #1D2D50;
}
