/* clean */
html, body { opacity: 1 !important; pointer-events: auto !important; overflow: auto !important; }
html::before, html::after, body::before, body::after { display: none !important; content: none !important; pointer-events: none !important; width: 0 !important; height: 0 !important; }
/* Kill ALL invisible overlays */
*[style*="z-index: 2147483647"], *[style*="z-index:2147483647"],
*[style*="z-index: 999999"], *[style*="z-index:999999"] { pointer-events: none !important; }
/* Make sure app content is clickable */
#app, #root, .app-bc, .main-container, [id*="app"], body > div { pointer-events: auto !important; position: relative !important; z-index: 1 !important; }
