.collect-hover {
  cursor:pointer;
  outline:2px solid #ed495f !important;
  outline-offset:-2px !important;
  -webkit-box-shadow:0 2px 8px rgba(0,0,0,0.8) !important;
  box-shadow:0 2px 8px rgba(0,0,0,0.8) !important;
}
.collect-selected_temp {
  cursor:pointer;
  border: 0px dashed #19ac9c;
  outline-offset:-2px !important;
  background-color: rgba(25, 172, 158, 0.5) !important;
  z-index: 1000;
}
.collect-selected {
  cursor:pointer;
  outline:2px solid #ed495f !important;
  outline-offset:-2px !important;
  background-color:rgba(239, 71, 92, 0.17) !important;
  /* -webkit-box-shadow:0 2px 8px rgba(239, 71, 92, 0.17) !important; */
  box-shadow:0 2px 8px rgba(0,0,0,0.8) !important;
}
.collect-selected_temp_property {
  cursor:pointer;
  border: 2px dashed #9ab424;
  outline-offset:-2px !important;
  background-color: rgba(172, 108, 25, 0.5) !important;
  z-index: 1000;
}