/* Modal layering: backdrop behind modal, both above page content */
.modal-backdrop,
.modal-backdrop.show {
  z-index: 1990 !important;
}

.modal,
.modal.show {
  z-index: 2000 !important;
}

.modal,
.modal-backdrop {
  position: fixed !important;
}

.modal {
  inset: 0;
}
