oziko-ui-kit 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/README.md +3 -0
  2. package/package.json +3 -2
  3. package/dist/App.d.ts +0 -2
  4. package/dist/assets/Inter-VariableFont_opsz,wght.ttf +0 -0
  5. package/dist/assets/fonts/inter/Inter-VariableFont_opsz,wght.ttf +0 -0
  6. package/dist/assets/images/location.png +0 -0
  7. package/dist/assets/images/logo.png +0 -0
  8. package/dist/assets/inter/Inter-VariableFont_opsz,wght.ttf +0 -0
  9. package/dist/assets/location.png +0 -0
  10. package/dist/assets/logo.png +0 -0
  11. package/dist/components/atoms/autocomplete/Autocomplete.d.ts +0 -13
  12. package/dist/components/atoms/backdrop/Backdrop.d.ts +0 -8
  13. package/dist/components/atoms/base-input/BaseInput.d.ts +0 -28
  14. package/dist/components/atoms/base-input/InputGroup.d.ts +0 -13
  15. package/dist/components/atoms/base-input/InputLabel.d.ts +0 -9
  16. package/dist/components/atoms/bucket-field-popup/BucketFieldPopup.d.ts +0 -4
  17. package/dist/components/atoms/button/Button.d.ts +0 -16
  18. package/dist/components/atoms/chart/Chart.d.ts +0 -11
  19. package/dist/components/atoms/checkbox/Checkbox.d.ts +0 -19
  20. package/dist/components/atoms/chip/Chip.d.ts +0 -13
  21. package/dist/components/atoms/color/Color.d.ts +0 -16
  22. package/dist/components/atoms/dashboard-item/DashboardItem.d.ts +0 -12
  23. package/dist/components/atoms/date-picker/DatePicker.d.ts +0 -7
  24. package/dist/components/atoms/directory/Directory.d.ts +0 -6
  25. package/dist/components/atoms/draggable-bar/DraggableBar.d.ts +0 -19
  26. package/dist/components/atoms/drawer/Drawer.d.ts +0 -18
  27. package/dist/components/atoms/drop-list/DropList.d.ts +0 -9
  28. package/dist/components/atoms/flex-element/FlexElement.d.ts +0 -7
  29. package/dist/components/atoms/fluid-container/FluidContainer.d.ts +0 -9
  30. package/dist/components/atoms/icon/Icon.d.ts +0 -9
  31. package/dist/components/atoms/input/Input.d.ts +0 -8
  32. package/dist/components/atoms/input-header/InputHeader.d.ts +0 -7
  33. package/dist/components/atoms/input-with-icon/InputWithIcon.d.ts +0 -7
  34. package/dist/components/atoms/inputs/minimized/array/Array.d.ts +0 -12
  35. package/dist/components/atoms/inputs/minimized/boolean/Boolean.d.ts +0 -9
  36. package/dist/components/atoms/inputs/minimized/color/ColorMinimized.d.ts +0 -9
  37. package/dist/components/atoms/inputs/minimized/date/Date.d.ts +0 -10
  38. package/dist/components/atoms/inputs/minimized/location/Location.d.ts +0 -10
  39. package/dist/components/atoms/inputs/minimized/multi-selection/MultiSelection.d.ts +0 -11
  40. package/dist/components/atoms/inputs/minimized/number/NumberMinimized.d.ts +0 -11
  41. package/dist/components/atoms/inputs/minimized/object/Object.d.ts +0 -12
  42. package/dist/components/atoms/inputs/minimized/rich-text/RichText.d.ts +0 -8
  43. package/dist/components/atoms/inputs/minimized/storage/StorageMinimized.d.ts +0 -12
  44. package/dist/components/atoms/inputs/minimized/string/StringMinimized.d.ts +0 -14
  45. package/dist/components/atoms/inputs/minimized/text-area/TextArea.d.ts +0 -13
  46. package/dist/components/atoms/inputs/normal/array/ArrayInput.d.ts +0 -18
  47. package/dist/components/atoms/inputs/normal/boolean/Boolean.d.ts +0 -17
  48. package/dist/components/atoms/inputs/normal/chip/ChipInput.d.ts +0 -8
  49. package/dist/components/atoms/inputs/normal/color/Color.d.ts +0 -14
  50. package/dist/components/atoms/inputs/normal/date/Date.d.ts +0 -11
  51. package/dist/components/atoms/inputs/normal/enum/Enum.d.ts +0 -15
  52. package/dist/components/atoms/inputs/normal/location/Location.d.ts +0 -13
  53. package/dist/components/atoms/inputs/normal/multiple-selection/MultipleSelection.d.ts +0 -14
  54. package/dist/components/atoms/inputs/normal/number/Number.d.ts +0 -16
  55. package/dist/components/atoms/inputs/normal/object/ObjectInput.d.ts +0 -15
  56. package/dist/components/atoms/inputs/normal/rich-text/LexicalContent.d.ts +0 -8
  57. package/dist/components/atoms/inputs/normal/rich-text/RichText.d.ts +0 -19
  58. package/dist/components/atoms/inputs/normal/rich-text/plugins/ExtendedTextNode.d.ts +0 -12
  59. package/dist/components/atoms/inputs/normal/rich-text/plugins/OnChangePlugin.d.ts +0 -6
  60. package/dist/components/atoms/inputs/normal/rich-text/plugins/ToolbarPlugin.d.ts +0 -8
  61. package/dist/components/atoms/inputs/normal/rich-text/ui/ColorPicker.d.ts +0 -13
  62. package/dist/components/atoms/inputs/normal/rich-text/ui/Dialog.d.ts +0 -16
  63. package/dist/components/atoms/inputs/normal/rich-text/ui/Dropdown.d.ts +0 -24
  64. package/dist/components/atoms/inputs/normal/rich-text/ui/DropdownColorPicker.d.ts +0 -13
  65. package/dist/components/atoms/inputs/normal/rich-text/ui/FontSize.d.ts +0 -6
  66. package/dist/components/atoms/inputs/normal/rich-text/ui/TextInput.d.ts +0 -12
  67. package/dist/components/atoms/inputs/normal/rich-text/utils/getSelectedNode.d.ts +0 -2
  68. package/dist/components/atoms/inputs/normal/storage/Storage.d.ts +0 -39
  69. package/dist/components/atoms/inputs/normal/string/String.d.ts +0 -17
  70. package/dist/components/atoms/inputs/normal/text-area/TextArea.d.ts +0 -24
  71. package/dist/components/atoms/json/Json.d.ts +0 -6
  72. package/dist/components/atoms/list-item/ListItem.d.ts +0 -8
  73. package/dist/components/atoms/list-row/ListRow.d.ts +0 -10
  74. package/dist/components/atoms/map/Map.d.ts +0 -22
  75. package/dist/components/atoms/modal/Modal.d.ts +0 -25
  76. package/dist/components/atoms/modal/body/ModalBody.d.ts +0 -7
  77. package/dist/components/atoms/modal/footer/ModalFooter.d.ts +0 -7
  78. package/dist/components/atoms/modal/header/ModalHeader.d.ts +0 -7
  79. package/dist/components/atoms/popover/Popover.d.ts +0 -16
  80. package/dist/components/atoms/portal/Portal.d.ts +0 -6
  81. package/dist/components/atoms/select-option/SelectOption.d.ts +0 -19
  82. package/dist/components/atoms/spinner/Spinner.d.ts +0 -15
  83. package/dist/components/atoms/storage-file-card/StorageFileCard.d.ts +0 -12
  84. package/dist/components/atoms/switch/Switch.d.ts +0 -9
  85. package/dist/components/atoms/tab/Tab.d.ts +0 -9
  86. package/dist/components/atoms/text/Text.d.ts +0 -9
  87. package/dist/components/atoms/title/Title.d.ts +0 -9
  88. package/dist/components/molecules/accordion/Accordion.d.ts +0 -24
  89. package/dist/components/molecules/accordion/AccordionElement.d.ts +0 -17
  90. package/dist/components/molecules/navigator-item/NavigatorItem.d.ts +0 -14
  91. package/dist/components/molecules/select/Select.d.ts +0 -31
  92. package/dist/components/molecules/sso-button/SSOButton.d.ts +0 -10
  93. package/dist/components/molecules/storage-filter/StorageFilter.d.ts +0 -24
  94. package/dist/components/molecules/timeline/Timeline.d.ts +0 -24
  95. package/dist/components/organisms/dashboard/layout/DashboardLayout.d.ts +0 -15
  96. package/dist/components/organisms/menu-group/MenuGroup.d.ts +0 -12
  97. package/dist/components/organisms/section/Section.d.ts +0 -12
  98. package/dist/components/organisms/sidebar/SideBar.d.ts +0 -25
  99. package/dist/components/organisms/sidebar/navigator/Navigator.d.ts +0 -19
  100. package/dist/components/organisms/storage-file-select/StorageFileSelect.d.ts +0 -12
  101. package/dist/components/organisms/storage-file-select/sort-popover-content/SortPopoverContent.d.ts +0 -6
  102. package/dist/components/organisms/storage-file-select/storage-modal-heading/StorageModalHeading.d.ts +0 -11
  103. package/dist/components/organisms/table/Table.d.ts +0 -13
  104. package/dist/custom-hooks/useAdaptivePosition.d.ts +0 -18
  105. package/dist/custom-hooks/useDebounce.d.ts +0 -6
  106. package/dist/custom-hooks/useFileView.d.ts +0 -12
  107. package/dist/custom-hooks/useFlexStyles.d.ts +0 -9
  108. package/dist/custom-hooks/useInputRepresenter.d.ts +0 -83
  109. package/dist/custom-hooks/useKeyDown.d.ts +0 -12
  110. package/dist/custom-hooks/useOnClickOutside.d.ts +0 -7
  111. package/dist/images/layers-2x.png +0 -0
  112. package/dist/images/layers.png +0 -0
  113. package/dist/images/marker-icon-2x.png +0 -0
  114. package/dist/images/marker-icon.png +0 -0
  115. package/dist/images/marker-shadow.png +0 -0
  116. package/dist/index.css +0 -3140
  117. package/dist/index.export.d.ts +0 -68
  118. package/dist/index.mjs +0 -100
  119. package/dist/index.mjs.map +0 -1
  120. package/dist/theme/ThemeContext.d.ts +0 -7
  121. package/dist/theme/createTheme.d.ts +0 -3
  122. package/dist/theme/defaultPalette.d.ts +0 -5
  123. package/dist/theme/index.d.ts +0 -5
  124. package/dist/theme/loadTheme.d.ts +0 -1
  125. package/dist/theme/saveTheme.d.ts +0 -1
  126. package/dist/theme/types.d.ts +0 -51
  127. package/dist/utils/api.d.ts +0 -7
  128. package/dist/utils/color.d.ts +0 -8
  129. package/dist/utils/helperUtils.d.ts +0 -5
  130. package/dist/utils/iconList.d.ts +0 -9
  131. package/dist/utils/index.d.ts +0 -25
  132. package/dist/utils/interface.d.ts +0 -23
  133. package/dist/utils/time.d.ts +0 -8
package/dist/index.css DELETED
@@ -1,3140 +0,0 @@
1
- .flexElement {
2
- display: flex;
3
- }
4
- .flexElement.horizontal {
5
- flex-direction: row;
6
- }
7
- .flexElement.vertical {
8
- flex-direction: column;
9
- }
10
- .flexElement.wrap {
11
- flex-wrap: wrap;
12
- }
13
- .flexElement.noWrap {
14
- flex-wrap: nowrap;
15
- }
16
- .flexElement.leftTop {
17
- justify-content: flex-start;
18
- align-items: flex-start;
19
- }
20
- .flexElement.top {
21
- justify-content: center;
22
- align-items: flex-start;
23
- }
24
- .flexElement.rightTop {
25
- justify-content: flex-end;
26
- align-items: flex-start;
27
- }
28
- .flexElement.leftCenter {
29
- justify-content: flex-start;
30
- align-items: center;
31
- }
32
- .flexElement.center {
33
- justify-content: center;
34
- align-items: center;
35
- }
36
- .flexElement.rightCenter {
37
- justify-content: flex-end;
38
- align-items: center;
39
- }
40
- .flexElement.leftBottom {
41
- justify-content: flex-start;
42
- align-items: flex-end;
43
- }
44
- .flexElement.bottom {
45
- justify-content: center;
46
- align-items: flex-end;
47
- }
48
- .flexElement.rightBottom {
49
- justify-content: flex-end;
50
- align-items: flex-end;
51
- }
52
- .flexElement.dimensionXfill {
53
- width: 100%;
54
- }
55
- .flexElement.dimensionXhug {
56
- width: max-content;
57
- }
58
- .flexElement.dimensionYfill {
59
- align-self: stretch;
60
- }
61
- .flexElement.dimensionYhug {
62
- height: max-content;
63
- }
64
-
65
- :root {
66
- --font-size-base: 16px;
67
- --font-size-xs: 0.625rem; /* 10px */
68
- --font-size-sm: 0.75rem; /* 12px */
69
- --font-size-md: 0.875rem; /* 14px */
70
- --font-size-lg: 1rem; /* 16px */
71
- --font-size-xl: 1.125rem; /* 18px */
72
- --font-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
73
- "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
74
- --color-primary: #1c1c50;
75
- --color-primary-light: #36369c;
76
- --color-primary-dark: #020204;
77
- --color-primary-rgb: 28, 28, 80;
78
- --color-danger: #f41212;
79
- --color-danger-light: #f97373;
80
- --color-danger-dark: #990707;
81
- --color-danger-rgb: 244, 18, 18;
82
- --color-success: #21f412;
83
- --color-success-light: #7cf973;
84
- --color-success-dark: #119907;
85
- --color-success-rgb: 33, 244, 18;
86
- --color-soft: #f5f5f5;
87
- --color-soft-light: #ffffff;
88
- --color-soft-dark: #c2c2c2;
89
- --color-soft-rgb: 245, 245, 245;
90
- --color-default: #ffffff;
91
- --color-default-rgb: 255, 255, 255;
92
- --color-transparent: transparent;
93
- --color-input-background: #fafafa;
94
- --color-input-placeholder: #9b9b9b;
95
- --color-font-primary: #525252;
96
- --color-font-secondary: #ffffff;
97
- --color-border: #d4d0d0;
98
- --color-border-rgb: 212, 208, 208;
99
- --color-zebra: #f6f6f9;
100
- --color-background: #f5f5f5;
101
- --color-menu-background: #ffffff;
102
- --color-box-shadow: #0000000d;
103
- --box-shadow: 0px 0px 10px 5px var(--color-box-shadow);
104
- --border-radius-sm: 3px;
105
- --border-radius-md: 5px;
106
- --border-radius-lg: 10px;
107
- --border-radius-circle: 50%;
108
- --border-radius-round: 40px;
109
- --padding-xs: 2.5px;
110
- --padding-sm: 5px;
111
- --padding-md: 10px;
112
- --padding-lg: 15px;
113
- --padding-xl: 20px;
114
- --gap-xs: 2.5px;
115
- --gap-sm: 5px;
116
- --gap-md: 10px;
117
- --gap-lg: 15px;
118
- --gap-xl: 20px;
119
- --icon-size-xs: 12px;
120
- --icon-size-sm: 14px;
121
- --icon-size-md: 16px;
122
- --icon-size-lg: 20px;
123
- --border-default: 1px solid #d4d0d0;
124
- --transition-duration: 0.3s;
125
- --disabled-opacity: 0.6;
126
- }
127
-
128
- @font-face {
129
- font-family: "Inter";
130
- src: url("./assets/fonts/inter/Inter-VariableFont_opsz,wght.ttf") format("ttf");
131
- font-weight: 400;
132
- font-style: normal;
133
- font-display: swap;
134
- }
135
- html {
136
- font-size: var(--font-size-base);
137
- }
138
-
139
- body {
140
- margin: 0;
141
- font-family: var(--font-family-base);
142
- -webkit-font-smoothing: antialiased;
143
- -moz-osx-font-smoothing: grayscale;
144
- }
145
-
146
- code {
147
- font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
148
- }
149
-
150
- * {
151
- box-sizing: border-box;
152
- }
153
-
154
- .objectInput {
155
- border: var(--border-default);
156
- }
157
- .flexElement {
158
- display: flex;
159
- }
160
- .flexElement.horizontal {
161
- flex-direction: row;
162
- }
163
- .flexElement.vertical {
164
- flex-direction: column;
165
- }
166
- .flexElement.wrap {
167
- flex-wrap: wrap;
168
- }
169
- .flexElement.noWrap {
170
- flex-wrap: nowrap;
171
- }
172
- .flexElement.leftTop {
173
- justify-content: flex-start;
174
- align-items: flex-start;
175
- }
176
- .flexElement.top {
177
- justify-content: center;
178
- align-items: flex-start;
179
- }
180
- .flexElement.rightTop {
181
- justify-content: flex-end;
182
- align-items: flex-start;
183
- }
184
- .flexElement.leftCenter {
185
- justify-content: flex-start;
186
- align-items: center;
187
- }
188
- .flexElement.center {
189
- justify-content: center;
190
- align-items: center;
191
- }
192
- .flexElement.rightCenter {
193
- justify-content: flex-end;
194
- align-items: center;
195
- }
196
- .flexElement.leftBottom {
197
- justify-content: flex-start;
198
- align-items: flex-end;
199
- }
200
- .flexElement.bottom {
201
- justify-content: center;
202
- align-items: flex-end;
203
- }
204
- .flexElement.rightBottom {
205
- justify-content: flex-end;
206
- align-items: flex-end;
207
- }
208
- .flexElement.dimensionXfill {
209
- width: 100%;
210
- }
211
- .flexElement.dimensionXhug {
212
- width: max-content;
213
- }
214
- .flexElement.dimensionYfill {
215
- align-self: stretch;
216
- }
217
- .flexElement.dimensionYhug {
218
- height: max-content;
219
- }
220
- .Autocomplete-module_input__ZClTo input {
221
- display: -webkit-box;
222
- -webkit-box-orient: vertical;
223
- overflow: hidden;
224
- text-overflow: ellipsis;
225
- width: unset;
226
- -webkit-line-clamp: 1;
227
- }
228
-
229
- .Autocomplete-module_menuItems__PRxS4 {
230
- position: fixed;
231
- border-radius: var(--border-radius-md);
232
- z-index: 1000;
233
- height: 100%;
234
- max-height: 200px;
235
- overflow-y: auto;
236
- box-shadow: var(--box-shadow);
237
- background: var(--color-menu-background);
238
- }
239
- .ListItem-module_item__IJwTZ {
240
- cursor: pointer;
241
- padding: var(--padding-md) var(--padding-lg);
242
- }
243
- .ListItem-module_item__IJwTZ:not(.ListItem-module_disabled__nySSv):hover {
244
- background: var(--color-zebra);
245
- }
246
- .ListItem-module_item__IJwTZ.ListItem-module_active__L8V-w {
247
- background: var(--color-zebra);
248
- }
249
- .ListItem-module_item__IJwTZ.ListItem-module_disabled__nySSv {
250
- cursor: default;
251
- opacity: var(--disabled-opacity);
252
- }
253
- .ListItem-module_item__IJwTZ .ListItem-module_displayer__Ce1rm {
254
- display: -webkit-box;
255
- -webkit-box-orient: vertical;
256
- overflow: hidden;
257
- text-overflow: ellipsis;
258
- width: unset;
259
- -webkit-line-clamp: 1;
260
- }
261
- .FlexElement-module_flexElement__eg1MJ {
262
- display: flex;
263
- }
264
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_horizontal__UpVw- {
265
- flex-direction: row;
266
- }
267
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_vertical__JHDUP {
268
- flex-direction: column;
269
- }
270
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_wrap__wPEvD {
271
- flex-wrap: wrap;
272
- }
273
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_noWrap__DpsWL {
274
- flex-wrap: nowrap;
275
- }
276
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_leftTop__n9nq- {
277
- justify-content: flex-start;
278
- align-items: flex-start;
279
- }
280
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_top__6U245 {
281
- justify-content: center;
282
- align-items: flex-start;
283
- }
284
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_rightTop__ZH-uY {
285
- justify-content: flex-end;
286
- align-items: flex-start;
287
- }
288
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_leftCenter__lmSm9 {
289
- justify-content: flex-start;
290
- align-items: center;
291
- }
292
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_center__olWdH {
293
- justify-content: center;
294
- align-items: center;
295
- }
296
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_rightCenter__CkcSp {
297
- justify-content: flex-end;
298
- align-items: center;
299
- }
300
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_leftBottom__CRip2 {
301
- justify-content: flex-start;
302
- align-items: flex-end;
303
- }
304
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_bottom__cpqRE {
305
- justify-content: center;
306
- align-items: flex-end;
307
- }
308
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_rightBottom__OL2Ko {
309
- justify-content: flex-end;
310
- align-items: flex-end;
311
- }
312
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_dimensionXfill__oSQHV {
313
- width: 100%;
314
- }
315
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_dimensionXhug__AV1zR {
316
- width: max-content;
317
- }
318
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_dimensionYfill__fAgSn {
319
- align-self: stretch;
320
- }
321
- .FlexElement-module_flexElement__eg1MJ.FlexElement-module_dimensionYhug__C8Rpu {
322
- height: max-content;
323
- }
324
- .Text-module_text__pXeDB {
325
- width: max-content;
326
- line-height: 1rem;
327
- }
328
- .Text-module_text__pXeDB.Text-module_primary__Jl3pf {
329
- color: var(--color-font-primary);
330
- }
331
- .Text-module_text__pXeDB.Text-module_secondary__lupNJ {
332
- color: var(--color-input-placeholder);
333
- }
334
- .Text-module_text__pXeDB.Text-module_danger__wUGWY {
335
- color: var(--color-danger);
336
- }
337
- .Text-module_text__pXeDB.Text-module_xsmall__9MbA8 {
338
- font-size: var(--font-size-xs);
339
- }
340
- .Text-module_text__pXeDB.Text-module_small__6RMw5 {
341
- font-size: var(--font-size-sm);
342
- }
343
- .Text-module_text__pXeDB.Text-module_medium__1wQOp {
344
- font-size: var(--font-size-md);
345
- }
346
- .Text-module_text__pXeDB.Text-module_large__xU7Z7 {
347
- font-size: var(--font-size-lg);
348
- }
349
- .Text-module_text__pXeDB.Text-module_xlarge__e2FFa {
350
- font-size: var(--font-size-xl);
351
- }
352
- .InputWithIcon-module_container__XS6go {
353
- background-color: var(--color-input-background);
354
- border-radius: var(--border-radius-md);
355
- color: var(--color-input-placeholder);
356
- padding: var(--padding-md) var(--padding-lg);
357
- border: var(--border-default);
358
- }
359
- .InputWithIcon-module_container__XS6go input {
360
- padding: 0;
361
- }
362
- .InputWithIcon-module_container__XS6go.InputWithIcon-module_disabled__Ipdhp {
363
- cursor: default;
364
- opacity: var(--disabled-opacity);
365
- }
366
- .InputWithIcon-module_container__XS6go .InputWithIcon-module_input__QmSjk {
367
- border: none;
368
- outline: none;
369
- width: 100%;
370
- background: none;
371
- color: var(--color-font-primary);
372
- }
373
- .InputWithIcon-module_container__XS6go .InputWithIcon-module_input__QmSjk::placeholder {
374
- color: var(--color-input-placeholder);
375
- }
376
- .Input-module_input__drEt1 {
377
- font-size: var(--font-size-md);
378
- line-height: 1rem;
379
- padding: 0;
380
- flex: 1;
381
- color: var(--color-font-primary);
382
- border: none;
383
- outline: none;
384
- background-color: transparent;
385
- }
386
- .InputLabel-module_reverse__OWiKh {
387
- flex-direction: row-reverse !important;
388
- }
389
- .InputLabel-module_reverse__OWiKh .InputLabel-module_title__-qafK {
390
- padding-left: var(--padding-md);
391
- padding-right: 0;
392
- text-align: right;
393
- }
394
-
395
- .InputLabel-module_divider__dUzoL {
396
- width: 1px;
397
- height: 0;
398
- background: var(--color-primary);
399
- transition: all var(--transition-duration);
400
- }
401
-
402
- .InputLabel-module_focused__bVb3x .InputLabel-module_divider__dUzoL {
403
- height: 100%;
404
- transition: all var(--transition-duration);
405
- }
406
-
407
- .InputLabel-module_container__ahfSz .InputLabel-module_title__-qafK span {
408
- font-size: var(--font-size-md);
409
- color: var(--color-font-primary);
410
- width: 100px;
411
- text-align: left;
412
- display: inline-block;
413
- white-space: nowrap;
414
- overflow: hidden !important;
415
- text-overflow: ellipsis;
416
- position: relative;
417
- transition: all var(--transition-duration);
418
- }
419
- .InputLabel-module_container__ahfSz .InputLabel-module_title__-qafK::after {
420
- content: "";
421
- width: 1px;
422
- background-color: var(--color-primary);
423
- height: 0;
424
- position: absolute;
425
- bottom: 0;
426
- right: 0;
427
- transition: all var(--transition-duration);
428
- }
429
- .InputLabel-module_container__ahfSz .InputLabel-module_icon__-hQXJ {
430
- transition: all var(--transition-duration);
431
- }
432
- .BaseInput-module_baseInputContainer__sY1kq {
433
- background-color: var(--color-input-background);
434
- border-radius: var(--border-radius-md);
435
- color: var(--color-input-placeholder);
436
- padding: var(--padding-md) var(--padding-lg);
437
- position: relative;
438
- }
439
- .BaseInput-module_baseInputContainer__sY1kq input {
440
- padding: 0;
441
- }
442
- .BaseInput-module_baseInputContainer__sY1kq .BaseInput-module_focused__K38D8 * {
443
- color: var(--color-primary) !important;
444
- }
445
- .BaseInput-module_baseInputContainer__sY1kq.BaseInput-module_containerFocused__w9-Ht {
446
- outline: 1px solid var(--color-primary);
447
- }
448
-
449
- .BaseInput-module_disabled__kn4wv {
450
- opacity: var(--disabled-opacity);
451
- cursor: not-allowed;
452
- pointer-events: none;
453
- }
454
-
455
- .BaseInput-module_helperText__5CsM3 {
456
- padding-left: var(--padding-lg);
457
- font-size: var(--font-size-sm) !important;
458
- }
459
- .Icon-module_icon__RB1IY.Icon-module_xs__908MS {
460
- width: var(--icon-size-xs);
461
- height: var(--icon-size-xs);
462
- }
463
- .Icon-module_icon__RB1IY.Icon-module_sm__6W-Lb {
464
- width: var(--icon-size-sm);
465
- height: var(--icon-size-sm);
466
- }
467
- .Icon-module_icon__RB1IY.Icon-module_md__NwfvQ {
468
- width: var(--icon-size-md);
469
- height: var(--icon-size-md);
470
- }
471
- .Icon-module_icon__RB1IY.Icon-module_lg__KKTLI {
472
- width: var(--icon-size-lg);
473
- height: var(--icon-size-lg);
474
- }
475
- .BucketFieldPopup-module_container__u-ZI0 {
476
- background-color: var(--color-menu-background);
477
- padding: var(--padding-md);
478
- border-radius: var(--border-radius-lg);
479
- }
480
- .BucketFieldPopup-module_container__u-ZI0 .BucketFieldPopup-module_item__UuUXG {
481
- color: var(--color-font-primary);
482
- padding: var(--padding-xs) 0;
483
- cursor: pointer;
484
- }
485
- button {
486
- cursor: pointer;
487
- line-height: var(--font-size-md);
488
- outline: none;
489
- border: none;
490
- background: none;
491
- transition: all var(--transition-duration) ease-in-out;
492
- padding: var(--padding-md);
493
- font-size: var(--font-size-md);
494
- display: flex;
495
- align-items: center;
496
- justify-content: center;
497
- }
498
- button:disabled {
499
- opacity: var(--disabled-opacity);
500
- cursor: default;
501
- }
502
- button.Button-module_fullWidth__ocMRP {
503
- width: 100%;
504
- }
505
- button.Button-module_sDefault__yRCYO {
506
- border-radius: var(--border-radius-sm);
507
- }
508
- button.Button-module_sCircle__GJyYM {
509
- border-radius: var(--border-radius-circle);
510
- }
511
- button.Button-module_sRound__y0uWn {
512
- border-radius: var(--border-radius-round);
513
- }
514
- button.Button-module_vSolid__G4luo {
515
- border: 1px solid;
516
- }
517
- button.Button-module_vSolid__G4luo.Button-module_cPrimary__67oy- {
518
- background-color: var(--color-primary);
519
- border-color: var(--color-primary) !important;
520
- color: var(--color-font-secondary);
521
- }
522
- button.Button-module_vSolid__G4luo.Button-module_cPrimary__67oy-:hover {
523
- background-color: var(--color-primary-light);
524
- border-color: var(--color-primary-light) !important;
525
- color: var(--color-font-secondary);
526
- }
527
- button.Button-module_vSolid__G4luo.Button-module_cDanger__HgXsJ {
528
- background-color: var(--color-danger);
529
- border-color: var(--color-danger) !important;
530
- color: var(--color-font-secondary);
531
- }
532
- button.Button-module_vSolid__G4luo.Button-module_cDanger__HgXsJ:hover {
533
- background-color: var(--color-danger-light);
534
- border-color: var(--color-danger-light) !important;
535
- color: var(--color-font-secondary);
536
- }
537
- button.Button-module_vSolid__G4luo.Button-module_cSuccess__KSilh {
538
- background-color: var(--color-success);
539
- border-color: var(--color-success) !important;
540
- color: var(--color-font-secondary);
541
- }
542
- button.Button-module_vSolid__G4luo.Button-module_cSuccess__KSilh:hover {
543
- background-color: var(--color-success-light);
544
- border-color: var(--color-success-light) !important;
545
- color: var(--color-font-secondary);
546
- }
547
- button.Button-module_vSolid__G4luo.Button-module_cDefault__q58J8 {
548
- background-color: var(--color-default);
549
- border-color: var(--color-default) !important;
550
- color: var(--color-font-primary);
551
- }
552
- button.Button-module_vSolid__G4luo.Button-module_cDefault__q58J8:hover {
553
- background-color: var(--color-default);
554
- border-color: rgba(var(--color-primary-rgb), 0.3) !important;
555
- color: var(--color-font-primary);
556
- }
557
- button.Button-module_vSolid__G4luo.Button-module_cSoft__dGX1F {
558
- background-color: var(--color-soft);
559
- border-color: var(--color-soft) !important;
560
- color: var(--color-font-primary);
561
- }
562
- button.Button-module_vSolid__G4luo.Button-module_cSoft__dGX1F:hover {
563
- background-color: var(--color-soft);
564
- border-color: rgba(var(--color-primary-rgb), 0.3) !important;
565
- color: var(--color-font-primary);
566
- }
567
- button.Button-module_vSolid__G4luo.Button-module_cTransparent__Bnpcx {
568
- background-color: transparent;
569
- border-color: var(--color-border) !important;
570
- color: var(--color-font-primary);
571
- }
572
- button.Button-module_vSolid__G4luo.Button-module_cTransparent__Bnpcx:hover {
573
- background-color: transparent;
574
- border-color: var(--color-border) !important;
575
- color: var(--color-font-primary);
576
- }
577
- button.Button-module_vOutlined__BPlxJ {
578
- border: 1px solid;
579
- background-color: transparent;
580
- }
581
- button.Button-module_vOutlined__BPlxJ.Button-module_cPrimary__67oy- {
582
- background-color: transparent;
583
- border-color: var(--color-primary) !important;
584
- color: var(--color-primary);
585
- }
586
- button.Button-module_vOutlined__BPlxJ.Button-module_cPrimary__67oy-:hover {
587
- background-color: transparent;
588
- border-color: var(--color-primary-light) !important;
589
- color: var(--color-primary-light);
590
- }
591
- button.Button-module_vOutlined__BPlxJ.Button-module_cDanger__HgXsJ {
592
- background-color: transparent;
593
- border-color: var(--color-danger) !important;
594
- color: var(--color-danger);
595
- }
596
- button.Button-module_vOutlined__BPlxJ.Button-module_cDanger__HgXsJ:hover {
597
- background-color: transparent;
598
- border-color: var(--color-danger-light) !important;
599
- color: var(--color-danger-light);
600
- }
601
- button.Button-module_vOutlined__BPlxJ.Button-module_cSuccess__KSilh {
602
- background-color: transparent;
603
- border-color: var(--color-success) !important;
604
- color: var(--color-success);
605
- }
606
- button.Button-module_vOutlined__BPlxJ.Button-module_cSuccess__KSilh:hover {
607
- background-color: transparent;
608
- border-color: var(--color-success-light) !important;
609
- color: var(--color-success-light);
610
- }
611
- button.Button-module_vOutlined__BPlxJ.Button-module_cDefault__q58J8 {
612
- background-color: transparent;
613
- border-color: var(--color-border) !important;
614
- color: var(--color-font-primary);
615
- }
616
- button.Button-module_vOutlined__BPlxJ.Button-module_cDefault__q58J8:hover {
617
- background-color: transparent;
618
- border-color: rgba(var(--color-primary-rgb), 0.3) !important;
619
- color: var(--color-font-primary);
620
- }
621
- button.Button-module_vOutlined__BPlxJ.Button-module_cSoft__dGX1F {
622
- background-color: transparent;
623
- border-color: var(--color-soft) !important;
624
- color: var(--color-font-primary);
625
- }
626
- button.Button-module_vOutlined__BPlxJ.Button-module_cSoft__dGX1F:hover {
627
- background-color: transparent;
628
- border-color: rgba(var(--color-primary-rgb), 0.3) !important;
629
- color: var(--color-font-primary);
630
- }
631
- button.Button-module_vDashed__s9Gzs {
632
- border: 1px dashed;
633
- background-color: transparent;
634
- }
635
- button.Button-module_vDashed__s9Gzs.Button-module_cPrimary__67oy- {
636
- background-color: transparent;
637
- border-color: var(--color-primary) !important;
638
- color: var(--color-primary);
639
- }
640
- button.Button-module_vDashed__s9Gzs.Button-module_cPrimary__67oy-:hover {
641
- background-color: transparent;
642
- border-color: var(--color-primary-light) !important;
643
- color: var(--color-primary-light);
644
- }
645
- button.Button-module_vDashed__s9Gzs.Button-module_cDanger__HgXsJ {
646
- background-color: transparent;
647
- border-color: var(--color-danger) !important;
648
- color: var(--color-danger);
649
- }
650
- button.Button-module_vDashed__s9Gzs.Button-module_cDanger__HgXsJ:hover {
651
- background-color: transparent;
652
- border-color: var(--color-danger-light) !important;
653
- color: var(--color-danger-light);
654
- }
655
- button.Button-module_vDashed__s9Gzs.Button-module_cSuccess__KSilh {
656
- background-color: transparent;
657
- border-color: var(--color-success) !important;
658
- color: var(--color-success);
659
- }
660
- button.Button-module_vDashed__s9Gzs.Button-module_cSuccess__KSilh:hover {
661
- background-color: transparent;
662
- border-color: var(--color-success-light) !important;
663
- color: var(--color-success-light);
664
- }
665
- button.Button-module_vDashed__s9Gzs.Button-module_cDefault__q58J8 {
666
- background-color: transparent;
667
- border-color: var(--color-border) !important;
668
- color: var(--color-font-primary);
669
- }
670
- button.Button-module_vDashed__s9Gzs.Button-module_cDefault__q58J8:hover {
671
- background-color: transparent;
672
- border-color: rgba(var(--color-primary-rgb), 0.3) !important;
673
- color: var(--color-font-primary);
674
- }
675
- button.Button-module_vDashed__s9Gzs.Button-module_cSoft__dGX1F {
676
- background-color: transparent;
677
- border-color: var(--color-soft) !important;
678
- color: var(--color-font-primary);
679
- }
680
- button.Button-module_vDashed__s9Gzs.Button-module_cSoft__dGX1F:hover {
681
- background-color: transparent;
682
- border-color: rgba(var(--color-primary-rgb), 0.3) !important;
683
- color: var(--color-font-primary);
684
- }
685
- button.Button-module_vFilled__1oRT- {
686
- border: none;
687
- }
688
- button.Button-module_vFilled__1oRT-.Button-module_cPrimary__67oy- {
689
- background-color: rgba(var(--color-primary-rgb), 0.1);
690
- border-color: var(--color-primary) !important;
691
- color: var(--color-primary);
692
- }
693
- button.Button-module_vFilled__1oRT-.Button-module_cPrimary__67oy-:hover {
694
- background-color: rgba(var(--color-primary-rgb), 0.3);
695
- border-color: var(--color-primary) !important;
696
- color: var(--color-primary);
697
- }
698
- button.Button-module_vFilled__1oRT-.Button-module_cDanger__HgXsJ {
699
- background-color: rgba(var(--color-danger-rgb), 0.1);
700
- border-color: var(--color-danger) !important;
701
- color: var(--color-danger);
702
- }
703
- button.Button-module_vFilled__1oRT-.Button-module_cDanger__HgXsJ:hover {
704
- background-color: rgba(var(--color-danger-rgb), 0.3);
705
- border-color: var(--color-danger) !important;
706
- color: var(--color-danger);
707
- }
708
- button.Button-module_vFilled__1oRT-.Button-module_cSuccess__KSilh {
709
- background-color: rgba(var(--color-success-rgb), 0.1);
710
- border-color: var(--color-success) !important;
711
- color: var(--color-success);
712
- }
713
- button.Button-module_vFilled__1oRT-.Button-module_cSuccess__KSilh:hover {
714
- background-color: rgba(var(--color-success-rgb), 0.3);
715
- border-color: var(--color-success) !important;
716
- color: var(--color-success);
717
- }
718
- button.Button-module_vFilled__1oRT-.Button-module_cDefault__q58J8 {
719
- background-color: rgba(var(--color-default-rgb), 0.1);
720
- border-color: var(--color-font-primary) !important;
721
- color: var(--color-font-primary);
722
- }
723
- button.Button-module_vFilled__1oRT-.Button-module_cDefault__q58J8:hover {
724
- background-color: rgba(var(--color-default-rgb), 0.3);
725
- border-color: var(--color-font-primary) !important;
726
- color: var(--color-font-primary);
727
- }
728
- button.Button-module_vFilled__1oRT-.Button-module_cSoft__dGX1F {
729
- background-color: rgba(var(--color-soft-rgb), 0.1);
730
- border-color: var(--color-soft) !important;
731
- color: var(--color-font-primary);
732
- }
733
- button.Button-module_vFilled__1oRT-.Button-module_cSoft__dGX1F:hover {
734
- background-color: rgba(var(--color-soft-rgb), 0.3);
735
- border-color: var(--color-soft) !important;
736
- color: var(--color-font-primary);
737
- }
738
- button.Button-module_vText__rb0VZ {
739
- border: none;
740
- background-color: transparent;
741
- }
742
- button.Button-module_vText__rb0VZ.Button-module_cPrimary__67oy- {
743
- background-color: transparent;
744
- border-color: transparent !important;
745
- color: var(--color-primary);
746
- }
747
- button.Button-module_vText__rb0VZ.Button-module_cPrimary__67oy-:hover {
748
- background-color: rgba(var(--color-primary-rgb), 0.1);
749
- border-color: transparent !important;
750
- color: var(--color-primary);
751
- }
752
- button.Button-module_vText__rb0VZ.Button-module_cDanger__HgXsJ {
753
- background-color: transparent;
754
- border-color: transparent !important;
755
- color: var(--color-danger);
756
- }
757
- button.Button-module_vText__rb0VZ.Button-module_cDanger__HgXsJ:hover {
758
- background-color: rgba(var(--color-danger-rgb), 0.1);
759
- border-color: transparent !important;
760
- color: var(--color-danger);
761
- }
762
- button.Button-module_vText__rb0VZ.Button-module_cSuccess__KSilh {
763
- background-color: transparent;
764
- border-color: transparent !important;
765
- color: var(--color-success);
766
- }
767
- button.Button-module_vText__rb0VZ.Button-module_cSuccess__KSilh:hover {
768
- background-color: rgba(var(--color-success-rgb), 0.1);
769
- border-color: transparent !important;
770
- color: var(--color-success);
771
- }
772
- button.Button-module_vText__rb0VZ.Button-module_cDefault__q58J8 {
773
- background-color: transparent;
774
- border-color: transparent !important;
775
- color: var(--color-font-primary);
776
- }
777
- button.Button-module_vText__rb0VZ.Button-module_cDefault__q58J8:hover {
778
- background-color: rgba(var(--color-default-rgb), 0.1);
779
- border-color: transparent !important;
780
- color: var(--color-font-primary);
781
- }
782
- button.Button-module_vText__rb0VZ.Button-module_cSoft__dGX1F {
783
- background-color: transparent;
784
- border-color: transparent !important;
785
- color: var(--color-font-primary);
786
- }
787
- button.Button-module_vText__rb0VZ.Button-module_cSoft__dGX1F:hover {
788
- background-color: rgba(var(--color-soft-rgb), 0.1);
789
- border-color: transparent !important;
790
- color: var(--color-font-primary);
791
- }
792
- button.Button-module_vLink__g4fzS {
793
- border: none;
794
- background-color: transparent;
795
- }
796
- button.Button-module_vLink__g4fzS.Button-module_cPrimary__67oy- {
797
- color: var(--color-primary);
798
- }
799
- button.Button-module_vLink__g4fzS.Button-module_cPrimary__67oy-:hover {
800
- color: var(--color-primary-light);
801
- }
802
- button.Button-module_vLink__g4fzS.Button-module_cDanger__HgXsJ {
803
- color: var(--color-danger);
804
- }
805
- button.Button-module_vLink__g4fzS.Button-module_cDanger__HgXsJ:hover {
806
- color: var(--color-danger-light);
807
- }
808
- button.Button-module_vLink__g4fzS.Button-module_cSuccess__KSilh {
809
- color: var(--color-success);
810
- }
811
- button.Button-module_vLink__g4fzS.Button-module_cSuccess__KSilh:hover {
812
- color: var(--color-success-light);
813
- }
814
- button.Button-module_vLink__g4fzS.Button-module_cDefault__q58J8 {
815
- color: var(--color-font-primary);
816
- }
817
- button.Button-module_vLink__g4fzS.Button-module_cDefault__q58J8:hover {
818
- color: var(--color-primary);
819
- }
820
- button.Button-module_vLink__g4fzS.Button-module_cSoft__dGX1F {
821
- color: var(--color-font-primary);
822
- }
823
- button.Button-module_vLink__g4fzS.Button-module_cSoft__dGX1F:hover {
824
- color: var(--color-primary);
825
- }
826
- button.Button-module_vIcon__U67dE {
827
- border: none;
828
- background-color: transparent;
829
- }
830
- button.Button-module_vIcon__U67dE.Button-module_cPrimary__67oy- {
831
- color: var(--color-primary);
832
- }
833
- button.Button-module_vIcon__U67dE.Button-module_cPrimary__67oy-:hover {
834
- color: var(--color-primary-light);
835
- }
836
- button.Button-module_vIcon__U67dE.Button-module_cDanger__HgXsJ {
837
- color: var(--color-danger);
838
- }
839
- button.Button-module_vIcon__U67dE.Button-module_cDanger__HgXsJ:hover {
840
- color: var(--color-danger-light);
841
- }
842
- button.Button-module_vIcon__U67dE.Button-module_cSuccess__KSilh {
843
- color: var(--color-success);
844
- }
845
- button.Button-module_vIcon__U67dE.Button-module_cSuccess__KSilh:hover {
846
- color: var(--color-success-light);
847
- }
848
- button.Button-module_vIcon__U67dE.Button-module_cDefault__q58J8 {
849
- color: var(--color-font-primary);
850
- }
851
- button.Button-module_vIcon__U67dE.Button-module_cDefault__q58J8:hover {
852
- color: var(--color-primary);
853
- }
854
- button.Button-module_vIcon__U67dE.Button-module_cSoft__dGX1F {
855
- color: var(--color-font-primary);
856
- }
857
- button.Button-module_vIcon__U67dE.Button-module_cSoft__dGX1F:hover {
858
- color: var(--color-primary);
859
- }
860
- .Spinner-module_container__tB7r0 {
861
- position: relative;
862
- }
863
- .Spinner-module_container__tB7r0.Spinner-module_overlay__lPgQp {
864
- opacity: 0.4;
865
- pointer-events: none;
866
- }
867
- .Spinner-module_container__tB7r0.Spinner-module_overlay__lPgQp::before {
868
- content: "";
869
- position: absolute;
870
- width: 100%;
871
- height: 100%;
872
- background: rgb(255, 255, 255);
873
- opacity: var(--disabled-opacity);
874
- }
875
-
876
- .Spinner-module_spinner__yumWc {
877
- border-style: solid;
878
- border-width: 2px;
879
- border-radius: 50%;
880
- animation: Spinner-module_spin__54H7M 2s linear infinite;
881
- z-index: 1;
882
- }
883
- .Spinner-module_spinner__yumWc.Spinner-module_absolute__z7wIz {
884
- position: absolute;
885
- }
886
- .Spinner-module_spinner__yumWc.Spinner-module_primary__bhdCC {
887
- border-color: var(--color-primary) var(--color-primary) var(--color-primary) transparent;
888
- }
889
- .Spinner-module_spinner__yumWc.Spinner-module_default__t61tG {
890
- border-color: var(--color-default) var(--color-default) var(--color-default) transparent;
891
- }
892
- .Spinner-module_spinner__yumWc.Spinner-module_success__RTTmC {
893
- border-color: var(--color-success) var(--color-success) var(--color-success) transparent;
894
- }
895
- .Spinner-module_spinner__yumWc.Spinner-module_danger__I8BqU {
896
- border-color: var(--color-danger) var(--color-danger) var(--color-danger) transparent;
897
- }
898
- .Spinner-module_spinner__yumWc.Spinner-module_soft__Ifigt {
899
- border-color: var(--color-soft) var(--color-soft) var(--color-soft) transparent;
900
- }
901
- .Spinner-module_spinner__yumWc.Spinner-module_transparent__r34vk {
902
- border-color: transparent transparent transparent transparent;
903
- }
904
- .Spinner-module_spinner__yumWc.Spinner-module_small__CXo3R {
905
- width: 1.125rem;
906
- height: 1.125rem;
907
- border-width: 2px;
908
- }
909
- .Spinner-module_spinner__yumWc.Spinner-module_medium__YuG3c {
910
- width: 1.75rem;
911
- height: 1.75rem;
912
- border-width: 2px;
913
- }
914
- .Spinner-module_spinner__yumWc.Spinner-module_large__M5A4y {
915
- width: 2.5rem;
916
- height: 2.5rem;
917
- border-width: 3px;
918
- }
919
- .Spinner-module_spinner__yumWc.Spinner-module_xlarge__SHZ1L {
920
- width: 3.5rem;
921
- height: 3.5rem;
922
- border-width: 4px;
923
- }
924
- .Spinner-module_spinner__yumWc.Spinner-module_fast__Rd281 {
925
- animation-duration: 0.5s;
926
- }
927
- .Spinner-module_spinner__yumWc.Spinner-module_normal__VR04D {
928
- animation-duration: 1s;
929
- }
930
- .Spinner-module_spinner__yumWc.Spinner-module_slow__JK54W {
931
- animation-duration: 1.5s;
932
- }
933
-
934
- @keyframes Spinner-module_spin__54H7M {
935
- 0% {
936
- transform: rotate(0deg);
937
- }
938
- 100% {
939
- transform: rotate(360deg);
940
- }
941
- }
942
- .Checkbox-module_container__v4ouY {
943
- cursor: pointer;
944
- }
945
- .Checkbox-module_container__v4ouY.Checkbox-module_disabled__PAavY {
946
- opacity: var(--disabled-opacity);
947
- cursor: default;
948
- }
949
- .Checkbox-module_container__v4ouY.Checkbox-module_disabled__PAavY label {
950
- cursor: default !important;
951
- }
952
- .Checkbox-module_container__v4ouY:not(.Checkbox-module_disabled__PAavY):hover .Checkbox-module_checkbox__tiPi8 label {
953
- border-color: var(--color-primary);
954
- }
955
- .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8 {
956
- display: flex;
957
- }
958
- .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8.Checkbox-module_indeterminate__GxPm3 label::after {
959
- content: "-";
960
- }
961
- .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8 input[type=checkbox] {
962
- display: none;
963
- }
964
- .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8 label {
965
- display: flex;
966
- align-items: center;
967
- justify-content: center;
968
- width: 14px;
969
- height: 14px;
970
- border: var(--border-default);
971
- border-radius: var(--border-radius-sm);
972
- cursor: pointer;
973
- transition: all var(--transition-duration) ease;
974
- }
975
- .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8 label::after {
976
- content: "✓";
977
- font-size: var(--font-size-md);
978
- color: white;
979
- opacity: 0;
980
- transition: opacity var(--transition-duration) ease;
981
- }
982
- .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8 input[type=checkbox]:checked + label {
983
- background-color: var(--color-primary);
984
- border-color: var(--color-primary);
985
- }
986
- .Checkbox-module_container__v4ouY .Checkbox-module_checkbox__tiPi8 input[type=checkbox]:checked + label::after {
987
- opacity: 1;
988
- }
989
- .Chip-module_chip__DLgqh {
990
- background-color: var(--color-input-background);
991
- border-radius: var(--border-radius-md);
992
- color: var(--color-input-placeholder);
993
- padding: var(--padding-md) var(--padding-lg);
994
- color: var(--color-font-primary);
995
- border-radius: var(--border-radius-round);
996
- padding: 6px 6px 6px var(--padding-md);
997
- font-size: var(--font-size-md);
998
- }
999
- .Chip-module_chip__DLgqh input {
1000
- padding: 0;
1001
- }
1002
- .Chip-module_chip__DLgqh.Chip-module_outlined__1seXI {
1003
- border: 1px solid var(--color-border);
1004
- background-color: transparent;
1005
- }
1006
- .Chip-module_chip__DLgqh.Chip-module_filled__iKdFt {
1007
- background-color: var(--color-soft-hover);
1008
- border: none;
1009
- }
1010
- .Chip-module_chip__DLgqh.Chip-module_noButton__nEh-- {
1011
- padding: var(--padding-md) var(--padding-lg);
1012
- }
1013
- .Chip-module_chip__DLgqh .Chip-module_closeButton__83TVb {
1014
- border: 0;
1015
- padding: 0;
1016
- height: var(--icon-size-md);
1017
- }
1018
- .Color-module_color__icl6l input {
1019
- cursor: pointer;
1020
- -webkit-appearance: none;
1021
- padding: 0;
1022
- border: none;
1023
- width: 12px;
1024
- height: 12px;
1025
- border-radius: var(--border-radius-circle);
1026
- border: var(--border-default);
1027
- }
1028
- .Color-module_color__icl6l input::-webkit-color-swatch, .Color-module_color__icl6l input::-webkit-color-swatch-wrapper {
1029
- border: none;
1030
- border-radius: var(--border-radius-circle);
1031
- padding: 0;
1032
- }
1033
- .DashboardItem-module_container__Cu2fp .DashboardItem-module_settingButton__EVb24 {
1034
- width: 35px;
1035
- height: 35px;
1036
- }
1037
- .DashboardItem-module_container__Cu2fp .DashboardItem-module_header__1Ltls {
1038
- border-bottom: var(--border-default);
1039
- }
1040
- .DashboardItem-module_container__Cu2fp .DashboardItem-module_header__1Ltls,
1041
- .DashboardItem-module_container__Cu2fp .DashboardItem-module_chartContainer__xibFh {
1042
- padding: var(--padding-xl);
1043
- }
1044
- .DashboardItem-module_container__Cu2fp .DashboardItem-module_chartContainer__xibFh {
1045
- height: 100%;
1046
- width: 100%;
1047
- }
1048
- .DashboardItem-module_container__Cu2fp .DashboardItem-module_chart__a5kGE {
1049
- height: 100% !important;
1050
- width: 100% !important;
1051
- }
1052
- .Section-module_sectionContainer__qECl2 {
1053
- background-color: var(--color-menu-background);
1054
- }
1055
- .Section-module_sectionContainer__qECl2 .Section-module_header__1oDhY,
1056
- .Section-module_sectionContainer__qECl2 .Section-module_content__3PfOv,
1057
- .Section-module_sectionContainer__qECl2 .Section-module_footer__KPdum {
1058
- padding: var(--padding-xl);
1059
- color: var(--font-color);
1060
- font-size: var(--font-size-md);
1061
- font-weight: 700;
1062
- }
1063
- .Section-module_sectionContainer__qECl2 .Section-module_header__1oDhY {
1064
- display: flex;
1065
- align-items: center;
1066
- justify-content: space-between;
1067
- border-radius: var(--border-radius-md) var(--border-radius-md) 0 0;
1068
- border-bottom: 1px solid var(--color-border);
1069
- }
1070
- .Section-module_sectionContainer__qECl2 .Section-module_content__3PfOv {
1071
- flex: 1;
1072
- }
1073
- .Section-module_sectionContainer__qECl2 .Section-module_footer__KPdum {
1074
- border-radius: 0 0 var(--border-radius-md) var(--border-radius-md);
1075
- border-top: 1px solid var(--color-border);
1076
- }
1077
- .DatePicker-module_datePicker__9BVwE {
1078
- border: none !important;
1079
- box-shadow: none !important;
1080
- outline: none;
1081
- background-color: transparent !important;
1082
- padding: 0;
1083
- font-size: var(--font-size-base);
1084
- box-shadow: none;
1085
- width: 100%;
1086
- }
1087
- .DatePicker-module_datePicker__9BVwE input {
1088
- font-size: var(--font-size-base);
1089
- height: 16px !important;
1090
- background-color: transparent;
1091
- line-height: unset !important;
1092
- }
1093
- .DatePicker-module_datePicker__9BVwE .ant-picker-input .ant-picker-clear {
1094
- top: 56%;
1095
- inset-inline-end: 1;
1096
- }
1097
- .Directory-module_moreIcon__V7kXf {
1098
- cursor: pointer;
1099
- }
1100
-
1101
- .Directory-module_directory__koFRz {
1102
- font-weight: 600;
1103
- }
1104
- .Directory-module_directory__koFRz .Directory-module_path__lw-xg {
1105
- cursor: pointer;
1106
- }
1107
- .Popover-module_container__-idjE {
1108
- height: max-content;
1109
- }
1110
-
1111
- .Popover-module_content__TTNdo {
1112
- position: absolute;
1113
- box-shadow: var(--box-shadow);
1114
- padding: var(--padding-md);
1115
- border-radius: var(--border-radius-md);
1116
- background: var(--color-menu-background);
1117
- }
1118
-
1119
- .Popover-module_arrow__ODp-E {
1120
- position: absolute;
1121
- width: 8px;
1122
- height: 8px;
1123
- background: inherit;
1124
- transform: rotate(45deg);
1125
- }
1126
- .Popover-module_arrow__ODp-E.Popover-module_bottom__Dq-dO, .Popover-module_arrow__ODp-E.Popover-module_bottomStart__eZAKA, .Popover-module_arrow__ODp-E.Popover-module_bottomEnd__YAoIK {
1127
- bottom: -4px;
1128
- }
1129
- .Popover-module_arrow__ODp-E.Popover-module_bottom__Dq-dO {
1130
- left: 50%;
1131
- margin-left: -4px;
1132
- }
1133
- .Popover-module_arrow__ODp-E.Popover-module_bottomStart__eZAKA {
1134
- left: 12px;
1135
- }
1136
- .Popover-module_arrow__ODp-E.Popover-module_bottomEnd__YAoIK {
1137
- right: 12px;
1138
- }
1139
- .Popover-module_arrow__ODp-E.Popover-module_top__gphPv, .Popover-module_arrow__ODp-E.Popover-module_topStart__UL0EG, .Popover-module_arrow__ODp-E.Popover-module_topEnd__rr7Hq {
1140
- top: -4px;
1141
- }
1142
- .Popover-module_arrow__ODp-E.Popover-module_top__gphPv {
1143
- left: 50%;
1144
- margin-left: -4px;
1145
- }
1146
- .Popover-module_arrow__ODp-E.Popover-module_topStart__UL0EG {
1147
- left: 12px;
1148
- }
1149
- .Popover-module_arrow__ODp-E.Popover-module_topEnd__rr7Hq {
1150
- right: 12px;
1151
- }
1152
- .Popover-module_arrow__ODp-E.Popover-module_right__gx1MF, .Popover-module_arrow__ODp-E.Popover-module_rightStart__jScCt, .Popover-module_arrow__ODp-E.Popover-module_rightEnd__FI5TB {
1153
- right: -4px;
1154
- }
1155
- .Popover-module_arrow__ODp-E.Popover-module_right__gx1MF {
1156
- top: 50%;
1157
- margin-top: -4px;
1158
- }
1159
- .Popover-module_arrow__ODp-E.Popover-module_rightStart__jScCt {
1160
- top: 14%;
1161
- }
1162
- .Popover-module_arrow__ODp-E.Popover-module_rightEnd__FI5TB {
1163
- bottom: 14%;
1164
- }
1165
- .Popover-module_arrow__ODp-E.Popover-module_left__0Ng53, .Popover-module_arrow__ODp-E.Popover-module_leftStart__OsJTm, .Popover-module_arrow__ODp-E.Popover-module_leftEnd__lr3aT {
1166
- left: -4px;
1167
- }
1168
- .Popover-module_arrow__ODp-E.Popover-module_left__0Ng53 {
1169
- top: 50%;
1170
- margin-top: -4px;
1171
- }
1172
- .Popover-module_arrow__ODp-E.Popover-module_leftStart__OsJTm {
1173
- top: 14%;
1174
- }
1175
- .Popover-module_arrow__ODp-E.Popover-module_leftEnd__lr3aT {
1176
- bottom: 14%;
1177
- }
1178
- .Portal-module_container__QcS9f {
1179
- position: absolute;
1180
- width: 100vw;
1181
- height: 100vh;
1182
- top: 0;
1183
- }
1184
- .DropList-module_container__OfA7W {
1185
- overflow: scroll;
1186
- }
1187
- .DropList-module_container__OfA7W button {
1188
- width: 30px;
1189
- min-width: 30px !important;
1190
- height: 30px;
1191
- border-radius: var(--border-radius-circle) !important;
1192
- background: #eeeeee !important;
1193
- color: var(--color-font-primary) !important;
1194
- border: 1px solid #eeeeee !important;
1195
- }
1196
- .DropList-module_container__OfA7W button.DropList-module_active__3guYr {
1197
- background: transparent !important;
1198
- }
1199
- .InputHeader-module_inputHeaderContainer__ozfOk {
1200
- background-color: var(--color-input-background);
1201
- border-radius: var(--border-radius-md);
1202
- color: var(--color-input-placeholder);
1203
- padding: var(--padding-md) var(--padding-lg);
1204
- padding: var(--padding-md);
1205
- font-size: var(--font-size-md);
1206
- }
1207
- .InputHeader-module_inputHeaderContainer__ozfOk input {
1208
- padding: 0;
1209
- }
1210
- .Json-module_jsonContainer__cv8rx {
1211
- color: #000000;
1212
- font-size: var(--font-size-md);
1213
- }
1214
- .ListRow-module_rowContainer__5LCRb {
1215
- padding: var(--padding-md);
1216
- }
1217
- /* required styles */
1218
-
1219
- .leaflet-pane,
1220
- .leaflet-tile,
1221
- .leaflet-marker-icon,
1222
- .leaflet-marker-shadow,
1223
- .leaflet-tile-container,
1224
- .leaflet-pane > svg,
1225
- .leaflet-pane > canvas,
1226
- .leaflet-zoom-box,
1227
- .leaflet-image-layer,
1228
- .leaflet-layer {
1229
- position: absolute;
1230
- left: 0;
1231
- top: 0;
1232
- }
1233
- .leaflet-container {
1234
- overflow: hidden;
1235
- }
1236
- .leaflet-tile,
1237
- .leaflet-marker-icon,
1238
- .leaflet-marker-shadow {
1239
- -webkit-user-select: none;
1240
- -moz-user-select: none;
1241
- user-select: none;
1242
- -webkit-user-drag: none;
1243
- }
1244
- /* Prevents IE11 from highlighting tiles in blue */
1245
- .leaflet-tile::selection {
1246
- background: transparent;
1247
- }
1248
- /* Safari renders non-retina tile on retina better with this, but Chrome is worse */
1249
- .leaflet-safari .leaflet-tile {
1250
- image-rendering: -webkit-optimize-contrast;
1251
- }
1252
- /* hack that prevents hw layers "stretching" when loading new tiles */
1253
- .leaflet-safari .leaflet-tile-container {
1254
- width: 1600px;
1255
- height: 1600px;
1256
- -webkit-transform-origin: 0 0;
1257
- }
1258
- .leaflet-marker-icon,
1259
- .leaflet-marker-shadow {
1260
- display: block;
1261
- }
1262
- /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
1263
- /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
1264
- .leaflet-container .leaflet-overlay-pane svg {
1265
- max-width: none !important;
1266
- max-height: none !important;
1267
- }
1268
- .leaflet-container .leaflet-marker-pane img,
1269
- .leaflet-container .leaflet-shadow-pane img,
1270
- .leaflet-container .leaflet-tile-pane img,
1271
- .leaflet-container img.leaflet-image-layer,
1272
- .leaflet-container .leaflet-tile {
1273
- max-width: none !important;
1274
- max-height: none !important;
1275
- width: auto;
1276
- padding: 0;
1277
- }
1278
-
1279
- .leaflet-container img.leaflet-tile {
1280
- /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
1281
- mix-blend-mode: plus-lighter;
1282
- }
1283
-
1284
- .leaflet-container.leaflet-touch-zoom {
1285
- -ms-touch-action: pan-x pan-y;
1286
- touch-action: pan-x pan-y;
1287
- }
1288
- .leaflet-container.leaflet-touch-drag {
1289
- -ms-touch-action: pinch-zoom;
1290
- /* Fallback for FF which doesn't support pinch-zoom */
1291
- touch-action: none;
1292
- touch-action: pinch-zoom;
1293
- }
1294
- .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
1295
- -ms-touch-action: none;
1296
- touch-action: none;
1297
- }
1298
- .leaflet-container {
1299
- -webkit-tap-highlight-color: transparent;
1300
- }
1301
- .leaflet-container a {
1302
- -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
1303
- }
1304
- .leaflet-tile {
1305
- filter: inherit;
1306
- visibility: hidden;
1307
- }
1308
- .leaflet-tile-loaded {
1309
- visibility: inherit;
1310
- }
1311
- .leaflet-zoom-box {
1312
- width: 0;
1313
- height: 0;
1314
- -moz-box-sizing: border-box;
1315
- box-sizing: border-box;
1316
- z-index: 800;
1317
- }
1318
- /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
1319
- .leaflet-overlay-pane svg {
1320
- -moz-user-select: none;
1321
- }
1322
-
1323
- .leaflet-pane { z-index: 400; }
1324
-
1325
- .leaflet-tile-pane { z-index: 200; }
1326
- .leaflet-overlay-pane { z-index: 400; }
1327
- .leaflet-shadow-pane { z-index: 500; }
1328
- .leaflet-marker-pane { z-index: 600; }
1329
- .leaflet-tooltip-pane { z-index: 650; }
1330
- .leaflet-popup-pane { z-index: 700; }
1331
-
1332
- .leaflet-map-pane canvas { z-index: 100; }
1333
- .leaflet-map-pane svg { z-index: 200; }
1334
-
1335
- .leaflet-vml-shape {
1336
- width: 1px;
1337
- height: 1px;
1338
- }
1339
- .lvml {
1340
- behavior: url(#default#VML);
1341
- display: inline-block;
1342
- position: absolute;
1343
- }
1344
-
1345
-
1346
- /* control positioning */
1347
-
1348
- .leaflet-control {
1349
- position: relative;
1350
- z-index: 800;
1351
- pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
1352
- pointer-events: auto;
1353
- }
1354
- .leaflet-top,
1355
- .leaflet-bottom {
1356
- position: absolute;
1357
- z-index: 1000;
1358
- pointer-events: none;
1359
- }
1360
- .leaflet-top {
1361
- top: 0;
1362
- }
1363
- .leaflet-right {
1364
- right: 0;
1365
- }
1366
- .leaflet-bottom {
1367
- bottom: 0;
1368
- }
1369
- .leaflet-left {
1370
- left: 0;
1371
- }
1372
- .leaflet-control {
1373
- float: left;
1374
- clear: both;
1375
- }
1376
- .leaflet-right .leaflet-control {
1377
- float: right;
1378
- }
1379
- .leaflet-top .leaflet-control {
1380
- margin-top: 10px;
1381
- }
1382
- .leaflet-bottom .leaflet-control {
1383
- margin-bottom: 10px;
1384
- }
1385
- .leaflet-left .leaflet-control {
1386
- margin-left: 10px;
1387
- }
1388
- .leaflet-right .leaflet-control {
1389
- margin-right: 10px;
1390
- }
1391
-
1392
-
1393
- /* zoom and fade animations */
1394
-
1395
- .leaflet-fade-anim .leaflet-popup {
1396
- opacity: 0;
1397
- -webkit-transition: opacity 0.2s linear;
1398
- -moz-transition: opacity 0.2s linear;
1399
- transition: opacity 0.2s linear;
1400
- }
1401
- .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
1402
- opacity: 1;
1403
- }
1404
- .leaflet-zoom-animated {
1405
- -webkit-transform-origin: 0 0;
1406
- -ms-transform-origin: 0 0;
1407
- transform-origin: 0 0;
1408
- }
1409
- svg.leaflet-zoom-animated {
1410
- will-change: transform;
1411
- }
1412
-
1413
- .leaflet-zoom-anim .leaflet-zoom-animated {
1414
- -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
1415
- -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
1416
- transition: transform 0.25s cubic-bezier(0,0,0.25,1);
1417
- }
1418
- .leaflet-zoom-anim .leaflet-tile,
1419
- .leaflet-pan-anim .leaflet-tile {
1420
- -webkit-transition: none;
1421
- -moz-transition: none;
1422
- transition: none;
1423
- }
1424
-
1425
- .leaflet-zoom-anim .leaflet-zoom-hide {
1426
- visibility: hidden;
1427
- }
1428
-
1429
-
1430
- /* cursors */
1431
-
1432
- .leaflet-interactive {
1433
- cursor: pointer;
1434
- }
1435
- .leaflet-grab {
1436
- cursor: -webkit-grab;
1437
- cursor: -moz-grab;
1438
- cursor: grab;
1439
- }
1440
- .leaflet-crosshair,
1441
- .leaflet-crosshair .leaflet-interactive {
1442
- cursor: crosshair;
1443
- }
1444
- .leaflet-popup-pane,
1445
- .leaflet-control {
1446
- cursor: auto;
1447
- }
1448
- .leaflet-dragging .leaflet-grab,
1449
- .leaflet-dragging .leaflet-grab .leaflet-interactive,
1450
- .leaflet-dragging .leaflet-marker-draggable {
1451
- cursor: move;
1452
- cursor: -webkit-grabbing;
1453
- cursor: -moz-grabbing;
1454
- cursor: grabbing;
1455
- }
1456
-
1457
- /* marker & overlays interactivity */
1458
- .leaflet-marker-icon,
1459
- .leaflet-marker-shadow,
1460
- .leaflet-image-layer,
1461
- .leaflet-pane > svg path,
1462
- .leaflet-tile-container {
1463
- pointer-events: none;
1464
- }
1465
-
1466
- .leaflet-marker-icon.leaflet-interactive,
1467
- .leaflet-image-layer.leaflet-interactive,
1468
- .leaflet-pane > svg path.leaflet-interactive,
1469
- svg.leaflet-image-layer.leaflet-interactive path {
1470
- pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
1471
- pointer-events: auto;
1472
- }
1473
-
1474
- /* visual tweaks */
1475
-
1476
- .leaflet-container {
1477
- background: #ddd;
1478
- outline-offset: 1px;
1479
- }
1480
- .leaflet-container a {
1481
- color: #0078A8;
1482
- }
1483
- .leaflet-zoom-box {
1484
- border: 2px dotted #38f;
1485
- background: rgba(255,255,255,0.5);
1486
- }
1487
-
1488
-
1489
- /* general typography */
1490
- .leaflet-container {
1491
- font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
1492
- font-size: 12px;
1493
- font-size: 0.75rem;
1494
- line-height: 1.5;
1495
- }
1496
-
1497
-
1498
- /* general toolbar styles */
1499
-
1500
- .leaflet-bar {
1501
- box-shadow: 0 1px 5px rgba(0,0,0,0.65);
1502
- border-radius: 4px;
1503
- }
1504
- .leaflet-bar a {
1505
- background-color: #fff;
1506
- border-bottom: 1px solid #ccc;
1507
- width: 26px;
1508
- height: 26px;
1509
- line-height: 26px;
1510
- display: block;
1511
- text-align: center;
1512
- text-decoration: none;
1513
- color: black;
1514
- }
1515
- .leaflet-bar a,
1516
- .leaflet-control-layers-toggle {
1517
- background-position: 50% 50%;
1518
- background-repeat: no-repeat;
1519
- display: block;
1520
- }
1521
- .leaflet-bar a:hover,
1522
- .leaflet-bar a:focus {
1523
- background-color: #f4f4f4;
1524
- }
1525
- .leaflet-bar a:first-child {
1526
- border-top-left-radius: 4px;
1527
- border-top-right-radius: 4px;
1528
- }
1529
- .leaflet-bar a:last-child {
1530
- border-bottom-left-radius: 4px;
1531
- border-bottom-right-radius: 4px;
1532
- border-bottom: none;
1533
- }
1534
- .leaflet-bar a.leaflet-disabled {
1535
- cursor: default;
1536
- background-color: #f4f4f4;
1537
- color: #bbb;
1538
- }
1539
-
1540
- .leaflet-touch .leaflet-bar a {
1541
- width: 30px;
1542
- height: 30px;
1543
- line-height: 30px;
1544
- }
1545
- .leaflet-touch .leaflet-bar a:first-child {
1546
- border-top-left-radius: 2px;
1547
- border-top-right-radius: 2px;
1548
- }
1549
- .leaflet-touch .leaflet-bar a:last-child {
1550
- border-bottom-left-radius: 2px;
1551
- border-bottom-right-radius: 2px;
1552
- }
1553
-
1554
- /* zoom control */
1555
-
1556
- .leaflet-control-zoom-in,
1557
- .leaflet-control-zoom-out {
1558
- font: bold 18px 'Lucida Console', Monaco, monospace;
1559
- text-indent: 1px;
1560
- }
1561
-
1562
- .leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
1563
- font-size: 22px;
1564
- }
1565
-
1566
-
1567
- /* layers control */
1568
-
1569
- .leaflet-control-layers {
1570
- box-shadow: 0 1px 5px rgba(0,0,0,0.4);
1571
- background: #fff;
1572
- border-radius: 5px;
1573
- }
1574
- .leaflet-control-layers-toggle {
1575
- background-image: url(images/layers.png);
1576
- width: 36px;
1577
- height: 36px;
1578
- }
1579
- .leaflet-retina .leaflet-control-layers-toggle {
1580
- background-image: url(images/layers-2x.png);
1581
- background-size: 26px 26px;
1582
- }
1583
- .leaflet-touch .leaflet-control-layers-toggle {
1584
- width: 44px;
1585
- height: 44px;
1586
- }
1587
- .leaflet-control-layers .leaflet-control-layers-list,
1588
- .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
1589
- display: none;
1590
- }
1591
- .leaflet-control-layers-expanded .leaflet-control-layers-list {
1592
- display: block;
1593
- position: relative;
1594
- }
1595
- .leaflet-control-layers-expanded {
1596
- padding: 6px 10px 6px 6px;
1597
- color: #333;
1598
- background: #fff;
1599
- }
1600
- .leaflet-control-layers-scrollbar {
1601
- overflow-y: scroll;
1602
- overflow-x: hidden;
1603
- padding-right: 5px;
1604
- }
1605
- .leaflet-control-layers-selector {
1606
- margin-top: 2px;
1607
- position: relative;
1608
- top: 1px;
1609
- }
1610
- .leaflet-control-layers label {
1611
- display: block;
1612
- font-size: 13px;
1613
- font-size: 1.08333em;
1614
- }
1615
- .leaflet-control-layers-separator {
1616
- height: 0;
1617
- border-top: 1px solid #ddd;
1618
- margin: 5px -10px 5px -6px;
1619
- }
1620
-
1621
- /* Default icon URLs */
1622
- .leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
1623
- background-image: url(images/marker-icon.png);
1624
- }
1625
-
1626
-
1627
- /* attribution and scale controls */
1628
-
1629
- .leaflet-container .leaflet-control-attribution {
1630
- background: #fff;
1631
- background: rgba(255, 255, 255, 0.8);
1632
- margin: 0;
1633
- }
1634
- .leaflet-control-attribution,
1635
- .leaflet-control-scale-line {
1636
- padding: 0 5px;
1637
- color: #333;
1638
- line-height: 1.4;
1639
- }
1640
- .leaflet-control-attribution a {
1641
- text-decoration: none;
1642
- }
1643
- .leaflet-control-attribution a:hover,
1644
- .leaflet-control-attribution a:focus {
1645
- text-decoration: underline;
1646
- }
1647
- .leaflet-attribution-flag {
1648
- display: inline !important;
1649
- vertical-align: baseline !important;
1650
- width: 1em;
1651
- height: 0.6669em;
1652
- }
1653
- .leaflet-left .leaflet-control-scale {
1654
- margin-left: 5px;
1655
- }
1656
- .leaflet-bottom .leaflet-control-scale {
1657
- margin-bottom: 5px;
1658
- }
1659
- .leaflet-control-scale-line {
1660
- border: 2px solid #777;
1661
- border-top: none;
1662
- line-height: 1.1;
1663
- padding: 2px 5px 1px;
1664
- white-space: nowrap;
1665
- -moz-box-sizing: border-box;
1666
- box-sizing: border-box;
1667
- background: rgba(255, 255, 255, 0.8);
1668
- text-shadow: 1px 1px #fff;
1669
- }
1670
- .leaflet-control-scale-line:not(:first-child) {
1671
- border-top: 2px solid #777;
1672
- border-bottom: none;
1673
- margin-top: -2px;
1674
- }
1675
- .leaflet-control-scale-line:not(:first-child):not(:last-child) {
1676
- border-bottom: 2px solid #777;
1677
- }
1678
-
1679
- .leaflet-touch .leaflet-control-attribution,
1680
- .leaflet-touch .leaflet-control-layers,
1681
- .leaflet-touch .leaflet-bar {
1682
- box-shadow: none;
1683
- }
1684
- .leaflet-touch .leaflet-control-layers,
1685
- .leaflet-touch .leaflet-bar {
1686
- border: 2px solid rgba(0,0,0,0.2);
1687
- background-clip: padding-box;
1688
- }
1689
-
1690
-
1691
- /* popup */
1692
-
1693
- .leaflet-popup {
1694
- position: absolute;
1695
- text-align: center;
1696
- margin-bottom: 20px;
1697
- }
1698
- .leaflet-popup-content-wrapper {
1699
- padding: 1px;
1700
- text-align: left;
1701
- border-radius: 12px;
1702
- }
1703
- .leaflet-popup-content {
1704
- margin: 13px 24px 13px 20px;
1705
- line-height: 1.3;
1706
- font-size: 13px;
1707
- font-size: 1.08333em;
1708
- min-height: 1px;
1709
- }
1710
- .leaflet-popup-content p {
1711
- margin: 17px 0;
1712
- margin: 1.3em 0;
1713
- }
1714
- .leaflet-popup-tip-container {
1715
- width: 40px;
1716
- height: 20px;
1717
- position: absolute;
1718
- left: 50%;
1719
- margin-top: -1px;
1720
- margin-left: -20px;
1721
- overflow: hidden;
1722
- pointer-events: none;
1723
- }
1724
- .leaflet-popup-tip {
1725
- width: 17px;
1726
- height: 17px;
1727
- padding: 1px;
1728
-
1729
- margin: -10px auto 0;
1730
- pointer-events: auto;
1731
-
1732
- -webkit-transform: rotate(45deg);
1733
- -moz-transform: rotate(45deg);
1734
- -ms-transform: rotate(45deg);
1735
- transform: rotate(45deg);
1736
- }
1737
- .leaflet-popup-content-wrapper,
1738
- .leaflet-popup-tip {
1739
- background: white;
1740
- color: #333;
1741
- box-shadow: 0 3px 14px rgba(0,0,0,0.4);
1742
- }
1743
- .leaflet-container a.leaflet-popup-close-button {
1744
- position: absolute;
1745
- top: 0;
1746
- right: 0;
1747
- border: none;
1748
- text-align: center;
1749
- width: 24px;
1750
- height: 24px;
1751
- font: 16px/24px Tahoma, Verdana, sans-serif;
1752
- color: #757575;
1753
- text-decoration: none;
1754
- background: transparent;
1755
- }
1756
- .leaflet-container a.leaflet-popup-close-button:hover,
1757
- .leaflet-container a.leaflet-popup-close-button:focus {
1758
- color: #585858;
1759
- }
1760
- .leaflet-popup-scrolled {
1761
- overflow: auto;
1762
- }
1763
-
1764
- .leaflet-oldie .leaflet-popup-content-wrapper {
1765
- -ms-zoom: 1;
1766
- }
1767
- .leaflet-oldie .leaflet-popup-tip {
1768
- width: 24px;
1769
- margin: 0 auto;
1770
-
1771
- -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
1772
- filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
1773
- }
1774
-
1775
- .leaflet-oldie .leaflet-control-zoom,
1776
- .leaflet-oldie .leaflet-control-layers,
1777
- .leaflet-oldie .leaflet-popup-content-wrapper,
1778
- .leaflet-oldie .leaflet-popup-tip {
1779
- border: 1px solid #999;
1780
- }
1781
-
1782
-
1783
- /* div icon */
1784
-
1785
- .leaflet-div-icon {
1786
- background: #fff;
1787
- border: 1px solid #666;
1788
- }
1789
-
1790
-
1791
- /* Tooltip */
1792
- /* Base styles for the element that has a tooltip */
1793
- .leaflet-tooltip {
1794
- position: absolute;
1795
- padding: 6px;
1796
- background-color: #fff;
1797
- border: 1px solid #fff;
1798
- border-radius: 3px;
1799
- color: #222;
1800
- white-space: nowrap;
1801
- -webkit-user-select: none;
1802
- -moz-user-select: none;
1803
- -ms-user-select: none;
1804
- user-select: none;
1805
- pointer-events: none;
1806
- box-shadow: 0 1px 3px rgba(0,0,0,0.4);
1807
- }
1808
- .leaflet-tooltip.leaflet-interactive {
1809
- cursor: pointer;
1810
- pointer-events: auto;
1811
- }
1812
- .leaflet-tooltip-top:before,
1813
- .leaflet-tooltip-bottom:before,
1814
- .leaflet-tooltip-left:before,
1815
- .leaflet-tooltip-right:before {
1816
- position: absolute;
1817
- pointer-events: none;
1818
- border: 6px solid transparent;
1819
- background: transparent;
1820
- content: "";
1821
- }
1822
-
1823
- /* Directions */
1824
-
1825
- .leaflet-tooltip-bottom {
1826
- margin-top: 6px;
1827
- }
1828
- .leaflet-tooltip-top {
1829
- margin-top: -6px;
1830
- }
1831
- .leaflet-tooltip-bottom:before,
1832
- .leaflet-tooltip-top:before {
1833
- left: 50%;
1834
- margin-left: -6px;
1835
- }
1836
- .leaflet-tooltip-top:before {
1837
- bottom: 0;
1838
- margin-bottom: -12px;
1839
- border-top-color: #fff;
1840
- }
1841
- .leaflet-tooltip-bottom:before {
1842
- top: 0;
1843
- margin-top: -12px;
1844
- margin-left: -6px;
1845
- border-bottom-color: #fff;
1846
- }
1847
- .leaflet-tooltip-left {
1848
- margin-left: -6px;
1849
- }
1850
- .leaflet-tooltip-right {
1851
- margin-left: 6px;
1852
- }
1853
- .leaflet-tooltip-left:before,
1854
- .leaflet-tooltip-right:before {
1855
- top: 50%;
1856
- margin-top: -6px;
1857
- }
1858
- .leaflet-tooltip-left:before {
1859
- right: 0;
1860
- margin-right: -12px;
1861
- border-left-color: #fff;
1862
- }
1863
- .leaflet-tooltip-right:before {
1864
- left: 0;
1865
- margin-left: -12px;
1866
- border-right-color: #fff;
1867
- }
1868
-
1869
- /* Printing */
1870
-
1871
- @media print {
1872
- /* Prevent printers from removing background-images of controls. */
1873
- .leaflet-control {
1874
- -webkit-print-color-adjust: exact;
1875
- print-color-adjust: exact;
1876
- }
1877
- }
1878
-
1879
- .Map-module_map__BEwEi {
1880
- height: 100%;
1881
- width: 100%;
1882
- border-radius: var(--border-radius-md);
1883
- }
1884
- .Map-module_map__BEwEi .leaflet-control-container .leaflet-bottom {
1885
- display: none !important;
1886
- }
1887
-
1888
- .Map-module_icon__1Y4-P {
1889
- display: flex;
1890
- justify-content: center;
1891
- align-items: center;
1892
- }
1893
- .Modal-module_modalContainer__CnoII {
1894
- position: absolute;
1895
- width: 100% !important;
1896
- height: 100% !important;
1897
- top: 0;
1898
- }
1899
-
1900
- .Modal-module_modalContent__HNEeB {
1901
- position: relative;
1902
- background-color: var(--color-menu-background);
1903
- min-height: 50px;
1904
- min-width: 100px;
1905
- max-width: 90%;
1906
- max-height: 90%;
1907
- padding: var(--padding-md);
1908
- box-shadow: var(--box-shadow);
1909
- border-radius: var(--border-radius-md);
1910
- }
1911
- .Modal-module_modalContent__HNEeB.Modal-module_noOverflow__oJ1i- {
1912
- max-height: none;
1913
- top: 0%;
1914
- overflow-y: auto;
1915
- }
1916
- .Modal-module_modalContent__HNEeB .Modal-module_closeButton__AoWmd {
1917
- position: absolute;
1918
- top: 0;
1919
- right: 0;
1920
- padding: var(--padding-md);
1921
- cursor: pointer;
1922
- }
1923
- .Modal-module_modalContent__HNEeB.Modal-module_growFromCenter__2PYLC {
1924
- animation: Modal-module_growFromCenter__2PYLC var(--transition-duration) forwards ease;
1925
- }
1926
- .Modal-module_modalContent__HNEeB.Modal-module_zoomIn__QNDuv {
1927
- animation: Modal-module_classicModalZoom__W6Xhj var(--transition-duration) forwards linear;
1928
- }
1929
- .Modal-module_modalContent__HNEeB.Modal-module_shake__b-lIf {
1930
- animation: Modal-module_shake__b-lIf var(--transition-duration) ease-in-out;
1931
- }
1932
- @keyframes Modal-module_growFromCenter__2PYLC {
1933
- 0% {
1934
- transform: scale(0.9);
1935
- opacity: 0;
1936
- }
1937
- 100% {
1938
- transform: scale(1);
1939
- opacity: 1;
1940
- }
1941
- }
1942
- @keyframes Modal-module_classicModalZoom__W6Xhj {
1943
- 0% {
1944
- transform: scale(1.1);
1945
- opacity: 0;
1946
- }
1947
- 100% {
1948
- transform: scale(1);
1949
- opacity: 1;
1950
- }
1951
- }
1952
- @keyframes Modal-module_shake__b-lIf {
1953
- 0%, 100% {
1954
- transform: 0;
1955
- }
1956
- 20%, 60% {
1957
- transform: translateX(-10px);
1958
- }
1959
- 40%, 80% {
1960
- transform: translateX(10px);
1961
- }
1962
- }
1963
- .ModalHeader-module_modalHeader__Tn8TM {
1964
- color: var(--color-font-primary);
1965
- font-size: var(--font-size-lg);
1966
- padding: var(--padding-md);
1967
- }
1968
- .ModalBody-module_modalBody__WKtQo {
1969
- color: var(--color-font-primary);
1970
- font-size: var(--font-size-lg);
1971
- padding: var(--padding-md);
1972
- flex: 1;
1973
- overflow-y: auto;
1974
- }
1975
- .ModalFooter-module_modalFooter__uS-Sd {
1976
- color: var(--color-font-primary);
1977
- font-size: var(--font-size-lg);
1978
- padding: var(--padding-md);
1979
- }
1980
- .Backdrop-module_container__IkwCT {
1981
- position: absolute;
1982
- top: 0;
1983
- width: 100%;
1984
- height: 100%;
1985
- }
1986
- .Backdrop-module_container__IkwCT.Backdrop-module_showBackdrop__MMIy- {
1987
- background-color: rgba(53, 52, 52, 0.651);
1988
- }
1989
- .SelectOption-module_option__wQb8V {
1990
- cursor: pointer;
1991
- padding: var(--padding-md) var(--padding-lg);
1992
- }
1993
- .SelectOption-module_option__wQb8V:not(.SelectOption-module_disabled__m5fGS):hover {
1994
- background: var(--color-zebra);
1995
- }
1996
- .SelectOption-module_option__wQb8V.SelectOption-module_selected__A6Rky {
1997
- background: var(--color-zebra);
1998
- }
1999
- .SelectOption-module_option__wQb8V.SelectOption-module_disabled__m5fGS {
2000
- cursor: default;
2001
- opacity: var(--disabled-opacity);
2002
- }
2003
- .SelectOption-module_option__wQb8V .SelectOption-module_displayer__lEn8X {
2004
- display: -webkit-box;
2005
- -webkit-box-orient: vertical;
2006
- overflow: hidden;
2007
- text-overflow: ellipsis;
2008
- width: unset;
2009
- -webkit-line-clamp: 1;
2010
- }
2011
- .StorageFileCard-module_container__Qj11y {
2012
- border-radius: var(--border-radius-md);
2013
- justify-content: space-between !important;
2014
- background: var(--color-menu-background);
2015
- }
2016
- .StorageFileCard-module_container__Qj11y:hover {
2017
- cursor: pointer;
2018
- }
2019
- .StorageFileCard-module_container__Qj11y .StorageFileCard-module_viewContainer__MEXDI {
2020
- flex: 1;
2021
- overflow: hidden;
2022
- padding: var(--padding-md);
2023
- }
2024
- .StorageFileCard-module_container__Qj11y .StorageFileCard-module_viewContainer__MEXDI img,
2025
- .StorageFileCard-module_container__Qj11y .StorageFileCard-module_viewContainer__MEXDI embed {
2026
- width: 100%;
2027
- max-height: calc(85% - 2 * var(--padding-lg));
2028
- object-fit: contain;
2029
- }
2030
- .StorageFileCard-module_container__Qj11y .StorageFileCard-module_viewContainer__MEXDI .StorageFileCard-module_icon__dL0FE {
2031
- width: 2rem;
2032
- height: 2rem;
2033
- }
2034
-
2035
- .StorageFileCard-module_name__U4YHd {
2036
- border-top: var(--border-default);
2037
- padding: var(--padding-md);
2038
- text-align: center;
2039
- }
2040
- .StorageFileCard-module_name__U4YHd span {
2041
- display: -webkit-box;
2042
- -webkit-box-orient: vertical;
2043
- overflow: hidden;
2044
- text-overflow: ellipsis;
2045
- width: unset;
2046
- -webkit-line-clamp: 1;
2047
- }
2048
- .Switch-module_switch__-4EkK {
2049
- position: relative;
2050
- display: inline-block;
2051
- width: 44px;
2052
- height: 22px;
2053
- cursor: pointer;
2054
- }
2055
- .Switch-module_switch__-4EkK input {
2056
- display: none;
2057
- }
2058
- .Switch-module_switch__-4EkK.Switch-module_disabled__eRVsQ {
2059
- cursor: not-allowed;
2060
- }
2061
- .Switch-module_switch__-4EkK.Switch-module_disabled__eRVsQ .Switch-module_slider__sHGGR {
2062
- opacity: 0.6;
2063
- }
2064
- .Switch-module_switch__-4EkK.Switch-module_disabled__eRVsQ .Switch-module_slider__sHGGR::before {
2065
- opacity: 0.6;
2066
- }
2067
-
2068
- .Switch-module_slider__sHGGR {
2069
- position: absolute;
2070
- top: 0;
2071
- left: 0;
2072
- right: 0;
2073
- bottom: 0;
2074
- background-color: #eeeeee;
2075
- border-radius: 20px;
2076
- transition: background-color 0.3s ease;
2077
- }
2078
- .Switch-module_slider__sHGGR::before {
2079
- content: "";
2080
- position: absolute;
2081
- width: 16px;
2082
- height: 16px;
2083
- top: 3px;
2084
- left: 3px;
2085
- transition: transform 0.3s ease;
2086
- background: var(--color-font-primary);
2087
- border-radius: 100%;
2088
- }
2089
-
2090
- input:checked + .Switch-module_slider__sHGGR {
2091
- background-color: rgba(var(--color-primary-rgb), 0.3);
2092
- }
2093
-
2094
- input:checked + .Switch-module_slider__sHGGR::before {
2095
- transform: translateX(20px);
2096
- background: var(--color-primary);
2097
- }
2098
- .Title-module_title__X4-sx {
2099
- color: #000000;
2100
- }
2101
- .Accordion-module_accordionGroup__qt51Z {
2102
- width: 100%;
2103
- margin: 0 auto;
2104
- }
2105
-
2106
- .Accordion-module_accordionItem__yV0FU {
2107
- width: 100%;
2108
- }
2109
- .Accordion-module_accordionItem__yV0FU .Accordion-module_icon__ni8rA {
2110
- transition: all var(--transition-duration) ease-in-out;
2111
- }
2112
- .Accordion-module_accordionItem__yV0FU .Accordion-module_icon__ni8rA.Accordion-module_rotate__0j95F {
2113
- transform: rotate(180deg);
2114
- }
2115
-
2116
- .Accordion-module_accordionTitle__JkcQk {
2117
- width: 100%;
2118
- padding: var(--padding-lg);
2119
- text-align: left;
2120
- border: none;
2121
- cursor: pointer;
2122
- display: flex;
2123
- justify-content: space-between;
2124
- align-items: center;
2125
- }
2126
- .Accordion-module_accordionTitle__JkcQk:hover {
2127
- background: var(--color-soft);
2128
- }
2129
- .Accordion-module_accordionTitle__JkcQk:hover .Accordion-module_suffixOnHover__hHfy1 {
2130
- opacity: 1;
2131
- }
2132
- .Accordion-module_accordionTitle__JkcQk.Accordion-module_open__C3ogj {
2133
- background: var(--color-soft);
2134
- }
2135
- .Accordion-module_accordionTitle__JkcQk.Accordion-module_open__C3ogj:hover.Accordion-module_noBackgroundOnHover__MnluI {
2136
- background: var(--color-soft);
2137
- }
2138
- .Accordion-module_accordionTitle__JkcQk.Accordion-module_noBackgroundOnFocus__nmKN9 {
2139
- background: transparent;
2140
- }
2141
-
2142
- .Accordion-module_accordionContent__VnGTH {
2143
- background: white;
2144
- width: 100%;
2145
- display: grid;
2146
- grid-template-rows: 0fr;
2147
- opacity: 0;
2148
- transition: all var(--transition-duration) ease-in-out;
2149
- padding-left: var(--padding-lg);
2150
- padding-right: var(--padding-lg);
2151
- }
2152
- .Accordion-module_accordionContent__VnGTH.Accordion-module_open__C3ogj {
2153
- grid-template-rows: 1fr;
2154
- opacity: 1;
2155
- padding-bottom: var(--padding-lg);
2156
- padding-top: var(--padding-lg);
2157
- }
2158
-
2159
- .Accordion-module_accordionContentInner__dFM3D {
2160
- overflow: hidden;
2161
- }
2162
-
2163
- .Accordion-module_bordered__4ZbV1 {
2164
- border: var(--border-default);
2165
- }
2166
-
2167
- .Accordion-module_suffixOnHover__hHfy1 {
2168
- opacity: 0;
2169
- transition: all var(--transition-duration) ease;
2170
- }
2171
- .NavigatorItem-module_navigatorItem__wZkYp {
2172
- padding: var(--padding-md);
2173
- color: var(--color-font-primary);
2174
- }
2175
- .NavigatorItem-module_navigatorItem__wZkYp .NavigatorItem-module_suffixButton__4TRQD {
2176
- border: 0;
2177
- padding: 0;
2178
- width: var(--icon-size-sm);
2179
- height: var(--icon-size-sm);
2180
- opacity: 0;
2181
- transition: opacity 0.1s ease-in-out;
2182
- }
2183
- .NavigatorItem-module_navigatorItem__wZkYp:hover {
2184
- cursor: pointer;
2185
- }
2186
- .NavigatorItem-module_navigatorItem__wZkYp:hover .NavigatorItem-module_suffixButton__4TRQD {
2187
- opacity: 1;
2188
- }
2189
- .Select-module_container__txDHr {
2190
- background: var(--color-zebra);
2191
- padding: var(--padding-md) var(--padding-lg);
2192
- border-radius: var(--border-radius-md);
2193
- cursor: pointer;
2194
- }
2195
- .Select-module_container__txDHr.Select-module_disabled__RJ71M {
2196
- cursor: default;
2197
- opacity: var(--disabled-opacity);
2198
- }
2199
- .Select-module_container__txDHr .Select-module_displayer__gzmxI {
2200
- display: -webkit-box;
2201
- -webkit-box-orient: vertical;
2202
- overflow: hidden;
2203
- text-overflow: ellipsis;
2204
- width: unset;
2205
- -webkit-line-clamp: 1;
2206
- }
2207
-
2208
- .Select-module_selectDropdown__HBmga {
2209
- position: fixed;
2210
- border-radius: var(--border-radius-md);
2211
- z-index: 1000;
2212
- height: 100%;
2213
- max-height: 200px;
2214
- overflow-y: auto;
2215
- box-shadow: var(--box-shadow);
2216
- background: var(--color-menu-background);
2217
- }
2218
- .SSOButton-module_ssoButton__UJTqm {
2219
- border-radius: var(--border-radius-lg);
2220
- padding: var(--padding-xl);
2221
- background: var(--color-menu-background);
2222
- border: 1px solid var(--color-border);
2223
- }
2224
- .SSOButton-module_ssoButton__UJTqm .SSOButton-module_text__TOexm {
2225
- display: -webkit-box;
2226
- -webkit-box-orient: vertical;
2227
- overflow: hidden;
2228
- text-overflow: ellipsis;
2229
- width: unset;
2230
- -webkit-line-clamp: 1;
2231
- display: block;
2232
- white-space: nowrap;
2233
- }
2234
- .SSOButton-module_ssoButton__UJTqm.SSOButton-module_clicked__ubyV- {
2235
- border-color: var(--color-primary);
2236
- }
2237
- .SSOButton-module_ssoButton__UJTqm .SSOButton-module_active__kBZGN {
2238
- color: var(--color-primary) !important;
2239
- }
2240
- .StorageFilter-module_container__ZnTbe {
2241
- background: var(--color-menu-background);
2242
- padding: var(--padding-md);
2243
- box-shadow: var(--box-shadow);
2244
- border-radius: var(--border-radius-md);
2245
- }
2246
- .StorageFilter-module_container__ZnTbe .StorageFilter-module_select__DyJK0 {
2247
- background: none;
2248
- padding: 0;
2249
- }
2250
- .StorageFilter-module_container__ZnTbe .StorageFilter-module_content__-Mtu6 {
2251
- padding: var(--padding-sm) var(--padding-md);
2252
- border: var(--border-default);
2253
- border-radius: var(--border-radius-md);
2254
- }
2255
- .StorageFilter-module_container__ZnTbe .StorageFilter-module_content__-Mtu6 .StorageFilter-module_left__uaxf1 {
2256
- border-right: var(--border-default);
2257
- }
2258
- .StorageFilter-module_container__ZnTbe .StorageFilter-module_chip__V-Qgq {
2259
- font-size: var(--font-size-sm);
2260
- border-radius: var(--border-radius-md);
2261
- padding: var(--padding-sm) var(--padding-md) !important;
2262
- cursor: pointer;
2263
- justify-content: space-between !important;
2264
- }
2265
- .StorageFilter-module_container__ZnTbe .StorageFilter-module_chip__V-Qgq.StorageFilter-module_active__pDnAF {
2266
- border-color: var(--color-primary);
2267
- }
2268
- .Timeline-module_pan__6qEQq {
2269
- padding: 0 !important;
2270
- height: unset;
2271
- }
2272
- .Timeline-module_pan__6qEQq svg {
2273
- color: #5187ed;
2274
- }
2275
-
2276
- .Timeline-module_container__s3lvD {
2277
- position: relative;
2278
- }
2279
- .Timeline-module_container__s3lvD .Timeline-module_date__z5hHi {
2280
- min-width: 120px;
2281
- border: 1.5px solid #5187ed;
2282
- border-radius: var(--border-radius-round);
2283
- padding: var(--padding-sm) var(--padding-md);
2284
- position: absolute;
2285
- bottom: -10px;
2286
- background: white;
2287
- color: #5187ed !important;
2288
- font-size: var(--font-size-sm) !important;
2289
- font-weight: 600;
2290
- }
2291
- .Timeline-module_container__s3lvD .Timeline-module_date__z5hHi.Timeline-module_from__K9jIK {
2292
- left: 30px;
2293
- }
2294
- .Timeline-module_container__s3lvD .Timeline-module_date__z5hHi.Timeline-module_to__gGj9w {
2295
- right: 0;
2296
- }
2297
- .DraggableBar-module_bar__TpW1R {
2298
- cursor: grab;
2299
- position: absolute;
2300
- border-left: 2px dashed var(--color-primary-light);
2301
- height: 100px;
2302
- }
2303
- .DraggableBar-module_bar__TpW1R::after {
2304
- content: "";
2305
- position: absolute;
2306
- bottom: -8px;
2307
- left: -8px;
2308
- width: 14px;
2309
- height: 14px;
2310
- border-radius: 100%;
2311
- background: var(--color-primary-light);
2312
- }
2313
- .DashboardLayout-module_layoutContainer__wOGEu {
2314
- width: 100%;
2315
- height: 100%;
2316
- }
2317
- .DashboardLayout-module_layoutContainer__wOGEu .DashboardLayout-module_addNewComponent__Gan9z {
2318
- width: 100%;
2319
- height: 100%;
2320
- }
2321
- .DashboardLayout-module_layoutContainer__wOGEu .DashboardLayout-module_addNewComponent__Gan9z .DashboardLayout-module_plusIcon__yQQHP {
2322
- width: 100px;
2323
- height: 100px;
2324
- color: var(--color-font-primary);
2325
- }
2326
-
2327
- .DashboardLayout-module_gridItem__NtXI- {
2328
- display: flex;
2329
- background-color: var(--color-menu-background);
2330
- border-radius: var(--border-radius-md);
2331
- overflow: hidden;
2332
- }
2333
- .MenuGroup-module_container__VQaFb {
2334
- background-color: var(--color-menu-background);
2335
- border-radius: var(--border-radius-md);
2336
- box-shadow: var(--box-shadow);
2337
- color: var(--color-font-primary);
2338
- }
2339
-
2340
- .MenuGroup-module_menuSection__Nfvar {
2341
- padding: var(--padding-md);
2342
- }
2343
- .MenuGroup-module_menuSection__Nfvar .MenuGroup-module_label__5skIC {
2344
- width: 100%;
2345
- display: -webkit-box;
2346
- -webkit-box-orient: vertical;
2347
- overflow: hidden;
2348
- text-overflow: ellipsis;
2349
- width: unset;
2350
- -webkit-line-clamp: 1;
2351
- color: var(--color-input-placeholder);
2352
- }
2353
-
2354
- .MenuGroup-module_noDivider__7fIo3 {
2355
- border-bottom: none !important;
2356
- }
2357
-
2358
- .MenuGroup-module_container__VQaFb > *:not(:last-child) {
2359
- border-bottom: 1px solid var(--color-border);
2360
- }
2361
- .SideBar-module_container__eK6uD {
2362
- background-color: var(--color-background);
2363
- position: fixed;
2364
- top: 0;
2365
- left: 0;
2366
- width: 350px;
2367
- height: 100%;
2368
- display: flex;
2369
- padding: var(--padding-md) 0;
2370
- }
2371
- .SideBar-module_container__eK6uD .SideBar-module_menuContainer__KZqBy {
2372
- height: 100%;
2373
- display: flex;
2374
- flex-direction: column;
2375
- justify-content: space-between;
2376
- align-items: center;
2377
- padding: 0 0 var(--padding-lg);
2378
- }
2379
- .SideBar-module_container__eK6uD .SideBar-module_menu__yA1Q8 {
2380
- display: flex;
2381
- flex-direction: column;
2382
- align-items: flex-end;
2383
- width: 100%;
2384
- }
2385
- .SideBar-module_container__eK6uD .SideBar-module_menu__yA1Q8 .SideBar-module_menuItem__XWNWi {
2386
- width: 50px;
2387
- height: 70px;
2388
- display: flex;
2389
- align-items: center;
2390
- justify-content: center;
2391
- border-top-left-radius: var(--border-radius-md);
2392
- border-bottom-left-radius: var(--border-radius-md);
2393
- cursor: pointer;
2394
- }
2395
- .SideBar-module_container__eK6uD .SideBar-module_menu__yA1Q8 .SideBar-module_active__oWYcQ {
2396
- background-color: var(--color-menu-background);
2397
- }
2398
- .SideBar-module_container__eK6uD .SideBar-module_versionControl__sqQmv {
2399
- cursor: pointer;
2400
- }
2401
- .Navigator-module_navigation__plbK8 {
2402
- flex: 8;
2403
- height: 100%;
2404
- background: white;
2405
- border-radius: var(--border-radius-md);
2406
- padding: var(--padding-md);
2407
- display: flex;
2408
- flex-direction: column;
2409
- gap: var(--gap-lg);
2410
- }
2411
- .Navigator-module_navigation__plbK8 .Navigator-module_items__IjEtG {
2412
- display: flex;
2413
- flex-direction: column;
2414
- gap: var(--gap-md);
2415
- }
2416
- .Navigator-module_navigation__plbK8 .Navigator-module_header__UiUm- {
2417
- padding: var(--padding-md) 0 !important;
2418
- }
2419
- .Navigator-module_navigation__plbK8 .Navigator-module_header__UiUm- .Navigator-module_title__tD475 {
2420
- font-weight: 600;
2421
- }
2422
- .Navigator-module_navigation__plbK8 .Navigator-module_header__UiUm- .Navigator-module_icon__a-igT {
2423
- padding: 0 !important;
2424
- height: unset !important;
2425
- }
2426
- .Navigator-module_navigation__plbK8 .Navigator-module_content__-CdNj,
2427
- .Navigator-module_navigation__plbK8 .Navigator-module_ungrouped__4Hmi2 {
2428
- padding: 0 !important;
2429
- }
2430
- .StorageFileSelect-module_container__nWScU {
2431
- padding: 0;
2432
- }
2433
-
2434
- .StorageFileSelect-module_content__mO7ei {
2435
- display: grid !important;
2436
- grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
2437
- background: var(--color-background);
2438
- }
2439
- .StorageFileSelect-module_content__mO7ei .StorageFileSelect-module_file__BQW2b {
2440
- min-width: 100px;
2441
- min-height: 100px;
2442
- max-height: 200px;
2443
- height: 200px;
2444
- }
2445
- .StorageModalHeading-module_inputContainer__-sj7l {
2446
- border: none !important;
2447
- background: var(--color-input-background) !important;
2448
- }
2449
-
2450
- .Array-module_inputMinimized__N3CzD {
2451
- background-color: var(--color-input-background);
2452
- border-radius: var(--border-radius-md);
2453
- color: var(--color-input-placeholder);
2454
- padding: var(--padding-md) var(--padding-lg);
2455
- color: var(--color-font-primary);
2456
- border-radius: 0;
2457
- }
2458
- .Array-module_inputMinimized__N3CzD input {
2459
- padding: 0;
2460
- }
2461
-
2462
- .Array-module_contentContainer__Nf98X {
2463
- padding: 0 !important;
2464
- }
2465
-
2466
- .Array-module_value__X6PGp {
2467
- display: -webkit-box;
2468
- -webkit-box-orient: vertical;
2469
- overflow: hidden;
2470
- text-overflow: ellipsis;
2471
- width: unset;
2472
- -webkit-line-clamp: 1;
2473
- display: block;
2474
- }
2475
- .ArrayInput-module_container__pCN6T {
2476
- background-color: var(--color-input-background);
2477
- border-radius: var(--border-radius-md);
2478
- color: var(--color-input-placeholder);
2479
- padding: var(--padding-md) var(--padding-lg);
2480
- }
2481
- .ArrayInput-module_container__pCN6T input {
2482
- padding: 0;
2483
- }
2484
- .String-module_icon__pKB1k {
2485
- color: var(--color-font-primary) !important;
2486
- }
2487
-
2488
- .String-module_text__-rE-j {
2489
- color: var(--color-input-placeholder) !important;
2490
- }
2491
-
2492
- .String-module_select__G6d9c {
2493
- background: none !important;
2494
- padding: var(--padding-md) 0 !important;
2495
- height: 100% !important;
2496
- }
2497
-
2498
- .String-module_baseInput__ieBad {
2499
- padding: 0 var(--padding-lg) !important;
2500
- }
2501
-
2502
- .String-module_input__sXbRz {
2503
- padding: var(--padding-md) 0 !important;
2504
- }
2505
- .Number-module_icon__o1inF {
2506
- color: var(--color-font-primary) !important;
2507
- }
2508
-
2509
- .Number-module_text__S4l2F {
2510
- color: var(--color-input-placeholder) !important;
2511
- }
2512
-
2513
- .Number-module_select__NRfCp {
2514
- background: none !important;
2515
- padding: var(--padding-md) 0 !important;
2516
- height: 100% !important;
2517
- }
2518
-
2519
- .Number-module_baseInput__uueTo {
2520
- padding: 0 var(--padding-lg) !important;
2521
- }
2522
-
2523
- .Number-module_input__m1vMZ {
2524
- padding: var(--padding-md) 0 !important;
2525
- }
2526
- .TextArea-module_container__VXi9C {
2527
- background-color: var(--color-input-background);
2528
- border-radius: var(--border-radius-md);
2529
- color: var(--color-input-placeholder);
2530
- padding: var(--padding-md) var(--padding-lg);
2531
- padding: var(--padding-md);
2532
- }
2533
- .TextArea-module_container__VXi9C input {
2534
- padding: 0;
2535
- }
2536
- .TextArea-module_container__VXi9C .TextArea-module_titleContainer__l1CD0 {
2537
- font-size: var(--font-size-md);
2538
- color: var(--color-input-placeholder);
2539
- }
2540
- .TextArea-module_container__VXi9C .TextArea-module_textAreaInput__iYLK4 {
2541
- width: 100%;
2542
- padding: var(--padding-md);
2543
- font-size: var(--font-size-md);
2544
- border-radius: var(--border-radius-md);
2545
- color: var(--color-font-primary);
2546
- background-color: var(--color-input-background);
2547
- outline: none;
2548
- resize: vertical;
2549
- overflow: auto;
2550
- border: 0;
2551
- line-height: 1rem;
2552
- }
2553
- .TextArea-module_container__VXi9C .TextArea-module_textAreaInput__iYLK4::placeholder {
2554
- color: var(--color-input-placeholder);
2555
- font-size: var(--font-size-md);
2556
- }
2557
- .TextArea-module_container__VXi9C .TextArea-module_description__VEpUG {
2558
- width: 100% !important;
2559
- display: -webkit-box!important;
2560
- -webkit-box-orient: vertical;
2561
- overflow: hidden;
2562
- text-overflow: ellipsis;
2563
- width: unset;
2564
- -webkit-line-clamp: 2 !important;
2565
- padding: 0 var(--padding-md);
2566
- }
2567
- .Boolean-module_container__RN4yt {
2568
- background-color: var(--color-input-background);
2569
- border-radius: var(--border-radius-md);
2570
- color: var(--color-input-placeholder);
2571
- padding: var(--padding-md) var(--padding-lg);
2572
- }
2573
- .Boolean-module_container__RN4yt input {
2574
- padding: 0;
2575
- }
2576
-
2577
- .Boolean-module_description__v3iuY {
2578
- width: 100% !important;
2579
- display: -webkit-box!important;
2580
- -webkit-box-orient: vertical;
2581
- overflow: hidden;
2582
- text-overflow: ellipsis;
2583
- width: unset;
2584
- -webkit-line-clamp: 2 !important;
2585
- padding: 0 var(--padding-md);
2586
- }
2587
- .Color-module_baseInput__gWvlQ {
2588
- padding: 0 var(--padding-lg) !important;
2589
- }
2590
- .Storage-module_container__jdMaj {
2591
- background-color: var(--color-input-background);
2592
- border-radius: var(--border-radius-md);
2593
- color: var(--color-input-placeholder);
2594
- padding: var(--padding-md) var(--padding-lg);
2595
- padding: var(--padding-md);
2596
- }
2597
- .Storage-module_container__jdMaj input {
2598
- padding: 0;
2599
- }
2600
- .Storage-module_container__jdMaj .Storage-module_top__vhJmX {
2601
- padding: var(--padding-md);
2602
- }
2603
- .Storage-module_container__jdMaj .Storage-module_storage__aXBhd {
2604
- position: relative;
2605
- cursor: pointer;
2606
- opacity: 0.8;
2607
- transition: all var(--transition-duration) ease-in-out;
2608
- }
2609
- .Storage-module_container__jdMaj .Storage-module_storage__aXBhd .Storage-module_previewIcon__zNCCM {
2610
- position: absolute;
2611
- z-index: 1;
2612
- color: #ffd740;
2613
- transition: all var(--transition-duration) ease-in-out;
2614
- }
2615
- .Storage-module_container__jdMaj .Storage-module_storage__aXBhd .Storage-module_text__8eR8V span {
2616
- text-align: center;
2617
- }
2618
- .Storage-module_container__jdMaj .Storage-module_storage__aXBhd:hover {
2619
- opacity: 1;
2620
- }
2621
- .Storage-module_container__jdMaj .Storage-module_storage__aXBhd:hover .Storage-module_previewIcon__zNCCM {
2622
- transform: rotate(180deg);
2623
- }
2624
- .MultipleSelection-module_icon__ewhbs {
2625
- color: var(--color-font-primary) !important;
2626
- }
2627
-
2628
- .MultipleSelection-module_text__G5mEr {
2629
- color: var(--color-input-placeholder) !important;
2630
- }
2631
-
2632
- .MultipleSelection-module_select__YXbPL {
2633
- background: none !important;
2634
- padding: var(--padding-md) 0 !important;
2635
- height: 100% !important;
2636
- }
2637
-
2638
- .MultipleSelection-module_baseInput__eUWHB {
2639
- padding: 0 var(--padding-lg) !important;
2640
- }
2641
- .Location-module_location__ix8Fi {
2642
- background: var(--color-input-background);
2643
- padding: var(--gap-md);
2644
- border-radius: var(--border-radius-md);
2645
- }
2646
- .Location-module_location__ix8Fi .Location-module_icon__a3NfC {
2647
- color: var(--color-font-primary);
2648
- }
2649
- .Location-module_location__ix8Fi .Location-module_map__No0ks {
2650
- height: 100%;
2651
- width: 100%;
2652
- border-radius: var(--border-radius-md);
2653
- }
2654
- .Location-module_location__ix8Fi .Location-module_mapMarker__J3aE2 {
2655
- width: 35px;
2656
- height: 35px;
2657
- }
2658
- .Location-module_location__ix8Fi .Location-module_description__mG0kX {
2659
- width: 100% !important;
2660
- display: -webkit-box!important;
2661
- -webkit-box-orient: vertical;
2662
- overflow: hidden;
2663
- text-overflow: ellipsis;
2664
- width: unset;
2665
- -webkit-line-clamp: 2 !important;
2666
- padding: 0 var(--padding-md);
2667
- }
2668
- .RichText-module_container__MIFsF {
2669
- background-color: var(--color-input-background);
2670
- border-radius: var(--border-radius-md);
2671
- color: var(--color-input-placeholder);
2672
- padding: var(--padding-md) var(--padding-lg);
2673
- color: #000;
2674
- padding: var(--padding-md);
2675
- }
2676
- .RichText-module_container__MIFsF input {
2677
- padding: 0;
2678
- }
2679
- .RichText-module_container__MIFsF .RichText-module_description__-uZpI {
2680
- width: 100% !important;
2681
- display: -webkit-box!important;
2682
- -webkit-box-orient: vertical;
2683
- overflow: hidden;
2684
- text-overflow: ellipsis;
2685
- width: unset;
2686
- -webkit-line-clamp: 2 !important;
2687
- padding: 0 var(--padding-md);
2688
- }
2689
- .LexicalContent-module_editableContent__f69V7 {
2690
- text-align: start;
2691
- width: 100%;
2692
- height: 100%;
2693
- padding: var(--padding-md);
2694
- outline: none;
2695
- border-top: var(--border-default);
2696
- overflow: auto;
2697
- }
2698
- .dropdown {
2699
- z-index: 1000;
2700
- display: block;
2701
- position: fixed;
2702
- border-radius: var(--border-radius-md);
2703
- min-height: 40px;
2704
- background-color: var(--color-menu-background);
2705
- box-shadow: var(--box-shadow);
2706
- }
2707
- .dropdown .item {
2708
- padding: 2px 10px;
2709
- cursor: pointer;
2710
- line-height: 12px;
2711
- font-weight: 300;
2712
- font-size: var(--font-size-md);
2713
- display: flex;
2714
- align-content: center;
2715
- flex-direction: row;
2716
- flex-shrink: 0;
2717
- justify-content: space-between;
2718
- border: 0;
2719
- max-width: 250px;
2720
- min-width: 100px;
2721
- background-color: var(--color-menu-background);
2722
- }
2723
- .dropdown .item:hover {
2724
- background-color: var(--color-zebra);
2725
- }
2726
-
2727
- .dropdown .item.fontsize-item,
2728
- .dropdown .item.fontsize-item .text {
2729
- min-width: unset;
2730
- }
2731
-
2732
- .dropdown .item .active {
2733
- display: flex;
2734
- width: 20px;
2735
- height: 20px;
2736
- background-size: contain;
2737
- }
2738
-
2739
- .dropdown .item:first-child {
2740
- margin-top: 8px;
2741
- }
2742
-
2743
- .dropdown .item:last-child {
2744
- margin-bottom: 8px;
2745
- }
2746
-
2747
- .dropdown .item .text {
2748
- display: flex;
2749
- line-height: 20px;
2750
- flex-grow: 1;
2751
- min-width: 150px;
2752
- }
2753
-
2754
- .dropdown .item .icon {
2755
- display: flex;
2756
- width: 20px;
2757
- height: 20px;
2758
- user-select: none;
2759
- margin-right: 12px;
2760
- line-height: 16px;
2761
- background-size: contain;
2762
- background-position: center;
2763
- background-repeat: no-repeat;
2764
- }
2765
-
2766
- .dropdown .divider {
2767
- width: auto;
2768
- background-color: #eee;
2769
- margin: 4px 8px;
2770
- height: 1px;
2771
- }
2772
-
2773
- @media screen and (max-width: 1100px) {
2774
- .dropdown-button-text {
2775
- display: none !important;
2776
- }
2777
- .dialog-dropdown > .dropdown-button-text {
2778
- display: flex !important;
2779
- }
2780
- .font-size .dropdown-button-text {
2781
- display: flex !important;
2782
- }
2783
- .code-language .dropdown-button-text {
2784
- display: flex !important;
2785
- }
2786
- }
2787
- button.toolbar-item.active {
2788
- background-color: rgba(168, 175, 189, 0.3);
2789
- }
2790
-
2791
- button.toolbar-item.active i {
2792
- opacity: 1;
2793
- }
2794
-
2795
- .toolbar {
2796
- display: flex;
2797
- align-items: center;
2798
- flex-wrap: wrap;
2799
- gap: var(--gap-sm);
2800
- }
2801
-
2802
- .toolbar-item {
2803
- display: flex;
2804
- align-items: center;
2805
- justify-content: center;
2806
- background: transparent;
2807
- border: 0px;
2808
- cursor: pointer;
2809
- padding: 8px;
2810
- border-radius: var(--border-radius-md);
2811
- }
2812
-
2813
- .toolbar-item:hover {
2814
- background: var(--color-zebra);
2815
- }
2816
- .toolbar-item .toolbar-icon {
2817
- min-width: 18px;
2818
- min-height: 18px;
2819
- }
2820
- .toolbar-item.dropdownButton {
2821
- width: auto;
2822
- border-radius: var(--border-radius-md);
2823
- height: 30px;
2824
- display: flex;
2825
- gap: var(--gap-sm);
2826
- padding-left: var(--padding-md);
2827
- }
2828
-
2829
- .divider {
2830
- width: 1px;
2831
- background-color: var(--color-input-placeholder);
2832
- margin: 0 4px;
2833
- height: 20px;
2834
- }
2835
- .color-picker-wrapper {
2836
- padding: 20px;
2837
- }
2838
-
2839
- .color-picker-basic-color {
2840
- display: flex;
2841
- flex-wrap: wrap;
2842
- gap: 10px;
2843
- margin: 0;
2844
- padding: 0;
2845
- }
2846
-
2847
- .color-picker-basic-color button {
2848
- border: 1px solid #ccc;
2849
- border-radius: 4px;
2850
- height: 16px;
2851
- width: 16px;
2852
- cursor: pointer;
2853
- list-style-type: none;
2854
- }
2855
-
2856
- .color-picker-basic-color button.active {
2857
- box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
2858
- }
2859
-
2860
- .color-picker-saturation {
2861
- width: 100%;
2862
- position: relative;
2863
- margin-top: 15px;
2864
- height: 150px;
2865
- background-image: linear-gradient(transparent, black),
2866
- linear-gradient(to right, white, transparent);
2867
- user-select: none;
2868
- }
2869
- .color-picker-saturation_cursor {
2870
- position: absolute;
2871
- width: 20px;
2872
- height: 20px;
2873
- border: 2px solid #ffffff;
2874
- border-radius: 50%;
2875
- box-shadow: 0 0 15px #00000026;
2876
- box-sizing: border-box;
2877
- transform: translate(-10px, -10px);
2878
- }
2879
- .color-picker-hue {
2880
- width: 100%;
2881
- position: relative;
2882
- margin-top: 15px;
2883
- height: 12px;
2884
- background-image: linear-gradient(
2885
- to right,
2886
- rgb(255, 0, 0),
2887
- rgb(255, 255, 0),
2888
- rgb(0, 255, 0),
2889
- rgb(0, 255, 255),
2890
- rgb(0, 0, 255),
2891
- rgb(255, 0, 255),
2892
- rgb(255, 0, 0)
2893
- );
2894
- user-select: none;
2895
- border-radius: 12px;
2896
- }
2897
-
2898
- .color-picker-hue_cursor {
2899
- position: absolute;
2900
- width: 20px;
2901
- height: 20px;
2902
- border: 2px solid #ffffff;
2903
- border-radius: 50%;
2904
- box-shadow: #0003 0 0 0 0.5px;
2905
- box-sizing: border-box;
2906
- transform: translate(-10px, -4px);
2907
- }
2908
-
2909
- .color-picker-color {
2910
- border: 1px solid #ccc;
2911
- margin-top: 15px;
2912
- width: 100%;
2913
- height: 20px;
2914
- }
2915
-
2916
- .Input__wrapper {
2917
- display: flex;
2918
- flex-direction: row;
2919
- align-items: center;
2920
- margin-bottom: 10px;
2921
- }
2922
- .Input__label {
2923
- display: flex;
2924
- flex: 1;
2925
- color: #666;
2926
- }
2927
- .Input__input {
2928
- display: flex;
2929
- flex: 2;
2930
- border: 1px solid #999;
2931
- padding-top: 7px;
2932
- padding-bottom: 7px;
2933
- padding-left: 10px;
2934
- padding-right: 10px;
2935
- font-size: 1rem;
2936
- border-radius: 5px;
2937
- min-width: 0;
2938
- }
2939
-
2940
- .font-size-input {
2941
- font-weight: bold;
2942
- font-size: 12px;
2943
- color: #777;
2944
- border-radius: 5px;
2945
- border-color: grey;
2946
- height: 21px;
2947
- margin-top: 5px;
2948
- padding: 2px 4px;
2949
- text-align: center;
2950
- width: 24px;
2951
- }
2952
-
2953
- input[type="number"]::-webkit-outer-spin-button,
2954
- input[type="number"]::-webkit-inner-spin-button {
2955
- -webkit-appearance: none;
2956
- margin: 0;
2957
- }
2958
-
2959
- input[type="number"] {
2960
- -moz-appearance: textfield;
2961
- }
2962
-
2963
- button.font-decrement {
2964
- padding: 0px;
2965
- margin-right: 3px;
2966
- }
2967
-
2968
- button.font-increment {
2969
- padding: 0px;
2970
- margin-left: 3px;
2971
- }
2972
-
2973
- .ObjectInput-module_container__JtW64 {
2974
- background-color: var(--color-input-background);
2975
- border-radius: var(--border-radius-md);
2976
- color: var(--color-input-placeholder);
2977
- padding: var(--padding-md) var(--padding-lg);
2978
- }
2979
- .ObjectInput-module_container__JtW64 input {
2980
- padding: 0;
2981
- }
2982
- .ColorMinimized-module_colorMinimized__CnRpu {
2983
- background-color: var(--color-input-background);
2984
- border-radius: var(--border-radius-md);
2985
- color: var(--color-input-placeholder);
2986
- padding: var(--padding-md) var(--padding-lg);
2987
- color: var(--color-font-primary);
2988
- border-radius: 0;
2989
- padding: 0 var(--padding-md);
2990
- font-size: var(--font-size-md);
2991
- }
2992
- .ColorMinimized-module_colorMinimized__CnRpu input {
2993
- padding: 0;
2994
- }
2995
- .ColorMinimized-module_colorMinimized__CnRpu .ColorMinimized-module_closeIcon__SH3uo {
2996
- border: 0;
2997
- padding: 0;
2998
- }
2999
- .Date-module_minimizedDatePicker__ZIsQ7 {
3000
- background-color: var(--color-input-background);
3001
- border-radius: var(--border-radius-md);
3002
- color: var(--color-input-placeholder);
3003
- padding: var(--padding-md) var(--padding-lg);
3004
- }
3005
- .Date-module_minimizedDatePicker__ZIsQ7 input {
3006
- padding: 0;
3007
- }
3008
- .Date-module_minimizedDatePicker__ZIsQ7 .Date-module_clearButton__WMLse {
3009
- cursor: pointer;
3010
- height: max-content;
3011
- padding: 0 !important;
3012
- }
3013
- .Location-module_container__SbKlF {
3014
- background-color: var(--color-input-background);
3015
- border-radius: var(--border-radius-md);
3016
- color: var(--color-input-placeholder);
3017
- padding: var(--padding-md) var(--padding-lg);
3018
- }
3019
- .Location-module_container__SbKlF input {
3020
- padding: 0;
3021
- }
3022
-
3023
- .Location-module_map__7pBAg {
3024
- width: 300px;
3025
- height: 300px;
3026
- }
3027
- .MultiSelection-module_multiSelectionContainer__tUi2u {
3028
- background-color: var(--color-input-background);
3029
- border-radius: var(--border-radius-md);
3030
- color: var(--color-input-placeholder);
3031
- padding: var(--padding-md) var(--padding-lg);
3032
- padding: 0;
3033
- }
3034
- .MultiSelection-module_multiSelectionContainer__tUi2u input {
3035
- padding: 0;
3036
- }
3037
- .MultiSelection-module_multiSelectionContainer__tUi2u .MultiSelection-module_multiSelect__SA5u- {
3038
- background: transparent;
3039
- }
3040
- .MultiSelection-module_multiSelectionContainer__tUi2u .MultiSelection-module_visible__q-F19 {
3041
- visibility: visible;
3042
- }
3043
- .MultiSelection-module_multiSelectionContainer__tUi2u .MultiSelection-module_hidden__nt7o2 {
3044
- visibility: hidden;
3045
- pointer-events: none;
3046
- }
3047
- .NumberMinimized-module_numberMinimized__o1ZAN {
3048
- background-color: var(--color-input-background);
3049
- border-radius: var(--border-radius-md);
3050
- color: var(--color-input-placeholder);
3051
- padding: var(--padding-md) var(--padding-lg);
3052
- color: var(--color-font-primary);
3053
- border-radius: 0;
3054
- padding: 0 var(--padding-md);
3055
- font-size: var(--font-size-md);
3056
- }
3057
- .NumberMinimized-module_numberMinimized__o1ZAN input {
3058
- padding: 0;
3059
- }
3060
- .NumberMinimized-module_numberMinimized__o1ZAN .NumberMinimized-module_select__yHQXe {
3061
- background: var(--color-input-background);
3062
- padding: 0;
3063
- }
3064
- .NumberMinimized-module_numberMinimized__o1ZAN .NumberMinimized-module_closeIcon__EgNTI {
3065
- border: 0;
3066
- padding: 0;
3067
- }
3068
- .Object-module_inputMinimized__JH1n- {
3069
- background-color: var(--color-input-background);
3070
- border-radius: var(--border-radius-md);
3071
- color: var(--color-input-placeholder);
3072
- padding: var(--padding-md) var(--padding-lg);
3073
- color: var(--color-font-primary);
3074
- border-radius: 0;
3075
- }
3076
- .Object-module_inputMinimized__JH1n- input {
3077
- padding: 0;
3078
- }
3079
-
3080
- .Object-module_contentContainer__y0Sfp {
3081
- padding: 0 !important;
3082
- }
3083
-
3084
- .Object-module_value__SJt70 {
3085
- display: -webkit-box;
3086
- -webkit-box-orient: vertical;
3087
- overflow: hidden;
3088
- text-overflow: ellipsis;
3089
- width: unset;
3090
- -webkit-line-clamp: 1;
3091
- display: block;
3092
- }
3093
- .RichText-module_richTextMinimized__LUAfH {
3094
- background-color: var(--color-input-background);
3095
- border-radius: var(--border-radius-md);
3096
- color: var(--color-input-placeholder);
3097
- padding: var(--padding-md) var(--padding-lg);
3098
- color: var(--color-font-primary);
3099
- border-radius: 0;
3100
- }
3101
- .RichText-module_richTextMinimized__LUAfH input {
3102
- padding: 0;
3103
- }
3104
- .StringMinimized-module_stringMinimized__m53JQ {
3105
- border-radius: 0;
3106
- padding: 0 var(--padding-md);
3107
- font-size: var(--font-size-md);
3108
- color: var(--color-font-primary);
3109
- background: var(--color-input-background);
3110
- }
3111
- .StringMinimized-module_stringMinimized__m53JQ .StringMinimized-module_select__uPgy- {
3112
- background: var(--color-input-background);
3113
- }
3114
- .StringMinimized-module_stringMinimized__m53JQ .StringMinimized-module_closeIcon__N2ycP {
3115
- border: 0;
3116
- }
3117
- .TextArea-module_textArea__VbAA6 {
3118
- background-color: var(--color-input-background);
3119
- border-radius: var(--border-radius-md);
3120
- color: var(--color-input-placeholder);
3121
- padding: var(--padding-md) var(--padding-lg);
3122
- }
3123
- .TextArea-module_textArea__VbAA6 input {
3124
- padding: 0;
3125
- }
3126
- .TextArea-module_textArea__VbAA6 textarea {
3127
- border: none;
3128
- outline: none;
3129
- width: 100%;
3130
- padding: 0;
3131
- }
3132
- .ChipInput-module_chipInputContainer__qkZtV {
3133
- background-color: var(--color-input-background);
3134
- border-radius: var(--border-radius-md);
3135
- color: var(--color-input-placeholder);
3136
- padding: var(--padding-md) var(--padding-lg);
3137
- }
3138
- .ChipInput-module_chipInputContainer__qkZtV input {
3139
- padding: 0;
3140
- }