@importcsv/react 0.1.16 → 0.2.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/README.md +16 -6
- package/build/bundle.css +1 -0
- package/build/bundled-styles.d.ts +1 -1
- package/build/components/CSVImporter/index.d.ts +32 -35
- package/build/i18n/de.d.ts +32 -32
- package/build/i18n/es.d.ts +32 -32
- package/build/i18n/fr.d.ts +32 -32
- package/build/i18n/i18n.d.ts +6 -6
- package/build/i18n/it.d.ts +32 -32
- package/build/i18n/useTranslation.d.ts +9 -9
- package/build/importer/components/Box/index.d.ts +2 -2
- package/build/importer/components/Box/types/index.d.ts +6 -6
- package/build/importer/components/Checkbox/index.d.ts +2 -2
- package/build/importer/components/Checkbox/types/index.d.ts +4 -4
- package/build/importer/components/Errors/index.d.ts +4 -4
- package/build/importer/components/IframeWrapper/index.d.ts +25 -25
- package/build/importer/components/ImporterLayout.d.ts +15 -0
- package/build/importer/components/Input/index.d.ts +2 -2
- package/build/importer/components/Input/types/index.d.ts +18 -18
- package/build/importer/components/Stepper/hooks/useStepper.d.ts +2 -2
- package/build/importer/components/Stepper/index.d.ts +2 -2
- package/build/importer/components/Stepper/types/index.d.ts +14 -13
- package/build/importer/components/Table/index.d.ts +9 -9
- package/build/importer/components/Table/types/index.d.ts +42 -42
- package/build/importer/components/ToggleFilter/index.d.ts +3 -3
- package/build/importer/components/ToggleFilter/types/index.d.ts +11 -11
- package/build/importer/components/Tooltip/index.d.ts +2 -2
- package/build/importer/components/Tooltip/types/index.d.ts +11 -11
- package/build/importer/components/UploaderWrapper/UploaderWrapper.d.ts +2 -2
- package/build/importer/components/UploaderWrapper/types/index.d.ts +2 -2
- package/build/importer/components/ui/alert.d.ts +8 -8
- package/build/importer/components/ui/button.d.ts +12 -12
- package/build/importer/components/ui/card.d.ts +8 -8
- package/build/importer/components/ui/checkbox.d.ts +4 -4
- package/build/importer/components/ui/dialog.d.ts +19 -19
- package/build/importer/components/ui/flex.d.ts +14 -14
- package/build/importer/components/ui/input.d.ts +5 -5
- package/build/importer/components/ui/select.d.ts +13 -13
- package/build/importer/components/ui/switch.d.ts +4 -4
- package/build/importer/components/ui/toast.d.ts +15 -15
- package/build/importer/components/ui/toaster.d.ts +1 -1
- package/build/importer/components/ui/tooltip.d.ts +13 -13
- package/build/importer/components/ui/use-toast.d.ts +44 -44
- package/build/importer/features/complete/index.d.ts +2 -2
- package/build/importer/features/complete/types/index.d.ts +5 -5
- package/build/importer/features/configure-import/index.d.ts +13 -13
- package/build/importer/features/configure-import/types/index.d.ts +13 -19
- package/build/importer/features/main/hooks/useMutableLocalStorage.d.ts +1 -1
- package/build/importer/features/main/hooks/useStepNavigation.d.ts +17 -18
- package/build/importer/features/main/index.d.ts +2 -2
- package/build/importer/features/main/types/index.d.ts +16 -16
- package/build/importer/features/map-columns/components/DropDownFields.d.ts +21 -19
- package/build/importer/features/map-columns/hooks/useMapColumnsTable.d.ts +16 -15
- package/build/importer/features/map-columns/index.d.ts +2 -2
- package/build/importer/features/map-columns/types/index.d.ts +16 -23
- package/build/importer/features/row-selection/index.d.ts +2 -2
- package/build/importer/features/row-selection/types/index.d.ts +8 -8
- package/build/importer/features/uploader/hooks/useTemplateTable.d.ts +10 -10
- package/build/importer/features/uploader/index.d.ts +2 -2
- package/build/importer/features/uploader/types/index.d.ts +9 -9
- package/build/importer/features/validation/Validation.d.ts +2 -2
- package/build/importer/features/validation/components/TransformModal.d.ts +18 -18
- package/build/importer/features/validation/index.d.ts +1 -1
- package/build/importer/features/validation/types.d.ts +32 -32
- package/build/importer/hooks/useClickOutside.d.ts +1 -1
- package/build/importer/hooks/useCustomStyles.d.ts +1 -1
- package/build/importer/hooks/useDemoData.d.ts +16 -0
- package/build/importer/hooks/useEventListener.d.ts +4 -4
- package/build/importer/hooks/useImporterSchema.d.ts +21 -0
- package/build/importer/hooks/useIsomorphicLayoutEffect.d.ts +3 -3
- package/build/importer/hooks/useRect.d.ts +12 -12
- package/build/importer/hooks/useWindowSize.d.ts +1 -1
- package/build/importer/providers/Theme.d.ts +5 -6
- package/build/importer/providers/index.d.ts +5 -5
- package/build/importer/providers/types/index.d.ts +4 -4
- package/build/importer/services/api.d.ts +1 -0
- package/build/importer/services/dataProcessor.d.ts +38 -0
- package/build/importer/services/mapping.d.ts +31 -31
- package/build/importer/services/transformation.d.ts +70 -70
- package/build/importer/settings/theme/colors.d.ts +4 -4
- package/build/importer/settings/theme/index.d.ts +2 -2
- package/build/importer/settings/theme/sizes.d.ts +7 -7
- package/build/importer/stores/theme.d.ts +17 -17
- package/build/importer/types/index.d.ts +9 -17
- package/build/importer/utils/colorUtils.d.ts +48 -44
- package/build/importer/utils/getStringLengthOfChildren.d.ts +2 -2
- package/build/importer/utils/stringSimilarity.d.ts +1 -1
- package/build/importer/utils/template.d.ts +2 -2
- package/build/importer/utils/utils.d.ts +19 -11
- package/build/index.d.ts +4 -3
- package/build/index.esm.js +10896 -34418
- package/build/index.esm.js.map +1 -1
- package/build/index.js +262 -37879
- package/build/index.js.map +1 -1
- package/build/js.d.ts +39 -40
- package/build/settings/defaults.d.ts +3 -3
- package/build/styles.d.ts +1 -1
- package/build/types/index.d.ts +105 -33
- package/build/utils/cn.d.ts +6 -0
- package/build/validation/transformer.d.ts +33 -0
- package/build/validation/validator.d.ts +23 -0
- package/package.json +14 -41
- package/build/App.d.ts +0 -2
- package/build/build/bundle.css +0 -3785
- package/build/config/index.d.ts +0 -5
- package/build/importer/components/Portal/index.d.ts +0 -3
- package/build/importer/components/Portal/types/index.d.ts +0 -5
- package/build/importer/components/Table/storyData.d.ts +0 -36
- package/build/importer/features/map-columns/hooks/useNameChange.d.ts +0 -5
- package/build/importer/features/validation/SimpleValidation.d.ts +0 -2
- package/build/importer/features/validation/components/SimpleSpreadsheetGrid/SimpleSpreadsheetGrid.d.ts +0 -27
- package/build/importer/features/validation/components/SimpleSpreadsheetGrid/index.d.ts +0 -1
- package/build/importer/features/validation/components/SpreadsheetGrid/CellSelection.d.ts +0 -15
- package/build/importer/features/validation/components/SpreadsheetGrid/ClipboardManager.d.ts +0 -20
- package/build/importer/features/validation/components/SpreadsheetGrid/FindReplaceModal.d.ts +0 -14
- package/build/importer/features/validation/components/SpreadsheetGrid/SpreadsheetGrid.d.ts +0 -37
- package/build/importer/features/validation/components/SpreadsheetGrid/UndoRedoManager.d.ts +0 -15
- package/build/importer/features/validation/components/SpreadsheetGrid/index.d.ts +0 -1
- package/build/importer/hooks/useDelayLoader.d.ts +0 -2
- package/build/importer/settings/chakra/components/alert.d.ts +0 -31
- package/build/importer/settings/chakra/components/button.d.ts +0 -37
- package/build/importer/settings/chakra/components/index.d.ts +0 -2
- package/build/importer/settings/chakra/foundations/blur.d.ts +0 -11
- package/build/importer/settings/chakra/foundations/borders.d.ts +0 -8
- package/build/importer/settings/chakra/foundations/breakpoints.d.ts +0 -9
- package/build/importer/settings/chakra/foundations/colors.d.ts +0 -247
- package/build/importer/settings/chakra/foundations/index.d.ts +0 -487
- package/build/importer/settings/chakra/foundations/radius.d.ts +0 -12
- package/build/importer/settings/chakra/foundations/shadows.d.ts +0 -14
- package/build/importer/settings/chakra/foundations/sizes.d.ts +0 -60
- package/build/importer/settings/chakra/foundations/spacing.d.ts +0 -35
- package/build/importer/settings/chakra/foundations/transition.d.ts +0 -24
- package/build/importer/settings/chakra/foundations/typography.d.ts +0 -61
- package/build/importer/settings/chakra/foundations/z-index.d.ts +0 -16
- package/build/importer/settings/chakra/index.d.ts +0 -592
- package/build/importer/settings/chakra/semantic-tokens.d.ts +0 -32
- package/build/importer/settings/chakra/styles.d.ts +0 -2
- package/build/importer/settings/chakra/theme.types.d.ts +0 -93
- package/build/importer/settings/chakra/utils/is-chakra-theme.d.ts +0 -3
- package/build/importer/settings/chakra/utils/run-if-fn.d.ts +0 -1
- package/build/importer/utils/classes.d.ts +0 -2
- package/build/importer/utils/debounce.d.ts +0 -2
- package/build/index.dev.d.ts +0 -1
- package/build/package.json +0 -92
- package/build/services/api.d.ts +0 -18
- package/build/services/apiClient.d.ts +0 -21
- package/build/utils/classes.d.ts +0 -6
package/build/build/bundle.css
DELETED
|
@@ -1,3785 +0,0 @@
|
|
|
1
|
-
.Errors-module_errors__fyHDX {
|
|
2
|
-
color: var(--color-text-error);
|
|
3
|
-
margin: var(--m-xxs) 0;
|
|
4
|
-
}
|
|
5
|
-
.Errors-module_errors__fyHDX p {
|
|
6
|
-
margin: 0;
|
|
7
|
-
display: flex;
|
|
8
|
-
align-items: center;
|
|
9
|
-
gap: var(--m-xxs);
|
|
10
|
-
text-align: left;
|
|
11
|
-
}
|
|
12
|
-
.Errors-module_centered__RHKZi {
|
|
13
|
-
display: flex;
|
|
14
|
-
justify-content: center;
|
|
15
|
-
align-items: center;
|
|
16
|
-
flex-direction: column;
|
|
17
|
-
height: 100%;
|
|
18
|
-
}
|
|
19
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
|
|
20
|
-
.Stepper-module_stepper__8qdlg {
|
|
21
|
-
display: flex;
|
|
22
|
-
align-items: center;
|
|
23
|
-
justify-content: center;
|
|
24
|
-
gap: 0;
|
|
25
|
-
width: 100%;
|
|
26
|
-
margin: 2rem auto;
|
|
27
|
-
padding: 0 2rem;
|
|
28
|
-
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
|
|
29
|
-
position: relative;
|
|
30
|
-
}
|
|
31
|
-
@media (max-width: 640px) {
|
|
32
|
-
.Stepper-module_stepper__8qdlg {
|
|
33
|
-
margin: 1rem auto;
|
|
34
|
-
padding: 0 1rem;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
@media (max-width: 480px) {
|
|
38
|
-
.Stepper-module_stepper__8qdlg {
|
|
39
|
-
display: none; /* Hide the stepper on mobile */
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
.Stepper-module_step__HvpHj {
|
|
43
|
-
display: flex;
|
|
44
|
-
flex-direction: column;
|
|
45
|
-
align-items: center;
|
|
46
|
-
position: relative;
|
|
47
|
-
flex: 1;
|
|
48
|
-
max-width: 200px;
|
|
49
|
-
background: transparent;
|
|
50
|
-
border: none;
|
|
51
|
-
cursor: pointer;
|
|
52
|
-
padding: 0;
|
|
53
|
-
transition: all 0.3s ease-out;
|
|
54
|
-
}
|
|
55
|
-
.Stepper-module_step__HvpHj:not(:last-child)::after {
|
|
56
|
-
content: "";
|
|
57
|
-
position: absolute;
|
|
58
|
-
top: 20px;
|
|
59
|
-
left: calc(50% + 30px);
|
|
60
|
-
width: calc(100% - 60px);
|
|
61
|
-
height: 2px;
|
|
62
|
-
background: #E5E7EB;
|
|
63
|
-
transition: all 0.3s ease-out;
|
|
64
|
-
z-index: -1;
|
|
65
|
-
}
|
|
66
|
-
.Stepper-module_step__HvpHj.Stepper-module_done__ESA8M:not(:last-child)::after {
|
|
67
|
-
background: var(--color-primary);
|
|
68
|
-
}
|
|
69
|
-
.Stepper-module_step__HvpHj .Stepper-module_badge__FiGUZ {
|
|
70
|
-
width: 40px;
|
|
71
|
-
height: 40px;
|
|
72
|
-
border-radius: 50%;
|
|
73
|
-
display: flex;
|
|
74
|
-
align-items: center;
|
|
75
|
-
justify-content: center;
|
|
76
|
-
background: white;
|
|
77
|
-
border: 2px solid #E5E7EB;
|
|
78
|
-
color: #6B7280;
|
|
79
|
-
font-weight: 600;
|
|
80
|
-
font-size: 14px;
|
|
81
|
-
transition: all 0.3s ease-out;
|
|
82
|
-
position: relative;
|
|
83
|
-
z-index: 1;
|
|
84
|
-
}
|
|
85
|
-
.Stepper-module_step__HvpHj .Stepper-module_badge__FiGUZ svg {
|
|
86
|
-
width: 16px;
|
|
87
|
-
height: 16px;
|
|
88
|
-
}
|
|
89
|
-
.Stepper-module_step__HvpHj .Stepper-module_label__0j9-q {
|
|
90
|
-
margin-top: 8px;
|
|
91
|
-
font-size: 13px;
|
|
92
|
-
color: #6B7280;
|
|
93
|
-
font-weight: 500;
|
|
94
|
-
transition: all 0.3s ease-out;
|
|
95
|
-
text-align: center;
|
|
96
|
-
white-space: nowrap;
|
|
97
|
-
}
|
|
98
|
-
@media (max-width: 640px) {
|
|
99
|
-
.Stepper-module_step__HvpHj .Stepper-module_label__0j9-q {
|
|
100
|
-
display: none;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
.Stepper-module_step__HvpHj.Stepper-module_active__HLlcf .Stepper-module_badge__FiGUZ {
|
|
104
|
-
background: var(--color-primary);
|
|
105
|
-
color: white;
|
|
106
|
-
border-color: var(--color-primary);
|
|
107
|
-
box-shadow: 0 0 0 4px rgba(122, 94, 248, 0.1);
|
|
108
|
-
}
|
|
109
|
-
.Stepper-module_step__HvpHj.Stepper-module_active__HLlcf .Stepper-module_label__0j9-q {
|
|
110
|
-
color: var(--color-primary);
|
|
111
|
-
font-weight: 600;
|
|
112
|
-
}
|
|
113
|
-
.Stepper-module_step__HvpHj.Stepper-module_done__ESA8M .Stepper-module_badge__FiGUZ {
|
|
114
|
-
background: var(--color-primary-100, #EDE9FE);
|
|
115
|
-
border-color: var(--color-primary);
|
|
116
|
-
color: var(--color-primary);
|
|
117
|
-
}
|
|
118
|
-
.Stepper-module_step__HvpHj.Stepper-module_done__ESA8M .Stepper-module_label__0j9-q {
|
|
119
|
-
color: #111827;
|
|
120
|
-
}
|
|
121
|
-
.Stepper-module_step__HvpHj:hover:not(.Stepper-module_active__HLlcf):not(.Stepper-module_done__ESA8M) .Stepper-module_badge__FiGUZ {
|
|
122
|
-
border-color: var(--color-primary-300, #C4B5FD);
|
|
123
|
-
background: var(--color-primary-50, #F5F3FF);
|
|
124
|
-
}
|
|
125
|
-
@media (min-width: 768px) {
|
|
126
|
-
.Stepper-module_step__HvpHj.Stepper-module_stepWide__ZM0Ey .Stepper-module_label__0j9-q {
|
|
127
|
-
display: block;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
.Stepper-module_stepper-legacy__EOFYx {
|
|
131
|
-
display: flex;
|
|
132
|
-
gap: var(--m);
|
|
133
|
-
margin: var(--m-xs) auto;
|
|
134
|
-
justify-content: center;
|
|
135
|
-
}
|
|
136
|
-
@media (max-width: 480px) {
|
|
137
|
-
.Stepper-module_stepper-legacy__EOFYx {
|
|
138
|
-
display: none;
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
.Stepper-module_stepper-legacy__EOFYx .Stepper-module_step__HvpHj {
|
|
142
|
-
display: flex;
|
|
143
|
-
gap: var(--m-xxs);
|
|
144
|
-
align-items: center;
|
|
145
|
-
transition: all 0.3s ease-out;
|
|
146
|
-
}
|
|
147
|
-
.Stepper-module_stepper-legacy__EOFYx .Stepper-module_step__HvpHj .Stepper-module_badge__FiGUZ {
|
|
148
|
-
border-radius: 50%;
|
|
149
|
-
border: 1px solid var(--color-border);
|
|
150
|
-
aspect-ratio: 1;
|
|
151
|
-
width: 2em;
|
|
152
|
-
display: flex;
|
|
153
|
-
align-items: center;
|
|
154
|
-
justify-content: center;
|
|
155
|
-
transition: all 0.3s ease-out;
|
|
156
|
-
}
|
|
157
|
-
.Stepper-module_stepper-legacy__EOFYx .Stepper-module_step__HvpHj.Stepper-module_active__HLlcf {
|
|
158
|
-
color: var(--color-primary);
|
|
159
|
-
}
|
|
160
|
-
.Stepper-module_stepper-legacy__EOFYx .Stepper-module_step__HvpHj.Stepper-module_active__HLlcf .Stepper-module_badge__FiGUZ {
|
|
161
|
-
background-color: var(--color-primary);
|
|
162
|
-
color: var(--color-text-on-primary);
|
|
163
|
-
border: none;
|
|
164
|
-
}
|
|
165
|
-
.Stepper-module_stepper-legacy__EOFYx .Stepper-module_step__HvpHj.Stepper-module_done__ESA8M .Stepper-module_badge__FiGUZ {
|
|
166
|
-
border-color: var(--color-primary);
|
|
167
|
-
}
|
|
168
|
-
.Stepper-module_stepper-legacy__EOFYx .Stepper-module_step__HvpHj:not(:first-of-type):before {
|
|
169
|
-
content: "";
|
|
170
|
-
height: 1px;
|
|
171
|
-
width: min(140px, 4vw);
|
|
172
|
-
background-color: var(--color-border);
|
|
173
|
-
border-radius: 2px;
|
|
174
|
-
margin-right: var(--m-xs);
|
|
175
|
-
}
|
|
176
|
-
.Stepper-module_stepper-legacy__EOFYx .Stepper-module_stepWide__ZM0Ey:not(:first-of-type):before {
|
|
177
|
-
width: min(120px, 10vw);
|
|
178
|
-
}
|
|
179
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
|
|
180
|
-
.Validation-module_baseContainer__-0AsU, .Validation-module_flexContainer__cBods {
|
|
181
|
-
width: 100%;
|
|
182
|
-
max-width: 100%;
|
|
183
|
-
padding: 1.5rem;
|
|
184
|
-
}
|
|
185
|
-
@media (max-width: 768px) {
|
|
186
|
-
.Validation-module_baseContainer__-0AsU, .Validation-module_flexContainer__cBods {
|
|
187
|
-
padding: 1rem;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
@media (max-width: 640px) {
|
|
191
|
-
.Validation-module_baseContainer__-0AsU, .Validation-module_flexContainer__cBods {
|
|
192
|
-
padding: 0.75rem;
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
.Validation-module_flexContainer__cBods {
|
|
196
|
-
display: flex;
|
|
197
|
-
flex-direction: column;
|
|
198
|
-
min-height: 0;
|
|
199
|
-
min-width: 0;
|
|
200
|
-
}
|
|
201
|
-
.Validation-module_scrollableContent__d0ytT {
|
|
202
|
-
flex: 1;
|
|
203
|
-
display: flex;
|
|
204
|
-
flex-direction: column;
|
|
205
|
-
overflow: visible;
|
|
206
|
-
max-width: 100%;
|
|
207
|
-
min-width: 0;
|
|
208
|
-
}
|
|
209
|
-
.Validation-module_tableContainer__jRikO {
|
|
210
|
-
flex: 1;
|
|
211
|
-
overflow-x: auto;
|
|
212
|
-
overflow-y: auto;
|
|
213
|
-
max-width: 100%;
|
|
214
|
-
-webkit-overflow-scrolling: touch;
|
|
215
|
-
}
|
|
216
|
-
.Validation-module_tableContainer__jRikO table {
|
|
217
|
-
min-width: 100%;
|
|
218
|
-
width: -moz-max-content;
|
|
219
|
-
width: max-content;
|
|
220
|
-
}
|
|
221
|
-
.Validation-module_headerSection__drcpg, .Validation-module_header__ocGI2 {
|
|
222
|
-
padding: 1rem;
|
|
223
|
-
border-bottom: 1px solid #e5e7eb;
|
|
224
|
-
}
|
|
225
|
-
.Validation-module_headerSection__drcpg h2, .Validation-module_header__ocGI2 h2 {
|
|
226
|
-
font-size: 1.25rem;
|
|
227
|
-
font-weight: 600;
|
|
228
|
-
color: #111827;
|
|
229
|
-
margin: 0 0 0.5rem 0;
|
|
230
|
-
}
|
|
231
|
-
.Validation-module_headerSection__drcpg p, .Validation-module_header__ocGI2 p {
|
|
232
|
-
font-size: 0.875rem;
|
|
233
|
-
color: #6b7280;
|
|
234
|
-
margin: 0;
|
|
235
|
-
}
|
|
236
|
-
.Validation-module_toolbar__-DCj6 {
|
|
237
|
-
padding: 0.75rem 1rem;
|
|
238
|
-
background: white;
|
|
239
|
-
border: 1px solid #e5e7eb;
|
|
240
|
-
border-radius: 0.5rem;
|
|
241
|
-
margin-bottom: 1rem;
|
|
242
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
243
|
-
}
|
|
244
|
-
.Validation-module_validationContainer__jrlPR {
|
|
245
|
-
display: flex;
|
|
246
|
-
flex-direction: column;
|
|
247
|
-
width: 100%;
|
|
248
|
-
min-height: 600px;
|
|
249
|
-
max-height: calc(100vh - 2rem);
|
|
250
|
-
height: calc(100vh - 2rem);
|
|
251
|
-
max-width: 100%;
|
|
252
|
-
box-sizing: border-box;
|
|
253
|
-
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
|
|
254
|
-
margin: 1rem 0;
|
|
255
|
-
}
|
|
256
|
-
.Validation-module_header__ocGI2 {
|
|
257
|
-
flex-shrink: 0;
|
|
258
|
-
padding: 1.5rem 1.5rem 0 1.5rem;
|
|
259
|
-
}
|
|
260
|
-
@media (max-width: 640px) {
|
|
261
|
-
.Validation-module_header__ocGI2 {
|
|
262
|
-
padding: 1rem 1rem 0 1rem;
|
|
263
|
-
}
|
|
264
|
-
.Validation-module_header__ocGI2 h2 {
|
|
265
|
-
font-size: 1.125rem;
|
|
266
|
-
}
|
|
267
|
-
.Validation-module_header__ocGI2 p {
|
|
268
|
-
font-size: 0.8125rem;
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
.Validation-module_toolbarSection__Q0YdW {
|
|
272
|
-
flex-shrink: 0;
|
|
273
|
-
padding: 1rem 1.5rem 0 1.5rem;
|
|
274
|
-
background: transparent;
|
|
275
|
-
}
|
|
276
|
-
@media (max-width: 640px) {
|
|
277
|
-
.Validation-module_toolbarSection__Q0YdW {
|
|
278
|
-
padding: 0.75rem 1rem 0 1rem;
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
.Validation-module_scrollableSection__nwC-B {
|
|
282
|
-
flex: 1 1 auto;
|
|
283
|
-
min-width: 0;
|
|
284
|
-
overflow: auto;
|
|
285
|
-
min-height: 200px;
|
|
286
|
-
margin: 1rem 1.5rem 0;
|
|
287
|
-
background: white;
|
|
288
|
-
border: 1px solid #e5e7eb;
|
|
289
|
-
border-radius: 0.5rem;
|
|
290
|
-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
291
|
-
-webkit-overflow-scrolling: touch;
|
|
292
|
-
}
|
|
293
|
-
.Validation-module_scrollableSection__nwC-B > table {
|
|
294
|
-
border-collapse: collapse;
|
|
295
|
-
}
|
|
296
|
-
.Validation-module_scrollableSection__nwC-B > table thead {
|
|
297
|
-
position: sticky;
|
|
298
|
-
top: 0;
|
|
299
|
-
z-index: 10;
|
|
300
|
-
}
|
|
301
|
-
.Validation-module_scrollableSection__nwC-B > table thead th {
|
|
302
|
-
background: #f9fafb;
|
|
303
|
-
border-bottom: 2px solid #e5e7eb;
|
|
304
|
-
}
|
|
305
|
-
.Validation-module_scrollableSection__nwC-B > table th:first-child,
|
|
306
|
-
.Validation-module_scrollableSection__nwC-B > table td:first-child {
|
|
307
|
-
position: sticky;
|
|
308
|
-
left: 0;
|
|
309
|
-
z-index: 5;
|
|
310
|
-
}
|
|
311
|
-
.Validation-module_scrollableSection__nwC-B > table thead th:first-child {
|
|
312
|
-
z-index: 11;
|
|
313
|
-
}
|
|
314
|
-
@media (max-width: 640px) {
|
|
315
|
-
.Validation-module_scrollableSection__nwC-B {
|
|
316
|
-
margin: 0.75rem;
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
.Validation-module_validationContent__hn2Dz {
|
|
320
|
-
padding: 1rem 0;
|
|
321
|
-
width: 100%;
|
|
322
|
-
max-width: 100%;
|
|
323
|
-
overflow: visible;
|
|
324
|
-
}
|
|
325
|
-
.Validation-module_toolbar__-DCj6 {
|
|
326
|
-
background: transparent;
|
|
327
|
-
border: 1px solid #e5e7eb;
|
|
328
|
-
border-radius: 0.5rem;
|
|
329
|
-
margin-bottom: 0;
|
|
330
|
-
margin-top: 0.5rem;
|
|
331
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
332
|
-
}
|
|
333
|
-
@media (max-width: 640px) {
|
|
334
|
-
.Validation-module_toolbar__-DCj6 {
|
|
335
|
-
padding: 0.75rem;
|
|
336
|
-
}
|
|
337
|
-
.Validation-module_toolbar__-DCj6 > div {
|
|
338
|
-
flex-direction: column;
|
|
339
|
-
gap: 0.75rem;
|
|
340
|
-
align-items: stretch;
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
.Validation-module_errorBadge__yeHS0 {
|
|
344
|
-
display: inline-flex;
|
|
345
|
-
align-items: center;
|
|
346
|
-
padding: 0.25rem 0.625rem;
|
|
347
|
-
background-color: #fee2e2;
|
|
348
|
-
border: 1px solid #fca5a5;
|
|
349
|
-
border-radius: 0.375rem;
|
|
350
|
-
font-size: 0.875rem;
|
|
351
|
-
font-weight: 600;
|
|
352
|
-
color: #dc2626;
|
|
353
|
-
animation: Validation-module_pulse__d-MKR 2s infinite;
|
|
354
|
-
}
|
|
355
|
-
@keyframes Validation-module_pulse__d-MKR {
|
|
356
|
-
0%, 100% {
|
|
357
|
-
opacity: 1;
|
|
358
|
-
}
|
|
359
|
-
50% {
|
|
360
|
-
opacity: 0.85;
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
.Validation-module_rowCount__h-OSk {
|
|
364
|
-
font-size: 0.75rem;
|
|
365
|
-
color: #9ca3af;
|
|
366
|
-
font-weight: 400;
|
|
367
|
-
}
|
|
368
|
-
.Validation-module_tabFilter__DV34i {
|
|
369
|
-
display: inline-flex;
|
|
370
|
-
align-items: center;
|
|
371
|
-
background: #f3f4f6;
|
|
372
|
-
padding: 0.125rem;
|
|
373
|
-
border-radius: 2rem;
|
|
374
|
-
}
|
|
375
|
-
@media (max-width: 640px) {
|
|
376
|
-
.Validation-module_tabFilter__DV34i {
|
|
377
|
-
width: 100%;
|
|
378
|
-
justify-content: space-between;
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
.Validation-module_tab__JPIkM {
|
|
382
|
-
position: relative;
|
|
383
|
-
display: inline-flex;
|
|
384
|
-
align-items: center;
|
|
385
|
-
gap: 0.375rem;
|
|
386
|
-
padding: 0.5rem 1.25rem;
|
|
387
|
-
border: none;
|
|
388
|
-
background: transparent;
|
|
389
|
-
color: #6b7280;
|
|
390
|
-
font-size: 0.875rem;
|
|
391
|
-
font-weight: 500;
|
|
392
|
-
border-radius: 1.75rem;
|
|
393
|
-
cursor: pointer;
|
|
394
|
-
transition: all 0.2s ease;
|
|
395
|
-
outline: none;
|
|
396
|
-
margin: 0;
|
|
397
|
-
}
|
|
398
|
-
@media (max-width: 640px) {
|
|
399
|
-
.Validation-module_tab__JPIkM {
|
|
400
|
-
padding: 0.5rem 0.75rem;
|
|
401
|
-
font-size: 0.8125rem;
|
|
402
|
-
flex: 1;
|
|
403
|
-
justify-content: center;
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
.Validation-module_tab__JPIkM:hover:not(.Validation-module_active__rLvN7) {
|
|
407
|
-
color: #374151;
|
|
408
|
-
}
|
|
409
|
-
.Validation-module_tab__JPIkM:focus-visible {
|
|
410
|
-
box-shadow: 0 0 0 2px #3b82f6;
|
|
411
|
-
z-index: 1;
|
|
412
|
-
}
|
|
413
|
-
.Validation-module_tab__JPIkM.Validation-module_active__rLvN7 {
|
|
414
|
-
background: #4b5563;
|
|
415
|
-
color: white;
|
|
416
|
-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
417
|
-
}
|
|
418
|
-
.Validation-module_tab__JPIkM.Validation-module_active__rLvN7 .Validation-module_count__lb09d {
|
|
419
|
-
background: rgba(255, 255, 255, 0.2);
|
|
420
|
-
color: white;
|
|
421
|
-
}
|
|
422
|
-
.Validation-module_tab__JPIkM .Validation-module_count__lb09d {
|
|
423
|
-
display: inline-flex;
|
|
424
|
-
align-items: center;
|
|
425
|
-
justify-content: center;
|
|
426
|
-
min-width: 1.5rem;
|
|
427
|
-
padding: 0.125rem 0.375rem;
|
|
428
|
-
height: 1.25rem;
|
|
429
|
-
background: transparent;
|
|
430
|
-
color: inherit;
|
|
431
|
-
font-size: 0.875rem;
|
|
432
|
-
font-weight: 600;
|
|
433
|
-
transition: all 0.2s ease;
|
|
434
|
-
}
|
|
435
|
-
.Validation-module_tab__JPIkM.Validation-module_errorTab__ebQQd.Validation-module_active__rLvN7 {
|
|
436
|
-
background: #dc2626;
|
|
437
|
-
}
|
|
438
|
-
.Validation-module_tab__JPIkM.Validation-module_errorTab__ebQQd.Validation-module_active__rLvN7 .Validation-module_count__lb09d {
|
|
439
|
-
background: rgba(255, 255, 255, 0.2);
|
|
440
|
-
color: white;
|
|
441
|
-
}
|
|
442
|
-
.Validation-module_tab__JPIkM.Validation-module_errorTab__ebQQd:not(.Validation-module_active__rLvN7) .Validation-module_count__lb09d {
|
|
443
|
-
color: #dc2626;
|
|
444
|
-
}
|
|
445
|
-
.Validation-module_spreadsheetContainer__VOHHJ {
|
|
446
|
-
width: 100%;
|
|
447
|
-
overflow-x: auto;
|
|
448
|
-
overflow-y: auto;
|
|
449
|
-
-webkit-overflow-scrolling: touch;
|
|
450
|
-
background: white;
|
|
451
|
-
border: 1px solid #e5e7eb;
|
|
452
|
-
border-radius: 0.5rem;
|
|
453
|
-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
454
|
-
}
|
|
455
|
-
.Validation-module_spreadsheetWrapper__jE9rZ {
|
|
456
|
-
position: relative;
|
|
457
|
-
}
|
|
458
|
-
.Validation-module_spreadsheetTable__OzR-h {
|
|
459
|
-
width: -moz-max-content;
|
|
460
|
-
width: max-content;
|
|
461
|
-
min-width: 800px;
|
|
462
|
-
border-collapse: separate;
|
|
463
|
-
border-spacing: 0;
|
|
464
|
-
font-size: 0.875rem;
|
|
465
|
-
}
|
|
466
|
-
.Validation-module_spreadsheetHeader__CcIvW {
|
|
467
|
-
position: sticky;
|
|
468
|
-
top: 0;
|
|
469
|
-
z-index: 10;
|
|
470
|
-
background: #f9fafb;
|
|
471
|
-
}
|
|
472
|
-
.Validation-module_spreadsheetHeader__CcIvW tr th {
|
|
473
|
-
background: #f9fafb;
|
|
474
|
-
border-bottom: 2px solid #e5e7eb;
|
|
475
|
-
border-right: 1px solid #e5e7eb;
|
|
476
|
-
padding: 0;
|
|
477
|
-
text-align: left;
|
|
478
|
-
font-weight: 600;
|
|
479
|
-
color: #111827;
|
|
480
|
-
position: relative;
|
|
481
|
-
}
|
|
482
|
-
.Validation-module_spreadsheetHeader__CcIvW tr th:last-child {
|
|
483
|
-
border-right: none;
|
|
484
|
-
}
|
|
485
|
-
.Validation-module_rowNumberHeader__hBB39 {
|
|
486
|
-
width: 60px;
|
|
487
|
-
min-width: 60px;
|
|
488
|
-
max-width: 60px;
|
|
489
|
-
text-align: center !important;
|
|
490
|
-
background: #f9fafb !important;
|
|
491
|
-
position: sticky;
|
|
492
|
-
left: 0;
|
|
493
|
-
z-index: 11;
|
|
494
|
-
font-size: 0.75rem;
|
|
495
|
-
padding: 0.75rem 0 !important;
|
|
496
|
-
}
|
|
497
|
-
.Validation-module_columnHeader__Yjc-8 {
|
|
498
|
-
width: auto;
|
|
499
|
-
min-width: 100px;
|
|
500
|
-
}
|
|
501
|
-
.Validation-module_columnHeader__Yjc-8 .Validation-module_headerContent__soxS5 {
|
|
502
|
-
padding: 0.75rem 1rem;
|
|
503
|
-
font-size: 0.875rem;
|
|
504
|
-
font-weight: 500;
|
|
505
|
-
white-space: nowrap;
|
|
506
|
-
overflow: hidden;
|
|
507
|
-
text-overflow: ellipsis;
|
|
508
|
-
}
|
|
509
|
-
.Validation-module_spreadsheetBody__ASDqW .Validation-module_dataRow__fAJUe:hover .Validation-module_dataCell__Kqej5 {
|
|
510
|
-
background: #f3f4f6;
|
|
511
|
-
}
|
|
512
|
-
.Validation-module_spreadsheetBody__ASDqW .Validation-module_dataRow__fAJUe:hover .Validation-module_rowNumber__gW7gl {
|
|
513
|
-
background: rgb(239.82, 242.35, 244.88);
|
|
514
|
-
}
|
|
515
|
-
.Validation-module_spreadsheetBody__ASDqW .Validation-module_dataRow__fAJUe.Validation-module_errorRow__E5crc .Validation-module_dataCell__Kqej5 {
|
|
516
|
-
background: rgb(254.51, 240.79, 240.79);
|
|
517
|
-
}
|
|
518
|
-
.Validation-module_rowNumber__gW7gl {
|
|
519
|
-
width: 60px;
|
|
520
|
-
min-width: 60px;
|
|
521
|
-
max-width: 60px;
|
|
522
|
-
background: #f9fafb;
|
|
523
|
-
border-right: 1px solid #e5e7eb;
|
|
524
|
-
border-bottom: 1px solid #e5e7eb;
|
|
525
|
-
text-align: center;
|
|
526
|
-
font-size: 0.75rem;
|
|
527
|
-
font-weight: 500;
|
|
528
|
-
color: #6b7280;
|
|
529
|
-
padding: 0.75rem 0;
|
|
530
|
-
position: sticky;
|
|
531
|
-
left: 0;
|
|
532
|
-
z-index: 1;
|
|
533
|
-
}
|
|
534
|
-
.Validation-module_dataCell__Kqej5 {
|
|
535
|
-
width: auto;
|
|
536
|
-
min-width: 100px;
|
|
537
|
-
border-right: 1px solid #e5e7eb;
|
|
538
|
-
border-bottom: 1px solid #e5e7eb;
|
|
539
|
-
padding: 0;
|
|
540
|
-
background: white;
|
|
541
|
-
position: relative;
|
|
542
|
-
transition: background-color 0.15s ease;
|
|
543
|
-
white-space: nowrap;
|
|
544
|
-
}
|
|
545
|
-
.Validation-module_dataCell__Kqej5:last-child {
|
|
546
|
-
border-right: none;
|
|
547
|
-
}
|
|
548
|
-
.Validation-module_dataCell__Kqej5.Validation-module_errorCell__0EbsM {
|
|
549
|
-
background: #fee2e2;
|
|
550
|
-
}
|
|
551
|
-
.Validation-module_dataCell__Kqej5.Validation-module_errorCell__0EbsM .Validation-module_cellInput__LsyOo {
|
|
552
|
-
color: #111827;
|
|
553
|
-
}
|
|
554
|
-
.Validation-module_cellContent__ubxVt {
|
|
555
|
-
position: relative;
|
|
556
|
-
width: 100%;
|
|
557
|
-
min-height: 44px;
|
|
558
|
-
display: flex;
|
|
559
|
-
align-items: center;
|
|
560
|
-
}
|
|
561
|
-
.Validation-module_cellInput__LsyOo {
|
|
562
|
-
width: 100%;
|
|
563
|
-
height: 100%;
|
|
564
|
-
min-height: 40px;
|
|
565
|
-
border: none;
|
|
566
|
-
background: transparent;
|
|
567
|
-
padding: 0.625rem 0.75rem;
|
|
568
|
-
padding-right: 1.75rem;
|
|
569
|
-
font-size: 0.875rem;
|
|
570
|
-
font-family: inherit;
|
|
571
|
-
color: #111827;
|
|
572
|
-
outline: none;
|
|
573
|
-
transition: box-shadow 0.15s ease;
|
|
574
|
-
white-space: nowrap;
|
|
575
|
-
overflow: hidden;
|
|
576
|
-
text-overflow: ellipsis;
|
|
577
|
-
}
|
|
578
|
-
.Validation-module_cellInput__LsyOo:focus {
|
|
579
|
-
box-shadow: inset 0 0 0 2px #3b82f6;
|
|
580
|
-
z-index: 2;
|
|
581
|
-
position: relative;
|
|
582
|
-
}
|
|
583
|
-
.Validation-module_cellInput__LsyOo:hover {
|
|
584
|
-
background: rgba(0, 0, 0, 0.01);
|
|
585
|
-
}
|
|
586
|
-
.Validation-module_errorIndicator__2KEsf {
|
|
587
|
-
position: absolute;
|
|
588
|
-
right: 0.5rem;
|
|
589
|
-
top: 50%;
|
|
590
|
-
transform: translateY(-50%);
|
|
591
|
-
display: flex;
|
|
592
|
-
align-items: center;
|
|
593
|
-
justify-content: center;
|
|
594
|
-
cursor: help;
|
|
595
|
-
z-index: 3;
|
|
596
|
-
}
|
|
597
|
-
.Validation-module_errorIndicator__2KEsf svg {
|
|
598
|
-
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
|
|
599
|
-
}
|
|
600
|
-
.Validation-module_emptyState__g41in {
|
|
601
|
-
padding: 3rem;
|
|
602
|
-
text-align: center;
|
|
603
|
-
color: #6b7280;
|
|
604
|
-
}
|
|
605
|
-
.Validation-module_content__FgF43 {
|
|
606
|
-
display: flex;
|
|
607
|
-
flex-direction: column;
|
|
608
|
-
height: 100%;
|
|
609
|
-
width: 100%;
|
|
610
|
-
}
|
|
611
|
-
.Validation-module_tableWrapper__YcN6o {
|
|
612
|
-
flex: 1;
|
|
613
|
-
overflow: auto;
|
|
614
|
-
margin-bottom: 1rem;
|
|
615
|
-
border-radius: 8px;
|
|
616
|
-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
617
|
-
}
|
|
618
|
-
.Validation-module_actions__GIqEx {
|
|
619
|
-
display: flex;
|
|
620
|
-
justify-content: space-between;
|
|
621
|
-
align-items: center;
|
|
622
|
-
padding: 1rem 0;
|
|
623
|
-
}
|
|
624
|
-
.Validation-module_errorContainer__dKOJX {
|
|
625
|
-
flex: 1;
|
|
626
|
-
margin: 0 1rem;
|
|
627
|
-
}
|
|
628
|
-
.Validation-module_errorRow__E5crc td {
|
|
629
|
-
background-color: rgba(255, 0, 0, 0.03);
|
|
630
|
-
}
|
|
631
|
-
.Validation-module_editableCellContainer__7yPTv {
|
|
632
|
-
position: relative;
|
|
633
|
-
width: 100%;
|
|
634
|
-
}
|
|
635
|
-
.Validation-module_simpleInput__LhUg- {
|
|
636
|
-
width: 100%;
|
|
637
|
-
padding: 0.25rem;
|
|
638
|
-
border-radius: 4px;
|
|
639
|
-
font-size: 0.875rem;
|
|
640
|
-
transition: all 0.2s;
|
|
641
|
-
}
|
|
642
|
-
.Validation-module_simpleInput__LhUg-:focus {
|
|
643
|
-
border-color: #3182ce;
|
|
644
|
-
box-shadow: 0 0 0 1px #3182ce;
|
|
645
|
-
}
|
|
646
|
-
.Validation-module_errorInput__ZWDrT {
|
|
647
|
-
border-color: #e53e3e;
|
|
648
|
-
}
|
|
649
|
-
.Validation-module_errorInput__ZWDrT:focus {
|
|
650
|
-
border-color: #e53e3e;
|
|
651
|
-
box-shadow: 0 0 0 1px #e53e3e;
|
|
652
|
-
}
|
|
653
|
-
.Validation-module_errorIcon__NMpp3 {
|
|
654
|
-
position: absolute;
|
|
655
|
-
top: 50%;
|
|
656
|
-
right: 8px;
|
|
657
|
-
transform: translateY(-50%);
|
|
658
|
-
width: 16px;
|
|
659
|
-
height: 16px;
|
|
660
|
-
border-radius: 50%;
|
|
661
|
-
background-color: #e53e3e;
|
|
662
|
-
color: white;
|
|
663
|
-
font-size: 12px;
|
|
664
|
-
display: flex;
|
|
665
|
-
align-items: center;
|
|
666
|
-
justify-content: center;
|
|
667
|
-
cursor: help;
|
|
668
|
-
}
|
|
669
|
-
.Validation-module_validationTable__Wh1wk {
|
|
670
|
-
width: 100%;
|
|
671
|
-
border-collapse: collapse;
|
|
672
|
-
}
|
|
673
|
-
.Validation-module_validationTable__Wh1wk th {
|
|
674
|
-
background-color: #f1f5f9;
|
|
675
|
-
text-transform: none;
|
|
676
|
-
font-weight: 600;
|
|
677
|
-
color: #334155;
|
|
678
|
-
padding: 12px 16px;
|
|
679
|
-
text-align: left;
|
|
680
|
-
border-bottom: 1px solid #e2e8f0;
|
|
681
|
-
}
|
|
682
|
-
.Validation-module_validationTable__Wh1wk th:first-child {
|
|
683
|
-
border-top-left-radius: 8px;
|
|
684
|
-
}
|
|
685
|
-
.Validation-module_validationTable__Wh1wk th:last-child {
|
|
686
|
-
border-top-right-radius: 8px;
|
|
687
|
-
}
|
|
688
|
-
.Validation-module_validationTable__Wh1wk td {
|
|
689
|
-
padding: 12px 16px;
|
|
690
|
-
border-bottom: 1px solid #e2e8f0;
|
|
691
|
-
color: #334155;
|
|
692
|
-
}
|
|
693
|
-
.Validation-module_validationTable__Wh1wk tr:last-child td:first-child {
|
|
694
|
-
border-bottom-left-radius: 8px;
|
|
695
|
-
}
|
|
696
|
-
.Validation-module_validationTable__Wh1wk tr:last-child td:last-child {
|
|
697
|
-
border-bottom-right-radius: 8px;
|
|
698
|
-
}
|
|
699
|
-
.Validation-module_validationTable__Wh1wk tr:hover {
|
|
700
|
-
background-color: #f8fafc;
|
|
701
|
-
}
|
|
702
|
-
.Validation-module_validationFilters__XqhsC {
|
|
703
|
-
margin-bottom: 1rem;
|
|
704
|
-
}
|
|
705
|
-
.Validation-module_errorSummary__SYeAr {
|
|
706
|
-
padding: 0.75rem 1rem;
|
|
707
|
-
background: #fef2f2;
|
|
708
|
-
border: 1px solid #fecaca;
|
|
709
|
-
border-radius: 0.375rem;
|
|
710
|
-
margin-bottom: 1rem;
|
|
711
|
-
}
|
|
712
|
-
.Validation-module_tableContainer__jRikO {
|
|
713
|
-
flex: 1;
|
|
714
|
-
overflow: auto;
|
|
715
|
-
border: 1px solid #e2e8f0;
|
|
716
|
-
border-radius: 0.5rem;
|
|
717
|
-
background: white;
|
|
718
|
-
}
|
|
719
|
-
.Validation-module_toolbarActions__12qlG {
|
|
720
|
-
display: flex;
|
|
721
|
-
gap: 0.75rem;
|
|
722
|
-
align-items: center;
|
|
723
|
-
}
|
|
724
|
-
@media (max-width: 640px) {
|
|
725
|
-
.Validation-module_toolbarActions__12qlG {
|
|
726
|
-
width: 100%;
|
|
727
|
-
}
|
|
728
|
-
.Validation-module_toolbarActions__12qlG button {
|
|
729
|
-
flex: 1;
|
|
730
|
-
justify-content: center;
|
|
731
|
-
}
|
|
732
|
-
}
|
|
733
|
-
.Validation-module_footerSection__pJMfU {
|
|
734
|
-
flex-shrink: 0;
|
|
735
|
-
display: flex;
|
|
736
|
-
justify-content: space-between;
|
|
737
|
-
align-items: center;
|
|
738
|
-
padding: 1.5rem;
|
|
739
|
-
border-top: 1px solid #e5e7eb;
|
|
740
|
-
background: transparent;
|
|
741
|
-
}
|
|
742
|
-
.Validation-module_tableWidth__MNjwY {
|
|
743
|
-
width: -moz-max-content;
|
|
744
|
-
width: max-content;
|
|
745
|
-
min-width: 100%;
|
|
746
|
-
}
|
|
747
|
-
.Main-module_wrapper__VfIYG {
|
|
748
|
-
display: flex;
|
|
749
|
-
flex-direction: column;
|
|
750
|
-
height: auto;
|
|
751
|
-
min-height: 400px;
|
|
752
|
-
padding: 16px;
|
|
753
|
-
width: 100%;
|
|
754
|
-
box-sizing: border-box;
|
|
755
|
-
overflow: auto;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
.Main-module_content__TpU1t {
|
|
759
|
-
flex: 1;
|
|
760
|
-
overflow: visible;
|
|
761
|
-
min-width: 0;
|
|
762
|
-
width: 100%;
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
.Main-module_status__mz-0I {
|
|
766
|
-
display: flex;
|
|
767
|
-
align-items: center;
|
|
768
|
-
justify-content: space-between;
|
|
769
|
-
gap: var(--m);
|
|
770
|
-
padding: 0 var(--m-s) var(--m-s) var(--m-s);
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
.Main-module_spinner__ILoPm {
|
|
774
|
-
border: 1px solid var(--color-border);
|
|
775
|
-
margin-top: var(--m);
|
|
776
|
-
padding: var(--m);
|
|
777
|
-
border-radius: var(--border-radius-1);
|
|
778
|
-
position: absolute;
|
|
779
|
-
top: 50%;
|
|
780
|
-
left: 50%;
|
|
781
|
-
transform: translate(-50%, -50%);
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
.Main-module_close__FUs2w.Main-module_close__FUs2w {
|
|
785
|
-
position: absolute;
|
|
786
|
-
right: var(--m-xs, 0.5rem);
|
|
787
|
-
top: var(--m-xs, 0.5rem);
|
|
788
|
-
border-radius: 50%;
|
|
789
|
-
min-width: calc(var(--m-xl) * 36 / 48);
|
|
790
|
-
height: calc(var(--m-xl) * 36 / 48);
|
|
791
|
-
aspect-ratio: 1;
|
|
792
|
-
font-size: var(--font-size-xl);
|
|
793
|
-
padding: 0;
|
|
794
|
-
}
|
|
795
|
-
.Box-module_box__Dj2zP {
|
|
796
|
-
display: block;
|
|
797
|
-
margin: 0 auto;
|
|
798
|
-
padding: var(--m);
|
|
799
|
-
background-color: var(--color-background-modal);
|
|
800
|
-
border-radius: var(--border-radius-5);
|
|
801
|
-
box-shadow: 0 0 20px var(--color-background-modal-shadow);
|
|
802
|
-
max-width: 100%;
|
|
803
|
-
}
|
|
804
|
-
.Box-module_box__Dj2zP.Box-module_fluid__cRnoi {
|
|
805
|
-
max-width: none;
|
|
806
|
-
}
|
|
807
|
-
.Box-module_box__Dj2zP.Box-module_mid__dgKIT {
|
|
808
|
-
max-width: 440px;
|
|
809
|
-
}
|
|
810
|
-
.Box-module_box__Dj2zP.Box-module_wide__iL5HJ {
|
|
811
|
-
max-width: 660px;
|
|
812
|
-
}
|
|
813
|
-
.Box-module_box__Dj2zP.Box-module_space-l__twIGn {
|
|
814
|
-
padding: var(--m-l);
|
|
815
|
-
}
|
|
816
|
-
.Box-module_box__Dj2zP.Box-module_space-mid__XYqv5 {
|
|
817
|
-
padding: var(--m);
|
|
818
|
-
}
|
|
819
|
-
.Box-module_box__Dj2zP.Box-module_space-none__nI0HO {
|
|
820
|
-
padding: 0;
|
|
821
|
-
}
|
|
822
|
-
.Box-module_box__Dj2zP.Box-module_bg-shade__roVRv {
|
|
823
|
-
background-color: var(--color-background-modal-shade);
|
|
824
|
-
}
|
|
825
|
-
.Complete-module_content__-qYUl.Complete-module_content__-qYUl {
|
|
826
|
-
max-width: 1000px;
|
|
827
|
-
padding-top: var(--m);
|
|
828
|
-
height: 100%;
|
|
829
|
-
flex: 1 0 100px;
|
|
830
|
-
box-shadow: none;
|
|
831
|
-
background-color: transparent;
|
|
832
|
-
align-self: center;
|
|
833
|
-
display: flex;
|
|
834
|
-
align-items: center;
|
|
835
|
-
justify-content: center;
|
|
836
|
-
font-size: var(--font-size-xl);
|
|
837
|
-
flex-direction: column;
|
|
838
|
-
gap: var(--m);
|
|
839
|
-
text-align: center;
|
|
840
|
-
position: relative;
|
|
841
|
-
}
|
|
842
|
-
.Complete-module_content__-qYUl.Complete-module_content__-qYUl .Complete-module_icon__y443h {
|
|
843
|
-
width: 64px;
|
|
844
|
-
height: 64px;
|
|
845
|
-
isolation: isolate;
|
|
846
|
-
position: relative;
|
|
847
|
-
display: flex;
|
|
848
|
-
align-items: center;
|
|
849
|
-
justify-content: center;
|
|
850
|
-
}
|
|
851
|
-
.Complete-module_content__-qYUl.Complete-module_content__-qYUl .Complete-module_icon__y443h::before {
|
|
852
|
-
content: "";
|
|
853
|
-
position: absolute;
|
|
854
|
-
inset: 0;
|
|
855
|
-
border-radius: 50%;
|
|
856
|
-
background-color: var(--color-green-ui);
|
|
857
|
-
z-index: -1;
|
|
858
|
-
}
|
|
859
|
-
.Complete-module_content__-qYUl.Complete-module_content__-qYUl .Complete-module_icon__y443h svg {
|
|
860
|
-
width: 38%;
|
|
861
|
-
height: 38%;
|
|
862
|
-
-o-object-fit: contain;
|
|
863
|
-
object-fit: contain;
|
|
864
|
-
color: var(--color-text-on-primary);
|
|
865
|
-
}
|
|
866
|
-
.Complete-module_content__-qYUl.Complete-module_content__-qYUl .Complete-module_actions__7EDpo {
|
|
867
|
-
display: flex;
|
|
868
|
-
gap: var(--m-l);
|
|
869
|
-
align-items: center;
|
|
870
|
-
justify-content: center;
|
|
871
|
-
margin-top: var(--m-xxl);
|
|
872
|
-
}
|
|
873
|
-
.Complete-module_content__-qYUl.Complete-module_content__-qYUl .Complete-module_actions__7EDpo > * {
|
|
874
|
-
flex: 1 0 190px;
|
|
875
|
-
}
|
|
876
|
-
.Complete-module_content__-qYUl.Complete-module_content__-qYUl .Complete-module_actions__7EDpo button {
|
|
877
|
-
width: 50%;
|
|
878
|
-
}
|
|
879
|
-
.Complete-module_spinner__oocpd {
|
|
880
|
-
border: 1px solid var(--color-border);
|
|
881
|
-
margin-top: var(--m);
|
|
882
|
-
padding: var(--m);
|
|
883
|
-
border-radius: var(--border-radius-1);
|
|
884
|
-
}
|
|
885
|
-
.Default-module_table__44Sxu {
|
|
886
|
-
display: flex;
|
|
887
|
-
flex-direction: column;
|
|
888
|
-
flex: 1 1 auto;
|
|
889
|
-
width: 100%;
|
|
890
|
-
border-collapse: collapse;
|
|
891
|
-
border-spacing: 0;
|
|
892
|
-
border-radius: var(--border-radius-2);
|
|
893
|
-
outline: 1px solid var(--color-border);
|
|
894
|
-
table-layout: fixed;
|
|
895
|
-
overflow: hidden;
|
|
896
|
-
}
|
|
897
|
-
@media (max-width: 768px) {
|
|
898
|
-
.Default-module_table__44Sxu {
|
|
899
|
-
font-size: 14px; /* Slightly smaller font on tablets */
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
@media (max-width: 480px) {
|
|
903
|
-
.Default-module_table__44Sxu {
|
|
904
|
-
font-size: 12px; /* Even smaller font on mobile */
|
|
905
|
-
min-width: 320px; /* Ensure minimum width to prevent excessive squeezing */
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
.Default-module_table__44Sxu .Default-module_thead__QhWkw {
|
|
909
|
-
display: table-header-group;
|
|
910
|
-
}
|
|
911
|
-
.Default-module_table__44Sxu .Default-module_tbody__8S-zy {
|
|
912
|
-
display: block;
|
|
913
|
-
overflow: auto;
|
|
914
|
-
width: 100%;
|
|
915
|
-
}
|
|
916
|
-
.Default-module_table__44Sxu .Default-module_tr__esZOa {
|
|
917
|
-
display: flex;
|
|
918
|
-
width: 100%;
|
|
919
|
-
overflow: hidden;
|
|
920
|
-
flex-wrap: nowrap;
|
|
921
|
-
}
|
|
922
|
-
.Default-module_table__44Sxu .Default-module_td__iAMlt {
|
|
923
|
-
display: inline-flex;
|
|
924
|
-
align-items: center;
|
|
925
|
-
height: 44px;
|
|
926
|
-
flex-shrink: 0;
|
|
927
|
-
}
|
|
928
|
-
@media (max-width: 480px) {
|
|
929
|
-
.Default-module_table__44Sxu .Default-module_td__iAMlt {
|
|
930
|
-
height: 36px; /* Smaller cell height on mobile */
|
|
931
|
-
padding-left: var(--m-xxs) !important;
|
|
932
|
-
padding-right: var(--m-xxs) !important;
|
|
933
|
-
}
|
|
934
|
-
}
|
|
935
|
-
.Default-module_table__44Sxu .Default-module_caption__VYeqs {
|
|
936
|
-
display: table-caption;
|
|
937
|
-
border-bottom: 1px solid var(--color-border);
|
|
938
|
-
background-color: var(--color-background-modal);
|
|
939
|
-
padding: 0 var(--m-s);
|
|
940
|
-
border-radius: var(--border-radius-2) var(--border-radius-2) 0 0;
|
|
941
|
-
}
|
|
942
|
-
.Default-module_table__44Sxu .Default-module_thead__QhWkw .Default-module_tr__esZOa .Default-module_td__iAMlt {
|
|
943
|
-
font-weight: 400;
|
|
944
|
-
white-space: nowrap;
|
|
945
|
-
padding: var(--m-xxxs) var(--m-s);
|
|
946
|
-
border-bottom: 1px solid var(--color-border);
|
|
947
|
-
color: var(--color-text-secondary);
|
|
948
|
-
}
|
|
949
|
-
.Default-module_table__44Sxu .Default-module_thead__QhWkw .Default-module_tr__esZOa .Default-module_td__iAMlt:first-of-type {
|
|
950
|
-
border-radius: var(--border-radius-2) 0 0 0;
|
|
951
|
-
}
|
|
952
|
-
.Default-module_table__44Sxu .Default-module_thead__QhWkw .Default-module_tr__esZOa .Default-module_td__iAMlt:last-child {
|
|
953
|
-
border-radius: 0 var(--border-radius-2) 0 0;
|
|
954
|
-
}
|
|
955
|
-
.Default-module_table__44Sxu .Default-module_tbody__8S-zy .Default-module_tr__esZOa .Default-module_td__iAMlt {
|
|
956
|
-
vertical-align: middle;
|
|
957
|
-
padding: var(--m-xxxs) var(--m-s);
|
|
958
|
-
font-weight: 400;
|
|
959
|
-
}
|
|
960
|
-
.Default-module_table__44Sxu .Default-module_tbody__8S-zy .Default-module_tr__esZOa .Default-module_td__iAMlt > span, .Default-module_table__44Sxu .Default-module_tbody__8S-zy .Default-module_tr__esZOa .Default-module_td__iAMlt > small {
|
|
961
|
-
text-overflow: ellipsis;
|
|
962
|
-
white-space: nowrap;
|
|
963
|
-
display: block;
|
|
964
|
-
overflow: hidden;
|
|
965
|
-
}
|
|
966
|
-
.Default-module_table__44Sxu .Default-module_tbody__8S-zy .Default-module_tr__esZOa .Default-module_td__iAMlt.Default-module_highlight__qpgKE {
|
|
967
|
-
font-weight: 500;
|
|
968
|
-
}
|
|
969
|
-
.Default-module_table__44Sxu .Default-module_tbody__8S-zy .Default-module_tr__esZOa .Default-module_td__iAMlt.Default-module_element__DzyB- {
|
|
970
|
-
padding: 0 var(--m-s);
|
|
971
|
-
}
|
|
972
|
-
@media (max-width: 480px) {
|
|
973
|
-
.Default-module_table__44Sxu .Default-module_tbody__8S-zy .Default-module_tr__esZOa .Default-module_td__iAMlt.Default-module_element__DzyB- {
|
|
974
|
-
padding: 0 var(--m-xxs);
|
|
975
|
-
}
|
|
976
|
-
}
|
|
977
|
-
.Default-module_table__44Sxu .Default-module_tbody__8S-zy .Default-module_tr__esZOa:hover {
|
|
978
|
-
box-shadow: 0 0 0 2px var(--color-border);
|
|
979
|
-
position: relative;
|
|
980
|
-
}
|
|
981
|
-
.Default-module_table__44Sxu .Default-module_tbody__8S-zy .Default-module_tr__esZOa:last-child {
|
|
982
|
-
border-radius: 0 0 var(--border-radius-2) var(--border-radius-2);
|
|
983
|
-
}
|
|
984
|
-
.Default-module_table__44Sxu .Default-module_tbody__8S-zy .Default-module_tr__esZOa:last-child .Default-module_td__iAMlt {
|
|
985
|
-
border-bottom-color: transparent;
|
|
986
|
-
}
|
|
987
|
-
.Default-module_table__44Sxu .Default-module_tbody__8S-zy .Default-module_tr__esZOa:last-child .Default-module_td__iAMlt:first-of-type {
|
|
988
|
-
border-radius: 0 0 0 var(--border-radius-2);
|
|
989
|
-
}
|
|
990
|
-
.Default-module_table__44Sxu .Default-module_tbody__8S-zy .Default-module_tr__esZOa:last-child .Default-module_td__iAMlt:last-child {
|
|
991
|
-
border-radius: 0 0 var(--border-radius-2) 0;
|
|
992
|
-
}
|
|
993
|
-
.Default-module_table__44Sxu.Default-module_zebra__p0PyM {
|
|
994
|
-
background-color: var(--color-background-modal);
|
|
995
|
-
}
|
|
996
|
-
.Default-module_table__44Sxu.Default-module_zebra__p0PyM .Default-module_tbody__8S-zy .Default-module_tr__esZOa:nth-child(odd) .Default-module_td__iAMlt {
|
|
997
|
-
background-color: var(--color-background);
|
|
998
|
-
}
|
|
999
|
-
.Default-module_table__44Sxu.Default-module_dark__TYSeO {
|
|
1000
|
-
background-color: var(--color-background);
|
|
1001
|
-
}
|
|
1002
|
-
.Default-module_table__44Sxu.Default-module_dark__TYSeO .Default-module_thead__QhWkw .Default-module_tr__esZOa .Default-module_td__iAMlt {
|
|
1003
|
-
background-color: var(--color-background-modal);
|
|
1004
|
-
}
|
|
1005
|
-
.Default-module_table__44Sxu.Default-module_light__uGaq4 {
|
|
1006
|
-
background-color: var(--color-background-modal);
|
|
1007
|
-
}
|
|
1008
|
-
.Default-module_table__44Sxu.Default-module_transparent__rzqM5 .Default-module_thead__QhWkw {
|
|
1009
|
-
background-color: var(--color-background-modal);
|
|
1010
|
-
}
|
|
1011
|
-
.Default-module_table__44Sxu.Default-module_transparent__rzqM5 .Default-module_tbody__8S-zy .Default-module_tr__esZOa:hover {
|
|
1012
|
-
box-shadow: none;
|
|
1013
|
-
position: static;
|
|
1014
|
-
}
|
|
1015
|
-
.Default-module_table__44Sxu.Default-module_dark__TYSeO .Default-module_tbody__8S-zy .Default-module_tr__esZOa:hover, .Default-module_table__44Sxu.Default-module_light__uGaq4 .Default-module_tbody__8S-zy .Default-module_tr__esZOa:hover {
|
|
1016
|
-
box-shadow: none;
|
|
1017
|
-
position: static;
|
|
1018
|
-
}
|
|
1019
|
-
.Default-module_table__44Sxu.Default-module_dark__TYSeO .Default-module_tbody__8S-zy .Default-module_tr__esZOa:first-of-type .Default-module_td__iAMlt, .Default-module_table__44Sxu.Default-module_light__uGaq4 .Default-module_tbody__8S-zy .Default-module_tr__esZOa:first-of-type .Default-module_td__iAMlt {
|
|
1020
|
-
padding-top: var(--m-s);
|
|
1021
|
-
height: calc(44px + var(--m-s) - var(--m-xxxs));
|
|
1022
|
-
}
|
|
1023
|
-
.Default-module_table__44Sxu.Default-module_dark__TYSeO .Default-module_tbody__8S-zy .Default-module_tr__esZOa:last-of-type .Default-module_td__iAMlt, .Default-module_table__44Sxu.Default-module_light__uGaq4 .Default-module_tbody__8S-zy .Default-module_tr__esZOa:last-of-type .Default-module_td__iAMlt {
|
|
1024
|
-
padding-bottom: var(--m-s);
|
|
1025
|
-
height: calc(44px + var(--m-s) - var(--m-xxxs));
|
|
1026
|
-
}
|
|
1027
|
-
.Default-module_emptyMsg__HmPC- {
|
|
1028
|
-
display: flex;
|
|
1029
|
-
justify-content: center;
|
|
1030
|
-
align-items: center;
|
|
1031
|
-
margin-top: 15vh;
|
|
1032
|
-
text-align: center;
|
|
1033
|
-
}
|
|
1034
|
-
.Tooltip-module_tooltip__wRW1H {
|
|
1035
|
-
display: inline-flex;
|
|
1036
|
-
align-items: center;
|
|
1037
|
-
gap: var(--m-xs);
|
|
1038
|
-
}
|
|
1039
|
-
.Tooltip-module_tooltip__wRW1H .Tooltip-module_icon__8Cb-b {
|
|
1040
|
-
position: relative;
|
|
1041
|
-
display: block;
|
|
1042
|
-
cursor: pointer;
|
|
1043
|
-
}
|
|
1044
|
-
.Tooltip-module_tooltip__wRW1H.Tooltip-module_multiline__E-a-0 .Tooltip-module_message__dXk82 {
|
|
1045
|
-
width: 260px;
|
|
1046
|
-
white-space: normal;
|
|
1047
|
-
}
|
|
1048
|
-
.Tooltip-module_message__dXk82 {
|
|
1049
|
-
position: absolute;
|
|
1050
|
-
transform: translateX(-50%);
|
|
1051
|
-
background-color: var(--color-background-modal);
|
|
1052
|
-
z-index: 3;
|
|
1053
|
-
padding: var(--m-xxs) var(--m-xs);
|
|
1054
|
-
border-radius: var(--border-radius);
|
|
1055
|
-
margin-top: var(--m-xs);
|
|
1056
|
-
box-shadow: 0 0 0 1px var(--color-border), 0 5px 15px rgba(0, 0, 0, 0.2);
|
|
1057
|
-
max-width: 300px;
|
|
1058
|
-
}
|
|
1059
|
-
.Tooltip-module_message__dXk82::after, .Tooltip-module_message__dXk82::before {
|
|
1060
|
-
position: absolute;
|
|
1061
|
-
top: calc(var(--m-xxxs) * 1.732 * -1);
|
|
1062
|
-
left: 50%;
|
|
1063
|
-
border-left: var(--m-xxxs) solid transparent;
|
|
1064
|
-
border-right: var(--m-xxxs) solid transparent;
|
|
1065
|
-
border-bottom: calc(var(--m-xxxs) * 1.732) solid var(--color-border);
|
|
1066
|
-
content: "";
|
|
1067
|
-
font-size: 0;
|
|
1068
|
-
line-height: 0;
|
|
1069
|
-
width: 0;
|
|
1070
|
-
transform: translateX(-50%);
|
|
1071
|
-
}
|
|
1072
|
-
.Tooltip-module_message__dXk82::after {
|
|
1073
|
-
top: calc(var(--m-xxxs) * 1.732 * -1 + 2px);
|
|
1074
|
-
border-bottom: calc(var(--m-xxxs) * 1.732) solid var(--color-background-modal);
|
|
1075
|
-
}
|
|
1076
|
-
.Checkbox-module_container__509B2 {
|
|
1077
|
-
display: inline-block;
|
|
1078
|
-
gap: var(--m-xs);
|
|
1079
|
-
align-items: center;
|
|
1080
|
-
}
|
|
1081
|
-
.Checkbox-module_container__509B2:has(input:not(:disabled)) {
|
|
1082
|
-
cursor: pointer;
|
|
1083
|
-
}
|
|
1084
|
-
.Checkbox-module_container__509B2 input[type=checkbox] {
|
|
1085
|
-
-webkit-appearance: none;
|
|
1086
|
-
-moz-appearance: none;
|
|
1087
|
-
appearance: none;
|
|
1088
|
-
background-color: transparent;
|
|
1089
|
-
margin: 0;
|
|
1090
|
-
color: var(--color-primary);
|
|
1091
|
-
width: var(--m);
|
|
1092
|
-
height: var(--m);
|
|
1093
|
-
border: 2px solid var(--color-border);
|
|
1094
|
-
display: grid;
|
|
1095
|
-
place-content: center;
|
|
1096
|
-
border-radius: var(--border-radius-1);
|
|
1097
|
-
cursor: pointer;
|
|
1098
|
-
}
|
|
1099
|
-
.Checkbox-module_container__509B2 input[type=checkbox]::before {
|
|
1100
|
-
content: "";
|
|
1101
|
-
width: var(--m-xs);
|
|
1102
|
-
height: var(--m-xs);
|
|
1103
|
-
}
|
|
1104
|
-
.Checkbox-module_container__509B2 input[type=checkbox]:checked {
|
|
1105
|
-
background-color: var(--color-primary);
|
|
1106
|
-
border-color: var(--color-primary);
|
|
1107
|
-
}
|
|
1108
|
-
.Checkbox-module_container__509B2 input[type=checkbox]:checked::before {
|
|
1109
|
-
clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
|
|
1110
|
-
box-shadow: inset 1em 1em var(--color-text-on-primary);
|
|
1111
|
-
}
|
|
1112
|
-
.Checkbox-module_container__509B2 input[type=checkbox]:not(:disabled):focus-visible {
|
|
1113
|
-
outline: 1px solid var(--color-border);
|
|
1114
|
-
outline-offset: 3px;
|
|
1115
|
-
}
|
|
1116
|
-
.Checkbox-module_container__509B2 input[type=checkbox]:disabled {
|
|
1117
|
-
--container-color: var(--container-disabled);
|
|
1118
|
-
color: var(--container-disabled);
|
|
1119
|
-
cursor: default;
|
|
1120
|
-
background-color: var(--color-input-disabled);
|
|
1121
|
-
border-color: var(--color-border-soft);
|
|
1122
|
-
}
|
|
1123
|
-
.Checkbox-module_container__509B2 input[type=checkbox]:disabled:checked::before {
|
|
1124
|
-
clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
|
|
1125
|
-
box-shadow: inset 1em 1em var(--color-border-soft);
|
|
1126
|
-
}
|
|
1127
|
-
.MapColumns-module_content__cwn9D {
|
|
1128
|
-
height: 100%;
|
|
1129
|
-
width: 100%;
|
|
1130
|
-
}
|
|
1131
|
-
.MapColumns-module_content__cwn9D form {
|
|
1132
|
-
display: flex;
|
|
1133
|
-
flex-direction: column;
|
|
1134
|
-
height: 100%;
|
|
1135
|
-
gap: 1rem;
|
|
1136
|
-
}
|
|
1137
|
-
.MapColumns-module_content__cwn9D form .MapColumns-module_tableWrapper__rJkZT {
|
|
1138
|
-
display: flex;
|
|
1139
|
-
max-height: 400px;
|
|
1140
|
-
overflow-y: auto;
|
|
1141
|
-
overflow-x: auto;
|
|
1142
|
-
padding: 1px;
|
|
1143
|
-
border-radius: 0.5rem;
|
|
1144
|
-
border: 1px solid var(--color-border);
|
|
1145
|
-
background-color: var(--color-background);
|
|
1146
|
-
}
|
|
1147
|
-
.MapColumns-module_content__cwn9D form .MapColumns-module_actions__qteVr {
|
|
1148
|
-
display: flex;
|
|
1149
|
-
justify-content: space-between;
|
|
1150
|
-
flex-wrap: wrap;
|
|
1151
|
-
gap: var(--m-xs);
|
|
1152
|
-
}
|
|
1153
|
-
@media (max-width: 480px) {
|
|
1154
|
-
.MapColumns-module_content__cwn9D form .MapColumns-module_actions__qteVr {
|
|
1155
|
-
flex-direction: column-reverse;
|
|
1156
|
-
align-items: stretch;
|
|
1157
|
-
}
|
|
1158
|
-
}
|
|
1159
|
-
.MapColumns-module_samples__HDiqx {
|
|
1160
|
-
overflow: hidden;
|
|
1161
|
-
text-overflow: ellipsis;
|
|
1162
|
-
line-height: 1.2;
|
|
1163
|
-
white-space: nowrap;
|
|
1164
|
-
}
|
|
1165
|
-
@media (max-width: 768px) {
|
|
1166
|
-
.MapColumns-module_samples__HDiqx {
|
|
1167
|
-
max-width: 100%;
|
|
1168
|
-
}
|
|
1169
|
-
}
|
|
1170
|
-
.MapColumns-module_samples__HDiqx > small {
|
|
1171
|
-
background-color: var(--color-input-background);
|
|
1172
|
-
font-family: monospace;
|
|
1173
|
-
padding: 0.25rem 0.5rem;
|
|
1174
|
-
border-radius: 0.25rem;
|
|
1175
|
-
font-size: 0.75rem;
|
|
1176
|
-
display: inline-block;
|
|
1177
|
-
}
|
|
1178
|
-
@media (max-width: 480px) {
|
|
1179
|
-
.MapColumns-module_samples__HDiqx > small {
|
|
1180
|
-
font-size: 10px;
|
|
1181
|
-
max-width: 90px;
|
|
1182
|
-
overflow: hidden;
|
|
1183
|
-
text-overflow: ellipsis;
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
.MapColumns-module_samples__HDiqx > small + small {
|
|
1187
|
-
margin-left: 0.25rem;
|
|
1188
|
-
}
|
|
1189
|
-
.MapColumns-module_spinner__aIjhF {
|
|
1190
|
-
border: 1px solid var(--color-border);
|
|
1191
|
-
margin-top: var(--m);
|
|
1192
|
-
padding: var(--m);
|
|
1193
|
-
border-radius: var(--border-radius-1);
|
|
1194
|
-
}
|
|
1195
|
-
.MapColumns-module_errorContainer__UrQy6 {
|
|
1196
|
-
display: flex;
|
|
1197
|
-
justify-content: center;
|
|
1198
|
-
max-width: 60vw;
|
|
1199
|
-
}
|
|
1200
|
-
@media (max-width: 768px) {
|
|
1201
|
-
.MapColumns-module_errorContainer__UrQy6 {
|
|
1202
|
-
max-width: 100%;
|
|
1203
|
-
}
|
|
1204
|
-
}
|
|
1205
|
-
.MapColumns-module_schemalessTextInput__yeNez {
|
|
1206
|
-
width: 210px;
|
|
1207
|
-
}
|
|
1208
|
-
@media (max-width: 480px) {
|
|
1209
|
-
.MapColumns-module_schemalessTextInput__yeNez {
|
|
1210
|
-
width: 100%;
|
|
1211
|
-
}
|
|
1212
|
-
}
|
|
1213
|
-
.RowSelection-module_content__ZpzFE {
|
|
1214
|
-
flex-grow: 1;
|
|
1215
|
-
height: 100%;
|
|
1216
|
-
}
|
|
1217
|
-
.RowSelection-module_content__ZpzFE form {
|
|
1218
|
-
display: flex;
|
|
1219
|
-
flex-direction: column;
|
|
1220
|
-
height: 100%;
|
|
1221
|
-
gap: var(--m);
|
|
1222
|
-
}
|
|
1223
|
-
.RowSelection-module_content__ZpzFE form .RowSelection-module_tableWrapper__j0vPf {
|
|
1224
|
-
display: flex;
|
|
1225
|
-
overflow-y: auto;
|
|
1226
|
-
padding: 1px;
|
|
1227
|
-
margin-right: -20px;
|
|
1228
|
-
padding-right: 21px;
|
|
1229
|
-
max-height: 400px;
|
|
1230
|
-
}
|
|
1231
|
-
.RowSelection-module_content__ZpzFE form .RowSelection-module_actions__xQYmq {
|
|
1232
|
-
display: flex;
|
|
1233
|
-
justify-content: space-between;
|
|
1234
|
-
}
|
|
1235
|
-
.RowSelection-module_samples__MoNwo {
|
|
1236
|
-
overflow: hidden;
|
|
1237
|
-
text-overflow: ellipsis;
|
|
1238
|
-
line-height: 1;
|
|
1239
|
-
white-space: nowrap;
|
|
1240
|
-
}
|
|
1241
|
-
.RowSelection-module_samples__MoNwo > small {
|
|
1242
|
-
background-color: var(--color-input-background);
|
|
1243
|
-
font-family: monospace;
|
|
1244
|
-
padding: var(--m-xxxxs);
|
|
1245
|
-
border-radius: var(--border-radius-1);
|
|
1246
|
-
font-size: var(--font-size-xs);
|
|
1247
|
-
display: inline-block;
|
|
1248
|
-
}
|
|
1249
|
-
.RowSelection-module_samples__MoNwo > small + small {
|
|
1250
|
-
margin-left: var(--m-xxxxs);
|
|
1251
|
-
}
|
|
1252
|
-
.RowSelection-module_spinner__Ytadw {
|
|
1253
|
-
border: 1px solid var(--color-border);
|
|
1254
|
-
margin-top: var(--m);
|
|
1255
|
-
padding: var(--m);
|
|
1256
|
-
border-radius: var(--border-radius-1);
|
|
1257
|
-
}
|
|
1258
|
-
.RowSelection-module_inputRadio__LYh-- {
|
|
1259
|
-
margin-right: 10px;
|
|
1260
|
-
}
|
|
1261
|
-
.RowSelection-module_headingCaption__rpHA3 {
|
|
1262
|
-
padding: 12px 0 10px 0;
|
|
1263
|
-
color: var(--color-text-secondary);
|
|
1264
|
-
font-weight: 400;
|
|
1265
|
-
height: 48px;
|
|
1266
|
-
vertical-align: middle;
|
|
1267
|
-
text-align: center;
|
|
1268
|
-
}
|
|
1269
|
-
.RowSelection-module_headingCaption__rpHA3 span > span:nth-child(1) > span {
|
|
1270
|
-
font-weight: 400;
|
|
1271
|
-
}
|
|
1272
|
-
.RowSelection-module_warningIcon__QeTyR {
|
|
1273
|
-
margin-right: 7px;
|
|
1274
|
-
}
|
|
1275
|
-
.ConfigureImport-module_baseContainer__q8h4Q, .ConfigureImport-module_configureImport__LEOsk, .ConfigureImport-module_flexContainer__HbOJk {
|
|
1276
|
-
width: 100%;
|
|
1277
|
-
max-width: 100%;
|
|
1278
|
-
padding: 1.5rem;
|
|
1279
|
-
}
|
|
1280
|
-
@media (max-width: 768px) {
|
|
1281
|
-
.ConfigureImport-module_baseContainer__q8h4Q, .ConfigureImport-module_configureImport__LEOsk, .ConfigureImport-module_flexContainer__HbOJk {
|
|
1282
|
-
padding: 1rem;
|
|
1283
|
-
}
|
|
1284
|
-
}
|
|
1285
|
-
@media (max-width: 640px) {
|
|
1286
|
-
.ConfigureImport-module_baseContainer__q8h4Q, .ConfigureImport-module_configureImport__LEOsk, .ConfigureImport-module_flexContainer__HbOJk {
|
|
1287
|
-
padding: 0.75rem;
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1290
|
-
.ConfigureImport-module_flexContainer__HbOJk {
|
|
1291
|
-
display: flex;
|
|
1292
|
-
flex-direction: column;
|
|
1293
|
-
min-height: 0;
|
|
1294
|
-
min-width: 0;
|
|
1295
|
-
}
|
|
1296
|
-
.ConfigureImport-module_scrollableContent__njXa7 {
|
|
1297
|
-
flex: 1;
|
|
1298
|
-
display: flex;
|
|
1299
|
-
flex-direction: column;
|
|
1300
|
-
overflow: visible;
|
|
1301
|
-
max-width: 100%;
|
|
1302
|
-
min-width: 0;
|
|
1303
|
-
}
|
|
1304
|
-
.ConfigureImport-module_tableContainer__mMlmj {
|
|
1305
|
-
flex: 1;
|
|
1306
|
-
overflow-x: auto;
|
|
1307
|
-
overflow-y: auto;
|
|
1308
|
-
max-width: 100%;
|
|
1309
|
-
-webkit-overflow-scrolling: touch;
|
|
1310
|
-
}
|
|
1311
|
-
.ConfigureImport-module_tableContainer__mMlmj table {
|
|
1312
|
-
min-width: 100%;
|
|
1313
|
-
width: -moz-max-content;
|
|
1314
|
-
width: max-content;
|
|
1315
|
-
}
|
|
1316
|
-
.ConfigureImport-module_headerSection__ZgAQT {
|
|
1317
|
-
padding: 1rem;
|
|
1318
|
-
border-bottom: 1px solid #e5e7eb;
|
|
1319
|
-
}
|
|
1320
|
-
.ConfigureImport-module_headerSection__ZgAQT h2 {
|
|
1321
|
-
font-size: 1.25rem;
|
|
1322
|
-
font-weight: 600;
|
|
1323
|
-
color: #111827;
|
|
1324
|
-
margin: 0 0 0.5rem 0;
|
|
1325
|
-
}
|
|
1326
|
-
.ConfigureImport-module_headerSection__ZgAQT p {
|
|
1327
|
-
font-size: 0.875rem;
|
|
1328
|
-
color: #6b7280;
|
|
1329
|
-
margin: 0;
|
|
1330
|
-
}
|
|
1331
|
-
.ConfigureImport-module_toolbar__GEhEX {
|
|
1332
|
-
padding: 0.75rem 1rem;
|
|
1333
|
-
background: white;
|
|
1334
|
-
border: 1px solid #e5e7eb;
|
|
1335
|
-
border-radius: 0.5rem;
|
|
1336
|
-
margin-bottom: 1rem;
|
|
1337
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1338
|
-
}
|
|
1339
|
-
.ConfigureImport-module_configureImport__LEOsk {
|
|
1340
|
-
height: 100%;
|
|
1341
|
-
margin: 0;
|
|
1342
|
-
}
|
|
1343
|
-
.Uploader-module_modernContent__XjUvk {
|
|
1344
|
-
display: flex;
|
|
1345
|
-
flex-direction: column;
|
|
1346
|
-
width: 100%;
|
|
1347
|
-
max-width: 560px;
|
|
1348
|
-
margin: 0 auto;
|
|
1349
|
-
padding: 2rem 1rem;
|
|
1350
|
-
}
|
|
1351
|
-
@media (max-width: 640px) {
|
|
1352
|
-
.Uploader-module_modernContent__XjUvk {
|
|
1353
|
-
padding: 1.5rem 1rem;
|
|
1354
|
-
}
|
|
1355
|
-
}
|
|
1356
|
-
@media (max-width: 480px) {
|
|
1357
|
-
.Uploader-module_modernContent__XjUvk {
|
|
1358
|
-
padding: 1rem;
|
|
1359
|
-
}
|
|
1360
|
-
}
|
|
1361
|
-
.Uploader-module_content__jHvJS {
|
|
1362
|
-
display: flex;
|
|
1363
|
-
gap: var(--m);
|
|
1364
|
-
height: auto;
|
|
1365
|
-
min-height: 200px;
|
|
1366
|
-
}
|
|
1367
|
-
@media (max-width: 480px) {
|
|
1368
|
-
.Uploader-module_content__jHvJS {
|
|
1369
|
-
flex-direction: column;
|
|
1370
|
-
}
|
|
1371
|
-
}
|
|
1372
|
-
.Uploader-module_content__jHvJS > *:first-child {
|
|
1373
|
-
flex: 1 1 500px;
|
|
1374
|
-
overflow: hidden;
|
|
1375
|
-
}
|
|
1376
|
-
.Uploader-module_content__jHvJS > *:last-child {
|
|
1377
|
-
flex-basis: 38%;
|
|
1378
|
-
}
|
|
1379
|
-
@media (max-width: 480px) {
|
|
1380
|
-
.Uploader-module_content__jHvJS > *:last-child {
|
|
1381
|
-
display: none;
|
|
1382
|
-
}
|
|
1383
|
-
}
|
|
1384
|
-
.Uploader-module_box__kUUB9 {
|
|
1385
|
-
display: flex;
|
|
1386
|
-
flex-direction: column;
|
|
1387
|
-
gap: var(--m-s);
|
|
1388
|
-
max-height: 200px;
|
|
1389
|
-
}
|
|
1390
|
-
.Uploader-module_tableContainer__sOrWe {
|
|
1391
|
-
overflow: hidden;
|
|
1392
|
-
overflow-y: auto;
|
|
1393
|
-
max-height: 150px;
|
|
1394
|
-
border: 1px solid var(--color-border);
|
|
1395
|
-
border-radius: var(--border-radius-2);
|
|
1396
|
-
}
|
|
1397
|
-
.Uploader-module_tableContainer__sOrWe > div {
|
|
1398
|
-
outline: none;
|
|
1399
|
-
}
|
|
1400
|
-
.Uploader-module_tableContainer__sOrWe .Uploader-module_tbody__A0Trr {
|
|
1401
|
-
overflow: auto;
|
|
1402
|
-
}
|
|
1403
|
-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
|
|
1404
|
-
|
|
1405
|
-
.container{
|
|
1406
|
-
width: 100%;
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
@media (min-width: 640px){
|
|
1410
|
-
|
|
1411
|
-
.container{
|
|
1412
|
-
max-width: 640px;
|
|
1413
|
-
}
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
@media (min-width: 768px){
|
|
1417
|
-
|
|
1418
|
-
.container{
|
|
1419
|
-
max-width: 768px;
|
|
1420
|
-
}
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
@media (min-width: 1024px){
|
|
1424
|
-
|
|
1425
|
-
.container{
|
|
1426
|
-
max-width: 1024px;
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
@media (min-width: 1280px){
|
|
1431
|
-
|
|
1432
|
-
.container{
|
|
1433
|
-
max-width: 1280px;
|
|
1434
|
-
}
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
@media (min-width: 1536px){
|
|
1438
|
-
|
|
1439
|
-
.container{
|
|
1440
|
-
max-width: 1536px;
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
.csv-importer {
|
|
1445
|
-
/* Modern Color Scheme - Light Mode */
|
|
1446
|
-
--background: 0 0% 100%;
|
|
1447
|
-
--foreground: 222.2 84% 4.9%;
|
|
1448
|
-
|
|
1449
|
-
--card: 0 0% 100%;
|
|
1450
|
-
--card-foreground: 222.2 84% 4.9%;
|
|
1451
|
-
|
|
1452
|
-
--popover: 0 0% 100%;
|
|
1453
|
-
--popover-foreground: 222.2 84% 4.9%;
|
|
1454
|
-
|
|
1455
|
-
--primary: 221.2 83.2% 53.3%;
|
|
1456
|
-
--primary-foreground: 210 40% 98%;
|
|
1457
|
-
|
|
1458
|
-
--secondary: 210 40% 96.1%;
|
|
1459
|
-
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
1460
|
-
|
|
1461
|
-
--muted: 210 40% 96.1%;
|
|
1462
|
-
--muted-foreground: 215.4 16.3% 46.9%;
|
|
1463
|
-
|
|
1464
|
-
--accent: 210 40% 96.1%;
|
|
1465
|
-
--accent-foreground: 222.2 47.4% 11.2%;
|
|
1466
|
-
|
|
1467
|
-
--destructive: 0 84.2% 60.2%;
|
|
1468
|
-
--destructive-foreground: 210 40% 98%;
|
|
1469
|
-
|
|
1470
|
-
--border: 214.3 31.8% 91.4%;
|
|
1471
|
-
--input: 214.3 31.8% 91.4%;
|
|
1472
|
-
--ring: 221.2 83.2% 53.3%;
|
|
1473
|
-
|
|
1474
|
-
--radius: 0.5rem;
|
|
1475
|
-
|
|
1476
|
-
/* Legacy color variables for compatibility */
|
|
1477
|
-
--color-primary: #2563eb;
|
|
1478
|
-
--color-primary-foreground: #ffffff;
|
|
1479
|
-
--color-secondary: #f3f4f6;
|
|
1480
|
-
--color-secondary-foreground: #111827;
|
|
1481
|
-
--color-border: #e5e7eb;
|
|
1482
|
-
--color-background: #ffffff;
|
|
1483
|
-
--color-text: #111827;
|
|
1484
|
-
--color-error: #ef4444;
|
|
1485
|
-
--color-error-foreground: #ffffff;
|
|
1486
|
-
--color-muted: #f3f4f6;
|
|
1487
|
-
--color-muted-foreground: #6b7280;
|
|
1488
|
-
--color-accent: #f3f4f6;
|
|
1489
|
-
--color-accent-foreground: #111827;
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
.csv-importer[data-theme="dark"] {
|
|
1493
|
-
--background: 222.2 84% 4.9%;
|
|
1494
|
-
--foreground: 210 40% 98%;
|
|
1495
|
-
|
|
1496
|
-
--card: 222.2 84% 4.9%;
|
|
1497
|
-
--card-foreground: 210 40% 98%;
|
|
1498
|
-
|
|
1499
|
-
--popover: 222.2 84% 4.9%;
|
|
1500
|
-
--popover-foreground: 210 40% 98%;
|
|
1501
|
-
|
|
1502
|
-
--primary: 217.2 91.2% 59.8%;
|
|
1503
|
-
--primary-foreground: 222.2 47.4% 11.2%;
|
|
1504
|
-
|
|
1505
|
-
--secondary: 217.2 32.6% 17.5%;
|
|
1506
|
-
--secondary-foreground: 210 40% 98%;
|
|
1507
|
-
|
|
1508
|
-
--muted: 217.2 32.6% 17.5%;
|
|
1509
|
-
--muted-foreground: 215 20.2% 65.1%;
|
|
1510
|
-
|
|
1511
|
-
--accent: 217.2 32.6% 17.5%;
|
|
1512
|
-
--accent-foreground: 210 40% 98%;
|
|
1513
|
-
|
|
1514
|
-
--destructive: 0 62.8% 30.6%;
|
|
1515
|
-
--destructive-foreground: 210 40% 98%;
|
|
1516
|
-
|
|
1517
|
-
--border: 217.2 32.6% 17.5%;
|
|
1518
|
-
--input: 217.2 32.6% 17.5%;
|
|
1519
|
-
--ring: 224.3 76.3% 48%;
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
.sr-only{
|
|
1523
|
-
position: absolute;
|
|
1524
|
-
width: 1px;
|
|
1525
|
-
height: 1px;
|
|
1526
|
-
padding: 0;
|
|
1527
|
-
margin: -1px;
|
|
1528
|
-
overflow: hidden;
|
|
1529
|
-
clip: rect(0, 0, 0, 0);
|
|
1530
|
-
white-space: nowrap;
|
|
1531
|
-
border-width: 0;
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
.pointer-events-none{
|
|
1535
|
-
pointer-events: none;
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
.pointer-events-auto{
|
|
1539
|
-
pointer-events: auto;
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
.visible{
|
|
1543
|
-
visibility: visible;
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
.collapse{
|
|
1547
|
-
visibility: collapse;
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
.static{
|
|
1551
|
-
position: static;
|
|
1552
|
-
}
|
|
1553
|
-
|
|
1554
|
-
.fixed{
|
|
1555
|
-
position: fixed;
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
|
-
.absolute{
|
|
1559
|
-
position: absolute;
|
|
1560
|
-
}
|
|
1561
|
-
|
|
1562
|
-
.relative{
|
|
1563
|
-
position: relative;
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1566
|
-
.sticky{
|
|
1567
|
-
position: sticky;
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
.inset-0{
|
|
1571
|
-
inset: 0px;
|
|
1572
|
-
}
|
|
1573
|
-
|
|
1574
|
-
.bottom-0{
|
|
1575
|
-
bottom: 0px;
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
|
-
.left-0{
|
|
1579
|
-
left: 0px;
|
|
1580
|
-
}
|
|
1581
|
-
|
|
1582
|
-
.left-2{
|
|
1583
|
-
left: 0.5rem;
|
|
1584
|
-
}
|
|
1585
|
-
|
|
1586
|
-
.left-4{
|
|
1587
|
-
left: 1rem;
|
|
1588
|
-
}
|
|
1589
|
-
|
|
1590
|
-
.left-\[50\%\]{
|
|
1591
|
-
left: 50%;
|
|
1592
|
-
}
|
|
1593
|
-
|
|
1594
|
-
.right-0{
|
|
1595
|
-
right: 0px;
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
.right-2{
|
|
1599
|
-
right: 0.5rem;
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
.right-4{
|
|
1603
|
-
right: 1rem;
|
|
1604
|
-
}
|
|
1605
|
-
|
|
1606
|
-
.top-0{
|
|
1607
|
-
top: 0px;
|
|
1608
|
-
}
|
|
1609
|
-
|
|
1610
|
-
.top-1{
|
|
1611
|
-
top: 0.25rem;
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
.top-1\/2{
|
|
1615
|
-
top: 50%;
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
.top-2{
|
|
1619
|
-
top: 0.5rem;
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
|
-
.top-4{
|
|
1623
|
-
top: 1rem;
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
|
-
.top-\[50\%\]{
|
|
1627
|
-
top: 50%;
|
|
1628
|
-
}
|
|
1629
|
-
|
|
1630
|
-
.top-auto{
|
|
1631
|
-
top: auto;
|
|
1632
|
-
}
|
|
1633
|
-
|
|
1634
|
-
.isolate{
|
|
1635
|
-
isolation: isolate;
|
|
1636
|
-
}
|
|
1637
|
-
|
|
1638
|
-
.z-10{
|
|
1639
|
-
z-index: 10;
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
.z-50{
|
|
1643
|
-
z-index: 50;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
.z-\[1000\]{
|
|
1647
|
-
z-index: 1000;
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
|
-
.z-\[100\]{
|
|
1651
|
-
z-index: 100;
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
.-mx-1{
|
|
1655
|
-
margin-left: -0.25rem;
|
|
1656
|
-
margin-right: -0.25rem;
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
.my-1{
|
|
1660
|
-
margin-top: 0.25rem;
|
|
1661
|
-
margin-bottom: 0.25rem;
|
|
1662
|
-
}
|
|
1663
|
-
|
|
1664
|
-
.-ml-1{
|
|
1665
|
-
margin-left: -0.25rem;
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
|
-
.mb-1{
|
|
1669
|
-
margin-bottom: 0.25rem;
|
|
1670
|
-
}
|
|
1671
|
-
|
|
1672
|
-
.mb-2{
|
|
1673
|
-
margin-bottom: 0.5rem;
|
|
1674
|
-
}
|
|
1675
|
-
|
|
1676
|
-
.mb-3{
|
|
1677
|
-
margin-bottom: 0.75rem;
|
|
1678
|
-
}
|
|
1679
|
-
|
|
1680
|
-
.mb-4{
|
|
1681
|
-
margin-bottom: 1rem;
|
|
1682
|
-
}
|
|
1683
|
-
|
|
1684
|
-
.mb-6{
|
|
1685
|
-
margin-bottom: 1.5rem;
|
|
1686
|
-
}
|
|
1687
|
-
|
|
1688
|
-
.ml-1{
|
|
1689
|
-
margin-left: 0.25rem;
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
.ml-2{
|
|
1693
|
-
margin-left: 0.5rem;
|
|
1694
|
-
}
|
|
1695
|
-
|
|
1696
|
-
.mr-2{
|
|
1697
|
-
margin-right: 0.5rem;
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
.mt-1{
|
|
1701
|
-
margin-top: 0.25rem;
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
|
-
.mt-2{
|
|
1705
|
-
margin-top: 0.5rem;
|
|
1706
|
-
}
|
|
1707
|
-
|
|
1708
|
-
.mt-6{
|
|
1709
|
-
margin-top: 1.5rem;
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
.line-clamp-1{
|
|
1713
|
-
overflow: hidden;
|
|
1714
|
-
display: -webkit-box;
|
|
1715
|
-
-webkit-box-orient: vertical;
|
|
1716
|
-
-webkit-line-clamp: 1;
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
|
-
.block{
|
|
1720
|
-
display: block;
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
.inline-block{
|
|
1724
|
-
display: inline-block;
|
|
1725
|
-
}
|
|
1726
|
-
|
|
1727
|
-
.inline{
|
|
1728
|
-
display: inline;
|
|
1729
|
-
}
|
|
1730
|
-
|
|
1731
|
-
.flex{
|
|
1732
|
-
display: flex;
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
.inline-flex{
|
|
1736
|
-
display: inline-flex;
|
|
1737
|
-
}
|
|
1738
|
-
|
|
1739
|
-
.table{
|
|
1740
|
-
display: table;
|
|
1741
|
-
}
|
|
1742
|
-
|
|
1743
|
-
.grid{
|
|
1744
|
-
display: grid;
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
.hidden{
|
|
1748
|
-
display: none;
|
|
1749
|
-
}
|
|
1750
|
-
|
|
1751
|
-
.h-10{
|
|
1752
|
-
height: 2.5rem;
|
|
1753
|
-
}
|
|
1754
|
-
|
|
1755
|
-
.h-12{
|
|
1756
|
-
height: 3rem;
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1759
|
-
.h-3{
|
|
1760
|
-
height: 0.75rem;
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
|
-
.h-3\.5{
|
|
1764
|
-
height: 0.875rem;
|
|
1765
|
-
}
|
|
1766
|
-
|
|
1767
|
-
.h-4{
|
|
1768
|
-
height: 1rem;
|
|
1769
|
-
}
|
|
1770
|
-
|
|
1771
|
-
.h-5{
|
|
1772
|
-
height: 1.25rem;
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
.h-6{
|
|
1776
|
-
height: 1.5rem;
|
|
1777
|
-
}
|
|
1778
|
-
|
|
1779
|
-
.h-8{
|
|
1780
|
-
height: 2rem;
|
|
1781
|
-
}
|
|
1782
|
-
|
|
1783
|
-
.h-9{
|
|
1784
|
-
height: 2.25rem;
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
.h-\[var\(--radix-select-trigger-height\)\]{
|
|
1788
|
-
height: var(--radix-select-trigger-height);
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
|
-
.h-full{
|
|
1792
|
-
height: 100%;
|
|
1793
|
-
}
|
|
1794
|
-
|
|
1795
|
-
.h-px{
|
|
1796
|
-
height: 1px;
|
|
1797
|
-
}
|
|
1798
|
-
|
|
1799
|
-
.max-h-96{
|
|
1800
|
-
max-height: 24rem;
|
|
1801
|
-
}
|
|
1802
|
-
|
|
1803
|
-
.max-h-\[120px\]{
|
|
1804
|
-
max-height: 120px;
|
|
1805
|
-
}
|
|
1806
|
-
|
|
1807
|
-
.max-h-\[300px\]{
|
|
1808
|
-
max-height: 300px;
|
|
1809
|
-
}
|
|
1810
|
-
|
|
1811
|
-
.max-h-screen{
|
|
1812
|
-
max-height: 100vh;
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
.min-h-\[180px\]{
|
|
1816
|
-
min-height: 180px;
|
|
1817
|
-
}
|
|
1818
|
-
|
|
1819
|
-
.min-h-\[240px\]{
|
|
1820
|
-
min-height: 240px;
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1823
|
-
.w-10{
|
|
1824
|
-
width: 2.5rem;
|
|
1825
|
-
}
|
|
1826
|
-
|
|
1827
|
-
.w-11{
|
|
1828
|
-
width: 2.75rem;
|
|
1829
|
-
}
|
|
1830
|
-
|
|
1831
|
-
.w-3{
|
|
1832
|
-
width: 0.75rem;
|
|
1833
|
-
}
|
|
1834
|
-
|
|
1835
|
-
.w-3\.5{
|
|
1836
|
-
width: 0.875rem;
|
|
1837
|
-
}
|
|
1838
|
-
|
|
1839
|
-
.w-4{
|
|
1840
|
-
width: 1rem;
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
.w-5{
|
|
1844
|
-
width: 1.25rem;
|
|
1845
|
-
}
|
|
1846
|
-
|
|
1847
|
-
.w-8{
|
|
1848
|
-
width: 2rem;
|
|
1849
|
-
}
|
|
1850
|
-
|
|
1851
|
-
.w-\[30\%\]{
|
|
1852
|
-
width: 30%;
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
|
-
.w-\[35\%\]{
|
|
1856
|
-
width: 35%;
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
|
-
.w-full{
|
|
1860
|
-
width: 100%;
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
.min-w-\[600px\]{
|
|
1864
|
-
min-width: 600px;
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
.min-w-\[8rem\]{
|
|
1868
|
-
min-width: 8rem;
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
.min-w-\[var\(--radix-select-trigger-width\)\]{
|
|
1872
|
-
min-width: var(--radix-select-trigger-width);
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
.max-w-\[250px\]{
|
|
1876
|
-
max-width: 250px;
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
.max-w-\[300px\]{
|
|
1880
|
-
max-width: 300px;
|
|
1881
|
-
}
|
|
1882
|
-
|
|
1883
|
-
.max-w-\[800px\]{
|
|
1884
|
-
max-width: 800px;
|
|
1885
|
-
}
|
|
1886
|
-
|
|
1887
|
-
.max-w-lg{
|
|
1888
|
-
max-width: 32rem;
|
|
1889
|
-
}
|
|
1890
|
-
|
|
1891
|
-
.max-w-md{
|
|
1892
|
-
max-width: 28rem;
|
|
1893
|
-
}
|
|
1894
|
-
|
|
1895
|
-
.flex-1{
|
|
1896
|
-
flex: 1 1 0%;
|
|
1897
|
-
}
|
|
1898
|
-
|
|
1899
|
-
.flex-shrink{
|
|
1900
|
-
flex-shrink: 1;
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
|
-
.flex-shrink-0{
|
|
1904
|
-
flex-shrink: 0;
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
.shrink-0{
|
|
1908
|
-
flex-shrink: 0;
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
.flex-grow{
|
|
1912
|
-
flex-grow: 1;
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
.border-collapse{
|
|
1916
|
-
border-collapse: collapse;
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
.-translate-y-1{
|
|
1920
|
-
--tw-translate-y: -0.25rem;
|
|
1921
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1922
|
-
}
|
|
1923
|
-
|
|
1924
|
-
.-translate-y-1\/2{
|
|
1925
|
-
--tw-translate-y: -50%;
|
|
1926
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1927
|
-
}
|
|
1928
|
-
|
|
1929
|
-
.translate-x-0{
|
|
1930
|
-
--tw-translate-x: 0px;
|
|
1931
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1932
|
-
}
|
|
1933
|
-
|
|
1934
|
-
.translate-x-5{
|
|
1935
|
-
--tw-translate-x: 1.25rem;
|
|
1936
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1937
|
-
}
|
|
1938
|
-
|
|
1939
|
-
.translate-x-\[-50\%\]{
|
|
1940
|
-
--tw-translate-x: -50%;
|
|
1941
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
.translate-y-\[-50\%\]{
|
|
1945
|
-
--tw-translate-y: -50%;
|
|
1946
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1947
|
-
}
|
|
1948
|
-
|
|
1949
|
-
.transform{
|
|
1950
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1951
|
-
}
|
|
1952
|
-
|
|
1953
|
-
@keyframes spin{
|
|
1954
|
-
|
|
1955
|
-
to{
|
|
1956
|
-
transform: rotate(360deg);
|
|
1957
|
-
}
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
|
-
.animate-spin{
|
|
1961
|
-
animation: spin 1s linear infinite;
|
|
1962
|
-
}
|
|
1963
|
-
|
|
1964
|
-
.cursor-default{
|
|
1965
|
-
cursor: default;
|
|
1966
|
-
}
|
|
1967
|
-
|
|
1968
|
-
.cursor-pointer{
|
|
1969
|
-
cursor: pointer;
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
|
-
.select-none{
|
|
1973
|
-
-webkit-user-select: none;
|
|
1974
|
-
-moz-user-select: none;
|
|
1975
|
-
user-select: none;
|
|
1976
|
-
}
|
|
1977
|
-
|
|
1978
|
-
.resize{
|
|
1979
|
-
resize: both;
|
|
1980
|
-
}
|
|
1981
|
-
|
|
1982
|
-
.flex-row{
|
|
1983
|
-
flex-direction: row;
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1986
|
-
.flex-row-reverse{
|
|
1987
|
-
flex-direction: row-reverse;
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
.flex-col{
|
|
1991
|
-
flex-direction: column;
|
|
1992
|
-
}
|
|
1993
|
-
|
|
1994
|
-
.flex-col-reverse{
|
|
1995
|
-
flex-direction: column-reverse;
|
|
1996
|
-
}
|
|
1997
|
-
|
|
1998
|
-
.flex-wrap{
|
|
1999
|
-
flex-wrap: wrap;
|
|
2000
|
-
}
|
|
2001
|
-
|
|
2002
|
-
.items-start{
|
|
2003
|
-
align-items: flex-start;
|
|
2004
|
-
}
|
|
2005
|
-
|
|
2006
|
-
.items-end{
|
|
2007
|
-
align-items: flex-end;
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
.items-center{
|
|
2011
|
-
align-items: center;
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
.items-baseline{
|
|
2015
|
-
align-items: baseline;
|
|
2016
|
-
}
|
|
2017
|
-
|
|
2018
|
-
.items-stretch{
|
|
2019
|
-
align-items: stretch;
|
|
2020
|
-
}
|
|
2021
|
-
|
|
2022
|
-
.justify-start{
|
|
2023
|
-
justify-content: flex-start;
|
|
2024
|
-
}
|
|
2025
|
-
|
|
2026
|
-
.justify-end{
|
|
2027
|
-
justify-content: flex-end;
|
|
2028
|
-
}
|
|
2029
|
-
|
|
2030
|
-
.justify-center{
|
|
2031
|
-
justify-content: center;
|
|
2032
|
-
}
|
|
2033
|
-
|
|
2034
|
-
.justify-between{
|
|
2035
|
-
justify-content: space-between;
|
|
2036
|
-
}
|
|
2037
|
-
|
|
2038
|
-
.justify-around{
|
|
2039
|
-
justify-content: space-around;
|
|
2040
|
-
}
|
|
2041
|
-
|
|
2042
|
-
.justify-evenly{
|
|
2043
|
-
justify-content: space-evenly;
|
|
2044
|
-
}
|
|
2045
|
-
|
|
2046
|
-
.gap-1{
|
|
2047
|
-
gap: 0.25rem;
|
|
2048
|
-
}
|
|
2049
|
-
|
|
2050
|
-
.gap-1\.5{
|
|
2051
|
-
gap: 0.375rem;
|
|
2052
|
-
}
|
|
2053
|
-
|
|
2054
|
-
.gap-2{
|
|
2055
|
-
gap: 0.5rem;
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
|
-
.gap-3{
|
|
2059
|
-
gap: 0.75rem;
|
|
2060
|
-
}
|
|
2061
|
-
|
|
2062
|
-
.gap-4{
|
|
2063
|
-
gap: 1rem;
|
|
2064
|
-
}
|
|
2065
|
-
|
|
2066
|
-
.gap-6{
|
|
2067
|
-
gap: 1.5rem;
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
.space-x-2 > :not([hidden]) ~ :not([hidden]){
|
|
2071
|
-
--tw-space-x-reverse: 0;
|
|
2072
|
-
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
2073
|
-
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
.space-x-4 > :not([hidden]) ~ :not([hidden]){
|
|
2077
|
-
--tw-space-x-reverse: 0;
|
|
2078
|
-
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
2079
|
-
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
2080
|
-
}
|
|
2081
|
-
|
|
2082
|
-
.space-y-0 > :not([hidden]) ~ :not([hidden]){
|
|
2083
|
-
--tw-space-y-reverse: 0;
|
|
2084
|
-
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
|
|
2085
|
-
margin-bottom: calc(0px * var(--tw-space-y-reverse));
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
|
-
.space-y-1 > :not([hidden]) ~ :not([hidden]){
|
|
2089
|
-
--tw-space-y-reverse: 0;
|
|
2090
|
-
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2091
|
-
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
2092
|
-
}
|
|
2093
|
-
|
|
2094
|
-
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
|
|
2095
|
-
--tw-space-y-reverse: 0;
|
|
2096
|
-
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2097
|
-
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
.space-y-2 > :not([hidden]) ~ :not([hidden]){
|
|
2101
|
-
--tw-space-y-reverse: 0;
|
|
2102
|
-
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2103
|
-
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
.space-y-4 > :not([hidden]) ~ :not([hidden]){
|
|
2107
|
-
--tw-space-y-reverse: 0;
|
|
2108
|
-
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2109
|
-
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
2110
|
-
}
|
|
2111
|
-
|
|
2112
|
-
.overflow-auto{
|
|
2113
|
-
overflow: auto;
|
|
2114
|
-
}
|
|
2115
|
-
|
|
2116
|
-
.overflow-hidden{
|
|
2117
|
-
overflow: hidden;
|
|
2118
|
-
}
|
|
2119
|
-
|
|
2120
|
-
.overflow-x-auto{
|
|
2121
|
-
overflow-x: auto;
|
|
2122
|
-
}
|
|
2123
|
-
|
|
2124
|
-
.overflow-y-auto{
|
|
2125
|
-
overflow-y: auto;
|
|
2126
|
-
}
|
|
2127
|
-
|
|
2128
|
-
.truncate{
|
|
2129
|
-
overflow: hidden;
|
|
2130
|
-
text-overflow: ellipsis;
|
|
2131
|
-
white-space: nowrap;
|
|
2132
|
-
}
|
|
2133
|
-
|
|
2134
|
-
.whitespace-nowrap{
|
|
2135
|
-
white-space: nowrap;
|
|
2136
|
-
}
|
|
2137
|
-
|
|
2138
|
-
.rounded{
|
|
2139
|
-
border-radius: 0.25rem;
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
.rounded-full{
|
|
2143
|
-
border-radius: 9999px;
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
|
-
.rounded-lg{
|
|
2147
|
-
border-radius: var(--radius);
|
|
2148
|
-
}
|
|
2149
|
-
|
|
2150
|
-
.rounded-md{
|
|
2151
|
-
border-radius: calc(var(--radius) - 2px);
|
|
2152
|
-
}
|
|
2153
|
-
|
|
2154
|
-
.rounded-sm{
|
|
2155
|
-
border-radius: calc(var(--radius) - 4px);
|
|
2156
|
-
}
|
|
2157
|
-
|
|
2158
|
-
.border{
|
|
2159
|
-
border-width: 1px;
|
|
2160
|
-
}
|
|
2161
|
-
|
|
2162
|
-
.border-2{
|
|
2163
|
-
border-width: 2px;
|
|
2164
|
-
}
|
|
2165
|
-
|
|
2166
|
-
.border-b{
|
|
2167
|
-
border-bottom-width: 1px;
|
|
2168
|
-
}
|
|
2169
|
-
|
|
2170
|
-
.border-b-2{
|
|
2171
|
-
border-bottom-width: 2px;
|
|
2172
|
-
}
|
|
2173
|
-
|
|
2174
|
-
.border-l-4{
|
|
2175
|
-
border-left-width: 4px;
|
|
2176
|
-
}
|
|
2177
|
-
|
|
2178
|
-
.border-r{
|
|
2179
|
-
border-right-width: 1px;
|
|
2180
|
-
}
|
|
2181
|
-
|
|
2182
|
-
.border-t{
|
|
2183
|
-
border-top-width: 1px;
|
|
2184
|
-
}
|
|
2185
|
-
|
|
2186
|
-
.border-dashed{
|
|
2187
|
-
border-style: dashed;
|
|
2188
|
-
}
|
|
2189
|
-
|
|
2190
|
-
.border-none{
|
|
2191
|
-
border-style: none;
|
|
2192
|
-
}
|
|
2193
|
-
|
|
2194
|
-
.border-blue-200{
|
|
2195
|
-
--tw-border-opacity: 1;
|
|
2196
|
-
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
|
-
.border-blue-500{
|
|
2200
|
-
--tw-border-opacity: 1;
|
|
2201
|
-
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
.border-destructive{
|
|
2205
|
-
border-color: hsl(var(--destructive));
|
|
2206
|
-
}
|
|
2207
|
-
|
|
2208
|
-
.border-destructive\/50{
|
|
2209
|
-
border-color: hsl(var(--destructive) / 0.5);
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
|
-
.border-gray-100{
|
|
2213
|
-
--tw-border-opacity: 1;
|
|
2214
|
-
border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
|
|
2215
|
-
}
|
|
2216
|
-
|
|
2217
|
-
.border-gray-200{
|
|
2218
|
-
--tw-border-opacity: 1;
|
|
2219
|
-
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
|
|
2220
|
-
}
|
|
2221
|
-
|
|
2222
|
-
.border-gray-300{
|
|
2223
|
-
--tw-border-opacity: 1;
|
|
2224
|
-
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
2225
|
-
}
|
|
2226
|
-
|
|
2227
|
-
.border-input{
|
|
2228
|
-
border-color: hsl(var(--input));
|
|
2229
|
-
}
|
|
2230
|
-
|
|
2231
|
-
.border-muted{
|
|
2232
|
-
border-color: hsl(var(--muted));
|
|
2233
|
-
}
|
|
2234
|
-
|
|
2235
|
-
.border-orange-500{
|
|
2236
|
-
--tw-border-opacity: 1;
|
|
2237
|
-
border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
.border-primary{
|
|
2241
|
-
border-color: hsl(var(--primary));
|
|
2242
|
-
}
|
|
2243
|
-
|
|
2244
|
-
.border-red-200{
|
|
2245
|
-
--tw-border-opacity: 1;
|
|
2246
|
-
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
|
|
2247
|
-
}
|
|
2248
|
-
|
|
2249
|
-
.border-red-500{
|
|
2250
|
-
--tw-border-opacity: 1;
|
|
2251
|
-
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
|
|
2252
|
-
}
|
|
2253
|
-
|
|
2254
|
-
.border-transparent{
|
|
2255
|
-
border-color: transparent;
|
|
2256
|
-
}
|
|
2257
|
-
|
|
2258
|
-
.bg-background{
|
|
2259
|
-
background-color: hsl(var(--background));
|
|
2260
|
-
}
|
|
2261
|
-
|
|
2262
|
-
.bg-black{
|
|
2263
|
-
--tw-bg-opacity: 1;
|
|
2264
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
2265
|
-
}
|
|
2266
|
-
|
|
2267
|
-
.bg-black\/80{
|
|
2268
|
-
background-color: rgb(0 0 0 / 0.8);
|
|
2269
|
-
}
|
|
2270
|
-
|
|
2271
|
-
.bg-blue-50{
|
|
2272
|
-
--tw-bg-opacity: 1;
|
|
2273
|
-
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
|
|
2274
|
-
}
|
|
2275
|
-
|
|
2276
|
-
.bg-blue-600{
|
|
2277
|
-
--tw-bg-opacity: 1;
|
|
2278
|
-
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
.bg-card{
|
|
2282
|
-
background-color: hsl(var(--card));
|
|
2283
|
-
}
|
|
2284
|
-
|
|
2285
|
-
.bg-destructive{
|
|
2286
|
-
background-color: hsl(var(--destructive));
|
|
2287
|
-
}
|
|
2288
|
-
|
|
2289
|
-
.bg-gray-100{
|
|
2290
|
-
--tw-bg-opacity: 1;
|
|
2291
|
-
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
2292
|
-
}
|
|
2293
|
-
|
|
2294
|
-
.bg-gray-200{
|
|
2295
|
-
--tw-bg-opacity: 1;
|
|
2296
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
2297
|
-
}
|
|
2298
|
-
|
|
2299
|
-
.bg-gray-50{
|
|
2300
|
-
--tw-bg-opacity: 1;
|
|
2301
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
2302
|
-
}
|
|
2303
|
-
|
|
2304
|
-
.bg-input{
|
|
2305
|
-
background-color: hsl(var(--input));
|
|
2306
|
-
}
|
|
2307
|
-
|
|
2308
|
-
.bg-muted{
|
|
2309
|
-
background-color: hsl(var(--muted));
|
|
2310
|
-
}
|
|
2311
|
-
|
|
2312
|
-
.bg-orange-50{
|
|
2313
|
-
--tw-bg-opacity: 1;
|
|
2314
|
-
background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
.bg-popover{
|
|
2318
|
-
background-color: hsl(var(--popover));
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
|
-
.bg-primary{
|
|
2322
|
-
background-color: hsl(var(--primary));
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
.bg-red-50{
|
|
2326
|
-
--tw-bg-opacity: 1;
|
|
2327
|
-
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
2328
|
-
}
|
|
2329
|
-
|
|
2330
|
-
.bg-red-600{
|
|
2331
|
-
--tw-bg-opacity: 1;
|
|
2332
|
-
background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
|
|
2333
|
-
}
|
|
2334
|
-
|
|
2335
|
-
.bg-transparent{
|
|
2336
|
-
background-color: transparent;
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
.bg-white{
|
|
2340
|
-
--tw-bg-opacity: 1;
|
|
2341
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
2342
|
-
}
|
|
2343
|
-
|
|
2344
|
-
.p-0{
|
|
2345
|
-
padding: 0px;
|
|
2346
|
-
}
|
|
2347
|
-
|
|
2348
|
-
.p-1{
|
|
2349
|
-
padding: 0.25rem;
|
|
2350
|
-
}
|
|
2351
|
-
|
|
2352
|
-
.p-2{
|
|
2353
|
-
padding: 0.5rem;
|
|
2354
|
-
}
|
|
2355
|
-
|
|
2356
|
-
.p-3{
|
|
2357
|
-
padding: 0.75rem;
|
|
2358
|
-
}
|
|
2359
|
-
|
|
2360
|
-
.p-4{
|
|
2361
|
-
padding: 1rem;
|
|
2362
|
-
}
|
|
2363
|
-
|
|
2364
|
-
.p-6{
|
|
2365
|
-
padding: 1.5rem;
|
|
2366
|
-
}
|
|
2367
|
-
|
|
2368
|
-
.p-8{
|
|
2369
|
-
padding: 2rem;
|
|
2370
|
-
}
|
|
2371
|
-
|
|
2372
|
-
.px-2{
|
|
2373
|
-
padding-left: 0.5rem;
|
|
2374
|
-
padding-right: 0.5rem;
|
|
2375
|
-
}
|
|
2376
|
-
|
|
2377
|
-
.px-3{
|
|
2378
|
-
padding-left: 0.75rem;
|
|
2379
|
-
padding-right: 0.75rem;
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2382
|
-
.px-4{
|
|
2383
|
-
padding-left: 1rem;
|
|
2384
|
-
padding-right: 1rem;
|
|
2385
|
-
}
|
|
2386
|
-
|
|
2387
|
-
.px-6{
|
|
2388
|
-
padding-left: 1.5rem;
|
|
2389
|
-
padding-right: 1.5rem;
|
|
2390
|
-
}
|
|
2391
|
-
|
|
2392
|
-
.px-8{
|
|
2393
|
-
padding-left: 2rem;
|
|
2394
|
-
padding-right: 2rem;
|
|
2395
|
-
}
|
|
2396
|
-
|
|
2397
|
-
.py-1{
|
|
2398
|
-
padding-top: 0.25rem;
|
|
2399
|
-
padding-bottom: 0.25rem;
|
|
2400
|
-
}
|
|
2401
|
-
|
|
2402
|
-
.py-1\.5{
|
|
2403
|
-
padding-top: 0.375rem;
|
|
2404
|
-
padding-bottom: 0.375rem;
|
|
2405
|
-
}
|
|
2406
|
-
|
|
2407
|
-
.py-10{
|
|
2408
|
-
padding-top: 2.5rem;
|
|
2409
|
-
padding-bottom: 2.5rem;
|
|
2410
|
-
}
|
|
2411
|
-
|
|
2412
|
-
.py-2{
|
|
2413
|
-
padding-top: 0.5rem;
|
|
2414
|
-
padding-bottom: 0.5rem;
|
|
2415
|
-
}
|
|
2416
|
-
|
|
2417
|
-
.py-3{
|
|
2418
|
-
padding-top: 0.75rem;
|
|
2419
|
-
padding-bottom: 0.75rem;
|
|
2420
|
-
}
|
|
2421
|
-
|
|
2422
|
-
.py-4{
|
|
2423
|
-
padding-top: 1rem;
|
|
2424
|
-
padding-bottom: 1rem;
|
|
2425
|
-
}
|
|
2426
|
-
|
|
2427
|
-
.py-8{
|
|
2428
|
-
padding-top: 2rem;
|
|
2429
|
-
padding-bottom: 2rem;
|
|
2430
|
-
}
|
|
2431
|
-
|
|
2432
|
-
.pl-7{
|
|
2433
|
-
padding-left: 1.75rem;
|
|
2434
|
-
}
|
|
2435
|
-
|
|
2436
|
-
.pl-8{
|
|
2437
|
-
padding-left: 2rem;
|
|
2438
|
-
}
|
|
2439
|
-
|
|
2440
|
-
.pr-2{
|
|
2441
|
-
padding-right: 0.5rem;
|
|
2442
|
-
}
|
|
2443
|
-
|
|
2444
|
-
.pr-8{
|
|
2445
|
-
padding-right: 2rem;
|
|
2446
|
-
}
|
|
2447
|
-
|
|
2448
|
-
.pt-0{
|
|
2449
|
-
padding-top: 0px;
|
|
2450
|
-
}
|
|
2451
|
-
|
|
2452
|
-
.pt-4{
|
|
2453
|
-
padding-top: 1rem;
|
|
2454
|
-
}
|
|
2455
|
-
|
|
2456
|
-
.pt-6{
|
|
2457
|
-
padding-top: 1.5rem;
|
|
2458
|
-
}
|
|
2459
|
-
|
|
2460
|
-
.text-left{
|
|
2461
|
-
text-align: left;
|
|
2462
|
-
}
|
|
2463
|
-
|
|
2464
|
-
.text-center{
|
|
2465
|
-
text-align: center;
|
|
2466
|
-
}
|
|
2467
|
-
|
|
2468
|
-
.text-2xl{
|
|
2469
|
-
font-size: 1.5rem;
|
|
2470
|
-
line-height: 2rem;
|
|
2471
|
-
}
|
|
2472
|
-
|
|
2473
|
-
.text-base{
|
|
2474
|
-
font-size: 1rem;
|
|
2475
|
-
line-height: 1.5rem;
|
|
2476
|
-
}
|
|
2477
|
-
|
|
2478
|
-
.text-lg{
|
|
2479
|
-
font-size: 1.125rem;
|
|
2480
|
-
line-height: 1.75rem;
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2483
|
-
.text-sm{
|
|
2484
|
-
font-size: 0.875rem;
|
|
2485
|
-
line-height: 1.25rem;
|
|
2486
|
-
}
|
|
2487
|
-
|
|
2488
|
-
.text-xs{
|
|
2489
|
-
font-size: 0.75rem;
|
|
2490
|
-
line-height: 1rem;
|
|
2491
|
-
}
|
|
2492
|
-
|
|
2493
|
-
.font-bold{
|
|
2494
|
-
font-weight: 700;
|
|
2495
|
-
}
|
|
2496
|
-
|
|
2497
|
-
.font-medium{
|
|
2498
|
-
font-weight: 500;
|
|
2499
|
-
}
|
|
2500
|
-
|
|
2501
|
-
.font-semibold{
|
|
2502
|
-
font-weight: 600;
|
|
2503
|
-
}
|
|
2504
|
-
|
|
2505
|
-
.uppercase{
|
|
2506
|
-
text-transform: uppercase;
|
|
2507
|
-
}
|
|
2508
|
-
|
|
2509
|
-
.lowercase{
|
|
2510
|
-
text-transform: lowercase;
|
|
2511
|
-
}
|
|
2512
|
-
|
|
2513
|
-
.leading-none{
|
|
2514
|
-
line-height: 1;
|
|
2515
|
-
}
|
|
2516
|
-
|
|
2517
|
-
.leading-relaxed{
|
|
2518
|
-
line-height: 1.625;
|
|
2519
|
-
}
|
|
2520
|
-
|
|
2521
|
-
.tracking-tight{
|
|
2522
|
-
letter-spacing: -0.025em;
|
|
2523
|
-
}
|
|
2524
|
-
|
|
2525
|
-
.text-blue-600{
|
|
2526
|
-
--tw-text-opacity: 1;
|
|
2527
|
-
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
|
2528
|
-
}
|
|
2529
|
-
|
|
2530
|
-
.text-card-foreground{
|
|
2531
|
-
color: hsl(var(--card-foreground));
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
.text-current{
|
|
2535
|
-
color: currentColor;
|
|
2536
|
-
}
|
|
2537
|
-
|
|
2538
|
-
.text-destructive{
|
|
2539
|
-
color: hsl(var(--destructive));
|
|
2540
|
-
}
|
|
2541
|
-
|
|
2542
|
-
.text-destructive-foreground{
|
|
2543
|
-
color: hsl(var(--destructive-foreground));
|
|
2544
|
-
}
|
|
2545
|
-
|
|
2546
|
-
.text-foreground{
|
|
2547
|
-
color: hsl(var(--foreground));
|
|
2548
|
-
}
|
|
2549
|
-
|
|
2550
|
-
.text-foreground\/50{
|
|
2551
|
-
color: hsl(var(--foreground) / 0.5);
|
|
2552
|
-
}
|
|
2553
|
-
|
|
2554
|
-
.text-gray-400{
|
|
2555
|
-
--tw-text-opacity: 1;
|
|
2556
|
-
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
2557
|
-
}
|
|
2558
|
-
|
|
2559
|
-
.text-gray-500{
|
|
2560
|
-
--tw-text-opacity: 1;
|
|
2561
|
-
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
|
-
.text-gray-600{
|
|
2565
|
-
--tw-text-opacity: 1;
|
|
2566
|
-
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
2567
|
-
}
|
|
2568
|
-
|
|
2569
|
-
.text-gray-700{
|
|
2570
|
-
--tw-text-opacity: 1;
|
|
2571
|
-
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
|
|
2572
|
-
}
|
|
2573
|
-
|
|
2574
|
-
.text-gray-900{
|
|
2575
|
-
--tw-text-opacity: 1;
|
|
2576
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
2577
|
-
}
|
|
2578
|
-
|
|
2579
|
-
.text-green-500{
|
|
2580
|
-
--tw-text-opacity: 1;
|
|
2581
|
-
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
|
|
2582
|
-
}
|
|
2583
|
-
|
|
2584
|
-
.text-green-600{
|
|
2585
|
-
--tw-text-opacity: 1;
|
|
2586
|
-
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
|
|
2587
|
-
}
|
|
2588
|
-
|
|
2589
|
-
.text-muted-foreground{
|
|
2590
|
-
color: hsl(var(--muted-foreground));
|
|
2591
|
-
}
|
|
2592
|
-
|
|
2593
|
-
.text-popover-foreground{
|
|
2594
|
-
color: hsl(var(--popover-foreground));
|
|
2595
|
-
}
|
|
2596
|
-
|
|
2597
|
-
.text-red-300{
|
|
2598
|
-
--tw-text-opacity: 1;
|
|
2599
|
-
color: rgb(252 165 165 / var(--tw-text-opacity, 1));
|
|
2600
|
-
}
|
|
2601
|
-
|
|
2602
|
-
.text-red-500{
|
|
2603
|
-
--tw-text-opacity: 1;
|
|
2604
|
-
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
2605
|
-
}
|
|
2606
|
-
|
|
2607
|
-
.text-red-700{
|
|
2608
|
-
--tw-text-opacity: 1;
|
|
2609
|
-
color: rgb(185 28 28 / var(--tw-text-opacity, 1));
|
|
2610
|
-
}
|
|
2611
|
-
|
|
2612
|
-
.text-white{
|
|
2613
|
-
--tw-text-opacity: 1;
|
|
2614
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
2615
|
-
}
|
|
2616
|
-
|
|
2617
|
-
.underline{
|
|
2618
|
-
text-decoration-line: underline;
|
|
2619
|
-
}
|
|
2620
|
-
|
|
2621
|
-
.line-through{
|
|
2622
|
-
text-decoration-line: line-through;
|
|
2623
|
-
}
|
|
2624
|
-
|
|
2625
|
-
.underline-offset-4{
|
|
2626
|
-
text-underline-offset: 4px;
|
|
2627
|
-
}
|
|
2628
|
-
|
|
2629
|
-
.antialiased{
|
|
2630
|
-
-webkit-font-smoothing: antialiased;
|
|
2631
|
-
-moz-osx-font-smoothing: grayscale;
|
|
2632
|
-
}
|
|
2633
|
-
|
|
2634
|
-
.opacity-0{
|
|
2635
|
-
opacity: 0;
|
|
2636
|
-
}
|
|
2637
|
-
|
|
2638
|
-
.opacity-100{
|
|
2639
|
-
opacity: 1;
|
|
2640
|
-
}
|
|
2641
|
-
|
|
2642
|
-
.opacity-25{
|
|
2643
|
-
opacity: 0.25;
|
|
2644
|
-
}
|
|
2645
|
-
|
|
2646
|
-
.opacity-30{
|
|
2647
|
-
opacity: 0.3;
|
|
2648
|
-
}
|
|
2649
|
-
|
|
2650
|
-
.opacity-70{
|
|
2651
|
-
opacity: 0.7;
|
|
2652
|
-
}
|
|
2653
|
-
|
|
2654
|
-
.opacity-75{
|
|
2655
|
-
opacity: 0.75;
|
|
2656
|
-
}
|
|
2657
|
-
|
|
2658
|
-
.opacity-90{
|
|
2659
|
-
opacity: 0.9;
|
|
2660
|
-
}
|
|
2661
|
-
|
|
2662
|
-
.shadow{
|
|
2663
|
-
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2664
|
-
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2665
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2666
|
-
}
|
|
2667
|
-
|
|
2668
|
-
.shadow-lg{
|
|
2669
|
-
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2670
|
-
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2671
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2672
|
-
}
|
|
2673
|
-
|
|
2674
|
-
.shadow-md{
|
|
2675
|
-
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
2676
|
-
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
2677
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2678
|
-
}
|
|
2679
|
-
|
|
2680
|
-
.shadow-sm{
|
|
2681
|
-
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
2682
|
-
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
2683
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2684
|
-
}
|
|
2685
|
-
|
|
2686
|
-
.outline-none{
|
|
2687
|
-
outline: 2px solid transparent;
|
|
2688
|
-
outline-offset: 2px;
|
|
2689
|
-
}
|
|
2690
|
-
|
|
2691
|
-
.outline{
|
|
2692
|
-
outline-style: solid;
|
|
2693
|
-
}
|
|
2694
|
-
|
|
2695
|
-
.ring-0{
|
|
2696
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2697
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2698
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2699
|
-
}
|
|
2700
|
-
|
|
2701
|
-
.ring-ring{
|
|
2702
|
-
--tw-ring-color: hsl(var(--ring));
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
|
-
.ring-offset-background{
|
|
2706
|
-
--tw-ring-offset-color: hsl(var(--background));
|
|
2707
|
-
}
|
|
2708
|
-
|
|
2709
|
-
.drop-shadow{
|
|
2710
|
-
--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
|
|
2711
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2712
|
-
}
|
|
2713
|
-
|
|
2714
|
-
.grayscale{
|
|
2715
|
-
--tw-grayscale: grayscale(100%);
|
|
2716
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
.filter{
|
|
2720
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2721
|
-
}
|
|
2722
|
-
|
|
2723
|
-
.transition{
|
|
2724
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
2725
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2726
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
2727
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2728
|
-
transition-duration: 150ms;
|
|
2729
|
-
}
|
|
2730
|
-
|
|
2731
|
-
.transition-all{
|
|
2732
|
-
transition-property: all;
|
|
2733
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2734
|
-
transition-duration: 150ms;
|
|
2735
|
-
}
|
|
2736
|
-
|
|
2737
|
-
.transition-colors{
|
|
2738
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
2739
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2740
|
-
transition-duration: 150ms;
|
|
2741
|
-
}
|
|
2742
|
-
|
|
2743
|
-
.transition-opacity{
|
|
2744
|
-
transition-property: opacity;
|
|
2745
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2746
|
-
transition-duration: 150ms;
|
|
2747
|
-
}
|
|
2748
|
-
|
|
2749
|
-
.transition-transform{
|
|
2750
|
-
transition-property: transform;
|
|
2751
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2752
|
-
transition-duration: 150ms;
|
|
2753
|
-
}
|
|
2754
|
-
|
|
2755
|
-
.duration-200{
|
|
2756
|
-
transition-duration: 200ms;
|
|
2757
|
-
}
|
|
2758
|
-
|
|
2759
|
-
/* Chrome, Safari and Opera */
|
|
2760
|
-
|
|
2761
|
-
.animate-in {
|
|
2762
|
-
animation-duration: 0.3s;
|
|
2763
|
-
animation-fill-mode: both;
|
|
2764
|
-
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2765
|
-
}
|
|
2766
|
-
|
|
2767
|
-
.fade-in-0 {
|
|
2768
|
-
animation-name: fadeIn;
|
|
2769
|
-
}
|
|
2770
|
-
|
|
2771
|
-
.zoom-in-95 {
|
|
2772
|
-
animation-name: zoomIn;
|
|
2773
|
-
}
|
|
2774
|
-
|
|
2775
|
-
@keyframes fadeIn {
|
|
2776
|
-
from {
|
|
2777
|
-
opacity: 0;
|
|
2778
|
-
}
|
|
2779
|
-
to {
|
|
2780
|
-
opacity: 1;
|
|
2781
|
-
}
|
|
2782
|
-
}
|
|
2783
|
-
|
|
2784
|
-
@keyframes zoomIn {
|
|
2785
|
-
from {
|
|
2786
|
-
opacity: 0;
|
|
2787
|
-
transform: scale(0.95);
|
|
2788
|
-
}
|
|
2789
|
-
to {
|
|
2790
|
-
opacity: 1;
|
|
2791
|
-
transform: scale(1);
|
|
2792
|
-
}
|
|
2793
|
-
}
|
|
2794
|
-
|
|
2795
|
-
/* Modern scrollbar styling */
|
|
2796
|
-
|
|
2797
|
-
/* Animation classes */
|
|
2798
|
-
|
|
2799
|
-
/* Unique marker to identify this library's CSS when transferring to iframe */
|
|
2800
|
-
|
|
2801
|
-
.importcsv-css-marker { /* do not remove */ }
|
|
2802
|
-
|
|
2803
|
-
/* Legacy styles for compatibility */
|
|
2804
|
-
|
|
2805
|
-
.app-container {
|
|
2806
|
-
max-width: 1200px;
|
|
2807
|
-
margin: 0 auto;
|
|
2808
|
-
padding: 20px;
|
|
2809
|
-
}
|
|
2810
|
-
|
|
2811
|
-
@media (max-width: 768px) {
|
|
2812
|
-
|
|
2813
|
-
.app-container {
|
|
2814
|
-
padding: 15px
|
|
2815
|
-
}
|
|
2816
|
-
}
|
|
2817
|
-
|
|
2818
|
-
@media (max-width: 480px) {
|
|
2819
|
-
|
|
2820
|
-
.app-container {
|
|
2821
|
-
padding: 10px
|
|
2822
|
-
}
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2825
|
-
.app-header {
|
|
2826
|
-
display: flex;
|
|
2827
|
-
justify-content: space-between;
|
|
2828
|
-
align-items: center;
|
|
2829
|
-
margin-bottom: 30px;
|
|
2830
|
-
padding-bottom: 15px;
|
|
2831
|
-
border-bottom: 1px solid #e0e0e0;
|
|
2832
|
-
}
|
|
2833
|
-
|
|
2834
|
-
@media (max-width: 768px) {
|
|
2835
|
-
|
|
2836
|
-
.app-header {
|
|
2837
|
-
flex-direction: column;
|
|
2838
|
-
align-items: flex-start;
|
|
2839
|
-
gap: 10px
|
|
2840
|
-
}
|
|
2841
|
-
}
|
|
2842
|
-
|
|
2843
|
-
.app-header h1 {
|
|
2844
|
-
margin: 0;
|
|
2845
|
-
color: #333;
|
|
2846
|
-
}
|
|
2847
|
-
|
|
2848
|
-
@media (max-width: 480px) {
|
|
2849
|
-
|
|
2850
|
-
.app-header h1 {
|
|
2851
|
-
font-size: 1.5rem
|
|
2852
|
-
}
|
|
2853
|
-
}
|
|
2854
|
-
|
|
2855
|
-
.user-info {
|
|
2856
|
-
display: flex;
|
|
2857
|
-
align-items: center;
|
|
2858
|
-
gap: 15px;
|
|
2859
|
-
}
|
|
2860
|
-
|
|
2861
|
-
@media (max-width: 480px) {
|
|
2862
|
-
|
|
2863
|
-
.user-info {
|
|
2864
|
-
gap: 10px;
|
|
2865
|
-
flex-wrap: wrap
|
|
2866
|
-
}
|
|
2867
|
-
}
|
|
2868
|
-
|
|
2869
|
-
.app-main {
|
|
2870
|
-
background-color: white;
|
|
2871
|
-
padding: 20px;
|
|
2872
|
-
border-radius: 8px;
|
|
2873
|
-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
2874
|
-
}
|
|
2875
|
-
|
|
2876
|
-
@media (max-width: 768px) {
|
|
2877
|
-
|
|
2878
|
-
.app-main {
|
|
2879
|
-
padding: 15px
|
|
2880
|
-
}
|
|
2881
|
-
}
|
|
2882
|
-
|
|
2883
|
-
@media (max-width: 480px) {
|
|
2884
|
-
|
|
2885
|
-
.app-main {
|
|
2886
|
-
padding: 10px;
|
|
2887
|
-
border-radius: 6px
|
|
2888
|
-
}
|
|
2889
|
-
}
|
|
2890
|
-
|
|
2891
|
-
.schema-selector {
|
|
2892
|
-
display: flex;
|
|
2893
|
-
align-items: center;
|
|
2894
|
-
gap: 15px;
|
|
2895
|
-
margin-bottom: 20px;
|
|
2896
|
-
}
|
|
2897
|
-
|
|
2898
|
-
@media (max-width: 768px) {
|
|
2899
|
-
|
|
2900
|
-
.schema-selector {
|
|
2901
|
-
flex-direction: column;
|
|
2902
|
-
align-items: flex-start;
|
|
2903
|
-
gap: 10px
|
|
2904
|
-
}
|
|
2905
|
-
}
|
|
2906
|
-
|
|
2907
|
-
.loading {
|
|
2908
|
-
text-align: center;
|
|
2909
|
-
padding: 20px;
|
|
2910
|
-
color: #666;
|
|
2911
|
-
}
|
|
2912
|
-
|
|
2913
|
-
.error-message {
|
|
2914
|
-
background-color: #ffebee;
|
|
2915
|
-
color: #c62828;
|
|
2916
|
-
padding: 10px 15px;
|
|
2917
|
-
border-radius: 4px;
|
|
2918
|
-
margin-bottom: 20px;
|
|
2919
|
-
}
|
|
2920
|
-
|
|
2921
|
-
@media (max-width: 480px) {
|
|
2922
|
-
|
|
2923
|
-
.error-message {
|
|
2924
|
-
padding: 8px 12px;
|
|
2925
|
-
font-size: 14px
|
|
2926
|
-
}
|
|
2927
|
-
}
|
|
2928
|
-
|
|
2929
|
-
.import-job-status {
|
|
2930
|
-
margin-top: 20px;
|
|
2931
|
-
padding: 15px;
|
|
2932
|
-
background-color: #e8f5e9;
|
|
2933
|
-
border-radius: 4px;
|
|
2934
|
-
}
|
|
2935
|
-
|
|
2936
|
-
@media (max-width: 480px) {
|
|
2937
|
-
|
|
2938
|
-
.import-job-status {
|
|
2939
|
-
padding: 10px
|
|
2940
|
-
}
|
|
2941
|
-
}
|
|
2942
|
-
|
|
2943
|
-
.login-container {
|
|
2944
|
-
max-width: 400px;
|
|
2945
|
-
margin: 100px auto;
|
|
2946
|
-
padding: 30px;
|
|
2947
|
-
background-color: white;
|
|
2948
|
-
border-radius: 8px;
|
|
2949
|
-
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
|
2950
|
-
}
|
|
2951
|
-
|
|
2952
|
-
@media (max-width: 768px) {
|
|
2953
|
-
|
|
2954
|
-
.login-container {
|
|
2955
|
-
max-width: 85%;
|
|
2956
|
-
margin: 60px auto;
|
|
2957
|
-
padding: 20px
|
|
2958
|
-
}
|
|
2959
|
-
}
|
|
2960
|
-
|
|
2961
|
-
@media (max-width: 480px) {
|
|
2962
|
-
|
|
2963
|
-
.login-container {
|
|
2964
|
-
max-width: 95%;
|
|
2965
|
-
margin: 30px auto;
|
|
2966
|
-
padding: 15px
|
|
2967
|
-
}
|
|
2968
|
-
}
|
|
2969
|
-
|
|
2970
|
-
.login-container h2 {
|
|
2971
|
-
margin-top: 0;
|
|
2972
|
-
margin-bottom: 20px;
|
|
2973
|
-
text-align: center;
|
|
2974
|
-
color: #333;
|
|
2975
|
-
}
|
|
2976
|
-
|
|
2977
|
-
@media (max-width: 480px) {
|
|
2978
|
-
|
|
2979
|
-
.login-container h2 {
|
|
2980
|
-
font-size: 1.5rem;
|
|
2981
|
-
margin-bottom: 15px
|
|
2982
|
-
}
|
|
2983
|
-
}
|
|
2984
|
-
|
|
2985
|
-
.form-group {
|
|
2986
|
-
margin-bottom: 15px;
|
|
2987
|
-
}
|
|
2988
|
-
|
|
2989
|
-
.form-group label {
|
|
2990
|
-
display: block;
|
|
2991
|
-
margin-bottom: 5px;
|
|
2992
|
-
font-weight: 500;
|
|
2993
|
-
}
|
|
2994
|
-
|
|
2995
|
-
.form-group input {
|
|
2996
|
-
width: 100%;
|
|
2997
|
-
padding: 8px 12px;
|
|
2998
|
-
border-radius: 4px;
|
|
2999
|
-
border: 1px solid #ccc;
|
|
3000
|
-
box-sizing: border-box;
|
|
3001
|
-
}
|
|
3002
|
-
|
|
3003
|
-
.file\:border-0::file-selector-button{
|
|
3004
|
-
border-width: 0px;
|
|
3005
|
-
}
|
|
3006
|
-
|
|
3007
|
-
.file\:bg-transparent::file-selector-button{
|
|
3008
|
-
background-color: transparent;
|
|
3009
|
-
}
|
|
3010
|
-
|
|
3011
|
-
.file\:text-sm::file-selector-button{
|
|
3012
|
-
font-size: 0.875rem;
|
|
3013
|
-
line-height: 1.25rem;
|
|
3014
|
-
}
|
|
3015
|
-
|
|
3016
|
-
.file\:font-medium::file-selector-button{
|
|
3017
|
-
font-weight: 500;
|
|
3018
|
-
}
|
|
3019
|
-
|
|
3020
|
-
.placeholder\:text-gray-500::-moz-placeholder{
|
|
3021
|
-
--tw-text-opacity: 1;
|
|
3022
|
-
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
3023
|
-
}
|
|
3024
|
-
|
|
3025
|
-
.placeholder\:text-gray-500::placeholder{
|
|
3026
|
-
--tw-text-opacity: 1;
|
|
3027
|
-
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
3028
|
-
}
|
|
3029
|
-
|
|
3030
|
-
.placeholder\:text-muted-foreground::-moz-placeholder{
|
|
3031
|
-
color: hsl(var(--muted-foreground));
|
|
3032
|
-
}
|
|
3033
|
-
|
|
3034
|
-
.placeholder\:text-muted-foreground::placeholder{
|
|
3035
|
-
color: hsl(var(--muted-foreground));
|
|
3036
|
-
}
|
|
3037
|
-
|
|
3038
|
-
.hover\:border-gray-400:hover{
|
|
3039
|
-
--tw-border-opacity: 1;
|
|
3040
|
-
border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
|
|
3041
|
-
}
|
|
3042
|
-
|
|
3043
|
-
.hover\:bg-blue-100:hover{
|
|
3044
|
-
--tw-bg-opacity: 1;
|
|
3045
|
-
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
|
3046
|
-
}
|
|
3047
|
-
|
|
3048
|
-
.hover\:bg-blue-700:hover{
|
|
3049
|
-
--tw-bg-opacity: 1;
|
|
3050
|
-
background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
|
-
.hover\:bg-gray-100:hover{
|
|
3054
|
-
--tw-bg-opacity: 1;
|
|
3055
|
-
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
3056
|
-
}
|
|
3057
|
-
|
|
3058
|
-
.hover\:bg-gray-200:hover{
|
|
3059
|
-
--tw-bg-opacity: 1;
|
|
3060
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
3061
|
-
}
|
|
3062
|
-
|
|
3063
|
-
.hover\:bg-gray-50:hover{
|
|
3064
|
-
--tw-bg-opacity: 1;
|
|
3065
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
3066
|
-
}
|
|
3067
|
-
|
|
3068
|
-
.hover\:bg-red-100:hover{
|
|
3069
|
-
--tw-bg-opacity: 1;
|
|
3070
|
-
background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
|
|
3071
|
-
}
|
|
3072
|
-
|
|
3073
|
-
.hover\:bg-red-700:hover{
|
|
3074
|
-
--tw-bg-opacity: 1;
|
|
3075
|
-
background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
|
|
3076
|
-
}
|
|
3077
|
-
|
|
3078
|
-
.hover\:bg-secondary:hover{
|
|
3079
|
-
background-color: hsl(var(--secondary));
|
|
3080
|
-
}
|
|
3081
|
-
|
|
3082
|
-
.hover\:text-blue-700:hover{
|
|
3083
|
-
--tw-text-opacity: 1;
|
|
3084
|
-
color: rgb(29 78 216 / var(--tw-text-opacity, 1));
|
|
3085
|
-
}
|
|
3086
|
-
|
|
3087
|
-
.hover\:text-blue-900:hover{
|
|
3088
|
-
--tw-text-opacity: 1;
|
|
3089
|
-
color: rgb(30 58 138 / var(--tw-text-opacity, 1));
|
|
3090
|
-
}
|
|
3091
|
-
|
|
3092
|
-
.hover\:text-foreground:hover{
|
|
3093
|
-
color: hsl(var(--foreground));
|
|
3094
|
-
}
|
|
3095
|
-
|
|
3096
|
-
.hover\:text-gray-900:hover{
|
|
3097
|
-
--tw-text-opacity: 1;
|
|
3098
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
3099
|
-
}
|
|
3100
|
-
|
|
3101
|
-
.hover\:underline:hover{
|
|
3102
|
-
text-decoration-line: underline;
|
|
3103
|
-
}
|
|
3104
|
-
|
|
3105
|
-
.hover\:opacity-100:hover{
|
|
3106
|
-
opacity: 1;
|
|
3107
|
-
}
|
|
3108
|
-
|
|
3109
|
-
.focus\:border-blue-500:focus{
|
|
3110
|
-
--tw-border-opacity: 1;
|
|
3111
|
-
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
3112
|
-
}
|
|
3113
|
-
|
|
3114
|
-
.focus\:bg-blue-100:focus{
|
|
3115
|
-
--tw-bg-opacity: 1;
|
|
3116
|
-
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
|
3117
|
-
}
|
|
3118
|
-
|
|
3119
|
-
.focus\:bg-white:focus{
|
|
3120
|
-
--tw-bg-opacity: 1;
|
|
3121
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
3122
|
-
}
|
|
3123
|
-
|
|
3124
|
-
.focus\:text-blue-900:focus{
|
|
3125
|
-
--tw-text-opacity: 1;
|
|
3126
|
-
color: rgb(30 58 138 / var(--tw-text-opacity, 1));
|
|
3127
|
-
}
|
|
3128
|
-
|
|
3129
|
-
.focus\:opacity-100:focus{
|
|
3130
|
-
opacity: 1;
|
|
3131
|
-
}
|
|
3132
|
-
|
|
3133
|
-
.focus\:outline-none:focus{
|
|
3134
|
-
outline: 2px solid transparent;
|
|
3135
|
-
outline-offset: 2px;
|
|
3136
|
-
}
|
|
3137
|
-
|
|
3138
|
-
.focus\:ring-0:focus{
|
|
3139
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3140
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3141
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3142
|
-
}
|
|
3143
|
-
|
|
3144
|
-
.focus\:ring-2:focus{
|
|
3145
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3146
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3147
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3148
|
-
}
|
|
3149
|
-
|
|
3150
|
-
.focus\:ring-blue-500:focus{
|
|
3151
|
-
--tw-ring-opacity: 1;
|
|
3152
|
-
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
|
|
3153
|
-
}
|
|
3154
|
-
|
|
3155
|
-
.focus\:ring-ring:focus{
|
|
3156
|
-
--tw-ring-color: hsl(var(--ring));
|
|
3157
|
-
}
|
|
3158
|
-
|
|
3159
|
-
.focus\:ring-offset-2:focus{
|
|
3160
|
-
--tw-ring-offset-width: 2px;
|
|
3161
|
-
}
|
|
3162
|
-
|
|
3163
|
-
.focus-visible\:outline-none:focus-visible{
|
|
3164
|
-
outline: 2px solid transparent;
|
|
3165
|
-
outline-offset: 2px;
|
|
3166
|
-
}
|
|
3167
|
-
|
|
3168
|
-
.focus-visible\:ring-2:focus-visible{
|
|
3169
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3170
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3171
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3172
|
-
}
|
|
3173
|
-
|
|
3174
|
-
.focus-visible\:ring-blue-500:focus-visible{
|
|
3175
|
-
--tw-ring-opacity: 1;
|
|
3176
|
-
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
|
|
3177
|
-
}
|
|
3178
|
-
|
|
3179
|
-
.focus-visible\:ring-gray-500:focus-visible{
|
|
3180
|
-
--tw-ring-opacity: 1;
|
|
3181
|
-
--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
|
|
3182
|
-
}
|
|
3183
|
-
|
|
3184
|
-
.focus-visible\:ring-red-500:focus-visible{
|
|
3185
|
-
--tw-ring-opacity: 1;
|
|
3186
|
-
--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
|
|
3187
|
-
}
|
|
3188
|
-
|
|
3189
|
-
.focus-visible\:ring-ring:focus-visible{
|
|
3190
|
-
--tw-ring-color: hsl(var(--ring));
|
|
3191
|
-
}
|
|
3192
|
-
|
|
3193
|
-
.focus-visible\:ring-offset-2:focus-visible{
|
|
3194
|
-
--tw-ring-offset-width: 2px;
|
|
3195
|
-
}
|
|
3196
|
-
|
|
3197
|
-
.focus-visible\:ring-offset-background:focus-visible{
|
|
3198
|
-
--tw-ring-offset-color: hsl(var(--background));
|
|
3199
|
-
}
|
|
3200
|
-
|
|
3201
|
-
.disabled\:pointer-events-none:disabled{
|
|
3202
|
-
pointer-events: none;
|
|
3203
|
-
}
|
|
3204
|
-
|
|
3205
|
-
.disabled\:cursor-not-allowed:disabled{
|
|
3206
|
-
cursor: not-allowed;
|
|
3207
|
-
}
|
|
3208
|
-
|
|
3209
|
-
.disabled\:bg-gray-50:disabled{
|
|
3210
|
-
--tw-bg-opacity: 1;
|
|
3211
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
3212
|
-
}
|
|
3213
|
-
|
|
3214
|
-
.disabled\:opacity-50:disabled{
|
|
3215
|
-
opacity: 0.5;
|
|
3216
|
-
}
|
|
3217
|
-
|
|
3218
|
-
.group:hover .group-hover\:opacity-100{
|
|
3219
|
-
opacity: 1;
|
|
3220
|
-
}
|
|
3221
|
-
|
|
3222
|
-
.group.destructive .group-\[\.destructive\]\:border-muted\/40{
|
|
3223
|
-
border-color: hsl(var(--muted) / 0.4);
|
|
3224
|
-
}
|
|
3225
|
-
|
|
3226
|
-
.group.destructive .group-\[\.destructive\]\:text-red-300{
|
|
3227
|
-
--tw-text-opacity: 1;
|
|
3228
|
-
color: rgb(252 165 165 / var(--tw-text-opacity, 1));
|
|
3229
|
-
}
|
|
3230
|
-
|
|
3231
|
-
.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{
|
|
3232
|
-
border-color: hsl(var(--destructive) / 0.3);
|
|
3233
|
-
}
|
|
3234
|
-
|
|
3235
|
-
.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{
|
|
3236
|
-
background-color: hsl(var(--destructive));
|
|
3237
|
-
}
|
|
3238
|
-
|
|
3239
|
-
.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{
|
|
3240
|
-
color: hsl(var(--destructive-foreground));
|
|
3241
|
-
}
|
|
3242
|
-
|
|
3243
|
-
.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{
|
|
3244
|
-
--tw-text-opacity: 1;
|
|
3245
|
-
color: rgb(254 242 242 / var(--tw-text-opacity, 1));
|
|
3246
|
-
}
|
|
3247
|
-
|
|
3248
|
-
.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{
|
|
3249
|
-
--tw-ring-color: hsl(var(--destructive));
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
|
-
.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{
|
|
3253
|
-
--tw-ring-opacity: 1;
|
|
3254
|
-
--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
|
|
3255
|
-
}
|
|
3256
|
-
|
|
3257
|
-
.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{
|
|
3258
|
-
--tw-ring-offset-color: #dc2626;
|
|
3259
|
-
}
|
|
3260
|
-
|
|
3261
|
-
.data-\[disabled\]\:pointer-events-none[data-disabled]{
|
|
3262
|
-
pointer-events: none;
|
|
3263
|
-
}
|
|
3264
|
-
|
|
3265
|
-
.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"]{
|
|
3266
|
-
--tw-translate-y: 0.25rem;
|
|
3267
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3268
|
-
}
|
|
3269
|
-
|
|
3270
|
-
.data-\[side\=left\]\:-translate-x-1[data-side="left"]{
|
|
3271
|
-
--tw-translate-x: -0.25rem;
|
|
3272
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3273
|
-
}
|
|
3274
|
-
|
|
3275
|
-
.data-\[side\=right\]\:translate-x-1[data-side="right"]{
|
|
3276
|
-
--tw-translate-x: 0.25rem;
|
|
3277
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3278
|
-
}
|
|
3279
|
-
|
|
3280
|
-
.data-\[side\=top\]\:-translate-y-1[data-side="top"]{
|
|
3281
|
-
--tw-translate-y: -0.25rem;
|
|
3282
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3283
|
-
}
|
|
3284
|
-
|
|
3285
|
-
.data-\[state\=checked\]\:translate-x-5[data-state="checked"]{
|
|
3286
|
-
--tw-translate-x: 1.25rem;
|
|
3287
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3288
|
-
}
|
|
3289
|
-
|
|
3290
|
-
.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"]{
|
|
3291
|
-
--tw-translate-x: 0px;
|
|
3292
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3293
|
-
}
|
|
3294
|
-
|
|
3295
|
-
.data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"]{
|
|
3296
|
-
--tw-translate-x: 0px;
|
|
3297
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3298
|
-
}
|
|
3299
|
-
|
|
3300
|
-
.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"]{
|
|
3301
|
-
--tw-translate-x: var(--radix-toast-swipe-end-x);
|
|
3302
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3303
|
-
}
|
|
3304
|
-
|
|
3305
|
-
.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"]{
|
|
3306
|
-
--tw-translate-x: var(--radix-toast-swipe-move-x);
|
|
3307
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3308
|
-
}
|
|
3309
|
-
|
|
3310
|
-
.data-\[disabled\]\:cursor-not-allowed[data-disabled]{
|
|
3311
|
-
cursor: not-allowed;
|
|
3312
|
-
}
|
|
3313
|
-
|
|
3314
|
-
.data-\[state\=checked\]\:bg-blue-50[data-state="checked"]{
|
|
3315
|
-
--tw-bg-opacity: 1;
|
|
3316
|
-
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
|
|
3317
|
-
}
|
|
3318
|
-
|
|
3319
|
-
.data-\[state\=checked\]\:bg-primary[data-state="checked"]{
|
|
3320
|
-
background-color: hsl(var(--primary));
|
|
3321
|
-
}
|
|
3322
|
-
|
|
3323
|
-
.data-\[state\=open\]\:bg-accent[data-state="open"]{
|
|
3324
|
-
background-color: hsl(var(--accent));
|
|
3325
|
-
}
|
|
3326
|
-
|
|
3327
|
-
.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"]{
|
|
3328
|
-
background-color: hsl(var(--input));
|
|
3329
|
-
}
|
|
3330
|
-
|
|
3331
|
-
.data-\[state\=checked\]\:font-medium[data-state="checked"]{
|
|
3332
|
-
font-weight: 500;
|
|
3333
|
-
}
|
|
3334
|
-
|
|
3335
|
-
.data-\[state\=checked\]\:text-blue-900[data-state="checked"]{
|
|
3336
|
-
--tw-text-opacity: 1;
|
|
3337
|
-
color: rgb(30 58 138 / var(--tw-text-opacity, 1));
|
|
3338
|
-
}
|
|
3339
|
-
|
|
3340
|
-
.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"]{
|
|
3341
|
-
color: hsl(var(--primary-foreground));
|
|
3342
|
-
}
|
|
3343
|
-
|
|
3344
|
-
.data-\[state\=open\]\:text-muted-foreground[data-state="open"]{
|
|
3345
|
-
color: hsl(var(--muted-foreground));
|
|
3346
|
-
}
|
|
3347
|
-
|
|
3348
|
-
.data-\[disabled\]\:opacity-40[data-disabled]{
|
|
3349
|
-
opacity: 0.4;
|
|
3350
|
-
}
|
|
3351
|
-
|
|
3352
|
-
.data-\[swipe\=move\]\:transition-none[data-swipe="move"]{
|
|
3353
|
-
transition-property: none;
|
|
3354
|
-
}
|
|
3355
|
-
|
|
3356
|
-
.data-\[state\=open\]\:animate-in[data-state="open"] {
|
|
3357
|
-
animation-duration: 0.3s;
|
|
3358
|
-
animation-fill-mode: both;
|
|
3359
|
-
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3360
|
-
}
|
|
3361
|
-
|
|
3362
|
-
.data-\[state\=open\]\:fade-in-0[data-state="open"] {
|
|
3363
|
-
animation-name: fadeIn;
|
|
3364
|
-
}
|
|
3365
|
-
|
|
3366
|
-
.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
|
|
3367
|
-
animation-name: zoomIn;
|
|
3368
|
-
}
|
|
3369
|
-
|
|
3370
|
-
.dark\:border-destructive:is([data-theme="dark"] *){
|
|
3371
|
-
border-color: hsl(var(--destructive));
|
|
3372
|
-
}
|
|
3373
|
-
|
|
3374
|
-
.dark\:border-gray-700:is([data-theme="dark"] *){
|
|
3375
|
-
--tw-border-opacity: 1;
|
|
3376
|
-
border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
|
|
3377
|
-
}
|
|
3378
|
-
|
|
3379
|
-
.dark\:bg-gray-900:is([data-theme="dark"] *){
|
|
3380
|
-
--tw-bg-opacity: 1;
|
|
3381
|
-
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
3382
|
-
}
|
|
3383
|
-
|
|
3384
|
-
.dark\:text-gray-100:is([data-theme="dark"] *){
|
|
3385
|
-
--tw-text-opacity: 1;
|
|
3386
|
-
color: rgb(243 244 246 / var(--tw-text-opacity, 1));
|
|
3387
|
-
}
|
|
3388
|
-
|
|
3389
|
-
@media (min-width: 640px){
|
|
3390
|
-
|
|
3391
|
-
.sm\:bottom-0{
|
|
3392
|
-
bottom: 0px;
|
|
3393
|
-
}
|
|
3394
|
-
|
|
3395
|
-
.sm\:right-0{
|
|
3396
|
-
right: 0px;
|
|
3397
|
-
}
|
|
3398
|
-
|
|
3399
|
-
.sm\:top-auto{
|
|
3400
|
-
top: auto;
|
|
3401
|
-
}
|
|
3402
|
-
|
|
3403
|
-
.sm\:max-w-md{
|
|
3404
|
-
max-width: 28rem;
|
|
3405
|
-
}
|
|
3406
|
-
|
|
3407
|
-
.sm\:flex-row{
|
|
3408
|
-
flex-direction: row;
|
|
3409
|
-
}
|
|
3410
|
-
|
|
3411
|
-
.sm\:flex-col{
|
|
3412
|
-
flex-direction: column;
|
|
3413
|
-
}
|
|
3414
|
-
|
|
3415
|
-
.sm\:justify-end{
|
|
3416
|
-
justify-content: flex-end;
|
|
3417
|
-
}
|
|
3418
|
-
|
|
3419
|
-
.sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
|
|
3420
|
-
--tw-space-x-reverse: 0;
|
|
3421
|
-
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
3422
|
-
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
3423
|
-
}
|
|
3424
|
-
|
|
3425
|
-
.sm\:rounded-lg{
|
|
3426
|
-
border-radius: var(--radius);
|
|
3427
|
-
}
|
|
3428
|
-
|
|
3429
|
-
.sm\:text-left{
|
|
3430
|
-
text-align: left;
|
|
3431
|
-
}
|
|
3432
|
-
}
|
|
3433
|
-
|
|
3434
|
-
@media (min-width: 768px){
|
|
3435
|
-
|
|
3436
|
-
.md\:block{
|
|
3437
|
-
display: block;
|
|
3438
|
-
}
|
|
3439
|
-
|
|
3440
|
-
.md\:max-w-\[420px\]{
|
|
3441
|
-
max-width: 420px;
|
|
3442
|
-
}
|
|
3443
|
-
}
|
|
3444
|
-
|
|
3445
|
-
.\[\&\>span\]\:line-clamp-1>span{
|
|
3446
|
-
overflow: hidden;
|
|
3447
|
-
display: -webkit-box;
|
|
3448
|
-
-webkit-box-orient: vertical;
|
|
3449
|
-
-webkit-line-clamp: 1;
|
|
3450
|
-
}
|
|
3451
|
-
|
|
3452
|
-
.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{
|
|
3453
|
-
--tw-translate-y: -3px;
|
|
3454
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3455
|
-
}
|
|
3456
|
-
|
|
3457
|
-
.\[\&\>svg\]\:absolute>svg{
|
|
3458
|
-
position: absolute;
|
|
3459
|
-
}
|
|
3460
|
-
|
|
3461
|
-
.\[\&\>svg\]\:left-4>svg{
|
|
3462
|
-
left: 1rem;
|
|
3463
|
-
}
|
|
3464
|
-
|
|
3465
|
-
.\[\&\>svg\]\:top-4>svg{
|
|
3466
|
-
top: 1rem;
|
|
3467
|
-
}
|
|
3468
|
-
|
|
3469
|
-
.\[\&\>svg\]\:text-destructive>svg{
|
|
3470
|
-
color: hsl(var(--destructive));
|
|
3471
|
-
}
|
|
3472
|
-
|
|
3473
|
-
.\[\&\>svg\]\:text-foreground>svg{
|
|
3474
|
-
color: hsl(var(--foreground));
|
|
3475
|
-
}
|
|
3476
|
-
|
|
3477
|
-
.\[\&\>svg\~\*\]\:pl-7>svg~*{
|
|
3478
|
-
padding-left: 1.75rem;
|
|
3479
|
-
}
|
|
3480
|
-
|
|
3481
|
-
.\[\&_p\]\:leading-relaxed p{
|
|
3482
|
-
line-height: 1.625;
|
|
3483
|
-
}
|
|
3484
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
|
|
3485
|
-
:root {
|
|
3486
|
-
--base-spacing: 24px;
|
|
3487
|
-
--m-xxxxs: calc(var(--base-spacing) / 5);
|
|
3488
|
-
--m-xxxs: calc(var(--base-spacing) / 4);
|
|
3489
|
-
--m-xxs: calc(var(--base-spacing) / 3);
|
|
3490
|
-
--m-xs: calc(var(--base-spacing) / 2);
|
|
3491
|
-
--m-s: calc(var(--base-spacing) * 2 / 3);
|
|
3492
|
-
--m: var(--base-spacing);
|
|
3493
|
-
--m-mm: calc(var(--base-spacing) * 3 / 2);
|
|
3494
|
-
--m-l: calc(var(--base-spacing) * 5 / 3);
|
|
3495
|
-
--m-xl: calc(var(--base-spacing) * 2);
|
|
3496
|
-
--m-xxl: calc(var(--base-spacing) * 5 / 2);
|
|
3497
|
-
--m-xxxl: calc(var(--base-spacing) * 3);
|
|
3498
|
-
--font-size-xs: calc(var(--font-size) * 16 / 17);
|
|
3499
|
-
--font-size-s: calc(var(--font-size) * 13 / 14);
|
|
3500
|
-
--font-size: 0.875rem;
|
|
3501
|
-
--font-size-l: calc(var(--font-size) * 8 / 7);
|
|
3502
|
-
--font-size-xl: calc(var(--font-size) * 9 / 7);
|
|
3503
|
-
--font-size-xxl: calc(var(--font-size) * 12 / 7);
|
|
3504
|
-
--font-size-xxxl: calc(var(--font-size) * 18 / 7);
|
|
3505
|
-
--font-size-h: calc(var(--font-size) * 24 / 7);
|
|
3506
|
-
--font-family: "Inter", sans-serif;
|
|
3507
|
-
--font-family-1: var(--font-family);
|
|
3508
|
-
--font-family-2: "Laxan", sans-serif;
|
|
3509
|
-
--border-radius: 4px;
|
|
3510
|
-
--border-radius-1: var(--border-radius);
|
|
3511
|
-
--border-radius-2: calc(var(--border-radius) * 2);
|
|
3512
|
-
--border-radius-3: calc(var(--border-radius) * 3);
|
|
3513
|
-
--border-radius-4: calc(var(--border-radius) * 4);
|
|
3514
|
-
--border-radius-5: calc(var(--border-radius) * 5);
|
|
3515
|
-
--border-radius-r: 50%;
|
|
3516
|
-
--fast: 0.3s;
|
|
3517
|
-
--speed: 0.4s;
|
|
3518
|
-
--slow: 0.9s;
|
|
3519
|
-
--ease: ease-out;
|
|
3520
|
-
--transition-ui: background-color var(--fast) var(--ease), border-color var(--fast) var(--ease), opacity var(--fast) var(--ease),
|
|
3521
|
-
transform var(--fast) var(--ease), color var(--fast) var(--ease);
|
|
3522
|
-
--blurred: 5px;
|
|
3523
|
-
--color-primary: #2563eb;
|
|
3524
|
-
--color-primary-hover: #1d4ed8;
|
|
3525
|
-
--color-primary-focus: #2563eb;
|
|
3526
|
-
--color-primary-disabled: #bfdbfe;
|
|
3527
|
-
--color-primary-button-disabled: #3f3b55;
|
|
3528
|
-
--color-secondary: #1d2939;
|
|
3529
|
-
--color-secondary-hover: #475467;
|
|
3530
|
-
--color-secondary-focus: #1d2939;
|
|
3531
|
-
--color-secondary-disabled: #344054;
|
|
3532
|
-
--color-text-on-primary: #ffffff;
|
|
3533
|
-
--color-text-on-primary-disabled: #667085;
|
|
3534
|
-
--color-text-on-primary-button-disabled: #ffffff;
|
|
3535
|
-
--color-text-on-secondary: #f2f4f7;
|
|
3536
|
-
--color-text-on-secondary-disabled: #475467;
|
|
3537
|
-
--color-progress-bar: #099250;
|
|
3538
|
-
--color-success: rgba(18, 183, 106, 0.88);
|
|
3539
|
-
--color-emphasis: #0ba5ec;
|
|
3540
|
-
--color-error: rgba(252, 93, 93, 0.88);
|
|
3541
|
-
--color-attention: rgba(248, 203, 44, 0.88);
|
|
3542
|
-
--color-importer-link: #2275d7;
|
|
3543
|
-
--blue-light-500: #0ba5ec;
|
|
3544
|
-
--color-green-ui: var(--color-progress-bar);
|
|
3545
|
-
--color-green: var(--color-success);
|
|
3546
|
-
--color-blue: #0ba5ec;
|
|
3547
|
-
--color-red: rgba(252, 93, 93, 0.88);
|
|
3548
|
-
--color-yellow: rgba(248, 203, 44, 0.88);
|
|
3549
|
-
--importer-link: var(--color-importer-link);
|
|
3550
|
-
}
|
|
3551
|
-
.CSVImporter-dark {
|
|
3552
|
-
color-scheme: dark;
|
|
3553
|
-
--color-background: #0e1116;
|
|
3554
|
-
--color-background-main: var(--color-background);
|
|
3555
|
-
--color-background-modal: #171a20;
|
|
3556
|
-
--color-background-modal-hover: #2e323c;
|
|
3557
|
-
--color-background-modal-veil: #0e1116;
|
|
3558
|
-
--color-background-modal-shadow: #0e1116;
|
|
3559
|
-
--color-background-modal-shade: #171a20;
|
|
3560
|
-
--color-tertiary: #101828;
|
|
3561
|
-
--color-tertiary-hover: #1d2939;
|
|
3562
|
-
--color-tertiary-focus: #1d2939;
|
|
3563
|
-
--color-tertiary-disabled: #eaecf0;
|
|
3564
|
-
--color-background-menu: #101828;
|
|
3565
|
-
--color-background-menu-hover: #1d2939;
|
|
3566
|
-
--color-text-strong: #f2f4f7;
|
|
3567
|
-
--color-text: #d0d5dd;
|
|
3568
|
-
--color-text-soft: #667085;
|
|
3569
|
-
--color-text-on-tertiary: #ffffff;
|
|
3570
|
-
--color-text-on-tertiary-disabled: #667085;
|
|
3571
|
-
--color-error: #912018;
|
|
3572
|
-
--color-text-error: #f04438;
|
|
3573
|
-
--color-background-error: #f04438;
|
|
3574
|
-
--color-background-error-hover: #d92d20;
|
|
3575
|
-
--color-background-error-soft: #fecdca;
|
|
3576
|
-
--color-input-background: #101828;
|
|
3577
|
-
--color-input-background-soft: #1d2939;
|
|
3578
|
-
--color-input-border: #344054;
|
|
3579
|
-
--color-input-placeholder: #344054;
|
|
3580
|
-
--color-input-text-disabled: #344054;
|
|
3581
|
-
--color-input-disabled: #171a20;
|
|
3582
|
-
--color-border: #1d2939;
|
|
3583
|
-
--color-background-small-button-selected: #344054;
|
|
3584
|
-
--color-background-small-button-hover: #101828;
|
|
3585
|
-
--color-text-small-button: $base-white;
|
|
3586
|
-
--color-button: #eff6ff;
|
|
3587
|
-
--color-button-hover: #dbeafe;
|
|
3588
|
-
--color-button-disabled: #dbeafe;
|
|
3589
|
-
--color-button-text: #171a20;
|
|
3590
|
-
--color-button-text-disabled: lighter(#171a20, 10);
|
|
3591
|
-
--color-button-border: transparent;
|
|
3592
|
-
--color-border: #344054;
|
|
3593
|
-
--color-border-soft: #1d2939;
|
|
3594
|
-
--color-icon: #d0d5dd;
|
|
3595
|
-
--color-bisel: rgba(255, 255, 255, 0.05);
|
|
3596
|
-
--color-csv-import-text: var(--color-text);
|
|
3597
|
-
--color-stepper: #30374f;
|
|
3598
|
-
--color-stepper-active: #6ce9a6;
|
|
3599
|
-
}
|
|
3600
|
-
.CSVImporter-light {
|
|
3601
|
-
color-scheme: light;
|
|
3602
|
-
--color-background: #f2f4f7;
|
|
3603
|
-
--color-background-main: #ffffff;
|
|
3604
|
-
--color-background-modal: #ffffff;
|
|
3605
|
-
--color-background-modal-hover: #ffffff;
|
|
3606
|
-
--color-background-modal-veil: #0e1116;
|
|
3607
|
-
--color-background-modal-shadow: transparent;
|
|
3608
|
-
--color-background-modal-shade: #f2f4f7;
|
|
3609
|
-
--color-tertiary: #ffffff;
|
|
3610
|
-
--color-tertiary-hover: #f2f4f7;
|
|
3611
|
-
--color-tertiary-focus: #ffffff;
|
|
3612
|
-
--color-tertiary-disabled: #eaecf0;
|
|
3613
|
-
--color-background-menu: #ffffff;
|
|
3614
|
-
--color-background-menu-hover: #f2f4f7;
|
|
3615
|
-
--color-text-strong: #101828;
|
|
3616
|
-
--color-text: #1d2939;
|
|
3617
|
-
--color-text-soft: #667085;
|
|
3618
|
-
--color-text-on-tertiary: #344054;
|
|
3619
|
-
--color-text-on-tertiary-disabled: #667085;
|
|
3620
|
-
--color-error: #fecdca;
|
|
3621
|
-
--color-text-error: #f04438;
|
|
3622
|
-
--color-background-error: #f04438;
|
|
3623
|
-
--color-background-error-hover: #d92d20;
|
|
3624
|
-
--color-background-error-soft: #fecdca;
|
|
3625
|
-
--color-input-background: #ffffff;
|
|
3626
|
-
--color-input-background-soft: #d0d5dd;
|
|
3627
|
-
--color-input-border: #344054;
|
|
3628
|
-
--color-input-placeholder: #344054;
|
|
3629
|
-
--color-input-text-disabled: #344054;
|
|
3630
|
-
--color-input-disabled: #f9fafb;
|
|
3631
|
-
--color-border: #1d2939;
|
|
3632
|
-
--color-background-small-button-selected: #f2f4f7;
|
|
3633
|
-
--color-background-small-button-hover: #f9fafb;
|
|
3634
|
-
--color-text-small-button: var(--color-text);
|
|
3635
|
-
--color-button: #ffffff;
|
|
3636
|
-
--color-button-hover: #f2f4f7;
|
|
3637
|
-
--color-button-disabled: #fcfcfd;
|
|
3638
|
-
--color-button-text: var(--color-text-soft);
|
|
3639
|
-
--color-button-text-disabled: #d0d5dd;
|
|
3640
|
-
--color-button-border: #d0d5dd;
|
|
3641
|
-
--color-border: #d0d5dd;
|
|
3642
|
-
--color-border-soft: #eaecf0;
|
|
3643
|
-
--color-icon: #101323;
|
|
3644
|
-
--color-bisel: rgba(0, 0, 0, 0.05);
|
|
3645
|
-
--color-csv-import-text: #130638;
|
|
3646
|
-
--color-stepper: #b9c0d4;
|
|
3647
|
-
--color-stepper-active: #6ce9a6;
|
|
3648
|
-
}
|
|
3649
|
-
.csv-importer {
|
|
3650
|
-
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
|
|
3651
|
-
background-color: var(--color-background);
|
|
3652
|
-
color: var(--color-text);
|
|
3653
|
-
font-size: var(--font-size);
|
|
3654
|
-
font-weight: 500;
|
|
3655
|
-
line-height: 1.5;
|
|
3656
|
-
-webkit-font-smoothing: antialiased;
|
|
3657
|
-
-moz-osx-font-smoothing: grayscale;
|
|
3658
|
-
}
|
|
3659
|
-
.csv-importer * {
|
|
3660
|
-
box-sizing: border-box;
|
|
3661
|
-
}
|
|
3662
|
-
.csv-importer .container {
|
|
3663
|
-
max-width: 1300px;
|
|
3664
|
-
margin: 0 auto;
|
|
3665
|
-
padding: 2rem;
|
|
3666
|
-
}
|
|
3667
|
-
@media (max-width: 640px) {
|
|
3668
|
-
.csv-importer .container {
|
|
3669
|
-
padding: 1rem;
|
|
3670
|
-
}
|
|
3671
|
-
}
|
|
3672
|
-
.csv-importer h1, .csv-importer h2, .csv-importer h3, .csv-importer h4, .csv-importer h5, .csv-importer h6 {
|
|
3673
|
-
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
|
|
3674
|
-
font-weight: 600;
|
|
3675
|
-
line-height: 1.2;
|
|
3676
|
-
color: #111827;
|
|
3677
|
-
}
|
|
3678
|
-
.csv-importer h1 {
|
|
3679
|
-
font-size: 2rem;
|
|
3680
|
-
}
|
|
3681
|
-
.csv-importer h2 {
|
|
3682
|
-
font-size: 1.5rem;
|
|
3683
|
-
}
|
|
3684
|
-
.csv-importer h3 {
|
|
3685
|
-
font-size: 1.25rem;
|
|
3686
|
-
}
|
|
3687
|
-
.csv-importer h4 {
|
|
3688
|
-
font-size: 1.125rem;
|
|
3689
|
-
}
|
|
3690
|
-
.csv-importer h5 {
|
|
3691
|
-
font-size: 1rem;
|
|
3692
|
-
}
|
|
3693
|
-
.csv-importer h6 {
|
|
3694
|
-
font-size: 0.875rem;
|
|
3695
|
-
}
|
|
3696
|
-
.csv-importer p {
|
|
3697
|
-
line-height: 1.6;
|
|
3698
|
-
color: #4B5563;
|
|
3699
|
-
}
|
|
3700
|
-
.csv-importer button {
|
|
3701
|
-
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
|
|
3702
|
-
font-weight: 500;
|
|
3703
|
-
transition: all 0.2s ease;
|
|
3704
|
-
}
|
|
3705
|
-
.csv-importer button:hover:not(:disabled) {
|
|
3706
|
-
transform: translateY(-1px);
|
|
3707
|
-
}
|
|
3708
|
-
.csv-importer input, .csv-importer textarea, .csv-importer select {
|
|
3709
|
-
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
|
|
3710
|
-
font-size: 0.875rem;
|
|
3711
|
-
}
|
|
3712
|
-
.csv-importer input:focus, .csv-importer textarea:focus, .csv-importer select:focus {
|
|
3713
|
-
outline: none;
|
|
3714
|
-
box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb, 122, 94, 248), 0.1);
|
|
3715
|
-
}
|
|
3716
|
-
.csv-importer a {
|
|
3717
|
-
color: var(--color-primary);
|
|
3718
|
-
text-decoration: none;
|
|
3719
|
-
transition: color 0.2s ease;
|
|
3720
|
-
}
|
|
3721
|
-
.csv-importer a:hover {
|
|
3722
|
-
color: var(--color-primary-700);
|
|
3723
|
-
text-decoration: underline;
|
|
3724
|
-
}
|
|
3725
|
-
.CSVImporter {
|
|
3726
|
-
border: none;
|
|
3727
|
-
background-color: transparent;
|
|
3728
|
-
padding: 0 1rem;
|
|
3729
|
-
border-radius: 1.2rem;
|
|
3730
|
-
color: inherit;
|
|
3731
|
-
cursor: pointer;
|
|
3732
|
-
font-weight: 500;
|
|
3733
|
-
font-size: 14px;
|
|
3734
|
-
/* height: 2.4rem; */
|
|
3735
|
-
display: inline-flex;
|
|
3736
|
-
gap: 0.5rem;
|
|
3737
|
-
align-items: center;
|
|
3738
|
-
transition: filter 0.2s ease-out;
|
|
3739
|
-
}
|
|
3740
|
-
|
|
3741
|
-
.CSVImporter svg {
|
|
3742
|
-
display: block;
|
|
3743
|
-
}
|
|
3744
|
-
|
|
3745
|
-
.CSVImporter svg path {
|
|
3746
|
-
stroke: currentColor !important;
|
|
3747
|
-
}
|
|
3748
|
-
|
|
3749
|
-
.CSVImporter:hover,
|
|
3750
|
-
.CSVImporter:active {
|
|
3751
|
-
filter: brightness(1.2);
|
|
3752
|
-
}
|
|
3753
|
-
|
|
3754
|
-
.CSVImporter-dialog::backdrop {
|
|
3755
|
-
background-color: rgba(0, 0, 0, 0.85);
|
|
3756
|
-
}
|
|
3757
|
-
|
|
3758
|
-
.CSVImporter-dialog {
|
|
3759
|
-
border-radius: 1rem;
|
|
3760
|
-
width: 80vw;
|
|
3761
|
-
max-height: 80vh;
|
|
3762
|
-
min-width: 800px;
|
|
3763
|
-
border: none;
|
|
3764
|
-
position: fixed;
|
|
3765
|
-
inset: 0;
|
|
3766
|
-
padding: 0;
|
|
3767
|
-
margin: auto;
|
|
3768
|
-
}
|
|
3769
|
-
|
|
3770
|
-
.CSVImporter-div {
|
|
3771
|
-
border: none;
|
|
3772
|
-
display: block;
|
|
3773
|
-
width: 100%;
|
|
3774
|
-
height: auto;
|
|
3775
|
-
max-height: 80vh;
|
|
3776
|
-
overflow-y: auto;
|
|
3777
|
-
}
|
|
3778
|
-
|
|
3779
|
-
@media (max-width: 768px) {
|
|
3780
|
-
.CSVImporter-dialog {
|
|
3781
|
-
width: 95vw;
|
|
3782
|
-
min-width: unset;
|
|
3783
|
-
max-width: 100%;
|
|
3784
|
-
}
|
|
3785
|
-
}
|