@unlk/keymaster 1.0.13 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22300,19 +22300,18 @@
22300
22300
  src: url("../../fonts/NeulisNeue-MediumItalic.woff2") format("woff2"), url("../../fonts/NeulisNeue-MediumItalic.woff") format("woff");
22301
22301
  }
22302
22302
  /*!
22303
- * Bootstrap v5.3.7 (https://getbootstrap.com/)
22303
+ * Bootstrap v5.3.8 (https://getbootstrap.com/)
22304
22304
  * Copyright 2011-2025 The Bootstrap Authors
22305
22305
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
22306
22306
  */
22307
22307
  :root,
22308
22308
  [data-bs-theme=light] {
22309
- --bs-foundation: #1d1f50;
22310
- --bs-blueprint: #3e51a2;
22311
- --bs-entryway: #3b7bbf;
22312
- --bs-sunglow: #fbcd2f;
22313
- --bs-green: #027a48;
22314
- --bs-turnkey: #6346d3;
22315
- --bs-red: #b42318;
22309
+ --bs-foundation: #1f1f4f;
22310
+ --bs-tangerine: #ff6a1a;
22311
+ --bs-sunglow: #fbcd18;
22312
+ --bs-green: #09cc8b;
22313
+ --bs-electric: #02f;
22314
+ --bs-red: #e4263e;
22316
22315
  --bs-gray: rgb(154.4, 157.6, 163.2);
22317
22316
  --bs-gray-25: rgb(251.9, 252.1, 252.45);
22318
22317
  --bs-gray-50: rgb(248.8, 249.2, 249.9);
@@ -22325,52 +22324,48 @@
22325
22324
  --bs-gray-700: rgb(115.8, 118.2, 122.4);
22326
22325
  --bs-gray-800: rgb(77.2, 78.8, 81.6);
22327
22326
  --bs-gray-900: rgb(38.6, 39.4, 40.8);
22328
- --bs-primary: #3e51a2;
22329
- --bs-secondary: #3b7bbf;
22330
- --bs-tertiary: #cdecf9;
22331
- --bs-success: #027a48;
22332
- --bs-action: #6346d3;
22333
- --bs-warning: #fbcd2f;
22334
- --bs-danger: #b42318;
22327
+ --bs-gray-950: rgb(19.3, 19.7, 20.4);
22328
+ --bs-primary: #1f1f4f;
22329
+ --bs-secondary: #fbcd18;
22330
+ --bs-success: #09cc8b;
22331
+ --bs-action: #02f;
22332
+ --bs-warning: #ff6a1a;
22333
+ --bs-danger: #e4263e;
22335
22334
  --bs-light: #fff;
22336
22335
  --bs-dark: rgb(38.6, 39.4, 40.8);
22337
- --bs-primary-rgb: 62, 81, 162;
22338
- --bs-secondary-rgb: 59, 123, 191;
22339
- --bs-tertiary-rgb: 205, 236, 249;
22340
- --bs-success-rgb: 2, 122, 72;
22341
- --bs-action-rgb: 99, 70, 211;
22342
- --bs-warning-rgb: 251, 205, 47;
22343
- --bs-danger-rgb: 180, 35, 24;
22336
+ --bs-primary-rgb: 31, 31, 79;
22337
+ --bs-secondary-rgb: 251, 205, 24;
22338
+ --bs-success-rgb: 9, 204, 139;
22339
+ --bs-action-rgb: 0, 34, 255;
22340
+ --bs-warning-rgb: 255, 106, 26;
22341
+ --bs-danger-rgb: 228, 38, 62;
22344
22342
  --bs-light-rgb: 255, 255, 255;
22345
22343
  --bs-dark-rgb: 39, 39, 41;
22346
- --bs-primary-text-emphasis: rgb(24.8, 32.4, 64.8);
22347
- --bs-secondary-text-emphasis: rgb(23.6, 49.2, 76.4);
22348
- --bs-tertiary-text-emphasis: rgb(82, 94.4, 99.6);
22349
- --bs-action-text-emphasis: rgb(39.6, 28, 84.4);
22350
- --bs-success-text-emphasis: rgb(0.8, 48.8, 28.8);
22344
+ --bs-primary-text-emphasis: rgb(12.4, 12.4, 31.6);
22345
+ --bs-secondary-text-emphasis: rgb(100.4, 82, 9.6);
22346
+ --bs-action-text-emphasis: rgb(0, 13.6, 102);
22347
+ --bs-success-text-emphasis: rgb(3.6, 81.6, 55.6);
22351
22348
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
22352
- --bs-warning-text-emphasis: rgb(100.4, 82, 18.8);
22353
- --bs-danger-text-emphasis: rgb(72, 14, 9.6);
22349
+ --bs-warning-text-emphasis: rgb(102, 42.4, 10.4);
22350
+ --bs-danger-text-emphasis: rgb(91.2, 15.2, 24.8);
22354
22351
  --bs-light-text-emphasis: rgb(115.8, 118.2, 122.4);
22355
22352
  --bs-dark-text-emphasis: rgb(115.8, 118.2, 122.4);
22356
- --bs-primary-bg-subtle: rgb(216.4, 220.2, 236.4);
22357
- --bs-secondary-bg-subtle: rgb(215.8, 228.6, 242.2);
22358
- --bs-tertiary-bg-subtle: #cdecf9;
22359
- --bs-action-bg-subtle: rgb(223.8, 218, 246.2);
22360
- --bs-success-bg-subtle: rgb(204.4, 228.4, 218.4);
22353
+ --bs-primary-bg-subtle: rgb(210.2, 210.2, 219.8);
22354
+ --bs-secondary-bg-subtle: rgb(254.2, 245, 208.8);
22355
+ --bs-action-bg-subtle: rgb(204, 210.8, 255);
22356
+ --bs-success-bg-subtle: rgb(205.8, 244.8, 231.8);
22361
22357
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
22362
- --bs-warning-bg-subtle: rgb(254.2, 245, 213.4);
22363
- --bs-danger-bg-subtle: rgb(240, 211, 208.8);
22358
+ --bs-warning-bg-subtle: rgb(255, 225.2, 209.2);
22359
+ --bs-danger-bg-subtle: rgb(249.6, 211.6, 216.4);
22364
22360
  --bs-light-bg-subtle: rgb(248.8, 249.2, 249.9);
22365
22361
  --bs-dark-bg-subtle: rgb(205.4, 208.6, 214.2);
22366
- --bs-primary-border-subtle: rgb(177.8, 185.4, 217.8);
22367
- --bs-secondary-border-subtle: rgb(176.6, 202.2, 229.4);
22368
- --bs-tertiary-border-subtle: rgb(235, 247.4, 252.6);
22369
- --bs-action-border-subtle: rgb(192.6, 181, 237.4);
22370
- --bs-success-border-subtle: rgb(153.8, 201.8, 181.8);
22362
+ --bs-primary-border-subtle: rgb(165.4, 165.4, 184.6);
22363
+ --bs-secondary-border-subtle: rgb(253.4, 235, 162.6);
22364
+ --bs-action-border-subtle: rgb(153, 166.6, 255);
22365
+ --bs-success-border-subtle: rgb(156.6, 234.6, 208.6);
22371
22366
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
22372
- --bs-warning-border-subtle: rgb(253.4, 235, 171.8);
22373
- --bs-danger-border-subtle: rgb(225, 167, 162.6);
22367
+ --bs-warning-border-subtle: rgb(255, 195.4, 163.4);
22368
+ --bs-danger-border-subtle: rgb(244.2, 168.2, 177.8);
22374
22369
  --bs-light-border-subtle: rgb(230.2, 231.8, 234.6);
22375
22370
  --bs-dark-border-subtle: #c1c5cc;
22376
22371
  --bs-white-rgb: 255, 255, 255;
@@ -22382,28 +22377,28 @@
22382
22377
  --bs-body-font-size: 1rem;
22383
22378
  --bs-body-font-weight: 400;
22384
22379
  --bs-body-line-height: 1.5;
22385
- --bs-body-color: rgb(38.6, 39.4, 40.8);
22386
- --bs-body-color-rgb: 39, 39, 41;
22380
+ --bs-body-color: rgb(19.3, 19.7, 20.4);
22381
+ --bs-body-color-rgb: 19, 20, 20;
22387
22382
  --bs-body-bg: #fff;
22388
22383
  --bs-body-bg-rgb: 255, 255, 255;
22389
22384
  --bs-emphasis-color: #000;
22390
22385
  --bs-emphasis-color-rgb: 0, 0, 0;
22391
- --bs-secondary-color: rgba(38.6, 39.4, 40.8, 0.75);
22392
- --bs-secondary-color-rgb: 39, 39, 41;
22386
+ --bs-secondary-color: rgba(19.3, 19.7, 20.4, 0.75);
22387
+ --bs-secondary-color-rgb: 19, 20, 20;
22393
22388
  --bs-secondary-bg: rgb(230.2, 231.8, 234.6);
22394
22389
  --bs-secondary-bg-rgb: 230, 232, 235;
22395
- --bs-tertiary-color: rgba(38.6, 39.4, 40.8, 0.5);
22396
- --bs-tertiary-color-rgb: 39, 39, 41;
22390
+ --bs-tertiary-color: rgba(19.3, 19.7, 20.4, 0.5);
22391
+ --bs-tertiary-color-rgb: 19, 20, 20;
22397
22392
  --bs-tertiary-bg: rgb(242.6, 243.4, 244.8);
22398
22393
  --bs-tertiary-bg-rgb: 243, 243, 245;
22399
- --bs-heading-color: #1d1f50;
22400
- --bs-link-color: #3e51a2;
22401
- --bs-link-color-rgb: 62, 81, 162;
22394
+ --bs-heading-color: rgb(38.6, 39.4, 40.8);
22395
+ --bs-link-color: #1f1f4f;
22396
+ --bs-link-color-rgb: 31, 31, 79;
22402
22397
  --bs-link-decoration: underline;
22403
- --bs-link-hover-color: rgb(49.6, 64.8, 129.6);
22404
- --bs-link-hover-color-rgb: 50, 65, 130;
22398
+ --bs-link-hover-color: rgb(24.8, 24.8, 63.2);
22399
+ --bs-link-hover-color-rgb: 25, 25, 63;
22405
22400
  --bs-code-color: #d63384;
22406
- --bs-highlight-color: rgb(38.6, 39.4, 40.8);
22401
+ --bs-highlight-color: rgb(19.3, 19.7, 20.4);
22407
22402
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
22408
22403
  --bs-border-width: 2px;
22409
22404
  --bs-border-style: solid;
@@ -22422,11 +22417,11 @@
22422
22417
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
22423
22418
  --bs-focus-ring-width: 0.25rem;
22424
22419
  --bs-focus-ring-opacity: 0.25;
22425
- --bs-focus-ring-color: rgba(62, 81, 162, 0.25);
22426
- --bs-form-valid-color: #027a48;
22427
- --bs-form-valid-border-color: #027a48;
22428
- --bs-form-invalid-color: #b42318;
22429
- --bs-form-invalid-border-color: #b42318;
22420
+ --bs-focus-ring-color: rgba(0, 34, 255, 0.25);
22421
+ --bs-form-valid-color: #09cc8b;
22422
+ --bs-form-valid-border-color: #09cc8b;
22423
+ --bs-form-invalid-color: #e4263e;
22424
+ --bs-form-invalid-border-color: #e4263e;
22430
22425
  }
22431
22426
 
22432
22427
  [data-bs-theme=dark] {
@@ -22445,44 +22440,44 @@
22445
22440
  --bs-tertiary-color-rgb: 218, 220, 224;
22446
22441
  --bs-tertiary-bg: rgb(57.9, 59.1, 61.2);
22447
22442
  --bs-tertiary-bg-rgb: 58, 59, 61;
22448
- --bs-primary-text-emphasis: rgb(139.2, 150.6, 199.2);
22449
- --bs-secondary-text-emphasis: rgb(137.4, 175.8, 216.6);
22450
- --bs-success-text-emphasis: rgb(103.2, 175.2, 145.2);
22443
+ --bs-primary-text-emphasis: rgb(120.6, 120.6, 149.4);
22444
+ --bs-secondary-text-emphasis: rgb(252.6, 225, 116.4);
22445
+ --bs-success-text-emphasis: rgb(107.4, 224.4, 185.4);
22451
22446
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
22452
- --bs-warning-text-emphasis: rgb(252.6, 225, 130.2);
22453
- --bs-danger-text-emphasis: rgb(210, 123, 116.4);
22447
+ --bs-warning-text-emphasis: rgb(255, 165.6, 117.6);
22448
+ --bs-danger-text-emphasis: rgb(238.8, 124.8, 139.2);
22454
22449
  --bs-light-text-emphasis: rgb(242.6, 243.4, 244.8);
22455
22450
  --bs-dark-text-emphasis: rgb(217.8, 220.2, 224.4);
22456
- --bs-primary-bg-subtle: rgb(12.4, 16.2, 32.4);
22457
- --bs-secondary-bg-subtle: rgb(11.8, 24.6, 38.2);
22458
- --bs-success-bg-subtle: rgb(0.4, 24.4, 14.4);
22451
+ --bs-primary-bg-subtle: rgb(6.2, 6.2, 15.8);
22452
+ --bs-secondary-bg-subtle: rgb(50.2, 41, 4.8);
22453
+ --bs-success-bg-subtle: rgb(1.8, 40.8, 27.8);
22459
22454
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
22460
- --bs-warning-bg-subtle: rgb(50.2, 41, 9.4);
22461
- --bs-danger-bg-subtle: rgb(36, 7, 4.8);
22455
+ --bs-warning-bg-subtle: rgb(51, 21.2, 5.2);
22456
+ --bs-danger-bg-subtle: rgb(45.6, 7.6, 12.4);
22462
22457
  --bs-light-bg-subtle: rgb(77.2, 78.8, 81.6);
22463
22458
  --bs-dark-bg-subtle: rgb(38.6, 39.4, 40.8);
22464
- --bs-primary-border-subtle: rgb(37.2, 48.6, 97.2);
22465
- --bs-secondary-border-subtle: rgb(35.4, 73.8, 114.6);
22466
- --bs-success-border-subtle: rgb(1.2, 73.2, 43.2);
22459
+ --bs-primary-border-subtle: rgb(18.6, 18.6, 47.4);
22460
+ --bs-secondary-border-subtle: rgb(150.6, 123, 14.4);
22461
+ --bs-success-border-subtle: rgb(5.4, 122.4, 83.4);
22467
22462
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
22468
- --bs-warning-border-subtle: rgb(150.6, 123, 28.2);
22469
- --bs-danger-border-subtle: rgb(108, 21, 14.4);
22463
+ --bs-warning-border-subtle: rgb(153, 63.6, 15.6);
22464
+ --bs-danger-border-subtle: rgb(136.8, 22.8, 37.2);
22470
22465
  --bs-light-border-subtle: rgb(115.8, 118.2, 122.4);
22471
22466
  --bs-dark-border-subtle: rgb(77.2, 78.8, 81.6);
22472
22467
  --bs-heading-color: inherit;
22473
- --bs-link-color: rgb(139.2, 150.6, 199.2);
22474
- --bs-link-hover-color: rgb(162.36, 171.48, 210.36);
22475
- --bs-link-color-rgb: 139, 151, 199;
22476
- --bs-link-hover-color-rgb: 162, 171, 210;
22468
+ --bs-link-color: rgb(120.6, 120.6, 149.4);
22469
+ --bs-link-hover-color: rgb(147.48, 147.48, 170.52);
22470
+ --bs-link-color-rgb: 121, 121, 149;
22471
+ --bs-link-hover-color-rgb: 147, 147, 171;
22477
22472
  --bs-code-color: rgb(230.4, 132.6, 181.2);
22478
22473
  --bs-highlight-color: rgb(217.8, 220.2, 224.4);
22479
22474
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
22480
22475
  --bs-border-color: rgb(115.8, 118.2, 122.4);
22481
22476
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
22482
- --bs-form-valid-color: rgb(103.2, 175.2, 145.2);
22483
- --bs-form-valid-border-color: rgb(103.2, 175.2, 145.2);
22484
- --bs-form-invalid-color: rgb(210, 123, 116.4);
22485
- --bs-form-invalid-border-color: rgb(210, 123, 116.4);
22477
+ --bs-form-valid-color: rgb(107.4, 224.4, 185.4);
22478
+ --bs-form-valid-border-color: rgb(107.4, 224.4, 185.4);
22479
+ --bs-form-invalid-color: rgb(238.8, 124.8, 139.2);
22480
+ --bs-form-invalid-border-color: rgb(238.8, 124.8, 139.2);
22486
22481
  }
22487
22482
 
22488
22483
  *,
@@ -22852,6 +22847,10 @@ legend + * {
22852
22847
  -webkit-appearance: textfield;
22853
22848
  outline-offset: -2px;
22854
22849
  }
22850
+ [type=search]::-webkit-search-cancel-button {
22851
+ cursor: pointer;
22852
+ filter: grayscale(1);
22853
+ }
22855
22854
 
22856
22855
  /* rtl:raw:
22857
22856
  [type="tel"],
@@ -24430,13 +24429,13 @@ progress {
24430
24429
 
24431
24430
  .table-primary {
24432
24431
  --bs-table-color: #000;
24433
- --bs-table-bg: rgb(216.4, 220.2, 236.4);
24434
- --bs-table-border-color: rgb(173.12, 176.16, 189.12);
24435
- --bs-table-striped-bg: rgb(205.58, 209.19, 224.58);
24432
+ --bs-table-bg: rgb(210.2, 210.2, 219.8);
24433
+ --bs-table-border-color: rgb(168.16, 168.16, 175.84);
24434
+ --bs-table-striped-bg: rgb(199.69, 199.69, 208.81);
24436
24435
  --bs-table-striped-color: #000;
24437
- --bs-table-active-bg: rgb(194.76, 198.18, 212.76);
24436
+ --bs-table-active-bg: rgb(189.18, 189.18, 197.82);
24438
24437
  --bs-table-active-color: #000;
24439
- --bs-table-hover-bg: rgb(200.17, 203.685, 218.67);
24438
+ --bs-table-hover-bg: rgb(194.435, 194.435, 203.315);
24440
24439
  --bs-table-hover-color: #000;
24441
24440
  color: var(--bs-table-color);
24442
24441
  border-color: var(--bs-table-border-color);
@@ -24444,27 +24443,13 @@ progress {
24444
24443
 
24445
24444
  .table-secondary {
24446
24445
  --bs-table-color: #000;
24447
- --bs-table-bg: rgb(215.8, 228.6, 242.2);
24448
- --bs-table-border-color: rgb(172.64, 182.88, 193.76);
24449
- --bs-table-striped-bg: rgb(205.01, 217.17, 230.09);
24450
- --bs-table-striped-color: #000;
24451
- --bs-table-active-bg: rgb(194.22, 205.74, 217.98);
24452
- --bs-table-active-color: #000;
24453
- --bs-table-hover-bg: rgb(199.615, 211.455, 224.035);
24454
- --bs-table-hover-color: #000;
24455
- color: var(--bs-table-color);
24456
- border-color: var(--bs-table-border-color);
24457
- }
24458
-
24459
- .table-tertiary {
24460
- --bs-table-color: #000;
24461
- --bs-table-bg: rgb(245, 251.2, 253.8);
24462
- --bs-table-border-color: rgb(196, 200.96, 203.04);
24463
- --bs-table-striped-bg: rgb(232.75, 238.64, 241.11);
24446
+ --bs-table-bg: rgb(254.2, 245, 208.8);
24447
+ --bs-table-border-color: rgb(203.36, 196, 167.04);
24448
+ --bs-table-striped-bg: rgb(241.49, 232.75, 198.36);
24464
24449
  --bs-table-striped-color: #000;
24465
- --bs-table-active-bg: rgb(220.5, 226.08, 228.42);
24450
+ --bs-table-active-bg: rgb(228.78, 220.5, 187.92);
24466
24451
  --bs-table-active-color: #000;
24467
- --bs-table-hover-bg: rgb(226.625, 232.36, 234.765);
24452
+ --bs-table-hover-bg: rgb(235.135, 226.625, 193.14);
24468
24453
  --bs-table-hover-color: #000;
24469
24454
  color: var(--bs-table-color);
24470
24455
  border-color: var(--bs-table-border-color);
@@ -24472,13 +24457,13 @@ progress {
24472
24457
 
24473
24458
  .table-action {
24474
24459
  --bs-table-color: #000;
24475
- --bs-table-bg: rgb(223.8, 218, 246.2);
24476
- --bs-table-border-color: rgb(179.04, 174.4, 196.96);
24477
- --bs-table-striped-bg: rgb(212.61, 207.1, 233.89);
24460
+ --bs-table-bg: rgb(204, 210.8, 255);
24461
+ --bs-table-border-color: rgb(163.2, 168.64, 204);
24462
+ --bs-table-striped-bg: rgb(193.8, 200.26, 242.25);
24478
24463
  --bs-table-striped-color: #000;
24479
- --bs-table-active-bg: rgb(201.42, 196.2, 221.58);
24464
+ --bs-table-active-bg: rgb(183.6, 189.72, 229.5);
24480
24465
  --bs-table-active-color: #000;
24481
- --bs-table-hover-bg: rgb(207.015, 201.65, 227.735);
24466
+ --bs-table-hover-bg: rgb(188.7, 194.99, 235.875);
24482
24467
  --bs-table-hover-color: #000;
24483
24468
  color: var(--bs-table-color);
24484
24469
  border-color: var(--bs-table-border-color);
@@ -24486,13 +24471,13 @@ progress {
24486
24471
 
24487
24472
  .table-success {
24488
24473
  --bs-table-color: #000;
24489
- --bs-table-bg: rgb(204.4, 228.4, 218.4);
24490
- --bs-table-border-color: rgb(163.52, 182.72, 174.72);
24491
- --bs-table-striped-bg: rgb(194.18, 216.98, 207.48);
24474
+ --bs-table-bg: rgb(205.8, 244.8, 231.8);
24475
+ --bs-table-border-color: rgb(164.64, 195.84, 185.44);
24476
+ --bs-table-striped-bg: rgb(195.51, 232.56, 220.21);
24492
24477
  --bs-table-striped-color: #000;
24493
- --bs-table-active-bg: rgb(183.96, 205.56, 196.56);
24478
+ --bs-table-active-bg: rgb(185.22, 220.32, 208.62);
24494
24479
  --bs-table-active-color: #000;
24495
- --bs-table-hover-bg: rgb(189.07, 211.27, 202.02);
24480
+ --bs-table-hover-bg: rgb(190.365, 226.44, 214.415);
24496
24481
  --bs-table-hover-color: #000;
24497
24482
  color: var(--bs-table-color);
24498
24483
  border-color: var(--bs-table-border-color);
@@ -24500,13 +24485,13 @@ progress {
24500
24485
 
24501
24486
  .table-warning {
24502
24487
  --bs-table-color: #000;
24503
- --bs-table-bg: rgb(254.2, 245, 213.4);
24504
- --bs-table-border-color: rgb(203.36, 196, 170.72);
24505
- --bs-table-striped-bg: rgb(241.49, 232.75, 202.73);
24488
+ --bs-table-bg: rgb(255, 225.2, 209.2);
24489
+ --bs-table-border-color: rgb(204, 180.16, 167.36);
24490
+ --bs-table-striped-bg: rgb(242.25, 213.94, 198.74);
24506
24491
  --bs-table-striped-color: #000;
24507
- --bs-table-active-bg: rgb(228.78, 220.5, 192.06);
24492
+ --bs-table-active-bg: rgb(229.5, 202.68, 188.28);
24508
24493
  --bs-table-active-color: #000;
24509
- --bs-table-hover-bg: rgb(235.135, 226.625, 197.395);
24494
+ --bs-table-hover-bg: rgb(235.875, 208.31, 193.51);
24510
24495
  --bs-table-hover-color: #000;
24511
24496
  color: var(--bs-table-color);
24512
24497
  border-color: var(--bs-table-border-color);
@@ -24514,13 +24499,13 @@ progress {
24514
24499
 
24515
24500
  .table-danger {
24516
24501
  --bs-table-color: #000;
24517
- --bs-table-bg: rgb(240, 211, 208.8);
24518
- --bs-table-border-color: rgb(192, 168.8, 167.04);
24519
- --bs-table-striped-bg: rgb(228, 200.45, 198.36);
24502
+ --bs-table-bg: rgb(249.6, 211.6, 216.4);
24503
+ --bs-table-border-color: rgb(199.68, 169.28, 173.12);
24504
+ --bs-table-striped-bg: rgb(237.12, 201.02, 205.58);
24520
24505
  --bs-table-striped-color: #000;
24521
- --bs-table-active-bg: rgb(216, 189.9, 187.92);
24506
+ --bs-table-active-bg: rgb(224.64, 190.44, 194.76);
24522
24507
  --bs-table-active-color: #000;
24523
- --bs-table-hover-bg: rgb(222, 195.175, 193.14);
24508
+ --bs-table-hover-bg: rgb(230.88, 195.73, 200.17);
24524
24509
  --bs-table-hover-color: #000;
24525
24510
  color: var(--bs-table-color);
24526
24511
  border-color: var(--bs-table-border-color);
@@ -24657,9 +24642,9 @@ progress {
24657
24642
  .form-control:focus {
24658
24643
  color: var(--bs-body-color);
24659
24644
  background-color: var(--bs-body-bg);
24660
- border-color: #cdecf9;
24645
+ border-color: #02f;
24661
24646
  outline: 0;
24662
- box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(205, 236, 249, 0.75);
24647
+ box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(0, 34, 255, 0.25);
24663
24648
  }
24664
24649
  .form-control::-webkit-date-and-time-value {
24665
24650
  min-width: 85px;
@@ -24809,9 +24794,9 @@ textarea.form-control-lg {
24809
24794
  }
24810
24795
  }
24811
24796
  .form-select:focus {
24812
- border-color: #cdecf9;
24797
+ border-color: #02f;
24813
24798
  outline: 0;
24814
- box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(62, 81, 162, 0.25);
24799
+ box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(0, 34, 255, 0.25);
24815
24800
  }
24816
24801
  .form-select[multiple], .form-select[size]:not([size="1"]) {
24817
24802
  padding-right: 0.75rem;
@@ -24896,13 +24881,13 @@ textarea.form-control-lg {
24896
24881
  filter: brightness(90%);
24897
24882
  }
24898
24883
  .form-check-input:focus {
24899
- border-color: #cdecf9;
24884
+ border-color: #02f;
24900
24885
  outline: 0;
24901
- box-shadow: 0 0 0 0.25rem rgba(62, 81, 162, 0.25);
24886
+ box-shadow: 0 0 0 0.25rem rgba(0, 34, 255, 0.25);
24902
24887
  }
24903
24888
  .form-check-input:checked {
24904
- background-color: #3e51a2;
24905
- border-color: #3e51a2;
24889
+ background-color: #02f;
24890
+ border-color: #02f;
24906
24891
  }
24907
24892
  .form-check-input:checked[type=checkbox] {
24908
24893
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
@@ -24911,8 +24896,8 @@ textarea.form-control-lg {
24911
24896
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
24912
24897
  }
24913
24898
  .form-check-input[type=checkbox]:indeterminate {
24914
- background-color: #3e51a2;
24915
- border-color: #3e51a2;
24899
+ background-color: #02f;
24900
+ border-color: #02f;
24916
24901
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
24917
24902
  }
24918
24903
  .form-check-input:disabled {
@@ -24943,7 +24928,7 @@ textarea.form-control-lg {
24943
24928
  }
24944
24929
  }
24945
24930
  .form-switch .form-check-input:focus {
24946
- --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23cdecf9'/%3e%3c/svg%3e");
24931
+ --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2302f'/%3e%3c/svg%3e");
24947
24932
  }
24948
24933
  .form-switch .form-check-input:checked {
24949
24934
  background-position: right center;
@@ -24991,10 +24976,10 @@ textarea.form-control-lg {
24991
24976
  outline: 0;
24992
24977
  }
24993
24978
  .form-range:focus::-webkit-slider-thumb {
24994
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(205, 236, 249, 0.75);
24979
+ box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 34, 255, 0.25);
24995
24980
  }
24996
24981
  .form-range:focus::-moz-range-thumb {
24997
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(205, 236, 249, 0.75);
24982
+ box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 34, 255, 0.25);
24998
24983
  }
24999
24984
  .form-range::-moz-focus-outer {
25000
24985
  border: 0;
@@ -25005,7 +24990,7 @@ textarea.form-control-lg {
25005
24990
  margin-top: -0.25rem;
25006
24991
  -webkit-appearance: none;
25007
24992
  appearance: none;
25008
- background-color: #3e51a2;
24993
+ background-color: #02f;
25009
24994
  border: 0;
25010
24995
  border-radius: 1rem;
25011
24996
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
@@ -25019,7 +25004,7 @@ textarea.form-control-lg {
25019
25004
  }
25020
25005
  }
25021
25006
  .form-range::-webkit-slider-thumb:active {
25022
- background-color: rgb(197.1, 202.8, 227.1);
25007
+ background-color: rgb(178.5, 188.7, 255);
25023
25008
  }
25024
25009
  .form-range::-webkit-slider-runnable-track {
25025
25010
  width: 100%;
@@ -25036,7 +25021,7 @@ textarea.form-control-lg {
25036
25021
  height: 1rem;
25037
25022
  -moz-appearance: none;
25038
25023
  appearance: none;
25039
- background-color: #3e51a2;
25024
+ background-color: #02f;
25040
25025
  border: 0;
25041
25026
  border-radius: 1rem;
25042
25027
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
@@ -25050,7 +25035,7 @@ textarea.form-control-lg {
25050
25035
  }
25051
25036
  }
25052
25037
  .form-range::-moz-range-thumb:active {
25053
- background-color: rgb(197.1, 202.8, 227.1);
25038
+ background-color: rgb(178.5, 188.7, 255);
25054
25039
  }
25055
25040
  .form-range::-moz-range-track {
25056
25041
  width: 100%;
@@ -25495,121 +25480,104 @@ textarea.form-control-lg {
25495
25480
 
25496
25481
  .btn-primary {
25497
25482
  --bs-btn-color: #fff;
25498
- --bs-btn-bg: #3e51a2;
25499
- --bs-btn-border-color: #3e51a2;
25483
+ --bs-btn-bg: #1f1f4f;
25484
+ --bs-btn-border-color: #1f1f4f;
25500
25485
  --bs-btn-hover-color: #fff;
25501
- --bs-btn-hover-bg: rgb(49.6, 64.8, 129.6);
25502
- --bs-btn-hover-border-color: rgb(49.6, 64.8, 129.6);
25503
- --bs-btn-focus-shadow-rgb: 91, 107, 176;
25486
+ --bs-btn-hover-bg: rgb(24.8, 24.8, 63.2);
25487
+ --bs-btn-hover-border-color: rgb(24.8, 24.8, 63.2);
25488
+ --bs-btn-focus-shadow-rgb: 65, 65, 105;
25504
25489
  --bs-btn-active-color: #fff;
25505
- --bs-btn-active-bg: rgb(37.2, 48.6, 97.2);
25506
- --bs-btn-active-border-color: rgb(37.2, 48.6, 97.2);
25490
+ --bs-btn-active-bg: rgb(18.6, 18.6, 47.4);
25491
+ --bs-btn-active-border-color: rgb(18.6, 18.6, 47.4);
25507
25492
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25508
25493
  --bs-btn-disabled-color: #fff;
25509
- --bs-btn-disabled-bg: #3e51a2;
25510
- --bs-btn-disabled-border-color: #3e51a2;
25494
+ --bs-btn-disabled-bg: #1f1f4f;
25495
+ --bs-btn-disabled-border-color: #1f1f4f;
25511
25496
  }
25512
25497
 
25513
25498
  .btn-secondary {
25514
25499
  --bs-btn-color: #000;
25515
- --bs-btn-bg: #3b7bbf;
25516
- --bs-btn-border-color: #3b7bbf;
25500
+ --bs-btn-bg: #fbcd18;
25501
+ --bs-btn-border-color: #fbcd18;
25517
25502
  --bs-btn-hover-color: #000;
25518
- --bs-btn-hover-bg: rgb(78.6, 136.2, 197.4);
25519
- --bs-btn-hover-border-color: rgb(78.6, 136.2, 197.4);
25520
- --bs-btn-focus-shadow-rgb: 50, 105, 162;
25503
+ --bs-btn-hover-bg: rgb(251.4, 210, 47.1);
25504
+ --bs-btn-hover-border-color: rgb(251.4, 210, 47.1);
25505
+ --bs-btn-focus-shadow-rgb: 213, 174, 20;
25521
25506
  --bs-btn-active-color: #000;
25522
- --bs-btn-active-bg: rgb(98.2, 149.4, 203.8);
25523
- --bs-btn-active-border-color: rgb(78.6, 136.2, 197.4);
25507
+ --bs-btn-active-bg: rgb(251.8, 215, 70.2);
25508
+ --bs-btn-active-border-color: rgb(251.4, 210, 47.1);
25524
25509
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25525
25510
  --bs-btn-disabled-color: #000;
25526
- --bs-btn-disabled-bg: #3b7bbf;
25527
- --bs-btn-disabled-border-color: #3b7bbf;
25511
+ --bs-btn-disabled-bg: #fbcd18;
25512
+ --bs-btn-disabled-border-color: #fbcd18;
25528
25513
  }
25529
25514
 
25530
- .btn-tertiary {
25515
+ .btn-success {
25531
25516
  --bs-btn-color: #000;
25532
- --bs-btn-bg: #cdecf9;
25533
- --bs-btn-border-color: #cdecf9;
25517
+ --bs-btn-bg: #09cc8b;
25518
+ --bs-btn-border-color: #09cc8b;
25534
25519
  --bs-btn-hover-color: #000;
25535
- --bs-btn-hover-bg: rgb(210, 237.9, 249.6);
25536
- --bs-btn-hover-border-color: rgb(210, 237.9, 249.6);
25537
- --bs-btn-focus-shadow-rgb: 174, 201, 212;
25520
+ --bs-btn-hover-bg: rgb(33.6, 209.1, 150.6);
25521
+ --bs-btn-hover-border-color: rgb(33.6, 209.1, 150.6);
25522
+ --bs-btn-focus-shadow-rgb: 8, 173, 118;
25538
25523
  --bs-btn-active-color: #000;
25539
- --bs-btn-active-bg: rgb(215, 239.8, 250.2);
25540
- --bs-btn-active-border-color: rgb(210, 237.9, 249.6);
25524
+ --bs-btn-active-bg: rgb(58.2, 214.2, 162.2);
25525
+ --bs-btn-active-border-color: rgb(33.6, 209.1, 150.6);
25541
25526
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25542
25527
  --bs-btn-disabled-color: #000;
25543
- --bs-btn-disabled-bg: #cdecf9;
25544
- --bs-btn-disabled-border-color: #cdecf9;
25545
- }
25546
-
25547
- .btn-success {
25548
- --bs-btn-color: #fff;
25549
- --bs-btn-bg: #027a48;
25550
- --bs-btn-border-color: #027a48;
25551
- --bs-btn-hover-color: #fff;
25552
- --bs-btn-hover-bg: rgb(1.6, 97.6, 57.6);
25553
- --bs-btn-hover-border-color: rgb(1.6, 97.6, 57.6);
25554
- --bs-btn-focus-shadow-rgb: 40, 142, 99;
25555
- --bs-btn-active-color: #fff;
25556
- --bs-btn-active-bg: rgb(1.2, 73.2, 43.2);
25557
- --bs-btn-active-border-color: rgb(1.2, 73.2, 43.2);
25558
- --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25559
- --bs-btn-disabled-color: #fff;
25560
- --bs-btn-disabled-bg: #027a48;
25561
- --bs-btn-disabled-border-color: #027a48;
25528
+ --bs-btn-disabled-bg: #09cc8b;
25529
+ --bs-btn-disabled-border-color: #09cc8b;
25562
25530
  }
25563
25531
 
25564
25532
  .btn-action {
25565
25533
  --bs-btn-color: #fff;
25566
- --bs-btn-bg: #6346d3;
25567
- --bs-btn-border-color: #6346d3;
25534
+ --bs-btn-bg: #02f;
25535
+ --bs-btn-border-color: #02f;
25568
25536
  --bs-btn-hover-color: #fff;
25569
- --bs-btn-hover-bg: rgb(79.2, 56, 168.8);
25570
- --bs-btn-hover-border-color: rgb(79.2, 56, 168.8);
25571
- --bs-btn-focus-shadow-rgb: 122, 98, 218;
25537
+ --bs-btn-hover-bg: rgb(0, 27.2, 204);
25538
+ --bs-btn-hover-border-color: rgb(0, 27.2, 204);
25539
+ --bs-btn-focus-shadow-rgb: 38, 67, 255;
25572
25540
  --bs-btn-active-color: #fff;
25573
- --bs-btn-active-bg: rgb(59.4, 42, 126.6);
25574
- --bs-btn-active-border-color: rgb(59.4, 42, 126.6);
25541
+ --bs-btn-active-bg: rgb(0, 20.4, 153);
25542
+ --bs-btn-active-border-color: rgb(0, 20.4, 153);
25575
25543
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25576
25544
  --bs-btn-disabled-color: #fff;
25577
- --bs-btn-disabled-bg: #6346d3;
25578
- --bs-btn-disabled-border-color: #6346d3;
25545
+ --bs-btn-disabled-bg: #02f;
25546
+ --bs-btn-disabled-border-color: #02f;
25579
25547
  }
25580
25548
 
25581
25549
  .btn-warning {
25582
25550
  --bs-btn-color: #000;
25583
- --bs-btn-bg: #fbcd2f;
25584
- --bs-btn-border-color: #fbcd2f;
25551
+ --bs-btn-bg: #ff6a1a;
25552
+ --bs-btn-border-color: #ff6a1a;
25585
25553
  --bs-btn-hover-color: #000;
25586
- --bs-btn-hover-bg: rgb(251.4, 210, 67.8);
25587
- --bs-btn-hover-border-color: rgb(251.4, 210, 67.8);
25588
- --bs-btn-focus-shadow-rgb: 213, 174, 40;
25554
+ --bs-btn-hover-bg: rgb(255, 120.9, 48.9);
25555
+ --bs-btn-hover-border-color: rgb(255, 120.9, 48.9);
25556
+ --bs-btn-focus-shadow-rgb: 217, 90, 22;
25589
25557
  --bs-btn-active-color: #000;
25590
- --bs-btn-active-bg: rgb(251.8, 215, 88.6);
25591
- --bs-btn-active-border-color: rgb(251.4, 210, 67.8);
25558
+ --bs-btn-active-bg: rgb(255, 135.8, 71.8);
25559
+ --bs-btn-active-border-color: rgb(255, 120.9, 48.9);
25592
25560
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25593
25561
  --bs-btn-disabled-color: #000;
25594
- --bs-btn-disabled-bg: #fbcd2f;
25595
- --bs-btn-disabled-border-color: #fbcd2f;
25562
+ --bs-btn-disabled-bg: #ff6a1a;
25563
+ --bs-btn-disabled-border-color: #ff6a1a;
25596
25564
  }
25597
25565
 
25598
25566
  .btn-danger {
25599
25567
  --bs-btn-color: #fff;
25600
- --bs-btn-bg: #b42318;
25601
- --bs-btn-border-color: #b42318;
25568
+ --bs-btn-bg: #e4263e;
25569
+ --bs-btn-border-color: #e4263e;
25602
25570
  --bs-btn-hover-color: #fff;
25603
- --bs-btn-hover-bg: rgb(144, 28, 19.2);
25604
- --bs-btn-hover-border-color: rgb(144, 28, 19.2);
25605
- --bs-btn-focus-shadow-rgb: 191, 68, 59;
25571
+ --bs-btn-hover-bg: rgb(182.4, 30.4, 49.6);
25572
+ --bs-btn-hover-border-color: rgb(182.4, 30.4, 49.6);
25573
+ --bs-btn-focus-shadow-rgb: 232, 71, 91;
25606
25574
  --bs-btn-active-color: #fff;
25607
- --bs-btn-active-bg: rgb(108, 21, 14.4);
25608
- --bs-btn-active-border-color: rgb(108, 21, 14.4);
25575
+ --bs-btn-active-bg: rgb(136.8, 22.8, 37.2);
25576
+ --bs-btn-active-border-color: rgb(136.8, 22.8, 37.2);
25609
25577
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25610
25578
  --bs-btn-disabled-color: #fff;
25611
- --bs-btn-disabled-bg: #b42318;
25612
- --bs-btn-disabled-border-color: #b42318;
25579
+ --bs-btn-disabled-bg: #e4263e;
25580
+ --bs-btn-disabled-border-color: #e4263e;
25613
25581
  }
25614
25582
 
25615
25583
  .btn-light {
@@ -25647,121 +25615,104 @@ textarea.form-control-lg {
25647
25615
  }
25648
25616
 
25649
25617
  .btn-outline-primary {
25650
- --bs-btn-color: #3e51a2;
25651
- --bs-btn-border-color: #3e51a2;
25618
+ --bs-btn-color: #1f1f4f;
25619
+ --bs-btn-border-color: #1f1f4f;
25652
25620
  --bs-btn-hover-color: #fff;
25653
- --bs-btn-hover-bg: #3e51a2;
25654
- --bs-btn-hover-border-color: #3e51a2;
25655
- --bs-btn-focus-shadow-rgb: 62, 81, 162;
25621
+ --bs-btn-hover-bg: #1f1f4f;
25622
+ --bs-btn-hover-border-color: #1f1f4f;
25623
+ --bs-btn-focus-shadow-rgb: 31, 31, 79;
25656
25624
  --bs-btn-active-color: #fff;
25657
- --bs-btn-active-bg: #3e51a2;
25658
- --bs-btn-active-border-color: #3e51a2;
25625
+ --bs-btn-active-bg: #1f1f4f;
25626
+ --bs-btn-active-border-color: #1f1f4f;
25659
25627
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25660
- --bs-btn-disabled-color: #3e51a2;
25628
+ --bs-btn-disabled-color: #1f1f4f;
25661
25629
  --bs-btn-disabled-bg: transparent;
25662
- --bs-btn-disabled-border-color: #3e51a2;
25630
+ --bs-btn-disabled-border-color: #1f1f4f;
25663
25631
  --bs-gradient: none;
25664
25632
  }
25665
25633
 
25666
25634
  .btn-outline-secondary {
25667
- --bs-btn-color: #3b7bbf;
25668
- --bs-btn-border-color: #3b7bbf;
25635
+ --bs-btn-color: #fbcd18;
25636
+ --bs-btn-border-color: #fbcd18;
25669
25637
  --bs-btn-hover-color: #000;
25670
- --bs-btn-hover-bg: #3b7bbf;
25671
- --bs-btn-hover-border-color: #3b7bbf;
25672
- --bs-btn-focus-shadow-rgb: 59, 123, 191;
25638
+ --bs-btn-hover-bg: #fbcd18;
25639
+ --bs-btn-hover-border-color: #fbcd18;
25640
+ --bs-btn-focus-shadow-rgb: 251, 205, 24;
25673
25641
  --bs-btn-active-color: #000;
25674
- --bs-btn-active-bg: #3b7bbf;
25675
- --bs-btn-active-border-color: #3b7bbf;
25642
+ --bs-btn-active-bg: #fbcd18;
25643
+ --bs-btn-active-border-color: #fbcd18;
25676
25644
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25677
- --bs-btn-disabled-color: #3b7bbf;
25645
+ --bs-btn-disabled-color: #fbcd18;
25678
25646
  --bs-btn-disabled-bg: transparent;
25679
- --bs-btn-disabled-border-color: #3b7bbf;
25647
+ --bs-btn-disabled-border-color: #fbcd18;
25680
25648
  --bs-gradient: none;
25681
25649
  }
25682
25650
 
25683
- .btn-outline-tertiary {
25684
- --bs-btn-color: #cdecf9;
25685
- --bs-btn-border-color: #cdecf9;
25651
+ .btn-outline-success {
25652
+ --bs-btn-color: #09cc8b;
25653
+ --bs-btn-border-color: #09cc8b;
25686
25654
  --bs-btn-hover-color: #000;
25687
- --bs-btn-hover-bg: #cdecf9;
25688
- --bs-btn-hover-border-color: #cdecf9;
25689
- --bs-btn-focus-shadow-rgb: 205, 236, 249;
25655
+ --bs-btn-hover-bg: #09cc8b;
25656
+ --bs-btn-hover-border-color: #09cc8b;
25657
+ --bs-btn-focus-shadow-rgb: 9, 204, 139;
25690
25658
  --bs-btn-active-color: #000;
25691
- --bs-btn-active-bg: #cdecf9;
25692
- --bs-btn-active-border-color: #cdecf9;
25659
+ --bs-btn-active-bg: #09cc8b;
25660
+ --bs-btn-active-border-color: #09cc8b;
25693
25661
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25694
- --bs-btn-disabled-color: #cdecf9;
25662
+ --bs-btn-disabled-color: #09cc8b;
25695
25663
  --bs-btn-disabled-bg: transparent;
25696
- --bs-btn-disabled-border-color: #cdecf9;
25697
- --bs-gradient: none;
25698
- }
25699
-
25700
- .btn-outline-success {
25701
- --bs-btn-color: #027a48;
25702
- --bs-btn-border-color: #027a48;
25703
- --bs-btn-hover-color: #fff;
25704
- --bs-btn-hover-bg: #027a48;
25705
- --bs-btn-hover-border-color: #027a48;
25706
- --bs-btn-focus-shadow-rgb: 2, 122, 72;
25707
- --bs-btn-active-color: #fff;
25708
- --bs-btn-active-bg: #027a48;
25709
- --bs-btn-active-border-color: #027a48;
25710
- --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25711
- --bs-btn-disabled-color: #027a48;
25712
- --bs-btn-disabled-bg: transparent;
25713
- --bs-btn-disabled-border-color: #027a48;
25664
+ --bs-btn-disabled-border-color: #09cc8b;
25714
25665
  --bs-gradient: none;
25715
25666
  }
25716
25667
 
25717
25668
  .btn-outline-action {
25718
- --bs-btn-color: #6346d3;
25719
- --bs-btn-border-color: #6346d3;
25669
+ --bs-btn-color: #02f;
25670
+ --bs-btn-border-color: #02f;
25720
25671
  --bs-btn-hover-color: #fff;
25721
- --bs-btn-hover-bg: #6346d3;
25722
- --bs-btn-hover-border-color: #6346d3;
25723
- --bs-btn-focus-shadow-rgb: 99, 70, 211;
25672
+ --bs-btn-hover-bg: #02f;
25673
+ --bs-btn-hover-border-color: #02f;
25674
+ --bs-btn-focus-shadow-rgb: 0, 34, 255;
25724
25675
  --bs-btn-active-color: #fff;
25725
- --bs-btn-active-bg: #6346d3;
25726
- --bs-btn-active-border-color: #6346d3;
25676
+ --bs-btn-active-bg: #02f;
25677
+ --bs-btn-active-border-color: #02f;
25727
25678
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25728
- --bs-btn-disabled-color: #6346d3;
25679
+ --bs-btn-disabled-color: #02f;
25729
25680
  --bs-btn-disabled-bg: transparent;
25730
- --bs-btn-disabled-border-color: #6346d3;
25681
+ --bs-btn-disabled-border-color: #02f;
25731
25682
  --bs-gradient: none;
25732
25683
  }
25733
25684
 
25734
25685
  .btn-outline-warning {
25735
- --bs-btn-color: #fbcd2f;
25736
- --bs-btn-border-color: #fbcd2f;
25686
+ --bs-btn-color: #ff6a1a;
25687
+ --bs-btn-border-color: #ff6a1a;
25737
25688
  --bs-btn-hover-color: #000;
25738
- --bs-btn-hover-bg: #fbcd2f;
25739
- --bs-btn-hover-border-color: #fbcd2f;
25740
- --bs-btn-focus-shadow-rgb: 251, 205, 47;
25689
+ --bs-btn-hover-bg: #ff6a1a;
25690
+ --bs-btn-hover-border-color: #ff6a1a;
25691
+ --bs-btn-focus-shadow-rgb: 255, 106, 26;
25741
25692
  --bs-btn-active-color: #000;
25742
- --bs-btn-active-bg: #fbcd2f;
25743
- --bs-btn-active-border-color: #fbcd2f;
25693
+ --bs-btn-active-bg: #ff6a1a;
25694
+ --bs-btn-active-border-color: #ff6a1a;
25744
25695
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25745
- --bs-btn-disabled-color: #fbcd2f;
25696
+ --bs-btn-disabled-color: #ff6a1a;
25746
25697
  --bs-btn-disabled-bg: transparent;
25747
- --bs-btn-disabled-border-color: #fbcd2f;
25698
+ --bs-btn-disabled-border-color: #ff6a1a;
25748
25699
  --bs-gradient: none;
25749
25700
  }
25750
25701
 
25751
25702
  .btn-outline-danger {
25752
- --bs-btn-color: #b42318;
25753
- --bs-btn-border-color: #b42318;
25703
+ --bs-btn-color: #e4263e;
25704
+ --bs-btn-border-color: #e4263e;
25754
25705
  --bs-btn-hover-color: #fff;
25755
- --bs-btn-hover-bg: #b42318;
25756
- --bs-btn-hover-border-color: #b42318;
25757
- --bs-btn-focus-shadow-rgb: 180, 35, 24;
25706
+ --bs-btn-hover-bg: #e4263e;
25707
+ --bs-btn-hover-border-color: #e4263e;
25708
+ --bs-btn-focus-shadow-rgb: 228, 38, 62;
25758
25709
  --bs-btn-active-color: #fff;
25759
- --bs-btn-active-bg: #b42318;
25760
- --bs-btn-active-border-color: #b42318;
25710
+ --bs-btn-active-bg: #e4263e;
25711
+ --bs-btn-active-border-color: #e4263e;
25761
25712
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25762
- --bs-btn-disabled-color: #b42318;
25713
+ --bs-btn-disabled-color: #e4263e;
25763
25714
  --bs-btn-disabled-bg: transparent;
25764
- --bs-btn-disabled-border-color: #b42318;
25715
+ --bs-btn-disabled-border-color: #e4263e;
25765
25716
  --bs-gradient: none;
25766
25717
  }
25767
25718
 
@@ -25811,7 +25762,7 @@ textarea.form-control-lg {
25811
25762
  --bs-btn-disabled-color: rgb(154.4, 157.6, 163.2);
25812
25763
  --bs-btn-disabled-border-color: transparent;
25813
25764
  --bs-btn-box-shadow: 0 0 0 #000;
25814
- --bs-btn-focus-shadow-rgb: 91, 107, 176;
25765
+ --bs-btn-focus-shadow-rgb: 65, 65, 105;
25815
25766
  text-decoration: underline;
25816
25767
  }
25817
25768
  .btn-link:focus-visible {
@@ -25918,7 +25869,7 @@ textarea.form-control-lg {
25918
25869
  --bs-dropdown-link-hover-color: var(--bs-body-color);
25919
25870
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
25920
25871
  --bs-dropdown-link-active-color: #fff;
25921
- --bs-dropdown-link-active-bg: #3e51a2;
25872
+ --bs-dropdown-link-active-bg: #02f;
25922
25873
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
25923
25874
  --bs-dropdown-item-padding-x: 1rem;
25924
25875
  --bs-dropdown-item-padding-y: 0.25rem;
@@ -26201,7 +26152,7 @@ textarea.form-control-lg {
26201
26152
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
26202
26153
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
26203
26154
  --bs-dropdown-link-active-color: #fff;
26204
- --bs-dropdown-link-active-bg: #3e51a2;
26155
+ --bs-dropdown-link-active-bg: #02f;
26205
26156
  --bs-dropdown-link-disabled-color: #c1c5cc;
26206
26157
  --bs-dropdown-header-color: #c1c5cc;
26207
26158
  }
@@ -26349,7 +26300,7 @@ textarea.form-control-lg {
26349
26300
  }
26350
26301
  .nav-link:focus-visible {
26351
26302
  outline: 0;
26352
- box-shadow: 0 0 0 0.25rem rgba(62, 81, 162, 0.25);
26303
+ box-shadow: 0 0 0 0.25rem rgba(0, 34, 255, 0.25);
26353
26304
  }
26354
26305
  .nav-link.disabled, .nav-link:disabled {
26355
26306
  color: var(--bs-nav-link-disabled-color);
@@ -26392,7 +26343,7 @@ textarea.form-control-lg {
26392
26343
  .nav-pills {
26393
26344
  --bs-nav-pills-border-radius: var(--bs-border-radius);
26394
26345
  --bs-nav-pills-link-active-color: #fff;
26395
- --bs-nav-pills-link-active-bg: #3e51a2;
26346
+ --bs-nav-pills-link-active-bg: #02f;
26396
26347
  }
26397
26348
  .nav-pills .nav-link {
26398
26349
  border-radius: var(--bs-nav-pills-border-radius);
@@ -26465,7 +26416,7 @@ textarea.form-control-lg {
26465
26416
  --bs-navbar-toggler-padding-y: 0.25rem;
26466
26417
  --bs-navbar-toggler-padding-x: 0.75rem;
26467
26418
  --bs-navbar-toggler-font-size: 1.125rem;
26468
- --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2838.6, 39.4, 40.8, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
26419
+ --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2819.3, 19.7, 20.4, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
26469
26420
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
26470
26421
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
26471
26422
  --bs-navbar-toggler-focus-width: 0.25rem;
@@ -27132,7 +27083,7 @@ textarea.form-control-lg {
27132
27083
  --bs-accordion-btn-padding-y: 1rem;
27133
27084
  --bs-accordion-btn-color: var(--bs-body-color);
27134
27085
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
27135
- --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgb%2838.6, 39.4, 40.8%29'%3e%3cpath d='M11.1,18.3c0.5,0.5,1.4,0.5,1.9,0L23.6,7.6c0.5-0.5,0.5-1.4,0-1.9c-0.5-0.5-1.4-0.5-1.9,0L12,15.5L2.3,5.7c-0.5-0.5-1.4-0.5-1.9,0s-0.5,1.4,0,1.9L11.1,18.3z'/%3e%3c/svg%3e");
27086
+ --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgb%2819.3, 19.7, 20.4%29'%3e%3cpath d='M11.1,18.3c0.5,0.5,1.4,0.5,1.9,0L23.6,7.6c0.5-0.5,0.5-1.4,0-1.9c-0.5-0.5-1.4-0.5-1.9,0L12,15.5L2.3,5.7c-0.5-0.5-1.4-0.5-1.9,0s-0.5,1.4,0,1.9L11.1,18.3z'/%3e%3c/svg%3e");
27136
27087
  --bs-accordion-btn-icon-width: 1.25rem;
27137
27088
  --bs-accordion-btn-icon-transform: rotate(-180deg);
27138
27089
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
@@ -27141,7 +27092,7 @@ textarea.form-control-lg {
27141
27092
  --bs-accordion-body-padding-x: 1.25rem;
27142
27093
  --bs-accordion-body-padding-y: 1rem;
27143
27094
  --bs-accordion-active-color: var(--bs-light);
27144
- --bs-accordion-active-bg: var(--bs-primary);
27095
+ --bs-accordion-active-bg: var(--bs-action);
27145
27096
  }
27146
27097
 
27147
27098
  .accordion-button {
@@ -27253,8 +27204,8 @@ textarea.form-control-lg {
27253
27204
  }
27254
27205
 
27255
27206
  [data-bs-theme=dark] .accordion-button::after {
27256
- --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28139.2, 150.6, 199.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
27257
- --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28139.2, 150.6, 199.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
27207
+ --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28120.6, 120.6, 149.4%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
27208
+ --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28120.6, 120.6, 149.4%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
27258
27209
  }
27259
27210
 
27260
27211
  .breadcrumb {
@@ -27303,10 +27254,10 @@ textarea.form-control-lg {
27303
27254
  --bs-pagination-hover-border-color: var(--bs-border-color);
27304
27255
  --bs-pagination-focus-color: var(--bs-link-hover-color);
27305
27256
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
27306
- --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(62, 81, 162, 0.25);
27257
+ --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 34, 255, 0.25);
27307
27258
  --bs-pagination-active-color: #fff;
27308
- --bs-pagination-active-bg: #3e51a2;
27309
- --bs-pagination-active-border-color: #3e51a2;
27259
+ --bs-pagination-active-bg: #02f;
27260
+ --bs-pagination-active-border-color: #02f;
27310
27261
  --bs-pagination-disabled-color: var(--bs-secondary-color);
27311
27262
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
27312
27263
  --bs-pagination-disabled-border-color: var(--bs-border-color);
@@ -27463,13 +27414,6 @@ textarea.form-control-lg {
27463
27414
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
27464
27415
  }
27465
27416
 
27466
- .alert-tertiary {
27467
- --bs-alert-color: var(--bs-tertiary-text-emphasis);
27468
- --bs-alert-bg: var(--bs-tertiary-bg-subtle);
27469
- --bs-alert-border-color: var(--bs-tertiary-border-subtle);
27470
- --bs-alert-link-color: var(--bs-tertiary-text-emphasis);
27471
- }
27472
-
27473
27417
  .alert-success {
27474
27418
  --bs-alert-color: var(--bs-success-text-emphasis);
27475
27419
  --bs-alert-bg: var(--bs-success-bg-subtle);
@@ -27525,7 +27469,7 @@ textarea.form-control-lg {
27525
27469
  --bs-progress-border-radius: var(--bs-border-radius-xs);
27526
27470
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
27527
27471
  --bs-progress-bar-color: #fff;
27528
- --bs-progress-bar-bg: #3e51a2;
27472
+ --bs-progress-bar-bg: #1f1f4f;
27529
27473
  --bs-progress-bar-transition: width 0.6s ease;
27530
27474
  display: flex;
27531
27475
  height: var(--bs-progress-height);
@@ -27591,8 +27535,8 @@ textarea.form-control-lg {
27591
27535
  --bs-list-group-disabled-color: var(--bs-secondary-color);
27592
27536
  --bs-list-group-disabled-bg: var(--bs-body-bg);
27593
27537
  --bs-list-group-active-color: #fff;
27594
- --bs-list-group-active-bg: #3e51a2;
27595
- --bs-list-group-active-border-color: #3e51a2;
27538
+ --bs-list-group-active-bg: #02f;
27539
+ --bs-list-group-active-border-color: #02f;
27596
27540
  display: flex;
27597
27541
  flex-direction: column;
27598
27542
  padding-left: 0;
@@ -27864,19 +27808,6 @@ textarea.form-control-lg {
27864
27808
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
27865
27809
  }
27866
27810
 
27867
- .list-group-item-tertiary {
27868
- --bs-list-group-color: var(--bs-tertiary-text-emphasis);
27869
- --bs-list-group-bg: var(--bs-tertiary-bg-subtle);
27870
- --bs-list-group-border-color: var(--bs-tertiary-border-subtle);
27871
- --bs-list-group-action-hover-color: var(--bs-emphasis-color);
27872
- --bs-list-group-action-hover-bg: var(--bs-tertiary-border-subtle);
27873
- --bs-list-group-action-active-color: var(--bs-emphasis-color);
27874
- --bs-list-group-action-active-bg: var(--bs-tertiary-border-subtle);
27875
- --bs-list-group-active-color: var(--bs-tertiary-bg-subtle);
27876
- --bs-list-group-active-bg: var(--bs-tertiary-text-emphasis);
27877
- --bs-list-group-active-border-color: var(--bs-tertiary-text-emphasis);
27878
- }
27879
-
27880
27811
  .list-group-item-success {
27881
27812
  --bs-list-group-color: var(--bs-success-text-emphasis);
27882
27813
  --bs-list-group-bg: var(--bs-success-bg-subtle);
@@ -27960,7 +27891,7 @@ textarea.form-control-lg {
27960
27891
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
27961
27892
  --bs-btn-close-opacity: 0.5;
27962
27893
  --bs-btn-close-hover-opacity: 0.75;
27963
- --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(62, 81, 162, 0.25);
27894
+ --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 34, 255, 0.25);
27964
27895
  --bs-btn-close-focus-opacity: 1;
27965
27896
  --bs-btn-close-disabled-opacity: 0.25;
27966
27897
  box-sizing: content-box;
@@ -28163,8 +28094,8 @@ textarea.form-control-lg {
28163
28094
 
28164
28095
  .modal-backdrop {
28165
28096
  --bs-backdrop-zindex: 1050;
28166
- --bs-backdrop-bg: #1d1f50;
28167
- --bs-backdrop-opacity: 0.7;
28097
+ --bs-backdrop-bg: #02f;
28098
+ --bs-backdrop-opacity: 0.3;
28168
28099
  position: fixed;
28169
28100
  top: 0;
28170
28101
  left: 0;
@@ -28503,7 +28434,7 @@ textarea.form-control-lg {
28503
28434
  --bs-popover-header-padding-x: 1rem;
28504
28435
  --bs-popover-header-padding-y: 0.5rem;
28505
28436
  --bs-popover-header-font-size: 1rem;
28506
- --bs-popover-header-color: #1d1f50;
28437
+ --bs-popover-header-color: rgb(38.6, 39.4, 40.8);
28507
28438
  --bs-popover-header-bg: var(--bs-secondary-bg);
28508
28439
  --bs-popover-body-padding-x: 1rem;
28509
28440
  --bs-popover-body-padding-y: 1rem;
@@ -28732,7 +28663,7 @@ textarea.form-control-lg {
28732
28663
  justify-content: center;
28733
28664
  width: 15%;
28734
28665
  padding: 0;
28735
- color: #000;
28666
+ color: #02f;
28736
28667
  text-align: center;
28737
28668
  background: none;
28738
28669
  filter: var(--bs-carousel-control-icon-filter);
@@ -28749,7 +28680,7 @@ textarea.form-control-lg {
28749
28680
  .carousel-control-prev:hover, .carousel-control-prev:focus,
28750
28681
  .carousel-control-next:hover,
28751
28682
  .carousel-control-next:focus {
28752
- color: #000;
28683
+ color: #02f;
28753
28684
  text-decoration: none;
28754
28685
  outline: 0;
28755
28686
  opacity: 0.9;
@@ -28774,11 +28705,11 @@ textarea.form-control-lg {
28774
28705
  }
28775
28706
 
28776
28707
  .carousel-control-prev-icon {
28777
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='%23000'%3e%3cpath d='M0.251787 5.38204C-0.083034 5.72383 -0.083034 6.27891 0.251787 6.62071L4.5375 10.9957C4.87232 11.3375 5.41607 11.3375 5.75089 10.9957C6.08572 10.6539 6.08572 10.0988 5.75089 9.75704L2.925 6.87501H11.1429C11.617 6.87501 12 6.48399 12 6.00001C12 5.51602 11.617 5.12501 11.1429 5.12501H2.92768L5.74822 2.24297C6.08304 1.90118 6.08304 1.3461 5.74822 1.0043C5.41339 0.662506 4.86964 0.662506 4.53482 1.0043L0.249109 5.3793L0.251787 5.38204Z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='%23000'%3e%3cpath d='M11.7482 5.87002C12.083 5.52822 12.083 4.97314 11.7482 4.63135L7.4625 0.256348C7.12768 -0.0854492 6.58393 -0.0854492 6.24911 0.256348C5.91429 0.598145 5.91429 1.15322 6.24911 1.49502L9.075 4.37705H0.857143C0.383036 4.37705 0 4.76807 0 5.25205C0 5.73604 0.383036 6.12705 0.857143 6.12705H9.07232L6.25179 9.00908C5.91696 9.35088 5.91696 9.90596 6.25179 10.2478C6.58661 10.5896 7.13036 10.5896 7.46518 10.2478L11.7509 5.87275L11.7482 5.87002Z'/%3e%3c/svg%3e")*/;
28708
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='%2302f'%3e%3cpath d='M0.251787 5.38204C-0.083034 5.72383 -0.083034 6.27891 0.251787 6.62071L4.5375 10.9957C4.87232 11.3375 5.41607 11.3375 5.75089 10.9957C6.08572 10.6539 6.08572 10.0988 5.75089 9.75704L2.925 6.87501H11.1429C11.617 6.87501 12 6.48399 12 6.00001C12 5.51602 11.617 5.12501 11.1429 5.12501H2.92768L5.74822 2.24297C6.08304 1.90118 6.08304 1.3461 5.74822 1.0043C5.41339 0.662506 4.86964 0.662506 4.53482 1.0043L0.249109 5.3793L0.251787 5.38204Z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='%2302f'%3e%3cpath d='M11.7482 5.87002C12.083 5.52822 12.083 4.97314 11.7482 4.63135L7.4625 0.256348C7.12768 -0.0854492 6.58393 -0.0854492 6.24911 0.256348C5.91429 0.598145 5.91429 1.15322 6.24911 1.49502L9.075 4.37705H0.857143C0.383036 4.37705 0 4.76807 0 5.25205C0 5.73604 0.383036 6.12705 0.857143 6.12705H9.07232L6.25179 9.00908C5.91696 9.35088 5.91696 9.90596 6.25179 10.2478C6.58661 10.5896 7.13036 10.5896 7.46518 10.2478L11.7509 5.87275L11.7482 5.87002Z'/%3e%3c/svg%3e")*/;
28778
28709
  }
28779
28710
 
28780
28711
  .carousel-control-next-icon {
28781
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='%23000'%3e%3cpath d='M11.7482 5.87002C12.083 5.52822 12.083 4.97314 11.7482 4.63135L7.4625 0.256348C7.12768 -0.0854492 6.58393 -0.0854492 6.24911 0.256348C5.91429 0.598145 5.91429 1.15322 6.24911 1.49502L9.075 4.37705H0.857143C0.383036 4.37705 0 4.76807 0 5.25205C0 5.73604 0.383036 6.12705 0.857143 6.12705H9.07232L6.25179 9.00908C5.91696 9.35088 5.91696 9.90596 6.25179 10.2478C6.58661 10.5896 7.13036 10.5896 7.46518 10.2478L11.7509 5.87275L11.7482 5.87002Z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='%23000'%3e%3cpath d='M0.251787 5.38204C-0.083034 5.72383 -0.083034 6.27891 0.251787 6.62071L4.5375 10.9957C4.87232 11.3375 5.41607 11.3375 5.75089 10.9957C6.08572 10.6539 6.08572 10.0988 5.75089 9.75704L2.925 6.87501H11.1429C11.617 6.87501 12 6.48399 12 6.00001C12 5.51602 11.617 5.12501 11.1429 5.12501H2.92768L5.74822 2.24297C6.08304 1.90118 6.08304 1.3461 5.74822 1.0043C5.41339 0.662506 4.86964 0.662506 4.53482 1.0043L0.249109 5.3793L0.251787 5.38204Z'/%3e%3c/svg%3e")*/;
28712
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='%2302f'%3e%3cpath d='M11.7482 5.87002C12.083 5.52822 12.083 4.97314 11.7482 4.63135L7.4625 0.256348C7.12768 -0.0854492 6.58393 -0.0854492 6.24911 0.256348C5.91429 0.598145 5.91429 1.15322 6.24911 1.49502L9.075 4.37705H0.857143C0.383036 4.37705 0 4.76807 0 5.25205C0 5.73604 0.383036 6.12705 0.857143 6.12705H9.07232L6.25179 9.00908C5.91696 9.35088 5.91696 9.90596 6.25179 10.2478C6.58661 10.5896 7.13036 10.5896 7.46518 10.2478L11.7509 5.87275L11.7482 5.87002Z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='%2302f'%3e%3cpath d='M0.251787 5.38204C-0.083034 5.72383 -0.083034 6.27891 0.251787 6.62071L4.5375 10.9957C4.87232 11.3375 5.41607 11.3375 5.75089 10.9957C6.08572 10.6539 6.08572 10.0988 5.75089 9.75704L2.925 6.87501H11.1429C11.617 6.87501 12 6.48399 12 6.00001C12 5.51602 11.617 5.12501 11.1429 5.12501H2.92768L5.74822 2.24297C6.08304 1.90118 6.08304 1.3461 5.74822 1.0043C5.41339 0.662506 4.86964 0.662506 4.53482 1.0043L0.249109 5.3793L0.251787 5.38204Z'/%3e%3c/svg%3e")*/;
28782
28713
  }
28783
28714
 
28784
28715
  .carousel-indicators {
@@ -28840,7 +28771,7 @@ textarea.form-control-lg {
28840
28771
 
28841
28772
  :root,
28842
28773
  [data-bs-theme=light] {
28843
- --bs-carousel-indicator-active-bg: #1d1f50;
28774
+ --bs-carousel-indicator-active-bg: #02f;
28844
28775
  --bs-carousel-caption-color: #fff;
28845
28776
  --bs-carousel-control-icon-filter: ;
28846
28777
  }
@@ -28854,6 +28785,7 @@ textarea.form-control-lg {
28854
28785
  .spinner-grow,
28855
28786
  .spinner-border {
28856
28787
  display: inline-block;
28788
+ flex-shrink: 0;
28857
28789
  width: var(--bs-spinner-width);
28858
28790
  height: var(--bs-spinner-height);
28859
28791
  vertical-align: var(--bs-spinner-vertical-align);
@@ -29467,13 +29399,13 @@ textarea.form-control-lg {
29467
29399
  z-index: 1040;
29468
29400
  width: 100vw;
29469
29401
  height: 100vh;
29470
- background-color: #1d1f50;
29402
+ background-color: #02f;
29471
29403
  }
29472
29404
  .offcanvas-backdrop.fade {
29473
29405
  opacity: 0;
29474
29406
  }
29475
29407
  .offcanvas-backdrop.show {
29476
- opacity: 0.7;
29408
+ opacity: 0.3;
29477
29409
  }
29478
29410
 
29479
29411
  .offcanvas-header {
@@ -29564,13 +29496,8 @@ textarea.form-control-lg {
29564
29496
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
29565
29497
  }
29566
29498
 
29567
- .text-bg-tertiary {
29568
- color: #000 !important;
29569
- background-color: RGBA(var(--bs-tertiary-rgb), var(--bs-bg-opacity, 1)) !important;
29570
- }
29571
-
29572
29499
  .text-bg-success {
29573
- color: #fff !important;
29500
+ color: #000 !important;
29574
29501
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
29575
29502
  }
29576
29503
 
@@ -29604,8 +29531,8 @@ textarea.form-control-lg {
29604
29531
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
29605
29532
  }
29606
29533
  .link-primary:hover, .link-primary:focus {
29607
- color: RGBA(50, 65, 130, var(--bs-link-opacity, 1)) !important;
29608
- text-decoration-color: RGBA(50, 65, 130, var(--bs-link-underline-opacity, 1)) !important;
29534
+ color: RGBA(25, 25, 63, var(--bs-link-opacity, 1)) !important;
29535
+ text-decoration-color: RGBA(25, 25, 63, var(--bs-link-underline-opacity, 1)) !important;
29609
29536
  }
29610
29537
 
29611
29538
  .link-secondary {
@@ -29613,17 +29540,8 @@ textarea.form-control-lg {
29613
29540
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
29614
29541
  }
29615
29542
  .link-secondary:hover, .link-secondary:focus {
29616
- color: RGBA(98, 149, 204, var(--bs-link-opacity, 1)) !important;
29617
- text-decoration-color: RGBA(98, 149, 204, var(--bs-link-underline-opacity, 1)) !important;
29618
- }
29619
-
29620
- .link-tertiary {
29621
- color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-opacity, 1)) !important;
29622
- text-decoration-color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity, 1)) !important;
29623
- }
29624
- .link-tertiary:hover, .link-tertiary:focus {
29625
- color: RGBA(215, 240, 250, var(--bs-link-opacity, 1)) !important;
29626
- text-decoration-color: RGBA(215, 240, 250, var(--bs-link-underline-opacity, 1)) !important;
29543
+ color: RGBA(252, 215, 70, var(--bs-link-opacity, 1)) !important;
29544
+ text-decoration-color: RGBA(252, 215, 70, var(--bs-link-underline-opacity, 1)) !important;
29627
29545
  }
29628
29546
 
29629
29547
  .link-success {
@@ -29631,8 +29549,8 @@ textarea.form-control-lg {
29631
29549
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
29632
29550
  }
29633
29551
  .link-success:hover, .link-success:focus {
29634
- color: RGBA(2, 98, 58, var(--bs-link-opacity, 1)) !important;
29635
- text-decoration-color: RGBA(2, 98, 58, var(--bs-link-underline-opacity, 1)) !important;
29552
+ color: RGBA(58, 214, 162, var(--bs-link-opacity, 1)) !important;
29553
+ text-decoration-color: RGBA(58, 214, 162, var(--bs-link-underline-opacity, 1)) !important;
29636
29554
  }
29637
29555
 
29638
29556
  .link-action {
@@ -29640,8 +29558,8 @@ textarea.form-control-lg {
29640
29558
  text-decoration-color: RGBA(var(--bs-action-rgb), var(--bs-link-underline-opacity, 1)) !important;
29641
29559
  }
29642
29560
  .link-action:hover, .link-action:focus {
29643
- color: RGBA(79, 56, 169, var(--bs-link-opacity, 1)) !important;
29644
- text-decoration-color: RGBA(79, 56, 169, var(--bs-link-underline-opacity, 1)) !important;
29561
+ color: RGBA(0, 27, 204, var(--bs-link-opacity, 1)) !important;
29562
+ text-decoration-color: RGBA(0, 27, 204, var(--bs-link-underline-opacity, 1)) !important;
29645
29563
  }
29646
29564
 
29647
29565
  .link-warning {
@@ -29649,8 +29567,8 @@ textarea.form-control-lg {
29649
29567
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
29650
29568
  }
29651
29569
  .link-warning:hover, .link-warning:focus {
29652
- color: RGBA(252, 215, 89, var(--bs-link-opacity, 1)) !important;
29653
- text-decoration-color: RGBA(252, 215, 89, var(--bs-link-underline-opacity, 1)) !important;
29570
+ color: RGBA(255, 136, 72, var(--bs-link-opacity, 1)) !important;
29571
+ text-decoration-color: RGBA(255, 136, 72, var(--bs-link-underline-opacity, 1)) !important;
29654
29572
  }
29655
29573
 
29656
29574
  .link-danger {
@@ -29658,8 +29576,8 @@ textarea.form-control-lg {
29658
29576
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
29659
29577
  }
29660
29578
  .link-danger:hover, .link-danger:focus {
29661
- color: RGBA(144, 28, 19, var(--bs-link-opacity, 1)) !important;
29662
- text-decoration-color: RGBA(144, 28, 19, var(--bs-link-underline-opacity, 1)) !important;
29579
+ color: RGBA(182, 30, 50, var(--bs-link-opacity, 1)) !important;
29580
+ text-decoration-color: RGBA(182, 30, 50, var(--bs-link-underline-opacity, 1)) !important;
29663
29581
  }
29664
29582
 
29665
29583
  .link-light {
@@ -30112,10 +30030,6 @@ textarea.form-control-lg {
30112
30030
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
30113
30031
  }
30114
30032
 
30115
- .focus-ring-tertiary {
30116
- --bs-focus-ring-color: rgba(var(--bs-tertiary-rgb), var(--bs-focus-ring-opacity));
30117
- }
30118
-
30119
30033
  .focus-ring-success {
30120
30034
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
30121
30035
  }
@@ -30270,11 +30184,6 @@ textarea.form-control-lg {
30270
30184
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
30271
30185
  }
30272
30186
 
30273
- .border-tertiary {
30274
- --bs-border-opacity: 1;
30275
- border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
30276
- }
30277
-
30278
30187
  .border-success {
30279
30188
  --bs-border-opacity: 1;
30280
30189
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
@@ -31232,11 +31141,6 @@ textarea.form-control-lg {
31232
31141
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
31233
31142
  }
31234
31143
 
31235
- .text-tertiary {
31236
- --bs-text-opacity: 1;
31237
- color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
31238
- }
31239
-
31240
31144
  .text-success {
31241
31145
  --bs-text-opacity: 1;
31242
31146
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
@@ -31319,362 +31223,302 @@ textarea.form-control-lg {
31319
31223
 
31320
31224
  .text-foundation-25 {
31321
31225
  --bs-text-opacity: 1;
31322
- color: rgb(243.7, 243.8, 246.25) !important;
31226
+ color: rgb(243.8, 243.8, 246.2) !important;
31323
31227
  }
31324
31228
 
31325
31229
  .text-foundation-50 {
31326
31230
  --bs-text-opacity: 1;
31327
- color: rgb(232.4, 232.6, 237.5) !important;
31231
+ color: rgb(232.6, 232.6, 237.4) !important;
31328
31232
  }
31329
31233
 
31330
31234
  .text-foundation-100 {
31331
31235
  --bs-text-opacity: 1;
31332
- color: rgb(209.8, 210.2, 220) !important;
31236
+ color: rgb(210.2, 210.2, 219.8) !important;
31333
31237
  }
31334
31238
 
31335
31239
  .text-foundation-200 {
31336
31240
  --bs-text-opacity: 1;
31337
- color: rgb(164.6, 165.4, 185) !important;
31241
+ color: rgb(165.4, 165.4, 184.6) !important;
31338
31242
  }
31339
31243
 
31340
31244
  .text-foundation-300 {
31341
31245
  --bs-text-opacity: 1;
31342
- color: rgb(119.4, 120.6, 150) !important;
31246
+ color: rgb(120.6, 120.6, 149.4) !important;
31343
31247
  }
31344
31248
 
31345
31249
  .text-foundation-400 {
31346
31250
  --bs-text-opacity: 1;
31347
- color: rgb(74.2, 75.8, 115) !important;
31251
+ color: rgb(75.8, 75.8, 114.2) !important;
31348
31252
  }
31349
31253
 
31350
31254
  .text-foundation-450 {
31351
31255
  --bs-text-opacity: 1;
31352
- color: rgb(51.6, 53.4, 97.5) !important;
31256
+ color: rgb(53.4, 53.4, 96.6) !important;
31353
31257
  }
31354
31258
 
31355
31259
  .text-foundation-500 {
31356
31260
  --bs-text-opacity: 1;
31357
- color: #1d1f50 !important;
31261
+ color: #1f1f4f !important;
31358
31262
  }
31359
31263
 
31360
31264
  .text-foundation-600 {
31361
31265
  --bs-text-opacity: 1;
31362
- color: rgb(23.2, 24.8, 64) !important;
31266
+ color: rgb(24.8, 24.8, 63.2) !important;
31363
31267
  }
31364
31268
 
31365
31269
  .text-foundation-700 {
31366
31270
  --bs-text-opacity: 1;
31367
- color: rgb(17.4, 18.6, 48) !important;
31271
+ color: rgb(18.6, 18.6, 47.4) !important;
31368
31272
  }
31369
31273
 
31370
31274
  .text-foundation-800 {
31371
31275
  --bs-text-opacity: 1;
31372
- color: rgb(11.6, 12.4, 32) !important;
31276
+ color: rgb(12.4, 12.4, 31.6) !important;
31373
31277
  }
31374
31278
 
31375
31279
  .text-foundation-900 {
31376
31280
  --bs-text-opacity: 1;
31377
- color: rgb(5.8, 6.2, 16) !important;
31378
- }
31379
-
31380
- .text-blueprint-25 {
31381
- --bs-text-opacity: 1;
31382
- color: rgb(245.35, 246.3, 250.35) !important;
31383
- }
31384
-
31385
- .text-blueprint-50 {
31386
- --bs-text-opacity: 1;
31387
- color: rgb(235.7, 237.6, 245.7) !important;
31388
- }
31389
-
31390
- .text-blueprint-100 {
31391
- --bs-text-opacity: 1;
31392
- color: rgb(216.4, 220.2, 236.4) !important;
31393
- }
31394
-
31395
- .text-blueprint-200 {
31396
- --bs-text-opacity: 1;
31397
- color: rgb(177.8, 185.4, 217.8) !important;
31398
- }
31399
-
31400
- .text-blueprint-300 {
31401
- --bs-text-opacity: 1;
31402
- color: rgb(139.2, 150.6, 199.2) !important;
31403
- }
31404
-
31405
- .text-blueprint-400 {
31406
- --bs-text-opacity: 1;
31407
- color: rgb(100.6, 115.8, 180.6) !important;
31408
- }
31409
-
31410
- .text-blueprint-450 {
31411
- --bs-text-opacity: 1;
31412
- color: rgb(81.3, 98.4, 171.3) !important;
31413
- }
31414
-
31415
- .text-blueprint-500 {
31416
- --bs-text-opacity: 1;
31417
- color: #3e51a2 !important;
31418
- }
31419
-
31420
- .text-blueprint-600 {
31421
- --bs-text-opacity: 1;
31422
- color: rgb(49.6, 64.8, 129.6) !important;
31423
- }
31424
-
31425
- .text-blueprint-700 {
31426
- --bs-text-opacity: 1;
31427
- color: rgb(37.2, 48.6, 97.2) !important;
31281
+ color: rgb(6.2, 6.2, 15.8) !important;
31428
31282
  }
31429
31283
 
31430
- .text-blueprint-800 {
31284
+ .text-tangerine-25 {
31431
31285
  --bs-text-opacity: 1;
31432
- color: rgb(24.8, 32.4, 64.8) !important;
31286
+ color: rgb(255, 247.55, 243.55) !important;
31433
31287
  }
31434
31288
 
31435
- .text-blueprint-900 {
31289
+ .text-tangerine-50 {
31436
31290
  --bs-text-opacity: 1;
31437
- color: rgb(12.4, 16.2, 32.4) !important;
31291
+ color: rgb(255, 240.1, 232.1) !important;
31438
31292
  }
31439
31293
 
31440
- .text-entryway-25 {
31294
+ .text-tangerine-100 {
31441
31295
  --bs-text-opacity: 1;
31442
- color: rgb(245.2, 248.4, 251.8) !important;
31296
+ color: rgb(255, 225.2, 209.2) !important;
31443
31297
  }
31444
31298
 
31445
- .text-entryway-50 {
31299
+ .text-tangerine-200 {
31446
31300
  --bs-text-opacity: 1;
31447
- color: rgb(235.4, 241.8, 248.6) !important;
31301
+ color: rgb(255, 195.4, 163.4) !important;
31448
31302
  }
31449
31303
 
31450
- .text-entryway-100 {
31304
+ .text-tangerine-300 {
31451
31305
  --bs-text-opacity: 1;
31452
- color: rgb(215.8, 228.6, 242.2) !important;
31306
+ color: rgb(255, 165.6, 117.6) !important;
31453
31307
  }
31454
31308
 
31455
- .text-entryway-200 {
31309
+ .text-tangerine-400 {
31456
31310
  --bs-text-opacity: 1;
31457
- color: rgb(176.6, 202.2, 229.4) !important;
31311
+ color: rgb(255, 135.8, 71.8) !important;
31458
31312
  }
31459
31313
 
31460
- .text-entryway-300 {
31314
+ .text-tangerine-450 {
31461
31315
  --bs-text-opacity: 1;
31462
- color: rgb(137.4, 175.8, 216.6) !important;
31316
+ color: rgb(255, 120.9, 48.9) !important;
31463
31317
  }
31464
31318
 
31465
- .text-entryway-400 {
31319
+ .text-tangerine-500 {
31466
31320
  --bs-text-opacity: 1;
31467
- color: rgb(98.2, 149.4, 203.8) !important;
31321
+ color: #ff6a1a !important;
31468
31322
  }
31469
31323
 
31470
- .text-entryway-450 {
31324
+ .text-tangerine-600 {
31471
31325
  --bs-text-opacity: 1;
31472
- color: rgb(78.6, 136.2, 197.4) !important;
31326
+ color: rgb(204, 84.8, 20.8) !important;
31473
31327
  }
31474
31328
 
31475
- .text-entryway-500 {
31329
+ .text-tangerine-700 {
31476
31330
  --bs-text-opacity: 1;
31477
- color: #3b7bbf !important;
31331
+ color: rgb(153, 63.6, 15.6) !important;
31478
31332
  }
31479
31333
 
31480
- .text-entryway-600 {
31334
+ .text-tangerine-800 {
31481
31335
  --bs-text-opacity: 1;
31482
- color: rgb(47.2, 98.4, 152.8) !important;
31336
+ color: rgb(102, 42.4, 10.4) !important;
31483
31337
  }
31484
31338
 
31485
- .text-entryway-700 {
31339
+ .text-tangerine-900 {
31486
31340
  --bs-text-opacity: 1;
31487
- color: rgb(35.4, 73.8, 114.6) !important;
31341
+ color: rgb(51, 21.2, 5.2) !important;
31488
31342
  }
31489
31343
 
31490
- .text-entryway-800 {
31344
+ .text-electric-25 {
31491
31345
  --bs-text-opacity: 1;
31492
- color: rgb(23.6, 49.2, 76.4) !important;
31346
+ color: rgb(242.25, 243.95, 255) !important;
31493
31347
  }
31494
31348
 
31495
- .text-entryway-900 {
31349
+ .text-electric-50 {
31496
31350
  --bs-text-opacity: 1;
31497
- color: rgb(11.8, 24.6, 38.2) !important;
31351
+ color: rgb(229.5, 232.9, 255) !important;
31498
31352
  }
31499
31353
 
31500
- .text-turnkey-25 {
31354
+ .text-electric-100 {
31501
31355
  --bs-text-opacity: 1;
31502
- color: rgb(247.2, 245.75, 252.8) !important;
31356
+ color: rgb(204, 210.8, 255) !important;
31503
31357
  }
31504
31358
 
31505
- .text-turnkey-50 {
31359
+ .text-electric-200 {
31506
31360
  --bs-text-opacity: 1;
31507
- color: rgb(239.4, 236.5, 250.6) !important;
31361
+ color: rgb(153, 166.6, 255) !important;
31508
31362
  }
31509
31363
 
31510
- .text-turnkey-100 {
31364
+ .text-electric-300 {
31511
31365
  --bs-text-opacity: 1;
31512
- color: rgb(223.8, 218, 246.2) !important;
31366
+ color: rgb(102, 122.4, 255) !important;
31513
31367
  }
31514
31368
 
31515
- .text-turnkey-200 {
31369
+ .text-electric-400 {
31516
31370
  --bs-text-opacity: 1;
31517
- color: rgb(192.6, 181, 237.4) !important;
31371
+ color: rgb(51, 78.2, 255) !important;
31518
31372
  }
31519
31373
 
31520
- .text-turnkey-300 {
31374
+ .text-electric-450 {
31521
31375
  --bs-text-opacity: 1;
31522
- color: rgb(161.4, 144, 228.6) !important;
31376
+ color: rgb(25.5, 56.1, 255) !important;
31523
31377
  }
31524
31378
 
31525
- .text-turnkey-400 {
31379
+ .text-electric-500 {
31526
31380
  --bs-text-opacity: 1;
31527
- color: rgb(130.2, 107, 219.8) !important;
31381
+ color: #02f !important;
31528
31382
  }
31529
31383
 
31530
- .text-turnkey-450 {
31384
+ .text-electric-600 {
31531
31385
  --bs-text-opacity: 1;
31532
- color: rgb(114.6, 88.5, 215.4) !important;
31386
+ color: rgb(0, 27.2, 204) !important;
31533
31387
  }
31534
31388
 
31535
- .text-turnkey-500 {
31389
+ .text-electric-700 {
31536
31390
  --bs-text-opacity: 1;
31537
- color: #6346d3 !important;
31391
+ color: rgb(0, 20.4, 153) !important;
31538
31392
  }
31539
31393
 
31540
- .text-turnkey-600 {
31394
+ .text-electric-800 {
31541
31395
  --bs-text-opacity: 1;
31542
- color: rgb(79.2, 56, 168.8) !important;
31396
+ color: rgb(0, 13.6, 102) !important;
31543
31397
  }
31544
31398
 
31545
- .text-turnkey-700 {
31399
+ .text-electric-900 {
31546
31400
  --bs-text-opacity: 1;
31547
- color: rgb(59.4, 42, 126.6) !important;
31548
- }
31549
-
31550
- .text-turnkey-800 {
31551
- --bs-text-opacity: 1;
31552
- color: rgb(39.6, 28, 84.4) !important;
31553
- }
31554
-
31555
- .text-turnkey-900 {
31556
- --bs-text-opacity: 1;
31557
- color: rgb(19.8, 14, 42.2) !important;
31401
+ color: rgb(0, 6.8, 51) !important;
31558
31402
  }
31559
31403
 
31560
31404
  .text-sunglow-25 {
31561
31405
  --bs-text-opacity: 1;
31562
- color: rgb(254.8, 252.5, 244.6) !important;
31406
+ color: rgb(254.8, 252.5, 243.45) !important;
31563
31407
  }
31564
31408
 
31565
31409
  .text-sunglow-50 {
31566
31410
  --bs-text-opacity: 1;
31567
- color: rgb(254.6, 250, 234.2) !important;
31411
+ color: rgb(254.6, 250, 231.9) !important;
31568
31412
  }
31569
31413
 
31570
31414
  .text-sunglow-100 {
31571
31415
  --bs-text-opacity: 1;
31572
- color: rgb(254.2, 245, 213.4) !important;
31416
+ color: rgb(254.2, 245, 208.8) !important;
31573
31417
  }
31574
31418
 
31575
31419
  .text-sunglow-200 {
31576
31420
  --bs-text-opacity: 1;
31577
- color: rgb(253.4, 235, 171.8) !important;
31421
+ color: rgb(253.4, 235, 162.6) !important;
31578
31422
  }
31579
31423
 
31580
31424
  .text-sunglow-300 {
31581
31425
  --bs-text-opacity: 1;
31582
- color: rgb(252.6, 225, 130.2) !important;
31426
+ color: rgb(252.6, 225, 116.4) !important;
31583
31427
  }
31584
31428
 
31585
31429
  .text-sunglow-400 {
31586
31430
  --bs-text-opacity: 1;
31587
- color: rgb(251.8, 215, 88.6) !important;
31431
+ color: rgb(251.8, 215, 70.2) !important;
31588
31432
  }
31589
31433
 
31590
31434
  .text-sunglow-450 {
31591
31435
  --bs-text-opacity: 1;
31592
- color: rgb(251.4, 210, 67.8) !important;
31436
+ color: rgb(251.4, 210, 47.1) !important;
31593
31437
  }
31594
31438
 
31595
31439
  .text-sunglow-500 {
31596
31440
  --bs-text-opacity: 1;
31597
- color: #fbcd2f !important;
31441
+ color: #fbcd18 !important;
31598
31442
  }
31599
31443
 
31600
31444
  .text-sunglow-600 {
31601
31445
  --bs-text-opacity: 1;
31602
- color: rgb(200.8, 164, 37.6) !important;
31446
+ color: rgb(200.8, 164, 19.2) !important;
31603
31447
  }
31604
31448
 
31605
31449
  .text-sunglow-700 {
31606
31450
  --bs-text-opacity: 1;
31607
- color: rgb(150.6, 123, 28.2) !important;
31451
+ color: rgb(150.6, 123, 14.4) !important;
31608
31452
  }
31609
31453
 
31610
31454
  .text-sunglow-800 {
31611
31455
  --bs-text-opacity: 1;
31612
- color: rgb(100.4, 82, 18.8) !important;
31456
+ color: rgb(100.4, 82, 9.6) !important;
31613
31457
  }
31614
31458
 
31615
31459
  .text-sunglow-900 {
31616
31460
  --bs-text-opacity: 1;
31617
- color: rgb(50.2, 41, 9.4) !important;
31461
+ color: rgb(50.2, 41, 4.8) !important;
31618
31462
  }
31619
31463
 
31620
31464
  .text-warning-25 {
31621
31465
  --bs-text-opacity: 1;
31622
- color: rgb(254.8, 252.5, 244.6) !important;
31466
+ color: rgb(255, 247.55, 243.55) !important;
31623
31467
  }
31624
31468
 
31625
31469
  .text-warning-50 {
31626
31470
  --bs-text-opacity: 1;
31627
- color: rgb(254.6, 250, 234.2) !important;
31471
+ color: rgb(255, 240.1, 232.1) !important;
31628
31472
  }
31629
31473
 
31630
31474
  .text-warning-100 {
31631
31475
  --bs-text-opacity: 1;
31632
- color: rgb(254.2, 245, 213.4) !important;
31476
+ color: rgb(255, 225.2, 209.2) !important;
31633
31477
  }
31634
31478
 
31635
31479
  .text-warning-200 {
31636
31480
  --bs-text-opacity: 1;
31637
- color: rgb(253.4, 235, 171.8) !important;
31481
+ color: rgb(255, 195.4, 163.4) !important;
31638
31482
  }
31639
31483
 
31640
31484
  .text-warning-300 {
31641
31485
  --bs-text-opacity: 1;
31642
- color: rgb(252.6, 225, 130.2) !important;
31486
+ color: rgb(255, 165.6, 117.6) !important;
31643
31487
  }
31644
31488
 
31645
31489
  .text-warning-400 {
31646
31490
  --bs-text-opacity: 1;
31647
- color: rgb(251.8, 215, 88.6) !important;
31491
+ color: rgb(255, 135.8, 71.8) !important;
31648
31492
  }
31649
31493
 
31650
31494
  .text-warning-450 {
31651
31495
  --bs-text-opacity: 1;
31652
- color: rgb(251.4, 210, 67.8) !important;
31496
+ color: rgb(255, 120.9, 48.9) !important;
31653
31497
  }
31654
31498
 
31655
31499
  .text-warning-500 {
31656
31500
  --bs-text-opacity: 1;
31657
- color: #fbcd2f !important;
31501
+ color: #ff6a1a !important;
31658
31502
  }
31659
31503
 
31660
31504
  .text-warning-600 {
31661
31505
  --bs-text-opacity: 1;
31662
- color: rgb(200.8, 164, 37.6) !important;
31506
+ color: rgb(204, 84.8, 20.8) !important;
31663
31507
  }
31664
31508
 
31665
31509
  .text-warning-700 {
31666
31510
  --bs-text-opacity: 1;
31667
- color: rgb(150.6, 123, 28.2) !important;
31511
+ color: rgb(153, 63.6, 15.6) !important;
31668
31512
  }
31669
31513
 
31670
31514
  .text-warning-800 {
31671
31515
  --bs-text-opacity: 1;
31672
- color: rgb(100.4, 82, 18.8) !important;
31516
+ color: rgb(102, 42.4, 10.4) !important;
31673
31517
  }
31674
31518
 
31675
31519
  .text-warning-900 {
31676
31520
  --bs-text-opacity: 1;
31677
- color: rgb(50.2, 41, 9.4) !important;
31521
+ color: rgb(51, 21.2, 5.2) !important;
31678
31522
  }
31679
31523
 
31680
31524
  .text-25 {
@@ -31732,124 +31576,129 @@ textarea.form-control-lg {
31732
31576
  color: rgb(38.6, 39.4, 40.8) !important;
31733
31577
  }
31734
31578
 
31579
+ .text-950 {
31580
+ --bs-text-opacity: 1;
31581
+ color: rgb(19.3, 19.7, 20.4) !important;
31582
+ }
31583
+
31735
31584
  .text-success-25 {
31736
31585
  --bs-text-opacity: 1;
31737
- color: rgb(242.35, 248.35, 245.85) !important;
31586
+ color: rgb(242.7, 252.45, 249.2) !important;
31738
31587
  }
31739
31588
 
31740
31589
  .text-success-50 {
31741
31590
  --bs-text-opacity: 1;
31742
- color: rgb(229.7, 241.7, 236.7) !important;
31591
+ color: rgb(230.4, 249.9, 243.4) !important;
31743
31592
  }
31744
31593
 
31745
31594
  .text-success-100 {
31746
31595
  --bs-text-opacity: 1;
31747
- color: rgb(204.4, 228.4, 218.4) !important;
31596
+ color: rgb(205.8, 244.8, 231.8) !important;
31748
31597
  }
31749
31598
 
31750
31599
  .text-success-200 {
31751
31600
  --bs-text-opacity: 1;
31752
- color: rgb(153.8, 201.8, 181.8) !important;
31601
+ color: rgb(156.6, 234.6, 208.6) !important;
31753
31602
  }
31754
31603
 
31755
31604
  .text-success-300 {
31756
31605
  --bs-text-opacity: 1;
31757
- color: rgb(103.2, 175.2, 145.2) !important;
31606
+ color: rgb(107.4, 224.4, 185.4) !important;
31758
31607
  }
31759
31608
 
31760
31609
  .text-success-400 {
31761
31610
  --bs-text-opacity: 1;
31762
- color: rgb(52.6, 148.6, 108.6) !important;
31611
+ color: rgb(58.2, 214.2, 162.2) !important;
31763
31612
  }
31764
31613
 
31765
31614
  .text-success-450 {
31766
31615
  --bs-text-opacity: 1;
31767
- color: rgb(27.3, 135.3, 90.3) !important;
31616
+ color: rgb(33.6, 209.1, 150.6) !important;
31768
31617
  }
31769
31618
 
31770
31619
  .text-success-500 {
31771
31620
  --bs-text-opacity: 1;
31772
- color: #027a48 !important;
31621
+ color: #09cc8b !important;
31773
31622
  }
31774
31623
 
31775
31624
  .text-success-600 {
31776
31625
  --bs-text-opacity: 1;
31777
- color: rgb(1.6, 97.6, 57.6) !important;
31626
+ color: rgb(7.2, 163.2, 111.2) !important;
31778
31627
  }
31779
31628
 
31780
31629
  .text-success-700 {
31781
31630
  --bs-text-opacity: 1;
31782
- color: rgb(1.2, 73.2, 43.2) !important;
31631
+ color: rgb(5.4, 122.4, 83.4) !important;
31783
31632
  }
31784
31633
 
31785
31634
  .text-success-800 {
31786
31635
  --bs-text-opacity: 1;
31787
- color: rgb(0.8, 48.8, 28.8) !important;
31636
+ color: rgb(3.6, 81.6, 55.6) !important;
31788
31637
  }
31789
31638
 
31790
31639
  .text-success-900 {
31791
31640
  --bs-text-opacity: 1;
31792
- color: rgb(0.4, 24.4, 14.4) !important;
31641
+ color: rgb(1.8, 40.8, 27.8) !important;
31793
31642
  }
31794
31643
 
31795
31644
  .text-danger-25 {
31796
31645
  --bs-text-opacity: 1;
31797
- color: rgb(251.25, 244, 243.45) !important;
31646
+ color: rgb(253.65, 244.15, 245.35) !important;
31798
31647
  }
31799
31648
 
31800
31649
  .text-danger-50 {
31801
31650
  --bs-text-opacity: 1;
31802
- color: rgb(247.5, 233, 231.9) !important;
31651
+ color: rgb(252.3, 233.3, 235.7) !important;
31803
31652
  }
31804
31653
 
31805
31654
  .text-danger-100 {
31806
31655
  --bs-text-opacity: 1;
31807
- color: rgb(240, 211, 208.8) !important;
31656
+ color: rgb(249.6, 211.6, 216.4) !important;
31808
31657
  }
31809
31658
 
31810
31659
  .text-danger-200 {
31811
31660
  --bs-text-opacity: 1;
31812
- color: rgb(225, 167, 162.6) !important;
31661
+ color: rgb(244.2, 168.2, 177.8) !important;
31813
31662
  }
31814
31663
 
31815
31664
  .text-danger-300 {
31816
31665
  --bs-text-opacity: 1;
31817
- color: rgb(210, 123, 116.4) !important;
31666
+ color: rgb(238.8, 124.8, 139.2) !important;
31818
31667
  }
31819
31668
 
31820
31669
  .text-danger-400 {
31821
31670
  --bs-text-opacity: 1;
31822
- color: rgb(195, 79, 70.2) !important;
31671
+ color: rgb(233.4, 81.4, 100.6) !important;
31823
31672
  }
31824
31673
 
31825
31674
  .text-danger-450 {
31826
31675
  --bs-text-opacity: 1;
31827
- color: rgb(187.5, 57, 47.1) !important;
31676
+ color: rgb(230.7, 59.7, 81.3) !important;
31828
31677
  }
31829
31678
 
31830
31679
  .text-danger-500 {
31831
31680
  --bs-text-opacity: 1;
31832
- color: #b42318 !important;
31681
+ color: #e4263e !important;
31833
31682
  }
31834
31683
 
31835
31684
  .text-danger-600 {
31836
31685
  --bs-text-opacity: 1;
31837
- color: rgb(144, 28, 19.2) !important;
31686
+ color: rgb(182.4, 30.4, 49.6) !important;
31838
31687
  }
31839
31688
 
31840
31689
  .text-danger-700 {
31841
31690
  --bs-text-opacity: 1;
31842
- color: rgb(108, 21, 14.4) !important;
31691
+ color: rgb(136.8, 22.8, 37.2) !important;
31843
31692
  }
31844
31693
 
31845
31694
  .text-danger-800 {
31846
31695
  --bs-text-opacity: 1;
31847
- color: rgb(72, 14, 9.6) !important;
31696
+ color: rgb(91.2, 15.2, 24.8) !important;
31848
31697
  }
31849
31698
 
31850
31699
  .text-danger-900 {
31851
31700
  --bs-text-opacity: 1;
31852
- color: rgb(36, 7, 4.8) !important;
31701
+ color: rgb(45.6, 7.6, 12.4) !important;
31853
31702
  }
31854
31703
 
31855
31704
  .text-opacity-25 {
@@ -31974,11 +31823,6 @@ textarea.form-control-lg {
31974
31823
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
31975
31824
  }
31976
31825
 
31977
- .link-underline-tertiary {
31978
- --bs-link-underline-opacity: 1;
31979
- text-decoration-color: rgba(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity)) !important;
31980
- }
31981
-
31982
31826
  .link-underline-success {
31983
31827
  --bs-link-underline-opacity: 1;
31984
31828
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
@@ -32072,11 +31916,6 @@ textarea.form-control-lg {
32072
31916
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
32073
31917
  }
32074
31918
 
32075
- .bg-tertiary {
32076
- --bs-bg-opacity: 1;
32077
- background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
32078
- }
32079
-
32080
31919
  .bg-success {
32081
31920
  --bs-bg-opacity: 1;
32082
31921
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
@@ -32139,362 +31978,302 @@ textarea.form-control-lg {
32139
31978
 
32140
31979
  .bg-foundation-25 {
32141
31980
  --bs-bg-opacity: 1;
32142
- background-color: rgb(243.7, 243.8, 246.25) !important;
31981
+ background-color: rgb(243.8, 243.8, 246.2) !important;
32143
31982
  }
32144
31983
 
32145
31984
  .bg-foundation-50 {
32146
31985
  --bs-bg-opacity: 1;
32147
- background-color: rgb(232.4, 232.6, 237.5) !important;
31986
+ background-color: rgb(232.6, 232.6, 237.4) !important;
32148
31987
  }
32149
31988
 
32150
31989
  .bg-foundation-100 {
32151
31990
  --bs-bg-opacity: 1;
32152
- background-color: rgb(209.8, 210.2, 220) !important;
31991
+ background-color: rgb(210.2, 210.2, 219.8) !important;
32153
31992
  }
32154
31993
 
32155
31994
  .bg-foundation-200 {
32156
31995
  --bs-bg-opacity: 1;
32157
- background-color: rgb(164.6, 165.4, 185) !important;
31996
+ background-color: rgb(165.4, 165.4, 184.6) !important;
32158
31997
  }
32159
31998
 
32160
31999
  .bg-foundation-300 {
32161
32000
  --bs-bg-opacity: 1;
32162
- background-color: rgb(119.4, 120.6, 150) !important;
32001
+ background-color: rgb(120.6, 120.6, 149.4) !important;
32163
32002
  }
32164
32003
 
32165
32004
  .bg-foundation-400 {
32166
32005
  --bs-bg-opacity: 1;
32167
- background-color: rgb(74.2, 75.8, 115) !important;
32006
+ background-color: rgb(75.8, 75.8, 114.2) !important;
32168
32007
  }
32169
32008
 
32170
32009
  .bg-foundation-450 {
32171
32010
  --bs-bg-opacity: 1;
32172
- background-color: rgb(51.6, 53.4, 97.5) !important;
32011
+ background-color: rgb(53.4, 53.4, 96.6) !important;
32173
32012
  }
32174
32013
 
32175
32014
  .bg-foundation-500 {
32176
32015
  --bs-bg-opacity: 1;
32177
- background-color: #1d1f50 !important;
32016
+ background-color: #1f1f4f !important;
32178
32017
  }
32179
32018
 
32180
32019
  .bg-foundation-600 {
32181
32020
  --bs-bg-opacity: 1;
32182
- background-color: rgb(23.2, 24.8, 64) !important;
32021
+ background-color: rgb(24.8, 24.8, 63.2) !important;
32183
32022
  }
32184
32023
 
32185
32024
  .bg-foundation-700 {
32186
32025
  --bs-bg-opacity: 1;
32187
- background-color: rgb(17.4, 18.6, 48) !important;
32026
+ background-color: rgb(18.6, 18.6, 47.4) !important;
32188
32027
  }
32189
32028
 
32190
32029
  .bg-foundation-800 {
32191
32030
  --bs-bg-opacity: 1;
32192
- background-color: rgb(11.6, 12.4, 32) !important;
32031
+ background-color: rgb(12.4, 12.4, 31.6) !important;
32193
32032
  }
32194
32033
 
32195
32034
  .bg-foundation-900 {
32196
32035
  --bs-bg-opacity: 1;
32197
- background-color: rgb(5.8, 6.2, 16) !important;
32198
- }
32199
-
32200
- .bg-blueprint-25 {
32201
- --bs-bg-opacity: 1;
32202
- background-color: rgb(245.35, 246.3, 250.35) !important;
32203
- }
32204
-
32205
- .bg-blueprint-50 {
32206
- --bs-bg-opacity: 1;
32207
- background-color: rgb(235.7, 237.6, 245.7) !important;
32208
- }
32209
-
32210
- .bg-blueprint-100 {
32211
- --bs-bg-opacity: 1;
32212
- background-color: rgb(216.4, 220.2, 236.4) !important;
32213
- }
32214
-
32215
- .bg-blueprint-200 {
32216
- --bs-bg-opacity: 1;
32217
- background-color: rgb(177.8, 185.4, 217.8) !important;
32218
- }
32219
-
32220
- .bg-blueprint-300 {
32221
- --bs-bg-opacity: 1;
32222
- background-color: rgb(139.2, 150.6, 199.2) !important;
32223
- }
32224
-
32225
- .bg-blueprint-400 {
32226
- --bs-bg-opacity: 1;
32227
- background-color: rgb(100.6, 115.8, 180.6) !important;
32228
- }
32229
-
32230
- .bg-blueprint-450 {
32231
- --bs-bg-opacity: 1;
32232
- background-color: rgb(81.3, 98.4, 171.3) !important;
32036
+ background-color: rgb(6.2, 6.2, 15.8) !important;
32233
32037
  }
32234
32038
 
32235
- .bg-blueprint-500 {
32039
+ .bg-tangerine-25 {
32236
32040
  --bs-bg-opacity: 1;
32237
- background-color: #3e51a2 !important;
32041
+ background-color: rgb(255, 247.55, 243.55) !important;
32238
32042
  }
32239
32043
 
32240
- .bg-blueprint-600 {
32044
+ .bg-tangerine-50 {
32241
32045
  --bs-bg-opacity: 1;
32242
- background-color: rgb(49.6, 64.8, 129.6) !important;
32046
+ background-color: rgb(255, 240.1, 232.1) !important;
32243
32047
  }
32244
32048
 
32245
- .bg-blueprint-700 {
32049
+ .bg-tangerine-100 {
32246
32050
  --bs-bg-opacity: 1;
32247
- background-color: rgb(37.2, 48.6, 97.2) !important;
32051
+ background-color: rgb(255, 225.2, 209.2) !important;
32248
32052
  }
32249
32053
 
32250
- .bg-blueprint-800 {
32054
+ .bg-tangerine-200 {
32251
32055
  --bs-bg-opacity: 1;
32252
- background-color: rgb(24.8, 32.4, 64.8) !important;
32056
+ background-color: rgb(255, 195.4, 163.4) !important;
32253
32057
  }
32254
32058
 
32255
- .bg-blueprint-900 {
32059
+ .bg-tangerine-300 {
32256
32060
  --bs-bg-opacity: 1;
32257
- background-color: rgb(12.4, 16.2, 32.4) !important;
32061
+ background-color: rgb(255, 165.6, 117.6) !important;
32258
32062
  }
32259
32063
 
32260
- .bg-entryway-25 {
32064
+ .bg-tangerine-400 {
32261
32065
  --bs-bg-opacity: 1;
32262
- background-color: rgb(245.2, 248.4, 251.8) !important;
32066
+ background-color: rgb(255, 135.8, 71.8) !important;
32263
32067
  }
32264
32068
 
32265
- .bg-entryway-50 {
32069
+ .bg-tangerine-450 {
32266
32070
  --bs-bg-opacity: 1;
32267
- background-color: rgb(235.4, 241.8, 248.6) !important;
32071
+ background-color: rgb(255, 120.9, 48.9) !important;
32268
32072
  }
32269
32073
 
32270
- .bg-entryway-100 {
32074
+ .bg-tangerine-500 {
32271
32075
  --bs-bg-opacity: 1;
32272
- background-color: rgb(215.8, 228.6, 242.2) !important;
32076
+ background-color: #ff6a1a !important;
32273
32077
  }
32274
32078
 
32275
- .bg-entryway-200 {
32079
+ .bg-tangerine-600 {
32276
32080
  --bs-bg-opacity: 1;
32277
- background-color: rgb(176.6, 202.2, 229.4) !important;
32081
+ background-color: rgb(204, 84.8, 20.8) !important;
32278
32082
  }
32279
32083
 
32280
- .bg-entryway-300 {
32084
+ .bg-tangerine-700 {
32281
32085
  --bs-bg-opacity: 1;
32282
- background-color: rgb(137.4, 175.8, 216.6) !important;
32086
+ background-color: rgb(153, 63.6, 15.6) !important;
32283
32087
  }
32284
32088
 
32285
- .bg-entryway-400 {
32089
+ .bg-tangerine-800 {
32286
32090
  --bs-bg-opacity: 1;
32287
- background-color: rgb(98.2, 149.4, 203.8) !important;
32091
+ background-color: rgb(102, 42.4, 10.4) !important;
32288
32092
  }
32289
32093
 
32290
- .bg-entryway-450 {
32094
+ .bg-tangerine-900 {
32291
32095
  --bs-bg-opacity: 1;
32292
- background-color: rgb(78.6, 136.2, 197.4) !important;
32096
+ background-color: rgb(51, 21.2, 5.2) !important;
32293
32097
  }
32294
32098
 
32295
- .bg-entryway-500 {
32099
+ .bg-electric-25 {
32296
32100
  --bs-bg-opacity: 1;
32297
- background-color: #3b7bbf !important;
32101
+ background-color: rgb(242.25, 243.95, 255) !important;
32298
32102
  }
32299
32103
 
32300
- .bg-entryway-600 {
32104
+ .bg-electric-50 {
32301
32105
  --bs-bg-opacity: 1;
32302
- background-color: rgb(47.2, 98.4, 152.8) !important;
32106
+ background-color: rgb(229.5, 232.9, 255) !important;
32303
32107
  }
32304
32108
 
32305
- .bg-entryway-700 {
32109
+ .bg-electric-100 {
32306
32110
  --bs-bg-opacity: 1;
32307
- background-color: rgb(35.4, 73.8, 114.6) !important;
32111
+ background-color: rgb(204, 210.8, 255) !important;
32308
32112
  }
32309
32113
 
32310
- .bg-entryway-800 {
32114
+ .bg-electric-200 {
32311
32115
  --bs-bg-opacity: 1;
32312
- background-color: rgb(23.6, 49.2, 76.4) !important;
32116
+ background-color: rgb(153, 166.6, 255) !important;
32313
32117
  }
32314
32118
 
32315
- .bg-entryway-900 {
32119
+ .bg-electric-300 {
32316
32120
  --bs-bg-opacity: 1;
32317
- background-color: rgb(11.8, 24.6, 38.2) !important;
32121
+ background-color: rgb(102, 122.4, 255) !important;
32318
32122
  }
32319
32123
 
32320
- .bg-turnkey-25 {
32124
+ .bg-electric-400 {
32321
32125
  --bs-bg-opacity: 1;
32322
- background-color: rgb(247.2, 245.75, 252.8) !important;
32126
+ background-color: rgb(51, 78.2, 255) !important;
32323
32127
  }
32324
32128
 
32325
- .bg-turnkey-50 {
32129
+ .bg-electric-450 {
32326
32130
  --bs-bg-opacity: 1;
32327
- background-color: rgb(239.4, 236.5, 250.6) !important;
32131
+ background-color: rgb(25.5, 56.1, 255) !important;
32328
32132
  }
32329
32133
 
32330
- .bg-turnkey-100 {
32134
+ .bg-electric-500 {
32331
32135
  --bs-bg-opacity: 1;
32332
- background-color: rgb(223.8, 218, 246.2) !important;
32136
+ background-color: #02f !important;
32333
32137
  }
32334
32138
 
32335
- .bg-turnkey-200 {
32139
+ .bg-electric-600 {
32336
32140
  --bs-bg-opacity: 1;
32337
- background-color: rgb(192.6, 181, 237.4) !important;
32141
+ background-color: rgb(0, 27.2, 204) !important;
32338
32142
  }
32339
32143
 
32340
- .bg-turnkey-300 {
32144
+ .bg-electric-700 {
32341
32145
  --bs-bg-opacity: 1;
32342
- background-color: rgb(161.4, 144, 228.6) !important;
32146
+ background-color: rgb(0, 20.4, 153) !important;
32343
32147
  }
32344
32148
 
32345
- .bg-turnkey-400 {
32149
+ .bg-electric-800 {
32346
32150
  --bs-bg-opacity: 1;
32347
- background-color: rgb(130.2, 107, 219.8) !important;
32151
+ background-color: rgb(0, 13.6, 102) !important;
32348
32152
  }
32349
32153
 
32350
- .bg-turnkey-450 {
32154
+ .bg-electric-900 {
32351
32155
  --bs-bg-opacity: 1;
32352
- background-color: rgb(114.6, 88.5, 215.4) !important;
32353
- }
32354
-
32355
- .bg-turnkey-500 {
32356
- --bs-bg-opacity: 1;
32357
- background-color: #6346d3 !important;
32358
- }
32359
-
32360
- .bg-turnkey-600 {
32361
- --bs-bg-opacity: 1;
32362
- background-color: rgb(79.2, 56, 168.8) !important;
32363
- }
32364
-
32365
- .bg-turnkey-700 {
32366
- --bs-bg-opacity: 1;
32367
- background-color: rgb(59.4, 42, 126.6) !important;
32368
- }
32369
-
32370
- .bg-turnkey-800 {
32371
- --bs-bg-opacity: 1;
32372
- background-color: rgb(39.6, 28, 84.4) !important;
32373
- }
32374
-
32375
- .bg-turnkey-900 {
32376
- --bs-bg-opacity: 1;
32377
- background-color: rgb(19.8, 14, 42.2) !important;
32156
+ background-color: rgb(0, 6.8, 51) !important;
32378
32157
  }
32379
32158
 
32380
32159
  .bg-sunglow-25 {
32381
32160
  --bs-bg-opacity: 1;
32382
- background-color: rgb(254.8, 252.5, 244.6) !important;
32161
+ background-color: rgb(254.8, 252.5, 243.45) !important;
32383
32162
  }
32384
32163
 
32385
32164
  .bg-sunglow-50 {
32386
32165
  --bs-bg-opacity: 1;
32387
- background-color: rgb(254.6, 250, 234.2) !important;
32166
+ background-color: rgb(254.6, 250, 231.9) !important;
32388
32167
  }
32389
32168
 
32390
32169
  .bg-sunglow-100 {
32391
32170
  --bs-bg-opacity: 1;
32392
- background-color: rgb(254.2, 245, 213.4) !important;
32171
+ background-color: rgb(254.2, 245, 208.8) !important;
32393
32172
  }
32394
32173
 
32395
32174
  .bg-sunglow-200 {
32396
32175
  --bs-bg-opacity: 1;
32397
- background-color: rgb(253.4, 235, 171.8) !important;
32176
+ background-color: rgb(253.4, 235, 162.6) !important;
32398
32177
  }
32399
32178
 
32400
32179
  .bg-sunglow-300 {
32401
32180
  --bs-bg-opacity: 1;
32402
- background-color: rgb(252.6, 225, 130.2) !important;
32181
+ background-color: rgb(252.6, 225, 116.4) !important;
32403
32182
  }
32404
32183
 
32405
32184
  .bg-sunglow-400 {
32406
32185
  --bs-bg-opacity: 1;
32407
- background-color: rgb(251.8, 215, 88.6) !important;
32186
+ background-color: rgb(251.8, 215, 70.2) !important;
32408
32187
  }
32409
32188
 
32410
32189
  .bg-sunglow-450 {
32411
32190
  --bs-bg-opacity: 1;
32412
- background-color: rgb(251.4, 210, 67.8) !important;
32191
+ background-color: rgb(251.4, 210, 47.1) !important;
32413
32192
  }
32414
32193
 
32415
32194
  .bg-sunglow-500 {
32416
32195
  --bs-bg-opacity: 1;
32417
- background-color: #fbcd2f !important;
32196
+ background-color: #fbcd18 !important;
32418
32197
  }
32419
32198
 
32420
32199
  .bg-sunglow-600 {
32421
32200
  --bs-bg-opacity: 1;
32422
- background-color: rgb(200.8, 164, 37.6) !important;
32201
+ background-color: rgb(200.8, 164, 19.2) !important;
32423
32202
  }
32424
32203
 
32425
32204
  .bg-sunglow-700 {
32426
32205
  --bs-bg-opacity: 1;
32427
- background-color: rgb(150.6, 123, 28.2) !important;
32206
+ background-color: rgb(150.6, 123, 14.4) !important;
32428
32207
  }
32429
32208
 
32430
32209
  .bg-sunglow-800 {
32431
32210
  --bs-bg-opacity: 1;
32432
- background-color: rgb(100.4, 82, 18.8) !important;
32211
+ background-color: rgb(100.4, 82, 9.6) !important;
32433
32212
  }
32434
32213
 
32435
32214
  .bg-sunglow-900 {
32436
32215
  --bs-bg-opacity: 1;
32437
- background-color: rgb(50.2, 41, 9.4) !important;
32216
+ background-color: rgb(50.2, 41, 4.8) !important;
32438
32217
  }
32439
32218
 
32440
32219
  .bg-warning-25 {
32441
32220
  --bs-bg-opacity: 1;
32442
- background-color: rgb(254.8, 252.5, 244.6) !important;
32221
+ background-color: rgb(255, 247.55, 243.55) !important;
32443
32222
  }
32444
32223
 
32445
32224
  .bg-warning-50 {
32446
32225
  --bs-bg-opacity: 1;
32447
- background-color: rgb(254.6, 250, 234.2) !important;
32226
+ background-color: rgb(255, 240.1, 232.1) !important;
32448
32227
  }
32449
32228
 
32450
32229
  .bg-warning-100 {
32451
32230
  --bs-bg-opacity: 1;
32452
- background-color: rgb(254.2, 245, 213.4) !important;
32231
+ background-color: rgb(255, 225.2, 209.2) !important;
32453
32232
  }
32454
32233
 
32455
32234
  .bg-warning-200 {
32456
32235
  --bs-bg-opacity: 1;
32457
- background-color: rgb(253.4, 235, 171.8) !important;
32236
+ background-color: rgb(255, 195.4, 163.4) !important;
32458
32237
  }
32459
32238
 
32460
32239
  .bg-warning-300 {
32461
32240
  --bs-bg-opacity: 1;
32462
- background-color: rgb(252.6, 225, 130.2) !important;
32241
+ background-color: rgb(255, 165.6, 117.6) !important;
32463
32242
  }
32464
32243
 
32465
32244
  .bg-warning-400 {
32466
32245
  --bs-bg-opacity: 1;
32467
- background-color: rgb(251.8, 215, 88.6) !important;
32246
+ background-color: rgb(255, 135.8, 71.8) !important;
32468
32247
  }
32469
32248
 
32470
32249
  .bg-warning-450 {
32471
32250
  --bs-bg-opacity: 1;
32472
- background-color: rgb(251.4, 210, 67.8) !important;
32251
+ background-color: rgb(255, 120.9, 48.9) !important;
32473
32252
  }
32474
32253
 
32475
32254
  .bg-warning-500 {
32476
32255
  --bs-bg-opacity: 1;
32477
- background-color: #fbcd2f !important;
32256
+ background-color: #ff6a1a !important;
32478
32257
  }
32479
32258
 
32480
32259
  .bg-warning-600 {
32481
32260
  --bs-bg-opacity: 1;
32482
- background-color: rgb(200.8, 164, 37.6) !important;
32261
+ background-color: rgb(204, 84.8, 20.8) !important;
32483
32262
  }
32484
32263
 
32485
32264
  .bg-warning-700 {
32486
32265
  --bs-bg-opacity: 1;
32487
- background-color: rgb(150.6, 123, 28.2) !important;
32266
+ background-color: rgb(153, 63.6, 15.6) !important;
32488
32267
  }
32489
32268
 
32490
32269
  .bg-warning-800 {
32491
32270
  --bs-bg-opacity: 1;
32492
- background-color: rgb(100.4, 82, 18.8) !important;
32271
+ background-color: rgb(102, 42.4, 10.4) !important;
32493
32272
  }
32494
32273
 
32495
32274
  .bg-warning-900 {
32496
32275
  --bs-bg-opacity: 1;
32497
- background-color: rgb(50.2, 41, 9.4) !important;
32276
+ background-color: rgb(51, 21.2, 5.2) !important;
32498
32277
  }
32499
32278
 
32500
32279
  .bg-25 {
@@ -32552,124 +32331,129 @@ textarea.form-control-lg {
32552
32331
  background-color: rgb(38.6, 39.4, 40.8) !important;
32553
32332
  }
32554
32333
 
32334
+ .bg-950 {
32335
+ --bs-bg-opacity: 1;
32336
+ background-color: rgb(19.3, 19.7, 20.4) !important;
32337
+ }
32338
+
32555
32339
  .bg-success-25 {
32556
32340
  --bs-bg-opacity: 1;
32557
- background-color: rgb(242.35, 248.35, 245.85) !important;
32341
+ background-color: rgb(242.7, 252.45, 249.2) !important;
32558
32342
  }
32559
32343
 
32560
32344
  .bg-success-50 {
32561
32345
  --bs-bg-opacity: 1;
32562
- background-color: rgb(229.7, 241.7, 236.7) !important;
32346
+ background-color: rgb(230.4, 249.9, 243.4) !important;
32563
32347
  }
32564
32348
 
32565
32349
  .bg-success-100 {
32566
32350
  --bs-bg-opacity: 1;
32567
- background-color: rgb(204.4, 228.4, 218.4) !important;
32351
+ background-color: rgb(205.8, 244.8, 231.8) !important;
32568
32352
  }
32569
32353
 
32570
32354
  .bg-success-200 {
32571
32355
  --bs-bg-opacity: 1;
32572
- background-color: rgb(153.8, 201.8, 181.8) !important;
32356
+ background-color: rgb(156.6, 234.6, 208.6) !important;
32573
32357
  }
32574
32358
 
32575
32359
  .bg-success-300 {
32576
32360
  --bs-bg-opacity: 1;
32577
- background-color: rgb(103.2, 175.2, 145.2) !important;
32361
+ background-color: rgb(107.4, 224.4, 185.4) !important;
32578
32362
  }
32579
32363
 
32580
32364
  .bg-success-400 {
32581
32365
  --bs-bg-opacity: 1;
32582
- background-color: rgb(52.6, 148.6, 108.6) !important;
32366
+ background-color: rgb(58.2, 214.2, 162.2) !important;
32583
32367
  }
32584
32368
 
32585
32369
  .bg-success-450 {
32586
32370
  --bs-bg-opacity: 1;
32587
- background-color: rgb(27.3, 135.3, 90.3) !important;
32371
+ background-color: rgb(33.6, 209.1, 150.6) !important;
32588
32372
  }
32589
32373
 
32590
32374
  .bg-success-500 {
32591
32375
  --bs-bg-opacity: 1;
32592
- background-color: #027a48 !important;
32376
+ background-color: #09cc8b !important;
32593
32377
  }
32594
32378
 
32595
32379
  .bg-success-600 {
32596
32380
  --bs-bg-opacity: 1;
32597
- background-color: rgb(1.6, 97.6, 57.6) !important;
32381
+ background-color: rgb(7.2, 163.2, 111.2) !important;
32598
32382
  }
32599
32383
 
32600
32384
  .bg-success-700 {
32601
32385
  --bs-bg-opacity: 1;
32602
- background-color: rgb(1.2, 73.2, 43.2) !important;
32386
+ background-color: rgb(5.4, 122.4, 83.4) !important;
32603
32387
  }
32604
32388
 
32605
32389
  .bg-success-800 {
32606
32390
  --bs-bg-opacity: 1;
32607
- background-color: rgb(0.8, 48.8, 28.8) !important;
32391
+ background-color: rgb(3.6, 81.6, 55.6) !important;
32608
32392
  }
32609
32393
 
32610
32394
  .bg-success-900 {
32611
32395
  --bs-bg-opacity: 1;
32612
- background-color: rgb(0.4, 24.4, 14.4) !important;
32396
+ background-color: rgb(1.8, 40.8, 27.8) !important;
32613
32397
  }
32614
32398
 
32615
32399
  .bg-danger-25 {
32616
32400
  --bs-bg-opacity: 1;
32617
- background-color: rgb(251.25, 244, 243.45) !important;
32401
+ background-color: rgb(253.65, 244.15, 245.35) !important;
32618
32402
  }
32619
32403
 
32620
32404
  .bg-danger-50 {
32621
32405
  --bs-bg-opacity: 1;
32622
- background-color: rgb(247.5, 233, 231.9) !important;
32406
+ background-color: rgb(252.3, 233.3, 235.7) !important;
32623
32407
  }
32624
32408
 
32625
32409
  .bg-danger-100 {
32626
32410
  --bs-bg-opacity: 1;
32627
- background-color: rgb(240, 211, 208.8) !important;
32411
+ background-color: rgb(249.6, 211.6, 216.4) !important;
32628
32412
  }
32629
32413
 
32630
32414
  .bg-danger-200 {
32631
32415
  --bs-bg-opacity: 1;
32632
- background-color: rgb(225, 167, 162.6) !important;
32416
+ background-color: rgb(244.2, 168.2, 177.8) !important;
32633
32417
  }
32634
32418
 
32635
32419
  .bg-danger-300 {
32636
32420
  --bs-bg-opacity: 1;
32637
- background-color: rgb(210, 123, 116.4) !important;
32421
+ background-color: rgb(238.8, 124.8, 139.2) !important;
32638
32422
  }
32639
32423
 
32640
32424
  .bg-danger-400 {
32641
32425
  --bs-bg-opacity: 1;
32642
- background-color: rgb(195, 79, 70.2) !important;
32426
+ background-color: rgb(233.4, 81.4, 100.6) !important;
32643
32427
  }
32644
32428
 
32645
32429
  .bg-danger-450 {
32646
32430
  --bs-bg-opacity: 1;
32647
- background-color: rgb(187.5, 57, 47.1) !important;
32431
+ background-color: rgb(230.7, 59.7, 81.3) !important;
32648
32432
  }
32649
32433
 
32650
32434
  .bg-danger-500 {
32651
32435
  --bs-bg-opacity: 1;
32652
- background-color: #b42318 !important;
32436
+ background-color: #e4263e !important;
32653
32437
  }
32654
32438
 
32655
32439
  .bg-danger-600 {
32656
32440
  --bs-bg-opacity: 1;
32657
- background-color: rgb(144, 28, 19.2) !important;
32441
+ background-color: rgb(182.4, 30.4, 49.6) !important;
32658
32442
  }
32659
32443
 
32660
32444
  .bg-danger-700 {
32661
32445
  --bs-bg-opacity: 1;
32662
- background-color: rgb(108, 21, 14.4) !important;
32446
+ background-color: rgb(136.8, 22.8, 37.2) !important;
32663
32447
  }
32664
32448
 
32665
32449
  .bg-danger-800 {
32666
32450
  --bs-bg-opacity: 1;
32667
- background-color: rgb(72, 14, 9.6) !important;
32451
+ background-color: rgb(91.2, 15.2, 24.8) !important;
32668
32452
  }
32669
32453
 
32670
32454
  .bg-danger-900 {
32671
32455
  --bs-bg-opacity: 1;
32672
- background-color: rgb(36, 7, 4.8) !important;
32456
+ background-color: rgb(45.6, 7.6, 12.4) !important;
32673
32457
  }
32674
32458
 
32675
32459
  .bg-opacity-10 {
@@ -36423,139 +36207,122 @@ textarea.form-control-lg {
36423
36207
  }
36424
36208
 
36425
36209
  .btn-link-primary {
36426
- --bs-btn-color: #3e51a2;
36210
+ --bs-btn-color: #1f1f4f;
36427
36211
  --bs-btn-bg: transparent;
36428
36212
  --bs-btn-border-color: transparent;
36429
- --bs-btn-hover-color: #3e51a2;
36430
- --bs-btn-hover-bg: rgb(235.7, 237.6, 245.7);
36213
+ --bs-btn-hover-color: #1f1f4f;
36214
+ --bs-btn-hover-bg: rgb(232.6, 232.6, 237.4);
36431
36215
  --bs-btn-hover-border-color: transparent;
36432
- --bs-btn-active-bg: rgb(37.2, 48.6, 97.2);
36216
+ --bs-btn-active-bg: rgb(0, 20.4, 153);
36433
36217
  --bs-btn-active-color: #fff;
36434
36218
  --bs-btn-active-border-color: transparent;
36435
36219
  --bs-btn-disabled-bg: transparent;
36436
36220
  --bs-btn-disabled-color: rgb(217.8, 220.2, 224.4);
36437
36221
  --bs-btn-disabled-border-color: transparent;
36438
- --bs-btn-focus-shadow-rgb: 91, 107, 176;
36222
+ --bs-btn-focus-shadow-rgb: 65, 65, 105;
36439
36223
  text-decoration: none;
36440
36224
  }
36441
36225
 
36442
36226
  .btn-primary {
36443
36227
  --bs-btn-color: #fff;
36444
- --bs-btn-bg: #3e51a2;
36445
- --bs-btn-border-color: #3e51a2;
36228
+ --bs-btn-bg: #1f1f4f;
36229
+ --bs-btn-border-color: #1f1f4f;
36446
36230
  --bs-btn-hover-color: #fff;
36447
- --bs-btn-hover-bg: rgb(49.6, 64.8, 129.6);
36448
- --bs-btn-hover-border-color: rgb(49.6, 64.8, 129.6);
36449
- --bs-btn-focus-shadow-rgb: 91, 107, 176;
36231
+ --bs-btn-hover-bg: rgb(24.8, 24.8, 63.2);
36232
+ --bs-btn-hover-border-color: rgb(24.8, 24.8, 63.2);
36233
+ --bs-btn-focus-shadow-rgb: 65, 65, 105;
36450
36234
  --bs-btn-active-color: #fff;
36451
- --bs-btn-active-bg: rgb(37.2, 48.6, 97.2);
36452
- --bs-btn-active-border-color: rgb(37.2, 48.6, 97.2);
36235
+ --bs-btn-active-bg: rgb(18.6, 18.6, 47.4);
36236
+ --bs-btn-active-border-color: rgb(18.6, 18.6, 47.4);
36453
36237
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
36454
36238
  --bs-btn-disabled-color: #fff;
36455
- --bs-btn-disabled-bg: #3e51a2;
36456
- --bs-btn-disabled-border-color: #3e51a2;
36239
+ --bs-btn-disabled-bg: #1f1f4f;
36240
+ --bs-btn-disabled-border-color: #1f1f4f;
36457
36241
  }
36458
36242
 
36459
36243
  .btn-secondary {
36460
36244
  --bs-btn-color: #000;
36461
- --bs-btn-bg: #3b7bbf;
36462
- --bs-btn-border-color: #3b7bbf;
36463
- --bs-btn-hover-color: #fff;
36464
- --bs-btn-hover-bg: rgb(47.2, 98.4, 152.8);
36465
- --bs-btn-hover-border-color: rgb(47.2, 98.4, 152.8);
36466
- --bs-btn-focus-shadow-rgb: 50, 105, 162;
36467
- --bs-btn-active-color: #fff;
36468
- --bs-btn-active-bg: rgb(35.4, 73.8, 114.6);
36469
- --bs-btn-active-border-color: rgb(35.4, 73.8, 114.6);
36470
- --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
36471
- --bs-btn-disabled-color: #fff;
36472
- --bs-btn-disabled-bg: #3b7bbf;
36473
- --bs-btn-disabled-border-color: #3b7bbf;
36474
- }
36475
-
36476
- .btn-tertiary {
36477
- --bs-btn-color: #000;
36478
- --bs-btn-bg: #cdecf9;
36479
- --bs-btn-border-color: #cdecf9;
36245
+ --bs-btn-bg: #fbcd18;
36246
+ --bs-btn-border-color: #fbcd18;
36480
36247
  --bs-btn-hover-color: #000;
36481
- --bs-btn-hover-bg: rgb(164, 188.8, 199.2);
36482
- --bs-btn-hover-border-color: rgb(164, 188.8, 199.2);
36483
- --bs-btn-focus-shadow-rgb: 174, 201, 212;
36248
+ --bs-btn-hover-bg: rgb(200.8, 164, 19.2);
36249
+ --bs-btn-hover-border-color: rgb(200.8, 164, 19.2);
36250
+ --bs-btn-focus-shadow-rgb: 213, 174, 20;
36484
36251
  --bs-btn-active-color: #000;
36485
- --bs-btn-active-bg: rgb(123, 141.6, 149.4);
36486
- --bs-btn-active-border-color: rgb(123, 141.6, 149.4);
36252
+ --bs-btn-active-bg: rgb(150.6, 123, 14.4);
36253
+ --bs-btn-active-border-color: rgb(150.6, 123, 14.4);
36487
36254
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
36488
36255
  --bs-btn-disabled-color: #fff;
36489
- --bs-btn-disabled-bg: #cdecf9;
36490
- --bs-btn-disabled-border-color: #cdecf9;
36256
+ --bs-btn-disabled-bg: #fbcd18;
36257
+ --bs-btn-disabled-border-color: #fbcd18;
36491
36258
  }
36492
36259
 
36493
36260
  .btn-success {
36494
- --bs-btn-color: #fff;
36495
- --bs-btn-bg: #027a48;
36496
- --bs-btn-border-color: #027a48;
36497
- --bs-btn-hover-color: #fff;
36498
- --bs-btn-hover-bg: rgb(1.6, 97.6, 57.6);
36499
- --bs-btn-hover-border-color: rgb(1.6, 97.6, 57.6);
36500
- --bs-btn-focus-shadow-rgb: 40, 142, 99;
36261
+ --bs-btn-color: #000;
36262
+ --bs-btn-bg: #09cc8b;
36263
+ --bs-btn-border-color: #09cc8b;
36264
+ --bs-btn-hover-color: #000;
36265
+ --bs-btn-hover-bg: rgb(7.2, 163.2, 111.2);
36266
+ --bs-btn-hover-border-color: rgb(7.2, 163.2, 111.2);
36267
+ --bs-btn-focus-shadow-rgb: 8, 173, 118;
36501
36268
  --bs-btn-active-color: #fff;
36502
- --bs-btn-active-bg: rgb(1.2, 73.2, 43.2);
36503
- --bs-btn-active-border-color: rgb(1.2, 73.2, 43.2);
36269
+ --bs-btn-active-bg: rgb(5.4, 122.4, 83.4);
36270
+ --bs-btn-active-border-color: rgb(5.4, 122.4, 83.4);
36504
36271
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
36505
36272
  --bs-btn-disabled-color: #fff;
36506
- --bs-btn-disabled-bg: #027a48;
36507
- --bs-btn-disabled-border-color: #027a48;
36273
+ --bs-btn-disabled-bg: #09cc8b;
36274
+ --bs-btn-disabled-border-color: #09cc8b;
36508
36275
  }
36509
36276
 
36510
36277
  .btn-action {
36511
36278
  --bs-btn-color: #fff;
36512
- --bs-btn-bg: #6346d3;
36513
- --bs-btn-border-color: #6346d3;
36279
+ --bs-btn-bg: #02f;
36280
+ --bs-btn-border-color: #02f;
36514
36281
  --bs-btn-hover-color: #fff;
36515
- --bs-btn-hover-bg: rgb(79.2, 56, 168.8);
36516
- --bs-btn-hover-border-color: rgb(79.2, 56, 168.8);
36517
- --bs-btn-focus-shadow-rgb: 122, 98, 218;
36282
+ --bs-btn-hover-bg: rgb(0, 27.2, 204);
36283
+ --bs-btn-hover-border-color: rgb(0, 27.2, 204);
36284
+ --bs-btn-focus-shadow-rgb: 38, 67, 255;
36518
36285
  --bs-btn-active-color: #fff;
36519
- --bs-btn-active-bg: rgb(59.4, 42, 126.6);
36520
- --bs-btn-active-border-color: rgb(59.4, 42, 126.6);
36286
+ --bs-btn-active-bg: rgb(0, 20.4, 153);
36287
+ --bs-btn-active-border-color: rgb(0, 20.4, 153);
36521
36288
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
36522
36289
  --bs-btn-disabled-color: #fff;
36523
- --bs-btn-disabled-bg: #6346d3;
36524
- --bs-btn-disabled-border-color: #6346d3;
36290
+ --bs-btn-disabled-bg: #0022ff;
36291
+ --bs-btn-disabled-border-color: #0022ff;
36525
36292
  }
36526
36293
 
36527
36294
  .btn-warning {
36528
36295
  --bs-btn-color: #000;
36529
- --bs-btn-bg: #fbcd2f;
36530
- --bs-btn-border-color: #fbcd2f;
36296
+ --bs-btn-bg: #ff6a1a;
36297
+ --bs-btn-border-color: #ff6a1a;
36531
36298
  --bs-btn-hover-color: #000;
36532
- --bs-btn-hover-bg: rgb(200.8, 164, 37.6);
36533
- --bs-btn-hover-border-color: rgb(200.8, 164, 37.6);
36534
- --bs-btn-focus-shadow-rgb: 213, 174, 40;
36535
- --bs-btn-active-color: #000;
36536
- --bs-btn-active-bg: rgb(150.6, 123, 28.2);
36537
- --bs-btn-active-border-color: rgb(150.6, 123, 28.2);
36299
+ --bs-btn-hover-bg: rgb(204, 84.8, 20.8);
36300
+ --bs-btn-hover-border-color: rgb(204, 84.8, 20.8);
36301
+ --bs-btn-focus-shadow-rgb: 217, 90, 22;
36302
+ --bs-btn-active-color: #fff;
36303
+ --bs-btn-active-bg: rgb(153, 63.6, 15.6);
36304
+ --bs-btn-active-border-color: rgb(153, 63.6, 15.6);
36538
36305
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
36539
36306
  --bs-btn-disabled-color: #fff;
36540
- --bs-btn-disabled-bg: #fbcd2f;
36541
- --bs-btn-disabled-border-color: #fbcd2f;
36307
+ --bs-btn-disabled-bg: #ff6a1a;
36308
+ --bs-btn-disabled-border-color: #ff6a1a;
36542
36309
  }
36543
36310
 
36544
36311
  .btn-danger {
36545
36312
  --bs-btn-color: #fff;
36546
- --bs-btn-bg: #b42318;
36547
- --bs-btn-border-color: #b42318;
36313
+ --bs-btn-bg: #e4263e;
36314
+ --bs-btn-border-color: #e4263e;
36548
36315
  --bs-btn-hover-color: #fff;
36549
- --bs-btn-hover-bg: rgb(144, 28, 19.2);
36550
- --bs-btn-hover-border-color: rgb(144, 28, 19.2);
36551
- --bs-btn-focus-shadow-rgb: 191, 68, 59;
36316
+ --bs-btn-hover-bg: rgb(182.4, 30.4, 49.6);
36317
+ --bs-btn-hover-border-color: rgb(182.4, 30.4, 49.6);
36318
+ --bs-btn-focus-shadow-rgb: 232, 71, 91;
36552
36319
  --bs-btn-active-color: #fff;
36553
- --bs-btn-active-bg: rgb(108, 21, 14.4);
36554
- --bs-btn-active-border-color: rgb(108, 21, 14.4);
36320
+ --bs-btn-active-bg: rgb(136.8, 22.8, 37.2);
36321
+ --bs-btn-active-border-color: rgb(136.8, 22.8, 37.2);
36555
36322
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
36556
36323
  --bs-btn-disabled-color: #fff;
36557
- --bs-btn-disabled-bg: #b42318;
36558
- --bs-btn-disabled-border-color: #b42318;
36324
+ --bs-btn-disabled-bg: #e4263e;
36325
+ --bs-btn-disabled-border-color: #e4263e;
36559
36326
  }
36560
36327
 
36561
36328
  .btn-light {
@@ -36592,23 +36359,6 @@ textarea.form-control-lg {
36592
36359
  --bs-btn-disabled-border-color: rgb(38.6, 39.4, 40.8);
36593
36360
  }
36594
36361
 
36595
- .btn-outline-light {
36596
- --bs-btn-color: #fff;
36597
- --bs-btn-border-color: #fff;
36598
- --bs-btn-hover-color: #fff;
36599
- --bs-btn-hover-bg: rgba(62, 81, 162, 0.25);
36600
- --bs-btn-hover-border-color: #fff;
36601
- --bs-btn-focus-shadow-rgb: 255, 255, 255;
36602
- --bs-btn-active-color: #fff;
36603
- --bs-btn-active-bg: rgba(62, 81, 162, 0.25);
36604
- --bs-btn-active-border-color: #fff;
36605
- --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
36606
- --bs-btn-disabled-color: #fff;
36607
- --bs-btn-disabled-bg: transparent;
36608
- --bs-btn-disabled-border-color: #fff;
36609
- --bs-gradient: none;
36610
- }
36611
-
36612
36362
  .accordion-flush {
36613
36363
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
36614
36364
  }
@@ -36618,8 +36368,8 @@ textarea.form-control-lg {
36618
36368
  --bs-accordion-alt-btn-bg: rgb(248.8, 249.2, 249.9);
36619
36369
  --bs-accordion-alt-border-radius: var(--bs-border-radius-lg);
36620
36370
  --bs-accordion-alt-btn-icon-width: 1.375rem;
36621
- --bs-accordion-alt-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='rgb%2838.6, 39.4, 40.8%29'%3e%3cpath d='M12.6923 1.69231C12.6923 0.75625 11.9361 0 11 0C10.0639 0 9.30769 0.75625 9.30769 1.69231V9.30769H1.69231C0.75625 9.30769 0 10.0639 0 11C0 11.9361 0.75625 12.6923 1.69231 12.6923H9.30769V20.3077C9.30769 21.2438 10.0639 22 11 22C11.9361 22 12.6923 21.2438 12.6923 20.3077V12.6923H20.3077C21.2438 12.6923 22 11.9361 22 11C22 10.0639 21.2438 9.30769 20.3077 9.30769H12.6923V1.69231Z'/%3e%3c/svg%3e");
36622
- --bs-accordion-alt-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 25' fill='rgb%2838.6, 39.4, 40.8%29'%3e%3cpath d='M21.2143 12.5C21.2143 13.3643 20.512 14.0625 19.6428 14.0625H2.35713C1.48794 14.0625 0.785706 13.3643 0.785706 12.5C0.785706 11.6357 1.48794 10.9375 2.35713 10.9375H19.6428C20.512 10.9375 21.2143 11.6357 21.2143 12.5Z'/%3e%3c/svg%3e");
36371
+ --bs-accordion-alt-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='rgb%2819.3, 19.7, 20.4%29'%3e%3cpath d='M12.6923 1.69231C12.6923 0.75625 11.9361 0 11 0C10.0639 0 9.30769 0.75625 9.30769 1.69231V9.30769H1.69231C0.75625 9.30769 0 10.0639 0 11C0 11.9361 0.75625 12.6923 1.69231 12.6923H9.30769V20.3077C9.30769 21.2438 10.0639 22 11 22C11.9361 22 12.6923 21.2438 12.6923 20.3077V12.6923H20.3077C21.2438 12.6923 22 11.9361 22 11C22 10.0639 21.2438 9.30769 20.3077 9.30769H12.6923V1.69231Z'/%3e%3c/svg%3e");
36372
+ --bs-accordion-alt-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 25' fill='rgb%2819.3, 19.7, 20.4%29'%3e%3cpath d='M21.2143 12.5C21.2143 13.3643 20.512 14.0625 19.6428 14.0625H2.35713C1.48794 14.0625 0.785706 13.3643 0.785706 12.5C0.785706 11.6357 1.48794 10.9375 2.35713 10.9375H19.6428C20.512 10.9375 21.2143 11.6357 21.2143 12.5Z'/%3e%3c/svg%3e");
36623
36373
  --bs-accordion-alt-active-color: var(--bs-primary-text-emphasis);
36624
36374
  }
36625
36375
  .accordion-alt .accordion-button {
@@ -36690,16 +36440,9 @@ textarea.form-control-lg {
36690
36440
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
36691
36441
  }
36692
36442
 
36693
- .alert-tertiary {
36694
- --bs-alert-color: #1d1f50;
36695
- --bs-alert-bg: var(--bs-tertiary-bg-subtle);
36696
- --bs-alert-border-color: rgb(205.4, 208.6, 214.2);
36697
- --bs-alert-link-color: var(--bs-tertiary-text-emphasis);
36698
- }
36699
-
36700
36443
  .alert-success {
36701
36444
  --bs-alert-color: var(--bs-success-text-emphasis);
36702
- --bs-alert-bg: rgb(229.7, 241.7, 236.7);
36445
+ --bs-alert-bg: rgb(230.4, 249.9, 243.4);
36703
36446
  --bs-alert-border-color: var(--bs-success-border-subtle);
36704
36447
  --bs-alert-link-color: var(--bs-success-text-emphasis);
36705
36448
  }
@@ -36720,7 +36463,7 @@ textarea.form-control-lg {
36720
36463
 
36721
36464
  .alert-danger {
36722
36465
  --bs-alert-color: var(--bs-danger-text-emphasis);
36723
- --bs-alert-bg: rgb(251.25, 244, 243.45);
36466
+ --bs-alert-bg: rgb(253.65, 244.15, 245.35);
36724
36467
  --bs-alert-border-color: var(--bs-danger-border-subtle);
36725
36468
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
36726
36469
  }
@@ -36740,8 +36483,8 @@ textarea.form-control-lg {
36740
36483
  }
36741
36484
 
36742
36485
  .badge-outline {
36743
- color: #3e51a2;
36744
- border: 0.125rem solid #3e51a2;
36486
+ color: #02f;
36487
+ border: 0.125rem solid #02f;
36745
36488
  }
36746
36489
 
36747
36490
  .badge-dot {
@@ -36826,14 +36569,34 @@ textarea.form-control-lg {
36826
36569
  width: 2.1875rem;
36827
36570
  height: 2.1875rem;
36828
36571
  text-shadow: 0 0 0.0625rem rgb(205.4, 208.6, 214.2);
36829
- background: transparent var(--bs-btn-close-media-bg) center/2.1875rem 100% no-repeat;
36830
36572
  opacity: 0.97;
36831
36573
  }
36574
+ .modal-dialog-media .modal-header .btn-close::before, .modal-dialog-media .modal-header .btn-close::after {
36575
+ position: absolute;
36576
+ inset: 0;
36577
+ pointer-events: none;
36578
+ content: "";
36579
+ background: center/100% 100% no-repeat;
36580
+ }
36581
+ .modal-dialog-media .modal-header .btn-close::before {
36582
+ background: transparent var(--bs-btn-close-media-bg) center/2.1875rem 100% no-repeat;
36583
+ opacity: 1;
36584
+ }
36585
+ .modal-dialog-media .modal-header .btn-close::after {
36586
+ background: transparent var(--bs-btn-close-media-bg-hover) center/2.1875rem 100% no-repeat;
36587
+ opacity: 0;
36588
+ transition: opacity 0.25s ease;
36589
+ }
36590
+ @media (prefers-reduced-motion: reduce) {
36591
+ .modal-dialog-media .modal-header .btn-close::after {
36592
+ transition: none;
36593
+ }
36594
+ }
36832
36595
  .modal-dialog-media .modal-header .btn-close:hover {
36833
36596
  opacity: 1;
36834
36597
  }
36835
- .modal-dialog-media .modal-header .btn-close .cls-2:hover {
36836
- fill: #1d1f50;
36598
+ .modal-dialog-media .modal-header .btn-close:hover::after {
36599
+ opacity: 1;
36837
36600
  }
36838
36601
  @media (max-width: 1199.98px) {
36839
36602
  .modal-dialog-media .modal-header .btn-close {
@@ -36850,26 +36613,25 @@ textarea.form-control-lg {
36850
36613
  }
36851
36614
 
36852
36615
  .btn-close {
36853
- --bs-btn-close-media-bg: url("data:image/svg+xml, %3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cstyle%3e.cls-1{fill:rgb%28205.4, 208.6, 214.2%29}.cls-2{fill:%23fff}.cls-3{fill:%231d1f50}%3c/style%3e%3cpath class='cls-1' d='M20 1.25C22.4623 1.25 24.9005 1.73498 27.1753 2.67726C29.4502 3.61953 31.5172 5.00065 33.2583 6.74175C34.9994 8.48285 36.3805 10.5498 37.3227 12.8247C38.265 15.0995 38.75 17.5377 38.75 20C38.75 22.4623 38.265 24.9005 37.3227 27.1753C36.3805 29.4502 34.9994 31.5172 33.2583 33.2583C31.5172 34.9994 29.4502 36.3805 27.1753 37.3227C24.9005 38.265 22.4623 38.75 20 38.75C17.5377 38.75 15.0995 38.265 12.8247 37.3227C10.5498 36.3805 8.48285 34.9994 6.74175 33.2583C5.00065 31.5172 3.61953 29.4502 2.67726 27.1753C1.73498 24.9005 1.25 22.4623 1.25 20C1.25 17.5377 1.73498 15.0995 2.67726 12.8247C3.61953 10.5498 5.00065 8.48285 6.74175 6.74175C8.48285 5.00065 10.5498 3.61953 12.8247 2.67726C15.0995 1.73498 17.5377 1.25 20 1.25ZM20 40C25.3043 40 30.3914 37.8929 34.1421 34.1421C37.8929 30.3914 40 25.3043 40 20C40 14.6957 37.8929 9.60859 34.1421 5.85786C30.3914 2.10714 25.3043 0 20 0C14.6957 0 9.60859 2.10714 5.85786 5.85786C2.10714 9.60859 0 14.6957 0 20C0 25.3043 2.10714 30.3914 5.85786 34.1421C9.60859 37.8929 14.6957 40 20 40Z'/%3e%3cpath class='cls-2' d='M1.25 20C1.25 22.4623 1.73498 24.9005 2.67726 27.1753C3.61953 29.4502 5.00065 31.5172 6.74175 33.2583C8.48285 34.9994 10.5498 36.3805 12.8247 37.3227C15.0995 38.265 17.5377 38.75 20 38.75C22.4623 38.75 24.9005 38.265 27.1753 37.3227C29.4502 36.3805 31.5172 34.9994 33.2583 33.2583C34.9994 31.5172 36.3805 29.4502 37.3227 27.1753C38.265 24.9005 38.75 22.4623 38.75 20C38.75 17.5377 38.265 15.0995 37.3227 12.8247C36.3805 10.5498 34.9994 8.48285 33.2583 6.74175C31.5172 5.00065 29.4502 3.61953 27.1753 2.67726C24.9005 1.73498 22.4623 1.25 20 1.25C17.5377 1.25 15.0995 1.73498 12.8247 2.67726C10.5498 3.61953 8.48285 5.00065 6.74175 6.74175C5.00065 8.48285 3.61953 10.5498 2.67726 12.8247C1.73498 15.0995 1.25 17.5377 1.25 20ZM13.9297 13.9297C14.1719 13.6875 14.5703 13.6875 14.8125 13.9297L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9375 14.8203C13.6953 14.5781 13.6953 14.1797 13.9375 13.9375L13.9297 13.9297Z'/%3e%3cpath class='cls-3' d='M13.9297 14.8125C13.6875 14.5703 13.6875 14.1719 13.9297 13.9297L13.9375 13.9375C14.1797 13.6953 14.5781 13.6953 14.8203 13.9375L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9297 14.8125Z'/%3e%3c/svg%3e");
36616
+ --bs-btn-close-media-bg: url("data:image/svg+xml, %3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='rgb%28205.4, 208.6, 214.2%29' d='M20 1.25C22.4623 1.25 24.9005 1.73498 27.1753 2.67726C29.4502 3.61953 31.5172 5.00065 33.2583 6.74175C34.9994 8.48285 36.3805 10.5498 37.3227 12.8247C38.265 15.0995 38.75 17.5377 38.75 20C38.75 22.4623 38.265 24.9005 37.3227 27.1753C36.3805 29.4502 34.9994 31.5172 33.2583 33.2583C31.5172 34.9994 29.4502 36.3805 27.1753 37.3227C24.9005 38.265 22.4623 38.75 20 38.75C17.5377 38.75 15.0995 38.265 12.8247 37.3227C10.5498 36.3805 8.48285 34.9994 6.74175 33.2583C5.00065 31.5172 3.61953 29.4502 2.67726 27.1753C1.73498 24.9005 1.25 22.4623 1.25 20C1.25 17.5377 1.73498 15.0995 2.67726 12.8247C3.61953 10.5498 5.00065 8.48285 6.74175 6.74175C8.48285 5.00065 10.5498 3.61953 12.8247 2.67726C15.0995 1.73498 17.5377 1.25 20 1.25ZM20 40C25.3043 40 30.3914 37.8929 34.1421 34.1421C37.8929 30.3914 40 25.3043 40 20C40 14.6957 37.8929 9.60859 34.1421 5.85786C30.3914 2.10714 25.3043 0 20 0C14.6957 0 9.60859 2.10714 5.85786 5.85786C2.10714 9.60859 0 14.6957 0 20C0 25.3043 2.10714 30.3914 5.85786 34.1421C9.60859 37.8929 14.6957 40 20 40Z'/%3e%3cpath fill='%23fff' d='M1.25 20C1.25 22.4623 1.73498 24.9005 2.67726 27.1753C3.61953 29.4502 5.00065 31.5172 6.74175 33.2583C8.48285 34.9994 10.5498 36.3805 12.8247 37.3227C15.0995 38.265 17.5377 38.75 20 38.75C22.4623 38.75 24.9005 38.265 27.1753 37.3227C29.4502 36.3805 31.5172 34.9994 33.2583 33.2583C34.9994 31.5172 36.3805 29.4502 37.3227 27.1753C38.265 24.9005 38.75 22.4623 38.75 20C38.75 17.5377 38.265 15.0995 37.3227 12.8247C36.3805 10.5498 34.9994 8.48285 33.2583 6.74175C31.5172 5.00065 29.4502 3.61953 27.1753 2.67726C24.9005 1.73498 22.4623 1.25 20 1.25C17.5377 1.25 15.0995 1.73498 12.8247 2.67726C10.5498 3.61953 8.48285 5.00065 6.74175 6.74175C5.00065 8.48285 3.61953 10.5498 2.67726 12.8247C1.73498 15.0995 1.25 17.5377 1.25 20ZM13.9297 13.9297C14.1719 13.6875 14.5703 13.6875 14.8125 13.9297L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9375 14.8203C13.6953 14.5781 13.6953 14.1797 13.9375 13.9375L13.9297 13.9297Z'/%3e%3cpath fill='%2302f' d='M13.9297 14.8125C13.6875 14.5703 13.6875 14.1719 13.9297 13.9297L13.9375 13.9375C14.1797 13.6953 14.5781 13.6953 14.8203 13.9375L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9297 14.8125Z'/%3e%3c/svg%3e");
36617
+ --bs-btn-close-media-bg-hover: url("data:image/svg+xml, %3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%2302f' d='M20 1.25C22.4623 1.25 24.9005 1.73498 27.1753 2.67726C29.4502 3.61953 31.5172 5.00065 33.2583 6.74175C34.9994 8.48285 36.3805 10.5498 37.3227 12.8247C38.265 15.0995 38.75 17.5377 38.75 20C38.75 22.4623 38.265 24.9005 37.3227 27.1753C36.3805 29.4502 34.9994 31.5172 33.2583 33.2583C31.5172 34.9994 29.4502 36.3805 27.1753 37.3227C24.9005 38.265 22.4623 38.75 20 38.75C17.5377 38.75 15.0995 38.265 12.8247 37.3227C10.5498 36.3805 8.48285 34.9994 6.74175 33.2583C5.00065 31.5172 3.61953 29.4502 2.67726 27.1753C1.73498 24.9005 1.25 22.4623 1.25 20C1.25 17.5377 1.73498 15.0995 2.67726 12.8247C3.61953 10.5498 5.00065 8.48285 6.74175 6.74175C8.48285 5.00065 10.5498 3.61953 12.8247 2.67726C15.0995 1.73498 17.5377 1.25 20 1.25ZM20 40C25.3043 40 30.3914 37.8929 34.1421 34.1421C37.8929 30.3914 40 25.3043 40 20C40 14.6957 37.8929 9.60859 34.1421 5.85786C30.3914 2.10714 25.3043 0 20 0C14.6957 0 9.60859 2.10714 5.85786 5.85786C2.10714 9.60859 0 14.6957 0 20C0 25.3043 2.10714 30.3914 5.85786 34.1421C9.60859 37.8929 14.6957 40 20 40Z'/%3e%3cpath fill='%2302f' d='M1.25 20C1.25 22.4623 1.73498 24.9005 2.67726 27.1753C3.61953 29.4502 5.00065 31.5172 6.74175 33.2583C8.48285 34.9994 10.5498 36.3805 12.8247 37.3227C15.0995 38.265 17.5377 38.75 20 38.75C22.4623 38.75 24.9005 38.265 27.1753 37.3227C29.4502 36.3805 31.5172 34.9994 33.2583 33.2583C34.9994 31.5172 36.3805 29.4502 37.3227 27.1753C38.265 24.9005 38.75 22.4623 38.75 20C38.75 17.5377 38.265 15.0995 37.3227 12.8247C36.3805 10.5498 34.9994 8.48285 33.2583 6.74175C31.5172 5.00065 29.4502 3.61953 27.1753 2.67726C24.9005 1.73498 22.4623 1.25 20 1.25C17.5377 1.25 15.0995 1.73498 12.8247 2.67726C10.5498 3.61953 8.48285 5.00065 6.74175 6.74175C5.00065 8.48285 3.61953 10.5498 2.67726 12.8247C1.73498 15.0995 1.25 17.5377 1.25 20ZM13.9297 13.9297C14.1719 13.6875 14.5703 13.6875 14.8125 13.9297L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9375 14.8203C13.6953 14.5781 13.6953 14.1797 13.9375 13.9375L13.9297 13.9297Z'/%3e%3cpath fill='%23fbcd18' d='M13.9297 14.8125C13.6875 14.5703 13.6875 14.1719 13.9297 13.9297L13.9375 13.9375C14.1797 13.6953 14.5781 13.6953 14.8203 13.9375L20 19.1172L25.1797 13.9375C25.4219 13.6953 25.8203 13.6953 26.0625 13.9375C26.3047 14.1797 26.3047 14.5781 26.0625 14.8203L20.8828 20L26.0625 25.1797C26.3047 25.4219 26.3047 25.8203 26.0625 26.0625C25.8203 26.3047 25.4219 26.3047 25.1797 26.0625L20 20.8828L14.8203 26.0625C14.5781 26.3047 14.1797 26.3047 13.9375 26.0625C13.6953 25.8203 13.6953 25.4219 13.9375 25.1797L19.1172 20L13.9297 14.8125Z'/%3e%3c/svg%3e");
36854
36618
  }
36855
36619
 
36856
- .form-check.form-check-tiled > .form-check-input:valid ~ .form-check-label,
36857
- .form-check.form-check-tiled > .form-check-input.is-valid ~ .form-check-label {
36858
- color: var(--bs-form-valid-color);
36620
+ .was-validated .form-check.form-check-tiled > .form-check-input:valid ~ .form-check-label, .form-check.form-check-tiled > .form-check-input.is-valid ~ .form-check-label {
36621
+ color: var(--bs-body-color);
36859
36622
  border-color: var(--bs-form-valid-color);
36860
36623
  }
36861
- .form-check.form-check-tiled > .form-check-input:valid ~ .form-check-label::before,
36862
- .form-check.form-check-tiled > .form-check-input.is-valid ~ .form-check-label::before {
36624
+ .was-validated .form-check.form-check-tiled > .form-check-input:valid ~ .form-check-label::before, .form-check.form-check-tiled > .form-check-input.is-valid ~ .form-check-label::before {
36625
+ background-color: var(--bs-form-valid-color);
36863
36626
  border-color: var(--bs-form-valid-color);
36864
36627
  }
36865
36628
 
36866
- .form-check.form-check-tiled > .form-check-input:invalid ~ .form-check-label,
36867
- .form-check.form-check-tiled > .form-check-input.is-invalid ~ .form-check-label {
36868
- color: var(--bs-form-invalid-color);
36629
+ .was-validated .form-check.form-check-tiled > .form-check-input:invalid ~ .form-check-label, .form-check.form-check-tiled > .form-check-input.is-invalid ~ .form-check-label {
36630
+ color: var(--bs-body-color);
36869
36631
  border-color: var(--bs-form-invalid-color);
36870
36632
  }
36871
- .form-check.form-check-tiled > .form-check-input:invalid ~ .form-check-label::before,
36872
- .form-check.form-check-tiled > .form-check-input.is-invalid ~ .form-check-label::before {
36633
+ .was-validated .form-check.form-check-tiled > .form-check-input:invalid ~ .form-check-label::before, .form-check.form-check-tiled > .form-check-input.is-invalid ~ .form-check-label::before {
36634
+ background-color: var(--bs-form-invalid-color);
36873
36635
  border-color: var(--bs-form-invalid-color);
36874
36636
  }
36875
36637
 
@@ -36884,7 +36646,7 @@ textarea.form-control-lg {
36884
36646
  margin-bottom: 0.5rem;
36885
36647
  }
36886
36648
  .form-check-tiled input:checked label {
36887
- border-color: #3e51a2;
36649
+ border-color: #02f;
36888
36650
  }
36889
36651
  .form-check-tiled .form-check-input {
36890
36652
  position: absolute;
@@ -36896,11 +36658,11 @@ textarea.form-control-lg {
36896
36658
  white-space: nowrap;
36897
36659
  }
36898
36660
  .form-check-tiled .form-check-input:checked ~ .form-check-label {
36899
- border-color: #3e51a2;
36661
+ border-color: #02f;
36900
36662
  }
36901
36663
  .form-check-tiled .form-check-input:checked ~ .form-check-label::before {
36902
- background-color: #3e51a2;
36903
- border-color: #3e51a2;
36664
+ background-color: #02f;
36665
+ border-color: #02f;
36904
36666
  opacity: 1;
36905
36667
  transform: scale(1);
36906
36668
  }
@@ -36952,7 +36714,7 @@ textarea.form-control-lg {
36952
36714
  margin-bottom: 0.5rem;
36953
36715
  }
36954
36716
  .form-check-tiled .form-check-label:hover {
36955
- border-color: #3e51a2;
36717
+ border-color: #02f;
36956
36718
  }
36957
36719
  .form-check-tiled .form-check-label:hover::before {
36958
36720
  opacity: 1;