.pagination {
    box-shadow: none;
    justify-content: center;
}

.pagination .active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #04b6ad;
}

.cursor-pointer {
    cursor: pointer;
}
