.popup_container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999; }
  .popup_container .modal-content {
    background: #fff; }
  .popup_container .modal-header {
    background: #fff; }

@media only screen and (min-width: 992px) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (min-width: 1200px) {
  /* Style adjustments for viewports that meet the condition */ }

/*# sourceMappingURL=popup.css.map */
