/* Keep the original LibreChat panels available behind the FenixIA navigation
   while the custom sidebar is in its main state. */
html:not(.dark) .fenixia-cgpt-host > *:not(.fenixia-chatgpt-sidebar) {
  visibility: hidden !important;
}

html:not(.dark) .fenixia-cgpt-host.fenixia-cgpt-original-open > .flex.h-full.w-full.overflow-hidden {
  visibility: visible !important;
}

html:not(.dark) .fenixia-cgpt-host.fenixia-cgpt-original-open > .flex.h-full.w-full.overflow-hidden > div:first-child {
  visibility: hidden !important;
}

html:not(.dark) .fenixia-cgpt-host.fenixia-cgpt-original-open > .flex.h-full.w-full.overflow-hidden > nav {
  background: #fff !important;
  inset: 54px 0 0 !important;
  position: absolute !important;
  visibility: visible !important;
  width: 100% !important;
  z-index: 101 !important;
}

html:not(.dark) .fenixia-cgpt-host.fenixia-cgpt-original-open > .fenixia-chatgpt-sidebar > :not(.fenixia-cgpt-header) {
  pointer-events: none !important;
  visibility: hidden !important;
}

html:not(.dark) .fenixia-cgpt-host.fenixia-cgpt-original-open > .fenixia-chatgpt-sidebar > .fenixia-cgpt-header {
  background: #fff !important;
  position: relative;
  z-index: 103;
}
