
.dataTables_wrapper
.paginate_button{
    background: #06318c !important;
    color: white !important;
    border: none !important;
}



.dataTables_wrapper
.paginate_button.current{
    background: #ffffff !important;
    color: black !important;
    border:0.8px solid gray !important;
}
.dataTables_wrapper
.paginate_button  .previous{
    background: #06318c !important;
    color: white !important;
    border: none !important;
}
.dataTables_wrapper
.paginate_button .next{
    background:#06318c !important;
    color: white !important;
    border: none !important;
}
.dataTables_wrapper
.paginate_button  .disabled{
    background: #06318c !important;
    color: white !important;
    border: none !important;
}
