.dt-buttons .dt-button {
    color: #fff !important;
    background-color: #1b55e2!important;
    border-color: #1b55e2;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-right: 5px;
}

.dt-buttons .buttons-excel{
    color: #fff !important;
    background-color: #14b406!important;
    border-color: #14b406;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-right: 5px;
}

.dt-buttons .buttons-pdf{
    color: #fff !important;
    background-color: #ca0202!important;
    border-color: #ca0202;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-right: 5px;
}
.dt-buttons .buttons-csv{
    color: #fff !important;
    
    background-color: #04adc4!important;
    border-color: #04adc4;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-right: 5px;
}
.dt-buttons .buttons-collection{
    color: #fff !important;
    background-color: #c714df!important;
    border-color: #e20586;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-right: 5px;
}