amotify 0.1.58 → 0.1.59

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 (191) hide show
  1. package/dist/@declaration/index.d.ts +10 -0
  2. package/dist/@declaration/index.js +1 -0
  3. package/dist/@declaration/module.d.ts +5 -0
  4. package/dist/@declaration/module.js +0 -0
  5. package/dist/@declaration/property.d.ts +139 -0
  6. package/dist/@declaration/property.js +0 -0
  7. package/dist/@styles/componentClasses/index.css +1502 -0
  8. package/dist/@styles/componentClasses/index.d.ts +23 -0
  9. package/dist/@styles/componentClasses/index.js +398 -0
  10. package/dist/@styles/index.css +1502 -0
  11. package/dist/@styles/index.d.ts +1 -0
  12. package/dist/@styles/index.js +398 -0
  13. package/dist/@styles/init.css +89 -0
  14. package/dist/@styles/init.d.ts +1 -0
  15. package/dist/@styles/init.js +0 -0
  16. package/dist/@styles/style.css +7407 -0
  17. package/dist/@styles/style.d.ts +4 -0
  18. package/dist/@styles/style.js +398 -0
  19. package/dist/@styles/var.css +1258 -0
  20. package/dist/@styles/var.d.ts +1 -0
  21. package/dist/@styles/var.js +0 -0
  22. package/dist/@utils/GenerateClassName.d.ts +11 -0
  23. package/dist/@utils/GenerateClassName.js +1 -0
  24. package/dist/@utils/LaunchReactApp.d.ts +20 -0
  25. package/dist/@utils/LaunchReactApp.js +1 -0
  26. package/dist/@utils/collectForm.d.ts +11 -0
  27. package/dist/@utils/collectForm.js +1 -0
  28. package/dist/@utils/color.d.ts +21 -0
  29. package/dist/@utils/color.js +1 -0
  30. package/dist/@utils/config.d.ts +43 -0
  31. package/dist/@utils/config.js +1 -0
  32. package/dist/@utils/fin.d.ts +1 -0
  33. package/dist/@utils/fin.js +1 -0
  34. package/dist/@utils/getElement.d.ts +6 -0
  35. package/dist/@utils/getElement.js +1 -0
  36. package/dist/@utils/index.d.ts +11 -0
  37. package/dist/@utils/index.js +1 -0
  38. package/dist/@utils/pageTransit.d.ts +11 -0
  39. package/dist/@utils/pageTransit.js +1 -0
  40. package/dist/@utils/useRecycle.d.ts +8 -0
  41. package/dist/@utils/useRecycle.js +1 -0
  42. package/dist/@utils/useStore.d.ts +18 -0
  43. package/dist/@utils/useStore.js +1 -0
  44. package/dist/atoms/Box.d.ts +9 -0
  45. package/dist/atoms/Box.js +1 -0
  46. package/dist/atoms/FAI.d.ts +18 -0
  47. package/dist/atoms/FAI.js +1 -0
  48. package/dist/atoms/Flex.d.ts +11 -0
  49. package/dist/atoms/Flex.js +1 -0
  50. package/dist/atoms/Grid.d.ts +4 -0
  51. package/dist/atoms/Grid.js +1 -0
  52. package/dist/atoms/Img.d.ts +11 -0
  53. package/dist/atoms/Img.js +1 -0
  54. package/dist/atoms/Logo.d.ts +40 -0
  55. package/dist/atoms/Logo.js +51 -0
  56. package/dist/atoms/P.d.ts +9 -0
  57. package/dist/atoms/P.js +1 -0
  58. package/dist/atoms/Placeholder.d.ts +9 -0
  59. package/dist/atoms/Placeholder.js +1 -0
  60. package/dist/atoms/Span.d.ts +9 -0
  61. package/dist/atoms/Span.js +1 -0
  62. package/dist/atoms/index.d.ts +9 -0
  63. package/dist/atoms/index.js +1 -0
  64. package/dist/chunk-VY3566IV.js +1 -0
  65. package/dist/fn/Button.d.ts +82 -0
  66. package/dist/fn/Button.js +1 -0
  67. package/dist/fn/Cropper.d.ts +26 -0
  68. package/dist/fn/Cropper.js +1 -0
  69. package/dist/fn/Effect/Fade.d.ts +17 -0
  70. package/dist/fn/Effect/Fade.js +1 -0
  71. package/dist/fn/Effect/Pudding.d.ts +8 -0
  72. package/dist/fn/Effect/Pudding.js +1 -0
  73. package/dist/fn/Effect/Ripple.d.ts +8 -0
  74. package/dist/fn/Effect/Ripple.js +3 -0
  75. package/dist/fn/Effect/index.d.ts +11 -0
  76. package/dist/fn/Effect/index.js +1 -0
  77. package/dist/fn/Input/AutoHeightText.d.ts +6 -0
  78. package/dist/fn/Input/AutoHeightText.js +1 -0
  79. package/dist/fn/Input/Checker.d.ts +17 -0
  80. package/dist/fn/Input/Checker.js +1 -0
  81. package/dist/fn/Input/Chips/Selector.d.ts +44 -0
  82. package/dist/fn/Input/Chips/Selector.js +1 -0
  83. package/dist/fn/Input/Chips/index.d.ts +60 -0
  84. package/dist/fn/Input/Chips/index.js +1 -0
  85. package/dist/fn/Input/Contenteditable.d.ts +17 -0
  86. package/dist/fn/Input/Contenteditable.js +1 -0
  87. package/dist/fn/Input/DigitCharacters.d.ts +17 -0
  88. package/dist/fn/Input/DigitCharacters.js +1 -0
  89. package/dist/fn/Input/Filer.d.ts +47 -0
  90. package/dist/fn/Input/Filer.js +1 -0
  91. package/dist/fn/Input/Hidden.d.ts +13 -0
  92. package/dist/fn/Input/Hidden.js +1 -0
  93. package/dist/fn/Input/List.d.ts +50 -0
  94. package/dist/fn/Input/List.js +1 -0
  95. package/dist/fn/Input/Parts.d.ts +22 -0
  96. package/dist/fn/Input/Parts.js +1 -0
  97. package/dist/fn/Input/Plain.d.ts +7 -0
  98. package/dist/fn/Input/Plain.js +1 -0
  99. package/dist/fn/Input/RichSelect.d.ts +32 -0
  100. package/dist/fn/Input/RichSelect.js +1 -0
  101. package/dist/fn/Input/Search.d.ts +6 -0
  102. package/dist/fn/Input/Search.js +1 -0
  103. package/dist/fn/Input/Segmented.d.ts +22 -0
  104. package/dist/fn/Input/Segmented.js +1 -0
  105. package/dist/fn/Input/Select.d.ts +28 -0
  106. package/dist/fn/Input/Select.js +1 -0
  107. package/dist/fn/Input/Slider.d.ts +31 -0
  108. package/dist/fn/Input/Slider.js +1 -0
  109. package/dist/fn/Input/Switch.d.ts +17 -0
  110. package/dist/fn/Input/Switch.js +1 -0
  111. package/dist/fn/Input/Text.d.ts +51 -0
  112. package/dist/fn/Input/Text.js +1 -0
  113. package/dist/fn/Input/TextArea.d.ts +19 -0
  114. package/dist/fn/Input/TextArea.js +1 -0
  115. package/dist/fn/Input/Time/Picker.d.ts +37 -0
  116. package/dist/fn/Input/Time/Picker.js +1 -0
  117. package/dist/fn/Input/Time/index.d.ts +78 -0
  118. package/dist/fn/Input/Time/index.js +1 -0
  119. package/dist/fn/Input/core.d.ts +54 -0
  120. package/dist/fn/Input/core.js +1 -0
  121. package/dist/fn/Input/index.d.ts +145 -0
  122. package/dist/fn/Input/index.js +1 -0
  123. package/dist/fn/Layout/PageNotFound.d.ts +6 -0
  124. package/dist/fn/Layout/PageNotFound.js +1 -0
  125. package/dist/fn/Layout/PageRouter.d.ts +27 -0
  126. package/dist/fn/Layout/PageRouter.js +1 -0
  127. package/dist/fn/Layout/PageViewController.d.ts +13 -0
  128. package/dist/fn/Layout/PageViewController.js +1 -0
  129. package/dist/fn/Layout/Plate.d.ts +9 -0
  130. package/dist/fn/Layout/Plate.js +1 -0
  131. package/dist/fn/Layout/RootViewController.d.ts +41 -0
  132. package/dist/fn/Layout/RootViewController.js +1 -0
  133. package/dist/fn/Layout/SwipeView.d.ts +40 -0
  134. package/dist/fn/Layout/SwipeView.js +1 -0
  135. package/dist/fn/Layout/TabBar.d.ts +16 -0
  136. package/dist/fn/Layout/TabBar.js +1 -0
  137. package/dist/fn/Layout/index.d.ts +27 -0
  138. package/dist/fn/Layout/index.js +1 -0
  139. package/dist/fn/Loader/corner.d.ts +1 -0
  140. package/dist/fn/Loader/corner.js +1 -0
  141. package/dist/fn/Loader/index.d.ts +47 -0
  142. package/dist/fn/Loader/index.js +1 -0
  143. package/dist/fn/Loader/mini.d.ts +6 -0
  144. package/dist/fn/Loader/mini.js +1 -0
  145. package/dist/fn/Loader/top.d.ts +2 -0
  146. package/dist/fn/Loader/top.js +1 -0
  147. package/dist/fn/Sheet.d.ts +76 -0
  148. package/dist/fn/Sheet.js +1 -0
  149. package/dist/fn/Snackbar.d.ts +24 -0
  150. package/dist/fn/Snackbar.js +1 -0
  151. package/dist/fn/Table/Data.d.ts +128 -0
  152. package/dist/fn/Table/Data.js +1 -0
  153. package/dist/fn/Table/Drag.d.ts +18 -0
  154. package/dist/fn/Table/Drag.js +1 -0
  155. package/dist/fn/Table/Normal.d.ts +16 -0
  156. package/dist/fn/Table/Normal.js +1 -0
  157. package/dist/fn/Table/Parts.d.ts +24 -0
  158. package/dist/fn/Table/Parts.js +1 -0
  159. package/dist/fn/Table/Wrapper.d.ts +10 -0
  160. package/dist/fn/Table/Wrapper.js +1 -0
  161. package/dist/fn/Table/cellStyling.d.ts +9 -0
  162. package/dist/fn/Table/cellStyling.js +1 -0
  163. package/dist/fn/Table/index.d.ts +42 -0
  164. package/dist/fn/Table/index.js +1 -0
  165. package/dist/fn/Tooltips.d.ts +31 -0
  166. package/dist/fn/Tooltips.js +1 -0
  167. package/dist/fn/index.d.ts +10 -0
  168. package/dist/fn/index.js +1 -0
  169. package/dist/index.d.ts +400 -0
  170. package/dist/index.js +1 -0
  171. package/dist/mols/Accordion.d.ts +25 -0
  172. package/dist/mols/Accordion.js +1 -0
  173. package/dist/mols/Column.d.ts +7 -0
  174. package/dist/mols/Column.js +1 -0
  175. package/dist/mols/LinkifyText.d.ts +10 -0
  176. package/dist/mols/LinkifyText.js +1 -0
  177. package/dist/mols/List.d.ts +11 -0
  178. package/dist/mols/List.js +1 -0
  179. package/dist/mols/Row.d.ts +16 -0
  180. package/dist/mols/Row.js +1 -0
  181. package/dist/mols/Text.d.ts +21 -0
  182. package/dist/mols/Text.js +1 -0
  183. package/dist/mols/index.d.ts +6 -0
  184. package/dist/mols/index.js +1 -0
  185. package/dist/orgs/index.d.ts +1 -0
  186. package/dist/orgs/index.js +0 -0
  187. package/dist/temps/designBook.d.ts +4 -0
  188. package/dist/temps/designBook.js +99 -0
  189. package/dist/temps/index.d.ts +1 -0
  190. package/dist/temps/index.js +1 -0
  191. package/package.json +1 -1
@@ -0,0 +1,1502 @@
1
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_img.module.scss */
2
+ ._Img_1egfu_1 {
3
+ user-drag: none;
4
+ -webkit-user-drag: none;
5
+ -moz-user-select: none;
6
+ vertical-align: top;
7
+ object-fit: cover;
8
+ width: 100%;
9
+ height: 100%;
10
+ border-radius: inherit;
11
+ }
12
+ ._Img_1egfu_1._ShowExpand_true_1egfu_11 {
13
+ transition: var(--animation-time2);
14
+ }
15
+ ._Img_1egfu_1._ShowExpand_true_1egfu_11:hover {
16
+ opacity: 0.8;
17
+ }
18
+
19
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_logo.module.scss */
20
+ ._Size_S_10jdu_1 {
21
+ width: calc(var(--grid-unit) * 2);
22
+ height: calc(var(--grid-unit) * 2);
23
+ font-size: var(--grid-unit);
24
+ }
25
+ ._Size_R_10jdu_6 {
26
+ width: calc(var(--grid-unit) * 3);
27
+ height: calc(var(--grid-unit) * 3);
28
+ font-size: calc(var(--grid-unit) * 3 / 2);
29
+ }
30
+ ._Size_L_10jdu_11 {
31
+ width: calc(var(--grid-unit) * 4);
32
+ height: calc(var(--grid-unit) * 4);
33
+ font-size: calc(var(--grid-unit) * 2.5);
34
+ }
35
+ ._Size_2L_10jdu_16 {
36
+ width: calc(var(--grid-unit) * 6);
37
+ height: calc(var(--grid-unit) * 6);
38
+ font-size: calc(var(--grid-unit) * 3);
39
+ }
40
+ ._Size_3L_10jdu_21 {
41
+ width: calc(var(--grid-unit) * 8);
42
+ height: calc(var(--grid-unit) * 8);
43
+ font-size: calc(var(--grid-unit) * 4);
44
+ }
45
+ ._Icon_10jdu_27 svg {
46
+ height: 100%;
47
+ }
48
+ ._Title_10jdu_31 {
49
+ width: auto;
50
+ }
51
+ ._Title_10jdu_31 svg {
52
+ height: 100%;
53
+ }
54
+ ._ComunIcon_10jdu_38 path {
55
+ filter: drop-shadow(0 0 0 transparent inset, var(--shadow_style_4) var(--shadow_color_remark));
56
+ }
57
+ ._ComunTitle_10jdu_42 {
58
+ letter-spacing: 3px;
59
+ }
60
+ ._MingooIcon_10jdu_46 ._P_10jdu_46 {
61
+ transform-box: fill-box;
62
+ transform-origin: bottom !important;
63
+ }
64
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_0_10jdu_50 {
65
+ transform: rotate(0deg);
66
+ }
67
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_1_10jdu_53 {
68
+ transform: rotate(-30deg);
69
+ }
70
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_2_10jdu_56 {
71
+ transform: rotate(-60deg);
72
+ }
73
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_3_10jdu_59 {
74
+ transform: rotate(-90deg);
75
+ }
76
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_4_10jdu_62 {
77
+ transform: rotate(-120deg);
78
+ }
79
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_5_10jdu_65 {
80
+ transform: rotate(-150deg);
81
+ }
82
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_6_10jdu_68 {
83
+ transform: rotate(-180deg);
84
+ }
85
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_7_10jdu_71 {
86
+ transform: rotate(-210deg);
87
+ }
88
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_8_10jdu_74 {
89
+ transform: rotate(-240deg);
90
+ }
91
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_9_10jdu_77 {
92
+ transform: rotate(-270deg);
93
+ opacity: 0.3;
94
+ }
95
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_10_10jdu_81 {
96
+ transform: rotate(30deg);
97
+ opacity: 0.3;
98
+ }
99
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_11_10jdu_85 {
100
+ transform: rotate(60deg);
101
+ opacity: 0.3;
102
+ }
103
+ ._MingooIcon_10jdu_46 ._P_10jdu_46._P_12_10jdu_89 {
104
+ transform: rotate(90deg);
105
+ opacity: 0.3;
106
+ }
107
+
108
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_placeholder.module.scss */
109
+ @keyframes _PlaceholderEffect_rl2bi_1 {
110
+ 0% {
111
+ left: -50%;
112
+ opacity: 0;
113
+ }
114
+ 30% {
115
+ opacity: 1;
116
+ }
117
+ 100% {
118
+ left: 150%;
119
+ opacity: 0;
120
+ }
121
+ }
122
+ ._Placeholder_rl2bi_14 ._Body_rl2bi_14 {
123
+ position: absolute;
124
+ content: "";
125
+ top: 0;
126
+ left: 0;
127
+ right: 0;
128
+ bottom: 0;
129
+ width: 40%;
130
+ background:
131
+ linear-gradient(
132
+ to right,
133
+ transparent,
134
+ hsl(var(--color-layer5-hsl)));
135
+ animation: 1.5s _PlaceholderEffect_rl2bi_1 linear infinite;
136
+ }
137
+ ._Placeholder_rl2bi_14 ._Body_rl2bi_14._Color_white_rl2bi_25 {
138
+ background:
139
+ linear-gradient(
140
+ to right,
141
+ transparent,
142
+ hsl(var(--color-layer1-hsl)));
143
+ }
144
+
145
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/m_accordion.module.scss */
146
+ ._Wrap_13krz_1._Open_true_13krz_1 {
147
+ opacity: 1;
148
+ }
149
+ ._Wrap_13krz_1._Open_false_13krz_4 {
150
+ opacity: 0 !important;
151
+ pointer-events: none !important;
152
+ }
153
+ ._Wrap_13krz_1._Open_false_13krz_4 * {
154
+ pointer-events: none !important;
155
+ }
156
+
157
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_snackbar.module.scss */
158
+ ._Wrapper_1s842_1 {
159
+ z-index: 8;
160
+ position: absolute;
161
+ max-height: var(--viewHeight);
162
+ max-width: 100%;
163
+ width: 25rem;
164
+ }
165
+ ._Cell_1s842_9 {
166
+ transform: scale(0.3);
167
+ transform-origin: bottom right;
168
+ }
169
+ ._Cell_1s842_9._FadeIn_1s842_13 {
170
+ transform: scale(1);
171
+ opacity: 1;
172
+ }
173
+ ._Cell_1s842_9._FadeOut_1s842_17 {
174
+ transition: 0.2s !important;
175
+ opacity: 0;
176
+ transform: scale(0.3);
177
+ }
178
+
179
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_sheet.module.scss */
180
+ ._FixScroll_encrj_1 {
181
+ overflow: hidden !important;
182
+ min-height: 0 !important;
183
+ height: calc(var(--viewHeight));
184
+ width: 100vw;
185
+ transition: var(--animation-time3);
186
+ }
187
+ ._FixScroll_encrj_1._Float_encrj_8 {
188
+ opacity: 0.8 !important;
189
+ pointer-events: none;
190
+ transform-origin: center center;
191
+ transform: scale(0.96);
192
+ border-radius: calc((2vw + 2vh) / 2);
193
+ }
194
+ ._Wrapper_encrj_16 {
195
+ position: fixed;
196
+ top: 0;
197
+ left: 0;
198
+ right: 0;
199
+ height: 0;
200
+ pointer-events: none;
201
+ z-index: 6;
202
+ }
203
+ ._Wrap_encrj_16 {
204
+ pointer-events: none !important;
205
+ height: 0;
206
+ }
207
+ ._Wrap_encrj_16 ._TapSensor_encrj_30 {
208
+ position: sticky;
209
+ top: 0;
210
+ height: 0;
211
+ width: 100vw;
212
+ user-select: none;
213
+ -webkit-user-select: none;
214
+ -webkit-touch-callout: none;
215
+ flex: none;
216
+ }
217
+ ._Wrap_encrj_16 ._TapSensor_encrj_30 ._TapContent_encrj_40 {
218
+ background-color: transparent;
219
+ position: absolute;
220
+ top: 0;
221
+ height: var(--viewHeight);
222
+ width: 100vw;
223
+ }
224
+ ._Wrap_encrj_16._Hide_encrj_47 {
225
+ display: none !important;
226
+ }
227
+ ._Wrap_encrj_16._Open_encrj_50._isNewSheet_true_encrj_50 ._Content_encrj_50 {
228
+ pointer-events: all !important;
229
+ background-color: rgba(var(--color-dark-rgb), 0.25);
230
+ }
231
+ ._Wrap_encrj_16._Open_encrj_50._isNewSheet_false_encrj_54 ._BB_encrj_54 {
232
+ pointer-events: all !important;
233
+ }
234
+ ._Wrap_encrj_16._Tcate_normal_encrj_57 ._TapSensor_encrj_30:active + ._BB_encrj_54 {
235
+ transform: scale(1.015);
236
+ transition: var(--animation-time1);
237
+ }
238
+ ._Wrap_encrj_16._Tcate_normal_encrj_57 ._TapSensor_encrj_30:active + ._BB_encrj_54 ._BaseBody_encrj_61 {
239
+ transition: var(--animation-time1);
240
+ box-shadow: 0 0 0 transparent inset, var(--shadow_style_4) var(--shadow_color_remark);
241
+ }
242
+ ._Wrap_encrj_16._Tcate_normal_encrj_57 ._BB_encrj_54 {
243
+ transform: scale(0.75);
244
+ pointer-events: none !important;
245
+ }
246
+ ._Wrap_encrj_16._Tcate_normal_encrj_57 ._BB_encrj_54 > * {
247
+ pointer-events: all;
248
+ }
249
+ ._Wrap_encrj_16._Tcate_normal_encrj_57._Open_encrj_50 ._BB_encrj_54 {
250
+ transform: scale(1);
251
+ opacity: 1;
252
+ }
253
+ ._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_left_encrj_76 ._Content_encrj_50 {
254
+ overflow: hidden auto;
255
+ }
256
+ ._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_left_encrj_76 ._TapSensor_encrj_30:active + ._BB_encrj_54 {
257
+ transition: var(--animation-time1);
258
+ left: calc(-1 * var(--grid-unit) * 2);
259
+ }
260
+ ._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_left_encrj_76 ._BB_encrj_54 {
261
+ max-width: 100vw;
262
+ left: -10%;
263
+ }
264
+ ._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_left_encrj_76._Open_encrj_50 ._BB_encrj_54 {
265
+ left: 0;
266
+ opacity: 1;
267
+ }
268
+ ._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_right_encrj_91 ._Content_encrj_50 {
269
+ overflow: hidden auto;
270
+ }
271
+ ._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_right_encrj_91 ._TapSensor_encrj_30:active + ._BB_encrj_54 {
272
+ transition: var(--animation-time1);
273
+ right: calc(-1 * var(--grid-unit) * 2);
274
+ }
275
+ ._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_right_encrj_91 ._BB_encrj_54 {
276
+ max-width: 100vw;
277
+ right: -10%;
278
+ }
279
+ ._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_right_encrj_91._Open_encrj_50 ._BB_encrj_54 {
280
+ right: 0;
281
+ opacity: 1;
282
+ }
283
+ ._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_bottom_encrj_106 ._TapSensor_encrj_30:active + ._BB_encrj_54 {
284
+ padding-top: 2vh !important;
285
+ transition: var(--animation-time1) !important;
286
+ }
287
+ ._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_bottom_encrj_106 ._BB_encrj_54 {
288
+ padding-top: 10vh;
289
+ }
290
+ ._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_bottom_encrj_106 ._BB_encrj_54 ._DragBar_encrj_113 {
291
+ position: relative;
292
+ }
293
+ ._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_bottom_encrj_106._Open_encrj_50 ._BB_encrj_54 {
294
+ padding-top: 0;
295
+ opacity: 1 !important;
296
+ transition: var(--animation-time3);
297
+ }
298
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._TapSensor_encrj_30:active + ._BB_encrj_54 {
299
+ transform: scale(1.015);
300
+ transition: var(--animation-time1);
301
+ box-shadow: 0 0 0 transparent inset, var(--shadow_style_4) var(--shadow_color_remark);
302
+ }
303
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._BB_encrj_54 {
304
+ transform: scale(0.95);
305
+ }
306
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._BB_encrj_54._CustomSheet_encrj_129 {
307
+ position: relative;
308
+ }
309
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132._Row_1_encrj_132,
310
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132._Row_4_encrj_132,
311
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132._Row_1_encrj_132,
312
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132._Row_4_encrj_132 {
313
+ transform-origin: bottom right;
314
+ }
315
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132._Row_2_encrj_135,
316
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132._Row_5_encrj_135,
317
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132._Row_2_encrj_135,
318
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132._Row_5_encrj_135 {
319
+ transform-origin: top right;
320
+ }
321
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138._Row_1_encrj_132,
322
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138._Row_4_encrj_132,
323
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138._Row_1_encrj_132,
324
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138._Row_4_encrj_132 {
325
+ transform-origin: bottom left;
326
+ }
327
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138._Row_2_encrj_135,
328
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138._Row_5_encrj_135,
329
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138._Row_2_encrj_135,
330
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138._Row_5_encrj_135 {
331
+ transform-origin: top left;
332
+ }
333
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_3_encrj_144,
334
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_18_encrj_144 {
335
+ transform-origin: bottom;
336
+ }
337
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_8_encrj_147,
338
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_23_encrj_147 {
339
+ transform-origin: top;
340
+ }
341
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_11_encrj_150,
342
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_14_encrj_150 {
343
+ transform-origin: right;
344
+ }
345
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_12_encrj_153,
346
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_15_encrj_153 {
347
+ transform-origin: left;
348
+ }
349
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132,
350
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132 {
351
+ right: 0;
352
+ justify-content: flex-end;
353
+ }
354
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138,
355
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138 {
356
+ left: 0;
357
+ }
358
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_3_encrj_163 {
359
+ align-items: center;
360
+ justify-content: center;
361
+ }
362
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Row_1_encrj_132,
363
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Row_4_encrj_132 {
364
+ bottom: 0;
365
+ }
366
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Row_2_encrj_135,
367
+ ._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Row_5_encrj_135 {
368
+ top: 0;
369
+ }
370
+ ._Wrap_encrj_16._Tcate_custom_encrj_121._Open_encrj_50 ._BB_encrj_54 {
371
+ transform: scale(1);
372
+ opacity: 1;
373
+ }
374
+
375
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_loader.module.scss */
376
+ ._Wrapper_1ha0b_1 {
377
+ z-index: 10;
378
+ position: absolute;
379
+ }
380
+ ._TopLoader_1ha0b_6 {
381
+ z-index: 3000;
382
+ cursor: not-allowed !important;
383
+ }
384
+ ._TopLoader_1ha0b_6 ._Center_1ha0b_10 {
385
+ width: 10rem;
386
+ height: 10rem;
387
+ }
388
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14 {
389
+ position: absolute;
390
+ transform-origin: 0 0;
391
+ justify-content: flex-end;
392
+ align-items: center;
393
+ display: flex;
394
+ height: 0;
395
+ background-color: white;
396
+ }
397
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14 ._Circle_1ha0b_23 {
398
+ border-radius: 50%;
399
+ animation: _expander_1ha0b_1 6s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite;
400
+ }
401
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child1_1ha0b_27 {
402
+ width: 3rem;
403
+ animation: _rotation_1ha0b_1 4s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite -2.5s;
404
+ }
405
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child1_1ha0b_27 ._Circle_1ha0b_23 {
406
+ width: 20px;
407
+ height: 20px;
408
+ }
409
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child2_1ha0b_35 {
410
+ width: 45px;
411
+ animation: _rotation_1ha0b_1 4.7s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite -1.4s;
412
+ }
413
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child2_1ha0b_35 ._Circle_1ha0b_23 {
414
+ width: 10px;
415
+ height: 10px;
416
+ }
417
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child3_1ha0b_43 {
418
+ width: 46px;
419
+ animation: _rotation_1ha0b_1 3s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite -3.6s;
420
+ }
421
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child3_1ha0b_43 ._Circle_1ha0b_23 {
422
+ width: 10px;
423
+ height: 10px;
424
+ }
425
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child4_1ha0b_51 {
426
+ width: 32px;
427
+ animation: _rotation_1ha0b_1 5.3s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite -1.4s;
428
+ }
429
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child4_1ha0b_51 ._Circle_1ha0b_23 {
430
+ width: 6px;
431
+ height: 6px;
432
+ }
433
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child5_1ha0b_59 {
434
+ width: 22px;
435
+ animation: _rotation_1ha0b_1 4.9s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite -0.9s;
436
+ }
437
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child5_1ha0b_59 ._Circle_1ha0b_23 {
438
+ width: 8px;
439
+ height: 8px;
440
+ }
441
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child6_1ha0b_67 {
442
+ width: 38px;
443
+ animation: _rotation_1ha0b_1 5.4s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite -3.1s;
444
+ }
445
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child6_1ha0b_67 ._Circle_1ha0b_23 {
446
+ width: 15px;
447
+ height: 15px;
448
+ }
449
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child7_1ha0b_75 {
450
+ width: 42px;
451
+ animation: _rotation_1ha0b_1 6s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite _-2s_1ha0b_1;
452
+ }
453
+ ._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child7_1ha0b_75 ._Circle_1ha0b_23 {
454
+ width: 6px;
455
+ height: 6px;
456
+ }
457
+ @keyframes _rotation_1ha0b_1 {
458
+ 0% {
459
+ transform: rotate(0deg);
460
+ }
461
+ 50% {
462
+ transform: rotate(360deg);
463
+ }
464
+ 100% {
465
+ transform: rotate(720deg);
466
+ }
467
+ }
468
+ @keyframes _expander_1ha0b_1 {
469
+ 0% {
470
+ transform: scale(1);
471
+ }
472
+ 30% {
473
+ transform: scale(0);
474
+ }
475
+ 70% {
476
+ transform: scale(1.4);
477
+ }
478
+ 100% {
479
+ transform: scale(1);
480
+ }
481
+ }
482
+ ._TopLoader_1ha0b_6._Active_true_1ha0b_108 {
483
+ opacity: 1;
484
+ pointer-events: all;
485
+ }
486
+ @keyframes _ldAnm_1ha0b_1 {
487
+ 0% {
488
+ height: 20%;
489
+ }
490
+ 40% {
491
+ height: 100%;
492
+ }
493
+ 80% {
494
+ height: 20%;
495
+ }
496
+ }
497
+ ._CornerLoader_1ha0b_124 ._Wrap_1ha0b_1 {
498
+ height: 1rem;
499
+ gap: 1px;
500
+ }
501
+ ._CornerLoader_1ha0b_124 ._Wrap_1ha0b_1 > div {
502
+ box-shadow: 0 0 0 transparent inset, var(--shadow_style_1) var(--shadow_color_remark);
503
+ background-color: white;
504
+ border-radius: 4px;
505
+ width: 2px;
506
+ height: 20%;
507
+ }
508
+ ._CornerLoader_1ha0b_124._Active_true_1ha0b_108 {
509
+ opacity: 0.7;
510
+ }
511
+ ._CornerLoader_1ha0b_124._Active_true_1ha0b_108 ._Wrap_1ha0b_1 > div {
512
+ animation: 1.2s _ldAnm_1ha0b_1 ease infinite;
513
+ }
514
+ ._CornerLoader_1ha0b_124._Active_true_1ha0b_108 ._Wrap_1ha0b_1 > div._Ld1_1ha0b_141 {
515
+ animation-delay: calc(0 * 0.15s);
516
+ }
517
+ ._CornerLoader_1ha0b_124._Active_true_1ha0b_108 ._Wrap_1ha0b_1 > div._Ld2_1ha0b_144 {
518
+ animation-delay: calc(1 * 0.15s);
519
+ }
520
+ ._CornerLoader_1ha0b_124._Active_true_1ha0b_108 ._Wrap_1ha0b_1 > div._Ld3_1ha0b_147 {
521
+ animation-delay: calc(2 * 0.15s);
522
+ }
523
+ ._CornerLoader_1ha0b_124._Active_true_1ha0b_108 ._Wrap_1ha0b_1 > div._Ld4_1ha0b_150 {
524
+ animation-delay: calc(3 * 0.15s);
525
+ }
526
+ @keyframes _ldAnm_1ha0b_1 {
527
+ 0% {
528
+ height: 50%;
529
+ }
530
+ 25% {
531
+ height: 100%;
532
+ }
533
+ 50% {
534
+ height: 20%;
535
+ }
536
+ 75% {
537
+ height: 50%;
538
+ }
539
+ }
540
+ ._MiniLoader_1ha0b_168 {
541
+ transition: 0.1s;
542
+ }
543
+ ._MiniLoader_1ha0b_168._Active_false_1ha0b_171 {
544
+ display: none !important;
545
+ }
546
+ ._MiniLoader_1ha0b_168._Hide_1ha0b_174 {
547
+ display: none !important;
548
+ }
549
+ ._MiniLoader_1ha0b_168:not(._Active_1ha0b_108) {
550
+ overflow: hidden;
551
+ padding: 0 !important;
552
+ margin: 0 !important;
553
+ width: 0 !important;
554
+ height: 0 !important;
555
+ }
556
+ ._MiniLoader_1ha0b_168 > ._Core_1ha0b_184 {
557
+ animation: _spin_1ha0b_1 0.5s linear infinite;
558
+ }
559
+ ._MiniLoader_1ha0b_168 svg {
560
+ height: 100%;
561
+ position: absolute;
562
+ fill: none;
563
+ }
564
+ ._MiniLoader_1ha0b_168 ._SVG1_1ha0b_192 {
565
+ stroke-width: 9;
566
+ stroke-dasharray: 220 220;
567
+ stroke-linecap: round;
568
+ animation: _loader_1ha0b_1 1.8s infinite cubic-bezier(0.4, 0, 0.3, 1), _loading_1ha0b_1 1.4s infinite linear;
569
+ vertical-align: middle;
570
+ }
571
+ ._MiniLoader_1ha0b_168 ._SVG2_1ha0b_199 {
572
+ stroke-width: 6;
573
+ opacity: 0.2;
574
+ }
575
+ @keyframes _loader_1ha0b_1 {
576
+ from {
577
+ stroke-dashoffset: 220;
578
+ }
579
+ to {
580
+ stroke-dashoffset: -220;
581
+ }
582
+ }
583
+ @keyframes _loading_1ha0b_1 {
584
+ from {
585
+ transform: none;
586
+ }
587
+ to {
588
+ transform: rotate(360deg);
589
+ }
590
+ }
591
+
592
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_layout.module.scss */
593
+ @media (max-width: 834px) {
594
+ ._RootViewController_k39n4_2 ._Content_k39n4_2 {
595
+ min-height: calc(var(--viewHeight) - var(--topNavHeight) - var(--footerNavHeight));
596
+ }
597
+ }
598
+ ._RootViewController_k39n4_2 ._TopNav_k39n4_6 {
599
+ z-index: 5;
600
+ }
601
+ ._RootViewController_k39n4_2 ._FooterNav_k39n4_9 {
602
+ z-index: 4;
603
+ }
604
+ ._RootViewController_k39n4_2 ._Body_k39n4_12 ._SideNav_k39n4_12 {
605
+ z-index: 3;
606
+ }
607
+ ._RootViewController_k39n4_2 ._Body_k39n4_12 ._Content_k39n4_2 {
608
+ z-index: 2;
609
+ }
610
+ ._SwipeView_k39n4_19 ._Rail_k39n4_19._ShowOther_true_k39n4_19 > ._Child_k39n4_19 {
611
+ opacity: 100% !important;
612
+ }
613
+ ._SwipeView_k39n4_19 ._Rail_k39n4_19 ._Child_k39n4_19 {
614
+ opacity: 0%;
615
+ transition: 0.3s;
616
+ height: 0;
617
+ }
618
+ ._SwipeView_k39n4_19 ._Rail_k39n4_19 ._Child_k39n4_19._Display_k39n4_27 {
619
+ opacity: 100%;
620
+ height: auto;
621
+ }
622
+ ._SwipeView_k39n4_19 ._Rail_k39n4_19 ._Child_k39n4_19._LoopAdjusting_k39n4_31 {
623
+ transition: 0s !important;
624
+ }
625
+
626
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_table.module.scss */
627
+ ._Wrap_ckumi_1._RowClickable_true_ckumi_1 ._Row_ckumi_1._BodyRow_ckumi_1:not(._DataNotFound_ckumi_1) {
628
+ cursor: pointer;
629
+ }
630
+ ._Wrap_ckumi_1._RowClickable_true_ckumi_1 ._Row_ckumi_1._BodyRow_ckumi_1:not(._DataNotFound_ckumi_1):hover ._Cell_ckumi_4 {
631
+ background-color: hsl(var(--color-layer2-hsl));
632
+ }
633
+ ._Wrap_ckumi_1._RowClickable_true_ckumi_1 ._Row_ckumi_1._BodyRow_ckumi_1:not(._DataNotFound_ckumi_1):active ._Cell_ckumi_4 {
634
+ background-color: hsl(var(--color-layer3-hsl));
635
+ }
636
+ ._Wrap_ckumi_1 ._Table_ckumi_10 {
637
+ min-width: 100%;
638
+ border-collapse: separate;
639
+ border-spacing: 0px;
640
+ height: 100%;
641
+ border-radius: inherit;
642
+ }
643
+ ._Wrap_ckumi_1 ._Table_ckumi_10 ._Row_ckumi_1 {
644
+ border-radius: inherit;
645
+ }
646
+ ._TableType_drag_ckumi_21 * {
647
+ user-select: none;
648
+ -webkit-user-select: none;
649
+ }
650
+ ._TableType_drag_ckumi_21 ._DraggerOrigin_ckumi_25 ._Cell_ckumi_4 {
651
+ transition: var(--animation-time2);
652
+ background-color: hsl(var(--color-layer4-hsl));
653
+ opacity: 0.8;
654
+ pointer-events: none;
655
+ }
656
+ ._TableType_drag_ckumi_21 ._DragableButton_ckumi_31 {
657
+ cursor: grab;
658
+ }
659
+ ._TableType_drag_ckumi_21 ._DragableButton_ckumi_31:hover {
660
+ color: hsl(var(--color-theme-hsl));
661
+ }
662
+ ._TableType_drag_ckumi_21 ._DragableButton_ckumi_31:active {
663
+ color: hsl(var(--color-theme-hsl));
664
+ }
665
+ ._TableType_data_ckumi_40 ._Console_ckumi_40 {
666
+ width: 100%;
667
+ border-bottom: 1px solid var(--border-color-normal);
668
+ position: relative;
669
+ z-index: 2;
670
+ flex: none;
671
+ }
672
+ ._TableType_data_ckumi_40 ._Console_ckumi_40 + ._TableBase_ckumi_47 {
673
+ border-top-left-radius: 0;
674
+ border-top-right-radius: 0;
675
+ }
676
+ ._TableType_data_ckumi_40 ._TableBase_ckumi_47 {
677
+ border-radius: inherit;
678
+ }
679
+ ._TableType_data_ckumi_40 ._TableBase_ckumi_47 ._Table_ckumi_10 {
680
+ border-radius: inherit;
681
+ }
682
+ ._TableType_data_ckumi_40 ._TableBase_ckumi_47 ._Table_ckumi_10 ._HeadRow_ckumi_57 {
683
+ border-radius: inherit;
684
+ position: relative;
685
+ z-index: 2 !important;
686
+ min-width: 100%;
687
+ }
688
+ ._TableType_data_ckumi_40 ._TableBase_ckumi_47 ._Table_ckumi_10 ._HeadRow_ckumi_57 ._Cell_ckumi_4 ._FilterRegion_ckumi_63 {
689
+ font-size: inherit;
690
+ }
691
+ ._TableType_data_ckumi_40 ._TableBase_ckumi_47 ._Table_ckumi_10 ._HeadRow_ckumi_57 ._Cell_ckumi_4 ._FilterRegion_ckumi_63 ._Filtering_true_ckumi_66 {
692
+ border: none;
693
+ background-color: hsl(var(--color-theme-hsl)) !important;
694
+ color: #fff !important;
695
+ box-shadow: 0 0 0 transparent inset, var(--shadow_style_1) var(--shadow_color_remark);
696
+ }
697
+ ._TableType_data_ckumi_40 ._TableBase_ckumi_47 ._Table_ckumi_10 ._BodyRow_ckumi_1 {
698
+ position: relative;
699
+ z-index: 1;
700
+ }
701
+ ._Cell_ckumi_4 {
702
+ font-weight: normal;
703
+ }
704
+
705
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_effect.module.scss */
706
+ ._RippleElement_1wxnq_1 {
707
+ transition: var(--animation-time1);
708
+ position: relative;
709
+ -webkit-user-select: none;
710
+ user-select: none;
711
+ }
712
+ ._RippleElement_1wxnq_1._Color_cloud_1wxnq_7 ._RippleWrap_1wxnq_7 ._Wave_1wxnq_7 {
713
+ background-color: rgba(var(--color-dark-rgb), 0.25) !important;
714
+ }
715
+ ._RippleElement_1wxnq_1._Color_theme_1wxnq_10 ._RippleWrap_1wxnq_7 ._Wave_1wxnq_7 {
716
+ background-color: hsl(var(--cH), calc(var(--cS) * 1.2), calc(var(--cL) * 1.25)) !important;
717
+ opacity: 0.4;
718
+ }
719
+ ._RippleWrap_1wxnq_7 {
720
+ position: absolute !important;
721
+ z-index: 100 !important;
722
+ top: 0;
723
+ left: 0;
724
+ bottom: 0;
725
+ right: 0;
726
+ overflow: hidden;
727
+ border-radius: inherit;
728
+ pointer-events: none !important;
729
+ }
730
+ ._RippleWrap_1wxnq_7 ._Wave_1wxnq_7 {
731
+ position: absolute;
732
+ overflow: hidden;
733
+ top: 0;
734
+ left: 0;
735
+ width: 0;
736
+ height: 0;
737
+ border-radius: 50%;
738
+ transform: translate(-50%, -50%);
739
+ transition: 1s;
740
+ transition-timing-function: var(--animation-style1);
741
+ background-color: rgba(255, 255, 255, 0.75);
742
+ }
743
+ ._PuddingEffect_1wxnq_39 {
744
+ animation: _pdAnm_1wxnq_1 0.5s ease;
745
+ position: relative;
746
+ }
747
+ @keyframes _pdAnm_1wxnq_1 {
748
+ 0% {
749
+ transform: scale3d(1, 1, 1);
750
+ }
751
+ 10% {
752
+ transform: scale3d(1.1, 0.75, 1);
753
+ }
754
+ 20% {
755
+ transform: scale3d(0.85, 1.15, 1);
756
+ }
757
+ 30% {
758
+ transform: scale3d(1.05, 0.85, 1);
759
+ }
760
+ 45% {
761
+ transform: scale3d(0.95, 1.05, 1);
762
+ }
763
+ 75% {
764
+ transform: scale3d(1.02, 0.95, 1);
765
+ }
766
+ 100% {
767
+ transform: scale3d(1, 1, 1);
768
+ }
769
+ }
770
+ .eff_expand:active {
771
+ transition: var(--animation-time1);
772
+ transform: scale(1.05);
773
+ }
774
+ .eff_shrink:active {
775
+ transition: var(--animation-time1);
776
+ transform: scale(0.97);
777
+ }
778
+ .eff_push:active {
779
+ box-shadow:
780
+ 0 0 0 transparent inset,
781
+ var(--shadow_style_1) var(--shadow_color_remark) inset,
782
+ 0 0 0 transparent !important;
783
+ }
784
+ .eff_push:focus {
785
+ box-shadow:
786
+ 0 0 0 transparent inset,
787
+ 0 0 0 transparent inset,
788
+ var(--shadow_style_3) var(--shadow_color_remark);
789
+ }
790
+
791
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_cropper.module.scss */
792
+ ._Wrap_58pz3_1 {
793
+ vertical-align: bottom;
794
+ }
795
+ ._Wrap_58pz3_1._Use_profile_58pz3_4 {
796
+ max-width: calc(var(--grid-unit) * 38);
797
+ }
798
+ ._Wrap_58pz3_1._Use_head_58pz3_7 {
799
+ max-width: calc(var(--grid-unit) * 72);
800
+ }
801
+ ._Canvas_58pz3_11 {
802
+ width: 100%;
803
+ cursor: move;
804
+ overflow: hidden;
805
+ vertical-align: middle;
806
+ }
807
+ ._Preview_58pz3_18 {
808
+ display: none;
809
+ }
810
+ ._ToneBall_58pz3_22 {
811
+ position: relative;
812
+ width: calc(var(--grid-unit) * 3 / 2);
813
+ height: calc(var(--grid-unit) * 3 / 2);
814
+ border-radius: 50%;
815
+ background-color: gray;
816
+ }
817
+ ._ToneBall_1_58pz3_29 {
818
+ background-color: rgb(255, 165, 0);
819
+ }
820
+ ._ToneBall_2_58pz3_32 {
821
+ background-color: rgb(150, 150, 255);
822
+ }
823
+ ._ToneBall_3_58pz3_35 {
824
+ background-color: rgb(240, 200, 145);
825
+ }
826
+ ._ToneBall_4_58pz3_38 {
827
+ background-color: rgb(0, 255, 255);
828
+ }
829
+ ._ToneBall_5_58pz3_41 {
830
+ background-color: rgb(255, 0, 255);
831
+ }
832
+ ._ToneBall_6_58pz3_44 {
833
+ background-color: rgb(255, 255, 0);
834
+ }
835
+ ._ToneBall_7_58pz3_47 {
836
+ background-color: rgb(40, 158, 169);
837
+ }
838
+ ._ToneBall_8_58pz3_50 {
839
+ background-color: rgb(90, 112, 162);
840
+ }
841
+ ._ToneBall_9_58pz3_53 {
842
+ background-color: rgb(50, 192, 87);
843
+ }
844
+ ._ToneBall_10_58pz3_56 {
845
+ background-color: rgb(246, 20, 140);
846
+ }
847
+
848
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_button.module.scss */
849
+ ._Wrap_2p2fg_1 {
850
+ text-decoration: none;
851
+ vertical-align: bottom;
852
+ position: relative;
853
+ user-select: none;
854
+ -webkit-user-select: none;
855
+ }
856
+ ._Wrap_2p2fg_1 > * {
857
+ position: relative;
858
+ z-index: 2;
859
+ pointer-events: none;
860
+ }
861
+ ._Wrap_2p2fg_1[disabled] {
862
+ pointer-events: none;
863
+ }
864
+ ._Wrap_2p2fg_1._isLocked_true_2p2fg_16 {
865
+ background-color: hsl(var(--color-layer4-hsl)) !important;
866
+ box-shadow: none !important;
867
+ }
868
+ ._Tone_Sub_Color_theme_2p2fg_21,
869
+ ._Tone_Clear_Color_theme_2p2fg_21 {
870
+ background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
871
+ }
872
+ ._Tone_Sub_Color_posi_2p2fg_24,
873
+ ._Tone_Clear_Color_posi_2p2fg_24 {
874
+ background-color: rgba(var(--color-positive-rgb), 0.075);
875
+ }
876
+ ._Tone_Sub_Color_nega_2p2fg_27,
877
+ ._Tone_Clear_Color_nega_2p2fg_27 {
878
+ background-color: rgba(var(--color-negative-rgb), 0.075);
879
+ }
880
+ ._Tone_Sub_Color_warn_2p2fg_30,
881
+ ._Tone_Clear_Color_warn_2p2fg_30 {
882
+ background-color: rgba(var(--color-warning-rgb), 0.075);
883
+ }
884
+ ._Tone_Sub_Color_white_2p2fg_33,
885
+ ._Tone_Clear_Color_white_2p2fg_33 {
886
+ background-color: rgba(255, 255, 255, 0.15);
887
+ }
888
+ ._Tone_Sub_Color_cloud_2p2fg_36,
889
+ ._Tone_Clear_Color_cloud_2p2fg_36 {
890
+ background-color: rgba(var(--color-cloud-rgb), 0.7);
891
+ }
892
+ ._Tone_Sub_Color_layer_2p2fg_39,
893
+ ._Tone_Clear_Color_layer_2p2fg_39 {
894
+ background-color: hsla(var(--color-layer5-hsl), 0.3);
895
+ }
896
+ ._isNeutral_true_2p2fg_43._Tone_Clear_2p2fg_21:not(:hover):not(:focus) {
897
+ background-color: transparent;
898
+ }
899
+ ._isNeutral_true_2p2fg_43._Tone_BorderToFill_2p2fg_46:not(:hover):not(:focus) {
900
+ background-color: transparent !important;
901
+ }
902
+ ._isNeutral_true_2p2fg_43._Tone_FillToBorder_2p2fg_49:not(:hover):not(:focus) {
903
+ color: white !important;
904
+ }
905
+ ._isNeutral_true_2p2fg_43._Tone_FillToBorder_Color_white_2p2fg_52:not(:hover):not(:focus),
906
+ ._isNeutral_true_2p2fg_43._Tone_FillToBorder_Color_cloud_2p2fg_52:not(:hover):not(:focus) {
907
+ color: #000 !important;
908
+ }
909
+ ._isNeutral_true_2p2fg_43:hover._Tone_Link_2p2fg_55,
910
+ ._isNeutral_true_2p2fg_43:focus._Tone_Link_2p2fg_55 {
911
+ color: hsl(var(--color-theme-hsl));
912
+ text-decoration: underline !important;
913
+ }
914
+ ._isNeutral_true_2p2fg_43:hover._Tone_Link_2p2fg_55 *,
915
+ ._isNeutral_true_2p2fg_43:focus._Tone_Link_2p2fg_55 * {
916
+ text-decoration: underline !important;
917
+ }
918
+ ._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_plain_2p2fg_62,
919
+ ._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_plain_2p2fg_62 {
920
+ background-color: hsl(var(--color-layer3-hsl));
921
+ color: rgb(var(--font-color2-rgb));
922
+ }
923
+ ._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_theme_2p2fg_66,
924
+ ._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_theme_2p2fg_66 {
925
+ background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
926
+ color: hsl(var(--color-theme-hsl));
927
+ }
928
+ ._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_posi_2p2fg_70,
929
+ ._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_posi_2p2fg_70 {
930
+ background-color: rgba(var(--color-positive-rgb), 0.1);
931
+ color: rgba(var(--color-positive-rgb), 1);
932
+ }
933
+ ._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_nega_2p2fg_74,
934
+ ._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_nega_2p2fg_74 {
935
+ background-color: rgba(var(--color-negative-rgb), 0.1);
936
+ color: rgba(var(--color-negative-rgb), 1);
937
+ }
938
+ ._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_warn_2p2fg_78,
939
+ ._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_warn_2p2fg_78 {
940
+ background-color: rgba(var(--color-warning-rgb), 0.1);
941
+ color: rgba(var(--color-warning-rgb), 1);
942
+ }
943
+ ._isNeutral_true_2p2fg_43:hover._Tone_Border_2p2fg_46,
944
+ ._isNeutral_true_2p2fg_43:focus._Tone_Border_2p2fg_46 {
945
+ background-color: rgba(var(--color-cloud-rgb), 1);
946
+ }
947
+ ._isNeutral_true_2p2fg_43:hover._Tone_Prime_2p2fg_85,
948
+ ._isNeutral_true_2p2fg_43:focus._Tone_Prime_2p2fg_85 {
949
+ opacity: 0.85;
950
+ }
951
+ ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_theme_2p2fg_21,
952
+ ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_theme_2p2fg_21,
953
+ ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_theme_2p2fg_21,
954
+ ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_theme_2p2fg_21 {
955
+ background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
956
+ color: hsl(var(--color-theme-hsl));
957
+ }
958
+ ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_posi_2p2fg_24,
959
+ ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_posi_2p2fg_24,
960
+ ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_posi_2p2fg_24,
961
+ ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_posi_2p2fg_24 {
962
+ background-color: rgba(var(--color-positive-rgb), 0.125);
963
+ color: rgba(var(--color-positive-rgb), 1);
964
+ }
965
+ ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_nega_2p2fg_27,
966
+ ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_nega_2p2fg_27,
967
+ ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_nega_2p2fg_27,
968
+ ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_nega_2p2fg_27 {
969
+ background-color: rgba(var(--color-negative-rgb), 0.125);
970
+ color: rgba(var(--color-negative-rgb), 1);
971
+ }
972
+ ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_warn_2p2fg_30,
973
+ ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_warn_2p2fg_30,
974
+ ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_warn_2p2fg_30,
975
+ ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_warn_2p2fg_30 {
976
+ background-color: rgba(var(--color-warning-rgb), 0.125);
977
+ color: rgba(var(--color-warning-rgb), 1);
978
+ }
979
+ ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_white_2p2fg_33,
980
+ ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_white_2p2fg_33,
981
+ ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_white_2p2fg_33,
982
+ ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_white_2p2fg_33 {
983
+ background-color: rgba(255, 255, 255, 0.25);
984
+ color: white;
985
+ }
986
+ ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_cloud_2p2fg_36,
987
+ ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_cloud_2p2fg_36,
988
+ ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_cloud_2p2fg_36,
989
+ ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_cloud_2p2fg_36 {
990
+ background-color: rgba(var(--color-cloud-rgb), 1);
991
+ }
992
+ ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_layer_2p2fg_39,
993
+ ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_layer_2p2fg_39,
994
+ ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_layer_2p2fg_39,
995
+ ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_layer_2p2fg_39 {
996
+ background-color: hsla(var(--color-layer5-hsl), 0.5);
997
+ }
998
+ ._isNeutral_true_2p2fg_43:hover._Tone_FillToBorder_2p2fg_49,
999
+ ._isNeutral_true_2p2fg_43:focus._Tone_FillToBorder_2p2fg_49 {
1000
+ background-color: transparent;
1001
+ }
1002
+ ._isNeutral_true_2p2fg_43:hover._Tone_BorderToFill_2p2fg_46,
1003
+ ._isNeutral_true_2p2fg_43:focus._Tone_BorderToFill_2p2fg_46 {
1004
+ color: white;
1005
+ }
1006
+ ._isNeutral_true_2p2fg_43:hover._Tone_BorderToFill_Color_white_2p2fg_120,
1007
+ ._isNeutral_true_2p2fg_43:hover._Tone_BorderToFill_Color_cloud_2p2fg_120,
1008
+ ._isNeutral_true_2p2fg_43:focus._Tone_BorderToFill_Color_white_2p2fg_120,
1009
+ ._isNeutral_true_2p2fg_43:focus._Tone_BorderToFill_Color_cloud_2p2fg_120 {
1010
+ background-color: white;
1011
+ color: black;
1012
+ }
1013
+
1014
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input.module.scss */
1015
+ ._Wrapper_m8cj1_1 textarea {
1016
+ display: block;
1017
+ width: 100%;
1018
+ min-height: calc(var(--grid-unit) * 4);
1019
+ resize: vertical;
1020
+ transition-property:
1021
+ border,
1022
+ box-shadow,
1023
+ background-color !important;
1024
+ }
1025
+ ._Wrapper_m8cj1_1 input,
1026
+ ._Wrapper_m8cj1_1 select,
1027
+ ._Wrapper_m8cj1_1 textarea {
1028
+ display: inline-block;
1029
+ }
1030
+ ._Wrapper_m8cj1_1 input[disabled],
1031
+ ._Wrapper_m8cj1_1 select[disabled],
1032
+ ._Wrapper_m8cj1_1 textarea[disabled] {
1033
+ box-shadow: none !important;
1034
+ background-color: hsl(var(--color-layer3-hsl)) !important;
1035
+ color: rgb(var(--font-color5-rgb)) !important;
1036
+ filter: grayscale(50%);
1037
+ cursor: not-allowed !important;
1038
+ }
1039
+ ._Wrapper_m8cj1_1 input,
1040
+ ._Wrapper_m8cj1_1 textarea {
1041
+ cursor: text;
1042
+ }
1043
+ ._Wrapper_m8cj1_1 input::placeholder,
1044
+ ._Wrapper_m8cj1_1 textarea::placeholder {
1045
+ font-family: inherit;
1046
+ color: rgb(var(--font-color4-rgb));
1047
+ }
1048
+ ._Wrapper_m8cj1_1 input {
1049
+ min-width: 0;
1050
+ display: block;
1051
+ }
1052
+ ._Wrapper_m8cj1_1 input[type=text],
1053
+ ._Wrapper_m8cj1_1 input[type=number] {
1054
+ width: 100%;
1055
+ }
1056
+ ._Wrapper_m8cj1_1 input[type=number]::-webkit-inner-spin-button,
1057
+ ._Wrapper_m8cj1_1 input[type=number]::-webkit-outer-spin-button {
1058
+ -webkit-appearance: none;
1059
+ }
1060
+ ._Wrapper_m8cj1_1 input[type=radio],
1061
+ ._Wrapper_m8cj1_1 input[type=checkbox],
1062
+ ._Wrapper_m8cj1_1 input[type=file] {
1063
+ opacity: 0;
1064
+ width: 0;
1065
+ height: 0;
1066
+ overflow: hidden;
1067
+ position: absolute;
1068
+ appearance: none;
1069
+ }
1070
+ ._Wrapper_m8cj1_1 input:-webkit-autofill {
1071
+ box-shadow: 0 0 0 100rem hsl(var(--color-layer3-hsl)) inset !important;
1072
+ -webkit-text-fill-color: rgb(var(--font-color3-rgb));
1073
+ }
1074
+ ._Input_m8cj1_48 {
1075
+ outline: none !important;
1076
+ }
1077
+ ._Input_m8cj1_48:focus,
1078
+ ._Input_m8cj1_48:active {
1079
+ z-index: 1;
1080
+ background-color: hsl(var(--color-layer1-hsl));
1081
+ }
1082
+ ._Input_m8cj1_48:focus {
1083
+ border-color: hsl(var(--color-theme-hsl)) !important;
1084
+ box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
1085
+ }
1086
+ ._Input_m8cj1_48:active {
1087
+ box-shadow: 0 0 0 transparent inset, 0 0 0 transparent;
1088
+ transition: var(--animation-time3);
1089
+ }
1090
+ ._Input_m8cj1_48._InputCover_m8cj1_63:focus-within {
1091
+ z-index: 1;
1092
+ background-color: hsl(var(--color-layer1-hsl));
1093
+ }
1094
+ ._Input_m8cj1_48._InputCover_m8cj1_63:focus-within {
1095
+ border-color: hsl(var(--color-theme-hsl)) !important;
1096
+ box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
1097
+ }
1098
+ @keyframes _ShowCell_m8cj1_1 {
1099
+ 100% {
1100
+ opacity: 1;
1101
+ transform: scale(1);
1102
+ }
1103
+ }
1104
+ ._DigitCharacterCell_m8cj1_78._Combined_m8cj1_78:not(:first-child):not(:last-child) {
1105
+ border-radius: 0 !important;
1106
+ }
1107
+ ._DigitCharacterCell_m8cj1_78._Combined_m8cj1_78:first-child {
1108
+ border-top-right-radius: 0 !important;
1109
+ border-bottom-right-radius: 0 !important;
1110
+ }
1111
+ ._DigitCharacterCell_m8cj1_78._Combined_m8cj1_78:last-child {
1112
+ border-top-left-radius: 0 !important;
1113
+ border-bottom-left-radius: 0 !important;
1114
+ }
1115
+
1116
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_chips.module.scss */
1117
+ ._SelectorWrapper_vfpyx_1 {
1118
+ overflow: auto;
1119
+ }
1120
+ ._SelectorWrapper_vfpyx_1::-webkit-scrollbar,
1121
+ ._SelectorWrapper_vfpyx_1::-webkit-scrollbar-track {
1122
+ width: calc(var(--grid-unit) * 2 / 3) !important;
1123
+ height: calc(var(--grid-unit) * 2 / 3) !important;
1124
+ background-color: hsl(var(--color-layer3-hsl));
1125
+ }
1126
+ ._SelectorWrapper_vfpyx_1::-webkit-scrollbar-thumb {
1127
+ width: calc(var(--grid-unit) * 2 / 3) !important;
1128
+ height: calc(var(--grid-unit) * 2 / 3) !important;
1129
+ background-color: hsla(var(--color-theme-hsl), 0.75) !important;
1130
+ }
1131
+
1132
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_filer.module.scss */
1133
+ ._Input_1g1ty_1:focus + ._List_1g1ty_1 ._AddButton_1g1ty_1 {
1134
+ background-color: hsl(var(--color-layer3-hsl));
1135
+ }
1136
+ ._FileName_1g1ty_5 {
1137
+ word-break: break-all;
1138
+ }
1139
+ ._AddButton_1g1ty_1 {
1140
+ transition: var(--animation-time2);
1141
+ }
1142
+ ._AddButton_1g1ty_1 > * {
1143
+ pointer-events: none;
1144
+ }
1145
+ ._AddButton_1g1ty_1:hover {
1146
+ background-color: hsl(var(--color-layer3-hsl));
1147
+ }
1148
+ ._AddButton_1g1ty_1._Draggable_1g1ty_18 {
1149
+ background-color: hsl(var(--color-layer3-hsl));
1150
+ }
1151
+ ._AddButton_1g1ty_1._Draggable_1g1ty_18 ._AddIcon_1g1ty_21 {
1152
+ animation: 1s infinite _IconAnimation_1g1ty_1;
1153
+ }
1154
+ @keyframes _IconAnimation_1g1ty_1 {
1155
+ 0% {
1156
+ box-shadow: 0 0 0 0 hsl(var(--color-theme-hsl));
1157
+ }
1158
+ 100% {
1159
+ box-shadow: 0 0 0 1rem hsla(var(--color-theme-hsl), 0);
1160
+ }
1161
+ }
1162
+
1163
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_list.module.scss */
1164
+ ._CellBase_1bm9l_1._HideInput_true_1bm9l_1 ._Input_1bm9l_1 {
1165
+ display: none;
1166
+ }
1167
+ ._Input_1bm9l_1:checked + ._Label_1bm9l_5 ._Icon_1bm9l_5 {
1168
+ border-color: transparent;
1169
+ }
1170
+ ._Input_1bm9l_1:checked + ._Label_1bm9l_5 ._Icon_1bm9l_5:after,
1171
+ ._Input_1bm9l_1:checked + ._Label_1bm9l_5 ._Icon_1bm9l_5 > * {
1172
+ transform: scale(1) !important;
1173
+ opacity: 1 !important;
1174
+ }
1175
+ ._Input_1bm9l_1._defaultActiveStyling_true_1bm9l_12:checked:focus + ._Label_1bm9l_5 {
1176
+ opacity: 1 !important;
1177
+ box-shadow:
1178
+ 0 0 0 transparent inset,
1179
+ 0 0 0 1px hsla(var(--color-theme-hsl), var(--color-theme-opacity-middle)),
1180
+ 0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low)) !important;
1181
+ }
1182
+ ._Input_1bm9l_1._defaultActiveStyling_true_1bm9l_12:focus + ._Label_1bm9l_5 {
1183
+ box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsl(var(--color-layer3-hsl)) !important;
1184
+ }
1185
+ ._Input_1bm9l_1._defaultActiveStyling_true_1bm9l_12:active + ._Label_1bm9l_5 {
1186
+ opacity: 1 !important;
1187
+ }
1188
+ ._Label_1bm9l_5 {
1189
+ -webkit-user-select: none;
1190
+ user-select: none;
1191
+ }
1192
+ ._Label_1bm9l_5 * {
1193
+ pointer-events: none;
1194
+ }
1195
+ ._Label_1bm9l_5._defaultActiveStyling_true_1bm9l_12:hover {
1196
+ opacity: 0.6;
1197
+ }
1198
+ ._Icon_1bm9l_5 {
1199
+ width: 20px;
1200
+ height: 20px;
1201
+ }
1202
+ ._Icon_1bm9l_5._CheckboxIcon_1bm9l_38:after {
1203
+ background-color: hsl(var(--color-theme-hsl));
1204
+ }
1205
+ ._Icon_1bm9l_5._CheckboxIcon_1bm9l_38 ._I_1bm9l_1 {
1206
+ transform: scale(0.3);
1207
+ }
1208
+ ._Icon_1bm9l_5:before,
1209
+ ._Icon_1bm9l_5:after {
1210
+ content: "";
1211
+ position: absolute;
1212
+ opacity: 0;
1213
+ transition: var(--animation-time2);
1214
+ }
1215
+ ._Icon_1bm9l_5:before {
1216
+ width: 100%;
1217
+ height: 100%;
1218
+ border-radius: inherit;
1219
+ opacity: 1;
1220
+ transition: 0s;
1221
+ transition-timing-function: var(--animation-style1);
1222
+ }
1223
+ ._Icon_1bm9l_5:after {
1224
+ top: 0;
1225
+ left: 0;
1226
+ width: 100%;
1227
+ height: 100%;
1228
+ transform: scale(0.3);
1229
+ border-radius: inherit;
1230
+ background-color: hsl(var(--color-layer1-hsl));
1231
+ border: 5.5px solid hsl(var(--color-theme-hsl));
1232
+ box-shadow:
1233
+ 0 0 0 transparent inset,
1234
+ 0 0 0 transparent inset,
1235
+ var(--shadow_style_0) var(--shadow_color_normal);
1236
+ background-color: white;
1237
+ }
1238
+
1239
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_richSelect.module.scss */
1240
+ ._Select_11niy_1 {
1241
+ cursor: pointer;
1242
+ position: absolute;
1243
+ top: 0;
1244
+ left: 0;
1245
+ right: 0;
1246
+ bottom: 0;
1247
+ opacity: 0;
1248
+ }
1249
+ ._SelectLegend_11niy_11 * {
1250
+ pointer-events: none;
1251
+ }
1252
+
1253
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_switch.module.scss */
1254
+ ._Input_lskuu_1 {
1255
+ position: absolute;
1256
+ height: 0;
1257
+ width: 0;
1258
+ overflow: hidden;
1259
+ }
1260
+ ._Input_lskuu_1:checked + ._Label_lskuu_7 ._Dot_lskuu_7 {
1261
+ left: calc(100% - var(--grid-unit) * 2.5) !important;
1262
+ }
1263
+ ._Input_lskuu_1:focus + ._Label_lskuu_7 {
1264
+ box-shadow: 0 0 0 calc(var(--grid-unit) * 1 / 3) hsl(var(--color-layer3-hsl));
1265
+ }
1266
+ ._Input_lskuu_1[disabled] + ._Label_lskuu_7 {
1267
+ opacity: 0.4;
1268
+ }
1269
+
1270
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_select.module.scss */
1271
+ ._Select_2ujbp_1 {
1272
+ cursor: pointer;
1273
+ position: absolute;
1274
+ top: 0;
1275
+ left: 0;
1276
+ right: 0;
1277
+ bottom: 0;
1278
+ opacity: 0;
1279
+ }
1280
+
1281
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_slider.module.scss */
1282
+ ._Label_qfhyi_1:before {
1283
+ content: "";
1284
+ position: absolute;
1285
+ top: calc(-1 * var(--grid-unit) * 3 / 2 / 2);
1286
+ height: calc(var(--grid-unit) * 3 / 2 / 2);
1287
+ left: 50%;
1288
+ width: 1px;
1289
+ transform: translateX(-50%);
1290
+ background-color: rgb(var(--font-color4-rgb));
1291
+ }
1292
+ ._Label_qfhyi_1:not(:first-child):not(:last-child) {
1293
+ opacity: 0;
1294
+ }
1295
+ ._Label_qfhyi_1:first-child,
1296
+ ._Label_qfhyi_1:last-child {
1297
+ opacity: 0.6;
1298
+ }
1299
+ ._Wrap_qfhyi_18:hover ._Rail_qfhyi_18 ._Bar_qfhyi_18 {
1300
+ background-color: hsl(var(--color-layer5-hsl));
1301
+ }
1302
+ ._Wrap_qfhyi_18:hover ._Rail_qfhyi_18 ._Bar_qfhyi_18 ._BarColor_qfhyi_21 {
1303
+ opacity: 1 !important;
1304
+ }
1305
+ ._Wrap_qfhyi_18:hover ._Rail_qfhyi_18 + ._Labels_qfhyi_24 ._Label_qfhyi_1 {
1306
+ opacity: 0.75;
1307
+ }
1308
+ ._Wrap_qfhyi_18._ShowLegendsAlways_true_qfhyi_27 ._Label_qfhyi_1 {
1309
+ opacity: 1;
1310
+ }
1311
+ ._Wrap_qfhyi_18 ._Rail_qfhyi_18 {
1312
+ user-select: none;
1313
+ -webkit-user-select: none;
1314
+ }
1315
+ ._Wrap_qfhyi_18 ._Rail_qfhyi_18 * {
1316
+ user-select: none;
1317
+ -webkit-user-select: none;
1318
+ }
1319
+ ._Wrap_qfhyi_18 ._Rail_qfhyi_18 ._Ball_qfhyi_38 {
1320
+ transition: box-shadow var(--animation-time2), left 0.1s;
1321
+ }
1322
+ ._Wrap_qfhyi_18 ._Rail_qfhyi_18 ._Ball_qfhyi_38:focus {
1323
+ box-shadow: 0 0 0 calc(var(--grid-unit) * 2 / 3) hsla(var(--color-layer5-hsl), 0.4);
1324
+ }
1325
+ ._Wrap_qfhyi_18 ._Rail_qfhyi_18 ._Ball_qfhyi_38:before {
1326
+ position: absolute;
1327
+ content: "";
1328
+ top: 0;
1329
+ left: 0;
1330
+ right: 0;
1331
+ bottom: 0;
1332
+ border-radius: 100rem;
1333
+ box-shadow: 0 0 0 transparent inset, var(--shadow_style_0) var(--shadow_color_normal);
1334
+ }
1335
+ ._Wrap_qfhyi_18 ._Rail_qfhyi_18:active ._Ball_qfhyi_38 {
1336
+ box-shadow: 0 0 0 calc(var(--grid-unit) * 2 / 3) hsla(var(--color-layer5-hsl), 0.4);
1337
+ }
1338
+ ._Wrap_qfhyi_18 ._Rail_qfhyi_18:active + ._Labels_qfhyi_24 ._Label_qfhyi_1 {
1339
+ opacity: 1;
1340
+ }
1341
+
1342
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_time.module.scss */
1343
+ ._Header_1rlyc_1 {
1344
+ position: sticky;
1345
+ top: 0;
1346
+ z-index: 2;
1347
+ background-color: hsl(var(--color-layer1-hsl));
1348
+ }
1349
+ ._Body_1rlyc_8 {
1350
+ position: relative;
1351
+ z-index: 1;
1352
+ }
1353
+ ._Footer_1rlyc_13 {
1354
+ position: sticky;
1355
+ bottom: 0;
1356
+ z-index: 2;
1357
+ background-color: hsl(var(--color-layer1-hsl));
1358
+ }
1359
+ ._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 {
1360
+ width: calc(var(--grid-unit) * 4);
1361
+ height: calc(var(--grid-unit) * 4);
1362
+ }
1363
+ ._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 ._Needle_1rlyc_24 {
1364
+ transform-origin: bottom;
1365
+ transition: 0.4s;
1366
+ left: calc(50% - 0.5px);
1367
+ border-radius: 2px;
1368
+ box-shadow: 0 0 0 0.5px hsl(var(--color-theme-hsl));
1369
+ }
1370
+ ._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 ._Needle_1rlyc_24._hour_1rlyc_31 {
1371
+ top: calc(var(--grid-unit) * 4 * 0.25);
1372
+ height: calc(50% - var(--grid-unit) * 4 * 0.25);
1373
+ z-index: 1;
1374
+ }
1375
+ ._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 ._Needle_1rlyc_24._minute_1rlyc_36 {
1376
+ top: calc(var(--grid-unit) * 4 * 0.15);
1377
+ height: calc(50% - var(--grid-unit) * 4 * 0.15);
1378
+ z-index: 2;
1379
+ }
1380
+ ._DateBase_1rlyc_42 ._LeftButton_1rlyc_42:active {
1381
+ right: calc(var(--grid-unit) * 1 / 3) !important;
1382
+ }
1383
+ ._DateBase_1rlyc_42 ._RightButton_1rlyc_45:active {
1384
+ left: calc(var(--grid-unit) * 1 / 3) !important;
1385
+ }
1386
+ ._MonthBase_1rlyc_49 ._LeftButton_1rlyc_42:active {
1387
+ right: calc(var(--grid-unit) * 1 / 3) !important;
1388
+ }
1389
+ ._MonthBase_1rlyc_49 ._RightButton_1rlyc_45:active {
1390
+ left: calc(var(--grid-unit) * 1 / 3) !important;
1391
+ }
1392
+ ._MonthBase_1rlyc_49 ._Cell_1rlyc_55._isThisMonth_1rlyc_55 {
1393
+ color: #fff !important;
1394
+ background-color: rgba(var(--color-warning-rgb), 1) !important;
1395
+ box-shadow: 0 0 0 transparent inset, var(--shadow_style_1) var(--shadow_color_remark);
1396
+ }
1397
+ ._miniYearInput_1rlyc_61 {
1398
+ width: 4em !important;
1399
+ text-align: center;
1400
+ }
1401
+ ._CalendarDay_1rlyc_66._isToday_true_1rlyc_66 {
1402
+ color: white !important;
1403
+ background-color: rgba(var(--color-warning-rgb), 1) !important;
1404
+ font-weight: bold;
1405
+ }
1406
+
1407
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_autoHeightText.module.scss */
1408
+ ._Origin_vvhgd_1 {
1409
+ transition:
1410
+ box-shadow var(--animation-time1),
1411
+ border-color var(--animation-time1),
1412
+ border-radius var(--animation-time1),
1413
+ padding var(--animation-time1) !important;
1414
+ }
1415
+ ._Shallow_vvhgd_5 {
1416
+ transition:
1417
+ box-shadow var(--animation-time1),
1418
+ border-color var(--animation-time1),
1419
+ border-radius var(--animation-time1),
1420
+ padding var(--animation-time1) !important;
1421
+ }
1422
+
1423
+ /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_segmented.module.scss */
1424
+ ._Label_1516t_1 {
1425
+ user-select: none;
1426
+ -webkit-user-select: none;
1427
+ flex: auto;
1428
+ }
1429
+ ._Label_1516t_1._Tone_Auto_1516t_6:before,
1430
+ ._Label_1516t_1._Tone_Cloud_1516t_6:before,
1431
+ ._Label_1516t_1._Tone_ThemeCloud_1516t_6:before,
1432
+ ._Label_1516t_1._Tone_WhiteCloud_1516t_6:before {
1433
+ transform: scale(0.4);
1434
+ position: absolute;
1435
+ content: "";
1436
+ top: 0;
1437
+ left: 0;
1438
+ right: 0;
1439
+ bottom: 0;
1440
+ background-color: hsl(var(--color-theme-hsl));
1441
+ opacity: 0;
1442
+ border-radius: inherit;
1443
+ box-shadow: 0 0 0 transparent inset, var(--shadow_style_0) var(--shadow_color_normal);
1444
+ transition: var(--animation-time2);
1445
+ }
1446
+ ._Label_1516t_1._Tone_Auto_1516t_6._Checked_1516t_20:before,
1447
+ ._Label_1516t_1._Tone_Cloud_1516t_6._Checked_1516t_20:before,
1448
+ ._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20:before,
1449
+ ._Label_1516t_1._Tone_WhiteCloud_1516t_6._Checked_1516t_20:before {
1450
+ transform: scale(1);
1451
+ opacity: 1;
1452
+ }
1453
+ ._Label_1516t_1._Tone_WhiteCloud_1516t_6:before {
1454
+ background-color: hsl(var(--color-layer1-hsl));
1455
+ }
1456
+ ._Label_1516t_1._Tone_WhiteCloud_1516t_6._Checked_1516t_20 {
1457
+ background-color: hsl(var(--color-layer1-hsl)) !important;
1458
+ }
1459
+ ._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20 {
1460
+ background-color: hsl(var(--color-theme-hsl));
1461
+ }
1462
+ ._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20:focus,
1463
+ ._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20:active {
1464
+ background-color: hsl(var(--color-theme-hsl)) !important;
1465
+ }
1466
+ ._Label_1516t_1._Tone_ThemeBorder_1516t_36._Checked_1516t_20 {
1467
+ background-color: hsl(var(--color-theme-hsl));
1468
+ }
1469
+ ._Label_1516t_1._Tone_ThemeBorder_1516t_36._Checked_1516t_20:focus,
1470
+ ._Label_1516t_1._Tone_ThemeBorder_1516t_36._Checked_1516t_20:active {
1471
+ background-color: hsl(var(--color-theme-hsl)) !important;
1472
+ }
1473
+ ._Label_1516t_1._Tone_BottomLine_1516t_42:after {
1474
+ content: "";
1475
+ position: absolute;
1476
+ bottom: 0;
1477
+ left: 0;
1478
+ right: 0;
1479
+ height: calc(var(--grid-unit) * 1 / 3);
1480
+ background-color: hsl(var(--color-theme-hsl));
1481
+ opacity: 0;
1482
+ border-radius: 100rem;
1483
+ transition: var(--animation-time2);
1484
+ }
1485
+ ._Label_1516t_1._Tone_BottomLine_1516t_42:hover,
1486
+ ._Label_1516t_1._Tone_BottomLine_1516t_42:focus {
1487
+ background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
1488
+ color: hsl(var(--color-theme-hsl));
1489
+ }
1490
+ ._Label_1516t_1._Tone_BottomLine_1516t_42:hover:after,
1491
+ ._Label_1516t_1._Tone_BottomLine_1516t_42:focus:after {
1492
+ opacity: 0.2;
1493
+ }
1494
+ ._Label_1516t_1._Tone_BottomLine_1516t_42:active {
1495
+ background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
1496
+ }
1497
+ ._Label_1516t_1._Tone_BottomLine_1516t_42:active:after {
1498
+ opacity: 0.4;
1499
+ }
1500
+ ._Label_1516t_1._Tone_BottomLine_1516t_42._Checked_1516t_20:after {
1501
+ opacity: 1;
1502
+ }