table.dataTable {
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.table th {
    padding: 0.75rem;
    padding-left: 20px;
    vertical-align: top;
    border: none;
    border-bottom: 2px solid #dee2e6;
    color: var(--dark-text);
    font-weight: 600;
}

.table td {
    padding: 0.75rem;
    padding-left: 20px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    color: var(--text-gray);
}

.table> :not(:last-child)> :last-child>* {
    border-bottom: 2px solid #dee2e6 !important;
}

table.dataTable>thead .sorting::before,
table.dataTable>thead .sorting_asc::before,
table.dataTable>thead .sorting_desc::before,
table.dataTable>thead .sorting_asc_disabled::before,
table.dataTable>thead .sorting_desc_disabled::before {
    left: 0;
    content: "\25b2" !important;
    top: 6px;
    color: var(--primary);
}

table.dataTable>thead .sorting::after,
table.dataTable>thead .sorting_asc::after,
table.dataTable>thead .sorting_desc::after,
table.dataTable>thead .sorting_asc_disabled::after,
table.dataTable>thead .sorting_desc_disabled::after {
    left: 0em;
    content: "\25bc" !important;
    top: 18px;
    color: var(--primary);
}


.custom-pagination {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.pagination-info {
    display: flex;
    justify-content: end;
    align-items: center;
}

.dataTables_info {
    margin-right: 20px;
    color: var(--text-gray);
    font-size: 12px;
    padding-top: 0 !important;
}

.button-pagination {
    border: none;
    font-weight: 600;
}

.button-pagination i {
    font-size: 14px;

    letter-spacing: .7px;
    color: var(--dark-text);
}

.page-link {

    border: none;
    font-weight: 600;

}

.page-item.active .page-link {
    z-index: 1;
    color: var(--primary);
    background-color: transparent;
    border-color: transparent;
}

.pagination .previous .page-link,
.pagination .next .page-link {
    vertical-align: middle;
    align-content: center;
    align-items: center;
    align-self: center;
    vertical-align: middle;
    display: inline;
}


.pagination li {
    vertical-align: middle;
    align-content: center;
    align-items: center;
    align-self: center;
    vertical-align: middle;
    display: inline;
}



td .badge {
    font-family: 'Poppins' !important;
    font-size: 14px;
    font-weight: normal;
}


td .badge.not-active {
    background-color: rgba(234, 111, 78, .1) !important;
    color: var(--red);
}


td .badge.active {
    background-color: rgba(88, 178, 50, .1) !important;
    color: var(--green);
}


.dt-right {
    text-align: right;
}