#configuratorPopup button.success {
  background-color: #0a0;
}
#configuratorPopup button.success:before {
  content:  "\2713 ";
}
.modals-wrapper .configurator-modal .modal-header {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
.modals-wrapper .configurator-modal .modal-content {
  padding: 0;
}
.modals-wrapper .configurator-modal .modal-inner-wrap {
  margin: 2vh auto;
  width: 95%;
  max-width: 95vw;
}
.modals-wrapper .configurator-modal._inner-scroll .modal-inner-wrap {
  height: 96vh;
  max-height: 96vh;
}
#proflite-configurator-modal iframe {
  width: 100%;
  height: 95vh;
  min-height: 95vh;
  border: 0;
}