@m3-baseui/react-vanilla-extract 1.0.0
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.
- package/dist/badge.css +32 -0
- package/dist/badge.css.map +1 -0
- package/dist/badge.d.ts +7 -0
- package/dist/badge.js +16 -0
- package/dist/badge.js.map +1 -0
- package/dist/button.css +171 -0
- package/dist/button.css.map +1 -0
- package/dist/button.d.ts +10 -0
- package/dist/button.js +14 -0
- package/dist/button.js.map +1 -0
- package/dist/card.css +66 -0
- package/dist/card.css.map +1 -0
- package/dist/card.d.ts +7 -0
- package/dist/card.js +16 -0
- package/dist/card.js.map +1 -0
- package/dist/checkbox.css +122 -0
- package/dist/checkbox.css.map +1 -0
- package/dist/checkbox.d.ts +8 -0
- package/dist/checkbox.js +17 -0
- package/dist/checkbox.js.map +1 -0
- package/dist/chip.css +153 -0
- package/dist/chip.css.map +1 -0
- package/dist/chip.d.ts +7 -0
- package/dist/chip.js +22 -0
- package/dist/chip.js.map +1 -0
- package/dist/dialog.css +60 -0
- package/dist/dialog.css.map +1 -0
- package/dist/dialog.d.ts +15 -0
- package/dist/dialog.js +19 -0
- package/dist/dialog.js.map +1 -0
- package/dist/divider.css +28 -0
- package/dist/divider.css.map +1 -0
- package/dist/divider.d.ts +10 -0
- package/dist/divider.js +14 -0
- package/dist/divider.js.map +1 -0
- package/dist/fab.css +109 -0
- package/dist/fab.css.map +1 -0
- package/dist/fab.d.ts +10 -0
- package/dist/fab.js +14 -0
- package/dist/fab.js.map +1 -0
- package/dist/icon-button.css +209 -0
- package/dist/icon-button.css.map +1 -0
- package/dist/icon-button.d.ts +10 -0
- package/dist/icon-button.js +16 -0
- package/dist/icon-button.js.map +1 -0
- package/dist/index.css +2714 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.ts +27 -0
- package/dist/index.js +318 -0
- package/dist/index.js.map +1 -0
- package/dist/item.css +72 -0
- package/dist/item.css.map +1 -0
- package/dist/item.d.ts +7 -0
- package/dist/item.js +29 -0
- package/dist/item.js.map +1 -0
- package/dist/list.css +128 -0
- package/dist/list.css.map +1 -0
- package/dist/list.d.ts +10 -0
- package/dist/list.js +31 -0
- package/dist/list.js.map +1 -0
- package/dist/menu.css +262 -0
- package/dist/menu.css.map +1 -0
- package/dist/menu.d.ts +24 -0
- package/dist/menu.js +31 -0
- package/dist/menu.js.map +1 -0
- package/dist/navigation-bar.css +92 -0
- package/dist/navigation-bar.css.map +1 -0
- package/dist/navigation-bar.d.ts +12 -0
- package/dist/navigation-bar.js +27 -0
- package/dist/navigation-bar.js.map +1 -0
- package/dist/navigation-drawer.css +112 -0
- package/dist/navigation-drawer.css.map +1 -0
- package/dist/navigation-drawer.d.ts +13 -0
- package/dist/navigation-drawer.js +26 -0
- package/dist/navigation-drawer.js.map +1 -0
- package/dist/progress.css +68 -0
- package/dist/progress.css.map +1 -0
- package/dist/progress.d.ts +10 -0
- package/dist/progress.js +23 -0
- package/dist/progress.js.map +1 -0
- package/dist/radio.css +98 -0
- package/dist/radio.css.map +1 -0
- package/dist/radio.d.ts +9 -0
- package/dist/radio.js +18 -0
- package/dist/radio.js.map +1 -0
- package/dist/segmented-button.css +101 -0
- package/dist/segmented-button.css.map +1 -0
- package/dist/segmented-button.d.ts +12 -0
- package/dist/segmented-button.js +25 -0
- package/dist/segmented-button.js.map +1 -0
- package/dist/select.css +181 -0
- package/dist/select.css.map +1 -0
- package/dist/select.d.ts +22 -0
- package/dist/select.js +33 -0
- package/dist/select.js.map +1 -0
- package/dist/slider.css +78 -0
- package/dist/slider.css.map +1 -0
- package/dist/slider.d.ts +15 -0
- package/dist/slider.js +20 -0
- package/dist/slider.js.map +1 -0
- package/dist/snackbar.css +139 -0
- package/dist/snackbar.css.map +1 -0
- package/dist/snackbar.d.ts +21 -0
- package/dist/snackbar.js +28 -0
- package/dist/snackbar.js.map +1 -0
- package/dist/switch.css +139 -0
- package/dist/switch.css.map +1 -0
- package/dist/switch.d.ts +9 -0
- package/dist/switch.js +18 -0
- package/dist/switch.js.map +1 -0
- package/dist/tabs.css +108 -0
- package/dist/tabs.css.map +1 -0
- package/dist/tabs.d.ts +20 -0
- package/dist/tabs.js +24 -0
- package/dist/tabs.js.map +1 -0
- package/dist/textfield.css +160 -0
- package/dist/textfield.css.map +1 -0
- package/dist/textfield.d.ts +7 -0
- package/dist/textfield.js +37 -0
- package/dist/textfield.js.map +1 -0
- package/dist/tooltip.css +26 -0
- package/dist/tooltip.css.map +1 -0
- package/dist/tooltip.d.ts +14 -0
- package/dist/tooltip.js +16 -0
- package/dist/tooltip.js.map +1 -0
- package/package.json +167 -0
package/dist/index.css
ADDED
|
@@ -0,0 +1,2714 @@
|
|
|
1
|
+
/* vanilla-extract-css-ns:src/button.css.ts.vanilla.css?source=#H4sIAAAAAAAAA81Y227iMBB95yssnopUd0mgq8rV7st-xqpaOfEk8dbYkT2B0lX_fWWbWwK0KSCVJxRn5sztzMFw9yepXycJqjH5NyCkNk6iNJoRC4qjnMPjgBAhXa34khGpldRACwUv_pwrWWoqEWaOkRw0gvXHfxuHsljS3GgEjbuvSl4z8lAH7wpkWSEj03F8rrkQUpc0BmEkncbzzFgBlhFtNGyfqeVCNo6RObc3lM4EdUtHXcVroEWj1MibmjnYQpkFI5UUArQ_yxvrjGWkNnKdVePAUgcKctyGKYxGWvCZVMtOEFzW4HKugCqegaKK2xKotx9tHBer4no4RtOtq5Ov0MvRGwa3MJSqf8Qd--gPiL4DNc-lLntBoOX5s9Rl8EfLdeQNra2pweKSkcy8-HEIs7glGc-fS2saLWhulLG3ZPWxmmV46iCJxvJIxVY6M9N6S11lLE67aaCceSoVjc6PYwB33sgh14JbMXocvA3uNvvAWAaFsRD2YkPl4fCxtSY8c0Y1GBgjtQNkZHyApFJXYCWGN5teMM9FCxp_rcs3fgK-eeMYJTCUwhw0ui0zt3WytUePHqWjU5pQ-RVqtWKTY3vxkCPQYN2FKEzeODqXTmYKekMFrw7Ub8GR09qCcyCeekOtHLp58dzr25koMSUhHc8UiKeViB6e23Yj1metfNYgZ2B0sjlc2_hI3H7WrWlG0wajYE_qF-KMkoLYMrtptTAsOHWQG8-y5Siqc3SkpijC4qRe7_fLWUis_AwsUpkbverx6stCQYGMJN_fcQUtDjjaqJZ7nkmw2l3SI8XUVs42pYSjo6ZBFzfWu8HifsWQO5NtYYCCedxjBXNQSRci8vhTGOMORnuxzoJq07hHH70-NbbgOYzINzK-S9J-HW05TR4OVtTey69KJu0bfbMf4erEpQbbk15HPHeTOJ9q6QWoll6Oaul1UC29JqpN9qKHy0LN_TXjY_iWpq3v3clHsr7S8Q7hJu3xnFAXaV0PP9fI3UQODejr0pn2VoOIst1oqsyijx50pnjSrk9PkItuoafIRTeNM-Rir6KrkIvpNcnF_QXlovvzPele5-7PFoRdsAst9dsgAjll8McwaxCNDrfFYYS81F8f78X5Sdy8DNEWUmDFSNL5hyQ-v_0HDDh116wRAAA */
|
|
2
|
+
._1pz31tl0 {
|
|
3
|
+
position: relative;
|
|
4
|
+
display: inline-flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
justify-content: center;
|
|
7
|
+
gap: 8px;
|
|
8
|
+
height: 40px;
|
|
9
|
+
padding-inline: 24px;
|
|
10
|
+
border: none;
|
|
11
|
+
border-radius: var(--md-sys-shape-full);
|
|
12
|
+
overflow: hidden;
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
user-select: none;
|
|
15
|
+
font-family: var(--md-sys-typescale-label-large-font);
|
|
16
|
+
font-weight: var(--md-sys-typescale-label-large-weight);
|
|
17
|
+
font-size: var(--md-sys-typescale-label-large-size);
|
|
18
|
+
line-height: var(--md-sys-typescale-label-large-line-height);
|
|
19
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
20
|
+
transition-property:
|
|
21
|
+
box-shadow,
|
|
22
|
+
background-color,
|
|
23
|
+
color,
|
|
24
|
+
border-color;
|
|
25
|
+
transition-duration: var(--md-sys-motion-duration-short4);
|
|
26
|
+
transition-timing-function: var(--md-sys-motion-easing-standard);
|
|
27
|
+
}
|
|
28
|
+
._1pz31tl0::before {
|
|
29
|
+
content: "";
|
|
30
|
+
position: absolute;
|
|
31
|
+
inset: 0;
|
|
32
|
+
border-radius: inherit;
|
|
33
|
+
background: currentColor;
|
|
34
|
+
opacity: 0;
|
|
35
|
+
pointer-events: none;
|
|
36
|
+
transition: opacity var(--md-sys-motion-duration-short2) var(--md-sys-motion-easing-standard);
|
|
37
|
+
}
|
|
38
|
+
._1pz31tl0:hover::before {
|
|
39
|
+
opacity: var(--md-sys-state-hover);
|
|
40
|
+
}
|
|
41
|
+
._1pz31tl0:focus-visible::before {
|
|
42
|
+
opacity: var(--md-sys-state-focus);
|
|
43
|
+
}
|
|
44
|
+
._1pz31tl0[data-pressed]::before {
|
|
45
|
+
opacity: var(--md-sys-state-pressed);
|
|
46
|
+
}
|
|
47
|
+
._1pz31tl0:active::before {
|
|
48
|
+
opacity: var(--md-sys-state-pressed);
|
|
49
|
+
}
|
|
50
|
+
._1pz31tl0[data-disabled] {
|
|
51
|
+
pointer-events: none;
|
|
52
|
+
box-shadow: none;
|
|
53
|
+
}
|
|
54
|
+
._1pz31tl0:disabled {
|
|
55
|
+
pointer-events: none;
|
|
56
|
+
box-shadow: none;
|
|
57
|
+
}
|
|
58
|
+
._1pz31tl0[data-disabled]::before {
|
|
59
|
+
opacity: 0;
|
|
60
|
+
}
|
|
61
|
+
._1pz31tl0:disabled::before {
|
|
62
|
+
opacity: 0;
|
|
63
|
+
}
|
|
64
|
+
._1pz31tl0:focus-visible {
|
|
65
|
+
outline: 3px solid rgb(var(--md-sys-color-secondary));
|
|
66
|
+
outline-offset: 2px;
|
|
67
|
+
}
|
|
68
|
+
._1pz31tl0[data-with-start-icon] {
|
|
69
|
+
padding-left: 16px;
|
|
70
|
+
}
|
|
71
|
+
._1pz31tl0[data-with-end-icon] {
|
|
72
|
+
padding-right: 16px;
|
|
73
|
+
}
|
|
74
|
+
._1pz31tl1 {
|
|
75
|
+
background: rgb(var(--md-sys-color-primary));
|
|
76
|
+
color: rgb(var(--md-sys-color-on-primary));
|
|
77
|
+
}
|
|
78
|
+
._1pz31tl1:hover {
|
|
79
|
+
box-shadow: var(--md-sys-elevation-level1);
|
|
80
|
+
}
|
|
81
|
+
._1pz31tl1:active {
|
|
82
|
+
box-shadow: var(--md-sys-elevation-level0);
|
|
83
|
+
}
|
|
84
|
+
._1pz31tl1[data-pressed] {
|
|
85
|
+
box-shadow: var(--md-sys-elevation-level0);
|
|
86
|
+
}
|
|
87
|
+
._1pz31tl1:disabled {
|
|
88
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
89
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
90
|
+
}
|
|
91
|
+
._1pz31tl1[data-disabled] {
|
|
92
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
93
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
94
|
+
}
|
|
95
|
+
._1pz31tl2 {
|
|
96
|
+
background: rgb(var(--md-sys-color-secondary-container));
|
|
97
|
+
color: rgb(var(--md-sys-color-on-secondary-container));
|
|
98
|
+
}
|
|
99
|
+
._1pz31tl2:hover {
|
|
100
|
+
box-shadow: var(--md-sys-elevation-level1);
|
|
101
|
+
}
|
|
102
|
+
._1pz31tl2:active {
|
|
103
|
+
box-shadow: var(--md-sys-elevation-level0);
|
|
104
|
+
}
|
|
105
|
+
._1pz31tl2[data-pressed] {
|
|
106
|
+
box-shadow: var(--md-sys-elevation-level0);
|
|
107
|
+
}
|
|
108
|
+
._1pz31tl2:disabled {
|
|
109
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
110
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
111
|
+
}
|
|
112
|
+
._1pz31tl2[data-disabled] {
|
|
113
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
114
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
115
|
+
}
|
|
116
|
+
._1pz31tl3 {
|
|
117
|
+
background: transparent;
|
|
118
|
+
color: rgb(var(--md-sys-color-primary));
|
|
119
|
+
border: 1px solid rgb(var(--md-sys-color-outline));
|
|
120
|
+
}
|
|
121
|
+
._1pz31tl3:disabled {
|
|
122
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
123
|
+
border-color: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
124
|
+
}
|
|
125
|
+
._1pz31tl3[data-disabled] {
|
|
126
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
127
|
+
border-color: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
128
|
+
}
|
|
129
|
+
._1pz31tl4 {
|
|
130
|
+
background: rgb(var(--md-sys-color-surface-container-low));
|
|
131
|
+
color: rgb(var(--md-sys-color-primary));
|
|
132
|
+
box-shadow: var(--md-sys-elevation-level1);
|
|
133
|
+
}
|
|
134
|
+
._1pz31tl4:hover {
|
|
135
|
+
box-shadow: var(--md-sys-elevation-level2);
|
|
136
|
+
}
|
|
137
|
+
._1pz31tl4:active {
|
|
138
|
+
box-shadow: var(--md-sys-elevation-level1);
|
|
139
|
+
}
|
|
140
|
+
._1pz31tl4[data-pressed] {
|
|
141
|
+
box-shadow: var(--md-sys-elevation-level1);
|
|
142
|
+
}
|
|
143
|
+
._1pz31tl4:disabled {
|
|
144
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
145
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
146
|
+
}
|
|
147
|
+
._1pz31tl4[data-disabled] {
|
|
148
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
149
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
150
|
+
}
|
|
151
|
+
._1pz31tl5 {
|
|
152
|
+
background: transparent;
|
|
153
|
+
color: rgb(var(--md-sys-color-primary));
|
|
154
|
+
padding-inline: 12px;
|
|
155
|
+
}
|
|
156
|
+
._1pz31tl5:disabled {
|
|
157
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
158
|
+
}
|
|
159
|
+
._1pz31tl5[data-disabled] {
|
|
160
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
161
|
+
}
|
|
162
|
+
[data-slot=button-icon] {
|
|
163
|
+
display: inline-flex;
|
|
164
|
+
align-items: center;
|
|
165
|
+
justify-content: center;
|
|
166
|
+
}
|
|
167
|
+
[data-slot=button-icon] > svg {
|
|
168
|
+
width: 18px;
|
|
169
|
+
height: 18px;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/* vanilla-extract-css-ns:src/icon-button.css.ts.vanilla.css?source=#H4sIAAAAAAAAA81XUW_bIBB-769AfWqk0tlJ2qautJf9jKmasDnHrA54gJ1m0_77BE4cwElK12jro333fd9xxx1w8y2dzvjDQiTo1wVCFbBlpTM0mzYvjxe_L2725s9IdUvrtGZUVxmaJsZnj-m_HUzqUc7H5jHlPKCcB5ipR3l7NzK_nXLmUT6ElLMxZZ-cE8mae5TpLOScjznnQTJH2bq13o1QTDPBMyShJpp1YECUqaYmmwwxXjMOuKzBkpGaLTlmGlYqQwVwDdL8_t4qzcoNLgTXwLVrMkisKsn4c4YS8ycXkoLMEBfcauWkeF5K0XKaIS0JVw2RwPXeFUtCWasy1BF5hfGKYrVRWFWkAVy2dT0xrqIDWdZinaGKUQrc_CtaqYTMUCPYLpxWgcQKaij0PoJC1MZNLvMrT8L-x4Jj1cqSFIA7IhnhemIVbaw2d7iRogGpNxnKhVktoWJ97SysZ7ruhQIsbSXpC-Bpr4RnxaoSUs9DYc1WjC9x2fLiOAcQZZyUJpwSSSf-LsiyHEohwe6GoYCXl4_e5iC5EnWrbboYV6C9Yg4VYrwCyXRY1qKVpqRfdssXDSmYSVfSq9jyYOiAa7Uvy36d2Q4RkaPp5G-SUJn946ViiNHfdZpowNY7pChF0SrcMcXyGqKpLCqg-kqJJriRoBTQp2iqLSCMixSmq9_J0odEmSJ5DfRpOzoO1c3T3gEi_QOVwzEnRzTivL0q9a6tNjMuQ7PmBSlRM3psEigohNk9m34AbIFYlKVtiHBo321b6u3DxSXxcxjLNkGfUHIzWwRkh8r4Psp7y-E2-xGiRrLVkLpXNR1vV8xPRoRqGH46jdM_veZDafxfwSxi1Yfda49pwjjIyGIcQbpBfIzCLD5SYR569e1tJ31tuGynSWxJTg6Nh3cPjeFkfxvWJs4N5EwD50zhPHv3-EUwr-vxldyxrsaXa8fKT2LFSWzjWm9D7A8PG8YsPWz4LFCu9T5k1q71LnzFtK519IjpXGs6SuXaMych94tnHr1mNp55EaJ_Ruyiw-dHmkQPy21_DQMPV2xZgdIx_XlEPP0n4q8Oh3QaGwfjHUgFQ09FqO8gTiceaF_vmeeFdq5zJFbvvAfGKdU_IiH-4BgRAAA */
|
|
173
|
+
._123n98o0 {
|
|
174
|
+
height: 32px;
|
|
175
|
+
}
|
|
176
|
+
._123n98o0 > svg {
|
|
177
|
+
width: 20px;
|
|
178
|
+
height: 20px;
|
|
179
|
+
}
|
|
180
|
+
._123n98o1 {
|
|
181
|
+
height: 40px;
|
|
182
|
+
}
|
|
183
|
+
._123n98o1 > svg {
|
|
184
|
+
width: 24px;
|
|
185
|
+
height: 24px;
|
|
186
|
+
}
|
|
187
|
+
._123n98o2 {
|
|
188
|
+
height: 56px;
|
|
189
|
+
}
|
|
190
|
+
._123n98o2 > svg {
|
|
191
|
+
width: 24px;
|
|
192
|
+
height: 24px;
|
|
193
|
+
}
|
|
194
|
+
._123n98o3 {
|
|
195
|
+
height: 96px;
|
|
196
|
+
}
|
|
197
|
+
._123n98o3 > svg {
|
|
198
|
+
width: 32px;
|
|
199
|
+
height: 32px;
|
|
200
|
+
}
|
|
201
|
+
._123n98o4 {
|
|
202
|
+
height: 136px;
|
|
203
|
+
}
|
|
204
|
+
._123n98o4 > svg {
|
|
205
|
+
width: 40px;
|
|
206
|
+
height: 40px;
|
|
207
|
+
}
|
|
208
|
+
._123n98o5 {
|
|
209
|
+
position: relative;
|
|
210
|
+
display: inline-flex;
|
|
211
|
+
align-items: center;
|
|
212
|
+
justify-content: center;
|
|
213
|
+
flex-shrink: 0;
|
|
214
|
+
border: none;
|
|
215
|
+
background: transparent;
|
|
216
|
+
border-radius: var(--md-sys-shape-full);
|
|
217
|
+
overflow: hidden;
|
|
218
|
+
cursor: pointer;
|
|
219
|
+
user-select: none;
|
|
220
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
221
|
+
transition-property:
|
|
222
|
+
box-shadow,
|
|
223
|
+
background-color,
|
|
224
|
+
color;
|
|
225
|
+
transition-duration: var(--md-sys-motion-duration-short4);
|
|
226
|
+
transition-timing-function: var(--md-sys-motion-easing-standard);
|
|
227
|
+
}
|
|
228
|
+
._123n98o5::before {
|
|
229
|
+
content: "";
|
|
230
|
+
position: absolute;
|
|
231
|
+
inset: 0;
|
|
232
|
+
border-radius: inherit;
|
|
233
|
+
background: currentColor;
|
|
234
|
+
opacity: 0;
|
|
235
|
+
pointer-events: none;
|
|
236
|
+
transition: opacity var(--md-sys-motion-duration-short2) var(--md-sys-motion-easing-standard);
|
|
237
|
+
}
|
|
238
|
+
._123n98o5:hover::before {
|
|
239
|
+
opacity: var(--md-sys-state-hover);
|
|
240
|
+
}
|
|
241
|
+
._123n98o5:focus-visible::before {
|
|
242
|
+
opacity: var(--md-sys-state-focus);
|
|
243
|
+
}
|
|
244
|
+
._123n98o5[data-pressed]::before {
|
|
245
|
+
opacity: var(--md-sys-state-pressed);
|
|
246
|
+
}
|
|
247
|
+
._123n98o5:active::before {
|
|
248
|
+
opacity: var(--md-sys-state-pressed);
|
|
249
|
+
}
|
|
250
|
+
._123n98o5[data-disabled] {
|
|
251
|
+
pointer-events: none;
|
|
252
|
+
}
|
|
253
|
+
._123n98o5:disabled {
|
|
254
|
+
pointer-events: none;
|
|
255
|
+
}
|
|
256
|
+
._123n98o5[data-disabled]::before {
|
|
257
|
+
opacity: 0;
|
|
258
|
+
}
|
|
259
|
+
._123n98o5:disabled::before {
|
|
260
|
+
opacity: 0;
|
|
261
|
+
}
|
|
262
|
+
._123n98o5:focus-visible {
|
|
263
|
+
outline: 3px solid rgb(var(--md-sys-color-secondary));
|
|
264
|
+
outline-offset: 2px;
|
|
265
|
+
}
|
|
266
|
+
._123n98o6 {
|
|
267
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
268
|
+
}
|
|
269
|
+
._123n98o6:disabled {
|
|
270
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
271
|
+
}
|
|
272
|
+
._123n98o6[data-disabled] {
|
|
273
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
274
|
+
}
|
|
275
|
+
._123n98o7 {
|
|
276
|
+
background: rgb(var(--md-sys-color-primary));
|
|
277
|
+
color: rgb(var(--md-sys-color-on-primary));
|
|
278
|
+
}
|
|
279
|
+
._123n98o7:disabled {
|
|
280
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
281
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
282
|
+
}
|
|
283
|
+
._123n98o7[data-disabled] {
|
|
284
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
285
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
286
|
+
}
|
|
287
|
+
._123n98o8 {
|
|
288
|
+
background: rgb(var(--md-sys-color-secondary-container));
|
|
289
|
+
color: rgb(var(--md-sys-color-on-secondary-container));
|
|
290
|
+
}
|
|
291
|
+
._123n98o8:disabled {
|
|
292
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
293
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
294
|
+
}
|
|
295
|
+
._123n98o8[data-disabled] {
|
|
296
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
297
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
298
|
+
}
|
|
299
|
+
._123n98o9 {
|
|
300
|
+
border: 1px solid rgb(var(--md-sys-color-outline));
|
|
301
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
302
|
+
}
|
|
303
|
+
._123n98o9:disabled {
|
|
304
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
305
|
+
border-color: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
306
|
+
}
|
|
307
|
+
._123n98o9[data-disabled] {
|
|
308
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
309
|
+
border-color: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
310
|
+
}
|
|
311
|
+
._123n98ok {
|
|
312
|
+
width: 28px;
|
|
313
|
+
}
|
|
314
|
+
._123n98ol {
|
|
315
|
+
width: 32px;
|
|
316
|
+
}
|
|
317
|
+
._123n98om {
|
|
318
|
+
width: 40px;
|
|
319
|
+
}
|
|
320
|
+
._123n98on {
|
|
321
|
+
width: 32px;
|
|
322
|
+
}
|
|
323
|
+
._123n98oo {
|
|
324
|
+
width: 40px;
|
|
325
|
+
}
|
|
326
|
+
._123n98op {
|
|
327
|
+
width: 52px;
|
|
328
|
+
}
|
|
329
|
+
._123n98oq {
|
|
330
|
+
width: 48px;
|
|
331
|
+
}
|
|
332
|
+
._123n98or {
|
|
333
|
+
width: 56px;
|
|
334
|
+
}
|
|
335
|
+
._123n98os {
|
|
336
|
+
width: 72px;
|
|
337
|
+
}
|
|
338
|
+
._123n98ot {
|
|
339
|
+
width: 64px;
|
|
340
|
+
}
|
|
341
|
+
._123n98ou {
|
|
342
|
+
width: 96px;
|
|
343
|
+
}
|
|
344
|
+
._123n98ov {
|
|
345
|
+
width: 128px;
|
|
346
|
+
}
|
|
347
|
+
._123n98ow {
|
|
348
|
+
width: 104px;
|
|
349
|
+
}
|
|
350
|
+
._123n98ox {
|
|
351
|
+
width: 136px;
|
|
352
|
+
}
|
|
353
|
+
._123n98oy {
|
|
354
|
+
width: 184px;
|
|
355
|
+
}
|
|
356
|
+
._123n98oz {
|
|
357
|
+
color: rgb(var(--md-sys-color-primary));
|
|
358
|
+
}
|
|
359
|
+
._123n98o10 {
|
|
360
|
+
background: rgb(var(--md-sys-color-surface-container-highest));
|
|
361
|
+
color: rgb(var(--md-sys-color-primary));
|
|
362
|
+
}
|
|
363
|
+
._123n98o11 {
|
|
364
|
+
background: rgb(var(--md-sys-color-surface-container-highest));
|
|
365
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
366
|
+
}
|
|
367
|
+
._123n98o12 {
|
|
368
|
+
background: rgb(var(--md-sys-color-inverse-surface));
|
|
369
|
+
color: rgb(var(--md-sys-color-inverse-on-surface));
|
|
370
|
+
border-color: transparent;
|
|
371
|
+
}
|
|
372
|
+
._123n98o12:disabled {
|
|
373
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
374
|
+
border-color: transparent;
|
|
375
|
+
}
|
|
376
|
+
._123n98o12[data-disabled] {
|
|
377
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
378
|
+
border-color: transparent;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
/* vanilla-extract-css-ns:src/switch.css.ts.vanilla.css?source=#H4sIAAAAAAAAA61XUW-bMBB-z6-wKlVKpLkjpO0iV9rLfsU07cHAAbc6NrINbTbtv08Yk-AooZDlKbHx3fnu--47eEjW-CXfRuTPgpBKGbSoJCMaBLfYwMuCkAxNJfieEZQCJdBcwHu73_5SU2qUr4xE7c4bZrZk5Cmu3IESsCgtIxu_TtQ7NfgbZcFIonQGmibKP3ErzTOsDSMN10tKdxk1e0NNySugeS3E6niUkbh6J0YJzIgukmVgkSqhNFW1ba-76qx4-lpoVcuMXTpvap3zFGiqpOUoQdMSixKM7TyktTZKM1IplBZ0u2U1l33BjgE6dySOop0JM9mp9iwFblAW1FguM66z1ac-_bmGL4u_iweP34-MW07TEtJXyH46NCfkXGnccb1fDSrbPZlicRo8Q8MT0Uf3daLQgLSGEakkjNgwqewyTGI1NYvLyJHPJHpYx9PTU7L3NrC9eOnrin42xun9HLcqrkHa4QVYrtLa0AYNJgJcRM9zRjYfdYSBVLXM8Xh7Q6ry3IB1HTUItT5RBJ4YJWrrFMGqipGn6L79LyC3jDx3He4FYP0cCkC_PihJLyFcYCEpWtgZRlLoG-tXbSzmewcoSDt8NEMpXAlzpXe-moJb-L6kT9H9VEkIJGQycdzp8_QPNYMLcV23rzvivaEtKaZKeiLWMqBih8xjgEz8GCLTrY-OGUsgV7pj1qH8d3cvF7nQRfFkGBLDR3yMwoj9-gRIbzQEJa11S_9vbX0dXyueot37WXMOXQfuJ3KAeFhsb03Wt5DXoEe6CsTxhEJP1YdAl68QZFaqBnR4zVnKRBuukUt74jZUn1u7D4t8ZQ6-HsdhMBrj_xKaF4un7RvVWe5EIXe2J9zZBk0ajXia4uiGWB1H_vVc6IbgZjtj0M4NNlDmiz0SKN9BasL5YrkF6symtMVkj858NYbwZFeVBmMg0K7YGR1Gbz-I5o_eDwfgrHYg568XfGMMcvhKTFO4o6PvGAeLzYjb2yc_-u3wUQU25wAaJDI19X9zSZEDyw0AAA */
|
|
382
|
+
.b1i7f80 {
|
|
383
|
+
position: relative;
|
|
384
|
+
display: inline-flex;
|
|
385
|
+
flex-shrink: 0;
|
|
386
|
+
width: 52px;
|
|
387
|
+
height: 32px;
|
|
388
|
+
box-sizing: border-box;
|
|
389
|
+
border-radius: var(--md-sys-shape-full);
|
|
390
|
+
border: 2px solid rgb(var(--md-sys-color-outline));
|
|
391
|
+
background: rgb(var(--md-sys-color-surface-container-highest));
|
|
392
|
+
cursor: pointer;
|
|
393
|
+
transition: background-color 200ms var(--md-sys-motion-easing-standard), border-color 200ms var(--md-sys-motion-easing-standard);
|
|
394
|
+
}
|
|
395
|
+
.b1i7f80[data-checked] {
|
|
396
|
+
background: rgb(var(--md-sys-color-primary));
|
|
397
|
+
border-color: rgb(var(--md-sys-color-primary));
|
|
398
|
+
}
|
|
399
|
+
.b1i7f80[data-disabled] {
|
|
400
|
+
pointer-events: none;
|
|
401
|
+
}
|
|
402
|
+
.b1i7f80[data-disabled]:not([data-checked]) {
|
|
403
|
+
background: rgb(var(--md-sys-color-surface-container-highest) / 0.12);
|
|
404
|
+
border-color: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
405
|
+
}
|
|
406
|
+
.b1i7f80[data-disabled][data-checked] {
|
|
407
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
408
|
+
border-color: transparent;
|
|
409
|
+
}
|
|
410
|
+
.b1i7f80:focus-visible {
|
|
411
|
+
outline: 3px solid rgb(var(--md-sys-color-secondary));
|
|
412
|
+
outline-offset: 2px;
|
|
413
|
+
}
|
|
414
|
+
.b1i7f81 {
|
|
415
|
+
position: absolute;
|
|
416
|
+
top: 50%;
|
|
417
|
+
left: 6px;
|
|
418
|
+
width: 16px;
|
|
419
|
+
height: 16px;
|
|
420
|
+
display: flex;
|
|
421
|
+
align-items: center;
|
|
422
|
+
justify-content: center;
|
|
423
|
+
border-radius: var(--md-sys-shape-full);
|
|
424
|
+
transform: translateY(-50%);
|
|
425
|
+
background: rgb(var(--md-sys-color-outline));
|
|
426
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
427
|
+
pointer-events: none;
|
|
428
|
+
transition: all 200ms var(--md-sys-motion-easing-standard);
|
|
429
|
+
}
|
|
430
|
+
.b1i7f81[data-with-icon][data-unchecked] {
|
|
431
|
+
left: 4px;
|
|
432
|
+
width: 24px;
|
|
433
|
+
height: 24px;
|
|
434
|
+
}
|
|
435
|
+
.b1i7f81::before {
|
|
436
|
+
content: "";
|
|
437
|
+
position: absolute;
|
|
438
|
+
left: 50%;
|
|
439
|
+
top: 50%;
|
|
440
|
+
width: 40px;
|
|
441
|
+
height: 40px;
|
|
442
|
+
border-radius: 50%;
|
|
443
|
+
background: currentColor;
|
|
444
|
+
opacity: 0;
|
|
445
|
+
transform: translate(-50%, -50%);
|
|
446
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
447
|
+
}
|
|
448
|
+
.b1i7f80[data-checked] .b1i7f81 {
|
|
449
|
+
left: 22px;
|
|
450
|
+
width: 24px;
|
|
451
|
+
height: 24px;
|
|
452
|
+
background: rgb(var(--md-sys-color-on-primary));
|
|
453
|
+
color: rgb(var(--md-sys-color-primary));
|
|
454
|
+
}
|
|
455
|
+
.b1i7f80:hover .b1i7f81 {
|
|
456
|
+
background: rgb(var(--md-sys-color-on-surface-variant));
|
|
457
|
+
}
|
|
458
|
+
.b1i7f80:focus-visible .b1i7f81 {
|
|
459
|
+
background: rgb(var(--md-sys-color-on-surface-variant));
|
|
460
|
+
}
|
|
461
|
+
.b1i7f80[data-checked]:hover .b1i7f81 {
|
|
462
|
+
background: rgb(var(--md-sys-color-primary-container));
|
|
463
|
+
}
|
|
464
|
+
.b1i7f80[data-checked]:focus-visible .b1i7f81 {
|
|
465
|
+
background: rgb(var(--md-sys-color-primary-container));
|
|
466
|
+
}
|
|
467
|
+
.b1i7f80[data-checked]:active .b1i7f81 {
|
|
468
|
+
left: 20px;
|
|
469
|
+
width: 28px;
|
|
470
|
+
height: 28px;
|
|
471
|
+
}
|
|
472
|
+
.b1i7f80:active .b1i7f81 {
|
|
473
|
+
left: 0px;
|
|
474
|
+
width: 28px;
|
|
475
|
+
height: 28px;
|
|
476
|
+
background: rgb(var(--md-sys-color-on-surface-variant));
|
|
477
|
+
}
|
|
478
|
+
.b1i7f80[data-disabled] .b1i7f81 {
|
|
479
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
480
|
+
}
|
|
481
|
+
.b1i7f80[data-disabled][data-checked] .b1i7f81 {
|
|
482
|
+
background: rgb(var(--md-sys-color-surface));
|
|
483
|
+
}
|
|
484
|
+
.b1i7f80:hover .b1i7f81::before {
|
|
485
|
+
opacity: var(--md-sys-state-hover);
|
|
486
|
+
}
|
|
487
|
+
.b1i7f80:focus-visible .b1i7f81::before {
|
|
488
|
+
opacity: var(--md-sys-state-focus);
|
|
489
|
+
}
|
|
490
|
+
.b1i7f80:active .b1i7f81::before {
|
|
491
|
+
opacity: var(--md-sys-state-pressed);
|
|
492
|
+
}
|
|
493
|
+
.b1i7f82 {
|
|
494
|
+
display: none;
|
|
495
|
+
align-items: center;
|
|
496
|
+
justify-content: center;
|
|
497
|
+
color: rgb(var(--md-sys-color-on-primary-container));
|
|
498
|
+
}
|
|
499
|
+
.b1i7f80[data-checked] .b1i7f82 {
|
|
500
|
+
display: inline-flex;
|
|
501
|
+
}
|
|
502
|
+
.b1i7f82 > svg {
|
|
503
|
+
width: 16px;
|
|
504
|
+
height: 16px;
|
|
505
|
+
}
|
|
506
|
+
.b1i7f83 {
|
|
507
|
+
display: inline-flex;
|
|
508
|
+
align-items: center;
|
|
509
|
+
justify-content: center;
|
|
510
|
+
color: rgb(var(--md-sys-color-surface-container-highest));
|
|
511
|
+
}
|
|
512
|
+
.b1i7f80[data-checked] .b1i7f83 {
|
|
513
|
+
display: none;
|
|
514
|
+
}
|
|
515
|
+
.b1i7f83 > svg {
|
|
516
|
+
width: 16px;
|
|
517
|
+
height: 16px;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
/* vanilla-extract-css-ns:src/checkbox.css.ts.vanilla.css?source=#H4sIAAAAAAAAA71W3WrbMBS-z1OIQiGBqrPbZRTlco8xwpCt41itLJkjOWs29u7DipJarmO7GfQmRPI53_k_n-5_puU3MHqdkD8LQmpjpZNGM4KguJN72CwIEdLWih8YkVpJDbRQ8NrecyV3mkoHlWUkB-0A2-vnxjpZHGhutAPtup9aTWpLlPqFkaS9ycwrtfK31DtGMoMCkGbGo_-SwpWMpE-1P5Ygd6V7Owdh5EI2lpGH7q0_EmuUFAR32XLPcUlpJag9WJobZZAaTW2DBc-B7jlKrt1q5QF4_rJD02jBiEOubc0RtGs_eUU2DXgEyhu0rXht5Cl6jxfy-2bnqE_SdVJZEgFXppWlwK3UO2od14KjWN2dYv-o4mbxd3F_LvgPwR2neQn5C4jtHel_kVqAA6yk5g62vj26ybmQhhplxfEQktnxc57GbNH3kQhpeaZAbEMn-7RT2IN2lhFtNIxqMW3cMs7JqnMXZ2N1TMec8Dp9Qb6Q5P7xadz7qbL0BK-r0qBT_YCi9h_LHMugMAjeuKl5Lt3BT3dXh_G8XSde5j-KfMpLgJvq2vlW4_F9bxgQDW7nl93Lz-nps-Alm1MN0ZW6rhs6vn5ybBfLOBT6LOFr6z_oKitM3li6l1ZmKvR341oOZORximEs5Kbdu2GzBUVqisKCC4QVGeuO0Zk7b242ES_zzBrVOM_LCgrHyDq59eRi6vP_QJ1fk5g6T-cedQalbqPkDbZj_70NZNOb6sBjhcEq7AjFHSzpOrm9I-3vqs91QZukyXVMxUqzBxxeMxGaddwB9dKjlZwN5bX6UMeemo1RI1gLvZjST3lunZ5QybHC5ydUOA9z5IxNGVH2hY2fXtxb6cVddYZKR1ZwL4eTzo4sobcnw4dAh4liMCzGeOEA58_0uWTx6D4MTm7cbSWvgRaNUu8esvE4d3x-8I6NvrSnIiQ9sKgd_gGm1pIiXwwAAA */
|
|
521
|
+
._1h6eon50 {
|
|
522
|
+
position: relative;
|
|
523
|
+
display: inline-flex;
|
|
524
|
+
align-items: center;
|
|
525
|
+
justify-content: center;
|
|
526
|
+
flex-shrink: 0;
|
|
527
|
+
box-sizing: border-box;
|
|
528
|
+
width: 18px;
|
|
529
|
+
height: 18px;
|
|
530
|
+
border-radius: 2px;
|
|
531
|
+
border: 2px solid rgb(var(--md-sys-color-on-surface-variant));
|
|
532
|
+
background: transparent;
|
|
533
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
534
|
+
cursor: pointer;
|
|
535
|
+
transition: background-color 150ms var(--md-sys-motion-easing-standard), border-color 150ms var(--md-sys-motion-easing-standard);
|
|
536
|
+
}
|
|
537
|
+
._1h6eon50[data-checked],
|
|
538
|
+
._1h6eon50[data-indeterminate] {
|
|
539
|
+
background: rgb(var(--md-sys-color-primary));
|
|
540
|
+
border-color: rgb(var(--md-sys-color-primary));
|
|
541
|
+
color: rgb(var(--md-sys-color-primary));
|
|
542
|
+
}
|
|
543
|
+
._1h6eon50[data-disabled] {
|
|
544
|
+
pointer-events: none;
|
|
545
|
+
}
|
|
546
|
+
._1h6eon50[data-disabled]:not([data-checked]):not([data-indeterminate]) {
|
|
547
|
+
border-color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
548
|
+
}
|
|
549
|
+
._1h6eon50[data-disabled][data-checked],
|
|
550
|
+
._1h6eon50[data-disabled][data-indeterminate] {
|
|
551
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
552
|
+
border-color: transparent;
|
|
553
|
+
}
|
|
554
|
+
._1h6eon50[data-disabled]::before {
|
|
555
|
+
opacity: 0;
|
|
556
|
+
}
|
|
557
|
+
._1h6eon50:active {
|
|
558
|
+
color: rgb(var(--md-sys-color-primary));
|
|
559
|
+
}
|
|
560
|
+
._1h6eon50[data-checked]:active,
|
|
561
|
+
._1h6eon50[data-indeterminate]:active {
|
|
562
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
563
|
+
}
|
|
564
|
+
._1h6eon50[data-error] {
|
|
565
|
+
border-color: rgb(var(--md-sys-color-error));
|
|
566
|
+
color: rgb(var(--md-sys-color-error));
|
|
567
|
+
}
|
|
568
|
+
._1h6eon50[data-error][data-checked],
|
|
569
|
+
._1h6eon50[data-error][data-indeterminate] {
|
|
570
|
+
background: rgb(var(--md-sys-color-error));
|
|
571
|
+
border-color: rgb(var(--md-sys-color-error));
|
|
572
|
+
color: rgb(var(--md-sys-color-error));
|
|
573
|
+
}
|
|
574
|
+
._1h6eon50[data-error]:active,
|
|
575
|
+
._1h6eon50[data-error][data-checked]:active,
|
|
576
|
+
._1h6eon50[data-error][data-indeterminate]:active {
|
|
577
|
+
color: rgb(var(--md-sys-color-error));
|
|
578
|
+
}
|
|
579
|
+
._1h6eon50:focus-visible {
|
|
580
|
+
outline: 3px solid rgb(var(--md-sys-color-secondary));
|
|
581
|
+
outline-offset: 2px;
|
|
582
|
+
}
|
|
583
|
+
._1h6eon50::before {
|
|
584
|
+
content: "";
|
|
585
|
+
position: absolute;
|
|
586
|
+
left: 50%;
|
|
587
|
+
top: 50%;
|
|
588
|
+
width: 40px;
|
|
589
|
+
height: 40px;
|
|
590
|
+
border-radius: 50%;
|
|
591
|
+
background: currentColor;
|
|
592
|
+
opacity: 0;
|
|
593
|
+
transform: translate(-50%, -50%);
|
|
594
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
595
|
+
}
|
|
596
|
+
._1h6eon50:hover::before {
|
|
597
|
+
opacity: var(--md-sys-state-hover);
|
|
598
|
+
}
|
|
599
|
+
._1h6eon50:focus-visible::before {
|
|
600
|
+
opacity: var(--md-sys-state-focus);
|
|
601
|
+
}
|
|
602
|
+
._1h6eon50:active::before {
|
|
603
|
+
opacity: var(--md-sys-state-pressed);
|
|
604
|
+
}
|
|
605
|
+
._1h6eon51 {
|
|
606
|
+
position: relative;
|
|
607
|
+
display: inline-flex;
|
|
608
|
+
align-items: center;
|
|
609
|
+
justify-content: center;
|
|
610
|
+
width: 100%;
|
|
611
|
+
height: 100%;
|
|
612
|
+
pointer-events: none;
|
|
613
|
+
color: rgb(var(--md-sys-color-on-primary));
|
|
614
|
+
opacity: 0;
|
|
615
|
+
}
|
|
616
|
+
._1h6eon51[data-checked],
|
|
617
|
+
._1h6eon51[data-indeterminate] {
|
|
618
|
+
opacity: 1;
|
|
619
|
+
}
|
|
620
|
+
._1h6eon50[data-error] ._1h6eon51 {
|
|
621
|
+
color: rgb(var(--md-sys-color-on-error));
|
|
622
|
+
}
|
|
623
|
+
._1h6eon50[data-disabled] ._1h6eon51 {
|
|
624
|
+
color: rgb(var(--md-sys-color-surface));
|
|
625
|
+
}
|
|
626
|
+
._1h6eon51[data-indeterminate]::after {
|
|
627
|
+
content: "";
|
|
628
|
+
position: absolute;
|
|
629
|
+
width: 10px;
|
|
630
|
+
height: 2px;
|
|
631
|
+
border-radius: var(--md-sys-shape-full);
|
|
632
|
+
background: currentColor;
|
|
633
|
+
}
|
|
634
|
+
._1h6eon52 {
|
|
635
|
+
width: 18px;
|
|
636
|
+
height: 18px;
|
|
637
|
+
}
|
|
638
|
+
._1h6eon51[data-indeterminate] ._1h6eon52 {
|
|
639
|
+
opacity: 0;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
/* vanilla-extract-css-ns:src/radio.css.ts.vanilla.css?source=#H4sIAAAAAAAAA51W227bMAx9z1cQBQo0QNU5vQCF8rjPGIZBlmhbjSwZlJw1G_bvgxQltVOndfoSRBIPKfJQh7779bCr2pfnAv4uADrnddDOciA0IugtrhcASvvOiB0HbY22yCqDr3FfGF1bpgO2noNEG5Di9kvvg652TDob0IbhUUQy35C2Gw5F3CndK_P6j7Y1h9KRQmKlS95_axUaDvdFl5YN6roJb-tsTELp3nPYCrphrFXM7zzzjeiQVb0xyzdTDvfdK3hntAKqy5sRQjrjiDnLfE-VkMi2grSwYbl3IOSmJtdbxSGQsL4ThDbEowTknzvcO5I9-WjeOX0oSfKXi55zSlhYPRWtH-fVumjHUHhta-aDsEqQWt7CpYj14t_i7sD8DyWCYLJBuUH1M_XB8CJnk-tIt4J2ObO5pu8CK-1FaQ6Rc2UYbtEGz8E6i-u5NxqUG75Bcffw_GFAzkusHGEK7DohddilthxAuJDxGSSTr-d4KO58b-POeecQiRxdwFWyn8PU0fBMyJzBLUyefjXbqai8crL3bKu9Lk3mqA9RgDg8fPaSPUoXWz13ZwYyV1UeQ1KCcaxhJxx16-pqPdJEUXpn-pD60WAVODwV1-kNu-74P8vW44lsPU7LVgYNBUb2FMXle8xjfdKYWS4qR21WIiMC3rCn4voW4u_yVFIyGlbFl7SBN26LNP1QxpIbRECWrD-icbanhFpOPcXZLjpC73Gc0CqhjgOtNE5uBqwVQ8qKS8fMgMQ5knlO6iYIz2SmW140GPa5XAQ5dkzEjGo3MShy3VYn3X5YH1NZndewMTUzinheot5GycVOPxkd9-O-OfkQSp81ShPKPU_Smb618aQWHYfHpDb_AfnhQQlqCQAA */
|
|
643
|
+
._3yfmj80 {
|
|
644
|
+
position: relative;
|
|
645
|
+
display: inline-flex;
|
|
646
|
+
align-items: center;
|
|
647
|
+
justify-content: center;
|
|
648
|
+
flex-shrink: 0;
|
|
649
|
+
box-sizing: border-box;
|
|
650
|
+
width: 20px;
|
|
651
|
+
height: 20px;
|
|
652
|
+
border-radius: var(--md-sys-shape-full);
|
|
653
|
+
border: 2px solid rgb(var(--md-sys-color-on-surface-variant));
|
|
654
|
+
background: transparent;
|
|
655
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
656
|
+
cursor: pointer;
|
|
657
|
+
transition: border-color 150ms var(--md-sys-motion-easing-standard), color 150ms var(--md-sys-motion-easing-standard);
|
|
658
|
+
}
|
|
659
|
+
._3yfmj80[data-checked] {
|
|
660
|
+
border-color: rgb(var(--md-sys-color-primary));
|
|
661
|
+
color: rgb(var(--md-sys-color-primary));
|
|
662
|
+
}
|
|
663
|
+
._3yfmj80[data-disabled] {
|
|
664
|
+
pointer-events: none;
|
|
665
|
+
border-color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
666
|
+
}
|
|
667
|
+
._3yfmj80[data-disabled]::before {
|
|
668
|
+
opacity: 0;
|
|
669
|
+
}
|
|
670
|
+
._3yfmj80:active {
|
|
671
|
+
color: rgb(var(--md-sys-color-primary));
|
|
672
|
+
}
|
|
673
|
+
._3yfmj80[data-checked]:active {
|
|
674
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
675
|
+
}
|
|
676
|
+
._3yfmj80[data-error] {
|
|
677
|
+
border-color: rgb(var(--md-sys-color-error));
|
|
678
|
+
color: rgb(var(--md-sys-color-error));
|
|
679
|
+
}
|
|
680
|
+
._3yfmj80[data-error]:active,
|
|
681
|
+
._3yfmj80[data-error][data-checked]:active {
|
|
682
|
+
color: rgb(var(--md-sys-color-error));
|
|
683
|
+
}
|
|
684
|
+
._3yfmj80:focus-visible {
|
|
685
|
+
outline: 3px solid rgb(var(--md-sys-color-secondary));
|
|
686
|
+
outline-offset: 2px;
|
|
687
|
+
}
|
|
688
|
+
._3yfmj80::before {
|
|
689
|
+
content: "";
|
|
690
|
+
position: absolute;
|
|
691
|
+
left: 50%;
|
|
692
|
+
top: 50%;
|
|
693
|
+
width: 40px;
|
|
694
|
+
height: 40px;
|
|
695
|
+
border-radius: 50%;
|
|
696
|
+
background: currentColor;
|
|
697
|
+
opacity: 0;
|
|
698
|
+
transform: translate(-50%, -50%);
|
|
699
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
700
|
+
}
|
|
701
|
+
._3yfmj80:hover::before {
|
|
702
|
+
opacity: var(--md-sys-state-hover);
|
|
703
|
+
}
|
|
704
|
+
._3yfmj80:focus-visible::before {
|
|
705
|
+
opacity: var(--md-sys-state-focus);
|
|
706
|
+
}
|
|
707
|
+
._3yfmj80:active::before {
|
|
708
|
+
opacity: var(--md-sys-state-pressed);
|
|
709
|
+
}
|
|
710
|
+
._3yfmj81 {
|
|
711
|
+
display: block;
|
|
712
|
+
width: 0;
|
|
713
|
+
height: 0;
|
|
714
|
+
border-radius: var(--md-sys-shape-full);
|
|
715
|
+
background: rgb(var(--md-sys-color-primary));
|
|
716
|
+
pointer-events: none;
|
|
717
|
+
opacity: 0;
|
|
718
|
+
transition:
|
|
719
|
+
width 150ms var(--md-sys-motion-easing-standard),
|
|
720
|
+
height 150ms var(--md-sys-motion-easing-standard),
|
|
721
|
+
opacity 150ms;
|
|
722
|
+
}
|
|
723
|
+
._3yfmj81[data-checked] {
|
|
724
|
+
width: 10px;
|
|
725
|
+
height: 10px;
|
|
726
|
+
opacity: 1;
|
|
727
|
+
}
|
|
728
|
+
._3yfmj80[data-error] ._3yfmj81 {
|
|
729
|
+
background: rgb(var(--md-sys-color-error));
|
|
730
|
+
}
|
|
731
|
+
._3yfmj80[data-disabled] ._3yfmj81 {
|
|
732
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
733
|
+
}
|
|
734
|
+
._3yfmj82 {
|
|
735
|
+
display: inline-flex;
|
|
736
|
+
flex-direction: column;
|
|
737
|
+
gap: 4px;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
/* vanilla-extract-css-ns:src/chip.css.ts.vanilla.css?source=#H4sIAAAAAAAAA71X247TMBB971dYSEhEwiXpXqi8Ei98BkLIiSfJsK4dbKe7Be2_IztuN862NEULj3XnHM_MmRlPlt8K-wPrIs_JrwUhAm0n-Y4RVBIV0FrC492CEC6xURQdbCwjFSgHxh9_763DekcrrRwoN_7LI6ltDap7RnJ_0gI2rWOkWHeB8wGFa-N_G24aVFRC7Rih0UB3vEK3iyZ6C6aW-oGRFoUA5c86jf4-CltQzjKitAJ_7gxXFh1qxYZrSHGTbyzZcvOO0o2gdmfpRnsDCtyiaqh1XAluRPY-OnMRJLp6AeZu8bRY7pNfhOR3eu-zAckdbkMsrydJwztGYm5L_Ugt_kTVMFJqI8DQUj-OZbpaDZYdF8J7PlzPSHG7ZwgowwX29sB7TKXegqEWJFTuWaIBzkjRPRKrJQpimvJdkrlKS22o7p2_OMsCilf3jdG9EmwQueMGlAsFp5WjNd-g3LFUAbfrwFZcApW8BEklNw1Qb58dgA8x6hnAwfQZavEnzAJ6wwALOrbzbxzZD3hwvuqtLzov4AwKZ3h1j6rJpu3xnNEh3xeVfayBS4Fp7TNWQq0NhB44lO2bN3dJS_DSatm7UDuoLLg4FsYVUfXGV8Nn787LATJnWBz6OP_LWFrfAElEBycSNuu4AxqspxS1rnpLt2ixlDCbKqCmVLzyU2Q2R2fAWngRU-LQQDL0JCNX57rXQqV9onZD_0Yg1XUdJAwzZnzZF8EdpwItLyWIr-_JyI_9aRyWx9UM17KTw0RR25uaV5CRDyRfXq2z0Sy7DFussj_6vk_70RiOa5InhKvYETOdCpFUvbHePKYn4bu6iI9uuUGu3Hne61fgFVDzXrrxg2OG-bielMjNP4riZpAv9sDXcMt4uJwr8PDiclRg4l1nPTyFTKsxeeZO-3u6cSaGaRvNiPBc3d_OTlWU5BAulfrhbMhxV2m58FtFQgsStjxMZQlbkMXEr2EYD97NpJiGFifoRRxTN04rczvRYnTBMM6eFpOiXKbrelyh9xt1skXnyQtYJD59_OfLfvRsdd0lS-X-d7rvF6ujK2X6QrW8A1r3Uman9swZJdgZ3PxNrx7FJQn9RHDTJKLk-dvksyf-1uV3qByt0WfQh5EQrf-XMvuamX6VJcqkasWBTK_Hak03-lnq_WGNf_3Bvh7NgeeXdrm-Wzz9BjgTl5b-DgAA */
|
|
741
|
+
._1sqif100 {
|
|
742
|
+
display: inline-flex;
|
|
743
|
+
align-items: center;
|
|
744
|
+
justify-content: center;
|
|
745
|
+
flex-shrink: 0;
|
|
746
|
+
height: 18px;
|
|
747
|
+
width: 0;
|
|
748
|
+
margin-left: -8px;
|
|
749
|
+
opacity: 0;
|
|
750
|
+
overflow: hidden;
|
|
751
|
+
pointer-events: none;
|
|
752
|
+
transition:
|
|
753
|
+
width 150ms var(--md-sys-motion-easing-standard),
|
|
754
|
+
margin 150ms var(--md-sys-motion-easing-standard),
|
|
755
|
+
opacity 150ms var(--md-sys-motion-easing-standard);
|
|
756
|
+
}
|
|
757
|
+
._1sqif101 {
|
|
758
|
+
position: relative;
|
|
759
|
+
display: inline-flex;
|
|
760
|
+
align-items: center;
|
|
761
|
+
justify-content: center;
|
|
762
|
+
gap: 8px;
|
|
763
|
+
box-sizing: border-box;
|
|
764
|
+
height: 32px;
|
|
765
|
+
padding-inline: 16px;
|
|
766
|
+
border-radius: 8px;
|
|
767
|
+
overflow: hidden;
|
|
768
|
+
user-select: none;
|
|
769
|
+
border: 1px solid rgb(var(--md-sys-color-outline));
|
|
770
|
+
background: transparent;
|
|
771
|
+
font-family: var(--md-sys-typescale-label-large-font);
|
|
772
|
+
font-weight: var(--md-sys-typescale-label-large-weight);
|
|
773
|
+
font-size: var(--md-sys-typescale-label-large-size);
|
|
774
|
+
line-height: var(--md-sys-typescale-label-large-line-height);
|
|
775
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
776
|
+
transition: background-color 150ms var(--md-sys-motion-easing-standard), border-color 150ms var(--md-sys-motion-easing-standard);
|
|
777
|
+
}
|
|
778
|
+
._1sqif101::before {
|
|
779
|
+
content: "";
|
|
780
|
+
position: absolute;
|
|
781
|
+
inset: 0;
|
|
782
|
+
background: currentColor;
|
|
783
|
+
opacity: 0;
|
|
784
|
+
pointer-events: none;
|
|
785
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
786
|
+
}
|
|
787
|
+
._1sqif101:hover::before {
|
|
788
|
+
opacity: var(--md-sys-state-hover);
|
|
789
|
+
}
|
|
790
|
+
._1sqif101:focus-visible::before {
|
|
791
|
+
opacity: var(--md-sys-state-focus);
|
|
792
|
+
}
|
|
793
|
+
._1sqif101:active::before {
|
|
794
|
+
opacity: var(--md-sys-state-pressed);
|
|
795
|
+
}
|
|
796
|
+
._1sqif101:focus-visible {
|
|
797
|
+
outline: 3px solid rgb(var(--md-sys-color-secondary));
|
|
798
|
+
outline-offset: 2px;
|
|
799
|
+
}
|
|
800
|
+
._1sqif101[data-disabled],
|
|
801
|
+
._1sqif101:disabled {
|
|
802
|
+
pointer-events: none;
|
|
803
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
804
|
+
border-color: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
805
|
+
}
|
|
806
|
+
._1sqif101[data-disabled]::before,
|
|
807
|
+
._1sqif101:disabled::before {
|
|
808
|
+
opacity: 0;
|
|
809
|
+
}
|
|
810
|
+
._1sqif102 {
|
|
811
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
812
|
+
cursor: pointer;
|
|
813
|
+
}
|
|
814
|
+
._1sqif103 {
|
|
815
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
816
|
+
cursor: pointer;
|
|
817
|
+
}
|
|
818
|
+
._1sqif104 {
|
|
819
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
820
|
+
cursor: default;
|
|
821
|
+
padding-right: 8px;
|
|
822
|
+
}
|
|
823
|
+
._1sqif105 {
|
|
824
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
825
|
+
cursor: pointer;
|
|
826
|
+
}
|
|
827
|
+
._1sqif105[data-pressed] {
|
|
828
|
+
background: rgb(var(--md-sys-color-secondary-container));
|
|
829
|
+
color: rgb(var(--md-sys-color-on-secondary-container));
|
|
830
|
+
border-color: transparent;
|
|
831
|
+
}
|
|
832
|
+
._1sqif105[data-pressed][data-disabled],
|
|
833
|
+
._1sqif105[data-pressed]:disabled {
|
|
834
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
835
|
+
}
|
|
836
|
+
._1sqif106 {
|
|
837
|
+
background: rgb(var(--md-sys-color-surface-container-low));
|
|
838
|
+
border-color: transparent;
|
|
839
|
+
box-shadow: var(--md-sys-elevation-level1);
|
|
840
|
+
}
|
|
841
|
+
._1sqif106:hover {
|
|
842
|
+
box-shadow: var(--md-sys-elevation-level2);
|
|
843
|
+
}
|
|
844
|
+
._1sqif106:active {
|
|
845
|
+
box-shadow: var(--md-sys-elevation-level1);
|
|
846
|
+
}
|
|
847
|
+
._1sqif106[data-disabled],
|
|
848
|
+
._1sqif106:disabled {
|
|
849
|
+
box-shadow: none;
|
|
850
|
+
}
|
|
851
|
+
[data-pressed] ._1sqif100 {
|
|
852
|
+
width: 18px;
|
|
853
|
+
margin-left: 0;
|
|
854
|
+
opacity: 1;
|
|
855
|
+
}
|
|
856
|
+
._1sqif107 {
|
|
857
|
+
display: inline-flex;
|
|
858
|
+
align-items: center;
|
|
859
|
+
justify-content: center;
|
|
860
|
+
flex-shrink: 0;
|
|
861
|
+
width: 24px;
|
|
862
|
+
height: 24px;
|
|
863
|
+
margin-left: -12px;
|
|
864
|
+
border-radius: var(--md-sys-shape-full);
|
|
865
|
+
overflow: hidden;
|
|
866
|
+
background: rgb(var(--md-sys-color-primary-container));
|
|
867
|
+
color: rgb(var(--md-sys-color-on-primary-container));
|
|
868
|
+
}
|
|
869
|
+
._1sqif107 > img {
|
|
870
|
+
width: 100%;
|
|
871
|
+
height: 100%;
|
|
872
|
+
object-fit: cover;
|
|
873
|
+
}
|
|
874
|
+
._1sqif108 {
|
|
875
|
+
display: inline-flex;
|
|
876
|
+
align-items: center;
|
|
877
|
+
justify-content: center;
|
|
878
|
+
flex-shrink: 0;
|
|
879
|
+
width: 18px;
|
|
880
|
+
height: 18px;
|
|
881
|
+
margin-left: 4px;
|
|
882
|
+
margin-right: -4px;
|
|
883
|
+
border: none;
|
|
884
|
+
border-radius: var(--md-sys-shape-full);
|
|
885
|
+
background: transparent;
|
|
886
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
887
|
+
cursor: pointer;
|
|
888
|
+
}
|
|
889
|
+
._1sqif108:hover {
|
|
890
|
+
opacity: 0.8;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
/* vanilla-extract-css-ns:src/tooltip.css.ts.vanilla.css?source=Ll8xOHozN3d6MCB7CiAgYmFja2dyb3VuZDogcmdiKHZhcigtLW1kLXN5cy1jb2xvci1pbnZlcnNlLXN1cmZhY2UpKTsKICBjb2xvcjogcmdiKHZhcigtLW1kLXN5cy1jb2xvci1pbnZlcnNlLW9uLXN1cmZhY2UpKTsKICBmb250LWZhbWlseTogdmFyKC0tbWQtc3lzLXR5cGVzY2FsZS1ib2R5LXNtYWxsLWZvbnQpOwogIGZvbnQtd2VpZ2h0OiB2YXIoLS1tZC1zeXMtdHlwZXNjYWxlLWJvZHktc21hbGwtd2VpZ2h0KTsKICBmb250LXNpemU6IHZhcigtLW1kLXN5cy10eXBlc2NhbGUtYm9keS1zbWFsbC1zaXplKTsKICBsaW5lLWhlaWdodDogdmFyKC0tbWQtc3lzLXR5cGVzY2FsZS1ib2R5LXNtYWxsLWxpbmUtaGVpZ2h0KTsKICBsZXR0ZXItc3BhY2luZzogdmFyKC0tbWQtc3lzLXR5cGVzY2FsZS1ib2R5LXNtYWxsLXRyYWNraW5nKTsKICBib3JkZXItcmFkaXVzOiB2YXIoLS1tZC1zeXMtc2hhcGUtZXh0cmEtc21hbGwpOwogIHBhZGRpbmctaW5saW5lOiA4cHg7CiAgcGFkZGluZy1ibG9jazogNHB4OwogIG1heC13aWR0aDogMjI0cHg7CiAgdXNlci1zZWxlY3Q6IG5vbmU7CiAgdHJhbnNmb3JtLW9yaWdpbjogdmFyKC0tdHJhbnNmb3JtLW9yaWdpbik7CiAgdHJhbnNpdGlvbjogb3BhY2l0eSAxNTBtcyB2YXIoLS1tZC1zeXMtbW90aW9uLWVhc2luZy1zdGFuZGFyZCksIHRyYW5zZm9ybSAxNTBtcyB2YXIoLS1tZC1zeXMtbW90aW9uLWVhc2luZy1zdGFuZGFyZCk7Cn0KLl8xOHozN3d6MFtkYXRhLXN0YXJ0aW5nLXN0eWxlXSwgLl8xOHozN3d6MFtkYXRhLWVuZGluZy1zdHlsZV0gewogIG9wYWNpdHk6IDA7CiAgdHJhbnNmb3JtOiBzY2FsZSgwLjk1KTsKfQouXzE4ejM3d3oxIHsKICBjb2xvcjogcmdiKHZhcigtLW1kLXN5cy1jb2xvci1pbnZlcnNlLXN1cmZhY2UpKTsKfQ */
|
|
894
|
+
._18z37wz0 {
|
|
895
|
+
background: rgb(var(--md-sys-color-inverse-surface));
|
|
896
|
+
color: rgb(var(--md-sys-color-inverse-on-surface));
|
|
897
|
+
font-family: var(--md-sys-typescale-body-small-font);
|
|
898
|
+
font-weight: var(--md-sys-typescale-body-small-weight);
|
|
899
|
+
font-size: var(--md-sys-typescale-body-small-size);
|
|
900
|
+
line-height: var(--md-sys-typescale-body-small-line-height);
|
|
901
|
+
letter-spacing: var(--md-sys-typescale-body-small-tracking);
|
|
902
|
+
border-radius: var(--md-sys-shape-extra-small);
|
|
903
|
+
padding-inline: 8px;
|
|
904
|
+
padding-block: 4px;
|
|
905
|
+
max-width: 224px;
|
|
906
|
+
user-select: none;
|
|
907
|
+
transform-origin: var(--transform-origin);
|
|
908
|
+
transition: opacity 150ms var(--md-sys-motion-easing-standard), transform 150ms var(--md-sys-motion-easing-standard);
|
|
909
|
+
}
|
|
910
|
+
._18z37wz0[data-starting-style],
|
|
911
|
+
._18z37wz0[data-ending-style] {
|
|
912
|
+
opacity: 0;
|
|
913
|
+
transform: scale(0.95);
|
|
914
|
+
}
|
|
915
|
+
._18z37wz1 {
|
|
916
|
+
color: rgb(var(--md-sys-color-inverse-surface));
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
/* vanilla-extract-css-ns:src/dialog.css.ts.vanilla.css?source=#H4sIAAAAAAAAA51U226jMBB9z1fMS6UgxVlyq1L3U1ar1QQPYNUXZJsEuuq_r2xyIZGqJnkBMz5nxnPmmPnfRbfd6lDl8G8C0Fgvg7SGQyk7Eu8TAGk8BQ55XH8yaQR1HNbpc4fFR-VsawQHV-2me3RTxrRgvvessMo65gsndQa_IJ-vllkkBYfmVMQ2WMjQwzLPtYcrurYRwgi9NBXzAY1AJ7L3yddkfj7zb4EB46YLA6pX9GcGtwAy4rKd-jwWTm2NEi6-E0FRGThs8pfUgW3O67Mim_zcXGmd5sNSYaAp2-QvM4jPJMBBilBz0NJMN695082gQFVMF3m-PwCD9bbpsgTU2LGaZFUHfoHUJ0hE2D25UtkDB2yDjREhfaOw51Aq6mIgvpmQjoqhpcKqVpu4U2HDYfHaJFiDImrEYbkeAvfMtnUlFsQKawJKQ47VsqqHsyfEt0xrTuQBvbNOkGMOhWw9vzaCr7EhRl1wyBS6io6MLu6I2PsVnBTtMVlH0Z7UKrsaC7NOVtKcOLfx5w1KuqnRy08S2exS7iFeGmgblDTEwVhD19b8yeuLe7z-s0PBF6homs_fNteXbZmSaXRJv5SrtCawErVU_c0UQt9QSsRqQhFbYl6jUixSsjP3cHT3fdwBfWFH2e7lRmxiplj9UN0RZUhBIZBjPuoar8x9WYLD4kOa6uHrMZrB6rkZ7KzomSYhW_3YAMbEh9QfEx-Sfkx8UvdxiqdEZ3t0Ek24EX-dxD__YKVJ5xv-s1__AZLbHLBIBwAA */
|
|
920
|
+
._1x88mtg0 {
|
|
921
|
+
position: fixed;
|
|
922
|
+
inset: 0;
|
|
923
|
+
z-index: 40;
|
|
924
|
+
background: rgb(var(--md-sys-color-scrim) / 0.32);
|
|
925
|
+
transition: opacity 200ms var(--md-sys-motion-easing-standard);
|
|
926
|
+
}
|
|
927
|
+
._1x88mtg0[data-starting-style],
|
|
928
|
+
._1x88mtg0[data-ending-style] {
|
|
929
|
+
opacity: 0;
|
|
930
|
+
}
|
|
931
|
+
._1x88mtg1 {
|
|
932
|
+
position: fixed;
|
|
933
|
+
left: 50%;
|
|
934
|
+
top: 50%;
|
|
935
|
+
z-index: 50;
|
|
936
|
+
transform: translate(-50%, -50%);
|
|
937
|
+
width: min(560px, calc(100vw - 48px));
|
|
938
|
+
max-height: calc(100vh - 48px);
|
|
939
|
+
overflow: auto;
|
|
940
|
+
display: flex;
|
|
941
|
+
flex-direction: column;
|
|
942
|
+
gap: 16px;
|
|
943
|
+
padding: 24px;
|
|
944
|
+
background: rgb(var(--md-sys-color-surface-container-high));
|
|
945
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
946
|
+
border-radius: var(--md-sys-shape-extra-large);
|
|
947
|
+
box-shadow: var(--md-sys-elevation-level3);
|
|
948
|
+
transform-origin: var(--transform-origin);
|
|
949
|
+
transition: opacity 200ms var(--md-sys-motion-easing-emphasized), transform 200ms var(--md-sys-motion-easing-emphasized);
|
|
950
|
+
outline: none;
|
|
951
|
+
}
|
|
952
|
+
._1x88mtg1[data-starting-style],
|
|
953
|
+
._1x88mtg1[data-ending-style] {
|
|
954
|
+
opacity: 0;
|
|
955
|
+
transform: translate(-50%, -50%) scale(0.95);
|
|
956
|
+
}
|
|
957
|
+
._1x88mtg2 {
|
|
958
|
+
margin: 0;
|
|
959
|
+
font-family: var(--md-sys-typescale-headline-small-font);
|
|
960
|
+
font-weight: var(--md-sys-typescale-headline-small-weight);
|
|
961
|
+
font-size: var(--md-sys-typescale-headline-small-size);
|
|
962
|
+
line-height: var(--md-sys-typescale-headline-small-line-height);
|
|
963
|
+
letter-spacing: var(--md-sys-typescale-headline-small-tracking);
|
|
964
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
965
|
+
}
|
|
966
|
+
._1x88mtg3 {
|
|
967
|
+
margin: 0;
|
|
968
|
+
font-family: var(--md-sys-typescale-body-medium-font);
|
|
969
|
+
font-weight: var(--md-sys-typescale-body-medium-weight);
|
|
970
|
+
font-size: var(--md-sys-typescale-body-medium-size);
|
|
971
|
+
line-height: var(--md-sys-typescale-body-medium-line-height);
|
|
972
|
+
letter-spacing: var(--md-sys-typescale-body-medium-tracking);
|
|
973
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
974
|
+
}
|
|
975
|
+
._1x88mtg4 {
|
|
976
|
+
display: inline-flex;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
/* vanilla-extract-css-ns:src/menu.css.ts.vanilla.css?source=#H4sIAAAAAAAAA-1X227jNhB9z1cQeYqBZWplHTtV0L70M4pgMRJHEhuKVEnKibvYf1-QlGxLiR3ZUlMgzVtCzXCuPOf4-lukI7X5287J9wtCSi7pE2e2iEkU3VTP9-4Mntuzm7t5OKuAMS5zmgiVPsbkLpwmkD7mWtWSxUTnydUa9BWlJaNmY2iqhNLU1DqDFGmqpAUuUc9mztN_POikZOsXrBOlGWqqgfHaxKTjYQqokOKz1UBNCUI0Hs_uC1NPPXMUuAbLlaQC1yhuvLXVIE2mdEmV5jmXrU__3Bur2gouMSZSSdx6c3dnTFQFKbcbEt3OS9ONXCofFsG4RhoLkoFmsy-76Cd43V_8uLjejvJPBhbcR22D1UbgwxfSN0DJdp_9-Jt0YzLvtCEmJgWBV_PrX2-7oSLvVqm2Xo0CLF_7PjBuKgGbmGQC_XqA4Lmk3GJpYpKitKjdcQ5VTNplK5DnhY3J4q67aFyGJrd2ao06E26cBWcMpV-iWhu3RZXi7d21QU0NCkztbkAvJnba9mVKWppBycWmt0x2U6HvFBWQoKACdI7U2e8cn5oCBzgG052r4f_gIEdn6N1cmbQYHnHPPvijta6Bbi1kPugKqyF95DLv7UkcJ5gpjX5f3ONHaWNyeXnfWR9IjBK19UPh0qBtNnEfWNJaa5T2Dzeb-xc728ye4hqlNW88yvlZzyuKC7d9nYq2SXSxyIJF6q17V4QHWPC8EK7ZyB5GXRdD6l7d4DsqjcZgv66QFOMGEoHsoRnVwKdBfiHz6693s8NDOBLq9cTnPahpYE0o-9tlibKmAsGBw2VIdYs3AStoCztDS6Br0ByknfUh7kjc34lZ5z56y5CLLo6F_491-Y2qzhjA8eStBi5295egc-7YL7MxgdqqfdQNp9GymqSRb1beS21c6Tf75XV1SjucqJEtXk68AjWHIgf-OFDm10CJB3jrdeF0TmdPISIvhM4houB4BhEFxzOIKDiOIqJwxetEtJhAsPxVG8uzDd3SmEsLaYL2CYMS-ZQ0H1_SLD6QpFmMlzSLaSXNYhJJs3g_SdMPNUTSND6VquqKqgrluJb9RwLpaNzTBdKLmf2rAun2aGeGEsDu02m4u-aGJ1z4Ibegv5fccghZ5ZozzzmaM2qxrITbj1SJupQm9JdEmf78Af6_ZqvlB2Kr5Xi2Wk7LVstJ2Gr5fmzVDzWErVafaPSJRtOg0eoDodFqPBqtpkWj1SRotHo_NOqHGoJGDYKlBaaPLrueottXVv5vcRwA-_7jVOVqXHIvWj9Bcj8BA9ts7OkbAAA */
|
|
980
|
+
._1r1oyqt0 {
|
|
981
|
+
min-width: 112px;
|
|
982
|
+
max-width: 280px;
|
|
983
|
+
padding-block: 8px;
|
|
984
|
+
background: rgb(var(--md-sys-color-surface-container));
|
|
985
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
986
|
+
border-radius: var(--md-sys-shape-extra-small);
|
|
987
|
+
box-shadow: var(--md-sys-elevation-level2);
|
|
988
|
+
transform-origin: var(--transform-origin);
|
|
989
|
+
outline: none;
|
|
990
|
+
transition: opacity 150ms var(--md-sys-motion-easing-standard), transform 150ms var(--md-sys-motion-easing-standard);
|
|
991
|
+
}
|
|
992
|
+
._1r1oyqt0[data-starting-style],
|
|
993
|
+
._1r1oyqt0[data-ending-style] {
|
|
994
|
+
opacity: 0;
|
|
995
|
+
transform: scale(0.95);
|
|
996
|
+
}
|
|
997
|
+
._1r1oyqt1 {
|
|
998
|
+
position: relative;
|
|
999
|
+
display: flex;
|
|
1000
|
+
align-items: center;
|
|
1001
|
+
gap: 12px;
|
|
1002
|
+
height: 48px;
|
|
1003
|
+
padding-inline: 12px;
|
|
1004
|
+
overflow: hidden;
|
|
1005
|
+
cursor: pointer;
|
|
1006
|
+
user-select: none;
|
|
1007
|
+
outline: none;
|
|
1008
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
1009
|
+
font-family: var(--md-sys-typescale-label-large-font);
|
|
1010
|
+
font-weight: var(--md-sys-typescale-label-large-weight);
|
|
1011
|
+
font-size: var(--md-sys-typescale-label-large-size);
|
|
1012
|
+
line-height: var(--md-sys-typescale-label-large-line-height);
|
|
1013
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
1014
|
+
}
|
|
1015
|
+
._1r1oyqt1::before {
|
|
1016
|
+
content: "";
|
|
1017
|
+
position: absolute;
|
|
1018
|
+
inset: 0;
|
|
1019
|
+
background: currentColor;
|
|
1020
|
+
opacity: 0;
|
|
1021
|
+
pointer-events: none;
|
|
1022
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
1023
|
+
}
|
|
1024
|
+
._1r1oyqt1:hover::before {
|
|
1025
|
+
opacity: var(--md-sys-state-hover);
|
|
1026
|
+
}
|
|
1027
|
+
._1r1oyqt1[data-highlighted]::before {
|
|
1028
|
+
opacity: var(--md-sys-state-hover);
|
|
1029
|
+
}
|
|
1030
|
+
._1r1oyqt1:active::before {
|
|
1031
|
+
opacity: var(--md-sys-state-pressed);
|
|
1032
|
+
}
|
|
1033
|
+
._1r1oyqt1[data-disabled] {
|
|
1034
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1035
|
+
pointer-events: none;
|
|
1036
|
+
}
|
|
1037
|
+
._1r1oyqt1[data-disabled]::before {
|
|
1038
|
+
opacity: 0;
|
|
1039
|
+
}
|
|
1040
|
+
._1r1oyqt1 [data-slot=menu-leading] {
|
|
1041
|
+
display: inline-flex;
|
|
1042
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1043
|
+
}
|
|
1044
|
+
._1r1oyqt1 [data-slot=menu-leading] > svg {
|
|
1045
|
+
width: 24px;
|
|
1046
|
+
height: 24px;
|
|
1047
|
+
}
|
|
1048
|
+
._1r1oyqt1[data-disabled] [data-slot=menu-leading] {
|
|
1049
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1050
|
+
}
|
|
1051
|
+
._1r1oyqt1 [data-slot=menu-trailing] {
|
|
1052
|
+
margin-left: auto;
|
|
1053
|
+
padding-left: 16px;
|
|
1054
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1055
|
+
}
|
|
1056
|
+
._1r1oyqt1[data-disabled] [data-slot=menu-trailing] {
|
|
1057
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1058
|
+
}
|
|
1059
|
+
._1r1oyqt2 {
|
|
1060
|
+
margin-block: 8px;
|
|
1061
|
+
height: 1px;
|
|
1062
|
+
border: 0;
|
|
1063
|
+
background: rgb(var(--md-sys-color-outline-variant));
|
|
1064
|
+
}
|
|
1065
|
+
._1r1oyqt3 {
|
|
1066
|
+
padding-inline: 12px;
|
|
1067
|
+
padding-block: 8px;
|
|
1068
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1069
|
+
font-family: var(--md-sys-typescale-label-small-font);
|
|
1070
|
+
font-weight: var(--md-sys-typescale-label-small-weight);
|
|
1071
|
+
font-size: var(--md-sys-typescale-label-small-size);
|
|
1072
|
+
line-height: var(--md-sys-typescale-label-small-line-height);
|
|
1073
|
+
letter-spacing: var(--md-sys-typescale-label-small-tracking);
|
|
1074
|
+
}
|
|
1075
|
+
._1r1oyqt4 {
|
|
1076
|
+
position: relative;
|
|
1077
|
+
display: flex;
|
|
1078
|
+
align-items: center;
|
|
1079
|
+
justify-content: space-between;
|
|
1080
|
+
gap: 12px;
|
|
1081
|
+
height: 48px;
|
|
1082
|
+
padding-inline: 12px;
|
|
1083
|
+
overflow: hidden;
|
|
1084
|
+
cursor: pointer;
|
|
1085
|
+
user-select: none;
|
|
1086
|
+
outline: none;
|
|
1087
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
1088
|
+
font-family: var(--md-sys-typescale-label-large-font);
|
|
1089
|
+
font-weight: var(--md-sys-typescale-label-large-weight);
|
|
1090
|
+
font-size: var(--md-sys-typescale-label-large-size);
|
|
1091
|
+
line-height: var(--md-sys-typescale-label-large-line-height);
|
|
1092
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
1093
|
+
}
|
|
1094
|
+
._1r1oyqt4::before {
|
|
1095
|
+
content: "";
|
|
1096
|
+
position: absolute;
|
|
1097
|
+
inset: 0;
|
|
1098
|
+
background: currentColor;
|
|
1099
|
+
opacity: 0;
|
|
1100
|
+
pointer-events: none;
|
|
1101
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
1102
|
+
}
|
|
1103
|
+
._1r1oyqt4:hover::before {
|
|
1104
|
+
opacity: var(--md-sys-state-hover);
|
|
1105
|
+
}
|
|
1106
|
+
._1r1oyqt4[data-highlighted]::before {
|
|
1107
|
+
opacity: var(--md-sys-state-hover);
|
|
1108
|
+
}
|
|
1109
|
+
._1r1oyqt4:active::before {
|
|
1110
|
+
opacity: var(--md-sys-state-pressed);
|
|
1111
|
+
}
|
|
1112
|
+
._1r1oyqt4[data-disabled] {
|
|
1113
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1114
|
+
pointer-events: none;
|
|
1115
|
+
}
|
|
1116
|
+
._1r1oyqt4[data-disabled]::before {
|
|
1117
|
+
opacity: 0;
|
|
1118
|
+
}
|
|
1119
|
+
._1r1oyqt4[data-popup-open]::before {
|
|
1120
|
+
opacity: var(--md-sys-state-hover);
|
|
1121
|
+
}
|
|
1122
|
+
._1r1oyqt4 [data-slot=menu-leading] {
|
|
1123
|
+
display: inline-flex;
|
|
1124
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1125
|
+
}
|
|
1126
|
+
._1r1oyqt4 [data-slot=menu-leading] > svg {
|
|
1127
|
+
width: 24px;
|
|
1128
|
+
height: 24px;
|
|
1129
|
+
}
|
|
1130
|
+
._1r1oyqt4[data-disabled] [data-slot=menu-leading] {
|
|
1131
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1132
|
+
}
|
|
1133
|
+
._1r1oyqt5 {
|
|
1134
|
+
display: inline-flex;
|
|
1135
|
+
align-items: center;
|
|
1136
|
+
justify-content: center;
|
|
1137
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
1138
|
+
visibility: hidden;
|
|
1139
|
+
}
|
|
1140
|
+
._1r1oyqt6 {
|
|
1141
|
+
position: relative;
|
|
1142
|
+
display: grid;
|
|
1143
|
+
grid-template-columns: 24px 1fr;
|
|
1144
|
+
align-items: center;
|
|
1145
|
+
gap: 12px;
|
|
1146
|
+
height: 48px;
|
|
1147
|
+
padding-inline: 12px;
|
|
1148
|
+
overflow: hidden;
|
|
1149
|
+
cursor: pointer;
|
|
1150
|
+
user-select: none;
|
|
1151
|
+
outline: none;
|
|
1152
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
1153
|
+
font-family: var(--md-sys-typescale-label-large-font);
|
|
1154
|
+
font-weight: var(--md-sys-typescale-label-large-weight);
|
|
1155
|
+
font-size: var(--md-sys-typescale-label-large-size);
|
|
1156
|
+
line-height: var(--md-sys-typescale-label-large-line-height);
|
|
1157
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
1158
|
+
}
|
|
1159
|
+
._1r1oyqt6::before {
|
|
1160
|
+
content: "";
|
|
1161
|
+
position: absolute;
|
|
1162
|
+
inset: 0;
|
|
1163
|
+
background: currentColor;
|
|
1164
|
+
opacity: 0;
|
|
1165
|
+
pointer-events: none;
|
|
1166
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
1167
|
+
}
|
|
1168
|
+
._1r1oyqt6:hover::before {
|
|
1169
|
+
opacity: var(--md-sys-state-hover);
|
|
1170
|
+
}
|
|
1171
|
+
._1r1oyqt6[data-highlighted]::before {
|
|
1172
|
+
opacity: var(--md-sys-state-hover);
|
|
1173
|
+
}
|
|
1174
|
+
._1r1oyqt6:active::before {
|
|
1175
|
+
opacity: var(--md-sys-state-pressed);
|
|
1176
|
+
}
|
|
1177
|
+
._1r1oyqt6[data-disabled] {
|
|
1178
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1179
|
+
pointer-events: none;
|
|
1180
|
+
}
|
|
1181
|
+
._1r1oyqt6[data-disabled]::before {
|
|
1182
|
+
opacity: 0;
|
|
1183
|
+
}
|
|
1184
|
+
._1r1oyqt7 {
|
|
1185
|
+
position: relative;
|
|
1186
|
+
display: grid;
|
|
1187
|
+
grid-template-columns: 24px 1fr;
|
|
1188
|
+
align-items: center;
|
|
1189
|
+
gap: 12px;
|
|
1190
|
+
height: 48px;
|
|
1191
|
+
padding-inline: 12px;
|
|
1192
|
+
overflow: hidden;
|
|
1193
|
+
cursor: pointer;
|
|
1194
|
+
user-select: none;
|
|
1195
|
+
outline: none;
|
|
1196
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
1197
|
+
font-family: var(--md-sys-typescale-label-large-font);
|
|
1198
|
+
font-weight: var(--md-sys-typescale-label-large-weight);
|
|
1199
|
+
font-size: var(--md-sys-typescale-label-large-size);
|
|
1200
|
+
line-height: var(--md-sys-typescale-label-large-line-height);
|
|
1201
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
1202
|
+
}
|
|
1203
|
+
._1r1oyqt7::before {
|
|
1204
|
+
content: "";
|
|
1205
|
+
position: absolute;
|
|
1206
|
+
inset: 0;
|
|
1207
|
+
background: currentColor;
|
|
1208
|
+
opacity: 0;
|
|
1209
|
+
pointer-events: none;
|
|
1210
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
1211
|
+
}
|
|
1212
|
+
._1r1oyqt7:hover::before {
|
|
1213
|
+
opacity: var(--md-sys-state-hover);
|
|
1214
|
+
}
|
|
1215
|
+
._1r1oyqt7[data-highlighted]::before {
|
|
1216
|
+
opacity: var(--md-sys-state-hover);
|
|
1217
|
+
}
|
|
1218
|
+
._1r1oyqt7:active::before {
|
|
1219
|
+
opacity: var(--md-sys-state-pressed);
|
|
1220
|
+
}
|
|
1221
|
+
._1r1oyqt7[data-disabled] {
|
|
1222
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1223
|
+
pointer-events: none;
|
|
1224
|
+
}
|
|
1225
|
+
._1r1oyqt7[data-disabled]::before {
|
|
1226
|
+
opacity: 0;
|
|
1227
|
+
}
|
|
1228
|
+
._1r1oyqt6[data-checked] ._1r1oyqt5 {
|
|
1229
|
+
visibility: visible;
|
|
1230
|
+
}
|
|
1231
|
+
._1r1oyqt6[data-disabled] ._1r1oyqt5 {
|
|
1232
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1233
|
+
}
|
|
1234
|
+
._1r1oyqt7[data-checked] ._1r1oyqt5 {
|
|
1235
|
+
visibility: visible;
|
|
1236
|
+
}
|
|
1237
|
+
._1r1oyqt7[data-disabled] ._1r1oyqt5 {
|
|
1238
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
/* vanilla-extract-css-ns:src/tabs.css.ts.vanilla.css?source=#H4sIAAAAAAAAA6VW3Y7bKhC-z1OgvdpIZZu_piui9qYvUalaVRjGNg0GC8ZOco723SvASUyatNn2KgHm--Z_xk_fl71b74sZ-X9CiFS-1fzASKlhv5mQ-EulciBQWcOIsLprzGbyOnkagPMIbK1XScKB5qh62FyjK6yT4GhhEW3DyLzdE2-1ksRVxWPP3SOljaT-4Kmw2jrqO1dyAbTnTnGD02mm-ZvkyKkXzmrNCw0v0RTbgyu13dE9I7xDe3Jj53jLiLHhN1wmYMEd3SmJdXgy8HsFjNEdFFuF9ATO43ZJsXhLdKKVvnbKbBmZhRuuVWWoQmg8IwIMggvXPzqPqjxQYQ2CwfFTFXx8biNfDaqqkZHVcG65lMpUVBmtDDAyX6f7Y8QYqZWUYMKd6Jy3jpHWqiN158FRDxoEHh09ZnR05mJbOdsZyQg6bnzLHRiMajpMeo-yMcfsVu6tuZZ-QkprkJa8UfrASIbDQwtecA0UFWqgvuFa0yB_Bu6GmNwBTKJnqFf_wV3AIBhhwV1a369xJJ_wgBhi3nKhTHUXBToutspUWacsGCugtA5iNZ6q5uFhkxUnL7zVHcbcKOMBhyoc51R0LuTzS0hRTGqwDQ-D5FAtFHow6M-ZjpUwaBkQZD6bNT53qbFBhAL3oUw9ciO5kxeu1KFcM4dONmRkHjkCjdIXDKUVnae98qrQcDdTRF0wcRGa-W6K1oH3cOFQGjJS-TBh5MuQovs6Y0rek9nT8nl6O_i3NaVjcuGv1d6mvx6V2RiyfKsJrVMNd4d8DwwsO4U1VcKaRHRrc53H4nqVxl8cmfH_mXP1D8HJjPtwsQDGPXZcg7PU6-Wx34Z1lLQkEyjyIq2p6amfSuuaYchqjvD18RdA4ExDc9zCf45t3rBRLVnc3a7vzua9ATUO2joG7ZinZTv-dkDbRr-o41J1_tqzC7j8_cz9MeNe5I_PKVtpT44WZL65XifDh4G2-OkhBDqU3cNL_imQtixNy_0m5DPxfRWBQ9YXq3x5p_PrTwMLxRCoCQAA */
|
|
1242
|
+
._3vr6xb0 {
|
|
1243
|
+
display: flex;
|
|
1244
|
+
flex-direction: column;
|
|
1245
|
+
}
|
|
1246
|
+
._3vr6xb1 {
|
|
1247
|
+
position: relative;
|
|
1248
|
+
display: flex;
|
|
1249
|
+
border-bottom: 1px solid rgb(var(--md-sys-color-surface-variant));
|
|
1250
|
+
}
|
|
1251
|
+
._3vr6xb1[data-scrollable] {
|
|
1252
|
+
overflow-x: auto;
|
|
1253
|
+
flex-wrap: nowrap;
|
|
1254
|
+
scrollbar-width: none;
|
|
1255
|
+
}
|
|
1256
|
+
._3vr6xb1[data-scrollable]::-webkit-scrollbar {
|
|
1257
|
+
display: none;
|
|
1258
|
+
}
|
|
1259
|
+
._3vr6xb2 {
|
|
1260
|
+
position: relative;
|
|
1261
|
+
display: flex;
|
|
1262
|
+
flex-shrink: 0;
|
|
1263
|
+
align-items: center;
|
|
1264
|
+
justify-content: center;
|
|
1265
|
+
gap: 8px;
|
|
1266
|
+
height: 48px;
|
|
1267
|
+
padding-inline: 16px;
|
|
1268
|
+
overflow: hidden;
|
|
1269
|
+
cursor: pointer;
|
|
1270
|
+
user-select: none;
|
|
1271
|
+
border: none;
|
|
1272
|
+
background: transparent;
|
|
1273
|
+
outline: none;
|
|
1274
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1275
|
+
font-family: var(--md-sys-typescale-title-small-font);
|
|
1276
|
+
font-weight: var(--md-sys-typescale-title-small-weight);
|
|
1277
|
+
font-size: var(--md-sys-typescale-title-small-size);
|
|
1278
|
+
line-height: var(--md-sys-typescale-title-small-line-height);
|
|
1279
|
+
letter-spacing: var(--md-sys-typescale-title-small-tracking);
|
|
1280
|
+
}
|
|
1281
|
+
._3vr6xb2::before {
|
|
1282
|
+
content: "";
|
|
1283
|
+
position: absolute;
|
|
1284
|
+
inset: 0;
|
|
1285
|
+
background: currentColor;
|
|
1286
|
+
opacity: 0;
|
|
1287
|
+
pointer-events: none;
|
|
1288
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
1289
|
+
}
|
|
1290
|
+
._3vr6xb2:hover::before {
|
|
1291
|
+
opacity: var(--md-sys-state-hover);
|
|
1292
|
+
}
|
|
1293
|
+
._3vr6xb2:focus-visible::before {
|
|
1294
|
+
opacity: var(--md-sys-state-focus);
|
|
1295
|
+
}
|
|
1296
|
+
._3vr6xb2:active::before {
|
|
1297
|
+
opacity: var(--md-sys-state-pressed);
|
|
1298
|
+
}
|
|
1299
|
+
._3vr6xb2[data-disabled] {
|
|
1300
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1301
|
+
pointer-events: none;
|
|
1302
|
+
}
|
|
1303
|
+
._3vr6xb2[data-disabled][data-active] {
|
|
1304
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1305
|
+
}
|
|
1306
|
+
._3vr6xb2[data-disabled]::before {
|
|
1307
|
+
opacity: 0;
|
|
1308
|
+
}
|
|
1309
|
+
._3vr6xb3[data-active] {
|
|
1310
|
+
color: rgb(var(--md-sys-color-primary));
|
|
1311
|
+
}
|
|
1312
|
+
._3vr6xb3[data-with-icon] {
|
|
1313
|
+
flex-direction: column;
|
|
1314
|
+
height: 64px;
|
|
1315
|
+
gap: 4px;
|
|
1316
|
+
}
|
|
1317
|
+
._3vr6xb4[data-active] {
|
|
1318
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
1319
|
+
}
|
|
1320
|
+
._3vr6xb5 {
|
|
1321
|
+
position: absolute;
|
|
1322
|
+
bottom: 0;
|
|
1323
|
+
left: 0;
|
|
1324
|
+
width: var(--active-tab-width);
|
|
1325
|
+
transform: translateX(var(--active-tab-left));
|
|
1326
|
+
background: rgb(var(--md-sys-color-primary));
|
|
1327
|
+
transition: width 200ms var(--md-sys-motion-easing-standard), transform 200ms var(--md-sys-motion-easing-standard);
|
|
1328
|
+
}
|
|
1329
|
+
._3vr6xb6 {
|
|
1330
|
+
height: 3px;
|
|
1331
|
+
border-top-left-radius: 3px;
|
|
1332
|
+
border-top-right-radius: 3px;
|
|
1333
|
+
}
|
|
1334
|
+
._3vr6xb7 {
|
|
1335
|
+
height: 2px;
|
|
1336
|
+
}
|
|
1337
|
+
._3vr6xb8 {
|
|
1338
|
+
padding: 16px;
|
|
1339
|
+
outline: none;
|
|
1340
|
+
}
|
|
1341
|
+
[data-slot=tab-icon] {
|
|
1342
|
+
display: inline-flex;
|
|
1343
|
+
}
|
|
1344
|
+
[data-slot=tab-icon] > svg {
|
|
1345
|
+
width: 24px;
|
|
1346
|
+
height: 24px;
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
/* vanilla-extract-css-ns:src/slider.css.ts.vanilla.css?source=#H4sIAAAAAAAAA7VVf2vcMAz9_z6FKRTuYO7S-wHD_SijDMVRElHHDrJy19vodx_25drmtm7ZaP8JtnhPT0-yyM233fpA9aZQPxZK9SGSUPBGMToQ2uPdQqmKYu_gaFTt8DEFwFHjNQl20SiLXpBTeIjIOqJDK0b54DP5QJW0Rt0WxXW6Shhsq8GeVE6gp8XNWMXtO1RxIdgiNa0YtS36x9dS6z9IvZWiz7pl4ApZM1Q0RKP2wEutu0rHY9SxhR51PTi3ylCwDw2HwVdGcVMuJ1gbXGAdB67BorbBC5BH1i01LUZZrV6XW3ytQEBXFKF0WN2rqY8ZQsGftVbqsypubtcTgc1FP6CMwQ2CH96AnqkDPs60u_lfu5svE4Ht38e_Lk52z-7P9w-zr1QYxJHHXxdja0yJdWDMZae3gl6Murq6e3NoDmsxandeu_75PNrbXtjb_t7eSPpnJz1YkqNRRZZn8LEO3JnT0YHgUu-K608qfVfPmNHHyE4b2MVph7uQIBohkm90FPAVcDWdrWnDHnnSsud6puMSENQZfZGhDnaIek-RSoezM2XWNNP4kBmahnxzPztVzxgjVvO2YvtOW7HLeergRdfQkbssTY49RgsOtYMSnXbATXLtJY8wEw_je5pBPEFfqJG-4yxiAmZa2hbdzld8hT_xUST9tNIgfDMrhTDYB_JN5ueuzui23gMTeFm9mB0j2g8dMlmjBMrBAadAvFs8_QRJ7UWOmgcAAA */
|
|
1350
|
+
._52wif30 {
|
|
1351
|
+
position: relative;
|
|
1352
|
+
display: flex;
|
|
1353
|
+
align-items: center;
|
|
1354
|
+
user-select: none;
|
|
1355
|
+
width: 100%;
|
|
1356
|
+
touch-action: none;
|
|
1357
|
+
}
|
|
1358
|
+
._52wif31 {
|
|
1359
|
+
position: relative;
|
|
1360
|
+
display: flex;
|
|
1361
|
+
align-items: center;
|
|
1362
|
+
width: 100%;
|
|
1363
|
+
height: 40px;
|
|
1364
|
+
}
|
|
1365
|
+
._52wif32 {
|
|
1366
|
+
position: relative;
|
|
1367
|
+
width: 100%;
|
|
1368
|
+
height: 4px;
|
|
1369
|
+
border-radius: var(--md-sys-shape-full);
|
|
1370
|
+
background: rgb(var(--md-sys-color-surface-container-highest));
|
|
1371
|
+
}
|
|
1372
|
+
._52wif30[data-disabled] ._52wif32 {
|
|
1373
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
1374
|
+
}
|
|
1375
|
+
._52wif33 {
|
|
1376
|
+
position: absolute;
|
|
1377
|
+
height: 4px;
|
|
1378
|
+
border-radius: var(--md-sys-shape-full);
|
|
1379
|
+
background: rgb(var(--md-sys-color-primary));
|
|
1380
|
+
}
|
|
1381
|
+
._52wif30[data-disabled] ._52wif33 {
|
|
1382
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1383
|
+
}
|
|
1384
|
+
._52wif34 {
|
|
1385
|
+
position: relative;
|
|
1386
|
+
width: 20px;
|
|
1387
|
+
height: 20px;
|
|
1388
|
+
border-radius: var(--md-sys-shape-full);
|
|
1389
|
+
background: rgb(var(--md-sys-color-primary));
|
|
1390
|
+
outline: none;
|
|
1391
|
+
}
|
|
1392
|
+
._52wif34::before {
|
|
1393
|
+
content: "";
|
|
1394
|
+
position: absolute;
|
|
1395
|
+
left: 50%;
|
|
1396
|
+
top: 50%;
|
|
1397
|
+
width: 40px;
|
|
1398
|
+
height: 40px;
|
|
1399
|
+
border-radius: 50%;
|
|
1400
|
+
background: rgb(var(--md-sys-color-primary));
|
|
1401
|
+
opacity: 0;
|
|
1402
|
+
transform: translate(-50%, -50%);
|
|
1403
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
1404
|
+
}
|
|
1405
|
+
._52wif34:hover::before {
|
|
1406
|
+
opacity: var(--md-sys-state-hover);
|
|
1407
|
+
}
|
|
1408
|
+
._52wif34:focus-visible::before {
|
|
1409
|
+
opacity: var(--md-sys-state-focus);
|
|
1410
|
+
}
|
|
1411
|
+
._52wif34[data-dragging]::before {
|
|
1412
|
+
opacity: var(--md-sys-state-pressed);
|
|
1413
|
+
}
|
|
1414
|
+
._52wif30[data-disabled] ._52wif34 {
|
|
1415
|
+
background: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1416
|
+
}
|
|
1417
|
+
._52wif35 {
|
|
1418
|
+
font-family: var(--md-sys-typescale-label-large-font);
|
|
1419
|
+
font-weight: var(--md-sys-typescale-label-large-weight);
|
|
1420
|
+
font-size: var(--md-sys-typescale-label-large-size);
|
|
1421
|
+
line-height: var(--md-sys-typescale-label-large-line-height);
|
|
1422
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
1423
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1424
|
+
font-variant-numeric: tabular-nums;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
/* vanilla-extract-css-ns:src/select.css.ts.vanilla.css?source=#H4sIAAAAAAAAA-1Y3XLzJhC9z1MwuYpnPlLbcdKUTHvTx-hkOiuxkmgQMID8k07fvQNI1o_txHb69aa9S8TuYdk9e1h8__siW8DqSc7JnzeEGO2EF1oxYlGCF2t8uSGEC2ck7BgRSgqFtJC4Dd9BilJR4bF2jOSoPNrw-Y_GeVHsaK6VR-UZcQZypBn6DaIKFiUYRp5NBMn0ljrxLlTJSKYtR0szHVcqFGXlGXl8Spa1UHQjuK8YWc7n6ZsBzoUqaYqMkcVThxqRLHDROEbWYO8orTl1O0ddBQYpbr0F6mqQctZ7MLIwW-K0FJzYMrsbOeZaakt148Nes-QF-VtpdaM4I96CcgYsKh-WojU7iaKoa2wBeQvkcetpTCgjEouE0FgXIIwWXW7bzRlRWsXaFFp5WkAt5G5yTL8z6HKQSDPNd1SCLZEG89neb9Nm-HO_ZNl7OvGO5_gFu-gViVOdvd_APLmj92hpYFJkyucI3kL-JlSZshtK0zK7pUYsA1k8zms3Rqt1sKMILhDLeVAcLJ-93Px1c7_vlt84eKBGm8ZQbVC9fiP9Iit03ji6Fk5kEmNjdex6-Ixdxooa7C6R4oDdq8Duwzi4cJBJ5K-DvejZ_CM_kPn9Yjm7iLTR6eE5hZn4SXGNyruOm4MwFzGuIBuMLCKN12gLqTeMVILzJAqxA_oFlFIYJ1xY2lTCYyx-ZP7GghnhLyP-XqY6fTr3MHQNVoDyswOuxL8Lbet_jihkEvV-C0as9uDxbvE851gexekLPUG5om4D9IeIMdDXhAEqr7RN32JqathOehjWIGQIadisHW0zqfO3vdD3pYXG66l4noi8q1C4S0AotLPLaDq79jLYhhUeoh2Zo8Q1xLJLXKNc9owJJaTailKozmf6fXZUwYd800Hf_O4Ctn37OkcfErecB-uT1U7iUNBaA1S8X46MacNlZP4yZnJU47v5_U-P461W50wZpRU8TglWcOqxNhJ8YIBsauUYWa7MliwKu6fRiTFkOGR0pF09nxgbllOO9rp05BZuXLiLUGLu-zoeFPYykv5_kX9-kQ-ZxFiGhbbYyl87at7evowIBpnTsvGxHkI59C1Xh9KTNzbMbL-GsrwcsPr45XaibedXNeCKVYF4oxPtgxirVbggaLSeQKQWrURZyZBr5K9fgmOQh748G8NYdA6n5zo2nXyfCWO61fHA5xMxaoVPav_zbWrnwDYhhSpvU7SdUISRvH9dXDdYnNPhEjKUR1v8w0Ydul3UqUPHK1t1CHGiV6c8-DzvX5tnHifXjPMif9uFM71Tofh-DD2YGM990fZLXX6Xq5Ya7W3BsYBG-n9nzJkMsNpMqf70n05Ipr3X9TQnj-QX4tZlzMz-Z4XxuJD-H-Xxcp8fx4-TK39D6Zc-zsHo_RhfoEJG7esGmsO-TB04elSkmIfu7WP2476e-H-tiZ9HAjyd1I6_Mb63MMcXwmWz19DxouFr6HiFpifHL2l6ghhq-t_cwiLcLxQAAA */
|
|
1428
|
+
._1b1a46l0 {
|
|
1429
|
+
position: relative;
|
|
1430
|
+
display: inline-flex;
|
|
1431
|
+
align-items: center;
|
|
1432
|
+
justify-content: space-between;
|
|
1433
|
+
gap: 8px;
|
|
1434
|
+
box-sizing: border-box;
|
|
1435
|
+
height: 56px;
|
|
1436
|
+
min-width: 200px;
|
|
1437
|
+
padding-inline: 16px;
|
|
1438
|
+
border-radius: var(--md-sys-shape-extra-small);
|
|
1439
|
+
border: 1px solid rgb(var(--md-sys-color-outline));
|
|
1440
|
+
background: transparent;
|
|
1441
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
1442
|
+
text-align: left;
|
|
1443
|
+
cursor: pointer;
|
|
1444
|
+
outline: none;
|
|
1445
|
+
font-family: var(--md-sys-typescale-body-large-font);
|
|
1446
|
+
font-weight: var(--md-sys-typescale-body-large-weight);
|
|
1447
|
+
font-size: var(--md-sys-typescale-body-large-size);
|
|
1448
|
+
line-height: var(--md-sys-typescale-body-large-line-height);
|
|
1449
|
+
letter-spacing: var(--md-sys-typescale-body-large-tracking);
|
|
1450
|
+
transition: border-color 150ms var(--md-sys-motion-easing-standard);
|
|
1451
|
+
}
|
|
1452
|
+
._1b1a46l0[data-popup-open],
|
|
1453
|
+
._1b1a46l0:focus-visible {
|
|
1454
|
+
border: 3px solid rgb(var(--md-sys-color-primary));
|
|
1455
|
+
padding-inline: 14px;
|
|
1456
|
+
}
|
|
1457
|
+
._1b1a46l0[data-disabled] {
|
|
1458
|
+
border-color: rgb(var(--md-sys-color-on-surface) / 0.12);
|
|
1459
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1460
|
+
pointer-events: none;
|
|
1461
|
+
}
|
|
1462
|
+
._1b1a46l1 {
|
|
1463
|
+
flex: 1;
|
|
1464
|
+
overflow: hidden;
|
|
1465
|
+
text-overflow: ellipsis;
|
|
1466
|
+
white-space: nowrap;
|
|
1467
|
+
}
|
|
1468
|
+
._1b1a46l2 {
|
|
1469
|
+
display: flex;
|
|
1470
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1471
|
+
transition: transform 150ms var(--md-sys-motion-easing-standard);
|
|
1472
|
+
}
|
|
1473
|
+
._1b1a46l0[data-popup-open] ._1b1a46l2 {
|
|
1474
|
+
transform: rotate(180deg);
|
|
1475
|
+
}
|
|
1476
|
+
._1b1a46l0[data-disabled] ._1b1a46l2 {
|
|
1477
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1478
|
+
}
|
|
1479
|
+
._1b1a46l3 {
|
|
1480
|
+
min-width: var(--anchor-width);
|
|
1481
|
+
max-height: var(--available-height);
|
|
1482
|
+
padding-block: 8px;
|
|
1483
|
+
overflow: auto;
|
|
1484
|
+
background: rgb(var(--md-sys-color-surface-container));
|
|
1485
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
1486
|
+
border-radius: var(--md-sys-shape-extra-small);
|
|
1487
|
+
box-shadow: var(--md-sys-elevation-level2);
|
|
1488
|
+
transform-origin: var(--transform-origin);
|
|
1489
|
+
outline: none;
|
|
1490
|
+
transition: opacity 150ms var(--md-sys-motion-easing-standard), transform 150ms var(--md-sys-motion-easing-standard);
|
|
1491
|
+
}
|
|
1492
|
+
._1b1a46l3[data-starting-style],
|
|
1493
|
+
._1b1a46l3[data-ending-style] {
|
|
1494
|
+
opacity: 0;
|
|
1495
|
+
transform: scale(0.95);
|
|
1496
|
+
}
|
|
1497
|
+
._1b1a46l4 {
|
|
1498
|
+
position: relative;
|
|
1499
|
+
display: grid;
|
|
1500
|
+
grid-template-columns: 24px 1fr auto;
|
|
1501
|
+
align-items: center;
|
|
1502
|
+
gap: 8px;
|
|
1503
|
+
height: 48px;
|
|
1504
|
+
padding-inline: 12px;
|
|
1505
|
+
overflow: hidden;
|
|
1506
|
+
cursor: pointer;
|
|
1507
|
+
user-select: none;
|
|
1508
|
+
outline: none;
|
|
1509
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
1510
|
+
font-family: var(--md-sys-typescale-body-large-font);
|
|
1511
|
+
font-weight: var(--md-sys-typescale-body-large-weight);
|
|
1512
|
+
font-size: var(--md-sys-typescale-body-large-size);
|
|
1513
|
+
line-height: var(--md-sys-typescale-body-large-line-height);
|
|
1514
|
+
letter-spacing: var(--md-sys-typescale-body-large-tracking);
|
|
1515
|
+
}
|
|
1516
|
+
._1b1a46l4::before {
|
|
1517
|
+
content: "";
|
|
1518
|
+
position: absolute;
|
|
1519
|
+
inset: 0;
|
|
1520
|
+
background: currentColor;
|
|
1521
|
+
opacity: 0;
|
|
1522
|
+
pointer-events: none;
|
|
1523
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
1524
|
+
}
|
|
1525
|
+
._1b1a46l4:hover::before {
|
|
1526
|
+
opacity: var(--md-sys-state-hover);
|
|
1527
|
+
}
|
|
1528
|
+
._1b1a46l4[data-highlighted]::before {
|
|
1529
|
+
opacity: var(--md-sys-state-hover);
|
|
1530
|
+
}
|
|
1531
|
+
._1b1a46l4:active::before {
|
|
1532
|
+
opacity: var(--md-sys-state-pressed);
|
|
1533
|
+
}
|
|
1534
|
+
._1b1a46l4[data-disabled] {
|
|
1535
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1536
|
+
pointer-events: none;
|
|
1537
|
+
}
|
|
1538
|
+
._1b1a46l4[data-disabled]::before {
|
|
1539
|
+
opacity: 0;
|
|
1540
|
+
}
|
|
1541
|
+
._1b1a46l4 [data-slot=select-trailing] {
|
|
1542
|
+
padding-left: 16px;
|
|
1543
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1544
|
+
font-family: var(--md-sys-typescale-label-large-font);
|
|
1545
|
+
font-size: var(--md-sys-typescale-label-large-size);
|
|
1546
|
+
line-height: var(--md-sys-typescale-label-large-line-height);
|
|
1547
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
1548
|
+
}
|
|
1549
|
+
._1b1a46l4[data-disabled] [data-slot=select-trailing] {
|
|
1550
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1551
|
+
}
|
|
1552
|
+
._1b1a46l5 {
|
|
1553
|
+
position: sticky;
|
|
1554
|
+
z-index: 1;
|
|
1555
|
+
display: flex;
|
|
1556
|
+
align-items: center;
|
|
1557
|
+
justify-content: center;
|
|
1558
|
+
height: 24px;
|
|
1559
|
+
cursor: default;
|
|
1560
|
+
background: rgb(var(--md-sys-color-surface-container));
|
|
1561
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1562
|
+
top: 0;
|
|
1563
|
+
}
|
|
1564
|
+
._1b1a46l6 {
|
|
1565
|
+
position: sticky;
|
|
1566
|
+
z-index: 1;
|
|
1567
|
+
display: flex;
|
|
1568
|
+
align-items: center;
|
|
1569
|
+
justify-content: center;
|
|
1570
|
+
height: 24px;
|
|
1571
|
+
cursor: default;
|
|
1572
|
+
background: rgb(var(--md-sys-color-surface-container));
|
|
1573
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1574
|
+
bottom: 0;
|
|
1575
|
+
}
|
|
1576
|
+
._1b1a46l5 > svg {
|
|
1577
|
+
width: 20px;
|
|
1578
|
+
height: 20px;
|
|
1579
|
+
}
|
|
1580
|
+
._1b1a46l6 > svg {
|
|
1581
|
+
width: 20px;
|
|
1582
|
+
height: 20px;
|
|
1583
|
+
}
|
|
1584
|
+
._1b1a46l7 {
|
|
1585
|
+
display: inline-flex;
|
|
1586
|
+
align-items: center;
|
|
1587
|
+
justify-content: center;
|
|
1588
|
+
color: rgb(var(--md-sys-color-primary));
|
|
1589
|
+
visibility: hidden;
|
|
1590
|
+
}
|
|
1591
|
+
._1b1a46l4[data-selected] ._1b1a46l7 {
|
|
1592
|
+
visibility: visible;
|
|
1593
|
+
}
|
|
1594
|
+
._1b1a46l4[data-disabled] ._1b1a46l7 {
|
|
1595
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
1596
|
+
}
|
|
1597
|
+
._1b1a46l8 {
|
|
1598
|
+
padding-inline: 12px;
|
|
1599
|
+
padding-block: 8px;
|
|
1600
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1601
|
+
font-family: var(--md-sys-typescale-label-small-font);
|
|
1602
|
+
font-weight: var(--md-sys-typescale-label-small-weight);
|
|
1603
|
+
font-size: var(--md-sys-typescale-label-small-size);
|
|
1604
|
+
line-height: var(--md-sys-typescale-label-small-line-height);
|
|
1605
|
+
letter-spacing: var(--md-sys-typescale-label-small-tracking);
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
/* vanilla-extract-css-ns:src/textfield.css.ts.vanilla.css?source=#H4sIAAAAAAAAA-1Y0W7bOgx971foZUADXBV2twy96pdcDMNAW4zNVZZ8JTptNuzfLyS7TZw6rd3tDhiQpyCSDkkdHlG0rr7k-l8M7j4T3y-E0BRaAzslNgYfbi9E-pWaPJZMzipROtM1Ns5U0CrxoU2rGrLynjTXSlznWRz7cXH1ZPmTBgapKUBhUH9OjlwLJfFOiezq_U000TqyjF7iFi0HJayzODKTJ1zrAvWReDTAtMXbqbDBUGUlMTZBicAeuayfgs6v-6hrpKpmJdYf-_8taE22kmQNWVQiH8YL9yADfSNbKVE4r9HLwqUZ9mAf4xlmSmecF_k6a4LYgr-UstEy7IJsXFwnEUL0ERisBq9Xfz26XYAZ8XKdeBm8s2ulwQ1LD5q6oMbmQg0tSnxgDzI0YMzqdgz1kZBFWCjvKu86q5XwVXE5giQqZOj8BkqUpbMMZNHLmqoaA68OvReO2TVKXLcPIjhD-pQ513HMzmo1pbGNK7sQJTbNTu-kN3Qy3tZTA3437YDsFgz9nAP03vkj8-8PrSzOnRL5L6btMJ4ZSTngbOIYracLwnMuRywsJ_HDCxUiFgYl8teLRYmxDB0VtWzkZ538DFN5lr07PgmpLLTg0fJhkvqSJsSQi_3AwFjyI8TLG3f28UT1bG-cZbmBhszuSDG8azGUYFAWTu-kAV-hjMv3uPuhAr6O61fukYG-4RxcXJdQcceynu3vYHkPR463Q4jXRmTqdQvsobwjW401slaqNVBi7YxGnxI5l2-5BU9g-Uh1H3vVDaJn93TBHKy5OVImFMGZjrHf2YaHzCfwutdT0tDG-WaQkwHGfy7lOnu3Gk1L56kiq5Kd0xfp27Z5ltcceY37ADDmrVf5yXJ8M0OoC--tOSaniuzJGP9OBpOEh75pWsLZMl2lu-4Nuupxy3XV45brqsf9jK56C9Nl65F1MuZM-u8m_ZnUYc96NqNWz2-Spxuo4SPrnL1fcmTOyfsDkldMv0ac6NTTI0WoPdm7hT30iZ6unHb_tQtMm136lEXLSsR9oiyQ7xH3jyL5K-8J_3MndlbQi41P-cbGRyfcyY9CTNPPlZhIHBIpbdegp1IJhqIz4ONAuL348R_7vSufhhMAAA */
|
|
1609
|
+
._1dqesow0 {
|
|
1610
|
+
display: flex;
|
|
1611
|
+
flex-direction: column;
|
|
1612
|
+
gap: 4px;
|
|
1613
|
+
min-width: 210px;
|
|
1614
|
+
}
|
|
1615
|
+
._1dqesow0[data-disabled] {
|
|
1616
|
+
opacity: 0.38;
|
|
1617
|
+
pointer-events: none;
|
|
1618
|
+
}
|
|
1619
|
+
._1dqesow1 {
|
|
1620
|
+
position: relative;
|
|
1621
|
+
display: flex;
|
|
1622
|
+
align-items: stretch;
|
|
1623
|
+
gap: 12px;
|
|
1624
|
+
height: 56px;
|
|
1625
|
+
padding-inline: 16px;
|
|
1626
|
+
box-sizing: border-box;
|
|
1627
|
+
transition: border-color 150ms var(--md-sys-motion-easing-standard), padding 150ms var(--md-sys-motion-easing-standard);
|
|
1628
|
+
}
|
|
1629
|
+
._1dqesow2 {
|
|
1630
|
+
border-top-left-radius: var(--md-sys-shape-extra-small);
|
|
1631
|
+
border-top-right-radius: var(--md-sys-shape-extra-small);
|
|
1632
|
+
background: rgb(var(--md-sys-color-surface-container-highest));
|
|
1633
|
+
border-bottom: 2px solid rgb(var(--md-sys-color-outline));
|
|
1634
|
+
}
|
|
1635
|
+
._1dqesow0[data-focused] ._1dqesow2 {
|
|
1636
|
+
border-bottom-color: rgb(var(--md-sys-color-primary));
|
|
1637
|
+
}
|
|
1638
|
+
._1dqesow0[data-invalid] ._1dqesow2 {
|
|
1639
|
+
border-bottom-color: rgb(var(--md-sys-color-error));
|
|
1640
|
+
}
|
|
1641
|
+
._1dqesow3 {
|
|
1642
|
+
border-radius: var(--md-sys-shape-extra-small);
|
|
1643
|
+
border: 1px solid rgb(var(--md-sys-color-outline));
|
|
1644
|
+
}
|
|
1645
|
+
._1dqesow0[data-focused] ._1dqesow3 {
|
|
1646
|
+
border: 2px solid rgb(var(--md-sys-color-primary));
|
|
1647
|
+
padding-inline: 15px;
|
|
1648
|
+
}
|
|
1649
|
+
._1dqesow0[data-invalid] ._1dqesow3 {
|
|
1650
|
+
border-color: rgb(var(--md-sys-color-error));
|
|
1651
|
+
}
|
|
1652
|
+
._1dqesow4 {
|
|
1653
|
+
position: relative;
|
|
1654
|
+
flex: 1;
|
|
1655
|
+
display: flex;
|
|
1656
|
+
align-items: center;
|
|
1657
|
+
min-width: 0;
|
|
1658
|
+
}
|
|
1659
|
+
._1dqesow5 {
|
|
1660
|
+
width: 100%;
|
|
1661
|
+
background: transparent;
|
|
1662
|
+
border: none;
|
|
1663
|
+
outline: none;
|
|
1664
|
+
padding: 0;
|
|
1665
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
1666
|
+
font-family: var(--md-sys-typescale-body-large-font);
|
|
1667
|
+
font-weight: var(--md-sys-typescale-body-large-weight);
|
|
1668
|
+
font-size: var(--md-sys-typescale-body-large-size);
|
|
1669
|
+
line-height: var(--md-sys-typescale-body-large-line-height);
|
|
1670
|
+
letter-spacing: var(--md-sys-typescale-body-large-tracking);
|
|
1671
|
+
}
|
|
1672
|
+
._1dqesow5::placeholder {
|
|
1673
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1674
|
+
}
|
|
1675
|
+
._1dqesow6 {
|
|
1676
|
+
padding-top: 12px;
|
|
1677
|
+
}
|
|
1678
|
+
._1dqesow8 {
|
|
1679
|
+
position: absolute;
|
|
1680
|
+
left: 0;
|
|
1681
|
+
top: 50%;
|
|
1682
|
+
transform: translateY(-50%);
|
|
1683
|
+
transform-origin: left;
|
|
1684
|
+
pointer-events: none;
|
|
1685
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1686
|
+
font-family: var(--md-sys-typescale-body-large-font);
|
|
1687
|
+
font-weight: var(--md-sys-typescale-body-large-weight);
|
|
1688
|
+
font-size: var(--md-sys-typescale-body-large-size);
|
|
1689
|
+
line-height: var(--md-sys-typescale-body-large-line-height);
|
|
1690
|
+
letter-spacing: var(--md-sys-typescale-body-large-tracking);
|
|
1691
|
+
transition: all 150ms var(--md-sys-motion-easing-standard);
|
|
1692
|
+
}
|
|
1693
|
+
._1dqesow0[data-focused] ._1dqesow8 {
|
|
1694
|
+
color: rgb(var(--md-sys-color-primary));
|
|
1695
|
+
}
|
|
1696
|
+
._1dqesow0[data-invalid] ._1dqesow8 {
|
|
1697
|
+
color: rgb(var(--md-sys-color-error));
|
|
1698
|
+
}
|
|
1699
|
+
._1dqesow0[data-focused] ._1dqesow9 {
|
|
1700
|
+
top: 6px;
|
|
1701
|
+
transform: translateY(0);
|
|
1702
|
+
font-family: var(--md-sys-typescale-body-small-font);
|
|
1703
|
+
font-weight: var(--md-sys-typescale-body-small-weight);
|
|
1704
|
+
font-size: var(--md-sys-typescale-body-small-size);
|
|
1705
|
+
line-height: var(--md-sys-typescale-body-small-line-height);
|
|
1706
|
+
letter-spacing: var(--md-sys-typescale-body-small-tracking);
|
|
1707
|
+
}
|
|
1708
|
+
._1dqesow0[data-filled] ._1dqesow9 {
|
|
1709
|
+
top: 6px;
|
|
1710
|
+
transform: translateY(0);
|
|
1711
|
+
font-family: var(--md-sys-typescale-body-small-font);
|
|
1712
|
+
font-weight: var(--md-sys-typescale-body-small-weight);
|
|
1713
|
+
font-size: var(--md-sys-typescale-body-small-size);
|
|
1714
|
+
line-height: var(--md-sys-typescale-body-small-line-height);
|
|
1715
|
+
letter-spacing: var(--md-sys-typescale-body-small-tracking);
|
|
1716
|
+
}
|
|
1717
|
+
._1dqesow0[data-focused] ._1dqesowa {
|
|
1718
|
+
top: 0;
|
|
1719
|
+
transform: translateY(-50%);
|
|
1720
|
+
background: rgb(var(--md-sys-color-surface));
|
|
1721
|
+
padding-inline: 4px;
|
|
1722
|
+
font-family: var(--md-sys-typescale-body-small-font);
|
|
1723
|
+
font-weight: var(--md-sys-typescale-body-small-weight);
|
|
1724
|
+
font-size: var(--md-sys-typescale-body-small-size);
|
|
1725
|
+
line-height: var(--md-sys-typescale-body-small-line-height);
|
|
1726
|
+
letter-spacing: var(--md-sys-typescale-body-small-tracking);
|
|
1727
|
+
}
|
|
1728
|
+
._1dqesow0[data-filled] ._1dqesowa {
|
|
1729
|
+
top: 0;
|
|
1730
|
+
transform: translateY(-50%);
|
|
1731
|
+
background: rgb(var(--md-sys-color-surface));
|
|
1732
|
+
padding-inline: 4px;
|
|
1733
|
+
font-family: var(--md-sys-typescale-body-small-font);
|
|
1734
|
+
font-weight: var(--md-sys-typescale-body-small-weight);
|
|
1735
|
+
font-size: var(--md-sys-typescale-body-small-size);
|
|
1736
|
+
line-height: var(--md-sys-typescale-body-small-line-height);
|
|
1737
|
+
letter-spacing: var(--md-sys-typescale-body-small-tracking);
|
|
1738
|
+
}
|
|
1739
|
+
._1dqesowb {
|
|
1740
|
+
display: flex;
|
|
1741
|
+
align-items: center;
|
|
1742
|
+
flex-shrink: 0;
|
|
1743
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1744
|
+
}
|
|
1745
|
+
._1dqesowc {
|
|
1746
|
+
display: flex;
|
|
1747
|
+
justify-content: space-between;
|
|
1748
|
+
gap: 16px;
|
|
1749
|
+
padding-inline: 16px;
|
|
1750
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1751
|
+
font-family: var(--md-sys-typescale-body-small-font);
|
|
1752
|
+
font-weight: var(--md-sys-typescale-body-small-weight);
|
|
1753
|
+
font-size: var(--md-sys-typescale-body-small-size);
|
|
1754
|
+
line-height: var(--md-sys-typescale-body-small-line-height);
|
|
1755
|
+
letter-spacing: var(--md-sys-typescale-body-small-tracking);
|
|
1756
|
+
}
|
|
1757
|
+
._1dqesow0[data-invalid] ._1dqesowc {
|
|
1758
|
+
color: rgb(var(--md-sys-color-error));
|
|
1759
|
+
}
|
|
1760
|
+
._1dqesowd {
|
|
1761
|
+
min-width: 0;
|
|
1762
|
+
}
|
|
1763
|
+
._1dqesowe {
|
|
1764
|
+
flex-shrink: 0;
|
|
1765
|
+
font-variant-numeric: tabular-nums;
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
/* vanilla-extract-css-ns:src/navigation-bar.css.ts.vanilla.css?source=#H4sIAAAAAAAAA71Vy27bMBC8-yuIAAXiAwMpzgv0sZ9RFMWKXElMKJIgV07dIv9ekJJjyw_ETtGeLFO7w5nZIXXzo3TPDx7qgv2eMaZ09AbWgtUGfy5njIHRjeWasIuCRQpIsk3rz30kXa-5dJbQkmDRg0QOwfVWpYJXragVrCyKL-lvi7ppSbCnwmfcCuRLk4sFC011vYJwzXmneFxHLp1xgcc-1AkzbQHaYpjPl7O32c2GcZkZexc1aWcFC2iA9AqXx3SkX8HKzSNXOqAc-qQzfWcPxEq0hOGo1u2rBrxgd4MkD0pp23BtjbZ4sEzOC1beThcrR-Q6wcqHQ1sogI0eAlrKr1xQGASzzmaJsg_RBcG80xs2fcTAIxqUtK1zPQ18hoVdA78pIOBKR6gMqu_ZT-dBaloLVtwsnjLVAZ_jCi3FIzC3l8zhcovHID2Mdm6CtMhO7tBY7NGAKjrTU6ahbUQSrNj6yAMo3UfBJsGLLXjkdW_M_INpuBWG2rhXwVqtFOb45JJx923rkGZW3hddnO7WuVTLEWKKQiSwCoKahnwhRIW1C5jVvdtzdbU8T-yOAtmHxP5rorOcTPr0mKeixo50qD-jZcybDxhjitve6M65ElC6BLw-fSmINo2GnTDwXfN07ASEPDfuo9VO9pGvdNSVwc-gZoB9VJDpgHwGbjRvCnj3b09g9v7kTJx9v6lXEDRYms_3g_NXR-BkbO7GM_ERuw9Dc38m0DGZtbPEa-i02R8YrT1GCQa5gQoN71DpvuOpYdv5Ol5n53QOtdveqH_heZ2pMvelLwFvL9hzp2EAQEq3RPraa9uch0EB5Iu2zX-KxWXTnB_O4rEolrO3P93vGh8aCQAA */
|
|
1769
|
+
._1oj6paf0 {
|
|
1770
|
+
display: flex;
|
|
1771
|
+
align-items: stretch;
|
|
1772
|
+
justify-content: space-around;
|
|
1773
|
+
width: 100%;
|
|
1774
|
+
height: 80px;
|
|
1775
|
+
background: rgb(var(--md-sys-color-surface-container));
|
|
1776
|
+
}
|
|
1777
|
+
._1oj6paf1 {
|
|
1778
|
+
position: relative;
|
|
1779
|
+
display: flex;
|
|
1780
|
+
flex: 1;
|
|
1781
|
+
flex-direction: column;
|
|
1782
|
+
align-items: center;
|
|
1783
|
+
justify-content: center;
|
|
1784
|
+
gap: 4px;
|
|
1785
|
+
padding-inline: 4px;
|
|
1786
|
+
padding-top: 12px;
|
|
1787
|
+
padding-bottom: 16px;
|
|
1788
|
+
background: transparent;
|
|
1789
|
+
border: none;
|
|
1790
|
+
cursor: pointer;
|
|
1791
|
+
user-select: none;
|
|
1792
|
+
outline: none;
|
|
1793
|
+
}
|
|
1794
|
+
._1oj6paf1[data-disabled] {
|
|
1795
|
+
opacity: 0.38;
|
|
1796
|
+
pointer-events: none;
|
|
1797
|
+
}
|
|
1798
|
+
._1oj6paf2 {
|
|
1799
|
+
position: relative;
|
|
1800
|
+
display: flex;
|
|
1801
|
+
align-items: center;
|
|
1802
|
+
justify-content: center;
|
|
1803
|
+
width: 64px;
|
|
1804
|
+
height: 32px;
|
|
1805
|
+
}
|
|
1806
|
+
._1oj6paf3 {
|
|
1807
|
+
position: absolute;
|
|
1808
|
+
inset: 0;
|
|
1809
|
+
border-radius: var(--md-sys-shape-full);
|
|
1810
|
+
background: transparent;
|
|
1811
|
+
overflow: hidden;
|
|
1812
|
+
transition: background-color 150ms var(--md-sys-motion-easing-standard);
|
|
1813
|
+
}
|
|
1814
|
+
._1oj6paf3::before {
|
|
1815
|
+
content: "";
|
|
1816
|
+
position: absolute;
|
|
1817
|
+
inset: 0;
|
|
1818
|
+
background: currentColor;
|
|
1819
|
+
opacity: 0;
|
|
1820
|
+
pointer-events: none;
|
|
1821
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
1822
|
+
}
|
|
1823
|
+
._1oj6paf1[data-pressed] ._1oj6paf3 {
|
|
1824
|
+
background: rgb(var(--md-sys-color-secondary-container));
|
|
1825
|
+
}
|
|
1826
|
+
._1oj6paf1:hover ._1oj6paf3::before {
|
|
1827
|
+
opacity: var(--md-sys-state-hover);
|
|
1828
|
+
}
|
|
1829
|
+
._1oj6paf1:focus-visible ._1oj6paf3::before {
|
|
1830
|
+
opacity: var(--md-sys-state-focus);
|
|
1831
|
+
}
|
|
1832
|
+
._1oj6paf1:active ._1oj6paf3::before {
|
|
1833
|
+
opacity: var(--md-sys-state-pressed);
|
|
1834
|
+
}
|
|
1835
|
+
._1oj6paf4 {
|
|
1836
|
+
position: relative;
|
|
1837
|
+
display: flex;
|
|
1838
|
+
align-items: center;
|
|
1839
|
+
justify-content: center;
|
|
1840
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1841
|
+
transition: color 150ms var(--md-sys-motion-easing-standard);
|
|
1842
|
+
}
|
|
1843
|
+
._1oj6paf1[data-pressed] ._1oj6paf4 {
|
|
1844
|
+
color: rgb(var(--md-sys-color-on-secondary-container));
|
|
1845
|
+
}
|
|
1846
|
+
._1oj6paf5 {
|
|
1847
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
1848
|
+
font-family: var(--md-sys-typescale-label-medium-font);
|
|
1849
|
+
font-weight: var(--md-sys-typescale-label-medium-weight);
|
|
1850
|
+
font-size: var(--md-sys-typescale-label-medium-size);
|
|
1851
|
+
line-height: var(--md-sys-typescale-label-medium-line-height);
|
|
1852
|
+
letter-spacing: var(--md-sys-typescale-label-medium-tracking);
|
|
1853
|
+
transition: color 150ms var(--md-sys-motion-easing-standard);
|
|
1854
|
+
}
|
|
1855
|
+
._1oj6paf1[data-pressed] ._1oj6paf5 {
|
|
1856
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
1857
|
+
font-weight: 700;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
/* vanilla-extract-css-ns:src/fab.css.ts.vanilla.css?source=#H4sIAAAAAAAAA61Uy3KcMBC871eofPIe5Fp21ylbPuYzUq7UgAZQLCRKGrBJyv-ekmDNI2uHdXIUdLe6ewZuvicJ3QHAjv3aMPasJJWCHXf1y8OGsRJVUdJ4Tq2T6LgDqRovWAvumvNKct957kuokVcoVVNtHzavm5tR2rfFVH5_nMv35wkjmaJvv8zRp_PfzWhwBW4Xypd62U_R9wsv96u94As5OOdov3R0WNzRnyeMQ0Qv66iU4YPC3TCuGqRUpuDKaGVQsGSAFlALluwvrZGx3BriOVRKdwskdTX6DHRAp6h7Dg_4kfg8OF5B7KEj1aufuIoYgJEWEvNy_Y0TfM9HInTc15ApU6ySIAfZkzLFdjGtSzfuGNG19YqUNYI51ECqxUCSytcaOsH6mfJcYxQDrQrDFWHlBcvQELrw-EfjSeUdz6whNDR9ldqX0FYMN-xAaqOWbdHl2j4LViop0YxbIpixJvrIGuetE6y26iTY-NAXasxoxNmG-t07PYjXliCD_KxT1NhCCMw1tqgPcQrkwJxqGJksud1Vfk6vbOQi-LDxnsBIcHI-iqMQKebWYSz4rZOrq4dZ35B6qxuKdpXxSILtonXIngpnGyNFyO_Q0FerbQxvw55QNyCHVji2aMiP4adxBgZLdp_MUoY5xSRrOz2elZiV8pZj_h8gIOQRvZTIbdZ43iqvUo2rpSJrKQVZ2PLVGrVD73FZyzcJBKd3j_8oJqTykGqUc_7u5nD30Zin8-if_enwpPz4H6Xv-22YrKkr0utZ2iwsLPeNyyHD-FsAZdDxUhXlNn5yEfEus3aqAtdt50XB2osH-njxmjutOc-bGEhXJ8fMhq_pcgvvMCcmsrUmCB2pz3g4T3z9DRwgwwvFCQAA */
|
|
1861
|
+
._11t8aaa0 {
|
|
1862
|
+
width: 40px;
|
|
1863
|
+
height: 40px;
|
|
1864
|
+
border-radius: var(--md-sys-shape-medium);
|
|
1865
|
+
}
|
|
1866
|
+
._11t8aaa0 svg {
|
|
1867
|
+
width: 24px;
|
|
1868
|
+
height: 24px;
|
|
1869
|
+
}
|
|
1870
|
+
._11t8aaa1 {
|
|
1871
|
+
width: 56px;
|
|
1872
|
+
height: 56px;
|
|
1873
|
+
border-radius: var(--md-sys-shape-large);
|
|
1874
|
+
}
|
|
1875
|
+
._11t8aaa1 svg {
|
|
1876
|
+
width: 24px;
|
|
1877
|
+
height: 24px;
|
|
1878
|
+
}
|
|
1879
|
+
._11t8aaa2 {
|
|
1880
|
+
width: 96px;
|
|
1881
|
+
height: 96px;
|
|
1882
|
+
border-radius: var(--md-sys-shape-extra-large);
|
|
1883
|
+
}
|
|
1884
|
+
._11t8aaa2 svg {
|
|
1885
|
+
width: 36px;
|
|
1886
|
+
height: 36px;
|
|
1887
|
+
}
|
|
1888
|
+
._11t8aaa3 {
|
|
1889
|
+
height: 56px;
|
|
1890
|
+
min-width: 80px;
|
|
1891
|
+
padding-inline: 16px;
|
|
1892
|
+
gap: 12px;
|
|
1893
|
+
border-radius: var(--md-sys-shape-large);
|
|
1894
|
+
font-family: var(--md-sys-typescale-label-large-font);
|
|
1895
|
+
font-weight: var(--md-sys-typescale-label-large-weight);
|
|
1896
|
+
font-size: var(--md-sys-typescale-label-large-size);
|
|
1897
|
+
line-height: var(--md-sys-typescale-label-large-line-height);
|
|
1898
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
1899
|
+
}
|
|
1900
|
+
._11t8aaa3 svg {
|
|
1901
|
+
width: 24px;
|
|
1902
|
+
height: 24px;
|
|
1903
|
+
}
|
|
1904
|
+
._11t8aaa4 {
|
|
1905
|
+
position: relative;
|
|
1906
|
+
display: inline-flex;
|
|
1907
|
+
align-items: center;
|
|
1908
|
+
justify-content: center;
|
|
1909
|
+
box-sizing: border-box;
|
|
1910
|
+
overflow: hidden;
|
|
1911
|
+
border: none;
|
|
1912
|
+
cursor: pointer;
|
|
1913
|
+
user-select: none;
|
|
1914
|
+
outline: none;
|
|
1915
|
+
box-shadow: var(--md-sys-elevation-level3);
|
|
1916
|
+
transition: box-shadow 150ms var(--md-sys-motion-easing-standard);
|
|
1917
|
+
}
|
|
1918
|
+
._11t8aaa4::before {
|
|
1919
|
+
content: "";
|
|
1920
|
+
position: absolute;
|
|
1921
|
+
inset: 0;
|
|
1922
|
+
background: currentColor;
|
|
1923
|
+
opacity: 0;
|
|
1924
|
+
pointer-events: none;
|
|
1925
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
1926
|
+
}
|
|
1927
|
+
._11t8aaa4:hover {
|
|
1928
|
+
box-shadow: var(--md-sys-elevation-level4);
|
|
1929
|
+
}
|
|
1930
|
+
._11t8aaa4:hover::before {
|
|
1931
|
+
opacity: var(--md-sys-state-hover);
|
|
1932
|
+
}
|
|
1933
|
+
._11t8aaa4:focus-visible::before {
|
|
1934
|
+
opacity: var(--md-sys-state-focus);
|
|
1935
|
+
}
|
|
1936
|
+
._11t8aaa4:active::before {
|
|
1937
|
+
opacity: var(--md-sys-state-pressed);
|
|
1938
|
+
}
|
|
1939
|
+
._11t8aaa4[data-pressed]::before {
|
|
1940
|
+
opacity: var(--md-sys-state-pressed);
|
|
1941
|
+
}
|
|
1942
|
+
._11t8aaa4:disabled {
|
|
1943
|
+
opacity: 0.38;
|
|
1944
|
+
pointer-events: none;
|
|
1945
|
+
box-shadow: none;
|
|
1946
|
+
}
|
|
1947
|
+
._11t8aaa4[data-disabled] {
|
|
1948
|
+
opacity: 0.38;
|
|
1949
|
+
pointer-events: none;
|
|
1950
|
+
box-shadow: none;
|
|
1951
|
+
}
|
|
1952
|
+
._11t8aaa9 {
|
|
1953
|
+
background: rgb(var(--md-sys-color-surface-container-high));
|
|
1954
|
+
color: rgb(var(--md-sys-color-primary));
|
|
1955
|
+
}
|
|
1956
|
+
._11t8aaaa {
|
|
1957
|
+
background: rgb(var(--md-sys-color-primary-container));
|
|
1958
|
+
color: rgb(var(--md-sys-color-on-primary-container));
|
|
1959
|
+
}
|
|
1960
|
+
._11t8aaab {
|
|
1961
|
+
background: rgb(var(--md-sys-color-secondary-container));
|
|
1962
|
+
color: rgb(var(--md-sys-color-on-secondary-container));
|
|
1963
|
+
}
|
|
1964
|
+
._11t8aaac {
|
|
1965
|
+
background: rgb(var(--md-sys-color-tertiary-container));
|
|
1966
|
+
color: rgb(var(--md-sys-color-on-tertiary-container));
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
/* vanilla-extract-css-ns:src/divider.css.ts.vanilla.css?source=Lm45YnFjZTAgewogIGZsZXgtc2hyaW5rOiAwOwogIGFsaWduLXNlbGY6IHN0cmV0Y2g7CiAgYm9yZGVyOiBub25lOwogIGJhY2tncm91bmQ6IHJnYih2YXIoLS1tZC1zeXMtY29sb3Itb3V0bGluZS12YXJpYW50KSk7Cn0KLm45YnFjZTEgewogIGhlaWdodDogMXB4OwogIHdpZHRoOiBhdXRvOwp9Ci5uOWJxY2UyIHsKICB3aWR0aDogMXB4OwogIGhlaWdodDogYXV0bzsKfQoubjlicWNlNiB7CiAgbWFyZ2luLWlubGluZS1zdGFydDogMTZweDsKfQoubjlicWNlNyB7CiAgbWFyZ2luLWlubGluZTogMTZweDsKfQoubjlicWNlOCB7CiAgbWFyZ2luLWJsb2NrLXN0YXJ0OiAxNnB4Owp9Ci5uOWJxY2U5IHsKICBtYXJnaW4tYmxvY2s6IDE2cHg7Cn0 */
|
|
1970
|
+
.n9bqce0 {
|
|
1971
|
+
flex-shrink: 0;
|
|
1972
|
+
align-self: stretch;
|
|
1973
|
+
border: none;
|
|
1974
|
+
background: rgb(var(--md-sys-color-outline-variant));
|
|
1975
|
+
}
|
|
1976
|
+
.n9bqce1 {
|
|
1977
|
+
height: 1px;
|
|
1978
|
+
width: auto;
|
|
1979
|
+
}
|
|
1980
|
+
.n9bqce2 {
|
|
1981
|
+
width: 1px;
|
|
1982
|
+
height: auto;
|
|
1983
|
+
}
|
|
1984
|
+
.n9bqce6 {
|
|
1985
|
+
margin-inline-start: 16px;
|
|
1986
|
+
}
|
|
1987
|
+
.n9bqce7 {
|
|
1988
|
+
margin-inline: 16px;
|
|
1989
|
+
}
|
|
1990
|
+
.n9bqce8 {
|
|
1991
|
+
margin-block-start: 16px;
|
|
1992
|
+
}
|
|
1993
|
+
.n9bqce9 {
|
|
1994
|
+
margin-block: 16px;
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
/* vanilla-extract-css-ns:src/progress.css.ts.vanilla.css?source=#H4sIAAAAAAAAA51UwW7bMAy95yt4KZAcVNiJ123upZ8xYBgGxqJtLrJkiHS6oOi_D5aTNEm7bunJJs3H90g9-WFDuzpiRwI_c9vnq-JrBk8zgOwmPQA0opc6xK6cXh0qfZubPMtuFvczgOcZwBi8W168VD_PHl5z5gmt4XWTGBSV5qu7zFJzbHF7AC4Tog_CysGXEMmh8pbGQsvSO9yVsHah2oyZR7balknuGLbETaslFP3vMQxbirULjyW0bC35MbcO0VI0ES0PUsIW49yYzhrZiZEWezL14Nzi_lTT6kITriW4QZMm9kJaQpZ6Y7VpYhi8LSE26_lZ8yq4EI0MscaKTBW8InuKpuWmJdHF4qPqinfUaegP2oJq6PaBo_oKzX3kDuPuSoX7Q9-LSgcFyyzr5BzThbHAEAr7xoiitxjt-YTL7xYVDXtLSrFjj0o_4GIBeysUkxNOuX3waRnoucMp9XI1lgKEQoa9CYMC-5o9j8s74f-UCI7uY-_Yk6kdJZeh48YbVuqkhIq8UhzTvwZRrnfppMnr6aeD1C-TTY-uTfEp75tzP709Sg75bSEwSsP4tzlk25zP8q-bNMUnPe4SXjSGDX3U5RPaHNZwMfXn_2E48-Qb_Y7JcR8V9uN_Z_D20hr7IovShroWUlhdY9E_Mxstrm0FAAA */
|
|
1998
|
+
@keyframes _1dp13490 {
|
|
1999
|
+
0% {
|
|
2000
|
+
transform: translateX(-100%);
|
|
2001
|
+
}
|
|
2002
|
+
100% {
|
|
2003
|
+
transform: translateX(400%);
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
2006
|
+
@keyframes _1dp13491 {
|
|
2007
|
+
to {
|
|
2008
|
+
transform: rotate(360deg);
|
|
2009
|
+
}
|
|
2010
|
+
}
|
|
2011
|
+
._1dp13492 {
|
|
2012
|
+
position: relative;
|
|
2013
|
+
display: block;
|
|
2014
|
+
width: 100%;
|
|
2015
|
+
height: 4px;
|
|
2016
|
+
overflow: hidden;
|
|
2017
|
+
border-radius: var(--md-sys-shape-full);
|
|
2018
|
+
}
|
|
2019
|
+
._1dp13493 {
|
|
2020
|
+
position: absolute;
|
|
2021
|
+
inset: 0;
|
|
2022
|
+
background: rgb(var(--md-sys-color-surface-container-highest));
|
|
2023
|
+
border-radius: var(--md-sys-shape-full);
|
|
2024
|
+
}
|
|
2025
|
+
._1dp13494 {
|
|
2026
|
+
position: absolute;
|
|
2027
|
+
top: 0;
|
|
2028
|
+
bottom: 0;
|
|
2029
|
+
left: 0;
|
|
2030
|
+
background: rgb(var(--md-sys-color-primary));
|
|
2031
|
+
border-radius: var(--md-sys-shape-full);
|
|
2032
|
+
transition: width 200ms var(--md-sys-motion-easing-standard);
|
|
2033
|
+
}
|
|
2034
|
+
._1dp13492[data-indeterminate] ._1dp13494 {
|
|
2035
|
+
width: 40%;
|
|
2036
|
+
transition: none;
|
|
2037
|
+
animation: _1dp13490 2s ease-in-out infinite;
|
|
2038
|
+
}
|
|
2039
|
+
._1dp13495 {
|
|
2040
|
+
display: inline-flex;
|
|
2041
|
+
align-items: center;
|
|
2042
|
+
justify-content: center;
|
|
2043
|
+
width: 48px;
|
|
2044
|
+
height: 48px;
|
|
2045
|
+
}
|
|
2046
|
+
._1dp13495[data-indeterminate] {
|
|
2047
|
+
animation: _1dp13491 1.4s linear infinite;
|
|
2048
|
+
}
|
|
2049
|
+
._1dp13495 svg {
|
|
2050
|
+
display: block;
|
|
2051
|
+
width: 100%;
|
|
2052
|
+
height: 100%;
|
|
2053
|
+
}
|
|
2054
|
+
._1dp13496 {
|
|
2055
|
+
stroke: rgb(var(--md-sys-color-surface-container-highest));
|
|
2056
|
+
stroke-width: 4px;
|
|
2057
|
+
}
|
|
2058
|
+
._1dp13497 {
|
|
2059
|
+
stroke: rgb(var(--md-sys-color-primary));
|
|
2060
|
+
stroke-width: 4px;
|
|
2061
|
+
stroke-linecap: round;
|
|
2062
|
+
transition: stroke-dashoffset 300ms var(--md-sys-motion-easing-standard);
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
/* vanilla-extract-css-ns:src/list.css.ts.vanilla.css?source=#H4sIAAAAAAAAA61V227cIBB9z1egSpWyUkl3c2tKHvsZVVWNYeylwWDBeJNN1X-vwGxsb5zGTvMI5py5nDPjs58X1YWyZs1-nzBmdCAeaG9QMOss3p4wVoOvtBVsHQ8NKKVtxbU12uLRZWGcvBPspnmItwXIu8q71irByIMNDXi0dHvy5-QsB92koI0LmrSzgnk0QHqXwiodGgN7wUqDie9eK9oKtlmvP8YjGF1ZrgnrIJhES-jjdQWNYJvrnIJ74EE_alsJVjiv0PPCPUzVcUAQPhBP1IIZLOmfhbBM2vdKOuO8YL4qTnfgTzmvFQ_7wNM9d5aH1pcgcbV6CqZQOg9d_R1N35-L1J9aW75FXW1JsKuc51TLe9zlM9yX8zm4q2e4myzmqNtRER4IPE1Qbs7HnNeJU7Y-xM40Th-UagN6HtCgpL6Bboe-NO5esK1WCm26a6kT6bg910IUWDqPXQhnCS0J9uHD7chVUARnWkr82gakbNuhrrL1UdNvUacUswGpaX8weJc1xx1aCn22yQ05SkZEf9aBjdSvXXzCEULsUyCwCrxajUvZxtJHBT3lMCILBIQ8vT5iKJ1sA9_poAuDs5kS6ogJZJzC2RSNxxDwqKDvCgi40gEKg-rHJ9bTHy7z9E_19mWiQ1ZThNMZr4d0N-nbs-Xywjb51QbS5Z4_eav_1A3B1mt7l10yd_j5DrwGS6tRwzZHdbJxxrM3C_vM1mcXN6tx0WFXJZq8RM8vu7E-jHl37gFfp7uUalbao-w8L51p6zSjcWdk7vXhpWCbIScsqyNtyNJZ4iXU2hw7j_YNBgkGeeHUnhvwVfSypR53n4t7Hde97JFBP-IcXHyXUHE_Pe3M13GD5x0cKY5AiI6N_6rXGciDvNO2mmehha2fslCxiGJo8QUq1qh0W79BxgxcrmMGLhcyA_9HyUyxTMplOkxKKRetwPfZc_NMYKBAw0MNxiwzwRC4yARD4CITDIFvNMGQYpkJ5HuYYN4v4S9BPVxSIAwAAA */
|
|
2066
|
+
._3g3dnl0 {
|
|
2067
|
+
list-style: none;
|
|
2068
|
+
margin: 0;
|
|
2069
|
+
padding-inline: 0;
|
|
2070
|
+
padding-block: 8px;
|
|
2071
|
+
background: transparent;
|
|
2072
|
+
}
|
|
2073
|
+
._3g3dnl1 {
|
|
2074
|
+
position: relative;
|
|
2075
|
+
display: flex;
|
|
2076
|
+
width: 100%;
|
|
2077
|
+
align-items: center;
|
|
2078
|
+
gap: 16px;
|
|
2079
|
+
box-sizing: border-box;
|
|
2080
|
+
padding-inline: 16px;
|
|
2081
|
+
text-align: left;
|
|
2082
|
+
background: transparent;
|
|
2083
|
+
border: none;
|
|
2084
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
2085
|
+
text-decoration: none;
|
|
2086
|
+
}
|
|
2087
|
+
._3g3dnl3 {
|
|
2088
|
+
min-height: 56px;
|
|
2089
|
+
padding-block: 8px;
|
|
2090
|
+
}
|
|
2091
|
+
._3g3dnl4 {
|
|
2092
|
+
min-height: 72px;
|
|
2093
|
+
padding-block: 8px;
|
|
2094
|
+
}
|
|
2095
|
+
._3g3dnl5 {
|
|
2096
|
+
min-height: 88px;
|
|
2097
|
+
align-items: flex-start;
|
|
2098
|
+
padding-block: 12px;
|
|
2099
|
+
}
|
|
2100
|
+
._3g3dnl6 {
|
|
2101
|
+
cursor: pointer;
|
|
2102
|
+
user-select: none;
|
|
2103
|
+
overflow: hidden;
|
|
2104
|
+
outline: none;
|
|
2105
|
+
}
|
|
2106
|
+
._3g3dnl6::before {
|
|
2107
|
+
content: "";
|
|
2108
|
+
position: absolute;
|
|
2109
|
+
inset: 0;
|
|
2110
|
+
background: currentColor;
|
|
2111
|
+
opacity: 0;
|
|
2112
|
+
pointer-events: none;
|
|
2113
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
2114
|
+
}
|
|
2115
|
+
._3g3dnl6:hover::before {
|
|
2116
|
+
opacity: var(--md-sys-state-hover);
|
|
2117
|
+
}
|
|
2118
|
+
._3g3dnl6:focus-visible::before {
|
|
2119
|
+
opacity: var(--md-sys-state-focus);
|
|
2120
|
+
}
|
|
2121
|
+
._3g3dnl6:active::before {
|
|
2122
|
+
opacity: var(--md-sys-state-pressed);
|
|
2123
|
+
}
|
|
2124
|
+
._3g3dnl6[data-disabled],
|
|
2125
|
+
._3g3dnl6:disabled {
|
|
2126
|
+
pointer-events: none;
|
|
2127
|
+
}
|
|
2128
|
+
._3g3dnl6[data-disabled]::before,
|
|
2129
|
+
._3g3dnl6:disabled::before {
|
|
2130
|
+
opacity: 0;
|
|
2131
|
+
}
|
|
2132
|
+
._3g3dnl8 {
|
|
2133
|
+
display: flex;
|
|
2134
|
+
align-items: center;
|
|
2135
|
+
justify-content: center;
|
|
2136
|
+
flex-shrink: 0;
|
|
2137
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
2138
|
+
}
|
|
2139
|
+
._3g3dnl1[data-disabled] ._3g3dnl8 {
|
|
2140
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
2141
|
+
}
|
|
2142
|
+
._3g3dnl8 svg {
|
|
2143
|
+
width: 24px;
|
|
2144
|
+
height: 24px;
|
|
2145
|
+
}
|
|
2146
|
+
._3g3dnl9 {
|
|
2147
|
+
display: flex;
|
|
2148
|
+
flex-direction: column;
|
|
2149
|
+
min-width: 0;
|
|
2150
|
+
flex: 1;
|
|
2151
|
+
}
|
|
2152
|
+
._3g3dnla {
|
|
2153
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
2154
|
+
font-family: var(--md-sys-typescale-body-large-font);
|
|
2155
|
+
font-weight: var(--md-sys-typescale-body-large-weight);
|
|
2156
|
+
font-size: var(--md-sys-typescale-body-large-size);
|
|
2157
|
+
line-height: var(--md-sys-typescale-body-large-line-height);
|
|
2158
|
+
letter-spacing: var(--md-sys-typescale-body-large-tracking);
|
|
2159
|
+
}
|
|
2160
|
+
._3g3dnl1[data-disabled] ._3g3dnla {
|
|
2161
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
2162
|
+
}
|
|
2163
|
+
._3g3dnlb {
|
|
2164
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
2165
|
+
font-family: var(--md-sys-typescale-body-medium-font);
|
|
2166
|
+
font-weight: var(--md-sys-typescale-body-medium-weight);
|
|
2167
|
+
font-size: var(--md-sys-typescale-body-medium-size);
|
|
2168
|
+
line-height: var(--md-sys-typescale-body-medium-line-height);
|
|
2169
|
+
letter-spacing: var(--md-sys-typescale-body-medium-tracking);
|
|
2170
|
+
}
|
|
2171
|
+
._3g3dnl1[data-disabled] ._3g3dnlb {
|
|
2172
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
2173
|
+
}
|
|
2174
|
+
._3g3dnlc {
|
|
2175
|
+
display: flex;
|
|
2176
|
+
align-items: center;
|
|
2177
|
+
flex-shrink: 0;
|
|
2178
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
2179
|
+
font-family: var(--md-sys-typescale-label-small-font);
|
|
2180
|
+
font-weight: var(--md-sys-typescale-label-small-weight);
|
|
2181
|
+
font-size: var(--md-sys-typescale-label-small-size);
|
|
2182
|
+
line-height: var(--md-sys-typescale-label-small-line-height);
|
|
2183
|
+
letter-spacing: var(--md-sys-typescale-label-small-tracking);
|
|
2184
|
+
}
|
|
2185
|
+
._3g3dnl1[data-disabled] ._3g3dnlc {
|
|
2186
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
2187
|
+
}
|
|
2188
|
+
._3g3dnlc svg {
|
|
2189
|
+
width: 24px;
|
|
2190
|
+
height: 24px;
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
/* vanilla-extract-css-ns:src/snackbar.css.ts.vanilla.css?source=#H4sIAAAAAAAAA-1W227bOBB9z1cQBQrYQBnIdmNkmcf9iS2KohiJI4lrihTIkWJlsf9ekJJtSZtu5KRAgaJPiThzDjmXM-PbrxvKD8a2CfvnhrHaekXKGsFydUT5cMNYaolsJdhmXx_Dt8acBLtL3ocPcmB8bl0l-n81EP614nfJ-3UwP3FlJB6De_iUytcaOsFyjZEr_OVSOcz6SzOrm8oESwG1YPf9jY9KUilYpczqbp_Uxw8sA52tNknSPjLOdtv6uF4_3Px7c3sKZjMLxqEGUi0--wjQqjBcEVZesAwNoZu_oFKGl6iKkgT7OJyl9si9elKmECy1TqLjqY2WGqRUpuB9pk55O526nuZ-eppqmx3OpwOfA6kaL1gLbsV5JbnvPPcl1MjxSA64r0DrmOkUskPhbGOkYK5IVxNIZrV1XJkWnUfuG5dDhuuIi6YXIdZMUTH2EqR9nD0ONbYQcs41tqh30Tu3hngOldLdzJ26Gn0GGnlqZccrlKqpePC_AB-HvC8A9q4XqFdPuAgYHCNMK4PnSi8Ajvx7PBKh476GLDbGAgpykB2UKdZnPQ1NawMJdWybJJWfMlU25hjBh97Bqi4hhCDXHy6KvAo3Vc9nCQTcEzgKfp46jV-ipIY3CZZ8T_2fVvf18Vk-NPJ_2Eb-22i8YlgEi2Cbk1KHeZGcVbwNqhpdsIsX_G7LhW05ytzHWd1u_7hK4HFevSKRPe76PPa469PY496SxZ7h-STeLdlOysTrX1hSfzeeVN7xzBpCQ2NTlIsvnTKHQQunyHezjdRfJdhm25_bFl2uw2wvlZRo3r6R4nSowaGhC5lgxpoYdNY4H7ZQbdXp9bah_lFnn0WLqnaqAtetF-8dDSlqrsEVeF1fjoFXNeYYeFVnjoGvbM0xxXd6U4gUc-sw9ui5rd69e5i0LKTe6oZiZZTxSEOLjYueNS4U_M9QoIf_7I6h1hxbNOQvdX5uA25e2mSewEhwch5LGVp5EtH5EdMOJiDk0XtOkdus8bxVXqUaF1NF1JwKsqDyxRy1Q-_nu3n_k2bHsFN3w4g4j5I3jYy8-ZmzYvqjdpzjX0gD-7drYP_jNLD_MRrof08Oti-vIfsGusiYofcOAAA */
|
|
2194
|
+
._1tfknov0 {
|
|
2195
|
+
position: fixed;
|
|
2196
|
+
bottom: 16px;
|
|
2197
|
+
left: 50%;
|
|
2198
|
+
transform: translateX(-50%);
|
|
2199
|
+
z-index: 50;
|
|
2200
|
+
display: flex;
|
|
2201
|
+
flex-direction: column;
|
|
2202
|
+
gap: 8px;
|
|
2203
|
+
width: min(560px, calc(100vw - 32px));
|
|
2204
|
+
}
|
|
2205
|
+
._1tfknov1 {
|
|
2206
|
+
position: relative;
|
|
2207
|
+
display: flex;
|
|
2208
|
+
align-items: center;
|
|
2209
|
+
gap: 8px;
|
|
2210
|
+
min-height: 48px;
|
|
2211
|
+
box-sizing: border-box;
|
|
2212
|
+
padding-left: 16px;
|
|
2213
|
+
padding-right: 8px;
|
|
2214
|
+
padding-block: 8px;
|
|
2215
|
+
border-radius: var(--md-sys-shape-extra-small);
|
|
2216
|
+
background: rgb(var(--md-sys-color-inverse-surface));
|
|
2217
|
+
color: rgb(var(--md-sys-color-inverse-on-surface));
|
|
2218
|
+
box-shadow: var(--md-sys-elevation-level3);
|
|
2219
|
+
font-family: var(--md-sys-typescale-body-medium-font);
|
|
2220
|
+
font-weight: var(--md-sys-typescale-body-medium-weight);
|
|
2221
|
+
font-size: var(--md-sys-typescale-body-medium-size);
|
|
2222
|
+
line-height: var(--md-sys-typescale-body-medium-line-height);
|
|
2223
|
+
letter-spacing: var(--md-sys-typescale-body-medium-tracking);
|
|
2224
|
+
transition: opacity 200ms var(--md-sys-motion-easing-emphasized), transform 200ms var(--md-sys-motion-easing-emphasized);
|
|
2225
|
+
}
|
|
2226
|
+
._1tfknov1[data-starting-style] {
|
|
2227
|
+
opacity: 0;
|
|
2228
|
+
transform: translateY(8px);
|
|
2229
|
+
}
|
|
2230
|
+
._1tfknov1[data-ending-style] {
|
|
2231
|
+
opacity: 0;
|
|
2232
|
+
}
|
|
2233
|
+
._1tfknov2 {
|
|
2234
|
+
display: flex;
|
|
2235
|
+
flex-direction: column;
|
|
2236
|
+
flex: 1;
|
|
2237
|
+
min-width: 0;
|
|
2238
|
+
gap: 2px;
|
|
2239
|
+
}
|
|
2240
|
+
._1tfknov3 {
|
|
2241
|
+
font-family: var(--md-sys-typescale-body-medium-font);
|
|
2242
|
+
font-weight: var(--md-sys-typescale-body-medium-weight);
|
|
2243
|
+
font-size: var(--md-sys-typescale-body-medium-size);
|
|
2244
|
+
line-height: var(--md-sys-typescale-body-medium-line-height);
|
|
2245
|
+
letter-spacing: var(--md-sys-typescale-body-medium-tracking);
|
|
2246
|
+
}
|
|
2247
|
+
._1tfknov4 {
|
|
2248
|
+
opacity: 0.9;
|
|
2249
|
+
font-family: var(--md-sys-typescale-body-small-font);
|
|
2250
|
+
font-weight: var(--md-sys-typescale-body-small-weight);
|
|
2251
|
+
font-size: var(--md-sys-typescale-body-small-size);
|
|
2252
|
+
line-height: var(--md-sys-typescale-body-small-line-height);
|
|
2253
|
+
letter-spacing: var(--md-sys-typescale-body-small-tracking);
|
|
2254
|
+
}
|
|
2255
|
+
._1tfknov5 {
|
|
2256
|
+
position: relative;
|
|
2257
|
+
display: inline-flex;
|
|
2258
|
+
align-items: center;
|
|
2259
|
+
justify-content: center;
|
|
2260
|
+
flex-shrink: 0;
|
|
2261
|
+
height: 36px;
|
|
2262
|
+
padding-inline: 12px;
|
|
2263
|
+
overflow: hidden;
|
|
2264
|
+
border-radius: var(--md-sys-shape-extra-small);
|
|
2265
|
+
background: transparent;
|
|
2266
|
+
border: none;
|
|
2267
|
+
cursor: pointer;
|
|
2268
|
+
outline: none;
|
|
2269
|
+
color: rgb(var(--md-sys-color-inverse-primary));
|
|
2270
|
+
font-family: var(--md-sys-typescale-label-large-font);
|
|
2271
|
+
font-weight: var(--md-sys-typescale-label-large-weight);
|
|
2272
|
+
font-size: var(--md-sys-typescale-label-large-size);
|
|
2273
|
+
line-height: var(--md-sys-typescale-label-large-line-height);
|
|
2274
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
2275
|
+
}
|
|
2276
|
+
._1tfknov5::before {
|
|
2277
|
+
content: "";
|
|
2278
|
+
position: absolute;
|
|
2279
|
+
inset: 0;
|
|
2280
|
+
background: currentColor;
|
|
2281
|
+
opacity: 0;
|
|
2282
|
+
pointer-events: none;
|
|
2283
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
2284
|
+
}
|
|
2285
|
+
._1tfknov5:hover::before {
|
|
2286
|
+
opacity: var(--md-sys-state-hover);
|
|
2287
|
+
}
|
|
2288
|
+
._1tfknov5:focus-visible::before {
|
|
2289
|
+
opacity: var(--md-sys-state-focus);
|
|
2290
|
+
}
|
|
2291
|
+
._1tfknov5:active::before {
|
|
2292
|
+
opacity: var(--md-sys-state-pressed);
|
|
2293
|
+
}
|
|
2294
|
+
._1tfknov6 {
|
|
2295
|
+
position: relative;
|
|
2296
|
+
display: inline-flex;
|
|
2297
|
+
align-items: center;
|
|
2298
|
+
justify-content: center;
|
|
2299
|
+
flex-shrink: 0;
|
|
2300
|
+
width: 32px;
|
|
2301
|
+
height: 32px;
|
|
2302
|
+
overflow: hidden;
|
|
2303
|
+
border-radius: var(--md-sys-shape-full);
|
|
2304
|
+
background: transparent;
|
|
2305
|
+
border: none;
|
|
2306
|
+
cursor: pointer;
|
|
2307
|
+
outline: none;
|
|
2308
|
+
color: rgb(var(--md-sys-color-inverse-on-surface));
|
|
2309
|
+
}
|
|
2310
|
+
._1tfknov6::before {
|
|
2311
|
+
content: "";
|
|
2312
|
+
position: absolute;
|
|
2313
|
+
inset: 0;
|
|
2314
|
+
background: currentColor;
|
|
2315
|
+
opacity: 0;
|
|
2316
|
+
pointer-events: none;
|
|
2317
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
2318
|
+
}
|
|
2319
|
+
._1tfknov6:hover::before {
|
|
2320
|
+
opacity: var(--md-sys-state-hover);
|
|
2321
|
+
}
|
|
2322
|
+
._1tfknov6:focus-visible::before {
|
|
2323
|
+
opacity: var(--md-sys-state-focus);
|
|
2324
|
+
}
|
|
2325
|
+
._1tfknov6:active::before {
|
|
2326
|
+
opacity: var(--md-sys-state-pressed);
|
|
2327
|
+
}
|
|
2328
|
+
._1tfknov6[data-pressed]::before {
|
|
2329
|
+
opacity: var(--md-sys-state-pressed);
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2332
|
+
/* vanilla-extract-css-ns:src/item.css.ts.vanilla.css?source=#H4sIAAAAAAAAA-2VwY6bMBBA7_mKuVTaPcwK0t1U8n5MZcxgpjE2sk02bNV_rzDQEG0qQdreemQ8b5h5Nubpa_7FdqGOGXzfAbQucGRnBXgyMvKJXncAJYfWyF5AZeg8BN64jLWAPMs-DY_SsLbIkZogQJGN5Iewlq2A_NAmpHBnDPzOVgsonC_JY-HSSivLkq1GtoYtXYg5XhinjgLy_Rhu2GJNrOso4GVKjXSOmLoQYKiK6YVSHbV3nS0FRC9taKUnm5aUM84L8Lp4OEn_gNiUGPqAKY7OYuh8JRU9Pr7ufuyeZkV5UvRBxm-m_9aFyFWPytlINi6XBhJD7dkeBWRbOsKT9Cxt_NBZOOnU3bQz--dRzCxqfF4Q-9uzpM5K9qTGU6Cc6Ro7a5-KZ3OmgPyq6OdU9J5ZACpnI1ayYdMLuOJi31JQ0hAaWZDB0EhjcMi_gG_TnCvAMfWCBn6nVeCQmLDhmP46givARf7IU4zkMbRSpc9hRYnopTqy1dfb_rzJ93rPhSt7NNJr2qZ5wW2yvOA2SV5wdzpeVLit-OUfH-nUQEMld80dridwu-wJ3G57Av9E91Titu_Dpjv271yk_y-fey6fw8p_zk8IZiwIYggAAA */
|
|
2333
|
+
._17nusht0 {
|
|
2334
|
+
position: relative;
|
|
2335
|
+
display: flex;
|
|
2336
|
+
width: 100%;
|
|
2337
|
+
align-items: center;
|
|
2338
|
+
gap: 16px;
|
|
2339
|
+
box-sizing: border-box;
|
|
2340
|
+
padding-inline: 16px;
|
|
2341
|
+
padding-block: 12px;
|
|
2342
|
+
min-height: 56px;
|
|
2343
|
+
text-align: left;
|
|
2344
|
+
background: transparent;
|
|
2345
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
2346
|
+
}
|
|
2347
|
+
._17nusht1 {
|
|
2348
|
+
display: flex;
|
|
2349
|
+
align-items: center;
|
|
2350
|
+
justify-content: center;
|
|
2351
|
+
flex-shrink: 0;
|
|
2352
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
2353
|
+
}
|
|
2354
|
+
._17nusht1 svg {
|
|
2355
|
+
width: 24px;
|
|
2356
|
+
height: 24px;
|
|
2357
|
+
}
|
|
2358
|
+
._17nusht2 {
|
|
2359
|
+
display: flex;
|
|
2360
|
+
flex-direction: column;
|
|
2361
|
+
min-width: 0;
|
|
2362
|
+
flex: 1;
|
|
2363
|
+
}
|
|
2364
|
+
._17nusht3 {
|
|
2365
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
2366
|
+
font-family: var(--md-sys-typescale-label-small-font);
|
|
2367
|
+
font-weight: var(--md-sys-typescale-label-small-weight);
|
|
2368
|
+
font-size: var(--md-sys-typescale-label-small-size);
|
|
2369
|
+
line-height: var(--md-sys-typescale-label-small-line-height);
|
|
2370
|
+
letter-spacing: var(--md-sys-typescale-label-small-tracking);
|
|
2371
|
+
}
|
|
2372
|
+
._17nusht4 {
|
|
2373
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
2374
|
+
font-family: var(--md-sys-typescale-body-large-font);
|
|
2375
|
+
font-weight: var(--md-sys-typescale-body-large-weight);
|
|
2376
|
+
font-size: var(--md-sys-typescale-body-large-size);
|
|
2377
|
+
line-height: var(--md-sys-typescale-body-large-line-height);
|
|
2378
|
+
letter-spacing: var(--md-sys-typescale-body-large-tracking);
|
|
2379
|
+
}
|
|
2380
|
+
._17nusht5 {
|
|
2381
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
2382
|
+
font-family: var(--md-sys-typescale-body-medium-font);
|
|
2383
|
+
font-weight: var(--md-sys-typescale-body-medium-weight);
|
|
2384
|
+
font-size: var(--md-sys-typescale-body-medium-size);
|
|
2385
|
+
line-height: var(--md-sys-typescale-body-medium-line-height);
|
|
2386
|
+
letter-spacing: var(--md-sys-typescale-body-medium-tracking);
|
|
2387
|
+
}
|
|
2388
|
+
._17nusht6 {
|
|
2389
|
+
display: flex;
|
|
2390
|
+
align-items: center;
|
|
2391
|
+
flex-shrink: 0;
|
|
2392
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
2393
|
+
font-family: var(--md-sys-typescale-label-small-font);
|
|
2394
|
+
font-weight: var(--md-sys-typescale-label-small-weight);
|
|
2395
|
+
font-size: var(--md-sys-typescale-label-small-size);
|
|
2396
|
+
line-height: var(--md-sys-typescale-label-small-line-height);
|
|
2397
|
+
letter-spacing: var(--md-sys-typescale-label-small-tracking);
|
|
2398
|
+
}
|
|
2399
|
+
._17nusht6 svg {
|
|
2400
|
+
width: 24px;
|
|
2401
|
+
height: 24px;
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
/* vanilla-extract-css-ns:src/badge.css.ts.vanilla.css?source=LnFiZnM1cjAgewogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICBwb2ludGVyLWV2ZW50czogbm9uZTsKICB1c2VyLXNlbGVjdDogbm9uZTsKICBkaXNwbGF5OiBpbmxpbmUtZmxleDsKICBhbGlnbi1pdGVtczogY2VudGVyOwogIGp1c3RpZnktY29udGVudDogY2VudGVyOwogIGJhY2tncm91bmQ6IHJnYih2YXIoLS1tZC1zeXMtY29sb3ItZXJyb3IpKTsKICBjb2xvcjogcmdiKHZhcigtLW1kLXN5cy1jb2xvci1vbi1lcnJvcikpOwogIGJvcmRlci1yYWRpdXM6IHZhcigtLW1kLXN5cy1zaGFwZS1mdWxsKTsKfQoucWJmczVyMSB7CiAgdG9wOiA0cHg7CiAgcmlnaHQ6IDRweDsKICB3aWR0aDogNnB4OwogIGhlaWdodDogNnB4Owp9Ci5xYmZzNXIyIHsKICB0b3A6IC00cHg7CiAgcmlnaHQ6IC00cHg7CiAgbWluLXdpZHRoOiAxNnB4OwogIGhlaWdodDogMTZweDsKICBwYWRkaW5nLWlubGluZTogNHB4OwogIGZvbnQtdmFyaWFudC1udW1lcmljOiB0YWJ1bGFyLW51bXM7CiAgZm9udC1mYW1pbHk6IHZhcigtLW1kLXN5cy10eXBlc2NhbGUtbGFiZWwtc21hbGwtZm9udCk7CiAgZm9udC13ZWlnaHQ6IHZhcigtLW1kLXN5cy10eXBlc2NhbGUtbGFiZWwtc21hbGwtd2VpZ2h0KTsKICBmb250LXNpemU6IHZhcigtLW1kLXN5cy10eXBlc2NhbGUtbGFiZWwtc21hbGwtc2l6ZSk7CiAgbGluZS1oZWlnaHQ6IDE7CiAgbGV0dGVyLXNwYWNpbmc6IHZhcigtLW1kLXN5cy10eXBlc2NhbGUtbGFiZWwtc21hbGwtdHJhY2tpbmcpOwp9 */
|
|
2405
|
+
.qbfs5r0 {
|
|
2406
|
+
position: absolute;
|
|
2407
|
+
pointer-events: none;
|
|
2408
|
+
user-select: none;
|
|
2409
|
+
display: inline-flex;
|
|
2410
|
+
align-items: center;
|
|
2411
|
+
justify-content: center;
|
|
2412
|
+
background: rgb(var(--md-sys-color-error));
|
|
2413
|
+
color: rgb(var(--md-sys-color-on-error));
|
|
2414
|
+
border-radius: var(--md-sys-shape-full);
|
|
2415
|
+
}
|
|
2416
|
+
.qbfs5r1 {
|
|
2417
|
+
top: 4px;
|
|
2418
|
+
right: 4px;
|
|
2419
|
+
width: 6px;
|
|
2420
|
+
height: 6px;
|
|
2421
|
+
}
|
|
2422
|
+
.qbfs5r2 {
|
|
2423
|
+
top: -4px;
|
|
2424
|
+
right: -4px;
|
|
2425
|
+
min-width: 16px;
|
|
2426
|
+
height: 16px;
|
|
2427
|
+
padding-inline: 4px;
|
|
2428
|
+
font-variant-numeric: tabular-nums;
|
|
2429
|
+
font-family: var(--md-sys-typescale-label-small-font);
|
|
2430
|
+
font-weight: var(--md-sys-typescale-label-small-weight);
|
|
2431
|
+
font-size: var(--md-sys-typescale-label-small-size);
|
|
2432
|
+
line-height: 1;
|
|
2433
|
+
letter-spacing: var(--md-sys-typescale-label-small-tracking);
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
/* vanilla-extract-css-ns:src/card.css.ts.vanilla.css?source=#H4sIAAAAAAAAA51U247TMBB971dYKyFtJFySFhByH_kMhNAkniQW7jjyOGm7iH9HdpLdTehCdx8zsc-cy3i2P4ry5B-IcvFrI0Tn2ATjSAmPFoIZ8LARonRnyebBUKNE6bxGL0t3Hv-kLw_a9KzEAP5eyqOWfGHJLXQoj6hNf8zi4cpZ55XwTXm_OJjq0pHk3tdQYZYdNr8325lZkZiVUP1svOtJv4gwXZeVowCG0EvrTln2qKAF7U4rkmhxgKhYWhzQFsvWu7e3bk3TIoeVlv0rAWf20WUliu4s2FmjX_SwD9YQygG8AVo3_5iauwF9baMRrdEaKSXTe47RdM5QQB9LPaOXjBaroAQ5SoMQ8BwkWNOQEhbrEGsno0OrRJHn7-LnROHZHQ80D9VTDKL4lB95mcXRpSAQ2FAjOQBp8HqlQakSa-cxaYl2IwUl7u4Oi-mFkp3tQyJgiDEokR9Wzle990jha3QuMe-gMuEynZyskDggBb4uZ7oRtb9NSxvDWCh6JLF8SgECynR6DVG7qmc5GDalxZuh0q01FFTxwd-M0Xlkxr80LQiNIPNI7P83v4yVi0Zdxrmfx9nVdYpw151XzbRhKC3q9-Kp-E1DADn_-T7ttetpPt8Lc-3mNSU-iHy7_7I2YO48G_kPbte9zheAn8cpGRfHjWtsl60gxmhfhZFW4R8DPKxLHwYAAA */
|
|
2437
|
+
._1bwrznn0 {
|
|
2438
|
+
position: relative;
|
|
2439
|
+
box-sizing: border-box;
|
|
2440
|
+
border-radius: var(--md-sys-shape-medium);
|
|
2441
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
2442
|
+
}
|
|
2443
|
+
._1bwrznn1 {
|
|
2444
|
+
background: rgb(var(--md-sys-color-surface-container-low));
|
|
2445
|
+
box-shadow: var(--md-sys-elevation-level1);
|
|
2446
|
+
}
|
|
2447
|
+
._1bwrznn2 {
|
|
2448
|
+
background: rgb(var(--md-sys-color-surface-container-highest));
|
|
2449
|
+
}
|
|
2450
|
+
._1bwrznn3 {
|
|
2451
|
+
background: rgb(var(--md-sys-color-surface));
|
|
2452
|
+
border: 1px solid rgb(var(--md-sys-color-outline-variant));
|
|
2453
|
+
}
|
|
2454
|
+
._1bwrznn4 {
|
|
2455
|
+
overflow: hidden;
|
|
2456
|
+
cursor: pointer;
|
|
2457
|
+
user-select: none;
|
|
2458
|
+
text-align: left;
|
|
2459
|
+
width: 100%;
|
|
2460
|
+
outline: none;
|
|
2461
|
+
transition: box-shadow 150ms var(--md-sys-motion-easing-standard);
|
|
2462
|
+
}
|
|
2463
|
+
._1bwrznn4::before {
|
|
2464
|
+
content: "";
|
|
2465
|
+
position: absolute;
|
|
2466
|
+
inset: 0;
|
|
2467
|
+
background: currentColor;
|
|
2468
|
+
opacity: 0;
|
|
2469
|
+
pointer-events: none;
|
|
2470
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
2471
|
+
}
|
|
2472
|
+
._1bwrznn4:hover::before {
|
|
2473
|
+
opacity: var(--md-sys-state-hover);
|
|
2474
|
+
}
|
|
2475
|
+
._1bwrznn4:focus-visible::before {
|
|
2476
|
+
opacity: var(--md-sys-state-focus);
|
|
2477
|
+
}
|
|
2478
|
+
._1bwrznn4:active::before {
|
|
2479
|
+
opacity: var(--md-sys-state-pressed);
|
|
2480
|
+
}
|
|
2481
|
+
._1bwrznn4:focus-visible {
|
|
2482
|
+
outline: 3px solid rgb(var(--md-sys-color-secondary));
|
|
2483
|
+
outline-offset: 2px;
|
|
2484
|
+
}
|
|
2485
|
+
._1bwrznn4:disabled,
|
|
2486
|
+
._1bwrznn4[data-disabled] {
|
|
2487
|
+
pointer-events: none;
|
|
2488
|
+
box-shadow: none;
|
|
2489
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
2490
|
+
}
|
|
2491
|
+
._1bwrznn4:disabled::before,
|
|
2492
|
+
._1bwrznn4[data-disabled]::before {
|
|
2493
|
+
opacity: 0;
|
|
2494
|
+
}
|
|
2495
|
+
._1bwrznn6:hover {
|
|
2496
|
+
box-shadow: var(--md-sys-elevation-level2);
|
|
2497
|
+
}
|
|
2498
|
+
._1bwrznn6:active {
|
|
2499
|
+
box-shadow: var(--md-sys-elevation-level1);
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
/* vanilla-extract-css-ns:src/segmented-button.css.ts.vanilla.css?source=#H4sIAAAAAAAAA7VVTW_bMAy951cIPbVA1dlthxXKcT9j6EGWaJurIhkinTQd-t8Hy05sp-nqFtjJgMzHj8dH8sbDD3opMvFnJYRFapzeK4HeoQdZOnher4TQDisvkWFDShBHYFN37zVgVbMS91mT7IoQLUQZtcWWlNjqeCnlxkrak6RaNyDL1rmr0VSJvHkWFBxaEavicoYwwYUoQ8tdLlcJFbYQSxd2StRoLfj16nV101eQpwqaQMgYvBIRnGbcwvofdXVfJfI3JRrwDLF7_t0SY7mXJngGz9NflW6UeOgLb7S16CvZ-1civ-3fN-jlDi3XStwPpoU2T1UMrbdKcNSeGh3B85QTHzxM6HRQ8meJMm2kEJVoAh7ybQmiJHBgeAwxgMaH5Eu9G8NLamOpzRCmDJ5lqTfo9ift5n0DZLQD6XQBTjodK5Cd_QjcDfJZAOxNRyjhCywCdoYJlhpfL484se_xwNwR2GiDvlrkgqM2T-irhE-9HrQ5aqDnVeTfsw3NXW5CZytBUycsYu2tjvbqWnwWMZ0RVWIklqZGZ9O8zCTWa2BirQooQ4RkeZyAi4v1bNB0QcG1nNSDnoCVyE6FbtrYifxnl3qSXcci7wfLQaQStuCZRi1OKRsQIs--VHfdbY5ZPccU5luKNYNM1ifEBdOS3CJh4WCxo4SaO9Km20qLPTQRiGBezS-rWR_-PPZ9nJD9zuwSmNAx0y8zjR7isCs-HPnzyElRFkkXDuy1mOd4eH8clvP5Pi_eOeKbyG7uHs7HPlD6bg7nOc8mzm6XX8FFJ6JDSqoj-qdB6ocFlA_XYDgO2duheHvqlg1K8viphXIcrS-tlBMxzpgcqjsUeywwnzi4-8-cf5TpSfyTHXgnaFudq2XeyKP9fS-uM71jeGY5_gDnsCGkJIIaGdJlSYd4F3WzXr3-BT0iQAOaCQAA */
|
|
2503
|
+
.ne7szb0 {
|
|
2504
|
+
display: inline-flex;
|
|
2505
|
+
align-items: stretch;
|
|
2506
|
+
height: 40px;
|
|
2507
|
+
border-radius: var(--md-sys-shape-full);
|
|
2508
|
+
border: 1px solid rgb(var(--md-sys-color-outline));
|
|
2509
|
+
overflow: hidden;
|
|
2510
|
+
}
|
|
2511
|
+
.ne7szb1 {
|
|
2512
|
+
position: relative;
|
|
2513
|
+
display: inline-flex;
|
|
2514
|
+
flex: 1;
|
|
2515
|
+
align-items: center;
|
|
2516
|
+
justify-content: center;
|
|
2517
|
+
gap: 8px;
|
|
2518
|
+
padding-inline: 12px;
|
|
2519
|
+
min-width: 48px;
|
|
2520
|
+
background: transparent;
|
|
2521
|
+
border: none;
|
|
2522
|
+
border-left: 1px solid rgb(var(--md-sys-color-outline));
|
|
2523
|
+
cursor: pointer;
|
|
2524
|
+
user-select: none;
|
|
2525
|
+
outline: none;
|
|
2526
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
2527
|
+
font-family: var(--md-sys-typescale-label-large-font);
|
|
2528
|
+
font-weight: var(--md-sys-typescale-label-large-weight);
|
|
2529
|
+
font-size: var(--md-sys-typescale-label-large-size);
|
|
2530
|
+
line-height: var(--md-sys-typescale-label-large-line-height);
|
|
2531
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
2532
|
+
transition: background-color 150ms var(--md-sys-motion-easing-standard), color 150ms var(--md-sys-motion-easing-standard);
|
|
2533
|
+
}
|
|
2534
|
+
.ne7szb1:first-child {
|
|
2535
|
+
border-left: none;
|
|
2536
|
+
}
|
|
2537
|
+
.ne7szb1::before {
|
|
2538
|
+
content: "";
|
|
2539
|
+
position: absolute;
|
|
2540
|
+
inset: 0;
|
|
2541
|
+
background: currentColor;
|
|
2542
|
+
opacity: 0;
|
|
2543
|
+
pointer-events: none;
|
|
2544
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
2545
|
+
}
|
|
2546
|
+
.ne7szb1:hover::before {
|
|
2547
|
+
opacity: var(--md-sys-state-hover);
|
|
2548
|
+
}
|
|
2549
|
+
.ne7szb1:focus-visible::before {
|
|
2550
|
+
opacity: var(--md-sys-state-focus);
|
|
2551
|
+
}
|
|
2552
|
+
.ne7szb1:active::before {
|
|
2553
|
+
opacity: var(--md-sys-state-pressed);
|
|
2554
|
+
}
|
|
2555
|
+
.ne7szb1[data-pressed] {
|
|
2556
|
+
background: rgb(var(--md-sys-color-secondary-container));
|
|
2557
|
+
color: rgb(var(--md-sys-color-on-secondary-container));
|
|
2558
|
+
}
|
|
2559
|
+
.ne7szb1:disabled,
|
|
2560
|
+
.ne7szb1[data-disabled] {
|
|
2561
|
+
pointer-events: none;
|
|
2562
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
2563
|
+
}
|
|
2564
|
+
.ne7szb1:disabled::before,
|
|
2565
|
+
.ne7szb1[data-disabled]::before {
|
|
2566
|
+
opacity: 0;
|
|
2567
|
+
}
|
|
2568
|
+
.ne7szb2 {
|
|
2569
|
+
display: inline-flex;
|
|
2570
|
+
align-items: center;
|
|
2571
|
+
justify-content: center;
|
|
2572
|
+
flex-shrink: 0;
|
|
2573
|
+
height: 18px;
|
|
2574
|
+
width: 0;
|
|
2575
|
+
opacity: 0;
|
|
2576
|
+
overflow: hidden;
|
|
2577
|
+
pointer-events: none;
|
|
2578
|
+
transition: width 150ms var(--md-sys-motion-easing-standard), opacity 150ms var(--md-sys-motion-easing-standard);
|
|
2579
|
+
}
|
|
2580
|
+
.ne7szb1[data-pressed] .ne7szb2 {
|
|
2581
|
+
width: 18px;
|
|
2582
|
+
opacity: 1;
|
|
2583
|
+
}
|
|
2584
|
+
.ne7szb3 {
|
|
2585
|
+
display: inline-flex;
|
|
2586
|
+
align-items: center;
|
|
2587
|
+
justify-content: center;
|
|
2588
|
+
flex-shrink: 0;
|
|
2589
|
+
}
|
|
2590
|
+
.ne7szb1[data-pressed] .ne7szb3 {
|
|
2591
|
+
display: none;
|
|
2592
|
+
}
|
|
2593
|
+
.ne7szb3 svg {
|
|
2594
|
+
width: 18px;
|
|
2595
|
+
height: 18px;
|
|
2596
|
+
}
|
|
2597
|
+
.ne7szb4 {
|
|
2598
|
+
overflow: hidden;
|
|
2599
|
+
text-overflow: ellipsis;
|
|
2600
|
+
white-space: nowrap;
|
|
2601
|
+
}
|
|
2602
|
+
|
|
2603
|
+
/* vanilla-extract-css-ns:src/navigation-drawer.css.ts.vanilla.css?source=#H4sIAAAAAAAAA7VWUW_bOAx-768QBhzQAlPPadducB_3M4biQEu0rVWWDJF2mh3uvx8kO4ntJoOTwz0FjvhRJPV9JO__2rTctPQzE3_fCKENtRZ2uSgtvr_ciPQrtQmo2HiXC-Vt17h4UkGbiy9tsir8uyTzy7gqF4UPGoMsfDrZGs11Lh6fs8GyBa2T2eZhhIJ6q4LvnM5FqIrbHsKtlI2WtCOpvPVBUhdKUCiVdwzGYZDWb-_uIjoZnAV6t8dG639u7vfJPqRkU9Q1aL_NxQyNFnuI-UqLPdrN3ZBjyot9K4OpapYBtOloAaUaWpQWQoVTVOGZfbMeOIn1McU61k0aZ43DXGyeZ_WMYX38c7j18EpriyV7CAYcDyUuvWNZQmPsbhEy71okBRYlG7YoqQFrZbQ_ArcYU14FHEyPUDK_cBUwGiZYLI2s1984sR_wyIxBUgsqcXSFCw6g3oyr5m_2ZXgzT2ZQTUALbHp8OSWxUSKbLPsjfoI1lZOGsaFcKHSM4SC3g2jO6m2f_dOCCkvejKjfULHsrE1VYXxnmaLKhcWSl6rlAI5aCOj46DkXzjs8wDUqH2Aoxv5AdYEiH1tv9kl2FMuPFhUf7XyPobRRpLXRGlPz8R0P-Ryc_W_ctlCgHYR5GbenwIu4PQVexO0p8EpuT11MuC2GVx7pfHz9ob5i85Q1NHfZ-NRAESjSjxichqDvPotLEXNh5XmBpQ-YBBYHAjrOxadPLzO9QUHedpyYYRwh5yJb0lZ1IVL2ewwnUSpWhnej5UhKiT06pgmbJ2UYEVG51-VSR2rPMjoEMRckA6NM1ksXpVcdyd6QKSyudpVQS1egYota7aMNSITLnH5oYBgljPp1mLMrRjwqH0u0Ow75tQP-NHKWmTYEhUX9WSwD3Z-8jg379KOv3jLEnyK7f_x27v59bX8Tx-nyZzOHT6dXtTOD42dHbMqhPEksx6O03FEdjHv7eAf1VbpnHE8P4xKxb0HD9wTxnKyjy1xsomVjnBzB2bk-nobD8QCtNS0ZSmOxNoypX6U2vw3Qzu77elEVlqle0vuv2GumwCt6_xV7zRT4n3r_x73mX2fIy_UkDAAA */
|
|
2604
|
+
._1ptmpsj0 {
|
|
2605
|
+
display: flex;
|
|
2606
|
+
flex-direction: column;
|
|
2607
|
+
gap: 4px;
|
|
2608
|
+
box-sizing: border-box;
|
|
2609
|
+
width: 360px;
|
|
2610
|
+
padding: 12px;
|
|
2611
|
+
background: rgb(var(--md-sys-color-surface-container-low));
|
|
2612
|
+
color: rgb(var(--md-sys-color-on-surface));
|
|
2613
|
+
}
|
|
2614
|
+
._1ptmpsj2 {
|
|
2615
|
+
box-shadow: var(--md-sys-elevation-level1);
|
|
2616
|
+
border-top-right-radius: var(--md-sys-shape-large);
|
|
2617
|
+
border-bottom-right-radius: var(--md-sys-shape-large);
|
|
2618
|
+
}
|
|
2619
|
+
._1ptmpsj3 {
|
|
2620
|
+
padding-inline: 16px;
|
|
2621
|
+
padding-top: 16px;
|
|
2622
|
+
padding-bottom: 4px;
|
|
2623
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
2624
|
+
font-family: var(--md-sys-typescale-title-small-font);
|
|
2625
|
+
font-weight: var(--md-sys-typescale-title-small-weight);
|
|
2626
|
+
font-size: var(--md-sys-typescale-title-small-size);
|
|
2627
|
+
line-height: var(--md-sys-typescale-title-small-line-height);
|
|
2628
|
+
letter-spacing: var(--md-sys-typescale-title-small-tracking);
|
|
2629
|
+
}
|
|
2630
|
+
._1ptmpsj4 {
|
|
2631
|
+
position: relative;
|
|
2632
|
+
display: flex;
|
|
2633
|
+
width: 100%;
|
|
2634
|
+
align-items: center;
|
|
2635
|
+
gap: 12px;
|
|
2636
|
+
box-sizing: border-box;
|
|
2637
|
+
height: 56px;
|
|
2638
|
+
padding-inline: 16px;
|
|
2639
|
+
border-radius: var(--md-sys-shape-full);
|
|
2640
|
+
text-align: left;
|
|
2641
|
+
background: transparent;
|
|
2642
|
+
border: none;
|
|
2643
|
+
text-decoration: none;
|
|
2644
|
+
cursor: pointer;
|
|
2645
|
+
user-select: none;
|
|
2646
|
+
overflow: hidden;
|
|
2647
|
+
outline: none;
|
|
2648
|
+
color: rgb(var(--md-sys-color-on-surface-variant));
|
|
2649
|
+
font-family: var(--md-sys-typescale-label-large-font);
|
|
2650
|
+
font-weight: var(--md-sys-typescale-label-large-weight);
|
|
2651
|
+
font-size: var(--md-sys-typescale-label-large-size);
|
|
2652
|
+
line-height: var(--md-sys-typescale-label-large-line-height);
|
|
2653
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
2654
|
+
transition: background-color 150ms var(--md-sys-motion-easing-standard), color 150ms var(--md-sys-motion-easing-standard);
|
|
2655
|
+
}
|
|
2656
|
+
._1ptmpsj4::before {
|
|
2657
|
+
content: "";
|
|
2658
|
+
position: absolute;
|
|
2659
|
+
inset: 0;
|
|
2660
|
+
background: currentColor;
|
|
2661
|
+
opacity: 0;
|
|
2662
|
+
pointer-events: none;
|
|
2663
|
+
transition: opacity 100ms var(--md-sys-motion-easing-standard);
|
|
2664
|
+
}
|
|
2665
|
+
._1ptmpsj4:hover::before {
|
|
2666
|
+
opacity: var(--md-sys-state-hover);
|
|
2667
|
+
}
|
|
2668
|
+
._1ptmpsj4:focus-visible::before {
|
|
2669
|
+
opacity: var(--md-sys-state-focus);
|
|
2670
|
+
}
|
|
2671
|
+
._1ptmpsj4:active::before {
|
|
2672
|
+
opacity: var(--md-sys-state-pressed);
|
|
2673
|
+
}
|
|
2674
|
+
._1ptmpsj4[data-selected] {
|
|
2675
|
+
background: rgb(var(--md-sys-color-secondary-container));
|
|
2676
|
+
color: rgb(var(--md-sys-color-on-secondary-container));
|
|
2677
|
+
}
|
|
2678
|
+
._1ptmpsj4:disabled,
|
|
2679
|
+
._1ptmpsj4[data-disabled] {
|
|
2680
|
+
pointer-events: none;
|
|
2681
|
+
color: rgb(var(--md-sys-color-on-surface) / 0.38);
|
|
2682
|
+
}
|
|
2683
|
+
._1ptmpsj4:disabled::before,
|
|
2684
|
+
._1ptmpsj4[data-disabled]::before {
|
|
2685
|
+
opacity: 0;
|
|
2686
|
+
}
|
|
2687
|
+
._1ptmpsj5 {
|
|
2688
|
+
display: flex;
|
|
2689
|
+
align-items: center;
|
|
2690
|
+
justify-content: center;
|
|
2691
|
+
flex-shrink: 0;
|
|
2692
|
+
}
|
|
2693
|
+
._1ptmpsj5 svg {
|
|
2694
|
+
width: 24px;
|
|
2695
|
+
height: 24px;
|
|
2696
|
+
}
|
|
2697
|
+
._1ptmpsj6 {
|
|
2698
|
+
flex: 1;
|
|
2699
|
+
min-width: 0;
|
|
2700
|
+
overflow: hidden;
|
|
2701
|
+
text-overflow: ellipsis;
|
|
2702
|
+
white-space: nowrap;
|
|
2703
|
+
}
|
|
2704
|
+
._1ptmpsj7 {
|
|
2705
|
+
display: flex;
|
|
2706
|
+
align-items: center;
|
|
2707
|
+
flex-shrink: 0;
|
|
2708
|
+
font-family: var(--md-sys-typescale-label-small-font);
|
|
2709
|
+
font-weight: var(--md-sys-typescale-label-small-weight);
|
|
2710
|
+
font-size: var(--md-sys-typescale-label-small-size);
|
|
2711
|
+
line-height: var(--md-sys-typescale-label-small-line-height);
|
|
2712
|
+
letter-spacing: var(--md-sys-typescale-label-small-tracking);
|
|
2713
|
+
}
|
|
2714
|
+
/*# sourceMappingURL=index.css.map */
|