.sortable_placeholder {
/*  border: 2px dashed #e6e6e6;*/
  border-radius: 8px;
  background-color: #e6e6e6;
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}

.sortable_handle:hover {
  cursor: move;
}
