#data tr {
  display: none;
}

/* Unified ECKERT pagination styles */
.eckert-pagination {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.eckert-pagination .page-link {
    color: #124093;
    border-color: #dee2e6;
    padding: 0.45rem 0.85rem;
    font-size: 0.95rem;
}
.eckert-pagination .page-item.active .page-link {
    background-color: #124093;
    border-color: #124093;
    color: #fff;
}
.eckert-pagination .page-item.disabled .page-link {
    color: #adb5bd;
    background-color: #f8f9fa;
    border-color: #dee2e6;
    cursor: not-allowed;
}
.eckert-pagination .page-link:hover {
    background-color: #e9ecef;
    color: #124093;
    border-color: #dee2e6;
}
.eckert-pagination .page-item.active .page-link:hover {
    background-color: #0d2f6e;
    border-color: #0d2f6e;
    color: #fff;
}
