.mapa-itens-livres-overlay {
  position: absolute;
  inset: 0 auto auto 0;
  overflow: visible;
  z-index: 190;
  pointer-events: none;
}

.mapa-itens-livres-overlay.is-drawing {
  pointer-events: auto;
  cursor: crosshair;
}

.mapa-item-livre-shape {
  pointer-events: none;
  vector-effect: non-scaling-stroke;
}

.mapa-item-livre-shape.is-selected {
  stroke-width: 3;
  stroke-dasharray: 6 3;
  filter: drop-shadow(0 0 3px rgba(15, 118, 110, .5));
}

.mapa-item-livre-hit {
  fill: rgba(0, 0, 0, .001);
  stroke: transparent;
  stroke-width: 12;
  pointer-events: all;
  cursor: pointer;
  vector-effect: non-scaling-stroke;
}

.mapa-item-livre-preview {
  fill: rgba(15, 118, 110, .18);
  stroke: #0f766e;
  stroke-width: 2;
  stroke-dasharray: 5 3;
  pointer-events: none;
  vector-effect: non-scaling-stroke;
}

.mapa-itens-livres-tools-host:not(:empty) {
  display: flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 6px;
}

.mapa-itens-livres-toolbox {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  max-width: calc(100% - 24px);
  margin: 0;
  padding: 6px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 14px #0f172a24;
}

.mapa-itens-livres-toolbox select {
  max-width: 220px;
  height: 30px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background: #fff;
  font-size: .76rem;
  font-weight: 600;
}

.mapa-itens-livres-toolbox button {
  width: 32px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background: #fff;
  color: #334155;
  cursor: pointer;
  font-size: 15px;
}

.mapa-itens-livres-toolbox button:hover,
.mapa-itens-livres-toolbox button.is-active {
  border-color: #0f766e;
  background: #ecfdf5;
  color: #0f766e;
}

.mapa-itens-livres-toolbox button.finish {
  border-color: #15803d;
  background: #15803d;
  color: #fff;
}

.mapa-itens-livres-context-menu {
  position: fixed;
  z-index: 10060;
  width: 220px;
  padding: 5px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .22);
}

.mapa-itens-livres-context-menu button {
  width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 9px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #1e293b;
  font-family: inherit;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.mapa-itens-livres-context-menu button:hover {
  background: #f1f5f9;
}

.mapa-itens-livres-context-menu button span {
  width: 18px;
  color: #475569;
  font-size: 1rem;
  text-align: center;
}

.mapa-itens-livres-context-menu button.danger {
  color: #b91c1c;
}

.mapa-itens-livres-context-sep {
  height: 1px;
  margin: 4px;
  background: #e2e8f0;
}
