
.modal__content {
  min-height: 300px;
  width: 100%;
}
.modal__left {
  width: 80%;
  text-align: left;
  padding: 24px;
}
.modal__missing-listings {
  height: 400px;
  overflow: auto;
}
.modal__exhausted-person img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 600px;
}
.click-here {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

