div.card-datatable {
    padding-bottom: 1rem
}

div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.dt-buttons {
    position: relative
}

[dir=rtl] .dt-buttons .dt-button-collection .dropdown-item {
    text-align: right
}

.dt-buttons.btn-group button {
    border-color: rgba(0,0,0,0);
    border-radius: .375rem !important
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
    padding: .625rem;
    min-width: calc(2rem + calc(0px * 2));
    font-size: .75rem;
    line-height: 1
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: center;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: center;
}

.light-style div.dataTables_wrapper div.dataTables_info {
    color: #a1acb8
}

div.dataTables_wrapper div.dataTables_info {
    /*padding-top: 1.5rem;*/
}

div.dataTables_wrapper .card-header{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

table.dataTable {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
    text-align:center !important;
}
