.notDissapear-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 1040;
}
.notDissapear-modal__overlay {
  background: rgba(0, 0, 0, 0.01);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.notDissapear-modal__content {
  background: #fff;
  border-radius: 0.3rem;
  left: 50%;
  position: absolute;
  pointer-events: auto;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1050;
}
.d-flex.d-none {
  display: none !important;
}