@openeuropa/bcl-theme-ucpkn 0.11.0 → 0.15.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.
Files changed (51) hide show
  1. package/css/oe-bcl-ucpkn.css +1725 -299
  2. package/css/oe-bcl-ucpkn.css.map +1 -1
  3. package/css/oe-bcl-ucpkn.min.css +1 -1
  4. package/css/oe-bcl-ucpkn.min.css.map +1 -1
  5. package/js/oe-bcl-ucpkn.bundle.js +53 -21
  6. package/js/oe-bcl-ucpkn.bundle.js.map +1 -1
  7. package/js/oe-bcl-ucpkn.bundle.min.js +1 -1
  8. package/js/oe-bcl-ucpkn.bundle.min.js.map +1 -1
  9. package/js/oe-bcl-ucpkn.esm.min.js.map +1 -1
  10. package/js/oe-bcl-ucpkn.umd.js +61 -24
  11. package/js/oe-bcl-ucpkn.umd.js.map +1 -1
  12. package/js/oe-bcl-ucpkn.umd.min.js +1 -1
  13. package/js/oe-bcl-ucpkn.umd.min.js.map +1 -1
  14. package/logo/ucpkn_logo.svg +5 -0
  15. package/package.json +6 -6
  16. package/src/scss/base/_variables.scss +35 -0
  17. package/src/scss/oe-bcl-ucpkn.scss +4 -0
  18. package/templates/bcl-banner/banner.html.twig +64 -0
  19. package/templates/bcl-base-templates/content-type.html.twig +91 -0
  20. package/templates/bcl-base-templates/listing-page.html.twig +60 -0
  21. package/templates/{bcl-search/search-offcanvas.html.twig → bcl-base-templates/sidebar-search.html.twig} +0 -1
  22. package/templates/bcl-card/card.html.twig +42 -33
  23. package/templates/bcl-content-banner/content-banner.html.twig +103 -0
  24. package/templates/bcl-date-block/date-block.html.twig +42 -0
  25. package/templates/bcl-description-list/description-list.html.twig +110 -0
  26. package/templates/bcl-event/event.html.twig +41 -0
  27. package/templates/bcl-fact-figures/fact-figures.html.twig +115 -0
  28. package/templates/bcl-featured-media/featured-media.html.twig +49 -5
  29. package/templates/bcl-file/file.html.twig +205 -0
  30. package/templates/bcl-footer/footer.html.twig +1 -1
  31. package/templates/bcl-group/group-landing.html.twig +101 -0
  32. package/templates/bcl-group/group.html.twig +25 -0
  33. package/templates/bcl-header/header.html.twig +3 -3
  34. package/templates/bcl-inpage-navigation/inpage-navigation.html.twig +42 -0
  35. package/templates/bcl-landing-page/landing-page.html.twig +59 -0
  36. package/templates/bcl-link/link.html.twig +5 -0
  37. package/templates/bcl-links-block/links-block.html.twig +4 -1
  38. package/templates/bcl-listing/listing.html.twig +56 -35
  39. package/templates/bcl-page/page.html.twig +64 -0
  40. package/templates/bcl-recent-activities/recent-activities.html.twig +57 -0
  41. package/templates/bcl-timeline/timeline.html.twig +109 -0
  42. package/templates/bcl-toast/toasts.html.twig +3 -1
  43. package/templates/bcl-user/user-edit.html.twig +38 -0
  44. package/templates/{bcl-user-view → bcl-user}/user-view-compact.html.twig +2 -2
  45. package/templates/bcl-user/user-view.html.twig +96 -0
  46. package/templates/bcl-search/search.html.twig +0 -52
  47. package/templates/bcl-user-edit/edit-contents.html.twig +0 -32
  48. package/templates/bcl-user-edit/user-edit.html.twig +0 -18
  49. package/templates/bcl-user-listing/user-listing-offcanvas.html.twig +0 -8
  50. package/templates/bcl-user-listing/user-listing.html.twig +0 -47
  51. package/templates/bcl-user-view/user-view.html.twig +0 -105
@@ -22,30 +22,30 @@
22
22
  --bs-gray-700: #495057;
23
23
  --bs-gray-800: #343a40;
24
24
  --bs-gray-900: #212529;
25
- --bs-primary: #0d6efd;
26
- --bs-secondary: #6c757d;
27
- --bs-success: #198754;
28
- --bs-info: #0dcaf0;
29
- --bs-warning: #ffc107;
30
- --bs-danger: #dc3545;
25
+ --bs-primary: #221684;
26
+ --bs-secondary: #f25924;
27
+ --bs-success: #3c8f38;
28
+ --bs-info: #2b768a;
29
+ --bs-warning: #e1ab00;
30
+ --bs-danger: #b8282a;
31
31
  --bs-light: #f0f0f0;
32
- --bs-dark: #212529;
33
- --bs-primary-rgb: 13, 110, 253;
34
- --bs-secondary-rgb: 108, 117, 125;
35
- --bs-success-rgb: 25, 135, 84;
36
- --bs-info-rgb: 13, 202, 240;
37
- --bs-warning-rgb: 255, 193, 7;
38
- --bs-danger-rgb: 220, 53, 69;
32
+ --bs-dark: #2e3338;
33
+ --bs-primary-rgb: 34, 22, 132;
34
+ --bs-secondary-rgb: 242, 89, 36;
35
+ --bs-success-rgb: 60, 143, 56;
36
+ --bs-info-rgb: 43, 118, 138;
37
+ --bs-warning-rgb: 225, 171, 0;
38
+ --bs-danger-rgb: 184, 40, 42;
39
39
  --bs-light-rgb: 240, 240, 240;
40
- --bs-dark-rgb: 33, 37, 41;
40
+ --bs-dark-rgb: 46, 51, 56;
41
41
  --bs-white-rgb: 255, 255, 255;
42
42
  --bs-black-rgb: 0, 0, 0;
43
43
  --bs-body-color-rgb: 33, 37, 41;
44
44
  --bs-body-bg-rgb: 255, 255, 255;
45
- --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
45
+ --bs-font-sans-serif: "Arial", sans-serif;
46
46
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
47
47
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
48
- --bs-body-font-family: var(--bs-font-sans-serif);
48
+ --bs-body-font-family: Arial, sans-serif;
49
49
  --bs-body-font-size: 1rem;
50
50
  --bs-body-font-weight: 400;
51
51
  --bs-body-line-height: 1.5;
@@ -224,7 +224,7 @@ sup {
224
224
  }
225
225
 
226
226
  a {
227
- color: #0d6efd;
227
+ color: #221684;
228
228
  text-decoration: underline;
229
229
  }
230
230
  a:hover {
@@ -904,6 +904,66 @@ progress {
904
904
  --bs-gutter-y: 3rem;
905
905
  }
906
906
 
907
+ .g-1-5,
908
+ .gx-1-5 {
909
+ --bs-gutter-x: 0.375rem;
910
+ }
911
+
912
+ .g-1-5,
913
+ .gy-1-5 {
914
+ --bs-gutter-y: 0.375rem;
915
+ }
916
+
917
+ .g-2-5,
918
+ .gx-2-5 {
919
+ --bs-gutter-x: 0.75rem;
920
+ }
921
+
922
+ .g-2-5,
923
+ .gy-2-5 {
924
+ --bs-gutter-y: 0.75rem;
925
+ }
926
+
927
+ .g-3-5,
928
+ .gx-3-5 {
929
+ --bs-gutter-x: 1.25rem;
930
+ }
931
+
932
+ .g-3-5,
933
+ .gy-3-5 {
934
+ --bs-gutter-y: 1.25rem;
935
+ }
936
+
937
+ .g-4-25,
938
+ .gx-4-25 {
939
+ --bs-gutter-x: 1.75rem;
940
+ }
941
+
942
+ .g-4-25,
943
+ .gy-4-25 {
944
+ --bs-gutter-y: 1.75rem;
945
+ }
946
+
947
+ .g-4-5,
948
+ .gx-4-5 {
949
+ --bs-gutter-x: 2rem;
950
+ }
951
+
952
+ .g-4-5,
953
+ .gy-4-5 {
954
+ --bs-gutter-y: 2rem;
955
+ }
956
+
957
+ .g-4-75,
958
+ .gx-4-75 {
959
+ --bs-gutter-x: 2.5rem;
960
+ }
961
+
962
+ .g-4-75,
963
+ .gy-4-75 {
964
+ --bs-gutter-y: 2.5rem;
965
+ }
966
+
907
967
  @media (min-width: 576px) {
908
968
  .col-sm {
909
969
  -ms-flex: 1 0 0%;
@@ -1137,6 +1197,66 @@ progress {
1137
1197
  .gy-sm-5 {
1138
1198
  --bs-gutter-y: 3rem;
1139
1199
  }
1200
+
1201
+ .g-sm-1-5,
1202
+ .gx-sm-1-5 {
1203
+ --bs-gutter-x: 0.375rem;
1204
+ }
1205
+
1206
+ .g-sm-1-5,
1207
+ .gy-sm-1-5 {
1208
+ --bs-gutter-y: 0.375rem;
1209
+ }
1210
+
1211
+ .g-sm-2-5,
1212
+ .gx-sm-2-5 {
1213
+ --bs-gutter-x: 0.75rem;
1214
+ }
1215
+
1216
+ .g-sm-2-5,
1217
+ .gy-sm-2-5 {
1218
+ --bs-gutter-y: 0.75rem;
1219
+ }
1220
+
1221
+ .g-sm-3-5,
1222
+ .gx-sm-3-5 {
1223
+ --bs-gutter-x: 1.25rem;
1224
+ }
1225
+
1226
+ .g-sm-3-5,
1227
+ .gy-sm-3-5 {
1228
+ --bs-gutter-y: 1.25rem;
1229
+ }
1230
+
1231
+ .g-sm-4-25,
1232
+ .gx-sm-4-25 {
1233
+ --bs-gutter-x: 1.75rem;
1234
+ }
1235
+
1236
+ .g-sm-4-25,
1237
+ .gy-sm-4-25 {
1238
+ --bs-gutter-y: 1.75rem;
1239
+ }
1240
+
1241
+ .g-sm-4-5,
1242
+ .gx-sm-4-5 {
1243
+ --bs-gutter-x: 2rem;
1244
+ }
1245
+
1246
+ .g-sm-4-5,
1247
+ .gy-sm-4-5 {
1248
+ --bs-gutter-y: 2rem;
1249
+ }
1250
+
1251
+ .g-sm-4-75,
1252
+ .gx-sm-4-75 {
1253
+ --bs-gutter-x: 2.5rem;
1254
+ }
1255
+
1256
+ .g-sm-4-75,
1257
+ .gy-sm-4-75 {
1258
+ --bs-gutter-y: 2.5rem;
1259
+ }
1140
1260
  }
1141
1261
  @media (min-width: 768px) {
1142
1262
  .col-md {
@@ -1371,6 +1491,66 @@ progress {
1371
1491
  .gy-md-5 {
1372
1492
  --bs-gutter-y: 3rem;
1373
1493
  }
1494
+
1495
+ .g-md-1-5,
1496
+ .gx-md-1-5 {
1497
+ --bs-gutter-x: 0.375rem;
1498
+ }
1499
+
1500
+ .g-md-1-5,
1501
+ .gy-md-1-5 {
1502
+ --bs-gutter-y: 0.375rem;
1503
+ }
1504
+
1505
+ .g-md-2-5,
1506
+ .gx-md-2-5 {
1507
+ --bs-gutter-x: 0.75rem;
1508
+ }
1509
+
1510
+ .g-md-2-5,
1511
+ .gy-md-2-5 {
1512
+ --bs-gutter-y: 0.75rem;
1513
+ }
1514
+
1515
+ .g-md-3-5,
1516
+ .gx-md-3-5 {
1517
+ --bs-gutter-x: 1.25rem;
1518
+ }
1519
+
1520
+ .g-md-3-5,
1521
+ .gy-md-3-5 {
1522
+ --bs-gutter-y: 1.25rem;
1523
+ }
1524
+
1525
+ .g-md-4-25,
1526
+ .gx-md-4-25 {
1527
+ --bs-gutter-x: 1.75rem;
1528
+ }
1529
+
1530
+ .g-md-4-25,
1531
+ .gy-md-4-25 {
1532
+ --bs-gutter-y: 1.75rem;
1533
+ }
1534
+
1535
+ .g-md-4-5,
1536
+ .gx-md-4-5 {
1537
+ --bs-gutter-x: 2rem;
1538
+ }
1539
+
1540
+ .g-md-4-5,
1541
+ .gy-md-4-5 {
1542
+ --bs-gutter-y: 2rem;
1543
+ }
1544
+
1545
+ .g-md-4-75,
1546
+ .gx-md-4-75 {
1547
+ --bs-gutter-x: 2.5rem;
1548
+ }
1549
+
1550
+ .g-md-4-75,
1551
+ .gy-md-4-75 {
1552
+ --bs-gutter-y: 2.5rem;
1553
+ }
1374
1554
  }
1375
1555
  @media (min-width: 992px) {
1376
1556
  .col-lg {
@@ -1605,6 +1785,66 @@ progress {
1605
1785
  .gy-lg-5 {
1606
1786
  --bs-gutter-y: 3rem;
1607
1787
  }
1788
+
1789
+ .g-lg-1-5,
1790
+ .gx-lg-1-5 {
1791
+ --bs-gutter-x: 0.375rem;
1792
+ }
1793
+
1794
+ .g-lg-1-5,
1795
+ .gy-lg-1-5 {
1796
+ --bs-gutter-y: 0.375rem;
1797
+ }
1798
+
1799
+ .g-lg-2-5,
1800
+ .gx-lg-2-5 {
1801
+ --bs-gutter-x: 0.75rem;
1802
+ }
1803
+
1804
+ .g-lg-2-5,
1805
+ .gy-lg-2-5 {
1806
+ --bs-gutter-y: 0.75rem;
1807
+ }
1808
+
1809
+ .g-lg-3-5,
1810
+ .gx-lg-3-5 {
1811
+ --bs-gutter-x: 1.25rem;
1812
+ }
1813
+
1814
+ .g-lg-3-5,
1815
+ .gy-lg-3-5 {
1816
+ --bs-gutter-y: 1.25rem;
1817
+ }
1818
+
1819
+ .g-lg-4-25,
1820
+ .gx-lg-4-25 {
1821
+ --bs-gutter-x: 1.75rem;
1822
+ }
1823
+
1824
+ .g-lg-4-25,
1825
+ .gy-lg-4-25 {
1826
+ --bs-gutter-y: 1.75rem;
1827
+ }
1828
+
1829
+ .g-lg-4-5,
1830
+ .gx-lg-4-5 {
1831
+ --bs-gutter-x: 2rem;
1832
+ }
1833
+
1834
+ .g-lg-4-5,
1835
+ .gy-lg-4-5 {
1836
+ --bs-gutter-y: 2rem;
1837
+ }
1838
+
1839
+ .g-lg-4-75,
1840
+ .gx-lg-4-75 {
1841
+ --bs-gutter-x: 2.5rem;
1842
+ }
1843
+
1844
+ .g-lg-4-75,
1845
+ .gy-lg-4-75 {
1846
+ --bs-gutter-y: 2.5rem;
1847
+ }
1608
1848
  }
1609
1849
  @media (min-width: 1200px) {
1610
1850
  .col-xl {
@@ -1839,6 +2079,66 @@ progress {
1839
2079
  .gy-xl-5 {
1840
2080
  --bs-gutter-y: 3rem;
1841
2081
  }
2082
+
2083
+ .g-xl-1-5,
2084
+ .gx-xl-1-5 {
2085
+ --bs-gutter-x: 0.375rem;
2086
+ }
2087
+
2088
+ .g-xl-1-5,
2089
+ .gy-xl-1-5 {
2090
+ --bs-gutter-y: 0.375rem;
2091
+ }
2092
+
2093
+ .g-xl-2-5,
2094
+ .gx-xl-2-5 {
2095
+ --bs-gutter-x: 0.75rem;
2096
+ }
2097
+
2098
+ .g-xl-2-5,
2099
+ .gy-xl-2-5 {
2100
+ --bs-gutter-y: 0.75rem;
2101
+ }
2102
+
2103
+ .g-xl-3-5,
2104
+ .gx-xl-3-5 {
2105
+ --bs-gutter-x: 1.25rem;
2106
+ }
2107
+
2108
+ .g-xl-3-5,
2109
+ .gy-xl-3-5 {
2110
+ --bs-gutter-y: 1.25rem;
2111
+ }
2112
+
2113
+ .g-xl-4-25,
2114
+ .gx-xl-4-25 {
2115
+ --bs-gutter-x: 1.75rem;
2116
+ }
2117
+
2118
+ .g-xl-4-25,
2119
+ .gy-xl-4-25 {
2120
+ --bs-gutter-y: 1.75rem;
2121
+ }
2122
+
2123
+ .g-xl-4-5,
2124
+ .gx-xl-4-5 {
2125
+ --bs-gutter-x: 2rem;
2126
+ }
2127
+
2128
+ .g-xl-4-5,
2129
+ .gy-xl-4-5 {
2130
+ --bs-gutter-y: 2rem;
2131
+ }
2132
+
2133
+ .g-xl-4-75,
2134
+ .gx-xl-4-75 {
2135
+ --bs-gutter-x: 2.5rem;
2136
+ }
2137
+
2138
+ .g-xl-4-75,
2139
+ .gy-xl-4-75 {
2140
+ --bs-gutter-y: 2.5rem;
2141
+ }
1842
2142
  }
1843
2143
  @media (min-width: 1400px) {
1844
2144
  .col-xxl {
@@ -2073,6 +2373,66 @@ progress {
2073
2373
  .gy-xxl-5 {
2074
2374
  --bs-gutter-y: 3rem;
2075
2375
  }
2376
+
2377
+ .g-xxl-1-5,
2378
+ .gx-xxl-1-5 {
2379
+ --bs-gutter-x: 0.375rem;
2380
+ }
2381
+
2382
+ .g-xxl-1-5,
2383
+ .gy-xxl-1-5 {
2384
+ --bs-gutter-y: 0.375rem;
2385
+ }
2386
+
2387
+ .g-xxl-2-5,
2388
+ .gx-xxl-2-5 {
2389
+ --bs-gutter-x: 0.75rem;
2390
+ }
2391
+
2392
+ .g-xxl-2-5,
2393
+ .gy-xxl-2-5 {
2394
+ --bs-gutter-y: 0.75rem;
2395
+ }
2396
+
2397
+ .g-xxl-3-5,
2398
+ .gx-xxl-3-5 {
2399
+ --bs-gutter-x: 1.25rem;
2400
+ }
2401
+
2402
+ .g-xxl-3-5,
2403
+ .gy-xxl-3-5 {
2404
+ --bs-gutter-y: 1.25rem;
2405
+ }
2406
+
2407
+ .g-xxl-4-25,
2408
+ .gx-xxl-4-25 {
2409
+ --bs-gutter-x: 1.75rem;
2410
+ }
2411
+
2412
+ .g-xxl-4-25,
2413
+ .gy-xxl-4-25 {
2414
+ --bs-gutter-y: 1.75rem;
2415
+ }
2416
+
2417
+ .g-xxl-4-5,
2418
+ .gx-xxl-4-5 {
2419
+ --bs-gutter-x: 2rem;
2420
+ }
2421
+
2422
+ .g-xxl-4-5,
2423
+ .gy-xxl-4-5 {
2424
+ --bs-gutter-y: 2rem;
2425
+ }
2426
+
2427
+ .g-xxl-4-75,
2428
+ .gx-xxl-4-75 {
2429
+ --bs-gutter-x: 2.5rem;
2430
+ }
2431
+
2432
+ .g-xxl-4-75,
2433
+ .gy-xxl-4-75 {
2434
+ --bs-gutter-y: 2.5rem;
2435
+ }
2076
2436
  }
2077
2437
  .table {
2078
2438
  --bs-table-bg: transparent;
@@ -3179,182 +3539,182 @@ textarea.form-control-lg {
3179
3539
 
3180
3540
  .btn-primary {
3181
3541
  color: #fff;
3182
- background-color: #0d6efd;
3183
- border-color: #0d6efd;
3542
+ background-color: #221684;
3543
+ border-color: #221684;
3184
3544
  }
3185
3545
  .btn-primary:hover {
3186
3546
  color: #fff;
3187
- background-color: #0b5ed7;
3188
- border-color: #0a58ca;
3547
+ background-color: #1d1370;
3548
+ border-color: #1b126a;
3189
3549
  }
3190
3550
  .btn-check:focus + .btn-primary, .btn-primary:focus {
3191
3551
  color: #fff;
3192
- background-color: #0b5ed7;
3193
- border-color: #0a58ca;
3194
- box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
3552
+ background-color: #1d1370;
3553
+ border-color: #1b126a;
3554
+ box-shadow: 0 0 0 0.25rem rgba(67, 57, 150, 0.5);
3195
3555
  }
3196
3556
  .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
3197
3557
  color: #fff;
3198
- background-color: #0a58ca;
3199
- border-color: #0a53be;
3558
+ background-color: #1b126a;
3559
+ border-color: #1a1163;
3200
3560
  }
3201
3561
  .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
3202
- box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
3562
+ box-shadow: 0 0 0 0.25rem rgba(67, 57, 150, 0.5);
3203
3563
  }
3204
3564
  .btn-primary:disabled, .btn-primary.disabled {
3205
3565
  color: #fff;
3206
- background-color: #0d6efd;
3207
- border-color: #0d6efd;
3566
+ background-color: #221684;
3567
+ border-color: #221684;
3208
3568
  }
3209
3569
 
3210
3570
  .btn-secondary {
3211
- color: #fff;
3212
- background-color: #6c757d;
3213
- border-color: #6c757d;
3571
+ color: #000;
3572
+ background-color: #f25924;
3573
+ border-color: #f25924;
3214
3574
  }
3215
3575
  .btn-secondary:hover {
3216
- color: #fff;
3217
- background-color: #5c636a;
3218
- border-color: #565e64;
3576
+ color: #000;
3577
+ background-color: #f47245;
3578
+ border-color: #f36a3a;
3219
3579
  }
3220
3580
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
3221
- color: #fff;
3222
- background-color: #5c636a;
3223
- border-color: #565e64;
3224
- box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
3581
+ color: #000;
3582
+ background-color: #f47245;
3583
+ border-color: #f36a3a;
3584
+ box-shadow: 0 0 0 0.25rem rgba(206, 76, 31, 0.5);
3225
3585
  }
3226
3586
  .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
3227
- color: #fff;
3228
- background-color: #565e64;
3229
- border-color: #51585e;
3587
+ color: #000;
3588
+ background-color: #f57a50;
3589
+ border-color: #f36a3a;
3230
3590
  }
3231
3591
  .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
3232
- box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
3592
+ box-shadow: 0 0 0 0.25rem rgba(206, 76, 31, 0.5);
3233
3593
  }
3234
3594
  .btn-secondary:disabled, .btn-secondary.disabled {
3235
- color: #fff;
3236
- background-color: #6c757d;
3237
- border-color: #6c757d;
3595
+ color: #000;
3596
+ background-color: #f25924;
3597
+ border-color: #f25924;
3238
3598
  }
3239
3599
 
3240
3600
  .btn-success {
3241
- color: #fff;
3242
- background-color: #198754;
3243
- border-color: #198754;
3601
+ color: #000;
3602
+ background-color: #3c8f38;
3603
+ border-color: #3c8f38;
3244
3604
  }
3245
3605
  .btn-success:hover {
3246
- color: #fff;
3247
- background-color: #157347;
3248
- border-color: #146c43;
3606
+ color: #000;
3607
+ background-color: #59a056;
3608
+ border-color: #509a4c;
3249
3609
  }
3250
3610
  .btn-check:focus + .btn-success, .btn-success:focus {
3251
- color: #fff;
3252
- background-color: #157347;
3253
- border-color: #146c43;
3254
- box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
3611
+ color: #000;
3612
+ background-color: #59a056;
3613
+ border-color: #509a4c;
3614
+ box-shadow: 0 0 0 0.25rem rgba(51, 122, 48, 0.5);
3255
3615
  }
3256
3616
  .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
3257
- color: #fff;
3258
- background-color: #146c43;
3259
- border-color: #13653f;
3617
+ color: #000;
3618
+ background-color: #63a560;
3619
+ border-color: #509a4c;
3260
3620
  }
3261
3621
  .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
3262
- box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
3622
+ box-shadow: 0 0 0 0.25rem rgba(51, 122, 48, 0.5);
3263
3623
  }
3264
3624
  .btn-success:disabled, .btn-success.disabled {
3265
- color: #fff;
3266
- background-color: #198754;
3267
- border-color: #198754;
3625
+ color: #000;
3626
+ background-color: #3c8f38;
3627
+ border-color: #3c8f38;
3268
3628
  }
3269
3629
 
3270
3630
  .btn-info {
3271
- color: #000;
3272
- background-color: #0dcaf0;
3273
- border-color: #0dcaf0;
3631
+ color: #fff;
3632
+ background-color: #2b768a;
3633
+ border-color: #2b768a;
3274
3634
  }
3275
3635
  .btn-info:hover {
3276
- color: #000;
3277
- background-color: #31d2f2;
3278
- border-color: #25cff2;
3636
+ color: #fff;
3637
+ background-color: #256475;
3638
+ border-color: #225e6e;
3279
3639
  }
3280
3640
  .btn-check:focus + .btn-info, .btn-info:focus {
3281
- color: #000;
3282
- background-color: #31d2f2;
3283
- border-color: #25cff2;
3284
- box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
3641
+ color: #fff;
3642
+ background-color: #256475;
3643
+ border-color: #225e6e;
3644
+ box-shadow: 0 0 0 0.25rem rgba(75, 139, 156, 0.5);
3285
3645
  }
3286
3646
  .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
3287
- color: #000;
3288
- background-color: #3dd5f3;
3289
- border-color: #25cff2;
3647
+ color: #fff;
3648
+ background-color: #225e6e;
3649
+ border-color: #205968;
3290
3650
  }
3291
3651
  .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
3292
- box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
3652
+ box-shadow: 0 0 0 0.25rem rgba(75, 139, 156, 0.5);
3293
3653
  }
3294
3654
  .btn-info:disabled, .btn-info.disabled {
3295
- color: #000;
3296
- background-color: #0dcaf0;
3297
- border-color: #0dcaf0;
3655
+ color: #fff;
3656
+ background-color: #2b768a;
3657
+ border-color: #2b768a;
3298
3658
  }
3299
3659
 
3300
3660
  .btn-warning {
3301
3661
  color: #000;
3302
- background-color: #ffc107;
3303
- border-color: #ffc107;
3662
+ background-color: #e1ab00;
3663
+ border-color: #e1ab00;
3304
3664
  }
3305
3665
  .btn-warning:hover {
3306
3666
  color: #000;
3307
- background-color: #ffca2c;
3308
- border-color: #ffc720;
3667
+ background-color: #e6b826;
3668
+ border-color: #e4b31a;
3309
3669
  }
3310
3670
  .btn-check:focus + .btn-warning, .btn-warning:focus {
3311
3671
  color: #000;
3312
- background-color: #ffca2c;
3313
- border-color: #ffc720;
3314
- box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
3672
+ background-color: #e6b826;
3673
+ border-color: #e4b31a;
3674
+ box-shadow: 0 0 0 0.25rem rgba(191, 145, 0, 0.5);
3315
3675
  }
3316
3676
  .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
3317
3677
  color: #000;
3318
- background-color: #ffcd39;
3319
- border-color: #ffc720;
3678
+ background-color: #e7bc33;
3679
+ border-color: #e4b31a;
3320
3680
  }
3321
3681
  .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
3322
- box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
3682
+ box-shadow: 0 0 0 0.25rem rgba(191, 145, 0, 0.5);
3323
3683
  }
3324
3684
  .btn-warning:disabled, .btn-warning.disabled {
3325
3685
  color: #000;
3326
- background-color: #ffc107;
3327
- border-color: #ffc107;
3686
+ background-color: #e1ab00;
3687
+ border-color: #e1ab00;
3328
3688
  }
3329
3689
 
3330
3690
  .btn-danger {
3331
3691
  color: #fff;
3332
- background-color: #dc3545;
3333
- border-color: #dc3545;
3692
+ background-color: #b8282a;
3693
+ border-color: #b8282a;
3334
3694
  }
3335
3695
  .btn-danger:hover {
3336
3696
  color: #fff;
3337
- background-color: #bb2d3b;
3338
- border-color: #b02a37;
3697
+ background-color: #9c2224;
3698
+ border-color: #932022;
3339
3699
  }
3340
3700
  .btn-check:focus + .btn-danger, .btn-danger:focus {
3341
3701
  color: #fff;
3342
- background-color: #bb2d3b;
3343
- border-color: #b02a37;
3344
- box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
3702
+ background-color: #9c2224;
3703
+ border-color: #932022;
3704
+ box-shadow: 0 0 0 0.25rem rgba(195, 72, 74, 0.5);
3345
3705
  }
3346
3706
  .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
3347
3707
  color: #fff;
3348
- background-color: #b02a37;
3349
- border-color: #a52834;
3708
+ background-color: #932022;
3709
+ border-color: #8a1e20;
3350
3710
  }
3351
3711
  .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
3352
- box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
3712
+ box-shadow: 0 0 0 0.25rem rgba(195, 72, 74, 0.5);
3353
3713
  }
3354
3714
  .btn-danger:disabled, .btn-danger.disabled {
3355
3715
  color: #fff;
3356
- background-color: #dc3545;
3357
- border-color: #dc3545;
3716
+ background-color: #b8282a;
3717
+ border-color: #b8282a;
3358
3718
  }
3359
3719
 
3360
3720
  .btn-light {
@@ -3389,181 +3749,181 @@ textarea.form-control-lg {
3389
3749
 
3390
3750
  .btn-dark {
3391
3751
  color: #fff;
3392
- background-color: #212529;
3393
- border-color: #212529;
3752
+ background-color: #2e3338;
3753
+ border-color: #2e3338;
3394
3754
  }
3395
3755
  .btn-dark:hover {
3396
3756
  color: #fff;
3397
- background-color: #1c1f23;
3398
- border-color: #1a1e21;
3757
+ background-color: #272b30;
3758
+ border-color: #25292d;
3399
3759
  }
3400
3760
  .btn-check:focus + .btn-dark, .btn-dark:focus {
3401
3761
  color: #fff;
3402
- background-color: #1c1f23;
3403
- border-color: #1a1e21;
3404
- box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
3762
+ background-color: #272b30;
3763
+ border-color: #25292d;
3764
+ box-shadow: 0 0 0 0.25rem rgba(77, 82, 86, 0.5);
3405
3765
  }
3406
3766
  .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
3407
3767
  color: #fff;
3408
- background-color: #1a1e21;
3409
- border-color: #191c1f;
3768
+ background-color: #25292d;
3769
+ border-color: #23262a;
3410
3770
  }
3411
3771
  .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
3412
- box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
3772
+ box-shadow: 0 0 0 0.25rem rgba(77, 82, 86, 0.5);
3413
3773
  }
3414
3774
  .btn-dark:disabled, .btn-dark.disabled {
3415
3775
  color: #fff;
3416
- background-color: #212529;
3417
- border-color: #212529;
3776
+ background-color: #2e3338;
3777
+ border-color: #2e3338;
3418
3778
  }
3419
3779
 
3420
3780
  .btn-outline-primary {
3421
- color: #0d6efd;
3422
- border-color: #0d6efd;
3781
+ color: #221684;
3782
+ border-color: #221684;
3423
3783
  }
3424
3784
  .btn-outline-primary:hover {
3425
3785
  color: #fff;
3426
- background-color: #0d6efd;
3427
- border-color: #0d6efd;
3786
+ background-color: #221684;
3787
+ border-color: #221684;
3428
3788
  }
3429
3789
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
3430
- box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
3790
+ box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.5);
3431
3791
  }
3432
3792
  .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
3433
3793
  color: #fff;
3434
- background-color: #0d6efd;
3435
- border-color: #0d6efd;
3794
+ background-color: #221684;
3795
+ border-color: #221684;
3436
3796
  }
3437
3797
  .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
3438
- box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
3798
+ box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.5);
3439
3799
  }
3440
3800
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
3441
- color: #0d6efd;
3801
+ color: #221684;
3442
3802
  background-color: transparent;
3443
3803
  }
3444
3804
 
3445
3805
  .btn-outline-secondary {
3446
- color: #6c757d;
3447
- border-color: #6c757d;
3806
+ color: #f25924;
3807
+ border-color: #f25924;
3448
3808
  }
3449
3809
  .btn-outline-secondary:hover {
3450
- color: #fff;
3451
- background-color: #6c757d;
3452
- border-color: #6c757d;
3810
+ color: #000;
3811
+ background-color: #f25924;
3812
+ border-color: #f25924;
3453
3813
  }
3454
3814
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
3455
- box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
3815
+ box-shadow: 0 0 0 0.25rem rgba(242, 89, 36, 0.5);
3456
3816
  }
3457
3817
  .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
3458
- color: #fff;
3459
- background-color: #6c757d;
3460
- border-color: #6c757d;
3818
+ color: #000;
3819
+ background-color: #f25924;
3820
+ border-color: #f25924;
3461
3821
  }
3462
3822
  .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
3463
- box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
3823
+ box-shadow: 0 0 0 0.25rem rgba(242, 89, 36, 0.5);
3464
3824
  }
3465
3825
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
3466
- color: #6c757d;
3826
+ color: #f25924;
3467
3827
  background-color: transparent;
3468
3828
  }
3469
3829
 
3470
3830
  .btn-outline-success {
3471
- color: #198754;
3472
- border-color: #198754;
3831
+ color: #3c8f38;
3832
+ border-color: #3c8f38;
3473
3833
  }
3474
3834
  .btn-outline-success:hover {
3475
- color: #fff;
3476
- background-color: #198754;
3477
- border-color: #198754;
3835
+ color: #000;
3836
+ background-color: #3c8f38;
3837
+ border-color: #3c8f38;
3478
3838
  }
3479
3839
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
3480
- box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
3840
+ box-shadow: 0 0 0 0.25rem rgba(60, 143, 56, 0.5);
3481
3841
  }
3482
3842
  .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
3483
- color: #fff;
3484
- background-color: #198754;
3485
- border-color: #198754;
3843
+ color: #000;
3844
+ background-color: #3c8f38;
3845
+ border-color: #3c8f38;
3486
3846
  }
3487
3847
  .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
3488
- box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
3848
+ box-shadow: 0 0 0 0.25rem rgba(60, 143, 56, 0.5);
3489
3849
  }
3490
3850
  .btn-outline-success:disabled, .btn-outline-success.disabled {
3491
- color: #198754;
3851
+ color: #3c8f38;
3492
3852
  background-color: transparent;
3493
3853
  }
3494
3854
 
3495
3855
  .btn-outline-info {
3496
- color: #0dcaf0;
3497
- border-color: #0dcaf0;
3856
+ color: #2b768a;
3857
+ border-color: #2b768a;
3498
3858
  }
3499
3859
  .btn-outline-info:hover {
3500
- color: #000;
3501
- background-color: #0dcaf0;
3502
- border-color: #0dcaf0;
3860
+ color: #fff;
3861
+ background-color: #2b768a;
3862
+ border-color: #2b768a;
3503
3863
  }
3504
3864
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
3505
- box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
3865
+ box-shadow: 0 0 0 0.25rem rgba(43, 118, 138, 0.5);
3506
3866
  }
3507
3867
  .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
3508
- color: #000;
3509
- background-color: #0dcaf0;
3510
- border-color: #0dcaf0;
3868
+ color: #fff;
3869
+ background-color: #2b768a;
3870
+ border-color: #2b768a;
3511
3871
  }
3512
3872
  .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
3513
- box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
3873
+ box-shadow: 0 0 0 0.25rem rgba(43, 118, 138, 0.5);
3514
3874
  }
3515
3875
  .btn-outline-info:disabled, .btn-outline-info.disabled {
3516
- color: #0dcaf0;
3876
+ color: #2b768a;
3517
3877
  background-color: transparent;
3518
3878
  }
3519
3879
 
3520
3880
  .btn-outline-warning {
3521
- color: #ffc107;
3522
- border-color: #ffc107;
3881
+ color: #e1ab00;
3882
+ border-color: #e1ab00;
3523
3883
  }
3524
3884
  .btn-outline-warning:hover {
3525
3885
  color: #000;
3526
- background-color: #ffc107;
3527
- border-color: #ffc107;
3886
+ background-color: #e1ab00;
3887
+ border-color: #e1ab00;
3528
3888
  }
3529
3889
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
3530
- box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
3890
+ box-shadow: 0 0 0 0.25rem rgba(225, 171, 0, 0.5);
3531
3891
  }
3532
3892
  .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
3533
3893
  color: #000;
3534
- background-color: #ffc107;
3535
- border-color: #ffc107;
3894
+ background-color: #e1ab00;
3895
+ border-color: #e1ab00;
3536
3896
  }
3537
3897
  .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
3538
- box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
3898
+ box-shadow: 0 0 0 0.25rem rgba(225, 171, 0, 0.5);
3539
3899
  }
3540
3900
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
3541
- color: #ffc107;
3901
+ color: #e1ab00;
3542
3902
  background-color: transparent;
3543
3903
  }
3544
3904
 
3545
3905
  .btn-outline-danger {
3546
- color: #dc3545;
3547
- border-color: #dc3545;
3906
+ color: #b8282a;
3907
+ border-color: #b8282a;
3548
3908
  }
3549
3909
  .btn-outline-danger:hover {
3550
3910
  color: #fff;
3551
- background-color: #dc3545;
3552
- border-color: #dc3545;
3911
+ background-color: #b8282a;
3912
+ border-color: #b8282a;
3553
3913
  }
3554
3914
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
3555
- box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
3915
+ box-shadow: 0 0 0 0.25rem rgba(184, 40, 42, 0.5);
3556
3916
  }
3557
3917
  .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
3558
3918
  color: #fff;
3559
- background-color: #dc3545;
3560
- border-color: #dc3545;
3919
+ background-color: #b8282a;
3920
+ border-color: #b8282a;
3561
3921
  }
3562
3922
  .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
3563
- box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
3923
+ box-shadow: 0 0 0 0.25rem rgba(184, 40, 42, 0.5);
3564
3924
  }
3565
3925
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
3566
- color: #dc3545;
3926
+ color: #b8282a;
3567
3927
  background-color: transparent;
3568
3928
  }
3569
3929
 
@@ -3593,27 +3953,27 @@ textarea.form-control-lg {
3593
3953
  }
3594
3954
 
3595
3955
  .btn-outline-dark {
3596
- color: #212529;
3597
- border-color: #212529;
3956
+ color: #2e3338;
3957
+ border-color: #2e3338;
3598
3958
  }
3599
3959
  .btn-outline-dark:hover {
3600
3960
  color: #fff;
3601
- background-color: #212529;
3602
- border-color: #212529;
3961
+ background-color: #2e3338;
3962
+ border-color: #2e3338;
3603
3963
  }
3604
3964
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
3605
- box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
3965
+ box-shadow: 0 0 0 0.25rem rgba(46, 51, 56, 0.5);
3606
3966
  }
3607
3967
  .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
3608
3968
  color: #fff;
3609
- background-color: #212529;
3610
- border-color: #212529;
3969
+ background-color: #2e3338;
3970
+ border-color: #2e3338;
3611
3971
  }
3612
3972
  .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
3613
- box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
3973
+ box-shadow: 0 0 0 0.25rem rgba(46, 51, 56, 0.5);
3614
3974
  }
3615
3975
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
3616
- color: #212529;
3976
+ color: #2e3338;
3617
3977
  background-color: transparent;
3618
3978
  }
3619
3979
 
@@ -5176,57 +5536,57 @@ textarea.form-control-lg {
5176
5536
  }
5177
5537
 
5178
5538
  .alert-primary {
5179
- color: #084298;
5180
- background-color: #cfe2ff;
5181
- border-color: #b6d4fe;
5539
+ color: #140d4f;
5540
+ background-color: #d3d0e6;
5541
+ border-color: #bdb9da;
5182
5542
  }
5183
5543
  .alert-primary .alert-link {
5184
- color: #06357a;
5544
+ color: #100a3f;
5185
5545
  }
5186
5546
 
5187
5547
  .alert-secondary {
5188
- color: #41464b;
5189
- background-color: #e2e3e5;
5190
- border-color: #d3d6d8;
5548
+ color: #913516;
5549
+ background-color: #fcded3;
5550
+ border-color: #fbcdbd;
5191
5551
  }
5192
5552
  .alert-secondary .alert-link {
5193
- color: #34383c;
5553
+ color: #742a12;
5194
5554
  }
5195
5555
 
5196
5556
  .alert-success {
5197
- color: #0f5132;
5198
- background-color: #d1e7dd;
5199
- border-color: #badbcc;
5557
+ color: #245622;
5558
+ background-color: #d8e9d7;
5559
+ border-color: #c5ddc3;
5200
5560
  }
5201
5561
  .alert-success .alert-link {
5202
- color: #0c4128;
5562
+ color: #1d451b;
5203
5563
  }
5204
5564
 
5205
5565
  .alert-info {
5206
- color: #055160;
5207
- background-color: #cff4fc;
5208
- border-color: #b6effb;
5566
+ color: #1a4753;
5567
+ background-color: #d5e4e8;
5568
+ border-color: #bfd6dc;
5209
5569
  }
5210
5570
  .alert-info .alert-link {
5211
- color: #04414d;
5571
+ color: #153942;
5212
5572
  }
5213
5573
 
5214
5574
  .alert-warning {
5215
- color: #664d03;
5216
- background-color: #fff3cd;
5217
- border-color: #ffecb5;
5575
+ color: #876700;
5576
+ background-color: #f9eecc;
5577
+ border-color: #f6e6b3;
5218
5578
  }
5219
5579
  .alert-warning .alert-link {
5220
- color: #523e02;
5580
+ color: #6c5200;
5221
5581
  }
5222
5582
 
5223
5583
  .alert-danger {
5224
- color: #842029;
5225
- background-color: #f8d7da;
5226
- border-color: #f5c2c7;
5584
+ color: #6e1819;
5585
+ background-color: #f1d4d4;
5586
+ border-color: #eabfbf;
5227
5587
  }
5228
5588
  .alert-danger .alert-link {
5229
- color: #6a1a21;
5589
+ color: #581314;
5230
5590
  }
5231
5591
 
5232
5592
  .alert-light {
@@ -5239,12 +5599,12 @@ textarea.form-control-lg {
5239
5599
  }
5240
5600
 
5241
5601
  .alert-dark {
5242
- color: #141619;
5243
- background-color: #d3d3d4;
5244
- border-color: #bcbebf;
5602
+ color: #1c1f22;
5603
+ background-color: #d5d6d7;
5604
+ border-color: #c0c2c3;
5245
5605
  }
5246
5606
  .alert-dark .alert-link {
5247
- color: #101214;
5607
+ color: #16191b;
5248
5608
  }
5249
5609
 
5250
5610
  @-webkit-keyframes progress-bar-stripes {
@@ -5535,87 +5895,87 @@ textarea.form-control-lg {
5535
5895
  }
5536
5896
 
5537
5897
  .list-group-item-primary {
5538
- color: #084298;
5539
- background-color: #cfe2ff;
5898
+ color: #140d4f;
5899
+ background-color: #d3d0e6;
5540
5900
  }
5541
5901
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
5542
- color: #084298;
5543
- background-color: #bacbe6;
5902
+ color: #140d4f;
5903
+ background-color: #bebbcf;
5544
5904
  }
5545
5905
  .list-group-item-primary.list-group-item-action.active {
5546
5906
  color: #fff;
5547
- background-color: #084298;
5548
- border-color: #084298;
5907
+ background-color: #140d4f;
5908
+ border-color: #140d4f;
5549
5909
  }
5550
5910
 
5551
5911
  .list-group-item-secondary {
5552
- color: #41464b;
5553
- background-color: #e2e3e5;
5912
+ color: #913516;
5913
+ background-color: #fcded3;
5554
5914
  }
5555
5915
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
5556
- color: #41464b;
5557
- background-color: #cbccce;
5916
+ color: #913516;
5917
+ background-color: #e3c8be;
5558
5918
  }
5559
5919
  .list-group-item-secondary.list-group-item-action.active {
5560
5920
  color: #fff;
5561
- background-color: #41464b;
5562
- border-color: #41464b;
5921
+ background-color: #913516;
5922
+ border-color: #913516;
5563
5923
  }
5564
5924
 
5565
5925
  .list-group-item-success {
5566
- color: #0f5132;
5567
- background-color: #d1e7dd;
5926
+ color: #245622;
5927
+ background-color: #d8e9d7;
5568
5928
  }
5569
5929
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
5570
- color: #0f5132;
5571
- background-color: #bcd0c7;
5930
+ color: #245622;
5931
+ background-color: #c2d2c2;
5572
5932
  }
5573
5933
  .list-group-item-success.list-group-item-action.active {
5574
5934
  color: #fff;
5575
- background-color: #0f5132;
5576
- border-color: #0f5132;
5935
+ background-color: #245622;
5936
+ border-color: #245622;
5577
5937
  }
5578
5938
 
5579
5939
  .list-group-item-info {
5580
- color: #055160;
5581
- background-color: #cff4fc;
5940
+ color: #1a4753;
5941
+ background-color: #d5e4e8;
5582
5942
  }
5583
5943
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
5584
- color: #055160;
5585
- background-color: #badce3;
5944
+ color: #1a4753;
5945
+ background-color: #c0cdd1;
5586
5946
  }
5587
5947
  .list-group-item-info.list-group-item-action.active {
5588
5948
  color: #fff;
5589
- background-color: #055160;
5590
- border-color: #055160;
5949
+ background-color: #1a4753;
5950
+ border-color: #1a4753;
5591
5951
  }
5592
5952
 
5593
5953
  .list-group-item-warning {
5594
- color: #664d03;
5595
- background-color: #fff3cd;
5954
+ color: #876700;
5955
+ background-color: #f9eecc;
5596
5956
  }
5597
5957
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
5598
- color: #664d03;
5599
- background-color: #e6dbb9;
5958
+ color: #876700;
5959
+ background-color: #e0d6b8;
5600
5960
  }
5601
5961
  .list-group-item-warning.list-group-item-action.active {
5602
5962
  color: #fff;
5603
- background-color: #664d03;
5604
- border-color: #664d03;
5963
+ background-color: #876700;
5964
+ border-color: #876700;
5605
5965
  }
5606
5966
 
5607
5967
  .list-group-item-danger {
5608
- color: #842029;
5609
- background-color: #f8d7da;
5968
+ color: #6e1819;
5969
+ background-color: #f1d4d4;
5610
5970
  }
5611
5971
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
5612
- color: #842029;
5613
- background-color: #dfc2c4;
5972
+ color: #6e1819;
5973
+ background-color: #d9bfbf;
5614
5974
  }
5615
5975
  .list-group-item-danger.list-group-item-action.active {
5616
5976
  color: #fff;
5617
- background-color: #842029;
5618
- border-color: #842029;
5977
+ background-color: #6e1819;
5978
+ border-color: #6e1819;
5619
5979
  }
5620
5980
 
5621
5981
  .list-group-item-light {
@@ -5633,17 +5993,17 @@ textarea.form-control-lg {
5633
5993
  }
5634
5994
 
5635
5995
  .list-group-item-dark {
5636
- color: #141619;
5637
- background-color: #d3d3d4;
5996
+ color: #1c1f22;
5997
+ background-color: #d5d6d7;
5638
5998
  }
5639
5999
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
5640
- color: #141619;
5641
- background-color: #bebebf;
6000
+ color: #1c1f22;
6001
+ background-color: #c0c1c2;
5642
6002
  }
5643
6003
  .list-group-item-dark.list-group-item-action.active {
5644
6004
  color: #fff;
5645
- background-color: #141619;
5646
- border-color: #141619;
6005
+ background-color: #1c1f22;
6006
+ border-color: #1c1f22;
5647
6007
  }
5648
6008
 
5649
6009
  .btn-close {
@@ -6039,7 +6399,7 @@ textarea.form-control-lg {
6039
6399
  z-index: 1080;
6040
6400
  display: block;
6041
6401
  margin: 0;
6042
- font-family: var(--bs-font-sans-serif);
6402
+ font-family: "Arial", sans-serif;
6043
6403
  font-style: normal;
6044
6404
  font-weight: 400;
6045
6405
  line-height: 1.5;
@@ -6141,7 +6501,7 @@ textarea.form-control-lg {
6141
6501
  z-index: 1070;
6142
6502
  display: block;
6143
6503
  max-width: 276px;
6144
- font-family: var(--bs-font-sans-serif);
6504
+ font-family: "Arial", sans-serif;
6145
6505
  font-style: normal;
6146
6506
  font-weight: 400;
6147
6507
  line-height: 1.5;
@@ -6680,45 +7040,45 @@ textarea.form-control-lg {
6680
7040
  }
6681
7041
 
6682
7042
  .link-primary {
6683
- color: #0d6efd;
7043
+ color: #221684;
6684
7044
  }
6685
7045
  .link-primary:hover, .link-primary:focus {
6686
- color: #0a58ca;
7046
+ color: #1b126a;
6687
7047
  }
6688
7048
 
6689
7049
  .link-secondary {
6690
- color: #6c757d;
7050
+ color: #f25924;
6691
7051
  }
6692
7052
  .link-secondary:hover, .link-secondary:focus {
6693
- color: #565e64;
7053
+ color: #f57a50;
6694
7054
  }
6695
7055
 
6696
7056
  .link-success {
6697
- color: #198754;
7057
+ color: #3c8f38;
6698
7058
  }
6699
7059
  .link-success:hover, .link-success:focus {
6700
- color: #146c43;
7060
+ color: #63a560;
6701
7061
  }
6702
7062
 
6703
7063
  .link-info {
6704
- color: #0dcaf0;
7064
+ color: #2b768a;
6705
7065
  }
6706
7066
  .link-info:hover, .link-info:focus {
6707
- color: #3dd5f3;
7067
+ color: #225e6e;
6708
7068
  }
6709
7069
 
6710
7070
  .link-warning {
6711
- color: #ffc107;
7071
+ color: #e1ab00;
6712
7072
  }
6713
7073
  .link-warning:hover, .link-warning:focus {
6714
- color: #ffcd39;
7074
+ color: #e7bc33;
6715
7075
  }
6716
7076
 
6717
7077
  .link-danger {
6718
- color: #dc3545;
7078
+ color: #b8282a;
6719
7079
  }
6720
7080
  .link-danger:hover, .link-danger:focus {
6721
- color: #b02a37;
7081
+ color: #932022;
6722
7082
  }
6723
7083
 
6724
7084
  .link-light {
@@ -6729,10 +7089,10 @@ textarea.form-control-lg {
6729
7089
  }
6730
7090
 
6731
7091
  .link-dark {
6732
- color: #212529;
7092
+ color: #2e3338;
6733
7093
  }
6734
7094
  .link-dark:hover, .link-dark:focus {
6735
- color: #1a1e21;
7095
+ color: #25292d;
6736
7096
  }
6737
7097
 
6738
7098
  .ratio {
@@ -6895,6 +7255,36 @@ textarea.form-control-lg {
6895
7255
  opacity: 0.25;
6896
7256
  }
6897
7257
 
7258
+ .text-underline-hover {
7259
+ text-decoration: none;
7260
+ }
7261
+
7262
+ .text-underline-hover:hover {
7263
+ text-decoration: underline;
7264
+ }
7265
+
7266
+ @media (max-width: 767.98px) {
7267
+ .n-mx-container {
7268
+ padding-right: 0.75rem;
7269
+ padding-left: 0.75rem;
7270
+ margin-right: -0.75rem;
7271
+ margin-left: -0.75rem;
7272
+ }
7273
+ }
7274
+ .bg-lighter {
7275
+ background-color: #f8f9fa;
7276
+ }
7277
+
7278
+ .bg-gray-200 {
7279
+ background-color: #e9ecef;
7280
+ }
7281
+
7282
+ .grid-3-9 {
7283
+ -ms-grid-columns: 25% 75%;
7284
+ grid-template-columns: 25% 75%;
7285
+ grid-gap: 0.75rem;
7286
+ }
7287
+
6898
7288
  .align-baseline {
6899
7289
  vertical-align: baseline !important;
6900
7290
  }
@@ -7151,27 +7541,27 @@ textarea.form-control-lg {
7151
7541
  }
7152
7542
 
7153
7543
  .border-primary {
7154
- border-color: #0d6efd !important;
7544
+ border-color: #221684 !important;
7155
7545
  }
7156
7546
 
7157
7547
  .border-secondary {
7158
- border-color: #6c757d !important;
7548
+ border-color: #f25924 !important;
7159
7549
  }
7160
7550
 
7161
7551
  .border-success {
7162
- border-color: #198754 !important;
7552
+ border-color: #3c8f38 !important;
7163
7553
  }
7164
7554
 
7165
7555
  .border-info {
7166
- border-color: #0dcaf0 !important;
7556
+ border-color: #2b768a !important;
7167
7557
  }
7168
7558
 
7169
7559
  .border-warning {
7170
- border-color: #ffc107 !important;
7560
+ border-color: #e1ab00 !important;
7171
7561
  }
7172
7562
 
7173
7563
  .border-danger {
7174
- border-color: #dc3545 !important;
7564
+ border-color: #b8282a !important;
7175
7565
  }
7176
7566
 
7177
7567
  .border-light {
@@ -7179,7 +7569,7 @@ textarea.form-control-lg {
7179
7569
  }
7180
7570
 
7181
7571
  .border-dark {
7182
- border-color: #212529 !important;
7572
+ border-color: #2e3338 !important;
7183
7573
  }
7184
7574
 
7185
7575
  .border-white {
@@ -7230,6 +7620,14 @@ textarea.form-control-lg {
7230
7620
  max-width: 100% !important;
7231
7621
  }
7232
7622
 
7623
+ .mw-date {
7624
+ max-width: 7.5rem !important;
7625
+ }
7626
+
7627
+ .mw-listing-img {
7628
+ max-width: 10rem !important;
7629
+ }
7630
+
7233
7631
  .vw-100 {
7234
7632
  width: 100vw !important;
7235
7633
  }
@@ -7926,6 +8324,156 @@ textarea.form-control-lg {
7926
8324
  margin-left: auto !important;
7927
8325
  }
7928
8326
 
8327
+ .m-n1 {
8328
+ margin: -0.25rem !important;
8329
+ }
8330
+
8331
+ .m-n2 {
8332
+ margin: -0.5rem !important;
8333
+ }
8334
+
8335
+ .m-n3 {
8336
+ margin: -1rem !important;
8337
+ }
8338
+
8339
+ .m-n4 {
8340
+ margin: -1.5rem !important;
8341
+ }
8342
+
8343
+ .m-n5 {
8344
+ margin: -3rem !important;
8345
+ }
8346
+
8347
+ .mx-n1 {
8348
+ margin-right: -0.25rem !important;
8349
+ margin-left: -0.25rem !important;
8350
+ }
8351
+
8352
+ .mx-n2 {
8353
+ margin-right: -0.5rem !important;
8354
+ margin-left: -0.5rem !important;
8355
+ }
8356
+
8357
+ .mx-n3 {
8358
+ margin-right: -1rem !important;
8359
+ margin-left: -1rem !important;
8360
+ }
8361
+
8362
+ .mx-n4 {
8363
+ margin-right: -1.5rem !important;
8364
+ margin-left: -1.5rem !important;
8365
+ }
8366
+
8367
+ .mx-n5 {
8368
+ margin-right: -3rem !important;
8369
+ margin-left: -3rem !important;
8370
+ }
8371
+
8372
+ .my-n1 {
8373
+ margin-top: -0.25rem !important;
8374
+ margin-bottom: -0.25rem !important;
8375
+ }
8376
+
8377
+ .my-n2 {
8378
+ margin-top: -0.5rem !important;
8379
+ margin-bottom: -0.5rem !important;
8380
+ }
8381
+
8382
+ .my-n3 {
8383
+ margin-top: -1rem !important;
8384
+ margin-bottom: -1rem !important;
8385
+ }
8386
+
8387
+ .my-n4 {
8388
+ margin-top: -1.5rem !important;
8389
+ margin-bottom: -1.5rem !important;
8390
+ }
8391
+
8392
+ .my-n5 {
8393
+ margin-top: -3rem !important;
8394
+ margin-bottom: -3rem !important;
8395
+ }
8396
+
8397
+ .mt-n1 {
8398
+ margin-top: -0.25rem !important;
8399
+ }
8400
+
8401
+ .mt-n2 {
8402
+ margin-top: -0.5rem !important;
8403
+ }
8404
+
8405
+ .mt-n3 {
8406
+ margin-top: -1rem !important;
8407
+ }
8408
+
8409
+ .mt-n4 {
8410
+ margin-top: -1.5rem !important;
8411
+ }
8412
+
8413
+ .mt-n5 {
8414
+ margin-top: -3rem !important;
8415
+ }
8416
+
8417
+ .me-n1 {
8418
+ margin-right: -0.25rem !important;
8419
+ }
8420
+
8421
+ .me-n2 {
8422
+ margin-right: -0.5rem !important;
8423
+ }
8424
+
8425
+ .me-n3 {
8426
+ margin-right: -1rem !important;
8427
+ }
8428
+
8429
+ .me-n4 {
8430
+ margin-right: -1.5rem !important;
8431
+ }
8432
+
8433
+ .me-n5 {
8434
+ margin-right: -3rem !important;
8435
+ }
8436
+
8437
+ .mb-n1 {
8438
+ margin-bottom: -0.25rem !important;
8439
+ }
8440
+
8441
+ .mb-n2 {
8442
+ margin-bottom: -0.5rem !important;
8443
+ }
8444
+
8445
+ .mb-n3 {
8446
+ margin-bottom: -1rem !important;
8447
+ }
8448
+
8449
+ .mb-n4 {
8450
+ margin-bottom: -1.5rem !important;
8451
+ }
8452
+
8453
+ .mb-n5 {
8454
+ margin-bottom: -3rem !important;
8455
+ }
8456
+
8457
+ .ms-n1 {
8458
+ margin-left: -0.25rem !important;
8459
+ }
8460
+
8461
+ .ms-n2 {
8462
+ margin-left: -0.5rem !important;
8463
+ }
8464
+
8465
+ .ms-n3 {
8466
+ margin-left: -1rem !important;
8467
+ }
8468
+
8469
+ .ms-n4 {
8470
+ margin-left: -1.5rem !important;
8471
+ }
8472
+
8473
+ .ms-n5 {
8474
+ margin-left: -3rem !important;
8475
+ }
8476
+
7929
8477
  .p-0 {
7930
8478
  padding: 0 !important;
7931
8479
  }
@@ -8560,6 +9108,11 @@ textarea.form-control-lg {
8560
9108
  background-color: transparent !important;
8561
9109
  }
8562
9110
 
9111
+ .bg-date {
9112
+ --bs-bg-opacity: 1;
9113
+ background-color: #1698af !important;
9114
+ }
9115
+
8563
9116
  .bg-opacity-10 {
8564
9117
  --bs-bg-opacity: 0.1;
8565
9118
  }
@@ -8724,6 +9277,14 @@ textarea.form-control-lg {
8724
9277
  display: none !important;
8725
9278
  }
8726
9279
 
9280
+ .border-sm {
9281
+ border: 1px solid #dee2e6 !important;
9282
+ }
9283
+
9284
+ .border-sm-0 {
9285
+ border: 0 !important;
9286
+ }
9287
+
8727
9288
  .flex-sm-fill {
8728
9289
  -ms-flex: 1 1 auto !important;
8729
9290
  flex: 1 1 auto !important;
@@ -9380,6 +9941,156 @@ textarea.form-control-lg {
9380
9941
  margin-left: auto !important;
9381
9942
  }
9382
9943
 
9944
+ .m-sm-n1 {
9945
+ margin: -0.25rem !important;
9946
+ }
9947
+
9948
+ .m-sm-n2 {
9949
+ margin: -0.5rem !important;
9950
+ }
9951
+
9952
+ .m-sm-n3 {
9953
+ margin: -1rem !important;
9954
+ }
9955
+
9956
+ .m-sm-n4 {
9957
+ margin: -1.5rem !important;
9958
+ }
9959
+
9960
+ .m-sm-n5 {
9961
+ margin: -3rem !important;
9962
+ }
9963
+
9964
+ .mx-sm-n1 {
9965
+ margin-right: -0.25rem !important;
9966
+ margin-left: -0.25rem !important;
9967
+ }
9968
+
9969
+ .mx-sm-n2 {
9970
+ margin-right: -0.5rem !important;
9971
+ margin-left: -0.5rem !important;
9972
+ }
9973
+
9974
+ .mx-sm-n3 {
9975
+ margin-right: -1rem !important;
9976
+ margin-left: -1rem !important;
9977
+ }
9978
+
9979
+ .mx-sm-n4 {
9980
+ margin-right: -1.5rem !important;
9981
+ margin-left: -1.5rem !important;
9982
+ }
9983
+
9984
+ .mx-sm-n5 {
9985
+ margin-right: -3rem !important;
9986
+ margin-left: -3rem !important;
9987
+ }
9988
+
9989
+ .my-sm-n1 {
9990
+ margin-top: -0.25rem !important;
9991
+ margin-bottom: -0.25rem !important;
9992
+ }
9993
+
9994
+ .my-sm-n2 {
9995
+ margin-top: -0.5rem !important;
9996
+ margin-bottom: -0.5rem !important;
9997
+ }
9998
+
9999
+ .my-sm-n3 {
10000
+ margin-top: -1rem !important;
10001
+ margin-bottom: -1rem !important;
10002
+ }
10003
+
10004
+ .my-sm-n4 {
10005
+ margin-top: -1.5rem !important;
10006
+ margin-bottom: -1.5rem !important;
10007
+ }
10008
+
10009
+ .my-sm-n5 {
10010
+ margin-top: -3rem !important;
10011
+ margin-bottom: -3rem !important;
10012
+ }
10013
+
10014
+ .mt-sm-n1 {
10015
+ margin-top: -0.25rem !important;
10016
+ }
10017
+
10018
+ .mt-sm-n2 {
10019
+ margin-top: -0.5rem !important;
10020
+ }
10021
+
10022
+ .mt-sm-n3 {
10023
+ margin-top: -1rem !important;
10024
+ }
10025
+
10026
+ .mt-sm-n4 {
10027
+ margin-top: -1.5rem !important;
10028
+ }
10029
+
10030
+ .mt-sm-n5 {
10031
+ margin-top: -3rem !important;
10032
+ }
10033
+
10034
+ .me-sm-n1 {
10035
+ margin-right: -0.25rem !important;
10036
+ }
10037
+
10038
+ .me-sm-n2 {
10039
+ margin-right: -0.5rem !important;
10040
+ }
10041
+
10042
+ .me-sm-n3 {
10043
+ margin-right: -1rem !important;
10044
+ }
10045
+
10046
+ .me-sm-n4 {
10047
+ margin-right: -1.5rem !important;
10048
+ }
10049
+
10050
+ .me-sm-n5 {
10051
+ margin-right: -3rem !important;
10052
+ }
10053
+
10054
+ .mb-sm-n1 {
10055
+ margin-bottom: -0.25rem !important;
10056
+ }
10057
+
10058
+ .mb-sm-n2 {
10059
+ margin-bottom: -0.5rem !important;
10060
+ }
10061
+
10062
+ .mb-sm-n3 {
10063
+ margin-bottom: -1rem !important;
10064
+ }
10065
+
10066
+ .mb-sm-n4 {
10067
+ margin-bottom: -1.5rem !important;
10068
+ }
10069
+
10070
+ .mb-sm-n5 {
10071
+ margin-bottom: -3rem !important;
10072
+ }
10073
+
10074
+ .ms-sm-n1 {
10075
+ margin-left: -0.25rem !important;
10076
+ }
10077
+
10078
+ .ms-sm-n2 {
10079
+ margin-left: -0.5rem !important;
10080
+ }
10081
+
10082
+ .ms-sm-n3 {
10083
+ margin-left: -1rem !important;
10084
+ }
10085
+
10086
+ .ms-sm-n4 {
10087
+ margin-left: -1.5rem !important;
10088
+ }
10089
+
10090
+ .ms-sm-n5 {
10091
+ margin-left: -3rem !important;
10092
+ }
10093
+
9383
10094
  .p-sm-0 {
9384
10095
  padding: 0 !important;
9385
10096
  }
@@ -9808,6 +10519,14 @@ textarea.form-control-lg {
9808
10519
  display: none !important;
9809
10520
  }
9810
10521
 
10522
+ .border-md {
10523
+ border: 1px solid #dee2e6 !important;
10524
+ }
10525
+
10526
+ .border-md-0 {
10527
+ border: 0 !important;
10528
+ }
10529
+
9811
10530
  .flex-md-fill {
9812
10531
  -ms-flex: 1 1 auto !important;
9813
10532
  flex: 1 1 auto !important;
@@ -10464,6 +11183,156 @@ textarea.form-control-lg {
10464
11183
  margin-left: auto !important;
10465
11184
  }
10466
11185
 
11186
+ .m-md-n1 {
11187
+ margin: -0.25rem !important;
11188
+ }
11189
+
11190
+ .m-md-n2 {
11191
+ margin: -0.5rem !important;
11192
+ }
11193
+
11194
+ .m-md-n3 {
11195
+ margin: -1rem !important;
11196
+ }
11197
+
11198
+ .m-md-n4 {
11199
+ margin: -1.5rem !important;
11200
+ }
11201
+
11202
+ .m-md-n5 {
11203
+ margin: -3rem !important;
11204
+ }
11205
+
11206
+ .mx-md-n1 {
11207
+ margin-right: -0.25rem !important;
11208
+ margin-left: -0.25rem !important;
11209
+ }
11210
+
11211
+ .mx-md-n2 {
11212
+ margin-right: -0.5rem !important;
11213
+ margin-left: -0.5rem !important;
11214
+ }
11215
+
11216
+ .mx-md-n3 {
11217
+ margin-right: -1rem !important;
11218
+ margin-left: -1rem !important;
11219
+ }
11220
+
11221
+ .mx-md-n4 {
11222
+ margin-right: -1.5rem !important;
11223
+ margin-left: -1.5rem !important;
11224
+ }
11225
+
11226
+ .mx-md-n5 {
11227
+ margin-right: -3rem !important;
11228
+ margin-left: -3rem !important;
11229
+ }
11230
+
11231
+ .my-md-n1 {
11232
+ margin-top: -0.25rem !important;
11233
+ margin-bottom: -0.25rem !important;
11234
+ }
11235
+
11236
+ .my-md-n2 {
11237
+ margin-top: -0.5rem !important;
11238
+ margin-bottom: -0.5rem !important;
11239
+ }
11240
+
11241
+ .my-md-n3 {
11242
+ margin-top: -1rem !important;
11243
+ margin-bottom: -1rem !important;
11244
+ }
11245
+
11246
+ .my-md-n4 {
11247
+ margin-top: -1.5rem !important;
11248
+ margin-bottom: -1.5rem !important;
11249
+ }
11250
+
11251
+ .my-md-n5 {
11252
+ margin-top: -3rem !important;
11253
+ margin-bottom: -3rem !important;
11254
+ }
11255
+
11256
+ .mt-md-n1 {
11257
+ margin-top: -0.25rem !important;
11258
+ }
11259
+
11260
+ .mt-md-n2 {
11261
+ margin-top: -0.5rem !important;
11262
+ }
11263
+
11264
+ .mt-md-n3 {
11265
+ margin-top: -1rem !important;
11266
+ }
11267
+
11268
+ .mt-md-n4 {
11269
+ margin-top: -1.5rem !important;
11270
+ }
11271
+
11272
+ .mt-md-n5 {
11273
+ margin-top: -3rem !important;
11274
+ }
11275
+
11276
+ .me-md-n1 {
11277
+ margin-right: -0.25rem !important;
11278
+ }
11279
+
11280
+ .me-md-n2 {
11281
+ margin-right: -0.5rem !important;
11282
+ }
11283
+
11284
+ .me-md-n3 {
11285
+ margin-right: -1rem !important;
11286
+ }
11287
+
11288
+ .me-md-n4 {
11289
+ margin-right: -1.5rem !important;
11290
+ }
11291
+
11292
+ .me-md-n5 {
11293
+ margin-right: -3rem !important;
11294
+ }
11295
+
11296
+ .mb-md-n1 {
11297
+ margin-bottom: -0.25rem !important;
11298
+ }
11299
+
11300
+ .mb-md-n2 {
11301
+ margin-bottom: -0.5rem !important;
11302
+ }
11303
+
11304
+ .mb-md-n3 {
11305
+ margin-bottom: -1rem !important;
11306
+ }
11307
+
11308
+ .mb-md-n4 {
11309
+ margin-bottom: -1.5rem !important;
11310
+ }
11311
+
11312
+ .mb-md-n5 {
11313
+ margin-bottom: -3rem !important;
11314
+ }
11315
+
11316
+ .ms-md-n1 {
11317
+ margin-left: -0.25rem !important;
11318
+ }
11319
+
11320
+ .ms-md-n2 {
11321
+ margin-left: -0.5rem !important;
11322
+ }
11323
+
11324
+ .ms-md-n3 {
11325
+ margin-left: -1rem !important;
11326
+ }
11327
+
11328
+ .ms-md-n4 {
11329
+ margin-left: -1.5rem !important;
11330
+ }
11331
+
11332
+ .ms-md-n5 {
11333
+ margin-left: -3rem !important;
11334
+ }
11335
+
10467
11336
  .p-md-0 {
10468
11337
  padding: 0 !important;
10469
11338
  }
@@ -10892,6 +11761,14 @@ textarea.form-control-lg {
10892
11761
  display: none !important;
10893
11762
  }
10894
11763
 
11764
+ .border-lg {
11765
+ border: 1px solid #dee2e6 !important;
11766
+ }
11767
+
11768
+ .border-lg-0 {
11769
+ border: 0 !important;
11770
+ }
11771
+
10895
11772
  .flex-lg-fill {
10896
11773
  -ms-flex: 1 1 auto !important;
10897
11774
  flex: 1 1 auto !important;
@@ -11548,6 +12425,156 @@ textarea.form-control-lg {
11548
12425
  margin-left: auto !important;
11549
12426
  }
11550
12427
 
12428
+ .m-lg-n1 {
12429
+ margin: -0.25rem !important;
12430
+ }
12431
+
12432
+ .m-lg-n2 {
12433
+ margin: -0.5rem !important;
12434
+ }
12435
+
12436
+ .m-lg-n3 {
12437
+ margin: -1rem !important;
12438
+ }
12439
+
12440
+ .m-lg-n4 {
12441
+ margin: -1.5rem !important;
12442
+ }
12443
+
12444
+ .m-lg-n5 {
12445
+ margin: -3rem !important;
12446
+ }
12447
+
12448
+ .mx-lg-n1 {
12449
+ margin-right: -0.25rem !important;
12450
+ margin-left: -0.25rem !important;
12451
+ }
12452
+
12453
+ .mx-lg-n2 {
12454
+ margin-right: -0.5rem !important;
12455
+ margin-left: -0.5rem !important;
12456
+ }
12457
+
12458
+ .mx-lg-n3 {
12459
+ margin-right: -1rem !important;
12460
+ margin-left: -1rem !important;
12461
+ }
12462
+
12463
+ .mx-lg-n4 {
12464
+ margin-right: -1.5rem !important;
12465
+ margin-left: -1.5rem !important;
12466
+ }
12467
+
12468
+ .mx-lg-n5 {
12469
+ margin-right: -3rem !important;
12470
+ margin-left: -3rem !important;
12471
+ }
12472
+
12473
+ .my-lg-n1 {
12474
+ margin-top: -0.25rem !important;
12475
+ margin-bottom: -0.25rem !important;
12476
+ }
12477
+
12478
+ .my-lg-n2 {
12479
+ margin-top: -0.5rem !important;
12480
+ margin-bottom: -0.5rem !important;
12481
+ }
12482
+
12483
+ .my-lg-n3 {
12484
+ margin-top: -1rem !important;
12485
+ margin-bottom: -1rem !important;
12486
+ }
12487
+
12488
+ .my-lg-n4 {
12489
+ margin-top: -1.5rem !important;
12490
+ margin-bottom: -1.5rem !important;
12491
+ }
12492
+
12493
+ .my-lg-n5 {
12494
+ margin-top: -3rem !important;
12495
+ margin-bottom: -3rem !important;
12496
+ }
12497
+
12498
+ .mt-lg-n1 {
12499
+ margin-top: -0.25rem !important;
12500
+ }
12501
+
12502
+ .mt-lg-n2 {
12503
+ margin-top: -0.5rem !important;
12504
+ }
12505
+
12506
+ .mt-lg-n3 {
12507
+ margin-top: -1rem !important;
12508
+ }
12509
+
12510
+ .mt-lg-n4 {
12511
+ margin-top: -1.5rem !important;
12512
+ }
12513
+
12514
+ .mt-lg-n5 {
12515
+ margin-top: -3rem !important;
12516
+ }
12517
+
12518
+ .me-lg-n1 {
12519
+ margin-right: -0.25rem !important;
12520
+ }
12521
+
12522
+ .me-lg-n2 {
12523
+ margin-right: -0.5rem !important;
12524
+ }
12525
+
12526
+ .me-lg-n3 {
12527
+ margin-right: -1rem !important;
12528
+ }
12529
+
12530
+ .me-lg-n4 {
12531
+ margin-right: -1.5rem !important;
12532
+ }
12533
+
12534
+ .me-lg-n5 {
12535
+ margin-right: -3rem !important;
12536
+ }
12537
+
12538
+ .mb-lg-n1 {
12539
+ margin-bottom: -0.25rem !important;
12540
+ }
12541
+
12542
+ .mb-lg-n2 {
12543
+ margin-bottom: -0.5rem !important;
12544
+ }
12545
+
12546
+ .mb-lg-n3 {
12547
+ margin-bottom: -1rem !important;
12548
+ }
12549
+
12550
+ .mb-lg-n4 {
12551
+ margin-bottom: -1.5rem !important;
12552
+ }
12553
+
12554
+ .mb-lg-n5 {
12555
+ margin-bottom: -3rem !important;
12556
+ }
12557
+
12558
+ .ms-lg-n1 {
12559
+ margin-left: -0.25rem !important;
12560
+ }
12561
+
12562
+ .ms-lg-n2 {
12563
+ margin-left: -0.5rem !important;
12564
+ }
12565
+
12566
+ .ms-lg-n3 {
12567
+ margin-left: -1rem !important;
12568
+ }
12569
+
12570
+ .ms-lg-n4 {
12571
+ margin-left: -1.5rem !important;
12572
+ }
12573
+
12574
+ .ms-lg-n5 {
12575
+ margin-left: -3rem !important;
12576
+ }
12577
+
11551
12578
  .p-lg-0 {
11552
12579
  padding: 0 !important;
11553
12580
  }
@@ -11976,6 +13003,14 @@ textarea.form-control-lg {
11976
13003
  display: none !important;
11977
13004
  }
11978
13005
 
13006
+ .border-xl {
13007
+ border: 1px solid #dee2e6 !important;
13008
+ }
13009
+
13010
+ .border-xl-0 {
13011
+ border: 0 !important;
13012
+ }
13013
+
11979
13014
  .flex-xl-fill {
11980
13015
  -ms-flex: 1 1 auto !important;
11981
13016
  flex: 1 1 auto !important;
@@ -12632,6 +13667,156 @@ textarea.form-control-lg {
12632
13667
  margin-left: auto !important;
12633
13668
  }
12634
13669
 
13670
+ .m-xl-n1 {
13671
+ margin: -0.25rem !important;
13672
+ }
13673
+
13674
+ .m-xl-n2 {
13675
+ margin: -0.5rem !important;
13676
+ }
13677
+
13678
+ .m-xl-n3 {
13679
+ margin: -1rem !important;
13680
+ }
13681
+
13682
+ .m-xl-n4 {
13683
+ margin: -1.5rem !important;
13684
+ }
13685
+
13686
+ .m-xl-n5 {
13687
+ margin: -3rem !important;
13688
+ }
13689
+
13690
+ .mx-xl-n1 {
13691
+ margin-right: -0.25rem !important;
13692
+ margin-left: -0.25rem !important;
13693
+ }
13694
+
13695
+ .mx-xl-n2 {
13696
+ margin-right: -0.5rem !important;
13697
+ margin-left: -0.5rem !important;
13698
+ }
13699
+
13700
+ .mx-xl-n3 {
13701
+ margin-right: -1rem !important;
13702
+ margin-left: -1rem !important;
13703
+ }
13704
+
13705
+ .mx-xl-n4 {
13706
+ margin-right: -1.5rem !important;
13707
+ margin-left: -1.5rem !important;
13708
+ }
13709
+
13710
+ .mx-xl-n5 {
13711
+ margin-right: -3rem !important;
13712
+ margin-left: -3rem !important;
13713
+ }
13714
+
13715
+ .my-xl-n1 {
13716
+ margin-top: -0.25rem !important;
13717
+ margin-bottom: -0.25rem !important;
13718
+ }
13719
+
13720
+ .my-xl-n2 {
13721
+ margin-top: -0.5rem !important;
13722
+ margin-bottom: -0.5rem !important;
13723
+ }
13724
+
13725
+ .my-xl-n3 {
13726
+ margin-top: -1rem !important;
13727
+ margin-bottom: -1rem !important;
13728
+ }
13729
+
13730
+ .my-xl-n4 {
13731
+ margin-top: -1.5rem !important;
13732
+ margin-bottom: -1.5rem !important;
13733
+ }
13734
+
13735
+ .my-xl-n5 {
13736
+ margin-top: -3rem !important;
13737
+ margin-bottom: -3rem !important;
13738
+ }
13739
+
13740
+ .mt-xl-n1 {
13741
+ margin-top: -0.25rem !important;
13742
+ }
13743
+
13744
+ .mt-xl-n2 {
13745
+ margin-top: -0.5rem !important;
13746
+ }
13747
+
13748
+ .mt-xl-n3 {
13749
+ margin-top: -1rem !important;
13750
+ }
13751
+
13752
+ .mt-xl-n4 {
13753
+ margin-top: -1.5rem !important;
13754
+ }
13755
+
13756
+ .mt-xl-n5 {
13757
+ margin-top: -3rem !important;
13758
+ }
13759
+
13760
+ .me-xl-n1 {
13761
+ margin-right: -0.25rem !important;
13762
+ }
13763
+
13764
+ .me-xl-n2 {
13765
+ margin-right: -0.5rem !important;
13766
+ }
13767
+
13768
+ .me-xl-n3 {
13769
+ margin-right: -1rem !important;
13770
+ }
13771
+
13772
+ .me-xl-n4 {
13773
+ margin-right: -1.5rem !important;
13774
+ }
13775
+
13776
+ .me-xl-n5 {
13777
+ margin-right: -3rem !important;
13778
+ }
13779
+
13780
+ .mb-xl-n1 {
13781
+ margin-bottom: -0.25rem !important;
13782
+ }
13783
+
13784
+ .mb-xl-n2 {
13785
+ margin-bottom: -0.5rem !important;
13786
+ }
13787
+
13788
+ .mb-xl-n3 {
13789
+ margin-bottom: -1rem !important;
13790
+ }
13791
+
13792
+ .mb-xl-n4 {
13793
+ margin-bottom: -1.5rem !important;
13794
+ }
13795
+
13796
+ .mb-xl-n5 {
13797
+ margin-bottom: -3rem !important;
13798
+ }
13799
+
13800
+ .ms-xl-n1 {
13801
+ margin-left: -0.25rem !important;
13802
+ }
13803
+
13804
+ .ms-xl-n2 {
13805
+ margin-left: -0.5rem !important;
13806
+ }
13807
+
13808
+ .ms-xl-n3 {
13809
+ margin-left: -1rem !important;
13810
+ }
13811
+
13812
+ .ms-xl-n4 {
13813
+ margin-left: -1.5rem !important;
13814
+ }
13815
+
13816
+ .ms-xl-n5 {
13817
+ margin-left: -3rem !important;
13818
+ }
13819
+
12635
13820
  .p-xl-0 {
12636
13821
  padding: 0 !important;
12637
13822
  }
@@ -13060,6 +14245,14 @@ textarea.form-control-lg {
13060
14245
  display: none !important;
13061
14246
  }
13062
14247
 
14248
+ .border-xxl {
14249
+ border: 1px solid #dee2e6 !important;
14250
+ }
14251
+
14252
+ .border-xxl-0 {
14253
+ border: 0 !important;
14254
+ }
14255
+
13063
14256
  .flex-xxl-fill {
13064
14257
  -ms-flex: 1 1 auto !important;
13065
14258
  flex: 1 1 auto !important;
@@ -13716,6 +14909,156 @@ textarea.form-control-lg {
13716
14909
  margin-left: auto !important;
13717
14910
  }
13718
14911
 
14912
+ .m-xxl-n1 {
14913
+ margin: -0.25rem !important;
14914
+ }
14915
+
14916
+ .m-xxl-n2 {
14917
+ margin: -0.5rem !important;
14918
+ }
14919
+
14920
+ .m-xxl-n3 {
14921
+ margin: -1rem !important;
14922
+ }
14923
+
14924
+ .m-xxl-n4 {
14925
+ margin: -1.5rem !important;
14926
+ }
14927
+
14928
+ .m-xxl-n5 {
14929
+ margin: -3rem !important;
14930
+ }
14931
+
14932
+ .mx-xxl-n1 {
14933
+ margin-right: -0.25rem !important;
14934
+ margin-left: -0.25rem !important;
14935
+ }
14936
+
14937
+ .mx-xxl-n2 {
14938
+ margin-right: -0.5rem !important;
14939
+ margin-left: -0.5rem !important;
14940
+ }
14941
+
14942
+ .mx-xxl-n3 {
14943
+ margin-right: -1rem !important;
14944
+ margin-left: -1rem !important;
14945
+ }
14946
+
14947
+ .mx-xxl-n4 {
14948
+ margin-right: -1.5rem !important;
14949
+ margin-left: -1.5rem !important;
14950
+ }
14951
+
14952
+ .mx-xxl-n5 {
14953
+ margin-right: -3rem !important;
14954
+ margin-left: -3rem !important;
14955
+ }
14956
+
14957
+ .my-xxl-n1 {
14958
+ margin-top: -0.25rem !important;
14959
+ margin-bottom: -0.25rem !important;
14960
+ }
14961
+
14962
+ .my-xxl-n2 {
14963
+ margin-top: -0.5rem !important;
14964
+ margin-bottom: -0.5rem !important;
14965
+ }
14966
+
14967
+ .my-xxl-n3 {
14968
+ margin-top: -1rem !important;
14969
+ margin-bottom: -1rem !important;
14970
+ }
14971
+
14972
+ .my-xxl-n4 {
14973
+ margin-top: -1.5rem !important;
14974
+ margin-bottom: -1.5rem !important;
14975
+ }
14976
+
14977
+ .my-xxl-n5 {
14978
+ margin-top: -3rem !important;
14979
+ margin-bottom: -3rem !important;
14980
+ }
14981
+
14982
+ .mt-xxl-n1 {
14983
+ margin-top: -0.25rem !important;
14984
+ }
14985
+
14986
+ .mt-xxl-n2 {
14987
+ margin-top: -0.5rem !important;
14988
+ }
14989
+
14990
+ .mt-xxl-n3 {
14991
+ margin-top: -1rem !important;
14992
+ }
14993
+
14994
+ .mt-xxl-n4 {
14995
+ margin-top: -1.5rem !important;
14996
+ }
14997
+
14998
+ .mt-xxl-n5 {
14999
+ margin-top: -3rem !important;
15000
+ }
15001
+
15002
+ .me-xxl-n1 {
15003
+ margin-right: -0.25rem !important;
15004
+ }
15005
+
15006
+ .me-xxl-n2 {
15007
+ margin-right: -0.5rem !important;
15008
+ }
15009
+
15010
+ .me-xxl-n3 {
15011
+ margin-right: -1rem !important;
15012
+ }
15013
+
15014
+ .me-xxl-n4 {
15015
+ margin-right: -1.5rem !important;
15016
+ }
15017
+
15018
+ .me-xxl-n5 {
15019
+ margin-right: -3rem !important;
15020
+ }
15021
+
15022
+ .mb-xxl-n1 {
15023
+ margin-bottom: -0.25rem !important;
15024
+ }
15025
+
15026
+ .mb-xxl-n2 {
15027
+ margin-bottom: -0.5rem !important;
15028
+ }
15029
+
15030
+ .mb-xxl-n3 {
15031
+ margin-bottom: -1rem !important;
15032
+ }
15033
+
15034
+ .mb-xxl-n4 {
15035
+ margin-bottom: -1.5rem !important;
15036
+ }
15037
+
15038
+ .mb-xxl-n5 {
15039
+ margin-bottom: -3rem !important;
15040
+ }
15041
+
15042
+ .ms-xxl-n1 {
15043
+ margin-left: -0.25rem !important;
15044
+ }
15045
+
15046
+ .ms-xxl-n2 {
15047
+ margin-left: -0.5rem !important;
15048
+ }
15049
+
15050
+ .ms-xxl-n3 {
15051
+ margin-left: -1rem !important;
15052
+ }
15053
+
15054
+ .ms-xxl-n4 {
15055
+ margin-left: -1.5rem !important;
15056
+ }
15057
+
15058
+ .ms-xxl-n5 {
15059
+ margin-left: -3rem !important;
15060
+ }
15061
+
13719
15062
  .p-xxl-0 {
13720
15063
  padding: 0 !important;
13721
15064
  }
@@ -14168,6 +15511,7 @@ body {
14168
15511
 
14169
15512
  .bcl-header__project {
14170
15513
  padding-top: 1rem;
15514
+ min-height: 3rem;
14171
15515
  }
14172
15516
 
14173
15517
  .ec__header .bcl-header__project,
@@ -14325,7 +15669,7 @@ body {
14325
15669
  background-color: #fff;
14326
15670
  }
14327
15671
  .bcl-language__item:hover, .bcl-language__item:focus {
14328
- color: #212529;
15672
+ color: #2e3338;
14329
15673
  text-decoration: underline;
14330
15674
  background-color: #ffd617;
14331
15675
  }
@@ -14589,7 +15933,10 @@ textarea.form-control.is-valid,
14589
15933
  .badge {
14590
15934
  font-size: 1.125rem;
14591
15935
  font-weight: 400;
14592
- vertical-align: 15%;
15936
+ display: -ms-inline-flexbox;
15937
+ display: inline-flex;
15938
+ -ms-flex-align: center;
15939
+ align-items: center;
14593
15940
  }
14594
15941
  @media (min-width: 768px) {
14595
15942
  .badge {
@@ -14615,26 +15962,26 @@ textarea.form-control.is-valid,
14615
15962
  margin: 0;
14616
15963
  }
14617
15964
  .badge.bg-primary .icon--close {
14618
- color: #0d6efd;
15965
+ color: #221684;
14619
15966
  }
14620
15967
  .badge.bg-secondary .icon--close {
14621
- color: #6c757d;
15968
+ color: #f25924;
14622
15969
  }
14623
15970
  .badge.bg-success .icon--close {
14624
- color: #198754;
15971
+ color: #3c8f38;
14625
15972
  }
14626
15973
  .badge.bg-danger .icon--close {
14627
- color: #dc3545;
15974
+ color: #b8282a;
14628
15975
  }
14629
15976
  .badge.bg-dark .icon--close {
14630
- color: #212529;
15977
+ color: #2e3338;
14631
15978
  }
14632
15979
  .badge.bg-warning .icon--close {
14633
- color: #ffc107;
15980
+ color: #e1ab00;
14634
15981
  background: #000;
14635
15982
  }
14636
15983
  .badge.bg-info .icon--close {
14637
- color: #0dcaf0;
15984
+ color: #2b768a;
14638
15985
  background: #000;
14639
15986
  }
14640
15987
  .badge.bg-light .icon--close {
@@ -14913,7 +16260,7 @@ a .badge {
14913
16260
  padding: 3px 5px;
14914
16261
  margin: 3px 5px 3px 0px;
14915
16262
  color: #ffffff;
14916
- background-color: #0d6efd;
16263
+ background-color: #221684;
14917
16264
  border-radius: 4px;
14918
16265
  -webkit-animation-name: scaleIn;
14919
16266
  animation-name: scaleIn;
@@ -15073,7 +16420,7 @@ a .badge {
15073
16420
  }
15074
16421
 
15075
16422
  .ss-content .ss-search input:focus {
15076
- box-shadow: 0 0 5px #0d6efd;
16423
+ box-shadow: 0 0 5px #221684;
15077
16424
  }
15078
16425
 
15079
16426
  .ss-content .ss-search .ss-addable {
@@ -15121,7 +16468,7 @@ a .badge {
15121
16468
 
15122
16469
  .ss-content .ss-list .ss-optgroup-label-selectable:hover {
15123
16470
  color: #ffffff;
15124
- background-color: #0d6efd;
16471
+ background-color: #221684;
15125
16472
  }
15126
16473
 
15127
16474
  .ss-content .ss-list .ss-option {
@@ -15139,7 +16486,7 @@ a .badge {
15139
16486
 
15140
16487
  .ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted {
15141
16488
  color: #ffffff;
15142
- background-color: #0d6efd;
16489
+ background-color: #221684;
15143
16490
  }
15144
16491
 
15145
16492
  .ss-content .ss-list .ss-option.ss-disabled {
@@ -15150,7 +16497,7 @@ a .badge {
15150
16497
 
15151
16498
  .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
15152
16499
  color: #666666;
15153
- background-color: rgba(13, 110, 253, 0.1);
16500
+ background-color: rgba(34, 22, 132, 0.1);
15154
16501
  }
15155
16502
 
15156
16503
  .ss-content .ss-list .ss-option.ss-hide {
@@ -15225,21 +16572,21 @@ select.multi-select {
15225
16572
  .ss-main.multi-select.is-invalid .ss-multi-selected,
15226
16573
  .was-validated .multi-select:invalid + .ss-main.multi-select .ss-multi-selected {
15227
16574
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z' fill='%23D72E3D'/%3E%3C/svg%3E%0A");
15228
- border-color: #dc3545;
16575
+ border-color: #b8282a;
15229
16576
  }
15230
16577
  .ss-main.multi-select.is-invalid .ss-values .ss-value,
15231
16578
  .was-validated .multi-select:invalid + .ss-main.multi-select .ss-values .ss-value {
15232
- background: #dc3545;
16579
+ background: #b8282a;
15233
16580
  }
15234
16581
 
15235
16582
  .ss-main.multi-select.is-valid .ss-multi-selected,
15236
16583
  .was-validated .multi-select:valid + .ss-main.multi-select .ss-multi-selected {
15237
16584
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM12.0303 4.96967C11.7374 4.67678 11.2626 4.67678 10.9697 4.96967C10.9626 4.97674 10.9559 4.98424 10.9498 4.9921L7.4774 9.41674L5.38388 7.32322C5.09098 7.03033 4.61611 7.03033 4.32322 7.32322C4.03032 7.61612 4.03032 8.09099 4.32322 8.38388L6.96966 11.0303C7.26256 11.3232 7.73743 11.3232 8.03032 11.0303C8.03685 11.0238 8.043 11.0169 8.04876 11.0097L12.041 6.01947C12.3232 5.72582 12.3196 5.25897 12.0303 4.96967Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
15238
- border-color: #198754;
16585
+ border-color: #3c8f38;
15239
16586
  }
15240
16587
  .ss-main.multi-select.is-valid .ss-values .ss-value,
15241
16588
  .was-validated .multi-select:valid + .ss-main.multi-select .ss-values .ss-value {
15242
- background: #198754;
16589
+ background: #3c8f38;
15243
16590
  }
15244
16591
 
15245
16592
  @media (min-width: 768px) {
@@ -15299,7 +16646,7 @@ select.multi-select {
15299
16646
  font-weight: 500;
15300
16647
  }
15301
16648
  .bcl-banner.shade {
15302
- color: #212529;
16649
+ color: #2e3338;
15303
16650
  }
15304
16651
  .bcl-banner.bg-primary .bcl-banner__content {
15305
16652
  border-color: #fff !important;
@@ -15313,7 +16660,7 @@ select.multi-select {
15313
16660
 
15314
16661
  .bcl-banner__content {
15315
16662
  padding: 2.5rem 2rem;
15316
- border-color: #0d6efd !important;
16663
+ border-color: #0d6efd;
15317
16664
  }
15318
16665
 
15319
16666
  .bcl-banner__image {
@@ -15363,11 +16710,14 @@ select.multi-select {
15363
16710
  border-bottom: 0;
15364
16711
  border-left: 4px solid transparent;
15365
16712
  }
15366
- .bcl-banner.full-width {
16713
+
16714
+ .bcl-banner.full-width,
16715
+ .bcl-content-banner {
15367
16716
  left: 50%;
15368
16717
  width: 100vw;
15369
16718
  margin-left: -50vw;
15370
16719
  border-radius: 0;
16720
+ position: relative;
15371
16721
  }
15372
16722
 
15373
16723
  .bcl-banner__content {
@@ -15422,4 +16772,80 @@ select.multi-select {
15422
16772
  padding-top: 33.33%;
15423
16773
  }
15424
16774
  }
16775
+ /* stylelint-disable declaration-no-important */
16776
+ .bcl-timeline {
16777
+ list-style-type: none;
16778
+ position: relative;
16779
+ padding: 0;
16780
+ margin: 0;
16781
+ max-width: 648px;
16782
+ }
16783
+ .bcl-timeline > li {
16784
+ position: relative;
16785
+ padding-bottom: 2rem;
16786
+ padding-left: calc(22px + 1rem);
16787
+ }
16788
+ .bcl-timeline > li::before {
16789
+ content: "";
16790
+ background: #fff;
16791
+ display: inline-block;
16792
+ position: absolute;
16793
+ border-radius: 50%;
16794
+ border: 2px solid #221684;
16795
+ left: 0;
16796
+ width: 22px;
16797
+ height: 22px;
16798
+ }
16799
+ .bcl-timeline > li::after {
16800
+ content: "";
16801
+ background: #dee2e6;
16802
+ display: inline-block;
16803
+ position: absolute;
16804
+ left: 10px;
16805
+ top: 22px;
16806
+ width: 2px;
16807
+ height: 100%;
16808
+ }
16809
+ .bcl-timeline > li.collapsing {
16810
+ transition: none !important;
16811
+ }
16812
+ .bcl-timeline > li.bcl-timeline__item--toggle::before {
16813
+ border-color: #6c757d;
16814
+ top: 7px;
16815
+ }
16816
+ .bcl-timeline > li.bcl-timeline__item--toggle::after {
16817
+ top: 30px;
16818
+ background: repeating-linear-gradient(to bottom, #dee2e6, #dee2e6 3px, #fff 3px, #fff 6px);
16819
+ }
16820
+ .bcl-timeline > li:last-child::after {
16821
+ content: none;
16822
+ }
16823
+ .bcl-timeline button[aria-expanded=false] .label-expanded {
16824
+ display: none;
16825
+ }
16826
+ .bcl-timeline button[aria-expanded=true] .label-collapsed {
16827
+ display: none;
16828
+ }
16829
+ .bcl-timeline button[aria-expanded=true] svg {
16830
+ -webkit-transform: rotate(180deg);
16831
+ transform: rotate(180deg);
16832
+ }
16833
+
16834
+ #bcl-inpage-navigation {
16835
+ top: 1rem;
16836
+ background-color: #f8f9fa;
16837
+ }
16838
+ #bcl-inpage-navigation h5, #bcl-inpage-navigation .h5 {
16839
+ font-weight: bold;
16840
+ margin-bottom: 0;
16841
+ padding: 1.25rem;
16842
+ border-bottom: 1px solid #dee2e6;
16843
+ }
16844
+ #bcl-inpage-navigation ul {
16845
+ padding: 0.75rem;
16846
+ }
16847
+ #bcl-inpage-navigation ul .nav-link {
16848
+ padding: 0.5rem;
16849
+ margin-bottom: 0.5rem;
16850
+ }
15425
16851
  /*# sourceMappingURL=oe-bcl-ucpkn.css.map */