﻿/* CyberSentinel index clickability repair */
html,
body {
  pointer-events: auto !important;
}

body {
  overflow-y: auto !important;
}

/* Hide inactive overlays only */
.modal:not(.active):not(.show):not(.open),
.overlay:not(.active):not(.show):not(.open),
.backdrop:not(.active):not(.show):not(.open),
.modal-backdrop:not(.active):not(.show):not(.open),
.legal-modal:not(.active):not(.show):not(.open),
[data-modal]:not(.active):not(.show):not(.open) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

a,
button,
input,
textarea,
select,
[role="button"],
[tabindex],
.nav-link,
.btn,
.card,
.pricing-card,
.plan-card {
  pointer-events: auto !important;
}
