Overriding core css properties

I want to hide the side section in which we have different workspaces(Home,HR,CRM…) i just want to hide this section using custom application, while inspecting its class name is “layout-side-section” i have added my custom.css file and added a property of display:none !important; to it and included it into hooks.py but it does’t overriding it, Please Help!