.epaka-map-container.active {
  display: block !important;
}

.pointMap {
  position: relative;
}
.pointMap .suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
}
.pointMap .suggestions div {
  padding: 5px 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.pointMap .suggestions div:hover {
  background: #f0f0f0;
}
.pointMap .search-control {
  display: flex;
  align-items: center;
}
.pointMap .search-control input {
  padding: 1rem 0;
  width: 200px;
  margin: 0;
  height: 39.47px;
}
.pointMap hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*# sourceMappingURL=epaka.css.map */
