/home/arranoyd/magicraft/wp-content/plugins/popup-maker/assets/sass/partials/_compatibility.scss
.pum-container {
  iframe.formidable {
    width: 100%;
    overflow: visible;
  }
}

// jQuery UI Datepicker shows up behind the popups without this.
body div#ui-datepicker-div[style] {
  z-index: 9999999999 !important;
}

.pika-single {
  z-index: 9999999999 !important;
}