/*CSS for cell : makeMAgianResponseInterative*/
#bpmn-container { width: 100%; height: 500px; border: 1px solid #ccc; }
.bpmn-container canvas {
    border-radius: 0 0 8px 8px;
  }
  
  .bpmn-icon-task {
    fill: #4CAF50 !important;
  }
  
  .bpmn-icon-event {
    fill: #2196F3 !important;
  }
  
  .bpmn-icon-gateway {
    fill: #FFC107 !important;
  }
