.page-layout:not(.landing-layout) .card.h-100 {
  height: auto !important;
}

.page-layout:not(.landing-layout) .row > [class*="col-"] > .card.h-100 {
  min-height: 0 !important;
}

@media (max-width: 1199.98px) {
  .app-menubar {
    z-index: 1051 !important;
    left: -280px !important;
  }

  .app-menubar.open {
    left: 0 !important;
  }

  .app-toggler.active::after {
    display: none !important;
  }

  .app-sidebar-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(8, 12, 28, 0.55);
    z-index: 1050;
  }
}
