@turquoisehealth/pit-viper 2.0.0-alpha.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.
@@ -0,0 +1,4858 @@
1
+ /* toggle color styles should align with secondary and tertiary buttons */
2
+ @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900");
3
+ :root {
4
+ --select-background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M4.16663 6L8.16663 10L12.1666 6' stroke='%2389989B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
5
+ --search-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='M14 14L11.1333 11.1333M12.6667 7.33333C12.6667 10.2789 10.2789 12.6667 7.33333 12.6667C4.38781 12.6667 2 10.2789 2 7.33333C2 4.38781 4.38781 2 7.33333 2C10.2789 2 12.6667 4.38781 12.6667 7.33333Z' stroke='%2389989B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
6
+ }
7
+
8
+ /* toggle color styles should align with secondary and tertiary buttons */
9
+ :where(*) {
10
+ box-sizing: border-box;
11
+ margin: 0;
12
+ outline-color: #36C5BA;
13
+ }
14
+
15
+ :where(input, button, textarea, select) {
16
+ font: inherit;
17
+ }
18
+
19
+ :where(label) {
20
+ display: block;
21
+ font-weight: 600;
22
+ }
23
+
24
+ /* Remove all animations and transitions for people that prefer not to see them */
25
+ @media (prefers-reduced-motion: reduce) {
26
+ * {
27
+ animation-duration: 0.01s !important;
28
+ animation-iteration-count: 1 !important;
29
+ transition-duration: 0.01s !important;
30
+ scroll-behavior: auto !important;
31
+ }
32
+ }
33
+ :root {
34
+ interpolate-size: allow-keywords;
35
+ }
36
+
37
+ :where(html) {
38
+ scroll-behavior: smooth;
39
+ scroll-padding: 1rem;
40
+ }
41
+
42
+ :where(html, body) {
43
+ height: 100%;
44
+ }
45
+
46
+ :where(body) {
47
+ font-family: var(--font-family-body, Inter, sans-serif);
48
+ font-weight: 400;
49
+ font-size: 100%;
50
+ line-height: 1.5;
51
+ color: var(--color-text-body, #121313);
52
+ background-color: var(--color-background-body, #FFFFFF);
53
+ -webkit-font-smoothing: antialiased;
54
+ }
55
+
56
+ :where(strong) {
57
+ font-weight: 700;
58
+ }
59
+
60
+ :where(a),
61
+ [class*=pv-button-link] {
62
+ font-weight: var(--link-font-weight, 500);
63
+ text-decoration: none;
64
+ color: var(--color-text-interactive, inherit);
65
+ }
66
+ :where(a):hover,
67
+ [class*=pv-button-link]:hover {
68
+ text-decoration: underline;
69
+ }
70
+
71
+ :is(ul, ol):not([role=list]) {
72
+ padding-inline-start: 1em;
73
+ }
74
+
75
+ :where(ol) > ::marker {
76
+ font-weight: 600;
77
+ }
78
+
79
+ :where(dfn) {
80
+ text-decoration-line: underline;
81
+ text-decoration-style: dotted;
82
+ text-underline-offset: 4px;
83
+ font-style: normal;
84
+ }
85
+
86
+ :where(blockquote):not(.pv-blockquote) {
87
+ border: 0 solid #DCDFE4;
88
+ border-inline-start-width: 0.25rem;
89
+ padding-inline-start: 1.5rem;
90
+ }
91
+
92
+ :where([role=list]) {
93
+ list-style: none;
94
+ padding-inline-start: 0;
95
+ }
96
+
97
+ :where(svg, img) {
98
+ display: block;
99
+ }
100
+
101
+ :where(img) {
102
+ max-width: 100%;
103
+ }
104
+
105
+ [class*=pv-icon] {
106
+ width: 1rem;
107
+ aspect-ratio: 1;
108
+ fill: currentColor;
109
+ flex-shrink: 0;
110
+ }
111
+
112
+ .pv-icon-brand {
113
+ fill: #218C88;
114
+ }
115
+
116
+ .pv-icon-10 {
117
+ width: 0.625rem;
118
+ }
119
+
120
+ .pv-icon-12 {
121
+ width: 0.75rem;
122
+ }
123
+
124
+ .pv-icon-20 {
125
+ width: 1.25rem;
126
+ }
127
+
128
+ .pv-icon-24 {
129
+ width: 1.5rem;
130
+ }
131
+
132
+ .pv-icon-32 {
133
+ width: 2rem;
134
+ }
135
+
136
+ .pv-icon-64 {
137
+ width: 4rem;
138
+ }
139
+
140
+ [class*=pv-display] {
141
+ font-family: "Inter", sans-serif;
142
+ font-weight: 600;
143
+ letter-spacing: 0.01em;
144
+ }
145
+
146
+ [class*=pv-heading] {
147
+ font-family: var(--font-family-body, Inter, sans-serif);
148
+ font-weight: 600;
149
+ letter-spacing: 0.2px;
150
+ }
151
+
152
+ [class*=pv-text-body] {
153
+ font-family: var(--font-family-body, Inter, sans-serif);
154
+ font-weight: 400;
155
+ }
156
+
157
+ .pv-display-1 {
158
+ font-size: clamp(3rem, 1.5rem + 4vw, 4rem);
159
+ line-height: 1.1875;
160
+ }
161
+
162
+ .pv-display-2 {
163
+ font-size: clamp(2.5rem, 1.75rem + 2vw, 3rem);
164
+ line-height: 1.16666666;
165
+ }
166
+
167
+ .pv-display-3 {
168
+ font-size: clamp(2rem, 1.625rem + 1vw, 2.25rem);
169
+ line-height: 1.2222222;
170
+ }
171
+
172
+ .pv-display-4 {
173
+ font-size: 1.5rem;
174
+ line-height: 1.3333333;
175
+ }
176
+
177
+ .pv-heading-1 {
178
+ font-size: 2.75rem;
179
+ line-height: 1.18181818;
180
+ }
181
+
182
+ .pv-heading-2 {
183
+ font-size: 2.25rem;
184
+ line-height: 1.2222222;
185
+ }
186
+
187
+ .pv-heading-3 {
188
+ font-size: 1.75rem;
189
+ line-height: 1.1428571;
190
+ }
191
+
192
+ .pv-heading-4 {
193
+ font-size: 1.5rem;
194
+ line-height: 1.16666666;
195
+ }
196
+
197
+ .pv-heading-5 {
198
+ font-size: 1.25rem;
199
+ line-height: 1.2;
200
+ }
201
+
202
+ .pv-text-body-xl {
203
+ font-size: 1.375rem;
204
+ line-height: 1.45454545;
205
+ }
206
+
207
+ .pv-text-body-lg {
208
+ font-size: 1.25rem;
209
+ line-height: 1.6;
210
+ }
211
+
212
+ .pv-text-body-md {
213
+ font-size: 1.125rem;
214
+ line-height: 1.55555555;
215
+ }
216
+
217
+ .pv-text-body-sm {
218
+ font-size: 1rem;
219
+ line-height: 1.5;
220
+ }
221
+
222
+ .pv-text-body-xs {
223
+ font-size: 0.875rem;
224
+ line-height: 1.42857143;
225
+ }
226
+
227
+ .pv-text-body-xxs {
228
+ font-size: 0.75rem;
229
+ line-height: 1rem;
230
+ letter-spacing: 0.12px;
231
+ }
232
+
233
+ [class*=pv-text-title] {
234
+ font-weight: 600;
235
+ }
236
+
237
+ .pv-text-title-xl {
238
+ font-size: 1.375rem;
239
+ line-height: 1.27272727;
240
+ }
241
+
242
+ .pv-text-title-lg {
243
+ font-size: 1.25rem;
244
+ line-height: 1.2;
245
+ }
246
+
247
+ .pv-text-title-md {
248
+ font-size: 1.125rem;
249
+ line-height: 1.33333333;
250
+ }
251
+
252
+ .pv-text-title-sm {
253
+ font-size: 1rem;
254
+ line-height: 1.25;
255
+ }
256
+
257
+ .pv-text-title-xs {
258
+ font-size: 0.875rem;
259
+ line-height: 1.66666666;
260
+ }
261
+
262
+ .pv-text-eyebrow-lg {
263
+ font-weight: 700;
264
+ letter-spacing: 0.0375rem;
265
+ text-transform: uppercase;
266
+ font-size: 0.875rem;
267
+ line-height: 1.42857143;
268
+ }
269
+
270
+ .pv-text-eyebrow-sm {
271
+ font-weight: 700;
272
+ letter-spacing: 0.0375rem;
273
+ text-transform: uppercase;
274
+ font-size: 0.75rem;
275
+ line-height: 1rem;
276
+ }
277
+
278
+ .pv-text-center {
279
+ text-align: center;
280
+ }
281
+
282
+ .pv-text-right {
283
+ text-align: right;
284
+ }
285
+
286
+ .pv-text-left {
287
+ text-align: left;
288
+ }
289
+
290
+ .pv-text-uppercase {
291
+ text-transform: uppercase;
292
+ }
293
+
294
+ .pv-line-clamp {
295
+ --lines: 3;
296
+ display: -webkit-box;
297
+ line-clamp: var(--lines);
298
+ -webkit-line-clamp: var(--lines);
299
+ -webkit-box-orient: vertical;
300
+ overflow: hidden;
301
+ text-overflow: ellipsis;
302
+ }
303
+
304
+ [data-list-style] {
305
+ padding-inline-start: 0.5ch;
306
+ }
307
+
308
+ [data-list-style]::marker {
309
+ font-size: 1.75rem;
310
+ line-height: 1;
311
+ }
312
+
313
+ [data-list-style=do] {
314
+ list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23176F6F' fill-rule='evenodd' d='M10 19.167A9.167 9.167 0 1 0 10 .834a9.167 9.167 0 0 0 0 18.333Zm4.457-10.96a1 1 0 0 0-1.414-1.414L8.75 11.086 6.957 9.293a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.414 0l5-5Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
315
+ }
316
+
317
+ [data-list-style=dont] {
318
+ list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23A2191F' fill-rule='evenodd' d='M10 19.167A9.167 9.167 0 1 0 10 .834a9.167 9.167 0 0 0 0 18.333Zm3.653-11.406a1 1 0 0 0-1.414-1.414L10 8.586l-2.24-2.24a1 1 0 0 0-1.413 1.415l2.239 2.24-2.24 2.238a1 1 0 1 0 1.415 1.414L10 11.415l2.24 2.24a1 1 0 0 0 1.413-1.415L11.414 10l2.24-2.239Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
319
+ }
320
+
321
+ [data-list-style=check] {
322
+ list-style: none;
323
+ }
324
+ [data-list-style=check] li {
325
+ position: relative;
326
+ padding-inline-start: 1.375rem;
327
+ }
328
+ [data-list-style=check] li:before {
329
+ content: "";
330
+ display: block;
331
+ position: absolute;
332
+ left: 0;
333
+ top: 0.25em;
334
+ width: 20px;
335
+ height: 20px;
336
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%232CA8A1' d='M17.55 4.116a1.25 1.25 0 0 1 0 1.768L8.384 15.05a1.25 1.25 0 0 1-1.768 0l-4.167-4.167a1.25 1.25 0 0 1 1.768-1.768L7.5 12.4l8.283-8.283a1.25 1.25 0 0 1 1.768 0Z'/%3E%3C/svg%3E");
337
+ background-size: 16px 16px;
338
+ background-repeat: no-repeat;
339
+ }
340
+
341
+ [data-list-style=display] {
342
+ counter-increment: display;
343
+ display: flex;
344
+ align-items: start;
345
+ gap: 8px;
346
+ list-style: none;
347
+ position: relative;
348
+ padding-bottom: 1rem;
349
+ }
350
+ [data-list-style=display]::before {
351
+ content: counter(display) ".";
352
+ color: #176F6F;
353
+ font-family: "Inter", sans-serif;
354
+ font-size: 1.5rem;
355
+ }
356
+
357
+ [data-list-incomplete] {
358
+ color: #4B595C;
359
+ }
360
+ [data-list-incomplete]::before {
361
+ color: #4B595C;
362
+ }
363
+
364
+ .pv-blockquote {
365
+ font-size: 1.5rem;
366
+ line-height: 1.3333333;
367
+ font-weight: 600;
368
+ padding-block-start: 80px;
369
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 60'%3E%3Cpath fill='%23E29578' d='M61.36 25.286C62.418 14.57 70.458 9.643 84 7.714V0C58.398 1.071 44.645 14.571 44.645 35.571 44.645 49.93 52.474 60 64.957 60c10.368 0 18.62-6.857 18.62-17.786 0-9.857-5.925-15.214-13.965-16.928H61.36Zm-44.856 0c1.27-10.715 9.31-15.643 22.851-17.572V0C13.753 1.071 0 14.571 0 35.571 0 49.93 7.829 60 20.312 60c10.368 0 18.62-6.857 18.62-17.786 0-9.857-5.924-15.214-13.965-16.928h-8.463Z'/%3E%3C/svg%3E");
370
+ background-repeat: no-repeat;
371
+ background-size: 84px 60px;
372
+ background-position: top left;
373
+ }
374
+ .pv-blockquote cite {
375
+ font-size: 1.375rem;
376
+ line-height: 1.45454545;
377
+ font-weight: 400;
378
+ }
379
+
380
+ @media (width >= 768px) {
381
+ .pv-blockquote {
382
+ font-size: 2.5rem;
383
+ line-height: 1.4;
384
+ }
385
+ }
386
+ .pv-kbd {
387
+ display: inline-block;
388
+ font-size: 0.75rem;
389
+ color: #4B595C;
390
+ border: 1px solid #DCDFE4;
391
+ border-radius: 4px;
392
+ padding: 2px 4px;
393
+ background-color: #FFFFFF;
394
+ }
395
+
396
+ .pv-link-external {
397
+ padding-inline-end: 1rem;
398
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23176F6F' d='M4.666 5.467a.8.8 0 0 1 0-1.6h6.667a.8.8 0 0 1 .8.8v6.666a.8.8 0 1 1-1.6 0V6.598l-5.301 5.3a.8.8 0 0 1-1.131-1.13l5.3-5.301H4.667Z'/%3E%3C/svg%3E");
399
+ background-size: 14px 14px;
400
+ background-repeat: no-repeat;
401
+ background-position: top 1px right;
402
+ transition-duration: 0.125s;
403
+ transition-property: background-position;
404
+ transition-timing-function: ease-in-out;
405
+ }
406
+ .pv-link-external:hover, .pv-link-external:focus {
407
+ background-position: top right -1px;
408
+ }
409
+
410
+ .pv-text-inverse .pv-link-external {
411
+ color: #FFFFFF;
412
+ padding-inline-end: 1rem;
413
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M4.666 5.467a.8.8 0 0 1 0-1.6h6.667a.8.8 0 0 1 .8.8v6.666a.8.8 0 1 1-1.6 0V6.598l-5.301 5.3a.8.8 0 0 1-1.131-1.13l5.3-5.301H4.667Z'/%3E%3C/svg%3E");
414
+ background-size: 14px 14px;
415
+ background-repeat: no-repeat;
416
+ background-position: top 2px right;
417
+ }
418
+
419
+ .pv-mark {
420
+ background-color: #FAECCC;
421
+ border-radius: 2px;
422
+ padding-inline: 0.25rem;
423
+ color: inherit;
424
+ }
425
+
426
+ :where([class*=pv-button]),
427
+ :where([class*=pv-segmented-control] button) {
428
+ background-color: transparent;
429
+ border: 0;
430
+ cursor: pointer;
431
+ display: flex;
432
+ align-items: center;
433
+ justify-content: center;
434
+ gap: 0.5rem;
435
+ white-space: nowrap;
436
+ font-weight: var(--button-font-weight, 500);
437
+ line-height: var(--button-line-height, 1rem);
438
+ border-radius: var(--button-radius, 4px);
439
+ font-size: var(--button-font-size, 0.75rem);
440
+ transition-duration: 0.125s;
441
+ transition-property: background-color, color;
442
+ }
443
+ :where([class*=pv-button]):disabled,
444
+ :where([class*=pv-segmented-control] button):disabled {
445
+ color: #4B595C;
446
+ cursor: unset;
447
+ }
448
+ :where([class*=pv-button]):hover,
449
+ :where([class*=pv-segmented-control] button):hover {
450
+ text-decoration: none;
451
+ }
452
+
453
+ .pv-button-primary,
454
+ .pv-button-secondary,
455
+ .pv-button-tertiary,
456
+ .pv-button-ghost,
457
+ .pv-button-destructive,
458
+ .pv-button-ghost-destructive {
459
+ padding: var(--button-padding, 0.5rem 0.75rem);
460
+ }
461
+ .pv-button-primary:not(:disabled):hover, .pv-button-primary:not(:disabled):focus-visible,
462
+ .pv-button-secondary:not(:disabled):hover,
463
+ .pv-button-secondary:not(:disabled):focus-visible,
464
+ .pv-button-tertiary:not(:disabled):hover,
465
+ .pv-button-tertiary:not(:disabled):focus-visible,
466
+ .pv-button-ghost:not(:disabled):hover,
467
+ .pv-button-ghost:not(:disabled):focus-visible,
468
+ .pv-button-destructive:not(:disabled):hover,
469
+ .pv-button-destructive:not(:disabled):focus-visible,
470
+ .pv-button-ghost-destructive:not(:disabled):hover,
471
+ .pv-button-ghost-destructive:not(:disabled):focus-visible {
472
+ text-decoration: none;
473
+ }
474
+ .pv-button-primary:disabled,
475
+ .pv-button-secondary:disabled,
476
+ .pv-button-tertiary:disabled,
477
+ .pv-button-ghost:disabled,
478
+ .pv-button-destructive:disabled,
479
+ .pv-button-ghost-destructive:disabled {
480
+ color: #4B595C;
481
+ background-color: #DCDFE4;
482
+ }
483
+
484
+ .pv-button-primary-outline:disabled,
485
+ .pv-button-secondary-outline:disabled,
486
+ .pv-button-link:disabled,
487
+ .pv-button-link-destructive:disabled {
488
+ color: #4B595C;
489
+ }
490
+
491
+ .pv-button-primary,
492
+ .pv-button-secondary,
493
+ .pv-button-destructive {
494
+ color: #FFFFFF;
495
+ }
496
+ .pv-button-primary:not(:disabled):hover, .pv-button-primary:not(:disabled):focus-visible,
497
+ .pv-button-secondary:not(:disabled):hover,
498
+ .pv-button-secondary:not(:disabled):focus-visible,
499
+ .pv-button-destructive:not(:disabled):hover,
500
+ .pv-button-destructive:not(:disabled):focus-visible {
501
+ color: #FFFFFF;
502
+ }
503
+
504
+ .pv-button-primary {
505
+ color: var(--color-button-text, #FFFFFF);
506
+ background-color: var(--color-button-primary-background, #16696D);
507
+ }
508
+ .pv-button-primary:not(:disabled):hover, .pv-button-primary:not(:disabled):focus-visible {
509
+ color: var(--color-button-text-hover, #FFFFFF);
510
+ background-color: var(--color-button-primary-background-hover, #0D5256);
511
+ }
512
+ .pv-button-primary:not(:disabled):active {
513
+ background-color: var(--color-button-primary-background-active, #02363D);
514
+ }
515
+
516
+ .pv-button-primary.pv-button-inverse {
517
+ color: #121313;
518
+ background-color: #A8E6E1;
519
+ }
520
+ .pv-button-primary.pv-button-inverse:not(disabled):hover, .pv-button-primary.pv-button-inverse:not(disabled):focus-visible {
521
+ color: #121313;
522
+ background-color: #E2F7F5;
523
+ }
524
+
525
+ .pv-button-secondary {
526
+ color: var(--color-button-secondary-text, #FFFFFF);
527
+ background-color: var(--color-button-secondary-background, #02363D);
528
+ }
529
+ .pv-button-secondary:not(:disabled):hover, .pv-button-secondary:not(:disabled):focus-visible {
530
+ color: var(--color-button-secondary-text-hover, #FFFFFF);
531
+ background-color: var(--color-button-secondary-background-hover, #011214);
532
+ }
533
+ .pv-button-secondary:not(:disabled):active {
534
+ background-color: var(--color-button-secondary-background-active, #0D5256);
535
+ }
536
+ .pv-button-secondary.pv-button-inverse {
537
+ color: var(--color-text-body, #121313);
538
+ background-color: var(--color-background-body, #FFFFFF);
539
+ }
540
+ .pv-button-secondary.pv-button-inverse:not(:disabled):hover, .pv-button-secondary.pv-button-inverse:not(:disabled):focus-visible {
541
+ color: var(--color-text-body, #121313);
542
+ background-color: var(--color-background-brand-accent, #E2F7F5);
543
+ }
544
+ .pv-button-secondary.pv-button-inverse:not(:disabled):active {
545
+ background-color: var(--color-background-interactive, #A8E6E1);
546
+ }
547
+
548
+ .pv-button-tertiary {
549
+ background-color: #A8E6E1;
550
+ }
551
+ .pv-button-tertiary:not(:disabled) {
552
+ color: #121313;
553
+ }
554
+ .pv-button-tertiary:not(:disabled):hover, .pv-button-tertiary:not(:disabled):focus-visible {
555
+ background-color: #6FD6CE;
556
+ }
557
+ .pv-button-tertiary:not(:disabled):active {
558
+ background-color: #36C5BA;
559
+ }
560
+
561
+ .pv-button-destructive {
562
+ background-color: #DA1E28;
563
+ }
564
+ .pv-button-destructive:not(:disabled):hover, .pv-button-destructive:not(:disabled):focus-visible {
565
+ background-color: #A2191F;
566
+ }
567
+ .pv-button-destructive:not(:disabled):active {
568
+ background-color: #FA4D56;
569
+ }
570
+
571
+ .pv-button-ghost {
572
+ color: inherit;
573
+ }
574
+ .pv-button-ghost:not(:disabled):hover, .pv-button-ghost:not(:disabled):focus-visible {
575
+ color: #0D5256;
576
+ background-color: #A8E6E1;
577
+ }
578
+
579
+ .pv-button-ghost.pv-button-inverse {
580
+ color: #FFFFFF;
581
+ }
582
+ .pv-button-ghost.pv-button-inverse:not(disabled):hover, .pv-button-ghost.pv-button-inverse:not(disabled):focus-visible {
583
+ color: #FFFFFF;
584
+ background-color: #16696D;
585
+ }
586
+
587
+ .pv-button-ghost-destructive {
588
+ color: #A2191F;
589
+ }
590
+ .pv-button-ghost-destructive:not(:disabled):hover, .pv-button-ghost-destructive:not(:disabled):focus-visible {
591
+ color: #750E13;
592
+ background-color: #FFD7D9;
593
+ }
594
+
595
+ .pv-button-primary-outline {
596
+ border: 2px solid var(--color-border-brand, #176F6F);
597
+ color: var(--color-text-brand, #176F6F);
598
+ padding: calc(0.75rem - 2px) calc(1.25rem - 2px);
599
+ }
600
+ .pv-button-primary-outline:not(:disabled):hover, .pv-button-primary-outline:not(:disabled):focus-visible {
601
+ background-color: var(--color-background-brand, #176F6F);
602
+ color: var(--color-text-accent, #FFFFFF);
603
+ }
604
+ .pv-button-primary-outline:disabled {
605
+ border-color: #6E7784;
606
+ }
607
+
608
+ .pv-button-secondary-outline {
609
+ border: 2px solid currentColor;
610
+ color: var(--color-text-body, #121313);
611
+ padding: calc(0.75rem - 2px) calc(1.25rem - 2px);
612
+ }
613
+ .pv-button-secondary-outline:not(:disabled):hover, .pv-button-secondary-outline:not(:disabled):focus-visible {
614
+ background-color: var(--color-background-brand, #02363D);
615
+ color: var(--color-text-inverse, #FFFFFF);
616
+ }
617
+ .pv-button-secondary-outline:active {
618
+ color: var(--color-text-inverse, #FFFFFF);
619
+ background-color: var(--color-background-secondary-hover, #0D5256);
620
+ }
621
+ .pv-button-secondary-outline:disabled {
622
+ border-color: #6E7784;
623
+ }
624
+ .pv-button-secondary-outline.pv-button-inverse {
625
+ color: var(--color-text-inverse, #FFFFFF);
626
+ }
627
+ .pv-button-secondary-outline.pv-button-inverse:not(:disabled):hover, .pv-button-secondary-outline.pv-button-inverse:not(:disabled):focus-visible {
628
+ background-color: var(--color-background-body, #FFFFFF);
629
+ color: var(--color-text-body, #121313);
630
+ }
631
+ .pv-button-secondary-outline.pv-button-inverse:active {
632
+ color: var(--color-text-body, #121313);
633
+ background-color: var(--color-background-interactive, #A8E6E1);
634
+ }
635
+
636
+ .pv-button-icon {
637
+ padding: 0;
638
+ border-radius: 0;
639
+ width: 1.5rem;
640
+ height: 1.5rem;
641
+ display: grid;
642
+ place-items: center;
643
+ color: currentColor;
644
+ opacity: 0.7;
645
+ transition-property: opacity;
646
+ }
647
+ .pv-button-icon:hover, .pv-button-icon:focus-visible {
648
+ opacity: 1;
649
+ }
650
+
651
+ .pv-button-icon-outline {
652
+ background-color: #F8F8FA;
653
+ border: 1px solid #DCDFE4;
654
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
655
+ color: #121313;
656
+ font-size: 0.8rem;
657
+ height: 2.5rem;
658
+ padding: 0.5rem 0.7rem;
659
+ }
660
+ .pv-button-icon-outline:hover, .pv-button-icon-outline:focus-visible {
661
+ background-color: #FFFFFF;
662
+ box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.1), 0px 8px 12px -4px rgba(0, 0, 0, 0.08), 0px 0px 1px 0 rgba(0, 0, 0, 0.3);
663
+ transition-duration: 0.3s;
664
+ transition-property: box-shadow;
665
+ }
666
+
667
+ .pv-button-small {
668
+ padding: 0.5rem 1rem;
669
+ }
670
+ .pv-button-small.pv-button-primary-outline {
671
+ padding: calc(0.5rem - 2px) calc(1rem - 2px);
672
+ }
673
+
674
+ .pv-button-large {
675
+ font-size: 1.125rem;
676
+ line-height: 1.3333333;
677
+ }
678
+
679
+ [class*=pv-button-link] {
680
+ color: #121313;
681
+ padding: 0;
682
+ border-radius: 0;
683
+ font-weight: var(--button-font-weight, 500);
684
+ }
685
+ [class*=pv-button-link]:not(:disabled) {
686
+ border-bottom: 2px solid currentColor;
687
+ }
688
+ [class*=pv-button-link]:hover:not(:disabled), [class*=pv-button-link]:focus-visible:not(:disabled) {
689
+ color: inherit;
690
+ }
691
+ [class*=pv-button-link]:hover, [class*=pv-button-link]:focus-visible {
692
+ text-decoration: none;
693
+ }
694
+ [class*=pv-button-link].pv-button-inverse {
695
+ color: #FFFFFF;
696
+ }
697
+ [class*=pv-button-link].pv-button-inverse:hover:not(:disabled), [class*=pv-button-link].pv-button-inverse:focus-visible:not(:disabled) {
698
+ color: #A8E6E1;
699
+ }
700
+ [class*=pv-button-link].pv-button-inverse:disabled {
701
+ color: #4B595C;
702
+ }
703
+
704
+ .pv-button-link-destructive {
705
+ color: #A2191F;
706
+ }
707
+ .pv-button-link-destructive:not(:disabled):hover, .pv-button-link-destructive:not(:disabled):focus-visible {
708
+ color: #750E13;
709
+ }
710
+
711
+ [class*=pv-segmented-control] {
712
+ padding: 0.125rem;
713
+ background-color: #F0F2F2;
714
+ border-radius: 4px;
715
+ display: inline-flex;
716
+ align-items: center;
717
+ gap: 0.125rem;
718
+ }
719
+ [class*=pv-segmented-control] button {
720
+ padding: 0.125rem 0.5rem;
721
+ gap: 0.125rem;
722
+ }
723
+ [class*=pv-segmented-control] button[data-active],
724
+ [class*=pv-segmented-control] button:hover:not(:disabled) {
725
+ box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
726
+ }
727
+ [class*=pv-segmented-control] button[data-active] {
728
+ background-color: #FFFFFF;
729
+ }
730
+ [class*=pv-segmented-control] button:hover:not(:disabled),
731
+ [class*=pv-segmented-control] button:focus-visible:not(:disabled) {
732
+ background-color: #E8F2F4;
733
+ }
734
+ [class*=pv-segmented-control] button:active:not(:disabled) {
735
+ background-color: #C7D8DB;
736
+ }
737
+
738
+ .pv-segmented-control-icon button {
739
+ padding: 0.125rem;
740
+ }
741
+
742
+ .pv-segmented-control-large {
743
+ padding: 0.25rem;
744
+ }
745
+ .pv-segmented-control-large button {
746
+ padding: 0.25rem 0.5rem;
747
+ }
748
+ .pv-segmented-control-large.pv-segmented-control-icon button {
749
+ padding: 0.25rem;
750
+ }
751
+
752
+ .pv-button-transformer {
753
+ gap: 2px;
754
+ transition-duration: 0.125s;
755
+ transition-property: background-color, box-shadow;
756
+ transition-timing-function: ease-in-out;
757
+ }
758
+ .pv-button-transformer span {
759
+ width: 0;
760
+ height: 0;
761
+ padding: 0;
762
+ margin: -1px;
763
+ overflow: hidden;
764
+ clip: rect(0, 0, 0, 0);
765
+ white-space: nowrap;
766
+ border: 0;
767
+ position: absolute;
768
+ opacity: 0;
769
+ transition-duration: 0.3s;
770
+ transition-property: transform, width;
771
+ transition-timing-function: ease-in-out;
772
+ transform: translateX(4px);
773
+ }
774
+ .pv-button-transformer svg {
775
+ display: block;
776
+ transition-duration: 0.125s;
777
+ transition-property: transform;
778
+ transition-timing-function: ease-in-out;
779
+ }
780
+ .pv-button-transformer:hover span, .pv-button-transformer:focus-visible span {
781
+ width: unset;
782
+ height: unset;
783
+ padding: unset;
784
+ margin: unset;
785
+ overflow: unset;
786
+ clip: unset;
787
+ white-space: unset;
788
+ border: unset;
789
+ position: unset;
790
+ min-width: 2rem;
791
+ opacity: 1;
792
+ transition-duration: 0.3s;
793
+ transition-property: opacity, transform, width;
794
+ transform: translateX(0);
795
+ }
796
+
797
+ .pv-button-shadow {
798
+ box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.05), 0px 4px 6px -2px rgba(0, 0, 0, 0.04), 0px 0px 0px 0 rgba(0, 0, 0, 0.15);
799
+ }
800
+
801
+ [class*=pv-button-floating] {
802
+ --right: 1rem;
803
+ --bottom: 1rem;
804
+ position: absolute;
805
+ right: var(--right);
806
+ bottom: var(--bottom);
807
+ z-index: 50;
808
+ background-color: #176F6F;
809
+ color: #FFFFFF;
810
+ width: 3rem;
811
+ aspect-ratio: 1;
812
+ border-radius: 50%;
813
+ padding: 0.75rem;
814
+ box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.05), 0px 4px 6px -2px rgba(0, 0, 0, 0.04), 0px 0px 0px 0 rgba(0, 0, 0, 0.15);
815
+ }
816
+ [class*=pv-button-floating]:hover:not(:disabled), [class*=pv-button-floating]:focus-visible:not(:disabled) {
817
+ background-color: #02363D;
818
+ }
819
+ [class*=pv-button-floating]:active:not(:disabled) {
820
+ background-color: #218C88;
821
+ }
822
+ [class*=pv-button-floating]:disabled {
823
+ background-color: #6E7784;
824
+ }
825
+ [class*=pv-button-floating].pv-button-small {
826
+ width: 2rem;
827
+ padding: 0.5rem;
828
+ }
829
+
830
+ .pv-button-floating-on-dark {
831
+ background-color: #A8E6E1;
832
+ color: #121313;
833
+ }
834
+ .pv-button-floating-on-dark:hover:not(:disabled), .pv-button-floating-on-dark:focus-visible:not(:disabled) {
835
+ background-color: #E2F7F5;
836
+ }
837
+ .pv-button-floating-on-dark:active:not(:disabled) {
838
+ background-color: #6FD6CE;
839
+ }
840
+ .pv-button-floating-on-dark:disabled {
841
+ background-color: #DCDFE4;
842
+ }
843
+
844
+ .pv-input-text,
845
+ .pv-input-search,
846
+ .pv-input-date,
847
+ .pv-textarea,
848
+ .pv-select,
849
+ .pv-select-multiple {
850
+ color: #121313;
851
+ padding: var(--text-input-padding, calc(0.5rem - 5px) 0.75rem);
852
+ font-size: var(--text-input-font-size, 1rem);
853
+ line-height: var(--text-input-line-height, 1.5);
854
+ border: var(--text-input-border-width, 1px) solid var(--text-input-border-color, #E3E7EA);
855
+ border-radius: var(--text-input-radius, 4px);
856
+ appearance: none;
857
+ background-color: #fff;
858
+ width: 100%;
859
+ min-width: fit-content;
860
+ transition-duration: 0.125s;
861
+ transition-property: background-color, border-color, color;
862
+ }
863
+ .pv-input-text:not(:disabled, [data-invalid]):focus-visible, .pv-input-text:not(:disabled, [data-invalid]):hover,
864
+ .pv-input-search:not(:disabled, [data-invalid]):focus-visible,
865
+ .pv-input-search:not(:disabled, [data-invalid]):hover,
866
+ .pv-input-date:not(:disabled, [data-invalid]):focus-visible,
867
+ .pv-input-date:not(:disabled, [data-invalid]):hover,
868
+ .pv-textarea:not(:disabled, [data-invalid]):focus-visible,
869
+ .pv-textarea:not(:disabled, [data-invalid]):hover,
870
+ .pv-select:not(:disabled, [data-invalid]):focus-visible,
871
+ .pv-select:not(:disabled, [data-invalid]):hover,
872
+ .pv-select-multiple:not(:disabled, [data-invalid]):focus-visible,
873
+ .pv-select-multiple:not(:disabled, [data-invalid]):hover {
874
+ border-color: var(--color-border-accent, #176F6F);
875
+ outline: none;
876
+ }
877
+ .pv-input-text[data-invalid],
878
+ .pv-input-search[data-invalid],
879
+ .pv-input-date[data-invalid],
880
+ .pv-textarea[data-invalid],
881
+ .pv-select[data-invalid],
882
+ .pv-select-multiple[data-invalid] {
883
+ border-color: #A2191F;
884
+ }
885
+ .pv-input-text:disabled, .pv-input-text[readonly],
886
+ .pv-input-search:disabled,
887
+ .pv-input-search[readonly],
888
+ .pv-input-date:disabled,
889
+ .pv-input-date[readonly],
890
+ .pv-textarea:disabled,
891
+ .pv-textarea[readonly],
892
+ .pv-select:disabled,
893
+ .pv-select[readonly],
894
+ .pv-select-multiple:disabled,
895
+ .pv-select-multiple[readonly] {
896
+ background-color: #F3F4F6;
897
+ }
898
+
899
+ .pv-input-search::placeholder {
900
+ color: #4B595C;
901
+ }
902
+
903
+ .pv-input-search {
904
+ padding-inline-start: 2rem;
905
+ background-image: var(--search-background-image, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m23.6 21.6-5.4-5.4c1.3-1.7 2-3.9 2-6C20.2 4.5 15.7 0 10.1 0S0 4.5 0 10.1s4.5 10.1 10.1 10.1c2.2 0 4.3-.7 6-2l5.4 5.4c.3.2.6.4 1 .4s.7-.2 1-.4c.3-.3.4-.6.4-1 .1-.4 0-.7-.3-1zm-6.8-8.7c-.5 1.3-1.5 2.4-2.7 3.2-1.2.8-2.6 1.2-4 1.2-1.9 0-3.7-.8-5.1-2.1-1.4-1.4-2.1-3.2-2.1-5.1 0-1.4.4-2.8 1.2-4C4.9 4.9 6 4 7.3 3.4c1.3-.5 2.8-.7 4.2-.4s2.7 1 3.7 2 1.7 2.3 2 3.7c.3 1.4.1 2.8-.4 4.2z'/%3E%3C/svg%3E"));
906
+ background-repeat: no-repeat;
907
+ background-size: 1rem 1rem;
908
+ background-position: top 50% left 0.5rem;
909
+ }
910
+
911
+ .pv-select,
912
+ .pv-select-multiple {
913
+ padding-inline-end: 2rem;
914
+ background-repeat: no-repeat;
915
+ background-size: 1rem 1rem;
916
+ background-position: top 50% right 0.5rem;
917
+ text-align: unset;
918
+ }
919
+ .pv-select:not(:disabled, [data-invalid]):focus-visible, .pv-select:not(:disabled, [data-invalid]):hover,
920
+ .pv-select-multiple:not(:disabled, [data-invalid]):focus-visible,
921
+ .pv-select-multiple:not(:disabled, [data-invalid]):hover {
922
+ cursor: pointer;
923
+ }
924
+ .pv-select:disabled, .pv-select:disabled > option,
925
+ .pv-select-multiple:disabled,
926
+ .pv-select-multiple:disabled > option {
927
+ color: #121313;
928
+ opacity: 1;
929
+ }
930
+
931
+ .pv-select {
932
+ background-image: var(--select-background-image, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E"));
933
+ }
934
+
935
+ .pv-select-multiple {
936
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E");
937
+ }
938
+
939
+ .pv-textarea {
940
+ --resize: vertical;
941
+ resize: var(--resize);
942
+ }
943
+
944
+ .pv-label {
945
+ font-size: var(--label-font-size, 0.875rem);
946
+ font-weight: var(--label-font-weight, 400);
947
+ letter-spacing: 0.12px;
948
+ }
949
+
950
+ .pv-label-hover:hover {
951
+ cursor: pointer;
952
+ }
953
+
954
+ .pv-checkbox,
955
+ .pv-radio {
956
+ appearance: none;
957
+ width: 1rem;
958
+ height: 1rem;
959
+ background-color: #FFFFFF;
960
+ border: 2px solid var(--color-border, #DCDFE4);
961
+ flex-shrink: 0;
962
+ transition-duration: 0.125s;
963
+ transition-property: background-color, border-color;
964
+ }
965
+ .pv-checkbox + span,
966
+ .pv-radio + span {
967
+ font-weight: 400;
968
+ transition-duration: 0.125s;
969
+ transition-property: color;
970
+ }
971
+ .pv-checkbox:not(:disabled):focus-visible, .pv-checkbox:not(:disabled):hover,
972
+ .pv-radio:not(:disabled):focus-visible,
973
+ .pv-radio:not(:disabled):hover {
974
+ background-color: #F3F4F6;
975
+ cursor: pointer;
976
+ }
977
+ .pv-checkbox:focus-visible:not(:disabled), .pv-checkbox:hover:not(:disabled),
978
+ .pv-radio:focus-visible:not(:disabled),
979
+ .pv-radio:hover:not(:disabled) {
980
+ border-color: var(--color-border-brand, #176F6F);
981
+ }
982
+ .pv-checkbox:focus-visible:not(:disabled):checked, .pv-checkbox:hover:not(:disabled):checked,
983
+ .pv-radio:focus-visible:not(:disabled):checked,
984
+ .pv-radio:hover:not(:disabled):checked {
985
+ background-color: var(--color-background-brand, #176F6F);
986
+ }
987
+ .pv-checkbox:checked,
988
+ .pv-radio:checked {
989
+ background-color: var(--color-background-brand, #218C88);
990
+ border-color: var(--color-border-brand, #218C88);
991
+ }
992
+ .pv-checkbox:disabled,
993
+ .pv-radio:disabled {
994
+ background-color: #F3F4F6;
995
+ }
996
+ .pv-checkbox:disabled:checked,
997
+ .pv-radio:disabled:checked {
998
+ background-color: #6E7784;
999
+ border-color: #6E7784;
1000
+ }
1001
+ .pv-checkbox:disabled + span,
1002
+ .pv-radio:disabled + span {
1003
+ color: #4B595C;
1004
+ }
1005
+
1006
+ .pv-checkbox:focus-visible:indeterminate, .pv-checkbox:hover:indeterminate {
1007
+ background-color: var(--color-background-brand, #176F6F);
1008
+ }
1009
+ .pv-checkbox:indeterminate {
1010
+ background-color: var(--color-background-brand, #218C88);
1011
+ border-color: var(--color-border-brand, #218C88);
1012
+ }
1013
+
1014
+ .pv-checkbox {
1015
+ border-radius: 2px;
1016
+ }
1017
+ .pv-checkbox:checked, .pv-checkbox:indeterminate {
1018
+ background-repeat: no-repeat;
1019
+ background-size: 0.75rem;
1020
+ background-position: 50% 50%;
1021
+ }
1022
+ .pv-checkbox:checked {
1023
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='m12 2.256-7.762 8.87L0 6.89l1.466-1.466 2.67 2.67L10.44.892 12 2.256Z'/%3E%3C/svg%3E");
1024
+ }
1025
+ .pv-checkbox:indeterminate {
1026
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M0 5h12v2H0z' fill='%23fff'/%3E%3C/svg%3E");
1027
+ }
1028
+
1029
+ .pv-radio {
1030
+ position: relative;
1031
+ border-radius: 50%;
1032
+ }
1033
+ .pv-radio:indeterminate {
1034
+ background-color: unset;
1035
+ border-color: var(--color-border, #DCDFE4);
1036
+ }
1037
+ .pv-radio:checked:after {
1038
+ content: "";
1039
+ display: block;
1040
+ width: 6px;
1041
+ height: 6px;
1042
+ background-color: #FFFFFF;
1043
+ position: absolute;
1044
+ top: 50%;
1045
+ left: 50%;
1046
+ transform: translate(-50%, -50%);
1047
+ border-radius: 50%;
1048
+ }
1049
+
1050
+ .pv-input-padded-end {
1051
+ padding-inline-end: 2.25rem;
1052
+ }
1053
+ .pv-input-padded-end + button {
1054
+ position: absolute;
1055
+ right: 0.5rem;
1056
+ top: 50%;
1057
+ transform: translateY(-50%);
1058
+ }
1059
+
1060
+ .pv-input-file {
1061
+ background-color: #F8F8FA;
1062
+ padding: 0.75rem;
1063
+ border-radius: 4px;
1064
+ display: flex;
1065
+ align-items: center;
1066
+ gap: 0.75rem;
1067
+ }
1068
+
1069
+ .pv-input-file [type=file] {
1070
+ opacity: 0;
1071
+ width: 0.1rem;
1072
+ height: 0.1rem;
1073
+ position: absolute;
1074
+ }
1075
+
1076
+ .pv-switch {
1077
+ display: flex;
1078
+ align-items: center;
1079
+ gap: 1rem;
1080
+ flex-wrap: nowrap;
1081
+ }
1082
+ .pv-switch input[type=checkbox] {
1083
+ appearance: none;
1084
+ background-color: #6E7784;
1085
+ border-color: transparent;
1086
+ border-radius: 1rem;
1087
+ display: flex;
1088
+ align-items: center;
1089
+ gap: 0.5rem;
1090
+ flex-wrap: nowrap;
1091
+ padding: 0;
1092
+ position: relative;
1093
+ height: 24px;
1094
+ width: 48px;
1095
+ }
1096
+ .pv-switch input[type=checkbox]:not(:disabled):hover {
1097
+ border-color: #176F6F;
1098
+ cursor: pointer;
1099
+ }
1100
+ .pv-switch input[type=checkbox]:after {
1101
+ background-color: #FFFFFF;
1102
+ border-radius: 50%;
1103
+ content: "";
1104
+ display: block;
1105
+ position: absolute;
1106
+ right: calc(100% - 20px - 2px);
1107
+ transition-property: transform, right;
1108
+ transition-duration: 0.3s;
1109
+ height: 20px;
1110
+ width: 20px;
1111
+ }
1112
+ .pv-switch input[type=checkbox]:hover:not(:disabled):after {
1113
+ transform: translateX(1px);
1114
+ }
1115
+ .pv-switch input[type=checkbox]:disabled {
1116
+ background-color: #8A95A5;
1117
+ }
1118
+ .pv-switch input[type=checkbox]:disabled:after {
1119
+ background-color: #DCDFE4;
1120
+ }
1121
+ .pv-switch > span {
1122
+ font-weight: normal;
1123
+ position: relative;
1124
+ }
1125
+ .pv-switch > span:first-of-type:after {
1126
+ border-right: 1px solid #DCDFE4;
1127
+ content: "";
1128
+ display: block;
1129
+ position: absolute;
1130
+ top: calc(50% - 3px - 3px);
1131
+ right: -0.55rem;
1132
+ height: 0.75rem;
1133
+ width: 1px;
1134
+ }
1135
+ .pv-switch > span:last-of-type:before {
1136
+ border: 1px solid #535963;
1137
+ border-radius: 0.375rem;
1138
+ content: "";
1139
+ display: block;
1140
+ position: absolute;
1141
+ top: calc(50% - 3px - 1px);
1142
+ height: 6px;
1143
+ width: 6px;
1144
+ }
1145
+ .pv-switch > span:last-of-type:before {
1146
+ border-color: #C5CAD2;
1147
+ left: -12px;
1148
+ }
1149
+ .pv-switch input[type=checkbox]:checked {
1150
+ background-color: #16696D;
1151
+ }
1152
+ .pv-switch input[type=checkbox]:checked:after {
1153
+ background-color: #FFFFFF;
1154
+ right: 2px;
1155
+ }
1156
+ .pv-switch input[type=checkbox]:checked:hover:not(:disabled):after {
1157
+ transform: translateX(-1px);
1158
+ }
1159
+ .pv-switch input[type=checkbox]:checked + span:last-of-type {
1160
+ color: inherit;
1161
+ }
1162
+ .pv-switch input[type=checkbox]:checked + span:last-of-type:before {
1163
+ background-color: #176F6F;
1164
+ border-color: #176F6F;
1165
+ }
1166
+
1167
+ [class*=pv-label-selectable] {
1168
+ cursor: pointer;
1169
+ background-color: #FFFFFF;
1170
+ border: 2px solid #DCDFE4;
1171
+ border-radius: 12px;
1172
+ font-weight: 400;
1173
+ padding: 1.5rem;
1174
+ transition-duration: 0.125s;
1175
+ transition-timing-function: ease-in;
1176
+ transition-property: border-color, color;
1177
+ }
1178
+ [class*=pv-label-selectable]:hover, [class*=pv-label-selectable]:focus-within {
1179
+ border-color: #176F6F;
1180
+ color: #176F6F;
1181
+ }
1182
+ [class*=pv-label-selectable]:hover .pv-text-subdued, [class*=pv-label-selectable]:focus-within .pv-text-subdued {
1183
+ color: #176F6F;
1184
+ }
1185
+ [class*=pv-label-selectable]:focus-within input {
1186
+ outline: none;
1187
+ }
1188
+ [class*=pv-label-selectable]:has(:checked) {
1189
+ border-color: #176F6F;
1190
+ }
1191
+
1192
+ .pv-label-selectable-small {
1193
+ border-radius: 4px;
1194
+ padding: 0.75rem 1.5rem;
1195
+ }
1196
+
1197
+ [class*=pv-toggle] {
1198
+ cursor: pointer;
1199
+ background-color: #FFFFFF;
1200
+ border: 2px solid #DCDFE4;
1201
+ border-radius: var(--button-radius, 4px);
1202
+ color: #121313;
1203
+ font-size: var(--button-font-size, 0.75rem);
1204
+ font-weight: var(--button-font-weight, 500);
1205
+ padding: 0.25rem 0.5rem;
1206
+ transition-duration: 0.125s;
1207
+ transition-timing-function: ease-in;
1208
+ transition-property: border-color, color;
1209
+ }
1210
+ [class*=pv-toggle]:hover, [class*=pv-toggle]:focus-within {
1211
+ background-color: #E8F2F4;
1212
+ border-color: #E8F2F4;
1213
+ color: #121313;
1214
+ }
1215
+ [class*=pv-toggle]:active {
1216
+ background-color: #C7D8DB;
1217
+ border-color: #C7D8DB;
1218
+ color: #121313;
1219
+ }
1220
+ [class*=pv-toggle]:focus-within input {
1221
+ outline: none;
1222
+ }
1223
+ [class*=pv-toggle]:has(:checked) {
1224
+ background-color: #16696D;
1225
+ border-color: #16696D;
1226
+ color: #FFFFFF;
1227
+ }
1228
+ [class*=pv-toggle]:has(:checked):hover, [class*=pv-toggle]:has(:checked):focus-within {
1229
+ background-color: #0D5256;
1230
+ border-color: #0D5256;
1231
+ }
1232
+ [class*=pv-toggle]:has(:checked):active {
1233
+ background-color: #02363D;
1234
+ border-color: #02363D;
1235
+ }
1236
+ [class*=pv-toggle]:has(:disabled), [class*=pv-toggle]:has(:disabled):hover, [class*=pv-toggle]:has(:disabled):focus-within, [class*=pv-toggle]:has(:disabled):active {
1237
+ cursor: auto;
1238
+ pointer-events: none;
1239
+ background-color: #ECECEC;
1240
+ border-color: #ECECEC;
1241
+ color: #7D898D;
1242
+ }
1243
+
1244
+ /* naming aligns with the corresponding button styles.
1245
+ default = secondary. there is no "primary". */
1246
+ .pv-toggle-tertiary {
1247
+ background-color: #DCDFE4;
1248
+ }
1249
+
1250
+ .pv-toggle-round {
1251
+ border-radius: 2rem;
1252
+ }
1253
+
1254
+ .pv-toggle-icon {
1255
+ padding: 0.25rem;
1256
+ }
1257
+
1258
+ .pv-input-small {
1259
+ padding: 0.25rem 0.5rem;
1260
+ }
1261
+ .pv-input-small.pv-select-multiple, .pv-input-small.pv-select {
1262
+ padding-inline-end: 2rem;
1263
+ }
1264
+ .pv-input-small.pv-input-search {
1265
+ padding-inline-start: 2rem;
1266
+ }
1267
+
1268
+ .pv-nav-container {
1269
+ padding: 20px 9px 20px 20px;
1270
+ overflow-y: auto;
1271
+ height: 100%;
1272
+ scrollbar-gutter: stable;
1273
+ scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
1274
+ scrollbar-width: thin;
1275
+ }
1276
+ .pv-nav-container::-webkit-scrollbar {
1277
+ width: 8px;
1278
+ }
1279
+ .pv-nav-container::-webkit-scrollbar-track {
1280
+ background: transparent;
1281
+ padding: 4px;
1282
+ }
1283
+ .pv-nav-container::-webkit-scrollbar-thumb {
1284
+ background: rgba(255, 255, 255, 0.25);
1285
+ border-radius: 8px;
1286
+ }
1287
+ .pv-nav-container::-webkit-scrollbar-thumb:hover {
1288
+ background: rgba(255, 255, 255, 0.5);
1289
+ }
1290
+
1291
+ [data-theme=og] .pv-nav-container {
1292
+ padding: 20px 8px 20px 16px;
1293
+ }
1294
+ [data-theme=og] .pv-nav-container .pv-stack-64 {
1295
+ margin-block-end: 48px;
1296
+ }
1297
+
1298
+ [class*=pv-container] {
1299
+ --margin-inline: auto;
1300
+ margin-inline: var(--margin-inline);
1301
+ width: 100%;
1302
+ }
1303
+
1304
+ .pv-container-lg {
1305
+ max-width: 1448px;
1306
+ }
1307
+
1308
+ .pv-container-md {
1309
+ max-width: 972px;
1310
+ }
1311
+
1312
+ .pv-container-sm {
1313
+ max-width: 768px;
1314
+ }
1315
+
1316
+ [class*=pv-avatar]:not(.pv-avatar-group),
1317
+ [class*=pv-company],
1318
+ .pv-avatar-group > li,
1319
+ .pv-avatar-group[data-more]:after {
1320
+ aspect-ratio: 1;
1321
+ display: grid;
1322
+ place-items: center;
1323
+ background-color: #36C5BA;
1324
+ color: #FFFFFF;
1325
+ border-radius: 50%;
1326
+ overflow: hidden;
1327
+ font-weight: 600;
1328
+ line-height: 1;
1329
+ text-transform: uppercase;
1330
+ flex-shrink: 0;
1331
+ }
1332
+
1333
+ [class*=pv-avatar]:empty {
1334
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M5.573 8.513a4 4 0 1 1 4.854 0A5.996 5.996 0 0 1 14 14a.667.667 0 0 1-1.333 0 4.667 4.667 0 0 0-9.334 0A.667.667 0 1 1 2 14a6.003 6.003 0 0 1 3.573-5.487ZM8 8a2.667 2.667 0 1 0 0-5.334A2.667 2.667 0 0 0 8 8Z'/%3E%3C/svg%3E");
1335
+ background-position: center center;
1336
+ background-repeat: no-repeat;
1337
+ }
1338
+
1339
+ .pv-avatar-16 {
1340
+ width: 16px;
1341
+ font-size: 0.375rem;
1342
+ letter-spacing: 0.6px;
1343
+ background-size: 12px 12px;
1344
+ }
1345
+
1346
+ .pv-avatar-20 {
1347
+ width: 20px;
1348
+ font-size: 0.4375rem;
1349
+ letter-spacing: 0.7px;
1350
+ background-size: 12px 12px;
1351
+ }
1352
+
1353
+ .pv-avatar-xs {
1354
+ width: 24px;
1355
+ font-size: 0.6875rem;
1356
+ letter-spacing: 0.11px;
1357
+ background-size: 16px 16px;
1358
+ }
1359
+
1360
+ .pv-avatar-sm,
1361
+ .pv-avatar-group > li,
1362
+ .pv-avatar-group[data-more]:after {
1363
+ width: 32px;
1364
+ font-size: 0.75rem;
1365
+ letter-spacing: 0.12px;
1366
+ background-size: 16px 16px;
1367
+ }
1368
+
1369
+ .pv-avatar,
1370
+ .pv-avatar-md {
1371
+ width: 40px;
1372
+ font-size: 0.875rem;
1373
+ letter-spacing: 0.14px;
1374
+ background-size: 20px 20px;
1375
+ }
1376
+
1377
+ .pv-avatar-lg {
1378
+ width: 64px;
1379
+ font-size: 2rem;
1380
+ }
1381
+
1382
+ .pv-avatar-xl {
1383
+ width: 96px;
1384
+ font-size: 3rem;
1385
+ }
1386
+
1387
+ .pv-avatar-group {
1388
+ display: flex;
1389
+ align-items: center;
1390
+ }
1391
+ .pv-avatar-group > li, .pv-avatar-group[data-more]:after {
1392
+ margin-inline-start: -0.5rem;
1393
+ outline: 2px solid white;
1394
+ }
1395
+ .pv-avatar-group[data-more]:after {
1396
+ content: "+" attr(data-more);
1397
+ color: #4B595C;
1398
+ background-color: #D9DEDE;
1399
+ font-size: #D9DEDE;
1400
+ letter-spacing: 0.12px;
1401
+ outline-color: #D2D8DC;
1402
+ }
1403
+ .pv-avatar-group :nth-child(2) {
1404
+ background-color: #16696D;
1405
+ }
1406
+ .pv-avatar-group :nth-child(3) {
1407
+ background-color: #FF7A4E;
1408
+ }
1409
+ .pv-avatar-group :nth-child(4) {
1410
+ background-color: #C97AEB;
1411
+ }
1412
+ .pv-avatar-group :nth-child(5) {
1413
+ background-color: #F2AD0D;
1414
+ }
1415
+ .pv-avatar-group :nth-child(6) {
1416
+ background-color: #7C8AF4;
1417
+ }
1418
+ .pv-avatar-group :nth-child(7) {
1419
+ background-color: #95C54C;
1420
+ }
1421
+
1422
+ [class*=pv-company] {
1423
+ background-color: #E8F2F4;
1424
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 13c0 5.49-3.763 8.302-8.331 9.894l-.008.003a1.997 1.997 0 0 1-1.326-.015C6.759 21.3 3 18.487 3 13V6a2 2 0 0 1 2-2c1.794 0 4.021-1.11 5.582-2.473l.009-.007a2.165 2.165 0 0 1 2.818 0l.009.007C14.988 2.899 17.206 4 19 4a2.008 2.008 0 0 1 1.11.336l.304.25A2 2 0 0 1 21 6v7Zm-2 0V6c-2.206 0-4.966-1.278-6.896-2.965a.171.171 0 0 0-.214.005C9.971 4.713 7.203 6 5 6v7c0 4.51 3.235 6.696 6.996 7.995l.023.008C15.768 19.694 19 17.507 19 13Zm-8-2V9a1 1 0 0 1 2 0v2h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 0v-2H9a1 1 0 0 1 0-2h2Z' fill='%23B8C1C4'/%3E%3C/svg%3E");
1425
+ background-repeat: no-repeat;
1426
+ background-position: center center;
1427
+ background-size: 80% 80%;
1428
+ }
1429
+
1430
+ .pv-company-2x {
1431
+ width: 40px;
1432
+ border-radius: 8px;
1433
+ }
1434
+
1435
+ .pv-company-xl {
1436
+ width: 32px;
1437
+ border-radius: 4px;
1438
+ }
1439
+
1440
+ .pv-company-lg {
1441
+ width: 24px;
1442
+ border-radius: 4px;
1443
+ }
1444
+
1445
+ .pv-company-md {
1446
+ width: 20px;
1447
+ border-radius: 4px;
1448
+ }
1449
+
1450
+ .pv-company-sm {
1451
+ width: 16px;
1452
+ border-radius: 2px;
1453
+ }
1454
+
1455
+ .pv-company-xs {
1456
+ width: 12px;
1457
+ border-radius: 2px;
1458
+ }
1459
+
1460
+ .pv-nav-list,
1461
+ .pv-nav-list[data-collapsed],
1462
+ [data-collapsed] .pv-nav-list {
1463
+ background-color: var(--nav-list-background-color, transparent);
1464
+ color: var(--nav-list-text-color, #4B595C);
1465
+ user-select: none;
1466
+ }
1467
+ .pv-nav-list li:not(:last-child),
1468
+ .pv-nav-list[data-collapsed] li:not(:last-child),
1469
+ [data-collapsed] .pv-nav-list li:not(:last-child) {
1470
+ margin-block-end: var(--nav-list-gap, 0.25rem);
1471
+ }
1472
+ .pv-nav-list a, .pv-nav-list summary,
1473
+ .pv-nav-list[data-collapsed] a,
1474
+ .pv-nav-list[data-collapsed] summary,
1475
+ [data-collapsed] .pv-nav-list a,
1476
+ [data-collapsed] .pv-nav-list summary {
1477
+ display: flex;
1478
+ align-items: center;
1479
+ gap: 8px;
1480
+ text-decoration: none;
1481
+ padding: var(--nav-list-padding, 0.5rem 1rem);
1482
+ white-space: nowrap;
1483
+ font-weight: var(--nav-list-font-weight, 500);
1484
+ font-size: var(--nav-list-font-size, 0.875rem);
1485
+ line-height: var(--nav-list-line-height, 1.71428571);
1486
+ color: inherit;
1487
+ transition-duration: 0.125s;
1488
+ transition-property: background-color;
1489
+ border-radius: 2px;
1490
+ }
1491
+ .pv-nav-list a:hover:not([aria-current=page]), .pv-nav-list a:focus-visible:not([aria-current=page]), .pv-nav-list summary:hover:not([aria-current=page]), .pv-nav-list summary:focus-visible:not([aria-current=page]),
1492
+ .pv-nav-list[data-collapsed] a:hover:not([aria-current=page]),
1493
+ .pv-nav-list[data-collapsed] a:focus-visible:not([aria-current=page]),
1494
+ .pv-nav-list[data-collapsed] summary:hover:not([aria-current=page]),
1495
+ .pv-nav-list[data-collapsed] summary:focus-visible:not([aria-current=page]),
1496
+ [data-collapsed] .pv-nav-list a:hover:not([aria-current=page]),
1497
+ [data-collapsed] .pv-nav-list a:focus-visible:not([aria-current=page]),
1498
+ [data-collapsed] .pv-nav-list summary:hover:not([aria-current=page]),
1499
+ [data-collapsed] .pv-nav-list summary:focus-visible:not([aria-current=page]) {
1500
+ color: var(--nav-list-hover-text-color, #0D5256);
1501
+ background-color: var(--nav-list-hover-background-color, #E8F2F4);
1502
+ }
1503
+ .pv-nav-list a:hover:not([aria-current=page]) svg, .pv-nav-list a:focus-visible:not([aria-current=page]) svg, .pv-nav-list summary:hover:not([aria-current=page]) svg, .pv-nav-list summary:focus-visible:not([aria-current=page]) svg,
1504
+ .pv-nav-list[data-collapsed] a:hover:not([aria-current=page]) svg,
1505
+ .pv-nav-list[data-collapsed] a:focus-visible:not([aria-current=page]) svg,
1506
+ .pv-nav-list[data-collapsed] summary:hover:not([aria-current=page]) svg,
1507
+ .pv-nav-list[data-collapsed] summary:focus-visible:not([aria-current=page]) svg,
1508
+ [data-collapsed] .pv-nav-list a:hover:not([aria-current=page]) svg,
1509
+ [data-collapsed] .pv-nav-list a:focus-visible:not([aria-current=page]) svg,
1510
+ [data-collapsed] .pv-nav-list summary:hover:not([aria-current=page]) svg,
1511
+ [data-collapsed] .pv-nav-list summary:focus-visible:not([aria-current=page]) svg {
1512
+ fill: currentColor;
1513
+ }
1514
+ .pv-nav-list [aria-current=page],
1515
+ .pv-nav-list[data-collapsed] [aria-current=page],
1516
+ [data-collapsed] .pv-nav-list [aria-current=page] {
1517
+ color: var(--nav-list-active-text-color, #16696D);
1518
+ background-color: var(--nav-list-active-background-color, #E4F8F6);
1519
+ }
1520
+ .pv-nav-list [aria-current=page] svg,
1521
+ .pv-nav-list[data-collapsed] [aria-current=page] svg,
1522
+ [data-collapsed] .pv-nav-list [aria-current=page] svg {
1523
+ fill: currentColor;
1524
+ }
1525
+ .pv-nav-list span,
1526
+ .pv-nav-list[data-collapsed] span,
1527
+ [data-collapsed] .pv-nav-list span {
1528
+ display: none;
1529
+ position: relative;
1530
+ top: 1px;
1531
+ }
1532
+ .pv-nav-list summary,
1533
+ .pv-nav-list[data-collapsed] summary,
1534
+ [data-collapsed] .pv-nav-list summary {
1535
+ cursor: pointer;
1536
+ background-image: var(--nav-summary-background-image, none);
1537
+ background-repeat: no-repeat;
1538
+ background-position: right 0.75rem center;
1539
+ background-size: 0.75em 0.75em;
1540
+ }
1541
+ .pv-nav-list summary::-webkit-details-marker,
1542
+ .pv-nav-list[data-collapsed] summary::-webkit-details-marker,
1543
+ [data-collapsed] .pv-nav-list summary::-webkit-details-marker {
1544
+ display: none;
1545
+ }
1546
+ .pv-nav-list details[open] > summary,
1547
+ .pv-nav-list[data-collapsed] details[open] > summary,
1548
+ [data-collapsed] .pv-nav-list details[open] > summary {
1549
+ background-image: var(--nav-summary-open-background-image, none);
1550
+ }
1551
+
1552
+ .pv-text-inherit .pv-nav-list a {
1553
+ text-decoration: none;
1554
+ }
1555
+
1556
+ [data-collapsed] [data-grid-area=sidebar] .pv-nav-list details > summary {
1557
+ background-image: none;
1558
+ width: 40px;
1559
+ padding: var(--nav-list-collapsed-padding, 0.5rem 1rem);
1560
+ }
1561
+ [data-collapsed] [data-grid-area=sidebar] .pv-nav-list details[open] > summary {
1562
+ background-color: var(--nav-list-background-color, transparent);
1563
+ color: var(--nav-list-text-color, #4B595C);
1564
+ }
1565
+ [data-collapsed] [data-grid-area=sidebar] .pv-nav-list details[open] > summary:hover, [data-collapsed] [data-grid-area=sidebar] .pv-nav-list details[open] > summary:focus-visible {
1566
+ background-color: var(--nav-list-hover-background-color, #E8F2F4);
1567
+ color: var(--nav-list-hover-text-color, #0D5256);
1568
+ }
1569
+ [data-collapsed] [data-grid-area=sidebar] .pv-nav-list li {
1570
+ width: 40px;
1571
+ }
1572
+ [data-collapsed] [data-grid-area=sidebar] .pv-nav-list summary svg {
1573
+ flex-shrink: 0;
1574
+ }
1575
+ [data-collapsed] [data-grid-area=sidebar] .pv-nav-list a {
1576
+ display: block;
1577
+ padding: var(--nav-list-collapsed-padding, 0.5rem 1rem);
1578
+ }
1579
+
1580
+ .pv-nav-list-inverse,
1581
+ [data-collapsed] .pv-nav-list-inverse {
1582
+ max-width: none;
1583
+ background-color: transparent;
1584
+ color: inherit;
1585
+ }
1586
+ .pv-nav-list-inverse a, .pv-nav-list-inverse summary,
1587
+ [data-collapsed] .pv-nav-list-inverse a,
1588
+ [data-collapsed] .pv-nav-list-inverse summary {
1589
+ max-width: none;
1590
+ display: flex;
1591
+ color: #121313;
1592
+ }
1593
+ .pv-nav-list-inverse a:focus-visible:not([aria-current=page]), .pv-nav-list-inverse a:hover:not([aria-current=page]), .pv-nav-list-inverse summary:focus-visible:not([aria-current=page]), .pv-nav-list-inverse summary:hover:not([aria-current=page]),
1594
+ [data-collapsed] .pv-nav-list-inverse a:focus-visible:not([aria-current=page]),
1595
+ [data-collapsed] .pv-nav-list-inverse a:hover:not([aria-current=page]),
1596
+ [data-collapsed] .pv-nav-list-inverse summary:focus-visible:not([aria-current=page]),
1597
+ [data-collapsed] .pv-nav-list-inverse summary:hover:not([aria-current=page]) {
1598
+ color: #121313;
1599
+ background-color: #F8F8FA;
1600
+ }
1601
+ .pv-nav-list-inverse summary,
1602
+ [data-collapsed] .pv-nav-list-inverse summary {
1603
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M118.6 105.4l128 127.1C252.9 239.6 256 247.8 256 255.1s-3.125 16.38-9.375 22.63l-128 127.1c-9.156 9.156-22.91 11.9-34.88 6.943S64 396.9 64 383.1V128c0-12.94 7.781-24.62 19.75-29.58S109.5 96.23 118.6 105.4z' fill='%2302363d'/%3E%3C/svg%3E");
1604
+ }
1605
+ .pv-nav-list-inverse details[open] > summary,
1606
+ [data-collapsed] .pv-nav-list-inverse details[open] > summary {
1607
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z' fill='%2302363d'/%3E%3C/svg%3E");
1608
+ }
1609
+ .pv-nav-list-inverse [aria-current=page],
1610
+ [data-collapsed] .pv-nav-list-inverse [aria-current=page] {
1611
+ background-color: #02363D;
1612
+ color: #FFFFFF;
1613
+ }
1614
+ .pv-nav-list-inverse li:not(:last-child),
1615
+ [data-collapsed] .pv-nav-list-inverse li:not(:last-child) {
1616
+ margin: 0;
1617
+ }
1618
+
1619
+ .pv-nav-list details {
1620
+ padding-block: var(--nav-list-details-padding, 2px);
1621
+ margin-block: var(--nav-list-details-margin, -2px);
1622
+ border-block: var(--nav-list-group-border, 1px solid transparent);
1623
+ }
1624
+
1625
+ .pv-nav-list details[open] {
1626
+ border-block: var(--nav-list-group-border-open, 1px solid #E3E7EA);
1627
+ }
1628
+
1629
+ .pv-nav-list a:not([aria-current]):hover,
1630
+ .pv-nav-list a:not([aria-current]):focus-visible,
1631
+ .pv-nav-list summary:not([aria-current]):hover,
1632
+ .pv-nav-list summary:not([aria-current]):focus-visible {
1633
+ color: var(--nav-list-hover-text-color, #0D5256);
1634
+ background-color: var(--nav-list-hover-background-color, #E8F2F4);
1635
+ }
1636
+
1637
+ .pv-nav-list a:not([aria-current]):active,
1638
+ .pv-nav-list summary:not([aria-current]):active {
1639
+ color: var(--nav-list-pressed-text-color, #02363D);
1640
+ background-color: var(--nav-list-pressed-background-color, #C7D8DB);
1641
+ }
1642
+
1643
+ .pv-nav-list .pv-nav-list,
1644
+ .pv-nav-list .pv-nav-list li a {
1645
+ position: relative;
1646
+ }
1647
+ .pv-nav-list .pv-nav-list:before,
1648
+ .pv-nav-list .pv-nav-list li a:before {
1649
+ content: "";
1650
+ display: block;
1651
+ width: 0;
1652
+ height: 100%;
1653
+ position: absolute;
1654
+ top: 0;
1655
+ left: 24px;
1656
+ border-inline-start: var(--nav-list-group-border-open, 1px solid #E3E7EA);
1657
+ }
1658
+
1659
+ .pv-nav-list .pv-nav-list {
1660
+ margin-block-start: var(--nav-list-gap, 0.25rem);
1661
+ margin-inline-start: var(--nav-list-group-margin, 0);
1662
+ }
1663
+ .pv-nav-list .pv-nav-list li:not(:last-child) {
1664
+ margin-block-end: var(--nav-list-group-gap, 0);
1665
+ }
1666
+ .pv-nav-list .pv-nav-list li a {
1667
+ padding: var(--nav-list-group-padding, 0.25rem 1rem 0.25rem 3.0625rem);
1668
+ }
1669
+ .pv-nav-list .pv-nav-list li a[aria-current=page]:before, .pv-nav-list .pv-nav-list li a:hover:before {
1670
+ border-inline-start: var(--nav-list-group-border-active, 1px solid #36C5BA);
1671
+ }
1672
+
1673
+ @media (width >= 768px) {
1674
+ .pv-nav-list {
1675
+ max-width: 100%;
1676
+ }
1677
+ .pv-nav-list li, .pv-nav-list span {
1678
+ display: block;
1679
+ }
1680
+ .pv-nav-list a {
1681
+ max-width: none;
1682
+ display: flex;
1683
+ }
1684
+ }
1685
+ [data-floating] .pv-nav-list {
1686
+ max-width: 100%;
1687
+ }
1688
+ [data-floating] .pv-nav-list li, [data-floating] .pv-nav-list span {
1689
+ display: block;
1690
+ }
1691
+ [data-floating] .pv-nav-list a {
1692
+ max-width: none;
1693
+ display: flex;
1694
+ padding: var(--nav-list-padding, 0.5rem 1rem);
1695
+ }
1696
+
1697
+ [data-collapsed] .pv-nav-list:not(.pv-nav-list-inverse) ul {
1698
+ display: none;
1699
+ }
1700
+
1701
+ @media (width <= 768px) {
1702
+ .pv-layout-primary:not([data-floating]) .pv-nav-list details[open] .pv-nav-list {
1703
+ display: none;
1704
+ }
1705
+ .pv-layout-primary:not([data-floating]) .pv-nav-list details[open] summary,
1706
+ .pv-layout-primary:not([data-floating]) .pv-nav-list summary {
1707
+ background-image: none;
1708
+ }
1709
+ .pv-layout-primary:not([data-floating]) details:has([aria-current=page]) summary:not([aria-current=page]),
1710
+ .pv-layout-primary:not([data-floating]) details:has([aria-current=page]) summary:not([aria-current=page]):hover {
1711
+ background-color: var(--nav-list-hover-background-color, #E8F2F4);
1712
+ color: var(--nav-list-hover-text-color, #0D5256);
1713
+ }
1714
+ }
1715
+ .pv-notification {
1716
+ --bg-color: white;
1717
+ position: relative;
1718
+ color: currentColor;
1719
+ }
1720
+ .pv-notification:after {
1721
+ content: "";
1722
+ display: block;
1723
+ width: 8px;
1724
+ height: 8px;
1725
+ background-color: #A2191F;
1726
+ border: 2px solid var(--bg-color);
1727
+ border-radius: 50%;
1728
+ position: absolute;
1729
+ top: -2px;
1730
+ right: -2px;
1731
+ }
1732
+ .pv-notification[data-border=accent] {
1733
+ --bg-color: #F8F8FA;
1734
+ }
1735
+
1736
+ [class*=pv-toast] {
1737
+ color: #FFFFFF;
1738
+ padding: 1.25rem;
1739
+ display: flex;
1740
+ align-items: flex-start;
1741
+ gap: 0.75rem;
1742
+ }
1743
+ [class*=pv-toast] p {
1744
+ flex: 1;
1745
+ }
1746
+ [class*=pv-toast] svg {
1747
+ fill: #FFFFFF;
1748
+ }
1749
+
1750
+ .pv-toast-success {
1751
+ background-color: #02363D;
1752
+ }
1753
+
1754
+ .pv-toast-error {
1755
+ background-color: #A2191F;
1756
+ }
1757
+
1758
+ .pv-pulsing-dot {
1759
+ --color: #36C5BA;
1760
+ --size: 6px;
1761
+ position: relative;
1762
+ height: var(--size);
1763
+ width: var(--size);
1764
+ background-color: var(--color);
1765
+ border-radius: 50%;
1766
+ }
1767
+
1768
+ .pv-pulsing-dot::after {
1769
+ content: "";
1770
+ position: absolute;
1771
+ top: 0;
1772
+ left: 0;
1773
+ height: 100%;
1774
+ width: 100%;
1775
+ border-radius: 50%;
1776
+ background-color: inherit;
1777
+ animation-name: pv-pulse;
1778
+ animation-duration: 1s;
1779
+ animation-iteration-count: 3;
1780
+ animation-delay: 0.75s;
1781
+ transform-origin: center center;
1782
+ z-index: -1;
1783
+ }
1784
+
1785
+ @keyframes pv-pulse {
1786
+ 0% {
1787
+ transform: scale(1);
1788
+ opacity: 1;
1789
+ }
1790
+ 25% {
1791
+ transform: scale(1);
1792
+ opacity: 1;
1793
+ }
1794
+ 100% {
1795
+ transform: scale(4.5);
1796
+ opacity: 0;
1797
+ }
1798
+ }
1799
+ [class*=pv-status]:not(th, td) {
1800
+ display: inline-flex;
1801
+ align-items: center;
1802
+ }
1803
+
1804
+ :where([class*=pv-status]:not(th, td)):before {
1805
+ content: "";
1806
+ display: inline-block;
1807
+ width: 8px;
1808
+ height: 8px;
1809
+ background-color: #ADB5C0;
1810
+ border-radius: 50%;
1811
+ margin-inline-end: 8px;
1812
+ }
1813
+
1814
+ [class*=pv-status]:not(th, td).pv-truncate:before {
1815
+ flex-shrink: 0;
1816
+ }
1817
+ [class*=pv-status]:not(th, td).pv-truncate span {
1818
+ flex: 1;
1819
+ white-space: nowrap;
1820
+ overflow: hidden;
1821
+ text-overflow: ellipsis;
1822
+ }
1823
+
1824
+ [class*=pv-status]:is(th, td) {
1825
+ border-top: 4px solid #ADB5C0;
1826
+ }
1827
+
1828
+ .pv-status-yellow:before {
1829
+ background-color: #E5A000;
1830
+ }
1831
+
1832
+ .pv-status-red:before {
1833
+ background-color: #DA1E28;
1834
+ }
1835
+
1836
+ .pv-status-green:before {
1837
+ background-color: #218C88;
1838
+ }
1839
+
1840
+ .pv-status-black:before {
1841
+ background-color: #02363D;
1842
+ }
1843
+
1844
+ .pv-status-purple:before {
1845
+ background-color: #BE95FF;
1846
+ }
1847
+
1848
+ .pv-status-orange:before {
1849
+ background-color: #C86628;
1850
+ }
1851
+
1852
+ .pv-status-yellow:is(th, td) {
1853
+ border-color: #E5A000;
1854
+ }
1855
+
1856
+ .pv-status-red:is(th, td) {
1857
+ border-color: #DA1E28;
1858
+ }
1859
+
1860
+ .pv-status-green:is(th, td) {
1861
+ border-color: #218C88;
1862
+ }
1863
+
1864
+ .pv-status-black:is(th, td) {
1865
+ border-color: #02363D;
1866
+ }
1867
+
1868
+ .pv-status-purple:is(th, td) {
1869
+ border-color: #BE95FF;
1870
+ }
1871
+
1872
+ .pv-status-orange:is(th, td) {
1873
+ border-color: #C86628;
1874
+ }
1875
+
1876
+ .pv-table,
1877
+ .pv-table-compressed {
1878
+ width: 100%;
1879
+ border-spacing: 0;
1880
+ background-color: #FFFFFF;
1881
+ text-align: left;
1882
+ }
1883
+ .pv-table th,
1884
+ .pv-table-compressed th {
1885
+ padding: 0.75rem;
1886
+ border-block-end: 1px solid #DCDFE4;
1887
+ }
1888
+ .pv-table th a,
1889
+ .pv-table-compressed th a {
1890
+ margin: -0.75rem;
1891
+ padding: 0.75rem;
1892
+ }
1893
+ .pv-table td,
1894
+ .pv-table-compressed td {
1895
+ padding: 1rem 0.75rem;
1896
+ font-weight: 400;
1897
+ }
1898
+ .pv-table :where(a:not[class*=pv-text]),
1899
+ .pv-table-compressed :where(a:not[class*=pv-text]) {
1900
+ color: inherit;
1901
+ position: relative;
1902
+ z-index: 5;
1903
+ display: block;
1904
+ }
1905
+ .pv-table :where(a:not[class*=pv-text]):hover, .pv-table :where(a:not[class*=pv-text]):focus,
1906
+ .pv-table-compressed :where(a:not[class*=pv-text]):hover,
1907
+ .pv-table-compressed :where(a:not[class*=pv-text]):focus {
1908
+ color: inherit;
1909
+ text-decoration: none;
1910
+ }
1911
+
1912
+ .pv-table th {
1913
+ font-weight: 700;
1914
+ text-transform: uppercase;
1915
+ font-size: 0.75rem;
1916
+ line-height: 1rem;
1917
+ letter-spacing: 0.15em;
1918
+ }
1919
+
1920
+ .pv-table-compressed th, .pv-table-compressed td {
1921
+ padding-block: 0.5rem;
1922
+ }
1923
+ .pv-table-compressed :where(th) {
1924
+ background-color: #F3F4F6;
1925
+ font-size: 1rem;
1926
+ line-height: 1.5;
1927
+ font-weight: 600;
1928
+ }
1929
+ .pv-table-compressed :where(th) a {
1930
+ margin-block: -0.5rem;
1931
+ padding-block: 0.5rem;
1932
+ }
1933
+
1934
+ .pv-table-bordered,
1935
+ .pv-table-compressed {
1936
+ border-block-start: 1px solid #DCDFE4;
1937
+ }
1938
+ .pv-table-bordered td,
1939
+ .pv-table-compressed td {
1940
+ border-block-end: 1px solid #DCDFE4;
1941
+ }
1942
+
1943
+ .pv-table.pv-expand th:first-child,
1944
+ .pv-table.pv-expand td:first-child {
1945
+ padding-inline-start: var(--expand);
1946
+ }
1947
+
1948
+ .pv-table.pv-expand th:last-child,
1949
+ .pv-table.pv-expand td:last-child {
1950
+ padding-inline-end: var(--expand);
1951
+ }
1952
+
1953
+ [class*=pv-table] [data-sort] {
1954
+ position: relative;
1955
+ background-repeat: no-repeat;
1956
+ background-size: 1rem 1rem;
1957
+ background-position: right 0.5rem center;
1958
+ padding-inline-end: 2rem;
1959
+ cursor: pointer;
1960
+ }
1961
+ [class*=pv-table] [data-sort]:before {
1962
+ content: "";
1963
+ display: block;
1964
+ position: absolute;
1965
+ inset: -1px 0;
1966
+ }
1967
+ [class*=pv-table] [data-sort] a {
1968
+ margin-inline-end: -1.5rem;
1969
+ padding-inline-end: 1.5rem;
1970
+ position: relative;
1971
+ z-index: 10;
1972
+ }
1973
+
1974
+ [class*=pv-table] [data-sort] {
1975
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D66'%3E%3Cpath d='M6.2 14.2c.5-.5 1.2-.5 1.7 0l4.2 4.2 4.2-4.2c.5-.5 1.2-.5 1.7 0s.5 1.2 0 1.7l-5 5c-.5.5-1.2.5-1.7 0l-5-5c-.6-.5-.6-1.3-.1-1.7z'/%3E%3Cpath d='M11.2 3.2c.5-.5 1.2-.5 1.7 0l5 5c.5.5.5 1.2 0 1.7s-1.2.5-1.7 0L12 5.7 7.8 9.8c-.5.5-1.2.5-1.7 0s-.5-1.2 0-1.7l5.1-4.9z'/%3E%3C/svg%3E");
1976
+ }
1977
+
1978
+ [class*=pv-table] [data-sort=descending] {
1979
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D66'%3E%3Cpath d='M6.2 14.2c.5-.5 1.2-.5 1.7 0l4.2 4.2 4.2-4.2c.5-.5 1.2-.5 1.7 0s.5 1.2 0 1.7l-5 5c-.5.5-1.2.5-1.7 0l-5-5c-.6-.5-.6-1.3-.1-1.7z' fill='%2302363D'/%3E%3Cpath d='M11.2 3.2c.5-.5 1.2-.5 1.7 0l5 5c.5.5.5 1.2 0 1.7s-1.2.5-1.7 0L12 5.7 7.8 9.8c-.5.5-1.2.5-1.7 0s-.5-1.2 0-1.7l5.1-4.9z'/%3E%3C/svg%3E");
1980
+ }
1981
+
1982
+ [class*=pv-table] [data-sort=ascending] {
1983
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D66'%3E%3Cpath d='M6.2 14.2c.5-.5 1.2-.5 1.7 0l4.2 4.2 4.2-4.2c.5-.5 1.2-.5 1.7 0s.5 1.2 0 1.7l-5 5c-.5.5-1.2.5-1.7 0l-5-5c-.6-.5-.6-1.3-.1-1.7z'/%3E%3Cpath d='M11.2 3.2c.5-.5 1.2-.5 1.7 0l5 5c.5.5.5 1.2 0 1.7s-1.2.5-1.7 0L12 5.7 7.8 9.8c-.5.5-1.2.5-1.7 0s-.5-1.2 0-1.7l5.1-4.9z' fill='%2302363D'/%3E%3C/svg%3E");
1984
+ }
1985
+
1986
+ .pv-table-matrix,
1987
+ .pv-table-matrix-compressed {
1988
+ text-align: left;
1989
+ border-spacing: 0;
1990
+ table-layout: fixed;
1991
+ width: 100%;
1992
+ position: relative;
1993
+ }
1994
+ .pv-table-matrix :where(thead th),
1995
+ .pv-table-matrix-compressed :where(thead th) {
1996
+ padding: 0.875rem 0.75rem;
1997
+ font-size: 1rem;
1998
+ line-height: 1.25;
1999
+ min-height: 69px;
2000
+ background-color: #F8F8FA;
2001
+ }
2002
+ .pv-table-matrix :where(thead td),
2003
+ .pv-table-matrix-compressed :where(thead td) {
2004
+ background-color: #F8F8FA;
2005
+ text-align: center;
2006
+ }
2007
+ .pv-table-matrix :where(thead td):not(:last-of-type),
2008
+ .pv-table-matrix-compressed :where(thead td):not(:last-of-type) {
2009
+ border-right: 1px solid #DCDFE4;
2010
+ }
2011
+ .pv-table-matrix thead th:not(:first-of-type),
2012
+ .pv-table-matrix-compressed thead th:not(:first-of-type) {
2013
+ white-space: nowrap;
2014
+ max-width: 1px;
2015
+ }
2016
+ .pv-table-matrix th:first-of-type,
2017
+ .pv-table-matrix-compressed th:first-of-type {
2018
+ padding-inline: 1.5rem;
2019
+ border-right: 1px solid #DCDFE4;
2020
+ }
2021
+ .pv-table-matrix th, .pv-table-matrix td,
2022
+ .pv-table-matrix-compressed th,
2023
+ .pv-table-matrix-compressed td {
2024
+ padding: 0.5rem 0.75rem;
2025
+ height: 56px;
2026
+ }
2027
+ .pv-table-matrix tr > *,
2028
+ .pv-table-matrix-compressed tr > * {
2029
+ border-bottom: 1px solid #DCDFE4;
2030
+ }
2031
+ .pv-table-matrix tr > *:not(:first-of-type, :last-of-type),
2032
+ .pv-table-matrix tbody td:not(:last-of-type),
2033
+ .pv-table-matrix-compressed tr > *:not(:first-of-type, :last-of-type),
2034
+ .pv-table-matrix-compressed tbody td:not(:last-of-type) {
2035
+ border-right: 1px solid #DCDFE4;
2036
+ }
2037
+ .pv-table-matrix tbody th,
2038
+ .pv-table-matrix thead th:first-of-type,
2039
+ .pv-table-matrix-compressed tbody th,
2040
+ .pv-table-matrix-compressed thead th:first-of-type {
2041
+ position: sticky;
2042
+ left: 0;
2043
+ }
2044
+ .pv-table-matrix tbody th,
2045
+ .pv-table-matrix-compressed tbody th {
2046
+ z-index: 20;
2047
+ background-color: #FFFFFF;
2048
+ }
2049
+ .pv-table-matrix thead th:first-of-type,
2050
+ .pv-table-matrix-compressed thead th:first-of-type {
2051
+ z-index: 30;
2052
+ }
2053
+
2054
+ .pv-table-matrix td,
2055
+ .pv-table-matrix-compressed td,
2056
+ [class*=pv-table]:has(td .pv-table-button) td {
2057
+ position: relative;
2058
+ }
2059
+ .pv-table-matrix td button,
2060
+ .pv-table-matrix td .pv-table-button,
2061
+ .pv-table-matrix-compressed td button,
2062
+ .pv-table-matrix-compressed td .pv-table-button,
2063
+ [class*=pv-table]:has(td .pv-table-button) td button,
2064
+ [class*=pv-table]:has(td .pv-table-button) td .pv-table-button {
2065
+ text-align: left;
2066
+ padding: 0.5rem 0.75rem;
2067
+ position: absolute;
2068
+ inset: 0;
2069
+ cursor: pointer;
2070
+ background-color: transparent;
2071
+ border: 0;
2072
+ border-radius: 0;
2073
+ color: #121313;
2074
+ display: flex;
2075
+ align-items: center;
2076
+ justify-content: space-between;
2077
+ gap: 0.5rem;
2078
+ }
2079
+ .pv-table-matrix td button > div:last-of-type,
2080
+ .pv-table-matrix td .pv-table-button > div:last-of-type,
2081
+ .pv-table-matrix-compressed td button > div:last-of-type,
2082
+ .pv-table-matrix-compressed td .pv-table-button > div:last-of-type,
2083
+ [class*=pv-table]:has(td .pv-table-button) td button > div:last-of-type,
2084
+ [class*=pv-table]:has(td .pv-table-button) td .pv-table-button > div:last-of-type {
2085
+ display: none;
2086
+ opacity: 0;
2087
+ transition: all 0.3s ease-in-out;
2088
+ }
2089
+ .pv-table-matrix td button:where(:hover, :focus-visible),
2090
+ .pv-table-matrix td .pv-table-button:where(:hover, :focus-visible),
2091
+ .pv-table-matrix-compressed td button:where(:hover, :focus-visible),
2092
+ .pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible),
2093
+ [class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible),
2094
+ [class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) {
2095
+ background-color: #F8F8FA;
2096
+ }
2097
+ .pv-table-matrix td button:where(:hover, :focus-visible) > div:last-of-type,
2098
+ .pv-table-matrix td .pv-table-button:where(:hover, :focus-visible) > div:last-of-type,
2099
+ .pv-table-matrix-compressed td button:where(:hover, :focus-visible) > div:last-of-type,
2100
+ .pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible) > div:last-of-type,
2101
+ [class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible) > div:last-of-type,
2102
+ [class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) > div:last-of-type {
2103
+ display: flex;
2104
+ opacity: 1;
2105
+ }
2106
+ .pv-table-matrix td button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
2107
+ .pv-table-matrix td .pv-table-button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
2108
+ .pv-table-matrix-compressed td button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
2109
+ .pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
2110
+ [class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
2111
+ [class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip) {
2112
+ display: none;
2113
+ }
2114
+
2115
+ [class*=pv-table] td:has(button) {
2116
+ z-index: unset;
2117
+ }
2118
+
2119
+ [class*=pv-table] td:has(.pv-popover-menu:hover, .pv-tooltip:hover) {
2120
+ z-index: 20;
2121
+ }
2122
+
2123
+ .pv-table-matrix-compressed thead th {
2124
+ padding: 0.5rem;
2125
+ }
2126
+ .pv-table-matrix-compressed th, .pv-table-matrix-compressed td {
2127
+ padding: 0.25rem 0.5rem;
2128
+ height: 36px;
2129
+ }
2130
+
2131
+ [data-parent] td:first-of-type {
2132
+ padding-inline-start: 3.75rem;
2133
+ }
2134
+
2135
+ .pv-table-vertical-borders td:not(:last-child),
2136
+ .pv-table-vertical-borders th:not(:last-child) {
2137
+ border-inline-end: 1px solid #DCDFE4;
2138
+ }
2139
+
2140
+ [class*=pv-table] [data-symbol] {
2141
+ position: relative;
2142
+ text-align: right;
2143
+ z-index: 1;
2144
+ }
2145
+ [class*=pv-table] [data-symbol]:before, [class*=pv-table] [data-symbol]:after {
2146
+ display: inline-block;
2147
+ position: absolute;
2148
+ top: 50%;
2149
+ transform: translateY(-50%);
2150
+ color: #6E7784;
2151
+ }
2152
+
2153
+ [class*=pv-table] [data-symbol="$"] {
2154
+ padding-left: 1.75rem;
2155
+ }
2156
+ [class*=pv-table] [data-symbol="$"]:before {
2157
+ content: "$";
2158
+ left: 0.75rem;
2159
+ }
2160
+
2161
+ [class*=pv-table] [data-symbol="%"] {
2162
+ padding-right: 1.75rem;
2163
+ }
2164
+ [class*=pv-table] [data-symbol="%"]:after {
2165
+ content: "%";
2166
+ right: 0.75rem;
2167
+ }
2168
+
2169
+ [class*=pv-table] [data-symbol="/d"] {
2170
+ padding-inline: 2rem;
2171
+ }
2172
+ [class*=pv-table] [data-symbol="/d"]:before {
2173
+ content: "$";
2174
+ left: 0.75rem;
2175
+ }
2176
+ [class*=pv-table] [data-symbol="/d"]:after {
2177
+ content: "/d";
2178
+ right: 0.75rem;
2179
+ }
2180
+
2181
+ [class*=pv-table]:has(colgroup):has(col):not([style*="width: auto"]) {
2182
+ table-layout: fixed;
2183
+ }
2184
+
2185
+ td:not([rowspan]) > .pv-responsive-cell {
2186
+ display: flex;
2187
+ gap: 1rem;
2188
+ justify-content: space-between;
2189
+ align-items: center;
2190
+ }
2191
+
2192
+ [class*=pv-table] tbody [data-sticky-col],
2193
+ [class*=pv-table] thead [data-sticky-col] {
2194
+ --offset: 0;
2195
+ position: sticky;
2196
+ left: var(--offset);
2197
+ background-color: #F8F8FA;
2198
+ z-index: 10;
2199
+ }
2200
+
2201
+ [class*=pv-table] thead [data-sticky-col] {
2202
+ z-index: 60;
2203
+ }
2204
+
2205
+ .pv-table-vertical-borders .pv-border-thick-right:not(last-child) {
2206
+ border-right-width: 2px;
2207
+ }
2208
+
2209
+ .pv-popover {
2210
+ --width: 220px;
2211
+ --height: 266px;
2212
+ --position: absolute;
2213
+ width: var(--width);
2214
+ height: fit-content;
2215
+ max-height: var(--height);
2216
+ overflow-y: auto;
2217
+ overflow-x: hidden;
2218
+ position: var(--position);
2219
+ background-color: #FFFFFF;
2220
+ box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 8px 12px -4px rgba(0, 0, 0, 0.08), 0px 12px 16px rgba(0, 0, 0, 0.1);
2221
+ border-radius: 4px;
2222
+ top: 100%;
2223
+ left: 0;
2224
+ z-index: 50;
2225
+ }
2226
+ .pv-popover[data-align*=right] {
2227
+ right: 0;
2228
+ left: auto;
2229
+ }
2230
+ .pv-popover[data-align*=top] {
2231
+ top: auto;
2232
+ bottom: 100%;
2233
+ }
2234
+
2235
+ .pv-popover-list {
2236
+ padding: 0.5rem;
2237
+ }
2238
+ .pv-popover-list :where(a),
2239
+ .pv-popover-list :where(label) {
2240
+ display: flex;
2241
+ align-items: center;
2242
+ gap: 0.5rem;
2243
+ border-radius: 2px;
2244
+ padding: 0.5rem;
2245
+ white-space: nowrap;
2246
+ font-weight: 400;
2247
+ line-height: 1.25;
2248
+ text-decoration: none;
2249
+ color: #121313;
2250
+ transition-duration: 0.125s;
2251
+ transition-property: background-color;
2252
+ }
2253
+ .pv-popover-list :where(a):hover,
2254
+ .pv-popover-list :where(label):hover {
2255
+ background-color: #F3F4F6;
2256
+ }
2257
+
2258
+ .pv-popover-menu {
2259
+ position: relative;
2260
+ display: inline-flex;
2261
+ vertical-align: top;
2262
+ }
2263
+ .pv-popover-menu .pv-popover {
2264
+ visibility: hidden;
2265
+ opacity: 0;
2266
+ transition-duration: 0.125s;
2267
+ transition-property: opacity;
2268
+ }
2269
+ .pv-popover-menu > button {
2270
+ pointer-events: none;
2271
+ }
2272
+ .pv-popover-menu:hover .pv-button-icon, .pv-popover-menu:focus-within .pv-button-icon {
2273
+ opacity: 1;
2274
+ }
2275
+ .pv-popover-menu:hover .pv-popover, .pv-popover-menu:focus-within .pv-popover {
2276
+ visibility: visible;
2277
+ opacity: 1;
2278
+ }
2279
+
2280
+ [data-sticky] :where(th, td):has(.pv-popover-menu:hover) {
2281
+ z-index: 50;
2282
+ }
2283
+
2284
+ [class*=pv-tag] {
2285
+ font-size: 0.875rem;
2286
+ line-height: 1.42857143;
2287
+ font-weight: 400;
2288
+ color: #121313;
2289
+ display: inline-block;
2290
+ background-color: #F3F4F6;
2291
+ border: 1px solid #DCDFE4;
2292
+ border-radius: 2px;
2293
+ padding: 0.125rem 0.5rem;
2294
+ white-space: nowrap;
2295
+ }
2296
+
2297
+ .pv-tag-sm {
2298
+ font-size: 0.875rem;
2299
+ line-height: 1rem;
2300
+ }
2301
+
2302
+ .pv-tag-lg {
2303
+ font-size: 1rem;
2304
+ line-height: 1.5;
2305
+ border-radius: 3px;
2306
+ }
2307
+
2308
+ .pv-tag-inverse,
2309
+ .pv-tag-red-inverse,
2310
+ .pv-tag-yellow-inverse,
2311
+ .pv-tag-green-inverse,
2312
+ .pv-tag-orange-inverse,
2313
+ .pv-tag-turquoise-inverse {
2314
+ border-color: transparent;
2315
+ color: #FFFFFF;
2316
+ }
2317
+
2318
+ .pv-tag-inverse {
2319
+ background-color: #02363D;
2320
+ }
2321
+
2322
+ .pv-tag-red {
2323
+ background-color: #FFF1F1;
2324
+ border-color: #FFD7D9;
2325
+ color: #A2191F;
2326
+ }
2327
+
2328
+ .pv-tag-red-inverse {
2329
+ background-color: #DA1E28;
2330
+ }
2331
+
2332
+ .pv-tag-yellow {
2333
+ background-color: #FAECCC;
2334
+ border-color: #F5D999;
2335
+ color: #896000;
2336
+ }
2337
+
2338
+ .pv-tag-yellow-inverse {
2339
+ background-color: #EAB333;
2340
+ color: #121313;
2341
+ }
2342
+
2343
+ .pv-tag-green {
2344
+ background-color: #DEFBE6;
2345
+ border-color: #A7F0BA;
2346
+ color: #0E6027;
2347
+ }
2348
+
2349
+ .pv-tag-green-inverse {
2350
+ background-color: #198038;
2351
+ }
2352
+
2353
+ .pv-tag-orange {
2354
+ background-color: #FAEAE4;
2355
+ border-color: #EEC0AE;
2356
+ color: #BA4E01;
2357
+ }
2358
+
2359
+ .pv-tag-orange-inverse {
2360
+ background-color: #BA4E01;
2361
+ }
2362
+
2363
+ .pv-tag-turquoise {
2364
+ background-color: #E2F7F5;
2365
+ border-color: #A8E6E1;
2366
+ color: #176F6F;
2367
+ }
2368
+
2369
+ .pv-tag-turquoise-inverse {
2370
+ background-color: #176F6F;
2371
+ }
2372
+
2373
+ .pv-pill {
2374
+ display: inline-block;
2375
+ padding: 3px 6px;
2376
+ border: var(--border-width-sm, 1px) solid currentColor;
2377
+ font-size: 0.875rem;
2378
+ }
2379
+
2380
+ [class*=pv-highlight] {
2381
+ display: inline-block;
2382
+ position: relative;
2383
+ padding: 4px 8px 4px 22px;
2384
+ font-size: 0.75rem;
2385
+ font-weight: 700;
2386
+ text-transform: uppercase;
2387
+ letter-spacing: 0.72px;
2388
+ white-space: nowrap;
2389
+ }
2390
+ [class*=pv-highlight]:before {
2391
+ content: "";
2392
+ display: block;
2393
+ width: 6px;
2394
+ height: 6px;
2395
+ position: absolute;
2396
+ top: 50%;
2397
+ left: 8px;
2398
+ transform: translateY(-50%);
2399
+ }
2400
+
2401
+ .pv-highlight {
2402
+ background-color: var(--highlight-background, #FAECCC);
2403
+ }
2404
+ .pv-highlight:before {
2405
+ background-color: var(--highlight-square, #EAB333);
2406
+ }
2407
+
2408
+ .pv-highlight-category:before {
2409
+ background-color: var(--highlight-category-square, #351BC5);
2410
+ }
2411
+
2412
+ .pv-highlight-tag {
2413
+ color: var(--color-text-subdued, #4B595C);
2414
+ padding-inline: 0;
2415
+ }
2416
+
2417
+ .pv-tab-list {
2418
+ display: flex;
2419
+ gap: 1.5rem;
2420
+ align-items: center;
2421
+ padding-block-start: 1.5rem;
2422
+ border-block-end: 1px solid #DCDFE4;
2423
+ }
2424
+ .pv-tab-list :where(li) {
2425
+ font-weight: 700;
2426
+ position: relative;
2427
+ padding-block-end: 0.75rem;
2428
+ white-space: nowrap;
2429
+ opacity: 0.7;
2430
+ transition-duration: 0.125s;
2431
+ transition-property: opacity;
2432
+ }
2433
+ .pv-tab-list :where(li):hover, .pv-tab-list :where(li):focus-visible {
2434
+ opacity: 1;
2435
+ }
2436
+ .pv-tab-list :where(li) a, .pv-tab-list :where(li) button {
2437
+ color: inherit;
2438
+ border: 0;
2439
+ padding: 0;
2440
+ text-align: left;
2441
+ background-color: transparent;
2442
+ cursor: pointer;
2443
+ }
2444
+ .pv-tab-list :where(li) a:hover, .pv-tab-list :where(li) a:focus-visible, .pv-tab-list :where(li) button:hover, .pv-tab-list :where(li) button:focus-visible {
2445
+ text-decoration: none;
2446
+ }
2447
+ .pv-tab-list :where(li)[data-active] {
2448
+ color: inherit;
2449
+ opacity: 1;
2450
+ }
2451
+ .pv-tab-list :where(li)[data-active]:after {
2452
+ content: "";
2453
+ display: block;
2454
+ height: 4px;
2455
+ width: 100%;
2456
+ position: absolute;
2457
+ bottom: 0;
2458
+ left: 0;
2459
+ right: 0;
2460
+ border-start-start-radius: 4px;
2461
+ border-start-end-radius: 4px;
2462
+ background-color: #176F6F;
2463
+ }
2464
+
2465
+ :where(ol.pv-tab-list) {
2466
+ counter-reset: item;
2467
+ }
2468
+ :where(ol.pv-tab-list) :where(li) > a:before {
2469
+ counter-increment: item;
2470
+ content: counter(item);
2471
+ display: inline-block;
2472
+ width: 1.5rem;
2473
+ aspect-ratio: 1;
2474
+ color: #FFFFFF;
2475
+ background-color: #ADB5C0;
2476
+ margin-inline-end: 0.5rem;
2477
+ text-align: center;
2478
+ border-radius: 50%;
2479
+ }
2480
+ :where(ol.pv-tab-list) [data-active] > a:before {
2481
+ background-color: #176F6F;
2482
+ }
2483
+ :where(ol.pv-tab-list) [data-complete] {
2484
+ opacity: 1;
2485
+ }
2486
+ :where(ol.pv-tab-list) [data-complete] > a:before {
2487
+ background-color: #176F6F;
2488
+ color: transparent;
2489
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.1 4.9c.6.6.6 1.5 0 2.1l-11 11c-.6.6-1.5.6-2.1 0l-5-5c-.6-.6-.6-1.5 0-2.1.6-.6 1.5-.6 2.1 0l3.9 4L18.9 5c.6-.6 1.6-.6 2.2-.1z' fill='%23fff'/%3E%3C/svg%3E");
2490
+ background-repeat: no-repeat;
2491
+ background-size: 1rem 1rem;
2492
+ background-position: 50% 50%;
2493
+ }
2494
+
2495
+ [class*=pv-modal] {
2496
+ --max-height: auto;
2497
+ --max-width: 100%;
2498
+ --top: 2rem;
2499
+ border: none;
2500
+ border-radius: 4px;
2501
+ box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35), 0px 12px 20px rgba(0, 0, 0, 0.25), 0px 16px 28px -8px rgba(0, 0, 0, 0.25);
2502
+ color: #121313;
2503
+ max-width: min(100% - 2rem, var(--max-width));
2504
+ max-height: min(100% - 2rem, var(--max-height));
2505
+ margin-inline: auto;
2506
+ opacity: 0;
2507
+ overflow-y: auto;
2508
+ padding: 0;
2509
+ position: relative;
2510
+ top: var(--top);
2511
+ width: 100%;
2512
+ transition-behavior: allow-discrete;
2513
+ transition-duration: 0.3s;
2514
+ transition-property: opacity;
2515
+ transition-timing-function: ease-in-out;
2516
+ }
2517
+ [class*=pv-modal][open] {
2518
+ opacity: 1;
2519
+ }
2520
+ [class*=pv-modal]::backdrop {
2521
+ background-color: rgba(0, 0, 0, 0.5);
2522
+ }
2523
+
2524
+ @starting-style {
2525
+ [class*=pv-modal][open] {
2526
+ opacity: 0;
2527
+ }
2528
+ }
2529
+ .pv-modal-sm {
2530
+ --max-width: 480px;
2531
+ }
2532
+
2533
+ .pv-modal-md {
2534
+ --max-width: 720px;
2535
+ }
2536
+
2537
+ .pv-breadcrumbs {
2538
+ font-size: 0.75rem;
2539
+ line-height: 1rem;
2540
+ font-weight: 700;
2541
+ letter-spacing: 0.0375rem;
2542
+ text-transform: uppercase;
2543
+ display: flex;
2544
+ flex-wrap: wrap;
2545
+ gap: 0.5rem;
2546
+ transition-duration: 0.125s;
2547
+ transition-property: color;
2548
+ }
2549
+ .pv-breadcrumbs li:not(:last-child):after {
2550
+ content: "/";
2551
+ color: #4B595C;
2552
+ margin-inline-start: 0.5rem;
2553
+ }
2554
+
2555
+ .pv-dropdown {
2556
+ position: relative;
2557
+ display: inline-flex;
2558
+ vertical-align: top;
2559
+ }
2560
+ .pv-dropdown .pv-popover {
2561
+ visibility: hidden;
2562
+ opacity: 0;
2563
+ transition-duration: 0.3s;
2564
+ transition-property: opacity;
2565
+ }
2566
+ .pv-dropdown .pv-popover-list li {
2567
+ padding: 0;
2568
+ transition-duration: 0.3s;
2569
+ transition-property: background-color;
2570
+ }
2571
+ .pv-dropdown .pv-popover-list li:hover, .pv-dropdown .pv-popover-list li:focus-visible {
2572
+ background-color: #F3F4F6;
2573
+ }
2574
+ .pv-dropdown .pv-popover-list li label {
2575
+ padding: 0.5rem 1rem;
2576
+ cursor: pointer;
2577
+ }
2578
+
2579
+ .pv-select-multiple {
2580
+ font-weight: 600;
2581
+ }
2582
+ .pv-select-multiple[data-dropdown] {
2583
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z' fill='%23176f6f'/%3E%3C/svg%3E");
2584
+ background-color: #F3F4F6;
2585
+ }
2586
+
2587
+ .pv-select-multiple[data-dropdown],
2588
+ .pv-input-search[data-dropdown] {
2589
+ border-color: #176F6F;
2590
+ color: #176F6F;
2591
+ }
2592
+ .pv-select-multiple[data-dropdown] + .pv-popover,
2593
+ .pv-input-search[data-dropdown] + .pv-popover {
2594
+ visibility: visible;
2595
+ opacity: 1;
2596
+ border-radius: 4px;
2597
+ }
2598
+
2599
+ .pv-dropdown > [class*=pv-button] {
2600
+ padding-inline-end: 40px;
2601
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E");
2602
+ background-repeat: no-repeat;
2603
+ background-size: 1.25rem 1.25rem;
2604
+ background-position: right 1rem center;
2605
+ }
2606
+ .pv-dropdown > [class*=pv-button][data-dropdown] {
2607
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z' fill='%23FFFFFF'/%3E%3C/svg%3E");
2608
+ }
2609
+ .pv-dropdown > [class*=pv-button][data-dropdown] + .pv-popover {
2610
+ visibility: visible;
2611
+ opacity: 1;
2612
+ border-radius: 4px;
2613
+ }
2614
+
2615
+ .pv-dropdown > .pv-button-primary-outline:not(:hover),
2616
+ .pv-dropdown > .pv-button-ghost {
2617
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23176F6F' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E");
2618
+ }
2619
+ .pv-dropdown > .pv-button-primary-outline[data-dropdown]:not(:hover),
2620
+ .pv-dropdown > .pv-button-ghost[data-dropdown] {
2621
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z' fill='%23176F6F'/%3E%3C/svg%3E");
2622
+ }
2623
+ .pv-dropdown > .pv-button-tertiary:not([data-dropdown]),
2624
+ .pv-dropdown > .pv-button-secondary-outline:not(:hover) {
2625
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E");
2626
+ }
2627
+ .pv-dropdown > .pv-button-tertiary[data-dropdown],
2628
+ .pv-dropdown > .pv-button-secondary-outline[data-dropdown]:not(:hover) {
2629
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z' fill='%2302363D'/%3E%3C/svg%3E");
2630
+ }
2631
+
2632
+ .pv-pagination {
2633
+ display: flex;
2634
+ justify-content: center;
2635
+ }
2636
+ .pv-pagination > button,
2637
+ .pv-pagination > a {
2638
+ font-size: 1.5rem;
2639
+ line-height: 1;
2640
+ background-color: transparent;
2641
+ transition-duration: 0.125s;
2642
+ transition-property: background-color, color;
2643
+ }
2644
+ .pv-pagination > button:first-of-type,
2645
+ .pv-pagination > a:first-of-type {
2646
+ border-radius: 2rem 0 0 2rem;
2647
+ }
2648
+ .pv-pagination > button:last-of-type,
2649
+ .pv-pagination > a:last-of-type {
2650
+ border-radius: 0 2rem 2rem 0;
2651
+ }
2652
+ .pv-pagination > button:disabled, .pv-pagination > button:not([href]):not(button),
2653
+ .pv-pagination > a:disabled,
2654
+ .pv-pagination > a:not([href]):not(button) {
2655
+ color: #ADB5C0;
2656
+ background-color: #F3F4F6;
2657
+ user-select: none;
2658
+ cursor: default;
2659
+ }
2660
+ .pv-pagination > button:hover,
2661
+ .pv-pagination > a:hover {
2662
+ background-color: #F3F4F6;
2663
+ cursor: pointer;
2664
+ }
2665
+ .pv-pagination [role=list] {
2666
+ display: flex;
2667
+ }
2668
+ .pv-pagination li {
2669
+ display: grid;
2670
+ place-items: center;
2671
+ user-select: none;
2672
+ }
2673
+ .pv-pagination a {
2674
+ display: block;
2675
+ line-height: 38px;
2676
+ transition-duration: 0.125s;
2677
+ transition-property: background-color, color;
2678
+ width: 40px;
2679
+ }
2680
+ .pv-pagination a[aria-current=page] {
2681
+ background-color: #176F6F;
2682
+ color: #FFFFFF;
2683
+ }
2684
+ .pv-pagination a:hover, .pv-pagination a:focus-visible {
2685
+ text-decoration: none;
2686
+ }
2687
+ .pv-pagination a:hover:not([aria-current=page]), .pv-pagination a:focus-visible:not([aria-current=page]) {
2688
+ background-color: #F3F4F6;
2689
+ }
2690
+ .pv-pagination > button,
2691
+ .pv-pagination > a,
2692
+ .pv-pagination li {
2693
+ border: 1px solid #DCDFE4;
2694
+ text-align: center;
2695
+ width: 40px;
2696
+ height: 40px;
2697
+ color: inherit;
2698
+ background-color: #FFFFFF;
2699
+ font-weight: 700;
2700
+ }
2701
+ .pv-pagination :not(:last-child),
2702
+ .pv-pagination [role=list] li:last-child {
2703
+ border-inline-end: 0;
2704
+ }
2705
+
2706
+ .pv-scroller {
2707
+ position: absolute;
2708
+ inset: 0;
2709
+ overflow: auto;
2710
+ }
2711
+
2712
+ .pv-org-switch {
2713
+ width: 100%;
2714
+ border: none;
2715
+ border-bottom: 1px solid var(--org-switch-border-color, transparent);
2716
+ padding: 1rem 1.25rem;
2717
+ line-height: 1;
2718
+ text-align: left;
2719
+ color: var(--org-switch-text-color, #121313);
2720
+ background-color: transparent;
2721
+ display: flex;
2722
+ align-items: center;
2723
+ gap: 0.5rem;
2724
+ cursor: pointer;
2725
+ }
2726
+ .pv-org-switch :nth-child(2) {
2727
+ flex: 1;
2728
+ }
2729
+ .pv-org-switch svg {
2730
+ opacity: 0.7;
2731
+ }
2732
+ .pv-org-switch:hover svg {
2733
+ opacity: 1;
2734
+ }
2735
+ .pv-org-switch .pv-text-subdued {
2736
+ color: var(--layout-primary-subdued-color, #4B595C);
2737
+ }
2738
+
2739
+ [data-collapsed] .pv-org-switch :not(:first-child) {
2740
+ display: none;
2741
+ }
2742
+
2743
+ @media (width <= 768px) {
2744
+ .pv-layout-primary:not([data-floating]) .pv-org-switch :not(:first-child) {
2745
+ display: none;
2746
+ }
2747
+ }
2748
+ .pv-progress-bar {
2749
+ --progress: 20%;
2750
+ --width: 100%;
2751
+ background: linear-gradient(90deg, #176F6F var(--progress), #DCDFE4 var(--progress));
2752
+ width: var(--width);
2753
+ height: 0.5rem;
2754
+ border-radius: 1rem;
2755
+ position: relative;
2756
+ overflow: hidden;
2757
+ }
2758
+ .pv-progress-bar:after {
2759
+ content: "";
2760
+ display: block;
2761
+ width: 2px;
2762
+ height: 100%;
2763
+ background-color: #FFFFFF;
2764
+ position: absolute;
2765
+ left: var(--progress);
2766
+ }
2767
+
2768
+ .pv-tooltip,
2769
+ .pv-hover-card {
2770
+ --max-width: 320px;
2771
+ position: relative;
2772
+ display: inline-block;
2773
+ cursor: pointer;
2774
+ }
2775
+ .pv-tooltip [role=tooltip],
2776
+ .pv-hover-card [role=tooltip] {
2777
+ display: none;
2778
+ }
2779
+ .pv-tooltip:hover > [role=tooltip], .pv-tooltip:focus > [role=tooltip],
2780
+ .pv-hover-card:hover > [role=tooltip],
2781
+ .pv-hover-card:focus > [role=tooltip] {
2782
+ display: inline-block;
2783
+ position: absolute;
2784
+ left: 0;
2785
+ top: calc(100% + 0.25rem);
2786
+ width: max-content;
2787
+ max-width: var(--max-width);
2788
+ background-color: #011214;
2789
+ color: #FFFFFF;
2790
+ padding: 0.5rem 0.75rem;
2791
+ border-radius: 0.25rem;
2792
+ font-size: 0.875rem;
2793
+ line-height: 1.42857143;
2794
+ box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.1), 0px 8px 12px -4px rgba(0, 0, 0, 0.08), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
2795
+ z-index: 50;
2796
+ }
2797
+ .pv-tooltip[data-position*=top] > [role=tooltip],
2798
+ .pv-hover-card[data-position*=top] > [role=tooltip] {
2799
+ top: auto;
2800
+ bottom: calc(100% + 0.25rem);
2801
+ }
2802
+ .pv-tooltip[data-position=top-right] > [role=tooltip], .pv-tooltip[data-position=bottom-right] > [role=tooltip],
2803
+ .pv-hover-card[data-position=top-right] > [role=tooltip],
2804
+ .pv-hover-card[data-position=bottom-right] > [role=tooltip] {
2805
+ left: auto;
2806
+ right: 0;
2807
+ }
2808
+ .pv-tooltip[data-position=top-center] > [role=tooltip], .pv-tooltip[data-position=bottom-center] > [role=tooltip],
2809
+ .pv-hover-card[data-position=top-center] > [role=tooltip],
2810
+ .pv-hover-card[data-position=bottom-center] > [role=tooltip] {
2811
+ left: 50%;
2812
+ transform: translateX(-50%);
2813
+ }
2814
+ .pv-tooltip[data-position=center-right] > [role=tooltip],
2815
+ .pv-hover-card[data-position=center-right] > [role=tooltip] {
2816
+ top: 0;
2817
+ left: calc(100% + 0.25rem);
2818
+ }
2819
+ .pv-tooltip a,
2820
+ .pv-hover-card a {
2821
+ color: #A8E6E1;
2822
+ }
2823
+ .pv-tooltip:after,
2824
+ .pv-hover-card:after {
2825
+ content: "";
2826
+ position: absolute;
2827
+ inset: -4px;
2828
+ }
2829
+
2830
+ .pv-hover-card:hover > [role=tooltip] {
2831
+ background-color: #FFFFFF;
2832
+ border: 1px solid #DCDFE4;
2833
+ color: #121313;
2834
+ padding: 1rem;
2835
+ }
2836
+
2837
+ [class*=pv-accordion] summary,
2838
+ .pv-details summary {
2839
+ list-style: none;
2840
+ cursor: pointer;
2841
+ font-weight: 600;
2842
+ background-repeat: no-repeat;
2843
+ }
2844
+
2845
+ :where([class*=pv-accordion]) {
2846
+ overflow: clip;
2847
+ background-color: #FFFFFF;
2848
+ }
2849
+ :where([class*=pv-accordion]) > summary {
2850
+ padding: 0.5rem 3.25rem 0.5rem 1rem;
2851
+ font-size: 1rem;
2852
+ line-height: 1.5;
2853
+ background-image: var(--summary-background-image-closed, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.455 7.83c.439-.44 1.151-.44 1.59 0L12 13.784l5.954-5.955a1.125 1.125 0 0 1 1.591 1.592l-6.75 6.75c-.439.439-1.151.439-1.59 0l-6.75-6.75a1.125 1.125 0 0 1 0-1.591Z' fill='%2302363D'/%3E%3C/svg%3E"));
2854
+ background-size: 1.25rem 1.25rem;
2855
+ background-position: right 1rem center;
2856
+ background-color: var(--color-background-accent, transparent);
2857
+ transition-duration: 0.125s;
2858
+ transition-timing-function: ease-in;
2859
+ transition-property: color;
2860
+ }
2861
+ :where([class*=pv-accordion]) > summary::-webkit-details-marker {
2862
+ display: none;
2863
+ }
2864
+ :where([class*=pv-accordion]) > summary:hover, :where([class*=pv-accordion]) > summary:focus-within {
2865
+ color: #176F6F;
2866
+ }
2867
+ :where([class*=pv-accordion]) > :where(:not(summary)) {
2868
+ padding: 0 1rem 1rem 1rem;
2869
+ }
2870
+ :where([class*=pv-accordion]):not(:last-of-type) {
2871
+ border-bottom: 1px solid #DCDFE4;
2872
+ }
2873
+ :where([class*=pv-accordion])::details-content {
2874
+ height: 0;
2875
+ opacity: 0;
2876
+ transition-duration: 0.3s, 1s, 0.125s;
2877
+ transition-property: height, content-visibility, opacity;
2878
+ transition-timing-function: ease-in-out;
2879
+ transition-behavior: allow-discrete;
2880
+ }
2881
+ :where([class*=pv-accordion])[open]::details-content {
2882
+ opacity: 1;
2883
+ height: auto;
2884
+ }
2885
+ :where([class*=pv-accordion])[open] > summary {
2886
+ background-image: var(--summary-background-image-open, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.455 16.17c.439.44 1.151.44 1.59 0L12 10.216l5.954 5.955a1.125 1.125 0 0 0 1.591-1.591l-6.75-6.75a1.125 1.125 0 0 0-1.59 0l-6.75 6.75c-.44.439-.44 1.151 0 1.59Z' fill='%2302363D'/%3E%3C/svg%3E"));
2887
+ }
2888
+
2889
+ .pv-accordion-dark > summary,
2890
+ .pv-accordion-transparent > summary {
2891
+ background-image: var(--summary-background-image-closed, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.455 7.83c.439-.44 1.151-.44 1.59 0L12 13.784l5.954-5.955a1.125 1.125 0 0 1 1.591 1.592l-6.75 6.75c-.439.439-1.151.439-1.59 0l-6.75-6.75a1.125 1.125 0 0 1 0-1.591Z' fill='%23FFFFFF'/%3E%3C/svg%3E"));
2892
+ }
2893
+ .pv-accordion-dark[open] > summary,
2894
+ .pv-accordion-transparent[open] > summary {
2895
+ background-image: var(--summary-background-image-open, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.455 16.17c.439.44 1.151.44 1.59 0L12 10.216l5.954 5.955a1.125 1.125 0 0 0 1.591-1.591l-6.75-6.75a1.125 1.125 0 0 0-1.59 0l-6.75 6.75c-.44.439-.44 1.151 0 1.59Z' fill='%23FFFFFF'/%3E%3C/svg%3E"));
2896
+ }
2897
+
2898
+ .pv-accordion-dark > summary {
2899
+ color: #FFFFFF;
2900
+ background-color: #02363D;
2901
+ }
2902
+ .pv-accordion-dark > summary:hover, .pv-accordion-dark > summary:focus-within {
2903
+ color: #A8E6E1;
2904
+ }
2905
+ .pv-accordion-dark:not(:last-of-type) {
2906
+ border-bottom: 1px solid #176F6F;
2907
+ }
2908
+ .pv-accordion-dark > :where(:not(summary)) {
2909
+ padding: 1rem;
2910
+ }
2911
+
2912
+ .pv-accordion-transparent {
2913
+ background-color: transparent;
2914
+ }
2915
+ .pv-accordion-transparent > :where(:not(summary)) {
2916
+ padding: 0;
2917
+ }
2918
+ .pv-accordion-transparent > summary {
2919
+ font-weight: 400;
2920
+ font-size: 0.875rem;
2921
+ padding-inline-start: 0;
2922
+ padding-inline-end: 1.25rem;
2923
+ background-position: right center;
2924
+ background-size: 1rem 1rem;
2925
+ --summary-background-image-closed: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.455 7.83c.439-.44 1.151-.44 1.59 0L12 13.784l5.954-5.955a1.125 1.125 0 0 1 1.591 1.592l-6.75 6.75c-.439.439-1.151.439-1.59 0l-6.75-6.75a1.125 1.125 0 0 1 0-1.591Z' fill='%23A8E6E1'/%3E%3C/svg%3E");
2926
+ --summary-background-image-open: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.455 16.17c.439.44 1.151.44 1.59 0L12 10.216l5.954 5.955a1.125 1.125 0 0 0 1.591-1.591l-6.75-6.75a1.125 1.125 0 0 0-1.59 0l-6.75 6.75c-.44.439-.44 1.151 0 1.59Z' fill='%23A8E6E1'/%3E%3C/svg%3E");
2927
+ }
2928
+ .pv-accordion-transparent dl > div {
2929
+ display: flex;
2930
+ gap: 1rem;
2931
+ font-size: 0.875rem;
2932
+ }
2933
+ .pv-accordion-transparent dt {
2934
+ --min-width: 72px;
2935
+ color: #A8E6E1;
2936
+ font-weight: 600;
2937
+ min-width: var(--min-width);
2938
+ }
2939
+ .pv-accordion-transparent .pv-border-flow {
2940
+ --color-border: white;
2941
+ border: 1px solid var(--color-border, #DCDFE4);
2942
+ border-radius: 4px;
2943
+ }
2944
+ .pv-accordion-transparent .pv-border-flow > * {
2945
+ border-top: none;
2946
+ }
2947
+ .pv-accordion-transparent .pv-border-flow > :not(:last-child) {
2948
+ border-bottom: 1px solid var(--color-border, #DCDFE4);
2949
+ }
2950
+
2951
+ :where(.pv-details) > summary {
2952
+ padding: 0 1.25rem;
2953
+ font-size: 1.125rem;
2954
+ line-height: 1.33333333;
2955
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.8 19.5c-.4-.4-.4-1.2 0-1.6l6-6-6-6c-.4-.4-.4-1.2 0-1.6S9 4 9.4 4.5l6.8 6.8c.4.4.4 1.2 0 1.6l-6.8 6.7c-.4.4-1.1.4-1.6-.1z' fill='%2302363D'/%3E%3C/svg%3E");
2956
+ background-size: 1rem 1rem;
2957
+ background-position: left center;
2958
+ transition-duration: 0.125s;
2959
+ transition-property: color;
2960
+ transition-timing-function: ease-in;
2961
+ }
2962
+ :where(.pv-details) > summary:hover, :where(.pv-details) > summary:focus-within {
2963
+ color: #176F6F;
2964
+ }
2965
+ :where(.pv-details) > summary::-webkit-details-marker {
2966
+ display: none;
2967
+ }
2968
+ :where(.pv-details) > :not(summary):first-of-type {
2969
+ margin: 0.5rem 0 0 1.25rem;
2970
+ }
2971
+ :where(.pv-details)[open] > summary {
2972
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.455 7.83c.439-.44 1.151-.44 1.59 0L12 13.784l5.954-5.955a1.125 1.125 0 0 1 1.591 1.592l-6.75 6.75c-.439.439-1.151.439-1.59 0l-6.75-6.75a1.125 1.125 0 0 1 0-1.591Z' fill='%2302363D'/%3E%3C/svg%3E");
2973
+ }
2974
+ :where(.pv-details)::details-content {
2975
+ opacity: 0;
2976
+ transition-duration: 0.3s;
2977
+ transition-property: opacity, content-visibility;
2978
+ transition-timing-function: ease-in-out;
2979
+ transition-behavior: allow-discrete;
2980
+ }
2981
+ :where(.pv-details)[open]::details-content {
2982
+ opacity: 1;
2983
+ }
2984
+
2985
+ .pv-action-bar {
2986
+ --button-weight: 600;
2987
+ --max-width: 360px;
2988
+ --text-color: #FFFFFF;
2989
+ --hover-color: #FFFFFF;
2990
+ background-color: #02363D;
2991
+ box-shadow: 0 8px 32px rgba(2, 54, 61, 0.24);
2992
+ color: var(--text-color);
2993
+ display: flex;
2994
+ align-items: center;
2995
+ justify-content: space-between;
2996
+ max-width: var(--max-width);
2997
+ }
2998
+
2999
+ .pv-action-bar button:not([class*=pv-button]) {
3000
+ background-color: transparent;
3001
+ border: 0;
3002
+ color: #A8E6E1;
3003
+ cursor: pointer;
3004
+ padding: 0;
3005
+ font-weight: var(--button-weight);
3006
+ text-decoration: none;
3007
+ }
3008
+ .pv-action-bar button:not([class*=pv-button]):not(:disabled):hover, .pv-action-bar button:not([class*=pv-button]):not(:disabled):focus-visible {
3009
+ color: var(--hover-color);
3010
+ text-decoration: underline;
3011
+ }
3012
+
3013
+ .pv-card {
3014
+ position: relative;
3015
+ border: 1px solid #DCDFE4;
3016
+ border-radius: 4px;
3017
+ overflow: clip;
3018
+ transition-duration: 0.125s;
3019
+ transition-timing-function: ease-in;
3020
+ transition-property: border-color;
3021
+ }
3022
+ .pv-card:hover {
3023
+ border-color: #176F6F;
3024
+ box-shadow: 0px 20px 28px -12px rgba(0, 0, 0, 0.24);
3025
+ }
3026
+
3027
+ .pv-card-link:after {
3028
+ content: "";
3029
+ position: absolute;
3030
+ inset: 0;
3031
+ z-index: 20;
3032
+ }
3033
+
3034
+ .pv-image-hover {
3035
+ display: grid;
3036
+ place-items: center;
3037
+ overflow: clip;
3038
+ }
3039
+ .pv-image-hover > * {
3040
+ grid-row: 1/1;
3041
+ grid-column: 1/1;
3042
+ }
3043
+ .pv-image-hover :last-child {
3044
+ opacity: 0;
3045
+ z-index: 10;
3046
+ transition: opacity 0.125s ease-in-out;
3047
+ }
3048
+
3049
+ .pv-card:has(.pv-image-hover):hover :last-child,
3050
+ .pv-card:focus-within :last-child {
3051
+ opacity: 1;
3052
+ }
3053
+
3054
+ .pv-card:has(.pv-card-link:focus-visible) {
3055
+ border-color: #176F6F;
3056
+ box-shadow: 0px 20px 28px -12px rgba(0, 0, 0, 0.24);
3057
+ }
3058
+ .pv-card:has(.pv-card-link:focus-visible) a {
3059
+ outline: none;
3060
+ }
3061
+
3062
+ .pv-card:is(a, button) {
3063
+ border-radius: 0.75rem;
3064
+ color: inherit;
3065
+ font-weight: inherit;
3066
+ transition-duration: 0.125s;
3067
+ transition-timing-function: ease-in;
3068
+ transition-property: border-color, box-shadow, color;
3069
+ }
3070
+ .pv-card:is(a, button):hover {
3071
+ color: inherit;
3072
+ text-decoration: none;
3073
+ }
3074
+ .pv-card:is(a, button):hover .pv-text-subdued {
3075
+ color: inherit;
3076
+ }
3077
+
3078
+ .pv-card:is(button) {
3079
+ text-align: left;
3080
+ background-color: #FFFFFF;
3081
+ cursor: pointer;
3082
+ }
3083
+
3084
+ .pv-card-select {
3085
+ --unselected: "Apply to Table";
3086
+ --selected: "Applied";
3087
+ --unselected-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.85 11.151a1.2 1.2 0 0 0-1.698 0l-4.951 4.952V5a1.2 1.2 0 0 0-2.4 0v11.103L5.849 11.15a1.2 1.2 0 1 0-1.697 1.697l7 7a1.2 1.2 0 0 0 1.697 0l7-7a1.2 1.2 0 0 0 0-1.697Z' fill='%23176F6F'/%3E%3C/svg%3E");
3088
+ --selected-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.1 4.9c.6.6.6 1.5 0 2.1l-11 11c-.6.6-1.5.6-2.1 0l-5-5c-.6-.6-.6-1.5 0-2.1.6-.6 1.5-.6 2.1 0l3.9 4L18.9 5c.6-.6 1.6-.6 2.2-.1z' fill='%23176F6F'/%3E%3C/svg%3E");
3089
+ --gap: 1rem;
3090
+ display: flex;
3091
+ gap: var(--gap);
3092
+ }
3093
+ .pv-card-select > input {
3094
+ display: none;
3095
+ }
3096
+ .pv-card-select > label {
3097
+ flex: 1;
3098
+ background-color: #FFFFFF;
3099
+ color: #121313;
3100
+ font-weight: 400;
3101
+ border: 2px solid #DCDFE4;
3102
+ border-radius: 4px;
3103
+ display: flex;
3104
+ flex-direction: column;
3105
+ transition-duration: 0.125s;
3106
+ transition-timing-function: ease-in;
3107
+ transition-property: border-color, color;
3108
+ }
3109
+ .pv-card-select > label > :first-child {
3110
+ flex: 1;
3111
+ border-bottom: 1px solid #DCDFE4;
3112
+ transition-duration: 0.125s;
3113
+ transition-timing-function: ease-in;
3114
+ transition-property: border-color;
3115
+ }
3116
+ .pv-card-select > label > :last-child {
3117
+ padding: 1rem 1.5rem;
3118
+ font-weight: 600;
3119
+ color: #176F6F;
3120
+ background-image: var(--unselected-icon);
3121
+ background-repeat: no-repeat;
3122
+ background-size: 1.5rem 1.5rem;
3123
+ background-position: right 1.5rem center;
3124
+ }
3125
+ .pv-card-select > label > :last-child:before {
3126
+ content: var(--unselected);
3127
+ }
3128
+ .pv-card-select > label:hover {
3129
+ color: #176F6F;
3130
+ cursor: pointer;
3131
+ border-color: #176F6F;
3132
+ }
3133
+ .pv-card-select > label:hover > :first-child {
3134
+ border-color: #176F6F;
3135
+ }
3136
+ .pv-card-select > input:checked + label {
3137
+ background-color: #E2F7F5;
3138
+ border-color: #176F6F;
3139
+ }
3140
+ .pv-card-select > input:checked + label > :first-child {
3141
+ border-color: #176F6F;
3142
+ }
3143
+ .pv-card-select > input:checked + label > :last-child {
3144
+ background-image: var(--selected-icon);
3145
+ }
3146
+ .pv-card-select > input:checked + label > :last-child:before {
3147
+ content: var(--selected);
3148
+ }
3149
+
3150
+ pv-figure-details {
3151
+ display: grid;
3152
+ gap: 1rem;
3153
+ grid-template-columns: 7fr 12fr;
3154
+ align-items: center;
3155
+ }
3156
+ pv-figure-details img {
3157
+ width: 100%;
3158
+ height: auto;
3159
+ }
3160
+ pv-figure-details summary {
3161
+ cursor: pointer;
3162
+ padding: 1.5rem 0.75rem;
3163
+ list-style: none;
3164
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%2302363D' d='M10 2.917c.69 0 1.25.56 1.25 1.25V8.75h4.584a1.25 1.25 0 0 1 0 2.5H11.25v4.583a1.25 1.25 0 0 1-2.5 0V11.25H4.167a1.25 1.25 0 1 1 0-2.5H8.75V4.167c0-.69.56-1.25 1.25-1.25Z'/%3E%3C/svg%3E");
3165
+ background-repeat: no-repeat;
3166
+ background-size: 1.25rem 1.25rem;
3167
+ background-position: right 1rem center;
3168
+ }
3169
+ pv-figure-details summary::-webkit-details-marker {
3170
+ display: none;
3171
+ }
3172
+ pv-figure-details details[open] summary {
3173
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%2302363D' d='M2.917 10c0-.69.56-1.25 1.25-1.25h11.667a1.25 1.25 0 0 1 0 2.5H4.167c-.69 0-1.25-.56-1.25-1.25Z'/%3E%3C/svg%3E");
3174
+ }
3175
+ pv-figure-details details > div {
3176
+ padding: 0 0.75rem 1.5rem 0.75rem;
3177
+ font-size: 1.125rem;
3178
+ line-height: 1.33333333;
3179
+ }
3180
+ pv-figure-details details {
3181
+ max-width: 520px;
3182
+ margin-inline: auto;
3183
+ border-block-end: 1px solid #DCDFE4;
3184
+ }
3185
+ pv-figure-details details:first-of-type {
3186
+ border-block-start: 1px solid #DCDFE4;
3187
+ }
3188
+ pv-figure-details.pv-text-inverse summary {
3189
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M10 2.917c.69 0 1.25.56 1.25 1.25V8.75h4.584a1.25 1.25 0 0 1 0 2.5H11.25v4.583a1.25 1.25 0 0 1-2.5 0V11.25H4.167a1.25 1.25 0 1 1 0-2.5H8.75V4.167c0-.69.56-1.25 1.25-1.25Z'/%3E%3C/svg%3E");
3190
+ }
3191
+ pv-figure-details.pv-text-inverse details[open] summary {
3192
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M2.917 10c0-.69.56-1.25 1.25-1.25h11.667a1.25 1.25 0 0 1 0 2.5H4.167c-.69 0-1.25-.56-1.25-1.25Z'/%3E%3C/svg%3E");
3193
+ }
3194
+ pv-figure-details.pv-text-inverse details {
3195
+ border-block-end: 1px solid #176F6F;
3196
+ }
3197
+ pv-figure-details.pv-text-inverse details:first-of-type {
3198
+ border-block-start: 1px solid #176F6F;
3199
+ }
3200
+
3201
+ div:has(> pv-figure-details) {
3202
+ container-type: inline-size;
3203
+ }
3204
+
3205
+ @container (max-width: 600px) {
3206
+ pv-figure-details {
3207
+ grid-template-columns: auto;
3208
+ }
3209
+ pv-figure-details details {
3210
+ margin: 0;
3211
+ max-width: 100%;
3212
+ }
3213
+ }
3214
+
3215
+ [class*=pv-alert] {
3216
+ padding: 0.75rem 0.75rem 0.75rem 2.75rem;
3217
+ border: 1px solid var(--color-border, #DCDFE4);
3218
+ background-color: #F8F8FA;
3219
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M12 23.001c6.075 0 11-4.925 11-11s-4.925-11-11-11-11 4.925-11 11 4.925 11 11 11Zm1.2-5.8a1.2 1.2 0 0 1-2.4 0v-6.4a1.2 1.2 0 1 1 2.4 0v6.4Zm-1.2-9.2a1.2 1.2 0 1 1 0-2.4h.01a1.2 1.2 0 0 1 0 2.4H12Z'/%3E%3C/svg%3E");
3220
+ background-repeat: no-repeat;
3221
+ background-size: 1.5rem 1.5rem;
3222
+ background-position: 0.75rem 0.75rem;
3223
+ border-radius: 4px;
3224
+ }
3225
+
3226
+ .pv-alert-warning {
3227
+ border-color: #EFC666;
3228
+ background-color: #FAECCC;
3229
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23b78000' d='M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm-1.2 5.8c0-.7.5-1.2 1.2-1.2s1.2.5 1.2 1.2v6.4c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2V6.8zM12 18.4c-.7 0-1.2-.5-1.2-1.2S11.3 16 12 16s1.2.5 1.2 1.2-.5 1.2-1.2 1.2z'/%3E%3C/svg%3E");
3230
+ }
3231
+
3232
+ body:has(.pv-drawer) {
3233
+ overflow-x: hidden;
3234
+ }
3235
+
3236
+ .pv-drawer {
3237
+ --max-width: 600px;
3238
+ border: 0px solid transparent;
3239
+ left: 100%;
3240
+ right: 0;
3241
+ top: 0;
3242
+ bottom: 0;
3243
+ transform: translateX(0);
3244
+ height: 100dvh;
3245
+ max-height: 100dvh;
3246
+ width: 100%;
3247
+ max-width: var(--max-width);
3248
+ overflow-y: scroll;
3249
+ padding: 0;
3250
+ box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);
3251
+ }
3252
+
3253
+ .pv-drawer[open] {
3254
+ transform: translateX(-100%);
3255
+ }
3256
+
3257
+ .pv-drawer::backdrop {
3258
+ background-color: rgba(0, 0, 0, 0.24);
3259
+ }
3260
+
3261
+ @keyframes show {
3262
+ from {
3263
+ transform: translateX(0);
3264
+ }
3265
+ to {
3266
+ transform: translateX(-100%);
3267
+ }
3268
+ }
3269
+ .pv-rating {
3270
+ --background-color: #DCDFE4;
3271
+ --icon-color: #36C5BA;
3272
+ --height: 40px;
3273
+ aspect-ratio: 220/40;
3274
+ position: relative;
3275
+ width: auto;
3276
+ height: var(--height);
3277
+ }
3278
+
3279
+ .pv-rating ::-webkit-meter-bar {
3280
+ height: var(--height);
3281
+ border-radius: 0;
3282
+ background: var(--background-color);
3283
+ border: 0;
3284
+ }
3285
+
3286
+ .pv-rating ::-webkit-meter-optimum-value {
3287
+ background: var(--icon-color);
3288
+ }
3289
+
3290
+ .pv-rating meter {
3291
+ aspect-ratio: 220/40;
3292
+ position: relative;
3293
+ width: auto;
3294
+ height: var(--height);
3295
+ background: none;
3296
+ background-color: var(--background-color);
3297
+ }
3298
+
3299
+ .pv-rating ::-moz-meter-bar {
3300
+ background: none;
3301
+ background-color: var(--icon-color);
3302
+ }
3303
+
3304
+ .pv-rating:after {
3305
+ content: "";
3306
+ display: block;
3307
+ height: var(--height);
3308
+ top: 0;
3309
+ left: 0;
3310
+ right: 0;
3311
+ position: absolute;
3312
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 220 40'%3E%3Cpath fill='%23fff' d='M0 0v40h220V0H0zm40 16.9c-.1.7-.5 1.1-.7 1.4-.2.3-.5.5-.8.8l-6 5.8 1.4 8.2c.1.4.1.8.2 1.1 0 .3.1.9-.3 1.5-.4.7-1 1.2-1.8 1.3-.7.1-1.2-.1-1.5-.2-.3-.1-.7-.3-1-.5L22 32.4l-7.4 3.9c-.4.2-.7.4-1 .5-.3.1-.9.3-1.5.2-.8-.1-1.4-.6-1.8-1.3-.3-.6-.3-1.2-.3-1.5 0-.3.1-.7.2-1.1l1.4-8.2-6-5.8-.8-.8c-.2-.2-.6-.7-.7-1.4-.1-.8.2-1.5.7-2.1.5-.5 1-.6 1.4-.7.2-.1.6-.1 1-.2l8.3-1.2 3.7-7.4c.2-.4.4-.7.5-1 .2-.3.5-.8 1.1-1.1.7-.3 1.5-.3 2.2 0 .6.3.9.8 1.1 1.1.2.3.4.6.5 1l3.7 7.4 8.3 1.2c.4.1.8.1 1.1.2.3.1.9.2 1.4.7.7.6 1 1.4.9 2.1zm44 0c-.1.7-.5 1.1-.7 1.4-.2.3-.5.5-.8.8l-6 5.8 1.4 8.2c.1.4.1.8.2 1.1 0 .3.1.9-.3 1.5-.4.7-1 1.2-1.8 1.3-.7.1-1.2-.1-1.5-.2-.3-.1-.7-.3-1-.5L66 32.4l-7.4 3.9c-.4.2-.7.4-1 .5-.3.1-.9.3-1.5.2-.8-.1-1.4-.6-1.8-1.3-.3-.6-.3-1.2-.3-1.5 0-.3.1-.7.2-1.1l1.4-8.2-6-5.8-.8-.8c-.2-.2-.6-.7-.7-1.4-.1-.8.2-1.5.7-2.1.5-.5 1-.6 1.4-.7.3-.1.7-.1 1.1-.2l8.3-1.2 3.7-7.4c.2-.4.4-.7.5-1 .2-.3.5-.8 1.1-1.1.7-.3 1.5-.3 2.2 0 .6.3.9.8 1.1 1.1.2.3.4.6.5 1l3.7 7.4 8.3 1.2c.4.1.8.1 1.1.2.3.1.9.2 1.4.7.6.6.9 1.4.8 2.1zm44 0c-.1.7-.5 1.1-.7 1.4-.2.3-.5.5-.8.8l-6 5.8 1.4 8.2c.1.4.1.8.2 1.1 0 .3.1.9-.3 1.5-.4.7-1 1.2-1.8 1.3-.7.1-1.2-.1-1.5-.2-.3-.1-.7-.3-1-.5l-7.4-3.9-7.4 3.9c-.4.2-.7.4-1 .5-.3.1-.9.3-1.5.2-.8-.1-1.4-.6-1.8-1.3-.3-.6-.3-1.2-.3-1.5 0-.3.1-.7.2-1.1l1.4-8.2-6-5.8-.8-.8c-.2-.2-.6-.7-.7-1.4-.1-.8.2-1.5.7-2.1.5-.5 1-.6 1.4-.7.3-.1.7-.1 1.1-.2l8.3-1.2 3.7-7.4c.2-.4.4-.7.5-1 .2-.3.5-.8 1.1-1.1.7-.3 1.5-.3 2.2 0 .6.3.9.8 1.1 1.1.2.3.4.6.5 1l3.7 7.4 8.3 1.2c.4.1.8.1 1.1.2.3.1.9.2 1.4.7.5.6.8 1.4.7 2.1zm44 0c-.1.7-.5 1.1-.7 1.4-.2.3-.5.5-.8.8l-6 5.8 1.4 8.2c.1.4.1.8.2 1.1 0 .3.1.9-.3 1.5-.4.7-1 1.2-1.8 1.3-.7.1-1.2-.1-1.5-.2-.3-.1-.7-.3-1-.5l-7.4-3.9-7.4 3.9c-.4.2-.7.4-1 .5-.3.1-.9.3-1.5.2-.8-.1-1.4-.6-1.8-1.3-.3-.6-.3-1.2-.3-1.5 0-.3.1-.7.2-1.1l1.4-8.2-6-5.8-.8-.8c-.2-.2-.6-.7-.7-1.4-.1-.8.2-1.5.7-2.1.5-.5 1-.6 1.4-.7.3-.1.7-.1 1.1-.2l8.3-1.2 3.7-7.4c.2-.4.4-.7.5-1 .2-.3.5-.8 1.1-1.1.7-.3 1.5-.3 2.2 0 .6.3.9.8 1.1 1.1.2.3.4.6.5 1l3.7 7.4 8.3 1.2c.4.1.8.1 1.1.2.3.1.9.2 1.4.7.5.6.8 1.4.7 2.1zm44 0c-.1.7-.5 1.1-.7 1.4-.2.3-.5.5-.8.8l-6 5.8 1.4 8.2c.1.4.1.8.2 1.1 0 .3.1.9-.3 1.5-.4.7-1 1.2-1.8 1.3-.7.1-1.2-.1-1.5-.2-.3-.1-.7-.3-1-.5l-7.4-3.9-7.4 3.9c-.4.2-.7.4-1 .5-.3.1-.9.3-1.5.2-.8-.1-1.4-.6-1.8-1.3-.3-.6-.3-1.2-.3-1.5 0-.3.1-.7.2-1.1l1.4-8.2-6-5.8-.8-.8c-.2-.2-.6-.7-.7-1.4-.1-.8.2-1.5.7-2.1.5-.5 1-.6 1.4-.7.3-.1.7-.1 1.1-.2l8.3-1.2 3.7-7.4c.2-.4.4-.7.5-1 .2-.3.5-.8 1.1-1.1.7-.3 1.5-.3 2.2 0 .6.3.9.8 1.1 1.1.2.3.4.6.5 1l3.7 7.4 8.3 1.2c.4.1.8.1 1.1.2.3.1.9.2 1.4.7.5.6.8 1.4.7 2.1z'/%3E%3C/svg%3E");
3313
+ background-size: 100% 100%;
3314
+ background-position: top left;
3315
+ background-repeat: no-repeat;
3316
+ }
3317
+
3318
+ .pv-rating[data-rating=bar] {
3319
+ --background-color: #DCDFE4;
3320
+ --icon-color: #176F6F;
3321
+ --height: 10px;
3322
+ display: flex;
3323
+ align-items: center;
3324
+ gap: 4px;
3325
+ aspect-ratio: unset;
3326
+ }
3327
+ .pv-rating[data-rating=bar] meter {
3328
+ position: relative;
3329
+ padding: 0;
3330
+ height: var(--height);
3331
+ }
3332
+ .pv-rating[data-rating=bar] meter[max="5"] {
3333
+ aspect-ratio: 29/10;
3334
+ }
3335
+ .pv-rating[data-rating=bar] meter[max="10"] {
3336
+ aspect-ratio: 59/10;
3337
+ }
3338
+ .pv-rating[data-rating=bar]:after {
3339
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 6 10'%3E%3Cpath fill='white' d='M0 1V0h1a1 1 0 0 0-1 1Zm4-1h2v10H4a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1ZM1 10H0V9a1 1 0 0 0 1 1Z'/%3E%3C/svg%3E");
3340
+ background-size: 6px 10px;
3341
+ background-repeat: repeat;
3342
+ }
3343
+
3344
+ .pv-circle-meter {
3345
+ --size: 100px;
3346
+ --color: #36C5BA;
3347
+ --background: #DCDFE4;
3348
+ --degrees: 0deg; /* (360/max) * min */
3349
+ width: var(--size);
3350
+ aspect-ratio: 1;
3351
+ display: grid;
3352
+ place-items: center;
3353
+ }
3354
+ .pv-circle-meter meter {
3355
+ display: none;
3356
+ }
3357
+ .pv-circle-meter:before, .pv-circle-meter:after {
3358
+ grid-area: 1/-1;
3359
+ content: "";
3360
+ aspect-ratio: 1;
3361
+ border-radius: 50%;
3362
+ }
3363
+ .pv-circle-meter:before {
3364
+ width: 100%;
3365
+ background-image: conic-gradient(var(--color) var(--degrees), var(--background) var(--degrees));
3366
+ transform: scaleX(-1);
3367
+ }
3368
+ .pv-circle-meter:after {
3369
+ z-index: 10;
3370
+ background-color: #ffffff;
3371
+ width: 70%;
3372
+ }
3373
+ .pv-circle-meter label {
3374
+ z-index: 15;
3375
+ grid-area: 1/-1;
3376
+ font-size: 20px;
3377
+ font-weight: 700;
3378
+ text-align: center;
3379
+ }
3380
+ .pv-circle-meter label span:first-of-type {
3381
+ font-size: 28px;
3382
+ line-height: 1.14286;
3383
+ }
3384
+ .pv-circle-meter label span:last-of-type {
3385
+ font-size: 14px;
3386
+ line-height: 1.4285;
3387
+ }
3388
+
3389
+ .pv-counter {
3390
+ --size: 40px;
3391
+ width: var(--size);
3392
+ aspect-ratio: 1;
3393
+ background-color: #176F6F;
3394
+ color: #FFFFFF;
3395
+ display: grid;
3396
+ place-items: center;
3397
+ font-size: 1.125rem;
3398
+ font-weight: 600;
3399
+ border-radius: 50%;
3400
+ flex-shrink: 0;
3401
+ }
3402
+
3403
+ .ag-theme-pv .ag-header-cell {
3404
+ font-size: 0.875rem !important;
3405
+ font-weight: 600 !important;
3406
+ color: #121313 !important;
3407
+ }
3408
+
3409
+ .ag-theme-pv .ag-header-cell-filter-button {
3410
+ border-radius: 2px;
3411
+ border: 2px solid transparent;
3412
+ }
3413
+ .ag-theme-pv .ag-header-cell-filter-button:hover {
3414
+ border: 2px solid #176F6F;
3415
+ }
3416
+
3417
+ .ag-theme-pv .ag-filter-active {
3418
+ border-color: #176F6F;
3419
+ }
3420
+ .ag-theme-pv .ag-filter-active .ag-icon-filter:after {
3421
+ background-image: var(--ag-icon-image-filter-active);
3422
+ }
3423
+
3424
+ .ag-theme-pv .ag-menu {
3425
+ padding: 0.5rem;
3426
+ border: 0;
3427
+ }
3428
+
3429
+ .ag-theme-pv .ag-mini-filter {
3430
+ margin: 0 0 0.5rem 0;
3431
+ }
3432
+
3433
+ .ag-theme-pv .ag-ltr input[class^=ag-][type=text] {
3434
+ padding: 0.5rem;
3435
+ font-size: 16px;
3436
+ line-height: 1.5;
3437
+ border: 2px solid #DCDFE4;
3438
+ border-radius: 2px;
3439
+ appearance: none;
3440
+ background-color: #fff;
3441
+ width: 100%;
3442
+ min-width: fit-content;
3443
+ }
3444
+ .ag-theme-pv .ag-ltr input[class^=ag-][type=text]:focus {
3445
+ box-shadow: none;
3446
+ }
3447
+ .ag-theme-pv .ag-ltr input[class^=ag-][type=text]:not(:disabled, [data-invalid]):focus-visible, .ag-theme-pv .ag-ltr input[class^=ag-][type=text]:not(:disabled, [data-invalid]):hover {
3448
+ border-color: #176F6F;
3449
+ outline: none;
3450
+ }
3451
+
3452
+ .ag-theme-pv .ag-set-filter-item {
3453
+ padding: 0.5rem;
3454
+ font-size: 1rem;
3455
+ line-height: 1.25;
3456
+ margin: 0 !important;
3457
+ border-radius: 2px;
3458
+ }
3459
+ .ag-theme-pv .ag-set-filter-item:hover, .ag-theme-pv .ag-set-filter-item:focus-visible {
3460
+ background-color: #F3F4F6;
3461
+ }
3462
+
3463
+ .ag-theme-pv .ag-ltr .ag-label-align-right .ag-label {
3464
+ margin-left: 0;
3465
+ }
3466
+
3467
+ .ag-theme-pv .ag-ltr .ag-set-filter-item {
3468
+ padding: 0.5rem;
3469
+ }
3470
+
3471
+ .ag-theme-pv .ag-input-field {
3472
+ gap: 0.25rem;
3473
+ }
3474
+
3475
+ .ag-theme-pv .ag-tooltip {
3476
+ font-size: 0.875rem !important;
3477
+ color: #FFFFFF !important;
3478
+ background-color: black;
3479
+ padding: 5px;
3480
+ border: 1px solid black;
3481
+ border-radius: 3px;
3482
+ }
3483
+
3484
+ pv-data-grid.ag-theme-pv {
3485
+ display: block;
3486
+ --ag-font-family: Inter, sans-serif !important;
3487
+ --ag-font-size: 0.875rem !important;
3488
+ --ag-foreground-color: #121313 !important;
3489
+ --ag-border-color: #DCDFE4 !important;
3490
+ --ag-background-color: #FFFFFF !important;
3491
+ --ag-odd-row-background-color: #FFFFFF !important;
3492
+ --ag-row-grid-size: 0.25rem !important;
3493
+ --ag-header-height: 1.875rem !important;
3494
+ --ag-row-height: 1.875rem !important;
3495
+ --ag-cell-horizontal-padding: 9px !important;
3496
+ --ag-cell-horizontal-border: solid #DCDFE4 !important;
3497
+ --ag-column-border: solid 1px #DCDFE4 !important;
3498
+ --ag-active-color: #176F6F !important;
3499
+ --ag-row-hover-color: #F3FCFB !important;
3500
+ --ag-range-selection-background-color: rgba(0,0,0,0.2) !important;
3501
+ --ag-accent-color: #176F6F !important;
3502
+ --ag-header-cell-hover-background-color: #E2F7F5;
3503
+ --ag-header-column-separator-height: 100%;
3504
+ --ag-popup-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.30), 0px 8px 12px -4px rgba(0, 0, 0, 0.08), 0px 12px 16px 0px rgba(0, 0, 0, 0.10);
3505
+ --ag-card-radius: .25rem;
3506
+ --ag-borders: 1px solid;
3507
+ --ag-menu-border-color: #DCDFE4;
3508
+ --ag-menu-background-color: #FFFFFF;
3509
+ --ag-list-item-height: 36px;
3510
+ --ag-secondary-foreground-color: #02363D;
3511
+ --ag-icon-size: 16px;
3512
+ --ag-icon-font-display: none;
3513
+ --ag-icon-font-color: $color-text-body;
3514
+ --ag-icon-image-none: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D66'%3E%3Cpath d='M6.2 14.2c.5-.5 1.2-.5 1.7 0l4.2 4.2 4.2-4.2c.5-.5 1.2-.5 1.7 0s.5 1.2 0 1.7l-5 5c-.5.5-1.2.5-1.7 0l-5-5c-.6-.5-.6-1.3-.1-1.7z'/%3E%3Cpath d='M11.2 3.2c.5-.5 1.2-.5 1.7 0l5 5c.5.5.5 1.2 0 1.7s-1.2.5-1.7 0L12 5.7 7.8 9.8c-.5.5-1.2.5-1.7 0s-.5-1.2 0-1.7l5.1-4.9z'/%3E%3C/svg%3E");
3515
+ --ag-icon-image-asc: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D66'%3E%3Cpath d='M6.2 14.2c.5-.5 1.2-.5 1.7 0l4.2 4.2 4.2-4.2c.5-.5 1.2-.5 1.7 0s.5 1.2 0 1.7l-5 5c-.5.5-1.2.5-1.7 0l-5-5c-.6-.5-.6-1.3-.1-1.7z'/%3E%3Cpath d='M11.2 3.2c.5-.5 1.2-.5 1.7 0l5 5c.5.5.5 1.2 0 1.7s-1.2.5-1.7 0L12 5.7 7.8 9.8c-.5.5-1.2.5-1.7 0s-.5-1.2 0-1.7l5.1-4.9z' fill='%2302363D'/%3E%3C/svg%3E");
3516
+ --ag-icon-image-desc: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D66'%3E%3Cpath d='M6.2 14.2c.5-.5 1.2-.5 1.7 0l4.2 4.2 4.2-4.2c.5-.5 1.2-.5 1.7 0s.5 1.2 0 1.7l-5 5c-.5.5-1.2.5-1.7 0l-5-5c-.6-.5-.6-1.3-.1-1.7z' fill='%2302363D'/%3E%3Cpath d='M11.2 3.2c.5-.5 1.2-.5 1.7 0l5 5c.5.5.5 1.2 0 1.7s-1.2.5-1.7 0L12 5.7 7.8 9.8c-.5.5-1.2.5-1.7 0s-.5-1.2 0-1.7l5.1-4.9z'/%3E%3C/svg%3E");
3517
+ --ag-icon-image-cancel: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M4.94 4.94a1.5 1.5 0 0 1 2.12 0L12 9.878l4.94-4.94a1.5 1.5 0 0 1 2.12 2.122L14.122 12l4.94 4.94a1.5 1.5 0 0 1-2.122 2.12L12 14.122l-4.94 4.94a1.5 1.5 0 0 1-2.12-2.122L9.878 12l-4.94-4.94a1.5 1.5 0 0 1 0-2.12Z'/%3E%3C/svg%3E");
3518
+ --ag-icon-image-chart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M8 2.5V18h3V2.5c0-.8-.7-1.5-1.5-1.5S8 1.7 8 2.5zm-3.5 4C5.3 6.5 6 7.2 6 8v10H3V8c0-.8.7-1.5 1.5-1.5zM1 21.5c0-.8.7-1.5 1.5-1.5h19c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5h-19c-.8 0-1.5-.7-1.5-1.5zM13 18V5.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V18h-3zm8-7.5c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5V18h3v-7.5z'/%3E%3C/svg%3E");
3519
+ --ag-icon-image-columns: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M7 1H5.8C3.1 1 1 3.1 1 5.8V7h6V1zM1 9.4v8.8C1 20.8 3.1 23 5.8 23H7V9.4H1zM9.4 23h8.8c2.7 0 4.8-2.1 4.8-4.8V9.4H9.4V23zM23 7H9.4V1h8.8C20.8 1 23 3.1 23 5.8V7z'/%3E%3C/svg%3E");
3520
+ --ag-icon-image-contracted: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M8.152 5.151a1.2 1.2 0 0 0 0 1.698L13.303 12l-5.151 5.151a1.2 1.2 0 1 0 1.697 1.698l6-6a1.2 1.2 0 0 0 0-1.697l-6-6a1.2 1.2 0 0 0-1.697 0Z'/%3E%3C/svg%3E");
3521
+ --ag-icon-image-copy: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M14 1a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2h-2ZM10.514 3.003a1 1 0 0 0-.027-2c-.657.009-1.287.038-1.849.324a3 3 0 0 0-1.31 1.311c-.287.562-.316 1.192-.325 1.848a1 1 0 1 0 2 .028c.01-.694.059-.875.106-.968a1 1 0 0 1 .437-.437c.094-.048.274-.097.968-.106ZM19.514 1.003a1 1 0 0 0-.027 2c.694.01.874.058.967.106a1 1 0 0 1 .437.437c.048.093.097.274.106.968a1 1 0 0 0 2-.028c-.009-.656-.038-1.286-.324-1.848a3 3 0 0 0-1.31-1.311c-.563-.286-1.193-.315-1.85-.324ZM23 8a1 1 0 1 0-2 0v2a1 1 0 0 0 2 0V8ZM22.997 13.514a1 1 0 0 0-2-.028c-.009.694-.058.875-.106.968a1 1 0 0 1-.437.437c-.093.048-.274.097-.967.106a1 1 0 0 0 .027 2c.656-.009 1.286-.038 1.848-.324a3 3 0 0 0 1.311-1.311c.287-.562.315-1.192.324-1.848ZM5.161 7h7.678c.527 0 .981 0 1.356.03.395.033.789.104 1.167.297a3 3 0 0 1 1.311 1.311c.193.378.264.772.296 1.167.031.375.031.83.031 1.357v7.676c0 .528 0 .982-.03 1.357-.033.395-.104.789-.297 1.167a3 3 0 0 1-1.311 1.311c-.378.193-.772.264-1.167.296-.375.031-.83.031-1.356.031H5.16c-.527 0-.981 0-1.356-.03-.395-.033-.789-.104-1.167-.297a3 3 0 0 1-1.311-1.311c-.193-.378-.264-.772-.296-1.167C1 19.82 1 19.365 1 18.839v-7.677c0-.528 0-.982.03-1.357.033-.395.104-.789.297-1.167a3 3 0 0 1 1.311-1.311c.378-.193.772-.264 1.167-.296C4.18 7 4.635 7 5.161 7Z'/%3E%3C/svg%3E");
3522
+ --ag-icon-image-cross: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M4.94 4.94a1.5 1.5 0 0 1 2.12 0L12 9.878l4.94-4.94a1.5 1.5 0 0 1 2.12 2.122L14.122 12l4.94 4.94a1.5 1.5 0 0 1-2.122 2.12L12 14.122l-4.94 4.94a1.5 1.5 0 0 1-2.12-2.122L9.878 12l-4.94-4.94a1.5 1.5 0 0 1 0-2.12Z'/%3E%3C/svg%3E");
3523
+ --ag-icon-image-data: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M15 9c-1.1 0-2-.9-2-2V1H6C4.3 1 3 2.3 3 4v16c0 1.7 1.3 3 3 3h12c1.7 0 3-1.3 3-3V9h-6zm-1 10H8c-.6 0-1-.4-1-1s.4-1 1-1h6c.6 0 1 .4 1 1s-.4 1-1 1zm2-4H8c-.6 0-1-.4-1-1s.4-1 1-1h8c.6 0 1 .4 1 1s-.4 1-1 1zm-1-8.5V2.2c0-.4.5-.7.9-.4l4.3 4.3c.3.4 0 .9-.4.9h-4.3c-.3 0-.5-.2-.5-.5z'/%3E%3C/svg%3E");
3524
+ --ag-icon-image-csv: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M15 9c-1.1 0-2-.9-2-2V1H6C4.3 1 3 2.3 3 4v16c0 1.7 1.3 3 3 3h12c1.7 0 3-1.3 3-3V9h-6zm-1 10H8c-.6 0-1-.4-1-1s.4-1 1-1h6c.6 0 1 .4 1 1s-.4 1-1 1zm2-4H8c-.6 0-1-.4-1-1s.4-1 1-1h8c.6 0 1 .4 1 1s-.4 1-1 1zm-1-8.5V2.2c0-.4.5-.7.9-.4l4.3 4.3c.3.4 0 .9-.4.9h-4.3c-.3 0-.5-.2-.5-.5z'/%3E%3C/svg%3E");
3525
+ --ag-icon-image-excel: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M15 9c-1.1 0-2-.9-2-2V1H6C4.3 1 3 2.3 3 4v16c0 1.7 1.3 3 3 3h12c1.7 0 3-1.3 3-3V9h-6zm-1 10H8c-.6 0-1-.4-1-1s.4-1 1-1h6c.6 0 1 .4 1 1s-.4 1-1 1zm2-4H8c-.6 0-1-.4-1-1s.4-1 1-1h8c.6 0 1 .4 1 1s-.4 1-1 1zm-1-8.5V2.2c0-.4.5-.7.9-.4l4.3 4.3c.3.4 0 .9-.4.9h-4.3c-.3 0-.5-.2-.5-.5z'/%3E%3C/svg%3E");
3526
+ --ag-icon-image-expanded: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='m14.6 19.6-6.8-6.7c-.4-.4-.4-1.2 0-1.6l6.8-6.8c.4-.5 1.2-.6 1.6-.2.4.4.4 1.2 0 1.6l-6 6 6 6c.4.4.4 1.2 0 1.6-.5.5-1.2.5-1.6.1z'/%3E%3C/svg%3E");
3527
+ --ag-icon-image-eye-slash: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M2.4 2.8c-.4.4-.4 1 0 1.4L20.2 22c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L3.8 2.8c-.4-.3-1-.3-1.4 0zm2.9 4.5.1-.1 3.3 3.3c-.3.6-.5 1.2-.5 2 0 2.1 1.7 3.9 3.9 3.9.7 0 1.4-.2 2-.5l3 3c-1.4.8-3.1 1.4-5 1.4-2.8 0-5-1.2-6.7-2.6-1.7-1.4-2.8-3-3.4-3.9-.1-.2-.3-.4-.3-.7-.1-.3-.1-.6 0-.9.1-.3.2-.6.3-.7.5-1.2 1.6-2.8 3.3-4.2zm6.9 1.3c1.9.1 3.5 1.7 3.6 3.6l4.1 4.1c1-1 1.7-2 2.1-2.7.1-.2.3-.4.3-.7.1-.3.1-.6 0-.9-.1-.3-.2-.6-.3-.7-.6-.9-1.7-2.5-3.4-3.9C17 5.9 14.8 4.7 12 4.7c-1.1 0-2.2.2-3.1.5l3.3 3.4zm-2.1 3.8c0-.2 0-.3.1-.5l2.4 2.4c-.2 0-.3.1-.5.1-1.2 0-2-.9-2-2z'/%3E%3C/svg%3E");
3528
+ --ag-icon-image-eye: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M14 12.4c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm8.5.5c-.1.3-.2.6-.3.7-.6.9-1.7 2.5-3.4 3.9s-3.9 2.6-6.7 2.6-5-1.2-6.7-2.6c-1.7-1.4-2.8-3-3.4-3.9-.1-.2-.3-.4-.3-.7-.1-.3-.1-.6 0-.9.1-.3.2-.6.3-.7.6-.9 1.7-2.5 3.4-3.9C7 5.9 9.2 4.7 12 4.7s5 1.2 6.7 2.6c1.7 1.4 2.8 3 3.4 3.9.1.2.3.4.3.7.1.4.1.7.1 1zm-6.6-.5c0-2.1-1.7-3.9-3.9-3.9s-3.9 1.7-3.9 3.9c0 2.1 1.7 3.9 3.9 3.9s3.9-1.7 3.9-3.9z'/%3E%3C/svg%3E");
3529
+ --ag-icon-image-filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23176f6f' d='M4.5 8c0-.4.4-.8.8-.8h13.3c.4 0 .8.4.8.8s-.4.8-.8.8H5.3c-.4 0-.8-.4-.8-.8zm2 4c0-.4.4-.8.8-.8h9.3c.4 0 .8.4.8.8s-.4.8-.8.8H7.3c-.4 0-.8-.4-.8-.8zm2 4c0-.4.4-.8.8-.8h5.3c.4 0 .8.4.8.8s-.4.8-.8.8H9.3c-.4 0-.8-.4-.8-.8z'/%3E%3C/svg%3E");
3530
+ --ag-icon-image-first: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m17.9 19.6-6.8-6.7c-.4-.4-.4-1.2 0-1.6l6.8-6.8c.4-.5 1.2-.6 1.6-.2s.4 1.2 0 1.6l-6 6 6 6c.4.4.4 1.2 0 1.6-.5.5-1.2.5-1.6.1zm-6.6 0-6.8-6.7c-.4-.4-.4-1.2 0-1.6l6.8-6.8c.4-.5 1.2-.6 1.6-.2.4.4.4 1.2 0 1.6l-6 6 6 6c.4.4.4 1.2 0 1.6-.5.5-1.2.5-1.6.1z' fill='%23fff'/%3E%3C/svg%3E");
3531
+ --ag-icon-image-last: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.5 19.5c-.4-.4-.4-1.2 0-1.6l6-6-6-6c-.4-.4-.4-1.2 0-1.6.4-.4 1.2-.3 1.6.2l6.8 6.8c.4.4.4 1.2 0 1.6l-6.8 6.7c-.4.4-1.1.4-1.6-.1zm6.6 0c-.4-.4-.4-1.2 0-1.6l6-6-6-6c-.4-.4-.4-1.2 0-1.6.4-.4 1.2-.3 1.6.2l6.8 6.8c.4.4.4 1.2 0 1.6l-6.8 6.7c-.4.4-1.1.4-1.6-.1z' fill='%23fff'/%3E%3C/svg%3E");
3532
+ --ag-icon-image-left: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M12.849 4.151a1.2 1.2 0 0 1 0 1.698L7.897 10.8H19a1.2 1.2 0 1 1 0 2.4H7.897l4.952 4.951a1.2 1.2 0 1 1-1.697 1.698l-7-7a1.2 1.2 0 0 1 0-1.697l7-7a1.2 1.2 0 0 1 1.697 0Z'/%3E%3C/svg%3E");
3533
+ --ag-icon-image-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M11.152 4.151a1.2 1.2 0 0 0 0 1.697l4.952 4.952H5a1.2 1.2 0 0 0 0 2.4h11.103l-4.952 4.951a1.2 1.2 0 1 0 1.697 1.697l7-7a1.2 1.2 0 0 0 0-1.697l-7-7a1.2 1.2 0 0 0-1.697 0Z'/%3E%3C/svg%3E");
3534
+ --ag-icon-image-maximize: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M17.657 5.143a1.2 1.2 0 0 1 1.2 1.2v7.071a1.2 1.2 0 1 1-2.4 0v-5.87h-5.871a1.2 1.2 0 1 1 0-2.4h7.07ZM6.343 9.386a1.2 1.2 0 0 1 1.2 1.2v5.87h5.871a1.2 1.2 0 0 1 0 2.4h-7.07a1.2 1.2 0 0 1-1.2-1.2v-7.07a1.2 1.2 0 0 1 1.2-1.2Z' /%3E%3C/svg%3E");
3535
+ --ag-icon-image-menu: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M.8 6A1.2 1.2 0 0 1 2 4.8h20a1.2 1.2 0 0 1 0 2.4H2A1.2 1.2 0 0 1 .8 6Zm0 6A1.2 1.2 0 0 1 2 10.8h20a1.2 1.2 0 0 1 0 2.4H2A1.2 1.2 0 0 1 .8 12Zm0 6A1.2 1.2 0 0 1 2 16.8h20a1.2 1.2 0 0 1 0 2.4H2A1.2 1.2 0 0 1 .8 18Z'/%3E%3C/svg%3E");
3536
+ --ag-icon-image-menu-alt: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M7 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm7 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm5 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z'/%3E%3C/svg%3E");
3537
+ --ag-icon-image-minimize: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M20.5 11.8h-7c-.7 0-1.2-.6-1.2-1.2v-7c0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2v5.8h5.8c.7 0 1.2.6 1.2 1.2s-.5 1.2-1.2 1.2zm-10 10c-.7 0-1.2-.6-1.2-1.2v-5.8H3.5c-.7 0-1.2-.6-1.2-1.2s.6-1.2 1.2-1.2h7c.7 0 1.2.6 1.2 1.2v7c.1.6-.5 1.2-1.2 1.2z'/%3E%3C/svg%3E");
3538
+ --ag-icon-image-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M3.5 12A1.5 1.5 0 0 1 5 10.5h14a1.5 1.5 0 0 1 0 3H5A1.5 1.5 0 0 1 3.5 12Z'/%3E%3C/svg%3E");
3539
+ --ag-icon-image-grip: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M9 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm2 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-2 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM15 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm2 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-2 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z'/%3E%3C/svg%3E");
3540
+ --ag-icon-image-next: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M8.152 5.151a1.2 1.2 0 0 0 0 1.698L13.303 12l-5.151 5.151a1.2 1.2 0 1 0 1.697 1.698l6-6a1.2 1.2 0 0 0 0-1.697l-6-6a1.2 1.2 0 0 0-1.697 0Z'/%3E%3C/svg%3E");
3541
+ --ag-icon-image-not-allowed: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' fill='%2302363D'%3E%3Cpath d='M10 1.6C4.9 1.6.8 5.7.8 10.8S4.9 20 10 20s9.2-4.1 9.2-9.2-4.1-9.2-9.2-9.2zm0 2.5c1.4 0 2.7.4 3.7 1.2l-9.3 9.3c-.7-1.1-1.2-2.4-1.2-3.7.1-3.8 3.1-6.8 6.8-6.8zm0 13.3c-1.4 0-2.7-.4-3.7-1.2L15.5 7c.7 1.1 1.2 2.4 1.2 3.7 0 3.8-3 6.7-6.7 6.7z'/%3E%3C/svg%3E");
3542
+ --ag-icon-image-pin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='m15.6 15.1 2.4-2.4c.3-.3.8-.6 1.3-.6 1.2 0 2.4-.3 3.4-1 .9-.5 1-1.7.3-2.4l-.5-.5-6.7-6.7-.5-.5c-.7-.7-1.9-.6-2.4.3-.6 1.1-.9 2.2-.9 3.4 0 .5-.2 1-.6 1.3-.7.7-1.7 1.8-2.4 2.4-.4.3-.9.6-1.4.6-1.3 0-2.7.3-3.9 1-.9.5-1 1.7-.3 2.5l.7.7 6.7 6.7.7.7c.7.7 2 .6 2.5-.3.7-1.2 1-2.5 1-3.9 0-.5.3-1 .6-1.3zM1.5 23.8c-.3 0-.6-.1-.9-.4-.5-.5-.5-1.3 0-1.8l4-4c.5-.5 1.3-.5 1.8 0s.5 1.3 0 1.8l-4 4c-.3.2-.6.4-.9.4z'/%3E%3C/svg%3E");
3543
+ --ag-icon-image-plus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M12 3.5A1.5 1.5 0 0 1 13.5 5v5.5H19a1.5 1.5 0 0 1 0 3h-5.5V19a1.5 1.5 0 0 1-3 0v-5.5H5a1.5 1.5 0 0 1 0-3h5.5V5A1.5 1.5 0 0 1 12 3.5Z'/%3E%3C/svg%3E");
3544
+ --ag-icon-image-previous:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='m14.6 19.6-6.8-6.7c-.4-.4-.4-1.2 0-1.6l6.8-6.8c.4-.5 1.2-.6 1.6-.2.4.4.4 1.2 0 1.6l-6 6 6 6c.4.4.4 1.2 0 1.6-.5.5-1.2.5-1.6.1z'/%3E%3C/svg%3E");
3545
+ --ag-icon-image-save: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='m21.8 5.6-3.5-3.5c-.2-.2-.5-.4-.7-.5-.3-.1-.6-.2-.9-.2H4.5c-.8 0-1.6.3-2.1.9s-.9 1.4-.9 2.2v15c0 .8.3 1.6.9 2.1.6.6 1.3.9 2.1.9h15c.8 0 1.6-.3 2.1-.9.6-.6.9-1.3.9-2.1V7.2c0-.3-.1-.6-.2-.9-.1-.2-.2-.5-.5-.7zM5.6 5.3h8.2c.1 0 .2 0 .3.1.1.1.1.2.1.3v2.2c0 .1 0 .2-.1.3-.1.1-.2.1-.3.1H5.6c-.1 0-.2 0-.3-.1 0-.1-.1-.2-.1-.3V5.6c0-.1 0-.2.1-.3h.3zm6.6 14.9c-.8 0-1.5-.2-2.1-.6-.6-.4-1.2-1-1.5-1.7-.3-.7-.4-1.5-.3-2.2.1-.7.5-1.4 1-2 .5-.5 1.2-.9 2-1 .7-.1 1.5 0 2.2.3.7.3 1.3.8 1.7 1.5.4.6.6 1.4.6 2.1 0 .9-.4 1.8-1.1 2.5-.7.7-1.6 1.1-2.5 1.1zm-.2-1.4c1.2 0 2.2-1 2.2-2.2s-1-2.2-2.2-2.2-2.2 1-2.2 2.2 1 2.2 2.2 2.2z'/%3E%3C/svg%3E");
3546
+ --ag-icon-image-tick: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M21.1 4.9c.6.6.6 1.5 0 2.1l-11 11c-.6.6-1.5.6-2.1 0l-5-5c-.6-.6-.6-1.5 0-2.1.6-.6 1.5-.6 2.1 0l3.9 4L18.9 5c.6-.6 1.6-.6 2.2-.1z'/%3E%3C/svg%3E");
3547
+ --ag-icon-image-link: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M11.859 3.373a6.2 6.2 0 0 1 8.768 8.768l-1.414 1.414a1.2 1.2 0 1 1-1.697-1.697l1.414-1.414a3.8 3.8 0 1 0-5.374-5.374l-1.414 1.414a1.2 1.2 0 0 1-1.697-1.697l1.414-1.414Zm4.49 4.278a1.2 1.2 0 0 1 0 1.697l-7 7a1.2 1.2 0 0 1-1.697-1.697l7-7a1.2 1.2 0 0 1 1.697 0Zm-9.864 2.793a1.2 1.2 0 0 1 0 1.697L5.07 13.555a3.8 3.8 0 0 0 5.374 5.374l1.414-1.414a1.2 1.2 0 0 1 1.697 1.697l-1.414 1.415a6.2 6.2 0 0 1-8.768-8.769l1.414-1.414a1.2 1.2 0 0 1 1.697 0Z'/%3E%3C/svg%3E");
3548
+ --ag-icon-image-up: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M19.85 12.849a1.2 1.2 0 0 1-1.698 0l-4.951-4.952V19a1.2 1.2 0 0 1-2.4 0V7.897L5.849 12.85a1.2 1.2 0 1 1-1.697-1.697l7-7a1.2 1.2 0 0 1 1.697 0l7 7a1.2 1.2 0 0 1 0 1.697Z'/%3E%3C/svg%3E");
3549
+ --ag-icon-image-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M19.85 11.151a1.2 1.2 0 0 0-1.698 0l-4.951 4.952V5a1.2 1.2 0 0 0-2.4 0v11.103L5.849 11.15a1.2 1.2 0 1 0-1.697 1.697l7 7a1.2 1.2 0 0 0 1.697 0l7-7a1.2 1.2 0 0 0 0-1.697Z'/%3E%3C/svg%3E");
3550
+ --ag-icon-image-small-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z'/%3E%3C/svg%3E");
3551
+ --ag-icon-image-small-left: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='m14.6 19.6-6.8-6.7c-.4-.4-.4-1.2 0-1.6l6.8-6.8c.4-.5 1.2-.6 1.6-.2.4.4.4 1.2 0 1.6l-6 6 6 6c.4.4.4 1.2 0 1.6-.5.5-1.2.5-1.6.1z'/%3E%3C/svg%3E");
3552
+ --ag-icon-image-small-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M8.152 5.151a1.2 1.2 0 0 0 0 1.698L13.303 12l-5.151 5.151a1.2 1.2 0 1 0 1.697 1.698l6-6a1.2 1.2 0 0 0 0-1.697l-6-6a1.2 1.2 0 0 0-1.697 0Z'/%3E%3C/svg%3E");
3553
+ --ag-icon-image-small-up: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M19.85 12.849a1.2 1.2 0 0 1-1.698 0l-4.951-4.952V19a1.2 1.2 0 0 1-2.4 0V7.897L5.849 12.85a1.2 1.2 0 1 1-1.697-1.697l7-7a1.2 1.2 0 0 1 1.697 0l7 7a1.2 1.2 0 0 1 0 1.697Z'/%3E%3C/svg%3E");
3554
+ --ag-icon-image-indeterminate: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M3.5 12A1.5 1.5 0 0 1 5 10.5h14a1.5 1.5 0 0 1 0 3H5A1.5 1.5 0 0 1 3.5 12Z'/%3E%3C/svg%3E");
3555
+ --ag-icon-image-tree-closed: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M8.152 5.151a1.2 1.2 0 0 0 0 1.698L13.303 12l-5.151 5.151a1.2 1.2 0 1 0 1.697 1.698l6-6a1.2 1.2 0 0 0 0-1.697l-6-6a1.2 1.2 0 0 0-1.697 0Z'/%3E%3C/svg%3E");
3556
+ --ag-icon-image-tree-indeterminate: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M3.5 12A1.5 1.5 0 0 1 5 10.5h14a1.5 1.5 0 0 1 0 3H5A1.5 1.5 0 0 1 3.5 12Z'/%3E%3C/svg%3E");
3557
+ --ag-icon-image-tree-open: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z'/%3E%3C/svg%3E");
3558
+ --ag-icon-image-filter-active: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23176f6f' d='M22 0H0v24h24V0z'/%3E%3Cpath fill='%23fff' d='M15.5 16c0 .4-.4.8-.8.8H9.3c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h5.3c.5 0 .9.4.9.8zm1.2-4.8H7.3c-.4 0-.8.4-.8.8s.4.8.8.8h9.3c.4 0 .8-.4.8-.8.1-.4-.3-.8-.7-.8zm-1.7-4H5.3c-.4 0-.8.4-.8.8s.4.8.8.8h10.1c-.2-.5-.4-1-.4-1.6zm7-.2c0 1.7-1.3 3-3 3s-3-1.3-3-3 1.3-3 3-3 3 1.3 3 3z'/%3E%3C/svg%3E");
3559
+ --ag-icon-image-checkbox-checked: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2302363D'%3E%3Cpath d='M21.1 4.9c.6.6.6 1.5 0 2.1l-11 11c-.6.6-1.5.6-2.1 0l-5-5c-.6-.6-.6-1.5 0-2.1.6-.6 1.5-.6 2.1 0l3.9 4L18.9 5c.6-.6 1.6-.6 2.2-.1z'/%3E%3C/svg%3E");
3560
+ /* Other icons (if used, need to provide an icon)
3561
+ --ag-icon-image-aggregation
3562
+ --ag-icon-image-arrows
3563
+ --ag-icon-image-color-picker
3564
+ --ag-icon-image-column
3565
+ --ag-icon-image-cut
3566
+ --ag-icon-image-first
3567
+ --ag-icon-image-group
3568
+ --ag-icon-image-last
3569
+ --ag-icon-image-loading
3570
+ --ag-icon-image-paste
3571
+ --ag-icon-image-pivot
3572
+ */
3573
+ }
3574
+
3575
+ [class*=ag-theme-] {
3576
+ font-family: "HK Grotesk", sans-serif !important;
3577
+ }
3578
+
3579
+ .ag-filter-apply-panel {
3580
+ margin-inline: -0.5rem;
3581
+ margin-block-end: -0.5rem;
3582
+ }
3583
+
3584
+ .ag-filter-active .ag-icon-filter:after {
3585
+ background-image: var(--ag-icon-image-filter-active);
3586
+ }
3587
+
3588
+ .ag-button,
3589
+ .ag-filter-apply-panel-button {
3590
+ border: 0;
3591
+ cursor: pointer;
3592
+ display: flex;
3593
+ align-items: center;
3594
+ justify-content: center;
3595
+ gap: 0.5rem;
3596
+ white-space: nowrap;
3597
+ font-weight: 600;
3598
+ font-size: 1rem;
3599
+ line-height: 20px !important;
3600
+ border-radius: 2rem !important;
3601
+ transition-duration: 0.125s;
3602
+ transition-property: background-color, color;
3603
+ padding: 0.5rem 1rem;
3604
+ color: white !important;
3605
+ background-color: #176F6F;
3606
+ }
3607
+ .ag-button:not(:disabled):hover, .ag-button:not(:disabled):focus-visible,
3608
+ .ag-filter-apply-panel-button:not(:disabled):hover,
3609
+ .ag-filter-apply-panel-button:not(:disabled):focus-visible {
3610
+ color: white;
3611
+ background-color: #0D5256;
3612
+ }
3613
+
3614
+ .ag-checkbox-input-wrapper {
3615
+ appearance: none;
3616
+ width: 1rem !important;
3617
+ height: 1rem !important;
3618
+ background-color: white;
3619
+ border: 2px solid #DCDFE4;
3620
+ flex-shrink: 0;
3621
+ border-radius: 2px !important;
3622
+ transition-duration: 0.125s;
3623
+ transition-property: background-color, border-color;
3624
+ }
3625
+ .ag-checkbox-input-wrapper:focus-visible:not(:disabled), .ag-checkbox-input-wrapper:hover:not(:disabled) {
3626
+ border-color: #176F6F;
3627
+ }
3628
+ .ag-checkbox-input-wrapper.ag-checked {
3629
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='m12 2.256-7.762 8.87L0 6.89l1.466-1.466 2.67 2.67L10.44.892 12 2.256Z'/%3E%3C/svg%3E");
3630
+ background-color: #218C88;
3631
+ border-color: #218C88;
3632
+ }
3633
+ .ag-checkbox-input-wrapper.ag-checked:focus-visible:not(:disabled), .ag-checkbox-input-wrapper.ag-checked:hover:not(:disabled) {
3634
+ background-color: #176F6F;
3635
+ }
3636
+ .ag-checkbox-input-wrapper.ag-checked:before {
3637
+ background-image: none !important;
3638
+ }
3639
+
3640
+ .ag-set-filter-item {
3641
+ padding-inline: 0.5rem;
3642
+ }
3643
+
3644
+ .ag-picker-field-wrapper {
3645
+ border: 0 !important;
3646
+ }
3647
+
3648
+ .ag-ltr .ag-select .ag-picker-field-wrapper {
3649
+ padding-inline: 8px !important;
3650
+ }
3651
+
3652
+ .ag-header-cell-resize {
3653
+ width: 4px !important;
3654
+ border: 1px solid #DCDFE4;
3655
+ }
3656
+
3657
+ .ag-cell-focus {
3658
+ border-radius: 0;
3659
+ }
3660
+
3661
+ .ag-cell-range-single-cell {
3662
+ border: 1px solid #02363D !important;
3663
+ }
3664
+
3665
+ .ag-select .ag-picker-field-wrapper {
3666
+ min-height: 0;
3667
+ }
3668
+
3669
+ .ag-cell-inline-editing .ag-cell-editor {
3670
+ height: 29px;
3671
+ }
3672
+
3673
+ .ag-select-list {
3674
+ border-radius: 5px;
3675
+ border: none;
3676
+ padding: 8px;
3677
+ }
3678
+
3679
+ .ag-select-list-item {
3680
+ font-size: 1rem;
3681
+ line-height: 1.25;
3682
+ border-radius: 2px;
3683
+ }
3684
+ .ag-select-list-item:hover {
3685
+ background-color: #f8f8fa;
3686
+ }
3687
+
3688
+ .ag-list-item {
3689
+ height: 36px;
3690
+ }
3691
+
3692
+ .ag-ltr .ag-select-list-item {
3693
+ padding: 8px;
3694
+ }
3695
+
3696
+ .ag-theme-pv .ag-set-filter-item,
3697
+ .ag-button, .ag-filter-apply-panel-button,
3698
+ .ag-theme-pv .ag-ltr input[class^=ag-][type=text] {
3699
+ font-size: 0.875rem;
3700
+ }
3701
+
3702
+ [class*=ag-theme-] {
3703
+ font-family: "HK Grotesk", sans-serif !important;
3704
+ }
3705
+
3706
+ .ag-select-list-item {
3707
+ min-width: fit-content;
3708
+ }
3709
+
3710
+ .ag-paging-panel {
3711
+ height: 40px;
3712
+ }
3713
+
3714
+ .ag-theme-pv .data-grid-cell-top-border {
3715
+ border-top: 1px solid #DCDFE4;
3716
+ }
3717
+
3718
+ .ag-theme-pv .data-grid-cell-bottom-border {
3719
+ border-bottom: 1px solid #DCDFE4;
3720
+ }
3721
+
3722
+ .pv-layout-primary,
3723
+ .pv-layout-primary[data-collapsed] {
3724
+ font-family: var(--layout-primary-sidebar-font-family, inherit);
3725
+ display: grid;
3726
+ grid-template-columns: 80px 1fr;
3727
+ grid-template-areas: "sidebar content";
3728
+ height: 100%;
3729
+ max-height: 100dvh;
3730
+ }
3731
+ .pv-layout-primary > [data-grid-area=sidebar],
3732
+ .pv-layout-primary[data-collapsed] > [data-grid-area=sidebar] {
3733
+ grid-area: sidebar;
3734
+ background-color: var(--layout-primary-sidebar-background-color, linear-gradient(176deg, #FFF 0%, rgba(255, 255, 255, 0.08) 100%), #F7F8F8);
3735
+ color: var(--layout-primary-sidebar-text-color, #121313);
3736
+ box-shadow: var(--layout-primary-sidebar-shadow, -2px 0px 10px -1px rgba(0, 0, 0, 0.04) inset);
3737
+ display: grid;
3738
+ grid-template-rows: auto 1fr;
3739
+ position: sticky;
3740
+ top: 0;
3741
+ height: 100dvh;
3742
+ z-index: 10;
3743
+ border-inline-end: 1px solid var(--layout-primary-sidebar-border-color, #E3E7EA);
3744
+ }
3745
+ .pv-layout-primary > [data-grid-area=sidebar] > footer,
3746
+ .pv-layout-primary[data-collapsed] > [data-grid-area=sidebar] > footer {
3747
+ padding: 16px 20px;
3748
+ }
3749
+ .pv-layout-primary > [data-grid-area=sidebar] .pv-avatar + div,
3750
+ .pv-layout-primary[data-collapsed] > [data-grid-area=sidebar] .pv-avatar + div {
3751
+ display: none;
3752
+ }
3753
+ .pv-layout-primary > [data-grid-area=content],
3754
+ .pv-layout-primary[data-collapsed] > [data-grid-area=content] {
3755
+ grid-area: content;
3756
+ overflow-y: auto;
3757
+ scroll-behavior: smooth;
3758
+ scroll-padding: 1rem;
3759
+ display: grid;
3760
+ grid-template-rows: auto 1fr;
3761
+ z-index: 5;
3762
+ }
3763
+ .pv-layout-primary > [data-grid-area=content] > [data-grid-area=header],
3764
+ .pv-layout-primary[data-collapsed] > [data-grid-area=content] > [data-grid-area=header] {
3765
+ background-color: #F8F8FA;
3766
+ padding-inline: 1.5rem;
3767
+ border-block-end: 1px solid #DCDFE4;
3768
+ }
3769
+ .pv-layout-primary > [data-grid-area=content] > [data-grid-area=main],
3770
+ .pv-layout-primary[data-collapsed] > [data-grid-area=content] > [data-grid-area=main] {
3771
+ overflow-x: auto;
3772
+ }
3773
+
3774
+ .pv-layout-primary[data-collapsed] > [data-grid-area=sidebar] .pv-avatar {
3775
+ margin-inline: auto;
3776
+ }
3777
+
3778
+ @media (width >= 768px) {
3779
+ .pv-layout-primary {
3780
+ grid-template-columns: 260px 1fr;
3781
+ }
3782
+ .pv-layout-primary > [data-grid-area=sidebar] .pv-avatar + div {
3783
+ display: block;
3784
+ }
3785
+ }
3786
+ .pv-layout-primary[data-theme=og],
3787
+ .pv-layout-primary[data-theme=og][data-collapsed] {
3788
+ grid-template-columns: 100px 1fr;
3789
+ }
3790
+ .pv-layout-primary[data-theme=og] > [data-grid-area=sidebar],
3791
+ .pv-layout-primary[data-theme=og][data-collapsed] > [data-grid-area=sidebar] {
3792
+ grid-template-rows: 1fr auto;
3793
+ }
3794
+ .pv-layout-primary[data-theme=og] .pv-icon-24.pv-aspect-3-4,
3795
+ .pv-layout-primary[data-theme=og][data-collapsed] .pv-icon-24.pv-aspect-3-4 {
3796
+ margin-inline: auto;
3797
+ }
3798
+
3799
+ @media (width >= 768px) {
3800
+ .pv-layout-primary[data-theme=og] {
3801
+ grid-template-columns: 280px 1fr;
3802
+ }
3803
+ .pv-layout-primary[data-theme=og] .pv-icon-24.pv-aspect-3-4 {
3804
+ margin-inline: 21px;
3805
+ }
3806
+ }
3807
+ .pv-layout-primary:has([data-grid-area=title]) > [data-grid-area=content] {
3808
+ grid-template-rows: auto auto 1fr;
3809
+ }
3810
+
3811
+ body:has(.pv-layout-primary) {
3812
+ overflow-y: clip;
3813
+ }
3814
+
3815
+ .pv-layout-sidebar {
3816
+ --sidebar-width: 300px;
3817
+ min-height: 100%;
3818
+ display: grid;
3819
+ grid-template-columns: 1fr var(--sidebar-width);
3820
+ grid-template-areas: "main sidebar";
3821
+ }
3822
+ .pv-layout-sidebar > [data-grid-area=main] {
3823
+ grid-area: main;
3824
+ position: relative;
3825
+ display: grid;
3826
+ grid-template-rows: 1fr auto;
3827
+ }
3828
+ .pv-layout-sidebar > [data-grid-area=main] > :nth-child(1) {
3829
+ grid-row: 1/1;
3830
+ }
3831
+ .pv-layout-sidebar > [data-grid-area=main] > :nth-child(2) {
3832
+ grid-row: 2/2;
3833
+ background-color: #F8F8FA;
3834
+ border-top: 1px solid #DCDFE4;
3835
+ }
3836
+ .pv-layout-sidebar > [data-grid-area=sidebar] {
3837
+ grid-area: sidebar;
3838
+ border-left: 1px solid #DCDFE4;
3839
+ display: grid;
3840
+ grid-template-rows: auto 1fr;
3841
+ }
3842
+
3843
+ .pv-layout-two-row {
3844
+ position: relative;
3845
+ display: grid;
3846
+ grid-template-rows: 1fr auto;
3847
+ }
3848
+ .pv-layout-two-row > :first-child {
3849
+ grid-row-end: 2;
3850
+ }
3851
+ .pv-layout-two-row > :last-child {
3852
+ grid-row-start: 2;
3853
+ }
3854
+
3855
+ .pv-layout-ama {
3856
+ display: grid;
3857
+ align-content: start;
3858
+ background-image: linear-gradient(109.07deg, #176F6F 0%, #02363D 100%);
3859
+ min-height: 100%;
3860
+ }
3861
+
3862
+ .pv-layout-ama > * {
3863
+ grid-row: 1/1;
3864
+ grid-column: 1/1;
3865
+ }
3866
+
3867
+ .pv-layout-ama > div {
3868
+ padding: 3rem;
3869
+ align-self: center;
3870
+ }
3871
+
3872
+ .pv-layout-ama > button {
3873
+ justify-self: end;
3874
+ align-self: start;
3875
+ margin: 1.25rem;
3876
+ }
3877
+
3878
+ .pv-layout-sidebar-left {
3879
+ --sidebar: 260px;
3880
+ display: grid;
3881
+ grid-template-columns: var(--sidebar) 1fr;
3882
+ height: 100%;
3883
+ }
3884
+ .pv-layout-sidebar-left > :first-child {
3885
+ border-right: 1px solid #DCDFE4;
3886
+ }
3887
+
3888
+ .pv-layout-website > section > div,
3889
+ .pv-layout-website > section > pv-figure-details {
3890
+ padding: 8rem 2rem;
3891
+ max-width: 1296px;
3892
+ margin-inline: auto;
3893
+ }
3894
+ @media (width <= 768px) {
3895
+ .pv-layout-website > section > div {
3896
+ padding: 4rem 1rem;
3897
+ }
3898
+ }
3899
+
3900
+ .pv-layout-ssp {
3901
+ max-width: 1440px;
3902
+ min-height: 100%;
3903
+ margin-inline: auto;
3904
+ padding: 60px;
3905
+ background-color: var(--color-background-body, #FFFFFF);
3906
+ display: grid;
3907
+ grid-template-columns: 320px 1fr;
3908
+ grid-template-rows: auto 1fr;
3909
+ gap: 16px 24px;
3910
+ }
3911
+ .pv-layout-ssp [data-grid-area=header] {
3912
+ grid-column: 1/-1;
3913
+ }
3914
+ @media (width <= 768px) {
3915
+ .pv-layout-ssp {
3916
+ gap: 16px;
3917
+ padding: 16px;
3918
+ }
3919
+ }
3920
+
3921
+ .pv-surface-brand {
3922
+ background-color: var(--color-background-brand, #02363D);
3923
+ }
3924
+
3925
+ .pv-surface-accent, .ag-theme-pv .ag-header-cell {
3926
+ background-color: var(--color-background-accent, #F8F8FA);
3927
+ }
3928
+
3929
+ .pv-surface {
3930
+ background-color: #FFFFFF;
3931
+ }
3932
+
3933
+ .pv-surface-brand-inverse {
3934
+ background-color: #176F6F;
3935
+ }
3936
+
3937
+ .pv-surface-brand-accent {
3938
+ background-color: var(--color-background-brand-accent, #E2F7F5);
3939
+ }
3940
+
3941
+ .pv-surface-warning {
3942
+ background-color: #FAECCC;
3943
+ }
3944
+
3945
+ .pv-surface-critical {
3946
+ background-color: #FFF1F1;
3947
+ }
3948
+
3949
+ .pv-surface-brand-gradient {
3950
+ background: linear-gradient(109deg, #176F6F 0%, #02363D 100%);
3951
+ }
3952
+
3953
+ .pv-text-default {
3954
+ color: var(--color-text-body, #121313);
3955
+ }
3956
+
3957
+ .pv-text-subdued {
3958
+ color: var(--color-text-subdued, #4B595C);
3959
+ }
3960
+
3961
+ .pv-text-subdued-inverse {
3962
+ color: #FFFFFF;
3963
+ opacity: 0.7;
3964
+ }
3965
+
3966
+ .pv-text-inverse {
3967
+ color: var(--color-text-inverse, #FFFFFF);
3968
+ }
3969
+
3970
+ .pv-text-brand {
3971
+ color: #176F6F;
3972
+ }
3973
+
3974
+ .pv-text-brand-inverse {
3975
+ color: #A8E6E1;
3976
+ }
3977
+
3978
+ .pv-text-red {
3979
+ color: #DA1E28;
3980
+ }
3981
+
3982
+ .pv-text-critical {
3983
+ color: #DA1E28;
3984
+ }
3985
+
3986
+ .pv-text-warning {
3987
+ color: #B78000;
3988
+ }
3989
+
3990
+ .pv-text-inherit a,
3991
+ a.pv-text-inherit {
3992
+ font-family: inherit;
3993
+ font-size: inherit;
3994
+ color: inherit;
3995
+ text-decoration: underline;
3996
+ text-underline-offset: 3px;
3997
+ }
3998
+
3999
+ .pv-text-inherit svg,
4000
+ svg.pv-text-inherit {
4001
+ fill: currentColor;
4002
+ }
4003
+
4004
+ .pv-flex,
4005
+ .pv-flex-vertical,
4006
+ .pv-flex-inline {
4007
+ --flex-align: center;
4008
+ --flex-gap: .5rem;
4009
+ --flex-justify: flex-start;
4010
+ --flex-wrap: nowrap;
4011
+ display: flex;
4012
+ align-items: var(--flex-align);
4013
+ justify-content: var(--flex-justify);
4014
+ gap: var(--flex-gap);
4015
+ flex-wrap: var(--flex-wrap);
4016
+ }
4017
+
4018
+ .pv-flex-responsive {
4019
+ --flex-align: center;
4020
+ --flex-align-small: unset;
4021
+ --flex-gap: .5rem;
4022
+ --flex-justify: flex-start;
4023
+ --flex-wrap: nowrap;
4024
+ display: flex;
4025
+ align-items: var(--flex-align-small);
4026
+ justify-content: var(--flex-justify);
4027
+ gap: var(--flex-gap);
4028
+ flex-wrap: var(--flex-wrap);
4029
+ }
4030
+
4031
+ .pv-flex-inline {
4032
+ --flex-gap: 0;
4033
+ display: inline-flex;
4034
+ }
4035
+
4036
+ .pv-flex-vertical,
4037
+ .pv-flex-responsive {
4038
+ flex-direction: column;
4039
+ }
4040
+
4041
+ @media (width >= 768px) {
4042
+ .pv-flex-responsive {
4043
+ flex-direction: row;
4044
+ align-items: var(--flex-align);
4045
+ }
4046
+ }
4047
+ .pv-space-between {
4048
+ --flex-align: center;
4049
+ --flex-gap: .5rem;
4050
+ display: flex;
4051
+ align-items: var(--flex-align);
4052
+ justify-content: space-between;
4053
+ gap: var(--flex-gap);
4054
+ }
4055
+
4056
+ .pv-flex-item {
4057
+ flex: 1;
4058
+ }
4059
+
4060
+ :where(.pv-grid) {
4061
+ --grid-col-min: 200px;
4062
+ --gap: 8px;
4063
+ --align-items: normal;
4064
+ display: grid;
4065
+ grid-template-columns: repeat(auto-fill, minmax(var(--grid-col-min), 1fr));
4066
+ gap: var(--gap);
4067
+ align-items: var(--align-items);
4068
+ }
4069
+
4070
+ :where(.pv-flow) {
4071
+ --flow-size: 1rem;
4072
+ }
4073
+ :where(.pv-flow) > :not(:last-child) {
4074
+ margin-block-end: var(--flow-size);
4075
+ }
4076
+
4077
+ :where(.pv-flow-8) > :not(:last-child) {
4078
+ margin-block-end: 0.5rem;
4079
+ }
4080
+
4081
+ :where(.pv-flow-16) > :not(:last-child) {
4082
+ margin-block-end: 1rem;
4083
+ }
4084
+
4085
+ :where(.pv-flow-24) > :not(:last-child) {
4086
+ margin-block-end: 1.5rem;
4087
+ }
4088
+
4089
+ .pv-stack {
4090
+ --stack-size: 1rem;
4091
+ margin-block-end: var(--stack-size);
4092
+ }
4093
+
4094
+ .pv-stack-0 {
4095
+ margin-block-end: 0;
4096
+ }
4097
+
4098
+ .pv-stack-4 {
4099
+ margin-block-end: 0.25rem;
4100
+ }
4101
+
4102
+ .pv-stack-8 {
4103
+ margin-block-end: 0.5rem;
4104
+ }
4105
+
4106
+ .pv-stack-12 {
4107
+ margin-block-end: 0.75rem;
4108
+ }
4109
+
4110
+ .pv-stack-16 {
4111
+ margin-block-end: 1rem;
4112
+ }
4113
+
4114
+ .pv-stack-20 {
4115
+ margin-block-end: 1.25rem;
4116
+ }
4117
+
4118
+ .pv-stack-24 {
4119
+ margin-block-end: 1.5rem;
4120
+ }
4121
+
4122
+ .pv-stack-32 {
4123
+ margin-block-end: 2rem;
4124
+ }
4125
+
4126
+ .pv-stack-64 {
4127
+ margin-block-end: 4rem;
4128
+ }
4129
+
4130
+ .pv-stack-128 {
4131
+ margin-block-end: 8rem;
4132
+ }
4133
+
4134
+ .pv-inset-square {
4135
+ --inset-size: 1rem;
4136
+ padding: var(--inset-size);
4137
+ }
4138
+
4139
+ .pv-inset-square-8 {
4140
+ padding: 0.5rem;
4141
+ }
4142
+
4143
+ .pv-inset-square-12 {
4144
+ padding: 0.75rem;
4145
+ }
4146
+
4147
+ .pv-inset-square-16 {
4148
+ padding: 1rem;
4149
+ }
4150
+
4151
+ .pv-inset-square-20 {
4152
+ padding: 1.25rem;
4153
+ }
4154
+
4155
+ .pv-inset-square-24 {
4156
+ padding: 1.5rem;
4157
+ }
4158
+
4159
+ .pv-inset-square-32 {
4160
+ padding: 2rem;
4161
+ }
4162
+
4163
+ .pv-inset-square-48 {
4164
+ padding: 3rem;
4165
+ }
4166
+
4167
+ .pv-stack-8-responsive {
4168
+ margin-block-end: 0.25rem;
4169
+ }
4170
+
4171
+ .pv-stack-16-responsive {
4172
+ margin-block-end: 0.5rem;
4173
+ }
4174
+
4175
+ .pv-stack-24-responsive {
4176
+ margin-block-end: 0.75rem;
4177
+ }
4178
+
4179
+ .pv-stack-32-responsive {
4180
+ margin-block-end: 1rem;
4181
+ }
4182
+
4183
+ .pv-stack-64-responsive {
4184
+ margin-block-end: 2rem;
4185
+ }
4186
+
4187
+ .pv-stack-128-responsive {
4188
+ margin-block-end: 4rem;
4189
+ }
4190
+
4191
+ .pv-inset-square-16-responsive {
4192
+ padding: 0.5rem;
4193
+ }
4194
+
4195
+ .pv-inset-square-24-responsive {
4196
+ padding: 0.75rem;
4197
+ }
4198
+
4199
+ .pv-inset-square-32-responsive {
4200
+ padding: 1rem;
4201
+ }
4202
+
4203
+ .pv-inset-square-48-responsive {
4204
+ padding: 1.5rem;
4205
+ }
4206
+
4207
+ .pv-inset-block-8-responsive {
4208
+ padding-block: 0.25rem;
4209
+ }
4210
+
4211
+ .pv-inset-block-16-responsive {
4212
+ padding-block: 0.5rem;
4213
+ }
4214
+
4215
+ .pv-inset-block-24-responsive {
4216
+ padding-block: 0.75rem;
4217
+ }
4218
+
4219
+ .pv-inset-block-32-responsive {
4220
+ padding-block: 1rem;
4221
+ }
4222
+
4223
+ @media (width >= 768px) {
4224
+ .pv-stack-8-responsive {
4225
+ margin-block-end: 0.5rem;
4226
+ }
4227
+ .pv-stack-16-responsive {
4228
+ margin-block-end: 1rem;
4229
+ }
4230
+ .pv-stack-24-responsive {
4231
+ margin-block-end: 1.5rem;
4232
+ }
4233
+ .pv-stack-32-responsive {
4234
+ margin-block-end: 2rem;
4235
+ }
4236
+ .pv-stack-64-responsive {
4237
+ margin-block-end: 4rem;
4238
+ }
4239
+ .pv-stack-128-responsive {
4240
+ margin-block-end: 8rem;
4241
+ }
4242
+ .pv-inset-square-16-responsive {
4243
+ padding: 1rem;
4244
+ }
4245
+ .pv-inset-square-24-responsive {
4246
+ padding: 1.5rem;
4247
+ }
4248
+ .pv-inset-square-32-responsive {
4249
+ padding: 2rem;
4250
+ }
4251
+ .pv-inset-square-48-responsive {
4252
+ padding: 3rem;
4253
+ }
4254
+ .pv-inset-block-8-responsive {
4255
+ padding-block: 0.5rem;
4256
+ }
4257
+ .pv-inset-block-16-responsive {
4258
+ padding-block: 1rem;
4259
+ }
4260
+ .pv-inset-block-24-responsive {
4261
+ padding-block: 1.5rem;
4262
+ }
4263
+ .pv-inset-block-32-responsive {
4264
+ padding-block: 2rem;
4265
+ }
4266
+ }
4267
+ .pv-inset-squish {
4268
+ --inset-size: 1rem 1.5rem;
4269
+ padding: var(--inset-size);
4270
+ }
4271
+
4272
+ .pv-inset-squish-8 {
4273
+ padding: 0.5rem 1rem;
4274
+ }
4275
+
4276
+ .pv-inset-squish-12 {
4277
+ padding: 0.75rem 1rem;
4278
+ }
4279
+
4280
+ .pv-inset-squish-16 {
4281
+ padding: 1rem 1.5rem;
4282
+ }
4283
+
4284
+ .pv-inset-block {
4285
+ --inset-size: 1rem;
4286
+ padding-block: var(--inset-size);
4287
+ }
4288
+
4289
+ .pv-inset-block-8 {
4290
+ padding-block: 0.5rem;
4291
+ }
4292
+
4293
+ .pv-inset-block-16 {
4294
+ padding-block: 1rem;
4295
+ }
4296
+
4297
+ .pv-inset-block-20 {
4298
+ padding-block: 1.25rem;
4299
+ }
4300
+
4301
+ .pv-inset-block-24 {
4302
+ padding-block: 1.5rem;
4303
+ }
4304
+
4305
+ .pv-inset-block-32 {
4306
+ padding-block: 2rem;
4307
+ }
4308
+
4309
+ .pv-inset-inline {
4310
+ --inset-size: 1rem;
4311
+ padding-inline: var(--inset-size);
4312
+ }
4313
+
4314
+ .pv-inset-inline-16 {
4315
+ padding-inline: 1rem;
4316
+ }
4317
+
4318
+ .pv-inset-inline-20 {
4319
+ padding-inline: 1.25rem;
4320
+ }
4321
+
4322
+ .pv-inset-inline-24 {
4323
+ padding-inline: 1.5rem;
4324
+ }
4325
+
4326
+ .pv-inset-inline-32 {
4327
+ padding-inline: 2rem;
4328
+ }
4329
+
4330
+ [class*=pv-bordered] {
4331
+ --radius: 2px;
4332
+ border: 1px solid var(--color-border, #DCDFE4);
4333
+ border-radius: var(--radius);
4334
+ }
4335
+
4336
+ .pv-bordered-md {
4337
+ border-radius: 4px;
4338
+ }
4339
+
4340
+ .pv-bordered-lg {
4341
+ border-radius: 12px;
4342
+ }
4343
+
4344
+ .pv-border-flow > * {
4345
+ border-top: 1px solid var(--color-border, #DCDFE4);
4346
+ }
4347
+
4348
+ .pv-border-accent {
4349
+ border-color: var(--color-border-accent, #176F6F);
4350
+ }
4351
+
4352
+ .pv-border-warning {
4353
+ border-color: var(--color-border-warning, #EFC666);
4354
+ }
4355
+
4356
+ .pv-border-gradient {
4357
+ --background: #FFFFFF;
4358
+ --border-width: 1px;
4359
+ --radius: 4px;
4360
+ background: linear-gradient(var(--background) 0 0) padding-box, linear-gradient(to right top, #8A3FFC 5%, #36C5BA 90%) border-box;
4361
+ border: var(--border-width) solid transparent;
4362
+ border-radius: var(--radius);
4363
+ }
4364
+
4365
+ .pv-border-left {
4366
+ border-inline-start: 1px solid var(--color-border, #DCDFE4);
4367
+ }
4368
+
4369
+ .pv-border-right {
4370
+ border-inline-end: 1px solid var(--color-border, #DCDFE4);
4371
+ }
4372
+
4373
+ .pv-border-top {
4374
+ border-block-start: 1px solid var(--color-border, #DCDFE4);
4375
+ }
4376
+
4377
+ .pv-border-bottom {
4378
+ border-block-end: 1px solid var(--color-border, #DCDFE4);
4379
+ }
4380
+
4381
+ [class*=pv-radius] {
4382
+ --radius: 4px;
4383
+ border-radius: var(--radius);
4384
+ }
4385
+
4386
+ .pv-radius-top,
4387
+ .pv-radius-sm-top,
4388
+ .pv-radius-lg-top {
4389
+ border-radius: var(--radius, 4px) var(--radius, 4px) 0 0;
4390
+ }
4391
+
4392
+ .pv-radius-bottom,
4393
+ .pv-radius-sm-bottom,
4394
+ .pv-radius-lg-bottom {
4395
+ border-radius: 0 0 var(--radius, 4px) var(--radius, 4px);
4396
+ }
4397
+
4398
+ .pv-radius-sm,
4399
+ .pv-radius-sm-top,
4400
+ .pv-radius-sm-bottom {
4401
+ --radius: 2px;
4402
+ }
4403
+
4404
+ .pv-radius-lg,
4405
+ .pv-radius-lg-top,
4406
+ .pv-radius-lg-bottom {
4407
+ --radius: 12px;
4408
+ }
4409
+
4410
+ .pv-expand {
4411
+ --expand: 32px;
4412
+ width: calc(100% + var(--expand) * 2);
4413
+ margin-inline: calc(var(--expand) * -1);
4414
+ }
4415
+
4416
+ .pv-aspect-3-4 {
4417
+ aspect-ratio: 0.75;
4418
+ }
4419
+
4420
+ .pv-truncate {
4421
+ --max-width: 100%;
4422
+ white-space: nowrap;
4423
+ max-width: var(--max-width);
4424
+ overflow: hidden;
4425
+ text-overflow: ellipsis;
4426
+ }
4427
+
4428
+ .pv-margin-auto {
4429
+ margin-inline: auto;
4430
+ }
4431
+
4432
+ .pv-margin-auto.pv-flex {
4433
+ display: inline-flex;
4434
+ }
4435
+
4436
+ .pv-relative {
4437
+ position: relative;
4438
+ }
4439
+
4440
+ .pv-hide,
4441
+ .pv-hide-inactive > :not([data-active]) {
4442
+ display: none;
4443
+ }
4444
+
4445
+ @media (width < 768px) {
4446
+ .pv-hide-on-small {
4447
+ display: none;
4448
+ }
4449
+ }
4450
+ @media (width >= 768px) {
4451
+ .pv-hide-on-large {
4452
+ display: none;
4453
+ }
4454
+ }
4455
+ .pv-scroll {
4456
+ overflow-x: auto;
4457
+ }
4458
+
4459
+ .pv-sticky,
4460
+ [data-sticky] {
4461
+ --top: 0;
4462
+ --bottom: unset;
4463
+ position: sticky;
4464
+ top: var(--top);
4465
+ bottom: var(--bottom);
4466
+ z-index: 10;
4467
+ }
4468
+
4469
+ [class*=pv-table][data-sticky] {
4470
+ --top: 0;
4471
+ }
4472
+ [class*=pv-table][data-sticky] th {
4473
+ position: sticky;
4474
+ top: var(--top);
4475
+ z-index: 10;
4476
+ }
4477
+
4478
+ .pv-nowrap {
4479
+ white-space: nowrap;
4480
+ }
4481
+
4482
+ .pv-full-width {
4483
+ width: 100%;
4484
+ }
4485
+
4486
+ .pv-blur {
4487
+ --blur: 5px;
4488
+ filter: blur(var(--blur));
4489
+ }
4490
+
4491
+ @keyframes pv-shimmer {
4492
+ 0% {
4493
+ background-position: -200% 0;
4494
+ }
4495
+ 100% {
4496
+ background-position: 200% 0;
4497
+ }
4498
+ }
4499
+ .pv-shimmer {
4500
+ position: relative;
4501
+ --shimmer-rgb: 255, 255, 255;
4502
+ }
4503
+ .pv-shimmer:after {
4504
+ position: absolute;
4505
+ inset: 0;
4506
+ content: "";
4507
+ background: linear-gradient(90deg, rgba(var(--shimmer-rgb), 0.1) 0%, rgba(var(--shimmer-rgb), 0.7) 50%, rgba(var(--shimmer-rgb), 0.1) 100%);
4508
+ background-size: 200% 100%;
4509
+ animation: pv-shimmer 1.5s infinite linear;
4510
+ }
4511
+
4512
+ .pv-visually-hidden {
4513
+ width: 0;
4514
+ height: 0;
4515
+ padding: 0;
4516
+ margin: -1px;
4517
+ overflow: hidden;
4518
+ clip: rect(0, 0, 0, 0);
4519
+ white-space: nowrap;
4520
+ border: 0;
4521
+ position: absolute;
4522
+ }
4523
+
4524
+ .pv-max-content {
4525
+ width: max-content;
4526
+ }
4527
+
4528
+ .pv-shadow {
4529
+ box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
4530
+ }
4531
+
4532
+ .pv-outline-warning {
4533
+ outline: 1px solid #EFC666;
4534
+ }
4535
+
4536
+ .pv-inline-block {
4537
+ display: inline-block;
4538
+ }
4539
+
4540
+ .pv-width-responsive {
4541
+ --min-width-small: auto;
4542
+ --min-width-large: auto;
4543
+ min-width: var(--min-width-small);
4544
+ }
4545
+ @media screen and (width >= 768px) {
4546
+ .pv-width-responsive {
4547
+ min-width: var(--min-width-large, var(--min-width-small));
4548
+ }
4549
+ }
4550
+
4551
+ .pv-valign-top {
4552
+ vertical-align: top;
4553
+ }
4554
+
4555
+ .select2-container {
4556
+ position: relative;
4557
+ display: block;
4558
+ }
4559
+
4560
+ .select2-selection--single,
4561
+ .select2-selection--multiple {
4562
+ cursor: pointer;
4563
+ display: block;
4564
+ user-select: none;
4565
+ -webkit-user-select: none;
4566
+ }
4567
+
4568
+ .select2-selection--single {
4569
+ background-color: #fff;
4570
+ border: 2px solid #DCDFE4;
4571
+ border-radius: 2px;
4572
+ padding-inline-end: 2rem;
4573
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E");
4574
+ background-repeat: no-repeat;
4575
+ background-size: 1rem 1rem;
4576
+ background-position: top 50% right 0.5rem;
4577
+ }
4578
+ .select2-selection--single[aria-expanded=true] {
4579
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z'/%3E%3C/svg%3E");
4580
+ }
4581
+ .select2-selection--single .select2-selection__rendered {
4582
+ display: block;
4583
+ padding: 0.5rem;
4584
+ overflow: hidden;
4585
+ text-overflow: ellipsis;
4586
+ white-space: nowrap;
4587
+ color: #4B595C;
4588
+ line-height: 24px;
4589
+ }
4590
+ .select2-selection--single .select2-selection__clear {
4591
+ position: relative;
4592
+ cursor: pointer;
4593
+ float: right;
4594
+ font-weight: bold;
4595
+ }
4596
+ .select2-selection--single .select2-selection__placeholder {
4597
+ color: #999;
4598
+ }
4599
+ .select2-selection--single .select2-selection__arrow {
4600
+ display: none;
4601
+ }
4602
+
4603
+ .select2-selection--multiple {
4604
+ background-color: white;
4605
+ border: 2px solid #DCDFE4;
4606
+ border-radius: 2px;
4607
+ cursor: text;
4608
+ }
4609
+ .select2-selection--multiple .select2-selection__rendered {
4610
+ display: flex;
4611
+ align-items: center;
4612
+ gap: 4px;
4613
+ padding: 0.25rem 0.5rem;
4614
+ flex-wrap: wrap;
4615
+ }
4616
+
4617
+ .select2-search--inline {
4618
+ flex: 1;
4619
+ max-height: 26px;
4620
+ }
4621
+
4622
+ .select2-search--inline .select2-search__field {
4623
+ width: 100% !important;
4624
+ line-height: 24px;
4625
+ border: none;
4626
+ padding-block: 0.5rem;
4627
+ max-height: 26px;
4628
+ }
4629
+
4630
+ .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
4631
+ -webkit-appearance: none;
4632
+ }
4633
+
4634
+ .select2-dropdown {
4635
+ background-color: white;
4636
+ border-radius: 4px;
4637
+ padding-block: 0.5rem;
4638
+ display: block;
4639
+ position: absolute;
4640
+ left: -100000px;
4641
+ width: 100%;
4642
+ z-index: 1051;
4643
+ box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 8px 12px -4px rgba(0, 0, 0, 0.08), 0px 12px 16px rgba(0, 0, 0, 0.1);
4644
+ }
4645
+
4646
+ .select2-search--dropdown {
4647
+ display: block;
4648
+ }
4649
+
4650
+ .select2-search--dropdown .select2-search__field {
4651
+ padding: 0.5rem 2rem 0.5rem 0.5rem;
4652
+ line-height: 24px;
4653
+ border-radius: 2px;
4654
+ border: 2px solid #DCDFE4;
4655
+ width: 100%;
4656
+ position: absolute;
4657
+ top: -44px;
4658
+ background-color: transparent;
4659
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M7.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z'/%3E%3C/svg%3E");
4660
+ background-repeat: no-repeat;
4661
+ background-size: 1rem 1rem;
4662
+ background-position: top 50% right 0.5rem;
4663
+ }
4664
+
4665
+ .select2-dropdown--above .select2-search__field {
4666
+ background-color: #fff;
4667
+ }
4668
+
4669
+ .select2-container--open .select2-selection__placeholder,
4670
+ .select2-container--open .select2-selection--single .select2-selection__rendered {
4671
+ opacity: 0;
4672
+ }
4673
+
4674
+ .select2-search__field:focus,
4675
+ .select2-container--focus .select2-selection,
4676
+ .select2-container--focus .select2-selection--multiple,
4677
+ .select2-container--focus .select2-selection__rendered {
4678
+ border-color: #176F6F;
4679
+ outline: 0;
4680
+ }
4681
+
4682
+ .select2-container--default .select2-search--inline .select2-search__field {
4683
+ background: transparent;
4684
+ border: none;
4685
+ outline: 0;
4686
+ box-shadow: none;
4687
+ -webkit-appearance: textfield;
4688
+ appearance: textfield;
4689
+ }
4690
+
4691
+ .select2-results {
4692
+ display: block;
4693
+ }
4694
+
4695
+ .select2-results__options {
4696
+ list-style: none;
4697
+ margin: 0;
4698
+ padding: 0;
4699
+ }
4700
+
4701
+ .select2-results__option {
4702
+ padding: 6px;
4703
+ user-select: none;
4704
+ -webkit-user-select: none;
4705
+ }
4706
+
4707
+ .select2-results__option[aria-selected] {
4708
+ cursor: pointer;
4709
+ }
4710
+
4711
+ .select2-container--open .select2-dropdown {
4712
+ left: 0;
4713
+ }
4714
+
4715
+ .select2-container--open .select2-dropdown--above {
4716
+ border-bottom: none;
4717
+ border-bottom-left-radius: 0;
4718
+ border-bottom-right-radius: 0;
4719
+ }
4720
+
4721
+ .select2-container--open .select2-dropdown--below {
4722
+ border-top: none;
4723
+ border-top-left-radius: 0;
4724
+ border-top-right-radius: 0;
4725
+ }
4726
+
4727
+ .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
4728
+ -webkit-appearance: none;
4729
+ }
4730
+
4731
+ .select2-search--dropdown.select2-search--hide {
4732
+ display: none;
4733
+ }
4734
+
4735
+ .select2-close-mask {
4736
+ border: 0;
4737
+ margin: 0;
4738
+ padding: 0;
4739
+ display: block;
4740
+ position: fixed;
4741
+ left: 0;
4742
+ top: 0;
4743
+ min-height: 100%;
4744
+ min-width: 100%;
4745
+ height: auto;
4746
+ width: auto;
4747
+ opacity: 0;
4748
+ z-index: 99;
4749
+ background-color: #fff;
4750
+ filter: alpha(opacity=0);
4751
+ }
4752
+
4753
+ .select2-hidden-accessible {
4754
+ border: 0 !important;
4755
+ clip: rect(0 0 0 0) !important;
4756
+ height: 1px !important;
4757
+ margin: -1px !important;
4758
+ overflow: hidden !important;
4759
+ padding: 0 !important;
4760
+ position: absolute !important;
4761
+ width: 1px !important;
4762
+ }
4763
+
4764
+ .select2-container--default.select2-container--disabled .select2-selection--single {
4765
+ background-color: #eee;
4766
+ cursor: default;
4767
+ }
4768
+
4769
+ .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
4770
+ display: none;
4771
+ }
4772
+
4773
+ .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
4774
+ list-style: none;
4775
+ }
4776
+
4777
+ .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
4778
+ color: #999;
4779
+ margin-top: 5px;
4780
+ float: left;
4781
+ }
4782
+
4783
+ .select2-container--default .select2-selection--multiple .select2-selection__clear {
4784
+ cursor: pointer;
4785
+ float: right;
4786
+ font-weight: bold;
4787
+ margin-top: 5px;
4788
+ margin-right: 10px;
4789
+ }
4790
+
4791
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
4792
+ background-color: #F8F8FA;
4793
+ border: 1px solid #DCDFE4;
4794
+ border-radius: 2px;
4795
+ padding: 0.125rem 0.5rem;
4796
+ font-size: 0.875rem;
4797
+ line-height: 1.42857143;
4798
+ cursor: default;
4799
+ }
4800
+
4801
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
4802
+ color: #999;
4803
+ cursor: pointer;
4804
+ display: inline-block;
4805
+ font-weight: bold;
4806
+ margin-right: 2px;
4807
+ }
4808
+
4809
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
4810
+ color: #333;
4811
+ }
4812
+
4813
+ .select2-container--default.select2-container--disabled .select2-selection--multiple {
4814
+ background-color: #eee;
4815
+ cursor: default;
4816
+ }
4817
+
4818
+ .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
4819
+ display: none;
4820
+ }
4821
+
4822
+ .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
4823
+ border-top-left-radius: 0;
4824
+ border-top-right-radius: 0;
4825
+ }
4826
+
4827
+ .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
4828
+ border-bottom-left-radius: 0;
4829
+ border-bottom-right-radius: 0;
4830
+ }
4831
+
4832
+ .select2-container--default .select2-results > .select2-results__options {
4833
+ max-height: 200px;
4834
+ overflow-y: auto;
4835
+ }
4836
+
4837
+ .select2-container--default .select2-results__option[role=group] {
4838
+ padding: 0;
4839
+ }
4840
+
4841
+ .select2-container--default .select2-results__option[aria-disabled=true] {
4842
+ color: #999;
4843
+ }
4844
+
4845
+ .select2-results__option {
4846
+ padding: 0.5rem 1rem;
4847
+ }
4848
+
4849
+ .select2-results__option[aria-selected=true],
4850
+ .select2-results__option--highlighted {
4851
+ background-color: #F8F8FA;
4852
+ }
4853
+
4854
+ .select2-container--default .select2-results__group {
4855
+ cursor: default;
4856
+ display: block;
4857
+ padding: 6px;
4858
+ }