.sag_r_Click_Ctrl ul {
    padding: 0;
    display: flex;
    margin: 0;
}

.sag_r_Click_Ctrl ul li {
    list-style: none;
    padding: 0 5px;
    display: flex;
    margin: 0 0px 0 4px;
    background: #fff;
    box-shadow: 0 1px 18px 0 rgb(0 0 0 / 8%), 0 6px 10px 0 rgb(0 0 0 / 10%), 0 3px 5px -1px rgb(0 0 0 / 15%), 0 0 4px 0 rgb(0 0 0 / 10%);
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.sag_r_Click_Ctrl {
    /* display: none; */
}

.nodeSelected:hover {
    border: 1px dotted #9fabff;
    position: relative;
}

[controleditwrapper]:hover .sag_r_Click_Ctrl {
    border: 1px dotted #9fabff;
    position: absolute;
    width: 200px;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    top: 0px;
    right: 0;
}

.sag_r_Click_Ctrl ul .sag-ctrl-li span {
    font-weight: bolder;
    font-size: 1.2rem;
}

.sag_r_Click_Ctrl ul .sag-ctrl-li {
    width: 35px;
    color: #000;
}

.sag_r_Click_Ctrl ul li {
    color: #000;
}

/* .sag_r_Click_Ctrl ul .sag-ctrl-li:nth-child(2) {
     margin-left: auto;
   } */