@agorapulse/ui-theme 20.1.18 → 20.2.0-1

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