body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > div.fi-main-ctn.w-screen.flex-1.flex-col.h-full.opacity-0.transition-all.fi-main-ctn-sidebar-open > div > nav{
    background-color: white !important;
}

body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > aside > nav{
    background-color: white !important;
    border-top: none;
    border-left: none;
    border-bottom: none;
}

body{
    background-color: white !important;
}
