fone-design-system_v2 1.0.1

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 (157) hide show
  1. package/README.md +40 -0
  2. package/dist/DesignSystemProvider.d.ts +6 -0
  3. package/dist/components/ui/Accordion/Accordion.d.ts +42 -0
  4. package/dist/components/ui/Accordion/index.d.ts +2 -0
  5. package/dist/components/ui/Autocomplete/Autocomplete.d.ts +40 -0
  6. package/dist/components/ui/Autocomplete/index.d.ts +2 -0
  7. package/dist/components/ui/Backdrop/Backdrop.d.ts +10 -0
  8. package/dist/components/ui/Backdrop/index.d.ts +2 -0
  9. package/dist/components/ui/Badge/Badge.d.ts +17 -0
  10. package/dist/components/ui/Badge/index.d.ts +2 -0
  11. package/dist/components/ui/BarChart/BarChart.d.ts +48 -0
  12. package/dist/components/ui/BarChart/index.d.ts +2 -0
  13. package/dist/components/ui/BottomNavigation/BottomNavigation.d.ts +23 -0
  14. package/dist/components/ui/BottomNavigation/index.d.ts +2 -0
  15. package/dist/components/ui/Box/Box.d.ts +10 -0
  16. package/dist/components/ui/Box/index.d.ts +2 -0
  17. package/dist/components/ui/Breadcrumbs/Breadcrumbs.d.ts +22 -0
  18. package/dist/components/ui/Breadcrumbs/index.d.ts +2 -0
  19. package/dist/components/ui/Button/Button.d.ts +41 -0
  20. package/dist/components/ui/Button/index.d.ts +2 -0
  21. package/dist/components/ui/Card/Card.d.ts +18 -0
  22. package/dist/components/ui/Card/index.d.ts +2 -0
  23. package/dist/components/ui/Checkbox/Checkbox.d.ts +21 -0
  24. package/dist/components/ui/Checkbox/index.d.ts +2 -0
  25. package/dist/components/ui/DatePicker2/DatePicker2.d.ts +25 -0
  26. package/dist/components/ui/DatePicker2/DateRangeInput.d.ts +11 -0
  27. package/dist/components/ui/DatePicker2/index.d.ts +2 -0
  28. package/dist/components/ui/DatePicker3/DatePicker3.d.ts +9 -0
  29. package/dist/components/ui/DatePicker3/DateRangePicker.d.ts +10 -0
  30. package/dist/components/ui/DatePicker3/DateStyle.d.ts +1 -0
  31. package/dist/components/ui/DatePicker3/RHFDatePicker3Controller.d.ts +15 -0
  32. package/dist/components/ui/DatePicker3/RHFDateRangeController.d.ts +15 -0
  33. package/dist/components/ui/DatePicker3/index.d.ts +5 -0
  34. package/dist/components/ui/Dialog/Dialog.d.ts +44 -0
  35. package/dist/components/ui/Dialog/index.d.ts +2 -0
  36. package/dist/components/ui/Divider/Divider.d.ts +19 -0
  37. package/dist/components/ui/Divider/index.d.ts +2 -0
  38. package/dist/components/ui/DropdownMenu/DropdownMenu.d.ts +15 -0
  39. package/dist/components/ui/DropdownMenu/index.d.ts +2 -0
  40. package/dist/components/ui/Flex/Flex.d.ts +19 -0
  41. package/dist/components/ui/Flex/index.d.ts +2 -0
  42. package/dist/components/ui/FloatingButton/FloatingButton.d.ts +13 -0
  43. package/dist/components/ui/FloatingButton/index.d.ts +2 -0
  44. package/dist/components/ui/Form/Form.d.ts +13 -0
  45. package/dist/components/ui/Form/index.d.ts +2 -0
  46. package/dist/components/ui/Grid/Grid.d.ts +28 -0
  47. package/dist/components/ui/Grid/index.d.ts +2 -0
  48. package/dist/components/ui/IconButton/IconButton.d.ts +22 -0
  49. package/dist/components/ui/IconButton/index.d.ts +2 -0
  50. package/dist/components/ui/InputLabel/InputLabel.d.ts +12 -0
  51. package/dist/components/ui/InputLabel/index.d.ts +3 -0
  52. package/dist/components/ui/Label/Label.d.ts +12 -0
  53. package/dist/components/ui/Label/index.d.ts +2 -0
  54. package/dist/components/ui/Menu/Menu.d.ts +20 -0
  55. package/dist/components/ui/Menu/index.d.ts +2 -0
  56. package/dist/components/ui/MobileMenu/MobileMenu.d.ts +31 -0
  57. package/dist/components/ui/MobileMenu/index.d.ts +2 -0
  58. package/dist/components/ui/Notification/Notification.d.ts +13 -0
  59. package/dist/components/ui/Notification/index.d.ts +2 -0
  60. package/dist/components/ui/Pagination/Pagination.d.ts +31 -0
  61. package/dist/components/ui/Pagination/index.d.ts +2 -0
  62. package/dist/components/ui/PieChart/PieChart.d.ts +40 -0
  63. package/dist/components/ui/PieChart/index.d.ts +2 -0
  64. package/dist/components/ui/Progress/Progress.d.ts +11 -0
  65. package/dist/components/ui/Progress/index.d.ts +2 -0
  66. package/dist/components/ui/Radio/Group.d.ts +20 -0
  67. package/dist/components/ui/Radio/Radio.d.ts +15 -0
  68. package/dist/components/ui/Radio/index.d.ts +4 -0
  69. package/dist/components/ui/ScrollArea/ScrollArea.d.ts +4 -0
  70. package/dist/components/ui/ScrollArea/ScrollBar.d.ts +8 -0
  71. package/dist/components/ui/ScrollArea/index.d.ts +3 -0
  72. package/dist/components/ui/Searchbar/Searchbar.d.ts +22 -0
  73. package/dist/components/ui/Searchbar/index.d.ts +2 -0
  74. package/dist/components/ui/Select/Select.d.ts +35 -0
  75. package/dist/components/ui/Select/index.d.ts +2 -0
  76. package/dist/components/ui/Select2/RHFSelect2Controller.d.ts +12 -0
  77. package/dist/components/ui/Select2/Select2.d.ts +27 -0
  78. package/dist/components/ui/Select2/index.d.ts +3 -0
  79. package/dist/components/ui/Skeleton/Skeleton.d.ts +11 -0
  80. package/dist/components/ui/Skeleton/index.d.ts +2 -0
  81. package/dist/components/ui/Snackbar/Snackbar.d.ts +56 -0
  82. package/dist/components/ui/Snackbar/index.d.ts +2 -0
  83. package/dist/components/ui/Switch/Switch.d.ts +20 -0
  84. package/dist/components/ui/Switch/index.d.ts +2 -0
  85. package/dist/components/ui/Table/Table.d.ts +103 -0
  86. package/dist/components/ui/Table/index.d.ts +2 -0
  87. package/dist/components/ui/Table2/AddButton.d.ts +15 -0
  88. package/dist/components/ui/Table2/Body.d.ts +0 -0
  89. package/dist/components/ui/Table2/BodyItem.d.ts +0 -0
  90. package/dist/components/ui/Table2/Box.d.ts +1 -0
  91. package/dist/components/ui/Table2/Buttons.d.ts +23 -0
  92. package/dist/components/ui/Table2/CelButton.d.ts +12 -0
  93. package/dist/components/ui/Table2/Cell.d.ts +23 -0
  94. package/dist/components/ui/Table2/CellCheckbox.d.ts +12 -0
  95. package/dist/components/ui/Table2/CellCheckboxN.d.ts +6 -0
  96. package/dist/components/ui/Table2/CellCustom.d.ts +7 -0
  97. package/dist/components/ui/Table2/CellDate.d.ts +8 -0
  98. package/dist/components/ui/Table2/CellDatePicker.d.ts +13 -0
  99. package/dist/components/ui/Table2/CellFrontCheckbox.d.ts +10 -0
  100. package/dist/components/ui/Table2/CellInput.d.ts +14 -0
  101. package/dist/components/ui/Table2/CellInputEng.d.ts +0 -0
  102. package/dist/components/ui/Table2/CellInputNumber.d.ts +0 -0
  103. package/dist/components/ui/Table2/CellModal.d.ts +17 -0
  104. package/dist/components/ui/Table2/CellSelect.d.ts +15 -0
  105. package/dist/components/ui/Table2/CellText.d.ts +10 -0
  106. package/dist/components/ui/Table2/CellTextarea.d.ts +13 -0
  107. package/dist/components/ui/Table2/Header.d.ts +8 -0
  108. package/dist/components/ui/Table2/HeaderItem.d.ts +8 -0
  109. package/dist/components/ui/Table2/Pagination.d.ts +10 -0
  110. package/dist/components/ui/Table2/RemoveButton.d.ts +15 -0
  111. package/dist/components/ui/Table2/Row.d.ts +24 -0
  112. package/dist/components/ui/Table2/Rows.d.ts +25 -0
  113. package/dist/components/ui/Table2/SaveButton.d.ts +11 -0
  114. package/dist/components/ui/Table2/Table2.d.ts +69 -0
  115. package/dist/components/ui/Table2/TableProvider.d.ts +0 -0
  116. package/dist/components/ui/Table2/Title.d.ts +5 -0
  117. package/dist/components/ui/Table2/TitleContainer.d.ts +28 -0
  118. package/dist/components/ui/Table2/Total.d.ts +5 -0
  119. package/dist/components/ui/Table2/emptyMessage.d.ts +1 -0
  120. package/dist/components/ui/Table2/index.d.ts +2 -0
  121. package/dist/components/ui/Table2/useElementHeight.d.ts +3 -0
  122. package/dist/components/ui/Tabs/Tabs.d.ts +33 -0
  123. package/dist/components/ui/Tabs/index.d.ts +2 -0
  124. package/dist/components/ui/Tag/Tag.d.ts +20 -0
  125. package/dist/components/ui/Tag/index.d.ts +2 -0
  126. package/dist/components/ui/TextField/TextField.d.ts +33 -0
  127. package/dist/components/ui/TextField/index.d.ts +2 -0
  128. package/dist/components/ui/TextField2/RHFTextField2Controller.d.ts +11 -0
  129. package/dist/components/ui/TextField2/TextField2.d.ts +19 -0
  130. package/dist/components/ui/TextField2/index.d.ts +3 -0
  131. package/dist/components/ui/Tooltip/Tooltip.d.ts +30 -0
  132. package/dist/components/ui/Tooltip/index.d.ts +2 -0
  133. package/dist/components/ui/TransferList/TransferList.d.ts +11 -0
  134. package/dist/components/ui/TransferList/index.d.ts +2 -0
  135. package/dist/components/ui/TreeView/TreeView.d.ts +49 -0
  136. package/dist/components/ui/TreeView/index.d.ts +2 -0
  137. package/dist/components/ui/Typography/Typography.d.ts +24 -0
  138. package/dist/components/ui/Typography/index.d.ts +2 -0
  139. package/dist/emptyBox.png +0 -0
  140. package/dist/favicon.ico +0 -0
  141. package/dist/fone-design-system.es.js +82974 -0
  142. package/dist/fone-design-system.umd.js +710 -0
  143. package/dist/fone-design-system_v2.css +1 -0
  144. package/dist/happy.jpg +0 -0
  145. package/dist/index.d.ts +46 -0
  146. package/dist/lib/createEmotionCache.d.ts +1 -0
  147. package/dist/lib/dayjsSetup.d.ts +2 -0
  148. package/dist/lib/utils.d.ts +2 -0
  149. package/dist/pages/_app.d.ts +5 -0
  150. package/dist/pages/_document.d.ts +3 -0
  151. package/dist/pages/api/hello.d.ts +6 -0
  152. package/dist/pages/index.d.ts +1 -0
  153. package/dist/react-datepicker.css +756 -0
  154. package/dist/styles.css +2112 -0
  155. package/dist/styles.css.map +1 -0
  156. package/dist/theme/theme.d.ts +1 -0
  157. package/package.json +107 -0
@@ -0,0 +1,2112 @@
1
+ @charset "UTF-8";
2
+
3
+ /* http://meyerweb.com/eric/tools/css/reset/
4
+ v2.0 | 20110126
5
+ License: none (public domain)
6
+ */
7
+
8
+ html,
9
+ body,
10
+ div,
11
+ span,
12
+ applet,
13
+ object,
14
+ iframe,
15
+ h1,
16
+ h2,
17
+ h3,
18
+ h4,
19
+ h5,
20
+ h6,
21
+ p,
22
+ blockquote,
23
+ pre,
24
+ a,
25
+ abbr,
26
+ acronym,
27
+ address,
28
+ big,
29
+ cite,
30
+ code,
31
+ del,
32
+ dfn,
33
+ em,
34
+ img,
35
+ ins,
36
+ kbd,
37
+ q,
38
+ s,
39
+ samp,
40
+ small,
41
+ strike,
42
+ strong,
43
+ sub,
44
+ sup,
45
+ tt,
46
+ var,
47
+ b,
48
+ u,
49
+ i,
50
+ center,
51
+ dl,
52
+ dt,
53
+ dd,
54
+ ol,
55
+ ul,
56
+ li,
57
+ fieldset,
58
+ form,
59
+ label,
60
+ legend,
61
+ table,
62
+ caption,
63
+ tbody,
64
+ tfoot,
65
+ thead,
66
+ tr,
67
+ th,
68
+ td,
69
+ article,
70
+ aside,
71
+ canvas,
72
+ details,
73
+ embed,
74
+ figure,
75
+ figcaption,
76
+ footer,
77
+ header,
78
+ hgroup,
79
+ menu,
80
+ nav,
81
+ output,
82
+ ruby,
83
+ section,
84
+ summary,
85
+ time,
86
+ mark,
87
+ audio,
88
+ video {
89
+ margin: 0;
90
+ padding: 0;
91
+ font-size: 100%;
92
+ font: inherit;
93
+ vertical-align: baseline;
94
+ }
95
+
96
+ /* HTML5 display-role reset for older browsers */
97
+
98
+ article,
99
+ aside,
100
+ details,
101
+ figcaption,
102
+ figure,
103
+ footer,
104
+ header,
105
+ hgroup,
106
+ menu,
107
+ nav,
108
+ section {
109
+ display: block;
110
+ }
111
+
112
+ body {
113
+ line-height: 1;
114
+ }
115
+
116
+ ol,
117
+ ul {
118
+ list-style: none;
119
+ }
120
+
121
+ blockquote,
122
+ q {
123
+ quotes: none;
124
+ }
125
+
126
+ blockquote:before,
127
+ blockquote:after,
128
+ q:before,
129
+ q:after {
130
+ content: "";
131
+ content: none;
132
+ }
133
+
134
+ table {
135
+ border-collapse: collapse;
136
+ }
137
+
138
+ *, ::before, ::after{
139
+ --tw-border-spacing-x: 0;
140
+ --tw-border-spacing-y: 0;
141
+ --tw-translate-x: 0;
142
+ --tw-translate-y: 0;
143
+ --tw-rotate: 0;
144
+ --tw-skew-x: 0;
145
+ --tw-skew-y: 0;
146
+ --tw-scale-x: 1;
147
+ --tw-scale-y: 1;
148
+ --tw-pan-x: ;
149
+ --tw-pan-y: ;
150
+ --tw-pinch-zoom: ;
151
+ --tw-scroll-snap-strictness: proximity;
152
+ --tw-gradient-from-position: ;
153
+ --tw-gradient-via-position: ;
154
+ --tw-gradient-to-position: ;
155
+ --tw-ordinal: ;
156
+ --tw-slashed-zero: ;
157
+ --tw-numeric-figure: ;
158
+ --tw-numeric-spacing: ;
159
+ --tw-numeric-fraction: ;
160
+ --tw-ring-inset: ;
161
+ --tw-ring-offset-width: 0px;
162
+ --tw-ring-offset-color: #fff;
163
+ --tw-ring-color: rgb(59 130 246 / 0.5);
164
+ --tw-ring-offset-shadow: 0 0 #0000;
165
+ --tw-ring-shadow: 0 0 #0000;
166
+ --tw-shadow: 0 0 #0000;
167
+ --tw-shadow-colored: 0 0 #0000;
168
+ --tw-blur: ;
169
+ --tw-brightness: ;
170
+ --tw-contrast: ;
171
+ --tw-grayscale: ;
172
+ --tw-hue-rotate: ;
173
+ --tw-invert: ;
174
+ --tw-saturate: ;
175
+ --tw-sepia: ;
176
+ --tw-drop-shadow: ;
177
+ --tw-backdrop-blur: ;
178
+ --tw-backdrop-brightness: ;
179
+ --tw-backdrop-contrast: ;
180
+ --tw-backdrop-grayscale: ;
181
+ --tw-backdrop-hue-rotate: ;
182
+ --tw-backdrop-invert: ;
183
+ --tw-backdrop-opacity: ;
184
+ --tw-backdrop-saturate: ;
185
+ --tw-backdrop-sepia: ;
186
+ --tw-contain-size: ;
187
+ --tw-contain-layout: ;
188
+ --tw-contain-paint: ;
189
+ --tw-contain-style: ;
190
+ }
191
+
192
+ ::backdrop{
193
+ --tw-border-spacing-x: 0;
194
+ --tw-border-spacing-y: 0;
195
+ --tw-translate-x: 0;
196
+ --tw-translate-y: 0;
197
+ --tw-rotate: 0;
198
+ --tw-skew-x: 0;
199
+ --tw-skew-y: 0;
200
+ --tw-scale-x: 1;
201
+ --tw-scale-y: 1;
202
+ --tw-pan-x: ;
203
+ --tw-pan-y: ;
204
+ --tw-pinch-zoom: ;
205
+ --tw-scroll-snap-strictness: proximity;
206
+ --tw-gradient-from-position: ;
207
+ --tw-gradient-via-position: ;
208
+ --tw-gradient-to-position: ;
209
+ --tw-ordinal: ;
210
+ --tw-slashed-zero: ;
211
+ --tw-numeric-figure: ;
212
+ --tw-numeric-spacing: ;
213
+ --tw-numeric-fraction: ;
214
+ --tw-ring-inset: ;
215
+ --tw-ring-offset-width: 0px;
216
+ --tw-ring-offset-color: #fff;
217
+ --tw-ring-color: rgb(59 130 246 / 0.5);
218
+ --tw-ring-offset-shadow: 0 0 #0000;
219
+ --tw-ring-shadow: 0 0 #0000;
220
+ --tw-shadow: 0 0 #0000;
221
+ --tw-shadow-colored: 0 0 #0000;
222
+ --tw-blur: ;
223
+ --tw-brightness: ;
224
+ --tw-contrast: ;
225
+ --tw-grayscale: ;
226
+ --tw-hue-rotate: ;
227
+ --tw-invert: ;
228
+ --tw-saturate: ;
229
+ --tw-sepia: ;
230
+ --tw-drop-shadow: ;
231
+ --tw-backdrop-blur: ;
232
+ --tw-backdrop-brightness: ;
233
+ --tw-backdrop-contrast: ;
234
+ --tw-backdrop-grayscale: ;
235
+ --tw-backdrop-hue-rotate: ;
236
+ --tw-backdrop-invert: ;
237
+ --tw-backdrop-opacity: ;
238
+ --tw-backdrop-saturate: ;
239
+ --tw-backdrop-sepia: ;
240
+ --tw-contain-size: ;
241
+ --tw-contain-layout: ;
242
+ --tw-contain-paint: ;
243
+ --tw-contain-style: ;
244
+ }
245
+
246
+ /* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
247
+ */
248
+
249
+ /*
250
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
251
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
252
+ */
253
+
254
+ *,
255
+ ::before,
256
+ ::after {
257
+ box-sizing: border-box;
258
+ /* 1 */
259
+ border-width: 0;
260
+ /* 2 */
261
+ border-style: solid;
262
+ /* 2 */
263
+ border-color: #e5e7eb;
264
+ /* 2 */
265
+ }
266
+
267
+ ::before,
268
+ ::after {
269
+ --tw-content: '';
270
+ }
271
+
272
+ /*
273
+ 1. Use a consistent sensible line-height in all browsers.
274
+ 2. Prevent adjustments of font size after orientation changes in iOS.
275
+ 3. Use a more readable tab size.
276
+ 4. Use the user's configured `sans` font-family by default.
277
+ 5. Use the user's configured `sans` font-feature-settings by default.
278
+ 6. Use the user's configured `sans` font-variation-settings by default.
279
+ 7. Disable tap highlights on iOS
280
+ */
281
+
282
+ html,
283
+ :host {
284
+ line-height: 1.5;
285
+ /* 1 */
286
+ -webkit-text-size-adjust: 100%;
287
+ /* 2 */
288
+ -moz-tab-size: 4;
289
+ /* 3 */
290
+ -o-tab-size: 4;
291
+ tab-size: 4;
292
+ /* 3 */
293
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
294
+ /* 4 */
295
+ font-feature-settings: normal;
296
+ /* 5 */
297
+ font-variation-settings: normal;
298
+ /* 6 */
299
+ -webkit-tap-highlight-color: transparent;
300
+ /* 7 */
301
+ }
302
+
303
+ /*
304
+ 1. Remove the margin in all browsers.
305
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
306
+ */
307
+
308
+ body {
309
+ margin: 0;
310
+ /* 1 */
311
+ line-height: inherit;
312
+ /* 2 */
313
+ }
314
+
315
+ /*
316
+ 1. Add the correct height in Firefox.
317
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
318
+ 3. Ensure horizontal rules are visible by default.
319
+ */
320
+
321
+ hr {
322
+ height: 0;
323
+ /* 1 */
324
+ color: inherit;
325
+ /* 2 */
326
+ border-top-width: 1px;
327
+ /* 3 */
328
+ }
329
+
330
+ /*
331
+ Add the correct text decoration in Chrome, Edge, and Safari.
332
+ */
333
+
334
+ abbr:where([title]) {
335
+ -webkit-text-decoration: underline dotted;
336
+ text-decoration: underline dotted;
337
+ }
338
+
339
+ /*
340
+ Remove the default font size and weight for headings.
341
+ */
342
+
343
+ h1,
344
+ h2,
345
+ h3,
346
+ h4,
347
+ h5,
348
+ h6 {
349
+ font-size: inherit;
350
+ font-weight: inherit;
351
+ }
352
+
353
+ /*
354
+ Reset links to optimize for opt-in styling instead of opt-out.
355
+ */
356
+
357
+ a {
358
+ color: inherit;
359
+ text-decoration: inherit;
360
+ }
361
+
362
+ /*
363
+ Add the correct font weight in Edge and Safari.
364
+ */
365
+
366
+ b,
367
+ strong {
368
+ font-weight: bolder;
369
+ }
370
+
371
+ /*
372
+ 1. Use the user's configured `mono` font-family by default.
373
+ 2. Use the user's configured `mono` font-feature-settings by default.
374
+ 3. Use the user's configured `mono` font-variation-settings by default.
375
+ 4. Correct the odd `em` font sizing in all browsers.
376
+ */
377
+
378
+ code,
379
+ kbd,
380
+ samp,
381
+ pre {
382
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
383
+ /* 1 */
384
+ font-feature-settings: normal;
385
+ /* 2 */
386
+ font-variation-settings: normal;
387
+ /* 3 */
388
+ font-size: 1em;
389
+ /* 4 */
390
+ }
391
+
392
+ /*
393
+ Add the correct font size in all browsers.
394
+ */
395
+
396
+ small {
397
+ font-size: 80%;
398
+ }
399
+
400
+ /*
401
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
402
+ */
403
+
404
+ sub,
405
+ sup {
406
+ font-size: 75%;
407
+ line-height: 0;
408
+ position: relative;
409
+ vertical-align: baseline;
410
+ }
411
+
412
+ sub {
413
+ bottom: -0.25em;
414
+ }
415
+
416
+ sup {
417
+ top: -0.5em;
418
+ }
419
+
420
+ /*
421
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
422
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
423
+ 3. Remove gaps between table borders by default.
424
+ */
425
+
426
+ table {
427
+ text-indent: 0;
428
+ /* 1 */
429
+ border-color: inherit;
430
+ /* 2 */
431
+ border-collapse: collapse;
432
+ /* 3 */
433
+ }
434
+
435
+ /*
436
+ 1. Change the font styles in all browsers.
437
+ 2. Remove the margin in Firefox and Safari.
438
+ 3. Remove default padding in all browsers.
439
+ */
440
+
441
+ button,
442
+ input,
443
+ optgroup,
444
+ select,
445
+ textarea {
446
+ font-family: inherit;
447
+ /* 1 */
448
+ font-feature-settings: inherit;
449
+ /* 1 */
450
+ font-variation-settings: inherit;
451
+ /* 1 */
452
+ font-size: 100%;
453
+ /* 1 */
454
+ font-weight: inherit;
455
+ /* 1 */
456
+ line-height: inherit;
457
+ /* 1 */
458
+ letter-spacing: inherit;
459
+ /* 1 */
460
+ color: inherit;
461
+ /* 1 */
462
+ margin: 0;
463
+ /* 2 */
464
+ padding: 0;
465
+ /* 3 */
466
+ }
467
+
468
+ /*
469
+ Remove the inheritance of text transform in Edge and Firefox.
470
+ */
471
+
472
+ button,
473
+ select {
474
+ text-transform: none;
475
+ }
476
+
477
+ /*
478
+ 1. Correct the inability to style clickable types in iOS and Safari.
479
+ 2. Remove default button styles.
480
+ */
481
+
482
+ button,
483
+ input:where([type='button']),
484
+ input:where([type='reset']),
485
+ input:where([type='submit']) {
486
+ -webkit-appearance: button;
487
+ /* 1 */
488
+ background-color: transparent;
489
+ /* 2 */
490
+ background-image: none;
491
+ /* 2 */
492
+ }
493
+
494
+ /*
495
+ Use the modern Firefox focus style for all focusable elements.
496
+ */
497
+
498
+ :-moz-focusring {
499
+ outline: auto;
500
+ }
501
+
502
+ /*
503
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
504
+ */
505
+
506
+ :-moz-ui-invalid {
507
+ box-shadow: none;
508
+ }
509
+
510
+ /*
511
+ Add the correct vertical alignment in Chrome and Firefox.
512
+ */
513
+
514
+ progress {
515
+ vertical-align: baseline;
516
+ }
517
+
518
+ /*
519
+ Correct the cursor style of increment and decrement buttons in Safari.
520
+ */
521
+
522
+ ::-webkit-inner-spin-button,
523
+ ::-webkit-outer-spin-button {
524
+ height: auto;
525
+ }
526
+
527
+ /*
528
+ 1. Correct the odd appearance in Chrome and Safari.
529
+ 2. Correct the outline style in Safari.
530
+ */
531
+
532
+ [type='search'] {
533
+ -webkit-appearance: textfield;
534
+ /* 1 */
535
+ outline-offset: -2px;
536
+ /* 2 */
537
+ }
538
+
539
+ /*
540
+ Remove the inner padding in Chrome and Safari on macOS.
541
+ */
542
+
543
+ ::-webkit-search-decoration {
544
+ -webkit-appearance: none;
545
+ }
546
+
547
+ /*
548
+ 1. Correct the inability to style clickable types in iOS and Safari.
549
+ 2. Change font properties to `inherit` in Safari.
550
+ */
551
+
552
+ ::-webkit-file-upload-button {
553
+ -webkit-appearance: button;
554
+ /* 1 */
555
+ font: inherit;
556
+ /* 2 */
557
+ }
558
+
559
+ /*
560
+ Add the correct display in Chrome and Safari.
561
+ */
562
+
563
+ summary {
564
+ display: list-item;
565
+ }
566
+
567
+ /*
568
+ Removes the default spacing and border for appropriate elements.
569
+ */
570
+
571
+ blockquote,
572
+ dl,
573
+ dd,
574
+ h1,
575
+ h2,
576
+ h3,
577
+ h4,
578
+ h5,
579
+ h6,
580
+ hr,
581
+ figure,
582
+ p,
583
+ pre {
584
+ margin: 0;
585
+ }
586
+
587
+ fieldset {
588
+ margin: 0;
589
+ padding: 0;
590
+ }
591
+
592
+ legend {
593
+ padding: 0;
594
+ }
595
+
596
+ ol,
597
+ ul,
598
+ menu {
599
+ list-style: none;
600
+ margin: 0;
601
+ padding: 0;
602
+ }
603
+
604
+ /*
605
+ Reset default styling for dialogs.
606
+ */
607
+
608
+ dialog {
609
+ padding: 0;
610
+ }
611
+
612
+ /*
613
+ Prevent resizing textareas horizontally by default.
614
+ */
615
+
616
+ textarea {
617
+ resize: vertical;
618
+ }
619
+
620
+ /*
621
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
622
+ 2. Set the default placeholder color to the user's configured gray 400 color.
623
+ */
624
+
625
+ input::-moz-placeholder, textarea::-moz-placeholder {
626
+ opacity: 1;
627
+ /* 1 */
628
+ color: #9ca3af;
629
+ /* 2 */
630
+ }
631
+
632
+ input::placeholder,
633
+ textarea::placeholder {
634
+ opacity: 1;
635
+ /* 1 */
636
+ color: #9ca3af;
637
+ /* 2 */
638
+ }
639
+
640
+ /*
641
+ Set the default cursor for buttons.
642
+ */
643
+
644
+ button,
645
+ [role="button"] {
646
+ cursor: pointer;
647
+ }
648
+
649
+ /*
650
+ Make sure disabled buttons don't get the pointer cursor.
651
+ */
652
+
653
+ :disabled {
654
+ cursor: default;
655
+ }
656
+
657
+ /*
658
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
659
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
660
+ This can trigger a poorly considered lint error in some tools but is included by design.
661
+ */
662
+
663
+ img,
664
+ svg,
665
+ video,
666
+ canvas,
667
+ audio,
668
+ iframe,
669
+ embed,
670
+ object {
671
+ display: block;
672
+ /* 1 */
673
+ vertical-align: middle;
674
+ /* 2 */
675
+ }
676
+
677
+ /*
678
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
679
+ */
680
+
681
+ img,
682
+ video {
683
+ max-width: 100%;
684
+ height: auto;
685
+ }
686
+
687
+ /* Make elements with the HTML hidden attribute stay hidden by default */
688
+
689
+ [hidden]:where(:not([hidden="until-found"])) {
690
+ display: none;
691
+ }
692
+
693
+ *{
694
+ --tw-border-opacity: 1;
695
+ border-color: rgb(204 208 211 / var(--tw-border-opacity, 1));
696
+ font-family: "Roboto", sans-serif;
697
+ }
698
+
699
+ html{
700
+ scroll-behavior: smooth;
701
+ }
702
+
703
+ body{
704
+ --tw-bg-opacity: 1;
705
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
706
+ color: var(--fone-black-primary);
707
+ font-synthesis-weight: none;
708
+ text-rendering: optimizeLegibility;
709
+ }
710
+
711
+ svg {
712
+ vertical-align: initial;
713
+ }
714
+
715
+ .container{
716
+ width: 100%;
717
+ }
718
+
719
+ @media (min-width: 640px){
720
+ .container{
721
+ max-width: 640px;
722
+ }
723
+ }
724
+
725
+ @media (min-width: 768px){
726
+ .container{
727
+ max-width: 768px;
728
+ }
729
+ }
730
+
731
+ @media (min-width: 1024px){
732
+ .container{
733
+ max-width: 1024px;
734
+ }
735
+ }
736
+
737
+ @media (min-width: 1280px){
738
+ .container{
739
+ max-width: 1280px;
740
+ }
741
+ }
742
+
743
+ @media (min-width: 1536px){
744
+ .container{
745
+ max-width: 1536px;
746
+ }
747
+ }
748
+
749
+ .sr-only{
750
+ position: absolute;
751
+ width: 1px;
752
+ height: 1px;
753
+ padding: 0;
754
+ margin: -1px;
755
+ overflow: hidden;
756
+ clip: rect(0, 0, 0, 0);
757
+ white-space: nowrap;
758
+ border-width: 0;
759
+ }
760
+
761
+ .pointer-events-none{
762
+ pointer-events: none;
763
+ }
764
+
765
+ .static{
766
+ position: static;
767
+ }
768
+
769
+ .absolute{
770
+ position: absolute;
771
+ }
772
+
773
+ .relative{
774
+ position: relative;
775
+ }
776
+
777
+ .sticky{
778
+ position: sticky;
779
+ }
780
+
781
+ .inset-y-0{
782
+ top: 0px;
783
+ bottom: 0px;
784
+ }
785
+
786
+ .-bottom-\[4px\]{
787
+ bottom: -4px;
788
+ }
789
+
790
+ .-top-\[4px\]{
791
+ top: -4px;
792
+ }
793
+
794
+ .left-0{
795
+ left: 0px;
796
+ }
797
+
798
+ .left-\[1px\]{
799
+ left: 1px;
800
+ }
801
+
802
+ .right-0{
803
+ right: 0px;
804
+ }
805
+
806
+ .right-\[2px\]{
807
+ right: 2px;
808
+ }
809
+
810
+ .top-0{
811
+ top: 0px;
812
+ }
813
+
814
+ .isolate{
815
+ isolation: isolate;
816
+ }
817
+
818
+ .z-10{
819
+ z-index: 10;
820
+ }
821
+
822
+ .z-50{
823
+ z-index: 50;
824
+ }
825
+
826
+ .row-start-2{
827
+ grid-row-start: 2;
828
+ }
829
+
830
+ .row-start-3{
831
+ grid-row-start: 3;
832
+ }
833
+
834
+ .mx-\[0\.13rem\]{
835
+ margin-left: 0.13rem;
836
+ margin-right: 0.13rem;
837
+ }
838
+
839
+ .-mb-16{
840
+ margin-bottom: -4rem;
841
+ }
842
+
843
+ .mb-2{
844
+ margin-bottom: 0.5rem;
845
+ }
846
+
847
+ .mb-4{
848
+ margin-bottom: 1rem;
849
+ }
850
+
851
+ .mb-\[0\.5rem\]{
852
+ margin-bottom: 0.5rem;
853
+ }
854
+
855
+ .mb-\[0\.6px\]{
856
+ margin-bottom: 0.6px;
857
+ }
858
+
859
+ .mb-\[4px\]{
860
+ margin-bottom: 4px;
861
+ }
862
+
863
+ .ml-3{
864
+ margin-left: 0.75rem;
865
+ }
866
+
867
+ .mr-1{
868
+ margin-right: 0.25rem;
869
+ }
870
+
871
+ .mr-\[4px\]{
872
+ margin-right: 4px;
873
+ }
874
+
875
+ .mt-2{
876
+ margin-top: 0.5rem;
877
+ }
878
+
879
+ .mt-4{
880
+ margin-top: 1rem;
881
+ }
882
+
883
+ .block{
884
+ display: block;
885
+ }
886
+
887
+ .flex{
888
+ display: flex;
889
+ }
890
+
891
+ .inline-flex{
892
+ display: inline-flex;
893
+ }
894
+
895
+ .table{
896
+ display: table;
897
+ }
898
+
899
+ .grid{
900
+ display: grid;
901
+ }
902
+
903
+ .contents{
904
+ display: contents;
905
+ }
906
+
907
+ .hidden{
908
+ display: none;
909
+ }
910
+
911
+ .size-full{
912
+ width: 100%;
913
+ height: 100%;
914
+ }
915
+
916
+ .h-10{
917
+ height: 2.5rem;
918
+ }
919
+
920
+ .h-16{
921
+ height: 4rem;
922
+ }
923
+
924
+ .h-20{
925
+ height: 5rem;
926
+ }
927
+
928
+ .h-5{
929
+ height: 1.25rem;
930
+ }
931
+
932
+ .h-60{
933
+ height: 15rem;
934
+ }
935
+
936
+ .h-8{
937
+ height: 2rem;
938
+ }
939
+
940
+ .h-96{
941
+ height: 24rem;
942
+ }
943
+
944
+ .h-\[100px\]{
945
+ height: 100px;
946
+ }
947
+
948
+ .h-\[140px\]{
949
+ height: 140px;
950
+ }
951
+
952
+ .h-\[150px\]{
953
+ height: 150px;
954
+ }
955
+
956
+ .h-\[2\.5rem\]{
957
+ height: 2.5rem;
958
+ }
959
+
960
+ .h-\[200px\]{
961
+ height: 200px;
962
+ }
963
+
964
+ .h-\[26px\]{
965
+ height: 26px;
966
+ }
967
+
968
+ .h-\[32px\]{
969
+ height: 32px;
970
+ }
971
+
972
+ .h-\[3rem\]{
973
+ height: 3rem;
974
+ }
975
+
976
+ .h-\[400px\]{
977
+ height: 400px;
978
+ }
979
+
980
+ .h-\[9px\]{
981
+ height: 9px;
982
+ }
983
+
984
+ .h-auto{
985
+ height: auto;
986
+ }
987
+
988
+ .h-full{
989
+ height: 100%;
990
+ }
991
+
992
+ .min-h-\[352px\]{
993
+ min-height: 352px;
994
+ }
995
+
996
+ .min-h-\[3rem\]{
997
+ min-height: 3rem;
998
+ }
999
+
1000
+ .min-h-screen{
1001
+ min-height: 100vh;
1002
+ }
1003
+
1004
+ .w-1{
1005
+ width: 0.25rem;
1006
+ }
1007
+
1008
+ .w-10{
1009
+ width: 2.5rem;
1010
+ }
1011
+
1012
+ .w-32{
1013
+ width: 8rem;
1014
+ }
1015
+
1016
+ .w-5{
1017
+ width: 1.25rem;
1018
+ }
1019
+
1020
+ .w-96{
1021
+ width: 24rem;
1022
+ }
1023
+
1024
+ .w-\[100px\]{
1025
+ width: 100px;
1026
+ }
1027
+
1028
+ .w-\[2\.5rem\]{
1029
+ width: 2.5rem;
1030
+ }
1031
+
1032
+ .w-\[200px\]{
1033
+ width: 200px;
1034
+ }
1035
+
1036
+ .w-\[275px\]{
1037
+ width: 275px;
1038
+ }
1039
+
1040
+ .w-\[300px\]{
1041
+ width: 300px;
1042
+ }
1043
+
1044
+ .w-\[34px\]{
1045
+ width: 34px;
1046
+ }
1047
+
1048
+ .w-\[400px\]{
1049
+ width: 400px;
1050
+ }
1051
+
1052
+ .w-\[500px\]{
1053
+ width: 500px;
1054
+ }
1055
+
1056
+ .w-\[550px\]{
1057
+ width: 550px;
1058
+ }
1059
+
1060
+ .w-\[700px\]{
1061
+ width: 700px;
1062
+ }
1063
+
1064
+ .w-\[7px\]{
1065
+ width: 7px;
1066
+ }
1067
+
1068
+ .w-\[900px\]{
1069
+ width: 900px;
1070
+ }
1071
+
1072
+ .w-full{
1073
+ width: 100%;
1074
+ }
1075
+
1076
+ .min-w-\[250px\]{
1077
+ min-width: 250px;
1078
+ }
1079
+
1080
+ .min-w-\[30px\]{
1081
+ min-width: 30px;
1082
+ }
1083
+
1084
+ .flex-1{
1085
+ flex: 1 1 0%;
1086
+ }
1087
+
1088
+ .flex-shrink-0{
1089
+ flex-shrink: 0;
1090
+ }
1091
+
1092
+ .shrink-0{
1093
+ flex-shrink: 0;
1094
+ }
1095
+
1096
+ .flex-grow{
1097
+ flex-grow: 1;
1098
+ }
1099
+
1100
+ .grow{
1101
+ flex-grow: 1;
1102
+ }
1103
+
1104
+ .rotate-90{
1105
+ --tw-rotate: 90deg;
1106
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1107
+ }
1108
+
1109
+ .scale-100{
1110
+ --tw-scale-x: 1;
1111
+ --tw-scale-y: 1;
1112
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1113
+ }
1114
+
1115
+ .transform{
1116
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1117
+ }
1118
+
1119
+ .cursor-col-resize{
1120
+ cursor: col-resize;
1121
+ }
1122
+
1123
+ .cursor-default{
1124
+ cursor: default;
1125
+ }
1126
+
1127
+ .cursor-pointer{
1128
+ cursor: pointer;
1129
+ }
1130
+
1131
+ .touch-none{
1132
+ touch-action: none;
1133
+ }
1134
+
1135
+ .select-none{
1136
+ -webkit-user-select: none;
1137
+ -moz-user-select: none;
1138
+ user-select: none;
1139
+ }
1140
+
1141
+ .resize-none{
1142
+ resize: none;
1143
+ }
1144
+
1145
+ .resize{
1146
+ resize: both;
1147
+ }
1148
+
1149
+ .list-inside{
1150
+ list-style-position: inside;
1151
+ }
1152
+
1153
+ .list-decimal{
1154
+ list-style-type: decimal;
1155
+ }
1156
+
1157
+ .appearance-none{
1158
+ -webkit-appearance: none;
1159
+ -moz-appearance: none;
1160
+ appearance: none;
1161
+ }
1162
+
1163
+ .grid-cols-1{
1164
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1165
+ }
1166
+
1167
+ .grid-cols-2{
1168
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1169
+ }
1170
+
1171
+ .grid-rows-\[20px_1fr_20px\]{
1172
+ grid-template-rows: 20px 1fr 20px;
1173
+ }
1174
+
1175
+ .flex-row{
1176
+ flex-direction: row;
1177
+ }
1178
+
1179
+ .flex-row-reverse{
1180
+ flex-direction: row-reverse;
1181
+ }
1182
+
1183
+ .flex-col{
1184
+ flex-direction: column;
1185
+ }
1186
+
1187
+ .flex-col-reverse{
1188
+ flex-direction: column-reverse;
1189
+ }
1190
+
1191
+ .flex-wrap{
1192
+ flex-wrap: wrap;
1193
+ }
1194
+
1195
+ .items-start{
1196
+ align-items: flex-start;
1197
+ }
1198
+
1199
+ .items-end{
1200
+ align-items: flex-end;
1201
+ }
1202
+
1203
+ .items-center{
1204
+ align-items: center;
1205
+ }
1206
+
1207
+ .items-baseline{
1208
+ align-items: baseline;
1209
+ }
1210
+
1211
+ .justify-start{
1212
+ justify-content: flex-start;
1213
+ }
1214
+
1215
+ .justify-end{
1216
+ justify-content: flex-end;
1217
+ }
1218
+
1219
+ .justify-center{
1220
+ justify-content: center;
1221
+ }
1222
+
1223
+ .justify-between{
1224
+ justify-content: space-between;
1225
+ }
1226
+
1227
+ .justify-around{
1228
+ justify-content: space-around;
1229
+ }
1230
+
1231
+ .justify-items-center{
1232
+ justify-items: center;
1233
+ }
1234
+
1235
+ .gap-10{
1236
+ gap: 2.5rem;
1237
+ }
1238
+
1239
+ .gap-12{
1240
+ gap: 3rem;
1241
+ }
1242
+
1243
+ .gap-16{
1244
+ gap: 4rem;
1245
+ }
1246
+
1247
+ .gap-2{
1248
+ gap: 0.5rem;
1249
+ }
1250
+
1251
+ .gap-2\.5{
1252
+ gap: 0.625rem;
1253
+ }
1254
+
1255
+ .gap-20{
1256
+ gap: 5rem;
1257
+ }
1258
+
1259
+ .gap-3{
1260
+ gap: 0.75rem;
1261
+ }
1262
+
1263
+ .gap-4{
1264
+ gap: 1rem;
1265
+ }
1266
+
1267
+ .gap-6{
1268
+ gap: 1.5rem;
1269
+ }
1270
+
1271
+ .gap-8{
1272
+ gap: 2rem;
1273
+ }
1274
+
1275
+ .gap-\[0\.5rem\]{
1276
+ gap: 0.5rem;
1277
+ }
1278
+
1279
+ .gap-x-8{
1280
+ -moz-column-gap: 2rem;
1281
+ column-gap: 2rem;
1282
+ }
1283
+
1284
+ .gap-y-4{
1285
+ row-gap: 1rem;
1286
+ }
1287
+
1288
+ .-space-x-px > :not([hidden]) ~ :not([hidden]){
1289
+ --tw-space-x-reverse: 0;
1290
+ margin-right: calc(-1px * var(--tw-space-x-reverse));
1291
+ margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
1292
+ }
1293
+
1294
+ .divide-y > :not([hidden]) ~ :not([hidden]){
1295
+ --tw-divide-y-reverse: 0;
1296
+ border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
1297
+ border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
1298
+ }
1299
+
1300
+ .divide-gray-200 > :not([hidden]) ~ :not([hidden]){
1301
+ --tw-divide-opacity: 1;
1302
+ border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
1303
+ }
1304
+
1305
+ .overflow-auto{
1306
+ overflow: auto;
1307
+ }
1308
+
1309
+ .overflow-hidden{
1310
+ overflow: hidden;
1311
+ }
1312
+
1313
+ .overflow-x-auto{
1314
+ overflow-x: auto;
1315
+ }
1316
+
1317
+ .overflow-y-auto{
1318
+ overflow-y: auto;
1319
+ }
1320
+
1321
+ .overflow-x-hidden{
1322
+ overflow-x: hidden;
1323
+ }
1324
+
1325
+ .overflow-y-hidden{
1326
+ overflow-y: hidden;
1327
+ }
1328
+
1329
+ .whitespace-nowrap{
1330
+ white-space: nowrap;
1331
+ }
1332
+
1333
+ .whitespace-pre-line{
1334
+ white-space: pre-line;
1335
+ }
1336
+
1337
+ .rounded{
1338
+ border-radius: 0.25rem;
1339
+ }
1340
+
1341
+ .rounded-2xl{
1342
+ border-radius: 1rem;
1343
+ }
1344
+
1345
+ .rounded-\[inherit\]{
1346
+ border-radius: inherit;
1347
+ }
1348
+
1349
+ .rounded-full{
1350
+ border-radius: 9999px;
1351
+ }
1352
+
1353
+ .rounded-lg{
1354
+ border-radius: 0.5rem;
1355
+ }
1356
+
1357
+ .rounded-md{
1358
+ border-radius: 0.375rem;
1359
+ }
1360
+
1361
+ .rounded-l-md{
1362
+ border-top-left-radius: 0.375rem;
1363
+ border-bottom-left-radius: 0.375rem;
1364
+ }
1365
+
1366
+ .rounded-r-md{
1367
+ border-top-right-radius: 0.375rem;
1368
+ border-bottom-right-radius: 0.375rem;
1369
+ }
1370
+
1371
+ .border{
1372
+ border-width: 1px;
1373
+ }
1374
+
1375
+ .border-b{
1376
+ border-bottom-width: 1px;
1377
+ }
1378
+
1379
+ .border-l{
1380
+ border-left-width: 1px;
1381
+ }
1382
+
1383
+ .border-r{
1384
+ border-right-width: 1px;
1385
+ }
1386
+
1387
+ .border-t{
1388
+ border-top-width: 1px;
1389
+ }
1390
+
1391
+ .border-solid{
1392
+ border-style: solid;
1393
+ }
1394
+
1395
+ .border-black\/\[\.08\]{
1396
+ border-color: rgb(0 0 0 / .08);
1397
+ }
1398
+
1399
+ .border-gray-200{
1400
+ --tw-border-opacity: 1;
1401
+ border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
1402
+ }
1403
+
1404
+ .border-gray-300{
1405
+ --tw-border-opacity: 1;
1406
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1407
+ }
1408
+
1409
+ .border-transparent{
1410
+ border-color: transparent;
1411
+ }
1412
+
1413
+ .border-t-black{
1414
+ --tw-border-opacity: 1;
1415
+ border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
1416
+ }
1417
+
1418
+ .bg-black\/\[\.05\]{
1419
+ background-color: rgb(0 0 0 / .05);
1420
+ }
1421
+
1422
+ .bg-blue-100{
1423
+ --tw-bg-opacity: 1;
1424
+ background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
1425
+ }
1426
+
1427
+ .bg-blue-50{
1428
+ --tw-bg-opacity: 1;
1429
+ background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
1430
+ }
1431
+
1432
+ .bg-blue-500{
1433
+ --tw-bg-opacity: 1;
1434
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
1435
+ }
1436
+
1437
+ .bg-blue-600{
1438
+ --tw-bg-opacity: 1;
1439
+ background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
1440
+ }
1441
+
1442
+ .bg-foreground{
1443
+ background-color: var(--fone-black-primary);
1444
+ }
1445
+
1446
+ .bg-gray-100{
1447
+ --tw-bg-opacity: 1;
1448
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
1449
+ }
1450
+
1451
+ .bg-gray-400{
1452
+ --tw-bg-opacity: 1;
1453
+ background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
1454
+ }
1455
+
1456
+ .bg-gray-50{
1457
+ --tw-bg-opacity: 1;
1458
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
1459
+ }
1460
+
1461
+ .bg-gray-900{
1462
+ --tw-bg-opacity: 1;
1463
+ background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
1464
+ }
1465
+
1466
+ .bg-neutral-500{
1467
+ --tw-bg-opacity: 1;
1468
+ background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
1469
+ }
1470
+
1471
+ .bg-white{
1472
+ --tw-bg-opacity: 1;
1473
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1474
+ }
1475
+
1476
+ .bg-none{
1477
+ background-image: none;
1478
+ }
1479
+
1480
+ .p-0\.5{
1481
+ padding: 0.125rem;
1482
+ }
1483
+
1484
+ .p-2{
1485
+ padding: 0.5rem;
1486
+ }
1487
+
1488
+ .p-4{
1489
+ padding: 1rem;
1490
+ }
1491
+
1492
+ .p-8{
1493
+ padding: 2rem;
1494
+ }
1495
+
1496
+ .p-\[0\.1rem\]{
1497
+ padding: 0.1rem;
1498
+ }
1499
+
1500
+ .p-\[1px\]{
1501
+ padding: 1px;
1502
+ }
1503
+
1504
+ .px-1{
1505
+ padding-left: 0.25rem;
1506
+ padding-right: 0.25rem;
1507
+ }
1508
+
1509
+ .px-2{
1510
+ padding-left: 0.5rem;
1511
+ padding-right: 0.5rem;
1512
+ }
1513
+
1514
+ .px-3{
1515
+ padding-left: 0.75rem;
1516
+ padding-right: 0.75rem;
1517
+ }
1518
+
1519
+ .px-4{
1520
+ padding-left: 1rem;
1521
+ padding-right: 1rem;
1522
+ }
1523
+
1524
+ .px-\[0\.7rem\]{
1525
+ padding-left: 0.7rem;
1526
+ padding-right: 0.7rem;
1527
+ }
1528
+
1529
+ .py-0\.5{
1530
+ padding-top: 0.125rem;
1531
+ padding-bottom: 0.125rem;
1532
+ }
1533
+
1534
+ .py-1{
1535
+ padding-top: 0.25rem;
1536
+ padding-bottom: 0.25rem;
1537
+ }
1538
+
1539
+ .py-2{
1540
+ padding-top: 0.5rem;
1541
+ padding-bottom: 0.5rem;
1542
+ }
1543
+
1544
+ .py-3{
1545
+ padding-top: 0.75rem;
1546
+ padding-bottom: 0.75rem;
1547
+ }
1548
+
1549
+ .py-\[0\.1rem\]{
1550
+ padding-top: 0.1rem;
1551
+ padding-bottom: 0.1rem;
1552
+ }
1553
+
1554
+ .pb-20{
1555
+ padding-bottom: 5rem;
1556
+ }
1557
+
1558
+ .pb-8{
1559
+ padding-bottom: 2rem;
1560
+ }
1561
+
1562
+ .pb-\[0\.3rem\]{
1563
+ padding-bottom: 0.3rem;
1564
+ }
1565
+
1566
+ .pl-3{
1567
+ padding-left: 0.75rem;
1568
+ }
1569
+
1570
+ .pr-2{
1571
+ padding-right: 0.5rem;
1572
+ }
1573
+
1574
+ .pr-8{
1575
+ padding-right: 2rem;
1576
+ }
1577
+
1578
+ .pt-\[0\.2rem\]{
1579
+ padding-top: 0.2rem;
1580
+ }
1581
+
1582
+ .pt-\[2\.5px\]{
1583
+ padding-top: 2.5px;
1584
+ }
1585
+
1586
+ .text-center{
1587
+ text-align: center;
1588
+ }
1589
+
1590
+ .text-start{
1591
+ text-align: start;
1592
+ }
1593
+
1594
+ .align-middle{
1595
+ vertical-align: middle;
1596
+ }
1597
+
1598
+ .font-\[family-name\:var\(--font-geist-mono\)\]{
1599
+ font-family: var(--font-geist-mono);
1600
+ }
1601
+
1602
+ .font-\[family-name\:var\(--font-geist-sans\)\]{
1603
+ font-family: var(--font-geist-sans);
1604
+ }
1605
+
1606
+ .text-\[0\.7rem\]{
1607
+ font-size: 0.7rem;
1608
+ }
1609
+
1610
+ .text-\[1\.2rem\]{
1611
+ font-size: 1.2rem;
1612
+ }
1613
+
1614
+ .text-\[1\.3rem\]{
1615
+ font-size: 1.3rem;
1616
+ }
1617
+
1618
+ .text-\[1\.4rem\]{
1619
+ font-size: 1.4rem;
1620
+ }
1621
+
1622
+ .text-\[1\.5rem\]{
1623
+ font-size: 1.5rem;
1624
+ }
1625
+
1626
+ .text-\[1\.9rem\]{
1627
+ font-size: 1.9rem;
1628
+ }
1629
+
1630
+ .text-\[2rem\]{
1631
+ font-size: 2rem;
1632
+ }
1633
+
1634
+ .text-base{
1635
+ font-size: 1rem;
1636
+ line-height: 1.5rem;
1637
+ }
1638
+
1639
+ .text-fone-base{
1640
+ font-size: 1.2rem;
1641
+ }
1642
+
1643
+ .text-lg{
1644
+ font-size: 1.125rem;
1645
+ line-height: 1.75rem;
1646
+ }
1647
+
1648
+ .text-sm{
1649
+ font-size: 0.875rem;
1650
+ line-height: 1.25rem;
1651
+ }
1652
+
1653
+ .text-xs{
1654
+ font-size: 0.75rem;
1655
+ line-height: 1rem;
1656
+ }
1657
+
1658
+ .font-\[500\]{
1659
+ font-weight: 500;
1660
+ }
1661
+
1662
+ .font-bold{
1663
+ font-weight: 700;
1664
+ }
1665
+
1666
+ .font-medium{
1667
+ font-weight: 500;
1668
+ }
1669
+
1670
+ .font-semibold{
1671
+ font-weight: 600;
1672
+ }
1673
+
1674
+ .uppercase{
1675
+ text-transform: uppercase;
1676
+ }
1677
+
1678
+ .leading-6{
1679
+ line-height: 1.5rem;
1680
+ }
1681
+
1682
+ .tracking-wider{
1683
+ letter-spacing: 0.05em;
1684
+ }
1685
+
1686
+ .text-\[\#485661\]{
1687
+ --tw-text-opacity: 1;
1688
+ color: rgb(72 86 97 / var(--tw-text-opacity, 1));
1689
+ }
1690
+
1691
+ .text-\[\#676662\]{
1692
+ --tw-text-opacity: 1;
1693
+ color: rgb(103 102 98 / var(--tw-text-opacity, 1));
1694
+ }
1695
+
1696
+ .text-\[var\(--fone-black-primary\)\]{
1697
+ color: var(--fone-black-primary);
1698
+ }
1699
+
1700
+ .text-background{
1701
+ --tw-text-opacity: 1;
1702
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1703
+ }
1704
+
1705
+ .text-blue-500{
1706
+ --tw-text-opacity: 1;
1707
+ color: rgb(59 130 246 / var(--tw-text-opacity, 1));
1708
+ }
1709
+
1710
+ .text-gray-300{
1711
+ --tw-text-opacity: 1;
1712
+ color: rgb(209 213 219 / var(--tw-text-opacity, 1));
1713
+ }
1714
+
1715
+ .text-gray-400{
1716
+ --tw-text-opacity: 1;
1717
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
1718
+ }
1719
+
1720
+ .text-gray-500{
1721
+ --tw-text-opacity: 1;
1722
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1723
+ }
1724
+
1725
+ .text-gray-700{
1726
+ --tw-text-opacity: 1;
1727
+ color: rgb(55 65 81 / var(--tw-text-opacity, 1));
1728
+ }
1729
+
1730
+ .text-gray-900{
1731
+ --tw-text-opacity: 1;
1732
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1733
+ }
1734
+
1735
+ .text-neutral-500{
1736
+ --tw-text-opacity: 1;
1737
+ color: rgb(115 115 115 / var(--tw-text-opacity, 1));
1738
+ }
1739
+
1740
+ .text-red-600{
1741
+ --tw-text-opacity: 1;
1742
+ color: rgb(220 38 38 / var(--tw-text-opacity, 1));
1743
+ }
1744
+
1745
+ .text-white{
1746
+ --tw-text-opacity: 1;
1747
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1748
+ }
1749
+
1750
+ .underline{
1751
+ text-decoration-line: underline;
1752
+ }
1753
+
1754
+ .overline{
1755
+ text-decoration-line: overline;
1756
+ }
1757
+
1758
+ .accent-black{
1759
+ accent-color: #000;
1760
+ }
1761
+
1762
+ .opacity-40{
1763
+ opacity: 0.4;
1764
+ }
1765
+
1766
+ .shadow-md{
1767
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1768
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1769
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1770
+ }
1771
+
1772
+ .shadow-sm{
1773
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1774
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1775
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1776
+ }
1777
+
1778
+ .outline-none{
1779
+ outline: 2px solid transparent;
1780
+ outline-offset: 2px;
1781
+ }
1782
+
1783
+ .outline{
1784
+ outline-style: solid;
1785
+ }
1786
+
1787
+ .outline-1{
1788
+ outline-width: 1px;
1789
+ }
1790
+
1791
+ .-outline-offset-1{
1792
+ outline-offset: -1px;
1793
+ }
1794
+
1795
+ .outline-blue-500{
1796
+ outline-color: #3b82f6;
1797
+ }
1798
+
1799
+ .ring-1{
1800
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1801
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1802
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1803
+ }
1804
+
1805
+ .ring-inset{
1806
+ --tw-ring-inset: inset;
1807
+ }
1808
+
1809
+ .ring-gray-300{
1810
+ --tw-ring-opacity: 1;
1811
+ --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
1812
+ }
1813
+
1814
+ .filter{
1815
+ 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);
1816
+ }
1817
+
1818
+ .transition-colors{
1819
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1820
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1821
+ transition-duration: 150ms;
1822
+ }
1823
+
1824
+ @font-face {
1825
+ src: url("/src/styles/font/roboto/Roboto-VariableFont_wdth,wght.ttf") format("woff2");
1826
+
1827
+ font-family: "Roboto", sans-serif;
1828
+
1829
+ font-display: swap;
1830
+ }
1831
+
1832
+ * {
1833
+ font-family: "Roboto", sans-serif;
1834
+ box-sizing: border-box;
1835
+ }
1836
+
1837
+ html,
1838
+ body {
1839
+ font-size: 62.5%;
1840
+ }
1841
+
1842
+ [data-radix-scroll-area-viewport] > div {
1843
+ height: 100% !important;
1844
+ display: block !important;
1845
+ }
1846
+
1847
+ :root {
1848
+ /* Black 계열 */
1849
+ --fone-black-primary: #05141f;
1850
+ --fone-black-900: #05141f;
1851
+ /* Blue 계열 */
1852
+ --fone-blue-300: #303c47;
1853
+ /* Gary 계열 */
1854
+ --font-gray-800: #9ba2a9;
1855
+ --font-gray-300: #ccd0d3;
1856
+ /* --gray-10: #f2f4f6; */
1857
+ /* Red 계열 */
1858
+ /* --red-100: #f13e3e; */
1859
+ /* Yellow 계열 */
1860
+ --fone-yellow-900: #ffd700;
1861
+ /* font-size */
1862
+ --fone-font-size-base: 1.2rem;
1863
+ --fone-font-size-md: 1.4rem;
1864
+ --fone-font-size-lg: 1.6rem;
1865
+ --fone-font-size-xl: 2rem;
1866
+ /* padding */
1867
+ --fone-padding-xs: 0.8rem;
1868
+ /* 즐겨찾기 */
1869
+ --fone-favorite-base: var(--fone-font-size-lg);
1870
+ --fone-favorite-on: var(--fone-yellow-900);
1871
+ --fone-favorite-off: var(--font-gray-300);
1872
+ /* 상세페이지 테이블간 간격 */
1873
+ --fone-page-gap-md: 2rem;
1874
+ --fone-page-gap-sm: 1rem;
1875
+ }
1876
+
1877
+ .last\:border-r-0:last-child{
1878
+ border-right-width: 0px;
1879
+ }
1880
+
1881
+ .hover\:border-gray-300:hover{
1882
+ --tw-border-opacity: 1;
1883
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1884
+ }
1885
+
1886
+ .hover\:border-gray-400:hover{
1887
+ --tw-border-opacity: 1;
1888
+ border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
1889
+ }
1890
+
1891
+ .hover\:border-transparent:hover{
1892
+ border-color: transparent;
1893
+ }
1894
+
1895
+ .hover\:bg-\[\#383838\]:hover{
1896
+ --tw-bg-opacity: 1;
1897
+ background-color: rgb(56 56 56 / var(--tw-bg-opacity, 1));
1898
+ }
1899
+
1900
+ .hover\:bg-\[\#f2f2f2\]:hover{
1901
+ --tw-bg-opacity: 1;
1902
+ background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
1903
+ }
1904
+
1905
+ .hover\:bg-gray-100:hover{
1906
+ --tw-bg-opacity: 1;
1907
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
1908
+ }
1909
+
1910
+ .hover\:bg-gray-400:hover{
1911
+ --tw-bg-opacity: 1;
1912
+ background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
1913
+ }
1914
+
1915
+ .hover\:bg-gray-50:hover{
1916
+ --tw-bg-opacity: 1;
1917
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
1918
+ }
1919
+
1920
+ .hover\:underline:hover{
1921
+ text-decoration-line: underline;
1922
+ }
1923
+
1924
+ .hover\:underline-offset-4:hover{
1925
+ text-underline-offset: 4px;
1926
+ }
1927
+
1928
+ .focus\:z-20:focus{
1929
+ z-index: 20;
1930
+ }
1931
+
1932
+ .focus\:border-gray-300:focus{
1933
+ --tw-border-opacity: 1;
1934
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1935
+ }
1936
+
1937
+ .focus\:border-gray-400:focus{
1938
+ --tw-border-opacity: 1;
1939
+ border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
1940
+ }
1941
+
1942
+ .focus\:border-indigo-300:focus{
1943
+ --tw-border-opacity: 1;
1944
+ border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
1945
+ }
1946
+
1947
+ .focus\:bg-transparent:focus{
1948
+ background-color: transparent;
1949
+ }
1950
+
1951
+ .focus\:bg-white:focus{
1952
+ --tw-bg-opacity: 1;
1953
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1954
+ }
1955
+
1956
+ .focus\:outline-none:focus{
1957
+ outline: 2px solid transparent;
1958
+ outline-offset: 2px;
1959
+ }
1960
+
1961
+ .focus\:outline-offset-0:focus{
1962
+ outline-offset: 0px;
1963
+ }
1964
+
1965
+ .focus\:ring:focus{
1966
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1967
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1968
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1969
+ }
1970
+
1971
+ .focus\:ring-2:focus{
1972
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1973
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1974
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1975
+ }
1976
+
1977
+ .focus\:ring-blue-500:focus{
1978
+ --tw-ring-opacity: 1;
1979
+ --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
1980
+ }
1981
+
1982
+ .focus\:ring-indigo-200:focus{
1983
+ --tw-ring-opacity: 1;
1984
+ --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
1985
+ }
1986
+
1987
+ .focus\:ring-opacity-50:focus{
1988
+ --tw-ring-opacity: 0.5;
1989
+ }
1990
+
1991
+ .focus-visible\:outline:focus-visible{
1992
+ outline-style: solid;
1993
+ }
1994
+
1995
+ .focus-visible\:outline-2:focus-visible{
1996
+ outline-width: 2px;
1997
+ }
1998
+
1999
+ .focus-visible\:outline-offset-2:focus-visible{
2000
+ outline-offset: 2px;
2001
+ }
2002
+
2003
+ .focus-visible\:outline-blue-600:focus-visible{
2004
+ outline-color: #2563eb;
2005
+ }
2006
+
2007
+ .disabled\:cursor-not-allowed:disabled{
2008
+ cursor: not-allowed;
2009
+ }
2010
+
2011
+ .disabled\:opacity-50:disabled{
2012
+ opacity: 0.5;
2013
+ }
2014
+
2015
+ @supports (display:table){
2016
+ .\*\:supports-\[display\:table\]\:block > *{
2017
+ display: block;
2018
+ }
2019
+
2020
+ .\*\:supports-\[display\:table\]\:size-full > *{
2021
+ width: 100%;
2022
+ height: 100%;
2023
+ }
2024
+ }
2025
+
2026
+ @media (min-width: 640px){
2027
+ .sm\:flex{
2028
+ display: flex;
2029
+ }
2030
+
2031
+ .sm\:hidden{
2032
+ display: none;
2033
+ }
2034
+
2035
+ .sm\:h-12{
2036
+ height: 3rem;
2037
+ }
2038
+
2039
+ .sm\:min-w-44{
2040
+ min-width: 11rem;
2041
+ }
2042
+
2043
+ .sm\:flex-1{
2044
+ flex: 1 1 0%;
2045
+ }
2046
+
2047
+ .sm\:flex-row{
2048
+ flex-direction: row;
2049
+ }
2050
+
2051
+ .sm\:items-start{
2052
+ align-items: flex-start;
2053
+ }
2054
+
2055
+ .sm\:items-center{
2056
+ align-items: center;
2057
+ }
2058
+
2059
+ .sm\:justify-between{
2060
+ justify-content: space-between;
2061
+ }
2062
+
2063
+ .sm\:p-20{
2064
+ padding: 5rem;
2065
+ }
2066
+
2067
+ .sm\:px-5{
2068
+ padding-left: 1.25rem;
2069
+ padding-right: 1.25rem;
2070
+ }
2071
+
2072
+ .sm\:px-6{
2073
+ padding-left: 1.5rem;
2074
+ padding-right: 1.5rem;
2075
+ }
2076
+
2077
+ .sm\:text-left{
2078
+ text-align: left;
2079
+ }
2080
+
2081
+ .sm\:text-base{
2082
+ font-size: 1rem;
2083
+ line-height: 1.5rem;
2084
+ }
2085
+ }
2086
+
2087
+ @media (prefers-color-scheme: dark){
2088
+ .dark\:border-white\/\[\.145\]{
2089
+ border-color: rgb(255 255 255 / .145);
2090
+ }
2091
+
2092
+ .dark\:bg-white\/\[\.06\]{
2093
+ background-color: rgb(255 255 255 / .06);
2094
+ }
2095
+
2096
+ .dark\:invert{
2097
+ --tw-invert: invert(100%);
2098
+ 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);
2099
+ }
2100
+
2101
+ .dark\:hover\:bg-\[\#1a1a1a\]:hover{
2102
+ --tw-bg-opacity: 1;
2103
+ background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
2104
+ }
2105
+
2106
+ .dark\:hover\:bg-\[\#ccc\]:hover{
2107
+ --tw-bg-opacity: 1;
2108
+ background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
2109
+ }
2110
+ }
2111
+
2112
+ /*# sourceMappingURL=styles.css.map */