.confirm-message-info-box {
  z-index: 999999;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.confirm-message-info-box p {
  margin-bottom: 0;
}
.confirm-message-info-box p,
.confirm-message-info-box-footer {
  padding: 1em;
}
.confirm-message-info-box-footer {
  border-top: 1px solid #cccccc;
}
.confirm-message-info-box-footer a:first-of-type {
  margin-right: 0.5em;
}
.confirm-message-info-box-footer a:last-of-type {
  margin-left: 0.5em;
}
.confirm-message-info-box.text-is-uppercase.links-are-buttons .confirm-message-info-box-footer {
  border-top-color: transparent;
  padding: 1em 1.5em;
}
.confirm-message-info-box.text-is-uppercase.links-are-buttons .confirm-message-info-box-footer a {
  width: 50%;
}
.confirm-message-info-box.text-is-uppercase.links-are-buttons .confirm-message-info-box-footer a:first-of-type {
  margin-left: -0.5em;
}
.confirm-message-info-box.text-is-uppercase.links-are-buttons .confirm-message-info-box-footer a:last-of-type {
  margin-right: -0.5em;
}
.confirm-message-info-box-overlay {
  z-index: 999998;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=styles.css.map */