@mantine/core 7.0.0-alpha.17 → 7.0.0-alpha.18

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 (671) hide show
  1. package/cjs/components/Accordion/Accordion.module.css.js +1 -1
  2. package/cjs/components/ActionIcon/ActionIcon.js +1 -1
  3. package/cjs/components/ActionIcon/ActionIcon.js.map +1 -1
  4. package/cjs/components/ActionIcon/ActionIcon.module.css.js +1 -1
  5. package/cjs/components/ActionIcon/ActionIconGroup/ActionIconGroup.js +7 -6
  6. package/cjs/components/ActionIcon/ActionIconGroup/ActionIconGroup.js.map +1 -1
  7. package/cjs/components/Affix/Affix.js.map +1 -1
  8. package/cjs/components/Affix/Affix.module.css.js +1 -1
  9. package/cjs/components/Alert/Alert.module.css.js +1 -1
  10. package/cjs/components/Anchor/Anchor.module.css.js +1 -1
  11. package/cjs/components/AppShell/AppShell.context.js +13 -0
  12. package/cjs/components/AppShell/AppShell.context.js.map +1 -0
  13. package/cjs/components/AppShell/AppShell.js +146 -0
  14. package/cjs/components/AppShell/AppShell.js.map +1 -0
  15. package/cjs/components/AppShell/AppShell.module.css.js +8 -0
  16. package/cjs/components/AppShell/AppShell.module.css.js.map +1 -0
  17. package/cjs/components/AppShell/AppShellAside/AppShellAside.js +72 -0
  18. package/cjs/components/AppShell/AppShellAside/AppShellAside.js.map +1 -0
  19. package/cjs/components/AppShell/AppShellFooter/AppShellFooter.js +71 -0
  20. package/cjs/components/AppShell/AppShellFooter/AppShellFooter.js.map +1 -0
  21. package/cjs/components/AppShell/AppShellHeader/AppShellHeader.js +71 -0
  22. package/cjs/components/AppShell/AppShellHeader/AppShellHeader.js.map +1 -0
  23. package/cjs/components/AppShell/AppShellMain/AppShellMain.js +61 -0
  24. package/cjs/components/AppShell/AppShellMain/AppShellMain.js.map +1 -0
  25. package/cjs/components/AppShell/AppShellMediaStyles/AppShellMediaStyles.js +29 -0
  26. package/cjs/components/AppShell/AppShellMediaStyles/AppShellMediaStyles.js.map +1 -0
  27. package/cjs/components/AppShell/AppShellMediaStyles/assign-aside-variables/assign-aside-variables.js +64 -0
  28. package/cjs/components/AppShell/AppShellMediaStyles/assign-aside-variables/assign-aside-variables.js.map +1 -0
  29. package/cjs/components/AppShell/AppShellMediaStyles/assign-footer-variables/assign-footer-variables.js +51 -0
  30. package/cjs/components/AppShell/AppShellMediaStyles/assign-footer-variables/assign-footer-variables.js.map +1 -0
  31. package/cjs/components/AppShell/AppShellMediaStyles/assign-header-variables/assign-header-variables.js +51 -0
  32. package/cjs/components/AppShell/AppShellMediaStyles/assign-header-variables/assign-header-variables.js.map +1 -0
  33. package/cjs/components/AppShell/AppShellMediaStyles/assign-navbar-variables/assign-navbar-variables.js +64 -0
  34. package/cjs/components/AppShell/AppShellMediaStyles/assign-navbar-variables/assign-navbar-variables.js.map +1 -0
  35. package/cjs/components/AppShell/AppShellMediaStyles/assign-padding-variables/assign-padding-variables.js +33 -0
  36. package/cjs/components/AppShell/AppShellMediaStyles/assign-padding-variables/assign-padding-variables.js.map +1 -0
  37. package/cjs/components/AppShell/AppShellMediaStyles/get-base-size/get-base-size.js +13 -0
  38. package/cjs/components/AppShell/AppShellMediaStyles/get-base-size/get-base-size.js.map +1 -0
  39. package/cjs/components/AppShell/AppShellMediaStyles/get-breakpoint-value/get-breakpoint-value.js +19 -0
  40. package/cjs/components/AppShell/AppShellMediaStyles/get-breakpoint-value/get-breakpoint-value.js.map +1 -0
  41. package/cjs/components/AppShell/AppShellMediaStyles/get-padding-value/get-padding-value.js +12 -0
  42. package/cjs/components/AppShell/AppShellMediaStyles/get-padding-value/get-padding-value.js.map +1 -0
  43. package/cjs/components/AppShell/AppShellMediaStyles/get-sorted-breakpoints/get-sorted-breakpoints.js +17 -0
  44. package/cjs/components/AppShell/AppShellMediaStyles/get-sorted-breakpoints/get-sorted-breakpoints.js.map +1 -0
  45. package/cjs/components/AppShell/AppShellMediaStyles/get-variables/get-variables.js +48 -0
  46. package/cjs/components/AppShell/AppShellMediaStyles/get-variables/get-variables.js.map +1 -0
  47. package/cjs/components/AppShell/AppShellMediaStyles/is-primitive-size/is-primitive-size.js +11 -0
  48. package/cjs/components/AppShell/AppShellMediaStyles/is-primitive-size/is-primitive-size.js.map +1 -0
  49. package/cjs/components/AppShell/AppShellMediaStyles/is-responsive-size/is-responsive-size.js +16 -0
  50. package/cjs/components/AppShell/AppShellMediaStyles/is-responsive-size/is-responsive-size.js.map +1 -0
  51. package/cjs/components/AppShell/AppShellNavbar/AppShellNavbar.js +72 -0
  52. package/cjs/components/AppShell/AppShellNavbar/AppShellNavbar.js.map +1 -0
  53. package/cjs/components/AppShell/AppShellSection/AppShellSection.js +61 -0
  54. package/cjs/components/AppShell/AppShellSection/AppShellSection.js.map +1 -0
  55. package/cjs/components/AppShell/use-resizing/use-resizing.js +26 -0
  56. package/cjs/components/AppShell/use-resizing/use-resizing.js.map +1 -0
  57. package/cjs/components/AspectRatio/AspectRatio.js.map +1 -1
  58. package/cjs/components/AspectRatio/AspectRatio.module.css.js +1 -1
  59. package/cjs/components/Avatar/Avatar.module.css.js +1 -1
  60. package/cjs/components/Avatar/AvatarGroup/AvatarGroup.js +8 -7
  61. package/cjs/components/Avatar/AvatarGroup/AvatarGroup.js.map +1 -1
  62. package/cjs/components/BackgroundImage/BackgroundImage.js.map +1 -1
  63. package/cjs/components/BackgroundImage/BackgroundImage.module.css.js +1 -1
  64. package/cjs/components/Badge/Badge.module.css.js +1 -1
  65. package/cjs/components/Blockquote/Blockquote.js.map +1 -1
  66. package/cjs/components/Blockquote/Blockquote.module.css.js +1 -1
  67. package/cjs/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
  68. package/cjs/components/Breadcrumbs/Breadcrumbs.module.css.js +1 -1
  69. package/cjs/components/Burger/Burger.js.map +1 -1
  70. package/cjs/components/Burger/Burger.module.css.js +1 -1
  71. package/cjs/components/Button/Button.js +7 -10
  72. package/cjs/components/Button/Button.js.map +1 -1
  73. package/cjs/components/Button/Button.module.css.js +1 -1
  74. package/cjs/components/Button/ButtonGroup/ButtonGroup.js +7 -6
  75. package/cjs/components/Button/ButtonGroup/ButtonGroup.js.map +1 -1
  76. package/cjs/components/Center/Center.js.map +1 -1
  77. package/cjs/components/Center/Center.module.css.js +1 -1
  78. package/cjs/components/Checkbox/Checkbox.js.map +1 -1
  79. package/cjs/components/Checkbox/Checkbox.module.css.js +1 -1
  80. package/cjs/components/Checkbox/CheckboxGroup/CheckboxGroup.js.map +1 -1
  81. package/cjs/components/Code/Code.js.map +1 -1
  82. package/cjs/components/Code/Code.module.css.js +1 -1
  83. package/cjs/components/ColorPicker/ColorPicker.js.map +1 -1
  84. package/cjs/components/ColorPicker/ColorPicker.module.css.js +1 -1
  85. package/cjs/components/ColorSwatch/ColorSwatch.js.map +1 -1
  86. package/cjs/components/ColorSwatch/ColorSwatch.module.css.js +1 -1
  87. package/cjs/components/Combobox/Combobox.module.css.js +1 -1
  88. package/cjs/components/Combobox/ComboboxChevron/ComboboxChevron.js +7 -6
  89. package/cjs/components/Combobox/ComboboxChevron/ComboboxChevron.js.map +1 -1
  90. package/cjs/components/Combobox/OptionsDropdown/OptionsDropdown.js +6 -4
  91. package/cjs/components/Combobox/OptionsDropdown/OptionsDropdown.js.map +1 -1
  92. package/cjs/components/Combobox/OptionsDropdown/validate-options.js +34 -0
  93. package/cjs/components/Combobox/OptionsDropdown/validate-options.js.map +1 -0
  94. package/cjs/components/Combobox/get-parsed-combobox-data/get-parsed-combobox-data.js +3 -0
  95. package/cjs/components/Combobox/get-parsed-combobox-data/get-parsed-combobox-data.js.map +1 -1
  96. package/cjs/components/Container/Container.js.map +1 -1
  97. package/cjs/components/Container/Container.module.css.js +1 -1
  98. package/cjs/components/Divider/Divider.module.css.js +1 -1
  99. package/cjs/components/Drawer/Drawer.js.map +1 -1
  100. package/cjs/components/Drawer/Drawer.module.css.js +1 -1
  101. package/cjs/components/Drawer/DrawerRoot.js.map +1 -1
  102. package/cjs/components/Fieldset/Fieldset.module.css.js +1 -1
  103. package/cjs/components/Group/Group.js.map +1 -1
  104. package/cjs/components/Group/Group.module.css.js +1 -1
  105. package/cjs/components/InlineInput/InlineInput.module.css.js +1 -1
  106. package/cjs/components/Input/Input.js +8 -5
  107. package/cjs/components/Input/Input.js.map +1 -1
  108. package/cjs/components/Input/Input.module.css.js +1 -1
  109. package/cjs/components/Input/InputDescription/InputDescription.js +3 -3
  110. package/cjs/components/Input/InputDescription/InputDescription.js.map +1 -1
  111. package/cjs/components/Input/InputError/InputError.js +3 -3
  112. package/cjs/components/Input/InputError/InputError.js.map +1 -1
  113. package/cjs/components/Input/InputLabel/InputLabel.js +3 -3
  114. package/cjs/components/Input/InputLabel/InputLabel.js.map +1 -1
  115. package/cjs/components/Input/InputPlaceholder/InputPlaceholder.js +3 -3
  116. package/cjs/components/Input/InputPlaceholder/InputPlaceholder.js.map +1 -1
  117. package/cjs/components/Input/InputWrapper/InputWrapper.js +3 -3
  118. package/cjs/components/Input/InputWrapper/InputWrapper.js.map +1 -1
  119. package/cjs/components/Kbd/Kbd.js.map +1 -1
  120. package/cjs/components/Kbd/Kbd.module.css.js +1 -1
  121. package/cjs/components/Loader/Loader.js.map +1 -1
  122. package/cjs/components/Loader/Loader.module.css.js +1 -1
  123. package/cjs/components/Loader/loaders/Bars.js +2 -2
  124. package/cjs/components/Loader/loaders/Bars.js.map +1 -1
  125. package/cjs/components/Loader/loaders/Dots.js +2 -2
  126. package/cjs/components/Loader/loaders/Dots.js.map +1 -1
  127. package/cjs/components/Loader/loaders/Oval.js +2 -2
  128. package/cjs/components/Loader/loaders/Oval.js.map +1 -1
  129. package/cjs/components/Mark/Mark.js.map +1 -1
  130. package/cjs/components/Mark/Mark.module.css.js +1 -1
  131. package/cjs/components/Modal/Modal.js.map +1 -1
  132. package/cjs/components/Modal/Modal.module.css.js +1 -1
  133. package/cjs/components/Modal/ModalRoot.js.map +1 -1
  134. package/cjs/components/ModalBase/ModalBase.module.css.js +1 -1
  135. package/cjs/components/MultiSelect/MultiSelect.js +5 -2
  136. package/cjs/components/MultiSelect/MultiSelect.js.map +1 -1
  137. package/cjs/components/Notification/Notification.js.map +1 -1
  138. package/cjs/components/Notification/Notification.module.css.js +1 -1
  139. package/cjs/components/Overlay/Overlay.js.map +1 -1
  140. package/cjs/components/Overlay/Overlay.module.css.js +1 -1
  141. package/cjs/components/Pagination/Pagination.context.js +13 -0
  142. package/cjs/components/Pagination/Pagination.context.js.map +1 -0
  143. package/cjs/components/Pagination/Pagination.icons.js +93 -0
  144. package/cjs/components/Pagination/Pagination.icons.js.map +1 -0
  145. package/cjs/components/Pagination/Pagination.js +96 -0
  146. package/cjs/components/Pagination/Pagination.js.map +1 -0
  147. package/cjs/components/Pagination/Pagination.module.css.js +8 -0
  148. package/cjs/components/Pagination/Pagination.module.css.js.map +1 -0
  149. package/cjs/components/Pagination/PaginationControl/PaginationControl.js +85 -0
  150. package/cjs/components/Pagination/PaginationControl/PaginationControl.js.map +1 -0
  151. package/cjs/components/Pagination/PaginationDots/PaginationDots.js +67 -0
  152. package/cjs/components/Pagination/PaginationDots/PaginationDots.js.map +1 -0
  153. package/cjs/components/Pagination/PaginationEdges/PaginationEdges.js +103 -0
  154. package/cjs/components/Pagination/PaginationEdges/PaginationEdges.js.map +1 -0
  155. package/cjs/components/Pagination/PaginationItems/PaginationItems.js +54 -0
  156. package/cjs/components/Pagination/PaginationItems/PaginationItems.js.map +1 -0
  157. package/cjs/components/Pagination/PaginationRoot/PaginationRoot.js +158 -0
  158. package/cjs/components/Pagination/PaginationRoot/PaginationRoot.js.map +1 -0
  159. package/cjs/components/Paper/Paper.js.map +1 -1
  160. package/cjs/components/Paper/Paper.module.css.js +1 -1
  161. package/cjs/components/Pill/Pill.module.css.js +1 -1
  162. package/cjs/components/Pill/PillGroup/PillGroup.js +7 -6
  163. package/cjs/components/Pill/PillGroup/PillGroup.js.map +1 -1
  164. package/cjs/components/{Pill/PillGroup/PillGroup.module.css.js → PillsInput/PillsInput.module.css.js} +2 -2
  165. package/cjs/components/PillsInput/PillsInput.module.css.js.map +1 -0
  166. package/cjs/components/PillsInput/PillsInputField/PillsInputField.js +6 -5
  167. package/cjs/components/PillsInput/PillsInputField/PillsInputField.js.map +1 -1
  168. package/cjs/components/Popover/Popover.module.css.js +1 -1
  169. package/cjs/components/ScrollArea/ScrollArea.js.map +1 -1
  170. package/cjs/components/ScrollArea/ScrollArea.module.css.js +1 -1
  171. package/cjs/components/ScrollArea/ScrollAreaRoot/ScrollAreaRoot.js.map +1 -1
  172. package/cjs/components/SegmentedControl/SegmentedControl.js.map +1 -1
  173. package/cjs/components/SegmentedControl/SegmentedControl.module.css.js +1 -1
  174. package/cjs/components/Select/Select.js +8 -0
  175. package/cjs/components/Select/Select.js.map +1 -1
  176. package/cjs/components/Skeleton/Skeleton.js +112 -0
  177. package/cjs/components/Skeleton/Skeleton.js.map +1 -0
  178. package/cjs/components/Skeleton/Skeleton.module.css.js +8 -0
  179. package/cjs/components/Skeleton/Skeleton.module.css.js.map +1 -0
  180. package/cjs/components/Slider/RangeSlider/RangeSlider.js.map +1 -1
  181. package/cjs/components/Slider/Slider/Slider.js +1 -1
  182. package/cjs/components/Slider/Slider/Slider.js.map +1 -1
  183. package/cjs/components/Slider/Slider.context.js.map +1 -1
  184. package/cjs/components/Slider/Slider.module.css.js +1 -1
  185. package/cjs/components/Stack/Stack.js.map +1 -1
  186. package/cjs/components/Stack/Stack.module.css.js +1 -1
  187. package/cjs/components/Switch/Switch.js.map +1 -1
  188. package/cjs/components/Switch/Switch.module.css.js +1 -1
  189. package/cjs/components/Switch/SwitchGroup/SwitchGroup.js.map +1 -1
  190. package/cjs/components/Table/Table.js.map +1 -1
  191. package/cjs/components/Table/Table.module.css.js +1 -1
  192. package/cjs/components/Tabs/Tabs.module.css.js +1 -1
  193. package/cjs/components/TagsInput/TagsInput.js +5 -2
  194. package/cjs/components/TagsInput/TagsInput.js.map +1 -1
  195. package/cjs/components/Text/Text.module.css.js +1 -1
  196. package/cjs/components/Title/Title.js.map +1 -1
  197. package/cjs/components/Title/Title.module.css.js +1 -1
  198. package/cjs/components/Tooltip/Tooltip.module.css.js +1 -1
  199. package/cjs/components/TypographyStylesProvider/TypographyStylesProvider.js.map +1 -1
  200. package/cjs/components/TypographyStylesProvider/TypographyStylesProvider.module.css.js +1 -1
  201. package/cjs/components/UnstyledButton/UnstyledButton.module.css.js +1 -1
  202. package/cjs/components/VisuallyHidden/VisuallyHidden.module.css.js +1 -1
  203. package/cjs/core/Box/Box.js +6 -2
  204. package/cjs/core/Box/Box.js.map +1 -1
  205. package/cjs/core/Box/style-props/extract-style-props/extract-style-props.js +9 -3
  206. package/cjs/core/Box/style-props/extract-style-props/extract-style-props.js.map +1 -1
  207. package/cjs/core/Box/style-props/parse-style-props/parse-style-props.js +3 -0
  208. package/cjs/core/Box/style-props/parse-style-props/parse-style-props.js.map +1 -1
  209. package/cjs/core/MantineProvider/Mantine.context.js.map +1 -1
  210. package/cjs/core/MantineProvider/MantineClasses/MantineClasses.js +38 -0
  211. package/cjs/core/MantineProvider/MantineClasses/MantineClasses.js.map +1 -0
  212. package/cjs/core/MantineProvider/MantineProvider.js +4 -2
  213. package/cjs/core/MantineProvider/MantineProvider.js.map +1 -1
  214. package/cjs/core/utils/create-event-handler/create-event-handler.js +13 -0
  215. package/cjs/core/utils/create-event-handler/create-event-handler.js.map +1 -0
  216. package/cjs/index.css +1261 -964
  217. package/cjs/index.js +33 -0
  218. package/cjs/index.js.map +1 -1
  219. package/esm/components/Accordion/Accordion.module.css.js +1 -1
  220. package/esm/components/ActionIcon/ActionIcon.js +1 -1
  221. package/esm/components/ActionIcon/ActionIcon.js.map +1 -1
  222. package/esm/components/ActionIcon/ActionIcon.module.css.js +1 -1
  223. package/esm/components/ActionIcon/ActionIconGroup/ActionIconGroup.js +5 -4
  224. package/esm/components/ActionIcon/ActionIconGroup/ActionIconGroup.js.map +1 -1
  225. package/esm/components/Affix/Affix.js.map +1 -1
  226. package/esm/components/Affix/Affix.module.css.js +1 -1
  227. package/esm/components/Alert/Alert.module.css.js +1 -1
  228. package/esm/components/Anchor/Anchor.module.css.js +1 -1
  229. package/esm/components/AppShell/AppShell.context.js +8 -0
  230. package/esm/components/AppShell/AppShell.context.js.map +1 -0
  231. package/esm/components/AppShell/AppShell.js +138 -0
  232. package/esm/components/AppShell/AppShell.js.map +1 -0
  233. package/esm/components/AppShell/AppShell.module.css.js +4 -0
  234. package/esm/components/AppShell/AppShell.module.css.js.map +1 -0
  235. package/esm/components/AppShell/AppShellAside/AppShellAside.js +64 -0
  236. package/esm/components/AppShell/AppShellAside/AppShellAside.js.map +1 -0
  237. package/esm/components/AppShell/AppShellFooter/AppShellFooter.js +63 -0
  238. package/esm/components/AppShell/AppShellFooter/AppShellFooter.js.map +1 -0
  239. package/esm/components/AppShell/AppShellHeader/AppShellHeader.js +63 -0
  240. package/esm/components/AppShell/AppShellHeader/AppShellHeader.js.map +1 -0
  241. package/esm/components/AppShell/AppShellMain/AppShellMain.js +53 -0
  242. package/esm/components/AppShell/AppShellMain/AppShellMain.js.map +1 -0
  243. package/esm/components/AppShell/AppShellMediaStyles/AppShellMediaStyles.js +21 -0
  244. package/esm/components/AppShell/AppShellMediaStyles/AppShellMediaStyles.js.map +1 -0
  245. package/esm/components/AppShell/AppShellMediaStyles/assign-aside-variables/assign-aside-variables.js +60 -0
  246. package/esm/components/AppShell/AppShellMediaStyles/assign-aside-variables/assign-aside-variables.js.map +1 -0
  247. package/esm/components/AppShell/AppShellMediaStyles/assign-footer-variables/assign-footer-variables.js +47 -0
  248. package/esm/components/AppShell/AppShellMediaStyles/assign-footer-variables/assign-footer-variables.js.map +1 -0
  249. package/esm/components/AppShell/AppShellMediaStyles/assign-header-variables/assign-header-variables.js +47 -0
  250. package/esm/components/AppShell/AppShellMediaStyles/assign-header-variables/assign-header-variables.js.map +1 -0
  251. package/esm/components/AppShell/AppShellMediaStyles/assign-navbar-variables/assign-navbar-variables.js +60 -0
  252. package/esm/components/AppShell/AppShellMediaStyles/assign-navbar-variables/assign-navbar-variables.js.map +1 -0
  253. package/esm/components/AppShell/AppShellMediaStyles/assign-padding-variables/assign-padding-variables.js +29 -0
  254. package/esm/components/AppShell/AppShellMediaStyles/assign-padding-variables/assign-padding-variables.js.map +1 -0
  255. package/esm/components/AppShell/AppShellMediaStyles/get-base-size/get-base-size.js +9 -0
  256. package/esm/components/AppShell/AppShellMediaStyles/get-base-size/get-base-size.js.map +1 -0
  257. package/esm/components/AppShell/AppShellMediaStyles/get-breakpoint-value/get-breakpoint-value.js +15 -0
  258. package/esm/components/AppShell/AppShellMediaStyles/get-breakpoint-value/get-breakpoint-value.js.map +1 -0
  259. package/esm/components/AppShell/AppShellMediaStyles/get-padding-value/get-padding-value.js +8 -0
  260. package/esm/components/AppShell/AppShellMediaStyles/get-padding-value/get-padding-value.js.map +1 -0
  261. package/esm/components/AppShell/AppShellMediaStyles/get-sorted-breakpoints/get-sorted-breakpoints.js +13 -0
  262. package/esm/components/AppShell/AppShellMediaStyles/get-sorted-breakpoints/get-sorted-breakpoints.js.map +1 -0
  263. package/esm/components/AppShell/AppShellMediaStyles/get-variables/get-variables.js +44 -0
  264. package/esm/components/AppShell/AppShellMediaStyles/get-variables/get-variables.js.map +1 -0
  265. package/esm/components/AppShell/AppShellMediaStyles/is-primitive-size/is-primitive-size.js +7 -0
  266. package/esm/components/AppShell/AppShellMediaStyles/is-primitive-size/is-primitive-size.js.map +1 -0
  267. package/esm/components/AppShell/AppShellMediaStyles/is-responsive-size/is-responsive-size.js +12 -0
  268. package/esm/components/AppShell/AppShellMediaStyles/is-responsive-size/is-responsive-size.js.map +1 -0
  269. package/esm/components/AppShell/AppShellNavbar/AppShellNavbar.js +64 -0
  270. package/esm/components/AppShell/AppShellNavbar/AppShellNavbar.js.map +1 -0
  271. package/esm/components/AppShell/AppShellSection/AppShellSection.js +53 -0
  272. package/esm/components/AppShell/AppShellSection/AppShellSection.js.map +1 -0
  273. package/esm/components/AppShell/use-resizing/use-resizing.js +22 -0
  274. package/esm/components/AppShell/use-resizing/use-resizing.js.map +1 -0
  275. package/esm/components/AspectRatio/AspectRatio.js.map +1 -1
  276. package/esm/components/AspectRatio/AspectRatio.module.css.js +1 -1
  277. package/esm/components/Avatar/Avatar.module.css.js +1 -1
  278. package/esm/components/Avatar/AvatarGroup/AvatarGroup.js +6 -5
  279. package/esm/components/Avatar/AvatarGroup/AvatarGroup.js.map +1 -1
  280. package/esm/components/BackgroundImage/BackgroundImage.js.map +1 -1
  281. package/esm/components/BackgroundImage/BackgroundImage.module.css.js +1 -1
  282. package/esm/components/Badge/Badge.module.css.js +1 -1
  283. package/esm/components/Blockquote/Blockquote.js.map +1 -1
  284. package/esm/components/Blockquote/Blockquote.module.css.js +1 -1
  285. package/esm/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
  286. package/esm/components/Breadcrumbs/Breadcrumbs.module.css.js +1 -1
  287. package/esm/components/Burger/Burger.js.map +1 -1
  288. package/esm/components/Burger/Burger.module.css.js +1 -1
  289. package/esm/components/Button/Button.js +7 -10
  290. package/esm/components/Button/Button.js.map +1 -1
  291. package/esm/components/Button/Button.module.css.js +1 -1
  292. package/esm/components/Button/ButtonGroup/ButtonGroup.js +5 -4
  293. package/esm/components/Button/ButtonGroup/ButtonGroup.js.map +1 -1
  294. package/esm/components/Center/Center.js.map +1 -1
  295. package/esm/components/Center/Center.module.css.js +1 -1
  296. package/esm/components/Checkbox/Checkbox.js.map +1 -1
  297. package/esm/components/Checkbox/Checkbox.module.css.js +1 -1
  298. package/esm/components/Checkbox/CheckboxGroup/CheckboxGroup.js.map +1 -1
  299. package/esm/components/Code/Code.js.map +1 -1
  300. package/esm/components/Code/Code.module.css.js +1 -1
  301. package/esm/components/ColorPicker/ColorPicker.js.map +1 -1
  302. package/esm/components/ColorPicker/ColorPicker.module.css.js +1 -1
  303. package/esm/components/ColorSwatch/ColorSwatch.js.map +1 -1
  304. package/esm/components/ColorSwatch/ColorSwatch.module.css.js +1 -1
  305. package/esm/components/Combobox/Combobox.module.css.js +1 -1
  306. package/esm/components/Combobox/ComboboxChevron/ComboboxChevron.js +5 -4
  307. package/esm/components/Combobox/ComboboxChevron/ComboboxChevron.js.map +1 -1
  308. package/esm/components/Combobox/OptionsDropdown/OptionsDropdown.js +6 -4
  309. package/esm/components/Combobox/OptionsDropdown/OptionsDropdown.js.map +1 -1
  310. package/esm/components/Combobox/OptionsDropdown/validate-options.js +30 -0
  311. package/esm/components/Combobox/OptionsDropdown/validate-options.js.map +1 -0
  312. package/esm/components/Combobox/get-parsed-combobox-data/get-parsed-combobox-data.js +3 -0
  313. package/esm/components/Combobox/get-parsed-combobox-data/get-parsed-combobox-data.js.map +1 -1
  314. package/esm/components/Container/Container.js.map +1 -1
  315. package/esm/components/Container/Container.module.css.js +1 -1
  316. package/esm/components/Divider/Divider.module.css.js +1 -1
  317. package/esm/components/Drawer/Drawer.js.map +1 -1
  318. package/esm/components/Drawer/Drawer.module.css.js +1 -1
  319. package/esm/components/Drawer/DrawerRoot.js.map +1 -1
  320. package/esm/components/Fieldset/Fieldset.module.css.js +1 -1
  321. package/esm/components/Group/Group.js.map +1 -1
  322. package/esm/components/Group/Group.module.css.js +1 -1
  323. package/esm/components/InlineInput/InlineInput.module.css.js +1 -1
  324. package/esm/components/Input/Input.js +8 -5
  325. package/esm/components/Input/Input.js.map +1 -1
  326. package/esm/components/Input/Input.module.css.js +1 -1
  327. package/esm/components/Input/InputDescription/InputDescription.js +1 -1
  328. package/esm/components/Input/InputDescription/InputDescription.js.map +1 -1
  329. package/esm/components/Input/InputError/InputError.js +1 -1
  330. package/esm/components/Input/InputError/InputError.js.map +1 -1
  331. package/esm/components/Input/InputLabel/InputLabel.js +1 -1
  332. package/esm/components/Input/InputLabel/InputLabel.js.map +1 -1
  333. package/esm/components/Input/InputPlaceholder/InputPlaceholder.js +1 -1
  334. package/esm/components/Input/InputPlaceholder/InputPlaceholder.js.map +1 -1
  335. package/esm/components/Input/InputWrapper/InputWrapper.js +1 -1
  336. package/esm/components/Input/InputWrapper/InputWrapper.js.map +1 -1
  337. package/esm/components/Kbd/Kbd.js.map +1 -1
  338. package/esm/components/Kbd/Kbd.module.css.js +1 -1
  339. package/esm/components/Loader/Loader.js.map +1 -1
  340. package/esm/components/Loader/Loader.module.css.js +1 -1
  341. package/esm/components/Loader/loaders/Bars.js +2 -2
  342. package/esm/components/Loader/loaders/Bars.js.map +1 -1
  343. package/esm/components/Loader/loaders/Dots.js +2 -2
  344. package/esm/components/Loader/loaders/Dots.js.map +1 -1
  345. package/esm/components/Loader/loaders/Oval.js +2 -2
  346. package/esm/components/Loader/loaders/Oval.js.map +1 -1
  347. package/esm/components/Mark/Mark.js.map +1 -1
  348. package/esm/components/Mark/Mark.module.css.js +1 -1
  349. package/esm/components/Modal/Modal.js.map +1 -1
  350. package/esm/components/Modal/Modal.module.css.js +1 -1
  351. package/esm/components/Modal/ModalRoot.js.map +1 -1
  352. package/esm/components/ModalBase/ModalBase.module.css.js +1 -1
  353. package/esm/components/MultiSelect/MultiSelect.js +5 -2
  354. package/esm/components/MultiSelect/MultiSelect.js.map +1 -1
  355. package/esm/components/Notification/Notification.js.map +1 -1
  356. package/esm/components/Notification/Notification.module.css.js +1 -1
  357. package/esm/components/Overlay/Overlay.js.map +1 -1
  358. package/esm/components/Overlay/Overlay.module.css.js +1 -1
  359. package/esm/components/Pagination/Pagination.context.js +8 -0
  360. package/esm/components/Pagination/Pagination.context.js.map +1 -0
  361. package/esm/components/Pagination/Pagination.icons.js +81 -0
  362. package/esm/components/Pagination/Pagination.icons.js.map +1 -0
  363. package/esm/components/Pagination/Pagination.js +88 -0
  364. package/esm/components/Pagination/Pagination.js.map +1 -0
  365. package/esm/components/Pagination/Pagination.module.css.js +4 -0
  366. package/esm/components/Pagination/Pagination.module.css.js.map +1 -0
  367. package/esm/components/Pagination/PaginationControl/PaginationControl.js +77 -0
  368. package/esm/components/Pagination/PaginationControl/PaginationControl.js.map +1 -0
  369. package/esm/components/Pagination/PaginationDots/PaginationDots.js +59 -0
  370. package/esm/components/Pagination/PaginationDots/PaginationDots.js.map +1 -0
  371. package/esm/components/Pagination/PaginationEdges/PaginationEdges.js +91 -0
  372. package/esm/components/Pagination/PaginationEdges/PaginationEdges.js.map +1 -0
  373. package/esm/components/Pagination/PaginationItems/PaginationItems.js +46 -0
  374. package/esm/components/Pagination/PaginationItems/PaginationItems.js.map +1 -0
  375. package/esm/components/Pagination/PaginationRoot/PaginationRoot.js +150 -0
  376. package/esm/components/Pagination/PaginationRoot/PaginationRoot.js.map +1 -0
  377. package/esm/components/Paper/Paper.js.map +1 -1
  378. package/esm/components/Paper/Paper.module.css.js +1 -1
  379. package/esm/components/Pill/Pill.module.css.js +1 -1
  380. package/esm/components/Pill/PillGroup/PillGroup.js +5 -4
  381. package/esm/components/Pill/PillGroup/PillGroup.js.map +1 -1
  382. package/esm/components/PillsInput/PillsInput.module.css.js +4 -0
  383. package/esm/components/PillsInput/PillsInput.module.css.js.map +1 -0
  384. package/esm/components/PillsInput/PillsInputField/PillsInputField.js +4 -3
  385. package/esm/components/PillsInput/PillsInputField/PillsInputField.js.map +1 -1
  386. package/esm/components/Popover/Popover.module.css.js +1 -1
  387. package/esm/components/ScrollArea/ScrollArea.js.map +1 -1
  388. package/esm/components/ScrollArea/ScrollArea.module.css.js +1 -1
  389. package/esm/components/ScrollArea/ScrollAreaRoot/ScrollAreaRoot.js.map +1 -1
  390. package/esm/components/SegmentedControl/SegmentedControl.js.map +1 -1
  391. package/esm/components/SegmentedControl/SegmentedControl.module.css.js +1 -1
  392. package/esm/components/Select/Select.js +8 -0
  393. package/esm/components/Select/Select.js.map +1 -1
  394. package/esm/components/Skeleton/Skeleton.js +104 -0
  395. package/esm/components/Skeleton/Skeleton.js.map +1 -0
  396. package/esm/components/Skeleton/Skeleton.module.css.js +4 -0
  397. package/esm/components/Skeleton/Skeleton.module.css.js.map +1 -0
  398. package/esm/components/Slider/RangeSlider/RangeSlider.js.map +1 -1
  399. package/esm/components/Slider/Slider/Slider.js +1 -1
  400. package/esm/components/Slider/Slider/Slider.js.map +1 -1
  401. package/esm/components/Slider/Slider.context.js.map +1 -1
  402. package/esm/components/Slider/Slider.module.css.js +1 -1
  403. package/esm/components/Stack/Stack.js.map +1 -1
  404. package/esm/components/Stack/Stack.module.css.js +1 -1
  405. package/esm/components/Switch/Switch.js.map +1 -1
  406. package/esm/components/Switch/Switch.module.css.js +1 -1
  407. package/esm/components/Switch/SwitchGroup/SwitchGroup.js.map +1 -1
  408. package/esm/components/Table/Table.js.map +1 -1
  409. package/esm/components/Table/Table.module.css.js +1 -1
  410. package/esm/components/Tabs/Tabs.module.css.js +1 -1
  411. package/esm/components/TagsInput/TagsInput.js +5 -2
  412. package/esm/components/TagsInput/TagsInput.js.map +1 -1
  413. package/esm/components/Text/Text.module.css.js +1 -1
  414. package/esm/components/Title/Title.js.map +1 -1
  415. package/esm/components/Title/Title.module.css.js +1 -1
  416. package/esm/components/Tooltip/Tooltip.module.css.js +1 -1
  417. package/esm/components/TypographyStylesProvider/TypographyStylesProvider.js.map +1 -1
  418. package/esm/components/TypographyStylesProvider/TypographyStylesProvider.module.css.js +1 -1
  419. package/esm/components/UnstyledButton/UnstyledButton.module.css.js +1 -1
  420. package/esm/components/VisuallyHidden/VisuallyHidden.module.css.js +1 -1
  421. package/esm/core/Box/Box.js +6 -2
  422. package/esm/core/Box/Box.js.map +1 -1
  423. package/esm/core/Box/style-props/extract-style-props/extract-style-props.js +9 -3
  424. package/esm/core/Box/style-props/extract-style-props/extract-style-props.js.map +1 -1
  425. package/esm/core/Box/style-props/parse-style-props/parse-style-props.js +3 -0
  426. package/esm/core/Box/style-props/parse-style-props/parse-style-props.js.map +1 -1
  427. package/esm/core/MantineProvider/Mantine.context.js.map +1 -1
  428. package/esm/core/MantineProvider/MantineClasses/MantineClasses.js +30 -0
  429. package/esm/core/MantineProvider/MantineClasses/MantineClasses.js.map +1 -0
  430. package/esm/core/MantineProvider/MantineProvider.js +4 -2
  431. package/esm/core/MantineProvider/MantineProvider.js.map +1 -1
  432. package/esm/core/utils/create-event-handler/create-event-handler.js +9 -0
  433. package/esm/core/utils/create-event-handler/create-event-handler.js.map +1 -0
  434. package/esm/index.css +1261 -964
  435. package/esm/index.js +15 -0
  436. package/esm/index.js.map +1 -1
  437. package/esm/styles/Accordion.css +1 -0
  438. package/esm/styles/ActionIcon.css +1 -0
  439. package/esm/styles/Affix.css +1 -0
  440. package/esm/styles/Alert.css +1 -0
  441. package/esm/styles/Anchor.css +1 -0
  442. package/esm/styles/AppShell.css +7 -0
  443. package/esm/styles/AspectRatio.css +1 -0
  444. package/esm/styles/Avatar.css +1 -0
  445. package/esm/styles/BackgroundImage.css +1 -0
  446. package/esm/styles/Badge.css +1 -0
  447. package/esm/styles/Blockquote.css +1 -0
  448. package/esm/styles/Breadcrumbs.css +1 -0
  449. package/esm/styles/Burger.css +1 -0
  450. package/esm/styles/Button.css +1 -0
  451. package/esm/styles/Center.css +1 -0
  452. package/esm/styles/Checkbox.css +1 -0
  453. package/esm/styles/Code.css +1 -0
  454. package/esm/styles/ColorPicker.css +1 -0
  455. package/esm/styles/ColorSwatch.css +1 -0
  456. package/esm/styles/Combobox.css +1 -0
  457. package/esm/styles/Container.css +1 -0
  458. package/esm/styles/Divider.css +1 -0
  459. package/esm/styles/Drawer.css +1 -0
  460. package/esm/styles/Fieldset.css +1 -0
  461. package/esm/styles/Group.css +1 -0
  462. package/esm/styles/InlineInput.css +1 -0
  463. package/esm/styles/Input.css +3 -0
  464. package/esm/styles/Kbd.css +1 -0
  465. package/esm/styles/Loader.css +1 -0
  466. package/esm/styles/Mark.css +1 -0
  467. package/esm/styles/Modal.css +1 -0
  468. package/esm/styles/ModalBase.css +1 -0
  469. package/esm/styles/Notification.css +1 -0
  470. package/esm/styles/Overlay.css +1 -0
  471. package/esm/styles/Pagination.css +1 -0
  472. package/esm/styles/Paper.css +1 -0
  473. package/esm/styles/Pill.css +1 -0
  474. package/esm/styles/PillsInput.css +1 -0
  475. package/esm/styles/Popover.css +1 -0
  476. package/esm/styles/ScrollArea.css +1 -0
  477. package/esm/styles/SegmentedControl.css +1 -0
  478. package/esm/styles/Skeleton.css +1 -0
  479. package/esm/styles/Slider.css +1 -0
  480. package/esm/styles/Stack.css +1 -0
  481. package/esm/styles/Switch.css +1 -0
  482. package/esm/styles/Table.css +1 -0
  483. package/esm/styles/Tabs.css +1 -0
  484. package/esm/styles/Text.css +1 -0
  485. package/esm/styles/Title.css +1 -0
  486. package/esm/styles/Tooltip.css +1 -0
  487. package/esm/styles/TypographyStylesProvider.css +1 -0
  488. package/esm/styles/UnstyledButton.css +1 -0
  489. package/esm/styles/VisuallyHidden.css +1 -0
  490. package/esm/styles/global.css +1 -0
  491. package/lib/components/ActionIcon/ActionIconGroup/ActionIconGroup.d.ts +2 -5
  492. package/lib/components/Affix/Affix.d.ts +0 -3
  493. package/lib/components/Affix/index.d.ts +1 -1
  494. package/lib/components/AppShell/AppShell.context.d.ts +13 -0
  495. package/lib/components/AppShell/AppShell.d.ts +96 -0
  496. package/lib/components/AppShell/AppShellAside/AppShellAside.d.ts +19 -0
  497. package/lib/components/AppShell/AppShellFooter/AppShellFooter.d.ts +27 -0
  498. package/lib/components/AppShell/AppShellHeader/AppShellHeader.d.ts +27 -0
  499. package/lib/components/AppShell/AppShellMain/AppShellMain.d.ts +16 -0
  500. package/lib/components/AppShell/AppShellMediaStyles/AppShellMediaStyles.d.ts +11 -0
  501. package/lib/components/AppShell/AppShellMediaStyles/assign-aside-variables/assign-aside-variables.d.ts +12 -0
  502. package/lib/components/AppShell/AppShellMediaStyles/assign-footer-variables/assign-footer-variables.d.ts +9 -0
  503. package/lib/components/AppShell/AppShellMediaStyles/assign-header-variables/assign-header-variables.d.ts +9 -0
  504. package/lib/components/AppShell/AppShellMediaStyles/assign-header-variables.d.ts +12 -0
  505. package/lib/components/AppShell/AppShellMediaStyles/assign-navbar-variables/assign-navbar-variables.d.ts +12 -0
  506. package/lib/components/AppShell/AppShellMediaStyles/assign-navbar-variables.d.ts +12 -0
  507. package/lib/components/AppShell/AppShellMediaStyles/assign-padding-variables/assign-padding-variables.d.ts +9 -0
  508. package/lib/components/AppShell/AppShellMediaStyles/get-base-size/get-base-size.d.ts +2 -0
  509. package/lib/components/AppShell/AppShellMediaStyles/get-base-size.d.ts +2 -0
  510. package/lib/components/AppShell/AppShellMediaStyles/get-breakpoint-value/get-breakpoint-value.d.ts +2 -0
  511. package/lib/components/AppShell/AppShellMediaStyles/get-breakpoint-value.d.ts +2 -0
  512. package/lib/components/AppShell/AppShellMediaStyles/get-padding-value/get-padding-value.d.ts +1 -0
  513. package/lib/components/AppShell/AppShellMediaStyles/get-padding-value.d.ts +1 -0
  514. package/lib/components/AppShell/AppShellMediaStyles/get-sorted-breakpoints/get-sorted-breakpoints.d.ts +5 -0
  515. package/lib/components/AppShell/AppShellMediaStyles/get-sorted-breakpoints.d.ts +5 -0
  516. package/lib/components/AppShell/AppShellMediaStyles/get-variables/get-variables.d.ts +20 -0
  517. package/lib/components/AppShell/AppShellMediaStyles/is-primitive-size/is-primitive-size.d.ts +2 -0
  518. package/lib/components/AppShell/AppShellMediaStyles/is-primitive-size.d.ts +2 -0
  519. package/lib/components/AppShell/AppShellMediaStyles/is-responsive-size/is-responsive-size.d.ts +2 -0
  520. package/lib/components/AppShell/AppShellMediaStyles/is-responsive-size.d.ts +2 -0
  521. package/lib/components/AppShell/AppShellNavbar/AppShellNavbar.d.ts +19 -0
  522. package/lib/components/AppShell/AppShellSection/AppShellSection.d.ts +33 -0
  523. package/lib/components/AppShell/index.d.ts +14 -0
  524. package/lib/components/AppShell/use-resizing/use-resizing.d.ts +6 -0
  525. package/lib/components/AspectRatio/AspectRatio.d.ts +0 -3
  526. package/lib/components/AspectRatio/index.d.ts +1 -1
  527. package/lib/components/Avatar/AvatarGroup/AvatarGroup.d.ts +2 -5
  528. package/lib/components/Avatar/index.d.ts +1 -1
  529. package/lib/components/BackgroundImage/BackgroundImage.d.ts +0 -4
  530. package/lib/components/BackgroundImage/index.d.ts +1 -1
  531. package/lib/components/Blockquote/Blockquote.d.ts +0 -3
  532. package/lib/components/Blockquote/index.d.ts +1 -1
  533. package/lib/components/Breadcrumbs/Breadcrumbs.d.ts +0 -3
  534. package/lib/components/Breadcrumbs/index.d.ts +1 -1
  535. package/lib/components/Burger/Burger.d.ts +0 -3
  536. package/lib/components/Burger/index.d.ts +1 -1
  537. package/lib/components/Button/ButtonGroup/ButtonGroup.d.ts +2 -5
  538. package/lib/components/Center/Center.d.ts +0 -4
  539. package/lib/components/Center/index.d.ts +1 -1
  540. package/lib/components/Checkbox/Checkbox.d.ts +0 -3
  541. package/lib/components/Checkbox/CheckboxGroup/CheckboxGroup.d.ts +0 -1
  542. package/lib/components/Checkbox/index.d.ts +2 -2
  543. package/lib/components/Code/Code.d.ts +0 -3
  544. package/lib/components/Code/index.d.ts +1 -1
  545. package/lib/components/ColorPicker/ColorPicker.d.ts +0 -3
  546. package/lib/components/ColorPicker/index.d.ts +1 -1
  547. package/lib/components/ColorSwatch/ColorSwatch.d.ts +0 -5
  548. package/lib/components/ColorSwatch/index.d.ts +1 -1
  549. package/lib/components/Combobox/Combobox.d.ts +1 -1
  550. package/lib/components/Combobox/ComboboxChevron/ComboboxChevron.d.ts +2 -2
  551. package/lib/components/Combobox/OptionsDropdown/validate-options.d.ts +1 -0
  552. package/lib/components/Container/Container.d.ts +0 -3
  553. package/lib/components/Container/index.d.ts +1 -1
  554. package/lib/components/Drawer/Drawer.d.ts +0 -3
  555. package/lib/components/Drawer/DrawerRoot.d.ts +0 -3
  556. package/lib/components/Drawer/index.d.ts +1 -1
  557. package/lib/components/Group/Group.d.ts +0 -3
  558. package/lib/components/Group/index.d.ts +1 -1
  559. package/lib/components/Input/Input.d.ts +2 -0
  560. package/lib/components/Input/InputDescription/InputDescription.d.ts +0 -3
  561. package/lib/components/Input/InputError/InputError.d.ts +0 -3
  562. package/lib/components/Input/InputLabel/InputLabel.d.ts +0 -3
  563. package/lib/components/Input/InputPlaceholder/InputPlaceholder.d.ts +0 -3
  564. package/lib/components/Input/index.d.ts +4 -4
  565. package/lib/components/Input/use-input-props.d.ts +46 -46
  566. package/lib/components/InputBase/InputBase.d.ts +1 -1
  567. package/lib/components/Kbd/Kbd.d.ts +0 -3
  568. package/lib/components/Kbd/index.d.ts +1 -1
  569. package/lib/components/Loader/Loader.d.ts +0 -1
  570. package/lib/components/Mark/Mark.d.ts +0 -1
  571. package/lib/components/Modal/Modal.d.ts +0 -3
  572. package/lib/components/Modal/ModalRoot.d.ts +0 -3
  573. package/lib/components/Modal/index.d.ts +1 -1
  574. package/lib/components/Notification/Notification.d.ts +0 -3
  575. package/lib/components/Notification/index.d.ts +1 -1
  576. package/lib/components/Overlay/Overlay.d.ts +0 -4
  577. package/lib/components/Overlay/index.d.ts +1 -1
  578. package/lib/components/Pagination/Pagination.context.d.ts +21 -0
  579. package/lib/components/Pagination/Pagination.d.ts +61 -0
  580. package/lib/components/Pagination/Pagination.icons.d.ts +12 -0
  581. package/lib/components/Pagination/PaginationControl/PaginationControl.d.ts +20 -0
  582. package/lib/components/Pagination/PaginationDots/PaginationDots.d.ts +20 -0
  583. package/lib/components/Pagination/PaginationEdges/PaginationEdges.d.ts +47 -0
  584. package/lib/components/Pagination/PaginationItems/PaginationItems.d.ts +10 -0
  585. package/lib/components/Pagination/PaginationRoot/PaginationRoot.d.ts +49 -0
  586. package/lib/components/Pagination/index.d.ts +12 -0
  587. package/lib/components/Paper/Paper.d.ts +0 -1
  588. package/lib/components/Paper/index.d.ts +1 -1
  589. package/lib/components/Pill/PillGroup/PillGroup.d.ts +2 -2
  590. package/lib/components/PillsInput/PillsInputField/PillsInputField.d.ts +1 -1
  591. package/lib/components/ScrollArea/ScrollArea.d.ts +0 -1
  592. package/lib/components/ScrollArea/ScrollAreaRoot/ScrollAreaRoot.d.ts +0 -1
  593. package/lib/components/ScrollArea/index.d.ts +1 -1
  594. package/lib/components/SegmentedControl/SegmentedControl.d.ts +0 -1
  595. package/lib/components/SegmentedControl/index.d.ts +1 -1
  596. package/lib/components/Skeleton/Skeleton.d.ts +32 -0
  597. package/lib/components/Skeleton/index.d.ts +2 -0
  598. package/lib/components/Slider/RangeSlider/RangeSlider.d.ts +1 -3
  599. package/lib/components/Slider/Slider/Slider.d.ts +1 -3
  600. package/lib/components/Slider/Slider.context.d.ts +0 -1
  601. package/lib/components/Slider/index.d.ts +1 -1
  602. package/lib/components/Stack/Stack.d.ts +0 -3
  603. package/lib/components/Stack/index.d.ts +1 -1
  604. package/lib/components/Switch/Switch.d.ts +0 -3
  605. package/lib/components/Switch/SwitchGroup/SwitchGroup.d.ts +0 -1
  606. package/lib/components/Switch/index.d.ts +2 -2
  607. package/lib/components/Table/Table.d.ts +0 -1
  608. package/lib/components/Table/index.d.ts +1 -1
  609. package/lib/components/Title/Title.d.ts +0 -3
  610. package/lib/components/Title/index.d.ts +1 -1
  611. package/lib/components/Tooltip/Tooltip.types.d.ts +0 -1
  612. package/lib/components/Tooltip/index.d.ts +1 -1
  613. package/lib/components/TypographyStylesProvider/TypographyStylesProvider.d.ts +0 -3
  614. package/lib/components/TypographyStylesProvider/index.d.ts +1 -1
  615. package/lib/components/index.d.ts +3 -0
  616. package/lib/core/Box/Box.d.ts +6 -1
  617. package/lib/core/MantineProvider/Mantine.context.d.ts +1 -0
  618. package/lib/core/MantineProvider/MantineClasses/MantineClasses.d.ts +2 -0
  619. package/lib/core/MantineProvider/MantineClasses/index.d.ts +1 -0
  620. package/lib/core/MantineProvider/MantineProvider.d.ts +1 -3
  621. package/lib/core/MantineProvider/use-mantine-color-scheme/use-computed-color-scheme.d.ts +1 -1
  622. package/lib/core/utils/create-event-handler/create-event-handler.d.ts +3 -0
  623. package/lib/core/utils/index.d.ts +1 -0
  624. package/package.json +5 -5
  625. package/cjs/components/ActionIcon/ActionIconGroup/ActionIconGroup.module.css.js +0 -8
  626. package/cjs/components/ActionIcon/ActionIconGroup/ActionIconGroup.module.css.js.map +0 -1
  627. package/cjs/components/Avatar/AvatarGroup/AvatarGroup.module.css.js +0 -8
  628. package/cjs/components/Avatar/AvatarGroup/AvatarGroup.module.css.js.map +0 -1
  629. package/cjs/components/Button/ButtonGroup/ButtonGroup.module.css.js +0 -8
  630. package/cjs/components/Button/ButtonGroup/ButtonGroup.module.css.js.map +0 -1
  631. package/cjs/components/Combobox/ComboboxChevron/ComboboxChevron.module.css.js +0 -8
  632. package/cjs/components/Combobox/ComboboxChevron/ComboboxChevron.module.css.js.map +0 -1
  633. package/cjs/components/Combobox/OptionsDropdown/OptionsDropdown.module.css.js +0 -8
  634. package/cjs/components/Combobox/OptionsDropdown/OptionsDropdown.module.css.js.map +0 -1
  635. package/cjs/components/Input/InputPlaceholder/InputPlaceholder.module.css.js +0 -8
  636. package/cjs/components/Input/InputPlaceholder/InputPlaceholder.module.css.js.map +0 -1
  637. package/cjs/components/Input/InputWrapper/InputWrapper.module.css.js +0 -8
  638. package/cjs/components/Input/InputWrapper/InputWrapper.module.css.js.map +0 -1
  639. package/cjs/components/Loader/loaders/Bars.module.css.js +0 -8
  640. package/cjs/components/Loader/loaders/Bars.module.css.js.map +0 -1
  641. package/cjs/components/Loader/loaders/Dots.module.css.js +0 -8
  642. package/cjs/components/Loader/loaders/Dots.module.css.js.map +0 -1
  643. package/cjs/components/Loader/loaders/Oval.module.css.js +0 -8
  644. package/cjs/components/Loader/loaders/Oval.module.css.js.map +0 -1
  645. package/cjs/components/Pill/PillGroup/PillGroup.module.css.js.map +0 -1
  646. package/cjs/components/PillsInput/PillsInputField/PillsInputField.module.css.js +0 -8
  647. package/cjs/components/PillsInput/PillsInputField/PillsInputField.module.css.js.map +0 -1
  648. package/esm/components/ActionIcon/ActionIconGroup/ActionIconGroup.module.css.js +0 -4
  649. package/esm/components/ActionIcon/ActionIconGroup/ActionIconGroup.module.css.js.map +0 -1
  650. package/esm/components/Avatar/AvatarGroup/AvatarGroup.module.css.js +0 -4
  651. package/esm/components/Avatar/AvatarGroup/AvatarGroup.module.css.js.map +0 -1
  652. package/esm/components/Button/ButtonGroup/ButtonGroup.module.css.js +0 -4
  653. package/esm/components/Button/ButtonGroup/ButtonGroup.module.css.js.map +0 -1
  654. package/esm/components/Combobox/ComboboxChevron/ComboboxChevron.module.css.js +0 -4
  655. package/esm/components/Combobox/ComboboxChevron/ComboboxChevron.module.css.js.map +0 -1
  656. package/esm/components/Combobox/OptionsDropdown/OptionsDropdown.module.css.js +0 -4
  657. package/esm/components/Combobox/OptionsDropdown/OptionsDropdown.module.css.js.map +0 -1
  658. package/esm/components/Input/InputPlaceholder/InputPlaceholder.module.css.js +0 -4
  659. package/esm/components/Input/InputPlaceholder/InputPlaceholder.module.css.js.map +0 -1
  660. package/esm/components/Input/InputWrapper/InputWrapper.module.css.js +0 -4
  661. package/esm/components/Input/InputWrapper/InputWrapper.module.css.js.map +0 -1
  662. package/esm/components/Loader/loaders/Bars.module.css.js +0 -4
  663. package/esm/components/Loader/loaders/Bars.module.css.js.map +0 -1
  664. package/esm/components/Loader/loaders/Dots.module.css.js +0 -4
  665. package/esm/components/Loader/loaders/Dots.module.css.js.map +0 -1
  666. package/esm/components/Loader/loaders/Oval.module.css.js +0 -4
  667. package/esm/components/Loader/loaders/Oval.module.css.js.map +0 -1
  668. package/esm/components/Pill/PillGroup/PillGroup.module.css.js +0 -4
  669. package/esm/components/Pill/PillGroup/PillGroup.module.css.js.map +0 -1
  670. package/esm/components/PillsInput/PillsInputField/PillsInputField.module.css.js +0 -4
  671. package/esm/components/PillsInput/PillsInputField/PillsInputField.module.css.js.map +0 -1
package/cjs/index.css CHANGED
@@ -1,12 +1,9 @@
1
+ /* ----- CSS reset ----- */
1
2
  html,
2
3
  body {
3
4
  height: 100%;
4
5
  }
5
6
 
6
- body {
7
- margin: 0;
8
- }
9
-
10
7
  *,
11
8
  *::before,
12
9
  *::after {
@@ -25,11 +22,9 @@ select {
25
22
  text-transform: none;
26
23
  }
27
24
 
28
- :root {
29
- color-scheme: var(--mantine-color-scheme);
30
- }
31
-
25
+ /* ----- Global styles ----- */
32
26
  body {
27
+ margin: 0;
33
28
  font-family: var(--mantine-font-family);
34
29
  font-size: var(--mantine-font-size-md);
35
30
  line-height: var(--mantine-line-height);
@@ -39,9 +34,7 @@ body {
39
34
  -webkit-font-smoothing: var(--mantine-webkit-font-smoothing);
40
35
  -moz-osx-font-smoothing: var(--mantine-moz-font-smoothing);
41
36
  }
42
-
43
37
  @media screen and (max-device-width: 500px) {
44
-
45
38
  body {
46
39
  -webkit-text-size-adjust: 100%
47
40
  }
@@ -76,7 +69,11 @@ body {
76
69
  transform: rotate(180deg);
77
70
  }
78
71
 
72
+ /* ----- Default CSS variables ----- */
73
+
79
74
  :root {
75
+ color-scheme: var(--mantine-color-scheme);
76
+
80
77
  --mantine-scale: 1;
81
78
  --mantine-cursor-type: default;
82
79
  --mantine-webkit-font-smoothing: antialiased;
@@ -533,7 +530,7 @@ body {
533
530
  --mantine-color-orange-outline-hover: rgba(253, 126, 20, 0.05);
534
531
  }
535
532
 
536
- .mantine-YsIDHdR {
533
+ .m-87cf2631 {
537
534
  background-color: transparent;
538
535
  cursor: pointer;
539
536
  border: 0;
@@ -547,7 +544,7 @@ body {
547
544
  -webkit-tap-highlight-color: transparent;
548
545
  }
549
546
 
550
- .mantine-27MenJe {
547
+ .m-515a97f8 {
551
548
  border: 0;
552
549
  clip: rect(0 0 0 0);
553
550
  height: 1px;
@@ -559,21 +556,21 @@ body {
559
556
  white-space: nowrap;
560
557
  }
561
558
 
562
- .mantine-BsW-DHJ {
559
+ .m-df78851f {
563
560
  word-break: break-word;
564
561
  }
565
562
 
566
- .mantine-crxTXa8 {
563
+ .m-4ba554d4 {
567
564
  padding: var(--mantine-spacing-md);
568
565
  padding-top: calc(var(--mantine-spacing-xs) / 2);
569
566
  }
570
567
 
571
- .mantine-Pl85DwB {
568
+ .m-8fa820a0 {
572
569
  margin: 0;
573
570
  padding: 0;
574
571
  }
575
572
 
576
- .mantine-GdbdUfZ {
573
+ .m-4ba585b8 {
577
574
  width: 100%;
578
575
  display: flex;
579
576
  align-items: center;
@@ -587,50 +584,50 @@ body {
587
584
  background-color: var(--_control-background-color, transparent);
588
585
  }
589
586
 
590
- .mantine-GdbdUfZ[data-chevron-position='left'] {
587
+ .m-4ba585b8[data-chevron-position='left'] {
591
588
  --_control-flex-direction: row;
592
589
  --_control-padding-left: 0;
593
590
  }
594
591
 
595
- [dir="rtl"] .mantine-GdbdUfZ[data-chevron-position='left'] {
592
+ [dir="rtl"] .m-4ba585b8[data-chevron-position='left'] {
596
593
  --_control-padding-left: var(--mantine-spacing-md);
597
594
  }
598
595
 
599
- [data-mantine-color-scheme='light'] .mantine-GdbdUfZ {
596
+ [data-mantine-color-scheme='light'] .m-4ba585b8 {
600
597
  --_control-color: var(--mantine-color-black);
601
598
  }
602
599
 
603
- [data-mantine-color-scheme='dark'] .mantine-GdbdUfZ {
600
+ [data-mantine-color-scheme='dark'] .m-4ba585b8 {
604
601
  --_control-color: var(--mantine-color-dark-0);
605
602
  }
606
603
 
607
- .mantine-GdbdUfZ:disabled,
608
- .mantine-GdbdUfZ[data-disabled] {
604
+ .m-4ba585b8:disabled,
605
+ .m-4ba585b8[data-disabled] {
609
606
  --_control-opacity: 0.4;
610
607
  --_control-cursor: not-allowed;
611
608
  }
612
609
 
613
610
  @media (hover: hover) {
614
- [data-mantine-color-scheme='light'] .mantine-NYL8sTC:not(:disabled, [data-disabled]):hover, [data-mantine-color-scheme='light'] .mantine-2ff9CY2:not(:disabled, [data-disabled]):hover {
611
+ [data-mantine-color-scheme='light'] .m-6939a5e9:not(:disabled, [data-disabled]):hover, [data-mantine-color-scheme='light'] .m-4271d21b:not(:disabled, [data-disabled]):hover {
615
612
  --_control-background-color: var(--mantine-color-gray-0);
616
613
  }
617
614
 
618
- [data-mantine-color-scheme='dark'] .mantine-NYL8sTC:not(:disabled, [data-disabled]):hover, [data-mantine-color-scheme='dark'] .mantine-2ff9CY2:not(:disabled, [data-disabled]):hover {
615
+ [data-mantine-color-scheme='dark'] .m-6939a5e9:not(:disabled, [data-disabled]):hover, [data-mantine-color-scheme='dark'] .m-4271d21b:not(:disabled, [data-disabled]):hover {
619
616
  --_control-background-color: var(--mantine-color-dark-6);
620
617
  }
621
618
  }
622
619
 
623
620
  @media (hover: none) {
624
- [data-mantine-color-scheme='light'] .mantine-NYL8sTC:not(:disabled, [data-disabled]):active, [data-mantine-color-scheme='light'] .mantine-2ff9CY2:not(:disabled, [data-disabled]):active {
621
+ [data-mantine-color-scheme='light'] .m-6939a5e9:not(:disabled, [data-disabled]):active, [data-mantine-color-scheme='light'] .m-4271d21b:not(:disabled, [data-disabled]):active {
625
622
  --_control-background-color: var(--mantine-color-gray-0);
626
623
  }
627
624
 
628
- [data-mantine-color-scheme='dark'] .mantine-NYL8sTC:not(:disabled, [data-disabled]):active, [data-mantine-color-scheme='dark'] .mantine-2ff9CY2:not(:disabled, [data-disabled]):active {
625
+ [data-mantine-color-scheme='dark'] .m-6939a5e9:not(:disabled, [data-disabled]):active, [data-mantine-color-scheme='dark'] .m-4271d21b:not(:disabled, [data-disabled]):active {
629
626
  --_control-background-color: var(--mantine-color-dark-6);
630
627
  }
631
628
  }
632
629
 
633
- .mantine-wi6tb4S {
630
+ .m-df3ffa0f {
634
631
  color: inherit;
635
632
  font-weight: 400;
636
633
  flex: 1 1;
@@ -640,7 +637,7 @@ body {
640
637
  padding-bottom: var(--mantine-spacing-sm);
641
638
  }
642
639
 
643
- .mantine-cn4jUEr {
640
+ .m-3f35ae96 {
644
641
  display: flex;
645
642
  align-items: center;
646
643
  justify-content: flex-start;
@@ -652,30 +649,30 @@ body {
652
649
  transform: var(--_chevron-transform, rotate(0deg));
653
650
  }
654
651
 
655
- .mantine-cn4jUEr[data-rotate] {
652
+ .m-3f35ae96[data-rotate] {
656
653
  --_chevron-transform: rotate(180deg);
657
654
  }
658
655
 
659
- .mantine-cn4jUEr[data-position='left'] {
656
+ .m-3f35ae96[data-position='left'] {
660
657
  --_chevron-margin-right: var(--mantine-spacing-md);
661
658
  --_chevron-margin-left: var(--mantine-spacing-md);
662
659
  }
663
660
 
664
- .mantine-cn4jUEr[data-position='right'] {
661
+ .m-3f35ae96[data-position='right'] {
665
662
  --_chevron-margin-left: 0;
666
663
  }
667
664
 
668
- [dir="rtl"] .mantine-cn4jUEr[data-position='left'] {
665
+ [dir="rtl"] .m-3f35ae96[data-position='left'] {
669
666
  --_chevron-margin-right: 0;
670
667
  --_chevron-margin-left: var(--mantine-spacing-md);
671
668
  }
672
669
 
673
- [dir="rtl"] .mantine-cn4jUEr[data-position='right'] {
670
+ [dir="rtl"] .m-3f35ae96[data-position='right'] {
674
671
  --_chevron-margin-right: var(--mantine-spacing-md);
675
672
  --_chevron-margin-left: 0;
676
673
  }
677
674
 
678
- .mantine-UIeeOMI {
675
+ .m-9bd771fe {
679
676
  display: flex;
680
677
  align-items: center;
681
678
  justify-content: center;
@@ -683,81 +680,81 @@ body {
683
680
  margin-left: var(--_icon-margin-left, 0);
684
681
  }
685
682
 
686
- .mantine-UIeeOMI[data-chevron-position='left'] {
683
+ .m-9bd771fe[data-chevron-position='left'] {
687
684
  --_icon-margin-right: 0;
688
685
  --_icon-margin-left: var(--mantine-spacing-lg);
689
686
  }
690
687
 
691
- [dir="rtl"] .mantine-UIeeOMI[data-chevron-position='left'] {
688
+ [dir="rtl"] .m-9bd771fe[data-chevron-position='left'] {
692
689
  --_icon-margin-right: var(--mantine-spacing-lg);
693
690
  --_icon-margin-left: 0;
694
691
  }
695
692
 
696
- [dir="rtl"] .mantine-UIeeOMI[data-chevron-position='right'] {
693
+ [dir="rtl"] .m-9bd771fe[data-chevron-position='right'] {
697
694
  --_icon-margin-right: 0;
698
695
  --_icon-margin-left: var(--mantine-spacing-sm);
699
696
  }
700
697
 
701
- .mantine-O9fHDxs {
698
+ .m-9bd7b098 {
702
699
  background-color: var(--_item-bg);
703
700
  }
704
701
 
705
- [data-mantine-color-scheme='light'] .mantine-O9fHDxs {
702
+ [data-mantine-color-scheme='light'] .m-9bd7b098 {
706
703
  --_item-border-color: var(--mantine-color-gray-3);
707
704
  --_item-filled-color: var(--mantine-color-gray-0);
708
705
  }
709
706
 
710
- [data-mantine-color-scheme='dark'] .mantine-O9fHDxs {
707
+ [data-mantine-color-scheme='dark'] .m-9bd7b098 {
711
708
  --_item-border-color: var(--mantine-color-dark-4);
712
709
  --_item-filled-color: var(--mantine-color-dark-6);
713
710
  }
714
711
 
715
- .mantine-NikJAJO {
712
+ .m-fe19b709 {
716
713
  border-bottom: calc(0.0625rem * var(--mantine-scale)) solid var(--_item-border-color);
717
714
  }
718
715
 
719
- .mantine-J3GNfAk {
716
+ .m-1f921b3b {
720
717
  border: calc(0.0625rem * var(--mantine-scale)) solid var(--_item-border-color);
721
718
  transition: background-color 150ms ease;
722
719
  }
723
720
 
724
- .mantine-J3GNfAk[data-active] {
721
+ .m-1f921b3b[data-active] {
725
722
  --_item-bg: var(--_item-filled-color);
726
723
  }
727
724
 
728
- .mantine-J3GNfAk:first-of-type {
725
+ .m-1f921b3b:first-of-type {
729
726
  border-top-left-radius: var(--accordion-radius);
730
727
  border-top-right-radius: var(--accordion-radius);
731
728
  }
732
729
 
733
- .mantine-J3GNfAk:first-of-type > [data-accordion-control] {
730
+ .m-1f921b3b:first-of-type > [data-accordion-control] {
734
731
  border-top-left-radius: var(--accordion-radius);
735
732
  border-top-right-radius: var(--accordion-radius);
736
733
  }
737
734
 
738
- .mantine-J3GNfAk:last-of-type {
735
+ .m-1f921b3b:last-of-type {
739
736
  border-bottom-left-radius: var(--accordion-radius);
740
737
  border-bottom-right-radius: var(--accordion-radius);
741
738
  }
742
739
 
743
- .mantine-J3GNfAk:last-of-type > [data-accordion-control] {
740
+ .m-1f921b3b:last-of-type > [data-accordion-control] {
744
741
  border-bottom-left-radius: var(--accordion-radius);
745
742
  border-bottom-right-radius: var(--accordion-radius);
746
743
  }
747
744
 
748
- .mantine-J3GNfAk + .mantine-J3GNfAk {
745
+ .m-1f921b3b + .m-1f921b3b {
749
746
  border-top: 0;
750
747
  }
751
748
 
752
- .mantine-sjWzs17 {
749
+ .m-2cdf939a {
753
750
  border-radius: var(--accordion-radius);
754
751
  }
755
752
 
756
- .mantine-sjWzs17[data-active] {
753
+ .m-2cdf939a[data-active] {
757
754
  --_item-bg: var(--_item-filled-color);
758
755
  }
759
756
 
760
- .mantine-C9LZ3zN {
757
+ .m-9f59b069 {
761
758
  --_item-bg: var(--_item-filled-color);
762
759
 
763
760
  border-radius: var(--accordion-radius);
@@ -765,23 +762,32 @@ body {
765
762
  transition: background-color 150ms ease;
766
763
  }
767
764
 
768
- .mantine-C9LZ3zN[data-active] {
765
+ .m-9f59b069[data-active] {
769
766
  --__item-border-color: var(--_item-border-color);
770
767
  }
771
768
 
772
- [data-mantine-color-scheme='light'] .mantine-C9LZ3zN[data-active] {
769
+ [data-mantine-color-scheme='light'] .m-9f59b069[data-active] {
773
770
  --_item-bg: var(--mantine-color-white);
774
771
  }
775
772
 
776
- [data-mantine-color-scheme='dark'] .mantine-C9LZ3zN[data-active] {
773
+ [data-mantine-color-scheme='dark'] .m-9f59b069[data-active] {
777
774
  --_item-bg: var(--mantine-color-dark-7);
778
775
  }
779
776
 
780
- .mantine-C9LZ3zN + .mantine-C9LZ3zN {
777
+ .m-9f59b069 + .m-9f59b069 {
781
778
  margin-top: var(--mantine-spacing-md);
782
779
  }
783
780
 
784
- @keyframes mantine-CbbKYq7 {
781
+ .m-5ae2e3c {
782
+ --loader-size-xs: calc(1.125rem * var(--mantine-scale));
783
+ --loader-size-sm: calc(1.375rem * var(--mantine-scale));
784
+ --loader-size-md: calc(2.25rem * var(--mantine-scale));
785
+ --loader-size-lg: calc(2.75rem * var(--mantine-scale));
786
+ --loader-size-xl: calc(3.625rem * var(--mantine-scale));
787
+ }
788
+
789
+ /* ----- Bars loader ----- */
790
+ @keyframes m-5d2b3b9d {
785
791
  0% {
786
792
  transform: scale(0.6);
787
793
  opacity: 0;
@@ -793,7 +799,7 @@ body {
793
799
  }
794
800
  }
795
801
 
796
- .mantine-jUL-C9E {
802
+ .m-7a2bd4cd {
797
803
  position: relative;
798
804
  width: var(--loader-size);
799
805
  height: var(--loader-size);
@@ -801,54 +807,27 @@ body {
801
807
  gap: calc(var(--loader-size) / 5);
802
808
  }
803
809
 
804
- .mantine-Vr3xFOO {
810
+ .m-870bb79 {
805
811
  flex: 1 1;
806
812
  background: var(--loader-color);
807
- animation: mantine-CbbKYq7 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
813
+ animation: m-5d2b3b9d 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
808
814
  border-radius: calc(0.125rem * var(--mantine-scale));
809
815
  }
810
816
 
811
- .mantine-Vr3xFOO:nth-of-type(1) {
817
+ .m-870bb79:nth-of-type(1) {
812
818
  animation-delay: -240ms;
813
819
  }
814
820
 
815
- .mantine-Vr3xFOO:nth-of-type(2) {
821
+ .m-870bb79:nth-of-type(2) {
816
822
  animation-delay: -120ms;
817
823
  }
818
824
 
819
- .mantine-Vr3xFOO:nth-of-type(3) {
825
+ .m-870bb79:nth-of-type(3) {
820
826
  animation-delay: 0;
821
827
  }
822
828
 
823
- @keyframes mantine-61wydlj {
824
- 0% {
825
- transform: rotate(0deg);
826
- }
827
-
828
- 100% {
829
- transform: rotate(360deg);
830
- }
831
- }
832
-
833
- .mantine-e-ztMiT {
834
- display: inline-block;
835
- width: var(--loader-size);
836
- height: var(--loader-size);
837
- }
838
-
839
- .mantine-e-ztMiT::after {
840
- content: '';
841
- display: block;
842
- width: var(--loader-size);
843
- height: var(--loader-size);
844
- border-radius: calc(625rem * var(--mantine-scale));
845
- border-width: calc(var(--loader-size) / 8);
846
- border-style: solid;
847
- border-color: var(--loader-color) var(--loader-color) var(--loader-color) transparent;
848
- animation: mantine-61wydlj 1.2s linear infinite;
849
- }
850
-
851
- @keyframes mantine--ObWAwB {
829
+ /* ----- Dots loader ----- */
830
+ @keyframes m-aac34a1 {
852
831
  0%,
853
832
  100% {
854
833
  opacity: 1;
@@ -859,7 +838,7 @@ body {
859
838
  }
860
839
  }
861
840
 
862
- .mantine-k1XfX4K {
841
+ .m-4e3f22d7 {
863
842
  display: flex;
864
843
  justify-content: center;
865
844
  align-items: center;
@@ -870,91 +849,64 @@ body {
870
849
  height: var(--loader-size);
871
850
  }
872
851
 
873
- .mantine-NjfH0Vn {
852
+ .m-870c4af {
874
853
  width: calc(var(--loader-size) / 3 - var(--loader-size) / 15);
875
854
  height: calc(var(--loader-size) / 3 - var(--loader-size) / 15);
876
855
  border-radius: 50%;
877
856
  background: var(--loader-color);
878
- animation: mantine--ObWAwB 1200ms linear infinite;
857
+ animation: m-aac34a1 1200ms linear infinite;
879
858
  }
880
859
 
881
- .mantine-NjfH0Vn:nth-child(2),
882
- .mantine-NjfH0Vn:nth-child(4) {
860
+ .m-870c4af:nth-child(2),
861
+ .m-870c4af:nth-child(4) {
883
862
  animation-delay: -400ms;
884
863
  }
885
864
 
886
- .mantine-NjfH0Vn:nth-child(3),
887
- .mantine-NjfH0Vn:nth-child(5),
888
- .mantine-NjfH0Vn:nth-child(7) {
865
+ .m-870c4af:nth-child(3),
866
+ .m-870c4af:nth-child(5),
867
+ .m-870c4af:nth-child(7) {
889
868
  animation-delay: -800ms;
890
869
  }
891
870
 
892
- .mantine-NjfH0Vn:nth-child(6),
893
- .mantine-NjfH0Vn:nth-child(8) {
871
+ .m-870c4af:nth-child(6),
872
+ .m-870c4af:nth-child(8) {
894
873
  animation-delay: -1200ms;
895
874
  }
896
875
 
897
- .mantine-NjfH0Vn:nth-child(9) {
876
+ .m-870c4af:nth-child(9) {
898
877
  animation-delay: -1600ms;
899
878
  }
900
879
 
901
- .mantine-69SxO-t {
902
- --loader-size-xs: calc(1.125rem * var(--mantine-scale));
903
- --loader-size-sm: calc(1.375rem * var(--mantine-scale));
904
- --loader-size-md: calc(2.25rem * var(--mantine-scale));
905
- --loader-size-lg: calc(2.75rem * var(--mantine-scale));
906
- --loader-size-xl: calc(3.625rem * var(--mantine-scale));
907
- }
908
-
909
- .mantine-64TYjOY {
910
- display: flex;
911
- }
912
-
913
- .mantine-64TYjOY[data-orientation='horizontal'] {
914
- flex-direction: row;
880
+ /* ----- Oval loader ----- */
881
+ @keyframes m-f8e89c4b {
882
+ 0% {
883
+ transform: rotate(0deg);
915
884
  }
916
885
 
917
- .mantine-64TYjOY[data-orientation='horizontal'] [data-action-icon]:not(:only-child):first-child {
918
- border-bottom-right-radius: 0;
919
- border-top-right-radius: 0;
920
- border-right-width: calc(var(--ai-border-width) / 2);
921
- }
922
-
923
- .mantine-64TYjOY[data-orientation='horizontal'] [data-action-icon]:not(:only-child):last-child {
924
- border-bottom-left-radius: 0;
925
- border-top-left-radius: 0;
926
- border-left-width: calc(var(--ai-border-width) / 2);
927
- }
928
-
929
- .mantine-64TYjOY[data-orientation='horizontal'] [data-action-icon]:not(:only-child):not(:first-child):not(:last-child) {
930
- border-radius: 0;
931
- border-right-width: calc(var(--ai-border-width) / 2);
932
- border-left-width: calc(var(--ai-border-width) / 2);
933
- }
934
-
935
- .mantine-64TYjOY[data-orientation='vertical'] {
936
- flex-direction: column;
886
+ 100% {
887
+ transform: rotate(360deg);
937
888
  }
889
+ }
938
890
 
939
- .mantine-64TYjOY[data-orientation='vertical'] [data-action-icon]:not(:only-child):first-child {
940
- border-bottom-left-radius: 0;
941
- border-bottom-right-radius: 0;
942
- border-bottom-width: calc(var(--ai-border-width) / 2);
943
- }
944
-
945
- .mantine-64TYjOY[data-orientation='vertical'] [data-action-icon]:not(:only-child):last-child {
946
- border-top-left-radius: 0;
947
- border-top-right-radius: 0;
948
- border-top-width: calc(var(--ai-border-width) / 2);
949
- }
891
+ .m-b34414df {
892
+ display: inline-block;
893
+ width: var(--loader-size);
894
+ height: var(--loader-size);
895
+ }
950
896
 
951
- .mantine-64TYjOY[data-orientation='vertical'] [data-action-icon]:not(:only-child):not(:first-child):not(:last-child) {
952
- border-radius: 0;
953
- border-bottom-width: calc(var(--ai-border-width) / 2);
954
- border-top-width: calc(var(--ai-border-width) / 2);
955
- }
897
+ .m-b34414df::after {
898
+ content: '';
899
+ display: block;
900
+ width: var(--loader-size);
901
+ height: var(--loader-size);
902
+ border-radius: calc(625rem * var(--mantine-scale));
903
+ border-width: calc(var(--loader-size) / 8);
904
+ border-style: solid;
905
+ border-color: var(--loader-color) var(--loader-color) var(--loader-color) transparent;
906
+ animation: m-f8e89c4b 1.2s linear infinite;
907
+ }
956
908
 
957
- .mantine-7371IxG {
909
+ .m-8d3f4000 {
958
910
  --ai-size-xs: calc(1.125rem * var(--mantine-scale));
959
911
  --ai-size-sm: calc(1.375rem * var(--mantine-scale));
960
912
  --ai-size-md: calc(1.75rem * var(--mantine-scale));
@@ -980,34 +932,34 @@ body {
980
932
  }
981
933
 
982
934
  @media (hover: hover) {
983
- .mantine-7371IxG:hover:not([data-loading]):not(:disabled):not([data-disabled]) {
935
+ .m-8d3f4000:hover:not([data-loading]):not(:disabled):not([data-disabled]) {
984
936
  --_ai-bg: var(--ai-hover);
985
937
  }
986
938
  }
987
939
 
988
940
  @media (hover: none) {
989
- .mantine-7371IxG:active:not([data-loading]):not(:disabled):not([data-disabled]) {
941
+ .m-8d3f4000:active:not([data-loading]):not(:disabled):not([data-disabled]) {
990
942
  --_ai-bg: var(--ai-hover);
991
943
  }
992
944
  }
993
945
 
994
- [data-mantine-color-scheme='light'] .mantine-7371IxG {
946
+ [data-mantine-color-scheme='light'] .m-8d3f4000 {
995
947
  --_ai-loading-overlay-bg: rgba(255, 255, 255, 0.35);
996
948
  --_ai-disabled-bg: var(--mantine-color-gray-1);
997
949
  --_ai-disabled-color: var(--mantine-color-gray-5);
998
950
  }
999
951
 
1000
- [data-mantine-color-scheme='dark'] .mantine-7371IxG {
952
+ [data-mantine-color-scheme='dark'] .m-8d3f4000 {
1001
953
  --_ai-loading-overlay-bg: rgba(0, 0, 0, 0.35);
1002
954
  --_ai-disabled-bg: var(--mantine-color-dark-6);
1003
955
  --_ai-disabled-color: var(--mantine-color-dark-3);
1004
956
  }
1005
957
 
1006
- .mantine-7371IxG[data-loading] {
958
+ .m-8d3f4000[data-loading] {
1007
959
  --_ai-cursor: not-allowed;
1008
960
  }
1009
961
 
1010
- .mantine-7371IxG[data-loading]::before {
962
+ .m-8d3f4000[data-loading]::before {
1011
963
  content: '';
1012
964
  position: absolute;
1013
965
  inset: calc(-0.0625rem * var(--mantine-scale));
@@ -1015,22 +967,71 @@ body {
1015
967
  background-color: var(--_ai-loading-overlay-bg);
1016
968
  }
1017
969
 
1018
- .mantine-7371IxG:disabled:not([data-loading]),
1019
- .mantine-7371IxG[data-disabled]:not([data-loading]) {
970
+ .m-8d3f4000:disabled:not([data-loading]),
971
+ .m-8d3f4000[data-disabled]:not([data-loading]) {
1020
972
  --_ai-cursor: not-allowed;
1021
973
  --_ai-bg: var(--_ai-disabled-bg);
1022
974
  --_ai-color: var(--_ai-disabled-color);
1023
975
  }
1024
976
 
1025
- .mantine-7371IxG:disabled:not([data-loading]):active, .mantine-7371IxG[data-disabled]:not([data-loading]):active {
977
+ .m-8d3f4000:disabled:not([data-loading]):active, .m-8d3f4000[data-disabled]:not([data-loading]):active {
1026
978
  transform: none;
1027
979
  }
1028
980
 
1029
- .mantine-BWsEIZ5 {
981
+ .m-302b9fb1 {
1030
982
  z-index: 1;
1031
983
  }
1032
984
 
1033
- .mantine-gChJ7hu {
985
+ .m-1a0f1b21 {
986
+ display: flex;
987
+ background-color: red;
988
+ }
989
+
990
+ .m-1a0f1b21[data-orientation='horizontal'] {
991
+ flex-direction: row;
992
+ }
993
+
994
+ .m-1a0f1b21[data-orientation='horizontal'] .m-8d3f4000:not(:only-child):first-child {
995
+ border-bottom-right-radius: 0;
996
+ border-top-right-radius: 0;
997
+ border-right-width: calc(var(--ai-border-width) / 2);
998
+ }
999
+
1000
+ .m-1a0f1b21[data-orientation='horizontal'] .m-8d3f4000:not(:only-child):last-child {
1001
+ border-bottom-left-radius: 0;
1002
+ border-top-left-radius: 0;
1003
+ border-left-width: calc(var(--ai-border-width) / 2);
1004
+ }
1005
+
1006
+ .m-1a0f1b21[data-orientation='horizontal'] .m-8d3f4000:not(:only-child):not(:first-child):not(:last-child) {
1007
+ border-radius: 0;
1008
+ border-right-width: calc(var(--ai-border-width) / 2);
1009
+ border-left-width: calc(var(--ai-border-width) / 2);
1010
+ }
1011
+
1012
+ .m-1a0f1b21[data-orientation='vertical'] {
1013
+ flex-direction: column;
1014
+ }
1015
+
1016
+ .m-1a0f1b21[data-orientation='vertical'] .m-8d3f4000:not(:only-child):first-child {
1017
+ border-bottom-left-radius: 0;
1018
+ border-bottom-right-radius: 0;
1019
+ border-bottom-width: calc(var(--ai-border-width) / 2);
1020
+ }
1021
+
1022
+ .m-1a0f1b21[data-orientation='vertical'] .m-8d3f4000:not(:only-child):last-child {
1023
+ border-top-left-radius: 0;
1024
+ border-top-right-radius: 0;
1025
+ border-top-width: calc(var(--ai-border-width) / 2);
1026
+ }
1027
+
1028
+ .m-1a0f1b21[data-orientation='vertical'] .m-8d3f4000:not(:only-child):not(:first-child):not(:last-child) {
1029
+ border-radius: 0;
1030
+ border-bottom-width: calc(var(--ai-border-width) / 2);
1031
+ border-top-width: calc(var(--ai-border-width) / 2);
1032
+ }
1033
+
1034
+ .m-7f854edf {
1034
1035
  position: fixed;
1035
1036
  z-index: var(--affix-z-index);
1036
1037
  top: var(--affix-top);
@@ -1039,7 +1040,7 @@ body {
1039
1040
  bottom: var(--affix-bottom);
1040
1041
  }
1041
1042
 
1042
- .mantine-wK6rTtU {
1043
+ .m-66836ed3 {
1043
1044
  background-color: var(--alert-bg);
1044
1045
  padding: var(--mantine-spacing-md) var(--mantine-spacing-xl);
1045
1046
  border-radius: var(--alert-radius);
@@ -1049,23 +1050,23 @@ body {
1049
1050
  color: var(--alert-color);
1050
1051
  }
1051
1052
 
1052
- .mantine-j9KrEIg {
1053
+ .m-12b2e6d5 {
1053
1054
  --_message-color: var(--alert-color);
1054
1055
  }
1055
1056
 
1056
- .mantine-Dy-Ug58 {
1057
+ .m-cffd1856 {
1057
1058
  --_message-color: var(--mantine-color-black);
1058
1059
  }
1059
1060
 
1060
- .mantine-01p4pZq {
1061
+ .m-a5d60502 {
1061
1062
  display: flex;
1062
1063
  }
1063
1064
 
1064
- .mantine-9PtDsve {
1065
+ .m-667c2793 {
1065
1066
  flex: 1 1;
1066
1067
  }
1067
1068
 
1068
- .mantine-dlG1-0a {
1069
+ .m-6a03f287 {
1069
1070
  margin-bottom: var(--mantine-spacing-xs);
1070
1071
  display: flex;
1071
1072
  align-items: center;
@@ -1074,17 +1075,17 @@ body {
1074
1075
  font-weight: 700;
1075
1076
  }
1076
1077
 
1077
- .mantine-dlG1-0a[data-with-clos-button] {
1078
+ .m-6a03f287[data-with-clos-button] {
1078
1079
  padding-right: var(--mantine-spacing-md);
1079
1080
  }
1080
1081
 
1081
- .mantine-vl7zyk6 {
1082
+ .m-698f4f23 {
1082
1083
  display: block;
1083
1084
  overflow: hidden;
1084
1085
  text-overflow: ellipsis;
1085
1086
  }
1086
1087
 
1087
- .mantine-BUZombZ {
1088
+ .m-667f2a6a {
1088
1089
  line-height: 1;
1089
1090
  width: calc(1.25rem * var(--mantine-scale));
1090
1091
  height: calc(1.25rem * var(--mantine-scale));
@@ -1095,22 +1096,22 @@ body {
1095
1096
  margin-top: calc(0.0625rem * var(--mantine-scale));
1096
1097
  }
1097
1098
 
1098
- .mantine-hYsypua {
1099
+ .m-7fa78076 {
1099
1100
  text-overflow: ellipsis;
1100
1101
  overflow: hidden;
1101
1102
  font-size: var(--mantine-font-size-sm);
1102
1103
  color: var(--_message-color, var(--__message-color));
1103
1104
  }
1104
1105
 
1105
- [data-mantine-color-scheme='light'] .mantine-hYsypua {
1106
+ [data-mantine-color-scheme='light'] .m-7fa78076 {
1106
1107
  --__message-color: var(--mantine-color-black);
1107
1108
  }
1108
1109
 
1109
- [data-mantine-color-scheme='dark'] .mantine-hYsypua {
1110
+ [data-mantine-color-scheme='dark'] .m-7fa78076 {
1110
1111
  --__message-color: var(--mantine-color-white);
1111
1112
  }
1112
1113
 
1113
- .mantine-0870dm5 {
1114
+ .m-87f54839 {
1114
1115
  width: calc(1.25rem * var(--mantine-scale));
1115
1116
  height: calc(1.25rem * var(--mantine-scale));
1116
1117
  margin-right: calc(var(--mantine-spacing-md) * -1);
@@ -1118,7 +1119,7 @@ body {
1118
1119
  color: var(--alert-color);
1119
1120
  }
1120
1121
 
1121
- .mantine-HAmVvpP {
1122
+ .m-b6d8b162 {
1122
1123
  -webkit-tap-highlight-color: transparent;
1123
1124
  text-decoration: none;
1124
1125
  font-size: var(--text-fz);
@@ -1128,30 +1129,30 @@ body {
1128
1129
  padding: 0;
1129
1130
  }
1130
1131
 
1131
- .mantine-HAmVvpP[data-truncate] {
1132
+ .m-b6d8b162[data-truncate] {
1132
1133
  overflow: hidden;
1133
1134
  text-overflow: ellipsis;
1134
1135
  white-space: nowrap;
1135
1136
  }
1136
1137
 
1137
- .mantine-HAmVvpP[data-truncate='start'] {
1138
+ .m-b6d8b162[data-truncate='start'] {
1138
1139
  direction: rtl;
1139
1140
  text-align: right;
1140
1141
  }
1141
1142
 
1142
- [dir="rtl"] .mantine-HAmVvpP[data-truncate='start'] {
1143
+ [dir="rtl"] .m-b6d8b162[data-truncate='start'] {
1143
1144
  direction: ltr;
1144
1145
  text-align: left;
1145
1146
  }
1146
1147
 
1147
- .mantine-HAmVvpP[data-variant='gradient'] {
1148
+ .m-b6d8b162[data-variant='gradient'] {
1148
1149
  background-image: var(--text-gradient);
1149
1150
  background-clip: text;
1150
1151
  -webkit-background-clip: text;
1151
1152
  -webkit-text-fill-color: transparent;
1152
1153
  }
1153
1154
 
1154
- .mantine-HAmVvpP[data-line-clamp] {
1155
+ .m-b6d8b162[data-line-clamp] {
1155
1156
  overflow: hidden;
1156
1157
  text-overflow: ellipsis;
1157
1158
  display: -webkit-box;
@@ -1159,17 +1160,17 @@ body {
1159
1160
  -webkit-box-orient: vertical;
1160
1161
  }
1161
1162
 
1162
- .mantine-HAmVvpP[data-inherit] {
1163
+ .m-b6d8b162[data-inherit] {
1163
1164
  line-height: inherit;
1164
1165
  font-weight: inherit;
1165
1166
  font-size: inherit;
1166
1167
  }
1167
1168
 
1168
- .mantine-HAmVvpP[data-inline] {
1169
+ .m-b6d8b162[data-inline] {
1169
1170
  --_text-line-height: 1;
1170
1171
  }
1171
1172
 
1172
- .mantine-pSL9pMg {
1173
+ .m-849cf0da {
1173
1174
  color: var(--mantine-color-anchor);
1174
1175
  text-decoration: var(--_text-decoration, none);
1175
1176
  appearance: none;
@@ -1183,41 +1184,207 @@ body {
1183
1184
 
1184
1185
  @media (hover: hover) {
1185
1186
 
1186
- .mantine-pSL9pMg[data-underline='hover']:hover {
1187
+ .m-849cf0da[data-underline='hover']:hover {
1187
1188
  --_text-decoration: underline;
1188
1189
  }
1189
1190
  }
1190
1191
 
1191
1192
  @media (hover: none) {
1192
1193
 
1193
- .mantine-pSL9pMg[data-underline='hover']:active {
1194
+ .m-849cf0da[data-underline='hover']:active {
1194
1195
  --_text-decoration: underline;
1195
1196
  }
1196
1197
  }
1197
1198
 
1198
- .mantine-pSL9pMg[data-underline='always'] {
1199
+ .m-849cf0da[data-underline='always'] {
1199
1200
  --_text-decoration: underline;
1200
1201
  }
1201
1202
 
1202
- .mantine-iUBXcbk {
1203
+ .m-89ab340[data-resizing] {
1204
+ --app-shell-transition-duration: 0ms !important;
1205
+ }
1206
+ .m-89ab340[data-disabled] {
1207
+ --app-shell-header-offset: 0px !important;
1208
+ --app-shell-navbar-offset: 0px !important;
1209
+ }
1210
+ [data-mantine-color-scheme='light'] .m-89ab340 {
1211
+ --_app-shell-border-color: var(--mantine-color-gray-3);
1212
+ }
1213
+ [data-mantine-color-scheme='dark'] .m-89ab340 {
1214
+ --_app-shell-border-color: var(--mantine-color-dark-4);
1215
+ }
1216
+
1217
+ .m-45252eee,
1218
+ .m-9cdde9a,
1219
+ .m-3b16f56b,
1220
+ .m-8983817,
1221
+ .m-3840c879 {
1222
+ transition-duration: var(--app-shell-transition-duration);
1223
+ transition-timing-function: var(--app-shell-transition-timing-function);
1224
+ }
1225
+
1226
+ .m-45252eee,
1227
+ .m-9cdde9a {
1228
+ position: fixed;
1229
+ display: flex;
1230
+ flex-direction: column;
1231
+ top: var(--_section-top, var(--app-shell-header-offset, 0px));
1232
+ height: var(
1233
+ --_section-height,
1234
+ calc(100dvh - var(--app-shell-header-offset, 0px) - var(--app-shell-footer-offset, 0px))
1235
+ );
1236
+ background-color: var(--mantine-color-body);
1237
+ transition-property: transform, top, height;
1238
+ }
1239
+
1240
+ [data-layout='alt'] .m-45252eee, [data-layout='alt'] .m-9cdde9a {
1241
+ --_section-top: 0px;
1242
+ --_section-height: 100dvh;
1243
+ }
1244
+
1245
+ .m-45252eee {
1246
+ left: var(--_navbar-left, 0px);
1247
+ right: var(--_navbar-right);
1248
+ width: var(--app-shell-navbar-width);
1249
+ border-right: var(--_navbar-border-right);
1250
+ border-left: var(--_navbar-border-left);
1251
+ transition-property: transform, top, height;
1252
+ transform: var(--_navbar-transform, var(--app-shell-navbar-transform));
1253
+ z-index: var(--app-shell-navbar-z-index);
1254
+ }
1255
+
1256
+ .m-45252eee[data-with-border] {
1257
+ --_navbar-border-right: calc(0.0625rem * var(--mantine-scale)) solid var(--_app-shell-border-color);
1258
+ }
1259
+
1260
+ [dir="rtl"] .m-45252eee[data-with-border] {
1261
+ --_navbar-border-right: none;
1262
+ --_navbar-border-left: calc(0.0625rem * var(--mantine-scale)) solid var(--_app-shell-border-color);
1263
+ }
1264
+
1265
+ [dir="rtl"] .m-45252eee {
1266
+ --_navbar-left: auto;
1267
+ --_navbar-right: 0px;
1268
+ --_navbar-transform: var(--app-shell-navbar-transform-rtl);
1269
+ }
1270
+
1271
+ .m-9cdde9a {
1272
+ left: var(--_aside-left);
1273
+ right: var(--_aside-right, 0px);
1274
+ width: var(--app-shell-aside-width);
1275
+ border-right: var(--_aside-border-right);
1276
+ border-left: var(--_aside-border-left);
1277
+ transform: var(--_aside-transform, var(--app-shell-aside-transform));
1278
+ z-index: var(--app-shell-aside-z-index);
1279
+ }
1280
+
1281
+ .m-9cdde9a[data-with-border] {
1282
+ --_aside-border-left: calc(0.0625rem * var(--mantine-scale)) solid var(--_app-shell-border-color);
1283
+ }
1284
+
1285
+ [dir="rtl"] .m-9cdde9a[data-with-border] {
1286
+ --_aside-border-left: none;
1287
+ --_aside-border-right: calc(0.0625rem * var(--mantine-scale)) solid var(--_app-shell-border-color);
1288
+ }
1289
+
1290
+ [dir="rtl"] .m-9cdde9a {
1291
+ --_aside-left: 0px;
1292
+ --_aside-right: auto;
1293
+ --_aside-transform: var(--app-shell-aside-transform-rtl);
1294
+ }
1295
+
1296
+ .m-8983817 {
1297
+ padding-left: var(
1298
+ --_main-padding-left,
1299
+ calc(var(--app-shell-navbar-offset, 0px) + var(--app-shell-padding))
1300
+ );
1301
+ padding-right: var(
1302
+ --_main-padding-right,
1303
+ calc(var(--app-shell-aside-offset, 0px) + var(--app-shell-padding))
1304
+ );
1305
+ padding-top: calc(var(--app-shell-header-offset, 0px) + var(--app-shell-padding));
1306
+ padding-bottom: calc(var(--app-shell-footer-offset, 0px) + var(--app-shell-padding));
1307
+ min-height: calc(
1308
+ 100dvh - var(--app-shell-header-offset, 0px) - var(--app-shell-footer-offset, 0px)
1309
+ );
1310
+ transition-property: padding;
1311
+ }
1312
+
1313
+ [dir="rtl"] .m-8983817 {
1314
+ --_main-padding-left: calc(var(--app-shell-aside-offset, 0px) + var(--app-shell-padding));
1315
+ --_main-padding-right: calc(var(--app-shell-navbar-offset, 0px) + var(--app-shell-padding));
1316
+ }
1317
+
1318
+ .m-3b16f56b,
1319
+ .m-3840c879 {
1320
+ position: fixed;
1321
+ left: var(--_section-left, 0px);
1322
+ right: var(--_section-right, 0px);
1323
+ transition-property: transform, left, right;
1324
+ background-color: var(--mantine-color-body);
1325
+ }
1326
+
1327
+ [data-layout='alt'] .m-3b16f56b, [data-layout='alt'] .m-3840c879 {
1328
+ --_section-left: var(--app-shell-navbar-offset, 0px);
1329
+ }
1330
+
1331
+ [dir="rtl"] [data-layout='alt'] .m-3b16f56b, [dir="rtl"] [data-layout='alt'] .m-3840c879 {
1332
+ --_section-right: var(--app-shell-navbar-offset, 0px);
1333
+ --_section-left: 0px;
1334
+ }
1335
+
1336
+ .m-3b16f56b {
1337
+ top: 0;
1338
+ height: var(--app-shell-header-height);
1339
+ background-color: var(--mantine-color-body);
1340
+ border-bottom: var(--_header-border-bottom);
1341
+ transform: var(--app-shell-header-transform);
1342
+ z-index: var(--app-shell-header-z-index);
1343
+ }
1344
+
1345
+ .m-3b16f56b[data-with-border] {
1346
+ --_header-border-bottom: calc(0.0625rem * var(--mantine-scale)) solid var(--_app-shell-border-color);
1347
+ }
1348
+
1349
+ .m-3840c879 {
1350
+ bottom: 0;
1351
+ height: var(--app-shell-footer-height);
1352
+ border-top: var(--_footer-border-top);
1353
+ transform: var(--app-shell-footer-transform);
1354
+ z-index: var(--app-shell-footer-z-index);
1355
+ }
1356
+
1357
+ .m-3840c879[data-with-border] {
1358
+ --_footer-border-top: calc(0.0625rem * var(--mantine-scale)) solid var(--_app-shell-border-color);
1359
+ }
1360
+
1361
+ .m-6dcfc7c7 {
1362
+ flex-grow: var(--_section-grow, 0);
1363
+ }
1364
+
1365
+ .m-6dcfc7c7[data-grow] {
1366
+ --_section-grow: 1;
1367
+ }
1368
+
1369
+ .m-71ac47fc {
1203
1370
  position: relative;
1204
1371
  max-width: 100%;
1205
1372
  }
1206
1373
 
1207
- .mantine-iUBXcbk::before {
1374
+ .m-71ac47fc::before {
1208
1375
  content: '';
1209
1376
  height: 0;
1210
1377
  display: block;
1211
1378
  padding-bottom: calc((1 / var(--ar-ratio)) * 100%);
1212
1379
  }
1213
1380
 
1214
- .mantine-iUBXcbk::after {
1381
+ .m-71ac47fc::after {
1215
1382
  content: '';
1216
1383
  display: table;
1217
1384
  clear: both;
1218
1385
  }
1219
1386
 
1220
- .mantine-iUBXcbk > *:not(style) {
1387
+ .m-71ac47fc > *:not(style) {
1221
1388
  position: absolute;
1222
1389
  inset: 0;
1223
1390
  width: 100%;
@@ -1227,53 +1394,12 @@ body {
1227
1394
  justify-content: center;
1228
1395
  }
1229
1396
 
1230
- .mantine-iUBXcbk > img,
1231
- .mantine-iUBXcbk > video {
1397
+ .m-71ac47fc > img,
1398
+ .m-71ac47fc > video {
1232
1399
  object-fit: cover;
1233
1400
  }
1234
1401
 
1235
- .mantine-k-roXEr {
1236
- line-height: var(--mantine-line-height);
1237
- }
1238
-
1239
- .mantine-BMQXnww {
1240
- display: inline-block;
1241
- font-weight: 500;
1242
- word-break: break-word;
1243
- cursor: default;
1244
- -webkit-tap-highlight-color: transparent;
1245
-
1246
- font-size: var(--input-label-size);
1247
- }
1248
-
1249
- .mantine-7gKrkkZ {
1250
- color: var(--input-asterisk-color);
1251
- }
1252
-
1253
- .mantine-mToQZGN,
1254
- .mantine-G6m1fCH {
1255
- word-wrap: break-word;
1256
- line-height: 1.2;
1257
- display: block;
1258
- margin: 0;
1259
- padding: 0;
1260
- }
1261
-
1262
- .mantine-mToQZGN {
1263
- color: var(--mantine-color-error);
1264
- font-size: var(--input-error-size);
1265
- }
1266
-
1267
- .mantine-G6m1fCH {
1268
- color: var(--mantine-color-dimmed);
1269
- font-size: var(--input-description-size);
1270
- }
1271
-
1272
- .mantine-7YWxW9a {
1273
- color: var(--mantine-color-placeholder);
1274
- }
1275
-
1276
- .mantine-RqD0YyD {
1402
+ .m-6c018570 {
1277
1403
  position: relative;
1278
1404
  margin-top: var(--input-margin-top, 0rem);
1279
1405
  margin-bottom: var(--input-margin-bottom, 0rem);
@@ -1315,90 +1441,92 @@ body {
1315
1441
  --_right-section-border-radius: 0 var(--input-radius) var(--input-radius) 0;
1316
1442
  }
1317
1443
 
1318
- .mantine-RqD0YyD[data-pointer] {
1444
+ .m-6c018570[data-variant='unstyled'] {
1445
+ --input-padding: 0;
1446
+ --input-padding-y: 0;
1447
+ --_input-padding-left: 0;
1448
+ --_input-padding-right: 0;
1449
+ }
1450
+
1451
+ .m-6c018570[data-pointer] {
1319
1452
  --_input-cursor: pointer;
1320
1453
  }
1321
1454
 
1322
- .mantine-RqD0YyD[data-multiline] {
1455
+ .m-6c018570[data-multiline] {
1323
1456
  --_input-size: auto;
1324
1457
  --_input-line-height: var(--mantine-line-height);
1325
1458
  }
1326
1459
 
1327
- .mantine-RqD0YyD[data-variant='unstyled'] {
1328
- --input-padding: 0;
1329
- --input-padding-y: 0;
1330
- }
1331
-
1332
- .mantine-RqD0YyD[data-with-left-section] {
1460
+ .m-6c018570[data-with-left-section] {
1333
1461
  --_input-padding-left: var(--_input-left-section-size);
1334
1462
  }
1335
1463
 
1336
- [dir="rtl"] .mantine-RqD0YyD[data-with-left-section] {
1464
+ [dir="rtl"] .m-6c018570[data-with-left-section] {
1337
1465
  --_input-padding-right: var(--_input-left-section-size);
1338
1466
  }
1339
1467
 
1340
- .mantine-RqD0YyD[data-with-right-section] {
1468
+ .m-6c018570[data-with-right-section] {
1341
1469
  --_input-padding-right: var(--_input-right-section-size);
1342
1470
  }
1343
1471
 
1344
- [dir="rtl"] .mantine-RqD0YyD[data-with-right-section] {
1472
+ [dir="rtl"] .m-6c018570[data-with-right-section] {
1345
1473
  --_input-padding-left: var(--_input-right-section-size);
1346
1474
  }
1347
1475
 
1348
- [data-mantine-color-scheme='light'] .mantine-RqD0YyD {
1476
+ [data-mantine-color-scheme='light'] .m-6c018570 {
1349
1477
  --_input-disabled-bg: var(--mantine-color-gray-1);
1350
1478
  --_input-disabled-color: var(--mantine-color-gray-6);
1351
1479
  }
1352
1480
 
1353
- [data-mantine-color-scheme='light'] .mantine-RqD0YyD[data-variant='default'] {
1481
+ [data-mantine-color-scheme='light'] .m-6c018570[data-variant='default'] {
1354
1482
  --_input-bd: var(--mantine-color-gray-4);
1355
1483
  --_input-bg: var(--mantine-color-white);
1356
1484
  --_input-bd-focus: var(--mantine-color-primary);
1357
1485
  }
1358
1486
 
1359
- [data-mantine-color-scheme='light'] .mantine-RqD0YyD[data-variant='filled'] {
1487
+ [data-mantine-color-scheme='light'] .m-6c018570[data-variant='filled'] {
1360
1488
  --_input-bd: transparent;
1361
1489
  --_input-bg: var(--mantine-color-gray-1);
1362
1490
  --_input-bd-focus: var(--mantine-color-primary);
1363
1491
  }
1364
1492
 
1365
- [data-mantine-color-scheme='light'] .mantine-RqD0YyD[data-variant='unstyled'] {
1493
+ [data-mantine-color-scheme='light'] .m-6c018570[data-variant='unstyled'] {
1366
1494
  --_input-bd: transparent;
1367
1495
  --_input-bg: transparent;
1368
1496
  --_input-bd-focus: transparent;
1369
1497
  }
1370
1498
 
1371
- [data-mantine-color-scheme='dark'] .mantine-RqD0YyD {
1499
+ [data-mantine-color-scheme='dark'] .m-6c018570 {
1372
1500
  --_input-disabled-bg: var(--mantine-color-dark-6);
1373
1501
  --_input-disabled-color: var(--mantine-color-dark-2);
1374
1502
  }
1375
1503
 
1376
- [data-mantine-color-scheme='dark'] .mantine-RqD0YyD[data-variant='default'] {
1504
+ [data-mantine-color-scheme='dark'] .m-6c018570[data-variant='default'] {
1377
1505
  --_input-bd: var(--mantine-color-dark-4);
1378
1506
  --_input-bg: var(--mantine-color-dark-6);
1379
1507
  --_input-bd-focus: var(--mantine-color-primary);
1380
1508
  }
1381
1509
 
1382
- [data-mantine-color-scheme='dark'] .mantine-RqD0YyD[data-variant='filled'] {
1510
+ [data-mantine-color-scheme='dark'] .m-6c018570[data-variant='filled'] {
1383
1511
  --_input-bd: transparent;
1384
1512
  --_input-bg: var(--mantine-color-dark-5);
1385
1513
  --_input-bd-focus: var(--mantine-color-primary);
1386
1514
  }
1387
1515
 
1388
- [data-mantine-color-scheme='dark'] .mantine-RqD0YyD[data-variant='unstyled'] {
1516
+ [data-mantine-color-scheme='dark'] .m-6c018570[data-variant='unstyled'] {
1389
1517
  --_input-bd: transparent;
1390
1518
  --_input-bg: transparent;
1391
1519
  --_input-bd-focus: transparent;
1392
1520
  }
1393
1521
 
1394
- [data-mantine-color-scheme] .mantine-RqD0YyD[data-error] {
1522
+ [data-mantine-color-scheme] .m-6c018570[data-error] {
1395
1523
  --_input-bd: var(--mantine-color-error);
1396
1524
  --_input-color: var(--mantine-color-error);
1397
1525
  --_input-placeholder-color: var(--mantine-color-error);
1398
1526
  --_input-section-color: var(--mantine-color-error);
1399
1527
  }
1400
1528
 
1401
- [dir="rtl"] .mantine-RqD0YyD {
1529
+ [dir="rtl"] .m-6c018570 {
1402
1530
  --_input-text-align: right;
1403
1531
  --_left-section-left: unset;
1404
1532
  --_left-section-right: calc(0.0625rem * var(--mantine-scale));
@@ -1408,7 +1536,7 @@ body {
1408
1536
  --_right-section-border-radius: var(--input-radius) 0 0 var(--input-radius);
1409
1537
  }
1410
1538
 
1411
- .mantine-SbVPkHB {
1539
+ .m-8fb7ebe7 {
1412
1540
  -webkit-tap-highlight-color: transparent;
1413
1541
  appearance: none;
1414
1542
  resize: none;
@@ -1433,40 +1561,40 @@ body {
1433
1561
  cursor: var(--_input-cursor);
1434
1562
  }
1435
1563
 
1436
- .mantine-SbVPkHB:focus,
1437
- .mantine-SbVPkHB:focus-within {
1564
+ .m-8fb7ebe7:focus,
1565
+ .m-8fb7ebe7:focus-within {
1438
1566
  outline: none;
1439
1567
  border-color: var(--_input-bd-focus);
1440
1568
  }
1441
1569
 
1442
- .mantine-SbVPkHB::placeholder {
1570
+ .m-8fb7ebe7::placeholder {
1443
1571
  color: var(--_input-placeholder-color);
1444
1572
  opacity: 1;
1445
1573
  }
1446
1574
 
1447
- .mantine-SbVPkHB::-webkit-inner-spin-button,
1448
- .mantine-SbVPkHB::-webkit-outer-spin-button,
1449
- .mantine-SbVPkHB::-webkit-search-decoration,
1450
- .mantine-SbVPkHB::-webkit-search-cancel-button,
1451
- .mantine-SbVPkHB::-webkit-search-results-button,
1452
- .mantine-SbVPkHB::-webkit-search-results-decoration {
1575
+ .m-8fb7ebe7::-webkit-inner-spin-button,
1576
+ .m-8fb7ebe7::-webkit-outer-spin-button,
1577
+ .m-8fb7ebe7::-webkit-search-decoration,
1578
+ .m-8fb7ebe7::-webkit-search-cancel-button,
1579
+ .m-8fb7ebe7::-webkit-search-results-button,
1580
+ .m-8fb7ebe7::-webkit-search-results-decoration {
1453
1581
  appearance: none;
1454
1582
  }
1455
1583
 
1456
- .mantine-SbVPkHB[type='number'] {
1584
+ .m-8fb7ebe7[type='number'] {
1457
1585
  -moz-appearance: textfield;
1458
1586
  }
1459
1587
 
1460
- .mantine-SbVPkHB:has(input:disabled),
1461
- .mantine-SbVPkHB:disabled,
1462
- .mantine-SbVPkHB[data-disabled] {
1588
+ .m-8fb7ebe7:has(input:disabled),
1589
+ .m-8fb7ebe7:disabled,
1590
+ .m-8fb7ebe7[data-disabled] {
1463
1591
  cursor: not-allowed;
1464
1592
  opacity: 0.6;
1465
1593
  background-color: var(--_input-disabled-bg);
1466
1594
  color: var(--_input-disabled-color);
1467
1595
  }
1468
1596
 
1469
- .mantine-gNNdAfw {
1597
+ .m-82577fc2 {
1470
1598
  pointer-events: var(--_section-pointer-events);
1471
1599
  position: absolute;
1472
1600
  z-index: 1;
@@ -1482,7 +1610,7 @@ body {
1482
1610
  color: var(--mantine-color-placeholder);
1483
1611
  }
1484
1612
 
1485
- .mantine-gNNdAfw[data-position='right'] {
1613
+ .m-82577fc2[data-position='right'] {
1486
1614
  --_section-pointer-events: var(--input-right-section-pointer-events);
1487
1615
  --_section-left: var(--_right-section-left);
1488
1616
  --_section-right: var(--_right-section-right);
@@ -1490,7 +1618,7 @@ body {
1490
1618
  --_section-border-radius: var(--_right-section-border-radius);
1491
1619
  }
1492
1620
 
1493
- .mantine-gNNdAfw[data-position='left'] {
1621
+ .m-82577fc2[data-position='left'] {
1494
1622
  --_section-pointer-events: var(--input-left-section-pointer-events);
1495
1623
  --_section-left: var(--_left-section-left);
1496
1624
  --_section-right: var(--_left-section-right);
@@ -1498,70 +1626,60 @@ body {
1498
1626
  --_section-border-radius: var(--_left-section-border-radius);
1499
1627
  }
1500
1628
 
1501
- .mantine--1TgA5h {
1502
- --combobox-chevron-size-xs: calc(0.875rem * var(--mantine-scale));
1503
- --combobox-chevron-size-sm: calc(1.125rem * var(--mantine-scale));
1504
- --combobox-chevron-size-md: calc(1.25rem * var(--mantine-scale));
1505
- --combobox-chevron-size-lg: calc(1.5rem * var(--mantine-scale));
1506
- --combobox-chevron-size-xl: calc(1.75rem * var(--mantine-scale));
1507
-
1508
- width: var(--combobox-chevron-size);
1509
- height: var(--combobox-chevron-size);
1510
- color: var(--_color);
1511
- }
1512
-
1513
- [data-mantine-color-scheme='light'] .mantine--1TgA5h {
1514
- --_color: var(--mantine-color-gray-6);
1629
+ /* ----- Input.Placeholder ----- */
1630
+ .m-88bacfd0 {
1631
+ color: var(--mantine-color-placeholder);
1515
1632
  }
1516
1633
 
1517
- [data-mantine-color-scheme='dark'] .mantine--1TgA5h {
1518
- --_color: var(--mantine-color-dark-3);
1634
+ /* ----- Input.Wrapper ----- */
1635
+ .m-46b77525 {
1636
+ line-height: var(--mantine-line-height);
1519
1637
  }
1520
1638
 
1521
- .mantine--1TgA5h[data-error] {
1522
- --_color: var(--mantine-color-error);
1523
- }
1639
+ .m-8fdc1311 {
1640
+ display: inline-block;
1641
+ font-weight: 500;
1642
+ word-break: break-word;
1643
+ cursor: default;
1644
+ -webkit-tap-highlight-color: transparent;
1524
1645
 
1525
- .mantine-Hu7S-XH {
1526
- position: absolute;
1527
- background-color: var(--_popover-bg);
1528
- border: calc(0.0625rem * var(--mantine-scale)) solid var(--_popover-bd);
1529
- padding: var(--mantine-spacing-sm) var(--mantine-spacing-md);
1530
- box-shadow: var(--popover-shadow, none);
1531
- border-radius: var(--popover-radius);
1646
+ font-size: var(--input-label-size);
1532
1647
  }
1533
1648
 
1534
- .mantine-Hu7S-XH:focus {
1535
- outline: none;
1536
- }
1649
+ .m-78a94662 {
1650
+ color: var(--input-asterisk-color);
1651
+ }
1537
1652
 
1538
- [data-mantine-color-scheme='light'] .mantine-Hu7S-XH {
1539
- --_popover-bg: var(--mantine-color-white);
1540
- --_popover-bd: var(--mantine-color-gray-2);
1653
+ .m-8f816625,
1654
+ .m-fe47ce59 {
1655
+ word-wrap: break-word;
1656
+ line-height: 1.2;
1657
+ display: block;
1658
+ margin: 0;
1659
+ padding: 0;
1541
1660
  }
1542
1661
 
1543
- [data-mantine-color-scheme='dark'] .mantine-Hu7S-XH {
1544
- --_popover-bg: var(--mantine-color-dark-6);
1545
- --_popover-bd: var(--mantine-color-dark-4);
1662
+ .m-8f816625 {
1663
+ color: var(--mantine-color-error);
1664
+ font-size: var(--input-error-size);
1546
1665
  }
1547
1666
 
1548
- .mantine-XLi9Yuw {
1549
- background-color: inherit;
1550
- border: calc(0.0625rem * var(--mantine-scale)) solid var(--_popover-bd);
1551
- z-index: 1;
1667
+ .m-fe47ce59 {
1668
+ color: var(--mantine-color-dimmed);
1669
+ font-size: var(--input-description-size);
1552
1670
  }
1553
1671
 
1554
- .mantine-oGVJEaz {
1672
+ .m-88b62a41 {
1555
1673
  padding: var(--combobox-padding);
1556
1674
  }
1557
1675
 
1558
- .mantine-oGVJEaz[data-hidden] {
1676
+ .m-88b62a41[data-hidden] {
1559
1677
  display: none;
1560
1678
  }
1561
1679
 
1562
1680
  /* Variables must be both on dropdown and options to support usage of Combobox.Options without Combobox.Dropdown */
1563
- .mantine-oGVJEaz,
1564
- .mantine-5kIu9Ez {
1681
+ .m-88b62a41,
1682
+ .m-b2821a6e {
1565
1683
  --combobox-option-padding-xs: calc(0.25rem * var(--mantine-scale)) calc(0.5rem * var(--mantine-scale));
1566
1684
  --combobox-option-padding-sm: calc(0.375rem * var(--mantine-scale)) calc(0.625rem * var(--mantine-scale));
1567
1685
  --combobox-option-padding-md: calc(0.5rem * var(--mantine-scale)) calc(0.75rem * var(--mantine-scale));
@@ -1569,7 +1687,7 @@ body {
1569
1687
  --combobox-option-padding-xl: calc(0.875rem * var(--mantine-scale)) calc(1.25rem * var(--mantine-scale));
1570
1688
  }
1571
1689
 
1572
- .mantine-Jvh599k {
1690
+ .m-92253aa5 {
1573
1691
  padding: var(--combobox-option-padding);
1574
1692
  font-size: var(--combobox-option-fz);
1575
1693
  border-radius: var(--mantine-radius-default);
@@ -1580,37 +1698,37 @@ body {
1580
1698
  word-break: break-word;
1581
1699
  }
1582
1700
 
1583
- .mantine-Jvh599k[data-combobox-selected] {
1701
+ .m-92253aa5[data-combobox-selected] {
1584
1702
  --_option-bg: var(--mantine-color-primary);
1585
1703
  --_option-color: var(--mantine-color-white);
1586
1704
  }
1587
1705
 
1588
- .mantine-Jvh599k[data-combobox-disabled] {
1706
+ .m-92253aa5[data-combobox-disabled] {
1589
1707
  --_option-cursor: not-allowed;
1590
1708
  --_option-opacity: 0.35;
1591
1709
  }
1592
1710
 
1593
1711
  @media (hover: hover) {
1594
- [data-mantine-color-scheme='light'] .mantine-Jvh599k:hover:not([data-combobox-selected], [data-combobox-disabled]) {
1712
+ [data-mantine-color-scheme='light'] .m-92253aa5:hover:not([data-combobox-selected], [data-combobox-disabled]) {
1595
1713
  --_option-bg: var(--mantine-color-gray-0);
1596
1714
  }
1597
1715
 
1598
- [data-mantine-color-scheme='dark'] .mantine-Jvh599k:hover:not([data-combobox-selected], [data-combobox-disabled]) {
1716
+ [data-mantine-color-scheme='dark'] .m-92253aa5:hover:not([data-combobox-selected], [data-combobox-disabled]) {
1599
1717
  --_option-bg: var(--mantine-color-dark-7);
1600
1718
  }
1601
1719
  }
1602
1720
 
1603
1721
  @media (hover: none) {
1604
- [data-mantine-color-scheme='light'] .mantine-Jvh599k:active:not([data-combobox-selected], [data-combobox-disabled]) {
1722
+ [data-mantine-color-scheme='light'] .m-92253aa5:active:not([data-combobox-selected], [data-combobox-disabled]) {
1605
1723
  --_option-bg: var(--mantine-color-gray-0);
1606
1724
  }
1607
1725
 
1608
- [data-mantine-color-scheme='dark'] .mantine-Jvh599k:active:not([data-combobox-selected], [data-combobox-disabled]) {
1726
+ [data-mantine-color-scheme='dark'] .m-92253aa5:active:not([data-combobox-selected], [data-combobox-disabled]) {
1609
1727
  --_option-bg: var(--mantine-color-dark-7);
1610
1728
  }
1611
1729
  }
1612
1730
 
1613
- .mantine-E0imXrV {
1731
+ .m-985517d8 {
1614
1732
  margin-left: calc(var(--combobox-padding) * -1);
1615
1733
  margin-right: calc(var(--combobox-padding) * -1);
1616
1734
  margin-top: calc(var(--combobox-padding) * -1);
@@ -1626,30 +1744,30 @@ body {
1626
1744
  z-index: 1000;
1627
1745
  }
1628
1746
 
1629
- .mantine-E0imXrV,
1630
- .mantine-E0imXrV:focus {
1747
+ .m-985517d8,
1748
+ .m-985517d8:focus {
1631
1749
  border-color: var(--_search-border-color);
1632
1750
  }
1633
1751
 
1634
- [data-mantine-color-scheme='light'] .mantine-E0imXrV {
1752
+ [data-mantine-color-scheme='light'] .m-985517d8 {
1635
1753
  --_search-border-color: var(--mantine-color-gray-2);
1636
1754
  --_search_background: var(--mantine-color-white);
1637
1755
  }
1638
1756
 
1639
- [data-mantine-color-scheme='dark'] .mantine-E0imXrV {
1757
+ [data-mantine-color-scheme='dark'] .m-985517d8 {
1640
1758
  --_search-border-color: var(--mantine-color-dark-4);
1641
1759
  --_search_background: var(--mantine-color-dark-7);
1642
1760
  }
1643
1761
 
1644
- .mantine-AHC-x-C {
1762
+ .m-2530cd1d {
1645
1763
  font-size: var(--combobox-option-fz);
1646
1764
  text-align: center;
1647
1765
  padding: var(--combobox-option-padding);
1648
1766
  color: var(--mantine-color-dimmed);
1649
1767
  }
1650
1768
 
1651
- .mantine-raltP2G,
1652
- .mantine-dRrkbFg {
1769
+ .m-858f94bd,
1770
+ .m-82b967cb {
1653
1771
  font-size: var(--combobox-option-fz);
1654
1772
  border: 0 solid var(--_footer-border-color);
1655
1773
  margin-left: calc(var(--combobox-padding) * -1);
@@ -1657,68 +1775,149 @@ body {
1657
1775
  padding: var(--combobox-option-padding);
1658
1776
  }
1659
1777
 
1660
- [data-mantine-color-scheme='light'] .mantine-raltP2G, [data-mantine-color-scheme='light'] .mantine-dRrkbFg {
1778
+ [data-mantine-color-scheme='light'] .m-858f94bd, [data-mantine-color-scheme='light'] .m-82b967cb {
1661
1779
  --_footer-border-color: var(--mantine-color-gray-2);
1662
1780
  }
1663
1781
 
1664
- [data-mantine-color-scheme='dark'] .mantine-raltP2G, [data-mantine-color-scheme='dark'] .mantine-dRrkbFg {
1782
+ [data-mantine-color-scheme='dark'] .m-858f94bd, [data-mantine-color-scheme='dark'] .m-82b967cb {
1665
1783
  --_footer-border-color: var(--mantine-color-dark-4);
1666
1784
  }
1667
1785
 
1668
- .mantine-dRrkbFg {
1669
- border-top-width: calc(0.0625rem * var(--mantine-scale));
1670
- margin-top: var(--combobox-padding);
1671
- margin-bottom: calc(var(--combobox-padding) * -1);
1672
- }
1786
+ .m-82b967cb {
1787
+ border-top-width: calc(0.0625rem * var(--mantine-scale));
1788
+ margin-top: var(--combobox-padding);
1789
+ margin-bottom: calc(var(--combobox-padding) * -1);
1790
+ }
1791
+
1792
+ .m-858f94bd {
1793
+ border-bottom-width: calc(0.0625rem * var(--mantine-scale));
1794
+ margin-bottom: var(--combobox-padding);
1795
+ margin-top: calc(var(--combobox-padding) * -1);
1796
+ }
1797
+
1798
+ .m-254f3e4f:has(.m-2bb2e9e5:only-child) {
1799
+ display: none;
1800
+ }
1801
+
1802
+ .m-2bb2e9e5 {
1803
+ color: var(--mantine-color-dimmed);
1804
+ font-size: calc(var(--combobox-option-fz) * 0.85);
1805
+ padding: var(--combobox-option-padding);
1806
+ font-weight: 500;
1807
+ position: relative;
1808
+ display: flex;
1809
+ align-items: center;
1810
+ }
1811
+
1812
+ .m-2bb2e9e5::after {
1813
+ content: '';
1814
+ flex: 1 1;
1815
+ left: 0;
1816
+ right: 0;
1817
+ height: calc(0.0625rem * var(--mantine-scale));
1818
+ margin-left: var(--mantine-spacing-xs);
1819
+ background-color: var(--_divider-bg);
1820
+ }
1821
+
1822
+ [data-mantine-color-scheme='light'] .m-2bb2e9e5::after {
1823
+ --_divider-bg: var(--mantine-color-gray-2);
1824
+ }
1825
+
1826
+ [data-mantine-color-scheme='dark'] .m-2bb2e9e5::after {
1827
+ --_divider-bg: var(--mantine-color-dark-4);
1828
+ }
1829
+
1830
+ .m-2bb2e9e5:only-child {
1831
+ display: none;
1832
+ }
1833
+
1834
+ /* ------- Combobox.Chevron ------- */
1835
+ .m-2943220b {
1836
+ --combobox-chevron-size-xs: calc(0.875rem * var(--mantine-scale));
1837
+ --combobox-chevron-size-sm: calc(1.125rem * var(--mantine-scale));
1838
+ --combobox-chevron-size-md: calc(1.25rem * var(--mantine-scale));
1839
+ --combobox-chevron-size-lg: calc(1.5rem * var(--mantine-scale));
1840
+ --combobox-chevron-size-xl: calc(1.75rem * var(--mantine-scale));
1841
+
1842
+ width: var(--combobox-chevron-size);
1843
+ height: var(--combobox-chevron-size);
1844
+ color: var(--_color);
1845
+ }
1846
+ [data-mantine-color-scheme='light'] .m-2943220b {
1847
+ --_color: var(--mantine-color-gray-6);
1848
+ }
1849
+ [data-mantine-color-scheme='dark'] .m-2943220b {
1850
+ --_color: var(--mantine-color-dark-3);
1851
+ }
1852
+ .m-2943220b[data-error] {
1853
+ --_color: var(--mantine-color-error);
1854
+ }
1855
+
1856
+ /* ------- OptionsDropdown ------- */
1857
+ .m-71d052f9 {
1858
+ margin-right: calc(var(--combobox-padding) * -1);
1859
+ }
1860
+ [dir="rtl"] .m-71d052f9 {
1861
+ margin-left: calc(var(--combobox-padding) * -1);
1862
+ margin-right: 0;
1863
+ }
1864
+
1865
+ .m-390b5f4 {
1866
+ display: flex;
1867
+ align-items: center;
1868
+ flex-direction: var(--_flex-direction, row);
1869
+ gap: calc(0.5rem * var(--mantine-scale));
1870
+ }
1871
+
1872
+ .m-390b5f4[data-reverse] {
1873
+ justify-content: space-between;
1874
+ }
1673
1875
 
1674
- .mantine-raltP2G {
1675
- border-bottom-width: calc(0.0625rem * var(--mantine-scale));
1676
- margin-bottom: var(--combobox-padding);
1677
- margin-top: calc(var(--combobox-padding) * -1);
1876
+ .m-8ee53fc2 {
1877
+ opacity: 0.4;
1878
+ width: 0.8em;
1879
+ height: 0.8em;
1678
1880
  }
1679
1881
 
1680
- .mantine-kkccSNb:has(.mantine-e3mmS3k:only-child) {
1681
- display: none;
1882
+ [data-combobox-selected] .m-8ee53fc2 {
1883
+ opacity: 1;
1682
1884
  }
1683
1885
 
1684
- .mantine-e3mmS3k {
1685
- color: var(--mantine-color-dimmed);
1686
- font-size: calc(var(--combobox-option-fz) * 0.85);
1687
- padding: var(--combobox-option-padding);
1688
- font-weight: 500;
1689
- position: relative;
1690
- display: flex;
1691
- align-items: center;
1886
+ .m-38a85659 {
1887
+ position: absolute;
1888
+ background-color: var(--_popover-bg);
1889
+ border: calc(0.0625rem * var(--mantine-scale)) solid var(--_popover-bd);
1890
+ padding: var(--mantine-spacing-sm) var(--mantine-spacing-md);
1891
+ box-shadow: var(--popover-shadow, none);
1892
+ border-radius: var(--popover-radius);
1692
1893
  }
1693
1894
 
1694
- .mantine-e3mmS3k::after {
1695
- content: '';
1696
- flex: 1 1;
1697
- left: 0;
1698
- right: 0;
1699
- height: calc(0.0625rem * var(--mantine-scale));
1700
- margin-left: var(--mantine-spacing-xs);
1701
- background-color: var(--_divider-bg);
1895
+ .m-38a85659:focus {
1896
+ outline: none;
1702
1897
  }
1703
1898
 
1704
- [data-mantine-color-scheme='light'] .mantine-e3mmS3k::after {
1705
- --_divider-bg: var(--mantine-color-gray-2);
1899
+ [data-mantine-color-scheme='light'] .m-38a85659 {
1900
+ --_popover-bg: var(--mantine-color-white);
1901
+ --_popover-bd: var(--mantine-color-gray-2);
1706
1902
  }
1707
1903
 
1708
- [data-mantine-color-scheme='dark'] .mantine-e3mmS3k::after {
1709
- --_divider-bg: var(--mantine-color-dark-4);
1904
+ [data-mantine-color-scheme='dark'] .m-38a85659 {
1905
+ --_popover-bg: var(--mantine-color-dark-6);
1906
+ --_popover-bd: var(--mantine-color-dark-4);
1710
1907
  }
1711
1908
 
1712
- .mantine-e3mmS3k:only-child {
1713
- display: none;
1714
- }
1909
+ .m-a31dc6c1 {
1910
+ background-color: inherit;
1911
+ border: calc(0.0625rem * var(--mantine-scale)) solid var(--_popover-bd);
1912
+ z-index: 1;
1913
+ }
1715
1914
 
1716
- .mantine--CW641A {
1915
+ .m-d57069b5 {
1717
1916
  position: relative;
1718
1917
  overflow: hidden;
1719
1918
  }
1720
1919
 
1721
- .mantine-VMS5T20 {
1920
+ .m-c0783ff9 {
1722
1921
  scrollbar-width: none;
1723
1922
  -ms-overflow-style: none;
1724
1923
  -webkit-overflow-scrolling: touch;
@@ -1729,32 +1928,32 @@ body {
1729
1928
  padding-bottom: var(--_viewport-padding-bottom, 0rem);
1730
1929
  }
1731
1930
 
1732
- .mantine-VMS5T20::-webkit-scrollbar {
1931
+ .m-c0783ff9::-webkit-scrollbar {
1733
1932
  display: none;
1734
1933
  }
1735
1934
 
1736
- .mantine-VMS5T20[data-offset-scrollbars='xy'],
1737
- .mantine-VMS5T20[data-offset-scrollbars='y'] {
1935
+ .m-c0783ff9[data-offset-scrollbars='xy'],
1936
+ .m-c0783ff9[data-offset-scrollbars='y'] {
1738
1937
  --_viewport-padding-right: var(--scrollarea-scrollbar-size);
1739
1938
  --_viewport-padding-left: unset;
1740
1939
  }
1741
1940
 
1742
- [dir="rtl"] .mantine-VMS5T20[data-offset-scrollbars='xy'], [dir="rtl"] .mantine-VMS5T20[data-offset-scrollbars='y'] {
1941
+ [dir="rtl"] .m-c0783ff9[data-offset-scrollbars='xy'], [dir="rtl"] .m-c0783ff9[data-offset-scrollbars='y'] {
1743
1942
  --_viewport-padding-right: unset;
1744
1943
  --_viewport-padding-left: var(--scrollarea-scrollbar-size);
1745
1944
  }
1746
1945
 
1747
- .mantine-VMS5T20[data-offset-scrollbars='xy'],
1748
- .mantine-VMS5T20[data-offset-scrollbars='x'] {
1946
+ .m-c0783ff9[data-offset-scrollbars='xy'],
1947
+ .m-c0783ff9[data-offset-scrollbars='x'] {
1749
1948
  --_viewport-padding-bottom: var(--scrollarea-scrollbar-size);
1750
1949
  }
1751
1950
 
1752
- .mantine-u-8GE5z {
1951
+ .m-f8f631dd {
1753
1952
  min-width: 100%;
1754
1953
  display: table;
1755
1954
  }
1756
1955
 
1757
- .mantine-zngBbDv {
1956
+ .m-c44ba933 {
1758
1957
  user-select: none;
1759
1958
  touch-action: none;
1760
1959
  box-sizing: border-box;
@@ -1768,40 +1967,40 @@ body {
1768
1967
  flex-direction: var(--_scrollbar-direction, row);
1769
1968
  }
1770
1969
 
1771
- .mantine-zngBbDv > .mantine-5u72r1f {
1970
+ .m-c44ba933 > .m-d8b5e363 {
1772
1971
  background-color: var(--_thumb-bg);
1773
1972
  }
1774
1973
 
1775
1974
  @media (hover: hover) {
1776
- [data-mantine-color-scheme='light'] .mantine-zngBbDv:hover {
1975
+ [data-mantine-color-scheme='light'] .m-c44ba933:hover {
1777
1976
  --_scrollbar-bg: var(--mantine-color-gray-0);
1778
1977
  --_thumb-bg: rgba(0, 0, 0, 0.5);
1779
1978
  }
1780
1979
 
1781
- [data-mantine-color-scheme='dark'] .mantine-zngBbDv:hover {
1980
+ [data-mantine-color-scheme='dark'] .m-c44ba933:hover {
1782
1981
  --_scrollbar-bg: var(--mantine-color-dark-8);
1783
1982
  --_thumb-bg: rgba(255, 255, 255, 0.5);
1784
1983
  }
1785
1984
  }
1786
1985
 
1787
1986
  @media (hover: none) {
1788
- [data-mantine-color-scheme='light'] .mantine-zngBbDv:active {
1987
+ [data-mantine-color-scheme='light'] .m-c44ba933:active {
1789
1988
  --_scrollbar-bg: var(--mantine-color-gray-0);
1790
1989
  --_thumb-bg: rgba(0, 0, 0, 0.5);
1791
1990
  }
1792
1991
 
1793
- [data-mantine-color-scheme='dark'] .mantine-zngBbDv:active {
1992
+ [data-mantine-color-scheme='dark'] .m-c44ba933:active {
1794
1993
  --_scrollbar-bg: var(--mantine-color-dark-8);
1795
1994
  --_thumb-bg: rgba(255, 255, 255, 0.5);
1796
1995
  }
1797
1996
  }
1798
1997
 
1799
- .mantine-zngBbDv[data-hidden],
1800
- .mantine-zngBbDv[data-state='hidden'] {
1998
+ .m-c44ba933[data-hidden],
1999
+ .m-c44ba933[data-state='hidden'] {
1801
2000
  --_scrollbar-display: none;
1802
2001
  }
1803
2002
 
1804
- .mantine-zngBbDv[data-orientation='vertical'] {
2003
+ .m-c44ba933[data-orientation='vertical'] {
1805
2004
  --_scrollbar-width: var(--scrollarea-scrollbar-size);
1806
2005
 
1807
2006
  top: 0;
@@ -1809,12 +2008,12 @@ body {
1809
2008
  right: 0;
1810
2009
  }
1811
2010
 
1812
- [dir="rtl"] .mantine-zngBbDv[data-orientation='vertical'] {
2011
+ [dir="rtl"] .m-c44ba933[data-orientation='vertical'] {
1813
2012
  right: unset;
1814
2013
  left: 0;
1815
2014
  }
1816
2015
 
1817
- .mantine-zngBbDv[data-orientation='horizontal'] {
2016
+ .m-c44ba933[data-orientation='horizontal'] {
1818
2017
  --_scrollbar-height: var(--scrollarea-scrollbar-size);
1819
2018
  --_scrollbar-direction: column;
1820
2019
 
@@ -1823,12 +2022,12 @@ body {
1823
2022
  right: var(--sa-corner-height);
1824
2023
  }
1825
2024
 
1826
- [dir="rtl"] .mantine-zngBbDv[data-orientation='horizontal'] {
2025
+ [dir="rtl"] .m-c44ba933[data-orientation='horizontal'] {
1827
2026
  right: 0;
1828
2027
  left: var(--sa-corner-height);
1829
2028
  }
1830
2029
 
1831
- .mantine-5u72r1f {
2030
+ .m-d8b5e363 {
1832
2031
  flex: 1 1;
1833
2032
  border-radius: var(--scrollarea-scrollbar-size);
1834
2033
  position: relative;
@@ -1837,7 +2036,7 @@ body {
1837
2036
  background-color: var(--_thumb-bg);
1838
2037
  }
1839
2038
 
1840
- .mantine-5u72r1f::before {
2039
+ .m-d8b5e363::before {
1841
2040
  content: '""';
1842
2041
  position: absolute;
1843
2042
  top: 50%;
@@ -1849,15 +2048,15 @@ body {
1849
2048
  min-height: calc(2.75rem * var(--mantine-scale));
1850
2049
  }
1851
2050
 
1852
- [data-mantine-color-scheme='light'] .mantine-5u72r1f {
2051
+ [data-mantine-color-scheme='light'] .m-d8b5e363 {
1853
2052
  --_thumb-bg: rgba(0, 0, 0, 0.4);
1854
2053
  }
1855
2054
 
1856
- [data-mantine-color-scheme='dark'] .mantine-5u72r1f {
2055
+ [data-mantine-color-scheme='dark'] .m-d8b5e363 {
1857
2056
  --_thumb-bg: rgba(255, 255, 255, 0.4);
1858
2057
  }
1859
2058
 
1860
- .mantine-29iF76- {
2059
+ .m-21657268 {
1861
2060
  position: absolute;
1862
2061
  opacity: var(--_corner-opacity, 0);
1863
2062
  transition: opacity 150ms ease;
@@ -1867,29 +2066,29 @@ body {
1867
2066
  bottom: 0;
1868
2067
  }
1869
2068
 
1870
- [dir="rtl"] .mantine-29iF76- {
2069
+ [dir="rtl"] .m-21657268 {
1871
2070
  right: unset;
1872
2071
  left: 0;
1873
2072
  bottom: 0;
1874
2073
  }
1875
2074
 
1876
- [data-mantine-color-scheme='light'] .mantine-29iF76- {
2075
+ [data-mantine-color-scheme='light'] .m-21657268 {
1877
2076
  --_corner-bg: var(--mantine-color-gray-0);
1878
2077
  }
1879
2078
 
1880
- [data-mantine-color-scheme='dark'] .mantine-29iF76- {
2079
+ [data-mantine-color-scheme='dark'] .m-21657268 {
1881
2080
  --_corner-bg: var(--mantine-color-dark-8);
1882
2081
  }
1883
2082
 
1884
- .mantine-29iF76-[data-hovered] {
2083
+ .m-21657268[data-hovered] {
1885
2084
  --_corner-opacity: 1;
1886
2085
  }
1887
2086
 
1888
- .mantine-29iF76-[data-hidden] {
2087
+ .m-21657268[data-hidden] {
1889
2088
  --_corner-display: none;
1890
2089
  }
1891
2090
 
1892
- .mantine-3rVj5cu {
2091
+ .m-5f75b09e {
1893
2092
  --label-lh-xs: calc(1rem * var(--mantine-scale));
1894
2093
  --label-lh-sm: calc(1.25rem * var(--mantine-scale));
1895
2094
  --label-lh-md: calc(1.5rem * var(--mantine-scale));
@@ -1897,33 +2096,33 @@ body {
1897
2096
  --label-lh-xl: calc(2.25rem * var(--mantine-scale));
1898
2097
  }
1899
2098
 
1900
- .mantine-3rVj5cu[data-label-position='left'] {
2099
+ .m-5f75b09e[data-label-position='left'] {
1901
2100
  --_label-order: 1;
1902
2101
  --_offset-right: var(--mantine-spacing-sm);
1903
2102
  --_offset-left: 0;
1904
2103
  }
1905
2104
 
1906
- [dir="rtl"] .mantine-3rVj5cu[data-label-position='left'] {
2105
+ [dir="rtl"] .m-5f75b09e[data-label-position='left'] {
1907
2106
  --_offset-right: 0;
1908
2107
  --_offset-left: var(--mantine-spacing-sm);
1909
2108
  }
1910
2109
 
1911
- .mantine-3rVj5cu[data-label-position='right'] {
2110
+ .m-5f75b09e[data-label-position='right'] {
1912
2111
  --_label-order: 2;
1913
2112
  --_offset-right: 0;
1914
2113
  --_offset-left: var(--mantine-spacing-sm);
1915
2114
  }
1916
2115
 
1917
- [dir="rtl"] .mantine-3rVj5cu[data-label-position='right'] {
2116
+ [dir="rtl"] .m-5f75b09e[data-label-position='right'] {
1918
2117
  --_offset-right: var(--mantine-spacing-sm);
1919
2118
  --_offset-left: 0;
1920
2119
  }
1921
2120
 
1922
- .mantine-GFiygFd {
2121
+ .m-5f6e695e {
1923
2122
  display: flex;
1924
2123
  }
1925
2124
 
1926
- .mantine-G13Gjxh {
2125
+ .m-d3ea56bb {
1927
2126
  -webkit-tap-highlight-color: transparent;
1928
2127
  display: inline-flex;
1929
2128
  flex-direction: column;
@@ -1933,34 +2132,34 @@ body {
1933
2132
  order: var(--_label-order);
1934
2133
  }
1935
2134
 
1936
- .mantine-Q8C6aYL {
2135
+ .m-8ee546b8 {
1937
2136
  cursor: var(--mantine-cursor-type);
1938
2137
  color: var(--_label-color, inherit);
1939
2138
  padding-left: var(--_offset-left);
1940
2139
  padding-right: var(--_offset-right);
1941
2140
  }
1942
2141
 
1943
- [data-mantine-color-scheme='light'] fieldset:disabled .mantine-Q8C6aYL, [data-mantine-color-scheme='light'] .mantine-Q8C6aYL[data-disabled] {
2142
+ [data-mantine-color-scheme='light'] fieldset:disabled .m-8ee546b8, [data-mantine-color-scheme='light'] .m-8ee546b8[data-disabled] {
1944
2143
  --_label-color: var(--mantine-color-gray-5);
1945
2144
  }
1946
2145
 
1947
- [data-mantine-color-scheme='dark'] fieldset:disabled .mantine-Q8C6aYL, [data-mantine-color-scheme='dark'] .mantine-Q8C6aYL[data-disabled] {
2146
+ [data-mantine-color-scheme='dark'] fieldset:disabled .m-8ee546b8, [data-mantine-color-scheme='dark'] .m-8ee546b8[data-disabled] {
1948
2147
  --_label-color: var(--mantine-color-dark-3);
1949
2148
  }
1950
2149
 
1951
- .mantine-cILs42v {
2150
+ .m-328f68c0 {
1952
2151
  margin-top: calc(var(--mantine-spacing-xs) / 2);
1953
2152
  padding-left: var(--_offset-left);
1954
2153
  padding-right: var(--_offset-right);
1955
2154
  }
1956
2155
 
1957
- .mantine-6o0A46s {
2156
+ .m-8e8a99cc {
1958
2157
  margin-top: calc(var(--mantine-spacing-xs) / 2);
1959
2158
  padding-left: var(--_offset-left);
1960
2159
  padding-right: var(--_offset-right);
1961
2160
  }
1962
2161
 
1963
- .mantine-6kpa4F2 {
2162
+ .m-bf2d988c {
1964
2163
  --checkbox-size-xs: calc(1rem * var(--mantine-scale));
1965
2164
  --checkbox-size-sm: calc(1.25rem * var(--mantine-scale));
1966
2165
  --checkbox-size-md: calc(1.5rem * var(--mantine-scale));
@@ -1968,18 +2167,18 @@ body {
1968
2167
  --checkbox-size-xl: calc(2.25rem * var(--mantine-scale));
1969
2168
  }
1970
2169
 
1971
- .mantine-JX5yLoy {
2170
+ .m-26062bec {
1972
2171
  position: relative;
1973
2172
  width: var(--checkbox-size);
1974
2173
  height: var(--checkbox-size);
1975
2174
  order: var(--_checkbox-inner-order, 1);
1976
2175
  }
1977
2176
 
1978
- .mantine-JX5yLoy[data-label-position='left'] {
2177
+ .m-26062bec[data-label-position='left'] {
1979
2178
  --_checkbox-inner-order: 2;
1980
2179
  }
1981
2180
 
1982
- .mantine-1b7xjww {
2181
+ .m-26063560 {
1983
2182
  appearance: none;
1984
2183
  background-color: var(--_checkbox-bg);
1985
2184
  border: calc(0.0625rem * var(--mantine-scale)) solid var(--_checkbox-bd-color);
@@ -1993,53 +2192,53 @@ body {
1993
2192
  cursor: var(--_checkbox-cursor, var(--mantine-cursor-type));
1994
2193
  }
1995
2194
 
1996
- [data-mantine-color-scheme='light'] .mantine-1b7xjww {
2195
+ [data-mantine-color-scheme='light'] .m-26063560 {
1997
2196
  --_checkbox-bg: var(--mantine-color-white);
1998
2197
  --_checkbox-bd-color: var(--mantine-color-gray-4);
1999
2198
  }
2000
2199
 
2001
- [data-mantine-color-scheme='dark'] .mantine-1b7xjww {
2200
+ [data-mantine-color-scheme='dark'] .m-26063560 {
2002
2201
  --_checkbox-bg: var(--mantine-color-dark-6);
2003
2202
  --_checkbox-bd-color: var(--mantine-color-dark-4);
2004
2203
  }
2005
2204
 
2006
- .mantine-1b7xjww[data-error] {
2205
+ .m-26063560[data-error] {
2007
2206
  --_checkbox-bd-color: var(--mantine-color-error);
2008
2207
  }
2009
2208
 
2010
- [data-mantine-color-scheme] .mantine-1b7xjww[data-indeterminate], [data-mantine-color-scheme] .mantine-1b7xjww:checked {
2209
+ [data-mantine-color-scheme] .m-26063560[data-indeterminate], [data-mantine-color-scheme] .m-26063560:checked {
2011
2210
  --_checkbox-bg: var(--checkbox-color);
2012
2211
  --_checkbox-bd-color: var(--checkbox-color);
2013
2212
  }
2014
2213
 
2015
- [data-mantine-color-scheme] .mantine-1b7xjww[data-indeterminate] + .mantine-yTl8m6C, [data-mantine-color-scheme] .mantine-1b7xjww:checked + .mantine-yTl8m6C {
2214
+ [data-mantine-color-scheme] .m-26063560[data-indeterminate] + .m-bf295423, [data-mantine-color-scheme] .m-26063560:checked + .m-bf295423 {
2016
2215
  --_checkbox-icon-opacity: 1;
2017
2216
  --_checkbox-icon-transform: none;
2018
2217
  }
2019
2218
 
2020
- .mantine-1b7xjww:disabled {
2219
+ .m-26063560:disabled {
2021
2220
  --_checkbox-cursor: not-allowed;
2022
2221
  }
2023
2222
 
2024
- [data-mantine-color-scheme='light'] .mantine-1b7xjww:disabled {
2223
+ [data-mantine-color-scheme='light'] .m-26063560:disabled {
2025
2224
  --_checkbox-bg: var(--mantine-color-gray-2);
2026
2225
  --_checkbox-bd-color: var(--mantine-color-gray-3);
2027
2226
  }
2028
2227
 
2029
- [data-mantine-color-scheme='dark'] .mantine-1b7xjww:disabled {
2228
+ [data-mantine-color-scheme='dark'] .m-26063560:disabled {
2030
2229
  --_checkbox-bg: var(--mantine-color-dark-6);
2031
2230
  --_checkbox-bd-color: var(--mantine-color-dark-6);
2032
2231
  }
2033
2232
 
2034
- [data-mantine-color-scheme='light'] .mantine-1b7xjww:disabled + .mantine-yTl8m6C {
2233
+ [data-mantine-color-scheme='light'] .m-26063560:disabled + .m-bf295423 {
2035
2234
  --_checkbox-icon-color: var(--mantine-color-gray-5);
2036
2235
  }
2037
2236
 
2038
- [data-mantine-color-scheme='dark'] .mantine-1b7xjww:disabled + .mantine-yTl8m6C {
2237
+ [data-mantine-color-scheme='dark'] .m-26063560:disabled + .m-bf295423 {
2039
2238
  --_checkbox-icon-color: var(--mantine-color-dark-3);
2040
2239
  }
2041
2240
 
2042
- .mantine-yTl8m6C {
2241
+ .m-bf295423 {
2043
2242
  position: absolute;
2044
2243
  top: 0;
2045
2244
  left: 0;
@@ -2054,48 +2253,7 @@ body {
2054
2253
  transition: transform 100ms ease, opacity 100ms ease;
2055
2254
  }
2056
2255
 
2057
- .mantine-3T31VvB {
2058
- margin-right: calc(var(--combobox-padding) * -1);
2059
- }
2060
-
2061
- [dir="rtl"] .mantine-3T31VvB {
2062
- margin-left: calc(var(--combobox-padding) * -1);
2063
- margin-right: 0;
2064
- }
2065
-
2066
- .mantine-wU7y-u6 {
2067
- display: flex;
2068
- align-items: center;
2069
- flex-direction: var(--_flex-direction, row);
2070
- gap: calc(0.5rem * var(--mantine-scale));
2071
- }
2072
-
2073
- .mantine-wU7y-u6[data-reverse] {
2074
- /* --_flex-direction: row-reverse; */
2075
- justify-content: space-between;
2076
- }
2077
-
2078
- .mantine-c9ncf6H {
2079
- opacity: 0.4;
2080
- width: 0.8em;
2081
- height: 0.8em;
2082
- }
2083
-
2084
- [data-combobox-selected] .mantine-c9ncf6H {
2085
- opacity: 1;
2086
- }
2087
-
2088
- .mantine-4FAj0g7 {
2089
- display: flex;
2090
- padding-left: var(--ag-spacing);
2091
- }
2092
-
2093
- [dir="rtl"] .mantine-4FAj0g7 {
2094
- padding-left: 0;
2095
- padding-right: var(--ag-spacing);
2096
- }
2097
-
2098
- .mantine-f8qyj5h {
2256
+ .m-f85678b6 {
2099
2257
  --avatar-size-xs: calc(1rem * var(--mantine-scale));
2100
2258
  --avatar-size-sm: calc(1.625rem * var(--mantine-scale));
2101
2259
  --avatar-size-md: calc(2.375rem * var(--mantine-scale));
@@ -2119,25 +2277,25 @@ body {
2119
2277
  margin-right: var(--_avatar-mr, unset);
2120
2278
  }
2121
2279
 
2122
- .mantine-f8qyj5h[data-within-group] {
2280
+ .m-f85678b6[data-within-group] {
2123
2281
  --_avatar-ml: calc(var(--ag-spacing) * -1);
2124
2282
  --_avatar-border: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-color-body);
2125
2283
  --_avatar-bg: var(--mantine-color-body);
2126
2284
  }
2127
2285
 
2128
- [dir="rtl"] .mantine-f8qyj5h[data-within-group] {
2286
+ [dir="rtl"] .m-f85678b6[data-within-group] {
2129
2287
  --_avatar-mr: calc(var(--ag-spacing) * -1);
2130
2288
  --_avatar-ml: unset;
2131
2289
  }
2132
2290
 
2133
- .mantine-BmxEl6O {
2291
+ .m-11f8ac07 {
2134
2292
  object-fit: cover;
2135
2293
  width: 100%;
2136
2294
  height: 100%;
2137
2295
  display: block;
2138
2296
  }
2139
2297
 
2140
- .mantine-2J4mxDh {
2298
+ .m-104cd71f {
2141
2299
  font-weight: 700;
2142
2300
  display: flex;
2143
2301
  align-items: center;
@@ -2152,12 +2310,22 @@ body {
2152
2310
  border: var(--avatar-bd);
2153
2311
  }
2154
2312
 
2155
- .mantine-2J4mxDh > [data-avatar-placeholder-icon] {
2313
+ .m-104cd71f > [data-avatar-placeholder-icon] {
2156
2314
  width: 70%;
2157
2315
  height: 70%;
2158
2316
  }
2159
2317
 
2160
- .mantine-mBE3oR4 {
2318
+ .m-11def92b {
2319
+ display: flex;
2320
+ padding-left: var(--ag-spacing);
2321
+ }
2322
+
2323
+ [dir="rtl"] .m-11def92b {
2324
+ padding-left: 0;
2325
+ padding-right: var(--ag-spacing);
2326
+ }
2327
+
2328
+ .m-2ce0de02 {
2161
2329
  background-size: cover;
2162
2330
  background-position: center;
2163
2331
  display: block;
@@ -2167,7 +2335,7 @@ body {
2167
2335
  border-radius: var(--bi-radius);
2168
2336
  }
2169
2337
 
2170
- .mantine-WM8AqtG {
2338
+ .m-347db0ec {
2171
2339
  --badge-height-xs: calc(1rem * var(--mantine-scale));
2172
2340
  --badge-height-sm: calc(1.125rem * var(--mantine-scale));
2173
2341
  --badge-height-md: calc(1.25rem * var(--mantine-scale));
@@ -2209,12 +2377,12 @@ body {
2209
2377
  border: var(--badge-bd);
2210
2378
  }
2211
2379
 
2212
- .mantine-WM8AqtG[data-block] {
2380
+ .m-347db0ec[data-block] {
2213
2381
  --_badge-display: flex;
2214
2382
  --_badge-width: 100%;
2215
2383
  }
2216
2384
 
2217
- .mantine-d3u1-wu {
2385
+ .m-fbd81e3d {
2218
2386
  --badge-dot-size: calc(var(--badge-height) / 3.4);
2219
2387
 
2220
2388
  background-color: var(--_badge-bg);
@@ -2222,19 +2390,19 @@ body {
2222
2390
  color: var(--_badge-color);
2223
2391
  }
2224
2392
 
2225
- [data-mantine-color-scheme='light'] .mantine-d3u1-wu {
2393
+ [data-mantine-color-scheme='light'] .m-fbd81e3d {
2226
2394
  --_badge-bg: var(--mantine-color-white);
2227
2395
  --_badge-border-color: var(--mantine-color-gray-4);
2228
2396
  --_badge-color: var(--mantine-color-black);
2229
2397
  }
2230
2398
 
2231
- [data-mantine-color-scheme='dark'] .mantine-d3u1-wu {
2399
+ [data-mantine-color-scheme='dark'] .m-fbd81e3d {
2232
2400
  --_badge-bg: var(--mantine-color-dark-5);
2233
2401
  --_badge-border-color: var(--mantine-color-dark-5);
2234
2402
  --_badge-color: var(--mantine-color-white);
2235
2403
  }
2236
2404
 
2237
- .mantine-d3u1-wu::before {
2405
+ .m-fbd81e3d::before {
2238
2406
  content: '';
2239
2407
  display: block;
2240
2408
  width: var(--badge-dot-size);
@@ -2244,45 +2412,45 @@ body {
2244
2412
  margin-right: var(--badge-dot-size);
2245
2413
  }
2246
2414
 
2247
- [dir="rtl"] .mantine-d3u1-wu::before {
2415
+ [dir="rtl"] .m-fbd81e3d::before {
2248
2416
  margin-right: 0;
2249
2417
  margin-left: var(--badge-dot-size);
2250
2418
  }
2251
2419
 
2252
- .mantine-LN56t-P {
2420
+ .m-5add502a {
2253
2421
  white-space: nowrap;
2254
2422
  overflow: hidden;
2255
2423
  text-overflow: ellipsis;
2256
2424
  }
2257
2425
 
2258
- .mantine-cbpGUul {
2426
+ .m-91fdda9b {
2259
2427
  --_section-margin: calc(var(--mantine-spacing-xs) / 2);
2260
2428
  display: inline-flex;
2261
2429
  justify-content: center;
2262
2430
  align-items: center;
2263
2431
  }
2264
2432
 
2265
- .mantine-cbpGUul[data-position='left'] {
2433
+ .m-91fdda9b[data-position='left'] {
2266
2434
  margin-left: var(--_left-section-ml, 0);
2267
2435
  margin-right: var(--_left-section-mr, var(--_section-margin));
2268
2436
  }
2269
2437
 
2270
- [dir="rtl"] .mantine-cbpGUul[data-position='left'] {
2438
+ [dir="rtl"] .m-91fdda9b[data-position='left'] {
2271
2439
  --_left-section-ml: var(--_section-margin);
2272
2440
  --_left-section-mr: 0;
2273
2441
  }
2274
2442
 
2275
- .mantine-cbpGUul[data-position='right'] {
2443
+ .m-91fdda9b[data-position='right'] {
2276
2444
  margin-left: var(--_right-section-ml, var(--_section-margin));
2277
2445
  margin-right: var(--_right-section-mr, 0);
2278
2446
  }
2279
2447
 
2280
- [dir="rtl"] .mantine-cbpGUul[data-position='right'] {
2448
+ [dir="rtl"] .m-91fdda9b[data-position='right'] {
2281
2449
  --_right-section-mr: var(--_section-margin);
2282
2450
  --_right-section-ml: 0;
2283
2451
  }
2284
2452
 
2285
- .mantine-ecNe4vP {
2453
+ .m-ddec01c0 {
2286
2454
  --_bq-border: calc(0.1875rem * var(--mantine-scale)) solid var(--bq-bd);
2287
2455
 
2288
2456
  position: relative;
@@ -2298,22 +2466,22 @@ body {
2298
2466
  padding: var(--mantine-spacing-xl) calc(2.375rem * var(--mantine-scale));
2299
2467
  }
2300
2468
 
2301
- [dir="rtl"] .mantine-ecNe4vP {
2469
+ [dir="rtl"] .m-ddec01c0 {
2302
2470
  --_bq-radius-left: var(--bq-radius);
2303
2471
  --_bq-radius-right: 0;
2304
2472
  --_bq-border-left: 0;
2305
2473
  --_bq-border-right: var(--_bq-border);
2306
2474
  }
2307
2475
 
2308
- [data-mantine-color-scheme='light'] .mantine-ecNe4vP {
2476
+ [data-mantine-color-scheme='light'] .m-ddec01c0 {
2309
2477
  --_bq-bg: var(--bq-bg-light);
2310
2478
  }
2311
2479
 
2312
- [data-mantine-color-scheme='dark'] .mantine-ecNe4vP {
2480
+ [data-mantine-color-scheme='dark'] .m-ddec01c0 {
2313
2481
  --_bq-bg: var(--bq-bg-dark);
2314
2482
  }
2315
2483
 
2316
- .mantine-OY7Gota {
2484
+ .m-dde7bd57 {
2317
2485
  position: absolute;
2318
2486
  color: var(--bq-bd);
2319
2487
  background-color: var(--mantine-color-body);
@@ -2328,30 +2496,30 @@ body {
2328
2496
  border-radius: var(--bq-icon-size);
2329
2497
  }
2330
2498
 
2331
- [dir="rtl"] .mantine-OY7Gota {
2499
+ [dir="rtl"] .m-dde7bd57 {
2332
2500
  --_bq-icon-left: 0;
2333
2501
  --_bq-icon-right: calc(var(--bq-icon-size) / -2);
2334
2502
  }
2335
2503
 
2336
- .mantine-PxBRqGd {
2504
+ .m-dde51a35 {
2337
2505
  display: block;
2338
2506
  margin-top: var(--mantine-spacing-md);
2339
2507
  opacity: 0.6;
2340
2508
  font-size: 85%;
2341
2509
  }
2342
2510
 
2343
- .mantine-DpaSRWv {
2511
+ .m-8b3717df {
2344
2512
  display: flex;
2345
2513
  align-items: center;
2346
2514
  }
2347
2515
 
2348
- .mantine-Xf5Xl8f {
2516
+ .m-f678d540 {
2349
2517
  line-height: 1;
2350
2518
  white-space: nowrap;
2351
2519
  -webkit-tap-highlight-color: transparent;
2352
2520
  }
2353
2521
 
2354
- .mantine-ixC9ZM7 {
2522
+ .m-3b8f2208 {
2355
2523
  margin-left: var(--bc-separator-margin);
2356
2524
  margin-right: var(--bc-separator-margin);
2357
2525
  color: var(--_separator-color);
@@ -2361,15 +2529,15 @@ body {
2361
2529
  justify-content: center;
2362
2530
  }
2363
2531
 
2364
- [data-mantine-color-scheme='light'] .mantine-ixC9ZM7 {
2532
+ [data-mantine-color-scheme='light'] .m-3b8f2208 {
2365
2533
  --_separator-color: var(--mantine-color-gray-7);
2366
2534
  }
2367
2535
 
2368
- [data-mantine-color-scheme='dark'] .mantine-ixC9ZM7 {
2536
+ [data-mantine-color-scheme='dark'] .m-3b8f2208 {
2369
2537
  --_separator-color: var(--mantine-color-dark-2);
2370
2538
  }
2371
2539
 
2372
- .mantine-PpER79h {
2540
+ .m-fea6bf1a {
2373
2541
  --burger-size-xs: calc(0.75rem * var(--mantine-scale));
2374
2542
  --burger-size-sm: calc(1.125rem * var(--mantine-scale));
2375
2543
  --burger-size-md: calc(1.5rem * var(--mantine-scale));
@@ -2384,22 +2552,22 @@ body {
2384
2552
  --_burger-color: var(--burger-color, var(--__burger-color));
2385
2553
  }
2386
2554
 
2387
- [data-mantine-color-scheme='light'] .mantine-PpER79h {
2555
+ [data-mantine-color-scheme='light'] .m-fea6bf1a {
2388
2556
  --__burger-color: var(--mantine-color-black);
2389
2557
  }
2390
2558
 
2391
- [data-mantine-color-scheme='dark'] .mantine-PpER79h {
2559
+ [data-mantine-color-scheme='dark'] .m-fea6bf1a {
2392
2560
  --__burger-color: var(--mantine-color-white);
2393
2561
  }
2394
2562
 
2395
- .mantine-VLigGGW {
2563
+ .m-d4fb9cad {
2396
2564
  position: relative;
2397
2565
  user-select: none;
2398
2566
  }
2399
2567
 
2400
- .mantine-VLigGGW,
2401
- .mantine-VLigGGW::before,
2402
- .mantine-VLigGGW::after {
2568
+ .m-d4fb9cad,
2569
+ .m-d4fb9cad::before,
2570
+ .m-d4fb9cad::after {
2403
2571
  display: block;
2404
2572
  width: var(--burger-size);
2405
2573
  height: calc(var(--burger-size) / 12);
@@ -2410,82 +2578,34 @@ body {
2410
2578
  transition-timing-function: var(--burger-transition-timing-function);
2411
2579
  }
2412
2580
 
2413
- .mantine-VLigGGW::before,
2414
- .mantine-VLigGGW::after {
2581
+ .m-d4fb9cad::before,
2582
+ .m-d4fb9cad::after {
2415
2583
  position: absolute;
2416
2584
  content: '';
2417
2585
  left: 0;
2418
2586
  }
2419
2587
 
2420
- .mantine-VLigGGW::before {
2588
+ .m-d4fb9cad::before {
2421
2589
  top: calc(var(--burger-size) / -3);
2422
2590
  }
2423
2591
 
2424
- .mantine-VLigGGW::after {
2592
+ .m-d4fb9cad::after {
2425
2593
  top: calc(var(--burger-size) / 3);
2426
2594
  }
2427
2595
 
2428
- .mantine-VLigGGW[data-opened] {
2596
+ .m-d4fb9cad[data-opened] {
2429
2597
  background-color: transparent;
2430
2598
  }
2431
2599
 
2432
- .mantine-VLigGGW[data-opened]::before {
2600
+ .m-d4fb9cad[data-opened]::before {
2433
2601
  transform: translateY(calc(var(--burger-size) / 3)) rotate(45deg);
2434
2602
  }
2435
2603
 
2436
- .mantine-VLigGGW[data-opened]::after {
2604
+ .m-d4fb9cad[data-opened]::after {
2437
2605
  transform: translateY(calc(var(--burger-size) / -3)) rotate(-45deg);
2438
2606
  }
2439
2607
 
2440
- .mantine-VaCj17A {
2441
- display: flex;
2442
- }
2443
-
2444
- .mantine-VaCj17A[data-orientation='horizontal'] {
2445
- flex-direction: row;
2446
- }
2447
-
2448
- .mantine-VaCj17A[data-orientation='horizontal'] [data-button]:not(:only-child):first-child {
2449
- border-bottom-right-radius: 0;
2450
- border-top-right-radius: 0;
2451
- border-right-width: calc(var(--button-border-width) / 2);
2452
- }
2453
-
2454
- .mantine-VaCj17A[data-orientation='horizontal'] [data-button]:not(:only-child):last-child {
2455
- border-bottom-left-radius: 0;
2456
- border-top-left-radius: 0;
2457
- border-left-width: calc(var(--button-border-width) / 2);
2458
- }
2459
-
2460
- .mantine-VaCj17A[data-orientation='horizontal'] [data-button]:not(:only-child):not(:first-child):not(:last-child) {
2461
- border-radius: 0;
2462
- border-right-width: calc(var(--button-border-width) / 2);
2463
- border-left-width: calc(var(--button-border-width) / 2);
2464
- }
2465
-
2466
- .mantine-VaCj17A[data-orientation='vertical'] {
2467
- flex-direction: column;
2468
- }
2469
-
2470
- .mantine-VaCj17A[data-orientation='vertical'] [data-button]:not(:only-child):first-child {
2471
- border-bottom-left-radius: 0;
2472
- border-bottom-right-radius: 0;
2473
- border-bottom-width: calc(var(--button-border-width) / 2);
2474
- }
2475
-
2476
- .mantine-VaCj17A[data-orientation='vertical'] [data-button]:not(:only-child):last-child {
2477
- border-top-left-radius: 0;
2478
- border-top-right-radius: 0;
2479
- border-top-width: calc(var(--button-border-width) / 2);
2480
- }
2481
-
2482
- .mantine-VaCj17A[data-orientation='vertical'] [data-button]:not(:only-child):not(:first-child):not(:last-child) {
2483
- border-radius: 0;
2484
- border-bottom-width: calc(var(--button-border-width) / 2);
2485
- border-top-width: calc(var(--button-border-width) / 2);
2486
- }
2487
-
2488
- .mantine-c33yiTy {
2608
+ .m-77c9d27d {
2489
2609
  --button-height-xs: calc(1.875rem * var(--mantine-scale));
2490
2610
  --button-height-sm: calc(2.25rem * var(--mantine-scale));
2491
2611
  --button-height-md: calc(2.625rem * var(--mantine-scale));
@@ -2529,44 +2649,44 @@ body {
2529
2649
  padding-right: var(--_button-padding-right, var(--button-padding-x));
2530
2650
  }
2531
2651
 
2532
- .mantine-c33yiTy[data-block] {
2652
+ .m-77c9d27d[data-block] {
2533
2653
  --_button-display: block;
2534
2654
  --_button-width: 100%;
2535
2655
  }
2536
2656
 
2537
- .mantine-c33yiTy[data-with-left-section] {
2657
+ .m-77c9d27d[data-with-left-section] {
2538
2658
  --_button-padding-left: calc(var(--button-padding-x) / 1.5);
2539
2659
  }
2540
2660
 
2541
- [dir="rtl"] .mantine-c33yiTy[data-with-left-section] {
2661
+ [dir="rtl"] .m-77c9d27d[data-with-left-section] {
2542
2662
  --_button-padding-left: var(--button-padding-x);
2543
2663
  --_button-padding-right: calc(var(--button-padding-x) / 1.5);
2544
2664
  }
2545
2665
 
2546
- .mantine-c33yiTy[data-with-right-section] {
2666
+ .m-77c9d27d[data-with-right-section] {
2547
2667
  --_button-padding-right: calc(var(--button-padding-x) / 1.5);
2548
2668
  }
2549
2669
 
2550
- [dir="rtl"] .mantine-c33yiTy[data-with-right-section] {
2670
+ [dir="rtl"] .m-77c9d27d[data-with-right-section] {
2551
2671
  --_button-padding-right: var(--button-padding-x);
2552
2672
  --_button-padding-left: calc(var(--button-padding-x) / 1.5);
2553
2673
  }
2554
2674
 
2555
- .mantine-c33yiTy:disabled:not([data-loading]),
2556
- .mantine-c33yiTy[data-disabled]:not([data-loading]) {
2675
+ .m-77c9d27d:disabled:not([data-loading]),
2676
+ .m-77c9d27d[data-disabled]:not([data-loading]) {
2557
2677
  --_button-cursor: not-allowed;
2558
2678
  --_button-bg: var(--_disabled-bg);
2559
2679
  --_button-color: var(--_disabled-color);
2560
2680
  transform: none;
2561
2681
  }
2562
2682
 
2563
- .mantine-c33yiTy[data-loading] {
2683
+ .m-77c9d27d[data-loading] {
2564
2684
  --_button-cursor: not-allowed;
2565
2685
 
2566
2686
  transform: none;
2567
2687
  }
2568
2688
 
2569
- .mantine-c33yiTy[data-loading]::before {
2689
+ .m-77c9d27d[data-loading]::before {
2570
2690
  content: '';
2571
2691
  position: absolute;
2572
2692
  inset: calc(-0.0625rem * var(--mantine-scale));
@@ -2575,30 +2695,30 @@ body {
2575
2695
  }
2576
2696
 
2577
2697
  @media (hover: hover) {
2578
- .mantine-c33yiTy:hover:not([data-loading]):not(:disabled):not([data-disabled]) {
2698
+ .m-77c9d27d:hover:not([data-loading]):not(:disabled):not([data-disabled]) {
2579
2699
  --_button-bg: var(--button-hover);
2580
2700
  }
2581
2701
  }
2582
2702
 
2583
2703
  @media (hover: none) {
2584
- .mantine-c33yiTy:active:not([data-loading]):not(:disabled):not([data-disabled]) {
2704
+ .m-77c9d27d:active:not([data-loading]):not(:disabled):not([data-disabled]) {
2585
2705
  --_button-bg: var(--button-hover);
2586
2706
  }
2587
2707
  }
2588
2708
 
2589
- [data-mantine-color-scheme='light'] .mantine-c33yiTy {
2709
+ [data-mantine-color-scheme='light'] .m-77c9d27d {
2590
2710
  --_disabled-color: var(--mantine-color-gray-5);
2591
2711
  --_disabled-bg: var(--mantine-color-gray-1);
2592
2712
  --_button-loading-overlay-bg: rgba(255, 255, 255, 0.35);
2593
2713
  }
2594
2714
 
2595
- [data-mantine-color-scheme='dark'] .mantine-c33yiTy {
2715
+ [data-mantine-color-scheme='dark'] .m-77c9d27d {
2596
2716
  --_disabled-color: var(--mantine-color-dark-3);
2597
2717
  --_disabled-bg: var(--mantine-color-dark-6);
2598
2718
  --_button-loading-overlay-bg: rgba(0, 0, 0, 0.35);
2599
2719
  }
2600
2720
 
2601
- .mantine-O2hyOF7 {
2721
+ .m-80f1301b {
2602
2722
  display: flex;
2603
2723
  align-items: center;
2604
2724
  justify-content: var(--button-justify, center);
@@ -2606,7 +2726,7 @@ body {
2606
2726
  overflow: visible;
2607
2727
  }
2608
2728
 
2609
- .mantine-57Dsm73 {
2729
+ .m-811560b9 {
2610
2730
  white-space: nowrap;
2611
2731
  height: 100%;
2612
2732
  overflow: hidden;
@@ -2615,49 +2735,97 @@ body {
2615
2735
  opacity: var(--_button-label-opacity, 1);
2616
2736
  }
2617
2737
 
2618
- .mantine-57Dsm73[data-loading] {
2738
+ .m-811560b9[data-loading] {
2619
2739
  --_button-label-opacity: 0.2;
2620
2740
  }
2621
2741
 
2622
- .mantine-klSE8ka {
2742
+ .m-a74036a {
2623
2743
  display: flex;
2624
2744
  align-items: center;
2625
2745
  margin-right: var(--_button-section-margin-right);
2626
2746
  margin-left: var(--_button-section-margin-left);
2627
2747
  }
2628
2748
 
2629
- .mantine-klSE8ka[data-position='left'] {
2749
+ .m-a74036a[data-position='left'] {
2630
2750
  --_button-section-margin-right: var(--mantine-spacing-xs);
2631
2751
  }
2632
2752
 
2633
- [dir="rtl"] .mantine-klSE8ka[data-position='left'] {
2753
+ [dir="rtl"] .m-a74036a[data-position='left'] {
2634
2754
  --_button-section-margin-right: 0;
2635
2755
  --_button-section-margin-left: var(--mantine-spacing-xs);
2636
2756
  }
2637
2757
 
2638
- .mantine-klSE8ka[data-position='right'] {
2758
+ .m-a74036a[data-position='right'] {
2639
2759
  --_button-section-margin-left: var(--mantine-spacing-xs);
2640
2760
  }
2641
2761
 
2642
- [dir="rtl"] .mantine-klSE8ka[data-position='right'] {
2762
+ [dir="rtl"] .m-a74036a[data-position='right'] {
2643
2763
  --_button-section-margin-left: 0;
2644
2764
  --_button-section-margin-right: var(--mantine-spacing-xs);
2645
2765
  }
2646
2766
 
2647
- .mantine-2p4-weR {
2767
+ .m-a25b86ee {
2648
2768
  position: absolute;
2649
2769
  left: 50%;
2650
2770
  top: 50%;
2651
2771
  transform: translate(-50%, -50%);
2652
2772
  }
2653
2773
 
2654
- .mantine-FiYZkHS {
2774
+ .m-80d6d844 {
2775
+ display: flex;
2776
+ }
2777
+
2778
+ .m-80d6d844[data-orientation='horizontal'] {
2779
+ flex-direction: row;
2780
+ }
2781
+
2782
+ .m-80d6d844[data-orientation='horizontal'] .m-77c9d27d:not(:only-child):first-child {
2783
+ border-bottom-right-radius: 0;
2784
+ border-top-right-radius: 0;
2785
+ border-right-width: calc(var(--button-border-width) / 2);
2786
+ }
2787
+
2788
+ .m-80d6d844[data-orientation='horizontal'] .m-77c9d27d:not(:only-child):last-child {
2789
+ border-bottom-left-radius: 0;
2790
+ border-top-left-radius: 0;
2791
+ border-left-width: calc(var(--button-border-width) / 2);
2792
+ }
2793
+
2794
+ .m-80d6d844[data-orientation='horizontal'] .m-77c9d27d:not(:only-child):not(:first-child):not(:last-child) {
2795
+ border-radius: 0;
2796
+ border-right-width: calc(var(--button-border-width) / 2);
2797
+ border-left-width: calc(var(--button-border-width) / 2);
2798
+ }
2799
+
2800
+ .m-80d6d844[data-orientation='vertical'] {
2801
+ flex-direction: column;
2802
+ }
2803
+
2804
+ .m-80d6d844[data-orientation='vertical'] .m-77c9d27d:not(:only-child):first-child {
2805
+ border-bottom-left-radius: 0;
2806
+ border-bottom-right-radius: 0;
2807
+ border-bottom-width: calc(var(--button-border-width) / 2);
2808
+ }
2809
+
2810
+ .m-80d6d844[data-orientation='vertical'] .m-77c9d27d:not(:only-child):last-child {
2811
+ border-top-left-radius: 0;
2812
+ border-top-right-radius: 0;
2813
+ border-top-width: calc(var(--button-border-width) / 2);
2814
+ }
2815
+
2816
+ .m-80d6d844[data-orientation='vertical'] .m-77c9d27d:not(:only-child):not(:first-child):not(:last-child) {
2817
+ border-radius: 0;
2818
+ border-bottom-width: calc(var(--button-border-width) / 2);
2819
+ border-top-width: calc(var(--button-border-width) / 2);
2820
+ }
2821
+
2822
+ .m-4451eb3a {
2655
2823
  display: var(--center-display);
2656
2824
  align-items: center;
2657
2825
  justify-content: center;
2658
2826
  }
2659
2827
 
2660
- .mantine-pIzHFb4 {
2828
+ .m-b183c0a2 {
2661
2829
  font-family: var(--mantine-font-family-monospace);
2662
2830
  line-height: var(--mantine-line-height);
2663
2831
  padding: var(--_code-padding, calc(0.125rem * var(--mantine-scale)) calc(var(--mantine-spacing-xs) / 2));
@@ -2669,21 +2837,21 @@ body {
2669
2837
  overflow: auto;
2670
2838
  }
2671
2839
 
2672
- [data-mantine-color-scheme='light'] .mantine-pIzHFb4 {
2840
+ [data-mantine-color-scheme='light'] .m-b183c0a2 {
2673
2841
  --_code-bg: var(--code-bg, var(--mantine-color-gray-1));
2674
2842
  --_code-color: var(--mantine-color-black);
2675
2843
  }
2676
2844
 
2677
- [data-mantine-color-scheme='dark'] .mantine-pIzHFb4 {
2845
+ [data-mantine-color-scheme='dark'] .m-b183c0a2 {
2678
2846
  --_code-bg: var(--code-bg, var(--mantine-color-dark-5));
2679
2847
  --_code-color: var(--mantine-color-white);
2680
2848
  }
2681
2849
 
2682
- .mantine-pIzHFb4[data-block] {
2850
+ .m-b183c0a2[data-block] {
2683
2851
  --_code-padding: var(--mantine-spacing-xs);
2684
2852
  }
2685
2853
 
2686
- .mantine-NrgS8tw {
2854
+ .m-de3d2490 {
2687
2855
  -webkit-tap-highlight-color: transparent;
2688
2856
  border: none;
2689
2857
  appearance: none;
@@ -2699,23 +2867,23 @@ body {
2699
2867
  text-decoration: none;
2700
2868
  }
2701
2869
 
2702
- [data-mantine-color-scheme='light'] .mantine-NrgS8tw {
2870
+ [data-mantine-color-scheme='light'] .m-de3d2490 {
2703
2871
  --_alpha-overlay-color: var(--mantine-color-gray-3);
2704
2872
  --_alpha-overlay-bg: var(--mantine-color-white);
2705
2873
  }
2706
2874
 
2707
- [data-mantine-color-scheme='dark'] .mantine-NrgS8tw {
2875
+ [data-mantine-color-scheme='dark'] .m-de3d2490 {
2708
2876
  --_alpha-overlay-color: var(--mantine-color-dark-4);
2709
2877
  --_alpha-overlay-bg: var(--mantine-color-dark-7);
2710
2878
  }
2711
2879
 
2712
- .mantine-HF00v22 {
2880
+ .m-862f3d1b {
2713
2881
  position: absolute;
2714
2882
  inset: 0;
2715
2883
  border-radius: var(--cs-radius);
2716
2884
  }
2717
2885
 
2718
- .mantine-Prv63wq {
2886
+ .m-98ae7f22 {
2719
2887
  position: absolute;
2720
2888
  inset: 0;
2721
2889
  border-radius: var(--cs-radius);
@@ -2723,7 +2891,7 @@ body {
2723
2891
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 calc(0.0625rem * var(--mantine-scale)) inset, rgb(0, 0, 0, 0.15) 0 0 calc(0.25rem * var(--mantine-scale)) inset;
2724
2892
  }
2725
2893
 
2726
- .mantine-moWfGYP {
2894
+ .m-95709ac0 {
2727
2895
  position: absolute;
2728
2896
  inset: 0;
2729
2897
  border-radius: var(--cs-radius);
@@ -2735,7 +2903,7 @@ body {
2735
2903
  linear-gradient(-45deg, var(--_alpha-overlay-bg) 75%, var(--_alpha-overlay-color) 75%);
2736
2904
  }
2737
2905
 
2738
- .mantine-r5DDD9D {
2906
+ .m-93e74e3 {
2739
2907
  position: absolute;
2740
2908
  inset: 0;
2741
2909
  border-radius: var(--cs-radius);
@@ -2745,7 +2913,7 @@ body {
2745
2913
  justify-content: center;
2746
2914
  }
2747
2915
 
2748
- .mantine-RhoTzer {
2916
+ .m-fee9c77 {
2749
2917
  --cp-width-xs: calc(11.25rem * var(--mantine-scale));
2750
2918
  --cp-width-sm: calc(12.5rem * var(--mantine-scale));
2751
2919
  --cp-width-md: calc(15rem * var(--mantine-scale));
@@ -2774,25 +2942,25 @@ body {
2774
2942
  padding: calc(0.0625rem * var(--mantine-scale));
2775
2943
  }
2776
2944
 
2777
- .mantine-v16j2jS {
2945
+ .m-9dddfbac {
2778
2946
  width: var(--cp-preview-size);
2779
2947
  height: var(--cp-preview-size);
2780
2948
  }
2781
2949
 
2782
- .mantine-CUkJfqd {
2950
+ .m-bffecc3e {
2783
2951
  display: flex;
2784
2952
  padding-top: calc(var(--cp-body-spacing) / 2);
2785
2953
  }
2786
2954
 
2787
- .mantine-bzrGvmu {
2955
+ .m-3283bb96 {
2788
2956
  flex: 1 1;
2789
2957
  }
2790
2958
 
2791
- .mantine-bzrGvmu:not(:only-child) {
2959
+ .m-3283bb96:not(:only-child) {
2792
2960
  margin-right: var(--mantine-spacing-xs);
2793
2961
  }
2794
2962
 
2795
- .mantine-DJZAmcN {
2963
+ .m-40d572ba {
2796
2964
  overflow: hidden;
2797
2965
  position: absolute;
2798
2966
  box-shadow: 0 0 calc(0.0625rem * var(--mantine-scale)) rgba(0, 0, 0, 0.6);
@@ -2805,7 +2973,7 @@ body {
2805
2973
  top: calc(var(--_thumb-y-offset) - var(--cp-thumb-size) / 2);
2806
2974
  }
2807
2975
 
2808
- .mantine-mSFZEpu {
2976
+ .m-d8ee6fd8 {
2809
2977
  height: 0;
2810
2978
  margin: calc(0.125rem * var(--mantine-scale));
2811
2979
  cursor: pointer;
@@ -2815,7 +2983,7 @@ body {
2815
2983
  min-height: 0;
2816
2984
  }
2817
2985
 
2818
- .mantine-CPxyKG9 {
2986
+ .m-5711e686 {
2819
2987
  margin-top: calc(0.3125rem * var(--mantine-scale));
2820
2988
  margin-left: calc(-0.125rem * var(--mantine-scale));
2821
2989
  margin-right: calc(-0.125rem * var(--mantine-scale));
@@ -2823,7 +2991,7 @@ body {
2823
2991
  flex-wrap: wrap;
2824
2992
  }
2825
2993
 
2826
- .mantine-TPZ71OH {
2994
+ .m-202a296e {
2827
2995
  -webkit-tap-highlight-color: transparent;
2828
2996
  position: relative;
2829
2997
  height: var(--cp-saturation-height);
@@ -2831,21 +2999,21 @@ body {
2831
2999
  margin: calc(var(--cp-thumb-size) / 2);
2832
3000
  }
2833
3001
 
2834
- .mantine-TPZ71OH[data-focus-ring='auto']:focus:focus-visible .mantine-DJZAmcN {
3002
+ .m-202a296e[data-focus-ring='auto']:focus:focus-visible .m-40d572ba {
2835
3003
  --_outline: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-color-blue-filled);
2836
3004
  }
2837
3005
 
2838
- .mantine-TPZ71OH[data-focus-ring='always']:focus .mantine-DJZAmcN {
3006
+ .m-202a296e[data-focus-ring='always']:focus .m-40d572ba {
2839
3007
  --_outline: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-color-blue-filled);
2840
3008
  }
2841
3009
 
2842
- .mantine-8lc2iAe {
3010
+ .m-11b3db02 {
2843
3011
  position: absolute;
2844
3012
  border-radius: var(--mantine-radius-sm);
2845
3013
  inset: calc(var(--cp-thumb-size) * -1 / 2 - calc(0.0625rem * var(--mantine-scale)));
2846
3014
  }
2847
3015
 
2848
- .mantine-PKmOErI {
3016
+ .m-d856d47d {
2849
3017
  position: relative;
2850
3018
  height: calc(var(--cp-thumb-size) + calc(0.125rem * var(--mantine-scale)));
2851
3019
  margin-left: calc(var(--cp-thumb-size) / 2);
@@ -2853,27 +3021,27 @@ body {
2853
3021
  outline: none;
2854
3022
  }
2855
3023
 
2856
- .mantine-PKmOErI + .mantine-PKmOErI {
3024
+ .m-d856d47d + .m-d856d47d {
2857
3025
  margin-top: calc(0.375rem * var(--mantine-scale));
2858
3026
  }
2859
3027
 
2860
- .mantine-PKmOErI[data-focus-ring='auto']:focus:focus-visible .mantine-DJZAmcN {
3028
+ .m-d856d47d[data-focus-ring='auto']:focus:focus-visible .m-40d572ba {
2861
3029
  --_outline: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-color-blue-filled);
2862
3030
  }
2863
3031
 
2864
- .mantine-PKmOErI[data-focus-ring='always']:focus .mantine-DJZAmcN {
3032
+ .m-d856d47d[data-focus-ring='always']:focus .m-40d572ba {
2865
3033
  --_outline: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-color-blue-filled);
2866
3034
  }
2867
3035
 
2868
- [data-mantine-color-scheme='light'] .mantine-PKmOErI {
3036
+ [data-mantine-color-scheme='light'] .m-d856d47d {
2869
3037
  --_slider-checkers: var(--mantine-color-gray-3);
2870
3038
  }
2871
3039
 
2872
- [data-mantine-color-scheme='dark'] .mantine-PKmOErI {
3040
+ [data-mantine-color-scheme='dark'] .m-d856d47d {
2873
3041
  --_slider-checkers: var(--mantine-color-dark-4);
2874
3042
  }
2875
3043
 
2876
- .mantine-MQUCZVH {
3044
+ .m-8f327113 {
2877
3045
  position: absolute;
2878
3046
  top: 0;
2879
3047
  bottom: 0;
@@ -2882,7 +3050,7 @@ body {
2882
3050
  border-radius: 10000rem;
2883
3051
  }
2884
3052
 
2885
- .mantine-jQnfD5v {
3053
+ .m-7485cace {
2886
3054
  --container-size-xs: calc(33.75rem * var(--mantine-scale));
2887
3055
  --container-size-sm: calc(45rem * var(--mantine-scale));
2888
3056
  --container-size-md: calc(60rem * var(--mantine-scale));
@@ -2896,7 +3064,7 @@ body {
2896
3064
  margin-right: auto;
2897
3065
  }
2898
3066
 
2899
- .mantine-uP4C4WW {
3067
+ .m-3eebeb36 {
2900
3068
  --divider-size-xs: calc(0.0625rem * var(--mantine-scale));
2901
3069
  --divider-size-sm: calc(0.125rem * var(--mantine-scale));
2902
3070
  --divider-size-md: calc(0.1875rem * var(--mantine-scale));
@@ -2904,31 +3072,31 @@ body {
2904
3072
  --divider-size-xl: calc(0.3125rem * var(--mantine-scale));
2905
3073
  }
2906
3074
 
2907
- [data-mantine-color-scheme='light'] .mantine-uP4C4WW {
3075
+ [data-mantine-color-scheme='light'] .m-3eebeb36 {
2908
3076
  --_divider-color: var(--mantine-color-gray-4);
2909
3077
  }
2910
3078
 
2911
- [data-mantine-color-scheme='dark'] .mantine-uP4C4WW {
3079
+ [data-mantine-color-scheme='dark'] .m-3eebeb36 {
2912
3080
  --_divider-color: var(--mantine-color-dark-4);
2913
3081
  }
2914
3082
 
2915
- .mantine-uP4C4WW[data-orientation='horizontal'] {
3083
+ .m-3eebeb36[data-orientation='horizontal'] {
2916
3084
  border-top: var(--divider-size) var(--divider-border-style, solid)
2917
3085
  var(--divider-color, var(--_divider-color));
2918
3086
  }
2919
3087
 
2920
- .mantine-uP4C4WW[data-orientation='vertical'] {
3088
+ .m-3eebeb36[data-orientation='vertical'] {
2921
3089
  border-left: var(--divider-size) var(--divider-border-style, solid)
2922
3090
  var(--divider-color, var(--_divider-color));
2923
3091
  height: auto;
2924
3092
  align-self: stretch;
2925
3093
  }
2926
3094
 
2927
- .mantine-uP4C4WW[data-with-label] {
3095
+ .m-3eebeb36[data-with-label] {
2928
3096
  border: 0;
2929
3097
  }
2930
3098
 
2931
- .mantine--fjjU6c {
3099
+ .m-9e365f20 {
2932
3100
  display: flex;
2933
3101
  align-items: center;
2934
3102
  font-size: var(--mantine-font-size-xs);
@@ -2936,15 +3104,15 @@ body {
2936
3104
  white-space: nowrap;
2937
3105
  }
2938
3106
 
2939
- .mantine--fjjU6c[data-position='left']::before {
3107
+ .m-9e365f20[data-position='left']::before {
2940
3108
  display: none;
2941
3109
  }
2942
3110
 
2943
- .mantine--fjjU6c[data-position='right']::after {
3111
+ .m-9e365f20[data-position='right']::after {
2944
3112
  display: none;
2945
3113
  }
2946
3114
 
2947
- .mantine--fjjU6c::before {
3115
+ .m-9e365f20::before {
2948
3116
  content: '';
2949
3117
  flex: 1 1;
2950
3118
  height: calc(0.0625rem * var(--mantine-scale));
@@ -2953,12 +3121,12 @@ body {
2953
3121
  margin-right: var(--mantine-spacing-xs);
2954
3122
  }
2955
3123
 
2956
- [dir="rtl"] .mantine--fjjU6c::before {
3124
+ [dir="rtl"] .m-9e365f20::before {
2957
3125
  margin-right: 0;
2958
3126
  margin-left: var(--mantine-spacing-xs);
2959
3127
  }
2960
3128
 
2961
- .mantine--fjjU6c::after {
3129
+ .m-9e365f20::after {
2962
3130
  content: '';
2963
3131
  flex: 1 1;
2964
3132
  height: calc(0.0625rem * var(--mantine-scale));
@@ -2967,12 +3135,12 @@ body {
2967
3135
  margin-left: var(--mantine-spacing-xs);
2968
3136
  }
2969
3137
 
2970
- [dir="rtl"] .mantine--fjjU6c::after {
3138
+ [dir="rtl"] .m-9e365f20::after {
2971
3139
  margin-left: 0;
2972
3140
  margin-right: var(--mantine-spacing-xs);
2973
3141
  }
2974
3142
 
2975
- .mantine-i2zl3YF {
3143
+ .m-615af6c9 {
2976
3144
  line-height: 1;
2977
3145
  padding: 0;
2978
3146
  margin: 0;
@@ -2980,7 +3148,7 @@ body {
2980
3148
  font-size: var(--mantine-font-size-md);
2981
3149
  }
2982
3150
 
2983
- .mantine-zfPHD3v {
3151
+ .m-b5489c3c {
2984
3152
  display: flex;
2985
3153
  justify-content: space-between;
2986
3154
  align-items: center;
@@ -2993,12 +3161,12 @@ body {
2993
3161
  z-index: 1000;
2994
3162
  }
2995
3163
 
2996
- [dir="rtl"] .mantine-zfPHD3v {
3164
+ [dir="rtl"] .m-b5489c3c {
2997
3165
  --_pr: var(--mb-padding);
2998
3166
  --_pl: calc(var(--mb-padding) - calc(0.3125rem * var(--mantine-scale)));
2999
3167
  }
3000
3168
 
3001
- .mantine-4xc51-t {
3169
+ .m-60c222c7 {
3002
3170
  position: fixed;
3003
3171
  width: 100%;
3004
3172
  top: 0;
@@ -3007,31 +3175,31 @@ body {
3007
3175
  pointer-events: none;
3008
3176
  }
3009
3177
 
3010
- .mantine-z46xbr2 {
3178
+ .m-fd1ab0aa {
3011
3179
  pointer-events: all;
3012
3180
  box-shadow: var(--mb-shadow);
3013
3181
  }
3014
3182
 
3015
- .mantine-HTNzGUo {
3183
+ .m-606cb269 {
3016
3184
  margin-left: var(--_close-ml, auto);
3017
3185
  margin-right: var(--_close-mr, 0);
3018
3186
  }
3019
3187
 
3020
- [dir="rtl"] .mantine-HTNzGUo {
3188
+ [dir="rtl"] .m-606cb269 {
3021
3189
  --_close-ml: 0;
3022
3190
  --_close-mr: auto;
3023
3191
  }
3024
3192
 
3025
- .mantine-YGR5-68 {
3193
+ .m-5df29311 {
3026
3194
  padding: var(--mb-padding);
3027
3195
  padding-top: var(--_pt, var(--mb-padding));
3028
3196
  }
3029
3197
 
3030
- .mantine-YGR5-68:not(:only-child) {
3198
+ .m-5df29311:not(:only-child) {
3031
3199
  --_pt: 0;
3032
3200
  }
3033
3201
 
3034
- .mantine-lqpFSmK {
3202
+ .m-1b7284a3 {
3035
3203
  outline: 0;
3036
3204
  -webkit-tap-highlight-color: transparent;
3037
3205
  display: block;
@@ -3043,19 +3211,19 @@ body {
3043
3211
  border: var(--_paper-border-width, 0) solid var(--_paper-border-color, transparent);
3044
3212
  }
3045
3213
 
3046
- .mantine-lqpFSmK[data-with-border] {
3214
+ .m-1b7284a3[data-with-border] {
3047
3215
  --_paper-border-width: 1px;
3048
3216
  }
3049
3217
 
3050
- [data-mantine-color-scheme='light'] .mantine-lqpFSmK[data-with-border] {
3218
+ [data-mantine-color-scheme='light'] .m-1b7284a3[data-with-border] {
3051
3219
  --_paper-border-color: var(--mantine-color-gray-3);
3052
3220
  }
3053
3221
 
3054
- [data-mantine-color-scheme='dark'] .mantine-lqpFSmK[data-with-border] {
3222
+ [data-mantine-color-scheme='dark'] .m-1b7284a3[data-with-border] {
3055
3223
  --_paper-border-color: var(--mantine-color-dark-4);
3056
3224
  }
3057
3225
 
3058
- .mantine-aUY-pnb {
3226
+ .m-9814e45f {
3059
3227
  inset: 0;
3060
3228
  position: var(--_overlay-position, absolute);
3061
3229
  background: var(--overlay-bg);
@@ -3064,17 +3232,17 @@ body {
3064
3232
  z-index: var(--overlay-z-index);
3065
3233
  }
3066
3234
 
3067
- .mantine-aUY-pnb[data-fixed] {
3235
+ .m-9814e45f[data-fixed] {
3068
3236
  --_overlay-position: fixed;
3069
3237
  }
3070
3238
 
3071
- .mantine-aUY-pnb[data-center] {
3239
+ .m-9814e45f[data-center] {
3072
3240
  display: flex;
3073
3241
  align-items: center;
3074
3242
  justify-content: center;
3075
3243
  }
3076
3244
 
3077
- .mantine-5KeVJJi {
3245
+ .m-f11b401e {
3078
3246
  --drawer-size-xs: calc(20rem * var(--mantine-scale));
3079
3247
  --drawer-size-sm: calc(23.75rem * var(--mantine-scale));
3080
3248
  --drawer-size-md: calc(27.5rem * var(--mantine-scale));
@@ -3082,11 +3250,11 @@ body {
3082
3250
  --drawer-size-xl: calc(48.75rem * var(--mantine-scale));
3083
3251
  }
3084
3252
 
3085
- .mantine--zh-iwI {
3253
+ .m-5a7c2c9 {
3086
3254
  z-index: 1000;
3087
3255
  }
3088
3256
 
3089
- .mantine-LP0gMBl {
3257
+ .m-b8a05bbd {
3090
3258
  --paper-radius: 0 !important;
3091
3259
  flex: var(--drawer-flex);
3092
3260
  height: var(--drawer-height);
@@ -3096,64 +3264,64 @@ body {
3096
3264
  overflow-y: auto;
3097
3265
  }
3098
3266
 
3099
- .mantine-KKTsYnZ {
3267
+ .m-31cd769a {
3100
3268
  display: flex;
3101
3269
  justify-content: var(--drawer-justify);
3102
3270
  align-items: var(--drawer-align);
3103
3271
  }
3104
3272
 
3105
- .mantine-aYUA2uh {
3273
+ .m-e9408a47 {
3106
3274
  padding: var(--mantine-spacing-lg);
3107
3275
  padding-top: var(--mantine-spacing-xs);
3108
3276
  border-radius: var(--fieldset-radius);
3109
3277
  }
3110
3278
 
3111
- .mantine-i9y-4gb {
3279
+ .m-84c9523a {
3112
3280
  background-color: var(--_bg);
3113
3281
  border: calc(0.0625rem * var(--mantine-scale)) solid var(--_bd);
3114
3282
  }
3115
3283
 
3116
- [data-mantine-color-scheme='light'] .mantine-i9y-4gb {
3284
+ [data-mantine-color-scheme='light'] .m-84c9523a {
3117
3285
  --_bd: var(--mantine-color-gray-3);
3118
3286
  --_bg: var(--mantine-color-white);
3119
3287
  }
3120
3288
 
3121
- [data-mantine-color-scheme='dark'] .mantine-i9y-4gb {
3289
+ [data-mantine-color-scheme='dark'] .m-84c9523a {
3122
3290
  --_bd: var(--mantine-color-dark-4);
3123
3291
  --_bg: var(--mantine-color-dark-7);
3124
3292
  }
3125
3293
 
3126
- .mantine-WcH2V6P {
3294
+ .m-ef274e49 {
3127
3295
  background-color: var(--_bg);
3128
3296
  border: calc(0.0625rem * var(--mantine-scale)) solid var(--_bd);
3129
3297
  }
3130
3298
 
3131
- [data-mantine-color-scheme='light'] .mantine-WcH2V6P {
3299
+ [data-mantine-color-scheme='light'] .m-ef274e49 {
3132
3300
  --_bd: var(--mantine-color-gray-3);
3133
3301
  --_bg: var(--mantine-color-gray-0);
3134
3302
  }
3135
3303
 
3136
- [data-mantine-color-scheme='dark'] .mantine-WcH2V6P {
3304
+ [data-mantine-color-scheme='dark'] .m-ef274e49 {
3137
3305
  --_bd: var(--mantine-color-dark-4);
3138
3306
  --_bg: var(--mantine-color-dark-6);
3139
3307
  }
3140
3308
 
3141
- .mantine-N3Q57Rh {
3309
+ .m-eda993d3 {
3142
3310
  padding: 0;
3143
3311
  border: 0;
3144
3312
  border-radius: 0;
3145
3313
  }
3146
3314
 
3147
- .mantine-CEzegbW {
3315
+ .m-90794832 {
3148
3316
  font-size: var(--mantine-font-size-sm);
3149
3317
  }
3150
3318
 
3151
- .mantine-9sufIFG {
3319
+ .m-74ca27fe {
3152
3320
  padding: 0;
3153
3321
  margin-bottom: var(--mantine-spacing-sm);
3154
3322
  }
3155
3323
 
3156
- .mantine-SGOzUCS {
3324
+ .m-4081bf90 {
3157
3325
  display: flex;
3158
3326
  flex-direction: row;
3159
3327
  flex-wrap: var(--group-wrap, wrap);
@@ -3162,25 +3330,25 @@ body {
3162
3330
  gap: var(--group-gap);
3163
3331
  }
3164
3332
 
3165
- .mantine-SGOzUCS[data-grow] > * {
3333
+ .m-4081bf90[data-grow] > * {
3166
3334
  flex-grow: 1;
3167
3335
  max-width: var(--group-child-width);
3168
3336
  }
3169
3337
 
3170
- .mantine--7TY0Qe {
3338
+ .m-bcb3f3c2 {
3171
3339
  background-color: var(--_mark-bg);
3172
3340
  color: var(--mantine-color-black);
3173
3341
  }
3174
3342
 
3175
- [data-mantine-color-scheme='light'] .mantine--7TY0Qe {
3343
+ [data-mantine-color-scheme='light'] .m-bcb3f3c2 {
3176
3344
  --_mark-bg: var(--mark-bg-light);
3177
3345
  }
3178
3346
 
3179
- [data-mantine-color-scheme='dark'] .mantine--7TY0Qe {
3347
+ [data-mantine-color-scheme='dark'] .m-bcb3f3c2 {
3180
3348
  --_mark-bg: var(--mark-bg-dark);
3181
3349
  }
3182
3350
 
3183
- .mantine-w2QLGBV {
3351
+ .m-dc6f14e2 {
3184
3352
  --kbd-fz-xs: calc(0.625rem * var(--mantine-scale));
3185
3353
  --kbd-fz-sm: calc(0.75rem * var(--mantine-scale));
3186
3354
  --kbd-fz-md: calc(0.875rem * var(--mantine-scale));
@@ -3205,19 +3373,19 @@ body {
3205
3373
  color: var(--_kbd-color);
3206
3374
  }
3207
3375
 
3208
- [data-mantine-color-scheme='light'] .mantine-w2QLGBV {
3376
+ [data-mantine-color-scheme='light'] .m-dc6f14e2 {
3209
3377
  --_kbd-border-color: var(--mantine-color-gray-3);
3210
3378
  --_kbd-color: var(--mantine-color-gray-7);
3211
3379
  --_kbd-bg: var(--mantine-color-gray-0);
3212
3380
  }
3213
3381
 
3214
- [data-mantine-color-scheme='dark'] .mantine-w2QLGBV {
3382
+ [data-mantine-color-scheme='dark'] .m-dc6f14e2 {
3215
3383
  --_kbd-border-color: var(--mantine-color-dark-4);
3216
3384
  --_kbd-color: var(--mantine-color-dark-0);
3217
3385
  --_kbd-bg: var(--mantine-color-dark-5);
3218
3386
  }
3219
3387
 
3220
- .mantine-rDD4RW2 {
3388
+ .m-9df02822 {
3221
3389
  --modal-size-xs: calc(20rem * var(--mantine-scale));
3222
3390
  --modal-size-sm: calc(23.75rem * var(--mantine-scale));
3223
3391
  --modal-size-md: calc(27.5rem * var(--mantine-scale));
@@ -3225,31 +3393,31 @@ body {
3225
3393
  --modal-size-xl: calc(48.75rem * var(--mantine-scale));
3226
3394
  }
3227
3395
 
3228
- .mantine-rDD4RW2[data-full-screen] {
3396
+ .m-9df02822[data-full-screen] {
3229
3397
  --modal-border-radius: 0 !important;
3230
3398
  }
3231
3399
 
3232
- .mantine-rDD4RW2[data-full-screen] .mantine-QCnmIU- {
3400
+ .m-9df02822[data-full-screen] .m-54c44539 {
3233
3401
  --_content-flex: 0 0 100%;
3234
3402
  --_content-max-height: auto;
3235
3403
  --_content-height: 100vh;
3236
3404
  }
3237
3405
 
3238
- .mantine-rDD4RW2[data-full-screen] .mantine-htfN3CS {
3406
+ .m-9df02822[data-full-screen] .m-1f958f16 {
3239
3407
  --_inner-y-offset: 0;
3240
3408
  --_inner-x-offset: 0;
3241
3409
  }
3242
3410
 
3243
- .mantine-rDD4RW2[data-centered] .mantine-htfN3CS {
3411
+ .m-9df02822[data-centered] .m-1f958f16 {
3244
3412
  --_inner-align: center;
3245
3413
  }
3246
3414
 
3247
- .mantine-54vWEdc {
3415
+ .m-d0e2b9cd {
3248
3416
  border-top-left-radius: var(--modal-radius);
3249
3417
  border-top-right-radius: var(--modal-radius);
3250
3418
  }
3251
3419
 
3252
- .mantine-QCnmIU- {
3420
+ .m-54c44539 {
3253
3421
  flex: var(--_content-flex, 0 0 var(--modal-size));
3254
3422
  max-width: 100%;
3255
3423
  max-height: var(--_content-max-height, calc(100vh - var(--modal-y-offset) * 2));
@@ -3257,7 +3425,7 @@ body {
3257
3425
  overflow-y: auto;
3258
3426
  }
3259
3427
 
3260
- .mantine-htfN3CS {
3428
+ .m-1f958f16 {
3261
3429
  display: flex;
3262
3430
  justify-content: center;
3263
3431
  align-items: var(--_inner-align, flex-start);
@@ -3267,7 +3435,7 @@ body {
3267
3435
  padding-right: var(--_inner-x-offset, var(--modal-x-offset));
3268
3436
  }
3269
3437
 
3270
- .mantine-WAKiSWq {
3438
+ .m-45c4369d {
3271
3439
  background-color: transparent;
3272
3440
  appearance: none;
3273
3441
  min-width: calc(6.25rem * var(--mantine-scale));
@@ -3279,13 +3447,13 @@ body {
3279
3447
  padding: 0;
3280
3448
  }
3281
3449
 
3282
- .mantine-WAKiSWq::placeholder {
3450
+ .m-45c4369d::placeholder {
3283
3451
  color: var(--_input-placeholder-color);
3284
3452
  opacity: 1;
3285
3453
  }
3286
3454
 
3287
- .mantine-WAKiSWq[data-type='hidden'],
3288
- .mantine-WAKiSWq[data-type='auto'] {
3455
+ .m-45c4369d[data-type='hidden'],
3456
+ .m-45c4369d[data-type='auto'] {
3289
3457
  height: calc(0.0625rem * var(--mantine-scale));
3290
3458
  width: calc(0.0625rem * var(--mantine-scale));
3291
3459
  top: 0;
@@ -3295,40 +3463,27 @@ body {
3295
3463
  opacity: 0;
3296
3464
  }
3297
3465
 
3298
- .mantine-WAKiSWq:focus {
3466
+ .m-45c4369d:focus {
3299
3467
  outline: none;
3300
3468
  }
3301
3469
 
3302
- .mantine-WAKiSWq[data-type='auto']:focus {
3470
+ .m-45c4369d[data-type='auto']:focus {
3303
3471
  height: 1.6em;
3304
3472
  visibility: visible;
3305
3473
  opacity: 1;
3306
3474
  position: static;
3307
3475
  }
3308
3476
 
3309
- .mantine-WAKiSWq[data-pointer]:not([data-disabled], :disabled) {
3477
+ .m-45c4369d[data-pointer]:not([data-disabled], :disabled) {
3310
3478
  cursor: pointer;
3311
3479
  }
3312
3480
 
3313
- .mantine-WAKiSWq[data-disabled],
3314
- .mantine-WAKiSWq:disabled {
3481
+ .m-45c4369d[data-disabled],
3482
+ .m-45c4369d:disabled {
3315
3483
  cursor: not-allowed;
3316
3484
  }
3317
3485
 
3318
- .mantine-RShN60E {
3319
- --pg-gap-xs: calc(0.375rem * var(--mantine-scale));
3320
- --pg-gap-sm: calc(0.5rem * var(--mantine-scale));
3321
- --pg-gap-md: calc(0.625rem * var(--mantine-scale));
3322
- --pg-gap-lg: calc(0.75rem * var(--mantine-scale));
3323
- --pg-gap-xl: calc(0.75rem * var(--mantine-scale));
3324
-
3325
- display: flex;
3326
- align-items: center;
3327
- gap: var(--pg-gap);
3328
- flex-wrap: wrap;
3329
- }
3330
-
3331
- .mantine-J5gv-yj {
3486
+ .m-7cda1cd6 {
3332
3487
  --pill-fz-xs: calc(0.625rem * var(--mantine-scale));
3333
3488
  --pill-fz-sm: calc(0.75rem * var(--mantine-scale));
3334
3489
  --pill-fz-md: calc(0.875rem * var(--mantine-scale));
@@ -3358,43 +3513,43 @@ body {
3358
3513
  color: var(--_pill-color);
3359
3514
  }
3360
3515
 
3361
- [data-mantine-color-scheme='dark'] .mantine-J5gv-yj {
3516
+ [data-mantine-color-scheme='dark'] .m-7cda1cd6 {
3362
3517
  --_pill-bg: var(--mantine-color-dark-7);
3363
3518
  --_pill-color: var(--mantine-color-dark-0);
3364
3519
  }
3365
3520
 
3366
- [data-mantine-color-scheme='light'] .mantine-J5gv-yj {
3521
+ [data-mantine-color-scheme='light'] .m-7cda1cd6 {
3367
3522
  --_pill-color: var(--mantine-color-black);
3368
3523
  }
3369
3524
 
3370
- .mantine-J5gv-yj[data-with-remove] {
3525
+ .m-7cda1cd6[data-with-remove] {
3371
3526
  --_pill-padding-right: 0;
3372
3527
  }
3373
3528
 
3374
- .mantine-J5gv-yj[data-disabled],
3375
- .mantine-J5gv-yj:has(button:disabled) {
3529
+ .m-7cda1cd6[data-disabled],
3530
+ .m-7cda1cd6:has(button:disabled) {
3376
3531
  --_pill-cursor: not-allowed;
3377
3532
  }
3378
3533
 
3379
- [data-mantine-color-scheme='light'] .mantine-rXyJVOg {
3534
+ [data-mantine-color-scheme='light'] .m-44da308b {
3380
3535
  --_pill-bg: var(--mantine-color-gray-1);
3381
3536
  }
3382
3537
 
3383
- [data-mantine-color-scheme='light'] .mantine-rXyJVOg[data-disabled],
3384
- [data-mantine-color-scheme='light'] .mantine-rXyJVOg:has(button:disabled) {
3538
+ [data-mantine-color-scheme='light'] .m-44da308b[data-disabled],
3539
+ [data-mantine-color-scheme='light'] .m-44da308b:has(button:disabled) {
3385
3540
  --_pill-bg: var(--mantine-color-gray-3);
3386
3541
  }
3387
3542
 
3388
- [data-mantine-color-scheme='light'] .mantine-mDSPFyE {
3543
+ [data-mantine-color-scheme='light'] .m-e3a01f8 {
3389
3544
  --_pill-bg: var(--mantine-color-white);
3390
3545
  }
3391
3546
 
3392
- [data-mantine-color-scheme='light'] .mantine-mDSPFyE[data-disabled],
3393
- [data-mantine-color-scheme='light'] .mantine-mDSPFyE:has(button:disabled) {
3547
+ [data-mantine-color-scheme='light'] .m-e3a01f8[data-disabled],
3548
+ [data-mantine-color-scheme='light'] .m-e3a01f8:has(button:disabled) {
3394
3549
  --_pill-bg: var(--mantine-color-gray-3);
3395
3550
  }
3396
3551
 
3397
- .mantine-BmcncON {
3552
+ .m-1e0e6180 {
3398
3553
  cursor: var(--_pill-cursor, default);
3399
3554
  overflow: hidden;
3400
3555
  height: 100%;
@@ -3402,7 +3557,7 @@ body {
3402
3557
  text-overflow: ellipsis;
3403
3558
  }
3404
3559
 
3405
- .mantine-wJMJ0gV {
3560
+ .m-ae386778 {
3406
3561
  color: inherit;
3407
3562
  font-size: inherit;
3408
3563
  height: 100%;
@@ -3415,8 +3570,8 @@ body {
3415
3570
  flex: 0 1;
3416
3571
  }
3417
3572
 
3418
- .mantine-J5gv-yj[data-disabled] > .mantine-wJMJ0gV,
3419
- .mantine-wJMJ0gV:disabled {
3573
+ .m-7cda1cd6[data-disabled] > .m-ae386778,
3574
+ .m-ae386778:disabled {
3420
3575
  background-color: transparent;
3421
3576
  width: 0.8em;
3422
3577
  min-width: 0.8em;
@@ -3424,15 +3579,28 @@ body {
3424
3579
  cursor: not-allowed;
3425
3580
  }
3426
3581
 
3427
- .mantine-J5gv-yj[data-disabled] > .mantine-wJMJ0gV > svg, .mantine-wJMJ0gV:disabled > svg {
3582
+ .m-7cda1cd6[data-disabled] > .m-ae386778 > svg, .m-ae386778:disabled > svg {
3428
3583
  display: none;
3429
3584
  }
3430
3585
 
3431
- .mantine-wJMJ0gV > svg {
3586
+ .m-ae386778 > svg {
3432
3587
  pointer-events: none;
3433
3588
  }
3434
3589
 
3435
- .mantine-YiPmNPd {
3590
+ .m-1dcfd90b {
3591
+ --pg-gap-xs: calc(0.375rem * var(--mantine-scale));
3592
+ --pg-gap-sm: calc(0.5rem * var(--mantine-scale));
3593
+ --pg-gap-md: calc(0.625rem * var(--mantine-scale));
3594
+ --pg-gap-lg: calc(0.75rem * var(--mantine-scale));
3595
+ --pg-gap-xl: calc(0.75rem * var(--mantine-scale));
3596
+
3597
+ display: flex;
3598
+ align-items: center;
3599
+ gap: var(--pg-gap);
3600
+ flex-wrap: wrap;
3601
+ }
3602
+
3603
+ .m-a513464 {
3436
3604
  overflow: hidden;
3437
3605
  box-sizing: border-box;
3438
3606
  position: relative;
@@ -3448,7 +3616,7 @@ body {
3448
3616
  background-color: var(--_bg);
3449
3617
  }
3450
3618
 
3451
- .mantine-YiPmNPd::before {
3619
+ .m-a513464::before {
3452
3620
  content: '';
3453
3621
  display: block;
3454
3622
  position: absolute;
@@ -3460,43 +3628,43 @@ body {
3460
3628
  background-color: var(--notification-color);
3461
3629
  }
3462
3630
 
3463
- [dir="rtl"] .mantine-YiPmNPd::before {
3631
+ [dir="rtl"] .m-a513464::before {
3464
3632
  right: calc(0.25rem * var(--mantine-scale));
3465
3633
  left: auto;
3466
3634
  }
3467
3635
 
3468
- .mantine-YiPmNPd[data-with-icon] {
3636
+ .m-a513464[data-with-icon] {
3469
3637
  --_root-padding-left: var(--mantine-spacing-xs);
3470
3638
  }
3471
3639
 
3472
- .mantine-YiPmNPd[data-with-icon]::before {
3640
+ .m-a513464[data-with-icon]::before {
3473
3641
  display: none;
3474
3642
  }
3475
3643
 
3476
- [dir="rtl"] .mantine-YiPmNPd[data-with-icon] {
3644
+ [dir="rtl"] .m-a513464[data-with-icon] {
3477
3645
  --_root-padding-right: var(--mantine-spacing-xs);
3478
3646
  }
3479
3647
 
3480
- .mantine-YiPmNPd[data-with-border] {
3648
+ .m-a513464[data-with-border] {
3481
3649
  --_border: calc(0.0625rem * var(--mantine-scale)) solid var(--_border-color);
3482
3650
  }
3483
3651
 
3484
- [dir="rtl"] .mantine-YiPmNPd {
3652
+ [dir="rtl"] .m-a513464 {
3485
3653
  --_root-padding-right: calc(1.375rem * var(--mantine-scale));
3486
3654
  --_root-padding-left: var(--mantine-spacing-xs);
3487
3655
  }
3488
3656
 
3489
- [data-mantine-color-scheme='light'] .mantine-YiPmNPd {
3657
+ [data-mantine-color-scheme='light'] .m-a513464 {
3490
3658
  --_border-color: var(--mantine-color-gray-3);
3491
3659
  --_bg: var(--mantine-color-white);
3492
3660
  }
3493
3661
 
3494
- [data-mantine-color-scheme='dark'] .mantine-YiPmNPd {
3662
+ [data-mantine-color-scheme='dark'] .m-a513464 {
3495
3663
  --_border-color: var(--mantine-color-dark-4);
3496
3664
  --_bg: var(--mantine-color-dark-6);
3497
3665
  }
3498
3666
 
3499
- .mantine-VESwnzc {
3667
+ .m-a4ceffb {
3500
3668
  box-sizing: border-box;
3501
3669
  margin-right: var(--_icon-margin-right, var(--mantine-spacing-md));
3502
3670
  margin-left: var(--_icon-margin-left, 0);
@@ -3510,34 +3678,34 @@ body {
3510
3678
  color: var(--mantine-color-white);
3511
3679
  }
3512
3680
 
3513
- [dir="rtl"] .mantine-VESwnzc {
3681
+ [dir="rtl"] .m-a4ceffb {
3514
3682
  --_icon-margin-right: 0;
3515
3683
  --_icon-margin-left: var(--mantine-spacing-md);
3516
3684
  }
3517
3685
 
3518
- .mantine-l9ZVklH {
3686
+ .m-b0920b15 {
3519
3687
  margin-right: var(--_icon-margin-right, var(--mantine-spacing-md));
3520
3688
  margin-left: var(--_icon-margin-left, 0);
3521
3689
  }
3522
3690
 
3523
- [dir="rtl"] .mantine-l9ZVklH {
3691
+ [dir="rtl"] .m-b0920b15 {
3524
3692
  --_icon-margin-right: 0;
3525
3693
  --_icon-margin-left: var(--mantine-spacing-md);
3526
3694
  }
3527
3695
 
3528
- .mantine-afBXh4T {
3696
+ .m-a49ed24 {
3529
3697
  flex: 1 1;
3530
3698
  overflow: hidden;
3531
3699
  margin-right: var(--_body-margin-right, var(--mantine-spacing-xs));
3532
3700
  margin-left: var(--_body-margin-left, 0);
3533
3701
  }
3534
3702
 
3535
- [dir="rtl"] .mantine-afBXh4T {
3703
+ [dir="rtl"] .m-a49ed24 {
3536
3704
  --_body-margin-right: 0;
3537
3705
  --_body-margin-left: var(--mantine-spacing-xs);
3538
3706
  }
3539
3707
 
3540
- .mantine-6U4b0QN {
3708
+ .m-3feedf16 {
3541
3709
  line-height: 1.4;
3542
3710
  margin-bottom: calc(0.125rem * var(--mantine-scale));
3543
3711
  overflow: hidden;
@@ -3545,50 +3713,128 @@ body {
3545
3713
  color: var(--_title-color);
3546
3714
  }
3547
3715
 
3548
- [data-mantine-color-scheme='light'] .mantine-6U4b0QN {
3716
+ [data-mantine-color-scheme='light'] .m-3feedf16 {
3549
3717
  --_title-color: var(--mantine-color-gray-9);
3550
3718
  }
3551
3719
 
3552
- [data-mantine-color-scheme='dark'] .mantine-6U4b0QN {
3720
+ [data-mantine-color-scheme='dark'] .m-3feedf16 {
3553
3721
  --_title-color: var(--mantine-color-white);
3554
3722
  }
3555
3723
 
3556
- .mantine-JSUKYq9 {
3724
+ .m-3d733a3a {
3557
3725
  color: var(--_description-color);
3558
3726
  line-height: 1.4;
3559
3727
  overflow: hidden;
3560
3728
  text-overflow: ellipsis;
3561
3729
  }
3562
3730
 
3563
- [data-mantine-color-scheme='light'] .mantine-JSUKYq9[data-with-title] {
3731
+ [data-mantine-color-scheme='light'] .m-3d733a3a[data-with-title] {
3564
3732
  --_description-color: var(--mantine-color-gray-6);
3565
3733
  }
3566
3734
 
3567
- [data-mantine-color-scheme='dark'] .mantine-JSUKYq9[data-with-title] {
3735
+ [data-mantine-color-scheme='dark'] .m-3d733a3a[data-with-title] {
3568
3736
  --_description-color: var(--mantine-color-dark-2);
3569
3737
  }
3570
3738
 
3571
- [data-mantine-color-scheme='light'] .mantine-JSUKYq9 {
3739
+ [data-mantine-color-scheme='light'] .m-3d733a3a {
3572
3740
  --_description-color: var(--mantine-color-black);
3573
3741
  }
3574
3742
 
3575
- [data-mantine-color-scheme='dark'] .mantine-JSUKYq9 {
3743
+ [data-mantine-color-scheme='dark'] .m-3d733a3a {
3576
3744
  --_description-color: var(--mantine-color-dark-0);
3577
3745
  }
3578
3746
 
3579
- .mantine-SusVh0K:hover {
3747
+ .m-919a4d88:hover {
3580
3748
  background-color: var(--_close-button-hover-bg);
3581
3749
  }
3582
3750
 
3583
- [data-mantine-color-scheme='light'] .mantine-SusVh0K:hover {
3751
+ [data-mantine-color-scheme='light'] .m-919a4d88:hover {
3584
3752
  --_close-button-hover-bg: var(--mantine-color-gray-0);
3585
3753
  }
3586
3754
 
3587
- [data-mantine-color-scheme='dark'] .mantine-SusVh0K:hover {
3755
+ [data-mantine-color-scheme='dark'] .m-919a4d88:hover {
3588
3756
  --_close-button-hover-bg: var(--mantine-color-dark-8);
3589
3757
  }
3590
3758
 
3591
- .mantine-7LbAahg {
3759
+ .m-4addd315 {
3760
+ --pagination-control-size-xs: calc(1.375rem * var(--mantine-scale));
3761
+ --pagination-control-size-sm: calc(1.625rem * var(--mantine-scale));
3762
+ --pagination-control-size-md: calc(2rem * var(--mantine-scale));
3763
+ --pagination-control-size-lg: calc(2.375rem * var(--mantine-scale));
3764
+ --pagination-control-size-xl: calc(2.75rem * var(--mantine-scale));
3765
+ }
3766
+
3767
+ .m-326d024a {
3768
+ display: flex;
3769
+ align-items: center;
3770
+ justify-content: center;
3771
+ border: calc(0.0625rem * var(--mantine-scale)) solid var(--_control-border-color);
3772
+ cursor: var(--_control-cursor, pointer);
3773
+ color: var(--_control-color, var(--mantine-color-text));
3774
+ height: var(--pagination-control-size);
3775
+ min-width: var(--pagination-control-size);
3776
+ font-size: var(--pagination-control-fz);
3777
+ padding: var(--_control-padding, 0);
3778
+ line-height: 1;
3779
+ background-color: var(--_control-bg-color);
3780
+ border-radius: var(--pagination-control-radius);
3781
+ opacity: var(--_control-opacity, 1);
3782
+ }
3783
+
3784
+ .m-326d024a[data-with-padding] {
3785
+ --_control-padding: calc(var(--pagination-control-size) / 4);
3786
+ }
3787
+
3788
+ .m-326d024a:disabled,
3789
+ .m-326d024a[data-disabled] {
3790
+ --_control-cursor: not-allowed;
3791
+ --_control-opacity: 0.4;
3792
+ }
3793
+
3794
+ .m-326d024a[data-active] {
3795
+ --_control-bg-color: var(--pagination-active-bg) !important;
3796
+ --_control-border-color: var(--pagination-active-bg) !important;
3797
+ --_control-color: var(--mantine-color-white);
3798
+ }
3799
+
3800
+ [data-mantine-color-scheme='light'] .m-326d024a {
3801
+ --_control-border-color: var(--mantine-color-gray-4);
3802
+ --_control-bg-color: var(--mantine-color-white);
3803
+ --_control-bg-hover: var(--mantine-color-gray-0);
3804
+ }
3805
+
3806
+ [data-mantine-color-scheme='dark'] .m-326d024a {
3807
+ --_control-border-color: var(--mantine-color-dark-4);
3808
+ --_control-bg-color: var(--mantine-color-dark-6);
3809
+ --_control-bg-hover: var(--mantine-color-dark-5);
3810
+ }
3811
+
3812
+ @media (hover: hover) {
3813
+ .m-326d024a:hover:not(:disabled, [data-disabled]) {
3814
+ --_control-bg-color: var(--_control-bg-hover);
3815
+ }
3816
+ }
3817
+
3818
+ @media (hover: none) {
3819
+ .m-326d024a:active:not(:disabled, [data-disabled]) {
3820
+ --_control-bg-color: var(--_control-bg-hover);
3821
+ }
3822
+ }
3823
+
3824
+ [dir="rtl"] .m-326d024a > svg {
3825
+ transform: rotate(180deg);
3826
+ }
3827
+
3828
+ .m-4ad7767d {
3829
+ height: var(--pagination-control-size);
3830
+ min-width: var(--pagination-control-size);
3831
+ display: flex;
3832
+ align-items: center;
3833
+ justify-content: center;
3834
+ pointer-events: none;
3835
+ }
3836
+
3837
+ .m-cf365364 {
3592
3838
  --sc-padding-xs: calc(0.1875rem * var(--mantine-scale)) calc(0.375rem * var(--mantine-scale));
3593
3839
  --sc-padding-sm: calc(0.3125rem * var(--mantine-scale)) calc(0.625rem * var(--mantine-scale));
3594
3840
  --sc-padding-md: calc(0.4375rem * var(--mantine-scale)) calc(0.875rem * var(--mantine-scale));
@@ -3605,29 +3851,29 @@ body {
3605
3851
  padding: 4px;
3606
3852
  } /* px required for correct indicator calculations */
3607
3853
 
3608
- .mantine-7LbAahg[data-full-width] {
3854
+ .m-cf365364[data-full-width] {
3609
3855
  --_display: flex;
3610
3856
  }
3611
3857
 
3612
- .mantine-7LbAahg[data-orientation='vertical'] {
3858
+ .m-cf365364[data-orientation='vertical'] {
3613
3859
  --_display: flex;
3614
3860
  --_flex-direction: column;
3615
3861
  --_width: max-content;
3616
3862
  }
3617
3863
 
3618
- .mantine-7LbAahg[data-orientation='vertical'][data-full-width] {
3864
+ .m-cf365364[data-orientation='vertical'][data-full-width] {
3619
3865
  --_width: auto;
3620
3866
  }
3621
3867
 
3622
- [data-mantine-color-scheme='light'] .mantine-7LbAahg {
3868
+ [data-mantine-color-scheme='light'] .m-cf365364 {
3623
3869
  --_bg: var(--mantine-color-gray-1);
3624
3870
  }
3625
3871
 
3626
- [data-mantine-color-scheme='dark'] .mantine-7LbAahg {
3872
+ [data-mantine-color-scheme='dark'] .m-cf365364 {
3627
3873
  --_bg: var(--mantine-color-dark-8);
3628
3874
  }
3629
3875
 
3630
- .mantine---46L-G {
3876
+ .m-9e182ccd {
3631
3877
  position: absolute;
3632
3878
  display: block;
3633
3879
  z-index: 1;
@@ -3641,17 +3887,17 @@ body {
3641
3887
  background-color: var(--_bg);
3642
3888
  }
3643
3889
 
3644
- [data-mantine-color-scheme='light'] .mantine---46L-G {
3890
+ [data-mantine-color-scheme='light'] .m-9e182ccd {
3645
3891
  --_box-shadow: var(--sc-shadow, none);
3646
3892
  --_bg: var(--sc-color, var(--mantine-color-white));
3647
3893
  }
3648
3894
 
3649
- [data-mantine-color-scheme='dark'] .mantine---46L-G {
3895
+ [data-mantine-color-scheme='dark'] .m-9e182ccd {
3650
3896
  --_box-shadow: none;
3651
3897
  --_bg: var(--sc-color, var(--mantine-color-dark-5));
3652
3898
  }
3653
3899
 
3654
- .mantine-xOh3CVo {
3900
+ .m-1738fcb2 {
3655
3901
  -webkit-tap-highlight-color: transparent;
3656
3902
  font-weight: 500;
3657
3903
  display: block;
@@ -3671,76 +3917,76 @@ body {
3671
3917
  outline: var(--_outline, none);
3672
3918
  }
3673
3919
 
3674
- fieldset:disabled .mantine-xOh3CVo,
3675
- .mantine-xOh3CVo[data-disabled] {
3920
+ fieldset:disabled .m-1738fcb2,
3921
+ .m-1738fcb2[data-disabled] {
3676
3922
  --_cursor: not-allowed;
3677
3923
  }
3678
3924
 
3679
- [data-mantine-color-scheme='light'] fieldset:disabled .mantine-xOh3CVo, [data-mantine-color-scheme='light'] .mantine-xOh3CVo[data-disabled] {
3925
+ [data-mantine-color-scheme='light'] fieldset:disabled .m-1738fcb2, [data-mantine-color-scheme='light'] .m-1738fcb2[data-disabled] {
3680
3926
  --_color: var(--mantine-color-gray-5);
3681
3927
  }
3682
3928
 
3683
- [data-mantine-color-scheme='dark'] fieldset:disabled .mantine-xOh3CVo, [data-mantine-color-scheme='dark'] .mantine-xOh3CVo[data-disabled] {
3929
+ [data-mantine-color-scheme='dark'] fieldset:disabled .m-1738fcb2, [data-mantine-color-scheme='dark'] .m-1738fcb2[data-disabled] {
3684
3930
  --_color: var(--mantine-color-dark-3);
3685
3931
  }
3686
3932
 
3687
- [data-mantine-color-scheme='light'] .mantine-xOh3CVo[data-active] {
3933
+ [data-mantine-color-scheme='light'] .m-1738fcb2[data-active] {
3688
3934
  --_color: var(--sc-label-color, var(--mantine-color-black));
3689
3935
  }
3690
3936
 
3691
- [data-mantine-color-scheme='dark'] .mantine-xOh3CVo[data-active] {
3937
+ [data-mantine-color-scheme='dark'] .m-1738fcb2[data-active] {
3692
3938
  --_color: var(--sc-label-color, var(--mantine-color-white));
3693
3939
  }
3694
3940
 
3695
3941
  @media (hover: hover) {
3696
- [data-mantine-color-scheme='light'] .mantine-xOh3CVo:not([data-disabled]):not([data-active]):hover {
3942
+ [data-mantine-color-scheme='light'] .m-1738fcb2:not([data-disabled]):not([data-active]):hover {
3697
3943
  --_color: var(--mantine-color-black);
3698
3944
  }
3699
3945
 
3700
- [data-mantine-color-scheme='dark'] .mantine-xOh3CVo:not([data-disabled]):not([data-active]):hover {
3946
+ [data-mantine-color-scheme='dark'] .m-1738fcb2:not([data-disabled]):not([data-active]):hover {
3701
3947
  --_color: var(--mantine-color-white);
3702
3948
  }
3703
3949
  }
3704
3950
 
3705
3951
  @media (hover: none) {
3706
- [data-mantine-color-scheme='light'] .mantine-xOh3CVo:not([data-disabled]):not([data-active]):active {
3952
+ [data-mantine-color-scheme='light'] .m-1738fcb2:not([data-disabled]):not([data-active]):active {
3707
3953
  --_color: var(--mantine-color-black);
3708
3954
  }
3709
3955
 
3710
- [data-mantine-color-scheme='dark'] .mantine-xOh3CVo:not([data-disabled]):not([data-active]):active {
3956
+ [data-mantine-color-scheme='dark'] .m-1738fcb2:not([data-disabled]):not([data-active]):active {
3711
3957
  --_color: var(--mantine-color-white);
3712
3958
  }
3713
3959
  }
3714
3960
 
3715
3961
  @media (hover: hover) {
3716
- [data-mantine-color-scheme='light'] fieldset:disabled .mantine-xOh3CVo:hover {
3962
+ [data-mantine-color-scheme='light'] fieldset:disabled .m-1738fcb2:hover {
3717
3963
  --_color: var(--mantine-color-gray-5) !important;
3718
3964
  }
3719
3965
 
3720
- [data-mantine-color-scheme='dark'] fieldset:disabled .mantine-xOh3CVo:hover {
3966
+ [data-mantine-color-scheme='dark'] fieldset:disabled .m-1738fcb2:hover {
3721
3967
  --_color: var(--mantine-color-dark-3) !important;
3722
3968
  }
3723
3969
  }
3724
3970
 
3725
3971
  @media (hover: none) {
3726
- [data-mantine-color-scheme='light'] fieldset:disabled .mantine-xOh3CVo:active {
3972
+ [data-mantine-color-scheme='light'] fieldset:disabled .m-1738fcb2:active {
3727
3973
  --_color: var(--mantine-color-gray-5) !important;
3728
3974
  }
3729
3975
 
3730
- [data-mantine-color-scheme='dark'] fieldset:disabled .mantine-xOh3CVo:active {
3976
+ [data-mantine-color-scheme='dark'] fieldset:disabled .m-1738fcb2:active {
3731
3977
  --_color: var(--mantine-color-dark-3) !important;
3732
3978
  }
3733
3979
  }
3734
3980
 
3735
- [data-mantine-color-scheme='light'] .mantine-xOh3CVo {
3981
+ [data-mantine-color-scheme='light'] .m-1738fcb2 {
3736
3982
  --_color: var(--mantine-color-gray-7);
3737
3983
  }
3738
3984
 
3739
- [data-mantine-color-scheme='dark'] .mantine-xOh3CVo {
3985
+ [data-mantine-color-scheme='dark'] .m-1738fcb2 {
3740
3986
  --_color: var(--mantine-color-dark-1);
3741
3987
  }
3742
3988
 
3743
- .mantine-i69xIe7 {
3989
+ .m-1714d588 {
3744
3990
  height: 0;
3745
3991
  width: 0;
3746
3992
  position: absolute;
@@ -3749,22 +3995,22 @@ fieldset:disabled .mantine-xOh3CVo,
3749
3995
  opacity: 0;
3750
3996
  }
3751
3997
 
3752
- .mantine-i69xIe7[data-focus-ring='auto']:focus:focus-visible + .mantine-xOh3CVo {
3998
+ .m-1714d588[data-focus-ring='auto']:focus:focus-visible + .m-1738fcb2 {
3753
3999
  --_outline: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-color-blue-filled);
3754
4000
  }
3755
4001
 
3756
- .mantine-i69xIe7[data-focus-ring='always']:focus + .mantine-xOh3CVo {
4002
+ .m-1714d588[data-focus-ring='always']:focus + .m-1738fcb2 {
3757
4003
  --_outline: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-color-blue-filled);
3758
4004
  }
3759
4005
 
3760
- .mantine-y34erSP {
4006
+ .m-69686b9b {
3761
4007
  position: relative;
3762
4008
  flex: 1 1;
3763
4009
  z-index: 2;
3764
4010
  transition: border-color var(--sc-transition-duration) var(--sc-transition-timing-function);
3765
4011
  }
3766
4012
 
3767
- .mantine-y34erSP::before {
4013
+ .m-69686b9b::before {
3768
4014
  content: '';
3769
4015
  position: absolute;
3770
4016
  top: 0;
@@ -3775,12 +4021,12 @@ fieldset:disabled .mantine-xOh3CVo,
3775
4021
  transition: background-color var(--sc-transition-duration) var(--sc-transition-timing-function);
3776
4022
  }
3777
4023
 
3778
- [dir="rtl"] .mantine-y34erSP::before {
4024
+ [dir="rtl"] .m-69686b9b::before {
3779
4025
  right: 0;
3780
4026
  left: auto;
3781
4027
  }
3782
4028
 
3783
- .mantine-y34erSP[data-orientation='vertical']::before {
4029
+ .m-69686b9b[data-orientation='vertical']::before {
3784
4030
  top: 0;
3785
4031
  left: 0;
3786
4032
  right: 0;
@@ -3789,23 +4035,74 @@ fieldset:disabled .mantine-xOh3CVo,
3789
4035
  width: auto;
3790
4036
  }
3791
4037
 
3792
- [data-mantine-color-scheme='light'] .mantine-y34erSP {
4038
+ [data-mantine-color-scheme='light'] .m-69686b9b {
3793
4039
  --_separator-color: var(--mantine-color-gray-3);
3794
4040
  }
3795
4041
 
3796
- [data-mantine-color-scheme='dark'] .mantine-y34erSP {
4042
+ [data-mantine-color-scheme='dark'] .m-69686b9b {
3797
4043
  --_separator-color: var(--mantine-color-dark-4);
3798
4044
  }
3799
4045
 
3800
- .mantine-y34erSP:first-of-type::before {
4046
+ .m-69686b9b:first-of-type::before {
3801
4047
  --_separator-color: transparent;
3802
4048
  }
3803
4049
 
3804
- [data-mantine-color-scheme] .mantine-y34erSP[data-active]::before, [data-mantine-color-scheme] .mantine-y34erSP[data-active] + .mantine-y34erSP::before {
4050
+ [data-mantine-color-scheme] .m-69686b9b[data-active]::before, [data-mantine-color-scheme] .m-69686b9b[data-active] + .m-69686b9b::before {
3805
4051
  --_separator-color: transparent;
3806
4052
  }
3807
4053
 
3808
- .mantine-nol3fL4 {
4054
+ @keyframes m-299c329c {
4055
+ 0%,
4056
+ 100% {
4057
+ opacity: 0.4;
4058
+ }
4059
+
4060
+ 50% {
4061
+ opacity: 1;
4062
+ }
4063
+ }
4064
+
4065
+ .m-18320242 {
4066
+ height: var(--skeleton-height);
4067
+ width: var(--skeleton-width);
4068
+ border-radius: var(--skeleton-radius);
4069
+ position: relative;
4070
+ transform: translateZ(0);
4071
+ -webkit-transform: translateZ(0);
4072
+ }
4073
+
4074
+ .m-18320242[data-animate]::after {
4075
+ animation: m-299c329c 1500ms linear infinite;
4076
+ }
4077
+
4078
+ .m-18320242[data-visible] {
4079
+ overflow: hidden;
4080
+ }
4081
+
4082
+ .m-18320242[data-visible]::before {
4083
+ position: absolute;
4084
+ content: '';
4085
+ inset: 0;
4086
+ z-index: 10;
4087
+ background-color: var(--mantine-color-body);
4088
+ }
4089
+
4090
+ .m-18320242[data-visible]::after {
4091
+ position: absolute;
4092
+ content: '';
4093
+ inset: 0;
4094
+ z-index: 11;
4095
+ }
4096
+
4097
+ [data-mantine-color-scheme='light'] .m-18320242[data-visible]::after {
4098
+ background-color: var(--mantine-color-gray-3);
4099
+ }
4100
+
4101
+ [data-mantine-color-scheme='dark'] .m-18320242[data-visible]::after {
4102
+ background-color: var(--mantine-color-dark-4);
4103
+ }
4104
+
4105
+ .m-dd36362e {
3809
4106
  --slider-size-xs: calc(0.25rem * var(--mantine-scale));
3810
4107
  --slider-size-sm: calc(0.375rem * var(--mantine-scale));
3811
4108
  --slider-size-md: calc(0.5rem * var(--mantine-scale));
@@ -3824,17 +4121,17 @@ fieldset:disabled .mantine-xOh3CVo,
3824
4121
  position: relative;
3825
4122
  }
3826
4123
 
3827
- [data-mantine-color-scheme='light'] .mantine-nol3fL4 {
4124
+ [data-mantine-color-scheme='light'] .m-dd36362e {
3828
4125
  --slider-track-bg: var(--mantine-color-gray-2);
3829
4126
  --slider-track-disabled-bg: var(--mantine-color-gray-4);
3830
4127
  }
3831
4128
 
3832
- [data-mantine-color-scheme='dark'] .mantine-nol3fL4 {
4129
+ [data-mantine-color-scheme='dark'] .m-dd36362e {
3833
4130
  --slider-track-bg: var(--mantine-color-dark-4);
3834
4131
  --slider-track-disabled-bg: var(--mantine-color-dark-3);
3835
4132
  }
3836
4133
 
3837
- .mantine-xKQTtLt {
4134
+ .m-c9357328 {
3838
4135
  position: absolute;
3839
4136
  top: calc(-2.25rem * var(--mantine-scale));
3840
4137
  background-color: var(--_label-bg);
@@ -3848,15 +4145,15 @@ fieldset:disabled .mantine-xOh3CVo,
3848
4145
  touch-action: none;
3849
4146
  }
3850
4147
 
3851
- [data-mantine-color-scheme='light'] .mantine-xKQTtLt {
4148
+ [data-mantine-color-scheme='light'] .m-c9357328 {
3852
4149
  --_label-bg: var(--mantine-color-gray-9);
3853
4150
  }
3854
4151
 
3855
- [data-mantine-color-scheme='dark'] .mantine-xKQTtLt {
4152
+ [data-mantine-color-scheme='dark'] .m-c9357328 {
3856
4153
  --_label-bg: var(--mantine-color-dark-4);
3857
4154
  }
3858
4155
 
3859
- .mantine-sJmZ8C4 {
4156
+ .m-c9a9a60a {
3860
4157
  position: absolute;
3861
4158
  display: var(--_thumb-display, flex);
3862
4159
  height: var(--slider-thumb-size);
@@ -3879,32 +4176,32 @@ fieldset:disabled .mantine-xOh3CVo,
3879
4176
  left: var(--slider-thumb-offset);
3880
4177
  }
3881
4178
 
3882
- [dir="rtl"] .mantine-sJmZ8C4 {
4179
+ [dir="rtl"] .m-c9a9a60a {
3883
4180
  left: auto;
3884
4181
  right: calc(var(--slider-thumb-offset) - var(--slider-thumb-size));
3885
4182
  }
3886
4183
 
3887
- fieldset:disabled .mantine-sJmZ8C4,
3888
- .mantine-sJmZ8C4[data-disabled] {
4184
+ fieldset:disabled .m-c9a9a60a,
4185
+ .m-c9a9a60a[data-disabled] {
3889
4186
  --_thumb-display: none;
3890
4187
  }
3891
4188
 
3892
- .mantine-sJmZ8C4[data-dragging] {
4189
+ .m-c9a9a60a[data-dragging] {
3893
4190
  --_thumb-transform: translate(-50%, -50%) scale(1.05);
3894
4191
  --_thumb-box-shadow: var(--mantine-shadow-sm);
3895
4192
  }
3896
4193
 
3897
- [data-mantine-color-scheme='light'] .mantine-sJmZ8C4 {
4194
+ [data-mantine-color-scheme='light'] .m-c9a9a60a {
3898
4195
  --_thumb-bd: var(--slider-color);
3899
4196
  --_thumb-bg: var(--mantine-color-white);
3900
4197
  }
3901
4198
 
3902
- [data-mantine-color-scheme='dark'] .mantine-sJmZ8C4 {
4199
+ [data-mantine-color-scheme='dark'] .m-c9a9a60a {
3903
4200
  --_thumb-bd: var(--mantine-color-white);
3904
4201
  --_thumb-bg: var(--slider-color);
3905
4202
  }
3906
4203
 
3907
- .mantine-kRMnp6I {
4204
+ .m-a8645c2 {
3908
4205
  display: flex;
3909
4206
  align-items: center;
3910
4207
  width: 100%;
@@ -3912,27 +4209,27 @@ fieldset:disabled .mantine-sJmZ8C4,
3912
4209
  cursor: var(--_track-cursor, pointer);
3913
4210
  }
3914
4211
 
3915
- fieldset:disabled .mantine-kRMnp6I,
3916
- .mantine-kRMnp6I[data-disabled] {
4212
+ fieldset:disabled .m-a8645c2,
4213
+ .m-a8645c2[data-disabled] {
3917
4214
  --_track-cursor: not-allowed;
3918
4215
  }
3919
4216
 
3920
- .mantine-jorJI0e {
4217
+ .m-c9ade57f {
3921
4218
  position: relative;
3922
4219
  width: 100%;
3923
4220
  height: var(--slider-size);
3924
4221
  }
3925
4222
 
3926
- .mantine-jorJI0e[data-inverted]:not([data-disabled]) {
4223
+ .m-c9ade57f[data-inverted]:not([data-disabled]) {
3927
4224
  --_track-bg: var(--slider-color);
3928
4225
  }
3929
4226
 
3930
- fieldset:disabled .mantine-jorJI0e[data-inverted],
3931
- .mantine-jorJI0e[data-inverted][data-disabled] {
4227
+ fieldset:disabled .m-c9ade57f[data-inverted],
4228
+ .m-c9ade57f[data-inverted][data-disabled] {
3932
4229
  --_track-bg: var(--slider-track-disabled-bg);
3933
4230
  }
3934
4231
 
3935
- .mantine-jorJI0e::before {
4232
+ .m-c9ade57f::before {
3936
4233
  content: '';
3937
4234
  position: absolute;
3938
4235
  top: 0;
@@ -3944,7 +4241,7 @@ fieldset:disabled .mantine-jorJI0e[data-inverted],
3944
4241
  z-index: 0;
3945
4242
  }
3946
4243
 
3947
- .mantine-NegW5ug {
4244
+ .m-38aeed47 {
3948
4245
  position: absolute;
3949
4246
  z-index: 1;
3950
4247
  top: 0;
@@ -3955,29 +4252,29 @@ fieldset:disabled .mantine-jorJI0e[data-inverted],
3955
4252
  left: var(--slider-bar-offset);
3956
4253
  }
3957
4254
 
3958
- [dir="rtl"] .mantine-NegW5ug {
4255
+ [dir="rtl"] .m-38aeed47 {
3959
4256
  left: auto;
3960
4257
  right: var(--slider-bar-offset);
3961
4258
  }
3962
4259
 
3963
- .mantine-NegW5ug[data-inverted] {
4260
+ .m-38aeed47[data-inverted] {
3964
4261
  --_bar-bg: var(--slider-track-bg);
3965
4262
  }
3966
4263
 
3967
- fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
3968
- .mantine-NegW5ug[data-disabled]:not([data-inverted]) {
4264
+ fieldset:disabled .m-38aeed47:not([data-inverted]),
4265
+ .m-38aeed47[data-disabled]:not([data-inverted]) {
3969
4266
  --_bar-bg: var(--_bar-disabled-bg);
3970
4267
  }
3971
4268
 
3972
- [data-mantine-color-scheme='light'] .mantine-NegW5ug {
4269
+ [data-mantine-color-scheme='light'] .m-38aeed47 {
3973
4270
  --_bar-disabled-bg: var(--mantine-color-gray-4);
3974
4271
  }
3975
4272
 
3976
- [data-mantine-color-scheme='dark'] .mantine-NegW5ug {
4273
+ [data-mantine-color-scheme='dark'] .m-38aeed47 {
3977
4274
  --_bar-disabled-bg: var(--mantine-color-dark-3);
3978
4275
  }
3979
4276
 
3980
- .mantine-uvc-APn {
4277
+ .m-b7b0423a {
3981
4278
  position: absolute;
3982
4279
  left: calc(var(--mark-offset) - var(--slider-size) / 2);
3983
4280
  top: 0;
@@ -3986,12 +4283,12 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
3986
4283
  pointer-events: none;
3987
4284
  }
3988
4285
 
3989
- [dir="rtl"] .mantine-uvc-APn {
4286
+ [dir="rtl"] .m-b7b0423a {
3990
4287
  left: unset;
3991
4288
  right: calc(var(--mark-offset) - var(--slider-size) / 2);
3992
4289
  }
3993
4290
 
3994
- .mantine-Qm4b1ye {
4291
+ .m-dd33bc19 {
3995
4292
  border: calc(0.125rem * var(--mantine-scale)) solid var(--_mark-bd);
3996
4293
  height: var(--slider-size);
3997
4294
  width: var(--slider-size);
@@ -4001,27 +4298,27 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4001
4298
  pointer-events: none;
4002
4299
  }
4003
4300
 
4004
- [data-mantine-color-scheme] .mantine-Qm4b1ye[data-filled] {
4301
+ [data-mantine-color-scheme] .m-dd33bc19[data-filled] {
4005
4302
  --_mark-bd: var(--slider-color);
4006
4303
  }
4007
4304
 
4008
- [data-mantine-color-scheme='light'] .mantine-Qm4b1ye[data-filled][data-disabled] {
4305
+ [data-mantine-color-scheme='light'] .m-dd33bc19[data-filled][data-disabled] {
4009
4306
  --_mark-bd: var(--mantine-color-gray-4);
4010
4307
  }
4011
4308
 
4012
- [data-mantine-color-scheme='dark'] .mantine-Qm4b1ye[data-filled][data-disabled] {
4309
+ [data-mantine-color-scheme='dark'] .m-dd33bc19[data-filled][data-disabled] {
4013
4310
  --_mark-bd: var(--mantine-color-dark-3);
4014
4311
  }
4015
4312
 
4016
- [data-mantine-color-scheme='light'] .mantine-Qm4b1ye {
4313
+ [data-mantine-color-scheme='light'] .m-dd33bc19 {
4017
4314
  --_mark-bd: var(--mantine-color-gray-2);
4018
4315
  }
4019
4316
 
4020
- [data-mantine-color-scheme='dark'] .mantine-Qm4b1ye {
4317
+ [data-mantine-color-scheme='dark'] .m-dd33bc19 {
4021
4318
  --_mark-bd: var(--mantine-color-dark-4);
4022
4319
  }
4023
4320
 
4024
- .mantine-0j-3iGC {
4321
+ .m-68c77a5b {
4025
4322
  transform: translate(calc(-50% + var(--slider-size) / 2), calc(var(--mantine-spacing-xs) / 2));
4026
4323
  font-size: var(--mantine-font-size-sm);
4027
4324
  color: var(--_mark-label-color);
@@ -4030,15 +4327,15 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4030
4327
  user-select: none;
4031
4328
  }
4032
4329
 
4033
- [data-mantine-color-scheme='light'] .mantine-0j-3iGC {
4330
+ [data-mantine-color-scheme='light'] .m-68c77a5b {
4034
4331
  --_mark-label-color: var(--mantine-color-gray-6);
4035
4332
  }
4036
4333
 
4037
- [data-mantine-color-scheme='dark'] .mantine-0j-3iGC {
4334
+ [data-mantine-color-scheme='dark'] .m-68c77a5b {
4038
4335
  --_mark-label-color: var(--mantine-color-dark-2);
4039
4336
  }
4040
4337
 
4041
- .mantine--J46Qoq {
4338
+ .m-6d731127 {
4042
4339
  display: flex;
4043
4340
  flex-direction: column;
4044
4341
  align-items: var(--stack-align);
@@ -4046,7 +4343,7 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4046
4343
  gap: var(--stack-gap);
4047
4344
  }
4048
4345
 
4049
- .mantine-ALPBoeW {
4346
+ .m-5f93f3bb {
4050
4347
  --switch-height-xs: calc(1rem * var(--mantine-scale));
4051
4348
  --switch-height-sm: calc(1.25rem * var(--mantine-scale));
4052
4349
  --switch-height-md: calc(1.5rem * var(--mantine-scale));
@@ -4080,7 +4377,7 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4080
4377
  position: relative;
4081
4378
  }
4082
4379
 
4083
- .mantine-6BtVmwd {
4380
+ .m-926b4011 {
4084
4381
  height: 0;
4085
4382
  width: 0;
4086
4383
  opacity: 0;
@@ -4091,7 +4388,7 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4091
4388
  white-space: nowrap;
4092
4389
  }
4093
4390
 
4094
- .mantine-BU-ARqd {
4391
+ .m-9307d992 {
4095
4392
  -webkit-tap-highlight-color: transparent;
4096
4393
  cursor: var(--_switch-cursor, var(--mantine-cursor-type));
4097
4394
  overflow: hidden;
@@ -4115,47 +4412,47 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4115
4412
  color: var(--_switch-color);
4116
4413
  }
4117
4414
 
4118
- .mantine-6BtVmwd:focus-visible + .mantine-BU-ARqd {
4415
+ .m-926b4011:focus-visible + .m-9307d992 {
4119
4416
  outline: calc(0.125rem * var(--mantine-scale)) solid var(--mantine-color-primary);
4120
4417
  outline-offset: calc(0.125rem * var(--mantine-scale));
4121
4418
  }
4122
4419
 
4123
- .mantine-6BtVmwd:checked + .mantine-BU-ARqd {
4420
+ .m-926b4011:checked + .m-9307d992 {
4124
4421
  --_switch-bg: var(--switch-color);
4125
4422
  --_switch-bd: var(--switch-color);
4126
4423
  --_switch-color: var(--mantine-color-white);
4127
4424
  }
4128
4425
 
4129
- .mantine-6BtVmwd:disabled + .mantine-BU-ARqd,
4130
- .mantine-6BtVmwd[data-disabled] + .mantine-BU-ARqd {
4426
+ .m-926b4011:disabled + .m-9307d992,
4427
+ .m-926b4011[data-disabled] + .m-9307d992 {
4131
4428
  --_switch-bg: var(--_switch-disabled-color);
4132
4429
  --_switch-bd: var(--_switch-disabled-color);
4133
4430
  --_switch-cursor: not-allowed;
4134
4431
  }
4135
4432
 
4136
- [data-mantine-color-scheme='light'] .mantine-BU-ARqd {
4433
+ [data-mantine-color-scheme='light'] .m-9307d992 {
4137
4434
  --_switch-bg: var(--mantine-color-gray-2);
4138
4435
  --_switch-bd: var(--mantine-color-gray-3);
4139
4436
  --_switch-color: var(--mantine-color-gray-6);
4140
4437
  --_switch-disabled-color: var(--mantine-color-gray-2);
4141
4438
  }
4142
4439
 
4143
- [data-mantine-color-scheme='dark'] .mantine-BU-ARqd {
4440
+ [data-mantine-color-scheme='dark'] .m-9307d992 {
4144
4441
  --_switch-bg: var(--mantine-color-dark-6);
4145
4442
  --_switch-bd: var(--mantine-color-dark-4);
4146
4443
  --_switch-color: var(--mantine-color-dark-1);
4147
4444
  --_switch-disabled-color: var(--mantine-color-dark-4);
4148
4445
  }
4149
4446
 
4150
- .mantine-BU-ARqd[data-error] {
4447
+ .m-9307d992[data-error] {
4151
4448
  --_switch-bd: var(--mantine-color-error);
4152
4449
  }
4153
4450
 
4154
- .mantine-BU-ARqd[data-label-position='left'] {
4451
+ .m-9307d992[data-label-position='left'] {
4155
4452
  --_switch-order: 2;
4156
4453
  }
4157
4454
 
4158
- .mantine-i2HdMIO {
4455
+ .m-93039a1d {
4159
4456
  position: absolute;
4160
4457
  z-index: 1;
4161
4458
  border-radius: var(--switch-radius);
@@ -4168,32 +4465,32 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4168
4465
  transition: left 150ms ease;
4169
4466
  }
4170
4467
 
4171
- .mantine-i2HdMIO > * {
4468
+ .m-93039a1d > * {
4172
4469
  margin: auto;
4173
4470
  }
4174
4471
 
4175
- .mantine-6BtVmwd:checked + * > .mantine-i2HdMIO {
4472
+ .m-926b4011:checked + * > .m-93039a1d {
4176
4473
  --_switch-thumb-left: calc(100% - var(--switch-thumb-size) - var(--switch-track-label-padding));
4177
4474
  --_switch-thumb-bd: var(--mantine-color-white);
4178
4475
  }
4179
4476
 
4180
- .mantine-6BtVmwd:disabled + * > .mantine-i2HdMIO,
4181
- .mantine-6BtVmwd[data-disabled] + * > .mantine-i2HdMIO {
4477
+ .m-926b4011:disabled + * > .m-93039a1d,
4478
+ .m-926b4011[data-disabled] + * > .m-93039a1d {
4182
4479
  --_switch-thumb-bd: var(--_switch-thumb-bg-disabled);
4183
4480
  --_switch-thumb-bg: var(--_switch-thumb-bg-disabled);
4184
4481
  }
4185
4482
 
4186
- [data-mantine-color-scheme='light'] .mantine-i2HdMIO {
4483
+ [data-mantine-color-scheme='light'] .m-93039a1d {
4187
4484
  --_switch-thumb-bd: var(--mantine-color-gray-3);
4188
4485
  --_switch-thumb-bg-disabled: var(--mantine-color-gray-0);
4189
4486
  }
4190
4487
 
4191
- [data-mantine-color-scheme='dark'] .mantine-i2HdMIO {
4488
+ [data-mantine-color-scheme='dark'] .m-93039a1d {
4192
4489
  --_switch-thumb-bd: var(--mantine-color-white);
4193
4490
  --_switch-thumb-bg-disabled: var(--mantine-color-dark-3);
4194
4491
  }
4195
4492
 
4196
- .mantine-0X3WnHm {
4493
+ .m-8277e082 {
4197
4494
  height: 100%;
4198
4495
  display: grid;
4199
4496
  place-content: center;
@@ -4203,11 +4500,11 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4203
4500
  transition: margin 150ms ease;
4204
4501
  }
4205
4502
 
4206
- .mantine-6BtVmwd:checked + * > .mantine-0X3WnHm {
4503
+ .m-926b4011:checked + * > .m-8277e082 {
4207
4504
  margin: 0 calc(var(--switch-thumb-size) + var(--switch-track-label-padding)) 0 0;
4208
4505
  }
4209
4506
 
4210
- .mantine-4pMcfOJ {
4507
+ .m-b23fa0ef {
4211
4508
  width: 100%;
4212
4509
  border-collapse: collapse;
4213
4510
  line-height: var(--mantine-line-height);
@@ -4217,55 +4514,55 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4217
4514
  border: var(--_table-border, none);
4218
4515
  }
4219
4516
 
4220
- [data-mantine-color-scheme='light'] .mantine-4pMcfOJ {
4517
+ [data-mantine-color-scheme='light'] .m-b23fa0ef {
4221
4518
  --_table-hover-color: var(--table-highlight-on-hover-color, var(--mantine-color-gray-1));
4222
4519
  --_table-striped-color: var(--table-striped-color, var(--mantine-color-gray-0));
4223
4520
  --_table-border-color: var(--table-border-color, var(--mantine-color-gray-3));
4224
4521
  }
4225
4522
 
4226
- [data-mantine-color-scheme='dark'] .mantine-4pMcfOJ {
4523
+ [data-mantine-color-scheme='dark'] .m-b23fa0ef {
4227
4524
  --_table-hover-color: var(--table-highlight-on-hover-color, var(--mantine-color-dark-5));
4228
4525
  --_table-striped-color: var(--table-striped-color, var(--mantine-color-dark-6));
4229
4526
  --_table-border-color: var(--table-border-color, var(--mantine-color-dark-4));
4230
4527
  }
4231
4528
 
4232
- .mantine-4pMcfOJ[data-with-table-border] {
4529
+ .m-b23fa0ef[data-with-table-border] {
4233
4530
  --_table-border: calc(0.0625rem * var(--mantine-scale)) solid var(--_table-border-color);
4234
4531
  }
4235
4532
 
4236
- .mantine-3gTtPB9 {
4533
+ .m-4e7aa4f3 {
4237
4534
  text-align: var(--_th-text-align, left);
4238
4535
  }
4239
4536
 
4240
- [dir="rtl"] .mantine-3gTtPB9 {
4537
+ [dir="rtl"] .m-4e7aa4f3 {
4241
4538
  --_th-text-align: right;
4242
4539
  }
4243
4540
 
4244
- .mantine-iKGktTN {
4541
+ .m-4e7aa4fd {
4245
4542
  border-bottom: var(--_tr-border-bottom, none);
4246
4543
  background-color: var(--_tr-bg, transparent);
4247
4544
  }
4248
4545
 
4249
4546
  @media (hover: hover) {
4250
4547
 
4251
- .mantine-iKGktTN:hover {
4548
+ .m-4e7aa4fd:hover {
4252
4549
  --_tr-bg: var(--_tr-hover-bg, transparent);
4253
4550
  }
4254
4551
  }
4255
4552
 
4256
4553
  @media (hover: none) {
4257
4554
 
4258
- .mantine-iKGktTN:active {
4555
+ .m-4e7aa4fd:active {
4259
4556
  --_tr-bg: var(--_tr-hover-bg, transparent);
4260
4557
  }
4261
4558
  }
4262
4559
 
4263
- .mantine-iKGktTN[data-with-row-border] {
4560
+ .m-4e7aa4fd[data-with-row-border] {
4264
4561
  --_tr-border-bottom: calc(0.0625rem * var(--mantine-scale)) solid var(--_table-border-color);
4265
4562
  }
4266
4563
 
4267
- .mantine-2ZfSoeP,
4268
- .mantine-3gTtPB9 {
4564
+ .m-4e7aa4ef,
4565
+ .m-4e7aa4f3 {
4269
4566
  padding: var(--table-vertical-spacing) var(--table-horizontal-spacing);
4270
4567
  border-left: var(--_border-left);
4271
4568
  border-right: var(--_border-right);
@@ -4274,46 +4571,46 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4274
4571
  --_border-left: none;
4275
4572
  }
4276
4573
 
4277
- .mantine-2ZfSoeP[data-with-column-border]:not(:last-of-type), .mantine-3gTtPB9[data-with-column-border]:not(:last-of-type) {
4574
+ .m-4e7aa4ef[data-with-column-border]:not(:last-of-type), .m-4e7aa4f3[data-with-column-border]:not(:last-of-type) {
4278
4575
  --_border-right: calc(0.0625rem * var(--mantine-scale)) solid var(--_table-border-color);
4279
4576
  }
4280
4577
 
4281
- [dir="rtl"] .mantine-2ZfSoeP[data-with-column-border]:not(:last-of-type), [dir="rtl"] .mantine-3gTtPB9[data-with-column-border]:not(:last-of-type) {
4578
+ [dir="rtl"] .m-4e7aa4ef[data-with-column-border]:not(:last-of-type), [dir="rtl"] .m-4e7aa4f3[data-with-column-border]:not(:last-of-type) {
4282
4579
  --_border-left: calc(0.0625rem * var(--mantine-scale)) solid var(--_table-border-color);
4283
4580
  --_border-right: none;
4284
4581
  }
4285
4582
 
4286
- .mantine-z46XZly > .mantine-iKGktTN:last-of-type[data-with-row-border] {
4583
+ .m-b2404537 > .m-4e7aa4fd:last-of-type[data-with-row-border] {
4287
4584
  --_tr-border-bottom: none;
4288
4585
  }
4289
4586
 
4290
- .mantine-z46XZly > .mantine-iKGktTN[data-striped='odd']:nth-of-type(odd) {
4587
+ .m-b2404537 > .m-4e7aa4fd[data-striped='odd']:nth-of-type(odd) {
4291
4588
  --_tr-bg: var(--_table-striped-color);
4292
4589
  }
4293
4590
 
4294
- .mantine-z46XZly > .mantine-iKGktTN[data-striped='even']:nth-of-type(even) {
4591
+ .m-b2404537 > .m-4e7aa4fd[data-striped='even']:nth-of-type(even) {
4295
4592
  --_tr-bg: var(--_table-striped-color);
4296
4593
  }
4297
4594
 
4298
- .mantine-z46XZly > .mantine-iKGktTN[data-hover] {
4595
+ .m-b2404537 > .m-4e7aa4fd[data-hover] {
4299
4596
  --_tr-hover-bg: var(--_table-hover-color);
4300
4597
  }
4301
4598
 
4302
- .mantine-0faD29m {
4599
+ .m-9e5a3ac7 {
4303
4600
  color: var(--mantine-color-dimmed);
4304
4601
  margin-top: var(--_margin-top, 0);
4305
4602
  margin-bottom: var(--_margin-bottom, 0);
4306
4603
  }
4307
4604
 
4308
- .mantine-0faD29m[data-side='top'] {
4605
+ .m-9e5a3ac7[data-side='top'] {
4309
4606
  --_margin-bottom: var(--mantine-spacing-xs);
4310
4607
  }
4311
4608
 
4312
- .mantine-0faD29m[data-side='bottom'] {
4609
+ .m-9e5a3ac7[data-side='bottom'] {
4313
4610
  --_margin-top: var(--mantine-spacing-xs);
4314
4611
  }
4315
4612
 
4316
- .mantine-fBtrIHJ {
4613
+ .m-89d60db1 {
4317
4614
  display: var(--_tabs-display);
4318
4615
  flex-direction: var(--_tabs-flex-direction);
4319
4616
 
@@ -4335,19 +4632,19 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4335
4632
  --_tab-border-width: 0 0 var(--_list-border-width) 0;
4336
4633
  }
4337
4634
 
4338
- .mantine-fBtrIHJ[data-inverted] {
4635
+ .m-89d60db1[data-inverted] {
4339
4636
  --_list-line-bottom: unset;
4340
4637
  --_list-line-top: 0;
4341
4638
  --_tab-radius: 0 0 var(--tabs-radius) var(--tabs-radius);
4342
4639
  --_tab-border-width: var(--_list-border-width) 0 0 0;
4343
4640
  }
4344
4641
 
4345
- .mantine-fBtrIHJ[data-inverted] .mantine--ujetQ3::before {
4642
+ .m-89d60db1[data-inverted] .m-576c9d4::before {
4346
4643
  top: 0;
4347
4644
  bottom: unset;
4348
4645
  }
4349
4646
 
4350
- .mantine-fBtrIHJ[data-orientation='vertical'] {
4647
+ .m-89d60db1[data-orientation='vertical'] {
4351
4648
  --_list-line-left: unset;
4352
4649
  --_list-line-right: 0;
4353
4650
  --_list-line-top: 0;
@@ -4360,7 +4657,7 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4360
4657
  --_tabs-display: flex;
4361
4658
  }
4362
4659
 
4363
- [dir="rtl"] .mantine-fBtrIHJ[data-orientation='vertical'] {
4660
+ [dir="rtl"] .m-89d60db1[data-orientation='vertical'] {
4364
4661
  --_list-line-left: 0;
4365
4662
  --_list-line-right: unset;
4366
4663
  --_list-border-size: 0 0 0 var(--_list-border-width);
@@ -4368,7 +4665,7 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4368
4665
  --_tab-radius: 0 var(--tabs-radius) var(--tabs-radius) 0;
4369
4666
  }
4370
4667
 
4371
- .mantine-fBtrIHJ[data-orientation='vertical'][data-placement='right'] {
4668
+ .m-89d60db1[data-orientation='vertical'][data-placement='right'] {
4372
4669
  --_tabs-flex-direction: row-reverse;
4373
4670
  --_list-line-left: 0;
4374
4671
  --_list-line-right: unset;
@@ -4377,7 +4674,7 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4377
4674
  --_tab-radius: 0 var(--tabs-radius) var(--tabs-radius) 0;
4378
4675
  }
4379
4676
 
4380
- [dir="rtl"] .mantine-fBtrIHJ[data-orientation='vertical'][data-placement='right'] {
4677
+ [dir="rtl"] .m-89d60db1[data-orientation='vertical'][data-placement='right'] {
4381
4678
  --_list-line-left: unset;
4382
4679
  --_list-line-right: 0;
4383
4680
  --_list-border-size: 0 var(--_list-border-width) 0 0;
@@ -4385,47 +4682,47 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4385
4682
  --_tab-radius: var(--tabs-radius) 0 0 var(--tabs-radius);
4386
4683
  }
4387
4684
 
4388
- [data-mantine-color-scheme='light'] .mantine-fBtrIHJ {
4685
+ [data-mantine-color-scheme='light'] .m-89d60db1 {
4389
4686
  --_tab-border-color: var(--mantine-color-gray-3);
4390
4687
  }
4391
4688
 
4392
- [data-mantine-color-scheme='dark'] .mantine-fBtrIHJ {
4689
+ [data-mantine-color-scheme='dark'] .m-89d60db1 {
4393
4690
  --_tab-border-color: var(--mantine-color-dark-4);
4394
4691
  }
4395
4692
 
4396
- .mantine-fBtrIHJ[data-orientation='horizontal'] {
4693
+ .m-89d60db1[data-orientation='horizontal'] {
4397
4694
  --_tab-justify: center;
4398
4695
  }
4399
4696
 
4400
- .mantine-fBtrIHJ[data-variant='default'] {
4697
+ .m-89d60db1[data-variant='default'] {
4401
4698
  --_list-border-width: calc(0.125rem * var(--mantine-scale));
4402
4699
  }
4403
4700
 
4404
- [data-mantine-color-scheme='light'] .mantine-fBtrIHJ[data-variant='default'] {
4701
+ [data-mantine-color-scheme='light'] .m-89d60db1[data-variant='default'] {
4405
4702
  --_tab-hover-color: var(--mantine-color-gray-0);
4406
4703
  }
4407
4704
 
4408
- [data-mantine-color-scheme='dark'] .mantine-fBtrIHJ[data-variant='default'] {
4705
+ [data-mantine-color-scheme='dark'] .m-89d60db1[data-variant='default'] {
4409
4706
  --_tab-hover-color: var(--mantine-color-dark-6);
4410
4707
  }
4411
4708
 
4412
- .mantine-fBtrIHJ[data-variant='outline'] {
4709
+ .m-89d60db1[data-variant='outline'] {
4413
4710
  --_list-border-width: calc(0.0625rem * var(--mantine-scale));
4414
4711
  }
4415
4712
 
4416
- .mantine-fBtrIHJ[data-variant='pills'] {
4713
+ .m-89d60db1[data-variant='pills'] {
4417
4714
  --_list-gap: calc(var(--mantine-spacing-sm) / 2);
4418
4715
  }
4419
4716
 
4420
- [data-mantine-color-scheme='light'] .mantine-fBtrIHJ[data-variant='pills'] {
4717
+ [data-mantine-color-scheme='light'] .m-89d60db1[data-variant='pills'] {
4421
4718
  --_tab-hover-color: var(--mantine-color-gray-0);
4422
4719
  }
4423
4720
 
4424
- [data-mantine-color-scheme='dark'] .mantine-fBtrIHJ[data-variant='pills'] {
4721
+ [data-mantine-color-scheme='dark'] .m-89d60db1[data-variant='pills'] {
4425
4722
  --_tab-hover-color: var(--mantine-color-dark-6);
4426
4723
  }
4427
4724
 
4428
- .mantine-b84LNt- {
4725
+ .m-89d33d6d {
4429
4726
  display: flex;
4430
4727
  flex-wrap: wrap;
4431
4728
  justify-content: var(--tabs-justify, flex-start);
@@ -4435,15 +4732,15 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4435
4732
  --_tab-grow: unset;
4436
4733
  }
4437
4734
 
4438
- .mantine-b84LNt-[data-grow] {
4735
+ .m-89d33d6d[data-grow] {
4439
4736
  --_tab-grow: 1;
4440
4737
  }
4441
4738
 
4442
- .mantine-6B21-pC {
4739
+ .m-b0c91715 {
4443
4740
  flex-grow: var(--_panel-grow);
4444
4741
  }
4445
4742
 
4446
- .mantine-aoNu4SV {
4743
+ .m-4ec4dce6 {
4447
4744
  position: relative;
4448
4745
  padding: var(--mantine-spacing-xs) var(--mantine-spacing-md);
4449
4746
  font-size: var(--mantine-font-size-sm);
@@ -4457,17 +4754,17 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4457
4754
  justify-content: var(--_tab-justify);
4458
4755
  }
4459
4756
 
4460
- .mantine-aoNu4SV:disabled,
4461
- .mantine-aoNu4SV[data-disabled] {
4757
+ .m-4ec4dce6:disabled,
4758
+ .m-4ec4dce6[data-disabled] {
4462
4759
  opacity: 0.5;
4463
4760
  cursor: not-allowed;
4464
4761
  }
4465
4762
 
4466
- .mantine-aoNu4SV:focus {
4763
+ .m-4ec4dce6:focus {
4467
4764
  z-index: 1;
4468
4765
  }
4469
4766
 
4470
- .mantine-73ehQrs {
4767
+ .m-fc420b1f {
4471
4768
  display: flex;
4472
4769
  align-items: center;
4473
4770
  justify-content: center;
@@ -4475,29 +4772,29 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4475
4772
  margin-right: var(--_tab-section-margin-right, 0);
4476
4773
  }
4477
4774
 
4478
- .mantine-73ehQrs[data-position='left']:not(:only-child) {
4775
+ .m-fc420b1f[data-position='left']:not(:only-child) {
4479
4776
  --_tab-section-margin-right: var(--mantine-spacing-xs);
4480
4777
  }
4481
4778
 
4482
- [dir="rtl"] .mantine-73ehQrs[data-position='left']:not(:only-child) {
4779
+ [dir="rtl"] .m-fc420b1f[data-position='left']:not(:only-child) {
4483
4780
  --_tab-section-margin-right: 0rem;
4484
4781
  --_tab-section-margin-left: var(--mantine-spacing-xs);
4485
4782
  }
4486
4783
 
4487
- .mantine-73ehQrs[data-position='right']:not(:only-child) {
4784
+ .m-fc420b1f[data-position='right']:not(:only-child) {
4488
4785
  --_tab-section-margin-left: var(--mantine-spacing-xs);
4489
4786
  }
4490
4787
 
4491
- [dir="rtl"] .mantine-73ehQrs[data-position='right']:not(:only-child) {
4788
+ [dir="rtl"] .m-fc420b1f[data-position='right']:not(:only-child) {
4492
4789
  --_tab-section-margin-left: 0rem;
4493
4790
  --_tab-section-margin-right: var(--mantine-spacing-xs);
4494
4791
  }
4495
4792
 
4496
4793
  /*************************************** default variant ***************************************/
4497
- .mantine--ujetQ3 {
4794
+ .m-576c9d4 {
4498
4795
  position: relative;
4499
4796
  }
4500
- .mantine--ujetQ3::before {
4797
+ .m-576c9d4::before {
4501
4798
  content: '';
4502
4799
  position: absolute;
4503
4800
  border-color: var(--_tab-border-color);
@@ -4509,7 +4806,7 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4509
4806
  top: var(--_list-line-top);
4510
4807
  }
4511
4808
 
4512
- .mantine-29OfT1F {
4809
+ .m-539e827b {
4513
4810
  border-radius: var(--_tab-radius);
4514
4811
  border-width: var(--_tab-border-width);
4515
4812
  border-style: solid;
@@ -4520,51 +4817,51 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4520
4817
  --_tab-bg: transparent;
4521
4818
  }
4522
4819
 
4523
- .mantine-29OfT1F[data-active] {
4820
+ .m-539e827b[data-active] {
4524
4821
  --__tab-border-color: var(--tabs-color);
4525
4822
  }
4526
4823
 
4527
4824
  @media (hover: hover) {
4528
4825
 
4529
- .mantine-29OfT1F:hover {
4826
+ .m-539e827b:hover {
4530
4827
  --_tab-bg: var(--_tab-hover-color);
4531
4828
  }
4532
4829
 
4533
- .mantine-29OfT1F:hover:not([data-active]) {
4830
+ .m-539e827b:hover:not([data-active]) {
4534
4831
  --__tab-border-color: var(--_tab-border-color);
4535
4832
  }
4536
4833
  }
4537
4834
 
4538
4835
  @media (hover: none) {
4539
4836
 
4540
- .mantine-29OfT1F:active {
4837
+ .m-539e827b:active {
4541
4838
  --_tab-bg: var(--_tab-hover-color);
4542
4839
  }
4543
4840
 
4544
- .mantine-29OfT1F:active:not([data-active]) {
4841
+ .m-539e827b:active:not([data-active]) {
4545
4842
  --__tab-border-color: var(--_tab-border-color);
4546
4843
  }
4547
4844
  }
4548
4845
 
4549
4846
  @media (hover: hover) {
4550
4847
 
4551
- .mantine-29OfT1F:disabled:hover, .mantine-29OfT1F[data-disabled]:hover {
4848
+ .m-539e827b:disabled:hover, .m-539e827b[data-disabled]:hover {
4552
4849
  --_tab-bg: transparent;
4553
4850
  }
4554
4851
  }
4555
4852
 
4556
4853
  @media (hover: none) {
4557
4854
 
4558
- .mantine-29OfT1F:disabled:active, .mantine-29OfT1F[data-disabled]:active {
4855
+ .m-539e827b:disabled:active, .m-539e827b[data-disabled]:active {
4559
4856
  --_tab-bg: transparent;
4560
4857
  }
4561
4858
  }
4562
4859
 
4563
4860
  /*************************************** outline variant ***************************************/
4564
- .mantine-qPTfIBZ {
4861
+ .m-6772fbd5 {
4565
4862
  position: relative;
4566
4863
  }
4567
- .mantine-qPTfIBZ::before {
4864
+ .m-6772fbd5::before {
4568
4865
  content: '';
4569
4866
  position: absolute;
4570
4867
  border-color: var(--_tab-border-color);
@@ -4576,7 +4873,7 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4576
4873
  top: var(--_list-line-top);
4577
4874
  }
4578
4875
 
4579
- .mantine-0AMwxi5 {
4876
+ .m-b59ab47c {
4580
4877
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
4581
4878
  border-top-color: var(--_tab-border-top-color);
4582
4879
  border-bottom-color: var(--_tab-border-bottom-color);
@@ -4590,42 +4887,42 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4590
4887
  --_tab-border-left-color: transparent;
4591
4888
  }
4592
4889
 
4593
- .mantine-0AMwxi5[data-active] {
4890
+ .m-b59ab47c[data-active] {
4594
4891
  --_tab-border-top-color: var(--_tab-border-color);
4595
4892
  --_tab-border-left-color: var(--_tab-border-color);
4596
4893
  --_tab-border-right-color: var(--_tab-border-color);
4597
4894
  --_tab-border-bottom-color: var(--mantine-color-body);
4598
4895
  }
4599
4896
 
4600
- .mantine-0AMwxi5[data-active][data-inverted] {
4897
+ .m-b59ab47c[data-active][data-inverted] {
4601
4898
  --_tab-border-bottom-color: var(--_tab-border-color);
4602
4899
  --_tab-border-top-color: var(--mantine-color-body);
4603
4900
  }
4604
4901
 
4605
- .mantine-0AMwxi5[data-active][data-orientation='vertical'][data-placement='left'] {
4902
+ .m-b59ab47c[data-active][data-orientation='vertical'][data-placement='left'] {
4606
4903
  --_tab-border-right-color: var(--mantine-color-body);
4607
4904
  --_tab-border-left-color: var(--_tab-border-color);
4608
4905
  --_tab-border-bottom-color: var(--_tab-border-color);
4609
4906
  }
4610
4907
 
4611
- [dir="rtl"] .mantine-0AMwxi5[data-active][data-orientation='vertical'][data-placement='left'] {
4908
+ [dir="rtl"] .m-b59ab47c[data-active][data-orientation='vertical'][data-placement='left'] {
4612
4909
  --_tab-border-right-color: var(--_tab-border-color);
4613
4910
  --_tab-border-left-color: var(--mantine-color-body);
4614
4911
  }
4615
4912
 
4616
- .mantine-0AMwxi5[data-active][data-orientation='vertical'][data-placement='right'] {
4913
+ .m-b59ab47c[data-active][data-orientation='vertical'][data-placement='right'] {
4617
4914
  --_tab-border-left-color: var(--mantine-color-body);
4618
4915
  --_tab-border-right-color: var(--_tab-border-color);
4619
4916
  --_tab-border-bottom-color: var(--_tab-border-color);
4620
4917
  }
4621
4918
 
4622
- [dir="rtl"] .mantine-0AMwxi5[data-active][data-orientation='vertical'][data-placement='right'] {
4919
+ [dir="rtl"] .m-b59ab47c[data-active][data-orientation='vertical'][data-placement='right'] {
4623
4920
  --_tab-border-left-color: var(--_tab-border-color);
4624
4921
  --_tab-border-right-color: var(--mantine-color-body);
4625
4922
  }
4626
4923
 
4627
4924
  /*************************************** pills variant ***************************************/
4628
- .mantine--HC5qJb {
4925
+ .m-c3381914 {
4629
4926
  border-radius: var(--tabs-radius);
4630
4927
  background-color: var(--_tab-bg);
4631
4928
  color: var(--_tab-color);
@@ -4635,34 +4932,34 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4635
4932
  }
4636
4933
  @media (hover: hover) {
4637
4934
 
4638
- .mantine--HC5qJb:not([data-disabled]):hover {
4935
+ .m-c3381914:not([data-disabled]):hover {
4639
4936
  --_tab-bg: var(--_tab-hover-color);
4640
4937
  }
4641
4938
  }
4642
4939
  @media (hover: none) {
4643
4940
 
4644
- .mantine--HC5qJb:not([data-disabled]):active {
4941
+ .m-c3381914:not([data-disabled]):active {
4645
4942
  --_tab-bg: var(--_tab-hover-color);
4646
4943
  }
4647
4944
  }
4648
- .mantine--HC5qJb[data-active][data-active] {
4945
+ .m-c3381914[data-active][data-active] {
4649
4946
  --_tab-bg: var(--tabs-color);
4650
4947
  --_tab-color: var(--mantine-color-white);
4651
4948
  }
4652
4949
  @media (hover: hover) {
4653
4950
 
4654
- .mantine--HC5qJb[data-active][data-active]:hover {
4951
+ .m-c3381914[data-active][data-active]:hover {
4655
4952
  --_tab-bg: var(--tabs-color);
4656
4953
  }
4657
4954
  }
4658
4955
  @media (hover: none) {
4659
4956
 
4660
- .mantine--HC5qJb[data-active][data-active]:active {
4957
+ .m-c3381914[data-active][data-active]:active {
4661
4958
  --_tab-bg: var(--tabs-color);
4662
4959
  }
4663
4960
  }
4664
4961
 
4665
- .mantine-ORyC6kG {
4962
+ .m-8a5d1357 {
4666
4963
  margin: 0;
4667
4964
  font-weight: var(--title-fw);
4668
4965
  font-size: var(--title-fz);
@@ -4670,7 +4967,7 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4670
4967
  font-family: var(--mantine-font-family-headings);
4671
4968
  }
4672
4969
 
4673
- .mantine-XNobA9l {
4970
+ .m-1b3c8819 {
4674
4971
  position: absolute;
4675
4972
  padding: calc(var(--mantine-spacing-xs) / 2) var(--mantine-spacing-xs);
4676
4973
  pointer-events: none;
@@ -4681,108 +4978,108 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4681
4978
  border-radius: var(--tooltip-radius);
4682
4979
  }
4683
4980
 
4684
- [data-mantine-color-scheme='light'] .mantine-XNobA9l {
4981
+ [data-mantine-color-scheme='light'] .m-1b3c8819 {
4685
4982
  --_tooltip-bg: var(--tooltip-bg, var(--mantine-color-gray-9));
4686
4983
  --_tooltip-color: var(--mantine-color-white);
4687
4984
  }
4688
4985
 
4689
- [data-mantine-color-scheme='dark'] .mantine-XNobA9l {
4986
+ [data-mantine-color-scheme='dark'] .m-1b3c8819 {
4690
4987
  --_tooltip-bg: var(--tooltip-bg, var(--mantine-color-gray-2));
4691
4988
  --_tooltip-color: var(--mantine-color-black);
4692
4989
  }
4693
4990
 
4694
- .mantine-XNobA9l[data-multiline] {
4991
+ .m-1b3c8819[data-multiline] {
4695
4992
  --_tooltip-white-space: normal;
4696
4993
  }
4697
4994
 
4698
- .mantine-NpDXIwZ {
4995
+ .m-f898399f {
4699
4996
  background-color: inherit;
4700
4997
  border: 0;
4701
4998
  z-index: 1;
4702
4999
  }
4703
5000
 
4704
- .mantine-yPad50m h1,
4705
- .mantine-yPad50m h2,
4706
- .mantine-yPad50m h3,
4707
- .mantine-yPad50m h4,
4708
- .mantine-yPad50m h5,
4709
- .mantine-yPad50m h6 {
5001
+ .m-d6493fad h1,
5002
+ .m-d6493fad h2,
5003
+ .m-d6493fad h3,
5004
+ .m-d6493fad h4,
5005
+ .m-d6493fad h5,
5006
+ .m-d6493fad h6 {
4710
5007
  margin-top: calc(1.55 * var(--mantine-spacing-xl));
4711
5008
  margin-bottom: var(--mantine-spacing-xs);
4712
5009
  }
4713
- .mantine-yPad50m h1 {
5010
+ .m-d6493fad h1 {
4714
5011
  font-size: var(--mantine-h1-font-size);
4715
5012
  line-height: var(--mantine-h1-line-height);
4716
5013
  font-weight: var(--mantine-h1-font-weight);
4717
5014
  }
4718
- .mantine-yPad50m h2 {
5015
+ .m-d6493fad h2 {
4719
5016
  font-size: var(--mantine-h2-font-size);
4720
5017
  line-height: var(--mantine-h2-line-height);
4721
5018
  font-weight: var(--mantine-h2-font-weight);
4722
5019
  }
4723
- .mantine-yPad50m h3 {
5020
+ .m-d6493fad h3 {
4724
5021
  font-size: var(--mantine-h3-font-size);
4725
5022
  line-height: var(--mantine-h3-line-height);
4726
5023
  font-weight: var(--mantine-h3-font-weight);
4727
5024
  }
4728
- .mantine-yPad50m h4 {
5025
+ .m-d6493fad h4 {
4729
5026
  font-size: var(--mantine-h4-font-size);
4730
5027
  line-height: var(--mantine-h4-line-height);
4731
5028
  font-weight: var(--mantine-h4-font-weight);
4732
5029
  }
4733
- .mantine-yPad50m h5 {
5030
+ .m-d6493fad h5 {
4734
5031
  font-size: var(--mantine-h5-font-size);
4735
5032
  line-height: var(--mantine-h5-line-height);
4736
5033
  font-weight: var(--mantine-h5-font-weight);
4737
5034
  }
4738
- .mantine-yPad50m h6 {
5035
+ .m-d6493fad h6 {
4739
5036
  font-size: var(--mantine-h6-font-size);
4740
5037
  line-height: var(--mantine-h6-line-height);
4741
5038
  font-weight: var(--mantine-h6-font-weight);
4742
5039
  }
4743
- .mantine-yPad50m img {
5040
+ .m-d6493fad img {
4744
5041
  max-width: 100%;
4745
5042
  margin-bottom: var(--mantine-spacing-xs);
4746
5043
  }
4747
- .mantine-yPad50m p {
5044
+ .m-d6493fad p {
4748
5045
  margin-top: 0;
4749
5046
  margin-bottom: var(--mantine-spacing-lg);
4750
5047
  }
4751
- [data-mantine-color-scheme='light'] .mantine-yPad50m mark {
5048
+ [data-mantine-color-scheme='light'] .m-d6493fad mark {
4752
5049
  background-color: var(--mantine-color-yellow-2);
4753
5050
  color: inherit;
4754
5051
  }
4755
- [data-mantine-color-scheme='dark'] .mantine-yPad50m mark {
5052
+ [data-mantine-color-scheme='dark'] .m-d6493fad mark {
4756
5053
  background-color: var(--mantine-color-yellow-5);
4757
5054
  color: var(--mantine-color-black);
4758
5055
  }
4759
- .mantine-yPad50m a {
5056
+ .m-d6493fad a {
4760
5057
  color: var(--mantine-color-anchor);
4761
5058
  text-decoration: none;
4762
5059
  }
4763
5060
  @media (hover: hover) {
4764
- .mantine-yPad50m a:hover {
5061
+ .m-d6493fad a:hover {
4765
5062
  text-decoration: underline;
4766
5063
  }
4767
5064
  }
4768
5065
  @media (hover: none) {
4769
- .mantine-yPad50m a:active {
5066
+ .m-d6493fad a:active {
4770
5067
  text-decoration: underline;
4771
5068
  }
4772
5069
  }
4773
- .mantine-yPad50m hr {
5070
+ .m-d6493fad hr {
4774
5071
  margin-top: var(--mantine-spacing-md);
4775
5072
  margin-bottom: var(--mantine-spacing-md);
4776
5073
  border: 0;
4777
5074
  border-top: calc(0.0625rem * var(--mantine-scale)) solid;
4778
5075
  }
4779
- [data-mantine-color-scheme='light'] .mantine-yPad50m hr {
5076
+ [data-mantine-color-scheme='light'] .m-d6493fad hr {
4780
5077
  border-color: var(--mantine-color-gray-3);
4781
5078
  }
4782
- [data-mantine-color-scheme='dark'] .mantine-yPad50m hr {
5079
+ [data-mantine-color-scheme='dark'] .m-d6493fad hr {
4783
5080
  border-color: var(--mantine-color-dark-3);
4784
5081
  }
4785
- .mantine-yPad50m pre {
5082
+ .m-d6493fad pre {
4786
5083
  padding: var(--mantine-spacing-xs);
4787
5084
  line-height: var(--mantine-line-height);
4788
5085
  margin: 0;
@@ -4793,88 +5090,88 @@ fieldset:disabled .mantine-NegW5ug:not([data-inverted]),
4793
5090
  font-size: var(--mantine-font-size-xs);
4794
5091
  border-radius: var(--mantine-radius-sm);
4795
5092
  }
4796
- [data-mantine-color-scheme='light'] .mantine-yPad50m pre {
5093
+ [data-mantine-color-scheme='light'] .m-d6493fad pre {
4797
5094
  background-color: var(--mantine-color-gray-0);
4798
5095
  }
4799
- [data-mantine-color-scheme='dark'] .mantine-yPad50m pre {
5096
+ [data-mantine-color-scheme='dark'] .m-d6493fad pre {
4800
5097
  background-color: var(--mantine-color-dark-8);
4801
5098
  }
4802
- .mantine-yPad50m pre code {
5099
+ .m-d6493fad pre code {
4803
5100
  background-color: transparent;
4804
5101
  padding: 0;
4805
5102
  border-radius: 0;
4806
5103
  color: inherit;
4807
5104
  border: 0;
4808
5105
  }
4809
- .mantine-yPad50m code {
5106
+ .m-d6493fad code {
4810
5107
  line-height: var(--mantine-line-height);
4811
5108
  padding: calc(0.0625rem * var(--mantine-scale)) calc(0.3125rem * var(--mantine-scale));
4812
5109
  border-radius: var(--mantine-radius-sm);
4813
5110
  font-family: var(--mantine-font-family-monospace);
4814
5111
  font-size: var(--mantine-font-size-xs);
4815
5112
  }
4816
- [data-mantine-color-scheme='light'] .mantine-yPad50m code {
5113
+ [data-mantine-color-scheme='light'] .m-d6493fad code {
4817
5114
  background-color: var(--mantine-color-gray-0);
4818
5115
  color: var(--mantine-color-black);
4819
5116
  }
4820
- [data-mantine-color-scheme='dark'] .mantine-yPad50m code {
5117
+ [data-mantine-color-scheme='dark'] .m-d6493fad code {
4821
5118
  background-color: var(--mantine-color-dark-5);
4822
5119
  color: var(--mantine-color-white);
4823
5120
  }
4824
- .mantine-yPad50m ul,
4825
- .mantine-yPad50m,
4826
- .mantine-yPad50m ol {
5121
+ .m-d6493fad ul,
5122
+ .m-d6493fad,
5123
+ .m-d6493fad ol {
4827
5124
  margin-bottom: var(--mantine-spacing-md);
4828
5125
  padding-left: calc(2.375rem * var(--mantine-scale));
4829
5126
  }
4830
- .mantine-yPad50m ul li, .mantine-yPad50m li, .mantine-yPad50m ol li {
5127
+ .m-d6493fad ul li, .m-d6493fad li, .m-d6493fad ol li {
4831
5128
  margin-bottom: var(--mantine-spacing-xs);
4832
5129
  }
4833
- .mantine-yPad50m table {
5130
+ .m-d6493fad table {
4834
5131
  width: 100%;
4835
5132
  border-collapse: collapse;
4836
5133
  caption-side: bottom;
4837
5134
  margin-bottom: var(--mantine-spacing-md);
4838
5135
  }
4839
- .mantine-yPad50m table caption {
5136
+ .m-d6493fad table caption {
4840
5137
  margin-top: var(--mantine-spacing-xs);
4841
5138
  font-size: var(--mantine-font-size-sm);
4842
5139
  color: var(--mantine-color-gray-6);
4843
5140
  }
4844
- .mantine-yPad50m table th {
5141
+ .m-d6493fad table th {
4845
5142
  text-align: left;
4846
5143
  font-weight: bold;
4847
5144
  color: var(--mantine-color-gray-7);
4848
5145
  font-size: var(--mantine-font-size-sm);
4849
5146
  padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
4850
5147
  }
4851
- .mantine-yPad50m table thead th {
5148
+ .m-d6493fad table thead th {
4852
5149
  border-bottom: calc(0.0625rem * var(--mantine-scale)) solid;
4853
5150
  border-color: var(--mantine-color-gray-3);
4854
5151
  }
4855
- .mantine-yPad50m table tfoot th {
5152
+ .m-d6493fad table tfoot th {
4856
5153
  border-top: calc(0.0625rem * var(--mantine-scale)) solid;
4857
5154
  border-color: var(--mantine-color-gray-3);
4858
5155
  }
4859
- .mantine-yPad50m table td {
5156
+ .m-d6493fad table td {
4860
5157
  padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
4861
5158
  border-bottom: calc(0.0625rem * var(--mantine-scale)) solid;
4862
5159
  border-color: var(--mantine-color-gray-3);
4863
5160
  font-size: var(--mantine-font-size-sm);
4864
5161
  }
4865
- .mantine-yPad50m table tr:last-of-type td {
5162
+ .m-d6493fad table tr:last-of-type td {
4866
5163
  border-bottom: 0;
4867
5164
  }
4868
- .mantine-yPad50m blockquote {
5165
+ .m-d6493fad blockquote {
4869
5166
  font-size: var(--mantine-font-size-lg);
4870
5167
  line-height: var(--mantine-line-height);
4871
5168
  margin: var(--mantine-spacing-md) 0;
4872
5169
  border-radius: var(--mantine-radius-sm);
4873
5170
  padding: var(--mantine-spacing-md) var(--mantine-spacing-lg);
4874
5171
  }
4875
- [data-mantine-color-scheme='light'] .mantine-yPad50m blockquote {
5172
+ [data-mantine-color-scheme='light'] .m-d6493fad blockquote {
4876
5173
  background-color: var(--mantine-color-gray-0);
4877
5174
  }
4878
- [data-mantine-color-scheme='dark'] .mantine-yPad50m blockquote {
5175
+ [data-mantine-color-scheme='dark'] .m-d6493fad blockquote {
4879
5176
  background-color: var(--mantine-color-dark-8);
4880
5177
  }