#wiki-frame{
    position: absolute;
    align-content: center;
    width: 88vw;
    height: 86vh;
    margin: 7vh 6vw 7vh 6vw;
    background-color: #31a6c9;
    z-index: 5;
    border-radius: 10px;
    display: none;
}

#wiki-frame iframe {
    margin: 1.5%;
    width: 97%;
    height: 94%;
}

#wiki-frame a {
    text-align: center;
    line-height: 87%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 98%;
    top: -1%;
    color: #f1f1f1;
    font-size: 36px;
    border-radius: 100%;
    background-color: #2f2f2f;
    text-decoration: none;
    display: table-cell;
}

.circle{
    height: 25px;
    width: 25px;
    background-color: rgba(49, 166, 201, 0.72);
    border-radius: 50%;
}

#highlight{
    position: absolute;
    top: -30px;
    display: none;
    pointer-events: none;
    justify-content: center;
}

#locator{
    overflow: hidden;
    width: max-content;
    text-align: center;
    position: relative;
    /*bottom: 28px;*/
    padding: 2px 5px 2px 5px;
    border-radius: 4px;
    flex-shrink: 0;
    display: none;
}

#svg-image-container:hover #highlight {
    display: flex;
}

#svg-image-container:hover * {
    cursor: none;
}

#svg-image{
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 3;
}

#svg-image-container {
    position: static;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    width: 98vw;
    /* margin-top: 2%; */
    z-index: 2;
}

svg {
    height: 120%;
    z-index: 2;
    stroke-width: 2px;
    width: 100%;

}
g:hover > path, g:hover > polygon, g:hover > polyline{
    fill: #31a6c9;
    transition: 0.5s;
}

g > path, g > polygon, g > polyline{
    transition: 0.5s;
}
