.top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.dt-button {
    margin: 0;
    padding: 5px 10px; 
}

.dt-button:hover {
    background-color: #ddd; 
}

.table-responsive {
    padding-top: 15px; 
}

.dataTables_filter {
    margin: 0;
    padding: 0;
}


.pagination-container {
    display: flex;
    justify-content: center;  
    align-items: center;     
    flex-direction: column;  
    margin-top: 15px;        
}

.pagination-info {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.pagination {
    margin: 0;
    padding: 0;
}

