@oslokommune/punkt-css 17.0.4 → 17.0.5

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.
@@ -208,1285 +208,1690 @@
208
208
  --color-grayscale-90: #1a1a1a;
209
209
  --color-black: #000;
210
210
  }
211
- :root .pkt-color-bg-brand-blue-100 {
211
+ :root[data-mode=dark],
212
+ :root [data-mode=dark] {
213
+ --pkt-color-background-card: var(--pkt-color-grays-gray-700);
214
+ --pkt-color-background-default: var(--pkt-color-grays-gray-1000);
215
+ --pkt-color-background-subtle: var(--pkt-color-grays-gray-1000);
216
+ --pkt-color-background-transparent: var(--pkt-color-brand-neutrals-transparent);
217
+ --pkt-color-border-default: var(--pkt-color-brand-neutrals-white);
218
+ --pkt-color-border-beige: var(--pkt-color-brand-dark-beige-1000);
219
+ --pkt-color-border-blue: var(--pkt-color-brand-blue-1000);
220
+ --pkt-color-border-green: var(--pkt-color-brand-green-1000);
221
+ --pkt-color-border-light-beige: var(--pkt-color-brand-light-beige-1000);
222
+ --pkt-color-border-red: var(--pkt-color-brand-red-1000);
223
+ --pkt-color-border-subtle: var(--pkt-color-brand-dark-blue-700);
224
+ --pkt-color-border-yellow: var(--pkt-color-brand-yellow-1000);
225
+ --pkt-color-border-states-active: var(--pkt-color-brand-blue-500);
226
+ --pkt-color-border-states-disabled: var(--pkt-color-grays-gray-500);
227
+ --pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);
228
+ --pkt-color-border-states-hover: var(--pkt-color-brand-blue-500);
229
+ --pkt-color-surface-default-faded-green: var(--pkt-color-brand-light-green-400);
230
+ --pkt-color-surface-default-faded-red: var(--pkt-color-brand-red-400);
231
+ --pkt-color-surface-default-gray: var(--pkt-color-brand-neutrals-100);
232
+ --pkt-color-surface-default-light-beige: var(--pkt-color-brand-light-beige-1000);
233
+ --pkt-color-surface-default-light-blue: var(--pkt-color-brand-blue-300);
234
+ --pkt-color-surface-default-light-green: var(--pkt-color-brand-green-400);
235
+ --pkt-color-surface-default-red: var(--pkt-color-brand-red-600);
236
+ --pkt-color-surface-default-yellow: var(--pkt-color-brand-yellow-500);
237
+ --pkt-color-surface-strong-beige: var(--pkt-color-brand-dark-beige-1000);
238
+ --pkt-color-surface-strong-blue: var(--pkt-color-brand-blue-1000);
239
+ --pkt-color-surface-strong-dark-blue: var(--pkt-color-brand-dark-blue-1000);
240
+ --pkt-color-surface-strong-dark-green: var(--pkt-color-brand-dark-green-1000);
241
+ --pkt-color-surface-strong-gray: var(--pkt-color-brand-neutrals-200);
242
+ --pkt-color-surface-strong-green: var(--pkt-color-brand-green-1000);
243
+ --pkt-color-surface-strong-light-green: var(--pkt-color-brand-light-green-1000);
244
+ --pkt-color-surface-strong-red: var(--pkt-color-brand-red-1000);
245
+ --pkt-color-surface-strong-yellow: var(--pkt-color-brand-yellow-1000);
246
+ --pkt-color-surface-subtle-light-blue: var(--pkt-color-brand-blue-200);
247
+ --pkt-color-surface-subtle-light-red: var(--pkt-color-brand-red-100);
248
+ --pkt-color-surface-subtle-pale-blue: var(--pkt-color-brand-blue-100);
249
+ --pkt-color-surface-subtle-white: var(--pkt-color-brand-neutrals-white);
250
+ --pkt-color-text-body-dark: var(--pkt-color-brand-dark-blue-1000);
251
+ --pkt-color-text-body-default: var(--pkt-color-brand-neutrals-white);
252
+ --pkt-color-text-body-light: var(--pkt-color-brand-neutrals-white);
253
+ --pkt-color-text-placeholder: var(--pkt-color-grays-gray-300);
254
+ --pkt-color-text-action-disabled: var(--pkt-color-grays-gray-200);
255
+ --pkt-color-text-action-active: var(--pkt-color-brand-blue-500);
256
+ --pkt-color-text-action-hover: var(--pkt-color-brand-blue-500);
257
+ --pkt-color-text-action-normal: var(--pkt-color-brand-neutrals-white);
258
+ --pkt-color-input-background-normal: var(--pkt-color-brand-neutrals-white);
259
+ --pkt-color-input-border-active: var(--pkt-color-brand-blue-500);
260
+ --pkt-color-input-border-disabled: var(--pkt-color-grays-gray-200);
261
+ --pkt-color-input-border-error: var(--pkt-color-brand-red-1000);
262
+ --pkt-color-input-border-hover: var(--pkt-color-brand-blue-500);
263
+ --pkt-color-input-border-normal: var(--pkt-color-brand-neutrals-white);
264
+ --pkt-color-input-text-active: var(--pkt-color-brand-warm-blue-1000);
265
+ --pkt-color-input-text-disabled: var(--pkt-color-grays-gray-200);
266
+ --pkt-color-input-text-hover: var(--pkt-color-brand-warm-blue-1000);
267
+ --pkt-color-input-text-normal: var(--pkt-color-brand-dark-blue-1000);
268
+ --pkt-color-input-text-error: var(--pkt-color-brand-red-1000);
269
+ --pkt-color-input-text-open: var(--pkt-color-brand-dark-blue-1000);
270
+ --pkt-color-input-check-background: var(--pkt-color-brand-dark-blue-1000);
271
+ --pkt-color-input-check-border: var(--pkt-color-brand-neutrals-white);
272
+ --pkt-color-input-check-text-active: var(--pkt-color-brand-blue-500);
273
+ --pkt-color-input-check-text-hover: var(--pkt-color-brand-blue-500);
274
+ }
275
+
276
+ .pkt-color-bg-brand-blue-100 {
212
277
  background-color: #f1fdff !important;
213
278
  }
214
- :root .pkt-color-txt-brand-blue-100 {
279
+
280
+ .pkt-color-txt-brand-blue-100 {
215
281
  color: #f1fdff !important;
216
282
  }
217
- :root .pkt-color-border-brand-blue-100 {
283
+
284
+ .pkt-color-border-brand-blue-100 {
218
285
  border-color: #f1fdff !important;
219
286
  }
220
- :root .pkt-color-bg-brand-blue-200 {
287
+
288
+ .pkt-color-bg-brand-blue-200 {
221
289
  background-color: #e5fcff !important;
222
290
  }
223
- :root .pkt-color-txt-brand-blue-200 {
291
+
292
+ .pkt-color-txt-brand-blue-200 {
224
293
  color: #e5fcff !important;
225
294
  }
226
- :root .pkt-color-border-brand-blue-200 {
295
+
296
+ .pkt-color-border-brand-blue-200 {
227
297
  border-color: #e5fcff !important;
228
298
  }
229
- :root .pkt-color-bg-brand-blue-300 {
299
+
300
+ .pkt-color-bg-brand-blue-300 {
230
301
  background-color: #d1f9ff !important;
231
302
  }
232
- :root .pkt-color-txt-brand-blue-300 {
303
+
304
+ .pkt-color-txt-brand-blue-300 {
233
305
  color: #d1f9ff !important;
234
306
  }
235
- :root .pkt-color-border-brand-blue-300 {
307
+
308
+ .pkt-color-border-brand-blue-300 {
236
309
  border-color: #d1f9ff !important;
237
310
  }
238
- :root .pkt-color-bg-brand-blue-500 {
311
+
312
+ .pkt-color-bg-brand-blue-500 {
239
313
  background-color: #b3f5ff !important;
240
314
  }
241
- :root .pkt-color-txt-brand-blue-500 {
315
+
316
+ .pkt-color-txt-brand-blue-500 {
242
317
  color: #b3f5ff !important;
243
318
  }
244
- :root .pkt-color-border-brand-blue-500 {
319
+
320
+ .pkt-color-border-brand-blue-500 {
245
321
  border-color: #b3f5ff !important;
246
322
  }
247
- :root .pkt-color-bg-brand-blue-1000 {
323
+
324
+ .pkt-color-bg-brand-blue-1000 {
248
325
  background-color: #6fe9ff !important;
249
326
  }
250
- :root .pkt-color-txt-brand-blue-1000 {
327
+
328
+ .pkt-color-txt-brand-blue-1000 {
251
329
  color: #6fe9ff !important;
252
330
  }
253
- :root .pkt-color-border-brand-blue-1000 {
331
+
332
+ .pkt-color-border-brand-blue-1000 {
254
333
  border-color: #6fe9ff !important;
255
334
  }
256
- :root .pkt-color-bg-brand-dark-blue-700 {
335
+
336
+ .pkt-color-bg-brand-dark-blue-700 {
257
337
  background-color: #6a698b !important;
258
338
  }
259
- :root .pkt-color-txt-brand-dark-blue-700 {
339
+
340
+ .pkt-color-txt-brand-dark-blue-700 {
260
341
  color: #6a698b !important;
261
342
  }
262
- :root .pkt-color-border-brand-dark-blue-700 {
343
+
344
+ .pkt-color-border-brand-dark-blue-700 {
263
345
  border-color: #6a698b !important;
264
346
  }
265
- :root .pkt-color-bg-brand-dark-blue-1000 {
347
+
348
+ .pkt-color-bg-brand-dark-blue-1000 {
266
349
  background-color: #2a2859 !important;
267
350
  }
268
- :root .pkt-color-txt-brand-dark-blue-1000 {
351
+
352
+ .pkt-color-txt-brand-dark-blue-1000 {
269
353
  color: #2a2859 !important;
270
354
  }
271
- :root .pkt-color-border-brand-dark-blue-1000 {
355
+
356
+ .pkt-color-border-brand-dark-blue-1000 {
272
357
  border-color: #2a2859 !important;
273
358
  }
274
- :root .pkt-color-bg-brand-warm-blue-1000 {
359
+
360
+ .pkt-color-bg-brand-warm-blue-1000 {
275
361
  background-color: #1f42aa !important;
276
362
  }
277
- :root .pkt-color-txt-brand-warm-blue-1000 {
363
+
364
+ .pkt-color-txt-brand-warm-blue-1000 {
278
365
  color: #1f42aa !important;
279
366
  }
280
- :root .pkt-color-border-brand-warm-blue-1000 {
367
+
368
+ .pkt-color-border-brand-warm-blue-1000 {
281
369
  border-color: #1f42aa !important;
282
370
  }
283
- :root .pkt-color-bg-brand-green-400 {
371
+
372
+ .pkt-color-bg-brand-green-400 {
284
373
  background-color: #c7fde9 !important;
285
374
  }
286
- :root .pkt-color-txt-brand-green-400 {
375
+
376
+ .pkt-color-txt-brand-green-400 {
287
377
  color: #c7fde9 !important;
288
378
  }
289
- :root .pkt-color-border-brand-green-400 {
379
+
380
+ .pkt-color-border-brand-green-400 {
290
381
  border-color: #c7fde9 !important;
291
382
  }
292
- :root .pkt-color-bg-brand-green-1000 {
383
+
384
+ .pkt-color-bg-brand-green-1000 {
293
385
  background-color: #43f8b6 !important;
294
386
  }
295
- :root .pkt-color-txt-brand-green-1000 {
387
+
388
+ .pkt-color-txt-brand-green-1000 {
296
389
  color: #43f8b6 !important;
297
390
  }
298
- :root .pkt-color-border-brand-green-1000 {
391
+
392
+ .pkt-color-border-brand-green-1000 {
299
393
  border-color: #43f8b6 !important;
300
394
  }
301
- :root .pkt-color-bg-brand-light-green-400 {
395
+
396
+ .pkt-color-bg-brand-light-green-400 {
302
397
  background-color: #e5ffe6 !important;
303
398
  }
304
- :root .pkt-color-txt-brand-light-green-400 {
399
+
400
+ .pkt-color-txt-brand-light-green-400 {
305
401
  color: #e5ffe6 !important;
306
402
  }
307
- :root .pkt-color-border-brand-light-green-400 {
403
+
404
+ .pkt-color-border-brand-light-green-400 {
308
405
  border-color: #e5ffe6 !important;
309
406
  }
310
- :root .pkt-color-bg-brand-light-green-1000 {
407
+
408
+ .pkt-color-bg-brand-light-green-1000 {
311
409
  background-color: #c7f6c9 !important;
312
410
  }
313
- :root .pkt-color-txt-brand-light-green-1000 {
411
+
412
+ .pkt-color-txt-brand-light-green-1000 {
314
413
  color: #c7f6c9 !important;
315
414
  }
316
- :root .pkt-color-border-brand-light-green-1000 {
415
+
416
+ .pkt-color-border-brand-light-green-1000 {
317
417
  border-color: #c7f6c9 !important;
318
418
  }
319
- :root .pkt-color-bg-brand-dark-green-1000 {
419
+
420
+ .pkt-color-bg-brand-dark-green-1000 {
320
421
  background-color: #034b45 !important;
321
422
  }
322
- :root .pkt-color-txt-brand-dark-green-1000 {
423
+
424
+ .pkt-color-txt-brand-dark-green-1000 {
323
425
  color: #034b45 !important;
324
426
  }
325
- :root .pkt-color-border-brand-dark-green-1000 {
427
+
428
+ .pkt-color-border-brand-dark-green-1000 {
326
429
  border-color: #034b45 !important;
327
430
  }
328
- :root .pkt-color-bg-brand-yellow-1000 {
431
+
432
+ .pkt-color-bg-brand-yellow-1000 {
329
433
  background-color: #f9c66b !important;
330
434
  }
331
- :root .pkt-color-txt-brand-yellow-1000 {
435
+
436
+ .pkt-color-txt-brand-yellow-1000 {
332
437
  color: #f9c66b !important;
333
438
  }
334
- :root .pkt-color-border-brand-yellow-1000 {
439
+
440
+ .pkt-color-border-brand-yellow-1000 {
335
441
  border-color: #f9c66b !important;
336
442
  }
337
- :root .pkt-color-bg-brand-yellow-500 {
443
+
444
+ .pkt-color-bg-brand-yellow-500 {
338
445
  background-color: #ffe7bc !important;
339
446
  }
340
- :root .pkt-color-txt-brand-yellow-500 {
447
+
448
+ .pkt-color-txt-brand-yellow-500 {
341
449
  color: #ffe7bc !important;
342
450
  }
343
- :root .pkt-color-border-brand-yellow-500 {
451
+
452
+ .pkt-color-border-brand-yellow-500 {
344
453
  border-color: #ffe7bc !important;
345
454
  }
346
- :root .pkt-color-bg-brand-red-100 {
455
+
456
+ .pkt-color-bg-brand-red-100 {
347
457
  background-color: #fff2f1 !important;
348
458
  }
349
- :root .pkt-color-txt-brand-red-100 {
459
+
460
+ .pkt-color-txt-brand-red-100 {
350
461
  color: #fff2f1 !important;
351
462
  }
352
- :root .pkt-color-border-brand-red-100 {
463
+
464
+ .pkt-color-border-brand-red-100 {
353
465
  border-color: #fff2f1 !important;
354
466
  }
355
- :root .pkt-color-bg-brand-red-400 {
467
+
468
+ .pkt-color-bg-brand-red-400 {
356
469
  background-color: #ffdfdc !important;
357
470
  }
358
- :root .pkt-color-txt-brand-red-400 {
471
+
472
+ .pkt-color-txt-brand-red-400 {
359
473
  color: #ffdfdc !important;
360
474
  }
361
- :root .pkt-color-border-brand-red-400 {
475
+
476
+ .pkt-color-border-brand-red-400 {
362
477
  border-color: #ffdfdc !important;
363
478
  }
364
- :root .pkt-color-bg-brand-red-600 {
479
+
480
+ .pkt-color-bg-brand-red-600 {
365
481
  background-color: #ffb4ac !important;
366
482
  }
367
- :root .pkt-color-txt-brand-red-600 {
483
+
484
+ .pkt-color-txt-brand-red-600 {
368
485
  color: #ffb4ac !important;
369
486
  }
370
- :root .pkt-color-border-brand-red-600 {
487
+
488
+ .pkt-color-border-brand-red-600 {
371
489
  border-color: #ffb4ac !important;
372
490
  }
373
- :root .pkt-color-bg-brand-red-1000 {
491
+
492
+ .pkt-color-bg-brand-red-1000 {
374
493
  background-color: #ff8274 !important;
375
494
  }
376
- :root .pkt-color-txt-brand-red-1000 {
495
+
496
+ .pkt-color-txt-brand-red-1000 {
377
497
  color: #ff8274 !important;
378
498
  }
379
- :root .pkt-color-border-brand-red-1000 {
499
+
500
+ .pkt-color-border-brand-red-1000 {
380
501
  border-color: #ff8274 !important;
381
502
  }
382
- :root .pkt-color-bg-brand-light-beige-1000 {
503
+
504
+ .pkt-color-bg-brand-light-beige-1000 {
383
505
  background-color: #f8f0dd !important;
384
506
  }
385
- :root .pkt-color-txt-brand-light-beige-1000 {
507
+
508
+ .pkt-color-txt-brand-light-beige-1000 {
386
509
  color: #f8f0dd !important;
387
510
  }
388
- :root .pkt-color-border-brand-light-beige-1000 {
511
+
512
+ .pkt-color-border-brand-light-beige-1000 {
389
513
  border-color: #f8f0dd !important;
390
514
  }
391
- :root .pkt-color-bg-brand-dark-beige-1000 {
515
+
516
+ .pkt-color-bg-brand-dark-beige-1000 {
392
517
  background-color: #d0bfae !important;
393
518
  }
394
- :root .pkt-color-txt-brand-dark-beige-1000 {
519
+
520
+ .pkt-color-txt-brand-dark-beige-1000 {
395
521
  color: #d0bfae !important;
396
522
  }
397
- :root .pkt-color-border-brand-dark-beige-1000 {
523
+
524
+ .pkt-color-border-brand-dark-beige-1000 {
398
525
  border-color: #d0bfae !important;
399
526
  }
400
- :root .pkt-color-bg-brand-neutrals-white {
527
+
528
+ .pkt-color-bg-brand-neutrals-white {
401
529
  background-color: #ffffff !important;
402
530
  }
403
- :root .pkt-color-txt-brand-neutrals-white {
531
+
532
+ .pkt-color-txt-brand-neutrals-white {
404
533
  color: #ffffff !important;
405
534
  }
406
- :root .pkt-color-border-brand-neutrals-white {
535
+
536
+ .pkt-color-border-brand-neutrals-white {
407
537
  border-color: #ffffff !important;
408
538
  }
409
- :root .pkt-color-bg-brand-neutrals-100 {
539
+
540
+ .pkt-color-bg-brand-neutrals-100 {
410
541
  background-color: #f9f9f9 !important;
411
542
  }
412
- :root .pkt-color-txt-brand-neutrals-100 {
543
+
544
+ .pkt-color-txt-brand-neutrals-100 {
413
545
  color: #f9f9f9 !important;
414
546
  }
415
- :root .pkt-color-border-brand-neutrals-100 {
547
+
548
+ .pkt-color-border-brand-neutrals-100 {
416
549
  border-color: #f9f9f9 !important;
417
550
  }
418
- :root .pkt-color-bg-brand-neutrals-200 {
551
+
552
+ .pkt-color-bg-brand-neutrals-200 {
419
553
  background-color: #f2f2f2 !important;
420
554
  }
421
- :root .pkt-color-txt-brand-neutrals-200 {
555
+
556
+ .pkt-color-txt-brand-neutrals-200 {
422
557
  color: #f2f2f2 !important;
423
558
  }
424
- :root .pkt-color-border-brand-neutrals-200 {
559
+
560
+ .pkt-color-border-brand-neutrals-200 {
425
561
  border-color: #f2f2f2 !important;
426
562
  }
427
- :root .pkt-color-bg-brand-neutrals-1000 {
563
+
564
+ .pkt-color-bg-brand-neutrals-1000 {
428
565
  background-color: #2c2c2c !important;
429
566
  }
430
- :root .pkt-color-txt-brand-neutrals-1000 {
567
+
568
+ .pkt-color-txt-brand-neutrals-1000 {
431
569
  color: #2c2c2c !important;
432
570
  }
433
- :root .pkt-color-border-brand-neutrals-1000 {
571
+
572
+ .pkt-color-border-brand-neutrals-1000 {
434
573
  border-color: #2c2c2c !important;
435
574
  }
436
- :root .pkt-color-bg-brand-neutrals-black {
575
+
576
+ .pkt-color-bg-brand-neutrals-black {
437
577
  background-color: #000000 !important;
438
578
  }
439
- :root .pkt-color-txt-brand-neutrals-black {
579
+
580
+ .pkt-color-txt-brand-neutrals-black {
440
581
  color: #000000 !important;
441
582
  }
442
- :root .pkt-color-border-brand-neutrals-black {
583
+
584
+ .pkt-color-border-brand-neutrals-black {
443
585
  border-color: #000000 !important;
444
586
  }
445
- :root .pkt-color-bg-brand-neutrals-transparent {
587
+
588
+ .pkt-color-bg-brand-neutrals-transparent {
446
589
  background-color: transparent !important;
447
590
  }
448
- :root .pkt-color-txt-brand-neutrals-transparent {
591
+
592
+ .pkt-color-txt-brand-neutrals-transparent {
449
593
  color: transparent !important;
450
594
  }
451
- :root .pkt-color-border-brand-neutrals-transparent {
595
+
596
+ .pkt-color-border-brand-neutrals-transparent {
452
597
  border-color: transparent !important;
453
598
  }
454
- :root .pkt-color-bg-brand-purple-1000 {
599
+
600
+ .pkt-color-bg-brand-purple-1000 {
455
601
  background-color: #e0adff !important;
456
602
  }
457
- :root .pkt-color-txt-brand-purple-1000 {
603
+
604
+ .pkt-color-txt-brand-purple-1000 {
458
605
  color: #e0adff !important;
459
606
  }
460
- :root .pkt-color-border-brand-purple-1000 {
607
+
608
+ .pkt-color-border-brand-purple-1000 {
461
609
  border-color: #e0adff !important;
462
610
  }
463
- :root .pkt-color-bg-grays-gray-100 {
611
+
612
+ .pkt-color-bg-grays-gray-100 {
464
613
  background-color: #e6e6e6 !important;
465
614
  }
466
- :root .pkt-color-txt-grays-gray-100 {
615
+
616
+ .pkt-color-txt-grays-gray-100 {
467
617
  color: #e6e6e6 !important;
468
618
  }
469
- :root .pkt-color-border-grays-gray-100 {
619
+
620
+ .pkt-color-border-grays-gray-100 {
470
621
  border-color: #e6e6e6 !important;
471
622
  }
472
- :root .pkt-color-bg-grays-gray-200 {
623
+
624
+ .pkt-color-bg-grays-gray-200 {
473
625
  background-color: #cccccc !important;
474
626
  }
475
- :root .pkt-color-txt-grays-gray-200 {
627
+
628
+ .pkt-color-txt-grays-gray-200 {
476
629
  color: #cccccc !important;
477
630
  }
478
- :root .pkt-color-border-grays-gray-200 {
631
+
632
+ .pkt-color-border-grays-gray-200 {
479
633
  border-color: #cccccc !important;
480
634
  }
481
- :root .pkt-color-bg-grays-gray-300 {
635
+
636
+ .pkt-color-bg-grays-gray-300 {
482
637
  background-color: #b3b3b3 !important;
483
638
  }
484
- :root .pkt-color-txt-grays-gray-300 {
639
+
640
+ .pkt-color-txt-grays-gray-300 {
485
641
  color: #b3b3b3 !important;
486
642
  }
487
- :root .pkt-color-border-grays-gray-300 {
643
+
644
+ .pkt-color-border-grays-gray-300 {
488
645
  border-color: #b3b3b3 !important;
489
646
  }
490
- :root .pkt-color-bg-grays-gray-400 {
647
+
648
+ .pkt-color-bg-grays-gray-400 {
491
649
  background-color: #9a9a9a !important;
492
650
  }
493
- :root .pkt-color-txt-grays-gray-400 {
651
+
652
+ .pkt-color-txt-grays-gray-400 {
494
653
  color: #9a9a9a !important;
495
654
  }
496
- :root .pkt-color-border-grays-gray-400 {
655
+
656
+ .pkt-color-border-grays-gray-400 {
497
657
  border-color: #9a9a9a !important;
498
658
  }
499
- :root .pkt-color-bg-grays-gray-500 {
659
+
660
+ .pkt-color-bg-grays-gray-500 {
500
661
  background-color: #808080 !important;
501
662
  }
502
- :root .pkt-color-txt-grays-gray-500 {
663
+
664
+ .pkt-color-txt-grays-gray-500 {
503
665
  color: #808080 !important;
504
666
  }
505
- :root .pkt-color-border-grays-gray-500 {
667
+
668
+ .pkt-color-border-grays-gray-500 {
506
669
  border-color: #808080 !important;
507
670
  }
508
- :root .pkt-color-bg-grays-gray-600 {
671
+
672
+ .pkt-color-bg-grays-gray-600 {
509
673
  background-color: #666666 !important;
510
674
  }
511
- :root .pkt-color-txt-grays-gray-600 {
675
+
676
+ .pkt-color-txt-grays-gray-600 {
512
677
  color: #666666 !important;
513
678
  }
514
- :root .pkt-color-border-grays-gray-600 {
679
+
680
+ .pkt-color-border-grays-gray-600 {
515
681
  border-color: #666666 !important;
516
682
  }
517
- :root .pkt-color-bg-grays-gray-700 {
683
+
684
+ .pkt-color-bg-grays-gray-700 {
518
685
  background-color: #4d4d4d !important;
519
686
  }
520
- :root .pkt-color-txt-grays-gray-700 {
687
+
688
+ .pkt-color-txt-grays-gray-700 {
521
689
  color: #4d4d4d !important;
522
690
  }
523
- :root .pkt-color-border-grays-gray-700 {
691
+
692
+ .pkt-color-border-grays-gray-700 {
524
693
  border-color: #4d4d4d !important;
525
694
  }
526
- :root .pkt-color-bg-grays-gray-800 {
695
+
696
+ .pkt-color-bg-grays-gray-800 {
527
697
  background-color: #333333 !important;
528
698
  }
529
- :root .pkt-color-txt-grays-gray-800 {
699
+
700
+ .pkt-color-txt-grays-gray-800 {
530
701
  color: #333333 !important;
531
702
  }
532
- :root .pkt-color-border-grays-gray-800 {
703
+
704
+ .pkt-color-border-grays-gray-800 {
533
705
  border-color: #333333 !important;
534
706
  }
535
- :root .pkt-color-bg-grays-gray-900 {
707
+
708
+ .pkt-color-bg-grays-gray-900 {
536
709
  background-color: #1a1a1a !important;
537
710
  }
538
- :root .pkt-color-txt-grays-gray-900 {
711
+
712
+ .pkt-color-txt-grays-gray-900 {
539
713
  color: #1a1a1a !important;
540
714
  }
541
- :root .pkt-color-border-grays-gray-900 {
715
+
716
+ .pkt-color-border-grays-gray-900 {
542
717
  border-color: #1a1a1a !important;
543
718
  }
544
- :root .pkt-color-bg-grays-gray-1000 {
719
+
720
+ .pkt-color-bg-grays-gray-1000 {
545
721
  background-color: #2c2c2c !important;
546
722
  }
547
- :root .pkt-color-txt-grays-gray-1000 {
723
+
724
+ .pkt-color-txt-grays-gray-1000 {
548
725
  color: #2c2c2c !important;
549
726
  }
550
- :root .pkt-color-border-grays-gray-1000 {
727
+
728
+ .pkt-color-border-grays-gray-1000 {
551
729
  border-color: #2c2c2c !important;
552
730
  }
553
- :root .pkt-color-bg-background-card {
731
+
732
+ .pkt-color-bg-background-card {
554
733
  background-color: var(--pkt-color-background-card) !important;
555
734
  }
556
- :root .pkt-color-txt-background-card {
735
+
736
+ .pkt-color-txt-background-card {
557
737
  color: var(--pkt-color-background-card) !important;
558
738
  }
559
- :root .pkt-color-border-background-card {
739
+
740
+ .pkt-color-border-background-card {
560
741
  border-color: var(--pkt-color-background-card) !important;
561
742
  }
562
- :root .pkt-color-bg-background-default {
743
+
744
+ .pkt-color-bg-background-default {
563
745
  background-color: var(--pkt-color-background-default) !important;
564
746
  }
565
- :root .pkt-color-txt-background-default {
747
+
748
+ .pkt-color-txt-background-default {
566
749
  color: var(--pkt-color-background-default) !important;
567
750
  }
568
- :root .pkt-color-border-background-default {
751
+
752
+ .pkt-color-border-background-default {
569
753
  border-color: var(--pkt-color-background-default) !important;
570
754
  }
571
- :root .pkt-color-bg-background-subtle {
755
+
756
+ .pkt-color-bg-background-subtle {
572
757
  background-color: var(--pkt-color-background-subtle) !important;
573
758
  }
574
- :root .pkt-color-txt-background-subtle {
759
+
760
+ .pkt-color-txt-background-subtle {
575
761
  color: var(--pkt-color-background-subtle) !important;
576
762
  }
577
- :root .pkt-color-border-background-subtle {
763
+
764
+ .pkt-color-border-background-subtle {
578
765
  border-color: var(--pkt-color-background-subtle) !important;
579
766
  }
580
- :root .pkt-color-bg-background-transparent {
767
+
768
+ .pkt-color-bg-background-transparent {
581
769
  background-color: var(--pkt-color-background-transparent) !important;
582
770
  }
583
- :root .pkt-color-txt-background-transparent {
771
+
772
+ .pkt-color-txt-background-transparent {
584
773
  color: var(--pkt-color-background-transparent) !important;
585
774
  }
586
- :root .pkt-color-border-background-transparent {
775
+
776
+ .pkt-color-border-background-transparent {
587
777
  border-color: var(--pkt-color-background-transparent) !important;
588
778
  }
589
- :root .pkt-color-bg-border-default {
779
+
780
+ .pkt-color-bg-border-default {
590
781
  background-color: var(--pkt-color-border-default) !important;
591
782
  }
592
- :root .pkt-color-txt-border-default {
783
+
784
+ .pkt-color-txt-border-default {
593
785
  color: var(--pkt-color-border-default) !important;
594
786
  }
595
- :root .pkt-color-border-border-default {
787
+
788
+ .pkt-color-border-border-default {
596
789
  border-color: var(--pkt-color-border-default) !important;
597
790
  }
598
- :root .pkt-color-bg-border-beige {
791
+
792
+ .pkt-color-bg-border-beige {
599
793
  background-color: var(--pkt-color-border-beige) !important;
600
794
  }
601
- :root .pkt-color-txt-border-beige {
795
+
796
+ .pkt-color-txt-border-beige {
602
797
  color: var(--pkt-color-border-beige) !important;
603
798
  }
604
- :root .pkt-color-border-border-beige {
799
+
800
+ .pkt-color-border-border-beige {
605
801
  border-color: var(--pkt-color-border-beige) !important;
606
802
  }
607
- :root .pkt-color-bg-border-blue {
803
+
804
+ .pkt-color-bg-border-blue {
608
805
  background-color: var(--pkt-color-border-blue) !important;
609
806
  }
610
- :root .pkt-color-txt-border-blue {
807
+
808
+ .pkt-color-txt-border-blue {
611
809
  color: var(--pkt-color-border-blue) !important;
612
810
  }
613
- :root .pkt-color-border-border-blue {
811
+
812
+ .pkt-color-border-border-blue {
614
813
  border-color: var(--pkt-color-border-blue) !important;
615
814
  }
616
- :root .pkt-color-bg-border-gray {
815
+
816
+ .pkt-color-bg-border-gray {
617
817
  background-color: var(--pkt-color-border-gray) !important;
618
818
  }
619
- :root .pkt-color-txt-border-gray {
819
+
820
+ .pkt-color-txt-border-gray {
620
821
  color: var(--pkt-color-border-gray) !important;
621
822
  }
622
- :root .pkt-color-border-border-gray {
823
+
824
+ .pkt-color-border-border-gray {
623
825
  border-color: var(--pkt-color-border-gray) !important;
624
826
  }
625
- :root .pkt-color-bg-border-green {
827
+
828
+ .pkt-color-bg-border-green {
626
829
  background-color: var(--pkt-color-border-green) !important;
627
830
  }
628
- :root .pkt-color-txt-border-green {
831
+
832
+ .pkt-color-txt-border-green {
629
833
  color: var(--pkt-color-border-green) !important;
630
834
  }
631
- :root .pkt-color-border-border-green {
835
+
836
+ .pkt-color-border-border-green {
632
837
  border-color: var(--pkt-color-border-green) !important;
633
838
  }
634
- :root .pkt-color-bg-border-light-beige {
839
+
840
+ .pkt-color-bg-border-light-beige {
635
841
  background-color: var(--pkt-color-border-light-beige) !important;
636
842
  }
637
- :root .pkt-color-txt-border-light-beige {
843
+
844
+ .pkt-color-txt-border-light-beige {
638
845
  color: var(--pkt-color-border-light-beige) !important;
639
846
  }
640
- :root .pkt-color-border-border-light-beige {
847
+
848
+ .pkt-color-border-border-light-beige {
641
849
  border-color: var(--pkt-color-border-light-beige) !important;
642
850
  }
643
- :root .pkt-color-bg-border-red {
851
+
852
+ .pkt-color-bg-border-red {
644
853
  background-color: var(--pkt-color-border-red) !important;
645
854
  }
646
- :root .pkt-color-txt-border-red {
855
+
856
+ .pkt-color-txt-border-red {
647
857
  color: var(--pkt-color-border-red) !important;
648
858
  }
649
- :root .pkt-color-border-border-red {
859
+
860
+ .pkt-color-border-border-red {
650
861
  border-color: var(--pkt-color-border-red) !important;
651
862
  }
652
- :root .pkt-color-bg-border-subtle {
863
+
864
+ .pkt-color-bg-border-subtle {
653
865
  background-color: var(--pkt-color-border-subtle) !important;
654
866
  }
655
- :root .pkt-color-txt-border-subtle {
867
+
868
+ .pkt-color-txt-border-subtle {
656
869
  color: var(--pkt-color-border-subtle) !important;
657
870
  }
658
- :root .pkt-color-border-border-subtle {
871
+
872
+ .pkt-color-border-border-subtle {
659
873
  border-color: var(--pkt-color-border-subtle) !important;
660
874
  }
661
- :root .pkt-color-bg-border-yellow {
875
+
876
+ .pkt-color-bg-border-yellow {
662
877
  background-color: var(--pkt-color-border-yellow) !important;
663
878
  }
664
- :root .pkt-color-txt-border-yellow {
879
+
880
+ .pkt-color-txt-border-yellow {
665
881
  color: var(--pkt-color-border-yellow) !important;
666
882
  }
667
- :root .pkt-color-border-border-yellow {
883
+
884
+ .pkt-color-border-border-yellow {
668
885
  border-color: var(--pkt-color-border-yellow) !important;
669
886
  }
670
- :root .pkt-color-bg-border-states-active {
887
+
888
+ .pkt-color-bg-border-states-active {
671
889
  background-color: var(--pkt-color-border-states-active) !important;
672
890
  }
673
- :root .pkt-color-txt-border-states-active {
891
+
892
+ .pkt-color-txt-border-states-active {
674
893
  color: var(--pkt-color-border-states-active) !important;
675
894
  }
676
- :root .pkt-color-border-border-states-active {
895
+
896
+ .pkt-color-border-border-states-active {
677
897
  border-color: var(--pkt-color-border-states-active) !important;
678
898
  }
679
- :root .pkt-color-bg-border-states-disabled {
899
+
900
+ .pkt-color-bg-border-states-disabled {
680
901
  background-color: var(--pkt-color-border-states-disabled) !important;
681
902
  }
682
- :root .pkt-color-txt-border-states-disabled {
903
+
904
+ .pkt-color-txt-border-states-disabled {
683
905
  color: var(--pkt-color-border-states-disabled) !important;
684
906
  }
685
- :root .pkt-color-border-border-states-disabled {
907
+
908
+ .pkt-color-border-border-states-disabled {
686
909
  border-color: var(--pkt-color-border-states-disabled) !important;
687
910
  }
688
- :root .pkt-color-bg-border-states-focus {
911
+
912
+ .pkt-color-bg-border-states-focus {
689
913
  background-color: var(--pkt-color-border-states-focus) !important;
690
914
  }
691
- :root .pkt-color-txt-border-states-focus {
915
+
916
+ .pkt-color-txt-border-states-focus {
692
917
  color: var(--pkt-color-border-states-focus) !important;
693
918
  }
694
- :root .pkt-color-border-border-states-focus {
919
+
920
+ .pkt-color-border-border-states-focus {
695
921
  border-color: var(--pkt-color-border-states-focus) !important;
696
922
  }
697
- :root .pkt-color-bg-border-states-hover {
923
+
924
+ .pkt-color-bg-border-states-hover {
698
925
  background-color: var(--pkt-color-border-states-hover) !important;
699
926
  }
700
- :root .pkt-color-txt-border-states-hover {
927
+
928
+ .pkt-color-txt-border-states-hover {
701
929
  color: var(--pkt-color-border-states-hover) !important;
702
930
  }
703
- :root .pkt-color-border-border-states-hover {
931
+
932
+ .pkt-color-border-border-states-hover {
704
933
  border-color: var(--pkt-color-border-states-hover) !important;
705
934
  }
706
- :root .pkt-color-bg-surface-default-faded-green {
935
+
936
+ .pkt-color-bg-surface-default-faded-green {
707
937
  background-color: var(--pkt-color-surface-default-faded-green) !important;
708
938
  }
709
- :root .pkt-color-txt-surface-default-faded-green {
939
+
940
+ .pkt-color-txt-surface-default-faded-green {
710
941
  color: var(--pkt-color-surface-default-faded-green) !important;
711
942
  }
712
- :root .pkt-color-border-surface-default-faded-green {
943
+
944
+ .pkt-color-border-surface-default-faded-green {
713
945
  border-color: var(--pkt-color-surface-default-faded-green) !important;
714
946
  }
715
- :root .pkt-color-bg-surface-default-faded-red {
947
+
948
+ .pkt-color-bg-surface-default-faded-red {
716
949
  background-color: var(--pkt-color-surface-default-faded-red) !important;
717
950
  }
718
- :root .pkt-color-txt-surface-default-faded-red {
951
+
952
+ .pkt-color-txt-surface-default-faded-red {
719
953
  color: var(--pkt-color-surface-default-faded-red) !important;
720
954
  }
721
- :root .pkt-color-border-surface-default-faded-red {
955
+
956
+ .pkt-color-border-surface-default-faded-red {
722
957
  border-color: var(--pkt-color-surface-default-faded-red) !important;
723
958
  }
724
- :root .pkt-color-bg-surface-default-gray {
959
+
960
+ .pkt-color-bg-surface-default-gray {
725
961
  background-color: var(--pkt-color-surface-default-gray) !important;
726
962
  }
727
- :root .pkt-color-txt-surface-default-gray {
963
+
964
+ .pkt-color-txt-surface-default-gray {
728
965
  color: var(--pkt-color-surface-default-gray) !important;
729
966
  }
730
- :root .pkt-color-border-surface-default-gray {
967
+
968
+ .pkt-color-border-surface-default-gray {
731
969
  border-color: var(--pkt-color-surface-default-gray) !important;
732
970
  }
733
- :root .pkt-color-bg-surface-default-light-beige {
971
+
972
+ .pkt-color-bg-surface-default-light-beige {
734
973
  background-color: var(--pkt-color-surface-default-light-beige) !important;
735
974
  }
736
- :root .pkt-color-txt-surface-default-light-beige {
975
+
976
+ .pkt-color-txt-surface-default-light-beige {
737
977
  color: var(--pkt-color-surface-default-light-beige) !important;
738
978
  }
739
- :root .pkt-color-border-surface-default-light-beige {
979
+
980
+ .pkt-color-border-surface-default-light-beige {
740
981
  border-color: var(--pkt-color-surface-default-light-beige) !important;
741
982
  }
742
- :root .pkt-color-bg-surface-default-light-blue {
983
+
984
+ .pkt-color-bg-surface-default-light-blue {
743
985
  background-color: var(--pkt-color-surface-default-light-blue) !important;
744
986
  }
745
- :root .pkt-color-txt-surface-default-light-blue {
987
+
988
+ .pkt-color-txt-surface-default-light-blue {
746
989
  color: var(--pkt-color-surface-default-light-blue) !important;
747
990
  }
748
- :root .pkt-color-border-surface-default-light-blue {
991
+
992
+ .pkt-color-border-surface-default-light-blue {
749
993
  border-color: var(--pkt-color-surface-default-light-blue) !important;
750
994
  }
751
- :root .pkt-color-bg-surface-default-light-green {
995
+
996
+ .pkt-color-bg-surface-default-light-green {
752
997
  background-color: var(--pkt-color-surface-default-light-green) !important;
753
998
  }
754
- :root .pkt-color-txt-surface-default-light-green {
999
+
1000
+ .pkt-color-txt-surface-default-light-green {
755
1001
  color: var(--pkt-color-surface-default-light-green) !important;
756
1002
  }
757
- :root .pkt-color-border-surface-default-light-green {
1003
+
1004
+ .pkt-color-border-surface-default-light-green {
758
1005
  border-color: var(--pkt-color-surface-default-light-green) !important;
759
1006
  }
760
- :root .pkt-color-bg-surface-default-red {
1007
+
1008
+ .pkt-color-bg-surface-default-red {
761
1009
  background-color: var(--pkt-color-surface-default-red) !important;
762
1010
  }
763
- :root .pkt-color-txt-surface-default-red {
1011
+
1012
+ .pkt-color-txt-surface-default-red {
764
1013
  color: var(--pkt-color-surface-default-red) !important;
765
1014
  }
766
- :root .pkt-color-border-surface-default-red {
1015
+
1016
+ .pkt-color-border-surface-default-red {
767
1017
  border-color: var(--pkt-color-surface-default-red) !important;
768
1018
  }
769
- :root .pkt-color-bg-surface-default-yellow {
1019
+
1020
+ .pkt-color-bg-surface-default-yellow {
770
1021
  background-color: var(--pkt-color-surface-default-yellow) !important;
771
1022
  }
772
- :root .pkt-color-txt-surface-default-yellow {
1023
+
1024
+ .pkt-color-txt-surface-default-yellow {
773
1025
  color: var(--pkt-color-surface-default-yellow) !important;
774
1026
  }
775
- :root .pkt-color-border-surface-default-yellow {
1027
+
1028
+ .pkt-color-border-surface-default-yellow {
776
1029
  border-color: var(--pkt-color-surface-default-yellow) !important;
777
1030
  }
778
- :root .pkt-color-bg-surface-strong-beige {
1031
+
1032
+ .pkt-color-bg-surface-strong-beige {
779
1033
  background-color: var(--pkt-color-surface-strong-beige) !important;
780
1034
  }
781
- :root .pkt-color-txt-surface-strong-beige {
1035
+
1036
+ .pkt-color-txt-surface-strong-beige {
782
1037
  color: var(--pkt-color-surface-strong-beige) !important;
783
1038
  }
784
- :root .pkt-color-border-surface-strong-beige {
1039
+
1040
+ .pkt-color-border-surface-strong-beige {
785
1041
  border-color: var(--pkt-color-surface-strong-beige) !important;
786
1042
  }
787
- :root .pkt-color-bg-surface-strong-blue {
1043
+
1044
+ .pkt-color-bg-surface-strong-blue {
788
1045
  background-color: var(--pkt-color-surface-strong-blue) !important;
789
1046
  }
790
- :root .pkt-color-txt-surface-strong-blue {
1047
+
1048
+ .pkt-color-txt-surface-strong-blue {
791
1049
  color: var(--pkt-color-surface-strong-blue) !important;
792
1050
  }
793
- :root .pkt-color-border-surface-strong-blue {
1051
+
1052
+ .pkt-color-border-surface-strong-blue {
794
1053
  border-color: var(--pkt-color-surface-strong-blue) !important;
795
1054
  }
796
- :root .pkt-color-bg-surface-strong-dark-blue {
1055
+
1056
+ .pkt-color-bg-surface-strong-dark-blue {
797
1057
  background-color: var(--pkt-color-surface-strong-dark-blue) !important;
798
1058
  }
799
- :root .pkt-color-txt-surface-strong-dark-blue {
1059
+
1060
+ .pkt-color-txt-surface-strong-dark-blue {
800
1061
  color: var(--pkt-color-surface-strong-dark-blue) !important;
801
1062
  }
802
- :root .pkt-color-border-surface-strong-dark-blue {
1063
+
1064
+ .pkt-color-border-surface-strong-dark-blue {
803
1065
  border-color: var(--pkt-color-surface-strong-dark-blue) !important;
804
1066
  }
805
- :root .pkt-color-bg-surface-strong-dark-green {
1067
+
1068
+ .pkt-color-bg-surface-strong-dark-green {
806
1069
  background-color: var(--pkt-color-surface-strong-dark-green) !important;
807
1070
  }
808
- :root .pkt-color-txt-surface-strong-dark-green {
1071
+
1072
+ .pkt-color-txt-surface-strong-dark-green {
809
1073
  color: var(--pkt-color-surface-strong-dark-green) !important;
810
1074
  }
811
- :root .pkt-color-border-surface-strong-dark-green {
1075
+
1076
+ .pkt-color-border-surface-strong-dark-green {
812
1077
  border-color: var(--pkt-color-surface-strong-dark-green) !important;
813
1078
  }
814
- :root .pkt-color-bg-surface-strong-gray {
1079
+
1080
+ .pkt-color-bg-surface-strong-gray {
815
1081
  background-color: var(--pkt-color-surface-strong-gray) !important;
816
1082
  }
817
- :root .pkt-color-txt-surface-strong-gray {
1083
+
1084
+ .pkt-color-txt-surface-strong-gray {
818
1085
  color: var(--pkt-color-surface-strong-gray) !important;
819
1086
  }
820
- :root .pkt-color-border-surface-strong-gray {
1087
+
1088
+ .pkt-color-border-surface-strong-gray {
821
1089
  border-color: var(--pkt-color-surface-strong-gray) !important;
822
1090
  }
823
- :root .pkt-color-bg-surface-strong-green {
1091
+
1092
+ .pkt-color-bg-surface-strong-green {
824
1093
  background-color: var(--pkt-color-surface-strong-green) !important;
825
1094
  }
826
- :root .pkt-color-txt-surface-strong-green {
1095
+
1096
+ .pkt-color-txt-surface-strong-green {
827
1097
  color: var(--pkt-color-surface-strong-green) !important;
828
1098
  }
829
- :root .pkt-color-border-surface-strong-green {
1099
+
1100
+ .pkt-color-border-surface-strong-green {
830
1101
  border-color: var(--pkt-color-surface-strong-green) !important;
831
1102
  }
832
- :root .pkt-color-bg-surface-strong-light-green {
1103
+
1104
+ .pkt-color-bg-surface-strong-light-green {
833
1105
  background-color: var(--pkt-color-surface-strong-light-green) !important;
834
1106
  }
835
- :root .pkt-color-txt-surface-strong-light-green {
1107
+
1108
+ .pkt-color-txt-surface-strong-light-green {
836
1109
  color: var(--pkt-color-surface-strong-light-green) !important;
837
1110
  }
838
- :root .pkt-color-border-surface-strong-light-green {
1111
+
1112
+ .pkt-color-border-surface-strong-light-green {
839
1113
  border-color: var(--pkt-color-surface-strong-light-green) !important;
840
1114
  }
841
- :root .pkt-color-bg-surface-strong-red {
1115
+
1116
+ .pkt-color-bg-surface-strong-red {
842
1117
  background-color: var(--pkt-color-surface-strong-red) !important;
843
1118
  }
844
- :root .pkt-color-txt-surface-strong-red {
1119
+
1120
+ .pkt-color-txt-surface-strong-red {
845
1121
  color: var(--pkt-color-surface-strong-red) !important;
846
1122
  }
847
- :root .pkt-color-border-surface-strong-red {
1123
+
1124
+ .pkt-color-border-surface-strong-red {
848
1125
  border-color: var(--pkt-color-surface-strong-red) !important;
849
1126
  }
850
- :root .pkt-color-bg-surface-strong-yellow {
1127
+
1128
+ .pkt-color-bg-surface-strong-yellow {
851
1129
  background-color: var(--pkt-color-surface-strong-yellow) !important;
852
1130
  }
853
- :root .pkt-color-txt-surface-strong-yellow {
1131
+
1132
+ .pkt-color-txt-surface-strong-yellow {
854
1133
  color: var(--pkt-color-surface-strong-yellow) !important;
855
1134
  }
856
- :root .pkt-color-border-surface-strong-yellow {
1135
+
1136
+ .pkt-color-border-surface-strong-yellow {
857
1137
  border-color: var(--pkt-color-surface-strong-yellow) !important;
858
1138
  }
859
- :root .pkt-color-bg-surface-subtle-light-blue {
1139
+
1140
+ .pkt-color-bg-surface-subtle-light-blue {
860
1141
  background-color: var(--pkt-color-surface-subtle-light-blue) !important;
861
1142
  }
862
- :root .pkt-color-txt-surface-subtle-light-blue {
1143
+
1144
+ .pkt-color-txt-surface-subtle-light-blue {
863
1145
  color: var(--pkt-color-surface-subtle-light-blue) !important;
864
1146
  }
865
- :root .pkt-color-border-surface-subtle-light-blue {
1147
+
1148
+ .pkt-color-border-surface-subtle-light-blue {
866
1149
  border-color: var(--pkt-color-surface-subtle-light-blue) !important;
867
1150
  }
868
- :root .pkt-color-bg-surface-subtle-light-red {
1151
+
1152
+ .pkt-color-bg-surface-subtle-light-red {
869
1153
  background-color: var(--pkt-color-surface-subtle-light-red) !important;
870
1154
  }
871
- :root .pkt-color-txt-surface-subtle-light-red {
1155
+
1156
+ .pkt-color-txt-surface-subtle-light-red {
872
1157
  color: var(--pkt-color-surface-subtle-light-red) !important;
873
1158
  }
874
- :root .pkt-color-border-surface-subtle-light-red {
1159
+
1160
+ .pkt-color-border-surface-subtle-light-red {
875
1161
  border-color: var(--pkt-color-surface-subtle-light-red) !important;
876
1162
  }
877
- :root .pkt-color-bg-surface-subtle-pale-blue {
1163
+
1164
+ .pkt-color-bg-surface-subtle-pale-blue {
878
1165
  background-color: var(--pkt-color-surface-subtle-pale-blue) !important;
879
1166
  }
880
- :root .pkt-color-txt-surface-subtle-pale-blue {
1167
+
1168
+ .pkt-color-txt-surface-subtle-pale-blue {
881
1169
  color: var(--pkt-color-surface-subtle-pale-blue) !important;
882
1170
  }
883
- :root .pkt-color-border-surface-subtle-pale-blue {
1171
+
1172
+ .pkt-color-border-surface-subtle-pale-blue {
884
1173
  border-color: var(--pkt-color-surface-subtle-pale-blue) !important;
885
1174
  }
886
- :root .pkt-color-bg-surface-subtle-white {
1175
+
1176
+ .pkt-color-bg-surface-subtle-white {
887
1177
  background-color: var(--pkt-color-surface-subtle-white) !important;
888
1178
  }
889
- :root .pkt-color-txt-surface-subtle-white {
1179
+
1180
+ .pkt-color-txt-surface-subtle-white {
890
1181
  color: var(--pkt-color-surface-subtle-white) !important;
891
1182
  }
892
- :root .pkt-color-border-surface-subtle-white {
1183
+
1184
+ .pkt-color-border-surface-subtle-white {
893
1185
  border-color: var(--pkt-color-surface-subtle-white) !important;
894
1186
  }
895
- :root .pkt-color-bg-text-body-dark {
1187
+
1188
+ .pkt-color-bg-text-body-dark {
896
1189
  background-color: var(--pkt-color-text-body-dark) !important;
897
1190
  }
898
- :root .pkt-color-txt-text-body-dark {
1191
+
1192
+ .pkt-color-txt-text-body-dark {
899
1193
  color: var(--pkt-color-text-body-dark) !important;
900
1194
  }
901
- :root .pkt-color-border-text-body-dark {
1195
+
1196
+ .pkt-color-border-text-body-dark {
902
1197
  border-color: var(--pkt-color-text-body-dark) !important;
903
1198
  }
904
- :root .pkt-color-bg-text-body-default {
1199
+
1200
+ .pkt-color-bg-text-body-default {
905
1201
  background-color: var(--pkt-color-text-body-default) !important;
906
1202
  }
907
- :root .pkt-color-txt-text-body-default {
1203
+
1204
+ .pkt-color-txt-text-body-default {
908
1205
  color: var(--pkt-color-text-body-default) !important;
909
1206
  }
910
- :root .pkt-color-border-text-body-default {
1207
+
1208
+ .pkt-color-border-text-body-default {
911
1209
  border-color: var(--pkt-color-text-body-default) !important;
912
1210
  }
913
- :root .pkt-color-bg-text-body-light {
1211
+
1212
+ .pkt-color-bg-text-body-light {
914
1213
  background-color: var(--pkt-color-text-body-light) !important;
915
1214
  }
916
- :root .pkt-color-txt-text-body-light {
1215
+
1216
+ .pkt-color-txt-text-body-light {
917
1217
  color: var(--pkt-color-text-body-light) !important;
918
1218
  }
919
- :root .pkt-color-border-text-body-light {
1219
+
1220
+ .pkt-color-border-text-body-light {
920
1221
  border-color: var(--pkt-color-text-body-light) !important;
921
1222
  }
922
- :root .pkt-color-bg-text-placeholder {
1223
+
1224
+ .pkt-color-bg-text-placeholder {
923
1225
  background-color: var(--pkt-color-text-placeholder) !important;
924
1226
  }
925
- :root .pkt-color-txt-text-placeholder {
1227
+
1228
+ .pkt-color-txt-text-placeholder {
926
1229
  color: var(--pkt-color-text-placeholder) !important;
927
1230
  }
928
- :root .pkt-color-border-text-placeholder {
1231
+
1232
+ .pkt-color-border-text-placeholder {
929
1233
  border-color: var(--pkt-color-text-placeholder) !important;
930
1234
  }
931
- :root .pkt-color-bg-text-action-disabled {
1235
+
1236
+ .pkt-color-bg-text-action-disabled {
932
1237
  background-color: var(--pkt-color-text-action-disabled) !important;
933
1238
  }
934
- :root .pkt-color-txt-text-action-disabled {
1239
+
1240
+ .pkt-color-txt-text-action-disabled {
935
1241
  color: var(--pkt-color-text-action-disabled) !important;
936
1242
  }
937
- :root .pkt-color-border-text-action-disabled {
1243
+
1244
+ .pkt-color-border-text-action-disabled {
938
1245
  border-color: var(--pkt-color-text-action-disabled) !important;
939
1246
  }
940
- :root .pkt-color-bg-text-action-active {
1247
+
1248
+ .pkt-color-bg-text-action-active {
941
1249
  background-color: var(--pkt-color-text-action-active) !important;
942
1250
  }
943
- :root .pkt-color-txt-text-action-active {
1251
+
1252
+ .pkt-color-txt-text-action-active {
944
1253
  color: var(--pkt-color-text-action-active) !important;
945
1254
  }
946
- :root .pkt-color-border-text-action-active {
1255
+
1256
+ .pkt-color-border-text-action-active {
947
1257
  border-color: var(--pkt-color-text-action-active) !important;
948
1258
  }
949
- :root .pkt-color-bg-text-action-hover {
1259
+
1260
+ .pkt-color-bg-text-action-hover {
950
1261
  background-color: var(--pkt-color-text-action-hover) !important;
951
1262
  }
952
- :root .pkt-color-txt-text-action-hover {
1263
+
1264
+ .pkt-color-txt-text-action-hover {
953
1265
  color: var(--pkt-color-text-action-hover) !important;
954
1266
  }
955
- :root .pkt-color-border-text-action-hover {
1267
+
1268
+ .pkt-color-border-text-action-hover {
956
1269
  border-color: var(--pkt-color-text-action-hover) !important;
957
1270
  }
958
- :root .pkt-color-bg-text-action-normal {
1271
+
1272
+ .pkt-color-bg-text-action-normal {
959
1273
  background-color: var(--pkt-color-text-action-normal) !important;
960
1274
  }
961
- :root .pkt-color-txt-text-action-normal {
1275
+
1276
+ .pkt-color-txt-text-action-normal {
962
1277
  color: var(--pkt-color-text-action-normal) !important;
963
1278
  }
964
- :root .pkt-color-border-text-action-normal {
1279
+
1280
+ .pkt-color-border-text-action-normal {
965
1281
  border-color: var(--pkt-color-text-action-normal) !important;
966
1282
  }
967
- :root .pkt-color-bg-input-background-normal {
1283
+
1284
+ .pkt-color-bg-input-background-normal {
968
1285
  background-color: var(--pkt-color-input-background-normal) !important;
969
1286
  }
970
- :root .pkt-color-txt-input-background-normal {
1287
+
1288
+ .pkt-color-txt-input-background-normal {
971
1289
  color: var(--pkt-color-input-background-normal) !important;
972
1290
  }
973
- :root .pkt-color-border-input-background-normal {
1291
+
1292
+ .pkt-color-border-input-background-normal {
974
1293
  border-color: var(--pkt-color-input-background-normal) !important;
975
1294
  }
976
- :root .pkt-color-bg-input-background-disabled {
1295
+
1296
+ .pkt-color-bg-input-background-disabled {
977
1297
  background-color: var(--pkt-color-input-background-disabled) !important;
978
1298
  }
979
- :root .pkt-color-txt-input-background-disabled {
1299
+
1300
+ .pkt-color-txt-input-background-disabled {
980
1301
  color: var(--pkt-color-input-background-disabled) !important;
981
1302
  }
982
- :root .pkt-color-border-input-background-disabled {
1303
+
1304
+ .pkt-color-border-input-background-disabled {
983
1305
  border-color: var(--pkt-color-input-background-disabled) !important;
984
1306
  }
985
- :root .pkt-color-bg-input-border-active {
1307
+
1308
+ .pkt-color-bg-input-border-active {
986
1309
  background-color: var(--pkt-color-input-border-active) !important;
987
1310
  }
988
- :root .pkt-color-txt-input-border-active {
1311
+
1312
+ .pkt-color-txt-input-border-active {
989
1313
  color: var(--pkt-color-input-border-active) !important;
990
1314
  }
991
- :root .pkt-color-border-input-border-active {
1315
+
1316
+ .pkt-color-border-input-border-active {
992
1317
  border-color: var(--pkt-color-input-border-active) !important;
993
1318
  }
994
- :root .pkt-color-bg-input-border-disabled {
1319
+
1320
+ .pkt-color-bg-input-border-disabled {
995
1321
  background-color: var(--pkt-color-input-border-disabled) !important;
996
1322
  }
997
- :root .pkt-color-txt-input-border-disabled {
1323
+
1324
+ .pkt-color-txt-input-border-disabled {
998
1325
  color: var(--pkt-color-input-border-disabled) !important;
999
1326
  }
1000
- :root .pkt-color-border-input-border-disabled {
1327
+
1328
+ .pkt-color-border-input-border-disabled {
1001
1329
  border-color: var(--pkt-color-input-border-disabled) !important;
1002
1330
  }
1003
- :root .pkt-color-bg-input-border-error {
1331
+
1332
+ .pkt-color-bg-input-border-error {
1004
1333
  background-color: var(--pkt-color-input-border-error) !important;
1005
1334
  }
1006
- :root .pkt-color-txt-input-border-error {
1335
+
1336
+ .pkt-color-txt-input-border-error {
1007
1337
  color: var(--pkt-color-input-border-error) !important;
1008
1338
  }
1009
- :root .pkt-color-border-input-border-error {
1339
+
1340
+ .pkt-color-border-input-border-error {
1010
1341
  border-color: var(--pkt-color-input-border-error) !important;
1011
1342
  }
1012
- :root .pkt-color-bg-input-border-hover {
1343
+
1344
+ .pkt-color-bg-input-border-hover {
1013
1345
  background-color: var(--pkt-color-input-border-hover) !important;
1014
1346
  }
1015
- :root .pkt-color-txt-input-border-hover {
1347
+
1348
+ .pkt-color-txt-input-border-hover {
1016
1349
  color: var(--pkt-color-input-border-hover) !important;
1017
1350
  }
1018
- :root .pkt-color-border-input-border-hover {
1351
+
1352
+ .pkt-color-border-input-border-hover {
1019
1353
  border-color: var(--pkt-color-input-border-hover) !important;
1020
1354
  }
1021
- :root .pkt-color-bg-input-border-normal {
1355
+
1356
+ .pkt-color-bg-input-border-normal {
1022
1357
  background-color: var(--pkt-color-input-border-normal) !important;
1023
1358
  }
1024
- :root .pkt-color-txt-input-border-normal {
1359
+
1360
+ .pkt-color-txt-input-border-normal {
1025
1361
  color: var(--pkt-color-input-border-normal) !important;
1026
1362
  }
1027
- :root .pkt-color-border-input-border-normal {
1363
+
1364
+ .pkt-color-border-input-border-normal {
1028
1365
  border-color: var(--pkt-color-input-border-normal) !important;
1029
1366
  }
1030
- :root .pkt-color-bg-input-text-active {
1367
+
1368
+ .pkt-color-bg-input-text-active {
1031
1369
  background-color: var(--pkt-color-input-text-active) !important;
1032
1370
  }
1033
- :root .pkt-color-txt-input-text-active {
1371
+
1372
+ .pkt-color-txt-input-text-active {
1034
1373
  color: var(--pkt-color-input-text-active) !important;
1035
1374
  }
1036
- :root .pkt-color-border-input-text-active {
1375
+
1376
+ .pkt-color-border-input-text-active {
1037
1377
  border-color: var(--pkt-color-input-text-active) !important;
1038
1378
  }
1039
- :root .pkt-color-bg-input-text-disabled {
1379
+
1380
+ .pkt-color-bg-input-text-disabled {
1040
1381
  background-color: var(--pkt-color-input-text-disabled) !important;
1041
1382
  }
1042
- :root .pkt-color-txt-input-text-disabled {
1383
+
1384
+ .pkt-color-txt-input-text-disabled {
1043
1385
  color: var(--pkt-color-input-text-disabled) !important;
1044
1386
  }
1045
- :root .pkt-color-border-input-text-disabled {
1387
+
1388
+ .pkt-color-border-input-text-disabled {
1046
1389
  border-color: var(--pkt-color-input-text-disabled) !important;
1047
1390
  }
1048
- :root .pkt-color-bg-input-text-hover {
1391
+
1392
+ .pkt-color-bg-input-text-hover {
1049
1393
  background-color: var(--pkt-color-input-text-hover) !important;
1050
1394
  }
1051
- :root .pkt-color-txt-input-text-hover {
1395
+
1396
+ .pkt-color-txt-input-text-hover {
1052
1397
  color: var(--pkt-color-input-text-hover) !important;
1053
1398
  }
1054
- :root .pkt-color-border-input-text-hover {
1399
+
1400
+ .pkt-color-border-input-text-hover {
1055
1401
  border-color: var(--pkt-color-input-text-hover) !important;
1056
1402
  }
1057
- :root .pkt-color-bg-input-text-normal {
1403
+
1404
+ .pkt-color-bg-input-text-normal {
1058
1405
  background-color: var(--pkt-color-input-text-normal) !important;
1059
1406
  }
1060
- :root .pkt-color-txt-input-text-normal {
1407
+
1408
+ .pkt-color-txt-input-text-normal {
1061
1409
  color: var(--pkt-color-input-text-normal) !important;
1062
1410
  }
1063
- :root .pkt-color-border-input-text-normal {
1411
+
1412
+ .pkt-color-border-input-text-normal {
1064
1413
  border-color: var(--pkt-color-input-text-normal) !important;
1065
1414
  }
1066
- :root .pkt-color-bg-input-text-error {
1415
+
1416
+ .pkt-color-bg-input-text-error {
1067
1417
  background-color: var(--pkt-color-input-text-error) !important;
1068
1418
  }
1069
- :root .pkt-color-txt-input-text-error {
1419
+
1420
+ .pkt-color-txt-input-text-error {
1070
1421
  color: var(--pkt-color-input-text-error) !important;
1071
1422
  }
1072
- :root .pkt-color-border-input-text-error {
1423
+
1424
+ .pkt-color-border-input-text-error {
1073
1425
  border-color: var(--pkt-color-input-text-error) !important;
1074
1426
  }
1075
- :root .pkt-color-bg-input-text-open {
1427
+
1428
+ .pkt-color-bg-input-text-open {
1076
1429
  background-color: var(--pkt-color-input-text-open) !important;
1077
1430
  }
1078
- :root .pkt-color-txt-input-text-open {
1431
+
1432
+ .pkt-color-txt-input-text-open {
1079
1433
  color: var(--pkt-color-input-text-open) !important;
1080
1434
  }
1081
- :root .pkt-color-border-input-text-open {
1435
+
1436
+ .pkt-color-border-input-text-open {
1082
1437
  border-color: var(--pkt-color-input-text-open) !important;
1083
1438
  }
1084
- :root .pkt-color-bg-input-check-background {
1439
+
1440
+ .pkt-color-bg-input-check-background {
1085
1441
  background-color: var(--pkt-color-input-check-background) !important;
1086
1442
  }
1087
- :root .pkt-color-txt-input-check-background {
1443
+
1444
+ .pkt-color-txt-input-check-background {
1088
1445
  color: var(--pkt-color-input-check-background) !important;
1089
1446
  }
1090
- :root .pkt-color-border-input-check-background {
1447
+
1448
+ .pkt-color-border-input-check-background {
1091
1449
  border-color: var(--pkt-color-input-check-background) !important;
1092
1450
  }
1093
- :root .pkt-color-bg-input-check-border {
1451
+
1452
+ .pkt-color-bg-input-check-border {
1094
1453
  background-color: var(--pkt-color-input-check-border) !important;
1095
1454
  }
1096
- :root .pkt-color-txt-input-check-border {
1455
+
1456
+ .pkt-color-txt-input-check-border {
1097
1457
  color: var(--pkt-color-input-check-border) !important;
1098
1458
  }
1099
- :root .pkt-color-border-input-check-border {
1459
+
1460
+ .pkt-color-border-input-check-border {
1100
1461
  border-color: var(--pkt-color-input-check-border) !important;
1101
1462
  }
1102
- :root .pkt-color-bg-input-check-text-active {
1463
+
1464
+ .pkt-color-bg-input-check-text-active {
1103
1465
  background-color: var(--pkt-color-input-check-text-active) !important;
1104
1466
  }
1105
- :root .pkt-color-txt-input-check-text-active {
1467
+
1468
+ .pkt-color-txt-input-check-text-active {
1106
1469
  color: var(--pkt-color-input-check-text-active) !important;
1107
1470
  }
1108
- :root .pkt-color-border-input-check-text-active {
1471
+
1472
+ .pkt-color-border-input-check-text-active {
1109
1473
  border-color: var(--pkt-color-input-check-text-active) !important;
1110
1474
  }
1111
- :root .pkt-color-bg-input-check-text-hover {
1475
+
1476
+ .pkt-color-bg-input-check-text-hover {
1112
1477
  background-color: var(--pkt-color-input-check-text-hover) !important;
1113
1478
  }
1114
- :root .pkt-color-txt-input-check-text-hover {
1479
+
1480
+ .pkt-color-txt-input-check-text-hover {
1115
1481
  color: var(--pkt-color-input-check-text-hover) !important;
1116
1482
  }
1117
- :root .pkt-color-border-input-check-text-hover {
1483
+
1484
+ .pkt-color-border-input-check-text-hover {
1118
1485
  border-color: var(--pkt-color-input-check-text-hover) !important;
1119
1486
  }
1120
- :root .bg-color-blue {
1487
+
1488
+ .bg-color-blue {
1121
1489
  background-color: #6fe9ff !important;
1122
1490
  }
1123
- :root .txt-color-blue {
1491
+
1492
+ .txt-color-blue {
1124
1493
  color: #6fe9ff !important;
1125
1494
  }
1126
- :root .bg-color-blue-light {
1495
+
1496
+ .bg-color-blue-light {
1127
1497
  background-color: #b3f5ff !important;
1128
1498
  }
1129
- :root .txt-color-blue-light {
1499
+
1500
+ .txt-color-blue-light {
1130
1501
  color: #b3f5ff !important;
1131
1502
  }
1132
- :root .bg-color-blue-dark {
1503
+
1504
+ .bg-color-blue-dark {
1133
1505
  background-color: #2a2859 !important;
1134
1506
  }
1135
- :root .txt-color-blue-dark {
1507
+
1508
+ .txt-color-blue-dark {
1136
1509
  color: #2a2859 !important;
1137
1510
  }
1138
- :root .bg-color-green {
1511
+
1512
+ .bg-color-green {
1139
1513
  background-color: #43f8b6 !important;
1140
1514
  }
1141
- :root .txt-color-green {
1515
+
1516
+ .txt-color-green {
1142
1517
  color: #43f8b6 !important;
1143
1518
  }
1144
- :root .bg-color-green-light {
1519
+
1520
+ .bg-color-green-light {
1145
1521
  background-color: #c7f6c9 !important;
1146
1522
  }
1147
- :root .txt-color-green-light {
1523
+
1524
+ .txt-color-green-light {
1148
1525
  color: #c7f6c9 !important;
1149
1526
  }
1150
- :root .bg-color-green-dark {
1527
+
1528
+ .bg-color-green-dark {
1151
1529
  background-color: #034b45 !important;
1152
1530
  }
1153
- :root .txt-color-green-dark {
1531
+
1532
+ .txt-color-green-dark {
1154
1533
  color: #034b45 !important;
1155
1534
  }
1156
- :root .bg-color-red {
1535
+
1536
+ .bg-color-red {
1157
1537
  background-color: #ff8274 !important;
1158
1538
  }
1159
- :root .txt-color-red {
1539
+
1540
+ .txt-color-red {
1160
1541
  color: #ff8274 !important;
1161
1542
  }
1162
- :root .bg-color-red-light {
1543
+
1544
+ .bg-color-red-light {
1163
1545
  background-color: #ffb4ac !important;
1164
1546
  }
1165
- :root .txt-color-red-light {
1547
+
1548
+ .txt-color-red-light {
1166
1549
  color: #ffb4ac !important;
1167
1550
  }
1168
- :root .bg-color-yellow {
1551
+
1552
+ .bg-color-yellow {
1169
1553
  background-color: #f9c66b !important;
1170
1554
  }
1171
- :root .txt-color-yellow {
1555
+
1556
+ .txt-color-yellow {
1172
1557
  color: #f9c66b !important;
1173
1558
  }
1174
- :root .bg-color-beige-light {
1559
+
1560
+ .bg-color-beige-light {
1175
1561
  background-color: #f8f0dd !important;
1176
1562
  }
1177
- :root .txt-color-beige-light {
1563
+
1564
+ .txt-color-beige-light {
1178
1565
  color: #f8f0dd !important;
1179
1566
  }
1180
- :root .bg-color-beige-dark {
1567
+
1568
+ .bg-color-beige-dark {
1181
1569
  background-color: #d0bfae !important;
1182
1570
  }
1183
- :root .txt-color-beige-dark {
1571
+
1572
+ .txt-color-beige-dark {
1184
1573
  color: #d0bfae !important;
1185
1574
  }
1186
- :root .bg-color-active {
1575
+
1576
+ .bg-color-active {
1187
1577
  background-color: #1f42aa !important;
1188
1578
  }
1189
- :root .txt-color-active {
1579
+
1580
+ .txt-color-active {
1190
1581
  color: #1f42aa !important;
1191
1582
  }
1192
- :root .bg-color-active-light {
1583
+
1584
+ .bg-color-active-light {
1193
1585
  background-color: #b3f5ff !important;
1194
1586
  }
1195
- :root .txt-color-active-light {
1587
+
1588
+ .txt-color-active-light {
1196
1589
  color: #b3f5ff !important;
1197
1590
  }
1198
- :root .bg-color-hover {
1591
+
1592
+ .bg-color-hover {
1199
1593
  background-color: #1f42aa !important;
1200
1594
  }
1201
- :root .txt-color-hover {
1595
+
1596
+ .txt-color-hover {
1202
1597
  color: #1f42aa !important;
1203
1598
  }
1204
- :root .bg-color-hover-light {
1599
+
1600
+ .bg-color-hover-light {
1205
1601
  background-color: #b3f5ff !important;
1206
1602
  }
1207
- :root .txt-color-hover-light {
1603
+
1604
+ .txt-color-hover-light {
1208
1605
  color: #b3f5ff !important;
1209
1606
  }
1210
- :root .bg-color-focus {
1607
+
1608
+ .bg-color-focus {
1211
1609
  background-color: #e0adff !important;
1212
1610
  }
1213
- :root .txt-color-focus {
1611
+
1612
+ .txt-color-focus {
1214
1613
  color: #e0adff !important;
1215
1614
  }
1216
- :root .bg-color-disabled {
1615
+
1616
+ .bg-color-disabled {
1217
1617
  background-color: #4d4d4d !important;
1218
1618
  }
1219
- :root .txt-color-disabled {
1619
+
1620
+ .txt-color-disabled {
1220
1621
  color: #4d4d4d !important;
1221
1622
  }
1222
- :root .bg-color-disabled-light {
1623
+
1624
+ .bg-color-disabled-light {
1223
1625
  background-color: #f9f9f9 !important;
1224
1626
  }
1225
- :root .txt-color-disabled-light {
1627
+
1628
+ .txt-color-disabled-light {
1226
1629
  color: #f9f9f9 !important;
1227
1630
  }
1228
- :root .bg-color-info {
1631
+
1632
+ .bg-color-info {
1229
1633
  background-color: #2a2859 !important;
1230
1634
  }
1231
- :root .txt-color-info {
1635
+
1636
+ .txt-color-info {
1232
1637
  color: #2a2859 !important;
1233
1638
  }
1234
- :root .bg-color-success {
1639
+
1640
+ .bg-color-success {
1235
1641
  background-color: #034b45 !important;
1236
1642
  }
1237
- :root .txt-color-success {
1643
+
1644
+ .txt-color-success {
1238
1645
  color: #034b45 !important;
1239
1646
  }
1240
- :root .bg-color-warning {
1647
+
1648
+ .bg-color-warning {
1241
1649
  background-color: #774c01 !important;
1242
1650
  }
1243
- :root .txt-color-warning {
1651
+
1652
+ .txt-color-warning {
1244
1653
  color: #774c01 !important;
1245
1654
  }
1246
- :root .bg-color-error {
1655
+
1656
+ .bg-color-error {
1247
1657
  background-color: #96281c !important;
1248
1658
  }
1249
- :root .txt-color-error {
1659
+
1660
+ .txt-color-error {
1250
1661
  color: #96281c !important;
1251
1662
  }
1252
- :root .bg-color-blue-dark-5 {
1663
+
1664
+ .bg-color-blue-dark-5 {
1253
1665
  background-color: #f2f9ff !important;
1254
1666
  }
1255
- :root .txt-color-blue-dark-5 {
1667
+
1668
+ .txt-color-blue-dark-5 {
1256
1669
  color: #f2f9ff !important;
1257
1670
  }
1258
- :root .bg-color-blue-dark-10 {
1671
+
1672
+ .bg-color-blue-dark-10 {
1259
1673
  background-color: #d9e9f2 !important;
1260
1674
  }
1261
- :root .txt-color-blue-dark-10 {
1675
+
1676
+ .txt-color-blue-dark-10 {
1262
1677
  color: #d9e9f2 !important;
1263
1678
  }
1264
- :root .bg-color-blue-5 {
1679
+
1680
+ .bg-color-blue-5 {
1265
1681
  background-color: #f1fdff !important;
1266
1682
  }
1267
- :root .txt-color-blue-5 {
1683
+
1684
+ .txt-color-blue-5 {
1268
1685
  color: #f1fdff !important;
1269
1686
  }
1270
- :root .bg-color-blue-10 {
1687
+
1688
+ .bg-color-blue-10 {
1271
1689
  background-color: #e5fcff !important;
1272
1690
  }
1273
- :root .txt-color-blue-10 {
1691
+
1692
+ .txt-color-blue-10 {
1274
1693
  color: #e5fcff !important;
1275
1694
  }
1276
- :root .bg-color-blue-60 {
1695
+
1696
+ .bg-color-blue-60 {
1277
1697
  background-color: #d1f9ff !important;
1278
1698
  }
1279
- :root .txt-color-blue-60 {
1699
+
1700
+ .txt-color-blue-60 {
1280
1701
  color: #d1f9ff !important;
1281
1702
  }
1282
- :root .bg-color-green-dark-5 {
1703
+
1704
+ .bg-color-green-dark-5 {
1283
1705
  background-color: #f2fff3 !important;
1284
1706
  }
1285
- :root .txt-color-green-dark-5 {
1707
+
1708
+ .txt-color-green-dark-5 {
1286
1709
  color: #f2fff3 !important;
1287
1710
  }
1288
- :root .bg-color-green-dark-10 {
1711
+
1712
+ .bg-color-green-dark-10 {
1289
1713
  background-color: #d9f2ef !important;
1290
1714
  }
1291
- :root .txt-color-green-dark-10 {
1715
+
1716
+ .txt-color-green-dark-10 {
1292
1717
  color: #d9f2ef !important;
1293
1718
  }
1294
- :root .bg-color-green-10 {
1719
+
1720
+ .bg-color-green-10 {
1295
1721
  background-color: #e5ffe6 !important;
1296
1722
  }
1297
- :root .txt-color-green-10 {
1723
+
1724
+ .txt-color-green-10 {
1298
1725
  color: #e5ffe6 !important;
1299
1726
  }
1300
- :root .bg-color-green-30 {
1727
+
1728
+ .bg-color-green-30 {
1301
1729
  background-color: #c7fde9 !important;
1302
1730
  }
1303
- :root .txt-color-green-30 {
1731
+
1732
+ .txt-color-green-30 {
1304
1733
  color: #c7fde9 !important;
1305
1734
  }
1306
- :root .bg-color-red-5 {
1735
+
1736
+ .bg-color-red-5 {
1307
1737
  background-color: #fff3f2 !important;
1308
1738
  }
1309
- :root .txt-color-red-5 {
1739
+
1740
+ .txt-color-red-5 {
1310
1741
  color: #fff3f2 !important;
1311
1742
  }
1312
- :root .bg-color-red-10 {
1743
+
1744
+ .bg-color-red-10 {
1313
1745
  background-color: #ffe8e5 !important;
1314
1746
  }
1315
- :root .txt-color-red-10 {
1747
+
1748
+ .txt-color-red-10 {
1316
1749
  color: #ffe8e5 !important;
1317
1750
  }
1318
- :root .bg-color-red-30 {
1751
+
1752
+ .bg-color-red-30 {
1319
1753
  background-color: #ffdfdc !important;
1320
1754
  }
1321
- :root .txt-color-red-30 {
1755
+
1756
+ .txt-color-red-30 {
1322
1757
  color: #ffdfdc !important;
1323
1758
  }
1324
- :root .bg-color-yellow-5 {
1759
+
1760
+ .bg-color-yellow-5 {
1325
1761
  background-color: #fef9f0 !important;
1326
1762
  }
1327
- :root .txt-color-yellow-5 {
1763
+
1764
+ .txt-color-yellow-5 {
1328
1765
  color: #fef9f0 !important;
1329
1766
  }
1330
- :root .bg-color-yellow-50 {
1767
+
1768
+ .bg-color-yellow-50 {
1331
1769
  background-color: #ffe7bc !important;
1332
1770
  }
1333
- :root .txt-color-yellow-50 {
1771
+
1772
+ .txt-color-yellow-50 {
1334
1773
  color: #ffe7bc !important;
1335
1774
  }
1336
- :root .bg-color-gray-light {
1775
+
1776
+ .bg-color-gray-light {
1337
1777
  background-color: #f9f9f9 !important;
1338
1778
  }
1339
- :root .txt-color-gray-light {
1779
+
1780
+ .txt-color-gray-light {
1340
1781
  color: #f9f9f9 !important;
1341
1782
  }
1342
- :root .bg-color-gray {
1783
+
1784
+ .bg-color-gray {
1343
1785
  background-color: #f2f2f2 !important;
1344
1786
  }
1345
- :root .txt-color-gray {
1787
+
1788
+ .txt-color-gray {
1346
1789
  color: #f2f2f2 !important;
1347
1790
  }
1348
- :root .bg-color-gray-dark {
1791
+
1792
+ .bg-color-gray-dark {
1349
1793
  background-color: #2c2c2c !important;
1350
1794
  }
1351
- :root .txt-color-gray-dark {
1795
+
1796
+ .txt-color-gray-dark {
1352
1797
  color: #2c2c2c !important;
1353
1798
  }
1354
- :root .bg-color-transparent {
1799
+
1800
+ .bg-color-transparent {
1355
1801
  background-color: transparent !important;
1356
1802
  }
1357
- :root .txt-color-transparent {
1803
+
1804
+ .txt-color-transparent {
1358
1805
  color: transparent !important;
1359
1806
  }
1360
- :root .bg-color-white {
1807
+
1808
+ .bg-color-white {
1361
1809
  background-color: #fff !important;
1362
1810
  }
1363
- :root .txt-color-white {
1811
+
1812
+ .txt-color-white {
1364
1813
  color: #fff !important;
1365
1814
  }
1366
- :root .bg-color-grayscale-10 {
1815
+
1816
+ .bg-color-grayscale-10 {
1367
1817
  background-color: #e6e6e6 !important;
1368
1818
  }
1369
- :root .txt-color-grayscale-10 {
1819
+
1820
+ .txt-color-grayscale-10 {
1370
1821
  color: #e6e6e6 !important;
1371
1822
  }
1372
- :root .bg-color-grayscale-20 {
1823
+
1824
+ .bg-color-grayscale-20 {
1373
1825
  background-color: #ccc !important;
1374
1826
  }
1375
- :root .txt-color-grayscale-20 {
1827
+
1828
+ .txt-color-grayscale-20 {
1376
1829
  color: #ccc !important;
1377
1830
  }
1378
- :root .bg-color-grayscale-30 {
1831
+
1832
+ .bg-color-grayscale-30 {
1379
1833
  background-color: #b3b3b3 !important;
1380
1834
  }
1381
- :root .txt-color-grayscale-30 {
1835
+
1836
+ .txt-color-grayscale-30 {
1382
1837
  color: #b3b3b3 !important;
1383
1838
  }
1384
- :root .bg-color-grayscale-40 {
1839
+
1840
+ .bg-color-grayscale-40 {
1385
1841
  background-color: #9a9a9a !important;
1386
1842
  }
1387
- :root .txt-color-grayscale-40 {
1843
+
1844
+ .txt-color-grayscale-40 {
1388
1845
  color: #9a9a9a !important;
1389
1846
  }
1390
- :root .bg-color-grayscale-50 {
1847
+
1848
+ .bg-color-grayscale-50 {
1391
1849
  background-color: #808080 !important;
1392
1850
  }
1393
- :root .txt-color-grayscale-50 {
1851
+
1852
+ .txt-color-grayscale-50 {
1394
1853
  color: #808080 !important;
1395
1854
  }
1396
- :root .bg-color-grayscale-60 {
1855
+
1856
+ .bg-color-grayscale-60 {
1397
1857
  background-color: #666 !important;
1398
1858
  }
1399
- :root .txt-color-grayscale-60 {
1859
+
1860
+ .txt-color-grayscale-60 {
1400
1861
  color: #666 !important;
1401
1862
  }
1402
- :root .bg-color-grayscale-70 {
1863
+
1864
+ .bg-color-grayscale-70 {
1403
1865
  background-color: #4d4d4d !important;
1404
1866
  }
1405
- :root .txt-color-grayscale-70 {
1867
+
1868
+ .txt-color-grayscale-70 {
1406
1869
  color: #4d4d4d !important;
1407
1870
  }
1408
- :root .bg-color-grayscale-80 {
1871
+
1872
+ .bg-color-grayscale-80 {
1409
1873
  background-color: #333 !important;
1410
1874
  }
1411
- :root .txt-color-grayscale-80 {
1875
+
1876
+ .txt-color-grayscale-80 {
1412
1877
  color: #333 !important;
1413
1878
  }
1414
- :root .bg-color-grayscale-90 {
1879
+
1880
+ .bg-color-grayscale-90 {
1415
1881
  background-color: #1a1a1a !important;
1416
1882
  }
1417
- :root .txt-color-grayscale-90 {
1883
+
1884
+ .txt-color-grayscale-90 {
1418
1885
  color: #1a1a1a !important;
1419
1886
  }
1420
- :root .bg-color-black {
1887
+
1888
+ .bg-color-black {
1421
1889
  background-color: #000 !important;
1422
1890
  }
1423
- :root .txt-color-black {
1891
+
1892
+ .txt-color-black {
1424
1893
  color: #000 !important;
1425
1894
  }
1426
- :root[data-mode=dark],
1427
- :root [data-mode=dark] {
1428
- --pkt-color-background-card: var(--pkt-color-grays-gray-700);
1429
- --pkt-color-background-default: var(--pkt-color-grays-gray-1000);
1430
- --pkt-color-background-subtle: var(--pkt-color-grays-gray-1000);
1431
- --pkt-color-background-transparent: var(--pkt-color-brand-neutrals-transparent);
1432
- --pkt-color-border-default: var(--pkt-color-brand-neutrals-white);
1433
- --pkt-color-border-beige: var(--pkt-color-brand-dark-beige-1000);
1434
- --pkt-color-border-blue: var(--pkt-color-brand-blue-1000);
1435
- --pkt-color-border-green: var(--pkt-color-brand-green-1000);
1436
- --pkt-color-border-light-beige: var(--pkt-color-brand-light-beige-1000);
1437
- --pkt-color-border-red: var(--pkt-color-brand-red-1000);
1438
- --pkt-color-border-subtle: var(--pkt-color-brand-dark-blue-700);
1439
- --pkt-color-border-yellow: var(--pkt-color-brand-yellow-1000);
1440
- --pkt-color-border-states-active: var(--pkt-color-brand-blue-500);
1441
- --pkt-color-border-states-disabled: var(--pkt-color-grays-gray-500);
1442
- --pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);
1443
- --pkt-color-border-states-hover: var(--pkt-color-brand-blue-500);
1444
- --pkt-color-surface-default-faded-green: var(--pkt-color-brand-light-green-400);
1445
- --pkt-color-surface-default-faded-red: var(--pkt-color-brand-red-400);
1446
- --pkt-color-surface-default-gray: var(--pkt-color-brand-neutrals-100);
1447
- --pkt-color-surface-default-light-beige: var(--pkt-color-brand-light-beige-1000);
1448
- --pkt-color-surface-default-light-blue: var(--pkt-color-brand-blue-300);
1449
- --pkt-color-surface-default-light-green: var(--pkt-color-brand-green-400);
1450
- --pkt-color-surface-default-red: var(--pkt-color-brand-red-600);
1451
- --pkt-color-surface-default-yellow: var(--pkt-color-brand-yellow-500);
1452
- --pkt-color-surface-strong-beige: var(--pkt-color-brand-dark-beige-1000);
1453
- --pkt-color-surface-strong-blue: var(--pkt-color-brand-blue-1000);
1454
- --pkt-color-surface-strong-dark-blue: var(--pkt-color-brand-dark-blue-1000);
1455
- --pkt-color-surface-strong-dark-green: var(--pkt-color-brand-dark-green-1000);
1456
- --pkt-color-surface-strong-gray: var(--pkt-color-brand-neutrals-200);
1457
- --pkt-color-surface-strong-green: var(--pkt-color-brand-green-1000);
1458
- --pkt-color-surface-strong-light-green: var(--pkt-color-brand-light-green-1000);
1459
- --pkt-color-surface-strong-red: var(--pkt-color-brand-red-1000);
1460
- --pkt-color-surface-strong-yellow: var(--pkt-color-brand-yellow-1000);
1461
- --pkt-color-surface-subtle-light-blue: var(--pkt-color-brand-blue-200);
1462
- --pkt-color-surface-subtle-light-red: var(--pkt-color-brand-red-100);
1463
- --pkt-color-surface-subtle-pale-blue: var(--pkt-color-brand-blue-100);
1464
- --pkt-color-surface-subtle-white: var(--pkt-color-brand-neutrals-white);
1465
- --pkt-color-text-body-dark: var(--pkt-color-brand-dark-blue-1000);
1466
- --pkt-color-text-body-default: var(--pkt-color-brand-neutrals-white);
1467
- --pkt-color-text-body-light: var(--pkt-color-brand-neutrals-white);
1468
- --pkt-color-text-placeholder: var(--pkt-color-grays-gray-300);
1469
- --pkt-color-text-action-disabled: var(--pkt-color-grays-gray-200);
1470
- --pkt-color-text-action-active: var(--pkt-color-brand-blue-500);
1471
- --pkt-color-text-action-hover: var(--pkt-color-brand-blue-500);
1472
- --pkt-color-text-action-normal: var(--pkt-color-brand-neutrals-white);
1473
- --pkt-color-input-background-normal: var(--pkt-color-brand-neutrals-white);
1474
- --pkt-color-input-border-active: var(--pkt-color-brand-blue-500);
1475
- --pkt-color-input-border-disabled: var(--pkt-color-grays-gray-200);
1476
- --pkt-color-input-border-error: var(--pkt-color-brand-red-1000);
1477
- --pkt-color-input-border-hover: var(--pkt-color-brand-blue-500);
1478
- --pkt-color-input-border-normal: var(--pkt-color-brand-neutrals-white);
1479
- --pkt-color-input-text-active: var(--pkt-color-brand-warm-blue-1000);
1480
- --pkt-color-input-text-disabled: var(--pkt-color-grays-gray-200);
1481
- --pkt-color-input-text-hover: var(--pkt-color-brand-warm-blue-1000);
1482
- --pkt-color-input-text-normal: var(--pkt-color-brand-dark-blue-1000);
1483
- --pkt-color-input-text-error: var(--pkt-color-brand-red-1000);
1484
- --pkt-color-input-text-open: var(--pkt-color-brand-dark-blue-1000);
1485
- --pkt-color-input-check-background: var(--pkt-color-brand-dark-blue-1000);
1486
- --pkt-color-input-check-border: var(--pkt-color-brand-neutrals-white);
1487
- --pkt-color-input-check-text-active: var(--pkt-color-brand-blue-500);
1488
- --pkt-color-input-check-text-hover: var(--pkt-color-brand-blue-500);
1489
- }
1490
1895
 
1491
1896
  /*
1492
1897
  * Defaults for elementer