.bpmn-container {
  height: 100%;
  width: 100%;
  #canvas {
    height: calc(100vh - 100px);
    width: 100%;
  }
  #properties-panel {
    height: 300px;
  }
}

.bjs-powered-by {
  display: none;
}

.lineSuccess:not(.djs-shape) .djs-visual :last-child {
  stroke: #34eb5b !important;
  stroke-width: 1px;
  marker-end: url(#sequenceflow-arrow-green) !important; /*箭头颜色修改,自定义id*/
}
.nodeSuccess:not(.djs-connection) .djs-visual > :nth-child(1) {
  stroke: #34eb5b !important;
  stroke-width: 3px;
}
