@dcrackel/hematournamentui 1.0.696 → 1.0.698

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 (71) hide show
  1. package/AGENTS.md +85 -0
  2. package/README.md +22 -6
  3. package/dist/HemaTournamentUI-lib.es.js +43127 -44314
  4. package/dist/HemaTournamentUI-lib.umd.js +34 -38
  5. package/dist/hematournamentui-tailwind.css +3724 -0
  6. package/dist/hematournamentui.css +2 -9
  7. package/package.json +48 -43
  8. package/src/stories/Atoms/Input/BaseInput.vue +21 -18
  9. package/src/stories/Atoms/RadioGroup/BaseRadioGroup.vue +1 -0
  10. package/src/stories/Atoms/Tag/BaseTag.vue +17 -31
  11. package/src/stories/Atoms/Text/BaseText.vue +67 -144
  12. package/src/stories/Molecules/Boxes/BoutBoxes/PassesBox/PassesBox.vue +1 -0
  13. package/src/stories/Molecules/Boxes/BoutBoxes/TimerBox/TimerBox.vue +1 -0
  14. package/src/stories/Molecules/Boxes/CounterBox/CounterBox.vue +1 -0
  15. package/src/stories/Molecules/CombinationInputs/TitledInput/TitledInput.vue +1 -0
  16. package/src/stories/Molecules/Filters/FilterAndSortBar/FilterAndSortBar.vue +1 -0
  17. package/src/stories/Molecules/Filters/FilterUpcomingPast/FilterUpcomingPast.vue +1 -0
  18. package/src/stories/Molecules/Inputs/MultiSelect/MultiSelect.vue +1 -0
  19. package/src/stories/Molecules/Inputs/Toggle/Toggle.vue +1 -0
  20. package/src/stories/Molecules/Modals/AddDisplayModal/AddDisplayModal.vue +1 -0
  21. package/src/stories/Molecules/Modals/EditBoutModal/EditBoutModal.vue +1 -0
  22. package/src/stories/Molecules/Modals/EventWizardModal/EventWizardModal.vue +1 -0
  23. package/src/stories/Molecules/Reorder/ReorderableShell.vue +1 -0
  24. package/src/stories/Organisms/Cards/BoutCard/BoutCard.vue +3 -0
  25. package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardActive/BoutCardActive.vue +1 -0
  26. package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardInactive/BoutCardInactive.vue +1 -0
  27. package/src/stories/Organisms/Cards/FencerCard/FencerCard.vue +1 -0
  28. package/src/stories/Organisms/Cards/FencerPoolResultsCard/FencerPoolResultsCard.vue +1 -0
  29. package/src/stories/Organisms/Cards/ImportFencerCard/ImportFencerCard.vue +1 -0
  30. package/src/stories/Organisms/Cards/KioskCard/KioskCard.vue +30 -24
  31. package/src/stories/Organisms/Cards/PenaltyCard/PenaltyCard.vue +29 -39
  32. package/src/stories/Organisms/Cards/PoolFencerCard/PoolFencerCard.vue +1 -0
  33. package/src/stories/Organisms/Cards/StaffCard/StaffCard.vue +1 -0
  34. package/src/stories/Organisms/Cards/TableauBoutCard/TableauBoutCard.vue +1 -0
  35. package/src/stories/Organisms/Cards/TableauFencerCard/TableauFencerCard.vue +1 -0
  36. package/src/stories/Organisms/Cards/TournamentAdminCard/TournamentAdminCard.vue +17 -19
  37. package/src/stories/Organisms/ComplexInputs/AddressAutocomplete/AddressAutocomplete.vue +1 -0
  38. package/src/stories/Organisms/ComplexInputs/ClubColorPicker/ClubColorPicker.vue +1 -0
  39. package/src/stories/Organisms/ComplexInputs/DatePicker/DatePicker.vue +2 -1
  40. package/src/stories/Organisms/ComplexInputs/DropDown/DropDownMenu.vue +1 -0
  41. package/src/stories/Organisms/ComplexInputs/FindOrAddPerson/FindOrAddPerson.vue +1 -0
  42. package/src/stories/Organisms/ComplexInputs/FindPerson/FindPerson.vue +1 -0
  43. package/src/stories/Organisms/ComplexInputs/ImageCropper/ImageCropper.vue +1 -0
  44. package/src/stories/Organisms/Containers/PoolResults/PoolResultsTable.vue +1 -0
  45. package/src/stories/Organisms/Containers/TableauColumn/TableauColumn.vue +1 -0
  46. package/src/stories/Organisms/Form/AddDisplay/AddDisplay.vue +1 -0
  47. package/src/stories/Organisms/Form/AddNewPerson/AddNewPerson.vue +1 -0
  48. package/src/stories/Organisms/Grids/GridContainer.vue +113 -141
  49. package/src/stories/Organisms/Headers/EventFinalResultsHeader/EventFinalResultsHeader.vue +1 -0
  50. package/src/stories/Organisms/Headers/PoolResultsHeader/PoolResultsHeader.vue +1 -0
  51. package/src/stories/Organisms/Headers/PoolSummary/PoolSummary.vue +1 -0
  52. package/src/stories/Organisms/Headers/ToggleHeader/ToggleHeader.vue +1 -0
  53. package/src/stories/Organisms/Wizards/EditEventWizard/BasicEventInfo/BasicEventInfo.vue +1 -0
  54. package/src/stories/Organisms/Wizards/EditEventWizard/DirectEliminationPromotion/DirectEliminationPromotion.vue +21 -34
  55. package/src/stories/Organisms/Wizards/EditEventWizard/EditEventWizard.vue +77 -72
  56. package/src/stories/Organisms/Wizards/EditEventWizard/PoolConfiguration/PoolConfiguration.vue +1 -0
  57. package/src/stories/Templates/Assignment/Assignment.vue +56 -70
  58. package/src/stories/Templates/EventManagement/Bracket/Bracket.vue +1 -0
  59. package/src/stories/Templates/EventManagement/EditEventInfo/EditEventInfo.vue +1 -0
  60. package/src/stories/Templates/EventManagement/EventAttendance/EventAttendance.vue +26 -26
  61. package/src/stories/Templates/EventManagement/EventFinalResults/EventFinalResults.vue +1 -0
  62. package/src/stories/Templates/EventManagement/PoolLive/PoolLive.vue +0 -2
  63. package/src/stories/Templates/EventManagement/PoolManagement/PoolManagement.vue +2 -0
  64. package/src/stories/Templates/EventManagement/PoolResults/PoolResults.vue +1 -0
  65. package/src/stories/Templates/EventManagement/StaffList/StaffList.vue +1 -0
  66. package/src/stories/Templates/PersonManagement/Attendance/Attendance.vue +27 -33
  67. package/src/stories/Templates/TournamentManagement/TouranmentResultsImport/TournamentResultsImport.vue +0 -0
  68. package/src/stories/Templates/TournamentManagement/TournamentManagement.vue +1 -0
  69. package/src/stories/Templates/TournamentManagement/TournamentPageTwo/TouranmentPageTwo.vue +80 -4
  70. package/src/stories/Util/tabs.js +1 -0
  71. package/tailwind/tailwind.css +5 -6
@@ -0,0 +1,3724 @@
1
+ /*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
7
+ "Courier New", monospace;
8
+ --color-red-700: oklch(50.5% 0.213 27.518);
9
+ --color-blue-400: oklch(70.7% 0.165 254.624);
10
+ --color-slate-50: oklch(98.4% 0.003 247.858);
11
+ --color-slate-300: oklch(86.9% 0.022 252.894);
12
+ --color-slate-400: oklch(70.4% 0.04 256.788);
13
+ --color-slate-500: oklch(55.4% 0.046 257.417);
14
+ --color-gray-50: oklch(98.5% 0.002 247.839);
15
+ --color-gray-100: oklch(96.7% 0.003 264.542);
16
+ --color-gray-200: oklch(92.8% 0.006 264.531);
17
+ --color-gray-300: oklch(87.2% 0.01 258.338);
18
+ --color-gray-500: oklch(55.1% 0.027 264.364);
19
+ --color-gray-800: oklch(27.8% 0.033 256.848);
20
+ --color-black: #000;
21
+ --color-white: #fff;
22
+ --spacing: 0.25rem;
23
+ --container-md: 28rem;
24
+ --text-xs: 0.75rem;
25
+ --text-xs--line-height: calc(1 / 0.75);
26
+ --text-sm: 0.875rem;
27
+ --text-sm--line-height: calc(1.25 / 0.875);
28
+ --text-lg: 1.125rem;
29
+ --text-lg--line-height: calc(1.75 / 1.125);
30
+ --text-xl: 1.25rem;
31
+ --text-xl--line-height: calc(1.75 / 1.25);
32
+ --text-2xl: 1.5rem;
33
+ --text-2xl--line-height: calc(2 / 1.5);
34
+ --text-3xl: 1.875rem;
35
+ --text-3xl--line-height: calc(2.25 / 1.875);
36
+ --text-4xl: 2.25rem;
37
+ --text-4xl--line-height: calc(2.5 / 2.25);
38
+ --text-5xl: 3rem;
39
+ --text-5xl--line-height: 1;
40
+ --text-6xl: 3.75rem;
41
+ --text-6xl--line-height: 1;
42
+ --text-7xl: 4.5rem;
43
+ --text-7xl--line-height: 1;
44
+ --text-8xl: 6rem;
45
+ --text-8xl--line-height: 1;
46
+ --font-weight-light: 300;
47
+ --font-weight-normal: 400;
48
+ --font-weight-medium: 500;
49
+ --font-weight-semibold: 600;
50
+ --font-weight-bold: 700;
51
+ --font-weight-extrabold: 800;
52
+ --radius-md: 0.375rem;
53
+ --radius-lg: 0.5rem;
54
+ --radius-xl: 0.75rem;
55
+ --radius-2xl: 1rem;
56
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
57
+ --animate-spin: spin 1s linear infinite;
58
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
59
+ --default-transition-duration: 150ms;
60
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
61
+ --default-mono-font-family: var(--font-mono);
62
+ }
63
+ }
64
+ @layer base {
65
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
66
+ box-sizing: border-box;
67
+ margin: 0;
68
+ padding: 0;
69
+ border: 0 solid;
70
+ }
71
+ html, :host {
72
+ line-height: 1.5;
73
+ -webkit-text-size-adjust: 100%;
74
+ tab-size: 4;
75
+ font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont;
76
+ font-feature-settings: normal;
77
+ font-variation-settings: normal;
78
+ -webkit-tap-highlight-color: transparent;
79
+ }
80
+ hr {
81
+ height: 0;
82
+ color: inherit;
83
+ border-top-width: 1px;
84
+ }
85
+ abbr:where([title]) {
86
+ -webkit-text-decoration: underline dotted;
87
+ text-decoration: underline dotted;
88
+ }
89
+ h1, h2, h3, h4, h5, h6 {
90
+ font-size: inherit;
91
+ font-weight: inherit;
92
+ }
93
+ a {
94
+ color: inherit;
95
+ -webkit-text-decoration: inherit;
96
+ text-decoration: inherit;
97
+ }
98
+ b, strong {
99
+ font-weight: bolder;
100
+ }
101
+ code, kbd, samp, pre {
102
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
103
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
104
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
105
+ font-size: 1em;
106
+ }
107
+ small {
108
+ font-size: 80%;
109
+ }
110
+ sub, sup {
111
+ font-size: 75%;
112
+ line-height: 0;
113
+ position: relative;
114
+ vertical-align: baseline;
115
+ }
116
+ sub {
117
+ bottom: -0.25em;
118
+ }
119
+ sup {
120
+ top: -0.5em;
121
+ }
122
+ table {
123
+ text-indent: 0;
124
+ border-color: inherit;
125
+ border-collapse: collapse;
126
+ }
127
+ :-moz-focusring {
128
+ outline: auto;
129
+ }
130
+ progress {
131
+ vertical-align: baseline;
132
+ }
133
+ summary {
134
+ display: list-item;
135
+ }
136
+ ol, ul, menu {
137
+ list-style: none;
138
+ }
139
+ img, svg, video, canvas, audio, iframe, embed, object {
140
+ display: block;
141
+ vertical-align: middle;
142
+ }
143
+ img, video {
144
+ max-width: 100%;
145
+ height: auto;
146
+ }
147
+ button, input, select, optgroup, textarea, ::file-selector-button {
148
+ font: inherit;
149
+ font-feature-settings: inherit;
150
+ font-variation-settings: inherit;
151
+ letter-spacing: inherit;
152
+ color: inherit;
153
+ border-radius: 0;
154
+ background-color: transparent;
155
+ opacity: 1;
156
+ }
157
+ :where(select:is([multiple], [size])) optgroup {
158
+ font-weight: bolder;
159
+ }
160
+ :where(select:is([multiple], [size])) optgroup option {
161
+ padding-inline-start: 20px;
162
+ }
163
+ ::file-selector-button {
164
+ margin-inline-end: 4px;
165
+ }
166
+ ::placeholder {
167
+ opacity: 1;
168
+ }
169
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
170
+ ::placeholder {
171
+ color: currentcolor;
172
+ @supports (color: color-mix(in lab, red, red)) {
173
+ color: color-mix(in oklab, currentcolor 50%, transparent);
174
+ }
175
+ }
176
+ }
177
+ textarea {
178
+ resize: vertical;
179
+ }
180
+ ::-webkit-search-decoration {
181
+ -webkit-appearance: none;
182
+ }
183
+ ::-webkit-date-and-time-value {
184
+ min-height: 1lh;
185
+ text-align: inherit;
186
+ }
187
+ ::-webkit-datetime-edit {
188
+ display: inline-flex;
189
+ }
190
+ ::-webkit-datetime-edit-fields-wrapper {
191
+ padding: 0;
192
+ }
193
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
194
+ padding-block: 0;
195
+ }
196
+ ::-webkit-calendar-picker-indicator {
197
+ line-height: 1;
198
+ }
199
+ :-moz-ui-invalid {
200
+ box-shadow: none;
201
+ }
202
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
203
+ appearance: button;
204
+ }
205
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
206
+ height: auto;
207
+ }
208
+ [hidden]:where(:not([hidden="until-found"])) {
209
+ display: none !important;
210
+ }
211
+ }
212
+ @layer utilities {
213
+ .visible {
214
+ visibility: visible;
215
+ }
216
+ .sr-only {
217
+ position: absolute;
218
+ width: 1px;
219
+ height: 1px;
220
+ padding: 0;
221
+ margin: -1px;
222
+ overflow: hidden;
223
+ clip-path: inset(50%);
224
+ white-space: nowrap;
225
+ border-width: 0;
226
+ }
227
+ .absolute {
228
+ position: absolute;
229
+ }
230
+ .fixed {
231
+ position: fixed;
232
+ }
233
+ .relative {
234
+ position: relative;
235
+ }
236
+ .static {
237
+ position: static;
238
+ }
239
+ .inset-0 {
240
+ inset: calc(var(--spacing) * 0);
241
+ }
242
+ .top-0 {
243
+ top: calc(var(--spacing) * 0);
244
+ }
245
+ .top-1 {
246
+ top: calc(var(--spacing) * 1);
247
+ }
248
+ .top-3 {
249
+ top: calc(var(--spacing) * 3);
250
+ }
251
+ .top-10 {
252
+ top: calc(var(--spacing) * 10);
253
+ }
254
+ .top-20 {
255
+ top: calc(var(--spacing) * 20);
256
+ }
257
+ .-right-1 {
258
+ right: calc(var(--spacing) * -1);
259
+ }
260
+ .right-0 {
261
+ right: calc(var(--spacing) * 0);
262
+ }
263
+ .right-2 {
264
+ right: calc(var(--spacing) * 2);
265
+ }
266
+ .right-3 {
267
+ right: calc(var(--spacing) * 3);
268
+ }
269
+ .right-12 {
270
+ right: calc(var(--spacing) * 12);
271
+ }
272
+ .bottom-0 {
273
+ bottom: calc(var(--spacing) * 0);
274
+ }
275
+ .left-0 {
276
+ left: calc(var(--spacing) * 0);
277
+ }
278
+ .left-1 {
279
+ left: calc(var(--spacing) * 1);
280
+ }
281
+ .left-11 {
282
+ left: calc(var(--spacing) * 11);
283
+ }
284
+ .z-0 {
285
+ z-index: 0;
286
+ }
287
+ .z-1 {
288
+ z-index: 1;
289
+ }
290
+ .z-10 {
291
+ z-index: 10;
292
+ }
293
+ .z-20 {
294
+ z-index: 20;
295
+ }
296
+ .z-50 {
297
+ z-index: 50;
298
+ }
299
+ .col-span-1 {
300
+ grid-column: span 1 / span 1;
301
+ }
302
+ .col-span-2 {
303
+ grid-column: span 2 / span 2;
304
+ }
305
+ .col-span-4 {
306
+ grid-column: span 4 / span 4;
307
+ }
308
+ .col-span-5 {
309
+ grid-column: span 5 / span 5;
310
+ }
311
+ .col-start-1 {
312
+ grid-column-start: 1;
313
+ }
314
+ .col-start-2 {
315
+ grid-column-start: 2;
316
+ }
317
+ .col-end-2 {
318
+ grid-column-end: 2;
319
+ }
320
+ .col-end-3 {
321
+ grid-column-end: 3;
322
+ }
323
+ .-m-6 {
324
+ margin: calc(var(--spacing) * -6);
325
+ }
326
+ .m-0 {
327
+ margin: calc(var(--spacing) * 0);
328
+ }
329
+ .m-0\! {
330
+ margin: calc(var(--spacing) * 0) !important;
331
+ }
332
+ .m-1 {
333
+ margin: calc(var(--spacing) * 1);
334
+ }
335
+ .m-2 {
336
+ margin: calc(var(--spacing) * 2);
337
+ }
338
+ .m-3 {
339
+ margin: calc(var(--spacing) * 3);
340
+ }
341
+ .m-4 {
342
+ margin: calc(var(--spacing) * 4);
343
+ }
344
+ .mx-1 {
345
+ margin-inline: calc(var(--spacing) * 1);
346
+ }
347
+ .mx-2 {
348
+ margin-inline: calc(var(--spacing) * 2);
349
+ }
350
+ .mx-2\.5 {
351
+ margin-inline: calc(var(--spacing) * 2.5);
352
+ }
353
+ .mx-4 {
354
+ margin-inline: calc(var(--spacing) * 4);
355
+ }
356
+ .mx-6 {
357
+ margin-inline: calc(var(--spacing) * 6);
358
+ }
359
+ .mx-8 {
360
+ margin-inline: calc(var(--spacing) * 8);
361
+ }
362
+ .mx-auto {
363
+ margin-inline: auto;
364
+ }
365
+ .-my-2 {
366
+ margin-block: calc(var(--spacing) * -2);
367
+ }
368
+ .my-1 {
369
+ margin-block: calc(var(--spacing) * 1);
370
+ }
371
+ .my-2 {
372
+ margin-block: calc(var(--spacing) * 2);
373
+ }
374
+ .my-3 {
375
+ margin-block: calc(var(--spacing) * 3);
376
+ }
377
+ .my-4 {
378
+ margin-block: calc(var(--spacing) * 4);
379
+ }
380
+ .my-5 {
381
+ margin-block: calc(var(--spacing) * 5);
382
+ }
383
+ .-mt-0\.5 {
384
+ margin-top: calc(var(--spacing) * -0.5);
385
+ }
386
+ .-mt-1 {
387
+ margin-top: calc(var(--spacing) * -1);
388
+ }
389
+ .-mt-3 {
390
+ margin-top: calc(var(--spacing) * -3);
391
+ }
392
+ .-mt-4 {
393
+ margin-top: calc(var(--spacing) * -4);
394
+ }
395
+ .-mt-\[0\.6rem\] {
396
+ margin-top: calc(0.6rem * -1);
397
+ }
398
+ .-mt-\[0rem\] {
399
+ margin-top: calc(0rem * -1);
400
+ }
401
+ .-mt-\[2rem\] {
402
+ margin-top: calc(2rem * -1);
403
+ }
404
+ .mt-0 {
405
+ margin-top: calc(var(--spacing) * 0);
406
+ }
407
+ .mt-0\.5 {
408
+ margin-top: calc(var(--spacing) * 0.5);
409
+ }
410
+ .mt-1 {
411
+ margin-top: calc(var(--spacing) * 1);
412
+ }
413
+ .mt-1\.5 {
414
+ margin-top: calc(var(--spacing) * 1.5);
415
+ }
416
+ .mt-2 {
417
+ margin-top: calc(var(--spacing) * 2);
418
+ }
419
+ .mt-3 {
420
+ margin-top: calc(var(--spacing) * 3);
421
+ }
422
+ .mt-4 {
423
+ margin-top: calc(var(--spacing) * 4);
424
+ }
425
+ .mt-5 {
426
+ margin-top: calc(var(--spacing) * 5);
427
+ }
428
+ .mt-6 {
429
+ margin-top: calc(var(--spacing) * 6);
430
+ }
431
+ .mt-8 {
432
+ margin-top: calc(var(--spacing) * 8);
433
+ }
434
+ .mt-10 {
435
+ margin-top: calc(var(--spacing) * 10);
436
+ }
437
+ .mt-\[0\.5rem\] {
438
+ margin-top: 0.5rem;
439
+ }
440
+ .mt-\[0\.6rem\] {
441
+ margin-top: 0.6rem;
442
+ }
443
+ .mt-\[0\.7rem\] {
444
+ margin-top: 0.7rem;
445
+ }
446
+ .mt-\[0\.65rem\] {
447
+ margin-top: 0.65rem;
448
+ }
449
+ .mt-\[0rem\] {
450
+ margin-top: 0rem;
451
+ }
452
+ .mt-\[1\.1rem\] {
453
+ margin-top: 1.1rem;
454
+ }
455
+ .mt-\[1\.2rem\] {
456
+ margin-top: 1.2rem;
457
+ }
458
+ .mt-\[1\.3rem\] {
459
+ margin-top: 1.3rem;
460
+ }
461
+ .mt-\[1\.4rem\] {
462
+ margin-top: 1.4rem;
463
+ }
464
+ .mt-\[1\.5rem\] {
465
+ margin-top: 1.5rem;
466
+ }
467
+ .mt-\[1\.6rem\] {
468
+ margin-top: 1.6rem;
469
+ }
470
+ .mt-\[1\.34rem\] {
471
+ margin-top: 1.34rem;
472
+ }
473
+ .mt-\[1px\] {
474
+ margin-top: 1px;
475
+ }
476
+ .mt-\[2\.2rem\] {
477
+ margin-top: 2.2rem;
478
+ }
479
+ .mt-\[2\.3rem\] {
480
+ margin-top: 2.3rem;
481
+ }
482
+ .mt-\[2\.5rem\] {
483
+ margin-top: 2.5rem;
484
+ }
485
+ .mt-\[2\.7rem\] {
486
+ margin-top: 2.7rem;
487
+ }
488
+ .mt-\[2\.8rem\] {
489
+ margin-top: 2.8rem;
490
+ }
491
+ .mt-\[2\.9rem\] {
492
+ margin-top: 2.9rem;
493
+ }
494
+ .mt-\[2\.25rem\] {
495
+ margin-top: 2.25rem;
496
+ }
497
+ .mt-\[3\.4rem\] {
498
+ margin-top: 3.4rem;
499
+ }
500
+ .mt-\[3\.8rem\] {
501
+ margin-top: 3.8rem;
502
+ }
503
+ .mt-\[3\.25rem\] {
504
+ margin-top: 3.25rem;
505
+ }
506
+ .mt-\[3rem\] {
507
+ margin-top: 3rem;
508
+ }
509
+ .mt-\[4\.5rem\] {
510
+ margin-top: 4.5rem;
511
+ }
512
+ .mt-\[4\.6rem\] {
513
+ margin-top: 4.6rem;
514
+ }
515
+ .mt-\[4\.7rem\] {
516
+ margin-top: 4.7rem;
517
+ }
518
+ .mt-\[4rem\] {
519
+ margin-top: 4rem;
520
+ }
521
+ .mt-\[5\.8rem\] {
522
+ margin-top: 5.8rem;
523
+ }
524
+ .mt-\[5\.9rem\] {
525
+ margin-top: 5.9rem;
526
+ }
527
+ .mt-\[5rem\] {
528
+ margin-top: 5rem;
529
+ }
530
+ .mt-\[6\.4rem\] {
531
+ margin-top: 6.4rem;
532
+ }
533
+ .mt-\[6rem\] {
534
+ margin-top: 6rem;
535
+ }
536
+ .mt-\[7\.5rem\] {
537
+ margin-top: 7.5rem;
538
+ }
539
+ .mt-\[7\.85rem\] {
540
+ margin-top: 7.85rem;
541
+ }
542
+ .mt-\[7rem\] {
543
+ margin-top: 7rem;
544
+ }
545
+ .mt-\[8rem\] {
546
+ margin-top: 8rem;
547
+ }
548
+ .mt-\[9\.1rem\] {
549
+ margin-top: 9.1rem;
550
+ }
551
+ .mt-\[9rem\] {
552
+ margin-top: 9rem;
553
+ }
554
+ .mt-\[10rem\] {
555
+ margin-top: 10rem;
556
+ }
557
+ .mt-\[11\.5rem\] {
558
+ margin-top: 11.5rem;
559
+ }
560
+ .mt-\[11\.7rem\] {
561
+ margin-top: 11.7rem;
562
+ }
563
+ .mt-\[11rem\] {
564
+ margin-top: 11rem;
565
+ }
566
+ .mt-\[12\.1rem\] {
567
+ margin-top: 12.1rem;
568
+ }
569
+ .mt-\[12\.2rem\] {
570
+ margin-top: 12.2rem;
571
+ }
572
+ .mt-\[12\.5rem\] {
573
+ margin-top: 12.5rem;
574
+ }
575
+ .mt-\[12\.8rem\] {
576
+ margin-top: 12.8rem;
577
+ }
578
+ .mt-\[14rem\] {
579
+ margin-top: 14rem;
580
+ }
581
+ .mt-\[15\.6rem\] {
582
+ margin-top: 15.6rem;
583
+ }
584
+ .mt-\[16\.1rem\] {
585
+ margin-top: 16.1rem;
586
+ }
587
+ .mt-\[16\.8rem\] {
588
+ margin-top: 16.8rem;
589
+ }
590
+ .mt-\[18rem\] {
591
+ margin-top: 18rem;
592
+ }
593
+ .mt-\[22\.5rem\] {
594
+ margin-top: 22.5rem;
595
+ }
596
+ .mt-\[22rem\] {
597
+ margin-top: 22rem;
598
+ }
599
+ .mt-\[23rem\] {
600
+ margin-top: 23rem;
601
+ }
602
+ .mt-\[24\.4rem\] {
603
+ margin-top: 24.4rem;
604
+ }
605
+ .mt-\[24\.5rem\] {
606
+ margin-top: 24.5rem;
607
+ }
608
+ .mt-\[24\.45rem\] {
609
+ margin-top: 24.45rem;
610
+ }
611
+ .mt-\[25\.5rem\] {
612
+ margin-top: 25.5rem;
613
+ }
614
+ .mt-\[25\.76rem\] {
615
+ margin-top: 25.76rem;
616
+ }
617
+ .mt-\[30\.1rem\] {
618
+ margin-top: 30.1rem;
619
+ }
620
+ .mt-\[34\.1rem\] {
621
+ margin-top: 34.1rem;
622
+ }
623
+ .mt-\[34\.3rem\] {
624
+ margin-top: 34.3rem;
625
+ }
626
+ .mt-\[34\.8rem\] {
627
+ margin-top: 34.8rem;
628
+ }
629
+ .mt-\[47\.5rem\] {
630
+ margin-top: 47.5rem;
631
+ }
632
+ .mt-\[48\.7rem\] {
633
+ margin-top: 48.7rem;
634
+ }
635
+ .mt-\[51\.5rem\] {
636
+ margin-top: 51.5rem;
637
+ }
638
+ .mt-\[53\.6rem\] {
639
+ margin-top: 53.6rem;
640
+ }
641
+ .mt-\[64\.8rem\] {
642
+ margin-top: 64.8rem;
643
+ }
644
+ .mt-\[68rem\] {
645
+ margin-top: 68rem;
646
+ }
647
+ .mt-\[70\.8rem\] {
648
+ margin-top: 70.8rem;
649
+ }
650
+ .mt-\[99rem\] {
651
+ margin-top: 99rem;
652
+ }
653
+ .mt-\[109\.5rem\] {
654
+ margin-top: 109.5rem;
655
+ }
656
+ .mt-\[110rem\] {
657
+ margin-top: 110rem;
658
+ }
659
+ .mt-\[140rem\] {
660
+ margin-top: 140rem;
661
+ }
662
+ .mt-\[146\.5rem\] {
663
+ margin-top: 146.5rem;
664
+ }
665
+ .mt-\[148\.5rem\] {
666
+ margin-top: 148.5rem;
667
+ }
668
+ .mt-\[223rem\] {
669
+ margin-top: 223rem;
670
+ }
671
+ .mr-1 {
672
+ margin-right: calc(var(--spacing) * 1);
673
+ }
674
+ .mr-1\.5 {
675
+ margin-right: calc(var(--spacing) * 1.5);
676
+ }
677
+ .mr-2 {
678
+ margin-right: calc(var(--spacing) * 2);
679
+ }
680
+ .mr-3 {
681
+ margin-right: calc(var(--spacing) * 3);
682
+ }
683
+ .mr-4 {
684
+ margin-right: calc(var(--spacing) * 4);
685
+ }
686
+ .mr-5 {
687
+ margin-right: calc(var(--spacing) * 5);
688
+ }
689
+ .mr-6 {
690
+ margin-right: calc(var(--spacing) * 6);
691
+ }
692
+ .mr-8 {
693
+ margin-right: calc(var(--spacing) * 8);
694
+ }
695
+ .mr-10 {
696
+ margin-right: calc(var(--spacing) * 10);
697
+ }
698
+ .-mb-0\.5 {
699
+ margin-bottom: calc(var(--spacing) * -0.5);
700
+ }
701
+ .mb-1 {
702
+ margin-bottom: calc(var(--spacing) * 1);
703
+ }
704
+ .mb-2 {
705
+ margin-bottom: calc(var(--spacing) * 2);
706
+ }
707
+ .mb-3 {
708
+ margin-bottom: calc(var(--spacing) * 3);
709
+ }
710
+ .mb-4 {
711
+ margin-bottom: calc(var(--spacing) * 4);
712
+ }
713
+ .mb-5 {
714
+ margin-bottom: calc(var(--spacing) * 5);
715
+ }
716
+ .mb-6 {
717
+ margin-bottom: calc(var(--spacing) * 6);
718
+ }
719
+ .mb-8 {
720
+ margin-bottom: calc(var(--spacing) * 8);
721
+ }
722
+ .mb-10 {
723
+ margin-bottom: calc(var(--spacing) * 10);
724
+ }
725
+ .mb-\[1\.8rem\] {
726
+ margin-bottom: 1.8rem;
727
+ }
728
+ .mb-\[1\.75rem\] {
729
+ margin-bottom: 1.75rem;
730
+ }
731
+ .mb-\[2\.65rem\] {
732
+ margin-bottom: 2.65rem;
733
+ }
734
+ .mb-\[2rem\] {
735
+ margin-bottom: 2rem;
736
+ }
737
+ .mb-\[3\.4rem\] {
738
+ margin-bottom: 3.4rem;
739
+ }
740
+ .mb-\[3\.8rem\] {
741
+ margin-bottom: 3.8rem;
742
+ }
743
+ .mb-\[3\.63rem\] {
744
+ margin-bottom: 3.63rem;
745
+ }
746
+ .mb-\[5rem\] {
747
+ margin-bottom: 5rem;
748
+ }
749
+ .mb-\[7\.15rem\] {
750
+ margin-bottom: 7.15rem;
751
+ }
752
+ .mb-\[7rem\] {
753
+ margin-bottom: 7rem;
754
+ }
755
+ .mb-\[9\.95rem\] {
756
+ margin-bottom: 9.95rem;
757
+ }
758
+ .mb-\[10rem\] {
759
+ margin-bottom: 10rem;
760
+ }
761
+ .mb-\[13\.78rem\] {
762
+ margin-bottom: 13.78rem;
763
+ }
764
+ .mb-\[14rem\] {
765
+ margin-bottom: 14rem;
766
+ }
767
+ .mb-\[18\.8rem\] {
768
+ margin-bottom: 18.8rem;
769
+ }
770
+ .mb-\[29rem\] {
771
+ margin-bottom: 29rem;
772
+ }
773
+ .mb-\[36\.5rem\] {
774
+ margin-bottom: 36.5rem;
775
+ }
776
+ .mb-\[62rem\] {
777
+ margin-bottom: 62rem;
778
+ }
779
+ .-ml-1 {
780
+ margin-left: calc(var(--spacing) * -1);
781
+ }
782
+ .-ml-2 {
783
+ margin-left: calc(var(--spacing) * -2);
784
+ }
785
+ .-ml-4 {
786
+ margin-left: calc(var(--spacing) * -4);
787
+ }
788
+ .-ml-\[0\.3rem\] {
789
+ margin-left: calc(0.3rem * -1);
790
+ }
791
+ .-ml-\[11rem\] {
792
+ margin-left: calc(11rem * -1);
793
+ }
794
+ .-ml-\[19\.2rem\] {
795
+ margin-left: calc(19.2rem * -1);
796
+ }
797
+ .-ml-\[181px\] {
798
+ margin-left: calc(181px * -1);
799
+ }
800
+ .-ml-\[309px\] {
801
+ margin-left: calc(309px * -1);
802
+ }
803
+ .ml-1 {
804
+ margin-left: calc(var(--spacing) * 1);
805
+ }
806
+ .ml-1\.5 {
807
+ margin-left: calc(var(--spacing) * 1.5);
808
+ }
809
+ .ml-2 {
810
+ margin-left: calc(var(--spacing) * 2);
811
+ }
812
+ .ml-3 {
813
+ margin-left: calc(var(--spacing) * 3);
814
+ }
815
+ .ml-4 {
816
+ margin-left: calc(var(--spacing) * 4);
817
+ }
818
+ .ml-5 {
819
+ margin-left: calc(var(--spacing) * 5);
820
+ }
821
+ .ml-9 {
822
+ margin-left: calc(var(--spacing) * 9);
823
+ }
824
+ .ml-10 {
825
+ margin-left: calc(var(--spacing) * 10);
826
+ }
827
+ .ml-\[1px\] {
828
+ margin-left: 1px;
829
+ }
830
+ .ml-auto {
831
+ margin-left: auto;
832
+ }
833
+ .block {
834
+ display: block;
835
+ }
836
+ .flex {
837
+ display: flex;
838
+ }
839
+ .grid {
840
+ display: grid;
841
+ }
842
+ .hidden {
843
+ display: none;
844
+ }
845
+ .inline {
846
+ display: inline;
847
+ }
848
+ .inline-block {
849
+ display: inline-block;
850
+ }
851
+ .inline-flex {
852
+ display: inline-flex;
853
+ }
854
+ .table {
855
+ display: table;
856
+ }
857
+ .table-cell {
858
+ display: table-cell;
859
+ }
860
+ .h-1 {
861
+ height: calc(var(--spacing) * 1);
862
+ }
863
+ .h-2 {
864
+ height: calc(var(--spacing) * 2);
865
+ }
866
+ .h-3 {
867
+ height: calc(var(--spacing) * 3);
868
+ }
869
+ .h-4 {
870
+ height: calc(var(--spacing) * 4);
871
+ }
872
+ .h-5 {
873
+ height: calc(var(--spacing) * 5);
874
+ }
875
+ .h-6 {
876
+ height: calc(var(--spacing) * 6);
877
+ }
878
+ .h-7 {
879
+ height: calc(var(--spacing) * 7);
880
+ }
881
+ .h-8 {
882
+ height: calc(var(--spacing) * 8);
883
+ }
884
+ .h-9 {
885
+ height: calc(var(--spacing) * 9);
886
+ }
887
+ .h-10 {
888
+ height: calc(var(--spacing) * 10);
889
+ }
890
+ .h-11 {
891
+ height: calc(var(--spacing) * 11);
892
+ }
893
+ .h-12 {
894
+ height: calc(var(--spacing) * 12);
895
+ }
896
+ .h-14 {
897
+ height: calc(var(--spacing) * 14);
898
+ }
899
+ .h-16 {
900
+ height: calc(var(--spacing) * 16);
901
+ }
902
+ .h-20 {
903
+ height: calc(var(--spacing) * 20);
904
+ }
905
+ .h-28 {
906
+ height: calc(var(--spacing) * 28);
907
+ }
908
+ .h-32 {
909
+ height: calc(var(--spacing) * 32);
910
+ }
911
+ .h-52 {
912
+ height: calc(var(--spacing) * 52);
913
+ }
914
+ .h-64 {
915
+ height: calc(var(--spacing) * 64);
916
+ }
917
+ .h-72 {
918
+ height: calc(var(--spacing) * 72);
919
+ }
920
+ .h-\[1\.5rem\] {
921
+ height: 1.5rem;
922
+ }
923
+ .h-\[2\.7rem\] {
924
+ height: 2.7rem;
925
+ }
926
+ .h-\[3\.5rem\] {
927
+ height: 3.5rem;
928
+ }
929
+ .h-\[3\.6rem\] {
930
+ height: 3.6rem;
931
+ }
932
+ .h-\[3rem\] {
933
+ height: 3rem;
934
+ }
935
+ .h-\[4\.8rem\] {
936
+ height: 4.8rem;
937
+ }
938
+ .h-\[6\.7rem\] {
939
+ height: 6.7rem;
940
+ }
941
+ .h-\[6rem\] {
942
+ height: 6rem;
943
+ }
944
+ .h-\[7\.2rem\] {
945
+ height: 7.2rem;
946
+ }
947
+ .h-\[7rem\] {
948
+ height: 7rem;
949
+ }
950
+ .h-\[8\.5rem\] {
951
+ height: 8.5rem;
952
+ }
953
+ .h-\[8rem\] {
954
+ height: 8rem;
955
+ }
956
+ .h-\[9\.1rem\] {
957
+ height: 9.1rem;
958
+ }
959
+ .h-\[10\.5rem\] {
960
+ height: 10.5rem;
961
+ }
962
+ .h-\[12\.6rem\] {
963
+ height: 12.6rem;
964
+ }
965
+ .h-\[12rem\] {
966
+ height: 12rem;
967
+ }
968
+ .h-\[14px\] {
969
+ height: 14px;
970
+ }
971
+ .h-\[14rem\] {
972
+ height: 14rem;
973
+ }
974
+ .h-\[18rem\] {
975
+ height: 18rem;
976
+ }
977
+ .h-\[20px\] {
978
+ height: 20px;
979
+ }
980
+ .h-\[25\.1rem\] {
981
+ height: 25.1rem;
982
+ }
983
+ .h-\[28rem\] {
984
+ height: 28rem;
985
+ }
986
+ .h-\[36rem\] {
987
+ height: 36rem;
988
+ }
989
+ .h-\[56rem\] {
990
+ height: 56rem;
991
+ }
992
+ .h-\[72rem\] {
993
+ height: 72rem;
994
+ }
995
+ .h-\[80rem\] {
996
+ height: 80rem;
997
+ }
998
+ .h-\[81rem\] {
999
+ height: 81rem;
1000
+ }
1001
+ .h-\[112rem\] {
1002
+ height: 112rem;
1003
+ }
1004
+ .h-\[256px\] {
1005
+ height: 256px;
1006
+ }
1007
+ .h-\[700px\] {
1008
+ height: 700px;
1009
+ }
1010
+ .h-full {
1011
+ height: 100%;
1012
+ }
1013
+ .max-h-44 {
1014
+ max-height: calc(var(--spacing) * 44);
1015
+ }
1016
+ .max-h-60 {
1017
+ max-height: calc(var(--spacing) * 60);
1018
+ }
1019
+ .max-h-\[70vh\] {
1020
+ max-height: 70vh;
1021
+ }
1022
+ .max-h-screen {
1023
+ max-height: 100vh;
1024
+ }
1025
+ .min-h-80 {
1026
+ min-height: calc(var(--spacing) * 80);
1027
+ }
1028
+ .min-h-\[200px\] {
1029
+ min-height: 200px;
1030
+ }
1031
+ .min-h-\[320px\] {
1032
+ min-height: 320px;
1033
+ }
1034
+ .min-h-screen {
1035
+ min-height: 100vh;
1036
+ }
1037
+ .w-1 {
1038
+ width: calc(var(--spacing) * 1);
1039
+ }
1040
+ .w-1\/2 {
1041
+ width: calc(1 / 2 * 100%);
1042
+ }
1043
+ .w-1\/3 {
1044
+ width: calc(1 / 3 * 100%);
1045
+ }
1046
+ .w-1\/4 {
1047
+ width: calc(1 / 4 * 100%);
1048
+ }
1049
+ .w-2 {
1050
+ width: calc(var(--spacing) * 2);
1051
+ }
1052
+ .w-2\/3 {
1053
+ width: calc(2 / 3 * 100%);
1054
+ }
1055
+ .w-2\/4 {
1056
+ width: calc(2 / 4 * 100%);
1057
+ }
1058
+ .w-3 {
1059
+ width: calc(var(--spacing) * 3);
1060
+ }
1061
+ .w-3\/4 {
1062
+ width: calc(3 / 4 * 100%);
1063
+ }
1064
+ .w-4 {
1065
+ width: calc(var(--spacing) * 4);
1066
+ }
1067
+ .w-4\/12 {
1068
+ width: calc(4 / 12 * 100%);
1069
+ }
1070
+ .w-5 {
1071
+ width: calc(var(--spacing) * 5);
1072
+ }
1073
+ .w-5\/12 {
1074
+ width: calc(5 / 12 * 100%);
1075
+ }
1076
+ .w-6 {
1077
+ width: calc(var(--spacing) * 6);
1078
+ }
1079
+ .w-7 {
1080
+ width: calc(var(--spacing) * 7);
1081
+ }
1082
+ .w-8 {
1083
+ width: calc(var(--spacing) * 8);
1084
+ }
1085
+ .w-9 {
1086
+ width: calc(var(--spacing) * 9);
1087
+ }
1088
+ .w-9\/12 {
1089
+ width: calc(9 / 12 * 100%);
1090
+ }
1091
+ .w-10 {
1092
+ width: calc(var(--spacing) * 10);
1093
+ }
1094
+ .w-11 {
1095
+ width: calc(var(--spacing) * 11);
1096
+ }
1097
+ .w-11\/12 {
1098
+ width: calc(11 / 12 * 100%);
1099
+ }
1100
+ .w-12 {
1101
+ width: calc(var(--spacing) * 12);
1102
+ }
1103
+ .w-14 {
1104
+ width: calc(var(--spacing) * 14);
1105
+ }
1106
+ .w-16 {
1107
+ width: calc(var(--spacing) * 16);
1108
+ }
1109
+ .w-18 {
1110
+ width: calc(var(--spacing) * 18);
1111
+ }
1112
+ .w-20 {
1113
+ width: calc(var(--spacing) * 20);
1114
+ }
1115
+ .w-24 {
1116
+ width: calc(var(--spacing) * 24);
1117
+ }
1118
+ .w-28 {
1119
+ width: calc(var(--spacing) * 28);
1120
+ }
1121
+ .w-32 {
1122
+ width: calc(var(--spacing) * 32);
1123
+ }
1124
+ .w-36 {
1125
+ width: calc(var(--spacing) * 36);
1126
+ }
1127
+ .w-40 {
1128
+ width: calc(var(--spacing) * 40);
1129
+ }
1130
+ .w-44 {
1131
+ width: calc(var(--spacing) * 44);
1132
+ }
1133
+ .w-50 {
1134
+ width: calc(var(--spacing) * 50);
1135
+ }
1136
+ .w-52 {
1137
+ width: calc(var(--spacing) * 52);
1138
+ }
1139
+ .w-60 {
1140
+ width: calc(var(--spacing) * 60);
1141
+ }
1142
+ .w-64 {
1143
+ width: calc(var(--spacing) * 64);
1144
+ }
1145
+ .w-72 {
1146
+ width: calc(var(--spacing) * 72);
1147
+ }
1148
+ .w-80 {
1149
+ width: calc(var(--spacing) * 80);
1150
+ }
1151
+ .w-96 {
1152
+ width: calc(var(--spacing) * 96);
1153
+ }
1154
+ .w-\[8\.9rem\] {
1155
+ width: 8.9rem;
1156
+ }
1157
+ .w-\[14px\] {
1158
+ width: 14px;
1159
+ }
1160
+ .w-\[21px\] {
1161
+ width: 21px;
1162
+ }
1163
+ .w-\[342px\] {
1164
+ width: 342px;
1165
+ }
1166
+ .w-\[900px\] {
1167
+ width: 900px;
1168
+ }
1169
+ .w-full {
1170
+ width: 100%;
1171
+ }
1172
+ .max-w-56 {
1173
+ max-width: calc(var(--spacing) * 56);
1174
+ }
1175
+ .max-w-96 {
1176
+ max-width: calc(var(--spacing) * 96);
1177
+ }
1178
+ .max-w-full {
1179
+ max-width: 100%;
1180
+ }
1181
+ .max-w-md {
1182
+ max-width: var(--container-md);
1183
+ }
1184
+ .min-w-0 {
1185
+ min-width: calc(var(--spacing) * 0);
1186
+ }
1187
+ .min-w-40 {
1188
+ min-width: calc(var(--spacing) * 40);
1189
+ }
1190
+ .min-w-\[22rem\] {
1191
+ min-width: 22rem;
1192
+ }
1193
+ .min-w-\[30rem\] {
1194
+ min-width: 30rem;
1195
+ }
1196
+ .min-w-\[50rem\] {
1197
+ min-width: 50rem;
1198
+ }
1199
+ .min-w-\[300px\] {
1200
+ min-width: 300px;
1201
+ }
1202
+ .min-w-full {
1203
+ min-width: 100%;
1204
+ }
1205
+ .flex-1 {
1206
+ flex: 1;
1207
+ }
1208
+ .flex-none {
1209
+ flex: none;
1210
+ }
1211
+ .shrink-0 {
1212
+ flex-shrink: 0;
1213
+ }
1214
+ .flex-grow {
1215
+ flex-grow: 1;
1216
+ }
1217
+ .grow {
1218
+ flex-grow: 1;
1219
+ }
1220
+ .border-separate {
1221
+ border-collapse: separate;
1222
+ }
1223
+ .border-spacing-1 {
1224
+ --tw-border-spacing-x: calc(var(--spacing) * 1);
1225
+ --tw-border-spacing-y: calc(var(--spacing) * 1);
1226
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
1227
+ }
1228
+ .translate-x-full {
1229
+ --tw-translate-x: 100%;
1230
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1231
+ }
1232
+ .-rotate-180 {
1233
+ rotate: calc(180deg * -1);
1234
+ }
1235
+ .rotate-0 {
1236
+ rotate: 0deg;
1237
+ }
1238
+ .rotate-180 {
1239
+ rotate: 180deg;
1240
+ }
1241
+ .transform {
1242
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
1243
+ }
1244
+ .animate-pulse {
1245
+ animation: var(--animate-pulse);
1246
+ }
1247
+ .animate-spin {
1248
+ animation: var(--animate-spin);
1249
+ }
1250
+ .cursor-grab {
1251
+ cursor: grab;
1252
+ }
1253
+ .cursor-not-allowed {
1254
+ cursor: not-allowed;
1255
+ }
1256
+ .cursor-pointer {
1257
+ cursor: pointer;
1258
+ }
1259
+ .resize {
1260
+ resize: both;
1261
+ }
1262
+ .resize-none {
1263
+ resize: none;
1264
+ }
1265
+ .scrollbar-thin {
1266
+ scrollbar-width: thin;
1267
+ }
1268
+ .appearance-none {
1269
+ appearance: none;
1270
+ }
1271
+ .grid-cols-1 {
1272
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1273
+ }
1274
+ .grid-cols-2 {
1275
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1276
+ }
1277
+ .grid-cols-3 {
1278
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1279
+ }
1280
+ .grid-cols-4 {
1281
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1282
+ }
1283
+ .grid-cols-12 {
1284
+ grid-template-columns: repeat(12, minmax(0, 1fr));
1285
+ }
1286
+ .flex-col {
1287
+ flex-direction: column;
1288
+ }
1289
+ .flex-row {
1290
+ flex-direction: row;
1291
+ }
1292
+ .flex-wrap {
1293
+ flex-wrap: wrap;
1294
+ }
1295
+ .items-baseline {
1296
+ align-items: baseline;
1297
+ }
1298
+ .items-center {
1299
+ align-items: center;
1300
+ }
1301
+ .items-end {
1302
+ align-items: flex-end;
1303
+ }
1304
+ .items-start {
1305
+ align-items: flex-start;
1306
+ }
1307
+ .items-stretch {
1308
+ align-items: stretch;
1309
+ }
1310
+ .justify-around {
1311
+ justify-content: space-around;
1312
+ }
1313
+ .justify-between {
1314
+ justify-content: space-between;
1315
+ }
1316
+ .justify-center {
1317
+ justify-content: center;
1318
+ }
1319
+ .justify-end {
1320
+ justify-content: flex-end;
1321
+ }
1322
+ .justify-start {
1323
+ justify-content: flex-start;
1324
+ }
1325
+ .gap-1 {
1326
+ gap: calc(var(--spacing) * 1);
1327
+ }
1328
+ .gap-2 {
1329
+ gap: calc(var(--spacing) * 2);
1330
+ }
1331
+ .gap-2\.5 {
1332
+ gap: calc(var(--spacing) * 2.5);
1333
+ }
1334
+ .gap-3 {
1335
+ gap: calc(var(--spacing) * 3);
1336
+ }
1337
+ .gap-4 {
1338
+ gap: calc(var(--spacing) * 4);
1339
+ }
1340
+ .space-y-2 {
1341
+ :where(& > :not(:last-child)) {
1342
+ --tw-space-y-reverse: 0;
1343
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
1344
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
1345
+ }
1346
+ }
1347
+ .space-y-3 {
1348
+ :where(& > :not(:last-child)) {
1349
+ --tw-space-y-reverse: 0;
1350
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
1351
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
1352
+ }
1353
+ }
1354
+ .gap-x-4 {
1355
+ column-gap: calc(var(--spacing) * 4);
1356
+ }
1357
+ .space-x-2 {
1358
+ :where(& > :not(:last-child)) {
1359
+ --tw-space-x-reverse: 0;
1360
+ margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
1361
+ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
1362
+ }
1363
+ }
1364
+ .space-x-3 {
1365
+ :where(& > :not(:last-child)) {
1366
+ --tw-space-x-reverse: 0;
1367
+ margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
1368
+ margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
1369
+ }
1370
+ }
1371
+ .space-x-4 {
1372
+ :where(& > :not(:last-child)) {
1373
+ --tw-space-x-reverse: 0;
1374
+ margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
1375
+ margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
1376
+ }
1377
+ }
1378
+ .self-end {
1379
+ align-self: flex-end;
1380
+ }
1381
+ .justify-self-end {
1382
+ justify-self: flex-end;
1383
+ }
1384
+ .justify-self-start {
1385
+ justify-self: flex-start;
1386
+ }
1387
+ .truncate {
1388
+ overflow: hidden;
1389
+ text-overflow: ellipsis;
1390
+ white-space: nowrap;
1391
+ }
1392
+ .overflow-auto {
1393
+ overflow: auto;
1394
+ }
1395
+ .overflow-hidden {
1396
+ overflow: hidden;
1397
+ }
1398
+ .overflow-x-auto {
1399
+ overflow-x: auto;
1400
+ }
1401
+ .overflow-y-auto {
1402
+ overflow-y: auto;
1403
+ }
1404
+ .rounded {
1405
+ border-radius: 0.25rem;
1406
+ }
1407
+ .rounded-2xl {
1408
+ border-radius: var(--radius-2xl);
1409
+ }
1410
+ .rounded-full {
1411
+ border-radius: calc(infinity * 1px);
1412
+ }
1413
+ .rounded-lg {
1414
+ border-radius: var(--radius-lg);
1415
+ }
1416
+ .rounded-md {
1417
+ border-radius: var(--radius-md);
1418
+ }
1419
+ .rounded-xl {
1420
+ border-radius: var(--radius-xl);
1421
+ }
1422
+ .rounded-t-xl {
1423
+ border-top-left-radius: var(--radius-xl);
1424
+ border-top-right-radius: var(--radius-xl);
1425
+ }
1426
+ .rounded-l-lg {
1427
+ border-top-left-radius: var(--radius-lg);
1428
+ border-bottom-left-radius: var(--radius-lg);
1429
+ }
1430
+ .rounded-l-md {
1431
+ border-top-left-radius: var(--radius-md);
1432
+ border-bottom-left-radius: var(--radius-md);
1433
+ }
1434
+ .rounded-tl-md {
1435
+ border-top-left-radius: var(--radius-md);
1436
+ }
1437
+ .rounded-r-lg {
1438
+ border-top-right-radius: var(--radius-lg);
1439
+ border-bottom-right-radius: var(--radius-lg);
1440
+ }
1441
+ .rounded-r-md {
1442
+ border-top-right-radius: var(--radius-md);
1443
+ border-bottom-right-radius: var(--radius-md);
1444
+ }
1445
+ .rounded-tr-lg {
1446
+ border-top-right-radius: var(--radius-lg);
1447
+ }
1448
+ .rounded-b-xl {
1449
+ border-bottom-right-radius: var(--radius-xl);
1450
+ border-bottom-left-radius: var(--radius-xl);
1451
+ }
1452
+ .rounded-br-lg {
1453
+ border-bottom-right-radius: var(--radius-lg);
1454
+ }
1455
+ .rounded-bl-md {
1456
+ border-bottom-left-radius: var(--radius-md);
1457
+ }
1458
+ .border {
1459
+ border-style: var(--tw-border-style);
1460
+ border-width: 1px;
1461
+ }
1462
+ .border-2 {
1463
+ border-style: var(--tw-border-style);
1464
+ border-width: 2px;
1465
+ }
1466
+ .border-t {
1467
+ border-top-style: var(--tw-border-style);
1468
+ border-top-width: 1px;
1469
+ }
1470
+ .border-r {
1471
+ border-right-style: var(--tw-border-style);
1472
+ border-right-width: 1px;
1473
+ }
1474
+ .border-b {
1475
+ border-bottom-style: var(--tw-border-style);
1476
+ border-bottom-width: 1px;
1477
+ }
1478
+ .border-l {
1479
+ border-left-style: var(--tw-border-style);
1480
+ border-left-width: 1px;
1481
+ }
1482
+ .border-dashed {
1483
+ --tw-border-style: dashed;
1484
+ border-style: dashed;
1485
+ }
1486
+ .border-alarm {
1487
+ border-color: #FD546F;
1488
+ }
1489
+ .border-black {
1490
+ border-color: var(--color-black);
1491
+ }
1492
+ .border-blue {
1493
+ border-color: #375085;
1494
+ }
1495
+ .border-bright {
1496
+ border-color: #6190f2;
1497
+ }
1498
+ .border-dropdownSelect {
1499
+ border-color: #D5E4EE;
1500
+ }
1501
+ .border-gold {
1502
+ border-color: #ECE672;
1503
+ }
1504
+ .border-gray-300 {
1505
+ border-color: var(--color-gray-300);
1506
+ }
1507
+ .border-green {
1508
+ border-color: #427958;
1509
+ }
1510
+ .border-navy {
1511
+ border-color: #182a3a;
1512
+ }
1513
+ .border-neutral {
1514
+ border-color: #FFFFFF;
1515
+ }
1516
+ .border-orange {
1517
+ border-color: #C78544;
1518
+ }
1519
+ .border-orange2 {
1520
+ border-color: #FF7A00;
1521
+ }
1522
+ .border-poolBox {
1523
+ border-color: #f7f8fb;
1524
+ }
1525
+ .border-poolSetup {
1526
+ border-color: #F6FAFD;
1527
+ }
1528
+ .border-purple {
1529
+ border-color: #4B3A89;
1530
+ }
1531
+ .border-quaternary {
1532
+ border-color: #8991AC;
1533
+ }
1534
+ .border-red {
1535
+ border-color: #C74444;
1536
+ }
1537
+ .border-rose {
1538
+ border-color: #904f69;
1539
+ }
1540
+ .border-silver {
1541
+ border-color: #a0a0a0;
1542
+ }
1543
+ .border-b-bright {
1544
+ border-bottom-color: #6190f2;
1545
+ }
1546
+ .border-b-neutral {
1547
+ border-bottom-color: #FFFFFF;
1548
+ }
1549
+ .\!bg-white {
1550
+ background-color: var(--color-white) !important;
1551
+ }
1552
+ .bg-acceptedBorder {
1553
+ background-color: #ADCFC6;
1554
+ }
1555
+ .bg-acceptedHighlight {
1556
+ background-color: #E5F6F1;
1557
+ }
1558
+ .bg-alarm {
1559
+ background-color: #FD546F;
1560
+ }
1561
+ .bg-alarmHighlight {
1562
+ background-color: #FED5D6;
1563
+ }
1564
+ .bg-black {
1565
+ background-color: var(--color-black);
1566
+ }
1567
+ .bg-blue {
1568
+ background-color: #375085;
1569
+ }
1570
+ .bg-bright {
1571
+ background-color: #6190f2;
1572
+ }
1573
+ .bg-dropdownSelect {
1574
+ background-color: #D5E4EE;
1575
+ }
1576
+ .bg-eventBoxBlue {
1577
+ background-color: #eff4f7;
1578
+ }
1579
+ .bg-eventBoxBlueTwo {
1580
+ background-color: #CDDBE4;
1581
+ }
1582
+ .bg-eventBoxGreen {
1583
+ background-color: #f3f7ef;
1584
+ }
1585
+ .bg-eventBoxGreenTwo {
1586
+ background-color: #BCD2A2;
1587
+ }
1588
+ .bg-eventBoxRed {
1589
+ background-color: #f7efef;
1590
+ }
1591
+ .bg-gold {
1592
+ background-color: #ECE672;
1593
+ }
1594
+ .bg-gray-200 {
1595
+ background-color: var(--color-gray-200);
1596
+ }
1597
+ .bg-gray-300 {
1598
+ background-color: var(--color-gray-300);
1599
+ }
1600
+ .bg-graySecondary {
1601
+ background-color: #C0C5CA;
1602
+ }
1603
+ .bg-green {
1604
+ background-color: #427958;
1605
+ }
1606
+ .bg-gridBoxHeader {
1607
+ background-color: #DBE6ED;
1608
+ }
1609
+ .bg-lightgray {
1610
+ background-color: #E0E0E0;
1611
+ }
1612
+ .bg-loadingModalBG {
1613
+ background-color: #fcfcfc;
1614
+ }
1615
+ .bg-lossRed {
1616
+ background-color: #ff7477;
1617
+ }
1618
+ .bg-navy {
1619
+ background-color: #182a3a;
1620
+ }
1621
+ .bg-neutral {
1622
+ background-color: #FFFFFF;
1623
+ }
1624
+ .bg-orange {
1625
+ background-color: #C78544;
1626
+ }
1627
+ .bg-orange2 {
1628
+ background-color: #FF7A00;
1629
+ }
1630
+ .bg-pink {
1631
+ background-color: #D88DB7;
1632
+ }
1633
+ .bg-poolBox {
1634
+ background-color: #f7f8fb;
1635
+ }
1636
+ .bg-poolSetup {
1637
+ background-color: #F6FAFD;
1638
+ }
1639
+ .bg-primary {
1640
+ background-color: #141B33;
1641
+ }
1642
+ .bg-primaryHighlight {
1643
+ background-color: #52586C;
1644
+ }
1645
+ .bg-purple {
1646
+ background-color: #4B3A89;
1647
+ }
1648
+ .bg-quaternary {
1649
+ background-color: #8991AC;
1650
+ }
1651
+ .bg-quaternaryHighlight {
1652
+ background-color: #ACB2C5;
1653
+ }
1654
+ .bg-red {
1655
+ background-color: #C74444;
1656
+ }
1657
+ .bg-rose {
1658
+ background-color: #904f69;
1659
+ }
1660
+ .bg-secondary {
1661
+ background-color: #2B324B;
1662
+ }
1663
+ .bg-silver {
1664
+ background-color: #a0a0a0;
1665
+ }
1666
+ .bg-slate-50 {
1667
+ background-color: var(--color-slate-50);
1668
+ }
1669
+ .bg-tertiary {
1670
+ background-color: #F6FAFD;
1671
+ }
1672
+ .bg-toggleBackground {
1673
+ background-color: #A9C4D6;
1674
+ }
1675
+ .bg-white {
1676
+ background-color: var(--color-white);
1677
+ }
1678
+ .bg-white\/60 {
1679
+ background-color: color-mix(in srgb, #fff 60%, transparent);
1680
+ @supports (color: color-mix(in lab, red, red)) {
1681
+ background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
1682
+ }
1683
+ }
1684
+ .bg-winGreen {
1685
+ background-color: #68e269;
1686
+ }
1687
+ .bg-contain {
1688
+ background-size: contain;
1689
+ }
1690
+ .bg-center {
1691
+ background-position: center;
1692
+ }
1693
+ .bg-no-repeat {
1694
+ background-repeat: no-repeat;
1695
+ }
1696
+ .object-cover {
1697
+ object-fit: cover;
1698
+ }
1699
+ .p-0\! {
1700
+ padding: calc(var(--spacing) * 0) !important;
1701
+ }
1702
+ .p-0\.5 {
1703
+ padding: calc(var(--spacing) * 0.5);
1704
+ }
1705
+ .p-1 {
1706
+ padding: calc(var(--spacing) * 1);
1707
+ }
1708
+ .p-2 {
1709
+ padding: calc(var(--spacing) * 2);
1710
+ }
1711
+ .p-3 {
1712
+ padding: calc(var(--spacing) * 3);
1713
+ }
1714
+ .p-4 {
1715
+ padding: calc(var(--spacing) * 4);
1716
+ }
1717
+ .p-5 {
1718
+ padding: calc(var(--spacing) * 5);
1719
+ }
1720
+ .p-6 {
1721
+ padding: calc(var(--spacing) * 6);
1722
+ }
1723
+ .p-8 {
1724
+ padding: calc(var(--spacing) * 8);
1725
+ }
1726
+ .p-9 {
1727
+ padding: calc(var(--spacing) * 9);
1728
+ }
1729
+ .px-0\.5 {
1730
+ padding-inline: calc(var(--spacing) * 0.5);
1731
+ }
1732
+ .px-1 {
1733
+ padding-inline: calc(var(--spacing) * 1);
1734
+ }
1735
+ .px-2 {
1736
+ padding-inline: calc(var(--spacing) * 2);
1737
+ }
1738
+ .px-2\.5 {
1739
+ padding-inline: calc(var(--spacing) * 2.5);
1740
+ }
1741
+ .px-3 {
1742
+ padding-inline: calc(var(--spacing) * 3);
1743
+ }
1744
+ .px-4 {
1745
+ padding-inline: calc(var(--spacing) * 4);
1746
+ }
1747
+ .px-5 {
1748
+ padding-inline: calc(var(--spacing) * 5);
1749
+ }
1750
+ .px-6 {
1751
+ padding-inline: calc(var(--spacing) * 6);
1752
+ }
1753
+ .px-8 {
1754
+ padding-inline: calc(var(--spacing) * 8);
1755
+ }
1756
+ .py-0\.5 {
1757
+ padding-block: calc(var(--spacing) * 0.5);
1758
+ }
1759
+ .py-1 {
1760
+ padding-block: calc(var(--spacing) * 1);
1761
+ }
1762
+ .py-1\.5 {
1763
+ padding-block: calc(var(--spacing) * 1.5);
1764
+ }
1765
+ .py-2 {
1766
+ padding-block: calc(var(--spacing) * 2);
1767
+ }
1768
+ .py-3 {
1769
+ padding-block: calc(var(--spacing) * 3);
1770
+ }
1771
+ .py-4 {
1772
+ padding-block: calc(var(--spacing) * 4);
1773
+ }
1774
+ .py-8 {
1775
+ padding-block: calc(var(--spacing) * 8);
1776
+ }
1777
+ .pt-0\.5 {
1778
+ padding-top: calc(var(--spacing) * 0.5);
1779
+ }
1780
+ .pt-1 {
1781
+ padding-top: calc(var(--spacing) * 1);
1782
+ }
1783
+ .pt-1\.5 {
1784
+ padding-top: calc(var(--spacing) * 1.5);
1785
+ }
1786
+ .pt-2 {
1787
+ padding-top: calc(var(--spacing) * 2);
1788
+ }
1789
+ .pt-2\.5 {
1790
+ padding-top: calc(var(--spacing) * 2.5);
1791
+ }
1792
+ .pt-3 {
1793
+ padding-top: calc(var(--spacing) * 3);
1794
+ }
1795
+ .pt-4 {
1796
+ padding-top: calc(var(--spacing) * 4);
1797
+ }
1798
+ .pt-5 {
1799
+ padding-top: calc(var(--spacing) * 5);
1800
+ }
1801
+ .pt-6 {
1802
+ padding-top: calc(var(--spacing) * 6);
1803
+ }
1804
+ .pr-2 {
1805
+ padding-right: calc(var(--spacing) * 2);
1806
+ }
1807
+ .pr-3 {
1808
+ padding-right: calc(var(--spacing) * 3);
1809
+ }
1810
+ .pr-4 {
1811
+ padding-right: calc(var(--spacing) * 4);
1812
+ }
1813
+ .pb-1 {
1814
+ padding-bottom: calc(var(--spacing) * 1);
1815
+ }
1816
+ .pb-2 {
1817
+ padding-bottom: calc(var(--spacing) * 2);
1818
+ }
1819
+ .pb-4 {
1820
+ padding-bottom: calc(var(--spacing) * 4);
1821
+ }
1822
+ .pb-6 {
1823
+ padding-bottom: calc(var(--spacing) * 6);
1824
+ }
1825
+ .pl-0 {
1826
+ padding-left: calc(var(--spacing) * 0);
1827
+ }
1828
+ .pl-1 {
1829
+ padding-left: calc(var(--spacing) * 1);
1830
+ }
1831
+ .pl-2 {
1832
+ padding-left: calc(var(--spacing) * 2);
1833
+ }
1834
+ .pl-3 {
1835
+ padding-left: calc(var(--spacing) * 3);
1836
+ }
1837
+ .pl-4 {
1838
+ padding-left: calc(var(--spacing) * 4);
1839
+ }
1840
+ .text-center {
1841
+ text-align: center;
1842
+ }
1843
+ .text-left {
1844
+ text-align: left;
1845
+ }
1846
+ .text-right {
1847
+ text-align: right;
1848
+ }
1849
+ .text-start {
1850
+ text-align: start;
1851
+ }
1852
+ .align-middle {
1853
+ vertical-align: middle;
1854
+ }
1855
+ .align-top {
1856
+ vertical-align: top;
1857
+ }
1858
+ .text-2xl {
1859
+ font-size: var(--text-2xl);
1860
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
1861
+ }
1862
+ .text-3xl {
1863
+ font-size: var(--text-3xl);
1864
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
1865
+ }
1866
+ .text-4xl {
1867
+ font-size: var(--text-4xl);
1868
+ line-height: var(--tw-leading, var(--text-4xl--line-height));
1869
+ }
1870
+ .text-5xl {
1871
+ font-size: var(--text-5xl);
1872
+ line-height: var(--tw-leading, var(--text-5xl--line-height));
1873
+ }
1874
+ .text-6xl {
1875
+ font-size: var(--text-6xl);
1876
+ line-height: var(--tw-leading, var(--text-6xl--line-height));
1877
+ }
1878
+ .text-7xl {
1879
+ font-size: var(--text-7xl);
1880
+ line-height: var(--tw-leading, var(--text-7xl--line-height));
1881
+ }
1882
+ .text-8xl {
1883
+ font-size: var(--text-8xl);
1884
+ line-height: var(--tw-leading, var(--text-8xl--line-height));
1885
+ }
1886
+ .text-lg {
1887
+ font-size: var(--text-lg);
1888
+ line-height: var(--tw-leading, var(--text-lg--line-height));
1889
+ }
1890
+ .text-sm {
1891
+ font-size: var(--text-sm);
1892
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1893
+ }
1894
+ .text-xl {
1895
+ font-size: var(--text-xl);
1896
+ line-height: var(--tw-leading, var(--text-xl--line-height));
1897
+ }
1898
+ .text-xs {
1899
+ font-size: var(--text-xs);
1900
+ line-height: var(--tw-leading, var(--text-xs--line-height));
1901
+ }
1902
+ .text-\[12rem\] {
1903
+ font-size: 12rem;
1904
+ }
1905
+ .text-\[20rem\] {
1906
+ font-size: 20rem;
1907
+ }
1908
+ .leading-h1 {
1909
+ --tw-leading: 1.25;
1910
+ line-height: 1.25;
1911
+ }
1912
+ .leading-none {
1913
+ --tw-leading: 1;
1914
+ line-height: 1;
1915
+ }
1916
+ .font-bold {
1917
+ --tw-font-weight: var(--font-weight-bold);
1918
+ font-weight: var(--font-weight-bold);
1919
+ }
1920
+ .font-extrabold {
1921
+ --tw-font-weight: var(--font-weight-extrabold);
1922
+ font-weight: var(--font-weight-extrabold);
1923
+ }
1924
+ .font-light {
1925
+ --tw-font-weight: var(--font-weight-light);
1926
+ font-weight: var(--font-weight-light);
1927
+ }
1928
+ .font-medium {
1929
+ --tw-font-weight: var(--font-weight-medium);
1930
+ font-weight: var(--font-weight-medium);
1931
+ }
1932
+ .font-normal {
1933
+ --tw-font-weight: var(--font-weight-normal);
1934
+ font-weight: var(--font-weight-normal);
1935
+ }
1936
+ .font-semibold {
1937
+ --tw-font-weight: var(--font-weight-semibold);
1938
+ font-weight: var(--font-weight-semibold);
1939
+ }
1940
+ .text-nowrap {
1941
+ text-wrap: nowrap;
1942
+ }
1943
+ .whitespace-nowrap {
1944
+ white-space: nowrap;
1945
+ }
1946
+ .text-accepted {
1947
+ color: #1D7E64;
1948
+ }
1949
+ .text-acceptedBorder {
1950
+ color: #ADCFC6;
1951
+ }
1952
+ .text-alarm {
1953
+ color: #FD546F;
1954
+ }
1955
+ .text-alarmText {
1956
+ color: #F90229;
1957
+ }
1958
+ .text-black {
1959
+ color: var(--color-black);
1960
+ }
1961
+ .text-blue {
1962
+ color: #375085;
1963
+ }
1964
+ .text-bright {
1965
+ color: #6190f2;
1966
+ }
1967
+ .text-darkgray {
1968
+ color: #535353;
1969
+ }
1970
+ .text-dropdownSelect {
1971
+ color: #D5E4EE;
1972
+ }
1973
+ .text-gold {
1974
+ color: #ECE672;
1975
+ }
1976
+ .text-gray-500 {
1977
+ color: var(--color-gray-500);
1978
+ }
1979
+ .text-gray-800 {
1980
+ color: var(--color-gray-800);
1981
+ }
1982
+ .text-green {
1983
+ color: #427958;
1984
+ }
1985
+ .text-gridBoxHeader {
1986
+ color: #DBE6ED;
1987
+ }
1988
+ .text-lossRed {
1989
+ color: #ff7477;
1990
+ }
1991
+ .text-navy {
1992
+ color: #182a3a;
1993
+ }
1994
+ .text-neutral {
1995
+ color: #FFFFFF;
1996
+ }
1997
+ .text-orange {
1998
+ color: #C78544;
1999
+ }
2000
+ .text-pink {
2001
+ color: #D88DB7;
2002
+ }
2003
+ .text-primary {
2004
+ color: #141B33;
2005
+ }
2006
+ .text-primaryHighlight {
2007
+ color: #52586C;
2008
+ }
2009
+ .text-purple {
2010
+ color: #4B3A89;
2011
+ }
2012
+ .text-quaternary {
2013
+ color: #8991AC;
2014
+ }
2015
+ .text-quinary {
2016
+ color: #989daa;
2017
+ }
2018
+ .text-red {
2019
+ color: #C74444;
2020
+ }
2021
+ .text-red-700 {
2022
+ color: var(--color-red-700);
2023
+ }
2024
+ .text-rose {
2025
+ color: #904f69;
2026
+ }
2027
+ .text-secondary {
2028
+ color: #2B324B;
2029
+ }
2030
+ .text-silver {
2031
+ color: #a0a0a0;
2032
+ }
2033
+ .text-slate-400 {
2034
+ color: var(--color-slate-400);
2035
+ }
2036
+ .text-slate-500 {
2037
+ color: var(--color-slate-500);
2038
+ }
2039
+ .text-tertiary {
2040
+ color: #F6FAFD;
2041
+ }
2042
+ .text-toggleBackground {
2043
+ color: #A9C4D6;
2044
+ }
2045
+ .italic {
2046
+ font-style: italic;
2047
+ }
2048
+ .underline {
2049
+ text-decoration-line: underline;
2050
+ }
2051
+ .accent-primary {
2052
+ accent-color: #141B33;
2053
+ }
2054
+ .opacity-0 {
2055
+ opacity: 0%;
2056
+ }
2057
+ .opacity-50 {
2058
+ opacity: 50%;
2059
+ }
2060
+ .opacity-60 {
2061
+ opacity: 60%;
2062
+ }
2063
+ .opacity-100 {
2064
+ opacity: 100%;
2065
+ }
2066
+ .shadow {
2067
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2068
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2069
+ }
2070
+ .shadow-lg {
2071
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2072
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2073
+ }
2074
+ .shadow-md {
2075
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2076
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2077
+ }
2078
+ .shadow-sm {
2079
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2080
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2081
+ }
2082
+ .shadow-xl {
2083
+ --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2084
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2085
+ }
2086
+ .ring {
2087
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2088
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2089
+ }
2090
+ .ring-2 {
2091
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2092
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2093
+ }
2094
+ .ring-blue-400 {
2095
+ --tw-ring-color: var(--color-blue-400);
2096
+ }
2097
+ .ring-slate-300 {
2098
+ --tw-ring-color: var(--color-slate-300);
2099
+ }
2100
+ .ring-white {
2101
+ --tw-ring-color: var(--color-white);
2102
+ }
2103
+ .blur {
2104
+ --tw-blur: blur(8px);
2105
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
2106
+ }
2107
+ .drop-shadow {
2108
+ --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
2109
+ --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
2110
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
2111
+ }
2112
+ .filter {
2113
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
2114
+ }
2115
+ .transition {
2116
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
2117
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2118
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2119
+ }
2120
+ .transition-all {
2121
+ transition-property: all;
2122
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2123
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2124
+ }
2125
+ .transition-colors {
2126
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
2127
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2128
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2129
+ }
2130
+ .transition-opacity {
2131
+ transition-property: opacity;
2132
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2133
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2134
+ }
2135
+ .transition-transform {
2136
+ transition-property: transform, translate, scale, rotate;
2137
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2138
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2139
+ }
2140
+ .delay-150 {
2141
+ transition-delay: 150ms;
2142
+ }
2143
+ .duration-200 {
2144
+ --tw-duration: 200ms;
2145
+ transition-duration: 200ms;
2146
+ }
2147
+ .duration-300 {
2148
+ --tw-duration: 300ms;
2149
+ transition-duration: 300ms;
2150
+ }
2151
+ .duration-400 {
2152
+ --tw-duration: 400ms;
2153
+ transition-duration: 400ms;
2154
+ }
2155
+ .duration-500 {
2156
+ --tw-duration: 500ms;
2157
+ transition-duration: 500ms;
2158
+ }
2159
+ .ease-in-out {
2160
+ --tw-ease: var(--ease-in-out);
2161
+ transition-timing-function: var(--ease-in-out);
2162
+ }
2163
+ .select-none {
2164
+ -webkit-user-select: none;
2165
+ user-select: none;
2166
+ }
2167
+ .placeholder\:text-xs {
2168
+ &::placeholder {
2169
+ font-size: var(--text-xs);
2170
+ line-height: var(--tw-leading, var(--text-xs--line-height));
2171
+ }
2172
+ }
2173
+ .last\:border-b-0 {
2174
+ &:last-child {
2175
+ border-bottom-style: var(--tw-border-style);
2176
+ border-bottom-width: 0px;
2177
+ }
2178
+ }
2179
+ .even\:bg-eventBoxBlue {
2180
+ &:nth-child(even) {
2181
+ background-color: #eff4f7;
2182
+ }
2183
+ }
2184
+ .hover\:border-b {
2185
+ &:hover {
2186
+ @media (hover: hover) {
2187
+ border-bottom-style: var(--tw-border-style);
2188
+ border-bottom-width: 1px;
2189
+ }
2190
+ }
2191
+ }
2192
+ .hover\:border-bright {
2193
+ &:hover {
2194
+ @media (hover: hover) {
2195
+ border-color: #6190f2;
2196
+ }
2197
+ }
2198
+ }
2199
+ .hover\:border-dropdownSelect {
2200
+ &:hover {
2201
+ @media (hover: hover) {
2202
+ border-color: #D5E4EE;
2203
+ }
2204
+ }
2205
+ }
2206
+ .hover\:border-b-bright {
2207
+ &:hover {
2208
+ @media (hover: hover) {
2209
+ border-bottom-color: #6190f2;
2210
+ }
2211
+ }
2212
+ }
2213
+ .hover\:bg-bright {
2214
+ &:hover {
2215
+ @media (hover: hover) {
2216
+ background-color: #6190f2;
2217
+ }
2218
+ }
2219
+ }
2220
+ .hover\:bg-dropdownSelect {
2221
+ &:hover {
2222
+ @media (hover: hover) {
2223
+ background-color: #D5E4EE;
2224
+ }
2225
+ }
2226
+ }
2227
+ .hover\:bg-eventBoxRed {
2228
+ &:hover {
2229
+ @media (hover: hover) {
2230
+ background-color: #f7efef;
2231
+ }
2232
+ }
2233
+ }
2234
+ .hover\:bg-gray-50 {
2235
+ &:hover {
2236
+ @media (hover: hover) {
2237
+ background-color: var(--color-gray-50);
2238
+ }
2239
+ }
2240
+ }
2241
+ .hover\:bg-gray-100 {
2242
+ &:hover {
2243
+ @media (hover: hover) {
2244
+ background-color: var(--color-gray-100);
2245
+ }
2246
+ }
2247
+ }
2248
+ .hover\:bg-gridBoxHeader {
2249
+ &:hover {
2250
+ @media (hover: hover) {
2251
+ background-color: #DBE6ED;
2252
+ }
2253
+ }
2254
+ }
2255
+ .hover\:bg-primary {
2256
+ &:hover {
2257
+ @media (hover: hover) {
2258
+ background-color: #141B33;
2259
+ }
2260
+ }
2261
+ }
2262
+ .hover\:bg-primaryHighlight {
2263
+ &:hover {
2264
+ @media (hover: hover) {
2265
+ background-color: #52586C;
2266
+ }
2267
+ }
2268
+ }
2269
+ .hover\:bg-quaternaryHighlight {
2270
+ &:hover {
2271
+ @media (hover: hover) {
2272
+ background-color: #ACB2C5;
2273
+ }
2274
+ }
2275
+ }
2276
+ .hover\:bg-quinary {
2277
+ &:hover {
2278
+ @media (hover: hover) {
2279
+ background-color: #989daa;
2280
+ }
2281
+ }
2282
+ }
2283
+ .hover\:bg-tertiary {
2284
+ &:hover {
2285
+ @media (hover: hover) {
2286
+ background-color: #F6FAFD;
2287
+ }
2288
+ }
2289
+ }
2290
+ .hover\:bg-white {
2291
+ &:hover {
2292
+ @media (hover: hover) {
2293
+ background-color: var(--color-white);
2294
+ }
2295
+ }
2296
+ }
2297
+ .hover\:text-alarm {
2298
+ &:hover {
2299
+ @media (hover: hover) {
2300
+ color: #FD546F;
2301
+ }
2302
+ }
2303
+ }
2304
+ .hover\:text-bright {
2305
+ &:hover {
2306
+ @media (hover: hover) {
2307
+ color: #6190f2;
2308
+ }
2309
+ }
2310
+ }
2311
+ .hover\:text-neutral {
2312
+ &:hover {
2313
+ @media (hover: hover) {
2314
+ color: #FFFFFF;
2315
+ }
2316
+ }
2317
+ }
2318
+ .hover\:text-primary {
2319
+ &:hover {
2320
+ @media (hover: hover) {
2321
+ color: #141B33;
2322
+ }
2323
+ }
2324
+ }
2325
+ .hover\:text-quaternary {
2326
+ &:hover {
2327
+ @media (hover: hover) {
2328
+ color: #8991AC;
2329
+ }
2330
+ }
2331
+ }
2332
+ .hover\:text-quaternaryHighlight {
2333
+ &:hover {
2334
+ @media (hover: hover) {
2335
+ color: #ACB2C5;
2336
+ }
2337
+ }
2338
+ }
2339
+ .hover\:text-secondary {
2340
+ &:hover {
2341
+ @media (hover: hover) {
2342
+ color: #2B324B;
2343
+ }
2344
+ }
2345
+ }
2346
+ .hover\:text-tertiary {
2347
+ &:hover {
2348
+ @media (hover: hover) {
2349
+ color: #F6FAFD;
2350
+ }
2351
+ }
2352
+ }
2353
+ .focus\:border-primary {
2354
+ &:focus {
2355
+ border-color: #141B33;
2356
+ }
2357
+ }
2358
+ .focus\:shadow-none {
2359
+ &:focus {
2360
+ --tw-shadow: 0 0 #0000;
2361
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2362
+ }
2363
+ }
2364
+ .focus\:ring-2 {
2365
+ &:focus {
2366
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2367
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2368
+ }
2369
+ }
2370
+ .focus\:ring-primary {
2371
+ &:focus {
2372
+ --tw-ring-color: #141B33;
2373
+ }
2374
+ }
2375
+ .focus\:ring-primaryHighlight {
2376
+ &:focus {
2377
+ --tw-ring-color: #52586C;
2378
+ }
2379
+ }
2380
+ .focus\:outline-none {
2381
+ &:focus {
2382
+ --tw-outline-style: none;
2383
+ outline-style: none;
2384
+ }
2385
+ }
2386
+ .active\:scale-\[0\.98\] {
2387
+ &:active {
2388
+ scale: 0.98;
2389
+ }
2390
+ }
2391
+ .active\:scale-\[0\.99\] {
2392
+ &:active {
2393
+ scale: 0.99;
2394
+ }
2395
+ }
2396
+ .disabled\:cursor-not-allowed {
2397
+ &:disabled {
2398
+ cursor: not-allowed;
2399
+ }
2400
+ }
2401
+ .disabled\:opacity-40 {
2402
+ &:disabled {
2403
+ opacity: 40%;
2404
+ }
2405
+ }
2406
+ .md\:m-9 {
2407
+ @media (width >= 48rem) {
2408
+ margin: calc(var(--spacing) * 9);
2409
+ }
2410
+ }
2411
+ .md\:mx-3 {
2412
+ @media (width >= 48rem) {
2413
+ margin-inline: calc(var(--spacing) * 3);
2414
+ }
2415
+ }
2416
+ .md\:mx-4 {
2417
+ @media (width >= 48rem) {
2418
+ margin-inline: calc(var(--spacing) * 4);
2419
+ }
2420
+ }
2421
+ .md\:-mt-1 {
2422
+ @media (width >= 48rem) {
2423
+ margin-top: calc(var(--spacing) * -1);
2424
+ }
2425
+ }
2426
+ .md\:-mt-2 {
2427
+ @media (width >= 48rem) {
2428
+ margin-top: calc(var(--spacing) * -2);
2429
+ }
2430
+ }
2431
+ .md\:-mt-5 {
2432
+ @media (width >= 48rem) {
2433
+ margin-top: calc(var(--spacing) * -5);
2434
+ }
2435
+ }
2436
+ .md\:mt-0 {
2437
+ @media (width >= 48rem) {
2438
+ margin-top: calc(var(--spacing) * 0);
2439
+ }
2440
+ }
2441
+ .md\:mt-1 {
2442
+ @media (width >= 48rem) {
2443
+ margin-top: calc(var(--spacing) * 1);
2444
+ }
2445
+ }
2446
+ .md\:mt-2 {
2447
+ @media (width >= 48rem) {
2448
+ margin-top: calc(var(--spacing) * 2);
2449
+ }
2450
+ }
2451
+ .md\:mt-3 {
2452
+ @media (width >= 48rem) {
2453
+ margin-top: calc(var(--spacing) * 3);
2454
+ }
2455
+ }
2456
+ .md\:mt-4 {
2457
+ @media (width >= 48rem) {
2458
+ margin-top: calc(var(--spacing) * 4);
2459
+ }
2460
+ }
2461
+ .md\:mr-0 {
2462
+ @media (width >= 48rem) {
2463
+ margin-right: calc(var(--spacing) * 0);
2464
+ }
2465
+ }
2466
+ .md\:mr-4 {
2467
+ @media (width >= 48rem) {
2468
+ margin-right: calc(var(--spacing) * 4);
2469
+ }
2470
+ }
2471
+ .md\:mr-6 {
2472
+ @media (width >= 48rem) {
2473
+ margin-right: calc(var(--spacing) * 6);
2474
+ }
2475
+ }
2476
+ .md\:-ml-4 {
2477
+ @media (width >= 48rem) {
2478
+ margin-left: calc(var(--spacing) * -4);
2479
+ }
2480
+ }
2481
+ .md\:ml-0 {
2482
+ @media (width >= 48rem) {
2483
+ margin-left: calc(var(--spacing) * 0);
2484
+ }
2485
+ }
2486
+ .md\:ml-2 {
2487
+ @media (width >= 48rem) {
2488
+ margin-left: calc(var(--spacing) * 2);
2489
+ }
2490
+ }
2491
+ .md\:ml-4 {
2492
+ @media (width >= 48rem) {
2493
+ margin-left: calc(var(--spacing) * 4);
2494
+ }
2495
+ }
2496
+ .md\:ml-14 {
2497
+ @media (width >= 48rem) {
2498
+ margin-left: calc(var(--spacing) * 14);
2499
+ }
2500
+ }
2501
+ .md\:ml-auto {
2502
+ @media (width >= 48rem) {
2503
+ margin-left: auto;
2504
+ }
2505
+ }
2506
+ .md\:block {
2507
+ @media (width >= 48rem) {
2508
+ display: block;
2509
+ }
2510
+ }
2511
+ .md\:flex {
2512
+ @media (width >= 48rem) {
2513
+ display: flex;
2514
+ }
2515
+ }
2516
+ .md\:grid {
2517
+ @media (width >= 48rem) {
2518
+ display: grid;
2519
+ }
2520
+ }
2521
+ .md\:hidden {
2522
+ @media (width >= 48rem) {
2523
+ display: none;
2524
+ }
2525
+ }
2526
+ .md\:h-8 {
2527
+ @media (width >= 48rem) {
2528
+ height: calc(var(--spacing) * 8);
2529
+ }
2530
+ }
2531
+ .md\:h-10 {
2532
+ @media (width >= 48rem) {
2533
+ height: calc(var(--spacing) * 10);
2534
+ }
2535
+ }
2536
+ .md\:h-12 {
2537
+ @media (width >= 48rem) {
2538
+ height: calc(var(--spacing) * 12);
2539
+ }
2540
+ }
2541
+ .md\:h-14 {
2542
+ @media (width >= 48rem) {
2543
+ height: calc(var(--spacing) * 14);
2544
+ }
2545
+ }
2546
+ .md\:h-16 {
2547
+ @media (width >= 48rem) {
2548
+ height: calc(var(--spacing) * 16);
2549
+ }
2550
+ }
2551
+ .md\:h-20 {
2552
+ @media (width >= 48rem) {
2553
+ height: calc(var(--spacing) * 20);
2554
+ }
2555
+ }
2556
+ .md\:w-1\/3 {
2557
+ @media (width >= 48rem) {
2558
+ width: calc(1 / 3 * 100%);
2559
+ }
2560
+ }
2561
+ .md\:w-1\/12 {
2562
+ @media (width >= 48rem) {
2563
+ width: calc(1 / 12 * 100%);
2564
+ }
2565
+ }
2566
+ .md\:w-3\/4 {
2567
+ @media (width >= 48rem) {
2568
+ width: calc(3 / 4 * 100%);
2569
+ }
2570
+ }
2571
+ .md\:w-4\/12 {
2572
+ @media (width >= 48rem) {
2573
+ width: calc(4 / 12 * 100%);
2574
+ }
2575
+ }
2576
+ .md\:w-10 {
2577
+ @media (width >= 48rem) {
2578
+ width: calc(var(--spacing) * 10);
2579
+ }
2580
+ }
2581
+ .md\:w-11\/12 {
2582
+ @media (width >= 48rem) {
2583
+ width: calc(11 / 12 * 100%);
2584
+ }
2585
+ }
2586
+ .md\:w-12 {
2587
+ @media (width >= 48rem) {
2588
+ width: calc(var(--spacing) * 12);
2589
+ }
2590
+ }
2591
+ .md\:w-14 {
2592
+ @media (width >= 48rem) {
2593
+ width: calc(var(--spacing) * 14);
2594
+ }
2595
+ }
2596
+ .md\:w-16 {
2597
+ @media (width >= 48rem) {
2598
+ width: calc(var(--spacing) * 16);
2599
+ }
2600
+ }
2601
+ .md\:w-20 {
2602
+ @media (width >= 48rem) {
2603
+ width: calc(var(--spacing) * 20);
2604
+ }
2605
+ }
2606
+ .md\:w-28 {
2607
+ @media (width >= 48rem) {
2608
+ width: calc(var(--spacing) * 28);
2609
+ }
2610
+ }
2611
+ .md\:w-96 {
2612
+ @media (width >= 48rem) {
2613
+ width: calc(var(--spacing) * 96);
2614
+ }
2615
+ }
2616
+ .md\:min-w-\[30rem\] {
2617
+ @media (width >= 48rem) {
2618
+ min-width: 30rem;
2619
+ }
2620
+ }
2621
+ .md\:grid-cols-4 {
2622
+ @media (width >= 48rem) {
2623
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2624
+ }
2625
+ }
2626
+ .md\:flex-row {
2627
+ @media (width >= 48rem) {
2628
+ flex-direction: row;
2629
+ }
2630
+ }
2631
+ .md\:flex-nowrap {
2632
+ @media (width >= 48rem) {
2633
+ flex-wrap: nowrap;
2634
+ }
2635
+ }
2636
+ .md\:justify-start {
2637
+ @media (width >= 48rem) {
2638
+ justify-content: flex-start;
2639
+ }
2640
+ }
2641
+ .md\:rounded-lg {
2642
+ @media (width >= 48rem) {
2643
+ border-radius: var(--radius-lg);
2644
+ }
2645
+ }
2646
+ .md\:rounded-xl {
2647
+ @media (width >= 48rem) {
2648
+ border-radius: var(--radius-xl);
2649
+ }
2650
+ }
2651
+ .md\:border {
2652
+ @media (width >= 48rem) {
2653
+ border-style: var(--tw-border-style);
2654
+ border-width: 1px;
2655
+ }
2656
+ }
2657
+ .md\:border-r {
2658
+ @media (width >= 48rem) {
2659
+ border-right-style: var(--tw-border-style);
2660
+ border-right-width: 1px;
2661
+ }
2662
+ }
2663
+ .md\:border-b {
2664
+ @media (width >= 48rem) {
2665
+ border-bottom-style: var(--tw-border-style);
2666
+ border-bottom-width: 1px;
2667
+ }
2668
+ }
2669
+ .md\:bg-neutral {
2670
+ @media (width >= 48rem) {
2671
+ background-color: #FFFFFF;
2672
+ }
2673
+ }
2674
+ .md\:bg-poolSetup {
2675
+ @media (width >= 48rem) {
2676
+ background-color: #F6FAFD;
2677
+ }
2678
+ }
2679
+ .md\:bg-white {
2680
+ @media (width >= 48rem) {
2681
+ background-color: var(--color-white);
2682
+ }
2683
+ }
2684
+ .md\:p-0 {
2685
+ @media (width >= 48rem) {
2686
+ padding: calc(var(--spacing) * 0);
2687
+ }
2688
+ }
2689
+ .md\:p-2 {
2690
+ @media (width >= 48rem) {
2691
+ padding: calc(var(--spacing) * 2);
2692
+ }
2693
+ }
2694
+ .md\:p-3 {
2695
+ @media (width >= 48rem) {
2696
+ padding: calc(var(--spacing) * 3);
2697
+ }
2698
+ }
2699
+ .md\:p-4 {
2700
+ @media (width >= 48rem) {
2701
+ padding: calc(var(--spacing) * 4);
2702
+ }
2703
+ }
2704
+ .md\:p-9 {
2705
+ @media (width >= 48rem) {
2706
+ padding: calc(var(--spacing) * 9);
2707
+ }
2708
+ }
2709
+ .md\:px-4 {
2710
+ @media (width >= 48rem) {
2711
+ padding-inline: calc(var(--spacing) * 4);
2712
+ }
2713
+ }
2714
+ .md\:py-4 {
2715
+ @media (width >= 48rem) {
2716
+ padding-block: calc(var(--spacing) * 4);
2717
+ }
2718
+ }
2719
+ .md\:py-6 {
2720
+ @media (width >= 48rem) {
2721
+ padding-block: calc(var(--spacing) * 6);
2722
+ }
2723
+ }
2724
+ .md\:pt-4 {
2725
+ @media (width >= 48rem) {
2726
+ padding-top: calc(var(--spacing) * 4);
2727
+ }
2728
+ }
2729
+ .md\:pt-6 {
2730
+ @media (width >= 48rem) {
2731
+ padding-top: calc(var(--spacing) * 6);
2732
+ }
2733
+ }
2734
+ .md\:pb-0 {
2735
+ @media (width >= 48rem) {
2736
+ padding-bottom: calc(var(--spacing) * 0);
2737
+ }
2738
+ }
2739
+ .md\:pl-0 {
2740
+ @media (width >= 48rem) {
2741
+ padding-left: calc(var(--spacing) * 0);
2742
+ }
2743
+ }
2744
+ .md\:pl-1 {
2745
+ @media (width >= 48rem) {
2746
+ padding-left: calc(var(--spacing) * 1);
2747
+ }
2748
+ }
2749
+ .md\:pl-4 {
2750
+ @media (width >= 48rem) {
2751
+ padding-left: calc(var(--spacing) * 4);
2752
+ }
2753
+ }
2754
+ .md\:text-2xl {
2755
+ @media (width >= 48rem) {
2756
+ font-size: var(--text-2xl);
2757
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
2758
+ }
2759
+ }
2760
+ .md\:text-lg {
2761
+ @media (width >= 48rem) {
2762
+ font-size: var(--text-lg);
2763
+ line-height: var(--tw-leading, var(--text-lg--line-height));
2764
+ }
2765
+ }
2766
+ .md\:text-sm {
2767
+ @media (width >= 48rem) {
2768
+ font-size: var(--text-sm);
2769
+ line-height: var(--tw-leading, var(--text-sm--line-height));
2770
+ }
2771
+ }
2772
+ .md\:text-xl {
2773
+ @media (width >= 48rem) {
2774
+ font-size: var(--text-xl);
2775
+ line-height: var(--tw-leading, var(--text-xl--line-height));
2776
+ }
2777
+ }
2778
+ .md\:shadow {
2779
+ @media (width >= 48rem) {
2780
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2781
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2782
+ }
2783
+ }
2784
+ .md\:shadow-md {
2785
+ @media (width >= 48rem) {
2786
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2787
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2788
+ }
2789
+ }
2790
+ .lg\:h-12 {
2791
+ @media (width >= 64rem) {
2792
+ height: calc(var(--spacing) * 12);
2793
+ }
2794
+ }
2795
+ .lg\:w-12 {
2796
+ @media (width >= 64rem) {
2797
+ width: calc(var(--spacing) * 12);
2798
+ }
2799
+ }
2800
+ }
2801
+ @font-face {
2802
+ font-family: 'Inter';
2803
+ font-style: normal;
2804
+ font-display: swap;
2805
+ font-weight: 200;
2806
+ src: url(./files/inter-cyrillic-ext-200-normal.woff2) format('woff2'), url(./files/inter-cyrillic-ext-200-normal.woff) format('woff');
2807
+ unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
2808
+ }
2809
+ @font-face {
2810
+ font-family: 'Inter';
2811
+ font-style: normal;
2812
+ font-display: swap;
2813
+ font-weight: 200;
2814
+ src: url(./files/inter-cyrillic-200-normal.woff2) format('woff2'), url(./files/inter-cyrillic-200-normal.woff) format('woff');
2815
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
2816
+ }
2817
+ @font-face {
2818
+ font-family: 'Inter';
2819
+ font-style: normal;
2820
+ font-display: swap;
2821
+ font-weight: 200;
2822
+ src: url(./files/inter-greek-ext-200-normal.woff2) format('woff2'), url(./files/inter-greek-ext-200-normal.woff) format('woff');
2823
+ unicode-range: U+1F00-1FFF;
2824
+ }
2825
+ @font-face {
2826
+ font-family: 'Inter';
2827
+ font-style: normal;
2828
+ font-display: swap;
2829
+ font-weight: 200;
2830
+ src: url(./files/inter-greek-200-normal.woff2) format('woff2'), url(./files/inter-greek-200-normal.woff) format('woff');
2831
+ unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
2832
+ }
2833
+ @font-face {
2834
+ font-family: 'Inter';
2835
+ font-style: normal;
2836
+ font-display: swap;
2837
+ font-weight: 200;
2838
+ src: url(./files/inter-vietnamese-200-normal.woff2) format('woff2'), url(./files/inter-vietnamese-200-normal.woff) format('woff');
2839
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
2840
+ }
2841
+ @font-face {
2842
+ font-family: 'Inter';
2843
+ font-style: normal;
2844
+ font-display: swap;
2845
+ font-weight: 200;
2846
+ src: url(./files/inter-latin-ext-200-normal.woff2) format('woff2'), url(./files/inter-latin-ext-200-normal.woff) format('woff');
2847
+ unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
2848
+ }
2849
+ @font-face {
2850
+ font-family: 'Inter';
2851
+ font-style: normal;
2852
+ font-display: swap;
2853
+ font-weight: 200;
2854
+ src: url(./files/inter-latin-200-normal.woff2) format('woff2'), url(./files/inter-latin-200-normal.woff) format('woff');
2855
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
2856
+ }
2857
+ @font-face {
2858
+ font-family: 'Inter';
2859
+ font-style: normal;
2860
+ font-display: swap;
2861
+ font-weight: 400;
2862
+ src: url(./files/inter-cyrillic-ext-400-normal.woff2) format('woff2'), url(./files/inter-cyrillic-ext-400-normal.woff) format('woff');
2863
+ unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
2864
+ }
2865
+ @font-face {
2866
+ font-family: 'Inter';
2867
+ font-style: normal;
2868
+ font-display: swap;
2869
+ font-weight: 400;
2870
+ src: url(./files/inter-cyrillic-400-normal.woff2) format('woff2'), url(./files/inter-cyrillic-400-normal.woff) format('woff');
2871
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
2872
+ }
2873
+ @font-face {
2874
+ font-family: 'Inter';
2875
+ font-style: normal;
2876
+ font-display: swap;
2877
+ font-weight: 400;
2878
+ src: url(./files/inter-greek-ext-400-normal.woff2) format('woff2'), url(./files/inter-greek-ext-400-normal.woff) format('woff');
2879
+ unicode-range: U+1F00-1FFF;
2880
+ }
2881
+ @font-face {
2882
+ font-family: 'Inter';
2883
+ font-style: normal;
2884
+ font-display: swap;
2885
+ font-weight: 400;
2886
+ src: url(./files/inter-greek-400-normal.woff2) format('woff2'), url(./files/inter-greek-400-normal.woff) format('woff');
2887
+ unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
2888
+ }
2889
+ @font-face {
2890
+ font-family: 'Inter';
2891
+ font-style: normal;
2892
+ font-display: swap;
2893
+ font-weight: 400;
2894
+ src: url(./files/inter-vietnamese-400-normal.woff2) format('woff2'), url(./files/inter-vietnamese-400-normal.woff) format('woff');
2895
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
2896
+ }
2897
+ @font-face {
2898
+ font-family: 'Inter';
2899
+ font-style: normal;
2900
+ font-display: swap;
2901
+ font-weight: 400;
2902
+ src: url(./files/inter-latin-ext-400-normal.woff2) format('woff2'), url(./files/inter-latin-ext-400-normal.woff) format('woff');
2903
+ unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
2904
+ }
2905
+ @font-face {
2906
+ font-family: 'Inter';
2907
+ font-style: normal;
2908
+ font-display: swap;
2909
+ font-weight: 400;
2910
+ src: url(./files/inter-latin-400-normal.woff2) format('woff2'), url(./files/inter-latin-400-normal.woff) format('woff');
2911
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
2912
+ }
2913
+ @font-face {
2914
+ font-family: 'Inter';
2915
+ font-style: normal;
2916
+ font-display: swap;
2917
+ font-weight: 500;
2918
+ src: url(./files/inter-cyrillic-ext-500-normal.woff2) format('woff2'), url(./files/inter-cyrillic-ext-500-normal.woff) format('woff');
2919
+ unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
2920
+ }
2921
+ @font-face {
2922
+ font-family: 'Inter';
2923
+ font-style: normal;
2924
+ font-display: swap;
2925
+ font-weight: 500;
2926
+ src: url(./files/inter-cyrillic-500-normal.woff2) format('woff2'), url(./files/inter-cyrillic-500-normal.woff) format('woff');
2927
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
2928
+ }
2929
+ @font-face {
2930
+ font-family: 'Inter';
2931
+ font-style: normal;
2932
+ font-display: swap;
2933
+ font-weight: 500;
2934
+ src: url(./files/inter-greek-ext-500-normal.woff2) format('woff2'), url(./files/inter-greek-ext-500-normal.woff) format('woff');
2935
+ unicode-range: U+1F00-1FFF;
2936
+ }
2937
+ @font-face {
2938
+ font-family: 'Inter';
2939
+ font-style: normal;
2940
+ font-display: swap;
2941
+ font-weight: 500;
2942
+ src: url(./files/inter-greek-500-normal.woff2) format('woff2'), url(./files/inter-greek-500-normal.woff) format('woff');
2943
+ unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
2944
+ }
2945
+ @font-face {
2946
+ font-family: 'Inter';
2947
+ font-style: normal;
2948
+ font-display: swap;
2949
+ font-weight: 500;
2950
+ src: url(./files/inter-vietnamese-500-normal.woff2) format('woff2'), url(./files/inter-vietnamese-500-normal.woff) format('woff');
2951
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
2952
+ }
2953
+ @font-face {
2954
+ font-family: 'Inter';
2955
+ font-style: normal;
2956
+ font-display: swap;
2957
+ font-weight: 500;
2958
+ src: url(./files/inter-latin-ext-500-normal.woff2) format('woff2'), url(./files/inter-latin-ext-500-normal.woff) format('woff');
2959
+ unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
2960
+ }
2961
+ @font-face {
2962
+ font-family: 'Inter';
2963
+ font-style: normal;
2964
+ font-display: swap;
2965
+ font-weight: 500;
2966
+ src: url(./files/inter-latin-500-normal.woff2) format('woff2'), url(./files/inter-latin-500-normal.woff) format('woff');
2967
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
2968
+ }
2969
+ @font-face {
2970
+ font-family: 'Inter';
2971
+ font-style: normal;
2972
+ font-display: swap;
2973
+ font-weight: 600;
2974
+ src: url(./files/inter-cyrillic-ext-600-normal.woff2) format('woff2'), url(./files/inter-cyrillic-ext-600-normal.woff) format('woff');
2975
+ unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
2976
+ }
2977
+ @font-face {
2978
+ font-family: 'Inter';
2979
+ font-style: normal;
2980
+ font-display: swap;
2981
+ font-weight: 600;
2982
+ src: url(./files/inter-cyrillic-600-normal.woff2) format('woff2'), url(./files/inter-cyrillic-600-normal.woff) format('woff');
2983
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
2984
+ }
2985
+ @font-face {
2986
+ font-family: 'Inter';
2987
+ font-style: normal;
2988
+ font-display: swap;
2989
+ font-weight: 600;
2990
+ src: url(./files/inter-greek-ext-600-normal.woff2) format('woff2'), url(./files/inter-greek-ext-600-normal.woff) format('woff');
2991
+ unicode-range: U+1F00-1FFF;
2992
+ }
2993
+ @font-face {
2994
+ font-family: 'Inter';
2995
+ font-style: normal;
2996
+ font-display: swap;
2997
+ font-weight: 600;
2998
+ src: url(./files/inter-greek-600-normal.woff2) format('woff2'), url(./files/inter-greek-600-normal.woff) format('woff');
2999
+ unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
3000
+ }
3001
+ @font-face {
3002
+ font-family: 'Inter';
3003
+ font-style: normal;
3004
+ font-display: swap;
3005
+ font-weight: 600;
3006
+ src: url(./files/inter-vietnamese-600-normal.woff2) format('woff2'), url(./files/inter-vietnamese-600-normal.woff) format('woff');
3007
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
3008
+ }
3009
+ @font-face {
3010
+ font-family: 'Inter';
3011
+ font-style: normal;
3012
+ font-display: swap;
3013
+ font-weight: 600;
3014
+ src: url(./files/inter-latin-ext-600-normal.woff2) format('woff2'), url(./files/inter-latin-ext-600-normal.woff) format('woff');
3015
+ unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
3016
+ }
3017
+ @font-face {
3018
+ font-family: 'Inter';
3019
+ font-style: normal;
3020
+ font-display: swap;
3021
+ font-weight: 600;
3022
+ src: url(./files/inter-latin-600-normal.woff2) format('woff2'), url(./files/inter-latin-600-normal.woff) format('woff');
3023
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
3024
+ }
3025
+ @font-face {
3026
+ font-family: 'Inter';
3027
+ font-style: normal;
3028
+ font-display: swap;
3029
+ font-weight: 700;
3030
+ src: url(./files/inter-cyrillic-ext-700-normal.woff2) format('woff2'), url(./files/inter-cyrillic-ext-700-normal.woff) format('woff');
3031
+ unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
3032
+ }
3033
+ @font-face {
3034
+ font-family: 'Inter';
3035
+ font-style: normal;
3036
+ font-display: swap;
3037
+ font-weight: 700;
3038
+ src: url(./files/inter-cyrillic-700-normal.woff2) format('woff2'), url(./files/inter-cyrillic-700-normal.woff) format('woff');
3039
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
3040
+ }
3041
+ @font-face {
3042
+ font-family: 'Inter';
3043
+ font-style: normal;
3044
+ font-display: swap;
3045
+ font-weight: 700;
3046
+ src: url(./files/inter-greek-ext-700-normal.woff2) format('woff2'), url(./files/inter-greek-ext-700-normal.woff) format('woff');
3047
+ unicode-range: U+1F00-1FFF;
3048
+ }
3049
+ @font-face {
3050
+ font-family: 'Inter';
3051
+ font-style: normal;
3052
+ font-display: swap;
3053
+ font-weight: 700;
3054
+ src: url(./files/inter-greek-700-normal.woff2) format('woff2'), url(./files/inter-greek-700-normal.woff) format('woff');
3055
+ unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
3056
+ }
3057
+ @font-face {
3058
+ font-family: 'Inter';
3059
+ font-style: normal;
3060
+ font-display: swap;
3061
+ font-weight: 700;
3062
+ src: url(./files/inter-vietnamese-700-normal.woff2) format('woff2'), url(./files/inter-vietnamese-700-normal.woff) format('woff');
3063
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
3064
+ }
3065
+ @font-face {
3066
+ font-family: 'Inter';
3067
+ font-style: normal;
3068
+ font-display: swap;
3069
+ font-weight: 700;
3070
+ src: url(./files/inter-latin-ext-700-normal.woff2) format('woff2'), url(./files/inter-latin-ext-700-normal.woff) format('woff');
3071
+ unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
3072
+ }
3073
+ @font-face {
3074
+ font-family: 'Inter';
3075
+ font-style: normal;
3076
+ font-display: swap;
3077
+ font-weight: 700;
3078
+ src: url(./files/inter-latin-700-normal.woff2) format('woff2'), url(./files/inter-latin-700-normal.woff) format('woff');
3079
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
3080
+ }
3081
+ @font-face {
3082
+ font-family: 'Roboto Mono';
3083
+ font-style: normal;
3084
+ font-display: swap;
3085
+ font-weight: 400;
3086
+ src: url(./files/roboto-mono-cyrillic-ext-400-normal.woff2) format('woff2'), url(./files/roboto-mono-cyrillic-ext-400-normal.woff) format('woff');
3087
+ unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
3088
+ }
3089
+ @font-face {
3090
+ font-family: 'Roboto Mono';
3091
+ font-style: normal;
3092
+ font-display: swap;
3093
+ font-weight: 400;
3094
+ src: url(./files/roboto-mono-cyrillic-400-normal.woff2) format('woff2'), url(./files/roboto-mono-cyrillic-400-normal.woff) format('woff');
3095
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
3096
+ }
3097
+ @font-face {
3098
+ font-family: 'Roboto Mono';
3099
+ font-style: normal;
3100
+ font-display: swap;
3101
+ font-weight: 400;
3102
+ src: url(./files/roboto-mono-greek-400-normal.woff2) format('woff2'), url(./files/roboto-mono-greek-400-normal.woff) format('woff');
3103
+ unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
3104
+ }
3105
+ @font-face {
3106
+ font-family: 'Roboto Mono';
3107
+ font-style: normal;
3108
+ font-display: swap;
3109
+ font-weight: 400;
3110
+ src: url(./files/roboto-mono-vietnamese-400-normal.woff2) format('woff2'), url(./files/roboto-mono-vietnamese-400-normal.woff) format('woff');
3111
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
3112
+ }
3113
+ @font-face {
3114
+ font-family: 'Roboto Mono';
3115
+ font-style: normal;
3116
+ font-display: swap;
3117
+ font-weight: 400;
3118
+ src: url(./files/roboto-mono-latin-ext-400-normal.woff2) format('woff2'), url(./files/roboto-mono-latin-ext-400-normal.woff) format('woff');
3119
+ unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
3120
+ }
3121
+ @font-face {
3122
+ font-family: 'Roboto Mono';
3123
+ font-style: normal;
3124
+ font-display: swap;
3125
+ font-weight: 400;
3126
+ src: url(./files/roboto-mono-latin-400-normal.woff2) format('woff2'), url(./files/roboto-mono-latin-400-normal.woff) format('woff');
3127
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
3128
+ }
3129
+ @font-face {
3130
+ font-family: 'Roboto Mono';
3131
+ font-style: normal;
3132
+ font-display: swap;
3133
+ font-weight: 400;
3134
+ src: url(./files/roboto-mono-cyrillic-ext-400-normal.woff2) format('woff2'), url(./files/roboto-mono-cyrillic-ext-400-normal.woff) format('woff');
3135
+ unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
3136
+ }
3137
+ @font-face {
3138
+ font-family: 'Roboto Mono';
3139
+ font-style: normal;
3140
+ font-display: swap;
3141
+ font-weight: 400;
3142
+ src: url(./files/roboto-mono-cyrillic-400-normal.woff2) format('woff2'), url(./files/roboto-mono-cyrillic-400-normal.woff) format('woff');
3143
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
3144
+ }
3145
+ @font-face {
3146
+ font-family: 'Roboto Mono';
3147
+ font-style: normal;
3148
+ font-display: swap;
3149
+ font-weight: 400;
3150
+ src: url(./files/roboto-mono-greek-400-normal.woff2) format('woff2'), url(./files/roboto-mono-greek-400-normal.woff) format('woff');
3151
+ unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
3152
+ }
3153
+ @font-face {
3154
+ font-family: 'Roboto Mono';
3155
+ font-style: normal;
3156
+ font-display: swap;
3157
+ font-weight: 400;
3158
+ src: url(./files/roboto-mono-vietnamese-400-normal.woff2) format('woff2'), url(./files/roboto-mono-vietnamese-400-normal.woff) format('woff');
3159
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
3160
+ }
3161
+ @font-face {
3162
+ font-family: 'Roboto Mono';
3163
+ font-style: normal;
3164
+ font-display: swap;
3165
+ font-weight: 400;
3166
+ src: url(./files/roboto-mono-latin-ext-400-normal.woff2) format('woff2'), url(./files/roboto-mono-latin-ext-400-normal.woff) format('woff');
3167
+ unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
3168
+ }
3169
+ @font-face {
3170
+ font-family: 'Roboto Mono';
3171
+ font-style: normal;
3172
+ font-display: swap;
3173
+ font-weight: 400;
3174
+ src: url(./files/roboto-mono-latin-400-normal.woff2) format('woff2'), url(./files/roboto-mono-latin-400-normal.woff) format('woff');
3175
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
3176
+ }
3177
+ @font-face {
3178
+ font-family: 'Roboto Mono';
3179
+ font-style: normal;
3180
+ font-display: swap;
3181
+ font-weight: 700;
3182
+ src: url(./files/roboto-mono-cyrillic-ext-700-normal.woff2) format('woff2'), url(./files/roboto-mono-cyrillic-ext-700-normal.woff) format('woff');
3183
+ unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
3184
+ }
3185
+ @font-face {
3186
+ font-family: 'Roboto Mono';
3187
+ font-style: normal;
3188
+ font-display: swap;
3189
+ font-weight: 700;
3190
+ src: url(./files/roboto-mono-cyrillic-700-normal.woff2) format('woff2'), url(./files/roboto-mono-cyrillic-700-normal.woff) format('woff');
3191
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
3192
+ }
3193
+ @font-face {
3194
+ font-family: 'Roboto Mono';
3195
+ font-style: normal;
3196
+ font-display: swap;
3197
+ font-weight: 700;
3198
+ src: url(./files/roboto-mono-greek-700-normal.woff2) format('woff2'), url(./files/roboto-mono-greek-700-normal.woff) format('woff');
3199
+ unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
3200
+ }
3201
+ @font-face {
3202
+ font-family: 'Roboto Mono';
3203
+ font-style: normal;
3204
+ font-display: swap;
3205
+ font-weight: 700;
3206
+ src: url(./files/roboto-mono-vietnamese-700-normal.woff2) format('woff2'), url(./files/roboto-mono-vietnamese-700-normal.woff) format('woff');
3207
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
3208
+ }
3209
+ @font-face {
3210
+ font-family: 'Roboto Mono';
3211
+ font-style: normal;
3212
+ font-display: swap;
3213
+ font-weight: 700;
3214
+ src: url(./files/roboto-mono-latin-ext-700-normal.woff2) format('woff2'), url(./files/roboto-mono-latin-ext-700-normal.woff) format('woff');
3215
+ unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
3216
+ }
3217
+ @font-face {
3218
+ font-family: 'Roboto Mono';
3219
+ font-style: normal;
3220
+ font-display: swap;
3221
+ font-weight: 700;
3222
+ src: url(./files/roboto-mono-latin-700-normal.woff2) format('woff2'), url(./files/roboto-mono-latin-700-normal.woff) format('woff');
3223
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
3224
+ }
3225
+ @font-face {
3226
+ font-family: 'Fira Code';
3227
+ font-style: normal;
3228
+ font-display: swap;
3229
+ font-weight: 400;
3230
+ src: url(./files/fira-code-cyrillic-ext-400-normal.woff2) format('woff2'), url(./files/fira-code-cyrillic-ext-400-normal.woff) format('woff');
3231
+ unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
3232
+ }
3233
+ @font-face {
3234
+ font-family: 'Fira Code';
3235
+ font-style: normal;
3236
+ font-display: swap;
3237
+ font-weight: 400;
3238
+ src: url(./files/fira-code-cyrillic-400-normal.woff2) format('woff2'), url(./files/fira-code-cyrillic-400-normal.woff) format('woff');
3239
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
3240
+ }
3241
+ @font-face {
3242
+ font-family: 'Fira Code';
3243
+ font-style: normal;
3244
+ font-display: swap;
3245
+ font-weight: 400;
3246
+ src: url(./files/fira-code-greek-ext-400-normal.woff2) format('woff2'), url(./files/fira-code-greek-ext-400-normal.woff) format('woff');
3247
+ unicode-range: U+1F00-1FFF;
3248
+ }
3249
+ @font-face {
3250
+ font-family: 'Fira Code';
3251
+ font-style: normal;
3252
+ font-display: swap;
3253
+ font-weight: 400;
3254
+ src: url(./files/fira-code-greek-400-normal.woff2) format('woff2'), url(./files/fira-code-greek-400-normal.woff) format('woff');
3255
+ unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
3256
+ }
3257
+ @font-face {
3258
+ font-family: 'Fira Code';
3259
+ font-style: normal;
3260
+ font-display: swap;
3261
+ font-weight: 400;
3262
+ src: url(./files/fira-code-symbols2-400-normal.woff2) format('woff2'), url(./files/fira-code-symbols2-400-normal.woff) format('woff');
3263
+ unicode-range: U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F;
3264
+ }
3265
+ @font-face {
3266
+ font-family: 'Fira Code';
3267
+ font-style: normal;
3268
+ font-display: swap;
3269
+ font-weight: 400;
3270
+ src: url(./files/fira-code-latin-ext-400-normal.woff2) format('woff2'), url(./files/fira-code-latin-ext-400-normal.woff) format('woff');
3271
+ unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
3272
+ }
3273
+ @font-face {
3274
+ font-family: 'Fira Code';
3275
+ font-style: normal;
3276
+ font-display: swap;
3277
+ font-weight: 400;
3278
+ src: url(./files/fira-code-latin-400-normal.woff2) format('woff2'), url(./files/fira-code-latin-400-normal.woff) format('woff');
3279
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
3280
+ }
3281
+ @font-face {
3282
+ font-family: 'Fira Code';
3283
+ font-style: normal;
3284
+ font-display: swap;
3285
+ font-weight: 700;
3286
+ src: url(./files/fira-code-cyrillic-ext-700-normal.woff2) format('woff2'), url(./files/fira-code-cyrillic-ext-700-normal.woff) format('woff');
3287
+ unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
3288
+ }
3289
+ @font-face {
3290
+ font-family: 'Fira Code';
3291
+ font-style: normal;
3292
+ font-display: swap;
3293
+ font-weight: 700;
3294
+ src: url(./files/fira-code-cyrillic-700-normal.woff2) format('woff2'), url(./files/fira-code-cyrillic-700-normal.woff) format('woff');
3295
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
3296
+ }
3297
+ @font-face {
3298
+ font-family: 'Fira Code';
3299
+ font-style: normal;
3300
+ font-display: swap;
3301
+ font-weight: 700;
3302
+ src: url(./files/fira-code-greek-ext-700-normal.woff2) format('woff2'), url(./files/fira-code-greek-ext-700-normal.woff) format('woff');
3303
+ unicode-range: U+1F00-1FFF;
3304
+ }
3305
+ @font-face {
3306
+ font-family: 'Fira Code';
3307
+ font-style: normal;
3308
+ font-display: swap;
3309
+ font-weight: 700;
3310
+ src: url(./files/fira-code-greek-700-normal.woff2) format('woff2'), url(./files/fira-code-greek-700-normal.woff) format('woff');
3311
+ unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
3312
+ }
3313
+ @font-face {
3314
+ font-family: 'Fira Code';
3315
+ font-style: normal;
3316
+ font-display: swap;
3317
+ font-weight: 700;
3318
+ src: url(./files/fira-code-symbols2-700-normal.woff2) format('woff2'), url(./files/fira-code-symbols2-700-normal.woff) format('woff');
3319
+ unicode-range: U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F;
3320
+ }
3321
+ @font-face {
3322
+ font-family: 'Fira Code';
3323
+ font-style: normal;
3324
+ font-display: swap;
3325
+ font-weight: 700;
3326
+ src: url(./files/fira-code-latin-ext-700-normal.woff2) format('woff2'), url(./files/fira-code-latin-ext-700-normal.woff) format('woff');
3327
+ unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
3328
+ }
3329
+ @font-face {
3330
+ font-family: 'Fira Code';
3331
+ font-style: normal;
3332
+ font-display: swap;
3333
+ font-weight: 700;
3334
+ src: url(./files/fira-code-latin-700-normal.woff2) format('woff2'), url(./files/fira-code-latin-700-normal.woff) format('woff');
3335
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
3336
+ }
3337
+ @font-face {
3338
+ font-family: 'Fira Code';
3339
+ font-style: normal;
3340
+ font-display: swap;
3341
+ font-weight: 400;
3342
+ src: url(./files/fira-code-cyrillic-ext-400-normal.woff2) format('woff2'), url(./files/fira-code-cyrillic-ext-400-normal.woff) format('woff');
3343
+ unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
3344
+ }
3345
+ @font-face {
3346
+ font-family: 'Fira Code';
3347
+ font-style: normal;
3348
+ font-display: swap;
3349
+ font-weight: 400;
3350
+ src: url(./files/fira-code-cyrillic-400-normal.woff2) format('woff2'), url(./files/fira-code-cyrillic-400-normal.woff) format('woff');
3351
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
3352
+ }
3353
+ @font-face {
3354
+ font-family: 'Fira Code';
3355
+ font-style: normal;
3356
+ font-display: swap;
3357
+ font-weight: 400;
3358
+ src: url(./files/fira-code-greek-ext-400-normal.woff2) format('woff2'), url(./files/fira-code-greek-ext-400-normal.woff) format('woff');
3359
+ unicode-range: U+1F00-1FFF;
3360
+ }
3361
+ @font-face {
3362
+ font-family: 'Fira Code';
3363
+ font-style: normal;
3364
+ font-display: swap;
3365
+ font-weight: 400;
3366
+ src: url(./files/fira-code-greek-400-normal.woff2) format('woff2'), url(./files/fira-code-greek-400-normal.woff) format('woff');
3367
+ unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
3368
+ }
3369
+ @font-face {
3370
+ font-family: 'Fira Code';
3371
+ font-style: normal;
3372
+ font-display: swap;
3373
+ font-weight: 400;
3374
+ src: url(./files/fira-code-symbols2-400-normal.woff2) format('woff2'), url(./files/fira-code-symbols2-400-normal.woff) format('woff');
3375
+ unicode-range: U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F;
3376
+ }
3377
+ @font-face {
3378
+ font-family: 'Fira Code';
3379
+ font-style: normal;
3380
+ font-display: swap;
3381
+ font-weight: 400;
3382
+ src: url(./files/fira-code-latin-ext-400-normal.woff2) format('woff2'), url(./files/fira-code-latin-ext-400-normal.woff) format('woff');
3383
+ unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
3384
+ }
3385
+ @font-face {
3386
+ font-family: 'Fira Code';
3387
+ font-style: normal;
3388
+ font-display: swap;
3389
+ font-weight: 400;
3390
+ src: url(./files/fira-code-latin-400-normal.woff2) format('woff2'), url(./files/fira-code-latin-400-normal.woff) format('woff');
3391
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
3392
+ }
3393
+ @font-face {
3394
+ font-family: 'Fira Code';
3395
+ font-style: normal;
3396
+ font-display: swap;
3397
+ font-weight: 400;
3398
+ src: url(./files/fira-code-cyrillic-ext-400-normal.woff2) format('woff2'), url(./files/fira-code-cyrillic-ext-400-normal.woff) format('woff');
3399
+ unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
3400
+ }
3401
+ @font-face {
3402
+ font-family: 'Fira Code';
3403
+ font-style: normal;
3404
+ font-display: swap;
3405
+ font-weight: 400;
3406
+ src: url(./files/fira-code-cyrillic-400-normal.woff2) format('woff2'), url(./files/fira-code-cyrillic-400-normal.woff) format('woff');
3407
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
3408
+ }
3409
+ @font-face {
3410
+ font-family: 'Fira Code';
3411
+ font-style: normal;
3412
+ font-display: swap;
3413
+ font-weight: 400;
3414
+ src: url(./files/fira-code-greek-ext-400-normal.woff2) format('woff2'), url(./files/fira-code-greek-ext-400-normal.woff) format('woff');
3415
+ unicode-range: U+1F00-1FFF;
3416
+ }
3417
+ @font-face {
3418
+ font-family: 'Fira Code';
3419
+ font-style: normal;
3420
+ font-display: swap;
3421
+ font-weight: 400;
3422
+ src: url(./files/fira-code-greek-400-normal.woff2) format('woff2'), url(./files/fira-code-greek-400-normal.woff) format('woff');
3423
+ unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
3424
+ }
3425
+ @font-face {
3426
+ font-family: 'Fira Code';
3427
+ font-style: normal;
3428
+ font-display: swap;
3429
+ font-weight: 400;
3430
+ src: url(./files/fira-code-symbols2-400-normal.woff2) format('woff2'), url(./files/fira-code-symbols2-400-normal.woff) format('woff');
3431
+ unicode-range: U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F;
3432
+ }
3433
+ @font-face {
3434
+ font-family: 'Fira Code';
3435
+ font-style: normal;
3436
+ font-display: swap;
3437
+ font-weight: 400;
3438
+ src: url(./files/fira-code-latin-ext-400-normal.woff2) format('woff2'), url(./files/fira-code-latin-ext-400-normal.woff) format('woff');
3439
+ unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
3440
+ }
3441
+ @font-face {
3442
+ font-family: 'Fira Code';
3443
+ font-style: normal;
3444
+ font-display: swap;
3445
+ font-weight: 400;
3446
+ src: url(./files/fira-code-latin-400-normal.woff2) format('woff2'), url(./files/fira-code-latin-400-normal.woff) format('woff');
3447
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
3448
+ }
3449
+ @layer base {
3450
+ h1 {
3451
+ fontSize: 1.875rem;
3452
+ fontSize {
3453
+ line-height: calc(2.25 / 1.875);
3454
+ }
3455
+ }
3456
+ h2 {
3457
+ fontSize: 1.5rem;
3458
+ fontSize {
3459
+ line-height: calc(2 / 1.5);
3460
+ }
3461
+ line-height: 1.5;
3462
+ }
3463
+ h3 {
3464
+ fontSize: 1.25rem;
3465
+ fontSize {
3466
+ line-height: calc(1.75 / 1.25);
3467
+ }
3468
+ line-height: 1.75;
3469
+ }
3470
+ }
3471
+ @property --tw-border-spacing-x {
3472
+ syntax: "<length>";
3473
+ inherits: false;
3474
+ initial-value: 0;
3475
+ }
3476
+ @property --tw-border-spacing-y {
3477
+ syntax: "<length>";
3478
+ inherits: false;
3479
+ initial-value: 0;
3480
+ }
3481
+ @property --tw-translate-x {
3482
+ syntax: "*";
3483
+ inherits: false;
3484
+ initial-value: 0;
3485
+ }
3486
+ @property --tw-translate-y {
3487
+ syntax: "*";
3488
+ inherits: false;
3489
+ initial-value: 0;
3490
+ }
3491
+ @property --tw-translate-z {
3492
+ syntax: "*";
3493
+ inherits: false;
3494
+ initial-value: 0;
3495
+ }
3496
+ @property --tw-rotate-x {
3497
+ syntax: "*";
3498
+ inherits: false;
3499
+ }
3500
+ @property --tw-rotate-y {
3501
+ syntax: "*";
3502
+ inherits: false;
3503
+ }
3504
+ @property --tw-rotate-z {
3505
+ syntax: "*";
3506
+ inherits: false;
3507
+ }
3508
+ @property --tw-skew-x {
3509
+ syntax: "*";
3510
+ inherits: false;
3511
+ }
3512
+ @property --tw-skew-y {
3513
+ syntax: "*";
3514
+ inherits: false;
3515
+ }
3516
+ @property --tw-space-y-reverse {
3517
+ syntax: "*";
3518
+ inherits: false;
3519
+ initial-value: 0;
3520
+ }
3521
+ @property --tw-space-x-reverse {
3522
+ syntax: "*";
3523
+ inherits: false;
3524
+ initial-value: 0;
3525
+ }
3526
+ @property --tw-border-style {
3527
+ syntax: "*";
3528
+ inherits: false;
3529
+ initial-value: solid;
3530
+ }
3531
+ @property --tw-leading {
3532
+ syntax: "*";
3533
+ inherits: false;
3534
+ }
3535
+ @property --tw-font-weight {
3536
+ syntax: "*";
3537
+ inherits: false;
3538
+ }
3539
+ @property --tw-shadow {
3540
+ syntax: "*";
3541
+ inherits: false;
3542
+ initial-value: 0 0 #0000;
3543
+ }
3544
+ @property --tw-shadow-color {
3545
+ syntax: "*";
3546
+ inherits: false;
3547
+ }
3548
+ @property --tw-shadow-alpha {
3549
+ syntax: "<percentage>";
3550
+ inherits: false;
3551
+ initial-value: 100%;
3552
+ }
3553
+ @property --tw-inset-shadow {
3554
+ syntax: "*";
3555
+ inherits: false;
3556
+ initial-value: 0 0 #0000;
3557
+ }
3558
+ @property --tw-inset-shadow-color {
3559
+ syntax: "*";
3560
+ inherits: false;
3561
+ }
3562
+ @property --tw-inset-shadow-alpha {
3563
+ syntax: "<percentage>";
3564
+ inherits: false;
3565
+ initial-value: 100%;
3566
+ }
3567
+ @property --tw-ring-color {
3568
+ syntax: "*";
3569
+ inherits: false;
3570
+ }
3571
+ @property --tw-ring-shadow {
3572
+ syntax: "*";
3573
+ inherits: false;
3574
+ initial-value: 0 0 #0000;
3575
+ }
3576
+ @property --tw-inset-ring-color {
3577
+ syntax: "*";
3578
+ inherits: false;
3579
+ }
3580
+ @property --tw-inset-ring-shadow {
3581
+ syntax: "*";
3582
+ inherits: false;
3583
+ initial-value: 0 0 #0000;
3584
+ }
3585
+ @property --tw-ring-inset {
3586
+ syntax: "*";
3587
+ inherits: false;
3588
+ }
3589
+ @property --tw-ring-offset-width {
3590
+ syntax: "<length>";
3591
+ inherits: false;
3592
+ initial-value: 0px;
3593
+ }
3594
+ @property --tw-ring-offset-color {
3595
+ syntax: "*";
3596
+ inherits: false;
3597
+ initial-value: #fff;
3598
+ }
3599
+ @property --tw-ring-offset-shadow {
3600
+ syntax: "*";
3601
+ inherits: false;
3602
+ initial-value: 0 0 #0000;
3603
+ }
3604
+ @property --tw-blur {
3605
+ syntax: "*";
3606
+ inherits: false;
3607
+ }
3608
+ @property --tw-brightness {
3609
+ syntax: "*";
3610
+ inherits: false;
3611
+ }
3612
+ @property --tw-contrast {
3613
+ syntax: "*";
3614
+ inherits: false;
3615
+ }
3616
+ @property --tw-grayscale {
3617
+ syntax: "*";
3618
+ inherits: false;
3619
+ }
3620
+ @property --tw-hue-rotate {
3621
+ syntax: "*";
3622
+ inherits: false;
3623
+ }
3624
+ @property --tw-invert {
3625
+ syntax: "*";
3626
+ inherits: false;
3627
+ }
3628
+ @property --tw-opacity {
3629
+ syntax: "*";
3630
+ inherits: false;
3631
+ }
3632
+ @property --tw-saturate {
3633
+ syntax: "*";
3634
+ inherits: false;
3635
+ }
3636
+ @property --tw-sepia {
3637
+ syntax: "*";
3638
+ inherits: false;
3639
+ }
3640
+ @property --tw-drop-shadow {
3641
+ syntax: "*";
3642
+ inherits: false;
3643
+ }
3644
+ @property --tw-drop-shadow-color {
3645
+ syntax: "*";
3646
+ inherits: false;
3647
+ }
3648
+ @property --tw-drop-shadow-alpha {
3649
+ syntax: "<percentage>";
3650
+ inherits: false;
3651
+ initial-value: 100%;
3652
+ }
3653
+ @property --tw-drop-shadow-size {
3654
+ syntax: "*";
3655
+ inherits: false;
3656
+ }
3657
+ @property --tw-duration {
3658
+ syntax: "*";
3659
+ inherits: false;
3660
+ }
3661
+ @property --tw-ease {
3662
+ syntax: "*";
3663
+ inherits: false;
3664
+ }
3665
+ @keyframes spin {
3666
+ to {
3667
+ transform: rotate(360deg);
3668
+ }
3669
+ }
3670
+ @keyframes pulse {
3671
+ 50% {
3672
+ opacity: 0.5;
3673
+ }
3674
+ }
3675
+ @layer properties {
3676
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
3677
+ *, ::before, ::after, ::backdrop {
3678
+ --tw-border-spacing-x: 0;
3679
+ --tw-border-spacing-y: 0;
3680
+ --tw-translate-x: 0;
3681
+ --tw-translate-y: 0;
3682
+ --tw-translate-z: 0;
3683
+ --tw-rotate-x: initial;
3684
+ --tw-rotate-y: initial;
3685
+ --tw-rotate-z: initial;
3686
+ --tw-skew-x: initial;
3687
+ --tw-skew-y: initial;
3688
+ --tw-space-y-reverse: 0;
3689
+ --tw-space-x-reverse: 0;
3690
+ --tw-border-style: solid;
3691
+ --tw-leading: initial;
3692
+ --tw-font-weight: initial;
3693
+ --tw-shadow: 0 0 #0000;
3694
+ --tw-shadow-color: initial;
3695
+ --tw-shadow-alpha: 100%;
3696
+ --tw-inset-shadow: 0 0 #0000;
3697
+ --tw-inset-shadow-color: initial;
3698
+ --tw-inset-shadow-alpha: 100%;
3699
+ --tw-ring-color: initial;
3700
+ --tw-ring-shadow: 0 0 #0000;
3701
+ --tw-inset-ring-color: initial;
3702
+ --tw-inset-ring-shadow: 0 0 #0000;
3703
+ --tw-ring-inset: initial;
3704
+ --tw-ring-offset-width: 0px;
3705
+ --tw-ring-offset-color: #fff;
3706
+ --tw-ring-offset-shadow: 0 0 #0000;
3707
+ --tw-blur: initial;
3708
+ --tw-brightness: initial;
3709
+ --tw-contrast: initial;
3710
+ --tw-grayscale: initial;
3711
+ --tw-hue-rotate: initial;
3712
+ --tw-invert: initial;
3713
+ --tw-opacity: initial;
3714
+ --tw-saturate: initial;
3715
+ --tw-sepia: initial;
3716
+ --tw-drop-shadow: initial;
3717
+ --tw-drop-shadow-color: initial;
3718
+ --tw-drop-shadow-alpha: 100%;
3719
+ --tw-drop-shadow-size: initial;
3720
+ --tw-duration: initial;
3721
+ --tw-ease: initial;
3722
+ }
3723
+ }
3724
+ }