@openeuropa/bcl-theme-ucpkn 1.10.7 → 1.10.9

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 +316 -180
  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/icons/bcl-default-icons.svg +1 -1
  6. package/icons/bootstrap-icons.svg +1 -1
  7. package/js/oe-bcl-ucpkn.bundle.js +86 -14
  8. package/js/oe-bcl-ucpkn.bundle.js.map +1 -1
  9. package/js/oe-bcl-ucpkn.bundle.min.js +1 -1
  10. package/js/oe-bcl-ucpkn.bundle.min.js.map +1 -1
  11. package/js/oe-bcl-ucpkn.esm.js +85 -14
  12. package/js/oe-bcl-ucpkn.esm.js.map +1 -1
  13. package/js/oe-bcl-ucpkn.esm.min.js +1 -1
  14. package/js/oe-bcl-ucpkn.esm.min.js.map +1 -1
  15. package/js/oe-bcl-ucpkn.umd.js +86 -14
  16. package/js/oe-bcl-ucpkn.umd.js.map +1 -1
  17. package/js/oe-bcl-ucpkn.umd.min.js +1 -1
  18. package/js/oe-bcl-ucpkn.umd.min.js.map +1 -1
  19. package/package.json +8 -8
  20. package/src/js/index.esm.js +2 -0
  21. package/src/js/index.umd.js +2 -0
  22. package/src/scss/_header.scss +0 -6
  23. package/src/scss/oe-bcl-ucpkn.scss +1 -0
  24. package/templates/bcl-base-templates/listing-page.html.twig +17 -19
  25. package/templates/bcl-contact-form/contact-form.html.twig +3 -3
  26. package/templates/bcl-content-banner/content-banner.html.twig +3 -0
  27. package/templates/bcl-dropdown/dropdown.html.twig +12 -7
  28. package/templates/bcl-event/event.html.twig +5 -5
  29. package/templates/bcl-file/file.html.twig +1 -1
  30. package/templates/bcl-glossary/glossary-detail.html.twig +4 -5
  31. package/templates/bcl-glossary/glossary-listing.html.twig +5 -5
  32. package/templates/bcl-group/group-landing.html.twig +5 -5
  33. package/templates/bcl-group/group.html.twig +3 -3
  34. package/templates/bcl-header/header.html.twig +43 -50
  35. package/templates/bcl-landing-page/landing-page.html.twig +5 -8
  36. package/templates/bcl-language-list/language-list-modal.html.twig +58 -5
  37. package/templates/bcl-links-block/links-block.html.twig +1 -1
  38. package/templates/bcl-mega-menu/mega-menu-submenu.html.twig +10 -7
  39. package/templates/bcl-modal/modal.html.twig +20 -7
  40. package/templates/bcl-navigation/navigation.html.twig +8 -0
  41. package/templates/bcl-page/page.html.twig +5 -5
  42. package/templates/bcl-pagination-v2/pagination-item.html.twig +90 -0
  43. package/templates/bcl-pagination-v2/pagination.html.twig +213 -0
  44. package/templates/bcl-person/person.html.twig +5 -5
  45. package/templates/bcl-project/project.html.twig +7 -7
  46. package/templates/bcl-project-status/project-contributions.html.twig +1 -1
  47. package/templates/bcl-search/search.html.twig +3 -3
  48. package/templates/bcl-subscription/subscription.html.twig +5 -5
  49. package/templates/{bcl-toast → bcl-toasts}/toasts.html.twig +17 -8
  50. package/templates/bcl-user/user-terms.html.twig +3 -3
  51. package/templates/bcl-user/user.html.twig +3 -3
@@ -542,6 +542,11 @@ legend + * {
542
542
  -webkit-appearance: textfield;
543
543
  outline-offset: -2px;
544
544
  }
545
+ [type=search]::-webkit-search-cancel-button {
546
+ cursor: pointer;
547
+ -webkit-filter: grayscale(1);
548
+ filter: grayscale(1);
549
+ }
545
550
 
546
551
  /* rtl:raw:
547
552
  [type="tel"],
@@ -5310,7 +5315,7 @@ textarea.form-control-lg {
5310
5315
  --bs-pagination-color: var(--bs-link-color);
5311
5316
  --bs-pagination-bg: var(--bs-body-bg);
5312
5317
  --bs-pagination-border-width: var(--bs-border-width);
5313
- --bs-pagination-border-color: var(--bs-border-color);
5318
+ --bs-pagination-border-color: #ced4da;
5314
5319
  --bs-pagination-border-radius: var(--bs-border-radius);
5315
5320
  --bs-pagination-hover-color: var(--bs-link-hover-color);
5316
5321
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
@@ -6922,6 +6927,8 @@ textarea.form-control-lg {
6922
6927
  .spinner-grow,
6923
6928
  .spinner-border {
6924
6929
  display: inline-block;
6930
+ -ms-flex-negative: 0;
6931
+ flex-shrink: 0;
6925
6932
  width: var(--bs-spinner-width);
6926
6933
  height: var(--bs-spinner-height);
6927
6934
  vertical-align: var(--bs-spinner-vertical-align);
@@ -8044,6 +8051,14 @@ svg {
8044
8051
  border-color: #dee2e6;
8045
8052
  }
8046
8053
 
8054
+ .border-top-subtle {
8055
+ border-top: 1px solid tint-color(#253ebe, 80%);
8056
+ }
8057
+
8058
+ .border-bottom-subtle {
8059
+ border-bottom: 1px solid tint-color(#253ebe, 80%);
8060
+ }
8061
+
8047
8062
  .grid-3-9 {
8048
8063
  -ms-grid-columns: 25% 75%;
8049
8064
  grid-template-columns: 25% 75%;
@@ -9734,7 +9749,7 @@ svg {
9734
9749
  padding-top: 1rem !important;
9735
9750
  }
9736
9751
 
9737
- .pt-4 {
9752
+ .pt-4, .pagination-v2 .pagination {
9738
9753
  padding-top: 1.5rem !important;
9739
9754
  }
9740
9755
 
@@ -10122,7 +10137,7 @@ svg {
10122
10137
  font-weight: 300 !important;
10123
10138
  }
10124
10139
 
10125
- .fw-normal {
10140
+ .fw-normal, .pagination-v2 .pagination.pagination--glossary .page-item .page-link {
10126
10141
  font-weight: 400 !important;
10127
10142
  }
10128
10143
 
@@ -10170,7 +10185,7 @@ svg {
10170
10185
  text-align: center !important;
10171
10186
  }
10172
10187
 
10173
- .text-decoration-none {
10188
+ .text-decoration-none, .pagination-v2 .pagination.pagination--glossary .page-item .page-link:hover {
10174
10189
  text-decoration: none !important;
10175
10190
  }
10176
10191
 
@@ -10543,7 +10558,7 @@ svg {
10543
10558
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
10544
10559
  }
10545
10560
 
10546
- .bg-light {
10561
+ .bg-light, .pagination-v2 .pagination.pagination--glossary .page-item .page-link:hover {
10547
10562
  --bs-bg-opacity: 1;
10548
10563
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
10549
10564
  }
@@ -10684,7 +10699,7 @@ svg {
10684
10699
  border-radius: var(--bs-border-radius-sm) !important;
10685
10700
  }
10686
10701
 
10687
- .rounded-2 {
10702
+ .rounded-2, .bcl-navbar-toggler {
10688
10703
  border-radius: var(--bs-border-radius) !important;
10689
10704
  }
10690
10705
 
@@ -17224,10 +17239,6 @@ em.placeholder {
17224
17239
  display: inline;
17225
17240
  }
17226
17241
 
17227
- .bcl-header__project {
17228
- background: linear-gradient(90deg, #039 0%, #1b4ac3 100%);
17229
- }
17230
-
17231
17242
  .bcl-header .nav-link {
17232
17243
  color: #1b4ac3;
17233
17244
  display: -ms-flexbox;
@@ -17236,14 +17247,32 @@ em.placeholder {
17236
17247
  align-items: center;
17237
17248
  }
17238
17249
 
17250
+ .bcl-navbar-toggler {
17251
+ background: transparent;
17252
+ border: none;
17253
+ border-radius: var(--bs-border-radius-sm);
17254
+ padding: 0.375rem 0.75rem;
17255
+ color: #221684;
17256
+ line-height: 1;
17257
+ }
17258
+ .bcl-navbar-toggler .active-icon {
17259
+ display: none;
17260
+ }
17261
+ .bcl-navbar-toggler[aria-expanded=true] {
17262
+ background-color: #221684;
17263
+ color: #fff;
17264
+ }
17265
+ .bcl-navbar-toggler[aria-expanded=true] .active-icon {
17266
+ display: block;
17267
+ }
17268
+ .bcl-navbar-toggler[aria-expanded=true] .default-icon {
17269
+ display: none;
17270
+ }
17271
+
17239
17272
  .bcl-header--ec,
17240
17273
  .ec__header {
17241
17274
  /* stylelint-disable-next-line no-descending-specificity */
17242
17275
  }
17243
- .bcl-header--ec .bcl-header__project,
17244
- .ec__header .bcl-header__project {
17245
- background: #004494;
17246
- }
17247
17276
  .bcl-header--ec .nav-link,
17248
17277
  .ec__header .nav-link {
17249
17278
  color: #17458f;
@@ -17254,16 +17283,8 @@ em.placeholder {
17254
17283
  align-items: flex-end;
17255
17284
  }
17256
17285
 
17257
- .bcl-header--neutral .bcl-header__project {
17258
- background: #495057;
17259
- }
17260
-
17261
- .bcl-header:not(.bcl-header--neutral) .bcl-header__project {
17262
- padding-top: 1rem;
17263
- }
17264
-
17265
- .bcl-header .navbar-brand img {
17266
- width: 100px;
17286
+ .bcl-header {
17287
+ --oel-mega-menu-offset-top: 0px;
17267
17288
  }
17268
17289
  .bcl-header .notification {
17269
17290
  position: relative;
@@ -17280,16 +17301,6 @@ em.placeholder {
17280
17301
  transform: translate(-11px, 5px);
17281
17302
  }
17282
17303
 
17283
- .bcl-header__project .bcl-header__site-name {
17284
- display: inline-block;
17285
- margin-bottom: 0;
17286
- font-size: 1.3rem;
17287
- font-weight: 300;
17288
- color: #fff;
17289
- vertical-align: middle;
17290
- max-width: 80%;
17291
- }
17292
-
17293
17304
  .bcl-header__navbar.navbar {
17294
17305
  padding: 0;
17295
17306
  }
@@ -17303,11 +17314,6 @@ em.placeholder {
17303
17314
  transition: none;
17304
17315
  }
17305
17316
 
17306
- @media only screen and (max-width: 400px) {
17307
- .bcl-header--neutral .bcl-header__project-logo {
17308
- display: none;
17309
- }
17310
- }
17311
17317
  @media (min-width: 768px) {
17312
17318
  .bcl-header--ec .navbar-brand img,
17313
17319
  .ec__header .navbar-brand img {
@@ -17325,12 +17331,11 @@ em.placeholder {
17325
17331
  header:has(.bcl-header__navbar #main-navbar.show),
17326
17332
  header:has(.bcl-header__navbar.collapsing),
17327
17333
  header:has(.bcl-header__navbar.show) {
17328
- height: 100vh;
17334
+ height: calc(100vh - var(--oel-mega-menu-offset-top, 0px));
17329
17335
  display: -ms-flexbox;
17330
17336
  display: flex;
17331
17337
  -ms-flex-flow: column;
17332
17338
  flex-flow: column;
17333
- overflow: auto;
17334
17339
  }
17335
17340
  header:has(.bcl-header__navbar #main-navbar.collapsing) > div:has(.breadcrumb),
17336
17341
  header:has(.bcl-header__navbar #main-navbar.show) > div:has(.breadcrumb),
@@ -17338,17 +17343,7 @@ em.placeholder {
17338
17343
  header:has(.bcl-header__navbar.show) > div:has(.breadcrumb) {
17339
17344
  display: none;
17340
17345
  }
17341
- .bcl-header__project {
17342
- padding: 1rem 0;
17343
- }
17344
- .bcl-header .bcl-header__project {
17345
- z-index: 1040;
17346
- position: relative;
17347
- box-shadow: var(--bs-box-shadow);
17348
- -ms-flex-negative: 0;
17349
- flex-shrink: 0;
17350
- }
17351
- .bcl-header:not(:has(.bcl-header__project)) > .navbar:first-child {
17346
+ .bcl-header {
17352
17347
  box-shadow: var(--bs-box-shadow);
17353
17348
  }
17354
17349
  .bcl-header nav + nav {
@@ -17367,6 +17362,7 @@ em.placeholder {
17367
17362
  width: 100%;
17368
17363
  -ms-flex-align: start;
17369
17364
  align-items: flex-start;
17365
+ overflow: auto;
17370
17366
  }
17371
17367
  .bcl-header__navbar.navbar .navbar-nav {
17372
17368
  width: 100%;
@@ -17426,11 +17422,6 @@ em.placeholder {
17426
17422
  }
17427
17423
  }
17428
17424
  @media (min-width: 992px) {
17429
- .bcl-header__project.light,
17430
- .bcl-header--ec .bcl-header__project.light,
17431
- .ec__header .bcl-header__project.light {
17432
- background: #fff;
17433
- }
17434
17425
  .bcl-header__navbar {
17435
17426
  background: linear-gradient(90deg, #039 0%, #1b4ac3 100%);
17436
17427
  }
@@ -17445,27 +17436,14 @@ em.placeholder {
17445
17436
  .bcl-header--neutral .bcl-header__navbar {
17446
17437
  background: #495057;
17447
17438
  }
17448
- .bcl-header__site-name {
17449
- margin-left: 1.5rem;
17450
- font-weight: 500;
17451
- }
17452
- .bcl-header__project.light .bcl-header__site-name {
17453
- color: #000;
17454
- }
17455
17439
  .bcl-header .navbar-toggler {
17456
17440
  position: relative;
17457
17441
  right: 0;
17458
17442
  bottom: 0;
17459
17443
  }
17460
- .bcl-header .navbar-brand img {
17461
- width: auto;
17462
- }
17463
17444
  .bcl-header__navbar .bcl-mega-menu {
17464
17445
  --bcl-mega-menu-zindex: 1050;
17465
17446
  }
17466
- .bcl-header:not(.bcl-header--neutral) .bcl-header__project {
17467
- padding-bottom: 1rem;
17468
- }
17469
17447
  .bcl-header__navbar.collapse {
17470
17448
  display: block;
17471
17449
  }
@@ -17776,6 +17754,10 @@ dd + dd {
17776
17754
  border-top-left-radius: 0;
17777
17755
  border-bottom-left-radius: 0;
17778
17756
  }
17757
+ .bcl-search-form.submittable .bcl-search-form__submit:focus-visible {
17758
+ outline-offset: 2px;
17759
+ outline-color: #221684;
17760
+ }
17779
17761
  .bcl-search-form.submittable .bcl-search-form__group {
17780
17762
  display: -ms-flexbox;
17781
17763
  display: flex;
@@ -17861,12 +17843,14 @@ dd + dd {
17861
17843
  white-space: nowrap;
17862
17844
  scrollbar-width: none;
17863
17845
  -ms-overflow-style: none;
17864
- border: none;
17865
17846
  }
17866
17847
  .nav-tabs::-webkit-scrollbar {
17867
17848
  width: 0;
17868
17849
  height: 0;
17869
17850
  }
17851
+ .nav-tabs {
17852
+ border: none;
17853
+ }
17870
17854
  .nav-tabs .nav-item {
17871
17855
  z-index: 1;
17872
17856
  }
@@ -17888,12 +17872,53 @@ dd + dd {
17888
17872
  padding-bottom: 0.5rem;
17889
17873
  padding-left: 1rem;
17890
17874
  font-size: 1.25rem;
17875
+ border-color: #6c757d;
17891
17876
  }
17892
17877
  .form-select:focus-visible {
17878
+ border-color: #6c757d;
17879
+ box-shadow: none;
17893
17880
  outline: 2px solid #221684;
17894
17881
  box-shadow: none;
17895
17882
  border-radius: 4px;
17896
- outline-offset: -1px;
17883
+ outline-offset: 2px;
17884
+ }
17885
+ .form-select:focus-visible.is-valid {
17886
+ outline-color: #3c8f38;
17887
+ }
17888
+ .form-select:focus-visible.is-valid:focus {
17889
+ box-shadow: none;
17890
+ border-color: #6c757d;
17891
+ }
17892
+ .form-select:focus-visible.is-invalid {
17893
+ outline-color: #b8282a;
17894
+ }
17895
+ .form-select:focus-visible.is-invalid:focus {
17896
+ box-shadow: none;
17897
+ border-color: #6c757d;
17898
+ }
17899
+ .form-select:focus {
17900
+ box-shadow: none;
17901
+ border-color: #6c757d;
17902
+ }
17903
+ .form-select.is-valid:focus, .form-select.is-invalid:focus {
17904
+ box-shadow: none;
17905
+ }
17906
+
17907
+ .form-check-input {
17908
+ border-color: #221684;
17909
+ }
17910
+ .form-check-input:focus-visible[type=radio] {
17911
+ border-radius: 50%;
17912
+ }
17913
+ .form-check-input:focus {
17914
+ border-color: #221684;
17915
+ box-shadow: none;
17916
+ }
17917
+ .form-check-input:focus-visible {
17918
+ outline: 2px solid #221684;
17919
+ box-shadow: none;
17920
+ border-radius: 4px;
17921
+ outline-offset: 1px;
17897
17922
  }
17898
17923
 
17899
17924
  .form-control {
@@ -17901,6 +17926,7 @@ dd + dd {
17901
17926
  padding: 0.5rem 1rem;
17902
17927
  font-size: 1.25rem;
17903
17928
  border-radius: 0.3rem;
17929
+ border-color: #6c757d;
17904
17930
  }
17905
17931
  .form-control::-webkit-file-upload-button {
17906
17932
  padding: 0.5rem 1rem;
@@ -17910,11 +17936,31 @@ dd + dd {
17910
17936
  padding: 0.5rem 1rem;
17911
17937
  margin: -0.5rem 1rem -0.5rem -1rem;
17912
17938
  }
17913
- .form-control:focus-visible {
17939
+ .form-control:focus:focus-visible {
17940
+ border-color: #6c757d;
17914
17941
  outline: 2px solid #221684;
17915
17942
  box-shadow: none;
17916
17943
  border-radius: 4px;
17917
- outline-offset: -1px;
17944
+ outline-offset: 2px;
17945
+ }
17946
+ .form-control.is-valid:focus, .form-control.is-invalid:focus {
17947
+ box-shadow: none;
17948
+ }
17949
+ .form-control.is-valid:focus:focus-visible {
17950
+ transition: none;
17951
+ border-color: #6c757d;
17952
+ outline: 2px solid #3c8f38;
17953
+ box-shadow: none;
17954
+ border-radius: 4px;
17955
+ outline-offset: 2px;
17956
+ }
17957
+ .form-control.is-invalid:focus:focus-visible {
17958
+ transition: none;
17959
+ border-color: #6c757d;
17960
+ outline: 2px solid #b8282a;
17961
+ box-shadow: none;
17962
+ border-radius: 4px;
17963
+ outline-offset: 2px;
17918
17964
  }
17919
17965
 
17920
17966
  .form-check:not(.form-switch) {
@@ -17929,19 +17975,6 @@ dd + dd {
17929
17975
  margin-top: 0.15rem;
17930
17976
  }
17931
17977
 
17932
- .form-check-input:focus-visible {
17933
- outline: 4px solid #221684;
17934
- box-shadow: none;
17935
- border-radius: 4px;
17936
- outline-offset: 0;
17937
- }
17938
- .form-check-input:focus-visible[type=radio] {
17939
- border-radius: 50%;
17940
- }
17941
- .form-check-input:checked:focus-visible {
17942
- border-color: #fff;
17943
- }
17944
-
17945
17978
  @media (min-width: 768px) {
17946
17979
  .form-check:not(.form-switch) {
17947
17980
  padding-left: 1.5rem;
@@ -17975,23 +18008,17 @@ dd + dd {
17975
18008
  }
17976
18009
  textarea.form-control.is-invalid,
17977
18010
  .form-control.is-invalid {
17978
- 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");
18011
+ 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='%23A51F2C'/%3E%3C/svg%3E%0A");
17979
18012
  }
17980
18013
  textarea.form-control.is-valid,
17981
18014
  .form-control.is-valid {
17982
18015
  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");
17983
18016
  }
17984
18017
 
17985
- .form-select:not([multiple]):not([size]):focus-visible {
17986
- outline: 2px solid #221684;
17987
- box-shadow: none;
17988
- border-radius: 4px;
17989
- outline-offset: -1px;
17990
- }
17991
- .form-select:not([multiple]):not([size]).is-invalid {
17992
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), 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");
18018
+ select.form-select:not([multiple]):not([size]).is-invalid {
18019
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), 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='%23A51F2C'/%3E%3C/svg%3E%0A");
17993
18020
  }
17994
- .form-select:not([multiple]):not([size]).is-valid {
18021
+ select.form-select:not([multiple]):not([size]).is-valid {
17995
18022
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), 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");
17996
18023
  }
17997
18024
 
@@ -18171,8 +18198,9 @@ a.badge:focus-within.text-bg-danger, a.badge:active.text-bg-danger, a.badge:hove
18171
18198
  background-color: rgb(156.4, 34, 35.7) !important;
18172
18199
  }
18173
18200
 
18174
- .badge.bg-light a,
18175
- .badge.bg-light {
18201
+ .badge.bg-light a, .pagination-v2 .pagination.pagination--glossary .page-item .badge.page-link:hover a,
18202
+ .badge.bg-light,
18203
+ .pagination-v2 .pagination.pagination--glossary .page-item .badge.page-link:hover {
18176
18204
  color: #000;
18177
18205
  }
18178
18206
 
@@ -18882,7 +18910,7 @@ select.multi-select {
18882
18910
  --ss-font-color: #4d4d4d;
18883
18911
  --ss-font-placeholder-color: #212529;
18884
18912
  --ss-disabled-color: #dcdee2;
18885
- --ss-border-color: #dcdee2;
18913
+ --ss-border-color: #6c757d;
18886
18914
  --ss-highlight-color: #fffb8c;
18887
18915
  --ss-success-color: #00b755;
18888
18916
  --ss-error-color: #dc3545;
@@ -18972,8 +19000,11 @@ select.multi-select {
18972
19000
  overflow: hidden;
18973
19001
  min-height: 38px;
18974
19002
  }
18975
- .ss-main.ss-2:focus {
18976
- box-shadow: 0 0 5px var(--ss-focus-color);
19003
+ .ss-main.ss-2:focus-visible {
19004
+ outline: 2px solid #221684;
19005
+ box-shadow: none;
19006
+ border-radius: 4px;
19007
+ outline-offset: 2px;
18977
19008
  }
18978
19009
  .ss-main.ss-2.form-select {
18979
19010
  background: none;
@@ -19256,7 +19287,10 @@ select.multi-select {
19256
19287
  vertical-align: middle;
19257
19288
  }
19258
19289
  .ss-content.ss-content-2 .ss-search input:focus {
19259
- box-shadow: 0 0 5px var(--ss-focus-color);
19290
+ outline: 2px solid #221684;
19291
+ box-shadow: none;
19292
+ border-radius: 4px;
19293
+ outline-offset: 2px;
19260
19294
  }
19261
19295
  .ss-content.ss-content-2 .ss-search .ss-addable {
19262
19296
  display: -ms-inline-flexbox;
@@ -19448,23 +19482,48 @@ select.multi-select {
19448
19482
  background-color: var(--ss-highlight-color);
19449
19483
  }
19450
19484
 
19451
- .ss-main.multi-select.is-invalid,
19452
- .was-validated .multi-select:invalid + .ss-main.multi-select {
19485
+ .form-select.ss-main.multi-select.is-invalid,
19486
+ .was-validated .multi-select:invalid + .form-select.ss-main.multi-select {
19453
19487
  border-color: #b8282a;
19454
- background-position: right 1.5rem center;
19488
+ background-position: right 2.5rem center;
19455
19489
  background-repeat: no-repeat;
19490
+ padding-right: 0.5rem;
19456
19491
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
19457
- 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");
19492
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23a51f2c' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4m.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2'/%3E%3C/svg%3E");
19493
+ }
19494
+ .form-select.ss-main.multi-select.is-invalid:focus-visible,
19495
+ .was-validated .multi-select:invalid + .form-select.ss-main.multi-select:focus-visible {
19496
+ border-color: #6c757d;
19497
+ outline-color: #b8282a;
19458
19498
  }
19459
19499
 
19460
- .ss-main.multi-select.is-valid,
19461
- .was-validated .multi-select:valid + .ss-main.multi-select {
19500
+ .form-select.ss-main.multi-select.is-valid,
19501
+ .was-validated .multi-select:valid + .form-select.ss-main.multi-select {
19462
19502
  border-color: #3c8f38;
19463
- background-position: right 1.5rem center;
19503
+ background-position: right 2.5rem center;
19464
19504
  background-repeat: no-repeat;
19505
+ padding-right: 0.5rem;
19465
19506
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
19466
19507
  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");
19467
19508
  }
19509
+ .form-select.ss-main.multi-select.is-valid:focus-visible,
19510
+ .was-validated .multi-select:valid + .form-select.ss-main.multi-select:focus-visible {
19511
+ border-color: #6c757d;
19512
+ outline-color: #3c8f38;
19513
+ }
19514
+
19515
+ .ss-sr-only {
19516
+ position: absolute;
19517
+ width: 1px;
19518
+ height: 1px;
19519
+ margin: -1px;
19520
+ padding: 0;
19521
+ border: 0;
19522
+ clip: rect(0, 0, 0, 0);
19523
+ -webkit-clip-path: inset(50%);
19524
+ clip-path: inset(50%);
19525
+ overflow: hidden;
19526
+ }
19468
19527
 
19469
19528
  /* stylelint-disable no-descending-specificity, declaration-no-important */
19470
19529
  /* -------------------------------------
@@ -19513,16 +19572,6 @@ select.multi-select {
19513
19572
  }
19514
19573
  .bcl-mega-menu__container[class] {
19515
19574
  display: none;
19516
- z-index: var(--bcl-mega-menu-zindex);
19517
- position: absolute;
19518
- inset-block-start: 0;
19519
- inset-inline-start: 0;
19520
- inline-size: 100%;
19521
- -webkit-margin-before: 0;
19522
- margin-block-start: 0;
19523
- padding: 0;
19524
- border: 0;
19525
- border-radius: 0;
19526
19575
  }
19527
19576
  .bcl-mega-menu > [aria-expanded=true] + .bcl-mega-menu__container[class] {
19528
19577
  display: block;
@@ -19533,6 +19582,9 @@ select.multi-select {
19533
19582
  display: flex;
19534
19583
  }
19535
19584
  }
19585
+ .bcl-mega-menu__container[class] {
19586
+ z-index: var(--bcl-mega-menu-zindex);
19587
+ }
19536
19588
  @media (prefers-reduced-motion: no-preference) {
19537
19589
  .bcl-mega-menu__container[class] {
19538
19590
  transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
@@ -19551,6 +19603,17 @@ select.multi-select {
19551
19603
  pointer-events: none;
19552
19604
  }
19553
19605
  }
19606
+ .bcl-mega-menu__container[class] {
19607
+ position: absolute;
19608
+ inset-block-start: 0;
19609
+ inset-inline-start: 0;
19610
+ inline-size: 100%;
19611
+ -webkit-margin-before: 0;
19612
+ margin-block-start: 0;
19613
+ padding: 0;
19614
+ border: 0;
19615
+ border-radius: 0;
19616
+ }
19554
19617
  @media (min-width: 992px) {
19555
19618
  .bcl-mega-menu__container[class] {
19556
19619
  inset-block-start: 100%;
@@ -19720,32 +19783,6 @@ ul.bcl-mega-menu__items > li > button[aria-expanded=true] {
19720
19783
  background-color: #221684;
19721
19784
  }
19722
19785
  }
19723
- ul.bcl-mega-menu__items > li:has(> a.see-all-button) {
19724
- position: -webkit-sticky;
19725
- position: sticky;
19726
- inset-block-start: 100%;
19727
- }
19728
- ul.bcl-mega-menu__items > li > a.see-all-button {
19729
- border-top: none;
19730
- }
19731
- ul.bcl-mega-menu__items > li > a.see-all-button:after {
19732
- background: #b9c5e9;
19733
- content: "";
19734
- block-size: 1px;
19735
- inset-inline-start: 0;
19736
- position: absolute;
19737
- inset-block-start: 0;
19738
- inset-inline: 1rem;
19739
- }
19740
- ul.bcl-mega-menu__items > li > a.see-all-button > svg {
19741
- inline-size: 0.8rem;
19742
- }
19743
- ul.bcl-mega-menu__items > li > a.see-all-button > span {
19744
- text-overflow: ellipsis;
19745
- overflow: hidden;
19746
- display: block;
19747
- white-space: nowrap;
19748
- }
19749
19786
 
19750
19787
  @media (min-width: 992px) {
19751
19788
  .bcl-mega-menu__menu {
@@ -19753,14 +19790,18 @@ ul.bcl-mega-menu__items > li > a.see-all-button > span {
19753
19790
  padding-right: 0;
19754
19791
  }
19755
19792
  }
19793
+ @media (max-width: 991.98px) {
19794
+ .bcl-mega-menu__menu > .bcl-mega-menu__items:has(.bcl-mega-menu__submenu:not([hidden])) > .__leaf,
19795
+ .bcl-mega-menu__menu > .bcl-mega-menu__items:has(.bcl-mega-menu__submenu:not([hidden])) > .__parent {
19796
+ display: none;
19797
+ }
19798
+ .bcl-mega-menu__menu > .bcl-mega-menu__items > .__parent:has(.bcl-mega-menu__submenu:not([hidden])) {
19799
+ display: block;
19800
+ }
19801
+ }
19756
19802
 
19757
19803
  .bcl-mega-menu__submenu {
19758
19804
  position: absolute;
19759
- background: white;
19760
- display: -ms-flexbox;
19761
- display: flex;
19762
- -ms-flex-direction: column;
19763
- flex-direction: column;
19764
19805
  }
19765
19806
  @media (max-width: 991.98px) {
19766
19807
  .bcl-mega-menu__submenu {
@@ -19788,11 +19829,20 @@ ul.bcl-mega-menu__items > li > a.see-all-button > span {
19788
19829
  z-index: -1;
19789
19830
  }
19790
19831
  }
19832
+ .bcl-mega-menu__submenu {
19833
+ background: white;
19834
+ }
19791
19835
  @media (min-width: 992px) {
19792
19836
  .bcl-mega-menu__submenu {
19793
19837
  background: tint-color(#253ebe, 90%);
19794
19838
  }
19795
19839
  }
19840
+ .bcl-mega-menu__submenu {
19841
+ display: -ms-flexbox;
19842
+ display: flex;
19843
+ -ms-flex-direction: column;
19844
+ flex-direction: column;
19845
+ }
19796
19846
  .bcl-mega-menu__submenu > .__header > .__label {
19797
19847
  padding: 1rem 1rem;
19798
19848
  margin: 0;
@@ -19806,36 +19856,52 @@ ul.bcl-mega-menu__items > li > a.see-all-button > span {
19806
19856
  display: none;
19807
19857
  }
19808
19858
  }
19809
-
19810
19859
  @media (min-width: 992px) {
19811
- .bcl-mega-menu__second-submenu > .tab-content > .tab-pane {
19812
- background: tint-color(#253ebe, 90%);
19860
+ .bcl-mega-menu__submenu > .bcl-mega-menu__items {
19861
+ -ms-flex: 1 1 0px;
19862
+ flex: 1 1 0;
19863
+ overflow-y: auto;
19813
19864
  }
19814
- }
19815
- @media (max-width: 991.98px) {
19816
- .bcl-mega-menu__container:has(.bcl-mega-menu__second-submenu > .tab-content > .tab-pane.active) .bcl-mega-menu__info,
19817
- .bcl-mega-menu__container:has(.bcl-mega-menu__second-submenu > .tab-content > .tab-pane.active) .bcl-mega-menu__first-submenu {
19818
- display: none;
19865
+ .bcl-mega-menu__submenu > .bcl-mega-menu__items > li > :is(span, a, button) {
19866
+ padding: 0.75rem 1.75rem;
19819
19867
  }
19820
19868
  }
19821
- .bcl-mega-menu__second-submenu > .tab-content > .tab-pane > .panel-title {
19822
- padding: 1rem 1rem;
19823
- margin: 0;
19824
- color: #2e3338;
19825
- background: tint-color(#253ebe, 90%);
19826
- display: block;
19827
- font-size: 20px;
19869
+ .bcl-mega-menu__submenu > .__see_all {
19870
+ border-top: 1px solid #b9c5e9;
19828
19871
  }
19829
19872
  @media (min-width: 992px) {
19830
- .bcl-mega-menu__second-submenu > .tab-content > .tab-pane > .panel-title {
19831
- display: none;
19873
+ .bcl-mega-menu__submenu > .__see_all {
19874
+ border-top: 1px solid tint-color(#253ebe, 80%);
19875
+ margin: 0 1.75rem;
19832
19876
  }
19833
19877
  }
19834
- @media (min-width: 1200px) {
19835
- .bcl-mega-menu__second-submenu > .tab-content > .tab-pane > ul > li > * {
19836
- margin: 0 0.75rem;
19878
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button {
19879
+ padding: 0.75rem 1rem;
19880
+ display: -ms-flexbox;
19881
+ display: flex;
19882
+ -ms-flex-align: center;
19883
+ align-items: center;
19884
+ color: #221684;
19885
+ }
19886
+ @media (min-width: 992px) {
19887
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button {
19888
+ padding: 0.75rem 1.75rem;
19889
+ margin: 0 -1.75rem;
19837
19890
  }
19838
19891
  }
19892
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button:hover {
19893
+ background: tint-color(#253ebe, 90%);
19894
+ }
19895
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button > svg {
19896
+ -ms-flex-negative: 0;
19897
+ flex-shrink: 0;
19898
+ }
19899
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button > span {
19900
+ text-overflow: ellipsis;
19901
+ overflow: hidden;
19902
+ display: block;
19903
+ white-space: nowrap;
19904
+ }
19839
19905
 
19840
19906
  @media (max-width: 991.98px) {
19841
19907
  .bcl-mega-menu__submenu > .__header,
@@ -20849,9 +20915,6 @@ Due to the split circle of progress-left and progress right, we must use the ani
20849
20915
  padding-bottom: 0;
20850
20916
  }
20851
20917
  }
20852
- .bcl-gallery {
20853
- /* lazyload */
20854
- }
20855
20918
  .bcl-gallery .bcl-gallery__thumbnails {
20856
20919
  border-radius: 0.375rem;
20857
20920
  overflow: hidden;
@@ -21003,6 +21066,9 @@ Due to the split circle of progress-left and progress right, we must use the ani
21003
21066
  -o-object-fit: contain;
21004
21067
  object-fit: contain;
21005
21068
  }
21069
+ .bcl-gallery {
21070
+ /* lazyload */
21071
+ }
21006
21072
  .bcl-gallery img:not([src]):not([srcset]) {
21007
21073
  visibility: hidden;
21008
21074
  }
@@ -21104,6 +21170,10 @@ Due to the split circle of progress-left and progress right, we must use the ani
21104
21170
  }
21105
21171
 
21106
21172
  /* stylelint-disable no-descending-specificity */
21173
+ .pagination {
21174
+ -ms-flex-wrap: wrap;
21175
+ flex-wrap: wrap;
21176
+ }
21107
21177
  .pagination .page-item .page-link {
21108
21178
  display: -ms-flexbox;
21109
21179
  display: flex;
@@ -21164,14 +21234,80 @@ Due to the split circle of progress-left and progress right, we must use the ani
21164
21234
  height: 0;
21165
21235
  }
21166
21236
  }
21237
+ .pagination-v2.pager .pagination {
21238
+ --bs-border-color: transparent;
21239
+ }
21240
+ .pagination-v2 .pagination {
21241
+ --bs-pagination-border-color: transparent;
21242
+ --bs-pagination-disabled-border-color: transparent;
21243
+ --bs-pagination-item-size: 2.75rem;
21244
+ --bs-pagination-hover-bg: #221684;
21245
+ --bs-pagination-hover-color: #fff;
21246
+ border-top: 1px solid #ced4da;
21247
+ }
21248
+ .pagination-v2 .pagination .page-item .page-link {
21249
+ display: -ms-inline-flexbox;
21250
+ display: inline-flex;
21251
+ -ms-flex-align: center;
21252
+ align-items: center;
21253
+ -ms-flex-pack: center;
21254
+ justify-content: center;
21255
+ min-width: var(--bs-pagination-item-size);
21256
+ min-height: var(--bs-pagination-item-size);
21257
+ text-decoration: none;
21258
+ }
21259
+ .pagination-v2 .pagination .page-item .page-link:is(div):hover {
21260
+ background-color: transparent;
21261
+ border-color: transparent;
21262
+ color: #221684;
21263
+ }
21264
+ .pagination-v2 .pagination .page-item.active .page-link {
21265
+ cursor: default;
21266
+ --bs-pagination-active-bg: #221684;
21267
+ --bs-pagination-active-color: #fff;
21268
+ }
21269
+ .pagination-v2 .pagination .page-item.active .page-link:active, .pagination-v2 .pagination .page-item.active .page-link:hover {
21270
+ --bs-pagination-active-bg: #221684;
21271
+ color: var(--bs-pagination-active-color);
21272
+ background-color: var(--bs-pagination-active-bg);
21273
+ }
21274
+ @media (max-width: 767.98px) {
21275
+ .pagination-v2 .pagination .page-item.active .page-link:active, .pagination-v2 .pagination .page-item.active .page-link:hover {
21276
+ --bs-pagination-active-bg: $white;
21277
+ --bs-pagination-active-color: $dark;
21278
+ --bs-pagination-active-border-color: transparent;
21279
+ }
21280
+ }
21281
+ @media (max-width: 767.98px) {
21282
+ .pagination-v2 .pagination .page-item.active .page-link {
21283
+ --bs-pagination-active-bg: $white;
21284
+ --bs-pagination-active-color: $dark;
21285
+ --bs-pagination-active-border-color: transparent;
21286
+ }
21287
+ }
21288
+ .pagination-v2 .pagination.pagination--glossary .page-item {
21289
+ margin-right: inherit;
21290
+ }
21291
+ .pagination-v2 .pagination.pagination--glossary .page-item .page-link {
21292
+ border: 1px solid #ced4da;
21293
+ padding: 0.375rem 0.75rem;
21294
+ }
21295
+ .pagination-v2 .pagination.pagination--glossary .page-item .page-link:focus, .pagination-v2 .pagination.pagination--glossary .page-item .page-link:focus-visible {
21296
+ box-shadow: none;
21297
+ outline: 2px solid #221684;
21298
+ outline-offset: 2px;
21299
+ }
21300
+ .pagination-v2 {
21301
+ /* Outline the group when any pager control is focused for keyboard users. */
21302
+ }
21303
+ .pagination-v2 .pager__items:focus-within {
21304
+ outline: 2px solid currentColor;
21305
+ outline-offset: 2px;
21306
+ border-radius: 6px;
21307
+ }
21308
+
21167
21309
  .bcl-header .navbar-toggler {
21168
21310
  left: auto;
21169
21311
  right: 14px;
21170
21312
  }
21171
-
21172
- @media (max-width: 991.98px) {
21173
- .bcl-header__site-name {
21174
- margin-left: 0;
21175
- }
21176
- }
21177
21313
  /*# sourceMappingURL=oe-bcl-ucpkn.css.map */