/* POPUP */

.popup {
  background-color: #20354a;
  color: #fff;
  margin: -1rem 0rem !important;
  cursor:pointer;
}

.popup p {
  color: white;
  margin-top: 1rem;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.popup a {
  color: black;
  background-color: white;
  padding: 1rem 1.5rem;
}

.popup .signature {
  width: 60%;
  margin: 1rem auto -50px -10px;
}

.modal .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: unset;
  background-clip: unset;
  border: unset;
  border-radius: unset;
  outline: 0;
}

.xButton {
  position: absolute;
  left: 2%;
  top: 50px;
  cursor: pointer;
}

.wave {
  margin-top: -1px;
}

.waveBottom {
  transform: scale(-1, -1);
}

/* MEDIA QUERIES */

@media (max-width: 1025px) {
  .popupWaveTop {
    margin-top: -1rem;
  }

  .popupWaveBottom {
    margin-top: 0rem;
  }
}

@media (max-width: 1400px) {
  .popup a {
    font-size: 13px;
    padding: 0 0.1;
  }
}

@media (max-width: 992px) {
  .xButton {
    top: 15px;
  }
}
