.cursor-pointer {
    cursor: move;
}

.list-group-item {
    &.sortable-chosen {
      background: #eee;
    }
}

.sortable-ghost {
  background: red;
}
.sortable-drag {
  background: blue;
}