cc-core-cli 1.0.139 → 1.0.140

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.
Files changed (68) hide show
  1. package/package.json +1 -1
  2. package/template/admin/next.config.js +16 -56
  3. package/template/admin/pages/_app.js +5 -4
  4. package/template/admin/public/static/styles/activity_log.css +133 -0
  5. package/template/admin/public/static/styles/{calendar.less → calendar.css} +84 -26
  6. package/template/admin/public/static/styles/collections.css +120 -0
  7. package/template/admin/public/static/styles/compute_field.css +244 -0
  8. package/template/admin/public/static/styles/custom-antd.css +109 -0
  9. package/template/admin/public/static/styles/{custom_icon.less → custom_icon.css} +94 -70
  10. package/template/admin/public/static/styles/{date_search.less → date_search.css} +11 -15
  11. package/template/admin/public/static/styles/datepicker.css +301 -0
  12. package/template/admin/public/static/styles/detail.css +2645 -0
  13. package/template/admin/public/static/styles/{editTable.less → editTable.css} +12 -5
  14. package/template/admin/public/static/styles/entities.css +864 -0
  15. package/template/admin/public/static/styles/filter.css +18 -0
  16. package/template/admin/public/static/styles/filter_new.css +152 -0
  17. package/template/admin/public/static/styles/hook.css +140 -0
  18. package/template/admin/public/static/styles/import_export.css +48 -0
  19. package/template/admin/public/static/styles/input.css +77 -0
  20. package/template/admin/public/static/styles/layout.css +1465 -0
  21. package/template/admin/public/static/styles/login.css +269 -0
  22. package/template/admin/public/static/styles/mainheader.css +45 -0
  23. package/template/admin/public/static/styles/matrix.css +90 -0
  24. package/template/admin/public/static/styles/menu.css +60 -0
  25. package/template/admin/public/static/styles/permission_denied.css +13 -0
  26. package/template/admin/public/static/styles/pipeline.css +82 -0
  27. package/template/admin/public/static/styles/print_template.css +659 -0
  28. package/template/admin/public/static/styles/rabbitmq.css +5 -0
  29. package/template/admin/public/static/styles/restful.css +19 -0
  30. package/template/admin/public/static/styles/setting.css +480 -0
  31. package/template/admin/public/static/styles/style.css +1632 -0
  32. package/template/admin/public/static/styles/style_backup.css +1616 -0
  33. package/template/admin/public/static/styles/style_clean.css +51 -0
  34. package/template/admin/public/static/styles/system.css +11 -0
  35. package/template/admin/public/static/styles/theme-override.css +118 -0
  36. package/template/admin/public/static/styles/tree_theme_minimal.css +284 -0
  37. package/template/admin/public/static/styles/versioning_control.css +16 -0
  38. package/template/admin/public/static/styles/wysiwyg.css +3 -0
  39. package/template/admin/theme/main.css +38 -0
  40. package/template/admin/theme/vars.css +10 -0
  41. package/template/admin/public/static/styles/activity_log.less +0 -157
  42. package/template/admin/public/static/styles/collections.less +0 -123
  43. package/template/admin/public/static/styles/compute_field.less +0 -250
  44. package/template/admin/public/static/styles/custom-antd.less +0 -80
  45. package/template/admin/public/static/styles/datepicker.less +0 -323
  46. package/template/admin/public/static/styles/detail.less +0 -2690
  47. package/template/admin/public/static/styles/entities.less +0 -897
  48. package/template/admin/public/static/styles/filter.less +0 -24
  49. package/template/admin/public/static/styles/filter_new.less +0 -154
  50. package/template/admin/public/static/styles/hook.less +0 -142
  51. package/template/admin/public/static/styles/import_export.less +0 -62
  52. package/template/admin/public/static/styles/input.less +0 -386
  53. package/template/admin/public/static/styles/layout.less +0 -1455
  54. package/template/admin/public/static/styles/login.less +0 -263
  55. package/template/admin/public/static/styles/mainheader.less +0 -32
  56. package/template/admin/public/static/styles/matrix.less +0 -105
  57. package/template/admin/public/static/styles/permission_denied.less +0 -13
  58. package/template/admin/public/static/styles/pipeline.less +0 -84
  59. package/template/admin/public/static/styles/print_template.less +0 -730
  60. package/template/admin/public/static/styles/rabbitmq.less +0 -3
  61. package/template/admin/public/static/styles/restful.less +0 -22
  62. package/template/admin/public/static/styles/setting.less +0 -534
  63. package/template/admin/public/static/styles/style.less +0 -1957
  64. package/template/admin/public/static/styles/system.less +0 -11
  65. package/template/admin/public/static/styles/tree_theme_minimal.less +0 -321
  66. package/template/admin/public/static/styles/versioning_control.less +0 -24
  67. package/template/admin/public/static/styles/wysiwyg.less +0 -8
  68. /package/template/admin/public/static/styles/{custom.less → custom.css} +0 -0
@@ -0,0 +1,1616 @@
1
+ /* AntD v5 styles are now imported automatically */
2
+ @import "login.css";
3
+ @import "mainheader.css";
4
+ @import "layout.css";
5
+ @import "system.css";
6
+ @import "permission_denied.css";
7
+ @import "entities.css";
8
+ @import "input.css";
9
+ @import "hook.css";
10
+ @import "setting.css";
11
+ @import "wysiwyg.css";
12
+ @import "activity_log.css";
13
+ @import "filter.css";
14
+ @import "versioning_control.css";
15
+ @import "print_template.css";
16
+ @import "import_export.css";
17
+ @import "compute_field.css";
18
+ @import "detail.css";
19
+ @import "restful.css";
20
+ @import "collections.css";
21
+ @import "rabbitmq.css";
22
+ @import "custom_icon.css";
23
+ @import "filter_new.css";
24
+ @import "date_search.css";
25
+ @import "react-big-calendar/lib/css/react-big-calendar.css";
26
+ @import "calendar.css";
27
+ @import "datepicker.css";
28
+ @import "pipeline.css";
29
+ @import "tree_theme_minimal.css";
30
+ @import "matrix.css";
31
+ @import "editTable.css";
32
+
33
+ /*----- Custom table ------*/
34
+ .ant-table-column-sorters {
35
+ padding-left: 0px;
36
+ padding-right: 0px;
37
+ }
38
+
39
+ .header-table-border {
40
+ border-bottom: 1px solid #d9d9d9;
41
+ }
42
+
43
+ .header-table {
44
+ min-height: 65px;
45
+ }
46
+
47
+ .header-table .right-section {
48
+ padding-right: 15px;
49
+ }
50
+
51
+ .header-table .refresh {
52
+ margin-right: 8px;
53
+ }
54
+
55
+ .header-table .search {
56
+ display: flex;
57
+ max-height: 32px;
58
+ margin-right: 8px;
59
+ }
60
+
61
+ .header-table .btn-filter {
62
+ width: 32px;
63
+ }
64
+
65
+ .header-table .right {
66
+ text-align: right;
67
+ }
68
+
69
+ .header-table .right .filter-icon {
70
+ margin-left: 10px;
71
+ }
72
+
73
+ .header-table .ant-input-affix-wrapper {
74
+ padding: 7px 11px;
75
+ }
76
+
77
+ .header-table .ant-btn {
78
+ height: 100%;
79
+ min-height: 32px;
80
+ ;
81
+ max-height: 32px;
82
+ }
83
+
84
+ .header-table .btn-action .ant-btn {
85
+ margin-left: 8px;
86
+ }
87
+
88
+ .header-table .btn-config .ant-btn {
89
+ margin-left: 8px;
90
+ }
91
+
92
+ .ant-table .ant-table-tbody img.render-image {
93
+ height: 40px;
94
+ width: 40px;
95
+ object-fit: contain;
96
+ }
97
+
98
+ .ant-table .ant-table-tbody object.render-image {
99
+ height: 40px;
100
+ width: 40px;
101
+ object-fit: contain;
102
+ }
103
+
104
+ .ant-card.ant-card-bordered.table-card {
105
+ border: none;
106
+ }
107
+
108
+ .table-card .ant-table {
109
+ border-radius: 0px;
110
+ }
111
+
112
+ .table-card .ant-table table {
113
+ border-radius: 0px;
114
+ }
115
+
116
+ .table-card .ant-table-container table>thead>tr:first-child th:last-child {
117
+ border-radius: 0px;
118
+ }
119
+
120
+ .table-card .ant-card-body {
121
+ padding: 0;
122
+ }
123
+
124
+ .table-card .ant-card-body .table-row-selected {
125
+ padding: 16px;
126
+ border-bottom: 1px solid #d9d9d9;
127
+ }
128
+
129
+ .table-card .ant-card-body .relate-table .ant-table-thead>tr>th {
130
+ padding: 8px 16px;
131
+ font-weight: 500;
132
+ font-size: 13px;
133
+ }
134
+
135
+ .table-card .ant-card-body .relate-table .ant-table-thead>tr>th.ant-table-column-sort {
136
+ padding: 0px 16px;
137
+ }
138
+
139
+ .table-card .ant-card-body .common-table .ant-table-content {
140
+ overflow: auto !important;
141
+ }
142
+
143
+ .table-card .ant-card-body .common-table .ant-table-content .ant-table-thead>tr>th {
144
+ padding: 8px 16px;
145
+ font-weight: 500;
146
+ font-size: 13px;
147
+ }
148
+
149
+ .table-card .ant-card-body .common-table .ant-table-content .ant-table-thead>tr>th.ant-table-column-sort {
150
+ padding: 0px 16px;
151
+ }
152
+
153
+ .table-card .ant-card-body .common-table .ant-pagination.ant-table-pagination.ant-table-pagination-right {
154
+ padding-right: 16px;
155
+ }
156
+
157
+ .table-card .ant-card-body .common-table .editable-cell {
158
+ position: relative;
159
+ }
160
+
161
+ .table-card .ant-card-body .common-table .editable-cell-value-wrap {
162
+ padding: 5px 12px;
163
+ cursor: pointer;
164
+ }
165
+
166
+ .table-card .ant-card-body .common-table .editable-cell-value-wrap.editable-cell-read-only {
167
+ cursor: not-allowed;
168
+ background-color: #f5f5f5;
169
+ color: #00000040;
170
+ }
171
+
172
+ .table-card .ant-card-body .common-table .editable-row .editable-cell-value-wrap {
173
+ border: 1px solid #d9d9d9;
174
+ border-radius: 4px;
175
+ padding: 4px 11px;
176
+ min-height: 32px;
177
+ }
178
+
179
+ .table-card .ant-card-body .common-table .editable-row .editable-cell-value-wrap.input_reason {
180
+ border: none;
181
+ padding: 0px 5px;
182
+ }
183
+
184
+ .table-card .ant-card-body .common-table .editable-row .editable-cell-value-wrap.input_reason .select-input-reason {
185
+ border: 1px solid #d9d9d9;
186
+ border-radius: 4px;
187
+ min-height: 32px;
188
+ padding: 4px 0px;
189
+ }
190
+
191
+ .table-card .ant-card-body .common-table .editable-row .editable-cell-value-wrap.input_reason .select-input-reason span {
192
+ padding: 0px 6px;
193
+ }
194
+
195
+ .table-card .ant-card-body .common-table .editable-row .editable-cell-value-wrap.input_reason .icon-comment svg {
196
+ width: 18px;
197
+ height: 18px;
198
+ margin-left: 4px;
199
+ }
200
+
201
+ .table-card .ant-card-body .common-table .editable-row .editable-cell-value-wrap.input_reason .icon-comment.not-editable {
202
+ position: relative;
203
+ }
204
+
205
+ .table-card .ant-card-body .common-table .editable-row .editable-cell-value-wrap.input_reason .icon-comment.not-editable .area-icon-comment {
206
+ position: absolute;
207
+ width: 80%;
208
+ height: 28px;
209
+ z-index: 2;
210
+ top: -4px;
211
+ background: transparent;
212
+ }
213
+
214
+ .table-card .ant-card-body .common-table [data-theme="dark"] .editable-row .editable-cell-value-wrap {
215
+ border: 1px solid #434343;
216
+ }
217
+
218
+ .table-card .ant-card-body .common-table img.render-image {
219
+ height: 40px;
220
+ width: 40px;
221
+ object-fit: contain;
222
+ }
223
+
224
+ .table-card .ant-card-body .common-table.select-list .ant-table-thead th,
225
+ .table-card .ant-card-body .common-table.select-list .ant-table-tbody td {
226
+ vertical-align: middle;
227
+ }
228
+
229
+ .table-card .ant-card-body .common-table.data-table .ant-table-thead .ant-table-cell {
230
+ text-align: center;
231
+ }
232
+
233
+ .table-card .ant-card-body .editable {
234
+ margin-bottom: 24px;
235
+ }
236
+
237
+ .table-card .ant-card-body .editable .editable-row:hover>td {
238
+ background-color: inherit !important;
239
+ }
240
+
241
+ .table-card .ant-card-body .disabled-sort-list .drag-visible .anticon.anticon-menu {
242
+ cursor: not-allowed !important;
243
+ }
244
+
245
+ .table-card .ant-card-body .pagination-custom {
246
+ width: 100%;
247
+ margin: 16px 0px;
248
+ padding: 0px 16px;
249
+ }
250
+
251
+ .ant-dropdown-menu.table-action-menu {
252
+ min-width: 150px;
253
+ }
254
+
255
+ .ant-dropdown-menu.table-action-menu .ant-dropdown-menu-item .ant-typography {
256
+ width: 100%;
257
+ }
258
+
259
+ .modal-display-reason {
260
+ border: 1px solid #d9d9d9;
261
+ border-radius: 4px;
262
+ padding: 4px 11px;
263
+ min-height: 32px;
264
+ }
265
+
266
+ /*----- Custom Ant Card ------*/
267
+ .ant-card.ant-card-bordered {
268
+ border-radius: 5px;
269
+ }
270
+
271
+ /*----- Custom Page Header ------*/
272
+ .page-header-title {
273
+ padding: 8px 0px;
274
+ }
275
+
276
+ .page-header-title h1 {
277
+ font-weight: 400;
278
+ font-size: 26px;
279
+ }
280
+
281
+ .page-header-title button {
282
+ margin-left: 8px;
283
+ }
284
+
285
+ .ant-page-header {
286
+ padding: 16px 30px;
287
+ }
288
+
289
+ .ant-page-header .ant-page-header-heading {
290
+ display: none;
291
+ }
292
+
293
+ .ant-page-header.hide-title .ant-page-header-heading-title {
294
+ display: none;
295
+ }
296
+
297
+ /*----- Custom Font ------*/
298
+ h3.ant-typography,
299
+ h4.ant-typography {
300
+ font-weight: 400;
301
+ }
302
+
303
+ /*----- Custom Modal ------*/
304
+ @media (max-width: 991px) {
305
+ .ant-modal {
306
+ width: 100% !important;
307
+ }
308
+ }
309
+
310
+ @media (min-width: 992px) {
311
+ .ant-modal {
312
+ width: 60% !important;
313
+ }
314
+ }
315
+
316
+ .ant-modal.default {
317
+ width: 520px !important;
318
+ }
319
+
320
+ .ant-modal.full-width {
321
+ width: 100% !important;
322
+ }
323
+
324
+ /*----- Custom Form ------*/
325
+ .ant-form .one2many-required .ant-form-item-explain,
326
+ .ant-modal-body .one2many-required .ant-form-item-explain {
327
+ display: none;
328
+ }
329
+
330
+ .ant-form .one2many-required .text-label::before,
331
+ .ant-form .ant-form-item-has-error .text-label::before,
332
+ .ant-modal-body .one2many-required .text-label::before,
333
+ .ant-modal-body .ant-form-item-has-error .text-label::before {
334
+ display: none !important;
335
+ }
336
+
337
+ .ant-form .one2many-required .text-label::after,
338
+ .ant-form .ant-form-item-has-error .text-label::after,
339
+ .ant-modal-body .one2many-required .text-label::after,
340
+ .ant-modal-body .ant-form-item-has-error .text-label::after {
341
+ display: inline-block !important;
342
+ margin-right: 4px;
343
+ color: #f5222d;
344
+ font-size: 14px;
345
+ font-family: SimSun, sans-serif;
346
+ line-height: 1;
347
+ content: "*";
348
+ }
349
+
350
+ .ant-form .no-margin .ant-form-item,
351
+ .ant-modal-body .no-margin .ant-form-item {
352
+ margin-bottom: 1px !important;
353
+ }
354
+
355
+ .ant-form .text-label-required::before,
356
+ .ant-form .ant-form-item-required::before,
357
+ .ant-modal-body .text-label-required::before,
358
+ .ant-modal-body .ant-form-item-required::before {
359
+ display: none !important;
360
+ }
361
+
362
+ .ant-form .text-label-required::after,
363
+ .ant-form .ant-form-item-required::after,
364
+ .ant-modal-body .text-label-required::after,
365
+ .ant-modal-body .ant-form-item-required::after {
366
+ display: inline-block !important;
367
+ margin-right: 4px;
368
+ color: #f5222d;
369
+ font-size: 14px;
370
+ font-family: SimSun, sans-serif;
371
+ line-height: 1;
372
+ content: "*";
373
+ }
374
+
375
+ .ant-form .text-label-required.space-left::after,
376
+ .ant-form .ant-form-item-required.space-left::after,
377
+ .ant-modal-body .text-label-required.space-left::after,
378
+ .ant-modal-body .ant-form-item-required.space-left::after {
379
+ margin-left: 2px;
380
+ }
381
+
382
+ .ant-form .ant-form-item .ant-input-number,
383
+ .ant-modal-body .ant-form-item .ant-input-number {
384
+ width: 100%;
385
+ }
386
+
387
+ .ant-form .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
388
+ .ant-modal-body .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon {
389
+ display: none;
390
+ }
391
+
392
+ .ant-form .ant-form-item-has-feedback.ant-form-item-has-success .ant-input,
393
+ .ant-form .ant-form-item-has-feedback.ant-form-item-has-success .ant-picker,
394
+ .ant-form .ant-form-item-has-feedback.ant-form-item-has-success .ant-input-affix-wrapper .ant-input-suffix,
395
+ .ant-modal-body .ant-form-item-has-feedback.ant-form-item-has-success .ant-input,
396
+ .ant-modal-body .ant-form-item-has-feedback.ant-form-item-has-success .ant-picker,
397
+ .ant-modal-body .ant-form-item-has-feedback.ant-form-item-has-success .ant-input-affix-wrapper .ant-input-suffix {
398
+ padding-right: 11px;
399
+ }
400
+
401
+ .ant-form .ant-form-item-has-feedback.ant-form-item-has-success .ant-select .ant-select-arrow,
402
+ .ant-form .ant-form-item-has-feedback.ant-form-item-has-success .ant-select .ant-select-clear,
403
+ .ant-form .ant-form-item-has-feedback.ant-form-item-has-success :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,
404
+ .ant-form .ant-form-item-has-feedback.ant-form-item-has-success :not(.ant-input-group-addon)>.ant-select .ant-select-clear,
405
+ .ant-modal-body .ant-form-item-has-feedback.ant-form-item-has-success .ant-select .ant-select-arrow,
406
+ .ant-modal-body .ant-form-item-has-feedback.ant-form-item-has-success .ant-select .ant-select-clear,
407
+ .ant-modal-body .ant-form-item-has-feedback.ant-form-item-has-success :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,
408
+ .ant-modal-body .ant-form-item-has-feedback.ant-form-item-has-success :not(.ant-input-group-addon)>.ant-select .ant-select-clear {
409
+ right: 11px;
410
+ }
411
+
412
+ .ant-form .ant-form-item-has-feedback .ant-form-item-children-icon,
413
+ .ant-modal-body .ant-form-item-has-feedback .ant-form-item-children-icon {
414
+ display: initial;
415
+ }
416
+
417
+ .ant-form .ant-form-item-has-feedback .ant-form-item-control:hover .ant-form-item-explain div,
418
+ .ant-modal-body .ant-form-item-has-feedback .ant-form-item-control:hover .ant-form-item-explain div {
419
+ visibility: visible;
420
+ }
421
+
422
+ .ant-form .ant-form-item-has-feedback .ant-form-item-control .ant-form-item-explain,
423
+ .ant-modal-body .ant-form-item-has-feedback .ant-form-item-control .ant-form-item-explain {
424
+ min-height: 0px !important;
425
+ z-index: 2;
426
+ }
427
+
428
+ .ant-form .ant-form-item-has-feedback .ant-form-item-control .ant-form-item-explain div,
429
+ .ant-modal-body .ant-form-item-has-feedback .ant-form-item-control .ant-form-item-explain div {
430
+ background-color: rgba(0, 0, 0, 0.7);
431
+ position: absolute;
432
+ margin-top: 5px;
433
+ right: 0px;
434
+ padding: 3px 5px;
435
+ border-radius: 5px;
436
+ color: white;
437
+ visibility: hidden;
438
+ }
439
+
440
+ .ant-form .ant-form-item-with-help,
441
+ .ant-modal-body .ant-form-item-with-help {
442
+ margin-bottom: 24px;
443
+ }
444
+
445
+ .full-list-editable-form .ant-row.ant-form-item {
446
+ margin-bottom: 0;
447
+ flex-direction: row;
448
+ }
449
+
450
+ .full-list-editable-form .ant-table-row {
451
+ vertical-align: baseline;
452
+ }
453
+
454
+ .ant-form-item-has-feedback.ant-form-item-has-error .input-number-container.ant-input-affix-wrapper .ant-input-number .ant-input-number-handler-wrap {
455
+ right: 30px;
456
+ }
457
+
458
+ .ant-form-item-has-feedback.ant-form-item-has-error .input-number-container.ant-input-affix-wrapper .ant-input-number .ant-input-number-handler-up {
459
+ border-top-right-radius: 0px;
460
+ border-right: 1px solid #d9d9d9;
461
+ }
462
+
463
+ .ant-form-item-has-feedback.ant-form-item-has-error .input-number-container.ant-input-affix-wrapper .ant-input-number .ant-input-number-handler-down {
464
+ border-right: 1px solid #d9d9d9;
465
+ border-bottom-right-radius: 0px;
466
+ }
467
+
468
+ .ant-form-item-has-feedback.ant-form-item-has-error .input-number-container.ant-input-affix-wrapper.suffix .ant-input-number .ant-input-number-handler-wrap {
469
+ right: 0px;
470
+ }
471
+
472
+ .ant-form-item-has-feedback.ant-form-item-has-error .input-number-container.ant-input-affix-wrapper.suffix .ant-input-suffix {
473
+ padding-right: 28px;
474
+ }
475
+
476
+ .ant-form-item-has-feedback.ant-form-item-has-error .ant-input-number-handler-wrap {
477
+ right: 30px;
478
+ }
479
+
480
+ .ant-form-item-has-feedback.ant-form-item-has-error .ant-input-number-handler-up {
481
+ border-top-right-radius: 0px;
482
+ border-right: 1px solid #d9d9d9;
483
+ }
484
+
485
+ .ant-form-item-has-feedback.ant-form-item-has-error .ant-input-number-handler-down {
486
+ border-right: 1px solid #d9d9d9;
487
+ border-bottom-right-radius: 0px;
488
+ }
489
+
490
+ .text-label {
491
+ color: #00000073;
492
+ }
493
+
494
+ /*----- Custom Ant Tree------*/
495
+ .ant-tree .ant-tree-treenode.drag-over>[draggable] {
496
+ background-color: #d4eaff;
497
+ }
498
+
499
+ .ant-tree .ant-tree-treenode.drag-over-gap-top>[draggable] {
500
+ border-top-color: #d4eaff;
501
+ }
502
+
503
+ .ant-tree .ant-tree-treenode.drag-over-gap-bottom>[draggable] {
504
+ border-bottom-color: #d4eaff;
505
+ }
506
+
507
+ .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
508
+ background-color: transparent;
509
+ }
510
+
511
+ @media (max-width: 767px) {
512
+ .table-card .ant-card-body .pagination-custom .pagination {
513
+ width: 100%;
514
+ text-align: center;
515
+ margin-right: 0;
516
+ }
517
+
518
+ .table-card .ant-card-body .per-page {
519
+ margin-top: 16px;
520
+ width: 100%;
521
+ text-align: center;
522
+ font-size: 12px;
523
+ }
524
+ }
525
+
526
+ .addable-table-minus-button {
527
+ height: 20px;
528
+ width: 20px;
529
+ border-radius: 10px;
530
+ border: 1px solid #efefef;
531
+ color: red;
532
+ background-color: white;
533
+ align-items: center;
534
+ justify-content: center;
535
+ display: flex;
536
+ cursor: pointer;
537
+ }
538
+
539
+ /*----- custom upload drag container of image field ------*/
540
+ .image-field {
541
+ margin-bottom: 20px;
542
+ }
543
+
544
+ .image-field .ant-upload-drag-container {
545
+ display: table !important;
546
+ width: 100%;
547
+ }
548
+
549
+ .image-field .ant-row {
550
+ flex-flow: column;
551
+ }
552
+
553
+ .file-field {
554
+ margin-bottom: 20px;
555
+ }
556
+
557
+ .file-field .ant-upload.ant-upload-drag .ant-upload {
558
+ padding: 0;
559
+ }
560
+
561
+ .file-field .ant-upload .ant-upload-btn {
562
+ display: flex;
563
+ }
564
+
565
+ .file-field .ant-upload-drag-container {
566
+ display: table-cell !important;
567
+ width: 100%;
568
+ padding-top: 30px;
569
+ }
570
+
571
+ .file-field .ant-upload-drag-container .add-button-icon {
572
+ position: absolute;
573
+ top: 8px;
574
+ right: 13px;
575
+ cursor: pointer;
576
+ }
577
+
578
+ .file-field .ant-upload-drag-container .add-button-icon .ant-upload {
579
+ padding: 0;
580
+ }
581
+
582
+ .file-field .ant-row-column {
583
+ flex-flow: column;
584
+ }
585
+
586
+ .file-field .ant-form-item-control {
587
+ display: block;
588
+ width: 100%;
589
+ }
590
+
591
+ .file-field .ant-form-item-control-input {
592
+ min-height: auto;
593
+ }
594
+
595
+ .file-field .type-icon-wrapper {
596
+ min-height: 150px;
597
+ text-align: center;
598
+ }
599
+
600
+ .file-field .type-icon-wrapper .image-type-icon {
601
+ width: 100%;
602
+ height: auto;
603
+ }
604
+
605
+ .file-field .type-icon-wrapper .file-type-icon {
606
+ min-height: 0;
607
+ height: 100px;
608
+ width: auto;
609
+ }
610
+
611
+ .ant-tooltip-inner {
612
+ display: flex;
613
+ justify-content: center;
614
+ align-items: center;
615
+ font-size: 10px;
616
+ padding: 2px 4px;
617
+ min-height: unset;
618
+ }
619
+
620
+ .mutiple-upload-files-container .ant-row-middle {
621
+ text-align: left;
622
+ }
623
+
624
+ .mutiple-upload-files-container .ant-upload.ant-upload-drag {
625
+ border: 0;
626
+ }
627
+
628
+ .mutiple-upload-files-container .multiple-image-container {
629
+ border: 0;
630
+ }
631
+
632
+ .mutiple-upload-files-container .multiple-image-container .scrollable {
633
+ min-height: 212px;
634
+ }
635
+
636
+ .mutiple-upload-files-container .multiple-image-container .ant-upload {
637
+ padding: 0;
638
+ }
639
+
640
+ .mutiple-upload-files-container .multiple-image-container .ant-upload .anticon-plus {
641
+ font-size: 20px;
642
+ color: #00000090;
643
+ }
644
+
645
+ .mutiple-upload-files-container .multiple-image-container .notice-arrow {
646
+ position: absolute;
647
+ right: 0;
648
+ top: 38%;
649
+ display: flex;
650
+ width: 50px;
651
+ height: 50px;
652
+ background: #00000050;
653
+ justify-content: center;
654
+ align-items: center;
655
+ color: white;
656
+ font-size: 25px;
657
+ }
658
+
659
+ .mutiple-upload-files-container .multiple-image-container .list-image {
660
+ display: flex;
661
+ }
662
+
663
+ .mutiple-upload-files-container .multiple-image-container .list-image .meta-data-overlay {
664
+ position: absolute;
665
+ bottom: 2px;
666
+ left: 0;
667
+ right: 0;
668
+ background-color: white;
669
+ z-index: 4;
670
+ padding: 5px 10px;
671
+ }
672
+
673
+ .mutiple-upload-files-container .multiple-image-container .list-image .image {
674
+ position: relative;
675
+ width: 150px;
676
+ }
677
+
678
+ .mutiple-upload-files-container .multiple-image-container .list-image .image:hover::before {
679
+ position: absolute;
680
+ width: 100%;
681
+ height: 100%;
682
+ left: 0;
683
+ opacity: 0.9;
684
+ transition: all 0.3s;
685
+ content: " ";
686
+ z-index: 5;
687
+ }
688
+
689
+ .mutiple-upload-files-container .multiple-image-container .list-image .image:hover img {
690
+ opacity: 0.8;
691
+ }
692
+
693
+ .mutiple-upload-files-container .multiple-image-container .list-image .image:hover .multiple-upload-actions {
694
+ width: 100%;
695
+ }
696
+
697
+ .mutiple-upload-files-container .multiple-image-container .ant-upload .ant-upload-btn {
698
+ display: flex;
699
+ }
700
+
701
+ .mutiple-upload-files-container .multiple-image-container .ant-upload-drag-container {
702
+ display: table-cell !important;
703
+ width: 100%;
704
+ height: 100%;
705
+ left: 0;
706
+ opacity: 0.9;
707
+ transition: all 0.3s;
708
+ content: " ";
709
+ padding-top: 30px;
710
+ }
711
+
712
+ .mutiple-upload-files-container .multiple-image-container .add-button-icon {
713
+ position: absolute;
714
+ top: 8px;
715
+ right: 13px;
716
+ cursor: pointer;
717
+ }
718
+
719
+ .mutiple-upload-files-container .multiple-image-container .add-button-icon .ant-upload {
720
+ padding: 0;
721
+ }
722
+
723
+ .mutiple-upload-files-container .ant-row-column {
724
+ flex-flow: column;
725
+ }
726
+
727
+ .mutiple-upload-files-container .ant-form-item-control {
728
+ display: block;
729
+ width: 100%;
730
+ }
731
+
732
+ .mutiple-upload-files-container .ant-form-item-control-input {
733
+ min-height: auto;
734
+ }
735
+
736
+ .mutiple-upload-files-container .type-icon-wrapper {
737
+ min-height: 150px;
738
+ text-align: center;
739
+ }
740
+
741
+ .mutiple-upload-files-container .type-icon-wrapper .image-type-icon {
742
+ width: 100%;
743
+ height: auto;
744
+ }
745
+
746
+ .mutiple-upload-files-container .type-icon-wrapper .file-type-icon {
747
+ min-height: 0;
748
+ height: 100px;
749
+ width: auto;
750
+ }
751
+
752
+ .truncate-middle {
753
+ position: relative;
754
+ max-width: 96px;
755
+ }
756
+
757
+ .truncate-middle:after {
758
+ content: attr(data-truncate);
759
+ position: absolute;
760
+ left: 100%;
761
+ top: 0;
762
+ white-space: nowrap;
763
+ background-color: white;
764
+ }
765
+
766
+ .truncate-middle div {
767
+ white-space: nowrap;
768
+ text-overflow: ellipsis;
769
+ overflow: hidden;
770
+ }
771
+
772
+ .single-upload-images-container.imageUrl .single-upload-actions {
773
+ margin: 0 !important;
774
+ display: none;
775
+ flex-direction: row;
776
+ justify-content: center;
777
+ position: absolute;
778
+ top: 50%;
779
+ left: 50%;
780
+ z-index: 2;
781
+ /* -webkit-transform: translate(-50%, -50%); */
782
+ transform: translate(-50%, -50%);
783
+ transition: all 0.3s;
784
+ }
785
+
786
+ .single-upload-images-container.imageUrl .single-upload-actions svg {
787
+ cursor: pointer;
788
+ color: white;
789
+ }
790
+
791
+ .single-upload-images-container.imageUrl .no-preview-single .ant-avatar-string {
792
+ line-height: 46px !important;
793
+ padding-top: 38px;
794
+ font-size: 40px;
795
+ }
796
+
797
+ .single-upload-images-container.imageUrl .ant-upload-drag-container .image-content::before {
798
+ position: absolute;
799
+ z-index: 1;
800
+ width: 100%;
801
+ height: 100%;
802
+ left: 0;
803
+ opacity: 0.9;
804
+ transition: all 0.3s;
805
+ content: " ";
806
+ }
807
+
808
+ .single-upload-images-container.imageUrl .ant-upload-drag-container .image-content {
809
+ position: relative;
810
+ height: 140px;
811
+ line-height: 140px;
812
+ background-color: transparent;
813
+ text-align: center;
814
+ }
815
+
816
+ .single-upload-images-container.imageUrl .ant-upload-drag-container .image-content img {
817
+ max-height: 100%;
818
+ max-width: 100%;
819
+ vertical-align: middle;
820
+ }
821
+
822
+ .single-upload-images-container.imageUrl:hover .single-upload-actions {
823
+ display: flex;
824
+ }
825
+
826
+ .single-upload-images-container.imageUrl:hover .ant-upload-drag-container .image-content::before {
827
+ position: absolute;
828
+ z-index: 1;
829
+ width: 100%;
830
+ height: 100%;
831
+ left: 0;
832
+ background-color: rgba(0, 0, 0, 0.5);
833
+ opacity: 0.9;
834
+ transition: all 0.3s;
835
+ content: " ";
836
+ }
837
+
838
+ .single-upload-images-container.imageUrl:hover .ant-upload-drag-container img {
839
+ opacity: 0.8;
840
+ }
841
+
842
+ .single-upload-images-container.imageUrl .ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
843
+ border-color: #d9d9d9;
844
+ }
845
+
846
+ .single-upload-images-container.imageUrl .ant-upload.ant-upload-drag:hover {
847
+ cursor: default;
848
+ }
849
+
850
+ .single-upload-files-container.imageUrl .single-upload-actions {
851
+ margin: 0 !important;
852
+ display: none;
853
+ flex-direction: row;
854
+ justify-content: center;
855
+ position: absolute;
856
+ top: 50%;
857
+ left: 50%;
858
+ z-index: 2;
859
+ /* -webkit-transform: translate(-50%, -50%); */
860
+ transform: translate(-50%, -50%);
861
+ transition: all 0.3s;
862
+ }
863
+
864
+ .single-upload-files-container.imageUrl .single-upload-actions svg {
865
+ cursor: pointer;
866
+ color: white;
867
+ }
868
+
869
+ .single-upload-files-container.imageUrl .ant-upload-drag-container {
870
+ position: relative;
871
+ }
872
+
873
+ .single-upload-files-container.imageUrl .ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
874
+ border-color: #d9d9d9;
875
+ }
876
+
877
+ .single-upload-files-container.imageUrl .ant-upload.ant-upload-drag:hover {
878
+ cursor: default;
879
+ }
880
+
881
+ .react-flow__controls {
882
+ height: 128px;
883
+ width: 32px;
884
+ }
885
+
886
+ .react-flow__controls .react-flow__controls-button {
887
+ height: 32px;
888
+ width: 32px;
889
+ }
890
+
891
+ .blink-effect {
892
+ animation-name: blink;
893
+ animation-duration: 0.2s;
894
+ animation-iteration-count: infinite;
895
+ }
896
+
897
+ .workflows-buttons {
898
+ border-right: 1px solid #8f8f8f;
899
+ padding: 0px 8px 0px 0px;
900
+ }
901
+
902
+ .red-compare {
903
+ background: #fdd;
904
+ }
905
+
906
+ .red-compare td {
907
+ background: #fdd !important;
908
+ }
909
+
910
+ .red-compare-text {
911
+ color: red;
912
+ }
913
+
914
+ .red-compare-text td {
915
+ color: red !important;
916
+ }
917
+
918
+ .green-compare {
919
+ background: #dfd;
920
+ }
921
+
922
+ .green-compare td {
923
+ background: #dfd !important;
924
+ }
925
+
926
+ .compare-detail-card-modal-container {
927
+ margin-top: 20px;
928
+ min-height: 200px;
929
+ }
930
+
931
+ .ant-modal.photoshop-picker .ant-modal-content {
932
+ background-color: unset;
933
+ border-radius: 0px;
934
+ box-shadow: unset;
935
+ }
936
+
937
+ .ant-modal.photoshop-picker .ant-modal-content .ant-modal-body {
938
+ padding: 0px;
939
+ }
940
+
941
+ .photoshop-picker-content .ant-col {
942
+ cursor: pointer;
943
+ margin-right: 5px;
944
+ width: 20px;
945
+ height: 20px;
946
+ }
947
+
948
+ /* Ant Tag */
949
+ .ant-tag.ant-tag-red {
950
+ color: #f5222d;
951
+ background: #fff1f0;
952
+ border-color: #ffa39e;
953
+ }
954
+
955
+ .ant-collapse-item.lost-entities {
956
+ background-color: #ffccc7;
957
+ }
958
+
959
+ .btn-icon-action-table.edit-entity {
960
+ height: 32px;
961
+ line-height: 0;
962
+ }
963
+
964
+ .row-dragging {
965
+ background: #fafafa;
966
+ border: 1px solid #ccc;
967
+ }
968
+
969
+ .row-dragging td {
970
+ padding: 16px;
971
+ visibility: hidden;
972
+ }
973
+
974
+ .row-dragging .drag-visible {
975
+ visibility: visible;
976
+ }
977
+
978
+ .custom-node-workflow {
979
+ color: #222;
980
+ padding: 10px;
981
+ font-size: 20px;
982
+ border-radius: 3px;
983
+ }
984
+
985
+ .custom-node-workflow .container {
986
+ min-width: 130px;
987
+ text-align: center;
988
+ }
989
+
990
+ .custom-node-workflow .point-a {
991
+ top: 0;
992
+ left: 20%;
993
+ border-radius: 0;
994
+ }
995
+
996
+ .custom-node-workflow .point-b {
997
+ top: 0;
998
+ border-radius: 0;
999
+ }
1000
+
1001
+ .custom-node-workflow .point-c {
1002
+ top: 0;
1003
+ left: 80%;
1004
+ border-radius: 0;
1005
+ }
1006
+
1007
+ .custom-node-workflow .point-d {
1008
+ bottom: 0;
1009
+ left: 20%;
1010
+ border-radius: 0;
1011
+ }
1012
+
1013
+ .custom-node-workflow .point-e {
1014
+ bottom: 0;
1015
+ border-radius: 0;
1016
+ }
1017
+
1018
+ .custom-node-workflow .point-f {
1019
+ bottom: 0;
1020
+ left: 80%;
1021
+ border-radius: 0;
1022
+ }
1023
+
1024
+ .custom-standard-node-workflow {
1025
+ color: #222;
1026
+ font-size: 20px;
1027
+ border-radius: 3px;
1028
+ min-width: 250px;
1029
+ }
1030
+
1031
+ .custom-standard-node-workflow .container {
1032
+ display: flex;
1033
+ flex-direction: row;
1034
+ }
1035
+
1036
+ .custom-standard-node-workflow .icon-wrapper {
1037
+ width: 90px;
1038
+ display: flex;
1039
+ justify-content: center;
1040
+ align-items: center;
1041
+ }
1042
+
1043
+ .custom-standard-node-workflow .icon-wrapper.icon-sign {
1044
+ margin-right: 2px;
1045
+ }
1046
+
1047
+ .custom-standard-node-workflow .message-wrapper {
1048
+ background-color: white;
1049
+ padding: 10px;
1050
+ width: 100%;
1051
+ border-top-right-radius: 6px;
1052
+ border-bottom-right-radius: 6px;
1053
+ }
1054
+
1055
+ .custom-standard-node-workflow .message-wrapper .text-container {
1056
+ padding: 3px;
1057
+ }
1058
+
1059
+ .custom-standard-node-workflow .message-wrapper .text-label {
1060
+ min-width: 130px;
1061
+ font-size: 15px;
1062
+ font-weight: 500;
1063
+ }
1064
+
1065
+ .custom-standard-node-workflow .message-wrapper .text-description {
1066
+ min-width: 130px;
1067
+ }
1068
+
1069
+ .custom-standard-node-workflow .dot {
1070
+ height: 10px;
1071
+ width: 10px;
1072
+ background-color: rgb(0, 0, 0);
1073
+ border-radius: 50%;
1074
+ display: inline-block;
1075
+ }
1076
+
1077
+ .custom-standard-node-workflow .square {
1078
+ height: 10px;
1079
+ width: 10px;
1080
+ background-color: rgb(0, 0, 0);
1081
+ border-radius: 0;
1082
+ display: inline-block;
1083
+ }
1084
+
1085
+ .custom-standard-node-workflow .arrow-up {
1086
+ width: 0;
1087
+ height: 0;
1088
+ border-left: 6px solid transparent;
1089
+ border-right: 6px solid transparent;
1090
+ border-bottom: 9px solid black;
1091
+ border-radius: 0;
1092
+ background: transparent;
1093
+ border-top-color: transparent;
1094
+ }
1095
+
1096
+ .custom-standard-node-workflow .arrow-down {
1097
+ width: 0;
1098
+ height: 0;
1099
+ border-left: 6px solid transparent;
1100
+ border-right: 6px solid transparent;
1101
+ border-top: 9px solid black;
1102
+ border-radius: 0;
1103
+ background: transparent;
1104
+ border-bottom-color: transparent;
1105
+ }
1106
+
1107
+ .custom-standard-node-workflow .arrow-right {
1108
+ width: 0;
1109
+ height: 0;
1110
+ border-top: 6px solid transparent;
1111
+ border-bottom: 6px solid transparent;
1112
+ border-left: 9px solid black;
1113
+ border-radius: 0;
1114
+ background: transparent;
1115
+ border-right-color: transparent;
1116
+ }
1117
+
1118
+ .custom-standard-node-workflow .arrow-left {
1119
+ width: 0;
1120
+ height: 0;
1121
+ border-top: 6px solid transparent;
1122
+ border-bottom: 6px solid transparent;
1123
+ border-right: 9px solid black;
1124
+ border-radius: 0;
1125
+ background: transparent;
1126
+ border-left-color: transparent;
1127
+ }
1128
+
1129
+ .workflow-translate-table-column .ant-form-item {
1130
+ margin-bottom: 0px;
1131
+ }
1132
+
1133
+ /* AutoComplete Field */
1134
+ .autocomplete.ant-form-item-has-feedback.ant-form-item-has-error.field .ant-form-item-children-icon,
1135
+ .autocomplete.ant-form-item-has-feedback.ant-form-item-has-error.func .ant-form-item-children-icon {
1136
+ right: 45px;
1137
+ }
1138
+
1139
+ .autocomplete.ant-form-item-has-feedback.ant-form-item-has-error.field-func .ant-form-item-children-icon {
1140
+ right: 90px;
1141
+ }
1142
+
1143
+ .dropdown-menu-overflow {
1144
+ position: relative;
1145
+ max-height: 60vh;
1146
+ overflow: auto;
1147
+ }
1148
+
1149
+ .form-item-show-label-only .ant-col.ant-form-item-control {
1150
+ width: 100%;
1151
+ }
1152
+
1153
+ .col-register-form-image .ant-form-item-control {
1154
+ align-self: center;
1155
+ bottom: 30px;
1156
+ }
1157
+
1158
+ .ant-menu .ant-menu-item a {
1159
+ font-size: 16px;
1160
+ font-weight: lighter;
1161
+ display: flex;
1162
+ }
1163
+
1164
+ .ant-menu .ant-menu-submenu-title .menu-label {
1165
+ font-size: 16px;
1166
+ font-weight: lighter;
1167
+ }
1168
+
1169
+ .ant-menu.ant-menu-inline,
1170
+ .ant-menu.ant-menu-vertical,
1171
+ .ant-menu.ant-menu-vertical-left {
1172
+ border-right: none;
1173
+ }
1174
+
1175
+ .mb-25 {
1176
+ margin-bottom: 25px;
1177
+ }
1178
+
1179
+ .mb-15 {
1180
+ margin-bottom: 15px;
1181
+ }
1182
+
1183
+ .app-loading {
1184
+ height: 100vh;
1185
+ text-align: center;
1186
+ display: flex;
1187
+ flex-direction: column;
1188
+ justify-content: center;
1189
+ align-items: center;
1190
+ }
1191
+
1192
+ .addable-table-container .ant-row {
1193
+ flex-flow: row;
1194
+ }
1195
+
1196
+ .chart-wrapper {
1197
+ width: 100%;
1198
+ min-height: 300px;
1199
+ }
1200
+
1201
+ .custom-select-tag-render-tag {
1202
+ background: rgb(245, 245, 245) !important;
1203
+ border: 1px solid rgb(240, 240, 240) !important;
1204
+ border-radius: 6px;
1205
+ height: 24px;
1206
+ margin-top: 2px;
1207
+ margin-bottom: 2px;
1208
+ line-height: 22px;
1209
+ margin-right: 3px;
1210
+ font-size: 14px;
1211
+ font-variant: tabular-nums;
1212
+ }
1213
+
1214
+ .workflow-transition-container {
1215
+ position: absolute;
1216
+ border: 1px solid #d9d9d9;
1217
+ border-radius: 6px;
1218
+ margin: 15px;
1219
+ padding: 10px 10px;
1220
+ right: 0;
1221
+ background: white;
1222
+ height: 70%;
1223
+ width: 200px;
1224
+ z-index: 10;
1225
+ }
1226
+
1227
+ .workflow-transition-container .elements-container {
1228
+ display: flex;
1229
+ flex-direction: column;
1230
+ justify-content: space-between;
1231
+ height: 100%;
1232
+ }
1233
+
1234
+ .workflow-transition-container .list-container {
1235
+ display: flex;
1236
+ flex-direction: column;
1237
+ height: 100%;
1238
+ margin-bottom: 10px;
1239
+ row-gap: 10px;
1240
+ overflow-y: auto;
1241
+ }
1242
+
1243
+ .workflow-transition-container .list-item {
1244
+ border: 1px solid #d9d9d9;
1245
+ padding: 10px;
1246
+ border-radius: 6px;
1247
+ cursor: pointer;
1248
+ }
1249
+
1250
+ .workflow-transition-container .label {
1251
+ font-size: 12px;
1252
+ white-space: nowrap;
1253
+ overflow: hidden;
1254
+ text-overflow: ellipsis;
1255
+ }
1256
+
1257
+ .modal-validate .ant-modal-body {
1258
+ padding-top: 10px;
1259
+ }
1260
+
1261
+ .switch-list-required {
1262
+ padding-top: 10px;
1263
+ padding-bottom: 10px;
1264
+ }
1265
+
1266
+ .cke_panel_container {
1267
+ overflow: auto !important;
1268
+ }
1269
+
1270
+ .cke_reset_all {
1271
+ max-height: 40vh !important;
1272
+ overflow: auto !important;
1273
+ }
1274
+
1275
+ .codeMarker {
1276
+ background: #fff677;
1277
+ position: absolute;
1278
+ z-index: 20;
1279
+ }
1280
+
1281
+ .json-compare-modal .ant-modal {
1282
+ width: 60% !important;
1283
+ }
1284
+
1285
+ .box_executions_workflows {
1286
+ display: flex;
1287
+ justify-content: flex-end;
1288
+ padding-right: 5px;
1289
+ }
1290
+
1291
+ .icon_vdo {
1292
+ margin: 0 !important;
1293
+ flex-direction: row;
1294
+ justify-content: center;
1295
+ position: absolute;
1296
+ top: 50%;
1297
+ left: 50%;
1298
+ /* -webkit-transform: translate(-50%, -50%); */
1299
+ transform: translate(-50%, -50%);
1300
+ transition: all 0.3s;
1301
+ color: #b4171f;
1302
+ }
1303
+
1304
+ .custom-table-row td {
1305
+ background-color: inherit !important;
1306
+ }
1307
+
1308
+ .list-file {
1309
+ min-width: 170px;
1310
+ min-height: 200px;
1311
+ display: flex;
1312
+ justify-content: center;
1313
+ }
1314
+
1315
+ .dropbtn {
1316
+ background-color: #ffffff00;
1317
+ font-size: 12px;
1318
+ border: none;
1319
+ }
1320
+
1321
+ .dropdown-content a {
1322
+ padding: 12px 16px;
1323
+ font-size: 12px;
1324
+ text-decoration: none;
1325
+ display: block;
1326
+ }
1327
+
1328
+ .dropdown-content {
1329
+ display: none;
1330
+ }
1331
+
1332
+ .dropdown:hover .dropdown-content {
1333
+ display: flex;
1334
+ position: fixed;
1335
+ padding: 10px;
1336
+ width: 100%;
1337
+ background: rgb(255, 255, 255);
1338
+ left: 0px;
1339
+ z-index: 100;
1340
+ flex-direction: column;
1341
+ }
1342
+
1343
+ @media (max-width: 768px) {
1344
+ .ant-menu-submenu-open .ant-menu-submenu-arrow {
1345
+ color: #1890ff !important;
1346
+ }
1347
+
1348
+ .ant-menu-submenu-open .ant-menu-submenu-title>span {
1349
+ color: #1890ff !important;
1350
+ }
1351
+ }
1352
+
1353
+ .mode-display-text {
1354
+ align-items: center;
1355
+ justify-content: center;
1356
+ }
1357
+
1358
+ .react-flow .react-flow__edge path,
1359
+ .react-flow__connectionline path {
1360
+ stroke-width: 2;
1361
+ }
1362
+
1363
+ .wrapper {
1364
+ flex-grow: 1;
1365
+ height: 500px;
1366
+ }
1367
+
1368
+ .customNode {
1369
+ padding: 4px 8px;
1370
+ border: 1px solid #1890ff;
1371
+ border-radius: 4px;
1372
+ background-color: white;
1373
+ height: 60px;
1374
+ width: 200px;
1375
+ justify-content: center;
1376
+ align-items: center;
1377
+ display: flex;
1378
+ position: relative;
1379
+ }
1380
+
1381
+ .customNode-add {
1382
+ display: flex;
1383
+ justify-content: center;
1384
+ width: 200px;
1385
+ }
1386
+
1387
+ .customNode.custom-node-add {
1388
+ border: 1px dashed #00000040;
1389
+ }
1390
+
1391
+ .custom-node-add-radius {
1392
+ padding: 4px 8px;
1393
+ border: 1px dashed #00000040;
1394
+ border-radius: 50%;
1395
+ background-color: white;
1396
+ height: 30px;
1397
+ width: 30px;
1398
+ justify-content: center;
1399
+ align-items: center;
1400
+ display: flex;
1401
+ position: relative;
1402
+ }
1403
+
1404
+ .customNodeIconEdit {
1405
+ position: absolute;
1406
+ top: 0px;
1407
+ right: 25px;
1408
+ cursor: pointer;
1409
+ }
1410
+
1411
+ .customNodeIconEdit:hover {
1412
+ color: #1890ff;
1413
+ }
1414
+
1415
+ .customNodeIconAdd {
1416
+ position: absolute;
1417
+ top: 0px;
1418
+ right: 5px;
1419
+ }
1420
+
1421
+ .customNodeIconAdd:hover {
1422
+ color: #1890ff;
1423
+ }
1424
+
1425
+ .customNode:hover {
1426
+ background-color: #f0f0f0;
1427
+ }
1428
+
1429
+ .customHandle.react-flow__handle {
1430
+ opacity: 0;
1431
+ }
1432
+
1433
+ .customNodeIconExpandOrCollapse {
1434
+ position: absolute;
1435
+ top: 0px;
1436
+ left: 5px;
1437
+ }
1438
+
1439
+ .custom-selectList .draggable-row {
1440
+ border: none !important;
1441
+ }
1442
+
1443
+ .custom-selectList .draggable-row .move {
1444
+ background-color: #fff !important;
1445
+ }
1446
+
1447
+ .addable-table-minus-button-disabled {
1448
+ cursor: not-allowed;
1449
+ background-color: #f5f5f5;
1450
+ color: #00000040;
1451
+ }
1452
+
1453
+ .addon-after-input-function .ant-input-group-addon {
1454
+ padding: 0px;
1455
+ }
1456
+
1457
+ .custom-table-headers th {
1458
+ background-color: inherit !important;
1459
+ }
1460
+
1461
+ .custom-node-content {
1462
+ width: 100%;
1463
+ display: flex;
1464
+ }
1465
+
1466
+ .custom-node-content-text span {
1467
+ display: flex;
1468
+ justify-content: center;
1469
+ }
1470
+
1471
+ .custom-node-content-tag {
1472
+ display: flex;
1473
+ justify-content: end;
1474
+ }
1475
+
1476
+ .sticky-header {
1477
+ position: sticky;
1478
+ top: 0;
1479
+ background-color: #fff;
1480
+ z-index: 100;
1481
+ }
1482
+
1483
+ .customNode-flow {
1484
+ padding: 4px 8px;
1485
+ border: 1px solid #1890ff;
1486
+ border-radius: 4px;
1487
+ background-color: white;
1488
+ height: 70px;
1489
+ width: 200px;
1490
+ justify-content: center;
1491
+ align-items: center;
1492
+ display: flex;
1493
+ flex-direction: column;
1494
+ }
1495
+
1496
+ .customNode-start-flow {
1497
+ display: flex;
1498
+ justify-content: center;
1499
+ width: 200px;
1500
+ }
1501
+
1502
+ .customNode.customNode-start-flow {
1503
+ border: 1px dashed #00000040;
1504
+ }
1505
+
1506
+ .customNode-start-flow-radius {
1507
+ padding: 4px 8px;
1508
+ border: 1px dashed #00000040;
1509
+ border-radius: 50%;
1510
+ background-color: white;
1511
+ height: 50px;
1512
+ width: 50px;
1513
+ justify-content: center;
1514
+ align-items: center;
1515
+ display: flex;
1516
+ position: relative;
1517
+ }
1518
+
1519
+ .customNode-add-flow {
1520
+ display: flex;
1521
+ justify-content: center;
1522
+ width: 200px;
1523
+ }
1524
+
1525
+ .custom-node-distribution-img {
1526
+ background-image: url("/static/images/split.svg");
1527
+ background-size: 18px 18px;
1528
+ height: 22px;
1529
+ width: 22px;
1530
+ position: absolute;
1531
+ top: 4px;
1532
+ left: 5px;
1533
+ background-repeat: no-repeat;
1534
+ }
1535
+
1536
+ .custom-node-add-radius-flow {
1537
+ padding: 4px 8px;
1538
+ border: 1px dashed #00000040;
1539
+ border-radius: 50%;
1540
+ background-color: white;
1541
+ height: 30px;
1542
+ width: 30px;
1543
+ justify-content: center;
1544
+ align-items: center;
1545
+ display: flex;
1546
+ position: relative;
1547
+ }
1548
+
1549
+ .line-between-node {
1550
+ left: 50%;
1551
+ height: 25px;
1552
+ width: 2px;
1553
+ background-color: #999;
1554
+ position: relative;
1555
+ margin-left: -1px;
1556
+ }
1557
+
1558
+ .custom-node-distribution-btn {
1559
+ padding: 4px 8px;
1560
+ border: 1px solid #00000040;
1561
+ border-radius: 50%;
1562
+ color: black;
1563
+ height: 30px;
1564
+ width: 30px;
1565
+ justify-content: center;
1566
+ align-items: center;
1567
+ display: flex;
1568
+ margin-top: -15px;
1569
+ z-index: 100;
1570
+ position: absolute;
1571
+ }
1572
+
1573
+ .chartwidget-download-button {
1574
+ display: none;
1575
+ }
1576
+
1577
+ .chartwidget-canvas:hover .chartwidget-download-button {
1578
+ display: block;
1579
+ }
1580
+
1581
+ .buttonvariable {
1582
+ min-width: min(180px, 100%);
1583
+ max-width: 100%;
1584
+ overflow: hidden;
1585
+ display: flex;
1586
+ text-align: center;
1587
+ justify-content: center;
1588
+ color: var(--text-color-var) !important;
1589
+ background-color: var(--background-color-var) !important;
1590
+ margin-top: var(--align-bottom) !important;
1591
+ }
1592
+
1593
+ .buttonvariable:hover {
1594
+ background-color: var(--background-color-hover-var) !important;
1595
+ color: var(--text-color-hover-var) !important;
1596
+ }
1597
+
1598
+ .table-external .ant-table-cell {
1599
+ padding: 10px 16px;
1600
+ }
1601
+
1602
+ .custom-action-renderer-menu {
1603
+ box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
1604
+ -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
1605
+ -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
1606
+ -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
1607
+ }
1608
+
1609
+ .custom-action-renderer-text {
1610
+ font-size: 14px !important;
1611
+ }
1612
+
1613
+ .custom-action-renderer-menu-item {
1614
+ padding-bottom: 5px !important;
1615
+ margin: 0px !important;
1616
+ }