#DataTables_Table_1_wrapper {
    margin-top: 4rem
}
#DataTables_Table_0_wrapper {
    margin-bottom: 130px;
}
.table > thead > tr > th {
    color: #1a73e9;
    font-weight: 600;
}
.table td, .table th {
    border-top: 1px solid #f1f3f1;
}
.table > tbody > tr > td {
    color: #1d1d1d;
}
.dataTables_filter input {
    margin-left: 5px;
    border-radius: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: solid 1px #888ea8;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-hover:not(.table-dark) tbody tr:hover {
    color: #3232b7;
    box-shadow: none;
}
.table > tbody > tr > td button.btn {
    padding: 3px 10px;
}
.page-item.active .page-link {
    background-color: #24ccda;
    border-color: #24ccda;
    border-radius: 4px;
}
ul.pagination li a:hover:not(.active) {
    background-color: #3f4257;
}
.page-link:focus {
    box-shadow: none;
}
.pagination>li>a, .pagination>li>span {
    border-radius: 4px;
}
.status .tooltip-inner {
    border-radius: 20px;
    padding: 8px 20px;
}
.custom-dropdown a.dropdown-toggle i,
.custom-dropdown-icon a.dropdown-toggle i {
    font-size: 17px;
    color: #1a73e9;
}
.custom-dropdown .dropdown-menu {
    min-width: 7rem;
    left: -40px!important;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
.custom-dropdown .dropdown-menu:before {
    position: absolute;
    content: '\e942';
    font-family: flaticon;
    left: auto;
    right: -20px;
    top: -20px;
    background-color: #1a73e9;
    color: #fff;
    padding: 10px 12px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 9px;
}