.add-client select{
    outline: none;
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    padding: 12px;
    font: var(--primary-font);
    margin-top: 8px;
    margin-bottom: 16px;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: center !important;
}

table{
    width: 100% !important;
}
.dataTables_wrapper .dataTables_length {
    margin-bottom: 20px;
    padding-left: 20px;
}
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 20px;
    padding-right: 20px;
}
.dataTables_wrapper .dataTables_filter input {
    padding: 15px 20px !important;
}
.dataTables_wrapper .dataTables_length select{
    padding: 10px !important;
    margin: 0 5px;
}
.dataTables_wrapper .dataTables_info{
    padding-left: 20px !important;
}
.dataTables_wrapper .dataTables_paginate{
    padding-right: 10px !important;
}
.search-from{
    display: none;
}
