/**
 * NWP popups common css
 */

.nwp-popup {
  display: none;
}

.nwp-popup-overlay {
  position: fixed;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

body.nwp-popup--opened {
  position: relative;
  height: 100%;
  overflow: hidden;
}
