/* Global styles override */

/* Completely remove backdrops */
.offcanvas-backdrop,
.offcanvas-backdrop.show,
.modal-backdrop,
.modal-backdrop.show {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Ensure proper z-index for content */
.content-wrapper {
  position: relative;
  z-index: auto;
}

/* Prevent body from getting bootstrap modal classes */
body.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
} 