/* views/leads.css — menú contextual de leads */

.lead-pop {
  position: absolute;
  right: 0;
  top: 24px;
  background: #fff;
  border: 1px solid var(--bd);
  border-radius: 6px;
  box-shadow: var(--shm);
  z-index: 300;
  min-width: 140px;
  padding: 4px 0
}

.lead-pop div {
  padding: 7px 14px;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap
}

.lead-pop div:hover {
  background: var(--hover)
}

.lead-pop .lead-pop-del {
  color: #b91c1c
}

.lead-pop .lead-pop-del:hover {
  background: #fef2f2
}
