@openeuropa/bcl-theme-default 1.10.0 → 1.10.2
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.
- package/css/oe-bcl-ckeditor5.min.css +1 -1
- package/css/oe-bcl-ckeditor5.min.css.map +1 -1
- package/css/oe-bcl-default.css +1034 -124
- package/css/oe-bcl-default.css.map +1 -1
- package/css/oe-bcl-default.min.css +1 -1
- package/css/oe-bcl-default.min.css.map +1 -1
- package/js/oe-bcl-default.bundle.js +124 -74
- package/js/oe-bcl-default.bundle.js.map +1 -1
- package/js/oe-bcl-default.bundle.min.js +1 -1
- package/js/oe-bcl-default.bundle.min.js.map +1 -1
- package/js/oe-bcl-default.esm.js +124 -74
- package/js/oe-bcl-default.esm.js.map +1 -1
- package/js/oe-bcl-default.esm.min.js +1 -1
- package/js/oe-bcl-default.esm.min.js.map +1 -1
- package/js/oe-bcl-default.umd.js +124 -74
- package/js/oe-bcl-default.umd.js.map +1 -1
- package/js/oe-bcl-default.umd.min.js +1 -1
- package/js/oe-bcl-default.umd.min.js.map +1 -1
- package/package.json +8 -7
- package/src/js/accessible-toggle/accessible-toggle.js +11 -3
- package/src/js/gallery/gallery.js +118 -62
- package/src/scss/_accordion.scss +4 -0
- package/src/scss/_inpage-navigation.scss +7 -0
- package/src/scss/_multiselect-2.scss +1 -1
- package/src/scss/_multiselect.scss +21 -0
- package/src/scss/_timeline.scss +2 -0
- package/src/scss/base/_layout.scss +6 -3
- package/src/scss/base/_variables.scss +2 -3
- package/templates/bcl-accordion/accordion.html.twig +8 -3
- package/templates/bcl-dropdown/dropdown.html.twig +1 -1
- package/templates/bcl-file/file-translations.html.twig +2 -2
- package/templates/bcl-gallery/gallery-item.html.twig +1 -0
- package/templates/bcl-gallery/gallery.html.twig +2 -2
- package/templates/bcl-inpage-navigation/inpage-navigation.html.twig +14 -10
- package/templates/bcl-language-switcher/language-switcher.html.twig +2 -2
- package/templates/bcl-modal/modal.html.twig +2 -2
- package/templates/bcl-timeline/timeline.html.twig +2 -2
package/css/oe-bcl-default.css
CHANGED
|
@@ -512,8 +512,8 @@ legend {
|
|
|
512
512
|
width: 100%;
|
|
513
513
|
padding: 0;
|
|
514
514
|
margin-bottom: 0.5rem;
|
|
515
|
-
font-size: calc(1.275rem + 0.3vw);
|
|
516
515
|
line-height: inherit;
|
|
516
|
+
font-size: calc(1.275rem + 0.3vw);
|
|
517
517
|
}
|
|
518
518
|
@media (min-width: 1200px) {
|
|
519
519
|
legend {
|
|
@@ -596,9 +596,9 @@ progress {
|
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
.display-1 {
|
|
599
|
-
font-size: calc(1.625rem + 4.5vw);
|
|
600
599
|
font-weight: 300;
|
|
601
600
|
line-height: 1.2;
|
|
601
|
+
font-size: calc(1.625rem + 4.5vw);
|
|
602
602
|
}
|
|
603
603
|
@media (min-width: 1200px) {
|
|
604
604
|
.display-1 {
|
|
@@ -607,9 +607,9 @@ progress {
|
|
|
607
607
|
}
|
|
608
608
|
|
|
609
609
|
.display-2 {
|
|
610
|
-
font-size: calc(1.575rem + 3.9vw);
|
|
611
610
|
font-weight: 300;
|
|
612
611
|
line-height: 1.2;
|
|
612
|
+
font-size: calc(1.575rem + 3.9vw);
|
|
613
613
|
}
|
|
614
614
|
@media (min-width: 1200px) {
|
|
615
615
|
.display-2 {
|
|
@@ -618,9 +618,9 @@ progress {
|
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
.display-3 {
|
|
621
|
-
font-size: calc(1.525rem + 3.3vw);
|
|
622
621
|
font-weight: 300;
|
|
623
622
|
line-height: 1.2;
|
|
623
|
+
font-size: calc(1.525rem + 3.3vw);
|
|
624
624
|
}
|
|
625
625
|
@media (min-width: 1200px) {
|
|
626
626
|
.display-3 {
|
|
@@ -629,9 +629,9 @@ progress {
|
|
|
629
629
|
}
|
|
630
630
|
|
|
631
631
|
.display-4 {
|
|
632
|
-
font-size: calc(1.475rem + 2.7vw);
|
|
633
632
|
font-weight: 300;
|
|
634
633
|
line-height: 1.2;
|
|
634
|
+
font-size: calc(1.475rem + 2.7vw);
|
|
635
635
|
}
|
|
636
636
|
@media (min-width: 1200px) {
|
|
637
637
|
.display-4 {
|
|
@@ -640,9 +640,9 @@ progress {
|
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
.display-5 {
|
|
643
|
-
font-size: calc(1.425rem + 2.1vw);
|
|
644
643
|
font-weight: 300;
|
|
645
644
|
line-height: 1.2;
|
|
645
|
+
font-size: calc(1.425rem + 2.1vw);
|
|
646
646
|
}
|
|
647
647
|
@media (min-width: 1200px) {
|
|
648
648
|
.display-5 {
|
|
@@ -651,9 +651,9 @@ progress {
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.display-6 {
|
|
654
|
-
font-size: calc(1.375rem + 1.5vw);
|
|
655
654
|
font-weight: 300;
|
|
656
655
|
line-height: 1.2;
|
|
656
|
+
font-size: calc(1.375rem + 1.5vw);
|
|
657
657
|
}
|
|
658
658
|
@media (min-width: 1200px) {
|
|
659
659
|
.display-6 {
|
|
@@ -801,8 +801,8 @@ progress {
|
|
|
801
801
|
}
|
|
802
802
|
|
|
803
803
|
.col {
|
|
804
|
-
-ms-flex: 1 0
|
|
805
|
-
flex: 1 0 0
|
|
804
|
+
-ms-flex: 1 0 0px;
|
|
805
|
+
flex: 1 0 0;
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
.row-cols-auto > * {
|
|
@@ -1091,8 +1091,8 @@ progress {
|
|
|
1091
1091
|
|
|
1092
1092
|
@media (min-width: 576px) {
|
|
1093
1093
|
.col-sm {
|
|
1094
|
-
-ms-flex: 1 0
|
|
1095
|
-
flex: 1 0 0
|
|
1094
|
+
-ms-flex: 1 0 0px;
|
|
1095
|
+
flex: 1 0 0;
|
|
1096
1096
|
}
|
|
1097
1097
|
.row-cols-sm-auto > * {
|
|
1098
1098
|
-ms-flex: 0 0 auto;
|
|
@@ -1329,8 +1329,8 @@ progress {
|
|
|
1329
1329
|
}
|
|
1330
1330
|
@media (min-width: 768px) {
|
|
1331
1331
|
.col-md {
|
|
1332
|
-
-ms-flex: 1 0
|
|
1333
|
-
flex: 1 0 0
|
|
1332
|
+
-ms-flex: 1 0 0px;
|
|
1333
|
+
flex: 1 0 0;
|
|
1334
1334
|
}
|
|
1335
1335
|
.row-cols-md-auto > * {
|
|
1336
1336
|
-ms-flex: 0 0 auto;
|
|
@@ -1567,8 +1567,8 @@ progress {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
@media (min-width: 992px) {
|
|
1569
1569
|
.col-lg {
|
|
1570
|
-
-ms-flex: 1 0
|
|
1571
|
-
flex: 1 0 0
|
|
1570
|
+
-ms-flex: 1 0 0px;
|
|
1571
|
+
flex: 1 0 0;
|
|
1572
1572
|
}
|
|
1573
1573
|
.row-cols-lg-auto > * {
|
|
1574
1574
|
-ms-flex: 0 0 auto;
|
|
@@ -1805,8 +1805,8 @@ progress {
|
|
|
1805
1805
|
}
|
|
1806
1806
|
@media (min-width: 1200px) {
|
|
1807
1807
|
.col-xl {
|
|
1808
|
-
-ms-flex: 1 0
|
|
1809
|
-
flex: 1 0 0
|
|
1808
|
+
-ms-flex: 1 0 0px;
|
|
1809
|
+
flex: 1 0 0;
|
|
1810
1810
|
}
|
|
1811
1811
|
.row-cols-xl-auto > * {
|
|
1812
1812
|
-ms-flex: 0 0 auto;
|
|
@@ -2043,8 +2043,8 @@ progress {
|
|
|
2043
2043
|
}
|
|
2044
2044
|
@media (min-width: 1400px) {
|
|
2045
2045
|
.col-xxl {
|
|
2046
|
-
-ms-flex: 1 0
|
|
2047
|
-
flex: 1 0 0
|
|
2046
|
+
-ms-flex: 1 0 0px;
|
|
2047
|
+
flex: 1 0 0;
|
|
2048
2048
|
}
|
|
2049
2049
|
.row-cols-xxl-auto > * {
|
|
2050
2050
|
-ms-flex: 0 0 auto;
|
|
@@ -3050,9 +3050,11 @@ textarea.form-control-lg {
|
|
|
3050
3050
|
top: 0;
|
|
3051
3051
|
left: 0;
|
|
3052
3052
|
z-index: 2;
|
|
3053
|
+
max-width: 100%;
|
|
3053
3054
|
height: 100%;
|
|
3054
3055
|
padding: 1rem 0.75rem;
|
|
3055
3056
|
overflow: hidden;
|
|
3057
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3056
3058
|
text-align: start;
|
|
3057
3059
|
text-overflow: ellipsis;
|
|
3058
3060
|
white-space: nowrap;
|
|
@@ -3089,7 +3091,7 @@ textarea.form-control-lg {
|
|
|
3089
3091
|
.form-floating > .form-control-plaintext::placeholder {
|
|
3090
3092
|
color: transparent;
|
|
3091
3093
|
}
|
|
3092
|
-
.form-floating > .form-control:not(:-moz-placeholder
|
|
3094
|
+
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
|
|
3093
3095
|
padding-top: 1.625rem;
|
|
3094
3096
|
padding-bottom: 0.625rem;
|
|
3095
3097
|
}
|
|
@@ -3111,24 +3113,26 @@ textarea.form-control-lg {
|
|
|
3111
3113
|
.form-floating > .form-select {
|
|
3112
3114
|
padding-top: 1.625rem;
|
|
3113
3115
|
padding-bottom: 0.625rem;
|
|
3116
|
+
padding-left: 0.75rem;
|
|
3114
3117
|
}
|
|
3115
|
-
.form-floating > .form-control:not(:-moz-placeholder
|
|
3116
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3118
|
+
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
|
|
3117
3119
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3118
3120
|
}
|
|
3119
3121
|
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
|
|
3120
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3121
3122
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3122
3123
|
}
|
|
3123
3124
|
.form-floating > .form-control:focus ~ label,
|
|
3124
3125
|
.form-floating > .form-control:not(:placeholder-shown) ~ label,
|
|
3125
3126
|
.form-floating > .form-control-plaintext ~ label,
|
|
3126
3127
|
.form-floating > .form-select ~ label {
|
|
3127
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3128
3128
|
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3129
3129
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3130
3130
|
}
|
|
3131
|
-
.form-floating > .form-control
|
|
3131
|
+
.form-floating > .form-control:-webkit-autofill ~ label {
|
|
3132
|
+
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3133
|
+
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3134
|
+
}
|
|
3135
|
+
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
|
|
3132
3136
|
position: absolute;
|
|
3133
3137
|
inset: 1rem 0.375rem;
|
|
3134
3138
|
z-index: -1;
|
|
@@ -3137,7 +3141,7 @@ textarea.form-control-lg {
|
|
|
3137
3141
|
background-color: var(--bs-body-bg);
|
|
3138
3142
|
border-radius: var(--bs-border-radius);
|
|
3139
3143
|
}
|
|
3140
|
-
.form-floating >
|
|
3144
|
+
.form-floating > textarea:not(:-ms-input-placeholder) ~ label::after {
|
|
3141
3145
|
position: absolute;
|
|
3142
3146
|
inset: 1rem 0.375rem;
|
|
3143
3147
|
z-index: -1;
|
|
@@ -3146,10 +3150,8 @@ textarea.form-control-lg {
|
|
|
3146
3150
|
background-color: var(--bs-body-bg);
|
|
3147
3151
|
border-radius: var(--bs-border-radius);
|
|
3148
3152
|
}
|
|
3149
|
-
.form-floating >
|
|
3150
|
-
.form-floating >
|
|
3151
|
-
.form-floating > .form-control-plaintext ~ label::after,
|
|
3152
|
-
.form-floating > .form-select ~ label::after {
|
|
3153
|
+
.form-floating > textarea:focus ~ label::after,
|
|
3154
|
+
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
|
|
3153
3155
|
position: absolute;
|
|
3154
3156
|
inset: 1rem 0.375rem;
|
|
3155
3157
|
z-index: -1;
|
|
@@ -3158,10 +3160,8 @@ textarea.form-control-lg {
|
|
|
3158
3160
|
background-color: var(--bs-body-bg);
|
|
3159
3161
|
border-radius: var(--bs-border-radius);
|
|
3160
3162
|
}
|
|
3161
|
-
.form-floating >
|
|
3162
|
-
color:
|
|
3163
|
-
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3164
|
-
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3163
|
+
.form-floating > textarea:disabled ~ label::after {
|
|
3164
|
+
background-color: var(--bs-secondary-bg);
|
|
3165
3165
|
}
|
|
3166
3166
|
.form-floating > .form-control-plaintext ~ label {
|
|
3167
3167
|
border-width: var(--bs-border-width) 0;
|
|
@@ -3170,10 +3170,6 @@ textarea.form-control-lg {
|
|
|
3170
3170
|
.form-floating > .form-control:disabled ~ label {
|
|
3171
3171
|
color: #6c757d;
|
|
3172
3172
|
}
|
|
3173
|
-
.form-floating > :disabled ~ label::after,
|
|
3174
|
-
.form-floating > .form-control:disabled ~ label::after {
|
|
3175
|
-
background-color: var(--bs-secondary-bg);
|
|
3176
|
-
}
|
|
3177
3173
|
|
|
3178
3174
|
.input-group {
|
|
3179
3175
|
position: relative;
|
|
@@ -3262,7 +3258,7 @@ textarea.form-control-lg {
|
|
|
3262
3258
|
border-bottom-right-radius: 0;
|
|
3263
3259
|
}
|
|
3264
3260
|
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
|
|
3265
|
-
margin-left: calc(var(--bs-border-width)
|
|
3261
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
3266
3262
|
border-top-left-radius: 0;
|
|
3267
3263
|
border-bottom-left-radius: 0;
|
|
3268
3264
|
}
|
|
@@ -3304,7 +3300,7 @@ textarea.form-control-lg {
|
|
|
3304
3300
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
3305
3301
|
border-color: var(--bs-form-valid-border-color);
|
|
3306
3302
|
padding-right: calc(1.5em + 0.75rem);
|
|
3307
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2309854c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.
|
|
3303
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2309854c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
|
|
3308
3304
|
background-repeat: no-repeat;
|
|
3309
3305
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
3310
3306
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -3323,7 +3319,7 @@ textarea.form-control-lg {
|
|
|
3323
3319
|
border-color: var(--bs-form-valid-border-color);
|
|
3324
3320
|
}
|
|
3325
3321
|
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
|
|
3326
|
-
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2309854c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.
|
|
3322
|
+
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2309854c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
|
|
3327
3323
|
padding-right: 4.125rem;
|
|
3328
3324
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
3329
3325
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -4241,7 +4237,7 @@ textarea.form-control-lg {
|
|
|
4241
4237
|
}
|
|
4242
4238
|
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
4243
4239
|
.btn-group > .btn-group:not(:first-child) {
|
|
4244
|
-
margin-left: calc(var(--bs-border-width)
|
|
4240
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
4245
4241
|
}
|
|
4246
4242
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4247
4243
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
@@ -4291,14 +4287,15 @@ textarea.form-control-lg {
|
|
|
4291
4287
|
}
|
|
4292
4288
|
.btn-group-vertical > .btn:not(:first-child),
|
|
4293
4289
|
.btn-group-vertical > .btn-group:not(:first-child) {
|
|
4294
|
-
margin-top: calc(var(--bs-border-width)
|
|
4290
|
+
margin-top: calc(-1 * var(--bs-border-width));
|
|
4295
4291
|
}
|
|
4296
4292
|
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4297
4293
|
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
|
|
4298
4294
|
border-bottom-right-radius: 0;
|
|
4299
4295
|
border-bottom-left-radius: 0;
|
|
4300
4296
|
}
|
|
4301
|
-
.btn-group-vertical > .btn
|
|
4297
|
+
.btn-group-vertical > .btn:nth-child(n+3),
|
|
4298
|
+
.btn-group-vertical > :not(.btn-check) + .btn,
|
|
4302
4299
|
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
|
|
4303
4300
|
border-top-left-radius: 0;
|
|
4304
4301
|
border-top-right-radius: 0;
|
|
@@ -4425,10 +4422,10 @@ textarea.form-control-lg {
|
|
|
4425
4422
|
|
|
4426
4423
|
.nav-justified > .nav-link,
|
|
4427
4424
|
.nav-justified .nav-item {
|
|
4428
|
-
-ms-flex-preferred-size: 0;
|
|
4429
|
-
flex-basis: 0;
|
|
4430
4425
|
-ms-flex-positive: 1;
|
|
4431
4426
|
flex-grow: 1;
|
|
4427
|
+
-ms-flex-preferred-size: 0;
|
|
4428
|
+
flex-basis: 0;
|
|
4432
4429
|
text-align: center;
|
|
4433
4430
|
}
|
|
4434
4431
|
|
|
@@ -4539,10 +4536,10 @@ textarea.form-control-lg {
|
|
|
4539
4536
|
}
|
|
4540
4537
|
|
|
4541
4538
|
.navbar-collapse {
|
|
4542
|
-
-ms-flex-preferred-size: 100%;
|
|
4543
|
-
flex-basis: 100%;
|
|
4544
4539
|
-ms-flex-positive: 1;
|
|
4545
4540
|
flex-grow: 1;
|
|
4541
|
+
-ms-flex-preferred-size: 100%;
|
|
4542
|
+
flex-basis: 100%;
|
|
4546
4543
|
-ms-flex-align: center;
|
|
4547
4544
|
align-items: center;
|
|
4548
4545
|
}
|
|
@@ -5097,8 +5094,8 @@ textarea.form-control-lg {
|
|
|
5097
5094
|
flex-flow: row wrap;
|
|
5098
5095
|
}
|
|
5099
5096
|
.card-group > .card {
|
|
5100
|
-
-ms-flex: 1 0
|
|
5101
|
-
flex: 1 0 0
|
|
5097
|
+
-ms-flex: 1 0 0px;
|
|
5098
|
+
flex: 1 0 0;
|
|
5102
5099
|
margin-bottom: 0;
|
|
5103
5100
|
}
|
|
5104
5101
|
.card-group > .card + .card {
|
|
@@ -5109,24 +5106,24 @@ textarea.form-control-lg {
|
|
|
5109
5106
|
border-top-right-radius: 0;
|
|
5110
5107
|
border-bottom-right-radius: 0;
|
|
5111
5108
|
}
|
|
5112
|
-
.card-group > .card:not(:last-child) .card-img-top,
|
|
5113
|
-
.card-group > .card:not(:last-child) .card-header {
|
|
5109
|
+
.card-group > .card:not(:last-child) > .card-img-top,
|
|
5110
|
+
.card-group > .card:not(:last-child) > .card-header {
|
|
5114
5111
|
border-top-right-radius: 0;
|
|
5115
5112
|
}
|
|
5116
|
-
.card-group > .card:not(:last-child) .card-img-bottom,
|
|
5117
|
-
.card-group > .card:not(:last-child) .card-footer {
|
|
5113
|
+
.card-group > .card:not(:last-child) > .card-img-bottom,
|
|
5114
|
+
.card-group > .card:not(:last-child) > .card-footer {
|
|
5118
5115
|
border-bottom-right-radius: 0;
|
|
5119
5116
|
}
|
|
5120
5117
|
.card-group > .card:not(:first-child) {
|
|
5121
5118
|
border-top-left-radius: 0;
|
|
5122
5119
|
border-bottom-left-radius: 0;
|
|
5123
5120
|
}
|
|
5124
|
-
.card-group > .card:not(:first-child) .card-img-top,
|
|
5125
|
-
.card-group > .card:not(:first-child) .card-header {
|
|
5121
|
+
.card-group > .card:not(:first-child) > .card-img-top,
|
|
5122
|
+
.card-group > .card:not(:first-child) > .card-header {
|
|
5126
5123
|
border-top-left-radius: 0;
|
|
5127
5124
|
}
|
|
5128
|
-
.card-group > .card:not(:first-child) .card-img-bottom,
|
|
5129
|
-
.card-group > .card:not(:first-child) .card-footer {
|
|
5125
|
+
.card-group > .card:not(:first-child) > .card-img-bottom,
|
|
5126
|
+
.card-group > .card:not(:first-child) > .card-footer {
|
|
5130
5127
|
border-bottom-left-radius: 0;
|
|
5131
5128
|
}
|
|
5132
5129
|
}
|
|
@@ -5143,11 +5140,11 @@ textarea.form-control-lg {
|
|
|
5143
5140
|
--bs-accordion-btn-padding-y: 1rem;
|
|
5144
5141
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
5145
5142
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
5146
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
5143
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5147
5144
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
5148
5145
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
5149
5146
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
5150
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230f194c' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
5147
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230f194c' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5151
5148
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(37, 62, 190, 0.25);
|
|
5152
5149
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
5153
5150
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -5261,16 +5258,15 @@ textarea.form-control-lg {
|
|
|
5261
5258
|
.accordion-flush > .accordion-item:last-child {
|
|
5262
5259
|
border-bottom: 0;
|
|
5263
5260
|
}
|
|
5264
|
-
.accordion-flush > .accordion-item > .accordion-
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
.accordion-flush > .accordion-item > .accordion-collapse {
|
|
5261
|
+
.accordion-flush > .accordion-item > .accordion-collapse,
|
|
5262
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
|
|
5263
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
|
5268
5264
|
border-radius: 0;
|
|
5269
5265
|
}
|
|
5270
5266
|
|
|
5271
5267
|
[data-bs-theme=dark] .accordion-button::after {
|
|
5272
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237c8bd8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.
|
|
5273
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237c8bd8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.
|
|
5268
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237c8bd8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
5269
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237c8bd8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
5274
5270
|
}
|
|
5275
5271
|
|
|
5276
5272
|
.breadcrumb {
|
|
@@ -5377,7 +5373,7 @@ textarea.form-control-lg {
|
|
|
5377
5373
|
}
|
|
5378
5374
|
|
|
5379
5375
|
.page-item:not(:first-child) .page-link {
|
|
5380
|
-
margin-left: calc(var(--bs-border-width)
|
|
5376
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
5381
5377
|
}
|
|
5382
5378
|
.page-item:first-child .page-link {
|
|
5383
5379
|
border-top-left-radius: var(--bs-pagination-border-radius);
|
|
@@ -5589,13 +5585,13 @@ textarea.form-control-lg {
|
|
|
5589
5585
|
|
|
5590
5586
|
@-webkit-keyframes progress-bar-stripes {
|
|
5591
5587
|
0% {
|
|
5592
|
-
background-position-x:
|
|
5588
|
+
background-position-x: var(--bs-progress-height);
|
|
5593
5589
|
}
|
|
5594
5590
|
}
|
|
5595
5591
|
|
|
5596
5592
|
@keyframes progress-bar-stripes {
|
|
5597
5593
|
0% {
|
|
5598
|
-
background-position-x:
|
|
5594
|
+
background-position-x: var(--bs-progress-height);
|
|
5599
5595
|
}
|
|
5600
5596
|
}
|
|
5601
5597
|
.progress,
|
|
@@ -5697,22 +5693,6 @@ textarea.form-control-lg {
|
|
|
5697
5693
|
counter-increment: section;
|
|
5698
5694
|
}
|
|
5699
5695
|
|
|
5700
|
-
.list-group-item-action {
|
|
5701
|
-
width: 100%;
|
|
5702
|
-
color: var(--bs-list-group-action-color);
|
|
5703
|
-
text-align: inherit;
|
|
5704
|
-
}
|
|
5705
|
-
.list-group-item-action:hover, .list-group-item-action:focus {
|
|
5706
|
-
z-index: 1;
|
|
5707
|
-
color: var(--bs-list-group-action-hover-color);
|
|
5708
|
-
text-decoration: none;
|
|
5709
|
-
background-color: var(--bs-list-group-action-hover-bg);
|
|
5710
|
-
}
|
|
5711
|
-
.list-group-item-action:active {
|
|
5712
|
-
color: var(--bs-list-group-action-active-color);
|
|
5713
|
-
background-color: var(--bs-list-group-action-active-bg);
|
|
5714
|
-
}
|
|
5715
|
-
|
|
5716
5696
|
.list-group-item {
|
|
5717
5697
|
position: relative;
|
|
5718
5698
|
display: block;
|
|
@@ -5749,6 +5729,22 @@ textarea.form-control-lg {
|
|
|
5749
5729
|
border-top-width: var(--bs-list-group-border-width);
|
|
5750
5730
|
}
|
|
5751
5731
|
|
|
5732
|
+
.list-group-item-action {
|
|
5733
|
+
width: 100%;
|
|
5734
|
+
color: var(--bs-list-group-action-color);
|
|
5735
|
+
text-align: inherit;
|
|
5736
|
+
}
|
|
5737
|
+
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
|
|
5738
|
+
z-index: 1;
|
|
5739
|
+
color: var(--bs-list-group-action-hover-color);
|
|
5740
|
+
text-decoration: none;
|
|
5741
|
+
background-color: var(--bs-list-group-action-hover-bg);
|
|
5742
|
+
}
|
|
5743
|
+
.list-group-item-action:not(.active):active {
|
|
5744
|
+
color: var(--bs-list-group-action-active-color);
|
|
5745
|
+
background-color: var(--bs-list-group-action-active-bg);
|
|
5746
|
+
}
|
|
5747
|
+
|
|
5752
5748
|
.list-group-horizontal {
|
|
5753
5749
|
-ms-flex-direction: row;
|
|
5754
5750
|
flex-direction: row;
|
|
@@ -6014,19 +6010,20 @@ textarea.form-control-lg {
|
|
|
6014
6010
|
|
|
6015
6011
|
.btn-close {
|
|
6016
6012
|
--bs-btn-close-color: #000;
|
|
6017
|
-
--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.
|
|
6013
|
+
--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
|
|
6018
6014
|
--bs-btn-close-opacity: 0.5;
|
|
6019
6015
|
--bs-btn-close-hover-opacity: 0.75;
|
|
6020
6016
|
--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(37, 62, 190, 0.25);
|
|
6021
6017
|
--bs-btn-close-focus-opacity: 1;
|
|
6022
6018
|
--bs-btn-close-disabled-opacity: 0.25;
|
|
6023
|
-
--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6024
6019
|
box-sizing: content-box;
|
|
6025
6020
|
width: 1em;
|
|
6026
6021
|
height: 1em;
|
|
6027
6022
|
padding: 0.25em 0.25em;
|
|
6028
6023
|
color: var(--bs-btn-close-color);
|
|
6029
6024
|
background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
|
|
6025
|
+
-webkit-filter: var(--bs-btn-close-filter);
|
|
6026
|
+
filter: var(--bs-btn-close-filter);
|
|
6030
6027
|
border: 0;
|
|
6031
6028
|
border-radius: 0.375rem;
|
|
6032
6029
|
opacity: var(--bs-btn-close-opacity);
|
|
@@ -6051,13 +6048,16 @@ textarea.form-control-lg {
|
|
|
6051
6048
|
}
|
|
6052
6049
|
|
|
6053
6050
|
.btn-close-white {
|
|
6054
|
-
|
|
6055
|
-
filter: var(--bs-btn-close-white-filter);
|
|
6051
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6056
6052
|
}
|
|
6057
6053
|
|
|
6058
|
-
|
|
6059
|
-
|
|
6060
|
-
|
|
6054
|
+
:root,
|
|
6055
|
+
[data-bs-theme=light] {
|
|
6056
|
+
--bs-btn-close-filter: ;
|
|
6057
|
+
}
|
|
6058
|
+
|
|
6059
|
+
[data-bs-theme=dark] {
|
|
6060
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6061
6061
|
}
|
|
6062
6062
|
|
|
6063
6063
|
.toast {
|
|
@@ -6136,7 +6136,7 @@ textarea.form-control-lg {
|
|
|
6136
6136
|
--bs-modal-width: 500px;
|
|
6137
6137
|
--bs-modal-padding: 1rem;
|
|
6138
6138
|
--bs-modal-margin: 0.5rem;
|
|
6139
|
-
--bs-modal-color: ;
|
|
6139
|
+
--bs-modal-color: var(--bs-body-color);
|
|
6140
6140
|
--bs-modal-bg: var(--bs-body-bg);
|
|
6141
6141
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
|
6142
6142
|
--bs-modal-border-width: var(--bs-border-width);
|
|
@@ -6172,11 +6172,11 @@ textarea.form-control-lg {
|
|
|
6172
6172
|
pointer-events: none;
|
|
6173
6173
|
}
|
|
6174
6174
|
.modal.fade .modal-dialog {
|
|
6175
|
+
-webkit-transform: translate(0, -50px);
|
|
6176
|
+
transform: translate(0, -50px);
|
|
6175
6177
|
transition: -webkit-transform 0.3s ease-out;
|
|
6176
6178
|
transition: transform 0.3s ease-out;
|
|
6177
6179
|
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
|
|
6178
|
-
-webkit-transform: translate(0, -50px);
|
|
6179
|
-
transform: translate(0, -50px);
|
|
6180
6180
|
}
|
|
6181
6181
|
@media (prefers-reduced-motion: reduce) {
|
|
6182
6182
|
.modal.fade .modal-dialog {
|
|
@@ -6260,7 +6260,10 @@ textarea.form-control-lg {
|
|
|
6260
6260
|
}
|
|
6261
6261
|
.modal-header .btn-close {
|
|
6262
6262
|
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
|
|
6263
|
-
margin: calc(-0.5 * var(--bs-modal-header-padding-y))
|
|
6263
|
+
margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
6264
|
+
margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
|
|
6265
|
+
margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
6266
|
+
margin-left: auto;
|
|
6264
6267
|
}
|
|
6265
6268
|
|
|
6266
6269
|
.modal-title {
|
|
@@ -6796,6 +6799,8 @@ textarea.form-control-lg {
|
|
|
6796
6799
|
color: #fff;
|
|
6797
6800
|
text-align: center;
|
|
6798
6801
|
background: none;
|
|
6802
|
+
-webkit-filter: var(--bs-carousel-control-icon-filter);
|
|
6803
|
+
filter: var(--bs-carousel-control-icon-filter);
|
|
6799
6804
|
border: 0;
|
|
6800
6805
|
opacity: 0.5;
|
|
6801
6806
|
transition: opacity 0.15s ease;
|
|
@@ -6834,11 +6839,11 @@ textarea.form-control-lg {
|
|
|
6834
6839
|
}
|
|
6835
6840
|
|
|
6836
6841
|
.carousel-control-prev-icon {
|
|
6837
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708
|
|
6842
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
|
|
6838
6843
|
}
|
|
6839
6844
|
|
|
6840
6845
|
.carousel-control-next-icon {
|
|
6841
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.
|
|
6846
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
|
|
6842
6847
|
}
|
|
6843
6848
|
|
|
6844
6849
|
.carousel-indicators {
|
|
@@ -6867,7 +6872,7 @@ textarea.form-control-lg {
|
|
|
6867
6872
|
margin-left: 3px;
|
|
6868
6873
|
text-indent: -999px;
|
|
6869
6874
|
cursor: pointer;
|
|
6870
|
-
background-color:
|
|
6875
|
+
background-color: var(--bs-carousel-indicator-active-bg);
|
|
6871
6876
|
background-clip: padding-box;
|
|
6872
6877
|
border: 0;
|
|
6873
6878
|
border-top: 10px solid transparent;
|
|
@@ -6891,33 +6896,27 @@ textarea.form-control-lg {
|
|
|
6891
6896
|
left: 15%;
|
|
6892
6897
|
padding-top: 1.25rem;
|
|
6893
6898
|
padding-bottom: 1.25rem;
|
|
6894
|
-
color:
|
|
6899
|
+
color: var(--bs-carousel-caption-color);
|
|
6895
6900
|
text-align: center;
|
|
6896
6901
|
}
|
|
6897
6902
|
|
|
6898
|
-
.carousel-dark
|
|
6899
|
-
|
|
6900
|
-
-
|
|
6901
|
-
|
|
6902
|
-
}
|
|
6903
|
-
.carousel-dark .carousel-indicators [data-bs-target] {
|
|
6904
|
-
background-color: #000;
|
|
6905
|
-
}
|
|
6906
|
-
.carousel-dark .carousel-caption {
|
|
6907
|
-
color: #000;
|
|
6903
|
+
.carousel-dark {
|
|
6904
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6905
|
+
--bs-carousel-caption-color: #000;
|
|
6906
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6908
6907
|
}
|
|
6909
6908
|
|
|
6910
|
-
|
|
6911
|
-
[data-bs-theme=
|
|
6912
|
-
|
|
6913
|
-
-
|
|
6914
|
-
|
|
6915
|
-
}
|
|
6916
|
-
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
|
|
6917
|
-
background-color: #000;
|
|
6909
|
+
:root,
|
|
6910
|
+
[data-bs-theme=light] {
|
|
6911
|
+
--bs-carousel-indicator-active-bg: #fff;
|
|
6912
|
+
--bs-carousel-caption-color: #fff;
|
|
6913
|
+
--bs-carousel-control-icon-filter: ;
|
|
6918
6914
|
}
|
|
6919
|
-
|
|
6920
|
-
|
|
6915
|
+
|
|
6916
|
+
[data-bs-theme=dark] {
|
|
6917
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6918
|
+
--bs-carousel-caption-color: #000;
|
|
6919
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6921
6920
|
}
|
|
6922
6921
|
|
|
6923
6922
|
.spinner-grow,
|
|
@@ -7544,7 +7543,10 @@ textarea.form-control-lg {
|
|
|
7544
7543
|
}
|
|
7545
7544
|
.offcanvas-header .btn-close {
|
|
7546
7545
|
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
|
7547
|
-
margin: calc(-0.5 * var(--bs-offcanvas-padding-y))
|
|
7546
|
+
margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7547
|
+
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
|
7548
|
+
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7549
|
+
margin-left: auto;
|
|
7548
7550
|
}
|
|
7549
7551
|
|
|
7550
7552
|
.offcanvas-title {
|
|
@@ -7912,6 +7914,10 @@ textarea.form-control-lg {
|
|
|
7912
7914
|
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
7913
7915
|
position: absolute !important;
|
|
7914
7916
|
}
|
|
7917
|
+
.visually-hidden *,
|
|
7918
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
|
|
7919
|
+
overflow: hidden !important;
|
|
7920
|
+
}
|
|
7915
7921
|
|
|
7916
7922
|
.stretched-link::after {
|
|
7917
7923
|
position: absolute;
|
|
@@ -7940,8 +7946,10 @@ textarea.form-control-lg {
|
|
|
7940
7946
|
opacity: 0.25;
|
|
7941
7947
|
}
|
|
7942
7948
|
|
|
7943
|
-
@media (
|
|
7944
|
-
.bcl-sidebar
|
|
7949
|
+
@media (max-width: 767.98px) {
|
|
7950
|
+
.bcl-sidebar .dropdown-toggle,
|
|
7951
|
+
.bcl-sidebar h2,
|
|
7952
|
+
.bcl-sidebar .h2 {
|
|
7945
7953
|
font-size: 1.5rem;
|
|
7946
7954
|
}
|
|
7947
7955
|
}
|
|
@@ -9232,6 +9240,30 @@ svg {
|
|
|
9232
9240
|
margin: -3rem !important;
|
|
9233
9241
|
}
|
|
9234
9242
|
|
|
9243
|
+
.m-n1-5 {
|
|
9244
|
+
margin: -0.375rem !important;
|
|
9245
|
+
}
|
|
9246
|
+
|
|
9247
|
+
.m-n2-5 {
|
|
9248
|
+
margin: -0.75rem !important;
|
|
9249
|
+
}
|
|
9250
|
+
|
|
9251
|
+
.m-n3-5 {
|
|
9252
|
+
margin: -1.25rem !important;
|
|
9253
|
+
}
|
|
9254
|
+
|
|
9255
|
+
.m-n4-25 {
|
|
9256
|
+
margin: -1.75rem !important;
|
|
9257
|
+
}
|
|
9258
|
+
|
|
9259
|
+
.m-n4-5 {
|
|
9260
|
+
margin: -2rem !important;
|
|
9261
|
+
}
|
|
9262
|
+
|
|
9263
|
+
.m-n4-75 {
|
|
9264
|
+
margin: -2.5rem !important;
|
|
9265
|
+
}
|
|
9266
|
+
|
|
9235
9267
|
.mx-n1 {
|
|
9236
9268
|
margin-right: -0.25rem !important;
|
|
9237
9269
|
margin-left: -0.25rem !important;
|
|
@@ -9257,6 +9289,36 @@ svg {
|
|
|
9257
9289
|
margin-left: -3rem !important;
|
|
9258
9290
|
}
|
|
9259
9291
|
|
|
9292
|
+
.mx-n1-5 {
|
|
9293
|
+
margin-right: -0.375rem !important;
|
|
9294
|
+
margin-left: -0.375rem !important;
|
|
9295
|
+
}
|
|
9296
|
+
|
|
9297
|
+
.mx-n2-5 {
|
|
9298
|
+
margin-right: -0.75rem !important;
|
|
9299
|
+
margin-left: -0.75rem !important;
|
|
9300
|
+
}
|
|
9301
|
+
|
|
9302
|
+
.mx-n3-5 {
|
|
9303
|
+
margin-right: -1.25rem !important;
|
|
9304
|
+
margin-left: -1.25rem !important;
|
|
9305
|
+
}
|
|
9306
|
+
|
|
9307
|
+
.mx-n4-25 {
|
|
9308
|
+
margin-right: -1.75rem !important;
|
|
9309
|
+
margin-left: -1.75rem !important;
|
|
9310
|
+
}
|
|
9311
|
+
|
|
9312
|
+
.mx-n4-5 {
|
|
9313
|
+
margin-right: -2rem !important;
|
|
9314
|
+
margin-left: -2rem !important;
|
|
9315
|
+
}
|
|
9316
|
+
|
|
9317
|
+
.mx-n4-75 {
|
|
9318
|
+
margin-right: -2.5rem !important;
|
|
9319
|
+
margin-left: -2.5rem !important;
|
|
9320
|
+
}
|
|
9321
|
+
|
|
9260
9322
|
.my-n1 {
|
|
9261
9323
|
margin-top: -0.25rem !important;
|
|
9262
9324
|
margin-bottom: -0.25rem !important;
|
|
@@ -9282,6 +9344,36 @@ svg {
|
|
|
9282
9344
|
margin-bottom: -3rem !important;
|
|
9283
9345
|
}
|
|
9284
9346
|
|
|
9347
|
+
.my-n1-5 {
|
|
9348
|
+
margin-top: -0.375rem !important;
|
|
9349
|
+
margin-bottom: -0.375rem !important;
|
|
9350
|
+
}
|
|
9351
|
+
|
|
9352
|
+
.my-n2-5 {
|
|
9353
|
+
margin-top: -0.75rem !important;
|
|
9354
|
+
margin-bottom: -0.75rem !important;
|
|
9355
|
+
}
|
|
9356
|
+
|
|
9357
|
+
.my-n3-5 {
|
|
9358
|
+
margin-top: -1.25rem !important;
|
|
9359
|
+
margin-bottom: -1.25rem !important;
|
|
9360
|
+
}
|
|
9361
|
+
|
|
9362
|
+
.my-n4-25 {
|
|
9363
|
+
margin-top: -1.75rem !important;
|
|
9364
|
+
margin-bottom: -1.75rem !important;
|
|
9365
|
+
}
|
|
9366
|
+
|
|
9367
|
+
.my-n4-5 {
|
|
9368
|
+
margin-top: -2rem !important;
|
|
9369
|
+
margin-bottom: -2rem !important;
|
|
9370
|
+
}
|
|
9371
|
+
|
|
9372
|
+
.my-n4-75 {
|
|
9373
|
+
margin-top: -2.5rem !important;
|
|
9374
|
+
margin-bottom: -2.5rem !important;
|
|
9375
|
+
}
|
|
9376
|
+
|
|
9285
9377
|
.mt-n1 {
|
|
9286
9378
|
margin-top: -0.25rem !important;
|
|
9287
9379
|
}
|
|
@@ -9302,6 +9394,30 @@ svg {
|
|
|
9302
9394
|
margin-top: -3rem !important;
|
|
9303
9395
|
}
|
|
9304
9396
|
|
|
9397
|
+
.mt-n1-5 {
|
|
9398
|
+
margin-top: -0.375rem !important;
|
|
9399
|
+
}
|
|
9400
|
+
|
|
9401
|
+
.mt-n2-5 {
|
|
9402
|
+
margin-top: -0.75rem !important;
|
|
9403
|
+
}
|
|
9404
|
+
|
|
9405
|
+
.mt-n3-5 {
|
|
9406
|
+
margin-top: -1.25rem !important;
|
|
9407
|
+
}
|
|
9408
|
+
|
|
9409
|
+
.mt-n4-25 {
|
|
9410
|
+
margin-top: -1.75rem !important;
|
|
9411
|
+
}
|
|
9412
|
+
|
|
9413
|
+
.mt-n4-5 {
|
|
9414
|
+
margin-top: -2rem !important;
|
|
9415
|
+
}
|
|
9416
|
+
|
|
9417
|
+
.mt-n4-75 {
|
|
9418
|
+
margin-top: -2.5rem !important;
|
|
9419
|
+
}
|
|
9420
|
+
|
|
9305
9421
|
.me-n1 {
|
|
9306
9422
|
margin-right: -0.25rem !important;
|
|
9307
9423
|
}
|
|
@@ -9322,6 +9438,30 @@ svg {
|
|
|
9322
9438
|
margin-right: -3rem !important;
|
|
9323
9439
|
}
|
|
9324
9440
|
|
|
9441
|
+
.me-n1-5 {
|
|
9442
|
+
margin-right: -0.375rem !important;
|
|
9443
|
+
}
|
|
9444
|
+
|
|
9445
|
+
.me-n2-5 {
|
|
9446
|
+
margin-right: -0.75rem !important;
|
|
9447
|
+
}
|
|
9448
|
+
|
|
9449
|
+
.me-n3-5 {
|
|
9450
|
+
margin-right: -1.25rem !important;
|
|
9451
|
+
}
|
|
9452
|
+
|
|
9453
|
+
.me-n4-25 {
|
|
9454
|
+
margin-right: -1.75rem !important;
|
|
9455
|
+
}
|
|
9456
|
+
|
|
9457
|
+
.me-n4-5 {
|
|
9458
|
+
margin-right: -2rem !important;
|
|
9459
|
+
}
|
|
9460
|
+
|
|
9461
|
+
.me-n4-75 {
|
|
9462
|
+
margin-right: -2.5rem !important;
|
|
9463
|
+
}
|
|
9464
|
+
|
|
9325
9465
|
.mb-n1 {
|
|
9326
9466
|
margin-bottom: -0.25rem !important;
|
|
9327
9467
|
}
|
|
@@ -9342,6 +9482,30 @@ svg {
|
|
|
9342
9482
|
margin-bottom: -3rem !important;
|
|
9343
9483
|
}
|
|
9344
9484
|
|
|
9485
|
+
.mb-n1-5 {
|
|
9486
|
+
margin-bottom: -0.375rem !important;
|
|
9487
|
+
}
|
|
9488
|
+
|
|
9489
|
+
.mb-n2-5 {
|
|
9490
|
+
margin-bottom: -0.75rem !important;
|
|
9491
|
+
}
|
|
9492
|
+
|
|
9493
|
+
.mb-n3-5 {
|
|
9494
|
+
margin-bottom: -1.25rem !important;
|
|
9495
|
+
}
|
|
9496
|
+
|
|
9497
|
+
.mb-n4-25 {
|
|
9498
|
+
margin-bottom: -1.75rem !important;
|
|
9499
|
+
}
|
|
9500
|
+
|
|
9501
|
+
.mb-n4-5 {
|
|
9502
|
+
margin-bottom: -2rem !important;
|
|
9503
|
+
}
|
|
9504
|
+
|
|
9505
|
+
.mb-n4-75 {
|
|
9506
|
+
margin-bottom: -2.5rem !important;
|
|
9507
|
+
}
|
|
9508
|
+
|
|
9345
9509
|
.ms-n1 {
|
|
9346
9510
|
margin-left: -0.25rem !important;
|
|
9347
9511
|
}
|
|
@@ -9362,6 +9526,30 @@ svg {
|
|
|
9362
9526
|
margin-left: -3rem !important;
|
|
9363
9527
|
}
|
|
9364
9528
|
|
|
9529
|
+
.ms-n1-5 {
|
|
9530
|
+
margin-left: -0.375rem !important;
|
|
9531
|
+
}
|
|
9532
|
+
|
|
9533
|
+
.ms-n2-5 {
|
|
9534
|
+
margin-left: -0.75rem !important;
|
|
9535
|
+
}
|
|
9536
|
+
|
|
9537
|
+
.ms-n3-5 {
|
|
9538
|
+
margin-left: -1.25rem !important;
|
|
9539
|
+
}
|
|
9540
|
+
|
|
9541
|
+
.ms-n4-25 {
|
|
9542
|
+
margin-left: -1.75rem !important;
|
|
9543
|
+
}
|
|
9544
|
+
|
|
9545
|
+
.ms-n4-5 {
|
|
9546
|
+
margin-left: -2rem !important;
|
|
9547
|
+
}
|
|
9548
|
+
|
|
9549
|
+
.ms-n4-75 {
|
|
9550
|
+
margin-left: -2.5rem !important;
|
|
9551
|
+
}
|
|
9552
|
+
|
|
9365
9553
|
.p-0 {
|
|
9366
9554
|
padding: 0 !important;
|
|
9367
9555
|
}
|
|
@@ -11310,6 +11498,24 @@ svg {
|
|
|
11310
11498
|
.m-sm-n5 {
|
|
11311
11499
|
margin: -3rem !important;
|
|
11312
11500
|
}
|
|
11501
|
+
.m-sm-n1-5 {
|
|
11502
|
+
margin: -0.375rem !important;
|
|
11503
|
+
}
|
|
11504
|
+
.m-sm-n2-5 {
|
|
11505
|
+
margin: -0.75rem !important;
|
|
11506
|
+
}
|
|
11507
|
+
.m-sm-n3-5 {
|
|
11508
|
+
margin: -1.25rem !important;
|
|
11509
|
+
}
|
|
11510
|
+
.m-sm-n4-25 {
|
|
11511
|
+
margin: -1.75rem !important;
|
|
11512
|
+
}
|
|
11513
|
+
.m-sm-n4-5 {
|
|
11514
|
+
margin: -2rem !important;
|
|
11515
|
+
}
|
|
11516
|
+
.m-sm-n4-75 {
|
|
11517
|
+
margin: -2.5rem !important;
|
|
11518
|
+
}
|
|
11313
11519
|
.mx-sm-n1 {
|
|
11314
11520
|
margin-right: -0.25rem !important;
|
|
11315
11521
|
margin-left: -0.25rem !important;
|
|
@@ -11330,6 +11536,30 @@ svg {
|
|
|
11330
11536
|
margin-right: -3rem !important;
|
|
11331
11537
|
margin-left: -3rem !important;
|
|
11332
11538
|
}
|
|
11539
|
+
.mx-sm-n1-5 {
|
|
11540
|
+
margin-right: -0.375rem !important;
|
|
11541
|
+
margin-left: -0.375rem !important;
|
|
11542
|
+
}
|
|
11543
|
+
.mx-sm-n2-5 {
|
|
11544
|
+
margin-right: -0.75rem !important;
|
|
11545
|
+
margin-left: -0.75rem !important;
|
|
11546
|
+
}
|
|
11547
|
+
.mx-sm-n3-5 {
|
|
11548
|
+
margin-right: -1.25rem !important;
|
|
11549
|
+
margin-left: -1.25rem !important;
|
|
11550
|
+
}
|
|
11551
|
+
.mx-sm-n4-25 {
|
|
11552
|
+
margin-right: -1.75rem !important;
|
|
11553
|
+
margin-left: -1.75rem !important;
|
|
11554
|
+
}
|
|
11555
|
+
.mx-sm-n4-5 {
|
|
11556
|
+
margin-right: -2rem !important;
|
|
11557
|
+
margin-left: -2rem !important;
|
|
11558
|
+
}
|
|
11559
|
+
.mx-sm-n4-75 {
|
|
11560
|
+
margin-right: -2.5rem !important;
|
|
11561
|
+
margin-left: -2.5rem !important;
|
|
11562
|
+
}
|
|
11333
11563
|
.my-sm-n1 {
|
|
11334
11564
|
margin-top: -0.25rem !important;
|
|
11335
11565
|
margin-bottom: -0.25rem !important;
|
|
@@ -11350,6 +11580,30 @@ svg {
|
|
|
11350
11580
|
margin-top: -3rem !important;
|
|
11351
11581
|
margin-bottom: -3rem !important;
|
|
11352
11582
|
}
|
|
11583
|
+
.my-sm-n1-5 {
|
|
11584
|
+
margin-top: -0.375rem !important;
|
|
11585
|
+
margin-bottom: -0.375rem !important;
|
|
11586
|
+
}
|
|
11587
|
+
.my-sm-n2-5 {
|
|
11588
|
+
margin-top: -0.75rem !important;
|
|
11589
|
+
margin-bottom: -0.75rem !important;
|
|
11590
|
+
}
|
|
11591
|
+
.my-sm-n3-5 {
|
|
11592
|
+
margin-top: -1.25rem !important;
|
|
11593
|
+
margin-bottom: -1.25rem !important;
|
|
11594
|
+
}
|
|
11595
|
+
.my-sm-n4-25 {
|
|
11596
|
+
margin-top: -1.75rem !important;
|
|
11597
|
+
margin-bottom: -1.75rem !important;
|
|
11598
|
+
}
|
|
11599
|
+
.my-sm-n4-5 {
|
|
11600
|
+
margin-top: -2rem !important;
|
|
11601
|
+
margin-bottom: -2rem !important;
|
|
11602
|
+
}
|
|
11603
|
+
.my-sm-n4-75 {
|
|
11604
|
+
margin-top: -2.5rem !important;
|
|
11605
|
+
margin-bottom: -2.5rem !important;
|
|
11606
|
+
}
|
|
11353
11607
|
.mt-sm-n1 {
|
|
11354
11608
|
margin-top: -0.25rem !important;
|
|
11355
11609
|
}
|
|
@@ -11365,6 +11619,24 @@ svg {
|
|
|
11365
11619
|
.mt-sm-n5 {
|
|
11366
11620
|
margin-top: -3rem !important;
|
|
11367
11621
|
}
|
|
11622
|
+
.mt-sm-n1-5 {
|
|
11623
|
+
margin-top: -0.375rem !important;
|
|
11624
|
+
}
|
|
11625
|
+
.mt-sm-n2-5 {
|
|
11626
|
+
margin-top: -0.75rem !important;
|
|
11627
|
+
}
|
|
11628
|
+
.mt-sm-n3-5 {
|
|
11629
|
+
margin-top: -1.25rem !important;
|
|
11630
|
+
}
|
|
11631
|
+
.mt-sm-n4-25 {
|
|
11632
|
+
margin-top: -1.75rem !important;
|
|
11633
|
+
}
|
|
11634
|
+
.mt-sm-n4-5 {
|
|
11635
|
+
margin-top: -2rem !important;
|
|
11636
|
+
}
|
|
11637
|
+
.mt-sm-n4-75 {
|
|
11638
|
+
margin-top: -2.5rem !important;
|
|
11639
|
+
}
|
|
11368
11640
|
.me-sm-n1 {
|
|
11369
11641
|
margin-right: -0.25rem !important;
|
|
11370
11642
|
}
|
|
@@ -11380,6 +11652,24 @@ svg {
|
|
|
11380
11652
|
.me-sm-n5 {
|
|
11381
11653
|
margin-right: -3rem !important;
|
|
11382
11654
|
}
|
|
11655
|
+
.me-sm-n1-5 {
|
|
11656
|
+
margin-right: -0.375rem !important;
|
|
11657
|
+
}
|
|
11658
|
+
.me-sm-n2-5 {
|
|
11659
|
+
margin-right: -0.75rem !important;
|
|
11660
|
+
}
|
|
11661
|
+
.me-sm-n3-5 {
|
|
11662
|
+
margin-right: -1.25rem !important;
|
|
11663
|
+
}
|
|
11664
|
+
.me-sm-n4-25 {
|
|
11665
|
+
margin-right: -1.75rem !important;
|
|
11666
|
+
}
|
|
11667
|
+
.me-sm-n4-5 {
|
|
11668
|
+
margin-right: -2rem !important;
|
|
11669
|
+
}
|
|
11670
|
+
.me-sm-n4-75 {
|
|
11671
|
+
margin-right: -2.5rem !important;
|
|
11672
|
+
}
|
|
11383
11673
|
.mb-sm-n1 {
|
|
11384
11674
|
margin-bottom: -0.25rem !important;
|
|
11385
11675
|
}
|
|
@@ -11395,6 +11685,24 @@ svg {
|
|
|
11395
11685
|
.mb-sm-n5 {
|
|
11396
11686
|
margin-bottom: -3rem !important;
|
|
11397
11687
|
}
|
|
11688
|
+
.mb-sm-n1-5 {
|
|
11689
|
+
margin-bottom: -0.375rem !important;
|
|
11690
|
+
}
|
|
11691
|
+
.mb-sm-n2-5 {
|
|
11692
|
+
margin-bottom: -0.75rem !important;
|
|
11693
|
+
}
|
|
11694
|
+
.mb-sm-n3-5 {
|
|
11695
|
+
margin-bottom: -1.25rem !important;
|
|
11696
|
+
}
|
|
11697
|
+
.mb-sm-n4-25 {
|
|
11698
|
+
margin-bottom: -1.75rem !important;
|
|
11699
|
+
}
|
|
11700
|
+
.mb-sm-n4-5 {
|
|
11701
|
+
margin-bottom: -2rem !important;
|
|
11702
|
+
}
|
|
11703
|
+
.mb-sm-n4-75 {
|
|
11704
|
+
margin-bottom: -2.5rem !important;
|
|
11705
|
+
}
|
|
11398
11706
|
.ms-sm-n1 {
|
|
11399
11707
|
margin-left: -0.25rem !important;
|
|
11400
11708
|
}
|
|
@@ -11410,6 +11718,24 @@ svg {
|
|
|
11410
11718
|
.ms-sm-n5 {
|
|
11411
11719
|
margin-left: -3rem !important;
|
|
11412
11720
|
}
|
|
11721
|
+
.ms-sm-n1-5 {
|
|
11722
|
+
margin-left: -0.375rem !important;
|
|
11723
|
+
}
|
|
11724
|
+
.ms-sm-n2-5 {
|
|
11725
|
+
margin-left: -0.75rem !important;
|
|
11726
|
+
}
|
|
11727
|
+
.ms-sm-n3-5 {
|
|
11728
|
+
margin-left: -1.25rem !important;
|
|
11729
|
+
}
|
|
11730
|
+
.ms-sm-n4-25 {
|
|
11731
|
+
margin-left: -1.75rem !important;
|
|
11732
|
+
}
|
|
11733
|
+
.ms-sm-n4-5 {
|
|
11734
|
+
margin-left: -2rem !important;
|
|
11735
|
+
}
|
|
11736
|
+
.ms-sm-n4-75 {
|
|
11737
|
+
margin-left: -2.5rem !important;
|
|
11738
|
+
}
|
|
11413
11739
|
.p-sm-0 {
|
|
11414
11740
|
padding: 0 !important;
|
|
11415
11741
|
}
|
|
@@ -12410,6 +12736,24 @@ svg {
|
|
|
12410
12736
|
.m-md-n5 {
|
|
12411
12737
|
margin: -3rem !important;
|
|
12412
12738
|
}
|
|
12739
|
+
.m-md-n1-5 {
|
|
12740
|
+
margin: -0.375rem !important;
|
|
12741
|
+
}
|
|
12742
|
+
.m-md-n2-5 {
|
|
12743
|
+
margin: -0.75rem !important;
|
|
12744
|
+
}
|
|
12745
|
+
.m-md-n3-5 {
|
|
12746
|
+
margin: -1.25rem !important;
|
|
12747
|
+
}
|
|
12748
|
+
.m-md-n4-25 {
|
|
12749
|
+
margin: -1.75rem !important;
|
|
12750
|
+
}
|
|
12751
|
+
.m-md-n4-5 {
|
|
12752
|
+
margin: -2rem !important;
|
|
12753
|
+
}
|
|
12754
|
+
.m-md-n4-75 {
|
|
12755
|
+
margin: -2.5rem !important;
|
|
12756
|
+
}
|
|
12413
12757
|
.mx-md-n1 {
|
|
12414
12758
|
margin-right: -0.25rem !important;
|
|
12415
12759
|
margin-left: -0.25rem !important;
|
|
@@ -12430,6 +12774,30 @@ svg {
|
|
|
12430
12774
|
margin-right: -3rem !important;
|
|
12431
12775
|
margin-left: -3rem !important;
|
|
12432
12776
|
}
|
|
12777
|
+
.mx-md-n1-5 {
|
|
12778
|
+
margin-right: -0.375rem !important;
|
|
12779
|
+
margin-left: -0.375rem !important;
|
|
12780
|
+
}
|
|
12781
|
+
.mx-md-n2-5 {
|
|
12782
|
+
margin-right: -0.75rem !important;
|
|
12783
|
+
margin-left: -0.75rem !important;
|
|
12784
|
+
}
|
|
12785
|
+
.mx-md-n3-5 {
|
|
12786
|
+
margin-right: -1.25rem !important;
|
|
12787
|
+
margin-left: -1.25rem !important;
|
|
12788
|
+
}
|
|
12789
|
+
.mx-md-n4-25 {
|
|
12790
|
+
margin-right: -1.75rem !important;
|
|
12791
|
+
margin-left: -1.75rem !important;
|
|
12792
|
+
}
|
|
12793
|
+
.mx-md-n4-5 {
|
|
12794
|
+
margin-right: -2rem !important;
|
|
12795
|
+
margin-left: -2rem !important;
|
|
12796
|
+
}
|
|
12797
|
+
.mx-md-n4-75 {
|
|
12798
|
+
margin-right: -2.5rem !important;
|
|
12799
|
+
margin-left: -2.5rem !important;
|
|
12800
|
+
}
|
|
12433
12801
|
.my-md-n1 {
|
|
12434
12802
|
margin-top: -0.25rem !important;
|
|
12435
12803
|
margin-bottom: -0.25rem !important;
|
|
@@ -12450,6 +12818,30 @@ svg {
|
|
|
12450
12818
|
margin-top: -3rem !important;
|
|
12451
12819
|
margin-bottom: -3rem !important;
|
|
12452
12820
|
}
|
|
12821
|
+
.my-md-n1-5 {
|
|
12822
|
+
margin-top: -0.375rem !important;
|
|
12823
|
+
margin-bottom: -0.375rem !important;
|
|
12824
|
+
}
|
|
12825
|
+
.my-md-n2-5 {
|
|
12826
|
+
margin-top: -0.75rem !important;
|
|
12827
|
+
margin-bottom: -0.75rem !important;
|
|
12828
|
+
}
|
|
12829
|
+
.my-md-n3-5 {
|
|
12830
|
+
margin-top: -1.25rem !important;
|
|
12831
|
+
margin-bottom: -1.25rem !important;
|
|
12832
|
+
}
|
|
12833
|
+
.my-md-n4-25 {
|
|
12834
|
+
margin-top: -1.75rem !important;
|
|
12835
|
+
margin-bottom: -1.75rem !important;
|
|
12836
|
+
}
|
|
12837
|
+
.my-md-n4-5 {
|
|
12838
|
+
margin-top: -2rem !important;
|
|
12839
|
+
margin-bottom: -2rem !important;
|
|
12840
|
+
}
|
|
12841
|
+
.my-md-n4-75 {
|
|
12842
|
+
margin-top: -2.5rem !important;
|
|
12843
|
+
margin-bottom: -2.5rem !important;
|
|
12844
|
+
}
|
|
12453
12845
|
.mt-md-n1 {
|
|
12454
12846
|
margin-top: -0.25rem !important;
|
|
12455
12847
|
}
|
|
@@ -12465,6 +12857,24 @@ svg {
|
|
|
12465
12857
|
.mt-md-n5 {
|
|
12466
12858
|
margin-top: -3rem !important;
|
|
12467
12859
|
}
|
|
12860
|
+
.mt-md-n1-5 {
|
|
12861
|
+
margin-top: -0.375rem !important;
|
|
12862
|
+
}
|
|
12863
|
+
.mt-md-n2-5 {
|
|
12864
|
+
margin-top: -0.75rem !important;
|
|
12865
|
+
}
|
|
12866
|
+
.mt-md-n3-5 {
|
|
12867
|
+
margin-top: -1.25rem !important;
|
|
12868
|
+
}
|
|
12869
|
+
.mt-md-n4-25 {
|
|
12870
|
+
margin-top: -1.75rem !important;
|
|
12871
|
+
}
|
|
12872
|
+
.mt-md-n4-5 {
|
|
12873
|
+
margin-top: -2rem !important;
|
|
12874
|
+
}
|
|
12875
|
+
.mt-md-n4-75 {
|
|
12876
|
+
margin-top: -2.5rem !important;
|
|
12877
|
+
}
|
|
12468
12878
|
.me-md-n1 {
|
|
12469
12879
|
margin-right: -0.25rem !important;
|
|
12470
12880
|
}
|
|
@@ -12480,6 +12890,24 @@ svg {
|
|
|
12480
12890
|
.me-md-n5 {
|
|
12481
12891
|
margin-right: -3rem !important;
|
|
12482
12892
|
}
|
|
12893
|
+
.me-md-n1-5 {
|
|
12894
|
+
margin-right: -0.375rem !important;
|
|
12895
|
+
}
|
|
12896
|
+
.me-md-n2-5 {
|
|
12897
|
+
margin-right: -0.75rem !important;
|
|
12898
|
+
}
|
|
12899
|
+
.me-md-n3-5 {
|
|
12900
|
+
margin-right: -1.25rem !important;
|
|
12901
|
+
}
|
|
12902
|
+
.me-md-n4-25 {
|
|
12903
|
+
margin-right: -1.75rem !important;
|
|
12904
|
+
}
|
|
12905
|
+
.me-md-n4-5 {
|
|
12906
|
+
margin-right: -2rem !important;
|
|
12907
|
+
}
|
|
12908
|
+
.me-md-n4-75 {
|
|
12909
|
+
margin-right: -2.5rem !important;
|
|
12910
|
+
}
|
|
12483
12911
|
.mb-md-n1 {
|
|
12484
12912
|
margin-bottom: -0.25rem !important;
|
|
12485
12913
|
}
|
|
@@ -12495,6 +12923,24 @@ svg {
|
|
|
12495
12923
|
.mb-md-n5 {
|
|
12496
12924
|
margin-bottom: -3rem !important;
|
|
12497
12925
|
}
|
|
12926
|
+
.mb-md-n1-5 {
|
|
12927
|
+
margin-bottom: -0.375rem !important;
|
|
12928
|
+
}
|
|
12929
|
+
.mb-md-n2-5 {
|
|
12930
|
+
margin-bottom: -0.75rem !important;
|
|
12931
|
+
}
|
|
12932
|
+
.mb-md-n3-5 {
|
|
12933
|
+
margin-bottom: -1.25rem !important;
|
|
12934
|
+
}
|
|
12935
|
+
.mb-md-n4-25 {
|
|
12936
|
+
margin-bottom: -1.75rem !important;
|
|
12937
|
+
}
|
|
12938
|
+
.mb-md-n4-5 {
|
|
12939
|
+
margin-bottom: -2rem !important;
|
|
12940
|
+
}
|
|
12941
|
+
.mb-md-n4-75 {
|
|
12942
|
+
margin-bottom: -2.5rem !important;
|
|
12943
|
+
}
|
|
12498
12944
|
.ms-md-n1 {
|
|
12499
12945
|
margin-left: -0.25rem !important;
|
|
12500
12946
|
}
|
|
@@ -12510,6 +12956,24 @@ svg {
|
|
|
12510
12956
|
.ms-md-n5 {
|
|
12511
12957
|
margin-left: -3rem !important;
|
|
12512
12958
|
}
|
|
12959
|
+
.ms-md-n1-5 {
|
|
12960
|
+
margin-left: -0.375rem !important;
|
|
12961
|
+
}
|
|
12962
|
+
.ms-md-n2-5 {
|
|
12963
|
+
margin-left: -0.75rem !important;
|
|
12964
|
+
}
|
|
12965
|
+
.ms-md-n3-5 {
|
|
12966
|
+
margin-left: -1.25rem !important;
|
|
12967
|
+
}
|
|
12968
|
+
.ms-md-n4-25 {
|
|
12969
|
+
margin-left: -1.75rem !important;
|
|
12970
|
+
}
|
|
12971
|
+
.ms-md-n4-5 {
|
|
12972
|
+
margin-left: -2rem !important;
|
|
12973
|
+
}
|
|
12974
|
+
.ms-md-n4-75 {
|
|
12975
|
+
margin-left: -2.5rem !important;
|
|
12976
|
+
}
|
|
12513
12977
|
.p-md-0 {
|
|
12514
12978
|
padding: 0 !important;
|
|
12515
12979
|
}
|
|
@@ -13510,6 +13974,24 @@ svg {
|
|
|
13510
13974
|
.m-lg-n5 {
|
|
13511
13975
|
margin: -3rem !important;
|
|
13512
13976
|
}
|
|
13977
|
+
.m-lg-n1-5 {
|
|
13978
|
+
margin: -0.375rem !important;
|
|
13979
|
+
}
|
|
13980
|
+
.m-lg-n2-5 {
|
|
13981
|
+
margin: -0.75rem !important;
|
|
13982
|
+
}
|
|
13983
|
+
.m-lg-n3-5 {
|
|
13984
|
+
margin: -1.25rem !important;
|
|
13985
|
+
}
|
|
13986
|
+
.m-lg-n4-25 {
|
|
13987
|
+
margin: -1.75rem !important;
|
|
13988
|
+
}
|
|
13989
|
+
.m-lg-n4-5 {
|
|
13990
|
+
margin: -2rem !important;
|
|
13991
|
+
}
|
|
13992
|
+
.m-lg-n4-75 {
|
|
13993
|
+
margin: -2.5rem !important;
|
|
13994
|
+
}
|
|
13513
13995
|
.mx-lg-n1 {
|
|
13514
13996
|
margin-right: -0.25rem !important;
|
|
13515
13997
|
margin-left: -0.25rem !important;
|
|
@@ -13530,6 +14012,30 @@ svg {
|
|
|
13530
14012
|
margin-right: -3rem !important;
|
|
13531
14013
|
margin-left: -3rem !important;
|
|
13532
14014
|
}
|
|
14015
|
+
.mx-lg-n1-5 {
|
|
14016
|
+
margin-right: -0.375rem !important;
|
|
14017
|
+
margin-left: -0.375rem !important;
|
|
14018
|
+
}
|
|
14019
|
+
.mx-lg-n2-5 {
|
|
14020
|
+
margin-right: -0.75rem !important;
|
|
14021
|
+
margin-left: -0.75rem !important;
|
|
14022
|
+
}
|
|
14023
|
+
.mx-lg-n3-5 {
|
|
14024
|
+
margin-right: -1.25rem !important;
|
|
14025
|
+
margin-left: -1.25rem !important;
|
|
14026
|
+
}
|
|
14027
|
+
.mx-lg-n4-25 {
|
|
14028
|
+
margin-right: -1.75rem !important;
|
|
14029
|
+
margin-left: -1.75rem !important;
|
|
14030
|
+
}
|
|
14031
|
+
.mx-lg-n4-5 {
|
|
14032
|
+
margin-right: -2rem !important;
|
|
14033
|
+
margin-left: -2rem !important;
|
|
14034
|
+
}
|
|
14035
|
+
.mx-lg-n4-75 {
|
|
14036
|
+
margin-right: -2.5rem !important;
|
|
14037
|
+
margin-left: -2.5rem !important;
|
|
14038
|
+
}
|
|
13533
14039
|
.my-lg-n1 {
|
|
13534
14040
|
margin-top: -0.25rem !important;
|
|
13535
14041
|
margin-bottom: -0.25rem !important;
|
|
@@ -13550,6 +14056,30 @@ svg {
|
|
|
13550
14056
|
margin-top: -3rem !important;
|
|
13551
14057
|
margin-bottom: -3rem !important;
|
|
13552
14058
|
}
|
|
14059
|
+
.my-lg-n1-5 {
|
|
14060
|
+
margin-top: -0.375rem !important;
|
|
14061
|
+
margin-bottom: -0.375rem !important;
|
|
14062
|
+
}
|
|
14063
|
+
.my-lg-n2-5 {
|
|
14064
|
+
margin-top: -0.75rem !important;
|
|
14065
|
+
margin-bottom: -0.75rem !important;
|
|
14066
|
+
}
|
|
14067
|
+
.my-lg-n3-5 {
|
|
14068
|
+
margin-top: -1.25rem !important;
|
|
14069
|
+
margin-bottom: -1.25rem !important;
|
|
14070
|
+
}
|
|
14071
|
+
.my-lg-n4-25 {
|
|
14072
|
+
margin-top: -1.75rem !important;
|
|
14073
|
+
margin-bottom: -1.75rem !important;
|
|
14074
|
+
}
|
|
14075
|
+
.my-lg-n4-5 {
|
|
14076
|
+
margin-top: -2rem !important;
|
|
14077
|
+
margin-bottom: -2rem !important;
|
|
14078
|
+
}
|
|
14079
|
+
.my-lg-n4-75 {
|
|
14080
|
+
margin-top: -2.5rem !important;
|
|
14081
|
+
margin-bottom: -2.5rem !important;
|
|
14082
|
+
}
|
|
13553
14083
|
.mt-lg-n1 {
|
|
13554
14084
|
margin-top: -0.25rem !important;
|
|
13555
14085
|
}
|
|
@@ -13565,6 +14095,24 @@ svg {
|
|
|
13565
14095
|
.mt-lg-n5 {
|
|
13566
14096
|
margin-top: -3rem !important;
|
|
13567
14097
|
}
|
|
14098
|
+
.mt-lg-n1-5 {
|
|
14099
|
+
margin-top: -0.375rem !important;
|
|
14100
|
+
}
|
|
14101
|
+
.mt-lg-n2-5 {
|
|
14102
|
+
margin-top: -0.75rem !important;
|
|
14103
|
+
}
|
|
14104
|
+
.mt-lg-n3-5 {
|
|
14105
|
+
margin-top: -1.25rem !important;
|
|
14106
|
+
}
|
|
14107
|
+
.mt-lg-n4-25 {
|
|
14108
|
+
margin-top: -1.75rem !important;
|
|
14109
|
+
}
|
|
14110
|
+
.mt-lg-n4-5 {
|
|
14111
|
+
margin-top: -2rem !important;
|
|
14112
|
+
}
|
|
14113
|
+
.mt-lg-n4-75 {
|
|
14114
|
+
margin-top: -2.5rem !important;
|
|
14115
|
+
}
|
|
13568
14116
|
.me-lg-n1 {
|
|
13569
14117
|
margin-right: -0.25rem !important;
|
|
13570
14118
|
}
|
|
@@ -13580,6 +14128,24 @@ svg {
|
|
|
13580
14128
|
.me-lg-n5 {
|
|
13581
14129
|
margin-right: -3rem !important;
|
|
13582
14130
|
}
|
|
14131
|
+
.me-lg-n1-5 {
|
|
14132
|
+
margin-right: -0.375rem !important;
|
|
14133
|
+
}
|
|
14134
|
+
.me-lg-n2-5 {
|
|
14135
|
+
margin-right: -0.75rem !important;
|
|
14136
|
+
}
|
|
14137
|
+
.me-lg-n3-5 {
|
|
14138
|
+
margin-right: -1.25rem !important;
|
|
14139
|
+
}
|
|
14140
|
+
.me-lg-n4-25 {
|
|
14141
|
+
margin-right: -1.75rem !important;
|
|
14142
|
+
}
|
|
14143
|
+
.me-lg-n4-5 {
|
|
14144
|
+
margin-right: -2rem !important;
|
|
14145
|
+
}
|
|
14146
|
+
.me-lg-n4-75 {
|
|
14147
|
+
margin-right: -2.5rem !important;
|
|
14148
|
+
}
|
|
13583
14149
|
.mb-lg-n1 {
|
|
13584
14150
|
margin-bottom: -0.25rem !important;
|
|
13585
14151
|
}
|
|
@@ -13595,6 +14161,24 @@ svg {
|
|
|
13595
14161
|
.mb-lg-n5 {
|
|
13596
14162
|
margin-bottom: -3rem !important;
|
|
13597
14163
|
}
|
|
14164
|
+
.mb-lg-n1-5 {
|
|
14165
|
+
margin-bottom: -0.375rem !important;
|
|
14166
|
+
}
|
|
14167
|
+
.mb-lg-n2-5 {
|
|
14168
|
+
margin-bottom: -0.75rem !important;
|
|
14169
|
+
}
|
|
14170
|
+
.mb-lg-n3-5 {
|
|
14171
|
+
margin-bottom: -1.25rem !important;
|
|
14172
|
+
}
|
|
14173
|
+
.mb-lg-n4-25 {
|
|
14174
|
+
margin-bottom: -1.75rem !important;
|
|
14175
|
+
}
|
|
14176
|
+
.mb-lg-n4-5 {
|
|
14177
|
+
margin-bottom: -2rem !important;
|
|
14178
|
+
}
|
|
14179
|
+
.mb-lg-n4-75 {
|
|
14180
|
+
margin-bottom: -2.5rem !important;
|
|
14181
|
+
}
|
|
13598
14182
|
.ms-lg-n1 {
|
|
13599
14183
|
margin-left: -0.25rem !important;
|
|
13600
14184
|
}
|
|
@@ -13610,6 +14194,24 @@ svg {
|
|
|
13610
14194
|
.ms-lg-n5 {
|
|
13611
14195
|
margin-left: -3rem !important;
|
|
13612
14196
|
}
|
|
14197
|
+
.ms-lg-n1-5 {
|
|
14198
|
+
margin-left: -0.375rem !important;
|
|
14199
|
+
}
|
|
14200
|
+
.ms-lg-n2-5 {
|
|
14201
|
+
margin-left: -0.75rem !important;
|
|
14202
|
+
}
|
|
14203
|
+
.ms-lg-n3-5 {
|
|
14204
|
+
margin-left: -1.25rem !important;
|
|
14205
|
+
}
|
|
14206
|
+
.ms-lg-n4-25 {
|
|
14207
|
+
margin-left: -1.75rem !important;
|
|
14208
|
+
}
|
|
14209
|
+
.ms-lg-n4-5 {
|
|
14210
|
+
margin-left: -2rem !important;
|
|
14211
|
+
}
|
|
14212
|
+
.ms-lg-n4-75 {
|
|
14213
|
+
margin-left: -2.5rem !important;
|
|
14214
|
+
}
|
|
13613
14215
|
.p-lg-0 {
|
|
13614
14216
|
padding: 0 !important;
|
|
13615
14217
|
}
|
|
@@ -14610,6 +15212,24 @@ svg {
|
|
|
14610
15212
|
.m-xl-n5 {
|
|
14611
15213
|
margin: -3rem !important;
|
|
14612
15214
|
}
|
|
15215
|
+
.m-xl-n1-5 {
|
|
15216
|
+
margin: -0.375rem !important;
|
|
15217
|
+
}
|
|
15218
|
+
.m-xl-n2-5 {
|
|
15219
|
+
margin: -0.75rem !important;
|
|
15220
|
+
}
|
|
15221
|
+
.m-xl-n3-5 {
|
|
15222
|
+
margin: -1.25rem !important;
|
|
15223
|
+
}
|
|
15224
|
+
.m-xl-n4-25 {
|
|
15225
|
+
margin: -1.75rem !important;
|
|
15226
|
+
}
|
|
15227
|
+
.m-xl-n4-5 {
|
|
15228
|
+
margin: -2rem !important;
|
|
15229
|
+
}
|
|
15230
|
+
.m-xl-n4-75 {
|
|
15231
|
+
margin: -2.5rem !important;
|
|
15232
|
+
}
|
|
14613
15233
|
.mx-xl-n1 {
|
|
14614
15234
|
margin-right: -0.25rem !important;
|
|
14615
15235
|
margin-left: -0.25rem !important;
|
|
@@ -14630,6 +15250,30 @@ svg {
|
|
|
14630
15250
|
margin-right: -3rem !important;
|
|
14631
15251
|
margin-left: -3rem !important;
|
|
14632
15252
|
}
|
|
15253
|
+
.mx-xl-n1-5 {
|
|
15254
|
+
margin-right: -0.375rem !important;
|
|
15255
|
+
margin-left: -0.375rem !important;
|
|
15256
|
+
}
|
|
15257
|
+
.mx-xl-n2-5 {
|
|
15258
|
+
margin-right: -0.75rem !important;
|
|
15259
|
+
margin-left: -0.75rem !important;
|
|
15260
|
+
}
|
|
15261
|
+
.mx-xl-n3-5 {
|
|
15262
|
+
margin-right: -1.25rem !important;
|
|
15263
|
+
margin-left: -1.25rem !important;
|
|
15264
|
+
}
|
|
15265
|
+
.mx-xl-n4-25 {
|
|
15266
|
+
margin-right: -1.75rem !important;
|
|
15267
|
+
margin-left: -1.75rem !important;
|
|
15268
|
+
}
|
|
15269
|
+
.mx-xl-n4-5 {
|
|
15270
|
+
margin-right: -2rem !important;
|
|
15271
|
+
margin-left: -2rem !important;
|
|
15272
|
+
}
|
|
15273
|
+
.mx-xl-n4-75 {
|
|
15274
|
+
margin-right: -2.5rem !important;
|
|
15275
|
+
margin-left: -2.5rem !important;
|
|
15276
|
+
}
|
|
14633
15277
|
.my-xl-n1 {
|
|
14634
15278
|
margin-top: -0.25rem !important;
|
|
14635
15279
|
margin-bottom: -0.25rem !important;
|
|
@@ -14650,6 +15294,30 @@ svg {
|
|
|
14650
15294
|
margin-top: -3rem !important;
|
|
14651
15295
|
margin-bottom: -3rem !important;
|
|
14652
15296
|
}
|
|
15297
|
+
.my-xl-n1-5 {
|
|
15298
|
+
margin-top: -0.375rem !important;
|
|
15299
|
+
margin-bottom: -0.375rem !important;
|
|
15300
|
+
}
|
|
15301
|
+
.my-xl-n2-5 {
|
|
15302
|
+
margin-top: -0.75rem !important;
|
|
15303
|
+
margin-bottom: -0.75rem !important;
|
|
15304
|
+
}
|
|
15305
|
+
.my-xl-n3-5 {
|
|
15306
|
+
margin-top: -1.25rem !important;
|
|
15307
|
+
margin-bottom: -1.25rem !important;
|
|
15308
|
+
}
|
|
15309
|
+
.my-xl-n4-25 {
|
|
15310
|
+
margin-top: -1.75rem !important;
|
|
15311
|
+
margin-bottom: -1.75rem !important;
|
|
15312
|
+
}
|
|
15313
|
+
.my-xl-n4-5 {
|
|
15314
|
+
margin-top: -2rem !important;
|
|
15315
|
+
margin-bottom: -2rem !important;
|
|
15316
|
+
}
|
|
15317
|
+
.my-xl-n4-75 {
|
|
15318
|
+
margin-top: -2.5rem !important;
|
|
15319
|
+
margin-bottom: -2.5rem !important;
|
|
15320
|
+
}
|
|
14653
15321
|
.mt-xl-n1 {
|
|
14654
15322
|
margin-top: -0.25rem !important;
|
|
14655
15323
|
}
|
|
@@ -14665,6 +15333,24 @@ svg {
|
|
|
14665
15333
|
.mt-xl-n5 {
|
|
14666
15334
|
margin-top: -3rem !important;
|
|
14667
15335
|
}
|
|
15336
|
+
.mt-xl-n1-5 {
|
|
15337
|
+
margin-top: -0.375rem !important;
|
|
15338
|
+
}
|
|
15339
|
+
.mt-xl-n2-5 {
|
|
15340
|
+
margin-top: -0.75rem !important;
|
|
15341
|
+
}
|
|
15342
|
+
.mt-xl-n3-5 {
|
|
15343
|
+
margin-top: -1.25rem !important;
|
|
15344
|
+
}
|
|
15345
|
+
.mt-xl-n4-25 {
|
|
15346
|
+
margin-top: -1.75rem !important;
|
|
15347
|
+
}
|
|
15348
|
+
.mt-xl-n4-5 {
|
|
15349
|
+
margin-top: -2rem !important;
|
|
15350
|
+
}
|
|
15351
|
+
.mt-xl-n4-75 {
|
|
15352
|
+
margin-top: -2.5rem !important;
|
|
15353
|
+
}
|
|
14668
15354
|
.me-xl-n1 {
|
|
14669
15355
|
margin-right: -0.25rem !important;
|
|
14670
15356
|
}
|
|
@@ -14680,6 +15366,24 @@ svg {
|
|
|
14680
15366
|
.me-xl-n5 {
|
|
14681
15367
|
margin-right: -3rem !important;
|
|
14682
15368
|
}
|
|
15369
|
+
.me-xl-n1-5 {
|
|
15370
|
+
margin-right: -0.375rem !important;
|
|
15371
|
+
}
|
|
15372
|
+
.me-xl-n2-5 {
|
|
15373
|
+
margin-right: -0.75rem !important;
|
|
15374
|
+
}
|
|
15375
|
+
.me-xl-n3-5 {
|
|
15376
|
+
margin-right: -1.25rem !important;
|
|
15377
|
+
}
|
|
15378
|
+
.me-xl-n4-25 {
|
|
15379
|
+
margin-right: -1.75rem !important;
|
|
15380
|
+
}
|
|
15381
|
+
.me-xl-n4-5 {
|
|
15382
|
+
margin-right: -2rem !important;
|
|
15383
|
+
}
|
|
15384
|
+
.me-xl-n4-75 {
|
|
15385
|
+
margin-right: -2.5rem !important;
|
|
15386
|
+
}
|
|
14683
15387
|
.mb-xl-n1 {
|
|
14684
15388
|
margin-bottom: -0.25rem !important;
|
|
14685
15389
|
}
|
|
@@ -14695,6 +15399,24 @@ svg {
|
|
|
14695
15399
|
.mb-xl-n5 {
|
|
14696
15400
|
margin-bottom: -3rem !important;
|
|
14697
15401
|
}
|
|
15402
|
+
.mb-xl-n1-5 {
|
|
15403
|
+
margin-bottom: -0.375rem !important;
|
|
15404
|
+
}
|
|
15405
|
+
.mb-xl-n2-5 {
|
|
15406
|
+
margin-bottom: -0.75rem !important;
|
|
15407
|
+
}
|
|
15408
|
+
.mb-xl-n3-5 {
|
|
15409
|
+
margin-bottom: -1.25rem !important;
|
|
15410
|
+
}
|
|
15411
|
+
.mb-xl-n4-25 {
|
|
15412
|
+
margin-bottom: -1.75rem !important;
|
|
15413
|
+
}
|
|
15414
|
+
.mb-xl-n4-5 {
|
|
15415
|
+
margin-bottom: -2rem !important;
|
|
15416
|
+
}
|
|
15417
|
+
.mb-xl-n4-75 {
|
|
15418
|
+
margin-bottom: -2.5rem !important;
|
|
15419
|
+
}
|
|
14698
15420
|
.ms-xl-n1 {
|
|
14699
15421
|
margin-left: -0.25rem !important;
|
|
14700
15422
|
}
|
|
@@ -14710,6 +15432,24 @@ svg {
|
|
|
14710
15432
|
.ms-xl-n5 {
|
|
14711
15433
|
margin-left: -3rem !important;
|
|
14712
15434
|
}
|
|
15435
|
+
.ms-xl-n1-5 {
|
|
15436
|
+
margin-left: -0.375rem !important;
|
|
15437
|
+
}
|
|
15438
|
+
.ms-xl-n2-5 {
|
|
15439
|
+
margin-left: -0.75rem !important;
|
|
15440
|
+
}
|
|
15441
|
+
.ms-xl-n3-5 {
|
|
15442
|
+
margin-left: -1.25rem !important;
|
|
15443
|
+
}
|
|
15444
|
+
.ms-xl-n4-25 {
|
|
15445
|
+
margin-left: -1.75rem !important;
|
|
15446
|
+
}
|
|
15447
|
+
.ms-xl-n4-5 {
|
|
15448
|
+
margin-left: -2rem !important;
|
|
15449
|
+
}
|
|
15450
|
+
.ms-xl-n4-75 {
|
|
15451
|
+
margin-left: -2.5rem !important;
|
|
15452
|
+
}
|
|
14713
15453
|
.p-xl-0 {
|
|
14714
15454
|
padding: 0 !important;
|
|
14715
15455
|
}
|
|
@@ -15710,6 +16450,24 @@ svg {
|
|
|
15710
16450
|
.m-xxl-n5 {
|
|
15711
16451
|
margin: -3rem !important;
|
|
15712
16452
|
}
|
|
16453
|
+
.m-xxl-n1-5 {
|
|
16454
|
+
margin: -0.375rem !important;
|
|
16455
|
+
}
|
|
16456
|
+
.m-xxl-n2-5 {
|
|
16457
|
+
margin: -0.75rem !important;
|
|
16458
|
+
}
|
|
16459
|
+
.m-xxl-n3-5 {
|
|
16460
|
+
margin: -1.25rem !important;
|
|
16461
|
+
}
|
|
16462
|
+
.m-xxl-n4-25 {
|
|
16463
|
+
margin: -1.75rem !important;
|
|
16464
|
+
}
|
|
16465
|
+
.m-xxl-n4-5 {
|
|
16466
|
+
margin: -2rem !important;
|
|
16467
|
+
}
|
|
16468
|
+
.m-xxl-n4-75 {
|
|
16469
|
+
margin: -2.5rem !important;
|
|
16470
|
+
}
|
|
15713
16471
|
.mx-xxl-n1 {
|
|
15714
16472
|
margin-right: -0.25rem !important;
|
|
15715
16473
|
margin-left: -0.25rem !important;
|
|
@@ -15730,6 +16488,30 @@ svg {
|
|
|
15730
16488
|
margin-right: -3rem !important;
|
|
15731
16489
|
margin-left: -3rem !important;
|
|
15732
16490
|
}
|
|
16491
|
+
.mx-xxl-n1-5 {
|
|
16492
|
+
margin-right: -0.375rem !important;
|
|
16493
|
+
margin-left: -0.375rem !important;
|
|
16494
|
+
}
|
|
16495
|
+
.mx-xxl-n2-5 {
|
|
16496
|
+
margin-right: -0.75rem !important;
|
|
16497
|
+
margin-left: -0.75rem !important;
|
|
16498
|
+
}
|
|
16499
|
+
.mx-xxl-n3-5 {
|
|
16500
|
+
margin-right: -1.25rem !important;
|
|
16501
|
+
margin-left: -1.25rem !important;
|
|
16502
|
+
}
|
|
16503
|
+
.mx-xxl-n4-25 {
|
|
16504
|
+
margin-right: -1.75rem !important;
|
|
16505
|
+
margin-left: -1.75rem !important;
|
|
16506
|
+
}
|
|
16507
|
+
.mx-xxl-n4-5 {
|
|
16508
|
+
margin-right: -2rem !important;
|
|
16509
|
+
margin-left: -2rem !important;
|
|
16510
|
+
}
|
|
16511
|
+
.mx-xxl-n4-75 {
|
|
16512
|
+
margin-right: -2.5rem !important;
|
|
16513
|
+
margin-left: -2.5rem !important;
|
|
16514
|
+
}
|
|
15733
16515
|
.my-xxl-n1 {
|
|
15734
16516
|
margin-top: -0.25rem !important;
|
|
15735
16517
|
margin-bottom: -0.25rem !important;
|
|
@@ -15750,6 +16532,30 @@ svg {
|
|
|
15750
16532
|
margin-top: -3rem !important;
|
|
15751
16533
|
margin-bottom: -3rem !important;
|
|
15752
16534
|
}
|
|
16535
|
+
.my-xxl-n1-5 {
|
|
16536
|
+
margin-top: -0.375rem !important;
|
|
16537
|
+
margin-bottom: -0.375rem !important;
|
|
16538
|
+
}
|
|
16539
|
+
.my-xxl-n2-5 {
|
|
16540
|
+
margin-top: -0.75rem !important;
|
|
16541
|
+
margin-bottom: -0.75rem !important;
|
|
16542
|
+
}
|
|
16543
|
+
.my-xxl-n3-5 {
|
|
16544
|
+
margin-top: -1.25rem !important;
|
|
16545
|
+
margin-bottom: -1.25rem !important;
|
|
16546
|
+
}
|
|
16547
|
+
.my-xxl-n4-25 {
|
|
16548
|
+
margin-top: -1.75rem !important;
|
|
16549
|
+
margin-bottom: -1.75rem !important;
|
|
16550
|
+
}
|
|
16551
|
+
.my-xxl-n4-5 {
|
|
16552
|
+
margin-top: -2rem !important;
|
|
16553
|
+
margin-bottom: -2rem !important;
|
|
16554
|
+
}
|
|
16555
|
+
.my-xxl-n4-75 {
|
|
16556
|
+
margin-top: -2.5rem !important;
|
|
16557
|
+
margin-bottom: -2.5rem !important;
|
|
16558
|
+
}
|
|
15753
16559
|
.mt-xxl-n1 {
|
|
15754
16560
|
margin-top: -0.25rem !important;
|
|
15755
16561
|
}
|
|
@@ -15765,6 +16571,24 @@ svg {
|
|
|
15765
16571
|
.mt-xxl-n5 {
|
|
15766
16572
|
margin-top: -3rem !important;
|
|
15767
16573
|
}
|
|
16574
|
+
.mt-xxl-n1-5 {
|
|
16575
|
+
margin-top: -0.375rem !important;
|
|
16576
|
+
}
|
|
16577
|
+
.mt-xxl-n2-5 {
|
|
16578
|
+
margin-top: -0.75rem !important;
|
|
16579
|
+
}
|
|
16580
|
+
.mt-xxl-n3-5 {
|
|
16581
|
+
margin-top: -1.25rem !important;
|
|
16582
|
+
}
|
|
16583
|
+
.mt-xxl-n4-25 {
|
|
16584
|
+
margin-top: -1.75rem !important;
|
|
16585
|
+
}
|
|
16586
|
+
.mt-xxl-n4-5 {
|
|
16587
|
+
margin-top: -2rem !important;
|
|
16588
|
+
}
|
|
16589
|
+
.mt-xxl-n4-75 {
|
|
16590
|
+
margin-top: -2.5rem !important;
|
|
16591
|
+
}
|
|
15768
16592
|
.me-xxl-n1 {
|
|
15769
16593
|
margin-right: -0.25rem !important;
|
|
15770
16594
|
}
|
|
@@ -15780,6 +16604,24 @@ svg {
|
|
|
15780
16604
|
.me-xxl-n5 {
|
|
15781
16605
|
margin-right: -3rem !important;
|
|
15782
16606
|
}
|
|
16607
|
+
.me-xxl-n1-5 {
|
|
16608
|
+
margin-right: -0.375rem !important;
|
|
16609
|
+
}
|
|
16610
|
+
.me-xxl-n2-5 {
|
|
16611
|
+
margin-right: -0.75rem !important;
|
|
16612
|
+
}
|
|
16613
|
+
.me-xxl-n3-5 {
|
|
16614
|
+
margin-right: -1.25rem !important;
|
|
16615
|
+
}
|
|
16616
|
+
.me-xxl-n4-25 {
|
|
16617
|
+
margin-right: -1.75rem !important;
|
|
16618
|
+
}
|
|
16619
|
+
.me-xxl-n4-5 {
|
|
16620
|
+
margin-right: -2rem !important;
|
|
16621
|
+
}
|
|
16622
|
+
.me-xxl-n4-75 {
|
|
16623
|
+
margin-right: -2.5rem !important;
|
|
16624
|
+
}
|
|
15783
16625
|
.mb-xxl-n1 {
|
|
15784
16626
|
margin-bottom: -0.25rem !important;
|
|
15785
16627
|
}
|
|
@@ -15795,6 +16637,24 @@ svg {
|
|
|
15795
16637
|
.mb-xxl-n5 {
|
|
15796
16638
|
margin-bottom: -3rem !important;
|
|
15797
16639
|
}
|
|
16640
|
+
.mb-xxl-n1-5 {
|
|
16641
|
+
margin-bottom: -0.375rem !important;
|
|
16642
|
+
}
|
|
16643
|
+
.mb-xxl-n2-5 {
|
|
16644
|
+
margin-bottom: -0.75rem !important;
|
|
16645
|
+
}
|
|
16646
|
+
.mb-xxl-n3-5 {
|
|
16647
|
+
margin-bottom: -1.25rem !important;
|
|
16648
|
+
}
|
|
16649
|
+
.mb-xxl-n4-25 {
|
|
16650
|
+
margin-bottom: -1.75rem !important;
|
|
16651
|
+
}
|
|
16652
|
+
.mb-xxl-n4-5 {
|
|
16653
|
+
margin-bottom: -2rem !important;
|
|
16654
|
+
}
|
|
16655
|
+
.mb-xxl-n4-75 {
|
|
16656
|
+
margin-bottom: -2.5rem !important;
|
|
16657
|
+
}
|
|
15798
16658
|
.ms-xxl-n1 {
|
|
15799
16659
|
margin-left: -0.25rem !important;
|
|
15800
16660
|
}
|
|
@@ -15810,6 +16670,24 @@ svg {
|
|
|
15810
16670
|
.ms-xxl-n5 {
|
|
15811
16671
|
margin-left: -3rem !important;
|
|
15812
16672
|
}
|
|
16673
|
+
.ms-xxl-n1-5 {
|
|
16674
|
+
margin-left: -0.375rem !important;
|
|
16675
|
+
}
|
|
16676
|
+
.ms-xxl-n2-5 {
|
|
16677
|
+
margin-left: -0.75rem !important;
|
|
16678
|
+
}
|
|
16679
|
+
.ms-xxl-n3-5 {
|
|
16680
|
+
margin-left: -1.25rem !important;
|
|
16681
|
+
}
|
|
16682
|
+
.ms-xxl-n4-25 {
|
|
16683
|
+
margin-left: -1.75rem !important;
|
|
16684
|
+
}
|
|
16685
|
+
.ms-xxl-n4-5 {
|
|
16686
|
+
margin-left: -2rem !important;
|
|
16687
|
+
}
|
|
16688
|
+
.ms-xxl-n4-75 {
|
|
16689
|
+
margin-left: -2.5rem !important;
|
|
16690
|
+
}
|
|
15813
16691
|
.p-xxl-0 {
|
|
15814
16692
|
padding: 0 !important;
|
|
15815
16693
|
}
|
|
@@ -16287,6 +17165,11 @@ svg {
|
|
|
16287
17165
|
outline: 2px solid #253ebe;
|
|
16288
17166
|
}
|
|
16289
17167
|
|
|
17168
|
+
.accordion-button > span,
|
|
17169
|
+
.accordion-body {
|
|
17170
|
+
max-width: 80ch;
|
|
17171
|
+
}
|
|
17172
|
+
|
|
16290
17173
|
.alert-light {
|
|
16291
17174
|
border-color: #f8f9fa;
|
|
16292
17175
|
background: #fff;
|
|
@@ -18300,6 +19183,24 @@ select.multi-select {
|
|
|
18300
19183
|
color: #6c757d;
|
|
18301
19184
|
}
|
|
18302
19185
|
|
|
19186
|
+
.ss-main.ss-1.form-select.is-invalid, .ss-main.ss-1.form-select.is-valid {
|
|
19187
|
+
background: none;
|
|
19188
|
+
padding: 0;
|
|
19189
|
+
}
|
|
19190
|
+
.ss-main.ss-1.form-select {
|
|
19191
|
+
border: none;
|
|
19192
|
+
background: none;
|
|
19193
|
+
padding: 0.075rem 0 0.075rem 0.3rem;
|
|
19194
|
+
}
|
|
19195
|
+
.ss-main.ss-1 .ss-single-selected {
|
|
19196
|
+
min-height: 37px;
|
|
19197
|
+
}
|
|
19198
|
+
.ss-main.ss-1 .ss-single-selected .placeholder {
|
|
19199
|
+
background: none;
|
|
19200
|
+
cursor: pointer;
|
|
19201
|
+
opacity: 1;
|
|
19202
|
+
}
|
|
19203
|
+
|
|
18303
19204
|
.ss-main.multi-select.is-invalid .ss-multi-selected,
|
|
18304
19205
|
.ss-main.multi-select.is-valid .ss-multi-selected,
|
|
18305
19206
|
.was-validated .multi-select:invalid + .ss-main.multi-select .ss-multi-selected,
|
|
@@ -18359,7 +19260,7 @@ select.multi-select {
|
|
|
18359
19260
|
:root {
|
|
18360
19261
|
--ss-bg-color: #ffffff;
|
|
18361
19262
|
--ss-font-color: #4d4d4d;
|
|
18362
|
-
--ss-font-placeholder-color: #
|
|
19263
|
+
--ss-font-placeholder-color: #212529;
|
|
18363
19264
|
--ss-disabled-color: #dcdee2;
|
|
18364
19265
|
--ss-border-color: #dcdee2;
|
|
18365
19266
|
--ss-highlight-color: #fffb8c;
|
|
@@ -19145,9 +20046,11 @@ select.multi-select {
|
|
|
19145
20046
|
position: absolute;
|
|
19146
20047
|
border-radius: 50%;
|
|
19147
20048
|
border: 2px solid var(--bs-primary);
|
|
20049
|
+
top: 6px;
|
|
19148
20050
|
left: 0;
|
|
19149
20051
|
width: 22px;
|
|
19150
20052
|
height: 22px;
|
|
20053
|
+
z-index: 1;
|
|
19151
20054
|
}
|
|
19152
20055
|
.bcl-timeline > li::after {
|
|
19153
20056
|
content: "";
|
|
@@ -19204,7 +20107,13 @@ select.multi-select {
|
|
|
19204
20107
|
-ms-flex-align: center;
|
|
19205
20108
|
align-items: center;
|
|
19206
20109
|
white-space: normal;
|
|
20110
|
+
border-left: none;
|
|
20111
|
+
border-top: none;
|
|
20112
|
+
border-right: none;
|
|
20113
|
+
background: transparent;
|
|
19207
20114
|
border-bottom: 1px solid #dee2e6;
|
|
20115
|
+
width: 100%;
|
|
20116
|
+
padding: 1.25rem;
|
|
19208
20117
|
}
|
|
19209
20118
|
.bcl-inpage-navigation .dropdown-toggle:after {
|
|
19210
20119
|
display: none;
|
|
@@ -19229,6 +20138,7 @@ select.multi-select {
|
|
|
19229
20138
|
.bcl-inpage-navigation .bcl-heading {
|
|
19230
20139
|
margin-bottom: 0;
|
|
19231
20140
|
padding: 1.25rem;
|
|
20141
|
+
border-bottom: 1px solid #dee2e6;
|
|
19232
20142
|
}
|
|
19233
20143
|
.bcl-inpage-navigation ul {
|
|
19234
20144
|
padding: 0.75rem;
|