#tyrrells_exit_notifier {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}
#tyrrells_exit_notifier.active {
  display: flex;
}
#tyrrells_exit_notifier .tyrrells_exit_notifier__modal {
  background-color: #fffbee;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.6), 0 0 0.2em rgba(0, 0, 0, 0.8);
  max-width: 600px;
  min-width: 200px;
  position: relative;
  padding: 1.5em 2.5em;
  text-align: center;
  z-index: 1;
  background-image: url(texture-min.png);
  font-size: 1.2rem;
}
#tyrrells_exit_notifier .tyrrells_exit_notifier__close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 1em;
  font-size: 1.8rem;
  height: auto;
  cursor: pointer;
}
#tyrrells_exit_notifier .tyrrells_exit_notifier__link-cancel {
  cursor: pointer;
}
#tyrrells_exit_notifier .tyrrells_exit_notifier__title {
  margin-top: 0;
  text-transform: uppercase;
}
#tyrrells_exit_notifier .tyrrells_exit_notifier__message {
  line-height: 1.6;
}
#tyrrells_exit_notifier .button {
  position: relative;
  padding: 0.8em 1em;
  text-transform: uppercase;
  font-size: 1rem;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: "Libre Baskerville", sans-serif;
  color: white;
  margin: 0.5em;
}
#tyrrells_exit_notifier .button.tyrrells_exit_notifier__link-cancel span::after {
  background-color: #8e150c;
}
#tyrrells_exit_notifier .button span::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4b712b;
  color: white;
  transform: rotate(-1deg) scale(0.95);
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}
#tyrrells_exit_notifier .button:hover span::after {
  transform: rotate(1deg) scale(1);
}

.exit-notifier body {
  overflow-y: hidden;
  overflow-x: hidden;
}

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