.table > thead > tr > th {
    color: #e95f2b;
    font-weight: 600;
}
.table > tfoot > tr > th {
    color: #3b3f5c;
    font-weight: 600;
}
.table td, .table th {
    border-top: 1px solid #f1f3f1;
    color: #3862f5;
}
.form-control {
    border: 1px solid #e9ecef;
}
table.dataTable .form-control {
    color: #515365;
    font-size: 15px;
}
.form-control:focus {
    border-color: #3862f5;
}
.dataTables_filter input {
    margin-left: 5px;
    border-radius: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: solid 1px #888ea8;
}
.page-item.active .page-link {
    background-color: #3862f5;
    border-color: #3862f5;
    border-radius: 4px;
}
ul.pagination li a:hover:not(.active) {
    background-color: #e95f2b;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    border-radius: 4px;
    color: #515365;
}
.page-link:focus {
    box-shadow: none;
}
.page-item:first-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}