.reisetopia-push-notifications.footer {
  color: black;

  background-color: #fff;
  margin: 0;
  margin-top: 15px;
  margin-left: 12%;
  margin-right: 12%;
  width: 76%;

  border-radius: 48px;
  padding: 4px;
  font-size: 1em;
  font-weight: bold;
}

body #onesignal-popover-container #onesignal-popover-dialog .popover-body {
  max-height: 70px;
}

body #onesignal-popover-container #onesignal-popover-dialog .popover-body-message {
  margin-top: 10px;
  color: #232323 !important;
  font-family: "Titillium Web", "Open Sans", sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
}

body #onesignal-popover-container #onesignal-popover-dialog .popover-body-icon {
  margin-top: 10px;
}

body #onesignal-popover-container #onesignal-popover-dialog .popover-button {
  padding: 15px 18px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  /*display: table-cell;*/
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

body #onesignal-popover-container #onesignal-popover-dialog .popover-button.primary {
  background: linear-gradient(to bottom right, #c32d2e, #f18059) !important;
  color: #fff !important;
}

body #onesignal-popover-container #onesignal-popover-dialog .popover-button.secondary {
  background: none !important;
  color: #c32d2e !important;
  border: 1px solid #bcbdbe;
}

.reisetopia-push-notifications-popup {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding-top: 20px;
}

.reisetopia-push-notifications-popup.ouibounce-open {
  display: block;
}

.reisetopia-push-notifications-popup .modal {
  z-index: 1000;
  margin: 200px auto;
  background: #fff;
  max-width: 650px;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.reisetopia-push-notifications-popup .modal #push-close-popup {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #000000;
  font-size: 20px;
  z-index: 999;
  padding: 5px;
  cursor: pointer;
}

.reisetopia-push-notifications-popup .modal .newsletter-signup-wrapper {
  padding-top: 30px;
  top: 0;
  bottom: 0;
}

.reisetopia-push-notifications-popup .modal .newsletter-signup-wrapper .left-side img {
  margin-top: 30px;
  width: 84px;
  height: 84px;
}

.reisetopia-push-notifications-popup .modal .newsletter-signup-wrapper .right-side .sales-text {
  font-size: 1.1em;
}
