.col-form-label.required::after {
    content: " *";
    color: red;
}

.modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.popup-search-modal .modal-body {
  max-height: 80vh;
  overflow-y: auto;
}

.search-results {
  max-height: 60vh;
  overflow-y: auto;
}