@vixcom/ui 1.0.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 (111) hide show
  1. package/.firebaserc +17 -0
  2. package/.github/workflows/deploy-prod.yml +26 -0
  3. package/.pnpm-debug.log +19 -0
  4. package/assets/img/favicon.png +0 -0
  5. package/assets/img/icon.png +0 -0
  6. package/css/animations.css +175 -0
  7. package/css/animations.css.map +1 -0
  8. package/css/app.css +1896 -0
  9. package/css/app.css.map +1 -0
  10. package/css/colors.css +5591 -0
  11. package/css/colors.css.map +1 -0
  12. package/css/external/bootstrap-grid.css +4997 -0
  13. package/css/external/bootstrap.css +10308 -0
  14. package/css/external/mdb.css +9444 -0
  15. package/css/external/owl-carousel.css +218 -0
  16. package/css/fonts.css +65 -0
  17. package/css/fonts.css.map +1 -0
  18. package/css/grid.css +6 -0
  19. package/css/grid.css.map +1 -0
  20. package/css/helper/owl.carousel.css +75 -0
  21. package/css/helper/owl.carousel.css.map +1 -0
  22. package/css/helper/primefaces.css +276 -0
  23. package/css/helper/primefaces.css.map +1 -0
  24. package/css/helper/primefaces.org.css.map +1 -0
  25. package/css/helper/tailwindcss.css +6 -0
  26. package/css/helper/tailwindcss.css.map +1 -0
  27. package/css/icons/external/bootstrap.icons.css +5502 -0
  28. package/css/icons/external/fontawesome.icons.css +6127 -0
  29. package/css/icons/external/material-design.icons.css +5728 -0
  30. package/css/icons/external/themify.icons.css +1428 -0
  31. package/css/index.css +23 -0
  32. package/css/index.css.map +1 -0
  33. package/css/menu.css +556 -0
  34. package/css/menu.css.map +1 -0
  35. package/css/polyfills.css +11 -0
  36. package/css/polyfills.css.map +1 -0
  37. package/css/sidebar.css.map +1 -0
  38. package/css/sizes.css +7457 -0
  39. package/css/sizes.css.map +1 -0
  40. package/css/variables.css +258 -0
  41. package/css/variables.css.map +1 -0
  42. package/firebase.json +55 -0
  43. package/fonts/MontessoriScript.ttf +0 -0
  44. package/fonts/Montserrat-Bold.ttf +0 -0
  45. package/fonts/Montserrat-Regular.ttf +0 -0
  46. package/fonts/NotoSans-Bold.ttf +0 -0
  47. package/fonts/Roboto-Bold.ttf +0 -0
  48. package/fonts/Roboto-Regular.ttf +0 -0
  49. package/fonts/bootstrap-icons.woff +0 -0
  50. package/fonts/fa-brands.woff +0 -0
  51. package/fonts/fa-regular.woff +0 -0
  52. package/fonts/fa-solid.woff +0 -0
  53. package/fonts/material-design-icons.ttf +0 -0
  54. package/http-server.sh +4 -0
  55. package/index.html +206 -0
  56. package/js/axios.min.js +3 -0
  57. package/js/bootstrap.min.js +7 -0
  58. package/js/jquery.min.js +4 -0
  59. package/js/lodash.min.js +139 -0
  60. package/js/mdb.min.js +15411 -0
  61. package/js/owl.carousel.min.js +7 -0
  62. package/js/sidebar.min.js +50 -0
  63. package/package.json +11 -0
  64. package/pages/error/index.html +32 -0
  65. package/pages/sidemenu/index.html +36 -0
  66. package/pages/tier-1/LICENSE +201 -0
  67. package/pages/tier-1/fonts/krub/Krub-Bold.ttf +0 -0
  68. package/pages/tier-1/fonts/krub/Krub-Light.ttf +0 -0
  69. package/pages/tier-1/fonts/krub/Krub-Regular.ttf +0 -0
  70. package/pages/tier-1/fonts/themify.woff +0 -0
  71. package/pages/tier-1/index.html +74 -0
  72. package/pages/tier-1/preview.png +0 -0
  73. package/pages/tier-1/scripts/jquery.min.js +4 -0
  74. package/pages/tier-1/scripts/sidebar.min.js +50 -0
  75. package/pages/tier-1/styles/bootstrap.css +9495 -0
  76. package/pages/tier-1/styles/color.css +28 -0
  77. package/pages/tier-1/styles/layout.css +33 -0
  78. package/pages/tier-1/styles/mdb.css +9657 -0
  79. package/pages/tier-1/styles/page.css +26 -0
  80. package/pages/tier-1/styles/sidebar.css +193 -0
  81. package/pages/tier-1/styles/themify.css +1428 -0
  82. package/pages/tier-2/LICENSE +201 -0
  83. package/pages/tier-2/fonts/krub/Krub-Bold.ttf +0 -0
  84. package/pages/tier-2/fonts/krub/Krub-Light.ttf +0 -0
  85. package/pages/tier-2/fonts/krub/Krub-Regular.ttf +0 -0
  86. package/pages/tier-2/fonts/themify.woff +0 -0
  87. package/pages/tier-2/index.html +65 -0
  88. package/pages/tier-2/preview.png +0 -0
  89. package/pages/tier-2/scripts/jquery.min.js +4 -0
  90. package/pages/tier-2/scripts/sidebar.min.js +50 -0
  91. package/pages/tier-2/styles/bootstrap.css +9495 -0
  92. package/pages/tier-2/styles/color.css +28 -0
  93. package/pages/tier-2/styles/layout.css +43 -0
  94. package/pages/tier-2/styles/mdb.css +9657 -0
  95. package/pages/tier-2/styles/page.css +26 -0
  96. package/pages/tier-2/styles/sidebar.css +193 -0
  97. package/pages/tier-2/styles/themify.css +1428 -0
  98. package/styles/_mixins.scss +309 -0
  99. package/styles/animations.scss +191 -0
  100. package/styles/app.scss +2020 -0
  101. package/styles/colors.scss +117 -0
  102. package/styles/fonts.scss +16 -0
  103. package/styles/grid.scss +4 -0
  104. package/styles/helper/owl.carousel.scss +92 -0
  105. package/styles/helper/primefaces.scss +364 -0
  106. package/styles/helper/tailwindcss.scss +4 -0
  107. package/styles/index.scss +25 -0
  108. package/styles/menu.scss +566 -0
  109. package/styles/polyfills.scss +9 -0
  110. package/styles/sizes.scss +191 -0
  111. package/styles/variables.scss +30 -0
package/css/app.css ADDED
@@ -0,0 +1,1896 @@
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 */