pro-design-vue 1.0.0-rc.9 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.full.js +375 -206
- package/dist/index.full.min.js +8 -8
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +8 -8
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +375 -206
- package/es/components/drawer/src/drawer.vue2.mjs +1 -1
- package/es/components/drawer/src/drawer.vue2.mjs.map +1 -1
- package/es/components/form/src/Form.d.ts +1 -1
- package/es/components/form/src/base/BaseForm.d.ts +1 -1
- package/es/components/form/src/base/BaseForm.mjs +16 -11
- package/es/components/form/src/base/BaseForm.mjs.map +1 -1
- package/es/components/form/src/base/StepForm.d.ts +1 -1
- package/es/components/form/src/components/FormColWrapper.d.ts +9 -0
- package/es/components/form/src/components/FormColWrapper.mjs +9 -1
- package/es/components/form/src/components/FormColWrapper.mjs.map +1 -1
- package/es/components/form/src/components/FormGroup.d.ts +6 -4
- package/es/components/form/src/components/FormGroup.mjs +1 -1
- package/es/components/form/src/components/FormGroup.mjs.map +1 -1
- package/es/components/form/src/components/FormItem.d.ts +9 -0
- package/es/components/form/src/components/FormItem.mjs +32 -24
- package/es/components/form/src/components/FormItem.mjs.map +1 -1
- package/es/components/form/src/components/FormItems.mjs +2 -1
- package/es/components/form/src/components/FormItems.mjs.map +1 -1
- package/es/components/form/src/components/FormList.d.ts +6 -4
- package/es/components/form/src/components/FormList.mjs +1 -1
- package/es/components/form/src/components/FormList.mjs.map +1 -1
- package/es/components/form/src/components/FormListContainer.d.ts +6 -4
- package/es/components/form/src/components/FormListContainer.mjs +1 -1
- package/es/components/form/src/components/FormListContainer.mjs.map +1 -1
- package/es/components/form/src/components/FormSet.d.ts +6 -4
- package/es/components/form/src/components/FormSet.mjs +1 -1
- package/es/components/form/src/components/FormSet.mjs.map +1 -1
- package/es/components/form/src/components/FormSubmitter.d.ts +2 -2
- package/es/components/form/src/components/FormSubmitter.mjs +25 -7
- package/es/components/form/src/components/FormSubmitter.mjs.map +1 -1
- package/es/components/form/src/components/FormTitle.d.ts +6 -4
- package/es/components/form/src/components/FormTitle.mjs +11 -6
- package/es/components/form/src/components/FormTitle.mjs.map +1 -1
- package/es/components/form/src/hooks/useAction.d.ts +5 -3
- package/es/components/form/src/hooks/useAction.mjs +30 -11
- package/es/components/form/src/hooks/useAction.mjs.map +1 -1
- package/es/components/form/src/hooks/useFieldValue.d.ts +1 -1
- package/es/components/form/src/hooks/useFieldValue.mjs +11 -15
- package/es/components/form/src/hooks/useFieldValue.mjs.map +1 -1
- package/es/components/form/src/layouts/DrawerForm.d.ts +1 -1
- package/es/components/form/src/layouts/ModalForm.d.ts +1 -1
- package/es/components/form/src/layouts/QueryFilter.d.ts +1 -1
- package/es/components/form/src/layouts/QueryFilter.mjs +14 -4
- package/es/components/form/src/layouts/QueryFilter.mjs.map +1 -1
- package/es/components/form/src/layouts/StepsForm.d.ts +1 -1
- package/es/components/form/src/layouts/StepsForm.mjs +8 -8
- package/es/components/form/src/layouts/StepsForm.mjs.map +1 -1
- package/es/components/form/src/type.d.ts +24 -11
- package/es/components/form/src/utils/transformer.d.ts +3 -0
- package/es/components/form/src/utils/transformer.mjs +24 -0
- package/es/components/form/src/utils/transformer.mjs.map +1 -0
- package/es/components/modal/src/modal.vue2.mjs +1 -1
- package/es/components/modal/src/modal.vue2.mjs.map +1 -1
- package/es/components/table/src/components/Body/Body.vue.mjs.map +1 -1
- package/es/components/table/src/components/Body/Body.vue2.mjs +1 -2
- package/es/components/table/src/components/Body/Body.vue2.mjs.map +1 -1
- package/es/components/table/src/components/Body/BodyCell.mjs +2 -2
- package/es/components/table/src/components/Body/BodyCell.mjs.map +1 -1
- package/es/components/table/src/components/Body/BodyRow.vue.mjs.map +1 -1
- package/es/components/table/src/components/Body/BodyRow.vue2.mjs +3 -3
- package/es/components/table/src/components/Body/BodyRow.vue2.mjs.map +1 -1
- package/es/components/table/src/components/Drag/RowHandler.vue.mjs.map +1 -1
- package/es/components/table/src/components/Drag/RowHandler.vue2.mjs +17 -16
- package/es/components/table/src/components/Drag/RowHandler.vue2.mjs.map +1 -1
- package/es/components/table/src/components/Header/HeaderCellTitle.vue.mjs +19 -7
- package/es/components/table/src/components/Header/HeaderCellTitle.vue.mjs.map +1 -1
- package/es/components/table/src/components/Header/HeaderCellTitle.vue2.mjs +1 -0
- package/es/components/table/src/components/Header/HeaderCellTitle.vue2.mjs.map +1 -1
- package/es/components/table/src/components/Header/HeaderExtraCell.vue.mjs.map +1 -1
- package/es/components/table/src/components/Header/HeaderExtraCell.vue2.mjs +1 -0
- package/es/components/table/src/components/Header/HeaderExtraCell.vue2.mjs.map +1 -1
- package/es/components/table/src/components/InteralTable.vue.d.ts +21 -0
- package/es/components/table/src/components/InteralTable.vue.mjs.map +1 -1
- package/es/components/table/src/components/InteralTable.vue2.mjs +11 -5
- package/es/components/table/src/components/InteralTable.vue2.mjs.map +1 -1
- package/es/components/table/src/components/Table.d.ts +25 -4
- package/es/components/table/src/components/Table.mjs +48 -14
- package/es/components/table/src/components/Table.mjs.map +1 -1
- package/es/components/table/src/components/ToolBar/ToolBar.vue.mjs +25 -6
- package/es/components/table/src/components/ToolBar/ToolBar.vue.mjs.map +1 -1
- package/es/components/table/src/components/ToolBar/ToolBar.vue2.mjs.map +1 -1
- package/es/components/table/src/components/interface.d.ts +33 -5
- package/es/components/table/src/components/interface.mjs +10 -1
- package/es/components/table/src/components/interface.mjs.map +1 -1
- package/es/components/table/src/hooks/useCellProps.mjs +3 -1
- package/es/components/table/src/hooks/useCellProps.mjs.map +1 -1
- package/es/components/table/src/hooks/useContainer.mjs +1 -1
- package/es/components/table/src/hooks/useContainer.mjs.map +1 -1
- package/es/components/table/src/hooks/useFetchData.mjs +13 -18
- package/es/components/table/src/hooks/useFetchData.mjs.map +1 -1
- package/es/components/table/src/hooks/useHover.d.ts +3 -0
- package/es/components/table/src/hooks/useHover.mjs +3 -1
- package/es/components/table/src/hooks/useHover.mjs.map +1 -1
- package/es/components/table/src/hooks/usePagination.d.ts +1 -0
- package/es/components/table/src/hooks/usePagination.mjs +7 -2
- package/es/components/table/src/hooks/usePagination.mjs.map +1 -1
- package/es/components/table/src/utils/genProColumnToColumn.mjs +5 -4
- package/es/components/table/src/utils/genProColumnToColumn.mjs.map +1 -1
- package/es/components/table/src/utils/util.d.ts +1 -1
- package/es/components/table/src/utils/util.mjs +1 -1
- package/es/components/table/src/utils/util.mjs.map +1 -1
- package/es/index.d.ts +65 -21
- package/es/utils/validate.d.ts +1 -1
- package/es/utils/validate.mjs +1 -1
- package/es/utils/validate.mjs.map +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/lib/components/drawer/src/drawer.vue2.js +1 -1
- package/lib/components/drawer/src/drawer.vue2.js.map +1 -1
- package/lib/components/form/src/Form.d.ts +1 -1
- package/lib/components/form/src/base/BaseForm.d.ts +1 -1
- package/lib/components/form/src/base/BaseForm.js +14 -9
- package/lib/components/form/src/base/BaseForm.js.map +1 -1
- package/lib/components/form/src/base/StepForm.d.ts +1 -1
- package/lib/components/form/src/components/FormColWrapper.d.ts +9 -0
- package/lib/components/form/src/components/FormColWrapper.js +9 -1
- package/lib/components/form/src/components/FormColWrapper.js.map +1 -1
- package/lib/components/form/src/components/FormGroup.d.ts +6 -4
- package/lib/components/form/src/components/FormGroup.js +1 -1
- package/lib/components/form/src/components/FormGroup.js.map +1 -1
- package/lib/components/form/src/components/FormItem.d.ts +9 -0
- package/lib/components/form/src/components/FormItem.js +32 -24
- package/lib/components/form/src/components/FormItem.js.map +1 -1
- package/lib/components/form/src/components/FormItems.js +2 -1
- package/lib/components/form/src/components/FormItems.js.map +1 -1
- package/lib/components/form/src/components/FormList.d.ts +6 -4
- package/lib/components/form/src/components/FormList.js +1 -1
- package/lib/components/form/src/components/FormList.js.map +1 -1
- package/lib/components/form/src/components/FormListContainer.d.ts +6 -4
- package/lib/components/form/src/components/FormListContainer.js +1 -1
- package/lib/components/form/src/components/FormListContainer.js.map +1 -1
- package/lib/components/form/src/components/FormSet.d.ts +6 -4
- package/lib/components/form/src/components/FormSet.js +1 -1
- package/lib/components/form/src/components/FormSet.js.map +1 -1
- package/lib/components/form/src/components/FormSubmitter.d.ts +2 -2
- package/lib/components/form/src/components/FormSubmitter.js +25 -7
- package/lib/components/form/src/components/FormSubmitter.js.map +1 -1
- package/lib/components/form/src/components/FormTitle.d.ts +6 -4
- package/lib/components/form/src/components/FormTitle.js +11 -6
- package/lib/components/form/src/components/FormTitle.js.map +1 -1
- package/lib/components/form/src/hooks/useAction.d.ts +5 -3
- package/lib/components/form/src/hooks/useAction.js +29 -9
- package/lib/components/form/src/hooks/useAction.js.map +1 -1
- package/lib/components/form/src/hooks/useFieldValue.d.ts +1 -1
- package/lib/components/form/src/hooks/useFieldValue.js +11 -15
- package/lib/components/form/src/hooks/useFieldValue.js.map +1 -1
- package/lib/components/form/src/layouts/DrawerForm.d.ts +1 -1
- package/lib/components/form/src/layouts/ModalForm.d.ts +1 -1
- package/lib/components/form/src/layouts/QueryFilter.d.ts +1 -1
- package/lib/components/form/src/layouts/QueryFilter.js +14 -4
- package/lib/components/form/src/layouts/QueryFilter.js.map +1 -1
- package/lib/components/form/src/layouts/StepsForm.d.ts +1 -1
- package/lib/components/form/src/layouts/StepsForm.js +8 -8
- package/lib/components/form/src/layouts/StepsForm.js.map +1 -1
- package/lib/components/form/src/type.d.ts +24 -11
- package/lib/components/form/src/utils/transformer.d.ts +3 -0
- package/lib/components/form/src/utils/transformer.js +28 -0
- package/lib/components/form/src/utils/transformer.js.map +1 -0
- package/lib/components/modal/src/modal.vue2.js +1 -1
- package/lib/components/modal/src/modal.vue2.js.map +1 -1
- package/lib/components/table/src/components/Body/Body.vue.js.map +1 -1
- package/lib/components/table/src/components/Body/Body.vue2.js +1 -2
- package/lib/components/table/src/components/Body/Body.vue2.js.map +1 -1
- package/lib/components/table/src/components/Body/BodyCell.js +2 -2
- package/lib/components/table/src/components/Body/BodyCell.js.map +1 -1
- package/lib/components/table/src/components/Body/BodyRow.vue.js.map +1 -1
- package/lib/components/table/src/components/Body/BodyRow.vue2.js +3 -3
- package/lib/components/table/src/components/Body/BodyRow.vue2.js.map +1 -1
- package/lib/components/table/src/components/Drag/RowHandler.vue.js.map +1 -1
- package/lib/components/table/src/components/Drag/RowHandler.vue2.js +17 -16
- package/lib/components/table/src/components/Drag/RowHandler.vue2.js.map +1 -1
- package/lib/components/table/src/components/Header/HeaderCellTitle.vue.js +18 -6
- package/lib/components/table/src/components/Header/HeaderCellTitle.vue.js.map +1 -1
- package/lib/components/table/src/components/Header/HeaderCellTitle.vue2.js +1 -0
- package/lib/components/table/src/components/Header/HeaderCellTitle.vue2.js.map +1 -1
- package/lib/components/table/src/components/Header/HeaderExtraCell.vue.js.map +1 -1
- package/lib/components/table/src/components/Header/HeaderExtraCell.vue2.js +1 -0
- package/lib/components/table/src/components/Header/HeaderExtraCell.vue2.js.map +1 -1
- package/lib/components/table/src/components/InteralTable.vue.d.ts +21 -0
- package/lib/components/table/src/components/InteralTable.vue.js.map +1 -1
- package/lib/components/table/src/components/InteralTable.vue2.js +12 -6
- package/lib/components/table/src/components/InteralTable.vue2.js.map +1 -1
- package/lib/components/table/src/components/Table.d.ts +25 -4
- package/lib/components/table/src/components/Table.js +47 -13
- package/lib/components/table/src/components/Table.js.map +1 -1
- package/lib/components/table/src/components/ToolBar/ToolBar.vue.js +24 -5
- package/lib/components/table/src/components/ToolBar/ToolBar.vue.js.map +1 -1
- package/lib/components/table/src/components/ToolBar/ToolBar.vue2.js.map +1 -1
- package/lib/components/table/src/components/interface.d.ts +33 -5
- package/lib/components/table/src/components/interface.js +10 -1
- package/lib/components/table/src/components/interface.js.map +1 -1
- package/lib/components/table/src/hooks/useCellProps.js +3 -1
- package/lib/components/table/src/hooks/useCellProps.js.map +1 -1
- package/lib/components/table/src/hooks/useContainer.js +1 -1
- package/lib/components/table/src/hooks/useContainer.js.map +1 -1
- package/lib/components/table/src/hooks/useFetchData.js +13 -18
- package/lib/components/table/src/hooks/useFetchData.js.map +1 -1
- package/lib/components/table/src/hooks/useHover.d.ts +3 -0
- package/lib/components/table/src/hooks/useHover.js +2 -0
- package/lib/components/table/src/hooks/useHover.js.map +1 -1
- package/lib/components/table/src/hooks/usePagination.d.ts +1 -0
- package/lib/components/table/src/hooks/usePagination.js +7 -1
- package/lib/components/table/src/hooks/usePagination.js.map +1 -1
- package/lib/components/table/src/utils/genProColumnToColumn.js +5 -4
- package/lib/components/table/src/utils/genProColumnToColumn.js.map +1 -1
- package/lib/components/table/src/utils/util.d.ts +1 -1
- package/lib/components/table/src/utils/util.js +1 -1
- package/lib/components/table/src/utils/util.js.map +1 -1
- package/lib/index.d.ts +65 -21
- package/lib/utils/validate.d.ts +1 -1
- package/lib/utils/validate.js +1 -1
- package/lib/utils/validate.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css-var.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/pro-form.css +1 -1
- package/theme-chalk/src/css-var.less +154 -677
- package/theme-chalk/src/form.less +5 -0
- package/theme-chalk/src/table/alert.less +1 -0
- package/theme-chalk/src/table/table.less +3 -3
- package/theme-chalk/src/common/css-var.less +0 -914
package/package.json
CHANGED
package/theme-chalk/css-var.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
:root{--pro-popup-z-index:2000;--pro-font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--pro-background:0 0% 100%;--pro-background-deep:216 20.11% 95.47%;--pro-foreground:210 6% 21%;--pro-card:0 0% 100%;--pro-card-foreground:222.2 84% 4.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:222.2 84% 4.9%;--pro-muted:240 4.8% 95.9%;--pro-muted-foreground:240 3.8% 46.1%;--pro-primary:212 100% 45%;--pro-primary-foreground:0 0% 98%;--pro-destructive:359.33 100% 65.1%;--pro-destructive-foreground:0 0% 98%;--pro-info:240,5%,96%;--pro-info-foreground:220,4%,58%;--pro-success:144 57% 58%;--pro-success-foreground:0 0% 98%;--pro-warning:42 84% 61%;--pro-warning-foreground:0 0% 98%;--pro-secondary:240 5% 96%;--pro-secondary-foreground:240 6% 10%;--pro-accent:240 5% 96%;--pro-accent-dark:216 14% 93%;--pro-accent-darker:216 11% 91%;--pro-accent-lighter:240 0% 98%;--pro-accent-hover:200deg 10% 90%;--pro-accent-foreground:240 6% 10%;--pro-heavy:192deg 9.43% 89.61%;--pro-heavy-foreground:var(--pro-accent-foreground);--pro-border:240 5.9% 90%;--pro-input:240deg 5.88% 90%;--pro-input-placeholder:217 10.6% 65%;--pro-input-background:0 0% 100%;--pro-ring:222.2 84% 4.9%;--pro-radius:6px;--pro-overlay:0 0% 0%/45%;--pro-overlay-content:0 0% 95%/45%;--pro-font-size-base:16px;--pro-sidebar:0 0% 100%;--pro-sidebar-deep:0 0% 100%;--pro-menu:var(--pro-sidebar);--pro-header:0 0% 100%;--pro-shadow:0deg 0% 1.96%/6%;--pro-table-header:0deg 0% 98.04%;--pro-table-header-sort-active-bg:0deg 0% 94.9%;--pro-table-header-filter-active-bg:0deg 0% 0%/4%;--pro-table-header-cell-split-color:0deg 0% 0%/6%;--pro-table-row-insert-bg:4deg 100% 97.06%;--pro-table-footer-bg:0deg 0% 98.04%;accent-color:var(--pro-primary);color-scheme:light}[data-theme=violet]{--pro-foreground:224 71.4% 4.1%;--pro-card:0 0% 100%;--pro-card-foreground:224 71.4% 4.1%;--pro-popover:0 0% 100%;--pro-popover-foreground:224 71.4% 4.1%;--pro-primary-foreground:210 20% 98%;--pro-secondary:220 14.3% 95.9%;--pro-secondary-foreground:220.9 39.3% 11%;--pro-muted:220 14.3% 95.9%;--pro-muted-foreground:220 8.9% 46.1%;--pro-accent:220 14.3% 95.9%;--pro-accent-foreground:220.9 39.3% 11%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:210 20% 98%;--pro-border:220 13% 91%;--pro-input:220 13% 91%;--pro-ring:262.1 83.3% 57.8%}[data-theme=pink],[data-theme=rose]{--pro-foreground:240 10% 3.9%;--pro-card:0 0% 100%;--pro-card-foreground:240 10% 3.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:240 10% 3.9%;--pro-primary-foreground:355.7 100% 97.3%;--pro-secondary:240 4.8% 95.9%;--pro-secondary-foreground:240 5.9% 10%;--pro-muted:240 4.8% 95.9%;--pro-muted-foreground:240 3.8% 46.1%;--pro-accent:240 4.8% 95.9%;--pro-accent-foreground:240 5.9% 10%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:0 0% 98%;--pro-border:240 5.9% 90%;--pro-input:240 5.9% 90%;--pro-ring:346.8 77.2% 49.8%}[data-theme=deep-blue],[data-theme=sky-blue]{--pro-foreground:222.2 84% 4.9%;--pro-card:0 0% 100%;--pro-card-foreground:222.2 84% 4.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:222.2 84% 4.9%;--pro-primary-foreground:210 40% 98%;--pro-secondary:210 40% 96.1%;--pro-secondary-foreground:222.2 47.4% 11.2%;--pro-muted:210 40% 96.1%;--pro-muted-foreground:215.4 16.3% 46.9%;--pro-accent:210 40% 96.1%;--pro-accent-foreground:222.2 47.4% 11.2%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:210 40% 98%;--pro-border:214.3 31.8% 91.4%;--pro-input:214.3 31.8% 91.4%;--pro-ring:221.2 83.2% 53.3%}[data-theme=deep-green],[data-theme=green]{--pro-foreground:240 10% 3.9%;--pro-card:0 0% 100%;--pro-card-foreground:240 10% 3.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:240 10% 3.9%;--pro-primary-foreground:355.7 100% 97.3%;--pro-secondary:240 4.8% 95.9%;--pro-secondary-foreground:240 5.9% 10%;--pro-muted:240 4.8% 95.9%;--pro-muted-foreground:240 3.8% 46.1%;--pro-accent:240 4.8% 95.9%;--pro-accent-foreground:240 5.9% 10%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:0 0% 98%;--pro-border:240 5.9% 90%;--pro-input:240 5.9% 90%;--pro-ring:142.1 76.2% 36.3%}[data-theme=orange]{--pro-foreground:20 14.3% 4.1%;--pro-card:0 0% 100%;--pro-card-foreground:20 14.3% 4.1%;--pro-popover:0 0% 100%;--pro-popover-foreground:20 14.3% 4.1%;--pro-primary-foreground:60 9.1% 97.8%;--pro-secondary:60 4.8% 95.9%;--pro-secondary-foreground:24 9.8% 10%;--pro-muted:60 4.8% 95.9%;--pro-muted-foreground:25 5.3% 44.7%;--pro-accent:60 4.8% 95.9%;--pro-accent-foreground:24 9.8% 10%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:60 9.1% 97.8%;--pro-border:20 5.9% 90%;--pro-input:20 5.9% 90%;--pro-ring:24.6 95% 53.1%}[data-theme=yellow]{--pro-foreground:20 14.3% 4.1%;--pro-card:0 0% 100%;--pro-card-foreground:20 14.3% 4.1%;--pro-popover:0 0% 100%;--pro-popover-foreground:20 14.3% 4.1%;--pro-primary-foreground:26 83.3% 14.1%;--pro-secondary:60 4.8% 95.9%;--pro-secondary-foreground:24 9.8% 10%;--pro-muted:60 4.8% 95.9%;--pro-muted-foreground:25 5.3% 44.7%;--pro-accent:60 4.8% 95.9%;--pro-accent-foreground:24 9.8% 10%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:60 9.1% 97.8%;--pro-border:20 5.9% 90%;--pro-input:20 5.9% 90%;--pro-ring:20 14.3% 4.1%}[data-theme=zinc]{--pro-foreground:240 10% 3.9%;--pro-card:0 0% 100%;--pro-card-foreground:240 10% 3.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:240 10% 3.9%;--pro-primary-foreground:0 0% 98%;--pro-secondary:240 4.8% 95.9%;--pro-secondary-foreground:240 5.9% 10%;--pro-muted:240 4.8% 95.9%;--pro-muted-foreground:240 3.8% 46.1%;--pro-accent:240 4.8% 95.9%;--pro-accent-foreground:240 5.9% 10%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:0 0% 98%;--pro-border:240 5.9% 90%;--pro-input:240 5.9% 90%;--pro-ring:240 5.9% 10%}[data-theme=neutral]{--pro-foreground:0 0% 3.9%;--pro-card:0 0% 100%;--pro-card-foreground:0 0% 3.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:0 0% 3.9%;--pro-primary-foreground:0 0% 98%;--pro-secondary:0 0% 96.1%;--pro-secondary-foreground:0 0% 9%;--pro-muted:0 0% 96.1%;--pro-muted-foreground:0 0% 45.1%;--pro-accent:0 0% 96.1%;--pro-accent-foreground:0 0% 9%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:0 0% 98%;--pro-border:0 0% 89.8%;--pro-input:0 0% 89.8%;--pro-ring:0 0% 3.9%}[data-theme=slate]{--pro-foreground:222.2 84% 4.9%;--pro-card:0 0% 100%;--pro-card-foreground:222.2 84% 4.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:222.2 84% 4.9%;--pro-primary-foreground:210 40% 98%;--pro-secondary:210 40% 96.1%;--pro-secondary-foreground:222.2 47.4% 11.2%;--pro-muted:210 40% 96.1%;--pro-muted-foreground:215.4 16.3% 46.9%;--pro-accent:210 40% 96.1%;--pro-accent-foreground:222.2 47.4% 11.2%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:210 40% 98%;--pro-border:214.3 31.8% 91.4%;--pro-input:214.3 31.8% 91.4%;--pro-ring:222.2 84% 4.9%}[data-theme=gray]{--pro-foreground:224 71.4% 4.1%;--pro-card:0 0% 100%;--pro-card-foreground:224 71.4% 4.1%;--pro-popover:0 0% 100%;--pro-popover-foreground:224 71.4% 4.1%;--pro-primary-foreground:210 20% 98%;--pro-secondary:220 14.3% 95.9%;--pro-secondary-foreground:220.9 39.3% 11%;--pro-muted:220 14.3% 95.9%;--pro-muted-foreground:220 8.9% 46.1%;--pro-accent:220 14.3% 95.9%;--pro-accent-foreground:220.9 39.3% 11%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:210 20% 98%;--pro-border:220 13% 91%;--pro-input:220 13% 91%;--pro-ring:224 71.4% 4.1%}.dark,.dark[data-theme=custom],.dark[data-theme=default]{--pro-background:222.34deg 10.43% 12.27%;--pro-background-deep:220deg 13.06% 9%;--pro-foreground:0 0% 95%;--pro-card:222.34deg 10.43% 12.27%;--pro-card-foreground:210 40% 98%;--pro-popover:0 0% 14.2%;--pro-popover-foreground:210 40% 98%;--pro-muted:240 3.7% 15.9%;--pro-muted-foreground:240 5% 64.9%;--pro-primary-foreground:0 0% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 0% 98%;--pro-info:180,1.54%,12.75%;--pro-info-foreground:220,4%,58%;--pro-success:144 57% 58%;--pro-success-foreground:0 0% 98%;--pro-warning:42 84% 61%;--pro-warning-foreground:0 0% 98%;--pro-secondary:240 5% 17%;--pro-secondary-foreground:0 0% 98%;--pro-accent:216 5% 19%;--pro-accent-dark:240 0% 22%;--pro-accent-darker:240 0% 26%;--pro-accent-lighter:216 5% 12%;--pro-accent-hover:216 5% 24%;--pro-accent-foreground:0 0% 98%;--pro-heavy:216 5% 24%;--pro-heavy-foreground:var(--pro-accent-foreground);--pro-border:240 3.7% 22%;--pro-input:0deg 0% 100%/10%;--pro-input-placeholder:218deg 11% 65%;--pro-input-background:0deg 0% 100%/5%;--pro-ring:222.2 84% 4.9%;--pro-radius:6px;--pro-overlay:0deg 0% 0%/40%;--pro-overlay-content:0deg 0% 0%/40%;--pro-font-size-base:16px;--pro-sidebar:222.34deg 10.43% 12.27%;--pro-sidebar-deep:220deg 13.06% 9%;--pro-menu:var(--pro-sidebar);--pro-header:222.34deg 10.43% 12.27%;--pro-shadow:0deg 0% 0%/45%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%;color-scheme:dark}.dark[data-theme=violet],[data-theme=violet] .dark{--pro-background:224 71.4% 4.1%;--pro-background-deep:var(--pro-background);--pro-foreground:210 20% 98%;--pro-card:224 71.4% 4.1%;--pro-card-foreground:210 20% 98%;--pro-popover:224 71.4% 4.1%;--pro-popover-foreground:210 20% 98%;--pro-primary-foreground:210 20% 98%;--pro-secondary:215 27.9% 16.9%;--pro-secondary-foreground:210 20% 98%;--pro-muted:215 27.9% 16.9%;--pro-muted-foreground:217.9 10.6% 64.9%;--pro-accent:215 27.9% 16.9%;--pro-accent-foreground:210 20% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:210 20% 98%;--pro-border:215 27.9% 16.9%;--pro-input:215 27.9% 16.9%;--pro-ring:263.4 70% 50.4%;--pro-sidebar:224 71.4% 4.1%;--pro-sidebar-deep:224 71.4% 4.1%;--pro-header:224 71.4% 4.1%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=pink],[data-theme=pink] .dark{--pro-background:20 14.3% 4.1%;--pro-background-deep:var(--pro-background);--pro-foreground:0 0% 95%;--pro-card:0 0% 9%;--pro-card-foreground:0 0% 95%;--pro-popover:0 0% 9%;--pro-popover-foreground:0 0% 95%;--pro-primary-foreground:355.7 100% 97.3%;--pro-secondary:240 3.7% 15.9%;--pro-secondary-foreground:0 0% 98%;--pro-muted:0 0% 15%;--pro-muted-foreground:240 5% 64.9%;--pro-accent:12 6.5% 15.1%;--pro-accent-foreground:0 0% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 85.7% 97.3%;--pro-border:240 3.7% 15.9%;--pro-input:240 3.7% 15.9%;--pro-ring:346.8 77.2% 49.8%;--pro-sidebar:20 14.3% 4.1%;--pro-sidebar-deep:20 14.3% 4.1%;--pro-header:20 14.3% 4.1%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=rose],[data-theme=rose] .dark{--pro-background:0 0% 3.9%;--pro-background-deep:var(--pro-background);--pro-foreground:0 0% 98%;--pro-card:0 0% 3.9%;--pro-card-foreground:0 0% 98%;--pro-popover:0 0% 3.9%;--pro-popover-foreground:0 0% 98%;--pro-primary-foreground:0 85.7% 97.3%;--pro-secondary:0 0% 14.9%;--pro-secondary-foreground:0 0% 98%;--pro-muted:0 0% 14.9%;--pro-muted-foreground:0 0% 63.9%;--pro-accent:0 0% 14.9%;--pro-accent-foreground:0 0% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 0% 98%;--pro-border:0 0% 14.9%;--pro-input:0 0% 14.9%;--pro-ring:0 72.2% 50.6%;--pro-sidebar:0 0% 3.9%;--pro-sidebar-deep:0 0% 3.9%;--pro-header:0 0% 3.9%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=deep-blue],.dark[data-theme=sky-blue],[data-theme=deep-blue] .dark,[data-theme=sky-blue] .dark{--pro-background:222.2 84% 4.9%;--pro-background-deep:var(--pro-background);--pro-foreground:210 40% 98%;--pro-card:222.2 84% 4.9%;--pro-card-foreground:210 40% 98%;--pro-popover:222.2 84% 4.9%;--pro-popover-foreground:210 40% 98%;--pro-primary-foreground:210 20% 98%;--pro-secondary:217.2 32.6% 17.5%;--pro-secondary-foreground:210 40% 98%;--pro-muted:217.2 32.6% 17.5%;--pro-muted-foreground:215 20.2% 65.1%;--pro-accent:217.2 32.6% 17.5%;--pro-accent-foreground:210 40% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:210 40% 98%;--pro-border:217.2 32.6% 17.5%;--pro-input:217.2 32.6% 17.5%;--pro-ring:224.3 76.3% 48%;--pro-sidebar:222.2 84% 4.9%;--pro-sidebar-deep:222.2 84% 4.9%;--pro-header:222.2 84% 4.9%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=deep-green],.dark[data-theme=green],[data-theme=deep-green] .dark,[data-theme=green] .dark{--pro-background:20 14.3% 4.1%;--pro-background-deep:var(--pro-background);--pro-foreground:0 0% 95%;--pro-card:24 9.8% 6%;--pro-card-foreground:0 0% 95%;--pro-popover:0 0% 9%;--pro-popover-foreground:0 0% 95%;--pro-primary-foreground:210 20% 98%;--pro-secondary:240 3.7% 15.9%;--pro-secondary-foreground:0 0% 98%;--pro-muted:0 0% 15%;--pro-muted-foreground:240 5% 64.9%;--pro-accent:12 6.5% 15.1%;--pro-accent-foreground:0 0% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 85.7% 97.3%;--pro-border:240 3.7% 15.9%;--pro-input:240 3.7% 15.9%;--pro-ring:142.4 71.8% 29.2%;--pro-sidebar:20 14.3% 4.1%;--pro-sidebar-deep:20 14.3% 4.1%;--pro-header:20 14.3% 4.1%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=orange],[data-theme=orange] .dark{--pro-background:20 14.3% 4.1%;--pro-background-deep:var(--pro-background);--pro-foreground:60 9.1% 97.8%;--pro-card:20 14.3% 4.1%;--pro-card-foreground:60 9.1% 97.8%;--pro-popover:20 14.3% 4.1%;--pro-popover-foreground:60 9.1% 97.8%;--pro-primary-foreground:60 9.1% 97.8%;--pro-secondary:12 6.5% 15.1%;--pro-secondary-foreground:60 9.1% 97.8%;--pro-muted:12 6.5% 15.1%;--pro-muted-foreground:24 5.4% 63.9%;--pro-accent:12 6.5% 15.1%;--pro-accent-foreground:60 9.1% 97.8%;--pro-destructive:0 72.2% 50.6%;--pro-destructive-foreground:60 9.1% 97.8%;--pro-border:12 6.5% 15.1%;--pro-input:12 6.5% 15.1%;--pro-ring:20.5 90.2% 48.2%;--pro-sidebar:20 14.3% 4.1%;--pro-sidebar-deep:20 14.3% 4.1%;--pro-header:20 14.3% 4.1%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=yellow],[data-theme=yellow] .dark{--pro-background:20 14.3% 4.1%;--pro-background-deep:var(--pro-background);--pro-foreground:60 9.1% 97.8%;--pro-card:20 14.3% 4.1%;--pro-card-foreground:60 9.1% 97.8%;--pro-popover:20 14.3% 4.1%;--pro-popover-foreground:60 9.1% 97.8%;--pro-primary-foreground:26 83.3% 14.1%;--pro-secondary:12 6.5% 15.1%;--pro-secondary-foreground:60 9.1% 97.8%;--pro-muted:12 6.5% 15.1%;--pro-muted-foreground:24 5.4% 63.9%;--pro-accent:12 6.5% 15.1%;--pro-accent-foreground:60 9.1% 97.8%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:60 9.1% 97.8%;--pro-border:12 6.5% 15.1%;--pro-input:12 6.5% 15.1%;--pro-ring:35.5 91.7% 32.9%;--pro-sidebar:20 14.3% 4.1%;--pro-sidebar-deep:20 14.3% 4.1%;--pro-header:20 14.3% 4.1%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=zinc],[data-theme=zinc] .dark{--pro-background:240 10% 3.9%;--pro-background-deep:var(--pro-background);--pro-foreground:0 0% 98%;--pro-card:240 10% 3.9%;--pro-card-foreground:0 0% 98%;--pro-popover:240 10% 3.9%;--pro-popover-foreground:0 0% 98%;--pro-primary-foreground:240 5.9% 10%;--pro-secondary:240 3.7% 15.9%;--pro-secondary-foreground:0 0% 98%;--pro-muted:240 3.7% 15.9%;--pro-muted-foreground:240 5% 64.9%;--pro-accent:240 3.7% 15.9%;--pro-accent-foreground:0 0% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 0% 98%;--pro-border:240 3.7% 15.9%;--pro-input:240 3.7% 15.9%;--pro-ring:240 4.9% 83.9%;--pro-sidebar:240 10% 3.9%;--pro-sidebar-deep:240 10% 3.9%;--pro-header:240 10% 3.9%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=neutral],[data-theme=neutral] .dark{--pro-background:0 0% 3.9%;--pro-background-deep:var(--pro-background);--pro-foreground:0 0% 98%;--pro-card:0 0% 3.9%;--pro-card-foreground:0 0% 98%;--pro-popover:0 0% 3.9%;--pro-popover-foreground:0 0% 98%;--pro-primary-foreground:0 0% 9%;--pro-secondary:0 0% 14.9%;--pro-secondary-foreground:0 0% 98%;--pro-muted:0 0% 14.9%;--pro-muted-foreground:0 0% 63.9%;--pro-accent:0 0% 14.9%;--pro-accent-foreground:0 0% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 0% 98%;--pro-border:0 0% 14.9%;--pro-input:0 0% 14.9%;--pro-ring:0 0% 83.1%;--pro-sidebar:0 0% 3.9%;--pro-sidebar-deep:0 0% 3.9%;--pro-header:0 0% 3.9%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=slate],[data-theme=slate] .dark{--pro-background:222.2 84% 4.9%;--pro-background-deep:var(--pro-background);--pro-foreground:210 40% 98%;--pro-card:222.2 84% 4.9%;--pro-card-foreground:210 40% 98%;--pro-popover:222.2 84% 4.9%;--pro-popover-foreground:210 40% 98%;--pro-primary-foreground:222.2 47.4% 11.2%;--pro-secondary:217.2 32.6% 17.5%;--pro-secondary-foreground:210 40% 98%;--pro-muted:217.2 32.6% 17.5%;--pro-muted-foreground:215 20.2% 65.1%;--pro-accent:217.2 32.6% 17.5%;--pro-accent-foreground:210 40% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:210 40% 98%;--pro-border:217.2 32.6% 17.5%;--pro-input:217.2 32.6% 17.5%;--pro-ring:212.7 26.8% 83.9;--pro-sidebar:222.2 84% 4.9%;--pro-sidebar-deep:222.2 84% 4.9%;--pro-header:222.2 84% 4.9%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=gray],[data-theme=gray] .dark{--pro-background:224 71.4% 4.1%;--pro-background-deep:var(--pro-background);--pro-foreground:210 20% 98%;--pro-card:224 71.4% 4.1%;--pro-card-foreground:210 20% 98%;--pro-popover:224 71.4% 4.1%;--pro-popover-foreground:210 20% 98%;--pro-primary-foreground:220.9 39.3% 11%;--pro-secondary:215 27.9% 16.9%;--pro-secondary-foreground:210 20% 98%;--pro-muted:215 27.9% 16.9%;--pro-muted-foreground:217.9 10.6% 64.9%;--pro-accent:215 27.9% 16.9%;--pro-accent-foreground:210 20% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:210 20% 98%;--pro-border:215 27.9% 16.9%;--pro-input:215 27.9% 16.9%;--pro-ring:216 12.2% 83.9%;--pro-sidebar:224 71.4% 4.1%;--pro-sidebar-deep:224 71.4% 4.1%;--pro-header:224 71.4% 4.1%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}
|
1
|
+
:root{--pro-popup-z-index:2000;--pro-font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--pro-background:0 0% 100%;--pro-background-deep:216 20.11% 95.47%;--pro-foreground:210 6% 21%;--pro-card:0 0% 100%;--pro-card-foreground:222.2 84% 4.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:222.2 84% 4.9%;--pro-muted:240 4.8% 95.9%;--pro-muted-foreground:240 3.8% 46.1%;--pro-primary:212 100% 45%;--pro-primary-foreground:0 0% 98%;--pro-primary-50:210 86% 97%;--pro-primary-100:214 85% 95%;--pro-primary-200:212 83% 86%;--pro-primary-300:212 82% 78%;--pro-primary-400:212 83% 62%;--pro-primary-500:212 100% 45%;--pro-primary-600:212 100% 41%;--pro-primary-700:212 100% 27%;--pro-primary-800:212 100% 20%;--pro-primary-900:212 100% 14%;--pro-primary-950:213 100% 9%;--pro-destructive:359.33 100% 65.1%;--pro-destructive-foreground:0 0% 98%;--pro-red-50:348 100% 98%;--pro-destructive-50:348 100% 98%;--pro-red-100:348 100% 96%;--pro-destructive-100:348 100% 96%;--pro-red-200:348 100% 90%;--pro-destructive-200:348 100% 90%;--pro-red-300:348 100% 84%;--pro-destructive-300:348 100% 84%;--pro-red-400:348 100% 73%;--pro-destructive-400:348 100% 73%;--pro-red-500:348 100% 61%;--pro-destructive-500:348 100% 61%;--pro-red-600:348 78% 55%;--pro-destructive-600:348 78% 55%;--pro-red-700:348 64% 37%;--pro-destructive-700:348 64% 37%;--pro-red-800:348 64% 27%;--pro-destructive-800:348 64% 27%;--pro-red-900:348 64% 18%;--pro-destructive-900:348 64% 18%;--pro-red-950:348 65% 12%;--pro-destructive-950:348 65% 12%;--pro-info:240,5%,96%;--pro-info-foreground:220,4%,58%;--pro-success:144 57% 58%;--pro-success-foreground:0 0% 98%;--pro-green-50:140 60% 98%;--pro-success-50:140 60% 98%;--pro-green-100:145 55% 96%;--pro-success-100:145 55% 96%;--pro-green-200:143 58% 90%;--pro-success-200:143 58% 90%;--pro-green-300:143 58% 83%;--pro-success-300:143 58% 83%;--pro-green-400:144 57% 71%;--pro-success-400:144 57% 71%;--pro-green-500:144 57% 58%;--pro-success-500:144 57% 58%;--pro-green-600:144 45% 52%;--pro-success-600:144 45% 52%;--pro-green-700:145 41% 35%;--pro-success-700:145 41% 35%;--pro-green-800:144 41% 26%;--pro-success-800:144 41% 26%;--pro-green-900:144 42% 17%;--pro-success-900:144 42% 17%;--pro-green-950:144 42% 12%;--pro-success-950:144 42% 12%;--pro-warning:42 84% 61%;--pro-warning-foreground:0 0% 98%;--pro-yellow-50:45 80% 98%;--pro-warning-50:45 80% 98%;--pro-yellow-100:41 80% 96%;--pro-warning-100:41 80% 96%;--pro-yellow-200:43 84% 90%;--pro-warning-200:43 84% 90%;--pro-yellow-300:42 85% 85%;--pro-warning-300:42 85% 85%;--pro-yellow-400:42 84% 73%;--pro-warning-400:42 84% 73%;--pro-yellow-500:42 84% 61%;--pro-warning-500:42 84% 61%;--pro-yellow-600:42 65% 55%;--pro-warning-600:42 65% 55%;--pro-yellow-700:42 54% 36%;--pro-warning-700:42 54% 36%;--pro-yellow-800:42 54% 27%;--pro-warning-800:42 54% 27%;--pro-yellow-900:42 53% 18%;--pro-warning-900:42 53% 18%;--pro-yellow-950:42 55% 12%;--pro-warning-950:42 55% 12%;--pro-secondary:240 5% 96%;--pro-secondary-foreground:240 6% 10%;--pro-accent:240 5% 96%;--pro-accent-dark:216 14% 93%;--pro-accent-darker:216 11% 91%;--pro-accent-lighter:240 0% 98%;--pro-accent-hover:200deg 10% 90%;--pro-accent-foreground:240 6% 10%;--pro-heavy:192deg 9.43% 89.61%;--pro-heavy-foreground:var(--pro-accent-foreground);--pro-border:240 5.9% 90%;--pro-input:240deg 5.88% 90%;--pro-input-placeholder:217 10.6% 65%;--pro-input-background:0 0% 100%;--pro-ring:222.2 84% 4.9%;--pro-radius:6px;--pro-overlay:0 0% 0%/45%;--pro-overlay-content:0 0% 95%/45%;--pro-font-size-base:16px;--pro-sidebar:0 0% 100%;--pro-sidebar-deep:0 0% 100%;--pro-menu:var(--pro-sidebar);--pro-header:0 0% 100%;--pro-shadow:0deg 0% 1.96%/6%;--pro-table-header:0deg 0% 98.04%;--pro-table-header-sort-active-bg:0deg 0% 94.9%;--pro-table-header-filter-active-bg:0deg 0% 0%/4%;--pro-table-header-cell-split-color:0deg 0% 0%/6%;--pro-table-row-insert-bg:4deg 100% 97.06%;--pro-table-footer-bg:0deg 0% 98.04%;accent-color:var(--pro-primary);color-scheme:light}.dark,.dark[data-theme=custom],.dark[data-theme=default]{--pro-background:222.34deg 10.43% 12.27%;--pro-background-deep:220deg 13.06% 9%;--pro-foreground:0 0% 95%;--pro-card:222.34deg 10.43% 12.27%;--pro-card-foreground:210 40% 98%;--pro-popover:0 0% 14.2%;--pro-popover-foreground:210 40% 98%;--pro-muted:240 3.7% 15.9%;--pro-muted-foreground:240 5% 64.9%;--pro-primary-foreground:0 0% 98%;--pro-primary-50:210 86% 97%;--pro-primary-100:214 85% 95%;--pro-primary-200:212 83% 86%;--pro-primary-300:212 82% 78%;--pro-primary-400:212 83% 62%;--pro-primary-500:212 100% 45%;--pro-primary-600:212 100% 41%;--pro-primary-700:212 100% 27%;--pro-primary-800:212 100% 20%;--pro-primary-900:212 100% 14%;--pro-primary-950:213 100% 9%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 0% 98%;--pro-red-50:348 100% 98%;--pro-destructive-50:348 100% 98%;--pro-red-100:348 100% 96%;--pro-destructive-100:348 100% 96%;--pro-red-200:348 100% 90%;--pro-destructive-200:348 100% 90%;--pro-red-300:348 100% 84%;--pro-destructive-300:348 100% 84%;--pro-red-400:348 100% 73%;--pro-destructive-400:348 100% 73%;--pro-red-500:348 100% 61%;--pro-destructive-500:348 100% 61%;--pro-red-600:348 78% 55%;--pro-destructive-600:348 78% 55%;--pro-red-700:348 64% 37%;--pro-destructive-700:348 64% 37%;--pro-red-800:348 64% 27%;--pro-destructive-800:348 64% 27%;--pro-red-900:348 64% 18%;--pro-destructive-900:348 64% 18%;--pro-red-950:348 65% 12%;--pro-destructive-950:348 65% 12%;--pro-info:180,1.54%,12.75%;--pro-info-foreground:220,4%,58%;--pro-success:144 57% 58%;--pro-success-foreground:0 0% 98%;--pro-green-50:140 60% 98%;--pro-success-50:140 60% 98%;--pro-green-100:145 55% 96%;--pro-success-100:145 55% 96%;--pro-green-200:143 58% 90%;--pro-success-200:143 58% 90%;--pro-green-300:143 58% 83%;--pro-success-300:143 58% 83%;--pro-green-400:144 57% 71%;--pro-success-400:144 57% 71%;--pro-green-500:144 57% 58%;--pro-success-500:144 57% 58%;--pro-green-600:144 45% 52%;--pro-success-600:144 45% 52%;--pro-green-700:145 41% 35%;--pro-success-700:145 41% 35%;--pro-green-800:144 41% 26%;--pro-success-800:144 41% 26%;--pro-green-900:144 42% 17%;--pro-success-900:144 42% 17%;--pro-green-950:144 42% 12%;--pro-success-950:144 42% 12%;--pro-warning:42 84% 61%;--pro-warning-foreground:0 0% 98%;--pro-yellow-50:45 80% 98%;--pro-warning-50:45 80% 98%;--pro-yellow-100:41 80% 96%;--pro-warning-100:41 80% 96%;--pro-yellow-200:43 84% 90%;--pro-warning-200:43 84% 90%;--pro-yellow-300:42 85% 85%;--pro-warning-300:42 85% 85%;--pro-yellow-400:42 84% 73%;--pro-warning-400:42 84% 73%;--pro-yellow-500:42 84% 61%;--pro-warning-500:42 84% 61%;--pro-yellow-600:42 65% 55%;--pro-warning-600:42 65% 55%;--pro-yellow-700:42 54% 36%;--pro-warning-700:42 54% 36%;--pro-yellow-800:42 54% 27%;--pro-warning-800:42 54% 27%;--pro-yellow-900:42 53% 18%;--pro-warning-900:42 53% 18%;--pro-yellow-950:42 55% 12%;--pro-warning-950:42 55% 12%;--pro-secondary:240 5% 17%;--pro-secondary-foreground:0 0% 98%;--pro-accent:216 5% 19%;--pro-accent-dark:240 0% 22%;--pro-accent-darker:240 0% 26%;--pro-accent-lighter:216 5% 12%;--pro-accent-hover:216 5% 24%;--pro-accent-foreground:0 0% 98%;--pro-heavy:216 5% 24%;--pro-heavy-foreground:var(--pro-accent-foreground);--pro-border:240 3.7% 22%;--pro-input:0deg 0% 100%/10%;--pro-input-placeholder:218deg 11% 65%;--pro-input-background:0deg 0% 100%/5%;--pro-ring:222.2 84% 4.9%;--pro-radius:6px;--pro-overlay:0deg 0% 0%/40%;--pro-overlay-content:0deg 0% 0%/40%;--pro-font-size-base:16px;--pro-sidebar:222.34deg 10.43% 12.27%;--pro-sidebar-deep:220deg 13.06% 9%;--pro-menu:var(--pro-sidebar);--pro-header:222.34deg 10.43% 12.27%;--pro-shadow:0deg 0% 0%/45%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%;color-scheme:dark}
|
package/theme-chalk/index.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
:root{--pro-popup-z-index:2000;--pro-font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--pro-background:0 0% 100%;--pro-background-deep:216 20.11% 95.47%;--pro-foreground:210 6% 21%;--pro-card:0 0% 100%;--pro-card-foreground:222.2 84% 4.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:222.2 84% 4.9%;--pro-muted:240 4.8% 95.9%;--pro-muted-foreground:240 3.8% 46.1%;--pro-primary:212 100% 45%;--pro-primary-foreground:0 0% 98%;--pro-destructive:359.33 100% 65.1%;--pro-destructive-foreground:0 0% 98%;--pro-info:240,5%,96%;--pro-info-foreground:220,4%,58%;--pro-success:144 57% 58%;--pro-success-foreground:0 0% 98%;--pro-warning:42 84% 61%;--pro-warning-foreground:0 0% 98%;--pro-secondary:240 5% 96%;--pro-secondary-foreground:240 6% 10%;--pro-accent:240 5% 96%;--pro-accent-dark:216 14% 93%;--pro-accent-darker:216 11% 91%;--pro-accent-lighter:240 0% 98%;--pro-accent-hover:200deg 10% 90%;--pro-accent-foreground:240 6% 10%;--pro-heavy:192deg 9.43% 89.61%;--pro-heavy-foreground:var(--pro-accent-foreground);--pro-border:240 5.9% 90%;--pro-input:240deg 5.88% 90%;--pro-input-placeholder:217 10.6% 65%;--pro-input-background:0 0% 100%;--pro-ring:222.2 84% 4.9%;--pro-radius:6px;--pro-overlay:0 0% 0%/45%;--pro-overlay-content:0 0% 95%/45%;--pro-font-size-base:16px;--pro-sidebar:0 0% 100%;--pro-sidebar-deep:0 0% 100%;--pro-menu:var(--pro-sidebar);--pro-header:0 0% 100%;--pro-shadow:0deg 0% 1.96%/6%;--pro-table-header:0deg 0% 98.04%;--pro-table-header-sort-active-bg:0deg 0% 94.9%;--pro-table-header-filter-active-bg:0deg 0% 0%/4%;--pro-table-header-cell-split-color:0deg 0% 0%/6%;--pro-table-row-insert-bg:4deg 100% 97.06%;--pro-table-footer-bg:0deg 0% 98.04%;accent-color:var(--pro-primary);color-scheme:light}[data-theme=violet]{--pro-foreground:224 71.4% 4.1%;--pro-card:0 0% 100%;--pro-card-foreground:224 71.4% 4.1%;--pro-popover:0 0% 100%;--pro-popover-foreground:224 71.4% 4.1%;--pro-primary-foreground:210 20% 98%;--pro-secondary:220 14.3% 95.9%;--pro-secondary-foreground:220.9 39.3% 11%;--pro-muted:220 14.3% 95.9%;--pro-muted-foreground:220 8.9% 46.1%;--pro-accent:220 14.3% 95.9%;--pro-accent-foreground:220.9 39.3% 11%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:210 20% 98%;--pro-border:220 13% 91%;--pro-input:220 13% 91%;--pro-ring:262.1 83.3% 57.8%}[data-theme=pink],[data-theme=rose]{--pro-foreground:240 10% 3.9%;--pro-card:0 0% 100%;--pro-card-foreground:240 10% 3.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:240 10% 3.9%;--pro-primary-foreground:355.7 100% 97.3%;--pro-secondary:240 4.8% 95.9%;--pro-secondary-foreground:240 5.9% 10%;--pro-muted:240 4.8% 95.9%;--pro-muted-foreground:240 3.8% 46.1%;--pro-accent:240 4.8% 95.9%;--pro-accent-foreground:240 5.9% 10%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:0 0% 98%;--pro-border:240 5.9% 90%;--pro-input:240 5.9% 90%;--pro-ring:346.8 77.2% 49.8%}[data-theme=deep-blue],[data-theme=sky-blue]{--pro-foreground:222.2 84% 4.9%;--pro-card:0 0% 100%;--pro-card-foreground:222.2 84% 4.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:222.2 84% 4.9%;--pro-primary-foreground:210 40% 98%;--pro-secondary:210 40% 96.1%;--pro-secondary-foreground:222.2 47.4% 11.2%;--pro-muted:210 40% 96.1%;--pro-muted-foreground:215.4 16.3% 46.9%;--pro-accent:210 40% 96.1%;--pro-accent-foreground:222.2 47.4% 11.2%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:210 40% 98%;--pro-border:214.3 31.8% 91.4%;--pro-input:214.3 31.8% 91.4%;--pro-ring:221.2 83.2% 53.3%}[data-theme=deep-green],[data-theme=green]{--pro-foreground:240 10% 3.9%;--pro-card:0 0% 100%;--pro-card-foreground:240 10% 3.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:240 10% 3.9%;--pro-primary-foreground:355.7 100% 97.3%;--pro-secondary:240 4.8% 95.9%;--pro-secondary-foreground:240 5.9% 10%;--pro-muted:240 4.8% 95.9%;--pro-muted-foreground:240 3.8% 46.1%;--pro-accent:240 4.8% 95.9%;--pro-accent-foreground:240 5.9% 10%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:0 0% 98%;--pro-border:240 5.9% 90%;--pro-input:240 5.9% 90%;--pro-ring:142.1 76.2% 36.3%}[data-theme=orange]{--pro-foreground:20 14.3% 4.1%;--pro-card:0 0% 100%;--pro-card-foreground:20 14.3% 4.1%;--pro-popover:0 0% 100%;--pro-popover-foreground:20 14.3% 4.1%;--pro-primary-foreground:60 9.1% 97.8%;--pro-secondary:60 4.8% 95.9%;--pro-secondary-foreground:24 9.8% 10%;--pro-muted:60 4.8% 95.9%;--pro-muted-foreground:25 5.3% 44.7%;--pro-accent:60 4.8% 95.9%;--pro-accent-foreground:24 9.8% 10%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:60 9.1% 97.8%;--pro-border:20 5.9% 90%;--pro-input:20 5.9% 90%;--pro-ring:24.6 95% 53.1%}[data-theme=yellow]{--pro-foreground:20 14.3% 4.1%;--pro-card:0 0% 100%;--pro-card-foreground:20 14.3% 4.1%;--pro-popover:0 0% 100%;--pro-popover-foreground:20 14.3% 4.1%;--pro-primary-foreground:26 83.3% 14.1%;--pro-secondary:60 4.8% 95.9%;--pro-secondary-foreground:24 9.8% 10%;--pro-muted:60 4.8% 95.9%;--pro-muted-foreground:25 5.3% 44.7%;--pro-accent:60 4.8% 95.9%;--pro-accent-foreground:24 9.8% 10%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:60 9.1% 97.8%;--pro-border:20 5.9% 90%;--pro-input:20 5.9% 90%;--pro-ring:20 14.3% 4.1%}[data-theme=zinc]{--pro-foreground:240 10% 3.9%;--pro-card:0 0% 100%;--pro-card-foreground:240 10% 3.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:240 10% 3.9%;--pro-primary-foreground:0 0% 98%;--pro-secondary:240 4.8% 95.9%;--pro-secondary-foreground:240 5.9% 10%;--pro-muted:240 4.8% 95.9%;--pro-muted-foreground:240 3.8% 46.1%;--pro-accent:240 4.8% 95.9%;--pro-accent-foreground:240 5.9% 10%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:0 0% 98%;--pro-border:240 5.9% 90%;--pro-input:240 5.9% 90%;--pro-ring:240 5.9% 10%}[data-theme=neutral]{--pro-foreground:0 0% 3.9%;--pro-card:0 0% 100%;--pro-card-foreground:0 0% 3.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:0 0% 3.9%;--pro-primary-foreground:0 0% 98%;--pro-secondary:0 0% 96.1%;--pro-secondary-foreground:0 0% 9%;--pro-muted:0 0% 96.1%;--pro-muted-foreground:0 0% 45.1%;--pro-accent:0 0% 96.1%;--pro-accent-foreground:0 0% 9%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:0 0% 98%;--pro-border:0 0% 89.8%;--pro-input:0 0% 89.8%;--pro-ring:0 0% 3.9%}[data-theme=slate]{--pro-foreground:222.2 84% 4.9%;--pro-card:0 0% 100%;--pro-card-foreground:222.2 84% 4.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:222.2 84% 4.9%;--pro-primary-foreground:210 40% 98%;--pro-secondary:210 40% 96.1%;--pro-secondary-foreground:222.2 47.4% 11.2%;--pro-muted:210 40% 96.1%;--pro-muted-foreground:215.4 16.3% 46.9%;--pro-accent:210 40% 96.1%;--pro-accent-foreground:222.2 47.4% 11.2%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:210 40% 98%;--pro-border:214.3 31.8% 91.4%;--pro-input:214.3 31.8% 91.4%;--pro-ring:222.2 84% 4.9%}[data-theme=gray]{--pro-foreground:224 71.4% 4.1%;--pro-card:0 0% 100%;--pro-card-foreground:224 71.4% 4.1%;--pro-popover:0 0% 100%;--pro-popover-foreground:224 71.4% 4.1%;--pro-primary-foreground:210 20% 98%;--pro-secondary:220 14.3% 95.9%;--pro-secondary-foreground:220.9 39.3% 11%;--pro-muted:220 14.3% 95.9%;--pro-muted-foreground:220 8.9% 46.1%;--pro-accent:220 14.3% 95.9%;--pro-accent-foreground:220.9 39.3% 11%;--pro-destructive:0 84.2% 60.2%;--pro-destructive-foreground:210 20% 98%;--pro-border:220 13% 91%;--pro-input:220 13% 91%;--pro-ring:224 71.4% 4.1%}.dark,.dark[data-theme=custom],.dark[data-theme=default]{--pro-background:222.34deg 10.43% 12.27%;--pro-background-deep:220deg 13.06% 9%;--pro-foreground:0 0% 95%;--pro-card:222.34deg 10.43% 12.27%;--pro-card-foreground:210 40% 98%;--pro-popover:0 0% 14.2%;--pro-popover-foreground:210 40% 98%;--pro-muted:240 3.7% 15.9%;--pro-muted-foreground:240 5% 64.9%;--pro-primary-foreground:0 0% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 0% 98%;--pro-info:180,1.54%,12.75%;--pro-info-foreground:220,4%,58%;--pro-success:144 57% 58%;--pro-success-foreground:0 0% 98%;--pro-warning:42 84% 61%;--pro-warning-foreground:0 0% 98%;--pro-secondary:240 5% 17%;--pro-secondary-foreground:0 0% 98%;--pro-accent:216 5% 19%;--pro-accent-dark:240 0% 22%;--pro-accent-darker:240 0% 26%;--pro-accent-lighter:216 5% 12%;--pro-accent-hover:216 5% 24%;--pro-accent-foreground:0 0% 98%;--pro-heavy:216 5% 24%;--pro-heavy-foreground:var(--pro-accent-foreground);--pro-border:240 3.7% 22%;--pro-input:0deg 0% 100%/10%;--pro-input-placeholder:218deg 11% 65%;--pro-input-background:0deg 0% 100%/5%;--pro-ring:222.2 84% 4.9%;--pro-radius:6px;--pro-overlay:0deg 0% 0%/40%;--pro-overlay-content:0deg 0% 0%/40%;--pro-font-size-base:16px;--pro-sidebar:222.34deg 10.43% 12.27%;--pro-sidebar-deep:220deg 13.06% 9%;--pro-menu:var(--pro-sidebar);--pro-header:222.34deg 10.43% 12.27%;--pro-shadow:0deg 0% 0%/45%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%;color-scheme:dark}.dark[data-theme=violet],[data-theme=violet] .dark{--pro-background:224 71.4% 4.1%;--pro-background-deep:var(--pro-background);--pro-foreground:210 20% 98%;--pro-card:224 71.4% 4.1%;--pro-card-foreground:210 20% 98%;--pro-popover:224 71.4% 4.1%;--pro-popover-foreground:210 20% 98%;--pro-primary-foreground:210 20% 98%;--pro-secondary:215 27.9% 16.9%;--pro-secondary-foreground:210 20% 98%;--pro-muted:215 27.9% 16.9%;--pro-muted-foreground:217.9 10.6% 64.9%;--pro-accent:215 27.9% 16.9%;--pro-accent-foreground:210 20% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:210 20% 98%;--pro-border:215 27.9% 16.9%;--pro-input:215 27.9% 16.9%;--pro-ring:263.4 70% 50.4%;--pro-sidebar:224 71.4% 4.1%;--pro-sidebar-deep:224 71.4% 4.1%;--pro-header:224 71.4% 4.1%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=pink],[data-theme=pink] .dark{--pro-background:20 14.3% 4.1%;--pro-background-deep:var(--pro-background);--pro-foreground:0 0% 95%;--pro-card:0 0% 9%;--pro-card-foreground:0 0% 95%;--pro-popover:0 0% 9%;--pro-popover-foreground:0 0% 95%;--pro-primary-foreground:355.7 100% 97.3%;--pro-secondary:240 3.7% 15.9%;--pro-secondary-foreground:0 0% 98%;--pro-muted:0 0% 15%;--pro-muted-foreground:240 5% 64.9%;--pro-accent:12 6.5% 15.1%;--pro-accent-foreground:0 0% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 85.7% 97.3%;--pro-border:240 3.7% 15.9%;--pro-input:240 3.7% 15.9%;--pro-ring:346.8 77.2% 49.8%;--pro-sidebar:20 14.3% 4.1%;--pro-sidebar-deep:20 14.3% 4.1%;--pro-header:20 14.3% 4.1%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=rose],[data-theme=rose] .dark{--pro-background:0 0% 3.9%;--pro-background-deep:var(--pro-background);--pro-foreground:0 0% 98%;--pro-card:0 0% 3.9%;--pro-card-foreground:0 0% 98%;--pro-popover:0 0% 3.9%;--pro-popover-foreground:0 0% 98%;--pro-primary-foreground:0 85.7% 97.3%;--pro-secondary:0 0% 14.9%;--pro-secondary-foreground:0 0% 98%;--pro-muted:0 0% 14.9%;--pro-muted-foreground:0 0% 63.9%;--pro-accent:0 0% 14.9%;--pro-accent-foreground:0 0% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 0% 98%;--pro-border:0 0% 14.9%;--pro-input:0 0% 14.9%;--pro-ring:0 72.2% 50.6%;--pro-sidebar:0 0% 3.9%;--pro-sidebar-deep:0 0% 3.9%;--pro-header:0 0% 3.9%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=deep-blue],.dark[data-theme=sky-blue],[data-theme=deep-blue] .dark,[data-theme=sky-blue] .dark{--pro-background:222.2 84% 4.9%;--pro-background-deep:var(--pro-background);--pro-foreground:210 40% 98%;--pro-card:222.2 84% 4.9%;--pro-card-foreground:210 40% 98%;--pro-popover:222.2 84% 4.9%;--pro-popover-foreground:210 40% 98%;--pro-primary-foreground:210 20% 98%;--pro-secondary:217.2 32.6% 17.5%;--pro-secondary-foreground:210 40% 98%;--pro-muted:217.2 32.6% 17.5%;--pro-muted-foreground:215 20.2% 65.1%;--pro-accent:217.2 32.6% 17.5%;--pro-accent-foreground:210 40% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:210 40% 98%;--pro-border:217.2 32.6% 17.5%;--pro-input:217.2 32.6% 17.5%;--pro-ring:224.3 76.3% 48%;--pro-sidebar:222.2 84% 4.9%;--pro-sidebar-deep:222.2 84% 4.9%;--pro-header:222.2 84% 4.9%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=deep-green],.dark[data-theme=green],[data-theme=deep-green] .dark,[data-theme=green] .dark{--pro-background:20 14.3% 4.1%;--pro-background-deep:var(--pro-background);--pro-foreground:0 0% 95%;--pro-card:24 9.8% 6%;--pro-card-foreground:0 0% 95%;--pro-popover:0 0% 9%;--pro-popover-foreground:0 0% 95%;--pro-primary-foreground:210 20% 98%;--pro-secondary:240 3.7% 15.9%;--pro-secondary-foreground:0 0% 98%;--pro-muted:0 0% 15%;--pro-muted-foreground:240 5% 64.9%;--pro-accent:12 6.5% 15.1%;--pro-accent-foreground:0 0% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 85.7% 97.3%;--pro-border:240 3.7% 15.9%;--pro-input:240 3.7% 15.9%;--pro-ring:142.4 71.8% 29.2%;--pro-sidebar:20 14.3% 4.1%;--pro-sidebar-deep:20 14.3% 4.1%;--pro-header:20 14.3% 4.1%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=orange],[data-theme=orange] .dark{--pro-background:20 14.3% 4.1%;--pro-background-deep:var(--pro-background);--pro-foreground:60 9.1% 97.8%;--pro-card:20 14.3% 4.1%;--pro-card-foreground:60 9.1% 97.8%;--pro-popover:20 14.3% 4.1%;--pro-popover-foreground:60 9.1% 97.8%;--pro-primary-foreground:60 9.1% 97.8%;--pro-secondary:12 6.5% 15.1%;--pro-secondary-foreground:60 9.1% 97.8%;--pro-muted:12 6.5% 15.1%;--pro-muted-foreground:24 5.4% 63.9%;--pro-accent:12 6.5% 15.1%;--pro-accent-foreground:60 9.1% 97.8%;--pro-destructive:0 72.2% 50.6%;--pro-destructive-foreground:60 9.1% 97.8%;--pro-border:12 6.5% 15.1%;--pro-input:12 6.5% 15.1%;--pro-ring:20.5 90.2% 48.2%;--pro-sidebar:20 14.3% 4.1%;--pro-sidebar-deep:20 14.3% 4.1%;--pro-header:20 14.3% 4.1%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=yellow],[data-theme=yellow] .dark{--pro-background:20 14.3% 4.1%;--pro-background-deep:var(--pro-background);--pro-foreground:60 9.1% 97.8%;--pro-card:20 14.3% 4.1%;--pro-card-foreground:60 9.1% 97.8%;--pro-popover:20 14.3% 4.1%;--pro-popover-foreground:60 9.1% 97.8%;--pro-primary-foreground:26 83.3% 14.1%;--pro-secondary:12 6.5% 15.1%;--pro-secondary-foreground:60 9.1% 97.8%;--pro-muted:12 6.5% 15.1%;--pro-muted-foreground:24 5.4% 63.9%;--pro-accent:12 6.5% 15.1%;--pro-accent-foreground:60 9.1% 97.8%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:60 9.1% 97.8%;--pro-border:12 6.5% 15.1%;--pro-input:12 6.5% 15.1%;--pro-ring:35.5 91.7% 32.9%;--pro-sidebar:20 14.3% 4.1%;--pro-sidebar-deep:20 14.3% 4.1%;--pro-header:20 14.3% 4.1%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=zinc],[data-theme=zinc] .dark{--pro-background:240 10% 3.9%;--pro-background-deep:var(--pro-background);--pro-foreground:0 0% 98%;--pro-card:240 10% 3.9%;--pro-card-foreground:0 0% 98%;--pro-popover:240 10% 3.9%;--pro-popover-foreground:0 0% 98%;--pro-primary-foreground:240 5.9% 10%;--pro-secondary:240 3.7% 15.9%;--pro-secondary-foreground:0 0% 98%;--pro-muted:240 3.7% 15.9%;--pro-muted-foreground:240 5% 64.9%;--pro-accent:240 3.7% 15.9%;--pro-accent-foreground:0 0% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 0% 98%;--pro-border:240 3.7% 15.9%;--pro-input:240 3.7% 15.9%;--pro-ring:240 4.9% 83.9%;--pro-sidebar:240 10% 3.9%;--pro-sidebar-deep:240 10% 3.9%;--pro-header:240 10% 3.9%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=neutral],[data-theme=neutral] .dark{--pro-background:0 0% 3.9%;--pro-background-deep:var(--pro-background);--pro-foreground:0 0% 98%;--pro-card:0 0% 3.9%;--pro-card-foreground:0 0% 98%;--pro-popover:0 0% 3.9%;--pro-popover-foreground:0 0% 98%;--pro-primary-foreground:0 0% 9%;--pro-secondary:0 0% 14.9%;--pro-secondary-foreground:0 0% 98%;--pro-muted:0 0% 14.9%;--pro-muted-foreground:0 0% 63.9%;--pro-accent:0 0% 14.9%;--pro-accent-foreground:0 0% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 0% 98%;--pro-border:0 0% 14.9%;--pro-input:0 0% 14.9%;--pro-ring:0 0% 83.1%;--pro-sidebar:0 0% 3.9%;--pro-sidebar-deep:0 0% 3.9%;--pro-header:0 0% 3.9%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=slate],[data-theme=slate] .dark{--pro-background:222.2 84% 4.9%;--pro-background-deep:var(--pro-background);--pro-foreground:210 40% 98%;--pro-card:222.2 84% 4.9%;--pro-card-foreground:210 40% 98%;--pro-popover:222.2 84% 4.9%;--pro-popover-foreground:210 40% 98%;--pro-primary-foreground:222.2 47.4% 11.2%;--pro-secondary:217.2 32.6% 17.5%;--pro-secondary-foreground:210 40% 98%;--pro-muted:217.2 32.6% 17.5%;--pro-muted-foreground:215 20.2% 65.1%;--pro-accent:217.2 32.6% 17.5%;--pro-accent-foreground:210 40% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:210 40% 98%;--pro-border:217.2 32.6% 17.5%;--pro-input:217.2 32.6% 17.5%;--pro-ring:212.7 26.8% 83.9;--pro-sidebar:222.2 84% 4.9%;--pro-sidebar-deep:222.2 84% 4.9%;--pro-header:222.2 84% 4.9%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}.dark[data-theme=gray],[data-theme=gray] .dark{--pro-background:224 71.4% 4.1%;--pro-background-deep:var(--pro-background);--pro-foreground:210 20% 98%;--pro-card:224 71.4% 4.1%;--pro-card-foreground:210 20% 98%;--pro-popover:224 71.4% 4.1%;--pro-popover-foreground:210 20% 98%;--pro-primary-foreground:220.9 39.3% 11%;--pro-secondary:215 27.9% 16.9%;--pro-secondary-foreground:210 20% 98%;--pro-muted:215 27.9% 16.9%;--pro-muted-foreground:217.9 10.6% 64.9%;--pro-accent:215 27.9% 16.9%;--pro-accent-foreground:210 20% 98%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:210 20% 98%;--pro-border:215 27.9% 16.9%;--pro-input:215 27.9% 16.9%;--pro-ring:216 12.2% 83.9%;--pro-sidebar:224 71.4% 4.1%;--pro-sidebar-deep:224 71.4% 4.1%;--pro-header:224 71.4% 4.1%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%}*,:after,:before{border-color:hsl(var(--pro-border));border-style:solid;border-width:0;box-sizing:border-box}html{background-color:hsl(var(--pro-background));color:hsl(var(--pro-foreground));font-family:var(--pro-font-family);font-size:100%;font-variation-settings:normal;line-height:1.15;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-synthesis-weight:none;scroll-behavior:smooth;text-rendering:optimizelegibility;-webkit-tap-highlight-color:transparent}#app,body,html{height:100%;width:100%}body{line-height:inherit;margin:0}a{color:inherit;text-decoration:inherit}a,a:active,a:hover,a:link,a:visited{text-decoration-line:none}menu,ol,ul{list-style:none;margin:0;padding:0}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}::view-transition-new(root),::view-transition-old(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:1}::view-transition-new(root){z-index:2147483646}html.dark::view-transition-old(root){z-index:2147483646}html.dark::view-transition-new(root){z-index:1}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input::placeholder,textarea::placeholder{opacity:1}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.ant-app{color:inherit;height:100%;overscroll-behavior:none;width:100%}.pro-table.pro-table-middle .pro-table-cell-content{padding:12px 8px}.pro-table.pro-table-middle .pro-table-cell-box{padding:0 8px}.pro-table.pro-table-middle .pro-table-auto-header-height .pro-table-header-cell{padding:12px 0!important}.pro-table.pro-table-small .pro-table-cell-content{padding:8px}.pro-table.pro-table-small .pro-table-cell-box{padding:0 8px}.pro-table.pro-table-small .pro-table-auto-header-height .pro-table-header-cell{padding:8px 0!important}.pro-table-small .pro-table-selection-column{min-width:46px;width:46px}.pro-table-wrapper{clear:both;max-width:100%}.pro-table-wrapper:before{content:"";display:table}.pro-table-wrapper:after{clear:both;content:"";display:table}.pro-table-wrapper-dark{color-scheme:dark}.pro-table{background:hsl(var(--pro-background));border-radius:var(--pro-radius) var(--pro-radius) 0 0;box-sizing:border-box;color:hsl(var(--pro-accent-foreground));display:flex;flex-direction:column;flex-shrink:0;font-feature-settings:"tnum";font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;margin:0;padding:0;position:relative}.pro-table [class^=pro-table]{box-sizing:border-box;outline:none}.pro-table-body-inner-measure,.pro-table-body-scroll-measure{height:1px;min-width:100%;opacity:0;z-index:-1}.pro-table-body-inner-measure,.pro-table-body-scroll-measure,.pro-table-scroll-layer{left:0;pointer-events:none;position:absolute;top:0;width:100%}.pro-table-scroll-layer-inner{pointer-events:all}.pro-table-position-absolute{position:absolute}.pro-table-body,.pro-table-header,.pro-table-summary{display:flex;flex:1 1 auto;flex-direction:row;height:100%;position:relative;width:100%}.pro-table-header{border-radius:var(--pro-radius) var(--pro-radius) 0 0}.pro-table-header,.pro-table-summary{flex-grow:0;flex-shrink:0;height:auto;overflow:auto hidden;-webkit-overflow-scrolling:touch;background:hsl(var(--pro-table-header));transition:background-color .3s ease}.pro-table-header .pro-table-row,.pro-table-summary .pro-table-row{opacity:1}.pro-table-summary{border-top:1px solid hsl(var(--pro-border));z-index:3}.pro-table-summary,.pro-table-summary .pro-table-fix-left,.pro-table-summary .pro-table-fix-right{background:hsl(var(--pro-table-header))}.pro-table-summary-fixed-top{border-bottom:1px solid hsl(var(--pro-border));border-top:none}.pro-table-summary-container{flex-direction:column;overflow-y:hidden;width:100%}.pro-table-body-container,.pro-table-header-container,.pro-table-summary-container{display:flex;height:100%}.pro-table-body-container>div,.pro-table-header-container>div,.pro-table-summary-container>div{flex-grow:0;flex-shrink:0}.pro-table-body-container,.pro-table-body-viewport-container{-webkit-overflow-scrolling:touch}.pro-table-body-contextmenu-container{display:none}.pro-table-popup-container{min-height:60px;min-width:120px}.pro-table-body-contextmenu-container,.pro-table-popup-container{background-color:hsl(var(--pro-background));border-width:1px;border:1px solid hsl(var(--pro-border));border-radius:var(--pro-radius);box-shadow:4px 4px 8px hsl(var(--pro-background)/10%);box-sizing:content-box!important;opacity:0;overflow:auto;padding:0;position:absolute;transition:opacity .3s ease-in-out;z-index:9}.pro-table-unselectable{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pro-table-header-container .pro-table-center-container{height:100%}.pro-table-sticky-header{position:sticky;z-index:9}.pro-table-header:not(.pro-table-show-header-scrollbar) .pro-table-center-viewport{-ms-overflow-style:none;scrollbar-width:none}.pro-table-header:not(.pro-table-show-header-scrollbar) .pro-table-center-viewport::-webkit-scrollbar{display:none;width:0}.pro-table-center,.pro-table-center-viewport,.pro-table-horizontal-scroll-viewport{flex:1 1 auto;min-height:100%;min-width:0;position:relative}.pro-table-center-viewport,.pro-table-horizontal-scroll-viewport{overflow:hidden}.pro-table-center-viewport{display:flex;height:100%;overflow-x:auto;width:100%}.pro-table-center-container{display:block;position:relative}.pro-table-fix-left{left:0}.pro-table-fix-left,.pro-table-fix-right{position:relative;position:sticky;z-index:3}.pro-table-fix-right{right:0}.pro-table-summary-cell-fixed-left{left:0;position:relative;position:sticky;z-index:3}.pro-table-summary-cell-fixed-right{position:relative;position:sticky;right:0;z-index:3}.pro-table-header-scrollbar,.pro-table-summary-scrollbar{border-bottom:1px solid hsl(var(--pro-border))}.pro-table .pro-table-cell-shadow-left:after{box-shadow:inset 10px 0 8px -8px hsl(var(--pro-shadow));right:0;transform:translateX(100%)}.pro-table .pro-table-cell-shadow-left:after,.pro-table .pro-table-cell-shadow-right:after{bottom:-1px;content:"";opacity:0;pointer-events:none;position:absolute;top:0;transition:box-shadow .3s;width:30px}.pro-table .pro-table-cell-shadow-right:after{box-shadow:inset -10px 0 8px -8px hsl(var(--pro-shadow));left:0;transform:translateX(-100%)}.pro-table-ping-left .pro-table-cell-shadow-left:after,.pro-table-ping-right .pro-table-cell-shadow-right:after{opacity:1}.pro-table-cell-fix-left,.pro-table-cell-fix-right{background:hsl(var(--pro-background));position:sticky!important;z-index:2}.pro-table-cell-fix-left-first:after,.pro-table-cell-fix-left-last:after{bottom:-1px;content:"";pointer-events:none;position:absolute;right:0;top:0;transform:translateX(100%);width:30px}.pro-table-cell-fix-right-first:after,.pro-table-cell-fix-right-last:after{bottom:-1px;content:"";left:0;pointer-events:none;position:absolute;top:0;transform:translateX(-100%);width:30px}.pro-table-ping-left .pro-table-cell-fix-left-first:after,.pro-table-ping-left .pro-table-cell-fix-left-last:after{box-shadow:inset 10px 0 8px -8px hsl(var(--pro-shadow))}.pro-table-ping-left .pro-table-cell-fix-left-last .pro-table-cell-box:before{opacity:0}.pro-table-ping-left .pro-table-cell-fix-left-last:before{background-color:transparent!important}.pro-table-ping-right .pro-table-cell-fix-right-first:after,.pro-table-ping-right .pro-table-cell-fix-right-last:after{box-shadow:inset -10px 0 8px -8px hsl(var(--pro-shadow))}.pro-table-row{align-items:center;background:hsl(var(--pro-background));border-bottom:1px solid hsl(var(--pro-border));color:hsl(var(--pro-accent-foreground));display:flex;opacity:0;position:absolute;transition:background-color .3s;width:100%}.pro-table-row.pro-table-row-hover{background:hsl(var(--pro-accent))}.pro-table-row.pro-table-row-selected{background-color:hsl(var(--pro-primary-100))}.pro-table-row.pro-table-row-selected .pro-table-cell:not(.pro-table-body-cell-range-selected){background-color:inherit}.pro-table-row.pro-table-row-selected.pro-table-row-hover{background:hsl(var(--pro-primary-200))}.pro-table-row.pro-table-row-dragging,.pro-table-row.pro-table-row-dragging-insert-target{background:hsl(var(--pro-accent));cursor:move}.pro-table-row.pro-table-row-dragging-insert-target:after,.pro-table-row.pro-table-row-dragging:after{background:hsl(var(--pro-accent));content:"";cursor:move;height:100%;left:0;opacity:.5;pointer-events:none;position:absolute;top:0;width:100%}.pro-table-row.pro-table-row-dragging-insert-target,.pro-table-row.pro-table-row-dragging-insert-target:after{background:hsl(var(--pro-table-row-insert-bg))}.pro-table-row.pro-table-row-selected.pro-table-row-dragging{background:hsl(var(--pro-primary-200))}.pro-table-row.pro-table-row-selected.pro-table-row-dragging-insert-target{background:hsl(var(--pro-table-row-insert-bg))}.pro-table-has-animate .pro-table-row{transition:transform .2s,top .2s,height .2s,background-color .1s}.pro-table.pro-table-stripe .pro-table-body .pro-table-row-odd:not(.pro-table-row-selected){background:hsl(var(--pro-accent))}.pro-table-cell{align-items:center;border-bottom:1px solid hsl(var(--pro-border));display:flex;flex:none;height:100%;overflow:visible hidden;overflow-y:clip;padding:0!important;position:absolute;top:0}.pro-table-cell[colspan]:not([colspan="1"],th),.pro-table-cell[rowspan]:not([rowspan="1"],th){background-color:inherit;z-index:1}.pro-table-cell [rowspan="0"]{visibility:hidden;z-index:-1}.pro-table-cell-inline-edit:focus-within{outline-color:transparent}.pro-table-cell-inline-edit>*{visibility:hidden}.pro-table-cell .pro-table-cell-edit-wrapper{align-items:center;border:1px solid hsl(var(--pro-primary-600));box-sizing:border-box;display:flex;flex-direction:row;inset:0;min-height:100%;position:absolute;visibility:visible;width:100%}.pro-table-cell .pro-table-cell-edit-wrapper>.pro-table-cell-edit-inner{align-items:center;display:flex;flex-direction:row;line-height:normal;min-height:100%;padding:16px;width:100%}.pro-table-cell-edit-input{border-color:transparent;color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:inherit;height:100%;line-height:inherit;width:100%;-webkit-font-smoothing:subpixel-antialiased}.pro-table-cell-edit-input,.pro-table-cell-edit-input:focus{background-color:transparent}.pro-table-body-cell{border:1px solid transparent}.pro-table-body .pro-table-body-cell-range-selected:not(.pro-table-body .pro-table-body-cell-inline-edit){background-color:hsl(var(--pro-primary-900))}.pro-table-body .pro-table-body-cell-range-selected-2:not(.pro-table-body .pro-table-body-cell-inline-edit){background-color:hsl(var(--pro-primary-800))}.pro-table-body .pro-table-body-cell-range-selected-3:not(.pro-table-body .pro-table-body-cell-inline-edit){background-color:hsl(var(--pro-primary-700))}.pro-table-body .pro-table-body-cell-range-selected-4:not(.pro-table-body .pro-table-body-cell-inline-edit){background-color:hsl(var(--pro-primary-600))}.pro-table-body .pro-table-body-cell-range-selected.pro-table-body-cell-range-left{border-left-color:hsl(var(--pro-primary))}.pro-table-body .pro-table-body-cell-range-selected.pro-table-body-cell-range-right{border-right-color:hsl(var(--pro-primary))}.pro-table-body .pro-table-body-cell-range-selected.pro-table-body-cell-range-top{border-top-color:hsl(var(--pro-primary))}.pro-table-body .pro-table-body-cell-range-selected.pro-table-body-cell-range-bottom{border-bottom-color:hsl(var(--pro-primary))}.pro-table-body .pro-table-body-cell-range-selected.pro-table-body-cell-range-single-cell{border-color:hsl(var(--pro-primary))}.pro-table-cell-hidden{visibility:hidden}.pro-table-cell-multi .pro-table-cell-inner{max-height:100%;overflow:auto}.pro-table-cell-inner{align-items:center;border:none!important;display:inline-flex;flex-grow:1;flex-shrink:1;margin:0!important;min-width:1px;padding:0!important}.pro-table-cell-inner .pro-table-cell-content{overflow-wrap:break-word;padding:16px;width:100%;-webkit-font-smoothing:subpixel-antialiased}.pro-table-cell-inner .pro-table-cell-content:not(.pro-table-cell-text-ellipsis){white-space:normal;word-break:break-all}.pro-table.pro-table-auto-height .pro-table-cell{align-items:center;display:flex}.pro-table-header-cell{align-items:center;background:hsl(var(--pro-table-header));color:hsl(var(--pro-accent-foreground));display:inline-flex;float:left;font-weight:500;overflow:visible;padding:0!important;text-align:left;transition:background-color .2s ease}.pro-table-header-cell[colspan]:not([colspan="1"]) .pro-table-header-cell-title{justify-content:center;text-align:center}.pro-table-extra-cell,.pro-table-header-extra-cell{align-items:center;display:inline-flex;float:left;justify-content:center;min-width:1px;text-align:center}.pro-table-header-cell-title{align-items:center;display:flex;flex:auto;justify-content:space-between;max-width:100%}.pro-table-header-cell-title-inner{display:inline-flex;flex-grow:1;overflow:hidden;overflow-wrap:break-word;white-space:nowrap;-webkit-font-smoothing:subpixel-antialiased}.pro-table-auto-header-height .pro-table-header-cell{display:table-cell;float:unset;padding:16px 0!important;position:relative}.pro-table-auto-header-height .pro-table-header-cell-title-inner{white-space:unset}.pro-table-auto-header-height .pro-table-header-cell .pro-table-cell-box{width:unset}.pro-table-summary-row{align-items:stretch;border-bottom:1px solid hsl(var(--pro-border));display:flex;flex-direction:row;flex-grow:0;flex-shrink:0;position:relative}.pro-table-summary-cell{background:hsl(var(--pro-table-header));border-bottom:none;flex:1;height:auto;position:relative;white-space:normal}.pro-table-summary-cell-fixed-left,.pro-table-summary-cell-fixed-right{z-index:1}.pro-table-column-title{display:flex;flex:1;position:unset;width:1px;z-index:1}.pro-table-cell-box{padding:0 16px}.pro-table-cell-box:before{background-color:hsl(var(--pro-border));content:"";height:1.6em;pointer-events:none;position:absolute;right:1px;top:50%;transform:translateY(-50%);transition:background-color .3s;width:1px}.pro-table-cell-auto-height{height:100%}.pro-table-cell-wrap-text{white-space:normal;word-break:break-all}.pro-table-cell-ellipsis,.pro-table-cell-text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.pro-table-cell-group{border:none;display:block;padding:0!important}.pro-table-cell-group-title{background-color:hsl(var(--pro-table-header));justify-content:center;position:relative;text-align:center;transition:background-color .2s ease;width:100%}.pro-table-cell-group-title:before{background-color:transparent}.pro-table-cell-group-children{padding:0!important;position:relative}.pro-table-cell-group-children .pro-table-header-cell:first-child .pro-table-header-cell-title:before,.pro-table-cell-group-children>.pro-table-cell-group:last-child:before,.pro-table-cell-group-children>div:last-child>.pro-table-cell-box:before,.pro-table-header-container .pro-table-last-columns .pro-table-header-cell:not(.pro-table-cell-group):last-child .pro-table-cell-box:before,.pro-table-header-container .pro-table-last-columns .pro-table-row>.pro-table-cell-group:last-child:before,.pro-table-ping-left .pro-table-header .pro-table-fix-left .pro-table-header-cell:not(.pro-table-cell-group):last-child .pro-table-cell-box:before,.pro-table-ping-left .pro-table-header .pro-table-fix-left .pro-table-row>.pro-table-cell-group:last-child:before{background-color:transparent}.pro-table-header-container .pro-table-last-columns .pro-table-resize-handle,.pro-table-ping-left .pro-table-header .pro-table-fix-left .pro-table-resize-handle{right:0;width:auto;z-index:1}.pro-table-scrollbar-container{display:flex;flex:1 1 auto;flex-direction:row;min-width:0}.pro-table-horizontal-scroll{display:flex;min-height:0;min-width:0;position:relative;width:100%;z-index:4}.pro-table-horizontal-scroll-viewport{overflow-x:scroll}.pro-table-vertical-scroll{display:flex;height:100%;min-height:0;position:relative}.pro-table-vertical-scroll-viewport{flex:1 1 auto;overflow:hidden scroll;position:relative}.pro-table-horizontal-scroll-hidden{bottom:0;left:0;position:relative;z-index:1}.pro-table-horizontal-scroll-hidden,.pro-table-vertical-scroll-hidden{opacity:0;position:absolute;right:0;transition:opacity .4s;visibility:hidden}.pro-table-horizontal-scroll-hidden.pro-table-scrolling,.pro-table-scrollbar-active,.pro-table-vertical-scroll-hidden.pro-table-scrolling{opacity:1;visibility:visible}.pro-table-wrapper .pro-table-pagination{padding:16px 0}.pro-table-pagination-wrap{border-top-width:1px;margin-top:-1px}.pro-table-pagination{background:hsl(var(--pro-background));display:flex;float:none!important}.pro-table-pagination-left{justify-content:flex-start}.pro-table-pagination-center{justify-content:center}.pro-table-pagination-right{justify-content:flex-end}.pro-table-empty-container{align-items:center;display:flex;inset:0;justify-content:center;overflow-wrap:break-word;padding:16px;position:absolute;transition:background-color .3s;-webkit-font-smoothing:subpixel-antialiased}.pro-table-expand-icon-col{width:48px}.pro-table-row-expand-icon-cell{text-align:center}.pro-table-row-indent{float:left;height:1px}.pro-table-row-expand-icon{background:hsl(var(--pro-background));border:1px solid hsl(var(--pro-border));border-radius:4px;box-sizing:border-box;color:hsl(var(--pro-primary));color:hsl(var(--pro-muted-foreground));cursor:pointer;display:inline-flex;float:left;height:17px;line-height:17px;outline:none;padding:0;position:relative;text-decoration:none;transform:scale(.94117647);transition:color .3s;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:17px}.pro-table-row-expand-icon:focus,.pro-table-row-expand-icon:hover{color:hsl(var(--pro-primary-500))}.pro-table-row-expand-icon:active{color:hsl(var(--pro-primary-300))}.pro-table-row-expand-icon:active,.pro-table-row-expand-icon:focus,.pro-table-row-expand-icon:hover{border-color:currentcolor}.pro-table-row-expand-icon:after,.pro-table-row-expand-icon:before{background:currentcolor;content:"";position:absolute;transition:transform .3s ease-out}.pro-table-row-expand-icon:before{height:1px;left:3px;right:3px;top:7px}.pro-table-row-expand-icon:after{bottom:3px;left:7px;top:3px;transform:rotate(90deg);width:1px}.pro-table-row-expand-icon-collapsed:before{transform:rotate(-180deg)}.pro-table-row-expand-icon-collapsed:after{transform:rotate(0deg)}.pro-table-row-expand-icon-disabled{color:hsl(var(--pro-muted-foreground)/50%);cursor:not-allowed}.pro-table-row-expand-icon-disabled:active,.pro-table-row-expand-icon-disabled:focus,.pro-table-row-expand-icon-disabled:hover{border-color:hsl(var(--pro-border));color:hsl(var(--pro-muted-foreground)/50%)}.pro-table-row-expand-icon-spaced{background:transparent;border:0;visibility:hidden}.pro-table-row-expand-icon-spaced:after,.pro-table-row-expand-icon-spaced:before{content:none;display:none}.pro-table-row-indent+.pro-table-row-expand-icon{margin-right:8px;margin-top:2.5005px}.pro-table-expanded-row .pro-table-cell:not(.pro-table-body-cell-range-selected),.pro-table-expanded-row .pro-table-cell:not(.pro-table-body-cell-range-selected):hover{background:hsl(var(--pro-background-deep))}.pro-table-title{padding:16px}.pro-table-footer{background:hsl(var(--pro-footer-bg));color:hsl(var(--pro-accent-foreground));padding:16px}.pro-table .pro-table-column-has-sorters{cursor:pointer;transition:background-color .3s}.pro-table .pro-table-column-has-sorters:hover{background:hsl(var(--pro-table-header-sort-active-bg))}.pro-table .pro-table-column-sort,.pro-table-body .pro-table-column-sort{background:hsl(var(--pro-table-header))}.pro-table-column-sorters-with-tooltip{display:inline-flex;width:100%}.pro-table-column-sorters-with-tooltip:after{content:"";height:100%;inset:0;position:absolute;width:100%}.pro-table-column-sorters{align-items:center;display:inline-flex;flex:auto;justify-content:space-between;width:100%}.pro-table-column-sorters:after{content:"";height:100%;inset:0;pointer-events:none;position:absolute;width:100%}.pro-table-column-sorter{color:hsl(var(--pro-muted-foreground));flex-grow:0;flex-shrink:0;font-size:0;margin-bottom:-.15em;margin-left:8px;margin-top:.15em;transition:color .3s}.pro-table-column-sorter-full{margin-bottom:0;margin-top:-.2em}.pro-table-column-sorter-inner{align-items:center;display:inline-flex;flex-direction:column}.pro-table-column-sorter-down,.pro-table-column-sorter-up{font-size:11px}.pro-table-column-sorter-down.active,.pro-table-column-sorter-up.active{color:hsl(var(--pro-primary))}.pro-table-column-sorter-up+.pro-table-column-sorter-down{margin-top:-.3em}.pro-table-column-sorters:hover .pro-table-column-sorter{color:hsl(var(--pro-foreground))}.pro-table-resize-handle{cursor:col-resize;height:100%!important;inset:0 -7px 0 auto;position:absolute;touch-action:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;width:16px;z-index:1}.pro-table-resize-handle-line{background-color:hsl(var(--pro-primary));display:block;height:100%!important;margin-left:7px;opacity:0;width:3px}.pro-table-resize-handle:hover .pro-table-resize-handle-line{opacity:1}.pro-table-resize-handle.dragging:before{bottom:0;content:" ";opacity:0;position:absolute;top:0;transform:translate(-50%);width:200vw}.dragging .pro-table-resize-handle-line{opacity:1}.pro-table-has-icon-column{display:flex;flex:1;justify-content:space-between;width:100%}.pro-table-filter-trigger,.pro-table-menu-popup-trigger{align-items:center;border-radius:var(--pro-radius);color:hsl(var(--pro-muted-foreground));cursor:pointer;display:flex;font-size:12px;margin:-4px -8px -4px 8px;padding:0 4px;position:relative;transition:all .3s;z-index:1}.pro-table-filter-trigger:hover,.pro-table-menu-popup-trigger:hover{background:hsl(var(--pro-table-header-filter-active-bg));color:hsl(var(--pro-foreground))}.pro-table-filter-trigger.active,.pro-table-menu-popup-trigger.active{color:hsl(var(--pro-primary))}.pro-table-menu-popup-trigger-hover>*{opacity:0;transition:opacity .3s}.pro-table-header-cell:hover .pro-table-menu-popup-trigger-hover>*{opacity:1}.pro-table-filter-dropdown-root .pro-table-filter-dropdown{background-color:hsl(var(--pro-background));border-radius:var(--pro-radius);border-width:1px;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);box-sizing:border-box;color:hsl(var(--pro-accent-foreground));font-feature-settings:"tnum";font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;margin:0;min-width:120px;overflow:hidden;padding:0}.pro-table-filter-dropdown-root .pro-table-filter-dropdown-menu{border:0;box-shadow:none!important;max-height:264px;overflow-x:hidden}.pro-table-filter-dropdown-root .pro-table-filter-dropdown-submenu>ul{max-height:calc(100vh - 130px);overflow:hidden auto}.pro-table-filter-dropdown-root .pro-table-filter-dropdown .pro-table-checkbox,.pro-table-filter-dropdown-root .pro-table-filter-dropdown .pro-table-radio,.pro-table-filter-dropdown-root .pro-table-filter-dropdown-submenu .pro-table-checkbox,.pro-table-filter-dropdown-root .pro-table-filter-dropdown-submenu .pro-table-radio{top:.2em}.pro-table-filter-dropdown-root .pro-table-filter-dropdown-btns{background-color:inherit;border-top:1px solid hsl(var(--pro-border));display:flex;justify-content:space-between;overflow:hidden;padding:7px 8px 7px 3px}.pro-table-filter-dropdown-submenu .pro-table-checkbox,.pro-table-filter-dropdown-submenu .pro-table-radio,.pro-table-filter-dropdown-submenu-submenu .pro-table-checkbox,.pro-table-filter-dropdown-submenu-submenu .pro-table-radio{top:.2em}.pro-table-selection-wrap{display:flex;justify-content:center}.pro-table-selection{display:inline-flex;flex-direction:column;position:relative}.pro-table-selection-extra{cursor:pointer;margin-inline-start:100%;padding-inline-start:4px;position:absolute;top:-3px;transition:all .3s;z-index:1}.pro-table-selection-extra-dropdown-icon{color:hsl(var(--pro-muted-foreground));font-size:10px}.pro-table-selection-extra-dropdown-icon:hover{color:hsl(var(--pro-foreground))}.pro-table-search.ant-card .ant-card-head{min-height:auto}.pro-table-search .ant-tabs-nav .ant-tabs-tab{font-size:14px;padding:12px 0}.pro-table-search .ant-tabs-top>.ant-tabs-nav:before{border-bottom:none;border-bottom-color:hsl(var(--pro-border))}.pro-table-bordered{border:1px solid hsl(var(--pro-border));border-right:0}.pro-table-bordered .pro-table-cell-box:before{background-color:transparent}.pro-table-bordered .pro-table-cell.pro-table-body-cell-range-selected:not(.pro-table-body-cell-range-right):not(.pro-table-body-cell-range-single-cell),.pro-table-bordered .pro-table-cell:not(.pro-table-body-cell-range-single-cell):not(.pro-table-body-cell-range-selected){border-right:1px solid hsl(var(--pro-border))}.pro-table-bordered .pro-table-cell-group,.pro-table-bordered .pro-table-extra-cell,.pro-table-bordered .pro-table-header-extra-cell{border-right:none}.pro-table-bordered .pro-table-cell-group-title{background-color:hsl(var(--pro-table-header))!important;border-bottom:1px solid hsl(var(--pro-border))}.pro-table-bordered .pro-table-cell-no-right-bordered{border-right:none}.pro-table-bordered .pro-table-header-scrollbar,.pro-table-bordered .pro-table-summary-scrollbar{border-left:1px solid hsl(var(--pro-border));border-right:1px solid hsl(var(--pro-border));position:relative;z-index:0}.pro-table-bordered .pro-table-header-scrollbar:after,.pro-table-bordered .pro-table-summary-scrollbar:after{background:hsl(var(--pro-table-header));bottom:0;content:"";left:-1px;pointer-events:none;position:absolute;top:0;width:1px}.pro-table-bordered .pro-table-empty-container{border-right:1px solid hsl(var(--pro-border))}.pro-table-bordered .pro-table-header{border-bottom:none}.pro-table-bordered .pro-table-header,.pro-table-bordered .pro-table-header-cell{background:hsl(var(--pro-table-header))}.pro-table-bordered .pro-table-header-container .pro-table-cell-group:before,.pro-table-bordered .pro-table-header-container .pro-table-header-cell-title:before{background-color:transparent}.pro-table-bordered .pro-table-summary-fixed{border-right:1px solid hsl(var(--pro-border))}.pro-table-bordered .pro-table-summary-fixed-bottom,.pro-table-bordered .pro-table-summary-fixed-top{border-right:none}.pro-table-bordered .pro-table-cell-fix-left-first:after,.pro-table-bordered .pro-table-cell-fix-left-last:after{right:-1px}.pro-table-wrapper-bordered .pro-table-title{border-bottom:1px solid hsl(var(--pro-border));border-right:1px solid hsl(var(--pro-border))}.pro-table-wrapper-bordered .pro-table-title+.pro-table{border-top-left-radius:0;border-top-right-radius:0}.pro-table-wrapper-bordered .pro-table-footer{border:1px solid hsl(var(--pro-border));border-top:0}.pro-table-checkbox{align-items:center;color:hsl(var(--pro-accent-foreground));cursor:pointer;display:inline-block;font-feature-settings:"tnum";font-size:14px;font-variant:tabular-nums;line-height:1.5715;line-height:unset;list-style:none;margin:0;outline:none;padding:0;position:relative;white-space:nowrap}.pro-table-checkbox,.pro-table-checkbox *,.pro-table-checkbox :after,.pro-table-checkbox :before{box-sizing:border-box}.pro-table-checkbox-input:focus+.pro-table-checkbox-inner,.pro-table-checkbox:hover .pro-table-checkbox-inner{border-color:hsl(var(--pro-primary))}.pro-table-checkbox-checked:after{animation:checkbox-effect .36s ease-in-out;animation-fill-mode:backwards;border:1px solid hsl(var(--pro-primary));border-radius:var(--pro-radius);box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;visibility:hidden;width:100%}.pro-table-checkbox:hover:after{visibility:visible}.pro-table-checkbox-inner{background-color:hsl(var(--pro-background));border:1px solid hsl(var(--pro-muted-foreground)/50%);border-collapse:separate;border-radius:4px;box-sizing:border-box;direction:ltr;display:block;height:16px;left:0;position:relative;top:0;transition:all .3s;width:16px}.pro-table-checkbox-inner:after{border:2px solid hsl(var(--pro-primary));border-left:0;border-top:0;box-sizing:border-box;content:" ";display:table;height:9.14285714px;left:21.5%;opacity:0;position:absolute;top:50%;transform:rotate(45deg) scale(0) translate(-50%,-50%);transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;width:5.71428571px}.pro-table-checkbox-input{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%;z-index:1}.pro-table-checkbox-checked .pro-table-checkbox-inner:after{border:2px solid #fff;border-left:0;border-top:0;content:" ";display:table;opacity:1;position:absolute;transform:rotate(45deg) scale(1) translate(-50%,-50%);transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s}.pro-table-checkbox-checked .pro-table-checkbox-inner{background-color:hsl(var(--pro-primary));border-color:hsl(var(--pro-primary))}.pro-table-checkbox-disabled{cursor:not-allowed}.pro-table-checkbox-disabled.pro-table-checkbox-checked .pro-table-checkbox-inner:after{animation-name:none;border-color:hsl(var(--pro-accent))}.pro-table-checkbox-disabled .pro-table-checkbox-input{cursor:not-allowed}.pro-table-checkbox-disabled .pro-table-checkbox-inner{background-color:hsl(var(--pro-accent));border-color:hsl(var(--pro-border))!important}.pro-table-checkbox-disabled .pro-table-checkbox-inner:after{animation-name:none;border-collapse:separate;border-color:hsl(var(--pro-accent))}.pro-table-checkbox-disabled+span{color:hsl(var(--pro-muted-foreground)/50%);cursor:not-allowed}.pro-table-checkbox-disabled:hover:after{visibility:hidden}.pro-table-checkbox+span{padding-left:8px;padding-right:8px}.pro-table-checkbox-indeterminate .pro-table-checkbox-inner{background-color:hsl(var(--pro-background));border-color:hsl(var(--pro-border))}.pro-table-checkbox-indeterminate .pro-table-checkbox-inner:after{background-color:hsl(var(--pro-primary));border:0;content:" ";height:8px;left:50%;opacity:1;top:50%;transform:translate(-50%,-50%) scale(1);width:8px}.pro-table-checkbox-indeterminate.pro-table-checkbox-disabled .pro-table-checkbox-inner:after{background-color:hsl(var(--pro-muted-foreground)/50%);border-color:hsl(var(--pro-muted-foreground)/50%)}@keyframes checkbox-effect{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.pro-table-radio{box-sizing:border-box;color:hsl(var(--pro-accent-foreground));cursor:pointer;display:inline-block;font-feature-settings:"tnum";font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;margin:0;outline:none;padding:0;position:relative}.pro-table-radio-input:focus+.pro-table-radio-inner,.pro-table-radio-wrapper:hover .pro-table-radio,.pro-table-radio:hover .pro-table-radio-inner{border-color:hsl(var(--pro-primary))}.pro-table-radio-input:focus+.pro-table-radio-inner{box-shadow:0 0 0 3px hsl(var(--pro-primary-100))}.pro-table-radio-checked:after{animation:radio-effect .36s ease-in-out;animation-fill-mode:both;border:1px solid hsl(var(--pro-primary));border-radius:50%;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;visibility:hidden;width:100%}.pro-table-radio-wrapper:hover .pro-table-radio:after,.pro-table-radio:hover:after{visibility:visible}.pro-table-radio-inner{border-color:hsl(var(--pro-muted-foreground)/50%);border-radius:50%;border-style:solid;border-width:1px;box-sizing:border-box;display:block;height:16px;left:0;position:relative;top:0;transition:all .3s;width:16px}.pro-table-radio-inner:after{background-color:hsl(var(--pro-primary));border-left:0;border-radius:8px;border-top:0;box-sizing:border-box;content:" ";display:block;height:8px;left:3px;opacity:0;position:absolute;top:3px;transform:scale(0);transition:all .3s cubic-bezier(.78,.14,.15,.86);width:8px}.pro-table-radio-input{border-radius:unset;cursor:pointer;inset:0;opacity:0;position:absolute;z-index:1}.pro-table-radio-checked .pro-table-radio-inner{border-color:hsl(var(--pro-primary))}.pro-table-radio-checked .pro-table-radio-inner:after{opacity:1;transform:scale(1);transition:all .3s cubic-bezier(.78,.14,.15,.86)}.pro-table-radio-disabled{cursor:not-allowed}.pro-table-radio-disabled .pro-table-radio-inner{background-color:hsl(var(--pro-accent));border-color:hsl(var(--pro-border))!important;cursor:not-allowed}.pro-table-radio-disabled .pro-table-radio-inner:after{background-color:hsl(var(--pro-muted-foreground)/50%)}.pro-table-radio-disabled .pro-table-radio-input{cursor:not-allowed}.pro-table-radio-disabled+span{color:hsl(var(--pro-accent));cursor:not-allowed}span.pro-table-radio+*{padding-left:8px;padding-right:8px}@keyframes radio-effect{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.pro-table-drag-handle{align-items:center;color:inherit;cursor:grab;display:flex;flex-grow:0;flex-shrink:0;font-style:normal;height:100%;line-height:0;margin-left:16px;min-width:1px;text-align:center;text-rendering:optimizelegibility;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-font-smoothing:antialiased}.pro-table-drag-handle-disabled{color:hsl(var(--pro-muted-foreground)/50%);cursor:not-allowed}.pro-table-drag-icon{display:inline-block}.pro-table-drag-dragging{cursor:move}.pro-table-drag-column-dragging,.pro-table-drag-column-dragging .pro-table-cell-group-title,.pro-table-drag-column-dragging .pro-table-header-cell{background:hsl(var(--pro-accent))!important}.pro-table-drag-ghost{background:hsl(var(--pro-accent));cursor:move}.pro-table-drag-placeholder{height:2px;width:100%;z-index:999}.pro-table-drag-column-placeholder,.pro-table-drag-placeholder{background-color:hsl(var(--pro-primary));left:0;opacity:0;position:absolute;transition:opacity .2s}.pro-table-drag-column-placeholder{height:100%;top:0;width:2px;z-index:3}.pro-table-drag-ghost-image{align-items:center;background:hsl(var(--pro-accent));border:1px solid;border-color:hsl(var(--pro-border));border-radius:var(--pro-radius);box-shadow:0 1px 2px 1px hsl(var(--pro-muted-foreground)/30%);color:hsl(var(--pro-accent-foreground));cursor:move;display:inline-flex;font-size:14px;margin:0;overflow:hidden;padding:8px 16px;position:absolute;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;z-index:99999}.pro-table-drag-ghost-image-icon{color:inherit;display:inline-block;font-style:normal;line-height:0;margin-right:6px;text-align:center;text-rendering:optimizelegibility;text-transform:none;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pro-table-drag-ghost-image-label{overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis}.pro-table-toolbar{line-height:1}.pro-table-toolbar-title{align-items:center;color:hsl(var(--pro-foreground));display:flex;font-size:16px;font-weight:500;justify-content:flex-start;margin-inline-end:20px}.pro-table-toolbar-subtitle{color:hsl(var(--pro-muted-foreground));font-size:14px;font-weight:normal;margin-inline-start:8px;white-space:nowrap}.pro-table-toolbar-container{justify-content:space-between;padding-inline:0;padding-bottom:12px}.pro-table-toolbar-container,.pro-table-toolbar-left{align-items:center;display:flex}.pro-table-toolbar-actions-item{cursor:pointer;font-size:16px;margin-block:0;margin-inline:4px;padding:5px 0}.pro-table-alert{padding-block-end:12px}.pro-table-alert-container{background-color:hsl(var(--pro-muted)/60%);border-radius:var(--pro-radius);color:hsl(var(--pro-muted-foreground)/60%);display:flex;justify-content:space-between;padding-block:12px;padding-inline:24px}.pro-table-column-setting-popover .ant-popover-arrow{display:none!important}.pro-table-column-setting-popover .ant-tree-treenode:hover .pro-table-column-setting-list-item-option{display:block}.pro-table-column-setting-title{align-items:center;display:flex;height:32px;justify-content:space-between}.pro-table-column-setting-list{display:flex;flex-direction:column;padding-block-start:8px;width:100%}.pro-table-column-setting-list.pro-table-column-setting-list--group{padding-block-start:0}.pro-table-column-setting-list-title{color:hsl(var(--pro-accent-foreground));font-size:12px;margin-block:6px}.pro-table-column-setting-list-item{align-items:center;display:flex;justify-content:space-between;max-height:24px}.pro-table-column-setting-list-item-title{flex:1;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.pro-table-column-setting-list-item-option{cursor:pointer;display:none;float:right}.pro-table-column-setting-list-item-option>span>span.anticon{color:hsl(var(--pro-primary));padding:0 2px}.pro-cropper-container{align-items:center;cursor:move;display:flex;height:40vh;justify-content:center;margin-bottom:16px;overflow:hidden;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.pro-cropper-img{inset:0;margin:auto;max-height:100%;max-width:100%;position:absolute}.pro-cropper-control{align-items:center;display:flex;margin-left:auto;margin-right:auto;width:60%}.pro-cropper-control button{align-items:center;background:transparent;border:0;box-sizing:border-box;color:#4e5969;cursor:pointer;display:flex;font-size:18px;font-style:normal;height:24px;justify-content:center;line-height:24px;outline:0;padding:0;width:24px}.pro-cropper-control button:hover{background-color:#f2f3f5;border-radius:4px}.pro-cropper-control button[disabled]{cursor:not-allowed}.pro-cropper-control .ant-slider{flex:1;height:10px;margin:0 16px}.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.pro-drawer .ant-drawer-header{padding:12px 16px}.pro-drawer .ant-drawer-body{padding:16px}.pro-drawer .ant-drawer-title{align-items:baseline;display:flex}.pro-drawer .ant-drawer-extra{align-items:center;display:flex}.pro-drawer-title{color:hsl(var(--pro-foreground))}.pro-drawer-description{color:hsl(var(--pro-muted-foreground));font-size:12px;font-weight:400;line-height:16px}.pro-drawer .pro-drawer-close{color:hsl(var(--pro-foreground)/80%);font-size:12px;margin-left:2px;opacity:.8}.pro-drawer .pro-drawer-close:hover{color:hsl(var(--pro-foreground));opacity:1}.pro-drawer .pro-drawer-fullscreen{color:hsl(var(--pro-foreground)/80%);font-size:12px;margin-left:2px;opacity:.8}.pro-drawer .pro-drawer-fullscreen:hover{color:hsl(var(--pro-foreground));opacity:1}.pro-form-group-title{font-size:18px;font-weight:500;margin-block-end:20px}.pro-form-item-tooltip{color:hsl(var(--pro-muted-foreground))!important;cursor:help!important;font-size:12px;margin-inline-start:4px;writing-mode:horizontal-tb}.pro-form .ant-select.ant-select-in-form-item{width:auto}.pro-form-readonly{display:flex;padding:5px 0}.pro-form-readonly-text{flex:1;overflow:hidden}.pro-form-readonly-autoline .pro-form-readonly-text{white-space:pre-line}.pro-form-readonly-ellipsis .pro-form-readonly-text{text-overflow:ellipsis;white-space:nowrap}.pro-form .pro-form-field-xs{width:104px!important}.pro-form .pro-form-field-s,.pro-form .pro-form-field-sm{width:216px!important}.pro-form .pro-form-field-m,.pro-form .pro-form-field-md{width:328px!important}.pro-form .pro-form-field-l,.pro-form .pro-form-field-lg{width:440px!important}.pro-form .pro-form-field-xl{width:552px!important}.pro-form .ant-form-item-label>label{color:hsl(var(--pro-foreground))!important}.pro-form.ant-form-vertical .ant-form-item-label>label{color:hsl(var(--pro-foreground))!important;width:100%}.pro-form.ant-form-vertical .ant-form-row{flex-direction:column}.pro-form .ant-form-item-has-error .pro-codemirror{background:hsl(var(--pro-background));box-shadow:none;color:hsl(var(--pro-destructive))}.pro-form .ant-form-item-has-error .pro-codemirror .cm-editor .cm-gutters{background-color:hsl(var(--pro-background))}.pro-form-list-creator-button-top{margin-block-end:24px}.pro-form-list-empty .pro-form-list-creator-button-top{margin-block-end:2px}.pro-form-list-action{display:flex;height:32px;line-height:32px;margin-block-end:24px}.pro-form-list-action-icon{cursor:pointer;margin-inline-start:8px;transition:color .3s ease-in-out;white-space:nowrap}.pro-form-upload-drag-icon{margin-bottom:16px}.pro-form-upload-drag-icon .anticon{font-size:48px}.pro-form-upload-text{color:hsl(var(--pro-foreground));font-size:14px;margin:0 0 4px}.pro-form-upload-hint{color:hsl(var(--pro-muted-foreground));font-size:12px}.pro-form-upload-picture-button{align-items:center;border-radius:4px;color:hsl(var(--pro-foreground));cursor:pointer;display:flex;font-size:22px;height:50px;justify-content:center;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:50px}.pro-form-upload-picture-button:hover .pro-form-upload-picture-button-clear{opacity:1}.pro-form-upload-picture-button-mask{align-items:center;background-color:rgba(29,33,41,.6);bottom:0;color:#fff;display:flex;flex-direction:column;font-size:12px;height:24px;justify-content:center;position:absolute;transition:all .3s ease;width:100%;z-index:1}.pro-form-upload-picture-button-empty{align-items:center;background-color:hsl(var(--pro-muted));color:hsl(var(--pro-foreground));display:flex;height:100%;justify-content:center;width:100%}.pro-form-upload-picture-button-clear{align-items:center;background-color:rgba(29,33,41,.6);border-radius:7px;cursor:pointer;display:flex;flex-direction:column;font-size:12px;height:14px;justify-content:center;margin:0;opacity:0;position:absolute;right:4px;top:4px;transition:opacity .3s;vertical-align:-1px;width:14px}.pro-form-upload-picture-button-clear .pro-icon{height:14px;line-height:14px}.pro-form-upload-picture-list .ant-upload-list-item-container,.pro-form-upload-picture-list .ant-upload.ant-upload-select{height:var(--s-upload-picture-list-height)!important;width:var(--s-upload-picture-list-width)!important}.pro-form-upload-picture-list .ant-upload-list-item{overflow:hidden!important;padding:0!important}.pro-form-upload-picture-list .ant-upload-list-item:before{height:100%!important;width:100%!important}.pro-form-upload-picture-list .ant-upload-list-item-thumbnail{font-size:12px!important}.pro-form-upload-picture-list .ant-upload-list-item-thumbnail img{-o-object-fit:cover!important;object-fit:cover!important}.pro-form-submitter-form-item{margin-block:0}.pro-form-item-title{display:inline-flex;width:100%}.pro-form-item-title-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.pro-query-filter .ant-form-item{margin-block:0}.pro-query-filter-row{row-gap:24px}.pro-query-filter-collapse-button{color:hsl(var(--pro-primary));margin-inline-start:8px}.pro-steps-form-steps-container{margin:auto;max-width:1160px}.pro-steps-form-steps-container .ant-steps-vertical{height:100%}.pro-steps-form-container{margin:auto;max-width:100%;min-width:420px;width:-moz-max-content;width:max-content}.pro-steps-form-step{display:none;margin-block-start:32px}.pro-steps-form-step>form{max-width:100%}.pro-steps-form-step-active{display:block}.pro-layout{background:transparent;color:inherit;display:flex;position:relative;width:100%}.pro-layout-wrapper{animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,1,1);display:flex;flex:1 1 0%;flex-direction:column;overflow:auto;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,1,1)}.pro-layout-header-wrapper{animation-duration:.2s;overflow:hidden;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.pro-layout-header-wrapper--shadow{box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),0 16px 24px hsl(var(--pro-background))}.pro-layout-mask{background-color:hsl(var(--pro-overlay));height:100%;left:0;position:fixed;transition-duration:.2s;transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.pro-layout-header,.pro-layout-mask{animation-duration:.2s;top:0;width:100%}.pro-layout-header{align-items:center;background-color:hsl(var(--pro-header));border-bottom-width:1px;border-color:hsl(var(--pro-border));display:flex;flex:0 0 auto;padding-left:8px}.pro-layout-content,.pro-layout-header{transition-duration:.2s;transition-property:margin-top;transition-timing-function:cubic-bezier(.4,0,.2,1)}.pro-layout-content{animation-duration:.2s;background-color:hsl(var(--pro-background-deep));position:relative}.pro-layout-sidebar{animation-duration:.15s;border-right-width:1px;height:100%;transition-duration:.15s;transition-property:all}.pro-layout-sidebar--fixed{left:0;position:fixed;top:0}.pro-layout-sidebar--mixed{background-color:hsl(var(--pro-sidebar-deep))}.pro-layout-sidebar--no-mixed{background-color:hsl(var(--pro-sidebar));border-color:hsl(var(--pro-border));border-right-width:1px}.pro-layout-sidebar-content{overflow:hidden;position:relative}.pro-layout-sidebar-scroll{border-radius:inherit;height:100%;overflow:hidden auto;width:100%}.pro-layout-sidebar-extra{animation-duration:.2s;background-color:hsl(var(--pro-sidebar));border-color:hsl(var(--pro-border));border-right-width:1px;height:100%;overflow:hidden;position:fixed;top:0;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.pro-layout-sidebar-extra--border{border-left-width:1px}.pro-layout-sidebar-extra-title{padding-left:8px}.pro-layout-sidebar-extra-content{border-color:hsl(var(--pro-border));overflow:hidden;padding-bottom:8px;padding-top:8px;position:relative}.pro-layout-sidebar-collapse-button{align-items:center;background-color:hsl(var(--pro-accent));border-radius:calc(var(--pro-radius) - 4px);bottom:8px;color:hsl(var(--pro-foreground)/60%);cursor:pointer;display:flex;justify-content:center;left:12px;padding:4px;position:absolute;z-index:10}.pro-layout-sidebar-collapse-button:hover{background-color:hsl(var(--pro-accent-hover));color:hsl(var(--pro-foreground))}.pro-layout-sidebar-fixed-button{align-items:center;animation-duration:.3s;background-color:hsl(var(--pro-accent));border-radius:calc(var(--pro-radius) - 4px);bottom:8px;color:hsl(var(--pro-foreground)/60%);cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:10}.pro-layout-sidebar-fixed-button:hover{background-color:hsl(var(--pro-accent-hover));color:hsl(var(--pro-foreground))}.pro-layout-tabbar{background-color:hsl(var(--pro-background));border-bottom-width:1px;border-color:hsl(var(--pro-border));display:flex;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.pro-layout-footer{animation-duration:.2s;background-color:hsl(var(--pro-background-deep));bottom:0;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.pro-loading{align-items:center;animation-duration:.5s;background-color:hsl(var(--pro-overlay-content));display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;right:0;transition-duration:.5s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%;z-index:100}.pro-loading:where(.dark,.dark *){background-color:hsl(var(--pro-overlay))}.pro-loading--hidden{opacity:0;visibility:hidden}.pro-loading-dot{animation:rotate-ani 1.2s linear infinite;display:inline-block;font-size:30px;height:36px;line-height:36px;position:relative;transform:rotate(45deg);width:36px}.pro-loading-dot i{animation:spin-move-ani 1s linear infinite alternate;background-color:hsl(var(--pro-primary));border-radius:9999px;display:block;height:16px;opacity:.3;position:absolute;transform:scaleX(.75) scaleY(.75);transform-origin:50% 50%;width:16px}.pro-loading-dot i:first-child{left:0;top:0}.pro-loading-dot i:nth-child(2){animation-delay:.4s;right:0;top:0}.pro-loading-dot i:nth-child(3){animation-delay:.8s;bottom:0;right:0}.pro-loading-dot i:nth-child(4){animation-delay:1.2s;bottom:0;left:0}.pro-loading-text{color:hsl(var(--pro-primary));font-size:12px;line-height:16px;margin-top:16px}@keyframes rotate-ani{to{transform:rotate(405deg)}}@keyframes spin-move-ani{to{opacity:1}}.pro-modal--fullscreen{height:100vh;left:0!important;max-width:100vw;padding-bottom:0;top:0!important}.pro-modal--fullscreen .ant-modal-content{border-radius:0;height:100vh}.pro-modal--fullscreen .ant-modal-body{overflow-y:auto}.pro-modal--draggable{margin:0}.pro-modal--draggable .pro-modal-header{cursor:move}.pro-modal .ant-modal-content{display:flex;flex-direction:column;padding:0}.pro-modal .ant-modal-header{margin-bottom:0;padding:0}.pro-modal .ant-modal-footer{border-top-width:1px;margin-top:0;padding:12px 20px}.pro-modal .ant-modal-body{flex:1;padding:20px}.pro-modal-header{align-items:baseline;border-bottom-width:1px;display:flex;margin-bottom:0;padding:12px 60px 12px 20px;position:relative}.pro-modal-title{color:hsl(var(--pro-foreground))}.pro-modal-description{color:hsl(var(--pro-muted-foreground));font-size:12px;font-weight:400;line-height:16px}.pro-modal-extra{position:absolute;right:16px;top:50%;transform:translateY(-50%)}.pro-modal .pro-modal-close{color:hsl(var(--pro-foreground)/80%);font-size:12px;margin-left:2px;opacity:.8}.pro-modal .pro-modal-close:hover{color:hsl(var(--pro-foreground));opacity:1}.pro-modal .pro-modal-fullscreen{color:hsl(var(--pro-foreground)/80%);font-size:12px;margin-left:2px;opacity:.8}.pro-modal .pro-modal-fullscreen:hover{color:hsl(var(--pro-foreground));opacity:1}.pro-page,.pro-page-header{position:relative}.pro-page-header{align-items:flex-end;background-color:hsl(var(--pro-card));border-bottom-width:1px;border-color:hsl(var(--pro-border));display:flex;padding:16px}.pro-page-header-wrap{flex:1 1 auto}.pro-page-title{display:flex;font-size:18px;font-weight:600;line-height:28px}.pro-page-description{color:hsl(var(--pro-muted-foreground))}.pro-page-tabs{background-color:hsl(var(--pro-card));border-bottom-width:1px;border-color:hsl(var(--pro-border));padding:10px 16px 0}.pro-page-tabs .ant-tabs-top>.ant-tabs-nav{margin-bottom:0}.pro-page-tabs .ant-tabs-top>.ant-tabs-nav:before,.pro-page-tabs+.pro-page{border-bottom:none}.pro-page-content{height:100%;padding:16px}.pro-page-footer{align-items:center;background-color:hsl(var(--pro-card));bottom:0;display:flex;left:0;padding:16px 24px;position:absolute;right:0}.pro-page.is-tabs .pro-page-header{border-bottom:none;padding-bottom:0}.pro-spinner{align-items:center;animation-duration:.5s;background-color:hsl(var(--pro-overlay-content));display:flex;justify-content:center;left:0;position:absolute;right:0;transition-duration:.5s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:100}.pro-spinner--hidden{opacity:0;visibility:hidden}.pro-spinner-loader{height:48px;position:relative;width:48px}.pro-spinner-loader:before{animation:loader-shadow-ani .5s linear infinite;background-color:hsl(var(--pro-primary)/50%);border-radius:50%;content:" ";height:5px;left:0;position:absolute;top:60px;width:48px}.pro-spinner-loader:after{animation:loader-jump-ani .5s linear infinite;background-color:hsl(var(--pro-primary));border-radius:4px;content:" ";height:100%;left:0;position:absolute;top:0;width:100%}.pro-spinner-loader--paused:after,.pro-spinner-loader--paused:before{animation-play-state:paused!important}@keyframes loader-jump-ani{15%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{border-bottom-right-radius:40px;transform:translateY(18px) scaleY(.9) rotate(45deg)}75%{transform:translateY(9px) rotate(67.5deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes loader-shadow-ani{0%,to{transform:scale(1)}50%{transform:scaleX(1.2)}}
|
1
|
+
:root{--pro-popup-z-index:2000;--pro-font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--pro-background:0 0% 100%;--pro-background-deep:216 20.11% 95.47%;--pro-foreground:210 6% 21%;--pro-card:0 0% 100%;--pro-card-foreground:222.2 84% 4.9%;--pro-popover:0 0% 100%;--pro-popover-foreground:222.2 84% 4.9%;--pro-muted:240 4.8% 95.9%;--pro-muted-foreground:240 3.8% 46.1%;--pro-primary:212 100% 45%;--pro-primary-foreground:0 0% 98%;--pro-primary-50:210 86% 97%;--pro-primary-100:214 85% 95%;--pro-primary-200:212 83% 86%;--pro-primary-300:212 82% 78%;--pro-primary-400:212 83% 62%;--pro-primary-500:212 100% 45%;--pro-primary-600:212 100% 41%;--pro-primary-700:212 100% 27%;--pro-primary-800:212 100% 20%;--pro-primary-900:212 100% 14%;--pro-primary-950:213 100% 9%;--pro-destructive:359.33 100% 65.1%;--pro-destructive-foreground:0 0% 98%;--pro-red-50:348 100% 98%;--pro-destructive-50:348 100% 98%;--pro-red-100:348 100% 96%;--pro-destructive-100:348 100% 96%;--pro-red-200:348 100% 90%;--pro-destructive-200:348 100% 90%;--pro-red-300:348 100% 84%;--pro-destructive-300:348 100% 84%;--pro-red-400:348 100% 73%;--pro-destructive-400:348 100% 73%;--pro-red-500:348 100% 61%;--pro-destructive-500:348 100% 61%;--pro-red-600:348 78% 55%;--pro-destructive-600:348 78% 55%;--pro-red-700:348 64% 37%;--pro-destructive-700:348 64% 37%;--pro-red-800:348 64% 27%;--pro-destructive-800:348 64% 27%;--pro-red-900:348 64% 18%;--pro-destructive-900:348 64% 18%;--pro-red-950:348 65% 12%;--pro-destructive-950:348 65% 12%;--pro-info:240,5%,96%;--pro-info-foreground:220,4%,58%;--pro-success:144 57% 58%;--pro-success-foreground:0 0% 98%;--pro-green-50:140 60% 98%;--pro-success-50:140 60% 98%;--pro-green-100:145 55% 96%;--pro-success-100:145 55% 96%;--pro-green-200:143 58% 90%;--pro-success-200:143 58% 90%;--pro-green-300:143 58% 83%;--pro-success-300:143 58% 83%;--pro-green-400:144 57% 71%;--pro-success-400:144 57% 71%;--pro-green-500:144 57% 58%;--pro-success-500:144 57% 58%;--pro-green-600:144 45% 52%;--pro-success-600:144 45% 52%;--pro-green-700:145 41% 35%;--pro-success-700:145 41% 35%;--pro-green-800:144 41% 26%;--pro-success-800:144 41% 26%;--pro-green-900:144 42% 17%;--pro-success-900:144 42% 17%;--pro-green-950:144 42% 12%;--pro-success-950:144 42% 12%;--pro-warning:42 84% 61%;--pro-warning-foreground:0 0% 98%;--pro-yellow-50:45 80% 98%;--pro-warning-50:45 80% 98%;--pro-yellow-100:41 80% 96%;--pro-warning-100:41 80% 96%;--pro-yellow-200:43 84% 90%;--pro-warning-200:43 84% 90%;--pro-yellow-300:42 85% 85%;--pro-warning-300:42 85% 85%;--pro-yellow-400:42 84% 73%;--pro-warning-400:42 84% 73%;--pro-yellow-500:42 84% 61%;--pro-warning-500:42 84% 61%;--pro-yellow-600:42 65% 55%;--pro-warning-600:42 65% 55%;--pro-yellow-700:42 54% 36%;--pro-warning-700:42 54% 36%;--pro-yellow-800:42 54% 27%;--pro-warning-800:42 54% 27%;--pro-yellow-900:42 53% 18%;--pro-warning-900:42 53% 18%;--pro-yellow-950:42 55% 12%;--pro-warning-950:42 55% 12%;--pro-secondary:240 5% 96%;--pro-secondary-foreground:240 6% 10%;--pro-accent:240 5% 96%;--pro-accent-dark:216 14% 93%;--pro-accent-darker:216 11% 91%;--pro-accent-lighter:240 0% 98%;--pro-accent-hover:200deg 10% 90%;--pro-accent-foreground:240 6% 10%;--pro-heavy:192deg 9.43% 89.61%;--pro-heavy-foreground:var(--pro-accent-foreground);--pro-border:240 5.9% 90%;--pro-input:240deg 5.88% 90%;--pro-input-placeholder:217 10.6% 65%;--pro-input-background:0 0% 100%;--pro-ring:222.2 84% 4.9%;--pro-radius:6px;--pro-overlay:0 0% 0%/45%;--pro-overlay-content:0 0% 95%/45%;--pro-font-size-base:16px;--pro-sidebar:0 0% 100%;--pro-sidebar-deep:0 0% 100%;--pro-menu:var(--pro-sidebar);--pro-header:0 0% 100%;--pro-shadow:0deg 0% 1.96%/6%;--pro-table-header:0deg 0% 98.04%;--pro-table-header-sort-active-bg:0deg 0% 94.9%;--pro-table-header-filter-active-bg:0deg 0% 0%/4%;--pro-table-header-cell-split-color:0deg 0% 0%/6%;--pro-table-row-insert-bg:4deg 100% 97.06%;--pro-table-footer-bg:0deg 0% 98.04%;accent-color:var(--pro-primary);color-scheme:light}.dark,.dark[data-theme=custom],.dark[data-theme=default]{--pro-background:222.34deg 10.43% 12.27%;--pro-background-deep:220deg 13.06% 9%;--pro-foreground:0 0% 95%;--pro-card:222.34deg 10.43% 12.27%;--pro-card-foreground:210 40% 98%;--pro-popover:0 0% 14.2%;--pro-popover-foreground:210 40% 98%;--pro-muted:240 3.7% 15.9%;--pro-muted-foreground:240 5% 64.9%;--pro-primary-foreground:0 0% 98%;--pro-primary-50:210 86% 97%;--pro-primary-100:214 85% 95%;--pro-primary-200:212 83% 86%;--pro-primary-300:212 82% 78%;--pro-primary-400:212 83% 62%;--pro-primary-500:212 100% 45%;--pro-primary-600:212 100% 41%;--pro-primary-700:212 100% 27%;--pro-primary-800:212 100% 20%;--pro-primary-900:212 100% 14%;--pro-primary-950:213 100% 9%;--pro-destructive:359.21 68.47% 56.47%;--pro-destructive-foreground:0 0% 98%;--pro-red-50:348 100% 98%;--pro-destructive-50:348 100% 98%;--pro-red-100:348 100% 96%;--pro-destructive-100:348 100% 96%;--pro-red-200:348 100% 90%;--pro-destructive-200:348 100% 90%;--pro-red-300:348 100% 84%;--pro-destructive-300:348 100% 84%;--pro-red-400:348 100% 73%;--pro-destructive-400:348 100% 73%;--pro-red-500:348 100% 61%;--pro-destructive-500:348 100% 61%;--pro-red-600:348 78% 55%;--pro-destructive-600:348 78% 55%;--pro-red-700:348 64% 37%;--pro-destructive-700:348 64% 37%;--pro-red-800:348 64% 27%;--pro-destructive-800:348 64% 27%;--pro-red-900:348 64% 18%;--pro-destructive-900:348 64% 18%;--pro-red-950:348 65% 12%;--pro-destructive-950:348 65% 12%;--pro-info:180,1.54%,12.75%;--pro-info-foreground:220,4%,58%;--pro-success:144 57% 58%;--pro-success-foreground:0 0% 98%;--pro-green-50:140 60% 98%;--pro-success-50:140 60% 98%;--pro-green-100:145 55% 96%;--pro-success-100:145 55% 96%;--pro-green-200:143 58% 90%;--pro-success-200:143 58% 90%;--pro-green-300:143 58% 83%;--pro-success-300:143 58% 83%;--pro-green-400:144 57% 71%;--pro-success-400:144 57% 71%;--pro-green-500:144 57% 58%;--pro-success-500:144 57% 58%;--pro-green-600:144 45% 52%;--pro-success-600:144 45% 52%;--pro-green-700:145 41% 35%;--pro-success-700:145 41% 35%;--pro-green-800:144 41% 26%;--pro-success-800:144 41% 26%;--pro-green-900:144 42% 17%;--pro-success-900:144 42% 17%;--pro-green-950:144 42% 12%;--pro-success-950:144 42% 12%;--pro-warning:42 84% 61%;--pro-warning-foreground:0 0% 98%;--pro-yellow-50:45 80% 98%;--pro-warning-50:45 80% 98%;--pro-yellow-100:41 80% 96%;--pro-warning-100:41 80% 96%;--pro-yellow-200:43 84% 90%;--pro-warning-200:43 84% 90%;--pro-yellow-300:42 85% 85%;--pro-warning-300:42 85% 85%;--pro-yellow-400:42 84% 73%;--pro-warning-400:42 84% 73%;--pro-yellow-500:42 84% 61%;--pro-warning-500:42 84% 61%;--pro-yellow-600:42 65% 55%;--pro-warning-600:42 65% 55%;--pro-yellow-700:42 54% 36%;--pro-warning-700:42 54% 36%;--pro-yellow-800:42 54% 27%;--pro-warning-800:42 54% 27%;--pro-yellow-900:42 53% 18%;--pro-warning-900:42 53% 18%;--pro-yellow-950:42 55% 12%;--pro-warning-950:42 55% 12%;--pro-secondary:240 5% 17%;--pro-secondary-foreground:0 0% 98%;--pro-accent:216 5% 19%;--pro-accent-dark:240 0% 22%;--pro-accent-darker:240 0% 26%;--pro-accent-lighter:216 5% 12%;--pro-accent-hover:216 5% 24%;--pro-accent-foreground:0 0% 98%;--pro-heavy:216 5% 24%;--pro-heavy-foreground:var(--pro-accent-foreground);--pro-border:240 3.7% 22%;--pro-input:0deg 0% 100%/10%;--pro-input-placeholder:218deg 11% 65%;--pro-input-background:0deg 0% 100%/5%;--pro-ring:222.2 84% 4.9%;--pro-radius:6px;--pro-overlay:0deg 0% 0%/40%;--pro-overlay-content:0deg 0% 0%/40%;--pro-font-size-base:16px;--pro-sidebar:222.34deg 10.43% 12.27%;--pro-sidebar-deep:220deg 13.06% 9%;--pro-menu:var(--pro-sidebar);--pro-header:222.34deg 10.43% 12.27%;--pro-shadow:0deg 0% 0%/45%;--pro-table-header:0deg 0% 11.37%;--pro-table-header-sort-active-bg:0deg 0% 18.82%;--pro-table-header-filter-active-bg:0deg 0% 26.27%;--pro-table-row-insert-bg:0deg 0% 26.27%;--pro-table-footer-bg:0deg 0% 11.37%;color-scheme:dark}*,:after,:before{border-color:hsl(var(--pro-border));border-style:solid;border-width:0;box-sizing:border-box}html{background-color:hsl(var(--pro-background));color:hsl(var(--pro-foreground));font-family:var(--pro-font-family);font-size:100%;font-variation-settings:normal;line-height:1.15;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-synthesis-weight:none;scroll-behavior:smooth;text-rendering:optimizelegibility;-webkit-tap-highlight-color:transparent}#app,body,html{height:100%;width:100%}body{line-height:inherit;margin:0}a{color:inherit;text-decoration:inherit}a,a:active,a:hover,a:link,a:visited{text-decoration-line:none}menu,ol,ul{list-style:none;margin:0;padding:0}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}::view-transition-new(root),::view-transition-old(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:1}::view-transition-new(root){z-index:2147483646}html.dark::view-transition-old(root){z-index:2147483646}html.dark::view-transition-new(root){z-index:1}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input::placeholder,textarea::placeholder{opacity:1}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.ant-app{color:inherit;height:100%;overscroll-behavior:none;width:100%}.pro-table.pro-table-middle .pro-table-cell-content{padding:12px 8px}.pro-table.pro-table-middle .pro-table-cell-box{padding:0 8px}.pro-table.pro-table-middle .pro-table-auto-header-height .pro-table-header-cell{padding:12px 0!important}.pro-table.pro-table-small .pro-table-cell-content{padding:8px}.pro-table.pro-table-small .pro-table-cell-box{padding:0 8px}.pro-table.pro-table-small .pro-table-auto-header-height .pro-table-header-cell{padding:8px 0!important}.pro-table-small .pro-table-selection-column{min-width:46px;width:46px}.pro-table-wrapper{clear:both;max-width:100%}.pro-table-wrapper:before{content:"";display:table}.pro-table-wrapper:after{clear:both;content:"";display:table}.pro-table-wrapper-dark{color-scheme:dark}.pro-table{background:hsl(var(--pro-background));border-radius:var(--pro-radius) var(--pro-radius) 0 0;box-sizing:border-box;color:hsl(var(--pro-accent-foreground));display:flex;flex-direction:column;flex-shrink:0;font-feature-settings:"tnum";font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;margin:0;padding:0;position:relative}.pro-table [class^=pro-table]{box-sizing:border-box;outline:none}.pro-table-body-inner-measure,.pro-table-body-scroll-measure{height:1px;min-width:100%;opacity:0;z-index:-1}.pro-table-body-inner-measure,.pro-table-body-scroll-measure,.pro-table-scroll-layer{left:0;pointer-events:none;position:absolute;top:0;width:100%}.pro-table-scroll-layer-inner{pointer-events:all}.pro-table-position-absolute{position:absolute}.pro-table-body,.pro-table-header,.pro-table-summary{display:flex;flex:1 1 auto;flex-direction:row;height:100%;position:relative;width:100%}.pro-table-header{border-radius:var(--pro-radius) var(--pro-radius) 0 0}.pro-table-header,.pro-table-summary{flex-grow:0;flex-shrink:0;height:auto;overflow:auto hidden;-webkit-overflow-scrolling:touch;background:hsl(var(--pro-table-header));transition:background-color .3s ease}.pro-table-header .pro-table-row,.pro-table-summary .pro-table-row{opacity:1}.pro-table-summary{border-top:1px solid hsl(var(--pro-border));z-index:3}.pro-table-summary,.pro-table-summary .pro-table-fix-left,.pro-table-summary .pro-table-fix-right{background:hsl(var(--pro-table-header))}.pro-table-summary-fixed-top{border-bottom:1px solid hsl(var(--pro-border));border-top:none}.pro-table-summary-container{flex-direction:column;overflow-y:hidden;width:100%}.pro-table-body-container,.pro-table-header-container,.pro-table-summary-container{display:flex;height:100%}.pro-table-body-container>div,.pro-table-header-container>div,.pro-table-summary-container>div{flex-grow:0;flex-shrink:0}.pro-table-body-container,.pro-table-body-viewport-container{-webkit-overflow-scrolling:touch}.pro-table-body-contextmenu-container{display:none}.pro-table-popup-container{min-height:60px;min-width:120px}.pro-table-body-contextmenu-container,.pro-table-popup-container{background-color:hsl(var(--pro-background));border-width:1px;border:1px solid hsl(var(--pro-border));border-radius:var(--pro-radius);box-shadow:4px 4px 8px hsl(var(--pro-background)/10%);box-sizing:content-box!important;opacity:0;overflow:auto;padding:0;position:absolute;transition:opacity .3s ease-in-out;z-index:9}.pro-table-unselectable{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pro-table-header-container .pro-table-center-container{height:100%}.pro-table-sticky-header{position:sticky;z-index:9}.pro-table-header:not(.pro-table-show-header-scrollbar) .pro-table-center-viewport{-ms-overflow-style:none;scrollbar-width:none}.pro-table-header:not(.pro-table-show-header-scrollbar) .pro-table-center-viewport::-webkit-scrollbar{display:none;width:0}.pro-table-center,.pro-table-center-viewport,.pro-table-horizontal-scroll-viewport{flex:1 1 auto;min-height:100%;min-width:0;position:relative}.pro-table-center-viewport,.pro-table-horizontal-scroll-viewport{overflow:hidden}.pro-table-center-viewport{display:flex;height:100%;overflow-x:auto;width:100%}.pro-table-center-container{display:block;position:relative}.pro-table-fix-left{left:0}.pro-table-fix-left,.pro-table-fix-right{position:relative;position:sticky;z-index:3}.pro-table-fix-right{right:0}.pro-table-summary-cell-fixed-left{left:0;position:relative;position:sticky;z-index:3}.pro-table-summary-cell-fixed-right{position:relative;position:sticky;right:0;z-index:3}.pro-table-header-scrollbar,.pro-table-summary-scrollbar{border-bottom:1px solid hsl(var(--pro-border))}.pro-table .pro-table-cell-shadow-left:after{box-shadow:inset 10px 0 8px -8px hsl(var(--pro-shadow));right:0;transform:translateX(100%)}.pro-table .pro-table-cell-shadow-left:after,.pro-table .pro-table-cell-shadow-right:after{bottom:-1px;content:"";opacity:0;pointer-events:none;position:absolute;top:0;transition:box-shadow .3s;width:30px}.pro-table .pro-table-cell-shadow-right:after{box-shadow:inset -10px 0 8px -8px hsl(var(--pro-shadow));left:0;transform:translateX(-100%)}.pro-table-ping-left .pro-table-cell-shadow-left:after,.pro-table-ping-right .pro-table-cell-shadow-right:after{opacity:1}.pro-table-cell-fix-left,.pro-table-cell-fix-right{background:hsl(var(--pro-background));position:sticky!important;z-index:2}.pro-table-cell-fix-left-first:after,.pro-table-cell-fix-left-last:after{bottom:-1px;content:"";pointer-events:none;position:absolute;right:0;top:0;transform:translateX(100%);width:30px}.pro-table-cell-fix-right-first:after,.pro-table-cell-fix-right-last:after{bottom:-1px;content:"";left:0;pointer-events:none;position:absolute;top:0;transform:translateX(-100%);width:30px}.pro-table-ping-left .pro-table-cell-fix-left-first:after,.pro-table-ping-left .pro-table-cell-fix-left-last:after{box-shadow:inset 10px 0 8px -8px hsl(var(--pro-shadow))}.pro-table-ping-left .pro-table-cell-fix-left-last .pro-table-cell-box:before{opacity:0}.pro-table-ping-left .pro-table-cell-fix-left-last:before{background-color:transparent!important}.pro-table-ping-right .pro-table-cell-fix-right-first:after,.pro-table-ping-right .pro-table-cell-fix-right-last:after{box-shadow:inset -10px 0 8px -8px hsl(var(--pro-shadow))}.pro-table-row{align-items:center;background:hsl(var(--pro-background));border-bottom:1px solid hsl(var(--pro-border));color:hsl(var(--pro-accent-foreground));display:flex;opacity:0;position:absolute;transition:background-color .3s;width:100%}.pro-table-row.pro-table-row-hover{background:hsl(var(--pro-accent))}.pro-table-row.pro-table-row-selected{background-color:hsl(var(--pro-primary-100))}.pro-table-row.pro-table-row-selected .pro-table-cell:not(.pro-table-body-cell-range-selected){background-color:inherit}.pro-table-row.pro-table-row-selected.pro-table-row-hover{background:hsl(var(--pro-primary-200))}.pro-table-row.pro-table-row-dragging,.pro-table-row.pro-table-row-dragging-insert-target{background:hsl(var(--pro-accent));cursor:move}.pro-table-row.pro-table-row-dragging-insert-target:after,.pro-table-row.pro-table-row-dragging:after{background:hsl(var(--pro-accent));content:"";cursor:move;height:100%;left:0;opacity:.5;pointer-events:none;position:absolute;top:0;width:100%}.pro-table-row.pro-table-row-dragging-insert-target,.pro-table-row.pro-table-row-dragging-insert-target:after{background:hsl(var(--pro-table-row-insert-bg))}.pro-table-row.pro-table-row-selected.pro-table-row-dragging{background:hsl(var(--pro-primary-200))}.pro-table-row.pro-table-row-selected.pro-table-row-dragging-insert-target{background:hsl(var(--pro-table-row-insert-bg))}.pro-table-has-animate .pro-table-row{transition:transform .2s,top .2s,height .2s,background-color .1s}.pro-table.pro-table-stripe .pro-table-body .pro-table-row-odd:not(.pro-table-row-selected){background:hsl(var(--pro-accent))}.pro-table-cell{align-items:center;border-bottom:1px solid hsl(var(--pro-border));display:flex;flex:none;height:100%;overflow:visible hidden;overflow-y:clip;padding:0!important;position:absolute;top:0}.pro-table-cell[colspan]:not([colspan="1"],th),.pro-table-cell[rowspan]:not([rowspan="1"],th){background-color:inherit;z-index:1}.pro-table-cell [rowspan="0"]{visibility:hidden;z-index:-1}.pro-table-cell-inline-edit:focus-within{outline-color:transparent}.pro-table-cell-inline-edit>*{visibility:hidden}.pro-table-cell .pro-table-cell-edit-wrapper{align-items:center;border:1px solid hsl(var(--pro-primary-600));box-sizing:border-box;display:flex;flex-direction:row;inset:0;min-height:100%;position:absolute;visibility:visible;width:100%}.pro-table-cell .pro-table-cell-edit-wrapper>.pro-table-cell-edit-inner{align-items:center;display:flex;flex-direction:row;line-height:normal;min-height:100%;padding:16px;width:100%}.pro-table-cell-edit-input{border-color:transparent;color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:inherit;height:100%;line-height:inherit;width:100%;-webkit-font-smoothing:subpixel-antialiased}.pro-table-cell-edit-input,.pro-table-cell-edit-input:focus{background-color:transparent}.pro-table-body-cell{border:1px solid transparent}.pro-table-body .pro-table-body-cell-range-selected:not(.pro-table-body .pro-table-body-cell-inline-edit){background-color:hsl(var(--pro-primary-900))}.pro-table-body .pro-table-body-cell-range-selected-2:not(.pro-table-body .pro-table-body-cell-inline-edit){background-color:hsl(var(--pro-primary-800))}.pro-table-body .pro-table-body-cell-range-selected-3:not(.pro-table-body .pro-table-body-cell-inline-edit){background-color:hsl(var(--pro-primary-700))}.pro-table-body .pro-table-body-cell-range-selected-4:not(.pro-table-body .pro-table-body-cell-inline-edit){background-color:hsl(var(--pro-primary-600))}.pro-table-body .pro-table-body-cell-range-selected.pro-table-body-cell-range-left{border-left-color:hsl(var(--pro-primary))}.pro-table-body .pro-table-body-cell-range-selected.pro-table-body-cell-range-right{border-right-color:hsl(var(--pro-primary))}.pro-table-body .pro-table-body-cell-range-selected.pro-table-body-cell-range-top{border-top-color:hsl(var(--pro-primary))}.pro-table-body .pro-table-body-cell-range-selected.pro-table-body-cell-range-bottom{border-bottom-color:hsl(var(--pro-primary))}.pro-table-body .pro-table-body-cell-range-selected.pro-table-body-cell-range-single-cell{border-color:hsl(var(--pro-primary))}.pro-table-cell-hidden{visibility:hidden}.pro-table-cell-multi .pro-table-cell-inner{max-height:100%;overflow:auto}.pro-table-cell-inner{align-items:center;border:none!important;display:inline-flex;flex-grow:1;flex-shrink:1;margin:0!important;min-width:1px;padding:0!important}.pro-table-cell-inner .pro-table-cell-content{overflow-wrap:break-word;padding:16px;width:100%;-webkit-font-smoothing:subpixel-antialiased}.pro-table-cell-inner .pro-table-cell-content:not(.pro-table-cell-text-ellipsis){white-space:normal;word-break:break-all}.pro-table.pro-table-auto-height .pro-table-cell{align-items:center;display:flex}.pro-table-header-cell{align-items:center;background:hsl(var(--pro-table-header));color:hsl(var(--pro-accent-foreground));display:inline-flex;float:left;font-weight:500;overflow:visible;padding:0!important;text-align:left;transition:background-color .2s ease}.pro-table-header-cell[colspan]:not([colspan="1"]) .pro-table-header-cell-title-inner{justify-content:center;text-align:center}.pro-table-extra-cell,.pro-table-header-extra-cell{align-items:center;display:inline-flex;float:left;justify-content:center;min-width:1px;text-align:center}.pro-table-header-cell-title{align-items:center;display:flex;flex:auto;justify-content:space-between;max-width:100%}.pro-table-header-cell-title-inner{display:flex;flex:1;overflow:hidden;overflow-wrap:break-word;white-space:nowrap;-webkit-font-smoothing:subpixel-antialiased}.pro-table-auto-header-height .pro-table-header-cell{display:table-cell;float:unset;padding:16px 0!important;position:relative}.pro-table-auto-header-height .pro-table-header-cell-title-inner{white-space:unset}.pro-table-auto-header-height .pro-table-header-cell .pro-table-cell-box{width:unset}.pro-table-summary-row{align-items:stretch;border-bottom:1px solid hsl(var(--pro-border));display:flex;flex-direction:row;flex-grow:0;flex-shrink:0;position:relative}.pro-table-summary-cell{background:hsl(var(--pro-table-header));border-bottom:none;flex:1;height:auto;position:relative;white-space:normal}.pro-table-summary-cell-fixed-left,.pro-table-summary-cell-fixed-right{z-index:1}.pro-table-column-title{display:flex;flex:1;position:unset;width:1px;z-index:1}.pro-table-cell-box{padding:0 16px}.pro-table-cell-box:before{background-color:hsl(var(--pro-border));content:"";height:1.6em;pointer-events:none;position:absolute;right:1px;top:50%;transform:translateY(-50%);transition:background-color .3s;width:1px}.pro-table-cell-auto-height{height:100%}.pro-table-cell-wrap-text{white-space:normal;word-break:break-all}.pro-table-cell-ellipsis,.pro-table-cell-text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.pro-table-cell-group{border:none;display:block;padding:0!important}.pro-table-cell-group-title{background-color:hsl(var(--pro-table-header));justify-content:center;position:relative;text-align:center;transition:background-color .2s ease;width:100%}.pro-table-cell-group-title:before{background-color:transparent}.pro-table-cell-group-children{padding:0!important;position:relative}.pro-table-cell-group-children .pro-table-header-cell:first-child .pro-table-header-cell-title:before,.pro-table-cell-group-children>.pro-table-cell-group:last-child:before,.pro-table-cell-group-children>div:last-child>.pro-table-cell-box:before,.pro-table-header-container .pro-table-last-columns .pro-table-header-cell:not(.pro-table-cell-group):last-child .pro-table-cell-box:before,.pro-table-header-container .pro-table-last-columns .pro-table-row>.pro-table-cell-group:last-child:before,.pro-table-ping-left .pro-table-header .pro-table-fix-left .pro-table-header-cell:not(.pro-table-cell-group):last-child .pro-table-cell-box:before,.pro-table-ping-left .pro-table-header .pro-table-fix-left .pro-table-row>.pro-table-cell-group:last-child:before{background-color:transparent}.pro-table-header-container .pro-table-last-columns .pro-table-resize-handle,.pro-table-ping-left .pro-table-header .pro-table-fix-left .pro-table-resize-handle{right:0;width:auto;z-index:1}.pro-table-scrollbar-container{display:flex;flex:1 1 auto;flex-direction:row;min-width:0}.pro-table-horizontal-scroll{display:flex;min-height:0;min-width:0;position:relative;width:100%;z-index:4}.pro-table-horizontal-scroll-viewport{overflow-x:scroll}.pro-table-vertical-scroll{display:flex;height:100%;min-height:0;position:relative}.pro-table-vertical-scroll-viewport{flex:1 1 auto;overflow:hidden scroll;position:relative}.pro-table-horizontal-scroll-hidden{bottom:0;left:0;position:relative;z-index:1}.pro-table-horizontal-scroll-hidden,.pro-table-vertical-scroll-hidden{opacity:0;position:absolute;right:0;transition:opacity .4s;visibility:hidden}.pro-table-horizontal-scroll-hidden.pro-table-scrolling,.pro-table-scrollbar-active,.pro-table-vertical-scroll-hidden.pro-table-scrolling{opacity:1;visibility:visible}.pro-table-wrapper .pro-table-pagination{padding:16px 0}.pro-table-pagination-wrap{border-top-width:1px;margin-top:-1px}.pro-table-pagination{background:hsl(var(--pro-background));display:flex;float:none!important}.pro-table-pagination-left{justify-content:flex-start}.pro-table-pagination-center{justify-content:center}.pro-table-pagination-right{justify-content:flex-end}.pro-table-empty-container{align-items:center;display:flex;inset:0;justify-content:center;overflow-wrap:break-word;padding:16px;position:absolute;transition:background-color .3s;-webkit-font-smoothing:subpixel-antialiased}.pro-table-expand-icon-col{width:48px}.pro-table-row-expand-icon-cell{text-align:center}.pro-table-row-indent{float:left;height:1px}.pro-table-row-expand-icon{background:hsl(var(--pro-background));border:1px solid hsl(var(--pro-border));border-radius:4px;box-sizing:border-box;color:hsl(var(--pro-primary));color:hsl(var(--pro-muted-foreground));cursor:pointer;display:inline-flex;float:left;height:17px;line-height:17px;outline:none;padding:0;position:relative;text-decoration:none;transform:scale(.94117647);transition:color .3s;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:17px}.pro-table-row-expand-icon:focus,.pro-table-row-expand-icon:hover{color:hsl(var(--pro-primary-500))}.pro-table-row-expand-icon:active{color:hsl(var(--pro-primary-300))}.pro-table-row-expand-icon:active,.pro-table-row-expand-icon:focus,.pro-table-row-expand-icon:hover{border-color:currentcolor}.pro-table-row-expand-icon:after,.pro-table-row-expand-icon:before{background:currentcolor;content:"";position:absolute;transition:transform .3s ease-out}.pro-table-row-expand-icon:before{height:1px;left:3px;right:3px;top:7px}.pro-table-row-expand-icon:after{bottom:3px;left:7px;top:3px;transform:rotate(90deg);width:1px}.pro-table-row-expand-icon-collapsed:before{transform:rotate(-180deg)}.pro-table-row-expand-icon-collapsed:after{transform:rotate(0deg)}.pro-table-row-expand-icon-disabled{color:hsl(var(--pro-muted-foreground)/50%);cursor:not-allowed}.pro-table-row-expand-icon-disabled:active,.pro-table-row-expand-icon-disabled:focus,.pro-table-row-expand-icon-disabled:hover{border-color:hsl(var(--pro-border));color:hsl(var(--pro-muted-foreground)/50%)}.pro-table-row-expand-icon-spaced{background:transparent;border:0;visibility:hidden}.pro-table-row-expand-icon-spaced:after,.pro-table-row-expand-icon-spaced:before{content:none;display:none}.pro-table-row-indent+.pro-table-row-expand-icon{margin-right:8px;margin-top:2.5005px}.pro-table-expanded-row .pro-table-cell:not(.pro-table-body-cell-range-selected),.pro-table-expanded-row .pro-table-cell:not(.pro-table-body-cell-range-selected):hover{background:hsl(var(--pro-background-deep))}.pro-table-title{padding:16px}.pro-table-footer{background:hsl(var(--pro-footer-bg));color:hsl(var(--pro-accent-foreground));padding:16px}.pro-table .pro-table-column-has-sorters{cursor:pointer;transition:background-color .3s}.pro-table .pro-table-column-has-sorters:hover{background:hsl(var(--pro-table-header-sort-active-bg))}.pro-table .pro-table-column-sort,.pro-table-body .pro-table-column-sort{background:hsl(var(--pro-table-header))}.pro-table-column-sorters-with-tooltip{display:inline-flex;width:100%}.pro-table-column-sorters-with-tooltip:after{content:"";height:100%;inset:0;position:absolute;width:100%}.pro-table-column-sorters{align-items:center;display:inline-flex;flex:auto;justify-content:space-between;width:100%}.pro-table-column-sorters:after{content:"";height:100%;inset:0;pointer-events:none;position:absolute;width:100%}.pro-table-column-sorter{color:hsl(var(--pro-muted-foreground));flex-grow:0;flex-shrink:0;font-size:0;margin-bottom:-.15em;margin-left:8px;margin-top:.15em;transition:color .3s}.pro-table-column-sorter-full{margin-bottom:0;margin-top:-.2em}.pro-table-column-sorter-inner{align-items:center;display:inline-flex;flex-direction:column}.pro-table-column-sorter-down,.pro-table-column-sorter-up{font-size:11px}.pro-table-column-sorter-down.active,.pro-table-column-sorter-up.active{color:hsl(var(--pro-primary))}.pro-table-column-sorter-up+.pro-table-column-sorter-down{margin-top:-.3em}.pro-table-column-sorters:hover .pro-table-column-sorter{color:hsl(var(--pro-foreground))}.pro-table-resize-handle{cursor:col-resize;height:100%!important;inset:0 -7px 0 auto;position:absolute;touch-action:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;width:16px;z-index:1}.pro-table-resize-handle-line{background-color:hsl(var(--pro-primary));display:block;height:100%!important;margin-left:7px;opacity:0;width:3px}.pro-table-resize-handle:hover .pro-table-resize-handle-line{opacity:1}.pro-table-resize-handle.dragging:before{bottom:0;content:" ";opacity:0;position:absolute;top:0;transform:translate(-50%);width:200vw}.dragging .pro-table-resize-handle-line{opacity:1}.pro-table-has-icon-column{display:flex;flex:1;justify-content:space-between;width:100%}.pro-table-filter-trigger,.pro-table-menu-popup-trigger{align-items:center;border-radius:var(--pro-radius);color:hsl(var(--pro-muted-foreground));cursor:pointer;display:flex;font-size:12px;margin:-4px -8px -4px 8px;padding:0 4px;position:relative;transition:all .3s;z-index:1}.pro-table-filter-trigger:hover,.pro-table-menu-popup-trigger:hover{background:hsl(var(--pro-table-header-filter-active-bg));color:hsl(var(--pro-foreground))}.pro-table-filter-trigger.active,.pro-table-menu-popup-trigger.active{color:hsl(var(--pro-primary))}.pro-table-menu-popup-trigger-hover>*{opacity:0;transition:opacity .3s}.pro-table-header-cell:hover .pro-table-menu-popup-trigger-hover>*{opacity:1}.pro-table-filter-dropdown-root .pro-table-filter-dropdown{background-color:hsl(var(--pro-background));border-radius:var(--pro-radius);border-width:1px;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);box-sizing:border-box;color:hsl(var(--pro-accent-foreground));font-feature-settings:"tnum";font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;margin:0;min-width:120px;overflow:hidden;padding:0}.pro-table-filter-dropdown-root .pro-table-filter-dropdown-menu{border:0;box-shadow:none!important;max-height:264px;overflow-x:hidden}.pro-table-filter-dropdown-root .pro-table-filter-dropdown-submenu>ul{max-height:calc(100vh - 130px);overflow:hidden auto}.pro-table-filter-dropdown-root .pro-table-filter-dropdown .pro-table-checkbox,.pro-table-filter-dropdown-root .pro-table-filter-dropdown .pro-table-radio,.pro-table-filter-dropdown-root .pro-table-filter-dropdown-submenu .pro-table-checkbox,.pro-table-filter-dropdown-root .pro-table-filter-dropdown-submenu .pro-table-radio{top:.2em}.pro-table-filter-dropdown-root .pro-table-filter-dropdown-btns{background-color:inherit;border-top:1px solid hsl(var(--pro-border));display:flex;justify-content:space-between;overflow:hidden;padding:7px 8px 7px 3px}.pro-table-filter-dropdown-submenu .pro-table-checkbox,.pro-table-filter-dropdown-submenu .pro-table-radio,.pro-table-filter-dropdown-submenu-submenu .pro-table-checkbox,.pro-table-filter-dropdown-submenu-submenu .pro-table-radio{top:.2em}.pro-table-selection-wrap{display:flex;justify-content:center}.pro-table-selection{display:inline-flex;flex-direction:column;position:relative}.pro-table-selection-extra{cursor:pointer;margin-inline-start:100%;padding-inline-start:4px;position:absolute;top:-3px;transition:all .3s;z-index:1}.pro-table-selection-extra-dropdown-icon{color:hsl(var(--pro-muted-foreground));font-size:10px}.pro-table-selection-extra-dropdown-icon:hover{color:hsl(var(--pro-foreground))}.pro-table-search.ant-card .ant-card-head{min-height:auto}.pro-table-search .ant-tabs-nav .ant-tabs-tab{font-size:14px;padding:12px 0}.pro-table-search .ant-tabs-top>.ant-tabs-nav:before{border-bottom:none;border-bottom-color:hsl(var(--pro-border))}.pro-table-bordered{border:1px solid hsl(var(--pro-border));border-right:0}.pro-table-bordered .pro-table-cell-box:before{background-color:transparent}.pro-table-bordered .pro-table-cell.pro-table-body-cell-range-selected:not(.pro-table-body-cell-range-right):not(.pro-table-body-cell-range-single-cell),.pro-table-bordered .pro-table-cell:not(.pro-table-body-cell-range-single-cell):not(.pro-table-body-cell-range-selected){border-right:1px solid hsl(var(--pro-border))}.pro-table-bordered .pro-table-cell-group,.pro-table-bordered .pro-table-extra-cell,.pro-table-bordered .pro-table-header-extra-cell{border-right:none}.pro-table-bordered .pro-table-cell-group-title{background-color:hsl(var(--pro-table-header))!important;border-bottom:1px solid hsl(var(--pro-border))}.pro-table-bordered .pro-table-cell-no-right-bordered{border-right:none}.pro-table-bordered .pro-table-header-scrollbar,.pro-table-bordered .pro-table-summary-scrollbar{border-left:1px solid hsl(var(--pro-border));border-right:1px solid hsl(var(--pro-border));position:relative;z-index:0}.pro-table-bordered .pro-table-header-scrollbar:after,.pro-table-bordered .pro-table-summary-scrollbar:after{background:hsl(var(--pro-table-header));bottom:0;content:"";left:-1px;pointer-events:none;position:absolute;top:0;width:1px}.pro-table-bordered .pro-table-empty-container{border-right:1px solid hsl(var(--pro-border))}.pro-table-bordered .pro-table-header{border-bottom:none}.pro-table-bordered .pro-table-header,.pro-table-bordered .pro-table-header-cell{background:hsl(var(--pro-table-header))}.pro-table-bordered .pro-table-header-container .pro-table-cell-group:before,.pro-table-bordered .pro-table-header-container .pro-table-header-cell-title:before{background-color:transparent}.pro-table-bordered .pro-table-summary-fixed{border-right:1px solid hsl(var(--pro-border))}.pro-table-bordered .pro-table-summary-fixed-bottom,.pro-table-bordered .pro-table-summary-fixed-top{border-right:none}.pro-table-bordered .pro-table-cell-fix-left-first:after,.pro-table-bordered .pro-table-cell-fix-left-last:after{right:-1px}.pro-table-wrapper-bordered .pro-table-title{border-bottom:1px solid hsl(var(--pro-border));border-right:1px solid hsl(var(--pro-border))}.pro-table-wrapper-bordered .pro-table-title+.pro-table{border-top-left-radius:0;border-top-right-radius:0}.pro-table-wrapper-bordered .pro-table-footer{border:1px solid hsl(var(--pro-border));border-top:0}.pro-table-checkbox{align-items:center;color:hsl(var(--pro-accent-foreground));cursor:pointer;display:inline-block;font-feature-settings:"tnum";font-size:14px;font-variant:tabular-nums;line-height:1.5715;line-height:unset;list-style:none;margin:0;outline:none;padding:0;position:relative;white-space:nowrap}.pro-table-checkbox,.pro-table-checkbox *,.pro-table-checkbox :after,.pro-table-checkbox :before{box-sizing:border-box}.pro-table-checkbox-input:focus+.pro-table-checkbox-inner,.pro-table-checkbox:hover .pro-table-checkbox-inner{border-color:hsl(var(--pro-primary))}.pro-table-checkbox-checked:after{animation:checkbox-effect .36s ease-in-out;animation-fill-mode:backwards;border:1px solid hsl(var(--pro-primary));border-radius:var(--pro-radius);box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;visibility:hidden;width:100%}.pro-table-checkbox:hover:after{visibility:visible}.pro-table-checkbox-inner{background-color:hsl(var(--pro-background));border:1px solid hsl(var(--pro-muted-foreground)/50%);border-collapse:separate;border-radius:4px;box-sizing:border-box;direction:ltr;display:block;height:16px;left:0;position:relative;top:0;transition:all .3s;width:16px}.pro-table-checkbox-inner:after{border:2px solid hsl(var(--pro-primary));border-left:0;border-top:0;box-sizing:border-box;content:" ";display:table;height:9.14285714px;left:21.5%;opacity:0;position:absolute;top:50%;transform:rotate(45deg) scale(0) translate(-50%,-50%);transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;width:5.71428571px}.pro-table-checkbox-input{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%;z-index:1}.pro-table-checkbox-checked .pro-table-checkbox-inner:after{border:2px solid #fff;border-left:0;border-top:0;content:" ";display:table;opacity:1;position:absolute;transform:rotate(45deg) scale(1) translate(-50%,-50%);transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s}.pro-table-checkbox-checked .pro-table-checkbox-inner{background-color:hsl(var(--pro-primary));border-color:hsl(var(--pro-primary))}.pro-table-checkbox-disabled{cursor:not-allowed}.pro-table-checkbox-disabled.pro-table-checkbox-checked .pro-table-checkbox-inner:after{animation-name:none;border-color:hsl(var(--pro-accent))}.pro-table-checkbox-disabled .pro-table-checkbox-input{cursor:not-allowed}.pro-table-checkbox-disabled .pro-table-checkbox-inner{background-color:hsl(var(--pro-accent));border-color:hsl(var(--pro-border))!important}.pro-table-checkbox-disabled .pro-table-checkbox-inner:after{animation-name:none;border-collapse:separate;border-color:hsl(var(--pro-accent))}.pro-table-checkbox-disabled+span{color:hsl(var(--pro-muted-foreground)/50%);cursor:not-allowed}.pro-table-checkbox-disabled:hover:after{visibility:hidden}.pro-table-checkbox+span{padding-left:8px;padding-right:8px}.pro-table-checkbox-indeterminate .pro-table-checkbox-inner{background-color:hsl(var(--pro-background));border-color:hsl(var(--pro-border))}.pro-table-checkbox-indeterminate .pro-table-checkbox-inner:after{background-color:hsl(var(--pro-primary));border:0;content:" ";height:8px;left:50%;opacity:1;top:50%;transform:translate(-50%,-50%) scale(1);width:8px}.pro-table-checkbox-indeterminate.pro-table-checkbox-disabled .pro-table-checkbox-inner:after{background-color:hsl(var(--pro-muted-foreground)/50%);border-color:hsl(var(--pro-muted-foreground)/50%)}@keyframes checkbox-effect{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.pro-table-radio{box-sizing:border-box;color:hsl(var(--pro-accent-foreground));cursor:pointer;display:inline-block;font-feature-settings:"tnum";font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;margin:0;outline:none;padding:0;position:relative}.pro-table-radio-input:focus+.pro-table-radio-inner,.pro-table-radio-wrapper:hover .pro-table-radio,.pro-table-radio:hover .pro-table-radio-inner{border-color:hsl(var(--pro-primary))}.pro-table-radio-input:focus+.pro-table-radio-inner{box-shadow:0 0 0 3px hsl(var(--pro-primary-100))}.pro-table-radio-checked:after{animation:radio-effect .36s ease-in-out;animation-fill-mode:both;border:1px solid hsl(var(--pro-primary));border-radius:50%;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;visibility:hidden;width:100%}.pro-table-radio-wrapper:hover .pro-table-radio:after,.pro-table-radio:hover:after{visibility:visible}.pro-table-radio-inner{border-color:hsl(var(--pro-muted-foreground)/50%);border-radius:50%;border-style:solid;border-width:1px;box-sizing:border-box;display:block;height:16px;left:0;position:relative;top:0;transition:all .3s;width:16px}.pro-table-radio-inner:after{background-color:hsl(var(--pro-primary));border-left:0;border-radius:8px;border-top:0;box-sizing:border-box;content:" ";display:block;height:8px;left:3px;opacity:0;position:absolute;top:3px;transform:scale(0);transition:all .3s cubic-bezier(.78,.14,.15,.86);width:8px}.pro-table-radio-input{border-radius:unset;cursor:pointer;inset:0;opacity:0;position:absolute;z-index:1}.pro-table-radio-checked .pro-table-radio-inner{border-color:hsl(var(--pro-primary))}.pro-table-radio-checked .pro-table-radio-inner:after{opacity:1;transform:scale(1);transition:all .3s cubic-bezier(.78,.14,.15,.86)}.pro-table-radio-disabled{cursor:not-allowed}.pro-table-radio-disabled .pro-table-radio-inner{background-color:hsl(var(--pro-accent));border-color:hsl(var(--pro-border))!important;cursor:not-allowed}.pro-table-radio-disabled .pro-table-radio-inner:after{background-color:hsl(var(--pro-muted-foreground)/50%)}.pro-table-radio-disabled .pro-table-radio-input{cursor:not-allowed}.pro-table-radio-disabled+span{color:hsl(var(--pro-accent));cursor:not-allowed}span.pro-table-radio+*{padding-left:8px;padding-right:8px}@keyframes radio-effect{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.pro-table-drag-handle{align-items:center;color:inherit;cursor:grab;display:flex;flex-grow:0;flex-shrink:0;font-style:normal;height:100%;line-height:0;margin-left:16px;min-width:1px;text-align:center;text-rendering:optimizelegibility;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;-webkit-font-smoothing:antialiased}.pro-table-drag-handle-disabled{color:hsl(var(--pro-muted-foreground)/50%);cursor:not-allowed}.pro-table-drag-icon{display:inline-block}.pro-table-drag-dragging{cursor:move}.pro-table-drag-column-dragging,.pro-table-drag-column-dragging .pro-table-cell-group-title,.pro-table-drag-column-dragging .pro-table-header-cell{background:hsl(var(--pro-accent))!important}.pro-table-drag-ghost{background:hsl(var(--pro-accent));cursor:move}.pro-table-drag-placeholder{height:2px;width:100%;z-index:999}.pro-table-drag-column-placeholder,.pro-table-drag-placeholder{background-color:hsl(var(--pro-primary));left:0;opacity:0;position:absolute;transition:opacity .2s}.pro-table-drag-column-placeholder{height:100%;top:0;width:2px;z-index:3}.pro-table-drag-ghost-image{align-items:center;background:hsl(var(--pro-accent));border:1px solid;border-color:hsl(var(--pro-border));border-radius:var(--pro-radius);box-shadow:0 1px 2px 1px hsl(var(--pro-muted-foreground)/30%);color:hsl(var(--pro-accent-foreground));cursor:move;display:inline-flex;font-size:14px;margin:0;overflow:hidden;padding:8px 16px;position:absolute;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;z-index:99999}.pro-table-drag-ghost-image-icon{color:inherit;display:inline-block;font-style:normal;line-height:0;margin-right:6px;text-align:center;text-rendering:optimizelegibility;text-transform:none;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pro-table-drag-ghost-image-label{overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis}.pro-table-toolbar{line-height:1}.pro-table-toolbar-title{align-items:center;color:hsl(var(--pro-foreground));display:flex;font-size:16px;font-weight:500;justify-content:flex-start;margin-inline-end:20px}.pro-table-toolbar-subtitle{color:hsl(var(--pro-muted-foreground));font-size:14px;font-weight:normal;margin-inline-start:8px;white-space:nowrap}.pro-table-toolbar-container{justify-content:space-between;padding-inline:0;padding-bottom:12px}.pro-table-toolbar-container,.pro-table-toolbar-left{align-items:center;display:flex}.pro-table-toolbar-actions-item{cursor:pointer;font-size:16px;margin-block:0;margin-inline:4px;padding:5px 0}.pro-table-alert{font-size:14px;padding-block-end:12px}.pro-table-alert-container{background-color:hsl(var(--pro-muted)/60%);border-radius:var(--pro-radius);color:hsl(var(--pro-muted-foreground)/60%);display:flex;justify-content:space-between;padding-block:12px;padding-inline:24px}.pro-table-column-setting-popover .ant-popover-arrow{display:none!important}.pro-table-column-setting-popover .ant-tree-treenode:hover .pro-table-column-setting-list-item-option{display:block}.pro-table-column-setting-title{align-items:center;display:flex;height:32px;justify-content:space-between}.pro-table-column-setting-list{display:flex;flex-direction:column;padding-block-start:8px;width:100%}.pro-table-column-setting-list.pro-table-column-setting-list--group{padding-block-start:0}.pro-table-column-setting-list-title{color:hsl(var(--pro-accent-foreground));font-size:12px;margin-block:6px}.pro-table-column-setting-list-item{align-items:center;display:flex;justify-content:space-between;max-height:24px}.pro-table-column-setting-list-item-title{flex:1;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.pro-table-column-setting-list-item-option{cursor:pointer;display:none;float:right}.pro-table-column-setting-list-item-option>span>span.anticon{color:hsl(var(--pro-primary));padding:0 2px}.pro-cropper-container{align-items:center;cursor:move;display:flex;height:40vh;justify-content:center;margin-bottom:16px;overflow:hidden;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.pro-cropper-img{inset:0;margin:auto;max-height:100%;max-width:100%;position:absolute}.pro-cropper-control{align-items:center;display:flex;margin-left:auto;margin-right:auto;width:60%}.pro-cropper-control button{align-items:center;background:transparent;border:0;box-sizing:border-box;color:#4e5969;cursor:pointer;display:flex;font-size:18px;font-style:normal;height:24px;justify-content:center;line-height:24px;outline:0;padding:0;width:24px}.pro-cropper-control button:hover{background-color:#f2f3f5;border-radius:4px}.pro-cropper-control button[disabled]{cursor:not-allowed}.pro-cropper-control .ant-slider{flex:1;height:10px;margin:0 16px}.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.pro-drawer .ant-drawer-header{padding:12px 16px}.pro-drawer .ant-drawer-body{padding:16px}.pro-drawer .ant-drawer-title{align-items:baseline;display:flex}.pro-drawer .ant-drawer-extra{align-items:center;display:flex}.pro-drawer-title{color:hsl(var(--pro-foreground))}.pro-drawer-description{color:hsl(var(--pro-muted-foreground));font-size:12px;font-weight:400;line-height:16px}.pro-drawer .pro-drawer-close{color:hsl(var(--pro-foreground)/80%);font-size:12px;margin-left:2px;opacity:.8}.pro-drawer .pro-drawer-close:hover{color:hsl(var(--pro-foreground));opacity:1}.pro-drawer .pro-drawer-fullscreen{color:hsl(var(--pro-foreground)/80%);font-size:12px;margin-left:2px;opacity:.8}.pro-drawer .pro-drawer-fullscreen:hover{color:hsl(var(--pro-foreground));opacity:1}.pro-form-group-title{font-size:18px;font-weight:500;margin-block-end:20px}.pro-form-item-tooltip{color:hsl(var(--pro-muted-foreground))!important;cursor:help!important;font-size:12px;margin-inline-start:4px;writing-mode:horizontal-tb}.pro-form .ant-select.ant-select-in-form-item{width:auto}.pro-form-readonly{display:flex;padding:5px 0}.pro-form-readonly-text{flex:1;overflow:hidden}.pro-form-readonly-autoline .pro-form-readonly-text{white-space:pre-line}.pro-form-readonly-ellipsis .pro-form-readonly-text{text-overflow:ellipsis;white-space:nowrap}.pro-form .pro-form-field-xs{width:104px!important}.pro-form .pro-form-field-s,.pro-form .pro-form-field-sm{width:216px!important}.pro-form .pro-form-field-m,.pro-form .pro-form-field-md{width:328px!important}.pro-form .pro-form-field-l,.pro-form .pro-form-field-lg{width:440px!important}.pro-form .pro-form-field-xl{width:552px!important}.pro-form .ant-form-item-label>label{color:hsl(var(--pro-foreground))!important}.pro-form.ant-form-vertical .ant-form-item-label>label{color:hsl(var(--pro-foreground))!important;width:100%}.pro-form.ant-form-vertical .ant-form-row{flex-direction:column}.pro-form .ant-form-item-has-error .pro-codemirror{background:hsl(var(--pro-background));box-shadow:none;color:hsl(var(--pro-destructive))}.pro-form .ant-form-item-has-error .pro-codemirror .cm-editor .cm-gutters{background-color:hsl(var(--pro-background))}.pro-form-list-creator-button-top{margin-block-end:24px}.pro-form-list-empty .pro-form-list-creator-button-top{margin-block-end:2px}.pro-form-list-action{display:flex;height:32px;line-height:32px;margin-block-end:24px}.pro-form-list-action-icon{cursor:pointer;margin-inline-start:8px;transition:color .3s ease-in-out;white-space:nowrap}.pro-form-upload-drag-icon{margin-bottom:16px}.pro-form-upload-drag-icon .anticon{font-size:48px}.pro-form-upload-text{color:hsl(var(--pro-foreground));font-size:14px;margin:0 0 4px}.pro-form-upload-hint{color:hsl(var(--pro-muted-foreground));font-size:12px}.pro-form-upload-picture-button{align-items:center;border-radius:4px;color:hsl(var(--pro-foreground));cursor:pointer;display:flex;font-size:22px;height:50px;justify-content:center;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:50px}.pro-form-upload-picture-button:hover .pro-form-upload-picture-button-clear{opacity:1}.pro-form-upload-picture-button-mask{align-items:center;background-color:rgba(29,33,41,.6);bottom:0;color:#fff;display:flex;flex-direction:column;font-size:12px;height:24px;justify-content:center;position:absolute;transition:all .3s ease;width:100%;z-index:1}.pro-form-upload-picture-button-empty{align-items:center;background-color:hsl(var(--pro-muted));color:hsl(var(--pro-foreground));display:flex;height:100%;justify-content:center;width:100%}.pro-form-upload-picture-button-clear{align-items:center;background-color:rgba(29,33,41,.6);border-radius:7px;cursor:pointer;display:flex;flex-direction:column;font-size:12px;height:14px;justify-content:center;margin:0;opacity:0;position:absolute;right:4px;top:4px;transition:opacity .3s;vertical-align:-1px;width:14px}.pro-form-upload-picture-button-clear .pro-icon{height:14px;line-height:14px}.pro-form-upload-picture-list .ant-upload-list-item-container,.pro-form-upload-picture-list .ant-upload.ant-upload-select{height:var(--s-upload-picture-list-height)!important;width:var(--s-upload-picture-list-width)!important}.pro-form-upload-picture-list .ant-upload-list-item{overflow:hidden!important;padding:0!important}.pro-form-upload-picture-list .ant-upload-list-item:before{height:100%!important;width:100%!important}.pro-form-upload-picture-list .ant-upload-list-item-thumbnail{font-size:12px!important}.pro-form-upload-picture-list .ant-upload-list-item-thumbnail img{-o-object-fit:cover!important;object-fit:cover!important}.pro-form-submitter-form-item{margin-block:0}.pro-form-item-title{display:inline-flex;width:100%}.pro-form-item-title-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.pro-form-item-title-extra{flex-shrink:0;margin-inline-start:5px}.pro-query-filter .ant-form-item{margin-block:0}.pro-query-filter-row{row-gap:24px}.pro-query-filter-collapse-button{color:hsl(var(--pro-primary));margin-inline-start:8px}.pro-steps-form-steps-container{margin:auto;max-width:1160px}.pro-steps-form-steps-container .ant-steps-vertical{height:100%}.pro-steps-form-container{margin:auto;max-width:100%;min-width:420px;width:-moz-max-content;width:max-content}.pro-steps-form-step{display:none;margin-block-start:32px}.pro-steps-form-step>form{max-width:100%}.pro-steps-form-step-active{display:block}.pro-layout{background:transparent;color:inherit;display:flex;position:relative;width:100%}.pro-layout-wrapper{animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,1,1);display:flex;flex:1 1 0%;flex-direction:column;overflow:auto;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,1,1)}.pro-layout-header-wrapper{animation-duration:.2s;overflow:hidden;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.pro-layout-header-wrapper--shadow{box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),0 16px 24px hsl(var(--pro-background))}.pro-layout-mask{background-color:hsl(var(--pro-overlay));height:100%;left:0;position:fixed;transition-duration:.2s;transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.pro-layout-header,.pro-layout-mask{animation-duration:.2s;top:0;width:100%}.pro-layout-header{align-items:center;background-color:hsl(var(--pro-header));border-bottom-width:1px;border-color:hsl(var(--pro-border));display:flex;flex:0 0 auto;padding-left:8px}.pro-layout-content,.pro-layout-header{transition-duration:.2s;transition-property:margin-top;transition-timing-function:cubic-bezier(.4,0,.2,1)}.pro-layout-content{animation-duration:.2s;background-color:hsl(var(--pro-background-deep));position:relative}.pro-layout-sidebar{animation-duration:.15s;border-right-width:1px;height:100%;transition-duration:.15s;transition-property:all}.pro-layout-sidebar--fixed{left:0;position:fixed;top:0}.pro-layout-sidebar--mixed{background-color:hsl(var(--pro-sidebar-deep))}.pro-layout-sidebar--no-mixed{background-color:hsl(var(--pro-sidebar));border-color:hsl(var(--pro-border));border-right-width:1px}.pro-layout-sidebar-content{overflow:hidden;position:relative}.pro-layout-sidebar-scroll{border-radius:inherit;height:100%;overflow:hidden auto;width:100%}.pro-layout-sidebar-extra{animation-duration:.2s;background-color:hsl(var(--pro-sidebar));border-color:hsl(var(--pro-border));border-right-width:1px;height:100%;overflow:hidden;position:fixed;top:0;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.pro-layout-sidebar-extra--border{border-left-width:1px}.pro-layout-sidebar-extra-title{padding-left:8px}.pro-layout-sidebar-extra-content{border-color:hsl(var(--pro-border));overflow:hidden;padding-bottom:8px;padding-top:8px;position:relative}.pro-layout-sidebar-collapse-button{align-items:center;background-color:hsl(var(--pro-accent));border-radius:calc(var(--pro-radius) - 4px);bottom:8px;color:hsl(var(--pro-foreground)/60%);cursor:pointer;display:flex;justify-content:center;left:12px;padding:4px;position:absolute;z-index:10}.pro-layout-sidebar-collapse-button:hover{background-color:hsl(var(--pro-accent-hover));color:hsl(var(--pro-foreground))}.pro-layout-sidebar-fixed-button{align-items:center;animation-duration:.3s;background-color:hsl(var(--pro-accent));border-radius:calc(var(--pro-radius) - 4px);bottom:8px;color:hsl(var(--pro-foreground)/60%);cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:10}.pro-layout-sidebar-fixed-button:hover{background-color:hsl(var(--pro-accent-hover));color:hsl(var(--pro-foreground))}.pro-layout-tabbar{background-color:hsl(var(--pro-background));border-bottom-width:1px;border-color:hsl(var(--pro-border));display:flex;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.pro-layout-footer{animation-duration:.2s;background-color:hsl(var(--pro-background-deep));bottom:0;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.pro-loading{align-items:center;animation-duration:.5s;background-color:hsl(var(--pro-overlay-content));display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;right:0;transition-duration:.5s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%;z-index:100}.pro-loading:where(.dark,.dark *){background-color:hsl(var(--pro-overlay))}.pro-loading--hidden{opacity:0;visibility:hidden}.pro-loading-dot{animation:rotate-ani 1.2s linear infinite;display:inline-block;font-size:30px;height:36px;line-height:36px;position:relative;transform:rotate(45deg);width:36px}.pro-loading-dot i{animation:spin-move-ani 1s linear infinite alternate;background-color:hsl(var(--pro-primary));border-radius:9999px;display:block;height:16px;opacity:.3;position:absolute;transform:scaleX(.75) scaleY(.75);transform-origin:50% 50%;width:16px}.pro-loading-dot i:first-child{left:0;top:0}.pro-loading-dot i:nth-child(2){animation-delay:.4s;right:0;top:0}.pro-loading-dot i:nth-child(3){animation-delay:.8s;bottom:0;right:0}.pro-loading-dot i:nth-child(4){animation-delay:1.2s;bottom:0;left:0}.pro-loading-text{color:hsl(var(--pro-primary));font-size:12px;line-height:16px;margin-top:16px}@keyframes rotate-ani{to{transform:rotate(405deg)}}@keyframes spin-move-ani{to{opacity:1}}.pro-modal--fullscreen{height:100vh;left:0!important;max-width:100vw;padding-bottom:0;top:0!important}.pro-modal--fullscreen .ant-modal-content{border-radius:0;height:100vh}.pro-modal--fullscreen .ant-modal-body{overflow-y:auto}.pro-modal--draggable{margin:0}.pro-modal--draggable .pro-modal-header{cursor:move}.pro-modal .ant-modal-content{display:flex;flex-direction:column;padding:0}.pro-modal .ant-modal-header{margin-bottom:0;padding:0}.pro-modal .ant-modal-footer{border-top-width:1px;margin-top:0;padding:12px 20px}.pro-modal .ant-modal-body{flex:1;padding:20px}.pro-modal-header{align-items:baseline;border-bottom-width:1px;display:flex;margin-bottom:0;padding:12px 60px 12px 20px;position:relative}.pro-modal-title{color:hsl(var(--pro-foreground))}.pro-modal-description{color:hsl(var(--pro-muted-foreground));font-size:12px;font-weight:400;line-height:16px}.pro-modal-extra{position:absolute;right:16px;top:50%;transform:translateY(-50%)}.pro-modal .pro-modal-close{color:hsl(var(--pro-foreground)/80%);font-size:12px;margin-left:2px;opacity:.8}.pro-modal .pro-modal-close:hover{color:hsl(var(--pro-foreground));opacity:1}.pro-modal .pro-modal-fullscreen{color:hsl(var(--pro-foreground)/80%);font-size:12px;margin-left:2px;opacity:.8}.pro-modal .pro-modal-fullscreen:hover{color:hsl(var(--pro-foreground));opacity:1}.pro-page,.pro-page-header{position:relative}.pro-page-header{align-items:flex-end;background-color:hsl(var(--pro-card));border-bottom-width:1px;border-color:hsl(var(--pro-border));display:flex;padding:16px}.pro-page-header-wrap{flex:1 1 auto}.pro-page-title{display:flex;font-size:18px;font-weight:600;line-height:28px}.pro-page-description{color:hsl(var(--pro-muted-foreground))}.pro-page-tabs{background-color:hsl(var(--pro-card));border-bottom-width:1px;border-color:hsl(var(--pro-border));padding:10px 16px 0}.pro-page-tabs .ant-tabs-top>.ant-tabs-nav{margin-bottom:0}.pro-page-tabs .ant-tabs-top>.ant-tabs-nav:before,.pro-page-tabs+.pro-page{border-bottom:none}.pro-page-content{height:100%;padding:16px}.pro-page-footer{align-items:center;background-color:hsl(var(--pro-card));bottom:0;display:flex;left:0;padding:16px 24px;position:absolute;right:0}.pro-page.is-tabs .pro-page-header{border-bottom:none;padding-bottom:0}.pro-spinner{align-items:center;animation-duration:.5s;background-color:hsl(var(--pro-overlay-content));display:flex;justify-content:center;left:0;position:absolute;right:0;transition-duration:.5s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:100}.pro-spinner--hidden{opacity:0;visibility:hidden}.pro-spinner-loader{height:48px;position:relative;width:48px}.pro-spinner-loader:before{animation:loader-shadow-ani .5s linear infinite;background-color:hsl(var(--pro-primary)/50%);border-radius:50%;content:" ";height:5px;left:0;position:absolute;top:60px;width:48px}.pro-spinner-loader:after{animation:loader-jump-ani .5s linear infinite;background-color:hsl(var(--pro-primary));border-radius:4px;content:" ";height:100%;left:0;position:absolute;top:0;width:100%}.pro-spinner-loader--paused:after,.pro-spinner-loader--paused:before{animation-play-state:paused!important}@keyframes loader-jump-ani{15%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{border-bottom-right-radius:40px;transform:translateY(18px) scaleY(.9) rotate(45deg)}75%{transform:translateY(9px) rotate(67.5deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes loader-shadow-ani{0%,to{transform:scale(1)}50%{transform:scaleX(1.2)}}
|
package/theme-chalk/pro-form.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.pro-form-group-title{font-size:18px;font-weight:500;margin-block-end:20px}.pro-form-item-tooltip{color:hsl(var(--pro-muted-foreground))!important;cursor:help!important;font-size:12px;margin-inline-start:4px;writing-mode:horizontal-tb}.pro-form .ant-select.ant-select-in-form-item{width:auto}.pro-form-readonly{display:flex;padding:5px 0}.pro-form-readonly-text{flex:1;overflow:hidden}.pro-form-readonly-autoline .pro-form-readonly-text{white-space:pre-line}.pro-form-readonly-ellipsis .pro-form-readonly-text{text-overflow:ellipsis;white-space:nowrap}.pro-form .pro-form-field-xs{width:104px!important}.pro-form .pro-form-field-s,.pro-form .pro-form-field-sm{width:216px!important}.pro-form .pro-form-field-m,.pro-form .pro-form-field-md{width:328px!important}.pro-form .pro-form-field-l,.pro-form .pro-form-field-lg{width:440px!important}.pro-form .pro-form-field-xl{width:552px!important}.pro-form .ant-form-item-label>label{color:hsl(var(--pro-foreground))!important}.pro-form.ant-form-vertical .ant-form-item-label>label{color:hsl(var(--pro-foreground))!important;width:100%}.pro-form.ant-form-vertical .ant-form-row{flex-direction:column}.pro-form .ant-form-item-has-error .pro-codemirror{background:hsl(var(--pro-background));box-shadow:none;color:hsl(var(--pro-destructive))}.pro-form .ant-form-item-has-error .pro-codemirror .cm-editor .cm-gutters{background-color:hsl(var(--pro-background))}.pro-form-list-creator-button-top{margin-block-end:24px}.pro-form-list-empty .pro-form-list-creator-button-top{margin-block-end:2px}.pro-form-list-action{display:flex;height:32px;line-height:32px;margin-block-end:24px}.pro-form-list-action-icon{cursor:pointer;margin-inline-start:8px;transition:color .3s ease-in-out;white-space:nowrap}.pro-form-upload-drag-icon{margin-bottom:16px}.pro-form-upload-drag-icon .anticon{font-size:48px}.pro-form-upload-text{color:hsl(var(--pro-foreground));font-size:14px;margin:0 0 4px}.pro-form-upload-hint{color:hsl(var(--pro-muted-foreground));font-size:12px}.pro-form-upload-picture-button{align-items:center;border-radius:4px;color:hsl(var(--pro-foreground));cursor:pointer;display:flex;font-size:22px;height:50px;justify-content:center;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:50px}.pro-form-upload-picture-button:hover .pro-form-upload-picture-button-clear{opacity:1}.pro-form-upload-picture-button-mask{align-items:center;background-color:rgba(29,33,41,.6);bottom:0;color:#fff;display:flex;flex-direction:column;font-size:12px;height:24px;justify-content:center;position:absolute;transition:all .3s ease;width:100%;z-index:1}.pro-form-upload-picture-button-empty{align-items:center;background-color:hsl(var(--pro-muted));color:hsl(var(--pro-foreground));display:flex;height:100%;justify-content:center;width:100%}.pro-form-upload-picture-button-clear{align-items:center;background-color:rgba(29,33,41,.6);border-radius:7px;cursor:pointer;display:flex;flex-direction:column;font-size:12px;height:14px;justify-content:center;margin:0;opacity:0;position:absolute;right:4px;top:4px;transition:opacity .3s;vertical-align:-1px;width:14px}.pro-form-upload-picture-button-clear .pro-icon{height:14px;line-height:14px}.pro-form-upload-picture-list .ant-upload-list-item-container,.pro-form-upload-picture-list .ant-upload.ant-upload-select{height:var(--s-upload-picture-list-height)!important;width:var(--s-upload-picture-list-width)!important}.pro-form-upload-picture-list .ant-upload-list-item{overflow:hidden!important;padding:0!important}.pro-form-upload-picture-list .ant-upload-list-item:before{height:100%!important;width:100%!important}.pro-form-upload-picture-list .ant-upload-list-item-thumbnail{font-size:12px!important}.pro-form-upload-picture-list .ant-upload-list-item-thumbnail img{-o-object-fit:cover!important;object-fit:cover!important}.pro-form-submitter-form-item{margin-block:0}.pro-form-item-title{display:inline-flex;width:100%}.pro-form-item-title-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.pro-query-filter .ant-form-item{margin-block:0}.pro-query-filter-row{row-gap:24px}.pro-query-filter-collapse-button{color:hsl(var(--pro-primary));margin-inline-start:8px}.pro-steps-form-steps-container{margin:auto;max-width:1160px}.pro-steps-form-steps-container .ant-steps-vertical{height:100%}.pro-steps-form-container{margin:auto;max-width:100%;min-width:420px;width:-moz-max-content;width:max-content}.pro-steps-form-step{display:none;margin-block-start:32px}.pro-steps-form-step>form{max-width:100%}.pro-steps-form-step-active{display:block}
|
1
|
+
.pro-form-group-title{font-size:18px;font-weight:500;margin-block-end:20px}.pro-form-item-tooltip{color:hsl(var(--pro-muted-foreground))!important;cursor:help!important;font-size:12px;margin-inline-start:4px;writing-mode:horizontal-tb}.pro-form .ant-select.ant-select-in-form-item{width:auto}.pro-form-readonly{display:flex;padding:5px 0}.pro-form-readonly-text{flex:1;overflow:hidden}.pro-form-readonly-autoline .pro-form-readonly-text{white-space:pre-line}.pro-form-readonly-ellipsis .pro-form-readonly-text{text-overflow:ellipsis;white-space:nowrap}.pro-form .pro-form-field-xs{width:104px!important}.pro-form .pro-form-field-s,.pro-form .pro-form-field-sm{width:216px!important}.pro-form .pro-form-field-m,.pro-form .pro-form-field-md{width:328px!important}.pro-form .pro-form-field-l,.pro-form .pro-form-field-lg{width:440px!important}.pro-form .pro-form-field-xl{width:552px!important}.pro-form .ant-form-item-label>label{color:hsl(var(--pro-foreground))!important}.pro-form.ant-form-vertical .ant-form-item-label>label{color:hsl(var(--pro-foreground))!important;width:100%}.pro-form.ant-form-vertical .ant-form-row{flex-direction:column}.pro-form .ant-form-item-has-error .pro-codemirror{background:hsl(var(--pro-background));box-shadow:none;color:hsl(var(--pro-destructive))}.pro-form .ant-form-item-has-error .pro-codemirror .cm-editor .cm-gutters{background-color:hsl(var(--pro-background))}.pro-form-list-creator-button-top{margin-block-end:24px}.pro-form-list-empty .pro-form-list-creator-button-top{margin-block-end:2px}.pro-form-list-action{display:flex;height:32px;line-height:32px;margin-block-end:24px}.pro-form-list-action-icon{cursor:pointer;margin-inline-start:8px;transition:color .3s ease-in-out;white-space:nowrap}.pro-form-upload-drag-icon{margin-bottom:16px}.pro-form-upload-drag-icon .anticon{font-size:48px}.pro-form-upload-text{color:hsl(var(--pro-foreground));font-size:14px;margin:0 0 4px}.pro-form-upload-hint{color:hsl(var(--pro-muted-foreground));font-size:12px}.pro-form-upload-picture-button{align-items:center;border-radius:4px;color:hsl(var(--pro-foreground));cursor:pointer;display:flex;font-size:22px;height:50px;justify-content:center;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:50px}.pro-form-upload-picture-button:hover .pro-form-upload-picture-button-clear{opacity:1}.pro-form-upload-picture-button-mask{align-items:center;background-color:rgba(29,33,41,.6);bottom:0;color:#fff;display:flex;flex-direction:column;font-size:12px;height:24px;justify-content:center;position:absolute;transition:all .3s ease;width:100%;z-index:1}.pro-form-upload-picture-button-empty{align-items:center;background-color:hsl(var(--pro-muted));color:hsl(var(--pro-foreground));display:flex;height:100%;justify-content:center;width:100%}.pro-form-upload-picture-button-clear{align-items:center;background-color:rgba(29,33,41,.6);border-radius:7px;cursor:pointer;display:flex;flex-direction:column;font-size:12px;height:14px;justify-content:center;margin:0;opacity:0;position:absolute;right:4px;top:4px;transition:opacity .3s;vertical-align:-1px;width:14px}.pro-form-upload-picture-button-clear .pro-icon{height:14px;line-height:14px}.pro-form-upload-picture-list .ant-upload-list-item-container,.pro-form-upload-picture-list .ant-upload.ant-upload-select{height:var(--s-upload-picture-list-height)!important;width:var(--s-upload-picture-list-width)!important}.pro-form-upload-picture-list .ant-upload-list-item{overflow:hidden!important;padding:0!important}.pro-form-upload-picture-list .ant-upload-list-item:before{height:100%!important;width:100%!important}.pro-form-upload-picture-list .ant-upload-list-item-thumbnail{font-size:12px!important}.pro-form-upload-picture-list .ant-upload-list-item-thumbnail img{-o-object-fit:cover!important;object-fit:cover!important}.pro-form-submitter-form-item{margin-block:0}.pro-form-item-title{display:inline-flex;width:100%}.pro-form-item-title-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.pro-form-item-title-extra{flex-shrink:0;margin-inline-start:5px}.pro-query-filter .ant-form-item{margin-block:0}.pro-query-filter-row{row-gap:24px}.pro-query-filter-collapse-button{color:hsl(var(--pro-primary));margin-inline-start:8px}.pro-steps-form-steps-container{margin:auto;max-width:1160px}.pro-steps-form-steps-container .ant-steps-vertical{height:100%}.pro-steps-form-container{margin:auto;max-width:100%;min-width:420px;width:-moz-max-content;width:max-content}.pro-steps-form-step{display:none;margin-block-start:32px}.pro-steps-form-step>form{max-width:100%}.pro-steps-form-step-active{display:block}
|