.loading-overlay {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}

.droppable.dragover {
  outline: 2px dashed #477ad3;
}
