/* Minimal overrides to ensure clickability */
.modal, [role="dialog"] { z-index: 1055 !important; }
.modal-backdrop { z-index: 1050 !important; }
.navbar, .dropdown-menu { z-index: 1030 !important; }

/* Do not let backdrops steal clicks */
.modal-backdrop, .lightboxOverlay { pointer-events: none !important; }

/* Allow page scroll even if Bootstrap adds .modal-open */
html, body { overflow: auto !important; }
body.modal-open { overflow: auto !important; padding-right: 0 !important; }

/* No dim when modal is open */
.modal-backdrop,
.modal-backdrop.fade,
.modal-backdrop.show {
  background: transparent !important;
  opacity: 0 !important;
}

/* Also disable any lightbox overlay dim */
.lightboxOverlay { background: transparent !important; opacity: 0 !important; }
