@iit/precision-ui 0.1.0 → 0.2.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/Adapters.d.ts +8 -0
- package/dist/Adapters.d.ts.map +1 -1
- package/dist/components/CarouselDotButton.d.ts +13 -0
- package/dist/components/CarouselDotButton.d.ts.map +1 -0
- package/dist/components/GridIterator.d.ts +13 -0
- package/dist/components/GridIterator.d.ts.map +1 -0
- package/dist/components/Informer.d.ts +6 -0
- package/dist/components/Informer.d.ts.map +1 -0
- package/dist/components/SafeHtml.d.ts +6 -0
- package/dist/components/SafeHtml.d.ts.map +1 -0
- package/dist/components/breadcrumbs/Breadcrumb.d.ts +9 -0
- package/dist/components/breadcrumbs/Breadcrumb.d.ts.map +1 -0
- package/dist/components/breadcrumbs/Breadcrumbs.d.ts +9 -0
- package/dist/components/breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/components/breadcrumbs/index.d.ts +5 -0
- package/dist/components/breadcrumbs/index.d.ts.map +1 -0
- package/dist/components/cards/Advantage.d.ts +10 -0
- package/dist/components/cards/Advantage.d.ts.map +1 -0
- package/dist/components/cards/Advantage2.d.ts +14 -0
- package/dist/components/cards/Advantage2.d.ts.map +1 -0
- package/dist/components/cards/FeaturedCard.d.ts +18 -0
- package/dist/components/cards/FeaturedCard.d.ts.map +1 -0
- package/dist/components/cards/Plate.d.ts +15 -0
- package/dist/components/cards/Plate.d.ts.map +1 -0
- package/dist/components/cards/Product.d.ts +28 -0
- package/dist/components/cards/Product.d.ts.map +1 -0
- package/dist/components/cards/Rate.d.ts +35 -0
- package/dist/components/cards/Rate.d.ts.map +1 -0
- package/dist/components/core/typography/Heading.d.ts +11 -0
- package/dist/components/core/typography/Heading.d.ts.map +1 -0
- package/dist/components/core/typography/Text.d.ts +11 -0
- package/dist/components/core/typography/Text.d.ts.map +1 -0
- package/dist/components/core/typography/typeVariants.d.ts +4 -0
- package/dist/components/core/typography/typeVariants.d.ts.map +1 -0
- package/dist/components/ui/Tag.d.ts +16 -0
- package/dist/components/ui/Tag.d.ts.map +1 -0
- package/dist/components/ui/alert.d.ts +2 -1
- package/dist/components/ui/alert.d.ts.map +1 -1
- package/dist/components/ui/button/index.d.ts +8 -0
- package/dist/components/ui/button/index.d.ts.map +1 -1
- package/dist/components/ui/carousel.d.ts +28 -0
- package/dist/components/ui/carousel.d.ts.map +1 -0
- package/dist/components/ui/checkbox/CheckboxWithLabel.d.ts +14 -0
- package/dist/components/ui/checkbox/CheckboxWithLabel.d.ts.map +1 -0
- package/dist/components/ui/checkbox/checkbox.d.ts +12 -0
- package/dist/components/ui/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/ui/checkbox/index.d.ts +5 -0
- package/dist/components/ui/checkbox/index.d.ts.map +1 -0
- package/dist/components/ui/input/Input.d.ts +11 -0
- package/dist/components/ui/input/Input.d.ts.map +1 -0
- package/dist/components/ui/input/InputWithLabel.d.ts +13 -0
- package/dist/components/ui/input/InputWithLabel.d.ts.map +1 -0
- package/dist/components/ui/input/SearchInput.d.ts +12 -0
- package/dist/components/ui/input/SearchInput.d.ts.map +1 -0
- package/dist/components/ui/input/SearchInputWithButton.d.ts +17 -0
- package/dist/components/ui/input/SearchInputWithButton.d.ts.map +1 -0
- package/dist/components/ui/input/index.d.ts +5 -0
- package/dist/components/ui/input/index.d.ts.map +1 -0
- package/dist/components/ui/input/types.d.ts +2 -0
- package/dist/components/ui/input/types.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +8 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/popover.d.ts +7 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/decorators/CarouselWrapper.d.ts +10 -0
- package/dist/decorators/CarouselWrapper.d.ts.map +1 -0
- package/dist/decorators/ImageWrapper.d.ts +11 -0
- package/dist/decorators/ImageWrapper.d.ts.map +1 -0
- package/dist/index.d.ts +24 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +40 -12
- package/dist/index.es.js.map +1 -1
- package/dist/index.es10.js +5 -5
- package/dist/index.es10.js.map +1 -1
- package/dist/index.es11.js +32 -6
- package/dist/index.es11.js.map +1 -1
- package/dist/index.es12.js +25 -22
- package/dist/index.es12.js.map +1 -1
- package/dist/index.es13.js +28 -0
- package/dist/index.es13.js.map +1 -0
- package/dist/index.es14.js +76 -0
- package/dist/index.es14.js.map +1 -0
- package/dist/index.es15.js +38 -0
- package/dist/index.es15.js.map +1 -0
- package/dist/index.es16.js +36 -0
- package/dist/index.es16.js.map +1 -0
- package/dist/index.es17.js +33 -0
- package/dist/index.es17.js.map +1 -0
- package/dist/index.es18.js +31 -0
- package/dist/index.es18.js.map +1 -0
- package/dist/index.es19.js +186 -0
- package/dist/index.es19.js.map +1 -0
- package/dist/index.es2.js +1 -1
- package/dist/index.es20.js +55 -0
- package/dist/index.es20.js.map +1 -0
- package/dist/index.es21.js +60 -0
- package/dist/index.es21.js.map +1 -0
- package/dist/index.es22.js +62 -0
- package/dist/index.es22.js.map +1 -0
- package/dist/index.es23.js +22 -0
- package/dist/index.es23.js.map +1 -0
- package/dist/index.es24.js +22 -0
- package/dist/index.es24.js.map +1 -0
- package/dist/index.es25.js +9 -0
- package/dist/index.es25.js.map +1 -0
- package/dist/index.es26.js +25 -0
- package/dist/index.es26.js.map +1 -0
- package/dist/index.es27.js +30 -0
- package/dist/index.es27.js.map +1 -0
- package/dist/index.es28.js +5 -0
- package/dist/index.es28.js.map +1 -0
- package/dist/index.es29.js +23 -0
- package/dist/index.es29.js.map +1 -0
- package/dist/index.es3.js +2 -2
- package/dist/index.es30.js +23 -0
- package/dist/index.es30.js.map +1 -0
- package/dist/index.es31.js +14 -0
- package/dist/index.es31.js.map +1 -0
- package/dist/index.es32.js +88 -0
- package/dist/index.es32.js.map +1 -0
- package/dist/index.es33.js +22 -0
- package/dist/index.es33.js.map +1 -0
- package/dist/index.es34.js +49 -0
- package/dist/index.es34.js.map +1 -0
- package/dist/index.es35.js +48 -0
- package/dist/index.es35.js.map +1 -0
- package/dist/index.es36.js +40 -0
- package/dist/index.es36.js.map +1 -0
- package/dist/index.es37.js +59 -0
- package/dist/index.es37.js.map +1 -0
- package/dist/index.es38.js +95 -0
- package/dist/index.es38.js.map +1 -0
- package/dist/index.es39.js +101 -0
- package/dist/index.es39.js.map +1 -0
- package/dist/index.es4.js +1 -1
- package/dist/index.es40.js +30 -0
- package/dist/index.es40.js.map +1 -0
- package/dist/index.es41.js +19 -0
- package/dist/index.es41.js.map +1 -0
- package/dist/index.es42.js +7 -0
- package/dist/index.es42.js.map +1 -0
- package/dist/index.es5.js +1 -1
- package/dist/index.es6.js +1 -1
- package/dist/index.es7.js +1 -1
- package/dist/index.es8.js +1 -1
- package/dist/index.es9.js.map +1 -1
- package/dist/lib/utils/truncateText.d.ts +3 -0
- package/dist/lib/utils/truncateText.d.ts.map +1 -0
- package/dist/partners/alfa.svg +3 -0
- package/dist/partners/mts.svg +6 -0
- package/dist/partners/otkrytie.svg +8 -0
- package/dist/partners/pochtabank.svg +11 -0
- package/dist/partners/rosbank.svg +10 -0
- package/dist/partners/rostelekom.svg +7 -0
- package/dist/partners/sberbank.svg +33 -0
- package/dist/partners/uralsib.svg +12 -0
- package/dist/partners/vtb.svg +16 -0
- package/dist/sections/CTA.d.ts +12 -0
- package/dist/sections/CTA.d.ts.map +1 -0
- package/dist/sections/CardsGridSection.d.ts +21 -0
- package/dist/sections/CardsGridSection.d.ts.map +1 -0
- package/dist/sections/Hero.d.ts +21 -0
- package/dist/sections/Hero.d.ts.map +1 -0
- package/dist/sections/Partners.d.ts +13 -0
- package/dist/sections/Partners.d.ts.map +1 -0
- package/dist/sections/Section.d.ts +22 -0
- package/dist/sections/Section.d.ts.map +1 -0
- package/dist/sections/common.d.ts +14 -0
- package/dist/sections/common.d.ts.map +1 -0
- package/dist/slides/crossed-circles.svg +59 -0
- package/dist/styles.css +2250 -730
- package/dist/utils/unique.d.ts +2 -0
- package/dist/utils/unique.d.ts.map +1 -0
- package/package.json +110 -101
package/dist/styles.css
CHANGED
|
@@ -1,730 +1,2250 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
--
|
|
106
|
-
--
|
|
107
|
-
--
|
|
108
|
-
|
|
109
|
-
--precision-ui-tw-
|
|
110
|
-
--precision-ui-tw-
|
|
111
|
-
--precision-ui-tw-
|
|
112
|
-
--
|
|
113
|
-
--precision-ui-tw-
|
|
114
|
-
--precision-ui-tw-
|
|
115
|
-
--precision-ui-tw-
|
|
116
|
-
--precision-ui-tw-
|
|
117
|
-
--precision-ui-tw-
|
|
118
|
-
--precision-ui-tw-
|
|
119
|
-
--precision-ui-tw-
|
|
120
|
-
--precision-ui-tw-
|
|
121
|
-
--precision-ui-tw-
|
|
122
|
-
--precision-ui-tw-
|
|
123
|
-
|
|
124
|
-
--precision-ui-tw-
|
|
125
|
-
--precision-ui-tw-
|
|
126
|
-
--precision-ui-tw-
|
|
127
|
-
--precision-ui-tw-
|
|
128
|
-
--precision-ui-tw-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
:
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
:
|
|
149
|
-
--precision-ui-tw-
|
|
150
|
-
--precision-ui-tw-
|
|
151
|
-
--precision-ui-tw-
|
|
152
|
-
--precision-ui-tw-
|
|
153
|
-
--precision-ui-tw-
|
|
154
|
-
--precision-ui-tw-
|
|
155
|
-
--precision-ui-tw-
|
|
156
|
-
--precision-ui-tw-
|
|
157
|
-
--precision-ui-tw-
|
|
158
|
-
--precision-ui-tw-
|
|
159
|
-
--precision-ui-tw-
|
|
160
|
-
--precision-ui-tw-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
--
|
|
164
|
-
--
|
|
165
|
-
--
|
|
166
|
-
--precision-ui-tw-
|
|
167
|
-
--precision-ui-tw-
|
|
168
|
-
--precision-ui-tw-
|
|
169
|
-
--
|
|
170
|
-
--precision-ui-tw-
|
|
171
|
-
--precision-ui-tw-
|
|
172
|
-
--precision-ui-tw-
|
|
173
|
-
--precision-ui-tw-
|
|
174
|
-
--precision-ui-tw-
|
|
175
|
-
--precision-ui-tw-
|
|
176
|
-
--precision-ui-tw-
|
|
177
|
-
--precision-ui-tw-
|
|
178
|
-
--precision-ui-tw-
|
|
179
|
-
--precision-ui-tw-
|
|
180
|
-
--precision-ui-tw-
|
|
181
|
-
--precision-ui-tw-
|
|
182
|
-
--precision-ui-tw-
|
|
183
|
-
--precision-ui-tw-
|
|
184
|
-
--precision-ui-tw-
|
|
185
|
-
--precision-ui-tw-
|
|
186
|
-
--precision-ui-tw-
|
|
187
|
-
--precision-ui-tw-
|
|
188
|
-
--precision-ui-tw-
|
|
189
|
-
--precision-ui-tw-
|
|
190
|
-
--precision-ui-tw-
|
|
191
|
-
--precision-ui-tw-
|
|
192
|
-
--precision-ui-tw-
|
|
193
|
-
--precision-ui-tw-
|
|
194
|
-
--precision-ui-tw-
|
|
195
|
-
--precision-ui-tw-
|
|
196
|
-
--precision-ui-tw-
|
|
197
|
-
--precision-ui-tw-
|
|
198
|
-
--precision-ui-tw-
|
|
199
|
-
--precision-ui-tw-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
--precision-ui-tw-
|
|
204
|
-
--precision-ui-tw-
|
|
205
|
-
--precision-ui-tw-
|
|
206
|
-
--precision-ui-tw-
|
|
207
|
-
--precision-ui-tw-
|
|
208
|
-
--precision-ui-tw-
|
|
209
|
-
--precision-ui-tw-
|
|
210
|
-
--precision-ui-tw-
|
|
211
|
-
--precision-ui-tw-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
--precision-ui-tw-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
--precision-ui-tw-
|
|
225
|
-
--precision-ui-tw-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
--precision-ui-tw-
|
|
230
|
-
--precision-ui-tw-
|
|
231
|
-
--precision-ui-tw-
|
|
232
|
-
--precision-ui-tw-
|
|
233
|
-
--precision-ui-tw-
|
|
234
|
-
--precision-ui-tw-
|
|
235
|
-
--precision-ui-tw-
|
|
236
|
-
--precision-ui-tw-
|
|
237
|
-
--precision-ui-tw-
|
|
238
|
-
--precision-ui-tw-
|
|
239
|
-
--precision-ui-tw-
|
|
240
|
-
--precision-ui-tw-
|
|
241
|
-
--precision-ui-tw-
|
|
242
|
-
--precision-ui-tw-
|
|
243
|
-
--precision-ui-tw-
|
|
244
|
-
--precision-ui-tw-
|
|
245
|
-
--precision-ui-tw-
|
|
246
|
-
--precision-ui-tw-
|
|
247
|
-
--precision-ui-tw-
|
|
248
|
-
--precision-ui-tw-
|
|
249
|
-
--precision-ui-tw-
|
|
250
|
-
--precision-ui-tw-
|
|
251
|
-
--precision-ui-tw-
|
|
252
|
-
--precision-ui-tw-
|
|
253
|
-
--precision-ui-tw-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
--precision-ui-tw-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
.
|
|
343
|
-
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
.
|
|
355
|
-
|
|
356
|
-
}
|
|
357
|
-
.
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
.bg-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
.
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
}
|
|
382
|
-
.
|
|
383
|
-
background-
|
|
384
|
-
}
|
|
385
|
-
.
|
|
386
|
-
background-
|
|
387
|
-
}
|
|
388
|
-
.
|
|
389
|
-
--precision-ui-tw-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
.
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
}
|
|
430
|
-
.
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
}
|
|
442
|
-
.
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
.
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
}
|
|
484
|
-
.
|
|
485
|
-
|
|
486
|
-
}
|
|
487
|
-
.
|
|
488
|
-
|
|
489
|
-
}
|
|
490
|
-
.
|
|
491
|
-
|
|
492
|
-
}
|
|
493
|
-
.
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
.
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
.
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
.
|
|
585
|
-
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
.
|
|
597
|
-
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
.
|
|
606
|
-
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
.
|
|
618
|
-
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
.
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
.
|
|
645
|
-
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
.
|
|
657
|
-
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
.
|
|
675
|
-
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/***
|
|
3
|
+
The new CSS reset - version 1.11.3 (last updated 25.08.2024)
|
|
4
|
+
GitHub page: https://github.com/elad2412/the-new-css-reset
|
|
5
|
+
***/
|
|
6
|
+
/*
|
|
7
|
+
Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
|
|
8
|
+
- The "symbol *" part is to solve Firefox SVG sprite bug
|
|
9
|
+
- The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
|
|
10
|
+
*/
|
|
11
|
+
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
|
|
12
|
+
all: unset;
|
|
13
|
+
display: revert;
|
|
14
|
+
}
|
|
15
|
+
/* Preferred box-sizing value */
|
|
16
|
+
*,
|
|
17
|
+
*::before,
|
|
18
|
+
*::after {
|
|
19
|
+
box-sizing: border-box;
|
|
20
|
+
}
|
|
21
|
+
/* Fix mobile Safari increase font-size on landscape mode */
|
|
22
|
+
html {
|
|
23
|
+
-moz-text-size-adjust: none;
|
|
24
|
+
-webkit-text-size-adjust: none;
|
|
25
|
+
text-size-adjust: none;
|
|
26
|
+
}
|
|
27
|
+
/* Reapply the pointer cursor for anchor tags */
|
|
28
|
+
a, button {
|
|
29
|
+
cursor: revert;
|
|
30
|
+
}
|
|
31
|
+
/* Remove list styles (bullets/numbers) */
|
|
32
|
+
ol, ul, menu, summary {
|
|
33
|
+
list-style: none;
|
|
34
|
+
}
|
|
35
|
+
/* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */
|
|
36
|
+
ol {
|
|
37
|
+
counter-reset: revert;
|
|
38
|
+
}
|
|
39
|
+
/* For images to not be able to exceed their container */
|
|
40
|
+
img {
|
|
41
|
+
max-inline-size: 100%;
|
|
42
|
+
max-block-size: 100%;
|
|
43
|
+
}
|
|
44
|
+
/* removes spacing between cells in tables */
|
|
45
|
+
table {
|
|
46
|
+
border-collapse: collapse;
|
|
47
|
+
}
|
|
48
|
+
/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
|
|
49
|
+
input, textarea {
|
|
50
|
+
-webkit-user-select: auto;
|
|
51
|
+
}
|
|
52
|
+
/* revert the 'white-space' property for textarea elements on Safari */
|
|
53
|
+
textarea {
|
|
54
|
+
white-space: revert;
|
|
55
|
+
}
|
|
56
|
+
/* minimum style to allow to style meter element */
|
|
57
|
+
meter {
|
|
58
|
+
-webkit-appearance: revert;
|
|
59
|
+
-moz-appearance: revert;
|
|
60
|
+
appearance: revert;
|
|
61
|
+
}
|
|
62
|
+
/* preformatted text - use only for this feature */
|
|
63
|
+
:where(pre) {
|
|
64
|
+
all: revert;
|
|
65
|
+
box-sizing: border-box;
|
|
66
|
+
}
|
|
67
|
+
/* reset default text opacity of input placeholder */
|
|
68
|
+
::-moz-placeholder {
|
|
69
|
+
color: unset;
|
|
70
|
+
}
|
|
71
|
+
::placeholder {
|
|
72
|
+
color: unset;
|
|
73
|
+
}
|
|
74
|
+
/* fix the feature of 'hidden' attribute.
|
|
75
|
+
display:revert; revert to element instead of attribute */
|
|
76
|
+
:where([hidden]) {
|
|
77
|
+
display: none;
|
|
78
|
+
}
|
|
79
|
+
/* revert for bug in Chromium browsers
|
|
80
|
+
- fix for the content editable attribute will work properly.
|
|
81
|
+
- webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
|
|
82
|
+
:where([contenteditable]:not([contenteditable="false"])) {
|
|
83
|
+
-moz-user-modify: read-write;
|
|
84
|
+
-webkit-user-modify: read-write;
|
|
85
|
+
overflow-wrap: break-word;
|
|
86
|
+
-webkit-line-break: after-white-space;
|
|
87
|
+
-webkit-user-select: auto;
|
|
88
|
+
}
|
|
89
|
+
/* apply back the draggable feature - exist only in Chromium and Safari */
|
|
90
|
+
:where([draggable="true"]) {
|
|
91
|
+
-webkit-user-drag: element;
|
|
92
|
+
}
|
|
93
|
+
/* Revert Modal native behavior */
|
|
94
|
+
:where(dialog:modal) {
|
|
95
|
+
all: revert;
|
|
96
|
+
box-sizing: border-box;
|
|
97
|
+
}
|
|
98
|
+
/* Remove details summary webkit styles */
|
|
99
|
+
::-webkit-details-marker {
|
|
100
|
+
display: none;
|
|
101
|
+
}
|
|
102
|
+
:root {
|
|
103
|
+
/* TODO: check all colors from Figma */
|
|
104
|
+
/* init */
|
|
105
|
+
--foreground-rgb: 0, 0, 0;
|
|
106
|
+
--background-start-rgb: 214, 219, 220;
|
|
107
|
+
--background-end-rgb: 255, 255, 255;
|
|
108
|
+
/* shad */
|
|
109
|
+
--precision-ui-tw-background: 0 0% 100%;
|
|
110
|
+
--precision-ui-tw-foreground: 222.2 84% 4.9%;
|
|
111
|
+
--precision-ui-tw-muted: 210 40% 96.1%;
|
|
112
|
+
--muted-foreground: 215.4 16.3% 46.9%;
|
|
113
|
+
--precision-ui-tw-popover: 0 0% 100%;
|
|
114
|
+
--precision-ui-tw-popover-foreground: 222.2 84% 4.9%;
|
|
115
|
+
--precision-ui-tw-border: 214.3 31.8% 91.4%;
|
|
116
|
+
--precision-ui-tw-input: 214.3 31.8% 91.4%;
|
|
117
|
+
--precision-ui-tw-card: 0 0% 100%;
|
|
118
|
+
--precision-ui-tw-card-foreground: 222.2 84% 4.9%;
|
|
119
|
+
--precision-ui-tw-navy: 219, 98%, 24%;
|
|
120
|
+
--precision-ui-tw-navy-opacity-4: 219, 98%, 24%, 0.04;
|
|
121
|
+
--precision-ui-tw-navy-opacity-4-absolute: 216, 12%, 92%;
|
|
122
|
+
--precision-ui-tw-navy-opacity-8: 219, 98%, 24%, 0.08;
|
|
123
|
+
/* above not in Figma, just for inputs */
|
|
124
|
+
--precision-ui-tw-navy-opacity-16: 219, 98%, 24%, 0.16;
|
|
125
|
+
--precision-ui-tw-navy-opacity-32: 219, 98%, 24%, 0.32;
|
|
126
|
+
--precision-ui-tw-navy-opacity-40: 219, 98%, 24%, 0.4;
|
|
127
|
+
--precision-ui-tw-navy-opacity-60: 219, 98%, 24%, 0.6;
|
|
128
|
+
--precision-ui-tw-navy-opacity-80: 219, 98%, 24%, 0.8;
|
|
129
|
+
/* above not in Figma, for checked checkbox hover */
|
|
130
|
+
--precision-ui-tw-article-verylight: 225, 95%, 59%;
|
|
131
|
+
--precision-ui-tw-article-ultramarine: 235, 88%, 69%;
|
|
132
|
+
--precision-ui-tw-sapphire: 219, 98%, 44%;
|
|
133
|
+
--precision-ui-tw-sapphire-hover: 219, 78%, 62%;
|
|
134
|
+
--precision-ui-tw-turquoise: 181, 100%, 41%;
|
|
135
|
+
--precision-ui-tw-turquoise-opacity-16: 181, 100%, 41%, 0.16;
|
|
136
|
+
--precision-ui-tw-turquoise-opacity-20: 181, 100%, 41%, 0.2;
|
|
137
|
+
/* for advantages card */
|
|
138
|
+
--precision-ui-tw-whitish: 0, 0%, 100%;
|
|
139
|
+
--precision-ui-tw-whitish-opacity-8: 0, 0%, 100%, 0.08;
|
|
140
|
+
--precision-ui-tw-whitish-opacity-16: 0, 0%, 100%, 0.16;
|
|
141
|
+
--precision-ui-tw-whitish-opacity-24: 0, 0%, 100%, 0.24;
|
|
142
|
+
--precision-ui-tw-whitish-opacity-32: 0, 0%, 100%, 0.32;
|
|
143
|
+
--precision-ui-tw-whitish-opacity-40: 0, 0%, 100%, 0.4;
|
|
144
|
+
/* above slider pagination element */
|
|
145
|
+
--precision-ui-tw-whitish-opacity-60: 0, 0%, 100%, 0.6;
|
|
146
|
+
--precision-ui-tw-whitish-opacity-80: 0, 0%, 100%, 0.8;
|
|
147
|
+
/* above not in Figma, for checked checkbox hover */
|
|
148
|
+
--precision-ui-tw-grey-1: 0, 0%, 95%;
|
|
149
|
+
--precision-ui-tw-grey-2: 0, 0%, 97%;
|
|
150
|
+
--precision-ui-tw-danger: 1, 88%, 50%;
|
|
151
|
+
--precision-ui-tw-primary: 222.2 47.4% 11.2%;
|
|
152
|
+
--precision-ui-tw-primary-foreground: 210 40% 98%;
|
|
153
|
+
--precision-ui-tw-secondary: 210 40% 96.1%;
|
|
154
|
+
--precision-ui-tw-secondary-foreground: 222.2 47.4% 11.2%;
|
|
155
|
+
--precision-ui-tw-accent: 210 40% 96.1%;
|
|
156
|
+
--precision-ui-tw-accent-foreground: 222.2 47.4% 11.2%;
|
|
157
|
+
--precision-ui-tw-destructive: 0 84.2% 60.2%;
|
|
158
|
+
--precision-ui-tw-destructive-foreground: 210 40% 98%;
|
|
159
|
+
--precision-ui-tw-ring: 222.2 84% 4.9%;
|
|
160
|
+
--precision-ui-tw-radius: 0.5rem;
|
|
161
|
+
}
|
|
162
|
+
.dark {
|
|
163
|
+
--foreground-rgb: 255, 255, 255;
|
|
164
|
+
--background-start-rgb: 0, 0, 0;
|
|
165
|
+
--background-end-rgb: 0, 0, 0;
|
|
166
|
+
--precision-ui-tw-background: 0 0% 0%;
|
|
167
|
+
--precision-ui-tw-foreground: 210 40% 98%;
|
|
168
|
+
--precision-ui-tw-muted: 210 40% 10%;
|
|
169
|
+
--muted-foreground: 215.4 16.3% 80%;
|
|
170
|
+
--precision-ui-tw-popover: 0 0% 0%;
|
|
171
|
+
--precision-ui-tw-popover-foreground: 210 40% 98%;
|
|
172
|
+
--precision-ui-tw-border: 214.3 31.8% 10%;
|
|
173
|
+
--precision-ui-tw-input: 214.3 31.8% 10%;
|
|
174
|
+
--precision-ui-tw-card: 0 0% 0%;
|
|
175
|
+
--precision-ui-tw-card-foreground: 210 40% 98%;
|
|
176
|
+
--precision-ui-tw-navy: 219, 98%, 80%;
|
|
177
|
+
--precision-ui-tw-navy-opacity-4: 219, 98%, 80%, 0.04;
|
|
178
|
+
--precision-ui-tw-navy-opacity-4-absolute: 216, 12%, 10%;
|
|
179
|
+
--precision-ui-tw-navy-opacity-8: 219, 98%, 80%, 0.08;
|
|
180
|
+
--precision-ui-tw-navy-opacity-16: 219, 98%, 80%, 0.16;
|
|
181
|
+
--precision-ui-tw-navy-opacity-32: 219, 98%, 80%, 0.32;
|
|
182
|
+
--precision-ui-tw-navy-opacity-40: 219, 98%, 80%, 0.4;
|
|
183
|
+
--precision-ui-tw-navy-opacity-60: 219, 98%, 80%, 0.6;
|
|
184
|
+
--precision-ui-tw-navy-opacity-80: 219, 98%, 80%, 0.8;
|
|
185
|
+
--precision-ui-tw-article-verylight: 225, 95%, 80%;
|
|
186
|
+
--precision-ui-tw-article-ultramarine: 235, 88%, 80%;
|
|
187
|
+
--precision-ui-tw-sapphire: 219, 98%, 80%;
|
|
188
|
+
--precision-ui-tw-sapphire-hover: 219, 78%, 80%;
|
|
189
|
+
--precision-ui-tw-turquoise: 181, 100%, 80%;
|
|
190
|
+
--precision-ui-tw-turquoise-opacity-16: 181, 100%, 80%, 0.16;
|
|
191
|
+
--precision-ui-tw-turquoise-opacity-20: 181, 100%, 80%, 0.2;
|
|
192
|
+
--precision-ui-tw-whitish: 0, 0%, 0%;
|
|
193
|
+
--precision-ui-tw-whitish-opacity-8: 0, 0%, 0%, 0.08;
|
|
194
|
+
--precision-ui-tw-whitish-opacity-16: 0, 0%, 0%, 0.16;
|
|
195
|
+
--precision-ui-tw-whitish-opacity-24: 0, 0%, 0%, 0.24;
|
|
196
|
+
--precision-ui-tw-whitish-opacity-32: 0, 0%, 0%, 0.32;
|
|
197
|
+
--precision-ui-tw-whitish-opacity-40: 0, 0%, 0%, 0.4;
|
|
198
|
+
--precision-ui-tw-whitish-opacity-60: 0, 0%, 0%, 0.6;
|
|
199
|
+
--precision-ui-tw-whitish-opacity-80: 0, 0%, 0%, 0.8;
|
|
200
|
+
--precision-ui-tw-grey-1: 0, 0%, 10%;
|
|
201
|
+
--precision-ui-tw-grey-2: 0, 0%, 5%;
|
|
202
|
+
--precision-ui-tw-danger: 1, 88%, 80%;
|
|
203
|
+
--precision-ui-tw-primary: 222.2 47.4% 90%;
|
|
204
|
+
--precision-ui-tw-primary-foreground: 210 40% 10%;
|
|
205
|
+
--precision-ui-tw-secondary: 210 40% 10%;
|
|
206
|
+
--precision-ui-tw-secondary-foreground: 222.2 47.4% 90%;
|
|
207
|
+
--precision-ui-tw-accent: 210 40% 10%;
|
|
208
|
+
--precision-ui-tw-accent-foreground: 222.2 47.4% 90%;
|
|
209
|
+
--precision-ui-tw-destructive: 0 84.2% 80%;
|
|
210
|
+
--precision-ui-tw-destructive-foreground: 210 40% 10%;
|
|
211
|
+
--precision-ui-tw-ring: 210 40% 98%;
|
|
212
|
+
}
|
|
213
|
+
@media (prefers-color-scheme: dark) {
|
|
214
|
+
:root {
|
|
215
|
+
--foreground-rgb: 255, 255, 255;
|
|
216
|
+
--background-start-rgb: 0, 0, 0;
|
|
217
|
+
--background-end-rgb: 0, 0, 0;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
*{
|
|
221
|
+
border-color: hsl(var(--precision-ui-tw-border));
|
|
222
|
+
}
|
|
223
|
+
body{
|
|
224
|
+
background-color: hsl(var(--precision-ui-tw-background));
|
|
225
|
+
color: hsl(var(--precision-ui-tw-foreground));
|
|
226
|
+
font-feature-settings: "rlig" 1, "calt" 1;
|
|
227
|
+
}
|
|
228
|
+
:root{
|
|
229
|
+
--precision-ui-tw-border-spacing-x: 0;
|
|
230
|
+
--precision-ui-tw-border-spacing-y: 0;
|
|
231
|
+
--precision-ui-tw-translate-x: 0;
|
|
232
|
+
--precision-ui-tw-translate-y: 0;
|
|
233
|
+
--precision-ui-tw-rotate: 0;
|
|
234
|
+
--precision-ui-tw-skew-x: 0;
|
|
235
|
+
--precision-ui-tw-skew-y: 0;
|
|
236
|
+
--precision-ui-tw-scale-x: 1;
|
|
237
|
+
--precision-ui-tw-scale-y: 1;
|
|
238
|
+
--precision-ui-tw-pan-x: ;
|
|
239
|
+
--precision-ui-tw-pan-y: ;
|
|
240
|
+
--precision-ui-tw-pinch-zoom: ;
|
|
241
|
+
--precision-ui-tw-scroll-snap-strictness: proximity;
|
|
242
|
+
--precision-ui-tw-gradient-from-position: ;
|
|
243
|
+
--precision-ui-tw-gradient-via-position: ;
|
|
244
|
+
--precision-ui-tw-gradient-to-position: ;
|
|
245
|
+
--precision-ui-tw-ordinal: ;
|
|
246
|
+
--precision-ui-tw-slashed-zero: ;
|
|
247
|
+
--precision-ui-tw-numeric-figure: ;
|
|
248
|
+
--precision-ui-tw-numeric-spacing: ;
|
|
249
|
+
--precision-ui-tw-numeric-fraction: ;
|
|
250
|
+
--precision-ui-tw-ring-inset: ;
|
|
251
|
+
--precision-ui-tw-ring-offset-width: 0px;
|
|
252
|
+
--precision-ui-tw-ring-offset-color: #fff;
|
|
253
|
+
--precision-ui-tw-ring-color: rgb(59 130 246 / 0.5);
|
|
254
|
+
--precision-ui-tw-ring-offset-shadow: 0 0 #0000;
|
|
255
|
+
--precision-ui-tw-ring-shadow: 0 0 #0000;
|
|
256
|
+
--precision-ui-tw-shadow: 0 0 #0000;
|
|
257
|
+
--precision-ui-tw-shadow-colored: 0 0 #0000;
|
|
258
|
+
--precision-ui-tw-blur: ;
|
|
259
|
+
--precision-ui-tw-brightness: ;
|
|
260
|
+
--precision-ui-tw-contrast: ;
|
|
261
|
+
--precision-ui-tw-grayscale: ;
|
|
262
|
+
--precision-ui-tw-hue-rotate: ;
|
|
263
|
+
--precision-ui-tw-invert: ;
|
|
264
|
+
--precision-ui-tw-saturate: ;
|
|
265
|
+
--precision-ui-tw-sepia: ;
|
|
266
|
+
--precision-ui-tw-drop-shadow: ;
|
|
267
|
+
--precision-ui-tw-backdrop-blur: ;
|
|
268
|
+
--precision-ui-tw-backdrop-brightness: ;
|
|
269
|
+
--precision-ui-tw-backdrop-contrast: ;
|
|
270
|
+
--precision-ui-tw-backdrop-grayscale: ;
|
|
271
|
+
--precision-ui-tw-backdrop-hue-rotate: ;
|
|
272
|
+
--precision-ui-tw-backdrop-invert: ;
|
|
273
|
+
--precision-ui-tw-backdrop-opacity: ;
|
|
274
|
+
--precision-ui-tw-backdrop-saturate: ;
|
|
275
|
+
--precision-ui-tw-backdrop-sepia: ;
|
|
276
|
+
--precision-ui-tw-contain-size: ;
|
|
277
|
+
--precision-ui-tw-contain-layout: ;
|
|
278
|
+
--precision-ui-tw-contain-paint: ;
|
|
279
|
+
--precision-ui-tw-contain-style: ;
|
|
280
|
+
}
|
|
281
|
+
::backdrop{
|
|
282
|
+
--precision-ui-tw-border-spacing-x: 0;
|
|
283
|
+
--precision-ui-tw-border-spacing-y: 0;
|
|
284
|
+
--precision-ui-tw-translate-x: 0;
|
|
285
|
+
--precision-ui-tw-translate-y: 0;
|
|
286
|
+
--precision-ui-tw-rotate: 0;
|
|
287
|
+
--precision-ui-tw-skew-x: 0;
|
|
288
|
+
--precision-ui-tw-skew-y: 0;
|
|
289
|
+
--precision-ui-tw-scale-x: 1;
|
|
290
|
+
--precision-ui-tw-scale-y: 1;
|
|
291
|
+
--precision-ui-tw-pan-x: ;
|
|
292
|
+
--precision-ui-tw-pan-y: ;
|
|
293
|
+
--precision-ui-tw-pinch-zoom: ;
|
|
294
|
+
--precision-ui-tw-scroll-snap-strictness: proximity;
|
|
295
|
+
--precision-ui-tw-gradient-from-position: ;
|
|
296
|
+
--precision-ui-tw-gradient-via-position: ;
|
|
297
|
+
--precision-ui-tw-gradient-to-position: ;
|
|
298
|
+
--precision-ui-tw-ordinal: ;
|
|
299
|
+
--precision-ui-tw-slashed-zero: ;
|
|
300
|
+
--precision-ui-tw-numeric-figure: ;
|
|
301
|
+
--precision-ui-tw-numeric-spacing: ;
|
|
302
|
+
--precision-ui-tw-numeric-fraction: ;
|
|
303
|
+
--precision-ui-tw-ring-inset: ;
|
|
304
|
+
--precision-ui-tw-ring-offset-width: 0px;
|
|
305
|
+
--precision-ui-tw-ring-offset-color: #fff;
|
|
306
|
+
--precision-ui-tw-ring-color: rgb(59 130 246 / 0.5);
|
|
307
|
+
--precision-ui-tw-ring-offset-shadow: 0 0 #0000;
|
|
308
|
+
--precision-ui-tw-ring-shadow: 0 0 #0000;
|
|
309
|
+
--precision-ui-tw-shadow: 0 0 #0000;
|
|
310
|
+
--precision-ui-tw-shadow-colored: 0 0 #0000;
|
|
311
|
+
--precision-ui-tw-blur: ;
|
|
312
|
+
--precision-ui-tw-brightness: ;
|
|
313
|
+
--precision-ui-tw-contrast: ;
|
|
314
|
+
--precision-ui-tw-grayscale: ;
|
|
315
|
+
--precision-ui-tw-hue-rotate: ;
|
|
316
|
+
--precision-ui-tw-invert: ;
|
|
317
|
+
--precision-ui-tw-saturate: ;
|
|
318
|
+
--precision-ui-tw-sepia: ;
|
|
319
|
+
--precision-ui-tw-drop-shadow: ;
|
|
320
|
+
--precision-ui-tw-backdrop-blur: ;
|
|
321
|
+
--precision-ui-tw-backdrop-brightness: ;
|
|
322
|
+
--precision-ui-tw-backdrop-contrast: ;
|
|
323
|
+
--precision-ui-tw-backdrop-grayscale: ;
|
|
324
|
+
--precision-ui-tw-backdrop-hue-rotate: ;
|
|
325
|
+
--precision-ui-tw-backdrop-invert: ;
|
|
326
|
+
--precision-ui-tw-backdrop-opacity: ;
|
|
327
|
+
--precision-ui-tw-backdrop-saturate: ;
|
|
328
|
+
--precision-ui-tw-backdrop-sepia: ;
|
|
329
|
+
--precision-ui-tw-contain-size: ;
|
|
330
|
+
--precision-ui-tw-contain-layout: ;
|
|
331
|
+
--precision-ui-tw-contain-paint: ;
|
|
332
|
+
--precision-ui-tw-contain-style: ;
|
|
333
|
+
}
|
|
334
|
+
.container{
|
|
335
|
+
width: 100%;
|
|
336
|
+
margin-right: auto;
|
|
337
|
+
margin-left: auto;
|
|
338
|
+
padding-right: 1.5rem;
|
|
339
|
+
padding-left: 1.5rem;
|
|
340
|
+
}
|
|
341
|
+
@media (min-width: 1400px){
|
|
342
|
+
.container{
|
|
343
|
+
max-width: 1400px;
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
#__next{
|
|
347
|
+
height: 100%;
|
|
348
|
+
}
|
|
349
|
+
.container {
|
|
350
|
+
/* @apply max-w-xs px-40 self-center; */
|
|
351
|
+
}
|
|
352
|
+
@media (min-width: 0) and (max-width: 768px) {
|
|
353
|
+
.container {
|
|
354
|
+
padding: 0 1.25rem;
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
.bg-link-gradient:hover::before, .bg-link-white-gradient:hover::before,
|
|
358
|
+
.link_navy:hover::before,
|
|
359
|
+
.link_white:hover::before {
|
|
360
|
+
background-color: hsl(var(--precision-ui-tw-navy));
|
|
361
|
+
}
|
|
362
|
+
.link_white:hover::before {
|
|
363
|
+
background-color: hsl(var(--precision-ui-tw-whitish));
|
|
364
|
+
}
|
|
365
|
+
.bg-link-gradient-container:hover .bg-link-gradient::before, .bg-link-gradient-container:hover .bg-link-white-gradient::before,
|
|
366
|
+
.bg-link-gradient-container:hover .link_navy::before,
|
|
367
|
+
.bg-link-gradient-container:hover .link_white::before {
|
|
368
|
+
background-color: hsl(var(--precision-ui-tw-navy));
|
|
369
|
+
}
|
|
370
|
+
.bg-link-gradient-container:hover .bg-link-white-gradient::before {
|
|
371
|
+
background-color: white;
|
|
372
|
+
}
|
|
373
|
+
.link, .iit-link, .link_turq, .content a,
|
|
374
|
+
.link_navy,
|
|
375
|
+
.link_white {
|
|
376
|
+
transition: all ease 0.25s;
|
|
377
|
+
background-image: linear-gradient(to top, rgba(0, 85, 144, 0) 1px, transparent 1px);
|
|
378
|
+
background-repeat: repeat-x;
|
|
379
|
+
background-position: 0 0px;
|
|
380
|
+
text-decoration: none;
|
|
381
|
+
}
|
|
382
|
+
.link:hover, .iit-link:hover, .link_turq:hover, .content a:hover {
|
|
383
|
+
background-image: linear-gradient(to top, hsl(var(--precision-ui-tw-turquoise)) 1px, transparent 1px);
|
|
384
|
+
}
|
|
385
|
+
.link_navy:hover {
|
|
386
|
+
background-image: linear-gradient(to top, hsl(var(--precision-ui-tw-navy)) 1px, transparent 1px);
|
|
387
|
+
}
|
|
388
|
+
.link_white:hover {
|
|
389
|
+
background-image: linear-gradient(to top, hsl(var(--precision-ui-tw-whitish)) 1px, transparent 1px);
|
|
390
|
+
}
|
|
391
|
+
/* link2 is experiment */
|
|
392
|
+
.sr-only{
|
|
393
|
+
position: absolute;
|
|
394
|
+
width: 1px;
|
|
395
|
+
height: 1px;
|
|
396
|
+
padding: 0;
|
|
397
|
+
margin: -1px;
|
|
398
|
+
overflow: hidden;
|
|
399
|
+
clip: rect(0, 0, 0, 0);
|
|
400
|
+
white-space: nowrap;
|
|
401
|
+
border-width: 0;
|
|
402
|
+
}
|
|
403
|
+
.absolute{
|
|
404
|
+
position: absolute;
|
|
405
|
+
}
|
|
406
|
+
.relative{
|
|
407
|
+
position: relative;
|
|
408
|
+
}
|
|
409
|
+
.-bottom-12{
|
|
410
|
+
bottom: -3rem;
|
|
411
|
+
}
|
|
412
|
+
.-left-12{
|
|
413
|
+
left: -3rem;
|
|
414
|
+
}
|
|
415
|
+
.-right-12{
|
|
416
|
+
right: -3rem;
|
|
417
|
+
}
|
|
418
|
+
.-top-12{
|
|
419
|
+
top: -3rem;
|
|
420
|
+
}
|
|
421
|
+
.bottom-0{
|
|
422
|
+
bottom: 0px;
|
|
423
|
+
}
|
|
424
|
+
.bottom-8{
|
|
425
|
+
bottom: 2rem;
|
|
426
|
+
}
|
|
427
|
+
.bottom-\[1px\]{
|
|
428
|
+
bottom: 1px;
|
|
429
|
+
}
|
|
430
|
+
.left-0{
|
|
431
|
+
left: 0px;
|
|
432
|
+
}
|
|
433
|
+
.left-1\/2{
|
|
434
|
+
left: 50%;
|
|
435
|
+
}
|
|
436
|
+
.left-3{
|
|
437
|
+
left: 0.75rem;
|
|
438
|
+
}
|
|
439
|
+
.left-\[2px\]{
|
|
440
|
+
left: 2px;
|
|
441
|
+
}
|
|
442
|
+
.left-\[5px\]{
|
|
443
|
+
left: 5px;
|
|
444
|
+
}
|
|
445
|
+
.left-auto{
|
|
446
|
+
left: auto;
|
|
447
|
+
}
|
|
448
|
+
.right-14{
|
|
449
|
+
right: 3.5rem;
|
|
450
|
+
}
|
|
451
|
+
.right-2{
|
|
452
|
+
right: 0.5rem;
|
|
453
|
+
}
|
|
454
|
+
.right-3{
|
|
455
|
+
right: 0.75rem;
|
|
456
|
+
}
|
|
457
|
+
.right-6{
|
|
458
|
+
right: 1.5rem;
|
|
459
|
+
}
|
|
460
|
+
.right-auto{
|
|
461
|
+
right: auto;
|
|
462
|
+
}
|
|
463
|
+
.top-0{
|
|
464
|
+
top: 0px;
|
|
465
|
+
}
|
|
466
|
+
.top-1\/2{
|
|
467
|
+
top: 50%;
|
|
468
|
+
}
|
|
469
|
+
.top-auto{
|
|
470
|
+
top: auto;
|
|
471
|
+
}
|
|
472
|
+
.z-0{
|
|
473
|
+
z-index: 0;
|
|
474
|
+
}
|
|
475
|
+
.z-10{
|
|
476
|
+
z-index: 10;
|
|
477
|
+
}
|
|
478
|
+
.z-20{
|
|
479
|
+
z-index: 20;
|
|
480
|
+
}
|
|
481
|
+
.z-30{
|
|
482
|
+
z-index: 30;
|
|
483
|
+
}
|
|
484
|
+
.z-50{
|
|
485
|
+
z-index: 50;
|
|
486
|
+
}
|
|
487
|
+
.col-span-1{
|
|
488
|
+
grid-column: span 1 / span 1;
|
|
489
|
+
}
|
|
490
|
+
.col-span-2{
|
|
491
|
+
grid-column: span 2 / span 2;
|
|
492
|
+
}
|
|
493
|
+
.col-span-3{
|
|
494
|
+
grid-column: span 3 / span 3;
|
|
495
|
+
}
|
|
496
|
+
.col-span-7{
|
|
497
|
+
grid-column: span 7 / span 7;
|
|
498
|
+
}
|
|
499
|
+
.row-start-1{
|
|
500
|
+
grid-row-start: 1;
|
|
501
|
+
}
|
|
502
|
+
.row-end-3{
|
|
503
|
+
grid-row-end: 3;
|
|
504
|
+
}
|
|
505
|
+
.mx-auto{
|
|
506
|
+
margin-left: auto;
|
|
507
|
+
margin-right: auto;
|
|
508
|
+
}
|
|
509
|
+
.-ml-4{
|
|
510
|
+
margin-left: -1rem;
|
|
511
|
+
}
|
|
512
|
+
.-mt-4{
|
|
513
|
+
margin-top: -1rem;
|
|
514
|
+
}
|
|
515
|
+
.mb-1{
|
|
516
|
+
margin-bottom: 0.25rem;
|
|
517
|
+
}
|
|
518
|
+
.mb-12{
|
|
519
|
+
margin-bottom: 3rem;
|
|
520
|
+
}
|
|
521
|
+
.mb-2{
|
|
522
|
+
margin-bottom: 0.5rem;
|
|
523
|
+
}
|
|
524
|
+
.mb-24{
|
|
525
|
+
margin-bottom: 6rem;
|
|
526
|
+
}
|
|
527
|
+
.mb-5{
|
|
528
|
+
margin-bottom: 1.25rem;
|
|
529
|
+
}
|
|
530
|
+
.mb-6{
|
|
531
|
+
margin-bottom: 1.5rem;
|
|
532
|
+
}
|
|
533
|
+
.mt-12{
|
|
534
|
+
margin-top: 3rem;
|
|
535
|
+
}
|
|
536
|
+
.mt-2{
|
|
537
|
+
margin-top: 0.5rem;
|
|
538
|
+
}
|
|
539
|
+
.mt-4{
|
|
540
|
+
margin-top: 1rem;
|
|
541
|
+
}
|
|
542
|
+
.mt-5{
|
|
543
|
+
margin-top: 1.25rem;
|
|
544
|
+
}
|
|
545
|
+
.mt-6{
|
|
546
|
+
margin-top: 1.5rem;
|
|
547
|
+
}
|
|
548
|
+
.mt-\[128px\]{
|
|
549
|
+
margin-top: 128px;
|
|
550
|
+
}
|
|
551
|
+
.mt-\[88px\]{
|
|
552
|
+
margin-top: 88px;
|
|
553
|
+
}
|
|
554
|
+
.block{
|
|
555
|
+
display: block;
|
|
556
|
+
}
|
|
557
|
+
.inline{
|
|
558
|
+
display: inline;
|
|
559
|
+
}
|
|
560
|
+
.flex{
|
|
561
|
+
display: flex;
|
|
562
|
+
}
|
|
563
|
+
.inline-flex{
|
|
564
|
+
display: inline-flex;
|
|
565
|
+
}
|
|
566
|
+
.table{
|
|
567
|
+
display: table;
|
|
568
|
+
}
|
|
569
|
+
.grid{
|
|
570
|
+
display: grid;
|
|
571
|
+
}
|
|
572
|
+
.contents{
|
|
573
|
+
display: contents;
|
|
574
|
+
}
|
|
575
|
+
.hidden{
|
|
576
|
+
display: none;
|
|
577
|
+
}
|
|
578
|
+
.h-1{
|
|
579
|
+
height: 0.25rem;
|
|
580
|
+
}
|
|
581
|
+
.h-10{
|
|
582
|
+
height: 2.5rem;
|
|
583
|
+
}
|
|
584
|
+
.h-11{
|
|
585
|
+
height: 2.75rem;
|
|
586
|
+
}
|
|
587
|
+
.h-14{
|
|
588
|
+
height: 3.5rem;
|
|
589
|
+
}
|
|
590
|
+
.h-16{
|
|
591
|
+
height: 4rem;
|
|
592
|
+
}
|
|
593
|
+
.h-4{
|
|
594
|
+
height: 1rem;
|
|
595
|
+
}
|
|
596
|
+
.h-5{
|
|
597
|
+
height: 1.25rem;
|
|
598
|
+
}
|
|
599
|
+
.h-8{
|
|
600
|
+
height: 2rem;
|
|
601
|
+
}
|
|
602
|
+
.h-9{
|
|
603
|
+
height: 2.25rem;
|
|
604
|
+
}
|
|
605
|
+
.h-\[10px\]{
|
|
606
|
+
height: 10px;
|
|
607
|
+
}
|
|
608
|
+
.h-\[18px\]{
|
|
609
|
+
height: 18px;
|
|
610
|
+
}
|
|
611
|
+
.h-\[1px\]{
|
|
612
|
+
height: 1px;
|
|
613
|
+
}
|
|
614
|
+
.h-\[606px\]{
|
|
615
|
+
height: 606px;
|
|
616
|
+
}
|
|
617
|
+
.h-full{
|
|
618
|
+
height: 100%;
|
|
619
|
+
}
|
|
620
|
+
.min-h-\[190px\]{
|
|
621
|
+
min-height: 190px;
|
|
622
|
+
}
|
|
623
|
+
.min-h-\[300px\]{
|
|
624
|
+
min-height: 300px;
|
|
625
|
+
}
|
|
626
|
+
.min-h-\[360px\]{
|
|
627
|
+
min-height: 360px;
|
|
628
|
+
}
|
|
629
|
+
.w-10{
|
|
630
|
+
width: 2.5rem;
|
|
631
|
+
}
|
|
632
|
+
.w-4{
|
|
633
|
+
width: 1rem;
|
|
634
|
+
}
|
|
635
|
+
.w-5{
|
|
636
|
+
width: 1.25rem;
|
|
637
|
+
}
|
|
638
|
+
.w-72{
|
|
639
|
+
width: 18rem;
|
|
640
|
+
}
|
|
641
|
+
.w-8{
|
|
642
|
+
width: 2rem;
|
|
643
|
+
}
|
|
644
|
+
.w-\[10px\]{
|
|
645
|
+
width: 10px;
|
|
646
|
+
}
|
|
647
|
+
.w-\[18px\]{
|
|
648
|
+
width: 18px;
|
|
649
|
+
}
|
|
650
|
+
.w-\[456px\]{
|
|
651
|
+
width: 456px;
|
|
652
|
+
}
|
|
653
|
+
.w-\[87\.5\%\]{
|
|
654
|
+
width: 87.5%;
|
|
655
|
+
}
|
|
656
|
+
.w-\[96\%\]{
|
|
657
|
+
width: 96%;
|
|
658
|
+
}
|
|
659
|
+
.w-auto{
|
|
660
|
+
width: auto;
|
|
661
|
+
}
|
|
662
|
+
.w-full{
|
|
663
|
+
width: 100%;
|
|
664
|
+
}
|
|
665
|
+
.min-w-0{
|
|
666
|
+
min-width: 0px;
|
|
667
|
+
}
|
|
668
|
+
.max-w-2xl{
|
|
669
|
+
max-width: 42rem;
|
|
670
|
+
}
|
|
671
|
+
.max-w-6xl{
|
|
672
|
+
max-width: 72rem;
|
|
673
|
+
}
|
|
674
|
+
.max-w-\[460px\]{
|
|
675
|
+
max-width: 460px;
|
|
676
|
+
}
|
|
677
|
+
.max-w-\[694px\]{
|
|
678
|
+
max-width: 694px;
|
|
679
|
+
}
|
|
680
|
+
.max-w-\[800px\]{
|
|
681
|
+
max-width: 800px;
|
|
682
|
+
}
|
|
683
|
+
.max-w-\[900px\]{
|
|
684
|
+
max-width: 900px;
|
|
685
|
+
}
|
|
686
|
+
.max-w-md{
|
|
687
|
+
max-width: 28rem;
|
|
688
|
+
}
|
|
689
|
+
.max-w-sm{
|
|
690
|
+
max-width: 24rem;
|
|
691
|
+
}
|
|
692
|
+
.shrink-0{
|
|
693
|
+
flex-shrink: 0;
|
|
694
|
+
}
|
|
695
|
+
.grow-0{
|
|
696
|
+
flex-grow: 0;
|
|
697
|
+
}
|
|
698
|
+
.basis-full{
|
|
699
|
+
flex-basis: 100%;
|
|
700
|
+
}
|
|
701
|
+
.-translate-x-1\/2{
|
|
702
|
+
--precision-ui-tw-translate-x: -50%;
|
|
703
|
+
transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
|
|
704
|
+
}
|
|
705
|
+
.-translate-y-1\/2{
|
|
706
|
+
--precision-ui-tw-translate-y: -50%;
|
|
707
|
+
transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
|
|
708
|
+
}
|
|
709
|
+
.translate-y-0{
|
|
710
|
+
--precision-ui-tw-translate-y: 0px;
|
|
711
|
+
transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
|
|
712
|
+
}
|
|
713
|
+
.rotate-90{
|
|
714
|
+
--precision-ui-tw-rotate: 90deg;
|
|
715
|
+
transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
|
|
716
|
+
}
|
|
717
|
+
.transform{
|
|
718
|
+
transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
|
|
719
|
+
}
|
|
720
|
+
.cursor-not-allowed{
|
|
721
|
+
cursor: not-allowed;
|
|
722
|
+
}
|
|
723
|
+
.cursor-pointer{
|
|
724
|
+
cursor: pointer;
|
|
725
|
+
}
|
|
726
|
+
.auto-rows-\[222px\]{
|
|
727
|
+
grid-auto-rows: 222px;
|
|
728
|
+
}
|
|
729
|
+
.grid-cols-1{
|
|
730
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
731
|
+
}
|
|
732
|
+
.grid-cols-2{
|
|
733
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
734
|
+
}
|
|
735
|
+
.flex-col{
|
|
736
|
+
flex-direction: column;
|
|
737
|
+
}
|
|
738
|
+
.items-start{
|
|
739
|
+
align-items: flex-start;
|
|
740
|
+
}
|
|
741
|
+
.items-center{
|
|
742
|
+
align-items: center;
|
|
743
|
+
}
|
|
744
|
+
.items-baseline{
|
|
745
|
+
align-items: baseline;
|
|
746
|
+
}
|
|
747
|
+
.justify-center{
|
|
748
|
+
justify-content: center;
|
|
749
|
+
}
|
|
750
|
+
.justify-between{
|
|
751
|
+
justify-content: space-between;
|
|
752
|
+
}
|
|
753
|
+
.gap-1{
|
|
754
|
+
gap: 0.25rem;
|
|
755
|
+
}
|
|
756
|
+
.gap-12{
|
|
757
|
+
gap: 3rem;
|
|
758
|
+
}
|
|
759
|
+
.gap-2{
|
|
760
|
+
gap: 0.5rem;
|
|
761
|
+
}
|
|
762
|
+
.gap-3{
|
|
763
|
+
gap: 0.75rem;
|
|
764
|
+
}
|
|
765
|
+
.gap-4{
|
|
766
|
+
gap: 1rem;
|
|
767
|
+
}
|
|
768
|
+
.gap-8{
|
|
769
|
+
gap: 2rem;
|
|
770
|
+
}
|
|
771
|
+
.space-x-2 > :not([hidden]) ~ :not([hidden]){
|
|
772
|
+
--precision-ui-tw-space-x-reverse: 0;
|
|
773
|
+
margin-right: calc(0.5rem * var(--precision-ui-tw-space-x-reverse));
|
|
774
|
+
margin-left: calc(0.5rem * calc(1 - var(--precision-ui-tw-space-x-reverse)));
|
|
775
|
+
}
|
|
776
|
+
.space-x-3 > :not([hidden]) ~ :not([hidden]){
|
|
777
|
+
--precision-ui-tw-space-x-reverse: 0;
|
|
778
|
+
margin-right: calc(0.75rem * var(--precision-ui-tw-space-x-reverse));
|
|
779
|
+
margin-left: calc(0.75rem * calc(1 - var(--precision-ui-tw-space-x-reverse)));
|
|
780
|
+
}
|
|
781
|
+
.space-x-4 > :not([hidden]) ~ :not([hidden]){
|
|
782
|
+
--precision-ui-tw-space-x-reverse: 0;
|
|
783
|
+
margin-right: calc(1rem * var(--precision-ui-tw-space-x-reverse));
|
|
784
|
+
margin-left: calc(1rem * calc(1 - var(--precision-ui-tw-space-x-reverse)));
|
|
785
|
+
}
|
|
786
|
+
.space-x-5 > :not([hidden]) ~ :not([hidden]){
|
|
787
|
+
--precision-ui-tw-space-x-reverse: 0;
|
|
788
|
+
margin-right: calc(1.25rem * var(--precision-ui-tw-space-x-reverse));
|
|
789
|
+
margin-left: calc(1.25rem * calc(1 - var(--precision-ui-tw-space-x-reverse)));
|
|
790
|
+
}
|
|
791
|
+
.space-y-10 > :not([hidden]) ~ :not([hidden]){
|
|
792
|
+
--precision-ui-tw-space-y-reverse: 0;
|
|
793
|
+
margin-top: calc(2.5rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
|
|
794
|
+
margin-bottom: calc(2.5rem * var(--precision-ui-tw-space-y-reverse));
|
|
795
|
+
}
|
|
796
|
+
.space-y-12 > :not([hidden]) ~ :not([hidden]){
|
|
797
|
+
--precision-ui-tw-space-y-reverse: 0;
|
|
798
|
+
margin-top: calc(3rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
|
|
799
|
+
margin-bottom: calc(3rem * var(--precision-ui-tw-space-y-reverse));
|
|
800
|
+
}
|
|
801
|
+
.space-y-2 > :not([hidden]) ~ :not([hidden]){
|
|
802
|
+
--precision-ui-tw-space-y-reverse: 0;
|
|
803
|
+
margin-top: calc(0.5rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
|
|
804
|
+
margin-bottom: calc(0.5rem * var(--precision-ui-tw-space-y-reverse));
|
|
805
|
+
}
|
|
806
|
+
.space-y-4 > :not([hidden]) ~ :not([hidden]){
|
|
807
|
+
--precision-ui-tw-space-y-reverse: 0;
|
|
808
|
+
margin-top: calc(1rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
|
|
809
|
+
margin-bottom: calc(1rem * var(--precision-ui-tw-space-y-reverse));
|
|
810
|
+
}
|
|
811
|
+
.space-y-6 > :not([hidden]) ~ :not([hidden]){
|
|
812
|
+
--precision-ui-tw-space-y-reverse: 0;
|
|
813
|
+
margin-top: calc(1.5rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
|
|
814
|
+
margin-bottom: calc(1.5rem * var(--precision-ui-tw-space-y-reverse));
|
|
815
|
+
}
|
|
816
|
+
.overflow-hidden{
|
|
817
|
+
overflow: hidden;
|
|
818
|
+
}
|
|
819
|
+
.whitespace-nowrap{
|
|
820
|
+
white-space: nowrap;
|
|
821
|
+
}
|
|
822
|
+
.rounded{
|
|
823
|
+
border-radius: 0.25rem;
|
|
824
|
+
}
|
|
825
|
+
.rounded-2xl{
|
|
826
|
+
border-radius: 1rem;
|
|
827
|
+
}
|
|
828
|
+
.rounded-full{
|
|
829
|
+
border-radius: 9999px;
|
|
830
|
+
}
|
|
831
|
+
.rounded-lg{
|
|
832
|
+
border-radius: var(--precision-ui-tw-radius);
|
|
833
|
+
}
|
|
834
|
+
.rounded-md{
|
|
835
|
+
border-radius: calc(var(--precision-ui-tw-radius) - 2px);
|
|
836
|
+
}
|
|
837
|
+
.rounded-sm{
|
|
838
|
+
border-radius: calc(var(--precision-ui-tw-radius) - 4px);
|
|
839
|
+
}
|
|
840
|
+
.rounded-b-2xl{
|
|
841
|
+
border-bottom-right-radius: 1rem;
|
|
842
|
+
border-bottom-left-radius: 1rem;
|
|
843
|
+
}
|
|
844
|
+
.rounded-t-2xl{
|
|
845
|
+
border-top-left-radius: 1rem;
|
|
846
|
+
border-top-right-radius: 1rem;
|
|
847
|
+
}
|
|
848
|
+
.border{
|
|
849
|
+
border-width: 1px;
|
|
850
|
+
}
|
|
851
|
+
.border-\[1px\]{
|
|
852
|
+
border-width: 1px;
|
|
853
|
+
}
|
|
854
|
+
.border-b{
|
|
855
|
+
border-bottom-width: 1px;
|
|
856
|
+
}
|
|
857
|
+
.border-b-0{
|
|
858
|
+
border-bottom-width: 0px;
|
|
859
|
+
}
|
|
860
|
+
.border-r-0{
|
|
861
|
+
border-right-width: 0px;
|
|
862
|
+
}
|
|
863
|
+
.border-t{
|
|
864
|
+
border-top-width: 1px;
|
|
865
|
+
}
|
|
866
|
+
.border-t-0{
|
|
867
|
+
border-top-width: 0px;
|
|
868
|
+
}
|
|
869
|
+
.border-solid{
|
|
870
|
+
border-style: solid;
|
|
871
|
+
}
|
|
872
|
+
.border-none{
|
|
873
|
+
border-style: none;
|
|
874
|
+
}
|
|
875
|
+
.border-blue-500{
|
|
876
|
+
--precision-ui-tw-border-opacity: 1;
|
|
877
|
+
border-color: rgb(59 130 246 / var(--precision-ui-tw-border-opacity));
|
|
878
|
+
}
|
|
879
|
+
.border-destructive\/50{
|
|
880
|
+
border-color: hsl(var(--precision-ui-tw-destructive) / 0.5);
|
|
881
|
+
}
|
|
882
|
+
.border-input{
|
|
883
|
+
border-color: hsl(var(--precision-ui-tw-input));
|
|
884
|
+
}
|
|
885
|
+
.border-navy{
|
|
886
|
+
border-color: hsl(var(--precision-ui-tw-navy));
|
|
887
|
+
}
|
|
888
|
+
.border-navy-opacity-16{
|
|
889
|
+
border-color: hsl(var(--precision-ui-tw-navy-opacity-16));
|
|
890
|
+
}
|
|
891
|
+
.border-navy-opacity-32{
|
|
892
|
+
border-color: hsl(var(--precision-ui-tw-navy-opacity-32));
|
|
893
|
+
}
|
|
894
|
+
.border-red-500{
|
|
895
|
+
--precision-ui-tw-border-opacity: 1;
|
|
896
|
+
border-color: rgb(239 68 68 / var(--precision-ui-tw-border-opacity));
|
|
897
|
+
}
|
|
898
|
+
.border-transparent{
|
|
899
|
+
border-color: transparent;
|
|
900
|
+
}
|
|
901
|
+
.border-whitish{
|
|
902
|
+
border-color: hsl(var(--precision-ui-tw-whitish));
|
|
903
|
+
}
|
|
904
|
+
.border-whitish-opacity-16{
|
|
905
|
+
border-color: hsl(var(--precision-ui-tw-whitish-opacity-16));
|
|
906
|
+
}
|
|
907
|
+
.border-whitish-opacity-32{
|
|
908
|
+
border-color: hsl(var(--precision-ui-tw-whitish-opacity-32));
|
|
909
|
+
}
|
|
910
|
+
.border-b-navy-opacity-32{
|
|
911
|
+
border-bottom-color: hsl(var(--precision-ui-tw-navy-opacity-32));
|
|
912
|
+
}
|
|
913
|
+
.border-b-whitish-opacity-32{
|
|
914
|
+
border-bottom-color: hsl(var(--precision-ui-tw-whitish-opacity-32));
|
|
915
|
+
}
|
|
916
|
+
.bg-background{
|
|
917
|
+
background-color: hsl(var(--precision-ui-tw-background));
|
|
918
|
+
}
|
|
919
|
+
.bg-blue-100{
|
|
920
|
+
--precision-ui-tw-bg-opacity: 1;
|
|
921
|
+
background-color: rgb(219 234 254 / var(--precision-ui-tw-bg-opacity));
|
|
922
|
+
}
|
|
923
|
+
.bg-destructive{
|
|
924
|
+
background-color: hsl(var(--precision-ui-tw-destructive));
|
|
925
|
+
}
|
|
926
|
+
.bg-gray-200{
|
|
927
|
+
--precision-ui-tw-bg-opacity: 1;
|
|
928
|
+
background-color: rgb(229 231 235 / var(--precision-ui-tw-bg-opacity));
|
|
929
|
+
}
|
|
930
|
+
.bg-gray-300{
|
|
931
|
+
--precision-ui-tw-bg-opacity: 1;
|
|
932
|
+
background-color: rgb(209 213 219 / var(--precision-ui-tw-bg-opacity));
|
|
933
|
+
}
|
|
934
|
+
.bg-grey-1{
|
|
935
|
+
background-color: hsl(var(--precision-ui-tw-grey-1));
|
|
936
|
+
}
|
|
937
|
+
.bg-grey-2{
|
|
938
|
+
background-color: hsl(var(--precision-ui-tw-grey-2));
|
|
939
|
+
}
|
|
940
|
+
.bg-navy{
|
|
941
|
+
background-color: hsl(var(--precision-ui-tw-navy));
|
|
942
|
+
}
|
|
943
|
+
.bg-navy-opacity-4{
|
|
944
|
+
background-color: hsl(var(--precision-ui-tw-navy-opacity-4));
|
|
945
|
+
}
|
|
946
|
+
.bg-navy-opacity-8{
|
|
947
|
+
background-color: hsl(var(--precision-ui-tw-navy-opacity-8));
|
|
948
|
+
}
|
|
949
|
+
.bg-popover{
|
|
950
|
+
background-color: hsl(var(--precision-ui-tw-popover));
|
|
951
|
+
}
|
|
952
|
+
.bg-red-500{
|
|
953
|
+
--precision-ui-tw-bg-opacity: 1;
|
|
954
|
+
background-color: rgb(239 68 68 / var(--precision-ui-tw-bg-opacity));
|
|
955
|
+
}
|
|
956
|
+
.bg-sapphire{
|
|
957
|
+
background-color: hsl(var(--precision-ui-tw-sapphire));
|
|
958
|
+
}
|
|
959
|
+
.bg-transparent{
|
|
960
|
+
background-color: transparent;
|
|
961
|
+
}
|
|
962
|
+
.bg-turquoise-opacity-16{
|
|
963
|
+
background-color: hsl(var(--precision-ui-tw-turquoise-opacity-16));
|
|
964
|
+
}
|
|
965
|
+
.bg-turquoise-opacity-20{
|
|
966
|
+
background-color: hsl(var(--precision-ui-tw-turquoise-opacity-20));
|
|
967
|
+
}
|
|
968
|
+
.bg-white{
|
|
969
|
+
--precision-ui-tw-bg-opacity: 1;
|
|
970
|
+
background-color: rgb(255 255 255 / var(--precision-ui-tw-bg-opacity));
|
|
971
|
+
}
|
|
972
|
+
.bg-whitish{
|
|
973
|
+
background-color: hsl(var(--precision-ui-tw-whitish));
|
|
974
|
+
}
|
|
975
|
+
.bg-whitish-opacity-16{
|
|
976
|
+
background-color: hsl(var(--precision-ui-tw-whitish-opacity-16));
|
|
977
|
+
}
|
|
978
|
+
.bg-whitish-opacity-32{
|
|
979
|
+
background-color: hsl(var(--precision-ui-tw-whitish-opacity-32));
|
|
980
|
+
}
|
|
981
|
+
.bg-whitish-opacity-8{
|
|
982
|
+
background-color: hsl(var(--precision-ui-tw-whitish-opacity-8));
|
|
983
|
+
}
|
|
984
|
+
.bg-gradient-to-b{
|
|
985
|
+
background-image: linear-gradient(to bottom, var(--precision-ui-tw-gradient-stops));
|
|
986
|
+
}
|
|
987
|
+
.from-navy{
|
|
988
|
+
--precision-ui-tw-gradient-from: hsl(var(--precision-ui-tw-navy)) var(--precision-ui-tw-gradient-from-position);
|
|
989
|
+
--precision-ui-tw-gradient-to: hsl(var(--precision-ui-tw-navy) / 0) var(--precision-ui-tw-gradient-to-position);
|
|
990
|
+
--precision-ui-tw-gradient-stops: var(--precision-ui-tw-gradient-from), var(--precision-ui-tw-gradient-to);
|
|
991
|
+
}
|
|
992
|
+
.to-sapphire{
|
|
993
|
+
--precision-ui-tw-gradient-to: hsl(var(--precision-ui-tw-sapphire)) var(--precision-ui-tw-gradient-to-position);
|
|
994
|
+
}
|
|
995
|
+
.object-contain{
|
|
996
|
+
-o-object-fit: contain;
|
|
997
|
+
object-fit: contain;
|
|
998
|
+
}
|
|
999
|
+
.p-0{
|
|
1000
|
+
padding: 0px;
|
|
1001
|
+
}
|
|
1002
|
+
.p-10{
|
|
1003
|
+
padding: 2.5rem;
|
|
1004
|
+
}
|
|
1005
|
+
.p-4{
|
|
1006
|
+
padding: 1rem;
|
|
1007
|
+
}
|
|
1008
|
+
.p-6{
|
|
1009
|
+
padding: 1.5rem;
|
|
1010
|
+
}
|
|
1011
|
+
.p-\[10px\]{
|
|
1012
|
+
padding: 10px;
|
|
1013
|
+
}
|
|
1014
|
+
.p-\[5px\]{
|
|
1015
|
+
padding: 5px;
|
|
1016
|
+
}
|
|
1017
|
+
.px-3{
|
|
1018
|
+
padding-left: 0.75rem;
|
|
1019
|
+
padding-right: 0.75rem;
|
|
1020
|
+
}
|
|
1021
|
+
.px-4{
|
|
1022
|
+
padding-left: 1rem;
|
|
1023
|
+
padding-right: 1rem;
|
|
1024
|
+
}
|
|
1025
|
+
.px-6{
|
|
1026
|
+
padding-left: 1.5rem;
|
|
1027
|
+
padding-right: 1.5rem;
|
|
1028
|
+
}
|
|
1029
|
+
.px-8{
|
|
1030
|
+
padding-left: 2rem;
|
|
1031
|
+
padding-right: 2rem;
|
|
1032
|
+
}
|
|
1033
|
+
.px-\[13\.5px\]{
|
|
1034
|
+
padding-left: 13.5px;
|
|
1035
|
+
padding-right: 13.5px;
|
|
1036
|
+
}
|
|
1037
|
+
.px-\[13px\]{
|
|
1038
|
+
padding-left: 13px;
|
|
1039
|
+
padding-right: 13px;
|
|
1040
|
+
}
|
|
1041
|
+
.px-\[18px\]{
|
|
1042
|
+
padding-left: 18px;
|
|
1043
|
+
padding-right: 18px;
|
|
1044
|
+
}
|
|
1045
|
+
.py-1{
|
|
1046
|
+
padding-top: 0.25rem;
|
|
1047
|
+
padding-bottom: 0.25rem;
|
|
1048
|
+
}
|
|
1049
|
+
.py-1\.5{
|
|
1050
|
+
padding-top: 0.375rem;
|
|
1051
|
+
padding-bottom: 0.375rem;
|
|
1052
|
+
}
|
|
1053
|
+
.py-2{
|
|
1054
|
+
padding-top: 0.5rem;
|
|
1055
|
+
padding-bottom: 0.5rem;
|
|
1056
|
+
}
|
|
1057
|
+
.py-4{
|
|
1058
|
+
padding-top: 1rem;
|
|
1059
|
+
padding-bottom: 1rem;
|
|
1060
|
+
}
|
|
1061
|
+
.py-\[11px\]{
|
|
1062
|
+
padding-top: 11px;
|
|
1063
|
+
padding-bottom: 11px;
|
|
1064
|
+
}
|
|
1065
|
+
.py-\[120px\]{
|
|
1066
|
+
padding-top: 120px;
|
|
1067
|
+
padding-bottom: 120px;
|
|
1068
|
+
}
|
|
1069
|
+
.py-\[15px\]{
|
|
1070
|
+
padding-top: 15px;
|
|
1071
|
+
padding-bottom: 15px;
|
|
1072
|
+
}
|
|
1073
|
+
.py-\[88px\]{
|
|
1074
|
+
padding-top: 88px;
|
|
1075
|
+
padding-bottom: 88px;
|
|
1076
|
+
}
|
|
1077
|
+
.pb-0{
|
|
1078
|
+
padding-bottom: 0px;
|
|
1079
|
+
}
|
|
1080
|
+
.pb-10{
|
|
1081
|
+
padding-bottom: 2.5rem;
|
|
1082
|
+
}
|
|
1083
|
+
.pb-32{
|
|
1084
|
+
padding-bottom: 8rem;
|
|
1085
|
+
}
|
|
1086
|
+
.pb-4{
|
|
1087
|
+
padding-bottom: 1rem;
|
|
1088
|
+
}
|
|
1089
|
+
.pb-6{
|
|
1090
|
+
padding-bottom: 1.5rem;
|
|
1091
|
+
}
|
|
1092
|
+
.pb-\[116px\]{
|
|
1093
|
+
padding-bottom: 116px;
|
|
1094
|
+
}
|
|
1095
|
+
.pb-\[11px\]{
|
|
1096
|
+
padding-bottom: 11px;
|
|
1097
|
+
}
|
|
1098
|
+
.pb-\[4px\]{
|
|
1099
|
+
padding-bottom: 4px;
|
|
1100
|
+
}
|
|
1101
|
+
.pb-\[76px\]{
|
|
1102
|
+
padding-bottom: 76px;
|
|
1103
|
+
}
|
|
1104
|
+
.pl-10{
|
|
1105
|
+
padding-left: 2.5rem;
|
|
1106
|
+
}
|
|
1107
|
+
.pl-4{
|
|
1108
|
+
padding-left: 1rem;
|
|
1109
|
+
}
|
|
1110
|
+
.pl-8{
|
|
1111
|
+
padding-left: 2rem;
|
|
1112
|
+
}
|
|
1113
|
+
.pr-10{
|
|
1114
|
+
padding-right: 2.5rem;
|
|
1115
|
+
}
|
|
1116
|
+
.pr-2{
|
|
1117
|
+
padding-right: 0.5rem;
|
|
1118
|
+
}
|
|
1119
|
+
.pr-20{
|
|
1120
|
+
padding-right: 5rem;
|
|
1121
|
+
}
|
|
1122
|
+
.pr-4{
|
|
1123
|
+
padding-right: 1rem;
|
|
1124
|
+
}
|
|
1125
|
+
.pr-8{
|
|
1126
|
+
padding-right: 2rem;
|
|
1127
|
+
}
|
|
1128
|
+
.pt-0{
|
|
1129
|
+
padding-top: 0px;
|
|
1130
|
+
}
|
|
1131
|
+
.pt-32{
|
|
1132
|
+
padding-top: 8rem;
|
|
1133
|
+
}
|
|
1134
|
+
.pt-4{
|
|
1135
|
+
padding-top: 1rem;
|
|
1136
|
+
}
|
|
1137
|
+
.pt-\[14px\]{
|
|
1138
|
+
padding-top: 14px;
|
|
1139
|
+
}
|
|
1140
|
+
.pt-\[9px\]{
|
|
1141
|
+
padding-top: 9px;
|
|
1142
|
+
}
|
|
1143
|
+
.text-center{
|
|
1144
|
+
text-align: center;
|
|
1145
|
+
}
|
|
1146
|
+
.align-middle{
|
|
1147
|
+
vertical-align: middle;
|
|
1148
|
+
}
|
|
1149
|
+
.text-sm{
|
|
1150
|
+
font-size: 0.875rem;
|
|
1151
|
+
line-height: 1.25rem;
|
|
1152
|
+
}
|
|
1153
|
+
.font-medium{
|
|
1154
|
+
font-weight: 500;
|
|
1155
|
+
}
|
|
1156
|
+
.leading-none{
|
|
1157
|
+
line-height: 1;
|
|
1158
|
+
}
|
|
1159
|
+
.tracking-tight{
|
|
1160
|
+
letter-spacing: -0.025em;
|
|
1161
|
+
}
|
|
1162
|
+
.text-black{
|
|
1163
|
+
--precision-ui-tw-text-opacity: 1;
|
|
1164
|
+
color: rgb(0 0 0 / var(--precision-ui-tw-text-opacity));
|
|
1165
|
+
}
|
|
1166
|
+
.text-blue-500{
|
|
1167
|
+
--precision-ui-tw-text-opacity: 1;
|
|
1168
|
+
color: rgb(59 130 246 / var(--precision-ui-tw-text-opacity));
|
|
1169
|
+
}
|
|
1170
|
+
.text-blue-900{
|
|
1171
|
+
--precision-ui-tw-text-opacity: 1;
|
|
1172
|
+
color: rgb(30 58 138 / var(--precision-ui-tw-text-opacity));
|
|
1173
|
+
}
|
|
1174
|
+
.text-current{
|
|
1175
|
+
color: currentColor;
|
|
1176
|
+
}
|
|
1177
|
+
.text-destructive{
|
|
1178
|
+
color: hsl(var(--precision-ui-tw-destructive));
|
|
1179
|
+
}
|
|
1180
|
+
.text-destructive-foreground{
|
|
1181
|
+
color: hsl(var(--precision-ui-tw-destructive-foreground));
|
|
1182
|
+
}
|
|
1183
|
+
.text-foreground{
|
|
1184
|
+
color: hsl(var(--precision-ui-tw-foreground));
|
|
1185
|
+
}
|
|
1186
|
+
.text-muted-foreground{
|
|
1187
|
+
color: hsl(var(--precision-ui-tw-muted-foreground));
|
|
1188
|
+
}
|
|
1189
|
+
.text-navy{
|
|
1190
|
+
color: hsl(var(--precision-ui-tw-navy));
|
|
1191
|
+
}
|
|
1192
|
+
.text-navy-opacity-40{
|
|
1193
|
+
color: hsl(var(--precision-ui-tw-navy-opacity-40));
|
|
1194
|
+
}
|
|
1195
|
+
.text-navy-opacity-60{
|
|
1196
|
+
color: hsl(var(--precision-ui-tw-navy-opacity-60));
|
|
1197
|
+
}
|
|
1198
|
+
.text-popover-foreground{
|
|
1199
|
+
color: hsl(var(--precision-ui-tw-popover-foreground));
|
|
1200
|
+
}
|
|
1201
|
+
.text-primary{
|
|
1202
|
+
color: hsl(var(--precision-ui-tw-primary));
|
|
1203
|
+
}
|
|
1204
|
+
.text-red-500{
|
|
1205
|
+
--precision-ui-tw-text-opacity: 1;
|
|
1206
|
+
color: rgb(239 68 68 / var(--precision-ui-tw-text-opacity));
|
|
1207
|
+
}
|
|
1208
|
+
.text-turquoise{
|
|
1209
|
+
color: hsl(var(--precision-ui-tw-turquoise));
|
|
1210
|
+
}
|
|
1211
|
+
.text-white{
|
|
1212
|
+
--precision-ui-tw-text-opacity: 1;
|
|
1213
|
+
color: rgb(255 255 255 / var(--precision-ui-tw-text-opacity));
|
|
1214
|
+
}
|
|
1215
|
+
.text-whitish{
|
|
1216
|
+
color: hsl(var(--precision-ui-tw-whitish));
|
|
1217
|
+
}
|
|
1218
|
+
.text-whitish-opacity-32{
|
|
1219
|
+
color: hsl(var(--precision-ui-tw-whitish-opacity-32));
|
|
1220
|
+
}
|
|
1221
|
+
.text-whitish-opacity-60{
|
|
1222
|
+
color: hsl(var(--precision-ui-tw-whitish-opacity-60));
|
|
1223
|
+
}
|
|
1224
|
+
.underline{
|
|
1225
|
+
text-decoration-line: underline;
|
|
1226
|
+
}
|
|
1227
|
+
.overline{
|
|
1228
|
+
text-decoration-line: overline;
|
|
1229
|
+
}
|
|
1230
|
+
.line-through{
|
|
1231
|
+
text-decoration-line: line-through;
|
|
1232
|
+
}
|
|
1233
|
+
.underline-offset-4{
|
|
1234
|
+
text-underline-offset: 4px;
|
|
1235
|
+
}
|
|
1236
|
+
.opacity-50{
|
|
1237
|
+
opacity: 0.5;
|
|
1238
|
+
}
|
|
1239
|
+
.shadow-md{
|
|
1240
|
+
--precision-ui-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1241
|
+
--precision-ui-tw-shadow-colored: 0 4px 6px -1px var(--precision-ui-tw-shadow-color), 0 2px 4px -2px var(--precision-ui-tw-shadow-color);
|
|
1242
|
+
box-shadow: var(--precision-ui-tw-ring-offset-shadow, 0 0 #0000), var(--precision-ui-tw-ring-shadow, 0 0 #0000), var(--precision-ui-tw-shadow);
|
|
1243
|
+
}
|
|
1244
|
+
.outline-none{
|
|
1245
|
+
outline: 2px solid transparent;
|
|
1246
|
+
outline-offset: 2px;
|
|
1247
|
+
}
|
|
1248
|
+
.outline{
|
|
1249
|
+
outline-style: solid;
|
|
1250
|
+
}
|
|
1251
|
+
.ring-offset-background{
|
|
1252
|
+
--precision-ui-tw-ring-offset-color: hsl(var(--precision-ui-tw-background));
|
|
1253
|
+
}
|
|
1254
|
+
.filter{
|
|
1255
|
+
filter: var(--precision-ui-tw-blur) var(--precision-ui-tw-brightness) var(--precision-ui-tw-contrast) var(--precision-ui-tw-grayscale) var(--precision-ui-tw-hue-rotate) var(--precision-ui-tw-invert) var(--precision-ui-tw-saturate) var(--precision-ui-tw-sepia) var(--precision-ui-tw-drop-shadow);
|
|
1256
|
+
}
|
|
1257
|
+
.backdrop-blur-\[8px\]{
|
|
1258
|
+
--precision-ui-tw-backdrop-blur: blur(8px);
|
|
1259
|
+
-webkit-backdrop-filter: var(--precision-ui-tw-backdrop-blur) var(--precision-ui-tw-backdrop-brightness) var(--precision-ui-tw-backdrop-contrast) var(--precision-ui-tw-backdrop-grayscale) var(--precision-ui-tw-backdrop-hue-rotate) var(--precision-ui-tw-backdrop-invert) var(--precision-ui-tw-backdrop-opacity) var(--precision-ui-tw-backdrop-saturate) var(--precision-ui-tw-backdrop-sepia);
|
|
1260
|
+
backdrop-filter: var(--precision-ui-tw-backdrop-blur) var(--precision-ui-tw-backdrop-brightness) var(--precision-ui-tw-backdrop-contrast) var(--precision-ui-tw-backdrop-grayscale) var(--precision-ui-tw-backdrop-hue-rotate) var(--precision-ui-tw-backdrop-invert) var(--precision-ui-tw-backdrop-opacity) var(--precision-ui-tw-backdrop-saturate) var(--precision-ui-tw-backdrop-sepia);
|
|
1261
|
+
}
|
|
1262
|
+
.transition-all{
|
|
1263
|
+
transition-property: all;
|
|
1264
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1265
|
+
transition-duration: 150ms;
|
|
1266
|
+
}
|
|
1267
|
+
.transition-colors{
|
|
1268
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1269
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1270
|
+
transition-duration: 150ms;
|
|
1271
|
+
}
|
|
1272
|
+
.transition-transform{
|
|
1273
|
+
transition-property: transform;
|
|
1274
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1275
|
+
transition-duration: 150ms;
|
|
1276
|
+
}
|
|
1277
|
+
.duration-0{
|
|
1278
|
+
transition-duration: 0s;
|
|
1279
|
+
}
|
|
1280
|
+
.duration-200{
|
|
1281
|
+
transition-duration: 200ms;
|
|
1282
|
+
}
|
|
1283
|
+
.duration-300{
|
|
1284
|
+
transition-duration: 300ms;
|
|
1285
|
+
}
|
|
1286
|
+
@keyframes enter{
|
|
1287
|
+
from{
|
|
1288
|
+
opacity: var(--precision-ui-tw-enter-opacity, 1);
|
|
1289
|
+
transform: translate3d(var(--precision-ui-tw-enter-translate-x, 0), var(--precision-ui-tw-enter-translate-y, 0), 0) scale3d(var(--precision-ui-tw-enter-scale, 1), var(--precision-ui-tw-enter-scale, 1), var(--precision-ui-tw-enter-scale, 1)) rotate(var(--precision-ui-tw-enter-rotate, 0));
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1292
|
+
@keyframes exit{
|
|
1293
|
+
to{
|
|
1294
|
+
opacity: var(--precision-ui-tw-exit-opacity, 1);
|
|
1295
|
+
transform: translate3d(var(--precision-ui-tw-exit-translate-x, 0), var(--precision-ui-tw-exit-translate-y, 0), 0) scale3d(var(--precision-ui-tw-exit-scale, 1), var(--precision-ui-tw-exit-scale, 1), var(--precision-ui-tw-exit-scale, 1)) rotate(var(--precision-ui-tw-exit-rotate, 0));
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
.animate-in{
|
|
1299
|
+
animation-name: enter;
|
|
1300
|
+
animation-duration: 150ms;
|
|
1301
|
+
--precision-ui-tw-enter-opacity: initial;
|
|
1302
|
+
--precision-ui-tw-enter-scale: initial;
|
|
1303
|
+
--precision-ui-tw-enter-rotate: initial;
|
|
1304
|
+
--precision-ui-tw-enter-translate-x: initial;
|
|
1305
|
+
--precision-ui-tw-enter-translate-y: initial;
|
|
1306
|
+
}
|
|
1307
|
+
.fade-in-0{
|
|
1308
|
+
--precision-ui-tw-enter-opacity: 0;
|
|
1309
|
+
}
|
|
1310
|
+
.zoom-in-95{
|
|
1311
|
+
--precision-ui-tw-enter-scale: .95;
|
|
1312
|
+
}
|
|
1313
|
+
.duration-0{
|
|
1314
|
+
animation-duration: 0s;
|
|
1315
|
+
}
|
|
1316
|
+
.duration-200{
|
|
1317
|
+
animation-duration: 200ms;
|
|
1318
|
+
}
|
|
1319
|
+
.duration-300{
|
|
1320
|
+
animation-duration: 300ms;
|
|
1321
|
+
}
|
|
1322
|
+
.type__base, .typo_variant_h6_content, .content h5,
|
|
1323
|
+
.content .h5, .typo_variant_h6, .content h6,
|
|
1324
|
+
.content .h6, .typo_variant_h5, .content h4,
|
|
1325
|
+
.content .h4, .typo_variant_h4, .content h3,
|
|
1326
|
+
.content .h3, .typo_variant_h3, .content h2,
|
|
1327
|
+
.content .h2, .typo_variant_h2, .content h1,
|
|
1328
|
+
.content .h1, .typo_variant_h1, .typo_variant_factoid {
|
|
1329
|
+
text-wrap: balance;
|
|
1330
|
+
}
|
|
1331
|
+
.typo_variant_factoid {
|
|
1332
|
+
font-family: "TT Commons";
|
|
1333
|
+
font-size: clamp(60px, 60px + 1.5vw, 76px);
|
|
1334
|
+
line-height: 1;
|
|
1335
|
+
letter-spacing: -1.52px;
|
|
1336
|
+
}
|
|
1337
|
+
@media only screen and (max-width: 768pxpx) {
|
|
1338
|
+
.typo_variant_factoid {
|
|
1339
|
+
color: pink;
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
.typo_variant_h1 {
|
|
1343
|
+
font-family: "TT Commons";
|
|
1344
|
+
font-size: clamp(60px, 60px + 1.5vw, 76px);
|
|
1345
|
+
line-height: 0.9;
|
|
1346
|
+
letter-spacing: -1.52px;
|
|
1347
|
+
}
|
|
1348
|
+
@media only screen and (max-width: 768pxpx) {
|
|
1349
|
+
.typo_variant_h1 {
|
|
1350
|
+
color: red;
|
|
1351
|
+
}
|
|
1352
|
+
}
|
|
1353
|
+
.typo_variant_h2, .content h1,
|
|
1354
|
+
.content .h1 {
|
|
1355
|
+
font-family: "TT Commons";
|
|
1356
|
+
font-size: clamp(45px, 45px + 1.5vw, 57px);
|
|
1357
|
+
line-height: 1;
|
|
1358
|
+
letter-spacing: -0.57px;
|
|
1359
|
+
}
|
|
1360
|
+
.typo_variant_h3, .content h2,
|
|
1361
|
+
.content .h2 {
|
|
1362
|
+
font-family: "TT Commons";
|
|
1363
|
+
font-size: clamp(35px, 35px + 1.5vw, 43px);
|
|
1364
|
+
line-height: 1;
|
|
1365
|
+
letter-spacing: normal;
|
|
1366
|
+
}
|
|
1367
|
+
.typo_variant_h4, .content h3,
|
|
1368
|
+
.content .h3 {
|
|
1369
|
+
font-family: "TT Commons";
|
|
1370
|
+
font-size: clamp(26px, 26px + 1.5vw, 32px);
|
|
1371
|
+
line-height: 1;
|
|
1372
|
+
letter-spacing: normal;
|
|
1373
|
+
}
|
|
1374
|
+
.typo_variant_h5, .content h4,
|
|
1375
|
+
.content .h4 {
|
|
1376
|
+
font-family: "TT Commons";
|
|
1377
|
+
font-size: clamp(19px, 19px + 1.5vw, 24px);
|
|
1378
|
+
line-height: 1.2;
|
|
1379
|
+
letter-spacing: normal;
|
|
1380
|
+
}
|
|
1381
|
+
.typo_variant_h6, .content h6,
|
|
1382
|
+
.content .h6 {
|
|
1383
|
+
font-family: "TT Commons";
|
|
1384
|
+
font-size: clamp(15px, 15px + 1.5vw, 18px);
|
|
1385
|
+
line-height: 1.2;
|
|
1386
|
+
letter-spacing: normal;
|
|
1387
|
+
}
|
|
1388
|
+
.typo_variant_h6_content, .content h5,
|
|
1389
|
+
.content .h5 {
|
|
1390
|
+
font-family: "TT Commons";
|
|
1391
|
+
font-size: clamp(15px, 15px + 1.5vw, 20px);
|
|
1392
|
+
line-height: 1.2;
|
|
1393
|
+
letter-spacing: normal;
|
|
1394
|
+
}
|
|
1395
|
+
/* Text Variants */
|
|
1396
|
+
.typo_variant_subtitle-1 {
|
|
1397
|
+
font-family: "TT Commons";
|
|
1398
|
+
font-size: clamp(16px, 16px + 1.5vw, 20px);
|
|
1399
|
+
line-height: 1.2;
|
|
1400
|
+
letter-spacing: normal;
|
|
1401
|
+
}
|
|
1402
|
+
.typo_variant_subtitle-2 {
|
|
1403
|
+
font-family: "TT Commons";
|
|
1404
|
+
font-size: clamp(15px, 15px + 1.5vw, 18px);
|
|
1405
|
+
line-height: 1.2;
|
|
1406
|
+
letter-spacing: normal;
|
|
1407
|
+
}
|
|
1408
|
+
.typo_variant_overline {
|
|
1409
|
+
font-family: "TT Commons";
|
|
1410
|
+
font-size: clamp(12px, 12px + 1.5vw, 15px);
|
|
1411
|
+
line-height: 1.2;
|
|
1412
|
+
letter-spacing: 0.225px;
|
|
1413
|
+
text-transform: uppercase;
|
|
1414
|
+
}
|
|
1415
|
+
.typo_variant_lead-text {
|
|
1416
|
+
font-family: "TT Commons";
|
|
1417
|
+
font-size: clamp(22px, 22px + 1.5vw, 27px);
|
|
1418
|
+
line-height: 1.1;
|
|
1419
|
+
letter-spacing: normal;
|
|
1420
|
+
}
|
|
1421
|
+
.typo_variant_body, a.doc-with-icon, .content ol,
|
|
1422
|
+
.content ul, .content p {
|
|
1423
|
+
font-family: "TT Commons";
|
|
1424
|
+
font-size: clamp(16px, 16px + 1.5vw, 20px);
|
|
1425
|
+
line-height: 1.25;
|
|
1426
|
+
letter-spacing: normal;
|
|
1427
|
+
}
|
|
1428
|
+
.typo_variant_small-body {
|
|
1429
|
+
font-family: "TT Commons";
|
|
1430
|
+
font-size: clamp(14px, 14px + 1.5vw, 18px);
|
|
1431
|
+
line-height: 1.3;
|
|
1432
|
+
letter-spacing: normal;
|
|
1433
|
+
}
|
|
1434
|
+
.typo_variant_caption {
|
|
1435
|
+
font-family: "TT Commons";
|
|
1436
|
+
font-size: clamp(12px, 12px + 1.5vw, 16px);
|
|
1437
|
+
line-height: 1.2;
|
|
1438
|
+
letter-spacing: normal;
|
|
1439
|
+
}
|
|
1440
|
+
.typo_variant_button, .typo_variant_link {
|
|
1441
|
+
font-family: "TT Commons";
|
|
1442
|
+
font-size: clamp(15px, 15px + 1.5vw, 18px);
|
|
1443
|
+
line-height: 1;
|
|
1444
|
+
letter-spacing: normal;
|
|
1445
|
+
}
|
|
1446
|
+
.content b,
|
|
1447
|
+
.content strong {
|
|
1448
|
+
font-weight: 500;
|
|
1449
|
+
text-shadow: 0 0 0.5px hsla(var(--precision-ui-tw-navy));
|
|
1450
|
+
}
|
|
1451
|
+
.content p + p, .content p + ol, .content p + ul, .content p + div, .content p + blockquote,
|
|
1452
|
+
.content ol + p,
|
|
1453
|
+
.content ol + ol,
|
|
1454
|
+
.content ol + ul,
|
|
1455
|
+
.content ol + div,
|
|
1456
|
+
.content ol + blockquote,
|
|
1457
|
+
.content ul + p,
|
|
1458
|
+
.content ul + ol,
|
|
1459
|
+
.content ul + ul,
|
|
1460
|
+
.content ul + div,
|
|
1461
|
+
.content ul + blockquote,
|
|
1462
|
+
.content div + p,
|
|
1463
|
+
.content div + ol,
|
|
1464
|
+
.content div + ul,
|
|
1465
|
+
.content div + div,
|
|
1466
|
+
.content div + blockquote {
|
|
1467
|
+
margin-top: 1.4rem;
|
|
1468
|
+
}
|
|
1469
|
+
.content h6,
|
|
1470
|
+
.content .h6 {
|
|
1471
|
+
font-weight: 500;
|
|
1472
|
+
}
|
|
1473
|
+
.content a {
|
|
1474
|
+
color: hsla(var(--precision-ui-tw-turquoise));
|
|
1475
|
+
}
|
|
1476
|
+
.content a.more-link {
|
|
1477
|
+
color: hsla(var(--precision-ui-tw-navy));
|
|
1478
|
+
}
|
|
1479
|
+
.content .table-of-contents a {
|
|
1480
|
+
color: hsla(var(--precision-ui-tw-navy));
|
|
1481
|
+
}
|
|
1482
|
+
.content .table-of-contents a:hover {
|
|
1483
|
+
background-image: linear-gradient(to top, hsl(var(--precision-ui-tw-navy)) 1px, transparent 1px);
|
|
1484
|
+
}
|
|
1485
|
+
.content ul {
|
|
1486
|
+
position: relative;
|
|
1487
|
+
}
|
|
1488
|
+
.content ul > li {
|
|
1489
|
+
position: relative;
|
|
1490
|
+
padding-left: 20px;
|
|
1491
|
+
margin-bottom: 8px;
|
|
1492
|
+
}
|
|
1493
|
+
.content ul > li::before {
|
|
1494
|
+
content: "—";
|
|
1495
|
+
position: absolute;
|
|
1496
|
+
left: 0;
|
|
1497
|
+
color: hsla(var(--precision-ui-tw-navy-opacity-60));
|
|
1498
|
+
}
|
|
1499
|
+
.content ul > li > ol {
|
|
1500
|
+
padding-left: 40px;
|
|
1501
|
+
}
|
|
1502
|
+
ol {
|
|
1503
|
+
position: relative;
|
|
1504
|
+
padding-left: 20px;
|
|
1505
|
+
list-style: decimal;
|
|
1506
|
+
}
|
|
1507
|
+
ol li {
|
|
1508
|
+
position: relative;
|
|
1509
|
+
margin-bottom: 16px;
|
|
1510
|
+
}
|
|
1511
|
+
ol li::marker {
|
|
1512
|
+
color: hsla(var(--precision-ui-tw-navy-opacity-60));
|
|
1513
|
+
}
|
|
1514
|
+
ol li:last-child {
|
|
1515
|
+
margin-bottom: 0;
|
|
1516
|
+
}
|
|
1517
|
+
.text-whitish-opacity-60.content ul li::before {
|
|
1518
|
+
color: hsla(var(--precision-ui-tw-whitish-opacity-60));
|
|
1519
|
+
}
|
|
1520
|
+
.content h1,
|
|
1521
|
+
.content .h1 {
|
|
1522
|
+
margin-top: 3.6rem;
|
|
1523
|
+
margin-bottom: 1.2rem;
|
|
1524
|
+
}
|
|
1525
|
+
.content h2,
|
|
1526
|
+
.content .h2 {
|
|
1527
|
+
margin-top: 3rem;
|
|
1528
|
+
margin-bottom: 1.2rem;
|
|
1529
|
+
}
|
|
1530
|
+
.content h3,
|
|
1531
|
+
.content .h3 {
|
|
1532
|
+
margin-top: 2.4rem;
|
|
1533
|
+
margin-bottom: 1.2rem;
|
|
1534
|
+
}
|
|
1535
|
+
.content h4,
|
|
1536
|
+
.content .h4 {
|
|
1537
|
+
margin-top: 1.8rem;
|
|
1538
|
+
margin-bottom: 0.9rem;
|
|
1539
|
+
}
|
|
1540
|
+
.content h5,
|
|
1541
|
+
.content .h5 {
|
|
1542
|
+
margin-top: 1.5rem;
|
|
1543
|
+
margin-bottom: 0.6rem;
|
|
1544
|
+
}
|
|
1545
|
+
.content h6,
|
|
1546
|
+
.content .h6 {
|
|
1547
|
+
margin-top: 1.2rem;
|
|
1548
|
+
margin-bottom: 0.3rem;
|
|
1549
|
+
}
|
|
1550
|
+
html {
|
|
1551
|
+
font-size: 16px;
|
|
1552
|
+
/* FIXME: it was 20, explore and fix if needed */
|
|
1553
|
+
}
|
|
1554
|
+
body {
|
|
1555
|
+
font-family: "TT Commons", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
|
1556
|
+
/* font-feature-settings: "rlig" 1, "calt" 1; */
|
|
1557
|
+
color: hsl(var(--precision-ui-tw-navy));
|
|
1558
|
+
background: hsl(var(--precision-ui-tw-grey-1));
|
|
1559
|
+
/* background: linear-gradient(
|
|
1560
|
+
to bottom,
|
|
1561
|
+
transparent,
|
|
1562
|
+
rgb(var(--background-end-rgb))
|
|
1563
|
+
)
|
|
1564
|
+
rgb(var(--background-start-rgb)); */
|
|
1565
|
+
}
|
|
1566
|
+
.bg-link-gradient, .bg-link-white-gradient,
|
|
1567
|
+
.link_navy,
|
|
1568
|
+
.link_white {
|
|
1569
|
+
position: relative;
|
|
1570
|
+
}
|
|
1571
|
+
.bg-link-gradient::before, .bg-link-white-gradient::before,
|
|
1572
|
+
.link_navy::before,
|
|
1573
|
+
.link_white::before {
|
|
1574
|
+
content: "";
|
|
1575
|
+
position: absolute;
|
|
1576
|
+
left: 0;
|
|
1577
|
+
right: 0;
|
|
1578
|
+
bottom: 0;
|
|
1579
|
+
background-image: linear-gradient(to top, transparent 1px, transparent 1px);
|
|
1580
|
+
/* background-image: linear-gradient(to top, rgba(255,137,106,.3) 1px, transparent 1px); */
|
|
1581
|
+
background-repeat: repeat-x;
|
|
1582
|
+
/* background-position: 0 -3px; */
|
|
1583
|
+
height: 1px;
|
|
1584
|
+
width: 100%;
|
|
1585
|
+
transition: all ease 0.3s;
|
|
1586
|
+
}
|
|
1587
|
+
body {
|
|
1588
|
+
overflow-x: hidden; /* Prevent horizontal scroll */
|
|
1589
|
+
margin: 0; /* Reset margin */
|
|
1590
|
+
}
|
|
1591
|
+
.menu-open #main-content {
|
|
1592
|
+
transform: translateX(300px); /* Adjust this value based on your side menu width */
|
|
1593
|
+
}
|
|
1594
|
+
#main-content {
|
|
1595
|
+
transition: transform 0.6s ease;
|
|
1596
|
+
}
|
|
1597
|
+
.section-gradient {
|
|
1598
|
+
background: linear-gradient(to right, --precision-ui-tw-primary, --precision-ui-tw-secondary);
|
|
1599
|
+
}
|
|
1600
|
+
.right-divider, .right-divider_with-tongue::before {
|
|
1601
|
+
position: relative;
|
|
1602
|
+
}
|
|
1603
|
+
.right-divider::before, .right-divider_with-tongue::before {
|
|
1604
|
+
content: "";
|
|
1605
|
+
position: absolute;
|
|
1606
|
+
right: 0;
|
|
1607
|
+
bottom: 0;
|
|
1608
|
+
top: 0;
|
|
1609
|
+
height: 100%;
|
|
1610
|
+
width: 1px;
|
|
1611
|
+
background: hsla(var(--precision-ui-tw-whitish-opacity-24)); /* TODO: 20 on figma, not in ui kit */
|
|
1612
|
+
}
|
|
1613
|
+
.right-divider_with-tongue {
|
|
1614
|
+
position: relative;
|
|
1615
|
+
}
|
|
1616
|
+
.right-divider_with-tongue::after {
|
|
1617
|
+
content: "";
|
|
1618
|
+
position: absolute;
|
|
1619
|
+
right: 0;
|
|
1620
|
+
bottom: 0;
|
|
1621
|
+
top: 63%;
|
|
1622
|
+
height: 1px;
|
|
1623
|
+
width: 24px;
|
|
1624
|
+
background: hsla(var(--precision-ui-tw-whitish-opacity-24));
|
|
1625
|
+
}
|
|
1626
|
+
.achievement-divider {
|
|
1627
|
+
position: relative;
|
|
1628
|
+
}
|
|
1629
|
+
.achievement-divider::after {
|
|
1630
|
+
content: "";
|
|
1631
|
+
position: absolute;
|
|
1632
|
+
right: -8px;
|
|
1633
|
+
bottom: 0;
|
|
1634
|
+
top: 0;
|
|
1635
|
+
height: 100%;
|
|
1636
|
+
width: 1px;
|
|
1637
|
+
background: hsla(var(--precision-ui-tw-navy-opacity-16));
|
|
1638
|
+
}
|
|
1639
|
+
.input-container, .input-container_variant_blue:hover::before, .input-container_variant_blue::before, .input-container_variant_default:hover::before, .input-container_variant_default::before {
|
|
1640
|
+
position: relative;
|
|
1641
|
+
}
|
|
1642
|
+
.input-container::before, .input-container_variant_blue:hover::before, .input-container_variant_blue::before, .input-container_variant_default:hover::before, .input-container_variant_default::before {
|
|
1643
|
+
content: "";
|
|
1644
|
+
position: absolute;
|
|
1645
|
+
left: 8px;
|
|
1646
|
+
bottom: 0;
|
|
1647
|
+
height: 1px;
|
|
1648
|
+
width: calc(100% - 16px);
|
|
1649
|
+
background: transparent;
|
|
1650
|
+
transition: all ease 0.3s;
|
|
1651
|
+
/* background: hsla(var(--precision-ui-tw-navy-opacity-32)); */
|
|
1652
|
+
/* background: red; */
|
|
1653
|
+
}
|
|
1654
|
+
.input-container_variant_default::before {
|
|
1655
|
+
background: hsla(var(--precision-ui-tw-navy-opacity-16));
|
|
1656
|
+
}
|
|
1657
|
+
.input-container_variant_default:hover::before {
|
|
1658
|
+
background: hsla(var(--precision-ui-tw-navy));
|
|
1659
|
+
}
|
|
1660
|
+
.input-container_variant_blue::before {
|
|
1661
|
+
background: hsla(var(--precision-ui-tw-whitish-opacity-32));
|
|
1662
|
+
}
|
|
1663
|
+
.input-container_variant_blue:hover::before {
|
|
1664
|
+
background: hsla(var(--precision-ui-tw-whitish));
|
|
1665
|
+
}
|
|
1666
|
+
.horizontal-white-divider-on-center {
|
|
1667
|
+
position: relative;
|
|
1668
|
+
}
|
|
1669
|
+
.horizontal-white-divider-on-center::before {
|
|
1670
|
+
content: "";
|
|
1671
|
+
position: absolute;
|
|
1672
|
+
left: 0;
|
|
1673
|
+
right: 0;
|
|
1674
|
+
top: 50%;
|
|
1675
|
+
height: 1px;
|
|
1676
|
+
width: 100%;
|
|
1677
|
+
background: hsla(var(--precision-ui-tw-whitish-opacity-16));
|
|
1678
|
+
}
|
|
1679
|
+
/* TODO: rename */
|
|
1680
|
+
.vertical-white-divider-on-center {
|
|
1681
|
+
position: relative;
|
|
1682
|
+
}
|
|
1683
|
+
.vertical-white-divider-on-center::before {
|
|
1684
|
+
content: "";
|
|
1685
|
+
position: absolute;
|
|
1686
|
+
top: 0;
|
|
1687
|
+
bottom: 0;
|
|
1688
|
+
left: 50%;
|
|
1689
|
+
height: 88px;
|
|
1690
|
+
width: 1px;
|
|
1691
|
+
background: hsla(var(--precision-ui-tw-whitish-opacity-16));
|
|
1692
|
+
}
|
|
1693
|
+
.author-card {
|
|
1694
|
+
transition: transform 0.2s ease;
|
|
1695
|
+
/* will-change: transform; */
|
|
1696
|
+
}
|
|
1697
|
+
.author-card:hover {
|
|
1698
|
+
transform: scale3d(1.02, 1.02, 1.02);
|
|
1699
|
+
}
|
|
1700
|
+
.breadcrumbs {
|
|
1701
|
+
overflow: hidden;
|
|
1702
|
+
counter-reset: list-item;
|
|
1703
|
+
list-style: none;
|
|
1704
|
+
padding: 0;
|
|
1705
|
+
}
|
|
1706
|
+
.breadcrumbs li {
|
|
1707
|
+
position: relative;
|
|
1708
|
+
display: flex;
|
|
1709
|
+
}
|
|
1710
|
+
.breadcrumbs li:before {
|
|
1711
|
+
counter-increment: list-item;
|
|
1712
|
+
content: "";
|
|
1713
|
+
display: block;
|
|
1714
|
+
width: calc(var(--counter, 1) * 1rem - 1rem);
|
|
1715
|
+
height: 1px;
|
|
1716
|
+
margin-left: -1rem;
|
|
1717
|
+
}
|
|
1718
|
+
.breadcrumbs li:last-child .breadcrumb::before {
|
|
1719
|
+
background: hsla(var(--precision-ui-tw-whitish));
|
|
1720
|
+
}
|
|
1721
|
+
.breadcrumbs li:last-child .breadcrumb::after {
|
|
1722
|
+
display: none;
|
|
1723
|
+
}
|
|
1724
|
+
.breadcrumb {
|
|
1725
|
+
position: relative;
|
|
1726
|
+
padding-left: 2rem;
|
|
1727
|
+
/* padding-left: calc((var(--counter, 1) * 1rem) + 1rem); */
|
|
1728
|
+
}
|
|
1729
|
+
.breadcrumb::before {
|
|
1730
|
+
content: "";
|
|
1731
|
+
position: absolute;
|
|
1732
|
+
left: 1rem;
|
|
1733
|
+
/* bottom: 0.5rem; */
|
|
1734
|
+
top: 0.33rem;
|
|
1735
|
+
height: 5px;
|
|
1736
|
+
width: 5px;
|
|
1737
|
+
background: hsla(var(--precision-ui-tw-whitish-opacity-40));
|
|
1738
|
+
}
|
|
1739
|
+
.breadcrumb::after {
|
|
1740
|
+
content: "";
|
|
1741
|
+
position: absolute;
|
|
1742
|
+
left: 1.15rem;
|
|
1743
|
+
top: 0.65rem;
|
|
1744
|
+
height: 150px;
|
|
1745
|
+
width: 1px;
|
|
1746
|
+
background: transparent;
|
|
1747
|
+
/* border-left: 1px dashed hsla(var(--precision-ui-tw-whitish-opacity-40)); */
|
|
1748
|
+
background-image: linear-gradient(hsla(var(--precision-ui-tw-whitish-opacity-40)) 53%, rgba(255, 255, 255, 0) 0%);
|
|
1749
|
+
background-position: right;
|
|
1750
|
+
background-size: 1px 10px;
|
|
1751
|
+
background-repeat: repeat-y;
|
|
1752
|
+
}
|
|
1753
|
+
@property --myColor1 {
|
|
1754
|
+
syntax: "<color>";
|
|
1755
|
+
initial-value: #012b7a;
|
|
1756
|
+
inherits: false;
|
|
1757
|
+
}
|
|
1758
|
+
@property --myColor2 {
|
|
1759
|
+
syntax: "<color>";
|
|
1760
|
+
initial-value: #024fe0;
|
|
1761
|
+
inherits: false;
|
|
1762
|
+
}
|
|
1763
|
+
.primary-gradient {
|
|
1764
|
+
/* background: linear-gradient(180deg, hsl(var(--precision-ui-tw-navy)) 0%, hsl(var(--precision-ui-tw-sapphire)) 100%); */
|
|
1765
|
+
/* transition: all ease .3s; */
|
|
1766
|
+
background: linear-gradient(var(--myColor1), var(--myColor2));
|
|
1767
|
+
transition: --myColor1 0.3s, --myColor2 0.3s, bottom 0.3s;
|
|
1768
|
+
}
|
|
1769
|
+
.primary-gradient:hover {
|
|
1770
|
+
/* background: linear-gradient(180deg, hsl(var(--precision-ui-tw-sapphire)) 0%, hsl(var(--precision-ui-tw-navy)) 100%) */
|
|
1771
|
+
/* --myColor1: red; */
|
|
1772
|
+
--myColor1: #024fe0;
|
|
1773
|
+
/* --myColor2: #E1AF2F; */
|
|
1774
|
+
--myColor2: #012b7a;
|
|
1775
|
+
}
|
|
1776
|
+
.iit-link {
|
|
1777
|
+
color: hsl(var(--precision-ui-tw-turquoise));
|
|
1778
|
+
}
|
|
1779
|
+
/* not used */
|
|
1780
|
+
.card-animation1 {
|
|
1781
|
+
position: relative;
|
|
1782
|
+
}
|
|
1783
|
+
.card-animation1::before {
|
|
1784
|
+
width: 100%;
|
|
1785
|
+
height: 100%;
|
|
1786
|
+
border-radius: 8px;
|
|
1787
|
+
position: absolute;
|
|
1788
|
+
top: 0;
|
|
1789
|
+
left: 0;
|
|
1790
|
+
padding: 0;
|
|
1791
|
+
content: "";
|
|
1792
|
+
background: white;
|
|
1793
|
+
transition-timing-function: ease-out;
|
|
1794
|
+
transition-duration: 0.15s;
|
|
1795
|
+
transition-property: padding, top, left;
|
|
1796
|
+
}
|
|
1797
|
+
.card-animation1:hover::before {
|
|
1798
|
+
padding: 4px;
|
|
1799
|
+
top: -4px;
|
|
1800
|
+
left: -4px;
|
|
1801
|
+
}
|
|
1802
|
+
a.doc-with-icon {
|
|
1803
|
+
position: relative;
|
|
1804
|
+
background: hsl(var(--precision-ui-tw-navy-opacity-4));
|
|
1805
|
+
color: hsl(var(--precision-ui-tw-navy));
|
|
1806
|
+
padding: 8px 16px;
|
|
1807
|
+
padding-left: 8px;
|
|
1808
|
+
display: inline-flex;
|
|
1809
|
+
align-items: center;
|
|
1810
|
+
gap: 8px;
|
|
1811
|
+
border: 1px solid transparent;
|
|
1812
|
+
border-radius: 8px;
|
|
1813
|
+
margin-top: 16px;
|
|
1814
|
+
margin-bottom: 24px;
|
|
1815
|
+
}
|
|
1816
|
+
a.doc-with-icon::before {
|
|
1817
|
+
display: block;
|
|
1818
|
+
content: url("/icons/file_download.svg");
|
|
1819
|
+
width: 32px;
|
|
1820
|
+
height: 32px;
|
|
1821
|
+
}
|
|
1822
|
+
a.doc-with-icon:hover {
|
|
1823
|
+
background: hsl(var(--precision-ui-tw-navy-opacity-8));
|
|
1824
|
+
border: 1px solid hsl(var(--precision-ui-tw-navy-opacity-16));
|
|
1825
|
+
}
|
|
1826
|
+
.mix_mb_0 {
|
|
1827
|
+
margin-bottom: 0 !important;
|
|
1828
|
+
}
|
|
1829
|
+
@media screen and (min-width: 1280px) {
|
|
1830
|
+
.mix_min-h_420 {
|
|
1831
|
+
min-height: 420px;
|
|
1832
|
+
}
|
|
1833
|
+
}
|
|
1834
|
+
html {
|
|
1835
|
+
--detail-medium-contrast: rgb(234, 234, 234);
|
|
1836
|
+
--background-site: rgb(249, 249, 249);
|
|
1837
|
+
--text-body: rgb(54, 49, 61);
|
|
1838
|
+
}
|
|
1839
|
+
.embla__progress {
|
|
1840
|
+
border-radius: 1.8rem;
|
|
1841
|
+
box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
|
|
1842
|
+
background-color: var(--background-site);
|
|
1843
|
+
position: relative;
|
|
1844
|
+
height: 0.6rem;
|
|
1845
|
+
justify-self: flex-end;
|
|
1846
|
+
align-self: center;
|
|
1847
|
+
width: 13rem;
|
|
1848
|
+
max-width: 90%;
|
|
1849
|
+
overflow: hidden;
|
|
1850
|
+
}
|
|
1851
|
+
.embla__progress__bar {
|
|
1852
|
+
background-color: var(--text-body);
|
|
1853
|
+
position: absolute;
|
|
1854
|
+
width: 100%;
|
|
1855
|
+
top: 0;
|
|
1856
|
+
bottom: 0;
|
|
1857
|
+
left: -100%;
|
|
1858
|
+
}
|
|
1859
|
+
.embla__dots {
|
|
1860
|
+
display: flex;
|
|
1861
|
+
flex-wrap: wrap;
|
|
1862
|
+
justify-content: flex-end;
|
|
1863
|
+
align-items: center;
|
|
1864
|
+
margin-right: -0.6rem;
|
|
1865
|
+
}
|
|
1866
|
+
.embla__dot {
|
|
1867
|
+
-webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
|
|
1868
|
+
-webkit-appearance: none;
|
|
1869
|
+
-moz-appearance: none;
|
|
1870
|
+
appearance: none;
|
|
1871
|
+
background-color: transparent;
|
|
1872
|
+
touch-action: manipulation;
|
|
1873
|
+
display: inline-flex;
|
|
1874
|
+
text-decoration: none;
|
|
1875
|
+
cursor: pointer;
|
|
1876
|
+
border: 0;
|
|
1877
|
+
padding: 0;
|
|
1878
|
+
margin: 0;
|
|
1879
|
+
width: 2.6rem;
|
|
1880
|
+
height: 2.6rem;
|
|
1881
|
+
display: flex;
|
|
1882
|
+
align-items: center;
|
|
1883
|
+
justify-content: center;
|
|
1884
|
+
border-radius: 50%;
|
|
1885
|
+
}
|
|
1886
|
+
.embla__dot:after {
|
|
1887
|
+
box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
|
|
1888
|
+
width: 1.4rem;
|
|
1889
|
+
height: 1.4rem;
|
|
1890
|
+
border-radius: 50%;
|
|
1891
|
+
display: flex;
|
|
1892
|
+
align-items: center;
|
|
1893
|
+
content: "";
|
|
1894
|
+
}
|
|
1895
|
+
.embla__dot--selected:after {
|
|
1896
|
+
box-shadow: inset 0 0 0 0.2rem var(--text-body);
|
|
1897
|
+
}
|
|
1898
|
+
@keyframes float {
|
|
1899
|
+
0% {
|
|
1900
|
+
transform: translatey(0px) perspective(400px) rotate3d(1, -1, 0, -8deg);
|
|
1901
|
+
}
|
|
1902
|
+
50% {
|
|
1903
|
+
/* transform: translatey(-15px); */
|
|
1904
|
+
transform: translatey(-15px) perspective(400px) rotate3d(1, -1, 0, 8deg);
|
|
1905
|
+
}
|
|
1906
|
+
/* 90% {
|
|
1907
|
+
transform: translatey(0px);
|
|
1908
|
+
} */
|
|
1909
|
+
100% {
|
|
1910
|
+
transform: translatey(0px) perspective(400px) rotate3d(1, -1, 0, -8deg);
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
1913
|
+
.floating {
|
|
1914
|
+
animation: float 6s ease-in-out infinite;
|
|
1915
|
+
/* animation-delay: 1s; */
|
|
1916
|
+
}
|
|
1917
|
+
.file\:border-0::file-selector-button{
|
|
1918
|
+
border-width: 0px;
|
|
1919
|
+
}
|
|
1920
|
+
.file\:bg-transparent::file-selector-button{
|
|
1921
|
+
background-color: transparent;
|
|
1922
|
+
}
|
|
1923
|
+
.file\:text-sm::file-selector-button{
|
|
1924
|
+
font-size: 0.875rem;
|
|
1925
|
+
line-height: 1.25rem;
|
|
1926
|
+
}
|
|
1927
|
+
.file\:font-medium::file-selector-button{
|
|
1928
|
+
font-weight: 500;
|
|
1929
|
+
}
|
|
1930
|
+
.placeholder\:text-muted-foreground::-moz-placeholder{
|
|
1931
|
+
color: hsl(var(--precision-ui-tw-muted-foreground));
|
|
1932
|
+
}
|
|
1933
|
+
.placeholder\:text-muted-foreground::placeholder{
|
|
1934
|
+
color: hsl(var(--precision-ui-tw-muted-foreground));
|
|
1935
|
+
}
|
|
1936
|
+
.hover\:bottom-1:hover{
|
|
1937
|
+
bottom: 0.25rem;
|
|
1938
|
+
}
|
|
1939
|
+
.hover\:bottom-2:hover{
|
|
1940
|
+
bottom: 0.5rem;
|
|
1941
|
+
}
|
|
1942
|
+
.hover\:cursor-pointer:hover{
|
|
1943
|
+
cursor: pointer;
|
|
1944
|
+
}
|
|
1945
|
+
.hover\:rounded-\[24px\]:hover{
|
|
1946
|
+
border-radius: 24px;
|
|
1947
|
+
}
|
|
1948
|
+
.hover\:bg-accent:hover{
|
|
1949
|
+
background-color: hsl(var(--precision-ui-tw-accent));
|
|
1950
|
+
}
|
|
1951
|
+
.hover\:bg-destructive\/90:hover{
|
|
1952
|
+
background-color: hsl(var(--precision-ui-tw-destructive) / 0.9);
|
|
1953
|
+
}
|
|
1954
|
+
.hover\:bg-navy:hover{
|
|
1955
|
+
background-color: hsl(var(--precision-ui-tw-navy));
|
|
1956
|
+
}
|
|
1957
|
+
.hover\:bg-navy-opacity-4:hover{
|
|
1958
|
+
background-color: hsl(var(--precision-ui-tw-navy-opacity-4));
|
|
1959
|
+
}
|
|
1960
|
+
.hover\:bg-navy-opacity-4-absolute:hover{
|
|
1961
|
+
background-color: hsl(var(--precision-ui-tw-navy-opacity-4-absolute));
|
|
1962
|
+
}
|
|
1963
|
+
.hover\:bg-navy-opacity-8:hover{
|
|
1964
|
+
background-color: hsl(var(--precision-ui-tw-navy-opacity-8));
|
|
1965
|
+
}
|
|
1966
|
+
.hover\:bg-sapphire-hover:hover{
|
|
1967
|
+
background-color: hsl(var(--precision-ui-tw-sapphire-hover));
|
|
1968
|
+
}
|
|
1969
|
+
.hover\:bg-white:hover{
|
|
1970
|
+
--precision-ui-tw-bg-opacity: 1;
|
|
1971
|
+
background-color: rgb(255 255 255 / var(--precision-ui-tw-bg-opacity));
|
|
1972
|
+
}
|
|
1973
|
+
.hover\:bg-whitish-opacity-16:hover{
|
|
1974
|
+
background-color: hsl(var(--precision-ui-tw-whitish-opacity-16));
|
|
1975
|
+
}
|
|
1976
|
+
.hover\:bg-whitish-opacity-24:hover{
|
|
1977
|
+
background-color: hsl(var(--precision-ui-tw-whitish-opacity-24));
|
|
1978
|
+
}
|
|
1979
|
+
.hover\:bg-whitish-opacity-80:hover{
|
|
1980
|
+
background-color: hsl(var(--precision-ui-tw-whitish-opacity-80));
|
|
1981
|
+
}
|
|
1982
|
+
.hover\:from-sapphire:hover{
|
|
1983
|
+
--precision-ui-tw-gradient-from: hsl(var(--precision-ui-tw-sapphire)) var(--precision-ui-tw-gradient-from-position);
|
|
1984
|
+
--precision-ui-tw-gradient-to: hsl(var(--precision-ui-tw-sapphire) / 0) var(--precision-ui-tw-gradient-to-position);
|
|
1985
|
+
--precision-ui-tw-gradient-stops: var(--precision-ui-tw-gradient-from), var(--precision-ui-tw-gradient-to);
|
|
1986
|
+
}
|
|
1987
|
+
.hover\:to-navy:hover{
|
|
1988
|
+
--precision-ui-tw-gradient-to: hsl(var(--precision-ui-tw-navy)) var(--precision-ui-tw-gradient-to-position);
|
|
1989
|
+
}
|
|
1990
|
+
.hover\:text-accent-foreground:hover{
|
|
1991
|
+
color: hsl(var(--precision-ui-tw-accent-foreground));
|
|
1992
|
+
}
|
|
1993
|
+
.hover\:text-navy:hover{
|
|
1994
|
+
color: hsl(var(--precision-ui-tw-navy));
|
|
1995
|
+
}
|
|
1996
|
+
.hover\:text-whitish-opacity-60:hover{
|
|
1997
|
+
color: hsl(var(--precision-ui-tw-whitish-opacity-60));
|
|
1998
|
+
}
|
|
1999
|
+
.hover\:underline:hover{
|
|
2000
|
+
text-decoration-line: underline;
|
|
2001
|
+
}
|
|
2002
|
+
.focus\:border-navy:focus{
|
|
2003
|
+
border-color: hsl(var(--precision-ui-tw-navy));
|
|
2004
|
+
}
|
|
2005
|
+
.focus\:border-white:focus{
|
|
2006
|
+
--precision-ui-tw-border-opacity: 1;
|
|
2007
|
+
border-color: rgb(255 255 255 / var(--precision-ui-tw-border-opacity));
|
|
2008
|
+
}
|
|
2009
|
+
.focus\:outline-none:focus{
|
|
2010
|
+
outline: 2px solid transparent;
|
|
2011
|
+
outline-offset: 2px;
|
|
2012
|
+
}
|
|
2013
|
+
.focus-visible\:outline-none:focus-visible{
|
|
2014
|
+
outline: 2px solid transparent;
|
|
2015
|
+
outline-offset: 2px;
|
|
2016
|
+
}
|
|
2017
|
+
.focus-visible\:ring-2:focus-visible{
|
|
2018
|
+
--precision-ui-tw-ring-offset-shadow: var(--precision-ui-tw-ring-inset) 0 0 0 var(--precision-ui-tw-ring-offset-width) var(--precision-ui-tw-ring-offset-color);
|
|
2019
|
+
--precision-ui-tw-ring-shadow: var(--precision-ui-tw-ring-inset) 0 0 0 calc(2px + var(--precision-ui-tw-ring-offset-width)) var(--precision-ui-tw-ring-color);
|
|
2020
|
+
box-shadow: var(--precision-ui-tw-ring-offset-shadow), var(--precision-ui-tw-ring-shadow), var(--precision-ui-tw-shadow, 0 0 #0000);
|
|
2021
|
+
}
|
|
2022
|
+
.focus-visible\:ring-ring:focus-visible{
|
|
2023
|
+
--precision-ui-tw-ring-color: hsl(var(--precision-ui-tw-ring));
|
|
2024
|
+
}
|
|
2025
|
+
.focus-visible\:ring-offset-2:focus-visible{
|
|
2026
|
+
--precision-ui-tw-ring-offset-width: 2px;
|
|
2027
|
+
}
|
|
2028
|
+
.active\:scale-90:active{
|
|
2029
|
+
--precision-ui-tw-scale-x: .9;
|
|
2030
|
+
--precision-ui-tw-scale-y: .9;
|
|
2031
|
+
transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
|
|
2032
|
+
}
|
|
2033
|
+
.active\:transform:active{
|
|
2034
|
+
transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
|
|
2035
|
+
}
|
|
2036
|
+
.disabled\:pointer-events-none:disabled{
|
|
2037
|
+
pointer-events: none;
|
|
2038
|
+
}
|
|
2039
|
+
.disabled\:pointer-events-auto:disabled{
|
|
2040
|
+
pointer-events: auto;
|
|
2041
|
+
}
|
|
2042
|
+
.disabled\:cursor-not-allowed:disabled{
|
|
2043
|
+
cursor: not-allowed;
|
|
2044
|
+
}
|
|
2045
|
+
.disabled\:opacity-50:disabled{
|
|
2046
|
+
opacity: 0.5;
|
|
2047
|
+
}
|
|
2048
|
+
.group:focus-within .group-focus-within\:text-navy-opacity-40{
|
|
2049
|
+
color: hsl(var(--precision-ui-tw-navy-opacity-40));
|
|
2050
|
+
}
|
|
2051
|
+
.group:focus-within .group-focus-within\:text-whitish-opacity-60{
|
|
2052
|
+
color: hsl(var(--precision-ui-tw-whitish-opacity-60));
|
|
2053
|
+
}
|
|
2054
|
+
.group:hover .group-hover\:scale-125{
|
|
2055
|
+
--precision-ui-tw-scale-x: 1.25;
|
|
2056
|
+
--precision-ui-tw-scale-y: 1.25;
|
|
2057
|
+
transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
|
|
2058
|
+
}
|
|
2059
|
+
.group:hover .group-hover\:transform{
|
|
2060
|
+
transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
|
|
2061
|
+
}
|
|
2062
|
+
.group:hover .group-hover\:bg-transparent{
|
|
2063
|
+
background-color: transparent;
|
|
2064
|
+
}
|
|
2065
|
+
.group\/informer:hover .group-hover\/informer\:text-navy{
|
|
2066
|
+
color: hsl(var(--precision-ui-tw-navy));
|
|
2067
|
+
}
|
|
2068
|
+
.group\/submit:hover .group-hover\/submit\:text-whitish{
|
|
2069
|
+
color: hsl(var(--precision-ui-tw-whitish));
|
|
2070
|
+
}
|
|
2071
|
+
.group:hover .group-hover\:text-whitish{
|
|
2072
|
+
color: hsl(var(--precision-ui-tw-whitish));
|
|
2073
|
+
}
|
|
2074
|
+
.peer:disabled ~ .peer-disabled\:cursor-not-allowed{
|
|
2075
|
+
cursor: not-allowed;
|
|
2076
|
+
}
|
|
2077
|
+
.peer:disabled ~ .peer-disabled\:opacity-70{
|
|
2078
|
+
opacity: 0.7;
|
|
2079
|
+
}
|
|
2080
|
+
.data-\[state\=checked\]\:bg-navy[data-state=checked]{
|
|
2081
|
+
background-color: hsl(var(--precision-ui-tw-navy));
|
|
2082
|
+
}
|
|
2083
|
+
.data-\[state\=checked\]\:bg-whitish[data-state=checked]{
|
|
2084
|
+
background-color: hsl(var(--precision-ui-tw-whitish));
|
|
2085
|
+
}
|
|
2086
|
+
.data-\[state\=checked\]\:text-navy[data-state=checked]{
|
|
2087
|
+
color: hsl(var(--precision-ui-tw-navy));
|
|
2088
|
+
}
|
|
2089
|
+
.data-\[state\=checked\]\:text-whitish[data-state=checked]{
|
|
2090
|
+
color: hsl(var(--precision-ui-tw-whitish));
|
|
2091
|
+
}
|
|
2092
|
+
.data-\[state\=open\]\:animate-in[data-state=open]{
|
|
2093
|
+
animation-name: enter;
|
|
2094
|
+
animation-duration: 150ms;
|
|
2095
|
+
--precision-ui-tw-enter-opacity: initial;
|
|
2096
|
+
--precision-ui-tw-enter-scale: initial;
|
|
2097
|
+
--precision-ui-tw-enter-rotate: initial;
|
|
2098
|
+
--precision-ui-tw-enter-translate-x: initial;
|
|
2099
|
+
--precision-ui-tw-enter-translate-y: initial;
|
|
2100
|
+
}
|
|
2101
|
+
.data-\[state\=closed\]\:animate-out[data-state=closed]{
|
|
2102
|
+
animation-name: exit;
|
|
2103
|
+
animation-duration: 150ms;
|
|
2104
|
+
--precision-ui-tw-exit-opacity: initial;
|
|
2105
|
+
--precision-ui-tw-exit-scale: initial;
|
|
2106
|
+
--precision-ui-tw-exit-rotate: initial;
|
|
2107
|
+
--precision-ui-tw-exit-translate-x: initial;
|
|
2108
|
+
--precision-ui-tw-exit-translate-y: initial;
|
|
2109
|
+
}
|
|
2110
|
+
.data-\[state\=closed\]\:fade-out-0[data-state=closed]{
|
|
2111
|
+
--precision-ui-tw-exit-opacity: 0;
|
|
2112
|
+
}
|
|
2113
|
+
.data-\[state\=open\]\:fade-in-0[data-state=open]{
|
|
2114
|
+
--precision-ui-tw-enter-opacity: 0;
|
|
2115
|
+
}
|
|
2116
|
+
.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{
|
|
2117
|
+
--precision-ui-tw-exit-scale: .95;
|
|
2118
|
+
}
|
|
2119
|
+
.data-\[state\=open\]\:zoom-in-95[data-state=open]{
|
|
2120
|
+
--precision-ui-tw-enter-scale: .95;
|
|
2121
|
+
}
|
|
2122
|
+
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{
|
|
2123
|
+
--precision-ui-tw-enter-translate-y: -0.5rem;
|
|
2124
|
+
}
|
|
2125
|
+
.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{
|
|
2126
|
+
--precision-ui-tw-enter-translate-x: 0.5rem;
|
|
2127
|
+
}
|
|
2128
|
+
.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{
|
|
2129
|
+
--precision-ui-tw-enter-translate-x: -0.5rem;
|
|
2130
|
+
}
|
|
2131
|
+
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{
|
|
2132
|
+
--precision-ui-tw-enter-translate-y: 0.5rem;
|
|
2133
|
+
}
|
|
2134
|
+
.hover\:data-\[state\=checked\]\:bg-navy-opacity-80[data-state=checked]:hover{
|
|
2135
|
+
background-color: hsl(var(--precision-ui-tw-navy-opacity-80));
|
|
2136
|
+
}
|
|
2137
|
+
.hover\:data-\[state\=checked\]\:bg-whitish-opacity-80[data-state=checked]:hover{
|
|
2138
|
+
background-color: hsl(var(--precision-ui-tw-whitish-opacity-80));
|
|
2139
|
+
}
|
|
2140
|
+
.dark\:border-destructive:is([data-mode="dark"] *){
|
|
2141
|
+
border-color: hsl(var(--precision-ui-tw-destructive));
|
|
2142
|
+
}
|
|
2143
|
+
@media (min-width: 640px){
|
|
2144
|
+
.sm\:col-span-1{
|
|
2145
|
+
grid-column: span 1 / span 1;
|
|
2146
|
+
}
|
|
2147
|
+
.sm\:col-span-2{
|
|
2148
|
+
grid-column: span 2 / span 2;
|
|
2149
|
+
}
|
|
2150
|
+
.sm\:col-span-3{
|
|
2151
|
+
grid-column: span 3 / span 3;
|
|
2152
|
+
}
|
|
2153
|
+
.sm\:mt-6{
|
|
2154
|
+
margin-top: 1.5rem;
|
|
2155
|
+
}
|
|
2156
|
+
.sm\:min-h-\[264px\]{
|
|
2157
|
+
min-height: 264px;
|
|
2158
|
+
}
|
|
2159
|
+
.sm\:max-w-xs{
|
|
2160
|
+
max-width: 20rem;
|
|
2161
|
+
}
|
|
2162
|
+
.sm\:grid-cols-2{
|
|
2163
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2164
|
+
}
|
|
2165
|
+
.sm\:grid-cols-3{
|
|
2166
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2167
|
+
}
|
|
2168
|
+
.sm\:grid-cols-9{
|
|
2169
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
2170
|
+
}
|
|
2171
|
+
}
|
|
2172
|
+
@media (min-width: 768px){
|
|
2173
|
+
.md\:max-w-3xl{
|
|
2174
|
+
max-width: 48rem;
|
|
2175
|
+
}
|
|
2176
|
+
.md\:basis-1\/2{
|
|
2177
|
+
flex-basis: 50%;
|
|
2178
|
+
}
|
|
2179
|
+
}
|
|
2180
|
+
@media (min-width: 990px){
|
|
2181
|
+
.lg\:max-w-sm{
|
|
2182
|
+
max-width: 24rem;
|
|
2183
|
+
}
|
|
2184
|
+
.lg\:basis-1\/2{
|
|
2185
|
+
flex-basis: 50%;
|
|
2186
|
+
}
|
|
2187
|
+
.lg\:basis-1\/3{
|
|
2188
|
+
flex-basis: 33.333333%;
|
|
2189
|
+
}
|
|
2190
|
+
.lg\:basis-1\/4{
|
|
2191
|
+
flex-basis: 25%;
|
|
2192
|
+
}
|
|
2193
|
+
.lg\:grid-cols-2{
|
|
2194
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2195
|
+
}
|
|
2196
|
+
.lg\:grid-cols-3{
|
|
2197
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2198
|
+
}
|
|
2199
|
+
.lg\:grid-cols-4{
|
|
2200
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
2201
|
+
}
|
|
2202
|
+
.lg\:grid-cols-6{
|
|
2203
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
2204
|
+
}
|
|
2205
|
+
.lg\:pr-8{
|
|
2206
|
+
padding-right: 2rem;
|
|
2207
|
+
}
|
|
2208
|
+
}
|
|
2209
|
+
@media (min-width: 1280px){
|
|
2210
|
+
.xl\:block{
|
|
2211
|
+
display: block;
|
|
2212
|
+
}
|
|
2213
|
+
.xl\:hidden{
|
|
2214
|
+
display: none;
|
|
2215
|
+
}
|
|
2216
|
+
.xl\:min-h-\[500px\]{
|
|
2217
|
+
min-height: 500px;
|
|
2218
|
+
}
|
|
2219
|
+
.xl\:max-w-md{
|
|
2220
|
+
max-width: 28rem;
|
|
2221
|
+
}
|
|
2222
|
+
.xl\:pr-28{
|
|
2223
|
+
padding-right: 7rem;
|
|
2224
|
+
}
|
|
2225
|
+
}
|
|
2226
|
+
.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{
|
|
2227
|
+
--precision-ui-tw-translate-y: -3px;
|
|
2228
|
+
transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
|
|
2229
|
+
}
|
|
2230
|
+
.\[\&\>svg\]\:absolute>svg{
|
|
2231
|
+
position: absolute;
|
|
2232
|
+
}
|
|
2233
|
+
.\[\&\>svg\]\:left-4>svg{
|
|
2234
|
+
left: 1rem;
|
|
2235
|
+
}
|
|
2236
|
+
.\[\&\>svg\]\:top-4>svg{
|
|
2237
|
+
top: 1rem;
|
|
2238
|
+
}
|
|
2239
|
+
.\[\&\>svg\]\:text-destructive>svg{
|
|
2240
|
+
color: hsl(var(--precision-ui-tw-destructive));
|
|
2241
|
+
}
|
|
2242
|
+
.\[\&\>svg\]\:text-foreground>svg{
|
|
2243
|
+
color: hsl(var(--precision-ui-tw-foreground));
|
|
2244
|
+
}
|
|
2245
|
+
.\[\&\>svg\~\*\]\:pl-7>svg~*{
|
|
2246
|
+
padding-left: 1.75rem;
|
|
2247
|
+
}
|
|
2248
|
+
.\[\&_p\]\:leading-relaxed p{
|
|
2249
|
+
line-height: 1.625;
|
|
2250
|
+
}
|