.ls-admin-dot {
  position: fixed;
  top: 87px;
  right: 18px;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.42), 0 0 10px rgba(255, 255, 255, 0.32);
  cursor: pointer;
  z-index: 2600;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  touch-action: none;
}

.ls-admin-dot.is-dragging {
  cursor: pointer;
}

.ls-admin-dot[hidden] {
  display: none !important;
}
