.structure_org_h .tree_item {
    /* width: max-content; */
    /* width: 140px !important; */
    width: 200px;
    min-height: 70px;

}
/* .structure_org_h .tree_item > p{
    width: 140px !important;
} */

.tree_item {
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #bbb;
    width: 150px;
    /* width: max-content; */
    font-family: Tahoma;
    font-size: 12px;
    /* height: 100px; */
    padding: 5px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tree_item:hover {
    border-color: blue;
}

.tree_item>* {
    margin: 0;
    line-height: 1.1;
    margin: 0 3px;
}

.tree_item:hover>* {
    color: blue;
}

.node.tree_item .collapse-switch {
    width: 14px;
    height: 14px;
    top: -16px;
    border: 1px solid #7c7c7c;
    margin: 0;
    border-radius: 50%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.node.tree_item .collapse-switch {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 448 512'%3E%3Cpath d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 2px;
    background-size: 70%;
    background-color: transparent!important;
}

.node.tree_item.collapsed .collapse-switch {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 448 512'%3E%3Cpath d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
}