div.dataTables_wrapper {width: 865px;margin: 0 auto;}

.table-bordered {
    border: 1px solid #e9ecef;
}
.table-bordered.dataTable th {
    border-right: 1px solid #e9ecef;
}

.table td, .table th {
}
.table-bordered td {
    border: 1px solid #e9ecef;
}
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
    border-top:  1px solid #e9ecef; 
}
.table > thead > tr > th {
    color: #3862f5;
    font-weight: 600;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table > tbody > tr > td {
    color: #3b3f5c;
}
.table > tfoot > tr > th {
    color: #1d1d1d;
    font-weight: 600;
}
.dataTables_filter input {
    margin-left: 5px;
    border-radius: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: solid 1px #888ea8;
}
.form-control:focus {
    border-color: #3862f5;
}
.table-hover:not(.table-dark) tbody tr:hover {
    color: #3232b7;
    box-shadow: none;
}
.page-item.active .page-link {
    background-color: #3232b7;
    border-color: #3232b7;
    border-radius: 4px;
}
.page-link:focus {
    box-shadow: none;
}
ul.pagination li a:hover:not(.active) {
    background-color: #25d5e4;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination>li>a, .pagination>li>span {
    border-radius: 4px;
    color: #515365;
}