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