.icon-delete-multi {
  color: red;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 22px;
  opacity: 60%;
  z-index: 9999;
}

.icon-delete-multi:hover {
  opacity: 100%;
  -webkit-text-stroke: 1px red;
}

.icon-delete-default {
  color: red;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 60%;
  z-index: 500;
}

.icon-delete-default:hover {
  opacity: 100%;
  -webkit-text-stroke: 1px red;
}

