.floorPlan{
    background-color: rgba(255,255,255,0.2) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    pointer-events: all !important;
}
.floorPlanPin{
    transition: all 0.3s ease !important;
}
body.desktop .floorPlanPin:hover{
    box-shadow: 0 0 0 3px #ffffff80;
}

body.desktop .floorPlanDropdownItem{
    transition: background 0.2s ease !important;
}
body.desktop .floorPlanDropdownItem:hover,
.floorPlanDropdownItemActive{
    background-color: #fff !important;
    transition-duration: 0s !important;
}
body.desktop .floorPlanDropdownItem:hover>div,
.floorPlanDropdownItemActive>div{
    color:var(--colorPrimary) !important;
}

.floorPlanMap>.ggskin_map{
    overflow: visible !important;
}
.fullTourFloorPlansContainer{
    visibility: visible !important;
}