.item[data-v-40f36d15] {
  background: white;
}
.floating-item[data-v-40f36d15] {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  opacity: 0.6;
}
.floating-item[data-v-40f36d15]:hover {
  background: white;
  opacity: 1;
}
.draggable-handler-container[data-v-40f36d15] {
  left: 0;
  border-bottom-right-radius: 5px;
}
.remove-item-container[data-v-40f36d15] {
  right: 0;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}
