ui-soxo-bootstrap-core 2.6.1-dev.17 → 2.6.1-dev.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,426 +1,608 @@
1
1
  .process-steps-page {
2
- height: 100dvh;
3
2
  display: flex;
4
3
  flex-direction: column;
5
- overflow: hidden;
4
+ min-height: 100vh;
5
+ height: 100vh;
6
+ }
6
7
 
7
- &.consultation-mode {
8
- background: linear-gradient(180deg, #c8d2d6 0%, #d5d7d1 21%, #d9d8c6 40%, #c6cebe 58%, #a8c0c0 71%, #6e9fbb 84%, #367495 93%, #0a4d6e 100%);
9
- padding: 12px;
10
- }
8
+ .steps-viewport {
9
+ display: flex;
10
+ flex-direction: column;
11
+ flex: 1 1 auto;
12
+ height: 100%;
13
+ min-height: 0;
14
+ }
11
15
 
12
- &.is-fullscreen {
13
- padding: 12px;
16
+ .steps-main-card {
17
+ display: flex;
18
+ flex: 1 1 auto;
19
+ height: 100%;
20
+ min-height: 0;
21
+ border: 1px solid #dfe8f7;
22
+ border-radius: 18px;
23
+ box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
24
+
25
+ .ant-card-body {
26
+ display: flex;
27
+ flex-direction: column;
28
+ flex: 1 1 auto;
29
+ min-height: 0;
30
+ padding: 14px 16px 16px;
31
+ background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
32
+ border-radius: 18px;
14
33
  }
15
34
  }
16
35
 
17
- .process-steps-page.consultation-mode .process-steps-card {
36
+ .timeline-sidebar.collapsed {
37
+ align-items: center;
38
+ }
39
+
40
+ .timeline-sidebar.collapsed .timeline-step {
41
+ padding: 6px 4px;
18
42
  border: none;
19
43
  background: transparent;
20
44
  box-shadow: none;
21
45
  }
22
46
 
23
- .process-steps-page.consultation-mode .process-steps-card > .ant-card-body {
24
- padding: 10px;
47
+ .timeline-sidebar.collapsed .step-marker {
48
+ margin-right: 0;
25
49
  }
26
50
 
27
- .process-steps-card {
28
- flex: 1;
29
- height: 100%;
30
- overflow: hidden;
51
+ .steps-header {
52
+ display: flex;
53
+ align-items: flex-start;
54
+ gap: 12px;
55
+ padding-bottom: 10px;
56
+ margin-bottom: 12px;
57
+ border-bottom: 1px solid #e7eef9;
58
+ }
31
59
 
32
- .ant-card-body {
33
- height: 100%;
34
- display: flex;
35
- flex-direction: column;
36
- overflow: hidden;
37
- }
60
+ .steps-breadcrumb-strip {
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 8px;
64
+ overflow-x: auto;
65
+ overflow-y: hidden;
66
+ white-space: nowrap;
67
+ flex: 1 1 auto;
68
+ min-width: 0;
69
+ padding: 2px 0;
70
+ scrollbar-width: thin;
38
71
  }
39
72
 
40
- .process-steps-row {
41
- flex: 1;
42
- min-height: 0;
43
- overflow: hidden;
73
+ .steps-breadcrumb-item {
74
+ display: inline-flex;
75
+ align-items: center;
76
+ gap: 8px;
77
+ border: 1px solid #dce6f5;
78
+ background: #f8fbff;
79
+ border-radius: 999px;
80
+ padding: 6px 10px;
81
+ cursor: pointer;
82
+ transition: all 0.2s ease;
83
+ color: #334155;
84
+ max-width: 260px;
44
85
  }
45
86
 
46
- .process-steps-timeline-col,
47
- .process-steps-content-col {
48
- display: flex;
49
- flex-direction: column;
50
- min-height: 0;
51
- box-sizing: border-box;
87
+ .steps-breadcrumb-item:hover {
88
+ background: #eef5ff;
89
+ border-color: #c8d9f6;
52
90
  }
53
91
 
54
- .process-steps-timeline-col {
55
- position: sticky;
56
- top: 0;
57
- align-self: flex-start;
58
- height: 100%;
59
- max-height: 100%;
92
+ .steps-breadcrumb-item.active {
93
+ background: #1d4ed8;
94
+ border-color: #1d4ed8;
95
+ color: #ffffff;
60
96
  }
61
97
 
62
- .process-steps-timeline-col .timeline-card {
63
- height: 100%;
64
- width: 100%;
98
+ .steps-breadcrumb-item.completed {
99
+ border-color: #8bd0a4;
100
+ background: #f0fbf4;
65
101
  }
66
102
 
67
- .process-steps-content-col {
68
- flex: 1;
69
- max-height: 100%;
70
- overflow: hidden;
71
- // background: #fff;
72
- // border: 1px solid #e5ebf3;
73
- // border-radius: 14px;
74
- // box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
75
- // padding: 14px 16px;
76
- position: relative;
77
- z-index: 2;
103
+ .steps-breadcrumb-item.completed .steps-breadcrumb-index {
104
+ background: #16a34a;
105
+ color: #ffffff;
78
106
  }
79
107
 
80
- .process-steps-content-col > .action-buttons-layout {
81
- flex: 1;
82
- min-height: 0;
83
- height: 100%;
108
+ .steps-breadcrumb-item.active .steps-breadcrumb-index {
109
+ background: rgba(255, 255, 255, 0.2);
110
+ color: #ffffff;
84
111
  }
85
112
 
86
- .process-step-header {
87
- margin-bottom: 20px;
88
- flex-shrink: 0;
113
+ .steps-breadcrumb-index {
114
+ width: 20px;
115
+ height: 20px;
116
+ border-radius: 50%;
117
+ display: inline-flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ font-size: 11px;
121
+ font-weight: 700;
122
+ background: #e2e8f4;
123
+ color: #1e293b;
124
+ flex: 0 0 auto;
89
125
  }
90
126
 
91
- .process-step-title {
92
- margin: 0;
93
- font-size: 16px;
127
+ .steps-breadcrumb-label {
128
+ font-size: 12px;
94
129
  font-weight: 600;
130
+ overflow: hidden;
131
+ text-overflow: ellipsis;
95
132
  }
96
133
 
97
- .process-step-description {
98
- margin: 0;
99
- color: #666;
134
+ .steps-breadcrumb-empty {
135
+ color: #64748b;
136
+ font-size: 12px;
137
+ padding: 0 4px;
100
138
  }
101
139
 
102
- .timeline-card {
103
- height: 100%;
104
- border: none !important;
105
- border-radius: 12px;
106
- background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color) 15%, var(--surface-color)), var(--surface-color));
140
+ .steps-header-actions {
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: flex-end;
144
+ gap: 8px;
145
+ flex-wrap: wrap;
146
+ flex: 0 0 auto;
147
+
148
+ .ant-btn {
149
+ border-radius: 8px;
150
+ height: 32px;
151
+ padding: 0 12px;
152
+ }
107
153
 
108
- border: 1px solid color-mix(in srgb, var(--accent-color) 30%, transparent);
154
+ .ant-select {
155
+ min-width: 150px;
156
+ }
157
+ }
109
158
 
110
- box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color) 20%, transparent);
159
+ .steps-voice-provider-select {
160
+ min-width: 140px !important;
161
+ }
111
162
 
112
- transition: all 0.3s ease;
113
- // background: linear-gradient(180deg, #f4f7fc 0%, #edf2f9 100%);
114
- // box-shadow:
115
- // inset 0 1px 2px rgba(255, 255, 255, 0.8),
116
- // inset 0 8px 16px rgba(15, 23, 42, 0.08),
117
- // inset 0 -2px 8px rgba(15, 23, 42, 0.04);
163
+ .steps-voice-select {
164
+ min-width: 190px !important;
118
165
  }
119
166
 
120
- .timeline-card .ant-card-body {
121
- padding: 8px;
122
- border: none;
123
- min-height: 100%;
124
- position: relative;
125
- overflow: visible;
167
+ .steps-layout {
168
+ flex: 1 1 auto;
169
+ min-height: 0;
170
+ align-items: stretch;
171
+ }
172
+
173
+ .steps-content-column,
174
+ .steps-guest-column {
175
+ display: flex;
176
+ min-height: 0;
126
177
  }
127
178
 
128
- .timeline-sidebar-wrap {
179
+ .steps-content-panel {
180
+ width: 100%;
129
181
  height: 100%;
130
- position: relative;
182
+ display: flex;
183
+ flex-direction: column;
184
+ min-height: 0;
185
+ border: none;
186
+ border-radius: 0;
187
+ background: transparent;
188
+ overflow: hidden;
131
189
  }
132
190
 
133
- .timeline-sidebar {
191
+ .steps-stage-body {
192
+ flex: 1 1 auto;
193
+ min-height: 0;
134
194
  display: flex;
135
195
  flex-direction: column;
136
- gap: 10px;
137
- transition: all 0.3s ease;
138
- height: 100%;
139
196
  overflow-y: auto;
197
+ padding: 0;
198
+ }
199
+
200
+ .steps-chat-step-card {
201
+ width: 100%;
202
+ display: flex;
203
+ flex: 1 1 auto;
204
+ flex-direction: column;
205
+ min-height: 100%;
206
+ border: 1px solid #dbe7fb;
207
+ border-radius: 14px;
208
+ padding: 16px;
209
+ background: #ffffff;
210
+ box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07);
211
+ }
212
+
213
+ .steps-chat-step-card.slide-forward {
214
+ animation: step-slide-forward 320ms ease;
215
+ }
216
+
217
+ .steps-chat-step-card.slide-backward {
218
+ animation: step-slide-backward 320ms ease;
219
+ }
220
+
221
+ .steps-chat-step-card.slide-forward .steps-index-pill,
222
+ .steps-chat-step-card.slide-backward .steps-index-pill,
223
+ .steps-chat-step-card.slide-forward .steps-title,
224
+ .steps-chat-step-card.slide-backward .steps-title,
225
+ .steps-chat-step-card.slide-forward .steps-description,
226
+ .steps-chat-step-card.slide-backward .steps-description,
227
+ .steps-chat-step-card.slide-forward .guest-guide-card,
228
+ .steps-chat-step-card.slide-backward .guest-guide-card,
229
+ .steps-chat-step-card.slide-forward .steps-chat-step-component,
230
+ .steps-chat-step-card.slide-backward .steps-chat-step-component {
231
+ opacity: 0;
232
+ animation: step-text-reveal 520ms ease forwards;
233
+ }
140
234
 
141
- scrollbar-width: thin; /* Firefox */
142
- scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
235
+ .steps-chat-step-card.slide-forward .steps-index-pill,
236
+ .steps-chat-step-card.slide-backward .steps-index-pill {
237
+ animation-delay: 40ms;
238
+ }
143
239
 
144
- &::-webkit-scrollbar-thumb {
145
- background: rgba(0, 0, 0, 0);
240
+ .steps-chat-step-card.slide-forward .steps-title,
241
+ .steps-chat-step-card.slide-backward .steps-title {
242
+ animation-delay: 120ms;
243
+ }
244
+
245
+ .steps-chat-step-card.slide-forward .steps-description,
246
+ .steps-chat-step-card.slide-backward .steps-description {
247
+ animation-delay: 180ms;
248
+ }
249
+
250
+ .steps-chat-step-card.slide-forward .guest-guide-card,
251
+ .steps-chat-step-card.slide-backward .guest-guide-card {
252
+ animation-delay: 240ms;
253
+ }
254
+
255
+ .steps-chat-step-card.slide-forward .steps-chat-step-component,
256
+ .steps-chat-step-card.slide-backward .steps-chat-step-component {
257
+ animation-delay: 300ms;
258
+ }
259
+
260
+ @keyframes step-slide-forward {
261
+ from {
262
+ opacity: 0;
263
+ transform: translateX(28px);
146
264
  }
147
265
 
148
- &:hover::-webkit-scrollbar-thumb {
149
- background: rgba(0, 0, 0, 0.25);
266
+ to {
267
+ opacity: 1;
268
+ transform: translateX(0);
150
269
  }
270
+ }
151
271
 
152
- &::-webkit-scrollbar {
153
- width: 6px;
154
- height: 6px;
272
+ @keyframes step-slide-backward {
273
+ from {
274
+ opacity: 0;
275
+ transform: translateX(-28px);
155
276
  }
156
277
 
157
- &::-webkit-scrollbar-track {
158
- background: transparent;
278
+ to {
279
+ opacity: 1;
280
+ transform: translateX(0);
159
281
  }
282
+ }
160
283
 
161
- &::-webkit-scrollbar-thumb {
162
- background: rgba(0, 0, 0, 0.25);
163
- border-radius: 10px;
284
+ @keyframes step-text-reveal {
285
+ from {
286
+ opacity: 0;
287
+ transform: translateY(-16px);
288
+ clip-path: inset(0 0 100% 0);
164
289
  }
165
290
 
166
- &::-webkit-scrollbar-thumb:hover {
167
- background: rgba(0, 0, 0, 0.4);
291
+ to {
292
+ opacity: 1;
293
+ transform: translateY(0);
294
+ clip-path: inset(0 0 0 0);
168
295
  }
169
- padding-right: 4px;
170
296
  }
171
297
 
172
- .timeline-step {
173
- display: flex;
174
- align-items: flex-start;
175
- cursor: pointer;
176
- border: 1px solid #e4eaf3;
177
- border-radius: 10px;
178
- background: #fff;
179
- padding: 10px 12px;
180
- transition:
181
- border-color 0.2s ease,
182
- box-shadow 0.2s ease,
183
- transform 0.2s ease;
298
+ .steps-chat-step-top {
299
+ margin-bottom: 12px;
300
+ }
301
+
302
+ .steps-index-pill {
303
+ display: inline-flex;
304
+ align-items: center;
305
+ padding: 3px 10px;
306
+ border-radius: 999px;
307
+ background: #eaf2ff;
308
+ color: #1d4ed8;
309
+ font-size: 12px;
310
+ font-weight: 600;
311
+ margin-bottom: 8px;
184
312
  }
185
313
 
186
- .timeline-step:hover {
187
- border-color: #b7c8ea;
188
- box-shadow: 0 2px 8px rgba(24, 45, 84, 0.08);
189
- transform: translateY(-1px);
314
+ .steps-title {
315
+ margin: 0;
316
+ font-size: 20px;
317
+ font-weight: 700;
318
+ color: #111827;
319
+ line-height: 1.3;
190
320
  }
191
321
 
192
- .timeline-step.active .step-number {
193
- background: #1f6fe5;
194
- border-color: #1f6fe5;
195
- color: white;
322
+ .steps-description {
323
+ margin: 6px 0 0;
324
+ color: #4b5563;
325
+ line-height: 1.5;
196
326
  }
197
327
 
198
- .timeline-step.completed .step-number {
199
- background: #2fa857;
200
- border-color: #2fa857;
201
- color: white;
328
+ .guest-guide-card {
329
+ margin-top: 12px;
330
+ padding: 12px 14px;
331
+ border: 1px solid #e4edf9;
332
+ border-radius: 10px;
333
+ background: #f6faff;
202
334
  }
203
335
 
204
- .timeline-step.active {
205
- border-color: #96b9f7;
206
- box-shadow: 0 0 0 1px rgba(31, 111, 229, 0.2);
336
+ .guest-guide-title {
337
+ margin: 0 0 6px;
338
+ font-size: 12px;
339
+ font-weight: 700;
340
+ text-transform: uppercase;
341
+ letter-spacing: 0.05em;
342
+ color: #1d4ed8;
207
343
  }
208
344
 
209
- .timeline-step.completed {
210
- border-color: #cfead9;
345
+ .guest-guide-expectation,
346
+ .guest-guide-note,
347
+ .guest-guide-tip {
348
+ margin: 0;
349
+ color: #334155;
350
+ line-height: 1.5;
211
351
  }
212
352
 
213
- .step-marker {
353
+ .guest-guide-note,
354
+ .guest-guide-tip {
355
+ margin-top: 6px;
356
+ }
357
+
358
+ .steps-chat-step-component {
359
+ margin-top: 14px;
214
360
  display: flex;
361
+ flex: 1 1 auto;
215
362
  flex-direction: column;
216
- align-items: center;
217
- margin-right: 12px;
218
- min-width: 34px;
363
+ min-height: 0;
219
364
  }
220
365
 
221
- .step-number {
222
- width: 34px;
223
- height: 34px;
224
- border-radius: 50%;
225
- border: 2px solid #d4dde9;
226
- background: #fff;
227
- color: #5b6678;
366
+ .steps-chat-step-component > * {
367
+ flex: 1 1 auto;
368
+ min-height: 0;
369
+ width: 100%;
370
+ }
371
+
372
+ .steps-chat-loading {
373
+ min-height: 120px;
228
374
  display: flex;
229
375
  align-items: center;
230
376
  justify-content: center;
231
- font-weight: 600;
232
377
  }
233
378
 
234
- .vertical-line {
235
- width: 2px;
236
- min-height: 14px;
237
- flex: 1;
238
- margin-top: 6px;
239
- background: #d5deea;
379
+ .steps-viewport:fullscreen,
380
+ .steps-viewport:-webkit-full-screen {
381
+ background: radial-gradient(circle at top, #eef4ff 0%, #f7fbff 45%, #ffffff 100%);
382
+ padding: 16px;
383
+ }
384
+
385
+ .steps-viewport:fullscreen .steps-main-card,
386
+ .steps-viewport:-webkit-full-screen .steps-main-card {
387
+ height: 100%;
240
388
  }
241
389
 
242
- .timeline-step.completed .vertical-line {
243
- background: #2fa857;
390
+ .steps-viewport:fullscreen .steps-main-card .ant-card-body,
391
+ .steps-viewport:-webkit-full-screen .steps-main-card .ant-card-body {
392
+ height: 100%;
393
+ }
394
+
395
+ .steps-viewport:fullscreen .steps-layout,
396
+ .steps-viewport:-webkit-full-screen .steps-layout {
397
+ flex: 1 1 auto;
398
+ min-height: 0;
399
+ }
400
+
401
+ .steps-viewport:fullscreen .steps-content-panel,
402
+ .steps-viewport:fullscreen .steps-guest-panel,
403
+ .steps-viewport:-webkit-full-screen .steps-content-panel,
404
+ .steps-viewport:-webkit-full-screen .steps-guest-panel {
405
+ height: 100%;
244
406
  }
245
407
 
246
- .step-info {
408
+ .steps-viewport:fullscreen .steps-stage-panel,
409
+ .steps-viewport:-webkit-full-screen .steps-stage-panel {
410
+ border-radius: 0;
411
+ border: none;
412
+ background: transparent;
413
+ }
414
+
415
+ .steps-viewport:fullscreen .steps-stage-body,
416
+ .steps-viewport:-webkit-full-screen .steps-stage-body {
417
+ max-width: 1280px;
418
+ width: 100%;
419
+ margin: 0 auto;
420
+ padding: 8px;
421
+ }
422
+
423
+ .steps-viewport:fullscreen .steps-chat-step-card,
424
+ .steps-viewport:-webkit-full-screen .steps-chat-step-card {
425
+ min-height: calc(100vh - 90px);
426
+ }
427
+
428
+ .steps-guest-panel {
429
+ width: 100%;
430
+ min-height: 0;
431
+ height: 100%;
247
432
  display: flex;
248
433
  flex-direction: column;
249
- justify-content: center;
250
- min-width: 0;
434
+ border: 1px solid #dfe9f8;
435
+ border-radius: 14px;
436
+ background: #ffffff;
437
+ overflow: hidden;
438
+ box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
251
439
  }
252
440
 
253
- .step-title {
254
- font-size: 13px;
255
- font-weight: 500;
256
- line-height: 1.2;
257
- color: #6b7280;
258
- margin-bottom: 2px;
441
+ .steps-guest-title {
442
+ margin: 0;
443
+ font-size: 14px;
444
+ font-weight: 700;
445
+ color: #0f172a;
446
+ padding: 11px 12px;
447
+ border-bottom: 1px solid #ebf1fa;
448
+ background: linear-gradient(90deg, #f2f7ff 0%, #fbfdff 100%);
259
449
  }
260
450
 
261
- .step-main {
451
+ .steps-guest-body {
452
+ flex: 1 1 auto;
453
+ min-height: 0;
454
+ overflow-y: auto;
455
+ padding: 12px;
456
+ background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
457
+ }
458
+
459
+ .steps-guest-highlight {
460
+ display: none;
461
+ }
462
+
463
+ .steps-guest-name {
262
464
  font-size: 16px;
263
- font-weight: 600;
264
- color: #1f2937;
465
+ font-weight: 700;
265
466
  line-height: 1.2;
266
- margin-bottom: 2px;
267
467
  }
268
468
 
269
- .step-desc {
270
- font-size: 13px;
271
- color: #7a8495;
272
- line-height: 1.2;
273
- overflow: hidden;
274
- text-overflow: ellipsis;
275
- display: -webkit-box;
276
- -webkit-line-clamp: 2;
277
- -webkit-box-orient: vertical;
278
- }
279
-
280
- .toggle-arrow {
281
- position: absolute;
282
- top: 50%;
283
- right: -12px;
284
- transform: translateY(-50%);
285
- width: 30px;
286
- height: 30px;
287
- background: #fff;
288
- border: 1px solid #b8c9e4;
289
- border-radius: 50%;
290
- display: flex;
291
- align-items: center;
292
- justify-content: center;
293
- cursor: pointer;
294
- color: #1f3f74;
295
- box-shadow: 0 6px 14px rgba(15, 23, 42, 0.2);
296
- z-index: 40;
297
- transition:
298
- background-color 0.2s ease,
299
- border-color 0.2s ease,
300
- box-shadow 0.2s ease,
301
- transform 0.2s ease;
302
-
303
- &:hover {
304
- background: #f0f6ff;
305
- border-color: #90abd1;
306
- box-shadow: 0 8px 16px rgba(15, 23, 42, 0.24);
307
- }
469
+ .steps-guest-meta {
470
+ margin-top: 4px;
471
+ font-size: 12px;
472
+ opacity: 0.92;
473
+ }
308
474
 
309
- &:active {
310
- transform: translateY(-50%) scale(0.96);
311
- }
475
+ .steps-guest-body .guest-info {
476
+ margin: 0;
477
+ box-shadow: none;
478
+ border: 1px solid #e4ebf7;
479
+ border-radius: 12px;
312
480
  }
313
481
 
314
- .timeline-sidebar.collapsed {
315
- align-items: center;
482
+ .steps-guest-body .guest-info .information {
483
+ background: #f9fbff;
484
+ border: 1px solid #ebf1fa;
485
+ border-radius: 10px;
486
+ padding: 8px 10px;
487
+ height: 100%;
316
488
  }
317
489
 
318
- .timeline-sidebar.collapsed .timeline-step {
319
- padding: 6px 4px;
320
- border: none;
321
- background: transparent;
322
- box-shadow: none;
490
+ .steps-guest-body .guest-info .ant-row > [class*='ant-col'] {
491
+ flex: 0 0 100%;
492
+ max-width: 100%;
323
493
  }
324
494
 
325
- .timeline-sidebar.collapsed .step-marker {
326
- margin-right: 0;
495
+ .steps-guest-fallback {
496
+ border: 1px dashed #cbd7eb;
497
+ border-radius: 10px;
498
+ background: #f8fbff;
499
+ padding: 12px;
500
+ color: #334155;
501
+ line-height: 1.5;
327
502
  }
328
503
 
329
- /* ============================
330
- MOBILE & TABLET VIEW FIXES
331
- ============================ */
504
+ .steps-guest-fallback p {
505
+ margin: 0 0 6px;
506
+ }
332
507
 
333
- @media (max-width: 992px) {
334
- // iPad & tablets
335
- .process-steps-page,
336
- .process-steps-row {
337
- min-height: auto;
338
- height: auto;
339
- overflow: visible;
340
- }
508
+ .steps-guest-fallback p:last-child {
509
+ margin-bottom: 0;
510
+ }
341
511
 
342
- .process-steps-page.consultation-mode {
343
- padding: 8px;
512
+ .steps-guest-fallback-text {
513
+ color: #64748b;
514
+ }
515
+
516
+ @media (max-width: 1200px) {
517
+ .steps-header {
518
+ flex-direction: column;
519
+ align-items: stretch;
520
+ gap: 10px;
344
521
  }
345
522
 
346
- .process-steps-card,
347
- .process-steps-card .ant-card-body,
348
- .process-steps-content-col {
349
- overflow: visible;
523
+ .steps-header-actions {
524
+ justify-content: flex-start;
350
525
  }
526
+ }
351
527
 
352
- .process-steps-content-col {
353
- padding: 12px;
354
- border-radius: 12px;
355
- box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
528
+ @media (max-width: 992px) {
529
+ .process-steps-page {
530
+ min-height: 100vh;
531
+ height: 100vh;
356
532
  }
357
533
 
358
- .process-steps-timeline-col {
359
- position: static;
360
- top: auto;
361
- align-self: stretch;
362
- height: auto;
363
- max-height: none;
534
+ .steps-main-card {
535
+ height: 100%;
536
+ min-height: 0;
364
537
  }
365
538
 
366
- .timeline-card .ant-card-body {
539
+ .steps-main-card .ant-card-body {
367
540
  padding: 12px;
368
- min-height: auto;
369
- overflow: visible;
370
541
  }
371
542
 
372
- .timeline-sidebar {
373
- flex-direction: row !important;
374
- overflow-x: auto;
375
- overflow-y: visible;
376
- gap: 10px;
377
- padding-bottom: 10px;
378
- border-bottom: 1px solid #eee;
543
+ .steps-layout {
544
+ min-height: auto;
545
+ overflow: visible;
379
546
  }
380
547
 
381
- .timeline-step {
382
- min-width: 190px;
548
+ .steps-content-panel {
549
+ min-height: auto;
383
550
  }
384
551
 
385
- .step-marker {
386
- margin-right: 10px;
552
+ .steps-stage-body {
553
+ padding: 0;
387
554
  }
388
555
 
389
- .vertical-line {
390
- display: none;
556
+ .steps-guest-column {
557
+ min-height: 260px;
391
558
  }
559
+ }
392
560
 
393
- .toggle-arrow {
394
- display: none !important; /* Hide collapse icon */
561
+ @media (prefers-reduced-motion: reduce) {
562
+ .steps-chat-step-card.slide-forward,
563
+ .steps-chat-step-card.slide-backward,
564
+ .steps-chat-step-card.slide-forward .steps-index-pill,
565
+ .steps-chat-step-card.slide-backward .steps-index-pill,
566
+ .steps-chat-step-card.slide-forward .steps-title,
567
+ .steps-chat-step-card.slide-backward .steps-title,
568
+ .steps-chat-step-card.slide-forward .steps-description,
569
+ .steps-chat-step-card.slide-backward .steps-description,
570
+ .steps-chat-step-card.slide-forward .guest-guide-card,
571
+ .steps-chat-step-card.slide-backward .guest-guide-card,
572
+ .steps-chat-step-card.slide-forward .steps-chat-step-component,
573
+ .steps-chat-step-card.slide-backward .steps-chat-step-component {
574
+ animation: none !important;
575
+ opacity: 1 !important;
576
+ transform: none !important;
577
+ clip-path: inset(0 0 0 0) !important;
395
578
  }
396
579
  }
397
580
 
398
581
  @media (max-width: 768px) {
399
- // mobile screens
400
- .timeline-sidebar {
401
- gap: 8px;
582
+ .steps-breadcrumb-item {
583
+ max-width: 200px;
584
+ padding: 5px 9px;
402
585
  }
403
586
 
404
- .step-number {
405
- width: 24px;
406
- height: 24px;
407
- font-size: 12px;
587
+ .steps-title {
588
+ font-size: 16px;
408
589
  }
409
590
 
410
- .step-title {
411
- font-size: 11px;
591
+ .steps-description {
592
+ font-size: 13px;
412
593
  }
413
594
 
414
- .step-main {
415
- font-size: 14px;
595
+ .steps-header-actions {
596
+ display: grid;
597
+ grid-template-columns: repeat(2, minmax(120px, 1fr));
598
+ width: 100%;
416
599
  }
417
600
 
418
- .step-desc {
419
- font-size: 12px;
601
+ .steps-header-actions .ant-btn {
602
+ width: 100%;
420
603
  }
421
604
 
422
- /* Card layout full width */
423
- .timeline-card .ant-card-body {
424
- padding: 10px;
605
+ .steps-header-actions .ant-select {
606
+ width: 100%;
425
607
  }
426
608
  }