.pagination a {
    margin: 0 5px;
    text-decoration: none;
    color: #04B89F;
}
.pagination a.active {
    font-weight: bold;
    color: #333;
}
.export-table-to-excel {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    align-items: center;
    margin-right: 5%;
}