Report Filter View Change

i need to add margin between two filter is it possible ?

yes by adding in the hooks your new css file check the app_include_css in hooks.py
you can create new app and add multible css file like

app_include_css = [“asdasd/css/mycss1.css”,“asdasd/css/mycss2.css”]