.custom-pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.custom-page-item {
    margin: 0 5px;
}

.custom-page-link {
    display: block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    transition: background 0.3s, color 0.3s;
}

.custom-page-item.active .custom-page-link {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.custom-page-item.disabled .custom-page-link {
    color: #aaa;
    border-color: #ddd;
    pointer-events: none;
}

.custom-page-link:hover {
    background: #f0f0f0;
}

.column-1_4 h3{
    font-weight: bold !important;
    margin-top: 0 !important;
}

.column-1_4 img{
    height: 25vh !important;
    object-fit: fill !important;
}

#countTotal {
    margin: 20px 0 20px 0;
    font-weight: normal !important;
}