.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;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #1bb249;
}

.mscdek-cluster:not(.leaflet-marker-icon) {
  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%;
  max-width: 100%;
  height: 400px;
  margin-top: 20px;
  background: #ededed;
  margin-left: 10px;
  margin-right: 10px;
}

:has(> [data-mscdek-suggest-list]) {
  position: relative;
}


[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: 100%;
  left: 0;
  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);
}

.leaflet-control-attribution.leaflet-control {
  display: none;
}

select[name="point"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 1.5rem;
    padding: 1rem 6rem 0.675em 0.675em;
    background-color: #F6F6F6;
    height: 62px;
    border: 0;
    color: #000;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
}
select[name="point"] option {
    background-color: #fff;
}
/*[data-mscdek-list] {
    position: relative;
}
[data-mscdek-list]:not(.hide):after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' x='0' y='0' viewBox='0 0 128 128' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' fill='%23000000' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
}*/
[data-mscdek-status] {
    font-size: 17px;
    font-weight: 500;
}
[data-mscdek-list] {
    padding-left: 10px;
    padding-right: 10px;
}