
.mindmap__root{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100% !important;
    border: 1px solid #f00;
    border-width: 1px !important;
    position: absolute;
    text-align: center;
    padding: 2px !important;
}
.mindmap__root .root__inner{
    width: 94px;
    height: 94px;
    border-radius: 100% !important;
    border: 3px solid #f00;
    text-align: center;
}
.mindmap__svg{
    position: absolute;
}
.mindmap__node{
    text-align: center;
    position: absolute;
    border: 2px solid #f00;
    border-radius: 14px;
    padding: 10px;
    text-align: center;
    background: #fff;
}
.mindmap__node:hover{
    cursor: pointer;
}
.line{
    stroke-width: 2;
    stroke:#f00;
}
