bootsteam-theme 5.3.1 → 5.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/bootsteam-theme.css +347 -296
  2. package/dist/bootsteam-theme.min.css +1 -1
  3. package/docs/alerts.html +9 -8
  4. package/docs/badges.html +19 -18
  5. package/docs/buttons.html +12 -8
  6. package/docs/carousel.html +8 -7
  7. package/docs/collapse.html +39 -7
  8. package/docs/containers.html +100 -65
  9. package/docs/css/bootsteam-theme.min.css +1 -1
  10. package/docs/dialogs.html +8 -7
  11. package/docs/forms.html +53 -29
  12. package/docs/index.html +8 -7
  13. package/docs/navs.html +11 -10
  14. package/docs/offcanvas.html +8 -7
  15. package/docs/plugins.html +9 -8
  16. package/docs/spinners.html +8 -7
  17. package/docs/tables.html +28 -178
  18. package/docs/themes.html +20 -66
  19. package/docs/toasts.html +12 -11
  20. package/docs/typography.html +50 -44
  21. package/docs-templates/alerts.html +1 -1
  22. package/docs-templates/badges.html +11 -11
  23. package/docs-templates/buttons.html +4 -1
  24. package/docs-templates/collapse.html +31 -0
  25. package/docs-templates/containers.html +101 -60
  26. package/docs-templates/forms.html +46 -23
  27. package/docs-templates/navs.html +3 -3
  28. package/docs-templates/partials/_nav.html +6 -5
  29. package/docs-templates/partials/_scripts.html +3 -2
  30. package/docs-templates/plugins.html +1 -1
  31. package/docs-templates/tables.html +20 -171
  32. package/docs-templates/themes.html +12 -3
  33. package/docs-templates/toasts.html +4 -4
  34. package/docs-templates/typography.html +41 -36
  35. package/package.json +2 -2
  36. package/src/_alerts.scss +7 -7
  37. package/src/_buttons.scss +93 -0
  38. package/src/_darkThemeOverrides.scss +9 -3
  39. package/src/_detailsElement.scss +44 -0
  40. package/src/_forms.scss +1 -113
  41. package/src/_tables.scss +2 -1
  42. package/src/_text.scss +48 -0
  43. package/src/_twr-variables.scss +18 -9
  44. package/src/bootsteam.scss +5 -1
  45. package/src/plugins/_slimSelect.scss +1 -1
@@ -37,42 +37,42 @@
37
37
  --bs-gray-900: rgb(32.2636363636, 32.2636363636, 35.3363636364);
38
38
  --bs-primary: #417a9b;
39
39
  --bs-secondary: rgb(90.6818181818, 90.6818181818, 99.3181818182);
40
- --bs-success: #7d9f05;
41
- --bs-info: #31a48c;
42
- --bs-warning: #d5702c;
43
- --bs-danger: #dc3b36;
40
+ --bs-success: #5c7e10;
41
+ --bs-info: rgb(37.2676056338, 124.7323943662, 106.4788732394);
42
+ --bs-warning: #ffc107;
43
+ --bs-danger: rgb(211.6461864407, 42.1186440678, 36.8538135593);
44
44
  --bs-light: #f8f9fa;
45
45
  --bs-dark: rgb(18.6358490566, 27.4056603774, 39.4641509434);
46
46
  --bs-primary-rgb: 65, 122, 155;
47
47
  --bs-secondary-rgb: 91, 91, 99;
48
- --bs-success-rgb: 125, 159, 5;
49
- --bs-info-rgb: 49, 164, 140;
50
- --bs-warning-rgb: 213, 112, 44;
51
- --bs-danger-rgb: 220, 59, 54;
48
+ --bs-success-rgb: 92, 126, 16;
49
+ --bs-info-rgb: 37, 125, 106;
50
+ --bs-warning-rgb: 255, 193, 7;
51
+ --bs-danger-rgb: 212, 42, 37;
52
52
  --bs-light-rgb: 248, 249, 250;
53
53
  --bs-dark-rgb: 19, 27, 39;
54
54
  --bs-primary-text-emphasis: rgb(26, 48.8, 62);
55
55
  --bs-secondary-text-emphasis: rgb(36.2727272727, 36.2727272727, 39.7272727273);
56
- --bs-success-text-emphasis: rgb(50, 63.6, 2);
57
- --bs-info-text-emphasis: rgb(19.6, 65.6, 56);
58
- --bs-warning-text-emphasis: rgb(85.2, 44.8, 17.6);
59
- --bs-danger-text-emphasis: rgb(88, 23.6, 21.6);
56
+ --bs-success-text-emphasis: rgb(36.8, 50.4, 6.4);
57
+ --bs-info-text-emphasis: rgb(14.9070422535, 49.8929577465, 42.5915492958);
58
+ --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
59
+ --bs-danger-text-emphasis: rgb(84.6584745763, 16.8474576271, 14.7415254237);
60
60
  --bs-light-text-emphasis: rgb(66.3409090909, 66.3409090909, 72.6590909091);
61
61
  --bs-dark-text-emphasis: rgb(66.3409090909, 66.3409090909, 72.6590909091);
62
62
  --bs-primary-bg-subtle: rgb(217, 228.4, 235);
63
63
  --bs-secondary-bg-subtle: rgb(222.1363636364, 222.1363636364, 223.8636363636);
64
- --bs-success-bg-subtle: rgb(229, 235.8, 205);
65
- --bs-info-bg-subtle: rgb(213.8, 236.8, 232);
66
- --bs-warning-bg-subtle: rgb(246.6, 226.4, 212.8);
67
- --bs-danger-bg-subtle: rgb(248, 215.8, 214.8);
64
+ --bs-success-bg-subtle: rgb(222.4, 229.2, 207.2);
65
+ --bs-info-bg-subtle: rgb(211.4535211268, 228.9464788732, 225.2957746479);
66
+ --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
67
+ --bs-danger-bg-subtle: rgb(246.3292372881, 212.4237288136, 211.3707627119);
68
68
  --bs-light-bg-subtle: rgb(238.0113636364, 238.0113636364, 239.4886363636);
69
69
  --bs-dark-bg-subtle: rgb(141.0454545455, 141.0454545455, 150.9545454545);
70
70
  --bs-primary-border-subtle: rgb(179, 201.8, 215);
71
71
  --bs-secondary-border-subtle: rgb(189.2727272727, 189.2727272727, 192.7272727273);
72
- --bs-success-border-subtle: rgb(203, 216.6, 155);
73
- --bs-info-border-subtle: rgb(172.6, 218.6, 209);
74
- --bs-warning-border-subtle: rgb(238.2, 197.8, 170.6);
75
- --bs-danger-border-subtle: rgb(241, 176.6, 174.6);
72
+ --bs-success-border-subtle: rgb(189.8, 203.4, 159.4);
73
+ --bs-info-border-subtle: rgb(167.9070422535, 202.8929577465, 195.5915492958);
74
+ --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
75
+ --bs-danger-border-subtle: rgb(237.6584745763, 169.8474576271, 167.7415254237);
76
76
  --bs-light-border-subtle: rgb(194.3636363636, 194.3636363636, 199.6363636364);
77
77
  --bs-dark-border-subtle: rgb(115.0227272727, 115.0227272727, 125.9772727273);
78
78
  --bs-white-rgb: 255, 255, 255;
@@ -90,7 +90,7 @@
90
90
  --bs-body-bg-rgb: 225, 233, 242;
91
91
  --bs-emphasis-color: #000;
92
92
  --bs-emphasis-color-rgb: 0, 0, 0;
93
- --bs-secondary-color: rgba(42, 70, 91, 0.75);
93
+ --bs-secondary-color: rgba(42, 70, 91, 0.8);
94
94
  --bs-secondary-color-rgb: 42, 70, 91;
95
95
  --bs-secondary-bg: rgb(194.3636363636, 194.3636363636, 199.6363636364);
96
96
  --bs-secondary-bg-rgb: 194, 194, 200;
@@ -99,11 +99,11 @@
99
99
  --bs-tertiary-bg: rgb(189.4186046512, 206.9069767442, 226.5813953488);
100
100
  --bs-tertiary-bg-rgb: 189, 207, 227;
101
101
  --bs-heading-color: inherit;
102
- --bs-link-color: #417a9b;
103
- --bs-link-color-rgb: 65, 122, 155;
102
+ --bs-link-color: rgb(57.4659090909, 107.8590909091, 137.0340909091);
103
+ --bs-link-color-rgb: 57, 108, 137;
104
104
  --bs-link-decoration: underline;
105
- --bs-link-hover-color: rgb(52, 97.6, 124);
106
- --bs-link-hover-color-rgb: 52, 98, 124;
105
+ --bs-link-hover-color: rgb(45.9727272727, 86.2872727273, 109.6272727273);
106
+ --bs-link-hover-color-rgb: 46, 86, 110;
107
107
  --bs-code-color: #d63384;
108
108
  --bs-highlight-color: #2a465b;
109
109
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
@@ -125,10 +125,10 @@
125
125
  --bs-focus-ring-width: 0;
126
126
  --bs-focus-ring-opacity: 0.25;
127
127
  --bs-focus-ring-color: rgba(65, 122, 155, 0.25);
128
- --bs-form-valid-color: #7d9f05;
129
- --bs-form-valid-border-color: #7d9f05;
130
- --bs-form-invalid-color: #dc3b36;
131
- --bs-form-invalid-border-color: #dc3b36;
128
+ --bs-form-valid-color: #5c7e10;
129
+ --bs-form-valid-border-color: #5c7e10;
130
+ --bs-form-invalid-color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
131
+ --bs-form-invalid-border-color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
132
132
  }
133
133
 
134
134
  [data-bs-theme=dark] {
@@ -139,7 +139,7 @@
139
139
  --bs-body-bg-rgb: 27, 40, 56;
140
140
  --bs-emphasis-color: #fff;
141
141
  --bs-emphasis-color-rgb: 255, 255, 255;
142
- --bs-secondary-color: rgba(198, 212, 223, 0.75);
142
+ --bs-secondary-color: rgba(198, 212, 223, 0.8);
143
143
  --bs-secondary-color-rgb: 198, 212, 223;
144
144
  --bs-secondary-bg: rgb(43.4326807229, 53.1309669713, 65.0673192771);
145
145
  --bs-secondary-bg-rgb: 43, 53, 65;
@@ -149,31 +149,31 @@
149
149
  --bs-tertiary-bg-rgb: 44, 65, 90;
150
150
  --bs-primary-text-emphasis: rgb(141, 175.2, 195);
151
151
  --bs-secondary-text-emphasis: rgb(156.4090909091, 156.4090909091, 161.5909090909);
152
- --bs-success-text-emphasis: rgb(177, 197.4, 105);
153
- --bs-info-text-emphasis: rgb(131.4, 200.4, 186);
154
- --bs-warning-text-emphasis: rgb(229.8, 169.2, 128.4);
155
- --bs-danger-text-emphasis: rgb(234, 137.4, 134.4);
152
+ --bs-success-text-emphasis: rgb(157.2, 177.6, 111.6);
153
+ --bs-info-text-emphasis: rgb(124.3605633803, 176.8394366197, 165.8873239437);
154
+ --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
155
+ --bs-danger-text-emphasis: rgb(228.9877118644, 127.2711864407, 124.1122881356);
156
156
  --bs-light-text-emphasis: rgb(221.0227272727, 221.0227272727, 223.9772727273);
157
157
  --bs-dark-text-emphasis: rgb(167.7045454545, 167.7045454545, 175.2954545455);
158
158
  --bs-primary-bg-subtle: rgb(13, 24.4, 31);
159
159
  --bs-secondary-bg-subtle: rgb(18.1363636364, 18.1363636364, 19.8636363636);
160
- --bs-success-bg-subtle: rgb(25, 31.8, 1);
161
- --bs-info-bg-subtle: rgb(9.8, 32.8, 28);
162
- --bs-warning-bg-subtle: rgb(42.6, 22.4, 8.8);
163
- --bs-danger-bg-subtle: rgb(44, 11.8, 10.8);
160
+ --bs-success-bg-subtle: rgb(18.4, 25.2, 3.2);
161
+ --bs-info-bg-subtle: rgb(7.4535211268, 24.9464788732, 21.2957746479);
162
+ --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
163
+ --bs-danger-bg-subtle: rgb(42.3292372881, 8.4237288136, 7.3707627119);
164
164
  --bs-light-bg-subtle: #2A2A2E;
165
165
  --bs-dark-bg-subtle: #151517;
166
166
  --bs-primary-border-subtle: rgb(39, 73.2, 93);
167
167
  --bs-secondary-border-subtle: rgb(54.4090909091, 54.4090909091, 59.5909090909);
168
- --bs-success-border-subtle: rgb(75, 95.4, 3);
169
- --bs-info-border-subtle: rgb(29.4, 98.4, 84);
170
- --bs-warning-border-subtle: rgb(127.8, 67.2, 26.4);
171
- --bs-danger-border-subtle: rgb(132, 35.4, 32.4);
168
+ --bs-success-border-subtle: rgb(55.2, 75.6, 9.6);
169
+ --bs-info-border-subtle: rgb(22.3605633803, 74.8394366197, 63.8873239437);
170
+ --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
171
+ --bs-danger-border-subtle: rgb(126.9877118644, 25.2711864407, 22.1122881356);
172
172
  --bs-light-border-subtle: rgb(66.3409090909, 66.3409090909, 72.6590909091);
173
173
  --bs-dark-border-subtle: #2A2A2E;
174
174
  --bs-heading-color: inherit;
175
- --bs-link-color: rgb(141, 175.2, 195);
176
- --bs-link-hover-color: rgb(163.8, 191.16, 207);
175
+ --bs-link-color: #8dafc3;
176
+ --bs-link-hover-color: rgb(163.8, 191, 207);
177
177
  --bs-link-color-rgb: 141, 175, 195;
178
178
  --bs-link-hover-color-rgb: 164, 191, 207;
179
179
  --bs-code-color: rgb(230.4, 132.6, 181.2);
@@ -1969,13 +1969,13 @@ progress {
1969
1969
 
1970
1970
  .table-success {
1971
1971
  --bs-table-color: #000;
1972
- --bs-table-bg: rgb(229, 235.8, 205);
1973
- --bs-table-border-color: rgb(183.2, 188.64, 164);
1974
- --bs-table-striped-bg: rgb(222.13, 228.726, 198.85);
1972
+ --bs-table-bg: rgb(222.4, 229.2, 207.2);
1973
+ --bs-table-border-color: rgb(177.92, 183.36, 165.76);
1974
+ --bs-table-striped-bg: rgb(215.728, 222.324, 200.984);
1975
1975
  --bs-table-striped-color: #000;
1976
- --bs-table-active-bg: rgb(206.1, 212.22, 184.5);
1976
+ --bs-table-active-bg: rgb(200.16, 206.28, 186.48);
1977
1977
  --bs-table-active-color: #000;
1978
- --bs-table-hover-bg: rgb(211.825, 218.115, 189.625);
1978
+ --bs-table-hover-bg: rgb(205.72, 212.01, 191.66);
1979
1979
  --bs-table-hover-color: #000;
1980
1980
  color: var(--bs-table-color);
1981
1981
  border-color: var(--bs-table-border-color);
@@ -1983,13 +1983,13 @@ progress {
1983
1983
 
1984
1984
  .table-info {
1985
1985
  --bs-table-color: #000;
1986
- --bs-table-bg: rgb(213.8, 236.8, 232);
1987
- --bs-table-border-color: rgb(171.04, 189.44, 185.6);
1988
- --bs-table-striped-bg: rgb(207.386, 229.696, 225.04);
1986
+ --bs-table-bg: rgb(211.4535211268, 228.9464788732, 225.2957746479);
1987
+ --bs-table-border-color: rgb(169.1628169014, 183.1571830986, 180.2366197183);
1988
+ --bs-table-striped-bg: rgb(205.109915493, 222.078084507, 218.5369014085);
1989
1989
  --bs-table-striped-color: #000;
1990
- --bs-table-active-bg: rgb(192.42, 213.12, 208.8);
1990
+ --bs-table-active-bg: rgb(190.3081690141, 206.0518309859, 202.7661971831);
1991
1991
  --bs-table-active-color: #000;
1992
- --bs-table-hover-bg: rgb(197.765, 219.04, 214.6);
1992
+ --bs-table-hover-bg: rgb(195.5945070423, 211.7754929577, 208.3985915493);
1993
1993
  --bs-table-hover-color: #000;
1994
1994
  color: var(--bs-table-color);
1995
1995
  border-color: var(--bs-table-border-color);
@@ -1997,13 +1997,13 @@ progress {
1997
1997
 
1998
1998
  .table-warning {
1999
1999
  --bs-table-color: #000;
2000
- --bs-table-bg: rgb(246.6, 226.4, 212.8);
2001
- --bs-table-border-color: rgb(197.28, 181.12, 170.24);
2002
- --bs-table-striped-bg: rgb(239.202, 219.608, 206.416);
2000
+ --bs-table-bg: rgb(255, 242.6, 205.4);
2001
+ --bs-table-border-color: rgb(204, 194.08, 164.32);
2002
+ --bs-table-striped-bg: rgb(247.35, 235.322, 199.238);
2003
2003
  --bs-table-striped-color: #000;
2004
- --bs-table-active-bg: rgb(221.94, 203.76, 191.52);
2004
+ --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
2005
2005
  --bs-table-active-color: #000;
2006
- --bs-table-hover-bg: rgb(228.105, 209.42, 196.84);
2006
+ --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
2007
2007
  --bs-table-hover-color: #000;
2008
2008
  color: var(--bs-table-color);
2009
2009
  border-color: var(--bs-table-border-color);
@@ -2011,13 +2011,13 @@ progress {
2011
2011
 
2012
2012
  .table-danger {
2013
2013
  --bs-table-color: #000;
2014
- --bs-table-bg: rgb(248, 215.8, 214.8);
2015
- --bs-table-border-color: rgb(198.4, 172.64, 171.84);
2016
- --bs-table-striped-bg: rgb(240.56, 209.326, 208.356);
2014
+ --bs-table-bg: rgb(246.3292372881, 212.4237288136, 211.3707627119);
2015
+ --bs-table-border-color: rgb(197.0633898305, 169.9389830508, 169.0966101695);
2016
+ --bs-table-striped-bg: rgb(238.9393601695, 206.0510169492, 205.0296398305);
2017
2017
  --bs-table-striped-color: #000;
2018
- --bs-table-active-bg: rgb(223.2, 194.22, 193.32);
2018
+ --bs-table-active-bg: rgb(221.6963135593, 191.1813559322, 190.2336864407);
2019
2019
  --bs-table-active-color: #000;
2020
- --bs-table-hover-bg: rgb(229.4, 199.615, 198.69);
2020
+ --bs-table-hover-bg: rgb(227.8545444915, 196.4919491525, 195.5179555085);
2021
2021
  --bs-table-hover-color: #000;
2022
2022
  color: var(--bs-table-color);
2023
2023
  border-color: var(--bs-table-border-color);
@@ -2270,7 +2270,7 @@ textarea.form-control-lg {
2270
2270
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232A2A2E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
2271
2271
  display: block;
2272
2272
  width: 100%;
2273
- padding: 0.25rem 1.2rem 0.25rem 0.4rem;
2273
+ padding: 0.25rem 1.6rem 0.25rem 0.4rem;
2274
2274
  font-size: 1rem;
2275
2275
  font-weight: 400;
2276
2276
  line-height: 1.5;
@@ -2694,7 +2694,7 @@ textarea.form-control-lg {
2694
2694
 
2695
2695
  .input-group-lg > .form-select,
2696
2696
  .input-group-sm > .form-select {
2697
- padding-right: 1.6rem;
2697
+ padding-right: 2rem;
2698
2698
  }
2699
2699
 
2700
2700
  .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
@@ -2754,7 +2754,7 @@ textarea.form-control-lg {
2754
2754
  .was-validated .form-control:valid, .form-control.is-valid {
2755
2755
  border-color: var(--bs-form-valid-border-color);
2756
2756
  padding-right: calc(1.5em + 0.5rem);
2757
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237d9f05' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
2757
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235c7e10' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
2758
2758
  background-repeat: no-repeat;
2759
2759
  background-position: right calc(0.375em + 0.125rem) center;
2760
2760
  background-size: calc(0.75em + 0.25rem) calc(0.75em + 0.25rem);
@@ -2773,9 +2773,9 @@ textarea.form-control-lg {
2773
2773
  border-color: var(--bs-form-valid-border-color);
2774
2774
  }
2775
2775
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
2776
- --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237d9f05' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
2777
- padding-right: 2.2rem;
2778
- background-position: right 0.4rem center, center right 1.2rem;
2776
+ --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235c7e10' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
2777
+ padding-right: 2.6rem;
2778
+ background-position: right 0.4rem center, center right 1.6rem;
2779
2779
  background-size: 16px 12px, calc(0.75em + 0.25rem) calc(0.75em + 0.25rem);
2780
2780
  }
2781
2781
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
@@ -2844,7 +2844,7 @@ textarea.form-control-lg {
2844
2844
  .was-validated .form-control:invalid, .form-control.is-invalid {
2845
2845
  border-color: var(--bs-form-invalid-border-color);
2846
2846
  padding-right: calc(1.5em + 0.5rem);
2847
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3b36'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3b36' stroke='none'/%3e%3c/svg%3e");
2847
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='rgb%28211.6461864407, 42.1186440678, 36.8538135593%29'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='rgb%28211.6461864407, 42.1186440678, 36.8538135593%29' stroke='none'/%3e%3c/svg%3e");
2848
2848
  background-repeat: no-repeat;
2849
2849
  background-position: right calc(0.375em + 0.125rem) center;
2850
2850
  background-size: calc(0.75em + 0.25rem) calc(0.75em + 0.25rem);
@@ -2863,9 +2863,9 @@ textarea.form-control-lg {
2863
2863
  border-color: var(--bs-form-invalid-border-color);
2864
2864
  }
2865
2865
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
2866
- --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3b36'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3b36' stroke='none'/%3e%3c/svg%3e");
2867
- padding-right: 2.2rem;
2868
- background-position: right 0.4rem center, center right 1.2rem;
2866
+ --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='rgb%28211.6461864407, 42.1186440678, 36.8538135593%29'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='rgb%28211.6461864407, 42.1186440678, 36.8538135593%29' stroke='none'/%3e%3c/svg%3e");
2867
+ padding-right: 2.6rem;
2868
+ background-position: right 0.4rem center, center right 1.6rem;
2869
2869
  background-size: 16px 12px, calc(0.75em + 0.25rem) calc(0.75em + 0.25rem);
2870
2870
  }
2871
2871
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
@@ -2911,7 +2911,7 @@ textarea.form-control-lg {
2911
2911
  --bs-btn-line-height: 1.5;
2912
2912
  --bs-btn-color: var(--bs-body-color);
2913
2913
  --bs-btn-bg: transparent;
2914
- --bs-btn-border-width: var(--bs-border-width);
2914
+ --bs-btn-border-width: 0;
2915
2915
  --bs-btn-border-color: transparent;
2916
2916
  --bs-btn-border-radius: var(--bs-border-radius);
2917
2917
  --bs-btn-hover-border-color: transparent;
@@ -3020,70 +3020,70 @@ textarea.form-control-lg {
3020
3020
 
3021
3021
  .btn-success {
3022
3022
  --bs-btn-color: #fff;
3023
- --bs-btn-bg: #7d9f05;
3024
- --bs-btn-border-color: #7d9f05;
3023
+ --bs-btn-bg: #5c7e10;
3024
+ --bs-btn-border-color: #5c7e10;
3025
3025
  --bs-btn-hover-color: #fff;
3026
- --bs-btn-hover-bg: rgb(106.25, 135.15, 4.25);
3027
- --bs-btn-hover-border-color: rgb(100, 127.2, 4);
3028
- --bs-btn-focus-shadow-rgb: 145, 173, 43;
3026
+ --bs-btn-hover-bg: rgb(78.2, 107.1, 13.6);
3027
+ --bs-btn-hover-border-color: rgb(73.6, 100.8, 12.8);
3028
+ --bs-btn-focus-shadow-rgb: 116, 145, 52;
3029
3029
  --bs-btn-active-color: #fff;
3030
- --bs-btn-active-bg: rgb(100, 127.2, 4);
3031
- --bs-btn-active-border-color: rgb(93.75, 119.25, 3.75);
3030
+ --bs-btn-active-bg: rgb(73.6, 100.8, 12.8);
3031
+ --bs-btn-active-border-color: rgb(69, 94.5, 12);
3032
3032
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3033
3033
  --bs-btn-disabled-color: #fff;
3034
- --bs-btn-disabled-bg: #7d9f05;
3035
- --bs-btn-disabled-border-color: #7d9f05;
3034
+ --bs-btn-disabled-bg: #5c7e10;
3035
+ --bs-btn-disabled-border-color: #5c7e10;
3036
3036
  }
3037
3037
 
3038
3038
  .btn-info {
3039
3039
  --bs-btn-color: #fff;
3040
- --bs-btn-bg: #31a48c;
3041
- --bs-btn-border-color: #31a48c;
3040
+ --bs-btn-bg: rgb(37.2676056338, 124.7323943662, 106.4788732394);
3041
+ --bs-btn-border-color: rgb(37.2676056338, 124.7323943662, 106.4788732394);
3042
3042
  --bs-btn-hover-color: #fff;
3043
- --bs-btn-hover-bg: rgb(41.65, 139.4, 119);
3044
- --bs-btn-hover-border-color: rgb(39.2, 131.2, 112);
3045
- --bs-btn-focus-shadow-rgb: 80, 178, 157;
3043
+ --bs-btn-hover-bg: rgb(31.6774647887, 106.0225352113, 90.5070422535);
3044
+ --bs-btn-hover-border-color: rgb(29.814084507, 99.785915493, 85.1830985915);
3045
+ --bs-btn-focus-shadow-rgb: 70, 144, 129;
3046
3046
  --bs-btn-active-color: #fff;
3047
- --bs-btn-active-bg: rgb(39.2, 131.2, 112);
3048
- --bs-btn-active-border-color: rgb(36.75, 123, 105);
3047
+ --bs-btn-active-bg: rgb(29.814084507, 99.785915493, 85.1830985915);
3048
+ --bs-btn-active-border-color: rgb(27.9507042254, 93.5492957746, 79.8591549296);
3049
3049
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3050
3050
  --bs-btn-disabled-color: #fff;
3051
- --bs-btn-disabled-bg: #31a48c;
3052
- --bs-btn-disabled-border-color: #31a48c;
3051
+ --bs-btn-disabled-bg: rgb(37.2676056338, 124.7323943662, 106.4788732394);
3052
+ --bs-btn-disabled-border-color: rgb(37.2676056338, 124.7323943662, 106.4788732394);
3053
3053
  }
3054
3054
 
3055
3055
  .btn-warning {
3056
- --bs-btn-color: #fff;
3057
- --bs-btn-bg: #d5702c;
3058
- --bs-btn-border-color: #d5702c;
3059
- --bs-btn-hover-color: #fff;
3060
- --bs-btn-hover-bg: rgb(181.05, 95.2, 37.4);
3061
- --bs-btn-hover-border-color: rgb(170.4, 89.6, 35.2);
3062
- --bs-btn-focus-shadow-rgb: 219, 133, 76;
3063
- --bs-btn-active-color: #fff;
3064
- --bs-btn-active-bg: rgb(170.4, 89.6, 35.2);
3065
- --bs-btn-active-border-color: rgb(159.75, 84, 33);
3056
+ --bs-btn-color: #000;
3057
+ --bs-btn-bg: #ffc107;
3058
+ --bs-btn-border-color: #ffc107;
3059
+ --bs-btn-hover-color: #000;
3060
+ --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
3061
+ --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
3062
+ --bs-btn-focus-shadow-rgb: 217, 164, 6;
3063
+ --bs-btn-active-color: #000;
3064
+ --bs-btn-active-bg: rgb(255, 205.4, 56.6);
3065
+ --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
3066
3066
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3067
- --bs-btn-disabled-color: #fff;
3068
- --bs-btn-disabled-bg: #d5702c;
3069
- --bs-btn-disabled-border-color: #d5702c;
3067
+ --bs-btn-disabled-color: #000;
3068
+ --bs-btn-disabled-bg: #ffc107;
3069
+ --bs-btn-disabled-border-color: #ffc107;
3070
3070
  }
3071
3071
 
3072
3072
  .btn-danger {
3073
3073
  --bs-btn-color: #fff;
3074
- --bs-btn-bg: #dc3b36;
3075
- --bs-btn-border-color: #dc3b36;
3074
+ --bs-btn-bg: rgb(211.6461864407, 42.1186440678, 36.8538135593);
3075
+ --bs-btn-border-color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
3076
3076
  --bs-btn-hover-color: #fff;
3077
- --bs-btn-hover-bg: rgb(187, 50.15, 45.9);
3078
- --bs-btn-hover-border-color: rgb(176, 47.2, 43.2);
3079
- --bs-btn-focus-shadow-rgb: 225, 88, 84;
3077
+ --bs-btn-hover-bg: rgb(179.8992584746, 35.8008474576, 31.3257415254);
3078
+ --bs-btn-hover-border-color: rgb(169.3169491525, 33.6949152542, 29.4830508475);
3079
+ --bs-btn-focus-shadow-rgb: 218, 74, 70;
3080
3080
  --bs-btn-active-color: #fff;
3081
- --bs-btn-active-bg: rgb(176, 47.2, 43.2);
3082
- --bs-btn-active-border-color: rgb(165, 44.25, 40.5);
3081
+ --bs-btn-active-bg: rgb(169.3169491525, 33.6949152542, 29.4830508475);
3082
+ --bs-btn-active-border-color: rgb(158.7346398305, 31.5889830508, 27.6403601695);
3083
3083
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3084
3084
  --bs-btn-disabled-color: #fff;
3085
- --bs-btn-disabled-bg: #dc3b36;
3086
- --bs-btn-disabled-border-color: #dc3b36;
3085
+ --bs-btn-disabled-bg: rgb(211.6461864407, 42.1186440678, 36.8538135593);
3086
+ --bs-btn-disabled-border-color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
3087
3087
  }
3088
3088
 
3089
3089
  .btn-light {
@@ -3155,70 +3155,70 @@ textarea.form-control-lg {
3155
3155
  }
3156
3156
 
3157
3157
  .btn-outline-success {
3158
- --bs-btn-color: #7d9f05;
3159
- --bs-btn-border-color: #7d9f05;
3158
+ --bs-btn-color: #5c7e10;
3159
+ --bs-btn-border-color: #5c7e10;
3160
3160
  --bs-btn-hover-color: #fff;
3161
- --bs-btn-hover-bg: #7d9f05;
3162
- --bs-btn-hover-border-color: #7d9f05;
3163
- --bs-btn-focus-shadow-rgb: 125, 159, 5;
3161
+ --bs-btn-hover-bg: #5c7e10;
3162
+ --bs-btn-hover-border-color: #5c7e10;
3163
+ --bs-btn-focus-shadow-rgb: 92, 126, 16;
3164
3164
  --bs-btn-active-color: #fff;
3165
- --bs-btn-active-bg: #7d9f05;
3166
- --bs-btn-active-border-color: #7d9f05;
3165
+ --bs-btn-active-bg: #5c7e10;
3166
+ --bs-btn-active-border-color: #5c7e10;
3167
3167
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3168
- --bs-btn-disabled-color: #7d9f05;
3168
+ --bs-btn-disabled-color: #5c7e10;
3169
3169
  --bs-btn-disabled-bg: transparent;
3170
- --bs-btn-disabled-border-color: #7d9f05;
3170
+ --bs-btn-disabled-border-color: #5c7e10;
3171
3171
  --bs-gradient: none;
3172
3172
  }
3173
3173
 
3174
3174
  .btn-outline-info {
3175
- --bs-btn-color: #31a48c;
3176
- --bs-btn-border-color: #31a48c;
3175
+ --bs-btn-color: rgb(37.2676056338, 124.7323943662, 106.4788732394);
3176
+ --bs-btn-border-color: rgb(37.2676056338, 124.7323943662, 106.4788732394);
3177
3177
  --bs-btn-hover-color: #fff;
3178
- --bs-btn-hover-bg: #31a48c;
3179
- --bs-btn-hover-border-color: #31a48c;
3180
- --bs-btn-focus-shadow-rgb: 49, 164, 140;
3178
+ --bs-btn-hover-bg: rgb(37.2676056338, 124.7323943662, 106.4788732394);
3179
+ --bs-btn-hover-border-color: rgb(37.2676056338, 124.7323943662, 106.4788732394);
3180
+ --bs-btn-focus-shadow-rgb: 37, 125, 106;
3181
3181
  --bs-btn-active-color: #fff;
3182
- --bs-btn-active-bg: #31a48c;
3183
- --bs-btn-active-border-color: #31a48c;
3182
+ --bs-btn-active-bg: rgb(37.2676056338, 124.7323943662, 106.4788732394);
3183
+ --bs-btn-active-border-color: rgb(37.2676056338, 124.7323943662, 106.4788732394);
3184
3184
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3185
- --bs-btn-disabled-color: #31a48c;
3185
+ --bs-btn-disabled-color: rgb(37.2676056338, 124.7323943662, 106.4788732394);
3186
3186
  --bs-btn-disabled-bg: transparent;
3187
- --bs-btn-disabled-border-color: #31a48c;
3187
+ --bs-btn-disabled-border-color: rgb(37.2676056338, 124.7323943662, 106.4788732394);
3188
3188
  --bs-gradient: none;
3189
3189
  }
3190
3190
 
3191
3191
  .btn-outline-warning {
3192
- --bs-btn-color: #d5702c;
3193
- --bs-btn-border-color: #d5702c;
3194
- --bs-btn-hover-color: #fff;
3195
- --bs-btn-hover-bg: #d5702c;
3196
- --bs-btn-hover-border-color: #d5702c;
3197
- --bs-btn-focus-shadow-rgb: 213, 112, 44;
3198
- --bs-btn-active-color: #fff;
3199
- --bs-btn-active-bg: #d5702c;
3200
- --bs-btn-active-border-color: #d5702c;
3192
+ --bs-btn-color: #ffc107;
3193
+ --bs-btn-border-color: #ffc107;
3194
+ --bs-btn-hover-color: #000;
3195
+ --bs-btn-hover-bg: #ffc107;
3196
+ --bs-btn-hover-border-color: #ffc107;
3197
+ --bs-btn-focus-shadow-rgb: 255, 193, 7;
3198
+ --bs-btn-active-color: #000;
3199
+ --bs-btn-active-bg: #ffc107;
3200
+ --bs-btn-active-border-color: #ffc107;
3201
3201
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3202
- --bs-btn-disabled-color: #d5702c;
3202
+ --bs-btn-disabled-color: #ffc107;
3203
3203
  --bs-btn-disabled-bg: transparent;
3204
- --bs-btn-disabled-border-color: #d5702c;
3204
+ --bs-btn-disabled-border-color: #ffc107;
3205
3205
  --bs-gradient: none;
3206
3206
  }
3207
3207
 
3208
3208
  .btn-outline-danger {
3209
- --bs-btn-color: #dc3b36;
3210
- --bs-btn-border-color: #dc3b36;
3209
+ --bs-btn-color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
3210
+ --bs-btn-border-color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
3211
3211
  --bs-btn-hover-color: #fff;
3212
- --bs-btn-hover-bg: #dc3b36;
3213
- --bs-btn-hover-border-color: #dc3b36;
3214
- --bs-btn-focus-shadow-rgb: 220, 59, 54;
3212
+ --bs-btn-hover-bg: rgb(211.6461864407, 42.1186440678, 36.8538135593);
3213
+ --bs-btn-hover-border-color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
3214
+ --bs-btn-focus-shadow-rgb: 212, 42, 37;
3215
3215
  --bs-btn-active-color: #fff;
3216
- --bs-btn-active-bg: #dc3b36;
3217
- --bs-btn-active-border-color: #dc3b36;
3216
+ --bs-btn-active-bg: rgb(211.6461864407, 42.1186440678, 36.8538135593);
3217
+ --bs-btn-active-border-color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
3218
3218
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3219
- --bs-btn-disabled-color: #dc3b36;
3219
+ --bs-btn-disabled-color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
3220
3220
  --bs-btn-disabled-bg: transparent;
3221
- --bs-btn-disabled-border-color: #dc3b36;
3221
+ --bs-btn-disabled-border-color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
3222
3222
  --bs-gradient: none;
3223
3223
  }
3224
3224
 
@@ -3268,7 +3268,7 @@ textarea.form-control-lg {
3268
3268
  --bs-btn-disabled-color: rgb(90.6818181818, 90.6818181818, 99.3181818182);
3269
3269
  --bs-btn-disabled-border-color: transparent;
3270
3270
  --bs-btn-box-shadow: 0 0 0 #000;
3271
- --bs-btn-focus-shadow-rgb: 94, 142, 170;
3271
+ --bs-btn-focus-shadow-rgb: 87, 130, 155;
3272
3272
  text-decoration: underline;
3273
3273
  }
3274
3274
  .btn-link:focus-visible {
@@ -3687,7 +3687,7 @@ textarea.form-control-lg {
3687
3687
  }
3688
3688
  .btn-group > :not(.btn-check:first-child) + .btn,
3689
3689
  .btn-group > .btn-group:not(:first-child) {
3690
- margin-left: calc(-1 * var(--bs-border-width));
3690
+ margin-left: calc(-1 * 0);
3691
3691
  }
3692
3692
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
3693
3693
  .btn-group > .btn.dropdown-toggle-split:first-child,
@@ -3741,7 +3741,7 @@ textarea.form-control-lg {
3741
3741
  }
3742
3742
  .btn-group-vertical > .btn:not(:first-child),
3743
3743
  .btn-group-vertical > .btn-group:not(:first-child) {
3744
- margin-top: calc(-1 * var(--bs-border-width));
3744
+ margin-top: calc(-1 * 0);
3745
3745
  }
3746
3746
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
3747
3747
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
@@ -4656,7 +4656,7 @@ textarea.form-control-lg {
4656
4656
  --bs-breadcrumb-border-radius: ;
4657
4657
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
4658
4658
  --bs-breadcrumb-item-padding-x: 0.5rem;
4659
- --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
4659
+ --bs-breadcrumb-item-active-color: rgba(21, 33, 42, 0.8);
4660
4660
  display: flex;
4661
4661
  flex-wrap: wrap;
4662
4662
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
@@ -6818,7 +6818,7 @@ textarea.form-control-lg {
6818
6818
  }
6819
6819
 
6820
6820
  .text-bg-warning {
6821
- color: #fff !important;
6821
+ color: #000 !important;
6822
6822
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
6823
6823
  }
6824
6824
 
@@ -6860,8 +6860,8 @@ textarea.form-control-lg {
6860
6860
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
6861
6861
  }
6862
6862
  .link-success:hover, .link-success:focus {
6863
- color: RGBA(100, 127, 4, var(--bs-link-opacity, 1)) !important;
6864
- text-decoration-color: RGBA(100, 127, 4, var(--bs-link-underline-opacity, 1)) !important;
6863
+ color: RGBA(74, 101, 13, var(--bs-link-opacity, 1)) !important;
6864
+ text-decoration-color: RGBA(74, 101, 13, var(--bs-link-underline-opacity, 1)) !important;
6865
6865
  }
6866
6866
 
6867
6867
  .link-info {
@@ -6869,8 +6869,8 @@ textarea.form-control-lg {
6869
6869
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
6870
6870
  }
6871
6871
  .link-info:hover, .link-info:focus {
6872
- color: RGBA(39, 131, 112, var(--bs-link-opacity, 1)) !important;
6873
- text-decoration-color: RGBA(39, 131, 112, var(--bs-link-underline-opacity, 1)) !important;
6872
+ color: RGBA(30, 100, 85, var(--bs-link-opacity, 1)) !important;
6873
+ text-decoration-color: RGBA(30, 100, 85, var(--bs-link-underline-opacity, 1)) !important;
6874
6874
  }
6875
6875
 
6876
6876
  .link-warning {
@@ -6878,8 +6878,8 @@ textarea.form-control-lg {
6878
6878
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
6879
6879
  }
6880
6880
  .link-warning:hover, .link-warning:focus {
6881
- color: RGBA(170, 90, 35, var(--bs-link-opacity, 1)) !important;
6882
- text-decoration-color: RGBA(170, 90, 35, var(--bs-link-underline-opacity, 1)) !important;
6881
+ color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
6882
+ text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
6883
6883
  }
6884
6884
 
6885
6885
  .link-danger {
@@ -6887,8 +6887,8 @@ textarea.form-control-lg {
6887
6887
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
6888
6888
  }
6889
6889
  .link-danger:hover, .link-danger:focus {
6890
- color: RGBA(176, 47, 43, var(--bs-link-opacity, 1)) !important;
6891
- text-decoration-color: RGBA(176, 47, 43, var(--bs-link-underline-opacity, 1)) !important;
6890
+ color: RGBA(169, 34, 29, var(--bs-link-opacity, 1)) !important;
6891
+ text-decoration-color: RGBA(169, 34, 29, var(--bs-link-underline-opacity, 1)) !important;
6892
6892
  }
6893
6893
 
6894
6894
  .link-light {
@@ -11924,10 +11924,10 @@ textarea.form-control-lg {
11924
11924
  border-color: rgb(72.5340909091, 136.1409090909, 172.9659090909);
11925
11925
  }
11926
11926
  [data-bs-theme=dark] .form-control.is-valid, [data-bs-theme=dark] .form-select.is-valid {
11927
- border-color: #7d9f05;
11927
+ border-color: #5c7e10;
11928
11928
  }
11929
11929
  [data-bs-theme=dark] .form-control.is-invalid, [data-bs-theme=dark] .form-control.input-validation-error, [data-bs-theme=dark] .form-select.is-invalid, [data-bs-theme=dark] .form-select.input-validation-error {
11930
- border-color: #dc3b36;
11930
+ border-color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
11931
11931
  }
11932
11932
  [data-bs-theme=dark] .form-select optgroup {
11933
11933
  background: rgb(22.0228915663, 32.6265060241, 45.6771084337);
@@ -11935,6 +11935,12 @@ textarea.form-control-lg {
11935
11935
  [data-bs-theme=dark] .input-group-text {
11936
11936
  border-color: rgb(43.5903614458, 64.578313253, 90.4096385542);
11937
11937
  }
11938
+ [data-bs-theme=dark] .blockquote-footer {
11939
+ color: var(--bs-secondary-color);
11940
+ }
11941
+ [data-bs-theme=dark] .breadcrumb-item.active {
11942
+ color: rgba(198, 212, 223, 0.75);
11943
+ }
11938
11944
  [data-bs-theme=dark] {
11939
11945
  /*
11940
11946
 
@@ -11960,54 +11966,52 @@ textarea.form-control-lg {
11960
11966
  border-color: $input-border-color-dark;
11961
11967
  }
11962
11968
 
11963
- .blockquote-footer {
11964
- color: $text-muted;
11965
- }
11969
+
11966
11970
  */
11967
11971
  }
11968
11972
 
11969
11973
  .alert.alert-success a {
11970
- color: #7d9f05;
11974
+ color: #5c7e10;
11971
11975
  }
11972
11976
  .alert.alert-success a:hover {
11973
- color: rgb(105.5640243902, 134.2774390244, 4.2225609756);
11977
+ color: rgb(75.4788732394, 103.3732394366, 13.1267605634);
11974
11978
  }
11975
11979
  .alert.alert-danger a {
11976
- color: #dc3b36;
11980
+ color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
11977
11981
  }
11978
11982
  .alert.alert-danger a:hover {
11979
- color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
11983
+ color: rgb(189.9279661017, 37.7966101695, 33.0720338983);
11980
11984
  }
11981
11985
  .alert.alert-info a {
11982
- color: #31a48c;
11986
+ color: rgb(37.2676056338, 124.7323943662, 106.4788732394);
11983
11987
  }
11984
11988
  .alert.alert-info a:hover {
11985
- color: rgb(43.1338028169, 144.3661971831, 123.2394366197);
11989
+ color: rgb(31.4014084507, 105.0985915493, 89.7183098592);
11986
11990
  }
11987
11991
 
11988
11992
  [data-bs-theme=dark] .alert.alert-success a {
11989
- color: rgb(105.5640243902, 134.2774390244, 4.2225609756);
11993
+ color: rgb(108.5211267606, 148.6267605634, 18.8732394366);
11990
11994
  }
11991
11995
  [data-bs-theme=dark] .alert.alert-success a:hover {
11992
- color: rgb(86.1280487805, 109.5548780488, 3.4451219512);
11996
+ color: rgb(125.0422535211, 171.2535211268, 21.7464788732);
11993
11997
  }
11994
11998
  [data-bs-theme=dark] .alert.alert-danger a {
11995
- color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
11999
+ color: rgb(223.781779661, 80.1779661017, 75.718220339);
11996
12000
  }
11997
12001
  [data-bs-theme=dark] .alert.alert-danger a:hover {
11998
- color: rgb(189.9279661017, 37.7966101695, 33.0720338983);
12002
+ color: rgb(227.563559322, 101.3559322034, 97.436440678);
11999
12003
  }
12000
12004
  [data-bs-theme=dark] .alert.alert-warning a {
12001
- color: rgb(193.0691699605, 100.652173913, 38.4308300395);
12005
+ color: rgb(236.5, 177.375, 0);
12002
12006
  }
12003
12007
  [data-bs-theme=dark] .alert.alert-warning a:hover {
12004
- color: rgb(171.8023715415, 89.5652173913, 34.1976284585);
12008
+ color: rgb(211, 158.25, 0);
12005
12009
  }
12006
12010
  [data-bs-theme=dark] .alert.alert-info a {
12007
- color: #31a48c;
12011
+ color: rgb(43.1338028169, 144.3661971831, 123.2394366197);
12008
12012
  }
12009
12013
  [data-bs-theme=dark] .alert.alert-info a:hover {
12010
- color: rgb(37.2676056338, 124.7323943662, 106.4788732394);
12014
+ color: #31a48c;
12011
12015
  }
12012
12016
 
12013
12017
  .form-control.input-validation-error:focus:not(:read-only) {
@@ -12025,115 +12029,6 @@ textarea.form-control-lg {
12025
12029
  border-color: var(--bs-form-invalid-color);
12026
12030
  }
12027
12031
 
12028
- /* input type=color fixes */
12029
- /*input[type="color"].form-control {
12030
- padding: .3rem .5rem
12031
- }
12032
-
12033
- input[type="color"]:not(.form-control) {
12034
- padding: 0;
12035
- border: none;
12036
- display: block;
12037
- height: 1.8rem;
12038
- }*/
12039
- /* custom label styles */
12040
- /*label {
12041
- font-size: 0.7em;
12042
- text-transform: uppercase;
12043
- margin-bottom: 0;
12044
- margin-left: 0.4em;
12045
- opacity: 0.7;
12046
- letter-spacing:0.5px;
12047
- }
12048
-
12049
- label.form-check-label {
12050
- font-size: 1rem;
12051
- text-transform: none;
12052
- margin-left: 0;
12053
- opacity: 1;
12054
- letter-spacing: unset;
12055
- }
12056
-
12057
- .form-floating > label {
12058
- font-size: 1rem;
12059
- text-transform: none;
12060
- margin-left: 0;
12061
- opacity: .7;
12062
- }
12063
-
12064
- .form-floating > .form-control-plaintext ~ label::after,
12065
- .form-floating > .form-control:focus ~ label::after,
12066
- .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
12067
- .form-floating > .form-select ~ label::after {
12068
- background-color: transparent;
12069
- }
12070
-
12071
- */
12072
- /* form-select fixes */
12073
- /*.form-select {
12074
- -moz-padding-start: $input-padding-x;
12075
-
12076
- optgroup {
12077
- -moz-appearance: none;
12078
- background: darken($input-bg,5);
12079
- }
12080
-
12081
- &[multiple] {
12082
- option:checked {
12083
- background: darken($primary, 10);
12084
- color: $white;
12085
- }
12086
-
12087
- option:hover {
12088
- color: $white;
12089
- background: darken($primary, 15);
12090
- }
12091
- }
12092
-
12093
- &:disabled {
12094
- background: $input-disabled-bg;
12095
- }
12096
- }
12097
-
12098
- .form-check-label, .form-check-input,
12099
- label.form-check, label.form-check-inline {
12100
- cursor: pointer;
12101
- display: inline-block;
12102
- margin-bottom: 0;
12103
- }
12104
-
12105
- .form-help-text {
12106
- opacity: 0.7;
12107
- padding-left: 10px;
12108
- font-size: 0.8rem;
12109
- }
12110
-
12111
- .form-check ~ .form-help-text {
12112
- transform: translateY(-7px);
12113
- padding-left: 25px;
12114
- }
12115
-
12116
- .form-control::file-selector-button {
12117
- border-top: 1px $input-border-color solid;
12118
- border-left: 1px $input-border-color solid;
12119
- border-right: 1px $input-border-color solid;
12120
- border-top-left-radius: $border-radius;
12121
- }
12122
-
12123
- .form-control, .form-select {
12124
- &:disabled, &[readonly] {
12125
- color: lighten($body-color, 40);
12126
- background-color: lighten($input-bg, 4);
12127
-
12128
- &::placeholder {
12129
- color: lighten($body-color, 40);
12130
- }
12131
- }
12132
-
12133
- &:focus[readonly] {
12134
- border-color: darken($input-border-color, 15);
12135
- }
12136
- }*/
12137
12032
  fieldset {
12138
12033
  border: 1px solid rgb(171.6279069767, 193.8604651163, 218.8720930233);
12139
12034
  padding-top: 0.4rem;
@@ -12229,6 +12124,162 @@ fieldset legend {
12229
12124
  --bs-table-hover-color: #fff;
12230
12125
  }
12231
12126
 
12127
+ @property --accent-gradient-percentage {
12128
+ syntax: "<length-percentage>";
12129
+ inherits: false;
12130
+ initial-value: 0%;
12131
+ }
12132
+ .btn:focus-visible {
12133
+ outline: 1px solid white;
12134
+ }
12135
+
12136
+ .btn-accent {
12137
+ --accent-gradient-percentage: 0%;
12138
+ transition: --accent-gradient-percentage 0.2s;
12139
+ color: white;
12140
+ font-weight: bold;
12141
+ background: linear-gradient(90deg, #05b1ed var(--accent-gradient-percentage), #2D73FF 100%);
12142
+ }
12143
+ .btn-accent:hover, .btn-accent:focus {
12144
+ --accent-gradient-percentage: 40%;
12145
+ color: white;
12146
+ }
12147
+ .btn-accent.disabled, .btn-accent:disabled {
12148
+ color: #ddd;
12149
+ }
12150
+
12151
+ .btn-primary:hover {
12152
+ background: rgb(72.5340909091, 136.1409090909, 172.9659090909);
12153
+ }
12154
+
12155
+ .btn-secondary {
12156
+ background: #2b475e;
12157
+ }
12158
+ .btn-secondary:hover {
12159
+ background: linear-gradient(135deg, #67c1f5 0%, #417a9b 100%);
12160
+ }
12161
+ .btn-secondary.disabled, .btn-secondary:disabled {
12162
+ background: rgb(34.996350365, 57.7846715328, 76.503649635);
12163
+ }
12164
+
12165
+ .btn-success:hover {
12166
+ background: #6c9018;
12167
+ }
12168
+
12169
+ .btn-warning {
12170
+ color: #000;
12171
+ }
12172
+ .btn-warning:hover {
12173
+ color: #000;
12174
+ background: rgb(236.5, 177.375, 0);
12175
+ }
12176
+ .btn-warning.disabled, .btn-warning:disabled {
12177
+ color: #000;
12178
+ }
12179
+
12180
+ .btn.btn-outline-primary,
12181
+ .btn.btn-outline-secondary,
12182
+ .btn.btn-outline-success,
12183
+ .btn.btn-outline-info,
12184
+ .btn.btn-outline-danger,
12185
+ .btn.btn-outline-dark {
12186
+ color: light-dark(#2a465b, #c6d4df);
12187
+ border-width: 1px;
12188
+ }
12189
+ .btn.btn-outline-primary:hover,
12190
+ .btn.btn-outline-secondary:hover,
12191
+ .btn.btn-outline-success:hover,
12192
+ .btn.btn-outline-info:hover,
12193
+ .btn.btn-outline-danger:hover,
12194
+ .btn.btn-outline-dark:hover {
12195
+ color: #fff;
12196
+ }
12197
+
12198
+ .btn.btn-outline-warning,
12199
+ .btn.btn-outline-light {
12200
+ color: light-dark(#2a465b, #c6d4df);
12201
+ border-width: 1px;
12202
+ }
12203
+ .btn.btn-outline-warning:hover,
12204
+ .btn.btn-outline-light:hover {
12205
+ color: #000;
12206
+ }
12207
+
12208
+ @media screen and (prefers-reduced-motion: reduce) {
12209
+ .btn-accent {
12210
+ transition: --accent-gradient-percentage 0.001ms;
12211
+ }
12212
+ }
12213
+ [data-bs-theme=light] .text-primary {
12214
+ color: #2d6c91 !important;
12215
+ }
12216
+ [data-bs-theme=light] .text-success {
12217
+ color: #51710d !important;
12218
+ }
12219
+ [data-bs-theme=light] .text-info {
12220
+ color: #257362 !important;
12221
+ }
12222
+ [data-bs-theme=light] .text-warning {
12223
+ color: #846300 !important;
12224
+ }
12225
+ [data-bs-theme=light] .text-danger {
12226
+ color: #c12c28 !important;
12227
+ }
12228
+ [data-bs-theme=light] code {
12229
+ --bs-code-color: #b92e73;
12230
+ }
12231
+
12232
+ [data-bs-theme=dark] .text-primary {
12233
+ color: #3c96ca !important;
12234
+ }
12235
+ [data-bs-theme=dark] .text-secondary {
12236
+ color: #8d8d93 !important;
12237
+ }
12238
+ [data-bs-theme=dark] .text-success {
12239
+ color: #539f38 !important;
12240
+ }
12241
+ [data-bs-theme=dark] .text-info {
12242
+ color: #409f8a !important;
12243
+ }
12244
+ [data-bs-theme=dark] .text-danger {
12245
+ color: #f9524f !important;
12246
+ }
12247
+
12248
+ details {
12249
+ border: 1px rgb(171.6279069767, 193.8604651163, 218.8720930233) solid;
12250
+ border-radius: 2px;
12251
+ padding: 0.5em 1em 0;
12252
+ margin-bottom: 0.2em;
12253
+ }
12254
+ details summary {
12255
+ margin: -0.5em -1em 0;
12256
+ padding: 0.5em;
12257
+ }
12258
+ details summary::marker {
12259
+ color: rgb(26, 48.8, 62);
12260
+ }
12261
+ details[open] {
12262
+ padding: 0.5em 1em;
12263
+ }
12264
+ details[open] summary {
12265
+ color: rgb(26, 48.8, 62);
12266
+ background: rgb(217, 228.4, 235);
12267
+ border-bottom: 1px solid rgb(171.6279069767, 193.8604651163, 218.8720930233);
12268
+ margin-bottom: 0.5em;
12269
+ }
12270
+
12271
+ [data-bs-theme=dark] details {
12272
+ border-color: rgb(66.3409090909, 66.3409090909, 72.6590909091);
12273
+ }
12274
+ [data-bs-theme=dark] details summary::marker {
12275
+ color: rgb(141, 175.2, 195);
12276
+ }
12277
+ [data-bs-theme=dark] details[open] summary {
12278
+ color: rgb(141, 175.2, 195);
12279
+ background: rgb(13, 24.4, 31);
12280
+ border-bottom-color: rgb(66.3409090909, 66.3409090909, 72.6590909091);
12281
+ }
12282
+
12232
12283
  div.note-editor.note-frame {
12233
12284
  border-color: rgb(171.6279069767, 193.8604651163, 218.8720930233);
12234
12285
  }
@@ -12272,8 +12323,8 @@ div.note-editor.note-frame .note-statusbar {
12272
12323
  --ss-disabled-color: ;
12273
12324
  --ss-border-color: rgb(171.6279069767, 193.8604651163, 218.8720930233);
12274
12325
  --ss-highlight-color: #417a9b;
12275
- --ss-success-color: #7d9f05;
12276
- --ss-error-color: #dc3b36;
12326
+ --ss-success-color: #5c7e10;
12327
+ --ss-error-color: rgb(211.6461864407, 42.1186440678, 36.8538135593);
12277
12328
  --ss-main-height: 30px;
12278
12329
  --ss-border-radius: 2px 2px 0 0;
12279
12330
  }