
._nodeContainer[data-v-a470d4de] {
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
._node[data-v-a470d4de] {
    display: inline-block;
    background-color: #fafafa;
    text-align: center;
    padding: 10px 10px 0;
    border: 1px solid #7fd6dc;
    margin: 30px 10px;
    width: 140px;
    border-radius: 8px;
    box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
}
._nodeTitle[data-v-a470d4de] {
    width: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 10px;
    padding: 4px 0;
}
._nodeSibling[data-v-a470d4de] {
    position: absolute;
    left: 100%;
    width: 120px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
._nodeBody[data-v-a470d4de] {
    margin-top: 10px;
}
._nodeBody ._nodeBodyLower[data-v-a470d4de] {
    display: flex;
    margin: 4px -10px;
    padding: 2px 10px;
    background-color: whitesmoke;
    font-size: 12px;
    justify-content: space-around;
    align-items: center;
    letter-spacing: -0.2px;
}
._nodeChildren[data-v-a470d4de] {
    display: flex;
    position: relative;
}
._nodeContainer.disabled[data-v-a470d4de] {
    opacity: 0.2;
}
._nodeContainer.disabled ._nodeContainer[data-v-a470d4de] {
    display: none;
}
._nodeImage[data-v-a470d4de] {
    min-height: 50px;
}
._nodeImage img[data-v-a470d4de] {
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #7fd6dc;
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
}




._nodeTreeContainer[data-v-f9824610] {
    background: whitesmoke;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 80vh;
}
._nodeTree[data-v-f9824610] {
    position: relative;
    text-align: center;
}
._nodeLine[data-v-f9824610] {
    position: relative;
    margin-bottom: 50px;
}
._connection[data-v-f9824610] {
    position: absolute;
    left: 50%;
    overflow: visible;
}


