@openeuropa/bcl-theme-joinup 1.10.8 → 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.
@@ -17453,6 +17453,9 @@ em.placeholder {
17453
17453
  align-items: flex-end;
17454
17454
  }
17455
17455
 
17456
+ .bcl-header {
17457
+ --oel-mega-menu-offset-top: 0px;
17458
+ }
17456
17459
  .bcl-header .notification {
17457
17460
  position: relative;
17458
17461
  padding-right: 0;
@@ -17498,12 +17501,11 @@ em.placeholder {
17498
17501
  header:has(.bcl-header__navbar #main-navbar.show),
17499
17502
  header:has(.bcl-header__navbar.collapsing),
17500
17503
  header:has(.bcl-header__navbar.show) {
17501
- height: 100vh;
17504
+ height: calc(100vh - var(--oel-mega-menu-offset-top, 0px));
17502
17505
  display: -ms-flexbox;
17503
17506
  display: flex;
17504
17507
  -ms-flex-flow: column;
17505
17508
  flex-flow: column;
17506
- overflow: auto;
17507
17509
  }
17508
17510
  header:has(.bcl-header__navbar #main-navbar.collapsing) > div:has(.breadcrumb),
17509
17511
  header:has(.bcl-header__navbar #main-navbar.show) > div:has(.breadcrumb),
@@ -17530,6 +17532,7 @@ em.placeholder {
17530
17532
  width: 100%;
17531
17533
  -ms-flex-align: start;
17532
17534
  align-items: flex-start;
17535
+ overflow: auto;
17533
17536
  }
17534
17537
  .bcl-header__navbar.navbar .navbar-nav {
17535
17538
  width: 100%;
@@ -17921,6 +17924,10 @@ dd + dd {
17921
17924
  border-top-left-radius: 0;
17922
17925
  border-bottom-left-radius: 0;
17923
17926
  }
17927
+ .bcl-search-form.submittable .bcl-search-form__submit:focus-visible {
17928
+ outline-offset: 2px;
17929
+ outline-color: #143b76;
17930
+ }
17924
17931
  .bcl-search-form.submittable .bcl-search-form__group {
17925
17932
  display: -ms-flexbox;
17926
17933
  display: flex;
@@ -18035,12 +18042,53 @@ dd + dd {
18035
18042
  padding-bottom: 0.5rem;
18036
18043
  padding-left: 1rem;
18037
18044
  font-size: 1.25rem;
18045
+ border-color: #6d7173;
18038
18046
  }
18039
18047
  .form-select:focus-visible {
18048
+ border-color: #6d7173;
18049
+ box-shadow: none;
18040
18050
  outline: 2px solid #143b76;
18041
18051
  box-shadow: none;
18042
18052
  border-radius: 4px;
18043
- outline-offset: -1px;
18053
+ outline-offset: 2px;
18054
+ }
18055
+ .form-select:focus-visible.is-valid {
18056
+ outline-color: #18bf80;
18057
+ }
18058
+ .form-select:focus-visible.is-valid:focus {
18059
+ box-shadow: none;
18060
+ border-color: #6d7173;
18061
+ }
18062
+ .form-select:focus-visible.is-invalid {
18063
+ outline-color: #eb3434;
18064
+ }
18065
+ .form-select:focus-visible.is-invalid:focus {
18066
+ box-shadow: none;
18067
+ border-color: #6d7173;
18068
+ }
18069
+ .form-select:focus {
18070
+ box-shadow: none;
18071
+ border-color: #6d7173;
18072
+ }
18073
+ .form-select.is-valid:focus, .form-select.is-invalid:focus {
18074
+ box-shadow: none;
18075
+ }
18076
+
18077
+ .form-check-input {
18078
+ border-color: #143b76;
18079
+ }
18080
+ .form-check-input:focus-visible[type=radio] {
18081
+ border-radius: 50%;
18082
+ }
18083
+ .form-check-input:focus {
18084
+ border-color: #143b76;
18085
+ box-shadow: none;
18086
+ }
18087
+ .form-check-input:focus-visible {
18088
+ outline: 2px solid #143b76;
18089
+ box-shadow: none;
18090
+ border-radius: 4px;
18091
+ outline-offset: 1px;
18044
18092
  }
18045
18093
 
18046
18094
  .form-control {
@@ -18048,6 +18096,7 @@ dd + dd {
18048
18096
  padding: 0.5rem 1rem;
18049
18097
  font-size: 1.25rem;
18050
18098
  border-radius: 0.3rem;
18099
+ border-color: #6d7173;
18051
18100
  }
18052
18101
  .form-control::-webkit-file-upload-button {
18053
18102
  padding: 0.5rem 1rem;
@@ -18057,11 +18106,31 @@ dd + dd {
18057
18106
  padding: 0.5rem 1rem;
18058
18107
  margin: -0.5rem 1rem -0.5rem -1rem;
18059
18108
  }
18060
- .form-control:focus-visible {
18109
+ .form-control:focus:focus-visible {
18110
+ border-color: #6d7173;
18061
18111
  outline: 2px solid #143b76;
18062
18112
  box-shadow: none;
18063
18113
  border-radius: 4px;
18064
- outline-offset: -1px;
18114
+ outline-offset: 2px;
18115
+ }
18116
+ .form-control.is-valid:focus, .form-control.is-invalid:focus {
18117
+ box-shadow: none;
18118
+ }
18119
+ .form-control.is-valid:focus:focus-visible {
18120
+ transition: none;
18121
+ border-color: #6d7173;
18122
+ outline: 2px solid #18bf80;
18123
+ box-shadow: none;
18124
+ border-radius: 4px;
18125
+ outline-offset: 2px;
18126
+ }
18127
+ .form-control.is-invalid:focus:focus-visible {
18128
+ transition: none;
18129
+ border-color: #6d7173;
18130
+ outline: 2px solid #eb3434;
18131
+ box-shadow: none;
18132
+ border-radius: 4px;
18133
+ outline-offset: 2px;
18065
18134
  }
18066
18135
 
18067
18136
  .form-check:not(.form-switch) {
@@ -18076,19 +18145,6 @@ dd + dd {
18076
18145
  margin-top: 0.15rem;
18077
18146
  }
18078
18147
 
18079
- .form-check-input:focus-visible {
18080
- outline: 4px solid #143b76;
18081
- box-shadow: none;
18082
- border-radius: 4px;
18083
- outline-offset: 0;
18084
- }
18085
- .form-check-input:focus-visible[type=radio] {
18086
- border-radius: 50%;
18087
- }
18088
- .form-check-input:checked:focus-visible {
18089
- border-color: #fff;
18090
- }
18091
-
18092
18148
  @media (min-width: 768px) {
18093
18149
  .form-check:not(.form-switch) {
18094
18150
  padding-left: 1.5rem;
@@ -18122,23 +18178,17 @@ dd + dd {
18122
18178
  }
18123
18179
  textarea.form-control.is-invalid,
18124
18180
  .form-control.is-invalid {
18125
- 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");
18181
+ 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");
18126
18182
  }
18127
18183
  textarea.form-control.is-valid,
18128
18184
  .form-control.is-valid {
18129
18185
  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");
18130
18186
  }
18131
18187
 
18132
- .form-select:not([multiple]):not([size]):focus-visible {
18133
- outline: 2px solid #143b76;
18134
- box-shadow: none;
18135
- border-radius: 4px;
18136
- outline-offset: -1px;
18188
+ select.form-select:not([multiple]):not([size]).is-invalid {
18189
+ 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");
18137
18190
  }
18138
- .form-select:not([multiple]):not([size]).is-invalid {
18139
- 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");
18140
- }
18141
- .form-select:not([multiple]):not([size]).is-valid {
18191
+ select.form-select:not([multiple]):not([size]).is-valid {
18142
18192
  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");
18143
18193
  }
18144
18194
 
@@ -19048,7 +19098,7 @@ select.multi-select {
19048
19098
  --ss-font-color: #4d4d4d;
19049
19099
  --ss-font-placeholder-color: #212529;
19050
19100
  --ss-disabled-color: #dcdee2;
19051
- --ss-border-color: #dcdee2;
19101
+ --ss-border-color: #6c757d;
19052
19102
  --ss-highlight-color: #fffb8c;
19053
19103
  --ss-success-color: #00b755;
19054
19104
  --ss-error-color: #dc3545;
@@ -19138,8 +19188,11 @@ select.multi-select {
19138
19188
  overflow: hidden;
19139
19189
  min-height: 38px;
19140
19190
  }
19141
- .ss-main.ss-2:focus {
19142
- box-shadow: 0 0 5px var(--ss-focus-color);
19191
+ .ss-main.ss-2:focus-visible {
19192
+ outline: 2px solid #143b76;
19193
+ box-shadow: none;
19194
+ border-radius: 4px;
19195
+ outline-offset: 2px;
19143
19196
  }
19144
19197
  .ss-main.ss-2.form-select {
19145
19198
  background: none;
@@ -19422,7 +19475,10 @@ select.multi-select {
19422
19475
  vertical-align: middle;
19423
19476
  }
19424
19477
  .ss-content.ss-content-2 .ss-search input:focus {
19425
- box-shadow: 0 0 5px var(--ss-focus-color);
19478
+ outline: 2px solid #143b76;
19479
+ box-shadow: none;
19480
+ border-radius: 4px;
19481
+ outline-offset: 2px;
19426
19482
  }
19427
19483
  .ss-content.ss-content-2 .ss-search .ss-addable {
19428
19484
  display: -ms-inline-flexbox;
@@ -19614,23 +19670,35 @@ select.multi-select {
19614
19670
  background-color: var(--ss-highlight-color);
19615
19671
  }
19616
19672
 
19617
- .ss-main.multi-select.is-invalid,
19618
- .was-validated .multi-select:invalid + .ss-main.multi-select {
19673
+ .form-select.ss-main.multi-select.is-invalid,
19674
+ .was-validated .multi-select:invalid + .form-select.ss-main.multi-select {
19619
19675
  border-color: #eb3434;
19620
- background-position: right 1.5rem center;
19676
+ background-position: right 2.5rem center;
19621
19677
  background-repeat: no-repeat;
19678
+ padding-right: 0.5rem;
19622
19679
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
19623
- 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");
19680
+ 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");
19681
+ }
19682
+ .form-select.ss-main.multi-select.is-invalid:focus-visible,
19683
+ .was-validated .multi-select:invalid + .form-select.ss-main.multi-select:focus-visible {
19684
+ border-color: #6d7173;
19685
+ outline-color: #eb3434;
19624
19686
  }
19625
19687
 
19626
- .ss-main.multi-select.is-valid,
19627
- .was-validated .multi-select:valid + .ss-main.multi-select {
19688
+ .form-select.ss-main.multi-select.is-valid,
19689
+ .was-validated .multi-select:valid + .form-select.ss-main.multi-select {
19628
19690
  border-color: #18bf80;
19629
- background-position: right 1.5rem center;
19691
+ background-position: right 2.5rem center;
19630
19692
  background-repeat: no-repeat;
19693
+ padding-right: 0.5rem;
19631
19694
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
19632
19695
  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");
19633
19696
  }
19697
+ .form-select.ss-main.multi-select.is-valid:focus-visible,
19698
+ .was-validated .multi-select:valid + .form-select.ss-main.multi-select:focus-visible {
19699
+ border-color: #6d7173;
19700
+ outline-color: #18bf80;
19701
+ }
19634
19702
 
19635
19703
  .ss-sr-only {
19636
19704
  position: absolute;
@@ -19903,32 +19971,6 @@ ul.bcl-mega-menu__items > li > button[aria-expanded=true] {
19903
19971
  background-color: #143b76;
19904
19972
  }
19905
19973
  }
19906
- ul.bcl-mega-menu__items > li:has(> a.see-all-button) {
19907
- position: -webkit-sticky;
19908
- position: sticky;
19909
- inset-block-start: 100%;
19910
- }
19911
- ul.bcl-mega-menu__items > li > a.see-all-button {
19912
- border-top: none;
19913
- }
19914
- ul.bcl-mega-menu__items > li > a.see-all-button:after {
19915
- background: #b9c5e9;
19916
- content: "";
19917
- block-size: 1px;
19918
- inset-inline-start: 0;
19919
- position: absolute;
19920
- inset-block-start: 0;
19921
- inset-inline: 1rem;
19922
- }
19923
- ul.bcl-mega-menu__items > li > a.see-all-button > svg {
19924
- inline-size: 0.8rem;
19925
- }
19926
- ul.bcl-mega-menu__items > li > a.see-all-button > span {
19927
- text-overflow: ellipsis;
19928
- overflow: hidden;
19929
- display: block;
19930
- white-space: nowrap;
19931
- }
19932
19974
 
19933
19975
  @media (min-width: 992px) {
19934
19976
  .bcl-mega-menu__menu {
@@ -19936,6 +19978,15 @@ ul.bcl-mega-menu__items > li > a.see-all-button > span {
19936
19978
  padding-right: 0;
19937
19979
  }
19938
19980
  }
19981
+ @media (max-width: 991.98px) {
19982
+ .bcl-mega-menu__menu > .bcl-mega-menu__items:has(.bcl-mega-menu__submenu:not([hidden])) > .__leaf,
19983
+ .bcl-mega-menu__menu > .bcl-mega-menu__items:has(.bcl-mega-menu__submenu:not([hidden])) > .__parent {
19984
+ display: none;
19985
+ }
19986
+ .bcl-mega-menu__menu > .bcl-mega-menu__items > .__parent:has(.bcl-mega-menu__submenu:not([hidden])) {
19987
+ display: block;
19988
+ }
19989
+ }
19939
19990
 
19940
19991
  .bcl-mega-menu__submenu {
19941
19992
  position: absolute;
@@ -19993,36 +20044,52 @@ ul.bcl-mega-menu__items > li > a.see-all-button > span {
19993
20044
  display: none;
19994
20045
  }
19995
20046
  }
19996
-
19997
20047
  @media (min-width: 992px) {
19998
- .bcl-mega-menu__second-submenu > .tab-content > .tab-pane {
19999
- background: tint-color(#253ebe, 90%);
20048
+ .bcl-mega-menu__submenu > .bcl-mega-menu__items {
20049
+ -ms-flex: 1 1 0px;
20050
+ flex: 1 1 0;
20051
+ overflow-y: auto;
20000
20052
  }
20001
- }
20002
- @media (max-width: 991.98px) {
20003
- .bcl-mega-menu__container:has(.bcl-mega-menu__second-submenu > .tab-content > .tab-pane.active) .bcl-mega-menu__info,
20004
- .bcl-mega-menu__container:has(.bcl-mega-menu__second-submenu > .tab-content > .tab-pane.active) .bcl-mega-menu__first-submenu {
20005
- display: none;
20053
+ .bcl-mega-menu__submenu > .bcl-mega-menu__items > li > :is(span, a, button) {
20054
+ padding: 0.75rem 1.75rem;
20006
20055
  }
20007
20056
  }
20008
- .bcl-mega-menu__second-submenu > .tab-content > .tab-pane > .panel-title {
20009
- padding: 1rem 1rem;
20010
- margin: 0;
20011
- color: #212529;
20012
- background: tint-color(#253ebe, 90%);
20013
- display: block;
20014
- font-size: 20px;
20057
+ .bcl-mega-menu__submenu > .__see_all {
20058
+ border-top: 1px solid #b9c5e9;
20015
20059
  }
20016
20060
  @media (min-width: 992px) {
20017
- .bcl-mega-menu__second-submenu > .tab-content > .tab-pane > .panel-title {
20018
- display: none;
20061
+ .bcl-mega-menu__submenu > .__see_all {
20062
+ border-top: 1px solid tint-color(#253ebe, 80%);
20063
+ margin: 0 1.75rem;
20019
20064
  }
20020
20065
  }
20021
- @media (min-width: 1200px) {
20022
- .bcl-mega-menu__second-submenu > .tab-content > .tab-pane > ul > li > * {
20023
- margin: 0 0.75rem;
20066
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button {
20067
+ padding: 0.75rem 1rem;
20068
+ display: -ms-flexbox;
20069
+ display: flex;
20070
+ -ms-flex-align: center;
20071
+ align-items: center;
20072
+ color: #1073de;
20073
+ }
20074
+ @media (min-width: 992px) {
20075
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button {
20076
+ padding: 0.75rem 1.75rem;
20077
+ margin: 0 -1.75rem;
20024
20078
  }
20025
20079
  }
20080
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button:hover {
20081
+ background: tint-color(#253ebe, 90%);
20082
+ }
20083
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button > svg {
20084
+ -ms-flex-negative: 0;
20085
+ flex-shrink: 0;
20086
+ }
20087
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button > span {
20088
+ text-overflow: ellipsis;
20089
+ overflow: hidden;
20090
+ display: block;
20091
+ white-space: nowrap;
20092
+ }
20026
20093
 
20027
20094
  @media (max-width: 991.98px) {
20028
20095
  .bcl-mega-menu__submenu > .__header,
@@ -21077,6 +21144,10 @@ Due to the split circle of progress-left and progress right, we must use the ani
21077
21144
  }
21078
21145
 
21079
21146
  /* stylelint-disable no-descending-specificity */
21147
+ .pagination {
21148
+ -ms-flex-wrap: wrap;
21149
+ flex-wrap: wrap;
21150
+ }
21080
21151
  .pagination .page-item .page-link {
21081
21152
  display: -ms-flexbox;
21082
21153
  display: flex;