.pqma_modal_wrap {
  display: none;
  position: fixed; top: 0; bottom: 0; left: 0; right: 0;
  background-color: rgba(0,0,0,0.8);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9999;
}

.pqma_modal {
  position: relative; max-width: 800px; margin: 50vh 0 0 50vw; padding: 40px;
  background: #ffffff;
  color: #474747;
  border-radius: 5px; box-shadow: 0 4px 15px rgba(0,0,0,0.5);
  transform: translate(-50%, -50%);
}

.pqma_modal h3, .pqma_modal p { color: inherit; }

.pqma_modal .nf-form-fields-required { font-size: 12px; font-style: italic; margin-bottom: 8px; color: #888888; }

.pqma_modal .pqma_close_modal { position: absolute; top: -20px; right: -20px; display: block;
  height: 40px; line-height: 40px; width: 40px;
  background: #474747; border: 2px solid #ffffff;
  text-decoration: none; text-align: center; color: #ffffff; font-size: 1.3rem; font-weight: bold;
  border-radius: 22px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.pqma_modal .pqma_close_modal:hover { color: #ffffff; background: #666666; box-shadow: none; }