flowchart LR
classDef activity fill:#AFDAFD,stroke:#6c8ebf,stroke-width:2px,color:#000880
classDef doc fill:#0565b3,stroke:#6c8ebf,stroke-width:2px,color:#ffffff
50@{ shape: doc, label: "رسید/اثبات پرداخت"}
class 50 doc
89@{ label: "O2.6 پردازش پرداخت"}
class 89 activity
90@{ label: "O2.7 ارسال سفارش"}
class 90 activity
89 --> 50
50 --> 90