@dynamic-framework/ui-react 1.22.0 → 1.24.0

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * dynamic-framework 1.22.0
2
+ * dynamic-framework 1.24.0
3
3
  * bootstrap ^5.3.3
4
4
  * license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
5
5
  */
@@ -2084,57 +2084,57 @@ progress {
2084
2084
  }
2085
2085
 
2086
2086
  .table-primary {
2087
- --bs-table-color: var(--bs-gray-700);
2087
+ --bs-table-color: var(--bs-black);
2088
2088
  --bs-table-bg: color-mix(in srgb, var(--bs-primary-100), var(--bs-white) 0%);
2089
2089
  --bs-table-border-color: color-mix(in srgb, var(--bs-primary-100), var(--bs-white) 20%);
2090
2090
  --bs-table-striped-bg: color-mix(in srgb, var(--bs-primary-100), var(--bs-white) 10%);
2091
- --bs-table-striped-color: var(--bs-gray-700);
2091
+ --bs-table-striped-color: var(--bs-black);
2092
2092
  --bs-table-active-bg: color-mix(in srgb, var(--bs-primary-100), var(--bs-white) 20%);
2093
- --bs-table-active-color: var(--bs-gray-700);
2093
+ --bs-table-active-color: var(--bs-black);
2094
2094
  --bs-table-hover-bg: color-mix(in srgb, var(--bs-primary-100), var(--bs-white) 15%);
2095
- --bs-table-hover-color: var(--bs-gray-700);
2095
+ --bs-table-hover-color: var(--bs-black);
2096
2096
  color: var(--bs-table-color);
2097
2097
  border-color: var(--bs-table-border-color);
2098
2098
  }
2099
2099
 
2100
2100
  .table-secondary {
2101
- --bs-table-color: var(--bs-gray-700);
2101
+ --bs-table-color: var(--bs-black);
2102
2102
  --bs-table-bg: color-mix(in srgb, var(--bs-secondary-100), var(--bs-white) 0%);
2103
2103
  --bs-table-border-color: color-mix(in srgb, var(--bs-secondary-100), var(--bs-white) 20%);
2104
2104
  --bs-table-striped-bg: color-mix(in srgb, var(--bs-secondary-100), var(--bs-white) 10%);
2105
- --bs-table-striped-color: var(--bs-gray-700);
2105
+ --bs-table-striped-color: var(--bs-black);
2106
2106
  --bs-table-active-bg: color-mix(in srgb, var(--bs-secondary-100), var(--bs-white) 20%);
2107
- --bs-table-active-color: var(--bs-gray-700);
2107
+ --bs-table-active-color: var(--bs-black);
2108
2108
  --bs-table-hover-bg: color-mix(in srgb, var(--bs-secondary-100), var(--bs-white) 15%);
2109
- --bs-table-hover-color: var(--bs-gray-700);
2109
+ --bs-table-hover-color: var(--bs-black);
2110
2110
  color: var(--bs-table-color);
2111
2111
  border-color: var(--bs-table-border-color);
2112
2112
  }
2113
2113
 
2114
2114
  .table-success {
2115
- --bs-table-color: var(--bs-gray-700);
2115
+ --bs-table-color: var(--bs-black);
2116
2116
  --bs-table-bg: color-mix(in srgb, var(--bs-success-100), var(--bs-white) 0%);
2117
2117
  --bs-table-border-color: color-mix(in srgb, var(--bs-success-100), var(--bs-white) 20%);
2118
2118
  --bs-table-striped-bg: color-mix(in srgb, var(--bs-success-100), var(--bs-white) 10%);
2119
- --bs-table-striped-color: var(--bs-gray-700);
2119
+ --bs-table-striped-color: var(--bs-black);
2120
2120
  --bs-table-active-bg: color-mix(in srgb, var(--bs-success-100), var(--bs-white) 20%);
2121
- --bs-table-active-color: var(--bs-gray-700);
2121
+ --bs-table-active-color: var(--bs-black);
2122
2122
  --bs-table-hover-bg: color-mix(in srgb, var(--bs-success-100), var(--bs-white) 15%);
2123
- --bs-table-hover-color: var(--bs-gray-700);
2123
+ --bs-table-hover-color: var(--bs-black);
2124
2124
  color: var(--bs-table-color);
2125
2125
  border-color: var(--bs-table-border-color);
2126
2126
  }
2127
2127
 
2128
2128
  .table-info {
2129
- --bs-table-color: var(--bs-gray-700);
2129
+ --bs-table-color: var(--bs-black);
2130
2130
  --bs-table-bg: color-mix(in srgb, var(--bs-info-100), var(--bs-white) 0%);
2131
2131
  --bs-table-border-color: color-mix(in srgb, var(--bs-info-100), var(--bs-white) 20%);
2132
2132
  --bs-table-striped-bg: color-mix(in srgb, var(--bs-info-100), var(--bs-white) 10%);
2133
- --bs-table-striped-color: var(--bs-gray-700);
2133
+ --bs-table-striped-color: var(--bs-black);
2134
2134
  --bs-table-active-bg: color-mix(in srgb, var(--bs-info-100), var(--bs-white) 20%);
2135
- --bs-table-active-color: var(--bs-gray-700);
2135
+ --bs-table-active-color: var(--bs-black);
2136
2136
  --bs-table-hover-bg: color-mix(in srgb, var(--bs-info-100), var(--bs-white) 15%);
2137
- --bs-table-hover-color: var(--bs-gray-700);
2137
+ --bs-table-hover-color: var(--bs-black);
2138
2138
  color: var(--bs-table-color);
2139
2139
  border-color: var(--bs-table-border-color);
2140
2140
  }
@@ -2154,15 +2154,15 @@ progress {
2154
2154
  }
2155
2155
 
2156
2156
  .table-danger {
2157
- --bs-table-color: var(--bs-gray-700);
2157
+ --bs-table-color: var(--bs-black);
2158
2158
  --bs-table-bg: color-mix(in srgb, var(--bs-danger-100), var(--bs-white) 0%);
2159
2159
  --bs-table-border-color: color-mix(in srgb, var(--bs-danger-100), var(--bs-white) 20%);
2160
2160
  --bs-table-striped-bg: color-mix(in srgb, var(--bs-danger-100), var(--bs-white) 10%);
2161
- --bs-table-striped-color: var(--bs-gray-700);
2161
+ --bs-table-striped-color: var(--bs-black);
2162
2162
  --bs-table-active-bg: color-mix(in srgb, var(--bs-danger-100), var(--bs-white) 20%);
2163
- --bs-table-active-color: var(--bs-gray-700);
2163
+ --bs-table-active-color: var(--bs-black);
2164
2164
  --bs-table-hover-bg: color-mix(in srgb, var(--bs-danger-100), var(--bs-white) 15%);
2165
- --bs-table-hover-color: var(--bs-gray-700);
2165
+ --bs-table-hover-color: var(--bs-black);
2166
2166
  color: var(--bs-table-color);
2167
2167
  border-color: var(--bs-table-border-color);
2168
2168
  }
@@ -3000,10 +3000,10 @@ textarea.form-control-lg {
3000
3000
  max-width: 100%;
3001
3001
  padding: var(--bs-ref-spacer-1) var(--bs-ref-spacer-2);
3002
3002
  margin-top: 0.1rem;
3003
- font-size: var(--bs-tooltip-component-font-size, var(--bs-body-font-size));
3003
+ font-size: var(--bs-body-font-size);
3004
3004
  color: var(--bs-white);
3005
3005
  background-color: var(--bs-success);
3006
- border-radius: var(--bs-tooltip-component-border-radius, var(--bs-ref-spacer-1));
3006
+ border-radius: var(--bs-ref-spacer-1);
3007
3007
  }
3008
3008
 
3009
3009
  .was-validated :valid ~ .valid-feedback,
@@ -3070,10 +3070,10 @@ textarea.form-control-lg {
3070
3070
  max-width: 100%;
3071
3071
  padding: var(--bs-ref-spacer-1) var(--bs-ref-spacer-2);
3072
3072
  margin-top: 0.1rem;
3073
- font-size: var(--bs-tooltip-component-font-size, var(--bs-body-font-size));
3073
+ font-size: var(--bs-body-font-size);
3074
3074
  color: var(--bs-white);
3075
3075
  background-color: var(--bs-danger);
3076
- border-radius: var(--bs-tooltip-component-border-radius, var(--bs-ref-spacer-1));
3076
+ border-radius: var(--bs-ref-spacer-1);
3077
3077
  }
3078
3078
 
3079
3079
  .was-validated :invalid ~ .invalid-feedback,
@@ -4318,7 +4318,7 @@ textarea.form-control-lg {
4318
4318
  --bs-accordion-btn-padding-y: var(--bs-ref-spacer-6);
4319
4319
  --bs-accordion-btn-color: var(--bs-body-color);
4320
4320
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
4321
- --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
4321
+ --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23232426'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
4322
4322
  --bs-accordion-btn-icon-width: 1.25rem;
4323
4323
  --bs-accordion-btn-icon-transform: rotate(-180deg);
4324
4324
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
@@ -5469,14 +5469,14 @@ textarea.form-control-lg {
5469
5469
  }
5470
5470
  .tooltip {
5471
5471
  --bs-tooltip-zindex: 1080;
5472
- --bs-tooltip-max-width: var(--bs-tooltip-component-max-width, 300px);
5472
+ --bs-tooltip-max-width: 300px;
5473
5473
  --bs-tooltip-padding-x: var(--bs-ref-spacer-2);
5474
5474
  --bs-tooltip-padding-y: var(--bs-ref-spacer-1);
5475
5475
  --bs-tooltip-margin: ;
5476
- --bs-tooltip-font-size: var(--bs-tooltip-component-font-size, var(--bs-body-font-size));
5477
- --bs-tooltip-color: var(--bs-tooltip-component-color, var(--bs-body-bg));
5478
- --bs-tooltip-bg: var(--bs-tooltip-component-bg, var(--bs-emphasis-color));
5479
- --bs-tooltip-border-radius: var(--bs-tooltip-component-border-radius, var(--bs-ref-spacer-1));
5476
+ --bs-tooltip-font-size: var(--bs-body-font-size);
5477
+ --bs-tooltip-color: var(--bs-body-bg);
5478
+ --bs-tooltip-bg: var(--bs-emphasis-color);
5479
+ --bs-tooltip-border-radius: var(--bs-ref-spacer-1);
5480
5480
  --bs-tooltip-opacity: 1;
5481
5481
  --bs-tooltip-arrow-width: 0.8rem;
5482
5482
  --bs-tooltip-arrow-height: 0.4rem;
@@ -6650,7 +6650,7 @@ body {
6650
6650
  --bs-input-switch-active-bg: var(--bs-focus-ring-color);
6651
6651
  --bs-input-switch-disabled-border-color: var(--bs-gray-300);
6652
6652
  --bs-input-switch-disabled-bg: var(--bs-gray-100);
6653
- --bs-input-switch-disabled-dot: url("data:image/svg+xml,%3csvg viewBox='-4 -4 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='15' height='15' rx='7.5' fill='%23fff' stroke='%23dee2e6'/%3e%3c/svg%3e");
6653
+ --bs-input-switch-disabled-dot: url("data:image/svg+xml,%3csvg viewBox='-4 -4 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='15' height='15' rx='7.5' fill='%23fff' stroke='%23ced3d7'/%3e%3c/svg%3e");
6654
6654
  --bs-input-switch-label-color: var(--bs-gray);
6655
6655
  --bs-input-switch-active-label-color: var(--bs-gray-700);
6656
6656
  }
@@ -7525,7 +7525,7 @@ body {
7525
7525
  --bs-btn-hover-border-color: transparent;
7526
7526
  --bs-btn-active-color: var(--bs-link-hover-color);
7527
7527
  --bs-btn-active-border-color: transparent;
7528
- --bs-btn-disabled-color: #6c757d;
7528
+ --bs-btn-disabled-color: #8a9197;
7529
7529
  --bs-btn-disabled-border-color: transparent;
7530
7530
  --bs-btn-box-shadow: 0 0 0 #000;
7531
7531
  --bs-btn-focus-shadow-rgb: 222, 61, 120;
@@ -7615,10 +7615,10 @@ body {
7615
7615
  --bs-alert-link-color: var(--bs-white);
7616
7616
  }
7617
7617
  .alert.alert-warning {
7618
- --bs-alert-color: var(--bs-gray-700);
7618
+ --bs-alert-color: var(--bs-black);
7619
7619
  --bs-alert-bg: var(--bs-warning);
7620
7620
  --bs-alert-border-color: var(--bs-warning);
7621
- --bs-alert-link-color: var(--bs-gray-700);
7621
+ --bs-alert-link-color: var(--bs-black);
7622
7622
  }
7623
7623
  .alert.alert-danger {
7624
7624
  --bs-alert-color: var(--bs-white);
@@ -7864,36 +7864,36 @@ label .d-icon {
7864
7864
  --bs-tooltip-font-size: var(--bs-tooltip-lg-font-size);
7865
7865
  }
7866
7866
  .tooltip.tooltip-primary {
7867
- --bs-tooltip-color: var(--bs-tooltip-component-color, var(--bs-white));
7868
- --bs-tooltip-bg: var(--bs-tooltip-component-bg, var(--bs-primary));
7867
+ --bs-tooltip-color: var(--bs-white);
7868
+ --bs-tooltip-bg: var(--bs-primary);
7869
7869
  }
7870
7870
  .tooltip.tooltip-secondary {
7871
- --bs-tooltip-color: var(--bs-tooltip-component-color, var(--bs-white));
7872
- --bs-tooltip-bg: var(--bs-tooltip-component-bg, var(--bs-secondary));
7871
+ --bs-tooltip-color: var(--bs-white);
7872
+ --bs-tooltip-bg: var(--bs-secondary);
7873
7873
  }
7874
7874
  .tooltip.tooltip-success {
7875
- --bs-tooltip-color: var(--bs-tooltip-component-color, var(--bs-white));
7876
- --bs-tooltip-bg: var(--bs-tooltip-component-bg, var(--bs-success));
7875
+ --bs-tooltip-color: var(--bs-white);
7876
+ --bs-tooltip-bg: var(--bs-success);
7877
7877
  }
7878
7878
  .tooltip.tooltip-info {
7879
- --bs-tooltip-color: var(--bs-tooltip-component-color, var(--bs-white));
7880
- --bs-tooltip-bg: var(--bs-tooltip-component-bg, var(--bs-info));
7879
+ --bs-tooltip-color: var(--bs-white);
7880
+ --bs-tooltip-bg: var(--bs-info);
7881
7881
  }
7882
7882
  .tooltip.tooltip-warning {
7883
- --bs-tooltip-color: var(--bs-tooltip-component-color, var(--bs-gray-700));
7884
- --bs-tooltip-bg: var(--bs-tooltip-component-bg, var(--bs-warning));
7883
+ --bs-tooltip-color: var(--bs-black);
7884
+ --bs-tooltip-bg: var(--bs-warning);
7885
7885
  }
7886
7886
  .tooltip.tooltip-danger {
7887
- --bs-tooltip-color: var(--bs-tooltip-component-color, var(--bs-white));
7888
- --bs-tooltip-bg: var(--bs-tooltip-component-bg, var(--bs-danger));
7887
+ --bs-tooltip-color: var(--bs-white);
7888
+ --bs-tooltip-bg: var(--bs-danger);
7889
7889
  }
7890
7890
  .tooltip.tooltip-light {
7891
- --bs-tooltip-color: var(--bs-tooltip-component-color, var(--bs-gray-700));
7892
- --bs-tooltip-bg: var(--bs-tooltip-component-bg, var(--bs-light));
7891
+ --bs-tooltip-color: var(--bs-gray-700);
7892
+ --bs-tooltip-bg: var(--bs-light);
7893
7893
  }
7894
7894
  .tooltip.tooltip-dark {
7895
- --bs-tooltip-color: var(--bs-tooltip-component-color, var(--bs-white));
7896
- --bs-tooltip-bg: var(--bs-tooltip-component-bg, var(--bs-dark));
7895
+ --bs-tooltip-color: var(--bs-white);
7896
+ --bs-tooltip-bg: var(--bs-dark);
7897
7897
  }
7898
7898
 
7899
7899
  :root {
@@ -10906,7 +10906,7 @@ label .d-icon {
10906
10906
 
10907
10907
  .d-select {
10908
10908
  --bs-select-gap: 0.5rem;
10909
- --bs-select-menu-shadow: 0 8px 12px 0 rgba(33, 37, 41, 0.05);
10909
+ --bs-select-menu-shadow: 0 8px 12px 0 rgba(35, 36, 38, 0.05);
10910
10910
  --bs-select-option-focus-bg: var(--bs-gray-100);
10911
10911
  --bs-select-option-selected-color: var(--bs-secondary);
10912
10912
  --bs-select-option-selected-bg: var(--bs-gray-100);
@@ -11074,82 +11074,472 @@ label .d-icon {
11074
11074
  content: "";
11075
11075
  }
11076
11076
 
11077
- .text-bg-primary {
11078
- color: var(--bs-white) !important;
11079
- background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
11077
+ .text-bg-primary-25 {
11078
+ color: var(--bs-gray-700) !important;
11079
+ background-color: RGBA(var(--bs-primary-25-rgb), var(--bs-bg-opacity, 1)) !important;
11080
11080
  }
11081
11081
 
11082
- .text-bg-soft-primary {
11083
- color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
11082
+ .text-bg-primary-50 {
11083
+ color: var(--bs-black) !important;
11084
+ background-color: RGBA(var(--bs-primary-50-rgb), var(--bs-bg-opacity, 1)) !important;
11085
+ }
11086
+
11087
+ .text-bg-primary-100 {
11088
+ color: var(--bs-black) !important;
11084
11089
  background-color: RGBA(var(--bs-primary-100-rgb), var(--bs-bg-opacity, 1)) !important;
11085
11090
  }
11086
11091
 
11087
- .text-bg-secondary {
11092
+ .text-bg-primary-200 {
11093
+ color: var(--bs-black) !important;
11094
+ background-color: RGBA(var(--bs-primary-200-rgb), var(--bs-bg-opacity, 1)) !important;
11095
+ }
11096
+
11097
+ .text-bg-primary-300 {
11098
+ color: var(--bs-black) !important;
11099
+ background-color: RGBA(var(--bs-primary-300-rgb), var(--bs-bg-opacity, 1)) !important;
11100
+ }
11101
+
11102
+ .text-bg-primary-400 {
11103
+ color: var(--bs-black) !important;
11104
+ background-color: RGBA(var(--bs-primary-400-rgb), var(--bs-bg-opacity, 1)) !important;
11105
+ }
11106
+
11107
+ .text-bg-primary-500 {
11088
11108
  color: var(--bs-white) !important;
11089
- background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
11109
+ background-color: RGBA(var(--bs-primary-500-rgb), var(--bs-bg-opacity, 1)) !important;
11090
11110
  }
11091
11111
 
11092
- .text-bg-soft-secondary {
11093
- color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
11112
+ .text-bg-primary-600 {
11113
+ color: var(--bs-white) !important;
11114
+ background-color: RGBA(var(--bs-primary-600-rgb), var(--bs-bg-opacity, 1)) !important;
11115
+ }
11116
+
11117
+ .text-bg-primary-700 {
11118
+ color: var(--bs-white) !important;
11119
+ background-color: RGBA(var(--bs-primary-700-rgb), var(--bs-bg-opacity, 1)) !important;
11120
+ }
11121
+
11122
+ .text-bg-primary-800 {
11123
+ color: var(--bs-white) !important;
11124
+ background-color: RGBA(var(--bs-primary-800-rgb), var(--bs-bg-opacity, 1)) !important;
11125
+ }
11126
+
11127
+ .text-bg-primary-900 {
11128
+ color: var(--bs-white) !important;
11129
+ background-color: RGBA(var(--bs-primary-900-rgb), var(--bs-bg-opacity, 1)) !important;
11130
+ }
11131
+
11132
+ .text-bg-secondary-25 {
11133
+ color: var(--bs-gray-700) !important;
11134
+ background-color: RGBA(var(--bs-secondary-25-rgb), var(--bs-bg-opacity, 1)) !important;
11135
+ }
11136
+
11137
+ .text-bg-secondary-50 {
11138
+ color: var(--bs-gray-700) !important;
11139
+ background-color: RGBA(var(--bs-secondary-50-rgb), var(--bs-bg-opacity, 1)) !important;
11140
+ }
11141
+
11142
+ .text-bg-secondary-100 {
11143
+ color: var(--bs-black) !important;
11094
11144
  background-color: RGBA(var(--bs-secondary-100-rgb), var(--bs-bg-opacity, 1)) !important;
11095
11145
  }
11096
11146
 
11097
- .text-bg-success {
11147
+ .text-bg-secondary-200 {
11148
+ color: var(--bs-black) !important;
11149
+ background-color: RGBA(var(--bs-secondary-200-rgb), var(--bs-bg-opacity, 1)) !important;
11150
+ }
11151
+
11152
+ .text-bg-secondary-300 {
11153
+ color: var(--bs-black) !important;
11154
+ background-color: RGBA(var(--bs-secondary-300-rgb), var(--bs-bg-opacity, 1)) !important;
11155
+ }
11156
+
11157
+ .text-bg-secondary-400 {
11098
11158
  color: var(--bs-white) !important;
11099
- background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
11159
+ background-color: RGBA(var(--bs-secondary-400-rgb), var(--bs-bg-opacity, 1)) !important;
11100
11160
  }
11101
11161
 
11102
- .text-bg-soft-success {
11103
- color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
11162
+ .text-bg-secondary-500 {
11163
+ color: var(--bs-white) !important;
11164
+ background-color: RGBA(var(--bs-secondary-500-rgb), var(--bs-bg-opacity, 1)) !important;
11165
+ }
11166
+
11167
+ .text-bg-secondary-600 {
11168
+ color: var(--bs-white) !important;
11169
+ background-color: RGBA(var(--bs-secondary-600-rgb), var(--bs-bg-opacity, 1)) !important;
11170
+ }
11171
+
11172
+ .text-bg-secondary-700 {
11173
+ color: var(--bs-white) !important;
11174
+ background-color: RGBA(var(--bs-secondary-700-rgb), var(--bs-bg-opacity, 1)) !important;
11175
+ }
11176
+
11177
+ .text-bg-secondary-800 {
11178
+ color: var(--bs-white) !important;
11179
+ background-color: RGBA(var(--bs-secondary-800-rgb), var(--bs-bg-opacity, 1)) !important;
11180
+ }
11181
+
11182
+ .text-bg-secondary-900 {
11183
+ color: var(--bs-white) !important;
11184
+ background-color: RGBA(var(--bs-secondary-900-rgb), var(--bs-bg-opacity, 1)) !important;
11185
+ }
11186
+
11187
+ .text-bg-success-25 {
11188
+ color: var(--bs-gray-700) !important;
11189
+ background-color: RGBA(var(--bs-success-25-rgb), var(--bs-bg-opacity, 1)) !important;
11190
+ }
11191
+
11192
+ .text-bg-success-50 {
11193
+ color: var(--bs-gray-700) !important;
11194
+ background-color: RGBA(var(--bs-success-50-rgb), var(--bs-bg-opacity, 1)) !important;
11195
+ }
11196
+
11197
+ .text-bg-success-100 {
11198
+ color: var(--bs-black) !important;
11104
11199
  background-color: RGBA(var(--bs-success-100-rgb), var(--bs-bg-opacity, 1)) !important;
11105
11200
  }
11106
11201
 
11107
- .text-bg-info {
11202
+ .text-bg-success-200 {
11203
+ color: var(--bs-black) !important;
11204
+ background-color: RGBA(var(--bs-success-200-rgb), var(--bs-bg-opacity, 1)) !important;
11205
+ }
11206
+
11207
+ .text-bg-success-300 {
11208
+ color: var(--bs-black) !important;
11209
+ background-color: RGBA(var(--bs-success-300-rgb), var(--bs-bg-opacity, 1)) !important;
11210
+ }
11211
+
11212
+ .text-bg-success-400 {
11213
+ color: var(--bs-black) !important;
11214
+ background-color: RGBA(var(--bs-success-400-rgb), var(--bs-bg-opacity, 1)) !important;
11215
+ }
11216
+
11217
+ .text-bg-success-500 {
11108
11218
  color: var(--bs-white) !important;
11109
- background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
11219
+ background-color: RGBA(var(--bs-success-500-rgb), var(--bs-bg-opacity, 1)) !important;
11110
11220
  }
11111
11221
 
11112
- .text-bg-soft-info {
11113
- color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
11222
+ .text-bg-success-600 {
11223
+ color: var(--bs-white) !important;
11224
+ background-color: RGBA(var(--bs-success-600-rgb), var(--bs-bg-opacity, 1)) !important;
11225
+ }
11226
+
11227
+ .text-bg-success-700 {
11228
+ color: var(--bs-white) !important;
11229
+ background-color: RGBA(var(--bs-success-700-rgb), var(--bs-bg-opacity, 1)) !important;
11230
+ }
11231
+
11232
+ .text-bg-success-800 {
11233
+ color: var(--bs-white) !important;
11234
+ background-color: RGBA(var(--bs-success-800-rgb), var(--bs-bg-opacity, 1)) !important;
11235
+ }
11236
+
11237
+ .text-bg-success-900 {
11238
+ color: var(--bs-white) !important;
11239
+ background-color: RGBA(var(--bs-success-900-rgb), var(--bs-bg-opacity, 1)) !important;
11240
+ }
11241
+
11242
+ .text-bg-info-25 {
11243
+ color: var(--bs-gray-700) !important;
11244
+ background-color: RGBA(var(--bs-info-25-rgb), var(--bs-bg-opacity, 1)) !important;
11245
+ }
11246
+
11247
+ .text-bg-info-50 {
11248
+ color: var(--bs-gray-700) !important;
11249
+ background-color: RGBA(var(--bs-info-50-rgb), var(--bs-bg-opacity, 1)) !important;
11250
+ }
11251
+
11252
+ .text-bg-info-100 {
11253
+ color: var(--bs-black) !important;
11114
11254
  background-color: RGBA(var(--bs-info-100-rgb), var(--bs-bg-opacity, 1)) !important;
11115
11255
  }
11116
11256
 
11117
- .text-bg-warning {
11257
+ .text-bg-info-200 {
11258
+ color: var(--bs-black) !important;
11259
+ background-color: RGBA(var(--bs-info-200-rgb), var(--bs-bg-opacity, 1)) !important;
11260
+ }
11261
+
11262
+ .text-bg-info-300 {
11263
+ color: var(--bs-black) !important;
11264
+ background-color: RGBA(var(--bs-info-300-rgb), var(--bs-bg-opacity, 1)) !important;
11265
+ }
11266
+
11267
+ .text-bg-info-400 {
11268
+ color: var(--bs-black) !important;
11269
+ background-color: RGBA(var(--bs-info-400-rgb), var(--bs-bg-opacity, 1)) !important;
11270
+ }
11271
+
11272
+ .text-bg-info-500 {
11273
+ color: var(--bs-white) !important;
11274
+ background-color: RGBA(var(--bs-info-500-rgb), var(--bs-bg-opacity, 1)) !important;
11275
+ }
11276
+
11277
+ .text-bg-info-600 {
11278
+ color: var(--bs-white) !important;
11279
+ background-color: RGBA(var(--bs-info-600-rgb), var(--bs-bg-opacity, 1)) !important;
11280
+ }
11281
+
11282
+ .text-bg-info-700 {
11283
+ color: var(--bs-white) !important;
11284
+ background-color: RGBA(var(--bs-info-700-rgb), var(--bs-bg-opacity, 1)) !important;
11285
+ }
11286
+
11287
+ .text-bg-info-800 {
11288
+ color: var(--bs-white) !important;
11289
+ background-color: RGBA(var(--bs-info-800-rgb), var(--bs-bg-opacity, 1)) !important;
11290
+ }
11291
+
11292
+ .text-bg-info-900 {
11293
+ color: var(--bs-white) !important;
11294
+ background-color: RGBA(var(--bs-info-900-rgb), var(--bs-bg-opacity, 1)) !important;
11295
+ }
11296
+
11297
+ .text-bg-warning-25 {
11118
11298
  color: var(--bs-gray-700) !important;
11119
- background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
11299
+ background-color: RGBA(var(--bs-warning-25-rgb), var(--bs-bg-opacity, 1)) !important;
11120
11300
  }
11121
11301
 
11122
- .text-bg-soft-warning {
11123
- color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
11302
+ .text-bg-warning-50 {
11303
+ color: var(--bs-gray-700) !important;
11304
+ background-color: RGBA(var(--bs-warning-50-rgb), var(--bs-bg-opacity, 1)) !important;
11305
+ }
11306
+
11307
+ .text-bg-warning-100 {
11308
+ color: var(--bs-gray-700) !important;
11124
11309
  background-color: RGBA(var(--bs-warning-100-rgb), var(--bs-bg-opacity, 1)) !important;
11125
11310
  }
11126
11311
 
11127
- .text-bg-danger {
11312
+ .text-bg-warning-200 {
11313
+ color: var(--bs-black) !important;
11314
+ background-color: RGBA(var(--bs-warning-200-rgb), var(--bs-bg-opacity, 1)) !important;
11315
+ }
11316
+
11317
+ .text-bg-warning-300 {
11318
+ color: var(--bs-black) !important;
11319
+ background-color: RGBA(var(--bs-warning-300-rgb), var(--bs-bg-opacity, 1)) !important;
11320
+ }
11321
+
11322
+ .text-bg-warning-400 {
11323
+ color: var(--bs-black) !important;
11324
+ background-color: RGBA(var(--bs-warning-400-rgb), var(--bs-bg-opacity, 1)) !important;
11325
+ }
11326
+
11327
+ .text-bg-warning-500 {
11328
+ color: var(--bs-black) !important;
11329
+ background-color: RGBA(var(--bs-warning-500-rgb), var(--bs-bg-opacity, 1)) !important;
11330
+ }
11331
+
11332
+ .text-bg-warning-600 {
11333
+ color: var(--bs-black) !important;
11334
+ background-color: RGBA(var(--bs-warning-600-rgb), var(--bs-bg-opacity, 1)) !important;
11335
+ }
11336
+
11337
+ .text-bg-warning-700 {
11338
+ color: var(--bs-black) !important;
11339
+ background-color: RGBA(var(--bs-warning-700-rgb), var(--bs-bg-opacity, 1)) !important;
11340
+ }
11341
+
11342
+ .text-bg-warning-800 {
11128
11343
  color: var(--bs-white) !important;
11129
- background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
11344
+ background-color: RGBA(var(--bs-warning-800-rgb), var(--bs-bg-opacity, 1)) !important;
11130
11345
  }
11131
11346
 
11132
- .text-bg-soft-danger {
11133
- color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
11347
+ .text-bg-warning-900 {
11348
+ color: var(--bs-white) !important;
11349
+ background-color: RGBA(var(--bs-warning-900-rgb), var(--bs-bg-opacity, 1)) !important;
11350
+ }
11351
+
11352
+ .text-bg-danger-25 {
11353
+ color: var(--bs-gray-700) !important;
11354
+ background-color: RGBA(var(--bs-danger-25-rgb), var(--bs-bg-opacity, 1)) !important;
11355
+ }
11356
+
11357
+ .text-bg-danger-50 {
11358
+ color: var(--bs-gray-700) !important;
11359
+ background-color: RGBA(var(--bs-danger-50-rgb), var(--bs-bg-opacity, 1)) !important;
11360
+ }
11361
+
11362
+ .text-bg-danger-100 {
11363
+ color: var(--bs-black) !important;
11134
11364
  background-color: RGBA(var(--bs-danger-100-rgb), var(--bs-bg-opacity, 1)) !important;
11135
11365
  }
11136
11366
 
11367
+ .text-bg-danger-200 {
11368
+ color: var(--bs-black) !important;
11369
+ background-color: RGBA(var(--bs-danger-200-rgb), var(--bs-bg-opacity, 1)) !important;
11370
+ }
11371
+
11372
+ .text-bg-danger-300 {
11373
+ color: var(--bs-black) !important;
11374
+ background-color: RGBA(var(--bs-danger-300-rgb), var(--bs-bg-opacity, 1)) !important;
11375
+ }
11376
+
11377
+ .text-bg-danger-400 {
11378
+ color: var(--bs-black) !important;
11379
+ background-color: RGBA(var(--bs-danger-400-rgb), var(--bs-bg-opacity, 1)) !important;
11380
+ }
11381
+
11382
+ .text-bg-danger-500 {
11383
+ color: var(--bs-white) !important;
11384
+ background-color: RGBA(var(--bs-danger-500-rgb), var(--bs-bg-opacity, 1)) !important;
11385
+ }
11386
+
11387
+ .text-bg-danger-600 {
11388
+ color: var(--bs-white) !important;
11389
+ background-color: RGBA(var(--bs-danger-600-rgb), var(--bs-bg-opacity, 1)) !important;
11390
+ }
11391
+
11392
+ .text-bg-danger-700 {
11393
+ color: var(--bs-white) !important;
11394
+ background-color: RGBA(var(--bs-danger-700-rgb), var(--bs-bg-opacity, 1)) !important;
11395
+ }
11396
+
11397
+ .text-bg-danger-800 {
11398
+ color: var(--bs-white) !important;
11399
+ background-color: RGBA(var(--bs-danger-800-rgb), var(--bs-bg-opacity, 1)) !important;
11400
+ }
11401
+
11402
+ .text-bg-danger-900 {
11403
+ color: var(--bs-white) !important;
11404
+ background-color: RGBA(var(--bs-danger-900-rgb), var(--bs-bg-opacity, 1)) !important;
11405
+ }
11406
+
11407
+ .text-bg-primary {
11408
+ color: var(--bs-white) !important;
11409
+ background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
11410
+ }
11411
+
11412
+ .text-bg-secondary {
11413
+ color: var(--bs-white) !important;
11414
+ background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
11415
+ }
11416
+
11417
+ .text-bg-success {
11418
+ color: var(--bs-white) !important;
11419
+ background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
11420
+ }
11421
+
11422
+ .text-bg-info {
11423
+ color: var(--bs-white) !important;
11424
+ background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
11425
+ }
11426
+
11427
+ .text-bg-warning {
11428
+ color: var(--bs-black) !important;
11429
+ background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
11430
+ }
11431
+
11432
+ .text-bg-danger {
11433
+ color: var(--bs-white) !important;
11434
+ background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
11435
+ }
11436
+
11137
11437
  .text-bg-light {
11138
11438
  color: var(--bs-gray-700) !important;
11139
11439
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
11140
11440
  }
11141
11441
 
11142
- .text-bg-soft-light {
11143
- color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
11442
+ .text-bg-dark {
11443
+ color: var(--bs-white) !important;
11444
+ background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
11445
+ }
11446
+
11447
+ .text-bg-gray-25 {
11448
+ color: var(--bs-gray-700) !important;
11449
+ background-color: RGBA(var(--bs-gray-25-rgb), var(--bs-bg-opacity, 1)) !important;
11450
+ }
11451
+
11452
+ .text-bg-gray-50 {
11453
+ color: var(--bs-gray-700) !important;
11454
+ background-color: RGBA(var(--bs-gray-50-rgb), var(--bs-bg-opacity, 1)) !important;
11455
+ }
11456
+
11457
+ .text-bg-gray-100 {
11458
+ color: var(--bs-gray-700) !important;
11459
+ background-color: RGBA(var(--bs-gray-100-rgb), var(--bs-bg-opacity, 1)) !important;
11460
+ }
11461
+
11462
+ .text-bg-gray-200 {
11463
+ color: var(--bs-black) !important;
11464
+ background-color: RGBA(var(--bs-gray-200-rgb), var(--bs-bg-opacity, 1)) !important;
11465
+ }
11466
+
11467
+ .text-bg-gray-300 {
11468
+ color: var(--bs-black) !important;
11469
+ background-color: RGBA(var(--bs-gray-300-rgb), var(--bs-bg-opacity, 1)) !important;
11470
+ }
11471
+
11472
+ .text-bg-gray-400 {
11473
+ color: var(--bs-black) !important;
11474
+ background-color: RGBA(var(--bs-gray-400-rgb), var(--bs-bg-opacity, 1)) !important;
11475
+ }
11476
+
11477
+ .text-bg-gray-500 {
11478
+ color: var(--bs-black) !important;
11479
+ background-color: RGBA(var(--bs-gray-500-rgb), var(--bs-bg-opacity, 1)) !important;
11480
+ }
11481
+
11482
+ .text-bg-gray-600 {
11483
+ color: var(--bs-black) !important;
11484
+ background-color: RGBA(var(--bs-gray-600-rgb), var(--bs-bg-opacity, 1)) !important;
11485
+ }
11486
+
11487
+ .text-bg-gray-700 {
11488
+ color: var(--bs-white) !important;
11144
11489
  background-color: RGBA(var(--bs-gray-700-rgb), var(--bs-bg-opacity, 1)) !important;
11145
11490
  }
11146
11491
 
11147
- .text-bg-dark {
11492
+ .text-bg-gray-800 {
11148
11493
  color: var(--bs-white) !important;
11149
- background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
11494
+ background-color: RGBA(var(--bs-gray-800-rgb), var(--bs-bg-opacity, 1)) !important;
11495
+ }
11496
+
11497
+ .text-bg-gray-900 {
11498
+ color: var(--bs-white) !important;
11499
+ background-color: RGBA(var(--bs-gray-900-rgb), var(--bs-bg-opacity, 1)) !important;
11500
+ }
11501
+
11502
+ .text-bg-gray {
11503
+ color: var(--bs-black) !important;
11504
+ background-color: RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important;
11505
+ }
11506
+
11507
+ .text-primary-bg-color {
11508
+ color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
11509
+ background-color: RGBA(var(--bs-primary-100-rgb), var(--bs-bg-opacity, 1)) !important;
11510
+ }
11511
+
11512
+ .text-secondary-bg-color {
11513
+ color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
11514
+ background-color: RGBA(var(--bs-secondary-100-rgb), var(--bs-bg-opacity, 1)) !important;
11515
+ }
11516
+
11517
+ .text-success-bg-color {
11518
+ color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
11519
+ background-color: RGBA(var(--bs-success-100-rgb), var(--bs-bg-opacity, 1)) !important;
11520
+ }
11521
+
11522
+ .text-info-bg-color {
11523
+ color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
11524
+ background-color: RGBA(var(--bs-info-100-rgb), var(--bs-bg-opacity, 1)) !important;
11525
+ }
11526
+
11527
+ .text-warning-bg-color {
11528
+ color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
11529
+ background-color: RGBA(var(--bs-warning-100-rgb), var(--bs-bg-opacity, 1)) !important;
11530
+ }
11531
+
11532
+ .text-danger-bg-color {
11533
+ color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
11534
+ background-color: RGBA(var(--bs-danger-100-rgb), var(--bs-bg-opacity, 1)) !important;
11150
11535
  }
11151
11536
 
11152
- .text-bg-soft-dark {
11537
+ .text-light-bg-color {
11538
+ color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
11539
+ background-color: RGBA(var(--bs-gray-700-rgb), var(--bs-bg-opacity, 1)) !important;
11540
+ }
11541
+
11542
+ .text-dark-bg-color {
11153
11543
  color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
11154
11544
  background-color: RGBA(var(--bs-gray-200-rgb), var(--bs-bg-opacity, 1)) !important;
11155
11545
  }
@@ -11892,6 +12282,11 @@ label .d-icon {
11892
12282
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
11893
12283
  }
11894
12284
 
12285
+ .border-gray-25 {
12286
+ --bs-border-opacity: 1;
12287
+ border-color: rgba(var(--bs-gray-25-rgb), var(--bs-border-opacity)) !important;
12288
+ }
12289
+
11895
12290
  .border-gray-50 {
11896
12291
  --bs-border-opacity: 1;
11897
12292
  border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
@@ -13596,6 +13991,11 @@ label .d-icon {
13596
13991
  color: inherit !important;
13597
13992
  }
13598
13993
 
13994
+ .text-primary-25 {
13995
+ --bs-text-opacity: 1;
13996
+ color: rgba(var(--bs-primary-25-rgb), var(--bs-text-opacity)) !important;
13997
+ }
13998
+
13599
13999
  .text-primary-50 {
13600
14000
  --bs-text-opacity: 1;
13601
14001
  color: rgba(var(--bs-primary-50-rgb), var(--bs-text-opacity)) !important;
@@ -13646,6 +14046,11 @@ label .d-icon {
13646
14046
  color: rgba(var(--bs-primary-900-rgb), var(--bs-text-opacity)) !important;
13647
14047
  }
13648
14048
 
14049
+ .text-secondary-25 {
14050
+ --bs-text-opacity: 1;
14051
+ color: rgba(var(--bs-secondary-25-rgb), var(--bs-text-opacity)) !important;
14052
+ }
14053
+
13649
14054
  .text-secondary-50 {
13650
14055
  --bs-text-opacity: 1;
13651
14056
  color: rgba(var(--bs-secondary-50-rgb), var(--bs-text-opacity)) !important;
@@ -13696,6 +14101,11 @@ label .d-icon {
13696
14101
  color: rgba(var(--bs-secondary-900-rgb), var(--bs-text-opacity)) !important;
13697
14102
  }
13698
14103
 
14104
+ .text-success-25 {
14105
+ --bs-text-opacity: 1;
14106
+ color: rgba(var(--bs-success-25-rgb), var(--bs-text-opacity)) !important;
14107
+ }
14108
+
13699
14109
  .text-success-50 {
13700
14110
  --bs-text-opacity: 1;
13701
14111
  color: rgba(var(--bs-success-50-rgb), var(--bs-text-opacity)) !important;
@@ -13746,6 +14156,11 @@ label .d-icon {
13746
14156
  color: rgba(var(--bs-success-900-rgb), var(--bs-text-opacity)) !important;
13747
14157
  }
13748
14158
 
14159
+ .text-info-25 {
14160
+ --bs-text-opacity: 1;
14161
+ color: rgba(var(--bs-info-25-rgb), var(--bs-text-opacity)) !important;
14162
+ }
14163
+
13749
14164
  .text-info-50 {
13750
14165
  --bs-text-opacity: 1;
13751
14166
  color: rgba(var(--bs-info-50-rgb), var(--bs-text-opacity)) !important;
@@ -13796,6 +14211,11 @@ label .d-icon {
13796
14211
  color: rgba(var(--bs-info-900-rgb), var(--bs-text-opacity)) !important;
13797
14212
  }
13798
14213
 
14214
+ .text-warning-25 {
14215
+ --bs-text-opacity: 1;
14216
+ color: rgba(var(--bs-warning-25-rgb), var(--bs-text-opacity)) !important;
14217
+ }
14218
+
13799
14219
  .text-warning-50 {
13800
14220
  --bs-text-opacity: 1;
13801
14221
  color: rgba(var(--bs-warning-50-rgb), var(--bs-text-opacity)) !important;
@@ -13846,6 +14266,11 @@ label .d-icon {
13846
14266
  color: rgba(var(--bs-warning-900-rgb), var(--bs-text-opacity)) !important;
13847
14267
  }
13848
14268
 
14269
+ .text-danger-25 {
14270
+ --bs-text-opacity: 1;
14271
+ color: rgba(var(--bs-danger-25-rgb), var(--bs-text-opacity)) !important;
14272
+ }
14273
+
13849
14274
  .text-danger-50 {
13850
14275
  --bs-text-opacity: 1;
13851
14276
  color: rgba(var(--bs-danger-50-rgb), var(--bs-text-opacity)) !important;
@@ -13896,6 +14321,11 @@ label .d-icon {
13896
14321
  color: rgba(var(--bs-danger-900-rgb), var(--bs-text-opacity)) !important;
13897
14322
  }
13898
14323
 
14324
+ .text-gray-25 {
14325
+ --bs-text-opacity: 1;
14326
+ color: rgba(var(--bs-gray-25-rgb), var(--bs-text-opacity)) !important;
14327
+ }
14328
+
13899
14329
  .text-gray-50 {
13900
14330
  --bs-text-opacity: 1;
13901
14331
  color: rgba(var(--bs-gray-50-rgb), var(--bs-text-opacity)) !important;
@@ -14234,6 +14664,11 @@ label .d-icon {
14234
14664
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
14235
14665
  }
14236
14666
 
14667
+ .bg-primary-25 {
14668
+ --bs-bg-opacity: 1;
14669
+ background-color: rgba(var(--bs-primary-25-rgb), var(--bs-bg-opacity)) !important;
14670
+ }
14671
+
14237
14672
  .bg-primary-50 {
14238
14673
  --bs-bg-opacity: 1;
14239
14674
  background-color: rgba(var(--bs-primary-50-rgb), var(--bs-bg-opacity)) !important;
@@ -14284,6 +14719,11 @@ label .d-icon {
14284
14719
  background-color: rgba(var(--bs-primary-900-rgb), var(--bs-bg-opacity)) !important;
14285
14720
  }
14286
14721
 
14722
+ .bg-secondary-25 {
14723
+ --bs-bg-opacity: 1;
14724
+ background-color: rgba(var(--bs-secondary-25-rgb), var(--bs-bg-opacity)) !important;
14725
+ }
14726
+
14287
14727
  .bg-secondary-50 {
14288
14728
  --bs-bg-opacity: 1;
14289
14729
  background-color: rgba(var(--bs-secondary-50-rgb), var(--bs-bg-opacity)) !important;
@@ -14334,6 +14774,11 @@ label .d-icon {
14334
14774
  background-color: rgba(var(--bs-secondary-900-rgb), var(--bs-bg-opacity)) !important;
14335
14775
  }
14336
14776
 
14777
+ .bg-success-25 {
14778
+ --bs-bg-opacity: 1;
14779
+ background-color: rgba(var(--bs-success-25-rgb), var(--bs-bg-opacity)) !important;
14780
+ }
14781
+
14337
14782
  .bg-success-50 {
14338
14783
  --bs-bg-opacity: 1;
14339
14784
  background-color: rgba(var(--bs-success-50-rgb), var(--bs-bg-opacity)) !important;
@@ -14384,6 +14829,11 @@ label .d-icon {
14384
14829
  background-color: rgba(var(--bs-success-900-rgb), var(--bs-bg-opacity)) !important;
14385
14830
  }
14386
14831
 
14832
+ .bg-info-25 {
14833
+ --bs-bg-opacity: 1;
14834
+ background-color: rgba(var(--bs-info-25-rgb), var(--bs-bg-opacity)) !important;
14835
+ }
14836
+
14387
14837
  .bg-info-50 {
14388
14838
  --bs-bg-opacity: 1;
14389
14839
  background-color: rgba(var(--bs-info-50-rgb), var(--bs-bg-opacity)) !important;
@@ -14434,6 +14884,11 @@ label .d-icon {
14434
14884
  background-color: rgba(var(--bs-info-900-rgb), var(--bs-bg-opacity)) !important;
14435
14885
  }
14436
14886
 
14887
+ .bg-warning-25 {
14888
+ --bs-bg-opacity: 1;
14889
+ background-color: rgba(var(--bs-warning-25-rgb), var(--bs-bg-opacity)) !important;
14890
+ }
14891
+
14437
14892
  .bg-warning-50 {
14438
14893
  --bs-bg-opacity: 1;
14439
14894
  background-color: rgba(var(--bs-warning-50-rgb), var(--bs-bg-opacity)) !important;
@@ -14484,6 +14939,11 @@ label .d-icon {
14484
14939
  background-color: rgba(var(--bs-warning-900-rgb), var(--bs-bg-opacity)) !important;
14485
14940
  }
14486
14941
 
14942
+ .bg-danger-25 {
14943
+ --bs-bg-opacity: 1;
14944
+ background-color: rgba(var(--bs-danger-25-rgb), var(--bs-bg-opacity)) !important;
14945
+ }
14946
+
14487
14947
  .bg-danger-50 {
14488
14948
  --bs-bg-opacity: 1;
14489
14949
  background-color: rgba(var(--bs-danger-50-rgb), var(--bs-bg-opacity)) !important;
@@ -14534,6 +14994,11 @@ label .d-icon {
14534
14994
  background-color: rgba(var(--bs-danger-900-rgb), var(--bs-bg-opacity)) !important;
14535
14995
  }
14536
14996
 
14997
+ .bg-gray-25 {
14998
+ --bs-bg-opacity: 1;
14999
+ background-color: rgba(var(--bs-gray-25-rgb), var(--bs-bg-opacity)) !important;
15000
+ }
15001
+
14537
15002
  .bg-gray-50 {
14538
15003
  --bs-bg-opacity: 1;
14539
15004
  background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important;
@@ -14584,21 +15049,6 @@ label .d-icon {
14584
15049
  background-color: rgba(var(--bs-gray-900-rgb), var(--bs-bg-opacity)) !important;
14585
15050
  }
14586
15051
 
14587
- .bg-gray-soft {
14588
- --bs-bg-opacity: 1;
14589
- background-color: rgba(var(--bs-gray-soft-rgb), var(--bs-bg-opacity)) !important;
14590
- }
14591
-
14592
- .bg-primary-soft {
14593
- --bs-bg-opacity: 1;
14594
- background-color: rgba(var(--bs-primary-soft-rgb), var(--bs-bg-opacity)) !important;
14595
- }
14596
-
14597
- .bg-secondary-soft {
14598
- --bs-bg-opacity: 1;
14599
- background-color: rgba(var(--bs-secondary-soft-rgb), var(--bs-bg-opacity)) !important;
14600
- }
14601
-
14602
15052
  .bg-surface-gray {
14603
15053
  --bs-bg-opacity: 1;
14604
15054
  background-color: rgba(var(--bs-surface-gray-rgb), var(--bs-bg-opacity)) !important;
@@ -14634,6 +15084,41 @@ label .d-icon {
14634
15084
  background-color: rgba(var(--bs-surface-danger-rgb), var(--bs-bg-opacity)) !important;
14635
15085
  }
14636
15086
 
15087
+ .bg-gray-soft {
15088
+ --bs-bg-opacity: 1;
15089
+ background-color: rgba(var(--bs-gray-soft-rgb), var(--bs-bg-opacity)) !important;
15090
+ }
15091
+
15092
+ .bg-primary-soft {
15093
+ --bs-bg-opacity: 1;
15094
+ background-color: rgba(var(--bs-primary-soft-rgb), var(--bs-bg-opacity)) !important;
15095
+ }
15096
+
15097
+ .bg-secondary-soft {
15098
+ --bs-bg-opacity: 1;
15099
+ background-color: rgba(var(--bs-secondary-soft-rgb), var(--bs-bg-opacity)) !important;
15100
+ }
15101
+
15102
+ .bg-success-soft {
15103
+ --bs-bg-opacity: 1;
15104
+ background-color: rgba(var(--bs-success-soft-rgb), var(--bs-bg-opacity)) !important;
15105
+ }
15106
+
15107
+ .bg-info-soft {
15108
+ --bs-bg-opacity: 1;
15109
+ background-color: rgba(var(--bs-info-soft-rgb), var(--bs-bg-opacity)) !important;
15110
+ }
15111
+
15112
+ .bg-warning-soft {
15113
+ --bs-bg-opacity: 1;
15114
+ background-color: rgba(var(--bs-warning-soft-rgb), var(--bs-bg-opacity)) !important;
15115
+ }
15116
+
15117
+ .bg-danger-soft {
15118
+ --bs-bg-opacity: 1;
15119
+ background-color: rgba(var(--bs-danger-soft-rgb), var(--bs-bg-opacity)) !important;
15120
+ }
15121
+
14637
15122
  .bg-opacity-10 {
14638
15123
  --bs-bg-opacity: 0.1;
14639
15124
  }