.table > thead > tr > th {
    color: #5247bd;
    font-weight: 600;
}
.table td, .table th {
    border-top: 1px solid #f1f3f1;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.dataTables_filter input {
    margin-left: 5px;
    border-radius: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: solid 1px #888ea8;
}
.table > thead > tr > th:hover {
    color: #ff3743;
    border-bottom: solid 1px #ff3743;
}
.table > tbody > tr > td:first-child {
    color: #000;
}
.table > tbody > tr > td {
    color: #3b3f5c;
}
.table-hover:not(.table-dark) tbody tr:hover td {
    color: #ee3d50;
    box-shadow: none;
}
.page-item.active .page-link {
    background-color: #07dabf;
    border-color: #07dabf;
    border-radius: 4px;
}
ul.pagination li a:hover:not(.active) {
    background-color: #3f4257;
}
.pagination>li>a, .pagination>li>span {
    border-radius: 4px;
}
.page-link:focus {
    box-shadow: none;
}
.dataTables_filter .form-control-sm {
    border-radius: 30px;
}
.table > tfoot > tr > th {
    color: #1d1d1d;
    font-weight: 600;
}
#alter_pagination_wrapper ul.pagination li a {
    padding: 5px 9px;
}