/*CF7*/

body .wpcf7-response-output {
  display: none !important;
}

/*Sweet Alert*/

.swal2-container {
  z-index: 9999999 !important;
}

.confirm-button-class {
  color: #2d2d2d !important;
}

.swal2-title {
  font-weight: 700 !important;
}

body[light-mode="dark"] div:where(.swal2-container) div:where(.swal2-popup) {
  background: #0e1420 !important;
  color: #fff !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: var(--primary) !important;
  color: #fff !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  background-color: #aa0b0b !important;
}

div:where(.swal2-icon).swal2-question {
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}

div:where(.swal2-icon).swal2-info {
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}

div:where(.swal2-icon).swal2-warning {
  border-color: #aa0b0b70 !important;
  color: #aa0b0b !important;
}

.swal2-container.form-message-modal .swal2-popup.swal2-modal.swal2-icon-info {
  width: 50em !important;
}