.table > thead > tr > th {
    color: #1a73e9;
    font-weight: 600;
    border-top: 1px solid #e9ecef;
}
.table td, .table th {
    border-top: 1px solid #f1f3f1;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table > tfoot > tr > th {
    font-weight: 600;
}
div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 30px;
}
.table tbody tr td {
    color: #3b3f5c
}
.table > tfoot > tr > th {
    color: #1d1d1d;
}
.table-hover:not(.table-dark) tbody tr:hover td {
    color: #3232b7;
}
.page-item.active .page-link {
    background-color: #3232b7;
    border-color: #3232b7;
    border-radius: 4px;
}
ul.pagination li a:hover:not(.active) {
    background-color: #ffbb44;
}
.pagination>li>a, .pagination>li>span {
    border-radius: 4px;
}
.table-bordered {
    border: 1px solid #fff;
}
.form-control:focus {
    border-color: #24ccda;
}
.badge {
    padding: 5px 9px;
}


.new-control.new-checkbox[class*="checkbox-outline-"] span.new-control-indicator {
    border: 1px solid #3b3f5c;
}
.table > tbody > tr > td button.btn {
    padding: 3px 10px;
}