totalum-api-sdk 2.0.20 → 2.0.22

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.
@@ -0,0 +1,3069 @@
1
+ :root {
2
+ --ds-white-font: white;
3
+ --ds-gray-font: #5B5B5B;
4
+ --ds-light-gray-font: #797979;
5
+ --ds-dark-gray-font: #3D3D3D;
6
+ --ds-black-font: black;
7
+ --ds-white-background: white;
8
+ --ds-light-gray-background: #fbfbfb;
9
+ --ds-gray-background: #B9B9B9;
10
+ --ds-white-background-hover: #f0f0f0;
11
+ --ds-primary-color: #184ED9;
12
+ --ds-primary-color-hover: #1648c7;
13
+ --ds-primary-color-ripple: #4671df;
14
+ --ds-primary-color-smooth-background: rgba(24, 78, 216, .1);
15
+ --ds-primary-color-apagado: #4A69B9;
16
+ --ds-danger-color: #DA6453;
17
+ --ds-danger-color-hover: #d15a47;
18
+ --ds-danger-color-ripple: #e27e6a;
19
+ --ds-secondary-color: #F0F0F0;
20
+ --ds-secondary-color-hover: #e7e7e7;
21
+ --ds-secondary-color-ripple: #f0f0f0;
22
+ --ds-tertiary-color: #21BB1E;
23
+ --ds-tertiary-color-hover: #1eaf1c;
24
+ --ds-tertiary-color-ripple: rgb(49, 187, 47);
25
+ --ds-empty-color: transparent;
26
+ --ds-empty-color-hover: #f5f5f5;
27
+ --ds-empty-color-ripple: #f8f8f8;
28
+ --ds-border-color: #ebeaea;
29
+ --ds-scrollbar-color: #b9b9b9;
30
+ --ds-label-margin-bottom: 5px;
31
+ --ds-header-and-content-margin-bottom: 16px;
32
+ --ds-box-padding: 16px;
33
+ --ds-box-padding-small: 8px;
34
+ --ds-box-border-radius: 6px;
35
+ --ds-margin-icon-and-content: 8px;
36
+ --ds-margin-icon-and-content-smaller: 4px;
37
+ --ds-input-margin-bottom: 18px;
38
+ --ds-big-resizer-width: 3.5px;
39
+ --ds-margin-between-items: 8px;
40
+ --ds-global-font-size: 13px;
41
+ --ds-global-font-size-bigger: 14px;
42
+ --ds-global-font-size-large: 15px;
43
+ --ds-input-font-family: "Inter", sans-serif;
44
+ --ds-input-font-size: 13px;
45
+ --ds-input-height: 39px;
46
+ --ds-input-border-radius: 6px;
47
+ --ds-input-border: 1px solid var(--ds-border-color);
48
+ --ds-input-border-active: 2px solid var(--ds-primary-color);
49
+ --ds-input-padding-horizontal: 16px;
50
+ --ds-input-padding-end: 20px;
51
+ --ds-input-placeholder-color: #9496A3;
52
+ --ds-input-transition: 0.1s all ease;
53
+ --ds-input-suggestions-padding: 8px;
54
+ --ds-input-suggestions-max-height: 300px;
55
+ --ds-input-symbol-margin-right: 8px;
56
+ --ds-input-textarea-height: 100px;
57
+ --ds-input-textarea-padding: 8px;
58
+ --ds-item-font-family: "Inter", sans-serif;
59
+ --ds-item-font-size: 13px;
60
+ --ds-item-font-color: var(--ds-gray-font);
61
+ --ds-item-height: 38px;
62
+ --ds-item-padding-horizontal: 10px;
63
+ --ds-item-background: #F9F9F9;
64
+ --ds-item-background-hover: var(--ds-white-background-hover);
65
+ --ds-item-border-radius: 6px;
66
+ --ds-item-checkbox-margin-right: 8px;
67
+ --ds-item-margin-between-items: 10px;
68
+ --ds-item-icon-font-size: 20px;
69
+ --ds-item-icon-font-size-smaller: 18px;
70
+ --ds-item-small-height: 28px;
71
+ --ds-item-small-padding-horizontal: 12px;
72
+ --ds-item-small-font-size: 12px;
73
+ --ds-item-small-icon-font-size: 15px;
74
+ --ds-item-small-background: var(--ds-primary-color-apagado);
75
+ --ds-item-tree-background: var(--ds-white-background);
76
+ --ds-item-tree-background-active: #F9F9F9;
77
+ --ds-item-tree-height: 31px;
78
+ --ds-item-tree-color: var(--ds-gray-font);
79
+ --ds-item-tree-arrow-font-size: 11px;
80
+ --ds-item-tree-icon-font-size: 15px;
81
+ --ds-item-tree-icons-margin-right: 4px;
82
+ --ds-item-tree-folder-margin-right: 6px;
83
+ --ds-item-tree-border-radius: 4px;
84
+ --ds-item-chip-padding: 3px 8px;
85
+ --ds-item-chip-border-radius: 6px;
86
+ --ds-item-chip-font-size: 11px;
87
+ --ds-item-chip-primary-background: rgba(24, 78, 216, .1);
88
+ --ds-item-chip-primary-font-color: var(--ds-primary-color);
89
+ --ds-item-title-font-size: 13px;
90
+ --ds-item-title-font-color: var(--ds-dark-gray-font);
91
+ --ds-item-title-font-weight: 500;
92
+ --ds-item-title-margin-bottom: 4px;
93
+ --ds-item-subtitle-font-size: 12px;
94
+ --ds-item-subtitle-font-color: var(--ds-light-gray-font);
95
+ --ds-item-danger-background: var(--ds-danger-color);
96
+ --ds-item-danger-background-hover: var(--ds-danger-color-hover);
97
+ --ds-item-danger-font-color: var(--ds-white-font);
98
+ --ds-element-reference-content-font-family: "Inter", sans-serif;
99
+ --ds-element-reference-title-font-family: "Poppins", sans-serif;
100
+ --ds-element-reference-title-font-size: 13px;
101
+ --ds-element-reference-title-font-color: var(--ds-dark-gray-font);
102
+ --ds-element-reference-subtitle-font-family: "Poppins", sans-serif;
103
+ --ds-element-reference-subtitle-font-size: 12px;
104
+ --ds-element-reference-subtitle-bigger-font-size: 13px;
105
+ --ds-element-reference-subtitle-font-color: var(--ds-light-gray-font);
106
+ --ds-element-reference-padding: 16px;
107
+ --ds-element-reference-padding-bottom: 8px;
108
+ --ds-element-reference-border-radius: 6px;
109
+ --ds-element-reference-heading-margin-bottom: 16px;
110
+ --ds-element-references-margin-bottom: 12px;
111
+ --ds-element-reference-hover-background: var(--ds-white-background-hover);
112
+ --ds-modal-background: var(--ds-white-background);
113
+ --ds-modal-z-index: 1000000000000 !important;
114
+ --ds-modal-border-radius: 6px;
115
+ --ds-modal-header-title-font-family: "Poppins", sans-serif;
116
+ --ds-modal-header-title-font-size: 16px;
117
+ --ds-modal-header-title-font-color: var(--ds-black-font);
118
+ --ds-modal-header-title-margin-right: 16px;
119
+ --ds-modal-header-subtitle-font-family: "Poppins", sans-serif;
120
+ --ds-modal-header-subtitle-font-size: 12px;
121
+ --ds-modal-header-subtitle-font-color: var(--ds-light-gray-font);
122
+ --ds-modal-header-padding: var(--ds-box-padding);
123
+ --ds-modal-header-padding-small: var(--ds-box-padding-small);
124
+ --ds-modal-header-padding-vertical: 12px;
125
+ --ds-modal-header-border-bottom: 1px solid var(--ds-border-color);
126
+ --ds-modal-header-buttons-margin-right: 16px;
127
+ --ds-modal-border-radius: var(--ds-box-border-radius);
128
+ --ds-modal-primary-width: 400px;
129
+ --ds-modal-primary-height: 100%;
130
+ --ds-modal-secondary-width: 600px;
131
+ --ds-modal-secondary-width-2: 700px;
132
+ --ds-modal-secondary-height: 100%;
133
+ --ds-modal-row-expanded-width: 95%;
134
+ --ds-modal-row-expanded-height: 600px;
135
+ --ds-button-font-size: 13px;
136
+ --ds-button-border-radius: 6px;
137
+ --ds-button-padding-horizontal: 16px;
138
+ --ds-button-padding-horizontal-smaller: 10px;
139
+ --ds-button-height: 36px;
140
+ --ds-button-small-font-size: 11px;
141
+ --ds-button-small-border-radius: 6px;
142
+ --ds-button-small-padding-horizontal: 9.5px;
143
+ --ds-button-small-height: 28px;
144
+ --ds-button-primary-background: var(--ds-primary-color);
145
+ --ds-button-primary-color: white;
146
+ --ds-button-secondary-background: var(--ds-secondary-color);
147
+ --ds-button-secondary-color: var(--ds-gray-font);
148
+ --ds-button-tertiary-background: var(--ds-tertiary-color);
149
+ --ds-button-tertiary-color: var(--ds-white-font);
150
+ --ds-button-empty-background: transparent;
151
+ --ds-button-empty-color: var(--ds-gray-font);
152
+ --ds-button-empty-border: 0 0 0 1px var(--ds-border-color);
153
+ --ds-input-label-font-size: 13px;
154
+ --ds-input-label-color: var(--ds-dark-gray-font);
155
+ --ds-input-searchbar-icon-size: 18px;
156
+ --ds-buttonsgroup-navigation-background: var(--ds-white-background);
157
+ --ds-buttonsgroup-navigation-content-margin: 0 5px;
158
+ --ds-buttonsgroup-navigation-button-color: var(--ds-gray-font);
159
+ --ds-buttonsgroup-navigation-button-icon-size: 17px;
160
+ --ds-screen-kanban-column-width: 290px;
161
+ --ds-screen-kanban-column-height: 100%;
162
+ --ds-screen-kanban-top-border-radius: 16px;
163
+ --ds-screen-kanban-bottom-border-radius: 10px;
164
+ --ds-screen-kanba-column-margin-right: 18px;
165
+ --ds-screen-kanban-content-padding: 5px;
166
+ --ds-screen-kanban-content-min-height: 200px;
167
+ --ds-screen-kanban-content-border-radius: 10px;
168
+ --ds-screen-kanban-content-background-color: rgb(250, 250, 250);
169
+ --ds-screen-background: #F1F3F5;
170
+ --ds-screen-header-background: var(--ds-white-background);
171
+ --ds-screen-header-padding-vertical: 8px;
172
+ --ds-screen-header-padding-horizontal: 16px;
173
+ --ds-screen-header-border-color: var(--ds-border-color);
174
+ --ds-screen-header-border-radius: 12px;
175
+ --ds-screen-header-title-font-family: "Poppins", sans-serif;
176
+ --ds-screen-header-title-font-size: 16px;
177
+ --ds-screen-header-results-count-font-size: 13px;
178
+ --ds-screen-header-title-font-color: var(--ds-black-font);
179
+ --ds-screen-header-elements-margin-right: 16px;
180
+ --ds-screen-header-col-background: var(--ds-light-gray-background);
181
+ --ds-screen-table-background: var(--ds-white-background);
182
+ --ds-screen-table-border-radius: 6px;
183
+ --ds-screen-table-resizer-width: 2px;
184
+ --ds-screen-table-resizer-background: var(--ds-border-color);
185
+ --ds-screen-table-header-col-padding-vertical: 7px;
186
+ --ds-screen-table-header-col-padding-horizontal: 8px;
187
+ --ds-screen-table-content-row-height: 36px;
188
+ --ds-screen-table-content-row-hover-background: var(--ds-white-background-hover);
189
+ --ds-screen-calendar-header-cell-font-family: "Inter", sans-serif;
190
+ --ds-screen-calendar-header-cell-border: 1px solid var(--ds-border-color);
191
+ --ds-screen-calendar-header-cell-font-size: 14px;
192
+ --ds-screen-calendar-header-cell-font-color: var(--ds-light-gray-font);
193
+ --ds-screen-calendar-header-cell-padding: 12px;
194
+ --ds-screen-table-row-expanded-resizer-height: 2.5px;
195
+ --ds-screen-table-row-expanded-resizer-background: var(--ds-border-color);
196
+ --ds-row-expanded-aside-resizer-width: 2px;
197
+ --ds-row-expanded-aside-resizer-background: var(--ds-border-color);
198
+ --ds-row-expanded-aside-padding-vertical: 8px;
199
+ --ds-row-expanded-aside-padding-horizontal: 8px;
200
+ --ds-row-expanded-body-padding: var(--ds-box-padding);
201
+ --ds-row-expanded-secondary-aside-padding: var(--ds-box-padding);
202
+ --ds-floating-block-box-shadow: 0 1px 3px #E5E5E5 !important;
203
+ --ds-popover-border-radius: 6px;
204
+ --ds-popover-padding: 8px;
205
+ --ds-popover-primary-width: auto;
206
+ --ds-popover-z-index: 200030000 !important;
207
+ --ds-totalum-aside-background: var(--ds-white-background);
208
+ --ds-aside-width: 350px;
209
+ --ds-card-margin-bottom-between-data: 12px;
210
+ --ds-card-background: var(--ds-white-background);
211
+ --ds-card-background-hover: var(--ds-white-background-hover);
212
+ --ds-card-border-radius: 6px;
213
+ --ds-card-box-shadow: var(--ds-floating-block-box-shadow);
214
+ --ds-card-padding: var(--ds-box-padding);
215
+ --ds-card-gallery-height: 400px;
216
+ --ds-card-gallery-width: 300px;
217
+ --ds-card-kanban-height: 190px;
218
+ --ds-card-kanban-max-width: 274px;
219
+ --ds-card-kanban-width: 100%;
220
+ --ds-card-image-footer-font-size: 9px;
221
+ --ds-card-image-width: 100%;
222
+ --ds-card-image-height: 180px;
223
+ --ds-header-notsavedchanges-color: var(--ds-danger-color);
224
+ --ds-header-notsavedchanges-font-size: 14px;
225
+ --ds-font-family: "Poppins", sans-serif;
226
+ --ds-font-color: var(--ds-dark-gray-font);
227
+ --ds-h1-font-color: var(--ds-black-font);
228
+ --ds-h1-font-size: 16px;
229
+ --ds-h2-font-size: 15px;
230
+ --ds-text-font-size: 13px;
231
+ --ds-text-font-family: "Inter", sans-serif;
232
+ --ds-text-font-color: var(--ds-dark-gray-font);
233
+ }
234
+
235
+ * {
236
+ font-family: "Inter", sans-serif;
237
+ }
238
+
239
+ .ds-buttonsgroup-navigation, .ds-button-icon-only, .ds-button-empty-icon-only, .ds-button-empty-dropdown, .ds-button-empty, .ds-button-tertiary, .ds-button-secondary, .ds-button-primary {
240
+ display: flex;
241
+ align-items: center;
242
+ justify-content: center;
243
+ font-size: var(--ds-button-font-size);
244
+ border-radius: var(--ds-button-border-radius);
245
+ padding: 0 var(--ds-button-padding-horizontal);
246
+ height: var(--ds-button-height);
247
+ user-select: none;
248
+ transition: 0.2s all ease;
249
+ }
250
+ .ds-buttonsgroup-navigation ion-icon, .ds-button-icon-only ion-icon, .ds-button-empty-icon-only ion-icon, .ds-button-empty-dropdown ion-icon, .ds-button-empty ion-icon, .ds-button-tertiary ion-icon, .ds-button-secondary ion-icon, .ds-button-primary ion-icon {
251
+ font-size: 20px;
252
+ width: 20px;
253
+ min-width: 20px;
254
+ max-width: 20px;
255
+ margin-right: 4px;
256
+ }
257
+ .ds-buttonsgroup-navigation:disabled, .ds-button-icon-only:disabled, .ds-button-empty-icon-only:disabled, .ds-button-empty-dropdown:disabled, .ds-button-empty:disabled, .ds-button-tertiary:disabled, .ds-button-secondary:disabled, .ds-button-primary:disabled, [disabled].ds-buttonsgroup-navigation, [disabled].ds-button-icon-only, [disabled].ds-button-empty-icon-only, [disabled].ds-button-empty-dropdown, [disabled].ds-button-empty, [disabled].ds-button-tertiary, [disabled].ds-button-secondary, [disabled].ds-button-primary {
258
+ cursor: not-allowed;
259
+ pointer-events: none;
260
+ opacity: 0.4;
261
+ transition: 0.2s all ease;
262
+ }
263
+ .ds-buttonsgroup-navigation ion-spinner, .ds-button-icon-only ion-spinner, .ds-button-empty-icon-only ion-spinner, .ds-button-empty-dropdown ion-spinner, .ds-button-empty ion-spinner, .ds-button-tertiary ion-spinner, .ds-button-secondary ion-spinner, .ds-button-primary ion-spinner {
264
+ color: white;
265
+ width: 23px;
266
+ margin-right: 8px;
267
+ }
268
+ .ds-buttonsgroup-navigation ion-spinner circle, .ds-button-icon-only ion-spinner circle, .ds-button-empty-icon-only ion-spinner circle, .ds-button-empty-dropdown ion-spinner circle, .ds-button-empty ion-spinner circle, .ds-button-tertiary ion-spinner circle, .ds-button-secondary ion-spinner circle, .ds-button-primary ion-spinner circle {
269
+ stroke-width: 6px;
270
+ }
271
+
272
+ .ds-button-magicwand-completed, .ds-button-tertiary-small, .ds-button-secondary-small, .ds-button-primary-small {
273
+ display: flex;
274
+ align-items: center;
275
+ justify-content: center;
276
+ font-size: var(--ds-button-small-font-size);
277
+ border-radius: var(--ds-button-small-border-radius);
278
+ padding: 0 var(--ds-button-small-padding-horizontal);
279
+ height: var(--ds-button-small-height);
280
+ user-select: none;
281
+ }
282
+ .ds-button-magicwand-completed ion-icon, .ds-button-tertiary-small ion-icon, .ds-button-secondary-small ion-icon, .ds-button-primary-small ion-icon {
283
+ font-size: 16px;
284
+ margin-right: 4px;
285
+ }
286
+ .ds-button-magicwand-completed ion-spinner, .ds-button-tertiary-small ion-spinner, .ds-button-secondary-small ion-spinner, .ds-button-primary-small ion-spinner {
287
+ color: white;
288
+ width: 16px;
289
+ margin-right: 8px;
290
+ }
291
+ .ds-button-magicwand-completed ion-spinner circle, .ds-button-tertiary-small ion-spinner circle, .ds-button-secondary-small ion-spinner circle, .ds-button-primary-small ion-spinner circle {
292
+ stroke-width: 4px;
293
+ }
294
+
295
+ .ds-button-primary {
296
+ background: var(--ds-button-primary-background);
297
+ color: var(--ds-button-primary-color);
298
+ min-width: 85px;
299
+ /*&:disabled, &[disabled] {
300
+ background: var(--ds-primary-color-disabled);
301
+ }*/
302
+ background-position: center;
303
+ transition: background 0.6s;
304
+ }
305
+ .ds-button-primary:hover {
306
+ background: var(--ds-button-primary-background) radial-gradient(circle, transparent 1%, var(--ds-primary-color-hover) 1%) center/15000%;
307
+ transition: 0.6s all ease;
308
+ }
309
+ .ds-button-primary:active {
310
+ background-color: var(--ds-primary-color-ripple);
311
+ background-size: 100%;
312
+ transition: background 0s;
313
+ }
314
+
315
+ .ds-button-primary-small {
316
+ background: var(--ds-button-primary-background);
317
+ color: var(--ds-button-primary-color);
318
+ background-position: center;
319
+ transition: background 0.6s;
320
+ }
321
+ .ds-button-primary-small:hover {
322
+ background: var(--ds-button-primary-background) radial-gradient(circle, transparent 1%, var(--ds-primary-color-hover) 1%) center/15000%;
323
+ transition: 0.6s all ease;
324
+ }
325
+ .ds-button-primary-small:active {
326
+ background-color: var(--ds-primary-color-ripple);
327
+ background-size: 100%;
328
+ transition: background 0s;
329
+ }
330
+
331
+ .ds-button-primary-small-danger {
332
+ background: var(--ds-danger-color);
333
+ color: var(--ds-button-primary-color);
334
+ background-position: center;
335
+ transition: background 0.6s;
336
+ }
337
+ .ds-button-primary-small-danger:hover {
338
+ background: var(--ds-danger-color) radial-gradient(circle, transparent 1%, var(--ds-danger-color-hover) 1%) center/15000%;
339
+ transition: 0.6s all ease;
340
+ }
341
+ .ds-button-primary-small-danger:active {
342
+ background-color: var(--ds-danger-color-ripple);
343
+ background-size: 100%;
344
+ transition: background 0s;
345
+ }
346
+
347
+ .ds-button-secondary {
348
+ background: var(--ds-button-secondary-background);
349
+ color: var(--ds-button-secondary-color);
350
+ background-position: center;
351
+ transition: background 0.6s;
352
+ }
353
+ .ds-button-secondary:hover {
354
+ background: var(--ds-button-secondary-background) radial-gradient(circle, transparent 1%, var(--ds-secondary-color-hover) 1%) center/15000%;
355
+ transition: 0.6s all ease;
356
+ }
357
+ .ds-button-secondary:active {
358
+ background-color: var(--ds-secondary-color-ripple);
359
+ background-size: 100%;
360
+ transition: background 0s;
361
+ }
362
+
363
+ .ds-button-secondary-small {
364
+ background: var(--ds-button-secondary-background);
365
+ color: var(--ds-button-secondary-color);
366
+ background-position: center;
367
+ transition: background 0.6s;
368
+ }
369
+ .ds-button-secondary-small ion-spinner {
370
+ color: var(--ds-button-secondary-color);
371
+ }
372
+ .ds-button-secondary-small:hover {
373
+ background: var(--ds-button-secondary-background) radial-gradient(circle, transparent 1%, var(--ds-secondary-color-hover) 1%) center/15000%;
374
+ transition: 0.6s all ease;
375
+ }
376
+ .ds-button-secondary-small:active {
377
+ background-color: var(--ds-secondary-color-ripple);
378
+ background-size: 100%;
379
+ transition: background 0s;
380
+ }
381
+
382
+ .ds-button-tertiary {
383
+ background: var(--ds-button-tertiary-background);
384
+ color: var(--ds-button-tertiary-color);
385
+ background-position: center;
386
+ transition: background 0.6s;
387
+ }
388
+ .ds-button-tertiary:hover {
389
+ background: var(--ds-button-tertiary-background) radial-gradient(circle, transparent 1%, var(--ds-tertiary-color-hover) 1%) center/15000%;
390
+ transition: 0.6s all ease;
391
+ }
392
+ .ds-button-tertiary:active {
393
+ background-color: var(--ds-tertiary-color-ripple);
394
+ background-size: 100%;
395
+ transition: background 0s;
396
+ }
397
+
398
+ .ds-button-tertiary-small {
399
+ background: var(--ds-button-tertiary-background);
400
+ color: var(--ds-button-tertiary-color);
401
+ background-position: center;
402
+ transition: background 0.6s;
403
+ }
404
+ .ds-button-tertiary-small:hover {
405
+ background: var(--ds-button-tertiary-background) radial-gradient(circle, transparent 1%, var(--ds-tertiary-color-hover) 1%) center/15000%;
406
+ transition: 0.6s all ease;
407
+ }
408
+ .ds-button-tertiary-small:active {
409
+ background-color: var(--ds-tertiary-color-ripple);
410
+ background-size: 100%;
411
+ transition: background 0s;
412
+ }
413
+
414
+ .ds-button-magicwand-completed {
415
+ transition: none;
416
+ background: var(--ds-button-tertiary-background);
417
+ color: var(--ds-button-tertiary-color);
418
+ }
419
+ .ds-button-magicwand-completed:hover {
420
+ transition: none;
421
+ background: var(--ds-button-secondary-background);
422
+ color: var(--ds-button-secondary-color);
423
+ }
424
+ .ds-button-magicwand-completed:hover .ds-button-magicwand-completed-completed {
425
+ display: none;
426
+ }
427
+ .ds-button-magicwand-completed:hover .ds-button-magicwand-completed-undo {
428
+ display: flex;
429
+ align-items: center;
430
+ }
431
+ .ds-button-magicwand-completed-completed {
432
+ display: flex;
433
+ align-items: center;
434
+ }
435
+ .ds-button-magicwand-completed-undo {
436
+ display: none;
437
+ }
438
+
439
+ .ds-button-empty {
440
+ padding: 0 var(--ds-button-padding-horizontal-smaller);
441
+ background: var(--ds-button-empty-background);
442
+ color: var(--ds-button-empty-color);
443
+ box-shadow: var(--ds-button-empty-border);
444
+ white-space: nowrap;
445
+ background-position: center;
446
+ transition: background 0.6s;
447
+ }
448
+ .ds-button-empty:hover {
449
+ background: var(--ds-button-empty-background) radial-gradient(circle, transparent 1%, var(--ds-empty-color-hover) 1%) center/15000%;
450
+ transition: 0.6s all ease;
451
+ }
452
+ .ds-button-empty:active {
453
+ background-color: var(--ds-empty-color-ripple);
454
+ background-size: 100%;
455
+ transition: background 0s;
456
+ }
457
+
458
+ .ds-button-empty-dropdown {
459
+ padding: 0 var(--ds-button-padding-horizontal-smaller);
460
+ background: var(--ds-button-empty-background);
461
+ color: var(--ds-button-empty-color);
462
+ box-shadow: var(--ds-button-empty-border);
463
+ transition: 0.2s all ease;
464
+ background-position: center;
465
+ transition: background 0.6s;
466
+ }
467
+ .ds-button-empty-dropdown:hover {
468
+ background: var(--ds-button-empty-background) radial-gradient(circle, transparent 1%, var(--ds-empty-color-hover) 1%) center/15000%;
469
+ transition: 0.6s all ease;
470
+ }
471
+ .ds-button-empty-dropdown:active {
472
+ background-color: var(--ds-empty-color-ripple);
473
+ background-size: 100%;
474
+ transition: background 0s;
475
+ }
476
+ .ds-button-empty-dropdown-active {
477
+ border: 2px solid var(--ds-primary-color);
478
+ }
479
+ .ds-button-empty-dropdown ion-icon {
480
+ font-size: 18px;
481
+ margin-left: 4px;
482
+ }
483
+
484
+ .ds-button-empty-icon-only {
485
+ padding: 0 var(--ds-button-padding-horizontal-smaller);
486
+ background: var(--ds-button-empty-background);
487
+ color: var(--ds-button-empty-color);
488
+ box-shadow: var(--ds-button-empty-border);
489
+ background-position: center;
490
+ transition: background 0.6s;
491
+ }
492
+ .ds-button-empty-icon-only:hover {
493
+ background: var(--ds-button-empty-background) radial-gradient(circle, transparent 1%, var(--ds-empty-color-hover) 1%) center/15000%;
494
+ transition: 0.6s all ease;
495
+ }
496
+ .ds-button-empty-icon-only:active {
497
+ background-color: var(--ds-empty-color-ripple);
498
+ background-size: 100%;
499
+ transition: background 0s;
500
+ }
501
+ .ds-button-empty-icon-only ion-icon {
502
+ margin: 0;
503
+ font-size: 18px;
504
+ }
505
+
506
+ .ds-button-icon-only {
507
+ padding: 4px;
508
+ background: var(--ds-button-empty-background);
509
+ color: var(--ds-button-empty-color);
510
+ height: auto;
511
+ transition: 0.2s all ease;
512
+ }
513
+ .ds-button-icon-only ion-icon, .ds-button-icon-only i {
514
+ margin: 0;
515
+ font-size: 20px;
516
+ min-width: 20px;
517
+ }
518
+ .ds-button-icon-only:hover {
519
+ color: var(--ds-primary-color);
520
+ background: var(--ds-light-gray-background);
521
+ }
522
+
523
+ * {
524
+ font-family: "Inter", sans-serif;
525
+ }
526
+
527
+ .ds-buttonsgroup-navigation, .ds-button-primary, .ds-button-secondary, .ds-button-tertiary, .ds-button-empty, .ds-button-empty-dropdown, .ds-button-empty-icon-only, .ds-button-icon-only {
528
+ display: flex;
529
+ align-items: center;
530
+ justify-content: center;
531
+ font-size: var(--ds-button-font-size);
532
+ border-radius: var(--ds-button-border-radius);
533
+ padding: 0 var(--ds-button-padding-horizontal);
534
+ height: var(--ds-button-height);
535
+ user-select: none;
536
+ transition: 0.2s all ease;
537
+ }
538
+ .ds-buttonsgroup-navigation ion-icon, .ds-button-primary ion-icon, .ds-button-secondary ion-icon, .ds-button-tertiary ion-icon, .ds-button-empty ion-icon, .ds-button-empty-dropdown ion-icon, .ds-button-empty-icon-only ion-icon, .ds-button-icon-only ion-icon {
539
+ font-size: 20px;
540
+ width: 20px;
541
+ min-width: 20px;
542
+ max-width: 20px;
543
+ margin-right: 4px;
544
+ }
545
+ .ds-buttonsgroup-navigation:disabled, .ds-button-primary:disabled, .ds-button-secondary:disabled, .ds-button-tertiary:disabled, .ds-button-empty:disabled, .ds-button-empty-dropdown:disabled, .ds-button-empty-icon-only:disabled, .ds-button-icon-only:disabled, [disabled].ds-buttonsgroup-navigation, [disabled].ds-button-primary, [disabled].ds-button-secondary, [disabled].ds-button-tertiary, [disabled].ds-button-empty, [disabled].ds-button-empty-dropdown, [disabled].ds-button-empty-icon-only, [disabled].ds-button-icon-only {
546
+ cursor: not-allowed;
547
+ pointer-events: none;
548
+ opacity: 0.4;
549
+ transition: 0.2s all ease;
550
+ }
551
+ .ds-buttonsgroup-navigation ion-spinner, .ds-button-primary ion-spinner, .ds-button-secondary ion-spinner, .ds-button-tertiary ion-spinner, .ds-button-empty ion-spinner, .ds-button-empty-dropdown ion-spinner, .ds-button-empty-icon-only ion-spinner, .ds-button-icon-only ion-spinner {
552
+ color: white;
553
+ width: 23px;
554
+ margin-right: 8px;
555
+ }
556
+ .ds-buttonsgroup-navigation ion-spinner circle, .ds-button-primary ion-spinner circle, .ds-button-secondary ion-spinner circle, .ds-button-tertiary ion-spinner circle, .ds-button-empty ion-spinner circle, .ds-button-empty-dropdown ion-spinner circle, .ds-button-empty-icon-only ion-spinner circle, .ds-button-icon-only ion-spinner circle {
557
+ stroke-width: 6px;
558
+ }
559
+
560
+ .ds-button-primary-small, .ds-button-secondary-small, .ds-button-tertiary-small, .ds-button-magicwand-completed {
561
+ display: flex;
562
+ align-items: center;
563
+ justify-content: center;
564
+ font-size: var(--ds-button-small-font-size);
565
+ border-radius: var(--ds-button-small-border-radius);
566
+ padding: 0 var(--ds-button-small-padding-horizontal);
567
+ height: var(--ds-button-small-height);
568
+ user-select: none;
569
+ }
570
+ .ds-button-primary-small ion-icon, .ds-button-secondary-small ion-icon, .ds-button-tertiary-small ion-icon, .ds-button-magicwand-completed ion-icon {
571
+ font-size: 16px;
572
+ margin-right: 4px;
573
+ }
574
+ .ds-button-primary-small ion-spinner, .ds-button-secondary-small ion-spinner, .ds-button-tertiary-small ion-spinner, .ds-button-magicwand-completed ion-spinner {
575
+ color: white;
576
+ width: 16px;
577
+ margin-right: 8px;
578
+ }
579
+ .ds-button-primary-small ion-spinner circle, .ds-button-secondary-small ion-spinner circle, .ds-button-tertiary-small ion-spinner circle, .ds-button-magicwand-completed ion-spinner circle {
580
+ stroke-width: 4px;
581
+ }
582
+
583
+ .ds-button-primary {
584
+ background: var(--ds-button-primary-background);
585
+ color: var(--ds-button-primary-color);
586
+ min-width: 85px;
587
+ /*&:disabled, &[disabled] {
588
+ background: var(--ds-primary-color-disabled);
589
+ }*/
590
+ background-position: center;
591
+ transition: background 0.6s;
592
+ }
593
+ .ds-button-primary:hover {
594
+ background: var(--ds-button-primary-background) radial-gradient(circle, transparent 1%, var(--ds-primary-color-hover) 1%) center/15000%;
595
+ transition: 0.6s all ease;
596
+ }
597
+ .ds-button-primary:active {
598
+ background-color: var(--ds-primary-color-ripple);
599
+ background-size: 100%;
600
+ transition: background 0s;
601
+ }
602
+
603
+ .ds-button-primary-small {
604
+ background: var(--ds-button-primary-background);
605
+ color: var(--ds-button-primary-color);
606
+ background-position: center;
607
+ transition: background 0.6s;
608
+ }
609
+ .ds-button-primary-small:hover {
610
+ background: var(--ds-button-primary-background) radial-gradient(circle, transparent 1%, var(--ds-primary-color-hover) 1%) center/15000%;
611
+ transition: 0.6s all ease;
612
+ }
613
+ .ds-button-primary-small:active {
614
+ background-color: var(--ds-primary-color-ripple);
615
+ background-size: 100%;
616
+ transition: background 0s;
617
+ }
618
+
619
+ .ds-button-primary-small-danger {
620
+ background: var(--ds-danger-color);
621
+ color: var(--ds-button-primary-color);
622
+ background-position: center;
623
+ transition: background 0.6s;
624
+ }
625
+ .ds-button-primary-small-danger:hover {
626
+ background: var(--ds-danger-color) radial-gradient(circle, transparent 1%, var(--ds-danger-color-hover) 1%) center/15000%;
627
+ transition: 0.6s all ease;
628
+ }
629
+ .ds-button-primary-small-danger:active {
630
+ background-color: var(--ds-danger-color-ripple);
631
+ background-size: 100%;
632
+ transition: background 0s;
633
+ }
634
+
635
+ .ds-button-secondary {
636
+ background: var(--ds-button-secondary-background);
637
+ color: var(--ds-button-secondary-color);
638
+ background-position: center;
639
+ transition: background 0.6s;
640
+ }
641
+ .ds-button-secondary:hover {
642
+ background: var(--ds-button-secondary-background) radial-gradient(circle, transparent 1%, var(--ds-secondary-color-hover) 1%) center/15000%;
643
+ transition: 0.6s all ease;
644
+ }
645
+ .ds-button-secondary:active {
646
+ background-color: var(--ds-secondary-color-ripple);
647
+ background-size: 100%;
648
+ transition: background 0s;
649
+ }
650
+
651
+ .ds-button-secondary-small {
652
+ background: var(--ds-button-secondary-background);
653
+ color: var(--ds-button-secondary-color);
654
+ background-position: center;
655
+ transition: background 0.6s;
656
+ }
657
+ .ds-button-secondary-small ion-spinner {
658
+ color: var(--ds-button-secondary-color);
659
+ }
660
+ .ds-button-secondary-small:hover {
661
+ background: var(--ds-button-secondary-background) radial-gradient(circle, transparent 1%, var(--ds-secondary-color-hover) 1%) center/15000%;
662
+ transition: 0.6s all ease;
663
+ }
664
+ .ds-button-secondary-small:active {
665
+ background-color: var(--ds-secondary-color-ripple);
666
+ background-size: 100%;
667
+ transition: background 0s;
668
+ }
669
+
670
+ .ds-button-tertiary {
671
+ background: var(--ds-button-tertiary-background);
672
+ color: var(--ds-button-tertiary-color);
673
+ background-position: center;
674
+ transition: background 0.6s;
675
+ }
676
+ .ds-button-tertiary:hover {
677
+ background: var(--ds-button-tertiary-background) radial-gradient(circle, transparent 1%, var(--ds-tertiary-color-hover) 1%) center/15000%;
678
+ transition: 0.6s all ease;
679
+ }
680
+ .ds-button-tertiary:active {
681
+ background-color: var(--ds-tertiary-color-ripple);
682
+ background-size: 100%;
683
+ transition: background 0s;
684
+ }
685
+
686
+ .ds-button-tertiary-small {
687
+ background: var(--ds-button-tertiary-background);
688
+ color: var(--ds-button-tertiary-color);
689
+ background-position: center;
690
+ transition: background 0.6s;
691
+ }
692
+ .ds-button-tertiary-small:hover {
693
+ background: var(--ds-button-tertiary-background) radial-gradient(circle, transparent 1%, var(--ds-tertiary-color-hover) 1%) center/15000%;
694
+ transition: 0.6s all ease;
695
+ }
696
+ .ds-button-tertiary-small:active {
697
+ background-color: var(--ds-tertiary-color-ripple);
698
+ background-size: 100%;
699
+ transition: background 0s;
700
+ }
701
+
702
+ .ds-button-magicwand-completed {
703
+ transition: none;
704
+ background: var(--ds-button-tertiary-background);
705
+ color: var(--ds-button-tertiary-color);
706
+ }
707
+ .ds-button-magicwand-completed:hover {
708
+ transition: none;
709
+ background: var(--ds-button-secondary-background);
710
+ color: var(--ds-button-secondary-color);
711
+ }
712
+ .ds-button-magicwand-completed:hover .ds-button-magicwand-completed-completed {
713
+ display: none;
714
+ }
715
+ .ds-button-magicwand-completed:hover .ds-button-magicwand-completed-undo {
716
+ display: flex;
717
+ align-items: center;
718
+ }
719
+ .ds-button-magicwand-completed-completed {
720
+ display: flex;
721
+ align-items: center;
722
+ }
723
+ .ds-button-magicwand-completed-undo {
724
+ display: none;
725
+ }
726
+
727
+ .ds-button-empty {
728
+ padding: 0 var(--ds-button-padding-horizontal-smaller);
729
+ background: var(--ds-button-empty-background);
730
+ color: var(--ds-button-empty-color);
731
+ box-shadow: var(--ds-button-empty-border);
732
+ white-space: nowrap;
733
+ background-position: center;
734
+ transition: background 0.6s;
735
+ }
736
+ .ds-button-empty:hover {
737
+ background: var(--ds-button-empty-background) radial-gradient(circle, transparent 1%, var(--ds-empty-color-hover) 1%) center/15000%;
738
+ transition: 0.6s all ease;
739
+ }
740
+ .ds-button-empty:active {
741
+ background-color: var(--ds-empty-color-ripple);
742
+ background-size: 100%;
743
+ transition: background 0s;
744
+ }
745
+
746
+ .ds-button-empty-dropdown {
747
+ padding: 0 var(--ds-button-padding-horizontal-smaller);
748
+ background: var(--ds-button-empty-background);
749
+ color: var(--ds-button-empty-color);
750
+ box-shadow: var(--ds-button-empty-border);
751
+ transition: 0.2s all ease;
752
+ background-position: center;
753
+ transition: background 0.6s;
754
+ }
755
+ .ds-button-empty-dropdown:hover {
756
+ background: var(--ds-button-empty-background) radial-gradient(circle, transparent 1%, var(--ds-empty-color-hover) 1%) center/15000%;
757
+ transition: 0.6s all ease;
758
+ }
759
+ .ds-button-empty-dropdown:active {
760
+ background-color: var(--ds-empty-color-ripple);
761
+ background-size: 100%;
762
+ transition: background 0s;
763
+ }
764
+ .ds-button-empty-dropdown-active {
765
+ border: 2px solid var(--ds-primary-color);
766
+ }
767
+ .ds-button-empty-dropdown ion-icon {
768
+ font-size: 18px;
769
+ margin-left: 4px;
770
+ }
771
+
772
+ .ds-button-empty-icon-only {
773
+ padding: 0 var(--ds-button-padding-horizontal-smaller);
774
+ background: var(--ds-button-empty-background);
775
+ color: var(--ds-button-empty-color);
776
+ box-shadow: var(--ds-button-empty-border);
777
+ background-position: center;
778
+ transition: background 0.6s;
779
+ }
780
+ .ds-button-empty-icon-only:hover {
781
+ background: var(--ds-button-empty-background) radial-gradient(circle, transparent 1%, var(--ds-empty-color-hover) 1%) center/15000%;
782
+ transition: 0.6s all ease;
783
+ }
784
+ .ds-button-empty-icon-only:active {
785
+ background-color: var(--ds-empty-color-ripple);
786
+ background-size: 100%;
787
+ transition: background 0s;
788
+ }
789
+ .ds-button-empty-icon-only ion-icon {
790
+ margin: 0;
791
+ font-size: 18px;
792
+ }
793
+
794
+ .ds-button-icon-only {
795
+ padding: 4px;
796
+ background: var(--ds-button-empty-background);
797
+ color: var(--ds-button-empty-color);
798
+ height: auto;
799
+ transition: 0.2s all ease;
800
+ }
801
+ .ds-button-icon-only ion-icon, .ds-button-icon-only i {
802
+ margin: 0;
803
+ font-size: 20px;
804
+ min-width: 20px;
805
+ }
806
+ .ds-button-icon-only:hover {
807
+ color: var(--ds-primary-color);
808
+ background: var(--ds-light-gray-background);
809
+ }
810
+
811
+ .ds-buttonsgroup-navigation {
812
+ padding: 0 var(--ds-button-padding-horizontal-smaller);
813
+ background: var(--ds-buttonsgroup-navigation-background);
814
+ color: var(--ds-button-empty-color);
815
+ box-shadow: var(--ds-button-empty-border);
816
+ display: inline-block;
817
+ }
818
+ .ds-buttonsgroup-navigation-box {
819
+ display: flex;
820
+ align-items: center;
821
+ justify-content: center;
822
+ height: 100%;
823
+ width: 100%;
824
+ }
825
+ .ds-buttonsgroup-navigation-button {
826
+ background: none;
827
+ border: none;
828
+ outline: none;
829
+ cursor: pointer;
830
+ display: flex;
831
+ align-items: center;
832
+ justify-content: center;
833
+ }
834
+ .ds-buttonsgroup-navigation-button ion-icon {
835
+ color: var(--ds-buttonsgroup-navigation-button-color);
836
+ font-size: var(--ds-buttonsgroup-navigation-button-icon-size);
837
+ transition: 0.2s all ease;
838
+ }
839
+ .ds-buttonsgroup-navigation-button:hover ion-icon {
840
+ color: var(--ds-primary-color);
841
+ }
842
+ .ds-buttonsgroup-navigation-content {
843
+ width: 75px;
844
+ text-align: center;
845
+ margin: var(--ds-buttonsgroup-navigation-content-margin);
846
+ color: var(--ds-black-font);
847
+ }
848
+ .ds-buttonsgroup-navigation-content span {
849
+ color: var(--ds-buttonsgroup-navigation-button-color);
850
+ }
851
+
852
+ .ds-input-searchbar ion-input, .ds-input-primary-range ion-input, .ds-input-primary-content ion-textarea, .ds-input-primary-content ion-input, .ds-input-primary-content ion-select {
853
+ height: var(--ds-input-height);
854
+ font-size: var(--ds-input-font-size);
855
+ border-radius: var(--ds-input-border-radius);
856
+ box-shadow: var(--ds-button-empty-border);
857
+ padding: 0 var(--ds-input-padding-horizontal);
858
+ --padding-start: var(--ds-input-padding-horizontal);
859
+ --padding-end: var(--ds-input-padding-end);
860
+ font-family: var(--ds-input-font-family) !important;
861
+ transition: var(--ds-input-transition);
862
+ }
863
+ .ds-input-searchbar ion-input:focus-within, .ds-input-primary-range ion-input:focus-within, .ds-input-primary-content ion-textarea:focus-within, .ds-input-primary-content ion-input:focus-within, .ds-input-primary-content ion-select:focus-within {
864
+ box-shadow: 0 0 0 2px var(--ds-primary-color);
865
+ transition: 0.1s all ease;
866
+ }
867
+ .ds-input-searchbar ion-input:disabled, .ds-input-primary-range ion-input:disabled, .ds-input-primary-content ion-textarea:disabled, .ds-input-primary-content ion-input:disabled, .ds-input-primary-content ion-select:disabled, .ds-input-searchbar ion-input[disabled], .ds-input-primary-range ion-input[disabled], .ds-input-primary-content ion-textarea[disabled], .ds-input-primary-content ion-input[disabled], .ds-input-primary-content ion-select[disabled] {
868
+ cursor: not-allowed;
869
+ pointer-events: none;
870
+ opacity: 0.4;
871
+ }
872
+
873
+ .ds-input-primary {
874
+ position: relative;
875
+ font-family: var(--ds-input-font-family) !important;
876
+ }
877
+ .ds-input-primary-label {
878
+ font-size: var(--ds-input-label-font-size);
879
+ color: var(--ds-input-label-color);
880
+ margin-bottom: var(--ds-label-margin-bottom);
881
+ font-weight: 500;
882
+ transition: var(--ds-input-transition);
883
+ }
884
+ .ds-input-primary-content {
885
+ position: relative;
886
+ }
887
+ .ds-input-primary-content-filebox {
888
+ display: flex;
889
+ align-items: center;
890
+ position: relative;
891
+ }
892
+ .ds-input-primary-content-insertfile {
893
+ position: relative;
894
+ }
895
+ .ds-input-primary-content ion-textarea {
896
+ height: var(--ds-input-textarea-height);
897
+ --padding-start: var(--ds-input-textarea-padding);
898
+ --padding-top: var(--ds-input-textarea-padding);
899
+ --padding-bottom: var(--ds-input-textarea-padding);
900
+ --padding-end: var(--ds-input-textarea-padding);
901
+ padding: 0;
902
+ overflow-y: auto;
903
+ }
904
+ .ds-input-primary-content ion-textarea .textarea-wrapper {
905
+ height: 100%;
906
+ }
907
+ .ds-input-primary-content-symbol {
908
+ position: absolute;
909
+ right: 0;
910
+ top: 50%;
911
+ transform: translateY(-50%);
912
+ font-size: var(--ds-global-font-size);
913
+ right: var(--ds-input-symbol-margin-right);
914
+ }
915
+ .ds-input-primary-content .ds-block-checkboxandtext {
916
+ margin-top: var(--ds-input-margin-bottom);
917
+ }
918
+ .ds-input-primary-content-references-buttons {
919
+ display: flex;
920
+ align-items: center;
921
+ justify-content: flex-start;
922
+ flex-wrap: nowrap;
923
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
924
+ }
925
+ .ds-input-primary-content-references-buttons button:first-child {
926
+ margin-right: 12px;
927
+ }
928
+ .ds-input-primary-content .ds-element-reference {
929
+ margin-bottom: var(--ds-input-margin-bottom);
930
+ }
931
+ .ds-input-primary-content-checkboxes {
932
+ display: flex;
933
+ flex-wrap: wrap;
934
+ }
935
+ .ds-input-primary-content-checkboxes .ds-block-checkboxandtext {
936
+ margin-top: var(--ds-input-margin-bottom);
937
+ width: 48%;
938
+ margin-right: 2%;
939
+ }
940
+ .ds-input-primary-suggestions-container {
941
+ width: 100%;
942
+ position: relative;
943
+ }
944
+ .ds-input-primary-suggestions {
945
+ position: absolute;
946
+ z-index: 100000000000000000000000000000000000;
947
+ background: var(--ds-white-background);
948
+ width: 100%;
949
+ border: var(--ds-input-border);
950
+ border-bottom-left-radius: var(--ds-input-border-radius);
951
+ border-bottom-right-radius: var(--ds-input-border-radius);
952
+ border-top: 0;
953
+ padding: var(--ds-input-suggestions-padding);
954
+ max-height: var(--ds-input-suggestions-max-height);
955
+ overflow-x: auto;
956
+ }
957
+ .ds-input-primary-suggestions .ds-item-checkbox {
958
+ margin-bottom: var(--ds-item-margin-between-items);
959
+ }
960
+ .ds-input-primary-range {
961
+ display: flex;
962
+ align-items: center;
963
+ }
964
+ .ds-input-primary-range-separator {
965
+ margin: 0 var(--ds-margin-icon-and-content);
966
+ font-size: 13px;
967
+ color: var(--ds-input-label-color);
968
+ }
969
+ .ds-input-primary-range .ds-button-icon-only {
970
+ margin-left: var(--ds-margin-icon-and-content);
971
+ }
972
+ .ds-input-primary-range .ds-button-icon-only i, .ds-input-primary-range .ds-button-icon-only ion-icon {
973
+ font-size: 16px;
974
+ min-width: 16px;
975
+ }
976
+
977
+ .ds-input-primary-with-icon {
978
+ display: flex;
979
+ }
980
+ .ds-input-primary-with-icon-right {
981
+ margin-left: var(--ds-margin-icon-and-content);
982
+ display: flex;
983
+ align-items: flex-end;
984
+ padding-bottom: 8px;
985
+ }
986
+ .ds-input-primary-with-icon-right i, .ds-input-primary-with-icon-right ion-icon {
987
+ font-size: 23px;
988
+ min-width: 23px;
989
+ cursor: pointer;
990
+ color: var(--button-icon-color);
991
+ }
992
+
993
+ .ds-input-primary-margin-bottom {
994
+ margin-bottom: var(--ds-input-margin-bottom);
995
+ }
996
+
997
+ .ds-input-primary:focus-within .ds-input-primary-label {
998
+ color: var(--ds-primary-color); /* Replace with your desired color */
999
+ }
1000
+
1001
+ .ds-input-primary:focus-within .ds-input-primary-content ion-input {
1002
+ box-shadow: 0 0 0 2px var(--ds-primary-color);
1003
+ }
1004
+
1005
+ .ds-input-references {
1006
+ font-family: var(--ds-input-font-family) !important;
1007
+ }
1008
+ .ds-input-references-label {
1009
+ font-size: var(--ds-input-label-font-size);
1010
+ color: var(--ds-input-label-color);
1011
+ margin-bottom: var(--ds-label-margin-bottom);
1012
+ font-weight: 500;
1013
+ transition: var(--ds-input-transition);
1014
+ }
1015
+ .ds-input-references-buttons {
1016
+ display: flex;
1017
+ align-items: center;
1018
+ justify-content: flex-start;
1019
+ flex-wrap: nowrap;
1020
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
1021
+ }
1022
+ .ds-input-references-buttons button:first-child {
1023
+ margin-right: 12px;
1024
+ }
1025
+ .ds-input-searchbar ion-input, .ds-input-primary-content ion-input, .ds-input-primary-content ion-select, .ds-input-primary-content ion-textarea, .ds-input-primary-range ion-input {
1026
+ height: var(--ds-input-height);
1027
+ font-size: var(--ds-input-font-size);
1028
+ border-radius: var(--ds-input-border-radius);
1029
+ box-shadow: var(--ds-button-empty-border);
1030
+ padding: 0 var(--ds-input-padding-horizontal);
1031
+ --padding-start: var(--ds-input-padding-horizontal);
1032
+ --padding-end: var(--ds-input-padding-end);
1033
+ font-family: var(--ds-input-font-family) !important;
1034
+ transition: var(--ds-input-transition);
1035
+ }
1036
+ .ds-input-searchbar ion-input:focus-within, .ds-input-primary-content ion-input:focus-within, .ds-input-primary-content ion-select:focus-within, .ds-input-primary-content ion-textarea:focus-within, .ds-input-primary-range ion-input:focus-within {
1037
+ box-shadow: 0 0 0 2px var(--ds-primary-color);
1038
+ transition: 0.1s all ease;
1039
+ }
1040
+ .ds-input-searchbar ion-input:disabled, .ds-input-primary-content ion-input:disabled, .ds-input-primary-content ion-select:disabled, .ds-input-primary-content ion-textarea:disabled, .ds-input-primary-range ion-input:disabled, .ds-input-searchbar ion-input[disabled], .ds-input-primary-content ion-input[disabled], .ds-input-primary-content ion-select[disabled], .ds-input-primary-content ion-textarea[disabled], .ds-input-primary-range ion-input[disabled] {
1041
+ cursor: not-allowed;
1042
+ pointer-events: none;
1043
+ opacity: 0.4;
1044
+ }
1045
+
1046
+ .ds-input-primary {
1047
+ position: relative;
1048
+ font-family: var(--ds-input-font-family) !important;
1049
+ }
1050
+ .ds-input-primary-label {
1051
+ font-size: var(--ds-input-label-font-size);
1052
+ color: var(--ds-input-label-color);
1053
+ margin-bottom: var(--ds-label-margin-bottom);
1054
+ font-weight: 500;
1055
+ transition: var(--ds-input-transition);
1056
+ }
1057
+ .ds-input-primary-content {
1058
+ position: relative;
1059
+ }
1060
+ .ds-input-primary-content-filebox {
1061
+ display: flex;
1062
+ align-items: center;
1063
+ position: relative;
1064
+ }
1065
+ .ds-input-primary-content-insertfile {
1066
+ position: relative;
1067
+ }
1068
+ .ds-input-primary-content ion-textarea {
1069
+ height: var(--ds-input-textarea-height);
1070
+ --padding-start: var(--ds-input-textarea-padding);
1071
+ --padding-top: var(--ds-input-textarea-padding);
1072
+ --padding-bottom: var(--ds-input-textarea-padding);
1073
+ --padding-end: var(--ds-input-textarea-padding);
1074
+ padding: 0;
1075
+ overflow-y: auto;
1076
+ }
1077
+ .ds-input-primary-content ion-textarea .textarea-wrapper {
1078
+ height: 100%;
1079
+ }
1080
+ .ds-input-primary-content-symbol {
1081
+ position: absolute;
1082
+ right: 0;
1083
+ top: 50%;
1084
+ transform: translateY(-50%);
1085
+ font-size: var(--ds-global-font-size);
1086
+ right: var(--ds-input-symbol-margin-right);
1087
+ }
1088
+ .ds-input-primary-content .ds-block-checkboxandtext {
1089
+ margin-top: var(--ds-input-margin-bottom);
1090
+ }
1091
+ .ds-input-primary-content-references-buttons {
1092
+ display: flex;
1093
+ align-items: center;
1094
+ justify-content: flex-start;
1095
+ flex-wrap: nowrap;
1096
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
1097
+ }
1098
+ .ds-input-primary-content-references-buttons button:first-child {
1099
+ margin-right: 12px;
1100
+ }
1101
+ .ds-input-primary-content .ds-element-reference {
1102
+ margin-bottom: var(--ds-input-margin-bottom);
1103
+ }
1104
+ .ds-input-primary-content-checkboxes {
1105
+ display: flex;
1106
+ flex-wrap: wrap;
1107
+ }
1108
+ .ds-input-primary-content-checkboxes .ds-block-checkboxandtext {
1109
+ margin-top: var(--ds-input-margin-bottom);
1110
+ width: 48%;
1111
+ margin-right: 2%;
1112
+ }
1113
+ .ds-input-primary-suggestions-container {
1114
+ width: 100%;
1115
+ position: relative;
1116
+ }
1117
+ .ds-input-primary-suggestions {
1118
+ position: absolute;
1119
+ z-index: 100000000000000000000000000000000000;
1120
+ background: var(--ds-white-background);
1121
+ width: 100%;
1122
+ border: var(--ds-input-border);
1123
+ border-bottom-left-radius: var(--ds-input-border-radius);
1124
+ border-bottom-right-radius: var(--ds-input-border-radius);
1125
+ border-top: 0;
1126
+ padding: var(--ds-input-suggestions-padding);
1127
+ max-height: var(--ds-input-suggestions-max-height);
1128
+ overflow-x: auto;
1129
+ }
1130
+ .ds-input-primary-suggestions .ds-item-checkbox {
1131
+ margin-bottom: var(--ds-item-margin-between-items);
1132
+ }
1133
+ .ds-input-primary-range {
1134
+ display: flex;
1135
+ align-items: center;
1136
+ }
1137
+ .ds-input-primary-range-separator {
1138
+ margin: 0 var(--ds-margin-icon-and-content);
1139
+ font-size: 13px;
1140
+ color: var(--ds-input-label-color);
1141
+ }
1142
+ .ds-input-primary-range .ds-button-icon-only {
1143
+ margin-left: var(--ds-margin-icon-and-content);
1144
+ }
1145
+ .ds-input-primary-range .ds-button-icon-only i, .ds-input-primary-range .ds-button-icon-only ion-icon {
1146
+ font-size: 16px;
1147
+ min-width: 16px;
1148
+ }
1149
+
1150
+ .ds-input-primary-with-icon {
1151
+ display: flex;
1152
+ }
1153
+ .ds-input-primary-with-icon-right {
1154
+ margin-left: var(--ds-margin-icon-and-content);
1155
+ display: flex;
1156
+ align-items: flex-end;
1157
+ padding-bottom: 8px;
1158
+ }
1159
+ .ds-input-primary-with-icon-right i, .ds-input-primary-with-icon-right ion-icon {
1160
+ font-size: 23px;
1161
+ min-width: 23px;
1162
+ cursor: pointer;
1163
+ color: var(--button-icon-color);
1164
+ }
1165
+
1166
+ .ds-input-primary-margin-bottom {
1167
+ margin-bottom: var(--ds-input-margin-bottom);
1168
+ }
1169
+
1170
+ .ds-input-primary:focus-within .ds-input-primary-label {
1171
+ color: var(--ds-primary-color); /* Replace with your desired color */
1172
+ }
1173
+
1174
+ .ds-input-primary:focus-within .ds-input-primary-content ion-input {
1175
+ box-shadow: 0 0 0 2px var(--ds-primary-color);
1176
+ }
1177
+
1178
+ .ds-input-references {
1179
+ font-family: var(--ds-input-font-family) !important;
1180
+ }
1181
+ .ds-input-references-label {
1182
+ font-size: var(--ds-input-label-font-size);
1183
+ color: var(--ds-input-label-color);
1184
+ margin-bottom: var(--ds-label-margin-bottom);
1185
+ font-weight: 500;
1186
+ transition: var(--ds-input-transition);
1187
+ }
1188
+ .ds-input-references-buttons {
1189
+ display: flex;
1190
+ align-items: center;
1191
+ justify-content: flex-start;
1192
+ flex-wrap: nowrap;
1193
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
1194
+ }
1195
+ .ds-input-references-buttons button:first-child {
1196
+ margin-right: 12px;
1197
+ }
1198
+ .ds-input-searchbar ion-icon {
1199
+ font-size: var(--ds-input-searchbar-icon-size);
1200
+ margin-left: var(--ds-margin-icon-and-content);
1201
+ color: var(--ds-light-gray-font);
1202
+ }
1203
+ .ds-input-searchbar ion-input {
1204
+ display: flex;
1205
+ align-items: center;
1206
+ height: 36px;
1207
+ --padding-start: var(--ds-margin-icon-and-content);
1208
+ }
1209
+
1210
+ .ds-input-searchbar-responsive {
1211
+ transition: 0.1s all ease;
1212
+ }
1213
+ .ds-input-searchbar-responsive:focus-within {
1214
+ width: 210px !important;
1215
+ }
1216
+
1217
+ .ds-item-blue-small, .ds-item-tree, .ds-item-checkbox, .ds-item-with-icon, .ds-item-with-right-icon, .ds-item-primary-no-background-only-icon, .ds-item-primary-no-background, .ds-item-primary-with-hover, .ds-item-primary {
1218
+ font-family: var(--ds-item-font-family) !important;
1219
+ font-size: var(--ds-item-font-size);
1220
+ height: var(--ds-item-height);
1221
+ min-height: var(--ds-item-height);
1222
+ padding: 0 var(--ds-item-padding-horizontal);
1223
+ background: var(--ds-item-background);
1224
+ border-radius: var(--ds-item-border-radius);
1225
+ color: var(--ds-item-font-color);
1226
+ display: flex;
1227
+ align-items: center;
1228
+ justify-content: flex-start;
1229
+ cursor: pointer;
1230
+ user-select: none;
1231
+ }
1232
+
1233
+ .ds-item-with-icon, .ds-item-with-right-icon, .ds-item-primary-no-background-only-icon, .ds-item-primary-no-background, .ds-item-primary-with-hover {
1234
+ transition: 0.2s all ease;
1235
+ }
1236
+ .ds-item-with-icon:hover, .ds-item-with-right-icon:hover, .ds-item-primary-no-background-only-icon:hover, .ds-item-primary-no-background:hover, .ds-item-primary-with-hover:hover {
1237
+ transition: 0.2s all ease;
1238
+ background: var(--ds-item-background-hover);
1239
+ }
1240
+
1241
+ .ds-item-list .ds-item-primary, .ds-item-list .ds-item-primary-with-hover, .ds-item-list .ds-item-with-icon, .ds-item-list .ds-item-checkbox, .ds-item-list .ds-item-tree, .ds-item-list .ds-item-tree-no-hover {
1242
+ margin-bottom: var(--ds-margin-between-items);
1243
+ }
1244
+ .ds-item-list .ds-item-primary:last-child, .ds-item-list .ds-item-primary-with-hover:last-child, .ds-item-list .ds-item-with-icon:last-child, .ds-item-list .ds-item-checkbox:last-child, .ds-item-list .ds-item-tree:last-child, .ds-item-list .ds-item-tree-no-hover:last-child {
1245
+ margin-bottom: 0;
1246
+ }
1247
+
1248
+ .ds-item-primary-with-ellipsis {
1249
+ white-space: nowrap;
1250
+ overflow: hidden;
1251
+ text-overflow: ellipsis;
1252
+ }
1253
+
1254
+ .ds-item-without-height {
1255
+ height: auto;
1256
+ }
1257
+
1258
+ .ds-item-primary-no-background {
1259
+ white-space: nowrap;
1260
+ overflow: hidden;
1261
+ text-overflow: ellipsis;
1262
+ background: transparent;
1263
+ }
1264
+ .ds-item-primary-no-background ion-icon, .ds-item-primary-no-background i {
1265
+ font-size: var(--ds-item-icon-font-size);
1266
+ width: var(--ds-item-icon-font-size);
1267
+ min-width: var(--ds-item-icon-font-size);
1268
+ margin-right: var(--ds-margin-icon-and-content);
1269
+ }
1270
+
1271
+ .ds-item-primary-no-background-only-icon {
1272
+ justify-content: center;
1273
+ text-align: center;
1274
+ background: transparent;
1275
+ }
1276
+ .ds-item-primary-no-background-only-icon ion-icon, .ds-item-primary-no-background-only-icon i {
1277
+ font-size: var(--ds-item-icon-font-size);
1278
+ width: var(--ds-item-icon-font-size);
1279
+ min-width: var(--ds-item-icon-font-size);
1280
+ text-align: center;
1281
+ }
1282
+
1283
+ .ds-item-with-right-icon {
1284
+ justify-content: space-between;
1285
+ align-items: center;
1286
+ white-space: nowrap;
1287
+ overflow: hidden;
1288
+ text-overflow: ellipsis;
1289
+ background: transparent;
1290
+ }
1291
+ .ds-item-with-right-icon ion-icon, .ds-item-with-right-icon i {
1292
+ font-size: var(--ds-item-icon-font-size-smaller);
1293
+ width: var(--ds-item-icon-font-size-smaller);
1294
+ min-width: var(--ds-item-icon-font-size-smaller);
1295
+ margin-right: var(--ds-margin-icon-and-content);
1296
+ }
1297
+ .ds-item-with-right-icon-left {
1298
+ display: flex;
1299
+ align-items: center;
1300
+ justify-content: flex-start;
1301
+ }
1302
+
1303
+ .ds-item-primary-active {
1304
+ background: var(--ds-item-background-hover);
1305
+ }
1306
+
1307
+ .ds-item-primary-active-blue {
1308
+ background: rgba(24, 78, 216, 0.1);
1309
+ }
1310
+
1311
+ .ds-item-with-button {
1312
+ display: flex;
1313
+ justify-content: space-between;
1314
+ }
1315
+ .ds-item-with-button-left {
1316
+ display: flex;
1317
+ align-items: center;
1318
+ }
1319
+
1320
+ .ds-item-with-icon ion-icon, .ds-item-with-icon i {
1321
+ font-size: var(--ds-item-icon-font-size);
1322
+ margin-right: var(--ds-margin-icon-and-content);
1323
+ width: var(--ds-item-icon-font-size);
1324
+ min-width: var(--ds-item-icon-font-size);
1325
+ }
1326
+ .ds-item-with-icon button {
1327
+ margin-left: var(--ds-margin-icon-and-content);
1328
+ }
1329
+
1330
+ .ds-item-checkbox ion-checkbox {
1331
+ --border-radius: 100px;
1332
+ --border-width: 1px;
1333
+ --border-color: var(--ds-border-color);
1334
+ --checkbox-background: var(--ds-primary-color);
1335
+ --background-checked: var(--ds-primary-color);
1336
+ margin-right: var(--ds-item-checkbox-margin-right);
1337
+ }
1338
+ .ds-item-checkbox ion-checkbox::part(container) {
1339
+ width: 20px;
1340
+ height: 20px;
1341
+ padding: 4px;
1342
+ }
1343
+
1344
+ .ds-item-tree {
1345
+ justify-content: space-between;
1346
+ height: var(--ds-item-tree-height);
1347
+ min-height: var(--ds-item-tree-height);
1348
+ max-height: var(--ds-item-tree-height);
1349
+ border-radius: var(--ds-item-tree-border-radius);
1350
+ background: var(--ds-item-tree-background);
1351
+ color: var(--ds-item-tree-color);
1352
+ transition: none;
1353
+ }
1354
+ .ds-item-tree-left {
1355
+ display: flex;
1356
+ align-items: center;
1357
+ justify-content: flex-start;
1358
+ }
1359
+ .ds-item-tree-left-folder {
1360
+ font-size: var(--ds-item-tree-icon-font-size);
1361
+ min-width: var(--ds-item-tree-icon-font-size);
1362
+ color: var(--ds-item-tree-color);
1363
+ margin-right: var(--ds-item-tree-folder-margin-right);
1364
+ }
1365
+ .ds-item-tree-left-arrow {
1366
+ font-size: var(--ds-item-tree-arrow-font-size);
1367
+ min-width: var(--ds-item-tree-arrow-font-size);
1368
+ color: var(--ds-item-tree-color);
1369
+ margin-right: var(--ds-item-tree-icons-margin-right);
1370
+ }
1371
+ .ds-item-tree-left-icon {
1372
+ font-size: var(--ds-item-tree-icon-font-size);
1373
+ min-width: var(--ds-item-tree-icon-font-size);
1374
+ color: var(--ds-item-tree-color);
1375
+ margin-right: var(--ds-item-tree-icons-margin-right);
1376
+ }
1377
+ .ds-item-tree-left-text {
1378
+ color: var(--ds-item-tree-color);
1379
+ white-space: nowrap;
1380
+ overflow: hidden;
1381
+ text-overflow: ellipsis;
1382
+ }
1383
+ .ds-item-tree-right ion-icon {
1384
+ font-size: 14px;
1385
+ min-width: 14px;
1386
+ }
1387
+ .ds-item-tree:hover {
1388
+ background: var(--ds-item-tree-background-active);
1389
+ }
1390
+ .ds-item-tree-active {
1391
+ background: rgba(24, 78, 216, 0.1);
1392
+ /*.ds-item-tree-left {
1393
+
1394
+ .ds-item-tree-left-icon {
1395
+ color: var(--ds-primary-color);
1396
+ }
1397
+
1398
+ .ds-item-tree-left-text {
1399
+ color: var(--ds-primary-color);
1400
+
1401
+ }
1402
+ }*/
1403
+ }
1404
+ .ds-item-tree-active:hover {
1405
+ background: none;
1406
+ background: rgba(0, 72, 255, 0.158) !important;
1407
+ }
1408
+
1409
+ .ds-item-tree-no-hover:hover {
1410
+ background: var(--ds-item-tree-background);
1411
+ }
1412
+
1413
+ .ds-item-chip {
1414
+ padding: var(--ds-item-chip-padding);
1415
+ border-radius: var(--ds-item-chip-border-radius);
1416
+ font-family: var(--ds-item-font-family) !important;
1417
+ font-size: var(--ds-item-chip-font-size);
1418
+ color: var(--ds-item-chip-primary-font-color);
1419
+ background-color: var(--ds-item-chip-primary-background);
1420
+ display: inline-block;
1421
+ white-space: nowrap;
1422
+ overflow: hidden;
1423
+ font-weight: 500;
1424
+ text-overflow: ellipsis;
1425
+ }
1426
+
1427
+ .ds-item-image {
1428
+ display: flex;
1429
+ align-items: center;
1430
+ justify-content: flex-start;
1431
+ padding: 0 var(--ds-item-padding-horizontal);
1432
+ height: auto;
1433
+ min-height: auto;
1434
+ }
1435
+ .ds-item-image-image {
1436
+ width: 40px;
1437
+ max-width: 40px;
1438
+ margin-right: 4px;
1439
+ }
1440
+ .ds-item-image-image img {
1441
+ width: 100%;
1442
+ }
1443
+ .ds-item-image-texts-title {
1444
+ font-family: var(--ds-modal-header-title-font-family);
1445
+ font-size: var(--ds-item-title-font-size);
1446
+ color: var(--ds-item-title-font-color);
1447
+ font-weight: bold;
1448
+ }
1449
+ .ds-item-image-texts-subtitle {
1450
+ font-family: var(--ds-modal-header-subtitle-font-family);
1451
+ font-size: var(--ds-item-subtitle-font-size);
1452
+ color: var(--ds-item-subtitle-font-color);
1453
+ }
1454
+
1455
+ .ds-items-list {
1456
+ display: flex;
1457
+ align-items: center;
1458
+ justify-content: space-between;
1459
+ flex-direction: row;
1460
+ flex-wrap: wrap;
1461
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
1462
+ }
1463
+ .ds-items-list .ds-item-primary {
1464
+ margin-right: 16px;
1465
+ flex-grow: 1;
1466
+ margin-top: var(--ds-margin-between-items);
1467
+ width: 30%;
1468
+ max-width: 30%;
1469
+ min-width: 30%;
1470
+ }
1471
+
1472
+ .ds-items-vertical-list {
1473
+ overflow-x: hidden;
1474
+ }
1475
+ .ds-items-vertical-list .ds-item-primary, .ds-items-vertical-list .ds-item-primary-with-hover, .ds-items-vertical-list .ds-item-with-icon, .ds-items-vertical-list .ds-item-checkbox, .ds-items-vertical-list .ds-item-tree, .ds-items-vertical-list .ds-item-tree-no-hover {
1476
+ margin-bottom: var(--ds-margin-between-items);
1477
+ }
1478
+
1479
+ .ds-item-blue-small {
1480
+ border-radius: var(--ds-item-border-radius);
1481
+ background: var(--ds-item-small-background);
1482
+ color: var(--ds-white-font);
1483
+ height: var(--ds-item-small-height);
1484
+ min-height: var(--ds-item-small-height);
1485
+ padding: 0 var(--ds-item-small-padding-horizontal);
1486
+ display: flex;
1487
+ align-items: center;
1488
+ justify-content: center;
1489
+ }
1490
+ .ds-item-blue-small ion-icon {
1491
+ font-size: var(--ds-item-small-icon-font-size);
1492
+ width: var(--ds-item-small-icon-font-size);
1493
+ min-width: var(--ds-item-small-icon-font-size);
1494
+ margin-right: var(--ds-margin-icon-and-content);
1495
+ }
1496
+ .ds-item-blue-small span {
1497
+ font-weight: 500;
1498
+ }
1499
+
1500
+ .ds-item-danger {
1501
+ background: var(--ds-item-danger-background);
1502
+ color: var(--ds-item-danger-font-color);
1503
+ }
1504
+ .ds-item-danger ion-icon, .ds-item-danger i {
1505
+ color: var(--ds-item-danger-font-color);
1506
+ }
1507
+ .ds-item-danger:hover {
1508
+ background: var(--ds-item-danger-background-hover);
1509
+ }
1510
+
1511
+ .ds-element-reference {
1512
+ padding: var(--ds-element-reference-padding);
1513
+ padding-bottom: var(--ds-element-reference-padding-bottom);
1514
+ box-shadow: var(--ds-button-empty-border);
1515
+ border-radius: var(--ds-element-reference-border-radius);
1516
+ }
1517
+ .ds-element-reference-header {
1518
+ display: flex;
1519
+ justify-content: space-between;
1520
+ align-items: flex-start;
1521
+ margin-bottom: var(--ds-element-reference-heading-margin-bottom);
1522
+ overflow-x: hidden;
1523
+ }
1524
+ .ds-element-reference-header-title {
1525
+ font-family: var(--ds-element-reference-title-font-family);
1526
+ font-size: var(--ds-element-reference-title-font-size);
1527
+ color: var(--ds-element-reference-title-font-color);
1528
+ font-weight: bold;
1529
+ white-space: nowrap;
1530
+ overflow: hidden;
1531
+ text-overflow: ellipsis;
1532
+ }
1533
+ .ds-element-reference-header-buttons {
1534
+ display: flex;
1535
+ align-items: center;
1536
+ justify-content: flex-start;
1537
+ }
1538
+ .ds-element-reference-header-buttons .ds-button-primary-small:first-child, .ds-element-reference-header-buttons .ds-button-primary:first-child, .ds-element-reference-header-buttons .ds-button-tertiary:first-child {
1539
+ margin-right: 8px;
1540
+ }
1541
+ .ds-element-reference-header-subtitle {
1542
+ font-family: var(--ds-element-reference-subtitle-font-family);
1543
+ font-size: var(--ds-element-reference-subtitle-font-size);
1544
+ color: var(--ds-element-reference-subtitle-font-color);
1545
+ white-space: nowrap;
1546
+ overflow: hidden;
1547
+ text-overflow: ellipsis;
1548
+ }
1549
+ .ds-element-reference-header-subtitle-bigger {
1550
+ font-family: var(--ds-element-reference-subtitle-font-family);
1551
+ font-size: var(--ds-element-reference-subtitle-bigger-font-size);
1552
+ color: var(--ds-element-reference-subtitle-font-color);
1553
+ white-space: nowrap;
1554
+ overflow: hidden;
1555
+ text-overflow: ellipsis;
1556
+ }
1557
+ .ds-element-reference-content {
1558
+ display: flex;
1559
+ align-items: center;
1560
+ flex-wrap: wrap;
1561
+ justify-content: space-between;
1562
+ overflow-x: hidden;
1563
+ }
1564
+ .ds-element-reference-content .ds-block-propertyandvalue {
1565
+ margin-bottom: 8px;
1566
+ width: 30%;
1567
+ }
1568
+ .ds-element-reference-content .ds-block-propertyandvalue-history-value {
1569
+ width: 100%;
1570
+ margin-bottom: 8px;
1571
+ }
1572
+
1573
+ .ds-element-reference-margin-bottom {
1574
+ margin-bottom: var(--ds-element-references-margin-bottom);
1575
+ }
1576
+
1577
+ .ds-element-reference-clickable {
1578
+ cursor: pointer;
1579
+ transition: 0.2s all ease;
1580
+ }
1581
+ .ds-element-reference-clickable:hover {
1582
+ background-color: var(--ds-element-reference-hover-background);
1583
+ transition: 0.2s all ease;
1584
+ }
1585
+
1586
+ .ds-block-propertyandvalue {
1587
+ max-width: 140px;
1588
+ min-width: 80px;
1589
+ }
1590
+ .ds-block-propertyandvalue-property {
1591
+ color: var(--ds-light-gray-font);
1592
+ font-family: var(--ds-item-font-family);
1593
+ font-size: 13px;
1594
+ font-weight: 600;
1595
+ width: 100%;
1596
+ white-space: nowrap;
1597
+ overflow: hidden;
1598
+ text-overflow: ellipsis;
1599
+ }
1600
+ .ds-block-propertyandvalue-value {
1601
+ color: var(--ds-black-font);
1602
+ font-family: var(--ds-item-font-family);
1603
+ font-size: 13px;
1604
+ white-space: nowrap;
1605
+ overflow: hidden;
1606
+ text-overflow: ellipsis;
1607
+ }
1608
+
1609
+ .ds-block-propertyandvalue-large-property {
1610
+ color: var(--ds-light-gray-font);
1611
+ font-family: var(--ds-item-font-family);
1612
+ font-size: 14px;
1613
+ width: 100%;
1614
+ white-space: nowrap;
1615
+ overflow: hidden;
1616
+ text-overflow: ellipsis;
1617
+ }
1618
+ .ds-block-propertyandvalue-large-value {
1619
+ color: var(--ds-black-font);
1620
+ font-family: var(--ds-item-font-family);
1621
+ font-size: 14px;
1622
+ white-space: nowrap;
1623
+ overflow: hidden;
1624
+ text-overflow: ellipsis;
1625
+ }
1626
+
1627
+ .ds-block-propertyandvalue-history-property {
1628
+ color: var(--ds-black-font);
1629
+ font-family: var(--ds-item-font-family);
1630
+ font-size: 13px;
1631
+ width: 100%;
1632
+ white-space: nowrap;
1633
+ overflow: hidden;
1634
+ text-overflow: ellipsis;
1635
+ font-weight: 600;
1636
+ }
1637
+ .ds-block-propertyandvalue-history-value {
1638
+ font-family: var(--ds-item-font-family);
1639
+ font-size: 13px;
1640
+ white-space: nowrap;
1641
+ overflow: hidden;
1642
+ text-overflow: ellipsis;
1643
+ display: flex;
1644
+ align-items: center;
1645
+ flex-wrap: wrap;
1646
+ }
1647
+ .ds-block-propertyandvalue-history-value-old {
1648
+ color: var(--ds-light-gray-font);
1649
+ white-space: nowrap;
1650
+ overflow: hidden;
1651
+ text-overflow: ellipsis;
1652
+ }
1653
+ .ds-block-propertyandvalue-history-value ion-icon {
1654
+ margin: 0 var(--ds-margin-icon-and-content-smaller);
1655
+ }
1656
+ .ds-block-propertyandvalue-history-value-new {
1657
+ color: var(--ds-black-font);
1658
+ white-space: nowrap;
1659
+ overflow: hidden;
1660
+ text-overflow: ellipsis;
1661
+ }
1662
+
1663
+ .ds-block-toggleandtext {
1664
+ display: flex;
1665
+ align-items: center;
1666
+ }
1667
+ .ds-block-toggleandtext .ds-ion-toggle {
1668
+ margin-right: var(--ds-margin-icon-and-content);
1669
+ }
1670
+ .ds-block-toggleandtext-text {
1671
+ color: var(--ds-black-font);
1672
+ font-family: var(--ds-item-font-family);
1673
+ font-size: 13px;
1674
+ white-space: nowrap;
1675
+ overflow: hidden;
1676
+ text-overflow: ellipsis;
1677
+ }
1678
+
1679
+ .ds-block-checkboxandtext {
1680
+ display: flex;
1681
+ align-items: center;
1682
+ }
1683
+ .ds-block-checkboxandtext .ds-ion-checkbox {
1684
+ margin-right: var(--ds-margin-icon-and-content);
1685
+ }
1686
+ .ds-block-checkboxandtext-text {
1687
+ color: var(--ds-black-font);
1688
+ font-family: var(--ds-item-font-family);
1689
+ font-size: 13px;
1690
+ user-select: none;
1691
+ cursor: pointer;
1692
+ }
1693
+
1694
+ .ds-modal-row-expanded-modal, .ds-modal-secondary-modal, .ds-modal-primary-modal {
1695
+ z-index: var(--ds-modal-z-index);
1696
+ --box-shadow: var(--ds-floating-block-box-shadow);
1697
+ --border-radius: var(--ds-modal-border-radius);
1698
+ background-color: transparent !important;
1699
+ align-items: start;
1700
+ justify-content: end;
1701
+ border: 1px solid var(--ds-border-color);
1702
+ /*&::part(backdrop) {
1703
+ display: none !important;
1704
+ }*/
1705
+ }
1706
+
1707
+ .ds-modal-primary-modal {
1708
+ --width: var(--ds-modal-primary-width);
1709
+ --height: var(--ds-modal-primary-height);
1710
+ right: 0;
1711
+ }
1712
+ .ds-modal-primary-header {
1713
+ display: flex;
1714
+ align-items: center;
1715
+ justify-content: space-between;
1716
+ border-bottom: var(--ds-modal-header-border-bottom);
1717
+ padding: var(--ds-modal-header-padding-vertical) var(--ds-modal-header-padding);
1718
+ position: sticky;
1719
+ top: 0;
1720
+ background: var(--ds-white-background);
1721
+ z-index: 100000;
1722
+ }
1723
+ .ds-modal-primary-header-title {
1724
+ font-family: var(--ds-modal-header-title-font-family);
1725
+ font-size: var(--ds-modal-header-title-font-size);
1726
+ color: var(--ds-modal-header-title-font-color);
1727
+ font-weight: bold;
1728
+ }
1729
+ .ds-modal-primary-header-buttons {
1730
+ display: flex;
1731
+ align-items: center;
1732
+ flex-wrap: nowrap;
1733
+ }
1734
+ .ds-modal-primary-header-buttons button:first-child {
1735
+ margin-right: var(--ds-modal-header-buttons-margin-right);
1736
+ }
1737
+ .ds-modal-primary-content {
1738
+ padding: var(--ds-box-padding);
1739
+ margin-top: var(--ds-header-and-content-margin-bottom);
1740
+ /*.ds-block-toggleandtext, .ds-input-primary {
1741
+ margin-bottom: var(--ds-modal-header-buttons-margin-right);
1742
+ }*/
1743
+ }
1744
+ .ds-modal-secondary {
1745
+ padding: var(--ds-box-padding);
1746
+ display: flex;
1747
+ flex-direction: column;
1748
+ }
1749
+ .ds-modal-secondary-modal {
1750
+ --width: var(--ds-modal-secondary-width-2);
1751
+ --height: auto !important;
1752
+ align-items: center;
1753
+ justify-content: center;
1754
+ }
1755
+ .ds-modal-secondary-modal::part(backdrop) {
1756
+ display: block !important;
1757
+ }
1758
+ .ds-modal-secondary-content {
1759
+ overflow-y: auto;
1760
+ flex-grow: 1;
1761
+ max-height: 400px;
1762
+ margin-top: var(--ds-header-and-content-margin-bottom);
1763
+ padding: 2px;
1764
+ }
1765
+ .ds-modal-secondary-content .ds-element-reference {
1766
+ margin-bottom: var(--ds-element-references-margin-bottom);
1767
+ max-width: 500px;
1768
+ }
1769
+ .ds-modal-secondary-content-larger {
1770
+ max-height: 500px;
1771
+ }
1772
+ .ds-modal-secondary-content-larger .ds-element-reference {
1773
+ margin-bottom: var(--ds-element-references-margin-bottom);
1774
+ max-width: 100%;
1775
+ }
1776
+
1777
+ .ds-modal-row-expanded-modal {
1778
+ --width: var(--ds-modal-row-expanded-width);
1779
+ --height: var(--ds-modal-row-expanded-height);
1780
+ align-items: center;
1781
+ justify-content: center;
1782
+ }
1783
+
1784
+ .ds-item-list-column-selection .ds-item-primary {
1785
+ width: 30%;
1786
+ max-width: 30%;
1787
+ min-width: 30%;
1788
+ }
1789
+
1790
+ ion-popover.ds-popover-primary {
1791
+ --backdrop-opacity: 0;
1792
+ z-index: var(--ds-popover-z-index);
1793
+ --box-shadow: var(--ds-floating-block-box-shadow);
1794
+ --border-radius: var(--ds-popover-border-radius);
1795
+ }
1796
+
1797
+ ion-popover.ds-popover-primary {
1798
+ --width: var(--ds-popover-primary-width);
1799
+ margin-top: 8px;
1800
+ }
1801
+
1802
+ .ds-popover-body {
1803
+ padding: var(--ds-popover-padding);
1804
+ }
1805
+
1806
+ .ds-screen {
1807
+ background: var(--ds-screen-background);
1808
+ padding-left: 24px;
1809
+ padding-right: 24px;
1810
+ padding-top: 12px;
1811
+ padding-bottom: 12px;
1812
+ height: 100vh; /* 100% of the viewport height */
1813
+ width: 100%;
1814
+ display: flex;
1815
+ flex-direction: column;
1816
+ }
1817
+
1818
+ @media screen and (max-width: 600px) {
1819
+ .ds-screen {
1820
+ padding-left: 4px;
1821
+ padding-right: 4px;
1822
+ padding-top: 3x;
1823
+ padding-bottom: 3px;
1824
+ }
1825
+ }
1826
+ @media screen and (max-width: 1000px) {
1827
+ .ds-screen-header {
1828
+ overflow: auto;
1829
+ min-height: 50px;
1830
+ }
1831
+ }
1832
+ .ds-screen-loader {
1833
+ width: 100%;
1834
+ display: flex;
1835
+ justify-content: center;
1836
+ align-items: center;
1837
+ margin-top: 32px;
1838
+ }
1839
+
1840
+ .ds-screen-header {
1841
+ background: var(--ds-screen-header-background);
1842
+ padding: var(--ds-screen-header-padding-vertical) var(--ds-screen-header-padding-horizontal);
1843
+ border-color: 1px solid var(--ds-screen-header-border-color);
1844
+ border-radius: var(--ds-screen-header-border-radius);
1845
+ width: 100%;
1846
+ display: flex;
1847
+ justify-content: space-between;
1848
+ align-items: center;
1849
+ }
1850
+ .ds-screen-header-right {
1851
+ display: flex;
1852
+ align-items: center;
1853
+ }
1854
+ .ds-screen-header-title {
1855
+ font-family: var(--ds-screen-header-title-font-family);
1856
+ font-size: var(--ds-screen-header-title-font-size);
1857
+ font-weight: var(--ds-screen-header-title-font-weight);
1858
+ color: var(--ds-screen-header-title-font-color);
1859
+ font-weight: bold;
1860
+ }
1861
+ .ds-screen-header-results-count {
1862
+ padding-left: 10px;
1863
+ font-family: var(--ds-screen-header-title-font-family);
1864
+ font-size: var(--ds-screen-header-results-count-font-size);
1865
+ color: var(--ds-screen-header-title-font-color);
1866
+ }
1867
+ .ds-screen-header-el {
1868
+ margin-right: var(--ds-screen-header-elements-margin-right);
1869
+ }
1870
+ .ds-screen-header .ds-input-searchbar {
1871
+ width: 160px;
1872
+ }
1873
+
1874
+ .ds-screen-customhtml {
1875
+ width: 100%;
1876
+ margin-top: 16px;
1877
+ position: relative;
1878
+ }
1879
+ .ds-screen-customhtml iframe {
1880
+ height: 100%;
1881
+ border: none;
1882
+ border-radius: 8px;
1883
+ }
1884
+
1885
+ .ds-screen-table {
1886
+ flex-grow: 1;
1887
+ margin-top: 16px;
1888
+ overflow-y: auto;
1889
+ overflow-x: auto;
1890
+ background: var(--ds-screen-table-background);
1891
+ border-radius: var(--ds-screen-table-border-radius);
1892
+ }
1893
+ .ds-screen-table-columns-header {
1894
+ display: flex;
1895
+ align-items: center;
1896
+ position: relative;
1897
+ border-bottom: 1px solid var(--ds-border-color);
1898
+ box-sizing: border-box;
1899
+ width: fit-content;
1900
+ min-width: 100%;
1901
+ }
1902
+ .ds-screen-table-columns-header button {
1903
+ margin-left: var(--ds-margin-between-items);
1904
+ }
1905
+ .ds-screen-table-header-col {
1906
+ position: relative;
1907
+ font-size: 13px;
1908
+ cursor: pointer;
1909
+ display: flex;
1910
+ justify-content: center;
1911
+ align-items: center;
1912
+ border-bottom: 1px solid var(--ds-border-color);
1913
+ margin-bottom: -1px;
1914
+ padding: var(--ds-screen-table-header-col-padding-vertical);
1915
+ white-space: nowrap;
1916
+ overflow: hidden;
1917
+ text-overflow: ellipsis;
1918
+ background: var(--ds-screen-header-col-background);
1919
+ user-select: none;
1920
+ }
1921
+ .ds-screen-table-header-col ion-icon {
1922
+ font-size: 16px;
1923
+ min-width: 16px;
1924
+ margin-left: var(--ds-margin-icon-and-content);
1925
+ }
1926
+ .ds-screen-table-header-col .ds-button-icon-only {
1927
+ margin-left: 0;
1928
+ padding: 0;
1929
+ }
1930
+ .ds-screen-table-header-col-sorticon {
1931
+ position: absolute;
1932
+ height: 100%;
1933
+ background: white;
1934
+ right: 2px;
1935
+ z-index: 1000000;
1936
+ display: flex;
1937
+ justify-content: center;
1938
+ align-items: center;
1939
+ background: var(--ds-screen-header-col-background);
1940
+ }
1941
+ .ds-screen-table-header-col-sorticon ion-icon {
1942
+ font-size: 14px;
1943
+ min-width: 14px;
1944
+ margin-left: 0;
1945
+ }
1946
+ .ds-screen-table-header-col-resizer {
1947
+ width: var(--ds-screen-table-resizer-width);
1948
+ background: var(--ds-screen-table-resizer-background);
1949
+ height: 100%;
1950
+ top: 0;
1951
+ position: absolute;
1952
+ right: 0;
1953
+ cursor: col-resize;
1954
+ user-select: none;
1955
+ z-index: 100000;
1956
+ transition: 0.2s all ease;
1957
+ }
1958
+ .ds-screen-table-header-col-resizer:hover {
1959
+ background: var(--ds-primary-color);
1960
+ width: 3px;
1961
+ }
1962
+ .ds-screen-table-header-col-resizer:focus-within {
1963
+ background: var(--ds-primary-color);
1964
+ width: 3px;
1965
+ }
1966
+ .ds-screen-table-header-col-editor {
1967
+ position: relative;
1968
+ font-size: 13px;
1969
+ width: 130px;
1970
+ cursor: pointer;
1971
+ display: flex;
1972
+ justify-content: center;
1973
+ align-items: center;
1974
+ border-bottom: 1px solid var(--ds-border-color);
1975
+ margin-bottom: -1px;
1976
+ padding: var(--ds-screen-table-header-col-padding-vertical);
1977
+ white-space: nowrap;
1978
+ overflow: hidden;
1979
+ text-overflow: ellipsis;
1980
+ user-select: none;
1981
+ background: var(--ds-primary-color);
1982
+ color: white;
1983
+ }
1984
+ .ds-screen-table-header-col-editor ion-icon {
1985
+ font-size: 16px;
1986
+ min-width: 16px;
1987
+ margin-right: var(--ds-margin-icon-and-content);
1988
+ }
1989
+ .ds-screen-table-header-col-editor .ds-button-icon-only {
1990
+ margin-left: 0;
1991
+ padding: 0;
1992
+ }
1993
+ .ds-screen-table-header-col-editor .ds-screen-table-header-col-sorticon {
1994
+ background: var(--ds-primary-color) !important;
1995
+ }
1996
+ .ds-screen-table-header-col-editor .ds-screen-table-header-col-sorticon ion-icon {
1997
+ color: white;
1998
+ }
1999
+ .ds-screen-table-content {
2000
+ width: fit-content;
2001
+ min-width: 100%;
2002
+ }
2003
+ .ds-screen-table-content-row {
2004
+ width: 100%;
2005
+ position: relative;
2006
+ display: flex;
2007
+ align-items: center;
2008
+ height: var(--ds-screen-table-content-row-height);
2009
+ border-bottom: 1px solid var(--ds-border-color);
2010
+ /*
2011
+ todo: poner esto cuando se clique en una row expanded
2012
+ border: 2px solid var(--ds-primary-color);
2013
+ border-radius: 6px;*/
2014
+ cursor: pointer;
2015
+ transition: 0.2s all ease;
2016
+ }
2017
+ .ds-screen-table-content-row:hover {
2018
+ background: var(--ds-screen-table-content-row-hover-background);
2019
+ }
2020
+ .ds-screen-table-content-row-magicWandButtons {
2021
+ position: absolute;
2022
+ left: 0;
2023
+ background: red;
2024
+ height: 20px;
2025
+ z-index: 1000000;
2026
+ }
2027
+ .ds-screen-table-content-row-rowexpandedlink {
2028
+ position: absolute;
2029
+ left: 50%;
2030
+ transform: translateX(-50%);
2031
+ width: 36px;
2032
+ height: 8px;
2033
+ background: white;
2034
+ bottom: -2px;
2035
+ z-index: 10000;
2036
+ border: 1px solid #dfdfdf;
2037
+ border-top-right-radius: 6px;
2038
+ border-top-left-radius: 6px;
2039
+ border-bottom: 0;
2040
+ display: flex;
2041
+ justify-content: center;
2042
+ align-items: center;
2043
+ transition: 0.2s all ease;
2044
+ display: none;
2045
+ }
2046
+ .ds-screen-table-content-row-rowexpandedlink ion-icon {
2047
+ font-size: 10px;
2048
+ color: #b1b1b1;
2049
+ }
2050
+ .ds-screen-table-content-row-activated {
2051
+ background: var(--ds-primary-color-smooth-background);
2052
+ border-radius: 6px;
2053
+ }
2054
+ .ds-screen-table-content-row-activated .ds-screen-table-content-col {
2055
+ margin-bottom: 0;
2056
+ }
2057
+ .ds-screen-table-content-row-activated .ds-screen-table-content-row-rowexpandedlink {
2058
+ display: flex;
2059
+ transition: 0.2s all ease;
2060
+ }
2061
+ .ds-screen-table-content-row-expanded {
2062
+ height: 50px;
2063
+ position: relative;
2064
+ }
2065
+ .ds-screen-table-content-row-expanded-resizer {
2066
+ height: var(--ds-screen-table-row-expanded-resizer-height);
2067
+ background: var(--ds-screen-table-row-expanded-resizer-background);
2068
+ width: 100%;
2069
+ bottom: 0;
2070
+ z-index: 100000;
2071
+ position: absolute;
2072
+ cursor: row-resize;
2073
+ user-select: none;
2074
+ transition: 0.2s all ease;
2075
+ }
2076
+ .ds-screen-table-content-row-expanded-resizer:hover {
2077
+ background: var(--ds-primary-color);
2078
+ height: 3px;
2079
+ }
2080
+ .ds-screen-table-content-row-expanded-resizer:focus-within {
2081
+ background: var(--ds-primary-color);
2082
+ height: 3px;
2083
+ }
2084
+ .ds-screen-table-content-col {
2085
+ height: 100%;
2086
+ border-bottom: 1px solid var(--ds-border-color);
2087
+ margin-bottom: -1px;
2088
+ white-space: nowrap;
2089
+ overflow: hidden;
2090
+ text-overflow: ellipsis;
2091
+ display: flex;
2092
+ justify-content: center;
2093
+ align-items: center;
2094
+ font-size: 13px;
2095
+ }
2096
+
2097
+ .ds-table-header-col-width-fastDataEditor {
2098
+ width: 130px;
2099
+ min-width: 130px;
2100
+ max-width: 130px;
2101
+ display: flex;
2102
+ justify-content: center;
2103
+ align-items: center;
2104
+ }
2105
+
2106
+ .ds-table-header-col-width-multipleSelect {
2107
+ width: 90px;
2108
+ min-width: 90px;
2109
+ max-width: 90px;
2110
+ display: flex;
2111
+ justify-content: center;
2112
+ align-items: center;
2113
+ }
2114
+ .ds-table-header-col-width-multipleSelect-header {
2115
+ background: var(--ds-screen-header-col-background) !important;
2116
+ }
2117
+ .ds-table-header-col-width-multipleSelect-header .ds-screen-table-header-col-sorticon {
2118
+ background: var(--ds-screen-header-col-background) !important;
2119
+ }
2120
+ .ds-table-header-col-width-multipleSelect-header .ds-screen-table-header-col-sorticon ion-icon {
2121
+ color: var(--ds-dark-gray-font);
2122
+ }
2123
+
2124
+ .ds-screen-gallery {
2125
+ flex-grow: 1;
2126
+ margin-top: 16px;
2127
+ overflow-y: auto;
2128
+ display: flex;
2129
+ flex-wrap: wrap;
2130
+ justify-content: flex-start;
2131
+ }
2132
+
2133
+ .ds-screen-kanban {
2134
+ flex-grow: 1;
2135
+ margin-top: 16px;
2136
+ overflow-y: auto;
2137
+ overflow-x: auto;
2138
+ display: flex;
2139
+ flex-wrap: nowrap;
2140
+ align-items: flex-start;
2141
+ justify-content: flex-start;
2142
+ }
2143
+
2144
+ .ds-screen-kanban-column {
2145
+ width: var(--ds-screen-kanban-column-width);
2146
+ min-width: var(--ds-screen-kanban-column-width);
2147
+ max-width: var(--ds-screen-kanban-column-width);
2148
+ height: var(--ds-screen-kanban-column-height);
2149
+ background: var(--ds-white-background);
2150
+ margin-right: var(--ds-screen-kanba-column-margin-right);
2151
+ border-top-right-radius: var(--ds-screen-kanban-top-border-radius);
2152
+ border-top-left-radius: var(--ds-screen-kanban-top-border-radius);
2153
+ border-bottom-right-radius: var(--ds-screen-kanban-bottom-border-radius);
2154
+ border-bottom-left-radius: var(--ds-screen-kanban-bottom-border-radius);
2155
+ display: flex;
2156
+ flex-direction: column;
2157
+ }
2158
+ .ds-screen-kanban-column-header {
2159
+ display: flex;
2160
+ align-items: center;
2161
+ justify-content: flex-start;
2162
+ border-top-right-radius: var(--ds-screen-kanban-top-border-radius);
2163
+ border-top-left-radius: var(--ds-screen-kanban-top-border-radius);
2164
+ padding: 12px 16px;
2165
+ background: #D4D4D4;
2166
+ font-size: var(--ds-global-font-size-large);
2167
+ color: var(--ds-black-font);
2168
+ font-weight: 500;
2169
+ }
2170
+ .ds-screen-kanban-column-content {
2171
+ min-height: var(--ds-screen-kanban-content-min-height);
2172
+ padding: var(--ds-screen-kanban-content-padding);
2173
+ padding-right: 0;
2174
+ flex-grow: 1;
2175
+ overflow-y: auto;
2176
+ background-color: var(--ds-screen-kanban-content-background-color);
2177
+ border-radius: var(--ds-screen-kanban-content-border-radius);
2178
+ }
2179
+ .ds-screen-kanban-column-content .ds-card-kanban {
2180
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
2181
+ }
2182
+
2183
+ .ds-screen-calendar {
2184
+ flex-grow: 1;
2185
+ }
2186
+
2187
+ ::ng-deep .cal-month-view .cal-header .cal-cell {
2188
+ border: 3px solid red !important;
2189
+ }
2190
+
2191
+ .ds-row-expanded {
2192
+ display: flex;
2193
+ align-items: flex-start;
2194
+ height: 100%;
2195
+ border-right: 2px solid var(--ds-border-color);
2196
+ }
2197
+ .ds-row-expanded-aside {
2198
+ height: 100%;
2199
+ position: relative;
2200
+ width: 60px;
2201
+ }
2202
+ .ds-row-expanded-aside-container {
2203
+ overflow-y: auto;
2204
+ height: 100%;
2205
+ }
2206
+ .ds-row-expanded-aside-resizer {
2207
+ width: var(--ds-row-expanded-aside-resizer-width);
2208
+ background: var(--ds-row-expanded-aside-resizer-background);
2209
+ height: 100%;
2210
+ right: 0;
2211
+ top: 0;
2212
+ position: absolute;
2213
+ cursor: col-resize;
2214
+ user-select: none;
2215
+ z-index: 100000;
2216
+ transition: 0.2s all ease;
2217
+ }
2218
+ .ds-row-expanded-aside-resizer:hover {
2219
+ background: var(--ds-primary-color);
2220
+ width: 3px;
2221
+ }
2222
+ .ds-row-expanded-aside-resizer:focus-within {
2223
+ background: var(--ds-primary-color);
2224
+ width: 3px;
2225
+ }
2226
+ .ds-row-expanded-customhtmlcode {
2227
+ width: 100%;
2228
+ height: 100%;
2229
+ }
2230
+ .ds-row-expanded-body {
2231
+ height: 100%;
2232
+ position: relative;
2233
+ overflow-y: auto;
2234
+ }
2235
+ .ds-row-expanded-secondary-aside {
2236
+ height: 100%;
2237
+ position: relative;
2238
+ }
2239
+ .ds-row-expanded-secondary-aside-collapse-button {
2240
+ position: absolute;
2241
+ cursor: pointer;
2242
+ width: 22px;
2243
+ height: 22px;
2244
+ border-radius: 50%;
2245
+ border: 1px solid #eaeaea;
2246
+ top: 50%;
2247
+ left: -12px;
2248
+ transform: translateY(-50%);
2249
+ display: flex;
2250
+ align-items: center;
2251
+ justify-content: center;
2252
+ z-index: 10000000;
2253
+ background: white;
2254
+ }
2255
+ .ds-row-expanded-secondary-aside-collapse-button:hover {
2256
+ background: #f2f2f2;
2257
+ }
2258
+ .ds-row-expanded-secondary-aside-container {
2259
+ overflow-y: auto;
2260
+ overflow-x: hidden;
2261
+ height: 100%;
2262
+ padding: var(--ds-row-expanded-secondary-aside-padding);
2263
+ display: flex;
2264
+ flex-direction: column;
2265
+ }
2266
+ .ds-row-expanded-secondary-aside-container .ds-button-empty {
2267
+ margin-bottom: var(--ds-element-references-margin-bottom);
2268
+ }
2269
+ .ds-row-expanded-secondary-aside .ds-element-reference {
2270
+ margin-bottom: var(--ds-element-references-margin-bottom);
2271
+ }
2272
+ .ds-row-expanded-secondary-aside-resizer {
2273
+ width: var(--ds-row-expanded-aside-resizer-width);
2274
+ background: var(--ds-row-expanded-aside-resizer-background);
2275
+ height: 100%;
2276
+ left: 0;
2277
+ top: 0;
2278
+ bottom: 0;
2279
+ position: absolute;
2280
+ cursor: col-resize;
2281
+ z-index: 100000;
2282
+ user-select: none;
2283
+ transition: 0.2s all ease;
2284
+ }
2285
+ .ds-row-expanded-secondary-aside-resizer:hover {
2286
+ background: var(--ds-primary-color);
2287
+ width: 3px;
2288
+ }
2289
+ .ds-row-expanded-secondary-aside-resizer:focus-within {
2290
+ background: var(--ds-primary-color);
2291
+ width: 3px;
2292
+ }
2293
+
2294
+ @media screen and (max-width: 600px) {
2295
+ .ds-row-expanded {
2296
+ overflow: auto;
2297
+ }
2298
+ }
2299
+ .ds-row-expanded-aside {
2300
+ padding: var(--ds-row-expanded-aside-padding-vertical) var(--ds-row-expanded-aside-padding-horizontal);
2301
+ overflow-x: hidden;
2302
+ display: flex;
2303
+ flex-direction: column;
2304
+ }
2305
+ .ds-row-expanded-aside-header {
2306
+ margin-bottom: 8px;
2307
+ }
2308
+ .ds-row-expanded-aside-tree {
2309
+ overflow-y: auto;
2310
+ overflow-x: hidden;
2311
+ flex-grow: 1;
2312
+ }
2313
+ .ds-row-expanded-aside-tree .ds-item-tree {
2314
+ margin-bottom: 4px;
2315
+ }
2316
+
2317
+ .ds-row-expanded-body {
2318
+ width: 100%;
2319
+ position: relative;
2320
+ min-width: 500px;
2321
+ }
2322
+ .ds-row-expanded-body .ds-header-basic {
2323
+ width: auto;
2324
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
2325
+ position: sticky;
2326
+ top: 0;
2327
+ padding: var(--ds-row-expanded-body-padding);
2328
+ z-index: 100000;
2329
+ }
2330
+ .ds-row-expanded-body-content {
2331
+ display: flex;
2332
+ align-items: center;
2333
+ flex-wrap: wrap;
2334
+ padding: var(--ds-row-expanded-body-padding);
2335
+ }
2336
+ .ds-row-expanded-body-content .ds-input-primary {
2337
+ margin-right: 1%;
2338
+ margin-bottom: var(--ds-input-margin-bottom);
2339
+ }
2340
+ .ds-row-expanded-body-lastusersactions {
2341
+ position: sticky;
2342
+ bottom: 0;
2343
+ z-index: 10000;
2344
+ width: 100%;
2345
+ display: flex;
2346
+ justify-content: flex-end;
2347
+ padding-right: 16px;
2348
+ padding-bottom: 16px;
2349
+ }
2350
+ .ds-row-expanded-body .ds-item-blue-small {
2351
+ width: fit-content;
2352
+ }
2353
+
2354
+ .ds-header-basic {
2355
+ display: flex;
2356
+ align-items: flex-start;
2357
+ justify-content: space-between;
2358
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
2359
+ background: var(--ds-white-background);
2360
+ }
2361
+ .ds-header-basic-notsavedchanges {
2362
+ position: absolute;
2363
+ color: var(--ds-header-notsavedchanges-color);
2364
+ right: var(--ds-row-expanded-body-padding);
2365
+ bottom: 0;
2366
+ font-size: var(--ds-header-notsavedchanges-font-size);
2367
+ }
2368
+ .ds-header-basic-title {
2369
+ font-family: var(--ds-modal-header-title-font-family);
2370
+ font-size: var(--ds-modal-header-title-font-size);
2371
+ color: var(--ds-modal-header-title-font-color);
2372
+ margin-right: var(--ds-modal-header-title-margin-right);
2373
+ font-weight: bold;
2374
+ }
2375
+ .ds-header-basic-subtitle {
2376
+ font-family: var(--ds-modal-header-subtitle-font-family);
2377
+ font-size: var(--ds-modal-header-subtitle-font-size);
2378
+ color: var(--ds-modal-header-subtitle-font-color);
2379
+ }
2380
+ .ds-header-basic-buttons {
2381
+ display: flex;
2382
+ align-items: center;
2383
+ flex-wrap: nowrap;
2384
+ }
2385
+ .ds-header-basic-buttons button {
2386
+ margin-right: var(--ds-modal-header-buttons-margin-right);
2387
+ }
2388
+ .ds-header-basic-buttons button.ds-buttonsgroup-navigation-button {
2389
+ margin-right: 0;
2390
+ }
2391
+ .ds-header-basic-buttons button:last-child {
2392
+ margin-right: 0;
2393
+ }
2394
+
2395
+ .ds-header-basic.ds-header-basic--border {
2396
+ border-bottom: var(--ds-modal-header-border-bottom);
2397
+ }
2398
+
2399
+ .ds-header-basic.ds-header-basic--padding {
2400
+ padding: var(--ds-modal-header-padding-small);
2401
+ }
2402
+
2403
+ .ds-header-basic.ds-header-basic--itemscenter {
2404
+ align-items: center;
2405
+ }
2406
+
2407
+ .ds-header-basic.ds-header-basic--nomarginbottom {
2408
+ margin-bottom: 0;
2409
+ }
2410
+
2411
+ .ds-header-back {
2412
+ display: flex;
2413
+ align-items: center;
2414
+ }
2415
+ .ds-header-back button {
2416
+ margin-right: var(--ds-header-and-content-margin-bottom);
2417
+ }
2418
+ .ds-header-back-title {
2419
+ font-family: var(--ds-modal-header-title-font-family);
2420
+ font-size: var(--ds-modal-header-title-font-size);
2421
+ color: var(--ds-modal-header-title-font-color);
2422
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
2423
+ font-weight: bold;
2424
+ }
2425
+
2426
+ .ds-header-secondary {
2427
+ display: flex;
2428
+ align-items: flex-start;
2429
+ justify-content: space-between;
2430
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
2431
+ }
2432
+ .ds-header-secondary-title {
2433
+ font-family: var(--ds-modal-header-title-font-family);
2434
+ font-size: var(--ds-modal-header-title-font-size);
2435
+ color: var(--ds-modal-header-title-font-color);
2436
+ text-align: center;
2437
+ font-weight: bold;
2438
+ }
2439
+
2440
+ .ds-button-empty-active {
2441
+ box-shadow: 0 0 0 2px var(--ds-primary-color);
2442
+ transition: 0.1s all ease;
2443
+ }
2444
+
2445
+ .ds-ion-toggle {
2446
+ --handle-background: var(--ds-white-background);
2447
+ --handle-background-checked: var(--ds-white-background);
2448
+ --handle-height: 16px;
2449
+ --handle-width: 16px;
2450
+ --handle-box-shadow: none;
2451
+ height: 20px;
2452
+ width: 39px;
2453
+ --background-checked: var(--ds-primary-color);
2454
+ --background: var(--ds-gray-background);
2455
+ }
2456
+
2457
+ .ds-ion-checkbox {
2458
+ --border-width: 1px;
2459
+ --border-color: var(--ds-border-color);
2460
+ --border-radius: 4px;
2461
+ --checkbox-background: var(--ds-primary-color);
2462
+ --background-checked: var(--ds-primary-color);
2463
+ margin-right: var(--ds-item-checkbox-margin-right);
2464
+ --size: 20px;
2465
+ --transition: 0.1s all ease;
2466
+ min-width: 20px;
2467
+ max-width: 20px;
2468
+ width: 20px;
2469
+ }
2470
+ .ds-ion-checkbox ion-checkbox::part(container) {
2471
+ border-radius: 6px;
2472
+ width: 20px;
2473
+ height: 20px;
2474
+ padding: 4px;
2475
+ }
2476
+
2477
+ .ds-ion-checkbox-bigger {
2478
+ --border-width: 1px;
2479
+ --border-color: var(--ds-border-color);
2480
+ --border-radius: 4px;
2481
+ --checkbox-background: var(--ds-primary-color);
2482
+ --background-checked: var(--ds-primary-color);
2483
+ margin-right: var(--ds-item-checkbox-margin-right);
2484
+ --size: 22px;
2485
+ --transition: 0.1s all ease;
2486
+ min-width: 22px;
2487
+ max-width: 22px;
2488
+ width: 22px;
2489
+ }
2490
+ .ds-ion-checkbox-bigger ion-checkbox::part(container) {
2491
+ border-radius: 6px;
2492
+ width: 22px;
2493
+ height: 22px;
2494
+ padding: 0px;
2495
+ }
2496
+
2497
+ .ds-ion-checbox-round {
2498
+ --border-width: 1px;
2499
+ --border-color: var(--ds-border-color);
2500
+ --checkbox-background: var(--ds-primary-color);
2501
+ --background-checked: var(--ds-primary-color);
2502
+ --size: 20px;
2503
+ width: 20px;
2504
+ max-width: 20px;
2505
+ min-width: 20px;
2506
+ --transition: 0.1s all ease;
2507
+ }
2508
+ .ds-ion-checbox-round ion-checkbox::part(container) {
2509
+ width: 20px;
2510
+ height: 20px;
2511
+ padding: 4px;
2512
+ }
2513
+
2514
+ .ds-title-pages {
2515
+ font-family: "Inter", sans-serif;
2516
+ font-size: 11px;
2517
+ color: var(--ds-dark-gray-font);
2518
+ margin-bottom: 8px;
2519
+ }
2520
+
2521
+ .ds-title-h1 {
2522
+ font-family: var(--ds-font-family);
2523
+ font-size: var(--ds-h1-font-size);
2524
+ font-weight: bold;
2525
+ color: var(--ds-h1-font-color);
2526
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
2527
+ }
2528
+
2529
+ .ds-title-h2 {
2530
+ font-family: var(--ds-font-family);
2531
+ font-size: var(--ds-h2-font-size);
2532
+ color: var(--ds-font-color);
2533
+ font-weight: 600;
2534
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
2535
+ }
2536
+
2537
+ .ds-title-margin-bottom {
2538
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
2539
+ }
2540
+
2541
+ .ds-titlecase {
2542
+ text-transform: capitalize;
2543
+ }
2544
+
2545
+ .ds-text {
2546
+ font-family: var(--ds-text-font-family);
2547
+ font-size: var(--ds-text-font-size);
2548
+ color: var(--ds-text-font-color);
2549
+ }
2550
+
2551
+ .ds-text-margin-bottom {
2552
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
2553
+ }
2554
+
2555
+ .ds-title-pages-small {
2556
+ font-family: "Inter", sans-serif;
2557
+ font-size: 9px;
2558
+ color: var(--ds-dark-gray-font);
2559
+ margin-bottom: 8px;
2560
+ }
2561
+
2562
+ .ds-modal-title {
2563
+ font-family: "Poppins", sans-serif;
2564
+ font-size: var(--ds-global-font-size-bigger);
2565
+ font-weight: bold;
2566
+ color: var(--ds-dark-gray-font);
2567
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
2568
+ }
2569
+
2570
+ .ds-link {
2571
+ text-decoration: none;
2572
+ }
2573
+
2574
+ .ds-block-inputs-full-width {
2575
+ display: flex;
2576
+ align-items: center;
2577
+ flex-wrap: wrap;
2578
+ }
2579
+ .ds-block-inputs-full-width app-smart-form {
2580
+ width: 100%;
2581
+ }
2582
+ .ds-block-inputs-full-width .ds-input-primary, .ds-block-inputs-full-width .ds-input-secondary, .ds-block-inputs-full-width .ds-input-tertiary {
2583
+ width: 100%;
2584
+ margin-bottom: var(--ds-input-margin-bottom);
2585
+ }
2586
+
2587
+ .ds-block-inputs-half-width {
2588
+ display: flex;
2589
+ align-items: center;
2590
+ flex-wrap: wrap;
2591
+ }
2592
+ .ds-block-inputs-half-width app-smart-input {
2593
+ width: 48%;
2594
+ margin-right: 1%;
2595
+ margin-bottom: var(--ds-input-margin-bottom);
2596
+ }
2597
+ .ds-block-inputs-half-width .ds-block-inputs-margin {
2598
+ display: flex;
2599
+ flex-wrap: wrap;
2600
+ }
2601
+
2602
+ .ds-block-buttons-end {
2603
+ width: 100%;
2604
+ display: flex;
2605
+ align-items: center;
2606
+ justify-content: flex-end;
2607
+ }
2608
+
2609
+ .ds-block-inputs-100w app-smart-input {
2610
+ width: 100%;
2611
+ }
2612
+
2613
+ /*::-webkit-scrollbar,
2614
+ *::-webkit-scrollbar-thumb {
2615
+ height: 28px;
2616
+ width: 28px;
2617
+ border-radius: 13px;
2618
+ background-clip: padding-box;
2619
+ border: 10px solid transparent;
2620
+ }
2621
+
2622
+ *::-webkit-scrollbar-thumb {
2623
+ box-shadow: inset 0 0 0 10px var(--ds-scrollbar-color);
2624
+ }*/
2625
+ .ds-totalum-aside {
2626
+ width: 250px;
2627
+ height: 100%;
2628
+ position: relative;
2629
+ background: var(--ds-totalum-aside-background);
2630
+ box-shadow: var(--ds-floating-block-box-shadow);
2631
+ display: flex;
2632
+ flex-direction: column;
2633
+ justify-content: space-between;
2634
+ }
2635
+ .ds-totalum-aside-collapse-button {
2636
+ position: absolute;
2637
+ cursor: pointer;
2638
+ width: 26px;
2639
+ height: 26px;
2640
+ border-radius: 50%;
2641
+ border: 1px solid #eaeaea;
2642
+ top: 50%;
2643
+ right: -12px;
2644
+ transform: translateY(-50%);
2645
+ display: flex;
2646
+ align-items: center;
2647
+ justify-content: center;
2648
+ z-index: 10000000;
2649
+ background: white;
2650
+ }
2651
+ .ds-totalum-aside-collapse-button:hover {
2652
+ background: #f2f2f2;
2653
+ }
2654
+ .ds-totalum-aside-top {
2655
+ flex-grow: 1;
2656
+ overflow-y: auto;
2657
+ overflow-x: hidden;
2658
+ display: flex;
2659
+ flex-direction: column;
2660
+ width: 100%;
2661
+ }
2662
+ .ds-totalum-aside-top-top-small {
2663
+ align-items: center;
2664
+ }
2665
+ .ds-totalum-aside-top-corporative {
2666
+ width: 100%;
2667
+ height: 52px;
2668
+ display: flex;
2669
+ justify-content: center;
2670
+ align-items: center;
2671
+ cursor: pointer;
2672
+ }
2673
+ .ds-totalum-aside-top-corporative img {
2674
+ width: 100%;
2675
+ max-height: 36px;
2676
+ max-width: 180px;
2677
+ }
2678
+ .ds-totalum-aside-top-pages {
2679
+ flex-grow: 1;
2680
+ overflow-y: auto;
2681
+ padding: var(--ds-box-padding);
2682
+ padding-left: 8px;
2683
+ padding-right: 8px;
2684
+ }
2685
+ .ds-totalum-aside-top-pages .ds-item-primary-no-background, .ds-totalum-aside-top-pages .ds-item-primary-no-background-only-icon, .ds-totalum-aside-top-pages .ds-item-with-right-icon {
2686
+ margin-bottom: var(--ds-margin-between-items);
2687
+ }
2688
+ .ds-totalum-aside-top-pages .ds-item-primary-no-background-only-icon {
2689
+ width: 100%;
2690
+ min-width: 100%;
2691
+ max-width: 100%;
2692
+ }
2693
+ .ds-totalum-aside-top-pages-group-pages {
2694
+ padding-left: var(--ds-box-padding);
2695
+ }
2696
+ .ds-totalum-aside-top-pages-emptyaside {
2697
+ display: flex;
2698
+ flex-direction: column;
2699
+ align-items: center;
2700
+ }
2701
+ .ds-totalum-aside-top-pages-emptyaside button {
2702
+ display: inline-block;
2703
+ }
2704
+ .ds-totalum-aside-bottom {
2705
+ border-top: 1px solid var(--ds-border-color);
2706
+ padding: var(--ds-box-padding);
2707
+ }
2708
+ .ds-totalum-aside-bottom .ds-item-primary-no-background, .ds-totalum-aside-bottom .ds-item-primary-no-background-only-icon {
2709
+ margin-bottom: var(--ds-margin-between-items);
2710
+ }
2711
+ .ds-totalum-aside-resizer {
2712
+ width: var(--ds-big-resizer-width);
2713
+ background: var(--ds-row-expanded-aside-resizer-background);
2714
+ height: 100%;
2715
+ right: 0;
2716
+ top: 0;
2717
+ position: absolute;
2718
+ cursor: col-resize;
2719
+ z-index: 100000;
2720
+ user-select: none;
2721
+ transition: 0.2s all ease;
2722
+ }
2723
+ .ds-totalum-aside-resizer:hover {
2724
+ background: var(--ds-primary-color);
2725
+ width: 4px;
2726
+ }
2727
+ .ds-totalum-aside-resizer:focus-within {
2728
+ background: var(--ds-primary-color);
2729
+ width: 4px;
2730
+ }
2731
+
2732
+ .ds-card-statistic, .ds-card-withimage, .ds-card-kanban, .ds-card-gallery {
2733
+ background: var(--ds-card-background);
2734
+ border-radius: var(--ds-card-border-radius);
2735
+ box-shadow: var(--ds-card-box-shadow);
2736
+ padding: var(--ds-card-padding);
2737
+ transition: transform 0.3s ease-in-out;
2738
+ }
2739
+
2740
+ .ds-card-gallery {
2741
+ height: var(--ds-card-gallery-height);
2742
+ max-height: var(--ds-card-gallery-height);
2743
+ min-height: var(--ds-card-gallery-height);
2744
+ width: var(--ds-card-gallery-width);
2745
+ max-width: var(--ds-card-gallery-width);
2746
+ min-width: var(--ds-card-gallery-width);
2747
+ margin: 16px;
2748
+ }
2749
+ .ds-card-gallery-nophoto {
2750
+ height: auto;
2751
+ max-height: auto;
2752
+ min-height: auto;
2753
+ }
2754
+ .ds-card-gallery-image {
2755
+ width: var(--ds-card-image-width);
2756
+ max-width: var(--ds-card-image-width);
2757
+ display: flex;
2758
+ justify-content: center;
2759
+ object-fit: cover;
2760
+ border-radius: var(--ds-card-border-radius);
2761
+ max-height: var(--ds-card-image-height);
2762
+ height: var(--ds-card-image-height);
2763
+ background-size: cover; /* Cover the entire div without stretching the image */
2764
+ background-position: center; /* Center the image within the div */
2765
+ background-repeat: no-repeat; /* Do not repeat the image */
2766
+ margin-bottom: var(--ds-card-margin-bottom-between-data);
2767
+ }
2768
+ .ds-card-gallery-image-footer {
2769
+ width: 100%;
2770
+ text-align: center;
2771
+ color: var(--ds-light-gray-font);
2772
+ font-size: var(--ds-card-image-footer-font-size);
2773
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
2774
+ }
2775
+ .ds-card-gallery-properties .ds-block-propertyandvalue-large {
2776
+ margin-bottom: var(--ds-card-margin-bottom-between-data);
2777
+ }
2778
+
2779
+ .ds-card-hover {
2780
+ cursor: pointer;
2781
+ }
2782
+ .ds-card-hover:hover {
2783
+ transition: transform 0.3s ease-in-out;
2784
+ transform: translateY(-7px);
2785
+ }
2786
+
2787
+ .ds-card-kanban {
2788
+ width: var(--ds-card-kanban-max-width);
2789
+ max-width: var(--ds-card-kanban-max-width);
2790
+ min-width: var(--ds-card-kanban-max-width);
2791
+ user-select: none;
2792
+ }
2793
+ .ds-card-kanban:hover {
2794
+ cursor: grab;
2795
+ }
2796
+ .ds-card-kanban:focus {
2797
+ cursor: grabbing;
2798
+ }
2799
+ .ds-card-kanban-properties .ds-block-propertyandvalue-large {
2800
+ margin-bottom: var(--ds-card-margin-bottom-between-data);
2801
+ }
2802
+ .ds-card-kanban-properties .ds-block-propertyandvalue-large:last-child {
2803
+ margin-bottom: 0;
2804
+ }
2805
+
2806
+ .ds-card-withimage {
2807
+ padding: 0;
2808
+ display: inline-block;
2809
+ cursor: pointer;
2810
+ }
2811
+ .ds-card-withimage-image {
2812
+ display: flex;
2813
+ justify-content: center;
2814
+ object-fit: cover;
2815
+ border-radius: var(--ds-card-border-radius);
2816
+ background-size: cover; /* Cover the entire div without stretching the image */
2817
+ background-position: center; /* Center the image within the div */
2818
+ background-repeat: no-repeat; /* Do not repeat the image */
2819
+ margin-bottom: 0;
2820
+ }
2821
+ .ds-card-withimage-content {
2822
+ padding: var(--ds-card-padding);
2823
+ }
2824
+
2825
+ .ds-card-clicked {
2826
+ border: 2px solid var(--ds-primary-color);
2827
+ }
2828
+
2829
+ .ds-card-withimage-max-height .ds-card-withimage-image {
2830
+ max-height: var(--ds-card-image-height);
2831
+ height: var(--ds-card-image-height);
2832
+ }
2833
+
2834
+ .ds-card-no-shadow {
2835
+ box-shadow: none !important;
2836
+ }
2837
+
2838
+ .ds-card-statistic {
2839
+ background: #f6f7f9;
2840
+ padding: 0 !important;
2841
+ display: inline-block;
2842
+ }
2843
+ .ds-card-statistic-content {
2844
+ display: flex;
2845
+ align-items: center;
2846
+ padding: var(--ds-card-padding);
2847
+ }
2848
+ .ds-card-statistic-left {
2849
+ display: flex;
2850
+ align-items: center;
2851
+ margin-right: var(--ds-modal-header-title-margin-right);
2852
+ }
2853
+ .ds-card-statistic-right-title {
2854
+ font-size: 16px;
2855
+ font-weight: bold;
2856
+ }
2857
+ .ds-card-statistic-right-subtitle {
2858
+ font-size: 14px;
2859
+ margin-bottom: 4px;
2860
+ }
2861
+
2862
+ .ds-icon-square-background {
2863
+ background: rgba(70, 113, 223, 0.2);
2864
+ border-radius: 12px;
2865
+ display: flex;
2866
+ justify-content: center;
2867
+ align-items: center;
2868
+ width: 36px;
2869
+ height: 36px;
2870
+ }
2871
+ .ds-icon-square-background ion-icon {
2872
+ color: rgb(70, 113, 223);
2873
+ font-size: 18px;
2874
+ min-width: 18px;
2875
+ width: 18px;
2876
+ }
2877
+
2878
+ .ds-card-p-title {
2879
+ font-size: var(--ds-global-font-size-large);
2880
+ color: var(--ds-black-font);
2881
+ margin-bottom: var(--ds-card-margin-bottom-between-data);
2882
+ font-weight: bold;
2883
+ }
2884
+
2885
+ .ds-calendar-cell {
2886
+ width: 100%;
2887
+ height: 100%;
2888
+ position: relative;
2889
+ display: flex;
2890
+ flex-direction: column;
2891
+ justify-content: space-between;
2892
+ padding: 8px;
2893
+ }
2894
+ .ds-calendar-cell-title {
2895
+ font-family: var(--ds-screen-calendar-header-cell-font-family);
2896
+ color: var(--ds-screen-calendar-header-cell-font-color);
2897
+ font-size: 18px;
2898
+ margin-bottom: 16px;
2899
+ }
2900
+ .ds-calendar-cell-events-chip-container {
2901
+ width: 100%;
2902
+ }
2903
+ .ds-calendar-cell-events-chip-container .ds-item-chip {
2904
+ margin-bottom: 8px;
2905
+ }
2906
+ .ds-calendar-cell-events-chip-container .ds-item-chip:last-child {
2907
+ margin-bottom: 0;
2908
+ }
2909
+
2910
+ .ds-structurator {
2911
+ background: var(--ds-white-background);
2912
+ height: 100vh; /* 100% of the viewport height */
2913
+ width: 100%;
2914
+ overflow: auto;
2915
+ display: flex;
2916
+ align-items: flex-start;
2917
+ }
2918
+ .ds-structurator .ds-aside-primary {
2919
+ height: 100vh;
2920
+ overflow-y: auto;
2921
+ }
2922
+ .ds-structurator-element-header {
2923
+ position: fixed;
2924
+ z-index: 100000000000000000000000;
2925
+ width: 60%;
2926
+ padding-left: 20px;
2927
+ padding-top: 20px;
2928
+ padding-bottom: 5px;
2929
+ }
2930
+ .ds-structurator-no-select-content {
2931
+ padding: 40px;
2932
+ }
2933
+ .ds-structurator-content {
2934
+ width: 100%;
2935
+ height: 100vh;
2936
+ display: flex;
2937
+ flex-direction: column;
2938
+ overflow: hidden;
2939
+ position: relative;
2940
+ }
2941
+ .ds-structurator-content-form {
2942
+ overflow-y: auto;
2943
+ padding: 20px;
2944
+ margin-top: 50px;
2945
+ padding-bottom: 50px;
2946
+ }
2947
+ .ds-structurator-content-form div {
2948
+ max-width: 600px;
2949
+ }
2950
+ .ds-structurator-content-structurator-block {
2951
+ padding: 16px;
2952
+ max-width: 600px;
2953
+ }
2954
+ .ds-structurator-content-swipedown {
2955
+ position: absolute;
2956
+ right: 12px;
2957
+ margin-bottom: -11px;
2958
+ width: 20px;
2959
+ height: 20px;
2960
+ bottom: 0;
2961
+ border-radius: 50%;
2962
+ background: var(--ds-light-gray-background);
2963
+ z-index: 100000000000000000000000;
2964
+ display: flex;
2965
+ justify-content: center;
2966
+ align-items: center;
2967
+ cursor: row-resize;
2968
+ border: 1px solid var(--ds-border-color);
2969
+ }
2970
+ .ds-structurator-content-swipedown ion-icon {
2971
+ font-size: 12px;
2972
+ color: var(--ds-dark-gray-font);
2973
+ rotate: 135deg;
2974
+ }
2975
+ .ds-structurator-content-top {
2976
+ width: 100%;
2977
+ padding: var(--ds-box-padding);
2978
+ flex-grow: 1;
2979
+ overflow-y: auto;
2980
+ position: relative;
2981
+ }
2982
+ .ds-structurator-content-bottom {
2983
+ position: fixed;
2984
+ bottom: 0px;
2985
+ width: 100%;
2986
+ overflow-x: hidden;
2987
+ overflow-y: hidden;
2988
+ z-index: 100000;
2989
+ flex-grow: 1;
2990
+ }
2991
+ .ds-structurator-content-bottom-resizer {
2992
+ height: 4px;
2993
+ background: var(--ds-primary-color);
2994
+ width: 100%;
2995
+ top: 0;
2996
+ position: absolute;
2997
+ cursor: row-resize;
2998
+ user-select: none;
2999
+ z-index: 100000;
3000
+ transition: 0.2s all ease;
3001
+ }
3002
+ .ds-structurator-content-bottom-resizer:hover {
3003
+ background: var(--ds-primary-color);
3004
+ height: 4px;
3005
+ }
3006
+ .ds-structurator-content-bottom-resizer:focus-within {
3007
+ background: var(--ds-primary-color);
3008
+ height: 4px;
3009
+ }
3010
+ .ds-structurator-content-bottom-code-editor-savebutton {
3011
+ position: absolute;
3012
+ top: 16px;
3013
+ right: 16px;
3014
+ margin: 4px;
3015
+ z-index: 100000000000000000000000;
3016
+ }
3017
+ .ds-structurator-content-code-editor {
3018
+ width: 100%;
3019
+ height: 100%;
3020
+ padding-top: 10px;
3021
+ z-index: 100000;
3022
+ }
3023
+
3024
+ .ds-aside-primary {
3025
+ width: var(--ds-aside-width);
3026
+ max-width: var(--ds-aside-width);
3027
+ min-width: var(--ds-aside-width);
3028
+ background: var(--ds-white-background);
3029
+ padding: var(--ds-box-padding);
3030
+ position: relative;
3031
+ }
3032
+ .ds-aside-primary-resizer {
3033
+ width: var(--ds-big-resizer-width);
3034
+ background: var(--ds-row-expanded-aside-resizer-background);
3035
+ height: 100%;
3036
+ right: 0;
3037
+ top: 0;
3038
+ position: absolute;
3039
+ cursor: col-resize;
3040
+ user-select: none;
3041
+ z-index: 100000;
3042
+ transition: 0.2s all ease;
3043
+ }
3044
+ .ds-aside-primary-resizer:hover {
3045
+ background: var(--ds-primary-color);
3046
+ width: 4px;
3047
+ }
3048
+ .ds-aside-primary-resizer:focus-within {
3049
+ background: var(--ds-primary-color);
3050
+ width: 4px;
3051
+ }
3052
+ .ds-aside-primary .ds-header-basic {
3053
+ align-items: center;
3054
+ margin-bottom: var(--ds-header-and-content-margin-bottom);
3055
+ overflow-x: hidden;
3056
+ }
3057
+ .ds-aside-primary-content {
3058
+ overflow-x: hidden;
3059
+ }
3060
+
3061
+ @media (max-width: 600px) {
3062
+ .ds-aside-primary {
3063
+ width: 190px !important;
3064
+ max-width: 190px !important;
3065
+ min-width: 190px !important;
3066
+ }
3067
+ }
3068
+
3069
+ /*# sourceMappingURL=totalum-design-system.css.map */