.property-edit-publications {
}

.property-edit-publications .modal-body {
  max-height: calc(100vh - 150px);
  overflow: auto;
  min-height: 250px;
}

.property-edit-publications .close-button {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 30px;
  padding: 14px;
  cursor: pointer;
}
