I have a button that pops up filestack uploader, Everything works fine. However, I am trying to override the blue spinner / loader that comes with filestack but I am unable to do so In my react application.
When I tried inspecting the filestack file in my dev tools I saw this piece 
But I am unable to alter it in my global.css code.
This is what the current output looks like 
This is what I have tried but it's not working
.fsp-loading::before {
display: none !important;
}
#__filestack-picker.fsp-picker-appear-active {
visibility: hidden !important;
height: 0px !important;
width: 0px !important;
}
I would appreciate any help on how I can remove this.
You code works but the issue is that there are two loaders:
So add styles to the small one and it will hide it, like: