@telepix-lab/telepix-ui 0.1.2 → 0.3.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/README.md +4 -3
- package/dist/cjs/button/index.d.ts +3 -3
- package/dist/cjs/button/types.d.ts +12 -0
- package/dist/cjs/client.d.ts +16 -0
- package/dist/cjs/client.js +13010 -0
- package/dist/cjs/dialog/index.d.ts +3 -3
- package/dist/cjs/horizontal-tab/index.d.ts +2 -2
- package/dist/cjs/horizontal-tab/types.d.ts +5 -0
- package/dist/cjs/index.d.ts +0 -44
- package/dist/cjs/index.js +3703 -14497
- package/dist/cjs/input/index.d.ts +2 -2
- package/dist/cjs/input/types.d.ts +5 -0
- package/dist/cjs/lib/twMerge.d.ts +2 -0
- package/dist/cjs/lib/utils.d.ts +2 -0
- package/dist/cjs/multiple-select/index.d.ts +2 -2
- package/dist/cjs/multiple-select/types.d.ts +5 -0
- package/dist/cjs/pagination/index.d.ts +8 -8
- package/dist/cjs/radio-group/index.d.ts +2 -1
- package/dist/cjs/radio-group/types.d.ts +5 -0
- package/dist/cjs/select/index.d.ts +3 -3
- package/dist/cjs/select/types.d.ts +10 -0
- package/dist/cjs/styles.css +1 -1597
- package/dist/cjs/tag/index.d.ts +1 -1
- package/dist/cjs/tag/types.d.ts +10 -0
- package/dist/cjs/text/index.d.ts +5 -5
- package/dist/cjs/text/types.d.ts +74 -0
- package/dist/cjs/tooltip/index.d.ts +3 -3
- package/dist/cjs/tooltip/types.d.ts +10 -0
- package/dist/cjs/vertical-menu/index.d.ts +3 -3
- package/dist/cjs/vertical-menu/types.d.ts +10 -0
- package/dist/client.d.ts +398 -0
- package/dist/esm/button/index.d.ts +3 -3
- package/dist/esm/button/types.d.ts +12 -0
- package/dist/esm/client.d.ts +16 -0
- package/dist/esm/client.js +12927 -0
- package/dist/esm/dialog/index.d.ts +3 -3
- package/dist/esm/horizontal-tab/index.d.ts +2 -2
- package/dist/esm/horizontal-tab/types.d.ts +5 -0
- package/dist/esm/index.d.ts +0 -44
- package/dist/esm/index.js +3708 -14356
- package/dist/esm/input/index.d.ts +2 -2
- package/dist/esm/input/types.d.ts +5 -0
- package/dist/esm/lib/twMerge.d.ts +2 -0
- package/dist/esm/lib/utils.d.ts +2 -0
- package/dist/esm/multiple-select/index.d.ts +2 -2
- package/dist/esm/multiple-select/types.d.ts +5 -0
- package/dist/esm/pagination/index.d.ts +8 -8
- package/dist/esm/radio-group/index.d.ts +2 -1
- package/dist/esm/radio-group/types.d.ts +5 -0
- package/dist/esm/select/index.d.ts +3 -3
- package/dist/esm/select/types.d.ts +10 -0
- package/dist/esm/styles.css +1 -1597
- package/dist/esm/tag/index.d.ts +1 -1
- package/dist/esm/tag/types.d.ts +10 -0
- package/dist/esm/text/index.d.ts +5 -5
- package/dist/esm/text/types.d.ts +74 -0
- package/dist/esm/tooltip/index.d.ts +3 -3
- package/dist/esm/tooltip/types.d.ts +10 -0
- package/dist/esm/vertical-menu/index.d.ts +3 -3
- package/dist/esm/vertical-menu/types.d.ts +10 -0
- package/dist/index.d.ts +116 -2298
- package/package.json +15 -8
- package/dist/cjs/autocomplete/styles.d.ts +0 -50
- package/dist/cjs/button/styles.d.ts +0 -95
- package/dist/cjs/calendar/styles.d.ts +0 -103
- package/dist/cjs/card/styles.d.ts +0 -28
- package/dist/cjs/checkbox/styles.d.ts +0 -43
- package/dist/cjs/context-menu/styleVariable.stylex.d.ts +0 -4
- package/dist/cjs/context-menu/styles.d.ts +0 -103
- package/dist/cjs/date-picker/styles.d.ts +0 -5
- package/dist/cjs/dialog/styles.d.ts +0 -23
- package/dist/cjs/horizontal-tab/styles.d.ts +0 -74
- package/dist/cjs/index.css +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/input/styles.d.ts +0 -75
- package/dist/cjs/interactive-list-item/styles.d.ts +0 -49
- package/dist/cjs/mode-tab/styles.d.ts +0 -49
- package/dist/cjs/multiple-select/styles.d.ts +0 -138
- package/dist/cjs/pagination/styles.d.ts +0 -47
- package/dist/cjs/radio-group/styles.d.ts +0 -47
- package/dist/cjs/select/styles.d.ts +0 -107
- package/dist/cjs/styles/common.d.ts +0 -7
- package/dist/cjs/styles/layout.stylex.d.ts +0 -19
- package/dist/cjs/styles/primitiveColors.stylex.d.ts +0 -175
- package/dist/cjs/styles/semanticColors.stylex.d.ts +0 -50
- package/dist/cjs/styles/shadow.stylex.d.ts +0 -11
- package/dist/cjs/styles/transitions.stylex.d.ts +0 -6
- package/dist/cjs/styles/typography.stylex.d.ts +0 -43
- package/dist/cjs/table/styles.d.ts +0 -45
- package/dist/cjs/tag/styles.d.ts +0 -91
- package/dist/cjs/text/styles.d.ts +0 -290
- package/dist/cjs/textarea/styles.d.ts +0 -30
- package/dist/cjs/tooltip/styles.d.ts +0 -59
- package/dist/cjs/vertical-menu/styles.d.ts +0 -84
- package/dist/esm/autocomplete/styles.d.ts +0 -50
- package/dist/esm/button/styles.d.ts +0 -95
- package/dist/esm/calendar/styles.d.ts +0 -103
- package/dist/esm/card/styles.d.ts +0 -28
- package/dist/esm/checkbox/styles.d.ts +0 -43
- package/dist/esm/context-menu/styleVariable.stylex.d.ts +0 -4
- package/dist/esm/context-menu/styles.d.ts +0 -103
- package/dist/esm/date-picker/styles.d.ts +0 -5
- package/dist/esm/dialog/styles.d.ts +0 -23
- package/dist/esm/horizontal-tab/styles.d.ts +0 -74
- package/dist/esm/index.css +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/input/styles.d.ts +0 -75
- package/dist/esm/interactive-list-item/styles.d.ts +0 -49
- package/dist/esm/mode-tab/styles.d.ts +0 -49
- package/dist/esm/multiple-select/styles.d.ts +0 -138
- package/dist/esm/pagination/styles.d.ts +0 -47
- package/dist/esm/radio-group/styles.d.ts +0 -47
- package/dist/esm/select/styles.d.ts +0 -107
- package/dist/esm/styles/common.d.ts +0 -7
- package/dist/esm/styles/layout.stylex.d.ts +0 -19
- package/dist/esm/styles/primitiveColors.stylex.d.ts +0 -175
- package/dist/esm/styles/semanticColors.stylex.d.ts +0 -50
- package/dist/esm/styles/shadow.stylex.d.ts +0 -11
- package/dist/esm/styles/transitions.stylex.d.ts +0 -6
- package/dist/esm/styles/typography.stylex.d.ts +0 -43
- package/dist/esm/table/styles.d.ts +0 -45
- package/dist/esm/tag/styles.d.ts +0 -91
- package/dist/esm/text/styles.d.ts +0 -290
- package/dist/esm/textarea/styles.d.ts +0 -30
- package/dist/esm/tooltip/styles.d.ts +0 -59
- package/dist/esm/vertical-menu/styles.d.ts +0 -84
package/dist/esm/styles.css
CHANGED
|
@@ -1,1597 +1 @@
|
|
|
1
|
-
@layer priority1 {
|
|
2
|
-
:root, .tpstun8bdo {
|
|
3
|
-
--tpst16kocez: 0;
|
|
4
|
-
--tpst1vsob78: .125rem;
|
|
5
|
-
--tpst1w7bvkk: .25rem;
|
|
6
|
-
--tpst1ls88jo: .375rem;
|
|
7
|
-
--tpst1d2ic4p: .5rem;
|
|
8
|
-
--tpst1bkg6mz: 1rem;
|
|
9
|
-
--tpstbu84cc: 9999px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
:root, .tpst14l95s3 {
|
|
13
|
-
--tpst176n8w4: 3.25rem;
|
|
14
|
-
--tpst1cn3bf9: 1.875rem;
|
|
15
|
-
--tpst1ck7jd6: 2.5rem;
|
|
16
|
-
--tpster68pz: 1.75rem;
|
|
17
|
-
--tpstt98vng: 2.25rem;
|
|
18
|
-
--tpst17n5r6a: 1.625rem;
|
|
19
|
-
--tpstfx2dhf: 2rem;
|
|
20
|
-
--tpsti84zyh: 1.5rem;
|
|
21
|
-
--tpst1wgxelp: 1.75rem;
|
|
22
|
-
--tpstohgo1r: 1.3125rem;
|
|
23
|
-
--tpst1v3vljw: 1.5rem;
|
|
24
|
-
--tpst1tpl8o: 1rem;
|
|
25
|
-
--tpst3oounl: 1.3125rem;
|
|
26
|
-
--tpstfxw7go: .875rem;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
:root, .tpst1cmuz2h {
|
|
30
|
-
--tpst1aa85u5: .25rem;
|
|
31
|
-
--tpst15cl33r: .5rem;
|
|
32
|
-
--tpst1s1bzlu: 1rem;
|
|
33
|
-
--tpstr1ymy1: 1.5rem;
|
|
34
|
-
--tpst13zox1l: 2rem;
|
|
35
|
-
--tpst1xkcubw: 2.5rem;
|
|
36
|
-
--tpst67ua5f: 3rem;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
:root, .tpst1h3jhwn {
|
|
40
|
-
--tpst1jhw9pg: var(--tpst1o2qj1w);
|
|
41
|
-
--tpst1ob6z47: var(--tpst1wxl5pq);
|
|
42
|
-
--tpstuejxa4: var(--tpst142inpb);
|
|
43
|
-
--tpsts9zbf: var(--tpstn6fh0j);
|
|
44
|
-
--tpstggesgd: var(--tpst1rh8zbx);
|
|
45
|
-
--tpstkiu8f5: var(--tpst1ujyhgx);
|
|
46
|
-
--tpst1myu9af: var(--tpst1ltonyn);
|
|
47
|
-
--tpstp5llud: var(--tpstwpcubr);
|
|
48
|
-
--tpst1od88uy: var(--tpst1b3r40x);
|
|
49
|
-
--tpst1awahhr: var(--tpst1ltonyn);
|
|
50
|
-
--tpst1sous2z: var(--tpst5d8jd9);
|
|
51
|
-
--tpstb0d7vw: var(--tpstkdeazx);
|
|
52
|
-
--tpstvspwxi: var(--tpst1aqveo6);
|
|
53
|
-
--tpst1kxl5s: var(--tpst1nbxovh);
|
|
54
|
-
--tpst1xyenpu: var(--tpstu7hrah);
|
|
55
|
-
--tpst1uoa904: var(--tpst1yk930q);
|
|
56
|
-
--tpstufw5ms: var(--tpstji9maf);
|
|
57
|
-
--tpsts3sn97: var(--tpstrvxn8n);
|
|
58
|
-
--tpst5k8tce: var(--tpstmprsjx);
|
|
59
|
-
--tpstp0q5oq: var(--tpst142inpb);
|
|
60
|
-
--tpst1yvmtnc: var(--tpstu7hrah);
|
|
61
|
-
--tpstk4jfiz: var(--tpstn6fh0j);
|
|
62
|
-
--tpst1l3o5m7: var(--tpst1nbxovh);
|
|
63
|
-
--tpst193kvrf: var(--tpstu7hrah);
|
|
64
|
-
--tpst1utdsru: var(--tpstmprsjx);
|
|
65
|
-
--tpst3umhxq: var(--tpstji9maf);
|
|
66
|
-
--tpst8jxxq1: var(--tpst5d8jd9);
|
|
67
|
-
--tpst9kcnep: var(--tpstkdeazx);
|
|
68
|
-
--tpst11ieh26: var(--tpst1aqveo6);
|
|
69
|
-
--tpst1tvunur: var(--tpstn6fh0j);
|
|
70
|
-
--tpst16ho4j7: var(--tpst1695na0);
|
|
71
|
-
--tpst4ae9ti: var(--tpst1695na0);
|
|
72
|
-
--tpsttytddx: var(--tpstoyk8v8);
|
|
73
|
-
--tpstw5kw9y: var(--tpstoyk8v8);
|
|
74
|
-
--tpst17kooso: var(--tpst101zq66);
|
|
75
|
-
--tpst58jqng: var(--tpstoyk8v8);
|
|
76
|
-
--tpst1rk9dvl: var(--tpst18059y4);
|
|
77
|
-
--tpst1d2u5vn: var(--tpstor84za);
|
|
78
|
-
--tpst16isvbw: var(--tpst1rh8zbx);
|
|
79
|
-
--tpst1g6wz50: var(--tpst1jnwheb);
|
|
80
|
-
--tpst1wmogyq: var(--tpst1jnwheb);
|
|
81
|
-
--tpst1akj8aj: var(--tpst1oe8qtm);
|
|
82
|
-
--tpst1pw9j7a: var(--tpst1gpymmf);
|
|
83
|
-
--tpsti74lq7: var(--tpst12b1wd7);
|
|
84
|
-
--tpst1ske8g4: var(--tpst14m6y91);
|
|
85
|
-
--tpstos51i3: var(--tpst1jnwheb);
|
|
86
|
-
--tpst1wrmwgo: var(--tpstn6fh0j);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
:root, .tpst1k3h750 {
|
|
90
|
-
--tpst1v5gfih: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
91
|
-
--tpstgrjq5n: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
:root, .tpst1i65eg8 {
|
|
95
|
-
--tpst1v5pdxa: black;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
:root, .tpst13343xr {
|
|
99
|
-
--tpst1vko5pw: .15s;
|
|
100
|
-
--tpst1r8xpgk: .3s;
|
|
101
|
-
--tpstxp1npq: .5s;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
:root, .tpst1otj4yr {
|
|
105
|
-
--tpst2ctkbp: 100;
|
|
106
|
-
--tpst1wesye2: 200;
|
|
107
|
-
--tpst1l5fk19: 300;
|
|
108
|
-
--tpstvixdhc: 400;
|
|
109
|
-
--tpst1hojl49: 500;
|
|
110
|
-
--tpstm13ldm: 600;
|
|
111
|
-
--tpstv32r0g: 700;
|
|
112
|
-
--tpst1wco1hw: 800;
|
|
113
|
-
--tpstuh14ux: 900;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
:root, .tpst1p7aaxf {
|
|
117
|
-
--tpstpf29vn: .625rem;
|
|
118
|
-
--tpst1wzw6rf: .75rem;
|
|
119
|
-
--tpstpnu726: .875rem;
|
|
120
|
-
--tpstni8g52: 1rem;
|
|
121
|
-
--tpst1o86t0e: 1.125rem;
|
|
122
|
-
--tpst1rpvla4: 1.25rem;
|
|
123
|
-
--tpstp7wmxu: 1.5rem;
|
|
124
|
-
--tpstr5xhck: 1.875rem;
|
|
125
|
-
--tpstdkkdz8: 2.25rem;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
:root, .tpstv8o7vz {
|
|
129
|
-
--tpstqe013h: #d6ddff;
|
|
130
|
-
--tpst13azww4: #adbbff;
|
|
131
|
-
--tpst12ucro4: #8599ff;
|
|
132
|
-
--tpstx1jh9w: #5c77ff;
|
|
133
|
-
--tpst1d8m627: #35f;
|
|
134
|
-
--tpst1vkyc1g: #2844cc;
|
|
135
|
-
--tpst7ro71e: #1f3398;
|
|
136
|
-
--tpst1lr2euv: #142266;
|
|
137
|
-
--tpst10uozat: #0a1133;
|
|
138
|
-
--tpst1qqymh: #cef;
|
|
139
|
-
--tpst1yyasqh: #9df;
|
|
140
|
-
--tpst1gvcfhy: #6cf;
|
|
141
|
-
--tpstdzlppo: #3bf;
|
|
142
|
-
--tpstyemwcb: #0af;
|
|
143
|
-
--tpstb0m78p: #08c;
|
|
144
|
-
--tpsth1uc7g: #069;
|
|
145
|
-
--tpsttewm74: #046;
|
|
146
|
-
--tpst1ts0yxk: #023;
|
|
147
|
-
--tpst101zq66: #0505051a;
|
|
148
|
-
--tpst18059y4: #05050526;
|
|
149
|
-
--tpst1o2qj1w: #05050533;
|
|
150
|
-
--tpst1695na0: #05050508;
|
|
151
|
-
--tpst1e4u9cd: #05050540;
|
|
152
|
-
--tpstzzylim: #0505054d;
|
|
153
|
-
--tpst1giqxg: #05050559;
|
|
154
|
-
--tpst1ckp6cb: #05050566;
|
|
155
|
-
--tpst1ujyhgx: #05050575;
|
|
156
|
-
--tpstoyk8v8: #0505050d;
|
|
157
|
-
--tpstdb8mlt: #05050582;
|
|
158
|
-
--tpst142inpb: #05050594;
|
|
159
|
-
--tpstrvxn8n: #050505a1;
|
|
160
|
-
--tpstmprsjx: #050505ad;
|
|
161
|
-
--tpstu7hrah: #050505ba;
|
|
162
|
-
--tpst1yk930q: #050505cc;
|
|
163
|
-
--tpst1nbxovh: #050505d6;
|
|
164
|
-
--tpstji9maf: #050505e3;
|
|
165
|
-
--tpst1unqsr1: #050505eb;
|
|
166
|
-
--tpst1c64thx: #ccebd6;
|
|
167
|
-
--tpstkc4nnn: #99d6ad;
|
|
168
|
-
--tpst16sv4xz: #66c285;
|
|
169
|
-
--tpsthm2jgh: #34ad5c;
|
|
170
|
-
--tpstkdeazx: #093;
|
|
171
|
-
--tpstxtmc5o: #007a29;
|
|
172
|
-
--tpst1a1gxqa: #005c1f;
|
|
173
|
-
--tpstb6uyui: #003d14;
|
|
174
|
-
--tpstklhf60: #001f0a;
|
|
175
|
-
--tpst1i0r5ji: #ffffff17;
|
|
176
|
-
--tpst1y5wwdd: #ffffff24;
|
|
177
|
-
--tpst1qyy4b3: #ffffff2e;
|
|
178
|
-
--tpstevrkdv: #ffffff08;
|
|
179
|
-
--tpst9u9sq4: #ffffff3d;
|
|
180
|
-
--tpst9ontey: #ffffff4d;
|
|
181
|
-
--tpst7h2gr7: #ffffff59;
|
|
182
|
-
--tpstrlh8f2: #fff6;
|
|
183
|
-
--tpstpvck6k: #ffffff7a;
|
|
184
|
-
--tpst8kgh2v: #ffffff0d;
|
|
185
|
-
--tpstwf3o2r: #ffffff87;
|
|
186
|
-
--tpst1yklry3: #ffffff94;
|
|
187
|
-
--tpst1pqr7tr: #ffffffa1;
|
|
188
|
-
--tpst1apix18: #ffffffad;
|
|
189
|
-
--tpst1b3r40x: #ffffffba;
|
|
190
|
-
--tpst7qmafm: #ffffffc9;
|
|
191
|
-
--tpst1ssemck: #ffffffd6;
|
|
192
|
-
--tpstwpcubr: #ffffffe3;
|
|
193
|
-
--tpst1ltonyn: #fffffff0;
|
|
194
|
-
--tpst1fihk4k: #feebfa;
|
|
195
|
-
--tpst4pmojp: #fdc4f2;
|
|
196
|
-
--tpstvdslca: #fc92e7;
|
|
197
|
-
--tpst1jq42uc: #fa66dd;
|
|
198
|
-
--tpst1bfk4sp: #f939d3;
|
|
199
|
-
--tpst1f2l7fk: #ed07bf;
|
|
200
|
-
--tpst11snvgx: #940578;
|
|
201
|
-
--tpst14beq8s: #5e034c;
|
|
202
|
-
--tpstzb1amu: #190114;
|
|
203
|
-
--tpst1gpymmf: #e6e6e6;
|
|
204
|
-
--tpst1wxl5pq: #d9d9d9;
|
|
205
|
-
--tpst12b1wd7: #ccc;
|
|
206
|
-
--tpsttwjrp6: #fafafa;
|
|
207
|
-
--tpstxadivy: #bfbfbf;
|
|
208
|
-
--tpst13x3j6w: #b3b3b3;
|
|
209
|
-
--tpstihxxi9: #a6a6a6;
|
|
210
|
-
--tpstv2m2ve: #999;
|
|
211
|
-
--tpstiiea8d: #8c8c8c;
|
|
212
|
-
--tpst1oe8qtm: #f2f2f2;
|
|
213
|
-
--tpst1yltxr6: gray;
|
|
214
|
-
--tpstr8jwi2: #6e6e6e;
|
|
215
|
-
--tpst1dl1ny3: #616161;
|
|
216
|
-
--tpstc1vapl: #545454;
|
|
217
|
-
--tpst1goho9: #474747;
|
|
218
|
-
--tpst1vcffap: #383838;
|
|
219
|
-
--tpstor84za: #2e2e2e;
|
|
220
|
-
--tpst1pivrgl: #212121;
|
|
221
|
-
--tpst1n0kgpo: #1a1a1a;
|
|
222
|
-
--tpst1vz785g: #0d0d0d;
|
|
223
|
-
--tpst1jm0z9: #ffe6cc;
|
|
224
|
-
--tpst1votjpp: #fc9;
|
|
225
|
-
--tpst12xt8mt: #ffb366;
|
|
226
|
-
--tpst1a1rkjt: #f93;
|
|
227
|
-
--tpst1aqveo6: #ff8000;
|
|
228
|
-
--tpst11couak: #c60;
|
|
229
|
-
--tpsti5z8br: #994d00;
|
|
230
|
-
--tpst1iadcsy: #630;
|
|
231
|
-
--tpst8i913w: #331a00;
|
|
232
|
-
--tpstc9yo27: #ffd6dd;
|
|
233
|
-
--tpst13l689h: #ffadbb;
|
|
234
|
-
--tpstrrxi4e: #ff8599;
|
|
235
|
-
--tpst1yie51r: #ff5c77;
|
|
236
|
-
--tpst1wnx05t: #f35;
|
|
237
|
-
--tpst102jk5s: #cc2844;
|
|
238
|
-
--tpst5xq33l: #981f33;
|
|
239
|
-
--tpstk7a290: #661422;
|
|
240
|
-
--tpst1cjgz0g: #330a11;
|
|
241
|
-
--tpst14m6y91: #000;
|
|
242
|
-
--tpst1rh8zbx: #00000080;
|
|
243
|
-
--tpst1kaesz4: #000000bf;
|
|
244
|
-
--tpstn6fh0j: #fff0;
|
|
245
|
-
--tpst1jnwheb: #fff;
|
|
246
|
-
--tpst1mar65u: #ffffff80;
|
|
247
|
-
--tpstd0dqyb: #e4d6ff;
|
|
248
|
-
--tpst124hjxv: #c9adff;
|
|
249
|
-
--tpstv708rp: #ad85ff;
|
|
250
|
-
--tpst1bl64cr: #925cff;
|
|
251
|
-
--tpst1fo8n37: #73f;
|
|
252
|
-
--tpst14q0d2q: #5f28cc;
|
|
253
|
-
--tpst17d9kuo: #481f98;
|
|
254
|
-
--tpstkg84ih: #301466;
|
|
255
|
-
--tpstfdijda: #180a33;
|
|
256
|
-
--tpst70zivo: #facccc;
|
|
257
|
-
--tpst1s3b0fc: #f59999;
|
|
258
|
-
--tpst1rsitfj: #ef6767;
|
|
259
|
-
--tpst1esx78v: #ea3434;
|
|
260
|
-
--tpst1t3outg: #e60000;
|
|
261
|
-
--tpst16zv0k: #b80000;
|
|
262
|
-
--tpst18pr8kg: #8a0000;
|
|
263
|
-
--tpstoyortx: #5c0000;
|
|
264
|
-
--tpst1pljiin: #2e0000;
|
|
265
|
-
--tpst1qy03u8: #ccf5f5;
|
|
266
|
-
--tpst1jngu9z: #99ebeb;
|
|
267
|
-
--tpst1ycrsxp: #67e0e0;
|
|
268
|
-
--tpst1wasqrt: #33d7d7;
|
|
269
|
-
--tpst1lqq21i: #0cc;
|
|
270
|
-
--tpst1osjnym: #00a3a3;
|
|
271
|
-
--tpst1oin9ud: #007a7a;
|
|
272
|
-
--tpst1fatwce: #005252;
|
|
273
|
-
--tpstq4ex6f: #002929;
|
|
274
|
-
--tpst125moup: #fce8eb;
|
|
275
|
-
--tpst10gnusl: #f7bbc3;
|
|
276
|
-
--tpst19amq7y: #f28d9a;
|
|
277
|
-
--tpsteq0nbi: #ec5f72;
|
|
278
|
-
--tpst5d8jd9: #e7324a;
|
|
279
|
-
--tpstik09z0: #cd1830;
|
|
280
|
-
--tpstxmr14s: #a01326;
|
|
281
|
-
--tpstlkpsb7: #720d1b;
|
|
282
|
-
--tpst1w89y68: #37060d;
|
|
283
|
-
--tpst1evl7kq: #f1d6ff;
|
|
284
|
-
--tpstdluzx3: #e4adff;
|
|
285
|
-
--tpstu18ak0: #d685ff;
|
|
286
|
-
--tpst1u97yvb: #c95cff;
|
|
287
|
-
--tpstadbrpb: #b3f;
|
|
288
|
-
--tpst1c73sni: #9628cc;
|
|
289
|
-
--tpst4mofw: #701f98;
|
|
290
|
-
--tpst1brd0lo: #4b1466;
|
|
291
|
-
--tpst1fzr77q: #250a33;
|
|
292
|
-
--tpste5lyhb: #fff5cc;
|
|
293
|
-
--tpstd61v0q: #ffeb99;
|
|
294
|
-
--tpsthxoc5r: #ffe066;
|
|
295
|
-
--tpstd6qbcc: #ffd633;
|
|
296
|
-
--tpst8zrc5y: #fc0;
|
|
297
|
-
--tpstdqnz46: #cca300;
|
|
298
|
-
--tpst85hx1: #997a00;
|
|
299
|
-
--tpst1gc02k: #665200;
|
|
300
|
-
--tpst1l093k2: #332900;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
:root, .tpst1coqt8q {
|
|
304
|
-
--tpstrt55e4: 0px 1px 2px 0px #0000000d;
|
|
305
|
-
--tpst1oh1qfk: 0px 1px 2px -1px #0000001a, 0px 1px 3px 0px #0000001a;
|
|
306
|
-
--tpstz9zmum: 0px 4px 6px -1px #0000001a, 0px 2px 4px -2px #0000001a;
|
|
307
|
-
--tpstnh1vj0: 0px 10px 15px -3px #0000001a, 0px 4px 6px -4px #0000001a;
|
|
308
|
-
--tpstvgtbza: 0px 20px 25px -5px #0000001a, 0px 8px 10px -6px #0000001a;
|
|
309
|
-
--tpst1mbyv8m: 0px 25px 50px -12px #00000040;
|
|
310
|
-
--tpst1u1z08j: 0px 2px 4px 0px #0000000d inset;
|
|
311
|
-
--tpstx3wq13: 0px 0px 0px 0px #0000;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
@media (prefers-color-scheme: dark) {
|
|
315
|
-
:root, .tpst1h3jhwn {
|
|
316
|
-
--tpst1jhw9pg: var(--tpst9u9sq4);
|
|
317
|
-
--tpst1ob6z47: var(--tpst1vcffap);
|
|
318
|
-
--tpstuejxa4: var(--tpst1b3r40x);
|
|
319
|
-
--tpsts9zbf: var(--tpst8kgh2v);
|
|
320
|
-
--tpstggesgd: var(--tpstwf3o2r);
|
|
321
|
-
--tpstkiu8f5: var(--tpst7h2gr7);
|
|
322
|
-
--tpst1myu9af: var(--tpst1nbxovh);
|
|
323
|
-
--tpstp5llud: var(--tpst1nbxovh);
|
|
324
|
-
--tpst1od88uy: var(--tpst1nbxovh);
|
|
325
|
-
--tpst1awahhr: var(--tpst1nbxovh);
|
|
326
|
-
--tpst1sous2z: var(--tpst1esx78v);
|
|
327
|
-
--tpstb0d7vw: var(--tpsthm2jgh);
|
|
328
|
-
--tpstvspwxi: var(--tpst1a1rkjt);
|
|
329
|
-
--tpst1kxl5s: var(--tpst1ssemck);
|
|
330
|
-
--tpst1xyenpu: var(--tpstwpcubr);
|
|
331
|
-
--tpst1uoa904: var(--tpst7qmafm);
|
|
332
|
-
--tpstufw5ms: var(--tpst1ltonyn);
|
|
333
|
-
--tpsts3sn97: var(--tpst1pqr7tr);
|
|
334
|
-
--tpst5k8tce: var(--tpst1b3r40x);
|
|
335
|
-
--tpstp0q5oq: var(--tpst1pqr7tr);
|
|
336
|
-
--tpst1yvmtnc: var(--tpst7qmafm);
|
|
337
|
-
--tpstk4jfiz: var(--tpstn6fh0j);
|
|
338
|
-
--tpst1l3o5m7: var(--tpstwpcubr);
|
|
339
|
-
--tpst193kvrf: var(--tpst7qmafm);
|
|
340
|
-
--tpst1utdsru: var(--tpst1apix18);
|
|
341
|
-
--tpst3umhxq: var(--tpst1ltonyn);
|
|
342
|
-
--tpst8jxxq1: var(--tpst1t3outg);
|
|
343
|
-
--tpst9kcnep: var(--tpstkdeazx);
|
|
344
|
-
--tpst11ieh26: var(--tpst1aqveo6);
|
|
345
|
-
--tpst1tvunur: var(--tpstn6fh0j);
|
|
346
|
-
--tpst16ho4j7: var(--tpst1i0r5ji);
|
|
347
|
-
--tpst4ae9ti: var(--tpst8kgh2v);
|
|
348
|
-
--tpsttytddx: var(--tpst1qyy4b3);
|
|
349
|
-
--tpstw5kw9y: var(--tpst1i0r5ji);
|
|
350
|
-
--tpst17kooso: var(--tpst1i0r5ji);
|
|
351
|
-
--tpst58jqng: var(--tpst1i0r5ji);
|
|
352
|
-
--tpst1rk9dvl: var(--tpst1y5wwdd);
|
|
353
|
-
--tpst1d2u5vn: var(--tpst1gpymmf);
|
|
354
|
-
--tpst16isvbw: var(--tpst1kaesz4);
|
|
355
|
-
--tpst1g6wz50: var(--tpst1n0kgpo);
|
|
356
|
-
--tpst1wmogyq: var(--tpst1pivrgl);
|
|
357
|
-
--tpst1akj8aj: var(--tpstor84za);
|
|
358
|
-
--tpst1pw9j7a: var(--tpstor84za);
|
|
359
|
-
--tpsti74lq7: var(--tpst1goho9);
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.tpst11v4t2h {
|
|
364
|
-
--tpst1v5pdxa: var(--tpsts3sn97);
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
@keyframes tpstekv6nw-B {
|
|
368
|
-
0% {
|
|
369
|
-
opacity: 0;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
100% {
|
|
373
|
-
opacity: 1;
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
@keyframes tpstqng64z-B {
|
|
378
|
-
0% {
|
|
379
|
-
transform: rotate(0);
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
100% {
|
|
383
|
-
transform: rotate(360deg);
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
@keyframes tpsthff4o4-B {
|
|
388
|
-
0% {
|
|
389
|
-
opacity: 0;
|
|
390
|
-
transform: translate(-50%, -53%);
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
100% {
|
|
394
|
-
opacity: 1;
|
|
395
|
-
transform: translate(-50%, -50%);
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.tpst1yzyj3[data-state="open"] {
|
|
400
|
-
--tpst1v5pdxa: var(--tpst1yvmtnc);
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.tpst1i14ww5:hover:not([data-disabled]) {
|
|
404
|
-
--tpst1v5pdxa: var(--tpst5k8tce);
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
.tpst1x7n3pw[data-disabled] {
|
|
408
|
-
--tpst1v5pdxa: var(--tpstkiu8f5);
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.tpstrgwr5g:active:not([data-disabled]) {
|
|
412
|
-
--tpst1v5pdxa: var(--tpstp0q5oq);
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
@layer priority2 {
|
|
417
|
-
.tpstpm9o9i {
|
|
418
|
-
animation: tpstekv6nw-B var(--tpst1vko5pw) ease-in-out forwards;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
.tpst1rrvgyn {
|
|
422
|
-
animation: tpsthff4o4-B var(--tpst1vko5pw) ease-in-out forwards;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.tpst1uam1a0 {
|
|
426
|
-
animation: 1s linear infinite tpstqng64z-B;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.tpst1wty727 {
|
|
430
|
-
border: 0;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.tpstfj9a5l {
|
|
434
|
-
border: 1px solid #0000;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
.tpst1rpd3ai {
|
|
438
|
-
border: 1px solid var(--tpst1jhw9pg);
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.tpst1xmtq0r {
|
|
442
|
-
border: 1px solid var(--tpst1ob6z47);
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
.tpsthqwzk5 {
|
|
446
|
-
border: 1px solid var(--tpst1tvunur);
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.tpst86ijzb {
|
|
450
|
-
border: 1px solid var(--tpsts9zbf);
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
.tpstmh1i6s {
|
|
454
|
-
border: 1px solid var(--tpstw5kw9y);
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
.tpst1gs6z28 {
|
|
458
|
-
border: none;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
.tpst1d5bw93 {
|
|
462
|
-
border: var(--tpst1wrmwgo);
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
.tpst10a8y8t {
|
|
466
|
-
inset: 0;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
.tpst19bbpc0 {
|
|
470
|
-
margin: 0 auto;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
.tpst1ghz6dp {
|
|
474
|
-
margin: 0;
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
.tpst1qk52y6 {
|
|
478
|
-
margin: 4px 0;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
.tpstnfbntj {
|
|
482
|
-
margin: 5px 0;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
.tpst84vhe8 {
|
|
486
|
-
padding: 0 12px;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
.tpstst3r74 {
|
|
490
|
-
padding: 0 6px;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
.tpst1xq1gxn {
|
|
494
|
-
padding: 0 8px;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.tpst1717udv {
|
|
498
|
-
padding: 0;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
.tpstugbsue {
|
|
502
|
-
padding: 10px 8px;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
.tpst7z7khe {
|
|
506
|
-
padding: 10px;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
.tpst1a5nu0n {
|
|
510
|
-
padding: 11px 16px;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
.tpstc7a3lv {
|
|
514
|
-
padding: 12px 16px 12px 12px;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
.tpst1iwkndl {
|
|
518
|
-
padding: 12px 16px;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
.tpstc7ga6q {
|
|
522
|
-
padding: 12px;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
.tpst14hcewi {
|
|
526
|
-
padding: 16px 20px;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
.tpst45f59s {
|
|
530
|
-
padding: 20px 0 20px 36px;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
.tpstxzb6uj {
|
|
534
|
-
padding: 2px 4px;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
.tpst1i3ajwb {
|
|
538
|
-
padding: 2px;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
.tpstdqdrvq {
|
|
542
|
-
padding: 4px 8px;
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
.tpstfawy5m {
|
|
546
|
-
padding: 4px;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
.tpst1arfzav {
|
|
550
|
-
padding: 6px 12px;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
.tpst18tqr4w {
|
|
554
|
-
padding: 6px 8px;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
.tpst1ruevkc {
|
|
558
|
-
padding: 6px;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
.tpst153ncpu {
|
|
562
|
-
padding: 8px 12px;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
.tpste8ttls {
|
|
566
|
-
padding: 8px;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
.tpst19jqxye {
|
|
570
|
-
padding: var(--tpst1s1bzlu) var(--tpstr1ymy1) var(--tpstr1ymy1);
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
.tpstlze0bs {
|
|
574
|
-
padding: var(--tpstr1ymy1);
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
.tpst17kbgjr:hover:not([data-selected="true"]):not(:disabled) {
|
|
578
|
-
border: 1px solid var(--tpst17kooso);
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
.tpstim3zwz:hover:not([data-disabled="true"]) {
|
|
582
|
-
border: 1px solid var(--tpst1jhw9pg);
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
.tpst1hzpdhs:active:not([data-selected="true"]):not(:disabled) {
|
|
586
|
-
border: 1px solid var(--tpst58jqng);
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
.tpst1x4vx8k[data-selected="true"] {
|
|
590
|
-
border: 1px solid var(--tpstggesgd);
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
.tpstyzq09x:focus-within, .tpst3nu0g:not([data-placeholder]), .tpst1wuwv8e[data-selected="true"] {
|
|
594
|
-
border: 1px solid var(--tpstuejxa4);
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
.tpstl20lex[data-disabled], .tpstyntif3[data-disabled="true"] {
|
|
598
|
-
border: none;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
.tpst1um0yg0:has(input:disabled) {
|
|
602
|
-
border: 1px solid var(--tpst1wrmwgo);
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
.tpst1sa8l8l:disabled {
|
|
606
|
-
border: 1px solid var(--tpstk4jfiz);
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
@layer priority3 {
|
|
611
|
-
.tpst1mkz3ft {
|
|
612
|
-
border-bottom: 1px solid var(--tpst1ob6z47);
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
.tpst10e4uj6 {
|
|
616
|
-
border-radius: 0 6px 6px 0 !important;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.tpst13izsvr {
|
|
620
|
-
border-radius: 0 !important;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
.tpst4pepcl {
|
|
624
|
-
border-radius: 12px;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
.tpst12oqio5 {
|
|
628
|
-
border-radius: 4px;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
.tpstc0yi4g {
|
|
632
|
-
border-radius: 6px 0 0 6px !important;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.tpst1kogg8i {
|
|
636
|
-
border-radius: 6px;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
.tpstur7f20 {
|
|
640
|
-
border-radius: 8px;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.tpstf4vky1 {
|
|
644
|
-
border-radius: var(--tpst1bkg6mz);
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
.tpst1ss8e6p {
|
|
648
|
-
border-radius: var(--tpst1d2ic4p);
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
.tpst1no1v6n {
|
|
652
|
-
border-radius: var(--tpst1ls88jo);
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
.tpst1cfp2xn {
|
|
656
|
-
border-radius: var(--tpst1w7bvkk);
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
.tpst98rzlu {
|
|
660
|
-
flex: 1;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.tpst883omv {
|
|
664
|
-
gap: 10px;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
.tpst1v2ro7d {
|
|
668
|
-
gap: 12px;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
.tpstaobbuh {
|
|
672
|
-
gap: 18px;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
.tpst1jnr06f {
|
|
676
|
-
gap: 4px;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
.tpst17d4w8g {
|
|
680
|
-
gap: 6px;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
.tpst167g77z {
|
|
684
|
-
gap: 8px;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
.tpstpc28cl {
|
|
688
|
-
gap: var(--rdp-months-gap);
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
.tpst9gtpy7 {
|
|
692
|
-
gap: var(--tpst15cl33r);
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
.tpste8uvvx {
|
|
696
|
-
list-style: none;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
.tpst1a2a7pz {
|
|
700
|
-
outline: none;
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
.tpstb3r6kr {
|
|
704
|
-
overflow: hidden;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
.tpst1hl2dhg {
|
|
708
|
-
text-decoration: none;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
.tpst1u6mjlm {
|
|
712
|
-
transition: var(--tpst1r8xpgk);
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
.tpst1n31b6c[data-last-border="false"]:last-child {
|
|
716
|
-
border-bottom: none;
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
.tpst1g5o8b6.range-end {
|
|
720
|
-
border-radius: 6px !important;
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
.tpsts3ybme:has(button:has([data-placeholder])) {
|
|
724
|
-
border-color: var(--tpsts3sn97);
|
|
725
|
-
}
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
@layer priority4 {
|
|
729
|
-
.tpst6s0dn4 {
|
|
730
|
-
align-items: center;
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
.tpstjyslct {
|
|
734
|
-
appearance: none;
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
.tpstjbqb8w {
|
|
738
|
-
background-color: #0000;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
.tpst15fejnn {
|
|
742
|
-
background-color: var(--tpst16ho4j7);
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
.tpstg8nkuj {
|
|
746
|
-
background-color: var(--tpst1akj8aj);
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
.tpst1rfhukg {
|
|
750
|
-
background-color: var(--tpst1d2u5vn);
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
.tpst1tugou3 {
|
|
754
|
-
background-color: var(--tpst1g6wz50);
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
.tpst13m22k {
|
|
758
|
-
background-color: var(--tpst1l3o5m7);
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
.tpst1bx03lh {
|
|
762
|
-
background-color: var(--tpst1ob6z47);
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
.tpst8yr0uz {
|
|
766
|
-
background-color: var(--tpst1rh8zbx);
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
.tpst19e1y8f {
|
|
770
|
-
background-color: var(--tpst1rk9dvl) !important;
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
.tpst1po33qi {
|
|
774
|
-
background-color: var(--tpst1tvunur);
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
.tpst1vtgg7b {
|
|
778
|
-
background-color: var(--tpst1wmogyq);
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
.tpst1jnx7p {
|
|
782
|
-
background-color: var(--tpst1wrmwgo);
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
.tpst19pgpgt {
|
|
786
|
-
background-color: var(--tpst3umhxq) !important;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
.tpst14702fr {
|
|
790
|
-
background-color: var(--tpst3umhxq);
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
.tpst1fhthwf {
|
|
794
|
-
background-color: var(--tpsts3sn97);
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
.tpstpeci3k {
|
|
798
|
-
background-color: var(--tpsts9zbf);
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
.tpstnw08ok {
|
|
802
|
-
background-color: var(--tpsttytddx);
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
.tpst1tlhk3t {
|
|
806
|
-
background-color: var(--tpstw5kw9y);
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
.tpst1mwwwfo {
|
|
810
|
-
border-collapse: collapse;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
.tpst1vathgz {
|
|
814
|
-
border-collapse: separate;
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
.tpst1dnbpcz {
|
|
818
|
-
border-spacing: 0 8px;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
.tpst1w3cjnw {
|
|
822
|
-
box-shadow: var(--tpst1oh1qfk);
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
.tpstjojfzy {
|
|
826
|
-
box-shadow: var(--tpstz9zmum);
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
.tpst9f619 {
|
|
830
|
-
box-sizing: border-box;
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
.tpst1heor9g {
|
|
834
|
-
color: inherit;
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
.tpsthph9z8 {
|
|
838
|
-
color: var(--tpst1awahhr) !important;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
.tpstizos85 {
|
|
842
|
-
color: var(--tpst1awahhr);
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
.tpst6yx3q1 {
|
|
846
|
-
color: var(--tpst1kxl5s) !important;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
.tpst3jceqh {
|
|
850
|
-
color: var(--tpst1kxl5s);
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.tpst1x75dof {
|
|
854
|
-
color: var(--tpst1myu9af);
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
.tpst1xaraa0 {
|
|
858
|
-
color: var(--tpst1sous2z);
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
.tpst16v5b89 {
|
|
862
|
-
color: var(--tpst1v5pdxa);
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
.tpst1nznry7 {
|
|
866
|
-
color: var(--tpst1xyenpu);
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
.tpst1guh68u {
|
|
870
|
-
color: var(--tpstkiu8f5);
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
.tpst1taccwa {
|
|
874
|
-
color: var(--tpsts3sn97) !important;
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
.tpst1en6sio {
|
|
878
|
-
color: var(--tpsts3sn97);
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
.tpst1b2x5gr {
|
|
882
|
-
color: var(--tpstufw5ms);
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
.tpstt0e3qv {
|
|
886
|
-
cursor: default;
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
.tpst1ypdohk {
|
|
890
|
-
cursor: pointer;
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
.tpst78zum5 {
|
|
894
|
-
display: flex;
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
.tpst3nfvp2 {
|
|
898
|
-
display: inline-flex;
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
.tpst1ecwici {
|
|
902
|
-
fill: var(--tpst1wrmwgo);
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
.tpstdt5ytf {
|
|
906
|
-
flex-direction: column;
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
.tpst1q0g3np {
|
|
910
|
-
flex-direction: row;
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
.tpst1iyjqo2 {
|
|
914
|
-
flex-grow: 1;
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
.tpstozqiw3 {
|
|
918
|
-
flex-wrap: nowrap;
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
.tpst1a02dak {
|
|
922
|
-
flex-wrap: wrap;
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.tpst1rtjxbu {
|
|
926
|
-
font-family: var(--tpst1v5gfih);
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
.tpst1qlqyl8 {
|
|
930
|
-
font-size: inherit;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
.tpstcgtkfa {
|
|
934
|
-
font-size: large;
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
.tpstyak8r7 {
|
|
938
|
-
font-size: var(--tpst1o86t0e);
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
.tpstw0p258 {
|
|
942
|
-
font-size: var(--tpst1rpvla4);
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
.tpstzdzqzi {
|
|
946
|
-
font-size: var(--tpst1wzw6rf);
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
.tpsttptcwg {
|
|
950
|
-
font-size: var(--tpstdkkdz8);
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
.tpst1y7qfbb {
|
|
954
|
-
font-size: var(--tpstni8g52);
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
.tpst1adia26 {
|
|
958
|
-
font-size: var(--tpstp7wmxu);
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
.tpstqn759s {
|
|
962
|
-
font-size: var(--tpstpf29vn);
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
.tpst1v3388n {
|
|
966
|
-
font-size: var(--tpstpnu726);
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
.tpstdn8pac {
|
|
970
|
-
font-size: var(--tpstr5xhck);
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
.tpst3stwaq {
|
|
974
|
-
font-weight: 100;
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
.tpst1ny7uwr {
|
|
978
|
-
font-weight: 200;
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
.tpst1iikomf {
|
|
982
|
-
font-weight: 300;
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
.tpsto1l8bm {
|
|
986
|
-
font-weight: 400;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
.tpstk50ysn {
|
|
990
|
-
font-weight: 500;
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
.tpst1s688f {
|
|
994
|
-
font-weight: 600;
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
.tpst1xlr1w8 {
|
|
998
|
-
font-weight: 700;
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
.tpstuv8nkb {
|
|
1002
|
-
font-weight: 800;
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
.tpst117nqv4 {
|
|
1006
|
-
font-weight: bold;
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
.tpst1pd3egz {
|
|
1010
|
-
font-weight: inherit;
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
.tpstsf9n82 {
|
|
1014
|
-
font-weight: var(--tpst1hojl49);
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
.tpst13t5r7t {
|
|
1018
|
-
font-weight: var(--tpstv32r0g);
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
.tpst1vtwpie {
|
|
1022
|
-
font-weight: var(--tpstvixdhc);
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
.tpstl56j7k {
|
|
1026
|
-
justify-content: center;
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
.tpst1nhvcw1 {
|
|
1030
|
-
justify-content: flex-start;
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
.tpst1qughib {
|
|
1034
|
-
justify-content: space-between;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
.tpstlqzeqv {
|
|
1038
|
-
justify-content: start;
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
.tpst1evy7pa {
|
|
1042
|
-
line-height: 1.5;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
.tpst15bjb6t {
|
|
1046
|
-
line-height: inherit;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
.tpst1b4p1qk {
|
|
1050
|
-
line-height: var(--tpst176n8w4);
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
.tpst1awmmyf {
|
|
1054
|
-
line-height: var(--tpst17n5r6a);
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
.tpst1ti34bg {
|
|
1058
|
-
line-height: var(--tpst1ck7jd6);
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
.tpst1awqnx8 {
|
|
1062
|
-
line-height: var(--tpst1cn3bf9);
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
.tpst1x4dsw2 {
|
|
1066
|
-
line-height: var(--tpst1tpl8o);
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
.tpstljbvx {
|
|
1070
|
-
line-height: var(--tpst1v3vljw);
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
.tpst3hadm3 {
|
|
1074
|
-
line-height: var(--tpst1wgxelp);
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
.tpst1r9tbde {
|
|
1078
|
-
line-height: var(--tpst3oounl);
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
.tpstelsefh {
|
|
1082
|
-
line-height: var(--tpster68pz);
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
.tpstxhp4et {
|
|
1086
|
-
line-height: var(--tpstfx2dhf);
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
.tpstgw2pk2 {
|
|
1090
|
-
line-height: var(--tpstfxw7go);
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
.tpstgc3jpj {
|
|
1094
|
-
line-height: var(--tpsti84zyh);
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
.tpst1waae9e {
|
|
1098
|
-
line-height: var(--tpstohgo1r);
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
.tpstw4v18l {
|
|
1102
|
-
line-height: var(--tpstt98vng);
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
.tpst3ct3a4 {
|
|
1106
|
-
list-style-type: none;
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
.tpst1n4znp {
|
|
1110
|
-
margin-inline-end: var(--rdp-nav_button-width);
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
.tpstniehiw {
|
|
1114
|
-
margin-inline-start: var(--rdp-nav_button-width);
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
.tpst67bb7w {
|
|
1118
|
-
pointer-events: auto;
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
.tpst10l6tqk {
|
|
1122
|
-
position: absolute;
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
.tpstixxii4 {
|
|
1126
|
-
position: fixed;
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
.tpst1n2onr6 {
|
|
1130
|
-
position: relative;
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
.tpsttt52l0 {
|
|
1134
|
-
resize: none;
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
.tpst1nu5250 {
|
|
1138
|
-
stroke: var(--tpst1kxl5s);
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
.tpstd5a6yo {
|
|
1142
|
-
stroke: var(--tpstkiu8f5);
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
.tpst1p9vrh0 {
|
|
1146
|
-
stroke: var(--tpsts3sn97);
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
.tpst1bzislq {
|
|
1150
|
-
stroke: var(--tpstufw5ms);
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
.tpst2b8uid {
|
|
1154
|
-
text-align: center;
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.tpstmw9mke {
|
|
1158
|
-
text-align: justify;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
.tpstdpxx8g {
|
|
1162
|
-
text-align: left;
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
.tpst1hr2gdg {
|
|
1166
|
-
text-align: right;
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
.tpstlyipyv {
|
|
1170
|
-
text-overflow: ellipsis;
|
|
1171
|
-
}
|
|
1172
|
-
|
|
1173
|
-
.tpst11lhmoz {
|
|
1174
|
-
transform: translate(-50%, -50%);
|
|
1175
|
-
}
|
|
1176
|
-
|
|
1177
|
-
.tpst87ps6o {
|
|
1178
|
-
-webkit-user-select: none;
|
|
1179
|
-
user-select: none;
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
.tpstxymvpz {
|
|
1183
|
-
vertical-align: middle;
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
|
-
.tpstuxw1ft {
|
|
1187
|
-
white-space: nowrap;
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
.tpst1vjfegm {
|
|
1191
|
-
z-index: 1;
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
.tpstfo81ep {
|
|
1195
|
-
z-index: 1000;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
.tpst1bkdxzg {
|
|
1199
|
-
z-index: 1001;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
.tpst1355qak {
|
|
1203
|
-
z-index: 20;
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
.tpstsl0li1:hover:not([data-disabled]), .tpstig29qo:hover:not([data-selected="true"]):not(:disabled), .tpstr18k4x:hover:not([data-selected="true"]), .tpst1ui4crk:hover:not([data-disabled="true"]), .tpstxkogiq:hover:not([data-disabled="true"]):not([data-selected="true"]), .tpstoegpex:hover:not([data-selected="true"]), .tpstvnhmyd:hover:not([data-disabled="true"]):not([data-selected="true"]):not([data-hover-actions="false"]) {
|
|
1207
|
-
background-color: var(--tpst16ho4j7);
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
.tpst1oqkcdj:hover:not([data-selected="true"]):not(:disabled) {
|
|
1211
|
-
background-color: var(--tpst17kooso);
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
.tpst180tr0n:hover:not([data-selected="true"]):not(:disabled) {
|
|
1215
|
-
background-color: var(--tpst193kvrf);
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
.tpstltff4q[data-selected="true"] {
|
|
1219
|
-
background-color: var(--tpst1g6wz50);
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
.tpsta033fu[data-selected="true"] {
|
|
1223
|
-
background-color: var(--tpst1rk9dvl);
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
.tpst1ibygn9:focus-within {
|
|
1227
|
-
background-color: var(--tpst1tvunur);
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
.tpst12q9sn5:active:not([data-selected="true"]):not(:disabled) {
|
|
1231
|
-
background-color: var(--tpst1utdsru);
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
.tpst1ndsmnl[data-selected="true"] {
|
|
1235
|
-
background-color: var(--tpst1yvmtnc);
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
.tpst1reu1xc[data-selected="true"] {
|
|
1239
|
-
background-color: var(--tpst3umhxq);
|
|
1240
|
-
}
|
|
1241
|
-
|
|
1242
|
-
.tpstzkh6k2:active:not(:disabled), .tpst15xsq06:active:not([data-disabled="true"]):not([data-selected="true"]), .tpst1flsb7q:active:not([data-disabled="true"]):not([data-selected="true"]):not([data-hover-actions="false"]), .tpstve3hgh:active:not([data-disabled]) {
|
|
1243
|
-
background-color: var(--tpst4ae9ti);
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
|
-
.tpst1aswe4i:active:not([data-selected="true"]):not(:disabled) {
|
|
1247
|
-
background-color: var(--tpst58jqng);
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
.tpst1f6zm34[data-disabled="true"], .tpst5s4fa3[data-disabled] {
|
|
1251
|
-
background-color: var(--tpstk4jfiz);
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
.tpst1or6fvc[data-state="checked"], .tpst1rh2zx7[data-selected="true"], .tpst1m4q36m[data-selected="true"]:not([data-disabled="true"]), .tpst1t13qns[data-state="open"] {
|
|
1255
|
-
background-color: var(--tpsttytddx);
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
.tpste5mpoi[data-selected="true"] {
|
|
1259
|
-
color: var(--tpst1awahhr);
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
.tpst13w5zzq:hover:not([data-disabled="true"]):not([data-selected="true"]), .tpst16eg49z[data-selected="true"]:not([data-disabled="true"]), .tpst1tkdp7v:not([data-selected="true"]) {
|
|
1263
|
-
color: var(--tpst1kxl5s);
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
.tpst1psc3pv:active:not([data-selected="true"]):not(:disabled) {
|
|
1267
|
-
color: var(--tpst1od88uy);
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
.tpst1maf8c0:active:not(:disabled), .tpst18fcmwj:active:not([data-disabled="true"]):not([data-selected="true"]), .tpst8etpcc:active:not([data-disabled]) {
|
|
1271
|
-
color: var(--tpst1uoa904);
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
.tpstm1dgqd:hover:not([data-disabled]), .tpst7bvzhj:hover:not([data-selected="true"]):not(:disabled), .tpst1yy87a0:hover:not([data-selected="true"]) {
|
|
1275
|
-
color: var(--tpst1xyenpu);
|
|
1276
|
-
}
|
|
1277
|
-
|
|
1278
|
-
.tpst11xvmhv[data-selected="true"] {
|
|
1279
|
-
color: var(--tpst1yvmtnc);
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
.tpst1i6bdl5:hover:not([data-selected="true"]):not(:disabled) {
|
|
1283
|
-
color: var(--tpst5k8tce);
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.tpst1dicpjh[data-disabled], .tpst10lg5bl[data-disabled="true"] {
|
|
1287
|
-
color: var(--tpstkiu8f5);
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
.tpst1lej0hr:active:not(:disabled), .tpstedph5v:active:not([data-selected="true"]):not(:disabled) {
|
|
1291
|
-
color: var(--tpstp0q5oq);
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
.tpst64v6i3:hover:not([data-selected="true"]):not(:disabled) {
|
|
1295
|
-
color: var(--tpstp5llud);
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
.tpst1hfcag0[data-placeholder] {
|
|
1299
|
-
color: var(--tpsts3sn97);
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
.tpst1566nwe[data-state="checked"], .tpst16j9utu[data-selected="true"], .tpstpysgrl[data-state="open"] {
|
|
1303
|
-
color: var(--tpstufw5ms);
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
.tpst5ezrf1[data-disabled], .tpstrxh2zl[data-disabled="true"] {
|
|
1307
|
-
cursor: not-allowed;
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
.tpst1q65owk:hover:not([data-selected="true"]) {
|
|
1311
|
-
cursor: pointer;
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
|
-
.tpst1rjfkor[data-selected="true"] {
|
|
1315
|
-
font-weight: var(--tpstm13ldm);
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
.tpstu3xvog[data-selected="true"] {
|
|
1319
|
-
font-weight: var(--tpstv32r0g);
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
.tpstf5pua7[data-orientation="right"] {
|
|
1323
|
-
transform: rotate(180deg);
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
.tpst1ojfk87:hover:not([data-disabled])[data-placeholder] {
|
|
1327
|
-
color: var(--tpst5k8tce);
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
|
-
.tpstvnd96[data-disabled][data-placeholder] {
|
|
1331
|
-
color: var(--tpstkiu8f5);
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
.tpst1vtlv3:disabled {
|
|
1335
|
-
background-color: var(--tpstk4jfiz);
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
.tpst4z2h7b:disabled {
|
|
1339
|
-
color: var(--tpstkiu8f5);
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
.tpst1s07b3s:disabled {
|
|
1343
|
-
cursor: not-allowed;
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
.tpstaqnwrm:disabled {
|
|
1347
|
-
pointer-events: none;
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
.tpstmbp7di:hover {
|
|
1351
|
-
background-color: var(--tpst16ho4j7);
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
.tpstcjt0fs:hover {
|
|
1355
|
-
background-color: var(--tpst193kvrf);
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
.tpst1ez746r:hover {
|
|
1359
|
-
color: var(--tpst1xyenpu);
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
|
-
.tpst1xuined:hover {
|
|
1363
|
-
color: var(--tpstp5llud);
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
.tpst1277o0a:hover {
|
|
1367
|
-
cursor: pointer;
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
.tpst53zq4y:active {
|
|
1371
|
-
background-color: var(--tpst1utdsru);
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
.tpst1h8gjka:active {
|
|
1375
|
-
background-color: var(--tpst4ae9ti);
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
|
-
.tpst1rml3o1:active {
|
|
1379
|
-
color: var(--tpst1od88uy);
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
.tpst7msxlv:active {
|
|
1383
|
-
color: var(--tpst1uoa904);
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
|
|
1387
|
-
@layer priority5 {
|
|
1388
|
-
.tpst5yr21d {
|
|
1389
|
-
height: 100%;
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
.tpstlup9mm {
|
|
1393
|
-
height: 16px;
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
.tpstjm9jq1 {
|
|
1397
|
-
height: 1px;
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
.tpst1qx5ct2 {
|
|
1401
|
-
height: 20px;
|
|
1402
|
-
}
|
|
1403
|
-
|
|
1404
|
-
.tpstxk0z11 {
|
|
1405
|
-
height: 24px;
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
.tpst1fgtraw {
|
|
1409
|
-
height: 28px;
|
|
1410
|
-
}
|
|
1411
|
-
|
|
1412
|
-
.tpst10w6t97 {
|
|
1413
|
-
height: 32px;
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
.tpstc9qbxq {
|
|
1417
|
-
height: 36px;
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
.tpstsdox4t {
|
|
1421
|
-
height: 48px;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
.tpst1vpr2pd {
|
|
1425
|
-
height: calc(100% - 24px);
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
.tpstb5j9mv {
|
|
1429
|
-
height: var(--rdp-nav-height);
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1432
|
-
.tpstu96u03 {
|
|
1433
|
-
left: 0;
|
|
1434
|
-
}
|
|
1435
|
-
|
|
1436
|
-
.tpst1nrll8i {
|
|
1437
|
-
left: 50%;
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
.tpstml2tcc {
|
|
1441
|
-
left: calc(50% - 10px);
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
.tpst6riue2 {
|
|
1445
|
-
left: calc(50% - 12px);
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
|
-
.tpst17ol6jx {
|
|
1449
|
-
left: calc(50% - 8px);
|
|
1450
|
-
}
|
|
1451
|
-
|
|
1452
|
-
.tpst1yztbdb {
|
|
1453
|
-
margin-bottom: 16px;
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
.tpst1e56ztr {
|
|
1457
|
-
margin-bottom: 8px;
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
.tpst1lcskmy {
|
|
1461
|
-
margin-bottom: var(--tpst15cl33r);
|
|
1462
|
-
}
|
|
1463
|
-
|
|
1464
|
-
.tpstq1n1xh {
|
|
1465
|
-
margin-left: 16px;
|
|
1466
|
-
}
|
|
1467
|
-
|
|
1468
|
-
.tpst1o6q14k {
|
|
1469
|
-
margin-right: 16px;
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
|
-
.tpst7r5mf7 {
|
|
1473
|
-
margin-top: 3px;
|
|
1474
|
-
}
|
|
1475
|
-
|
|
1476
|
-
.tpst1u4bug8 {
|
|
1477
|
-
max-width: fit-content;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
.tpst1nu04sm {
|
|
1481
|
-
max-width: var(--select-content-width, 100%);
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
.tpst15hfatp {
|
|
1485
|
-
min-width: 36px;
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
.tpstuuvo9b {
|
|
1489
|
-
min-width: var(--radix-select-trigger-width);
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
.tpst6ikm8r {
|
|
1493
|
-
overflow-x: hidden;
|
|
1494
|
-
}
|
|
1495
|
-
|
|
1496
|
-
.tpstwib8y2 {
|
|
1497
|
-
padding-bottom: 8px;
|
|
1498
|
-
}
|
|
1499
|
-
|
|
1500
|
-
.tpstyamay9 {
|
|
1501
|
-
padding-top: 16px;
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
.tpstwa60dl {
|
|
1505
|
-
top: 50%;
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
|
-
.tpstb8jshi {
|
|
1509
|
-
top: calc(100% - 10px);
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
.tpst1qwhh54 {
|
|
1513
|
-
top: calc(100% + 4px);
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
.tpstsf42hv {
|
|
1517
|
-
top: calc(50% - 10px);
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
|
-
.tpst1m3dfrf {
|
|
1521
|
-
top: calc(50% - 12px);
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1524
|
-
.tpst5lvsfk {
|
|
1525
|
-
top: calc(50% - 8px);
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
|
-
.tpsth8yej3 {
|
|
1529
|
-
width: 100%;
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
.tpst1kky2od {
|
|
1533
|
-
width: 16px;
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1536
|
-
.tpstw4jnvo {
|
|
1537
|
-
width: 20px;
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
|
-
.tpstvy4d1p {
|
|
1541
|
-
width: 24px;
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
.tpst1m258z3 {
|
|
1545
|
-
width: 320px;
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
|
-
.tpst1td3qas {
|
|
1549
|
-
width: 32px;
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
|
-
.tpst14qfxbe {
|
|
1553
|
-
width: 36px;
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
.tpst14atkfc {
|
|
1557
|
-
width: auto;
|
|
1558
|
-
}
|
|
1559
|
-
|
|
1560
|
-
.tpstuyfhz4 {
|
|
1561
|
-
width: calc(100% - 16px);
|
|
1562
|
-
}
|
|
1563
|
-
|
|
1564
|
-
.tpstlr34hp[data-selected="true"] {
|
|
1565
|
-
height: 2px;
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
.tpstxx32ex[data-selected="true"] {
|
|
1569
|
-
margin-top: 2px;
|
|
1570
|
-
}
|
|
1571
|
-
|
|
1572
|
-
.tpst4gjk7j:last-child {
|
|
1573
|
-
padding-right: 36px;
|
|
1574
|
-
}
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
@layer priority6 {
|
|
1578
|
-
.tpstbafw3j::placeholder {
|
|
1579
|
-
color: var(--tpstkiu8f5);
|
|
1580
|
-
}
|
|
1581
|
-
|
|
1582
|
-
.tpstbv7gmg::placeholder {
|
|
1583
|
-
color: var(--tpsts3sn97);
|
|
1584
|
-
}
|
|
1585
|
-
|
|
1586
|
-
.tpst2nmep4:disabled::placeholder {
|
|
1587
|
-
color: var(--tpstkiu8f5);
|
|
1588
|
-
}
|
|
1589
|
-
|
|
1590
|
-
.tpsthmtpon:hover::placeholder {
|
|
1591
|
-
color: var(--tpst5k8tce);
|
|
1592
|
-
}
|
|
1593
|
-
|
|
1594
|
-
.tpst1a03ke7:focus::placeholder {
|
|
1595
|
-
color: var(--tpst1yvmtnc);
|
|
1596
|
-
}
|
|
1597
|
-
}
|
|
1
|
+
/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */@layer theme, base, components, utilities;@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-400:#ea3333;--color-red-500:#e50000;--color-orange-100:#ffe6cc;--color-orange-400:#f93;--color-orange-500:#f93;--color-orange-600:#c60;--color-orange-700:#994d00;--color-yellow-500:#fc0;--color-yellow-700:#997a00;--color-green-100:#ccebd6;--color-green-400:#33ad5c;--color-green-500:#093;--color-green-700:#005c1f;--color-teal-100:#ccf5f5;--color-teal-500:#0cc;--color-teal-600:#00a3a3;--color-teal-700:#007a7a;--color-blue-500:#35f;--color-blue-600:#2944cc;--color-gray-50:oklch(98.5% 0.002 247.839);--color-gray-200:oklch(92.8% 0.006 264.531);--color-gray-300:oklch(87.2% 0.01 258.338);--color-neutral-50:#f2f2f2;--color-neutral-100:#e5e5e5;--color-neutral-200:#ccc;--color-neutral-700:#474747;--color-neutral-800:#2e2e2e;--color-neutral-900:#1a1a1a;--color-white:#fff;--spacing:0.25rem;--container-2xs:18rem;--container-xs:20rem;--container-sm:24rem;--text-base:1rem;--text-base--line-height:1.5;--text-lg:1.125rem;--text-lg--line-height:1.55556;--text-xl:1.25rem;--text-xl--line-height:1.4;--font-weight-thin:100;--font-weight-extralight:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-sm:0.25rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-2xl:1rem;--animate-spin:spin 1s linear infinite;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-dark-opacity-100:rgba(4,4,4,.1);--color-dark-opacity-150:rgba(4,4,4,.15);--color-dark-opacity-200:rgba(4,4,4,.2);--color-dark-opacity-25:rgba(4,4,4,.03);--color-dark-opacity-450:rgba(4,4,4,.46);--color-dark-opacity-50:rgba(4,4,4,.05);--color-dark-opacity-550:rgba(4,4,4,.58);--color-dark-opacity-600:rgba(4,4,4,.63);--color-dark-opacity-650:rgba(4,4,4,.68);--color-dark-opacity-700:rgba(4,4,4,.73);--color-dark-opacity-750:rgba(4,4,4,.8);--color-dark-opacity-800:rgba(4,4,4,.84);--color-dark-opacity-850:rgba(4,4,4,.89);--color-light-opacity-100:hsla(0,0%,100%,.09);--color-light-opacity-150:hsla(0,0%,100%,.14);--color-light-opacity-200:hsla(0,0%,100%,.18);--color-light-opacity-250:hsla(0,0%,100%,.24);--color-light-opacity-350:hsla(0,0%,100%,.35);--color-light-opacity-50:hsla(0,0%,100%,.05);--color-light-opacity-500:hsla(0,0%,100%,.53);--color-light-opacity-600:hsla(0,0%,100%,.63);--color-light-opacity-650:hsla(0,0%,100%,.68);--color-light-opacity-700:hsla(0,0%,100%,.73);--color-light-opacity-750:hsla(0,0%,100%,.79);--color-light-opacity-800:hsla(0,0%,100%,.84);--color-light-opacity-850:hsla(0,0%,100%,.89);--color-light-opacity-900:hsla(0,0%,100%,.94);--color-neutral-150:#d9d9d9;--color-neutral-750:#383838;--color-neutral-850:#212121;--color-pure-black-50:rgba(0,0,0,.5);--color-pure-black-75:rgba(0,0,0,.75);--color-pure-transparent:hsla(0,0%,100%,0);--color-pure-white:#fff;--color-telepix-red-100:#fce8eb;--color-telepix-red-500:#e7344c;--color-telepix-red-700:#a01326;--text-xsmall:0.625rem;--text-label:0.75rem;--text-body:0.875rem;--text-large:1.125rem;--text-xxl:1.5rem;--text-xxxl:1.875rem;--text-size-inherit:inherit;--font-weight-inherit:inherit;--spacing-xsmall:0.875rem;--spacing-label:1.3125rem;--spacing-label-compact:1rem;--spacing-body:1.5rem;--spacing-body-compact:1.3125rem;--spacing-base:1.75rem;--spacing-base-compact:1.5rem;--spacing-large:2rem;--spacing-large-compact:1.625rem;--spacing-xl:2.25rem;--spacing-xl-compact:1.75rem;--spacing-xxl:2.5rem;--spacing-xxl-compact:1.875rem;--spacing-xxxl:3.25rem;--spacing-inherit:inherit;--animate-fade-in:fade-in 150ms ease-in-out forwards;--animate-content-fade-in:content-fade-in 150ms ease-in-out forwards}}@layer base{*,::backdrop,::file-selector-button,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:var(--default-font-feature-settings,normal);-webkit-tap-highlight-color:transparent;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-variation-settings:var(--default-font-variation-settings,normal);line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:var(--default-mono-font-feature-settings,normal);font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-size:1em;font-variation-settings:var(--default-mono-font-variation-settings,normal)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}::file-selector-button,button,input,optgroup,select,textarea{font-feature-settings:inherit;background-color:transparent;border-radius:0;color:inherit;font:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentcolor;@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}::placeholder{color:currentcolor;@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-1\/2{top:50%}.top-\[calc\(50\%-8px\)\]{top:calc(50% - 8px)}.top-\[calc\(50\%-10px\)\]{top:calc(50% - 10px)}.top-\[calc\(50\%-12px\)\]{top:calc(50% - 12px)}.top-\[calc\(100\%\+4px\)\]{top:calc(100% + 4px)}.right-0{right:calc(var(--spacing)*0)}.bottom-0{bottom:calc(var(--spacing)*0)}.left-0{left:calc(var(--spacing)*0)}.left-1\/2{left:50%}.left-\[calc\(50\%-8px\)\]{left:calc(50% - 8px)}.left-\[calc\(50\%-10px\)\]{left:calc(50% - 10px)}.left-\[calc\(50\%-12px\)\]{left:calc(50% - 12px)}.z-\[1\]{z-index:1}.z-\[20\]{z-index:20}.z-\[1000\]{z-index:1000}.z-\[1001\]{z-index:1001}.container{width:100%;@media (width >= 40rem){max-width:40rem}@media (width >= 48rem){max-width:48rem}@media (width >= 64rem){max-width:64rem}@media (width >= 80rem){max-width:80rem}@media (width >= 96rem){max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.mx-0{margin-inline:calc(var(--spacing)*0)}.mx-\[var\(--rdp-nav_button-width\)\]{margin-inline:var(--rdp-nav_button-width)}.mx-auto{margin-inline:auto}.my-0{margin-block:calc(var(--spacing)*0)}.my-1{margin-block:calc(var(--spacing)*1)}.my-\[5px\]{margin-block:5px}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-\[3px\]{margin-top:3px}.mr-4{margin-right:calc(var(--spacing)*4)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.ml-4{margin-left:calc(var(--spacing)*4)}.box-border{box-sizing:border-box}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.size-4{height:calc(var(--spacing)*4);width:calc(var(--spacing)*4)}.size-5{height:calc(var(--spacing)*5);width:calc(var(--spacing)*5)}.size-6{height:calc(var(--spacing)*6);width:calc(var(--spacing)*6)}.size-8{height:calc(var(--spacing)*8);width:calc(var(--spacing)*8)}.size-9{height:calc(var(--spacing)*9);width:calc(var(--spacing)*9)}.h-0\.5{height:calc(var(--spacing)*.5)}.h-7{height:calc(var(--spacing)*7)}.h-9{height:calc(var(--spacing)*9)}.h-12{height:calc(var(--spacing)*12)}.h-\[1px\]{height:1px}.h-\[calc\(100\%-24px\)\]{height:calc(100% - 24px)}.h-\[var\(--rdp-nav-height\)\]{height:var(--rdp-nav-height)}.min-h-9{min-height:calc(var(--spacing)*9)}.w-2xs{width:var(--container-2xs)}.w-4{width:calc(var(--spacing)*4)}.w-\[320px\]{width:320px}.w-\[500px\]{width:500px}.w-\[calc\(100\%-16px\)\]{width:calc(100% - 16px)}.w-auto{width:auto}.w-full{width:100%}.w-sm{width:var(--container-sm)}.w-xs{width:var(--container-xs)}.max-w-\[240px\]{max-width:240px}.max-w-\[var\(--select-content-width\)\]{max-width:var(--select-content-width)}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.flex-1{flex:1}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-x-0{--tw-border-spacing-x:calc(var(--spacing)*0)}.border-spacing-x-0,.border-spacing-y-2{border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.border-spacing-y-2{--tw-border-spacing-y:calc(var(--spacing)*2)}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:-50%}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-content-fade-in{animation:var(--animate-content-fade-in)}.animate-fade-in{animation:var(--animate-fade-in)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-none{resize:none}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-2\.5{gap:calc(var(--spacing)*2.5)}.gap-3{gap:calc(var(--spacing)*3)}.gap-\[18px\]{gap:18px}.gap-\[var\(--rdp-months-gap\)\]{gap:var(--rdp-months-gap)}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-border-bound{border-color:var(--border-bound)}.border-border-divider{border-color:var(--border-divider)}.border-border-focused{border-color:var(--border-focused)}.border-border-overlay{border-color:var(--border-overlay)}.border-border-selected{border-color:var(--border-selected)}.border-fill-mono-subtle-default{border-color:var(--fill-mono-subtle-default)}.border-gray-300{border-color:var(--color-gray-300)}.border-transparent{border-color:transparent}.border-b-border-divider{border-bottom-color:var(--border-divider)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-border-divider{background-color:var(--border-divider)}.bg-border-overlay{background-color:var(--border-overlay)}.bg-comp-mono-subtle-default{background-color:var(--comp-mono-subtle-default)}.bg-comp-mono-subtle-selected{background-color:var(--comp-mono-subtle-selected)}.bg-fill-accent-default{background-color:var(--fill-accent-default)}.bg-fill-accent-selected{background-color:var(--fill-accent-selected)}.bg-fill-disabled{background-color:var(--fill-disabled)}.bg-fill-mono-default{background-color:var(--fill-mono-default)}.bg-fill-mono-hovered{background-color:var(--fill-mono-hovered)}.bg-fill-mono-selected{background-color:var(--fill-mono-selected)}.bg-fill-mono-subtle-default{background-color:var(--fill-mono-subtle-default)}.bg-fill-mono-subtle-selected{background-color:var(--fill-mono-subtle-selected)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-page-accent{background-color:var(--page-accent)}.bg-page-l0{background-color:var(--page-l0)}.bg-page-l1{background-color:var(--page-l1)}.bg-page-l2{background-color:var(--page-l2)}.bg-pure-black-50{background-color:var(--color-pure-black-50)}.bg-transparent{background-color:transparent}.fill-transparent{fill:transparent}.stroke-comp-disabled{stroke:var(--comp-disabled)}.stroke-comp-mono-default{stroke:var(--comp-mono-default)}.stroke-comp-mono-selected{stroke:var(--comp-mono-selected)}.stroke-comp-mono-subtle-default{stroke:var(--comp-mono-subtle-default)}.p-0{padding:calc(var(--spacing)*0)}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-2\.5{padding:calc(var(--spacing)*2.5)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.px-0{padding-inline:calc(var(--spacing)*0)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-\[11px\]{padding-block:11px}.pt-4{padding-top:calc(var(--spacing)*4)}.pr-0{padding-right:calc(var(--spacing)*0)}.pr-4{padding-right:calc(var(--spacing)*4)}.pr-6{padding-right:calc(var(--spacing)*6)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-9{padding-left:calc(var(--spacing)*9)}.text-center{text-align:center}.text-justify{text-align:justify}.text-left{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-body{font-size:var(--text-body)}.text-label{font-size:var(--text-label)}.text-large{font-size:var(--text-large)}.text-size-inherit{font-size:var(--text-size-inherit)}.text-xsmall{font-size:var(--text-xsmall)}.text-xxl{font-size:var(--text-xxl)}.text-xxxl{font-size:var(--text-xxxl)}.leading-base{--tw-leading:var(--spacing-base);line-height:var(--spacing-base)}.leading-base-compact{--tw-leading:var(--spacing-base-compact);line-height:var(--spacing-base-compact)}.leading-body{--tw-leading:var(--spacing-body);line-height:var(--spacing-body)}.leading-body-compact{--tw-leading:var(--spacing-body-compact);line-height:var(--spacing-body-compact)}.leading-inherit{--tw-leading:var(--spacing-inherit);line-height:var(--spacing-inherit)}.leading-label{--tw-leading:var(--spacing-label);line-height:var(--spacing-label)}.leading-label-compact{--tw-leading:var(--spacing-label-compact);line-height:var(--spacing-label-compact)}.leading-large{--tw-leading:var(--spacing-large);line-height:var(--spacing-large)}.leading-large-compact{--tw-leading:var(--spacing-large-compact);line-height:var(--spacing-large-compact)}.leading-xl{--tw-leading:var(--spacing-xl);line-height:var(--spacing-xl)}.leading-xl-compact{--tw-leading:var(--spacing-xl-compact);line-height:var(--spacing-xl-compact)}.leading-xsmall{--tw-leading:var(--spacing-xsmall);line-height:var(--spacing-xsmall)}.leading-xxl{--tw-leading:var(--spacing-xxl);line-height:var(--spacing-xxl)}.leading-xxl-compact{--tw-leading:var(--spacing-xxl-compact);line-height:var(--spacing-xxl-compact)}.leading-xxxl{--tw-leading:var(--spacing-xxxl);line-height:var(--spacing-xxxl)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extralight{--tw-font-weight:var(--font-weight-extralight);font-weight:var(--font-weight-extralight)}.font-inherit{--tw-font-weight:var(--font-weight-inherit);font-weight:var(--font-weight-inherit)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.font-thin{--tw-font-weight:var(--font-weight-thin);font-weight:var(--font-weight-thin)}.text-nowrap{text-wrap:nowrap}.overflow-ellipsis,.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-blue-500{color:var(--color-blue-500)}.text-comp-accent-default{color:var(--comp-accent-default)}.text-comp-accent-selected{color:var(--comp-accent-selected)}.text-comp-chroma-error{color:var(--comp-chroma-error)}.text-comp-disabled{color:var(--comp-disabled)}.text-comp-mono-default{color:var(--comp-mono-default)}.text-comp-mono-hovered{color:var(--comp-mono-hovered)}.text-comp-mono-selected{color:var(--comp-mono-selected)}.text-comp-mono-subtle-default{color:var(--comp-mono-subtle-default)}.text-comp-mono-subtle-selected{color:var(--comp-mono-subtle-selected)}.text-inherit{color:inherit}.text-white{color:var(--color-white)}.shadow-basic{--tw-shadow:0px 1px 2px -1px var(--tw-shadow-color,rgba(0,0,0,.1)),0px 1px 3px 0px var(--tw-shadow-color,rgba(0,0,0,.1))}.shadow-basic,.shadow-medium{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-medium{--tw-shadow:0px 4px 6px -1px var(--tw-shadow-color,rgba(0,0,0,.1)),0px 2px 4px -2px var(--tw-shadow-color,rgba(0,0,0,.1))}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition-normal{transition-behavior:normal}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.group-hover\:not-\[\:is\(\[data-disabled\]\)\]\:text-comp-mono-subtle-hovered{&:is(:where(.group):hover *){@media (hover:hover){&:not(:is(:is([data-disabled]))){color:var(--comp-mono-subtle-hovered)}}}}.group-active\:not-\[\:is\(\[data-disabled\]\)\]\:text-comp-mono-subtle-pressed{&:is(:where(.group):active *){&:not(:is(:is([data-disabled]))){color:var(--comp-mono-subtle-pressed)}}}.group-\[\:is\(\[data-disabled\]\)\]\:text-comp-disabled{&:is(:where(.group):is(:is([data-disabled])) *){color:var(--comp-disabled)}}.group-\[\:is\(\[data-state\=\"open\"\]\)\]\:text-comp-mono-subtle-selected{&:is(:where(.group):is(:is([data-state=open])) *){color:var(--comp-mono-subtle-selected)}}.placeholder\:text-comp-mono-subtle-default{&::-moz-placeholder{color:var(--comp-mono-subtle-default)}&::placeholder{color:var(--comp-mono-subtle-default)}}.last\:border-b-0{&:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}}.last\:pr-9{&:last-child{padding-right:calc(var(--spacing)*9)}}.focus-within\:border-border-focused{&:focus-within{border-color:var(--border-focused)}}.focus-within\:bg-fill-mono-default{&:focus-within{background-color:var(--fill-mono-default)}}.hover\:rounded-sm{&:hover{@media (hover:hover){border-radius:var(--radius-sm)}}}.hover\:border-fill-mono-subtle-hovered{&:hover{@media (hover:hover){border-color:var(--fill-mono-subtle-hovered)}}}.hover\:bg-blue-600{&:hover{@media (hover:hover){background-color:var(--color-blue-600)}}}.hover\:bg-fill-accent-hovered{&:hover{@media (hover:hover){background-color:var(--fill-accent-hovered)}}}.hover\:bg-fill-mono-hovered{&:hover{@media (hover:hover){background-color:var(--fill-mono-hovered)}}}.hover\:bg-fill-mono-subtle-hovered{&:hover{@media (hover:hover){background-color:var(--fill-mono-subtle-hovered)}}}.hover\:bg-gray-200{&:hover{@media (hover:hover){background-color:var(--color-gray-200)}}}.hover\:text-comp-accent-hovered{&:hover{@media (hover:hover){color:var(--comp-accent-hovered)}}}.hover\:text-comp-mono-default{&:hover{@media (hover:hover){color:var(--comp-mono-default)}}}.hover\:text-comp-mono-hovered{&:hover{@media (hover:hover){color:var(--comp-mono-hovered)}}}.hover\:text-comp-mono-subtle-hovered{&:hover{@media (hover:hover){color:var(--comp-mono-subtle-hovered)}}}.hover\:not-\[\:is\(\[data-disabled\]\)\]\:bg-fill-mono-hovered{&:hover{@media (hover:hover){&:not(:is(:is([data-disabled]))){background-color:var(--fill-mono-hovered)}}}}.hover\:not-\[\:is\(\[data-disabled\]\)\]\:text-comp-mono-hovered{&:hover{@media (hover:hover){&:not(:is(:is([data-disabled]))){color:var(--comp-mono-hovered)}}}}.hover\:not-\[\:is\(\[data-selected\=\'true\'\]\)\]\:not-disabled\:bg-fill-mono-hovered{&:hover{@media (hover:hover){&:not(:is(:is([data-selected=true]))){&:not(:disabled){background-color:var(--fill-mono-hovered)}}}}}.hover\:not-\[\:is\(\[data-selected\=\'true\'\]\)\]\:not-disabled\:text-comp-mono-hovered{&:hover{@media (hover:hover){&:not(:is(:is([data-selected=true]))){&:not(:disabled){color:var(--comp-mono-hovered)}}}}}.hover\:placeholder\:text-comp-mono-subtle-hovered{&:hover{@media (hover:hover){&::-moz-placeholder{color:var(--comp-mono-subtle-hovered)}&::placeholder{color:var(--comp-mono-subtle-hovered)}}}}.focus\:placeholder\:text-comp-mono-subtle-selected{&:focus{&::-moz-placeholder{color:var(--comp-mono-subtle-selected)}&::placeholder{color:var(--comp-mono-subtle-selected)}}}.active\:border-fill-mono-subtle-pressed{&:active{border-color:var(--fill-mono-subtle-pressed)}}.active\:bg-fill-accent-pressed{&:active{background-color:var(--fill-accent-pressed)}}.active\:bg-fill-mono-pressed{&:active{background-color:var(--fill-mono-pressed)}}.active\:bg-fill-mono-selected{&:active{background-color:var(--fill-mono-selected)}}.active\:text-comp-accent-pressed{&:active{color:var(--comp-accent-pressed)}}.active\:text-comp-mono-default{&:active{color:var(--comp-mono-default)}}.active\:text-comp-mono-pressed{&:active{color:var(--comp-mono-pressed)}}.active\:text-comp-mono-subtle-pressed{&:active{color:var(--comp-mono-subtle-pressed)}}.active\:not-disabled\:bg-fill-mono-pressed{&:active{&:not(:disabled){background-color:var(--fill-mono-pressed)}}}.active\:not-disabled\:text-comp-mono-pressed{&:active{&:not(:disabled){color:var(--comp-mono-pressed)}}}.active\:not-\[\:is\(\[data-disabled\]\)\]\:bg-fill-mono-pressed{&:active{&:not(:is(:is([data-disabled]))){background-color:var(--fill-mono-pressed)}}}.active\:not-\[\:is\(\[data-disabled\]\)\]\:text-comp-mono-pressed{&:active{&:not(:is(:is([data-disabled]))){color:var(--comp-mono-pressed)}}}.disabled\:pointer-events-none{&:disabled{pointer-events:none}}.disabled\:cursor-not-allowed{&:disabled{cursor:not-allowed}}.disabled\:border-fill-disabled{&:disabled{border-color:var(--fill-disabled)}}.disabled\:bg-fill-disabled{&:disabled{background-color:var(--fill-disabled)}}.disabled\:text-comp-disabled{&:disabled{color:var(--comp-disabled)}}.disabled\:placeholder\:text-comp-disabled{&:disabled{&::-moz-placeholder{color:var(--comp-disabled)}&::placeholder{color:var(--comp-disabled)}}}.has-\[button\:has\(\[data-placeholder\]\)\]\:border-comp-mono-subtle-default{&:has(:is(button:has([data-placeholder]))){border-color:var(--comp-mono-subtle-default)}}.has-\[input\:disabled\]\:border-transparent{&:has(:is(input:disabled)){border-color:transparent}}.\[\&\:is\(\[data-disabled\]\)\]\:cursor-not-allowed{&:is([data-disabled]){cursor:not-allowed}}.\[\&\:is\(\[data-disabled\]\)\]\:border-transparent{&:is([data-disabled]){border-color:transparent}}.\[\&\:is\(\[data-disabled\]\)\]\:bg-fill-disabled{&:is([data-disabled]){background-color:var(--fill-disabled)}}.\[\&\:is\(\[data-disabled\]\)\]\:text-comp-disabled{&:is([data-disabled]){color:var(--comp-disabled)}}.\[\&\:is\(\[data-orientation\=\'right\'\]\)\]\:rotate-180{&:is([data-orientation=right]){rotate:180deg}}.\[\&\:is\(\[data-placeholder\]\)\:not\(\:is\(\[data-disabled\]\)\)\]\:text-comp-mono-subtle-default{&:is([data-placeholder]):not(:is([data-disabled])){color:var(--comp-mono-subtle-default)}}.\[\&\:is\(\[data-placeholder\]\)\:not\(\:is\(\[data-disabled\]\)\)\]\:hover\:text-comp-mono-subtle-hovered{&:is([data-placeholder]):not(:is([data-disabled])){&:hover{@media (hover:hover){color:var(--comp-mono-subtle-hovered)}}}}.\[\&\:is\(\[data-selected\=\'true\'\]\)\]\:bg-fill-accent-selected{&:is([data-selected=true]){background-color:var(--fill-accent-selected)}}.\[\&\:is\(\[data-selected\=\'true\'\]\)\]\:bg-fill-mono-selected{&:is([data-selected=true]){background-color:var(--fill-mono-selected)}}.\[\&\:is\(\[data-selected\=\'true\'\]\)\]\:font-semibold{&:is([data-selected=true]){--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}}.\[\&\:is\(\[data-selected\=\'true\'\]\)\]\:text-comp-accent-selected{&:is([data-selected=true]){color:var(--comp-accent-selected)}}.\[\&\:is\(\[data-selected\=\'true\'\]\)\]\:text-comp-mono-selected{&:is([data-selected=true]){color:var(--comp-mono-selected)}}.\[\&\:is\(\[data-selected\=\'true\'\]\)\:not\(\.day-range-middle\)\]\:text-comp-accent-selected{&:is([data-selected=true]):not(.day-range-middle){color:var(--comp-accent-selected)}}.\[\&\:is\(\[data-state\=\'checked\'\]\)\]\:bg-fill-mono-selected{&:is([data-state=checked]){background-color:var(--fill-mono-selected)}}.\[\&\:is\(\[data-state\=\'checked\'\]\)\]\:text-comp-mono-selected{&:is([data-state=checked]){color:var(--comp-mono-selected)}}.\[\&\:is\(\[data-state\=\'open\'\]\)\]\:bg-fill-mono-selected{&:is([data-state=open]){background-color:var(--fill-mono-selected)}}.\[\&\:is\(\[data-state\=\'open\'\]\)\]\:text-comp-mono-selected{&:is([data-state=open]){color:var(--comp-mono-selected)}}.\[\&\:is\(data-selected\=\'true\'\)\]\:font-bold{&:is(data-selected="true"){--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}}.\[\&\:is\(data-selected\=\'true\'\)\]\:text-comp-mono-subtle-selected{&:is(data-selected="true"){color:var(--comp-mono-subtle-selected)}}.\[\&\:not\(\.day-range-end\)\]\:rounded-r-none{&:not(.day-range-end){border-bottom-right-radius:0;border-top-right-radius:0}}.\[\&\:not\(\.day-range-start\)\]\:rounded-l-none{&:not(.day-range-start){border-bottom-left-radius:0;border-top-left-radius:0}}.\[\&\:not\(\:is\(\[data-placeholder\]\)\)\]\:border-border-focused{&:not(:is([data-placeholder])){border-color:var(--border-focused)}}.hover\:\[\&\:not\(\:is\(\[data-selected\=\'true\'\]\)\)\]\:bg-fill-mono-hovered{&:hover{@media (hover:hover){&:not(:is([data-selected=true])){background-color:var(--fill-mono-hovered)}}}}.\[\&\:not\(\:is\(\[data-selected\=\'true\'\]\)\)\:not\(\.day-outside\)\]\:text-comp-mono-default{&:not(:is([data-selected=true])):not(.day-outside){color:var(--comp-mono-default)}}}:root{--border-bound:var(--color-dark-opacity-200);--border-divider:var(--color-neutral-150);--border-focused:var(--color-dark-opacity-550);--border-overlay:var(--color-pure-transparent);--border-selected:var(--color-pure-black-50);--comp-disabled:var(--color-dark-opacity-450);--comp-accent-default:var(--color-light-opacity-900);--comp-accent-hovered:var(--color-light-opacity-850);--comp-accent-pressed:var(--color-light-opacity-700);--comp-accent-selected:var(--color-light-opacity-900);--comp-chroma-warning:var(--color-orange-500);--comp-chroma-error:var(--color-telepix-red-500);--comp-chroma-positive:var(--color-green-500);--comp-chroma-cloud:var(--color-blue-500);--comp-chroma-onpremise:var(--color-orange-400);--comp-chroma-highlight-yellow:var(--color-yellow-700);--comp-mono-default:var(--color-dark-opacity-800);--comp-mono-hovered:var(--color-dark-opacity-700);--comp-mono-pressed:var(--color-dark-opacity-750);--comp-mono-selected:var(--color-dark-opacity-850);--comp-mono-subtle-default:var(--color-dark-opacity-600);--comp-mono-subtle-hovered:var(--color-dark-opacity-650);--comp-mono-subtle-pressed:var(--color-dark-opacity-550);--comp-mono-subtle-selected:var(--color-dark-opacity-700);--fill-disabled:var(--color-pure-transparent);--fill-accent-default:var(--color-dark-opacity-800);--fill-accent-hovered:var(--color-dark-opacity-700);--fill-accent-pressed:var(--color-dark-opacity-650);--fill-accent-selected:var(--color-dark-opacity-850);--fill-chroma-warning:var(--color-orange-500);--fill-chroma-error:var(--color-telepix-red-500);--fill-chroma-positive:var(--color-green-500);--fill-chroma-done:var(--color-teal-500);--fill-chroma-info:var(--color-blue-500);--fill-chroma-subtle-positive:var(--color-green-100);--fill-chroma-subtle-done:var(--color-teal-100);--fill-chroma-subtle-error:var(--color-telepix-red-100);--fill-chroma-subtle-warning:var(--color-orange-100);--fill-mono-default:var(--color-pure-transparent);--fill-mono-hovered:var(--color-dark-opacity-25);--fill-mono-pressed:var(--color-dark-opacity-25);--fill-mono-selected:var(--color-dark-opacity-50);--fill-mono-subtle-default:var(--color-dark-opacity-50);--fill-mono-subtle-hovered:var(--color-dark-opacity-100);--fill-mono-subtle-pressed:var(--color-dark-opacity-50);--fill-mono-subtle-selected:var(--color-dark-opacity-150);--page-accent:var(--color-neutral-800);--page-fade:var(--color-pure-black-50);--page-l0:var(--color-pure-white);--page-l1:var(--color-pure-white);--page-l2:var(--color-neutral-50);--page-l3:var(--color-neutral-100);--page-l4:var(--color-neutral-200)}[data-theme=dark]{--border-bound:var(--color-light-opacity-250);--border-divider:var(--color-neutral-750);--border-focused:var(--color-light-opacity-700);--border-overlay:var(--color-light-opacity-50);--border-selected:var(--color-light-opacity-500);--comp-disabled:var(--color-light-opacity-350);--comp-accent-default:var(--color-dark-opacity-800);--comp-accent-hovered:var(--color-dark-opacity-800);--comp-accent-pressed:var(--color-dark-opacity-800);--comp-accent-selected:var(--color-dark-opacity-800);--comp-chroma-warning:var(--color-orange-500);--comp-chroma-error:var(--color-red-400);--comp-chroma-positive:var(--color-green-400);--comp-chroma-cloud:var(--color-blue-500);--comp-chroma-onpremise:var(--color-orange-500);--comp-chroma-highlight-yellow:var(--color-yellow-500);--comp-mono-default:var(--color-light-opacity-800);--comp-mono-hovered:var(--color-light-opacity-850);--comp-mono-pressed:var(--color-light-opacity-750);--comp-mono-selected:var(--color-light-opacity-900);--comp-mono-subtle-default:var(--color-light-opacity-600);--comp-mono-subtle-hovered:var(--color-light-opacity-700);--comp-mono-subtle-pressed:var(--color-light-opacity-600);--comp-mono-subtle-selected:var(--color-light-opacity-750);--fill-disabled:var(--color-pure-transparent);--fill-accent-default:var(--color-light-opacity-850);--fill-accent-hovered:var(--color-light-opacity-750);--fill-accent-pressed:var(--color-light-opacity-650);--fill-accent-selected:var(--color-light-opacity-900);--fill-chroma-warning:var(--color-orange-600);--fill-chroma-error:var(--color-red-500);--fill-chroma-positive:var(--color-green-500);--fill-chroma-info:var(--color-blue-500);--fill-chroma-done:var(--color-teal-600);--fill-chroma-subtle-positive:var(--color-green-700);--fill-chroma-subtle-done:var(--color-teal-700);--fill-chroma-subtle-error:var(--color-telepix-red-700);--fill-chroma-subtle-warning:var(--color-orange-700);--fill-mono-default:var(--color-pure-transparent);--fill-mono-hovered:var(--color-light-opacity-100);--fill-mono-pressed:var(--color-light-opacity-50);--fill-mono-selected:var(--color-light-opacity-200);--fill-mono-subtle-default:var(--color-light-opacity-100);--fill-mono-subtle-hovered:var(--color-light-opacity-100);--fill-mono-subtle-pressed:var(--color-light-opacity-100);--fill-mono-subtle-selected:var(--color-light-opacity-150);--page-accent:var(--color-neutral-100);--page-fade:var(--color-pure-black-75);--page-l0:var(--color-neutral-900);--page-l1:var(--color-neutral-850);--page-l2:var(--color-neutral-800);--page-l3:var(--color-neutral-800);--page-l4:var(--color-neutral-700)}@property --tw-border-spacing-x{syntax:"<length>";inherits:false;initial-value:0}@property --tw-border-spacing-y{syntax:"<length>";inherits:false;initial-value:0}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes content-fade-in{0%{opacity:0;transform:translate(-50%,-53%)}to{opacity:1;transform:translate(-50%,-50%)}}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}
|