
div.dataTables_wrapper div.dataTables_processing {
    color: #335EEA;
    position: absolute;
    top: 50%;
    height: 60px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    z-index: 9999;
}

.page-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8125rem 1.25rem;
    margin-left: -1px;
    line-height: 1.6;
    color: #869AB8;
    background-color: #fff;
    border: 2.5px solid var(--Gray-600, #869AB8);
    border-radius: 10px;
    height: 50px;
    width: 50px;
    margin-right: -11px;
    transform: scale(0.6);
    font-size: 20px;
}

.paginate_button.page-item.disabled {
    color: #869AB8 !important;
}

.page-item:first-child .page-link {
    border-radius: 0px;
    margin-left: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border: none;
}
thead {
    background-color: rgba(51, 94, 234, 0.08) !important;
}
tr > th {
    font-weight: 500 !important;
    color: #384C74 !important;
}

.page-item:last-child .page-link {
    border-radius: 0px;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border: none;
}

.page-item.active .page-link {
    z-index: 3 !important;
    color: #335eea !important;
    background-color: var(--branco, #FFF) !important;
}

.table tbody tr:not(:first-child) td,
.table tbody tr:not(:first-child) th {
    vertical-align: top;
    position: relative;
    border-top: 1px solid var(--Gray-500, #ABBCD5);
}

.table tbody tr:not(:first-child) td:first-child,
.table tbody tr:not(:first-child) th:first-child,
.table tbody tr:not(:first-child) td:last-child,
.table tbody tr:not(:first-child) th:last-child {
    border-top: none;
}

.table tbody tr:not(:first-child) td:first-child::before,
.table tbody tr:not(:first-child) th:first-child::before {
    content: "";
    position: absolute;
    left: 0%;
    right: 0;
    top: 0;
    border-top: 1px solid var(--Gray-500, #ABBCD5);
}

.table tbody tr:not(:first-child) td:last-child::before,
.table tbody tr:not(:first-child) th:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0%;
    top: 0;
    border-top: 1px solid var(--Gray-500, #ABBCD5);
}

div.dataTables_wrapper div.dataTables_processing {
    color: #335EEA;
    position: absolute;
    top: 50%;
    height: 60px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    z-index: 9999;
}


.dataTables_paginate {
    margin-top: 40px !important;
}