.running[data-v-7389d9d0],
.shoulder[data-v-7389d9d0],
.side[data-v-7389d9d0] {
  opacity: 1;
  fill-opacity: 0;
  stroke: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.running.active[data-v-7389d9d0],
.shoulder.active[data-v-7389d9d0],
.side.active[data-v-7389d9d0] {
  opacity: 0.8;
  fill-opacity: 0.8;
  stroke: red;
  stroke-width: 2px;
}
.running[data-v-7389d9d0]:hover,
.side[data-v-7389d9d0]:hover,
.shoulder[data-v-7389d9d0]:hover {
  opacity: 0.5;
  fill-opacity: 0.5;
}
.legend-height {
  color: cadetblue;
  position: absolute;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  left: -10px;
  bottom: 0px;
}
.legend-width {
  color: cadetblue;
  position: absolute;
  bottom: -11px;
}
.cutSelect {
  cursor: crosshair;
}
.change_dtype.active {
  background-color: #FFFBCD !important;
}
