lawgic-dev-kit 0.3.4 → 0.4.4

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 (344) hide show
  1. package/dist/_virtual/index3.js +2 -3
  2. package/dist/_virtual/index4.js +3 -3
  3. package/dist/_virtual/index5.js +3 -5
  4. package/dist/_virtual/index6.js +5 -2
  5. package/dist/_virtual/index7.js +2 -2
  6. package/dist/_virtual/index8.js +2 -2
  7. package/dist/components/atoms/ActionButton/ActionButton.d.ts +11 -0
  8. package/dist/components/atoms/ActionButton/index.d.ts +1 -0
  9. package/dist/components/atoms/AsyncToast/index.d.ts +11 -0
  10. package/dist/components/atoms/Avatar/Avatar.d.ts +11 -0
  11. package/dist/components/atoms/Avatar/Avatar.js +2 -3
  12. package/dist/components/atoms/Avatar/index.d.ts +1 -0
  13. package/dist/components/atoms/BoxContainer/BoxContainer.d.ts +4 -0
  14. package/dist/components/atoms/BoxContainer/BoxContainer.types.d.ts +6 -0
  15. package/dist/components/atoms/BoxContainer/index.d.ts +1 -0
  16. package/dist/components/atoms/Button/Button.d.ts +4 -0
  17. package/dist/components/atoms/Button/Button.styles.d.ts +26 -0
  18. package/dist/components/atoms/Button/Button.types.d.ts +9 -0
  19. package/dist/components/atoms/Button/index.d.ts +1 -0
  20. package/dist/components/atoms/CenterModal/CenterModal.d.ts +4 -0
  21. package/dist/components/atoms/CenterModal/CenterModal.types.d.ts +5 -0
  22. package/dist/components/atoms/CenterModal/index.d.ts +1 -0
  23. package/dist/components/atoms/Checkbox/Checkbox.d.ts +5 -0
  24. package/dist/components/atoms/Checkbox/index.d.ts +1 -0
  25. package/dist/components/atoms/CountryInput/CountryInput.d.ts +4 -0
  26. package/dist/components/atoms/CountryInput/CountryInput.types.d.ts +37 -0
  27. package/dist/components/atoms/CountryInput/index.d.ts +1 -0
  28. package/dist/components/atoms/CountryLabel/CountryLabel.d.ts +6 -0
  29. package/dist/components/atoms/CountryLabel/index.d.ts +1 -0
  30. package/dist/components/atoms/CountrySelectInput/CountryDropdown.d.ts +4 -0
  31. package/dist/components/atoms/CountrySelectInput/CountryDropdown.types.d.ts +36 -0
  32. package/dist/components/atoms/CountrySelectInput/index.d.ts +1 -0
  33. package/dist/components/atoms/Divider/Divider.d.ts +7 -0
  34. package/dist/components/atoms/Divider/index.d.ts +1 -0
  35. package/dist/components/atoms/FullLogo/FullLogo.d.ts +3 -0
  36. package/dist/components/atoms/FullLogo/index.d.ts +1 -0
  37. package/dist/components/atoms/IconButton/IconButton.d.ts +4 -0
  38. package/dist/components/atoms/IconButton/IconButton.styles.d.ts +10 -0
  39. package/dist/components/atoms/IconButton/IconButton.types.d.ts +11 -0
  40. package/dist/components/atoms/IconButton/index.d.ts +1 -0
  41. package/dist/components/atoms/ImageProfileInput/ImageProfileInput.d.ts +4 -0
  42. package/dist/components/atoms/ImageProfileInput/ImageProfileInput.types.d.ts +12 -0
  43. package/dist/components/atoms/ImageProfileInput/ImageProfileInput.validators.d.ts +9 -0
  44. package/dist/components/atoms/ImageProfileInput/index.d.ts +2 -0
  45. package/dist/components/atoms/IndexedStep/IndexedStep.d.ts +9 -0
  46. package/dist/components/atoms/IndexedStep/index.d.ts +1 -0
  47. package/dist/components/atoms/InfoCard/InfoCard.d.ts +3 -0
  48. package/dist/components/atoms/InfoCard/InfoCard.types.d.ts +6 -0
  49. package/dist/components/atoms/InfoCard/index.d.ts +1 -0
  50. package/dist/components/atoms/LoadingSpinner/LoadingSpinner.d.ts +8 -0
  51. package/dist/components/atoms/LoadingSpinner/index.d.ts +1 -0
  52. package/dist/components/atoms/Logo/Logo.d.ts +3 -0
  53. package/dist/components/atoms/Logo/Slogan.d.ts +3 -0
  54. package/dist/components/atoms/PasswordInput/PasswordInput.d.ts +5 -0
  55. package/dist/components/atoms/PasswordInput/PasswordInput.types.d.ts +11 -0
  56. package/dist/components/atoms/PasswordInput/index.d.ts +1 -0
  57. package/dist/components/atoms/PhoneInput/PhoneInput.d.ts +4 -0
  58. package/dist/components/atoms/PhoneInput/PhoneInput.types.d.ts +12 -0
  59. package/dist/components/atoms/PhoneInput/index.d.ts +1 -0
  60. package/dist/components/atoms/ProgressBar/ProgressBar.d.ts +3 -0
  61. package/dist/components/atoms/ProgressBar/ProgressBar.types.d.ts +4 -0
  62. package/dist/components/atoms/ProgressBar/index.d.ts +1 -0
  63. package/dist/components/atoms/SearchBar/index.d.ts +2 -0
  64. package/dist/components/atoms/SectionButton/SectionButton.d.ts +12 -0
  65. package/dist/components/atoms/SectionButton/desktop/SectionButton.d.ts +3 -0
  66. package/dist/components/atoms/SectionButton/desktop/SectionButton.styles.d.ts +1 -0
  67. package/dist/components/atoms/SectionButton/desktop/SectionButton.types.d.ts +10 -0
  68. package/dist/components/atoms/SectionButton/desktop/index.d.ts +2 -0
  69. package/dist/components/atoms/SectionButton/index.d.ts +1 -0
  70. package/dist/components/atoms/SectionButton/mobile/MobileSectionButton.styles.d.ts +2 -0
  71. package/dist/components/atoms/SectionButton/mobile/SectionButton.d.ts +3 -0
  72. package/dist/components/atoms/SectionButton/mobile/SectionButton.types.d.ts +10 -0
  73. package/dist/components/atoms/SectionButton/mobile/index.d.ts +2 -0
  74. package/dist/components/atoms/SelectDropdown/SelectDropdown.d.ts +4 -0
  75. package/dist/components/atoms/SelectDropdown/SelectDropdown.types.d.ts +24 -0
  76. package/dist/components/atoms/SelectDropdown/index.d.ts +1 -0
  77. package/dist/components/atoms/SidebarButton/index.d.ts +10 -0
  78. package/dist/components/atoms/Tab/Tab.d.ts +3 -0
  79. package/dist/components/atoms/Tab/Tab.styles.d.ts +6 -0
  80. package/dist/components/atoms/Tab/Tab.types.d.ts +10 -0
  81. package/dist/components/atoms/Tab/index.d.ts +1 -0
  82. package/dist/components/atoms/TextButton/TextButton.d.ts +4 -0
  83. package/dist/components/atoms/TextButton/TextButton.styles.d.ts +2 -0
  84. package/dist/components/atoms/TextButton/TextButton.types.d.ts +6 -0
  85. package/dist/components/atoms/TextButton/index.d.ts +1 -0
  86. package/dist/components/atoms/TextInput/TextInput.d.ts +5 -0
  87. package/dist/components/atoms/TextInput/TextInput.types.d.ts +11 -0
  88. package/dist/components/atoms/TextInput/index.d.ts +1 -0
  89. package/dist/components/atoms/TextStaticInput/TextStaticInput.d.ts +3 -0
  90. package/dist/components/atoms/TextStaticInput/TextStaticInput.types.d.ts +5 -0
  91. package/dist/components/atoms/TextStaticInput/index.d.ts +1 -0
  92. package/dist/components/atoms/Toast/Toast.d.ts +21 -0
  93. package/dist/components/atoms/Toast/index.d.ts +1 -0
  94. package/dist/components/atoms/UncontrolledSelector/UncontrolledSelector.d.ts +16 -0
  95. package/dist/components/atoms/UncontrolledSelector/index.d.ts +1 -0
  96. package/dist/components/atoms/UncontrolledTextInput/UncontrolledTextInput.d.ts +4 -0
  97. package/dist/components/atoms/UncontrolledTextInput/UncontrolledTextInput.types.d.ts +13 -0
  98. package/dist/components/atoms/UncontrolledTextInput/index.d.ts +1 -0
  99. package/dist/components/atoms/UploadContainer/UploadContainer.d.ts +4 -0
  100. package/dist/components/atoms/UploadContainer/UploadContainer.types.d.ts +32 -0
  101. package/dist/components/atoms/UploadContainer/index.d.ts +1 -0
  102. package/dist/components/atoms/index.d.ts +26 -0
  103. package/dist/components/index.d.ts +3 -0
  104. package/dist/components/molecules/AlertModal/AlertModal.d.ts +3 -0
  105. package/dist/components/molecules/AlertModal/AlertModal.js +6 -7
  106. package/dist/components/molecules/AlertModal/AlertModal.types.d.ts +8 -0
  107. package/dist/components/molecules/AlertModal/index.d.ts +2 -0
  108. package/dist/components/molecules/CalendarSelector/CalendarSelector.d.ts +8 -0
  109. package/dist/components/molecules/CalendarSelector/CalendarSelector.js +2 -3
  110. package/dist/components/molecules/CalendarSelector/PeriodToggle.d.ts +6 -0
  111. package/dist/components/molecules/CalendarSelector/TimeDisplay.d.ts +7 -0
  112. package/dist/components/molecules/CalendarSelector/index.d.ts +1 -0
  113. package/dist/components/molecules/DateInput/DateInput.d.ts +11 -0
  114. package/dist/components/molecules/DateInput/DateInput.js +7 -8
  115. package/dist/components/molecules/DateInput/index.d.ts +1 -0
  116. package/dist/components/molecules/DialogModal/DialogModal.d.ts +3 -0
  117. package/dist/components/molecules/DialogModal/DialogModal.js +2 -3
  118. package/dist/components/molecules/DialogModal/DialogModal.types.d.ts +10 -0
  119. package/dist/components/molecules/DialogModal/index.d.ts +1 -0
  120. package/dist/components/molecules/Dropdown/Dropdown.d.ts +3 -0
  121. package/dist/components/molecules/Dropdown/Dropdown.types.d.ts +7 -0
  122. package/dist/components/molecules/Dropdown/index.d.ts +1 -0
  123. package/dist/components/molecules/FileUpload/FileUpload.d.ts +4 -0
  124. package/dist/components/molecules/FileUpload/FileUpload.types.d.ts +17 -0
  125. package/dist/components/molecules/FileUpload/index.d.ts +1 -0
  126. package/dist/components/molecules/FloatingMenu/FloatingMenu.d.ts +4 -0
  127. package/dist/components/molecules/FloatingMenu/FloatingMenu.js +5 -6
  128. package/dist/components/molecules/FloatingMenu/FloatingMenu.types.d.ts +11 -0
  129. package/dist/components/molecules/FloatingMenu/index.d.ts +1 -0
  130. package/dist/components/molecules/IndexedStepper/IndexedStepper.d.ts +7 -0
  131. package/dist/components/molecules/IndexedStepper/index.d.ts +1 -0
  132. package/dist/components/molecules/InformationContainer/InformationContainer.d.ts +14 -0
  133. package/dist/components/molecules/InformationContainer/index.d.ts +1 -0
  134. package/dist/components/molecules/SearchModal/SearchModal.d.ts +4 -0
  135. package/dist/components/molecules/SearchModal/SearchModal.types.d.ts +5 -0
  136. package/dist/components/molecules/SearchModal/index.d.ts +1 -0
  137. package/dist/components/molecules/Stepper/Stepper.d.ts +3 -0
  138. package/dist/components/molecules/Stepper/Stepper.types.d.ts +7 -0
  139. package/dist/components/molecules/Stepper/index.d.ts +1 -0
  140. package/dist/components/molecules/Tabs/Tabs.d.ts +19 -0
  141. package/dist/components/molecules/Tabs/Tabs.js +2 -3
  142. package/dist/components/molecules/Tabs/index.d.ts +1 -0
  143. package/dist/components/molecules/UncontrolledDateInput/UncontrolledDateInput.d.ts +12 -0
  144. package/dist/components/molecules/UncontrolledDateInput/index.d.ts +1 -0
  145. package/dist/components/molecules/index.d.ts +10 -0
  146. package/dist/components/organisms/index.d.ts +1 -0
  147. package/dist/constants/countries.d.ts +30 -0
  148. package/dist/index.d.ts +5 -1
  149. package/dist/index.js +54 -56
  150. package/dist/lawgic-dev-kit.css +1 -1
  151. package/dist/lawgic-dev-kit.umd.js +57 -57
  152. package/dist/node_modules/prop-types/index.js +1 -1
  153. package/dist/node_modules/prop-types/node_modules/react-is/index.js +1 -1
  154. package/dist/node_modules/toposort/index.js +1 -1
  155. package/dist/node_modules/yup/index.esm.js +3 -3
  156. package/dist/providers/ThemeProvider.d.ts +10 -0
  157. package/dist/providers/index.d.ts +1 -0
  158. package/dist/src/components/atoms/ActionButton/ActionButton.d.ts +11 -0
  159. package/dist/src/components/atoms/ActionButton/index.d.ts +1 -0
  160. package/dist/src/components/atoms/AsyncToast/index.d.ts +11 -0
  161. package/dist/src/components/atoms/Avatar/Avatar.d.ts +11 -0
  162. package/dist/src/components/atoms/Avatar/index.d.ts +1 -0
  163. package/dist/src/components/atoms/BoxContainer/BoxContainer.d.ts +4 -0
  164. package/dist/src/components/atoms/BoxContainer/BoxContainer.types.d.ts +6 -0
  165. package/dist/src/components/atoms/BoxContainer/index.d.ts +1 -0
  166. package/dist/src/components/atoms/Button/Button.d.ts +4 -0
  167. package/dist/src/components/atoms/Button/Button.styles.d.ts +26 -0
  168. package/dist/src/components/atoms/Button/Button.types.d.ts +9 -0
  169. package/dist/src/components/atoms/Button/index.d.ts +1 -0
  170. package/dist/src/components/atoms/CenterModal/CenterModal.d.ts +4 -0
  171. package/dist/src/components/atoms/CenterModal/CenterModal.types.d.ts +5 -0
  172. package/dist/src/components/atoms/CenterModal/index.d.ts +1 -0
  173. package/dist/src/components/atoms/Checkbox/Checkbox.d.ts +5 -0
  174. package/dist/src/components/atoms/Checkbox/index.d.ts +1 -0
  175. package/dist/src/components/atoms/CountryInput/CountryInput.d.ts +4 -0
  176. package/dist/src/components/atoms/CountryInput/CountryInput.types.d.ts +37 -0
  177. package/dist/src/components/atoms/CountryInput/index.d.ts +1 -0
  178. package/dist/src/components/atoms/CountryLabel/CountryLabel.d.ts +6 -0
  179. package/dist/src/components/atoms/CountryLabel/index.d.ts +1 -0
  180. package/dist/src/components/atoms/CountrySelectInput/CountryDropdown.d.ts +4 -0
  181. package/dist/src/components/atoms/CountrySelectInput/CountryDropdown.types.d.ts +36 -0
  182. package/dist/src/components/atoms/CountrySelectInput/index.d.ts +1 -0
  183. package/dist/src/components/atoms/Divider/Divider.d.ts +7 -0
  184. package/dist/src/components/atoms/Divider/index.d.ts +1 -0
  185. package/dist/src/components/atoms/FullLogo/FullLogo.d.ts +3 -0
  186. package/dist/src/components/atoms/FullLogo/index.d.ts +1 -0
  187. package/dist/src/components/atoms/IconButton/IconButton.d.ts +4 -0
  188. package/dist/src/components/atoms/IconButton/IconButton.styles.d.ts +10 -0
  189. package/dist/src/components/atoms/IconButton/IconButton.types.d.ts +11 -0
  190. package/dist/src/components/atoms/IconButton/index.d.ts +1 -0
  191. package/dist/src/components/atoms/ImageProfileInput/ImageProfileInput.d.ts +4 -0
  192. package/dist/src/components/atoms/ImageProfileInput/ImageProfileInput.types.d.ts +12 -0
  193. package/dist/src/components/atoms/ImageProfileInput/ImageProfileInput.validators.d.ts +9 -0
  194. package/dist/src/components/atoms/ImageProfileInput/index.d.ts +2 -0
  195. package/dist/src/components/atoms/IndexedStep/IndexedStep.d.ts +9 -0
  196. package/dist/src/components/atoms/IndexedStep/index.d.ts +1 -0
  197. package/dist/src/components/atoms/InfoCard/InfoCard.d.ts +3 -0
  198. package/dist/src/components/atoms/InfoCard/InfoCard.types.d.ts +6 -0
  199. package/dist/src/components/atoms/InfoCard/index.d.ts +1 -0
  200. package/dist/src/components/atoms/LoadingSpinner/LoadingSpinner.d.ts +8 -0
  201. package/dist/src/components/atoms/LoadingSpinner/index.d.ts +1 -0
  202. package/dist/src/components/atoms/Logo/Logo.d.ts +3 -0
  203. package/dist/src/components/atoms/Logo/Slogan.d.ts +3 -0
  204. package/dist/src/components/atoms/PasswordInput/PasswordInput.d.ts +5 -0
  205. package/dist/src/components/atoms/PasswordInput/PasswordInput.types.d.ts +11 -0
  206. package/dist/src/components/atoms/PasswordInput/index.d.ts +1 -0
  207. package/dist/src/components/atoms/PhoneInput/PhoneInput.d.ts +4 -0
  208. package/dist/src/components/atoms/PhoneInput/PhoneInput.types.d.ts +12 -0
  209. package/dist/src/components/atoms/PhoneInput/index.d.ts +1 -0
  210. package/dist/src/components/atoms/ProgressBar/ProgressBar.d.ts +3 -0
  211. package/dist/src/components/atoms/ProgressBar/ProgressBar.types.d.ts +4 -0
  212. package/dist/src/components/atoms/ProgressBar/index.d.ts +1 -0
  213. package/dist/src/components/atoms/SearchBar/index.d.ts +2 -0
  214. package/dist/src/components/atoms/SectionButton/SectionButton.d.ts +12 -0
  215. package/dist/src/components/atoms/SectionButton/desktop/SectionButton.d.ts +3 -0
  216. package/dist/src/components/atoms/SectionButton/desktop/SectionButton.styles.d.ts +1 -0
  217. package/dist/src/components/atoms/SectionButton/desktop/SectionButton.types.d.ts +10 -0
  218. package/dist/src/components/atoms/SectionButton/desktop/index.d.ts +2 -0
  219. package/dist/src/components/atoms/SectionButton/index.d.ts +1 -0
  220. package/dist/src/components/atoms/SectionButton/mobile/MobileSectionButton.styles.d.ts +2 -0
  221. package/dist/src/components/atoms/SectionButton/mobile/SectionButton.d.ts +3 -0
  222. package/dist/src/components/atoms/SectionButton/mobile/SectionButton.types.d.ts +10 -0
  223. package/dist/src/components/atoms/SectionButton/mobile/index.d.ts +2 -0
  224. package/dist/src/components/atoms/SelectDropdown/SelectDropdown.d.ts +4 -0
  225. package/dist/src/components/atoms/SelectDropdown/SelectDropdown.types.d.ts +24 -0
  226. package/dist/src/components/atoms/SelectDropdown/index.d.ts +1 -0
  227. package/dist/src/components/atoms/SidebarButton/index.d.ts +10 -0
  228. package/dist/src/components/atoms/Tab/Tab.d.ts +3 -0
  229. package/dist/src/components/atoms/Tab/Tab.styles.d.ts +6 -0
  230. package/dist/src/components/atoms/Tab/Tab.types.d.ts +10 -0
  231. package/dist/src/components/atoms/Tab/index.d.ts +1 -0
  232. package/dist/src/components/atoms/TextButton/TextButton.d.ts +4 -0
  233. package/dist/src/components/atoms/TextButton/TextButton.styles.d.ts +2 -0
  234. package/dist/src/components/atoms/TextButton/TextButton.types.d.ts +6 -0
  235. package/dist/src/components/atoms/TextButton/index.d.ts +1 -0
  236. package/dist/src/components/atoms/TextInput/TextInput.d.ts +5 -0
  237. package/dist/src/components/atoms/TextInput/TextInput.types.d.ts +11 -0
  238. package/dist/src/components/atoms/TextInput/index.d.ts +1 -0
  239. package/dist/src/components/atoms/TextStaticInput/TextStaticInput.d.ts +3 -0
  240. package/dist/src/components/atoms/TextStaticInput/TextStaticInput.types.d.ts +5 -0
  241. package/dist/src/components/atoms/TextStaticInput/index.d.ts +1 -0
  242. package/dist/src/components/atoms/Toast/Toast.d.ts +21 -0
  243. package/dist/src/components/atoms/Toast/index.d.ts +1 -0
  244. package/dist/src/components/atoms/UncontrolledSelector/UncontrolledSelector.d.ts +16 -0
  245. package/dist/src/components/atoms/UncontrolledSelector/index.d.ts +1 -0
  246. package/dist/src/components/atoms/UncontrolledTextInput/UncontrolledTextInput.d.ts +4 -0
  247. package/dist/src/components/atoms/UncontrolledTextInput/UncontrolledTextInput.types.d.ts +13 -0
  248. package/dist/src/components/atoms/UncontrolledTextInput/index.d.ts +1 -0
  249. package/dist/src/components/atoms/UploadContainer/UploadContainer.d.ts +4 -0
  250. package/dist/src/components/atoms/UploadContainer/UploadContainer.types.d.ts +32 -0
  251. package/dist/src/components/atoms/UploadContainer/index.d.ts +1 -0
  252. package/dist/src/components/atoms/index.d.ts +26 -0
  253. package/dist/src/components/index.d.ts +3 -0
  254. package/dist/src/components/molecules/AlertModal/AlertModal.d.ts +3 -0
  255. package/dist/src/components/molecules/AlertModal/AlertModal.types.d.ts +8 -0
  256. package/dist/src/components/molecules/AlertModal/index.d.ts +2 -0
  257. package/dist/src/components/molecules/CalendarSelector/CalendarSelector.d.ts +8 -0
  258. package/dist/src/components/molecules/CalendarSelector/PeriodToggle.d.ts +6 -0
  259. package/dist/src/components/molecules/CalendarSelector/TimeDisplay.d.ts +7 -0
  260. package/dist/src/components/molecules/CalendarSelector/index.d.ts +1 -0
  261. package/dist/src/components/molecules/DateInput/DateInput.d.ts +11 -0
  262. package/dist/src/components/molecules/DateInput/index.d.ts +1 -0
  263. package/dist/src/components/molecules/DialogModal/DialogModal.d.ts +3 -0
  264. package/dist/src/components/molecules/DialogModal/DialogModal.types.d.ts +10 -0
  265. package/dist/src/components/molecules/DialogModal/index.d.ts +1 -0
  266. package/dist/src/components/molecules/Dropdown/Dropdown.d.ts +3 -0
  267. package/dist/src/components/molecules/Dropdown/Dropdown.types.d.ts +7 -0
  268. package/dist/src/components/molecules/Dropdown/index.d.ts +1 -0
  269. package/dist/src/components/molecules/FileUpload/FileUpload.d.ts +4 -0
  270. package/dist/src/components/molecules/FileUpload/FileUpload.types.d.ts +17 -0
  271. package/dist/src/components/molecules/FileUpload/index.d.ts +1 -0
  272. package/dist/src/components/molecules/FloatingMenu/FloatingMenu.d.ts +4 -0
  273. package/dist/src/components/molecules/FloatingMenu/FloatingMenu.types.d.ts +11 -0
  274. package/dist/src/components/molecules/FloatingMenu/index.d.ts +1 -0
  275. package/dist/src/components/molecules/IndexedStepper/IndexedStepper.d.ts +7 -0
  276. package/dist/src/components/molecules/IndexedStepper/index.d.ts +1 -0
  277. package/dist/src/components/molecules/InformationContainer/InformationContainer.d.ts +14 -0
  278. package/dist/src/components/molecules/InformationContainer/index.d.ts +1 -0
  279. package/dist/src/components/molecules/SearchModal/SearchModal.d.ts +4 -0
  280. package/dist/src/components/molecules/SearchModal/SearchModal.types.d.ts +5 -0
  281. package/dist/src/components/molecules/SearchModal/index.d.ts +1 -0
  282. package/dist/src/components/molecules/Stepper/Stepper.d.ts +3 -0
  283. package/dist/src/components/molecules/Stepper/Stepper.types.d.ts +7 -0
  284. package/dist/src/components/molecules/Stepper/index.d.ts +1 -0
  285. package/dist/src/components/molecules/Tabs/Tabs.d.ts +19 -0
  286. package/dist/src/components/molecules/Tabs/index.d.ts +1 -0
  287. package/dist/src/components/molecules/UncontrolledDateInput/UncontrolledDateInput.d.ts +12 -0
  288. package/dist/src/components/molecules/UncontrolledDateInput/index.d.ts +1 -0
  289. package/dist/src/components/molecules/index.d.ts +10 -0
  290. package/dist/src/components/organisms/index.d.ts +1 -0
  291. package/dist/src/constants/countries.d.ts +30 -0
  292. package/dist/src/index.d.ts +6 -0
  293. package/dist/src/providers/ThemeProvider.d.ts +10 -0
  294. package/dist/src/providers/index.d.ts +1 -0
  295. package/dist/src/themes/default.d.ts +2 -0
  296. package/dist/src/themes/index.d.ts +2 -0
  297. package/dist/src/themes/types.d.ts +6 -0
  298. package/dist/src/types/baseModalProps.d.ts +4 -0
  299. package/dist/src/types/display.d.ts +2 -0
  300. package/dist/src/types/fileInfo.d.ts +2 -0
  301. package/dist/src/types/i18n.d.ts +1 -0
  302. package/dist/src/types/index.d.ts +9 -0
  303. package/dist/src/types/modal.d.ts +31 -0
  304. package/dist/src/types/modalType.d.ts +1 -0
  305. package/dist/src/types/navbarOption.d.ts +7 -0
  306. package/dist/src/types/sidebarOption.d.ts +7 -0
  307. package/dist/src/types/styleValues.d.ts +4 -0
  308. package/dist/src/types/toast.d.ts +26 -0
  309. package/dist/src/utils/dates.d.ts +1 -0
  310. package/dist/src/utils/files.d.ts +8 -0
  311. package/dist/src/utils/images.d.ts +1 -0
  312. package/dist/src/utils/index.d.ts +7 -0
  313. package/dist/src/utils/modal.d.ts +10 -0
  314. package/dist/src/utils/renderContentOptions.d.ts +3 -0
  315. package/dist/src/utils/strings.d.ts +2 -0
  316. package/dist/src/utils/toast.d.ts +15 -0
  317. package/dist/themes/default.d.ts +2 -0
  318. package/dist/themes/index.d.ts +2 -0
  319. package/dist/themes/types.d.ts +6 -0
  320. package/dist/types/baseModalProps.d.ts +4 -0
  321. package/dist/types/display.d.ts +2 -0
  322. package/dist/types/fileInfo.d.ts +2 -0
  323. package/dist/types/i18n.d.ts +1 -0
  324. package/dist/types/index.d.ts +9 -0
  325. package/dist/types/modal.d.ts +31 -0
  326. package/dist/types/modalType.d.ts +1 -0
  327. package/dist/types/navbarOption.d.ts +7 -0
  328. package/dist/types/sidebarOption.d.ts +7 -0
  329. package/dist/types/styleValues.d.ts +4 -0
  330. package/dist/types/toast.d.ts +26 -0
  331. package/dist/utils/dates.d.ts +1 -0
  332. package/dist/utils/files.d.ts +8 -0
  333. package/dist/utils/files.js +12 -18
  334. package/dist/utils/images.d.ts +1 -0
  335. package/dist/utils/index.d.ts +7 -0
  336. package/dist/utils/modal.d.ts +10 -0
  337. package/dist/utils/modal.js +17 -18
  338. package/dist/utils/renderContentOptions.d.ts +2 -0
  339. package/dist/utils/strings.d.ts +2 -0
  340. package/dist/utils/toast.d.ts +15 -0
  341. package/dist/utils/toast.js +8 -9
  342. package/dist/vite-env.d.ts +1 -0
  343. package/dist/vite.config.d.ts +2 -0
  344. package/package.json +62 -15
@@ -0,0 +1,14 @@
1
+ import { default as React, ReactNode } from 'react';
2
+ type InformationContainerProps = {
3
+ title: string;
4
+ children: ReactNode;
5
+ className?: string;
6
+ };
7
+ type InformationContainerComponent = React.FC<InformationContainerProps> & {
8
+ Entry: React.FC<{
9
+ label: string;
10
+ value: string | ReactNode | Element;
11
+ }>;
12
+ };
13
+ declare const InformationContainer: InformationContainerComponent;
14
+ export default InformationContainer;
@@ -0,0 +1 @@
1
+ export { default as InformationContainer } from './InformationContainer';
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { SearchModalProps } from './SearchModal.types';
3
+ declare const SearchModal: React.FC<SearchModalProps>;
4
+ export default SearchModal;
@@ -0,0 +1,5 @@
1
+ export interface SearchModalProps {
2
+ isOpen: boolean;
3
+ onClose: () => void;
4
+ onSearch?: (searchTerm: string) => void;
5
+ }
@@ -0,0 +1 @@
1
+ export { default as SearchModal } from './SearchModal';
@@ -0,0 +1,3 @@
1
+ import { StepperProps } from './Stepper.types';
2
+ declare const Stepper: React.FC<StepperProps>;
3
+ export default Stepper;
@@ -0,0 +1,7 @@
1
+ export interface StepperProps {
2
+ steps: {
3
+ label: string;
4
+ completed: boolean;
5
+ }[];
6
+ direction?: "horizontal" | "vertical";
7
+ }
@@ -0,0 +1 @@
1
+ export { default as Stepper } from './Stepper';
@@ -0,0 +1,19 @@
1
+ import { IconProp } from '@fortawesome/fontawesome-svg-core';
2
+ import { Tab } from '../../atoms';
3
+ interface Tab {
4
+ id: string | number;
5
+ label: string;
6
+ icon: IconProp;
7
+ href?: string;
8
+ }
9
+ interface TabsProps {
10
+ variant?: "default" | "underline";
11
+ tabs: Tab[];
12
+ activeTab: string | number;
13
+ onTabChange: (tab: string | number) => void;
14
+ direction?: 'row' | 'col';
15
+ className?: string;
16
+ showLabel?: boolean;
17
+ }
18
+ declare const Tabs: ({ variant, tabs, activeTab, onTabChange, className, direction, showLabel }: TabsProps) => import("react/jsx-runtime").JSX.Element;
19
+ export default Tabs;
@@ -1,7 +1,6 @@
1
1
  import { j as e } from "../../../_virtual/jsx-runtime.js";
2
2
  import "../../../node_modules/@fortawesome/react-fontawesome/index.es.js";
3
3
  import "react";
4
- import "../../../utils/files.js";
5
4
  import "../../../_virtual/lodash.js";
6
5
  import "../../../providers/ThemeProvider.js";
7
6
  import "../../../_virtual/client.js";
@@ -9,7 +8,7 @@ import "../../atoms/ImageProfileInput/ImageProfileInput.validators.js";
9
8
  import a from "../../atoms/Tab/Tab.js";
10
9
  import { AnimatePresence as p } from "../../../node_modules/framer-motion/dist/es/components/AnimatePresence/index.js";
11
10
  import { motion as c } from "../../../node_modules/framer-motion/dist/es/render/components/motion/proxy.js";
12
- const k = ({ variant: r = "underline", tabs: o, activeTab: t, onTabChange: m, className: l = "", direction: n = "row", showLabel: s = !0 }) => /* @__PURE__ */ e.jsx("div", { className: `flex items-center ${l}`, children: o.map((i) => /* @__PURE__ */ e.jsx(p, { mode: "wait", children: /* @__PURE__ */ e.jsx(
11
+ const T = ({ variant: r = "underline", tabs: o, activeTab: t, onTabChange: m, className: l = "", direction: n = "row", showLabel: s = !0 }) => /* @__PURE__ */ e.jsx("div", { className: `flex items-center ${l}`, children: o.map((i) => /* @__PURE__ */ e.jsx(p, { mode: "wait", children: /* @__PURE__ */ e.jsx(
13
12
  c.div,
14
13
  {
15
14
  initial: { opacity: 0, y: 10 },
@@ -32,5 +31,5 @@ const k = ({ variant: r = "underline", tabs: o, activeTab: t, onTabChange: m, cl
32
31
  i.label
33
32
  ) }, i.label)) });
34
33
  export {
35
- k as default
34
+ T as default
36
35
  };
@@ -0,0 +1 @@
1
+ export { default as Tabs } from './Tabs';
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ export type UncontrolledDateInputProps = {
3
+ currentDate: Date | undefined | null;
4
+ onDateChange: (date: Date | undefined | null) => void;
5
+ label?: string;
6
+ placeholder?: string;
7
+ showTimeSelector?: boolean;
8
+ translateKey?: string;
9
+ error?: string;
10
+ };
11
+ declare const UncontrolledDateInput: React.FC<UncontrolledDateInputProps>;
12
+ export default UncontrolledDateInput;
@@ -0,0 +1 @@
1
+ export { default as DateInput } from './UncontrolledDateInput';
@@ -0,0 +1,10 @@
1
+ export * from './AlertModal/index';
2
+ export * from './CalendarSelector/index';
3
+ export * from './DateInput/index';
4
+ export * from './DialogModal/index';
5
+ export * from './Dropdown/index';
6
+ export * from './FileUpload/index';
7
+ export * from './FloatingMenu/index';
8
+ export * from './SearchModal/index';
9
+ export * from './Stepper/index';
10
+ export * from './Tabs/index';
@@ -0,0 +1 @@
1
+ export declare const Organism = "Alejo";
@@ -0,0 +1,30 @@
1
+ import * as yup from "yup";
2
+ export type Country = {
3
+ labelES: string;
4
+ label: string;
5
+ code: string;
6
+ codeISO2: string;
7
+ phone: string;
8
+ };
9
+ export declare const countryValidator: yup.ObjectSchema<{
10
+ labelES: string;
11
+ label: string;
12
+ code: string;
13
+ codeISO2: string;
14
+ phone: string;
15
+ }, yup.AnyObject, {
16
+ labelES: undefined;
17
+ label: undefined;
18
+ code: undefined;
19
+ codeISO2: undefined;
20
+ phone: undefined;
21
+ }, "">;
22
+ export declare const mxCountry: {
23
+ labelES: string;
24
+ label: string;
25
+ codeISO2: string;
26
+ code: string;
27
+ phone: string;
28
+ };
29
+ declare const countries: Country[];
30
+ export default countries;
package/dist/index.d.ts CHANGED
@@ -1 +1,5 @@
1
- export { }
1
+ export * from './components/index';
2
+ export * from './types/index';
3
+ export * from './utils/index';
4
+ export * from './providers/index';
5
+ export * from './themes/index';
package/dist/index.js CHANGED
@@ -7,26 +7,26 @@ import { default as n } from "./components/atoms/Button/Button.js";
7
7
  import { default as c } from "./components/atoms/CenterModal/CenterModal.js";
8
8
  import { default as g } from "./components/atoms/CountrySelectInput/CountryDropdown.js";
9
9
  import { default as I } from "./components/atoms/Divider/Divider.js";
10
- import { default as D } from "./components/atoms/FullLogo/FullLogo.js";
11
- import { default as S } from "./components/atoms/IconButton/IconButton.js";
10
+ import { default as M } from "./components/atoms/FullLogo/FullLogo.js";
11
+ import { default as h } from "./components/atoms/IconButton/IconButton.js";
12
12
  import { default as w } from "./components/atoms/ImageProfileInput/ImageProfileInput.js";
13
- import { default as U } from "./components/atoms/ImageProfileInput/ImageProfileInput.validators.js";
14
- import { default as A } from "./components/atoms/InfoCard/InfoCard.js";
15
- import { default as P } from "./components/atoms/LoadingSpinner/LoadingSpinner.js";
13
+ import { default as A } from "./components/atoms/ImageProfileInput/ImageProfileInput.validators.js";
14
+ import { default as P } from "./components/atoms/InfoCard/InfoCard.js";
15
+ import { default as F } from "./components/atoms/LoadingSpinner/LoadingSpinner.js";
16
16
  import { default as v } from "./components/atoms/PasswordInput/PasswordInput.js";
17
- import { default as R } from "./components/atoms/ProgressBar/ProgressBar.js";
18
- import { SearchBar as V } from "./components/atoms/SearchBar/index.js";
19
- import { default as k } from "./components/atoms/SectionButton/SectionButton.js";
20
- import { default as E } from "./components/atoms/SelectDropdown/SelectDropdown.js";
17
+ import { default as O } from "./components/atoms/ProgressBar/ProgressBar.js";
18
+ import { SearchBar as j } from "./components/atoms/SearchBar/index.js";
19
+ import { default as q } from "./components/atoms/SectionButton/SectionButton.js";
20
+ import { default as G } from "./components/atoms/SelectDropdown/SelectDropdown.js";
21
21
  import "./_virtual/jsx-runtime.js";
22
22
  import "./node_modules/@fortawesome/react-fontawesome/index.es.js";
23
- import { default as H } from "./components/atoms/Tab/Tab.js";
24
- import { default as K } from "./components/atoms/TextButton/TextButton.js";
25
- import { default as Q } from "./components/atoms/TextInput/TextInput.js";
23
+ import { default as J } from "./components/atoms/Tab/Tab.js";
24
+ import { default as N } from "./components/atoms/TextButton/TextButton.js";
25
+ import { default as R } from "./components/atoms/TextInput/TextInput.js";
26
26
  import { default as X } from "./components/atoms/Toast/Toast.js";
27
27
  import { default as Z } from "./components/atoms/UncontrolledSelector/UncontrolledSelector.js";
28
28
  import { default as $ } from "./components/atoms/UncontrolledTextInput/UncontrolledTextInput.js";
29
- import { default as eo } from "./components/atoms/UploadContainer/UploadContainer.js";
29
+ import { default as to } from "./components/atoms/UploadContainer/UploadContainer.js";
30
30
  import { default as ro } from "./components/molecules/AlertModal/AlertModal.js";
31
31
  import { default as fo } from "./components/molecules/CalendarSelector/CalendarSelector.js";
32
32
  import { default as po } from "./components/molecules/DateInput/DateInput.js";
@@ -36,17 +36,17 @@ import { default as io } from "./components/molecules/FileUpload/FileUpload.js";
36
36
  import { default as To } from "./components/molecules/FloatingMenu/FloatingMenu.js";
37
37
  import { default as Bo } from "./components/molecules/SearchModal/SearchModal.js";
38
38
  import { default as Co } from "./components/molecules/Stepper/Stepper.js";
39
- import { default as Mo } from "./components/molecules/Tabs/Tabs.js";
40
- import { Organism as ho } from "./components/organisms/index.js";
41
- import { formatLocalizedDate as Lo } from "./utils/dates.js";
42
- import { fileRedirectDownload as yo, generateFileBlobURL as Ao, toBase64 as Fo, translateBytes as Po } from "./utils/files.js";
43
- import { getImageUrl as vo } from "./utils/images.js";
44
- import { ModalContainer as Ro, closeModal as Oo, openModal as Vo } from "./utils/modal.js";
45
- import { renderTabContent as ko } from "./utils/renderContentOptions.js";
46
- import { capitalizeFirstLetter as Eo, stringToColor as Go } from "./utils/strings.js";
47
- import { showToastAsync as Jo, showToastLoading as Ko, toast as No } from "./utils/toast.js";
48
- import { ThemeProvider as Wo, useTheme as Xo } from "./providers/ThemeProvider.js";
49
- import { defaultTheme as Zo } from "./themes/default.js";
39
+ import { default as So } from "./components/molecules/Tabs/Tabs.js";
40
+ import { Organism as Do } from "./components/organisms/index.js";
41
+ import { formatLocalizedDate as yo } from "./utils/dates.js";
42
+ import { toBase64 as Lo, translateBytes as Po } from "./utils/files.js";
43
+ import { getImageUrl as Fo } from "./utils/images.js";
44
+ import { ModalContainer as vo, closeModal as zo, openModal as Oo } from "./utils/modal.js";
45
+ import { renderTabContent as jo } from "./utils/renderContentOptions.js";
46
+ import { capitalizeFirstLetter as qo, stringToColor as Eo } from "./utils/strings.js";
47
+ import { showToastAsync as Ho, showToastLoading as Jo, toast as Ko } from "./utils/toast.js";
48
+ import { ThemeProvider as Qo, useTheme as Ro } from "./providers/ThemeProvider.js";
49
+ import { defaultTheme as Xo } from "./themes/default.js";
50
50
  export {
51
51
  f as ActionButton,
52
52
  ro as AlertModal,
@@ -63,44 +63,42 @@ export {
63
63
  xo as Dropdown,
64
64
  io as FileUpload,
65
65
  To as FloatingMenu,
66
- D as FullLogo,
67
- S as IconButton,
66
+ M as FullLogo,
67
+ h as IconButton,
68
68
  w as ImageProfileInput,
69
- A as InfoCard,
70
- P as LoadingSpinner,
71
- Ro as ModalContainer,
72
- ho as Organism,
69
+ P as InfoCard,
70
+ F as LoadingSpinner,
71
+ vo as ModalContainer,
72
+ Do as Organism,
73
73
  v as PasswordInput,
74
- R as ProgressBar,
75
- V as SearchBar,
74
+ O as ProgressBar,
75
+ j as SearchBar,
76
76
  Bo as SearchModal,
77
- k as SectionButton,
78
- E as SelectDropdown,
77
+ q as SectionButton,
78
+ G as SelectDropdown,
79
79
  Co as Stepper,
80
- H as Tab,
81
- Mo as Tabs,
82
- K as TextButton,
83
- Q as TextInput,
84
- Wo as ThemeProvider,
80
+ J as Tab,
81
+ So as Tabs,
82
+ N as TextButton,
83
+ R as TextInput,
84
+ Qo as ThemeProvider,
85
85
  X as Toast,
86
86
  Z as UncontrolledSelector,
87
87
  $ as UncontrolledTextInput,
88
- eo as UploadContainer,
89
- Eo as capitalizeFirstLetter,
90
- Oo as closeModal,
91
- Zo as defaultTheme,
92
- yo as fileRedirectDownload,
93
- Lo as formatLocalizedDate,
94
- Ao as generateFileBlobURL,
95
- vo as getImageUrl,
96
- Vo as openModal,
97
- ko as renderTabContent,
98
- Jo as showToastAsync,
99
- Ko as showToastLoading,
100
- Go as stringToColor,
101
- Fo as toBase64,
102
- No as toast,
88
+ to as UploadContainer,
89
+ qo as capitalizeFirstLetter,
90
+ zo as closeModal,
91
+ Xo as defaultTheme,
92
+ yo as formatLocalizedDate,
93
+ Fo as getImageUrl,
94
+ Oo as openModal,
95
+ jo as renderTabContent,
96
+ Ho as showToastAsync,
97
+ Jo as showToastLoading,
98
+ Eo as stringToColor,
99
+ Lo as toBase64,
100
+ Ko as toast,
103
101
  Po as translateBytes,
104
- Xo as useTheme,
105
- U as yupImageProfileValidator
102
+ Ro as useTheme,
103
+ A as yupImageProfileValidator
106
104
  };
@@ -1 +1 @@
1
- /*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(.971 .013 17.38);--color-red-500:oklch(.637 .237 25.331);--color-red-600:oklch(.577 .245 27.325);--color-red-700:oklch(.505 .213 27.518);--color-yellow-50:oklch(.987 .026 102.212);--color-yellow-500:oklch(.795 .184 86.047);--color-green-50:oklch(.982 .018 155.826);--color-green-500:oklch(.723 .219 149.579);--color-blue-50:oklch(.97 .014 254.604);--color-blue-100:oklch(.932 .032 255.585);--color-blue-200:oklch(.882 .059 254.128);--color-blue-300:oklch(.809 .105 251.813);--color-blue-400:oklch(.707 .165 254.624);--color-blue-500:oklch(.623 .214 259.815);--color-blue-600:oklch(.546 .245 262.881);--color-blue-700:oklch(.488 .243 264.376);--color-blue-800:oklch(.424 .199 265.638);--color-gray-50:oklch(.985 .002 247.839);--color-gray-100:oklch(.967 .003 264.542);--color-gray-200:oklch(.928 .006 264.531);--color-gray-300:oklch(.872 .01 258.338);--color-gray-400:oklch(.707 .022 261.325);--color-gray-500:oklch(.551 .027 264.364);--color-gray-600:oklch(.446 .03 256.802);--color-gray-700:oklch(.373 .034 259.733);--color-gray-800:oklch(.278 .033 256.848);--color-gray-900:oklch(.21 .034 264.665);--color-black:#000;--color-white:#fff;--spacing:.25rem;--breakpoint-md:48rem;--container-4xl:56rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--leading-normal:1.5;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:color-mix(in oklab,currentColor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}input::placeholder,textarea::placeholder{color:var(--color-gray-400)}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.top-8{top:calc(var(--spacing)*8)}.right-0{right:calc(var(--spacing)*0)}.right-4{right:calc(var(--spacing)*4)}.right-8{right:calc(var(--spacing)*8)}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-8{bottom:calc(var(--spacing)*8)}.bottom-\[28px\]{bottom:28px}.left-1\/2{left:50%}.left-8{left:calc(var(--spacing)*8)}.left-\[13px\]{left:13px}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-9999{z-index:9999}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.mx-16{margin-inline:calc(var(--spacing)*16)}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-\[0\.5rem\]{margin-top:.5rem}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.ml-8{margin-left:calc(var(--spacing)*8)}.ml-auto{margin-left:auto}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.table{display:table}.size-12{width:calc(var(--spacing)*12);height:calc(var(--spacing)*12)}.size-16{width:calc(var(--spacing)*16);height:calc(var(--spacing)*16)}.size-20{width:calc(var(--spacing)*20);height:calc(var(--spacing)*20)}.size-24{width:calc(var(--spacing)*24);height:calc(var(--spacing)*24)}.size-\[40px\]{width:40px;height:40px}.\!h-auto{height:auto!important}.h-2{height:calc(var(--spacing)*2)}.h-4{height:calc(var(--spacing)*4)}.h-8{height:calc(var(--spacing)*8)}.h-12{height:calc(var(--spacing)*12)}.h-14{height:calc(var(--spacing)*14)}.h-16{height:calc(var(--spacing)*16)}.h-20{height:calc(var(--spacing)*20)}.h-36{height:calc(var(--spacing)*36)}.h-40{height:calc(var(--spacing)*40)}.h-76{height:calc(var(--spacing)*76)}.h-\[40px\]{height:40px}.h-\[87px\]{height:87px}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.max-h-1{max-height:calc(var(--spacing)*1)}.max-h-12{max-height:calc(var(--spacing)*12)}.max-h-16{max-height:calc(var(--spacing)*16)}.max-h-\[12px\]{max-height:12px}.max-h-\[15px\]{max-height:15px}.max-h-\[20px\]{max-height:20px}.max-h-\[28px\]{max-height:28px}.max-h-\[40px\]{max-height:40px}.max-h-\[46px\]{max-height:46px}.max-h-\[150px\]{max-height:150px}.min-h-1{min-height:calc(var(--spacing)*1)}.min-h-12{min-height:calc(var(--spacing)*12)}.min-h-14{min-height:calc(var(--spacing)*14)}.min-h-16{min-height:calc(var(--spacing)*16)}.min-h-20{min-height:calc(var(--spacing)*20)}.min-h-24{min-height:calc(var(--spacing)*24)}.min-h-28{min-height:calc(var(--spacing)*28)}.min-h-36{min-height:calc(var(--spacing)*36)}.min-h-\[12px\]{min-height:12px}.min-h-\[15px\]{min-height:15px}.min-h-\[20px\]{min-height:20px}.min-h-\[28px\]{min-height:28px}.min-h-\[40px\]{min-height:40px}.min-h-\[46px\]{min-height:46px}.min-h-screen{min-height:100vh}.\!w-full{width:100%!important}.w-0{width:calc(var(--spacing)*0)}.w-4{width:calc(var(--spacing)*4)}.w-12{width:calc(var(--spacing)*12)}.w-14{width:calc(var(--spacing)*14)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-32{width:calc(var(--spacing)*32)}.w-40{width:calc(var(--spacing)*40)}.w-72{width:calc(var(--spacing)*72)}.w-76{width:calc(var(--spacing)*76)}.w-80{width:calc(var(--spacing)*80)}.w-\[0px\]{width:0}.w-\[1\.5px\]{width:1.5px}.w-\[40px\]{width:40px}.w-\[180px\]{width:180px}.w-\[200px\]{width:200px}.w-\[320px\]{width:320px}.w-fit{width:fit-content}.w-full{width:100%}.max-w-1{max-width:calc(var(--spacing)*1)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-12{max-width:calc(var(--spacing)*12)}.max-w-120{max-width:calc(var(--spacing)*120)}.max-w-160{max-width:calc(var(--spacing)*160)}.max-w-\[12px\]{max-width:12px}.max-w-\[16px\]{max-width:16px}.max-w-\[28px\]{max-width:28px}.max-w-\[40px\]{max-width:40px}.max-w-\[46px\]{max-width:46px}.max-w-\[300px\]{max-width:300px}.max-w-screen-md{max-width:var(--breakpoint-md)}.min-w-1{min-width:calc(var(--spacing)*1)}.min-w-12{min-width:calc(var(--spacing)*12)}.min-w-14{min-width:calc(var(--spacing)*14)}.min-w-20{min-width:calc(var(--spacing)*20)}.min-w-24{min-width:calc(var(--spacing)*24)}.min-w-28{min-width:calc(var(--spacing)*28)}.min-w-36{min-width:calc(var(--spacing)*36)}.min-w-\[12px\]{min-width:12px}.min-w-\[16px\]{min-width:16px}.min-w-\[18rem\]{min-width:18rem}.min-w-\[28px\]{min-width:28px}.min-w-\[40px\]{min-width:40px}.min-w-\[46px\]{min-width:46px}.flex-grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-4{--tw-translate-y:calc(var(--spacing)*4);translate:var(--tw-translate-x)var(--tw-translate-y)}.rotate-45{rotate:45deg}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.animate-spin{animation:var(--animate-spin)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.\!flex-row{flex-direction:row!important}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-evenly{justify-content:space-evenly}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}.gap-10{gap:calc(var(--spacing)*10)}.gap-12{gap:calc(var(--spacing)*12)}.gap-16{gap:calc(var(--spacing)*16)}.gap-20{gap:calc(var(--spacing)*20)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-l-full{border-top-left-radius:3.40282e38px;border-bottom-left-radius:3.40282e38px}.rounded-r-full{border-top-right-radius:3.40282e38px;border-bottom-right-radius:3.40282e38px}.border,.border-1{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-\[1\.4px\]{border-style:var(--tw-border-style);border-width:1.4px}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-\[1px\]{border-style:var(--tw-border-style);border-width:1px}.border-r-0{border-right-style:var(--tw-border-style);border-right-width:0}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-\[1\.3px\]{border-bottom-style:var(--tw-border-style);border-bottom-width:1.3px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none\!{--tw-border-style:none!important;border-style:none!important}.\!border-blue-500{border-color:var(--color-blue-500)!important}.\!border-red-500{border-color:var(--color-red-500)!important}.border-blue-100{border-color:var(--color-blue-100)}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-400{border-color:var(--color-blue-400)}.border-blue-500{border-color:var(--color-blue-500)}.border-blue-500\!{border-color:var(--color-blue-500)!important}.border-blue-800{border-color:var(--color-blue-800)}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-300{border-color:var(--color-gray-300)}.border-gray-400{border-color:var(--color-gray-400)}.border-gray-500{border-color:var(--color-gray-500)}.border-green-500{border-color:var(--color-green-500)}.border-red-500{border-color:var(--color-red-500)}.border-transparent{border-color:#0000}.border-yellow-500{border-color:var(--color-yellow-500)}.border-t-blue-500{border-top-color:var(--color-blue-500)}.border-r-blue-300{border-right-color:var(--color-blue-300)}.border-b-blue-200{border-bottom-color:var(--color-blue-200)}.border-b-blue-500{border-bottom-color:var(--color-blue-500)}.border-b-gray-700{border-bottom-color:var(--color-gray-700)}.border-l-blue-400{border-left-color:var(--color-blue-400)}.\!bg-gray-100{background-color:var(--color-gray-100)!important}.\!bg-transparent{background-color:#0000!important}.bg-\[\#ECF1FD\]{background-color:#ecf1fd}.bg-\[rgb\(243\,244\,246\)\]{background-color:#f3f4f6}.bg-black{background-color:var(--color-black)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-100\/50{background-color:color-mix(in oklab,var(--color-blue-100)50%,transparent)}.bg-blue-200{background-color:var(--color-blue-200)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-50\/50{background-color:color-mix(in oklab,var(--color-gray-50)50%,transparent)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-500{background-color:var(--color-gray-500)}.bg-green-50{background-color:var(--color-green-50)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\/20{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-yellow-50{background-color:var(--color-yellow-50)}.bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from:var(--color-blue-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[rgb\(243\,244\,246\)\]{--tw-gradient-to:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.\!p-0,.p-0\!{padding:calc(var(--spacing)*0)!important}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.p-16{padding:calc(var(--spacing)*16)}.p-20{padding:calc(var(--spacing)*20)}.p-24{padding:calc(var(--spacing)*24)}.p-32{padding:calc(var(--spacing)*32)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-10{padding-inline:calc(var(--spacing)*10)}.px-12{padding-inline:calc(var(--spacing)*12)}.px-14{padding-inline:calc(var(--spacing)*14)}.px-16{padding-inline:calc(var(--spacing)*16)}.px-20{padding-inline:calc(var(--spacing)*20)}.px-24{padding-inline:calc(var(--spacing)*24)}.px-32{padding-inline:calc(var(--spacing)*32)}.px-36{padding-inline:calc(var(--spacing)*36)}.px-\[12\.3px\]{padding-inline:12.3px}.\!py-10{padding-block:calc(var(--spacing)*10)!important}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-7{padding-block:calc(var(--spacing)*7)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-16{padding-block:calc(var(--spacing)*16)}.py-24{padding-block:calc(var(--spacing)*24)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-16{padding-top:calc(var(--spacing)*16)}.pt-28{padding-top:calc(var(--spacing)*28)}.pr-\[10px\]{padding-right:10px}.pb-16{padding-bottom:calc(var(--spacing)*16)}.text-center{text-align:center}.indent-\[10000px\]{text-indent:10000px}.align-middle{vertical-align:middle}.font-sans{font-family:var(--font-sans)}.\!text-lg{font-size:var(--text-lg)!important;line-height:var(--tw-leading,var(--text-lg--line-height))!important}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.font-\[500\]{--tw-font-weight:500;font-weight:500}.font-\[600\]{--tw-font-weight:600;font-weight:600}.font-\[700\]{--tw-font-weight:700;font-weight:700}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-nowrap{text-wrap:nowrap}.\!text-gray-300{color:var(--color-gray-300)!important}.\!text-red-500{color:var(--color-red-500)!important}.text-\[\#4570EB\]{color:#4570eb}.text-black{color:var(--color-black)}.text-blue-500{color:var(--color-blue-500)}.text-blue-500\!{color:var(--color-blue-500)!important}.text-blue-600{color:var(--color-blue-600)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-green-500{color:var(--color-green-500)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-white{color:var(--color-white)}.text-yellow-500{color:var(--color-yellow-500)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.\!caret-transparent{caret-color:#0000!important}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-100{opacity:1}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{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;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.\!select-none{-webkit-user-select:none!important;user-select:none!important}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.group-focus-within\:border-blue-500:is(:where(.group):focus-within *){border-color:var(--color-blue-500)}.group-focus-within\:text-blue-500:is(:where(.group):focus-within *){color:var(--color-blue-500)}@media (hover:hover){.group-hover\:border-blue-300:is(:where(.group):hover *){border-color:var(--color-blue-300)}.group-hover\:\!bg-blue-100:is(:where(.group):hover *){background-color:var(--color-blue-100)!important}.group-hover\:\!text-blue-500:is(:where(.group):hover *){color:var(--color-blue-500)!important}.group-hover\:text-blue-300:is(:where(.group):hover *){color:var(--color-blue-300)}.group-hover\:text-blue-500:is(:where(.group):hover *){color:var(--color-blue-500)}}.group-disabled\:bg-gray-500:is(:where(.group):disabled *){background-color:var(--color-gray-500)}.placeholder\:text-gray-400::placeholder{color:var(--color-gray-400)}@media (hover:hover){.hover\:\!cursor-pointer:hover{cursor:pointer!important}.hover\:border-blue-400:hover{border-color:var(--color-blue-400)}.hover\:border-blue-500:hover{border-color:var(--color-blue-500)}.hover\:border-blue-600:hover{border-color:var(--color-blue-600)}.hover\:border-gray-600:hover{border-color:var(--color-gray-600)}.hover\:border-red-600:hover{border-color:var(--color-red-600)}.hover\:bg-\[\#ECF1FD\]:hover{background-color:#ecf1fd}.hover\:bg-blue-100:hover{background-color:var(--color-blue-100)}.hover\:bg-blue-100\/40:hover{background-color:color-mix(in oklab,var(--color-blue-100)40%,transparent)}.hover\:bg-blue-100\/50:hover{background-color:color-mix(in oklab,var(--color-blue-100)50%,transparent)}.hover\:bg-blue-100\/80:hover{background-color:color-mix(in oklab,var(--color-blue-100)80%,transparent)}.hover\:bg-blue-200:hover{background-color:var(--color-blue-200)}.hover\:bg-blue-600:hover{background-color:var(--color-blue-600)}.hover\:bg-gray-50\/50:hover{background-color:color-mix(in oklab,var(--color-gray-50)50%,transparent)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-gray-200:hover{background-color:var(--color-gray-200)}.hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}.hover\:bg-red-500\/30:hover{background-color:color-mix(in oklab,var(--color-red-500)30%,transparent)}.hover\:bg-red-600:hover{background-color:var(--color-red-600)}.hover\:text-blue-500:hover{color:var(--color-blue-500)}.hover\:text-blue-600:hover{color:var(--color-blue-600)}.hover\:text-gray-500:hover{color:var(--color-gray-500)}.hover\:text-gray-600:hover{color:var(--color-gray-600)}.hover\:text-gray-700:hover{color:var(--color-gray-700)}.hover\:text-red-600:hover{color:var(--color-red-600)}.hover\:text-white:hover{color:var(--color-white)}.hover\:opacity-80:hover{opacity:.8}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.active\:border-blue-700:active{border-color:var(--color-blue-700)}.active\:border-gray-700:active{border-color:var(--color-gray-700)}.active\:border-red-700:active{border-color:var(--color-red-700)}.active\:bg-blue-100\/20:active{background-color:color-mix(in oklab,var(--color-blue-100)20%,transparent)}.active\:bg-blue-100\/50:active{background-color:color-mix(in oklab,var(--color-blue-100)50%,transparent)}.active\:bg-blue-300\/80:active{background-color:color-mix(in oklab,var(--color-blue-300)80%,transparent)}.active\:bg-blue-700:active{background-color:var(--color-blue-700)}.active\:bg-gray-300:active{background-color:var(--color-gray-300)}.active\:bg-gray-700:active{background-color:var(--color-gray-700)}.active\:bg-red-700:active{background-color:var(--color-red-700)}.active\:bg-red-700\/40:active{background-color:color-mix(in oklab,var(--color-red-700)40%,transparent)}.active\:text-blue-500:active{color:var(--color-blue-500)}.active\:text-blue-700:active{color:var(--color-blue-700)}.active\:text-gray-700:active{color:var(--color-gray-700)}.active\:text-red-700:active{color:var(--color-red-700)}.active\:text-white:active{color:var(--color-white)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-100:disabled{background-color:var(--color-gray-100)}.disabled\:text-gray-300:disabled,.disabled\:placeholder\:text-gray-300:disabled::placeholder{color:var(--color-gray-300)}@media (width>=48rem){.md\:gap-24{gap:calc(var(--spacing)*24)}.md\:p-32{padding:calc(var(--spacing)*32)}.md\:px-0{padding-inline:calc(var(--spacing)*0)}.md\:pt-0{padding-top:calc(var(--spacing)*0)}.md\:pt-4{padding-top:calc(var(--spacing)*4)}.md\:pb-0{padding-bottom:calc(var(--spacing)*0)}.md\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.md\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}
1
+ /*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(.971 .013 17.38);--color-red-500:oklch(.637 .237 25.331);--color-red-600:oklch(.577 .245 27.325);--color-red-700:oklch(.505 .213 27.518);--color-yellow-50:oklch(.987 .026 102.212);--color-yellow-500:oklch(.795 .184 86.047);--color-green-50:oklch(.982 .018 155.826);--color-green-500:oklch(.723 .219 149.579);--color-blue-50:oklch(.97 .014 254.604);--color-blue-100:oklch(.932 .032 255.585);--color-blue-200:oklch(.882 .059 254.128);--color-blue-300:oklch(.809 .105 251.813);--color-blue-400:oklch(.707 .165 254.624);--color-blue-500:oklch(.623 .214 259.815);--color-blue-600:oklch(.546 .245 262.881);--color-blue-700:oklch(.488 .243 264.376);--color-blue-800:oklch(.424 .199 265.638);--color-gray-50:oklch(.985 .002 247.839);--color-gray-100:oklch(.967 .003 264.542);--color-gray-200:oklch(.928 .006 264.531);--color-gray-300:oklch(.872 .01 258.338);--color-gray-400:oklch(.707 .022 261.325);--color-gray-500:oklch(.551 .027 264.364);--color-gray-600:oklch(.446 .03 256.802);--color-gray-700:oklch(.373 .034 259.733);--color-gray-800:oklch(.278 .033 256.848);--color-gray-900:oklch(.21 .034 264.665);--color-black:#000;--color-white:#fff;--spacing:.25rem;--breakpoint-md:48rem;--container-4xl:56rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--leading-normal:1.5;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:color-mix(in oklab,currentColor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}input::placeholder,textarea::placeholder{color:var(--color-gray-400)}}@layer components;@layer utilities{.\@container{container-type:inline-size}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.top-8{top:calc(var(--spacing)*8)}.right-0{right:calc(var(--spacing)*0)}.right-4{right:calc(var(--spacing)*4)}.right-8{right:calc(var(--spacing)*8)}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-8{bottom:calc(var(--spacing)*8)}.bottom-\[28px\]{bottom:28px}.left-1\/2{left:50%}.left-8{left:calc(var(--spacing)*8)}.left-\[13px\]{left:13px}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-9999{z-index:9999}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.float-left{float:left}.float-right{float:right}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.container{margin-inline:auto;padding-inline:2rem}.mx-16{margin-inline:calc(var(--spacing)*16)}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-\[0\.5rem\]{margin-top:.5rem}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.ml-8{margin-left:calc(var(--spacing)*8)}.ml-auto{margin-left:auto}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.list-item{display:list-item}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row{display:table-row}.table-row-group{display:table-row-group}.size-12{width:calc(var(--spacing)*12);height:calc(var(--spacing)*12)}.size-16{width:calc(var(--spacing)*16);height:calc(var(--spacing)*16)}.size-20{width:calc(var(--spacing)*20);height:calc(var(--spacing)*20)}.size-24{width:calc(var(--spacing)*24);height:calc(var(--spacing)*24)}.size-\[40px\]{width:40px;height:40px}.\!h-auto{height:auto!important}.h-2{height:calc(var(--spacing)*2)}.h-4{height:calc(var(--spacing)*4)}.h-8{height:calc(var(--spacing)*8)}.h-12{height:calc(var(--spacing)*12)}.h-14{height:calc(var(--spacing)*14)}.h-16{height:calc(var(--spacing)*16)}.h-20{height:calc(var(--spacing)*20)}.h-36{height:calc(var(--spacing)*36)}.h-40{height:calc(var(--spacing)*40)}.h-76{height:calc(var(--spacing)*76)}.h-\[40px\]{height:40px}.h-\[87px\]{height:87px}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.max-h-1{max-height:calc(var(--spacing)*1)}.max-h-12{max-height:calc(var(--spacing)*12)}.max-h-16{max-height:calc(var(--spacing)*16)}.max-h-\[12px\]{max-height:12px}.max-h-\[15px\]{max-height:15px}.max-h-\[20px\]{max-height:20px}.max-h-\[28px\]{max-height:28px}.max-h-\[40px\]{max-height:40px}.max-h-\[46px\]{max-height:46px}.max-h-\[150px\]{max-height:150px}.min-h-1{min-height:calc(var(--spacing)*1)}.min-h-12{min-height:calc(var(--spacing)*12)}.min-h-14{min-height:calc(var(--spacing)*14)}.min-h-16{min-height:calc(var(--spacing)*16)}.min-h-20{min-height:calc(var(--spacing)*20)}.min-h-24{min-height:calc(var(--spacing)*24)}.min-h-28{min-height:calc(var(--spacing)*28)}.min-h-36{min-height:calc(var(--spacing)*36)}.min-h-\[12px\]{min-height:12px}.min-h-\[15px\]{min-height:15px}.min-h-\[20px\]{min-height:20px}.min-h-\[28px\]{min-height:28px}.min-h-\[40px\]{min-height:40px}.min-h-\[46px\]{min-height:46px}.min-h-screen{min-height:100vh}.\!w-full{width:100%!important}.w-0{width:calc(var(--spacing)*0)}.w-4{width:calc(var(--spacing)*4)}.w-12{width:calc(var(--spacing)*12)}.w-14{width:calc(var(--spacing)*14)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-32{width:calc(var(--spacing)*32)}.w-40{width:calc(var(--spacing)*40)}.w-72{width:calc(var(--spacing)*72)}.w-76{width:calc(var(--spacing)*76)}.w-80{width:calc(var(--spacing)*80)}.w-\[0px\]{width:0}.w-\[1\.5px\]{width:1.5px}.w-\[40px\]{width:40px}.w-\[180px\]{width:180px}.w-\[200px\]{width:200px}.w-\[320px\]{width:320px}.w-fit{width:fit-content}.w-full{width:100%}.max-w-1{max-width:calc(var(--spacing)*1)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-12{max-width:calc(var(--spacing)*12)}.max-w-120{max-width:calc(var(--spacing)*120)}.max-w-160{max-width:calc(var(--spacing)*160)}.max-w-\[12px\]{max-width:12px}.max-w-\[16px\]{max-width:16px}.max-w-\[28px\]{max-width:28px}.max-w-\[40px\]{max-width:40px}.max-w-\[46px\]{max-width:46px}.max-w-\[300px\]{max-width:300px}.max-w-screen-md{max-width:var(--breakpoint-md)}.min-w-1{min-width:calc(var(--spacing)*1)}.min-w-12{min-width:calc(var(--spacing)*12)}.min-w-14{min-width:calc(var(--spacing)*14)}.min-w-20{min-width:calc(var(--spacing)*20)}.min-w-24{min-width:calc(var(--spacing)*24)}.min-w-28{min-width:calc(var(--spacing)*28)}.min-w-36{min-width:calc(var(--spacing)*36)}.min-w-\[12px\]{min-width:12px}.min-w-\[16px\]{min-width:16px}.min-w-\[18rem\]{min-width:18rem}.min-w-\[28px\]{min-width:28px}.min-w-\[40px\]{min-width:40px}.min-w-\[46px\]{min-width:46px}.flex-shrink,.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-4{--tw-translate-y:calc(var(--spacing)*4);translate:var(--tw-translate-x)var(--tw-translate-y)}.rotate-45{rotate:45deg}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.animate-spin{animation:var(--animate-spin)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.\!flex-row{flex-direction:row!important}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-evenly{justify-content:space-evenly}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}.gap-10{gap:calc(var(--spacing)*10)}.gap-12{gap:calc(var(--spacing)*12)}.gap-16{gap:calc(var(--spacing)*16)}.gap-20{gap:calc(var(--spacing)*20)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-l-full{border-top-left-radius:3.40282e38px;border-bottom-left-radius:3.40282e38px}.rounded-r-full{border-top-right-radius:3.40282e38px;border-bottom-right-radius:3.40282e38px}.border,.border-1{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-\[1\.4px\]{border-style:var(--tw-border-style);border-width:1.4px}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-\[1px\]{border-style:var(--tw-border-style);border-width:1px}.border-r-0{border-right-style:var(--tw-border-style);border-right-width:0}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-\[1\.3px\]{border-bottom-style:var(--tw-border-style);border-bottom-width:1.3px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none\!{--tw-border-style:none!important;border-style:none!important}.\!border-blue-500{border-color:var(--color-blue-500)!important}.\!border-red-500{border-color:var(--color-red-500)!important}.border-blue-100{border-color:var(--color-blue-100)}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-400{border-color:var(--color-blue-400)}.border-blue-500{border-color:var(--color-blue-500)}.border-blue-500\!{border-color:var(--color-blue-500)!important}.border-blue-800{border-color:var(--color-blue-800)}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-300{border-color:var(--color-gray-300)}.border-gray-400{border-color:var(--color-gray-400)}.border-gray-500{border-color:var(--color-gray-500)}.border-green-500{border-color:var(--color-green-500)}.border-red-500{border-color:var(--color-red-500)}.border-transparent{border-color:#0000}.border-yellow-500{border-color:var(--color-yellow-500)}.border-t-blue-500{border-top-color:var(--color-blue-500)}.border-r-blue-300{border-right-color:var(--color-blue-300)}.border-b-blue-200{border-bottom-color:var(--color-blue-200)}.border-b-blue-500{border-bottom-color:var(--color-blue-500)}.border-b-gray-700{border-bottom-color:var(--color-gray-700)}.border-l-blue-400{border-left-color:var(--color-blue-400)}.\!bg-gray-100{background-color:var(--color-gray-100)!important}.\!bg-transparent{background-color:#0000!important}.bg-\[\#ECF1FD\]{background-color:#ecf1fd}.bg-\[rgb\(243\,244\,246\)\]{background-color:#f3f4f6}.bg-black{background-color:var(--color-black)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-100\/50{background-color:color-mix(in oklab,var(--color-blue-100)50%,transparent)}.bg-blue-200{background-color:var(--color-blue-200)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-50\/50{background-color:color-mix(in oklab,var(--color-gray-50)50%,transparent)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-500{background-color:var(--color-gray-500)}.bg-green-50{background-color:var(--color-green-50)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\/20{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-yellow-50{background-color:var(--color-yellow-50)}.bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from:var(--color-blue-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[rgb\(243\,244\,246\)\]{--tw-gradient-to:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.\!p-0,.p-0\!{padding:calc(var(--spacing)*0)!important}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.p-16{padding:calc(var(--spacing)*16)}.p-20{padding:calc(var(--spacing)*20)}.p-24{padding:calc(var(--spacing)*24)}.p-32{padding:calc(var(--spacing)*32)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-10{padding-inline:calc(var(--spacing)*10)}.px-12{padding-inline:calc(var(--spacing)*12)}.px-14{padding-inline:calc(var(--spacing)*14)}.px-16{padding-inline:calc(var(--spacing)*16)}.px-20{padding-inline:calc(var(--spacing)*20)}.px-24{padding-inline:calc(var(--spacing)*24)}.px-32{padding-inline:calc(var(--spacing)*32)}.px-36{padding-inline:calc(var(--spacing)*36)}.px-\[12\.3px\]{padding-inline:12.3px}.\!py-10{padding-block:calc(var(--spacing)*10)!important}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-7{padding-block:calc(var(--spacing)*7)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-16{padding-block:calc(var(--spacing)*16)}.py-24{padding-block:calc(var(--spacing)*24)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-16{padding-top:calc(var(--spacing)*16)}.pt-28{padding-top:calc(var(--spacing)*28)}.pr-\[10px\]{padding-right:10px}.pb-16{padding-bottom:calc(var(--spacing)*16)}.text-center{text-align:center}.indent-\[10000px\]{text-indent:10000px}.align-middle{vertical-align:middle}.font-sans{font-family:var(--font-sans)}.\!text-lg{font-size:var(--text-lg)!important;line-height:var(--tw-leading,var(--text-lg--line-height))!important}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.font-\[500\]{--tw-font-weight:500;font-weight:500}.font-\[600\]{--tw-font-weight:600;font-weight:600}.font-\[700\]{--tw-font-weight:700;font-weight:700}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-nowrap{text-wrap:nowrap}.text-wrap{text-wrap:wrap}.\!text-gray-300{color:var(--color-gray-300)!important}.\!text-red-500{color:var(--color-red-500)!important}.text-\[\#4570EB\]{color:#4570eb}.text-black{color:var(--color-black)}.text-blue-500{color:var(--color-blue-500)}.text-blue-500\!{color:var(--color-blue-500)!important}.text-blue-600{color:var(--color-blue-600)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-green-500{color:var(--color-green-500)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-white{color:var(--color-white)}.text-yellow-500{color:var(--color-yellow-500)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.\!caret-transparent{caret-color:#0000!important}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-100{opacity:1}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,var(--color-blue-500));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);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,)}.grayscale{--tw-grayscale:grayscale(100%);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,)}.filter{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,)}.transition{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;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.\!select-none{-webkit-user-select:none!important;user-select:none!important}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.group-focus-within\:border-blue-500:is(:where(.group):focus-within *){border-color:var(--color-blue-500)}.group-focus-within\:text-blue-500:is(:where(.group):focus-within *){color:var(--color-blue-500)}@media (hover:hover){.group-hover\:border-blue-300:is(:where(.group):hover *){border-color:var(--color-blue-300)}.group-hover\:\!bg-blue-100:is(:where(.group):hover *){background-color:var(--color-blue-100)!important}.group-hover\:\!text-blue-500:is(:where(.group):hover *){color:var(--color-blue-500)!important}.group-hover\:text-blue-300:is(:where(.group):hover *){color:var(--color-blue-300)}.group-hover\:text-blue-500:is(:where(.group):hover *){color:var(--color-blue-500)}}.group-disabled\:bg-gray-500:is(:where(.group):disabled *){background-color:var(--color-gray-500)}.placeholder\:text-gray-400::placeholder{color:var(--color-gray-400)}@media (hover:hover){.hover\:\!cursor-pointer:hover{cursor:pointer!important}.hover\:border-blue-400:hover{border-color:var(--color-blue-400)}.hover\:border-blue-500:hover{border-color:var(--color-blue-500)}.hover\:border-blue-600:hover{border-color:var(--color-blue-600)}.hover\:border-gray-600:hover{border-color:var(--color-gray-600)}.hover\:border-red-600:hover{border-color:var(--color-red-600)}.hover\:bg-\[\#ECF1FD\]:hover{background-color:#ecf1fd}.hover\:bg-blue-100:hover{background-color:var(--color-blue-100)}.hover\:bg-blue-100\/40:hover{background-color:color-mix(in oklab,var(--color-blue-100)40%,transparent)}.hover\:bg-blue-100\/50:hover{background-color:color-mix(in oklab,var(--color-blue-100)50%,transparent)}.hover\:bg-blue-100\/80:hover{background-color:color-mix(in oklab,var(--color-blue-100)80%,transparent)}.hover\:bg-blue-200:hover{background-color:var(--color-blue-200)}.hover\:bg-blue-600:hover{background-color:var(--color-blue-600)}.hover\:bg-gray-50\/50:hover{background-color:color-mix(in oklab,var(--color-gray-50)50%,transparent)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-gray-200:hover{background-color:var(--color-gray-200)}.hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}.hover\:bg-red-500\/30:hover{background-color:color-mix(in oklab,var(--color-red-500)30%,transparent)}.hover\:bg-red-600:hover{background-color:var(--color-red-600)}.hover\:text-blue-500:hover{color:var(--color-blue-500)}.hover\:text-blue-600:hover{color:var(--color-blue-600)}.hover\:text-gray-500:hover{color:var(--color-gray-500)}.hover\:text-gray-600:hover{color:var(--color-gray-600)}.hover\:text-gray-700:hover{color:var(--color-gray-700)}.hover\:text-red-600:hover{color:var(--color-red-600)}.hover\:text-white:hover{color:var(--color-white)}.hover\:opacity-80:hover{opacity:.8}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.active\:border-blue-700:active{border-color:var(--color-blue-700)}.active\:border-gray-700:active{border-color:var(--color-gray-700)}.active\:border-red-700:active{border-color:var(--color-red-700)}.active\:bg-blue-100\/20:active{background-color:color-mix(in oklab,var(--color-blue-100)20%,transparent)}.active\:bg-blue-100\/50:active{background-color:color-mix(in oklab,var(--color-blue-100)50%,transparent)}.active\:bg-blue-300\/80:active{background-color:color-mix(in oklab,var(--color-blue-300)80%,transparent)}.active\:bg-blue-700:active{background-color:var(--color-blue-700)}.active\:bg-gray-300:active{background-color:var(--color-gray-300)}.active\:bg-gray-700:active{background-color:var(--color-gray-700)}.active\:bg-red-700:active{background-color:var(--color-red-700)}.active\:bg-red-700\/40:active{background-color:color-mix(in oklab,var(--color-red-700)40%,transparent)}.active\:text-blue-500:active{color:var(--color-blue-500)}.active\:text-blue-700:active{color:var(--color-blue-700)}.active\:text-gray-700:active{color:var(--color-gray-700)}.active\:text-red-700:active{color:var(--color-red-700)}.active\:text-white:active{color:var(--color-white)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-100:disabled{background-color:var(--color-gray-100)}.disabled\:text-gray-300:disabled,.disabled\:placeholder\:text-gray-300:disabled::placeholder{color:var(--color-gray-300)}@media (width>=48rem){.md\:gap-24{gap:calc(var(--spacing)*24)}.md\:p-32{padding:calc(var(--spacing)*32)}.md\:px-0{padding-inline:calc(var(--spacing)*0)}.md\:pt-0{padding-top:calc(var(--spacing)*0)}.md\:pt-4{padding-top:calc(var(--spacing)*4)}.md\:pb-0{padding-bottom:calc(var(--spacing)*0)}.md\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.md\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}