@openeuropa/bcl-theme-ucpkn 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-ucpkn.css +1667 -167
- package/css/oe-bcl-ucpkn.css.map +1 -1
- package/css/oe-bcl-ucpkn.min.css +1 -1
- package/css/oe-bcl-ucpkn.min.css.map +1 -1
- package/js/oe-bcl-ucpkn.bundle.js +124 -74
- package/js/oe-bcl-ucpkn.bundle.js.map +1 -1
- package/js/oe-bcl-ucpkn.bundle.min.js +1 -1
- package/js/oe-bcl-ucpkn.bundle.min.js.map +1 -1
- package/js/oe-bcl-ucpkn.esm.js +124 -74
- package/js/oe-bcl-ucpkn.esm.js.map +1 -1
- package/js/oe-bcl-ucpkn.esm.min.js +1 -1
- package/js/oe-bcl-ucpkn.esm.min.js.map +1 -1
- package/js/oe-bcl-ucpkn.umd.js +124 -74
- package/js/oe-bcl-ucpkn.umd.js.map +1 -1
- package/js/oe-bcl-ucpkn.umd.min.js +1 -1
- package/js/oe-bcl-ucpkn.umd.min.js.map +1 -1
- package/package.json +6 -6
- package/src/scss/oe-bcl-ucpkn.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-ucpkn.css
CHANGED
|
@@ -512,8 +512,8 @@ legend {
|
|
|
512
512
|
width: 100%;
|
|
513
513
|
padding: 0;
|
|
514
514
|
margin-bottom: 0.5rem;
|
|
515
|
-
font-size: calc(1.275rem + 0.3vw);
|
|
516
515
|
line-height: inherit;
|
|
516
|
+
font-size: calc(1.275rem + 0.3vw);
|
|
517
517
|
}
|
|
518
518
|
@media (min-width: 1200px) {
|
|
519
519
|
legend {
|
|
@@ -596,9 +596,9 @@ progress {
|
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
.display-1 {
|
|
599
|
-
font-size: calc(1.625rem + 4.5vw);
|
|
600
599
|
font-weight: 300;
|
|
601
600
|
line-height: 1.2;
|
|
601
|
+
font-size: calc(1.625rem + 4.5vw);
|
|
602
602
|
}
|
|
603
603
|
@media (min-width: 1200px) {
|
|
604
604
|
.display-1 {
|
|
@@ -607,9 +607,9 @@ progress {
|
|
|
607
607
|
}
|
|
608
608
|
|
|
609
609
|
.display-2 {
|
|
610
|
-
font-size: calc(1.575rem + 3.9vw);
|
|
611
610
|
font-weight: 300;
|
|
612
611
|
line-height: 1.2;
|
|
612
|
+
font-size: calc(1.575rem + 3.9vw);
|
|
613
613
|
}
|
|
614
614
|
@media (min-width: 1200px) {
|
|
615
615
|
.display-2 {
|
|
@@ -618,9 +618,9 @@ progress {
|
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
.display-3 {
|
|
621
|
-
font-size: calc(1.525rem + 3.3vw);
|
|
622
621
|
font-weight: 300;
|
|
623
622
|
line-height: 1.2;
|
|
623
|
+
font-size: calc(1.525rem + 3.3vw);
|
|
624
624
|
}
|
|
625
625
|
@media (min-width: 1200px) {
|
|
626
626
|
.display-3 {
|
|
@@ -629,9 +629,9 @@ progress {
|
|
|
629
629
|
}
|
|
630
630
|
|
|
631
631
|
.display-4 {
|
|
632
|
-
font-size: calc(1.475rem + 2.7vw);
|
|
633
632
|
font-weight: 300;
|
|
634
633
|
line-height: 1.2;
|
|
634
|
+
font-size: calc(1.475rem + 2.7vw);
|
|
635
635
|
}
|
|
636
636
|
@media (min-width: 1200px) {
|
|
637
637
|
.display-4 {
|
|
@@ -640,9 +640,9 @@ progress {
|
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
.display-5 {
|
|
643
|
-
font-size: calc(1.425rem + 2.1vw);
|
|
644
643
|
font-weight: 300;
|
|
645
644
|
line-height: 1.2;
|
|
645
|
+
font-size: calc(1.425rem + 2.1vw);
|
|
646
646
|
}
|
|
647
647
|
@media (min-width: 1200px) {
|
|
648
648
|
.display-5 {
|
|
@@ -651,9 +651,9 @@ progress {
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.display-6 {
|
|
654
|
-
font-size: calc(1.375rem + 1.5vw);
|
|
655
654
|
font-weight: 300;
|
|
656
655
|
line-height: 1.2;
|
|
656
|
+
font-size: calc(1.375rem + 1.5vw);
|
|
657
657
|
}
|
|
658
658
|
@media (min-width: 1200px) {
|
|
659
659
|
.display-6 {
|
|
@@ -801,8 +801,8 @@ progress {
|
|
|
801
801
|
}
|
|
802
802
|
|
|
803
803
|
.col {
|
|
804
|
-
-ms-flex: 1 0
|
|
805
|
-
flex: 1 0 0
|
|
804
|
+
-ms-flex: 1 0 0px;
|
|
805
|
+
flex: 1 0 0;
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
.row-cols-auto > * {
|
|
@@ -1091,8 +1091,8 @@ progress {
|
|
|
1091
1091
|
|
|
1092
1092
|
@media (min-width: 576px) {
|
|
1093
1093
|
.col-sm {
|
|
1094
|
-
-ms-flex: 1 0
|
|
1095
|
-
flex: 1 0 0
|
|
1094
|
+
-ms-flex: 1 0 0px;
|
|
1095
|
+
flex: 1 0 0;
|
|
1096
1096
|
}
|
|
1097
1097
|
.row-cols-sm-auto > * {
|
|
1098
1098
|
-ms-flex: 0 0 auto;
|
|
@@ -1329,8 +1329,8 @@ progress {
|
|
|
1329
1329
|
}
|
|
1330
1330
|
@media (min-width: 768px) {
|
|
1331
1331
|
.col-md {
|
|
1332
|
-
-ms-flex: 1 0
|
|
1333
|
-
flex: 1 0 0
|
|
1332
|
+
-ms-flex: 1 0 0px;
|
|
1333
|
+
flex: 1 0 0;
|
|
1334
1334
|
}
|
|
1335
1335
|
.row-cols-md-auto > * {
|
|
1336
1336
|
-ms-flex: 0 0 auto;
|
|
@@ -1567,8 +1567,8 @@ progress {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
@media (min-width: 992px) {
|
|
1569
1569
|
.col-lg {
|
|
1570
|
-
-ms-flex: 1 0
|
|
1571
|
-
flex: 1 0 0
|
|
1570
|
+
-ms-flex: 1 0 0px;
|
|
1571
|
+
flex: 1 0 0;
|
|
1572
1572
|
}
|
|
1573
1573
|
.row-cols-lg-auto > * {
|
|
1574
1574
|
-ms-flex: 0 0 auto;
|
|
@@ -1805,8 +1805,8 @@ progress {
|
|
|
1805
1805
|
}
|
|
1806
1806
|
@media (min-width: 1200px) {
|
|
1807
1807
|
.col-xl {
|
|
1808
|
-
-ms-flex: 1 0
|
|
1809
|
-
flex: 1 0 0
|
|
1808
|
+
-ms-flex: 1 0 0px;
|
|
1809
|
+
flex: 1 0 0;
|
|
1810
1810
|
}
|
|
1811
1811
|
.row-cols-xl-auto > * {
|
|
1812
1812
|
-ms-flex: 0 0 auto;
|
|
@@ -2043,8 +2043,8 @@ progress {
|
|
|
2043
2043
|
}
|
|
2044
2044
|
@media (min-width: 1400px) {
|
|
2045
2045
|
.col-xxl {
|
|
2046
|
-
-ms-flex: 1 0
|
|
2047
|
-
flex: 1 0 0
|
|
2046
|
+
-ms-flex: 1 0 0px;
|
|
2047
|
+
flex: 1 0 0;
|
|
2048
2048
|
}
|
|
2049
2049
|
.row-cols-xxl-auto > * {
|
|
2050
2050
|
-ms-flex: 0 0 auto;
|
|
@@ -3050,9 +3050,11 @@ textarea.form-control-lg {
|
|
|
3050
3050
|
top: 0;
|
|
3051
3051
|
left: 0;
|
|
3052
3052
|
z-index: 2;
|
|
3053
|
+
max-width: 100%;
|
|
3053
3054
|
height: 100%;
|
|
3054
3055
|
padding: 1rem 0.75rem;
|
|
3055
3056
|
overflow: hidden;
|
|
3057
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3056
3058
|
text-align: start;
|
|
3057
3059
|
text-overflow: ellipsis;
|
|
3058
3060
|
white-space: nowrap;
|
|
@@ -3089,7 +3091,7 @@ textarea.form-control-lg {
|
|
|
3089
3091
|
.form-floating > .form-control-plaintext::placeholder {
|
|
3090
3092
|
color: transparent;
|
|
3091
3093
|
}
|
|
3092
|
-
.form-floating > .form-control:not(:-moz-placeholder
|
|
3094
|
+
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
|
|
3093
3095
|
padding-top: 1.625rem;
|
|
3094
3096
|
padding-bottom: 0.625rem;
|
|
3095
3097
|
}
|
|
@@ -3111,24 +3113,26 @@ textarea.form-control-lg {
|
|
|
3111
3113
|
.form-floating > .form-select {
|
|
3112
3114
|
padding-top: 1.625rem;
|
|
3113
3115
|
padding-bottom: 0.625rem;
|
|
3116
|
+
padding-left: 0.75rem;
|
|
3114
3117
|
}
|
|
3115
|
-
.form-floating > .form-control:not(:-moz-placeholder
|
|
3116
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3118
|
+
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
|
|
3117
3119
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3118
3120
|
}
|
|
3119
3121
|
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
|
|
3120
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3121
3122
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3122
3123
|
}
|
|
3123
3124
|
.form-floating > .form-control:focus ~ label,
|
|
3124
3125
|
.form-floating > .form-control:not(:placeholder-shown) ~ label,
|
|
3125
3126
|
.form-floating > .form-control-plaintext ~ label,
|
|
3126
3127
|
.form-floating > .form-select ~ label {
|
|
3127
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
3128
3128
|
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3129
3129
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3130
3130
|
}
|
|
3131
|
-
.form-floating > .form-control
|
|
3131
|
+
.form-floating > .form-control:-webkit-autofill ~ label {
|
|
3132
|
+
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3133
|
+
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3134
|
+
}
|
|
3135
|
+
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
|
|
3132
3136
|
position: absolute;
|
|
3133
3137
|
inset: 1rem 0.375rem;
|
|
3134
3138
|
z-index: -1;
|
|
@@ -3137,7 +3141,7 @@ textarea.form-control-lg {
|
|
|
3137
3141
|
background-color: var(--bs-body-bg);
|
|
3138
3142
|
border-radius: var(--bs-border-radius);
|
|
3139
3143
|
}
|
|
3140
|
-
.form-floating >
|
|
3144
|
+
.form-floating > textarea:not(:-ms-input-placeholder) ~ label::after {
|
|
3141
3145
|
position: absolute;
|
|
3142
3146
|
inset: 1rem 0.375rem;
|
|
3143
3147
|
z-index: -1;
|
|
@@ -3146,10 +3150,8 @@ textarea.form-control-lg {
|
|
|
3146
3150
|
background-color: var(--bs-body-bg);
|
|
3147
3151
|
border-radius: var(--bs-border-radius);
|
|
3148
3152
|
}
|
|
3149
|
-
.form-floating >
|
|
3150
|
-
.form-floating >
|
|
3151
|
-
.form-floating > .form-control-plaintext ~ label::after,
|
|
3152
|
-
.form-floating > .form-select ~ label::after {
|
|
3153
|
+
.form-floating > textarea:focus ~ label::after,
|
|
3154
|
+
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
|
|
3153
3155
|
position: absolute;
|
|
3154
3156
|
inset: 1rem 0.375rem;
|
|
3155
3157
|
z-index: -1;
|
|
@@ -3158,10 +3160,8 @@ textarea.form-control-lg {
|
|
|
3158
3160
|
background-color: var(--bs-body-bg);
|
|
3159
3161
|
border-radius: var(--bs-border-radius);
|
|
3160
3162
|
}
|
|
3161
|
-
.form-floating >
|
|
3162
|
-
color:
|
|
3163
|
-
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3164
|
-
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
3163
|
+
.form-floating > textarea:disabled ~ label::after {
|
|
3164
|
+
background-color: var(--bs-secondary-bg);
|
|
3165
3165
|
}
|
|
3166
3166
|
.form-floating > .form-control-plaintext ~ label {
|
|
3167
3167
|
border-width: var(--bs-border-width) 0;
|
|
@@ -3170,10 +3170,6 @@ textarea.form-control-lg {
|
|
|
3170
3170
|
.form-floating > .form-control:disabled ~ label {
|
|
3171
3171
|
color: #6c757d;
|
|
3172
3172
|
}
|
|
3173
|
-
.form-floating > :disabled ~ label::after,
|
|
3174
|
-
.form-floating > .form-control:disabled ~ label::after {
|
|
3175
|
-
background-color: var(--bs-secondary-bg);
|
|
3176
|
-
}
|
|
3177
3173
|
|
|
3178
3174
|
.input-group {
|
|
3179
3175
|
position: relative;
|
|
@@ -3262,7 +3258,7 @@ textarea.form-control-lg {
|
|
|
3262
3258
|
border-bottom-right-radius: 0;
|
|
3263
3259
|
}
|
|
3264
3260
|
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
|
|
3265
|
-
margin-left: calc(var(--bs-border-width)
|
|
3261
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
3266
3262
|
border-top-left-radius: 0;
|
|
3267
3263
|
border-bottom-left-radius: 0;
|
|
3268
3264
|
}
|
|
@@ -3304,7 +3300,7 @@ textarea.form-control-lg {
|
|
|
3304
3300
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
3305
3301
|
border-color: var(--bs-form-valid-border-color);
|
|
3306
3302
|
padding-right: calc(1.5em + 0.75rem);
|
|
3307
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233c8f38' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.
|
|
3303
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233c8f38' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
|
|
3308
3304
|
background-repeat: no-repeat;
|
|
3309
3305
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
3310
3306
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -3323,7 +3319,7 @@ textarea.form-control-lg {
|
|
|
3323
3319
|
border-color: var(--bs-form-valid-border-color);
|
|
3324
3320
|
}
|
|
3325
3321
|
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
|
|
3326
|
-
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233c8f38' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.
|
|
3322
|
+
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233c8f38' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
|
|
3327
3323
|
padding-right: 4.125rem;
|
|
3328
3324
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
3329
3325
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -4241,7 +4237,7 @@ textarea.form-control-lg {
|
|
|
4241
4237
|
}
|
|
4242
4238
|
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
4243
4239
|
.btn-group > .btn-group:not(:first-child) {
|
|
4244
|
-
margin-left: calc(var(--bs-border-width)
|
|
4240
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
4245
4241
|
}
|
|
4246
4242
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4247
4243
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
@@ -4291,14 +4287,15 @@ textarea.form-control-lg {
|
|
|
4291
4287
|
}
|
|
4292
4288
|
.btn-group-vertical > .btn:not(:first-child),
|
|
4293
4289
|
.btn-group-vertical > .btn-group:not(:first-child) {
|
|
4294
|
-
margin-top: calc(var(--bs-border-width)
|
|
4290
|
+
margin-top: calc(-1 * var(--bs-border-width));
|
|
4295
4291
|
}
|
|
4296
4292
|
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
|
4297
4293
|
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
|
|
4298
4294
|
border-bottom-right-radius: 0;
|
|
4299
4295
|
border-bottom-left-radius: 0;
|
|
4300
4296
|
}
|
|
4301
|
-
.btn-group-vertical > .btn
|
|
4297
|
+
.btn-group-vertical > .btn:nth-child(n+3),
|
|
4298
|
+
.btn-group-vertical > :not(.btn-check) + .btn,
|
|
4302
4299
|
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
|
|
4303
4300
|
border-top-left-radius: 0;
|
|
4304
4301
|
border-top-right-radius: 0;
|
|
@@ -4425,10 +4422,10 @@ textarea.form-control-lg {
|
|
|
4425
4422
|
|
|
4426
4423
|
.nav-justified > .nav-link,
|
|
4427
4424
|
.nav-justified .nav-item {
|
|
4428
|
-
-ms-flex-preferred-size: 0;
|
|
4429
|
-
flex-basis: 0;
|
|
4430
4425
|
-ms-flex-positive: 1;
|
|
4431
4426
|
flex-grow: 1;
|
|
4427
|
+
-ms-flex-preferred-size: 0;
|
|
4428
|
+
flex-basis: 0;
|
|
4432
4429
|
text-align: center;
|
|
4433
4430
|
}
|
|
4434
4431
|
|
|
@@ -4539,10 +4536,10 @@ textarea.form-control-lg {
|
|
|
4539
4536
|
}
|
|
4540
4537
|
|
|
4541
4538
|
.navbar-collapse {
|
|
4542
|
-
-ms-flex-preferred-size: 100%;
|
|
4543
|
-
flex-basis: 100%;
|
|
4544
4539
|
-ms-flex-positive: 1;
|
|
4545
4540
|
flex-grow: 1;
|
|
4541
|
+
-ms-flex-preferred-size: 100%;
|
|
4542
|
+
flex-basis: 100%;
|
|
4546
4543
|
-ms-flex-align: center;
|
|
4547
4544
|
align-items: center;
|
|
4548
4545
|
}
|
|
@@ -5097,8 +5094,8 @@ textarea.form-control-lg {
|
|
|
5097
5094
|
flex-flow: row wrap;
|
|
5098
5095
|
}
|
|
5099
5096
|
.card-group > .card {
|
|
5100
|
-
-ms-flex: 1 0
|
|
5101
|
-
flex: 1 0 0
|
|
5097
|
+
-ms-flex: 1 0 0px;
|
|
5098
|
+
flex: 1 0 0;
|
|
5102
5099
|
margin-bottom: 0;
|
|
5103
5100
|
}
|
|
5104
5101
|
.card-group > .card + .card {
|
|
@@ -5109,24 +5106,24 @@ textarea.form-control-lg {
|
|
|
5109
5106
|
border-top-right-radius: 0;
|
|
5110
5107
|
border-bottom-right-radius: 0;
|
|
5111
5108
|
}
|
|
5112
|
-
.card-group > .card:not(:last-child) .card-img-top,
|
|
5113
|
-
.card-group > .card:not(:last-child) .card-header {
|
|
5109
|
+
.card-group > .card:not(:last-child) > .card-img-top,
|
|
5110
|
+
.card-group > .card:not(:last-child) > .card-header {
|
|
5114
5111
|
border-top-right-radius: 0;
|
|
5115
5112
|
}
|
|
5116
|
-
.card-group > .card:not(:last-child) .card-img-bottom,
|
|
5117
|
-
.card-group > .card:not(:last-child) .card-footer {
|
|
5113
|
+
.card-group > .card:not(:last-child) > .card-img-bottom,
|
|
5114
|
+
.card-group > .card:not(:last-child) > .card-footer {
|
|
5118
5115
|
border-bottom-right-radius: 0;
|
|
5119
5116
|
}
|
|
5120
5117
|
.card-group > .card:not(:first-child) {
|
|
5121
5118
|
border-top-left-radius: 0;
|
|
5122
5119
|
border-bottom-left-radius: 0;
|
|
5123
5120
|
}
|
|
5124
|
-
.card-group > .card:not(:first-child) .card-img-top,
|
|
5125
|
-
.card-group > .card:not(:first-child) .card-header {
|
|
5121
|
+
.card-group > .card:not(:first-child) > .card-img-top,
|
|
5122
|
+
.card-group > .card:not(:first-child) > .card-header {
|
|
5126
5123
|
border-top-left-radius: 0;
|
|
5127
5124
|
}
|
|
5128
|
-
.card-group > .card:not(:first-child) .card-img-bottom,
|
|
5129
|
-
.card-group > .card:not(:first-child) .card-footer {
|
|
5125
|
+
.card-group > .card:not(:first-child) > .card-img-bottom,
|
|
5126
|
+
.card-group > .card:not(:first-child) > .card-footer {
|
|
5130
5127
|
border-bottom-left-radius: 0;
|
|
5131
5128
|
}
|
|
5132
5129
|
}
|
|
@@ -5143,11 +5140,11 @@ textarea.form-control-lg {
|
|
|
5143
5140
|
--bs-accordion-btn-padding-y: 1rem;
|
|
5144
5141
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
5145
5142
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
5146
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
5143
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5147
5144
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
5148
5145
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
5149
5146
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
5150
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230e0935' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
5147
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230e0935' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
5151
5148
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
|
|
5152
5149
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
5153
5150
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -5261,16 +5258,15 @@ textarea.form-control-lg {
|
|
|
5261
5258
|
.accordion-flush > .accordion-item:last-child {
|
|
5262
5259
|
border-bottom: 0;
|
|
5263
5260
|
}
|
|
5264
|
-
.accordion-flush > .accordion-item > .accordion-
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
.accordion-flush > .accordion-item > .accordion-collapse {
|
|
5261
|
+
.accordion-flush > .accordion-item > .accordion-collapse,
|
|
5262
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
|
|
5263
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
|
5268
5264
|
border-radius: 0;
|
|
5269
5265
|
}
|
|
5270
5266
|
|
|
5271
5267
|
[data-bs-theme=dark] .accordion-button::after {
|
|
5272
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237a73b5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.
|
|
5273
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237a73b5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.
|
|
5268
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237a73b5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
5269
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237a73b5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
5274
5270
|
}
|
|
5275
5271
|
|
|
5276
5272
|
.breadcrumb {
|
|
@@ -5377,7 +5373,7 @@ textarea.form-control-lg {
|
|
|
5377
5373
|
}
|
|
5378
5374
|
|
|
5379
5375
|
.page-item:not(:first-child) .page-link {
|
|
5380
|
-
margin-left: calc(var(--bs-border-width)
|
|
5376
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
5381
5377
|
}
|
|
5382
5378
|
.page-item:first-child .page-link {
|
|
5383
5379
|
border-top-left-radius: var(--bs-pagination-border-radius);
|
|
@@ -5589,13 +5585,13 @@ textarea.form-control-lg {
|
|
|
5589
5585
|
|
|
5590
5586
|
@-webkit-keyframes progress-bar-stripes {
|
|
5591
5587
|
0% {
|
|
5592
|
-
background-position-x:
|
|
5588
|
+
background-position-x: var(--bs-progress-height);
|
|
5593
5589
|
}
|
|
5594
5590
|
}
|
|
5595
5591
|
|
|
5596
5592
|
@keyframes progress-bar-stripes {
|
|
5597
5593
|
0% {
|
|
5598
|
-
background-position-x:
|
|
5594
|
+
background-position-x: var(--bs-progress-height);
|
|
5599
5595
|
}
|
|
5600
5596
|
}
|
|
5601
5597
|
.progress,
|
|
@@ -5697,22 +5693,6 @@ textarea.form-control-lg {
|
|
|
5697
5693
|
counter-increment: section;
|
|
5698
5694
|
}
|
|
5699
5695
|
|
|
5700
|
-
.list-group-item-action {
|
|
5701
|
-
width: 100%;
|
|
5702
|
-
color: var(--bs-list-group-action-color);
|
|
5703
|
-
text-align: inherit;
|
|
5704
|
-
}
|
|
5705
|
-
.list-group-item-action:hover, .list-group-item-action:focus {
|
|
5706
|
-
z-index: 1;
|
|
5707
|
-
color: var(--bs-list-group-action-hover-color);
|
|
5708
|
-
text-decoration: none;
|
|
5709
|
-
background-color: var(--bs-list-group-action-hover-bg);
|
|
5710
|
-
}
|
|
5711
|
-
.list-group-item-action:active {
|
|
5712
|
-
color: var(--bs-list-group-action-active-color);
|
|
5713
|
-
background-color: var(--bs-list-group-action-active-bg);
|
|
5714
|
-
}
|
|
5715
|
-
|
|
5716
5696
|
.list-group-item {
|
|
5717
5697
|
position: relative;
|
|
5718
5698
|
display: block;
|
|
@@ -5749,6 +5729,22 @@ textarea.form-control-lg {
|
|
|
5749
5729
|
border-top-width: var(--bs-list-group-border-width);
|
|
5750
5730
|
}
|
|
5751
5731
|
|
|
5732
|
+
.list-group-item-action {
|
|
5733
|
+
width: 100%;
|
|
5734
|
+
color: var(--bs-list-group-action-color);
|
|
5735
|
+
text-align: inherit;
|
|
5736
|
+
}
|
|
5737
|
+
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
|
|
5738
|
+
z-index: 1;
|
|
5739
|
+
color: var(--bs-list-group-action-hover-color);
|
|
5740
|
+
text-decoration: none;
|
|
5741
|
+
background-color: var(--bs-list-group-action-hover-bg);
|
|
5742
|
+
}
|
|
5743
|
+
.list-group-item-action:not(.active):active {
|
|
5744
|
+
color: var(--bs-list-group-action-active-color);
|
|
5745
|
+
background-color: var(--bs-list-group-action-active-bg);
|
|
5746
|
+
}
|
|
5747
|
+
|
|
5752
5748
|
.list-group-horizontal {
|
|
5753
5749
|
-ms-flex-direction: row;
|
|
5754
5750
|
flex-direction: row;
|
|
@@ -6014,19 +6010,20 @@ textarea.form-control-lg {
|
|
|
6014
6010
|
|
|
6015
6011
|
.btn-close {
|
|
6016
6012
|
--bs-btn-close-color: #000;
|
|
6017
|
-
--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.
|
|
6013
|
+
--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
|
|
6018
6014
|
--bs-btn-close-opacity: 0.5;
|
|
6019
6015
|
--bs-btn-close-hover-opacity: 0.75;
|
|
6020
6016
|
--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(34, 22, 132, 0.25);
|
|
6021
6017
|
--bs-btn-close-focus-opacity: 1;
|
|
6022
6018
|
--bs-btn-close-disabled-opacity: 0.25;
|
|
6023
|
-
--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6024
6019
|
box-sizing: content-box;
|
|
6025
6020
|
width: 1em;
|
|
6026
6021
|
height: 1em;
|
|
6027
6022
|
padding: 0.25em 0.25em;
|
|
6028
6023
|
color: var(--bs-btn-close-color);
|
|
6029
6024
|
background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
|
|
6025
|
+
-webkit-filter: var(--bs-btn-close-filter);
|
|
6026
|
+
filter: var(--bs-btn-close-filter);
|
|
6030
6027
|
border: 0;
|
|
6031
6028
|
border-radius: 0.375rem;
|
|
6032
6029
|
opacity: var(--bs-btn-close-opacity);
|
|
@@ -6051,13 +6048,16 @@ textarea.form-control-lg {
|
|
|
6051
6048
|
}
|
|
6052
6049
|
|
|
6053
6050
|
.btn-close-white {
|
|
6054
|
-
|
|
6055
|
-
|
|
6051
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6052
|
+
}
|
|
6053
|
+
|
|
6054
|
+
:root,
|
|
6055
|
+
[data-bs-theme=light] {
|
|
6056
|
+
--bs-btn-close-filter: ;
|
|
6056
6057
|
}
|
|
6057
6058
|
|
|
6058
|
-
[data-bs-theme=dark]
|
|
6059
|
-
|
|
6060
|
-
filter: var(--bs-btn-close-white-filter);
|
|
6059
|
+
[data-bs-theme=dark] {
|
|
6060
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
6061
6061
|
}
|
|
6062
6062
|
|
|
6063
6063
|
.toast {
|
|
@@ -6136,7 +6136,7 @@ textarea.form-control-lg {
|
|
|
6136
6136
|
--bs-modal-width: 500px;
|
|
6137
6137
|
--bs-modal-padding: 1rem;
|
|
6138
6138
|
--bs-modal-margin: 0.5rem;
|
|
6139
|
-
--bs-modal-color: ;
|
|
6139
|
+
--bs-modal-color: var(--bs-body-color);
|
|
6140
6140
|
--bs-modal-bg: var(--bs-body-bg);
|
|
6141
6141
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
|
6142
6142
|
--bs-modal-border-width: var(--bs-border-width);
|
|
@@ -6172,11 +6172,11 @@ textarea.form-control-lg {
|
|
|
6172
6172
|
pointer-events: none;
|
|
6173
6173
|
}
|
|
6174
6174
|
.modal.fade .modal-dialog {
|
|
6175
|
+
-webkit-transform: translate(0, -50px);
|
|
6176
|
+
transform: translate(0, -50px);
|
|
6175
6177
|
transition: -webkit-transform 0.3s ease-out;
|
|
6176
6178
|
transition: transform 0.3s ease-out;
|
|
6177
6179
|
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
|
|
6178
|
-
-webkit-transform: translate(0, -50px);
|
|
6179
|
-
transform: translate(0, -50px);
|
|
6180
6180
|
}
|
|
6181
6181
|
@media (prefers-reduced-motion: reduce) {
|
|
6182
6182
|
.modal.fade .modal-dialog {
|
|
@@ -6260,7 +6260,10 @@ textarea.form-control-lg {
|
|
|
6260
6260
|
}
|
|
6261
6261
|
.modal-header .btn-close {
|
|
6262
6262
|
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
|
|
6263
|
-
margin: calc(-0.5 * var(--bs-modal-header-padding-y))
|
|
6263
|
+
margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
6264
|
+
margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
|
|
6265
|
+
margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
6266
|
+
margin-left: auto;
|
|
6264
6267
|
}
|
|
6265
6268
|
|
|
6266
6269
|
.modal-title {
|
|
@@ -6796,6 +6799,8 @@ textarea.form-control-lg {
|
|
|
6796
6799
|
color: #fff;
|
|
6797
6800
|
text-align: center;
|
|
6798
6801
|
background: none;
|
|
6802
|
+
-webkit-filter: var(--bs-carousel-control-icon-filter);
|
|
6803
|
+
filter: var(--bs-carousel-control-icon-filter);
|
|
6799
6804
|
border: 0;
|
|
6800
6805
|
opacity: 0.5;
|
|
6801
6806
|
transition: opacity 0.15s ease;
|
|
@@ -6834,11 +6839,11 @@ textarea.form-control-lg {
|
|
|
6834
6839
|
}
|
|
6835
6840
|
|
|
6836
6841
|
.carousel-control-prev-icon {
|
|
6837
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708
|
|
6842
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
|
|
6838
6843
|
}
|
|
6839
6844
|
|
|
6840
6845
|
.carousel-control-next-icon {
|
|
6841
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.
|
|
6846
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
|
|
6842
6847
|
}
|
|
6843
6848
|
|
|
6844
6849
|
.carousel-indicators {
|
|
@@ -6867,7 +6872,7 @@ textarea.form-control-lg {
|
|
|
6867
6872
|
margin-left: 3px;
|
|
6868
6873
|
text-indent: -999px;
|
|
6869
6874
|
cursor: pointer;
|
|
6870
|
-
background-color:
|
|
6875
|
+
background-color: var(--bs-carousel-indicator-active-bg);
|
|
6871
6876
|
background-clip: padding-box;
|
|
6872
6877
|
border: 0;
|
|
6873
6878
|
border-top: 10px solid transparent;
|
|
@@ -6891,33 +6896,27 @@ textarea.form-control-lg {
|
|
|
6891
6896
|
left: 15%;
|
|
6892
6897
|
padding-top: 1.25rem;
|
|
6893
6898
|
padding-bottom: 1.25rem;
|
|
6894
|
-
color:
|
|
6899
|
+
color: var(--bs-carousel-caption-color);
|
|
6895
6900
|
text-align: center;
|
|
6896
6901
|
}
|
|
6897
6902
|
|
|
6898
|
-
.carousel-dark
|
|
6899
|
-
|
|
6900
|
-
-
|
|
6901
|
-
|
|
6902
|
-
}
|
|
6903
|
-
.carousel-dark .carousel-indicators [data-bs-target] {
|
|
6904
|
-
background-color: #000;
|
|
6905
|
-
}
|
|
6906
|
-
.carousel-dark .carousel-caption {
|
|
6907
|
-
color: #000;
|
|
6903
|
+
.carousel-dark {
|
|
6904
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6905
|
+
--bs-carousel-caption-color: #000;
|
|
6906
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6908
6907
|
}
|
|
6909
6908
|
|
|
6910
|
-
|
|
6911
|
-
[data-bs-theme=
|
|
6912
|
-
|
|
6913
|
-
-
|
|
6914
|
-
|
|
6915
|
-
}
|
|
6916
|
-
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
|
|
6917
|
-
background-color: #000;
|
|
6909
|
+
:root,
|
|
6910
|
+
[data-bs-theme=light] {
|
|
6911
|
+
--bs-carousel-indicator-active-bg: #fff;
|
|
6912
|
+
--bs-carousel-caption-color: #fff;
|
|
6913
|
+
--bs-carousel-control-icon-filter: ;
|
|
6918
6914
|
}
|
|
6919
|
-
|
|
6920
|
-
|
|
6915
|
+
|
|
6916
|
+
[data-bs-theme=dark] {
|
|
6917
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6918
|
+
--bs-carousel-caption-color: #000;
|
|
6919
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6921
6920
|
}
|
|
6922
6921
|
|
|
6923
6922
|
.spinner-grow,
|
|
@@ -7544,7 +7543,10 @@ textarea.form-control-lg {
|
|
|
7544
7543
|
}
|
|
7545
7544
|
.offcanvas-header .btn-close {
|
|
7546
7545
|
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
|
7547
|
-
margin: calc(-0.5 * var(--bs-offcanvas-padding-y))
|
|
7546
|
+
margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7547
|
+
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
|
7548
|
+
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
7549
|
+
margin-left: auto;
|
|
7548
7550
|
}
|
|
7549
7551
|
|
|
7550
7552
|
.offcanvas-title {
|
|
@@ -7912,6 +7914,10 @@ textarea.form-control-lg {
|
|
|
7912
7914
|
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
7913
7915
|
position: absolute !important;
|
|
7914
7916
|
}
|
|
7917
|
+
.visually-hidden *,
|
|
7918
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
|
|
7919
|
+
overflow: hidden !important;
|
|
7920
|
+
}
|
|
7915
7921
|
|
|
7916
7922
|
.stretched-link::after {
|
|
7917
7923
|
position: absolute;
|
|
@@ -7940,8 +7946,10 @@ textarea.form-control-lg {
|
|
|
7940
7946
|
opacity: 0.25;
|
|
7941
7947
|
}
|
|
7942
7948
|
|
|
7943
|
-
@media (
|
|
7944
|
-
.bcl-sidebar
|
|
7949
|
+
@media (max-width: 767.98px) {
|
|
7950
|
+
.bcl-sidebar .dropdown-toggle,
|
|
7951
|
+
.bcl-sidebar h2,
|
|
7952
|
+
.bcl-sidebar .h2 {
|
|
7945
7953
|
font-size: 1.5rem;
|
|
7946
7954
|
}
|
|
7947
7955
|
}
|
|
@@ -9232,6 +9240,30 @@ svg {
|
|
|
9232
9240
|
margin: -3rem !important;
|
|
9233
9241
|
}
|
|
9234
9242
|
|
|
9243
|
+
.m-n1-5 {
|
|
9244
|
+
margin: -0.375rem !important;
|
|
9245
|
+
}
|
|
9246
|
+
|
|
9247
|
+
.m-n2-5 {
|
|
9248
|
+
margin: -0.75rem !important;
|
|
9249
|
+
}
|
|
9250
|
+
|
|
9251
|
+
.m-n3-5 {
|
|
9252
|
+
margin: -1.25rem !important;
|
|
9253
|
+
}
|
|
9254
|
+
|
|
9255
|
+
.m-n4-25 {
|
|
9256
|
+
margin: -1.75rem !important;
|
|
9257
|
+
}
|
|
9258
|
+
|
|
9259
|
+
.m-n4-5 {
|
|
9260
|
+
margin: -2rem !important;
|
|
9261
|
+
}
|
|
9262
|
+
|
|
9263
|
+
.m-n4-75 {
|
|
9264
|
+
margin: -2.5rem !important;
|
|
9265
|
+
}
|
|
9266
|
+
|
|
9235
9267
|
.mx-n1 {
|
|
9236
9268
|
margin-right: -0.25rem !important;
|
|
9237
9269
|
margin-left: -0.25rem !important;
|
|
@@ -9257,6 +9289,36 @@ svg {
|
|
|
9257
9289
|
margin-left: -3rem !important;
|
|
9258
9290
|
}
|
|
9259
9291
|
|
|
9292
|
+
.mx-n1-5 {
|
|
9293
|
+
margin-right: -0.375rem !important;
|
|
9294
|
+
margin-left: -0.375rem !important;
|
|
9295
|
+
}
|
|
9296
|
+
|
|
9297
|
+
.mx-n2-5 {
|
|
9298
|
+
margin-right: -0.75rem !important;
|
|
9299
|
+
margin-left: -0.75rem !important;
|
|
9300
|
+
}
|
|
9301
|
+
|
|
9302
|
+
.mx-n3-5 {
|
|
9303
|
+
margin-right: -1.25rem !important;
|
|
9304
|
+
margin-left: -1.25rem !important;
|
|
9305
|
+
}
|
|
9306
|
+
|
|
9307
|
+
.mx-n4-25 {
|
|
9308
|
+
margin-right: -1.75rem !important;
|
|
9309
|
+
margin-left: -1.75rem !important;
|
|
9310
|
+
}
|
|
9311
|
+
|
|
9312
|
+
.mx-n4-5 {
|
|
9313
|
+
margin-right: -2rem !important;
|
|
9314
|
+
margin-left: -2rem !important;
|
|
9315
|
+
}
|
|
9316
|
+
|
|
9317
|
+
.mx-n4-75 {
|
|
9318
|
+
margin-right: -2.5rem !important;
|
|
9319
|
+
margin-left: -2.5rem !important;
|
|
9320
|
+
}
|
|
9321
|
+
|
|
9260
9322
|
.my-n1 {
|
|
9261
9323
|
margin-top: -0.25rem !important;
|
|
9262
9324
|
margin-bottom: -0.25rem !important;
|
|
@@ -9282,6 +9344,36 @@ svg {
|
|
|
9282
9344
|
margin-bottom: -3rem !important;
|
|
9283
9345
|
}
|
|
9284
9346
|
|
|
9347
|
+
.my-n1-5 {
|
|
9348
|
+
margin-top: -0.375rem !important;
|
|
9349
|
+
margin-bottom: -0.375rem !important;
|
|
9350
|
+
}
|
|
9351
|
+
|
|
9352
|
+
.my-n2-5 {
|
|
9353
|
+
margin-top: -0.75rem !important;
|
|
9354
|
+
margin-bottom: -0.75rem !important;
|
|
9355
|
+
}
|
|
9356
|
+
|
|
9357
|
+
.my-n3-5 {
|
|
9358
|
+
margin-top: -1.25rem !important;
|
|
9359
|
+
margin-bottom: -1.25rem !important;
|
|
9360
|
+
}
|
|
9361
|
+
|
|
9362
|
+
.my-n4-25 {
|
|
9363
|
+
margin-top: -1.75rem !important;
|
|
9364
|
+
margin-bottom: -1.75rem !important;
|
|
9365
|
+
}
|
|
9366
|
+
|
|
9367
|
+
.my-n4-5 {
|
|
9368
|
+
margin-top: -2rem !important;
|
|
9369
|
+
margin-bottom: -2rem !important;
|
|
9370
|
+
}
|
|
9371
|
+
|
|
9372
|
+
.my-n4-75 {
|
|
9373
|
+
margin-top: -2.5rem !important;
|
|
9374
|
+
margin-bottom: -2.5rem !important;
|
|
9375
|
+
}
|
|
9376
|
+
|
|
9285
9377
|
.mt-n1 {
|
|
9286
9378
|
margin-top: -0.25rem !important;
|
|
9287
9379
|
}
|
|
@@ -9302,6 +9394,30 @@ svg {
|
|
|
9302
9394
|
margin-top: -3rem !important;
|
|
9303
9395
|
}
|
|
9304
9396
|
|
|
9397
|
+
.mt-n1-5 {
|
|
9398
|
+
margin-top: -0.375rem !important;
|
|
9399
|
+
}
|
|
9400
|
+
|
|
9401
|
+
.mt-n2-5 {
|
|
9402
|
+
margin-top: -0.75rem !important;
|
|
9403
|
+
}
|
|
9404
|
+
|
|
9405
|
+
.mt-n3-5 {
|
|
9406
|
+
margin-top: -1.25rem !important;
|
|
9407
|
+
}
|
|
9408
|
+
|
|
9409
|
+
.mt-n4-25 {
|
|
9410
|
+
margin-top: -1.75rem !important;
|
|
9411
|
+
}
|
|
9412
|
+
|
|
9413
|
+
.mt-n4-5 {
|
|
9414
|
+
margin-top: -2rem !important;
|
|
9415
|
+
}
|
|
9416
|
+
|
|
9417
|
+
.mt-n4-75 {
|
|
9418
|
+
margin-top: -2.5rem !important;
|
|
9419
|
+
}
|
|
9420
|
+
|
|
9305
9421
|
.me-n1 {
|
|
9306
9422
|
margin-right: -0.25rem !important;
|
|
9307
9423
|
}
|
|
@@ -9322,6 +9438,30 @@ svg {
|
|
|
9322
9438
|
margin-right: -3rem !important;
|
|
9323
9439
|
}
|
|
9324
9440
|
|
|
9441
|
+
.me-n1-5 {
|
|
9442
|
+
margin-right: -0.375rem !important;
|
|
9443
|
+
}
|
|
9444
|
+
|
|
9445
|
+
.me-n2-5 {
|
|
9446
|
+
margin-right: -0.75rem !important;
|
|
9447
|
+
}
|
|
9448
|
+
|
|
9449
|
+
.me-n3-5 {
|
|
9450
|
+
margin-right: -1.25rem !important;
|
|
9451
|
+
}
|
|
9452
|
+
|
|
9453
|
+
.me-n4-25 {
|
|
9454
|
+
margin-right: -1.75rem !important;
|
|
9455
|
+
}
|
|
9456
|
+
|
|
9457
|
+
.me-n4-5 {
|
|
9458
|
+
margin-right: -2rem !important;
|
|
9459
|
+
}
|
|
9460
|
+
|
|
9461
|
+
.me-n4-75 {
|
|
9462
|
+
margin-right: -2.5rem !important;
|
|
9463
|
+
}
|
|
9464
|
+
|
|
9325
9465
|
.mb-n1 {
|
|
9326
9466
|
margin-bottom: -0.25rem !important;
|
|
9327
9467
|
}
|
|
@@ -9342,6 +9482,30 @@ svg {
|
|
|
9342
9482
|
margin-bottom: -3rem !important;
|
|
9343
9483
|
}
|
|
9344
9484
|
|
|
9485
|
+
.mb-n1-5 {
|
|
9486
|
+
margin-bottom: -0.375rem !important;
|
|
9487
|
+
}
|
|
9488
|
+
|
|
9489
|
+
.mb-n2-5 {
|
|
9490
|
+
margin-bottom: -0.75rem !important;
|
|
9491
|
+
}
|
|
9492
|
+
|
|
9493
|
+
.mb-n3-5 {
|
|
9494
|
+
margin-bottom: -1.25rem !important;
|
|
9495
|
+
}
|
|
9496
|
+
|
|
9497
|
+
.mb-n4-25 {
|
|
9498
|
+
margin-bottom: -1.75rem !important;
|
|
9499
|
+
}
|
|
9500
|
+
|
|
9501
|
+
.mb-n4-5 {
|
|
9502
|
+
margin-bottom: -2rem !important;
|
|
9503
|
+
}
|
|
9504
|
+
|
|
9505
|
+
.mb-n4-75 {
|
|
9506
|
+
margin-bottom: -2.5rem !important;
|
|
9507
|
+
}
|
|
9508
|
+
|
|
9345
9509
|
.ms-n1 {
|
|
9346
9510
|
margin-left: -0.25rem !important;
|
|
9347
9511
|
}
|
|
@@ -9362,6 +9526,30 @@ svg {
|
|
|
9362
9526
|
margin-left: -3rem !important;
|
|
9363
9527
|
}
|
|
9364
9528
|
|
|
9529
|
+
.ms-n1-5 {
|
|
9530
|
+
margin-left: -0.375rem !important;
|
|
9531
|
+
}
|
|
9532
|
+
|
|
9533
|
+
.ms-n2-5 {
|
|
9534
|
+
margin-left: -0.75rem !important;
|
|
9535
|
+
}
|
|
9536
|
+
|
|
9537
|
+
.ms-n3-5 {
|
|
9538
|
+
margin-left: -1.25rem !important;
|
|
9539
|
+
}
|
|
9540
|
+
|
|
9541
|
+
.ms-n4-25 {
|
|
9542
|
+
margin-left: -1.75rem !important;
|
|
9543
|
+
}
|
|
9544
|
+
|
|
9545
|
+
.ms-n4-5 {
|
|
9546
|
+
margin-left: -2rem !important;
|
|
9547
|
+
}
|
|
9548
|
+
|
|
9549
|
+
.ms-n4-75 {
|
|
9550
|
+
margin-left: -2.5rem !important;
|
|
9551
|
+
}
|
|
9552
|
+
|
|
9365
9553
|
.p-0 {
|
|
9366
9554
|
padding: 0 !important;
|
|
9367
9555
|
}
|
|
@@ -11310,6 +11498,24 @@ svg {
|
|
|
11310
11498
|
.m-sm-n5 {
|
|
11311
11499
|
margin: -3rem !important;
|
|
11312
11500
|
}
|
|
11501
|
+
.m-sm-n1-5 {
|
|
11502
|
+
margin: -0.375rem !important;
|
|
11503
|
+
}
|
|
11504
|
+
.m-sm-n2-5 {
|
|
11505
|
+
margin: -0.75rem !important;
|
|
11506
|
+
}
|
|
11507
|
+
.m-sm-n3-5 {
|
|
11508
|
+
margin: -1.25rem !important;
|
|
11509
|
+
}
|
|
11510
|
+
.m-sm-n4-25 {
|
|
11511
|
+
margin: -1.75rem !important;
|
|
11512
|
+
}
|
|
11513
|
+
.m-sm-n4-5 {
|
|
11514
|
+
margin: -2rem !important;
|
|
11515
|
+
}
|
|
11516
|
+
.m-sm-n4-75 {
|
|
11517
|
+
margin: -2.5rem !important;
|
|
11518
|
+
}
|
|
11313
11519
|
.mx-sm-n1 {
|
|
11314
11520
|
margin-right: -0.25rem !important;
|
|
11315
11521
|
margin-left: -0.25rem !important;
|
|
@@ -11330,6 +11536,30 @@ svg {
|
|
|
11330
11536
|
margin-right: -3rem !important;
|
|
11331
11537
|
margin-left: -3rem !important;
|
|
11332
11538
|
}
|
|
11539
|
+
.mx-sm-n1-5 {
|
|
11540
|
+
margin-right: -0.375rem !important;
|
|
11541
|
+
margin-left: -0.375rem !important;
|
|
11542
|
+
}
|
|
11543
|
+
.mx-sm-n2-5 {
|
|
11544
|
+
margin-right: -0.75rem !important;
|
|
11545
|
+
margin-left: -0.75rem !important;
|
|
11546
|
+
}
|
|
11547
|
+
.mx-sm-n3-5 {
|
|
11548
|
+
margin-right: -1.25rem !important;
|
|
11549
|
+
margin-left: -1.25rem !important;
|
|
11550
|
+
}
|
|
11551
|
+
.mx-sm-n4-25 {
|
|
11552
|
+
margin-right: -1.75rem !important;
|
|
11553
|
+
margin-left: -1.75rem !important;
|
|
11554
|
+
}
|
|
11555
|
+
.mx-sm-n4-5 {
|
|
11556
|
+
margin-right: -2rem !important;
|
|
11557
|
+
margin-left: -2rem !important;
|
|
11558
|
+
}
|
|
11559
|
+
.mx-sm-n4-75 {
|
|
11560
|
+
margin-right: -2.5rem !important;
|
|
11561
|
+
margin-left: -2.5rem !important;
|
|
11562
|
+
}
|
|
11333
11563
|
.my-sm-n1 {
|
|
11334
11564
|
margin-top: -0.25rem !important;
|
|
11335
11565
|
margin-bottom: -0.25rem !important;
|
|
@@ -11350,6 +11580,30 @@ svg {
|
|
|
11350
11580
|
margin-top: -3rem !important;
|
|
11351
11581
|
margin-bottom: -3rem !important;
|
|
11352
11582
|
}
|
|
11583
|
+
.my-sm-n1-5 {
|
|
11584
|
+
margin-top: -0.375rem !important;
|
|
11585
|
+
margin-bottom: -0.375rem !important;
|
|
11586
|
+
}
|
|
11587
|
+
.my-sm-n2-5 {
|
|
11588
|
+
margin-top: -0.75rem !important;
|
|
11589
|
+
margin-bottom: -0.75rem !important;
|
|
11590
|
+
}
|
|
11591
|
+
.my-sm-n3-5 {
|
|
11592
|
+
margin-top: -1.25rem !important;
|
|
11593
|
+
margin-bottom: -1.25rem !important;
|
|
11594
|
+
}
|
|
11595
|
+
.my-sm-n4-25 {
|
|
11596
|
+
margin-top: -1.75rem !important;
|
|
11597
|
+
margin-bottom: -1.75rem !important;
|
|
11598
|
+
}
|
|
11599
|
+
.my-sm-n4-5 {
|
|
11600
|
+
margin-top: -2rem !important;
|
|
11601
|
+
margin-bottom: -2rem !important;
|
|
11602
|
+
}
|
|
11603
|
+
.my-sm-n4-75 {
|
|
11604
|
+
margin-top: -2.5rem !important;
|
|
11605
|
+
margin-bottom: -2.5rem !important;
|
|
11606
|
+
}
|
|
11353
11607
|
.mt-sm-n1 {
|
|
11354
11608
|
margin-top: -0.25rem !important;
|
|
11355
11609
|
}
|
|
@@ -11365,6 +11619,24 @@ svg {
|
|
|
11365
11619
|
.mt-sm-n5 {
|
|
11366
11620
|
margin-top: -3rem !important;
|
|
11367
11621
|
}
|
|
11622
|
+
.mt-sm-n1-5 {
|
|
11623
|
+
margin-top: -0.375rem !important;
|
|
11624
|
+
}
|
|
11625
|
+
.mt-sm-n2-5 {
|
|
11626
|
+
margin-top: -0.75rem !important;
|
|
11627
|
+
}
|
|
11628
|
+
.mt-sm-n3-5 {
|
|
11629
|
+
margin-top: -1.25rem !important;
|
|
11630
|
+
}
|
|
11631
|
+
.mt-sm-n4-25 {
|
|
11632
|
+
margin-top: -1.75rem !important;
|
|
11633
|
+
}
|
|
11634
|
+
.mt-sm-n4-5 {
|
|
11635
|
+
margin-top: -2rem !important;
|
|
11636
|
+
}
|
|
11637
|
+
.mt-sm-n4-75 {
|
|
11638
|
+
margin-top: -2.5rem !important;
|
|
11639
|
+
}
|
|
11368
11640
|
.me-sm-n1 {
|
|
11369
11641
|
margin-right: -0.25rem !important;
|
|
11370
11642
|
}
|
|
@@ -11380,6 +11652,24 @@ svg {
|
|
|
11380
11652
|
.me-sm-n5 {
|
|
11381
11653
|
margin-right: -3rem !important;
|
|
11382
11654
|
}
|
|
11655
|
+
.me-sm-n1-5 {
|
|
11656
|
+
margin-right: -0.375rem !important;
|
|
11657
|
+
}
|
|
11658
|
+
.me-sm-n2-5 {
|
|
11659
|
+
margin-right: -0.75rem !important;
|
|
11660
|
+
}
|
|
11661
|
+
.me-sm-n3-5 {
|
|
11662
|
+
margin-right: -1.25rem !important;
|
|
11663
|
+
}
|
|
11664
|
+
.me-sm-n4-25 {
|
|
11665
|
+
margin-right: -1.75rem !important;
|
|
11666
|
+
}
|
|
11667
|
+
.me-sm-n4-5 {
|
|
11668
|
+
margin-right: -2rem !important;
|
|
11669
|
+
}
|
|
11670
|
+
.me-sm-n4-75 {
|
|
11671
|
+
margin-right: -2.5rem !important;
|
|
11672
|
+
}
|
|
11383
11673
|
.mb-sm-n1 {
|
|
11384
11674
|
margin-bottom: -0.25rem !important;
|
|
11385
11675
|
}
|
|
@@ -11395,6 +11685,24 @@ svg {
|
|
|
11395
11685
|
.mb-sm-n5 {
|
|
11396
11686
|
margin-bottom: -3rem !important;
|
|
11397
11687
|
}
|
|
11688
|
+
.mb-sm-n1-5 {
|
|
11689
|
+
margin-bottom: -0.375rem !important;
|
|
11690
|
+
}
|
|
11691
|
+
.mb-sm-n2-5 {
|
|
11692
|
+
margin-bottom: -0.75rem !important;
|
|
11693
|
+
}
|
|
11694
|
+
.mb-sm-n3-5 {
|
|
11695
|
+
margin-bottom: -1.25rem !important;
|
|
11696
|
+
}
|
|
11697
|
+
.mb-sm-n4-25 {
|
|
11698
|
+
margin-bottom: -1.75rem !important;
|
|
11699
|
+
}
|
|
11700
|
+
.mb-sm-n4-5 {
|
|
11701
|
+
margin-bottom: -2rem !important;
|
|
11702
|
+
}
|
|
11703
|
+
.mb-sm-n4-75 {
|
|
11704
|
+
margin-bottom: -2.5rem !important;
|
|
11705
|
+
}
|
|
11398
11706
|
.ms-sm-n1 {
|
|
11399
11707
|
margin-left: -0.25rem !important;
|
|
11400
11708
|
}
|
|
@@ -11410,6 +11718,24 @@ svg {
|
|
|
11410
11718
|
.ms-sm-n5 {
|
|
11411
11719
|
margin-left: -3rem !important;
|
|
11412
11720
|
}
|
|
11721
|
+
.ms-sm-n1-5 {
|
|
11722
|
+
margin-left: -0.375rem !important;
|
|
11723
|
+
}
|
|
11724
|
+
.ms-sm-n2-5 {
|
|
11725
|
+
margin-left: -0.75rem !important;
|
|
11726
|
+
}
|
|
11727
|
+
.ms-sm-n3-5 {
|
|
11728
|
+
margin-left: -1.25rem !important;
|
|
11729
|
+
}
|
|
11730
|
+
.ms-sm-n4-25 {
|
|
11731
|
+
margin-left: -1.75rem !important;
|
|
11732
|
+
}
|
|
11733
|
+
.ms-sm-n4-5 {
|
|
11734
|
+
margin-left: -2rem !important;
|
|
11735
|
+
}
|
|
11736
|
+
.ms-sm-n4-75 {
|
|
11737
|
+
margin-left: -2.5rem !important;
|
|
11738
|
+
}
|
|
11413
11739
|
.p-sm-0 {
|
|
11414
11740
|
padding: 0 !important;
|
|
11415
11741
|
}
|
|
@@ -12410,6 +12736,24 @@ svg {
|
|
|
12410
12736
|
.m-md-n5 {
|
|
12411
12737
|
margin: -3rem !important;
|
|
12412
12738
|
}
|
|
12739
|
+
.m-md-n1-5 {
|
|
12740
|
+
margin: -0.375rem !important;
|
|
12741
|
+
}
|
|
12742
|
+
.m-md-n2-5 {
|
|
12743
|
+
margin: -0.75rem !important;
|
|
12744
|
+
}
|
|
12745
|
+
.m-md-n3-5 {
|
|
12746
|
+
margin: -1.25rem !important;
|
|
12747
|
+
}
|
|
12748
|
+
.m-md-n4-25 {
|
|
12749
|
+
margin: -1.75rem !important;
|
|
12750
|
+
}
|
|
12751
|
+
.m-md-n4-5 {
|
|
12752
|
+
margin: -2rem !important;
|
|
12753
|
+
}
|
|
12754
|
+
.m-md-n4-75 {
|
|
12755
|
+
margin: -2.5rem !important;
|
|
12756
|
+
}
|
|
12413
12757
|
.mx-md-n1 {
|
|
12414
12758
|
margin-right: -0.25rem !important;
|
|
12415
12759
|
margin-left: -0.25rem !important;
|
|
@@ -12430,6 +12774,30 @@ svg {
|
|
|
12430
12774
|
margin-right: -3rem !important;
|
|
12431
12775
|
margin-left: -3rem !important;
|
|
12432
12776
|
}
|
|
12777
|
+
.mx-md-n1-5 {
|
|
12778
|
+
margin-right: -0.375rem !important;
|
|
12779
|
+
margin-left: -0.375rem !important;
|
|
12780
|
+
}
|
|
12781
|
+
.mx-md-n2-5 {
|
|
12782
|
+
margin-right: -0.75rem !important;
|
|
12783
|
+
margin-left: -0.75rem !important;
|
|
12784
|
+
}
|
|
12785
|
+
.mx-md-n3-5 {
|
|
12786
|
+
margin-right: -1.25rem !important;
|
|
12787
|
+
margin-left: -1.25rem !important;
|
|
12788
|
+
}
|
|
12789
|
+
.mx-md-n4-25 {
|
|
12790
|
+
margin-right: -1.75rem !important;
|
|
12791
|
+
margin-left: -1.75rem !important;
|
|
12792
|
+
}
|
|
12793
|
+
.mx-md-n4-5 {
|
|
12794
|
+
margin-right: -2rem !important;
|
|
12795
|
+
margin-left: -2rem !important;
|
|
12796
|
+
}
|
|
12797
|
+
.mx-md-n4-75 {
|
|
12798
|
+
margin-right: -2.5rem !important;
|
|
12799
|
+
margin-left: -2.5rem !important;
|
|
12800
|
+
}
|
|
12433
12801
|
.my-md-n1 {
|
|
12434
12802
|
margin-top: -0.25rem !important;
|
|
12435
12803
|
margin-bottom: -0.25rem !important;
|
|
@@ -12450,6 +12818,30 @@ svg {
|
|
|
12450
12818
|
margin-top: -3rem !important;
|
|
12451
12819
|
margin-bottom: -3rem !important;
|
|
12452
12820
|
}
|
|
12821
|
+
.my-md-n1-5 {
|
|
12822
|
+
margin-top: -0.375rem !important;
|
|
12823
|
+
margin-bottom: -0.375rem !important;
|
|
12824
|
+
}
|
|
12825
|
+
.my-md-n2-5 {
|
|
12826
|
+
margin-top: -0.75rem !important;
|
|
12827
|
+
margin-bottom: -0.75rem !important;
|
|
12828
|
+
}
|
|
12829
|
+
.my-md-n3-5 {
|
|
12830
|
+
margin-top: -1.25rem !important;
|
|
12831
|
+
margin-bottom: -1.25rem !important;
|
|
12832
|
+
}
|
|
12833
|
+
.my-md-n4-25 {
|
|
12834
|
+
margin-top: -1.75rem !important;
|
|
12835
|
+
margin-bottom: -1.75rem !important;
|
|
12836
|
+
}
|
|
12837
|
+
.my-md-n4-5 {
|
|
12838
|
+
margin-top: -2rem !important;
|
|
12839
|
+
margin-bottom: -2rem !important;
|
|
12840
|
+
}
|
|
12841
|
+
.my-md-n4-75 {
|
|
12842
|
+
margin-top: -2.5rem !important;
|
|
12843
|
+
margin-bottom: -2.5rem !important;
|
|
12844
|
+
}
|
|
12453
12845
|
.mt-md-n1 {
|
|
12454
12846
|
margin-top: -0.25rem !important;
|
|
12455
12847
|
}
|
|
@@ -12465,6 +12857,24 @@ svg {
|
|
|
12465
12857
|
.mt-md-n5 {
|
|
12466
12858
|
margin-top: -3rem !important;
|
|
12467
12859
|
}
|
|
12860
|
+
.mt-md-n1-5 {
|
|
12861
|
+
margin-top: -0.375rem !important;
|
|
12862
|
+
}
|
|
12863
|
+
.mt-md-n2-5 {
|
|
12864
|
+
margin-top: -0.75rem !important;
|
|
12865
|
+
}
|
|
12866
|
+
.mt-md-n3-5 {
|
|
12867
|
+
margin-top: -1.25rem !important;
|
|
12868
|
+
}
|
|
12869
|
+
.mt-md-n4-25 {
|
|
12870
|
+
margin-top: -1.75rem !important;
|
|
12871
|
+
}
|
|
12872
|
+
.mt-md-n4-5 {
|
|
12873
|
+
margin-top: -2rem !important;
|
|
12874
|
+
}
|
|
12875
|
+
.mt-md-n4-75 {
|
|
12876
|
+
margin-top: -2.5rem !important;
|
|
12877
|
+
}
|
|
12468
12878
|
.me-md-n1 {
|
|
12469
12879
|
margin-right: -0.25rem !important;
|
|
12470
12880
|
}
|
|
@@ -12480,6 +12890,24 @@ svg {
|
|
|
12480
12890
|
.me-md-n5 {
|
|
12481
12891
|
margin-right: -3rem !important;
|
|
12482
12892
|
}
|
|
12893
|
+
.me-md-n1-5 {
|
|
12894
|
+
margin-right: -0.375rem !important;
|
|
12895
|
+
}
|
|
12896
|
+
.me-md-n2-5 {
|
|
12897
|
+
margin-right: -0.75rem !important;
|
|
12898
|
+
}
|
|
12899
|
+
.me-md-n3-5 {
|
|
12900
|
+
margin-right: -1.25rem !important;
|
|
12901
|
+
}
|
|
12902
|
+
.me-md-n4-25 {
|
|
12903
|
+
margin-right: -1.75rem !important;
|
|
12904
|
+
}
|
|
12905
|
+
.me-md-n4-5 {
|
|
12906
|
+
margin-right: -2rem !important;
|
|
12907
|
+
}
|
|
12908
|
+
.me-md-n4-75 {
|
|
12909
|
+
margin-right: -2.5rem !important;
|
|
12910
|
+
}
|
|
12483
12911
|
.mb-md-n1 {
|
|
12484
12912
|
margin-bottom: -0.25rem !important;
|
|
12485
12913
|
}
|
|
@@ -12495,10 +12923,28 @@ svg {
|
|
|
12495
12923
|
.mb-md-n5 {
|
|
12496
12924
|
margin-bottom: -3rem !important;
|
|
12497
12925
|
}
|
|
12498
|
-
.
|
|
12499
|
-
margin-
|
|
12926
|
+
.mb-md-n1-5 {
|
|
12927
|
+
margin-bottom: -0.375rem !important;
|
|
12500
12928
|
}
|
|
12501
|
-
.
|
|
12929
|
+
.mb-md-n2-5 {
|
|
12930
|
+
margin-bottom: -0.75rem !important;
|
|
12931
|
+
}
|
|
12932
|
+
.mb-md-n3-5 {
|
|
12933
|
+
margin-bottom: -1.25rem !important;
|
|
12934
|
+
}
|
|
12935
|
+
.mb-md-n4-25 {
|
|
12936
|
+
margin-bottom: -1.75rem !important;
|
|
12937
|
+
}
|
|
12938
|
+
.mb-md-n4-5 {
|
|
12939
|
+
margin-bottom: -2rem !important;
|
|
12940
|
+
}
|
|
12941
|
+
.mb-md-n4-75 {
|
|
12942
|
+
margin-bottom: -2.5rem !important;
|
|
12943
|
+
}
|
|
12944
|
+
.ms-md-n1 {
|
|
12945
|
+
margin-left: -0.25rem !important;
|
|
12946
|
+
}
|
|
12947
|
+
.ms-md-n2 {
|
|
12502
12948
|
margin-left: -0.5rem !important;
|
|
12503
12949
|
}
|
|
12504
12950
|
.ms-md-n3 {
|
|
@@ -12510,6 +12956,24 @@ svg {
|
|
|
12510
12956
|
.ms-md-n5 {
|
|
12511
12957
|
margin-left: -3rem !important;
|
|
12512
12958
|
}
|
|
12959
|
+
.ms-md-n1-5 {
|
|
12960
|
+
margin-left: -0.375rem !important;
|
|
12961
|
+
}
|
|
12962
|
+
.ms-md-n2-5 {
|
|
12963
|
+
margin-left: -0.75rem !important;
|
|
12964
|
+
}
|
|
12965
|
+
.ms-md-n3-5 {
|
|
12966
|
+
margin-left: -1.25rem !important;
|
|
12967
|
+
}
|
|
12968
|
+
.ms-md-n4-25 {
|
|
12969
|
+
margin-left: -1.75rem !important;
|
|
12970
|
+
}
|
|
12971
|
+
.ms-md-n4-5 {
|
|
12972
|
+
margin-left: -2rem !important;
|
|
12973
|
+
}
|
|
12974
|
+
.ms-md-n4-75 {
|
|
12975
|
+
margin-left: -2.5rem !important;
|
|
12976
|
+
}
|
|
12513
12977
|
.p-md-0 {
|
|
12514
12978
|
padding: 0 !important;
|
|
12515
12979
|
}
|
|
@@ -13510,6 +13974,24 @@ svg {
|
|
|
13510
13974
|
.m-lg-n5 {
|
|
13511
13975
|
margin: -3rem !important;
|
|
13512
13976
|
}
|
|
13977
|
+
.m-lg-n1-5 {
|
|
13978
|
+
margin: -0.375rem !important;
|
|
13979
|
+
}
|
|
13980
|
+
.m-lg-n2-5 {
|
|
13981
|
+
margin: -0.75rem !important;
|
|
13982
|
+
}
|
|
13983
|
+
.m-lg-n3-5 {
|
|
13984
|
+
margin: -1.25rem !important;
|
|
13985
|
+
}
|
|
13986
|
+
.m-lg-n4-25 {
|
|
13987
|
+
margin: -1.75rem !important;
|
|
13988
|
+
}
|
|
13989
|
+
.m-lg-n4-5 {
|
|
13990
|
+
margin: -2rem !important;
|
|
13991
|
+
}
|
|
13992
|
+
.m-lg-n4-75 {
|
|
13993
|
+
margin: -2.5rem !important;
|
|
13994
|
+
}
|
|
13513
13995
|
.mx-lg-n1 {
|
|
13514
13996
|
margin-right: -0.25rem !important;
|
|
13515
13997
|
margin-left: -0.25rem !important;
|
|
@@ -13530,6 +14012,30 @@ svg {
|
|
|
13530
14012
|
margin-right: -3rem !important;
|
|
13531
14013
|
margin-left: -3rem !important;
|
|
13532
14014
|
}
|
|
14015
|
+
.mx-lg-n1-5 {
|
|
14016
|
+
margin-right: -0.375rem !important;
|
|
14017
|
+
margin-left: -0.375rem !important;
|
|
14018
|
+
}
|
|
14019
|
+
.mx-lg-n2-5 {
|
|
14020
|
+
margin-right: -0.75rem !important;
|
|
14021
|
+
margin-left: -0.75rem !important;
|
|
14022
|
+
}
|
|
14023
|
+
.mx-lg-n3-5 {
|
|
14024
|
+
margin-right: -1.25rem !important;
|
|
14025
|
+
margin-left: -1.25rem !important;
|
|
14026
|
+
}
|
|
14027
|
+
.mx-lg-n4-25 {
|
|
14028
|
+
margin-right: -1.75rem !important;
|
|
14029
|
+
margin-left: -1.75rem !important;
|
|
14030
|
+
}
|
|
14031
|
+
.mx-lg-n4-5 {
|
|
14032
|
+
margin-right: -2rem !important;
|
|
14033
|
+
margin-left: -2rem !important;
|
|
14034
|
+
}
|
|
14035
|
+
.mx-lg-n4-75 {
|
|
14036
|
+
margin-right: -2.5rem !important;
|
|
14037
|
+
margin-left: -2.5rem !important;
|
|
14038
|
+
}
|
|
13533
14039
|
.my-lg-n1 {
|
|
13534
14040
|
margin-top: -0.25rem !important;
|
|
13535
14041
|
margin-bottom: -0.25rem !important;
|
|
@@ -13550,6 +14056,30 @@ svg {
|
|
|
13550
14056
|
margin-top: -3rem !important;
|
|
13551
14057
|
margin-bottom: -3rem !important;
|
|
13552
14058
|
}
|
|
14059
|
+
.my-lg-n1-5 {
|
|
14060
|
+
margin-top: -0.375rem !important;
|
|
14061
|
+
margin-bottom: -0.375rem !important;
|
|
14062
|
+
}
|
|
14063
|
+
.my-lg-n2-5 {
|
|
14064
|
+
margin-top: -0.75rem !important;
|
|
14065
|
+
margin-bottom: -0.75rem !important;
|
|
14066
|
+
}
|
|
14067
|
+
.my-lg-n3-5 {
|
|
14068
|
+
margin-top: -1.25rem !important;
|
|
14069
|
+
margin-bottom: -1.25rem !important;
|
|
14070
|
+
}
|
|
14071
|
+
.my-lg-n4-25 {
|
|
14072
|
+
margin-top: -1.75rem !important;
|
|
14073
|
+
margin-bottom: -1.75rem !important;
|
|
14074
|
+
}
|
|
14075
|
+
.my-lg-n4-5 {
|
|
14076
|
+
margin-top: -2rem !important;
|
|
14077
|
+
margin-bottom: -2rem !important;
|
|
14078
|
+
}
|
|
14079
|
+
.my-lg-n4-75 {
|
|
14080
|
+
margin-top: -2.5rem !important;
|
|
14081
|
+
margin-bottom: -2.5rem !important;
|
|
14082
|
+
}
|
|
13553
14083
|
.mt-lg-n1 {
|
|
13554
14084
|
margin-top: -0.25rem !important;
|
|
13555
14085
|
}
|
|
@@ -13565,6 +14095,24 @@ svg {
|
|
|
13565
14095
|
.mt-lg-n5 {
|
|
13566
14096
|
margin-top: -3rem !important;
|
|
13567
14097
|
}
|
|
14098
|
+
.mt-lg-n1-5 {
|
|
14099
|
+
margin-top: -0.375rem !important;
|
|
14100
|
+
}
|
|
14101
|
+
.mt-lg-n2-5 {
|
|
14102
|
+
margin-top: -0.75rem !important;
|
|
14103
|
+
}
|
|
14104
|
+
.mt-lg-n3-5 {
|
|
14105
|
+
margin-top: -1.25rem !important;
|
|
14106
|
+
}
|
|
14107
|
+
.mt-lg-n4-25 {
|
|
14108
|
+
margin-top: -1.75rem !important;
|
|
14109
|
+
}
|
|
14110
|
+
.mt-lg-n4-5 {
|
|
14111
|
+
margin-top: -2rem !important;
|
|
14112
|
+
}
|
|
14113
|
+
.mt-lg-n4-75 {
|
|
14114
|
+
margin-top: -2.5rem !important;
|
|
14115
|
+
}
|
|
13568
14116
|
.me-lg-n1 {
|
|
13569
14117
|
margin-right: -0.25rem !important;
|
|
13570
14118
|
}
|
|
@@ -13580,6 +14128,24 @@ svg {
|
|
|
13580
14128
|
.me-lg-n5 {
|
|
13581
14129
|
margin-right: -3rem !important;
|
|
13582
14130
|
}
|
|
14131
|
+
.me-lg-n1-5 {
|
|
14132
|
+
margin-right: -0.375rem !important;
|
|
14133
|
+
}
|
|
14134
|
+
.me-lg-n2-5 {
|
|
14135
|
+
margin-right: -0.75rem !important;
|
|
14136
|
+
}
|
|
14137
|
+
.me-lg-n3-5 {
|
|
14138
|
+
margin-right: -1.25rem !important;
|
|
14139
|
+
}
|
|
14140
|
+
.me-lg-n4-25 {
|
|
14141
|
+
margin-right: -1.75rem !important;
|
|
14142
|
+
}
|
|
14143
|
+
.me-lg-n4-5 {
|
|
14144
|
+
margin-right: -2rem !important;
|
|
14145
|
+
}
|
|
14146
|
+
.me-lg-n4-75 {
|
|
14147
|
+
margin-right: -2.5rem !important;
|
|
14148
|
+
}
|
|
13583
14149
|
.mb-lg-n1 {
|
|
13584
14150
|
margin-bottom: -0.25rem !important;
|
|
13585
14151
|
}
|
|
@@ -13595,6 +14161,24 @@ svg {
|
|
|
13595
14161
|
.mb-lg-n5 {
|
|
13596
14162
|
margin-bottom: -3rem !important;
|
|
13597
14163
|
}
|
|
14164
|
+
.mb-lg-n1-5 {
|
|
14165
|
+
margin-bottom: -0.375rem !important;
|
|
14166
|
+
}
|
|
14167
|
+
.mb-lg-n2-5 {
|
|
14168
|
+
margin-bottom: -0.75rem !important;
|
|
14169
|
+
}
|
|
14170
|
+
.mb-lg-n3-5 {
|
|
14171
|
+
margin-bottom: -1.25rem !important;
|
|
14172
|
+
}
|
|
14173
|
+
.mb-lg-n4-25 {
|
|
14174
|
+
margin-bottom: -1.75rem !important;
|
|
14175
|
+
}
|
|
14176
|
+
.mb-lg-n4-5 {
|
|
14177
|
+
margin-bottom: -2rem !important;
|
|
14178
|
+
}
|
|
14179
|
+
.mb-lg-n4-75 {
|
|
14180
|
+
margin-bottom: -2.5rem !important;
|
|
14181
|
+
}
|
|
13598
14182
|
.ms-lg-n1 {
|
|
13599
14183
|
margin-left: -0.25rem !important;
|
|
13600
14184
|
}
|
|
@@ -13610,6 +14194,24 @@ svg {
|
|
|
13610
14194
|
.ms-lg-n5 {
|
|
13611
14195
|
margin-left: -3rem !important;
|
|
13612
14196
|
}
|
|
14197
|
+
.ms-lg-n1-5 {
|
|
14198
|
+
margin-left: -0.375rem !important;
|
|
14199
|
+
}
|
|
14200
|
+
.ms-lg-n2-5 {
|
|
14201
|
+
margin-left: -0.75rem !important;
|
|
14202
|
+
}
|
|
14203
|
+
.ms-lg-n3-5 {
|
|
14204
|
+
margin-left: -1.25rem !important;
|
|
14205
|
+
}
|
|
14206
|
+
.ms-lg-n4-25 {
|
|
14207
|
+
margin-left: -1.75rem !important;
|
|
14208
|
+
}
|
|
14209
|
+
.ms-lg-n4-5 {
|
|
14210
|
+
margin-left: -2rem !important;
|
|
14211
|
+
}
|
|
14212
|
+
.ms-lg-n4-75 {
|
|
14213
|
+
margin-left: -2.5rem !important;
|
|
14214
|
+
}
|
|
13613
14215
|
.p-lg-0 {
|
|
13614
14216
|
padding: 0 !important;
|
|
13615
14217
|
}
|
|
@@ -14610,6 +15212,24 @@ svg {
|
|
|
14610
15212
|
.m-xl-n5 {
|
|
14611
15213
|
margin: -3rem !important;
|
|
14612
15214
|
}
|
|
15215
|
+
.m-xl-n1-5 {
|
|
15216
|
+
margin: -0.375rem !important;
|
|
15217
|
+
}
|
|
15218
|
+
.m-xl-n2-5 {
|
|
15219
|
+
margin: -0.75rem !important;
|
|
15220
|
+
}
|
|
15221
|
+
.m-xl-n3-5 {
|
|
15222
|
+
margin: -1.25rem !important;
|
|
15223
|
+
}
|
|
15224
|
+
.m-xl-n4-25 {
|
|
15225
|
+
margin: -1.75rem !important;
|
|
15226
|
+
}
|
|
15227
|
+
.m-xl-n4-5 {
|
|
15228
|
+
margin: -2rem !important;
|
|
15229
|
+
}
|
|
15230
|
+
.m-xl-n4-75 {
|
|
15231
|
+
margin: -2.5rem !important;
|
|
15232
|
+
}
|
|
14613
15233
|
.mx-xl-n1 {
|
|
14614
15234
|
margin-right: -0.25rem !important;
|
|
14615
15235
|
margin-left: -0.25rem !important;
|
|
@@ -14630,6 +15250,30 @@ svg {
|
|
|
14630
15250
|
margin-right: -3rem !important;
|
|
14631
15251
|
margin-left: -3rem !important;
|
|
14632
15252
|
}
|
|
15253
|
+
.mx-xl-n1-5 {
|
|
15254
|
+
margin-right: -0.375rem !important;
|
|
15255
|
+
margin-left: -0.375rem !important;
|
|
15256
|
+
}
|
|
15257
|
+
.mx-xl-n2-5 {
|
|
15258
|
+
margin-right: -0.75rem !important;
|
|
15259
|
+
margin-left: -0.75rem !important;
|
|
15260
|
+
}
|
|
15261
|
+
.mx-xl-n3-5 {
|
|
15262
|
+
margin-right: -1.25rem !important;
|
|
15263
|
+
margin-left: -1.25rem !important;
|
|
15264
|
+
}
|
|
15265
|
+
.mx-xl-n4-25 {
|
|
15266
|
+
margin-right: -1.75rem !important;
|
|
15267
|
+
margin-left: -1.75rem !important;
|
|
15268
|
+
}
|
|
15269
|
+
.mx-xl-n4-5 {
|
|
15270
|
+
margin-right: -2rem !important;
|
|
15271
|
+
margin-left: -2rem !important;
|
|
15272
|
+
}
|
|
15273
|
+
.mx-xl-n4-75 {
|
|
15274
|
+
margin-right: -2.5rem !important;
|
|
15275
|
+
margin-left: -2.5rem !important;
|
|
15276
|
+
}
|
|
14633
15277
|
.my-xl-n1 {
|
|
14634
15278
|
margin-top: -0.25rem !important;
|
|
14635
15279
|
margin-bottom: -0.25rem !important;
|
|
@@ -14650,6 +15294,30 @@ svg {
|
|
|
14650
15294
|
margin-top: -3rem !important;
|
|
14651
15295
|
margin-bottom: -3rem !important;
|
|
14652
15296
|
}
|
|
15297
|
+
.my-xl-n1-5 {
|
|
15298
|
+
margin-top: -0.375rem !important;
|
|
15299
|
+
margin-bottom: -0.375rem !important;
|
|
15300
|
+
}
|
|
15301
|
+
.my-xl-n2-5 {
|
|
15302
|
+
margin-top: -0.75rem !important;
|
|
15303
|
+
margin-bottom: -0.75rem !important;
|
|
15304
|
+
}
|
|
15305
|
+
.my-xl-n3-5 {
|
|
15306
|
+
margin-top: -1.25rem !important;
|
|
15307
|
+
margin-bottom: -1.25rem !important;
|
|
15308
|
+
}
|
|
15309
|
+
.my-xl-n4-25 {
|
|
15310
|
+
margin-top: -1.75rem !important;
|
|
15311
|
+
margin-bottom: -1.75rem !important;
|
|
15312
|
+
}
|
|
15313
|
+
.my-xl-n4-5 {
|
|
15314
|
+
margin-top: -2rem !important;
|
|
15315
|
+
margin-bottom: -2rem !important;
|
|
15316
|
+
}
|
|
15317
|
+
.my-xl-n4-75 {
|
|
15318
|
+
margin-top: -2.5rem !important;
|
|
15319
|
+
margin-bottom: -2.5rem !important;
|
|
15320
|
+
}
|
|
14653
15321
|
.mt-xl-n1 {
|
|
14654
15322
|
margin-top: -0.25rem !important;
|
|
14655
15323
|
}
|
|
@@ -14665,6 +15333,24 @@ svg {
|
|
|
14665
15333
|
.mt-xl-n5 {
|
|
14666
15334
|
margin-top: -3rem !important;
|
|
14667
15335
|
}
|
|
15336
|
+
.mt-xl-n1-5 {
|
|
15337
|
+
margin-top: -0.375rem !important;
|
|
15338
|
+
}
|
|
15339
|
+
.mt-xl-n2-5 {
|
|
15340
|
+
margin-top: -0.75rem !important;
|
|
15341
|
+
}
|
|
15342
|
+
.mt-xl-n3-5 {
|
|
15343
|
+
margin-top: -1.25rem !important;
|
|
15344
|
+
}
|
|
15345
|
+
.mt-xl-n4-25 {
|
|
15346
|
+
margin-top: -1.75rem !important;
|
|
15347
|
+
}
|
|
15348
|
+
.mt-xl-n4-5 {
|
|
15349
|
+
margin-top: -2rem !important;
|
|
15350
|
+
}
|
|
15351
|
+
.mt-xl-n4-75 {
|
|
15352
|
+
margin-top: -2.5rem !important;
|
|
15353
|
+
}
|
|
14668
15354
|
.me-xl-n1 {
|
|
14669
15355
|
margin-right: -0.25rem !important;
|
|
14670
15356
|
}
|
|
@@ -14680,6 +15366,24 @@ svg {
|
|
|
14680
15366
|
.me-xl-n5 {
|
|
14681
15367
|
margin-right: -3rem !important;
|
|
14682
15368
|
}
|
|
15369
|
+
.me-xl-n1-5 {
|
|
15370
|
+
margin-right: -0.375rem !important;
|
|
15371
|
+
}
|
|
15372
|
+
.me-xl-n2-5 {
|
|
15373
|
+
margin-right: -0.75rem !important;
|
|
15374
|
+
}
|
|
15375
|
+
.me-xl-n3-5 {
|
|
15376
|
+
margin-right: -1.25rem !important;
|
|
15377
|
+
}
|
|
15378
|
+
.me-xl-n4-25 {
|
|
15379
|
+
margin-right: -1.75rem !important;
|
|
15380
|
+
}
|
|
15381
|
+
.me-xl-n4-5 {
|
|
15382
|
+
margin-right: -2rem !important;
|
|
15383
|
+
}
|
|
15384
|
+
.me-xl-n4-75 {
|
|
15385
|
+
margin-right: -2.5rem !important;
|
|
15386
|
+
}
|
|
14683
15387
|
.mb-xl-n1 {
|
|
14684
15388
|
margin-bottom: -0.25rem !important;
|
|
14685
15389
|
}
|
|
@@ -14695,6 +15399,24 @@ svg {
|
|
|
14695
15399
|
.mb-xl-n5 {
|
|
14696
15400
|
margin-bottom: -3rem !important;
|
|
14697
15401
|
}
|
|
15402
|
+
.mb-xl-n1-5 {
|
|
15403
|
+
margin-bottom: -0.375rem !important;
|
|
15404
|
+
}
|
|
15405
|
+
.mb-xl-n2-5 {
|
|
15406
|
+
margin-bottom: -0.75rem !important;
|
|
15407
|
+
}
|
|
15408
|
+
.mb-xl-n3-5 {
|
|
15409
|
+
margin-bottom: -1.25rem !important;
|
|
15410
|
+
}
|
|
15411
|
+
.mb-xl-n4-25 {
|
|
15412
|
+
margin-bottom: -1.75rem !important;
|
|
15413
|
+
}
|
|
15414
|
+
.mb-xl-n4-5 {
|
|
15415
|
+
margin-bottom: -2rem !important;
|
|
15416
|
+
}
|
|
15417
|
+
.mb-xl-n4-75 {
|
|
15418
|
+
margin-bottom: -2.5rem !important;
|
|
15419
|
+
}
|
|
14698
15420
|
.ms-xl-n1 {
|
|
14699
15421
|
margin-left: -0.25rem !important;
|
|
14700
15422
|
}
|
|
@@ -14710,6 +15432,24 @@ svg {
|
|
|
14710
15432
|
.ms-xl-n5 {
|
|
14711
15433
|
margin-left: -3rem !important;
|
|
14712
15434
|
}
|
|
15435
|
+
.ms-xl-n1-5 {
|
|
15436
|
+
margin-left: -0.375rem !important;
|
|
15437
|
+
}
|
|
15438
|
+
.ms-xl-n2-5 {
|
|
15439
|
+
margin-left: -0.75rem !important;
|
|
15440
|
+
}
|
|
15441
|
+
.ms-xl-n3-5 {
|
|
15442
|
+
margin-left: -1.25rem !important;
|
|
15443
|
+
}
|
|
15444
|
+
.ms-xl-n4-25 {
|
|
15445
|
+
margin-left: -1.75rem !important;
|
|
15446
|
+
}
|
|
15447
|
+
.ms-xl-n4-5 {
|
|
15448
|
+
margin-left: -2rem !important;
|
|
15449
|
+
}
|
|
15450
|
+
.ms-xl-n4-75 {
|
|
15451
|
+
margin-left: -2.5rem !important;
|
|
15452
|
+
}
|
|
14713
15453
|
.p-xl-0 {
|
|
14714
15454
|
padding: 0 !important;
|
|
14715
15455
|
}
|
|
@@ -15710,6 +16450,24 @@ svg {
|
|
|
15710
16450
|
.m-xxl-n5 {
|
|
15711
16451
|
margin: -3rem !important;
|
|
15712
16452
|
}
|
|
16453
|
+
.m-xxl-n1-5 {
|
|
16454
|
+
margin: -0.375rem !important;
|
|
16455
|
+
}
|
|
16456
|
+
.m-xxl-n2-5 {
|
|
16457
|
+
margin: -0.75rem !important;
|
|
16458
|
+
}
|
|
16459
|
+
.m-xxl-n3-5 {
|
|
16460
|
+
margin: -1.25rem !important;
|
|
16461
|
+
}
|
|
16462
|
+
.m-xxl-n4-25 {
|
|
16463
|
+
margin: -1.75rem !important;
|
|
16464
|
+
}
|
|
16465
|
+
.m-xxl-n4-5 {
|
|
16466
|
+
margin: -2rem !important;
|
|
16467
|
+
}
|
|
16468
|
+
.m-xxl-n4-75 {
|
|
16469
|
+
margin: -2.5rem !important;
|
|
16470
|
+
}
|
|
15713
16471
|
.mx-xxl-n1 {
|
|
15714
16472
|
margin-right: -0.25rem !important;
|
|
15715
16473
|
margin-left: -0.25rem !important;
|
|
@@ -15730,6 +16488,30 @@ svg {
|
|
|
15730
16488
|
margin-right: -3rem !important;
|
|
15731
16489
|
margin-left: -3rem !important;
|
|
15732
16490
|
}
|
|
16491
|
+
.mx-xxl-n1-5 {
|
|
16492
|
+
margin-right: -0.375rem !important;
|
|
16493
|
+
margin-left: -0.375rem !important;
|
|
16494
|
+
}
|
|
16495
|
+
.mx-xxl-n2-5 {
|
|
16496
|
+
margin-right: -0.75rem !important;
|
|
16497
|
+
margin-left: -0.75rem !important;
|
|
16498
|
+
}
|
|
16499
|
+
.mx-xxl-n3-5 {
|
|
16500
|
+
margin-right: -1.25rem !important;
|
|
16501
|
+
margin-left: -1.25rem !important;
|
|
16502
|
+
}
|
|
16503
|
+
.mx-xxl-n4-25 {
|
|
16504
|
+
margin-right: -1.75rem !important;
|
|
16505
|
+
margin-left: -1.75rem !important;
|
|
16506
|
+
}
|
|
16507
|
+
.mx-xxl-n4-5 {
|
|
16508
|
+
margin-right: -2rem !important;
|
|
16509
|
+
margin-left: -2rem !important;
|
|
16510
|
+
}
|
|
16511
|
+
.mx-xxl-n4-75 {
|
|
16512
|
+
margin-right: -2.5rem !important;
|
|
16513
|
+
margin-left: -2.5rem !important;
|
|
16514
|
+
}
|
|
15733
16515
|
.my-xxl-n1 {
|
|
15734
16516
|
margin-top: -0.25rem !important;
|
|
15735
16517
|
margin-bottom: -0.25rem !important;
|
|
@@ -15750,6 +16532,30 @@ svg {
|
|
|
15750
16532
|
margin-top: -3rem !important;
|
|
15751
16533
|
margin-bottom: -3rem !important;
|
|
15752
16534
|
}
|
|
16535
|
+
.my-xxl-n1-5 {
|
|
16536
|
+
margin-top: -0.375rem !important;
|
|
16537
|
+
margin-bottom: -0.375rem !important;
|
|
16538
|
+
}
|
|
16539
|
+
.my-xxl-n2-5 {
|
|
16540
|
+
margin-top: -0.75rem !important;
|
|
16541
|
+
margin-bottom: -0.75rem !important;
|
|
16542
|
+
}
|
|
16543
|
+
.my-xxl-n3-5 {
|
|
16544
|
+
margin-top: -1.25rem !important;
|
|
16545
|
+
margin-bottom: -1.25rem !important;
|
|
16546
|
+
}
|
|
16547
|
+
.my-xxl-n4-25 {
|
|
16548
|
+
margin-top: -1.75rem !important;
|
|
16549
|
+
margin-bottom: -1.75rem !important;
|
|
16550
|
+
}
|
|
16551
|
+
.my-xxl-n4-5 {
|
|
16552
|
+
margin-top: -2rem !important;
|
|
16553
|
+
margin-bottom: -2rem !important;
|
|
16554
|
+
}
|
|
16555
|
+
.my-xxl-n4-75 {
|
|
16556
|
+
margin-top: -2.5rem !important;
|
|
16557
|
+
margin-bottom: -2.5rem !important;
|
|
16558
|
+
}
|
|
15753
16559
|
.mt-xxl-n1 {
|
|
15754
16560
|
margin-top: -0.25rem !important;
|
|
15755
16561
|
}
|
|
@@ -15765,6 +16571,24 @@ svg {
|
|
|
15765
16571
|
.mt-xxl-n5 {
|
|
15766
16572
|
margin-top: -3rem !important;
|
|
15767
16573
|
}
|
|
16574
|
+
.mt-xxl-n1-5 {
|
|
16575
|
+
margin-top: -0.375rem !important;
|
|
16576
|
+
}
|
|
16577
|
+
.mt-xxl-n2-5 {
|
|
16578
|
+
margin-top: -0.75rem !important;
|
|
16579
|
+
}
|
|
16580
|
+
.mt-xxl-n3-5 {
|
|
16581
|
+
margin-top: -1.25rem !important;
|
|
16582
|
+
}
|
|
16583
|
+
.mt-xxl-n4-25 {
|
|
16584
|
+
margin-top: -1.75rem !important;
|
|
16585
|
+
}
|
|
16586
|
+
.mt-xxl-n4-5 {
|
|
16587
|
+
margin-top: -2rem !important;
|
|
16588
|
+
}
|
|
16589
|
+
.mt-xxl-n4-75 {
|
|
16590
|
+
margin-top: -2.5rem !important;
|
|
16591
|
+
}
|
|
15768
16592
|
.me-xxl-n1 {
|
|
15769
16593
|
margin-right: -0.25rem !important;
|
|
15770
16594
|
}
|
|
@@ -15780,6 +16604,24 @@ svg {
|
|
|
15780
16604
|
.me-xxl-n5 {
|
|
15781
16605
|
margin-right: -3rem !important;
|
|
15782
16606
|
}
|
|
16607
|
+
.me-xxl-n1-5 {
|
|
16608
|
+
margin-right: -0.375rem !important;
|
|
16609
|
+
}
|
|
16610
|
+
.me-xxl-n2-5 {
|
|
16611
|
+
margin-right: -0.75rem !important;
|
|
16612
|
+
}
|
|
16613
|
+
.me-xxl-n3-5 {
|
|
16614
|
+
margin-right: -1.25rem !important;
|
|
16615
|
+
}
|
|
16616
|
+
.me-xxl-n4-25 {
|
|
16617
|
+
margin-right: -1.75rem !important;
|
|
16618
|
+
}
|
|
16619
|
+
.me-xxl-n4-5 {
|
|
16620
|
+
margin-right: -2rem !important;
|
|
16621
|
+
}
|
|
16622
|
+
.me-xxl-n4-75 {
|
|
16623
|
+
margin-right: -2.5rem !important;
|
|
16624
|
+
}
|
|
15783
16625
|
.mb-xxl-n1 {
|
|
15784
16626
|
margin-bottom: -0.25rem !important;
|
|
15785
16627
|
}
|
|
@@ -15795,6 +16637,24 @@ svg {
|
|
|
15795
16637
|
.mb-xxl-n5 {
|
|
15796
16638
|
margin-bottom: -3rem !important;
|
|
15797
16639
|
}
|
|
16640
|
+
.mb-xxl-n1-5 {
|
|
16641
|
+
margin-bottom: -0.375rem !important;
|
|
16642
|
+
}
|
|
16643
|
+
.mb-xxl-n2-5 {
|
|
16644
|
+
margin-bottom: -0.75rem !important;
|
|
16645
|
+
}
|
|
16646
|
+
.mb-xxl-n3-5 {
|
|
16647
|
+
margin-bottom: -1.25rem !important;
|
|
16648
|
+
}
|
|
16649
|
+
.mb-xxl-n4-25 {
|
|
16650
|
+
margin-bottom: -1.75rem !important;
|
|
16651
|
+
}
|
|
16652
|
+
.mb-xxl-n4-5 {
|
|
16653
|
+
margin-bottom: -2rem !important;
|
|
16654
|
+
}
|
|
16655
|
+
.mb-xxl-n4-75 {
|
|
16656
|
+
margin-bottom: -2.5rem !important;
|
|
16657
|
+
}
|
|
15798
16658
|
.ms-xxl-n1 {
|
|
15799
16659
|
margin-left: -0.25rem !important;
|
|
15800
16660
|
}
|
|
@@ -15810,6 +16670,24 @@ svg {
|
|
|
15810
16670
|
.ms-xxl-n5 {
|
|
15811
16671
|
margin-left: -3rem !important;
|
|
15812
16672
|
}
|
|
16673
|
+
.ms-xxl-n1-5 {
|
|
16674
|
+
margin-left: -0.375rem !important;
|
|
16675
|
+
}
|
|
16676
|
+
.ms-xxl-n2-5 {
|
|
16677
|
+
margin-left: -0.75rem !important;
|
|
16678
|
+
}
|
|
16679
|
+
.ms-xxl-n3-5 {
|
|
16680
|
+
margin-left: -1.25rem !important;
|
|
16681
|
+
}
|
|
16682
|
+
.ms-xxl-n4-25 {
|
|
16683
|
+
margin-left: -1.75rem !important;
|
|
16684
|
+
}
|
|
16685
|
+
.ms-xxl-n4-5 {
|
|
16686
|
+
margin-left: -2rem !important;
|
|
16687
|
+
}
|
|
16688
|
+
.ms-xxl-n4-75 {
|
|
16689
|
+
margin-left: -2.5rem !important;
|
|
16690
|
+
}
|
|
15813
16691
|
.p-xxl-0 {
|
|
15814
16692
|
padding: 0 !important;
|
|
15815
16693
|
}
|
|
@@ -17827,6 +18705,24 @@ select.multi-select {
|
|
|
17827
18705
|
color: #6c757d;
|
|
17828
18706
|
}
|
|
17829
18707
|
|
|
18708
|
+
.ss-main.ss-1.form-select.is-invalid, .ss-main.ss-1.form-select.is-valid {
|
|
18709
|
+
background: none;
|
|
18710
|
+
padding: 0;
|
|
18711
|
+
}
|
|
18712
|
+
.ss-main.ss-1.form-select {
|
|
18713
|
+
border: none;
|
|
18714
|
+
background: none;
|
|
18715
|
+
padding: 0.075rem 0 0.075rem 0.3rem;
|
|
18716
|
+
}
|
|
18717
|
+
.ss-main.ss-1 .ss-single-selected {
|
|
18718
|
+
min-height: 37px;
|
|
18719
|
+
}
|
|
18720
|
+
.ss-main.ss-1 .ss-single-selected .placeholder {
|
|
18721
|
+
background: none;
|
|
18722
|
+
cursor: pointer;
|
|
18723
|
+
opacity: 1;
|
|
18724
|
+
}
|
|
18725
|
+
|
|
17830
18726
|
.ss-main.multi-select.is-invalid .ss-multi-selected,
|
|
17831
18727
|
.ss-main.multi-select.is-valid .ss-multi-selected,
|
|
17832
18728
|
.was-validated .multi-select:invalid + .ss-main.multi-select .ss-multi-selected,
|
|
@@ -17877,60 +18773,655 @@ select.multi-select {
|
|
|
17877
18773
|
background-position: right 1.6rem center;
|
|
17878
18774
|
}
|
|
17879
18775
|
}
|
|
17880
|
-
|
|
17881
|
-
|
|
17882
|
-
|
|
18776
|
+
/* stylelint-disable selector-no-qualifying-type,
|
|
18777
|
+
selector-max-class, selector-max-compound-selectors,
|
|
18778
|
+
no-descending-specificity,
|
|
18779
|
+
function-calc-no-unspaced-operator,
|
|
18780
|
+
declaration-block-no-shorthand-property-overrides,
|
|
18781
|
+
*/
|
|
18782
|
+
:root {
|
|
18783
|
+
--ss-bg-color: #ffffff;
|
|
18784
|
+
--ss-font-color: #4d4d4d;
|
|
18785
|
+
--ss-font-placeholder-color: #212529;
|
|
18786
|
+
--ss-disabled-color: #dcdee2;
|
|
18787
|
+
--ss-border-color: #dcdee2;
|
|
18788
|
+
--ss-highlight-color: #fffb8c;
|
|
18789
|
+
--ss-success-color: #00b755;
|
|
18790
|
+
--ss-error-color: #dc3545;
|
|
18791
|
+
--ss-focus-color: #5897fb;
|
|
18792
|
+
--ss-main-height: 38px;
|
|
18793
|
+
--ss-content-height: 300px;
|
|
18794
|
+
--ss-spacing-l: 7px;
|
|
18795
|
+
--ss-spacing-m: 5px;
|
|
18796
|
+
--ss-spacing-s: 3px;
|
|
18797
|
+
--ss-animation-timing: 0.2s;
|
|
18798
|
+
--ss-border-radius: 0.375rem;
|
|
18799
|
+
}
|
|
18800
|
+
|
|
18801
|
+
@-webkit-keyframes ss-valueIn {
|
|
18802
|
+
0% {
|
|
18803
|
+
-webkit-transform: scale(0);
|
|
18804
|
+
transform: scale(0);
|
|
18805
|
+
opacity: 0;
|
|
17883
18806
|
}
|
|
17884
|
-
|
|
17885
|
-
|
|
17886
|
-
|
|
18807
|
+
100% {
|
|
18808
|
+
-webkit-transform: scale(1);
|
|
18809
|
+
transform: scale(1);
|
|
18810
|
+
opacity: 1;
|
|
17887
18811
|
}
|
|
17888
18812
|
}
|
|
17889
|
-
|
|
17890
|
-
|
|
17891
|
-
|
|
18813
|
+
|
|
18814
|
+
@keyframes ss-valueIn {
|
|
18815
|
+
0% {
|
|
18816
|
+
-webkit-transform: scale(0);
|
|
18817
|
+
transform: scale(0);
|
|
18818
|
+
opacity: 0;
|
|
18819
|
+
}
|
|
18820
|
+
100% {
|
|
18821
|
+
-webkit-transform: scale(1);
|
|
18822
|
+
transform: scale(1);
|
|
18823
|
+
opacity: 1;
|
|
18824
|
+
}
|
|
17892
18825
|
}
|
|
17893
|
-
|
|
17894
|
-
|
|
18826
|
+
@-webkit-keyframes ss-valueOut {
|
|
18827
|
+
0% {
|
|
18828
|
+
-webkit-transform: scale(1);
|
|
18829
|
+
transform: scale(1);
|
|
18830
|
+
opacity: 1;
|
|
18831
|
+
}
|
|
18832
|
+
100% {
|
|
18833
|
+
-webkit-transform: scale(0);
|
|
18834
|
+
transform: scale(0);
|
|
18835
|
+
opacity: 0;
|
|
18836
|
+
}
|
|
17895
18837
|
}
|
|
17896
|
-
|
|
17897
|
-
|
|
17898
|
-
|
|
18838
|
+
@keyframes ss-valueOut {
|
|
18839
|
+
0% {
|
|
18840
|
+
-webkit-transform: scale(1);
|
|
18841
|
+
transform: scale(1);
|
|
18842
|
+
opacity: 1;
|
|
18843
|
+
}
|
|
18844
|
+
100% {
|
|
18845
|
+
-webkit-transform: scale(0);
|
|
18846
|
+
transform: scale(0);
|
|
18847
|
+
opacity: 0;
|
|
18848
|
+
}
|
|
17899
18849
|
}
|
|
17900
|
-
.
|
|
17901
|
-
|
|
18850
|
+
.ss-hide {
|
|
18851
|
+
display: none !important;
|
|
17902
18852
|
}
|
|
17903
|
-
|
|
17904
|
-
|
|
18853
|
+
|
|
18854
|
+
.ss-main.ss-2 {
|
|
18855
|
+
display: -ms-flexbox;
|
|
18856
|
+
display: flex;
|
|
18857
|
+
-ms-flex-direction: row;
|
|
18858
|
+
flex-direction: row;
|
|
18859
|
+
position: relative;
|
|
18860
|
+
-webkit-user-select: none;
|
|
18861
|
+
-moz-user-select: none;
|
|
18862
|
+
-ms-user-select: none;
|
|
18863
|
+
user-select: none;
|
|
18864
|
+
color: var(--ss-font-color);
|
|
18865
|
+
width: 100%;
|
|
18866
|
+
padding: 0.075rem 0 0.075rem 0.3rem;
|
|
18867
|
+
cursor: pointer;
|
|
18868
|
+
border: 1px solid var(--ss-border-color);
|
|
18869
|
+
border-radius: var(--ss-border-radius);
|
|
18870
|
+
background-color: var(--ss-bg-color);
|
|
18871
|
+
outline: 0;
|
|
18872
|
+
box-sizing: border-box;
|
|
18873
|
+
transition: background-color var(--ss-animation-timing);
|
|
18874
|
+
overflow: hidden;
|
|
18875
|
+
min-height: 38px;
|
|
17905
18876
|
}
|
|
17906
|
-
.
|
|
17907
|
-
|
|
18877
|
+
.ss-main.ss-2:focus {
|
|
18878
|
+
box-shadow: 0 0 5px var(--ss-focus-color);
|
|
17908
18879
|
}
|
|
17909
|
-
.
|
|
17910
|
-
|
|
18880
|
+
.ss-main.ss-2.form-select {
|
|
18881
|
+
background: none;
|
|
18882
|
+
padding: 0.075rem 0 0.075rem 0.3rem;
|
|
17911
18883
|
}
|
|
17912
|
-
|
|
17913
|
-
|
|
17914
|
-
|
|
17915
|
-
z-index: 2;
|
|
18884
|
+
.ss-main.ss-2.ss-disabled {
|
|
18885
|
+
background-color: var(--ss-disabled-color);
|
|
18886
|
+
cursor: not-allowed;
|
|
17916
18887
|
}
|
|
17917
|
-
.
|
|
17918
|
-
|
|
18888
|
+
.ss-main.ss-2.ss-disabled .ss-values .ss-disabled {
|
|
18889
|
+
color: var(--ss-font-color);
|
|
17919
18890
|
}
|
|
17920
|
-
.
|
|
17921
|
-
|
|
17922
|
-
content: "";
|
|
17923
|
-
height: 100%;
|
|
17924
|
-
left: 50%;
|
|
17925
|
-
position: absolute;
|
|
17926
|
-
top: 0;
|
|
17927
|
-
width: 100vw;
|
|
17928
|
-
-webkit-transform: translateX(-50%);
|
|
17929
|
-
transform: translateX(-50%);
|
|
18891
|
+
.ss-main.ss-2.ss-disabled .ss-values .ss-value .ss-value-delete {
|
|
18892
|
+
cursor: not-allowed;
|
|
17930
18893
|
}
|
|
17931
|
-
|
|
17932
|
-
|
|
17933
|
-
|
|
18894
|
+
.ss-main.ss-2.ss-open-above {
|
|
18895
|
+
border-top-left-radius: 0px;
|
|
18896
|
+
border-top-right-radius: 0px;
|
|
18897
|
+
}
|
|
18898
|
+
.ss-main.ss-2.ss-open-below {
|
|
18899
|
+
border-bottom-left-radius: 0px;
|
|
18900
|
+
border-bottom-right-radius: 0px;
|
|
18901
|
+
}
|
|
18902
|
+
.ss-main.ss-2 .ss-values {
|
|
18903
|
+
display: -ms-inline-flexbox;
|
|
18904
|
+
display: inline-flex;
|
|
18905
|
+
-ms-flex-wrap: wrap;
|
|
18906
|
+
flex-wrap: wrap;
|
|
18907
|
+
gap: var(--ss-spacing-m);
|
|
18908
|
+
-ms-flex: 1 1 100%;
|
|
18909
|
+
flex: 1 1 100%;
|
|
18910
|
+
}
|
|
18911
|
+
.ss-main.ss-2 .ss-values .ss-placeholder {
|
|
18912
|
+
display: -ms-flexbox;
|
|
18913
|
+
display: flex;
|
|
18914
|
+
padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
|
|
18915
|
+
margin: auto 0px auto 0px;
|
|
18916
|
+
line-height: 1em;
|
|
18917
|
+
-ms-flex-align: center;
|
|
18918
|
+
align-items: center;
|
|
18919
|
+
width: 100%;
|
|
18920
|
+
color: var(--ss-font-placeholder-color);
|
|
18921
|
+
overflow: hidden;
|
|
18922
|
+
text-overflow: ellipsis;
|
|
18923
|
+
white-space: nowrap;
|
|
18924
|
+
}
|
|
18925
|
+
.ss-main.ss-2 .ss-values .ss-max {
|
|
18926
|
+
display: -ms-flexbox;
|
|
18927
|
+
display: flex;
|
|
18928
|
+
-webkit-user-select: none;
|
|
18929
|
+
-moz-user-select: none;
|
|
18930
|
+
-ms-user-select: none;
|
|
18931
|
+
user-select: none;
|
|
18932
|
+
-ms-flex-align: center;
|
|
18933
|
+
align-items: center;
|
|
18934
|
+
width: -webkit-fit-content;
|
|
18935
|
+
width: -moz-fit-content;
|
|
18936
|
+
width: fit-content;
|
|
18937
|
+
font-size: 12px;
|
|
18938
|
+
color: var(--ss-bg-color);
|
|
18939
|
+
line-height: 1;
|
|
18940
|
+
padding: var(--ss-spacing-s) var(--ss-spacing-m);
|
|
18941
|
+
background-color: #221684;
|
|
18942
|
+
border-radius: var(--ss-border-radius);
|
|
18943
|
+
}
|
|
18944
|
+
.ss-main.ss-2 .ss-values .ss-single {
|
|
18945
|
+
display: -ms-flexbox;
|
|
18946
|
+
display: flex;
|
|
18947
|
+
margin: auto 0px auto var(--ss-spacing-s);
|
|
18948
|
+
}
|
|
18949
|
+
.ss-main.ss-2 .ss-values .ss-value {
|
|
18950
|
+
display: -ms-flexbox;
|
|
18951
|
+
display: flex;
|
|
18952
|
+
-webkit-user-select: none;
|
|
18953
|
+
-moz-user-select: none;
|
|
18954
|
+
-ms-user-select: none;
|
|
18955
|
+
user-select: none;
|
|
18956
|
+
-ms-flex-align: center;
|
|
18957
|
+
align-items: center;
|
|
18958
|
+
width: -webkit-fit-content;
|
|
18959
|
+
width: -moz-fit-content;
|
|
18960
|
+
width: fit-content;
|
|
18961
|
+
background-color: #221684;
|
|
18962
|
+
border-radius: var(--ss-border-radius);
|
|
18963
|
+
-webkit-animation-name: ss-valueIn;
|
|
18964
|
+
animation-name: ss-valueIn;
|
|
18965
|
+
-webkit-animation-duration: var(--ss-animation-timing);
|
|
18966
|
+
animation-duration: var(--ss-animation-timing);
|
|
18967
|
+
-webkit-animation-timing-function: ease-out;
|
|
18968
|
+
animation-timing-function: ease-out;
|
|
18969
|
+
-webkit-animation-fill-mode: both;
|
|
18970
|
+
animation-fill-mode: both;
|
|
18971
|
+
margin: 3px 5px 3px 0;
|
|
18972
|
+
padding: 0.35em 1.25rem 0.35em 0.65em;
|
|
18973
|
+
}
|
|
18974
|
+
.ss-main.ss-2 .ss-values .ss-value.ss-value-out {
|
|
18975
|
+
-webkit-animation-name: ss-valueOut;
|
|
18976
|
+
animation-name: ss-valueOut;
|
|
18977
|
+
-webkit-animation-duration: var(--ss-animation-timing);
|
|
18978
|
+
animation-duration: var(--ss-animation-timing);
|
|
18979
|
+
-webkit-animation-timing-function: ease-out;
|
|
18980
|
+
animation-timing-function: ease-out;
|
|
18981
|
+
}
|
|
18982
|
+
.ss-main.ss-2 .ss-values .ss-value .ss-value-text {
|
|
18983
|
+
color: var(--ss-bg-color);
|
|
18984
|
+
line-height: 1;
|
|
18985
|
+
margin-right: 5px;
|
|
18986
|
+
}
|
|
18987
|
+
.ss-main.ss-2 .ss-values .ss-value .ss-value-delete {
|
|
18988
|
+
font-size: 0;
|
|
18989
|
+
}
|
|
18990
|
+
.ss-main.ss-2 .ss-values .ss-value .ss-value-delete:after {
|
|
18991
|
+
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");
|
|
18992
|
+
background-repeat: no-repeat;
|
|
18993
|
+
content: "";
|
|
18994
|
+
display: inline-block;
|
|
18995
|
+
height: 1rem;
|
|
18996
|
+
-webkit-transform: scale(0.8) translateY(50%);
|
|
18997
|
+
transform: scale(0.8) translateY(50%);
|
|
18998
|
+
width: 1rem;
|
|
18999
|
+
padding: 15px;
|
|
19000
|
+
background-position: 50%;
|
|
19001
|
+
border-radius: 50%;
|
|
19002
|
+
position: absolute;
|
|
19003
|
+
right: 0;
|
|
19004
|
+
bottom: calc(50% - 3px);
|
|
19005
|
+
}
|
|
19006
|
+
.ss-main.ss-2 .ss-values .ss-value .ss-value-delete:focus-visible:after {
|
|
19007
|
+
outline: 2px solid #fff;
|
|
19008
|
+
outline-offset: -6px;
|
|
19009
|
+
}
|
|
19010
|
+
.ss-main.ss-2 .ss-deselect {
|
|
19011
|
+
-ms-flex: 0 1 auto;
|
|
19012
|
+
flex: 0 1 auto;
|
|
19013
|
+
display: -ms-flexbox;
|
|
19014
|
+
display: flex;
|
|
19015
|
+
-ms-flex-align: center;
|
|
19016
|
+
align-items: center;
|
|
19017
|
+
-ms-flex-pack: center;
|
|
19018
|
+
justify-content: center;
|
|
19019
|
+
width: -webkit-fit-content;
|
|
19020
|
+
width: -moz-fit-content;
|
|
19021
|
+
width: fit-content;
|
|
19022
|
+
height: auto;
|
|
19023
|
+
padding: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
|
|
19024
|
+
}
|
|
19025
|
+
.ss-main.ss-2 .ss-deselect svg {
|
|
19026
|
+
width: 8px;
|
|
19027
|
+
height: 8px;
|
|
19028
|
+
}
|
|
19029
|
+
.ss-main.ss-2 .ss-deselect svg path {
|
|
19030
|
+
fill: none;
|
|
19031
|
+
stroke: var(--ss-font-color);
|
|
19032
|
+
stroke-width: 20;
|
|
19033
|
+
stroke-linecap: round;
|
|
19034
|
+
stroke-linejoin: round;
|
|
19035
|
+
}
|
|
19036
|
+
.ss-main.ss-2 .ss-arrow {
|
|
19037
|
+
-ms-flex: 0 1 auto;
|
|
19038
|
+
flex: 0 1 auto;
|
|
19039
|
+
display: -ms-flexbox;
|
|
19040
|
+
display: flex;
|
|
19041
|
+
-ms-flex-align: center;
|
|
19042
|
+
align-items: center;
|
|
19043
|
+
-ms-flex-pack: end;
|
|
19044
|
+
justify-content: flex-end;
|
|
19045
|
+
width: 12px;
|
|
19046
|
+
height: 12px;
|
|
19047
|
+
margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
|
|
19048
|
+
}
|
|
19049
|
+
.ss-main.ss-2 .ss-arrow path {
|
|
19050
|
+
fill: none;
|
|
19051
|
+
stroke: var(--ss-font-color);
|
|
19052
|
+
stroke-width: 18;
|
|
19053
|
+
stroke-linecap: round;
|
|
19054
|
+
stroke-linejoin: round;
|
|
19055
|
+
transition-timing-function: ease-out;
|
|
19056
|
+
transition: var(--ss-animation-timing);
|
|
19057
|
+
}
|
|
19058
|
+
|
|
19059
|
+
.ss-content.ss-content-2 {
|
|
19060
|
+
position: absolute;
|
|
19061
|
+
display: -ms-flexbox;
|
|
19062
|
+
display: flex;
|
|
19063
|
+
height: auto;
|
|
19064
|
+
-ms-flex-direction: column;
|
|
19065
|
+
flex-direction: column;
|
|
19066
|
+
width: auto;
|
|
19067
|
+
max-height: var(--ss-content-height);
|
|
19068
|
+
box-sizing: border-box;
|
|
19069
|
+
border: solid 1px var(--ss-border-color);
|
|
19070
|
+
background-color: var(--ss-bg-color);
|
|
19071
|
+
transition: opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
|
|
19072
|
+
transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
|
|
19073
|
+
transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
|
|
19074
|
+
opacity: 0;
|
|
19075
|
+
-webkit-transform: scaleY(0);
|
|
19076
|
+
transform: scaleY(0);
|
|
19077
|
+
-webkit-transform-origin: center top;
|
|
19078
|
+
transform-origin: center top;
|
|
19079
|
+
overflow: hidden;
|
|
19080
|
+
z-index: 10000;
|
|
19081
|
+
}
|
|
19082
|
+
.ss-content.ss-content-2.form-select {
|
|
19083
|
+
padding: 0;
|
|
19084
|
+
background: var(--ss-bg-color);
|
|
19085
|
+
}
|
|
19086
|
+
.ss-content.ss-content-2.ss-relative {
|
|
19087
|
+
position: relative;
|
|
19088
|
+
height: 100%;
|
|
19089
|
+
}
|
|
19090
|
+
.ss-content.ss-content-2.ss-fixed {
|
|
19091
|
+
position: fixed;
|
|
19092
|
+
}
|
|
19093
|
+
.ss-content.ss-content-2.ss-open-above {
|
|
19094
|
+
-ms-flex-direction: column-reverse;
|
|
19095
|
+
flex-direction: column-reverse;
|
|
19096
|
+
opacity: 1;
|
|
19097
|
+
-webkit-transform: scaleY(1);
|
|
19098
|
+
transform: scaleY(1);
|
|
19099
|
+
-webkit-transform-origin: center bottom;
|
|
19100
|
+
transform-origin: center bottom;
|
|
19101
|
+
border-top-left-radius: var(--ss-border-radius);
|
|
19102
|
+
border-top-right-radius: var(--ss-border-radius);
|
|
19103
|
+
}
|
|
19104
|
+
.ss-content.ss-content-2.ss-open-below {
|
|
19105
|
+
opacity: 1;
|
|
19106
|
+
-webkit-transform: scaleY(1);
|
|
19107
|
+
transform: scaleY(1);
|
|
19108
|
+
-webkit-transform-origin: center top;
|
|
19109
|
+
transform-origin: center top;
|
|
19110
|
+
border-bottom-left-radius: var(--ss-border-radius);
|
|
19111
|
+
border-bottom-right-radius: var(--ss-border-radius);
|
|
19112
|
+
}
|
|
19113
|
+
.ss-content.ss-content-2 .ss-search {
|
|
19114
|
+
-ms-flex: 0 1 auto;
|
|
19115
|
+
flex: 0 1 auto;
|
|
19116
|
+
display: -ms-flexbox;
|
|
19117
|
+
display: flex;
|
|
19118
|
+
-ms-flex-direction: row;
|
|
19119
|
+
flex-direction: row;
|
|
19120
|
+
padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
|
|
19121
|
+
}
|
|
19122
|
+
.ss-content.ss-content-2 .ss-search input {
|
|
19123
|
+
display: -ms-inline-flexbox;
|
|
19124
|
+
display: inline-flex;
|
|
19125
|
+
font-size: inherit;
|
|
19126
|
+
line-height: inherit;
|
|
19127
|
+
-ms-flex: 1 1 auto;
|
|
19128
|
+
flex: 1 1 auto;
|
|
19129
|
+
width: 100%;
|
|
19130
|
+
min-width: 0px;
|
|
19131
|
+
padding: var(--ss-spacing-m) var(--ss-spacing-l);
|
|
19132
|
+
margin: 0;
|
|
19133
|
+
border: 1px solid var(--ss-border-color);
|
|
19134
|
+
border-radius: var(--ss-border-radius);
|
|
19135
|
+
background-color: var(--ss-bg-color);
|
|
19136
|
+
outline: 0;
|
|
19137
|
+
text-align: left;
|
|
19138
|
+
box-sizing: border-box;
|
|
19139
|
+
}
|
|
19140
|
+
.ss-content.ss-content-2 .ss-search input::-webkit-input-placeholder {
|
|
19141
|
+
color: var(--ss-font-placeholder-color);
|
|
19142
|
+
vertical-align: middle;
|
|
19143
|
+
}
|
|
19144
|
+
.ss-content.ss-content-2 .ss-search input::-moz-placeholder {
|
|
19145
|
+
color: var(--ss-font-placeholder-color);
|
|
19146
|
+
vertical-align: middle;
|
|
19147
|
+
}
|
|
19148
|
+
.ss-content.ss-content-2 .ss-search input:-ms-input-placeholder {
|
|
19149
|
+
color: var(--ss-font-placeholder-color);
|
|
19150
|
+
vertical-align: middle;
|
|
19151
|
+
}
|
|
19152
|
+
.ss-content.ss-content-2 .ss-search input::-ms-input-placeholder {
|
|
19153
|
+
color: var(--ss-font-placeholder-color);
|
|
19154
|
+
vertical-align: middle;
|
|
19155
|
+
}
|
|
19156
|
+
.ss-content.ss-content-2 .ss-search input::placeholder {
|
|
19157
|
+
color: var(--ss-font-placeholder-color);
|
|
19158
|
+
vertical-align: middle;
|
|
19159
|
+
}
|
|
19160
|
+
.ss-content.ss-content-2 .ss-search input:focus {
|
|
19161
|
+
box-shadow: 0 0 5px var(--ss-focus-color);
|
|
19162
|
+
}
|
|
19163
|
+
.ss-content.ss-content-2 .ss-search .ss-addable {
|
|
19164
|
+
display: -ms-inline-flexbox;
|
|
19165
|
+
display: inline-flex;
|
|
19166
|
+
-ms-flex-pack: center;
|
|
19167
|
+
justify-content: center;
|
|
19168
|
+
-ms-flex-align: center;
|
|
19169
|
+
align-items: center;
|
|
19170
|
+
cursor: pointer;
|
|
19171
|
+
-ms-flex: 0 0 auto;
|
|
19172
|
+
flex: 0 0 auto;
|
|
19173
|
+
height: auto;
|
|
19174
|
+
margin: 0 0 0 var(--ss-spacing-m);
|
|
19175
|
+
border: 1px solid var(--ss-border-color);
|
|
19176
|
+
border-radius: var(--ss-border-radius);
|
|
19177
|
+
}
|
|
19178
|
+
.ss-content.ss-content-2 .ss-search .ss-addable svg {
|
|
19179
|
+
display: -ms-flexbox;
|
|
19180
|
+
display: flex;
|
|
19181
|
+
-ms-flex-align: center;
|
|
19182
|
+
align-items: center;
|
|
19183
|
+
-ms-flex-pack: end;
|
|
19184
|
+
justify-content: flex-end;
|
|
19185
|
+
-ms-flex: 0 1 auto;
|
|
19186
|
+
flex: 0 1 auto;
|
|
19187
|
+
width: 12px;
|
|
19188
|
+
height: 12px;
|
|
19189
|
+
margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
|
|
19190
|
+
}
|
|
19191
|
+
.ss-content.ss-content-2 .ss-search .ss-addable svg path {
|
|
19192
|
+
fill: none;
|
|
19193
|
+
stroke: var(--ss-font-color);
|
|
19194
|
+
stroke-width: 18;
|
|
19195
|
+
stroke-linecap: round;
|
|
19196
|
+
stroke-linejoin: round;
|
|
19197
|
+
}
|
|
19198
|
+
.ss-content.ss-content-2 .ss-list {
|
|
19199
|
+
-ms-flex: 1 1 auto;
|
|
19200
|
+
flex: 1 1 auto;
|
|
19201
|
+
height: auto;
|
|
19202
|
+
overflow-x: hidden;
|
|
19203
|
+
overflow-y: auto;
|
|
19204
|
+
}
|
|
19205
|
+
.ss-content.ss-content-2 .ss-list .ss-error {
|
|
19206
|
+
color: var(--ss-error-color);
|
|
19207
|
+
padding: var(--ss-spacing-l);
|
|
19208
|
+
}
|
|
19209
|
+
.ss-content.ss-content-2 .ss-list .ss-searching {
|
|
19210
|
+
color: var(--ss-font-color);
|
|
19211
|
+
padding: var(--ss-spacing-l);
|
|
19212
|
+
}
|
|
19213
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup.ss-close .ss-option {
|
|
19214
|
+
display: none !important;
|
|
19215
|
+
}
|
|
19216
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label {
|
|
19217
|
+
display: -ms-flexbox;
|
|
19218
|
+
display: flex;
|
|
19219
|
+
-ms-flex-direction: row;
|
|
19220
|
+
flex-direction: row;
|
|
19221
|
+
-ms-flex-align: center;
|
|
19222
|
+
align-items: center;
|
|
19223
|
+
-ms-flex-pack: justify;
|
|
19224
|
+
justify-content: space-between;
|
|
19225
|
+
padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
|
|
19226
|
+
}
|
|
19227
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
|
|
19228
|
+
-ms-flex: 1 1 auto;
|
|
19229
|
+
flex: 1 1 auto;
|
|
19230
|
+
font-weight: bold;
|
|
19231
|
+
color: var(--ss-font-color);
|
|
19232
|
+
}
|
|
19233
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
|
|
19234
|
+
cursor: pointer;
|
|
19235
|
+
}
|
|
19236
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
|
|
19237
|
+
-ms-flex: 0 1 auto;
|
|
19238
|
+
flex: 0 1 auto;
|
|
19239
|
+
display: -ms-flexbox;
|
|
19240
|
+
display: flex;
|
|
19241
|
+
-ms-flex-direction: row;
|
|
19242
|
+
flex-direction: row;
|
|
19243
|
+
-ms-flex-align: center;
|
|
19244
|
+
align-items: center;
|
|
19245
|
+
-ms-flex-pack: center;
|
|
19246
|
+
justify-content: center;
|
|
19247
|
+
gap: var(--ss-spacing-m);
|
|
19248
|
+
}
|
|
19249
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
|
|
19250
|
+
-ms-flex: 0 0 auto;
|
|
19251
|
+
flex: 0 0 auto;
|
|
19252
|
+
display: -ms-flexbox;
|
|
19253
|
+
display: flex;
|
|
19254
|
+
-ms-flex-direction: row;
|
|
19255
|
+
flex-direction: row;
|
|
19256
|
+
cursor: pointer;
|
|
19257
|
+
}
|
|
19258
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
|
|
19259
|
+
opacity: 0.5;
|
|
19260
|
+
}
|
|
19261
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
|
|
19262
|
+
stroke: var(--ss-error-color);
|
|
19263
|
+
}
|
|
19264
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
|
|
19265
|
+
-ms-flex: 0 1 auto;
|
|
19266
|
+
flex: 0 1 auto;
|
|
19267
|
+
display: -ms-flexbox;
|
|
19268
|
+
display: flex;
|
|
19269
|
+
-ms-flex-align: center;
|
|
19270
|
+
align-items: center;
|
|
19271
|
+
-ms-flex-pack: center;
|
|
19272
|
+
justify-content: center;
|
|
19273
|
+
font-size: 60%;
|
|
19274
|
+
text-align: center;
|
|
19275
|
+
padding: 0 var(--ss-spacing-s) 0 0;
|
|
19276
|
+
}
|
|
19277
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
|
|
19278
|
+
-ms-flex: 0 1 auto;
|
|
19279
|
+
flex: 0 1 auto;
|
|
19280
|
+
width: 13px;
|
|
19281
|
+
height: 13px;
|
|
19282
|
+
}
|
|
19283
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
|
|
19284
|
+
fill: none;
|
|
19285
|
+
stroke: var(--ss-success-color);
|
|
19286
|
+
stroke-linecap: round;
|
|
19287
|
+
stroke-linejoin: round;
|
|
19288
|
+
}
|
|
19289
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
|
|
19290
|
+
stroke-width: 5;
|
|
19291
|
+
}
|
|
19292
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
|
|
19293
|
+
stroke-width: 11;
|
|
19294
|
+
}
|
|
19295
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
|
|
19296
|
+
-ms-flex: 0 1 auto;
|
|
19297
|
+
flex: 0 1 auto;
|
|
19298
|
+
display: -ms-flexbox;
|
|
19299
|
+
display: flex;
|
|
19300
|
+
-ms-flex-direction: row;
|
|
19301
|
+
flex-direction: row;
|
|
19302
|
+
cursor: pointer;
|
|
19303
|
+
}
|
|
19304
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
|
|
19305
|
+
-ms-flex: 1 1 auto;
|
|
19306
|
+
flex: 1 1 auto;
|
|
19307
|
+
width: 10px;
|
|
19308
|
+
height: 10px;
|
|
19309
|
+
}
|
|
19310
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
|
|
19311
|
+
fill: none;
|
|
19312
|
+
stroke: var(--ss-font-color);
|
|
19313
|
+
stroke-width: 18;
|
|
19314
|
+
stroke-linecap: round;
|
|
19315
|
+
stroke-linejoin: round;
|
|
19316
|
+
transition-timing-function: ease-out;
|
|
19317
|
+
transition: var(--ss-animation-timing);
|
|
19318
|
+
}
|
|
19319
|
+
.ss-content.ss-content-2 .ss-list .ss-optgroup .ss-option {
|
|
19320
|
+
padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
|
|
19321
|
+
}
|
|
19322
|
+
.ss-content.ss-content-2 .ss-list .ss-option {
|
|
19323
|
+
display: block;
|
|
19324
|
+
padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
|
|
19325
|
+
white-space: normal;
|
|
19326
|
+
color: var(--ss-font-color);
|
|
19327
|
+
cursor: pointer;
|
|
19328
|
+
-webkit-user-select: none;
|
|
19329
|
+
-moz-user-select: none;
|
|
19330
|
+
-ms-user-select: none;
|
|
19331
|
+
user-select: none;
|
|
19332
|
+
}
|
|
19333
|
+
.ss-content.ss-content-2 .ss-list .ss-option:hover {
|
|
19334
|
+
color: var(--ss-bg-color);
|
|
19335
|
+
background-color: #221684;
|
|
19336
|
+
}
|
|
19337
|
+
.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 {
|
|
19338
|
+
color: var(--ss-bg-color);
|
|
19339
|
+
background-color: #221684;
|
|
19340
|
+
}
|
|
19341
|
+
.ss-content.ss-content-2 .ss-list .ss-option.ss-disabled {
|
|
19342
|
+
cursor: not-allowed;
|
|
19343
|
+
background-color: var(--ss-disabled-color);
|
|
19344
|
+
}
|
|
19345
|
+
.ss-content.ss-content-2 .ss-list .ss-option.ss-disabled:hover {
|
|
19346
|
+
color: var(--ss-font-color);
|
|
19347
|
+
}
|
|
19348
|
+
.ss-content.ss-content-2 .ss-list .ss-option .ss-search-highlight {
|
|
19349
|
+
display: inline-block;
|
|
19350
|
+
background-color: var(--ss-highlight-color);
|
|
19351
|
+
}
|
|
19352
|
+
|
|
19353
|
+
.ss-main.multi-select.is-invalid,
|
|
19354
|
+
.was-validated .multi-select:invalid + .ss-main.multi-select {
|
|
19355
|
+
border-color: #b8282a;
|
|
19356
|
+
background-position: right 1.5rem center;
|
|
19357
|
+
background-repeat: no-repeat;
|
|
19358
|
+
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
19359
|
+
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");
|
|
19360
|
+
}
|
|
19361
|
+
|
|
19362
|
+
.ss-main.multi-select.is-valid,
|
|
19363
|
+
.was-validated .multi-select:valid + .ss-main.multi-select {
|
|
19364
|
+
border-color: #3c8f38;
|
|
19365
|
+
background-position: right 1.5rem center;
|
|
19366
|
+
background-repeat: no-repeat;
|
|
19367
|
+
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
19368
|
+
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");
|
|
19369
|
+
}
|
|
19370
|
+
|
|
19371
|
+
@media (max-width: 767.98px) {
|
|
19372
|
+
.breadcrumb-item + .breadcrumb-item {
|
|
19373
|
+
padding-left: 0;
|
|
19374
|
+
}
|
|
19375
|
+
.breadcrumb-item + .breadcrumb-item::before {
|
|
19376
|
+
display: none;
|
|
19377
|
+
content: "";
|
|
19378
|
+
}
|
|
19379
|
+
}
|
|
19380
|
+
/* stylelint-disable no-descending-specificity, declaration-no-important */
|
|
19381
|
+
.bcl-banner {
|
|
19382
|
+
position: relative;
|
|
19383
|
+
}
|
|
19384
|
+
.bcl-banner.fixed-height .bcl-banner__image {
|
|
19385
|
+
height: 150px;
|
|
19386
|
+
}
|
|
19387
|
+
.bcl-banner p {
|
|
19388
|
+
font-size: 1.125rem;
|
|
19389
|
+
font-weight: 500;
|
|
19390
|
+
}
|
|
19391
|
+
.bcl-banner.shade {
|
|
19392
|
+
color: #2e3338;
|
|
19393
|
+
}
|
|
19394
|
+
.bcl-banner.bg-primary .bcl-banner__content {
|
|
19395
|
+
border-color: #fff !important;
|
|
19396
|
+
}
|
|
19397
|
+
.bcl-banner.hero p {
|
|
19398
|
+
font-size: 1rem;
|
|
19399
|
+
}
|
|
19400
|
+
.bcl-banner.hero .bcl-banner__content {
|
|
19401
|
+
padding: 3rem 2rem;
|
|
19402
|
+
}
|
|
19403
|
+
|
|
19404
|
+
.container .bcl-content-banner > .container > .card {
|
|
19405
|
+
margin: 0;
|
|
19406
|
+
z-index: 2;
|
|
19407
|
+
}
|
|
19408
|
+
.container .bcl-content-banner.bg-lighter {
|
|
19409
|
+
position: relative;
|
|
19410
|
+
}
|
|
19411
|
+
.container .bcl-content-banner.bg-lighter:after {
|
|
19412
|
+
background: #f8f9fa;
|
|
19413
|
+
content: "";
|
|
19414
|
+
height: 100%;
|
|
19415
|
+
left: 50%;
|
|
19416
|
+
position: absolute;
|
|
19417
|
+
top: 0;
|
|
19418
|
+
width: 100vw;
|
|
19419
|
+
-webkit-transform: translateX(-50%);
|
|
19420
|
+
transform: translateX(-50%);
|
|
19421
|
+
}
|
|
19422
|
+
|
|
19423
|
+
.bcl-banner__content {
|
|
19424
|
+
padding: 2.5rem 2rem;
|
|
17934
19425
|
border-color: var(--bs-primary);
|
|
17935
19426
|
}
|
|
17936
19427
|
|
|
@@ -18077,9 +19568,11 @@ select.multi-select {
|
|
|
18077
19568
|
position: absolute;
|
|
18078
19569
|
border-radius: 50%;
|
|
18079
19570
|
border: 2px solid var(--bs-primary);
|
|
19571
|
+
top: 6px;
|
|
18080
19572
|
left: 0;
|
|
18081
19573
|
width: 22px;
|
|
18082
19574
|
height: 22px;
|
|
19575
|
+
z-index: 1;
|
|
18083
19576
|
}
|
|
18084
19577
|
.bcl-timeline > li::after {
|
|
18085
19578
|
content: "";
|
|
@@ -18136,7 +19629,13 @@ select.multi-select {
|
|
|
18136
19629
|
-ms-flex-align: center;
|
|
18137
19630
|
align-items: center;
|
|
18138
19631
|
white-space: normal;
|
|
19632
|
+
border-left: none;
|
|
19633
|
+
border-top: none;
|
|
19634
|
+
border-right: none;
|
|
19635
|
+
background: transparent;
|
|
18139
19636
|
border-bottom: 1px solid #dee2e6;
|
|
19637
|
+
width: 100%;
|
|
19638
|
+
padding: 1.25rem;
|
|
18140
19639
|
}
|
|
18141
19640
|
.bcl-inpage-navigation .dropdown-toggle:after {
|
|
18142
19641
|
display: none;
|
|
@@ -18161,6 +19660,7 @@ select.multi-select {
|
|
|
18161
19660
|
.bcl-inpage-navigation .bcl-heading {
|
|
18162
19661
|
margin-bottom: 0;
|
|
18163
19662
|
padding: 1.25rem;
|
|
19663
|
+
border-bottom: 1px solid #dee2e6;
|
|
18164
19664
|
}
|
|
18165
19665
|
.bcl-inpage-navigation ul {
|
|
18166
19666
|
padding: 0.75rem;
|