table.dataTable thead th,
table.dataTable thead td {
    font-size: 15px;
    padding: 10px 10px;
    font-weight: 800;
    border: 0;
    vertical-align: middle;
}

table.dataTable tbody th,
table.dataTable tbody td {
    font-size: 14px;
    border-color: #e9e9e9;
    padding: 10px 10px;
    vertical-align: middle;
}

table.dataTable.no-footer {
    border-color: #e9e9e9;
}

table.dataTable tr.group td {
    background-color: #AEB1B4;
    color: #FFFFFF;
}

table.dataTable.row-border tbody tr td,
table.dataTable.row-border tbody tr th {
    border-top: 1px solid #e9e9e9 !important;
}

table.dataTable.table-borderless {
    border: 0;
}

table.dataTable.table-top-border {
    border-top: 1px solid #e9e9e9 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 14px;
    min-width: 1em;
    margin-left: 2px;
    cursor: pointer;
    color: #AEB1B4 !important;
    padding: 0 2px;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border-color: #23B34C;
    background: #23B34C;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate {
    width: 100%;
    text-align: center;
    padding-top: 1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #030303 !important;
    border: 1px solid white;
    background: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    font-weight: bold;
    color: #23B34C;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:active{
    color: #FFFFFF !important;
    background: #23B34C;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #9B9B9B !important;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #9B9B9B !important;
    background: #FFFFFF;
    box-shadow: none;
}