.hide {
  display: none !important;
}
.mscdek-pin {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border:3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mscdek-pin.chosen{
  border-color:#1bb249;
}
.mscdek-cluster{
  position:relative;
}
.mscdek-cluster-inner{
  background: #1bb249;
  border-radius:50%;
  width: 40px;
  height: 40px;
  border:5px solid #2A7340;
}
.mscdek-cluster-count{
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  width: 100%;
  height: 100%;
}
[data-mscdek-map] {
  width: 100%;
  height: 600px;
  margin-top: 20px;
  background: #ededed;
}

[data-mscdek-suggest-list]{
  position: absolute;
  background: white;
  max-height: 200px;
  overflow: auto;
  box-shadow: 0 0 5px -2px rgba(0,0,0,.5);
  width: calc(100% - 30px);
  left: 15px;
  top: 100%;
  z-index: 1;
  list-style: none;
  padding: 0;
}
[data-mscdek-suggest-item]{
  padding: 5px 15px;
  cursor: pointer;
}
[data-mscdek-suggest-item]:hover{
  background: rgba(172, 195, 251, 0.5);
}
