.notify-task-node{width:100%;height:100%;border-radius:8px;background-color:#fff}.notify-task-node .notify-task-node-content{display:flex;flex-direction:column;height:100%}.notify-task-node .notify-task-node-content .content{width:100%;flex:1;display:flex;padding:3px 6px 3px 6px;justify-content:space-between;align-items:center}.notify-task-node .notify-task-node-content .content .node-icon{width:30px;height:30px;background:#edf3fd;border-radius:50%;padding:6px}.notify-task-node .notify-task-node-content .content .node-icon img{width:100%;height:100%}.notify-task-node .notify-task-node-content .content .node-name{flex:1;font-size:12px;margin-left:5px;display:flex;flex-direction:column;overflow:hidden;height:100%;justify-content:space-around;padding:0 1px}.notify-task-node .notify-task-node-content .content .node-name .name{font-size:14px;border:none}.notify-task-node .notify-task-node-content .content .node-name .name:focus{border:none;outline:1px solid #cfcdce;border-radius:3px;box-shadow:0 0 0 1px #cfcdce}.notify-task-node .notify-task-node-content .content .node-name .cc-orgs{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:2px}