/*
.dataTables_filter_2 {
    margin-top: 16px;
    float: right;
}
.dataTables_filter {
     margin-top: 16px;
     margin-right: 46px;
     float: right;
 }
#example tbody tr:hover,
#example tbody tr:hover.even td,
#example tbody tr:hover.odd td {
    background-color: #fff3cd !important;
}
.paginate_button {
    margin-top: 15px;
}
.dataTables_length {
    margin-top: 16px;
    margin-left: 4px;
    margin-bottom: 15px;
}
*/

.paginate_button.page-item.active > a.page-link {
    z-index: 3;
    color: white;
    background-color: #6a4c93;
    border-color: #6a4c93;
}

.page-link:hover {
    z-index: 2;
    color: #6a4c93;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.paginate_button {
    --bs-pagination-color: #6a4c93;
}

.circle {
    width: 30px;
    height: 30px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.text-bg-purple {
    color: #fff !important;
    background-color: #6f42c1 !important;
}

.x-transparent {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 30px;
    cursor: pointer;
}

th {
    white-space: nowrap;
}

th span {
    padding-left: 20px !important;
    padding-right: 20px !important;
}