.northmarq-exposed-form-modal[open] .details-wrapper {
  position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80vh;
  background-color: lightgray;
  z-index: 999;
  padding: 2em;
  overflow-y: scroll;
}
