body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}


.placeholder:before {
  margin-top: -12px;
  position: absolute;
  /** Define arrowhead **/
  content: "»»";
  font-weight: bold;
  font-size: 16px;
  color: red;
}
