svg {
    display: block;
    overflow: visible;
}

polygon:hover {
    opacity: 0.7;
    cursor: pointer;
}

#floor_tooltip, #floor_tooltip2 {
    position: absolute;
    display: none;
    color: #fff;
    font-size: 14px;
    font-family: 'BPG Glaho WEB Caps';

    width: 200px;
    background: #8cd376;
    border-radius: 4px;
    padding: 10px;
    line-height: 30px;
    z-index: 999999;
}

#floor_tooltip_apart {
    position: absolute;
    display: none;
    color: #fff;
    font-size: 14px;
    font-family: 'BPG Glaho WEB Caps';
  
    width: 200px;
    background: #8cd376;
    border-radius: 4px;
    padding: 10px;
    line-height: 30px;
    z-index: 999999;
}
