.react-flow__renderer .react-flow__pane.draggable{cursor:default!important}.react-flow__attribution{display:none!important}.drag-handle{height:100%!important;position:absolute;right:0}.animated-dash{stroke-dasharray:5;animation:dashdraw 1s linear infinite}.context-menu{z-index:1000;background:white;border:1px solid #ccc;border-radius:4px;padding:8px;box-shadow:0 2px 5px rgba(0,0,0,.2)}.context-menu button{border:none;display:block;padding:.5em;text-align:left;width:100%}.context-menu button:hover{background:white}@keyframes dashdraw{0%{stroke-dashoffset:10}to{stroke-dashoffset:0}}