@agorapulse/ui-theme 20.1.19 → 20.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/agorapulse-ui-theme-20.1.21.tgz +0 -0
  2. package/assets/desktop_variables.css +10 -0
  3. package/assets/mobile_variables.css +10 -0
  4. package/assets/style/_tooltip.scss +6 -1
  5. package/assets/style/css-ui/_accordion.scss +54 -0
  6. package/assets/style/css-ui/_action-dropdown.scss +163 -0
  7. package/assets/style/css-ui/_avatar-group.scss +61 -0
  8. package/assets/style/css-ui/_avatar.scss +183 -0
  9. package/assets/style/css-ui/{badge.css → _badge.scss} +10 -12
  10. package/assets/style/css-ui/_button.scss +258 -0
  11. package/assets/style/css-ui/_card.scss +17 -0
  12. package/assets/style/css-ui/_checkbox.scss +164 -0
  13. package/assets/style/css-ui/_counter.scss +76 -0
  14. package/assets/style/css-ui/_datepicker.scss +307 -0
  15. package/assets/style/css-ui/_dialog.scss +74 -0
  16. package/assets/style/css-ui/_dot-stepper.scss +68 -0
  17. package/assets/style/{_helpers.scss → css-ui/_helpers.scss} +14 -13
  18. package/assets/style/css-ui/_icon-button.scss +162 -0
  19. package/assets/style/css-ui/_infobox.scss +154 -0
  20. package/assets/style/css-ui/_input.scss +129 -0
  21. package/assets/style/css-ui/_label.scss +95 -0
  22. package/assets/style/css-ui/_link.scss +86 -0
  23. package/assets/style/css-ui/_list-panel.scss +73 -0
  24. package/assets/style/css-ui/_loader.scss +173 -0
  25. package/assets/style/css-ui/_mixins.scss +50 -0
  26. package/assets/style/css-ui/_pagination.scss +177 -0
  27. package/assets/style/css-ui/_radio-card.scss +200 -0
  28. package/assets/style/css-ui/_radio.scss +107 -0
  29. package/assets/style/css-ui/{select.css → _select.scss} +290 -298
  30. package/assets/style/css-ui/_selection-dropdown.scss +183 -0
  31. package/assets/style/css-ui/_snackbar.scss +161 -0
  32. package/assets/style/css-ui/_split-button.scss +74 -0
  33. package/assets/style/css-ui/_status.scss +71 -0
  34. package/assets/style/css-ui/_stepper.scss +113 -0
  35. package/assets/style/css-ui/_table.scss +325 -0
  36. package/assets/style/css-ui/_tabs.scss +182 -0
  37. package/assets/style/css-ui/_tag.scss +169 -0
  38. package/assets/style/css-ui/_textarea.scss +121 -0
  39. package/assets/style/css-ui/_toggle.scss +132 -0
  40. package/assets/style/css-ui/_tooltip.scss +122 -0
  41. package/assets/style/{_mat-typography.scss → css-ui/_typography.scss} +34 -26
  42. package/assets/style/css-ui/font-face.css +43 -0
  43. package/assets/style/css-ui/index.css +4907 -27
  44. package/assets/style/css-ui/index.css.map +1 -0
  45. package/assets/style/css-ui/index.scss +39 -0
  46. package/assets/style/theme.scss +9 -2
  47. package/package.json +17 -2
  48. package/src/tokens/system/icon.json +33 -0
  49. package/agorapulse-ui-theme-20.1.19.tgz +0 -0
  50. package/assets/style/css-ui/action-dropdown.css +0 -172
  51. package/assets/style/css-ui/avatar.css +0 -199
  52. package/assets/style/css-ui/button.css +0 -446
  53. package/assets/style/css-ui/checkbox.css +0 -170
  54. package/assets/style/css-ui/counter.css +0 -73
  55. package/assets/style/css-ui/datepicker.css +0 -294
  56. package/assets/style/css-ui/dot-stepper.css +0 -67
  57. package/assets/style/css-ui/infobox.css +0 -163
  58. package/assets/style/css-ui/input.css +0 -119
  59. package/assets/style/css-ui/label.css +0 -67
  60. package/assets/style/css-ui/link.css +0 -92
  61. package/assets/style/css-ui/loader.css +0 -247
  62. package/assets/style/css-ui/pagination.css +0 -161
  63. package/assets/style/css-ui/radio.css +0 -109
  64. package/assets/style/css-ui/snackbar.css +0 -166
  65. package/assets/style/css-ui/status.css +0 -87
  66. package/assets/style/css-ui/stepper.css +0 -123
  67. package/assets/style/css-ui/table.css +0 -305
  68. package/assets/style/css-ui/tabs.css +0 -188
  69. package/assets/style/css-ui/tag.css +0 -171
  70. package/assets/style/css-ui/textarea.css +0 -158
  71. package/assets/style/css-ui/toggle.css +0 -161
  72. package/assets/style/css-ui/tooltip.css +0 -228
@@ -1,27 +1,4907 @@
1
- /* Agorapulse CSS-UI Components Index */
2
-
3
- @import 'action-dropdown.css';
4
- @import 'avatar.css';
5
- @import 'badge.css';
6
- @import 'button.css';
7
- @import 'checkbox.css';
8
- @import 'counter.css';
9
- @import 'datepicker.css';
10
- @import 'dot-stepper.css';
11
- @import 'infobox.css';
12
- @import 'input.css';
13
- @import 'label.css';
14
- @import 'link.css';
15
- @import 'loader.css';
16
- @import 'pagination.css';
17
- @import 'radio.css';
18
- @import 'select.css';
19
- @import 'snackbar.css';
20
- @import 'status.css';
21
- @import 'stepper.css';
22
- @import 'table.css';
23
- @import 'tabs.css';
24
- @import 'tag.css';
25
- @import 'textarea.css';
26
- @import 'toggle.css';
27
- @import 'tooltip.css';
1
+ h1,
2
+ h2,
3
+ h3,
4
+ h4 {
5
+ color: var(--sys-text-color-default);
6
+ font-family: var(--sys-text-style-body-font-family);
7
+ }
8
+
9
+ h1 {
10
+ font-size: var(--sys-text-style-h1-size);
11
+ line-height: var(--sys-text-style-h1-line-height);
12
+ font-weight: var(--sys-text-style-h1-weight);
13
+ }
14
+
15
+ h2 {
16
+ font-size: var(--sys-text-style-h2-size);
17
+ line-height: var(--sys-text-style-h2-line-height);
18
+ font-weight: var(--sys-text-style-h2-weight);
19
+ }
20
+
21
+ h3 {
22
+ font-size: var(--sys-text-style-h3-size);
23
+ line-height: var(--sys-text-style-h3-line-height);
24
+ font-weight: var(--sys-text-style-h3-weight);
25
+ }
26
+
27
+ h4 {
28
+ font-size: var(--sys-text-style-h4-size);
29
+ line-height: var(--sys-text-style-h4-line-height);
30
+ font-weight: var(--sys-text-style-h4-weight);
31
+ }
32
+
33
+ p {
34
+ margin: 0 0 var(--ref-spacing-xs);
35
+ }
36
+
37
+ .h0,
38
+ .ap-h0 {
39
+ font-family: var(--sys-text-style-h0-font-family);
40
+ font-size: var(--sys-text-style-h0-size);
41
+ font-weight: var(--sys-text-style-h0-weight);
42
+ line-height: var(--sys-text-style-h0-line-height);
43
+ }
44
+
45
+ .ap-subtitle {
46
+ font-family: var(--sys-text-style-subtitle-font-family);
47
+ font-size: var(--sys-text-style-subtitle-size);
48
+ font-weight: var(--sys-text-style-subtitle-weight);
49
+ line-height: var(--sys-text-style-subtitle-line-height);
50
+ }
51
+
52
+ .ap-h1 {
53
+ font-family: var(--sys-text-style-h1-font-family);
54
+ font-size: var(--sys-text-style-h1-size);
55
+ font-weight: var(--sys-text-style-h1-weight);
56
+ line-height: var(--sys-text-style-h1-line-height);
57
+ }
58
+
59
+ .ap-h2 {
60
+ font-family: var(--sys-text-style-h2-font-family);
61
+ font-size: var(--sys-text-style-h2-size);
62
+ font-weight: var(--sys-text-style-h2-weight);
63
+ line-height: var(--sys-text-style-h2-line-height);
64
+ }
65
+
66
+ .ap-h3 {
67
+ font-family: var(--sys-text-style-h3-font-family);
68
+ font-size: var(--sys-text-style-h3-size);
69
+ font-weight: var(--sys-text-style-h3-weight);
70
+ line-height: var(--sys-text-style-h3-line-height);
71
+ }
72
+
73
+ .ap-h4 {
74
+ font-family: var(--sys-text-style-h4-font-family);
75
+ font-size: var(--sys-text-style-h4-size);
76
+ font-weight: var(--sys-text-style-h4-weight);
77
+ line-height: var(--sys-text-style-h4-line-height);
78
+ }
79
+
80
+ .ap-body {
81
+ font-family: var(--sys-text-style-body-font-family);
82
+ font-size: var(--sys-text-style-body-size);
83
+ font-weight: var(--sys-text-style-body-weight);
84
+ line-height: var(--sys-text-style-body-line-height);
85
+ }
86
+
87
+ .ap-body-bold {
88
+ font-family: var(--sys-text-style-body-bold-font-family);
89
+ font-size: var(--sys-text-style-body-bold-size);
90
+ font-weight: var(--sys-text-style-body-bold-weight);
91
+ line-height: var(--sys-text-style-body-bold-line-height);
92
+ }
93
+
94
+ p.caption,
95
+ span.caption,
96
+ .ap-caption,
97
+ .mat-caption {
98
+ font-size: var(--sys-text-style-caption-size);
99
+ line-height: var(--sys-text-style-caption-line-height);
100
+ }
101
+
102
+ .ap-caption-bold {
103
+ font-family: var(--sys-text-style-caption-bold-font-family);
104
+ font-size: var(--sys-text-style-caption-bold-size);
105
+ font-weight: var(--sys-text-style-caption-bold-weight);
106
+ line-height: var(--sys-text-style-caption-bold-line-height);
107
+ }
108
+
109
+ .ap-marketing {
110
+ font-family: var(--sys-text-style-marketing-font-family);
111
+ font-size: var(--sys-text-style-marketing-size);
112
+ font-weight: var(--sys-text-style-marketing-weight);
113
+ line-height: var(--sys-text-style-marketing-line-height);
114
+ }
115
+
116
+ p.large,
117
+ span.large {
118
+ font-size: 16px;
119
+ line-height: 20px;
120
+ }
121
+
122
+ p.small,
123
+ span.small,
124
+ small {
125
+ font-size: 10px;
126
+ line-height: 14px;
127
+ }
128
+
129
+ .bold,
130
+ .ap-bold {
131
+ font-weight: var(--sys-text-style-body-bold-weight);
132
+ }
133
+
134
+ .italic,
135
+ .ap-italic {
136
+ font-style: italic;
137
+ }
138
+
139
+ blockquote {
140
+ border-left: 5px solid var(--sys-color-accent-default);
141
+ margin: var(--ref-spacing-md) 0;
142
+ padding-left: 1.5rem;
143
+ font-style: italic;
144
+ }
145
+
146
+ .divider,
147
+ .ap-divider {
148
+ height: 1px;
149
+ overflow: hidden;
150
+ background-color: var(--sys-color-border-color-default);
151
+ }
152
+
153
+ .left-align,
154
+ .ap-text-left {
155
+ text-align: left;
156
+ }
157
+
158
+ .center-align,
159
+ .ap-text-center {
160
+ text-align: center;
161
+ }
162
+
163
+ .right-align,
164
+ .ap-text-right {
165
+ text-align: right;
166
+ }
167
+
168
+ .valign-wrapper {
169
+ align-items: center;
170
+ display: flex;
171
+ }
172
+
173
+ .truncate,
174
+ .ap-truncate {
175
+ display: block;
176
+ white-space: nowrap;
177
+ overflow: hidden;
178
+ text-overflow: ellipsis;
179
+ }
180
+
181
+ .circle {
182
+ border-radius: 50%;
183
+ }
184
+
185
+ .center-block {
186
+ display: block;
187
+ margin-left: auto;
188
+ margin-right: auto;
189
+ }
190
+
191
+ img.responsive-img,
192
+ video.responsive-video {
193
+ max-width: 100%;
194
+ height: auto;
195
+ }
196
+
197
+ .video-container {
198
+ position: relative;
199
+ padding-bottom: 56.25%;
200
+ height: 0;
201
+ overflow: hidden;
202
+ }
203
+
204
+ object,
205
+ embed {
206
+ position: absolute;
207
+ top: 0;
208
+ left: 0;
209
+ width: 100%;
210
+ height: 100%;
211
+ }
212
+
213
+ .square,
214
+ .rounded,
215
+ .round {
216
+ overflow: hidden;
217
+ }
218
+
219
+ .rounded {
220
+ border-radius: 100%;
221
+ }
222
+
223
+ .ap-accordion {
224
+ background-color: var(--ref-color-white);
225
+ border: 1px solid var(--ref-color-grey-10);
226
+ border-radius: var(--ref-border-radius-md);
227
+ display: flex;
228
+ flex-direction: column;
229
+ }
230
+
231
+ .ap-accordion-header {
232
+ border-bottom: 1px solid var(--ref-color-grey-10);
233
+ display: flex;
234
+ align-items: center;
235
+ gap: var(--ref-spacing-xxs);
236
+ padding: 6px var(--ref-spacing-xs) 6px var(--ref-spacing-sm);
237
+ }
238
+ .ap-accordion-header > i {
239
+ flex-shrink: 0;
240
+ }
241
+
242
+ .ap-accordion-title {
243
+ flex: 1;
244
+ min-width: 0;
245
+ font-size: var(--ref-font-size-sm);
246
+ font-weight: var(--ref-font-weight-bold);
247
+ line-height: var(--ref-font-line-height-md);
248
+ color: var(--ref-color-grey-100);
249
+ }
250
+
251
+ .ap-accordion-toggle {
252
+ flex-shrink: 0;
253
+ transition: transform var(--ref-animation-short);
254
+ }
255
+
256
+ .ap-accordion-content {
257
+ display: flex;
258
+ flex-direction: column;
259
+ gap: var(--ref-spacing-sm);
260
+ padding: var(--ref-spacing-sm);
261
+ }
262
+
263
+ .ap-accordion.collapsed .ap-accordion-header {
264
+ border-bottom: none;
265
+ }
266
+ .ap-accordion.collapsed .ap-accordion-toggle {
267
+ transform: rotate(180deg);
268
+ }
269
+ .ap-accordion.collapsed .ap-accordion-content {
270
+ display: none;
271
+ }
272
+
273
+ .ap-action-dropdown {
274
+ background-color: var(--comp-action-dropdown-background-color, var(--ref-color-white));
275
+ border-radius: var(--comp-action-dropdown-border-radius, var(--ref-border-radius-md));
276
+ box-shadow: var(--comp-action-dropdown-box-shadow, 0 4px 25px -2px rgba(52, 69, 99, 0.15), 0 4px 6px -2px rgba(52, 69, 99, 0.15));
277
+ padding: var(--comp-action-dropdown-padding, var(--ref-spacing-xxs));
278
+ outline: none;
279
+ overflow: hidden;
280
+ z-index: 1000;
281
+ width: 250px;
282
+ }
283
+ .ap-action-dropdown.large {
284
+ width: 340px;
285
+ }
286
+ .ap-action-dropdown:focus {
287
+ outline: 2px solid var(--comp-action-dropdown-item-background-color-focused, var(--ref-color-electric-blue-10));
288
+ outline-offset: 2px;
289
+ }
290
+
291
+ .ap-action-dropdown-item {
292
+ display: flex;
293
+ align-items: center;
294
+ width: 100%;
295
+ height: 40px;
296
+ padding: var(--comp-action-dropdown-item-padding, var(--ref-spacing-xxs) var(--ref-spacing-xs));
297
+ border: none;
298
+ background: transparent;
299
+ color: var(--comp-action-dropdown-item-text-color, var(--ref-color-grey-100));
300
+ cursor: pointer;
301
+ font-family: var(--ref-font-family);
302
+ font-size: var(--comp-action-dropdown-item-text-size, var(--ref-font-size-sm));
303
+ line-height: var(--comp-action-dropdown-item-text-line-height, var(--ref-line-height-sm));
304
+ text-align: left;
305
+ box-sizing: border-box;
306
+ }
307
+ .ap-action-dropdown-item > i {
308
+ width: 16px;
309
+ height: 16px;
310
+ min-width: 16px;
311
+ min-height: 16px;
312
+ max-width: 16px;
313
+ max-height: 16px;
314
+ flex-shrink: 0;
315
+ color: var(--ref-color-grey-100);
316
+ }
317
+ .ap-action-dropdown-item > i:first-child {
318
+ margin-right: var(--comp-action-dropdown-item-icon-spacing, var(--ref-spacing-xs));
319
+ }
320
+ .ap-action-dropdown-item > i:last-child:not(:first-child) {
321
+ margin-left: var(--comp-action-dropdown-item-icon-spacing, var(--ref-spacing-xs));
322
+ color: var(--ref-color-grey-60);
323
+ }
324
+ .ap-action-dropdown-item:hover {
325
+ background-color: var(--comp-action-dropdown-item-background-color-hover, var(--ref-color-grey-05));
326
+ }
327
+ .ap-action-dropdown-item:focus, .ap-action-dropdown-item.focused {
328
+ outline: none;
329
+ background-color: var(--comp-action-dropdown-item-background-color-focused, var(--ref-color-electric-blue-10));
330
+ }
331
+ .ap-action-dropdown-item:disabled {
332
+ cursor: not-allowed;
333
+ opacity: 0.4;
334
+ }
335
+ .ap-action-dropdown-item:disabled:hover {
336
+ background-color: transparent;
337
+ }
338
+ .ap-action-dropdown-item.has-description {
339
+ height: auto;
340
+ min-height: 50px;
341
+ }
342
+ .ap-action-dropdown-item.red-mode {
343
+ color: var(--comp-action-dropdown-item-text-color-red-mode, var(--ref-color-red-100));
344
+ }
345
+ .ap-action-dropdown-item.red-mode > i {
346
+ color: inherit;
347
+ }
348
+ .ap-action-dropdown-item.red-mode:hover {
349
+ background-color: var(--comp-action-dropdown-item-background-color-red-mode-hover, var(--ref-color-red-10));
350
+ }
351
+ .ap-action-dropdown-item.red-mode:focus, .ap-action-dropdown-item.red-mode.focused {
352
+ background-color: var(--comp-action-dropdown-item-background-color-red-mode-focused, var(--ref-color-red-10));
353
+ }
354
+ .ap-action-dropdown-item.feature-lock > i:last-child {
355
+ color: var(--ref-color-purple-100);
356
+ }
357
+ .ap-action-dropdown-item.feature-lock:hover {
358
+ background-color: var(--comp-action-dropdown-item-background-color-feature-lock-hover, var(--ref-color-purple-10));
359
+ }
360
+ .ap-action-dropdown-item.feature-lock:focus, .ap-action-dropdown-item.feature-lock.focused {
361
+ background-color: var(--comp-action-dropdown-item-background-color-feature-lock-focused, var(--ref-color-purple-10));
362
+ }
363
+ .ap-action-dropdown-item .ap-badge {
364
+ flex-shrink: 0;
365
+ }
366
+
367
+ .ap-action-dropdown-item-text {
368
+ display: flex;
369
+ flex-direction: column;
370
+ flex: 1;
371
+ min-width: 0;
372
+ gap: var(--ref-spacing-xxxs);
373
+ }
374
+
375
+ .ap-action-dropdown-item-label-container {
376
+ display: flex;
377
+ align-items: center;
378
+ gap: var(--comp-action-dropdown-item-label-spacing, var(--ref-spacing-xs));
379
+ white-space: nowrap;
380
+ overflow: hidden;
381
+ text-overflow: ellipsis;
382
+ }
383
+
384
+ .ap-action-dropdown-item-label {
385
+ white-space: nowrap;
386
+ overflow: hidden;
387
+ text-overflow: ellipsis;
388
+ }
389
+ .ap-action-dropdown-item-label.bold {
390
+ font-weight: var(--ref-font-weight-bold);
391
+ }
392
+
393
+ .ap-action-dropdown-item-description {
394
+ color: var(--comp-action-dropdown-item-description-color, var(--ref-color-grey-60));
395
+ font-size: var(--comp-action-dropdown-item-description-size, var(--ref-font-size-xs));
396
+ line-height: var(--comp-action-dropdown-item-description-line-height, var(--ref-line-height-xs));
397
+ }
398
+
399
+ .ap-action-dropdown-divider {
400
+ height: 1px;
401
+ background-color: var(--comp-action-dropdown-divider-color, var(--ref-color-grey-10));
402
+ margin: var(--comp-action-dropdown-divider-margin, var(--ref-spacing-xxs) 0);
403
+ }
404
+
405
+ .ap-avatar {
406
+ --ap-avatar-size: 40px;
407
+ --ap-avatar-border-radius: 100%;
408
+ --ap-avatar-initials-size: 14px;
409
+ --ap-avatar-symbol-size: 20px;
410
+ --ap-avatar-network-size: 16px;
411
+ --ap-avatar-online-icon-size: 10px;
412
+ display: flex;
413
+ justify-content: center;
414
+ align-items: center;
415
+ width: var(--ap-avatar-size);
416
+ height: var(--ap-avatar-size);
417
+ min-width: var(--ap-avatar-size);
418
+ min-height: var(--ap-avatar-size);
419
+ max-width: var(--ap-avatar-size);
420
+ max-height: var(--ap-avatar-size);
421
+ box-sizing: border-box;
422
+ position: relative;
423
+ border-radius: var(--ap-avatar-border-radius);
424
+ background: var(--comp-avatar-background-color);
425
+ box-shadow: var(--comp-avatar-background-shadow);
426
+ }
427
+ .ap-avatar.size-16 {
428
+ --ap-avatar-size: 16px;
429
+ --ap-avatar-initials-size: 8px;
430
+ --ap-avatar-symbol-size: 8px;
431
+ --ap-avatar-network-size: 8px;
432
+ --ap-avatar-online-icon-size: 6px;
433
+ }
434
+ .ap-avatar.size-24 {
435
+ --ap-avatar-size: 24px;
436
+ --ap-avatar-initials-size: 12px;
437
+ --ap-avatar-symbol-size: 12px;
438
+ --ap-avatar-network-size: 12px;
439
+ --ap-avatar-online-icon-size: 6px;
440
+ }
441
+ .ap-avatar.size-32 {
442
+ --ap-avatar-size: 32px;
443
+ --ap-avatar-initials-size: 16px;
444
+ --ap-avatar-symbol-size: 16px;
445
+ --ap-avatar-network-size: 12px;
446
+ --ap-avatar-online-icon-size: 8px;
447
+ }
448
+ .ap-avatar.size-36 {
449
+ --ap-avatar-size: 36px;
450
+ --ap-avatar-initials-size: 16px;
451
+ --ap-avatar-symbol-size: 18px;
452
+ --ap-avatar-network-size: 16px;
453
+ --ap-avatar-online-icon-size: 8px;
454
+ }
455
+ .ap-avatar.size-40 {
456
+ --ap-avatar-size: 40px;
457
+ --ap-avatar-initials-size: 20px;
458
+ --ap-avatar-symbol-size: 20px;
459
+ --ap-avatar-network-size: 16px;
460
+ --ap-avatar-online-icon-size: 12px;
461
+ }
462
+ .ap-avatar.size-48 {
463
+ --ap-avatar-size: 48px;
464
+ --ap-avatar-initials-size: 24px;
465
+ --ap-avatar-symbol-size: 24px;
466
+ --ap-avatar-network-size: 16px;
467
+ --ap-avatar-online-icon-size: 12px;
468
+ }
469
+ .ap-avatar.size-56 {
470
+ --ap-avatar-size: 56px;
471
+ --ap-avatar-initials-size: 28px;
472
+ --ap-avatar-symbol-size: 28px;
473
+ --ap-avatar-network-size: 16px;
474
+ --ap-avatar-online-icon-size: 16px;
475
+ }
476
+ .ap-avatar.square {
477
+ --ap-avatar-border-radius: var(--sys-border-radius-sm);
478
+ }
479
+ .ap-avatar > img {
480
+ position: absolute;
481
+ inset: 0;
482
+ width: 100%;
483
+ height: 100%;
484
+ object-fit: cover;
485
+ border-radius: var(--ap-avatar-border-radius);
486
+ }
487
+ .ap-avatar > .ap-avatar-initials {
488
+ font-weight: var(--comp-avatar-initials-weight);
489
+ font-size: var(--ap-avatar-initials-size);
490
+ font-family: "Averta", sans-serif;
491
+ color: var(--comp-avatar-initials-color);
492
+ text-transform: uppercase;
493
+ user-select: none;
494
+ }
495
+ .ap-avatar > i {
496
+ color: var(--comp-avatar-symbol-color);
497
+ width: var(--ap-avatar-symbol-size);
498
+ height: var(--ap-avatar-symbol-size);
499
+ }
500
+ .ap-avatar.big {
501
+ background: none;
502
+ box-shadow: none;
503
+ }
504
+ .ap-avatar.big > i {
505
+ color: unset;
506
+ width: 100%;
507
+ height: 100%;
508
+ font-size: var(--ap-avatar-size);
509
+ }
510
+ .ap-avatar.online::after {
511
+ content: "";
512
+ position: absolute;
513
+ bottom: 0;
514
+ right: 0;
515
+ width: var(--ap-avatar-online-icon-size);
516
+ height: var(--ap-avatar-online-icon-size);
517
+ min-width: var(--ap-avatar-online-icon-size);
518
+ min-height: var(--ap-avatar-online-icon-size);
519
+ max-width: var(--ap-avatar-online-icon-size);
520
+ max-height: var(--ap-avatar-online-icon-size);
521
+ border-radius: 100%;
522
+ border: 1px solid var(--comp-avatar-online-border-color);
523
+ background: var(--comp-avatar-online-background);
524
+ box-sizing: border-box;
525
+ }
526
+
527
+ .ap-avatar-network {
528
+ position: absolute;
529
+ bottom: 0;
530
+ right: 0;
531
+ display: flex;
532
+ align-items: center;
533
+ justify-content: center;
534
+ width: var(--ap-avatar-network-size);
535
+ height: var(--ap-avatar-network-size);
536
+ min-width: var(--ap-avatar-network-size);
537
+ min-height: var(--ap-avatar-network-size);
538
+ max-width: var(--ap-avatar-network-size);
539
+ max-height: var(--ap-avatar-network-size);
540
+ overflow: hidden;
541
+ box-sizing: border-box;
542
+ box-shadow: var(--comp-avatar-background-shadow);
543
+ border-radius: 100%;
544
+ }
545
+ .ap-avatar-network:has(.ap-icon-instagram-official, .ap-icon-instagram) {
546
+ border-radius: 28%;
547
+ }
548
+ .ap-avatar-network:has(.ap-icon-linkedin-official, .ap-icon-linkedin) {
549
+ border-radius: 6%;
550
+ }
551
+ .ap-avatar-network:has(.ap-icon-google, .ap-icon-meta) {
552
+ box-shadow: none;
553
+ border-radius: 0;
554
+ }
555
+ .ap-avatar-network:has(.ap-icon-youtube-official, .ap-icon-youtube) {
556
+ box-shadow: none;
557
+ border-radius: 0;
558
+ }
559
+ .ap-avatar-network > i {
560
+ font-size: var(--ap-avatar-network-size);
561
+ width: var(--ap-avatar-network-size);
562
+ height: var(--ap-avatar-network-size);
563
+ }
564
+ .ap-avatar-network > i.ap-icon-facebook {
565
+ color: var(--ref-color-facebook-100);
566
+ }
567
+ .ap-avatar-network > i.ap-icon-instagram {
568
+ color: var(--ref-color-instagram-100);
569
+ }
570
+ .ap-avatar-network > i.ap-icon-linkedin {
571
+ color: var(--ref-color-linkedin-100);
572
+ }
573
+ .ap-avatar-network > i.ap-icon-youtube {
574
+ color: var(--ref-color-youtube-100);
575
+ }
576
+
577
+ .ap-avatar-group {
578
+ display: inline-flex;
579
+ flex-direction: row-reverse;
580
+ align-items: center;
581
+ padding-left: 2px;
582
+ }
583
+ .ap-avatar-group .ap-avatar,
584
+ .ap-avatar-group .ap-avatar-group-overflow {
585
+ margin-inline-start: -2px;
586
+ cursor: default;
587
+ }
588
+ .ap-avatar-group.size-16 .ap-avatar-group-overflow {
589
+ width: 16px;
590
+ height: 16px;
591
+ font-size: 8px;
592
+ }
593
+ .ap-avatar-group.size-32 .ap-avatar-group-overflow {
594
+ width: 32px;
595
+ height: 32px;
596
+ font-size: 12px;
597
+ }
598
+
599
+ .ap-avatar-group-overflow {
600
+ display: flex;
601
+ align-items: center;
602
+ justify-content: center;
603
+ background-color: var(--ref-color-grey-10);
604
+ border-radius: 24px;
605
+ transition: background-color var(--ref-animation-short);
606
+ width: 24px;
607
+ height: 24px;
608
+ font-family: var(--ref-font-family);
609
+ font-weight: 700;
610
+ font-size: 10px;
611
+ color: var(--ref-color-grey-80);
612
+ line-height: 1em;
613
+ }
614
+ .ap-avatar-group-overflow:hover {
615
+ background-color: var(--ref-color-grey-20);
616
+ }
617
+ .ap-avatar-group-overflow:active {
618
+ background-color: var(--ref-color-grey-40);
619
+ }
620
+ .ap-avatar-group-overflow:focus-visible {
621
+ background-color: var(--ref-color-grey-20);
622
+ outline: 3px solid var(--ref-color-electric-blue-100);
623
+ outline-offset: 1px;
624
+ }
625
+
626
+ .ap-badge {
627
+ display: inline-flex;
628
+ align-items: center;
629
+ justify-content: center;
630
+ padding: 0 var(--comp-badge-padding-right) 0 var(--comp-badge-padding-left);
631
+ font-weight: var(--comp-badge-text-style-font-weight);
632
+ font-family: var(--comp-badge-text-style-font-family);
633
+ line-height: var(--comp-badge-text-style-line-height);
634
+ font-size: var(--comp-badge-text-style-size);
635
+ height: var(--comp-badge-height);
636
+ max-height: var(--comp-badge-height);
637
+ border-radius: 2px;
638
+ white-space: nowrap;
639
+ box-sizing: border-box;
640
+ }
641
+ .ap-badge.blue {
642
+ background-color: var(--comp-badge-blue-background-color);
643
+ color: var(--comp-badge-blue-color);
644
+ }
645
+ .ap-badge.orange {
646
+ text-transform: uppercase;
647
+ background-color: var(--comp-badge-orange-background-color);
648
+ color: var(--comp-badge-orange-color);
649
+ }
650
+
651
+ @keyframes slide {
652
+ 0% {
653
+ left: calc(var(--comp-button-padding-vertical) * -1 - 50px);
654
+ }
655
+ 100% {
656
+ left: 100%;
657
+ }
658
+ }
659
+ .ap-button {
660
+ border: none;
661
+ border-radius: var(--comp-button-border-radius);
662
+ padding: var(--comp-button-padding-horizontal) var(--comp-button-padding-vertical);
663
+ position: relative;
664
+ overflow: hidden;
665
+ display: flex;
666
+ justify-content: center;
667
+ align-items: center;
668
+ gap: var(--comp-split-button-spacing);
669
+ font-size: var(--comp-button-text-size);
670
+ font-family: var(--comp-button-text-font-family);
671
+ line-height: var(--comp-button-text-line-height);
672
+ font-weight: var(--comp-button-text-weight);
673
+ max-height: var(--comp-button-height);
674
+ min-height: var(--comp-button-height);
675
+ white-space: nowrap;
676
+ text-overflow: ellipsis;
677
+ }
678
+ .ap-button:not(:disabled):not(.loading):hover {
679
+ cursor: pointer;
680
+ }
681
+ .ap-button:disabled {
682
+ pointer-events: none;
683
+ }
684
+ .ap-button.loading {
685
+ pointer-events: none;
686
+ }
687
+ .ap-button:focus:not(:disabled):not(:active):not(.loading) {
688
+ outline: 2px solid var(--ref-color-electric-blue-100);
689
+ outline-offset: 1px;
690
+ }
691
+ .ap-button.primary {
692
+ color: var(--ref-color-white);
693
+ }
694
+ .ap-button.primary.orange {
695
+ background: var(--ref-color-orange-100);
696
+ }
697
+ .ap-button.primary.orange:hover {
698
+ background-color: var(--ref-color-orange-80);
699
+ }
700
+ .ap-button.primary.orange:active:not(:disabled) {
701
+ background-color: var(--ref-color-orange-60);
702
+ }
703
+ .ap-button.primary.orange:disabled {
704
+ background-color: var(--ref-color-orange-20);
705
+ }
706
+ .ap-button.primary.orange.loading {
707
+ background-color: var(--ref-color-orange-60);
708
+ }
709
+ .ap-button.primary.orange .loading-bar {
710
+ background-color: var(--ref-color-orange-100);
711
+ }
712
+ .ap-button.primary.blue {
713
+ background: var(--ref-color-electric-blue-100);
714
+ }
715
+ .ap-button.primary.blue:hover {
716
+ background-color: var(--ref-color-electric-blue-80);
717
+ }
718
+ .ap-button.primary.blue:active:not(:disabled) {
719
+ background-color: var(--ref-color-electric-blue-60);
720
+ }
721
+ .ap-button.primary.blue:disabled {
722
+ background-color: var(--ref-color-electric-blue-20);
723
+ }
724
+ .ap-button.primary.blue.loading {
725
+ background-color: var(--ref-color-electric-blue-60);
726
+ }
727
+ .ap-button.primary.blue .loading-bar {
728
+ background-color: var(--ref-color-electric-blue-100);
729
+ }
730
+ .ap-button.secondary.orange {
731
+ background: var(--ref-color-orange-10);
732
+ color: var(--ref-color-orange-100);
733
+ }
734
+ .ap-button.secondary.orange ap-symbol {
735
+ color: var(--ref-color-orange-100);
736
+ }
737
+ .ap-button.secondary.orange:hover {
738
+ background-color: var(--ref-color-orange-20);
739
+ }
740
+ .ap-button.secondary.orange:active:not(:disabled) {
741
+ background-color: var(--ref-color-orange-40);
742
+ }
743
+ .ap-button.secondary.orange:focus:not(:disabled):not(:active) {
744
+ background-color: var(--ref-color-orange-10);
745
+ }
746
+ .ap-button.secondary.orange:disabled {
747
+ background-color: var(--ref-color-orange-10);
748
+ color: var(--ref-color-orange-20);
749
+ }
750
+ .ap-button.secondary.orange:disabled ap-symbol {
751
+ color: var(--ref-color-orange-20);
752
+ }
753
+ .ap-button.secondary.orange.loading {
754
+ background-color: var(--ref-color-orange-40);
755
+ }
756
+ .ap-button.secondary.orange .loading-bar {
757
+ background-color: var(--ref-color-orange-100);
758
+ }
759
+ .ap-button.secondary.blue {
760
+ background: var(--ref-color-electric-blue-10);
761
+ color: var(--ref-color-electric-blue-100);
762
+ }
763
+ .ap-button.secondary.blue ap-symbol {
764
+ color: var(--ref-color-electric-blue-100);
765
+ }
766
+ .ap-button.secondary.blue:hover {
767
+ background-color: var(--ref-color-electric-blue-20);
768
+ }
769
+ .ap-button.secondary.blue:active:not(:disabled) {
770
+ background-color: var(--ref-color-electric-blue-40);
771
+ }
772
+ .ap-button.secondary.blue:focus:not(:disabled):not(:active) {
773
+ background-color: var(--ref-color-electric-blue-10);
774
+ }
775
+ .ap-button.secondary.blue:disabled {
776
+ background-color: var(--ref-color-electric-blue-10);
777
+ color: var(--ref-color-electric-blue-20);
778
+ }
779
+ .ap-button.secondary.blue:disabled ap-symbol {
780
+ color: var(--ref-color-electric-blue-20);
781
+ }
782
+ .ap-button.secondary.blue.loading {
783
+ background-color: var(--ref-color-electric-blue-40);
784
+ }
785
+ .ap-button.secondary.blue .loading-bar {
786
+ background-color: var(--ref-color-electric-blue-100);
787
+ }
788
+ .ap-button.ghost {
789
+ background: transparent;
790
+ }
791
+ .ap-button.ghost.grey {
792
+ color: var(--ref-color-grey-80);
793
+ }
794
+ .ap-button.ghost.grey ap-symbol {
795
+ color: var(--ref-color-grey-80);
796
+ }
797
+ .ap-button.ghost.grey:hover {
798
+ background-color: var(--ref-color-grey-05);
799
+ }
800
+ .ap-button.ghost.grey:active:not(:disabled) {
801
+ background-color: var(--ref-color-grey-10);
802
+ }
803
+ .ap-button.ghost.grey:focus:not(:disabled):not(:active) {
804
+ background-color: var(--ref-color-grey-20);
805
+ }
806
+ .ap-button.ghost.grey:disabled {
807
+ color: var(--ref-color-grey-20);
808
+ }
809
+ .ap-button.ghost.grey:disabled ap-symbol {
810
+ color: var(--ref-color-grey-20);
811
+ }
812
+ .ap-button.ghost.grey.loading:not(.locked) {
813
+ color: var(--ref-color-grey-40);
814
+ }
815
+ .ap-button.ghost.grey.loading:not(.locked) ap-symbol {
816
+ color: var(--ref-color-grey-40);
817
+ }
818
+ .ap-button.ghost.grey .loading-bar {
819
+ background-color: var(--ref-color-grey-100);
820
+ }
821
+ .ap-button.ghost.blue {
822
+ color: var(--ref-color-electric-blue-100);
823
+ }
824
+ .ap-button.ghost.blue ap-symbol {
825
+ color: var(--ref-color-electric-blue-100);
826
+ }
827
+ .ap-button.ghost.blue:hover {
828
+ background-color: var(--ref-color-electric-blue-10);
829
+ }
830
+ .ap-button.ghost.blue:active:not(:disabled) {
831
+ background-color: var(--ref-color-electric-blue-20);
832
+ }
833
+ .ap-button.ghost.blue:focus:not(:disabled):not(:active) {
834
+ background-color: var(--ref-color-electric-blue-20);
835
+ }
836
+ .ap-button.ghost.blue:disabled {
837
+ color: var(--ref-color-electric-blue-20);
838
+ }
839
+ .ap-button.ghost.blue:disabled ap-symbol {
840
+ color: var(--ref-color-electric-blue-20);
841
+ }
842
+ .ap-button.ghost.blue.loading:not(.locked) {
843
+ color: var(--ref-color-electric-blue-40);
844
+ }
845
+ .ap-button.ghost.blue.loading:not(.locked) ap-symbol {
846
+ color: var(--ref-color-electric-blue-40);
847
+ }
848
+ .ap-button.ghost.blue .loading-bar {
849
+ background-color: var(--ref-color-electric-blue-100);
850
+ }
851
+ .ap-button.ghost.red {
852
+ color: var(--ref-color-red-100);
853
+ }
854
+ .ap-button.ghost.red ap-symbol {
855
+ color: var(--ref-color-red-100);
856
+ }
857
+ .ap-button.ghost.red:hover {
858
+ background-color: var(--ref-color-red-10);
859
+ }
860
+ .ap-button.ghost.red:active:not(:disabled) {
861
+ background-color: var(--ref-color-red-20);
862
+ }
863
+ .ap-button.ghost.red:focus:not(:disabled):not(:active) {
864
+ background-color: var(--ref-color-red-20);
865
+ }
866
+ .ap-button.ghost.red:disabled {
867
+ color: var(--ref-color-red-20);
868
+ }
869
+ .ap-button.ghost.red:disabled ap-symbol {
870
+ color: var(--ref-color-red-20);
871
+ }
872
+ .ap-button.ghost.red.loading:not(.locked) {
873
+ color: var(--ref-color-red-40);
874
+ }
875
+ .ap-button.ghost.red.loading:not(.locked) ap-symbol {
876
+ color: var(--ref-color-red-40);
877
+ }
878
+ .ap-button.ghost.red .loading-bar {
879
+ background-color: var(--ref-color-red-100);
880
+ }
881
+ .ap-button.ghost.green {
882
+ color: var(--ref-color-green-100);
883
+ }
884
+ .ap-button.ghost.green ap-symbol {
885
+ color: var(--ref-color-green-100);
886
+ }
887
+ .ap-button.ghost.green:hover {
888
+ background-color: var(--ref-color-green-10);
889
+ }
890
+ .ap-button.ghost.green:active:not(:disabled) {
891
+ background-color: var(--ref-color-green-20);
892
+ }
893
+ .ap-button.ghost.green:focus:not(:disabled):not(:active) {
894
+ background-color: var(--ref-color-green-20);
895
+ }
896
+ .ap-button.ghost.green:disabled {
897
+ color: var(--ref-color-green-20);
898
+ }
899
+ .ap-button.ghost.green:disabled ap-symbol {
900
+ color: var(--ref-color-green-20);
901
+ }
902
+ .ap-button.ghost.green.loading:not(.locked) {
903
+ color: var(--ref-color-green-40);
904
+ }
905
+ .ap-button.ghost.green.loading:not(.locked) ap-symbol {
906
+ color: var(--ref-color-green-40);
907
+ }
908
+ .ap-button.ghost.green .loading-bar {
909
+ background-color: var(--ref-color-green-100);
910
+ }
911
+ .ap-button.stroked {
912
+ background: var(--ref-color-white);
913
+ }
914
+ .ap-button.stroked.grey {
915
+ border: 1px solid var(--ref-color-grey-20);
916
+ border-color: var(--ref-color-grey-20);
917
+ color: var(--ref-color-grey-80);
918
+ }
919
+ .ap-button.stroked.grey ap-symbol {
920
+ color: var(--ref-color-grey-80);
921
+ }
922
+ .ap-button.stroked.grey:hover {
923
+ border-color: var(--ref-color-grey-40);
924
+ }
925
+ .ap-button.stroked.grey:active:not(:disabled) {
926
+ border-color: var(--ref-color-grey-60);
927
+ }
928
+ .ap-button.stroked.grey:focus:not(:disabled):not(:active) {
929
+ border-color: var(--ref-color-grey-20);
930
+ }
931
+ .ap-button.stroked.grey:disabled {
932
+ border-color: var(--ref-color-grey-20);
933
+ color: var(--ref-color-grey-20);
934
+ }
935
+ .ap-button.stroked.grey:disabled ap-symbol {
936
+ color: var(--ref-color-grey-20);
937
+ }
938
+ .ap-button.stroked.grey.loading {
939
+ border-color: var(--ref-color-grey-20);
940
+ color: var(--ref-color-grey-40);
941
+ }
942
+ .ap-button.stroked.grey.loading ap-symbol {
943
+ color: var(--ref-color-grey-40);
944
+ }
945
+ .ap-button.stroked.grey .loading-bar {
946
+ background-color: var(--ref-color-grey-100);
947
+ }
948
+ .ap-button.stroked.blue {
949
+ border: 1px solid var(--ref-color-electric-blue-60);
950
+ border-color: var(--ref-color-electric-blue-60);
951
+ color: var(--ref-color-electric-blue-100);
952
+ }
953
+ .ap-button.stroked.blue ap-symbol {
954
+ color: var(--ref-color-electric-blue-100);
955
+ }
956
+ .ap-button.stroked.blue:hover {
957
+ border-color: var(--ref-color-electric-blue-80);
958
+ }
959
+ .ap-button.stroked.blue:active:not(:disabled) {
960
+ border-color: var(--ref-color-electric-blue-100);
961
+ }
962
+ .ap-button.stroked.blue:focus:not(:disabled):not(:active) {
963
+ border-color: var(--ref-color-electric-blue-60);
964
+ }
965
+ .ap-button.stroked.blue:disabled {
966
+ border-color: var(--ref-color-electric-blue-20);
967
+ color: var(--ref-color-electric-blue-20);
968
+ }
969
+ .ap-button.stroked.blue:disabled ap-symbol {
970
+ color: var(--ref-color-electric-blue-20);
971
+ }
972
+ .ap-button.stroked.blue.loading {
973
+ border-color: var(--ref-color-electric-blue-20);
974
+ color: var(--ref-color-electric-blue-40);
975
+ }
976
+ .ap-button.stroked.blue.loading ap-symbol {
977
+ color: var(--ref-color-electric-blue-40);
978
+ }
979
+ .ap-button.stroked.blue .loading-bar {
980
+ background-color: var(--ref-color-electric-blue-100);
981
+ }
982
+ .ap-button.stroked.red {
983
+ border: 1px solid var(--ref-color-red-60);
984
+ border-color: var(--ref-color-red-60);
985
+ color: var(--ref-color-red-100);
986
+ }
987
+ .ap-button.stroked.red ap-symbol {
988
+ color: var(--ref-color-red-100);
989
+ }
990
+ .ap-button.stroked.red:hover {
991
+ border-color: var(--ref-color-red-80);
992
+ }
993
+ .ap-button.stroked.red:active:not(:disabled) {
994
+ border-color: var(--ref-color-red-100);
995
+ }
996
+ .ap-button.stroked.red:focus:not(:disabled):not(:active) {
997
+ border-color: var(--ref-color-red-60);
998
+ }
999
+ .ap-button.stroked.red:disabled {
1000
+ border-color: var(--ref-color-red-20);
1001
+ color: var(--ref-color-red-20);
1002
+ }
1003
+ .ap-button.stroked.red:disabled ap-symbol {
1004
+ color: var(--ref-color-red-20);
1005
+ }
1006
+ .ap-button.stroked.red.loading {
1007
+ border-color: var(--ref-color-red-20);
1008
+ color: var(--ref-color-red-40);
1009
+ }
1010
+ .ap-button.stroked.red.loading ap-symbol {
1011
+ color: var(--ref-color-red-40);
1012
+ }
1013
+ .ap-button.stroked.red .loading-bar {
1014
+ background-color: var(--ref-color-red-100);
1015
+ }
1016
+ .ap-button.transparent {
1017
+ background: transparent;
1018
+ }
1019
+ .ap-button.mermaid {
1020
+ background: linear-gradient(90deg, #578fff 0%, #df52ff 100%);
1021
+ color: var(--ref-color-grey-100);
1022
+ position: relative;
1023
+ z-index: 1;
1024
+ }
1025
+ .ap-button.mermaid::after {
1026
+ content: "";
1027
+ position: absolute;
1028
+ top: 1px;
1029
+ left: 1px;
1030
+ right: 1px;
1031
+ bottom: 1px;
1032
+ background: var(--ref-color-white);
1033
+ border-radius: calc(var(--ref-border-radius-sm) - 1px);
1034
+ z-index: -1;
1035
+ pointer-events: none;
1036
+ }
1037
+ .ap-button.mermaid > *:not(.ap-loading-bar) {
1038
+ position: relative;
1039
+ z-index: 1;
1040
+ }
1041
+ .ap-button.mermaid:hover:not(:disabled):not(.loading)::after {
1042
+ background: var(--ref-color-mermaid-10);
1043
+ }
1044
+ .ap-button.mermaid:active:not(:disabled):not(.loading)::after {
1045
+ background: var(--ref-color-mermaid-20);
1046
+ }
1047
+ .ap-button.mermaid:disabled {
1048
+ background: linear-gradient(90deg, var(--ref-color-mermaid-gradient-from40) 0%, var(--ref-color-mermaid-gradient-to40) 100%);
1049
+ color: var(--ref-color-grey-20);
1050
+ }
1051
+ .ap-button.mermaid.loading {
1052
+ background: linear-gradient(90deg, var(--ref-color-mermaid-gradient-from40) 0%, var(--ref-color-mermaid-gradient-to40) 100%);
1053
+ color: var(--ref-color-grey-40);
1054
+ }
1055
+ .ap-button.mermaid .ap-loading-bar {
1056
+ background: linear-gradient(90deg, var(--ref-color-mermaid-gradient-from) 0%, var(--ref-color-mermaid-gradient-to) 100%);
1057
+ z-index: 2;
1058
+ }
1059
+ .ap-button.locked {
1060
+ overflow: visible;
1061
+ background-color: var(--ref-color-purple-10);
1062
+ color: var(--ref-color-purple-80);
1063
+ }
1064
+ .ap-button.locked:hover:not(:disabled):not(.loading) {
1065
+ background-color: var(--ref-color-purple-20);
1066
+ }
1067
+ .ap-button.locked:active:not(:disabled):not(.loading) {
1068
+ background-color: var(--ref-color-purple-40);
1069
+ }
1070
+ .ap-button.primary.orange .ap-loading-bar {
1071
+ background-color: var(--ref-color-orange-100);
1072
+ }
1073
+ .ap-button.primary.blue .ap-loading-bar {
1074
+ background-color: var(--ref-color-electric-blue-100);
1075
+ }
1076
+ .ap-button.secondary.orange .ap-loading-bar {
1077
+ background-color: var(--ref-color-orange-100);
1078
+ }
1079
+ .ap-button.secondary.blue .ap-loading-bar {
1080
+ background-color: var(--ref-color-electric-blue-100);
1081
+ }
1082
+ .ap-button.ghost.grey .ap-loading-bar, .ap-button.stroked.grey .ap-loading-bar {
1083
+ background-color: var(--ref-color-grey-80);
1084
+ }
1085
+ .ap-button.ghost.blue .ap-loading-bar, .ap-button.stroked.blue .ap-loading-bar {
1086
+ background-color: var(--ref-color-electric-blue-100);
1087
+ }
1088
+ .ap-button.ghost.red .ap-loading-bar, .ap-button.stroked.red .ap-loading-bar {
1089
+ background-color: var(--ref-color-red-100);
1090
+ }
1091
+ .ap-button.ghost.green .ap-loading-bar {
1092
+ background-color: var(--ref-color-green-100);
1093
+ }
1094
+
1095
+ .ap-button-icon {
1096
+ width: 16px;
1097
+ height: 16px;
1098
+ min-width: 16px;
1099
+ min-height: 16px;
1100
+ max-width: 16px;
1101
+ max-height: 16px;
1102
+ }
1103
+
1104
+ .ap-button > i {
1105
+ width: 16px;
1106
+ height: 16px;
1107
+ min-width: 16px;
1108
+ min-height: 16px;
1109
+ max-width: 16px;
1110
+ max-height: 16px;
1111
+ flex-shrink: 0;
1112
+ }
1113
+
1114
+ .ap-loading-bar {
1115
+ position: absolute;
1116
+ bottom: 0;
1117
+ left: var(--comp-button-padding-vertical);
1118
+ width: 50px;
1119
+ height: 5px;
1120
+ border-radius: 8px;
1121
+ animation: slide 1.5s ease-in-out infinite;
1122
+ }
1123
+
1124
+ .ap-button.locked > .ap-locked-symbol,
1125
+ .ap-icon-button.locked > .ap-locked-symbol {
1126
+ position: absolute;
1127
+ top: -6px;
1128
+ right: -6px;
1129
+ display: flex;
1130
+ align-items: center;
1131
+ justify-content: center;
1132
+ padding: 1px;
1133
+ border-radius: 100%;
1134
+ background: var(--ref-color-white);
1135
+ pointer-events: none;
1136
+ }
1137
+ .ap-button.locked > .ap-locked-symbol > i,
1138
+ .ap-icon-button.locked > .ap-locked-symbol > i {
1139
+ color: var(--ref-color-purple-100);
1140
+ }
1141
+
1142
+ .ap-card {
1143
+ background-color: var(--ref-color-white);
1144
+ border: 1px solid var(--ref-color-grey-10);
1145
+ border-radius: var(--ref-border-radius-md);
1146
+ display: flex;
1147
+ flex-direction: column;
1148
+ gap: var(--ref-spacing-sm);
1149
+ padding: var(--ref-spacing-sm);
1150
+ }
1151
+
1152
+ .ap-card-title {
1153
+ font-size: var(--ref-font-size-md);
1154
+ font-weight: var(--ref-font-weight-bold);
1155
+ line-height: var(--ref-font-line-height-lg);
1156
+ color: var(--ref-color-grey-100);
1157
+ margin: 0;
1158
+ }
1159
+
1160
+ .ap-checkbox-container {
1161
+ display: flex;
1162
+ align-items: center;
1163
+ gap: var(--ref-spacing-xxs);
1164
+ cursor: pointer;
1165
+ }
1166
+ .ap-checkbox-container > input[type=checkbox] {
1167
+ position: absolute;
1168
+ clip: rect(0, 0, 0, 0);
1169
+ width: 1px;
1170
+ height: 1px;
1171
+ margin: -1px;
1172
+ padding: 0;
1173
+ border: 0;
1174
+ overflow: hidden;
1175
+ }
1176
+ .ap-checkbox-container.full-width {
1177
+ justify-content: space-between;
1178
+ width: 100%;
1179
+ }
1180
+ .ap-checkbox-container:has(input:disabled) {
1181
+ cursor: default;
1182
+ }
1183
+ .ap-checkbox-container > i {
1184
+ display: flex;
1185
+ justify-content: center;
1186
+ align-items: center;
1187
+ width: 16px;
1188
+ height: 16px;
1189
+ min-width: 16px;
1190
+ min-height: 16px;
1191
+ max-width: 16px;
1192
+ max-height: 16px;
1193
+ border-radius: var(--sys-border-radius-sm);
1194
+ border: 1px solid var(--ref-color-grey-60);
1195
+ background: var(--ref-color-white);
1196
+ box-sizing: border-box;
1197
+ flex-shrink: 0;
1198
+ transition: background-color 0.15s, border-color 0.15s;
1199
+ }
1200
+ .ap-checkbox-container > i::after {
1201
+ content: "";
1202
+ display: none;
1203
+ width: 10px;
1204
+ height: 10px;
1205
+ mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1 5L4 8L9 2' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
1206
+ mask-size: contain;
1207
+ mask-repeat: no-repeat;
1208
+ background-color: var(--ref-color-white);
1209
+ }
1210
+ .ap-checkbox-container > i::before {
1211
+ content: "";
1212
+ display: none;
1213
+ width: 8px;
1214
+ height: 1.5px;
1215
+ background: var(--ref-color-white);
1216
+ }
1217
+ .ap-checkbox-container:hover:not(:has(input:disabled)) > i {
1218
+ border-color: var(--ref-color-grey-80);
1219
+ }
1220
+ .ap-checkbox-container:active:not(:has(input:disabled)) > i {
1221
+ border-color: var(--ref-color-grey-100);
1222
+ }
1223
+ .ap-checkbox-container:has(input:checked) > i {
1224
+ background: var(--ref-color-electric-blue-100);
1225
+ border-color: var(--ref-color-electric-blue-100);
1226
+ }
1227
+ .ap-checkbox-container:has(input:checked) > i::after {
1228
+ display: block;
1229
+ }
1230
+ .ap-checkbox-container:hover:not(:has(input:disabled)):has(input:checked) > i {
1231
+ background: var(--ref-color-electric-blue-80);
1232
+ border-color: var(--ref-color-electric-blue-100);
1233
+ }
1234
+ .ap-checkbox-container:active:not(:has(input:disabled)):has(input:checked) > i {
1235
+ background: var(--ref-color-electric-blue-60);
1236
+ border-color: var(--ref-color-electric-blue-100);
1237
+ }
1238
+ .ap-checkbox-container:has(input:disabled) > i {
1239
+ background: var(--ref-color-grey-10);
1240
+ border-color: var(--ref-color-grey-20);
1241
+ pointer-events: none;
1242
+ }
1243
+ .ap-checkbox-container:has(input:disabled:checked) > i {
1244
+ background: var(--ref-color-grey-20);
1245
+ border-color: var(--ref-color-grey-20);
1246
+ }
1247
+ .ap-checkbox-container.indeterminate > i {
1248
+ background: var(--ref-color-electric-blue-100);
1249
+ border-color: var(--ref-color-electric-blue-100);
1250
+ }
1251
+ .ap-checkbox-container.indeterminate > i::before {
1252
+ display: block;
1253
+ }
1254
+ .ap-checkbox-container.indeterminate:hover:not(:has(input:disabled)) > i {
1255
+ background: var(--ref-color-electric-blue-80);
1256
+ border-color: var(--ref-color-electric-blue-100);
1257
+ }
1258
+ .ap-checkbox-container.indeterminate:has(input:disabled) > i {
1259
+ background: var(--ref-color-grey-20);
1260
+ border-color: var(--ref-color-grey-20);
1261
+ }
1262
+ .ap-checkbox-container:has(input:focus-visible) > i {
1263
+ outline: 3px solid var(--ref-color-electric-blue-100);
1264
+ outline-offset: 1px;
1265
+ }
1266
+ .ap-checkbox-container.error > i {
1267
+ border-color: var(--ref-color-red-100);
1268
+ }
1269
+ .ap-checkbox-container > span {
1270
+ display: flex;
1271
+ align-items: center;
1272
+ font-family: var(--comp-forms-label-font-family);
1273
+ font-size: var(--comp-forms-label-size);
1274
+ font-weight: var(--comp-forms-label-font-weight);
1275
+ line-height: var(--comp-forms-label-line-height);
1276
+ color: var(--comp-forms-label-text-color);
1277
+ user-select: none;
1278
+ }
1279
+ .ap-checkbox-container > span:empty {
1280
+ display: none;
1281
+ }
1282
+ .ap-checkbox-container:has(input:disabled) > span {
1283
+ color: var(--ref-color-grey-60);
1284
+ cursor: default;
1285
+ }
1286
+ .ap-checkbox-container.bold > span {
1287
+ font-weight: var(--ref-font-weight-bold);
1288
+ }
1289
+
1290
+ .ap-counter {
1291
+ display: inline-flex;
1292
+ align-items: center;
1293
+ justify-content: center;
1294
+ width: fit-content;
1295
+ border-radius: var(--comp-counter-border-radius);
1296
+ padding: 0 2px;
1297
+ box-sizing: border-box;
1298
+ }
1299
+ .ap-counter.normal {
1300
+ font-weight: var(--comp-counter-text-style-font-weight);
1301
+ font-family: var(--comp-counter-text-style-font-family);
1302
+ line-height: var(--comp-counter-text-style-line-height);
1303
+ font-size: var(--comp-counter-text-style-size);
1304
+ height: var(--comp-counter-height);
1305
+ max-height: var(--comp-counter-height);
1306
+ }
1307
+ .ap-counter.big {
1308
+ font-weight: var(--comp-counter-big-text-style-font-weight);
1309
+ font-family: var(--comp-counter-big-text-style-font-family);
1310
+ line-height: var(--comp-counter-big-text-style-line-height);
1311
+ font-size: var(--comp-counter-big-text-style-size);
1312
+ height: var(--comp-counter-big-height);
1313
+ max-height: var(--comp-counter-big-height);
1314
+ }
1315
+ .ap-counter.blue {
1316
+ color: var(--comp-counter-blue-color);
1317
+ background-color: var(--comp-counter-blue-with-background-background-color);
1318
+ }
1319
+ .ap-counter.blue.no-bg {
1320
+ background-color: transparent;
1321
+ }
1322
+ .ap-counter.orange {
1323
+ color: var(--comp-counter-orange-with-background-color);
1324
+ background-color: var(--comp-counter-orange-with-background-background-color);
1325
+ }
1326
+ .ap-counter.orange.no-bg {
1327
+ color: var(--comp-counter-orange-color);
1328
+ background-color: transparent;
1329
+ }
1330
+ .ap-counter.grey {
1331
+ color: var(--comp-counter-grey-color);
1332
+ background-color: var(--comp-counter-grey-with-background-background-color);
1333
+ }
1334
+ .ap-counter.grey.no-bg {
1335
+ background-color: transparent;
1336
+ }
1337
+ .ap-counter.notif {
1338
+ padding: 0 4px;
1339
+ border-radius: var(--comp-counter-notif-border-radius);
1340
+ font-size: var(--comp-counter-text-style-size);
1341
+ font-weight: var(--comp-counter-text-style-font-weight);
1342
+ font-family: var(--comp-counter-text-style-font-family);
1343
+ line-height: var(--comp-counter-text-style-line-height);
1344
+ min-width: var(--comp-counter-notif-min-width);
1345
+ height: var(--comp-counter-notif-min-width);
1346
+ color: var(--comp-counter-notif-color);
1347
+ background-color: var(--comp-counter-notif-background-color);
1348
+ }
1349
+
1350
+ .ap-datepicker {
1351
+ background-color: var(--ref-color-white);
1352
+ display: flex;
1353
+ flex-direction: column;
1354
+ border-radius: var(--ref-border-radius-md);
1355
+ box-shadow: none;
1356
+ font-family: var(--ref-font-family);
1357
+ width: fit-content;
1358
+ overflow: hidden;
1359
+ }
1360
+ .ap-datepicker.single .ap-datepicker-calendars {
1361
+ justify-content: center;
1362
+ }
1363
+ .ap-datepicker.range .ap-datepicker-calendars {
1364
+ display: flex;
1365
+ }
1366
+ .ap-datepicker.inline {
1367
+ box-shadow: none;
1368
+ border: 1px solid var(--ref-color-grey-20);
1369
+ }
1370
+ .ap-datepicker.compact .ap-datepicker-calendar {
1371
+ padding: var(--ref-spacing-xs);
1372
+ }
1373
+ .ap-datepicker.compact .ap-datepicker-header {
1374
+ padding: var(--ref-spacing-xs) var(--ref-spacing-sm);
1375
+ }
1376
+
1377
+ .ap-datepicker-header {
1378
+ display: flex;
1379
+ align-items: center;
1380
+ justify-content: center;
1381
+ height: 55px;
1382
+ padding: 0 var(--ref-spacing-md);
1383
+ }
1384
+
1385
+ .ap-datepicker-month-nav {
1386
+ display: flex;
1387
+ align-items: center;
1388
+ flex: 1;
1389
+ }
1390
+ .ap-datepicker-month-nav > button {
1391
+ display: flex;
1392
+ align-items: center;
1393
+ justify-content: center;
1394
+ width: 32px;
1395
+ height: 32px;
1396
+ border: none;
1397
+ background: transparent;
1398
+ border-radius: 50%;
1399
+ cursor: pointer;
1400
+ color: var(--ref-color-grey-60);
1401
+ transition: background-color 0.15s ease;
1402
+ padding: 0;
1403
+ flex-shrink: 0;
1404
+ }
1405
+ .ap-datepicker-month-nav > button:hover {
1406
+ background-color: var(--ref-color-grey-10);
1407
+ }
1408
+ .ap-datepicker-month-nav > button:disabled {
1409
+ opacity: 0.4;
1410
+ cursor: not-allowed;
1411
+ }
1412
+ .ap-datepicker-month-nav > button:disabled:hover {
1413
+ background-color: transparent;
1414
+ }
1415
+ .ap-datepicker-month-nav > button > i {
1416
+ width: 14px;
1417
+ height: 14px;
1418
+ }
1419
+ .ap-datepicker-month-nav > span {
1420
+ flex: 1;
1421
+ font-size: var(--ref-font-size-xs);
1422
+ font-weight: var(--ref-font-weight-bold);
1423
+ color: var(--ref-color-grey-100);
1424
+ text-transform: capitalize;
1425
+ text-align: center;
1426
+ }
1427
+
1428
+ .ap-datepicker-calendars {
1429
+ display: flex;
1430
+ }
1431
+
1432
+ .ap-datepicker-calendar {
1433
+ padding: 0 var(--ref-spacing-md) var(--ref-spacing-md);
1434
+ }
1435
+ .ap-datepicker-calendar + .ap-datepicker-calendar {
1436
+ border-left: 1px solid var(--ref-color-grey-10);
1437
+ }
1438
+ .ap-datepicker-calendar > table {
1439
+ border-collapse: separate;
1440
+ border-spacing: 0 5px;
1441
+ }
1442
+ .ap-datepicker-calendar th {
1443
+ width: 33px;
1444
+ height: 24px;
1445
+ font-size: var(--ref-font-size-xs);
1446
+ font-weight: var(--ref-font-weight-bold);
1447
+ color: var(--ref-color-grey-40);
1448
+ text-transform: capitalize;
1449
+ text-align: center;
1450
+ }
1451
+ .ap-datepicker-calendar td {
1452
+ width: 33px;
1453
+ height: 27px;
1454
+ padding: 0;
1455
+ border: none;
1456
+ background: transparent;
1457
+ cursor: pointer;
1458
+ position: relative;
1459
+ }
1460
+ .ap-datepicker-calendar td:hover > span {
1461
+ background-color: var(--ref-color-electric-blue-20);
1462
+ }
1463
+ .ap-datepicker-calendar td > span {
1464
+ display: flex;
1465
+ align-items: center;
1466
+ justify-content: center;
1467
+ width: 27px;
1468
+ height: 27px;
1469
+ margin: 0 3px;
1470
+ border-radius: 50%;
1471
+ font-size: var(--ref-font-size-sm);
1472
+ color: var(--ref-color-grey-100);
1473
+ transition: background-color 0.15s ease;
1474
+ }
1475
+ .ap-datepicker-calendar td.today > span {
1476
+ border: 1px solid var(--ref-color-electric-blue-100);
1477
+ width: 25px;
1478
+ height: 25px;
1479
+ }
1480
+ .ap-datepicker-calendar td.selected > span {
1481
+ background-color: var(--ref-color-electric-blue-100);
1482
+ color: var(--ref-color-white);
1483
+ }
1484
+ .ap-datepicker-calendar td.selected:hover > span {
1485
+ background-color: var(--ref-color-electric-blue-85);
1486
+ }
1487
+ .ap-datepicker-calendar td.in-range {
1488
+ background-color: var(--ref-color-electric-blue-10);
1489
+ }
1490
+ .ap-datepicker-calendar td.in-range:first-child, .ap-datepicker-calendar td.in-range.range-start {
1491
+ border-radius: 2em 0 0 2em;
1492
+ }
1493
+ .ap-datepicker-calendar td.in-range:last-child, .ap-datepicker-calendar td.in-range.range-end {
1494
+ border-radius: 0 2em 2em 0;
1495
+ }
1496
+ .ap-datepicker-calendar td.range-start.range-end {
1497
+ border-radius: 2em;
1498
+ background-color: transparent;
1499
+ }
1500
+ .ap-datepicker-calendar td.range-start > span, .ap-datepicker-calendar td.range-end > span {
1501
+ background-color: var(--ref-color-electric-blue-100);
1502
+ color: var(--ref-color-white);
1503
+ }
1504
+ .ap-datepicker-calendar td.off > span, .ap-datepicker-calendar td:disabled > span {
1505
+ color: var(--ref-color-grey-20);
1506
+ cursor: default;
1507
+ }
1508
+ .ap-datepicker-calendar td.off:hover > span, .ap-datepicker-calendar td:disabled:hover > span {
1509
+ background-color: transparent;
1510
+ }
1511
+
1512
+ .ap-datepicker-ranges {
1513
+ border-left: 1px solid var(--ref-color-grey-10);
1514
+ padding: var(--ref-spacing-sm);
1515
+ min-width: 140px;
1516
+ display: flex;
1517
+ flex-direction: column;
1518
+ gap: var(--ref-spacing-xxxs);
1519
+ }
1520
+ .ap-datepicker-ranges > button {
1521
+ display: block;
1522
+ width: 100%;
1523
+ padding: var(--ref-spacing-xxs) var(--ref-spacing-xs);
1524
+ border: none;
1525
+ background: transparent;
1526
+ border-radius: var(--ref-border-radius-sm);
1527
+ font-family: var(--ref-font-family);
1528
+ font-size: var(--ref-font-size-sm);
1529
+ color: var(--ref-color-grey-80);
1530
+ text-align: left;
1531
+ cursor: pointer;
1532
+ transition: background-color 0.15s ease, color 0.15s ease;
1533
+ }
1534
+ .ap-datepicker-ranges > button:hover:not(.active):not(:disabled) {
1535
+ color: var(--ref-color-electric-blue-100);
1536
+ background-color: var(--ref-color-electric-blue-10);
1537
+ }
1538
+ .ap-datepicker-ranges > button.active {
1539
+ color: var(--ref-color-white);
1540
+ background-color: var(--ref-color-electric-blue-100);
1541
+ }
1542
+ .ap-datepicker-ranges > button.active:hover {
1543
+ background-color: var(--ref-color-electric-blue-85);
1544
+ }
1545
+ .ap-datepicker-ranges > button:disabled {
1546
+ color: var(--ref-color-grey-20);
1547
+ cursor: default;
1548
+ }
1549
+
1550
+ .ap-datepicker-footer {
1551
+ display: flex;
1552
+ align-items: center;
1553
+ justify-content: flex-end;
1554
+ gap: var(--ref-spacing-sm);
1555
+ padding: var(--ref-spacing-sm) var(--ref-spacing-md);
1556
+ border-top: 1px solid var(--ref-color-grey-10);
1557
+ }
1558
+
1559
+ .ap-datepicker-time {
1560
+ display: flex;
1561
+ align-items: center;
1562
+ gap: var(--ref-spacing-xs);
1563
+ padding: var(--ref-spacing-sm) var(--ref-spacing-md);
1564
+ border-top: 1px solid var(--ref-color-grey-10);
1565
+ }
1566
+ .ap-datepicker-time > input {
1567
+ width: 60px;
1568
+ padding: var(--ref-spacing-xxs) var(--ref-spacing-xs);
1569
+ border: 1px solid var(--ref-color-grey-20);
1570
+ border-radius: var(--ref-border-radius-sm);
1571
+ font-family: var(--ref-font-family);
1572
+ font-size: var(--ref-font-size-sm);
1573
+ text-align: center;
1574
+ }
1575
+ .ap-datepicker-time > input:focus {
1576
+ outline: none;
1577
+ border-color: var(--ref-color-electric-blue-100);
1578
+ }
1579
+
1580
+ .ap-datepicker-time-label {
1581
+ font-size: var(--ref-font-size-sm);
1582
+ color: var(--ref-color-grey-60);
1583
+ }
1584
+
1585
+ .ap-datepicker-time-separator {
1586
+ color: var(--ref-color-grey-60);
1587
+ }
1588
+
1589
+ .ap-dialog {
1590
+ background-color: var(--ref-color-white);
1591
+ border-radius: var(--ref-border-radius-md);
1592
+ display: flex;
1593
+ flex-direction: column;
1594
+ overflow: hidden;
1595
+ position: relative;
1596
+ }
1597
+
1598
+ .ap-dialog-header {
1599
+ display: flex;
1600
+ flex-direction: column;
1601
+ gap: var(--ref-spacing-xxxs);
1602
+ padding: var(--ref-spacing-lg) var(--ref-spacing-lg) 0;
1603
+ padding-right: 64px;
1604
+ }
1605
+
1606
+ .ap-dialog-title {
1607
+ font-size: var(--ref-font-size-xxl);
1608
+ font-weight: var(--ref-font-weight-bold);
1609
+ line-height: var(--ref-font-line-height-xl);
1610
+ color: var(--ref-color-grey-100);
1611
+ margin: 0;
1612
+ }
1613
+
1614
+ .ap-dialog-subtitle {
1615
+ font-size: var(--ref-font-size-md);
1616
+ line-height: var(--ref-font-line-height-lg);
1617
+ color: var(--ref-color-grey-80);
1618
+ }
1619
+
1620
+ .ap-dialog-content {
1621
+ display: flex;
1622
+ flex-direction: column;
1623
+ gap: var(--ref-spacing-md);
1624
+ padding: var(--ref-spacing-md) var(--ref-spacing-lg);
1625
+ }
1626
+
1627
+ .ap-dialog-footer {
1628
+ border-top: 1px solid var(--ref-color-grey-10);
1629
+ display: flex;
1630
+ align-items: center;
1631
+ gap: var(--ref-spacing-sm);
1632
+ padding: var(--ref-spacing-sm) var(--ref-spacing-lg);
1633
+ }
1634
+
1635
+ .ap-dialog-footer-left {
1636
+ display: flex;
1637
+ align-items: center;
1638
+ gap: var(--ref-spacing-sm);
1639
+ }
1640
+
1641
+ .ap-dialog-footer-right {
1642
+ display: flex;
1643
+ align-items: center;
1644
+ gap: var(--ref-spacing-sm);
1645
+ flex: 1;
1646
+ justify-content: flex-end;
1647
+ }
1648
+
1649
+ .ap-dialog-close {
1650
+ position: absolute;
1651
+ top: 20px;
1652
+ right: 20px;
1653
+ padding: 10px;
1654
+ border-radius: var(--ref-border-radius-md);
1655
+ cursor: pointer;
1656
+ background: none;
1657
+ border: none;
1658
+ color: var(--ref-color-grey-100);
1659
+ display: flex;
1660
+ align-items: center;
1661
+ justify-content: center;
1662
+ }
1663
+
1664
+ .ap-dot-stepper {
1665
+ display: flex;
1666
+ flex-direction: row;
1667
+ align-items: stretch;
1668
+ gap: var(--comp-dot-stepper-spacing);
1669
+ place-content: stretch center;
1670
+ width: 100%;
1671
+ box-sizing: border-box;
1672
+ }
1673
+ .ap-dot-stepper > button {
1674
+ position: relative;
1675
+ width: var(--comp-dot-stepper-dot-size);
1676
+ height: var(--comp-dot-stepper-dot-size);
1677
+ border-radius: 50%;
1678
+ border: var(--comp-dot-stepper-dot-inactive-border-width) solid var(--comp-dot-stepper-dot-inactive-border-color);
1679
+ background: transparent;
1680
+ cursor: pointer;
1681
+ transition: all 0.2s ease-in-out;
1682
+ padding: 0;
1683
+ box-sizing: border-box;
1684
+ }
1685
+ .ap-dot-stepper > button:hover:not(.active):not(:disabled) {
1686
+ border-color: var(--ref-color-electric-blue-60);
1687
+ background: var(--comp-dot-stepper-dot-inactive-focused-background-color);
1688
+ }
1689
+ .ap-dot-stepper > button:focus:not(:disabled):not(.active) {
1690
+ background: var(--comp-dot-stepper-dot-inactive-hovered-background-color);
1691
+ outline: none;
1692
+ }
1693
+ .ap-dot-stepper > button:focus:not(:disabled):not(.active)::after {
1694
+ content: "";
1695
+ position: absolute;
1696
+ width: calc(var(--comp-dot-stepper-dot-size) + var(--comp-dot-stepper-dot-inactive-border-width));
1697
+ height: calc(var(--comp-dot-stepper-dot-size) + var(--comp-dot-stepper-dot-inactive-border-width));
1698
+ top: 50%;
1699
+ left: 50%;
1700
+ transform: translate(-50%, -50%);
1701
+ border-radius: 50%;
1702
+ border: var(--comp-dot-stepper-dot-inactive-border-width) solid var(--ref-color-electric-blue-100);
1703
+ }
1704
+ .ap-dot-stepper > button.active {
1705
+ background: var(--comp-dot-stepper-dot-active-background-color);
1706
+ border-color: var(--ref-color-electric-blue-150);
1707
+ cursor: default;
1708
+ }
1709
+ .ap-dot-stepper > button:disabled {
1710
+ cursor: default;
1711
+ pointer-events: none;
1712
+ opacity: 0.5;
1713
+ }
1714
+ .ap-dot-stepper > button:not(.active):not(:disabled):active {
1715
+ background: var(--comp-dot-stepper-dot-inactive-clicked-background-color);
1716
+ }
1717
+
1718
+ .ap-icon-button {
1719
+ display: flex;
1720
+ justify-content: center;
1721
+ align-items: center;
1722
+ width: var(--comp-icon-button-width);
1723
+ height: var(--comp-icon-button-width);
1724
+ min-width: var(--comp-icon-button-width);
1725
+ min-height: var(--comp-icon-button-width);
1726
+ max-width: var(--comp-icon-button-width);
1727
+ max-height: var(--comp-icon-button-width);
1728
+ border-radius: var(--comp-icon-button-border-radius);
1729
+ background: transparent;
1730
+ border: none;
1731
+ padding: var(--comp-icon-button-padding);
1732
+ position: relative;
1733
+ cursor: pointer;
1734
+ transition: border-color 0.25s, background-color 0.25s;
1735
+ box-sizing: border-box;
1736
+ }
1737
+ .ap-icon-button > i {
1738
+ color: var(--ref-color-grey-60);
1739
+ width: calc(var(--comp-icon-button-height) - var(--comp-icon-button-padding) * 2);
1740
+ height: calc(var(--comp-icon-button-height) - var(--comp-icon-button-padding) * 2);
1741
+ min-width: calc(var(--comp-icon-button-height) - var(--comp-icon-button-padding) * 2);
1742
+ min-height: calc(var(--comp-icon-button-height) - var(--comp-icon-button-padding) * 2);
1743
+ max-width: calc(var(--comp-icon-button-height) - var(--comp-icon-button-padding) * 2);
1744
+ max-height: calc(var(--comp-icon-button-height) - var(--comp-icon-button-padding) * 2);
1745
+ flex-shrink: 0;
1746
+ }
1747
+ .ap-icon-button:hover:not(.stroked):not(.locked):not(:disabled) {
1748
+ background: var(--ref-color-grey-05);
1749
+ }
1750
+ .ap-icon-button:active:not(.stroked):not(.locked):not(:disabled) {
1751
+ background: var(--ref-color-grey-10);
1752
+ }
1753
+ .ap-icon-button:focus:not(:disabled):not(:active) {
1754
+ outline: 2px solid var(--ref-color-electric-blue-100);
1755
+ outline-offset: 1px;
1756
+ }
1757
+ .ap-icon-button:disabled {
1758
+ pointer-events: none;
1759
+ }
1760
+ .ap-icon-button:disabled > i {
1761
+ color: var(--ref-color-grey-20);
1762
+ }
1763
+ .ap-icon-button.blue > i {
1764
+ color: var(--ref-color-electric-blue-100);
1765
+ }
1766
+ .ap-icon-button.blue:hover:not(.stroked):not(.locked):not(:disabled) {
1767
+ background: var(--ref-color-electric-blue-05);
1768
+ }
1769
+ .ap-icon-button.blue:active:not(.stroked):not(.locked):not(:disabled) {
1770
+ background: var(--ref-color-electric-blue-10);
1771
+ }
1772
+ .ap-icon-button.blue:disabled > i {
1773
+ color: var(--ref-color-electric-blue-20);
1774
+ }
1775
+ .ap-icon-button.green > i {
1776
+ color: var(--ref-color-green-100);
1777
+ }
1778
+ .ap-icon-button.green:hover:not(.stroked):not(.locked):not(:disabled) {
1779
+ background: var(--ref-color-green-10);
1780
+ }
1781
+ .ap-icon-button.green:active:not(.stroked):not(.locked):not(:disabled) {
1782
+ background: var(--ref-color-green-20);
1783
+ }
1784
+ .ap-icon-button.green:disabled > i {
1785
+ color: var(--ref-color-green-20);
1786
+ }
1787
+ .ap-icon-button.red > i {
1788
+ color: var(--ref-color-red-100);
1789
+ }
1790
+ .ap-icon-button.red:hover:not(.stroked):not(.locked):not(:disabled) {
1791
+ background: var(--ref-color-red-10);
1792
+ }
1793
+ .ap-icon-button.red:active:not(.stroked):not(.locked):not(:disabled) {
1794
+ background: var(--ref-color-red-20);
1795
+ }
1796
+ .ap-icon-button.red:disabled > i {
1797
+ color: var(--ref-color-red-20);
1798
+ }
1799
+ .ap-icon-button.stroked {
1800
+ border: 1px solid var(--ref-color-grey-20);
1801
+ background: var(--ref-color-white);
1802
+ }
1803
+ .ap-icon-button.stroked:hover:not(.locked):not(:disabled) {
1804
+ border-color: var(--ref-color-grey-40);
1805
+ }
1806
+ .ap-icon-button.stroked:active:not(.locked):not(:disabled) {
1807
+ border-color: var(--ref-color-grey-60);
1808
+ }
1809
+ .ap-icon-button.stroked:disabled {
1810
+ border-color: var(--ref-color-grey-20);
1811
+ }
1812
+ .ap-icon-button.stroked.blue:not(.loading):not(.locked) {
1813
+ border-color: var(--ref-color-electric-blue-100);
1814
+ }
1815
+ .ap-icon-button.stroked.blue:not(.loading):not(.locked):hover:not(:disabled) {
1816
+ border-color: var(--ref-color-electric-blue-60);
1817
+ }
1818
+ .ap-icon-button.stroked.blue:not(.loading):not(.locked):active:not(:disabled) {
1819
+ border-color: var(--ref-color-electric-blue-100);
1820
+ }
1821
+ .ap-icon-button.stroked.blue:not(.loading):not(.locked):disabled {
1822
+ border-color: var(--ref-color-electric-blue-20);
1823
+ }
1824
+ .ap-icon-button.stroked.green:not(.loading):not(.locked) {
1825
+ border-color: var(--ref-color-green-100);
1826
+ }
1827
+ .ap-icon-button.stroked.green:not(.loading):not(.locked):hover:not(:disabled) {
1828
+ border-color: var(--ref-color-green-60);
1829
+ }
1830
+ .ap-icon-button.stroked.green:not(.loading):not(.locked):active:not(:disabled) {
1831
+ border-color: var(--ref-color-green-100);
1832
+ }
1833
+ .ap-icon-button.stroked.green:not(.loading):not(.locked):disabled {
1834
+ border-color: var(--ref-color-green-20);
1835
+ }
1836
+ .ap-icon-button.stroked.red:not(.loading):not(.locked) {
1837
+ border-color: var(--ref-color-red-100);
1838
+ }
1839
+ .ap-icon-button.stroked.red:not(.loading):not(.locked):hover:not(:disabled) {
1840
+ border-color: var(--ref-color-red-60);
1841
+ }
1842
+ .ap-icon-button.stroked.red:not(.loading):not(.locked):active:not(:disabled) {
1843
+ border-color: var(--ref-color-red-100);
1844
+ }
1845
+ .ap-icon-button.stroked.red:not(.loading):not(.locked):disabled {
1846
+ border-color: var(--ref-color-red-20);
1847
+ }
1848
+ .ap-icon-button.stroked.transparent:not(.loading):not(.locked) {
1849
+ background: transparent;
1850
+ }
1851
+ .ap-icon-button.loading {
1852
+ background: var(--ref-color-grey-20);
1853
+ border: none;
1854
+ pointer-events: none;
1855
+ }
1856
+ .ap-icon-button.locked {
1857
+ background: var(--ref-color-purple-10);
1858
+ border: 1px solid var(--ref-color-purple-20);
1859
+ overflow: visible;
1860
+ }
1861
+ .ap-icon-button.locked > i {
1862
+ color: var(--ref-color-purple-100);
1863
+ }
1864
+ .ap-icon-button.locked:hover {
1865
+ border-color: var(--ref-color-purple-40);
1866
+ }
1867
+ .ap-icon-button.locked:active {
1868
+ border-color: var(--ref-color-purple-60);
1869
+ }
1870
+
1871
+ .ap-infobox {
1872
+ container: infobox/inline-size;
1873
+ display: flex;
1874
+ width: 100%;
1875
+ max-width: 100%;
1876
+ font-size: var(--ref-font-size-sm);
1877
+ line-height: var(--ref-font-line-height-sm);
1878
+ align-items: flex-start;
1879
+ color: var(--ref-color-grey-100);
1880
+ padding: var(--comp-infobox-padding-top) var(--comp-infobox-padding-right) var(--comp-infobox-padding-bottom) var(--comp-infobox-padding-left);
1881
+ border-radius: var(--comp-infobox-border-radius);
1882
+ overflow: hidden;
1883
+ font-family: var(--comp-infobox-text-title-font-family);
1884
+ box-sizing: border-box;
1885
+ position: relative;
1886
+ gap: var(--ref-spacing-xs);
1887
+ }
1888
+ .ap-infobox::before {
1889
+ content: "";
1890
+ position: absolute;
1891
+ left: 0;
1892
+ top: 0;
1893
+ width: var(--comp-infobox-border-width, 4px);
1894
+ height: 100%;
1895
+ }
1896
+ .ap-infobox > i {
1897
+ font-size: var(--sys-icon-css-sm);
1898
+ flex-shrink: 0;
1899
+ margin-top: 1px;
1900
+ }
1901
+ .ap-infobox.has-title {
1902
+ align-items: center;
1903
+ }
1904
+ .ap-infobox.has-title > i {
1905
+ margin-top: 0;
1906
+ }
1907
+ .ap-infobox.info {
1908
+ background-color: var(--comp-infobox-info-background-color);
1909
+ }
1910
+ .ap-infobox.info > i {
1911
+ color: var(--comp-infobox-info-icon-color);
1912
+ }
1913
+ .ap-infobox.info::before {
1914
+ background-color: var(--comp-infobox-info-border-left-color);
1915
+ }
1916
+ .ap-infobox.warning {
1917
+ background-color: var(--comp-infobox-warning-background-color);
1918
+ }
1919
+ .ap-infobox.warning > i {
1920
+ color: var(--comp-infobox-warning-icon-color);
1921
+ }
1922
+ .ap-infobox.warning::before {
1923
+ background-color: var(--comp-infobox-warning-border-left-color);
1924
+ }
1925
+ .ap-infobox.error {
1926
+ background-color: var(--comp-infobox-error-background-color);
1927
+ }
1928
+ .ap-infobox.error > i {
1929
+ color: var(--comp-infobox-error-icon-color);
1930
+ }
1931
+ .ap-infobox.error::before {
1932
+ background-color: var(--comp-infobox-error-border-left-color);
1933
+ }
1934
+ .ap-infobox.success {
1935
+ background-color: var(--comp-infobox-success-background-color);
1936
+ }
1937
+ .ap-infobox.success > i {
1938
+ color: var(--comp-infobox-success-icon-color);
1939
+ }
1940
+ .ap-infobox.success::before {
1941
+ background-color: var(--comp-infobox-success-border-left-color);
1942
+ }
1943
+
1944
+ .ap-infobox-content {
1945
+ display: flex;
1946
+ flex-direction: column;
1947
+ align-items: flex-start;
1948
+ flex: 1;
1949
+ justify-content: space-between;
1950
+ gap: var(--ref-spacing-xxs);
1951
+ min-width: 0;
1952
+ }
1953
+ .ap-infobox-content > .ap-button {
1954
+ width: unset;
1955
+ }
1956
+
1957
+ .ap-infobox-texts {
1958
+ display: flex;
1959
+ flex-direction: column;
1960
+ overflow-wrap: anywhere;
1961
+ width: 100%;
1962
+ }
1963
+
1964
+ .ap-infobox-title {
1965
+ font-weight: var(--comp-infobox-text-title-weight);
1966
+ font-family: var(--comp-infobox-text-title-font-family);
1967
+ font-size: var(--comp-infobox-text-title-size);
1968
+ line-height: var(--comp-infobox-text-title-line-height);
1969
+ }
1970
+
1971
+ .ap-infobox-message {
1972
+ font-weight: var(--comp-infobox-text-content-weight);
1973
+ font-family: var(--comp-infobox-text-content-font-family);
1974
+ font-size: var(--comp-infobox-text-content-size);
1975
+ line-height: var(--comp-infobox-text-content-line-height);
1976
+ }
1977
+
1978
+ .ap-infobox-close {
1979
+ display: flex;
1980
+ justify-content: center;
1981
+ align-items: center;
1982
+ width: var(--comp-close-button-size);
1983
+ height: var(--comp-close-button-size);
1984
+ min-width: var(--comp-close-button-size);
1985
+ min-height: var(--comp-close-button-size);
1986
+ max-width: var(--comp-close-button-size);
1987
+ max-height: var(--comp-close-button-size);
1988
+ border-radius: 50%;
1989
+ background: transparent;
1990
+ border: none;
1991
+ padding: var(--comp-close-button-padding);
1992
+ cursor: pointer;
1993
+ flex-shrink: 0;
1994
+ transition: background 0.25s;
1995
+ }
1996
+ @media (hover: hover) {
1997
+ .ap-infobox-close:focus:not(:active) {
1998
+ outline: 2px solid var(--ref-color-electric-blue-100);
1999
+ outline-offset: 1px;
2000
+ }
2001
+ }
2002
+ .ap-infobox-close:hover {
2003
+ background: var(--comp-close-button-hover-background);
2004
+ }
2005
+ .ap-infobox-close:active {
2006
+ background: var(--comp-close-button-active-background);
2007
+ }
2008
+ .ap-infobox-close > i {
2009
+ color: var(--ref-color-grey-80);
2010
+ }
2011
+
2012
+ @container infobox (min-width: 560px) {
2013
+ .ap-infobox-content {
2014
+ flex-direction: row;
2015
+ align-items: center;
2016
+ }
2017
+ }
2018
+ .ap-form-field {
2019
+ display: flex;
2020
+ flex-direction: column;
2021
+ gap: var(--ref-spacing-xxs);
2022
+ }
2023
+ .ap-form-field > label {
2024
+ font-family: var(--sys-text-style-body-font-family);
2025
+ font-size: var(--sys-text-style-body-size);
2026
+ font-weight: var(--sys-text-style-body-weight);
2027
+ line-height: var(--sys-text-style-body-line-height);
2028
+ color: var(--ref-color-grey-100);
2029
+ }
2030
+
2031
+ .ap-input-group {
2032
+ width: 100%;
2033
+ display: inline-flex;
2034
+ align-items: center;
2035
+ height: var(--comp-input-height);
2036
+ border: 1px solid var(--comp-input-border-default-color);
2037
+ box-sizing: border-box;
2038
+ border-radius: var(--comp-input-border-radius);
2039
+ overflow: hidden;
2040
+ background-color: var(--comp-input-fill-color);
2041
+ gap: var(--ref-spacing-xxs);
2042
+ padding: 0 var(--ref-spacing-xs);
2043
+ }
2044
+ .ap-input-group:has(input:disabled) {
2045
+ background-color: var(--comp-input-fill-disabled-color);
2046
+ color: var(--comp-input-text-disabled-color);
2047
+ }
2048
+ .ap-input-group:hover:not(:has(input:disabled)) {
2049
+ border-color: var(--comp-input-border-hover-color);
2050
+ }
2051
+ .ap-input-group:focus-within:not(:has(input:disabled)) {
2052
+ border-color: var(--comp-input-border-focused-color);
2053
+ }
2054
+ .ap-input-group.invalid, .ap-input-group:has(input.invalid) {
2055
+ border-color: var(--comp-input-border-error-color);
2056
+ }
2057
+ .ap-input-group.valid, .ap-input-group:has(input.valid) {
2058
+ border-color: var(--comp-input-border-success-color);
2059
+ }
2060
+ .ap-input-group > input {
2061
+ flex: 1;
2062
+ border: none;
2063
+ outline: none;
2064
+ background: transparent;
2065
+ color: var(--comp-input-text-default-color);
2066
+ font-family: var(--comp-input-text-font-family);
2067
+ font-size: var(--comp-input-text-size);
2068
+ font-weight: var(--comp-input-text-font-weight);
2069
+ padding: 0;
2070
+ min-width: 0;
2071
+ }
2072
+ .ap-input-group > input::placeholder {
2073
+ color: var(--comp-input-text-placeholder-color);
2074
+ }
2075
+ .ap-input-group > input:disabled {
2076
+ color: var(--comp-input-text-disabled-color);
2077
+ }
2078
+ .ap-input-group > i {
2079
+ flex-shrink: 0;
2080
+ width: var(--comp-input-icon-size);
2081
+ height: var(--comp-input-icon-size);
2082
+ color: var(--comp-input-icon-color);
2083
+ pointer-events: none;
2084
+ }
2085
+
2086
+ .ap-form-message {
2087
+ font-size: var(--comp-forms-status-text-size);
2088
+ font-weight: var(--comp-forms-status-text-font-weight);
2089
+ line-height: var(--comp-forms-status-text-line-height);
2090
+ font-family: var(--comp-forms-status-text-font-family);
2091
+ margin: 0;
2092
+ display: flex;
2093
+ align-items: center;
2094
+ gap: var(--ref-spacing-xxxs);
2095
+ }
2096
+ .ap-form-message::before {
2097
+ content: "";
2098
+ display: inline-block;
2099
+ width: 1em;
2100
+ height: 1em;
2101
+ background-color: currentColor;
2102
+ mask-size: contain;
2103
+ mask-repeat: no-repeat;
2104
+ mask-position: center;
2105
+ width: var(--comp-forms-status-icon-size);
2106
+ height: var(--comp-forms-status-icon-size);
2107
+ flex-shrink: 0;
2108
+ }
2109
+ .ap-form-message.error {
2110
+ color: var(--comp-forms-status-text-error-color);
2111
+ }
2112
+ .ap-form-message.error::before {
2113
+ mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><g><path fill-rule='evenodd' clip-rule='evenodd' d='M.8 8a7.2 7.2 0 1 1 14.4 0A7.2 7.2 0 0 1 .8 8Zm10.166-2.966a.8.8 0 0 1 0 1.132L9.132 8l1.835 1.834a.8.8 0 0 1-1.132 1.132L8 9.13l-1.834 1.835a.8.8 0 0 1-1.132-1.132L6.87 8 5.035 6.166a.8.8 0 1 1 1.131-1.132L8 6.868l1.834-1.834a.8.8 0 0 1 1.132 0Z' /></g></svg>");
2114
+ color: var(--comp-forms-status-icon-error-color);
2115
+ }
2116
+ .ap-form-message.success {
2117
+ color: var(--comp-forms-status-text-success-color);
2118
+ }
2119
+ .ap-form-message.success::before {
2120
+ mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' clip-rule='evenodd' d='M8 15.2A7.2 7.2 0 1 0 8 .8a7.2 7.2 0 0 0 0 14.4Zm3.376-8.645a.8.8 0 0 0-1.152-1.11L6.95 8.846 5.776 7.627a.8.8 0 0 0-1.152 1.11l1.75 1.818a.8.8 0 0 0 1.152 0l3.85-4Z' /></svg>");
2121
+ color: var(--comp-forms-status-icon-success-color);
2122
+ }
2123
+
2124
+ .ap-label {
2125
+ display: inline-flex;
2126
+ align-items: center;
2127
+ max-width: 100%;
2128
+ background: var(--comp-label-background-color);
2129
+ border-radius: var(--comp-label-border-radius);
2130
+ padding: 0 var(--comp-label-padding-right) 0 var(--comp-label-padding-left);
2131
+ height: var(--comp-label-height);
2132
+ box-sizing: border-box;
2133
+ border: none;
2134
+ color: var(--comp-label-text-color);
2135
+ font-family: var(--comp-label-text-style-font-family);
2136
+ font-size: var(--comp-label-text-style-size);
2137
+ font-weight: var(--comp-label-text-style-font-weight);
2138
+ line-height: var(--comp-label-text-style-line-height);
2139
+ white-space: nowrap;
2140
+ text-decoration: none;
2141
+ }
2142
+ .ap-label:has(> i) {
2143
+ gap: var(--comp-label-closable-spacing);
2144
+ }
2145
+ .ap-label:has(> button) {
2146
+ gap: var(--comp-label-closable-spacing);
2147
+ padding: 0 var(--comp-label-closable-padding-right) 0 var(--ref-spacing-xxs);
2148
+ }
2149
+ .ap-label > span {
2150
+ white-space: nowrap;
2151
+ overflow: hidden;
2152
+ text-overflow: ellipsis;
2153
+ max-width: 180px;
2154
+ }
2155
+ .ap-label > i {
2156
+ width: 12px;
2157
+ height: 12px;
2158
+ }
2159
+ .ap-label > button {
2160
+ display: flex;
2161
+ align-items: center;
2162
+ justify-content: center;
2163
+ flex-shrink: 0;
2164
+ width: calc(var(--comp-label-height) - 4px);
2165
+ height: calc(var(--comp-label-height) - 4px);
2166
+ min-width: calc(var(--comp-label-height) - 4px);
2167
+ border: none;
2168
+ background: transparent;
2169
+ border-radius: 50%;
2170
+ cursor: pointer;
2171
+ padding: 0;
2172
+ color: var(--comp-label-text-color);
2173
+ transition: background-color 0.15s;
2174
+ }
2175
+ .ap-label > button:hover {
2176
+ background: var(--ref-color-electric-blue-40);
2177
+ }
2178
+ .ap-label > button:active {
2179
+ background: var(--ref-color-electric-blue-60);
2180
+ }
2181
+ .ap-label > button > i {
2182
+ width: 12px;
2183
+ height: 12px;
2184
+ }
2185
+ .ap-label:is(button) {
2186
+ cursor: pointer;
2187
+ }
2188
+ @media (hover: hover) {
2189
+ .ap-label:is(button):focus:not(:disabled):not(:active) {
2190
+ outline: 2px solid var(--ref-color-electric-blue-100);
2191
+ outline-offset: 1px;
2192
+ }
2193
+ }
2194
+
2195
+ .ap-label-list {
2196
+ display: flex;
2197
+ flex-wrap: wrap;
2198
+ gap: var(--ref-spacing-xxs);
2199
+ }
2200
+
2201
+ .ap-link {
2202
+ display: inline-flex;
2203
+ gap: var(--comp-link-spacing);
2204
+ font-family: var(--comp-link-text-font-family);
2205
+ font-weight: var(--comp-link-text-font-weight);
2206
+ line-height: var(--comp-link-text-line-height);
2207
+ font-size: var(--comp-link-text-size);
2208
+ align-items: center;
2209
+ text-decoration: underline;
2210
+ -webkit-tap-highlight-color: transparent;
2211
+ cursor: pointer;
2212
+ color: var(--comp-link-default-color);
2213
+ }
2214
+ .ap-link.small {
2215
+ font-family: var(--comp-link-small-text-style-font-family);
2216
+ font-weight: var(--comp-link-small-text-style-font-weight);
2217
+ line-height: var(--comp-link-small-text-style-line-height);
2218
+ font-size: var(--comp-link-small-text-style-size);
2219
+ }
2220
+ .ap-link.big {
2221
+ font-family: var(--comp-link-big-text-style-font-family);
2222
+ font-weight: var(--comp-link-big-text-style-font-weight);
2223
+ line-height: var(--comp-link-big-text-style-line-height);
2224
+ font-size: var(--comp-link-big-text-style-size);
2225
+ }
2226
+ .ap-link.standalone {
2227
+ text-decoration: none;
2228
+ font-family: var(--comp-link-standalone-default-text-style-font-family);
2229
+ font-weight: var(--comp-link-standalone-default-text-style-font-weight);
2230
+ line-height: var(--comp-link-standalone-default-text-style-line-height);
2231
+ font-size: var(--comp-link-standalone-default-text-style-size);
2232
+ color: var(--comp-link-default-color);
2233
+ }
2234
+ .ap-link.standalone.small {
2235
+ font-family: var(--comp-link-standalone-small-text-style-font-family);
2236
+ font-weight: var(--comp-link-standalone-small-text-style-font-weight);
2237
+ line-height: var(--comp-link-standalone-small-text-style-line-height);
2238
+ font-size: var(--comp-link-standalone-small-text-style-size);
2239
+ }
2240
+ .ap-link:hover {
2241
+ color: var(--comp-link-hover-color);
2242
+ }
2243
+ .ap-link:active:not(:visited):not(.disabled) {
2244
+ color: var(--comp-link-clicked-color);
2245
+ }
2246
+ .ap-link:visited:not(.standalone) {
2247
+ color: var(--comp-link-visited-color);
2248
+ }
2249
+ .ap-link.disabled, .ap-link[aria-disabled=true] {
2250
+ color: var(--comp-link-disabled-color);
2251
+ pointer-events: none;
2252
+ cursor: default;
2253
+ }
2254
+ .ap-link:focus-visible {
2255
+ outline: 2px solid var(--ref-color-electric-blue-100);
2256
+ outline-offset: 1px;
2257
+ outline-offset: 2px;
2258
+ border-radius: 2px;
2259
+ }
2260
+ .ap-link > i {
2261
+ min-width: var(--comp-link-icon-size);
2262
+ min-height: var(--comp-link-icon-size);
2263
+ max-width: var(--comp-link-icon-size);
2264
+ max-height: var(--comp-link-icon-size);
2265
+ flex-shrink: 0;
2266
+ }
2267
+
2268
+ .ap-list-panel {
2269
+ background-color: var(--ref-color-white);
2270
+ border-right: 1px solid var(--ref-color-grey-10);
2271
+ display: flex;
2272
+ flex-direction: column;
2273
+ height: 100%;
2274
+ }
2275
+
2276
+ .ap-list-panel-header {
2277
+ border-bottom: 1px solid var(--ref-color-grey-10);
2278
+ display: flex;
2279
+ flex-direction: column;
2280
+ gap: var(--ref-spacing-sm);
2281
+ padding: var(--ref-spacing-sm);
2282
+ }
2283
+
2284
+ .ap-list-panel-items {
2285
+ display: flex;
2286
+ flex-direction: column;
2287
+ flex: 1 0 0;
2288
+ overflow-y: auto;
2289
+ padding: var(--ref-spacing-sm) 0;
2290
+ }
2291
+
2292
+ .ap-list-panel-item {
2293
+ display: flex;
2294
+ align-items: center;
2295
+ min-height: 40px;
2296
+ padding: var(--ref-spacing-xxs) var(--ref-spacing-sm);
2297
+ gap: var(--ref-spacing-xxs);
2298
+ font-size: var(--ref-font-size-sm);
2299
+ line-height: var(--ref-font-line-height-sm);
2300
+ color: var(--ref-color-grey-100);
2301
+ cursor: pointer;
2302
+ transition: background-color var(--ref-animation-short);
2303
+ }
2304
+ .ap-list-panel-item:hover {
2305
+ background-color: var(--ref-color-electric-blue-10);
2306
+ }
2307
+ .ap-list-panel-item.selected {
2308
+ background-color: var(--ref-color-electric-blue-20);
2309
+ }
2310
+ .ap-list-panel-item.selected .ap-list-panel-item-name {
2311
+ color: var(--ref-color-electric-blue-150);
2312
+ font-weight: var(--ref-font-weight-bold);
2313
+ }
2314
+
2315
+ .ap-list-panel-item-text {
2316
+ display: flex;
2317
+ flex-direction: column;
2318
+ gap: 2px;
2319
+ flex: 1;
2320
+ min-width: 0;
2321
+ }
2322
+
2323
+ .ap-list-panel-item-name {
2324
+ overflow: hidden;
2325
+ text-overflow: ellipsis;
2326
+ white-space: nowrap;
2327
+ }
2328
+ .ap-list-panel-item-name:has(+ .ap-list-panel-item-subtitle) {
2329
+ font-weight: var(--ref-font-weight-bold);
2330
+ }
2331
+
2332
+ .ap-list-panel-item-subtitle {
2333
+ font-size: var(--ref-font-size-xs);
2334
+ line-height: var(--ref-font-line-height-xs);
2335
+ color: var(--ref-color-grey-80);
2336
+ }
2337
+
2338
+ .ap-loader {
2339
+ --_track: var(--ref-color-orange-40);
2340
+ --_color: var(--ref-color-orange-100);
2341
+ display: inline-block;
2342
+ position: relative;
2343
+ line-height: 0;
2344
+ }
2345
+ .ap-loader svg {
2346
+ width: 100%;
2347
+ height: 100%;
2348
+ }
2349
+ .ap-loader circle {
2350
+ cx: 50%;
2351
+ cy: 50%;
2352
+ fill: transparent;
2353
+ stroke-linecap: round;
2354
+ transform: rotate(-90deg);
2355
+ transform-origin: center;
2356
+ }
2357
+ .ap-loader circle:first-child {
2358
+ stroke: var(--_track);
2359
+ }
2360
+ .ap-loader circle:last-child {
2361
+ stroke: var(--_color);
2362
+ }
2363
+ .ap-loader.blue {
2364
+ --_track: var(--ref-color-electric-blue-10);
2365
+ --_color: var(--ref-color-electric-blue-100);
2366
+ }
2367
+ .ap-loader.orange {
2368
+ --_track: var(--ref-color-orange-40);
2369
+ --_color: var(--ref-color-orange-100);
2370
+ }
2371
+ .ap-loader.grey {
2372
+ --_track: var(--ref-color-grey-20);
2373
+ --_color: var(--ref-color-grey-80);
2374
+ }
2375
+ .ap-loader.size-16 {
2376
+ width: 16px;
2377
+ height: 16px;
2378
+ }
2379
+ .ap-loader.size-16 circle {
2380
+ r: 6.5px;
2381
+ stroke-width: 3;
2382
+ stroke-dasharray: 40;
2383
+ stroke-dashoffset: 47;
2384
+ }
2385
+ .ap-loader.size-16 circle:first-child {
2386
+ animation: ap-loader-16 1.5s cubic-bezier(0.42, 0, 0.78, 1) infinite;
2387
+ }
2388
+ .ap-loader.size-16 circle:last-child {
2389
+ animation: ap-loader-16 1.5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
2390
+ }
2391
+ .ap-loader.size-24 {
2392
+ width: 24px;
2393
+ height: 24px;
2394
+ }
2395
+ .ap-loader.size-24 circle {
2396
+ r: 10px;
2397
+ stroke-width: 4;
2398
+ stroke-dasharray: 62;
2399
+ stroke-dashoffset: 69;
2400
+ }
2401
+ .ap-loader.size-24 circle:first-child {
2402
+ animation: ap-loader-24 1.5s cubic-bezier(0.42, 0, 0.78, 1) infinite;
2403
+ }
2404
+ .ap-loader.size-24 circle:last-child {
2405
+ animation: ap-loader-24 1.5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
2406
+ }
2407
+ .ap-loader.size-30 {
2408
+ width: 30px;
2409
+ height: 30px;
2410
+ }
2411
+ .ap-loader.size-30 circle {
2412
+ r: 12.5px;
2413
+ stroke-width: 5;
2414
+ stroke-dasharray: 78;
2415
+ stroke-dashoffset: 84;
2416
+ }
2417
+ .ap-loader.size-30 circle:first-child {
2418
+ animation: ap-loader-30 1.5s cubic-bezier(0.42, 0, 0.78, 1) infinite;
2419
+ }
2420
+ .ap-loader.size-30 circle:last-child {
2421
+ animation: ap-loader-30 1.5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
2422
+ }
2423
+ .ap-loader.size-48 {
2424
+ width: 48px;
2425
+ height: 48px;
2426
+ }
2427
+ .ap-loader.size-48 circle {
2428
+ r: 20.5px;
2429
+ stroke-width: 7;
2430
+ stroke-dasharray: 128;
2431
+ stroke-dashoffset: 131;
2432
+ }
2433
+ .ap-loader.size-48 circle:first-child {
2434
+ animation: ap-loader-48 1.5s cubic-bezier(0.42, 0, 0.78, 1) infinite;
2435
+ }
2436
+ .ap-loader.size-48 circle:last-child {
2437
+ animation: ap-loader-48 1.5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
2438
+ }
2439
+ .ap-loader.size-60 {
2440
+ width: 60px;
2441
+ height: 60px;
2442
+ }
2443
+ .ap-loader.size-60 circle {
2444
+ r: 26px;
2445
+ stroke-width: 8;
2446
+ stroke-dasharray: 163;
2447
+ stroke-dashoffset: 166;
2448
+ }
2449
+ .ap-loader.size-60 circle:first-child {
2450
+ animation: ap-loader-60 1.5s cubic-bezier(0.42, 0, 0.78, 1) infinite;
2451
+ }
2452
+ .ap-loader.size-60 circle:last-child {
2453
+ animation: ap-loader-60 1.5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
2454
+ }
2455
+
2456
+ @keyframes ap-loader-16 {
2457
+ 0% {
2458
+ stroke-dashoffset: 47;
2459
+ }
2460
+ 50% {
2461
+ stroke-dashoffset: 25;
2462
+ }
2463
+ 100% {
2464
+ stroke-dashoffset: 47;
2465
+ transform: rotate(630deg);
2466
+ }
2467
+ }
2468
+ @keyframes ap-loader-24 {
2469
+ 0% {
2470
+ stroke-dashoffset: 69;
2471
+ }
2472
+ 50% {
2473
+ stroke-dashoffset: 37;
2474
+ }
2475
+ 100% {
2476
+ stroke-dashoffset: 69;
2477
+ transform: rotate(630deg);
2478
+ }
2479
+ }
2480
+ @keyframes ap-loader-30 {
2481
+ 0% {
2482
+ stroke-dashoffset: 84;
2483
+ }
2484
+ 50% {
2485
+ stroke-dashoffset: 46;
2486
+ }
2487
+ 100% {
2488
+ stroke-dashoffset: 84;
2489
+ transform: rotate(630deg);
2490
+ }
2491
+ }
2492
+ @keyframes ap-loader-48 {
2493
+ 0% {
2494
+ stroke-dashoffset: 131;
2495
+ }
2496
+ 50% {
2497
+ stroke-dashoffset: 72;
2498
+ }
2499
+ 100% {
2500
+ stroke-dashoffset: 131;
2501
+ transform: rotate(630deg);
2502
+ }
2503
+ }
2504
+ @keyframes ap-loader-60 {
2505
+ 0% {
2506
+ stroke-dashoffset: 166;
2507
+ }
2508
+ 50% {
2509
+ stroke-dashoffset: 91;
2510
+ }
2511
+ 100% {
2512
+ stroke-dashoffset: 166;
2513
+ transform: rotate(630deg);
2514
+ }
2515
+ }
2516
+ .ap-loader-container {
2517
+ display: flex;
2518
+ align-items: center;
2519
+ justify-content: center;
2520
+ }
2521
+
2522
+ .ap-loader-overlay {
2523
+ position: fixed;
2524
+ top: 0;
2525
+ left: 0;
2526
+ right: 0;
2527
+ bottom: 0;
2528
+ display: flex;
2529
+ align-items: center;
2530
+ justify-content: center;
2531
+ background: rgba(255, 255, 255, 0.8);
2532
+ z-index: 9999;
2533
+ }
2534
+
2535
+ .ap-pagination {
2536
+ --paginator-button-size: 36px;
2537
+ display: flex;
2538
+ align-items: center;
2539
+ gap: var(--ref-spacing-lg);
2540
+ width: 100%;
2541
+ justify-content: space-between;
2542
+ }
2543
+ .ap-pagination > span {
2544
+ font-weight: var(--ref-font-weight-regular);
2545
+ font-size: var(--ref-font-size-sm);
2546
+ line-height: var(--ref-line-height-sm);
2547
+ color: var(--ref-color-grey-60);
2548
+ white-space: nowrap;
2549
+ }
2550
+
2551
+ .ap-pagination-pages {
2552
+ display: flex;
2553
+ align-items: center;
2554
+ justify-self: center;
2555
+ color: var(--ref-color-electric-blue-100);
2556
+ gap: var(--ref-spacing-xxxs);
2557
+ }
2558
+
2559
+ .ap-pagination-nav {
2560
+ display: grid;
2561
+ place-content: center;
2562
+ width: var(--paginator-button-size);
2563
+ height: var(--paginator-button-size);
2564
+ min-width: var(--paginator-button-size);
2565
+ min-height: var(--paginator-button-size);
2566
+ max-width: var(--paginator-button-size);
2567
+ max-height: var(--paginator-button-size);
2568
+ border-radius: var(--ref-border-radius-sm);
2569
+ background: transparent;
2570
+ border: none;
2571
+ color: var(--ref-color-electric-blue-100);
2572
+ padding: 0;
2573
+ }
2574
+ .ap-pagination-nav:not(:disabled) {
2575
+ cursor: pointer;
2576
+ }
2577
+ .ap-pagination-nav:disabled {
2578
+ pointer-events: none;
2579
+ color: var(--ref-color-grey-40);
2580
+ }
2581
+ .ap-pagination-nav:hover:not(:disabled) {
2582
+ background: var(--ref-color-electric-blue-10);
2583
+ }
2584
+ .ap-pagination-nav:active:not(:disabled) {
2585
+ background: var(--ref-color-electric-blue-20);
2586
+ }
2587
+ @media (hover: hover) {
2588
+ .ap-pagination-nav:focus:not(:disabled):not(:active) {
2589
+ outline: 2px solid var(--ref-color-electric-blue-100);
2590
+ outline-offset: 1px;
2591
+ }
2592
+ }
2593
+ .ap-pagination-nav > i {
2594
+ width: 16px;
2595
+ height: 16px;
2596
+ }
2597
+ .ap-pagination-nav::before {
2598
+ content: "";
2599
+ display: inline-block;
2600
+ width: 1em;
2601
+ height: 1em;
2602
+ background-color: currentColor;
2603
+ mask-size: contain;
2604
+ mask-repeat: no-repeat;
2605
+ mask-position: center;
2606
+ width: 16px;
2607
+ height: 16px;
2608
+ }
2609
+
2610
+ .ap-pagination-pages > .ap-pagination-nav:first-child::before {
2611
+ mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3.531 8.8H14.4a.8.8 0 0 0 0-1.6H3.531l3.435-3.434a.8.8 0 1 0-1.132-1.132L1.091 7.378l-.029.03a.798.798 0 0 0 0 1.184l.029.03 4.743 4.744a.8.8 0 0 0 1.132-1.132L3.53 8.8Z' /></svg>");
2612
+ }
2613
+
2614
+ .ap-pagination-pages > .ap-pagination-nav:last-child::before {
2615
+ mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M14.938 7.408a.967.967 0 0 0-.029-.03l-4.743-4.744a.8.8 0 1 0-1.132 1.132L12.47 7.2H1.6a.8.8 0 1 0 0 1.6h10.869l-3.435 3.434a.8.8 0 0 0 1.132 1.132l4.743-4.744.029-.03a.798.798 0 0 0 0-1.184Z' /></svg>");
2616
+ }
2617
+
2618
+ .ap-pagination-page {
2619
+ width: var(--paginator-button-size);
2620
+ height: var(--paginator-button-size);
2621
+ min-width: var(--paginator-button-size);
2622
+ min-height: var(--paginator-button-size);
2623
+ max-width: var(--paginator-button-size);
2624
+ max-height: var(--paginator-button-size);
2625
+ border-radius: var(--ref-border-radius-sm);
2626
+ background: transparent;
2627
+ display: flex;
2628
+ align-items: center;
2629
+ justify-content: center;
2630
+ border: none;
2631
+ box-sizing: border-box;
2632
+ color: var(--ref-color-electric-blue-100);
2633
+ font-family: var(--ref-font-family);
2634
+ font-weight: var(--ref-font-weight-regular);
2635
+ font-size: var(--ref-font-size-sm);
2636
+ line-height: var(--ref-line-height-sm);
2637
+ padding: 0;
2638
+ }
2639
+ .ap-pagination-page:hover:not(.active) {
2640
+ cursor: pointer;
2641
+ background-color: var(--ref-color-electric-blue-10);
2642
+ }
2643
+ @media (hover: hover) {
2644
+ .ap-pagination-page:focus:not(.disabled):not(:active) {
2645
+ outline: 2px solid var(--ref-color-electric-blue-100);
2646
+ outline-offset: 1px;
2647
+ }
2648
+ }
2649
+ .ap-pagination-page:active:not(.active) {
2650
+ background-color: var(--ref-color-electric-blue-20);
2651
+ }
2652
+ .ap-pagination-page.active {
2653
+ background-color: var(--ref-color-electric-blue-100);
2654
+ color: var(--ref-color-white);
2655
+ cursor: default;
2656
+ }
2657
+
2658
+ .ap-pagination-ellipsis {
2659
+ display: inline-block;
2660
+ width: var(--paginator-button-size);
2661
+ line-height: var(--paginator-button-size);
2662
+ text-align: center;
2663
+ color: var(--ref-color-grey-60);
2664
+ font-family: var(--ref-font-family);
2665
+ font-size: var(--ref-font-size-sm);
2666
+ }
2667
+ .ap-pagination-ellipsis::before {
2668
+ content: "...";
2669
+ }
2670
+
2671
+ .ap-pagination-goto {
2672
+ display: flex;
2673
+ align-items: center;
2674
+ gap: var(--ref-spacing-xs);
2675
+ }
2676
+ .ap-pagination-goto > span {
2677
+ font-weight: var(--ref-font-weight-standard);
2678
+ font-size: var(--ref-font-size-sm);
2679
+ line-height: var(--ref-line-height-sm);
2680
+ color: var(--ref-color-grey-60);
2681
+ white-space: nowrap;
2682
+ }
2683
+ .ap-pagination-goto > input {
2684
+ box-sizing: border-box;
2685
+ background: var(--ref-color-white);
2686
+ width: 48px;
2687
+ height: var(--paginator-button-size);
2688
+ border-radius: var(--ref-border-radius-sm);
2689
+ border: 1px solid var(--ref-color-grey-20);
2690
+ padding: var(--ref-spacing-xs) var(--ref-spacing-sm);
2691
+ font-family: var(--ref-font-family);
2692
+ font-size: var(--ref-font-size-sm);
2693
+ text-align: center;
2694
+ }
2695
+ .ap-pagination-goto > input:focus {
2696
+ outline: none;
2697
+ border-color: var(--ref-color-electric-blue-100);
2698
+ }
2699
+
2700
+ .ap-radio-container {
2701
+ display: flex;
2702
+ align-items: center;
2703
+ gap: var(--ref-spacing-xxs);
2704
+ cursor: pointer;
2705
+ }
2706
+ .ap-radio-container > input[type=radio] {
2707
+ position: absolute;
2708
+ clip: rect(0, 0, 0, 0);
2709
+ width: 1px;
2710
+ height: 1px;
2711
+ margin: -1px;
2712
+ padding: 0;
2713
+ border: 0;
2714
+ overflow: hidden;
2715
+ }
2716
+ .ap-radio-container:has(input:disabled) {
2717
+ cursor: default;
2718
+ }
2719
+ .ap-radio-container::before {
2720
+ content: "";
2721
+ width: 16px;
2722
+ height: 16px;
2723
+ min-width: 16px;
2724
+ min-height: 16px;
2725
+ max-width: 16px;
2726
+ max-height: 16px;
2727
+ border-radius: 100%;
2728
+ border: 1px solid var(--ref-color-grey-60);
2729
+ background: var(--ref-color-electric-blue-100);
2730
+ box-shadow: inset 0 0 0 16px var(--ref-color-white);
2731
+ transition: box-shadow var(--comp-radio-transition-duration);
2732
+ flex-shrink: 0;
2733
+ box-sizing: border-box;
2734
+ }
2735
+ .ap-radio-container:has(input:checked)::before {
2736
+ border-color: var(--ref-color-electric-blue-100);
2737
+ box-shadow: inset 0 0 0 3px var(--ref-color-white);
2738
+ }
2739
+ .ap-radio-container:has(input:disabled)::before {
2740
+ box-shadow: inset 0 0 0 16px var(--ref-color-grey-10);
2741
+ border-color: var(--ref-color-grey-20);
2742
+ }
2743
+ .ap-radio-container:has(input:disabled:checked)::before {
2744
+ background: var(--ref-color-grey-40);
2745
+ box-shadow: inset 0 0 0 3px var(--ref-color-grey-10);
2746
+ border-color: var(--ref-color-grey-20);
2747
+ }
2748
+ .ap-radio-container:hover:not(:has(input:disabled))::before {
2749
+ border-color: var(--ref-color-grey-80);
2750
+ }
2751
+ .ap-radio-container:hover:not(:has(input:disabled)):has(input:checked)::before {
2752
+ border-color: var(--ref-color-electric-blue-100);
2753
+ }
2754
+ .ap-radio-container:has(input:focus-visible)::before {
2755
+ outline: 3px solid var(--ref-color-electric-blue-100);
2756
+ outline-offset: 1px;
2757
+ border-color: var(--ref-color-grey-80);
2758
+ }
2759
+ .ap-radio-container:has(input:focus-visible:checked)::before {
2760
+ border-color: var(--ref-color-electric-blue-100);
2761
+ }
2762
+ .ap-radio-container.error::before, .ap-radio-container.error:has(input:checked)::before {
2763
+ border-color: var(--ref-color-red-100);
2764
+ }
2765
+ .ap-radio-container.error:hover:not(:has(input:disabled))::before {
2766
+ border-color: var(--ref-color-red-60);
2767
+ }
2768
+ .ap-radio-container.error:has(input:focus-visible)::before {
2769
+ outline-color: var(--ref-color-red-100);
2770
+ border-color: var(--ref-color-red-60);
2771
+ }
2772
+ .ap-radio-container > span {
2773
+ display: flex;
2774
+ align-items: center;
2775
+ font-family: var(--sys-text-style-body-font-family);
2776
+ font-size: var(--sys-text-style-body-size);
2777
+ font-weight: var(--sys-text-style-body-weight);
2778
+ line-height: var(--sys-text-style-body-line-height);
2779
+ color: var(--ref-color-grey-100);
2780
+ user-select: none;
2781
+ }
2782
+ .ap-radio-container > span:empty {
2783
+ display: none;
2784
+ }
2785
+ .ap-radio-container:has(input:disabled) > span {
2786
+ color: var(--ref-color-grey-60);
2787
+ }
2788
+
2789
+ .ap-radio-card {
2790
+ display: flex;
2791
+ align-items: flex-start;
2792
+ gap: var(--ref-spacing-xxs);
2793
+ cursor: pointer;
2794
+ position: relative;
2795
+ box-sizing: border-box;
2796
+ }
2797
+ .ap-radio-card > input[type=radio] {
2798
+ position: absolute;
2799
+ clip: rect(0, 0, 0, 0);
2800
+ width: 1px;
2801
+ height: 1px;
2802
+ margin: -1px;
2803
+ padding: 0;
2804
+ border: 0;
2805
+ overflow: hidden;
2806
+ }
2807
+ .ap-radio-card::before {
2808
+ content: "";
2809
+ width: 16px;
2810
+ height: 16px;
2811
+ min-width: 16px;
2812
+ min-height: 16px;
2813
+ max-width: 16px;
2814
+ max-height: 16px;
2815
+ border-radius: 100%;
2816
+ border: 1px solid var(--ref-color-grey-60);
2817
+ background: var(--ref-color-electric-blue-100);
2818
+ box-shadow: inset 0 0 0 16px var(--ref-color-white);
2819
+ transition: box-shadow var(--comp-radio-transition-duration);
2820
+ flex-shrink: 0;
2821
+ box-sizing: border-box;
2822
+ margin-top: 1px;
2823
+ }
2824
+ .ap-radio-card:has(input:checked)::before {
2825
+ border-color: var(--ref-color-electric-blue-100);
2826
+ box-shadow: inset 0 0 0 3px var(--ref-color-white);
2827
+ }
2828
+ .ap-radio-card:has(input:disabled)::before {
2829
+ box-shadow: inset 0 0 0 16px var(--ref-color-grey-10);
2830
+ border-color: var(--ref-color-grey-40);
2831
+ opacity: 0.6;
2832
+ }
2833
+ .ap-radio-card:has(input:disabled:checked)::before {
2834
+ background: var(--ref-color-grey-40);
2835
+ box-shadow: inset 0 0 0 3px var(--ref-color-grey-10);
2836
+ border-color: var(--ref-color-grey-40);
2837
+ }
2838
+ .ap-radio-card:hover:not(:has(input:disabled)):not(.locked)::before {
2839
+ border-color: var(--ref-color-grey-80);
2840
+ }
2841
+ .ap-radio-card:hover:not(:has(input:disabled)):not(.locked):has(input:checked)::before {
2842
+ border-color: var(--ref-color-electric-blue-100);
2843
+ }
2844
+ .ap-radio-card.error::before, .ap-radio-card.error:has(input:checked)::before {
2845
+ border-color: var(--ref-color-red-100);
2846
+ background: var(--ref-color-red-100);
2847
+ }
2848
+ .ap-radio-card.error:hover:not(:has(input:disabled))::before {
2849
+ border-color: var(--ref-color-red-60);
2850
+ }
2851
+ .ap-radio-card.locked::before {
2852
+ display: none;
2853
+ }
2854
+ .ap-radio-card:has(input:disabled) {
2855
+ cursor: default;
2856
+ }
2857
+ .ap-radio-card:has(input:disabled) > :is(span, div) {
2858
+ opacity: 0.6;
2859
+ }
2860
+ .ap-radio-card > div {
2861
+ display: flex;
2862
+ flex-direction: column;
2863
+ gap: var(--ref-spacing-xxxs);
2864
+ flex: 1;
2865
+ min-width: 0;
2866
+ }
2867
+ .ap-radio-card > div > span {
2868
+ font-family: var(--ref-font-family);
2869
+ font-size: var(--ref-font-size-sm);
2870
+ line-height: var(--ref-font-line-height-sm);
2871
+ color: var(--ref-color-grey-80);
2872
+ }
2873
+ .ap-radio-card > div > a {
2874
+ display: block;
2875
+ }
2876
+ .ap-radio-card.card {
2877
+ padding: var(--ref-spacing-xs);
2878
+ border: 1px solid var(--ref-color-grey-20);
2879
+ border-radius: var(--ref-border-radius-md);
2880
+ background: var(--ref-color-white);
2881
+ transition: border-color 0.2s ease-in-out;
2882
+ }
2883
+ .ap-radio-card.card:hover:not(:has(input:disabled)):not(.locked) {
2884
+ border-color: var(--ref-color-grey-40);
2885
+ }
2886
+ .ap-radio-card.card:has(input:checked) {
2887
+ border-color: var(--ref-color-electric-blue-100);
2888
+ }
2889
+ .ap-radio-card.card:has(input:disabled):not(.locked) {
2890
+ border-color: var(--ref-color-grey-20);
2891
+ }
2892
+ .ap-radio-card.card.error, .ap-radio-card.card.error:has(input:checked) {
2893
+ border-color: var(--ref-color-red-100);
2894
+ }
2895
+ .ap-radio-card.card.error:hover:not(:has(input:disabled)) {
2896
+ border-color: var(--ref-color-red-60);
2897
+ }
2898
+ .ap-radio-card.card.locked {
2899
+ cursor: default;
2900
+ background: var(--ref-color-purple-10);
2901
+ border-color: var(--ref-color-purple-20);
2902
+ }
2903
+ .ap-radio-card.card.locked:hover {
2904
+ border-color: var(--ref-color-purple-40);
2905
+ }
2906
+ .ap-radio-card.card.locked > i.ap-icon-feature-lock {
2907
+ color: var(--ref-color-purple-100);
2908
+ width: 16px;
2909
+ height: 16px;
2910
+ min-width: 16px;
2911
+ min-height: 16px;
2912
+ max-width: 16px;
2913
+ max-height: 16px;
2914
+ flex-shrink: 0;
2915
+ margin-top: 1px;
2916
+ }
2917
+ .ap-radio-card:has(input:focus-visible) {
2918
+ outline: 3px solid var(--ref-color-electric-blue-100);
2919
+ outline-offset: 1px;
2920
+ }
2921
+
2922
+ .ap-radio-card-header {
2923
+ display: flex;
2924
+ align-items: flex-start;
2925
+ gap: var(--ref-spacing-xxxs);
2926
+ }
2927
+ .ap-radio-card-header > i:first-child {
2928
+ width: 16px;
2929
+ height: 16px;
2930
+ min-width: 16px;
2931
+ min-height: 16px;
2932
+ max-width: 16px;
2933
+ max-height: 16px;
2934
+ flex-shrink: 0;
2935
+ margin-top: 1px;
2936
+ }
2937
+
2938
+ .ap-radio-card-title {
2939
+ font-family: var(--ref-font-family);
2940
+ font-size: var(--ref-font-size-sm);
2941
+ font-weight: var(--ref-font-weight-bold);
2942
+ line-height: var(--ref-font-line-height-sm);
2943
+ color: var(--ref-color-grey-100);
2944
+ flex: 1;
2945
+ min-width: 0;
2946
+ }
2947
+
2948
+ .ap-radio-card-info {
2949
+ width: 16px;
2950
+ height: 16px;
2951
+ min-width: 16px;
2952
+ min-height: 16px;
2953
+ max-width: 16px;
2954
+ max-height: 16px;
2955
+ color: var(--ref-color-grey-60);
2956
+ flex-shrink: 0;
2957
+ cursor: pointer;
2958
+ }
2959
+ .ap-radio-card-info:hover {
2960
+ color: var(--ref-color-grey-80);
2961
+ }
2962
+
2963
+ .ap-select {
2964
+ position: relative;
2965
+ display: inline-block;
2966
+ width: 100%;
2967
+ }
2968
+ .ap-select summary {
2969
+ list-style: none;
2970
+ }
2971
+ .ap-select summary::-webkit-details-marker {
2972
+ display: none;
2973
+ }
2974
+ .ap-select summary::marker {
2975
+ display: none;
2976
+ }
2977
+ .ap-select[open] .ap-select-trigger {
2978
+ outline: none;
2979
+ border-color: var(--ref-color-electric-blue-100);
2980
+ }
2981
+ .ap-select[open] .ap-select-arrow {
2982
+ transform: rotate(180deg);
2983
+ color: var(--ref-color-electric-blue-100);
2984
+ }
2985
+
2986
+ .ap-select-trigger {
2987
+ display: flex;
2988
+ align-items: center;
2989
+ gap: var(--ref-spacing-xxs);
2990
+ width: 100%;
2991
+ height: var(--comp-input-height);
2992
+ padding: 0 var(--ref-spacing-xs);
2993
+ border: 1px solid var(--ref-color-grey-20);
2994
+ border-radius: var(--ref-border-radius-sm);
2995
+ background-color: var(--ref-color-white);
2996
+ font-family: var(--sys-text-style-body-font-family);
2997
+ font-size: var(--sys-text-style-body-size);
2998
+ font-weight: var(--sys-text-style-body-weight);
2999
+ line-height: var(--sys-text-style-body-line-height);
3000
+ color: var(--ref-color-grey-100);
3001
+ cursor: pointer;
3002
+ box-sizing: border-box;
3003
+ transition: border-color 0.15s ease;
3004
+ }
3005
+ .ap-select-trigger:hover:not(.disabled) {
3006
+ border-color: var(--ref-color-grey-40);
3007
+ }
3008
+ .ap-select-trigger:focus {
3009
+ outline: none;
3010
+ border-color: var(--ref-color-electric-blue-100);
3011
+ }
3012
+ .ap-select-trigger.open {
3013
+ outline: none;
3014
+ border-color: var(--ref-color-electric-blue-100);
3015
+ }
3016
+ .ap-select-trigger.open .ap-select-arrow {
3017
+ transform: rotate(180deg);
3018
+ color: var(--ref-color-electric-blue-100);
3019
+ }
3020
+ .ap-select-trigger.disabled {
3021
+ background-color: var(--ref-color-grey-20);
3022
+ border-color: var(--ref-color-grey-20);
3023
+ color: var(--ref-color-grey-60);
3024
+ cursor: default;
3025
+ pointer-events: none;
3026
+ }
3027
+ .ap-select-trigger.valid {
3028
+ border-color: var(--comp-input-border-success-color);
3029
+ }
3030
+ .ap-select-trigger.invalid {
3031
+ border-color: var(--comp-input-border-error-color);
3032
+ }
3033
+ .ap-select-trigger .ap-label {
3034
+ height: 20px;
3035
+ padding: 0 var(--ref-spacing-xxs);
3036
+ font-size: var(--ref-font-size-sm);
3037
+ line-height: var(--ref-font-line-height-sm);
3038
+ }
3039
+ .ap-select-trigger .ap-label:has(> button) {
3040
+ padding: 0 2px 0 var(--ref-spacing-xxs);
3041
+ }
3042
+ .ap-select-trigger .ap-label > button {
3043
+ width: 16px;
3044
+ height: 16px;
3045
+ min-width: 16px;
3046
+ }
3047
+ .ap-select-trigger .ap-tag {
3048
+ height: 20px;
3049
+ padding: 0 var(--ref-spacing-xxs);
3050
+ font-size: var(--ref-font-size-sm);
3051
+ line-height: var(--ref-font-line-height-sm);
3052
+ }
3053
+ .ap-select-trigger .ap-tag:has(> button) {
3054
+ padding: 0 2px 0 var(--ref-spacing-xxs);
3055
+ }
3056
+ .ap-select-trigger .ap-tag > button {
3057
+ width: 16px;
3058
+ height: 16px;
3059
+ min-width: 16px;
3060
+ max-width: 16px;
3061
+ max-height: 16px;
3062
+ }
3063
+
3064
+ .ap-select-inline-label {
3065
+ padding-right: var(--ref-spacing-xxs);
3066
+ border-right: 1px solid var(--comp-select-inline-separator-color);
3067
+ color: var(--comp-select-inline-label-text-color);
3068
+ font-family: var(--comp-select-inline-label-text-font-family);
3069
+ font-size: var(--comp-select-inline-label-text-size);
3070
+ font-weight: var(--comp-select-inline-label-text-font-weight);
3071
+ line-height: var(--comp-select-inline-label-text-line-height);
3072
+ white-space: nowrap;
3073
+ }
3074
+
3075
+ .ap-select-inline-icon {
3076
+ height: var(--comp-input-icon-size);
3077
+ width: var(--comp-input-icon-size);
3078
+ min-height: var(--comp-input-icon-size);
3079
+ min-width: var(--comp-input-icon-size);
3080
+ color: var(--comp-input-icon-color);
3081
+ flex-shrink: 0;
3082
+ }
3083
+
3084
+ .ap-select-value {
3085
+ flex: 1;
3086
+ white-space: nowrap;
3087
+ overflow: hidden;
3088
+ text-overflow: ellipsis;
3089
+ }
3090
+
3091
+ .ap-select-placeholder {
3092
+ color: var(--ref-color-grey-60);
3093
+ }
3094
+
3095
+ .ap-select-avatar {
3096
+ width: 20px;
3097
+ height: 20px;
3098
+ min-width: 20px;
3099
+ border-radius: 100%;
3100
+ object-fit: cover;
3101
+ flex-shrink: 0;
3102
+ }
3103
+
3104
+ .ap-select-arrow {
3105
+ width: 16px;
3106
+ height: 16px;
3107
+ min-width: 16px;
3108
+ flex-shrink: 0;
3109
+ margin-left: auto;
3110
+ color: var(--ref-color-grey-60);
3111
+ transition: transform 0.15s ease, color 0.15s ease;
3112
+ }
3113
+
3114
+ .ap-select-clear {
3115
+ display: flex;
3116
+ align-items: center;
3117
+ justify-content: center;
3118
+ width: 16px;
3119
+ height: 16px;
3120
+ border: none;
3121
+ background: transparent;
3122
+ color: var(--ref-color-grey-60);
3123
+ cursor: pointer;
3124
+ padding: 0;
3125
+ flex-shrink: 0;
3126
+ }
3127
+ .ap-select-clear:hover {
3128
+ color: var(--ref-color-grey-80);
3129
+ }
3130
+
3131
+ .ap-select-dropdown {
3132
+ position: absolute;
3133
+ top: 100%;
3134
+ left: 0;
3135
+ right: 0;
3136
+ z-index: 1000;
3137
+ margin-top: var(--ref-spacing-xxxs);
3138
+ padding: var(--comp-select-padding-vertical) 0;
3139
+ background-color: var(--comp-select-background-color);
3140
+ border-radius: var(--ref-border-radius-sm);
3141
+ box-shadow: var(--comp-select-shadow);
3142
+ overflow: hidden;
3143
+ }
3144
+
3145
+ .ap-select-options {
3146
+ max-height: 280px;
3147
+ overflow-y: auto;
3148
+ }
3149
+
3150
+ .ap-select-search {
3151
+ display: flex;
3152
+ align-items: center;
3153
+ gap: var(--ref-spacing-xxs);
3154
+ padding: 0 var(--comp-select-search-bar-padding-horizontal) var(--comp-select-search-bar-padding-bottom);
3155
+ margin-bottom: var(--comp-select-search-bar-margin-bottom);
3156
+ border-bottom: 1px solid var(--comp-select-search-bar-border-bottom-color);
3157
+ }
3158
+
3159
+ .ap-select-search-input {
3160
+ flex: 1;
3161
+ border: none;
3162
+ outline: none;
3163
+ background: transparent;
3164
+ font-family: var(--sys-text-style-body-font-family);
3165
+ font-size: var(--sys-text-style-body-size);
3166
+ color: var(--ref-color-grey-100);
3167
+ padding: var(--ref-spacing-xxs) 0;
3168
+ }
3169
+ .ap-select-search-input::placeholder {
3170
+ color: var(--ref-color-grey-60);
3171
+ }
3172
+
3173
+ .ap-select-search-icon {
3174
+ width: var(--comp-input-icon-size);
3175
+ height: var(--comp-input-icon-size);
3176
+ color: var(--comp-input-icon-color);
3177
+ flex-shrink: 0;
3178
+ }
3179
+
3180
+ .ap-select-all {
3181
+ display: flex;
3182
+ align-items: center;
3183
+ gap: var(--ref-spacing-xxs);
3184
+ padding: 0 var(--ref-spacing-sm);
3185
+ height: var(--comp-select-one-line-height);
3186
+ }
3187
+
3188
+ .ap-select-option {
3189
+ display: flex;
3190
+ align-items: center;
3191
+ gap: var(--ref-spacing-xxs);
3192
+ min-height: var(--comp-select-one-line-height);
3193
+ padding: var(--ref-spacing-xxs) var(--comp-select-one-line-padding-horizontal);
3194
+ background-color: var(--comp-select-one-line-background-color);
3195
+ font-family: var(--comp-select-one-line-text-font-family);
3196
+ font-size: var(--comp-select-one-line-text-size);
3197
+ font-weight: var(--comp-select-one-line-text-font-weight);
3198
+ line-height: var(--comp-select-one-line-text-line-height);
3199
+ color: var(--comp-select-one-line-text-color);
3200
+ cursor: pointer;
3201
+ box-sizing: border-box;
3202
+ transition: background-color 0.1s ease;
3203
+ }
3204
+ .ap-select-option:hover:not(.disabled) {
3205
+ background-color: var(--ref-color-electric-blue-10);
3206
+ }
3207
+ .ap-select-option:active:not(.disabled) {
3208
+ background-color: var(--ref-color-electric-blue-20);
3209
+ }
3210
+ .ap-select-option.selected {
3211
+ background-color: var(--ref-color-electric-blue-10);
3212
+ color: var(--ref-color-electric-blue-150);
3213
+ font-family: var(--comp-select-one-line-selected-text-font-family);
3214
+ font-size: var(--comp-select-one-line-selected-text-size);
3215
+ font-weight: var(--comp-select-one-line-selected-text-font-weight);
3216
+ line-height: var(--comp-select-one-line-selected-text-line-height);
3217
+ }
3218
+ .ap-select-option.selected .ap-select-option-icon {
3219
+ color: var(--ref-color-electric-blue-150);
3220
+ }
3221
+ .ap-select-option.marked:not(.selected) {
3222
+ background-color: var(--ref-color-electric-blue-10);
3223
+ }
3224
+ .ap-select-option.disabled {
3225
+ color: var(--ref-color-grey-40);
3226
+ cursor: default;
3227
+ position: relative;
3228
+ }
3229
+ .ap-select-option.disabled::after {
3230
+ content: "";
3231
+ position: absolute;
3232
+ inset: 0;
3233
+ background-color: var(--ref-color-white);
3234
+ opacity: 0.6;
3235
+ pointer-events: none;
3236
+ }
3237
+ .ap-select-option.two-lines {
3238
+ flex-direction: row;
3239
+ align-items: flex-start;
3240
+ min-height: var(--comp-select-two-line-height);
3241
+ padding: var(--comp-select-two-line-padding-vertical) var(--comp-select-one-line-padding-horizontal);
3242
+ }
3243
+ .ap-select-option.two-lines.selected .ap-select-option-title {
3244
+ color: var(--ref-color-electric-blue-150);
3245
+ }
3246
+ .ap-select-option.two-lines.selected .ap-select-option-caption {
3247
+ color: var(--ref-color-electric-blue-100);
3248
+ }
3249
+ .ap-select-option.feature-locked {
3250
+ cursor: pointer;
3251
+ }
3252
+ .ap-select-option.feature-locked:hover {
3253
+ background-color: var(--ref-color-purple-10);
3254
+ }
3255
+ .ap-select-option.feature-locked:active {
3256
+ background-color: var(--ref-color-purple-20);
3257
+ }
3258
+
3259
+ .ap-select-option-icon {
3260
+ width: 16px;
3261
+ height: 16px;
3262
+ min-width: 16px;
3263
+ flex-shrink: 0;
3264
+ color: var(--comp-select-one-line-text-color);
3265
+ }
3266
+
3267
+ .ap-select-option-avatar {
3268
+ width: 24px;
3269
+ height: 24px;
3270
+ min-width: 24px;
3271
+ border-radius: 100%;
3272
+ object-fit: cover;
3273
+ flex-shrink: 0;
3274
+ }
3275
+ .ap-select-option-avatar.square {
3276
+ border-radius: var(--ref-border-radius-xs);
3277
+ }
3278
+
3279
+ .ap-select-option-text {
3280
+ flex: 1;
3281
+ white-space: nowrap;
3282
+ overflow: hidden;
3283
+ text-overflow: ellipsis;
3284
+ }
3285
+
3286
+ .ap-select-option-badge {
3287
+ padding: 2px 6px;
3288
+ border-radius: var(--ref-border-radius-xs);
3289
+ background-color: var(--ref-color-grey-10);
3290
+ font-size: var(--ref-font-size-xs);
3291
+ line-height: var(--ref-font-line-height-xs);
3292
+ color: var(--ref-color-grey-80);
3293
+ flex-shrink: 0;
3294
+ }
3295
+
3296
+ .ap-select-option-checkbox {
3297
+ width: 16px;
3298
+ height: 16px;
3299
+ min-width: 16px;
3300
+ flex-shrink: 0;
3301
+ }
3302
+
3303
+ .ap-select-option-check {
3304
+ width: 16px;
3305
+ height: 16px;
3306
+ min-width: 16px;
3307
+ color: var(--ref-color-electric-blue-150);
3308
+ flex-shrink: 0;
3309
+ margin-left: auto;
3310
+ }
3311
+
3312
+ .ap-select-option-content {
3313
+ display: flex;
3314
+ flex-direction: column;
3315
+ flex: 1;
3316
+ min-width: 0;
3317
+ gap: 2px;
3318
+ }
3319
+
3320
+ .ap-select-option-title {
3321
+ font-family: var(--comp-select-two-line-title-text-font-family);
3322
+ font-size: var(--comp-select-two-line-title-text-size);
3323
+ font-weight: var(--comp-select-two-line-title-text-font-weight);
3324
+ line-height: var(--comp-select-two-line-title-text-line-height);
3325
+ color: var(--comp-select-two-line-title-text-color);
3326
+ white-space: nowrap;
3327
+ overflow: hidden;
3328
+ text-overflow: ellipsis;
3329
+ }
3330
+
3331
+ .ap-select-option-caption {
3332
+ font-family: var(--comp-select-two-line-caption-text-font-family);
3333
+ font-size: var(--comp-select-two-line-caption-text-size);
3334
+ font-weight: var(--comp-select-two-line-caption-text-font-weight);
3335
+ line-height: var(--comp-select-two-line-caption-text-line-height);
3336
+ color: var(--comp-select-two-line-caption-text-color);
3337
+ white-space: nowrap;
3338
+ overflow: hidden;
3339
+ text-overflow: ellipsis;
3340
+ }
3341
+
3342
+ .ap-select-group {
3343
+ display: flex;
3344
+ align-items: center;
3345
+ gap: var(--ref-spacing-xxs);
3346
+ padding: var(--comp-select-group-padding-vertical) var(--comp-select-group-padding-horizontal);
3347
+ background-color: var(--comp-select-group-background-color);
3348
+ border-top: 1px solid var(--comp-select-group-border-top-color);
3349
+ min-height: 32px;
3350
+ box-sizing: border-box;
3351
+ }
3352
+ .ap-select-group:first-child {
3353
+ border-top: none;
3354
+ }
3355
+
3356
+ .ap-select-group-label {
3357
+ font-family: var(--comp-select-group-text-font-family);
3358
+ font-size: var(--comp-select-group-text-size);
3359
+ font-weight: var(--comp-select-group-text-font-weight);
3360
+ line-height: var(--comp-select-group-text-line-height);
3361
+ color: var(--comp-select-group-text-color);
3362
+ }
3363
+
3364
+ .ap-select-divider {
3365
+ width: 100%;
3366
+ height: 1px;
3367
+ background-color: var(--comp-select-separator-color);
3368
+ margin: var(--ref-spacing-xxs) 0;
3369
+ }
3370
+
3371
+ .ap-select-not-found {
3372
+ display: flex;
3373
+ align-items: center;
3374
+ padding: var(--ref-spacing-sm);
3375
+ color: var(--ref-color-grey-80);
3376
+ font-style: italic;
3377
+ font-family: var(--sys-text-style-body-font-family);
3378
+ font-size: var(--sys-text-style-body-size);
3379
+ }
3380
+
3381
+ .ap-select-loading {
3382
+ display: flex;
3383
+ justify-content: center;
3384
+ align-items: center;
3385
+ flex-direction: column;
3386
+ gap: var(--ref-spacing-xxs);
3387
+ min-height: 90px;
3388
+ padding: var(--ref-spacing-md) var(--ref-spacing-sm) var(--ref-spacing-sm);
3389
+ }
3390
+
3391
+ .ap-select-loading-text {
3392
+ font-size: var(--ref-font-size-sm);
3393
+ line-height: var(--ref-font-line-height-sm);
3394
+ font-style: italic;
3395
+ font-weight: var(--ref-font-weight-regular);
3396
+ color: var(--ref-color-grey-80);
3397
+ }
3398
+
3399
+ .ap-select-footer {
3400
+ padding: 0;
3401
+ margin-top: var(--ref-spacing-xxxs);
3402
+ border-top: 1px solid var(--ref-color-grey-10);
3403
+ }
3404
+
3405
+ .ap-select-create {
3406
+ display: flex;
3407
+ align-items: center;
3408
+ gap: var(--ref-spacing-xxxs);
3409
+ width: 100%;
3410
+ padding: var(--comp-select-search-bar-bottom-link-margin-top) var(--comp-select-search-bar-bottom-link-padding-horizontal) var(--comp-select-search-bar-bottom-link-padding-bottom);
3411
+ border: none;
3412
+ background-color: transparent;
3413
+ color: var(--ref-color-electric-blue-150);
3414
+ font-weight: var(--ref-font-weight-bold);
3415
+ font-family: var(--ref-font-family);
3416
+ font-size: var(--ref-font-size-sm);
3417
+ line-height: var(--ref-font-line-height-sm);
3418
+ cursor: pointer;
3419
+ text-align: left;
3420
+ }
3421
+ .ap-select-create:hover {
3422
+ color: var(--ref-color-electric-blue-100);
3423
+ }
3424
+ .ap-select-create:active {
3425
+ color: var(--ref-color-electric-blue-150);
3426
+ }
3427
+
3428
+ .ap-select-create-icon {
3429
+ width: 16px;
3430
+ height: 16px;
3431
+ flex-shrink: 0;
3432
+ }
3433
+
3434
+ .ap-select-locked-icon {
3435
+ width: 16px;
3436
+ height: 16px;
3437
+ color: var(--ref-color-purple-100);
3438
+ flex-shrink: 0;
3439
+ }
3440
+
3441
+ .ap-select-labels {
3442
+ display: flex;
3443
+ align-items: center;
3444
+ gap: var(--ref-spacing-xxxs);
3445
+ flex: 1;
3446
+ overflow: hidden;
3447
+ }
3448
+
3449
+ .ap-select-label-count {
3450
+ font-size: var(--ref-font-size-sm);
3451
+ color: var(--ref-color-grey-80);
3452
+ white-space: nowrap;
3453
+ }
3454
+
3455
+ .ap-native-select {
3456
+ width: 100%;
3457
+ height: var(--comp-input-height);
3458
+ padding: 0 var(--ref-spacing-lg) 0 var(--ref-spacing-xs);
3459
+ border: 1px solid var(--ref-color-grey-20);
3460
+ border-radius: var(--ref-border-radius-sm);
3461
+ background-color: var(--ref-color-white);
3462
+ font-family: var(--sys-text-style-body-font-family);
3463
+ font-size: var(--sys-text-style-body-size);
3464
+ font-weight: var(--sys-text-style-body-weight);
3465
+ line-height: var(--sys-text-style-body-line-height);
3466
+ color: var(--ref-color-grey-100);
3467
+ cursor: pointer;
3468
+ appearance: none;
3469
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%235D6A82' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
3470
+ background-repeat: no-repeat;
3471
+ background-position: right var(--ref-spacing-xs) center;
3472
+ }
3473
+ .ap-native-select:hover:not(:disabled) {
3474
+ border-color: var(--ref-color-grey-40);
3475
+ }
3476
+ .ap-native-select:focus {
3477
+ outline: none;
3478
+ border-color: var(--ref-color-electric-blue-100);
3479
+ }
3480
+ .ap-native-select:disabled {
3481
+ background-color: var(--ref-color-grey-20);
3482
+ border-color: var(--ref-color-grey-20);
3483
+ color: var(--ref-color-grey-60);
3484
+ cursor: default;
3485
+ }
3486
+ .ap-native-select.valid {
3487
+ border-color: var(--comp-input-border-success-color);
3488
+ }
3489
+ .ap-native-select.invalid {
3490
+ border-color: var(--comp-input-border-error-color);
3491
+ }
3492
+ .ap-native-select option {
3493
+ padding: var(--ref-spacing-xxs);
3494
+ }
3495
+ .ap-native-select optgroup {
3496
+ font-weight: var(--comp-select-group-text-font-weight);
3497
+ }
3498
+
3499
+ .ap-selection-dropdown {
3500
+ display: flex;
3501
+ flex-direction: column;
3502
+ width: 370px;
3503
+ max-height: 400px;
3504
+ background: var(--ref-color-white);
3505
+ border-radius: var(--sys-border-radius-sm);
3506
+ box-shadow: var(--comp-action-dropdown-box-shadow);
3507
+ box-sizing: border-box;
3508
+ overflow: hidden;
3509
+ }
3510
+
3511
+ .ap-selection-dropdown-header {
3512
+ display: flex;
3513
+ align-items: center;
3514
+ justify-content: space-between;
3515
+ padding: var(--ref-spacing-xs) var(--ref-spacing-sm);
3516
+ flex-shrink: 0;
3517
+ }
3518
+ .ap-selection-dropdown-header > span {
3519
+ font-family: var(--ref-font-family);
3520
+ font-size: var(--ref-font-size-md);
3521
+ font-weight: var(--ref-font-weight-bold);
3522
+ line-height: var(--sys-text-style-h3-line-height);
3523
+ color: var(--ref-color-grey-100);
3524
+ }
3525
+
3526
+ .ap-selection-dropdown-search {
3527
+ display: flex;
3528
+ align-items: center;
3529
+ gap: var(--ref-spacing-xxs);
3530
+ padding: var(--ref-spacing-xxs) var(--ref-spacing-sm);
3531
+ border-bottom: 1px solid var(--ref-color-grey-10);
3532
+ }
3533
+ .ap-selection-dropdown-search > i {
3534
+ width: 16px;
3535
+ height: 16px;
3536
+ min-width: 16px;
3537
+ min-height: 16px;
3538
+ max-width: 16px;
3539
+ max-height: 16px;
3540
+ color: var(--ref-color-grey-40);
3541
+ flex-shrink: 0;
3542
+ }
3543
+ .ap-selection-dropdown-search > input {
3544
+ flex: 1;
3545
+ border: none;
3546
+ outline: none;
3547
+ font-family: var(--ref-font-family);
3548
+ font-size: var(--sys-text-style-body-size);
3549
+ line-height: var(--sys-text-style-body-line-height);
3550
+ color: var(--ref-color-grey-100);
3551
+ background: transparent;
3552
+ }
3553
+ .ap-selection-dropdown-search > input::placeholder {
3554
+ color: var(--ref-color-grey-40);
3555
+ }
3556
+
3557
+ .ap-selection-dropdown-items {
3558
+ flex: 1;
3559
+ overflow-y: auto;
3560
+ padding: var(--ref-spacing-xxs) 0;
3561
+ min-height: 0;
3562
+ }
3563
+
3564
+ .ap-selection-dropdown-selected {
3565
+ margin-bottom: var(--ref-spacing-xxs);
3566
+ border-bottom: 1px solid var(--ref-color-grey-10);
3567
+ padding-bottom: var(--ref-spacing-xxs);
3568
+ }
3569
+ .ap-selection-dropdown-selected .ap-selection-dropdown-item > span {
3570
+ font-weight: var(--ref-font-weight-bold);
3571
+ }
3572
+
3573
+ .ap-selection-dropdown-item {
3574
+ display: flex;
3575
+ align-items: center;
3576
+ gap: var(--ref-spacing-xxs);
3577
+ width: 100%;
3578
+ padding: var(--ref-spacing-xxs) var(--ref-spacing-sm);
3579
+ min-height: 40px;
3580
+ border: none;
3581
+ background: transparent;
3582
+ cursor: pointer;
3583
+ font-family: var(--ref-font-family);
3584
+ font-size: var(--sys-text-style-body-size);
3585
+ line-height: var(--sys-text-style-body-line-height);
3586
+ color: var(--ref-color-grey-100);
3587
+ text-align: left;
3588
+ box-sizing: border-box;
3589
+ transition: background-color 0.1s;
3590
+ }
3591
+ .ap-selection-dropdown-item:hover:not(:disabled):not(.locked) {
3592
+ background: var(--ref-color-electric-blue-10);
3593
+ }
3594
+ .ap-selection-dropdown-item:active:not(:disabled):not(.locked) {
3595
+ background: var(--ref-color-electric-blue-20);
3596
+ }
3597
+ .ap-selection-dropdown-item:focus-visible {
3598
+ outline: 2px solid var(--ref-color-electric-blue-100);
3599
+ outline-offset: 1px;
3600
+ outline-offset: -2px;
3601
+ }
3602
+ .ap-selection-dropdown-item:disabled {
3603
+ pointer-events: none;
3604
+ color: var(--ref-color-grey-40);
3605
+ }
3606
+ .ap-selection-dropdown-item.locked {
3607
+ cursor: default;
3608
+ color: var(--ref-color-grey-60);
3609
+ }
3610
+ .ap-selection-dropdown-item.locked > i.ap-icon-feature-lock {
3611
+ margin-left: auto;
3612
+ color: var(--ref-color-purple-100);
3613
+ width: 16px;
3614
+ height: 16px;
3615
+ min-width: 16px;
3616
+ min-height: 16px;
3617
+ max-width: 16px;
3618
+ max-height: 16px;
3619
+ }
3620
+ .ap-selection-dropdown-item > i:not(.ap-icon-feature-lock) {
3621
+ width: 16px;
3622
+ height: 16px;
3623
+ min-width: 16px;
3624
+ min-height: 16px;
3625
+ max-width: 16px;
3626
+ max-height: 16px;
3627
+ flex-shrink: 0;
3628
+ }
3629
+ .ap-selection-dropdown-item > span:not(.ap-badge) {
3630
+ flex: 0 1 auto;
3631
+ min-width: 0;
3632
+ white-space: nowrap;
3633
+ overflow: hidden;
3634
+ text-overflow: ellipsis;
3635
+ }
3636
+ .ap-selection-dropdown-item > .ap-badge {
3637
+ flex: 0 0 auto;
3638
+ }
3639
+
3640
+ .ap-selection-dropdown-group {
3641
+ display: flex;
3642
+ align-items: center;
3643
+ gap: var(--ref-spacing-xs);
3644
+ padding: var(--ref-spacing-xxs) var(--ref-spacing-sm);
3645
+ border-top: 1px solid var(--ref-color-grey-10);
3646
+ background: var(--ref-color-grey-bg);
3647
+ font-family: var(--ref-font-family);
3648
+ font-size: var(--sys-text-style-body-size);
3649
+ font-weight: var(--ref-font-weight-bold);
3650
+ color: var(--ref-color-grey-100);
3651
+ }
3652
+
3653
+ .ap-selection-dropdown-empty {
3654
+ padding: var(--ref-spacing-xxs) var(--ref-spacing-sm);
3655
+ font-family: var(--ref-font-family);
3656
+ font-size: var(--ref-font-size-sm);
3657
+ line-height: var(--sys-text-style-body-line-height);
3658
+ color: var(--ref-color-grey-80);
3659
+ font-style: italic;
3660
+ }
3661
+
3662
+ .ap-selection-dropdown-footer {
3663
+ display: flex;
3664
+ align-items: center;
3665
+ justify-content: flex-start;
3666
+ height: 40px;
3667
+ padding: var(--ref-spacing-xs) var(--ref-spacing-sm);
3668
+ border-top: 1px solid var(--ref-color-grey-10);
3669
+ flex-shrink: 0;
3670
+ }
3671
+
3672
+ @keyframes ap-snackbar-slide-in {
3673
+ from {
3674
+ transform: translateX(100%);
3675
+ opacity: 0;
3676
+ }
3677
+ to {
3678
+ transform: translateX(0);
3679
+ opacity: 1;
3680
+ }
3681
+ }
3682
+ @keyframes ap-snackbar-slide-out {
3683
+ from {
3684
+ transform: translateX(0);
3685
+ opacity: 1;
3686
+ }
3687
+ to {
3688
+ transform: translateX(100%);
3689
+ opacity: 0;
3690
+ }
3691
+ }
3692
+ .ap-snackbar-thread {
3693
+ position: fixed;
3694
+ top: 68px;
3695
+ right: var(--ref-spacing-lg);
3696
+ width: var(--comp-snackbar-width);
3697
+ z-index: 999999999;
3698
+ gap: var(--comp-snackbar-spacing);
3699
+ display: flex;
3700
+ flex-direction: column;
3701
+ }
3702
+
3703
+ .ap-snackbar {
3704
+ display: flex;
3705
+ align-items: center;
3706
+ height: auto;
3707
+ padding: var(--comp-snackbar-padding-vertical) var(--comp-snackbar-padding-horizontal);
3708
+ box-sizing: border-box;
3709
+ box-shadow: var(--comp-snackbar-shadow);
3710
+ border-radius: var(--comp-snackbar-border-radius);
3711
+ flex-direction: row;
3712
+ justify-content: space-between;
3713
+ gap: var(--comp-snackbar-spacing);
3714
+ }
3715
+ .ap-snackbar.success {
3716
+ background-color: var(--comp-snackbar-success-background-color);
3717
+ }
3718
+ .ap-snackbar.success .ap-snackbar-left > i {
3719
+ color: var(--comp-snackbar-success-icon-color);
3720
+ mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' clip-rule='evenodd' d='M8 15.2A7.2 7.2 0 1 0 8 .8a7.2 7.2 0 0 0 0 14.4Zm3.376-8.645a.8.8 0 0 0-1.152-1.11L6.95 8.846 5.776 7.627a.8.8 0 0 0-1.152 1.11l1.75 1.818a.8.8 0 0 0 1.152 0l3.85-4Z' /></svg>");
3721
+ }
3722
+ .ap-snackbar.error {
3723
+ background-color: var(--comp-snackbar-error-background-color);
3724
+ }
3725
+ .ap-snackbar.error .ap-snackbar-left > i {
3726
+ color: var(--comp-snackbar-error-icon-color);
3727
+ mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><g><path fill-rule='evenodd' clip-rule='evenodd' d='M.8 8a7.2 7.2 0 1 1 14.4 0A7.2 7.2 0 0 1 .8 8Zm10.166-2.966a.8.8 0 0 1 0 1.132L9.132 8l1.835 1.834a.8.8 0 0 1-1.132 1.132L8 9.13l-1.834 1.835a.8.8 0 0 1-1.132-1.132L6.87 8 5.035 6.166a.8.8 0 1 1 1.131-1.132L8 6.868l1.834-1.834a.8.8 0 0 1 1.132 0Z' /></g></svg>");
3728
+ }
3729
+ .ap-snackbar.animate-in {
3730
+ animation: ap-snackbar-slide-in 0.3s ease-out forwards;
3731
+ }
3732
+ .ap-snackbar.animate-out {
3733
+ animation: ap-snackbar-slide-out 0.3s ease-in forwards;
3734
+ }
3735
+
3736
+ .ap-snackbar-left {
3737
+ display: flex;
3738
+ align-items: center;
3739
+ gap: var(--comp-snackbar-spacing);
3740
+ flex: 1;
3741
+ min-width: 0;
3742
+ }
3743
+ .ap-snackbar-left > i {
3744
+ content: "";
3745
+ display: inline-block;
3746
+ width: 1em;
3747
+ height: 1em;
3748
+ background-color: currentColor;
3749
+ mask-size: contain;
3750
+ mask-repeat: no-repeat;
3751
+ mask-position: center;
3752
+ display: flex;
3753
+ justify-content: center;
3754
+ align-items: center;
3755
+ flex-shrink: 0;
3756
+ width: var(--sys-icon-css-sm);
3757
+ height: var(--sys-icon-css-sm);
3758
+ }
3759
+ .ap-snackbar-left > span {
3760
+ display: flex;
3761
+ font-family: var(--comp-snackbar-text-style-font-family);
3762
+ font-size: var(--comp-snackbar-text-style-size);
3763
+ font-weight: var(--comp-snackbar-text-style-font-weight);
3764
+ line-height: var(--comp-snackbar-text-style-line-height);
3765
+ justify-content: flex-start;
3766
+ align-items: center;
3767
+ overflow-wrap: anywhere;
3768
+ color: var(--comp-snackbar-text-color);
3769
+ }
3770
+
3771
+ .ap-snackbar-right {
3772
+ display: flex;
3773
+ align-items: center;
3774
+ gap: var(--comp-snackbar-spacing);
3775
+ flex-shrink: 0;
3776
+ }
3777
+ .ap-snackbar-right > a {
3778
+ width: max-content;
3779
+ font-family: var(--comp-snackbar-text-style-font-family);
3780
+ font-size: var(--comp-snackbar-text-style-size);
3781
+ font-weight: var(--comp-link-standalone-default-text-style-font-weight);
3782
+ line-height: var(--comp-snackbar-text-style-line-height);
3783
+ color: var(--comp-link-default-color);
3784
+ text-decoration: none;
3785
+ cursor: pointer;
3786
+ }
3787
+ .ap-snackbar-right > a:hover {
3788
+ text-decoration: underline;
3789
+ }
3790
+ .ap-snackbar-right > button {
3791
+ display: flex;
3792
+ align-items: center;
3793
+ justify-content: center;
3794
+ width: 20px;
3795
+ height: 20px;
3796
+ padding: 0;
3797
+ border: none;
3798
+ background: transparent;
3799
+ cursor: pointer;
3800
+ color: var(--ref-color-grey-100);
3801
+ border-radius: 50%;
3802
+ transition: background-color 0.15s;
3803
+ }
3804
+ .ap-snackbar-right > button:hover {
3805
+ background: var(--ref-color-grey-10);
3806
+ color: var(--ref-color-grey-80);
3807
+ }
3808
+ .ap-snackbar-right > button > i {
3809
+ content: "";
3810
+ display: inline-block;
3811
+ width: 1em;
3812
+ height: 1em;
3813
+ background-color: currentColor;
3814
+ mask-size: contain;
3815
+ mask-repeat: no-repeat;
3816
+ mask-position: center;
3817
+ mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M11.394 12.525a.8.8 0 1 0 1.131-1.13L9.131 8l3.394-3.394a.8.8 0 0 0-1.13-1.131L8 6.869 4.606 3.474a.8.8 0 1 0-1.131 1.132L6.869 8l-3.395 3.394a.8.8 0 1 0 1.132 1.132L8 9.13l3.394 3.394Z' /></svg>");
3818
+ width: 12px;
3819
+ height: 12px;
3820
+ }
3821
+
3822
+ .ap-split-button {
3823
+ display: inline-flex;
3824
+ gap: 1px;
3825
+ position: relative;
3826
+ }
3827
+ .ap-split-button > button {
3828
+ border: none;
3829
+ position: relative;
3830
+ overflow: hidden;
3831
+ display: flex;
3832
+ align-items: center;
3833
+ justify-content: center;
3834
+ gap: var(--comp-split-button-spacing);
3835
+ padding: var(--comp-split-button-padding-horizontal) var(--comp-split-button-padding-vertical);
3836
+ max-height: var(--comp-button-height);
3837
+ min-height: var(--comp-button-height);
3838
+ font-size: var(--comp-split-button-text-size);
3839
+ font-family: var(--comp-split-button-text-font-family);
3840
+ line-height: var(--comp-split-button-text-line-height);
3841
+ font-weight: var(--comp-split-button-text-weight);
3842
+ white-space: nowrap;
3843
+ text-overflow: ellipsis;
3844
+ cursor: pointer;
3845
+ }
3846
+ .ap-split-button > button:disabled {
3847
+ pointer-events: none;
3848
+ }
3849
+ .ap-split-button > button:focus:not(:disabled):not(:active) {
3850
+ outline: 2px solid var(--ref-color-electric-blue-100);
3851
+ outline-offset: 1px;
3852
+ z-index: 10;
3853
+ }
3854
+ .ap-split-button > button > i {
3855
+ width: 16px;
3856
+ height: 16px;
3857
+ min-width: 16px;
3858
+ min-height: 16px;
3859
+ max-width: 16px;
3860
+ max-height: 16px;
3861
+ flex-shrink: 0;
3862
+ }
3863
+ .ap-split-button > button:first-child {
3864
+ border-radius: var(--comp-split-button-border-radius) 0 0 var(--comp-split-button-border-radius);
3865
+ }
3866
+ .ap-split-button > button:last-child {
3867
+ border-radius: 0 var(--comp-split-button-border-radius) var(--comp-split-button-border-radius) 0;
3868
+ padding: var(--comp-split-button-padding-horizontal) 10px;
3869
+ }
3870
+ .ap-split-button > button:last-child > i {
3871
+ will-change: transform;
3872
+ transition: transform 0.2s ease-in-out;
3873
+ }
3874
+ .ap-split-button > button:last-child.open > i {
3875
+ transform: rotate(180deg);
3876
+ }
3877
+ .ap-split-button.primary > button {
3878
+ color: var(--ref-color-white);
3879
+ }
3880
+ .ap-split-button.primary.orange > button {
3881
+ background: var(--ref-color-orange-100);
3882
+ }
3883
+ .ap-split-button.primary.orange > button:hover {
3884
+ background-color: var(--ref-color-orange-80);
3885
+ }
3886
+ .ap-split-button.primary.orange > button:active:not(:disabled) {
3887
+ background-color: var(--ref-color-orange-60);
3888
+ }
3889
+ .ap-split-button.primary.orange > button:disabled {
3890
+ background-color: var(--ref-color-orange-20);
3891
+ }
3892
+ .ap-split-button.primary.orange > button.loading {
3893
+ background-color: var(--ref-color-orange-60);
3894
+ }
3895
+ .ap-split-button.primary.orange > button .loading-bar {
3896
+ background-color: var(--ref-color-orange-100);
3897
+ }
3898
+ .ap-split-button.primary.blue > button {
3899
+ background: var(--ref-color-electric-blue-100);
3900
+ }
3901
+ .ap-split-button.primary.blue > button:hover {
3902
+ background-color: var(--ref-color-electric-blue-80);
3903
+ }
3904
+ .ap-split-button.primary.blue > button:active:not(:disabled) {
3905
+ background-color: var(--ref-color-electric-blue-60);
3906
+ }
3907
+ .ap-split-button.primary.blue > button:disabled {
3908
+ background-color: var(--ref-color-electric-blue-20);
3909
+ }
3910
+ .ap-split-button.primary.blue > button.loading {
3911
+ background-color: var(--ref-color-electric-blue-60);
3912
+ }
3913
+ .ap-split-button.primary.blue > button .loading-bar {
3914
+ background-color: var(--ref-color-electric-blue-100);
3915
+ }
3916
+
3917
+ .ap-status {
3918
+ --dot-size: 8px;
3919
+ display: inline-flex;
3920
+ align-items: center;
3921
+ justify-content: center;
3922
+ padding: 0 var(--comp-status-padding-horizontal);
3923
+ gap: var(--comp-status-spacing);
3924
+ width: fit-content;
3925
+ height: var(--comp-status-height);
3926
+ border-radius: var(--comp-status-height);
3927
+ color: var(--comp-status-color);
3928
+ font-family: var(--comp-status-font-family);
3929
+ font-size: var(--comp-status-font-size);
3930
+ line-height: var(--comp-status-line-height);
3931
+ box-sizing: border-box;
3932
+ white-space: nowrap;
3933
+ }
3934
+ .ap-status::before {
3935
+ content: "";
3936
+ display: flex;
3937
+ width: var(--dot-size);
3938
+ height: var(--dot-size);
3939
+ min-width: var(--dot-size);
3940
+ min-height: var(--dot-size);
3941
+ max-width: var(--dot-size);
3942
+ max-height: var(--dot-size);
3943
+ border-radius: 100%;
3944
+ flex-shrink: 0;
3945
+ }
3946
+ .ap-status.no-dot::before {
3947
+ display: none;
3948
+ }
3949
+ .ap-status.blue {
3950
+ background-color: var(--comp-status-blue-background-color);
3951
+ }
3952
+ .ap-status.blue::before {
3953
+ background-color: var(--comp-status-blue-dot-background-color);
3954
+ }
3955
+ .ap-status.green {
3956
+ background-color: var(--comp-status-green-background-color);
3957
+ }
3958
+ .ap-status.green::before {
3959
+ background-color: var(--comp-status-green-dot-background-color);
3960
+ }
3961
+ .ap-status.orange {
3962
+ background-color: var(--comp-status-orange-background-color);
3963
+ }
3964
+ .ap-status.orange::before {
3965
+ background-color: var(--comp-status-orange-dot-background-color);
3966
+ }
3967
+ .ap-status.tagOrange {
3968
+ background-color: var(--comp-status-tag-orange-background-color);
3969
+ }
3970
+ .ap-status.tagOrange::before {
3971
+ background-color: var(--comp-status-tag-orange-dot-background-color);
3972
+ }
3973
+ .ap-status.grey {
3974
+ background-color: var(--comp-status-grey-background-color);
3975
+ }
3976
+ .ap-status.grey::before {
3977
+ background-color: var(--comp-status-grey-dot-background-color);
3978
+ }
3979
+ .ap-status.red {
3980
+ background-color: var(--comp-status-red-background-color);
3981
+ }
3982
+ .ap-status.red::before {
3983
+ background-color: var(--comp-status-red-dot-background-color);
3984
+ }
3985
+
3986
+ .ap-stepper {
3987
+ display: flex;
3988
+ align-items: flex-start;
3989
+ }
3990
+ .ap-stepper.with-line .ap-stepper-item {
3991
+ position: relative;
3992
+ }
3993
+ .ap-stepper.with-line .ap-stepper-item:not(:last-child)::after {
3994
+ content: "";
3995
+ position: absolute;
3996
+ left: 12px;
3997
+ top: 28px;
3998
+ width: 1px;
3999
+ height: calc(100% - 4px);
4000
+ background-color: var(--ref-color-grey-20);
4001
+ }
4002
+ .ap-stepper.with-line .ap-stepper-item.completed:not(:last-child)::after {
4003
+ background-color: var(--ref-color-electric-blue-100);
4004
+ }
4005
+
4006
+ .ap-stepper-item {
4007
+ display: flex;
4008
+ align-items: center;
4009
+ height: fit-content;
4010
+ }
4011
+ .ap-stepper-item > span:first-child {
4012
+ display: inline-flex;
4013
+ align-items: center;
4014
+ justify-content: center;
4015
+ width: 24px;
4016
+ height: 24px;
4017
+ min-width: 24px;
4018
+ border-radius: 24px;
4019
+ font-family: var(--ref-font-family);
4020
+ font-size: var(--ref-font-size-sm);
4021
+ font-weight: var(--ref-font-weight-regular);
4022
+ line-height: 24px;
4023
+ text-align: center;
4024
+ box-sizing: border-box;
4025
+ }
4026
+ .ap-stepper-item > span:last-child {
4027
+ padding-left: var(--ref-spacing-xs);
4028
+ height: fit-content;
4029
+ margin: auto;
4030
+ line-height: 24px;
4031
+ vertical-align: middle;
4032
+ font-family: var(--ref-font-family);
4033
+ font-size: var(--ref-font-size-sm);
4034
+ color: var(--ref-color-grey-100);
4035
+ }
4036
+ .ap-stepper-item.active > span:first-child {
4037
+ background-color: var(--ref-color-electric-blue-100);
4038
+ color: var(--ref-color-white);
4039
+ box-shadow: 0 0 0 1.5px var(--ref-color-electric-blue-10);
4040
+ border: 1.5px solid var(--ref-color-electric-blue-10);
4041
+ line-height: 21px;
4042
+ }
4043
+ .ap-stepper-item.active > span:last-child {
4044
+ font-weight: var(--ref-font-weight-bold);
4045
+ }
4046
+ .ap-stepper-item.completed > span:first-child {
4047
+ background-color: var(--ref-color-electric-blue-10);
4048
+ color: var(--ref-color-electric-blue-100);
4049
+ }
4050
+ .ap-stepper-item.pending > span:first-child {
4051
+ background-color: transparent;
4052
+ color: var(--ref-color-electric-blue-100);
4053
+ border: 1px solid var(--ref-color-electric-blue-10);
4054
+ line-height: 22px;
4055
+ }
4056
+ .ap-stepper-item.clickable > span:last-child {
4057
+ cursor: pointer;
4058
+ }
4059
+ .ap-stepper-item.clickable > span:last-child:hover {
4060
+ color: var(--ref-color-electric-blue-100);
4061
+ }
4062
+
4063
+ .ap-stepper-separator {
4064
+ display: inline-flex;
4065
+ align-items: center;
4066
+ margin: auto 10px;
4067
+ color: var(--ref-color-grey-60);
4068
+ }
4069
+ .ap-stepper-separator > i {
4070
+ width: 16px;
4071
+ height: 16px;
4072
+ }
4073
+
4074
+ .ap-table {
4075
+ --ap-table-cell-height: 52px;
4076
+ --ap-table-cell-height-small: 40px;
4077
+ width: 100%;
4078
+ overflow-x: auto;
4079
+ font-family: var(--ref-font-family);
4080
+ border-radius: var(--ref-border-radius-md);
4081
+ border-collapse: separate;
4082
+ border-spacing: 0;
4083
+ background-color: var(--ref-color-white);
4084
+ }
4085
+ .ap-table tbody {
4086
+ height: calc(100% - var(--ap-table-cell-height));
4087
+ max-height: calc(100% - var(--ap-table-cell-height));
4088
+ width: 100%;
4089
+ overflow-y: auto;
4090
+ border-radius: var(--ref-border-radius-md);
4091
+ }
4092
+ .ap-table.scrollable {
4093
+ display: block;
4094
+ table-layout: fixed;
4095
+ }
4096
+ .ap-table.scrollable tbody {
4097
+ display: block;
4098
+ }
4099
+ .ap-table.scrollable thead,
4100
+ .ap-table.scrollable tbody tr,
4101
+ .ap-table.scrollable tfoot {
4102
+ display: table;
4103
+ width: 100%;
4104
+ table-layout: fixed;
4105
+ }
4106
+ .ap-table.outer-border {
4107
+ border: 1px solid var(--ref-color-grey-20);
4108
+ }
4109
+ .ap-table.header-background th {
4110
+ background-color: var(--ref-color-grey-05);
4111
+ }
4112
+ .ap-table.striped tbody tr:nth-child(even) {
4113
+ background-color: var(--ref-color-grey-bg);
4114
+ }
4115
+ .ap-table.striped tbody tr.selected {
4116
+ background-color: var(--ref-color-soft-blue-10);
4117
+ }
4118
+ .ap-table.small th,
4119
+ .ap-table.small td {
4120
+ height: var(--ap-table-cell-height-small);
4121
+ }
4122
+ .ap-table.small tbody {
4123
+ height: calc(100% - var(--ap-table-cell-height-small));
4124
+ max-height: calc(100% - var(--ap-table-cell-height-small));
4125
+ }
4126
+ .ap-table.small th.checkbox,
4127
+ .ap-table.small td.checkbox {
4128
+ width: 36px;
4129
+ }
4130
+ .ap-table.small th.drag,
4131
+ .ap-table.small td.drag {
4132
+ width: 36px;
4133
+ }
4134
+ .ap-table:not(:has(tfoot)) tbody tr:last-child td:first-child {
4135
+ border-bottom-left-radius: var(--ref-border-radius-md);
4136
+ }
4137
+ .ap-table:not(:has(tfoot)) tbody tr:last-child td:last-child {
4138
+ border-bottom-right-radius: var(--ref-border-radius-md);
4139
+ }
4140
+ .ap-table tbody tr {
4141
+ background-color: var(--ref-color-white);
4142
+ }
4143
+ .ap-table tbody tr.selected {
4144
+ background-color: var(--ref-color-soft-blue-10);
4145
+ }
4146
+ .ap-table tbody tr:last-child td {
4147
+ border-bottom: none;
4148
+ }
4149
+ .ap-table th {
4150
+ height: var(--ap-table-cell-height);
4151
+ padding: var(--ref-spacing-xxs) var(--ref-spacing-xs);
4152
+ text-align: left;
4153
+ font-size: var(--ref-font-size-xs);
4154
+ font-weight: var(--ref-font-weight-bold);
4155
+ color: var(--ref-color-grey-100);
4156
+ border: none;
4157
+ border-bottom: 1px solid var(--ref-color-grey-10);
4158
+ background-color: var(--ref-color-white);
4159
+ position: sticky;
4160
+ top: 0;
4161
+ z-index: 1;
4162
+ }
4163
+ .ap-table th:first-child {
4164
+ border-top-left-radius: var(--ref-border-radius-md);
4165
+ }
4166
+ .ap-table th:last-child {
4167
+ border-top-right-radius: var(--ref-border-radius-md);
4168
+ }
4169
+ .ap-table th.right {
4170
+ text-align: right;
4171
+ }
4172
+ .ap-table th.sortable {
4173
+ cursor: pointer;
4174
+ }
4175
+ .ap-table th.sortable > i {
4176
+ opacity: 0;
4177
+ transition: opacity 0.15s ease;
4178
+ }
4179
+ .ap-table th.sortable:hover > i {
4180
+ opacity: 1;
4181
+ }
4182
+ .ap-table th.sorted {
4183
+ color: var(--ref-color-electric-blue-150);
4184
+ }
4185
+ .ap-table th.sorted > i {
4186
+ opacity: 1;
4187
+ }
4188
+ .ap-table th.checkbox {
4189
+ width: 40px;
4190
+ padding: 0;
4191
+ text-align: center;
4192
+ }
4193
+ .ap-table th.drag {
4194
+ width: 40px;
4195
+ padding: 0;
4196
+ text-align: center;
4197
+ }
4198
+ .ap-table th > div {
4199
+ display: flex;
4200
+ align-items: center;
4201
+ gap: var(--ref-spacing-xxxs);
4202
+ }
4203
+ .ap-table th > i {
4204
+ width: 12px;
4205
+ height: 12px;
4206
+ flex-shrink: 0;
4207
+ }
4208
+ .ap-table td {
4209
+ padding: 0 var(--ref-spacing-xs);
4210
+ font-size: var(--ref-font-size-sm);
4211
+ color: var(--ref-color-grey-100);
4212
+ border: none;
4213
+ border-bottom: 1px solid var(--ref-color-grey-10);
4214
+ height: var(--ap-table-cell-height);
4215
+ vertical-align: middle;
4216
+ font-family: var(--ref-font-family);
4217
+ }
4218
+ .ap-table td.right {
4219
+ text-align: right;
4220
+ }
4221
+ .ap-table td.right .ap-table-cell-content {
4222
+ justify-content: flex-end;
4223
+ }
4224
+ .ap-table td.checkbox {
4225
+ width: 40px;
4226
+ padding: 0;
4227
+ text-align: center;
4228
+ }
4229
+ .ap-table td.drag {
4230
+ width: 40px;
4231
+ padding: 0;
4232
+ text-align: center;
4233
+ }
4234
+ .ap-table tfoot td {
4235
+ padding: 0 var(--ref-spacing-xs);
4236
+ font-size: var(--ref-font-size-sm);
4237
+ color: var(--ref-color-grey-100);
4238
+ border: none;
4239
+ border-top: 1px solid var(--ref-color-grey-10);
4240
+ height: var(--ap-table-cell-height);
4241
+ vertical-align: middle;
4242
+ font-family: var(--ref-font-family);
4243
+ position: sticky;
4244
+ bottom: 0;
4245
+ z-index: 1;
4246
+ background-color: var(--ref-color-white);
4247
+ }
4248
+ .ap-table tfoot td.right {
4249
+ text-align: right;
4250
+ }
4251
+ .ap-table tfoot td.right .ap-table-cell-content {
4252
+ justify-content: flex-end;
4253
+ }
4254
+ .ap-table tfoot td:first-child {
4255
+ border-bottom-left-radius: var(--ref-border-radius-md);
4256
+ }
4257
+ .ap-table tfoot td:last-child {
4258
+ border-bottom-right-radius: var(--ref-border-radius-md);
4259
+ }
4260
+
4261
+ .ap-table-cell-content {
4262
+ display: flex;
4263
+ align-items: center;
4264
+ gap: var(--ref-spacing-xxs);
4265
+ }
4266
+ .ap-table-cell-content.items {
4267
+ flex-wrap: wrap;
4268
+ gap: var(--ref-spacing-xxxs);
4269
+ padding: var(--ref-spacing-xxs) 0;
4270
+ }
4271
+
4272
+ .ap-table-cell-text-container {
4273
+ display: flex;
4274
+ flex-direction: column;
4275
+ }
4276
+
4277
+ .ap-table-cell-text {
4278
+ color: var(--ref-color-grey-100);
4279
+ font-size: var(--ref-font-size-sm);
4280
+ line-height: var(--ref-line-height-sm);
4281
+ }
4282
+ .ap-table-cell-text.bold {
4283
+ font-weight: var(--ref-font-weight-bold);
4284
+ }
4285
+
4286
+ .ap-table-cell-description {
4287
+ color: var(--ref-color-grey-80);
4288
+ font-size: var(--ref-font-size-xs);
4289
+ line-height: var(--ref-line-height-xs);
4290
+ }
4291
+
4292
+ .ap-table-cell-actions {
4293
+ display: flex;
4294
+ align-items: center;
4295
+ justify-content: flex-end;
4296
+ gap: var(--ref-spacing-xxxs);
4297
+ }
4298
+
4299
+ .ap-table-drag-handle {
4300
+ cursor: move;
4301
+ color: var(--ref-color-grey-40);
4302
+ }
4303
+
4304
+ .ap-table-empty {
4305
+ padding: var(--ref-spacing-xl);
4306
+ text-align: center;
4307
+ color: var(--ref-color-grey-60);
4308
+ font-size: var(--ref-font-size-sm);
4309
+ }
4310
+
4311
+ .ap-table-loading {
4312
+ position: relative;
4313
+ }
4314
+ .ap-table-loading::after {
4315
+ content: "";
4316
+ position: absolute;
4317
+ top: 0;
4318
+ left: 0;
4319
+ right: 0;
4320
+ bottom: 0;
4321
+ background-color: rgba(255, 255, 255, 0.7);
4322
+ display: flex;
4323
+ align-items: center;
4324
+ justify-content: center;
4325
+ }
4326
+
4327
+ .ap-tabs {
4328
+ display: flex;
4329
+ flex-direction: column;
4330
+ width: 100%;
4331
+ }
4332
+ .ap-tabs.full-width .ap-tabs-tab {
4333
+ flex: 1;
4334
+ }
4335
+
4336
+ .ap-tabs-nav {
4337
+ display: flex;
4338
+ align-items: center;
4339
+ border-bottom: 1px solid var(--comp-tabs-border-color);
4340
+ position: relative;
4341
+ }
4342
+ .ap-tabs-nav.scrollable {
4343
+ overflow-x: auto;
4344
+ scrollbar-width: none;
4345
+ -ms-overflow-style: none;
4346
+ }
4347
+ .ap-tabs-nav.scrollable::-webkit-scrollbar {
4348
+ display: none;
4349
+ }
4350
+
4351
+ .ap-tabs-tab {
4352
+ display: flex;
4353
+ align-items: center;
4354
+ justify-content: center;
4355
+ gap: var(--comp-tabs-tab-header-gap);
4356
+ background: transparent;
4357
+ border: none;
4358
+ cursor: pointer;
4359
+ font-family: var(--comp-tabs-text-font-family);
4360
+ text-align: center;
4361
+ position: relative;
4362
+ white-space: nowrap;
4363
+ padding: var(--comp-tabs-tab-padding);
4364
+ font-size: var(--comp-tabs-tab-font-size);
4365
+ line-height: var(--comp-tabs-tab-line-height);
4366
+ min-height: var(--comp-tabs-tab-min-height);
4367
+ color: var(--comp-tabs-tab-text-color-default);
4368
+ font-weight: var(--ref-font-weight-regular);
4369
+ }
4370
+ .ap-tabs-tab > i {
4371
+ width: 16px;
4372
+ height: 16px;
4373
+ flex-shrink: 0;
4374
+ }
4375
+ .ap-tabs-tab:hover:not(:disabled):not(.active) {
4376
+ background-color: var(--comp-tabs-tab-hover-background-color);
4377
+ }
4378
+ .ap-tabs-tab:focus {
4379
+ outline: none;
4380
+ }
4381
+ .ap-tabs-tab:focus-visible:not(.active) {
4382
+ outline: none;
4383
+ box-shadow: inset 0 0 0 2px var(--comp-tabs-tab-focus-color);
4384
+ border-radius: var(--comp-tabs-tab-focus-border-radius);
4385
+ background-color: var(--comp-tabs-tab-focus-background-color);
4386
+ }
4387
+ .ap-tabs-tab:active:not(:disabled):not(.active) {
4388
+ background-color: var(--comp-tabs-tab-active-background-color);
4389
+ }
4390
+ .ap-tabs-tab:disabled, .ap-tabs-tab.disabled {
4391
+ cursor: not-allowed;
4392
+ color: var(--comp-tabs-tab-text-color-disabled);
4393
+ opacity: 0.5;
4394
+ }
4395
+ .ap-tabs-tab.active {
4396
+ color: var(--comp-tabs-tab-text-color-active);
4397
+ text-shadow: 0.5px 0 0 currentColor;
4398
+ }
4399
+ .ap-tabs-tab.active::after {
4400
+ content: "";
4401
+ position: absolute;
4402
+ bottom: -1px;
4403
+ left: 0;
4404
+ right: 0;
4405
+ height: 4px;
4406
+ background-color: var(--comp-tabs-tab-active-indicator-color);
4407
+ }
4408
+ .ap-tabs-tab.active:focus-visible {
4409
+ outline: none;
4410
+ box-shadow: inset 0 0 0 2px var(--comp-tabs-tab-focus-color);
4411
+ border-radius: var(--comp-tabs-tab-focus-border-radius);
4412
+ }
4413
+ .ap-tabs-tab.feature-locked > i:last-of-type {
4414
+ color: var(--comp-tabs-tab-feature-lock-color);
4415
+ }
4416
+ .ap-tabs-tab.feature-locked:hover:not(:disabled):not(.active) {
4417
+ background-color: var(--comp-tabs-tab-feature-locked-hover-background-color);
4418
+ }
4419
+ .ap-tabs-tab.feature-locked:focus-visible:not(.active) {
4420
+ color: var(--comp-tabs-tab-text-color-feature-locked-focus);
4421
+ background-color: var(--comp-tabs-tab-feature-locked-focus-background-color);
4422
+ }
4423
+ .ap-tabs-tab.feature-locked:active:not(:disabled):not(.active) {
4424
+ background-color: var(--comp-tabs-tab-feature-locked-active-background-color);
4425
+ }
4426
+ .ap-tabs-tab.feature-locked.active {
4427
+ color: var(--comp-tabs-tab-text-color-feature-locked-active);
4428
+ text-shadow: 0.5px 0 0 currentColor;
4429
+ }
4430
+ .ap-tabs-tab.feature-locked.active::after {
4431
+ background-color: var(--comp-tabs-tab-feature-locked-indicator-color);
4432
+ }
4433
+ .ap-tabs-tab.feature-locked.active:focus-visible {
4434
+ outline: none;
4435
+ box-shadow: inset 0 0 0 2px var(--comp-tabs-tab-focus-color);
4436
+ border-radius: var(--comp-tabs-tab-focus-border-radius);
4437
+ }
4438
+
4439
+ .ap-tabs-indicator {
4440
+ position: absolute;
4441
+ bottom: -1px;
4442
+ height: 4px;
4443
+ background-color: var(--comp-tabs-tab-active-indicator-color);
4444
+ transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
4445
+ transform-origin: left;
4446
+ }
4447
+ .ap-tabs-indicator.feature-locked {
4448
+ background-color: var(--comp-tabs-tab-feature-locked-indicator-color);
4449
+ }
4450
+
4451
+ .ap-tabs-content {
4452
+ flex: 1;
4453
+ width: 100%;
4454
+ }
4455
+
4456
+ .ap-tabs-panel {
4457
+ display: none;
4458
+ padding: var(--ref-spacing-md) 0;
4459
+ }
4460
+ .ap-tabs-panel.active {
4461
+ display: block;
4462
+ }
4463
+
4464
+ .ap-tag {
4465
+ display: inline-flex;
4466
+ align-items: center;
4467
+ justify-content: center;
4468
+ height: var(--comp-tag-height);
4469
+ max-height: var(--comp-tag-height);
4470
+ box-sizing: border-box;
4471
+ border-width: 1px;
4472
+ border-style: solid;
4473
+ padding: 0 var(--comp-tag-padding-right) 0 var(--comp-tag-padding-left);
4474
+ border-radius: var(--comp-tag-border-radius);
4475
+ gap: var(--ref-spacing-xxxs);
4476
+ vertical-align: middle;
4477
+ font-size: var(--comp-tag-text-style-size);
4478
+ line-height: var(--comp-tag-text-style-line-height);
4479
+ font-weight: var(--comp-tag-text-style-font-weight);
4480
+ font-family: var(--comp-tag-text-style-font-family);
4481
+ white-space: nowrap;
4482
+ text-decoration: none;
4483
+ }
4484
+ .ap-tag:has(> button) {
4485
+ padding: 0 calc(var(--comp-tag-closable-padding-right) - 1px) 0 var(--comp-tag-padding-left);
4486
+ }
4487
+ .ap-tag.mini {
4488
+ height: var(--comp-tag-mini-height);
4489
+ padding: 0 var(--comp-tag-mini-padding-right) 0 var(--comp-tag-mini-padding-left);
4490
+ }
4491
+ .ap-tag > span {
4492
+ max-width: 180px;
4493
+ white-space: nowrap;
4494
+ overflow: hidden;
4495
+ text-overflow: ellipsis;
4496
+ }
4497
+ .ap-tag > i {
4498
+ width: 12px;
4499
+ height: 12px;
4500
+ }
4501
+ .ap-tag > button {
4502
+ display: flex;
4503
+ justify-content: center;
4504
+ align-items: center;
4505
+ flex-shrink: 0;
4506
+ width: var(--comp-close-button-size);
4507
+ max-width: var(--comp-close-button-size);
4508
+ height: var(--comp-close-button-size);
4509
+ max-height: var(--comp-close-button-size);
4510
+ border-radius: 50%;
4511
+ background: transparent;
4512
+ border: none;
4513
+ padding: var(--comp-close-button-padding);
4514
+ outline: none;
4515
+ cursor: pointer;
4516
+ transition: background-color 0.25s;
4517
+ }
4518
+ .ap-tag > button > i {
4519
+ width: 12px;
4520
+ height: 12px;
4521
+ }
4522
+ @media (hover: hover) {
4523
+ .ap-tag > button:focus:not(:disabled):not(:active) {
4524
+ outline: 2px solid var(--ref-color-electric-blue-100);
4525
+ outline-offset: 1px;
4526
+ }
4527
+ }
4528
+ .ap-tag > button:hover {
4529
+ background: var(--comp-close-button-hover-background);
4530
+ }
4531
+ .ap-tag > button:active {
4532
+ background: var(--comp-close-button-active-background);
4533
+ outline: none;
4534
+ }
4535
+ .ap-tag:is(button) {
4536
+ cursor: pointer;
4537
+ }
4538
+ @media (hover: hover) {
4539
+ .ap-tag:is(button):focus:not(:disabled):not(:active) {
4540
+ outline: 2px solid var(--ref-color-electric-blue-100);
4541
+ outline-offset: 1px;
4542
+ }
4543
+ }
4544
+ .ap-tag.blue {
4545
+ background-color: var(--comp-tag-blue-background-color);
4546
+ border-color: var(--comp-tag-blue-border-color);
4547
+ color: var(--comp-tag-blue-text-color);
4548
+ }
4549
+ .ap-tag.blue > button {
4550
+ color: var(--comp-tag-blue-icon-color);
4551
+ }
4552
+ .ap-tag.grey {
4553
+ background-color: var(--comp-tag-grey-background-color);
4554
+ border-color: var(--comp-tag-grey-border-color);
4555
+ color: var(--comp-tag-grey-text-color);
4556
+ }
4557
+ .ap-tag.grey > button {
4558
+ color: var(--comp-tag-grey-icon-color);
4559
+ }
4560
+ .ap-tag.tagOrange {
4561
+ background-color: var(--comp-tag-tag-orange-background-color);
4562
+ border-color: var(--comp-tag-tag-orange-border-color);
4563
+ color: var(--comp-tag-tag-orange-text-color);
4564
+ }
4565
+ .ap-tag.tagOrange > button {
4566
+ color: var(--comp-tag-tag-orange-icon-color);
4567
+ }
4568
+ .ap-tag.menthol {
4569
+ background-color: var(--comp-tag-menthol-background-color);
4570
+ border-color: var(--comp-tag-menthol-border-color);
4571
+ color: var(--comp-tag-menthol-text-color);
4572
+ }
4573
+ .ap-tag.menthol > button {
4574
+ color: var(--comp-tag-menthol-icon-color);
4575
+ }
4576
+ .ap-tag.green {
4577
+ background-color: var(--comp-tag-green-background-color);
4578
+ border-color: var(--comp-tag-green-border-color);
4579
+ color: var(--comp-tag-green-text-color);
4580
+ }
4581
+ .ap-tag.green > button {
4582
+ color: var(--comp-tag-green-icon-color);
4583
+ }
4584
+ .ap-tag.red {
4585
+ background-color: var(--comp-tag-red-background-color);
4586
+ border-color: var(--comp-tag-red-border-color);
4587
+ color: var(--comp-tag-red-text-color);
4588
+ }
4589
+ .ap-tag.red > button {
4590
+ color: var(--comp-tag-red-icon-color);
4591
+ }
4592
+
4593
+ .ap-tag-avatar {
4594
+ --avatar-size: 16px;
4595
+ width: var(--avatar-size);
4596
+ height: var(--avatar-size);
4597
+ min-width: var(--avatar-size);
4598
+ min-height: var(--avatar-size);
4599
+ max-width: var(--avatar-size);
4600
+ max-height: var(--avatar-size);
4601
+ border-radius: 100%;
4602
+ overflow: hidden;
4603
+ }
4604
+ .ap-tag-avatar img {
4605
+ width: 100%;
4606
+ height: 100%;
4607
+ object-fit: cover;
4608
+ }
4609
+
4610
+ .ap-tag-list {
4611
+ display: flex;
4612
+ flex-wrap: wrap;
4613
+ gap: var(--ref-spacing-xxs);
4614
+ }
4615
+
4616
+ .ap-textarea-field {
4617
+ display: flex;
4618
+ flex-direction: column;
4619
+ gap: var(--ref-spacing-xxs);
4620
+ }
4621
+ .ap-textarea-field > label {
4622
+ display: flex;
4623
+ flex-direction: column;
4624
+ gap: var(--comp-forms-label-spacing-vertical);
4625
+ font-size: var(--comp-forms-label-size);
4626
+ font-weight: var(--comp-forms-label-font-weight);
4627
+ line-height: var(--comp-forms-label-line-height);
4628
+ font-family: var(--comp-forms-label-font-family);
4629
+ color: var(--comp-forms-label-text-color);
4630
+ }
4631
+ .ap-textarea-field > label > small {
4632
+ font-size: var(--comp-forms-label-description-text-size);
4633
+ font-weight: var(--comp-forms-label-description-text-font-weight);
4634
+ line-height: var(--comp-forms-label-description-text-line-height);
4635
+ font-family: var(--comp-forms-label-description-text-font-family);
4636
+ color: var(--comp-forms-label-description-text-color);
4637
+ }
4638
+ .ap-textarea-field > textarea {
4639
+ resize: none;
4640
+ width: 100%;
4641
+ min-width: 256px;
4642
+ border: 1px solid var(--comp-input-border-default-color);
4643
+ background-color: var(--ref-color-white);
4644
+ padding: var(--ref-spacing-xxs) var(--ref-spacing-xs);
4645
+ border-radius: var(--ref-border-radius-sm);
4646
+ font-family: var(--comp-input-text-font-family);
4647
+ font-size: var(--comp-input-text-size);
4648
+ font-weight: var(--comp-input-text-font-weight);
4649
+ color: var(--comp-input-text-default-color);
4650
+ box-sizing: border-box;
4651
+ outline: none;
4652
+ }
4653
+ .ap-textarea-field > textarea::placeholder {
4654
+ color: var(--comp-input-text-placeholder-color);
4655
+ }
4656
+ .ap-textarea-field > textarea:hover:not(:focus):not(:disabled) {
4657
+ border-color: var(--comp-input-border-hover-color);
4658
+ }
4659
+ .ap-textarea-field > textarea:focus:not(:disabled) {
4660
+ border-color: var(--comp-input-border-focused-color);
4661
+ }
4662
+ .ap-textarea-field > textarea:focus-visible {
4663
+ outline: 2px solid var(--ref-color-electric-blue-100);
4664
+ outline-offset: 1px;
4665
+ }
4666
+ .ap-textarea-field > textarea:disabled {
4667
+ background-color: var(--comp-input-fill-disabled-color);
4668
+ color: var(--comp-input-text-disabled-color);
4669
+ cursor: default;
4670
+ }
4671
+ .ap-textarea-field.invalid > textarea {
4672
+ border-color: var(--comp-input-border-error-color);
4673
+ }
4674
+ .ap-textarea-field.invalid > textarea:hover:not(:focus):not(:disabled) {
4675
+ border-color: var(--comp-input-border-error-color);
4676
+ }
4677
+ .ap-textarea-field.valid > textarea {
4678
+ border-color: var(--comp-input-border-success-color);
4679
+ }
4680
+ .ap-textarea-field.valid > textarea:hover:not(:focus):not(:disabled) {
4681
+ border-color: var(--comp-input-border-success-color);
4682
+ }
4683
+ .ap-textarea-field.resizable > textarea {
4684
+ resize: vertical;
4685
+ }
4686
+ .ap-textarea-field.resizable-horizontal > textarea {
4687
+ resize: horizontal;
4688
+ }
4689
+ .ap-textarea-field.resizable-both > textarea {
4690
+ resize: both;
4691
+ }
4692
+ .ap-textarea-field.autoresize > textarea {
4693
+ overflow: hidden;
4694
+ }
4695
+
4696
+ .ap-textarea-counter {
4697
+ font-size: var(--sys-text-style-caption-size);
4698
+ font-weight: var(--sys-text-style-caption-weight);
4699
+ line-height: var(--sys-text-style-caption-line-height);
4700
+ color: var(--ref-color-grey-80);
4701
+ text-align: right;
4702
+ }
4703
+ .ap-textarea-counter.warning {
4704
+ color: var(--ref-color-orange-100);
4705
+ }
4706
+ .ap-textarea-counter.error {
4707
+ color: var(--ref-color-red-100);
4708
+ }
4709
+
4710
+ .ap-toggle-container {
4711
+ display: flex;
4712
+ align-items: center;
4713
+ gap: var(--ref-spacing-xxs);
4714
+ cursor: pointer;
4715
+ font-family: var(--sys-text-style-body-font-family);
4716
+ font-size: var(--sys-text-style-body-size);
4717
+ line-height: var(--sys-text-style-body-line-height);
4718
+ color: var(--ref-color-grey-100);
4719
+ }
4720
+ .ap-toggle-container:has(input:disabled) {
4721
+ cursor: default;
4722
+ }
4723
+ .ap-toggle-container > input {
4724
+ position: absolute;
4725
+ clip: rect(0, 0, 0, 0);
4726
+ width: 1px;
4727
+ height: 1px;
4728
+ margin: -1px;
4729
+ padding: 0;
4730
+ border: 0;
4731
+ overflow: hidden;
4732
+ }
4733
+ .ap-toggle-container > i {
4734
+ box-sizing: content-box;
4735
+ position: relative;
4736
+ display: flex;
4737
+ align-items: center;
4738
+ padding: 2px;
4739
+ width: 28px;
4740
+ height: 12px;
4741
+ border-radius: 16px;
4742
+ background: var(--ref-color-grey-60);
4743
+ transition: background-color 0.25s;
4744
+ flex-shrink: 0;
4745
+ }
4746
+ .ap-toggle-container > i::before {
4747
+ content: "";
4748
+ width: 12px;
4749
+ height: 12px;
4750
+ background: var(--ref-color-white);
4751
+ border-radius: 100%;
4752
+ position: absolute;
4753
+ left: 2px;
4754
+ transition: left 0.25s ease-in-out;
4755
+ }
4756
+ .ap-toggle-container > i::after {
4757
+ content: "";
4758
+ width: 10px;
4759
+ height: 10px;
4760
+ position: absolute;
4761
+ left: 3px;
4762
+ transition: left 0.25s ease-in-out;
4763
+ mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.394 12.525a.8.8 0 1 0 1.131-1.13L9.131 8l3.394-3.394a.8.8 0 0 0-1.13-1.131L8 6.869 4.606 3.474a.8.8 0 1 0-1.131 1.132L6.869 8l-3.395 3.394a.8.8 0 1 0 1.132 1.132L8 9.13l3.394 3.394Z'/%3E%3C/svg%3E");
4764
+ mask-size: contain;
4765
+ mask-repeat: no-repeat;
4766
+ background-color: var(--ref-color-grey-80);
4767
+ }
4768
+ .ap-toggle-container:hover:not(:has(input:disabled)) > i {
4769
+ background: var(--ref-color-grey-80);
4770
+ }
4771
+ .ap-toggle-container:hover:not(:has(input:disabled)):has(input:checked) > i {
4772
+ background: var(--ref-color-electric-blue-80);
4773
+ }
4774
+ .ap-toggle-container:active:not(:has(input:disabled)):has(input:checked) > i {
4775
+ background: var(--ref-color-electric-blue-60);
4776
+ }
4777
+ .ap-toggle-container:has(input:focus-visible) > i {
4778
+ outline: 2px solid var(--ref-color-electric-blue-100);
4779
+ outline-offset: 1px;
4780
+ }
4781
+ .ap-toggle-container:has(input:checked) > i {
4782
+ background: var(--ref-color-electric-blue-100);
4783
+ }
4784
+ .ap-toggle-container:has(input:checked) > i::before {
4785
+ left: 18px;
4786
+ }
4787
+ .ap-toggle-container:has(input:checked) > i::after {
4788
+ left: 19px;
4789
+ mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.238 3.337a.92.92 0 0 1 .025 1.301l-7.7 8a.92.92 0 0 1-1.326 0l-3.5-3.636a.92.92 0 1 1 1.326-1.276L5.9 10.674l7.037-7.312a.92.92 0 0 1 1.301-.025Z'/%3E%3C/svg%3E");
4790
+ background-color: var(--ref-color-electric-blue-150);
4791
+ }
4792
+ .ap-toggle-container:has(input:disabled) > i {
4793
+ background: var(--ref-color-grey-20);
4794
+ }
4795
+ .ap-toggle-container:has(input:disabled) > i::after {
4796
+ background-color: var(--ref-color-grey-40);
4797
+ }
4798
+ .ap-toggle-container:has(input:disabled:checked) > i::after {
4799
+ background-color: var(--ref-color-grey-40);
4800
+ }
4801
+ .ap-toggle-container > span {
4802
+ display: flex;
4803
+ align-items: center;
4804
+ font-family: var(--sys-text-style-body-font-family);
4805
+ font-size: var(--sys-text-style-body-size);
4806
+ font-weight: var(--sys-text-style-body-weight);
4807
+ line-height: var(--sys-text-style-body-line-height);
4808
+ color: var(--ref-color-grey-100);
4809
+ user-select: none;
4810
+ cursor: pointer;
4811
+ }
4812
+ .ap-toggle-container > span:empty {
4813
+ display: none;
4814
+ }
4815
+ .ap-toggle-container:has(input:disabled) > span {
4816
+ color: var(--ref-color-grey-60);
4817
+ cursor: default;
4818
+ }
4819
+
4820
+ @keyframes ap-tooltip-fade-in {
4821
+ 0% {
4822
+ opacity: 0;
4823
+ }
4824
+ 100% {
4825
+ opacity: 1;
4826
+ }
4827
+ }
4828
+ .ap-tooltip {
4829
+ --ap-arrow-width: 16px;
4830
+ --ap-arrow-height: 8px;
4831
+ --ap-arrow-offset: 10px;
4832
+ width: fit-content;
4833
+ max-width: 350px;
4834
+ background: var(--comp-tooltip-text-color-main-default-bg);
4835
+ border-radius: var(--ref-border-radius-md);
4836
+ position: absolute;
4837
+ z-index: 9999999;
4838
+ animation: ap-tooltip-fade-in var(--ref-animation-short, 0.15s) ease-in-out;
4839
+ }
4840
+ .ap-tooltip.top, .ap-tooltip.top-left, .ap-tooltip.top-right, .ap-tooltip.bottom, .ap-tooltip.bottom-left, .ap-tooltip.bottom-right, .ap-tooltip.left, .ap-tooltip.right {
4841
+ padding: var(--ref-spacing-xxs) var(--ref-spacing-xs);
4842
+ color: var(--comp-tooltip-text-default-color);
4843
+ font-family: var(--comp-tooltip-text-style-font-family);
4844
+ font-size: var(--comp-tooltip-text-style-size);
4845
+ font-weight: var(--comp-tooltip-text-style-weight);
4846
+ line-height: var(--comp-tooltip-text-style-line-height);
4847
+ }
4848
+ .ap-tooltip::after {
4849
+ display: block;
4850
+ position: absolute;
4851
+ z-index: 10000;
4852
+ width: var(--ap-arrow-width);
4853
+ height: var(--ap-arrow-height);
4854
+ background-color: var(--ref-color-grey-100);
4855
+ clip-path: polygon(0 0, 50% 100%, 100% 0);
4856
+ }
4857
+ .ap-tooltip.top::after, .ap-tooltip.top-left::after, .ap-tooltip.top-right::after, .ap-tooltip.bottom::after, .ap-tooltip.bottom-left::after, .ap-tooltip.bottom-right::after, .ap-tooltip.left::after, .ap-tooltip.right::after {
4858
+ content: "";
4859
+ }
4860
+ .ap-tooltip.top::after, .ap-tooltip.top-left::after, .ap-tooltip.top-right::after {
4861
+ bottom: 0;
4862
+ transform: translateY(100%);
4863
+ }
4864
+ .ap-tooltip.top::after {
4865
+ left: 50%;
4866
+ transform: translateX(-50%) translateY(100%);
4867
+ }
4868
+ .ap-tooltip.top-left::after {
4869
+ left: var(--ap-arrow-offset);
4870
+ }
4871
+ .ap-tooltip.top-right::after {
4872
+ right: var(--ap-arrow-offset);
4873
+ }
4874
+ .ap-tooltip.bottom::after, .ap-tooltip.bottom-left::after, .ap-tooltip.bottom-right::after {
4875
+ top: 0;
4876
+ transform: rotate(180deg) translateY(100%);
4877
+ }
4878
+ .ap-tooltip.bottom::after {
4879
+ left: 50%;
4880
+ transform: translateX(-50%) rotate(180deg) translateY(100%);
4881
+ }
4882
+ .ap-tooltip.bottom-left::after {
4883
+ left: var(--ap-arrow-offset);
4884
+ }
4885
+ .ap-tooltip.bottom-right::after {
4886
+ right: var(--ap-arrow-offset);
4887
+ }
4888
+ .ap-tooltip.left::after {
4889
+ right: 0;
4890
+ top: 50%;
4891
+ transform: translateX(calc(100% - var(--ap-arrow-height) / 2)) translateY(-50%) rotate(-90deg);
4892
+ }
4893
+ .ap-tooltip.right::after {
4894
+ left: 0;
4895
+ top: 50%;
4896
+ transform: translateX(calc(-100% + var(--ap-arrow-height) / 2)) translateY(-50%) rotate(90deg);
4897
+ }
4898
+ .ap-tooltip.custom {
4899
+ background-color: var(--ref-color-white);
4900
+ color: var(--ref-color-grey-100);
4901
+ filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.08));
4902
+ }
4903
+ .ap-tooltip.custom::after {
4904
+ background-color: var(--ref-color-white);
4905
+ }
4906
+
4907
+ /*# sourceMappingURL=index.css.map */