.hdc-modal-holder {
  position: static;
  min-height: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  overflow: visible;
  isolation: auto;
}

.hdc-modal-holder > .container {
  max-width: none;
  min-height: 0;
  padding: 0;
  margin: 0;
}
