svg * {
  pointer-events: none;
}
.active {
  pointer-events: all;
  fill: #DDD;
}
.active:hover {
  fill: orange;
}

#ground_walls {
  opacity: 0.2 !important;
}
