j1-template 2022.5.2 → 2022.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +22 -7
  3. data/_layouts/default.html +12 -21
  4. data/assets/data/banner.html +2 -2
  5. data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
  6. data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
  7. data/assets/themes/j1/core/css/icon-fonts/mdil.min.css +1 -1
  8. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +86 -73
  9. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +5 -3
  10. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +86 -73
  11. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +5 -3
  12. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +86 -73
  13. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +5 -3
  14. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +138 -137
  15. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +25 -14
  16. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  17. data/lib/j1/version.rb +1 -1
  18. data/lib/starter_web/Gemfile +13 -12
  19. data/lib/starter_web/README.md +5 -5
  20. data/lib/starter_web/_config.yml +32 -59
  21. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  22. data/lib/starter_web/_plugins/lunr_index.rb +11 -8
  23. data/lib/starter_web/assets/images/modules/attics/1920x1280/{nasa.jpg → _nasa.jpg} +0 -0
  24. data/lib/starter_web/assets/images/modules/attics/1920x1280/ben-kolde.jpg +0 -0
  25. data/lib/starter_web/assets/images/modules/attics/1920x1280/braden-collum.jpg +0 -0
  26. data/lib/starter_web/assets/images/modules/attics/1920x1280/firmbee-com.jpg +0 -0
  27. data/lib/starter_web/assets/images/modules/attics/1920x1280/spacex.jpg +0 -0
  28. data/lib/starter_web/assets/images/modules/attics/{shutterstock_sponsor-1920x1280.jpg → gift-from-hand-1920x1280.jpg} +0 -0
  29. data/lib/starter_web/index.html +34 -54
  30. data/lib/starter_web/package.json +1 -1
  31. data/lib/starter_web/pages/public/about/features.adoc +22 -17
  32. data/lib/starter_web/pages/public/about/reporting_issues.adoc +6 -0
  33. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +12 -3
  34. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +13 -1
  35. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +12 -1
  36. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +15 -10
  37. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +6 -0
  38. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +6 -0
  39. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  40. data/lib/starter_web/pages/public/features/general.adoc +1 -1
  41. data/lib/starter_web/pages/public/plans/plans.adoc +1 -1
  42. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  43. data/lib/starter_web/utilsrv/package.json +1 -1
  44. metadata +8 -4
@@ -39,7 +39,7 @@
39
39
  # ----------------------------------------------------------------------------
40
40
  */
41
41
  /*!
42
- * Bootstrap v5.2.0 (https://getbootstrap.com/)
42
+ * Bootstrap v5.2.1 (https://getbootstrap.com/)
43
43
  * Copyright 2011-2022 The Bootstrap Authors
44
44
  * Copyright 2011-2022 Twitter, Inc.
45
45
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@@ -1937,6 +1937,7 @@ textarea.form-control-lg {
1937
1937
  height: 100%;
1938
1938
  padding: 1rem 0.75rem;
1939
1939
  overflow: hidden;
1940
+ text-align: start;
1940
1941
  text-overflow: ellipsis;
1941
1942
  white-space: nowrap;
1942
1943
  pointer-events: none;
@@ -1992,12 +1993,12 @@ textarea.form-control-lg {
1992
1993
  .input-group > .form-control:focus,
1993
1994
  .input-group > .form-select:focus,
1994
1995
  .input-group > .form-floating:focus-within {
1995
- z-index: 3; }
1996
+ z-index: 5; }
1996
1997
  .input-group .btn {
1997
1998
  position: relative;
1998
1999
  z-index: 2; }
1999
2000
  .input-group .btn:focus {
2000
- z-index: 3; }
2001
+ z-index: 5; }
2001
2002
 
2002
2003
  .input-group-text {
2003
2004
  display: flex;
@@ -2047,10 +2048,13 @@ textarea.form-control-lg {
2047
2048
  border-top-right-radius: 0;
2048
2049
  border-bottom-right-radius: 0; }
2049
2050
 
2050
- .input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
2051
+ .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
2052
+ margin-left: -1px;
2053
+ border-top-left-radius: 0;
2054
+ border-bottom-left-radius: 0; }
2055
+
2051
2056
  .input-group > .form-floating:not(:first-child) > .form-control,
2052
2057
  .input-group > .form-floating:not(:first-child) > .form-select {
2053
- margin-left: -1px;
2054
2058
  border-top-left-radius: 0;
2055
2059
  border-bottom-left-radius: 0; }
2056
2060
 
@@ -2121,14 +2125,12 @@ textarea.form-control-lg {
2121
2125
  .form-check-inline .form-check-input ~ .valid-feedback {
2122
2126
  margin-left: .5em; }
2123
2127
 
2124
- .was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
2125
- .input-group .form-select:valid,
2126
- .input-group .form-select.is-valid {
2127
- z-index: 1; }
2128
- .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
2129
- .input-group .form-select:valid:focus,
2130
- .input-group .form-select.is-valid:focus {
2131
- z-index: 3; }
2128
+ .was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
2129
+ .input-group > .form-select:not(:focus):valid,
2130
+ .input-group > .form-select:not(:focus).is-valid, .was-validated
2131
+ .input-group > .form-floating:not(:focus-within):valid,
2132
+ .input-group > .form-floating:not(:focus-within).is-valid {
2133
+ z-index: 3; }
2132
2134
 
2133
2135
  .invalid-feedback {
2134
2136
  display: none;
@@ -2197,14 +2199,12 @@ textarea.form-control-lg {
2197
2199
  .form-check-inline .form-check-input ~ .invalid-feedback {
2198
2200
  margin-left: .5em; }
2199
2201
 
2200
- .was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
2201
- .input-group .form-select:invalid,
2202
- .input-group .form-select.is-invalid {
2203
- z-index: 2; }
2204
- .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
2205
- .input-group .form-select:invalid:focus,
2206
- .input-group .form-select.is-invalid:focus {
2207
- z-index: 3; }
2202
+ .was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
2203
+ .input-group > .form-select:not(:focus):invalid,
2204
+ .input-group > .form-select:not(:focus).is-invalid, .was-validated
2205
+ .input-group > .form-floating:not(:focus-within):invalid,
2206
+ .input-group > .form-floating:not(:focus-within).is-invalid {
2207
+ z-index: 4; }
2208
2208
 
2209
2209
  .btn {
2210
2210
  --bs-btn-padding-x: 0.75rem;
@@ -2218,6 +2218,7 @@ textarea.form-control-lg {
2218
2218
  --bs-btn-border-width: 1px;
2219
2219
  --bs-btn-border-color: transparent;
2220
2220
  --bs-btn-border-radius: 0.375rem;
2221
+ --bs-btn-hover-border-color: transparent;
2221
2222
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
2222
2223
  --bs-btn-disabled-opacity: 0.65;
2223
2224
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
@@ -2240,23 +2241,27 @@ textarea.form-control-lg {
2240
2241
  @media (prefers-reduced-motion: reduce) {
2241
2242
  .btn {
2242
2243
  transition: none; } }
2243
- .btn:hover {
2244
+ :not(.btn-check) + .btn:hover, .btn:first-child:hover {
2244
2245
  color: var(--bs-btn-hover-color);
2245
2246
  background-color: var(--bs-btn-hover-bg);
2246
2247
  border-color: var(--bs-btn-hover-border-color); }
2247
- .btn-check:focus + .btn, .btn:focus {
2248
+ .btn:focus-visible {
2248
2249
  color: var(--bs-btn-hover-color);
2249
2250
  background-color: var(--bs-btn-hover-bg);
2250
2251
  border-color: var(--bs-btn-hover-border-color);
2251
2252
  outline: 0;
2252
2253
  box-shadow: var(--bs-btn-focus-box-shadow); }
2254
+ .btn-check:focus-visible + .btn {
2255
+ border-color: var(--bs-btn-hover-border-color);
2256
+ outline: 0;
2257
+ box-shadow: var(--bs-btn-focus-box-shadow); }
2253
2258
  .btn-check:checked + .btn,
2254
- .btn-check:active + .btn, .btn:active, .btn.active, .btn.show {
2259
+ :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
2255
2260
  color: var(--bs-btn-active-color);
2256
2261
  background-color: var(--bs-btn-active-bg);
2257
2262
  border-color: var(--bs-btn-active-border-color); }
2258
- .btn-check:checked + .btn:focus,
2259
- .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
2263
+ .btn-check:checked + .btn:focus-visible,
2264
+ :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
2260
2265
  box-shadow: var(--bs-btn-focus-box-shadow); }
2261
2266
  .btn:disabled, .btn.disabled,
2262
2267
  fieldset:disabled .btn {
@@ -2536,7 +2541,7 @@ textarea.form-control-lg {
2536
2541
  --bs-btn-box-shadow: none;
2537
2542
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
2538
2543
  text-decoration: underline; }
2539
- .btn-link:focus {
2544
+ .btn-link:focus-visible {
2540
2545
  color: var(--bs-btn-color); }
2541
2546
  .btn-link:hover {
2542
2547
  color: var(--bs-btn-hover-color); }
@@ -2602,6 +2607,7 @@ textarea.form-control-lg {
2602
2607
  margin-left: 0; }
2603
2608
 
2604
2609
  .dropdown-menu {
2610
+ --bs-dropdown-zindex: 1000;
2605
2611
  --bs-dropdown-min-width: 10rem;
2606
2612
  --bs-dropdown-padding-x: 0;
2607
2613
  --bs-dropdown-padding-y: 0.5rem;
@@ -2628,7 +2634,7 @@ textarea.form-control-lg {
2628
2634
  --bs-dropdown-header-padding-x: 1rem;
2629
2635
  --bs-dropdown-header-padding-y: 0.5rem;
2630
2636
  position: absolute;
2631
- z-index: 1000;
2637
+ z-index: var(--bs-dropdown-zindex);
2632
2638
  display: none;
2633
2639
  min-width: var(--bs-dropdown-min-width);
2634
2640
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
@@ -2884,7 +2890,7 @@ textarea.form-control-lg {
2884
2890
 
2885
2891
  .btn-group {
2886
2892
  border-radius: 0.375rem; }
2887
- .btn-group > .btn:not(:first-child),
2893
+ .btn-group > :not(.btn-check:first-child) + .btn,
2888
2894
  .btn-group > .btn-group:not(:first-child) {
2889
2895
  margin-left: -1px; }
2890
2896
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
@@ -2976,7 +2982,7 @@ textarea.form-control-lg {
2976
2982
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
2977
2983
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
2978
2984
  .nav-tabs .nav-link {
2979
- margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
2985
+ margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
2980
2986
  background: none;
2981
2987
  border: var(--bs-nav-tabs-border-width) solid transparent;
2982
2988
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
@@ -2994,7 +3000,7 @@ textarea.form-control-lg {
2994
3000
  background-color: var(--bs-nav-tabs-link-active-bg);
2995
3001
  border-color: var(--bs-nav-tabs-link-active-border-color); }
2996
3002
  .nav-tabs .dropdown-menu {
2997
- margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
3003
+ margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
2998
3004
  border-top-left-radius: 0;
2999
3005
  border-top-right-radius: 0; }
3000
3006
 
@@ -3528,7 +3534,7 @@ textarea.form-control-lg {
3528
3534
  border-bottom-left-radius: 0; } }
3529
3535
 
3530
3536
  .accordion {
3531
- --bs-accordion-color: #000;
3537
+ --bs-accordion-color: var(--bs-body-color);
3532
3538
  --bs-accordion-bg: #fff;
3533
3539
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
3534
3540
  --bs-accordion-border-color: var(--bs-border-color);
@@ -3571,7 +3577,7 @@ textarea.form-control-lg {
3571
3577
  .accordion-button:not(.collapsed) {
3572
3578
  color: var(--bs-accordion-active-color);
3573
3579
  background-color: var(--bs-accordion-active-bg);
3574
- box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color); }
3580
+ box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
3575
3581
  .accordion-button:not(.collapsed)::after {
3576
3582
  background-image: var(--bs-accordion-btn-active-icon);
3577
3583
  transform: var(--bs-accordion-btn-icon-transform); }
@@ -3635,7 +3641,7 @@ textarea.form-control-lg {
3635
3641
  border-top: 0; }
3636
3642
  .accordion-flush .accordion-item:last-child {
3637
3643
  border-bottom: 0; }
3638
- .accordion-flush .accordion-item .accordion-button {
3644
+ .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
3639
3645
  border-radius: 0; }
3640
3646
 
3641
3647
  .breadcrumb {
@@ -3732,8 +3738,13 @@ textarea.form-control-lg {
3732
3738
  .page-item:not(:first-child) .page-link {
3733
3739
  margin-left: -1px; }
3734
3740
 
3735
- .page-item .page-link {
3736
- border-radius: var(--bs-pagination-border-radius); }
3741
+ .page-item:first-child .page-link {
3742
+ border-top-left-radius: var(--bs-pagination-border-radius);
3743
+ border-bottom-left-radius: var(--bs-pagination-border-radius); }
3744
+
3745
+ .page-item:last-child .page-link {
3746
+ border-top-right-radius: var(--bs-pagination-border-radius);
3747
+ border-bottom-right-radius: var(--bs-pagination-border-radius); }
3737
3748
 
3738
3749
  .pagination-lg {
3739
3750
  --bs-pagination-padding-x: 1.5rem;
@@ -3973,15 +3984,15 @@ textarea.form-control-lg {
3973
3984
  .list-group-item + .list-group-item {
3974
3985
  border-top-width: 0; }
3975
3986
  .list-group-item + .list-group-item.active {
3976
- margin-top: calc(var(--bs-list-group-border-width) * -1);
3987
+ margin-top: calc(-1 * var(--bs-list-group-border-width));
3977
3988
  border-top-width: var(--bs-list-group-border-width); }
3978
3989
 
3979
3990
  .list-group-horizontal {
3980
3991
  flex-direction: row; }
3981
- .list-group-horizontal > .list-group-item:first-child {
3992
+ .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
3982
3993
  border-bottom-left-radius: var(--bs-list-group-border-radius);
3983
3994
  border-top-right-radius: 0; }
3984
- .list-group-horizontal > .list-group-item:last-child {
3995
+ .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
3985
3996
  border-top-right-radius: var(--bs-list-group-border-radius);
3986
3997
  border-bottom-left-radius: 0; }
3987
3998
  .list-group-horizontal > .list-group-item.active {
@@ -3990,16 +4001,16 @@ textarea.form-control-lg {
3990
4001
  border-top-width: var(--bs-list-group-border-width);
3991
4002
  border-left-width: 0; }
3992
4003
  .list-group-horizontal > .list-group-item + .list-group-item.active {
3993
- margin-left: calc(var(--bs-list-group-border-width) * -1);
4004
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
3994
4005
  border-left-width: var(--bs-list-group-border-width); }
3995
4006
 
3996
4007
  @media (min-width: 576px) {
3997
4008
  .list-group-horizontal-sm {
3998
4009
  flex-direction: row; }
3999
- .list-group-horizontal-sm > .list-group-item:first-child {
4010
+ .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
4000
4011
  border-bottom-left-radius: var(--bs-list-group-border-radius);
4001
4012
  border-top-right-radius: 0; }
4002
- .list-group-horizontal-sm > .list-group-item:last-child {
4013
+ .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
4003
4014
  border-top-right-radius: var(--bs-list-group-border-radius);
4004
4015
  border-bottom-left-radius: 0; }
4005
4016
  .list-group-horizontal-sm > .list-group-item.active {
@@ -4008,16 +4019,16 @@ textarea.form-control-lg {
4008
4019
  border-top-width: var(--bs-list-group-border-width);
4009
4020
  border-left-width: 0; }
4010
4021
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
4011
- margin-left: calc(var(--bs-list-group-border-width) * -1);
4022
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
4012
4023
  border-left-width: var(--bs-list-group-border-width); } }
4013
4024
 
4014
4025
  @media (min-width: 768px) {
4015
4026
  .list-group-horizontal-md {
4016
4027
  flex-direction: row; }
4017
- .list-group-horizontal-md > .list-group-item:first-child {
4028
+ .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
4018
4029
  border-bottom-left-radius: var(--bs-list-group-border-radius);
4019
4030
  border-top-right-radius: 0; }
4020
- .list-group-horizontal-md > .list-group-item:last-child {
4031
+ .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
4021
4032
  border-top-right-radius: var(--bs-list-group-border-radius);
4022
4033
  border-bottom-left-radius: 0; }
4023
4034
  .list-group-horizontal-md > .list-group-item.active {
@@ -4026,16 +4037,16 @@ textarea.form-control-lg {
4026
4037
  border-top-width: var(--bs-list-group-border-width);
4027
4038
  border-left-width: 0; }
4028
4039
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
4029
- margin-left: calc(var(--bs-list-group-border-width) * -1);
4040
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
4030
4041
  border-left-width: var(--bs-list-group-border-width); } }
4031
4042
 
4032
4043
  @media (min-width: 992px) {
4033
4044
  .list-group-horizontal-lg {
4034
4045
  flex-direction: row; }
4035
- .list-group-horizontal-lg > .list-group-item:first-child {
4046
+ .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
4036
4047
  border-bottom-left-radius: var(--bs-list-group-border-radius);
4037
4048
  border-top-right-radius: 0; }
4038
- .list-group-horizontal-lg > .list-group-item:last-child {
4049
+ .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
4039
4050
  border-top-right-radius: var(--bs-list-group-border-radius);
4040
4051
  border-bottom-left-radius: 0; }
4041
4052
  .list-group-horizontal-lg > .list-group-item.active {
@@ -4044,16 +4055,16 @@ textarea.form-control-lg {
4044
4055
  border-top-width: var(--bs-list-group-border-width);
4045
4056
  border-left-width: 0; }
4046
4057
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
4047
- margin-left: calc(var(--bs-list-group-border-width) * -1);
4058
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
4048
4059
  border-left-width: var(--bs-list-group-border-width); } }
4049
4060
 
4050
4061
  @media (min-width: 1200px) {
4051
4062
  .list-group-horizontal-xl {
4052
4063
  flex-direction: row; }
4053
- .list-group-horizontal-xl > .list-group-item:first-child {
4064
+ .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
4054
4065
  border-bottom-left-radius: var(--bs-list-group-border-radius);
4055
4066
  border-top-right-radius: 0; }
4056
- .list-group-horizontal-xl > .list-group-item:last-child {
4067
+ .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
4057
4068
  border-top-right-radius: var(--bs-list-group-border-radius);
4058
4069
  border-bottom-left-radius: 0; }
4059
4070
  .list-group-horizontal-xl > .list-group-item.active {
@@ -4062,16 +4073,16 @@ textarea.form-control-lg {
4062
4073
  border-top-width: var(--bs-list-group-border-width);
4063
4074
  border-left-width: 0; }
4064
4075
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
4065
- margin-left: calc(var(--bs-list-group-border-width) * -1);
4076
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
4066
4077
  border-left-width: var(--bs-list-group-border-width); } }
4067
4078
 
4068
4079
  @media (min-width: 1400px) {
4069
4080
  .list-group-horizontal-xxl {
4070
4081
  flex-direction: row; }
4071
- .list-group-horizontal-xxl > .list-group-item:first-child {
4082
+ .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
4072
4083
  border-bottom-left-radius: var(--bs-list-group-border-radius);
4073
4084
  border-top-right-radius: 0; }
4074
- .list-group-horizontal-xxl > .list-group-item:last-child {
4085
+ .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
4075
4086
  border-top-right-radius: var(--bs-list-group-border-radius);
4076
4087
  border-bottom-left-radius: 0; }
4077
4088
  .list-group-horizontal-xxl > .list-group-item.active {
@@ -4080,7 +4091,7 @@ textarea.form-control-lg {
4080
4091
  border-top-width: var(--bs-list-group-border-width);
4081
4092
  border-left-width: 0; }
4082
4093
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
4083
- margin-left: calc(var(--bs-list-group-border-width) * -1);
4094
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
4084
4095
  border-left-width: var(--bs-list-group-border-width); } }
4085
4096
 
4086
4097
  .list-group-flush {
@@ -4205,6 +4216,7 @@ textarea.form-control-lg {
4205
4216
  filter: invert(1) grayscale(100%) brightness(200%); }
4206
4217
 
4207
4218
  .toast {
4219
+ --bs-toast-zindex: 1090;
4208
4220
  --bs-toast-padding-x: 0.75rem;
4209
4221
  --bs-toast-padding-y: 0.5rem;
4210
4222
  --bs-toast-spacing: 1.5rem;
@@ -4236,7 +4248,7 @@ textarea.form-control-lg {
4236
4248
 
4237
4249
  .toast-container {
4238
4250
  position: absolute;
4239
- z-index: 1090;
4251
+ z-index: var(--bs-toast-zindex);
4240
4252
  width: max-content;
4241
4253
  max-width: 100%;
4242
4254
  pointer-events: none; }
@@ -4254,7 +4266,7 @@ textarea.form-control-lg {
4254
4266
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
4255
4267
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }
4256
4268
  .toast-header .btn-close {
4257
- margin-right: calc(var(--bs-toast-padding-x) * -.5);
4269
+ margin-right: calc(-.5 * var(--bs-toast-padding-x));
4258
4270
  margin-left: var(--bs-toast-padding-x); }
4259
4271
 
4260
4272
  .toast-body {
@@ -4363,7 +4375,7 @@ textarea.form-control-lg {
4363
4375
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
4364
4376
  .modal-header .btn-close {
4365
4377
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
4366
- margin: calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5) auto; }
4378
+ margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }
4367
4379
 
4368
4380
  .modal-title {
4369
4381
  margin-bottom: 0;
@@ -4606,7 +4618,7 @@ textarea.form-control-lg {
4606
4618
  --bs-popover-header-padding-x: 1rem;
4607
4619
  --bs-popover-header-padding-y: 0.5rem;
4608
4620
  --bs-popover-header-font-size: 1rem;
4609
- --bs-popover-header-color: var(--bs-heading-color);
4621
+ --bs-popover-header-color: ;
4610
4622
  --bs-popover-header-bg: #f0f0f0;
4611
4623
  --bs-popover-body-padding-x: 1rem;
4612
4624
  --bs-popover-body-padding-y: 1rem;
@@ -4650,7 +4662,7 @@ textarea.form-control-lg {
4650
4662
  border-width: 0; }
4651
4663
 
4652
4664
  .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
4653
- bottom: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width)); }
4665
+ bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
4654
4666
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
4655
4667
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
4656
4668
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
@@ -4662,7 +4674,7 @@ textarea.form-control-lg {
4662
4674
 
4663
4675
  /* rtl:begin:ignore */
4664
4676
  .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
4665
- left: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width));
4677
+ left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
4666
4678
  width: var(--bs-popover-arrow-height);
4667
4679
  height: var(--bs-popover-arrow-width); }
4668
4680
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
@@ -4676,7 +4688,7 @@ textarea.form-control-lg {
4676
4688
 
4677
4689
  /* rtl:end:ignore */
4678
4690
  .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
4679
- top: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width)); }
4691
+ top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
4680
4692
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
4681
4693
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
4682
4694
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
@@ -4692,13 +4704,13 @@ textarea.form-control-lg {
4692
4704
  left: 50%;
4693
4705
  display: block;
4694
4706
  width: var(--bs-popover-arrow-width);
4695
- margin-left: calc(var(--bs-popover-arrow-width) * -.5);
4707
+ margin-left: calc(-.5 * var(--bs-popover-arrow-width));
4696
4708
  content: "";
4697
4709
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }
4698
4710
 
4699
4711
  /* rtl:begin:ignore */
4700
4712
  .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
4701
- right: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width));
4713
+ right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
4702
4714
  width: var(--bs-popover-arrow-height);
4703
4715
  height: var(--bs-popover-arrow-width); }
4704
4716
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
@@ -4958,6 +4970,7 @@ textarea.form-control-lg {
4958
4970
  --bs-spinner-animation-speed: 1.5s; } }
4959
4971
 
4960
4972
  .offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
4973
+ --bs-offcanvas-zindex: 1045;
4961
4974
  --bs-offcanvas-width: 400px;
4962
4975
  --bs-offcanvas-height: 30vh;
4963
4976
  --bs-offcanvas-padding-x: 1rem;
@@ -4972,7 +4985,7 @@ textarea.form-control-lg {
4972
4985
  .offcanvas-sm {
4973
4986
  position: fixed;
4974
4987
  bottom: 0;
4975
- z-index: 1045;
4988
+ z-index: var(--bs-offcanvas-zindex);
4976
4989
  display: flex;
4977
4990
  flex-direction: column;
4978
4991
  max-width: 100%;
@@ -5037,7 +5050,7 @@ textarea.form-control-lg {
5037
5050
  .offcanvas-md {
5038
5051
  position: fixed;
5039
5052
  bottom: 0;
5040
- z-index: 1045;
5053
+ z-index: var(--bs-offcanvas-zindex);
5041
5054
  display: flex;
5042
5055
  flex-direction: column;
5043
5056
  max-width: 100%;
@@ -5102,7 +5115,7 @@ textarea.form-control-lg {
5102
5115
  .offcanvas-lg {
5103
5116
  position: fixed;
5104
5117
  bottom: 0;
5105
- z-index: 1045;
5118
+ z-index: var(--bs-offcanvas-zindex);
5106
5119
  display: flex;
5107
5120
  flex-direction: column;
5108
5121
  max-width: 100%;
@@ -5167,7 +5180,7 @@ textarea.form-control-lg {
5167
5180
  .offcanvas-xl {
5168
5181
  position: fixed;
5169
5182
  bottom: 0;
5170
- z-index: 1045;
5183
+ z-index: var(--bs-offcanvas-zindex);
5171
5184
  display: flex;
5172
5185
  flex-direction: column;
5173
5186
  max-width: 100%;
@@ -5232,7 +5245,7 @@ textarea.form-control-lg {
5232
5245
  .offcanvas-xxl {
5233
5246
  position: fixed;
5234
5247
  bottom: 0;
5235
- z-index: 1045;
5248
+ z-index: var(--bs-offcanvas-zindex);
5236
5249
  display: flex;
5237
5250
  flex-direction: column;
5238
5251
  max-width: 100%;
@@ -5296,7 +5309,7 @@ textarea.form-control-lg {
5296
5309
  .offcanvas {
5297
5310
  position: fixed;
5298
5311
  bottom: 0;
5299
- z-index: 1045;
5312
+ z-index: var(--bs-offcanvas-zindex);
5300
5313
  display: flex;
5301
5314
  flex-direction: column;
5302
5315
  max-width: 100%;
@@ -5361,9 +5374,9 @@ textarea.form-control-lg {
5361
5374
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
5362
5375
  .offcanvas-header .btn-close {
5363
5376
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
5364
- margin-top: calc(var(--bs-offcanvas-padding-y) * -.5);
5365
- margin-right: calc(var(--bs-offcanvas-padding-x) * -.5);
5366
- margin-bottom: calc(var(--bs-offcanvas-padding-y) * -.5); }
5377
+ margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
5378
+ margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
5379
+ margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y)); }
5367
5380
 
5368
5381
  .offcanvas-title {
5369
5382
  margin-bottom: 0;