#projects-settings .client {
  padding-top: 7px;
}

#projects-settings .client.dragging:hover {
  background-color: #eeeeee;
}

#projects-settings .client.source-client:hover {
  background-color: initial;
}

.proj-drag-handle,
.proj-drag-grip {
  cursor: -webkit-grab !important;
  cursor: grab;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  outline: none;
}

.proj.drag {
  opacity: 0.4;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  min-width: 50%;
}

#projects-settings .dragging *,
#projects-settings .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.dragging-bad {
  cursor: not-allowed !important;
}
