
.str0:hover {
	
	stroke:#00FF00 ;
	stroke-width:3000;
	cursor: pointer;
    }
.tooltip_map {
  position: absolute;
  background-color: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.9em;
  pointer-events: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 999;
  white-space: nowrap;
}
.tooltip_map img {
  max-width: 100%;
  height: auto;
  margin-top: 5px;
  border-radius: 4px;
}    
