
.ldd-container[data-v-cebf07b2] {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.ldd-item[data-v-cebf07b2] {
  flex: 0 0 auto;
  margin: 10px;
  max-width: 80%;
  text-align: center;
}
.ldd-item.max-w-30[data-v-cebf07b2] {
  max-width: 120px;
}
.relative[data-v-cebf07b2] {
  position: relative;
  height: 100%;
}
.remove-image[data-v-cebf07b2] {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 100;
  background-color: white;
  color: red;
  border: none;
}
.remove-image[data-v-cebf07b2]:hover {
  background-color: red;
  color: white;
}
.clickable[data-v-cebf07b2] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(225, 225, 225, 0.1);
}
.dropping[data-v-cebf07b2] {
  background-color: rgb(222, 222, 222, 0.5);
}
