.pagination { margin-top: 10px; text-align: center; }
.pagination button { padding: 5px 10px; margin: 2px; cursor: pointer; }
.pagination .dots { cursor: default; }
.highlight { background-color: yellow; }

/* Alternate row color styling */
.data-color:nth-child(odd) {
    background-color: white; /* Light gray for odd rows */
}

.data-color:nth-child(even) {
    background-color: #f9fff0; /* Slightly darker gray for even rows */
}