@media (min-width: 1024px) {
  #root div.min-h-screen.text-text-main {
    display: block !important;
    width: 100%;
    overflow: hidden;
    padding-left: 0 !important;
  }

  #root div.min-h-screen.text-text-main > aside.fixed.left-0.top-0 + div.h-screen,
  #root div.min-h-screen.text-text-main > div.h-screen {
    min-width: 0 !important;
    width: calc(100vw - var(--app-sidebar-width, 18.75rem)) !important;
    max-width: calc(100vw - var(--app-sidebar-width, 18.75rem)) !important;
    margin-left: var(--app-sidebar-width, 18.75rem) !important;
    overflow-x: hidden;
  }

  #root div.min-h-screen.text-text-main > div.h-screen > div {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
