.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white!important;
    background: #7c85f780!important;

}

.dt-button {
    background:none !important;
    display: inline-block!important;
    font-weight: 400!important;
    text-align: center!important;
    vertical-align: middle!important;
    user-select: none!important;
    border: none!important;
    font-size: 0.75rem!important;
    line-height: 1.5!important;
    border-radius: 0.1875rem!important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
    color: #fff!important;
    background-color: #727cf5!important;
    border-color: #727cf5!important;
    padding: 0.35rem 1rem!important;
    cursor: pointer!important;
    margin-top: .4rem;
}

.buttons-excel, .buttons-copy, .buttons-csv, .buttons-pdf {
    color: #212529 !important;
    background-color: #ececec !important;
    border-color: #ececec !important;
}

.buttons-excel:hover, .buttons-copy:hover, .buttons-csv:hover, .buttons-pdf:hover {
    color: #212529 !important;
    background-color: #dbdbdb !important;
    border-color: #dbdbdb !important;
}



/* 
.buttons-excel:hover {
    background-color: #0da34e!important;
}

.buttons-copy, .buttons-csv {
    background-color: #727cf5!important;
}

.buttons-copy:hover, .buttons-csv:hover {
    background-color: #6971d9!important;
}


.buttons-copy, .buttons-csv {
    background-color: #727cf5!important;
}

.buttons-copy:hover, .buttons-csv:hover {
    background-color: #6971d9!important;
}


.buttons-pdf {
    background-color: #ff3366 !important;
}

.buttons-pdf:hover {
    background-color: #f42c5e !important;
} */







.dataTables_wrapper .dataTables_paginate .paginate_button{
    background:none !important;
    display: inline-block!important;
    font-weight: 400!important;
    text-align: center!important;
    vertical-align: middle!important;
    user-select: none!important;
    border: none!important;
    font-size: 0.75rem!important;
    line-height: 1.5!important;
    border-radius: 0.1875rem!important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
    color: rgb(17, 17, 17)!important;
    padding: 0.35rem 1rem!important;
    cursor: pointer!important;
    margin-top: .3rem;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background-color: #727cf5!important;
    color: #fff !important;
}


