/* Hide all SFMC popover error messages */

.popover,
.popover.fade,
.popover.fade.left,
.popover.fade.left.in,
.popover.fade.right,
.popover.fade.right.in,
.popover.fade.top,
.popover.fade.top.in,
.popover.fade.bottom,
.popover.fade.bottom.in {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.popover .arrow,
.popover-inner,
.popover-content {
  display: none !important;
  visibility: hidden !important;
}

div[class*="popover"] {
  display: none !important;
}

div[style*="popover"] {
  display: none !important;
}
