html {
  height: 100%;
}

body {
  min-height: 100vh;
  background-color: var(--color-bg, #fff);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

#facevideo-node {
  display: none;
}

line.cursor-wide {
  cursor: pointer;
}

.draggable-rect {
  fill: white !important;
  fill-opacity: 0;
  cursor: pointer;
  z-index: 100;
}

#play-again {
  display: none;
  z-index: 20;
}

#svg-container rect {
  fill: #e2e8f0;
  opacity: 0.6;
}

#audioAnalytics text {
  fill: #000;
}