/* Shared Alertify presentation for both the public website and the Portal. */
.ajs-dialog,
.ajs-dialog .ajs-header,
.ajs-dialog .ajs-footer {
  box-sizing: border-box;
}

.ajs-dialog {
  overflow: hidden;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .28) !important;
}

.ajs-dialog .ajs-footer .ajs-buttons .ajs-button {
  min-height: 42px;
  padding: .55rem 1rem !important;
  border-radius: 12px !important;
  font-weight: 750 !important;
  text-transform: none !important;
}

.ajs-dialog .ajs-footer .ajs-primary > .ajs-button:first-child:not(.portal-alertify-destructive):not(.btn-danger) {
  border: 1px solid #0d6efd !important;
  background: #0d6efd !important;
  color: #fff !important;
}

.ajs-dialog .ajs-footer .ajs-primary > .ajs-button:first-child:not(.portal-alertify-destructive):not(.btn-danger):hover,
.ajs-dialog .ajs-footer .ajs-primary > .ajs-button:first-child:not(.portal-alertify-destructive):not(.btn-danger):focus-visible {
  border-color: #0a58ca !important;
  background: #0b5ed7 !important;
  color: #fff !important;
}

.ajs-dialog .ajs-footer .ajs-primary > .ajs-button.portal-alertify-destructive,
.ajs-dialog .ajs-footer .ajs-primary > .ajs-button.btn-danger {
  border: 1px solid #a82431 !important;
  background: #c82f3e !important;
  color: #fff !important;
}

.ajs-dialog .ajs-footer .ajs-primary > .ajs-button.portal-alertify-destructive:hover,
.ajs-dialog .ajs-footer .ajs-primary > .ajs-button.portal-alertify-destructive:focus-visible,
.ajs-dialog .ajs-footer .ajs-primary > .ajs-button.portal-alertify-destructive:active,
.ajs-dialog .ajs-footer .ajs-primary > .ajs-button.btn-danger:hover,
.ajs-dialog .ajs-footer .ajs-primary > .ajs-button.btn-danger:focus-visible,
.ajs-dialog .ajs-footer .ajs-primary > .ajs-button.btn-danger:active {
  border-color: #861c28 !important;
  background: #a82431 !important;
  color: #fff !important;
}

.ajs-dialog .ajs-footer .ajs-primary > .ajs-button + .ajs-button {
  border: 1px solid #8b9a94 !important;
  background: #fff !important;
  color: #30483f !important;
}

.ajs-dialog .ajs-footer .ajs-primary > .ajs-button + .ajs-button:hover,
.ajs-dialog .ajs-footer .ajs-primary > .ajs-button + .ajs-button:focus-visible {
  background: #edf3f0 !important;
  color: #173229 !important;
}
