html {
  touch-action: none;
  overflow: hidden;
  user-select: none;
}

.dragging-active-card {
  opacity: 0;
}

.cloned-card {
  transform: rotate(3deg);
  border: 2px solid rgb(0, 170, 255);
  border-radius: 15px;
}

.dragging-active-list {
  opacity: 0;
}

.cloned-list .list {
  height: 100%;
  background-color: rgba(221, 221, 221, 0.466);
}

.avatar img {
  border-radius: 50%;
}