.table > thead > tr > th {
    color: #000;
    font-weight: 600;
}
.table td, .table th {
    border-top: 1px solid #f1f3f1;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table > tbody > tr > td {
    color: #3b3f5c;
}
.table-hover:not(.table-dark) tbody tr:hover {
    color: #3862f5;
}
.table > tbody > tr > td button.btn {
    padding: 3px 10px;
}
.dataTables_filter input {
    margin-left: 5px;
    border-radius: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: solid 1px #888ea8;
}
.table > tfoot > tr > th {
    font-weight: 700;
}
.page-item.active .page-link {
    background-color: #6156ce;
    border-color: #6156ce;
    /*border-radius: 4px;*/
}
.pagination>li>a, .pagination>li>span {
    /*border-radius: 4px;*/
}
.page-link:focus {
    box-shadow: none;
}
ul.pagination li a:hover:not(.active) {
    background-color: #25d5e4;
}