.overlay-container {
  position: relative;
}

.overlay-info {
  display: none;
  position: absolute;
  z-index: 1000;
  font-family: cursive;
  font-size: 14pt;
  line-height: 1.2;
  color: #5a9ed6;
  cursor: default;
  padding: 10px;
}

.overlay-close {
  visibility: hidden;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}

.overlay-info:hover > .overlay-close {
  visibility: visible;
}

.overlay-info > div {
  position: absolute;
  top: -14px;
  left: -24px;
  transform: rotate(-61deg);
}

.info-send-project {
  top: 66px;
  left: 96px;
  width: 200px;
}
