.svg {
 
  cursor: move;
}

.svg-scrim {
  pointer-events: none;
  z-index: 5;
}

.proxy {
  fill: none;
  stroke: none;
}

.controls {
  position: fixed;
  top: 0;
  left: 0;
  padding: 12px;
  z-index: 10;
}
.controls .controls-button {
  font-weight: 700;
}

.info {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.info ul {
  font-size: 13px;
  list-style-type: none;
  padding: 0;
  line-height: 20px;
  margin-top: 0;
}

.svg-background {
  fill: none;
  stroke: none;
}

.pivot {
  fill: #ffc107;
  stroke: rgba(0, 0, 0, 0.5);
  stroke-width: 2;
  opacity: 0;
}