@media all and (min-width: 768px), print {
  .amexit-popup-container .amexit-popup {
    width: 450px;
  }
}
.amexit-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.17);
}
.amexit-popup-container .amexit-popup {
  position: relative;
  width: 90%;
  max-width: 450px;
  height: auto;
  margin: auto;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.amexit-popup-container .amexit-title {
  margin: 0 15px 10px 0;
  font-weight: 600;
  font-size: 18px;
}
.amexit-popup-container .amexit-message {
  margin-bottom: 10px;
}
.amexit-popup-container .amexit-email {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.amexit-popup-container .amexit-button {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 10px;
  color: #fff;
  background: #1979c3;
  box-shadow: none;
}
.amexit-popup-container .amexit-button:hover {
  background: #2b93e4;
}
.amexit-popup-container .amexit-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  padding: 10px;
  cursor: pointer;
}
.amexit-popup-container .amexit-close > .amexit-icon {
  fill: #ccc;
}
.amexit-popup-container .amexit-close:hover > .amexit-icon {
  fill: #1979c3;
}
