/* ---- DATATABLES ---- */
/* Pagination */
.dataTables_length {
    float: left;
    margin-bottom: 10px;
}
/* Button */
.dt-buttons {
    margin-left: 30px!important;
}

.dataTables_filter {
    float: right;
}

.dataTables_info {
    float: left;
    margin-top: 10px;
    padding: 20px 0 10px 3px;
}

.dataTables_paginate {
    float: right;
    margin-top: 10px;
    padding: 5px 0 10px 0;
}

.dt-buttons button.buttons-copy{
    background-color: #0d6efd;
}

.dt-buttons button.buttons-excel{
    background-color: #198754;
}

.dt-buttons button.buttons-pdf{
    background-color: #dc3545;
}
/* ---- DATATABLES ---- */