.soft-aurora-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: all;
}

.soft-aurora-container canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/* Ensure the parent panel is position relative */
.portal-panel {
    position: relative;
    overflow: hidden;
}

.portal-content {
    position: relative;
    z-index: 2;
}

.portal-overlay {
    z-index: 1;
}
