j1-template 2022.5.2 → 2022.5.3

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -86,7 +86,7 @@
86
86
  # -----------------------------------------------------------------------------
87
87
  */
88
88
  /*!
89
- * Bootstrap v5.2.0 (https://getbootstrap.com/)
89
+ * Bootstrap v5.2.1 (https://getbootstrap.com/)
90
90
  * Copyright 2011-2022 The Bootstrap Authors
91
91
  * Copyright 2011-2022 Twitter, Inc.
92
92
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
@@ -2180,6 +2180,7 @@ textarea.form-control-lg {
2180
2180
  height: 100%;
2181
2181
  padding: 1rem 0;
2182
2182
  overflow: hidden;
2183
+ text-align: start;
2183
2184
  text-overflow: ellipsis;
2184
2185
  white-space: nowrap;
2185
2186
  pointer-events: none;
@@ -2235,12 +2236,12 @@ textarea.form-control-lg {
2235
2236
  .input-group > .form-control:focus,
2236
2237
  .input-group > .form-select:focus,
2237
2238
  .input-group > .form-floating:focus-within {
2238
- z-index: 3; }
2239
+ z-index: 5; }
2239
2240
  .input-group .btn {
2240
2241
  position: relative;
2241
2242
  z-index: 2; }
2242
2243
  .input-group .btn:focus {
2243
- z-index: 3; }
2244
+ z-index: 5; }
2244
2245
 
2245
2246
  .input-group-text {
2246
2247
  display: flex;
@@ -2290,10 +2291,13 @@ textarea.form-control-lg {
2290
2291
  border-top-right-radius: 0;
2291
2292
  border-bottom-right-radius: 0; }
2292
2293
 
2293
- .input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
2294
+ .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
2295
+ margin-left: -1px;
2296
+ border-top-left-radius: 0;
2297
+ border-bottom-left-radius: 0; }
2298
+
2294
2299
  .input-group > .form-floating:not(:first-child) > .form-control,
2295
2300
  .input-group > .form-floating:not(:first-child) > .form-select {
2296
- margin-left: -1px;
2297
2301
  border-top-left-radius: 0;
2298
2302
  border-bottom-left-radius: 0; }
2299
2303
 
@@ -2364,14 +2368,12 @@ textarea.form-control-lg {
2364
2368
  .form-check-inline .form-check-input ~ .valid-feedback {
2365
2369
  margin-left: .5em; }
2366
2370
 
2367
- .was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
2368
- .input-group .form-select:valid,
2369
- .input-group .form-select.is-valid {
2370
- z-index: 1; }
2371
- .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
2372
- .input-group .form-select:valid:focus,
2373
- .input-group .form-select.is-valid:focus {
2374
- z-index: 3; }
2371
+ .was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
2372
+ .input-group > .form-select:not(:focus):valid,
2373
+ .input-group > .form-select:not(:focus).is-valid, .was-validated
2374
+ .input-group > .form-floating:not(:focus-within):valid,
2375
+ .input-group > .form-floating:not(:focus-within).is-valid {
2376
+ z-index: 3; }
2375
2377
 
2376
2378
  .invalid-feedback {
2377
2379
  display: none;
@@ -2440,14 +2442,12 @@ textarea.form-control-lg {
2440
2442
  .form-check-inline .form-check-input ~ .invalid-feedback {
2441
2443
  margin-left: .5em; }
2442
2444
 
2443
- .was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
2444
- .input-group .form-select:invalid,
2445
- .input-group .form-select.is-invalid {
2446
- z-index: 2; }
2447
- .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
2448
- .input-group .form-select:invalid:focus,
2449
- .input-group .form-select.is-invalid:focus {
2450
- z-index: 3; }
2445
+ .was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
2446
+ .input-group > .form-select:not(:focus):invalid,
2447
+ .input-group > .form-select:not(:focus).is-invalid, .was-validated
2448
+ .input-group > .form-floating:not(:focus-within):invalid,
2449
+ .input-group > .form-floating:not(:focus-within).is-invalid {
2450
+ z-index: 4; }
2451
2451
 
2452
2452
  .btn {
2453
2453
  --bs-btn-padding-x: 1rem;
@@ -2461,6 +2461,7 @@ textarea.form-control-lg {
2461
2461
  --bs-btn-border-width: 1px;
2462
2462
  --bs-btn-border-color: transparent;
2463
2463
  --bs-btn-border-radius: 0.1rem;
2464
+ --bs-btn-hover-border-color: transparent;
2464
2465
  --bs-btn-box-shadow: none;
2465
2466
  --bs-btn-disabled-opacity: 0.65;
2466
2467
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
@@ -2484,24 +2485,28 @@ textarea.form-control-lg {
2484
2485
  @media (prefers-reduced-motion: reduce) {
2485
2486
  .btn {
2486
2487
  transition: none; } }
2487
- .btn:hover {
2488
+ :not(.btn-check) + .btn:hover, .btn:first-child:hover {
2488
2489
  color: var(--bs-btn-hover-color);
2489
2490
  background-color: var(--bs-btn-hover-bg);
2490
2491
  border-color: var(--bs-btn-hover-border-color); }
2491
- .btn-check:focus + .btn, .btn:focus {
2492
+ .btn:focus-visible {
2492
2493
  color: var(--bs-btn-hover-color);
2493
2494
  background-color: var(--bs-btn-hover-bg);
2494
2495
  border-color: var(--bs-btn-hover-border-color);
2495
2496
  outline: 0;
2496
2497
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow); }
2498
+ .btn-check:focus-visible + .btn {
2499
+ border-color: var(--bs-btn-hover-border-color);
2500
+ outline: 0;
2501
+ box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow); }
2497
2502
  .btn-check:checked + .btn,
2498
- .btn-check:active + .btn, .btn:active, .btn.active, .btn.show {
2503
+ :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
2499
2504
  color: var(--bs-btn-active-color);
2500
2505
  background-color: var(--bs-btn-active-bg);
2501
2506
  border-color: var(--bs-btn-active-border-color);
2502
2507
  box-shadow: var(--bs-btn-active-shadow); }
2503
- .btn-check:checked + .btn:focus,
2504
- .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
2508
+ .btn-check:checked + .btn:focus-visible,
2509
+ :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
2505
2510
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow); }
2506
2511
  .btn:disabled, .btn.disabled,
2507
2512
  fieldset:disabled .btn {
@@ -2782,7 +2787,7 @@ textarea.form-control-lg {
2782
2787
  --bs-btn-box-shadow: none;
2783
2788
  --bs-btn-focus-shadow-rgb: 28, 128, 207;
2784
2789
  text-decoration: underline; }
2785
- .btn-link:focus {
2790
+ .btn-link:focus-visible {
2786
2791
  color: var(--bs-btn-color); }
2787
2792
  .btn-link:hover {
2788
2793
  color: var(--bs-btn-hover-color); }
@@ -2848,6 +2853,7 @@ textarea.form-control-lg {
2848
2853
  margin-left: 0; }
2849
2854
 
2850
2855
  .dropdown-menu {
2856
+ --bs-dropdown-zindex: 1000;
2851
2857
  --bs-dropdown-min-width: 10rem;
2852
2858
  --bs-dropdown-padding-x: 0;
2853
2859
  --bs-dropdown-padding-y: 0.5rem;
@@ -2874,7 +2880,7 @@ textarea.form-control-lg {
2874
2880
  --bs-dropdown-header-padding-x: 1rem;
2875
2881
  --bs-dropdown-header-padding-y: 0.5rem;
2876
2882
  position: absolute;
2877
- z-index: 1000;
2883
+ z-index: var(--bs-dropdown-zindex);
2878
2884
  display: none;
2879
2885
  min-width: var(--bs-dropdown-min-width);
2880
2886
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
@@ -3131,7 +3137,7 @@ textarea.form-control-lg {
3131
3137
 
3132
3138
  .btn-group {
3133
3139
  border-radius: 0.1rem; }
3134
- .btn-group > .btn:not(:first-child),
3140
+ .btn-group > :not(.btn-check:first-child) + .btn,
3135
3141
  .btn-group > .btn-group:not(:first-child) {
3136
3142
  margin-left: -1px; }
3137
3143
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
@@ -3228,7 +3234,7 @@ textarea.form-control-lg {
3228
3234
  --bs-nav-tabs-link-active-border-color: #e0e0e0 #e0e0e0 #fff;
3229
3235
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
3230
3236
  .nav-tabs .nav-link {
3231
- margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
3237
+ margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
3232
3238
  background: none;
3233
3239
  border: var(--bs-nav-tabs-border-width) solid transparent;
3234
3240
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
@@ -3246,7 +3252,7 @@ textarea.form-control-lg {
3246
3252
  background-color: var(--bs-nav-tabs-link-active-bg);
3247
3253
  border-color: var(--bs-nav-tabs-link-active-border-color); }
3248
3254
  .nav-tabs .dropdown-menu {
3249
- margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
3255
+ margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
3250
3256
  border-top-left-radius: 0;
3251
3257
  border-top-right-radius: 0; }
3252
3258
 
@@ -3787,7 +3793,7 @@ textarea.form-control-lg {
3787
3793
  border-bottom-left-radius: 0; } }
3788
3794
 
3789
3795
  .accordion {
3790
- --bs-accordion-color: #000;
3796
+ --bs-accordion-color: var(--bs-body-color);
3791
3797
  --bs-accordion-bg: #fff;
3792
3798
  --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;
3793
3799
  --bs-accordion-border-color: var(--bs-border-color);
@@ -3830,7 +3836,7 @@ textarea.form-control-lg {
3830
3836
  .accordion-button:not(.collapsed) {
3831
3837
  color: var(--bs-accordion-active-color);
3832
3838
  background-color: var(--bs-accordion-active-bg);
3833
- box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color); }
3839
+ box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
3834
3840
  .accordion-button:not(.collapsed)::after {
3835
3841
  background-image: var(--bs-accordion-btn-active-icon);
3836
3842
  transform: var(--bs-accordion-btn-icon-transform); }
@@ -3894,7 +3900,7 @@ textarea.form-control-lg {
3894
3900
  border-top: 0; }
3895
3901
  .accordion-flush .accordion-item:last-child {
3896
3902
  border-bottom: 0; }
3897
- .accordion-flush .accordion-item .accordion-button {
3903
+ .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
3898
3904
  border-radius: 0; }
3899
3905
 
3900
3906
  .breadcrumb {
@@ -3991,8 +3997,13 @@ textarea.form-control-lg {
3991
3997
  .page-item:not(:first-child) .page-link {
3992
3998
  margin-left: 0; }
3993
3999
 
3994
- .page-item .page-link {
3995
- border-radius: var(--bs-pagination-border-radius); }
4000
+ .page-item:first-child .page-link {
4001
+ border-top-left-radius: var(--bs-pagination-border-radius);
4002
+ border-bottom-left-radius: var(--bs-pagination-border-radius); }
4003
+
4004
+ .page-item:last-child .page-link {
4005
+ border-top-right-radius: var(--bs-pagination-border-radius);
4006
+ border-bottom-right-radius: var(--bs-pagination-border-radius); }
3996
4007
 
3997
4008
  .pagination-lg {
3998
4009
  --bs-pagination-padding-x: 0;
@@ -4233,15 +4244,15 @@ textarea.form-control-lg {
4233
4244
  .list-group-item + .list-group-item {
4234
4245
  border-top-width: 0; }
4235
4246
  .list-group-item + .list-group-item.active {
4236
- margin-top: calc(var(--bs-list-group-border-width) * -1);
4247
+ margin-top: calc(-1 * var(--bs-list-group-border-width));
4237
4248
  border-top-width: var(--bs-list-group-border-width); }
4238
4249
 
4239
4250
  .list-group-horizontal {
4240
4251
  flex-direction: row; }
4241
- .list-group-horizontal > .list-group-item:first-child {
4252
+ .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
4242
4253
  border-bottom-left-radius: var(--bs-list-group-border-radius);
4243
4254
  border-top-right-radius: 0; }
4244
- .list-group-horizontal > .list-group-item:last-child {
4255
+ .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
4245
4256
  border-top-right-radius: var(--bs-list-group-border-radius);
4246
4257
  border-bottom-left-radius: 0; }
4247
4258
  .list-group-horizontal > .list-group-item.active {
@@ -4250,16 +4261,16 @@ textarea.form-control-lg {
4250
4261
  border-top-width: var(--bs-list-group-border-width);
4251
4262
  border-left-width: 0; }
4252
4263
  .list-group-horizontal > .list-group-item + .list-group-item.active {
4253
- margin-left: calc(var(--bs-list-group-border-width) * -1);
4264
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
4254
4265
  border-left-width: var(--bs-list-group-border-width); }
4255
4266
 
4256
4267
  @media (min-width: 576px) {
4257
4268
  .list-group-horizontal-sm {
4258
4269
  flex-direction: row; }
4259
- .list-group-horizontal-sm > .list-group-item:first-child {
4270
+ .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
4260
4271
  border-bottom-left-radius: var(--bs-list-group-border-radius);
4261
4272
  border-top-right-radius: 0; }
4262
- .list-group-horizontal-sm > .list-group-item:last-child {
4273
+ .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
4263
4274
  border-top-right-radius: var(--bs-list-group-border-radius);
4264
4275
  border-bottom-left-radius: 0; }
4265
4276
  .list-group-horizontal-sm > .list-group-item.active {
@@ -4268,16 +4279,16 @@ textarea.form-control-lg {
4268
4279
  border-top-width: var(--bs-list-group-border-width);
4269
4280
  border-left-width: 0; }
4270
4281
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
4271
- margin-left: calc(var(--bs-list-group-border-width) * -1);
4282
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
4272
4283
  border-left-width: var(--bs-list-group-border-width); } }
4273
4284
 
4274
4285
  @media (min-width: 768px) {
4275
4286
  .list-group-horizontal-md {
4276
4287
  flex-direction: row; }
4277
- .list-group-horizontal-md > .list-group-item:first-child {
4288
+ .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
4278
4289
  border-bottom-left-radius: var(--bs-list-group-border-radius);
4279
4290
  border-top-right-radius: 0; }
4280
- .list-group-horizontal-md > .list-group-item:last-child {
4291
+ .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
4281
4292
  border-top-right-radius: var(--bs-list-group-border-radius);
4282
4293
  border-bottom-left-radius: 0; }
4283
4294
  .list-group-horizontal-md > .list-group-item.active {
@@ -4286,16 +4297,16 @@ textarea.form-control-lg {
4286
4297
  border-top-width: var(--bs-list-group-border-width);
4287
4298
  border-left-width: 0; }
4288
4299
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
4289
- margin-left: calc(var(--bs-list-group-border-width) * -1);
4300
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
4290
4301
  border-left-width: var(--bs-list-group-border-width); } }
4291
4302
 
4292
4303
  @media (min-width: 992px) {
4293
4304
  .list-group-horizontal-lg {
4294
4305
  flex-direction: row; }
4295
- .list-group-horizontal-lg > .list-group-item:first-child {
4306
+ .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
4296
4307
  border-bottom-left-radius: var(--bs-list-group-border-radius);
4297
4308
  border-top-right-radius: 0; }
4298
- .list-group-horizontal-lg > .list-group-item:last-child {
4309
+ .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
4299
4310
  border-top-right-radius: var(--bs-list-group-border-radius);
4300
4311
  border-bottom-left-radius: 0; }
4301
4312
  .list-group-horizontal-lg > .list-group-item.active {
@@ -4304,16 +4315,16 @@ textarea.form-control-lg {
4304
4315
  border-top-width: var(--bs-list-group-border-width);
4305
4316
  border-left-width: 0; }
4306
4317
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
4307
- margin-left: calc(var(--bs-list-group-border-width) * -1);
4318
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
4308
4319
  border-left-width: var(--bs-list-group-border-width); } }
4309
4320
 
4310
4321
  @media (min-width: 1200px) {
4311
4322
  .list-group-horizontal-xl {
4312
4323
  flex-direction: row; }
4313
- .list-group-horizontal-xl > .list-group-item:first-child {
4324
+ .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
4314
4325
  border-bottom-left-radius: var(--bs-list-group-border-radius);
4315
4326
  border-top-right-radius: 0; }
4316
- .list-group-horizontal-xl > .list-group-item:last-child {
4327
+ .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
4317
4328
  border-top-right-radius: var(--bs-list-group-border-radius);
4318
4329
  border-bottom-left-radius: 0; }
4319
4330
  .list-group-horizontal-xl > .list-group-item.active {
@@ -4322,16 +4333,16 @@ textarea.form-control-lg {
4322
4333
  border-top-width: var(--bs-list-group-border-width);
4323
4334
  border-left-width: 0; }
4324
4335
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
4325
- margin-left: calc(var(--bs-list-group-border-width) * -1);
4336
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
4326
4337
  border-left-width: var(--bs-list-group-border-width); } }
4327
4338
 
4328
4339
  @media (min-width: 1400px) {
4329
4340
  .list-group-horizontal-xxl {
4330
4341
  flex-direction: row; }
4331
- .list-group-horizontal-xxl > .list-group-item:first-child {
4342
+ .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
4332
4343
  border-bottom-left-radius: var(--bs-list-group-border-radius);
4333
4344
  border-top-right-radius: 0; }
4334
- .list-group-horizontal-xxl > .list-group-item:last-child {
4345
+ .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
4335
4346
  border-top-right-radius: var(--bs-list-group-border-radius);
4336
4347
  border-bottom-left-radius: 0; }
4337
4348
  .list-group-horizontal-xxl > .list-group-item.active {
@@ -4340,7 +4351,7 @@ textarea.form-control-lg {
4340
4351
  border-top-width: var(--bs-list-group-border-width);
4341
4352
  border-left-width: 0; }
4342
4353
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
4343
- margin-left: calc(var(--bs-list-group-border-width) * -1);
4354
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
4344
4355
  border-left-width: var(--bs-list-group-border-width); } }
4345
4356
 
4346
4357
  .list-group-flush {
@@ -4465,6 +4476,7 @@ textarea.form-control-lg {
4465
4476
  filter: invert(1) grayscale(100%) brightness(200%); }
4466
4477
 
4467
4478
  .toast {
4479
+ --bs-toast-zindex: 1090;
4468
4480
  --bs-toast-padding-x: 0.75rem;
4469
4481
  --bs-toast-padding-y: 0.5rem;
4470
4482
  --bs-toast-spacing: 1.5rem;
@@ -4496,7 +4508,7 @@ textarea.form-control-lg {
4496
4508
 
4497
4509
  .toast-container {
4498
4510
  position: absolute;
4499
- z-index: 1090;
4511
+ z-index: var(--bs-toast-zindex);
4500
4512
  width: max-content;
4501
4513
  max-width: 100%;
4502
4514
  pointer-events: none; }
@@ -4514,7 +4526,7 @@ textarea.form-control-lg {
4514
4526
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
4515
4527
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }
4516
4528
  .toast-header .btn-close {
4517
- margin-right: calc(var(--bs-toast-padding-x) * -.5);
4529
+ margin-right: calc(-.5 * var(--bs-toast-padding-x));
4518
4530
  margin-left: var(--bs-toast-padding-x); }
4519
4531
 
4520
4532
  .toast-body {
@@ -4624,7 +4636,7 @@ textarea.form-control-lg {
4624
4636
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
4625
4637
  .modal-header .btn-close {
4626
4638
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
4627
- 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; }
4639
+ 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; }
4628
4640
 
4629
4641
  .modal-title {
4630
4642
  margin-bottom: 0;
@@ -4867,7 +4879,7 @@ textarea.form-control-lg {
4867
4879
  --bs-popover-header-padding-x: 1rem;
4868
4880
  --bs-popover-header-padding-y: 0.5rem;
4869
4881
  --bs-popover-header-font-size: 1rem;
4870
- --bs-popover-header-color: var(--bs-heading-color);
4882
+ --bs-popover-header-color: ;
4871
4883
  --bs-popover-header-bg: #f0f0f0;
4872
4884
  --bs-popover-body-padding-x: 1rem;
4873
4885
  --bs-popover-body-padding-y: 1rem;
@@ -4912,7 +4924,7 @@ textarea.form-control-lg {
4912
4924
  border-width: 0; }
4913
4925
 
4914
4926
  .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
4915
- bottom: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width)); }
4927
+ bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
4916
4928
  .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 {
4917
4929
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
4918
4930
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
@@ -4924,7 +4936,7 @@ textarea.form-control-lg {
4924
4936
 
4925
4937
  /* rtl:begin:ignore */
4926
4938
  .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
4927
- left: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width));
4939
+ left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
4928
4940
  width: var(--bs-popover-arrow-height);
4929
4941
  height: var(--bs-popover-arrow-width); }
4930
4942
  .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 {
@@ -4938,7 +4950,7 @@ textarea.form-control-lg {
4938
4950
 
4939
4951
  /* rtl:end:ignore */
4940
4952
  .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
4941
- top: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width)); }
4953
+ top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
4942
4954
  .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 {
4943
4955
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
4944
4956
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
@@ -4954,13 +4966,13 @@ textarea.form-control-lg {
4954
4966
  left: 50%;
4955
4967
  display: block;
4956
4968
  width: var(--bs-popover-arrow-width);
4957
- margin-left: calc(var(--bs-popover-arrow-width) * -.5);
4969
+ margin-left: calc(-.5 * var(--bs-popover-arrow-width));
4958
4970
  content: "";
4959
4971
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }
4960
4972
 
4961
4973
  /* rtl:begin:ignore */
4962
4974
  .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
4963
- right: calc((var(--bs-popover-arrow-height) * -1) - var(--bs-popover-border-width));
4975
+ right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
4964
4976
  width: var(--bs-popover-arrow-height);
4965
4977
  height: var(--bs-popover-arrow-width); }
4966
4978
  .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 {
@@ -5220,6 +5232,7 @@ textarea.form-control-lg {
5220
5232
  --bs-spinner-animation-speed: 1.5s; } }
5221
5233
 
5222
5234
  .offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
5235
+ --bs-offcanvas-zindex: 1045;
5223
5236
  --bs-offcanvas-width: 400px;
5224
5237
  --bs-offcanvas-height: 30vh;
5225
5238
  --bs-offcanvas-padding-x: 1rem;
@@ -5234,7 +5247,7 @@ textarea.form-control-lg {
5234
5247
  .offcanvas-sm {
5235
5248
  position: fixed;
5236
5249
  bottom: 0;
5237
- z-index: 1045;
5250
+ z-index: var(--bs-offcanvas-zindex);
5238
5251
  display: flex;
5239
5252
  flex-direction: column;
5240
5253
  max-width: 100%;
@@ -5300,7 +5313,7 @@ textarea.form-control-lg {
5300
5313
  .offcanvas-md {
5301
5314
  position: fixed;
5302
5315
  bottom: 0;
5303
- z-index: 1045;
5316
+ z-index: var(--bs-offcanvas-zindex);
5304
5317
  display: flex;
5305
5318
  flex-direction: column;
5306
5319
  max-width: 100%;
@@ -5366,7 +5379,7 @@ textarea.form-control-lg {
5366
5379
  .offcanvas-lg {
5367
5380
  position: fixed;
5368
5381
  bottom: 0;
5369
- z-index: 1045;
5382
+ z-index: var(--bs-offcanvas-zindex);
5370
5383
  display: flex;
5371
5384
  flex-direction: column;
5372
5385
  max-width: 100%;
@@ -5432,7 +5445,7 @@ textarea.form-control-lg {
5432
5445
  .offcanvas-xl {
5433
5446
  position: fixed;
5434
5447
  bottom: 0;
5435
- z-index: 1045;
5448
+ z-index: var(--bs-offcanvas-zindex);
5436
5449
  display: flex;
5437
5450
  flex-direction: column;
5438
5451
  max-width: 100%;
@@ -5498,7 +5511,7 @@ textarea.form-control-lg {
5498
5511
  .offcanvas-xxl {
5499
5512
  position: fixed;
5500
5513
  bottom: 0;
5501
- z-index: 1045;
5514
+ z-index: var(--bs-offcanvas-zindex);
5502
5515
  display: flex;
5503
5516
  flex-direction: column;
5504
5517
  max-width: 100%;
@@ -5563,7 +5576,7 @@ textarea.form-control-lg {
5563
5576
  .offcanvas {
5564
5577
  position: fixed;
5565
5578
  bottom: 0;
5566
- z-index: 1045;
5579
+ z-index: var(--bs-offcanvas-zindex);
5567
5580
  display: flex;
5568
5581
  flex-direction: column;
5569
5582
  max-width: 100%;
@@ -5629,9 +5642,9 @@ textarea.form-control-lg {
5629
5642
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
5630
5643
  .offcanvas-header .btn-close {
5631
5644
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
5632
- margin-top: calc(var(--bs-offcanvas-padding-y) * -.5);
5633
- margin-right: calc(var(--bs-offcanvas-padding-x) * -.5);
5634
- margin-bottom: calc(var(--bs-offcanvas-padding-y) * -.5); }
5645
+ margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
5646
+ margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
5647
+ margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y)); }
5635
5648
 
5636
5649
  .offcanvas-title {
5637
5650
  margin-bottom: 0;
@@ -10660,22 +10673,18 @@ fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-contro
10660
10673
  .is-focused .form-check-inline .form-check-input ~ .valid-feedback {
10661
10674
  margin-left: .5em; }
10662
10675
 
10663
- .was-validated .is-focused .input-group .form-control:valid, .is-focused .input-group .form-control.is-valid, .was-validated
10664
- .is-focused .input-group .form-select:valid,
10665
- .is-focused .input-group .form-select.is-valid, .was-validated
10666
- .is-focused .input-group .form-control:valid,
10667
- .is-focused .input-group .form-control.is-valid, .was-validated
10668
- .is-focused .input-group .form-select:valid,
10669
- .is-focused .input-group .form-select.is-valid {
10670
- z-index: 1; }
10671
- .was-validated .is-focused .input-group .form-control:valid:focus, .is-focused .input-group .form-control.is-valid:focus, .was-validated
10672
- .is-focused .input-group .form-select:valid:focus,
10673
- .is-focused .input-group .form-select.is-valid:focus, .was-validated
10674
- .is-focused .input-group .form-control:valid:focus,
10675
- .is-focused .input-group .form-control.is-valid:focus, .was-validated
10676
- .is-focused .input-group .form-select:valid:focus,
10677
- .is-focused .input-group .form-select.is-valid:focus {
10678
- z-index: 3; }
10676
+ .was-validated .is-focused .input-group > .form-control:not(:focus):valid, .is-focused .input-group > .form-control:not(:focus).is-valid, .was-validated
10677
+ .is-focused .input-group > .form-select:not(:focus):valid,
10678
+ .is-focused .input-group > .form-select:not(:focus).is-valid, .was-validated
10679
+ .is-focused .input-group > .form-floating:not(:focus-within):valid,
10680
+ .is-focused .input-group > .form-floating:not(:focus-within).is-valid, .was-validated
10681
+ .is-focused .input-group > .form-control:not(:focus):valid,
10682
+ .is-focused .input-group > .form-control:not(:focus).is-valid, .was-validated
10683
+ .is-focused .input-group > .form-select:not(:focus):valid,
10684
+ .is-focused .input-group > .form-select:not(:focus).is-valid, .was-validated
10685
+ .is-focused .input-group > .form-floating:not(:focus-within):valid,
10686
+ .is-focused .input-group > .form-floating:not(:focus-within).is-valid {
10687
+ z-index: 3; }
10679
10688
 
10680
10689
  .is-focused [class^='bmd-label'],
10681
10690
  .is-focused [class*=' bmd-label'],
@@ -10790,18 +10799,16 @@ fieldset[disabled][disabled] .has-success .form-control, .has-success .form-cont
10790
10799
  .has-success .is-focused .form-check-inline .form-check-input ~ .valid-feedback, .has-success.is-focused .form-check-inline .form-check-input ~ .valid-feedback {
10791
10800
  margin-left: .5em; }
10792
10801
 
10793
- .was-validated .has-success .is-focused .input-group .form-control:valid, .has-success .is-focused .input-group .form-control.is-valid, .was-validated
10794
- .has-success .is-focused .input-group .form-select:valid,
10795
- .has-success .is-focused .input-group .form-select.is-valid, .was-validated .has-success.is-focused .input-group .form-control:valid, .has-success.is-focused .input-group .form-control.is-valid, .was-validated
10796
- .has-success.is-focused .input-group .form-select:valid,
10797
- .has-success.is-focused .input-group .form-select.is-valid {
10798
- z-index: 1; }
10799
- .was-validated .has-success .is-focused .input-group .form-control:valid:focus, .has-success .is-focused .input-group .form-control.is-valid:focus, .was-validated
10800
- .has-success .is-focused .input-group .form-select:valid:focus,
10801
- .has-success .is-focused .input-group .form-select.is-valid:focus, .was-validated .has-success.is-focused .input-group .form-control:valid:focus, .has-success.is-focused .input-group .form-control.is-valid:focus, .was-validated
10802
- .has-success.is-focused .input-group .form-select:valid:focus,
10803
- .has-success.is-focused .input-group .form-select.is-valid:focus {
10804
- z-index: 3; }
10802
+ .was-validated .has-success .is-focused .input-group > .form-control:not(:focus):valid, .has-success .is-focused .input-group > .form-control:not(:focus).is-valid, .was-validated
10803
+ .has-success .is-focused .input-group > .form-select:not(:focus):valid,
10804
+ .has-success .is-focused .input-group > .form-select:not(:focus).is-valid, .was-validated
10805
+ .has-success .is-focused .input-group > .form-floating:not(:focus-within):valid,
10806
+ .has-success .is-focused .input-group > .form-floating:not(:focus-within).is-valid, .was-validated .has-success.is-focused .input-group > .form-control:not(:focus):valid, .has-success.is-focused .input-group > .form-control:not(:focus).is-valid, .was-validated
10807
+ .has-success.is-focused .input-group > .form-select:not(:focus):valid,
10808
+ .has-success.is-focused .input-group > .form-select:not(:focus).is-valid, .was-validated
10809
+ .has-success.is-focused .input-group > .form-floating:not(:focus-within):valid,
10810
+ .has-success.is-focused .input-group > .form-floating:not(:focus-within).is-valid {
10811
+ z-index: 3; }
10805
10812
 
10806
10813
  .has-success .is-focused [class^='bmd-label'],
10807
10814
  .has-success .is-focused [class*=' bmd-label'], .has-success.is-focused [class^='bmd-label'],
@@ -10912,18 +10919,16 @@ fieldset[disabled][disabled] .has-info .form-control, .has-info .form-control.di
10912
10919
  .has-info .is-focused .form-check-inline .form-check-input ~ .valid-feedback, .has-info.is-focused .form-check-inline .form-check-input ~ .valid-feedback {
10913
10920
  margin-left: .5em; }
10914
10921
 
10915
- .was-validated .has-info .is-focused .input-group .form-control:valid, .has-info .is-focused .input-group .form-control.is-valid, .was-validated
10916
- .has-info .is-focused .input-group .form-select:valid,
10917
- .has-info .is-focused .input-group .form-select.is-valid, .was-validated .has-info.is-focused .input-group .form-control:valid, .has-info.is-focused .input-group .form-control.is-valid, .was-validated
10918
- .has-info.is-focused .input-group .form-select:valid,
10919
- .has-info.is-focused .input-group .form-select.is-valid {
10920
- z-index: 1; }
10921
- .was-validated .has-info .is-focused .input-group .form-control:valid:focus, .has-info .is-focused .input-group .form-control.is-valid:focus, .was-validated
10922
- .has-info .is-focused .input-group .form-select:valid:focus,
10923
- .has-info .is-focused .input-group .form-select.is-valid:focus, .was-validated .has-info.is-focused .input-group .form-control:valid:focus, .has-info.is-focused .input-group .form-control.is-valid:focus, .was-validated
10924
- .has-info.is-focused .input-group .form-select:valid:focus,
10925
- .has-info.is-focused .input-group .form-select.is-valid:focus {
10926
- z-index: 3; }
10922
+ .was-validated .has-info .is-focused .input-group > .form-control:not(:focus):valid, .has-info .is-focused .input-group > .form-control:not(:focus).is-valid, .was-validated
10923
+ .has-info .is-focused .input-group > .form-select:not(:focus):valid,
10924
+ .has-info .is-focused .input-group > .form-select:not(:focus).is-valid, .was-validated
10925
+ .has-info .is-focused .input-group > .form-floating:not(:focus-within):valid,
10926
+ .has-info .is-focused .input-group > .form-floating:not(:focus-within).is-valid, .was-validated .has-info.is-focused .input-group > .form-control:not(:focus):valid, .has-info.is-focused .input-group > .form-control:not(:focus).is-valid, .was-validated
10927
+ .has-info.is-focused .input-group > .form-select:not(:focus):valid,
10928
+ .has-info.is-focused .input-group > .form-select:not(:focus).is-valid, .was-validated
10929
+ .has-info.is-focused .input-group > .form-floating:not(:focus-within):valid,
10930
+ .has-info.is-focused .input-group > .form-floating:not(:focus-within).is-valid {
10931
+ z-index: 3; }
10927
10932
 
10928
10933
  .has-info .is-focused [class^='bmd-label'],
10929
10934
  .has-info .is-focused [class*=' bmd-label'], .has-info.is-focused [class^='bmd-label'],
@@ -11034,18 +11039,16 @@ fieldset[disabled][disabled] .has-warning .form-control, .has-warning .form-cont
11034
11039
  .has-warning .is-focused .form-check-inline .form-check-input ~ .valid-feedback, .has-warning.is-focused .form-check-inline .form-check-input ~ .valid-feedback {
11035
11040
  margin-left: .5em; }
11036
11041
 
11037
- .was-validated .has-warning .is-focused .input-group .form-control:valid, .has-warning .is-focused .input-group .form-control.is-valid, .was-validated
11038
- .has-warning .is-focused .input-group .form-select:valid,
11039
- .has-warning .is-focused .input-group .form-select.is-valid, .was-validated .has-warning.is-focused .input-group .form-control:valid, .has-warning.is-focused .input-group .form-control.is-valid, .was-validated
11040
- .has-warning.is-focused .input-group .form-select:valid,
11041
- .has-warning.is-focused .input-group .form-select.is-valid {
11042
- z-index: 1; }
11043
- .was-validated .has-warning .is-focused .input-group .form-control:valid:focus, .has-warning .is-focused .input-group .form-control.is-valid:focus, .was-validated
11044
- .has-warning .is-focused .input-group .form-select:valid:focus,
11045
- .has-warning .is-focused .input-group .form-select.is-valid:focus, .was-validated .has-warning.is-focused .input-group .form-control:valid:focus, .has-warning.is-focused .input-group .form-control.is-valid:focus, .was-validated
11046
- .has-warning.is-focused .input-group .form-select:valid:focus,
11047
- .has-warning.is-focused .input-group .form-select.is-valid:focus {
11048
- z-index: 3; }
11042
+ .was-validated .has-warning .is-focused .input-group > .form-control:not(:focus):valid, .has-warning .is-focused .input-group > .form-control:not(:focus).is-valid, .was-validated
11043
+ .has-warning .is-focused .input-group > .form-select:not(:focus):valid,
11044
+ .has-warning .is-focused .input-group > .form-select:not(:focus).is-valid, .was-validated
11045
+ .has-warning .is-focused .input-group > .form-floating:not(:focus-within):valid,
11046
+ .has-warning .is-focused .input-group > .form-floating:not(:focus-within).is-valid, .was-validated .has-warning.is-focused .input-group > .form-control:not(:focus):valid, .has-warning.is-focused .input-group > .form-control:not(:focus).is-valid, .was-validated
11047
+ .has-warning.is-focused .input-group > .form-select:not(:focus):valid,
11048
+ .has-warning.is-focused .input-group > .form-select:not(:focus).is-valid, .was-validated
11049
+ .has-warning.is-focused .input-group > .form-floating:not(:focus-within):valid,
11050
+ .has-warning.is-focused .input-group > .form-floating:not(:focus-within).is-valid {
11051
+ z-index: 3; }
11049
11052
 
11050
11053
  .has-warning .is-focused [class^='bmd-label'],
11051
11054
  .has-warning .is-focused [class*=' bmd-label'], .has-warning.is-focused [class^='bmd-label'],
@@ -11156,18 +11159,16 @@ fieldset[disabled][disabled] .has-danger .form-control, .has-danger .form-contro
11156
11159
  .has-danger .is-focused .form-check-inline .form-check-input ~ .valid-feedback, .has-danger.is-focused .form-check-inline .form-check-input ~ .valid-feedback {
11157
11160
  margin-left: .5em; }
11158
11161
 
11159
- .was-validated .has-danger .is-focused .input-group .form-control:valid, .has-danger .is-focused .input-group .form-control.is-valid, .was-validated
11160
- .has-danger .is-focused .input-group .form-select:valid,
11161
- .has-danger .is-focused .input-group .form-select.is-valid, .was-validated .has-danger.is-focused .input-group .form-control:valid, .has-danger.is-focused .input-group .form-control.is-valid, .was-validated
11162
- .has-danger.is-focused .input-group .form-select:valid,
11163
- .has-danger.is-focused .input-group .form-select.is-valid {
11164
- z-index: 1; }
11165
- .was-validated .has-danger .is-focused .input-group .form-control:valid:focus, .has-danger .is-focused .input-group .form-control.is-valid:focus, .was-validated
11166
- .has-danger .is-focused .input-group .form-select:valid:focus,
11167
- .has-danger .is-focused .input-group .form-select.is-valid:focus, .was-validated .has-danger.is-focused .input-group .form-control:valid:focus, .has-danger.is-focused .input-group .form-control.is-valid:focus, .was-validated
11168
- .has-danger.is-focused .input-group .form-select:valid:focus,
11169
- .has-danger.is-focused .input-group .form-select.is-valid:focus {
11170
- z-index: 3; }
11162
+ .was-validated .has-danger .is-focused .input-group > .form-control:not(:focus):valid, .has-danger .is-focused .input-group > .form-control:not(:focus).is-valid, .was-validated
11163
+ .has-danger .is-focused .input-group > .form-select:not(:focus):valid,
11164
+ .has-danger .is-focused .input-group > .form-select:not(:focus).is-valid, .was-validated
11165
+ .has-danger .is-focused .input-group > .form-floating:not(:focus-within):valid,
11166
+ .has-danger .is-focused .input-group > .form-floating:not(:focus-within).is-valid, .was-validated .has-danger.is-focused .input-group > .form-control:not(:focus):valid, .has-danger.is-focused .input-group > .form-control:not(:focus).is-valid, .was-validated
11167
+ .has-danger.is-focused .input-group > .form-select:not(:focus):valid,
11168
+ .has-danger.is-focused .input-group > .form-select:not(:focus).is-valid, .was-validated
11169
+ .has-danger.is-focused .input-group > .form-floating:not(:focus-within):valid,
11170
+ .has-danger.is-focused .input-group > .form-floating:not(:focus-within).is-valid {
11171
+ z-index: 3; }
11171
11172
 
11172
11173
  .has-danger .is-focused [class^='bmd-label'],
11173
11174
  .has-danger .is-focused [class*=' bmd-label'], .has-danger.is-focused [class^='bmd-label'],