@openeuropa/bcl-theme-ucpkn 1.10.2 → 1.10.4

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.
@@ -40,12 +40,12 @@
40
40
  --bs-danger-rgb: 184, 40, 42;
41
41
  --bs-light-rgb: 240, 240, 240;
42
42
  --bs-dark-rgb: 46, 51, 56;
43
- --bs-primary-text-emphasis: #0e0935;
44
- --bs-secondary-text-emphasis: #61240e;
45
- --bs-success-text-emphasis: #183916;
46
- --bs-info-text-emphasis: #112f37;
47
- --bs-warning-text-emphasis: #5a4400;
48
- --bs-danger-text-emphasis: #4a1011;
43
+ --bs-primary-text-emphasis: rgb(13.6, 8.8, 52.8);
44
+ --bs-secondary-text-emphasis: rgb(96.8, 35.6, 14.4);
45
+ --bs-success-text-emphasis: rgb(24, 57.2, 22.4);
46
+ --bs-info-text-emphasis: rgb(17.2, 47.2, 55.2);
47
+ --bs-warning-text-emphasis: rgb(90, 68.4, 0);
48
+ --bs-danger-text-emphasis: rgb(73.6, 16, 16.8);
49
49
  --bs-light-text-emphasis: #495057;
50
50
  --bs-dark-text-emphasis: #495057;
51
51
  --bs-primary-bg-subtle: tint-color(#253ebe, 90%);
@@ -54,7 +54,7 @@
54
54
  --bs-info-bg-subtle: tint-color(#0d768b, 90%);
55
55
  --bs-warning-bg-subtle: tint-color(#ffba07, 90%);
56
56
  --bs-danger-bg-subtle: tint-color(#a51f2c, 90%);
57
- --bs-light-bg-subtle: #fcfcfd;
57
+ --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
58
58
  --bs-dark-bg-subtle: #ced4da;
59
59
  --bs-primary-border-subtle: tint-color(#253ebe, 80%);
60
60
  --bs-secondary-border-subtle: tint-color(#70254a, 80%);
@@ -91,11 +91,11 @@
91
91
  --bs-link-color: #221684;
92
92
  --bs-link-color-rgb: 34, 22, 132;
93
93
  --bs-link-decoration: underline;
94
- --bs-link-hover-color: #1b126a;
94
+ --bs-link-hover-color: rgb(27.2, 17.6, 105.6);
95
95
  --bs-link-hover-color-rgb: 27, 18, 106;
96
96
  --bs-code-color: #d63384;
97
97
  --bs-highlight-color: #212529;
98
- --bs-highlight-bg: #fff3cd;
98
+ --bs-highlight-bg: rgb(255, 242.6, 205.4);
99
99
  --bs-border-width: 1px;
100
100
  --bs-border-style: solid;
101
101
  --bs-border-color: #dee2e6;
@@ -134,46 +134,46 @@
134
134
  --bs-secondary-bg-rgb: 52, 58, 64;
135
135
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
136
136
  --bs-tertiary-color-rgb: 222, 226, 230;
137
- --bs-tertiary-bg: #2b3035;
137
+ --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
138
138
  --bs-tertiary-bg-rgb: 43, 48, 53;
139
- --bs-primary-text-emphasis: #7a73b5;
140
- --bs-secondary-text-emphasis: #f79b7c;
141
- --bs-success-text-emphasis: #8abc88;
142
- --bs-info-text-emphasis: #80adb9;
143
- --bs-warning-text-emphasis: #edcd66;
144
- --bs-danger-text-emphasis: #d47e7f;
139
+ --bs-primary-text-emphasis: rgb(122.4, 115.2, 181.2);
140
+ --bs-secondary-text-emphasis: rgb(247.2, 155.4, 123.6);
141
+ --bs-success-text-emphasis: rgb(138, 187.8, 135.6);
142
+ --bs-info-text-emphasis: rgb(127.8, 172.8, 184.8);
143
+ --bs-warning-text-emphasis: rgb(237, 204.6, 102);
144
+ --bs-danger-text-emphasis: rgb(212.4, 126, 127.2);
145
145
  --bs-light-text-emphasis: #f8f9fa;
146
146
  --bs-dark-text-emphasis: #dee2e6;
147
- --bs-primary-bg-subtle: #07041a;
148
- --bs-secondary-bg-subtle: #301207;
149
- --bs-success-bg-subtle: #0c1d0b;
150
- --bs-info-bg-subtle: #09181c;
151
- --bs-warning-bg-subtle: #2d2200;
152
- --bs-danger-bg-subtle: #250808;
147
+ --bs-primary-bg-subtle: rgb(6.8, 4.4, 26.4);
148
+ --bs-secondary-bg-subtle: rgb(48.4, 17.8, 7.2);
149
+ --bs-success-bg-subtle: rgb(12, 28.6, 11.2);
150
+ --bs-info-bg-subtle: rgb(8.6, 23.6, 27.6);
151
+ --bs-warning-bg-subtle: rgb(45, 34.2, 0);
152
+ --bs-danger-bg-subtle: rgb(36.8, 8, 8.4);
153
153
  --bs-light-bg-subtle: #343a40;
154
154
  --bs-dark-bg-subtle: #1a1d20;
155
- --bs-primary-border-subtle: #140d4f;
156
- --bs-secondary-border-subtle: #913516;
157
- --bs-success-border-subtle: #245622;
158
- --bs-info-border-subtle: #1a4753;
159
- --bs-warning-border-subtle: #876700;
160
- --bs-danger-border-subtle: #6e1819;
155
+ --bs-primary-border-subtle: rgb(20.4, 13.2, 79.2);
156
+ --bs-secondary-border-subtle: rgb(145.2, 53.4, 21.6);
157
+ --bs-success-border-subtle: rgb(36, 85.8, 33.6);
158
+ --bs-info-border-subtle: rgb(25.8, 70.8, 82.8);
159
+ --bs-warning-border-subtle: rgb(135, 102.6, 0);
160
+ --bs-danger-border-subtle: rgb(110.4, 24, 25.2);
161
161
  --bs-light-border-subtle: #495057;
162
162
  --bs-dark-border-subtle: #343a40;
163
163
  --bs-heading-color: inherit;
164
- --bs-link-color: #7a73b5;
165
- --bs-link-hover-color: #958fc4;
164
+ --bs-link-color: rgb(122.4, 115.2, 181.2);
165
+ --bs-link-hover-color: rgb(148.92, 143.16, 195.96);
166
166
  --bs-link-color-rgb: 122, 115, 181;
167
167
  --bs-link-hover-color-rgb: 149, 143, 196;
168
- --bs-code-color: #e685b5;
168
+ --bs-code-color: rgb(230.4, 132.6, 181.2);
169
169
  --bs-highlight-color: #dee2e6;
170
- --bs-highlight-bg: #664d03;
170
+ --bs-highlight-bg: rgb(102, 77.2, 2.8);
171
171
  --bs-border-color: #495057;
172
172
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
173
- --bs-form-valid-color: #75b798;
174
- --bs-form-valid-border-color: #75b798;
175
- --bs-form-invalid-color: #ea868f;
176
- --bs-form-invalid-border-color: #ea868f;
173
+ --bs-form-valid-color: rgb(117, 183, 152.4);
174
+ --bs-form-valid-border-color: rgb(117, 183, 152.4);
175
+ --bs-form-invalid-color: rgb(234, 133.8, 143.4);
176
+ --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
177
177
  }
178
178
 
179
179
  *,
@@ -2361,13 +2361,13 @@ progress {
2361
2361
 
2362
2362
  .table-primary {
2363
2363
  --bs-table-color: #000;
2364
- --bs-table-bg: #d3d0e6;
2365
- --bs-table-border-color: #bebbcf;
2366
- --bs-table-striped-bg: #c8c6db;
2364
+ --bs-table-bg: rgb(210.8, 208.4, 230.4);
2365
+ --bs-table-border-color: rgb(189.72, 187.56, 207.36);
2366
+ --bs-table-striped-bg: rgb(200.26, 197.98, 218.88);
2367
2367
  --bs-table-striped-color: #000;
2368
- --bs-table-active-bg: #bebbcf;
2368
+ --bs-table-active-bg: rgb(189.72, 187.56, 207.36);
2369
2369
  --bs-table-active-color: #000;
2370
- --bs-table-hover-bg: #bebbcf;
2370
+ --bs-table-hover-bg: rgb(189.72, 187.56, 207.36);
2371
2371
  --bs-table-hover-color: #000;
2372
2372
  color: var(--bs-table-color);
2373
2373
  border-color: var(--bs-table-border-color);
@@ -2375,13 +2375,13 @@ progress {
2375
2375
 
2376
2376
  .table-secondary {
2377
2377
  --bs-table-color: #000;
2378
- --bs-table-bg: #fcded3;
2379
- --bs-table-border-color: #e3c8be;
2380
- --bs-table-striped-bg: #efd3c8;
2378
+ --bs-table-bg: rgb(252.4, 221.8, 211.2);
2379
+ --bs-table-border-color: rgb(227.16, 199.62, 190.08);
2380
+ --bs-table-striped-bg: rgb(239.78, 210.71, 200.64);
2381
2381
  --bs-table-striped-color: #000;
2382
- --bs-table-active-bg: #e3c8be;
2382
+ --bs-table-active-bg: rgb(227.16, 199.62, 190.08);
2383
2383
  --bs-table-active-color: #000;
2384
- --bs-table-hover-bg: #e3c8be;
2384
+ --bs-table-hover-bg: rgb(227.16, 199.62, 190.08);
2385
2385
  --bs-table-hover-color: #000;
2386
2386
  color: var(--bs-table-color);
2387
2387
  border-color: var(--bs-table-border-color);
@@ -2389,13 +2389,13 @@ progress {
2389
2389
 
2390
2390
  .table-success {
2391
2391
  --bs-table-color: #000;
2392
- --bs-table-bg: #d8e9d7;
2393
- --bs-table-border-color: #c2d2c2;
2394
- --bs-table-striped-bg: #cdddcc;
2392
+ --bs-table-bg: rgb(216, 232.6, 215.2);
2393
+ --bs-table-border-color: rgb(194.4, 209.34, 193.68);
2394
+ --bs-table-striped-bg: rgb(205.2, 220.97, 204.44);
2395
2395
  --bs-table-striped-color: #000;
2396
- --bs-table-active-bg: #c2d2c2;
2396
+ --bs-table-active-bg: rgb(194.4, 209.34, 193.68);
2397
2397
  --bs-table-active-color: #000;
2398
- --bs-table-hover-bg: #c2d2c2;
2398
+ --bs-table-hover-bg: rgb(194.4, 209.34, 193.68);
2399
2399
  --bs-table-hover-color: #000;
2400
2400
  color: var(--bs-table-color);
2401
2401
  border-color: var(--bs-table-border-color);
@@ -2403,13 +2403,13 @@ progress {
2403
2403
 
2404
2404
  .table-info {
2405
2405
  --bs-table-color: #000;
2406
- --bs-table-bg: #d5e4e8;
2407
- --bs-table-border-color: #c0cdd1;
2408
- --bs-table-striped-bg: #cad9dc;
2406
+ --bs-table-bg: rgb(212.6, 227.6, 231.6);
2407
+ --bs-table-border-color: rgb(191.34, 204.84, 208.44);
2408
+ --bs-table-striped-bg: rgb(201.97, 216.22, 220.02);
2409
2409
  --bs-table-striped-color: #000;
2410
- --bs-table-active-bg: #c0cdd1;
2410
+ --bs-table-active-bg: rgb(191.34, 204.84, 208.44);
2411
2411
  --bs-table-active-color: #000;
2412
- --bs-table-hover-bg: #c0cdd1;
2412
+ --bs-table-hover-bg: rgb(191.34, 204.84, 208.44);
2413
2413
  --bs-table-hover-color: #000;
2414
2414
  color: var(--bs-table-color);
2415
2415
  border-color: var(--bs-table-border-color);
@@ -2417,13 +2417,13 @@ progress {
2417
2417
 
2418
2418
  .table-warning {
2419
2419
  --bs-table-color: #000;
2420
- --bs-table-bg: #f9eecc;
2421
- --bs-table-border-color: #e0d6b8;
2422
- --bs-table-striped-bg: #ede2c2;
2420
+ --bs-table-bg: rgb(249, 238.2, 204);
2421
+ --bs-table-border-color: rgb(224.1, 214.38, 183.6);
2422
+ --bs-table-striped-bg: rgb(236.55, 226.29, 193.8);
2423
2423
  --bs-table-striped-color: #000;
2424
- --bs-table-active-bg: #e0d6b8;
2424
+ --bs-table-active-bg: rgb(224.1, 214.38, 183.6);
2425
2425
  --bs-table-active-color: #000;
2426
- --bs-table-hover-bg: #e0d6b8;
2426
+ --bs-table-hover-bg: rgb(224.1, 214.38, 183.6);
2427
2427
  --bs-table-hover-color: #000;
2428
2428
  color: var(--bs-table-color);
2429
2429
  border-color: var(--bs-table-border-color);
@@ -2431,13 +2431,13 @@ progress {
2431
2431
 
2432
2432
  .table-danger {
2433
2433
  --bs-table-color: #000;
2434
- --bs-table-bg: #f1d4d4;
2435
- --bs-table-border-color: #d9bfbf;
2436
- --bs-table-striped-bg: #e5c9c9;
2434
+ --bs-table-bg: rgb(240.8, 212, 212.4);
2435
+ --bs-table-border-color: rgb(216.72, 190.8, 191.16);
2436
+ --bs-table-striped-bg: rgb(228.76, 201.4, 201.78);
2437
2437
  --bs-table-striped-color: #000;
2438
- --bs-table-active-bg: #d9bfbf;
2438
+ --bs-table-active-bg: rgb(216.72, 190.8, 191.16);
2439
2439
  --bs-table-active-color: #000;
2440
- --bs-table-hover-bg: #d9bfbf;
2440
+ --bs-table-hover-bg: rgb(216.72, 190.8, 191.16);
2441
2441
  --bs-table-hover-color: #000;
2442
2442
  color: var(--bs-table-color);
2443
2443
  border-color: var(--bs-table-border-color);
@@ -2460,12 +2460,12 @@ progress {
2460
2460
  .table-dark {
2461
2461
  --bs-table-color: #fff;
2462
2462
  --bs-table-bg: #2e3338;
2463
- --bs-table-border-color: #43474c;
2464
- --bs-table-striped-bg: #383d42;
2463
+ --bs-table-border-color: rgb(66.9, 71.4, 75.9);
2464
+ --bs-table-striped-bg: rgb(56.45, 61.2, 65.95);
2465
2465
  --bs-table-striped-color: #fff;
2466
- --bs-table-active-bg: #43474c;
2466
+ --bs-table-active-bg: rgb(66.9, 71.4, 75.9);
2467
2467
  --bs-table-active-color: #fff;
2468
- --bs-table-hover-bg: #43474c;
2468
+ --bs-table-hover-bg: rgb(66.9, 71.4, 75.9);
2469
2469
  --bs-table-hover-color: #fff;
2470
2470
  color: var(--bs-table-color);
2471
2471
  border-color: var(--bs-table-border-color);
@@ -2567,7 +2567,7 @@ progress {
2567
2567
  .form-control:focus {
2568
2568
  color: var(--bs-body-color);
2569
2569
  background-color: var(--bs-body-bg);
2570
- border-color: #918bc2;
2570
+ border-color: rgb(144.5, 138.5, 193.5);
2571
2571
  outline: 0;
2572
2572
  box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
2573
2573
  }
@@ -2771,7 +2771,7 @@ textarea.form-control-lg {
2771
2771
  }
2772
2772
  }
2773
2773
  .form-select:focus {
2774
- border-color: #918bc2;
2774
+ border-color: rgb(144.5, 138.5, 193.5);
2775
2775
  outline: 0;
2776
2776
  box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
2777
2777
  }
@@ -2861,7 +2861,7 @@ textarea.form-control-lg {
2861
2861
  filter: brightness(90%);
2862
2862
  }
2863
2863
  .form-check-input:focus {
2864
- border-color: #918bc2;
2864
+ border-color: rgb(144.5, 138.5, 193.5);
2865
2865
  outline: 0;
2866
2866
  box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
2867
2867
  }
@@ -2909,7 +2909,7 @@ textarea.form-control-lg {
2909
2909
  }
2910
2910
  }
2911
2911
  .form-switch .form-check-input:focus {
2912
- --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='%23918bc2'/%3e%3c/svg%3e");
2912
+ --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='rgb%28144.5, 138.5, 193.5%29'/%3e%3c/svg%3e");
2913
2913
  }
2914
2914
  .form-switch .form-check-input:checked {
2915
2915
  background-position: right center;
@@ -2985,7 +2985,7 @@ textarea.form-control-lg {
2985
2985
  }
2986
2986
  }
2987
2987
  .form-range::-webkit-slider-thumb:active {
2988
- background-color: #bdb9da;
2988
+ background-color: rgb(188.7, 185.1, 218.1);
2989
2989
  }
2990
2990
  .form-range::-webkit-slider-runnable-track {
2991
2991
  width: 100%;
@@ -3014,7 +3014,7 @@ textarea.form-control-lg {
3014
3014
  }
3015
3015
  }
3016
3016
  .form-range::-moz-range-thumb:active {
3017
- background-color: #bdb9da;
3017
+ background-color: rgb(188.7, 185.1, 218.1);
3018
3018
  }
3019
3019
  .form-range::-moz-range-track {
3020
3020
  width: 100%;
@@ -3535,12 +3535,12 @@ textarea.form-control-lg {
3535
3535
  --bs-btn-bg: #221684;
3536
3536
  --bs-btn-border-color: #221684;
3537
3537
  --bs-btn-hover-color: #fff;
3538
- --bs-btn-hover-bg: #1d1370;
3539
- --bs-btn-hover-border-color: #1b126a;
3538
+ --bs-btn-hover-bg: rgb(28.9, 18.7, 112.2);
3539
+ --bs-btn-hover-border-color: rgb(27.2, 17.6, 105.6);
3540
3540
  --bs-btn-focus-shadow-rgb: 67, 57, 150;
3541
3541
  --bs-btn-active-color: #fff;
3542
- --bs-btn-active-bg: #1b126a;
3543
- --bs-btn-active-border-color: #1a1163;
3542
+ --bs-btn-active-bg: rgb(27.2, 17.6, 105.6);
3543
+ --bs-btn-active-border-color: rgb(25.5, 16.5, 99);
3544
3544
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3545
3545
  --bs-btn-disabled-color: #fff;
3546
3546
  --bs-btn-disabled-bg: #221684;
@@ -3552,12 +3552,12 @@ textarea.form-control-lg {
3552
3552
  --bs-btn-bg: #f25924;
3553
3553
  --bs-btn-border-color: #f25924;
3554
3554
  --bs-btn-hover-color: #000;
3555
- --bs-btn-hover-bg: #f47245;
3556
- --bs-btn-hover-border-color: #f36a3a;
3555
+ --bs-btn-hover-bg: rgb(243.95, 113.9, 68.85);
3556
+ --bs-btn-hover-border-color: rgb(243.3, 105.6, 57.9);
3557
3557
  --bs-btn-focus-shadow-rgb: 206, 76, 31;
3558
3558
  --bs-btn-active-color: #000;
3559
- --bs-btn-active-bg: #f57a50;
3560
- --bs-btn-active-border-color: #f36a3a;
3559
+ --bs-btn-active-bg: rgb(244.6, 122.2, 79.8);
3560
+ --bs-btn-active-border-color: rgb(243.3, 105.6, 57.9);
3561
3561
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3562
3562
  --bs-btn-disabled-color: #000;
3563
3563
  --bs-btn-disabled-bg: #f25924;
@@ -3569,12 +3569,12 @@ textarea.form-control-lg {
3569
3569
  --bs-btn-bg: #3c8f38;
3570
3570
  --bs-btn-border-color: #3c8f38;
3571
3571
  --bs-btn-hover-color: #000;
3572
- --bs-btn-hover-bg: #59a056;
3573
- --bs-btn-hover-border-color: #509a4c;
3572
+ --bs-btn-hover-bg: rgb(89.25, 159.8, 85.85);
3573
+ --bs-btn-hover-border-color: rgb(79.5, 154.2, 75.9);
3574
3574
  --bs-btn-focus-shadow-rgb: 51, 122, 48;
3575
3575
  --bs-btn-active-color: #000;
3576
- --bs-btn-active-bg: #63a560;
3577
- --bs-btn-active-border-color: #509a4c;
3576
+ --bs-btn-active-bg: rgb(99, 165.4, 95.8);
3577
+ --bs-btn-active-border-color: rgb(79.5, 154.2, 75.9);
3578
3578
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3579
3579
  --bs-btn-disabled-color: #000;
3580
3580
  --bs-btn-disabled-bg: #3c8f38;
@@ -3586,12 +3586,12 @@ textarea.form-control-lg {
3586
3586
  --bs-btn-bg: #2b768a;
3587
3587
  --bs-btn-border-color: #2b768a;
3588
3588
  --bs-btn-hover-color: #fff;
3589
- --bs-btn-hover-bg: #256475;
3590
- --bs-btn-hover-border-color: #225e6e;
3589
+ --bs-btn-hover-bg: rgb(36.55, 100.3, 117.3);
3590
+ --bs-btn-hover-border-color: rgb(34.4, 94.4, 110.4);
3591
3591
  --bs-btn-focus-shadow-rgb: 75, 139, 156;
3592
3592
  --bs-btn-active-color: #fff;
3593
- --bs-btn-active-bg: #225e6e;
3594
- --bs-btn-active-border-color: #205968;
3593
+ --bs-btn-active-bg: rgb(34.4, 94.4, 110.4);
3594
+ --bs-btn-active-border-color: rgb(32.25, 88.5, 103.5);
3595
3595
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3596
3596
  --bs-btn-disabled-color: #fff;
3597
3597
  --bs-btn-disabled-bg: #2b768a;
@@ -3603,12 +3603,12 @@ textarea.form-control-lg {
3603
3603
  --bs-btn-bg: #e1ab00;
3604
3604
  --bs-btn-border-color: #e1ab00;
3605
3605
  --bs-btn-hover-color: #000;
3606
- --bs-btn-hover-bg: #e6b826;
3607
- --bs-btn-hover-border-color: #e4b31a;
3606
+ --bs-btn-hover-bg: rgb(229.5, 183.6, 38.25);
3607
+ --bs-btn-hover-border-color: rgb(228, 179.4, 25.5);
3608
3608
  --bs-btn-focus-shadow-rgb: 191, 145, 0;
3609
3609
  --bs-btn-active-color: #000;
3610
- --bs-btn-active-bg: #e7bc33;
3611
- --bs-btn-active-border-color: #e4b31a;
3610
+ --bs-btn-active-bg: rgb(231, 187.8, 51);
3611
+ --bs-btn-active-border-color: rgb(228, 179.4, 25.5);
3612
3612
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3613
3613
  --bs-btn-disabled-color: #000;
3614
3614
  --bs-btn-disabled-bg: #e1ab00;
@@ -3620,12 +3620,12 @@ textarea.form-control-lg {
3620
3620
  --bs-btn-bg: #b8282a;
3621
3621
  --bs-btn-border-color: #b8282a;
3622
3622
  --bs-btn-hover-color: #fff;
3623
- --bs-btn-hover-bg: #9c2224;
3624
- --bs-btn-hover-border-color: #932022;
3623
+ --bs-btn-hover-bg: rgb(156.4, 34, 35.7);
3624
+ --bs-btn-hover-border-color: rgb(147.2, 32, 33.6);
3625
3625
  --bs-btn-focus-shadow-rgb: 195, 72, 74;
3626
3626
  --bs-btn-active-color: #fff;
3627
- --bs-btn-active-bg: #932022;
3628
- --bs-btn-active-border-color: #8a1e20;
3627
+ --bs-btn-active-bg: rgb(147.2, 32, 33.6);
3628
+ --bs-btn-active-border-color: rgb(138, 30, 31.5);
3629
3629
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3630
3630
  --bs-btn-disabled-color: #fff;
3631
3631
  --bs-btn-disabled-bg: #b8282a;
@@ -3654,12 +3654,12 @@ textarea.form-control-lg {
3654
3654
  --bs-btn-bg: #2e3338;
3655
3655
  --bs-btn-border-color: #2e3338;
3656
3656
  --bs-btn-hover-color: #fff;
3657
- --bs-btn-hover-bg: #4d5256;
3658
- --bs-btn-hover-border-color: #43474c;
3657
+ --bs-btn-hover-bg: rgb(77.35, 81.6, 85.85);
3658
+ --bs-btn-hover-border-color: rgb(66.9, 71.4, 75.9);
3659
3659
  --bs-btn-focus-shadow-rgb: 77, 82, 86;
3660
3660
  --bs-btn-active-color: #fff;
3661
- --bs-btn-active-bg: #585c60;
3662
- --bs-btn-active-border-color: #43474c;
3661
+ --bs-btn-active-bg: rgb(87.8, 91.8, 95.8);
3662
+ --bs-btn-active-border-color: rgb(66.9, 71.4, 75.9);
3663
3663
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3664
3664
  --bs-btn-disabled-color: #fff;
3665
3665
  --bs-btn-disabled-bg: #2e3338;
@@ -5144,7 +5144,7 @@ textarea.form-control-lg {
5144
5144
  --bs-accordion-btn-icon-width: 1.25rem;
5145
5145
  --bs-accordion-btn-icon-transform: rotate(-180deg);
5146
5146
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
5147
- --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230e0935' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
5147
+ --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2813.6, 8.8, 52.8%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
5148
5148
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
5149
5149
  --bs-accordion-body-padding-x: 1.25rem;
5150
5150
  --bs-accordion-body-padding-y: 1rem;
@@ -5265,8 +5265,8 @@ textarea.form-control-lg {
5265
5265
  }
5266
5266
 
5267
5267
  [data-bs-theme=dark] .accordion-button::after {
5268
- --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237a73b5'%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");
5269
- --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237a73b5'%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");
5268
+ --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28122.4, 115.2, 181.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");
5269
+ --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%28122.4, 115.2, 181.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");
5270
5270
  }
5271
5271
 
5272
5272
  .breadcrumb {
@@ -17166,37 +17166,37 @@ svg {
17166
17166
  .card.text-bg-primary .card-header,
17167
17167
  .card.text-bg-primary .card-footer {
17168
17168
  border: none;
17169
- background: #1b126a;
17169
+ background: rgb(27.2, 17.6, 105.6);
17170
17170
  }
17171
17171
 
17172
17172
  .card.text-bg-secondary .card-header,
17173
17173
  .card.text-bg-secondary .card-footer {
17174
17174
  border: none;
17175
- background: #c2471d;
17175
+ background: rgb(193.6, 71.2, 28.8);
17176
17176
  }
17177
17177
 
17178
17178
  .card.text-bg-success .card-header,
17179
17179
  .card.text-bg-success .card-footer {
17180
17180
  border: none;
17181
- background: #30722d;
17181
+ background: rgb(48, 114.4, 44.8);
17182
17182
  }
17183
17183
 
17184
17184
  .card.text-bg-info .card-header,
17185
17185
  .card.text-bg-info .card-footer {
17186
17186
  border: none;
17187
- background: #225e6e;
17187
+ background: rgb(34.4, 94.4, 110.4);
17188
17188
  }
17189
17189
 
17190
17190
  .card.text-bg-warning .card-header,
17191
17191
  .card.text-bg-warning .card-footer {
17192
17192
  border: none;
17193
- background: #b48900;
17193
+ background: rgb(180, 136.8, 0);
17194
17194
  }
17195
17195
 
17196
17196
  .card.text-bg-danger .card-header,
17197
17197
  .card.text-bg-danger .card-footer {
17198
17198
  border: none;
17199
- background: #932022;
17199
+ background: rgb(147.2, 32, 33.6);
17200
17200
  }
17201
17201
 
17202
17202
  .card.text-bg-light .card-header,
@@ -17208,7 +17208,7 @@ svg {
17208
17208
  .card.text-bg-dark .card-header,
17209
17209
  .card.text-bg-dark .card-footer {
17210
17210
  border: none;
17211
- background: #25292d;
17211
+ background: rgb(36.8, 40.8, 44.8);
17212
17212
  }
17213
17213
 
17214
17214
  body {
@@ -17951,11 +17951,11 @@ a.badge:focus-visible {
17951
17951
  }
17952
17952
 
17953
17953
  a.badge:focus-within.badge-outline-primary, a.badge:active.badge-outline-primary, a.badge:hover.badge-outline-primary {
17954
- background-color: #e9e8f3 !important;
17955
- border-color: #1d1370 !important;
17954
+ background-color: rgb(232.9, 231.7, 242.7) !important;
17955
+ border-color: rgb(28.9, 18.7, 112.2) !important;
17956
17956
  }
17957
17957
  a.badge:focus-within.text-bg-primary, a.badge:active.text-bg-primary, a.badge:hover.text-bg-primary {
17958
- background-color: #1d1370 !important;
17958
+ background-color: rgb(28.9, 18.7, 112.2) !important;
17959
17959
  }
17960
17960
 
17961
17961
  .badge.bg-secondary a,
@@ -17974,11 +17974,11 @@ a.badge:focus-within.text-bg-primary, a.badge:active.text-bg-primary, a.badge:ho
17974
17974
  }
17975
17975
 
17976
17976
  a.badge:focus-within.badge-outline-secondary, a.badge:active.badge-outline-secondary, a.badge:hover.badge-outline-secondary {
17977
- background-color: #feeee9 !important;
17978
- border-color: #ce4c1f !important;
17977
+ background-color: rgb(253.7, 238.4, 233.1) !important;
17978
+ border-color: rgb(205.7, 75.65, 30.6) !important;
17979
17979
  }
17980
17980
  a.badge:focus-within.text-bg-secondary, a.badge:active.text-bg-secondary, a.badge:hover.text-bg-secondary {
17981
- background-color: #ce4c1f !important;
17981
+ background-color: rgb(205.7, 75.65, 30.6) !important;
17982
17982
  }
17983
17983
 
17984
17984
  .badge.bg-success a,
@@ -17997,11 +17997,11 @@ a.badge:focus-within.text-bg-secondary, a.badge:active.text-bg-secondary, a.badg
17997
17997
  }
17998
17998
 
17999
17999
  a.badge:focus-within.badge-outline-success, a.badge:active.badge-outline-success, a.badge:hover.badge-outline-success {
18000
- background-color: #ecf4eb !important;
18001
- border-color: #337a30 !important;
18000
+ background-color: rgb(235.5, 243.8, 235.1) !important;
18001
+ border-color: rgb(51, 121.55, 47.6) !important;
18002
18002
  }
18003
18003
  a.badge:focus-within.text-bg-success, a.badge:active.text-bg-success, a.badge:hover.text-bg-success {
18004
- background-color: #337a30 !important;
18004
+ background-color: rgb(51, 121.55, 47.6) !important;
18005
18005
  }
18006
18006
 
18007
18007
  .badge.bg-info a,
@@ -18020,11 +18020,11 @@ a.badge:focus-within.text-bg-success, a.badge:active.text-bg-success, a.badge:ho
18020
18020
  }
18021
18021
 
18022
18022
  a.badge:focus-within.badge-outline-info, a.badge:active.badge-outline-info, a.badge:hover.badge-outline-info {
18023
- background-color: #eaf1f3 !important;
18024
- border-color: #256475 !important;
18023
+ background-color: rgb(233.8, 241.3, 243.3) !important;
18024
+ border-color: rgb(36.55, 100.3, 117.3) !important;
18025
18025
  }
18026
18026
  a.badge:focus-within.text-bg-info, a.badge:active.text-bg-info, a.badge:hover.text-bg-info {
18027
- background-color: #256475 !important;
18027
+ background-color: rgb(36.55, 100.3, 117.3) !important;
18028
18028
  }
18029
18029
 
18030
18030
  .badge.bg-warning a,
@@ -18043,11 +18043,11 @@ a.badge:focus-within.text-bg-info, a.badge:active.text-bg-info, a.badge:hover.te
18043
18043
  }
18044
18044
 
18045
18045
  a.badge:focus-within.badge-outline-warning, a.badge:active.badge-outline-warning, a.badge:hover.badge-outline-warning {
18046
- background-color: #fcf7e6 !important;
18047
- border-color: #bf9100 !important;
18046
+ background-color: rgb(252, 246.6, 229.5) !important;
18047
+ border-color: rgb(191.25, 145.35, 0) !important;
18048
18048
  }
18049
18049
  a.badge:focus-within.text-bg-warning, a.badge:active.text-bg-warning, a.badge:hover.text-bg-warning {
18050
- background-color: #bf9100 !important;
18050
+ background-color: rgb(191.25, 145.35, 0) !important;
18051
18051
  }
18052
18052
 
18053
18053
  .badge.bg-danger a,
@@ -18066,11 +18066,11 @@ a.badge:focus-within.text-bg-warning, a.badge:active.text-bg-warning, a.badge:ho
18066
18066
  }
18067
18067
 
18068
18068
  a.badge:focus-within.badge-outline-danger, a.badge:active.badge-outline-danger, a.badge:hover.badge-outline-danger {
18069
- background-color: #f8eaea !important;
18070
- border-color: #9c2224 !important;
18069
+ background-color: rgb(247.9, 233.5, 233.7) !important;
18070
+ border-color: rgb(156.4, 34, 35.7) !important;
18071
18071
  }
18072
18072
  a.badge:focus-within.text-bg-danger, a.badge:active.text-bg-danger, a.badge:hover.text-bg-danger {
18073
- background-color: #9c2224 !important;
18073
+ background-color: rgb(156.4, 34, 35.7) !important;
18074
18074
  }
18075
18075
 
18076
18076
  .badge.bg-light a,
@@ -18117,7 +18117,7 @@ a.badge:focus-within.badge-outline-dark, a.badge:active.badge-outline-dark, a.ba
18117
18117
  border-color: #000;
18118
18118
  }
18119
18119
  a.badge:focus-within.text-bg-dark, a.badge:active.text-bg-dark, a.badge:hover.text-bg-dark {
18120
- background-color: #272b30 !important;
18120
+ background-color: rgb(39.1, 43.35, 47.6) !important;
18121
18121
  }
18122
18122
 
18123
18123
  .ss-main.ss-1 {