.modal-token,
.modalConfig {
  -webkit-touch-callout: none;
}
.responsive-button-modal-container .modal-outline-container {
  display: none;
}
.bnc-rao-modal-overlay.closed-modal,
.bnc-rao-modal.closed-modal {
  display: none;
}
.modal-bnc-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9001;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-bnc-content {
  z-index: 9001;
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.closed-bkg {
  display: none;
}
.bnc-body-overflow-hidden {
  position: fixed;
  left: 0;
  right: 0;
}
