Circular arrow rotation

Hi,
I wonder whether it’s possible to change the rotation of circular arrow when a DataGrid is loading.
In fact, it rotates counter-clockwise and i would like that turns clockwise.
Regards,

Here is an example:

.rz-datatable-loading-content .rzi-circle-o-notch {
    animation-direction: reverse;
}

Hi, ok, thanks a lot for your support.