.custom-pagination{
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}
.custom-pagination .page-item.active .page-link {
    background-color: #4caf50;
    color: white;
    border: none;
}

.custom-pagination .page-item .page-link {
    color: #333;
    padding: 8px 12px;
    border: 1px solid #ddd;
    margin: 0 2px;
    cursor: pointer;
}

.custom-pagination .page-item.disabled .page-link {
    color: #aaa;
}
