.cognitive-city-modal .modal-dialog-centered::before {
  flex: 0.5;
}

.cognitive-city-modal .modal-lg {
  height: 90%;
}

.cognitive-city-modal .modal-header .close {
  outline: none;
}

.cognitive-city-modal .modal-content {
  height: 100%;
}

.cognitive-city-modal .modal-body {
  min-height: 6rem;
  overflow: auto;
  padding: 0;
  max-height: calc(100vh - 4rem);
}

.cognitive-city-modal .modal-dialog.modal-xl {
  width: unset;
  max-width: 70%;
}
