.info_title.customTitlePos > div {
    font-size: 21px !important;
}

.customPos {
    top: calc(50% - 122px) !important;
}

#hotspots {
    z-index: auto ! important;
}

/* img.ggmedia.masterplan{
    z-index: 5 ! important;
    pointer-events: visible ! important;
} */

img.ggmedia.masterplan[style*="visibility: hidden"] {
    display: none ! important;
}

.areaPopup {
    padding: 10px;
    display: flex;
    flex-direction: column;
    color: black;
    gap: 10px;
    padding: 36px 20px 20px 20px;
}

.plotInfoContainer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

p {
    text-align: center;
}

/* floorplan */
/* .leaflet-pane:not(.dragging) {
    transition: transform 0.4s linear;
} */

.current-person {
    width: 0;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox_wrapper.soldPlots {
    display: flex !important;
}

/* 
.current-person .current-person-bg {
    width: 49px;
    height: 52px;
    position: absolute;
    bottom: -15px;
    background-image: url("./rotating-1x.png");
    background-repeat: no-repeat;
    background-size: 49px 832px;
    background-position: 0px var(--position)px;
} */