table.dataTable.display tbody tr >.sorting_1 > a:first-child {margin-bottom: 5px;}
.dataTables_wrapper .dataTables_length select {max-height: 30px;}
#table_id_filter {background-color: var(--primary-color);padding: 5px 10px;border-radius: 5px;color: white;}
#table_id_filter input {background-color: white; color: #425564;}
#table_id { padding-top: 10px;}
#table_id th {background-color: var(--primary-color);color: white;vertical-align: middle;padding: 18px;}
#table_id th:nth-child(1) {border-radius: 5px 0 0 0;}
#table_id th:last-child {border-radius: 0 5px  0 0;}