
:root {
    --overlay-bg: #1867c0;
    --transition-duration: 0.35s;
}

.fade-enter-active[data-v-5ba88be5],
.fade-leave-active[data-v-5ba88be5] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.fade-enter[data-v-5ba88be5],
.fade-leave-active[data-v-5ba88be5] {
  opacity: 0;
}

/*@import '../styles/transitions/fade/fade';*/
/*@import '../styles/transitions/fade/fade-in-down';*/
/*@import '../styles/transitions/fade/fade-in-right';*/
/*@import '../styles/transitions/fade/fade-in-up';*/
/*@import '../styles/transitions/fade/fade-in-left';*/
/*// zoom*/
/*@import '../styles/transitions/zoom/zoom';*/
/*// flip*/
/*@import '../styles/transitions/flip/flip-x';*/
/*@import '../styles/transitions/flip/flip-y';*/
/*// overlay*/
/*@import '../styles/transitions/overlay/overlay-right';*/
/*@import '../styles/transitions/overlay/overlay-down';*/
/*@import '../styles/transitions/overlay/overlay-up';*/
/*@import '../styles/transitions/overlay/overlay-left';*/
/*@import '../styles/transitions/overlay/overlay-up-full';*/
/*@import '../styles/transitions/overlay/overlay-right-full';*/
/*@import '../styles/transitions/overlay/overlay-down-full';*/
/*@import '../styles/transitions/overlay/overlay-left-full';*/
/*@import '../styles/transitions/overlay/overlay-up-down';*/
/*@import '../styles/transitions/overlay/overlay-left-right';*/

/* Compact static home pin — used on CreateAreaPage / register map preview */
.home-dense-marker {
    background: transparent !important;
    border: none !important;
}

.home-dense-pin {
    position: relative;
    width: 28px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.home-dense-pin__head {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(160deg, #fb7185 0%, #e11d48 48%, #9f1239 100%);
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 2px 6px rgba(15, 23, 42, 0.45);
            box-shadow: 0 2px 6px rgba(15, 23, 42, 0.45);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.home-dense-pin__icon {
    width: 13px;
    height: 13px;
    fill: #ffffff;
}

.home-dense-pin__tip {
    width: 10px;
    height: 10px;
    margin-top: -3px;
    background: #9f1239;
    border-right: 1.5px solid #ffffff;
    border-bottom: 1.5px solid #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-box-shadow: 1px 1px 3px rgba(15, 23, 42, 0.3);
            box-shadow: 1px 1px 3px rgba(15, 23, 42, 0.3);
    -ms-flex-negative: 0;
        flex-shrink: 0;
}


.home-map-preview[data-v-78ad11ec] {
    height: 180px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #eef2f0;
}
.home-map-preview__map[data-v-78ad11ec] {
    height: 100%;
    width: 100%;
    z-index: 0;
}
.home-map-preview__skeleton[data-v-78ad11ec] {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.home-map-preview__shimmer[data-v-78ad11ec] {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.55) 50%, transparent 70%),
        linear-gradient(180deg, #e8eee9 0%, #dce5df 55%, #e8eee9 100%);
    background-size: 200% 100%, 100% 100%;
    -webkit-animation: home-map-preview-shimmer-data-v-78ad11ec 2.2s ease-in-out infinite;
            animation: home-map-preview-shimmer-data-v-78ad11ec 2.2s ease-in-out infinite;
}
@-webkit-keyframes home-map-preview-shimmer-data-v-78ad11ec {
0% { background-position: 120% 0, 0 0;
}
100% { background-position: -80% 0, 0 0;
}
}
@keyframes home-map-preview-shimmer-data-v-78ad11ec {
0% { background-position: 120% 0, 0 0;
}
100% { background-position: -80% 0, 0 0;
}
}




















































































































































































































































































































































































/* Google Places dropdown — above Leaflet preview; clean card look */
.pac-container {
    z-index: 10000 !important;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    -webkit-box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
    font-family: Poppins, sans-serif;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.pac-container:after {
    display: none;
}
.pac-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    position: relative !important;
    padding: 10px 14px 10px 44px !important;
    border-top: 1px solid #f1f5f9;
    cursor: pointer;
    color: #0f172a;
    line-height: 1.25 !important;
    height: auto !important;
    min-height: 52px !important;
    max-height: none !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    white-space: normal !important;
    overflow: hidden !important;
}
.pac-item:first-child {
    border-top: none;
}
.pac-item:hover,
.pac-item-selected {
    background: #f8fafc;
}
.pac-icon {
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pac-icon.pac-icon--flag {
    width: 20px !important;
    height: 15px !important;
    background: none !important;
    background-image: none !important;
    overflow: visible !important;
}
.pac-flag {
    display: block;
    width: 20px;
    height: 15px;
    border-radius: 2px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.1);
            box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.1);
}
.pac-item-query {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    line-height: 1.25 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.pac-matched {
    font-weight: 700;
    color: #0f172a;
}
.pac-item > span:not(.pac-icon):not(.pac-item-query) {
    font-size: 12px !important;
    color: #64748b !important;
    line-height: 1.25 !important;
    padding: 0 !important;
    margin: 3px 0 0 !important;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.pac-item > span:not(.pac-icon):not(.pac-item-query):empty {
    display: none !important;
}


/*# sourceMappingURL=chunk-common.7b75b18e.css.map*/