.huc-modal-fader {
  position: fixed;
  box-sizing: content-box;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: grid;
  grid-template-columns: minmax(300px, 700px);
  justify-content: center;
  display: none;
  z-index: 1001; }

.huc-modal {
  background-color: white;
  margin: 2em 0;
  border-radius: 5px;
  padding: 2em;
  overflow-y: scroll; }
