@duetds/css 2.0.0-alpha.0 → 2.0.1

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/lib/duet.css CHANGED
@@ -1,1136 +1,1525 @@
1
1
  /* DUET CSS FRAMEWORK
2
2
  --------------------------------------------- */
3
3
  .duet-background-warning {
4
- background: #f7b228 !important; }
5
-
4
+ background: #f7b228 !important;
5
+ }
6
6
  .duet-color-warning {
7
- color: #f7b228 !important; }
8
-
7
+ color: #f7b228 !important;
8
+ }
9
9
  .duet-fill-warning {
10
- fill: #f7b228 !important; }
11
-
10
+ fill: #f7b228 !important;
11
+ }
12
12
  .duet-background-gray-darker {
13
- background: #657787 !important; }
14
-
13
+ background: #657787 !important;
14
+ }
15
15
  .duet-color-gray-darker {
16
- color: #657787 !important; }
17
-
16
+ color: #657787 !important;
17
+ }
18
18
  .duet-fill-gray-darker {
19
- fill: #657787 !important; }
20
-
19
+ fill: #657787 !important;
20
+ }
21
21
  .duet-background-gray-lighter {
22
- background: #f5f8fa !important; }
23
-
22
+ background: #f5f8fa !important;
23
+ }
24
24
  .duet-color-gray-lighter {
25
- color: #f5f8fa !important; }
26
-
25
+ color: #f5f8fa !important;
26
+ }
27
27
  .duet-fill-gray-lighter {
28
- fill: #f5f8fa !important; }
29
-
28
+ fill: #f5f8fa !important;
29
+ }
30
30
  .duet-background-category-home {
31
- background: #d32483 !important; }
32
-
31
+ background: #d32483 !important;
32
+ }
33
33
  .duet-color-category-home {
34
- color: #d32483 !important; }
35
-
34
+ color: #d32483 !important;
35
+ }
36
36
  .duet-fill-category-home {
37
- fill: #d32483 !important; }
38
-
37
+ fill: #d32483 !important;
38
+ }
39
39
  .duet-background-primary {
40
- background: #0077b3 !important; }
41
-
40
+ background: #0077b3 !important;
41
+ }
42
42
  .duet-color-primary {
43
- color: #0077b3 !important; }
44
-
43
+ color: #0077b3 !important;
44
+ }
45
45
  .duet-fill-primary {
46
- fill: #0077b3 !important; }
47
-
46
+ fill: #0077b3 !important;
47
+ }
48
48
  .duet-background-category-vehicle {
49
- background: #364a81 !important; }
50
-
49
+ background: #364a81 !important;
50
+ }
51
51
  .duet-color-category-vehicle {
52
- color: #364a81 !important; }
53
-
52
+ color: #364a81 !important;
53
+ }
54
54
  .duet-fill-category-vehicle {
55
- fill: #364a81 !important; }
56
-
55
+ fill: #364a81 !important;
56
+ }
57
57
  .duet-background-success {
58
- background: #00875a !important; }
59
-
58
+ background: #00875a !important;
59
+ }
60
60
  .duet-color-success {
61
- color: #00875a !important; }
62
-
61
+ color: #00875a !important;
62
+ }
63
63
  .duet-fill-success {
64
- fill: #00875a !important; }
65
-
64
+ fill: #00875a !important;
65
+ }
66
66
  .duet-background-category-family {
67
- background: #0b7288 !important; }
68
-
67
+ background: #0b7288 !important;
68
+ }
69
69
  .duet-color-category-family {
70
- color: #0b7288 !important; }
71
-
70
+ color: #0b7288 !important;
71
+ }
72
72
  .duet-fill-category-family {
73
- fill: #0b7288 !important; }
74
-
73
+ fill: #0b7288 !important;
74
+ }
75
75
  .duet-background-primary-lightest {
76
- background: #f3f9fc !important; }
77
-
76
+ background: #f3f9fc !important;
77
+ }
78
78
  .duet-color-primary-lightest {
79
- color: #f3f9fc !important; }
80
-
79
+ color: #f3f9fc !important;
80
+ }
81
81
  .duet-fill-primary-lightest {
82
- fill: #f3f9fc !important; }
83
-
82
+ fill: #f3f9fc !important;
83
+ }
84
84
  .duet-background-primary-lighter {
85
- background: #e6f2f8 !important; }
86
-
85
+ background: #e6f2f8 !important;
86
+ }
87
87
  .duet-color-primary-lighter {
88
- color: #e6f2f8 !important; }
89
-
88
+ color: #e6f2f8 !important;
89
+ }
90
90
  .duet-fill-primary-lighter {
91
- fill: #e6f2f8 !important; }
92
-
91
+ fill: #e6f2f8 !important;
92
+ }
93
93
  .duet-background-brand-blue {
94
- background: #00a1d4 !important; }
95
-
94
+ background: #00a1d4 !important;
95
+ }
96
96
  .duet-color-brand-blue {
97
- color: #00a1d4 !important; }
98
-
97
+ color: #00a1d4 !important;
98
+ }
99
99
  .duet-fill-brand-blue {
100
- fill: #00a1d4 !important; }
101
-
100
+ fill: #00a1d4 !important;
101
+ }
102
102
  .duet-background-primary-dark {
103
- background: #004d80 !important; }
104
-
103
+ background: #004d80 !important;
104
+ }
105
105
  .duet-color-primary-dark {
106
- color: #004d80 !important; }
107
-
106
+ color: #004d80 !important;
107
+ }
108
108
  .duet-fill-primary-dark {
109
- fill: #004d80 !important; }
110
-
109
+ fill: #004d80 !important;
110
+ }
111
111
  .duet-background-gray-lightest {
112
- background: white !important; }
113
-
112
+ background: white !important;
113
+ }
114
114
  .duet-color-gray-lightest {
115
- color: white !important; }
116
-
115
+ color: white !important;
116
+ }
117
117
  .duet-fill-gray-lightest {
118
- fill: white !important; }
119
-
118
+ fill: white !important;
119
+ }
120
120
  .duet-background-category-finance {
121
- background: #7a01c4 !important; }
122
-
121
+ background: #7a01c4 !important;
122
+ }
123
123
  .duet-color-category-finance {
124
- color: #7a01c4 !important; }
125
-
124
+ color: #7a01c4 !important;
125
+ }
126
126
  .duet-fill-category-finance {
127
- fill: #7a01c4 !important; }
128
-
127
+ fill: #7a01c4 !important;
128
+ }
129
129
  .duet-background-gray-dark {
130
- background: #909599 !important; }
131
-
130
+ background: #909599 !important;
131
+ }
132
132
  .duet-color-gray-dark {
133
- color: #909599 !important; }
134
-
133
+ color: #909599 !important;
134
+ }
135
135
  .duet-fill-gray-dark {
136
- fill: #909599 !important; }
137
-
136
+ fill: #909599 !important;
137
+ }
138
138
  .duet-background-gray-light {
139
- background: #e1e3e6 !important; }
140
-
139
+ background: #e1e3e6 !important;
140
+ }
141
141
  .duet-color-gray-light {
142
- color: #e1e3e6 !important; }
143
-
142
+ color: #e1e3e6 !important;
143
+ }
144
144
  .duet-fill-gray-light {
145
- fill: #e1e3e6 !important; }
146
-
145
+ fill: #e1e3e6 !important;
146
+ }
147
147
  .duet-background-secondary {
148
- background: #00294d !important; }
149
-
148
+ background: #00294d !important;
149
+ }
150
150
  .duet-color-secondary {
151
- color: #00294d !important; }
152
-
151
+ color: #00294d !important;
152
+ }
153
153
  .duet-fill-secondary {
154
- fill: #00294d !important; }
155
-
154
+ fill: #00294d !important;
155
+ }
156
156
  .duet-background-category-pet {
157
- background: #a8014e !important; }
158
-
157
+ background: #a8014e !important;
158
+ }
159
159
  .duet-color-category-pet {
160
- color: #a8014e !important; }
161
-
160
+ color: #a8014e !important;
161
+ }
162
162
  .duet-fill-category-pet {
163
- fill: #a8014e !important; }
164
-
163
+ fill: #a8014e !important;
164
+ }
165
165
  .duet-background-primary-light {
166
- background: #cde5f1 !important; }
167
-
166
+ background: #cde5f1 !important;
167
+ }
168
168
  .duet-color-primary-light {
169
- color: #cde5f1 !important; }
170
-
169
+ color: #cde5f1 !important;
170
+ }
171
171
  .duet-fill-primary-light {
172
- fill: #cde5f1 !important; }
173
-
172
+ fill: #cde5f1 !important;
173
+ }
174
174
  .duet-background-category-travel {
175
- background: #d54203 !important; }
176
-
175
+ background: #d54203 !important;
176
+ }
177
177
  .duet-color-category-travel {
178
- color: #d54203 !important; }
179
-
178
+ color: #d54203 !important;
179
+ }
180
180
  .duet-fill-category-travel {
181
- fill: #d54203 !important; }
182
-
181
+ fill: #d54203 !important;
182
+ }
183
183
  .duet-background-gray {
184
- background: #cfd2d4 !important; }
185
-
184
+ background: #cfd2d4 !important;
185
+ }
186
186
  .duet-color-gray {
187
- color: #cfd2d4 !important; }
188
-
187
+ color: #cfd2d4 !important;
188
+ }
189
189
  .duet-fill-gray {
190
- fill: #cfd2d4 !important; }
191
-
190
+ fill: #cfd2d4 !important;
191
+ }
192
192
  .duet-background-danger {
193
- background: #de2362 !important; }
194
-
193
+ background: #de2362 !important;
194
+ }
195
195
  .duet-color-danger {
196
- color: #de2362 !important; }
197
-
196
+ color: #de2362 !important;
197
+ }
198
198
  .duet-fill-danger {
199
- fill: #de2362 !important; }
200
-
199
+ fill: #de2362 !important;
200
+ }
201
201
  .duet-background-gray-darker-turva {
202
- background: #454545 !important; }
203
-
202
+ background: #444445 !important;
203
+ }
204
204
  .duet-color-gray-darker-turva {
205
- color: #454545 !important; }
206
-
205
+ color: #444445 !important;
206
+ }
207
207
  .duet-fill-gray-darker-turva {
208
- fill: #454545 !important; }
209
-
208
+ fill: #444445 !important;
209
+ }
210
210
  .duet-background-gray-lighter-turva {
211
- background: #f7f7f7 !important; }
212
-
211
+ background: #f5f5f7 !important;
212
+ }
213
213
  .duet-color-gray-lighter-turva {
214
- color: #f7f7f7 !important; }
215
-
214
+ color: #f5f5f7 !important;
215
+ }
216
216
  .duet-fill-gray-lighter-turva {
217
- fill: #f7f7f7 !important; }
218
-
217
+ fill: #f5f5f7 !important;
218
+ }
219
219
  .duet-background-category-home-turva {
220
- background: #a10a4e !important; }
221
-
220
+ background: #a10a4e !important;
221
+ }
222
222
  .duet-color-category-home-turva {
223
- color: #a10a4e !important; }
224
-
223
+ color: #a10a4e !important;
224
+ }
225
225
  .duet-fill-category-home-turva {
226
- fill: #a10a4e !important; }
227
-
226
+ fill: #a10a4e !important;
227
+ }
228
228
  .duet-background-primary-turva {
229
- background: #c60c30 !important; }
230
-
229
+ background: #c60c30 !important;
230
+ }
231
231
  .duet-color-primary-turva {
232
- color: #c60c30 !important; }
233
-
232
+ color: #c60c30 !important;
233
+ }
234
234
  .duet-fill-primary-turva {
235
- fill: #c60c30 !important; }
236
-
235
+ fill: #c60c30 !important;
236
+ }
237
237
  .duet-background-category-vehicle-turva {
238
- background: #3e55ad !important; }
239
-
238
+ background: #171c3a !important;
239
+ }
240
240
  .duet-color-category-vehicle-turva {
241
- color: #3e55ad !important; }
242
-
241
+ color: #171c3a !important;
242
+ }
243
243
  .duet-fill-category-vehicle-turva {
244
- fill: #3e55ad !important; }
245
-
244
+ fill: #171c3a !important;
245
+ }
246
246
  .duet-background-success-turva {
247
- background: #08874e !important; }
248
-
247
+ background: #08874e !important;
248
+ }
249
249
  .duet-color-success-turva {
250
- color: #08874e !important; }
251
-
250
+ color: #08874e !important;
251
+ }
252
252
  .duet-fill-success-turva {
253
- fill: #08874e !important; }
254
-
253
+ fill: #08874e !important;
254
+ }
255
255
  .duet-background-primary-lightest-turva {
256
- background: #fcf3f4 !important; }
257
-
256
+ background: #fcf3f4 !important;
257
+ }
258
258
  .duet-color-primary-lightest-turva {
259
- color: #fcf3f4 !important; }
260
-
259
+ color: #fcf3f4 !important;
260
+ }
261
261
  .duet-fill-primary-lightest-turva {
262
- fill: #fcf3f4 !important; }
263
-
262
+ fill: #fcf3f4 !important;
263
+ }
264
264
  .duet-background-category-family-turva {
265
- background: #c70c70 !important; }
266
-
265
+ background: #c70c70 !important;
266
+ }
267
267
  .duet-color-category-family-turva {
268
- color: #c70c70 !important; }
269
-
268
+ color: #c70c70 !important;
269
+ }
270
270
  .duet-fill-category-family-turva {
271
- fill: #c70c70 !important; }
272
-
271
+ fill: #c70c70 !important;
272
+ }
273
273
  .duet-background-category-union-turva {
274
- background: #844494 !important; }
275
-
274
+ background: #a9457c !important;
275
+ }
276
276
  .duet-color-category-union-turva {
277
- color: #844494 !important; }
278
-
277
+ color: #a9457c !important;
278
+ }
279
279
  .duet-fill-category-union-turva {
280
- fill: #844494 !important; }
281
-
280
+ fill: #a9457c !important;
281
+ }
282
282
  .duet-background-primary-lighter-turva {
283
- background: #f9e6ea !important; }
284
-
283
+ background: #f9e6ea !important;
284
+ }
285
285
  .duet-color-primary-lighter-turva {
286
- color: #f9e6ea !important; }
287
-
286
+ color: #f9e6ea !important;
287
+ }
288
288
  .duet-fill-primary-lighter-turva {
289
- fill: #f9e6ea !important; }
290
-
289
+ fill: #f9e6ea !important;
290
+ }
291
291
  .duet-background-primary-dark-turva {
292
- background: #940925 !important; }
293
-
292
+ background: #940925 !important;
293
+ }
294
294
  .duet-color-primary-dark-turva {
295
- color: #940925 !important; }
296
-
295
+ color: #940925 !important;
296
+ }
297
297
  .duet-fill-primary-dark-turva {
298
- fill: #940925 !important; }
299
-
298
+ fill: #940925 !important;
299
+ }
300
300
  .duet-background-gray-lightest-turva {
301
- background: white !important; }
302
-
301
+ background: white !important;
302
+ }
303
303
  .duet-color-gray-lightest-turva {
304
- color: white !important; }
305
-
304
+ color: white !important;
305
+ }
306
306
  .duet-fill-gray-lightest-turva {
307
- fill: white !important; }
308
-
307
+ fill: white !important;
308
+ }
309
309
  .duet-background-gray-dark-turva {
310
- background: #757575 !important; }
311
-
310
+ background: #747475 !important;
311
+ }
312
312
  .duet-color-gray-dark-turva {
313
- color: #757575 !important; }
314
-
313
+ color: #747475 !important;
314
+ }
315
315
  .duet-fill-gray-dark-turva {
316
- fill: #757575 !important; }
317
-
316
+ fill: #747475 !important;
317
+ }
318
318
  .duet-background-gray-light-turva {
319
- background: #e6e6e6 !important; }
320
-
319
+ background: #e4e4e6 !important;
320
+ }
321
321
  .duet-color-gray-light-turva {
322
- color: #e6e6e6 !important; }
323
-
322
+ color: #e4e4e6 !important;
323
+ }
324
324
  .duet-fill-gray-light-turva {
325
- fill: #e6e6e6 !important; }
326
-
325
+ fill: #e4e4e6 !important;
326
+ }
327
327
  .duet-background-brand-gray-turva {
328
- background: #b2b4b3 !important; }
329
-
328
+ background: #b2b4b3 !important;
329
+ }
330
330
  .duet-color-brand-gray-turva {
331
- color: #b2b4b3 !important; }
332
-
331
+ color: #b2b4b3 !important;
332
+ }
333
333
  .duet-fill-brand-gray-turva {
334
- fill: #b2b4b3 !important; }
335
-
334
+ fill: #b2b4b3 !important;
335
+ }
336
336
  .duet-background-secondary-turva {
337
- background: #111111 !important; }
338
-
337
+ background: #171c3a !important;
338
+ }
339
339
  .duet-color-secondary-turva {
340
- color: #111111 !important; }
341
-
340
+ color: #171c3a !important;
341
+ }
342
342
  .duet-fill-secondary-turva {
343
- fill: #111111 !important; }
344
-
343
+ fill: #171c3a !important;
344
+ }
345
345
  .duet-background-primary-light-turva {
346
- background: #f4cfd6 !important; }
347
-
346
+ background: #f4cfd6 !important;
347
+ }
348
348
  .duet-color-primary-light-turva {
349
- color: #f4cfd6 !important; }
350
-
349
+ color: #f4cfd6 !important;
350
+ }
351
351
  .duet-fill-primary-light-turva {
352
- fill: #f4cfd6 !important; }
353
-
352
+ fill: #f4cfd6 !important;
353
+ }
354
354
  .duet-background-category-travel-turva {
355
- background: #098194 !important; }
356
-
355
+ background: #098194 !important;
356
+ }
357
357
  .duet-color-category-travel-turva {
358
- color: #098194 !important; }
359
-
358
+ color: #098194 !important;
359
+ }
360
360
  .duet-fill-category-travel-turva {
361
- fill: #098194 !important; }
362
-
361
+ fill: #098194 !important;
362
+ }
363
363
  .duet-background-gray-turva {
364
- background: #d1d1d1 !important; }
365
-
364
+ background: #cfcfd1 !important;
365
+ }
366
366
  .duet-color-gray-turva {
367
- color: #d1d1d1 !important; }
368
-
367
+ color: #cfcfd1 !important;
368
+ }
369
369
  .duet-fill-gray-turva {
370
- fill: #d1d1d1 !important; }
371
-
370
+ fill: #cfcfd1 !important;
371
+ }
372
372
  .duet-background-danger-turva {
373
- background: #e02a0d !important; }
374
-
373
+ background: #e02a0d !important;
374
+ }
375
375
  .duet-color-danger-turva {
376
- color: #e02a0d !important; }
377
-
376
+ color: #e02a0d !important;
377
+ }
378
378
  .duet-fill-danger-turva {
379
- fill: #e02a0d !important; }
380
-
379
+ fill: #e02a0d !important;
380
+ }
381
381
  .duet-background-warning-turva {
382
- background: #faa40f !important; }
383
-
382
+ background: #faa40f !important;
383
+ }
384
384
  .duet-color-warning-turva {
385
- color: #faa40f !important; }
386
-
385
+ color: #faa40f !important;
386
+ }
387
387
  .duet-fill-warning-turva {
388
- fill: #faa40f !important; }
389
-
388
+ fill: #faa40f !important;
389
+ }
390
+ .duet-background-data-07 {
391
+ background: #c065f7 !important;
392
+ }
393
+ .duet-color-data-07 {
394
+ color: #c065f7 !important;
395
+ }
396
+ .duet-fill-data-07 {
397
+ fill: #c065f7 !important;
398
+ }
399
+ .duet-background-data-08 {
400
+ background: #0069bf !important;
401
+ }
402
+ .duet-color-data-08 {
403
+ color: #0069bf !important;
404
+ }
405
+ .duet-fill-data-08 {
406
+ fill: #0069bf !important;
407
+ }
408
+ .duet-background-data-09 {
409
+ background: #137835 !important;
410
+ }
411
+ .duet-color-data-09 {
412
+ color: #137835 !important;
413
+ }
414
+ .duet-fill-data-09 {
415
+ fill: #137835 !important;
416
+ }
417
+ .duet-background-data-10 {
418
+ background: #b33c18 !important;
419
+ }
420
+ .duet-color-data-10 {
421
+ color: #b33c18 !important;
422
+ }
423
+ .duet-fill-data-10 {
424
+ fill: #b33c18 !important;
425
+ }
426
+ .duet-background-data-11 {
427
+ background: #0da3a6 !important;
428
+ }
429
+ .duet-color-data-11 {
430
+ color: #0da3a6 !important;
431
+ }
432
+ .duet-fill-data-11 {
433
+ fill: #0da3a6 !important;
434
+ }
435
+ .duet-background-data-01 {
436
+ background: #7a01c4 !important;
437
+ }
438
+ .duet-color-data-01 {
439
+ color: #7a01c4 !important;
440
+ }
441
+ .duet-fill-data-01 {
442
+ fill: #7a01c4 !important;
443
+ }
444
+ .duet-background-data-12 {
445
+ background: #0b7288 !important;
446
+ }
447
+ .duet-color-data-12 {
448
+ color: #0b7288 !important;
449
+ }
450
+ .duet-fill-data-12 {
451
+ fill: #0b7288 !important;
452
+ }
453
+ .duet-background-data-02 {
454
+ background: #009bcc !important;
455
+ }
456
+ .duet-color-data-02 {
457
+ color: #009bcc !important;
458
+ }
459
+ .duet-fill-data-02 {
460
+ fill: #009bcc !important;
461
+ }
462
+ .duet-background-data-13 {
463
+ background: #b38918 !important;
464
+ }
465
+ .duet-color-data-13 {
466
+ color: #b38918 !important;
467
+ }
468
+ .duet-fill-data-13 {
469
+ fill: #b38918 !important;
470
+ }
471
+ .duet-background-data-03 {
472
+ background: #1bab4b !important;
473
+ }
474
+ .duet-color-data-03 {
475
+ color: #1bab4b !important;
476
+ }
477
+ .duet-fill-data-03 {
478
+ fill: #1bab4b !important;
479
+ }
480
+ .duet-background-data-14 {
481
+ background: #806211 !important;
482
+ }
483
+ .duet-color-data-14 {
484
+ color: #806211 !important;
485
+ }
486
+ .duet-fill-data-14 {
487
+ fill: #806211 !important;
488
+ }
489
+ .duet-background-data-04 {
490
+ background: #ff5622 !important;
491
+ }
492
+ .duet-color-data-04 {
493
+ color: #ff5622 !important;
494
+ }
495
+ .duet-fill-data-04 {
496
+ fill: #ff5622 !important;
497
+ }
498
+ .duet-background-data-15 {
499
+ background: #00294d !important;
500
+ }
501
+ .duet-color-data-15 {
502
+ color: #00294d !important;
503
+ }
504
+ .duet-fill-data-15 {
505
+ fill: #00294d !important;
506
+ }
507
+ .duet-background-data-05 {
508
+ background: #f54c9a !important;
509
+ }
510
+ .duet-color-data-05 {
511
+ color: #f54c9a !important;
512
+ }
513
+ .duet-fill-data-05 {
514
+ fill: #f54c9a !important;
515
+ }
516
+ .duet-background-data-06 {
517
+ background: #c21565 !important;
518
+ }
519
+ .duet-color-data-06 {
520
+ color: #c21565 !important;
521
+ }
522
+ .duet-fill-data-06 {
523
+ fill: #c21565 !important;
524
+ }
390
525
  .duet-font-weight-extra-bold {
391
- font-weight: 800 !important; }
392
-
526
+ font-weight: 800 !important;
527
+ }
393
528
  .duet-letter-spacing-heading {
394
- letter-spacing: -0.01rem !important; }
395
-
529
+ letter-spacing: -0.01rem !important;
530
+ }
396
531
  .duet-font-family-heading-turva {
397
- font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }
398
-
532
+ font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
533
+ }
399
534
  .duet-font-family-text-turva {
400
- font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }
401
-
535
+ font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
536
+ }
402
537
  .duet-font-family-heading {
403
- font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }
404
-
538
+ font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
539
+ }
405
540
  .duet-font-family-text {
406
- font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }
407
-
541
+ font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
542
+ }
408
543
  .duet-font-weight-bold {
409
- font-weight: 700 !important; }
410
-
544
+ font-weight: 700 !important;
545
+ }
411
546
  .duet-font-weight-normal {
412
- font-weight: 400 !important; }
413
-
547
+ font-weight: 400 !important;
548
+ }
414
549
  .duet-font-weight-semi-bold {
415
- font-weight: 600 !important; }
416
-
550
+ font-weight: 600 !important;
551
+ }
417
552
  .duet-font-size-xxxx-large {
418
- font-size: 4.5rem !important; }
419
-
553
+ font-size: 4.5rem !important;
554
+ }
420
555
  .duet-font-size-xxx-large {
421
- font-size: 3rem !important; }
422
-
556
+ font-size: 3rem !important;
557
+ }
423
558
  .duet-font-size-xx-large {
424
- font-size: 2.25rem !important; }
425
-
559
+ font-size: 2.25rem !important;
560
+ }
426
561
  .duet-font-size-x-large {
427
- font-size: 1.5rem !important; }
428
-
562
+ font-size: 1.5rem !important;
563
+ }
429
564
  .duet-font-size-large {
430
- font-size: 1.25rem !important; }
431
-
565
+ font-size: 1.25rem !important;
566
+ }
432
567
  .duet-font-size-medium {
433
- font-size: 1rem !important; }
434
-
568
+ font-size: 1rem !important;
569
+ }
435
570
  .duet-font-size-small {
436
- font-size: 0.875rem !important; }
437
-
571
+ font-size: 0.875rem !important;
572
+ }
438
573
  .duet-font-size-x-small {
439
- font-size: 0.75rem !important; }
440
-
574
+ font-size: 0.75rem !important;
575
+ }
441
576
  .duet-radius-sharp {
442
- border-radius: 0 !important; }
443
-
577
+ border-radius: 0 !important;
578
+ }
444
579
  .duet-radius-default {
445
- border-radius: 4px !important; }
446
-
580
+ border-radius: 4px !important;
581
+ }
447
582
  .duet-radius-circle {
448
- border-radius: 50% !important; }
449
-
583
+ border-radius: 50% !important;
584
+ }
450
585
  .duet-radius-pill {
451
- border-radius: 20rem !important; }
452
-
586
+ border-radius: 20rem !important;
587
+ }
453
588
  .duet-shadow-tooltip-turva {
454
- box-shadow: 0 2px 10px 0 rgba(117, 117, 117, 0.13) !important; }
455
-
589
+ box-shadow: 0 2px 10px 0 rgba(117, 117, 117, 0.13) !important;
590
+ }
456
591
  .duet-shadow-default {
457
- box-shadow: 0 2px 6px 0 rgba(0, 41, 77, 0.07) !important; }
458
-
592
+ box-shadow: 0 2px 6px 0 rgba(0, 41, 77, 0.07) !important;
593
+ }
459
594
  .duet-shadow-tooltip {
460
- box-shadow: 0 2px 10px 0 rgba(0, 41, 77, 0.07) !important; }
461
-
595
+ box-shadow: 0 2px 10px 0 rgba(0, 41, 77, 0.07) !important;
596
+ }
462
597
  .duet-shadow-card-turva {
463
- box-shadow: 0 2px 6px 0 rgba(117, 117, 117, 0.13), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07) !important; }
464
-
598
+ box-shadow: 0 2px 6px 0 rgba(117, 117, 117, 0.13), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07) !important;
599
+ }
465
600
  .duet-shadow-modal {
466
- box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2) !important; }
467
-
601
+ box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2) !important;
602
+ }
468
603
  .duet-shadow-card {
469
- box-shadow: 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07) !important; }
470
-
604
+ box-shadow: 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 -1px 0 0 rgba(0, 0, 0, 0.09), -1px 0 0 0 rgba(0, 0, 0, 0.07), 1px 0 0 0 rgba(0, 0, 0, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.07) !important;
605
+ }
471
606
  .duet-shadow-hover-turva {
472
- box-shadow: 0 2px 10px 0 rgba(117, 117, 117, 0.15) !important; }
473
-
607
+ box-shadow: 0 2px 10px 0 rgba(117, 117, 117, 0.15) !important;
608
+ }
474
609
  .duet-shadow-hover {
475
- box-shadow: 0 2px 10px 0 rgba(0, 41, 77, 0.1) !important; }
476
-
610
+ box-shadow: 0 2px 10px 0 rgba(0, 41, 77, 0.1) !important;
611
+ }
477
612
  .duet-shadow-default-turva {
478
- box-shadow: 0 2px 6px 0 rgba(117, 117, 117, 0.13) !important; }
479
-
613
+ box-shadow: 0 2px 6px 0 rgba(117, 117, 117, 0.13) !important;
614
+ }
480
615
  .duet-mt-xx-small {
481
- margin-top: 4px !important; }
482
-
616
+ margin-top: 4px !important;
617
+ }
483
618
  .duet-mb-xx-small {
484
- margin-bottom: 4px !important; }
485
-
619
+ margin-bottom: 4px !important;
620
+ }
486
621
  .duet-ml-xx-small {
487
- margin-left: 4px !important; }
488
-
622
+ margin-left: 4px !important;
623
+ }
489
624
  .duet-mr-xx-small {
490
- margin-right: 4px !important; }
491
-
625
+ margin-right: 4px !important;
626
+ }
492
627
  .duet-mx-xx-small {
493
628
  margin-right: 4px !important;
494
- margin-left: 4px !important; }
495
-
629
+ margin-left: 4px !important;
630
+ }
496
631
  .duet-my-xx-small {
497
632
  margin-top: 4px !important;
498
- margin-bottom: 4px !important; }
499
-
633
+ margin-bottom: 4px !important;
634
+ }
500
635
  .duet-m-xx-small {
501
- margin: 4px !important; }
502
-
636
+ margin: 4px !important;
637
+ }
503
638
  .duet-pt-xx-small {
504
- padding-top: 4px !important; }
505
-
639
+ padding-top: 4px !important;
640
+ }
506
641
  .duet-pb-xx-small {
507
- padding-bottom: 4px !important; }
508
-
642
+ padding-bottom: 4px !important;
643
+ }
509
644
  .duet-pl-xx-small {
510
- padding-left: 4px !important; }
511
-
645
+ padding-left: 4px !important;
646
+ }
512
647
  .duet-pr-xx-small {
513
- padding-right: 4px !important; }
514
-
648
+ padding-right: 4px !important;
649
+ }
515
650
  .duet-px-xx-small {
516
651
  padding-right: 4px !important;
517
- padding-left: 4px !important; }
518
-
652
+ padding-left: 4px !important;
653
+ }
519
654
  .duet-py-xx-small {
520
655
  padding-top: 4px !important;
521
- padding-bottom: 4px !important; }
522
-
656
+ padding-bottom: 4px !important;
657
+ }
523
658
  .duet-p-xx-small {
524
- padding: 4px !important; }
525
-
659
+ padding: 4px !important;
660
+ }
526
661
  .duet-mt-large {
527
- margin-top: 20px !important; }
528
-
662
+ margin-top: 20px !important;
663
+ }
529
664
  .duet-mb-large {
530
- margin-bottom: 20px !important; }
531
-
665
+ margin-bottom: 20px !important;
666
+ }
532
667
  .duet-ml-large {
533
- margin-left: 20px !important; }
534
-
668
+ margin-left: 20px !important;
669
+ }
535
670
  .duet-mr-large {
536
- margin-right: 20px !important; }
537
-
671
+ margin-right: 20px !important;
672
+ }
538
673
  .duet-mx-large {
539
674
  margin-right: 20px !important;
540
- margin-left: 20px !important; }
541
-
675
+ margin-left: 20px !important;
676
+ }
542
677
  .duet-my-large {
543
678
  margin-top: 20px !important;
544
- margin-bottom: 20px !important; }
545
-
679
+ margin-bottom: 20px !important;
680
+ }
546
681
  .duet-m-large {
547
- margin: 20px !important; }
548
-
682
+ margin: 20px !important;
683
+ }
549
684
  .duet-pt-large {
550
- padding-top: 20px !important; }
551
-
685
+ padding-top: 20px !important;
686
+ }
552
687
  .duet-pb-large {
553
- padding-bottom: 20px !important; }
554
-
688
+ padding-bottom: 20px !important;
689
+ }
555
690
  .duet-pl-large {
556
- padding-left: 20px !important; }
557
-
691
+ padding-left: 20px !important;
692
+ }
558
693
  .duet-pr-large {
559
- padding-right: 20px !important; }
560
-
694
+ padding-right: 20px !important;
695
+ }
561
696
  .duet-px-large {
562
697
  padding-right: 20px !important;
563
- padding-left: 20px !important; }
564
-
698
+ padding-left: 20px !important;
699
+ }
565
700
  .duet-py-large {
566
701
  padding-top: 20px !important;
567
- padding-bottom: 20px !important; }
568
-
702
+ padding-bottom: 20px !important;
703
+ }
569
704
  .duet-p-large {
570
- padding: 20px !important; }
571
-
705
+ padding: 20px !important;
706
+ }
572
707
  .duet-mt-x-small {
573
- margin-top: 8px !important; }
574
-
708
+ margin-top: 8px !important;
709
+ }
575
710
  .duet-mb-x-small {
576
- margin-bottom: 8px !important; }
577
-
711
+ margin-bottom: 8px !important;
712
+ }
578
713
  .duet-ml-x-small {
579
- margin-left: 8px !important; }
580
-
714
+ margin-left: 8px !important;
715
+ }
581
716
  .duet-mr-x-small {
582
- margin-right: 8px !important; }
583
-
717
+ margin-right: 8px !important;
718
+ }
584
719
  .duet-mx-x-small {
585
720
  margin-right: 8px !important;
586
- margin-left: 8px !important; }
587
-
721
+ margin-left: 8px !important;
722
+ }
588
723
  .duet-my-x-small {
589
724
  margin-top: 8px !important;
590
- margin-bottom: 8px !important; }
591
-
725
+ margin-bottom: 8px !important;
726
+ }
592
727
  .duet-m-x-small {
593
- margin: 8px !important; }
594
-
728
+ margin: 8px !important;
729
+ }
595
730
  .duet-pt-x-small {
596
- padding-top: 8px !important; }
597
-
731
+ padding-top: 8px !important;
732
+ }
598
733
  .duet-pb-x-small {
599
- padding-bottom: 8px !important; }
600
-
734
+ padding-bottom: 8px !important;
735
+ }
601
736
  .duet-pl-x-small {
602
- padding-left: 8px !important; }
603
-
737
+ padding-left: 8px !important;
738
+ }
604
739
  .duet-pr-x-small {
605
- padding-right: 8px !important; }
606
-
740
+ padding-right: 8px !important;
741
+ }
607
742
  .duet-px-x-small {
608
743
  padding-right: 8px !important;
609
- padding-left: 8px !important; }
610
-
744
+ padding-left: 8px !important;
745
+ }
611
746
  .duet-py-x-small {
612
747
  padding-top: 8px !important;
613
- padding-bottom: 8px !important; }
614
-
748
+ padding-bottom: 8px !important;
749
+ }
615
750
  .duet-p-x-small {
616
- padding: 8px !important; }
617
-
751
+ padding: 8px !important;
752
+ }
618
753
  .duet-mt-xxx-small {
619
- margin-top: 2px !important; }
620
-
754
+ margin-top: 2px !important;
755
+ }
621
756
  .duet-mb-xxx-small {
622
- margin-bottom: 2px !important; }
623
-
757
+ margin-bottom: 2px !important;
758
+ }
624
759
  .duet-ml-xxx-small {
625
- margin-left: 2px !important; }
626
-
760
+ margin-left: 2px !important;
761
+ }
627
762
  .duet-mr-xxx-small {
628
- margin-right: 2px !important; }
629
-
763
+ margin-right: 2px !important;
764
+ }
630
765
  .duet-mx-xxx-small {
631
766
  margin-right: 2px !important;
632
- margin-left: 2px !important; }
633
-
767
+ margin-left: 2px !important;
768
+ }
634
769
  .duet-my-xxx-small {
635
770
  margin-top: 2px !important;
636
- margin-bottom: 2px !important; }
637
-
771
+ margin-bottom: 2px !important;
772
+ }
638
773
  .duet-m-xxx-small {
639
- margin: 2px !important; }
640
-
774
+ margin: 2px !important;
775
+ }
641
776
  .duet-pt-xxx-small {
642
- padding-top: 2px !important; }
643
-
777
+ padding-top: 2px !important;
778
+ }
644
779
  .duet-pb-xxx-small {
645
- padding-bottom: 2px !important; }
646
-
780
+ padding-bottom: 2px !important;
781
+ }
647
782
  .duet-pl-xxx-small {
648
- padding-left: 2px !important; }
649
-
783
+ padding-left: 2px !important;
784
+ }
650
785
  .duet-pr-xxx-small {
651
- padding-right: 2px !important; }
652
-
786
+ padding-right: 2px !important;
787
+ }
653
788
  .duet-px-xxx-small {
654
789
  padding-right: 2px !important;
655
- padding-left: 2px !important; }
656
-
790
+ padding-left: 2px !important;
791
+ }
657
792
  .duet-py-xxx-small {
658
793
  padding-top: 2px !important;
659
- padding-bottom: 2px !important; }
660
-
794
+ padding-bottom: 2px !important;
795
+ }
661
796
  .duet-p-xxx-small {
662
- padding: 2px !important; }
663
-
797
+ padding: 2px !important;
798
+ }
664
799
  .duet-mt-small {
665
- margin-top: 12px !important; }
666
-
800
+ margin-top: 12px !important;
801
+ }
667
802
  .duet-mb-small {
668
- margin-bottom: 12px !important; }
669
-
803
+ margin-bottom: 12px !important;
804
+ }
670
805
  .duet-ml-small {
671
- margin-left: 12px !important; }
672
-
806
+ margin-left: 12px !important;
807
+ }
673
808
  .duet-mr-small {
674
- margin-right: 12px !important; }
675
-
809
+ margin-right: 12px !important;
810
+ }
676
811
  .duet-mx-small {
677
812
  margin-right: 12px !important;
678
- margin-left: 12px !important; }
679
-
813
+ margin-left: 12px !important;
814
+ }
680
815
  .duet-my-small {
681
816
  margin-top: 12px !important;
682
- margin-bottom: 12px !important; }
683
-
817
+ margin-bottom: 12px !important;
818
+ }
684
819
  .duet-m-small {
685
- margin: 12px !important; }
686
-
820
+ margin: 12px !important;
821
+ }
687
822
  .duet-pt-small {
688
- padding-top: 12px !important; }
689
-
823
+ padding-top: 12px !important;
824
+ }
690
825
  .duet-pb-small {
691
- padding-bottom: 12px !important; }
692
-
826
+ padding-bottom: 12px !important;
827
+ }
693
828
  .duet-pl-small {
694
- padding-left: 12px !important; }
695
-
829
+ padding-left: 12px !important;
830
+ }
696
831
  .duet-pr-small {
697
- padding-right: 12px !important; }
698
-
832
+ padding-right: 12px !important;
833
+ }
699
834
  .duet-px-small {
700
835
  padding-right: 12px !important;
701
- padding-left: 12px !important; }
702
-
836
+ padding-left: 12px !important;
837
+ }
703
838
  .duet-py-small {
704
839
  padding-top: 12px !important;
705
- padding-bottom: 12px !important; }
706
-
840
+ padding-bottom: 12px !important;
841
+ }
707
842
  .duet-p-small {
708
- padding: 12px !important; }
709
-
843
+ padding: 12px !important;
844
+ }
710
845
  .duet-mt-medium {
711
- margin-top: 16px !important; }
712
-
846
+ margin-top: 16px !important;
847
+ }
713
848
  .duet-mb-medium {
714
- margin-bottom: 16px !important; }
715
-
849
+ margin-bottom: 16px !important;
850
+ }
716
851
  .duet-ml-medium {
717
- margin-left: 16px !important; }
718
-
852
+ margin-left: 16px !important;
853
+ }
719
854
  .duet-mr-medium {
720
- margin-right: 16px !important; }
721
-
855
+ margin-right: 16px !important;
856
+ }
722
857
  .duet-mx-medium {
723
858
  margin-right: 16px !important;
724
- margin-left: 16px !important; }
725
-
859
+ margin-left: 16px !important;
860
+ }
726
861
  .duet-my-medium {
727
862
  margin-top: 16px !important;
728
- margin-bottom: 16px !important; }
729
-
863
+ margin-bottom: 16px !important;
864
+ }
730
865
  .duet-m-medium {
731
- margin: 16px !important; }
732
-
866
+ margin: 16px !important;
867
+ }
733
868
  .duet-pt-medium {
734
- padding-top: 16px !important; }
735
-
869
+ padding-top: 16px !important;
870
+ }
736
871
  .duet-pb-medium {
737
- padding-bottom: 16px !important; }
738
-
872
+ padding-bottom: 16px !important;
873
+ }
739
874
  .duet-pl-medium {
740
- padding-left: 16px !important; }
741
-
875
+ padding-left: 16px !important;
876
+ }
742
877
  .duet-pr-medium {
743
- padding-right: 16px !important; }
744
-
878
+ padding-right: 16px !important;
879
+ }
745
880
  .duet-px-medium {
746
881
  padding-right: 16px !important;
747
- padding-left: 16px !important; }
748
-
882
+ padding-left: 16px !important;
883
+ }
749
884
  .duet-py-medium {
750
885
  padding-top: 16px !important;
751
- padding-bottom: 16px !important; }
752
-
886
+ padding-bottom: 16px !important;
887
+ }
753
888
  .duet-p-medium {
754
- padding: 16px !important; }
755
-
889
+ padding: 16px !important;
890
+ }
756
891
  .duet-mt-xx-large {
757
- margin-top: 36px !important; }
758
-
892
+ margin-top: 36px !important;
893
+ }
759
894
  .duet-mb-xx-large {
760
- margin-bottom: 36px !important; }
761
-
895
+ margin-bottom: 36px !important;
896
+ }
762
897
  .duet-ml-xx-large {
763
- margin-left: 36px !important; }
764
-
898
+ margin-left: 36px !important;
899
+ }
765
900
  .duet-mr-xx-large {
766
- margin-right: 36px !important; }
767
-
901
+ margin-right: 36px !important;
902
+ }
768
903
  .duet-mx-xx-large {
769
904
  margin-right: 36px !important;
770
- margin-left: 36px !important; }
771
-
905
+ margin-left: 36px !important;
906
+ }
772
907
  .duet-my-xx-large {
773
908
  margin-top: 36px !important;
774
- margin-bottom: 36px !important; }
775
-
909
+ margin-bottom: 36px !important;
910
+ }
776
911
  .duet-m-xx-large {
777
- margin: 36px !important; }
778
-
912
+ margin: 36px !important;
913
+ }
779
914
  .duet-pt-xx-large {
780
- padding-top: 36px !important; }
781
-
915
+ padding-top: 36px !important;
916
+ }
782
917
  .duet-pb-xx-large {
783
- padding-bottom: 36px !important; }
784
-
918
+ padding-bottom: 36px !important;
919
+ }
785
920
  .duet-pl-xx-large {
786
- padding-left: 36px !important; }
787
-
921
+ padding-left: 36px !important;
922
+ }
788
923
  .duet-pr-xx-large {
789
- padding-right: 36px !important; }
790
-
924
+ padding-right: 36px !important;
925
+ }
791
926
  .duet-px-xx-large {
792
927
  padding-right: 36px !important;
793
- padding-left: 36px !important; }
794
-
928
+ padding-left: 36px !important;
929
+ }
795
930
  .duet-py-xx-large {
796
931
  padding-top: 36px !important;
797
- padding-bottom: 36px !important; }
798
-
932
+ padding-bottom: 36px !important;
933
+ }
799
934
  .duet-p-xx-large {
800
- padding: 36px !important; }
801
-
935
+ padding: 36px !important;
936
+ }
802
937
  .duet-mt-xxxx-large {
803
- margin-top: 72px !important; }
804
-
938
+ margin-top: 72px !important;
939
+ }
805
940
  .duet-mb-xxxx-large {
806
- margin-bottom: 72px !important; }
807
-
941
+ margin-bottom: 72px !important;
942
+ }
808
943
  .duet-ml-xxxx-large {
809
- margin-left: 72px !important; }
810
-
944
+ margin-left: 72px !important;
945
+ }
811
946
  .duet-mr-xxxx-large {
812
- margin-right: 72px !important; }
813
-
947
+ margin-right: 72px !important;
948
+ }
814
949
  .duet-mx-xxxx-large {
815
950
  margin-right: 72px !important;
816
- margin-left: 72px !important; }
817
-
951
+ margin-left: 72px !important;
952
+ }
818
953
  .duet-my-xxxx-large {
819
954
  margin-top: 72px !important;
820
- margin-bottom: 72px !important; }
821
-
955
+ margin-bottom: 72px !important;
956
+ }
822
957
  .duet-m-xxxx-large {
823
- margin: 72px !important; }
824
-
958
+ margin: 72px !important;
959
+ }
825
960
  .duet-pt-xxxx-large {
826
- padding-top: 72px !important; }
827
-
961
+ padding-top: 72px !important;
962
+ }
828
963
  .duet-pb-xxxx-large {
829
- padding-bottom: 72px !important; }
830
-
964
+ padding-bottom: 72px !important;
965
+ }
831
966
  .duet-pl-xxxx-large {
832
- padding-left: 72px !important; }
833
-
967
+ padding-left: 72px !important;
968
+ }
834
969
  .duet-pr-xxxx-large {
835
- padding-right: 72px !important; }
836
-
970
+ padding-right: 72px !important;
971
+ }
837
972
  .duet-px-xxxx-large {
838
973
  padding-right: 72px !important;
839
- padding-left: 72px !important; }
840
-
974
+ padding-left: 72px !important;
975
+ }
841
976
  .duet-py-xxxx-large {
842
977
  padding-top: 72px !important;
843
- padding-bottom: 72px !important; }
844
-
978
+ padding-bottom: 72px !important;
979
+ }
845
980
  .duet-p-xxxx-large {
846
- padding: 72px !important; }
847
-
981
+ padding: 72px !important;
982
+ }
983
+ .duet-mt-xxxxx-large {
984
+ margin-top: 94px !important;
985
+ }
986
+ .duet-mb-xxxxx-large {
987
+ margin-bottom: 94px !important;
988
+ }
989
+ .duet-ml-xxxxx-large {
990
+ margin-left: 94px !important;
991
+ }
992
+ .duet-mr-xxxxx-large {
993
+ margin-right: 94px !important;
994
+ }
995
+ .duet-mx-xxxxx-large {
996
+ margin-right: 94px !important;
997
+ margin-left: 94px !important;
998
+ }
999
+ .duet-my-xxxxx-large {
1000
+ margin-top: 94px !important;
1001
+ margin-bottom: 94px !important;
1002
+ }
1003
+ .duet-m-xxxxx-large {
1004
+ margin: 94px !important;
1005
+ }
1006
+ .duet-pt-xxxxx-large {
1007
+ padding-top: 94px !important;
1008
+ }
1009
+ .duet-pb-xxxxx-large {
1010
+ padding-bottom: 94px !important;
1011
+ }
1012
+ .duet-pl-xxxxx-large {
1013
+ padding-left: 94px !important;
1014
+ }
1015
+ .duet-pr-xxxxx-large {
1016
+ padding-right: 94px !important;
1017
+ }
1018
+ .duet-px-xxxxx-large {
1019
+ padding-right: 94px !important;
1020
+ padding-left: 94px !important;
1021
+ }
1022
+ .duet-py-xxxxx-large {
1023
+ padding-top: 94px !important;
1024
+ padding-bottom: 94px !important;
1025
+ }
1026
+ .duet-p-xxxxx-large {
1027
+ padding: 94px !important;
1028
+ }
848
1029
  .duet-mt-xxx-large {
849
- margin-top: 48px !important; }
850
-
1030
+ margin-top: 48px !important;
1031
+ }
851
1032
  .duet-mb-xxx-large {
852
- margin-bottom: 48px !important; }
853
-
1033
+ margin-bottom: 48px !important;
1034
+ }
854
1035
  .duet-ml-xxx-large {
855
- margin-left: 48px !important; }
856
-
1036
+ margin-left: 48px !important;
1037
+ }
857
1038
  .duet-mr-xxx-large {
858
- margin-right: 48px !important; }
859
-
1039
+ margin-right: 48px !important;
1040
+ }
860
1041
  .duet-mx-xxx-large {
861
1042
  margin-right: 48px !important;
862
- margin-left: 48px !important; }
863
-
1043
+ margin-left: 48px !important;
1044
+ }
864
1045
  .duet-my-xxx-large {
865
1046
  margin-top: 48px !important;
866
- margin-bottom: 48px !important; }
867
-
1047
+ margin-bottom: 48px !important;
1048
+ }
868
1049
  .duet-m-xxx-large {
869
- margin: 48px !important; }
870
-
1050
+ margin: 48px !important;
1051
+ }
871
1052
  .duet-pt-xxx-large {
872
- padding-top: 48px !important; }
873
-
1053
+ padding-top: 48px !important;
1054
+ }
874
1055
  .duet-pb-xxx-large {
875
- padding-bottom: 48px !important; }
876
-
1056
+ padding-bottom: 48px !important;
1057
+ }
877
1058
  .duet-pl-xxx-large {
878
- padding-left: 48px !important; }
879
-
1059
+ padding-left: 48px !important;
1060
+ }
880
1061
  .duet-pr-xxx-large {
881
- padding-right: 48px !important; }
882
-
1062
+ padding-right: 48px !important;
1063
+ }
883
1064
  .duet-px-xxx-large {
884
1065
  padding-right: 48px !important;
885
- padding-left: 48px !important; }
886
-
1066
+ padding-left: 48px !important;
1067
+ }
887
1068
  .duet-py-xxx-large {
888
1069
  padding-top: 48px !important;
889
- padding-bottom: 48px !important; }
890
-
1070
+ padding-bottom: 48px !important;
1071
+ }
891
1072
  .duet-p-xxx-large {
892
- padding: 48px !important; }
893
-
1073
+ padding: 48px !important;
1074
+ }
894
1075
  .duet-mt-x-large {
895
- margin-top: 28px !important; }
896
-
1076
+ margin-top: 28px !important;
1077
+ }
897
1078
  .duet-mb-x-large {
898
- margin-bottom: 28px !important; }
899
-
1079
+ margin-bottom: 28px !important;
1080
+ }
900
1081
  .duet-ml-x-large {
901
- margin-left: 28px !important; }
902
-
1082
+ margin-left: 28px !important;
1083
+ }
903
1084
  .duet-mr-x-large {
904
- margin-right: 28px !important; }
905
-
1085
+ margin-right: 28px !important;
1086
+ }
906
1087
  .duet-mx-x-large {
907
1088
  margin-right: 28px !important;
908
- margin-left: 28px !important; }
909
-
1089
+ margin-left: 28px !important;
1090
+ }
910
1091
  .duet-my-x-large {
911
1092
  margin-top: 28px !important;
912
- margin-bottom: 28px !important; }
913
-
1093
+ margin-bottom: 28px !important;
1094
+ }
914
1095
  .duet-m-x-large {
915
- margin: 28px !important; }
916
-
1096
+ margin: 28px !important;
1097
+ }
917
1098
  .duet-pt-x-large {
918
- padding-top: 28px !important; }
919
-
1099
+ padding-top: 28px !important;
1100
+ }
920
1101
  .duet-pb-x-large {
921
- padding-bottom: 28px !important; }
922
-
1102
+ padding-bottom: 28px !important;
1103
+ }
923
1104
  .duet-pl-x-large {
924
- padding-left: 28px !important; }
925
-
1105
+ padding-left: 28px !important;
1106
+ }
926
1107
  .duet-pr-x-large {
927
- padding-right: 28px !important; }
928
-
1108
+ padding-right: 28px !important;
1109
+ }
929
1110
  .duet-px-x-large {
930
1111
  padding-right: 28px !important;
931
- padding-left: 28px !important; }
932
-
1112
+ padding-left: 28px !important;
1113
+ }
933
1114
  .duet-py-x-large {
934
1115
  padding-top: 28px !important;
935
- padding-bottom: 28px !important; }
936
-
1116
+ padding-bottom: 28px !important;
1117
+ }
937
1118
  .duet-p-x-large {
938
- padding: 28px !important; }
939
-
1119
+ padding: 28px !important;
1120
+ }
940
1121
  .duet-size-icon-xx-large {
941
1122
  width: 48px !important;
942
- height: 48px !important; }
943
-
1123
+ height: 48px !important;
1124
+ }
944
1125
  .duet-size-form-border {
945
- border-width: 1px !important; }
946
-
1126
+ border-width: 1px !important;
1127
+ }
947
1128
  .duet-size-step-medium {
948
1129
  width: 40px !important;
949
- height: 40px !important; }
950
-
1130
+ height: 40px !important;
1131
+ }
951
1132
  .duet-size-button-min-width {
952
- min-width: 8rem !important; }
953
-
1133
+ min-width: 8rem !important;
1134
+ }
954
1135
  .duet-size-icon-xxx-large {
955
1136
  width: 72px !important;
956
- height: 72px !important; }
957
-
1137
+ height: 72px !important;
1138
+ }
958
1139
  .duet-size-icon-x-large {
959
1140
  width: 36px !important;
960
- height: 36px !important; }
961
-
1141
+ height: 36px !important;
1142
+ }
962
1143
  .duet-size-icon-xx-small {
963
1144
  width: 10px !important;
964
- height: 10px !important; }
965
-
1145
+ height: 10px !important;
1146
+ }
966
1147
  .duet-size-step-small {
967
1148
  width: 30px !important;
968
- height: 30px !important; }
969
-
1149
+ height: 30px !important;
1150
+ }
970
1151
  .duet-size-icon-large {
971
1152
  width: 30px !important;
972
- height: 30px !important; }
973
-
1153
+ height: 30px !important;
1154
+ }
974
1155
  .duet-size-tappable-square {
975
1156
  width: 48px !important;
976
- height: 48px !important; }
977
-
1157
+ height: 48px !important;
1158
+ }
978
1159
  .duet-size-icon-x-small {
979
1160
  width: 16px !important;
980
- height: 16px !important; }
981
-
1161
+ height: 16px !important;
1162
+ }
982
1163
  .duet-size-icon-xxx-small {
983
1164
  width: 7px !important;
984
- height: 7px !important; }
985
-
1165
+ height: 7px !important;
1166
+ }
986
1167
  .duet-size-icon-medium {
987
1168
  width: 24px !important;
988
- height: 24px !important; }
989
-
1169
+ height: 24px !important;
1170
+ }
990
1171
  .duet-size-icon-small {
991
1172
  width: 20px !important;
992
- height: 20px !important; }
993
-
1173
+ height: 20px !important;
1174
+ }
1175
+ .duet-opacity-85 {
1176
+ opacity: 0.85 !important;
1177
+ }
994
1178
  .duet-opacity-75 {
995
- opacity: 0.75 !important; }
996
-
1179
+ opacity: 0.75 !important;
1180
+ }
997
1181
  .duet-opacity-50 {
998
- opacity: 0.5 !important; }
999
-
1182
+ opacity: 0.5 !important;
1183
+ }
1000
1184
  .duet-opacity-30 {
1001
- opacity: 0.3 !important; }
1002
-
1185
+ opacity: 0.3 !important;
1186
+ }
1187
+ .duet-z-index-mask-buttons {
1188
+ z-index: 250 !important;
1189
+ }
1003
1190
  .duet-z-index-dropdown {
1004
- z-index: 600 !important; }
1005
-
1191
+ z-index: 600 !important;
1192
+ }
1006
1193
  .duet-z-index-spinner {
1007
- z-index: 800 !important; }
1008
-
1194
+ z-index: 800 !important;
1195
+ }
1009
1196
  .duet-z-index-default {
1010
- z-index: 1 !important; }
1011
-
1197
+ z-index: 1 !important;
1198
+ }
1012
1199
  .duet-z-index-toast {
1013
- z-index: 500 !important; }
1014
-
1200
+ z-index: 500 !important;
1201
+ }
1015
1202
  .duet-z-index-popup {
1016
- z-index: 950 !important; }
1017
-
1203
+ z-index: 950 !important;
1204
+ }
1018
1205
  .duet-z-index-modal {
1019
- z-index: 900 !important; }
1020
-
1206
+ z-index: 900 !important;
1207
+ }
1021
1208
  .duet-z-index-sticky {
1022
- z-index: 300 !important; }
1023
-
1209
+ z-index: 300 !important;
1210
+ }
1024
1211
  .duet-z-index-masked {
1025
- z-index: 100 !important; }
1026
-
1212
+ z-index: 100 !important;
1213
+ }
1027
1214
  .duet-z-index-deep {
1028
- z-index: -999999 !important; }
1029
-
1215
+ z-index: -999999 !important;
1216
+ }
1030
1217
  .duet-z-index-overlay {
1031
- z-index: 700 !important; }
1032
-
1218
+ z-index: 700 !important;
1219
+ }
1033
1220
  .duet-z-index-mask {
1034
- z-index: 200 !important; }
1035
-
1221
+ z-index: 200 !important;
1222
+ }
1036
1223
  .duet-z-index-header {
1037
- z-index: 400 !important; }
1038
-
1224
+ z-index: 400 !important;
1225
+ }
1039
1226
  .duet-line-height-medium {
1040
- line-height: 1.5 !important; }
1041
-
1227
+ line-height: 1.5 !important;
1228
+ }
1042
1229
  .duet-line-height-small {
1043
- line-height: 1.25 !important; }
1044
-
1230
+ line-height: 1.25 !important;
1231
+ }
1045
1232
  .duet-line-height-x-small {
1046
- line-height: 1.1 !important; }
1047
-
1233
+ line-height: 1.1 !important;
1234
+ }
1048
1235
  .duet-transition-quickly {
1049
- transition: all 300ms ease !important; }
1050
-
1236
+ transition: all 300ms ease !important;
1237
+ }
1051
1238
  .duet-transition-slowly {
1052
- transition: all 600ms ease !important; }
1053
-
1239
+ transition: all 600ms ease !important;
1240
+ }
1054
1241
  *,
1055
1242
  *::after,
1056
1243
  *::before {
1057
- box-sizing: border-box; }
1244
+ box-sizing: border-box;
1245
+ }
1058
1246
 
1059
1247
  html {
1248
+ font-size: 100%;
1060
1249
  background: white;
1061
1250
  -moz-osx-font-smoothing: grayscale;
1062
1251
  -webkit-font-smoothing: antialiased;
1063
1252
  -webkit-text-size-adjust: 100%;
1064
1253
  text-size-adjust: 100%;
1065
- font-size: 100%; }
1254
+ }
1066
1255
 
1067
1256
  html,
1068
1257
  body {
1069
- font-variant-numeric: tabular-nums;
1258
+ min-height: 100%;
1259
+ padding: 0;
1070
1260
  margin: 0;
1071
- padding: 0; }
1261
+ font-variant-numeric: tabular-nums;
1262
+ }
1072
1263
 
1073
- html,
1074
1264
  body {
1075
- min-height: 100%; }
1265
+ font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1266
+ font-size: 1rem;
1267
+ font-weight: 400;
1268
+ line-height: 1.5;
1269
+ color: #00294d;
1270
+ background: transparent !important;
1271
+ -moz-osx-font-smoothing: grayscale;
1272
+ -webkit-font-smoothing: antialiased;
1273
+ }
1274
+ .duet-theme-turva body {
1275
+ font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1276
+ color: #171c3a;
1277
+ }
1278
+
1279
+ strong,
1280
+ b {
1281
+ font-weight: 600;
1282
+ }
1283
+ .duet-theme-turva strong,
1284
+ .duet-theme-turva b {
1285
+ font-weight: 700;
1286
+ }
1287
+
1288
+ button,
1289
+ fieldset,
1290
+ form,
1291
+ input,
1292
+ label,
1293
+ select,
1294
+ textarea {
1295
+ font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1296
+ }
1297
+ .duet-theme-turva button,
1298
+ .duet-theme-turva fieldset,
1299
+ .duet-theme-turva form,
1300
+ .duet-theme-turva input,
1301
+ .duet-theme-turva label,
1302
+ .duet-theme-turva select,
1303
+ .duet-theme-turva textarea {
1304
+ font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1305
+ }
1306
+
1307
+ fieldset {
1308
+ min-width: 0;
1309
+ padding: 0;
1310
+ margin: 0;
1311
+ border: 0;
1312
+ }
1313
+
1314
+ legend {
1315
+ padding: 0;
1316
+ margin: 0;
1317
+ }
1318
+
1319
+ i,
1320
+ em {
1321
+ font-style: normal;
1322
+ }
1323
+
1324
+ a {
1325
+ color: #0077b3;
1326
+ transition: 300ms ease;
1327
+ }
1328
+ .duet-theme-turva a {
1329
+ color: #c60c30;
1330
+ }
1331
+ a:hover {
1332
+ color: #004d80;
1333
+ text-decoration: none;
1334
+ }
1335
+ .duet-theme-turva a:hover {
1336
+ color: #940925;
1337
+ }
1338
+ a:active {
1339
+ opacity: 0.75;
1340
+ transition: none;
1341
+ }
1342
+
1343
+ .duet-list {
1344
+ padding: 0 0 0 36px;
1345
+ margin: 0 0 16px;
1346
+ font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1347
+ font-size: 1rem;
1348
+ font-weight: 400;
1349
+ line-height: 1.5;
1350
+ color: #00294d;
1351
+ border: 0 !important;
1352
+ }
1353
+ .duet-theme-turva .duet-list {
1354
+ font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1355
+ color: #171c3a;
1356
+ }
1357
+
1358
+ ul.duet-list {
1359
+ list-style: disc !important;
1360
+ }
1361
+
1362
+ ol.duet-list {
1363
+ list-style-type: decimal !important;
1364
+ }
1365
+
1366
+ .duet-list li {
1367
+ padding: 0 !important;
1368
+ margin: 0 0 12px !important;
1369
+ }
1370
+
1371
+ .duet-list li:last-of-type {
1372
+ margin: 0 !important;
1373
+ }
1374
+
1375
+ .duet-list li ul,
1376
+ .duet-list li ol {
1377
+ margin-top: 12px !important;
1378
+ }
1076
1379
 
1077
- .duet-sticky-footer body {
1078
- min-height: 100vh;
1079
- display: flex;
1080
- flex-direction: column; }
1380
+ .duet-sticky-footer body,
1381
+ .duet-sticky-body {
1382
+ display: flex !important;
1383
+ flex-direction: column !important;
1384
+ min-height: 100vh !important;
1385
+ }
1386
+
1387
+ .duet-sticky-content {
1388
+ flex: 1 0 auto !important;
1389
+ }
1081
1390
 
1082
1391
  .duet-font-style-italic {
1083
- font-style: italic !important; }
1392
+ font-style: italic !important;
1393
+ }
1394
+
1395
+ .duet-text-left {
1396
+ text-align: left !important;
1397
+ }
1398
+
1399
+ .duet-text-center {
1400
+ text-align: center !important;
1401
+ }
1402
+
1403
+ .duet-text-right {
1404
+ text-align: right !important;
1405
+ }
1084
1406
 
1085
1407
  .duet-expand {
1086
- width: 100% !important; }
1408
+ width: 100% !important;
1409
+ }
1087
1410
 
1088
1411
  .duet-reset {
1089
- -webkit-appearance: none;
1090
- -moz-appearance: none;
1091
1412
  box-sizing: border-box;
1413
+ padding: 0;
1414
+ margin: 0;
1092
1415
  background: transparent;
1093
1416
  border: 0;
1094
- padding: 0;
1095
- margin: 0; }
1417
+ -moz-appearance: none;
1418
+ -webkit-appearance: none;
1419
+ }
1096
1420
 
1097
1421
  /* Used to hide an element visually, but keeping
1098
1422
  it accessible for accessibility tools. */
1099
1423
  .duet-visually-hidden {
1100
1424
  position: absolute !important;
1101
1425
  top: 0;
1102
- clip: rect(1px, 1px, 1px, 1px) !important;
1103
- overflow: hidden !important;
1104
- height: 1px !important;
1105
1426
  width: 1px !important;
1427
+ height: 1px !important;
1106
1428
  padding: 0 !important;
1107
- border: 0 !important; }
1429
+ overflow: hidden !important;
1430
+ clip: rect(1px, 1px, 1px, 1px) !important;
1431
+ border: 0 !important;
1432
+ }
1433
+
1434
+ .duet-responsive-table {
1435
+ position: relative;
1436
+ width: 100%;
1437
+ overflow-x: auto;
1438
+ background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0)), linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0)) 100% 0, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) 100% 0%;
1439
+ background-repeat: no-repeat;
1440
+ background-attachment: local, local, scroll, scroll;
1441
+ background-size: 100px 100%, 100px 100%, 12px 100%, 12px 100%;
1442
+ }
1443
+
1444
+ .duet-selected-column {
1445
+ background: rgba(0, 119, 179, 0.08);
1446
+ }
1447
+ .duet-theme-turva .duet-selected-column {
1448
+ background: rgba(68, 68, 69, 0.08);
1449
+ }
1108
1450
 
1109
1451
  .duet-bg-gradient {
1110
- background-color: white;
1111
- background-image: linear-gradient(#f3f9fc, white); }
1112
- .duet-bg-gradient.duet-theme-turva {
1113
- background-image: linear-gradient(#f7f7f7, white); }
1114
-
1115
- duet-paragraph + duet-heading {
1116
- margin-top: 28px !important; }
1452
+ background-color: white !important;
1453
+ background-image: linear-gradient(#f3f9fc, white) !important;
1454
+ background-repeat: no-repeat !important;
1455
+ background-size: 100% 1000px !important;
1456
+ }
1457
+ .duet-bg-gradient.duet-theme-turva {
1458
+ background-image: linear-gradient(#f5f5f7, white) !important;
1459
+ }
1460
+
1461
+ .duet-animate-load body {
1462
+ visibility: hidden;
1463
+ opacity: 0;
1464
+ transition: opacity 300ms 180ms ease;
1465
+ }
1466
+
1467
+ .duet-animate-load.hydrated body {
1468
+ visibility: visible;
1469
+ opacity: 1;
1470
+ }
1117
1471
 
1118
1472
  duet-paragraph + duet-heading {
1119
- margin-top: 20px !important; }
1120
- @media only screen and (min-width: 36em) {
1121
- duet-paragraph + duet-heading {
1122
- margin-top: 28px !important; } }
1123
-
1473
+ margin-top: 20px !important;
1474
+ }
1475
+ @media (min-width: 36em) {
1476
+ duet-paragraph + duet-heading {
1477
+ margin-top: 28px !important;
1478
+ }
1479
+ }
1480
+
1481
+ duet-paragraph + duet-button {
1482
+ margin-top: 12px !important;
1483
+ }
1484
+
1485
+ .duet-toast {
1486
+ position: fixed;
1487
+ top: 16px;
1488
+ left: 50%;
1489
+ z-index: 500;
1490
+ width: calc(100% - 28px);
1491
+ max-width: 576px;
1492
+ transform: translateX(-50%);
1493
+ }
1494
+ .duet-toast duet-alert {
1495
+ border-radius: 4px;
1496
+ box-shadow: 0 2px 10px 0 rgba(0, 41, 77, 0.1);
1497
+ }
1498
+
1499
+ /* this file is auto-generated as part of the components build */
1500
+ duet-action-button:not(.hydrated),
1124
1501
  duet-alert:not(.hydrated),
1502
+ duet-badge:not(.hydrated),
1503
+ duet-breadcrumb:not(.hydrated),
1504
+ duet-breadcrumbs:not(.hydrated),
1125
1505
  duet-button:not(.hydrated),
1126
1506
  duet-caption:not(.hydrated),
1127
1507
  duet-card:not(.hydrated),
1128
1508
  duet-checkbox:not(.hydrated),
1129
1509
  duet-choice:not(.hydrated),
1130
- duet-definition-list:not(.hydrated),
1510
+ duet-choice-group:not(.hydrated),
1511
+ duet-collapsible:not(.hydrated),
1512
+ duet-combobox:not(.hydrated),
1513
+ duet-cookie-consent:not(.hydrated),
1514
+ duet-date-picker:not(.hydrated),
1131
1515
  duet-divider:not(.hydrated),
1516
+ duet-editable-table:not(.hydrated),
1517
+ duet-empty-state:not(.hydrated),
1518
+ duet-fieldset:not(.hydrated),
1519
+ duet-footer:not(.hydrated),
1132
1520
  duet-grid:not(.hydrated),
1133
1521
  duet-grid-item:not(.hydrated),
1522
+ duet-header:not(.hydrated),
1134
1523
  duet-heading:not(.hydrated),
1135
1524
  duet-hero:not(.hydrated),
1136
1525
  duet-icon:not(.hydrated),
@@ -1138,18 +1527,89 @@ duet-input:not(.hydrated),
1138
1527
  duet-label:not(.hydrated),
1139
1528
  duet-layout:not(.hydrated),
1140
1529
  duet-link:not(.hydrated),
1530
+ duet-list:not(.hydrated),
1531
+ duet-list-item:not(.hydrated),
1141
1532
  duet-logo:not(.hydrated),
1142
- duet-nav:not(.hydrated),
1533
+ duet-modal:not(.hydrated),
1534
+ duet-notification:not(.hydrated),
1535
+ duet-notification-drawer:not(.hydrated),
1536
+ duet-number-input:not(.hydrated),
1537
+ duet-pagination:not(.hydrated),
1143
1538
  duet-paragraph:not(.hydrated),
1539
+ duet-progress:not(.hydrated),
1144
1540
  duet-radio:not(.hydrated),
1145
1541
  duet-radio-group:not(.hydrated),
1146
1542
  duet-range-slider:not(.hydrated),
1543
+ duet-range-stepper:not(.hydrated),
1544
+ duet-scrollable:not(.hydrated),
1147
1545
  duet-select:not(.hydrated),
1148
1546
  duet-spacer:not(.hydrated),
1149
- duet-footer:not(.hydrated),
1150
1547
  duet-spinner:not(.hydrated),
1548
+ duet-step:not(.hydrated),
1549
+ duet-stepper:not(.hydrated),
1550
+ duet-tab:not(.hydrated),
1551
+ duet-tab-group:not(.hydrated),
1552
+ duet-table:not(.hydrated),
1151
1553
  duet-textarea:not(.hydrated),
1152
1554
  duet-toggle:not(.hydrated),
1153
1555
  duet-tooltip:not(.hydrated),
1556
+ duet-tray:not(.hydrated),
1557
+ duet-upload:not(.hydrated),
1558
+ duet-upload-aria-status:not(.hydrated),
1154
1559
  duet-visually-hidden:not(.hydrated) {
1155
- visibility: hidden; }
1560
+ visibility: hidden;
1561
+ }
1562
+
1563
+ .duet-breakpoints::after {
1564
+ position: fixed;
1565
+ right: 0;
1566
+ bottom: 0;
1567
+ z-index: 2147483647;
1568
+ box-sizing: border-box;
1569
+ padding: 6px 8px;
1570
+ font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1571
+ font-size: 10px;
1572
+ font-weight: 600;
1573
+ color: #909599;
1574
+ background: #f5f8fa;
1575
+ border-top-left-radius: 4px;
1576
+ }
1577
+ @media (max-width: 35.9375em) {
1578
+ .duet-breakpoints::after {
1579
+ content: "X-Small";
1580
+ }
1581
+ }
1582
+ @media (max-width: 22.5em) {
1583
+ .duet-breakpoints::after {
1584
+ content: "XX-Small";
1585
+ }
1586
+ }
1587
+ @media (min-width: 36em) {
1588
+ .duet-breakpoints::after {
1589
+ content: "Small";
1590
+ }
1591
+ }
1592
+ @media (min-width: 48em) {
1593
+ .duet-breakpoints::after {
1594
+ content: "Medium";
1595
+ }
1596
+ }
1597
+ @media (min-width: 62em) {
1598
+ .duet-breakpoints::after {
1599
+ content: "Large";
1600
+ }
1601
+ }
1602
+ @media (min-width: 64.0625em) {
1603
+ .duet-breakpoints::after {
1604
+ content: "X-Large";
1605
+ }
1606
+ }
1607
+ @media (min-width: 76.25em) {
1608
+ .duet-breakpoints::after {
1609
+ content: "XX-Large";
1610
+ }
1611
+ }
1612
+ .duet-breakpoints.duet-theme-turva::after {
1613
+ color: #747475;
1614
+ background: #f5f5f7;
1615
+ }