

.select2-search-choice > div {
  cursor: pointer;
}

.copy-plashki-tooltip {
  position: fixed;
  z-index: 999999;
  transform: translate(-50%, -100%) translateY(-6px);
  background: #2f2f2f;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease, translate 0.15s ease;
}

.copy-plashki-tooltip-visible {
  opacity: 1;
}

