 /********* For Datatable Export Button start*********/
 button.dt-button {
    border: none;
    background: #032da1;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    font-weight: bold;
}

button.dt-button span {
    font-weight: 500;
}

button.dt-button:hover span {
    color: #000;
    font-weight: 500;
}

div.dt-buttons {
    position: relative;
    float: left;
    margin: 0 25px;
}

/********* For Datatable Export Button end*********/