.custom-menu.right-click li {
    padding: 5px;
    padding-left:8px;
    padding-right:8px;
    cursor: pointer;
    list-style-type: none;
    user-select: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding: 0.4rem 0.8rem
}
.custom-menu.right-click li:hover {
    background-color: #ddd;
}
.custom-menu.right-click li.not_needed{
    background-color:rgba(193, 193, 193, 0.5);
    color:#6e6e6e;
    border-top:1px solid rgba(0,0,0,.1);
    border-bottom:1px solid rgba(0,0,0,.1);
    /* font-weight: 600; */
}
