@openeuropa/bcl-theme-joinup 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-joinup.css +1667 -167
- package/css/oe-bcl-joinup.css.map +1 -1
- package/css/oe-bcl-joinup.min.css +1 -1
- package/css/oe-bcl-joinup.min.css.map +1 -1
- package/js/oe-bcl-joinup.bundle.js +124 -74
- package/js/oe-bcl-joinup.bundle.js.map +1 -1
- package/js/oe-bcl-joinup.bundle.min.js +1 -1
- package/js/oe-bcl-joinup.bundle.min.js.map +1 -1
- package/js/oe-bcl-joinup.esm.js +124 -74
- package/js/oe-bcl-joinup.esm.js.map +1 -1
- package/js/oe-bcl-joinup.esm.min.js +1 -1
- package/js/oe-bcl-joinup.esm.min.js.map +1 -1
- package/js/oe-bcl-joinup.umd.js +124 -74
- package/js/oe-bcl-joinup.umd.js.map +1 -1
- package/js/oe-bcl-joinup.umd.min.js +1 -1
- package/js/oe-bcl-joinup.umd.min.js.map +1 -1
- package/package.json +10 -10
- package/src/scss/oe-bcl-joinup.scss +1 -0
- 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-joinup.css
CHANGED
|
@@ -556,8 +556,8 @@ legend {
|
|
|
556
556
|
width: 100%;
|
|
557
557
|
padding: 0;
|
|
558
558
|
margin-bottom: 0.5rem;
|
|
559
|
-
font-size: calc(1.275rem + 0.3vw);
|
|
560
559
|
line-height: inherit;
|
|
560
|
+
font-size: calc(1.275rem + 0.3vw);
|
|
561
561
|
}
|
|
562
562
|
@media (min-width: 1200px) {
|
|
563
563
|
legend {
|
|
@@ -640,9 +640,9 @@ progress {
|
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
.display-1 {
|
|
643
|
-
font-size: calc(1.625rem + 4.5vw);
|
|
644
643
|
font-weight: normal;
|
|
645
644
|
line-height: 1.2;
|
|
645
|
+
font-size: calc(1.625rem + 4.5vw);
|
|
646
646
|
}
|
|
647
647
|
@media (min-width: 1200px) {
|
|
648
648
|
.display-1 {
|
|
@@ -651,9 +651,9 @@ progress {
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.display-2 {
|
|
654
|
-
font-size: calc(1.575rem + 3.9vw);
|
|
655
654
|
font-weight: normal;
|
|
656
655
|
line-height: 1.2;
|
|
656
|
+
font-size: calc(1.575rem + 3.9vw);
|
|
657
657
|
}
|
|
658
658
|
@media (min-width: 1200px) {
|
|
659
659
|
.display-2 {
|
|
@@ -662,9 +662,9 @@ progress {
|
|
|
662
662
|
}
|
|
663
663
|
|
|
664
664
|
.display-3 {
|
|
665
|
-
font-size: calc(1.525rem + 3.3vw);
|
|
666
665
|
font-weight: normal;
|
|
667
666
|
line-height: 1.2;
|
|
667
|
+
font-size: calc(1.525rem + 3.3vw);
|
|
668
668
|
}
|
|
669
669
|
@media (min-width: 1200px) {
|
|
670
670
|
.display-3 {
|
|
@@ -673,9 +673,9 @@ progress {
|
|
|
673
673
|
}
|
|
674
674
|
|
|
675
675
|
.display-4 {
|
|
676
|
-
font-size: calc(1.475rem + 2.7vw);
|
|
677
676
|
font-weight: normal;
|
|
678
677
|
line-height: 1.2;
|
|
678
|
+
font-size: calc(1.475rem + 2.7vw);
|
|
679
679
|
}
|
|
680
680
|
@media (min-width: 1200px) {
|
|
681
681
|
.display-4 {
|
|
@@ -684,9 +684,9 @@ progress {
|
|
|
684
684
|
}
|
|
685
685
|
|
|
686
686
|
.display-5 {
|
|
687
|
-
font-size: calc(1.425rem + 2.1vw);
|
|
688
687
|
font-weight: normal;
|
|
689
688
|
line-height: 1.2;
|
|
689
|
+
font-size: calc(1.425rem + 2.1vw);
|
|
690
690
|
}
|
|
691
691
|
@media (min-width: 1200px) {
|
|
692
692
|
.display-5 {
|
|
@@ -695,9 +695,9 @@ progress {
|
|
|
695
695
|
}
|
|
696
696
|
|
|
697
697
|
.display-6 {
|
|
698
|
-
font-size: calc(1.375rem + 1.5vw);
|
|
699
698
|
font-weight: normal;
|
|
700
699
|
line-height: 1.2;
|
|
700
|
+
font-size: calc(1.375rem + 1.5vw);
|
|
701
701
|
}
|
|
702
702
|
@media (min-width: 1200px) {
|
|
703
703
|
.display-6 {
|
|
@@ -846,8 +846,8 @@ progress {
|
|
|
846
846
|
}
|
|
847
847
|
|
|
848
848
|
.col {
|
|
849
|
-
-ms-flex: 1 0
|
|
850
|
-
flex: 1 0 0
|
|
849
|
+
-ms-flex: 1 0 0px;
|
|
850
|
+
flex: 1 0 0;
|
|
851
851
|
}
|
|
852
852
|
|
|
853
853
|
.row-cols-auto > * {
|
|
@@ -1136,8 +1136,8 @@ progress {
|
|
|
1136
1136
|
|
|
1137
1137
|
@media (min-width: 576px) {
|
|
1138
1138
|
.col-sm {
|
|
1139
|
-
-ms-flex: 1 0
|
|
1140
|
-
flex: 1 0 0
|
|
1139
|
+
-ms-flex: 1 0 0px;
|
|
1140
|
+
flex: 1 0 0;
|
|
1141
1141
|
}
|
|
1142
1142
|
.row-cols-sm-auto > * {
|
|
1143
1143
|
-ms-flex: 0 0 auto;
|
|
@@ -1374,8 +1374,8 @@ progress {
|
|
|
1374
1374
|
}
|
|
1375
1375
|
@media (min-width: 768px) {
|
|
1376
1376
|
.col-md {
|
|
1377
|
-
-ms-flex: 1 0
|
|
1378
|
-
flex: 1 0 0
|
|
1377
|
+
-ms-flex: 1 0 0px;
|
|
1378
|
+
flex: 1 0 0;
|
|
1379
1379
|
}
|
|
1380
1380
|
.row-cols-md-auto > * {
|
|
1381
1381
|
-ms-flex: 0 0 auto;
|
|
@@ -1612,8 +1612,8 @@ progress {
|
|
|
1612
1612
|
}
|
|
1613
1613
|
@media (min-width: 992px) {
|
|
1614
1614
|
.col-lg {
|
|
1615
|
-
-ms-flex: 1 0
|
|
1616
|
-
flex: 1 0 0
|
|
1615
|
+
-ms-flex: 1 0 0px;
|
|
1616
|
+
flex: 1 0 0;
|
|
1617
1617
|
}
|
|
1618
1618
|
.row-cols-lg-auto > * {
|
|
1619
1619
|
-ms-flex: 0 0 auto;
|
|
@@ -1850,8 +1850,8 @@ progress {
|
|
|
1850
1850
|
}
|
|
1851
1851
|
@media (min-width: 1200px) {
|
|
1852
1852
|
.col-xl {
|
|
1853
|
-
-ms-flex: 1 0
|
|
1854
|
-
flex: 1 0 0
|
|
1853
|
+
-ms-flex: 1 0 0px;
|
|
1854
|
+
flex: 1 0 0;
|
|
1855
1855
|
}
|
|
1856
1856
|
.row-cols-xl-auto > * {
|
|
1857
1857
|
-ms-flex: 0 0 auto;
|
|
@@ -2088,8 +2088,8 @@ progress {
|
|
|
2088
2088
|
}
|
|
2089
2089
|
@media (min-width: 1400px) {
|
|
2090
2090
|
.col-xxl {
|
|
2091
|
-
-ms-flex: 1 0
|
|
2092
|
-
flex: 1 0 0
|
|
2091
|
+
-ms-flex: 1 0 0px;
|
|
2092
|
+
flex: 1 0 0;
|
|
2093
2093
|
}
|
|
2094
2094
|
.row-cols-xxl-auto > * {
|
|
2095
2095
|
-ms-flex: 0 0 auto;
|
|
@@ -3101,9 +3101,11 @@ textarea.form-control-lg {
|
|
|
3101
3101
|
top: 0;
|
|
3102
3102
|
left: 0;
|
|
3103
3103
|
z-index: 2;
|
|
3104
|
+
max-width: 100%;
|
|
3104
3105
|
height: 100%;
|
|
3105
3106
|
padding: 1rem 0.75rem;
|
|
3106
3107
|
overflow: hidden;
|
|
3108
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3107
3109
|
text-align: start;
|
|
3108
3110
|
text-overflow: ellipsis;
|
|
3109
3111
|
white-space: nowrap;
|
|
@@ -3140,7 +3142,7 @@ textarea.form-control-lg {
|
|
|
3140
3142
|
.form-floating > .form-control-plaintext::placeholder {
|
|
3141
3143
|
color: transparent;
|
|
3142
3144
|
}
|
|
3143
|
-
.form-floating > .form-control:not(:-moz-placeholder
|
|
3145
|
+
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
|
|
3144
3146
|
padding-top: 1.625rem;
|
|
3145
3147
|
padding-bottom: 0.625rem;
|
|
3146
3148
|
}
|
|
@@ -3162,24 +3164,26 @@ textarea.form-control-lg {
|
|
|
3162
3164
|
.form-floating > .form-select {
|
|
3163
3165
|
padding-top: 1.625rem;
|
|
3164
3166
|
padding-bottom: 0.625rem;
|
|
3167
|
+
padding-left: 0.75rem;
|
|
3165
3168
|
}
|
|
3166
|
-
.form-floating > .form-control:not(:-moz-placeholder
|
|
3167
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3169
|
+
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
|
|
3168
3170
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3169
3171
|
}
|
|
3170
3172
|
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
|
|
3171
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3172
3173
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3173
3174
|
}
|
|
3174
3175
|
.form-floating > .form-control:focus ~ label,
|
|
3175
3176
|
.form-floating > .form-control:not(:placeholder-shown) ~ label,
|
|
3176
3177
|
.form-floating > .form-control-plaintext ~ label,
|
|
3177
3178
|
.form-floating > .form-select ~ label {
|
|
3178
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3179
3179
|
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3180
3180
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3181
3181
|
}
|
|
3182
|
-
.form-floating > .form-control
|
|
3182
|
+
.form-floating > .form-control:-webkit-autofill ~ label {
|
|
3183
|
+
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3184
|
+
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3185
|
+
}
|
|
3186
|
+
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
|
|
3183
3187
|
position: absolute;
|
|
3184
3188
|
inset: 1rem 0.375rem;
|
|
3185
3189
|
z-index: -1;
|
|
@@ -3188,7 +3192,7 @@ textarea.form-control-lg {
|
|
|
3188
3192
|
background-color: var(--bs-body-bg);
|
|
3189
3193
|
border-radius: var(--bs-border-radius);
|
|
3190
3194
|
}
|
|
3191
|
-
.form-floating >
|
|
3195
|
+
.form-floating > textarea:not(:-ms-input-placeholder) ~ label::after {
|
|
3192
3196
|
position: absolute;
|
|
3193
3197
|
inset: 1rem 0.375rem;
|
|
3194
3198
|
z-index: -1;
|
|
@@ -3197,10 +3201,8 @@ textarea.form-control-lg {
|
|
|
3197
3201
|
background-color: var(--bs-body-bg);
|
|
3198
3202
|
border-radius: var(--bs-border-radius);
|
|
3199
3203
|
}
|
|
3200
|
-
.form-floating >
|
|
3201
|
-
.form-floating >
|
|
3202
|
-
.form-floating > .form-control-plaintext ~ label::after,
|
|
3203
|
-
.form-floating > .form-select ~ label::after {
|
|
3204
|
+
.form-floating > textarea:focus ~ label::after,
|
|
3205
|
+
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
|
|
3204
3206
|
position: absolute;
|
|
3205
3207
|
inset: 1rem 0.375rem;
|
|
3206
3208
|
z-index: -1;
|
|
@@ -3209,10 +3211,8 @@ textarea.form-control-lg {
|
|
|
3209
3211
|
background-color: var(--bs-body-bg);
|
|
3210
3212
|
border-radius: var(--bs-border-radius);
|
|
3211
3213
|
}
|
|
3212
|
-
.form-floating >
|
|
3213
|
-
color:
|
|
3214
|
-
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3215
|
-
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3214
|
+
.form-floating > textarea:disabled ~ label::after {
|
|
3215
|
+
background-color: var(--bs-secondary-bg);
|
|
3216
3216
|
}
|
|
3217
3217
|
.form-floating > .form-control-plaintext ~ label {
|
|
3218
3218
|
border-width: var(--bs-border-width) 0;
|
|
@@ -3221,10 +3221,6 @@ textarea.form-control-lg {
|
|
|
3221
3221
|
.form-floating > .form-control:disabled ~ label {
|
|
3222
3222
|
color: #6d7173;
|
|
3223
3223
|
}
|
|
3224
|
-
.form-floating > :disabled ~ label::after,
|
|
3225
|
-
.form-floating > .form-control:disabled ~ label::after {
|
|
3226
|
-
background-color: var(--bs-secondary-bg);
|
|
3227
|
-
}
|
|
3228
3224
|
|
|
3229
3225
|
.input-group {
|
|
3230
3226
|
position: relative;
|
|
@@ -3313,7 +3309,7 @@ textarea.form-control-lg {
|
|
|
3313
3309
|
border-bottom-right-radius: 0;
|
|
3314
3310
|
}
|
|
3315
3311
|
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
|
|
3316
|
-
margin-left: calc(var(--bs-border-width)
|
|
3312
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
3317
3313
|
border-top-left-radius: 0;
|
|
3318
3314
|
border-bottom-left-radius: 0;
|
|
3319
3315
|
}
|
|
@@ -3355,7 +3351,7 @@ textarea.form-control-lg {
|
|
|
3355
3351
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
3356
3352
|
border-color: var(--bs-form-valid-border-color);
|
|
3357
3353
|
padding-right: calc(1.5em + 0.75rem);
|
|
3358
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318bf80' 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.
|
|
3354
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318bf80' 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");
|
|
3359
3355
|
background-repeat: no-repeat;
|
|
3360
3356
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
3361
3357
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -3374,7 +3370,7 @@ textarea.form-control-lg {
|
|
|
3374
3370
|
border-color: var(--bs-form-valid-border-color);
|
|
3375
3371
|
}
|
|
3376
3372
|
.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"] {
|
|
3377
|
-
--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='%2318bf80' 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.
|
|
3373
|
+
--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='%2318bf80' 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");
|
|
3378
3374
|
padding-right: 4.125rem;
|
|
3379
3375
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
3380
3376
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -4333,7 +4329,7 @@ textarea.form-control-lg {
|
|
|
4333
4329
|
}
|
|
4334
4330
|
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
4335
4331
|
.btn-group > .btn-group:not(:first-child) {
|
|
4336
|
-
margin-left: calc(var(--bs-border-width)
|
|
4332
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
4337
4333
|
}
|
|
4338
4334
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4339
4335
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
@@ -4390,14 +4386,15 @@ textarea.form-control-lg {
|
|
|
4390
4386
|
}
|
|
4391
4387
|
.btn-group-vertical > .btn:not(:first-child),
|
|
4392
4388
|
.btn-group-vertical > .btn-group:not(:first-child) {
|
|
4393
|
-
margin-top: calc(var(--bs-border-width)
|
|
4389
|
+
margin-top: calc(-1 * var(--bs-border-width));
|
|
4394
4390
|
}
|
|
4395
4391
|
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4396
4392
|
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
|
|
4397
4393
|
border-bottom-right-radius: 0;
|
|
4398
4394
|
border-bottom-left-radius: 0;
|
|
4399
4395
|
}
|
|
4400
|
-
.btn-group-vertical > .btn
|
|
4396
|
+
.btn-group-vertical > .btn:nth-child(n+3),
|
|
4397
|
+
.btn-group-vertical > :not(.btn-check) + .btn,
|
|
4401
4398
|
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
|
|
4402
4399
|
border-top-left-radius: 0;
|
|
4403
4400
|
border-top-right-radius: 0;
|
|
@@ -4524,10 +4521,10 @@ textarea.form-control-lg {
|
|
|
4524
4521
|
|
|
4525
4522
|
.nav-justified > .nav-link,
|
|
4526
4523
|
.nav-justified .nav-item {
|
|
4527
|
-
-ms-flex-preferred-size: 0;
|
|
4528
|
-
flex-basis: 0;
|
|
4529
4524
|
-ms-flex-positive: 1;
|
|
4530
4525
|
flex-grow: 1;
|
|
4526
|
+
-ms-flex-preferred-size: 0;
|
|
4527
|
+
flex-basis: 0;
|
|
4531
4528
|
text-align: center;
|
|
4532
4529
|
}
|
|
4533
4530
|
|
|
@@ -4638,10 +4635,10 @@ textarea.form-control-lg {
|
|
|
4638
4635
|
}
|
|
4639
4636
|
|
|
4640
4637
|
.navbar-collapse {
|
|
4641
|
-
-ms-flex-preferred-size: 100%;
|
|
4642
|
-
flex-basis: 100%;
|
|
4643
4638
|
-ms-flex-positive: 1;
|
|
4644
4639
|
flex-grow: 1;
|
|
4640
|
+
-ms-flex-preferred-size: 100%;
|
|
4641
|
+
flex-basis: 100%;
|
|
4645
4642
|
-ms-flex-align: center;
|
|
4646
4643
|
align-items: center;
|
|
4647
4644
|
}
|
|
@@ -5206,8 +5203,8 @@ textarea.form-control-lg {
|
|
|
5206
5203
|
flex-flow: row wrap;
|
|
5207
5204
|
}
|
|
5208
5205
|
.card-group > .card {
|
|
5209
|
-
-ms-flex: 1 0
|
|
5210
|
-
flex: 1 0 0
|
|
5206
|
+
-ms-flex: 1 0 0px;
|
|
5207
|
+
flex: 1 0 0;
|
|
5211
5208
|
margin-bottom: 0;
|
|
5212
5209
|
}
|
|
5213
5210
|
.card-group > .card + .card {
|
|
@@ -5218,24 +5215,24 @@ textarea.form-control-lg {
|
|
|
5218
5215
|
border-top-right-radius: 0;
|
|
5219
5216
|
border-bottom-right-radius: 0;
|
|
5220
5217
|
}
|
|
5221
|
-
.card-group > .card:not(:last-child) .card-img-top,
|
|
5222
|
-
.card-group > .card:not(:last-child) .card-header {
|
|
5218
|
+
.card-group > .card:not(:last-child) > .card-img-top,
|
|
5219
|
+
.card-group > .card:not(:last-child) > .card-header {
|
|
5223
5220
|
border-top-right-radius: 0;
|
|
5224
5221
|
}
|
|
5225
|
-
.card-group > .card:not(:last-child) .card-img-bottom,
|
|
5226
|
-
.card-group > .card:not(:last-child) .card-footer {
|
|
5222
|
+
.card-group > .card:not(:last-child) > .card-img-bottom,
|
|
5223
|
+
.card-group > .card:not(:last-child) > .card-footer {
|
|
5227
5224
|
border-bottom-right-radius: 0;
|
|
5228
5225
|
}
|
|
5229
5226
|
.card-group > .card:not(:first-child) {
|
|
5230
5227
|
border-top-left-radius: 0;
|
|
5231
5228
|
border-bottom-left-radius: 0;
|
|
5232
5229
|
}
|
|
5233
|
-
.card-group > .card:not(:first-child) .card-img-top,
|
|
5234
|
-
.card-group > .card:not(:first-child) .card-header {
|
|
5230
|
+
.card-group > .card:not(:first-child) > .card-img-top,
|
|
5231
|
+
.card-group > .card:not(:first-child) > .card-header {
|
|
5235
5232
|
border-top-left-radius: 0;
|
|
5236
5233
|
}
|
|
5237
|
-
.card-group > .card:not(:first-child) .card-img-bottom,
|
|
5238
|
-
.card-group > .card:not(:first-child) .card-footer {
|
|
5234
|
+
.card-group > .card:not(:first-child) > .card-img-bottom,
|
|
5235
|
+
.card-group > .card:not(:first-child) > .card-footer {
|
|
5239
5236
|
border-bottom-left-radius: 0;
|
|
5240
5237
|
}
|
|
5241
5238
|
}
|
|
@@ -5252,11 +5249,11 @@ textarea.form-control-lg {
|
|
|
5252
5249
|
--bs-accordion-btn-padding-y: 1rem;
|
|
5253
5250
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
5254
5251
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
5255
|
-
--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='%23242626' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
5252
|
+
--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='%23242626' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5256
5253
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
5257
5254
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
5258
5255
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
5259
|
-
--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='%2308182f' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
5256
|
+
--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='%2308182f' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5260
5257
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
5261
5258
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
5262
5259
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -5370,16 +5367,15 @@ textarea.form-control-lg {
|
|
|
5370
5367
|
.accordion-flush > .accordion-item:last-child {
|
|
5371
5368
|
border-bottom: 0;
|
|
5372
5369
|
}
|
|
5373
|
-
.accordion-flush > .accordion-item > .accordion-
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
.accordion-flush > .accordion-item > .accordion-collapse {
|
|
5370
|
+
.accordion-flush > .accordion-item > .accordion-collapse,
|
|
5371
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
|
|
5372
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
|
5377
5373
|
border-radius: 0;
|
|
5378
5374
|
}
|
|
5379
5375
|
|
|
5380
5376
|
[data-bs-theme=dark] .accordion-button::after {
|
|
5381
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237289ad'%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-.
|
|
5382
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237289ad'%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-.
|
|
5377
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237289ad'%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");
|
|
5378
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237289ad'%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");
|
|
5383
5379
|
}
|
|
5384
5380
|
|
|
5385
5381
|
.breadcrumb {
|
|
@@ -5549,7 +5545,7 @@ textarea.form-control-lg {
|
|
|
5549
5545
|
}
|
|
5550
5546
|
|
|
5551
5547
|
.page-item:not(:first-child) .page-link {
|
|
5552
|
-
margin-left: calc(var(--bs-border-width)
|
|
5548
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
5553
5549
|
}
|
|
5554
5550
|
.page-item .page-link {
|
|
5555
5551
|
border-radius: var(--bs-pagination-border-radius);
|
|
@@ -5700,13 +5696,13 @@ textarea.form-control-lg {
|
|
|
5700
5696
|
|
|
5701
5697
|
@-webkit-keyframes progress-bar-stripes {
|
|
5702
5698
|
0% {
|
|
5703
|
-
background-position-x:
|
|
5699
|
+
background-position-x: var(--bs-progress-height);
|
|
5704
5700
|
}
|
|
5705
5701
|
}
|
|
5706
5702
|
|
|
5707
5703
|
@keyframes progress-bar-stripes {
|
|
5708
5704
|
0% {
|
|
5709
|
-
background-position-x:
|
|
5705
|
+
background-position-x: var(--bs-progress-height);
|
|
5710
5706
|
}
|
|
5711
5707
|
}
|
|
5712
5708
|
.progress,
|
|
@@ -5809,22 +5805,6 @@ textarea.form-control-lg {
|
|
|
5809
5805
|
counter-increment: section;
|
|
5810
5806
|
}
|
|
5811
5807
|
|
|
5812
|
-
.list-group-item-action {
|
|
5813
|
-
width: 100%;
|
|
5814
|
-
color: var(--bs-list-group-action-color);
|
|
5815
|
-
text-align: inherit;
|
|
5816
|
-
}
|
|
5817
|
-
.list-group-item-action:hover, .list-group-item-action:focus {
|
|
5818
|
-
z-index: 1;
|
|
5819
|
-
color: var(--bs-list-group-action-hover-color);
|
|
5820
|
-
text-decoration: none;
|
|
5821
|
-
background-color: var(--bs-list-group-action-hover-bg);
|
|
5822
|
-
}
|
|
5823
|
-
.list-group-item-action:active {
|
|
5824
|
-
color: var(--bs-list-group-action-active-color);
|
|
5825
|
-
background-color: var(--bs-list-group-action-active-bg);
|
|
5826
|
-
}
|
|
5827
|
-
|
|
5828
5808
|
.list-group-item {
|
|
5829
5809
|
position: relative;
|
|
5830
5810
|
display: block;
|
|
@@ -5860,6 +5840,22 @@ textarea.form-control-lg {
|
|
|
5860
5840
|
border-top-width: var(--bs-list-group-border-width);
|
|
5861
5841
|
}
|
|
5862
5842
|
|
|
5843
|
+
.list-group-item-action {
|
|
5844
|
+
width: 100%;
|
|
5845
|
+
color: var(--bs-list-group-action-color);
|
|
5846
|
+
text-align: inherit;
|
|
5847
|
+
}
|
|
5848
|
+
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
|
|
5849
|
+
z-index: 1;
|
|
5850
|
+
color: var(--bs-list-group-action-hover-color);
|
|
5851
|
+
text-decoration: none;
|
|
5852
|
+
background-color: var(--bs-list-group-action-hover-bg);
|
|
5853
|
+
}
|
|
5854
|
+
.list-group-item-action:not(.active):active {
|
|
5855
|
+
color: var(--bs-list-group-action-active-color);
|
|
5856
|
+
background-color: var(--bs-list-group-action-active-bg);
|
|
5857
|
+
}
|
|
5858
|
+
|
|
5863
5859
|
.list-group-horizontal {
|
|
5864
5860
|
-ms-flex-direction: row;
|
|
5865
5861
|
flex-direction: row;
|
|
@@ -6138,19 +6134,20 @@ textarea.form-control-lg {
|
|
|
6138
6134
|
|
|
6139
6135
|
.btn-close {
|
|
6140
6136
|
--bs-btn-close-color: #000;
|
|
6141
|
-
--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.
|
|
6137
|
+
--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");
|
|
6142
6138
|
--bs-btn-close-opacity: 0.5;
|
|
6143
6139
|
--bs-btn-close-hover-opacity: 0.75;
|
|
6144
6140
|
--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(20, 59, 118, 0.25);
|
|
6145
6141
|
--bs-btn-close-focus-opacity: 1;
|
|
6146
6142
|
--bs-btn-close-disabled-opacity: 0.25;
|
|
6147
|
-
--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6148
6143
|
box-sizing: content-box;
|
|
6149
6144
|
width: 1em;
|
|
6150
6145
|
height: 1em;
|
|
6151
6146
|
padding: 0.25em 0.25em;
|
|
6152
6147
|
color: var(--bs-btn-close-color);
|
|
6153
6148
|
background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
|
|
6149
|
+
-webkit-filter: var(--bs-btn-close-filter);
|
|
6150
|
+
filter: var(--bs-btn-close-filter);
|
|
6154
6151
|
border: 0;
|
|
6155
6152
|
border-radius: 0.5rem;
|
|
6156
6153
|
opacity: var(--bs-btn-close-opacity);
|
|
@@ -6175,13 +6172,16 @@ textarea.form-control-lg {
|
|
|
6175
6172
|
}
|
|
6176
6173
|
|
|
6177
6174
|
.btn-close-white {
|
|
6178
|
-
|
|
6179
|
-
|
|
6175
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6176
|
+
}
|
|
6177
|
+
|
|
6178
|
+
:root,
|
|
6179
|
+
[data-bs-theme=light] {
|
|
6180
|
+
--bs-btn-close-filter: ;
|
|
6180
6181
|
}
|
|
6181
6182
|
|
|
6182
|
-
[data-bs-theme=dark]
|
|
6183
|
-
|
|
6184
|
-
filter: var(--bs-btn-close-white-filter);
|
|
6183
|
+
[data-bs-theme=dark] {
|
|
6184
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6185
6185
|
}
|
|
6186
6186
|
|
|
6187
6187
|
.toast {
|
|
@@ -6260,7 +6260,7 @@ textarea.form-control-lg {
|
|
|
6260
6260
|
--bs-modal-width: 500px;
|
|
6261
6261
|
--bs-modal-padding: 1rem;
|
|
6262
6262
|
--bs-modal-margin: 0.5rem;
|
|
6263
|
-
--bs-modal-color: ;
|
|
6263
|
+
--bs-modal-color: var(--bs-body-color);
|
|
6264
6264
|
--bs-modal-bg: var(--bs-body-bg);
|
|
6265
6265
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
|
6266
6266
|
--bs-modal-border-width: var(--bs-border-width);
|
|
@@ -6296,11 +6296,11 @@ textarea.form-control-lg {
|
|
|
6296
6296
|
pointer-events: none;
|
|
6297
6297
|
}
|
|
6298
6298
|
.modal.fade .modal-dialog {
|
|
6299
|
+
-webkit-transform: translate(0, -50px);
|
|
6300
|
+
transform: translate(0, -50px);
|
|
6299
6301
|
transition: -webkit-transform 0.3s ease-out;
|
|
6300
6302
|
transition: transform 0.3s ease-out;
|
|
6301
6303
|
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
|
|
6302
|
-
-webkit-transform: translate(0, -50px);
|
|
6303
|
-
transform: translate(0, -50px);
|
|
6304
6304
|
}
|
|
6305
6305
|
@media (prefers-reduced-motion: reduce) {
|
|
6306
6306
|
.modal.fade .modal-dialog {
|
|
@@ -6385,7 +6385,10 @@ textarea.form-control-lg {
|
|
|
6385
6385
|
}
|
|
6386
6386
|
.modal-header .btn-close {
|
|
6387
6387
|
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
|
|
6388
|
-
margin: calc(-0.5 * var(--bs-modal-header-padding-y))
|
|
6388
|
+
margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
6389
|
+
margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
|
|
6390
|
+
margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
6391
|
+
margin-left: auto;
|
|
6389
6392
|
}
|
|
6390
6393
|
|
|
6391
6394
|
.modal-title {
|
|
@@ -6922,6 +6925,8 @@ textarea.form-control-lg {
|
|
|
6922
6925
|
color: #fff;
|
|
6923
6926
|
text-align: center;
|
|
6924
6927
|
background: none;
|
|
6928
|
+
-webkit-filter: var(--bs-carousel-control-icon-filter);
|
|
6929
|
+
filter: var(--bs-carousel-control-icon-filter);
|
|
6925
6930
|
border: 0;
|
|
6926
6931
|
opacity: 0.5;
|
|
6927
6932
|
transition: opacity 0.15s ease;
|
|
@@ -6960,11 +6965,11 @@ textarea.form-control-lg {
|
|
|
6960
6965
|
}
|
|
6961
6966
|
|
|
6962
6967
|
.carousel-control-prev-icon {
|
|
6963
|
-
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
|
|
6968
|
+
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")*/;
|
|
6964
6969
|
}
|
|
6965
6970
|
|
|
6966
6971
|
.carousel-control-next-icon {
|
|
6967
|
-
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-.
|
|
6972
|
+
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")*/;
|
|
6968
6973
|
}
|
|
6969
6974
|
|
|
6970
6975
|
.carousel-indicators {
|
|
@@ -6993,7 +6998,7 @@ textarea.form-control-lg {
|
|
|
6993
6998
|
margin-left: 3px;
|
|
6994
6999
|
text-indent: -999px;
|
|
6995
7000
|
cursor: pointer;
|
|
6996
|
-
background-color:
|
|
7001
|
+
background-color: var(--bs-carousel-indicator-active-bg);
|
|
6997
7002
|
background-clip: padding-box;
|
|
6998
7003
|
border: 0;
|
|
6999
7004
|
border-top: 10px solid transparent;
|
|
@@ -7017,33 +7022,27 @@ textarea.form-control-lg {
|
|
|
7017
7022
|
left: 15%;
|
|
7018
7023
|
padding-top: 1.25rem;
|
|
7019
7024
|
padding-bottom: 1.25rem;
|
|
7020
|
-
color:
|
|
7025
|
+
color: var(--bs-carousel-caption-color);
|
|
7021
7026
|
text-align: center;
|
|
7022
7027
|
}
|
|
7023
7028
|
|
|
7024
|
-
.carousel-dark
|
|
7025
|
-
|
|
7026
|
-
-
|
|
7027
|
-
|
|
7028
|
-
}
|
|
7029
|
-
.carousel-dark .carousel-indicators [data-bs-target] {
|
|
7030
|
-
background-color: #000;
|
|
7031
|
-
}
|
|
7032
|
-
.carousel-dark .carousel-caption {
|
|
7033
|
-
color: #000;
|
|
7029
|
+
.carousel-dark {
|
|
7030
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
7031
|
+
--bs-carousel-caption-color: #000;
|
|
7032
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
7034
7033
|
}
|
|
7035
7034
|
|
|
7036
|
-
|
|
7037
|
-
[data-bs-theme=
|
|
7038
|
-
|
|
7039
|
-
-
|
|
7040
|
-
|
|
7041
|
-
}
|
|
7042
|
-
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
|
|
7043
|
-
background-color: #000;
|
|
7035
|
+
:root,
|
|
7036
|
+
[data-bs-theme=light] {
|
|
7037
|
+
--bs-carousel-indicator-active-bg: #fff;
|
|
7038
|
+
--bs-carousel-caption-color: #fff;
|
|
7039
|
+
--bs-carousel-control-icon-filter: ;
|
|
7044
7040
|
}
|
|
7045
|
-
|
|
7046
|
-
|
|
7041
|
+
|
|
7042
|
+
[data-bs-theme=dark] {
|
|
7043
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
7044
|
+
--bs-carousel-caption-color: #000;
|
|
7045
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
7047
7046
|
}
|
|
7048
7047
|
|
|
7049
7048
|
.spinner-grow,
|
|
@@ -7676,7 +7675,10 @@ textarea.form-control-lg {
|
|
|
7676
7675
|
}
|
|
7677
7676
|
.offcanvas-header .btn-close {
|
|
7678
7677
|
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
|
7679
|
-
margin: calc(-0.5 * var(--bs-offcanvas-padding-y))
|
|
7678
|
+
margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7679
|
+
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
|
7680
|
+
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7681
|
+
margin-left: auto;
|
|
7680
7682
|
}
|
|
7681
7683
|
|
|
7682
7684
|
.offcanvas-title {
|
|
@@ -8060,6 +8062,10 @@ textarea.form-control-lg {
|
|
|
8060
8062
|
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
8061
8063
|
position: absolute !important;
|
|
8062
8064
|
}
|
|
8065
|
+
.visually-hidden *,
|
|
8066
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
|
|
8067
|
+
overflow: hidden !important;
|
|
8068
|
+
}
|
|
8063
8069
|
|
|
8064
8070
|
.stretched-link::after {
|
|
8065
8071
|
position: absolute;
|
|
@@ -8088,8 +8094,10 @@ textarea.form-control-lg {
|
|
|
8088
8094
|
opacity: 0.25;
|
|
8089
8095
|
}
|
|
8090
8096
|
|
|
8091
|
-
@media (
|
|
8092
|
-
.bcl-sidebar
|
|
8097
|
+
@media (max-width: 767.98px) {
|
|
8098
|
+
.bcl-sidebar .dropdown-toggle,
|
|
8099
|
+
.bcl-sidebar h2,
|
|
8100
|
+
.bcl-sidebar .h2 {
|
|
8093
8101
|
font-size: 1.25rem;
|
|
8094
8102
|
}
|
|
8095
8103
|
}
|
|
@@ -9384,6 +9392,30 @@ svg {
|
|
|
9384
9392
|
margin: -3rem !important;
|
|
9385
9393
|
}
|
|
9386
9394
|
|
|
9395
|
+
.m-n1-5 {
|
|
9396
|
+
margin: -0.375rem !important;
|
|
9397
|
+
}
|
|
9398
|
+
|
|
9399
|
+
.m-n2-5 {
|
|
9400
|
+
margin: -0.75rem !important;
|
|
9401
|
+
}
|
|
9402
|
+
|
|
9403
|
+
.m-n3-5 {
|
|
9404
|
+
margin: -1.25rem !important;
|
|
9405
|
+
}
|
|
9406
|
+
|
|
9407
|
+
.m-n4-25 {
|
|
9408
|
+
margin: -1.75rem !important;
|
|
9409
|
+
}
|
|
9410
|
+
|
|
9411
|
+
.m-n4-5 {
|
|
9412
|
+
margin: -2rem !important;
|
|
9413
|
+
}
|
|
9414
|
+
|
|
9415
|
+
.m-n4-75 {
|
|
9416
|
+
margin: -2.5rem !important;
|
|
9417
|
+
}
|
|
9418
|
+
|
|
9387
9419
|
.mx-n1 {
|
|
9388
9420
|
margin-right: -0.25rem !important;
|
|
9389
9421
|
margin-left: -0.25rem !important;
|
|
@@ -9409,6 +9441,36 @@ svg {
|
|
|
9409
9441
|
margin-left: -3rem !important;
|
|
9410
9442
|
}
|
|
9411
9443
|
|
|
9444
|
+
.mx-n1-5 {
|
|
9445
|
+
margin-right: -0.375rem !important;
|
|
9446
|
+
margin-left: -0.375rem !important;
|
|
9447
|
+
}
|
|
9448
|
+
|
|
9449
|
+
.mx-n2-5 {
|
|
9450
|
+
margin-right: -0.75rem !important;
|
|
9451
|
+
margin-left: -0.75rem !important;
|
|
9452
|
+
}
|
|
9453
|
+
|
|
9454
|
+
.mx-n3-5 {
|
|
9455
|
+
margin-right: -1.25rem !important;
|
|
9456
|
+
margin-left: -1.25rem !important;
|
|
9457
|
+
}
|
|
9458
|
+
|
|
9459
|
+
.mx-n4-25 {
|
|
9460
|
+
margin-right: -1.75rem !important;
|
|
9461
|
+
margin-left: -1.75rem !important;
|
|
9462
|
+
}
|
|
9463
|
+
|
|
9464
|
+
.mx-n4-5 {
|
|
9465
|
+
margin-right: -2rem !important;
|
|
9466
|
+
margin-left: -2rem !important;
|
|
9467
|
+
}
|
|
9468
|
+
|
|
9469
|
+
.mx-n4-75 {
|
|
9470
|
+
margin-right: -2.5rem !important;
|
|
9471
|
+
margin-left: -2.5rem !important;
|
|
9472
|
+
}
|
|
9473
|
+
|
|
9412
9474
|
.my-n1 {
|
|
9413
9475
|
margin-top: -0.25rem !important;
|
|
9414
9476
|
margin-bottom: -0.25rem !important;
|
|
@@ -9434,6 +9496,36 @@ svg {
|
|
|
9434
9496
|
margin-bottom: -3rem !important;
|
|
9435
9497
|
}
|
|
9436
9498
|
|
|
9499
|
+
.my-n1-5 {
|
|
9500
|
+
margin-top: -0.375rem !important;
|
|
9501
|
+
margin-bottom: -0.375rem !important;
|
|
9502
|
+
}
|
|
9503
|
+
|
|
9504
|
+
.my-n2-5 {
|
|
9505
|
+
margin-top: -0.75rem !important;
|
|
9506
|
+
margin-bottom: -0.75rem !important;
|
|
9507
|
+
}
|
|
9508
|
+
|
|
9509
|
+
.my-n3-5 {
|
|
9510
|
+
margin-top: -1.25rem !important;
|
|
9511
|
+
margin-bottom: -1.25rem !important;
|
|
9512
|
+
}
|
|
9513
|
+
|
|
9514
|
+
.my-n4-25 {
|
|
9515
|
+
margin-top: -1.75rem !important;
|
|
9516
|
+
margin-bottom: -1.75rem !important;
|
|
9517
|
+
}
|
|
9518
|
+
|
|
9519
|
+
.my-n4-5 {
|
|
9520
|
+
margin-top: -2rem !important;
|
|
9521
|
+
margin-bottom: -2rem !important;
|
|
9522
|
+
}
|
|
9523
|
+
|
|
9524
|
+
.my-n4-75 {
|
|
9525
|
+
margin-top: -2.5rem !important;
|
|
9526
|
+
margin-bottom: -2.5rem !important;
|
|
9527
|
+
}
|
|
9528
|
+
|
|
9437
9529
|
.mt-n1 {
|
|
9438
9530
|
margin-top: -0.25rem !important;
|
|
9439
9531
|
}
|
|
@@ -9454,6 +9546,30 @@ svg {
|
|
|
9454
9546
|
margin-top: -3rem !important;
|
|
9455
9547
|
}
|
|
9456
9548
|
|
|
9549
|
+
.mt-n1-5 {
|
|
9550
|
+
margin-top: -0.375rem !important;
|
|
9551
|
+
}
|
|
9552
|
+
|
|
9553
|
+
.mt-n2-5 {
|
|
9554
|
+
margin-top: -0.75rem !important;
|
|
9555
|
+
}
|
|
9556
|
+
|
|
9557
|
+
.mt-n3-5 {
|
|
9558
|
+
margin-top: -1.25rem !important;
|
|
9559
|
+
}
|
|
9560
|
+
|
|
9561
|
+
.mt-n4-25 {
|
|
9562
|
+
margin-top: -1.75rem !important;
|
|
9563
|
+
}
|
|
9564
|
+
|
|
9565
|
+
.mt-n4-5 {
|
|
9566
|
+
margin-top: -2rem !important;
|
|
9567
|
+
}
|
|
9568
|
+
|
|
9569
|
+
.mt-n4-75 {
|
|
9570
|
+
margin-top: -2.5rem !important;
|
|
9571
|
+
}
|
|
9572
|
+
|
|
9457
9573
|
.me-n1 {
|
|
9458
9574
|
margin-right: -0.25rem !important;
|
|
9459
9575
|
}
|
|
@@ -9474,6 +9590,30 @@ svg {
|
|
|
9474
9590
|
margin-right: -3rem !important;
|
|
9475
9591
|
}
|
|
9476
9592
|
|
|
9593
|
+
.me-n1-5 {
|
|
9594
|
+
margin-right: -0.375rem !important;
|
|
9595
|
+
}
|
|
9596
|
+
|
|
9597
|
+
.me-n2-5 {
|
|
9598
|
+
margin-right: -0.75rem !important;
|
|
9599
|
+
}
|
|
9600
|
+
|
|
9601
|
+
.me-n3-5 {
|
|
9602
|
+
margin-right: -1.25rem !important;
|
|
9603
|
+
}
|
|
9604
|
+
|
|
9605
|
+
.me-n4-25 {
|
|
9606
|
+
margin-right: -1.75rem !important;
|
|
9607
|
+
}
|
|
9608
|
+
|
|
9609
|
+
.me-n4-5 {
|
|
9610
|
+
margin-right: -2rem !important;
|
|
9611
|
+
}
|
|
9612
|
+
|
|
9613
|
+
.me-n4-75 {
|
|
9614
|
+
margin-right: -2.5rem !important;
|
|
9615
|
+
}
|
|
9616
|
+
|
|
9477
9617
|
.mb-n1 {
|
|
9478
9618
|
margin-bottom: -0.25rem !important;
|
|
9479
9619
|
}
|
|
@@ -9494,6 +9634,30 @@ svg {
|
|
|
9494
9634
|
margin-bottom: -3rem !important;
|
|
9495
9635
|
}
|
|
9496
9636
|
|
|
9637
|
+
.mb-n1-5 {
|
|
9638
|
+
margin-bottom: -0.375rem !important;
|
|
9639
|
+
}
|
|
9640
|
+
|
|
9641
|
+
.mb-n2-5 {
|
|
9642
|
+
margin-bottom: -0.75rem !important;
|
|
9643
|
+
}
|
|
9644
|
+
|
|
9645
|
+
.mb-n3-5 {
|
|
9646
|
+
margin-bottom: -1.25rem !important;
|
|
9647
|
+
}
|
|
9648
|
+
|
|
9649
|
+
.mb-n4-25 {
|
|
9650
|
+
margin-bottom: -1.75rem !important;
|
|
9651
|
+
}
|
|
9652
|
+
|
|
9653
|
+
.mb-n4-5 {
|
|
9654
|
+
margin-bottom: -2rem !important;
|
|
9655
|
+
}
|
|
9656
|
+
|
|
9657
|
+
.mb-n4-75 {
|
|
9658
|
+
margin-bottom: -2.5rem !important;
|
|
9659
|
+
}
|
|
9660
|
+
|
|
9497
9661
|
.ms-n1 {
|
|
9498
9662
|
margin-left: -0.25rem !important;
|
|
9499
9663
|
}
|
|
@@ -9514,6 +9678,30 @@ svg {
|
|
|
9514
9678
|
margin-left: -3rem !important;
|
|
9515
9679
|
}
|
|
9516
9680
|
|
|
9681
|
+
.ms-n1-5 {
|
|
9682
|
+
margin-left: -0.375rem !important;
|
|
9683
|
+
}
|
|
9684
|
+
|
|
9685
|
+
.ms-n2-5 {
|
|
9686
|
+
margin-left: -0.75rem !important;
|
|
9687
|
+
}
|
|
9688
|
+
|
|
9689
|
+
.ms-n3-5 {
|
|
9690
|
+
margin-left: -1.25rem !important;
|
|
9691
|
+
}
|
|
9692
|
+
|
|
9693
|
+
.ms-n4-25 {
|
|
9694
|
+
margin-left: -1.75rem !important;
|
|
9695
|
+
}
|
|
9696
|
+
|
|
9697
|
+
.ms-n4-5 {
|
|
9698
|
+
margin-left: -2rem !important;
|
|
9699
|
+
}
|
|
9700
|
+
|
|
9701
|
+
.ms-n4-75 {
|
|
9702
|
+
margin-left: -2.5rem !important;
|
|
9703
|
+
}
|
|
9704
|
+
|
|
9517
9705
|
.p-0 {
|
|
9518
9706
|
padding: 0 !important;
|
|
9519
9707
|
}
|
|
@@ -11474,6 +11662,24 @@ svg {
|
|
|
11474
11662
|
.m-sm-n5 {
|
|
11475
11663
|
margin: -3rem !important;
|
|
11476
11664
|
}
|
|
11665
|
+
.m-sm-n1-5 {
|
|
11666
|
+
margin: -0.375rem !important;
|
|
11667
|
+
}
|
|
11668
|
+
.m-sm-n2-5 {
|
|
11669
|
+
margin: -0.75rem !important;
|
|
11670
|
+
}
|
|
11671
|
+
.m-sm-n3-5 {
|
|
11672
|
+
margin: -1.25rem !important;
|
|
11673
|
+
}
|
|
11674
|
+
.m-sm-n4-25 {
|
|
11675
|
+
margin: -1.75rem !important;
|
|
11676
|
+
}
|
|
11677
|
+
.m-sm-n4-5 {
|
|
11678
|
+
margin: -2rem !important;
|
|
11679
|
+
}
|
|
11680
|
+
.m-sm-n4-75 {
|
|
11681
|
+
margin: -2.5rem !important;
|
|
11682
|
+
}
|
|
11477
11683
|
.mx-sm-n1 {
|
|
11478
11684
|
margin-right: -0.25rem !important;
|
|
11479
11685
|
margin-left: -0.25rem !important;
|
|
@@ -11494,6 +11700,30 @@ svg {
|
|
|
11494
11700
|
margin-right: -3rem !important;
|
|
11495
11701
|
margin-left: -3rem !important;
|
|
11496
11702
|
}
|
|
11703
|
+
.mx-sm-n1-5 {
|
|
11704
|
+
margin-right: -0.375rem !important;
|
|
11705
|
+
margin-left: -0.375rem !important;
|
|
11706
|
+
}
|
|
11707
|
+
.mx-sm-n2-5 {
|
|
11708
|
+
margin-right: -0.75rem !important;
|
|
11709
|
+
margin-left: -0.75rem !important;
|
|
11710
|
+
}
|
|
11711
|
+
.mx-sm-n3-5 {
|
|
11712
|
+
margin-right: -1.25rem !important;
|
|
11713
|
+
margin-left: -1.25rem !important;
|
|
11714
|
+
}
|
|
11715
|
+
.mx-sm-n4-25 {
|
|
11716
|
+
margin-right: -1.75rem !important;
|
|
11717
|
+
margin-left: -1.75rem !important;
|
|
11718
|
+
}
|
|
11719
|
+
.mx-sm-n4-5 {
|
|
11720
|
+
margin-right: -2rem !important;
|
|
11721
|
+
margin-left: -2rem !important;
|
|
11722
|
+
}
|
|
11723
|
+
.mx-sm-n4-75 {
|
|
11724
|
+
margin-right: -2.5rem !important;
|
|
11725
|
+
margin-left: -2.5rem !important;
|
|
11726
|
+
}
|
|
11497
11727
|
.my-sm-n1 {
|
|
11498
11728
|
margin-top: -0.25rem !important;
|
|
11499
11729
|
margin-bottom: -0.25rem !important;
|
|
@@ -11514,6 +11744,30 @@ svg {
|
|
|
11514
11744
|
margin-top: -3rem !important;
|
|
11515
11745
|
margin-bottom: -3rem !important;
|
|
11516
11746
|
}
|
|
11747
|
+
.my-sm-n1-5 {
|
|
11748
|
+
margin-top: -0.375rem !important;
|
|
11749
|
+
margin-bottom: -0.375rem !important;
|
|
11750
|
+
}
|
|
11751
|
+
.my-sm-n2-5 {
|
|
11752
|
+
margin-top: -0.75rem !important;
|
|
11753
|
+
margin-bottom: -0.75rem !important;
|
|
11754
|
+
}
|
|
11755
|
+
.my-sm-n3-5 {
|
|
11756
|
+
margin-top: -1.25rem !important;
|
|
11757
|
+
margin-bottom: -1.25rem !important;
|
|
11758
|
+
}
|
|
11759
|
+
.my-sm-n4-25 {
|
|
11760
|
+
margin-top: -1.75rem !important;
|
|
11761
|
+
margin-bottom: -1.75rem !important;
|
|
11762
|
+
}
|
|
11763
|
+
.my-sm-n4-5 {
|
|
11764
|
+
margin-top: -2rem !important;
|
|
11765
|
+
margin-bottom: -2rem !important;
|
|
11766
|
+
}
|
|
11767
|
+
.my-sm-n4-75 {
|
|
11768
|
+
margin-top: -2.5rem !important;
|
|
11769
|
+
margin-bottom: -2.5rem !important;
|
|
11770
|
+
}
|
|
11517
11771
|
.mt-sm-n1 {
|
|
11518
11772
|
margin-top: -0.25rem !important;
|
|
11519
11773
|
}
|
|
@@ -11529,6 +11783,24 @@ svg {
|
|
|
11529
11783
|
.mt-sm-n5 {
|
|
11530
11784
|
margin-top: -3rem !important;
|
|
11531
11785
|
}
|
|
11786
|
+
.mt-sm-n1-5 {
|
|
11787
|
+
margin-top: -0.375rem !important;
|
|
11788
|
+
}
|
|
11789
|
+
.mt-sm-n2-5 {
|
|
11790
|
+
margin-top: -0.75rem !important;
|
|
11791
|
+
}
|
|
11792
|
+
.mt-sm-n3-5 {
|
|
11793
|
+
margin-top: -1.25rem !important;
|
|
11794
|
+
}
|
|
11795
|
+
.mt-sm-n4-25 {
|
|
11796
|
+
margin-top: -1.75rem !important;
|
|
11797
|
+
}
|
|
11798
|
+
.mt-sm-n4-5 {
|
|
11799
|
+
margin-top: -2rem !important;
|
|
11800
|
+
}
|
|
11801
|
+
.mt-sm-n4-75 {
|
|
11802
|
+
margin-top: -2.5rem !important;
|
|
11803
|
+
}
|
|
11532
11804
|
.me-sm-n1 {
|
|
11533
11805
|
margin-right: -0.25rem !important;
|
|
11534
11806
|
}
|
|
@@ -11544,6 +11816,24 @@ svg {
|
|
|
11544
11816
|
.me-sm-n5 {
|
|
11545
11817
|
margin-right: -3rem !important;
|
|
11546
11818
|
}
|
|
11819
|
+
.me-sm-n1-5 {
|
|
11820
|
+
margin-right: -0.375rem !important;
|
|
11821
|
+
}
|
|
11822
|
+
.me-sm-n2-5 {
|
|
11823
|
+
margin-right: -0.75rem !important;
|
|
11824
|
+
}
|
|
11825
|
+
.me-sm-n3-5 {
|
|
11826
|
+
margin-right: -1.25rem !important;
|
|
11827
|
+
}
|
|
11828
|
+
.me-sm-n4-25 {
|
|
11829
|
+
margin-right: -1.75rem !important;
|
|
11830
|
+
}
|
|
11831
|
+
.me-sm-n4-5 {
|
|
11832
|
+
margin-right: -2rem !important;
|
|
11833
|
+
}
|
|
11834
|
+
.me-sm-n4-75 {
|
|
11835
|
+
margin-right: -2.5rem !important;
|
|
11836
|
+
}
|
|
11547
11837
|
.mb-sm-n1 {
|
|
11548
11838
|
margin-bottom: -0.25rem !important;
|
|
11549
11839
|
}
|
|
@@ -11559,6 +11849,24 @@ svg {
|
|
|
11559
11849
|
.mb-sm-n5 {
|
|
11560
11850
|
margin-bottom: -3rem !important;
|
|
11561
11851
|
}
|
|
11852
|
+
.mb-sm-n1-5 {
|
|
11853
|
+
margin-bottom: -0.375rem !important;
|
|
11854
|
+
}
|
|
11855
|
+
.mb-sm-n2-5 {
|
|
11856
|
+
margin-bottom: -0.75rem !important;
|
|
11857
|
+
}
|
|
11858
|
+
.mb-sm-n3-5 {
|
|
11859
|
+
margin-bottom: -1.25rem !important;
|
|
11860
|
+
}
|
|
11861
|
+
.mb-sm-n4-25 {
|
|
11862
|
+
margin-bottom: -1.75rem !important;
|
|
11863
|
+
}
|
|
11864
|
+
.mb-sm-n4-5 {
|
|
11865
|
+
margin-bottom: -2rem !important;
|
|
11866
|
+
}
|
|
11867
|
+
.mb-sm-n4-75 {
|
|
11868
|
+
margin-bottom: -2.5rem !important;
|
|
11869
|
+
}
|
|
11562
11870
|
.ms-sm-n1 {
|
|
11563
11871
|
margin-left: -0.25rem !important;
|
|
11564
11872
|
}
|
|
@@ -11574,6 +11882,24 @@ svg {
|
|
|
11574
11882
|
.ms-sm-n5 {
|
|
11575
11883
|
margin-left: -3rem !important;
|
|
11576
11884
|
}
|
|
11885
|
+
.ms-sm-n1-5 {
|
|
11886
|
+
margin-left: -0.375rem !important;
|
|
11887
|
+
}
|
|
11888
|
+
.ms-sm-n2-5 {
|
|
11889
|
+
margin-left: -0.75rem !important;
|
|
11890
|
+
}
|
|
11891
|
+
.ms-sm-n3-5 {
|
|
11892
|
+
margin-left: -1.25rem !important;
|
|
11893
|
+
}
|
|
11894
|
+
.ms-sm-n4-25 {
|
|
11895
|
+
margin-left: -1.75rem !important;
|
|
11896
|
+
}
|
|
11897
|
+
.ms-sm-n4-5 {
|
|
11898
|
+
margin-left: -2rem !important;
|
|
11899
|
+
}
|
|
11900
|
+
.ms-sm-n4-75 {
|
|
11901
|
+
margin-left: -2.5rem !important;
|
|
11902
|
+
}
|
|
11577
11903
|
.p-sm-0 {
|
|
11578
11904
|
padding: 0 !important;
|
|
11579
11905
|
}
|
|
@@ -12574,6 +12900,24 @@ svg {
|
|
|
12574
12900
|
.m-md-n5 {
|
|
12575
12901
|
margin: -3rem !important;
|
|
12576
12902
|
}
|
|
12903
|
+
.m-md-n1-5 {
|
|
12904
|
+
margin: -0.375rem !important;
|
|
12905
|
+
}
|
|
12906
|
+
.m-md-n2-5 {
|
|
12907
|
+
margin: -0.75rem !important;
|
|
12908
|
+
}
|
|
12909
|
+
.m-md-n3-5 {
|
|
12910
|
+
margin: -1.25rem !important;
|
|
12911
|
+
}
|
|
12912
|
+
.m-md-n4-25 {
|
|
12913
|
+
margin: -1.75rem !important;
|
|
12914
|
+
}
|
|
12915
|
+
.m-md-n4-5 {
|
|
12916
|
+
margin: -2rem !important;
|
|
12917
|
+
}
|
|
12918
|
+
.m-md-n4-75 {
|
|
12919
|
+
margin: -2.5rem !important;
|
|
12920
|
+
}
|
|
12577
12921
|
.mx-md-n1 {
|
|
12578
12922
|
margin-right: -0.25rem !important;
|
|
12579
12923
|
margin-left: -0.25rem !important;
|
|
@@ -12594,6 +12938,30 @@ svg {
|
|
|
12594
12938
|
margin-right: -3rem !important;
|
|
12595
12939
|
margin-left: -3rem !important;
|
|
12596
12940
|
}
|
|
12941
|
+
.mx-md-n1-5 {
|
|
12942
|
+
margin-right: -0.375rem !important;
|
|
12943
|
+
margin-left: -0.375rem !important;
|
|
12944
|
+
}
|
|
12945
|
+
.mx-md-n2-5 {
|
|
12946
|
+
margin-right: -0.75rem !important;
|
|
12947
|
+
margin-left: -0.75rem !important;
|
|
12948
|
+
}
|
|
12949
|
+
.mx-md-n3-5 {
|
|
12950
|
+
margin-right: -1.25rem !important;
|
|
12951
|
+
margin-left: -1.25rem !important;
|
|
12952
|
+
}
|
|
12953
|
+
.mx-md-n4-25 {
|
|
12954
|
+
margin-right: -1.75rem !important;
|
|
12955
|
+
margin-left: -1.75rem !important;
|
|
12956
|
+
}
|
|
12957
|
+
.mx-md-n4-5 {
|
|
12958
|
+
margin-right: -2rem !important;
|
|
12959
|
+
margin-left: -2rem !important;
|
|
12960
|
+
}
|
|
12961
|
+
.mx-md-n4-75 {
|
|
12962
|
+
margin-right: -2.5rem !important;
|
|
12963
|
+
margin-left: -2.5rem !important;
|
|
12964
|
+
}
|
|
12597
12965
|
.my-md-n1 {
|
|
12598
12966
|
margin-top: -0.25rem !important;
|
|
12599
12967
|
margin-bottom: -0.25rem !important;
|
|
@@ -12614,6 +12982,30 @@ svg {
|
|
|
12614
12982
|
margin-top: -3rem !important;
|
|
12615
12983
|
margin-bottom: -3rem !important;
|
|
12616
12984
|
}
|
|
12985
|
+
.my-md-n1-5 {
|
|
12986
|
+
margin-top: -0.375rem !important;
|
|
12987
|
+
margin-bottom: -0.375rem !important;
|
|
12988
|
+
}
|
|
12989
|
+
.my-md-n2-5 {
|
|
12990
|
+
margin-top: -0.75rem !important;
|
|
12991
|
+
margin-bottom: -0.75rem !important;
|
|
12992
|
+
}
|
|
12993
|
+
.my-md-n3-5 {
|
|
12994
|
+
margin-top: -1.25rem !important;
|
|
12995
|
+
margin-bottom: -1.25rem !important;
|
|
12996
|
+
}
|
|
12997
|
+
.my-md-n4-25 {
|
|
12998
|
+
margin-top: -1.75rem !important;
|
|
12999
|
+
margin-bottom: -1.75rem !important;
|
|
13000
|
+
}
|
|
13001
|
+
.my-md-n4-5 {
|
|
13002
|
+
margin-top: -2rem !important;
|
|
13003
|
+
margin-bottom: -2rem !important;
|
|
13004
|
+
}
|
|
13005
|
+
.my-md-n4-75 {
|
|
13006
|
+
margin-top: -2.5rem !important;
|
|
13007
|
+
margin-bottom: -2.5rem !important;
|
|
13008
|
+
}
|
|
12617
13009
|
.mt-md-n1 {
|
|
12618
13010
|
margin-top: -0.25rem !important;
|
|
12619
13011
|
}
|
|
@@ -12629,6 +13021,24 @@ svg {
|
|
|
12629
13021
|
.mt-md-n5 {
|
|
12630
13022
|
margin-top: -3rem !important;
|
|
12631
13023
|
}
|
|
13024
|
+
.mt-md-n1-5 {
|
|
13025
|
+
margin-top: -0.375rem !important;
|
|
13026
|
+
}
|
|
13027
|
+
.mt-md-n2-5 {
|
|
13028
|
+
margin-top: -0.75rem !important;
|
|
13029
|
+
}
|
|
13030
|
+
.mt-md-n3-5 {
|
|
13031
|
+
margin-top: -1.25rem !important;
|
|
13032
|
+
}
|
|
13033
|
+
.mt-md-n4-25 {
|
|
13034
|
+
margin-top: -1.75rem !important;
|
|
13035
|
+
}
|
|
13036
|
+
.mt-md-n4-5 {
|
|
13037
|
+
margin-top: -2rem !important;
|
|
13038
|
+
}
|
|
13039
|
+
.mt-md-n4-75 {
|
|
13040
|
+
margin-top: -2.5rem !important;
|
|
13041
|
+
}
|
|
12632
13042
|
.me-md-n1 {
|
|
12633
13043
|
margin-right: -0.25rem !important;
|
|
12634
13044
|
}
|
|
@@ -12644,6 +13054,24 @@ svg {
|
|
|
12644
13054
|
.me-md-n5 {
|
|
12645
13055
|
margin-right: -3rem !important;
|
|
12646
13056
|
}
|
|
13057
|
+
.me-md-n1-5 {
|
|
13058
|
+
margin-right: -0.375rem !important;
|
|
13059
|
+
}
|
|
13060
|
+
.me-md-n2-5 {
|
|
13061
|
+
margin-right: -0.75rem !important;
|
|
13062
|
+
}
|
|
13063
|
+
.me-md-n3-5 {
|
|
13064
|
+
margin-right: -1.25rem !important;
|
|
13065
|
+
}
|
|
13066
|
+
.me-md-n4-25 {
|
|
13067
|
+
margin-right: -1.75rem !important;
|
|
13068
|
+
}
|
|
13069
|
+
.me-md-n4-5 {
|
|
13070
|
+
margin-right: -2rem !important;
|
|
13071
|
+
}
|
|
13072
|
+
.me-md-n4-75 {
|
|
13073
|
+
margin-right: -2.5rem !important;
|
|
13074
|
+
}
|
|
12647
13075
|
.mb-md-n1 {
|
|
12648
13076
|
margin-bottom: -0.25rem !important;
|
|
12649
13077
|
}
|
|
@@ -12659,10 +13087,28 @@ svg {
|
|
|
12659
13087
|
.mb-md-n5 {
|
|
12660
13088
|
margin-bottom: -3rem !important;
|
|
12661
13089
|
}
|
|
12662
|
-
.
|
|
12663
|
-
margin-
|
|
13090
|
+
.mb-md-n1-5 {
|
|
13091
|
+
margin-bottom: -0.375rem !important;
|
|
12664
13092
|
}
|
|
12665
|
-
.
|
|
13093
|
+
.mb-md-n2-5 {
|
|
13094
|
+
margin-bottom: -0.75rem !important;
|
|
13095
|
+
}
|
|
13096
|
+
.mb-md-n3-5 {
|
|
13097
|
+
margin-bottom: -1.25rem !important;
|
|
13098
|
+
}
|
|
13099
|
+
.mb-md-n4-25 {
|
|
13100
|
+
margin-bottom: -1.75rem !important;
|
|
13101
|
+
}
|
|
13102
|
+
.mb-md-n4-5 {
|
|
13103
|
+
margin-bottom: -2rem !important;
|
|
13104
|
+
}
|
|
13105
|
+
.mb-md-n4-75 {
|
|
13106
|
+
margin-bottom: -2.5rem !important;
|
|
13107
|
+
}
|
|
13108
|
+
.ms-md-n1 {
|
|
13109
|
+
margin-left: -0.25rem !important;
|
|
13110
|
+
}
|
|
13111
|
+
.ms-md-n2 {
|
|
12666
13112
|
margin-left: -0.5rem !important;
|
|
12667
13113
|
}
|
|
12668
13114
|
.ms-md-n3 {
|
|
@@ -12674,6 +13120,24 @@ svg {
|
|
|
12674
13120
|
.ms-md-n5 {
|
|
12675
13121
|
margin-left: -3rem !important;
|
|
12676
13122
|
}
|
|
13123
|
+
.ms-md-n1-5 {
|
|
13124
|
+
margin-left: -0.375rem !important;
|
|
13125
|
+
}
|
|
13126
|
+
.ms-md-n2-5 {
|
|
13127
|
+
margin-left: -0.75rem !important;
|
|
13128
|
+
}
|
|
13129
|
+
.ms-md-n3-5 {
|
|
13130
|
+
margin-left: -1.25rem !important;
|
|
13131
|
+
}
|
|
13132
|
+
.ms-md-n4-25 {
|
|
13133
|
+
margin-left: -1.75rem !important;
|
|
13134
|
+
}
|
|
13135
|
+
.ms-md-n4-5 {
|
|
13136
|
+
margin-left: -2rem !important;
|
|
13137
|
+
}
|
|
13138
|
+
.ms-md-n4-75 {
|
|
13139
|
+
margin-left: -2.5rem !important;
|
|
13140
|
+
}
|
|
12677
13141
|
.p-md-0 {
|
|
12678
13142
|
padding: 0 !important;
|
|
12679
13143
|
}
|
|
@@ -13674,6 +14138,24 @@ svg {
|
|
|
13674
14138
|
.m-lg-n5 {
|
|
13675
14139
|
margin: -3rem !important;
|
|
13676
14140
|
}
|
|
14141
|
+
.m-lg-n1-5 {
|
|
14142
|
+
margin: -0.375rem !important;
|
|
14143
|
+
}
|
|
14144
|
+
.m-lg-n2-5 {
|
|
14145
|
+
margin: -0.75rem !important;
|
|
14146
|
+
}
|
|
14147
|
+
.m-lg-n3-5 {
|
|
14148
|
+
margin: -1.25rem !important;
|
|
14149
|
+
}
|
|
14150
|
+
.m-lg-n4-25 {
|
|
14151
|
+
margin: -1.75rem !important;
|
|
14152
|
+
}
|
|
14153
|
+
.m-lg-n4-5 {
|
|
14154
|
+
margin: -2rem !important;
|
|
14155
|
+
}
|
|
14156
|
+
.m-lg-n4-75 {
|
|
14157
|
+
margin: -2.5rem !important;
|
|
14158
|
+
}
|
|
13677
14159
|
.mx-lg-n1 {
|
|
13678
14160
|
margin-right: -0.25rem !important;
|
|
13679
14161
|
margin-left: -0.25rem !important;
|
|
@@ -13694,6 +14176,30 @@ svg {
|
|
|
13694
14176
|
margin-right: -3rem !important;
|
|
13695
14177
|
margin-left: -3rem !important;
|
|
13696
14178
|
}
|
|
14179
|
+
.mx-lg-n1-5 {
|
|
14180
|
+
margin-right: -0.375rem !important;
|
|
14181
|
+
margin-left: -0.375rem !important;
|
|
14182
|
+
}
|
|
14183
|
+
.mx-lg-n2-5 {
|
|
14184
|
+
margin-right: -0.75rem !important;
|
|
14185
|
+
margin-left: -0.75rem !important;
|
|
14186
|
+
}
|
|
14187
|
+
.mx-lg-n3-5 {
|
|
14188
|
+
margin-right: -1.25rem !important;
|
|
14189
|
+
margin-left: -1.25rem !important;
|
|
14190
|
+
}
|
|
14191
|
+
.mx-lg-n4-25 {
|
|
14192
|
+
margin-right: -1.75rem !important;
|
|
14193
|
+
margin-left: -1.75rem !important;
|
|
14194
|
+
}
|
|
14195
|
+
.mx-lg-n4-5 {
|
|
14196
|
+
margin-right: -2rem !important;
|
|
14197
|
+
margin-left: -2rem !important;
|
|
14198
|
+
}
|
|
14199
|
+
.mx-lg-n4-75 {
|
|
14200
|
+
margin-right: -2.5rem !important;
|
|
14201
|
+
margin-left: -2.5rem !important;
|
|
14202
|
+
}
|
|
13697
14203
|
.my-lg-n1 {
|
|
13698
14204
|
margin-top: -0.25rem !important;
|
|
13699
14205
|
margin-bottom: -0.25rem !important;
|
|
@@ -13714,6 +14220,30 @@ svg {
|
|
|
13714
14220
|
margin-top: -3rem !important;
|
|
13715
14221
|
margin-bottom: -3rem !important;
|
|
13716
14222
|
}
|
|
14223
|
+
.my-lg-n1-5 {
|
|
14224
|
+
margin-top: -0.375rem !important;
|
|
14225
|
+
margin-bottom: -0.375rem !important;
|
|
14226
|
+
}
|
|
14227
|
+
.my-lg-n2-5 {
|
|
14228
|
+
margin-top: -0.75rem !important;
|
|
14229
|
+
margin-bottom: -0.75rem !important;
|
|
14230
|
+
}
|
|
14231
|
+
.my-lg-n3-5 {
|
|
14232
|
+
margin-top: -1.25rem !important;
|
|
14233
|
+
margin-bottom: -1.25rem !important;
|
|
14234
|
+
}
|
|
14235
|
+
.my-lg-n4-25 {
|
|
14236
|
+
margin-top: -1.75rem !important;
|
|
14237
|
+
margin-bottom: -1.75rem !important;
|
|
14238
|
+
}
|
|
14239
|
+
.my-lg-n4-5 {
|
|
14240
|
+
margin-top: -2rem !important;
|
|
14241
|
+
margin-bottom: -2rem !important;
|
|
14242
|
+
}
|
|
14243
|
+
.my-lg-n4-75 {
|
|
14244
|
+
margin-top: -2.5rem !important;
|
|
14245
|
+
margin-bottom: -2.5rem !important;
|
|
14246
|
+
}
|
|
13717
14247
|
.mt-lg-n1 {
|
|
13718
14248
|
margin-top: -0.25rem !important;
|
|
13719
14249
|
}
|
|
@@ -13729,6 +14259,24 @@ svg {
|
|
|
13729
14259
|
.mt-lg-n5 {
|
|
13730
14260
|
margin-top: -3rem !important;
|
|
13731
14261
|
}
|
|
14262
|
+
.mt-lg-n1-5 {
|
|
14263
|
+
margin-top: -0.375rem !important;
|
|
14264
|
+
}
|
|
14265
|
+
.mt-lg-n2-5 {
|
|
14266
|
+
margin-top: -0.75rem !important;
|
|
14267
|
+
}
|
|
14268
|
+
.mt-lg-n3-5 {
|
|
14269
|
+
margin-top: -1.25rem !important;
|
|
14270
|
+
}
|
|
14271
|
+
.mt-lg-n4-25 {
|
|
14272
|
+
margin-top: -1.75rem !important;
|
|
14273
|
+
}
|
|
14274
|
+
.mt-lg-n4-5 {
|
|
14275
|
+
margin-top: -2rem !important;
|
|
14276
|
+
}
|
|
14277
|
+
.mt-lg-n4-75 {
|
|
14278
|
+
margin-top: -2.5rem !important;
|
|
14279
|
+
}
|
|
13732
14280
|
.me-lg-n1 {
|
|
13733
14281
|
margin-right: -0.25rem !important;
|
|
13734
14282
|
}
|
|
@@ -13744,6 +14292,24 @@ svg {
|
|
|
13744
14292
|
.me-lg-n5 {
|
|
13745
14293
|
margin-right: -3rem !important;
|
|
13746
14294
|
}
|
|
14295
|
+
.me-lg-n1-5 {
|
|
14296
|
+
margin-right: -0.375rem !important;
|
|
14297
|
+
}
|
|
14298
|
+
.me-lg-n2-5 {
|
|
14299
|
+
margin-right: -0.75rem !important;
|
|
14300
|
+
}
|
|
14301
|
+
.me-lg-n3-5 {
|
|
14302
|
+
margin-right: -1.25rem !important;
|
|
14303
|
+
}
|
|
14304
|
+
.me-lg-n4-25 {
|
|
14305
|
+
margin-right: -1.75rem !important;
|
|
14306
|
+
}
|
|
14307
|
+
.me-lg-n4-5 {
|
|
14308
|
+
margin-right: -2rem !important;
|
|
14309
|
+
}
|
|
14310
|
+
.me-lg-n4-75 {
|
|
14311
|
+
margin-right: -2.5rem !important;
|
|
14312
|
+
}
|
|
13747
14313
|
.mb-lg-n1 {
|
|
13748
14314
|
margin-bottom: -0.25rem !important;
|
|
13749
14315
|
}
|
|
@@ -13759,6 +14325,24 @@ svg {
|
|
|
13759
14325
|
.mb-lg-n5 {
|
|
13760
14326
|
margin-bottom: -3rem !important;
|
|
13761
14327
|
}
|
|
14328
|
+
.mb-lg-n1-5 {
|
|
14329
|
+
margin-bottom: -0.375rem !important;
|
|
14330
|
+
}
|
|
14331
|
+
.mb-lg-n2-5 {
|
|
14332
|
+
margin-bottom: -0.75rem !important;
|
|
14333
|
+
}
|
|
14334
|
+
.mb-lg-n3-5 {
|
|
14335
|
+
margin-bottom: -1.25rem !important;
|
|
14336
|
+
}
|
|
14337
|
+
.mb-lg-n4-25 {
|
|
14338
|
+
margin-bottom: -1.75rem !important;
|
|
14339
|
+
}
|
|
14340
|
+
.mb-lg-n4-5 {
|
|
14341
|
+
margin-bottom: -2rem !important;
|
|
14342
|
+
}
|
|
14343
|
+
.mb-lg-n4-75 {
|
|
14344
|
+
margin-bottom: -2.5rem !important;
|
|
14345
|
+
}
|
|
13762
14346
|
.ms-lg-n1 {
|
|
13763
14347
|
margin-left: -0.25rem !important;
|
|
13764
14348
|
}
|
|
@@ -13774,6 +14358,24 @@ svg {
|
|
|
13774
14358
|
.ms-lg-n5 {
|
|
13775
14359
|
margin-left: -3rem !important;
|
|
13776
14360
|
}
|
|
14361
|
+
.ms-lg-n1-5 {
|
|
14362
|
+
margin-left: -0.375rem !important;
|
|
14363
|
+
}
|
|
14364
|
+
.ms-lg-n2-5 {
|
|
14365
|
+
margin-left: -0.75rem !important;
|
|
14366
|
+
}
|
|
14367
|
+
.ms-lg-n3-5 {
|
|
14368
|
+
margin-left: -1.25rem !important;
|
|
14369
|
+
}
|
|
14370
|
+
.ms-lg-n4-25 {
|
|
14371
|
+
margin-left: -1.75rem !important;
|
|
14372
|
+
}
|
|
14373
|
+
.ms-lg-n4-5 {
|
|
14374
|
+
margin-left: -2rem !important;
|
|
14375
|
+
}
|
|
14376
|
+
.ms-lg-n4-75 {
|
|
14377
|
+
margin-left: -2.5rem !important;
|
|
14378
|
+
}
|
|
13777
14379
|
.p-lg-0 {
|
|
13778
14380
|
padding: 0 !important;
|
|
13779
14381
|
}
|
|
@@ -14774,6 +15376,24 @@ svg {
|
|
|
14774
15376
|
.m-xl-n5 {
|
|
14775
15377
|
margin: -3rem !important;
|
|
14776
15378
|
}
|
|
15379
|
+
.m-xl-n1-5 {
|
|
15380
|
+
margin: -0.375rem !important;
|
|
15381
|
+
}
|
|
15382
|
+
.m-xl-n2-5 {
|
|
15383
|
+
margin: -0.75rem !important;
|
|
15384
|
+
}
|
|
15385
|
+
.m-xl-n3-5 {
|
|
15386
|
+
margin: -1.25rem !important;
|
|
15387
|
+
}
|
|
15388
|
+
.m-xl-n4-25 {
|
|
15389
|
+
margin: -1.75rem !important;
|
|
15390
|
+
}
|
|
15391
|
+
.m-xl-n4-5 {
|
|
15392
|
+
margin: -2rem !important;
|
|
15393
|
+
}
|
|
15394
|
+
.m-xl-n4-75 {
|
|
15395
|
+
margin: -2.5rem !important;
|
|
15396
|
+
}
|
|
14777
15397
|
.mx-xl-n1 {
|
|
14778
15398
|
margin-right: -0.25rem !important;
|
|
14779
15399
|
margin-left: -0.25rem !important;
|
|
@@ -14794,6 +15414,30 @@ svg {
|
|
|
14794
15414
|
margin-right: -3rem !important;
|
|
14795
15415
|
margin-left: -3rem !important;
|
|
14796
15416
|
}
|
|
15417
|
+
.mx-xl-n1-5 {
|
|
15418
|
+
margin-right: -0.375rem !important;
|
|
15419
|
+
margin-left: -0.375rem !important;
|
|
15420
|
+
}
|
|
15421
|
+
.mx-xl-n2-5 {
|
|
15422
|
+
margin-right: -0.75rem !important;
|
|
15423
|
+
margin-left: -0.75rem !important;
|
|
15424
|
+
}
|
|
15425
|
+
.mx-xl-n3-5 {
|
|
15426
|
+
margin-right: -1.25rem !important;
|
|
15427
|
+
margin-left: -1.25rem !important;
|
|
15428
|
+
}
|
|
15429
|
+
.mx-xl-n4-25 {
|
|
15430
|
+
margin-right: -1.75rem !important;
|
|
15431
|
+
margin-left: -1.75rem !important;
|
|
15432
|
+
}
|
|
15433
|
+
.mx-xl-n4-5 {
|
|
15434
|
+
margin-right: -2rem !important;
|
|
15435
|
+
margin-left: -2rem !important;
|
|
15436
|
+
}
|
|
15437
|
+
.mx-xl-n4-75 {
|
|
15438
|
+
margin-right: -2.5rem !important;
|
|
15439
|
+
margin-left: -2.5rem !important;
|
|
15440
|
+
}
|
|
14797
15441
|
.my-xl-n1 {
|
|
14798
15442
|
margin-top: -0.25rem !important;
|
|
14799
15443
|
margin-bottom: -0.25rem !important;
|
|
@@ -14814,6 +15458,30 @@ svg {
|
|
|
14814
15458
|
margin-top: -3rem !important;
|
|
14815
15459
|
margin-bottom: -3rem !important;
|
|
14816
15460
|
}
|
|
15461
|
+
.my-xl-n1-5 {
|
|
15462
|
+
margin-top: -0.375rem !important;
|
|
15463
|
+
margin-bottom: -0.375rem !important;
|
|
15464
|
+
}
|
|
15465
|
+
.my-xl-n2-5 {
|
|
15466
|
+
margin-top: -0.75rem !important;
|
|
15467
|
+
margin-bottom: -0.75rem !important;
|
|
15468
|
+
}
|
|
15469
|
+
.my-xl-n3-5 {
|
|
15470
|
+
margin-top: -1.25rem !important;
|
|
15471
|
+
margin-bottom: -1.25rem !important;
|
|
15472
|
+
}
|
|
15473
|
+
.my-xl-n4-25 {
|
|
15474
|
+
margin-top: -1.75rem !important;
|
|
15475
|
+
margin-bottom: -1.75rem !important;
|
|
15476
|
+
}
|
|
15477
|
+
.my-xl-n4-5 {
|
|
15478
|
+
margin-top: -2rem !important;
|
|
15479
|
+
margin-bottom: -2rem !important;
|
|
15480
|
+
}
|
|
15481
|
+
.my-xl-n4-75 {
|
|
15482
|
+
margin-top: -2.5rem !important;
|
|
15483
|
+
margin-bottom: -2.5rem !important;
|
|
15484
|
+
}
|
|
14817
15485
|
.mt-xl-n1 {
|
|
14818
15486
|
margin-top: -0.25rem !important;
|
|
14819
15487
|
}
|
|
@@ -14829,6 +15497,24 @@ svg {
|
|
|
14829
15497
|
.mt-xl-n5 {
|
|
14830
15498
|
margin-top: -3rem !important;
|
|
14831
15499
|
}
|
|
15500
|
+
.mt-xl-n1-5 {
|
|
15501
|
+
margin-top: -0.375rem !important;
|
|
15502
|
+
}
|
|
15503
|
+
.mt-xl-n2-5 {
|
|
15504
|
+
margin-top: -0.75rem !important;
|
|
15505
|
+
}
|
|
15506
|
+
.mt-xl-n3-5 {
|
|
15507
|
+
margin-top: -1.25rem !important;
|
|
15508
|
+
}
|
|
15509
|
+
.mt-xl-n4-25 {
|
|
15510
|
+
margin-top: -1.75rem !important;
|
|
15511
|
+
}
|
|
15512
|
+
.mt-xl-n4-5 {
|
|
15513
|
+
margin-top: -2rem !important;
|
|
15514
|
+
}
|
|
15515
|
+
.mt-xl-n4-75 {
|
|
15516
|
+
margin-top: -2.5rem !important;
|
|
15517
|
+
}
|
|
14832
15518
|
.me-xl-n1 {
|
|
14833
15519
|
margin-right: -0.25rem !important;
|
|
14834
15520
|
}
|
|
@@ -14844,6 +15530,24 @@ svg {
|
|
|
14844
15530
|
.me-xl-n5 {
|
|
14845
15531
|
margin-right: -3rem !important;
|
|
14846
15532
|
}
|
|
15533
|
+
.me-xl-n1-5 {
|
|
15534
|
+
margin-right: -0.375rem !important;
|
|
15535
|
+
}
|
|
15536
|
+
.me-xl-n2-5 {
|
|
15537
|
+
margin-right: -0.75rem !important;
|
|
15538
|
+
}
|
|
15539
|
+
.me-xl-n3-5 {
|
|
15540
|
+
margin-right: -1.25rem !important;
|
|
15541
|
+
}
|
|
15542
|
+
.me-xl-n4-25 {
|
|
15543
|
+
margin-right: -1.75rem !important;
|
|
15544
|
+
}
|
|
15545
|
+
.me-xl-n4-5 {
|
|
15546
|
+
margin-right: -2rem !important;
|
|
15547
|
+
}
|
|
15548
|
+
.me-xl-n4-75 {
|
|
15549
|
+
margin-right: -2.5rem !important;
|
|
15550
|
+
}
|
|
14847
15551
|
.mb-xl-n1 {
|
|
14848
15552
|
margin-bottom: -0.25rem !important;
|
|
14849
15553
|
}
|
|
@@ -14859,6 +15563,24 @@ svg {
|
|
|
14859
15563
|
.mb-xl-n5 {
|
|
14860
15564
|
margin-bottom: -3rem !important;
|
|
14861
15565
|
}
|
|
15566
|
+
.mb-xl-n1-5 {
|
|
15567
|
+
margin-bottom: -0.375rem !important;
|
|
15568
|
+
}
|
|
15569
|
+
.mb-xl-n2-5 {
|
|
15570
|
+
margin-bottom: -0.75rem !important;
|
|
15571
|
+
}
|
|
15572
|
+
.mb-xl-n3-5 {
|
|
15573
|
+
margin-bottom: -1.25rem !important;
|
|
15574
|
+
}
|
|
15575
|
+
.mb-xl-n4-25 {
|
|
15576
|
+
margin-bottom: -1.75rem !important;
|
|
15577
|
+
}
|
|
15578
|
+
.mb-xl-n4-5 {
|
|
15579
|
+
margin-bottom: -2rem !important;
|
|
15580
|
+
}
|
|
15581
|
+
.mb-xl-n4-75 {
|
|
15582
|
+
margin-bottom: -2.5rem !important;
|
|
15583
|
+
}
|
|
14862
15584
|
.ms-xl-n1 {
|
|
14863
15585
|
margin-left: -0.25rem !important;
|
|
14864
15586
|
}
|
|
@@ -14874,6 +15596,24 @@ svg {
|
|
|
14874
15596
|
.ms-xl-n5 {
|
|
14875
15597
|
margin-left: -3rem !important;
|
|
14876
15598
|
}
|
|
15599
|
+
.ms-xl-n1-5 {
|
|
15600
|
+
margin-left: -0.375rem !important;
|
|
15601
|
+
}
|
|
15602
|
+
.ms-xl-n2-5 {
|
|
15603
|
+
margin-left: -0.75rem !important;
|
|
15604
|
+
}
|
|
15605
|
+
.ms-xl-n3-5 {
|
|
15606
|
+
margin-left: -1.25rem !important;
|
|
15607
|
+
}
|
|
15608
|
+
.ms-xl-n4-25 {
|
|
15609
|
+
margin-left: -1.75rem !important;
|
|
15610
|
+
}
|
|
15611
|
+
.ms-xl-n4-5 {
|
|
15612
|
+
margin-left: -2rem !important;
|
|
15613
|
+
}
|
|
15614
|
+
.ms-xl-n4-75 {
|
|
15615
|
+
margin-left: -2.5rem !important;
|
|
15616
|
+
}
|
|
14877
15617
|
.p-xl-0 {
|
|
14878
15618
|
padding: 0 !important;
|
|
14879
15619
|
}
|
|
@@ -15874,6 +16614,24 @@ svg {
|
|
|
15874
16614
|
.m-xxl-n5 {
|
|
15875
16615
|
margin: -3rem !important;
|
|
15876
16616
|
}
|
|
16617
|
+
.m-xxl-n1-5 {
|
|
16618
|
+
margin: -0.375rem !important;
|
|
16619
|
+
}
|
|
16620
|
+
.m-xxl-n2-5 {
|
|
16621
|
+
margin: -0.75rem !important;
|
|
16622
|
+
}
|
|
16623
|
+
.m-xxl-n3-5 {
|
|
16624
|
+
margin: -1.25rem !important;
|
|
16625
|
+
}
|
|
16626
|
+
.m-xxl-n4-25 {
|
|
16627
|
+
margin: -1.75rem !important;
|
|
16628
|
+
}
|
|
16629
|
+
.m-xxl-n4-5 {
|
|
16630
|
+
margin: -2rem !important;
|
|
16631
|
+
}
|
|
16632
|
+
.m-xxl-n4-75 {
|
|
16633
|
+
margin: -2.5rem !important;
|
|
16634
|
+
}
|
|
15877
16635
|
.mx-xxl-n1 {
|
|
15878
16636
|
margin-right: -0.25rem !important;
|
|
15879
16637
|
margin-left: -0.25rem !important;
|
|
@@ -15894,6 +16652,30 @@ svg {
|
|
|
15894
16652
|
margin-right: -3rem !important;
|
|
15895
16653
|
margin-left: -3rem !important;
|
|
15896
16654
|
}
|
|
16655
|
+
.mx-xxl-n1-5 {
|
|
16656
|
+
margin-right: -0.375rem !important;
|
|
16657
|
+
margin-left: -0.375rem !important;
|
|
16658
|
+
}
|
|
16659
|
+
.mx-xxl-n2-5 {
|
|
16660
|
+
margin-right: -0.75rem !important;
|
|
16661
|
+
margin-left: -0.75rem !important;
|
|
16662
|
+
}
|
|
16663
|
+
.mx-xxl-n3-5 {
|
|
16664
|
+
margin-right: -1.25rem !important;
|
|
16665
|
+
margin-left: -1.25rem !important;
|
|
16666
|
+
}
|
|
16667
|
+
.mx-xxl-n4-25 {
|
|
16668
|
+
margin-right: -1.75rem !important;
|
|
16669
|
+
margin-left: -1.75rem !important;
|
|
16670
|
+
}
|
|
16671
|
+
.mx-xxl-n4-5 {
|
|
16672
|
+
margin-right: -2rem !important;
|
|
16673
|
+
margin-left: -2rem !important;
|
|
16674
|
+
}
|
|
16675
|
+
.mx-xxl-n4-75 {
|
|
16676
|
+
margin-right: -2.5rem !important;
|
|
16677
|
+
margin-left: -2.5rem !important;
|
|
16678
|
+
}
|
|
15897
16679
|
.my-xxl-n1 {
|
|
15898
16680
|
margin-top: -0.25rem !important;
|
|
15899
16681
|
margin-bottom: -0.25rem !important;
|
|
@@ -15914,6 +16696,30 @@ svg {
|
|
|
15914
16696
|
margin-top: -3rem !important;
|
|
15915
16697
|
margin-bottom: -3rem !important;
|
|
15916
16698
|
}
|
|
16699
|
+
.my-xxl-n1-5 {
|
|
16700
|
+
margin-top: -0.375rem !important;
|
|
16701
|
+
margin-bottom: -0.375rem !important;
|
|
16702
|
+
}
|
|
16703
|
+
.my-xxl-n2-5 {
|
|
16704
|
+
margin-top: -0.75rem !important;
|
|
16705
|
+
margin-bottom: -0.75rem !important;
|
|
16706
|
+
}
|
|
16707
|
+
.my-xxl-n3-5 {
|
|
16708
|
+
margin-top: -1.25rem !important;
|
|
16709
|
+
margin-bottom: -1.25rem !important;
|
|
16710
|
+
}
|
|
16711
|
+
.my-xxl-n4-25 {
|
|
16712
|
+
margin-top: -1.75rem !important;
|
|
16713
|
+
margin-bottom: -1.75rem !important;
|
|
16714
|
+
}
|
|
16715
|
+
.my-xxl-n4-5 {
|
|
16716
|
+
margin-top: -2rem !important;
|
|
16717
|
+
margin-bottom: -2rem !important;
|
|
16718
|
+
}
|
|
16719
|
+
.my-xxl-n4-75 {
|
|
16720
|
+
margin-top: -2.5rem !important;
|
|
16721
|
+
margin-bottom: -2.5rem !important;
|
|
16722
|
+
}
|
|
15917
16723
|
.mt-xxl-n1 {
|
|
15918
16724
|
margin-top: -0.25rem !important;
|
|
15919
16725
|
}
|
|
@@ -15929,6 +16735,24 @@ svg {
|
|
|
15929
16735
|
.mt-xxl-n5 {
|
|
15930
16736
|
margin-top: -3rem !important;
|
|
15931
16737
|
}
|
|
16738
|
+
.mt-xxl-n1-5 {
|
|
16739
|
+
margin-top: -0.375rem !important;
|
|
16740
|
+
}
|
|
16741
|
+
.mt-xxl-n2-5 {
|
|
16742
|
+
margin-top: -0.75rem !important;
|
|
16743
|
+
}
|
|
16744
|
+
.mt-xxl-n3-5 {
|
|
16745
|
+
margin-top: -1.25rem !important;
|
|
16746
|
+
}
|
|
16747
|
+
.mt-xxl-n4-25 {
|
|
16748
|
+
margin-top: -1.75rem !important;
|
|
16749
|
+
}
|
|
16750
|
+
.mt-xxl-n4-5 {
|
|
16751
|
+
margin-top: -2rem !important;
|
|
16752
|
+
}
|
|
16753
|
+
.mt-xxl-n4-75 {
|
|
16754
|
+
margin-top: -2.5rem !important;
|
|
16755
|
+
}
|
|
15932
16756
|
.me-xxl-n1 {
|
|
15933
16757
|
margin-right: -0.25rem !important;
|
|
15934
16758
|
}
|
|
@@ -15944,6 +16768,24 @@ svg {
|
|
|
15944
16768
|
.me-xxl-n5 {
|
|
15945
16769
|
margin-right: -3rem !important;
|
|
15946
16770
|
}
|
|
16771
|
+
.me-xxl-n1-5 {
|
|
16772
|
+
margin-right: -0.375rem !important;
|
|
16773
|
+
}
|
|
16774
|
+
.me-xxl-n2-5 {
|
|
16775
|
+
margin-right: -0.75rem !important;
|
|
16776
|
+
}
|
|
16777
|
+
.me-xxl-n3-5 {
|
|
16778
|
+
margin-right: -1.25rem !important;
|
|
16779
|
+
}
|
|
16780
|
+
.me-xxl-n4-25 {
|
|
16781
|
+
margin-right: -1.75rem !important;
|
|
16782
|
+
}
|
|
16783
|
+
.me-xxl-n4-5 {
|
|
16784
|
+
margin-right: -2rem !important;
|
|
16785
|
+
}
|
|
16786
|
+
.me-xxl-n4-75 {
|
|
16787
|
+
margin-right: -2.5rem !important;
|
|
16788
|
+
}
|
|
15947
16789
|
.mb-xxl-n1 {
|
|
15948
16790
|
margin-bottom: -0.25rem !important;
|
|
15949
16791
|
}
|
|
@@ -15959,6 +16801,24 @@ svg {
|
|
|
15959
16801
|
.mb-xxl-n5 {
|
|
15960
16802
|
margin-bottom: -3rem !important;
|
|
15961
16803
|
}
|
|
16804
|
+
.mb-xxl-n1-5 {
|
|
16805
|
+
margin-bottom: -0.375rem !important;
|
|
16806
|
+
}
|
|
16807
|
+
.mb-xxl-n2-5 {
|
|
16808
|
+
margin-bottom: -0.75rem !important;
|
|
16809
|
+
}
|
|
16810
|
+
.mb-xxl-n3-5 {
|
|
16811
|
+
margin-bottom: -1.25rem !important;
|
|
16812
|
+
}
|
|
16813
|
+
.mb-xxl-n4-25 {
|
|
16814
|
+
margin-bottom: -1.75rem !important;
|
|
16815
|
+
}
|
|
16816
|
+
.mb-xxl-n4-5 {
|
|
16817
|
+
margin-bottom: -2rem !important;
|
|
16818
|
+
}
|
|
16819
|
+
.mb-xxl-n4-75 {
|
|
16820
|
+
margin-bottom: -2.5rem !important;
|
|
16821
|
+
}
|
|
15962
16822
|
.ms-xxl-n1 {
|
|
15963
16823
|
margin-left: -0.25rem !important;
|
|
15964
16824
|
}
|
|
@@ -15974,6 +16834,24 @@ svg {
|
|
|
15974
16834
|
.ms-xxl-n5 {
|
|
15975
16835
|
margin-left: -3rem !important;
|
|
15976
16836
|
}
|
|
16837
|
+
.ms-xxl-n1-5 {
|
|
16838
|
+
margin-left: -0.375rem !important;
|
|
16839
|
+
}
|
|
16840
|
+
.ms-xxl-n2-5 {
|
|
16841
|
+
margin-left: -0.75rem !important;
|
|
16842
|
+
}
|
|
16843
|
+
.ms-xxl-n3-5 {
|
|
16844
|
+
margin-left: -1.25rem !important;
|
|
16845
|
+
}
|
|
16846
|
+
.ms-xxl-n4-25 {
|
|
16847
|
+
margin-left: -1.75rem !important;
|
|
16848
|
+
}
|
|
16849
|
+
.ms-xxl-n4-5 {
|
|
16850
|
+
margin-left: -2rem !important;
|
|
16851
|
+
}
|
|
16852
|
+
.ms-xxl-n4-75 {
|
|
16853
|
+
margin-left: -2.5rem !important;
|
|
16854
|
+
}
|
|
15977
16855
|
.p-xxl-0 {
|
|
15978
16856
|
padding: 0 !important;
|
|
15979
16857
|
}
|
|
@@ -18015,6 +18893,24 @@ select.multi-select {
|
|
|
18015
18893
|
color: #6c757d;
|
|
18016
18894
|
}
|
|
18017
18895
|
|
|
18896
|
+
.ss-main.ss-1.form-select.is-invalid, .ss-main.ss-1.form-select.is-valid {
|
|
18897
|
+
background: none;
|
|
18898
|
+
padding: 0;
|
|
18899
|
+
}
|
|
18900
|
+
.ss-main.ss-1.form-select {
|
|
18901
|
+
border: none;
|
|
18902
|
+
background: none;
|
|
18903
|
+
padding: 0.075rem 0 0.075rem 0.3rem;
|
|
18904
|
+
}
|
|
18905
|
+
.ss-main.ss-1 .ss-single-selected {
|
|
18906
|
+
min-height: 37px;
|
|
18907
|
+
}
|
|
18908
|
+
.ss-main.ss-1 .ss-single-selected .placeholder {
|
|
18909
|
+
background: none;
|
|
18910
|
+
cursor: pointer;
|
|
18911
|
+
opacity: 1;
|
|
18912
|
+
}
|
|
18913
|
+
|
|
18018
18914
|
.ss-main.multi-select.is-invalid .ss-multi-selected,
|
|
18019
18915
|
.ss-main.multi-select.is-valid .ss-multi-selected,
|
|
18020
18916
|
.was-validated .multi-select:invalid + .ss-main.multi-select .ss-multi-selected,
|
|
@@ -18065,60 +18961,655 @@ select.multi-select {
|
|
|
18065
18961
|
background-position: right 1.6rem center;
|
|
18066
18962
|
}
|
|
18067
18963
|
}
|
|
18068
|
-
|
|
18069
|
-
|
|
18070
|
-
|
|
18964
|
+
/* stylelint-disable selector-no-qualifying-type,
|
|
18965
|
+
selector-max-class, selector-max-compound-selectors,
|
|
18966
|
+
no-descending-specificity,
|
|
18967
|
+
function-calc-no-unspaced-operator,
|
|
18968
|
+
declaration-block-no-shorthand-property-overrides,
|
|
18969
|
+
*/
|
|
18970
|
+
:root {
|
|
18971
|
+
--ss-bg-color: #ffffff;
|
|
18972
|
+
--ss-font-color: #4d4d4d;
|
|
18973
|
+
--ss-font-placeholder-color: #212529;
|
|
18974
|
+
--ss-disabled-color: #dcdee2;
|
|
18975
|
+
--ss-border-color: #dcdee2;
|
|
18976
|
+
--ss-highlight-color: #fffb8c;
|
|
18977
|
+
--ss-success-color: #00b755;
|
|
18978
|
+
--ss-error-color: #dc3545;
|
|
18979
|
+
--ss-focus-color: #5897fb;
|
|
18980
|
+
--ss-main-height: 38px;
|
|
18981
|
+
--ss-content-height: 300px;
|
|
18982
|
+
--ss-spacing-l: 7px;
|
|
18983
|
+
--ss-spacing-m: 5px;
|
|
18984
|
+
--ss-spacing-s: 3px;
|
|
18985
|
+
--ss-animation-timing: 0.2s;
|
|
18986
|
+
--ss-border-radius: 0.375rem;
|
|
18987
|
+
}
|
|
18988
|
+
|
|
18989
|
+
@-webkit-keyframes ss-valueIn {
|
|
18990
|
+
0% {
|
|
18991
|
+
-webkit-transform: scale(0);
|
|
18992
|
+
transform: scale(0);
|
|
18993
|
+
opacity: 0;
|
|
18071
18994
|
}
|
|
18072
|
-
|
|
18073
|
-
|
|
18074
|
-
|
|
18995
|
+
100% {
|
|
18996
|
+
-webkit-transform: scale(1);
|
|
18997
|
+
transform: scale(1);
|
|
18998
|
+
opacity: 1;
|
|
18075
18999
|
}
|
|
18076
19000
|
}
|
|
18077
|
-
|
|
18078
|
-
|
|
18079
|
-
|
|
19001
|
+
|
|
19002
|
+
@keyframes ss-valueIn {
|
|
19003
|
+
0% {
|
|
19004
|
+
-webkit-transform: scale(0);
|
|
19005
|
+
transform: scale(0);
|
|
19006
|
+
opacity: 0;
|
|
19007
|
+
}
|
|
19008
|
+
100% {
|
|
19009
|
+
-webkit-transform: scale(1);
|
|
19010
|
+
transform: scale(1);
|
|
19011
|
+
opacity: 1;
|
|
19012
|
+
}
|
|
18080
19013
|
}
|
|
18081
|
-
|
|
18082
|
-
|
|
19014
|
+
@-webkit-keyframes ss-valueOut {
|
|
19015
|
+
0% {
|
|
19016
|
+
-webkit-transform: scale(1);
|
|
19017
|
+
transform: scale(1);
|
|
19018
|
+
opacity: 1;
|
|
19019
|
+
}
|
|
19020
|
+
100% {
|
|
19021
|
+
-webkit-transform: scale(0);
|
|
19022
|
+
transform: scale(0);
|
|
19023
|
+
opacity: 0;
|
|
19024
|
+
}
|
|
18083
19025
|
}
|
|
18084
|
-
|
|
18085
|
-
|
|
18086
|
-
|
|
19026
|
+
@keyframes ss-valueOut {
|
|
19027
|
+
0% {
|
|
19028
|
+
-webkit-transform: scale(1);
|
|
19029
|
+
transform: scale(1);
|
|
19030
|
+
opacity: 1;
|
|
19031
|
+
}
|
|
19032
|
+
100% {
|
|
19033
|
+
-webkit-transform: scale(0);
|
|
19034
|
+
transform: scale(0);
|
|
19035
|
+
opacity: 0;
|
|
19036
|
+
}
|
|
18087
19037
|
}
|
|
18088
|
-
.
|
|
18089
|
-
|
|
19038
|
+
.ss-hide {
|
|
19039
|
+
display: none !important;
|
|
18090
19040
|
}
|
|
18091
|
-
|
|
18092
|
-
|
|
19041
|
+
|
|
19042
|
+
.ss-main.ss-2 {
|
|
19043
|
+
display: -ms-flexbox;
|
|
19044
|
+
display: flex;
|
|
19045
|
+
-ms-flex-direction: row;
|
|
19046
|
+
flex-direction: row;
|
|
19047
|
+
position: relative;
|
|
19048
|
+
-webkit-user-select: none;
|
|
19049
|
+
-moz-user-select: none;
|
|
19050
|
+
-ms-user-select: none;
|
|
19051
|
+
user-select: none;
|
|
19052
|
+
color: var(--ss-font-color);
|
|
19053
|
+
width: 100%;
|
|
19054
|
+
padding: 0.075rem 0 0.075rem 0.3rem;
|
|
19055
|
+
cursor: pointer;
|
|
19056
|
+
border: 1px solid var(--ss-border-color);
|
|
19057
|
+
border-radius: var(--ss-border-radius);
|
|
19058
|
+
background-color: var(--ss-bg-color);
|
|
19059
|
+
outline: 0;
|
|
19060
|
+
box-sizing: border-box;
|
|
19061
|
+
transition: background-color var(--ss-animation-timing);
|
|
19062
|
+
overflow: hidden;
|
|
19063
|
+
min-height: 38px;
|
|
18093
19064
|
}
|
|
18094
|
-
.
|
|
18095
|
-
|
|
19065
|
+
.ss-main.ss-2:focus {
|
|
19066
|
+
box-shadow: 0 0 5px var(--ss-focus-color);
|
|
18096
19067
|
}
|
|
18097
|
-
.
|
|
18098
|
-
|
|
19068
|
+
.ss-main.ss-2.form-select {
|
|
19069
|
+
background: none;
|
|
19070
|
+
padding: 0.075rem 0 0.075rem 0.3rem;
|
|
18099
19071
|
}
|
|
18100
|
-
|
|
18101
|
-
|
|
18102
|
-
|
|
18103
|
-
z-index: 2;
|
|
19072
|
+
.ss-main.ss-2.ss-disabled {
|
|
19073
|
+
background-color: var(--ss-disabled-color);
|
|
19074
|
+
cursor: not-allowed;
|
|
18104
19075
|
}
|
|
18105
|
-
.
|
|
18106
|
-
|
|
19076
|
+
.ss-main.ss-2.ss-disabled .ss-values .ss-disabled {
|
|
19077
|
+
color: var(--ss-font-color);
|
|
18107
19078
|
}
|
|
18108
|
-
.
|
|
18109
|
-
|
|
18110
|
-
content: "";
|
|
18111
|
-
height: 100%;
|
|
18112
|
-
left: 50%;
|
|
18113
|
-
position: absolute;
|
|
18114
|
-
top: 0;
|
|
18115
|
-
width: 100vw;
|
|
18116
|
-
-webkit-transform: translateX(-50%);
|
|
18117
|
-
transform: translateX(-50%);
|
|
19079
|
+
.ss-main.ss-2.ss-disabled .ss-values .ss-value .ss-value-delete {
|
|
19080
|
+
cursor: not-allowed;
|
|
18118
19081
|
}
|
|
18119
|
-
|
|
18120
|
-
|
|
18121
|
-
|
|
19082
|
+
.ss-main.ss-2.ss-open-above {
|
|
19083
|
+
border-top-left-radius: 0px;
|
|
19084
|
+
border-top-right-radius: 0px;
|
|
19085
|
+
}
|
|
19086
|
+
.ss-main.ss-2.ss-open-below {
|
|
19087
|
+
border-bottom-left-radius: 0px;
|
|
19088
|
+
border-bottom-right-radius: 0px;
|
|
19089
|
+
}
|
|
19090
|
+
.ss-main.ss-2 .ss-values {
|
|
19091
|
+
display: -ms-inline-flexbox;
|
|
19092
|
+
display: inline-flex;
|
|
19093
|
+
-ms-flex-wrap: wrap;
|
|
19094
|
+
flex-wrap: wrap;
|
|
19095
|
+
gap: var(--ss-spacing-m);
|
|
19096
|
+
-ms-flex: 1 1 100%;
|
|
19097
|
+
flex: 1 1 100%;
|
|
19098
|
+
}
|
|
19099
|
+
.ss-main.ss-2 .ss-values .ss-placeholder {
|
|
19100
|
+
display: -ms-flexbox;
|
|
19101
|
+
display: flex;
|
|
19102
|
+
padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
|
|
19103
|
+
margin: auto 0px auto 0px;
|
|
19104
|
+
line-height: 1em;
|
|
19105
|
+
-ms-flex-align: center;
|
|
19106
|
+
align-items: center;
|
|
19107
|
+
width: 100%;
|
|
19108
|
+
color: var(--ss-font-placeholder-color);
|
|
19109
|
+
overflow: hidden;
|
|
19110
|
+
text-overflow: ellipsis;
|
|
19111
|
+
white-space: nowrap;
|
|
19112
|
+
}
|
|
19113
|
+
.ss-main.ss-2 .ss-values .ss-max {
|
|
19114
|
+
display: -ms-flexbox;
|
|
19115
|
+
display: flex;
|
|
19116
|
+
-webkit-user-select: none;
|
|
19117
|
+
-moz-user-select: none;
|
|
19118
|
+
-ms-user-select: none;
|
|
19119
|
+
user-select: none;
|
|
19120
|
+
-ms-flex-align: center;
|
|
19121
|
+
align-items: center;
|
|
19122
|
+
width: -webkit-fit-content;
|
|
19123
|
+
width: -moz-fit-content;
|
|
19124
|
+
width: fit-content;
|
|
19125
|
+
font-size: 12px;
|
|
19126
|
+
color: var(--ss-bg-color);
|
|
19127
|
+
line-height: 1;
|
|
19128
|
+
padding: var(--ss-spacing-s) var(--ss-spacing-m);
|
|
19129
|
+
background-color: #143b76;
|
|
19130
|
+
border-radius: var(--ss-border-radius);
|
|
19131
|
+
}
|
|
19132
|
+
.ss-main.ss-2 .ss-values .ss-single {
|
|
19133
|
+
display: -ms-flexbox;
|
|
19134
|
+
display: flex;
|
|
19135
|
+
margin: auto 0px auto var(--ss-spacing-s);
|
|
19136
|
+
}
|
|
19137
|
+
.ss-main.ss-2 .ss-values .ss-value {
|
|
19138
|
+
display: -ms-flexbox;
|
|
19139
|
+
display: flex;
|
|
19140
|
+
-webkit-user-select: none;
|
|
19141
|
+
-moz-user-select: none;
|
|
19142
|
+
-ms-user-select: none;
|
|
19143
|
+
user-select: none;
|
|
19144
|
+
-ms-flex-align: center;
|
|
19145
|
+
align-items: center;
|
|
19146
|
+
width: -webkit-fit-content;
|
|
19147
|
+
width: -moz-fit-content;
|
|
19148
|
+
width: fit-content;
|
|
19149
|
+
background-color: #143b76;
|
|
19150
|
+
border-radius: var(--ss-border-radius);
|
|
19151
|
+
-webkit-animation-name: ss-valueIn;
|
|
19152
|
+
animation-name: ss-valueIn;
|
|
19153
|
+
-webkit-animation-duration: var(--ss-animation-timing);
|
|
19154
|
+
animation-duration: var(--ss-animation-timing);
|
|
19155
|
+
-webkit-animation-timing-function: ease-out;
|
|
19156
|
+
animation-timing-function: ease-out;
|
|
19157
|
+
-webkit-animation-fill-mode: both;
|
|
19158
|
+
animation-fill-mode: both;
|
|
19159
|
+
margin: 3px 5px 3px 0;
|
|
19160
|
+
padding: 0.35em 1.25rem 0.35em 0.65em;
|
|
19161
|
+
}
|
|
19162
|
+
.ss-main.ss-2 .ss-values .ss-value.ss-value-out {
|
|
19163
|
+
-webkit-animation-name: ss-valueOut;
|
|
19164
|
+
animation-name: ss-valueOut;
|
|
19165
|
+
-webkit-animation-duration: var(--ss-animation-timing);
|
|
19166
|
+
animation-duration: var(--ss-animation-timing);
|
|
19167
|
+
-webkit-animation-timing-function: ease-out;
|
|
19168
|
+
animation-timing-function: ease-out;
|
|
19169
|
+
}
|
|
19170
|
+
.ss-main.ss-2 .ss-values .ss-value .ss-value-text {
|
|
19171
|
+
color: var(--ss-bg-color);
|
|
19172
|
+
line-height: 1;
|
|
19173
|
+
margin-right: 5px;
|
|
19174
|
+
}
|
|
19175
|
+
.ss-main.ss-2 .ss-values .ss-value .ss-value-delete {
|
|
19176
|
+
font-size: 0;
|
|
19177
|
+
}
|
|
19178
|
+
.ss-main.ss-2 .ss-values .ss-value .ss-value-delete:after {
|
|
19179
|
+
background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8.5C16 12.9183 12.4183 16.5 8 16.5C3.58172 16.5 0 12.9183 0 8.5C0 4.08172 3.58172 0.5 8 0.5C12.4183 0.5 16 4.08172 16 8.5ZM5.35355 5.14645C5.15829 4.95118 4.84171 4.95118 4.64645 5.14645C4.45118 5.34171 4.45118 5.65829 4.64645 5.85355L7.29289 8.5L4.64645 11.1464C4.45118 11.3417 4.45118 11.6583 4.64645 11.8536C4.84171 12.0488 5.15829 12.0488 5.35355 11.8536L8 9.20711L10.6464 11.8536C10.8417 12.0488 11.1583 12.0488 11.3536 11.8536C11.5488 11.6583 11.5488 11.3417 11.3536 11.1464L8.70711 8.5L11.3536 5.85355C11.5488 5.65829 11.5488 5.34171 11.3536 5.14645C11.1583 4.95118 10.8417 4.95118 10.6464 5.14645L8 7.79289L5.35355 5.14645Z' fill='%23F8F9FA'/%3E%3C/svg%3E%0A");
|
|
19180
|
+
background-repeat: no-repeat;
|
|
19181
|
+
content: "";
|
|
19182
|
+
display: inline-block;
|
|
19183
|
+
height: 1rem;
|
|
19184
|
+
-webkit-transform: scale(0.8) translateY(50%);
|
|
19185
|
+
transform: scale(0.8) translateY(50%);
|
|
19186
|
+
width: 1rem;
|
|
19187
|
+
padding: 15px;
|
|
19188
|
+
background-position: 50%;
|
|
19189
|
+
border-radius: 50%;
|
|
19190
|
+
position: absolute;
|
|
19191
|
+
right: 0;
|
|
19192
|
+
bottom: calc(50% - 3px);
|
|
19193
|
+
}
|
|
19194
|
+
.ss-main.ss-2 .ss-values .ss-value .ss-value-delete:focus-visible:after {
|
|
19195
|
+
outline: 2px solid #fff;
|
|
19196
|
+
outline-offset: -6px;
|
|
19197
|
+
}
|
|
19198
|
+
.ss-main.ss-2 .ss-deselect {
|
|
19199
|
+
-ms-flex: 0 1 auto;
|
|
19200
|
+
flex: 0 1 auto;
|
|
19201
|
+
display: -ms-flexbox;
|
|
19202
|
+
display: flex;
|
|
19203
|
+
-ms-flex-align: center;
|
|
19204
|
+
align-items: center;
|
|
19205
|
+
-ms-flex-pack: center;
|
|
19206
|
+
justify-content: center;
|
|
19207
|
+
width: -webkit-fit-content;
|
|
19208
|
+
width: -moz-fit-content;
|
|
19209
|
+
width: fit-content;
|
|
19210
|
+
height: auto;
|
|
19211
|
+
padding: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
|
|
19212
|
+
}
|
|
19213
|
+
.ss-main.ss-2 .ss-deselect svg {
|
|
19214
|
+
width: 8px;
|
|
19215
|
+
height: 8px;
|
|
19216
|
+
}
|
|
19217
|
+
.ss-main.ss-2 .ss-deselect svg path {
|
|
19218
|
+
fill: none;
|
|
19219
|
+
stroke: var(--ss-font-color);
|
|
19220
|
+
stroke-width: 20;
|
|
19221
|
+
stroke-linecap: round;
|
|
19222
|
+
stroke-linejoin: round;
|
|
19223
|
+
}
|
|
19224
|
+
.ss-main.ss-2 .ss-arrow {
|
|
19225
|
+
-ms-flex: 0 1 auto;
|
|
19226
|
+
flex: 0 1 auto;
|
|
19227
|
+
display: -ms-flexbox;
|
|
19228
|
+
display: flex;
|
|
19229
|
+
-ms-flex-align: center;
|
|
19230
|
+
align-items: center;
|
|
19231
|
+
-ms-flex-pack: end;
|
|
19232
|
+
justify-content: flex-end;
|
|
19233
|
+
width: 12px;
|
|
19234
|
+
height: 12px;
|
|
19235
|
+
margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
|
|
19236
|
+
}
|
|
19237
|
+
.ss-main.ss-2 .ss-arrow path {
|
|
19238
|
+
fill: none;
|
|
19239
|
+
stroke: var(--ss-font-color);
|
|
19240
|
+
stroke-width: 18;
|
|
19241
|
+
stroke-linecap: round;
|
|
19242
|
+
stroke-linejoin: round;
|
|
19243
|
+
transition-timing-function: ease-out;
|
|
19244
|
+
transition: var(--ss-animation-timing);
|
|
19245
|
+
}
|
|
19246
|
+
|
|
19247
|
+
.ss-content.ss-content-2 {
|
|
19248
|
+
position: absolute;
|
|
19249
|
+
display: -ms-flexbox;
|
|
19250
|
+
display: flex;
|
|
19251
|
+
height: auto;
|
|
19252
|
+
-ms-flex-direction: column;
|
|
19253
|
+
flex-direction: column;
|
|
19254
|
+
width: auto;
|
|
19255
|
+
max-height: var(--ss-content-height);
|
|
19256
|
+
box-sizing: border-box;
|
|
19257
|
+
border: solid 1px var(--ss-border-color);
|
|
19258
|
+
background-color: var(--ss-bg-color);
|
|
19259
|
+
transition: opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
|
|
19260
|
+
transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
|
|
19261
|
+
transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
|
|
19262
|
+
opacity: 0;
|
|
19263
|
+
-webkit-transform: scaleY(0);
|
|
19264
|
+
transform: scaleY(0);
|
|
19265
|
+
-webkit-transform-origin: center top;
|
|
19266
|
+
transform-origin: center top;
|
|
19267
|
+
overflow: hidden;
|
|
19268
|
+
z-index: 10000;
|
|
19269
|
+
}
|
|
19270
|
+
.ss-content.ss-content-2.form-select {
|
|
19271
|
+
padding: 0;
|
|
19272
|
+
background: var(--ss-bg-color);
|
|
19273
|
+
}
|
|
19274
|
+
.ss-content.ss-content-2.ss-relative {
|
|
19275
|
+
position: relative;
|
|
19276
|
+
height: 100%;
|
|
19277
|
+
}
|
|
19278
|
+
.ss-content.ss-content-2.ss-fixed {
|
|
19279
|
+
position: fixed;
|
|
19280
|
+
}
|
|
19281
|
+
.ss-content.ss-content-2.ss-open-above {
|
|
19282
|
+
-ms-flex-direction: column-reverse;
|
|
19283
|
+
flex-direction: column-reverse;
|
|
19284
|
+
opacity: 1;
|
|
19285
|
+
-webkit-transform: scaleY(1);
|
|
19286
|
+
transform: scaleY(1);
|
|
19287
|
+
-webkit-transform-origin: center bottom;
|
|
19288
|
+
transform-origin: center bottom;
|
|
19289
|
+
border-top-left-radius: var(--ss-border-radius);
|
|
19290
|
+
border-top-right-radius: var(--ss-border-radius);
|
|
19291
|
+
}
|
|
19292
|
+
.ss-content.ss-content-2.ss-open-below {
|
|
19293
|
+
opacity: 1;
|
|
19294
|
+
-webkit-transform: scaleY(1);
|
|
19295
|
+
transform: scaleY(1);
|
|
19296
|
+
-webkit-transform-origin: center top;
|
|
19297
|
+
transform-origin: center top;
|
|
19298
|
+
border-bottom-left-radius: var(--ss-border-radius);
|
|
19299
|
+
border-bottom-right-radius: var(--ss-border-radius);
|
|
19300
|
+
}
|
|
19301
|
+
.ss-content.ss-content-2 .ss-search {
|
|
19302
|
+
-ms-flex: 0 1 auto;
|
|
19303
|
+
flex: 0 1 auto;
|
|
19304
|
+
display: -ms-flexbox;
|
|
19305
|
+
display: flex;
|
|
19306
|
+
-ms-flex-direction: row;
|
|
19307
|
+
flex-direction: row;
|
|
19308
|
+
padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
|
|
19309
|
+
}
|
|
19310
|
+
.ss-content.ss-content-2 .ss-search input {
|
|
19311
|
+
display: -ms-inline-flexbox;
|
|
19312
|
+
display: inline-flex;
|
|
19313
|
+
font-size: inherit;
|
|
19314
|
+
line-height: inherit;
|
|
19315
|
+
-ms-flex: 1 1 auto;
|
|
19316
|
+
flex: 1 1 auto;
|
|
19317
|
+
width: 100%;
|
|
19318
|
+
min-width: 0px;
|
|
19319
|
+
padding: var(--ss-spacing-m) var(--ss-spacing-l);
|
|
19320
|
+
margin: 0;
|
|
19321
|
+
border: 1px solid var(--ss-border-color);
|
|
19322
|
+
border-radius: var(--ss-border-radius);
|
|
19323
|
+
background-color: var(--ss-bg-color);
|
|
19324
|
+
outline: 0;
|
|
19325
|
+
text-align: left;
|
|
19326
|
+
box-sizing: border-box;
|
|
19327
|
+
}
|
|
19328
|
+
.ss-content.ss-content-2 .ss-search input::-webkit-input-placeholder {
|
|
19329
|
+
color: var(--ss-font-placeholder-color);
|
|
19330
|
+
vertical-align: middle;
|
|
19331
|
+
}
|
|
19332
|
+
.ss-content.ss-content-2 .ss-search input::-moz-placeholder {
|
|
19333
|
+
color: var(--ss-font-placeholder-color);
|
|
19334
|
+
vertical-align: middle;
|
|
19335
|
+
}
|
|
19336
|
+
.ss-content.ss-content-2 .ss-search input:-ms-input-placeholder {
|
|
19337
|
+
color: var(--ss-font-placeholder-color);
|
|
19338
|
+
vertical-align: middle;
|
|
19339
|
+
}
|
|
19340
|
+
.ss-content.ss-content-2 .ss-search input::-ms-input-placeholder {
|
|
19341
|
+
color: var(--ss-font-placeholder-color);
|
|
19342
|
+
vertical-align: middle;
|
|
19343
|
+
}
|
|
19344
|
+
.ss-content.ss-content-2 .ss-search input::placeholder {
|
|
19345
|
+
color: var(--ss-font-placeholder-color);
|
|
19346
|
+
vertical-align: middle;
|
|
19347
|
+
}
|
|
19348
|
+
.ss-content.ss-content-2 .ss-search input:focus {
|
|
19349
|
+
box-shadow: 0 0 5px var(--ss-focus-color);
|
|
19350
|
+
}
|
|
19351
|
+
.ss-content.ss-content-2 .ss-search .ss-addable {
|
|
19352
|
+
display: -ms-inline-flexbox;
|
|
19353
|
+
display: inline-flex;
|
|
19354
|
+
-ms-flex-pack: center;
|
|
19355
|
+
justify-content: center;
|
|
19356
|
+
-ms-flex-align: center;
|
|
19357
|
+
align-items: center;
|
|
19358
|
+
cursor: pointer;
|
|
19359
|
+
-ms-flex: 0 0 auto;
|
|
19360
|
+
flex: 0 0 auto;
|
|
19361
|
+
height: auto;
|
|
19362
|
+
margin: 0 0 0 var(--ss-spacing-m);
|
|
19363
|
+
border: 1px solid var(--ss-border-color);
|
|
19364
|
+
border-radius: var(--ss-border-radius);
|
|
19365
|
+
}
|
|
19366
|
+
.ss-content.ss-content-2 .ss-search .ss-addable svg {
|
|
19367
|
+
display: -ms-flexbox;
|
|
19368
|
+
display: flex;
|
|
19369
|
+
-ms-flex-align: center;
|
|
19370
|
+
align-items: center;
|
|
19371
|
+
-ms-flex-pack: end;
|
|
19372
|
+
justify-content: flex-end;
|
|
19373
|
+
-ms-flex: 0 1 auto;
|
|
19374
|
+
flex: 0 1 auto;
|
|
19375
|
+
width: 12px;
|
|
19376
|
+
height: 12px;
|
|
19377
|
+
margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
|
|
19378
|
+
}
|
|
19379
|
+
.ss-content.ss-content-2 .ss-search .ss-addable svg path {
|
|
19380
|
+
fill: none;
|
|
19381
|
+
stroke: var(--ss-font-color);
|
|
19382
|
+
stroke-width: 18;
|
|
19383
|
+
stroke-linecap: round;
|
|
19384
|
+
stroke-linejoin: round;
|
|
19385
|
+
}
|
|
19386
|
+
.ss-content.ss-content-2 .ss-list {
|
|
19387
|
+
-ms-flex: 1 1 auto;
|
|
19388
|
+
flex: 1 1 auto;
|
|
19389
|
+
height: auto;
|
|
19390
|
+
overflow-x: hidden;
|
|
19391
|
+
overflow-y: auto;
|
|
19392
|
+
}
|
|
19393
|
+
.ss-content.ss-content-2 .ss-list .ss-error {
|
|
19394
|
+
color: var(--ss-error-color);
|
|
19395
|
+
padding: var(--ss-spacing-l);
|
|
19396
|
+
}
|
|
19397
|
+
.ss-content.ss-content-2 .ss-list .ss-searching {
|
|
19398
|
+
color: var(--ss-font-color);
|
|
19399
|
+
padding: var(--ss-spacing-l);
|
|
19400
|
+
}
|
|
19401
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup.ss-close .ss-option {
|
|
19402
|
+
display: none !important;
|
|
19403
|
+
}
|
|
19404
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label {
|
|
19405
|
+
display: -ms-flexbox;
|
|
19406
|
+
display: flex;
|
|
19407
|
+
-ms-flex-direction: row;
|
|
19408
|
+
flex-direction: row;
|
|
19409
|
+
-ms-flex-align: center;
|
|
19410
|
+
align-items: center;
|
|
19411
|
+
-ms-flex-pack: justify;
|
|
19412
|
+
justify-content: space-between;
|
|
19413
|
+
padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
|
|
19414
|
+
}
|
|
19415
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
|
|
19416
|
+
-ms-flex: 1 1 auto;
|
|
19417
|
+
flex: 1 1 auto;
|
|
19418
|
+
font-weight: bold;
|
|
19419
|
+
color: var(--ss-font-color);
|
|
19420
|
+
}
|
|
19421
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
|
|
19422
|
+
cursor: pointer;
|
|
19423
|
+
}
|
|
19424
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
|
|
19425
|
+
-ms-flex: 0 1 auto;
|
|
19426
|
+
flex: 0 1 auto;
|
|
19427
|
+
display: -ms-flexbox;
|
|
19428
|
+
display: flex;
|
|
19429
|
+
-ms-flex-direction: row;
|
|
19430
|
+
flex-direction: row;
|
|
19431
|
+
-ms-flex-align: center;
|
|
19432
|
+
align-items: center;
|
|
19433
|
+
-ms-flex-pack: center;
|
|
19434
|
+
justify-content: center;
|
|
19435
|
+
gap: var(--ss-spacing-m);
|
|
19436
|
+
}
|
|
19437
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
|
|
19438
|
+
-ms-flex: 0 0 auto;
|
|
19439
|
+
flex: 0 0 auto;
|
|
19440
|
+
display: -ms-flexbox;
|
|
19441
|
+
display: flex;
|
|
19442
|
+
-ms-flex-direction: row;
|
|
19443
|
+
flex-direction: row;
|
|
19444
|
+
cursor: pointer;
|
|
19445
|
+
}
|
|
19446
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
|
|
19447
|
+
opacity: 0.5;
|
|
19448
|
+
}
|
|
19449
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
|
|
19450
|
+
stroke: var(--ss-error-color);
|
|
19451
|
+
}
|
|
19452
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
|
|
19453
|
+
-ms-flex: 0 1 auto;
|
|
19454
|
+
flex: 0 1 auto;
|
|
19455
|
+
display: -ms-flexbox;
|
|
19456
|
+
display: flex;
|
|
19457
|
+
-ms-flex-align: center;
|
|
19458
|
+
align-items: center;
|
|
19459
|
+
-ms-flex-pack: center;
|
|
19460
|
+
justify-content: center;
|
|
19461
|
+
font-size: 60%;
|
|
19462
|
+
text-align: center;
|
|
19463
|
+
padding: 0 var(--ss-spacing-s) 0 0;
|
|
19464
|
+
}
|
|
19465
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
|
|
19466
|
+
-ms-flex: 0 1 auto;
|
|
19467
|
+
flex: 0 1 auto;
|
|
19468
|
+
width: 13px;
|
|
19469
|
+
height: 13px;
|
|
19470
|
+
}
|
|
19471
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
|
|
19472
|
+
fill: none;
|
|
19473
|
+
stroke: var(--ss-success-color);
|
|
19474
|
+
stroke-linecap: round;
|
|
19475
|
+
stroke-linejoin: round;
|
|
19476
|
+
}
|
|
19477
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
|
|
19478
|
+
stroke-width: 5;
|
|
19479
|
+
}
|
|
19480
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
|
|
19481
|
+
stroke-width: 11;
|
|
19482
|
+
}
|
|
19483
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
|
|
19484
|
+
-ms-flex: 0 1 auto;
|
|
19485
|
+
flex: 0 1 auto;
|
|
19486
|
+
display: -ms-flexbox;
|
|
19487
|
+
display: flex;
|
|
19488
|
+
-ms-flex-direction: row;
|
|
19489
|
+
flex-direction: row;
|
|
19490
|
+
cursor: pointer;
|
|
19491
|
+
}
|
|
19492
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
|
|
19493
|
+
-ms-flex: 1 1 auto;
|
|
19494
|
+
flex: 1 1 auto;
|
|
19495
|
+
width: 10px;
|
|
19496
|
+
height: 10px;
|
|
19497
|
+
}
|
|
19498
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
|
|
19499
|
+
fill: none;
|
|
19500
|
+
stroke: var(--ss-font-color);
|
|
19501
|
+
stroke-width: 18;
|
|
19502
|
+
stroke-linecap: round;
|
|
19503
|
+
stroke-linejoin: round;
|
|
19504
|
+
transition-timing-function: ease-out;
|
|
19505
|
+
transition: var(--ss-animation-timing);
|
|
19506
|
+
}
|
|
19507
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-option {
|
|
19508
|
+
padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
|
|
19509
|
+
}
|
|
19510
|
+
.ss-content.ss-content-2 .ss-list .ss-option {
|
|
19511
|
+
display: block;
|
|
19512
|
+
padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
|
|
19513
|
+
white-space: normal;
|
|
19514
|
+
color: var(--ss-font-color);
|
|
19515
|
+
cursor: pointer;
|
|
19516
|
+
-webkit-user-select: none;
|
|
19517
|
+
-moz-user-select: none;
|
|
19518
|
+
-ms-user-select: none;
|
|
19519
|
+
user-select: none;
|
|
19520
|
+
}
|
|
19521
|
+
.ss-content.ss-content-2 .ss-list .ss-option:hover {
|
|
19522
|
+
color: var(--ss-bg-color);
|
|
19523
|
+
background-color: #143b76;
|
|
19524
|
+
}
|
|
19525
|
+
.ss-content.ss-content-2 .ss-list .ss-option.ss-highlighted, .ss-content.ss-content-2 .ss-list .ss-option:not(.ss-disabled).ss-selected {
|
|
19526
|
+
color: var(--ss-bg-color);
|
|
19527
|
+
background-color: #143b76;
|
|
19528
|
+
}
|
|
19529
|
+
.ss-content.ss-content-2 .ss-list .ss-option.ss-disabled {
|
|
19530
|
+
cursor: not-allowed;
|
|
19531
|
+
background-color: var(--ss-disabled-color);
|
|
19532
|
+
}
|
|
19533
|
+
.ss-content.ss-content-2 .ss-list .ss-option.ss-disabled:hover {
|
|
19534
|
+
color: var(--ss-font-color);
|
|
19535
|
+
}
|
|
19536
|
+
.ss-content.ss-content-2 .ss-list .ss-option .ss-search-highlight {
|
|
19537
|
+
display: inline-block;
|
|
19538
|
+
background-color: var(--ss-highlight-color);
|
|
19539
|
+
}
|
|
19540
|
+
|
|
19541
|
+
.ss-main.multi-select.is-invalid,
|
|
19542
|
+
.was-validated .multi-select:invalid + .ss-main.multi-select {
|
|
19543
|
+
border-color: #eb3434;
|
|
19544
|
+
background-position: right 1.5rem center;
|
|
19545
|
+
background-repeat: no-repeat;
|
|
19546
|
+
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
19547
|
+
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");
|
|
19548
|
+
}
|
|
19549
|
+
|
|
19550
|
+
.ss-main.multi-select.is-valid,
|
|
19551
|
+
.was-validated .multi-select:valid + .ss-main.multi-select {
|
|
19552
|
+
border-color: #18bf80;
|
|
19553
|
+
background-position: right 1.5rem center;
|
|
19554
|
+
background-repeat: no-repeat;
|
|
19555
|
+
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
19556
|
+
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");
|
|
19557
|
+
}
|
|
19558
|
+
|
|
19559
|
+
@media (max-width: 767.98px) {
|
|
19560
|
+
.breadcrumb-item + .breadcrumb-item {
|
|
19561
|
+
padding-left: 0;
|
|
19562
|
+
}
|
|
19563
|
+
.breadcrumb-item + .breadcrumb-item::before {
|
|
19564
|
+
display: none;
|
|
19565
|
+
content: "";
|
|
19566
|
+
}
|
|
19567
|
+
}
|
|
19568
|
+
/* stylelint-disable no-descending-specificity, declaration-no-important */
|
|
19569
|
+
.bcl-banner {
|
|
19570
|
+
position: relative;
|
|
19571
|
+
}
|
|
19572
|
+
.bcl-banner.fixed-height .bcl-banner__image {
|
|
19573
|
+
height: 150px;
|
|
19574
|
+
}
|
|
19575
|
+
.bcl-banner p {
|
|
19576
|
+
font-size: 1.125rem;
|
|
19577
|
+
font-weight: 500;
|
|
19578
|
+
}
|
|
19579
|
+
.bcl-banner.shade {
|
|
19580
|
+
color: #212529;
|
|
19581
|
+
}
|
|
19582
|
+
.bcl-banner.bg-primary .bcl-banner__content {
|
|
19583
|
+
border-color: #fff !important;
|
|
19584
|
+
}
|
|
19585
|
+
.bcl-banner.hero p {
|
|
19586
|
+
font-size: 1rem;
|
|
19587
|
+
}
|
|
19588
|
+
.bcl-banner.hero .bcl-banner__content {
|
|
19589
|
+
padding: 3rem 2rem;
|
|
19590
|
+
}
|
|
19591
|
+
|
|
19592
|
+
.container .bcl-content-banner > .container > .card {
|
|
19593
|
+
margin: 0;
|
|
19594
|
+
z-index: 2;
|
|
19595
|
+
}
|
|
19596
|
+
.container .bcl-content-banner.bg-lighter {
|
|
19597
|
+
position: relative;
|
|
19598
|
+
}
|
|
19599
|
+
.container .bcl-content-banner.bg-lighter:after {
|
|
19600
|
+
background: #fafbfc;
|
|
19601
|
+
content: "";
|
|
19602
|
+
height: 100%;
|
|
19603
|
+
left: 50%;
|
|
19604
|
+
position: absolute;
|
|
19605
|
+
top: 0;
|
|
19606
|
+
width: 100vw;
|
|
19607
|
+
-webkit-transform: translateX(-50%);
|
|
19608
|
+
transform: translateX(-50%);
|
|
19609
|
+
}
|
|
19610
|
+
|
|
19611
|
+
.bcl-banner__content {
|
|
19612
|
+
padding: 2.5rem 2rem;
|
|
18122
19613
|
border-color: var(--bs-primary);
|
|
18123
19614
|
}
|
|
18124
19615
|
|
|
@@ -18265,9 +19756,11 @@ select.multi-select {
|
|
|
18265
19756
|
position: absolute;
|
|
18266
19757
|
border-radius: 50%;
|
|
18267
19758
|
border: 2px solid var(--bs-primary);
|
|
19759
|
+
top: 6px;
|
|
18268
19760
|
left: 0;
|
|
18269
19761
|
width: 22px;
|
|
18270
19762
|
height: 22px;
|
|
19763
|
+
z-index: 1;
|
|
18271
19764
|
}
|
|
18272
19765
|
.bcl-timeline > li::after {
|
|
18273
19766
|
content: "";
|
|
@@ -19221,7 +20714,13 @@ input:hover {
|
|
|
19221
20714
|
-ms-flex-align: center;
|
|
19222
20715
|
align-items: center;
|
|
19223
20716
|
white-space: normal;
|
|
20717
|
+
border-left: none;
|
|
20718
|
+
border-top: none;
|
|
20719
|
+
border-right: none;
|
|
20720
|
+
background: transparent;
|
|
19224
20721
|
border-bottom: 1px solid #dadee0;
|
|
20722
|
+
width: 100%;
|
|
20723
|
+
padding: 1.25rem;
|
|
19225
20724
|
}
|
|
19226
20725
|
.bcl-inpage-navigation .dropdown-toggle:after {
|
|
19227
20726
|
display: none;
|
|
@@ -19246,6 +20745,7 @@ input:hover {
|
|
|
19246
20745
|
.bcl-inpage-navigation .bcl-heading {
|
|
19247
20746
|
margin-bottom: 0;
|
|
19248
20747
|
padding: 1.25rem;
|
|
20748
|
+
border-bottom: 1px solid #dadee0;
|
|
19249
20749
|
}
|
|
19250
20750
|
.bcl-inpage-navigation ul {
|
|
19251
20751
|
padding: 0.75rem;
|