@dynamic-framework/ui-react 2.0.0-dev.23 → 2.0.0-dev.24

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 (30) hide show
  1. package/dist/css/dynamic-ui-non-root.css +205 -895
  2. package/dist/css/dynamic-ui-non-root.min.css +2 -2
  3. package/dist/css/dynamic-ui-root.css +1 -17
  4. package/dist/css/dynamic-ui-root.min.css +2 -2
  5. package/dist/css/dynamic-ui.css +205 -911
  6. package/dist/css/dynamic-ui.min.css +2 -2
  7. package/dist/index.esm.js +35 -31
  8. package/dist/index.esm.js.map +1 -1
  9. package/dist/index.js +34 -30
  10. package/dist/index.js.map +1 -1
  11. package/dist/types/components/DBadge/DBadge.d.ts +3 -2
  12. package/dist/types/components/DButton/DButton.d.ts +3 -2
  13. package/package.json +7 -14
  14. package/src/style/abstracts/_utilities.scss +7 -8
  15. package/src/style/abstracts/variables/_+import.scss +0 -4
  16. package/src/style/abstracts/variables/_alerts.scss +1 -1
  17. package/src/style/abstracts/variables/_input-phone.scss +1 -1
  18. package/src/style/abstracts/variables/_tooltip.scss +2 -2
  19. package/src/style/abstracts/variables/_typography.scss +0 -40
  20. package/src/style/base/_badge.scss +2 -2
  21. package/src/style/base/_type.scss +3 -6
  22. package/src/style/components/_d-credit-card.scss +22 -12
  23. package/src/style/components/_d-icon.scss +17 -0
  24. package/src/style/dynamic-ui.scss +1 -0
  25. package/src/style/helpers/_color-bg.scss +1 -3
  26. package/src/style/root/_root.scss +0 -5
  27. package/src/style/abstracts/variables/_quick-action-button.scss +0 -31
  28. package/src/style/abstracts/variables/_quick-action-check.scss +0 -22
  29. package/src/style/abstracts/variables/_quick-action-select.scss +0 -16
  30. package/src/style/abstracts/variables/_quick-action-switch.scss +0 -19
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * dynamic-framework 2.0.0-dev.23
2
+ * dynamic-framework 2.0.0-dev.24
3
3
  * bootstrap ~5.3.8
4
4
  * license https://github.com/dynamic-framework/dynamic-ui/blob/master/LICENSE.md
5
5
  */
@@ -520,16 +520,6 @@
520
520
  --bs-fs-6: var(--bs-rfs-fs-6);
521
521
  --bs-rfs-fs-small: 0.875em;
522
522
  --bs-fs-small: var(--bs-rfs-fs-small);
523
- --bs-rfs-fs-body-large: calc(1.275rem + 0.3vw);
524
- --bs-fs-body-large: var(--bs-rfs-fs-body-large);
525
- --bs-rfs-fs-body-medium: 1.25rem;
526
- --bs-fs-body-medium: var(--bs-rfs-fs-body-medium);
527
- --bs-rfs-fs-body-normal: 1rem;
528
- --bs-fs-body-normal: var(--bs-rfs-fs-body-normal);
529
- --bs-rfs-fs-body-small: 0.875rem;
530
- --bs-fs-body-small: var(--bs-rfs-fs-body-small);
531
- --bs-rfs-fs-body-tiny: 0.8125rem;
532
- --bs-fs-body-tiny: var(--bs-rfs-fs-body-tiny);
533
523
  --bs-fw-lighter: lighter;
534
524
  --bs-fw-light: 200;
535
525
  --bs-fw-normal: 400;
@@ -1125,12 +1115,6 @@
1125
1115
  --bs-rfs-fs-4: 1.5rem;
1126
1116
  }
1127
1117
  }
1128
- @media (min-width: 1200px) {
1129
- :root,
1130
- [data-bs-theme=dynamic] {
1131
- --bs-rfs-fs-body-large: 1.5rem;
1132
- }
1133
- }
1134
1118
 
1135
1119
  *,
1136
1120
  *::before,
@@ -6093,15 +6077,15 @@ textarea.form-control-lg {
6093
6077
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
6094
6078
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
6095
6079
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
6096
- --bs-navbar-brand-padding-y: 0.40625rem;
6080
+ --bs-navbar-brand-padding-y: 0.3125rem;
6097
6081
  --bs-navbar-brand-margin-end: 1rem;
6098
- --bs-navbar-brand-font-size: 1.125rem;
6082
+ --bs-navbar-brand-font-size: 1.25rem;
6099
6083
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
6100
6084
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
6101
6085
  --bs-navbar-nav-link-padding-x: 0.5rem;
6102
6086
  --bs-navbar-toggler-padding-y: 0.25rem;
6103
6087
  --bs-navbar-toggler-padding-x: 0.75rem;
6104
- --bs-navbar-toggler-font-size: 1.125rem;
6088
+ --bs-navbar-toggler-font-size: 1.25rem;
6105
6089
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28var%28--bs-body-color-rgb%29, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
6106
6090
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
6107
6091
  --bs-navbar-toggler-border-radius: 0.5rem;
@@ -6949,7 +6933,7 @@ textarea.form-control-lg {
6949
6933
  .pagination-lg {
6950
6934
  --bs-pagination-padding-x: var(--bs-ref-spacer-1);
6951
6935
  --bs-pagination-padding-y: var(--bs-ref-spacer-1);
6952
- --bs-pagination-font-size: 1.125rem;
6936
+ --bs-pagination-font-size: 1.25rem;
6953
6937
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
6954
6938
  }
6955
6939
 
@@ -6968,7 +6952,7 @@ textarea.form-control-lg {
6968
6952
  --bs-alert-color: inherit;
6969
6953
  --bs-alert-border-color: transparent;
6970
6954
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
6971
- --bs-alert-border-radius: var(--bs-border-radius-sm);
6955
+ --bs-alert-border-radius: var(--bs-border-radius);
6972
6956
  --bs-alert-link-color: inherit;
6973
6957
  position: relative;
6974
6958
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
@@ -9154,21 +9138,18 @@ textarea.form-control-lg {
9154
9138
  top: -1px;
9155
9139
  }
9156
9140
 
9141
+ /* stylelint-disable declaration-no-important */
9157
9142
  .lead {
9158
9143
  font-size: 1.25rem;
9159
9144
  font-weight: var(--bs-fw-normal);
9160
9145
  }
9161
9146
 
9162
9147
  [class*=display-] {
9163
- font-size: var(--bs-display-font-size);
9148
+ font-size: var(--bs-display-font-size) !important;
9164
9149
  font-weight: var(--bs-fw-normal);
9165
9150
  line-height: var(--bs-heading-line-height);
9166
9151
  }
9167
9152
 
9168
- [class*=fs-body-] {
9169
- font-size: var(--bs-fs-body-font-size);
9170
- }
9171
-
9172
9153
  .list-unstyled {
9173
9154
  padding-left: 0;
9174
9155
  list-style: none;
@@ -9218,8 +9199,8 @@ body {
9218
9199
  --bs-badge-icon-size: var(--bs-body-font-size);
9219
9200
  --bs-badge-bg: var(--bs-white);
9220
9201
  --bs-badge-color: var(--bs-gray-900);
9221
- --bs-badge-sm-font-size: var(--bs-fs-body-small);
9222
- --bs-badge-lg-font-size: var(--bs-fs-body-large);
9202
+ --bs-badge-sm-font-size: var(--bs-fs-small);
9203
+ --bs-badge-lg-font-size: var(--bs-fs-5);
9223
9204
  display: inline-flex;
9224
9205
  gap: var(--bs-badge-gap);
9225
9206
  align-items: center;
@@ -10688,8 +10669,8 @@ label {
10688
10669
  }
10689
10670
 
10690
10671
  .tooltip {
10691
- --bs-tooltip-sm-font-size: var(--bs-fs-body-small);
10692
- --bs-tooltip-lg-font-size: var(--bs-fs-body-medium);
10672
+ --bs-tooltip-sm-font-size: var(--bs-fs-small);
10673
+ --bs-tooltip-lg-font-size: var(--bs-fs-5);
10693
10674
  }
10694
10675
  .tooltip.tooltip-sm {
10695
10676
  --bs-tooltip-font-size: var(--bs-tooltip-sm-font-size);
@@ -10847,6 +10828,147 @@ label {
10847
10828
  color: var(--bs-icon-color);
10848
10829
  }
10849
10830
 
10831
+ .d-icon-has-circle {
10832
+ --bs-icon-component-bg-opacity: .1;
10833
+ --bs-icon-component-bg-color: rgba(var(--bs-body-color-rgb), var(--bs-icon-component-bg-opacity));
10834
+ }
10835
+
10836
+ .d-icon-color-primary {
10837
+ --bs-icon-component-color: var(--bs-primary);
10838
+ }
10839
+
10840
+ .d-icon-color-primary.d-icon-has-circle {
10841
+ --bs-icon-component-bg-color: rgba(var(--bs-primary-rgb), var(--bs-icon-component-bg-opacity));
10842
+ }
10843
+
10844
+ .d-icon-color-secondary {
10845
+ --bs-icon-component-color: var(--bs-secondary);
10846
+ }
10847
+
10848
+ .d-icon-color-secondary.d-icon-has-circle {
10849
+ --bs-icon-component-bg-color: rgba(var(--bs-secondary-rgb), var(--bs-icon-component-bg-opacity));
10850
+ }
10851
+
10852
+ .d-icon-color-success {
10853
+ --bs-icon-component-color: var(--bs-success);
10854
+ }
10855
+
10856
+ .d-icon-color-success.d-icon-has-circle {
10857
+ --bs-icon-component-bg-color: rgba(var(--bs-success-rgb), var(--bs-icon-component-bg-opacity));
10858
+ }
10859
+
10860
+ .d-icon-color-info {
10861
+ --bs-icon-component-color: var(--bs-info);
10862
+ }
10863
+
10864
+ .d-icon-color-info.d-icon-has-circle {
10865
+ --bs-icon-component-bg-color: rgba(var(--bs-info-rgb), var(--bs-icon-component-bg-opacity));
10866
+ }
10867
+
10868
+ .d-icon-color-warning {
10869
+ --bs-icon-component-color: var(--bs-warning);
10870
+ }
10871
+
10872
+ .d-icon-color-warning.d-icon-has-circle {
10873
+ --bs-icon-component-bg-color: rgba(var(--bs-warning-rgb), var(--bs-icon-component-bg-opacity));
10874
+ }
10875
+
10876
+ .d-icon-color-danger {
10877
+ --bs-icon-component-color: var(--bs-danger);
10878
+ }
10879
+
10880
+ .d-icon-color-danger.d-icon-has-circle {
10881
+ --bs-icon-component-bg-color: rgba(var(--bs-danger-rgb), var(--bs-icon-component-bg-opacity));
10882
+ }
10883
+
10884
+ .d-icon-color-light {
10885
+ --bs-icon-component-color: var(--bs-light);
10886
+ }
10887
+
10888
+ .d-icon-color-light.d-icon-has-circle {
10889
+ --bs-icon-component-bg-color: rgba(var(--bs-light-rgb), var(--bs-icon-component-bg-opacity));
10890
+ }
10891
+
10892
+ .d-icon-color-dark {
10893
+ --bs-icon-component-color: var(--bs-dark);
10894
+ }
10895
+
10896
+ .d-icon-color-dark.d-icon-has-circle {
10897
+ --bs-icon-component-bg-color: rgba(var(--bs-dark-rgb), var(--bs-icon-component-bg-opacity));
10898
+ }
10899
+
10900
+ .d-icon-color-indigo {
10901
+ --bs-icon-component-color: var(--bs-indigo);
10902
+ }
10903
+
10904
+ .d-icon-color-indigo.d-icon-has-circle {
10905
+ --bs-icon-component-bg-color: rgba(var(--bs-indigo-rgb), var(--bs-icon-component-bg-opacity));
10906
+ }
10907
+
10908
+ .d-icon-color-purple {
10909
+ --bs-icon-component-color: var(--bs-purple);
10910
+ }
10911
+
10912
+ .d-icon-color-purple.d-icon-has-circle {
10913
+ --bs-icon-component-bg-color: rgba(var(--bs-purple-rgb), var(--bs-icon-component-bg-opacity));
10914
+ }
10915
+
10916
+ .d-icon-color-pink {
10917
+ --bs-icon-component-color: var(--bs-pink);
10918
+ }
10919
+
10920
+ .d-icon-color-pink.d-icon-has-circle {
10921
+ --bs-icon-component-bg-color: rgba(var(--bs-pink-rgb), var(--bs-icon-component-bg-opacity));
10922
+ }
10923
+
10924
+ .d-icon-color-red {
10925
+ --bs-icon-component-color: var(--bs-red);
10926
+ }
10927
+
10928
+ .d-icon-color-red.d-icon-has-circle {
10929
+ --bs-icon-component-bg-color: rgba(var(--bs-red-rgb), var(--bs-icon-component-bg-opacity));
10930
+ }
10931
+
10932
+ .d-icon-color-orange {
10933
+ --bs-icon-component-color: var(--bs-orange);
10934
+ }
10935
+
10936
+ .d-icon-color-orange.d-icon-has-circle {
10937
+ --bs-icon-component-bg-color: rgba(var(--bs-orange-rgb), var(--bs-icon-component-bg-opacity));
10938
+ }
10939
+
10940
+ .d-icon-color-yellow {
10941
+ --bs-icon-component-color: var(--bs-yellow);
10942
+ }
10943
+
10944
+ .d-icon-color-yellow.d-icon-has-circle {
10945
+ --bs-icon-component-bg-color: rgba(var(--bs-yellow-rgb), var(--bs-icon-component-bg-opacity));
10946
+ }
10947
+
10948
+ .d-icon-color-green {
10949
+ --bs-icon-component-color: var(--bs-green);
10950
+ }
10951
+
10952
+ .d-icon-color-green.d-icon-has-circle {
10953
+ --bs-icon-component-bg-color: rgba(var(--bs-green-rgb), var(--bs-icon-component-bg-opacity));
10954
+ }
10955
+
10956
+ .d-icon-color-teal {
10957
+ --bs-icon-component-color: var(--bs-teal);
10958
+ }
10959
+
10960
+ .d-icon-color-teal.d-icon-has-circle {
10961
+ --bs-icon-component-bg-color: rgba(var(--bs-teal-rgb), var(--bs-icon-component-bg-opacity));
10962
+ }
10963
+
10964
+ .d-icon-color-cyan {
10965
+ --bs-icon-component-color: var(--bs-cyan);
10966
+ }
10967
+
10968
+ .d-icon-color-cyan.d-icon-has-circle {
10969
+ --bs-icon-component-bg-color: rgba(var(--bs-cyan-rgb), var(--bs-icon-component-bg-opacity));
10970
+ }
10971
+
10850
10972
  .d-icon-loading {
10851
10973
  animation: loading-icon var(--bs-icon-loading-duration) infinite linear;
10852
10974
  }
@@ -13154,7 +13276,7 @@ react-datepicker__navigation
13154
13276
  --bs-input-phone-dropdown-shadow: 0;
13155
13277
  --bs-input-phone-dropdown-item-height: 28px;
13156
13278
  --bs-input-phone-dropdown-item-padding: var(--bs-ref-spacer-3) var(--bs-ref-spacer-3);
13157
- --bs-input-phone-dropdown-item-font-size: var(--bs-fs-body-small);
13279
+ --bs-input-phone-dropdown-item-font-size: var(--bs-font-size-sm);
13158
13280
  --bs-input-phone-dropdown-item-font-weight: var(--bs-fw-normal);
13159
13281
  --bs-input-phone-dropdown-item-background-color: var(--bs-white);
13160
13282
  --bs-input-phone-dropdown-item-text-color: var(--bs-body-color);
@@ -13377,32 +13499,38 @@ react-datepicker__navigation
13377
13499
  --bs-d-credit-card-padding: var(--bs-ref-spacer-4);
13378
13500
  --bs-d-credit-card-number-size: inherit;
13379
13501
  --bs-d-credit-card-chip-size: 30px;
13502
+ --bs-d-credit-card-color: var(--bs-white);
13503
+ --bs-d-credit-card-logo-size: 22%;
13504
+ position: relative;
13505
+ display: flex;
13380
13506
  flex-direction: column;
13381
13507
  aspect-ratio: var(--bs-d-credit-card-aspect-ratio);
13382
13508
  padding: var(--bs-d-credit-card-padding);
13509
+ overflow: hidden;
13510
+ color: var(--bs-d-credit-card-color);
13383
13511
  background: var(--bs-d-credit-card-bg);
13384
- --bs-d-credit-card-logo-size: 22%;
13385
- }
13386
- .d-credit-card > * {
13387
- display: flex;
13388
- align-items: center;
13512
+ border-radius: var(--bs-border-radius-lg);
13389
13513
  }
13390
- .d-credit-card .d-credit-card-details .name {
13391
- font-size: var(--bs-ref-fs-6);
13514
+ .d-credit-card .d-credit-card-details {
13515
+ display: block;
13516
+ margin-top: auto;
13392
13517
  }
13393
- .d-credit-card .d-credit-card-details .date {
13518
+ .d-credit-card .d-credit-card-name {
13394
13519
  font-size: var(--bs-ref-fs-6);
13395
13520
  }
13396
13521
  .d-credit-card .d-credit-card-logo {
13397
13522
  width: var(--bs-d-credit-card-logo-size);
13398
13523
  }
13399
13524
  .d-credit-card .d-credit-card-chip {
13525
+ padding: var(--bs-ref-spacer-1);
13400
13526
  background: var(--bs-d-credit-card-chip-bg);
13527
+ border-radius: var(--bs-border-radius-sm);
13401
13528
  }
13402
13529
  .d-credit-card .d-credit-card-chip-image {
13403
13530
  width: var(--bs-d-credit-card-chip-size);
13404
13531
  }
13405
13532
  .d-credit-card .d-credit-card-number {
13533
+ margin-bottom: var(--bs-ref-spacer-4);
13406
13534
  font-family: var(--bs-d-credit-card-font-family-number);
13407
13535
  font-size: var(--bs-d-credit-card-number-size);
13408
13536
  }
@@ -13412,10 +13540,15 @@ react-datepicker__navigation
13412
13540
  --bs-d-credit-card-logo-size: 30%;
13413
13541
  }
13414
13542
  .d-credit-card .d-credit-card-header {
13543
+ display: flex;
13415
13544
  align-items: center;
13416
13545
  justify-content: space-between;
13417
13546
  min-height: 45px;
13418
13547
  }
13548
+ .d-credit-card .d-credit-card-holder-text {
13549
+ display: block;
13550
+ opacity: 0.5;
13551
+ }
13419
13552
 
13420
13553
  .clearfix::after {
13421
13554
  display: block;
@@ -13428,1747 +13561,971 @@ react-datepicker__navigation
13428
13561
  background-color: RGBA(var(--bs-primary-25-rgb), var(--bs-bg-opacity, 1)) !important;
13429
13562
  }
13430
13563
 
13431
- .hover-bg-primary-25:hover {
13432
- background-color: var(--bs-primary-25) !important;
13433
- }
13434
-
13435
13564
  .text-bg-primary-50 {
13436
13565
  color: var(--bs-gray-700) !important;
13437
13566
  background-color: RGBA(var(--bs-primary-50-rgb), var(--bs-bg-opacity, 1)) !important;
13438
13567
  }
13439
13568
 
13440
- .hover-bg-primary-50:hover {
13441
- background-color: var(--bs-primary-50) !important;
13442
- }
13443
-
13444
13569
  .text-bg-primary-100 {
13445
13570
  color: var(--bs-gray-700) !important;
13446
13571
  background-color: RGBA(var(--bs-primary-100-rgb), var(--bs-bg-opacity, 1)) !important;
13447
13572
  }
13448
13573
 
13449
- .hover-bg-primary-100:hover {
13450
- background-color: var(--bs-primary-100) !important;
13451
- }
13452
-
13453
13574
  .text-bg-primary-200 {
13454
13575
  color: var(--bs-gray-700) !important;
13455
13576
  background-color: RGBA(var(--bs-primary-200-rgb), var(--bs-bg-opacity, 1)) !important;
13456
13577
  }
13457
13578
 
13458
- .hover-bg-primary-200:hover {
13459
- background-color: var(--bs-primary-200) !important;
13460
- }
13461
-
13462
13579
  .text-bg-primary-300 {
13463
13580
  color: var(--bs-black) !important;
13464
13581
  background-color: RGBA(var(--bs-primary-300-rgb), var(--bs-bg-opacity, 1)) !important;
13465
13582
  }
13466
13583
 
13467
- .hover-bg-primary-300:hover {
13468
- background-color: var(--bs-primary-300) !important;
13469
- }
13470
-
13471
13584
  .text-bg-primary-400 {
13472
13585
  color: var(--bs-black) !important;
13473
13586
  background-color: RGBA(var(--bs-primary-400-rgb), var(--bs-bg-opacity, 1)) !important;
13474
13587
  }
13475
13588
 
13476
- .hover-bg-primary-400:hover {
13477
- background-color: var(--bs-primary-400) !important;
13478
- }
13479
-
13480
13589
  .text-bg-primary-500 {
13481
13590
  color: var(--bs-white) !important;
13482
13591
  background-color: RGBA(var(--bs-primary-500-rgb), var(--bs-bg-opacity, 1)) !important;
13483
13592
  }
13484
13593
 
13485
- .hover-bg-primary-500:hover {
13486
- background-color: var(--bs-primary-500) !important;
13487
- }
13488
-
13489
13594
  .text-bg-primary-600 {
13490
13595
  color: var(--bs-white) !important;
13491
13596
  background-color: RGBA(var(--bs-primary-600-rgb), var(--bs-bg-opacity, 1)) !important;
13492
13597
  }
13493
13598
 
13494
- .hover-bg-primary-600:hover {
13495
- background-color: var(--bs-primary-600) !important;
13496
- }
13497
-
13498
13599
  .text-bg-primary-700 {
13499
13600
  color: var(--bs-white) !important;
13500
13601
  background-color: RGBA(var(--bs-primary-700-rgb), var(--bs-bg-opacity, 1)) !important;
13501
13602
  }
13502
13603
 
13503
- .hover-bg-primary-700:hover {
13504
- background-color: var(--bs-primary-700) !important;
13505
- }
13506
-
13507
13604
  .text-bg-primary-800 {
13508
13605
  color: var(--bs-white) !important;
13509
13606
  background-color: RGBA(var(--bs-primary-800-rgb), var(--bs-bg-opacity, 1)) !important;
13510
13607
  }
13511
13608
 
13512
- .hover-bg-primary-800:hover {
13513
- background-color: var(--bs-primary-800) !important;
13514
- }
13515
-
13516
13609
  .text-bg-primary-900 {
13517
13610
  color: var(--bs-white) !important;
13518
13611
  background-color: RGBA(var(--bs-primary-900-rgb), var(--bs-bg-opacity, 1)) !important;
13519
13612
  }
13520
13613
 
13521
- .hover-bg-primary-900:hover {
13522
- background-color: var(--bs-primary-900) !important;
13523
- }
13524
-
13525
13614
  .text-bg-secondary-25 {
13526
13615
  color: var(--bs-gray-700) !important;
13527
13616
  background-color: RGBA(var(--bs-secondary-25-rgb), var(--bs-bg-opacity, 1)) !important;
13528
13617
  }
13529
13618
 
13530
- .hover-bg-secondary-25:hover {
13531
- background-color: var(--bs-secondary-25) !important;
13532
- }
13533
-
13534
13619
  .text-bg-secondary-50 {
13535
13620
  color: var(--bs-gray-700) !important;
13536
13621
  background-color: RGBA(var(--bs-secondary-50-rgb), var(--bs-bg-opacity, 1)) !important;
13537
13622
  }
13538
13623
 
13539
- .hover-bg-secondary-50:hover {
13540
- background-color: var(--bs-secondary-50) !important;
13541
- }
13542
-
13543
13624
  .text-bg-secondary-100 {
13544
13625
  color: var(--bs-gray-700) !important;
13545
13626
  background-color: RGBA(var(--bs-secondary-100-rgb), var(--bs-bg-opacity, 1)) !important;
13546
13627
  }
13547
13628
 
13548
- .hover-bg-secondary-100:hover {
13549
- background-color: var(--bs-secondary-100) !important;
13550
- }
13551
-
13552
13629
  .text-bg-secondary-200 {
13553
13630
  color: var(--bs-gray-700) !important;
13554
13631
  background-color: RGBA(var(--bs-secondary-200-rgb), var(--bs-bg-opacity, 1)) !important;
13555
13632
  }
13556
13633
 
13557
- .hover-bg-secondary-200:hover {
13558
- background-color: var(--bs-secondary-200) !important;
13559
- }
13560
-
13561
13634
  .text-bg-secondary-300 {
13562
13635
  color: var(--bs-black) !important;
13563
13636
  background-color: RGBA(var(--bs-secondary-300-rgb), var(--bs-bg-opacity, 1)) !important;
13564
13637
  }
13565
13638
 
13566
- .hover-bg-secondary-300:hover {
13567
- background-color: var(--bs-secondary-300) !important;
13568
- }
13569
-
13570
13639
  .text-bg-secondary-400 {
13571
13640
  color: var(--bs-black) !important;
13572
13641
  background-color: RGBA(var(--bs-secondary-400-rgb), var(--bs-bg-opacity, 1)) !important;
13573
13642
  }
13574
13643
 
13575
- .hover-bg-secondary-400:hover {
13576
- background-color: var(--bs-secondary-400) !important;
13577
- }
13578
-
13579
13644
  .text-bg-secondary-500 {
13580
13645
  color: var(--bs-white) !important;
13581
13646
  background-color: RGBA(var(--bs-secondary-500-rgb), var(--bs-bg-opacity, 1)) !important;
13582
13647
  }
13583
13648
 
13584
- .hover-bg-secondary-500:hover {
13585
- background-color: var(--bs-secondary-500) !important;
13586
- }
13587
-
13588
13649
  .text-bg-secondary-600 {
13589
13650
  color: var(--bs-white) !important;
13590
13651
  background-color: RGBA(var(--bs-secondary-600-rgb), var(--bs-bg-opacity, 1)) !important;
13591
13652
  }
13592
13653
 
13593
- .hover-bg-secondary-600:hover {
13594
- background-color: var(--bs-secondary-600) !important;
13595
- }
13596
-
13597
13654
  .text-bg-secondary-700 {
13598
13655
  color: var(--bs-white) !important;
13599
13656
  background-color: RGBA(var(--bs-secondary-700-rgb), var(--bs-bg-opacity, 1)) !important;
13600
13657
  }
13601
13658
 
13602
- .hover-bg-secondary-700:hover {
13603
- background-color: var(--bs-secondary-700) !important;
13604
- }
13605
-
13606
13659
  .text-bg-secondary-800 {
13607
13660
  color: var(--bs-white) !important;
13608
13661
  background-color: RGBA(var(--bs-secondary-800-rgb), var(--bs-bg-opacity, 1)) !important;
13609
13662
  }
13610
13663
 
13611
- .hover-bg-secondary-800:hover {
13612
- background-color: var(--bs-secondary-800) !important;
13613
- }
13614
-
13615
13664
  .text-bg-secondary-900 {
13616
13665
  color: var(--bs-white) !important;
13617
13666
  background-color: RGBA(var(--bs-secondary-900-rgb), var(--bs-bg-opacity, 1)) !important;
13618
13667
  }
13619
13668
 
13620
- .hover-bg-secondary-900:hover {
13621
- background-color: var(--bs-secondary-900) !important;
13622
- }
13623
-
13624
13669
  .text-bg-success-25 {
13625
13670
  color: var(--bs-gray-700) !important;
13626
13671
  background-color: RGBA(var(--bs-success-25-rgb), var(--bs-bg-opacity, 1)) !important;
13627
13672
  }
13628
13673
 
13629
- .hover-bg-success-25:hover {
13630
- background-color: var(--bs-success-25) !important;
13631
- }
13632
-
13633
13674
  .text-bg-success-50 {
13634
13675
  color: var(--bs-gray-700) !important;
13635
13676
  background-color: RGBA(var(--bs-success-50-rgb), var(--bs-bg-opacity, 1)) !important;
13636
13677
  }
13637
13678
 
13638
- .hover-bg-success-50:hover {
13639
- background-color: var(--bs-success-50) !important;
13640
- }
13641
-
13642
13679
  .text-bg-success-100 {
13643
13680
  color: var(--bs-gray-700) !important;
13644
13681
  background-color: RGBA(var(--bs-success-100-rgb), var(--bs-bg-opacity, 1)) !important;
13645
13682
  }
13646
13683
 
13647
- .hover-bg-success-100:hover {
13648
- background-color: var(--bs-success-100) !important;
13649
- }
13650
-
13651
13684
  .text-bg-success-200 {
13652
13685
  color: var(--bs-gray-700) !important;
13653
13686
  background-color: RGBA(var(--bs-success-200-rgb), var(--bs-bg-opacity, 1)) !important;
13654
13687
  }
13655
13688
 
13656
- .hover-bg-success-200:hover {
13657
- background-color: var(--bs-success-200) !important;
13658
- }
13659
-
13660
13689
  .text-bg-success-300 {
13661
13690
  color: var(--bs-black) !important;
13662
13691
  background-color: RGBA(var(--bs-success-300-rgb), var(--bs-bg-opacity, 1)) !important;
13663
13692
  }
13664
13693
 
13665
- .hover-bg-success-300:hover {
13666
- background-color: var(--bs-success-300) !important;
13667
- }
13668
-
13669
13694
  .text-bg-success-400 {
13670
13695
  color: var(--bs-black) !important;
13671
13696
  background-color: RGBA(var(--bs-success-400-rgb), var(--bs-bg-opacity, 1)) !important;
13672
13697
  }
13673
13698
 
13674
- .hover-bg-success-400:hover {
13675
- background-color: var(--bs-success-400) !important;
13676
- }
13677
-
13678
13699
  .text-bg-success-500 {
13679
13700
  color: var(--bs-white) !important;
13680
13701
  background-color: RGBA(var(--bs-success-500-rgb), var(--bs-bg-opacity, 1)) !important;
13681
13702
  }
13682
13703
 
13683
- .hover-bg-success-500:hover {
13684
- background-color: var(--bs-success-500) !important;
13685
- }
13686
-
13687
13704
  .text-bg-success-600 {
13688
13705
  color: var(--bs-white) !important;
13689
13706
  background-color: RGBA(var(--bs-success-600-rgb), var(--bs-bg-opacity, 1)) !important;
13690
13707
  }
13691
13708
 
13692
- .hover-bg-success-600:hover {
13693
- background-color: var(--bs-success-600) !important;
13694
- }
13695
-
13696
13709
  .text-bg-success-700 {
13697
13710
  color: var(--bs-white) !important;
13698
13711
  background-color: RGBA(var(--bs-success-700-rgb), var(--bs-bg-opacity, 1)) !important;
13699
13712
  }
13700
13713
 
13701
- .hover-bg-success-700:hover {
13702
- background-color: var(--bs-success-700) !important;
13703
- }
13704
-
13705
13714
  .text-bg-success-800 {
13706
13715
  color: var(--bs-white) !important;
13707
13716
  background-color: RGBA(var(--bs-success-800-rgb), var(--bs-bg-opacity, 1)) !important;
13708
13717
  }
13709
13718
 
13710
- .hover-bg-success-800:hover {
13711
- background-color: var(--bs-success-800) !important;
13712
- }
13713
-
13714
13719
  .text-bg-success-900 {
13715
13720
  color: var(--bs-white) !important;
13716
13721
  background-color: RGBA(var(--bs-success-900-rgb), var(--bs-bg-opacity, 1)) !important;
13717
13722
  }
13718
13723
 
13719
- .hover-bg-success-900:hover {
13720
- background-color: var(--bs-success-900) !important;
13721
- }
13722
-
13723
13724
  .text-bg-info-25 {
13724
13725
  color: var(--bs-gray-700) !important;
13725
13726
  background-color: RGBA(var(--bs-info-25-rgb), var(--bs-bg-opacity, 1)) !important;
13726
13727
  }
13727
13728
 
13728
- .hover-bg-info-25:hover {
13729
- background-color: var(--bs-info-25) !important;
13730
- }
13731
-
13732
13729
  .text-bg-info-50 {
13733
13730
  color: var(--bs-gray-700) !important;
13734
13731
  background-color: RGBA(var(--bs-info-50-rgb), var(--bs-bg-opacity, 1)) !important;
13735
13732
  }
13736
13733
 
13737
- .hover-bg-info-50:hover {
13738
- background-color: var(--bs-info-50) !important;
13739
- }
13740
-
13741
13734
  .text-bg-info-100 {
13742
13735
  color: var(--bs-gray-700) !important;
13743
13736
  background-color: RGBA(var(--bs-info-100-rgb), var(--bs-bg-opacity, 1)) !important;
13744
13737
  }
13745
13738
 
13746
- .hover-bg-info-100:hover {
13747
- background-color: var(--bs-info-100) !important;
13748
- }
13749
-
13750
13739
  .text-bg-info-200 {
13751
13740
  color: var(--bs-gray-700) !important;
13752
13741
  background-color: RGBA(var(--bs-info-200-rgb), var(--bs-bg-opacity, 1)) !important;
13753
13742
  }
13754
13743
 
13755
- .hover-bg-info-200:hover {
13756
- background-color: var(--bs-info-200) !important;
13757
- }
13758
-
13759
13744
  .text-bg-info-300 {
13760
13745
  color: var(--bs-black) !important;
13761
13746
  background-color: RGBA(var(--bs-info-300-rgb), var(--bs-bg-opacity, 1)) !important;
13762
13747
  }
13763
13748
 
13764
- .hover-bg-info-300:hover {
13765
- background-color: var(--bs-info-300) !important;
13766
- }
13767
-
13768
13749
  .text-bg-info-400 {
13769
13750
  color: var(--bs-black) !important;
13770
13751
  background-color: RGBA(var(--bs-info-400-rgb), var(--bs-bg-opacity, 1)) !important;
13771
13752
  }
13772
13753
 
13773
- .hover-bg-info-400:hover {
13774
- background-color: var(--bs-info-400) !important;
13775
- }
13776
-
13777
13754
  .text-bg-info-500 {
13778
13755
  color: var(--bs-white) !important;
13779
13756
  background-color: RGBA(var(--bs-info-500-rgb), var(--bs-bg-opacity, 1)) !important;
13780
13757
  }
13781
13758
 
13782
- .hover-bg-info-500:hover {
13783
- background-color: var(--bs-info-500) !important;
13784
- }
13785
-
13786
13759
  .text-bg-info-600 {
13787
13760
  color: var(--bs-white) !important;
13788
13761
  background-color: RGBA(var(--bs-info-600-rgb), var(--bs-bg-opacity, 1)) !important;
13789
13762
  }
13790
13763
 
13791
- .hover-bg-info-600:hover {
13792
- background-color: var(--bs-info-600) !important;
13793
- }
13794
-
13795
13764
  .text-bg-info-700 {
13796
13765
  color: var(--bs-white) !important;
13797
13766
  background-color: RGBA(var(--bs-info-700-rgb), var(--bs-bg-opacity, 1)) !important;
13798
13767
  }
13799
13768
 
13800
- .hover-bg-info-700:hover {
13801
- background-color: var(--bs-info-700) !important;
13802
- }
13803
-
13804
13769
  .text-bg-info-800 {
13805
13770
  color: var(--bs-white) !important;
13806
13771
  background-color: RGBA(var(--bs-info-800-rgb), var(--bs-bg-opacity, 1)) !important;
13807
13772
  }
13808
13773
 
13809
- .hover-bg-info-800:hover {
13810
- background-color: var(--bs-info-800) !important;
13811
- }
13812
-
13813
13774
  .text-bg-info-900 {
13814
13775
  color: var(--bs-white) !important;
13815
13776
  background-color: RGBA(var(--bs-info-900-rgb), var(--bs-bg-opacity, 1)) !important;
13816
13777
  }
13817
13778
 
13818
- .hover-bg-info-900:hover {
13819
- background-color: var(--bs-info-900) !important;
13820
- }
13821
-
13822
13779
  .text-bg-warning-25 {
13823
13780
  color: var(--bs-gray-700) !important;
13824
13781
  background-color: RGBA(var(--bs-warning-25-rgb), var(--bs-bg-opacity, 1)) !important;
13825
13782
  }
13826
13783
 
13827
- .hover-bg-warning-25:hover {
13828
- background-color: var(--bs-warning-25) !important;
13829
- }
13830
-
13831
13784
  .text-bg-warning-50 {
13832
13785
  color: var(--bs-gray-700) !important;
13833
13786
  background-color: RGBA(var(--bs-warning-50-rgb), var(--bs-bg-opacity, 1)) !important;
13834
13787
  }
13835
13788
 
13836
- .hover-bg-warning-50:hover {
13837
- background-color: var(--bs-warning-50) !important;
13838
- }
13839
-
13840
13789
  .text-bg-warning-100 {
13841
13790
  color: var(--bs-gray-700) !important;
13842
13791
  background-color: RGBA(var(--bs-warning-100-rgb), var(--bs-bg-opacity, 1)) !important;
13843
13792
  }
13844
13793
 
13845
- .hover-bg-warning-100:hover {
13846
- background-color: var(--bs-warning-100) !important;
13847
- }
13848
-
13849
13794
  .text-bg-warning-200 {
13850
13795
  color: var(--bs-gray-700) !important;
13851
13796
  background-color: RGBA(var(--bs-warning-200-rgb), var(--bs-bg-opacity, 1)) !important;
13852
13797
  }
13853
13798
 
13854
- .hover-bg-warning-200:hover {
13855
- background-color: var(--bs-warning-200) !important;
13856
- }
13857
-
13858
13799
  .text-bg-warning-300 {
13859
13800
  color: var(--bs-gray-700) !important;
13860
13801
  background-color: RGBA(var(--bs-warning-300-rgb), var(--bs-bg-opacity, 1)) !important;
13861
13802
  }
13862
13803
 
13863
- .hover-bg-warning-300:hover {
13864
- background-color: var(--bs-warning-300) !important;
13865
- }
13866
-
13867
13804
  .text-bg-warning-400 {
13868
13805
  color: var(--bs-gray-700) !important;
13869
13806
  background-color: RGBA(var(--bs-warning-400-rgb), var(--bs-bg-opacity, 1)) !important;
13870
13807
  }
13871
13808
 
13872
- .hover-bg-warning-400:hover {
13873
- background-color: var(--bs-warning-400) !important;
13874
- }
13875
-
13876
13809
  .text-bg-warning-500 {
13877
13810
  color: var(--bs-gray-700) !important;
13878
13811
  background-color: RGBA(var(--bs-warning-500-rgb), var(--bs-bg-opacity, 1)) !important;
13879
13812
  }
13880
13813
 
13881
- .hover-bg-warning-500:hover {
13882
- background-color: var(--bs-warning-500) !important;
13883
- }
13884
-
13885
13814
  .text-bg-warning-600 {
13886
13815
  color: var(--bs-black) !important;
13887
13816
  background-color: RGBA(var(--bs-warning-600-rgb), var(--bs-bg-opacity, 1)) !important;
13888
13817
  }
13889
13818
 
13890
- .hover-bg-warning-600:hover {
13891
- background-color: var(--bs-warning-600) !important;
13892
- }
13893
-
13894
13819
  .text-bg-warning-700 {
13895
13820
  color: var(--bs-black) !important;
13896
13821
  background-color: RGBA(var(--bs-warning-700-rgb), var(--bs-bg-opacity, 1)) !important;
13897
13822
  }
13898
13823
 
13899
- .hover-bg-warning-700:hover {
13900
- background-color: var(--bs-warning-700) !important;
13901
- }
13902
-
13903
13824
  .text-bg-warning-800 {
13904
13825
  color: var(--bs-white) !important;
13905
13826
  background-color: RGBA(var(--bs-warning-800-rgb), var(--bs-bg-opacity, 1)) !important;
13906
13827
  }
13907
13828
 
13908
- .hover-bg-warning-800:hover {
13909
- background-color: var(--bs-warning-800) !important;
13910
- }
13911
-
13912
13829
  .text-bg-warning-900 {
13913
13830
  color: var(--bs-white) !important;
13914
13831
  background-color: RGBA(var(--bs-warning-900-rgb), var(--bs-bg-opacity, 1)) !important;
13915
13832
  }
13916
13833
 
13917
- .hover-bg-warning-900:hover {
13918
- background-color: var(--bs-warning-900) !important;
13919
- }
13920
-
13921
13834
  .text-bg-danger-25 {
13922
13835
  color: var(--bs-gray-700) !important;
13923
13836
  background-color: RGBA(var(--bs-danger-25-rgb), var(--bs-bg-opacity, 1)) !important;
13924
13837
  }
13925
13838
 
13926
- .hover-bg-danger-25:hover {
13927
- background-color: var(--bs-danger-25) !important;
13928
- }
13929
-
13930
13839
  .text-bg-danger-50 {
13931
13840
  color: var(--bs-gray-700) !important;
13932
13841
  background-color: RGBA(var(--bs-danger-50-rgb), var(--bs-bg-opacity, 1)) !important;
13933
13842
  }
13934
13843
 
13935
- .hover-bg-danger-50:hover {
13936
- background-color: var(--bs-danger-50) !important;
13937
- }
13938
-
13939
13844
  .text-bg-danger-100 {
13940
13845
  color: var(--bs-gray-700) !important;
13941
13846
  background-color: RGBA(var(--bs-danger-100-rgb), var(--bs-bg-opacity, 1)) !important;
13942
13847
  }
13943
13848
 
13944
- .hover-bg-danger-100:hover {
13945
- background-color: var(--bs-danger-100) !important;
13946
- }
13947
-
13948
13849
  .text-bg-danger-200 {
13949
13850
  color: var(--bs-gray-700) !important;
13950
13851
  background-color: RGBA(var(--bs-danger-200-rgb), var(--bs-bg-opacity, 1)) !important;
13951
13852
  }
13952
13853
 
13953
- .hover-bg-danger-200:hover {
13954
- background-color: var(--bs-danger-200) !important;
13955
- }
13956
-
13957
13854
  .text-bg-danger-300 {
13958
13855
  color: var(--bs-black) !important;
13959
13856
  background-color: RGBA(var(--bs-danger-300-rgb), var(--bs-bg-opacity, 1)) !important;
13960
13857
  }
13961
13858
 
13962
- .hover-bg-danger-300:hover {
13963
- background-color: var(--bs-danger-300) !important;
13964
- }
13965
-
13966
13859
  .text-bg-danger-400 {
13967
13860
  color: var(--bs-black) !important;
13968
13861
  background-color: RGBA(var(--bs-danger-400-rgb), var(--bs-bg-opacity, 1)) !important;
13969
13862
  }
13970
13863
 
13971
- .hover-bg-danger-400:hover {
13972
- background-color: var(--bs-danger-400) !important;
13973
- }
13974
-
13975
13864
  .text-bg-danger-500 {
13976
13865
  color: var(--bs-white) !important;
13977
13866
  background-color: RGBA(var(--bs-danger-500-rgb), var(--bs-bg-opacity, 1)) !important;
13978
13867
  }
13979
13868
 
13980
- .hover-bg-danger-500:hover {
13981
- background-color: var(--bs-danger-500) !important;
13982
- }
13983
-
13984
13869
  .text-bg-danger-600 {
13985
13870
  color: var(--bs-white) !important;
13986
13871
  background-color: RGBA(var(--bs-danger-600-rgb), var(--bs-bg-opacity, 1)) !important;
13987
13872
  }
13988
13873
 
13989
- .hover-bg-danger-600:hover {
13990
- background-color: var(--bs-danger-600) !important;
13991
- }
13992
-
13993
13874
  .text-bg-danger-700 {
13994
13875
  color: var(--bs-white) !important;
13995
13876
  background-color: RGBA(var(--bs-danger-700-rgb), var(--bs-bg-opacity, 1)) !important;
13996
13877
  }
13997
13878
 
13998
- .hover-bg-danger-700:hover {
13999
- background-color: var(--bs-danger-700) !important;
14000
- }
14001
-
14002
13879
  .text-bg-danger-800 {
14003
13880
  color: var(--bs-white) !important;
14004
13881
  background-color: RGBA(var(--bs-danger-800-rgb), var(--bs-bg-opacity, 1)) !important;
14005
13882
  }
14006
13883
 
14007
- .hover-bg-danger-800:hover {
14008
- background-color: var(--bs-danger-800) !important;
14009
- }
14010
-
14011
13884
  .text-bg-danger-900 {
14012
13885
  color: var(--bs-white) !important;
14013
13886
  background-color: RGBA(var(--bs-danger-900-rgb), var(--bs-bg-opacity, 1)) !important;
14014
13887
  }
14015
13888
 
14016
- .hover-bg-danger-900:hover {
14017
- background-color: var(--bs-danger-900) !important;
14018
- }
14019
-
14020
13889
  .text-bg-indigo-25 {
14021
13890
  color: var(--bs-gray-700) !important;
14022
13891
  background-color: RGBA(var(--bs-indigo-25-rgb), var(--bs-bg-opacity, 1)) !important;
14023
13892
  }
14024
13893
 
14025
- .hover-bg-indigo-25:hover {
14026
- background-color: var(--bs-indigo-25) !important;
14027
- }
14028
-
14029
13894
  .text-bg-indigo-50 {
14030
13895
  color: var(--bs-gray-700) !important;
14031
13896
  background-color: RGBA(var(--bs-indigo-50-rgb), var(--bs-bg-opacity, 1)) !important;
14032
13897
  }
14033
13898
 
14034
- .hover-bg-indigo-50:hover {
14035
- background-color: var(--bs-indigo-50) !important;
14036
- }
14037
-
14038
13899
  .text-bg-indigo-100 {
14039
13900
  color: var(--bs-gray-700) !important;
14040
13901
  background-color: RGBA(var(--bs-indigo-100-rgb), var(--bs-bg-opacity, 1)) !important;
14041
13902
  }
14042
13903
 
14043
- .hover-bg-indigo-100:hover {
14044
- background-color: var(--bs-indigo-100) !important;
14045
- }
14046
-
14047
13904
  .text-bg-indigo-200 {
14048
13905
  color: var(--bs-gray-700) !important;
14049
13906
  background-color: RGBA(var(--bs-indigo-200-rgb), var(--bs-bg-opacity, 1)) !important;
14050
13907
  }
14051
13908
 
14052
- .hover-bg-indigo-200:hover {
14053
- background-color: var(--bs-indigo-200) !important;
14054
- }
14055
-
14056
13909
  .text-bg-indigo-300 {
14057
13910
  color: var(--bs-black) !important;
14058
13911
  background-color: RGBA(var(--bs-indigo-300-rgb), var(--bs-bg-opacity, 1)) !important;
14059
13912
  }
14060
13913
 
14061
- .hover-bg-indigo-300:hover {
14062
- background-color: var(--bs-indigo-300) !important;
14063
- }
14064
-
14065
13914
  .text-bg-indigo-400 {
14066
13915
  color: var(--bs-white) !important;
14067
13916
  background-color: RGBA(var(--bs-indigo-400-rgb), var(--bs-bg-opacity, 1)) !important;
14068
13917
  }
14069
13918
 
14070
- .hover-bg-indigo-400:hover {
14071
- background-color: var(--bs-indigo-400) !important;
14072
- }
14073
-
14074
13919
  .text-bg-indigo-500 {
14075
13920
  color: var(--bs-white) !important;
14076
13921
  background-color: RGBA(var(--bs-indigo-500-rgb), var(--bs-bg-opacity, 1)) !important;
14077
13922
  }
14078
13923
 
14079
- .hover-bg-indigo-500:hover {
14080
- background-color: var(--bs-indigo-500) !important;
14081
- }
14082
-
14083
13924
  .text-bg-indigo-600 {
14084
13925
  color: var(--bs-white) !important;
14085
13926
  background-color: RGBA(var(--bs-indigo-600-rgb), var(--bs-bg-opacity, 1)) !important;
14086
13927
  }
14087
13928
 
14088
- .hover-bg-indigo-600:hover {
14089
- background-color: var(--bs-indigo-600) !important;
14090
- }
14091
-
14092
13929
  .text-bg-indigo-700 {
14093
13930
  color: var(--bs-white) !important;
14094
13931
  background-color: RGBA(var(--bs-indigo-700-rgb), var(--bs-bg-opacity, 1)) !important;
14095
13932
  }
14096
13933
 
14097
- .hover-bg-indigo-700:hover {
14098
- background-color: var(--bs-indigo-700) !important;
14099
- }
14100
-
14101
13934
  .text-bg-indigo-800 {
14102
13935
  color: var(--bs-white) !important;
14103
13936
  background-color: RGBA(var(--bs-indigo-800-rgb), var(--bs-bg-opacity, 1)) !important;
14104
13937
  }
14105
13938
 
14106
- .hover-bg-indigo-800:hover {
14107
- background-color: var(--bs-indigo-800) !important;
14108
- }
14109
-
14110
13939
  .text-bg-indigo-900 {
14111
13940
  color: var(--bs-white) !important;
14112
13941
  background-color: RGBA(var(--bs-indigo-900-rgb), var(--bs-bg-opacity, 1)) !important;
14113
13942
  }
14114
13943
 
14115
- .hover-bg-indigo-900:hover {
14116
- background-color: var(--bs-indigo-900) !important;
14117
- }
14118
-
14119
13944
  .text-bg-purple-25 {
14120
13945
  color: var(--bs-gray-700) !important;
14121
13946
  background-color: RGBA(var(--bs-purple-25-rgb), var(--bs-bg-opacity, 1)) !important;
14122
13947
  }
14123
13948
 
14124
- .hover-bg-purple-25:hover {
14125
- background-color: var(--bs-purple-25) !important;
14126
- }
14127
-
14128
13949
  .text-bg-purple-50 {
14129
13950
  color: var(--bs-gray-700) !important;
14130
13951
  background-color: RGBA(var(--bs-purple-50-rgb), var(--bs-bg-opacity, 1)) !important;
14131
13952
  }
14132
13953
 
14133
- .hover-bg-purple-50:hover {
14134
- background-color: var(--bs-purple-50) !important;
14135
- }
14136
-
14137
13954
  .text-bg-purple-100 {
14138
13955
  color: var(--bs-gray-700) !important;
14139
13956
  background-color: RGBA(var(--bs-purple-100-rgb), var(--bs-bg-opacity, 1)) !important;
14140
13957
  }
14141
13958
 
14142
- .hover-bg-purple-100:hover {
14143
- background-color: var(--bs-purple-100) !important;
14144
- }
14145
-
14146
13959
  .text-bg-purple-200 {
14147
13960
  color: var(--bs-gray-700) !important;
14148
13961
  background-color: RGBA(var(--bs-purple-200-rgb), var(--bs-bg-opacity, 1)) !important;
14149
13962
  }
14150
13963
 
14151
- .hover-bg-purple-200:hover {
14152
- background-color: var(--bs-purple-200) !important;
14153
- }
14154
-
14155
13964
  .text-bg-purple-300 {
14156
13965
  color: var(--bs-black) !important;
14157
13966
  background-color: RGBA(var(--bs-purple-300-rgb), var(--bs-bg-opacity, 1)) !important;
14158
13967
  }
14159
13968
 
14160
- .hover-bg-purple-300:hover {
14161
- background-color: var(--bs-purple-300) !important;
14162
- }
14163
-
14164
13969
  .text-bg-purple-400 {
14165
13970
  color: var(--bs-white) !important;
14166
13971
  background-color: RGBA(var(--bs-purple-400-rgb), var(--bs-bg-opacity, 1)) !important;
14167
13972
  }
14168
13973
 
14169
- .hover-bg-purple-400:hover {
14170
- background-color: var(--bs-purple-400) !important;
14171
- }
14172
-
14173
13974
  .text-bg-purple-500 {
14174
13975
  color: var(--bs-white) !important;
14175
13976
  background-color: RGBA(var(--bs-purple-500-rgb), var(--bs-bg-opacity, 1)) !important;
14176
13977
  }
14177
13978
 
14178
- .hover-bg-purple-500:hover {
14179
- background-color: var(--bs-purple-500) !important;
14180
- }
14181
-
14182
13979
  .text-bg-purple-600 {
14183
13980
  color: var(--bs-white) !important;
14184
13981
  background-color: RGBA(var(--bs-purple-600-rgb), var(--bs-bg-opacity, 1)) !important;
14185
13982
  }
14186
13983
 
14187
- .hover-bg-purple-600:hover {
14188
- background-color: var(--bs-purple-600) !important;
14189
- }
14190
-
14191
13984
  .text-bg-purple-700 {
14192
13985
  color: var(--bs-white) !important;
14193
13986
  background-color: RGBA(var(--bs-purple-700-rgb), var(--bs-bg-opacity, 1)) !important;
14194
13987
  }
14195
13988
 
14196
- .hover-bg-purple-700:hover {
14197
- background-color: var(--bs-purple-700) !important;
14198
- }
14199
-
14200
13989
  .text-bg-purple-800 {
14201
13990
  color: var(--bs-white) !important;
14202
13991
  background-color: RGBA(var(--bs-purple-800-rgb), var(--bs-bg-opacity, 1)) !important;
14203
13992
  }
14204
13993
 
14205
- .hover-bg-purple-800:hover {
14206
- background-color: var(--bs-purple-800) !important;
14207
- }
14208
-
14209
13994
  .text-bg-purple-900 {
14210
13995
  color: var(--bs-white) !important;
14211
13996
  background-color: RGBA(var(--bs-purple-900-rgb), var(--bs-bg-opacity, 1)) !important;
14212
13997
  }
14213
13998
 
14214
- .hover-bg-purple-900:hover {
14215
- background-color: var(--bs-purple-900) !important;
14216
- }
14217
-
14218
13999
  .text-bg-pink-25 {
14219
14000
  color: var(--bs-gray-700) !important;
14220
14001
  background-color: RGBA(var(--bs-pink-25-rgb), var(--bs-bg-opacity, 1)) !important;
14221
14002
  }
14222
14003
 
14223
- .hover-bg-pink-25:hover {
14224
- background-color: var(--bs-pink-25) !important;
14225
- }
14226
-
14227
14004
  .text-bg-pink-50 {
14228
14005
  color: var(--bs-gray-700) !important;
14229
14006
  background-color: RGBA(var(--bs-pink-50-rgb), var(--bs-bg-opacity, 1)) !important;
14230
14007
  }
14231
14008
 
14232
- .hover-bg-pink-50:hover {
14233
- background-color: var(--bs-pink-50) !important;
14234
- }
14235
-
14236
14009
  .text-bg-pink-100 {
14237
14010
  color: var(--bs-gray-700) !important;
14238
14011
  background-color: RGBA(var(--bs-pink-100-rgb), var(--bs-bg-opacity, 1)) !important;
14239
14012
  }
14240
14013
 
14241
- .hover-bg-pink-100:hover {
14242
- background-color: var(--bs-pink-100) !important;
14243
- }
14244
-
14245
14014
  .text-bg-pink-200 {
14246
14015
  color: var(--bs-gray-700) !important;
14247
14016
  background-color: RGBA(var(--bs-pink-200-rgb), var(--bs-bg-opacity, 1)) !important;
14248
14017
  }
14249
14018
 
14250
- .hover-bg-pink-200:hover {
14251
- background-color: var(--bs-pink-200) !important;
14252
- }
14253
-
14254
14019
  .text-bg-pink-300 {
14255
14020
  color: var(--bs-black) !important;
14256
14021
  background-color: RGBA(var(--bs-pink-300-rgb), var(--bs-bg-opacity, 1)) !important;
14257
14022
  }
14258
14023
 
14259
- .hover-bg-pink-300:hover {
14260
- background-color: var(--bs-pink-300) !important;
14261
- }
14262
-
14263
14024
  .text-bg-pink-400 {
14264
14025
  color: var(--bs-black) !important;
14265
14026
  background-color: RGBA(var(--bs-pink-400-rgb), var(--bs-bg-opacity, 1)) !important;
14266
14027
  }
14267
14028
 
14268
- .hover-bg-pink-400:hover {
14269
- background-color: var(--bs-pink-400) !important;
14270
- }
14271
-
14272
14029
  .text-bg-pink-500 {
14273
14030
  color: var(--bs-white) !important;
14274
14031
  background-color: RGBA(var(--bs-pink-500-rgb), var(--bs-bg-opacity, 1)) !important;
14275
14032
  }
14276
14033
 
14277
- .hover-bg-pink-500:hover {
14278
- background-color: var(--bs-pink-500) !important;
14279
- }
14280
-
14281
14034
  .text-bg-pink-600 {
14282
14035
  color: var(--bs-white) !important;
14283
14036
  background-color: RGBA(var(--bs-pink-600-rgb), var(--bs-bg-opacity, 1)) !important;
14284
14037
  }
14285
14038
 
14286
- .hover-bg-pink-600:hover {
14287
- background-color: var(--bs-pink-600) !important;
14288
- }
14289
-
14290
14039
  .text-bg-pink-700 {
14291
14040
  color: var(--bs-white) !important;
14292
14041
  background-color: RGBA(var(--bs-pink-700-rgb), var(--bs-bg-opacity, 1)) !important;
14293
14042
  }
14294
14043
 
14295
- .hover-bg-pink-700:hover {
14296
- background-color: var(--bs-pink-700) !important;
14297
- }
14298
-
14299
14044
  .text-bg-pink-800 {
14300
14045
  color: var(--bs-white) !important;
14301
14046
  background-color: RGBA(var(--bs-pink-800-rgb), var(--bs-bg-opacity, 1)) !important;
14302
14047
  }
14303
14048
 
14304
- .hover-bg-pink-800:hover {
14305
- background-color: var(--bs-pink-800) !important;
14306
- }
14307
-
14308
14049
  .text-bg-pink-900 {
14309
14050
  color: var(--bs-white) !important;
14310
14051
  background-color: RGBA(var(--bs-pink-900-rgb), var(--bs-bg-opacity, 1)) !important;
14311
14052
  }
14312
14053
 
14313
- .hover-bg-pink-900:hover {
14314
- background-color: var(--bs-pink-900) !important;
14315
- }
14316
-
14317
14054
  .text-bg-red-25 {
14318
14055
  color: var(--bs-gray-700) !important;
14319
14056
  background-color: RGBA(var(--bs-red-25-rgb), var(--bs-bg-opacity, 1)) !important;
14320
14057
  }
14321
14058
 
14322
- .hover-bg-red-25:hover {
14323
- background-color: var(--bs-red-25) !important;
14324
- }
14325
-
14326
14059
  .text-bg-red-50 {
14327
14060
  color: var(--bs-gray-700) !important;
14328
14061
  background-color: RGBA(var(--bs-red-50-rgb), var(--bs-bg-opacity, 1)) !important;
14329
14062
  }
14330
14063
 
14331
- .hover-bg-red-50:hover {
14332
- background-color: var(--bs-red-50) !important;
14333
- }
14334
-
14335
14064
  .text-bg-red-100 {
14336
14065
  color: var(--bs-gray-700) !important;
14337
14066
  background-color: RGBA(var(--bs-red-100-rgb), var(--bs-bg-opacity, 1)) !important;
14338
14067
  }
14339
14068
 
14340
- .hover-bg-red-100:hover {
14341
- background-color: var(--bs-red-100) !important;
14342
- }
14343
-
14344
14069
  .text-bg-red-200 {
14345
14070
  color: var(--bs-gray-700) !important;
14346
14071
  background-color: RGBA(var(--bs-red-200-rgb), var(--bs-bg-opacity, 1)) !important;
14347
14072
  }
14348
14073
 
14349
- .hover-bg-red-200:hover {
14350
- background-color: var(--bs-red-200) !important;
14351
- }
14352
-
14353
14074
  .text-bg-red-300 {
14354
14075
  color: var(--bs-black) !important;
14355
14076
  background-color: RGBA(var(--bs-red-300-rgb), var(--bs-bg-opacity, 1)) !important;
14356
14077
  }
14357
14078
 
14358
- .hover-bg-red-300:hover {
14359
- background-color: var(--bs-red-300) !important;
14360
- }
14361
-
14362
14079
  .text-bg-red-400 {
14363
14080
  color: var(--bs-black) !important;
14364
14081
  background-color: RGBA(var(--bs-red-400-rgb), var(--bs-bg-opacity, 1)) !important;
14365
14082
  }
14366
14083
 
14367
- .hover-bg-red-400:hover {
14368
- background-color: var(--bs-red-400) !important;
14369
- }
14370
-
14371
14084
  .text-bg-red-500 {
14372
14085
  color: var(--bs-white) !important;
14373
14086
  background-color: RGBA(var(--bs-red-500-rgb), var(--bs-bg-opacity, 1)) !important;
14374
14087
  }
14375
14088
 
14376
- .hover-bg-red-500:hover {
14377
- background-color: var(--bs-red-500) !important;
14378
- }
14379
-
14380
14089
  .text-bg-red-600 {
14381
14090
  color: var(--bs-white) !important;
14382
14091
  background-color: RGBA(var(--bs-red-600-rgb), var(--bs-bg-opacity, 1)) !important;
14383
14092
  }
14384
14093
 
14385
- .hover-bg-red-600:hover {
14386
- background-color: var(--bs-red-600) !important;
14387
- }
14388
-
14389
14094
  .text-bg-red-700 {
14390
14095
  color: var(--bs-white) !important;
14391
14096
  background-color: RGBA(var(--bs-red-700-rgb), var(--bs-bg-opacity, 1)) !important;
14392
14097
  }
14393
14098
 
14394
- .hover-bg-red-700:hover {
14395
- background-color: var(--bs-red-700) !important;
14396
- }
14397
-
14398
14099
  .text-bg-red-800 {
14399
14100
  color: var(--bs-white) !important;
14400
14101
  background-color: RGBA(var(--bs-red-800-rgb), var(--bs-bg-opacity, 1)) !important;
14401
14102
  }
14402
14103
 
14403
- .hover-bg-red-800:hover {
14404
- background-color: var(--bs-red-800) !important;
14405
- }
14406
-
14407
14104
  .text-bg-red-900 {
14408
14105
  color: var(--bs-white) !important;
14409
14106
  background-color: RGBA(var(--bs-red-900-rgb), var(--bs-bg-opacity, 1)) !important;
14410
14107
  }
14411
14108
 
14412
- .hover-bg-red-900:hover {
14413
- background-color: var(--bs-red-900) !important;
14414
- }
14415
-
14416
14109
  .text-bg-orange-25 {
14417
14110
  color: var(--bs-gray-700) !important;
14418
14111
  background-color: RGBA(var(--bs-orange-25-rgb), var(--bs-bg-opacity, 1)) !important;
14419
14112
  }
14420
14113
 
14421
- .hover-bg-orange-25:hover {
14422
- background-color: var(--bs-orange-25) !important;
14423
- }
14424
-
14425
14114
  .text-bg-orange-50 {
14426
14115
  color: var(--bs-gray-700) !important;
14427
14116
  background-color: RGBA(var(--bs-orange-50-rgb), var(--bs-bg-opacity, 1)) !important;
14428
14117
  }
14429
14118
 
14430
- .hover-bg-orange-50:hover {
14431
- background-color: var(--bs-orange-50) !important;
14432
- }
14433
-
14434
14119
  .text-bg-orange-100 {
14435
14120
  color: var(--bs-gray-700) !important;
14436
14121
  background-color: RGBA(var(--bs-orange-100-rgb), var(--bs-bg-opacity, 1)) !important;
14437
14122
  }
14438
14123
 
14439
- .hover-bg-orange-100:hover {
14440
- background-color: var(--bs-orange-100) !important;
14441
- }
14442
-
14443
14124
  .text-bg-orange-200 {
14444
14125
  color: var(--bs-gray-700) !important;
14445
14126
  background-color: RGBA(var(--bs-orange-200-rgb), var(--bs-bg-opacity, 1)) !important;
14446
14127
  }
14447
14128
 
14448
- .hover-bg-orange-200:hover {
14449
- background-color: var(--bs-orange-200) !important;
14450
- }
14451
-
14452
14129
  .text-bg-orange-300 {
14453
14130
  color: var(--bs-gray-700) !important;
14454
14131
  background-color: RGBA(var(--bs-orange-300-rgb), var(--bs-bg-opacity, 1)) !important;
14455
14132
  }
14456
14133
 
14457
- .hover-bg-orange-300:hover {
14458
- background-color: var(--bs-orange-300) !important;
14459
- }
14460
-
14461
14134
  .text-bg-orange-400 {
14462
14135
  color: var(--bs-gray-700) !important;
14463
14136
  background-color: RGBA(var(--bs-orange-400-rgb), var(--bs-bg-opacity, 1)) !important;
14464
14137
  }
14465
14138
 
14466
- .hover-bg-orange-400:hover {
14467
- background-color: var(--bs-orange-400) !important;
14468
- }
14469
-
14470
14139
  .text-bg-orange-500 {
14471
14140
  color: var(--bs-black) !important;
14472
14141
  background-color: RGBA(var(--bs-orange-500-rgb), var(--bs-bg-opacity, 1)) !important;
14473
14142
  }
14474
14143
 
14475
- .hover-bg-orange-500:hover {
14476
- background-color: var(--bs-orange-500) !important;
14477
- }
14478
-
14479
14144
  .text-bg-orange-600 {
14480
14145
  color: var(--bs-black) !important;
14481
14146
  background-color: RGBA(var(--bs-orange-600-rgb), var(--bs-bg-opacity, 1)) !important;
14482
14147
  }
14483
14148
 
14484
- .hover-bg-orange-600:hover {
14485
- background-color: var(--bs-orange-600) !important;
14486
- }
14487
-
14488
14149
  .text-bg-orange-700 {
14489
14150
  color: var(--bs-white) !important;
14490
14151
  background-color: RGBA(var(--bs-orange-700-rgb), var(--bs-bg-opacity, 1)) !important;
14491
14152
  }
14492
14153
 
14493
- .hover-bg-orange-700:hover {
14494
- background-color: var(--bs-orange-700) !important;
14495
- }
14496
-
14497
14154
  .text-bg-orange-800 {
14498
14155
  color: var(--bs-white) !important;
14499
14156
  background-color: RGBA(var(--bs-orange-800-rgb), var(--bs-bg-opacity, 1)) !important;
14500
14157
  }
14501
14158
 
14502
- .hover-bg-orange-800:hover {
14503
- background-color: var(--bs-orange-800) !important;
14504
- }
14505
-
14506
14159
  .text-bg-orange-900 {
14507
14160
  color: var(--bs-white) !important;
14508
14161
  background-color: RGBA(var(--bs-orange-900-rgb), var(--bs-bg-opacity, 1)) !important;
14509
14162
  }
14510
14163
 
14511
- .hover-bg-orange-900:hover {
14512
- background-color: var(--bs-orange-900) !important;
14513
- }
14514
-
14515
14164
  .text-bg-yellow-25 {
14516
14165
  color: var(--bs-gray-700) !important;
14517
14166
  background-color: RGBA(var(--bs-yellow-25-rgb), var(--bs-bg-opacity, 1)) !important;
14518
14167
  }
14519
14168
 
14520
- .hover-bg-yellow-25:hover {
14521
- background-color: var(--bs-yellow-25) !important;
14522
- }
14523
-
14524
14169
  .text-bg-yellow-50 {
14525
14170
  color: var(--bs-gray-700) !important;
14526
14171
  background-color: RGBA(var(--bs-yellow-50-rgb), var(--bs-bg-opacity, 1)) !important;
14527
14172
  }
14528
14173
 
14529
- .hover-bg-yellow-50:hover {
14530
- background-color: var(--bs-yellow-50) !important;
14531
- }
14532
-
14533
14174
  .text-bg-yellow-100 {
14534
14175
  color: var(--bs-gray-700) !important;
14535
14176
  background-color: RGBA(var(--bs-yellow-100-rgb), var(--bs-bg-opacity, 1)) !important;
14536
14177
  }
14537
14178
 
14538
- .hover-bg-yellow-100:hover {
14539
- background-color: var(--bs-yellow-100) !important;
14540
- }
14541
-
14542
14179
  .text-bg-yellow-200 {
14543
14180
  color: var(--bs-gray-700) !important;
14544
14181
  background-color: RGBA(var(--bs-yellow-200-rgb), var(--bs-bg-opacity, 1)) !important;
14545
14182
  }
14546
14183
 
14547
- .hover-bg-yellow-200:hover {
14548
- background-color: var(--bs-yellow-200) !important;
14549
- }
14550
-
14551
14184
  .text-bg-yellow-300 {
14552
14185
  color: var(--bs-gray-700) !important;
14553
14186
  background-color: RGBA(var(--bs-yellow-300-rgb), var(--bs-bg-opacity, 1)) !important;
14554
14187
  }
14555
14188
 
14556
- .hover-bg-yellow-300:hover {
14557
- background-color: var(--bs-yellow-300) !important;
14558
- }
14559
-
14560
14189
  .text-bg-yellow-400 {
14561
14190
  color: var(--bs-gray-700) !important;
14562
14191
  background-color: RGBA(var(--bs-yellow-400-rgb), var(--bs-bg-opacity, 1)) !important;
14563
14192
  }
14564
14193
 
14565
- .hover-bg-yellow-400:hover {
14566
- background-color: var(--bs-yellow-400) !important;
14567
- }
14568
-
14569
14194
  .text-bg-yellow-500 {
14570
14195
  color: var(--bs-gray-700) !important;
14571
14196
  background-color: RGBA(var(--bs-yellow-500-rgb), var(--bs-bg-opacity, 1)) !important;
14572
14197
  }
14573
14198
 
14574
- .hover-bg-yellow-500:hover {
14575
- background-color: var(--bs-yellow-500) !important;
14576
- }
14577
-
14578
14199
  .text-bg-yellow-600 {
14579
14200
  color: var(--bs-black) !important;
14580
14201
  background-color: RGBA(var(--bs-yellow-600-rgb), var(--bs-bg-opacity, 1)) !important;
14581
14202
  }
14582
14203
 
14583
- .hover-bg-yellow-600:hover {
14584
- background-color: var(--bs-yellow-600) !important;
14585
- }
14586
-
14587
14204
  .text-bg-yellow-700 {
14588
14205
  color: var(--bs-black) !important;
14589
14206
  background-color: RGBA(var(--bs-yellow-700-rgb), var(--bs-bg-opacity, 1)) !important;
14590
14207
  }
14591
14208
 
14592
- .hover-bg-yellow-700:hover {
14593
- background-color: var(--bs-yellow-700) !important;
14594
- }
14595
-
14596
14209
  .text-bg-yellow-800 {
14597
14210
  color: var(--bs-white) !important;
14598
14211
  background-color: RGBA(var(--bs-yellow-800-rgb), var(--bs-bg-opacity, 1)) !important;
14599
14212
  }
14600
14213
 
14601
- .hover-bg-yellow-800:hover {
14602
- background-color: var(--bs-yellow-800) !important;
14603
- }
14604
-
14605
14214
  .text-bg-yellow-900 {
14606
14215
  color: var(--bs-white) !important;
14607
14216
  background-color: RGBA(var(--bs-yellow-900-rgb), var(--bs-bg-opacity, 1)) !important;
14608
14217
  }
14609
14218
 
14610
- .hover-bg-yellow-900:hover {
14611
- background-color: var(--bs-yellow-900) !important;
14612
- }
14613
-
14614
14219
  .text-bg-green-25 {
14615
14220
  color: var(--bs-gray-700) !important;
14616
14221
  background-color: RGBA(var(--bs-green-25-rgb), var(--bs-bg-opacity, 1)) !important;
14617
14222
  }
14618
14223
 
14619
- .hover-bg-green-25:hover {
14620
- background-color: var(--bs-green-25) !important;
14621
- }
14622
-
14623
14224
  .text-bg-green-50 {
14624
14225
  color: var(--bs-gray-700) !important;
14625
14226
  background-color: RGBA(var(--bs-green-50-rgb), var(--bs-bg-opacity, 1)) !important;
14626
14227
  }
14627
14228
 
14628
- .hover-bg-green-50:hover {
14629
- background-color: var(--bs-green-50) !important;
14630
- }
14631
-
14632
14229
  .text-bg-green-100 {
14633
14230
  color: var(--bs-gray-700) !important;
14634
14231
  background-color: RGBA(var(--bs-green-100-rgb), var(--bs-bg-opacity, 1)) !important;
14635
14232
  }
14636
14233
 
14637
- .hover-bg-green-100:hover {
14638
- background-color: var(--bs-green-100) !important;
14639
- }
14640
-
14641
14234
  .text-bg-green-200 {
14642
14235
  color: var(--bs-gray-700) !important;
14643
14236
  background-color: RGBA(var(--bs-green-200-rgb), var(--bs-bg-opacity, 1)) !important;
14644
14237
  }
14645
14238
 
14646
- .hover-bg-green-200:hover {
14647
- background-color: var(--bs-green-200) !important;
14648
- }
14649
-
14650
14239
  .text-bg-green-300 {
14651
14240
  color: var(--bs-black) !important;
14652
14241
  background-color: RGBA(var(--bs-green-300-rgb), var(--bs-bg-opacity, 1)) !important;
14653
14242
  }
14654
14243
 
14655
- .hover-bg-green-300:hover {
14656
- background-color: var(--bs-green-300) !important;
14657
- }
14658
-
14659
14244
  .text-bg-green-400 {
14660
14245
  color: var(--bs-black) !important;
14661
14246
  background-color: RGBA(var(--bs-green-400-rgb), var(--bs-bg-opacity, 1)) !important;
14662
14247
  }
14663
14248
 
14664
- .hover-bg-green-400:hover {
14665
- background-color: var(--bs-green-400) !important;
14666
- }
14667
-
14668
14249
  .text-bg-green-500 {
14669
14250
  color: var(--bs-white) !important;
14670
14251
  background-color: RGBA(var(--bs-green-500-rgb), var(--bs-bg-opacity, 1)) !important;
14671
14252
  }
14672
14253
 
14673
- .hover-bg-green-500:hover {
14674
- background-color: var(--bs-green-500) !important;
14675
- }
14676
-
14677
14254
  .text-bg-green-600 {
14678
14255
  color: var(--bs-white) !important;
14679
14256
  background-color: RGBA(var(--bs-green-600-rgb), var(--bs-bg-opacity, 1)) !important;
14680
14257
  }
14681
14258
 
14682
- .hover-bg-green-600:hover {
14683
- background-color: var(--bs-green-600) !important;
14684
- }
14685
-
14686
14259
  .text-bg-green-700 {
14687
14260
  color: var(--bs-white) !important;
14688
14261
  background-color: RGBA(var(--bs-green-700-rgb), var(--bs-bg-opacity, 1)) !important;
14689
14262
  }
14690
14263
 
14691
- .hover-bg-green-700:hover {
14692
- background-color: var(--bs-green-700) !important;
14693
- }
14694
-
14695
14264
  .text-bg-green-800 {
14696
14265
  color: var(--bs-white) !important;
14697
14266
  background-color: RGBA(var(--bs-green-800-rgb), var(--bs-bg-opacity, 1)) !important;
14698
14267
  }
14699
14268
 
14700
- .hover-bg-green-800:hover {
14701
- background-color: var(--bs-green-800) !important;
14702
- }
14703
-
14704
14269
  .text-bg-green-900 {
14705
14270
  color: var(--bs-white) !important;
14706
14271
  background-color: RGBA(var(--bs-green-900-rgb), var(--bs-bg-opacity, 1)) !important;
14707
14272
  }
14708
14273
 
14709
- .hover-bg-green-900:hover {
14710
- background-color: var(--bs-green-900) !important;
14711
- }
14712
-
14713
14274
  .text-bg-teal-25 {
14714
14275
  color: var(--bs-gray-700) !important;
14715
14276
  background-color: RGBA(var(--bs-teal-25-rgb), var(--bs-bg-opacity, 1)) !important;
14716
14277
  }
14717
14278
 
14718
- .hover-bg-teal-25:hover {
14719
- background-color: var(--bs-teal-25) !important;
14720
- }
14721
-
14722
14279
  .text-bg-teal-50 {
14723
14280
  color: var(--bs-gray-700) !important;
14724
14281
  background-color: RGBA(var(--bs-teal-50-rgb), var(--bs-bg-opacity, 1)) !important;
14725
14282
  }
14726
14283
 
14727
- .hover-bg-teal-50:hover {
14728
- background-color: var(--bs-teal-50) !important;
14729
- }
14730
-
14731
14284
  .text-bg-teal-100 {
14732
14285
  color: var(--bs-gray-700) !important;
14733
14286
  background-color: RGBA(var(--bs-teal-100-rgb), var(--bs-bg-opacity, 1)) !important;
14734
14287
  }
14735
14288
 
14736
- .hover-bg-teal-100:hover {
14737
- background-color: var(--bs-teal-100) !important;
14738
- }
14739
-
14740
14289
  .text-bg-teal-200 {
14741
14290
  color: var(--bs-gray-700) !important;
14742
14291
  background-color: RGBA(var(--bs-teal-200-rgb), var(--bs-bg-opacity, 1)) !important;
14743
14292
  }
14744
14293
 
14745
- .hover-bg-teal-200:hover {
14746
- background-color: var(--bs-teal-200) !important;
14747
- }
14748
-
14749
14294
  .text-bg-teal-300 {
14750
14295
  color: var(--bs-gray-700) !important;
14751
14296
  background-color: RGBA(var(--bs-teal-300-rgb), var(--bs-bg-opacity, 1)) !important;
14752
14297
  }
14753
14298
 
14754
- .hover-bg-teal-300:hover {
14755
- background-color: var(--bs-teal-300) !important;
14756
- }
14757
-
14758
14299
  .text-bg-teal-400 {
14759
14300
  color: var(--bs-gray-700) !important;
14760
14301
  background-color: RGBA(var(--bs-teal-400-rgb), var(--bs-bg-opacity, 1)) !important;
14761
14302
  }
14762
14303
 
14763
- .hover-bg-teal-400:hover {
14764
- background-color: var(--bs-teal-400) !important;
14765
- }
14766
-
14767
14304
  .text-bg-teal-500 {
14768
14305
  color: var(--bs-gray-700) !important;
14769
14306
  background-color: RGBA(var(--bs-teal-500-rgb), var(--bs-bg-opacity, 1)) !important;
14770
14307
  }
14771
14308
 
14772
- .hover-bg-teal-500:hover {
14773
- background-color: var(--bs-teal-500) !important;
14774
- }
14775
-
14776
14309
  .text-bg-teal-600 {
14777
14310
  color: var(--bs-black) !important;
14778
14311
  background-color: RGBA(var(--bs-teal-600-rgb), var(--bs-bg-opacity, 1)) !important;
14779
14312
  }
14780
14313
 
14781
- .hover-bg-teal-600:hover {
14782
- background-color: var(--bs-teal-600) !important;
14783
- }
14784
-
14785
14314
  .text-bg-teal-700 {
14786
14315
  color: var(--bs-white) !important;
14787
14316
  background-color: RGBA(var(--bs-teal-700-rgb), var(--bs-bg-opacity, 1)) !important;
14788
14317
  }
14789
14318
 
14790
- .hover-bg-teal-700:hover {
14791
- background-color: var(--bs-teal-700) !important;
14792
- }
14793
-
14794
14319
  .text-bg-teal-800 {
14795
14320
  color: var(--bs-white) !important;
14796
14321
  background-color: RGBA(var(--bs-teal-800-rgb), var(--bs-bg-opacity, 1)) !important;
14797
14322
  }
14798
14323
 
14799
- .hover-bg-teal-800:hover {
14800
- background-color: var(--bs-teal-800) !important;
14801
- }
14802
-
14803
14324
  .text-bg-teal-900 {
14804
14325
  color: var(--bs-white) !important;
14805
14326
  background-color: RGBA(var(--bs-teal-900-rgb), var(--bs-bg-opacity, 1)) !important;
14806
14327
  }
14807
14328
 
14808
- .hover-bg-teal-900:hover {
14809
- background-color: var(--bs-teal-900) !important;
14810
- }
14811
-
14812
14329
  .text-bg-cyan-25 {
14813
14330
  color: var(--bs-gray-700) !important;
14814
14331
  background-color: RGBA(var(--bs-cyan-25-rgb), var(--bs-bg-opacity, 1)) !important;
14815
14332
  }
14816
14333
 
14817
- .hover-bg-cyan-25:hover {
14818
- background-color: var(--bs-cyan-25) !important;
14819
- }
14820
-
14821
14334
  .text-bg-cyan-50 {
14822
14335
  color: var(--bs-gray-700) !important;
14823
14336
  background-color: RGBA(var(--bs-cyan-50-rgb), var(--bs-bg-opacity, 1)) !important;
14824
14337
  }
14825
14338
 
14826
- .hover-bg-cyan-50:hover {
14827
- background-color: var(--bs-cyan-50) !important;
14828
- }
14829
-
14830
14339
  .text-bg-cyan-100 {
14831
14340
  color: var(--bs-gray-700) !important;
14832
14341
  background-color: RGBA(var(--bs-cyan-100-rgb), var(--bs-bg-opacity, 1)) !important;
14833
14342
  }
14834
14343
 
14835
- .hover-bg-cyan-100:hover {
14836
- background-color: var(--bs-cyan-100) !important;
14837
- }
14838
-
14839
14344
  .text-bg-cyan-200 {
14840
14345
  color: var(--bs-gray-700) !important;
14841
14346
  background-color: RGBA(var(--bs-cyan-200-rgb), var(--bs-bg-opacity, 1)) !important;
14842
14347
  }
14843
14348
 
14844
- .hover-bg-cyan-200:hover {
14845
- background-color: var(--bs-cyan-200) !important;
14846
- }
14847
-
14848
14349
  .text-bg-cyan-300 {
14849
14350
  color: var(--bs-gray-700) !important;
14850
14351
  background-color: RGBA(var(--bs-cyan-300-rgb), var(--bs-bg-opacity, 1)) !important;
14851
14352
  }
14852
14353
 
14853
- .hover-bg-cyan-300:hover {
14854
- background-color: var(--bs-cyan-300) !important;
14855
- }
14856
-
14857
14354
  .text-bg-cyan-400 {
14858
14355
  color: var(--bs-gray-700) !important;
14859
14356
  background-color: RGBA(var(--bs-cyan-400-rgb), var(--bs-bg-opacity, 1)) !important;
14860
14357
  }
14861
14358
 
14862
- .hover-bg-cyan-400:hover {
14863
- background-color: var(--bs-cyan-400) !important;
14864
- }
14865
-
14866
14359
  .text-bg-cyan-500 {
14867
14360
  color: var(--bs-gray-700) !important;
14868
14361
  background-color: RGBA(var(--bs-cyan-500-rgb), var(--bs-bg-opacity, 1)) !important;
14869
14362
  }
14870
14363
 
14871
- .hover-bg-cyan-500:hover {
14872
- background-color: var(--bs-cyan-500) !important;
14873
- }
14874
-
14875
14364
  .text-bg-cyan-600 {
14876
14365
  color: var(--bs-black) !important;
14877
14366
  background-color: RGBA(var(--bs-cyan-600-rgb), var(--bs-bg-opacity, 1)) !important;
14878
14367
  }
14879
14368
 
14880
- .hover-bg-cyan-600:hover {
14881
- background-color: var(--bs-cyan-600) !important;
14882
- }
14883
-
14884
14369
  .text-bg-cyan-700 {
14885
14370
  color: var(--bs-white) !important;
14886
14371
  background-color: RGBA(var(--bs-cyan-700-rgb), var(--bs-bg-opacity, 1)) !important;
14887
14372
  }
14888
14373
 
14889
- .hover-bg-cyan-700:hover {
14890
- background-color: var(--bs-cyan-700) !important;
14891
- }
14892
-
14893
14374
  .text-bg-cyan-800 {
14894
14375
  color: var(--bs-white) !important;
14895
14376
  background-color: RGBA(var(--bs-cyan-800-rgb), var(--bs-bg-opacity, 1)) !important;
14896
14377
  }
14897
14378
 
14898
- .hover-bg-cyan-800:hover {
14899
- background-color: var(--bs-cyan-800) !important;
14900
- }
14901
-
14902
14379
  .text-bg-cyan-900 {
14903
14380
  color: var(--bs-white) !important;
14904
14381
  background-color: RGBA(var(--bs-cyan-900-rgb), var(--bs-bg-opacity, 1)) !important;
14905
14382
  }
14906
14383
 
14907
- .hover-bg-cyan-900:hover {
14908
- background-color: var(--bs-cyan-900) !important;
14909
- }
14910
-
14911
14384
  .text-bg-primary {
14912
14385
  color: var(--bs-white) !important;
14913
14386
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
14914
14387
  }
14915
14388
 
14916
- .hover-bg-primary:hover {
14917
- background-color: var(--bs-primary) !important;
14918
- }
14919
-
14920
14389
  .text-bg-secondary {
14921
14390
  color: var(--bs-secondary-700);
14922
14391
  background: var(--bs-secondary-50);
14923
14392
  }
14924
14393
 
14925
- .hover-bg-secondary:hover {
14926
- background-color: var(--bs-secondary) !important;
14927
- }
14928
-
14929
14394
  .text-bg-success {
14930
14395
  color: var(--bs-white) !important;
14931
14396
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
14932
14397
  }
14933
14398
 
14934
- .hover-bg-success:hover {
14935
- background-color: var(--bs-success) !important;
14936
- }
14937
-
14938
14399
  .text-bg-info {
14939
14400
  color: var(--bs-white) !important;
14940
14401
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
14941
14402
  }
14942
14403
 
14943
- .hover-bg-info:hover {
14944
- background-color: var(--bs-info) !important;
14945
- }
14946
-
14947
14404
  .text-bg-warning {
14948
14405
  color: var(--bs-gray-700) !important;
14949
14406
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
14950
14407
  }
14951
14408
 
14952
- .hover-bg-warning:hover {
14953
- background-color: var(--bs-warning) !important;
14954
- }
14955
-
14956
14409
  .text-bg-danger {
14957
14410
  color: var(--bs-white) !important;
14958
14411
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
14959
14412
  }
14960
14413
 
14961
- .hover-bg-danger:hover {
14962
- background-color: var(--bs-danger) !important;
14963
- }
14964
-
14965
14414
  .text-bg-light {
14966
14415
  color: var(--bs-gray-700) !important;
14967
14416
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
14968
14417
  }
14969
14418
 
14970
- .hover-bg-light:hover {
14971
- background-color: var(--bs-light) !important;
14972
- }
14973
-
14974
14419
  .text-bg-dark {
14975
14420
  color: var(--bs-white) !important;
14976
14421
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
14977
14422
  }
14978
14423
 
14979
- .hover-bg-dark:hover {
14980
- background-color: var(--bs-dark) !important;
14981
- }
14982
-
14983
14424
  .text-bg-indigo {
14984
14425
  color: var(--bs-white) !important;
14985
14426
  background-color: RGBA(var(--bs-indigo-rgb), var(--bs-bg-opacity, 1)) !important;
14986
14427
  }
14987
14428
 
14988
- .hover-bg-indigo:hover {
14989
- background-color: var(--bs-indigo) !important;
14990
- }
14991
-
14992
14429
  .text-bg-purple {
14993
14430
  color: var(--bs-white) !important;
14994
14431
  background-color: RGBA(var(--bs-purple-rgb), var(--bs-bg-opacity, 1)) !important;
14995
14432
  }
14996
14433
 
14997
- .hover-bg-purple:hover {
14998
- background-color: var(--bs-purple) !important;
14999
- }
15000
-
15001
14434
  .text-bg-pink {
15002
14435
  color: var(--bs-white) !important;
15003
14436
  background-color: RGBA(var(--bs-pink-rgb), var(--bs-bg-opacity, 1)) !important;
15004
14437
  }
15005
14438
 
15006
- .hover-bg-pink:hover {
15007
- background-color: var(--bs-pink) !important;
15008
- }
15009
-
15010
14439
  .text-bg-red {
15011
14440
  color: var(--bs-white) !important;
15012
14441
  background-color: RGBA(var(--bs-red-rgb), var(--bs-bg-opacity, 1)) !important;
15013
14442
  }
15014
14443
 
15015
- .hover-bg-red:hover {
15016
- background-color: var(--bs-red) !important;
15017
- }
15018
-
15019
14444
  .text-bg-orange {
15020
14445
  color: var(--bs-black) !important;
15021
14446
  background-color: RGBA(var(--bs-orange-rgb), var(--bs-bg-opacity, 1)) !important;
15022
14447
  }
15023
14448
 
15024
- .hover-bg-orange:hover {
15025
- background-color: var(--bs-orange) !important;
15026
- }
15027
-
15028
14449
  .text-bg-yellow {
15029
14450
  color: var(--bs-gray-700) !important;
15030
14451
  background-color: RGBA(var(--bs-yellow-rgb), var(--bs-bg-opacity, 1)) !important;
15031
14452
  }
15032
14453
 
15033
- .hover-bg-yellow:hover {
15034
- background-color: var(--bs-yellow) !important;
15035
- }
15036
-
15037
14454
  .text-bg-green {
15038
14455
  color: var(--bs-white) !important;
15039
14456
  background-color: RGBA(var(--bs-green-rgb), var(--bs-bg-opacity, 1)) !important;
15040
14457
  }
15041
14458
 
15042
- .hover-bg-green:hover {
15043
- background-color: var(--bs-green) !important;
15044
- }
15045
-
15046
14459
  .text-bg-teal {
15047
14460
  color: var(--bs-gray-700) !important;
15048
14461
  background-color: RGBA(var(--bs-teal-rgb), var(--bs-bg-opacity, 1)) !important;
15049
14462
  }
15050
14463
 
15051
- .hover-bg-teal:hover {
15052
- background-color: var(--bs-teal) !important;
15053
- }
15054
-
15055
14464
  .text-bg-cyan {
15056
14465
  color: var(--bs-gray-700) !important;
15057
14466
  background-color: RGBA(var(--bs-cyan-rgb), var(--bs-bg-opacity, 1)) !important;
15058
14467
  }
15059
14468
 
15060
- .hover-bg-cyan:hover {
15061
- background-color: var(--bs-cyan) !important;
15062
- }
15063
-
15064
14469
  .text-bg-gray-25 {
15065
14470
  color: var(--bs-gray-700) !important;
15066
14471
  background-color: RGBA(var(--bs-gray-25-rgb), var(--bs-bg-opacity, 1)) !important;
15067
14472
  }
15068
14473
 
15069
- .hover-bg-gray-25:hover {
15070
- background-color: var(--bs-gray-25) !important;
15071
- }
15072
-
15073
14474
  .text-bg-gray-50 {
15074
14475
  color: var(--bs-gray-700) !important;
15075
14476
  background-color: RGBA(var(--bs-gray-50-rgb), var(--bs-bg-opacity, 1)) !important;
15076
14477
  }
15077
14478
 
15078
- .hover-bg-gray-50:hover {
15079
- background-color: var(--bs-gray-50) !important;
15080
- }
15081
-
15082
14479
  .text-bg-gray-100 {
15083
14480
  color: var(--bs-gray-700) !important;
15084
14481
  background-color: RGBA(var(--bs-gray-100-rgb), var(--bs-bg-opacity, 1)) !important;
15085
14482
  }
15086
14483
 
15087
- .hover-bg-gray-100:hover {
15088
- background-color: var(--bs-gray-100) !important;
15089
- }
15090
-
15091
14484
  .text-bg-gray-200 {
15092
14485
  color: var(--bs-gray-700) !important;
15093
14486
  background-color: RGBA(var(--bs-gray-200-rgb), var(--bs-bg-opacity, 1)) !important;
15094
14487
  }
15095
14488
 
15096
- .hover-bg-gray-200:hover {
15097
- background-color: var(--bs-gray-200) !important;
15098
- }
15099
-
15100
14489
  .text-bg-gray-300 {
15101
14490
  color: var(--bs-black) !important;
15102
14491
  background-color: RGBA(var(--bs-gray-300-rgb), var(--bs-bg-opacity, 1)) !important;
15103
14492
  }
15104
14493
 
15105
- .hover-bg-gray-300:hover {
15106
- background-color: var(--bs-gray-300) !important;
15107
- }
15108
-
15109
14494
  .text-bg-gray-400 {
15110
14495
  color: var(--bs-black) !important;
15111
14496
  background-color: RGBA(var(--bs-gray-400-rgb), var(--bs-bg-opacity, 1)) !important;
15112
14497
  }
15113
14498
 
15114
- .hover-bg-gray-400:hover {
15115
- background-color: var(--bs-gray-400) !important;
15116
- }
15117
-
15118
14499
  .text-bg-gray-500 {
15119
14500
  color: var(--bs-white) !important;
15120
14501
  background-color: RGBA(var(--bs-gray-500-rgb), var(--bs-bg-opacity, 1)) !important;
15121
14502
  }
15122
14503
 
15123
- .hover-bg-gray-500:hover {
15124
- background-color: var(--bs-gray-500) !important;
15125
- }
15126
-
15127
14504
  .text-bg-gray-600 {
15128
14505
  color: var(--bs-white) !important;
15129
14506
  background-color: RGBA(var(--bs-gray-600-rgb), var(--bs-bg-opacity, 1)) !important;
15130
14507
  }
15131
14508
 
15132
- .hover-bg-gray-600:hover {
15133
- background-color: var(--bs-gray-600) !important;
15134
- }
15135
-
15136
14509
  .text-bg-gray-700 {
15137
14510
  color: var(--bs-white) !important;
15138
14511
  background-color: RGBA(var(--bs-gray-700-rgb), var(--bs-bg-opacity, 1)) !important;
15139
14512
  }
15140
14513
 
15141
- .hover-bg-gray-700:hover {
15142
- background-color: var(--bs-gray-700) !important;
15143
- }
15144
-
15145
14514
  .text-bg-gray-800 {
15146
14515
  color: var(--bs-white) !important;
15147
14516
  background-color: RGBA(var(--bs-gray-800-rgb), var(--bs-bg-opacity, 1)) !important;
15148
14517
  }
15149
14518
 
15150
- .hover-bg-gray-800:hover {
15151
- background-color: var(--bs-gray-800) !important;
15152
- }
15153
-
15154
14519
  .text-bg-gray-900 {
15155
14520
  color: var(--bs-white) !important;
15156
14521
  background-color: RGBA(var(--bs-gray-900-rgb), var(--bs-bg-opacity, 1)) !important;
15157
14522
  }
15158
14523
 
15159
- .hover-bg-gray-900:hover {
15160
- background-color: var(--bs-gray-900) !important;
15161
- }
15162
-
15163
14524
  .text-bg-gray {
15164
14525
  color: var(--bs-white) !important;
15165
14526
  background-color: RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important;
15166
14527
  }
15167
14528
 
15168
- .hover-bg-gray:hover {
15169
- background-color: var(--bs-gray) !important;
15170
- }
15171
-
15172
14529
  .text-primary-bg-color {
15173
14530
  color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
15174
14531
  background-color: RGBA(var(--bs-primary-100-rgb), var(--bs-bg-opacity, 1)) !important;
@@ -18860,6 +18217,10 @@ react-datepicker__navigation
18860
18217
  font-size: var(--bs-fs-6) !important;
18861
18218
  }
18862
18219
 
18220
+ .fs-body {
18221
+ font-size: var(--bs-body-font-size) !important;
18222
+ }
18223
+
18863
18224
  .fst-italic {
18864
18225
  font-style: italic !important;
18865
18226
  }
@@ -21927,26 +21288,6 @@ react-datepicker__navigation
21927
21288
  text-wrap: wrap !important;
21928
21289
  }
21929
21290
 
21930
- .fs-body-large {
21931
- --bs-fs-body-font-size: var(--bs-fs-body-large);
21932
- }
21933
-
21934
- .fs-body-medium {
21935
- --bs-fs-body-font-size: var(--bs-fs-body-medium);
21936
- }
21937
-
21938
- .fs-body-normal {
21939
- --bs-fs-body-font-size: var(--bs-fs-body-normal);
21940
- }
21941
-
21942
- .fs-body-small {
21943
- --bs-fs-body-font-size: var(--bs-fs-body-small);
21944
- }
21945
-
21946
- .fs-body-tiny {
21947
- --bs-fs-body-font-size: var(--bs-fs-body-tiny);
21948
- }
21949
-
21950
21291
  @media (min-width: 576px) {
21951
21292
  .float-sm-start {
21952
21293
  float: left !important;
@@ -23962,6 +23303,9 @@ react-datepicker__navigation
23962
23303
  .fs-sm-6 {
23963
23304
  font-size: var(--bs-fs-6) !important;
23964
23305
  }
23306
+ .fs-sm-body {
23307
+ font-size: var(--bs-body-font-size) !important;
23308
+ }
23965
23309
  .fw-sm-lighter {
23966
23310
  font-weight: var(--bs-fw-lighter) !important;
23967
23311
  }
@@ -24100,21 +23444,6 @@ react-datepicker__navigation
24100
23444
  .text-wrap-sm-wrap {
24101
23445
  text-wrap: wrap !important;
24102
23446
  }
24103
- .fs-body-sm-large {
24104
- --bs-fs-body-font-size: var(--bs-fs-body-large);
24105
- }
24106
- .fs-body-sm-medium {
24107
- --bs-fs-body-font-size: var(--bs-fs-body-medium);
24108
- }
24109
- .fs-body-sm-normal {
24110
- --bs-fs-body-font-size: var(--bs-fs-body-normal);
24111
- }
24112
- .fs-body-sm-small {
24113
- --bs-fs-body-font-size: var(--bs-fs-body-small);
24114
- }
24115
- .fs-body-sm-tiny {
24116
- --bs-fs-body-font-size: var(--bs-fs-body-tiny);
24117
- }
24118
23447
  }
24119
23448
  @media (min-width: 768px) {
24120
23449
  .float-md-start {
@@ -26131,6 +25460,9 @@ react-datepicker__navigation
26131
25460
  .fs-md-6 {
26132
25461
  font-size: var(--bs-fs-6) !important;
26133
25462
  }
25463
+ .fs-md-body {
25464
+ font-size: var(--bs-body-font-size) !important;
25465
+ }
26134
25466
  .fw-md-lighter {
26135
25467
  font-weight: var(--bs-fw-lighter) !important;
26136
25468
  }
@@ -26269,21 +25601,6 @@ react-datepicker__navigation
26269
25601
  .text-wrap-md-wrap {
26270
25602
  text-wrap: wrap !important;
26271
25603
  }
26272
- .fs-body-md-large {
26273
- --bs-fs-body-font-size: var(--bs-fs-body-large);
26274
- }
26275
- .fs-body-md-medium {
26276
- --bs-fs-body-font-size: var(--bs-fs-body-medium);
26277
- }
26278
- .fs-body-md-normal {
26279
- --bs-fs-body-font-size: var(--bs-fs-body-normal);
26280
- }
26281
- .fs-body-md-small {
26282
- --bs-fs-body-font-size: var(--bs-fs-body-small);
26283
- }
26284
- .fs-body-md-tiny {
26285
- --bs-fs-body-font-size: var(--bs-fs-body-tiny);
26286
- }
26287
25604
  }
26288
25605
  @media (min-width: 992px) {
26289
25606
  .float-lg-start {
@@ -28300,6 +27617,9 @@ react-datepicker__navigation
28300
27617
  .fs-lg-6 {
28301
27618
  font-size: var(--bs-fs-6) !important;
28302
27619
  }
27620
+ .fs-lg-body {
27621
+ font-size: var(--bs-body-font-size) !important;
27622
+ }
28303
27623
  .fw-lg-lighter {
28304
27624
  font-weight: var(--bs-fw-lighter) !important;
28305
27625
  }
@@ -28438,21 +27758,6 @@ react-datepicker__navigation
28438
27758
  .text-wrap-lg-wrap {
28439
27759
  text-wrap: wrap !important;
28440
27760
  }
28441
- .fs-body-lg-large {
28442
- --bs-fs-body-font-size: var(--bs-fs-body-large);
28443
- }
28444
- .fs-body-lg-medium {
28445
- --bs-fs-body-font-size: var(--bs-fs-body-medium);
28446
- }
28447
- .fs-body-lg-normal {
28448
- --bs-fs-body-font-size: var(--bs-fs-body-normal);
28449
- }
28450
- .fs-body-lg-small {
28451
- --bs-fs-body-font-size: var(--bs-fs-body-small);
28452
- }
28453
- .fs-body-lg-tiny {
28454
- --bs-fs-body-font-size: var(--bs-fs-body-tiny);
28455
- }
28456
27761
  }
28457
27762
  @media (min-width: 1200px) {
28458
27763
  .float-xl-start {
@@ -30469,6 +29774,9 @@ react-datepicker__navigation
30469
29774
  .fs-xl-6 {
30470
29775
  font-size: var(--bs-fs-6) !important;
30471
29776
  }
29777
+ .fs-xl-body {
29778
+ font-size: var(--bs-body-font-size) !important;
29779
+ }
30472
29780
  .fw-xl-lighter {
30473
29781
  font-weight: var(--bs-fw-lighter) !important;
30474
29782
  }
@@ -30607,21 +29915,6 @@ react-datepicker__navigation
30607
29915
  .text-wrap-xl-wrap {
30608
29916
  text-wrap: wrap !important;
30609
29917
  }
30610
- .fs-body-xl-large {
30611
- --bs-fs-body-font-size: var(--bs-fs-body-large);
30612
- }
30613
- .fs-body-xl-medium {
30614
- --bs-fs-body-font-size: var(--bs-fs-body-medium);
30615
- }
30616
- .fs-body-xl-normal {
30617
- --bs-fs-body-font-size: var(--bs-fs-body-normal);
30618
- }
30619
- .fs-body-xl-small {
30620
- --bs-fs-body-font-size: var(--bs-fs-body-small);
30621
- }
30622
- .fs-body-xl-tiny {
30623
- --bs-fs-body-font-size: var(--bs-fs-body-tiny);
30624
- }
30625
29918
  }
30626
29919
  @media (min-width: 1400px) {
30627
29920
  .float-xxl-start {
@@ -32638,6 +31931,9 @@ react-datepicker__navigation
32638
31931
  .fs-xxl-6 {
32639
31932
  font-size: var(--bs-fs-6) !important;
32640
31933
  }
31934
+ .fs-xxl-body {
31935
+ font-size: var(--bs-body-font-size) !important;
31936
+ }
32641
31937
  .fw-xxl-lighter {
32642
31938
  font-weight: var(--bs-fw-lighter) !important;
32643
31939
  }
@@ -32776,21 +32072,6 @@ react-datepicker__navigation
32776
32072
  .text-wrap-xxl-wrap {
32777
32073
  text-wrap: wrap !important;
32778
32074
  }
32779
- .fs-body-xxl-large {
32780
- --bs-fs-body-font-size: var(--bs-fs-body-large);
32781
- }
32782
- .fs-body-xxl-medium {
32783
- --bs-fs-body-font-size: var(--bs-fs-body-medium);
32784
- }
32785
- .fs-body-xxl-normal {
32786
- --bs-fs-body-font-size: var(--bs-fs-body-normal);
32787
- }
32788
- .fs-body-xxl-small {
32789
- --bs-fs-body-font-size: var(--bs-fs-body-small);
32790
- }
32791
- .fs-body-xxl-tiny {
32792
- --bs-fs-body-font-size: var(--bs-fs-body-tiny);
32793
- }
32794
32075
  }
32795
32076
  .hover\:align-baseline:hover {
32796
32077
  vertical-align: baseline !important;
@@ -35865,6 +35146,10 @@ react-datepicker__navigation
35865
35146
  font-size: var(--bs-fs-6) !important;
35866
35147
  }
35867
35148
 
35149
+ .hover\:fs-body:hover {
35150
+ font-size: var(--bs-body-font-size) !important;
35151
+ }
35152
+
35868
35153
  .hover\:fst-italic:hover {
35869
35154
  font-style: italic !important;
35870
35155
  }
@@ -45608,6 +44893,15 @@ react-datepicker__navigation
45608
44893
  font-size: var(--bs-fs-6) !important;
45609
44894
  }
45610
44895
 
44896
+ @media (prefers-color-scheme: dark) {
44897
+ .dark\:fs-body {
44898
+ font-size: var(--bs-body-font-size) !important;
44899
+ }
44900
+ }
44901
+ .dark .dark\:fs-body {
44902
+ font-size: var(--bs-body-font-size) !important;
44903
+ }
44904
+
45611
44905
  @media (prefers-color-scheme: dark) {
45612
44906
  .dark\:fst-italic {
45613
44907
  font-style: italic !important;