@vixcom/ui 1.0.0 → 1.2.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.
Files changed (170) hide show
  1. package/{js → dist/js}/axios.min.js +2 -2
  2. package/{js → dist/js}/bootstrap.min.js +6 -6
  3. package/{js → dist/js}/jquery.min.js +3 -3
  4. package/{js → dist/js}/lodash.min.js +138 -138
  5. package/{js → dist/js}/mdb.min.js +15410 -15410
  6. package/{js → dist/js}/owl.carousel.min.js +6 -6
  7. package/dist/js/rapidoc-min.js +4 -0
  8. package/{js → dist/js}/sidebar.min.js +49 -49
  9. package/firebase.json +54 -54
  10. package/http-server.sh +3 -3
  11. package/package.json +15 -10
  12. package/src/assets/img/default.png +0 -0
  13. package/src/assets/img/favicon.png +0 -0
  14. package/src/assets/img/icon.png +0 -0
  15. package/src/assets/img/logo.dark.png +0 -0
  16. package/src/assets/img/logo.png +0 -0
  17. package/src/assets/img/logo.white.png +0 -0
  18. package/{css → src/css}/animations.css +174 -175
  19. package/src/css/animations.css.map +1 -0
  20. package/{css → src/css}/app.css +1888 -1896
  21. package/src/css/app.css.map +1 -0
  22. package/{css → src/css}/colors.css +5595 -5591
  23. package/src/css/colors.css.map +1 -0
  24. package/src/css/external/bootstrap-grid.css +4055 -0
  25. package/src/css/external/bootstrap-grid.css.map +1 -0
  26. package/src/css/external/bootstrap.css +9582 -0
  27. package/src/css/external/bootstrap.css.map +1 -0
  28. package/src/css/external/mdb.css +8811 -0
  29. package/src/css/external/mdb.css.map +1 -0
  30. package/src/css/external/owl-carousel.css +218 -0
  31. package/src/css/external/owl-carousel.css.map +1 -0
  32. package/src/css/external/tailwindcss.css +3 -0
  33. package/src/css/external/tailwindcss.css.map +1 -0
  34. package/{css → src/css}/fonts.css +65 -65
  35. package/{css → src/css}/grid.css +6 -6
  36. package/{css → src/css}/helper/owl.carousel.css +75 -75
  37. package/{css → src/css}/helper/primefaces.css +286 -276
  38. package/src/css/helper/primefaces.css.map +1 -0
  39. package/{css → src/css}/helper/tailwindcss.css +6 -6
  40. package/src/css/icons/external/bootstrap.icons.css +5502 -0
  41. package/src/css/icons/external/bootstrap.icons.css.map +1 -0
  42. package/src/css/icons/external/fontawesome.icons.css +6122 -0
  43. package/src/css/icons/external/fontawesome.icons.css.map +1 -0
  44. package/src/css/icons/external/material-design.icons.css +5727 -0
  45. package/src/css/icons/external/material-design.icons.css.map +1 -0
  46. package/src/css/icons/external/themify.icons.css +1428 -0
  47. package/src/css/icons/external/themify.icons.css.map +1 -0
  48. package/{css → src/css}/index.css +22 -23
  49. package/src/css/index.css.map +1 -0
  50. package/src/css/main.css.map +1 -0
  51. package/src/css/menu.css +573 -0
  52. package/src/css/menu.css.map +1 -0
  53. package/{css → src/css}/polyfills.css +10 -11
  54. package/src/css/polyfills.css.map +1 -0
  55. package/{css → src/css}/sizes.css +6021 -7457
  56. package/src/css/sizes.css.map +1 -0
  57. package/{css → src/css}/variables.css +258 -258
  58. package/src/fonts/MontessoriScript.ttf +0 -0
  59. package/src/fonts/Montserrat-Bold.ttf +0 -0
  60. package/src/fonts/Montserrat-Regular.ttf +0 -0
  61. package/src/fonts/NotoSans-Bold.ttf +0 -0
  62. package/src/fonts/Roboto-Bold.ttf +0 -0
  63. package/src/fonts/Roboto-Regular.ttf +0 -0
  64. package/src/fonts/bootstrap-icons.woff +0 -0
  65. package/src/fonts/fa-brands.woff +0 -0
  66. package/src/fonts/fa-regular.woff +0 -0
  67. package/src/fonts/fa-solid.woff +0 -0
  68. package/src/fonts/material-design-icons.ttf +0 -0
  69. package/{index.html → src/index.html} +205 -205
  70. package/src/js/axios.min.js +3 -0
  71. package/src/js/bootstrap.min.js +7 -0
  72. package/{pages/tier-1/scripts → src/js}/jquery.min.js +3 -3
  73. package/src/js/lodash.min.js +139 -0
  74. package/src/js/mdb.min.js +15411 -0
  75. package/src/js/owl.carousel.min.js +7 -0
  76. package/src/js/rapidoc-min.js +4 -0
  77. package/{pages/tier-1/scripts → src/js}/sidebar.min.js +49 -49
  78. package/{pages/error/index.html → src/pages/404.html} +31 -31
  79. package/{pages/sidemenu/index.html → src/pages/sidemenu/flex.html} +35 -35
  80. package/src/pages/sidemenu/grid.html +58 -0
  81. package/{pages → src/pages}/tier-1/LICENSE +201 -201
  82. package/{pages → src/pages}/tier-1/index.html +73 -73
  83. package/{pages/tier-2 → src/pages/tier-1}/scripts/jquery.min.js +3 -3
  84. package/src/pages/tier-1/scripts/sidebar.min.js +50 -0
  85. package/{pages/tier-2 → src/pages/tier-1}/styles/bootstrap.css +9494 -9494
  86. package/{pages/tier-2 → src/pages/tier-1}/styles/color.css +27 -27
  87. package/{pages → src/pages}/tier-1/styles/layout.css +32 -32
  88. package/{pages/tier-2 → src/pages/tier-1}/styles/mdb.css +9656 -9656
  89. package/{pages → src/pages}/tier-1/styles/page.css +25 -25
  90. package/{pages → src/pages}/tier-1/styles/sidebar.css +192 -192
  91. package/{pages → src/pages}/tier-1/styles/themify.css +1427 -1427
  92. package/{pages → src/pages}/tier-2/LICENSE +201 -201
  93. package/{pages → src/pages}/tier-2/index.html +64 -64
  94. package/src/pages/tier-2/scripts/jquery.min.js +4 -0
  95. package/{pages → src/pages}/tier-2/scripts/sidebar.min.js +49 -49
  96. package/{pages/tier-1 → src/pages/tier-2}/styles/bootstrap.css +9494 -9494
  97. package/{pages/tier-1 → src/pages/tier-2}/styles/color.css +27 -27
  98. package/{pages → src/pages}/tier-2/styles/layout.css +42 -42
  99. package/{pages/tier-1 → src/pages/tier-2}/styles/mdb.css +9656 -9656
  100. package/{pages → src/pages}/tier-2/styles/page.css +25 -25
  101. package/{pages → src/pages}/tier-2/styles/sidebar.css +192 -192
  102. package/{pages → src/pages}/tier-2/styles/themify.css +1427 -1427
  103. package/src/styles/_mixins.scss +445 -0
  104. package/{styles → src/styles}/animations.scss +190 -190
  105. package/{styles → src/styles}/app.scss +2015 -2020
  106. package/{styles → src/styles}/colors.scss +118 -117
  107. package/{css → src/styles}/external/bootstrap-grid.css +4996 -4996
  108. package/{css → src/styles}/external/bootstrap.css +10307 -10307
  109. package/{css → src/styles}/external/mdb.css +9444 -9444
  110. package/{css → src/styles}/external/owl-carousel.css +217 -217
  111. package/src/styles/external/tailwindcss.css +0 -0
  112. package/{styles → src/styles}/fonts.scss +16 -16
  113. package/{styles → src/styles}/grid.scss +3 -3
  114. package/{styles → src/styles}/helper/owl.carousel.scss +91 -91
  115. package/{styles → src/styles}/helper/primefaces.scss +373 -364
  116. package/{styles → src/styles}/helper/tailwindcss.scss +3 -3
  117. package/{css → src/styles}/icons/external/bootstrap.icons.css +5501 -5501
  118. package/{css → src/styles}/icons/external/fontawesome.icons.css +6126 -6126
  119. package/{css → src/styles}/icons/external/material-design.icons.css +5727 -5727
  120. package/{css → src/styles}/icons/external/themify.icons.css +1427 -1427
  121. package/{styles → src/styles}/index.scss +25 -25
  122. package/src/styles/menu.scss +621 -0
  123. package/{styles → src/styles}/polyfills.scss +8 -8
  124. package/{styles → src/styles}/sizes.scss +195 -191
  125. package/{styles → src/styles}/variables.scss +30 -30
  126. package/tailwind.config.js +23 -0
  127. package/.firebaserc +0 -17
  128. package/.github/workflows/deploy-prod.yml +0 -26
  129. package/.pnpm-debug.log +0 -19
  130. package/css/animations.css.map +0 -1
  131. package/css/app.css.map +0 -1
  132. package/css/colors.css.map +0 -1
  133. package/css/helper/primefaces.css.map +0 -1
  134. package/css/helper/primefaces.org.css.map +0 -1
  135. package/css/index.css.map +0 -1
  136. package/css/menu.css +0 -556
  137. package/css/menu.css.map +0 -1
  138. package/css/polyfills.css.map +0 -1
  139. package/css/sidebar.css.map +0 -1
  140. package/css/sizes.css.map +0 -1
  141. package/styles/_mixins.scss +0 -309
  142. package/styles/menu.scss +0 -566
  143. /package/{assets → dist/assets}/img/favicon.png +0 -0
  144. /package/{assets → dist/assets}/img/icon.png +0 -0
  145. /package/{fonts → dist/fonts}/MontessoriScript.ttf +0 -0
  146. /package/{fonts → dist/fonts}/Montserrat-Bold.ttf +0 -0
  147. /package/{fonts → dist/fonts}/Montserrat-Regular.ttf +0 -0
  148. /package/{fonts → dist/fonts}/NotoSans-Bold.ttf +0 -0
  149. /package/{fonts → dist/fonts}/Roboto-Bold.ttf +0 -0
  150. /package/{fonts → dist/fonts}/Roboto-Regular.ttf +0 -0
  151. /package/{fonts → dist/fonts}/bootstrap-icons.woff +0 -0
  152. /package/{fonts → dist/fonts}/fa-brands.woff +0 -0
  153. /package/{fonts → dist/fonts}/fa-regular.woff +0 -0
  154. /package/{fonts → dist/fonts}/fa-solid.woff +0 -0
  155. /package/{fonts → dist/fonts}/material-design-icons.ttf +0 -0
  156. /package/{css → src/css}/fonts.css.map +0 -0
  157. /package/{css → src/css}/grid.css.map +0 -0
  158. /package/{css → src/css}/helper/owl.carousel.css.map +0 -0
  159. /package/{css → src/css}/helper/tailwindcss.css.map +0 -0
  160. /package/{css → src/css}/variables.css.map +0 -0
  161. /package/{pages → src/pages}/tier-1/fonts/krub/Krub-Bold.ttf +0 -0
  162. /package/{pages → src/pages}/tier-1/fonts/krub/Krub-Light.ttf +0 -0
  163. /package/{pages → src/pages}/tier-1/fonts/krub/Krub-Regular.ttf +0 -0
  164. /package/{pages → src/pages}/tier-1/fonts/themify.woff +0 -0
  165. /package/{pages → src/pages}/tier-1/preview.png +0 -0
  166. /package/{pages → src/pages}/tier-2/fonts/krub/Krub-Bold.ttf +0 -0
  167. /package/{pages → src/pages}/tier-2/fonts/krub/Krub-Light.ttf +0 -0
  168. /package/{pages → src/pages}/tier-2/fonts/krub/Krub-Regular.ttf +0 -0
  169. /package/{pages → src/pages}/tier-2/fonts/themify.woff +0 -0
  170. /package/{pages → src/pages}/tier-2/preview.png +0 -0
@@ -1,1896 +1,1888 @@
1
- @charset "UTF-8";
2
- /* Scrollbar - Start */
3
- * {
4
- scrollbar-color: hsl(var(--muted-hs), calc(var(--muted-l) + 40%)) transparent;
5
- scrollbar-width: thin;
6
- cursor: default;
7
- /* word-break: break-word; */
8
- }
9
-
10
- ::-webkit-scrollbar {
11
- -webkit-appearance: none;
12
- appearance: none;
13
- width: 0.25rem;
14
- height: 0.25rem;
15
- z-index: 1;
16
- }
17
-
18
- ::-webkit-scrollbar-corner {
19
- display: none;
20
- }
21
-
22
- ::-webkit-scrollbar-thumb {
23
- background-color: hsl(var(--muted-hs), calc(var(--muted-l) + 40%));
24
- border-radius: 0;
25
- }
26
-
27
- ::-webkit-scrollbar-track {
28
- background-color: transparent;
29
- padding: 0.5rem;
30
- }
31
-
32
- ::-moz-selection {
33
- color: var(--white);
34
- background: hsl(var(--muted-hs), calc(var(--muted-l) + 20%));
35
- }
36
-
37
- ::selection {
38
- color: var(--white);
39
- background: hsl(var(--muted-hs), calc(var(--muted-l) + 20%));
40
- }
41
-
42
- /* Scrollbar - End */
43
- body {
44
- font-family: "AppContent", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
45
- background-color: var(--background-color, --default-c, --white);
46
- color: var(--default, --white-c);
47
- font-size: var(--font-size);
48
- font-weight: normal;
49
- }
50
-
51
- h6,
52
- .h6, h5,
53
- .h5, h4,
54
- .h4, h3,
55
- .h3, h2,
56
- .h2, h1,
57
- .h1, .title {
58
- font-family: "AppTitle", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
59
- font-weight: bold;
60
- font-size: var(--heading-size);
61
- /* color: var(--primary); */
62
- }
63
-
64
- b {
65
- font-weight: bold;
66
- }
67
-
68
- :disabled,
69
- .disabled,
70
- [disable] {
71
- cursor: not-allowed;
72
- filter: grayscale(0.8);
73
- }
74
-
75
- .bg-text,
76
- .bg-text-color {
77
- position: relative;
78
- display: inline-flex;
79
- }
80
- .bg-text:hover::after,
81
- .bg-text-color:hover::after {
82
- opacity: 0.125;
83
- }
84
- .bg-text::after,
85
- .bg-text-color::after {
86
- content: "";
87
- position: absolute;
88
- top: 0;
89
- left: 0;
90
- background-color: currentColor;
91
- opacity: 0.055;
92
- height: 100%;
93
- width: 100%;
94
- border-radius: inherit;
95
- z-index: 0;
96
- }
97
-
98
- .is-blur {
99
- position: relative;
100
- transition: background-color 0.5s;
101
- }
102
- .is-blur {
103
- position: relative;
104
- }
105
- .is-blur > * {
106
- /* position: relative; */
107
- z-index: 1;
108
- }
109
- .is-blur::before {
110
- content: "";
111
- display: flex;
112
- align-items: center;
113
- justify-content: center;
114
- height: 100%;
115
- width: 100%;
116
- position: absolute;
117
- border-radius: inherit;
118
- top: 0;
119
- left: 0;
120
- z-index: 0;
121
- }
122
- .is-blur::before:not(img::before, img::after) {
123
- content: "";
124
- }
125
- .is-blur::before {
126
- backdrop-filter: blur(10px);
127
- }
128
-
129
- .blur {
130
- filter: blur(5px);
131
- }
132
-
133
- a,
134
- .link {
135
- color: var(--secondary);
136
- cursor: pointer;
137
- }
138
- a:hover,
139
- .link:hover {
140
- color: hsla(var(--secondary-hs), calc(var(--secondary-l) - 10%));
141
- }
142
-
143
- a:not(.link) {
144
- text-decoration: none;
145
- }
146
-
147
- .app-icon {
148
- object-fit: contain;
149
- width: 4rem;
150
- height: 4rem;
151
- }
152
-
153
- .app-logo {
154
- display: inline-flex;
155
- width: 10rem;
156
- max-width: 100%;
157
- object-fit: contain;
158
- }
159
-
160
- .app-header {
161
- padding: 1rem 1.5rem;
162
- display: flex;
163
- align-items: center;
164
- position: relative;
165
- z-index: 1;
166
- }
167
- .app-header.position-sticky, .app-header.sticky {
168
- position: sticky !important;
169
- top: 0;
170
- left: 0;
171
- }
172
- .app-header .app-title {
173
- margin-bottom: 0;
174
- font-size: 125%;
175
- }
176
- .app-header img.app-title {
177
- width: 10rem;
178
- }
179
-
180
- .flex-container {
181
- display: flex;
182
- flex-wrap: wrap;
183
- /* align-items: flex-end; */
184
- margin: 0.5rem 0;
185
- gap: 0.5rem;
186
- }
187
- .flex-container > * {
188
- /* align-self: flex-start; */
189
- margin-bottom: 0;
190
- }
191
-
192
- .page-header {
193
- margin: 1rem 0;
194
- padding: 0 1rem;
195
- display: flex;
196
- align-items: center;
197
- }
198
- .page-header .page-title {
199
- text-transform: capitalize;
200
- margin-right: auto;
201
- margin-bottom: 1rem;
202
- color: var(--primary);
203
- font-size: 200%;
204
- font-weight: normal;
205
- }
206
- .page-header .btn {
207
- min-width: auto;
208
- }
209
-
210
- .section-header {
211
- display: flex;
212
- align-items: center;
213
- margin: 1.5rem 0;
214
- padding: 0 1.5rem;
215
- }
216
- .section-header.has-arrow::before {
217
- content: attr(data-arrow-text);
218
- display: inline-block;
219
- margin-left: auto;
220
- font-size: 75%;
221
- order: 1;
222
- }
223
- .section-header.has-arrow::after {
224
- content: "";
225
- font-family: "FontAwesome";
226
- margin-left: 1rem;
227
- order: 2;
228
- font-size: 90%;
229
- font-weight: normal;
230
- }
231
- .section-header .section-title {
232
- margin-right: auto;
233
- margin-bottom: 1rem;
234
- font-weight: normal;
235
- color: var(--primary);
236
- }
237
- .section-header .btn {
238
- min-width: auto;
239
- }
240
-
241
- .row > [class*=col] {
242
- margin-bottom: 1em;
243
- }
244
- .row > [class*=col] + [class*=col] {
245
- margin-top: 0;
246
- }
247
- .row > [class*=col] .card {
248
- height: 100%;
249
- }
250
-
251
- .icon {
252
- display: flex;
253
- align-items: center;
254
- justify-content: center;
255
- }
256
-
257
- .icon-container {
258
- display: flex;
259
- align-items: center;
260
- justify-content: center;
261
- }
262
- .icon-container:not(.h) {
263
- flex-direction: column;
264
- }
265
- .icon-container:not(.h) .icon {
266
- margin: 0.5rem 0;
267
- }
268
- .icon-container.h .icon {
269
- margin: 0 0.5rem;
270
- }
271
- .icon-container .icon {
272
- font-size: 150%;
273
- }
274
-
275
- [class*=sq-] {
276
- display: flex;
277
- align-items: center;
278
- justify-content: center;
279
- flex: unset;
280
- padding: 0;
281
- /* margin: auto; */
282
- }
283
- [class*=sq-]:not(.h) {
284
- flex-direction: column;
285
- }
286
- [class*=sq-] img {
287
- object-fit: contain;
288
- width: 100%;
289
- }
290
-
291
- hr {
292
- border-top-color: currentColor;
293
- opacity: 0.5;
294
- }
295
-
296
- hr[class*=s-]:not(.default) {
297
- background-color: transparent !important;
298
- margin: 0;
299
- border: 0;
300
- }
301
-
302
- .s-sm {
303
- padding: 0.25rem;
304
- }
305
-
306
- .s-1 {
307
- padding: 0.5rem;
308
- }
309
-
310
- .s-2 {
311
- padding: 0.75rem;
312
- }
313
-
314
- .s-3 {
315
- padding: 1.5rem;
316
- }
317
-
318
- .s-4 {
319
- padding: 2.5rem;
320
- }
321
-
322
- .s-5 {
323
- padding: 5rem;
324
- }
325
-
326
- .dropdown-menu-right .dropdown-menu {
327
- transform: translate(-100%, 0);
328
- }
329
-
330
- .dropdown-menu {
331
- min-width: 12.5rem;
332
- padding: 0;
333
- border-radius: 0.5rem;
334
- box-shadow: var(--card-shadow);
335
- }
336
- .dropdown-menu > :first-child {
337
- border-top-left-radius: inherit;
338
- border-top-right-radius: inherit;
339
- }
340
- .dropdown-menu > :last-child {
341
- border-bottom-left-radius: inherit;
342
- border-bottom-right-radius: inherit;
343
- }
344
- .dropdown-menu .dropdown-header {
345
- font-size: unset;
346
- }
347
- .dropdown-menu .dropdown-item {
348
- padding: 0.75rem 1.25rem;
349
- margin: 0;
350
- }
351
-
352
- *:not(.input) > .input,
353
- *:not(.input) > input {
354
- background-color: transparent;
355
- /* margin: 0.25rem 0 1rem; */
356
- border-radius: 0.25rem;
357
- border: 1px solid currentColor;
358
- /* width: 100%; */
359
- }
360
- *:not(.input) > .input:not(.has-addon),
361
- *:not(.input) > input:not(.has-addon) {
362
- /* align-self: stretch; */
363
- padding: 0.5rem 1rem;
364
- }
365
- *:not(.input) > .input.has-error,
366
- *:not(.input) > input.has-error {
367
- border: 1px solid var(--danger);
368
- }
369
-
370
- input,
371
- textarea {
372
- opacity: 0.75;
373
- }
374
- input:focus,
375
- textarea:focus {
376
- opacity: 1;
377
- }
378
- input::placeholder, input:-ms-input-placeholder, input::-ms-input-placeholder, input:-moz-input-placeholder, input::-moz-input-placeholder, input:-webkit-input-placeholder, input::-webkit-input-placeholder,
379
- textarea::placeholder,
380
- textarea:-ms-input-placeholder,
381
- textarea::-ms-input-placeholder,
382
- textarea:-moz-input-placeholder,
383
- textarea::-moz-input-placeholder,
384
- textarea:-webkit-input-placeholder,
385
- textarea::-webkit-input-placeholder {
386
- display: none;
387
- color: currentColor;
388
- opacity: 0.75;
389
- }
390
-
391
- ul {
392
- list-style: none;
393
- padding-left: 0;
394
- }
395
-
396
- label {
397
- cursor: pointer;
398
- }
399
- label.radio, label.radio-container, label.checkbox, label.checkbox-container {
400
- display: flex;
401
- align-items: center;
402
- margin: 1rem 0;
403
- }
404
- label.radio .label > *, label.radio-container .label > *, label.checkbox .label > *, label.checkbox-container .label > * {
405
- margin-bottom: 0;
406
- }
407
- label.radio + .radio,
408
- label.radio + .checkbox, label.radio-container + .radio,
409
- label.radio-container + .checkbox, label.checkbox + .radio,
410
- label.checkbox + .checkbox, label.checkbox-container + .radio,
411
- label.checkbox-container + .checkbox {
412
- margin-top: 1rem;
413
- }
414
- label input ~ .label.off {
415
- order: -1;
416
- }
417
- label .active,
418
- label input:not(:checked) ~ .label.off,
419
- label input:checked ~ .label:not(.off) {
420
- color: var(--secondary);
421
- font-weight: bold;
422
- }
423
- label input[type=radio],
424
- label input[type=checkbox] {
425
- margin: 0 0.5rem;
426
- }
427
-
428
- .bg-primary input[type=checkbox]::before {
429
- background-color: hsl(var(--muted-hs), calc(var(--muted-l) + 10));
430
- }
431
-
432
- input {
433
- /* &.phone,
434
- &[type=phone],
435
- &[type=password] {
436
- letter-spacing: 2px;
437
- } */
438
- }
439
- input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
440
- -webkit-appearance: none;
441
- margin: 0;
442
- }
443
- input[type=number] {
444
- -moz-appearance: textfield;
445
- }
446
- input[type=checkbox] {
447
- position: relative;
448
- -webkit-appearance: none;
449
- appearance: none;
450
- border: none;
451
- width: 2rem;
452
- min-width: 2rem;
453
- height: 1rem;
454
- padding: 0 !important;
455
- margin: 0;
456
- border-radius: 0.5rem;
457
- background-color: hsla(var(--white-hs), var(--white-l), 0.5);
458
- color: unset;
459
- opacity: 1;
460
- }
461
- input[type=checkbox]::before {
462
- content: "";
463
- display: block;
464
- height: 100%;
465
- width: 100%;
466
- opacity: 0.275;
467
- background-color: currentColor;
468
- border-radius: inherit;
469
- transition: width 0.25s ease, opacity 0.25s;
470
- }
471
- input[type=checkbox]::after {
472
- content: "";
473
- display: block;
474
- position: absolute;
475
- top: 50%;
476
- left: 0;
477
- width: 1rem;
478
- height: 1rem;
479
- padding: 0.25rem;
480
- background-color: currentColor;
481
- border-radius: 50%;
482
- transform: translate(0, -50%);
483
- transition: left 0.25s ease, transform 0.25s ease;
484
- }
485
- input[type=checkbox]:checked::before {
486
- opacity: 0.575;
487
- }
488
- input[type=checkbox]:checked::after {
489
- left: 100%;
490
- transform: translate(-100%, -50%);
491
- }
492
- input[type=checkbox].default {
493
- -webkit-appearance: checkbox;
494
- appearance: checkbox;
495
- }
496
- input[type=checkbox].default::after, input[type=checkbox].default::before {
497
- content: unset;
498
- }
499
- input[type=checkbox].switch::before {
500
- position: absolute;
501
- left: 0;
502
- top: 50%;
503
- height: 50%;
504
- transform: translateY(-50%);
505
- }
506
- input[type=radio] {
507
- position: relative;
508
- -webkit-appearance: none;
509
- appearance: none;
510
- color: inherit;
511
- background-color: transparent;
512
- border: 0.125rem solid currentColor;
513
- border-radius: 50%;
514
- display: inline-block;
515
- justify-content: center;
516
- align-items: center;
517
- width: 1rem !important;
518
- min-width: 1rem;
519
- height: 1rem;
520
- min-height: 1rem;
521
- padding: 0.125rem !important;
522
- margin: 0;
523
- }
524
- input[type=radio]::after {
525
- content: "";
526
- display: block;
527
- background-color: currentColor;
528
- opacity: 0;
529
- width: 100%;
530
- /* flex: 1; */
531
- height: 100%;
532
- border-radius: inherit;
533
- transition: opacity 0.25s ease-in;
534
- }
535
- input[type=radio]:hover::after {
536
- opacity: 0.25;
537
- }
538
- input[type=radio]:checked::after {
539
- opacity: 1;
540
- }
541
- input[type=search] {
542
- min-width: 22.5%;
543
- }
544
- input[type=file] {
545
- display: none;
546
- }
547
-
548
- .input {
549
- display: flex;
550
- align-items: center;
551
- }
552
- .input.has-addon input,
553
- .input.has-addon .input,
554
- .input.has-addon .addon {
555
- padding: 0.5rem 1rem;
556
- margin: 0;
557
- }
558
- .input .addon {
559
- display: flex;
560
- align-items: center;
561
- justify-content: center;
562
- border-radius: inherit !important;
563
- /* font-weight: bold; */
564
- align-self: stretch;
565
- min-width: unset;
566
- }
567
- .input .addon:not(:last-child) {
568
- border-top-right-radius: 0 !important;
569
- border-bottom-right-radius: 0 !important;
570
- }
571
- .input .addon:not(:first-child) {
572
- border-top-left-radius: 0 !important;
573
- border-bottom-left-radius: 0 !important;
574
- }
575
- .input.file {
576
- border-style: dashed;
577
- text-align: center;
578
- }
579
- .input.file::before {
580
- content: attr(data-placeholder);
581
- display: block;
582
- width: 100%;
583
- }
584
- .input.p-0 {
585
- padding: 0;
586
- }
587
- .input.p-0 select {
588
- padding: 0.75rem 1.25rem;
589
- }
590
- .input input,
591
- .input .input,
592
- .input select {
593
- border: none;
594
- width: 100%;
595
- background-color: transparent;
596
- }
597
-
598
- option[disabled]:first-of-type {
599
- display: none;
600
- }
601
-
602
- .h-group {
603
- flex-wrap: wrap;
604
- }
605
- .h-group label {
606
- width: 100%;
607
- }
608
-
609
- .checkbox-group {
610
- display: flex;
611
- justify-content: space-around;
612
- align-items: center;
613
- text-transform: capitalize;
614
- flex-wrap: wrap;
615
- padding: 1rem;
616
- }
617
- .checkbox-group label {
618
- display: flex;
619
- align-items: center;
620
- }
621
- .checkbox-group label + label, .checkbox-group > input[type=checkbox] + input[type=checkbox] {
622
- margin-top: 1rem;
623
- }
624
-
625
- .radio-group {
626
- display: flex;
627
- justify-content: space-around;
628
- align-items: center;
629
- text-transform: capitalize;
630
- border-radius: 0.25rem;
631
- padding: 1rem;
632
- margin-bottom: 1rem;
633
- }
634
- .radio-group.h-group::before {
635
- left: unset;
636
- right: 1rem;
637
- }
638
- .radio-group::before {
639
- content: attr(data-label);
640
- display: block;
641
- position: absolute;
642
- padding: 0.5rem;
643
- left: 1rem;
644
- top: 0;
645
- transform: translateY(-50%);
646
- background-color: inherit;
647
- }
648
- .radio-group label {
649
- display: flex;
650
- align-items: center;
651
- }
652
-
653
- .input-container {
654
- display: block;
655
- position: relative;
656
- width: 100%;
657
- /* margin-bottom: 1rem; */
658
- text-align: left;
659
- }
660
- .input-container input + input, .input-container + .input-container {
661
- margin-top: 0.5rem;
662
- }
663
- .input-container:has(input:invalid) {
664
- color: var(--danger);
665
- }
666
- .input-container:has(input:focus:empty)::before,
667
- .input-container:has(input:focus:empty) .label, .input-container:has(input:focus:placeholder-shown)::before,
668
- .input-container:has(input:focus:placeholder-shown) .label {
669
- background-color: var(--primary);
670
- }
671
- .input-container::before,
672
- .input-container .label {
673
- content: attr(data-label);
674
- display: block;
675
- font-weight: bold;
676
- font-size: 80%;
677
- /* text-transform: capitalize; */
678
- margin-bottom: 0.25rem;
679
- padding-left: 1rem;
680
- opacity: 0.75;
681
- }
682
- .input-container::after,
683
- .input-container .hint {
684
- content: attr(data-hint);
685
- display: none;
686
- width: 100%;
687
- padding: 0.25rem;
688
- font-size: 80%;
689
- }
690
- .input-container.has-error::after,
691
- .input-container.has-error .hint, .input-container.has-warning::after,
692
- .input-container.has-warning .hint, .input-container.show-hint::after,
693
- .input-container.show-hint .hint {
694
- display: block;
695
- }
696
- .input-container.has-error::after,
697
- .input-container.has-error .hint {
698
- font-weight: bold;
699
- color: var(--danger);
700
- }
701
- .input-container.has-error .addon {
702
- background-color: var(--danger) !important;
703
- color: var(--white) !important;
704
- }
705
- .input-container.has-error > input,
706
- .input-container.has-error > .input {
707
- border: 1px solid var(--danger);
708
- }
709
- .input-container.has-warning::after,
710
- .input-container.has-warning .hint {
711
- /* font-weight: bold; */
712
- color: var(--warning);
713
- }
714
- .input-container.has-warning input,
715
- .input-container.has-warning .input {
716
- border: 1px solid var(--warning);
717
- }
718
- .input-container.has-info::after,
719
- .input-container.has-info .hint {
720
- color: var(--info);
721
- }
722
- .input-container input,
723
- .input-container .input {
724
- width: 100%;
725
- /* margin-bottom: 0; */
726
- }
727
-
728
- .progress {
729
- position: relative;
730
- background-color: transparent;
731
- }
732
- .progress {
733
- position: relative;
734
- }
735
- .progress > * {
736
- /* position: relative; */
737
- z-index: 1;
738
- }
739
- .progress::before {
740
- content: "";
741
- display: flex;
742
- align-items: center;
743
- justify-content: center;
744
- height: 100%;
745
- width: 100%;
746
- position: absolute;
747
- border-radius: inherit;
748
- top: 0;
749
- left: 0;
750
- z-index: 0;
751
- }
752
- .progress::before:not(img::before, img::after) {
753
- content: "";
754
- }
755
- .progress::before {
756
- opacity: 0.75;
757
- }
758
- .progress.bar {
759
- position: relative;
760
- }
761
- .progress.bar > * {
762
- z-index: 1;
763
- }
764
- .progress.bar::after {
765
- content: "";
766
- display: flex;
767
- align-items: center;
768
- justify-content: center;
769
- height: 100%;
770
- width: 100%;
771
- position: absolute;
772
- border-radius: inherit;
773
- top: 0;
774
- left: 0;
775
- z-index: 0;
776
- }
777
- .progress.bar::after:not(img::before, img::after) {
778
- content: "";
779
- }
780
- .progress.bar::after {
781
- background-color: currentColor;
782
- transition: width 0.5s;
783
- }
784
- .progress.dotted {
785
- display: flex;
786
- min-width: 25%;
787
- list-style: none;
788
- position: relative;
789
- align-items: center;
790
- justify-content: space-between;
791
- overflow: hidden;
792
- gap: 0.125rem;
793
- /* border-radius: 5rem; */
794
- }
795
- .progress.dotted {
796
- position: relative;
797
- }
798
- .progress.dotted > * {
799
- /* position: relative; */
800
- z-index: 1;
801
- }
802
- .progress.dotted::before {
803
- content: "";
804
- display: flex;
805
- align-items: center;
806
- justify-content: center;
807
- height: 100%;
808
- width: 100%;
809
- position: absolute;
810
- border-radius: inherit;
811
- top: 0;
812
- left: 0;
813
- z-index: 0;
814
- }
815
- .progress.dotted::before:not(img::before, img::after) {
816
- content: "";
817
- }
818
- .progress.dotted::before {
819
- opacity: 0.125;
820
- background-color: currentColor;
821
- }
822
- .progress.dotted .dot,
823
- .progress.dotted .item {
824
- background-color: currentColor;
825
- border-radius: 50%;
826
- width: 0.5rem;
827
- height: 0.5rem;
828
- z-index: 1;
829
- position: relative;
830
- }
831
- .progress.dotted .dot + :is(.dot, .item),
832
- .progress.dotted .item + :is(.dot, .item) {
833
- margin-left: 0.5rem;
834
- }
835
- .progress.dotted .dot.active ~ :is(.dot, .item),
836
- .progress.dotted .item.active ~ :is(.dot, .item) {
837
- opacity: 0.5;
838
- }
839
-
840
- .tabs {
841
- position: relative;
842
- margin-bottom: 1rem;
843
- display: flex;
844
- overflow-x: scroll;
845
- flex-wrap: nowrap;
846
- /* align-items: center; */
847
- width: 100%;
848
- padding: 0.125rem 1.25rem;
849
- gap: 0.5rem;
850
- /* z-index: 1; */
851
- }
852
- .tabs > .tab {
853
- display: inline-flex;
854
- align-items: center;
855
- justify-content: center;
856
- text-transform: capitalize;
857
- padding: 0.25rem;
858
- border: none;
859
- border-radius: 0.25rem;
860
- /* font-weight: bold; */
861
- min-width: 5rem;
862
- flex: 0 0 auto;
863
- transition: background-color 0.25s;
864
- z-index: 1;
865
- }
866
- .tabs.pills > .tab {
867
- border-radius: 5rem;
868
- }
869
- .tabs .tabs.md, .tabs .tabs.overlap, .tabs .tabs.no-scrollbar {
870
- scrollbar-width: 0;
871
- margin-bottom: 0;
872
- }
873
- .tabs .tabs.md::-webkit-scrollbar, .tabs .tabs.overlap::-webkit-scrollbar, .tabs .tabs.no-scrollbar::-webkit-scrollbar {
874
- width: 0;
875
- }
876
- .tabs.overlap {
877
- position: relative;
878
- }
879
- .tabs.overlap > * {
880
- z-index: 1;
881
- }
882
- .tabs.overlap::after {
883
- content: "";
884
- display: flex;
885
- align-items: center;
886
- justify-content: center;
887
- height: 100%;
888
- width: 100%;
889
- position: absolute;
890
- border-radius: inherit;
891
- top: 0;
892
- left: 0;
893
- z-index: 0;
894
- }
895
- .tabs.overlap::after:not(img::before, img::after) {
896
- content: "";
897
- }
898
- .tabs.overlap::after {
899
- background-color: inherit;
900
- }
901
- .tabs.md .tab {
902
- background-color: transparent !important;
903
- }
904
- .tabs.md .tab.active {
905
- border-bottom: medium solid;
906
- }
907
- .tabs.md > .tab, .tabs.overlap > .tab {
908
- margin-bottom: 0;
909
- border-bottom-left-radius: 0;
910
- border-bottom-right-radius: 0;
911
- padding: 0.25rem 0.5rem;
912
- }
913
- .tabs.md > .tab .label, .tabs.overlap > .tab .label {
914
- margin: 0.5rem;
915
- }
916
-
917
- .tabs-container .tabs .tab {
918
- position: relative;
919
- }
920
- .tabs-container .tabs .tab::before, .tabs-container .tabs .tab::after {
921
- content: "";
922
- position: absolute;
923
- height: 5%;
924
- width: 5%;
925
- bottom: -1px;
926
- }
927
- .tabs-container .tabs .tab::before {
928
- left: 0;
929
- transform: translateX(-100%);
930
- border-top-left-radius: 5%;
931
- }
932
- .tabs-container .tabs .tab::after {
933
- right: 0;
934
- transform: translateX(100%);
935
- border-top-left-radius: 5%;
936
- }
937
- .border-dashed {
938
- border-style: dashed !important;
939
- }
940
- .border-current {
941
- border-color: currentColor !important;
942
- }
943
-
944
- .badge {
945
- display: inline-flex;
946
- align-items: center;
947
- border-radius: 0.25rem;
948
- padding: 0.25rem 0.75rem;
949
- font-size: 80%;
950
- letter-spacing: 1px;
951
- text-transform: capitalize;
952
- }
953
-
954
- .btn-group,
955
- .btn-group-vertical {
956
- border-radius: 0.5rem;
957
- }
958
-
959
- .btn {
960
- position: relative;
961
- padding: 0.25rem 1.5rem;
962
- font-size: 120%;
963
- /* font-weight: bold; */
964
- min-width: 7.5rem;
965
- display: inline-flex;
966
- gap: 0.5rem;
967
- justify-content: center;
968
- align-items: center;
969
- /* border: none; */
970
- }
971
- .btn:focus {
972
- outline: 1px solid hsl(var(--secondary-hs), calc(var(--secondary-l) + 50%));
973
- }
974
- .btn.btn-block {
975
- width: 100%;
976
- }
977
- .btn.btn-circle {
978
- width: 3rem;
979
- height: 3rem;
980
- display: inline-flex;
981
- min-width: unset !important;
982
- padding: 0.5rem;
983
- align-items: center;
984
- justify-content: center;
985
- border-radius: 50%;
986
- }
987
- .btn.btn-circle.btn-sm {
988
- width: 2rem;
989
- height: 2rem;
990
- }
991
- .btn.btn-lg {
992
- font-size: 150%;
993
- padding: 0.5rem 1.25rem;
994
- min-width: 10rem;
995
- }
996
- .btn.btn-sm {
997
- font-size: 80%;
998
- }
999
- .btn.btn-xs {
1000
- font-size: 75%;
1001
- padding: 0.125rem 0.5rem;
1002
- min-width: 5rem;
1003
- }
1004
- .btn.btn-block + .btn {
1005
- margin-top: 0.5rem;
1006
- }
1007
-
1008
- .btn-group {
1009
- /* margin: 1rem 0; */
1010
- align-items: stretch;
1011
- }
1012
- .btn-group.no-rounded .btn {
1013
- border-radius: 0;
1014
- }
1015
- .btn-group .btn {
1016
- border-radius: inherit;
1017
- align-self: stretch;
1018
- margin: 0;
1019
- min-width: unset;
1020
- flex: 1 1 100%;
1021
- }
1022
-
1023
- .btn-group-vertical .btn {
1024
- border-radius: inherit;
1025
- }
1026
-
1027
- table {
1028
- border-collapse: separate;
1029
- border-spacing: 0;
1030
- width: 100%;
1031
- }
1032
-
1033
- .table-container {
1034
- display: flex;
1035
- flex-direction: column;
1036
- padding: 0 0 1rem;
1037
- gap: 1rem;
1038
- width: 100%;
1039
- overflow: scroll;
1040
- scrollbar-width: medium;
1041
- }
1042
- .table-container::-webkit-scrollbar {
1043
- height: 0.5rem;
1044
- }
1045
- .table-container.compact {
1046
- font-size: 90%;
1047
- }
1048
- .table-container.compact thead,
1049
- .table-container.compact .table-header {
1050
- font-weight: normal;
1051
- }
1052
- .table-container.compact tr,
1053
- .table-container.compact > .row {
1054
- background-color: inherit !important;
1055
- }
1056
- .table-container.compact tr + tr, .table-container.compact tr + .row,
1057
- .table-container.compact > .row + tr,
1058
- .table-container.compact > .row + .row {
1059
- border-top: 0.5px solid;
1060
- }
1061
- .table-container.compact tr td,
1062
- .table-container.compact tr th,
1063
- .table-container.compact tr [class*=col],
1064
- .table-container.compact > .row td,
1065
- .table-container.compact > .row th,
1066
- .table-container.compact > .row [class*=col] {
1067
- padding: 0.25rem;
1068
- }
1069
- .table-container .sticky {
1070
- /* &::after {
1071
- content: '';
1072
- display: block;
1073
- box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.5);
1074
- width: 5%;
1075
- top: 0;
1076
- bottom: 0;
1077
- right: 0;
1078
- position: absolute;
1079
- border-right: thin solid var(--border-color)
1080
- } */
1081
- }
1082
- .table-container .row {
1083
- flex-wrap: nowrap;
1084
- }
1085
- .table-container thead th {
1086
- min-width: 15vw;
1087
- }
1088
- .table-container thead,
1089
- .table-container .table-header {
1090
- position: sticky;
1091
- /* color: hsl(var(--secondary-hs), calc(var(--secondary-l) + 10%)); */
1092
- font-weight: bold;
1093
- width: fit-content;
1094
- top: 0;
1095
- bottom: 0;
1096
- z-index: 1;
1097
- }
1098
- .table-container thead.sticky-header th,
1099
- .table-container .table-header.sticky-header th {
1100
- position: sticky;
1101
- position: -webkit-sticky;
1102
- top: 0;
1103
- bottom: 0;
1104
- z-index: 2;
1105
- }
1106
- .table-container thead.sticky-header th.sticky,
1107
- .table-container .table-header.sticky-header th.sticky {
1108
- z-index: 3;
1109
- }
1110
- .table-container tr,
1111
- .table-container > .row,
1112
- .table-container .scrollable > .row {
1113
- position: relative;
1114
- border-radius: 0.5rem;
1115
- margin: 0 0 0.25rem;
1116
- width: 100%;
1117
- background-color: inherit;
1118
- z-index: 0;
1119
- }
1120
- .table-container tr [class*=col],
1121
- .table-container > .row [class*=col],
1122
- .table-container .scrollable > .row [class*=col] {
1123
- display: flex;
1124
- }
1125
- .table-container tr td,
1126
- .table-container tr th,
1127
- .table-container tr [class*=col],
1128
- .table-container > .row td,
1129
- .table-container > .row th,
1130
- .table-container > .row [class*=col],
1131
- .table-container .scrollable > .row td,
1132
- .table-container .scrollable > .row th,
1133
- .table-container .scrollable > .row [class*=col] {
1134
- margin-bottom: 0;
1135
- padding: 1rem;
1136
- background-color: inherit;
1137
- border-radius: 0;
1138
- word-break: break-word;
1139
- /* min-width: 12.5%; */
1140
- }
1141
- .table-container tr td:first-of-type,
1142
- .table-container tr th:first-of-type,
1143
- .table-container tr [class*=col]:first-of-type,
1144
- .table-container > .row td:first-of-type,
1145
- .table-container > .row th:first-of-type,
1146
- .table-container > .row [class*=col]:first-of-type,
1147
- .table-container .scrollable > .row td:first-of-type,
1148
- .table-container .scrollable > .row th:first-of-type,
1149
- .table-container .scrollable > .row [class*=col]:first-of-type {
1150
- border-top-left-radius: inherit;
1151
- border-bottom-left-radius: inherit;
1152
- }
1153
- .table-container tr td:last-of-type,
1154
- .table-container tr th:last-of-type,
1155
- .table-container tr [class*=col]:last-of-type,
1156
- .table-container > .row td:last-of-type,
1157
- .table-container > .row th:last-of-type,
1158
- .table-container > .row [class*=col]:last-of-type,
1159
- .table-container .scrollable > .row td:last-of-type,
1160
- .table-container .scrollable > .row th:last-of-type,
1161
- .table-container .scrollable > .row [class*=col]:last-of-type {
1162
- border-top-right-radius: inherit;
1163
- border-bottom-right-radius: inherit;
1164
- }
1165
- .table-container tr td.sticky, .table-container tr td.md-sticky,
1166
- .table-container tr th.sticky,
1167
- .table-container tr th.md-sticky,
1168
- .table-container tr [class*=col].sticky,
1169
- .table-container tr [class*=col].md-sticky,
1170
- .table-container > .row td.sticky,
1171
- .table-container > .row td.md-sticky,
1172
- .table-container > .row th.sticky,
1173
- .table-container > .row th.md-sticky,
1174
- .table-container > .row [class*=col].sticky,
1175
- .table-container > .row [class*=col].md-sticky,
1176
- .table-container .scrollable > .row td.sticky,
1177
- .table-container .scrollable > .row td.md-sticky,
1178
- .table-container .scrollable > .row th.sticky,
1179
- .table-container .scrollable > .row th.md-sticky,
1180
- .table-container .scrollable > .row [class*=col].sticky,
1181
- .table-container .scrollable > .row [class*=col].md-sticky {
1182
- left: 0;
1183
- right: 0;
1184
- z-index: 1;
1185
- /* &::after {
1186
- content: '';
1187
- display: block;
1188
- box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.5);
1189
- width: 5%;
1190
- top: 0;
1191
- bottom: 0;
1192
- right: 0;
1193
- position: absolute;
1194
- border-right: thin solid var(--border-color);
1195
- } */
1196
- }
1197
- .table-container tr td.text-truncate,
1198
- .table-container tr th.text-truncate,
1199
- .table-container tr [class*=col].text-truncate,
1200
- .table-container > .row td.text-truncate,
1201
- .table-container > .row th.text-truncate,
1202
- .table-container > .row [class*=col].text-truncate,
1203
- .table-container .scrollable > .row td.text-truncate,
1204
- .table-container .scrollable > .row th.text-truncate,
1205
- .table-container .scrollable > .row [class*=col].text-truncate {
1206
- /* max-width: 15vw; */
1207
- }
1208
- .table-container tr td p,
1209
- .table-container tr th p,
1210
- .table-container tr [class*=col] p,
1211
- .table-container > .row td p,
1212
- .table-container > .row th p,
1213
- .table-container > .row [class*=col] p,
1214
- .table-container .scrollable > .row td p,
1215
- .table-container .scrollable > .row th p,
1216
- .table-container .scrollable > .row [class*=col] p {
1217
- margin-bottom: 0;
1218
- }
1219
- .table-container tr .table-badge,
1220
- .table-container > .row .table-badge,
1221
- .table-container .scrollable > .row .table-badge {
1222
- position: absolute;
1223
- top: 0;
1224
- right: 1rem;
1225
- transform: translateY(-50%);
1226
- }
1227
-
1228
- /* Modal Backdrop - Start */
1229
- .modal-backdrop .show {
1230
- opacity: 0.25;
1231
- }
1232
-
1233
- /* Modal Close Button - End */
1234
- /* Scrollable Container - Start */
1235
- .scroll-container {
1236
- position: relative;
1237
- display: flex;
1238
- flex-direction: column;
1239
- height: 100%;
1240
- overflow: hidden;
1241
- }
1242
-
1243
- .scrollable {
1244
- position: relative;
1245
- height: 100%;
1246
- /* flex: 1 1 auto; */
1247
- overflow-y: scroll;
1248
- overflow-x: hidden;
1249
- }
1250
- .scrollable.h {
1251
- display: flex;
1252
- flex-direction: row;
1253
- width: 100%;
1254
- flex-wrap: nowrap;
1255
- justify-content: space-between;
1256
- overflow-x: scroll;
1257
- overflow-y: hidden;
1258
- }
1259
-
1260
- /* Scrollable Container - End */
1261
- .overflow-hidden {
1262
- overflow: hidden;
1263
- }
1264
-
1265
- .flex-none {
1266
- flex: unset;
1267
- }
1268
-
1269
- .flex-center {
1270
- display: flex;
1271
- align-items: center;
1272
- justify-content: center;
1273
- }
1274
- .flex-center:not(.h) {
1275
- flex-direction: column;
1276
- }
1277
-
1278
- .flex-align-center {
1279
- display: flex;
1280
- }
1281
- .flex-align-center.h {
1282
- align-items: center;
1283
- }
1284
- .flex-align-center:not(.h) {
1285
- flex-direction: column;
1286
- justify-content: center;
1287
- }
1288
-
1289
- .flex-start {
1290
- display: flex;
1291
- justify-content: start;
1292
- align-items: start;
1293
- }
1294
-
1295
- .flex-item,
1296
- .flex-card {
1297
- position: relative;
1298
- display: flex;
1299
- flex-direction: row;
1300
- align-items: center;
1301
- /* overflow: hidden; */
1302
- }
1303
- .flex-item.flex-card,
1304
- .flex-card.flex-card {
1305
- border: 1px solid var(--border-color);
1306
- border-radius: 0.5rem;
1307
- background-clip: border-box;
1308
- }
1309
- .flex-item.flex-card [class*=bg-],
1310
- .flex-card.flex-card [class*=bg-] {
1311
- border: none;
1312
- }
1313
- .flex-item.flex-card.has-bg::before,
1314
- .flex-item.flex-card .bg-svg,
1315
- .flex-card.flex-card.has-bg::before,
1316
- .flex-card.flex-card .bg-svg {
1317
- content: "";
1318
- display: block;
1319
- position: absolute;
1320
- height: 100%;
1321
- width: 100%;
1322
- background-color: inherit;
1323
- z-index: 0;
1324
- }
1325
- .flex-item.flex-card .bg-svg,
1326
- .flex-card.flex-card .bg-svg {
1327
- -webkit-mask-image: url("/assets/bg/flex-card-bg-icons.svg");
1328
- mask-image: url("/assets/bg/flex-card-bg-icons.svg");
1329
- }
1330
- .flex-item .img,
1331
- .flex-item .icon,
1332
- .flex-card .img,
1333
- .flex-card .icon {
1334
- position: relative;
1335
- display: flex;
1336
- flex-direction: column;
1337
- align-self: stretch;
1338
- justify-content: center;
1339
- object-fit: cover;
1340
- text-align: center;
1341
- font-size: 200%;
1342
- z-index: 1;
1343
- }
1344
- .flex-item .img,
1345
- .flex-card .img {
1346
- flex: 1 1 40%;
1347
- width: 40%;
1348
- border-radius: inherit;
1349
- }
1350
- .flex-item .icon,
1351
- .flex-card .icon {
1352
- flex: 1 1 25%;
1353
- width: 25%;
1354
- /* padding-left: 0.75rem; */
1355
- /* font-weight: bold; */
1356
- }
1357
- .flex-item .addon,
1358
- .flex-card .addon {
1359
- align-self: stretch;
1360
- flex: 1 1 25%;
1361
- width: 25%;
1362
- }
1363
- .flex-item .addon > *,
1364
- .flex-card .addon > * {
1365
- flex: 1 1 auto;
1366
- }
1367
- .flex-item .content,
1368
- .flex-card .content {
1369
- position: relative;
1370
- margin: 0;
1371
- padding: 0.75rem;
1372
- flex: 1 1 100%;
1373
- width: 100%;
1374
- z-index: 1;
1375
- }
1376
- .flex-item .img img,
1377
- .flex-card .img img {
1378
- width: 100%;
1379
- height: 100%;
1380
- object-fit: cover;
1381
- }
1382
-
1383
- .text-spaced {
1384
- letter-spacing: 0.25rem;
1385
- }
1386
- .text-spaced.s-1 {
1387
- letter-spacing: 0.5rem;
1388
- }
1389
-
1390
- .title-strick,
1391
- .text-strick-line {
1392
- display: flex;
1393
- align-items: center;
1394
- justify-content: center;
1395
- }
1396
- .title-strick .label, .title-strick::content,
1397
- .text-strick-line .label,
1398
- .text-strick-line::content {
1399
- width: 100%;
1400
- }
1401
- .title-strick::before, .title-strick::after,
1402
- .text-strick-line::before,
1403
- .text-strick-line::after {
1404
- content: "";
1405
- display: inline-block;
1406
- margin: 0 0.5rem;
1407
- width: 100%;
1408
- height: 1px;
1409
- max-width: 10rem;
1410
- background-color: currentColor;
1411
- }
1412
-
1413
- .card {
1414
- position: relative;
1415
- }
1416
- .card > * {
1417
- /* position: relative; */
1418
- z-index: 1;
1419
- }
1420
- .card::before {
1421
- content: "";
1422
- display: flex;
1423
- align-items: center;
1424
- justify-content: center;
1425
- height: 100%;
1426
- width: 100%;
1427
- position: absolute;
1428
- border-radius: inherit;
1429
- top: 0;
1430
- left: 0;
1431
- z-index: 0;
1432
- }
1433
- .card::before:not(img::before, img::after) {
1434
- content: "";
1435
- }
1436
- .card:not(.flat) {
1437
- /* overflow: unset; */
1438
- border: none;
1439
- z-index: 0;
1440
- }
1441
- .card:not(.flat) > * {
1442
- /* position: relative; */
1443
- }
1444
- .card:not(.flat)::before {
1445
- box-shadow: var(--card-shadow);
1446
- }
1447
- .card + .card {
1448
- margin-top: 1rem;
1449
- }
1450
- .card:not(.card-body) > :first-child[class*=card-] {
1451
- border-top-left-radius: inherit;
1452
- border-top-right-radius: inherit;
1453
- }
1454
- .card:not(.card-body) > :last-child[class*=card-] {
1455
- border-bottom-left-radius: inherit;
1456
- border-bottom-right-radius: inherit;
1457
- }
1458
- .card .card-title {
1459
- margin: 1rem 0 0.75rem;
1460
- }
1461
- .card .card-header,
1462
- .card .card-footer {
1463
- background-color: transparent;
1464
- border: none;
1465
- padding: 1rem 1.5rem;
1466
- }
1467
- .card .card-body, .card.card-body {
1468
- padding: 1.5rem;
1469
- /* z-index: 1; */
1470
- }
1471
- .card .card-body {
1472
- padding: 0 1.5rem;
1473
- }
1474
- .card .card-body .card-img {
1475
- margin: 0 -1.5rem;
1476
- width: unset;
1477
- }
1478
- .card .card-img {
1479
- max-height: 15rem;
1480
- object-fit: cover;
1481
- overflow: overlay;
1482
- min-width: 100%;
1483
- }
1484
- .card .card-header,
1485
- .card .card-footer {
1486
- display: flex;
1487
- align-items: center;
1488
- justify-content: space-between;
1489
- }
1490
-
1491
- .flex-list,
1492
- .item-list {
1493
- margin: 1.5rem 0;
1494
- list-style: none;
1495
- display: flex;
1496
- }
1497
- .flex-list:not(.has-connector),
1498
- .item-list:not(.has-connector) {
1499
- gap: 0.5rem;
1500
- }
1501
- .flex-list.h .item,
1502
- .item-list.h .item {
1503
- flex-direction: column;
1504
- }
1505
- .flex-list.has-connector .item,
1506
- .item-list.has-connector .item {
1507
- margin: 0;
1508
- }
1509
- .flex-list.has-connector .item:not(:first-child) :is(.connector, li::marker)::before, .flex-list.has-connector .item:not(:last-child) :is(.connector, li::marker)::after,
1510
- .item-list.has-connector .item:not(:first-child) :is(.connector, li::marker)::before,
1511
- .item-list.has-connector .item:not(:last-child) :is(.connector, li::marker)::after {
1512
- content: "";
1513
- }
1514
- .flex-list.has-connector .item .connector,
1515
- .flex-list.has-connector .item li::marker,
1516
- .item-list.has-connector .item .connector,
1517
- .item-list.has-connector .item li::marker {
1518
- display: flex;
1519
- flex-direction: column;
1520
- }
1521
- .flex-list.has-connector .item .connector::before, .flex-list.has-connector .item .connector::after,
1522
- .flex-list.has-connector .item li::marker::before,
1523
- .flex-list.has-connector .item li::marker::after,
1524
- .item-list.has-connector .item .connector::before,
1525
- .item-list.has-connector .item .connector::after,
1526
- .item-list.has-connector .item li::marker::before,
1527
- .item-list.has-connector .item li::marker::after {
1528
- margin: 0 auto;
1529
- width: 1px;
1530
- height: 100%;
1531
- background-color: currentColor;
1532
- display: block;
1533
- }
1534
- .flex-list.has-connector.align-top .item .connector,
1535
- .item-list.has-connector.align-top .item .connector {
1536
- justify-content: flex-start;
1537
- }
1538
- .flex-list.has-connector.align-top .item .connector::before,
1539
- .item-list.has-connector.align-top .item .connector::before {
1540
- content: unset;
1541
- }
1542
- .flex-list:not(.h),
1543
- .item-list:not(.h) {
1544
- flex-direction: column;
1545
- }
1546
- .flex-list:not(.h) .item + .item,
1547
- .item-list:not(.h) .item + .item {
1548
- border-top: 1px solid var(--border-color);
1549
- }
1550
- .flex-list .item,
1551
- .item-list .item {
1552
- display: flex;
1553
- /* align-items: center; */
1554
- /* justify-content: space-between; */
1555
- width: 100%;
1556
- gap: 0.25rem;
1557
- padding: 0 1rem;
1558
- cursor: pointer;
1559
- }
1560
- .flex-list .item .icon,
1561
- .item-list .item .icon {
1562
- font-weight: bold;
1563
- /* margin-right: 1.25rem; */
1564
- transition: margin-right 0.125s linear;
1565
- }
1566
- .flex-list .item .content + .content,
1567
- .item-list .item .content + .content {
1568
- margin-top: 0.5rem;
1569
- }
1570
- .flex-list .item:hover .icon,
1571
- .item-list .item:hover .icon {
1572
- /* margin-right: 1.5rem; */
1573
- }
1574
-
1575
- .link-list {
1576
- margin: 0;
1577
- /* padding: 0.5rem; */
1578
- list-style: none;
1579
- font-size: 110%;
1580
- }
1581
- .link-list .item {
1582
- display: flex;
1583
- align-items: center;
1584
- padding: 0.5rem 0.75rem;
1585
- border-radius: 0.25rem;
1586
- width: 100%;
1587
- border: 1px solid var(--border-color);
1588
- color: var(--primary);
1589
- background-color: transparent;
1590
- cursor: pointer;
1591
- }
1592
- .link-list .item ~ .item {
1593
- margin-top: 1rem;
1594
- }
1595
-
1596
- .list .item + .item {
1597
- padding-top: 1rem;
1598
- border-top: 1px solid var(--border-color);
1599
- }
1600
-
1601
- .stacked {
1602
- position: relative;
1603
- display: flex;
1604
- align-items: center;
1605
- justify-content: center;
1606
- }
1607
- .stacked.h .item + .item {
1608
- margin-left: -25%;
1609
- }
1610
- .stacked:not(.h) {
1611
- flex-direction: column;
1612
- }
1613
- .stacked:not(.h) .item + .item {
1614
- margin-top: -25%;
1615
- }
1616
- .stacked.backwards {
1617
- flex-direction: row-reverse;
1618
- }
1619
- .stacked.backwards:not(.h) {
1620
- flex-direction: column-reverse;
1621
- }
1622
- .stacked .item {
1623
- position: relative;
1624
- z-index: 1;
1625
- }
1626
-
1627
- .modal-content .modal-header {
1628
- justify-content: flex-start;
1629
- border-bottom: 2px solid var(--primary);
1630
- }
1631
- .modal-content .modal-header:hover .close {
1632
- opacity: 1;
1633
- }
1634
- .modal-content .modal-header .close {
1635
- margin: 0;
1636
- display: inline-flex;
1637
- align-items: center;
1638
- justify-content: center;
1639
- border-radius: 50%;
1640
- display: inline-flex;
1641
- width: 1.5rem;
1642
- height: 1.5rem;
1643
- font-size: 200%;
1644
- padding: 0;
1645
- min-width: unset;
1646
- position: absolute;
1647
- top: 0.5rem;
1648
- right: 0.5rem;
1649
- opacity: 0.125;
1650
- transition: color 0.25s, opacity 0.25s;
1651
- }
1652
- .modal-content .modal-header .close:hover {
1653
- color: var(--danger);
1654
- }
1655
- .modal-content .modal-header .close::after, .modal-content .modal-header .close::before {
1656
- content: "";
1657
- height: 0.125rem;
1658
- width: 75%;
1659
- display: block;
1660
- background-color: currentColor;
1661
- position: absolute;
1662
- top: 50%;
1663
- left: 50%;
1664
- transform-origin: center;
1665
- transform: translate(-50%, -50%);
1666
- transition: transform 0.2s ease-out;
1667
- }
1668
- .modal-content .modal-header .close:hover::after {
1669
- transform: translate(-50%, -50%) rotate(45deg);
1670
- }
1671
- .modal-content .modal-header .close:hover::before {
1672
- transform: translate(-50%, -50%) rotate(-45deg);
1673
- }
1674
- .modal-content .modal-body {
1675
- padding: 1rem 2rem;
1676
- }
1677
- .modal-content .modal-footer {
1678
- border-top: none;
1679
- padding: 1rem 2rem 2rem;
1680
- justify-content: space-between;
1681
- }
1682
-
1683
- .accordion-tab {
1684
- display: flex;
1685
- cursor: pointer;
1686
- width: 100%;
1687
- }
1688
- .accordion-tab ~ .accordion-tab {
1689
- margin-top: 1rem;
1690
- }
1691
- .accordion-tab .icon {
1692
- align-self: flex-start;
1693
- }
1694
-
1695
- img {
1696
- max-width: 100%;
1697
- }
1698
-
1699
- .img-fullwidth {
1700
- margin: 0 -1.25rem;
1701
- width: 100vw;
1702
- min-width: 100vw;
1703
- height: 12.5rem;
1704
- object-fit: cover;
1705
- }
1706
-
1707
- .img-circle {
1708
- width: 100%;
1709
- border-radius: 50%;
1710
- width: 4rem;
1711
- height: 4rem;
1712
- display: flex;
1713
- overflow: hidden;
1714
- }
1715
- .img-circle img {
1716
- width: 100%;
1717
- height: 100%;
1718
- object-fit: cover;
1719
- border-radius: inherit;
1720
- }
1721
-
1722
- .img-bg {
1723
- content: "";
1724
- display: flex;
1725
- align-items: center;
1726
- justify-content: center;
1727
- height: 100%;
1728
- width: 100%;
1729
- position: absolute;
1730
- border-radius: inherit;
1731
- top: 0;
1732
- left: 0;
1733
- z-index: 0;
1734
- object-fit: cover;
1735
- }
1736
- .img-bg:not(img::before, img::after) {
1737
- content: "";
1738
- }
1739
-
1740
- .has-bg {
1741
- position: relative;
1742
- }
1743
- .has-bg > * {
1744
- z-index: 1;
1745
- }
1746
- .has-bg::after {
1747
- content: "";
1748
- display: flex;
1749
- align-items: center;
1750
- justify-content: center;
1751
- height: 100%;
1752
- width: 100%;
1753
- position: absolute;
1754
- border-radius: inherit;
1755
- top: 0;
1756
- left: 0;
1757
- z-index: 0;
1758
- }
1759
- .has-bg::after:not(img::before, img::after) {
1760
- content: "";
1761
- }
1762
- .has-bg > .img-bg {
1763
- z-index: 0;
1764
- position: absolute;
1765
- }
1766
- .has-bg::after {
1767
- background-color: hsla(var(--black-hs), var(--black-l), 0.5);
1768
- }
1769
-
1770
- .rounded-inherit {
1771
- border-radius: inherit;
1772
- }
1773
-
1774
- .sticky {
1775
- position: sticky;
1776
- position: -webkit-sticky;
1777
- }
1778
-
1779
- [class*=position-].left {
1780
- left: 0;
1781
- }
1782
- [class*=position-].right {
1783
- right: 0;
1784
- }
1785
- [class*=position-].top {
1786
- top: 0;
1787
- }
1788
- [class*=position-].bottom {
1789
- bottom: 0;
1790
- }
1791
- [class*=position-].all, [class*=position-].spread {
1792
- left: 0;
1793
- right: 0;
1794
- top: 0;
1795
- bottom: 0;
1796
- }
1797
-
1798
- [class*=float-] {
1799
- z-index: 1;
1800
- }
1801
-
1802
- .section,
1803
- section {
1804
- position: relative;
1805
- min-height: 100vh;
1806
- padding: 1.25rem;
1807
- }
1808
-
1809
- @media (min-width: 576px) {
1810
- .md-sticky {
1811
- position: sticky;
1812
- }
1813
- }
1814
- /* ABOVE <-- Tablets/Mini PC */
1815
- @media (min-width: 768px) {
1816
- .item-list .item > .value {
1817
- margin-left: 1rem;
1818
- text-align: right;
1819
- }
1820
-
1821
- .table-container .row .table-header {
1822
- display: none;
1823
- }
1824
- }
1825
- /* Tables/Mini PC <---> BELOW */
1826
- @media (max-width: 767.98px) {
1827
- .page-header,
1828
- .section-header {
1829
- padding: 0;
1830
- flex-wrap: wrap;
1831
- }
1832
- .page-header input[type=search],
1833
- .section-header input[type=search] {
1834
- width: 100%;
1835
- }
1836
- .page-header .tabs,
1837
- .section-header .tabs {
1838
- justify-content: space-between;
1839
- }
1840
-
1841
- .flex-container {
1842
- /* flex-direction: column; */
1843
- width: 100%;
1844
- }
1845
- .flex-container .btn {
1846
- width: 100%;
1847
- }
1848
-
1849
- .tabs {
1850
- padding: 1.25rem 0.125rem;
1851
- }
1852
- .tabs.overlap {
1853
- padding: 0;
1854
- }
1855
-
1856
- .table-container:not(.is-sticky) .row.table-header {
1857
- display: none;
1858
- }
1859
- .table-container.is-sticky .row .table-header {
1860
- display: none;
1861
- }
1862
- .table-container.is-sticky .row [class*=col] {
1863
- margin: 0;
1864
- }
1865
- .table-container > .row .table-header,
1866
- .table-container .scrollable > .row .table-header {
1867
- margin-right: 1rem;
1868
- }
1869
- .table-container > .row [class*=col],
1870
- .table-container .scrollable > .row [class*=col] {
1871
- flex-direction: row;
1872
- justify-content: flex-start;
1873
- margin: 0.5rem 0;
1874
- }
1875
- }
1876
- /* Mobile <---> BELOW */
1877
- @media (max-width: 575.98px) {
1878
- .card {
1879
- width: 100%;
1880
- }
1881
-
1882
- .item-list:not(.has-connector) {
1883
- gap: 1rem;
1884
- }
1885
- .item-list .item {
1886
- flex-direction: column;
1887
- gap: 0.5rem;
1888
- }
1889
-
1890
- .table-container td {
1891
- min-width: fit-content;
1892
- max-width: 75%;
1893
- }
1894
- }
1895
-
1896
- /*# sourceMappingURL=app.css.map */
1
+ /* Scrollbar - Start */
2
+ * {
3
+ scrollbar-color: hsl(var(--muted-hs), calc(var(--muted-l) + 40%)) transparent;
4
+ scrollbar-width: thin;
5
+ cursor: default;
6
+ /* word-break: break-word; */
7
+ }
8
+
9
+ ::-webkit-scrollbar {
10
+ -webkit-appearance: none;
11
+ appearance: none;
12
+ width: 0.25rem;
13
+ height: 0.25rem;
14
+ z-index: 1;
15
+ }
16
+
17
+ ::-webkit-scrollbar-corner {
18
+ display: none;
19
+ }
20
+
21
+ ::-webkit-scrollbar-thumb {
22
+ background-color: hsl(var(--muted-hs), calc(var(--muted-l) + 40%));
23
+ border-radius: 0;
24
+ }
25
+
26
+ ::-webkit-scrollbar-track {
27
+ background-color: transparent;
28
+ padding: 0.5rem;
29
+ }
30
+
31
+ ::-moz-selection {
32
+ color: var(--white);
33
+ background: hsl(var(--muted-hs), calc(var(--muted-l) + 20%));
34
+ }
35
+
36
+ ::selection {
37
+ color: var(--white);
38
+ background: hsl(var(--muted-hs), calc(var(--muted-l) + 20%));
39
+ }
40
+
41
+ /* Scrollbar - End */
42
+ body {
43
+ font-family: "Content", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
44
+ background-color: var(--background-color, --default-c, --white);
45
+ color: var(--default, --white-c);
46
+ font-size: var(--font-size);
47
+ font-weight: normal;
48
+ }
49
+
50
+ h1,
51
+ .h1, h2,
52
+ .h2, h3,
53
+ .h3, h4,
54
+ .h4, h5,
55
+ .h5, h6,
56
+ .h6, .title {
57
+ font-family: "Title", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
58
+ font-weight: bold;
59
+ font-size: var(--heading-size);
60
+ }
61
+
62
+ b {
63
+ font-weight: bold;
64
+ }
65
+
66
+ :disabled,
67
+ .disabled,
68
+ [disable] {
69
+ cursor: not-allowed;
70
+ filter: grayscale(0.8);
71
+ }
72
+
73
+ .bg-text,
74
+ .bg-text-color {
75
+ position: relative;
76
+ display: inline-flex;
77
+ }
78
+ .bg-text:hover::after,
79
+ .bg-text-color:hover::after {
80
+ opacity: 0.125;
81
+ }
82
+ .bg-text::after,
83
+ .bg-text-color::after {
84
+ content: "";
85
+ position: absolute;
86
+ top: 0;
87
+ left: 0;
88
+ background-color: currentColor;
89
+ opacity: 0.055;
90
+ height: 100%;
91
+ width: 100%;
92
+ border-radius: inherit;
93
+ z-index: 0;
94
+ }
95
+
96
+ .is-blur {
97
+ position: relative;
98
+ transition: background-color 0.5s;
99
+ }
100
+ .is-blur {
101
+ position: relative;
102
+ }
103
+ .is-blur > * {
104
+ /* position: relative; */
105
+ z-index: 1;
106
+ }
107
+ .is-blur::before {
108
+ content: "";
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: center;
112
+ height: 100%;
113
+ width: 100%;
114
+ position: absolute;
115
+ border-radius: inherit;
116
+ top: 0;
117
+ left: 0;
118
+ z-index: 0;
119
+ }
120
+ .is-blur::before:not(img::before, img::after) {
121
+ content: "";
122
+ }
123
+ .is-blur::before {
124
+ backdrop-filter: blur(10px);
125
+ }
126
+
127
+ .blur {
128
+ filter: blur(5px);
129
+ }
130
+
131
+ a,
132
+ .link {
133
+ color: var(--secondary);
134
+ cursor: pointer;
135
+ }
136
+ a:hover,
137
+ .link:hover {
138
+ color: hsla(var(--secondary-hs), calc(var(--secondary-l) - 10%));
139
+ }
140
+
141
+ a:not(.link) {
142
+ text-decoration: none;
143
+ }
144
+
145
+ .main-icon {
146
+ object-fit: contain;
147
+ width: 4rem;
148
+ height: 4rem;
149
+ }
150
+
151
+ .main-logo {
152
+ display: inline-flex;
153
+ width: 10rem;
154
+ max-width: 100%;
155
+ object-fit: contain;
156
+ }
157
+
158
+ .page-header {
159
+ padding: 1rem 1.5rem;
160
+ display: flex;
161
+ align-items: center;
162
+ position: relative;
163
+ z-index: 1;
164
+ }
165
+ .page-header.position-sticky, .page-header.sticky {
166
+ position: sticky !important;
167
+ top: 0;
168
+ left: 0;
169
+ }
170
+ .page-header .main-title {
171
+ margin-bottom: 0;
172
+ font-size: 125%;
173
+ }
174
+ .page-header img.main-title {
175
+ width: 10rem;
176
+ }
177
+
178
+ .flex-container {
179
+ display: flex;
180
+ flex-wrap: wrap;
181
+ /* align-items: flex-end; */
182
+ margin: 0.5rem 0;
183
+ gap: 0.5rem;
184
+ }
185
+ .flex-container > * {
186
+ /* align-self: flex-start; */
187
+ margin-bottom: 0;
188
+ }
189
+
190
+ .page-header {
191
+ margin: 1rem 0;
192
+ padding: 0 1rem;
193
+ display: flex;
194
+ align-items: center;
195
+ }
196
+ .page-header .page-title {
197
+ text-transform: capitalize;
198
+ margin-right: auto;
199
+ margin-bottom: 1rem;
200
+ color: var(--primary);
201
+ font-size: 200%;
202
+ font-weight: normal;
203
+ }
204
+ .page-header .button {
205
+ min-width: auto;
206
+ }
207
+
208
+ .section-header {
209
+ display: flex;
210
+ align-items: center;
211
+ margin: 1.5rem 0;
212
+ padding: 0 1.5rem;
213
+ }
214
+ .section-header.has-arrow::before {
215
+ content: attr(data-arrow-text);
216
+ display: inline-block;
217
+ margin-left: auto;
218
+ font-size: 75%;
219
+ order: 1;
220
+ }
221
+ .section-header.has-arrow::after {
222
+ content: "\f105";
223
+ font-family: "FontAwesome";
224
+ margin-left: 1rem;
225
+ order: 2;
226
+ font-size: 90%;
227
+ font-weight: normal;
228
+ }
229
+ .section-header .section-title {
230
+ margin-right: auto;
231
+ margin-bottom: 1rem;
232
+ font-weight: normal;
233
+ color: var(--primary);
234
+ }
235
+ .section-header .button {
236
+ min-width: auto;
237
+ }
238
+
239
+ .row > [class*=col] {
240
+ margin-bottom: 1em;
241
+ }
242
+ .row > [class*=col] + [class*=col] {
243
+ margin-top: 0;
244
+ }
245
+ .row > [class*=col] .card {
246
+ height: 100%;
247
+ }
248
+
249
+ .icon {
250
+ display: flex;
251
+ align-items: center;
252
+ justify-content: center;
253
+ }
254
+
255
+ .icon-container {
256
+ display: flex;
257
+ align-items: center;
258
+ justify-content: center;
259
+ }
260
+ .icon-container:not(.h) {
261
+ flex-direction: column;
262
+ }
263
+ .icon-container:not(.h) .icon {
264
+ margin: 0.5rem 0;
265
+ }
266
+ .icon-container.h .icon {
267
+ margin: 0 0.5rem;
268
+ }
269
+ .icon-container .icon {
270
+ font-size: 150%;
271
+ }
272
+
273
+ [class*=sq-] {
274
+ display: flex;
275
+ align-items: center;
276
+ justify-content: center;
277
+ flex: unset;
278
+ padding: 0;
279
+ /* margin: auto; */
280
+ }
281
+ [class*=sq-]:not(.h) {
282
+ flex-direction: column;
283
+ }
284
+ [class*=sq-] img {
285
+ object-fit: contain;
286
+ width: 100%;
287
+ }
288
+
289
+ hr {
290
+ border-top-color: currentColor;
291
+ opacity: 0.5;
292
+ }
293
+
294
+ hr[class*=s-]:not(.default) {
295
+ background-color: transparent !important;
296
+ margin: 0;
297
+ border: 0;
298
+ }
299
+
300
+ .s-sm {
301
+ padding: 0.25rem;
302
+ }
303
+
304
+ .s-1 {
305
+ padding: 0.5rem;
306
+ }
307
+
308
+ .s-2 {
309
+ padding: 0.75rem;
310
+ }
311
+
312
+ .s-3 {
313
+ padding: 1.5rem;
314
+ }
315
+
316
+ .s-4 {
317
+ padding: 2.5rem;
318
+ }
319
+
320
+ .s-5 {
321
+ padding: 5rem;
322
+ }
323
+
324
+ .dropdown-menu-right .dropdown-menu {
325
+ transform: translate(-100%, 0);
326
+ }
327
+
328
+ .dropdown-menu {
329
+ min-width: 12.5rem;
330
+ padding: 0;
331
+ border-radius: 0.5rem;
332
+ box-shadow: var(--card-shadow);
333
+ }
334
+ .dropdown-menu > :first-child {
335
+ border-top-left-radius: inherit;
336
+ border-top-right-radius: inherit;
337
+ }
338
+ .dropdown-menu > :last-child {
339
+ border-bottom-left-radius: inherit;
340
+ border-bottom-right-radius: inherit;
341
+ }
342
+ .dropdown-menu .dropdown-header {
343
+ font-size: unset;
344
+ }
345
+ .dropdown-menu .dropdown-item {
346
+ padding: 0.75rem 1.25rem;
347
+ margin: 0;
348
+ }
349
+
350
+ input .input,
351
+ *:not(.input) > .input {
352
+ /* background-color: transparent; */
353
+ /* margin: 0.25rem 0 1rem; */
354
+ border-radius: 0.25rem;
355
+ border: 1px solid currentColor;
356
+ /* width: 100%; */
357
+ }
358
+ input .input:not(.has-addon),
359
+ *:not(.input) > .input:not(.has-addon) {
360
+ /* align-self: stretch; */
361
+ padding: 0.5rem 1rem;
362
+ }
363
+ input .input.has-error,
364
+ *:not(.input) > .input.has-error {
365
+ border: 1px solid var(--danger);
366
+ }
367
+
368
+ input,
369
+ textarea {
370
+ opacity: 0.75;
371
+ }
372
+ input:focus,
373
+ textarea:focus {
374
+ opacity: 1;
375
+ }
376
+ input::placeholder, input:-ms-input-placeholder, input::-ms-input-placeholder, input:-moz-input-placeholder, input::-moz-input-placeholder, input:-webkit-input-placeholder, input::-webkit-input-placeholder,
377
+ textarea::placeholder,
378
+ textarea:-ms-input-placeholder,
379
+ textarea::-ms-input-placeholder,
380
+ textarea:-moz-input-placeholder,
381
+ textarea::-moz-input-placeholder,
382
+ textarea:-webkit-input-placeholder,
383
+ textarea::-webkit-input-placeholder {
384
+ display: none;
385
+ color: currentColor;
386
+ opacity: 0.75;
387
+ }
388
+
389
+ ul {
390
+ list-style: none;
391
+ padding-left: 0;
392
+ }
393
+
394
+ label {
395
+ cursor: pointer;
396
+ }
397
+ label.radio, label.radio-container, label.checkbox, label.checkbox-container {
398
+ display: flex;
399
+ align-items: center;
400
+ margin: 1rem 0;
401
+ }
402
+ label.radio .label > *, label.radio-container .label > *, label.checkbox .label > *, label.checkbox-container .label > * {
403
+ margin-bottom: 0;
404
+ }
405
+ label.radio + .radio,
406
+ label.radio + .checkbox, label.radio-container + .radio,
407
+ label.radio-container + .checkbox, label.checkbox + .radio,
408
+ label.checkbox + .checkbox, label.checkbox-container + .radio,
409
+ label.checkbox-container + .checkbox {
410
+ margin-top: 1rem;
411
+ }
412
+ label input ~ .label.off {
413
+ order: -1;
414
+ }
415
+ label .active,
416
+ label input:not(:checked) ~ .label.off,
417
+ label input:checked ~ .label:not(.off) {
418
+ color: var(--secondary);
419
+ font-weight: bold;
420
+ }
421
+ label input[type=radio],
422
+ label input[type=checkbox] {
423
+ margin: 0 0.5rem;
424
+ }
425
+
426
+ .bg-primary input[type=checkbox]::before {
427
+ background-color: hsl(var(--muted-hs), calc(var(--muted-l) + 10));
428
+ }
429
+
430
+ input {
431
+ /* &.phone,
432
+ &[type=phone],
433
+ &[type=password] {
434
+ letter-spacing: 2px;
435
+ } */
436
+ }
437
+ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
438
+ -webkit-appearance: none;
439
+ margin: 0;
440
+ }
441
+ input[type=number] {
442
+ -moz-appearance: textfield;
443
+ }
444
+ input[type=checkbox] {
445
+ position: relative;
446
+ -webkit-appearance: none;
447
+ appearance: none;
448
+ border: none;
449
+ width: 2rem;
450
+ min-width: 2rem;
451
+ height: 1rem;
452
+ padding: 0;
453
+ margin: 0;
454
+ border-radius: 0.5rem;
455
+ background-color: hsla(var(--white-hs), var(--white-l), 0.5);
456
+ color: unset;
457
+ opacity: 1;
458
+ }
459
+ input[type=checkbox]::before {
460
+ content: "";
461
+ display: block;
462
+ height: 100%;
463
+ width: 100%;
464
+ opacity: 0.275;
465
+ background-color: currentColor;
466
+ border-radius: inherit;
467
+ transition: width 0.25s ease, opacity 0.25s;
468
+ }
469
+ input[type=checkbox]::after {
470
+ content: "";
471
+ display: block;
472
+ position: absolute;
473
+ top: 50%;
474
+ left: 0;
475
+ width: 1rem;
476
+ height: 1rem;
477
+ padding: 0.25rem;
478
+ background-color: currentColor;
479
+ border-radius: 50%;
480
+ transform: translate(0, -50%);
481
+ transition: left 0.25s ease, transform 0.25s ease;
482
+ }
483
+ input[type=checkbox]:checked::before {
484
+ opacity: 0.575;
485
+ }
486
+ input[type=checkbox]:checked::after {
487
+ left: 100%;
488
+ transform: translate(-100%, -50%);
489
+ }
490
+ input[type=checkbox].default {
491
+ -webkit-appearance: checkbox;
492
+ appearance: checkbox;
493
+ }
494
+ input[type=checkbox].default::after, input[type=checkbox].default::before {
495
+ content: unset;
496
+ }
497
+ input[type=checkbox].switch::before {
498
+ position: absolute;
499
+ left: 0;
500
+ top: 50%;
501
+ height: 50%;
502
+ transform: translateY(-50%);
503
+ }
504
+ input[type=radio] {
505
+ position: relative;
506
+ -webkit-appearance: none;
507
+ appearance: none;
508
+ color: inherit;
509
+ background-color: transparent;
510
+ border: 0.125rem solid currentColor;
511
+ border-radius: 50%;
512
+ display: inline-block;
513
+ justify-content: center;
514
+ align-items: center;
515
+ width: 1rem !important;
516
+ min-width: 1rem;
517
+ height: 1rem;
518
+ min-height: 1rem;
519
+ padding: 0.125rem !important;
520
+ margin: 0;
521
+ }
522
+ input[type=radio]::after {
523
+ content: "";
524
+ display: block;
525
+ background-color: currentColor;
526
+ opacity: 0;
527
+ width: 100%;
528
+ /* flex: 1; */
529
+ height: 100%;
530
+ border-radius: inherit;
531
+ transition: opacity 0.25s ease-in;
532
+ }
533
+ input[type=radio]:hover::after {
534
+ opacity: 0.25;
535
+ }
536
+ input[type=radio]:checked::after {
537
+ opacity: 1;
538
+ }
539
+ input[type=search] {
540
+ min-width: 22.5%;
541
+ }
542
+ input[type=file] {
543
+ display: none;
544
+ }
545
+
546
+ .input {
547
+ display: flex;
548
+ align-items: center;
549
+ }
550
+ .input.has-addon input,
551
+ .input.has-addon .input,
552
+ .input.has-addon .addon {
553
+ padding: 0.5rem 1rem;
554
+ margin: 0;
555
+ }
556
+ .input .addon {
557
+ display: flex;
558
+ align-items: center;
559
+ justify-content: center;
560
+ border-radius: inherit !important;
561
+ /* font-weight: bold; */
562
+ align-self: stretch;
563
+ min-width: unset;
564
+ }
565
+ .input .addon:not(:last-child) {
566
+ border-top-right-radius: 0 !important;
567
+ border-bottom-right-radius: 0 !important;
568
+ }
569
+ .input .addon:not(:first-child) {
570
+ border-top-left-radius: 0 !important;
571
+ border-bottom-left-radius: 0 !important;
572
+ }
573
+ .input.file {
574
+ border-style: dashed;
575
+ text-align: center;
576
+ }
577
+ .input.file::before {
578
+ content: attr(data-placeholder);
579
+ display: block;
580
+ width: 100%;
581
+ }
582
+ .input.p-0 {
583
+ padding: 0;
584
+ }
585
+ .input.p-0 select {
586
+ padding: 0.75rem 1.25rem;
587
+ }
588
+ .input input,
589
+ .input .input,
590
+ .input select {
591
+ border: none;
592
+ width: 100%;
593
+ background-color: transparent;
594
+ }
595
+
596
+ option[disabled]:first-of-type {
597
+ display: none;
598
+ }
599
+
600
+ .h-group {
601
+ flex-wrap: wrap;
602
+ }
603
+ .h-group label {
604
+ width: 100%;
605
+ }
606
+
607
+ .checkbox-group {
608
+ display: flex;
609
+ justify-content: space-around;
610
+ align-items: center;
611
+ text-transform: capitalize;
612
+ flex-wrap: wrap;
613
+ padding: 1rem;
614
+ }
615
+ .checkbox-group label {
616
+ display: flex;
617
+ align-items: center;
618
+ }
619
+ .checkbox-group label + label, .checkbox-group > input[type=checkbox] + input[type=checkbox] {
620
+ margin-top: 1rem;
621
+ }
622
+
623
+ .radio-group {
624
+ display: flex;
625
+ justify-content: space-around;
626
+ align-items: center;
627
+ text-transform: capitalize;
628
+ border-radius: 0.25rem;
629
+ padding: 1rem;
630
+ margin-bottom: 1rem;
631
+ }
632
+ .radio-group.h-group::before {
633
+ left: unset;
634
+ right: 1rem;
635
+ }
636
+ .radio-group::before {
637
+ content: attr(data-label);
638
+ display: block;
639
+ position: absolute;
640
+ padding: 0.5rem;
641
+ left: 1rem;
642
+ top: 0;
643
+ transform: translateY(-50%);
644
+ background-color: inherit;
645
+ }
646
+ .radio-group label {
647
+ display: flex;
648
+ align-items: center;
649
+ }
650
+
651
+ .input-container {
652
+ display: block;
653
+ position: relative;
654
+ width: 100%;
655
+ /* margin-bottom: 1rem; */
656
+ text-align: left;
657
+ }
658
+ .input-container input + input, .input-container + .input-container {
659
+ margin-top: 0.5rem;
660
+ }
661
+ .input-container:has(input:invalid) {
662
+ color: var(--danger);
663
+ }
664
+ .input-container:has(input:focus:empty)::before,
665
+ .input-container:has(input:focus:empty) .label, .input-container:has(input:focus:placeholder-shown)::before,
666
+ .input-container:has(input:focus:placeholder-shown) .label {
667
+ background-color: var(--primary);
668
+ }
669
+ .input-container::before,
670
+ .input-container .label {
671
+ content: attr(data-label);
672
+ display: block;
673
+ font-weight: bold;
674
+ font-size: 80%;
675
+ /* text-transform: capitalize; */
676
+ margin-bottom: 0.25rem;
677
+ padding-left: 1rem;
678
+ opacity: 0.75;
679
+ }
680
+ .input-container::after,
681
+ .input-container .hint {
682
+ content: attr(data-hint);
683
+ display: none;
684
+ width: 100%;
685
+ padding: 0.25rem;
686
+ font-size: 80%;
687
+ }
688
+ .input-container.has-error::after,
689
+ .input-container.has-error .hint, .input-container.has-warning::after,
690
+ .input-container.has-warning .hint, .input-container.show-hint::after,
691
+ .input-container.show-hint .hint {
692
+ display: block;
693
+ }
694
+ .input-container.has-error::after,
695
+ .input-container.has-error .hint {
696
+ font-weight: bold;
697
+ color: var(--danger);
698
+ }
699
+ .input-container.has-error .addon {
700
+ background-color: var(--danger) !important;
701
+ color: var(--white) !important;
702
+ }
703
+ .input-container.has-error > input,
704
+ .input-container.has-error > .input {
705
+ border: 1px solid var(--danger);
706
+ }
707
+ .input-container.has-warning::after,
708
+ .input-container.has-warning .hint {
709
+ /* font-weight: bold; */
710
+ color: var(--warning);
711
+ }
712
+ .input-container.has-warning input,
713
+ .input-container.has-warning .input {
714
+ border: 1px solid var(--warning);
715
+ }
716
+ .input-container.has-info::after,
717
+ .input-container.has-info .hint {
718
+ color: var(--info);
719
+ }
720
+ .input-container input,
721
+ .input-container .input {
722
+ width: 100%;
723
+ /* margin-bottom: 0; */
724
+ }
725
+
726
+ .progress {
727
+ position: relative;
728
+ background-color: transparent;
729
+ }
730
+ .progress {
731
+ position: relative;
732
+ }
733
+ .progress > * {
734
+ /* position: relative; */
735
+ z-index: 1;
736
+ }
737
+ .progress::before {
738
+ content: "";
739
+ display: flex;
740
+ align-items: center;
741
+ justify-content: center;
742
+ height: 100%;
743
+ width: 100%;
744
+ position: absolute;
745
+ border-radius: inherit;
746
+ top: 0;
747
+ left: 0;
748
+ z-index: 0;
749
+ }
750
+ .progress::before:not(img::before, img::after) {
751
+ content: "";
752
+ }
753
+ .progress::before {
754
+ opacity: 0.75;
755
+ }
756
+ .progress.bar {
757
+ position: relative;
758
+ }
759
+ .progress.bar > * {
760
+ z-index: 1;
761
+ }
762
+ .progress.bar::after {
763
+ content: "";
764
+ display: flex;
765
+ align-items: center;
766
+ justify-content: center;
767
+ height: 100%;
768
+ width: 100%;
769
+ position: absolute;
770
+ border-radius: inherit;
771
+ top: 0;
772
+ left: 0;
773
+ z-index: 0;
774
+ }
775
+ .progress.bar::after:not(img::before, img::after) {
776
+ content: "";
777
+ }
778
+ .progress.bar::after {
779
+ background-color: currentColor;
780
+ transition: width 0.5s;
781
+ }
782
+ .progress.dotted {
783
+ display: flex;
784
+ min-width: 25%;
785
+ list-style: none;
786
+ position: relative;
787
+ align-items: center;
788
+ justify-content: space-between;
789
+ overflow: hidden;
790
+ gap: 0.125rem;
791
+ /* border-radius: 5rem; */
792
+ }
793
+ .progress.dotted {
794
+ position: relative;
795
+ }
796
+ .progress.dotted > * {
797
+ /* position: relative; */
798
+ z-index: 1;
799
+ }
800
+ .progress.dotted::before {
801
+ content: "";
802
+ display: flex;
803
+ align-items: center;
804
+ justify-content: center;
805
+ height: 100%;
806
+ width: 100%;
807
+ position: absolute;
808
+ border-radius: inherit;
809
+ top: 0;
810
+ left: 0;
811
+ z-index: 0;
812
+ }
813
+ .progress.dotted::before:not(img::before, img::after) {
814
+ content: "";
815
+ }
816
+ .progress.dotted::before {
817
+ opacity: 0.125;
818
+ background-color: currentColor;
819
+ }
820
+ .progress.dotted .dot,
821
+ .progress.dotted .item {
822
+ background-color: currentColor;
823
+ border-radius: 50%;
824
+ width: 0.5rem;
825
+ height: 0.5rem;
826
+ z-index: 1;
827
+ position: relative;
828
+ }
829
+ .progress.dotted .dot + :is(.dot, .item),
830
+ .progress.dotted .item + :is(.dot, .item) {
831
+ margin-left: 0.5rem;
832
+ }
833
+ .progress.dotted .dot.active ~ :is(.dot, .item),
834
+ .progress.dotted .item.active ~ :is(.dot, .item) {
835
+ opacity: 0.5;
836
+ }
837
+
838
+ .tabs {
839
+ position: relative;
840
+ margin-bottom: 1rem;
841
+ display: flex;
842
+ overflow-x: scroll;
843
+ flex-wrap: nowrap;
844
+ /* align-items: center; */
845
+ width: 100%;
846
+ padding: 0.125rem 1.25rem;
847
+ gap: 0.5rem;
848
+ /* z-index: 1; */
849
+ }
850
+ .tabs > .tab {
851
+ display: inline-flex;
852
+ align-items: center;
853
+ justify-content: center;
854
+ text-transform: capitalize;
855
+ padding: 0.25rem;
856
+ border: none;
857
+ border-radius: 0.25rem;
858
+ /* font-weight: bold; */
859
+ min-width: 5rem;
860
+ flex: 0 0 auto;
861
+ transition: background-color 0.25s;
862
+ z-index: 1;
863
+ }
864
+ .tabs.pills > .tab {
865
+ border-radius: 5rem;
866
+ }
867
+ .tabs .tabs.md, .tabs .tabs.overlap, .tabs .tabs.no-scrollbar {
868
+ scrollbar-width: 0;
869
+ margin-bottom: 0;
870
+ }
871
+ .tabs .tabs.md::-webkit-scrollbar, .tabs .tabs.overlap::-webkit-scrollbar, .tabs .tabs.no-scrollbar::-webkit-scrollbar {
872
+ width: 0;
873
+ }
874
+ .tabs.overlap {
875
+ position: relative;
876
+ }
877
+ .tabs.overlap > * {
878
+ z-index: 1;
879
+ }
880
+ .tabs.overlap::after {
881
+ content: "";
882
+ display: flex;
883
+ align-items: center;
884
+ justify-content: center;
885
+ height: 100%;
886
+ width: 100%;
887
+ position: absolute;
888
+ border-radius: inherit;
889
+ top: 0;
890
+ left: 0;
891
+ z-index: 0;
892
+ }
893
+ .tabs.overlap::after:not(img::before, img::after) {
894
+ content: "";
895
+ }
896
+ .tabs.overlap::after {
897
+ background-color: inherit;
898
+ }
899
+ .tabs.md .tab {
900
+ background-color: transparent !important;
901
+ }
902
+ .tabs.md .tab.active {
903
+ border-bottom: medium solid;
904
+ }
905
+ .tabs.md > .tab, .tabs.overlap > .tab {
906
+ margin-bottom: 0;
907
+ border-bottom-left-radius: 0;
908
+ border-bottom-right-radius: 0;
909
+ padding: 0.25rem 0.5rem;
910
+ }
911
+ .tabs.md > .tab .label, .tabs.overlap > .tab .label {
912
+ margin: 0.5rem;
913
+ }
914
+
915
+ .tabs-container .tabs .tab {
916
+ position: relative;
917
+ }
918
+ .tabs-container .tabs .tab::before, .tabs-container .tabs .tab::after {
919
+ content: "";
920
+ position: absolute;
921
+ height: 5%;
922
+ width: 5%;
923
+ bottom: -1px;
924
+ }
925
+ .tabs-container .tabs .tab::before {
926
+ left: 0;
927
+ transform: translateX(-100%);
928
+ border-top-left-radius: 5%;
929
+ }
930
+ .tabs-container .tabs .tab::after {
931
+ right: 0;
932
+ transform: translateX(100%);
933
+ border-top-left-radius: 5%;
934
+ }
935
+ .border-dashed {
936
+ border-style: dashed !important;
937
+ }
938
+ .border-current {
939
+ border-color: currentColor !important;
940
+ }
941
+
942
+ .badge {
943
+ display: inline-flex;
944
+ align-items: center;
945
+ border-radius: 0.25rem;
946
+ padding: 0.25rem 0.75rem;
947
+ font-size: 80%;
948
+ letter-spacing: 1px;
949
+ text-transform: capitalize;
950
+ }
951
+
952
+ .button-group,
953
+ .button-group-vertical {
954
+ border-radius: 0.5rem;
955
+ }
956
+
957
+ .button {
958
+ position: relative;
959
+ padding: 0.25rem 1.5rem;
960
+ font-size: 120%;
961
+ /* font-weight: bold; */
962
+ min-width: 7.5rem;
963
+ display: inline-flex;
964
+ gap: 0.5rem;
965
+ justify-content: center;
966
+ align-items: center;
967
+ /* border: none; */
968
+ }
969
+ .button:focus {
970
+ outline: 1px solid hsl(var(--secondary-hs), calc(var(--secondary-l) + 50%));
971
+ }
972
+ .button.button-block {
973
+ width: 100%;
974
+ }
975
+ .button.button-circle {
976
+ width: 3rem;
977
+ height: 3rem;
978
+ display: inline-flex;
979
+ min-width: unset !important;
980
+ padding: 0.5rem;
981
+ align-items: center;
982
+ justify-content: center;
983
+ border-radius: 50%;
984
+ }
985
+ .button.button-circle.button-sm {
986
+ width: 2rem;
987
+ height: 2rem;
988
+ }
989
+ .button.button-lg {
990
+ font-size: 150%;
991
+ padding: 0.5rem 1.25rem;
992
+ min-width: 10rem;
993
+ }
994
+ .button.button-sm {
995
+ font-size: 80%;
996
+ }
997
+ .button.button-xs {
998
+ font-size: 75%;
999
+ padding: 0.125rem 0.5rem;
1000
+ min-width: 5rem;
1001
+ }
1002
+ .button.button-block + .button {
1003
+ margin-top: 0.5rem;
1004
+ }
1005
+
1006
+ .button-group {
1007
+ /* margin: 1rem 0; */
1008
+ align-items: stretch;
1009
+ }
1010
+ .button-group.no-rounded .button {
1011
+ border-radius: 0;
1012
+ }
1013
+ .button-group .button {
1014
+ border-radius: inherit;
1015
+ align-self: stretch;
1016
+ margin: 0;
1017
+ min-width: unset;
1018
+ flex: 1 1 100%;
1019
+ }
1020
+
1021
+ .button-group-vertical .button {
1022
+ border-radius: inherit;
1023
+ }
1024
+
1025
+ table {
1026
+ border-collapse: separate;
1027
+ border-spacing: 0;
1028
+ width: 100%;
1029
+ }
1030
+
1031
+ .table-container {
1032
+ display: flex;
1033
+ flex-direction: column;
1034
+ padding: 0 0 1rem;
1035
+ gap: 1rem;
1036
+ width: 100%;
1037
+ overflow: scroll;
1038
+ scrollbar-width: medium;
1039
+ }
1040
+ .table-container::-webkit-scrollbar {
1041
+ height: 0.5rem;
1042
+ }
1043
+ .table-container.compact {
1044
+ font-size: 90%;
1045
+ }
1046
+ .table-container.compact thead,
1047
+ .table-container.compact .table-header {
1048
+ font-weight: normal;
1049
+ }
1050
+ .table-container.compact tr,
1051
+ .table-container.compact > .row {
1052
+ background-color: inherit !important;
1053
+ }
1054
+ .table-container.compact tr + tr, .table-container.compact tr + .row,
1055
+ .table-container.compact > .row + tr,
1056
+ .table-container.compact > .row + .row {
1057
+ border-top: 0.5px solid;
1058
+ }
1059
+ .table-container.compact tr td,
1060
+ .table-container.compact tr th,
1061
+ .table-container.compact tr [class*=col],
1062
+ .table-container.compact > .row td,
1063
+ .table-container.compact > .row th,
1064
+ .table-container.compact > .row [class*=col] {
1065
+ padding: 0.25rem;
1066
+ }
1067
+ .table-container .sticky {
1068
+ /* &::after {
1069
+ content: '';
1070
+ display: block;
1071
+ box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.5);
1072
+ width: 5%;
1073
+ top: 0;
1074
+ bottom: 0;
1075
+ right: 0;
1076
+ position: absolute;
1077
+ border-right: thin solid var(--border-color)
1078
+ } */
1079
+ }
1080
+ .table-container .row {
1081
+ flex-wrap: nowrap;
1082
+ }
1083
+ .table-container thead th {
1084
+ min-width: 15vw;
1085
+ }
1086
+ .table-container thead,
1087
+ .table-container .table-header {
1088
+ position: sticky;
1089
+ /* color: hsl(var(--secondary-hs), calc(var(--secondary-l) + 10%)); */
1090
+ font-weight: bold;
1091
+ width: fit-content;
1092
+ top: 0;
1093
+ bottom: 0;
1094
+ z-index: 1;
1095
+ }
1096
+ .table-container thead.sticky-header th,
1097
+ .table-container .table-header.sticky-header th {
1098
+ position: sticky;
1099
+ position: -webkit-sticky;
1100
+ top: 0;
1101
+ bottom: 0;
1102
+ z-index: 2;
1103
+ }
1104
+ .table-container thead.sticky-header th.sticky,
1105
+ .table-container .table-header.sticky-header th.sticky {
1106
+ z-index: 3;
1107
+ }
1108
+ .table-container tr,
1109
+ .table-container > .row,
1110
+ .table-container .scrollable > .row {
1111
+ position: relative;
1112
+ border-radius: 0.5rem;
1113
+ margin: 0 0 0.25rem;
1114
+ width: 100%;
1115
+ background-color: inherit;
1116
+ z-index: 0;
1117
+ }
1118
+ .table-container tr [class*=col],
1119
+ .table-container > .row [class*=col],
1120
+ .table-container .scrollable > .row [class*=col] {
1121
+ display: flex;
1122
+ }
1123
+ .table-container tr td,
1124
+ .table-container tr th,
1125
+ .table-container tr [class*=col],
1126
+ .table-container > .row td,
1127
+ .table-container > .row th,
1128
+ .table-container > .row [class*=col],
1129
+ .table-container .scrollable > .row td,
1130
+ .table-container .scrollable > .row th,
1131
+ .table-container .scrollable > .row [class*=col] {
1132
+ margin-bottom: 0;
1133
+ padding: 1rem;
1134
+ background-color: inherit;
1135
+ border-radius: 0;
1136
+ word-break: break-word;
1137
+ /* min-width: 12.5%; */
1138
+ }
1139
+ .table-container tr td:first-of-type,
1140
+ .table-container tr th:first-of-type,
1141
+ .table-container tr [class*=col]:first-of-type,
1142
+ .table-container > .row td:first-of-type,
1143
+ .table-container > .row th:first-of-type,
1144
+ .table-container > .row [class*=col]:first-of-type,
1145
+ .table-container .scrollable > .row td:first-of-type,
1146
+ .table-container .scrollable > .row th:first-of-type,
1147
+ .table-container .scrollable > .row [class*=col]:first-of-type {
1148
+ border-top-left-radius: inherit;
1149
+ border-bottom-left-radius: inherit;
1150
+ }
1151
+ .table-container tr td:last-of-type,
1152
+ .table-container tr th:last-of-type,
1153
+ .table-container tr [class*=col]:last-of-type,
1154
+ .table-container > .row td:last-of-type,
1155
+ .table-container > .row th:last-of-type,
1156
+ .table-container > .row [class*=col]:last-of-type,
1157
+ .table-container .scrollable > .row td:last-of-type,
1158
+ .table-container .scrollable > .row th:last-of-type,
1159
+ .table-container .scrollable > .row [class*=col]:last-of-type {
1160
+ border-top-right-radius: inherit;
1161
+ border-bottom-right-radius: inherit;
1162
+ }
1163
+ .table-container tr td.sticky, .table-container tr td.md-sticky,
1164
+ .table-container tr th.sticky,
1165
+ .table-container tr th.md-sticky,
1166
+ .table-container tr [class*=col].sticky,
1167
+ .table-container tr [class*=col].md-sticky,
1168
+ .table-container > .row td.sticky,
1169
+ .table-container > .row td.md-sticky,
1170
+ .table-container > .row th.sticky,
1171
+ .table-container > .row th.md-sticky,
1172
+ .table-container > .row [class*=col].sticky,
1173
+ .table-container > .row [class*=col].md-sticky,
1174
+ .table-container .scrollable > .row td.sticky,
1175
+ .table-container .scrollable > .row td.md-sticky,
1176
+ .table-container .scrollable > .row th.sticky,
1177
+ .table-container .scrollable > .row th.md-sticky,
1178
+ .table-container .scrollable > .row [class*=col].sticky,
1179
+ .table-container .scrollable > .row [class*=col].md-sticky {
1180
+ left: 0;
1181
+ right: 0;
1182
+ z-index: 1;
1183
+ /* &::after {
1184
+ content: '';
1185
+ display: block;
1186
+ box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.5);
1187
+ width: 5%;
1188
+ top: 0;
1189
+ bottom: 0;
1190
+ right: 0;
1191
+ position: absolute;
1192
+ border-right: thin solid var(--border-color);
1193
+ } */
1194
+ }
1195
+ .table-container tr td.text-truncate,
1196
+ .table-container tr th.text-truncate,
1197
+ .table-container tr [class*=col].text-truncate,
1198
+ .table-container > .row td.text-truncate,
1199
+ .table-container > .row th.text-truncate,
1200
+ .table-container > .row [class*=col].text-truncate,
1201
+ .table-container .scrollable > .row td.text-truncate,
1202
+ .table-container .scrollable > .row th.text-truncate,
1203
+ .table-container .scrollable > .row [class*=col].text-truncate {
1204
+ /* max-width: 15vw; */
1205
+ }
1206
+ .table-container tr td p,
1207
+ .table-container tr th p,
1208
+ .table-container tr [class*=col] p,
1209
+ .table-container > .row td p,
1210
+ .table-container > .row th p,
1211
+ .table-container > .row [class*=col] p,
1212
+ .table-container .scrollable > .row td p,
1213
+ .table-container .scrollable > .row th p,
1214
+ .table-container .scrollable > .row [class*=col] p {
1215
+ margin-bottom: 0;
1216
+ }
1217
+ .table-container tr .table-badge,
1218
+ .table-container > .row .table-badge,
1219
+ .table-container .scrollable > .row .table-badge {
1220
+ position: absolute;
1221
+ top: 0;
1222
+ right: 1rem;
1223
+ transform: translateY(-50%);
1224
+ }
1225
+
1226
+ /* Modal Backdrop - Start */
1227
+ .modal-backdrop .show {
1228
+ opacity: 0.25;
1229
+ }
1230
+
1231
+ /* Modal Close Button - End */
1232
+ /* Scrollable Container - Start */
1233
+ .scroll-container {
1234
+ position: relative;
1235
+ display: flex;
1236
+ flex-direction: column;
1237
+ height: 100%;
1238
+ overflow: hidden;
1239
+ }
1240
+
1241
+ .scrollable {
1242
+ position: relative;
1243
+ height: 100%;
1244
+ /* flex: 1 1 auto; */
1245
+ overflow-y: scroll;
1246
+ overflow-x: hidden;
1247
+ }
1248
+ .scrollable.h {
1249
+ display: flex;
1250
+ flex-direction: row;
1251
+ width: 100%;
1252
+ flex-wrap: nowrap;
1253
+ justify-content: space-between;
1254
+ overflow-x: scroll;
1255
+ overflow-y: hidden;
1256
+ }
1257
+
1258
+ /* Scrollable Container - End */
1259
+ .overflow-hidden {
1260
+ overflow: hidden;
1261
+ }
1262
+
1263
+ .flex-none {
1264
+ flex: unset;
1265
+ }
1266
+
1267
+ .flex-center {
1268
+ display: flex;
1269
+ align-items: center;
1270
+ justify-content: center;
1271
+ }
1272
+ .flex-center:not(.h) {
1273
+ flex-direction: column;
1274
+ }
1275
+
1276
+ .flex-align-center {
1277
+ display: flex;
1278
+ }
1279
+ .flex-align-center.h {
1280
+ align-items: center;
1281
+ }
1282
+ .flex-align-center:not(.h) {
1283
+ flex-direction: column;
1284
+ justify-content: center;
1285
+ }
1286
+
1287
+ .flex-start {
1288
+ display: flex;
1289
+ justify-content: start;
1290
+ align-items: start;
1291
+ }
1292
+
1293
+ .flex-item,
1294
+ .flex-card {
1295
+ position: relative;
1296
+ display: flex;
1297
+ flex-direction: row;
1298
+ align-items: center;
1299
+ /* overflow: hidden; */
1300
+ }
1301
+ .flex-item.flex-card,
1302
+ .flex-card.flex-card {
1303
+ border: 1px solid var(--border-color);
1304
+ border-radius: 0.5rem;
1305
+ background-clip: border-box;
1306
+ }
1307
+ .flex-item.flex-card [class*=bg-],
1308
+ .flex-card.flex-card [class*=bg-] {
1309
+ border: none;
1310
+ }
1311
+ .flex-item.flex-card.has-bg::before,
1312
+ .flex-item.flex-card .bg-svg,
1313
+ .flex-card.flex-card.has-bg::before,
1314
+ .flex-card.flex-card .bg-svg {
1315
+ content: "";
1316
+ display: block;
1317
+ position: absolute;
1318
+ height: 100%;
1319
+ width: 100%;
1320
+ background-color: inherit;
1321
+ z-index: 0;
1322
+ }
1323
+ .flex-item.flex-card .bg-svg,
1324
+ .flex-card.flex-card .bg-svg {
1325
+ -webkit-mask-image: url("/assets/bg/flex-card-bg-icons.svg");
1326
+ mask-image: url("/assets/bg/flex-card-bg-icons.svg");
1327
+ }
1328
+ .flex-item .img,
1329
+ .flex-item .icon,
1330
+ .flex-card .img,
1331
+ .flex-card .icon {
1332
+ position: relative;
1333
+ display: flex;
1334
+ flex-direction: column;
1335
+ align-self: stretch;
1336
+ justify-content: center;
1337
+ object-fit: cover;
1338
+ text-align: center;
1339
+ font-size: 200%;
1340
+ z-index: 1;
1341
+ }
1342
+ .flex-item .img,
1343
+ .flex-card .img {
1344
+ flex: 1 1 40%;
1345
+ width: 40%;
1346
+ border-radius: inherit;
1347
+ }
1348
+ .flex-item .icon,
1349
+ .flex-card .icon {
1350
+ flex: 1 1 25%;
1351
+ width: 25%;
1352
+ /* padding-left: 0.75rem; */
1353
+ /* font-weight: bold; */
1354
+ }
1355
+ .flex-item .addon,
1356
+ .flex-card .addon {
1357
+ align-self: stretch;
1358
+ flex: 1 1 25%;
1359
+ width: 25%;
1360
+ }
1361
+ .flex-item .addon > *,
1362
+ .flex-card .addon > * {
1363
+ flex: 1 1 auto;
1364
+ }
1365
+ .flex-item .content,
1366
+ .flex-card .content {
1367
+ position: relative;
1368
+ margin: 0;
1369
+ padding: 0.75rem;
1370
+ flex: 1 1 100%;
1371
+ width: 100%;
1372
+ z-index: 1;
1373
+ }
1374
+ .flex-item .img img,
1375
+ .flex-card .img img {
1376
+ width: 100%;
1377
+ height: 100%;
1378
+ object-fit: cover;
1379
+ }
1380
+
1381
+ .text-spaced {
1382
+ letter-spacing: 0.25rem;
1383
+ }
1384
+ .text-spaced.s-1 {
1385
+ letter-spacing: 0.5rem;
1386
+ }
1387
+
1388
+ .title-strick,
1389
+ .text-strick-line {
1390
+ display: flex;
1391
+ align-items: center;
1392
+ justify-content: center;
1393
+ }
1394
+ .title-strick .label, .title-strick::content,
1395
+ .text-strick-line .label,
1396
+ .text-strick-line::content {
1397
+ width: 100%;
1398
+ }
1399
+ .title-strick::before, .title-strick::after,
1400
+ .text-strick-line::before,
1401
+ .text-strick-line::after {
1402
+ content: "";
1403
+ display: inline-block;
1404
+ margin: 0 0.5rem;
1405
+ width: 100%;
1406
+ height: 1px;
1407
+ max-width: 10rem;
1408
+ background-color: currentColor;
1409
+ }
1410
+
1411
+ .card {
1412
+ position: relative;
1413
+ }
1414
+ .card > * {
1415
+ /* position: relative; */
1416
+ z-index: 1;
1417
+ }
1418
+ .card::before {
1419
+ content: "";
1420
+ display: flex;
1421
+ align-items: center;
1422
+ justify-content: center;
1423
+ height: 100%;
1424
+ width: 100%;
1425
+ position: absolute;
1426
+ border-radius: inherit;
1427
+ top: 0;
1428
+ left: 0;
1429
+ z-index: 0;
1430
+ }
1431
+ .card::before:not(img::before, img::after) {
1432
+ content: "";
1433
+ }
1434
+ .card:not(.flat) {
1435
+ /* overflow: unset; */
1436
+ border: none;
1437
+ z-index: 0;
1438
+ }
1439
+ .card:not(.flat) > * {
1440
+ /* position: relative; */
1441
+ }
1442
+ .card:not(.flat)::before {
1443
+ box-shadow: var(--card-shadow);
1444
+ }
1445
+ .card + .card {
1446
+ margin-top: 1rem;
1447
+ }
1448
+ .card:not(.card-body) > :first-child[class*=card-] {
1449
+ border-top-left-radius: inherit;
1450
+ border-top-right-radius: inherit;
1451
+ }
1452
+ .card:not(.card-body) > :last-child[class*=card-] {
1453
+ border-bottom-left-radius: inherit;
1454
+ border-bottom-right-radius: inherit;
1455
+ }
1456
+ .card .card-title {
1457
+ margin: 1rem 0 0.75rem;
1458
+ }
1459
+ .card .card-header,
1460
+ .card .card-footer {
1461
+ background-color: transparent;
1462
+ border: none;
1463
+ padding: 1rem 1.5rem;
1464
+ }
1465
+ .card .card-body, .card.card-body {
1466
+ padding: 1.5rem;
1467
+ /* z-index: 1; */
1468
+ }
1469
+ .card .card-body {
1470
+ padding: 0 1.5rem;
1471
+ }
1472
+ .card .card-body .card-img {
1473
+ margin: 0 -1.5rem;
1474
+ width: unset;
1475
+ }
1476
+ .card .card-img {
1477
+ max-height: 15rem;
1478
+ object-fit: cover;
1479
+ overflow: overlay;
1480
+ min-width: 100%;
1481
+ }
1482
+ .card .card-header,
1483
+ .card .card-footer {
1484
+ display: flex;
1485
+ align-items: center;
1486
+ justify-content: space-between;
1487
+ }
1488
+
1489
+ .flex-list,
1490
+ .item-list {
1491
+ margin: 1.5rem 0;
1492
+ list-style: none;
1493
+ display: flex;
1494
+ }
1495
+ .flex-list:not(.has-connector),
1496
+ .item-list:not(.has-connector) {
1497
+ gap: 0.5rem;
1498
+ }
1499
+ .flex-list.h .item,
1500
+ .item-list.h .item {
1501
+ flex-direction: column;
1502
+ }
1503
+ .flex-list.has-connector .item,
1504
+ .item-list.has-connector .item {
1505
+ margin: 0;
1506
+ width: 100%;
1507
+ }
1508
+ .flex-list.has-connector .item:not(:first-child) :is(.connector, li::marker)::before, .flex-list.has-connector .item:not(:last-child) :is(.connector, li::marker)::after,
1509
+ .item-list.has-connector .item:not(:first-child) :is(.connector, li::marker)::before,
1510
+ .item-list.has-connector .item:not(:last-child) :is(.connector, li::marker)::after {
1511
+ content: "";
1512
+ }
1513
+ .flex-list.has-connector .item .connector,
1514
+ .flex-list.has-connector .item li::marker,
1515
+ .item-list.has-connector .item .connector,
1516
+ .item-list.has-connector .item li::marker {
1517
+ display: flex;
1518
+ flex-direction: column;
1519
+ }
1520
+ .flex-list.has-connector .item .connector::before, .flex-list.has-connector .item .connector::after,
1521
+ .flex-list.has-connector .item li::marker::before,
1522
+ .flex-list.has-connector .item li::marker::after,
1523
+ .item-list.has-connector .item .connector::before,
1524
+ .item-list.has-connector .item .connector::after,
1525
+ .item-list.has-connector .item li::marker::before,
1526
+ .item-list.has-connector .item li::marker::after {
1527
+ margin: 0 auto;
1528
+ width: 1px;
1529
+ height: 100%;
1530
+ background-color: currentColor;
1531
+ display: block;
1532
+ }
1533
+ .flex-list.has-connector.align-top .item .connector,
1534
+ .item-list.has-connector.align-top .item .connector {
1535
+ justify-content: flex-start;
1536
+ }
1537
+ .flex-list.has-connector.align-top .item .connector::before,
1538
+ .item-list.has-connector.align-top .item .connector::before {
1539
+ content: unset;
1540
+ }
1541
+ .flex-list:not(.h),
1542
+ .item-list:not(.h) {
1543
+ flex-direction: column;
1544
+ }
1545
+ .flex-list:not(.h) .item + .item,
1546
+ .item-list:not(.h) .item + .item {
1547
+ border-top: 1px solid var(--border-color);
1548
+ }
1549
+ .flex-list .item,
1550
+ .item-list .item {
1551
+ display: flex;
1552
+ /* align-items: center; */
1553
+ /* justify-content: space-between; */
1554
+ gap: 0.25rem;
1555
+ padding: 0 1rem;
1556
+ cursor: pointer;
1557
+ }
1558
+ .flex-list .item .icon,
1559
+ .item-list .item .icon {
1560
+ font-weight: bold;
1561
+ /* margin-right: 1.25rem; */
1562
+ transition: margin-right 0.125s linear;
1563
+ }
1564
+ .flex-list .item .content + .content,
1565
+ .item-list .item .content + .content {
1566
+ margin-top: 0.5rem;
1567
+ }
1568
+ .flex-list .item:hover .icon,
1569
+ .item-list .item:hover .icon {
1570
+ /* margin-right: 1.5rem; */
1571
+ }
1572
+
1573
+ .link-list {
1574
+ margin: 0;
1575
+ /* padding: 0.5rem; */
1576
+ list-style: none;
1577
+ font-size: 110%;
1578
+ }
1579
+ .link-list .item {
1580
+ display: flex;
1581
+ align-items: center;
1582
+ padding: 0.5rem 0.75rem;
1583
+ border-radius: 0.25rem;
1584
+ width: 100%;
1585
+ border: 1px solid var(--border-color);
1586
+ color: var(--primary);
1587
+ background-color: transparent;
1588
+ cursor: pointer;
1589
+ }
1590
+ .link-list .item ~ .item {
1591
+ margin-top: 1rem;
1592
+ }
1593
+
1594
+ .list .item + .item {
1595
+ padding-top: 1rem;
1596
+ border-top: 1px solid var(--border-color);
1597
+ }
1598
+
1599
+ .stacked {
1600
+ position: relative;
1601
+ display: flex;
1602
+ align-items: center;
1603
+ justify-content: center;
1604
+ }
1605
+ .stacked.h .item + .item {
1606
+ margin-left: -25%;
1607
+ }
1608
+ .stacked:not(.h) {
1609
+ flex-direction: column;
1610
+ }
1611
+ .stacked:not(.h) .item + .item {
1612
+ margin-top: -25%;
1613
+ }
1614
+ .stacked.backwards {
1615
+ flex-direction: row-reverse;
1616
+ }
1617
+ .stacked.backwards:not(.h) {
1618
+ flex-direction: column-reverse;
1619
+ }
1620
+ .stacked .item {
1621
+ position: relative;
1622
+ z-index: 1;
1623
+ }
1624
+
1625
+ .modal-content .modal-header {
1626
+ justify-content: flex-start;
1627
+ border-bottom: 2px solid var(--primary);
1628
+ }
1629
+ .modal-content .modal-header:hover .close {
1630
+ opacity: 1;
1631
+ }
1632
+ .modal-content .modal-header .close {
1633
+ margin: 0;
1634
+ display: inline-flex;
1635
+ align-items: center;
1636
+ justify-content: center;
1637
+ border-radius: 50%;
1638
+ display: inline-flex;
1639
+ width: 1.5rem;
1640
+ height: 1.5rem;
1641
+ font-size: 200%;
1642
+ padding: 0;
1643
+ min-width: unset;
1644
+ position: absolute;
1645
+ top: 0.5rem;
1646
+ right: 0.5rem;
1647
+ opacity: 0.125;
1648
+ transition: color 0.25s, opacity 0.25s;
1649
+ }
1650
+ .modal-content .modal-header .close:hover {
1651
+ color: var(--danger);
1652
+ }
1653
+ .modal-content .modal-header .close::after, .modal-content .modal-header .close::before {
1654
+ content: "";
1655
+ height: 0.125rem;
1656
+ width: 75%;
1657
+ display: block;
1658
+ background-color: currentColor;
1659
+ position: absolute;
1660
+ top: 50%;
1661
+ left: 50%;
1662
+ transform-origin: center;
1663
+ transform: translate(-50%, -50%);
1664
+ transition: transform 0.2s ease-out;
1665
+ }
1666
+ .modal-content .modal-header .close:hover::after {
1667
+ transform: translate(-50%, -50%) rotate(45deg);
1668
+ }
1669
+ .modal-content .modal-header .close:hover::before {
1670
+ transform: translate(-50%, -50%) rotate(-45deg);
1671
+ }
1672
+ .modal-content .modal-body {
1673
+ padding: 1rem 2rem;
1674
+ }
1675
+ .modal-content .modal-footer {
1676
+ border-top: none;
1677
+ padding: 1rem 2rem 2rem;
1678
+ justify-content: space-between;
1679
+ }
1680
+
1681
+ .accordion-tab {
1682
+ display: flex;
1683
+ cursor: pointer;
1684
+ width: 100%;
1685
+ }
1686
+ .accordion-tab ~ .accordion-tab {
1687
+ margin-top: 1rem;
1688
+ }
1689
+ .accordion-tab .icon {
1690
+ align-self: flex-start;
1691
+ }
1692
+
1693
+ img {
1694
+ max-width: 100%;
1695
+ }
1696
+
1697
+ .img-fullwidth {
1698
+ margin: 0 -1.25rem;
1699
+ width: 100vw;
1700
+ min-width: 100vw;
1701
+ height: 12.5rem;
1702
+ object-fit: cover;
1703
+ }
1704
+
1705
+ .img-circle {
1706
+ width: 100%;
1707
+ border-radius: 50%;
1708
+ width: 4rem;
1709
+ height: 4rem;
1710
+ display: flex;
1711
+ overflow: hidden;
1712
+ }
1713
+ .img-circle img {
1714
+ width: 100%;
1715
+ height: 100%;
1716
+ object-fit: cover;
1717
+ border-radius: inherit;
1718
+ }
1719
+
1720
+ .img-bg {
1721
+ content: "";
1722
+ display: flex;
1723
+ align-items: center;
1724
+ justify-content: center;
1725
+ height: 100%;
1726
+ width: 100%;
1727
+ position: absolute;
1728
+ border-radius: inherit;
1729
+ top: 0;
1730
+ left: 0;
1731
+ z-index: 0;
1732
+ object-fit: cover;
1733
+ }
1734
+ .img-bg:not(img::before, img::after) {
1735
+ content: "";
1736
+ }
1737
+
1738
+ .has-bg {
1739
+ position: relative;
1740
+ }
1741
+ .has-bg > * {
1742
+ z-index: 1;
1743
+ }
1744
+ .has-bg::after {
1745
+ content: "";
1746
+ display: flex;
1747
+ align-items: center;
1748
+ justify-content: center;
1749
+ height: 100%;
1750
+ width: 100%;
1751
+ position: absolute;
1752
+ border-radius: inherit;
1753
+ top: 0;
1754
+ left: 0;
1755
+ z-index: 0;
1756
+ }
1757
+ .has-bg::after:not(img::before, img::after) {
1758
+ content: "";
1759
+ }
1760
+ .has-bg > .img-bg {
1761
+ z-index: 0;
1762
+ position: absolute;
1763
+ }
1764
+ .has-bg::after {
1765
+ background-color: hsla(var(--black-hs), var(--black-l), 0.5);
1766
+ }
1767
+
1768
+ .rounded-inherit {
1769
+ border-radius: inherit;
1770
+ }
1771
+
1772
+ .sticky {
1773
+ position: sticky;
1774
+ position: -webkit-sticky;
1775
+ }
1776
+
1777
+ [class*=position-].left {
1778
+ left: 0;
1779
+ }
1780
+ [class*=position-].right {
1781
+ right: 0;
1782
+ }
1783
+ [class*=position-].top {
1784
+ top: 0;
1785
+ }
1786
+ [class*=position-].bottom {
1787
+ bottom: 0;
1788
+ }
1789
+ [class*=position-].all, [class*=position-].spread {
1790
+ left: 0;
1791
+ right: 0;
1792
+ top: 0;
1793
+ bottom: 0;
1794
+ }
1795
+
1796
+ [class*=float-] {
1797
+ z-index: 1;
1798
+ }
1799
+
1800
+ .section,
1801
+ section {
1802
+ position: relative;
1803
+ min-height: 100vh;
1804
+ padding: 1.25rem;
1805
+ }
1806
+
1807
+ @media (min-width: 576px) {
1808
+ .md-sticky {
1809
+ position: sticky;
1810
+ }
1811
+ }
1812
+ /* ABOVE <-- Tablets/Mini PC */
1813
+ @media (min-width: 768px) {
1814
+ .item-list .item > .value {
1815
+ margin-left: 1rem;
1816
+ text-align: right;
1817
+ }
1818
+ .table-container .row .table-header {
1819
+ display: none;
1820
+ }
1821
+ }
1822
+ /* Tables/Mini PC <---> BELOW */
1823
+ @media (max-width: 767.98px) {
1824
+ .page-header,
1825
+ .section-header {
1826
+ padding: 0;
1827
+ flex-wrap: wrap;
1828
+ }
1829
+ .page-header input[type=search],
1830
+ .section-header input[type=search] {
1831
+ width: 100%;
1832
+ }
1833
+ .page-header .tabs,
1834
+ .section-header .tabs {
1835
+ justify-content: space-between;
1836
+ }
1837
+ .flex-container {
1838
+ /* flex-direction: column; */
1839
+ width: 100%;
1840
+ }
1841
+ .flex-container .button {
1842
+ width: 100%;
1843
+ }
1844
+ .tabs {
1845
+ padding: 1.25rem 0.125rem;
1846
+ }
1847
+ .tabs.overlap {
1848
+ padding: 0;
1849
+ }
1850
+ .table-container:not(.is-sticky) .row.table-header {
1851
+ display: none;
1852
+ }
1853
+ .table-container.is-sticky .row .table-header {
1854
+ display: none;
1855
+ }
1856
+ .table-container.is-sticky .row [class*=col] {
1857
+ margin: 0;
1858
+ }
1859
+ .table-container > .row .table-header,
1860
+ .table-container .scrollable > .row .table-header {
1861
+ margin-right: 1rem;
1862
+ }
1863
+ .table-container > .row [class*=col],
1864
+ .table-container .scrollable > .row [class*=col] {
1865
+ flex-direction: row;
1866
+ justify-content: flex-start;
1867
+ margin: 0.5rem 0;
1868
+ }
1869
+ }
1870
+ /* Mobile <---> BELOW */
1871
+ @media (max-width: 575.98px) {
1872
+ .card {
1873
+ width: 100%;
1874
+ }
1875
+ .item-list:not(.has-connector) {
1876
+ gap: 1rem;
1877
+ }
1878
+ .item-list .item {
1879
+ flex-direction: column;
1880
+ gap: 0.5rem;
1881
+ }
1882
+ .table-container td {
1883
+ min-width: fit-content;
1884
+ max-width: 75%;
1885
+ }
1886
+ }
1887
+
1888
+ /*# sourceMappingURL=app.css.map */