.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Optional: Add ellipsis for long content */
}
/* Style the DataTable search input box */
.dataTables_wrapper .dataTables_filter input[type="search"] {
    background-color: white;
    color: black; /* You can adjust the text color as needed */
}

/* Style the DataTable dropdown (length menu) */
.dataTables_wrapper .dataTables_length select {
    background-color: white;
    color: black; /* You can adjust the text color as needed */
}

/* Style the DataTable page number selection buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: white;
    color: black; /* You can adjust the text color as needed */
}