.data_realtime {
  position: absolute;
  width: 300px;
  height: 100%;
  bottom: 5rem;
  right: 0;
}

#heatmapContainerWrapper {
  z-index: 100;
}

#gaze {
  position: absolute;
  display: none;
  width: 100px;
  height: 100%;
  border-radius: 100%;
  pointer-events: none;
  z-index: 999999;
}

html,
body {
  height: 100vh;
}

.flash_m {
  color: #343A40;
}

.Won {
  color: #343A40;
}

