flowchart LR
classDef activity fill:#AFDAFD,stroke:#6c8ebf,stroke-width:2px,color:#000880
classDef doc fill:#0565b3,stroke:#6c8ebf,stroke-width:2px,color:#ffffff
95@{ shape: doc, label: "نیازمندیهای محصول"}
class 95 doc
206@{ label: " P3.1 تجمیع نیازهای تأمین "}
class 206 activity
208@{ label: " P3.3 ایجاد تعادل بین نیازمندیها و پاسخ تأمین "}
class 208 activity
206 --> 95
95 --> 208