.mind-container {
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    padding: 2px;
    position: relative;
}
.x6-node-selected .mind-container {
    border: 1px solid #096dd9;
    background: rgba(52, 155, 249, .15);
}

.mind-container[readonly="false"] {
    cursor: text;
}

.mind-container[readonly="true"] .mind-content {
    cursor: move !important;
}

.mind-body {
    width: 100%;
    height: 100%;
}

.mind-main-node {
    background-color: #596086;
}

.mind-tool-add {
    position: absolute;
    right: -40px;
    top: 10px;
    width: 40px;
    display: none;
    cursor: pointer;
}

.mind-container:hover .mind-tool-add {
    display: block;
}