@digitalservicebund/ris-ui 1.0.1 → 1.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.
@@ -1,71 +1,447 @@
1
- const c = (e, ...n) => {
2
- let o = e[0];
3
- for (let a = 1, i = e.length; a < i; a++)
4
- o += n[a - 1], o += e[a];
5
- return o;
6
- }, t = c, h = {
7
- root: ({ props: e, instance: n }) => {
8
- const o = t`relative inline-flex max-w-full items-center justify-center gap-8 rounded-none text-center outline-4 outline-offset-4 outline-blue-800 focus:outline active:outline-none disabled:cursor-not-allowed disabled:outline-none`, a = e.severity ?? "primary", i = t`bg-blue-800 text-white hover:bg-blue-700 active:bg-blue-500 active:text-blue-800 disabled:bg-gray-400 disabled:text-gray-600`, b = t`border-2 border-blue-800 bg-white text-blue-800 hover:bg-gray-200 focus:bg-gray-200 active:border-white active:bg-white disabled:border-blue-500 disabled:text-blue-500 disabled:hover:bg-white`, u = t`border-2 border-transparent bg-transparent text-blue-800 underline hover:border-gray-500 hover:bg-white focus:border-gray-500 active:border-white active:bg-white disabled:bg-transparent disabled:text-gray-500`, s = e.size ?? "small";
9
- let l = t`ris-body2-bold h-48 py-4`, r = t`ris-body1-bold h-64 py-4`;
10
- const d = e.iconPos ?? "left";
11
- return n.hasIcon && e.label ? d === "left" ? (l = t`${l} pl-8 pr-16`, r = t`${r} pl-20 pr-24`) : d === "right" && (l = t`${l} pl-16 pr-8`, r = t`${r} pl-24 pr-20`) : n.hasIcon && !e.label ? (l = t`${l} w-48 px-4`, r = t`${r} w-64 px-4`) : (l = t`${l} px-16`, r = t`${r} px-24`), {
1
+ const m = (t, ...o) => {
2
+ let r = t[0];
3
+ for (let n = 1, l = t.length; n < l; n++)
4
+ r += o[n - 1], r += t[n];
5
+ return r;
6
+ }, e = m, f = {
7
+ root: ({ props: t, instance: o }) => {
8
+ const r = e`relative inline-flex max-w-full items-center justify-center gap-8 rounded-none text-center outline-4 outline-offset-4 outline-blue-800 focus:outline active:outline-none disabled:cursor-not-allowed disabled:outline-none`, n = t.severity ?? "primary", l = e`bg-blue-800 text-white hover:bg-blue-700 active:bg-blue-500 active:text-blue-800 disabled:bg-gray-400 disabled:text-gray-600`, s = e`border-2 border-blue-800 bg-white text-blue-800 hover:bg-gray-200 focus:bg-gray-200 active:border-white active:bg-white disabled:border-blue-500 disabled:text-blue-500 disabled:hover:bg-white`, i = e`border-2 border-transparent bg-transparent text-blue-800 underline hover:border-gray-500 hover:bg-white focus:border-gray-500 active:border-white active:bg-white disabled:bg-transparent disabled:text-gray-500`, a = t.size ?? "normal";
9
+ let c = e`ris-body2-bold h-48 py-4`, u = e`ris-body1-bold h-64 py-4`;
10
+ return o.hasIcon && !t.label ? (c = e`${c} w-48 px-4`, u = e`${u} w-64 px-4`) : (c = e`${c} px-16`, u = e`${u} px-24`), {
12
11
  class: {
13
- [o]: !0,
14
- [l]: s === "small",
15
- [r]: s === "large",
16
- [i]: !e.text && a === "primary",
17
- [b]: !e.text && a === "secondary",
18
- [u]: e.text && a === "primary"
12
+ [r]: !0,
13
+ [c]: a === "normal",
14
+ [u]: a === "large",
15
+ [l]: !t.text && n === "primary",
16
+ [s]: !t.text && n === "secondary",
17
+ [i]: t.text && n === "primary"
19
18
  }
20
19
  };
21
20
  },
22
- label: ({ props: e }) => ({
21
+ label: ({ props: t }) => ({
23
22
  class: {
24
- hidden: !e.label,
25
- [t`-order-1`]: e.iconPos === "right"
23
+ hidden: !t.label,
24
+ [e`-order-1`]: t.iconPos === "right"
26
25
  }
27
26
  }),
28
- loadingIcon: ({ props: e }) => ({
27
+ loadingIcon: ({ props: t }) => {
28
+ const o = t.size ?? "normal", r = e`h-[1.34em] w-[1.34em]`, n = e`h-24 w-24`;
29
+ return {
30
+ class: {
31
+ [e`animate-spin`]: !0,
32
+ [r]: o === "normal",
33
+ [n]: o === "large"
34
+ }
35
+ };
36
+ }
37
+ }, v = {
38
+ root: {
39
+ class: e`relative inline-block h-24 min-h-24 w-24 min-w-24 [&+label]:ris-label1-regular [&+label]:ml-8`
40
+ },
41
+ input: {
42
+ class: e`peer h-full w-full cursor-pointer appearance-none border-2 border-blue-800 bg-white outline-4 -outline-offset-4 outline-blue-800 hover:outline focus:outline active:outline-none disabled:cursor-not-allowed disabled:border-gray-600 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:outline-red-800 aria-[invalid]:active:outline-none aria-[invalid]:disabled:outline-none`
43
+ },
44
+ box: {
45
+ class: e`pointer-events-none absolute inset-0 flex items-center justify-center text-blue-800 peer-disabled:text-gray-600 peer-aria-[invalid]:text-red-800`
46
+ },
47
+ icon: {
48
+ class: e`h-12 w-12`
49
+ }
50
+ }, w = {
51
+ // All styling implemented in primevue/dialog
52
+ }, x = {
53
+ root: () => ({
54
+ class: e`ris-label2-regular max-h-[90dvh] w-[95dvw] max-w-[25rem] border-2 border-blue-800 bg-white px-56 py-44 shadow-lg`
55
+ }),
56
+ header: {
57
+ class: e`mb-16 flex`
58
+ },
59
+ title: {
60
+ class: e`ris-label1-bold flex-1`
61
+ },
62
+ headerActions: {
63
+ class: e`flex-none`
64
+ },
65
+ pcCloseButton: {
66
+ root: {
67
+ class: e`flex h-24 w-24 items-center justify-center p-4 text-blue-800 outline-2 outline-gray-500 hover:outline focus:outline active:outline-none`
68
+ }
69
+ },
70
+ content: {
71
+ // When an SVG is the first child of the content, we're applying a flex
72
+ // styling. This is a heuristic for an icon in the dialog content, used
73
+ // (for example) by the confirm dialog. If the svg is not the first child,
74
+ // we assume that it is used in the context of some other layout and don't
75
+ // apply extra styling.
76
+ class: e`ris-dialog-content overflow-auto has-[svg:first-child]:flex has-[svg:first-child]:gap-8`
77
+ },
78
+ footer: {
79
+ class: e`mt-40 flex items-center justify-end gap-12`
80
+ },
81
+ mask: {
82
+ class: e`bg-black/40`
83
+ }
84
+ }, y = {
85
+ root: () => ({
29
86
  class: {
30
- [t`animate-spin`]: !0,
31
- [t`h-24 w-24`]: e.size === "large",
32
- [t`h-[1.34em] w-[1.34em]`]: !e.size || e.size === "small"
87
+ [e`flex flex-col items-center gap-10`]: !0
33
88
  }
89
+ }),
90
+ input: () => ({
91
+ class: "hidden"
34
92
  })
35
- }, g = {
93
+ }, S = {
36
94
  root: {
37
- class: t`has-[input:read-only]:curser-not-allowed inline-flex items-center gap-4 border-2 border-blue-800 bg-white px-16 py-0 outline-4 -outline-offset-4 outline-blue-800 has-[[aria-invalid]]:border-red-800 has-[input:disabled]:border-blue-500 has-[input:read-only]:border-blue-300 has-[[aria-invalid]]:bg-red-200 has-[input:disabled]:bg-white has-[input:read-only]:bg-blue-300 has-[[data-size=large]]:px-24 has-[input:disabled]:text-blue-500 has-[input:disabled]:outline-none has-[:focus]:outline has-[:hover]:outline has-[[aria-invalid]]:outline-red-800`
95
+ class: e`has-[input:read-only]:curser-not-allowed inline-flex items-center gap-4 border-2 border-blue-800 bg-white px-16 py-0 outline-4 -outline-offset-4 outline-blue-800 has-[[aria-invalid]]:border-red-800 has-[input:disabled]:border-blue-500 has-[input:read-only]:border-blue-300 has-[[aria-invalid]]:bg-red-200 has-[input:disabled]:bg-white has-[input:read-only]:bg-blue-300 has-[[data-size=large]]:px-24 has-[input:disabled]:text-blue-500 has-[input:disabled]:outline-none has-[:focus]:outline has-[:hover]:outline has-[[aria-invalid]]:outline-red-800`
38
96
  }
39
- }, p = {
97
+ }, M = {
40
98
  root: {
41
- class: t`m-0 p-0`
99
+ class: e`m-0 p-0`
42
100
  }
43
- }, y = {
44
- root: ({ props: e, parent: n }) => {
45
- const o = t`border-2 border-blue-800 bg-white outline-4 -outline-offset-4 outline-blue-800 placeholder:text-gray-900 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline focus:outline disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-none`, a = t`[&[type=password]:not(:placeholder-shown)]:text-[28px] [&[type=password]:not(:placeholder-shown)]:tracking-[4px] [&[type=password]]:w-full`, i = n.instance.$name === "InputGroup", b = t`bg-transparent placeholder:text-gray-900 focus:outline-none`, u = t`w-full`, s = t`ris-body2-regular h-48 px-16 py-4`, l = t`ris-body1-regular h-64 px-24 py-4`, r = t`ris-body2-regular h-[44px] p-0`, d = t`ris-body1-regular h-[60px] p-0`;
101
+ }, b = e`border-2 border-blue-800 bg-white outline-4 -outline-offset-4 outline-blue-800 placeholder:text-gray-900 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline focus:outline disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-none`, g = e`ris-body2-regular h-48 px-16 py-4`, N = e`ris-body1-regular h-64 px-24 py-4`, k = e`ris-body2-regular h-[44px] p-0`, z = e`ris-body1-regular h-[60px] p-0`, D = {
102
+ root: ({ props: t, parent: o }) => {
103
+ const r = e`[&[type=password]:not(:placeholder-shown)]:text-[28px] [&[type=password]:not(:placeholder-shown)]:tracking-[4px] [&[type=password]]:w-full`, n = o.instance.$name === "InputGroup", l = e`bg-transparent placeholder:text-gray-900 focus:outline-none`, s = e`w-full`;
46
104
  return {
47
105
  class: {
48
- [o]: !i,
49
- [b]: i,
50
- [u]: !!e.fluid,
51
- [a]: !0,
52
- [s]: (!e.size || e.size === "small") && !i,
53
- [r]: (!e.size || e.size === "small") && i,
54
- [l]: e.size === "large" && !i,
55
- [d]: e.size === "large" && i
106
+ [b]: !n,
107
+ [l]: n,
108
+ [s]: !!t.fluid,
109
+ [r]: !0,
110
+ [g]: (!t.size || t.size === "small") && !n,
111
+ [k]: (!t.size || t.size === "small") && n,
112
+ [N]: t.size === "large" && !n,
113
+ [z]: t.size === "large" && n
56
114
  },
57
- "data-size": e.size ?? "small"
115
+ "data-size": t.size ?? "small"
58
116
  };
59
117
  }
60
- }, x = {
118
+ }, A = {
119
+ root: ({ props: t, instance: o }) => {
120
+ const r = e`ris-body1-regular border-l-4 px-20 py-14`, n = t.severity ?? "info", l = e`border-l-green-800 bg-green-200`, s = e`border-l-blue-800 bg-blue-200`, i = e`border-l-yellow-800 bg-yellow-200`, a = e`border-l-red-800 bg-red-200`, c = !!o.$slots.icon, h = {
121
+ success: "var(--ris-icon-success)",
122
+ info: "var(--ris-icon-info)",
123
+ warn: "var(--ris-icon-warn)",
124
+ error: "var(--ris-icon-error)"
125
+ }[n], p = e`bg-[length:20px] bg-[16px_18px] bg-no-repeat pl-44`;
126
+ return {
127
+ class: {
128
+ [r]: !0,
129
+ [l]: n === "success",
130
+ [s]: n === "info",
131
+ [i]: n === "warn",
132
+ [a]: n === "error",
133
+ [p]: !c
134
+ },
135
+ style: {
136
+ backgroundImage: c ? void 0 : h
137
+ }
138
+ };
139
+ },
140
+ content: {
141
+ class: e`flex items-start gap-8`
142
+ },
143
+ text: {
144
+ class: e`flex-1`
145
+ },
146
+ closeButton: ({ props: t }) => {
147
+ const o = e`mt-4 inline-flex h-20 w-20 flex-none items-center justify-center rounded-sm p-2 leading-none`, r = t.severity ?? "info", n = e`text-green-800 hover:bg-green-400 active:bg-green-500`, l = e`text-blue-800 hover:bg-blue-400 active:bg-blue-500`, s = e`text-black hover:bg-yellow-400 active:bg-yellow-500`, i = e`text-red-800 hover:bg-red-400 active:bg-red-500`;
148
+ return {
149
+ class: {
150
+ [o]: !0,
151
+ [n]: r === "success",
152
+ [l]: r === "info",
153
+ [s]: r === "warn",
154
+ [i]: r === "error"
155
+ }
156
+ };
157
+ }
158
+ }, B = {
61
159
  // All styling moved to inputText.ts
62
- }, w = {
63
- button: h,
64
- inputText: y,
65
- inputGroup: g,
66
- inputGroupAddon: p,
67
- password: x
160
+ }, I = {
161
+ root: {
162
+ class: e`mx-auto inline-block h-28 w-28 animate-spin`
163
+ },
164
+ circle: {
165
+ class: e`fill-transparent stroke-current stroke-[4px] text-blue-800 [stroke-dasharray:200] [stroke-dashoffset:100]`
166
+ }
167
+ }, F = {
168
+ root: {
169
+ class: e`relative inline-block h-32 w-32 [&+label]:ris-label1-regular [&+label]:ml-8`
170
+ },
171
+ input: {
172
+ class: e`peer h-full w-full cursor-pointer appearance-none rounded-full border-2 border-blue-800 bg-white outline-4 -outline-offset-4 outline-blue-800 hover:outline focus:outline active:outline-none disabled:cursor-not-allowed disabled:border-gray-600 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:outline-red-800 aria-[invalid]:active:outline-none aria-[invalid]:disabled:outline-none`
173
+ },
174
+ box: {
175
+ class: e`pointer-events-none absolute inset-0 flex items-center justify-center text-transparent peer-checked:text-blue-800 peer-disabled:text-gray-600 peer-aria-[invalid]:text-red-800`
176
+ },
177
+ icon: {
178
+ class: e`h-16 w-16 rounded-full bg-current`
179
+ }
180
+ }, d = e`w-full`, L = {
181
+ root: ({ props: t }) => ({
182
+ class: {
183
+ [e`relative`]: !0,
184
+ [d]: !!t.fluid
185
+ }
186
+ }),
187
+ pcInput: {
188
+ root: ({ props: t }) => ({
189
+ class: {
190
+ [b]: !0,
191
+ [g]: !0,
192
+ [d]: !!t.fluid
193
+ }
194
+ })
195
+ },
196
+ dropdown: { class: e`absolute inset-y-0 right-16` },
197
+ option: {
198
+ class: e`hover:bg-blue-100 data-[p-focus=true]:bg-blue-200`
199
+ },
200
+ optionGroup: {
201
+ class: e`hover:bg-blue-100 data-[p-focus=true]:bg-blue-200`
202
+ },
203
+ overlay: {
204
+ class: e`max-h-56 min-w-288 overflow-auto bg-white px-8 py-12 shadow-md`
205
+ }
206
+ }, E = {
207
+ root: ({ props: t }) => {
208
+ const o = e`ris-body1-regular min-h-56 border-2 border-blue-800 bg-white px-14 pb-12 pt-8 outline-4 -outline-offset-4 outline-blue-800 placeholder:text-gray-900 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline focus:outline disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-none`, r = e`w-full`;
209
+ return {
210
+ class: {
211
+ [o]: !0,
212
+ [r]: !!t.fluid
213
+ }
214
+ };
215
+ }
216
+ }, T = {
217
+ message: ({ props: t }) => {
218
+ var a;
219
+ const o = e`mb-8 flex w-full flex-row items-center gap-8 border-l-4 p-16`, r = (a = t.message) == null ? void 0 : a.severity, n = e`border-l-green-900 bg-green-200`, l = e`border-l-red-900 bg-red-200`, s = e`border-l-yellow-900 bg-yellow-200`, i = e`border-l-blue-900 bg-blue-200`;
220
+ return {
221
+ class: {
222
+ [o]: !0,
223
+ [n]: r === "success",
224
+ [l]: r === "error",
225
+ [s]: r === "warn",
226
+ [i]: r === "info"
227
+ }
228
+ };
229
+ },
230
+ messageContent: {
231
+ class: e`flex w-full flex-row items-start justify-between gap-10`
232
+ },
233
+ messageIcon: ({ props: t }) => {
234
+ var a;
235
+ const o = e`mt-2 h-20 w-20 flex-none shrink-0`, r = ((a = t.message) == null ? void 0 : a.severity) ?? "info", n = e`text-green-800`, l = e`text-red-800`, s = e`text-black`, i = e`text-blue-800`;
236
+ return {
237
+ class: {
238
+ [o]: !0,
239
+ [n]: r === "success",
240
+ [l]: r === "error",
241
+ [s]: r === "warn",
242
+ [i]: r === "info"
243
+ }
244
+ };
245
+ },
246
+ messageText: {
247
+ class: e`flex-grow text-black`
248
+ },
249
+ summary: {
250
+ class: e`ris-label2-bold`
251
+ },
252
+ detail: {
253
+ class: e`ris-label2-regular`
254
+ },
255
+ closeButton: ({ props: t }) => {
256
+ var a;
257
+ const o = e`rounded-sm p-2`, r = ((a = t.message) == null ? void 0 : a.severity) ?? "info", n = e`hover:bg-green-400`, l = e`hover:bg-red-400`, s = e`hover:bg-yellow-400`, i = e`hover:bg-blue-400`;
258
+ return {
259
+ class: {
260
+ [o]: !0,
261
+ [n]: r === "success",
262
+ [l]: r === "error",
263
+ [s]: r === "warn",
264
+ [i]: r === "info"
265
+ }
266
+ };
267
+ },
268
+ closeIcon: {
269
+ class: e`text-black`
270
+ }
271
+ }, G = {
272
+ startsWith: "Beginnt mit",
273
+ contains: "Enthält",
274
+ notContains: "Enthält nicht",
275
+ endsWith: "Endet mit",
276
+ equals: "Gleich",
277
+ notEquals: "Ungleich",
278
+ noFilter: "Kein Filter",
279
+ lt: "Weniger als",
280
+ lte: "Weniger oder gleich",
281
+ gt: "Größer als",
282
+ gte: "Größer oder gleich",
283
+ dateIs: "Datum ist",
284
+ dateIsNot: "Datum ist nicht",
285
+ dateBefore: "Datum ist vor",
286
+ dateAfter: "Datum ist nach",
287
+ clear: "Löschen",
288
+ apply: "Anwenden",
289
+ matchAll: "Alle erfüllen",
290
+ matchAny: "Beliebige erfüllen",
291
+ addRule: "Regel hinzufügen",
292
+ removeRule: "Regel entfernen",
293
+ accept: "Ja",
294
+ reject: "Nein",
295
+ choose: "Auswählen",
296
+ upload: "Hochladen",
297
+ cancel: "Abbrechen",
298
+ completed: "Abgeschlossen",
299
+ pending: "Ausstehend",
300
+ fileSizeTypes: ["B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"],
301
+ dayNames: [
302
+ "Sonntag",
303
+ "Montag",
304
+ "Dienstag",
305
+ "Mittwoch",
306
+ "Donnerstag",
307
+ "Freitag",
308
+ "Samstag"
309
+ ],
310
+ dayNamesShort: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"],
311
+ dayNamesMin: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"],
312
+ monthNames: [
313
+ "Januar",
314
+ "Februar",
315
+ "März",
316
+ "April",
317
+ "Mai",
318
+ "Juni",
319
+ "Juli",
320
+ "August",
321
+ "September",
322
+ "Oktober",
323
+ "November",
324
+ "Dezember"
325
+ ],
326
+ monthNamesShort: [
327
+ "Jan",
328
+ "Feb",
329
+ "Mär",
330
+ "Apr",
331
+ "Mai",
332
+ "Jun",
333
+ "Jul",
334
+ "Aug",
335
+ "Sep",
336
+ "Okt",
337
+ "Nov",
338
+ "Dez"
339
+ ],
340
+ chooseYear: "Jahr wählen",
341
+ chooseMonth: "Monat wählen",
342
+ chooseDate: "Datum wählen",
343
+ prevDecade: "Vorheriges Jahrzehnt",
344
+ nextDecade: "Nächstes Jahrzehnt",
345
+ prevYear: "Vorheriges Jahr",
346
+ nextYear: "Nächstes Jahr",
347
+ prevMonth: "Vorheriger Monat",
348
+ nextMonth: "Nächster Monat",
349
+ prevHour: "Vorherige Stunde",
350
+ nextHour: "Nächste Stunde",
351
+ prevMinute: "Vorherige Minute",
352
+ nextMinute: "Nächste Minute",
353
+ prevSecond: "Vorherige Sekunde",
354
+ nextSecond: "Nächste Sekunde",
355
+ am: "vorm.",
356
+ pm: "nachm.",
357
+ today: "Heute",
358
+ weekHeader: "KW",
359
+ firstDayOfWeek: 1,
360
+ showMonthAfterYear: !1,
361
+ dateFormat: "dd.mm.yy",
362
+ weak: "Schwach",
363
+ medium: "Mittel",
364
+ strong: "Stark",
365
+ passwordPrompt: "Passwort eingeben",
366
+ emptyFilterMessage: "Keine Ergebnisse gefunden",
367
+ searchMessage: "{0} Ergebnisse verfügbar",
368
+ selectionMessage: "{0} Elemente ausgewählt",
369
+ emptySelectionMessage: "Kein Element ausgewählt",
370
+ emptySearchMessage: "Keine Ergebnisse gefunden",
371
+ fileChosenMessage: "{0} Dateien",
372
+ noFileChosenMessage: "Keine Datei ausgewählt",
373
+ emptyMessage: "Keine Optionen verfügbar",
374
+ aria: {
375
+ trueLabel: "Wahr",
376
+ falseLabel: "Falsch",
377
+ nullLabel: "Nicht ausgewählt",
378
+ star: "1 Stern",
379
+ stars: "{star} Sterne",
380
+ selectAll: "Alle Elemente ausgewählt",
381
+ unselectAll: "Alle Elemente abgewählt",
382
+ close: "Schließen",
383
+ previous: "Vorherige",
384
+ next: "Nächste",
385
+ navigation: "Navigation",
386
+ scrollTop: "Nach oben scrollen",
387
+ moveTop: "Nach oben bewegen",
388
+ moveUp: "Nach oben bewegen",
389
+ moveDown: "Nach unten bewegen",
390
+ moveBottom: "Nach unten bewegen",
391
+ moveToTarget: "Zum Ziel verschieben",
392
+ moveToSource: "Zur Quelle verschieben",
393
+ moveAllToTarget: "Alle zum Ziel verschieben",
394
+ moveAllToSource: "Alle zur Quelle verschieben",
395
+ pageLabel: "Seite {page}",
396
+ firstPageLabel: "Erste Seite",
397
+ lastPageLabel: "Letzte Seite",
398
+ nextPageLabel: "Nächste Seite",
399
+ prevPageLabel: "Vorherige Seite",
400
+ rowsPerPageLabel: "Zeilen pro Seite",
401
+ jumpToPageDropdownLabel: "Zu Seite springen (Dropdown)",
402
+ jumpToPageInputLabel: "Zu Seite springen (Eingabe)",
403
+ selectRow: "Zeile ausgewählt",
404
+ unselectRow: "Zeile abgewählt",
405
+ expandRow: "Zeile erweitert",
406
+ collapseRow: "Zeile reduziert",
407
+ showFilterMenu: "Filtermenü anzeigen",
408
+ hideFilterMenu: "Filtermenü ausblenden",
409
+ filterOperator: "Filteroperator",
410
+ filterConstraint: "Filterbedingung",
411
+ editRow: "Zeile bearbeiten",
412
+ saveEdit: "Bearbeitung speichern",
413
+ cancelEdit: "Bearbeitung abbrechen",
414
+ listView: "Listenansicht",
415
+ gridView: "Gitteransicht",
416
+ slide: "Folie",
417
+ slideNumber: "Folie {slideNumber}",
418
+ zoomImage: "Bild vergrößern",
419
+ zoomIn: "Vergrößern",
420
+ zoomOut: "Verkleinern",
421
+ rotateRight: "Rechts drehen",
422
+ rotateLeft: "Links drehen",
423
+ listLabel: "Optionsliste"
424
+ }
425
+ }, R = {
426
+ button: f,
427
+ checkbox: v,
428
+ confirmDialog: w,
429
+ dialog: x,
430
+ fileUpload: y,
431
+ inputGroup: S,
432
+ inputGroupAddon: M,
433
+ inputText: D,
434
+ message: A,
435
+ password: B,
436
+ progressSpinner: I,
437
+ radioButton: F,
438
+ textarea: E,
439
+ toast: T,
440
+ autocomplete: L
441
+ }, Z = {
442
+ deDE: G
68
443
  };
69
444
  export {
70
- w as RisUiTheme
445
+ Z as RisUiLocale,
446
+ R as RisUiTheme
71
447
  };
@@ -1,4 +1,9 @@
1
1
  import { InputTextPassThroughOptions } from "primevue/inputtext";
2
2
  import "./inputText.css";
3
+ export declare const base: string;
4
+ export declare const small: string;
5
+ export declare const large: string;
6
+ export declare const smallInGroup: string;
7
+ export declare const largeInGroup: string;
3
8
  declare const inputText: InputTextPassThroughOptions;
4
9
  export default inputText;
@@ -0,0 +1,3 @@
1
+ import { MessagePassThroughOptions } from "primevue/message";
2
+ declare const message: MessagePassThroughOptions;
3
+ export default message;
@@ -0,0 +1,3 @@
1
+ import { ProgressSpinnerPassThroughOptions } from "primevue/progressspinner";
2
+ declare const progressSpinner: ProgressSpinnerPassThroughOptions;
3
+ export default progressSpinner;
@@ -0,0 +1,3 @@
1
+ import { RadioButtonPassThroughOptions } from "primevue/radiobutton";
2
+ declare const radioButton: RadioButtonPassThroughOptions;
3
+ export default radioButton;
@@ -0,0 +1,4 @@
1
+ import { TextareaPassThroughOptions } from "primevue/textarea";
2
+ import "./textarea.css";
3
+ declare const textarea: TextareaPassThroughOptions;
4
+ export default textarea;
@@ -0,0 +1,3 @@
1
+ import { ToastPassThroughOptions } from "primevue/toast";
2
+ declare const toast: ToastPassThroughOptions;
3
+ export default toast;
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- *,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#eff2f4}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#dcdee1}input::placeholder,textarea::placeholder{opacity:1;color:#dcdee1}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}body{color:#0b0c0c;font-family:BundesSansWeb,Calibri,Verdana,Arial,Helvetica,sans-serif}::-moz-placeholder{font-family:BundesSansWeb,Calibri,Verdana,Arial,Helvetica,sans-serif;font-style:normal}::placeholder{font-family:BundesSansWeb,Calibri,Verdana,Arial,Helvetica,sans-serif;font-style:normal}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(179 201 214 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(179 201 214 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.ris-title-regular{font-size:64px;font-weight:400;line-height:1.1875}.ris-heading1-regular{font-size:48px;font-weight:400;line-height:1.2}.ris-heading1-bold{font-size:48px;font-weight:700;line-height:1.2}.ris-heading2-regular{font-size:32px;font-weight:400;line-height:1.1875}.ris-heading2-bold{font-size:32px;font-weight:700;line-height:1.1875}.ris-heading3-regular{font-size:26px;font-weight:400;line-height:1.23}.ris-heading3-bold{font-size:26px;font-weight:700;line-height:1.23}.ris-subhead-regular{font-size:20px;font-weight:400;line-height:1.5}.ris-body1-regular{font-size:18px;font-weight:400;line-height:1.5}.ris-body1-bold{font-size:18px;font-weight:700;line-height:1.5}.ris-body2-regular{font-size:16px;font-weight:400;line-height:1.5}.ris-body2-bold{font-size:16px;font-weight:700;line-height:1.5}.ris-body3-regular{font-size:14px;font-weight:400;line-height:1.5}.ris-body3-bold{font-size:14px;font-weight:700;line-height:1.5}.ris-label1-regular{font-size:18px;font-weight:400;line-height:1.25}.ris-label1-bold{font-size:18px;font-weight:700;line-height:1.25}.ris-label2-regular{font-size:16px;font-weight:400;line-height:1.25}.ris-label2-bold{font-size:16px;font-weight:700;line-height:1.25}.ris-label3-regular{font-size:14px;font-weight:400;line-height:1.25}.ris-label3-bold{font-size:14px;font-weight:700;line-height:1.25}.ris-link1-regular{color:#004b76;font-size:18px;font-weight:400;line-height:1.5;text-decoration:underline}.ris-link1-bold{color:#004b76;font-size:18px;font-weight:700;line-height:1.5;text-decoration:underline}.ris-link2-regular{color:#004b76;font-size:16px;font-weight:400;line-height:1.5;text-decoration:underline}.ris-link2-bold{color:#004b76;font-size:16px;font-weight:700;line-height:1.5;text-decoration:underline}.ris-link3-regular{color:#004b76;font-size:14px;font-weight:400;line-height:1.5;text-decoration:underline}.ris-link3-bold{color:#004b76;font-size:14px;font-weight:700;line-height:1.5;text-decoration:underline}.relative{position:relative}.-order-1{order:-1}.m-0{margin:0rem}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.h-24{height:1.5rem}.h-48{height:3rem}.h-64{height:4rem}.h-\[1\.34em\]{height:1.34em}.h-\[44px\]{height:44px}.h-\[60px\]{height:60px}.w-24{width:1.5rem}.w-320{width:20rem}.w-48{width:3rem}.w-64{width:4rem}.w-\[1\.34em\]{width:1.34em}.w-full{width:100%}.max-w-full{max-width:100%}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-16{gap:1rem}.gap-2{gap:.125rem}.gap-4{gap:.25rem}.gap-8{gap:.5rem}.rounded-none{border-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-blue-800{--tw-border-opacity: 1;border-color:rgb(0 75 118 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(236 241 244 / var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(0 75 118 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.p-0{padding:0rem}.px-16{padding-left:1rem;padding-right:1rem}.px-24{padding-left:1.5rem;padding-right:1.5rem}.px-4{padding-left:.25rem;padding-right:.25rem}.py-0{padding-top:0rem;padding-bottom:0rem}.py-4{padding-top:.25rem;padding-bottom:.25rem}.pl-16{padding-left:1rem}.pl-20{padding-left:1.25rem}.pl-24{padding-left:1.5rem}.pl-8{padding-left:.5rem}.pr-16{padding-right:1rem}.pr-20{padding-right:1.25rem}.pr-24{padding-right:1.5rem}.pr-8{padding-right:.5rem}.text-center{text-align:center}.text-blue-800{--tw-text-opacity: 1;color:rgb(0 75 118 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.outline-4{outline-width:4px}.-outline-offset-4{outline-offset:-4px}.outline-offset-4{outline-offset:4px}.outline-blue-800{outline-color:#004b76}.placeholder\:text-gray-900::-moz-placeholder{--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.placeholder\:text-gray-900::placeholder{--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.read-only\:cursor-not-allowed:-moz-read-only{cursor:not-allowed}.read-only\:cursor-not-allowed:read-only{cursor:not-allowed}.read-only\:border-blue-300:-moz-read-only{--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.read-only\:border-blue-300:read-only{--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.read-only\:bg-blue-300:-moz-read-only{--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.read-only\:bg-blue-300:read-only{--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgb(202 205 210 / var(--tw-border-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 111 145 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(239 242 244 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:outline:hover{outline-style:solid}.focus\:border-gray-500:focus{--tw-border-opacity: 1;border-color:rgb(202 205 210 / var(--tw-border-opacity))}.focus\:bg-gray-200:focus{--tw-bg-opacity: 1;background-color:rgb(239 242 244 / var(--tw-bg-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.active\:border-white:active{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.active\:bg-blue-500:active{--tw-bg-opacity: 1;background-color:rgb(179 201 214 / var(--tw-bg-opacity))}.active\:bg-white:active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.active\:text-blue-800:active{--tw-text-opacity: 1;color:rgb(0 75 118 / var(--tw-text-opacity))}.active\:outline-none:active{outline:2px solid transparent;outline-offset:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-blue-500:disabled{--tw-border-opacity: 1;border-color:rgb(179 201 214 / var(--tw-border-opacity))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(220 222 225 / var(--tw-bg-opacity))}.disabled\:bg-transparent:disabled{background-color:transparent}.disabled\:bg-white:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.disabled\:text-blue-500:disabled{--tw-text-opacity: 1;color:rgb(179 201 214 / var(--tw-text-opacity))}.disabled\:text-gray-500:disabled{--tw-text-opacity: 1;color:rgb(202 205 210 / var(--tw-text-opacity))}.disabled\:text-gray-600:disabled{--tw-text-opacity: 1;color:rgb(184 189 195 / var(--tw-text-opacity))}.disabled\:outline-none:disabled{outline:2px solid transparent;outline-offset:2px}.disabled\:hover\:bg-white:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.has-\[\[aria-invalid\]\]\:border-red-800:has([aria-invalid]){--tw-border-opacity: 1;border-color:rgb(176 36 63 / var(--tw-border-opacity))}.has-\[input\:disabled\]\:border-blue-500:has(input:disabled){--tw-border-opacity: 1;border-color:rgb(179 201 214 / var(--tw-border-opacity))}.has-\[input\:-moz-read-only\]\:border-blue-300:has(input:-moz-read-only){--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.has-\[input\:read-only\]\:border-blue-300:has(input:read-only){--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.has-\[\[aria-invalid\]\]\:bg-red-200:has([aria-invalid]){--tw-bg-opacity: 1;background-color:rgb(249 229 236 / var(--tw-bg-opacity))}.has-\[input\:disabled\]\:bg-white:has(input:disabled){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.has-\[input\:-moz-read-only\]\:bg-blue-300:has(input:-moz-read-only){--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.has-\[input\:read-only\]\:bg-blue-300:has(input:read-only){--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.has-\[\[data-size\=large\]\]\:px-24:has([data-size=large]){padding-left:1.5rem;padding-right:1.5rem}.has-\[input\:disabled\]\:text-blue-500:has(input:disabled){--tw-text-opacity: 1;color:rgb(179 201 214 / var(--tw-text-opacity))}.has-\[input\:disabled\]\:outline-none:has(input:disabled){outline:2px solid transparent;outline-offset:2px}.has-\[\:focus\]\:outline:has(:focus){outline-style:solid}.has-\[\:hover\]\:outline:has(:hover){outline-style:solid}.has-\[\[aria-invalid\]\]\:outline-red-800:has([aria-invalid]){outline-color:#b0243f}.aria-\[invalid\]\:border-red-800[aria-invalid]{--tw-border-opacity: 1;border-color:rgb(176 36 63 / var(--tw-border-opacity))}.aria-\[invalid\]\:bg-red-200[aria-invalid]{--tw-bg-opacity: 1;background-color:rgb(249 229 236 / var(--tw-bg-opacity))}.aria-\[invalid\]\:outline-red-800[aria-invalid]{outline-color:#b0243f}.aria-\[invalid\]\:disabled\:outline-none:disabled[aria-invalid]{outline:2px solid transparent;outline-offset:2px}.\[\&\[type\=password\]\:not\(\:-moz-placeholder-shown\)\]\:text-\[28px\][type=password]:not(:-moz-placeholder-shown){font-size:28px}.\[\&\[type\=password\]\:not\(\:placeholder-shown\)\]\:text-\[28px\][type=password]:not(:placeholder-shown){font-size:28px}.\[\&\[type\=password\]\:not\(\:-moz-placeholder-shown\)\]\:tracking-\[4px\][type=password]:not(:-moz-placeholder-shown){letter-spacing:4px}.\[\&\[type\=password\]\:not\(\:placeholder-shown\)\]\:tracking-\[4px\][type=password]:not(:placeholder-shown){letter-spacing:4px}.\[\&\[type\=password\]\]\:w-full[type=password]{width:100%}input+small{font-size:14px;font-weight:400;line-height:1.25;margin-top:.125rem;display:flex;align-items:center;gap:.25rem;--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}input[aria-invalid=true]+small{--tw-text-opacity: 1;color:rgb(142 0 27 / var(--tw-text-opacity))}
1
+ *,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#eff2f4}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#dcdee1}input::placeholder,textarea::placeholder{opacity:1;color:#dcdee1}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}body{color:#0b0c0c;font-family:BundesSansWeb,Calibri,Verdana,Arial,Helvetica,sans-serif}::-moz-placeholder{font-family:BundesSansWeb,Calibri,Verdana,Arial,Helvetica,sans-serif;font-style:normal}::placeholder{font-family:BundesSansWeb,Calibri,Verdana,Arial,Helvetica,sans-serif;font-style:normal}:root{--ris-icon-warn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 5.99L19.53 19H4.47zM12 2L1 21h22z'/%3E%3Cpath fill='%23000' d='M13 16h-2v2h2zm0-6h-2v5h2z'/%3E%3C/svg%3E");--ris-icon-error: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238E001B' d='M12 5.99L19.53 19H4.47zM12 2L1 21h22z'/%3E%3Cpath fill='%238E001B' d='M13 16h-2v2h2zm0-6h-2v5h2z'/%3E%3C/svg%3E");--ris-icon-info: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23004B76' d='M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8'/%3E%3C/svg%3E");--ris-icon-success: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23005E34' d='M9 16.17L4.83 12l-1.42 1.41L9 19L21 7l-1.41-1.41z'/%3E%3C/svg%3E")}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(179 201 214 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(179 201 214 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.ris-title-regular{font-size:64px;font-weight:400;line-height:1.1875}.ris-heading1-regular{font-size:48px;font-weight:400;line-height:1.2}.ris-heading1-bold{font-size:48px;font-weight:700;line-height:1.2}.ris-heading2-regular{font-size:32px;font-weight:400;line-height:1.1875}.ris-heading2-bold{font-size:32px;font-weight:700;line-height:1.1875}.ris-heading3-regular{font-size:26px;font-weight:400;line-height:1.23}.ris-heading3-bold{font-size:26px;font-weight:700;line-height:1.23}.ris-subhead-regular{font-size:20px;font-weight:400;line-height:1.5}.ris-body1-regular{font-size:18px;font-weight:400;line-height:1.5}.ris-body1-bold{font-size:18px;font-weight:700;line-height:1.5}.ris-body2-regular{font-size:16px;font-weight:400;line-height:1.5}.ris-body2-bold{font-size:16px;font-weight:700;line-height:1.5}.ris-body3-regular{font-size:14px;font-weight:400;line-height:1.5}.ris-body3-bold{font-size:14px;font-weight:700;line-height:1.5}.ris-label1-regular{font-size:18px;font-weight:400;line-height:1.25}.ris-label1-bold{font-size:18px;font-weight:700;line-height:1.25}.ris-label2-regular{font-size:16px;font-weight:400;line-height:1.25}.ris-label2-bold{font-size:16px;font-weight:700;line-height:1.25}.ris-label3-regular{font-size:14px;font-weight:400;line-height:1.25}.ris-label3-bold{font-size:14px;font-weight:700;line-height:1.25}.ris-link1-regular{color:#004b76;font-size:18px;font-weight:400;line-height:1.5;text-decoration:underline}.ris-link1-bold{color:#004b76;font-size:18px;font-weight:700;line-height:1.5;text-decoration:underline}.ris-link2-regular{color:#004b76;font-size:16px;font-weight:400;line-height:1.5;text-decoration:underline}.ris-link2-bold{color:#004b76;font-size:16px;font-weight:700;line-height:1.5;text-decoration:underline}.ris-link3-regular{color:#004b76;font-size:14px;font-weight:400;line-height:1.5;text-decoration:underline}.ris-link3-bold{color:#004b76;font-size:14px;font-weight:700;line-height:1.5;text-decoration:underline}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0rem;right:0rem;bottom:0rem;left:0rem}.inset-y-0{top:0rem;bottom:0rem}.right-12{right:.75rem}.right-16{right:1rem}.-order-1{order:-1}.m-0{margin:0rem}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.mb-16{margin-bottom:1rem}.mb-4{margin-bottom:.25rem}.mb-8{margin-bottom:.5rem}.mr-2{margin-right:.125rem}.mt-16{margin-top:1rem}.mt-2{margin-top:.125rem}.mt-4{margin-top:.25rem}.mt-40{margin-top:2.5rem}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.h-12{height:.75rem}.h-16{height:1rem}.h-20{height:1.25rem}.h-24{height:1.5rem}.h-28{height:1.75rem}.h-32{height:2rem}.h-48{height:3rem}.h-64{height:4rem}.h-\[1\.34em\]{height:1.34em}.h-\[44px\]{height:44px}.h-\[60px\]{height:60px}.h-full{height:100%}.max-h-56{max-height:3.5rem}.max-h-\[90dvh\]{max-height:90dvh}.min-h-24{min-height:1.5rem}.min-h-48{min-height:3rem}.min-h-56{min-height:3.5rem}.w-12{width:.75rem}.w-16{width:1rem}.w-20{width:1.25rem}.w-24{width:1.5rem}.w-28{width:1.75rem}.w-32{width:2rem}.w-320{width:20rem}.w-48{width:3rem}.w-64{width:4rem}.w-\[1\.34em\]{width:1.34em}.w-\[95dvw\]{width:95dvw}.w-full{width:100%}.min-w-24{min-width:1.5rem}.min-w-288{min-width:18rem}.max-w-\[25rem\]{max-width:25rem}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-none{flex:none}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:.625rem}.gap-12{gap:.75rem}.gap-16{gap:1rem}.gap-2{gap:.125rem}.gap-24{gap:1.5rem}.gap-32{gap:2rem}.gap-4{gap:.25rem}.gap-8{gap:.5rem}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-auto{overflow:auto}.rounded-full{border-radius:9999px}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.border{border-width:1px}.border-2{border-width:2px}.border-l-4{border-left-width:4px}.border-blue-800{--tw-border-opacity: 1;border-color:rgb(0 75 118 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-l-blue-800{--tw-border-opacity: 1;border-left-color:rgb(0 75 118 / var(--tw-border-opacity))}.border-l-blue-900{--tw-border-opacity: 1;border-left-color:rgb(0 51 80 / var(--tw-border-opacity))}.border-l-green-800{--tw-border-opacity: 1;border-left-color:rgb(0 101 56 / var(--tw-border-opacity))}.border-l-green-900{--tw-border-opacity: 1;border-left-color:rgb(0 62 34 / var(--tw-border-opacity))}.border-l-red-800{--tw-border-opacity: 1;border-left-color:rgb(176 36 63 / var(--tw-border-opacity))}.border-l-red-900{--tw-border-opacity: 1;border-left-color:rgb(142 0 27 / var(--tw-border-opacity))}.border-l-yellow-800{--tw-border-opacity: 1;border-left-color:rgb(218 194 60 / var(--tw-border-opacity))}.border-l-yellow-900{--tw-border-opacity: 1;border-left-color:rgb(195 169 30 / var(--tw-border-opacity))}.bg-black\/40{background-color:#0b0c0c66}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(236 241 244 / var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(0 75 118 / var(--tw-bg-opacity))}.bg-current{background-color:currentColor}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(204 235 221 / var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(249 229 236 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(255 249 210 / var(--tw-bg-opacity))}.bg-\[length\:20px\]{background-size:20px}.bg-\[16px_18px\]{background-position:16px 18px}.bg-no-repeat{background-repeat:no-repeat}.fill-transparent{fill:transparent}.stroke-current{stroke:currentColor}.stroke-\[4px\]{stroke-width:4px}.p-0{padding:0rem}.p-16{padding:1rem}.p-2{padding:.125rem}.p-4{padding:.25rem}.px-12{padding-left:.75rem;padding-right:.75rem}.px-14{padding-left:.875rem;padding-right:.875rem}.px-16{padding-left:1rem;padding-right:1rem}.px-20{padding-left:1.25rem;padding-right:1.25rem}.px-24{padding-left:1.5rem;padding-right:1.5rem}.px-4{padding-left:.25rem;padding-right:.25rem}.px-56{padding-left:3.5rem;padding-right:3.5rem}.px-8{padding-left:.5rem;padding-right:.5rem}.py-0{padding-top:0rem;padding-bottom:0rem}.py-10{padding-top:.625rem;padding-bottom:.625rem}.py-12{padding-top:.75rem;padding-bottom:.75rem}.py-14{padding-top:.875rem;padding-bottom:.875rem}.py-24{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:.25rem;padding-bottom:.25rem}.py-44{padding-top:2.75rem;padding-bottom:2.75rem}.pb-12{padding-bottom:.75rem}.pl-44{padding-left:2.75rem}.pt-8{padding-top:.5rem}.text-center{text-align:center}.leading-none{line-height:1}.text-black{--tw-text-opacity: 1;color:rgb(11 12 12 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(0 75 118 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(0 101 56 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(176 36 63 / var(--tw-text-opacity))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-2{outline-width:2px}.outline-4{outline-width:4px}.-outline-offset-4{outline-offset:-4px}.outline-offset-4{outline-offset:4px}.outline-blue-800{outline-color:#004b76}.outline-gray-500{outline-color:#cacdd2}.\[stroke-dasharray\:200\]{stroke-dasharray:200}.\[stroke-dashoffset\:100\]{stroke-dashoffset:100}.\[\&\+label\]\:ris-label1-regular+label{font-size:18px;font-weight:400;line-height:1.25}.placeholder\:text-gray-900::-moz-placeholder{--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.placeholder\:text-gray-900::placeholder{--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.read-only\:cursor-not-allowed:-moz-read-only{cursor:not-allowed}.read-only\:cursor-not-allowed:read-only{cursor:not-allowed}.read-only\:border-blue-300:-moz-read-only{--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.read-only\:border-blue-300:read-only{--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.read-only\:bg-blue-300:-moz-read-only{--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.read-only\:bg-blue-300:read-only{--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgb(202 205 210 / var(--tw-border-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(242 246 248 / var(--tw-bg-opacity))}.hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgb(204 219 228 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 111 145 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(239 242 244 / var(--tw-bg-opacity))}.hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgb(151 204 180 / var(--tw-bg-opacity))}.hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgb(236 179 197 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:bg-yellow-400:hover{--tw-bg-opacity: 1;background-color:rgb(247 230 125 / var(--tw-bg-opacity))}.hover\:outline:hover{outline-style:solid}.focus\:border-gray-500:focus{--tw-border-opacity: 1;border-color:rgb(202 205 210 / var(--tw-border-opacity))}.focus\:bg-gray-200:focus{--tw-bg-opacity: 1;background-color:rgb(239 242 244 / var(--tw-bg-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.active\:border-white:active{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.active\:bg-blue-500:active{--tw-bg-opacity: 1;background-color:rgb(179 201 214 / var(--tw-bg-opacity))}.active\:bg-green-500:active{--tw-bg-opacity: 1;background-color:rgb(101 180 145 / var(--tw-bg-opacity))}.active\:bg-red-500:active{--tw-bg-opacity: 1;background-color:rgb(230 153 177 / var(--tw-bg-opacity))}.active\:bg-white:active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.active\:bg-yellow-500:active{--tw-bg-opacity: 1;background-color:rgb(245 224 93 / var(--tw-bg-opacity))}.active\:text-blue-800:active{--tw-text-opacity: 1;color:rgb(0 75 118 / var(--tw-text-opacity))}.active\:outline-none:active{outline:2px solid transparent;outline-offset:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-blue-500:disabled{--tw-border-opacity: 1;border-color:rgb(179 201 214 / var(--tw-border-opacity))}.disabled\:border-gray-600:disabled{--tw-border-opacity: 1;border-color:rgb(184 189 195 / var(--tw-border-opacity))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(220 222 225 / var(--tw-bg-opacity))}.disabled\:bg-transparent:disabled{background-color:transparent}.disabled\:bg-white:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.disabled\:text-blue-500:disabled{--tw-text-opacity: 1;color:rgb(179 201 214 / var(--tw-text-opacity))}.disabled\:text-gray-500:disabled{--tw-text-opacity: 1;color:rgb(202 205 210 / var(--tw-text-opacity))}.disabled\:text-gray-600:disabled{--tw-text-opacity: 1;color:rgb(184 189 195 / var(--tw-text-opacity))}.disabled\:outline-none:disabled{outline:2px solid transparent;outline-offset:2px}.disabled\:hover\:bg-white:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:text-blue-800{--tw-text-opacity: 1;color:rgb(0 75 118 / var(--tw-text-opacity))}.peer:disabled~.peer-disabled\:text-gray-600{--tw-text-opacity: 1;color:rgb(184 189 195 / var(--tw-text-opacity))}.has-\[svg\:first-child\]\:flex:has(svg:first-child){display:flex}.has-\[svg\:first-child\]\:gap-8:has(svg:first-child){gap:.5rem}.has-\[\[aria-invalid\]\]\:border-red-800:has([aria-invalid]){--tw-border-opacity: 1;border-color:rgb(176 36 63 / var(--tw-border-opacity))}.has-\[input\:disabled\]\:border-blue-500:has(input:disabled){--tw-border-opacity: 1;border-color:rgb(179 201 214 / var(--tw-border-opacity))}.has-\[input\:-moz-read-only\]\:border-blue-300:has(input:-moz-read-only){--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.has-\[input\:read-only\]\:border-blue-300:has(input:read-only){--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.has-\[\[aria-invalid\]\]\:bg-red-200:has([aria-invalid]){--tw-bg-opacity: 1;background-color:rgb(249 229 236 / var(--tw-bg-opacity))}.has-\[input\:disabled\]\:bg-white:has(input:disabled){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.has-\[input\:-moz-read-only\]\:bg-blue-300:has(input:-moz-read-only){--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.has-\[input\:read-only\]\:bg-blue-300:has(input:read-only){--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.has-\[\[data-size\=large\]\]\:px-24:has([data-size=large]){padding-left:1.5rem;padding-right:1.5rem}.has-\[input\:disabled\]\:text-blue-500:has(input:disabled){--tw-text-opacity: 1;color:rgb(179 201 214 / var(--tw-text-opacity))}.has-\[input\:disabled\]\:outline-none:has(input:disabled){outline:2px solid transparent;outline-offset:2px}.has-\[\:focus\]\:outline:has(:focus){outline-style:solid}.has-\[\:hover\]\:outline:has(:hover){outline-style:solid}.has-\[\[aria-invalid\]\]\:outline-red-800:has([aria-invalid]){outline-color:#b0243f}.aria-\[invalid\]\:border-red-800[aria-invalid]{--tw-border-opacity: 1;border-color:rgb(176 36 63 / var(--tw-border-opacity))}.aria-\[invalid\]\:bg-red-200[aria-invalid]{--tw-bg-opacity: 1;background-color:rgb(249 229 236 / var(--tw-bg-opacity))}.aria-\[invalid\]\:outline-red-800[aria-invalid]{outline-color:#b0243f}.aria-\[invalid\]\:active\:outline-none:active[aria-invalid]{outline:2px solid transparent;outline-offset:2px}.aria-\[invalid\]\:disabled\:outline-none:disabled[aria-invalid]{outline:2px solid transparent;outline-offset:2px}.peer[aria-invalid]~.peer-aria-\[invalid\]\:text-red-800{--tw-text-opacity: 1;color:rgb(176 36 63 / var(--tw-text-opacity))}.data-\[variant\=active\]\:border-blue-800[data-variant=active]{--tw-border-opacity: 1;border-color:rgb(0 75 118 / var(--tw-border-opacity))}.data-\[p-focus\=true\]\:bg-blue-200[data-p-focus=true],.data-\[variant\=active\]\:bg-blue-200[data-variant=active]{--tw-bg-opacity: 1;background-color:rgb(236 241 244 / var(--tw-bg-opacity))}.\[\&\+label\]\:ml-8+label{margin-left:.5rem}.\[\&\[type\=password\]\:not\(\:-moz-placeholder-shown\)\]\:text-\[28px\][type=password]:not(:-moz-placeholder-shown){font-size:28px}.\[\&\[type\=password\]\:not\(\:placeholder-shown\)\]\:text-\[28px\][type=password]:not(:placeholder-shown){font-size:28px}.\[\&\[type\=password\]\:not\(\:-moz-placeholder-shown\)\]\:tracking-\[4px\][type=password]:not(:-moz-placeholder-shown){letter-spacing:4px}.\[\&\[type\=password\]\:not\(\:placeholder-shown\)\]\:tracking-\[4px\][type=password]:not(:placeholder-shown){letter-spacing:4px}.\[\&\[type\=password\]\]\:w-full[type=password]{width:100%}.ris-dialog-content svg:first-child{flex:none}input+small{font-size:14px;font-weight:400;line-height:1.25;margin-top:.125rem;display:flex;align-items:center;gap:.25rem;--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}input[aria-invalid=true]+small{--tw-text-opacity: 1;color:rgb(142 0 27 / var(--tw-text-opacity))}textarea+small{font-size:14px;font-weight:400;line-height:1.25;margin-top:.125rem;display:flex;align-items:center;gap:.25rem;--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}textarea[aria-invalid=true]+small{--tw-text-opacity: 1;color:rgb(142 0 27 / var(--tw-text-opacity))}