
#controls {
  max-width: unset;
  transform: unset;
  pointer-events: auto;
  z-index: 100;
}

.model__disclaimer {
	z-index: 100;
}

.dot{
  display: none;
}

.dim{
  background: #fafcff;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Futura, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 700;
  max-width: 128px;
  overflow-wrap: break-word;
  padding: 0.5em 1em;
  width: max-content;
  height: max-content;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  --min-hotspot-opacity: 0;
}

/* @media only screen and (max-width: 800px) {
  .dim{
    font-size: 3vw;
  }
} */

.dimensionLineContainer{
  pointer-events: none;
  display: block;
}

.dimensionLine{
  stroke: #16a5e6;
  stroke-width: 2;
  stroke-dasharray: 2;
}

.hide{
  display: none;
}
/* This keeps child nodes hidden while the element loads */
:not(:defined) > * {
  display: none;
}

.controls_container {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 50%;
}

.controls_container--bottom-left {
  bottom: 16px;
  left: 16px;
}