beercss 3.5.7 → 3.5.8

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,4067 @@
1
+ :root {
2
+ --size: 16px;
3
+ --font: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;
4
+ --font-icon: "Material Symbols Outlined";
5
+ --speed1: 0.1s;
6
+ --speed2: 0.2s;
7
+ --speed3: 0.3s;
8
+ --speed4: 0.4s;
9
+ }
10
+ :root,
11
+ body.light {
12
+ --primary: #6750a4;
13
+ --on-primary: #ffffff;
14
+ --primary-container: #e9ddff;
15
+ --on-primary-container: #22005d;
16
+ --secondary: #625b71;
17
+ --on-secondary: #ffffff;
18
+ --secondary-container: #e8def8;
19
+ --on-secondary-container: #1e192b;
20
+ --tertiary: #7e5260;
21
+ --on-tertiary: #ffffff;
22
+ --tertiary-container: #ffd9e3;
23
+ --on-tertiary-container: #31101d;
24
+ --error: #ba1a1a;
25
+ --on-error: #ffffff;
26
+ --error-container: #ffdad6;
27
+ --on-error-container: #410002;
28
+ --background: #fffbff;
29
+ --on-background: #1c1b1e;
30
+ --surface: #fdf8fd;
31
+ --on-surface: #1c1b1e;
32
+ --surface-variant: #e7e0eb;
33
+ --on-surface-variant: #49454e;
34
+ --outline: #7a757f;
35
+ --outline-variant: #cac4cf;
36
+ --shadow: #000000;
37
+ --scrim: #000000;
38
+ --inverse-surface: #313033;
39
+ --inverse-on-surface: #f4eff4;
40
+ --inverse-primary: #cfbcff;
41
+ --surface-dim: #ddd8dd;
42
+ --surface-bright: #fdf8fd;
43
+ --surface-container-lowest: #ffffff;
44
+ --surface-container-low: #f7f2f7;
45
+ --surface-container: #f2ecf1;
46
+ --surface-container-high: #ece7eb;
47
+ --surface-container-highest: #e6e1e6;
48
+ --overlay: rgb(0 0 0 / 0.5);
49
+ --active: rgb(0 0 0 / 0.1);
50
+ --elevate1: 0 0.125rem 0.125rem 0 rgb(0 0 0 / 0.32);
51
+ --elevate2: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 0.4);
52
+ --elevate3: 0 0.375rem 0.75rem 0 rgb(0 0 0 / 0.48);
53
+ }
54
+ body.dark {
55
+ --primary: #cfbcff;
56
+ --on-primary: #381e72;
57
+ --primary-container: #4f378a;
58
+ --on-primary-container: #e9ddff;
59
+ --secondary: #cbc2db;
60
+ --on-secondary: #332d41;
61
+ --secondary-container: #4a4458;
62
+ --on-secondary-container: #e8def8;
63
+ --tertiary: #efb8c8;
64
+ --on-tertiary: #4a2532;
65
+ --tertiary-container: #633b48;
66
+ --on-tertiary-container: #ffd9e3;
67
+ --error: #ffb4ab;
68
+ --on-error: #690005;
69
+ --error-container: #93000a;
70
+ --on-error-container: #ffb4ab;
71
+ --background: #1c1b1e;
72
+ --on-background: #e6e1e6;
73
+ --surface: #141316;
74
+ --on-surface: #e6e1e6;
75
+ --surface-variant: #49454e;
76
+ --on-surface-variant: #cac4cf;
77
+ --outline: #948f99;
78
+ --outline-variant: #49454e;
79
+ --shadow: #000000;
80
+ --scrim: #000000;
81
+ --inverse-surface: #e6e1e6;
82
+ --inverse-on-surface: #313033;
83
+ --inverse-primary: #6750a4;
84
+ --surface-dim: #141316;
85
+ --surface-bright: #3a383c;
86
+ --surface-container-lowest: #0f0e11;
87
+ --surface-container-low: #1c1b1e;
88
+ --surface-container: #201f22;
89
+ --surface-container-high: #2b292d;
90
+ --surface-container-highest: #363438;
91
+ --overlay: rgb(0 0 0 / 0.5);
92
+ --active: rgb(255 255 255 / 0.2);
93
+ --elevate1: 0 0.125rem 0.125rem 0 rgb(0 0 0 / 0.32);
94
+ --elevate2: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 0.4);
95
+ --elevate3: 0 0.375rem 0.75rem 0 rgb(0 0 0 / 0.48);
96
+ }
97
+ /* outlined icons */
98
+ @font-face {
99
+ font-family: "Material Symbols Outlined";
100
+ font-style: normal;
101
+ font-weight: 400;
102
+ font-display: block;
103
+ src:
104
+ url("material-symbols-outlined.woff2") format("woff2"),
105
+ url("https://cdn.jsdelivr.net/npm/beercss@3.5.8/dist/cdn/material-symbols-outlined.woff2") format("woff2");
106
+ }
107
+ /* rounded icons */
108
+ @font-face {
109
+ font-family: "Material Symbols Rounded";
110
+ font-style: normal;
111
+ font-weight: 400;
112
+ font-display: block;
113
+ src:
114
+ url("material-symbols-rounded.woff2") format("woff2"),
115
+ url("https://cdn.jsdelivr.net/npm/beercss@3.5.8/dist/cdn/material-symbols-rounded.woff2") format("woff2");
116
+ }
117
+ /* sharp icons */
118
+ @font-face {
119
+ font-family: "Material Symbols Sharp";
120
+ font-style: normal;
121
+ font-weight: 400;
122
+ font-display: block;
123
+ src:
124
+ url("material-symbols-sharp.woff2") format("woff2"),
125
+ url("https://cdn.jsdelivr.net/npm/beercss@3.5.8/dist/cdn/material-symbols-sharp.woff2") format("woff2");
126
+ }
127
+ * {
128
+ -webkit-tap-highlight-color: transparent;
129
+ position: relative;
130
+ vertical-align: middle;
131
+ color: inherit;
132
+ margin: 0;
133
+ padding: 0;
134
+ border-radius: inherit;
135
+ box-sizing: border-box;
136
+ }
137
+ body {
138
+ color: var(--on-surface);
139
+ background-color: var(--surface);
140
+ overflow-x: hidden;
141
+ }
142
+ label {
143
+ font-size: 0.75rem;
144
+ vertical-align: baseline;
145
+ }
146
+ a,
147
+ b,
148
+ i,
149
+ span,
150
+ strong {
151
+ vertical-align: bottom;
152
+ }
153
+ a,
154
+ button,
155
+ .button {
156
+ cursor: pointer;
157
+ text-decoration: none;
158
+ display: inline-flex;
159
+ align-items: center;
160
+ border: none;
161
+ font-family: inherit;
162
+ outline: inherit;
163
+ justify-content: center;
164
+ }
165
+ a,
166
+ button,
167
+ .button,
168
+ i,
169
+ label {
170
+ user-select: none;
171
+ }
172
+ body ::-webkit-scrollbar,
173
+ body ::-webkit-scrollbar-thumb,
174
+ body ::-webkit-scrollbar-button {
175
+ background: none;
176
+ inline-size: 0.4rem;
177
+ block-size: 0.4rem;
178
+ }
179
+ body :is(:hover,:focus)::-webkit-scrollbar-thumb {
180
+ background: var(--outline);
181
+ border-radius: 1rem;
182
+ }
183
+ pre,
184
+ code {
185
+ direction: ltr;
186
+ }
187
+ .primary {
188
+ background-color: var(--primary) !important;
189
+ color: var(--on-primary) !important;
190
+ }
191
+ .primary-text {
192
+ color: var(--primary) !important;
193
+ }
194
+ .primary-border {
195
+ border-color: var(--primary) !important;
196
+ }
197
+ .primary-container {
198
+ background-color: var(--primary-container) !important;
199
+ color: var(--on-primary-container) !important;
200
+ }
201
+ .secondary {
202
+ background-color: var(--secondary) !important;
203
+ color: var(--on-secondary) !important;
204
+ }
205
+ .secondary-text {
206
+ color: var(--secondary) !important;
207
+ }
208
+ .secondary-border {
209
+ border-color: var(--secondary) !important;
210
+ }
211
+ .secondary-container {
212
+ background-color: var(--secondary-container) !important;
213
+ color: var(--on-secondary-container) !important;
214
+ }
215
+ .tertiary {
216
+ background-color: var(--tertiary) !important;
217
+ color: var(--on-tertiary) !important;
218
+ }
219
+ .tertiary-text {
220
+ color: var(--tertiary) !important;
221
+ }
222
+ .tertiary-border {
223
+ border-color: var(--tertiary) !important;
224
+ }
225
+ .tertiary-container {
226
+ background-color: var(--tertiary-container) !important;
227
+ color: var(--on-tertiary-container) !important;
228
+ }
229
+ .error {
230
+ background-color: var(--error) !important;
231
+ color: var(--on-error) !important;
232
+ }
233
+ .error-text {
234
+ color: var(--error) !important;
235
+ }
236
+ .error-border {
237
+ border-color: var(--error) !important;
238
+ }
239
+ .error-container {
240
+ background-color: var(--error-container) !important;
241
+ color: var(--on-error-container) !important;
242
+ }
243
+ .background {
244
+ background-color: var(--background) !important;
245
+ color: var(--on-background) !important;
246
+ }
247
+ .surface,
248
+ .surface-dim,
249
+ .surface-bright,
250
+ .surface-container-lowest,
251
+ .surface-container-low,
252
+ .surface-container,
253
+ .surface-container-high,
254
+ .surface-container-highest {
255
+ background-color: var(--surface) !important;
256
+ color: var(--on-surface) !important;
257
+ }
258
+ .surface-variant {
259
+ background-color: var(--surface-variant) !important;
260
+ color: var(--on-surface-variant) !important;
261
+ }
262
+ .inverse-surface {
263
+ background-color: var(--inverse-surface);
264
+ color: var(--inverse-on-surface);
265
+ }
266
+ .inverse-primary {
267
+ background-color: var(--inverse-primary);
268
+ color: var(--primary);
269
+ }
270
+ .inverse-primary-text {
271
+ color: var(--inverse-primary) !important;
272
+ }
273
+ .inverse-primary-border {
274
+ border-color: var(--inverse-primary) !important;
275
+ }
276
+ .surface-dim {
277
+ background-color: var(--surface-dim) !important;
278
+ }
279
+ .surface-bright {
280
+ background-color: var(--surface-bright) !important;
281
+ }
282
+ .surface-container-lowest {
283
+ background-color: var(--surface-container-lowest) !important;
284
+ }
285
+ .surface-container-low {
286
+ background-color: var(--surface-container-low) !important;
287
+ }
288
+ .surface-container {
289
+ background-color: var(--surface-container) !important;
290
+ }
291
+ .surface-container-high {
292
+ background-color: var(--surface-container-high) !important;
293
+ }
294
+ .surface-container-highest {
295
+ background-color: var(--surface-container-highest) !important;
296
+ }
297
+ .surface-container-low {
298
+ background-color: var(--surface-container-low) !important;
299
+ }
300
+ .black {
301
+ background-color: #000 !important;
302
+ }
303
+ .black-border {
304
+ border-color: #000 !important;
305
+ }
306
+ .black-text {
307
+ color: #000 !important;
308
+ }
309
+ .white {
310
+ background-color: #FFF !important;
311
+ }
312
+ .white-border {
313
+ border-color: #FFF !important;
314
+ }
315
+ .white-text {
316
+ color: #FFF !important;
317
+ }
318
+ .transparent {
319
+ background-color: transparent !important;
320
+ box-shadow: none !important;
321
+ color: inherit !important;
322
+ }
323
+ .transparent-border {
324
+ border-color: transparent !important;
325
+ }
326
+ .transparent-text {
327
+ color: transparent !important;
328
+ }
329
+ .fill:not(i) {
330
+ background-color: var(--surface-variant) !important;
331
+ color: var(--on-surface-variant) !important;
332
+ }
333
+ .middle-align {
334
+ display: flex;
335
+ align-items: center !important;
336
+ }
337
+ .bottom-align {
338
+ display: flex;
339
+ align-items: flex-end !important;
340
+ }
341
+ .top-align {
342
+ display: flex;
343
+ align-items: flex-start !important;
344
+ }
345
+ .left-align {
346
+ text-align: start;
347
+ justify-content: flex-start !important;
348
+ }
349
+ .right-align {
350
+ text-align: end;
351
+ justify-content: flex-end !important;
352
+ }
353
+ .center-align {
354
+ text-align: center;
355
+ justify-content: center !important;
356
+ }
357
+ .red,
358
+ .red6 {
359
+ background-color: #F44336 !important;
360
+ }
361
+ .red-border {
362
+ border-color: #F44336 !important;
363
+ }
364
+ .red-text {
365
+ color: #F44336 !important;
366
+ }
367
+ .red1 {
368
+ background-color: #FFEBEE !important;
369
+ }
370
+ .red2 {
371
+ background-color: #FFCDD2 !important;
372
+ }
373
+ .red3 {
374
+ background-color: #EF9A9A !important;
375
+ }
376
+ .red4 {
377
+ background-color: #E57373 !important;
378
+ }
379
+ .red5 {
380
+ background-color: #EF5350 !important;
381
+ }
382
+ .red7 {
383
+ background-color: #E53935 !important;
384
+ }
385
+ .red8 {
386
+ background-color: #D32F2F !important;
387
+ }
388
+ .red9 {
389
+ background-color: #C62828 !important;
390
+ }
391
+ .red10 {
392
+ background-color: #B71C1C !important;
393
+ }
394
+ .pink,
395
+ .pink6 {
396
+ background-color: #E91E63 !important;
397
+ }
398
+ .pink-border {
399
+ border-color: #E91E63 !important;
400
+ }
401
+ .pink-text {
402
+ color: #E91E63 !important;
403
+ }
404
+ .pink1 {
405
+ background-color: #FCE4EC !important;
406
+ }
407
+ .pink2 {
408
+ background-color: #F8BBD0 !important;
409
+ }
410
+ .pink3 {
411
+ background-color: #F48FB1 !important;
412
+ }
413
+ .pink4 {
414
+ background-color: #F06292 !important;
415
+ }
416
+ .pink5 {
417
+ background-color: #EC407A !important;
418
+ }
419
+ .pink7 {
420
+ background-color: #D81B60 !important;
421
+ }
422
+ .pink8 {
423
+ background-color: #C2185B !important;
424
+ }
425
+ .pink9 {
426
+ background-color: #AD1457 !important;
427
+ }
428
+ .pink10 {
429
+ background-color: #880E4F !important;
430
+ }
431
+ .purple,
432
+ .purple6 {
433
+ background-color: #9C27B0 !important;
434
+ }
435
+ .purple-border {
436
+ border-color: #9C27B0 !important;
437
+ }
438
+ .purple-text {
439
+ color: #9C27B0 !important;
440
+ }
441
+ .purple1 {
442
+ background-color: #F3E5F5 !important;
443
+ }
444
+ .purple2 {
445
+ background-color: #E1BEE7 !important;
446
+ }
447
+ .purple3 {
448
+ background-color: #CE93D8 !important;
449
+ }
450
+ .purple4 {
451
+ background-color: #BA68C8 !important;
452
+ }
453
+ .purple5 {
454
+ background-color: #AB47BC !important;
455
+ }
456
+ .purple7 {
457
+ background-color: #8E24AA !important;
458
+ }
459
+ .purple8 {
460
+ background-color: #7B1FA2 !important;
461
+ }
462
+ .purple9 {
463
+ background-color: #6A1B9A !important;
464
+ }
465
+ .purple10 {
466
+ background-color: #4A148C !important;
467
+ }
468
+ .deep-purple,
469
+ .deep-purple6 {
470
+ background-color: #673AB7 !important;
471
+ }
472
+ .deep-purple-border {
473
+ border-color: #673AB7 !important;
474
+ }
475
+ .deep-purple-text {
476
+ color: #673AB7 !important;
477
+ }
478
+ .deep-purple1 {
479
+ background-color: #EDE7F6 !important;
480
+ }
481
+ .deep-purple2 {
482
+ background-color: #D1C4E9 !important;
483
+ }
484
+ .deep-purple3 {
485
+ background-color: #B39DDB !important;
486
+ }
487
+ .deep-purple4 {
488
+ background-color: #9575CD !important;
489
+ }
490
+ .deep-purple5 {
491
+ background-color: #7E57C2 !important;
492
+ }
493
+ .deep-purple7 {
494
+ background-color: #5E35B1 !important;
495
+ }
496
+ .deep-purple8 {
497
+ background-color: #512DA8 !important;
498
+ }
499
+ .deep-purple9 {
500
+ background-color: #4527A0 !important;
501
+ }
502
+ .deep-purple10 {
503
+ background-color: #311B92 !important;
504
+ }
505
+ .indigo,
506
+ .indigo6 {
507
+ background-color: #3F51B5 !important;
508
+ }
509
+ .indigo-border {
510
+ border-color: #3F51B5 !important;
511
+ }
512
+ .indigo-text {
513
+ color: #3F51B5 !important;
514
+ }
515
+ .indigo1 {
516
+ background-color: #E8EAF6 !important;
517
+ }
518
+ .indigo2 {
519
+ background-color: #C5CAE9 !important;
520
+ }
521
+ .indigo3 {
522
+ background-color: #9FA8DA !important;
523
+ }
524
+ .indigo4 {
525
+ background-color: #7986CB !important;
526
+ }
527
+ .indigo5 {
528
+ background-color: #5C6BC0 !important;
529
+ }
530
+ .indigo7 {
531
+ background-color: #3949AB !important;
532
+ }
533
+ .indigo8 {
534
+ background-color: #303F9F !important;
535
+ }
536
+ .indigo9 {
537
+ background-color: #283593 !important;
538
+ }
539
+ .indigo10 {
540
+ background-color: #1A237E !important;
541
+ }
542
+ .blue,
543
+ .blue6 {
544
+ background-color: #2196F3 !important;
545
+ }
546
+ .blue-border {
547
+ border-color: #2196F3 !important;
548
+ }
549
+ .blue-text {
550
+ color: #2196F3 !important;
551
+ }
552
+ .blue1 {
553
+ background-color: #E3F2FD !important;
554
+ }
555
+ .blue2 {
556
+ background-color: #BBDEFB !important;
557
+ }
558
+ .blue3 {
559
+ background-color: #90CAF9 !important;
560
+ }
561
+ .blue4 {
562
+ background-color: #64B5F6 !important;
563
+ }
564
+ .blue5 {
565
+ background-color: #42A5F5 !important;
566
+ }
567
+ .blue7 {
568
+ background-color: #1E88E5 !important;
569
+ }
570
+ .blue8 {
571
+ background-color: #1976D2 !important;
572
+ }
573
+ .blue9 {
574
+ background-color: #1565C0 !important;
575
+ }
576
+ .blue10 {
577
+ background-color: #0D47A1 !important;
578
+ }
579
+ .light-blue,
580
+ .light-blue6 {
581
+ background-color: #03A9F4 !important;
582
+ }
583
+ .light-blue-border {
584
+ border-color: #03A9F4 !important;
585
+ }
586
+ .light-blue-text {
587
+ color: #03A9F4 !important;
588
+ }
589
+ .light-blue1 {
590
+ background-color: #E1F5FE !important;
591
+ }
592
+ .light-blue2 {
593
+ background-color: #B3E5FC !important;
594
+ }
595
+ .light-blue3 {
596
+ background-color: #81D4FA !important;
597
+ }
598
+ .light-blue4 {
599
+ background-color: #4FC3F7 !important;
600
+ }
601
+ .light-blue5 {
602
+ background-color: #29B6F6 !important;
603
+ }
604
+ .light-blue7 {
605
+ background-color: #039BE5 !important;
606
+ }
607
+ .light-blue8 {
608
+ background-color: #0288D1 !important;
609
+ }
610
+ .light-blue9 {
611
+ background-color: #0277BD !important;
612
+ }
613
+ .light-blue10 {
614
+ background-color: #01579B !important;
615
+ }
616
+ .cyan,
617
+ .cyan6 {
618
+ background-color: #00BCD4 !important;
619
+ }
620
+ .cyan-border {
621
+ border-color: #00BCD4 !important;
622
+ }
623
+ .cyan-text {
624
+ color: #00BCD4 !important;
625
+ }
626
+ .cyan1 {
627
+ background-color: #E0F7FA !important;
628
+ }
629
+ .cyan2 {
630
+ background-color: #B2EBF2 !important;
631
+ }
632
+ .cyan3 {
633
+ background-color: #80DEEA !important;
634
+ }
635
+ .cyan4 {
636
+ background-color: #4DD0E1 !important;
637
+ }
638
+ .cyan5 {
639
+ background-color: #26C6DA !important;
640
+ }
641
+ .cyan7 {
642
+ background-color: #00ACC1 !important;
643
+ }
644
+ .cyan8 {
645
+ background-color: #0097A7 !important;
646
+ }
647
+ .cyan9 {
648
+ background-color: #00838F !important;
649
+ }
650
+ .cyan10 {
651
+ background-color: #006064 !important;
652
+ }
653
+ .teal,
654
+ .teal6 {
655
+ background-color: #009688 !important;
656
+ }
657
+ .teal-border {
658
+ border-color: #009688 !important;
659
+ }
660
+ .teal-text {
661
+ color: #009688 !important;
662
+ }
663
+ .teal1 {
664
+ background-color: #E0F2F1 !important;
665
+ }
666
+ .teal2 {
667
+ background-color: #B2DFDB !important;
668
+ }
669
+ .teal3 {
670
+ background-color: #80CBC4 !important;
671
+ }
672
+ .teal4 {
673
+ background-color: #4DB6AC !important;
674
+ }
675
+ .teal5 {
676
+ background-color: #26A69A !important;
677
+ }
678
+ .teal7 {
679
+ background-color: #00897B !important;
680
+ }
681
+ .teal8 {
682
+ background-color: #00796B !important;
683
+ }
684
+ .teal9 {
685
+ background-color: #00695C !important;
686
+ }
687
+ .teal10 {
688
+ background-color: #004D40 !important;
689
+ }
690
+ .green,
691
+ .green6 {
692
+ background-color: #4CAF50 !important;
693
+ }
694
+ .green-border {
695
+ border-color: #4CAF50 !important;
696
+ }
697
+ .green-text {
698
+ color: #4CAF50 !important;
699
+ }
700
+ .green1 {
701
+ background-color: #E8F5E9 !important;
702
+ }
703
+ .green2 {
704
+ background-color: #C8E6C9 !important;
705
+ }
706
+ .green3 {
707
+ background-color: #A5D6A7 !important;
708
+ }
709
+ .green4 {
710
+ background-color: #81C784 !important;
711
+ }
712
+ .green5 {
713
+ background-color: #66BB6A !important;
714
+ }
715
+ .green7 {
716
+ background-color: #43A047 !important;
717
+ }
718
+ .green8 {
719
+ background-color: #388E3C !important;
720
+ }
721
+ .green9 {
722
+ background-color: #2E7D32 !important;
723
+ }
724
+ .green10 {
725
+ background-color: #1B5E20 !important;
726
+ }
727
+ .light-green,
728
+ .light-green6 {
729
+ background-color: #8BC34A !important;
730
+ }
731
+ .light-green-border {
732
+ border-color: #8BC34A !important;
733
+ }
734
+ .light-green-text {
735
+ color: #8BC34A !important;
736
+ }
737
+ .light-green1 {
738
+ background-color: #F1F8E9 !important;
739
+ }
740
+ .light-green2 {
741
+ background-color: #DCEDC8 !important;
742
+ }
743
+ .light-green3 {
744
+ background-color: #C5E1A5 !important;
745
+ }
746
+ .light-green4 {
747
+ background-color: #AED581 !important;
748
+ }
749
+ .light-green5 {
750
+ background-color: #9CCC65 !important;
751
+ }
752
+ .light-green7 {
753
+ background-color: #7CB342 !important;
754
+ }
755
+ .light-green8 {
756
+ background-color: #689F38 !important;
757
+ }
758
+ .light-green9 {
759
+ background-color: #558B2F !important;
760
+ }
761
+ .light-green10 {
762
+ background-color: #33691E !important;
763
+ }
764
+ .lime,
765
+ .lime6 {
766
+ background-color: #CDDC39 !important;
767
+ }
768
+ .lime-border {
769
+ border-color: #CDDC39 !important;
770
+ }
771
+ .lime-text {
772
+ color: #CDDC39 !important;
773
+ }
774
+ .lime1 {
775
+ background-color: #F9FBE7 !important;
776
+ }
777
+ .lime2 {
778
+ background-color: #F0F4C3 !important;
779
+ }
780
+ .lime3 {
781
+ background-color: #E6EE9C !important;
782
+ }
783
+ .lime4 {
784
+ background-color: #DCE775 !important;
785
+ }
786
+ .lime5 {
787
+ background-color: #D4E157 !important;
788
+ }
789
+ .lime7 {
790
+ background-color: #C0CA33 !important;
791
+ }
792
+ .lime8 {
793
+ background-color: #AFB42B !important;
794
+ }
795
+ .lime9 {
796
+ background-color: #9E9D24 !important;
797
+ }
798
+ .lime10 {
799
+ background-color: #827717 !important;
800
+ }
801
+ .yellow,
802
+ .yellow6 {
803
+ background-color: #FFEB3B !important;
804
+ }
805
+ .yellow-border {
806
+ border-color: #FFEB3B !important;
807
+ }
808
+ .yellow-text {
809
+ color: #FFEB3B !important;
810
+ }
811
+ .yellow1 {
812
+ background-color: #FFFDE7 !important;
813
+ }
814
+ .yellow2 {
815
+ background-color: #FFF9C4 !important;
816
+ }
817
+ .yellow3 {
818
+ background-color: #FFF59D !important;
819
+ }
820
+ .yellow4 {
821
+ background-color: #FFF176 !important;
822
+ }
823
+ .yellow5 {
824
+ background-color: #FFEE58 !important;
825
+ }
826
+ .yellow7 {
827
+ background-color: #FDD835 !important;
828
+ }
829
+ .yellow8 {
830
+ background-color: #FBC02D !important;
831
+ }
832
+ .yellow9 {
833
+ background-color: #F9A825 !important;
834
+ }
835
+ .yellow10 {
836
+ background-color: #F57F17 !important;
837
+ }
838
+ .amber,
839
+ .amber6 {
840
+ background-color: #FFC107 !important;
841
+ }
842
+ .amber-border {
843
+ border-color: #FFC107 !important;
844
+ }
845
+ .amber-text {
846
+ color: #FFC107 !important;
847
+ }
848
+ .amber1 {
849
+ background-color: #FFF8E1 !important;
850
+ }
851
+ .amber2 {
852
+ background-color: #FFECB3 !important;
853
+ }
854
+ .amber3 {
855
+ background-color: #FFE082 !important;
856
+ }
857
+ .amber4 {
858
+ background-color: #FFD54F !important;
859
+ }
860
+ .amber5 {
861
+ background-color: #FFCA28 !important;
862
+ }
863
+ .amber7 {
864
+ background-color: #FFB300 !important;
865
+ }
866
+ .amber8 {
867
+ background-color: #FFA000 !important;
868
+ }
869
+ .amber9 {
870
+ background-color: #FF8F00 !important;
871
+ }
872
+ .amber10 {
873
+ background-color: #FF6F00 !important;
874
+ }
875
+ .orange,
876
+ .orange6 {
877
+ background-color: #FF9800 !important;
878
+ }
879
+ .orange-border {
880
+ border-color: #FF9800 !important;
881
+ }
882
+ .orange-text {
883
+ color: #FF9800 !important;
884
+ }
885
+ .orange1 {
886
+ background-color: #FFF3E0 !important;
887
+ }
888
+ .orange2 {
889
+ background-color: #FFE0B2 !important;
890
+ }
891
+ .orange3 {
892
+ background-color: #FFCC80 !important;
893
+ }
894
+ .orange4 {
895
+ background-color: #FFB74D !important;
896
+ }
897
+ .orange5 {
898
+ background-color: #FFA726 !important;
899
+ }
900
+ .orange7 {
901
+ background-color: #FB8C00 !important;
902
+ }
903
+ .orange8 {
904
+ background-color: #F57C00 !important;
905
+ }
906
+ .orange9 {
907
+ background-color: #EF6C00 !important;
908
+ }
909
+ .orange10 {
910
+ background-color: #E65100 !important;
911
+ }
912
+ .deep-orange,
913
+ .deep-orange6 {
914
+ background-color: #FF5722 !important;
915
+ }
916
+ .deep-orange-border {
917
+ border-color: #FF5722 !important;
918
+ }
919
+ .deep-orange-text {
920
+ color: #FF5722 !important;
921
+ }
922
+ .deep-orange1 {
923
+ background-color: #FBE9E7 !important;
924
+ }
925
+ .deep-orange2 {
926
+ background-color: #FFCCBC !important;
927
+ }
928
+ .deep-orange3 {
929
+ background-color: #FFAB91 !important;
930
+ }
931
+ .deep-orange4 {
932
+ background-color: #FF8A65 !important;
933
+ }
934
+ .deep-orange5 {
935
+ background-color: #FF7043 !important;
936
+ }
937
+ .deep-orange7 {
938
+ background-color: #F4511E !important;
939
+ }
940
+ .deep-orange8 {
941
+ background-color: #E64A19 !important;
942
+ }
943
+ .deep-orange9 {
944
+ background-color: #D84315 !important;
945
+ }
946
+ .deep-orange10 {
947
+ background-color: #BF360C !important;
948
+ }
949
+ .brown,
950
+ .brown6 {
951
+ background-color: #795548 !important;
952
+ }
953
+ .brown-border {
954
+ border-color: #795548 !important;
955
+ }
956
+ .brown-text {
957
+ color: #795548 !important;
958
+ }
959
+ .brown1 {
960
+ background-color: #EFEBE9 !important;
961
+ }
962
+ .brown2 {
963
+ background-color: #D7CCC8 !important;
964
+ }
965
+ .brown3 {
966
+ background-color: #BCAAA4 !important;
967
+ }
968
+ .brown4 {
969
+ background-color: #A1887F !important;
970
+ }
971
+ .brown5 {
972
+ background-color: #8D6E63 !important;
973
+ }
974
+ .brown7 {
975
+ background-color: #6D4C41 !important;
976
+ }
977
+ .brown8 {
978
+ background-color: #5D4037 !important;
979
+ }
980
+ .brown9 {
981
+ background-color: #4E342E !important;
982
+ }
983
+ .brown10 {
984
+ background-color: #3E2723 !important;
985
+ }
986
+ .blue-grey,
987
+ .blue-grey6 {
988
+ background-color: #607D8B !important;
989
+ }
990
+ .blue-grey-border {
991
+ border-color: #607D8B !important;
992
+ }
993
+ .blue-grey-text {
994
+ color: #607D8B !important;
995
+ }
996
+ .blue-grey1 {
997
+ background-color: #ECEFF1 !important;
998
+ }
999
+ .blue-grey2 {
1000
+ background-color: #CFD8DC !important;
1001
+ }
1002
+ .blue-grey3 {
1003
+ background-color: #B0BEC5 !important;
1004
+ }
1005
+ .blue-grey4 {
1006
+ background-color: #90A4AE !important;
1007
+ }
1008
+ .blue-grey5 {
1009
+ background-color: #78909C !important;
1010
+ }
1011
+ .blue-grey7 {
1012
+ background-color: #546E7A !important;
1013
+ }
1014
+ .blue-grey8 {
1015
+ background-color: #455A64 !important;
1016
+ }
1017
+ .blue-grey9 {
1018
+ background-color: #37474F !important;
1019
+ }
1020
+ .blue-grey10 {
1021
+ background-color: #263238 !important;
1022
+ }
1023
+ .grey,
1024
+ .grey6 {
1025
+ background-color: #9E9E9E !important;
1026
+ }
1027
+ .grey-border {
1028
+ border-color: #9E9E9E !important;
1029
+ }
1030
+ .grey-text {
1031
+ color: #9E9E9E !important;
1032
+ }
1033
+ .grey1 {
1034
+ background-color: #FAFAFA !important;
1035
+ }
1036
+ .grey2 {
1037
+ background-color: #F5F5F5 !important;
1038
+ }
1039
+ .grey3 {
1040
+ background-color: #EEE !important;
1041
+ }
1042
+ .grey4 {
1043
+ background-color: #E0E0E0 !important;
1044
+ }
1045
+ .grey5 {
1046
+ background-color: #BDBDBD !important;
1047
+ }
1048
+ .grey7 {
1049
+ background-color: #757575 !important;
1050
+ }
1051
+ .grey8 {
1052
+ background-color: #616161 !important;
1053
+ }
1054
+ .grey9 {
1055
+ background-color: #424242 !important;
1056
+ }
1057
+ .grey10 {
1058
+ background-color: #212121 !important;
1059
+ }
1060
+ .horizontal {
1061
+ display: inline-flex;
1062
+ flex-direction: row !important;
1063
+ gap: 1rem;
1064
+ inline-size: auto !important;
1065
+ max-inline-size: none !important;
1066
+ }
1067
+ .horizontal > * {
1068
+ margin-block: 0 !important;
1069
+ }
1070
+ .vertical {
1071
+ display: flex;
1072
+ flex-direction: column !important;
1073
+ }
1074
+ :is(a, button, .button, .chip).vertical {
1075
+ display: inline-flex;
1076
+ gap: 0.25rem;
1077
+ block-size: auto !important;
1078
+ max-block-size: none !important;
1079
+ padding-block: 0.5rem;
1080
+ }
1081
+ .vertical > * {
1082
+ margin-inline: 0 !important;
1083
+ }
1084
+ [class*=divider] {
1085
+ min-inline-size: 1.5rem;
1086
+ min-block-size: auto;
1087
+ block-size: 0.0625rem;
1088
+ background-color: var(--outline-variant);
1089
+ display: block;
1090
+ }
1091
+ [class*=divider] + * {
1092
+ margin: 0 !important;
1093
+ }
1094
+ .medium-divider {
1095
+ margin: 1rem 0 !important;
1096
+ }
1097
+ .large-divider {
1098
+ margin: 1.5rem 0 !important;
1099
+ }
1100
+ .small-divider {
1101
+ margin: 0.5rem 0 !important;
1102
+ }
1103
+ .divider.vertical {
1104
+ min-inline-size: auto;
1105
+ min-block-size: 1.5rem;
1106
+ inline-size: 0.0625rem;
1107
+ }
1108
+ .no-elevate {
1109
+ box-shadow: none !important;
1110
+ }
1111
+ .small-elevate,
1112
+ .elevate {
1113
+ box-shadow: var(--elevate1) !important;
1114
+ }
1115
+ .medium-elevate {
1116
+ box-shadow: var(--elevate2) !important;
1117
+ }
1118
+ .large-elevate {
1119
+ box-shadow: var(--elevate3) !important;
1120
+ }
1121
+ .round {
1122
+ border-radius: var(---round);
1123
+ }
1124
+ .small-round,
1125
+ .medium-round,
1126
+ .large-round {
1127
+ border-radius: var(---round) !important;
1128
+ }
1129
+ .top-round,
1130
+ .bottom-round,
1131
+ .left-round,
1132
+ .right-round,
1133
+ .medium-round,
1134
+ .round {
1135
+ ---round: 2rem;
1136
+ }
1137
+ .small-round {
1138
+ ---round: 0.5rem;
1139
+ }
1140
+ .large-round {
1141
+ ---round: 3.5rem;
1142
+ }
1143
+ .no-round,
1144
+ .square,
1145
+ .top-round,
1146
+ .bottom-round,
1147
+ .left-round,
1148
+ .right-round {
1149
+ border-radius: 0 !important;
1150
+ }
1151
+ .top-round {
1152
+ border-start-start-radius: var(---round) !important;
1153
+ border-start-end-radius: var(---round) !important;
1154
+ }
1155
+ .bottom-round {
1156
+ border-end-end-radius: var(---round) !important;
1157
+ border-end-start-radius: var(---round) !important;
1158
+ }
1159
+ .left-round {
1160
+ border-start-start-radius: var(---round) !important;
1161
+ border-end-start-radius: var(---round) !important;
1162
+ }
1163
+ .right-round {
1164
+ border-start-end-radius: var(---round) !important;
1165
+ border-end-end-radius: var(---round) !important;
1166
+ }
1167
+ .circle {
1168
+ border-radius: 50%;
1169
+ }
1170
+ :is(button, .button, .chip).circle {
1171
+ border-radius: 2.5rem;
1172
+ }
1173
+ :is(.circle, .square):not(i, img, video, svg),
1174
+ :is(.circle, .square).chip.medium {
1175
+ block-size: 2.5rem;
1176
+ inline-size: 2.5rem;
1177
+ padding: 0;
1178
+ }
1179
+ :is(.circle, .square) > span {
1180
+ display: none;
1181
+ }
1182
+ :is(.circle, .square).small:not(i, img, video, svg),
1183
+ :is(.circle, .square).chip {
1184
+ block-size: 2rem;
1185
+ inline-size: 2rem;
1186
+ }
1187
+ :is(.circle, .square).large:not(i, img, video, svg) {
1188
+ block-size: 3rem;
1189
+ inline-size: 3rem;
1190
+ }
1191
+ :is(.circle, .square).extra:not(i, img, video, svg) {
1192
+ block-size: 3.5rem;
1193
+ inline-size: 3.5rem;
1194
+ }
1195
+ :is(.circle, .square).round {
1196
+ border-radius: 1rem !important;
1197
+ }
1198
+ .border:not(table, .field) {
1199
+ box-sizing: border-box;
1200
+ border: 0.0625rem solid var(--outline);
1201
+ background-color: transparent;
1202
+ box-shadow: none;
1203
+ }
1204
+ .no-border {
1205
+ border-color: transparent !important;
1206
+ }
1207
+ :is(nav, .row, dialog.max, header.fixed, footer.fixed, menu > a, menu.max, table, .tabs):not(.round) {
1208
+ border-radius: 0;
1209
+ }
1210
+ [class*=margin]:not(.left-margin, .right-margin, .top-margin, .bottom-margin, .horizontal-margin, .vertical-margin) {
1211
+ margin: var(---margin) !important;
1212
+ }
1213
+ [class*=margin] {
1214
+ ---margin: 1rem;
1215
+ }
1216
+ .no-margin {
1217
+ ---margin: 0;
1218
+ }
1219
+ .auto-margin {
1220
+ ---margin: auto;
1221
+ }
1222
+ .tiny-margin {
1223
+ ---margin: 0.25rem;
1224
+ }
1225
+ .small-margin {
1226
+ ---margin: 0.5rem;
1227
+ }
1228
+ .large-margin {
1229
+ ---margin: 1.5rem;
1230
+ }
1231
+ .left-margin,
1232
+ .horizontal-margin {
1233
+ margin-inline-start: var(---margin) !important;
1234
+ }
1235
+ .right-margin,
1236
+ .horizontal-margin {
1237
+ margin-inline-end: var(---margin) !important;
1238
+ }
1239
+ .top-margin,
1240
+ .vertical-margin {
1241
+ margin-block-start: var(---margin) !important;
1242
+ }
1243
+ .bottom-margin,
1244
+ .vertical-margin {
1245
+ margin-block-end: var(---margin) !important;
1246
+ }
1247
+ .no-opacity {
1248
+ opacity: 1 !important;
1249
+ }
1250
+ .opacity {
1251
+ opacity: 0 !important;
1252
+ }
1253
+ .small-opacity {
1254
+ opacity: 0.75 !important;
1255
+ }
1256
+ .medium-opacity {
1257
+ opacity: 0.5 !important;
1258
+ }
1259
+ .large-opacity {
1260
+ opacity: 0.25 !important;
1261
+ }
1262
+ [class*=padding]:not(.left-padding, .right-padding, .top-padding, .bottom-padding, .horizontal-padding, .vertical-padding) {
1263
+ padding: var(---padding) !important;
1264
+ }
1265
+ [class*=padding] {
1266
+ ---padding: 1rem;
1267
+ }
1268
+ .no-padding {
1269
+ ---padding: 0;
1270
+ }
1271
+ .tiny-padding {
1272
+ ---padding: 0.25rem;
1273
+ }
1274
+ .small-padding {
1275
+ ---padding: 0.5rem;
1276
+ }
1277
+ .large-padding {
1278
+ ---padding: 1.5rem;
1279
+ }
1280
+ .left-padding,
1281
+ .horizontal-padding {
1282
+ padding-inline-start: var(---padding) !important;
1283
+ }
1284
+ .right-padding,
1285
+ .horizontal-padding {
1286
+ padding-inline-end: var(---padding) !important;
1287
+ }
1288
+ .top-padding,
1289
+ .vertical-padding {
1290
+ padding-block-start: var(---padding) !important;
1291
+ }
1292
+ .bottom-padding,
1293
+ .vertical-padding {
1294
+ padding-block-end: var(---padding) !important;
1295
+ }
1296
+ .front {
1297
+ z-index: 10 !important;
1298
+ }
1299
+ .back {
1300
+ z-index: -10 !important;
1301
+ }
1302
+ .left {
1303
+ inset-inline-start: 0;
1304
+ }
1305
+ .right {
1306
+ inset-inline-end: 0;
1307
+ }
1308
+ .top {
1309
+ inset-block-start: 0;
1310
+ }
1311
+ .bottom {
1312
+ inset-block-end: 0;
1313
+ }
1314
+ .center {
1315
+ inset-inline-start: 50%;
1316
+ transform: translateX(-50%);
1317
+ }
1318
+ [dir=rtl] .center {
1319
+ transform: translateX(50%);
1320
+ }
1321
+ .middle {
1322
+ inset-block-start: 50%;
1323
+ transform: translateY(-50%);
1324
+ }
1325
+ .middle.center {
1326
+ transform: translate(-50%, -50%);
1327
+ }
1328
+ [dir=rtl] .middle.center {
1329
+ transform: translate(50%, -50%);
1330
+ }
1331
+ .scroll {
1332
+ overflow: auto;
1333
+ }
1334
+ .no-scroll {
1335
+ overflow: hidden;
1336
+ }
1337
+ [class*=width] {
1338
+ max-inline-size: 100%;
1339
+ }
1340
+ .auto-width {
1341
+ inline-size: auto;
1342
+ }
1343
+ .small-width {
1344
+ inline-size: 12rem !important;
1345
+ }
1346
+ .medium-width {
1347
+ inline-size: 24rem !important;
1348
+ }
1349
+ .large-width {
1350
+ inline-size: 36rem !important;
1351
+ }
1352
+ .auto-height {
1353
+ block-size: auto;
1354
+ }
1355
+ .small-height {
1356
+ block-size: 12rem !important;
1357
+ }
1358
+ .medium-height {
1359
+ block-size: 24rem !important;
1360
+ }
1361
+ .large-height {
1362
+ block-size: 36rem !important;
1363
+ }
1364
+ .wrap {
1365
+ display: block;
1366
+ white-space: normal;
1367
+ }
1368
+ .no-wrap:not(menu) {
1369
+ display: flex;
1370
+ white-space: nowrap;
1371
+ }
1372
+ .tiny-space:not(nav, ol, ul, .row, .grid, table, .tooltip) {
1373
+ block-size: 0.5rem;
1374
+ }
1375
+ :is(.space, .small-space):not(nav, ol, ul, .row, .grid, table, .tooltip) {
1376
+ block-size: 1rem;
1377
+ }
1378
+ .medium-space:not(nav, ol, ul, .row, .grid, table, .tooltip) {
1379
+ block-size: 2rem;
1380
+ }
1381
+ .large-space:not(nav, ol, ul, .row, .grid, table, .tooltip) {
1382
+ block-size: 3rem;
1383
+ }
1384
+ .responsive {
1385
+ inline-size: -webkit-fill-available;
1386
+ inline-size: -moz-available;
1387
+ }
1388
+ @media only screen and (max-width: 600px) {
1389
+ .m:not(.s),
1390
+ .l:not(.s),
1391
+ .m.l:not(.s) {
1392
+ display: none;
1393
+ }
1394
+ }
1395
+ @media only screen and (min-width: 601px) and (max-width: 992px) {
1396
+ .s:not(.m),
1397
+ .l:not(.m),
1398
+ .s.l:not(.m) {
1399
+ display: none;
1400
+ }
1401
+ }
1402
+ @media only screen and (min-width: 993px) {
1403
+ .m:not(.l),
1404
+ .s:not(.l),
1405
+ .m.s:not(.l) {
1406
+ display: none;
1407
+ }
1408
+ }
1409
+ html {
1410
+ font-size: var(--size);
1411
+ }
1412
+ body {
1413
+ font-family: var(--font);
1414
+ font-size: 0.875rem;
1415
+ line-height: 1.5rem;
1416
+ letter-spacing: 0.0313rem;
1417
+ }
1418
+ h1,
1419
+ h2,
1420
+ h3,
1421
+ h4,
1422
+ h5,
1423
+ h6 {
1424
+ font-weight: 400;
1425
+ display: flex;
1426
+ align-items: center;
1427
+ line-height: normal;
1428
+ }
1429
+ * + :is(h1, h2, h3, h4, h5, h6) {
1430
+ margin-block-start: 1rem;
1431
+ }
1432
+ h1 {
1433
+ font-size: 3.5625rem;
1434
+ }
1435
+ h2 {
1436
+ font-size: 2.8125rem;
1437
+ }
1438
+ h3 {
1439
+ font-size: 2.25rem;
1440
+ }
1441
+ h4 {
1442
+ font-size: 2rem;
1443
+ }
1444
+ h5 {
1445
+ font-size: 1.75rem;
1446
+ }
1447
+ h6 {
1448
+ font-size: 1.5rem;
1449
+ }
1450
+ h1.small {
1451
+ font-size: 3.0625rem;
1452
+ }
1453
+ h2.small {
1454
+ font-size: 2.3125rem;
1455
+ }
1456
+ h3.small {
1457
+ font-size: 1.75rem;
1458
+ }
1459
+ h4.small {
1460
+ font-size: 1.5rem;
1461
+ }
1462
+ h5.small {
1463
+ font-size: 1.25rem;
1464
+ }
1465
+ h6.small {
1466
+ font-size: 1rem;
1467
+ }
1468
+ h1.large {
1469
+ font-size: 4.0625rem;
1470
+ }
1471
+ h2.large {
1472
+ font-size: 3.3125rem;
1473
+ }
1474
+ h3.large {
1475
+ font-size: 2.75rem;
1476
+ }
1477
+ h4.large {
1478
+ font-size: 2.5rem;
1479
+ }
1480
+ h5.large {
1481
+ font-size: 2.25rem;
1482
+ }
1483
+ h6.large {
1484
+ font-size: 2rem;
1485
+ }
1486
+ .link {
1487
+ color: var(--primary) !important;
1488
+ }
1489
+ .inverse-link {
1490
+ color: var(--inverse-primary) !important;
1491
+ }
1492
+ .truncate {
1493
+ overflow: hidden;
1494
+ white-space: nowrap !important;
1495
+ text-overflow: ellipsis;
1496
+ flex: inherit;
1497
+ }
1498
+ .truncate > * {
1499
+ white-space: nowrap !important;
1500
+ }
1501
+ .small-text {
1502
+ font-size: 0.75rem;
1503
+ }
1504
+ .medium-text {
1505
+ font-size: 0.875rem;
1506
+ }
1507
+ .large-text {
1508
+ font-size: 1rem;
1509
+ }
1510
+ .upper {
1511
+ text-transform: uppercase;
1512
+ }
1513
+ .lower {
1514
+ text-transform: lowercase;
1515
+ }
1516
+ .capitalize {
1517
+ text-transform: capitalize;
1518
+ }
1519
+ .bold {
1520
+ font-weight: bold;
1521
+ }
1522
+ .overline {
1523
+ text-decoration: line-through;
1524
+ }
1525
+ .underline {
1526
+ text-decoration: underline;
1527
+ }
1528
+ .italic {
1529
+ font-style: italic;
1530
+ }
1531
+ p {
1532
+ margin: 0.5rem 0;
1533
+ }
1534
+ .no-line {
1535
+ line-height: normal;
1536
+ }
1537
+ .tiny-line {
1538
+ line-height: 1.25rem;
1539
+ }
1540
+ .small-line {
1541
+ line-height: 1.5rem;
1542
+ }
1543
+ .medium-line {
1544
+ line-height: 1.75rem;
1545
+ }
1546
+ .large-line {
1547
+ line-height: 2rem;
1548
+ }
1549
+ .extra-line {
1550
+ line-height: 2.25rem;
1551
+ }
1552
+ .wave::after,
1553
+ .chip::after,
1554
+ .wave.light::after,
1555
+ :is(.button, button)::after {
1556
+ content: "";
1557
+ position: absolute;
1558
+ inset: 0;
1559
+ z-index: 1;
1560
+ border-radius: inherit;
1561
+ inline-size: 100%;
1562
+ block-size: 100%;
1563
+ background-position: center;
1564
+ background-image: radial-gradient(circle, rgb(255 255 255 / 0.4) 1%, transparent 1%);
1565
+ opacity: 0;
1566
+ transition: none;
1567
+ }
1568
+ .wave.dark::after,
1569
+ .wave.row::after,
1570
+ .chip::after,
1571
+ :is(.button, button).border::after,
1572
+ :is(.button, button).transparent::after {
1573
+ background-image: radial-gradient(circle, rgb(150 150 150 / 0.2) 1%, transparent 1%);
1574
+ }
1575
+ :is(.wave, .chip, .button, button):is(:focus-visible, :hover)::after {
1576
+ background-size: 15000%;
1577
+ opacity: 1;
1578
+ transition: background-size var(--speed2) linear;
1579
+ }
1580
+ :is(.wave, .chip, .button, button):active::after {
1581
+ background-size: 5000%;
1582
+ opacity: 0;
1583
+ transition: none;
1584
+ }
1585
+ .no-wave::after,
1586
+ .no-wave:is(:hover, :active)::after {
1587
+ display: none;
1588
+ }
1589
+ .badge {
1590
+ display: inline-flex;
1591
+ align-items: center;
1592
+ justify-content: center;
1593
+ position: absolute;
1594
+ font-size: 0.6875rem;
1595
+ text-transform: none;
1596
+ z-index: 2;
1597
+ padding: 0 0.25rem;
1598
+ min-block-size: 1rem;
1599
+ min-inline-size: 1rem;
1600
+ background-color: var(--error);
1601
+ color: var(--on-error);
1602
+ line-height: normal;
1603
+ border-radius: 1rem;
1604
+ inset: 50% auto auto 50%;
1605
+ transform: translate(0, -100%);
1606
+ font-family: var(--font);
1607
+ }
1608
+ .badge.top {
1609
+ transform: translate(-50%, -100%);
1610
+ }
1611
+ .badge.bottom {
1612
+ transform: translate(-50%, 0);
1613
+ }
1614
+ .badge.left {
1615
+ transform: translate(-100%, -50%);
1616
+ }
1617
+ .badge.right {
1618
+ transform: translate(0, -50%);
1619
+ }
1620
+ .badge.top.left {
1621
+ transform: translate(-100%, -100%);
1622
+ }
1623
+ .badge.bottom.left {
1624
+ transform: translate(-100%, 0);
1625
+ }
1626
+ .badge.top.right {
1627
+ transform: translate(0, -100%);
1628
+ }
1629
+ .badge.bottom.right {
1630
+ transform: translate(0, 0);
1631
+ }
1632
+ .badge.border {
1633
+ border-color: var(--error);
1634
+ color: var(--error);
1635
+ background-color: var(--surface);
1636
+ }
1637
+ .badge:is(.circle, .square) {
1638
+ text-align: center;
1639
+ inline-size: auto;
1640
+ block-size: auto;
1641
+ padding: 0 0.25rem;
1642
+ border-radius: 1rem;
1643
+ }
1644
+ .badge.square {
1645
+ border-radius: 0;
1646
+ }
1647
+ .badge.min > * {
1648
+ display: none;
1649
+ }
1650
+ .badge.min {
1651
+ clip-path: circle(18.75% at 50% 50%);
1652
+ }
1653
+ nav:is(.left, .right, .top, .bottom) > a > .badge,
1654
+ nav:is(.left, .right, .top, .bottom) > :is(ol, ul) > li > a > .badge {
1655
+ inset: 1rem auto auto 50%;
1656
+ }
1657
+ .badge.none {
1658
+ inset: auto !important;
1659
+ transform: none;
1660
+ position: relative;
1661
+ margin: 0 0.125rem;
1662
+ }
1663
+ :is(button, .button, .chip) > .badge.none {
1664
+ margin: 0 -0.5rem;
1665
+ }
1666
+ .button,
1667
+ button {
1668
+ box-sizing: content-box;
1669
+ display: inline-flex;
1670
+ align-items: center;
1671
+ justify-content: center;
1672
+ block-size: 2.5rem;
1673
+ min-inline-size: 2.5rem;
1674
+ font-size: 0.875rem;
1675
+ font-weight: 500;
1676
+ color: var(--on-primary);
1677
+ padding: 0 1.5rem;
1678
+ background-color: var(--primary);
1679
+ margin: 0 0.5rem;
1680
+ border-radius: 1.25rem;
1681
+ transition: transform var(--speed3), border-radius var(--speed3), padding var(--speed3);
1682
+ user-select: none;
1683
+ gap: 1rem;
1684
+ line-height: normal;
1685
+ }
1686
+ :is(button, .button).small {
1687
+ block-size: 2rem;
1688
+ min-inline-size: 2rem;
1689
+ font-size: 0.875rem;
1690
+ border-radius: 1rem;
1691
+ }
1692
+ :is(button, .button).large {
1693
+ block-size: 3rem;
1694
+ min-inline-size: 3rem;
1695
+ border-radius: 1.5rem;
1696
+ }
1697
+ :is(.button, button):is(.extra, .extend) {
1698
+ block-size: 3.5rem;
1699
+ min-inline-size: 3.5rem;
1700
+ font-size: 1rem;
1701
+ border-radius: 1.75rem;
1702
+ }
1703
+ :is(button, .button).border {
1704
+ border-color: var(--outline);
1705
+ color: var(--primary);
1706
+ }
1707
+ :is(button, .button):not(.border, .chip):hover {
1708
+ box-shadow: var(--elevate1);
1709
+ }
1710
+ .extend > span {
1711
+ display: none;
1712
+ }
1713
+ .extend:is(:hover, .active) {
1714
+ inline-size: auto;
1715
+ padding: 0 1.5rem;
1716
+ }
1717
+ .extend:is(:hover, .active) > i + span {
1718
+ display: inherit;
1719
+ margin-inline-start: 1.5rem;
1720
+ }
1721
+ .extend:is(:hover, .active) > :is(img, svg) + span {
1722
+ display: inherit;
1723
+ margin-inline-start: 2.5rem;
1724
+ }
1725
+ :is(.button, button):is([disabled]) {
1726
+ opacity: 0.5;
1727
+ cursor: not-allowed;
1728
+ }
1729
+ :is(.button):is([disabled]) {
1730
+ pointer-events: none;
1731
+ }
1732
+ :is(.button, button):is([disabled])::before,
1733
+ :is(.button, button):is([disabled])::after {
1734
+ display: none;
1735
+ }
1736
+ :is(.button, button).fill {
1737
+ background-color: var(--secondary-container) !important;
1738
+ color: var(--on-secondary-container) !important;
1739
+ }
1740
+ :is(.button, button).vertical {
1741
+ border-radius: 2rem;
1742
+ }
1743
+ article {
1744
+ box-shadow: var(--elevate1);
1745
+ background-color: var(--surface-container-low);
1746
+ color: var(--on-surface);
1747
+ padding: 1rem;
1748
+ border-radius: 0.75rem;
1749
+ display: block;
1750
+ transition: transform var(--speed3), border-radius var(--speed3), padding var(--speed3);
1751
+ }
1752
+ * + article {
1753
+ margin-block-start: 1rem;
1754
+ }
1755
+ article.small {
1756
+ block-size: 12rem;
1757
+ }
1758
+ article.medium {
1759
+ block-size: 20rem;
1760
+ }
1761
+ article.large {
1762
+ block-size: 32rem;
1763
+ }
1764
+ .chip {
1765
+ box-sizing: border-box;
1766
+ display: inline-flex;
1767
+ align-items: center;
1768
+ justify-content: center;
1769
+ block-size: 2rem;
1770
+ min-inline-size: 2rem;
1771
+ font-size: 0.875rem;
1772
+ font-weight: 500;
1773
+ background-color: transparent;
1774
+ border: 0.0625rem solid var(--outline);
1775
+ color: var(--on-surface-variant);
1776
+ padding: 0 1rem;
1777
+ margin: 0 0.5rem;
1778
+ text-transform: none;
1779
+ border-radius: 0.5rem;
1780
+ transition: transform var(--speed3), border-radius var(--speed3), padding var(--speed3);
1781
+ user-select: none;
1782
+ gap: 1rem;
1783
+ line-height: normal;
1784
+ }
1785
+ .chip.fill:hover {
1786
+ box-shadow: var(--elevate1);
1787
+ }
1788
+ .chip.medium {
1789
+ block-size: 2.5rem;
1790
+ min-inline-size: 2.5rem;
1791
+ }
1792
+ .chip.large {
1793
+ block-size: 3rem;
1794
+ min-inline-size: 3rem;
1795
+ }
1796
+ .chip.fill {
1797
+ background-color: var(--secondary-container) !important;
1798
+ border: none;
1799
+ }
1800
+ .chip.round.small {
1801
+ border-radius: 1rem;
1802
+ }
1803
+ .chip.round {
1804
+ border-radius: 1.25rem;
1805
+ }
1806
+ .chip.round.large {
1807
+ border-radius: 1.5rem;
1808
+ }
1809
+ main.responsive {
1810
+ flex: 1;
1811
+ padding: 0.5rem;
1812
+ overflow-x: hidden;
1813
+ }
1814
+ :is(main, header, footer, section).responsive {
1815
+ max-inline-size: 75rem;
1816
+ margin: 0 auto;
1817
+ }
1818
+ :is(main, header, footer, section).responsive.max {
1819
+ max-inline-size: 100%;
1820
+ }
1821
+ *:has(> main.responsive) {
1822
+ display: flex;
1823
+ flex-direction: column;
1824
+ min-block-size: 100vh;
1825
+ }
1826
+ *:has(> nav.bottom:not(.s, .m, .l)) {
1827
+ padding-block-end: 5rem;
1828
+ }
1829
+ *:has(> nav.top:not(.s, .m, .l)) {
1830
+ padding-block-start: 5rem;
1831
+ }
1832
+ *:has(> nav.left:not(.s, .m, .l)) {
1833
+ padding-inline-start: 5rem;
1834
+ }
1835
+ *:has(> nav.right:not(.s, .m, .l)) {
1836
+ padding-inline-end: 5rem;
1837
+ }
1838
+ *:has(> nav.drawer.left:not(.s, .m, .l)) {
1839
+ padding-inline-start: 20rem;
1840
+ }
1841
+ *:has(> nav.drawer.right:not(.s, .m, .l)) {
1842
+ padding-inline-end: 20rem;
1843
+ }
1844
+ nav.top:not(.s, .m, .l) ~ header.fixed {
1845
+ inset-block-start: 5rem;
1846
+ }
1847
+ nav.bottom:not(.s, .m, .l) ~ footer.fixed {
1848
+ inset-block-end: 5rem;
1849
+ }
1850
+ @media only screen and (max-width: 600px) {
1851
+ *:has(> nav.s.bottom) {
1852
+ padding-block-end: 5rem;
1853
+ }
1854
+
1855
+ *:has(> nav.s.top) {
1856
+ padding-block-start: 5rem;
1857
+ }
1858
+
1859
+ *:has(> nav.s.left) {
1860
+ padding-inline-start: 5rem;
1861
+ }
1862
+
1863
+ *:has(> nav.s.right) {
1864
+ padding-inline-end: 5rem;
1865
+ }
1866
+
1867
+ *:has(> nav.s.drawer.left) {
1868
+ padding-inline-start: 20rem;
1869
+ }
1870
+
1871
+ *:has(> nav.s.drawer.right) {
1872
+ padding-inline-end: 20rem;
1873
+ }
1874
+
1875
+ nav.s.top ~ header.fixed {
1876
+ inset-block-start: 5rem;
1877
+ }
1878
+
1879
+ nav.s.bottom ~ footer.fixed {
1880
+ inset-block-end: 5rem;
1881
+ }
1882
+ }
1883
+ @media only screen and (min-width: 601px) and (max-width: 992px) {
1884
+ *:has(> nav.m.bottom) {
1885
+ padding-block-end: 5rem;
1886
+ }
1887
+
1888
+ *:has(> nav.m.top) {
1889
+ padding-block-start: 5rem;
1890
+ }
1891
+
1892
+ *:has(> nav.m.left) {
1893
+ padding-inline-start: 5rem;
1894
+ }
1895
+
1896
+ *:has(> nav.m.right) {
1897
+ padding-inline-end: 5rem;
1898
+ }
1899
+
1900
+ *:has(> nav.m.drawer.left) {
1901
+ padding-inline-start: 20rem;
1902
+ }
1903
+
1904
+ *:has(> nav.m.drawer.right) {
1905
+ padding-inline-end: 20rem;
1906
+ }
1907
+
1908
+ nav.m.top ~ header.fixed {
1909
+ inset-block-start: 5rem;
1910
+ }
1911
+
1912
+ nav.m.bottom ~ footer.fixed {
1913
+ inset-block-end: 5rem;
1914
+ }
1915
+ }
1916
+ @media only screen and (min-width: 993px) {
1917
+ *:has(> nav.l.bottom) {
1918
+ padding-block-end: 5rem;
1919
+ }
1920
+
1921
+ *:has(> nav.l.top) {
1922
+ padding-block-start: 5rem;
1923
+ }
1924
+
1925
+ *:has(> nav.l.left) {
1926
+ padding-inline-start: 5rem;
1927
+ }
1928
+
1929
+ *:has(> nav.l.right) {
1930
+ padding-inline-end: 5rem;
1931
+ }
1932
+
1933
+ *:has(> nav.l.drawer.left) {
1934
+ padding-inline-start: 20rem;
1935
+ }
1936
+
1937
+ *:has(> nav.l.drawer.right) {
1938
+ padding-inline-end: 20rem;
1939
+ }
1940
+
1941
+ nav.l.top ~ header.fixed {
1942
+ inset-block-start: 5rem;
1943
+ }
1944
+
1945
+ nav.l.bottom ~ footer.fixed {
1946
+ inset-block-end: 5rem;
1947
+ }
1948
+ }
1949
+ @media only screen and (max-width: 600px) {
1950
+ main.responsive {
1951
+ padding-inline: 0.5rem;
1952
+ }
1953
+ }
1954
+ dialog {
1955
+ display: block;
1956
+ border: none;
1957
+ opacity: 0;
1958
+ visibility: hidden;
1959
+ position: fixed;
1960
+ box-shadow: var(--elevate2);
1961
+ color: var(--on-surface);
1962
+ background-color: var(--surface-container-high);
1963
+ padding: 1.5rem;
1964
+ z-index: 100;
1965
+ inset: 10% auto auto 50%;
1966
+ min-inline-size: 20rem;
1967
+ max-inline-size: 100%;
1968
+ max-block-size: 80%;
1969
+ overflow-x: hidden;
1970
+ overflow-y: auto;
1971
+ transition: all var(--speed3), 0s background-color;
1972
+ border-radius: 1.75rem;
1973
+ transform: translate(-50%, -4rem);
1974
+ }
1975
+ dialog::backdrop {
1976
+ display: none;
1977
+ }
1978
+ dialog.small {
1979
+ inline-size: 25%;
1980
+ block-size: 25%;
1981
+ }
1982
+ dialog.medium {
1983
+ inline-size: 50%;
1984
+ block-size: 50%;
1985
+ }
1986
+ dialog.large {
1987
+ inline-size: 75%;
1988
+ block-size: 75%;
1989
+ }
1990
+ dialog:is(.active, [open]) {
1991
+ opacity: 1;
1992
+ visibility: visible;
1993
+ transform: translate(-50%, 0);
1994
+ }
1995
+ dialog.top {
1996
+ opacity: 1;
1997
+ padding: 1rem;
1998
+ inset: 0 auto auto 0;
1999
+ block-size: auto;
2000
+ inline-size: 100%;
2001
+ min-inline-size: auto;
2002
+ max-block-size: 100%;
2003
+ transform: translateY(-100%);
2004
+ border-radius: 0 0 1rem 1rem;
2005
+ }
2006
+ [dir=rtl] dialog.right,
2007
+ dialog.left {
2008
+ opacity: 1;
2009
+ padding: 1rem;
2010
+ inset: 0 auto auto 0;
2011
+ inline-size: auto;
2012
+ block-size: 100%;
2013
+ max-block-size: 100%;
2014
+ border-radius: 0 1rem 1rem 0;
2015
+ background-color: var(--surface);
2016
+ transform: translateX(-100%);
2017
+ }
2018
+ [dir=rtl] dialog.left,
2019
+ dialog.right {
2020
+ opacity: 1;
2021
+ padding: 1rem;
2022
+ inset: 0 0 auto auto;
2023
+ inline-size: auto;
2024
+ block-size: 100%;
2025
+ max-block-size: 100%;
2026
+ border-radius: 1rem 0 0 1rem;
2027
+ background-color: var(--surface);
2028
+ transform: translateX(100%);
2029
+ }
2030
+ dialog.bottom {
2031
+ opacity: 1;
2032
+ padding: 1rem;
2033
+ inset: auto auto 0 0;
2034
+ block-size: auto;
2035
+ inline-size: 100%;
2036
+ min-inline-size: auto;
2037
+ max-block-size: 100%;
2038
+ transform: translateY(100%);
2039
+ border-radius: 1rem 1rem 0 0;
2040
+ }
2041
+ dialog.max {
2042
+ inset: 0 auto auto 0;
2043
+ inline-size: 100%;
2044
+ block-size: 100%;
2045
+ max-inline-size: 100%;
2046
+ max-block-size: 100%;
2047
+ transform: translateY(4rem);
2048
+ background-color: var(--surface);
2049
+ }
2050
+ dialog:is(.active, [open]):is(.left, .right, .top, .bottom, .max) {
2051
+ transform: translate(0, 0);
2052
+ }
2053
+ dialog.small:is(.left, .right) {
2054
+ inline-size: 20rem;
2055
+ }
2056
+ dialog.medium:is(.left, .right) {
2057
+ inline-size: 32rem;
2058
+ }
2059
+ dialog.large:is(.left, .right) {
2060
+ inline-size: 44rem;
2061
+ }
2062
+ dialog.small:is(.top, .bottom) {
2063
+ block-size: 16rem;
2064
+ }
2065
+ dialog.medium:is(.top, .bottom) {
2066
+ block-size: 24rem;
2067
+ }
2068
+ dialog.large:is(.top, .bottom) {
2069
+ block-size: 32rem;
2070
+ }
2071
+ dialog > a.row:is(:hover, .active) {
2072
+ background-color: var(--secondary-container);
2073
+ }
2074
+ dialog > .row {
2075
+ padding: 0.75rem;
2076
+ }
2077
+ summary.none {
2078
+ list-style-type: none;
2079
+ }
2080
+ summary.none::-webkit-details-marker {
2081
+ display: none;
2082
+ }
2083
+ summary {
2084
+ cursor: pointer;
2085
+ }
2086
+ summary:focus {
2087
+ outline: none;
2088
+ }
2089
+ .field {
2090
+ ---size: 3rem;
2091
+ ---start: 1.2rem;
2092
+
2093
+ block-size: var(---size);
2094
+ margin-block-end: 2rem;
2095
+ }
2096
+ * + .field {
2097
+ margin-block-start: 1rem;
2098
+ }
2099
+ .grid > * > .field {
2100
+ margin-block-end: 1rem;
2101
+ }
2102
+ .grid > * > .field + .field {
2103
+ margin-block-start: 2rem;
2104
+ }
2105
+ .grid.no-space > * > .field + .field {
2106
+ margin-block-start: 1rem;
2107
+ }
2108
+ .grid.medium-space > * > .field + .field {
2109
+ margin-block-start: 2.5rem;
2110
+ }
2111
+ .grid.large-space > * > .field + .field {
2112
+ margin-block-start: 3rem;
2113
+ }
2114
+ .field.small {
2115
+ ---size: 2.5rem;
2116
+ ---start: 1rem;
2117
+ }
2118
+ .field.large {
2119
+ ---size: 3.5rem;
2120
+ ---start: 1.4rem;
2121
+ }
2122
+ .field.extra {
2123
+ ---size: 4rem;
2124
+ ---start: 1.6rem;
2125
+ }
2126
+ .field {
2127
+ border-radius: 0.25rem 0.25rem 0 0;
2128
+ }
2129
+ .field.border {
2130
+ border-radius: 0.25rem;
2131
+ }
2132
+ .field.round.small {
2133
+ border-radius: 1.25rem;
2134
+ }
2135
+ .field.round {
2136
+ border-radius: 1.5rem;
2137
+ }
2138
+ .field.round.large {
2139
+ border-radius: 1.75rem;
2140
+ }
2141
+ .field.round.extra {
2142
+ border-radius: 2rem;
2143
+ }
2144
+ /* icon */
2145
+ .field > :is(i, img, svg, progress, a:not(.helper, .error)) {
2146
+ position: absolute;
2147
+ inset: 50% auto auto auto;
2148
+ transform: translateY(-50%);
2149
+ cursor: pointer;
2150
+ z-index: 0;
2151
+ inline-size: 1.5rem;
2152
+ block-size: 1.5rem;
2153
+ }
2154
+ .field > :is(i, img, svg, progress, a:not(.helper, .error)),
2155
+ [dir=rtl] .field > :is(i, img, svg, progress, a:not(.helper, .error)):first-child {
2156
+ inset: 50% 1rem auto auto;
2157
+ }
2158
+ .field > :is(i, img, svg, progress, a:not(.helper, .error)):first-child,
2159
+ [dir=rtl] .field > :is(i, img, svg, progress, a:not(.helper, .error)) {
2160
+ inset: 50% auto auto 1rem;
2161
+ }
2162
+ .field.invalid > i {
2163
+ color: var(--error);
2164
+ }
2165
+ .field > progress.circle {
2166
+ inset-block-start: calc(50% - 0.75rem) !important;
2167
+ border-width: 0.1875rem;
2168
+ }
2169
+ .field > a:not(.helper, .error) {
2170
+ z-index: 10;
2171
+ }
2172
+ .field > a > :is(i, img, svg, progress, a:not(.helper, .error)) {
2173
+ inline-size: 1.5rem;
2174
+ block-size: 1.5rem;
2175
+ }
2176
+ /* input, textarea and select */
2177
+ .field > :is(input, textarea, select) {
2178
+ all: unset;
2179
+ position: relative;
2180
+ display: flex;
2181
+ align-items: center;
2182
+ box-sizing: border-box;
2183
+ border-radius: inherit;
2184
+ border: 0.0625rem solid transparent;
2185
+ padding: 0 0.9375rem;
2186
+ font-family: inherit;
2187
+ font-size: 1rem;
2188
+ inline-size: 100%;
2189
+ block-size: 100%;
2190
+ outline: none;
2191
+ z-index: 1;
2192
+ background: none;
2193
+ resize: none;
2194
+ }
2195
+ .field > :is(input, textarea, select):focus {
2196
+ border: 0.125rem solid transparent;
2197
+ padding: 0 0.875rem;
2198
+ }
2199
+ .field.min > textarea {
2200
+ overflow: hidden;
2201
+ position: absolute;
2202
+ inset: 0;
2203
+ }
2204
+ input[type=file],
2205
+ input[type=color],
2206
+ :not(.field) > input[type^=date],
2207
+ :not(.field) > input[type^=time],
2208
+ input::-webkit-calendar-picker-indicator {
2209
+ opacity: 0;
2210
+ position: absolute;
2211
+ inset: 0;
2212
+ inline-size: 100%;
2213
+ block-size: 100%;
2214
+ margin: 0;
2215
+ padding: 0;
2216
+ border: 0;
2217
+ outline: 0;
2218
+ z-index: 2 !important;
2219
+ }
2220
+ input::-webkit-search-decoration,
2221
+ input::-webkit-search-cancel-button,
2222
+ input::-webkit-search-results-button,
2223
+ input::-webkit-search-results-decoration,
2224
+ input::-webkit-inner-spin-button,
2225
+ input::-webkit-outer-spin-button {
2226
+ display: none;
2227
+ }
2228
+ input[type=number] {
2229
+ appearance: textfield;
2230
+ }
2231
+ .field.border > :is(input, textarea, select) {
2232
+ border-color: var(--outline);
2233
+ }
2234
+ .field.border > :is(input, textarea, select):focus {
2235
+ border-color: var(--primary);
2236
+ }
2237
+ .field.round > :is(input, textarea, select) {
2238
+ padding-inline: 1.4376rem;
2239
+ }
2240
+ .field.round > :is(input, textarea, select):focus {
2241
+ padding-inline: 1.375rem;
2242
+ }
2243
+ .field.prefix > :is(input, textarea, select) {
2244
+ padding-inline-start: 2.9375rem;
2245
+ }
2246
+ .field.prefix > .slider {
2247
+ margin-inline-start: 3.5rem;
2248
+ }
2249
+ .field.prefix > :is(input, textarea, select):focus {
2250
+ padding-inline-start: 2.875rem;
2251
+ }
2252
+ .field.suffix > :is(input, textarea, select) {
2253
+ padding-inline-end: 2.9375rem;
2254
+ }
2255
+ .field.suffix > .slider {
2256
+ margin-inline-end: 3.5rem;
2257
+ }
2258
+ .field.suffix > :is(input, textarea, select):focus {
2259
+ padding-inline-end: 2.875rem;
2260
+ }
2261
+ .field:not(.border, .round) > :is(input, textarea, select) {
2262
+ border-block-end-color: var(--outline);
2263
+ }
2264
+ .field:not(.border, .round) > :is(input, textarea, select):focus {
2265
+ border-block-end-color: var(--primary);
2266
+ }
2267
+ .field.round:not(.border, .fill) > :is(input, textarea, select),
2268
+ .field.round:not(.border) > :is(input, textarea, select):focus {
2269
+ box-shadow: var(--elevate1);
2270
+ }
2271
+ .field.round:not(.border, .fill) > :is(input, textarea, select):focus {
2272
+ box-shadow: var(--elevate2);
2273
+ }
2274
+ .field.invalid:not(.border, .round) > :is(input, textarea, select),
2275
+ .field.invalid:not(.border, .round) > :is(input, textarea, select):focus {
2276
+ border-block-end-color: var(--error);
2277
+ }
2278
+ .field.invalid.border > :is(input, textarea, select),
2279
+ .field.invalid.border > :is(input, textarea, select):focus {
2280
+ border-color: var(--error);
2281
+ }
2282
+ .field:has(> :disabled) {
2283
+ opacity: 0.5;
2284
+ cursor: not-allowed;
2285
+ }
2286
+ .field > :disabled {
2287
+ cursor: not-allowed;
2288
+ }
2289
+ .field.textarea.small:not(.min) {
2290
+ ---size: 4.5rem;
2291
+ }
2292
+ .field.textarea:not(.min) {
2293
+ ---size: 5.5rem;
2294
+ }
2295
+ .field.textarea.large:not(.min) {
2296
+ ---size: 6.5rem;
2297
+ }
2298
+ .field.textarea.extra:not(.min) {
2299
+ ---size: 7.5rem;
2300
+ }
2301
+ .field > select > option {
2302
+ background-color: var(--surface-container);
2303
+ color: var(--on-surface);
2304
+ }
2305
+ .field.label > :is(input, select) {
2306
+ padding-block-start: 1rem;
2307
+ }
2308
+ .field.label.border:not(.fill) > :is(input, select) {
2309
+ padding-block-start: 0;
2310
+ }
2311
+ .field > textarea {
2312
+ padding-block-start: var(---start);
2313
+ }
2314
+ .field > textarea:focus {
2315
+ padding-block-start: calc(var(---start) - 0.06rem);
2316
+ }
2317
+ .field:not(.label) > textarea,
2318
+ .field.border.label:not(.fill) > textarea {
2319
+ padding-block-start: calc(var(---start) - 0.5rem);
2320
+ }
2321
+ .field:not(.label) > textarea:focus,
2322
+ .field.border.label:not(.fill) > textarea:focus {
2323
+ padding-block-start: calc(var(---start) - 0.56rem);
2324
+ }
2325
+ /* label */
2326
+ .field.label > label {
2327
+ position: absolute;
2328
+ inset: -0.5rem auto auto 1rem;
2329
+ display: flex;
2330
+ inline-size: calc(100% - 5rem);
2331
+ block-size: 4rem;
2332
+ line-height: 4rem;
2333
+ font-size: 1rem;
2334
+ transition: all 0.2s;
2335
+ gap: 0.25rem;
2336
+ white-space: nowrap;
2337
+ }
2338
+ [dir=rtl] .field.label > label {
2339
+ inset: -0.5rem 1rem auto auto;
2340
+ }
2341
+ .field.label.small > label {
2342
+ block-size: 3.5rem;
2343
+ line-height: 3.5rem;
2344
+ }
2345
+ .field.label.large > label {
2346
+ block-size: 4.5rem;
2347
+ line-height: 4.5rem;
2348
+ }
2349
+ .field.label.extra > label {
2350
+ block-size: 5rem;
2351
+ line-height: 5rem;
2352
+ }
2353
+ .field.label.border.prefix:not(.fill) > :is(label.active, :focus + label, [placeholder]:not(:placeholder-shown) + label, select + label) {
2354
+ inset-inline-start: 1rem;
2355
+ }
2356
+ .field.label.round > label,
2357
+ .field.label.border.prefix.round:not(.fill) > :is(label.active, :focus + label, [placeholder]:not(:placeholder-shown) + label, select + label) {
2358
+ inset-inline-start: 1.5rem;
2359
+ }
2360
+ .field.label.prefix > label {
2361
+ inset-inline-start: 3rem;
2362
+ }
2363
+ .field.label > :is(label.active, :focus + label, [placeholder]:not(:placeholder-shown) + label, select + label) {
2364
+ block-size: 2.5rem;
2365
+ line-height: 2.5rem;
2366
+ font-size: 0.75rem;
2367
+ }
2368
+ .field.label.border:not(.fill) > :is(label.active, :focus + label, [placeholder]:not(:placeholder-shown) + label, select + label) {
2369
+ block-size: 1rem;
2370
+ line-height: 1rem;
2371
+ }
2372
+ .field.label.border:not(.fill) > label::after {
2373
+ content: "";
2374
+ display: block;
2375
+ margin-block-start: 0.5rem;
2376
+ border-block-start: 0.0625rem solid var(--outline);
2377
+ block-size: 1rem;
2378
+ transition: none;
2379
+ flex: auto;
2380
+ }
2381
+ .field.label.border:not(.fill) > :focus + label::after {
2382
+ border-block-start: 0.125rem solid var(--primary);
2383
+ }
2384
+ .field.label.border:not(.fill) > :is(input, textarea):is(:focus, [placeholder]:not(:placeholder-shown), .active),
2385
+ .field.label.border:not(.fill) > select {
2386
+ clip-path: polygon(-2% -2%, 0.75rem -2%, 0.75rem 0.5rem, calc(100% - 5rem) 0.5rem, calc(100% - 5rem) -2%, 102% -2%, 102% 102%, -2% 102%);
2387
+ }
2388
+ [dir=rtl] .field.label.border:not(.fill) > :is(input, textarea):is(:focus, [placeholder]:not(:placeholder-shown), .active),
2389
+ [dir=rtl] .field.label.border:not(.fill) > select {
2390
+ clip-path: polygon(-2% -2%, 5rem -2%, 5rem 0.5rem, calc(100% - 0.75rem) 0.5rem, calc(100% - 0.75rem) -2%, 102% -2%, 102% 102%, -2% 102%);
2391
+ }
2392
+ .field.label.border.round:not(.fill) > :is(input, textarea):is(:focus, [placeholder]:not(:placeholder-shown), .active),
2393
+ .field.label.border.round:not(.fill) > select {
2394
+ clip-path: polygon(-2% -2%, 1.25rem -2%, 1.25rem 0.5rem, calc(100% - 5rem) 0.5rem, calc(100% - 5rem) -2%, 102% -2%, 102% 102%, -2% 102%);
2395
+ }
2396
+ [dir=rtl] .field.label.border.round:not(.fill) > :is(input, textarea):is(:focus, [placeholder]:not(:placeholder-shown), .active),
2397
+ [dir=rtl] .field.label.border.round:not(.fill) > select {
2398
+ clip-path: polygon(-2% -2%, 5rem -2%, 5rem 0.5rem, calc(100% - 1.25rem) 0.5rem, calc(100% - 1.25rem) -2%, 102% -2%, 102% 102%, -2% 102%);
2399
+ }
2400
+ .field.label > :focus + label {
2401
+ color: var(--primary);
2402
+ }
2403
+ .field.label.invalid > label,
2404
+ .field.label.invalid > label::after {
2405
+ color: var(--error) !important;
2406
+ border-color: var(--error) !important;
2407
+ }
2408
+ .field.label > label > a {
2409
+ block-size: inherit;
2410
+ line-height: inherit;
2411
+ inline-size: 1rem;
2412
+ }
2413
+ .field.label > label > a > :is(i, img, svg) {
2414
+ block-size: 1rem;
2415
+ line-height: 1rem;
2416
+ inline-size: 1rem;
2417
+ font-size: 1rem;
2418
+ }
2419
+ /* helper */
2420
+ .field > :is(.helper, .error) {
2421
+ position: absolute;
2422
+ inset: auto auto 0 1rem;
2423
+ transform: translateY(100%);
2424
+ font-size: 0.75rem;
2425
+ background: none !important;
2426
+ padding-block-start: 0.125rem;
2427
+ }
2428
+ [dir=rtl] .field > :is(.helper, .error) {
2429
+ inset: auto 1rem 0 auto;
2430
+ }
2431
+ a.helper {
2432
+ color: var(--primary);
2433
+ }
2434
+ .field > .error {
2435
+ color: var(--error) !important;
2436
+ }
2437
+ .field.round > :is(.helper, .error) {
2438
+ inset-inline-start: 1.5rem;
2439
+ }
2440
+ .field.invalid > .helper {
2441
+ display: none;
2442
+ }
2443
+ table td > .field {
2444
+ margin: 0;
2445
+ }
2446
+ .grid {
2447
+ ---gap: 1rem;
2448
+
2449
+ display: grid;
2450
+ grid-template-columns: repeat(12, calc(8.33% - var(---gap) + (var(---gap) / 12)));
2451
+ gap: var(---gap);
2452
+ }
2453
+ * + .grid {
2454
+ margin-block-start: 1rem;
2455
+ }
2456
+ .grid.no-space {
2457
+ ---gap: 0rem;
2458
+ }
2459
+ .grid.medium-space {
2460
+ ---gap: 1.5rem;
2461
+ }
2462
+ .grid.large-space {
2463
+ ---gap: 2rem;
2464
+ }
2465
+ .s1 {
2466
+ grid-area: auto/span 1;
2467
+ }
2468
+ .s2 {
2469
+ grid-area: auto/span 2;
2470
+ }
2471
+ .s3 {
2472
+ grid-area: auto/span 3;
2473
+ }
2474
+ .s4 {
2475
+ grid-area: auto/span 4;
2476
+ }
2477
+ .s5 {
2478
+ grid-area: auto/span 5;
2479
+ }
2480
+ .s6 {
2481
+ grid-area: auto/span 6;
2482
+ }
2483
+ .s7 {
2484
+ grid-area: auto/span 7;
2485
+ }
2486
+ .s8 {
2487
+ grid-area: auto/span 8;
2488
+ }
2489
+ .s9 {
2490
+ grid-area: auto/span 9;
2491
+ }
2492
+ .s10 {
2493
+ grid-area: auto/span 10;
2494
+ }
2495
+ .s11 {
2496
+ grid-area: auto/span 11;
2497
+ }
2498
+ .s12 {
2499
+ grid-area: auto/span 12;
2500
+ }
2501
+ @media only screen and (min-width: 601px) {
2502
+ .m1 {
2503
+ grid-area: auto/span 1;
2504
+ }
2505
+
2506
+ .m2 {
2507
+ grid-area: auto/span 2;
2508
+ }
2509
+
2510
+ .m3 {
2511
+ grid-area: auto/span 3;
2512
+ }
2513
+
2514
+ .m4 {
2515
+ grid-area: auto/span 4;
2516
+ }
2517
+
2518
+ .m5 {
2519
+ grid-area: auto/span 5;
2520
+ }
2521
+
2522
+ .m6 {
2523
+ grid-area: auto/span 6;
2524
+ }
2525
+
2526
+ .m7 {
2527
+ grid-area: auto/span 7;
2528
+ }
2529
+
2530
+ .m8 {
2531
+ grid-area: auto/span 8;
2532
+ }
2533
+
2534
+ .m9 {
2535
+ grid-area: auto/span 9;
2536
+ }
2537
+
2538
+ .m10 {
2539
+ grid-area: auto/span 10;
2540
+ }
2541
+
2542
+ .m11 {
2543
+ grid-area: auto/span 11;
2544
+ }
2545
+
2546
+ .m12 {
2547
+ grid-area: auto/span 12;
2548
+ }
2549
+ }
2550
+ @media only screen and (min-width: 993px) {
2551
+ .l1 {
2552
+ grid-area: auto/span 1;
2553
+ }
2554
+
2555
+ .l2 {
2556
+ grid-area: auto/span 2;
2557
+ }
2558
+
2559
+ .l3 {
2560
+ grid-area: auto/span 3;
2561
+ }
2562
+
2563
+ .l4 {
2564
+ grid-area: auto/span 4;
2565
+ }
2566
+
2567
+ .l5 {
2568
+ grid-area: auto/span 5;
2569
+ }
2570
+
2571
+ .l6 {
2572
+ grid-area: auto/span 6;
2573
+ }
2574
+
2575
+ .l7 {
2576
+ grid-area: auto/span 7;
2577
+ }
2578
+
2579
+ .l8 {
2580
+ grid-area: auto/span 8;
2581
+ }
2582
+
2583
+ .l9 {
2584
+ grid-area: auto/span 9;
2585
+ }
2586
+
2587
+ .l10 {
2588
+ grid-area: auto/span 10;
2589
+ }
2590
+
2591
+ .l11 {
2592
+ grid-area: auto/span 11;
2593
+ }
2594
+
2595
+ .l12 {
2596
+ grid-area: auto/span 12;
2597
+ }
2598
+ }
2599
+ i {
2600
+ ---size: 1.5rem;
2601
+
2602
+ font-family: var(--font-icon);
2603
+ font-weight: normal;
2604
+ font-style: normal;
2605
+ font-size: var(---size);
2606
+ letter-spacing: normal;
2607
+ text-transform: none;
2608
+ display: inline-flex;
2609
+ align-items: center;
2610
+ justify-content: center;
2611
+ white-space: nowrap;
2612
+ word-wrap: normal;
2613
+ direction: ltr;
2614
+ font-feature-settings: "liga";
2615
+ -webkit-font-smoothing: antialiased;
2616
+ vertical-align: middle;
2617
+ text-align: center;
2618
+ overflow: hidden;
2619
+ inline-size: var(---size);
2620
+ min-inline-size: var(---size);
2621
+ block-size: var(---size);
2622
+ min-block-size: var(---size);
2623
+ box-sizing: content-box;
2624
+ line-height: normal;
2625
+ }
2626
+ i.tiny {
2627
+ ---size: 1rem;
2628
+ }
2629
+ .chip > i,
2630
+ i.small {
2631
+ ---size: 1.25rem;
2632
+ }
2633
+ i.medium {
2634
+ ---size: 1.5rem;
2635
+ }
2636
+ i.large {
2637
+ ---size: 1.75rem;
2638
+ }
2639
+ i.extra {
2640
+ ---size: 2rem;
2641
+ }
2642
+ i.fill,
2643
+ a.row:is(:hover, :focus) > i,
2644
+ .transparent:is(:hover, :focus) > i {
2645
+ font-variation-settings: "FILL" 1;
2646
+ }
2647
+ i > :is(img, svg) {
2648
+ inline-size: 100%;
2649
+ block-size: 100%;
2650
+ background-size: 100%;
2651
+ border-radius: inherit;
2652
+ position: absolute;
2653
+ inset: 0 auto auto 0;
2654
+ padding: inherit;
2655
+ }
2656
+ i[class*=fa-] {
2657
+ font-size: calc(var(---size) * 0.85);
2658
+ line-height: normal;
2659
+ block-size: auto;
2660
+ min-block-size: auto;
2661
+ }
2662
+ .absolute {
2663
+ position: absolute;
2664
+ }
2665
+ .fixed {
2666
+ position: fixed;
2667
+ }
2668
+ :is(.absolute, .fixed).left.right {
2669
+ inline-size: auto;
2670
+ }
2671
+ :is(.absolute, .fixed).left.right.small {
2672
+ block-size: 20rem;
2673
+ }
2674
+ :is(.absolute, .fixed).left.right.medium {
2675
+ block-size: 28rem;
2676
+ }
2677
+ :is(.absolute, .fixed).left.right.large {
2678
+ block-size: 44rem;
2679
+ }
2680
+ :is(.absolute, .fixed).top.bottom.small {
2681
+ inline-size: 20rem;
2682
+ }
2683
+ :is(.absolute, .fixed).top.bottom.medium {
2684
+ inline-size: 28rem;
2685
+ }
2686
+ :is(.absolute, .fixed).top.bottom.large {
2687
+ inline-size: 44rem;
2688
+ }
2689
+ header,
2690
+ footer {
2691
+ display: flex;
2692
+ justify-content: center;
2693
+ flex-direction: column;
2694
+ min-block-size: 4rem;
2695
+ padding: 0 1rem;
2696
+ background-color: var(--surface-container);
2697
+ }
2698
+ main ~ footer {
2699
+ min-block-size: 5rem;
2700
+ }
2701
+ :is(header, footer).fixed.responsive {
2702
+ z-index: 12;
2703
+ }
2704
+ :is(header, footer, menu > *).fixed {
2705
+ position: sticky;
2706
+ inset: 0;
2707
+ z-index: 11;
2708
+ background-color: inherit;
2709
+ }
2710
+ :is(dialog, menu, nav, article) > :is(header, footer) {
2711
+ background-color: inherit;
2712
+ padding: 0;
2713
+ }
2714
+ :is(dialog, article, [class*=padding]) > :is(header, footer).fixed {
2715
+ ---translateY: 1rem;
2716
+
2717
+ transform: translateY(var(---translateY));
2718
+ }
2719
+ :is(dialog, article, [class*=padding]) > header.fixed {
2720
+ transform: translateY(calc(-1 * var(---translateY)));
2721
+ }
2722
+ .no-padding > :is(header, footer).fixed {
2723
+ transform: none;
2724
+ }
2725
+ .small-padding > :is(header, footer).fixed {
2726
+ ---translateY: 0.5rem;
2727
+ }
2728
+ :is(.large-padding, dialog:not(.left, .right, .top, .bottom)) > :is(header, footer).fixed {
2729
+ ---translateY: 1.5rem;
2730
+ }
2731
+ svg {
2732
+ fill: currentcolor;
2733
+ }
2734
+ :is(img, svg, video):is(.small, .medium, .large, .tiny, .extra, .round, .circle, .responsive) {
2735
+ object-fit: cover;
2736
+ object-position: center;
2737
+ transition: transform var(--speed3), border-radius var(--speed3), padding var(--speed3);
2738
+ block-size: 3rem;
2739
+ inline-size: 3rem;
2740
+ }
2741
+ :is(img, svg, video).round {
2742
+ border-radius: 0.5rem;
2743
+ }
2744
+ :is(img, svg, video).tiny {
2745
+ block-size: 2rem;
2746
+ inline-size: 2rem;
2747
+ }
2748
+ :is(img, svg, video).small {
2749
+ block-size: 2.5rem;
2750
+ inline-size: 2.5rem;
2751
+ }
2752
+ :is(img, svg, video).large {
2753
+ block-size: 3.5rem;
2754
+ inline-size: 3.5rem;
2755
+ }
2756
+ :is(img, svg, video).extra {
2757
+ block-size: 4rem;
2758
+ inline-size: 4rem;
2759
+ }
2760
+ :is(img, svg, video).responsive {
2761
+ inline-size: 100%;
2762
+ block-size: 100%;
2763
+ margin: 0 auto;
2764
+ }
2765
+ :is(button, .button, .chip):not(.transparent) > .responsive {
2766
+ border: 0.25rem solid transparent;
2767
+ }
2768
+ :is(button.small, .button.small, .chip) > .responsive {
2769
+ inline-size: 2rem;
2770
+ }
2771
+ :is(button, .button, .chip.medium) > .responsive {
2772
+ inline-size: 2.5rem;
2773
+ }
2774
+ :is(button, .button, .chip).large > .responsive {
2775
+ inline-size: 3rem;
2776
+ }
2777
+ :is(button, .button, .chip).extra > .responsive {
2778
+ inline-size: 3.5rem;
2779
+ }
2780
+ :is(img, svg, video).responsive.tiny {
2781
+ inline-size: 100%;
2782
+ block-size: 4rem;
2783
+ }
2784
+ :is(img, svg, video).responsive.small {
2785
+ inline-size: 100%;
2786
+ block-size: 8rem;
2787
+ }
2788
+ :is(img, svg, video).responsive.medium {
2789
+ inline-size: 100%;
2790
+ block-size: 12rem;
2791
+ }
2792
+ :is(img, svg, video).responsive.large {
2793
+ inline-size: 100%;
2794
+ block-size: 16rem;
2795
+ }
2796
+ :is(img, svg, video).responsive.extra {
2797
+ inline-size: 100%;
2798
+ block-size: 20rem;
2799
+ }
2800
+ :is(img, svg, video).responsive.round {
2801
+ border-radius: 2rem;
2802
+ }
2803
+ :is(img, svg, video).empty-state {
2804
+ max-inline-size: 100%;
2805
+ inline-size: 24rem;
2806
+ }
2807
+ :is(button, .button, .chip, .field) > :is(img, svg):not(.responsive, .tiny, .small, .medium, .large, .extra),
2808
+ :is(.tabs) :is(img, svg):not(.responsive, .tiny, .small, .medium, .large, .extra) {
2809
+ min-inline-size: 1.5rem;
2810
+ max-inline-size: 1.5rem;
2811
+ min-block-size: 1.5rem;
2812
+ max-block-size: 1.5rem;
2813
+ }
2814
+ :is(button, .button, .chip) > :is(i, img, svg),
2815
+ :is(button, .button, .chip) > .responsive {
2816
+ margin: 0 -0.5rem;
2817
+ }
2818
+ :is(button, .button) > .responsive {
2819
+ margin-inline-start: -1.5rem;
2820
+ }
2821
+ :is(button, .button) > span + .responsive {
2822
+ margin-inline-start: -0.5rem;
2823
+ margin-inline-end: -1.5rem;
2824
+ }
2825
+ .chip > .responsive {
2826
+ margin-inline-start: -1rem;
2827
+ }
2828
+ .chip > span + .responsive {
2829
+ margin-inline-start: -0.5rem;
2830
+ margin-inline-end: -1rem;
2831
+ }
2832
+ :is(.circle, .square) > .responsive {
2833
+ margin: 0;
2834
+ }
2835
+ .extend > :is(.responsive, i) {
2836
+ margin: 0;
2837
+ position: absolute;
2838
+ inset-inline: 1rem;
2839
+ z-index: 1;
2840
+ }
2841
+ .extend > .responsive {
2842
+ inset-inline: 0;
2843
+ inline-size: 3.5rem;
2844
+ }
2845
+ .extend.border > .responsive {
2846
+ inline-size: 3.375rem;
2847
+ }
2848
+ menu > li {
2849
+ all: unset;
2850
+ }
2851
+ menu {
2852
+ opacity: 0;
2853
+ visibility: hidden;
2854
+ position: absolute;
2855
+ box-shadow: var(--elevate2);
2856
+ background-color: var(--surface-container);
2857
+ z-index: 11;
2858
+ inset: auto auto 0 0;
2859
+ inline-size: 100%;
2860
+ max-block-size: 50vh;
2861
+ max-inline-size: none !important;
2862
+ overflow-x: hidden;
2863
+ overflow-y: auto;
2864
+ font-size: 0.875rem;
2865
+ font-weight: normal;
2866
+ text-transform: none;
2867
+ color: var(--on-surface);
2868
+ line-height: normal;
2869
+ text-align: start;
2870
+ border-radius: 0.25rem;
2871
+ transform: scale(0.8) translateY(120%);
2872
+ transition: all var(--speed2), 0s background-color;
2873
+ }
2874
+ [dir=rtl] menu {
2875
+ inset: auto 0 0 auto;
2876
+ }
2877
+ menu.no-wrap {
2878
+ inline-size: max-content;
2879
+ white-space: nowrap !important;
2880
+ }
2881
+ menu.active,
2882
+ menu:not([data-ui]):active,
2883
+ :not([data-ui]):focus-within > menu {
2884
+ opacity: 1;
2885
+ visibility: visible;
2886
+ transform: scale(1) translateY(100%);
2887
+ }
2888
+ menu * {
2889
+ white-space: inherit !important;
2890
+ }
2891
+ menu > a,
2892
+ menu > li > a {
2893
+ padding: 0.5rem 1rem;
2894
+ min-block-size: 3rem;
2895
+ flex: 1;
2896
+ }
2897
+ menu > a:not(.row),
2898
+ menu > li > a:not(.row) {
2899
+ display: flex;
2900
+ flex-direction: column;
2901
+ align-items: flex-start;
2902
+ }
2903
+ menu > a:is(:hover, :focus, .active),
2904
+ menu > li > a:is(:hover, :focus, .active) {
2905
+ background-color: var(--active);
2906
+ }
2907
+ menu.min {
2908
+ inset: 0 0 auto 0;
2909
+ transform: none !important;
2910
+ border-radius: inherit;
2911
+ }
2912
+ [dir=rtl] menu.min.right,
2913
+ menu.min.left {
2914
+ inset: 0 0 auto auto;
2915
+ }
2916
+ [dir=rtl] menu.min.left,
2917
+ menu.min.right {
2918
+ inset: 0 auto auto 0;
2919
+ }
2920
+ menu.max {
2921
+ position: fixed;
2922
+ inset: 0;
2923
+ block-size: 100%;
2924
+ max-block-size: none;
2925
+ min-block-size: auto;
2926
+ z-index: 100;
2927
+ transform: none !important;
2928
+ }
2929
+ menu.no-wrap:is(.min, .max) {
2930
+ min-inline-size: 16rem;
2931
+ }
2932
+ [dir=rtl] menu.right,
2933
+ menu.left {
2934
+ inset: auto 0 0 auto;
2935
+ }
2936
+ [dir=rtl] menu.left,
2937
+ menu.right {
2938
+ inset: auto auto 0 0;
2939
+ }
2940
+ nav > :is(ol, ul),
2941
+ nav > :is(ol, ul) > li {
2942
+ all: unset;
2943
+ }
2944
+ nav,
2945
+ .row,
2946
+ a.row,
2947
+ nav.drawer > :is(a, label),
2948
+ nav.drawer > :is(ol, ul) > li > :is(a, label) {
2949
+ display: flex;
2950
+ align-items: center;
2951
+ align-self: normal;
2952
+ text-align: start;
2953
+ justify-content: flex-start;
2954
+ white-space: nowrap;
2955
+ gap: 1rem;
2956
+ margin: 0;
2957
+ }
2958
+ :is(nav, .row, .max) > :only-child,
2959
+ nav > :is(ol, ul) > li > :only-child {
2960
+ margin: 0;
2961
+ }
2962
+ * + :is(nav, .row) {
2963
+ margin-block-start: 1rem;
2964
+ }
2965
+ :is(nav, .row) > * {
2966
+ margin: 0;
2967
+ white-space: normal;
2968
+ flex: none;
2969
+ }
2970
+ :is(nav, .row).no-space {
2971
+ gap: 0;
2972
+ }
2973
+ :is(nav, .row).no-space > .border + .border {
2974
+ border-inline-start: 0;
2975
+ }
2976
+ :is(nav, .row).medium-space {
2977
+ gap: 1.5rem;
2978
+ }
2979
+ :is(nav, .row).large-space {
2980
+ gap: 2rem;
2981
+ }
2982
+ :is(nav, .row) > .max,
2983
+ :is(nav, .row) > :is(ol, ul) > .max,
2984
+ nav.drawer > :is(a, label) > .max,
2985
+ nav.drawer > :is(ol, ul) > li > :is(a, label) > .max {
2986
+ flex: 1;
2987
+ }
2988
+ :is(nav, .row).wrap {
2989
+ display: flex;
2990
+ flex-wrap: wrap;
2991
+ }
2992
+ :is(header, footer) > :is(nav, .row) {
2993
+ min-block-size: inherit;
2994
+ }
2995
+ :is(nav, .row) > .border.no-margin + .border.no-margin {
2996
+ border-inline-start: 0;
2997
+ }
2998
+ nav:is(.left, .right, .top, .bottom) {
2999
+ border: 0;
3000
+ position: fixed;
3001
+ color: var(--on-surface);
3002
+ transform: none;
3003
+ z-index: 100;
3004
+ block-size: auto;
3005
+ inline-size: auto;
3006
+ text-align: center;
3007
+ padding: 0.5rem;
3008
+ margin: 0;
3009
+ inset: 0;
3010
+ }
3011
+ nav:is(.left, .right) {
3012
+ inline-size: 5rem;
3013
+ justify-content: flex-start;
3014
+ flex-direction: column;
3015
+ background-color: var(--surface);
3016
+ }
3017
+ nav:is(.top, .bottom) {
3018
+ block-size: 5rem;
3019
+ justify-content: center;
3020
+ flex-direction: row;
3021
+ background-color: var(--surface-container);
3022
+ }
3023
+ nav.top {
3024
+ inset-block-end: auto;
3025
+ }
3026
+ nav.left {
3027
+ inset-inline-end: auto;
3028
+ }
3029
+ nav.right {
3030
+ inset-inline-start: auto;
3031
+ }
3032
+ nav.bottom {
3033
+ inset-block-start: auto;
3034
+ }
3035
+ nav.drawer {
3036
+ flex-direction: column;
3037
+ align-items: normal;
3038
+ inline-size: 20rem;
3039
+ gap: 0;
3040
+ padding: 0.5rem 1rem;
3041
+ }
3042
+ nav.drawer:is(.min, .max) {
3043
+ inline-size: auto;
3044
+ }
3045
+ nav.drawer.max {
3046
+ inline-size: 100%;
3047
+ }
3048
+ :is(nav, .row) > header {
3049
+ background-color: inherit;
3050
+ }
3051
+ nav:is(.left, .right) > header {
3052
+ transform: translateY(-0.5rem);
3053
+ }
3054
+ nav.drawer > header {
3055
+ transform: translateY(-0.75rem);
3056
+ min-block-size: 4.5rem;
3057
+ align-self: stretch;
3058
+ }
3059
+ nav.drawer > :is(a, label),
3060
+ nav.drawer > :is(ol, ul) > li > :is(a, label),
3061
+ a.row.wave {
3062
+ padding: 0.75rem;
3063
+ font-size: inherit;
3064
+ }
3065
+ nav.drawer > a,
3066
+ nav.drawer > :is(ol, ul) > li > a {
3067
+ border-radius: 2rem;
3068
+ }
3069
+ nav.drawer > a:is(:hover, .active),
3070
+ nav.drawer > :is(ol, ul) > li > a:is(:hover, .active) {
3071
+ background-color: var(--secondary-container);
3072
+ }
3073
+ nav.drawer > a:is(:hover, :focus, .active) > i,
3074
+ nav.drawer > :is(ol, ul) > li > a:is(:hover, :focus, .active) > i {
3075
+ font-variation-settings: "FILL" 1;
3076
+ }
3077
+ nav > :is(ol, ul) {
3078
+ all: inherit;
3079
+ flex: auto;
3080
+ }
3081
+ nav:not(.left, .right, .bottom, .top) > :is(ol, ul) {
3082
+ padding: 0;
3083
+ }
3084
+ nav:is(.left, .right, .top, .bottom):not(.drawer) > a:not(.button, .chip),
3085
+ nav:is(.left, .right, .top, .bottom):not(.drawer) > :is(ol, ul) > li > a:not(.button, .chip) {
3086
+ align-self: center;
3087
+ display: flex;
3088
+ flex-direction: column;
3089
+ }
3090
+ nav:is(.top, .bottom):not(.drawer) > a:not(.button, .chip),
3091
+ nav:is(.top, .bottom):not(.drawer) > :is(ol, ul) > li > a:not(.button, .chip) {
3092
+ inline-size: 3.5rem;
3093
+ }
3094
+ nav:is(.left, .right, .top, .bottom):not(.drawer) > a:not(.button, .chip) > i,
3095
+ nav:is(.left, .right, .top, .bottom):not(.drawer) > :is(ol, ul) > li > a:not(.button, .chip) > i {
3096
+ padding: 0.25rem;
3097
+ border-radius: 2rem;
3098
+ transition: padding var(--speed1) linear;
3099
+ margin: 0 auto;
3100
+ }
3101
+ nav:is(.left, .right, .top, .bottom):not(.drawer) > a:not(.button, .chip):is(:hover, :focus, .active) > i,
3102
+ nav:is(.left, .right, .top, .bottom):not(.drawer) > :is(ol, ul) > li > a:not(.button, .chip):is(:hover, :focus, .active) > i {
3103
+ background-color: var(--secondary-container);
3104
+ color: var(--on-secondary-container);
3105
+ padding: 0.25rem 1rem;
3106
+ font-variation-settings: "FILL" 1;
3107
+ }
3108
+ :is(nav, .row):is(.left-align, .top-align, .vertical) {
3109
+ justify-content: flex-start;
3110
+ }
3111
+ :is(nav, .row):is(.right-align, .bottom-align) {
3112
+ justify-content: flex-end;
3113
+ }
3114
+ :is(nav, .row):is(.center-align, .middle-align) {
3115
+ justify-content: center;
3116
+ }
3117
+ :is(nav, .row):is(.left-align, .top-align, .vertical).vertical {
3118
+ align-items: flex-start;
3119
+ }
3120
+ :is(nav, .row):is(.right-align, .bottom-align).vertical {
3121
+ align-items: flex-end;
3122
+ }
3123
+ :is(nav, .row):is(.center-align, .middle-align).vertical {
3124
+ align-items: center;
3125
+ }
3126
+ :is(.drawer, .vertical) > :is(li, [class*=divider]):not(.vertical),
3127
+ :is(.drawer, .vertical) > :is(ol, ul) > li:not(.vertical) {
3128
+ align-self: stretch;
3129
+ }
3130
+ nav:not(.left, .right) > .space {
3131
+ inline-size: 0.5rem;
3132
+ }
3133
+ nav:not(.left, .right) > .medium-space {
3134
+ inline-size: 1rem;
3135
+ }
3136
+ nav:not(.left, .right) > .large-space {
3137
+ inline-size: 1.5rem;
3138
+ }
3139
+ @media only screen and (max-width: 600px) {
3140
+ nav.top,
3141
+ nav.bottom {
3142
+ justify-content: space-around;
3143
+ }
3144
+ }
3145
+ .overlay {
3146
+ opacity: 0;
3147
+ visibility: hidden;
3148
+ position: fixed;
3149
+ inset: 0 auto auto 0;
3150
+ inline-size: 100%;
3151
+ block-size: 100%;
3152
+ color: var(--on-surface);
3153
+ background-color: var(--overlay);
3154
+ z-index: 100;
3155
+ transition: all var(--speed3), 0s background-color;
3156
+ }
3157
+ nav > .overlay {
3158
+ z-index: 0;
3159
+ }
3160
+ .overlay.active {
3161
+ opacity: 1;
3162
+ visibility: visible;
3163
+ }
3164
+ .page,
3165
+ :is(.page, dialog):not(.active) .page.active {
3166
+ ---transform: translate(0, 0);
3167
+
3168
+ opacity: 0;
3169
+ position: absolute;
3170
+ display: none;
3171
+ }
3172
+ .page.active {
3173
+ opacity: 1;
3174
+ position: inherit;
3175
+ display: inherit;
3176
+ animation: var(--speed4) to-page ease;
3177
+ }
3178
+ .page.active.top {
3179
+ ---transform: translate(0, -4rem);
3180
+ }
3181
+ .page.active.bottom {
3182
+ ---transform: translate(0, 4rem);
3183
+ }
3184
+ .page.active.left {
3185
+ ---transform: translate(-4rem, 0);
3186
+ }
3187
+ .page.active.right {
3188
+ ---transform: translate(4rem, 0);
3189
+ }
3190
+ @keyframes to-page {
3191
+ from {
3192
+ opacity: 0;
3193
+ transform: var(---transform);
3194
+ }
3195
+
3196
+ to {
3197
+ opacity: 1;
3198
+ transform: translate(0, 0);
3199
+ }
3200
+ }
3201
+ progress {
3202
+ position: relative;
3203
+ inline-size: 100%;
3204
+ block-size: 0.5rem;
3205
+ color: var(--primary);
3206
+ background: var(--primary-container);
3207
+ border-radius: 1rem;
3208
+ flex: none;
3209
+ border: none;
3210
+ overflow: hidden;
3211
+ writing-mode: horizontal-tb;
3212
+ direction: ltr;
3213
+ }
3214
+ progress.small {
3215
+ inline-size: 4rem;
3216
+ }
3217
+ progress.medium {
3218
+ inline-size: 8rem;
3219
+ }
3220
+ progress.large {
3221
+ inline-size: 12rem;
3222
+ }
3223
+ progress:not(.circle, [value])::after {
3224
+ content: "";
3225
+ position: absolute;
3226
+ inset: 0;
3227
+ inline-size: 100%;
3228
+ block-size: 100%;
3229
+ clip-path: none;
3230
+ background: currentcolor;
3231
+ animation: 1.6s to-linear ease infinite;
3232
+ }
3233
+ progress:not(.circle, [value])::-moz-progress-bar {
3234
+ animation: 1.6s to-linear ease infinite;
3235
+ }
3236
+ progress:not(.circle, [value])::-webkit-progress-value {
3237
+ animation: 1.6s to-linear ease infinite;
3238
+ }
3239
+ progress::-webkit-progress-bar {
3240
+ background: none;
3241
+ }
3242
+ progress::-webkit-progress-value {
3243
+ background: currentcolor;
3244
+ }
3245
+ progress::-moz-progress-bar {
3246
+ background: currentcolor;
3247
+ }
3248
+ progress.circle {
3249
+ display: inline-block;
3250
+ inline-size: 2.5rem;
3251
+ block-size: 2.5rem;
3252
+ border-radius: 50%;
3253
+ border-width: 0.3rem;
3254
+ border-style: solid;
3255
+ border-color: currentcolor;
3256
+ animation: 1.6s to-circular linear infinite;
3257
+ background: none;
3258
+ flex: none;
3259
+ }
3260
+ progress.circle::-moz-progress-bar {
3261
+ background: none;
3262
+ }
3263
+ progress.circle.small {
3264
+ inline-size: 1.5rem;
3265
+ block-size: 1.5rem;
3266
+ border-width: 0.2rem;
3267
+ }
3268
+ progress.circle.large {
3269
+ inline-size: 3.5rem;
3270
+ block-size: 3.5rem;
3271
+ border-width: 0.4rem;
3272
+ }
3273
+ :is(nav, .row, .field) > progress:not(.circle, .small, .medium, .large) {
3274
+ flex: auto;
3275
+ }
3276
+ progress.max {
3277
+ display: unset;
3278
+ position: absolute;
3279
+ inline-size: 100% !important;
3280
+ block-size: 100% !important;
3281
+ color: var(--active);
3282
+ background: none;
3283
+ inset: 0;
3284
+ border-radius: inherit;
3285
+ animation: none;
3286
+ writing-mode: horizontal-tb;
3287
+ }
3288
+ progress:is(.horizontal, .vertical, .max) {
3289
+ display: unset;
3290
+ inline-size: 100% !important;
3291
+ }
3292
+ progress.vertical {
3293
+ writing-mode: vertical-lr;
3294
+ }
3295
+ progress.max.vertical {
3296
+ transform: rotate(-180deg);
3297
+ }
3298
+ :has(> progress) > :not(progress) {
3299
+ z-index: 1;
3300
+ }
3301
+ @supports (-moz-appearance:none) {
3302
+ progress.max.vertical {
3303
+ transform: none;
3304
+ }
3305
+ }
3306
+ @keyframes to-linear {
3307
+ 0% {
3308
+ margin-inline-start: 0%;
3309
+ inline-size: 0%;
3310
+ }
3311
+
3312
+ 50% {
3313
+ margin-inline-start: 0%;
3314
+ inline-size: 100%;
3315
+ }
3316
+
3317
+ 100% {
3318
+ margin-inline-start: 100%;
3319
+ inline-size: 0%;
3320
+ }
3321
+ }
3322
+ @keyframes to-circular {
3323
+ 0% {
3324
+ transform: rotate(0deg);
3325
+ clip-path: polygon(50% 50%, 0% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
3326
+ }
3327
+
3328
+ 20% {
3329
+ clip-path: polygon(50% 50%, 0% 0%, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
3330
+ }
3331
+
3332
+ 30% {
3333
+ clip-path: polygon(50% 50%, 0% 0%, 50% 0%, 100% 0%, 100% 50%, 100% 50%, 100% 50%, 100% 50%, 100% 50%);
3334
+ }
3335
+
3336
+ 40% {
3337
+ clip-path: polygon(50% 50%, 0% 0%, 50% 0%, 100% 0%, 100% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
3338
+ }
3339
+
3340
+ 50% {
3341
+ clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 100% 0%, 100% 50%, 100% 100%, 50% 100%, 50% 100%, 50% 100%);
3342
+ }
3343
+
3344
+ 60% {
3345
+ clip-path: polygon(50% 50%, 100% 50%, 100% 50%, 100% 50%, 100% 50%, 100% 100%, 50% 100%, 0% 100%, 0% 100%);
3346
+ }
3347
+
3348
+ 70% {
3349
+ clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%, 0% 50%);
3350
+ }
3351
+
3352
+ 80% {
3353
+ clip-path: polygon(50% 50%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 50%);
3354
+ }
3355
+
3356
+ 90% {
3357
+ transform: rotate(360deg);
3358
+ clip-path: polygon(50% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%);
3359
+ }
3360
+
3361
+ 100% {
3362
+ clip-path: polygon(50% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 50%);
3363
+ }
3364
+ }
3365
+ /* checkbox, radio, switch */
3366
+ .checkbox,
3367
+ .radio,
3368
+ .switch {
3369
+ direction: ltr;
3370
+ inline-size: auto;
3371
+ block-size: auto;
3372
+ line-height: normal;
3373
+ white-space: nowrap;
3374
+ cursor: pointer;
3375
+ display: inline-flex;
3376
+ align-items: center;
3377
+ }
3378
+ :is(.checkbox, .radio) > input {
3379
+ inline-size: 1.5rem;
3380
+ block-size: 1.5rem;
3381
+ opacity: 0;
3382
+ }
3383
+ .switch > input {
3384
+ inline-size: 3.25rem;
3385
+ block-size: 2rem;
3386
+ opacity: 0;
3387
+ }
3388
+ :is(.checkbox, .radio, .switch) > span {
3389
+ display: inline-flex;
3390
+ align-items: center;
3391
+ color: var(--on-surface);
3392
+ font-size: 0.875rem;
3393
+ }
3394
+ :is(.checkbox, .radio) > span:not(:empty) {
3395
+ padding-inline-start: 0.25rem;
3396
+ }
3397
+ :is(.checkbox, .radio, .switch) > span::before,
3398
+ .icon > span > i {
3399
+ font-family: var(--font-icon);
3400
+ font-weight: normal;
3401
+ font-style: normal;
3402
+ font-size: 1.5rem;
3403
+ line-height: 1;
3404
+ letter-spacing: normal;
3405
+ text-transform: none;
3406
+ display: inline-block;
3407
+ white-space: nowrap;
3408
+ word-wrap: normal;
3409
+ direction: ltr;
3410
+ font-feature-settings: "liga";
3411
+ -webkit-font-smoothing: antialiased;
3412
+ vertical-align: middle;
3413
+ text-align: center;
3414
+ overflow: hidden;
3415
+ inline-size: 1.5rem;
3416
+ block-size: 1.5rem;
3417
+ box-sizing: border-box;
3418
+ margin: 0 auto;
3419
+ outline: none;
3420
+ color: var(--primary);
3421
+ position: absolute;
3422
+ inset: auto auto auto -1.5rem;
3423
+ background-color: transparent;
3424
+ border-radius: 50%;
3425
+ user-select: none;
3426
+ z-index: 1;
3427
+ box-shadow: 0 0 0 0 var(--active);
3428
+ transition: all var(--speed1);
3429
+ }
3430
+ .switch > span::before,
3431
+ .switch.icon > span > i {
3432
+ position: absolute;
3433
+ inset: 50% auto auto 0;
3434
+ display: inline-flex;
3435
+ align-items: center;
3436
+ justify-content: center;
3437
+ border-radius: 50%;
3438
+ transition: all var(--speed2);
3439
+ font-size: 1rem;
3440
+ user-select: none;
3441
+ min-inline-size: auto;
3442
+ content: "";
3443
+ color: var(--surface-variant);
3444
+ background-color: var(--outline);
3445
+ }
3446
+ .switch > span::before,
3447
+ .switch.icon > span > i {
3448
+ transform: translate(-3rem, -50%) scale(0.6);
3449
+ }
3450
+ .switch.icon > span > i {
3451
+ transform: translate(-3rem, -50%) scale(1);
3452
+ }
3453
+ .checkbox > span::before {
3454
+ content: "check_box_outline_blank";
3455
+ }
3456
+ .checkbox > input:checked + span::before {
3457
+ content: "check_box";
3458
+ font-variation-settings: "FILL" 1;
3459
+ }
3460
+ .checkbox > input:indeterminate + span::before {
3461
+ content: "indeterminate_check_box";
3462
+ }
3463
+ .radio > span::before {
3464
+ content: "radio_button_unchecked";
3465
+ }
3466
+ .radio > input:checked + span::before {
3467
+ content: "radio_button_checked";
3468
+ }
3469
+ :is(.radio, .checkbox, .switch).icon > span::before {
3470
+ content: "" !important;
3471
+ font-variation-settings: unset !important;
3472
+ }
3473
+ :is(.checkbox, .radio) > input:not(:disabled):is(:focus, :hover) + span::before {
3474
+ background-color: var(--active);
3475
+ box-shadow: 0 0 0 0.5rem var(--active);
3476
+ }
3477
+ .switch > input:not(:disabled):is(:focus, :hover) + span::before,
3478
+ .switch.icon > input:not(:disabled):is(:focus, :hover) + span > i {
3479
+ box-shadow: 0 0 0 0.5rem var(--active);
3480
+ }
3481
+ :is(.checkbox, .radio) > input:checked + span::before,
3482
+ :is(.checkbox, .radio).icon > input:checked + span > i {
3483
+ color: var(--primary);
3484
+ }
3485
+ .icon > input:checked + span > i:first-child,
3486
+ .icon > span > i:last-child {
3487
+ opacity: 0;
3488
+ }
3489
+ .icon > input:checked + span > i:last-child,
3490
+ .icon > span > i:first-child {
3491
+ opacity: 1;
3492
+ }
3493
+ .switch > input:checked + span::after {
3494
+ border: none;
3495
+ background-color: var(--primary);
3496
+ }
3497
+ .switch > input:checked + span::before,
3498
+ .switch.icon > input:checked + span > i {
3499
+ content: "check";
3500
+ color: var(--primary);
3501
+ background-color: var(--on-primary);
3502
+ }
3503
+ .switch > input:checked + span::before,
3504
+ .switch.icon > input:checked + span > i {
3505
+ transform: translate(-1.75rem, -50%) scale(1);
3506
+ }
3507
+ :is(.checkbox, .radio, .switch) > input:disabled + span {
3508
+ opacity: 0.5;
3509
+ cursor: not-allowed;
3510
+ }
3511
+ .switch > span::after {
3512
+ content: "";
3513
+ position: absolute;
3514
+ inset: 50% auto auto 0;
3515
+ background-color: var(--active);
3516
+ border: 0.125rem solid var(--outline);
3517
+ box-sizing: border-box;
3518
+ inline-size: 3.25rem;
3519
+ block-size: 2rem;
3520
+ border-radius: 2rem;
3521
+ }
3522
+ .switch > span::after {
3523
+ transform: translate(-3.25rem, -50%);
3524
+ }
3525
+ .field > :is(nav, .row) {
3526
+ flex-grow: 1;
3527
+ padding: 0 1rem;
3528
+ }
3529
+ .field.round > :is(nav, .row) {
3530
+ flex-grow: 1;
3531
+ padding: 0 1.5rem;
3532
+ }
3533
+ [dir=rtl] .switch {
3534
+ transform: scale(-1);
3535
+ }
3536
+ [dir=rtl] .switch > span::before,
3537
+ [dir=rtl] .switch.icon > span > i {
3538
+ transform: translate(-3rem, -50%) scale(-0.6);
3539
+ }
3540
+ [dir=rtl] .switch.icon > span > i {
3541
+ transform: translate(-3rem, -50%) scale(-1);
3542
+ }
3543
+ [dir=rtl] .switch > input:checked + span::before,
3544
+ [dir=rtl] .switch.icon > input:checked + span > i {
3545
+ transform: translate(-1.75rem, -50%) scale(-1);
3546
+ }
3547
+ .slider {
3548
+ ---start: 0%;
3549
+ ---end: 0%;
3550
+ ---value1: "";
3551
+ ---value2: "";
3552
+
3553
+ display: flex;
3554
+ align-items: center !important;
3555
+ inline-size: auto;
3556
+ block-size: 1.25rem;
3557
+ margin: 1.125rem;
3558
+ flex: none;
3559
+ direction: ltr;
3560
+ }
3561
+ [dir=rtl] .slider {
3562
+ transform: scaleX(-1);
3563
+ }
3564
+ .slider.vertical {
3565
+ flex-direction: row !important;
3566
+ margin: 0.5rem auto !important;
3567
+ padding: 50% 0;
3568
+ transform: rotate(-90deg);
3569
+ inline-size: 100%;
3570
+ }
3571
+ .slider.small {
3572
+ inline-size: 4rem;
3573
+ }
3574
+ .slider.medium {
3575
+ inline-size: 8rem;
3576
+ }
3577
+ .slider.large {
3578
+ inline-size: 12rem;
3579
+ }
3580
+ .slider > input {
3581
+ appearance: none;
3582
+ box-shadow: none;
3583
+ border: none;
3584
+ outline: none;
3585
+ pointer-events: none;
3586
+ inline-size: 100%;
3587
+ block-size: 1rem;
3588
+ background: none;
3589
+ z-index: 1;
3590
+ padding: 0;
3591
+ margin: 0;
3592
+ }
3593
+ .slider > input:only-of-type {
3594
+ pointer-events: all;
3595
+ }
3596
+ .slider > input + input {
3597
+ position: absolute;
3598
+ }
3599
+ .slider > input::-webkit-slider-thumb {
3600
+ appearance: none;
3601
+ box-shadow: none;
3602
+ border: none;
3603
+ outline: none;
3604
+ pointer-events: all;
3605
+ block-size: 2.75rem;
3606
+ inline-size: 0.25rem;
3607
+ border-radius: 0.25rem;
3608
+ background: var(--primary);
3609
+ cursor: grab;
3610
+ margin: 0;
3611
+ }
3612
+ .slider > input::-webkit-slider-thumb:active {
3613
+ cursor: grabbing;
3614
+ }
3615
+ .slider > input::-moz-range-thumb {
3616
+ appearance: none;
3617
+ box-shadow: none;
3618
+ border: none;
3619
+ outline: none;
3620
+ pointer-events: all;
3621
+ block-size: 2.75rem;
3622
+ inline-size: 0.25rem;
3623
+ border-radius: 0.25rem;
3624
+ background: var(--primary);
3625
+ cursor: grab;
3626
+ margin: 0;
3627
+ }
3628
+ .slider > input::-moz-range-thumb:active {
3629
+ cursor: grabbing;
3630
+ }
3631
+ .slider > input:not(:disabled):is(:focus)::-webkit-slider-thumb {
3632
+ transform: scaleX(0.6);
3633
+ }
3634
+ .slider > input:not(:disabled):is(:focus)::-moz-range-thumb {
3635
+ transform: scaleX(0.6);
3636
+ }
3637
+ .slider > input:disabled {
3638
+ cursor: not-allowed;
3639
+ opacity: 1;
3640
+ }
3641
+ .slider > input:disabled::-webkit-slider-thumb {
3642
+ background: #9E9E9E;
3643
+ cursor: not-allowed;
3644
+ }
3645
+ .slider > input:disabled::-moz-range-thumb {
3646
+ background: #9E9E9E;
3647
+ cursor: not-allowed;
3648
+ }
3649
+ .slider > input:disabled ~ span {
3650
+ background: #9E9E9E;
3651
+ }
3652
+ .slider > span {
3653
+ position: absolute;
3654
+ block-size: 1rem;
3655
+ border-radius: 1rem 0 0 1rem;
3656
+ background: var(--primary);
3657
+ z-index: 0;
3658
+ inset: calc(50% - 0.5rem) var(---end) auto var(---start);
3659
+ clip-path: polygon(0 0, calc(100% - 0.5rem) 0, calc(100% - 0.5rem) 100%, 0 100%);
3660
+ }
3661
+ .slider > input + input ~ span {
3662
+ border-radius: 0;
3663
+ clip-path: polygon(0.5rem 0, max(0.5rem, calc(100% - 0.5rem)) 0, max(0.5rem, calc(100% - 0.5rem)) 100%, 0.5rem 100%);
3664
+ }
3665
+ .field > .slider {
3666
+ inline-size: 100%;
3667
+ }
3668
+ .slider::before {
3669
+ content: "";
3670
+ position: absolute;
3671
+ inline-size: 100%;
3672
+ block-size: 1rem;
3673
+ border-radius: 1rem;
3674
+ background: var(--primary-container);
3675
+ clip-path: polygon(calc(var(---start) - 0.5rem) 0, 0 0, 0 100%, calc(var(---start) - 0.5rem) 100%, calc(var(---start) - 0.5rem) 0, calc(100% - var(---end) + 0.5rem) 0, 100% 0, 100% 100%, calc(100% - var(---end) + 0.5rem) 100%, calc(100% - var(---end) + 0.5rem) 0);
3676
+ }
3677
+ .slider:has(> [disabled])::before {
3678
+ background: var(--active);
3679
+ }
3680
+ .slider > .tooltip {
3681
+ visibility: hidden !important;
3682
+ opacity: 0 !important;
3683
+ inset: 0 auto auto calc(100% - var(---end));
3684
+ border-radius: 2rem;
3685
+ transition: top var(--speed2) ease, opacity var(--speed2) ease;
3686
+ transform: translate(-50%, -50%) !important;
3687
+ padding: 0.75rem 1rem;
3688
+ }
3689
+ [dir=rtl] .slider > .tooltip {
3690
+ transform: translate(-50%, -50%) scaleX(-1) !important;
3691
+ }
3692
+ .slider > .tooltip + .tooltip {
3693
+ inset: 0.25rem calc(100% - var(---start)) auto auto;
3694
+ transform: translate(50%, -50%) !important;
3695
+ }
3696
+ [dir=rtl] .slider > .tooltip + .tooltip {
3697
+ transform: translate(50%, -50%) scaleX(-1) !important;
3698
+ }
3699
+ .slider > .tooltip::before {
3700
+ content: var(---value1);
3701
+ }
3702
+ .slider > .tooltip + .tooltip::before {
3703
+ content: var(---value2);
3704
+ }
3705
+ .slider > :focus ~ .tooltip {
3706
+ inset-block-start: -1rem !important;
3707
+ opacity: 1 !important;
3708
+ visibility: visible !important;
3709
+ }
3710
+ .slider.vertical > .tooltip {
3711
+ display: none;
3712
+ }
3713
+ :is(nav, .row, .field) > .slider:not(.circle, .small, .medium, .large) {
3714
+ flex: auto;
3715
+ }
3716
+ .slider.max,
3717
+ .slider.max.vertical,
3718
+ .slider.max > input,
3719
+ .slider.max.vertical > input {
3720
+ all: unset;
3721
+ margin: 0 !important;
3722
+ position: absolute;
3723
+ color: var(--primary);
3724
+ inset: 0;
3725
+ border-radius: inherit;
3726
+ overflow: hidden;
3727
+ z-index: 2;
3728
+ cursor: grab;
3729
+ inline-size: 100%;
3730
+ block-size: 100%;
3731
+ }
3732
+ .slider.max::before {
3733
+ display: none;
3734
+ }
3735
+ .slider.max.vertical > input {
3736
+ writing-mode: vertical-lr;
3737
+ transform: rotate(-180deg);
3738
+ }
3739
+ .slider.max > input::-webkit-slider-thumb {
3740
+ opacity: 0;
3741
+ inline-size: 1rem;
3742
+ block-size: 100vh;
3743
+ transform: none !important;
3744
+ }
3745
+ .slider.max > input::-moz-range-thumb {
3746
+ opacity: 0;
3747
+ inline-size: 1rem;
3748
+ block-size: 100vh;
3749
+ transform: none !important;
3750
+ }
3751
+ .slider.max > span {
3752
+ block-size: auto !important;
3753
+ inset: 0 var(---end) 0 var(---start);
3754
+ clip-path: none;
3755
+ background: currentcolor;
3756
+ border-radius: 0;
3757
+ }
3758
+ .slider.max.vertical > span {
3759
+ inset: var(---end) 0 var(---start) 0;
3760
+ }
3761
+ @media (hover: none){
3762
+ .slider > :hover ~ .tooltip {
3763
+ inset-block-start: -1rem !important;
3764
+ opacity: 1 !important;
3765
+ visibility: visible !important;
3766
+ }
3767
+ }
3768
+ .snackbar {
3769
+ ---transform-start: translate(-50%, 1rem);
3770
+ ---transform-end: translate(-50%, 0);
3771
+
3772
+ position: fixed;
3773
+ inset: auto auto 6rem 50%;
3774
+ inline-size: 80%;
3775
+ block-size: auto;
3776
+ z-index: 200;
3777
+ visibility: hidden;
3778
+ display: flex;
3779
+ box-shadow: var(--elevate2);
3780
+ color: var(--inverse-on-surface);
3781
+ background-color: var(--inverse-surface);
3782
+ padding: 1rem;
3783
+ opacity: 1;
3784
+ cursor: pointer;
3785
+ text-align: start;
3786
+ align-items: center;
3787
+ border-radius: 0.25rem;
3788
+ gap: 0.5rem;
3789
+ transform: var(---transform-end);
3790
+ }
3791
+ .snackbar.top {
3792
+ inset: 6rem auto auto 50%;
3793
+ }
3794
+ .snackbar.active {
3795
+ visibility: visible;
3796
+ animation: var(--speed2) to-snackbar;
3797
+ }
3798
+ .snackbar.active.top {
3799
+ ---transform-end: translate(-50%, -1rem);
3800
+ }
3801
+ .snackbar > .max {
3802
+ flex: auto;
3803
+ }
3804
+ @keyframes to-snackbar {
3805
+ 0% {
3806
+ opacity: 0;
3807
+ transform: var(---transform-start);
3808
+ }
3809
+
3810
+ 100% {
3811
+ opacity: 1;
3812
+ transform: var(---transform-end);
3813
+ }
3814
+ }
3815
+ @media only screen and (min-width: 993px) {
3816
+ .snackbar {
3817
+ inline-size: 40%;
3818
+ }
3819
+ }
3820
+ table {
3821
+ ---stripes: rgb(0 0 0 / 0.05);
3822
+
3823
+ inline-size: 100%;
3824
+ border-spacing: 0;
3825
+ font-size: 0.875rem;
3826
+ color: var(--on-surface);
3827
+ text-align: start;
3828
+ background-color: var(--surface);
3829
+ }
3830
+ .dark table {
3831
+ ---stripes: rgb(255 255 255 / 0.05);
3832
+ }
3833
+ table :is(thead, tbody, tfoot, tr, th) {
3834
+ background-color: inherit;
3835
+ }
3836
+ :is(th, td) {
3837
+ inline-size: auto;
3838
+ max-inline-size: 1rem;
3839
+ text-align: inherit;
3840
+ padding: 0.5rem;
3841
+ }
3842
+ :is(th, td) > * {
3843
+ vertical-align: middle;
3844
+ }
3845
+ table.border > tbody > tr:not(:last-child) > td,
3846
+ thead > tr > th {
3847
+ border-block-end: 0.0625rem solid var(--outline);
3848
+ }
3849
+ tfoot > tr > th {
3850
+ border-block-start: 0.0625rem solid var(--outline);
3851
+ }
3852
+ table.stripes > tbody > tr:nth-child(odd) {
3853
+ background-color: var(---stripes);
3854
+ }
3855
+ table.no-space :is(th, td) {
3856
+ padding: 0;
3857
+ }
3858
+ table.medium-space :is(th, td) {
3859
+ padding: 0.75rem;
3860
+ }
3861
+ table.large-space :is(th, td) {
3862
+ padding: 1rem;
3863
+ }
3864
+ table > .fixed,
3865
+ th.fixed {
3866
+ position: sticky;
3867
+ z-index: 1;
3868
+ inset-block-start: 0;
3869
+ }
3870
+ tfoot.fixed,
3871
+ tfoot th.fixed {
3872
+ inset-block-end: 0;
3873
+ }
3874
+ :is(td, th).min {
3875
+ inline-size: 0;
3876
+ max-inline-size: 0%;
3877
+ white-space: nowrap;
3878
+ }
3879
+ .tabs {
3880
+ display: flex;
3881
+ white-space: nowrap;
3882
+ border-block-end: 0.0625rem solid var(--surface-variant);
3883
+ }
3884
+ .tabs.min {
3885
+ padding: 0 1rem;
3886
+ gap: 2rem;
3887
+ }
3888
+ .tabs:not(.left-align, .right-align, .center-align) {
3889
+ justify-content: space-around;
3890
+ }
3891
+ * + .tabs {
3892
+ margin-block-start: 1rem;
3893
+ }
3894
+ .tabs > a {
3895
+ display: flex;
3896
+ font-size: 0.875rem;
3897
+ font-weight: 500;
3898
+ color: var(--on-surface-variant);
3899
+ padding: 0.5rem 1rem;
3900
+ border-block-end: 0.125rem solid transparent;
3901
+ text-align: center;
3902
+ min-block-size: 3rem;
3903
+ inline-size: 100%;
3904
+ gap: 0.25rem;
3905
+ }
3906
+ .tabs.min > a {
3907
+ inline-size: auto;
3908
+ padding: 0.5rem 0;
3909
+ }
3910
+ .tabs.small > a {
3911
+ min-block-size: 2rem;
3912
+ }
3913
+ .tabs.large > a {
3914
+ min-block-size: 4rem;
3915
+ }
3916
+ .tabs > a.active {
3917
+ color: var(--primary);
3918
+ border-block-end: 0.125rem solid var(--primary);
3919
+ }
3920
+ .tabs > a.active > i {
3921
+ color: var(--primary);
3922
+ }
3923
+ .tabs:is(.left-align, .center-align, .right-align) > a {
3924
+ inline-size: auto;
3925
+ }
3926
+ .tooltip {
3927
+ ---space: -0.5rem;
3928
+
3929
+ visibility: hidden;
3930
+ display: flex;
3931
+ align-items: center;
3932
+ justify-content: center;
3933
+ gap: 0.5rem;
3934
+ background-color: var(--inverse-surface);
3935
+ color: var(--inverse-on-surface);
3936
+ font-size: 0.75rem;
3937
+ text-align: center;
3938
+ border-radius: 0.25rem;
3939
+ padding: 0.5rem;
3940
+ position: absolute;
3941
+ z-index: 3;
3942
+ inset: 0 auto auto 50%;
3943
+ inline-size: auto;
3944
+ white-space: nowrap;
3945
+ font-weight: 500;
3946
+ opacity: 0;
3947
+ transition: all var(--speed2);
3948
+ line-height: normal;
3949
+ transform: translate(-50%, -100%) scale(0.9);
3950
+ }
3951
+ .tooltip.left {
3952
+ inset: 50% auto auto 0;
3953
+ transform: translate(-100%, -50%) scale(0.9);
3954
+ }
3955
+ .tooltip.right {
3956
+ inset: 50% 0 auto auto;
3957
+ transform: translate(100%, -50%) scale(0.9);
3958
+ }
3959
+ .tooltip.bottom {
3960
+ inset: auto auto 0 50%;
3961
+ transform: translate(-50%, 100%) scale(0.9);
3962
+ }
3963
+ .tooltip.small {
3964
+ inline-size: 8rem;
3965
+ white-space: normal;
3966
+ }
3967
+ .tooltip.medium {
3968
+ inline-size: 12rem;
3969
+ white-space: normal;
3970
+ }
3971
+ .tooltip.large {
3972
+ inline-size: 16rem;
3973
+ white-space: normal;
3974
+ }
3975
+ :hover > .tooltip {
3976
+ visibility: visible;
3977
+ opacity: 1;
3978
+ transform: translate(-50%, -100%) scale(1);
3979
+ }
3980
+ :hover > .tooltip.left {
3981
+ transform: translate(-100%, -50%) scale(1);
3982
+ }
3983
+ :hover > .tooltip.right {
3984
+ transform: translate(100%, -50%) scale(1);
3985
+ }
3986
+ :hover > .tooltip.bottom {
3987
+ transform: translate(-50%, 100%) scale(1);
3988
+ }
3989
+ .tooltip.no-space {
3990
+ ---space: 0;
3991
+ }
3992
+ .tooltip.medium-space {
3993
+ ---space: -1rem;
3994
+ }
3995
+ .tooltip.large-space {
3996
+ ---space: -1.5rem;
3997
+ }
3998
+ .tooltip:not(.left, .right, .bottom) {
3999
+ margin-block-start: var(---space) !important;
4000
+ }
4001
+ .tooltip.left,
4002
+ .tooltip.right {
4003
+ margin-inline: var(---space) !important;
4004
+ }
4005
+ .tooltip.bottom {
4006
+ margin-block-end: var(---space) !important;
4007
+ }
4008
+ menu:active ~ .tooltip,
4009
+ :is(button, .button):focus > menu ~ .tooltip,
4010
+ .field > :focus ~ menu ~ .tooltip {
4011
+ visibility: hidden;
4012
+ }
4013
+ .slider > .tooltip {
4014
+ ---space: -1.25rem;
4015
+ }
4016
+ .slider.vertical > .tooltip {
4017
+ ---space: -0.75rem;
4018
+ }
4019
+ .slider.vertical > .tooltip:is(.left, .right) {
4020
+ ---space: -0.5rem;
4021
+ }
4022
+ .tooltip.max {
4023
+ display: block;
4024
+ font-size: inherit;
4025
+ white-space: normal;
4026
+ text-align: start;
4027
+ inline-size: 20rem;
4028
+ border-radius: 0.5rem;
4029
+ padding: 1rem;
4030
+ box-shadow: var(--elevate2);
4031
+ }
4032
+ [class*=blur],
4033
+ [class*=blur].light {
4034
+ ---blur: 1rem;
4035
+ -webkit-backdrop-filter: blur(var(---blur));
4036
+ backdrop-filter: blur(var(---blur));
4037
+ color: var(--on-surface);
4038
+ background-color: rgb(255 255 255 / 0.5);
4039
+ }
4040
+ .dark [class*=blur],
4041
+ [class*=blur].dark {
4042
+ background-color: rgb(0 0 0 / 0.5);
4043
+ }
4044
+ .small-blur {
4045
+ ---blur: 0.5rem;
4046
+ }
4047
+ .large-blur {
4048
+ ---blur: 1.5rem;
4049
+ }
4050
+ .shadow {
4051
+ background-color: #00000050;
4052
+ }
4053
+ :is(.left-shadow, .right-shadow, .top-shadow, .bottom-shadow) {
4054
+ background-color: transparent !important;
4055
+ }
4056
+ .left-shadow {
4057
+ background-image: linear-gradient(to right, black, transparent);
4058
+ }
4059
+ .right-shadow {
4060
+ background-image: linear-gradient(to left, black, transparent);
4061
+ }
4062
+ .bottom-shadow {
4063
+ background-image: linear-gradient(to top, black, transparent);
4064
+ }
4065
+ .top-shadow {
4066
+ background-image: linear-gradient(to bottom, black, transparent);
4067
+ }