.custom-pagination .pagination .page-item .page-link.active {
    background: #3274f0;
    color: #fff;
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    border: unset;
}

    .custom-pagination .pagination .page-item .page-link.active:hover {
        background: #0350d6;
    }

.custom-pagination .pagination .page-item .page-link:hover {
    background: #ccc;
}
.custom-pagination .pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.2rem;
    color: #3c4858;
    background: #eee;
    border: 1px solid #ddd;
    padding: 0;
    width: 36px;
    height: 36px;
    margin: auto 8px;
    transition: all 0.5s ease;
    font-size: 14px;
}
.custom-pagination .page-item:not(:first-child) .page-link {
    margin-right: -1px;
}
.custom-pagination .active > .page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.custom-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-pagination .empty {
/*    background: transparent !important;
    border: unset !important;
    width: 10px !important;*/
}