.saturationPointer_circle {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 13px;
}

.saturationPointer {
  position: relative;
  transform: translateX(-8px) translateY(-8px);
}

.saturationPointer_top_path {
  position: absolute;
  top: 0;
  left: 7px;
  background: #fff;
  width: 1px;
  height: 3px;
}

.saturationPointer_bottom_path {
  position: absolute;
  bottom: 0;
  left: 7px;
  background: #fff;
  width: 1px;
  height: 3px;
}

.saturationPointer_l_path {
  position: absolute;
  bottom: 7px;
  left: 0px;
  background: #fff;
  width: 3px;
  height: 1px;
}

.saturationPointer_r_path {
  position: absolute;
  bottom: 7px;
  right: 0px;
  background: #fff;
  width: 3px;
  height: 1px;
}
