amotify 0.2.2 → 0.2.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.
@@ -1,1399 +1 @@
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_11vvw_1 {
377
- z-index: 10;
378
- position: absolute;
379
- }
380
- @keyframes _ldAnm_11vvw_1 {
381
- 0% {
382
- height: 20%;
383
- }
384
- 40% {
385
- height: 100%;
386
- }
387
- 80% {
388
- height: 20%;
389
- }
390
- }
391
- ._CornerLoader_11vvw_17 ._Wrap_11vvw_1 {
392
- height: 1rem;
393
- gap: 1px;
394
- }
395
- ._CornerLoader_11vvw_17 ._Wrap_11vvw_1 > div {
396
- box-shadow: 0 0 0 transparent inset, var(--shadow_style_1) var(--shadow_color_remark);
397
- background-color: white;
398
- border-radius: 4px;
399
- width: 2px;
400
- height: 20%;
401
- }
402
- ._CornerLoader_11vvw_17._isActive_11vvw_28 {
403
- opacity: 0.7;
404
- }
405
- ._CornerLoader_11vvw_17._isActive_11vvw_28 ._Wrap_11vvw_1 > div {
406
- animation: 1.2s _ldAnm_11vvw_1 ease infinite;
407
- }
408
- ._CornerLoader_11vvw_17._isActive_11vvw_28 ._Wrap_11vvw_1 > div._Ld1_11vvw_34 {
409
- animation-delay: calc(0 * 0.15s);
410
- }
411
- ._CornerLoader_11vvw_17._isActive_11vvw_28 ._Wrap_11vvw_1 > div._Ld2_11vvw_37 {
412
- animation-delay: calc(1 * 0.15s);
413
- }
414
- ._CornerLoader_11vvw_17._isActive_11vvw_28 ._Wrap_11vvw_1 > div._Ld3_11vvw_40 {
415
- animation-delay: calc(2 * 0.15s);
416
- }
417
- ._CornerLoader_11vvw_17._isActive_11vvw_28 ._Wrap_11vvw_1 > div._Ld4_11vvw_43 {
418
- animation-delay: calc(3 * 0.15s);
419
- }
420
- @keyframes _ldAnm_11vvw_1 {
421
- 0% {
422
- height: 50%;
423
- }
424
- 25% {
425
- height: 100%;
426
- }
427
- 50% {
428
- height: 20%;
429
- }
430
- 75% {
431
- height: 50%;
432
- }
433
- }
434
- ._MiniLoader_11vvw_61 {
435
- transition: 0.1s;
436
- }
437
- ._MiniLoader_11vvw_61._Active_false_11vvw_64 {
438
- display: none !important;
439
- }
440
- ._MiniLoader_11vvw_61._Hide_11vvw_67 {
441
- display: none !important;
442
- }
443
- ._MiniLoader_11vvw_61:not(._Active_11vvw_64) {
444
- overflow: hidden;
445
- padding: 0 !important;
446
- margin: 0 !important;
447
- width: 0 !important;
448
- height: 0 !important;
449
- }
450
- ._MiniLoader_11vvw_61 > ._Core_11vvw_77 {
451
- animation: _spin_11vvw_1 0.5s linear infinite;
452
- }
453
- ._MiniLoader_11vvw_61 svg {
454
- height: 100%;
455
- position: absolute;
456
- fill: none;
457
- }
458
- ._MiniLoader_11vvw_61 ._SVG1_11vvw_85 {
459
- stroke-width: 9;
460
- stroke-dasharray: 220 220;
461
- stroke-linecap: round;
462
- animation: _loader_11vvw_1 1.8s infinite cubic-bezier(0.4, 0, 0.3, 1), _loading_11vvw_1 1.4s infinite linear;
463
- vertical-align: middle;
464
- }
465
- ._MiniLoader_11vvw_61 ._SVG2_11vvw_92 {
466
- stroke-width: 6;
467
- opacity: 0.2;
468
- }
469
- @keyframes _loader_11vvw_1 {
470
- from {
471
- stroke-dashoffset: 220;
472
- }
473
- to {
474
- stroke-dashoffset: -220;
475
- }
476
- }
477
- @keyframes _loading_11vvw_1 {
478
- from {
479
- transform: none;
480
- }
481
- to {
482
- transform: rotate(360deg);
483
- }
484
- }
485
-
486
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_layout.module.scss */
487
- @media (max-width: 834px) {
488
- ._RootViewController_k39n4_2 ._Content_k39n4_2 {
489
- min-height: calc(var(--viewHeight) - var(--topNavHeight) - var(--footerNavHeight));
490
- }
491
- }
492
- ._RootViewController_k39n4_2 ._TopNav_k39n4_6 {
493
- z-index: 5;
494
- }
495
- ._RootViewController_k39n4_2 ._FooterNav_k39n4_9 {
496
- z-index: 4;
497
- }
498
- ._RootViewController_k39n4_2 ._Body_k39n4_12 ._SideNav_k39n4_12 {
499
- z-index: 3;
500
- }
501
- ._RootViewController_k39n4_2 ._Body_k39n4_12 ._Content_k39n4_2 {
502
- z-index: 2;
503
- }
504
- ._SwipeView_k39n4_19 ._Rail_k39n4_19._ShowOther_true_k39n4_19 > ._Child_k39n4_19 {
505
- opacity: 100% !important;
506
- }
507
- ._SwipeView_k39n4_19 ._Rail_k39n4_19 ._Child_k39n4_19 {
508
- opacity: 0%;
509
- transition: 0.3s;
510
- height: 0;
511
- }
512
- ._SwipeView_k39n4_19 ._Rail_k39n4_19 ._Child_k39n4_19._Display_k39n4_27 {
513
- opacity: 100%;
514
- height: auto;
515
- }
516
- ._SwipeView_k39n4_19 ._Rail_k39n4_19 ._Child_k39n4_19._LoopAdjusting_k39n4_31 {
517
- transition: 0s !important;
518
- }
519
-
520
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_table.module.scss */
521
- ._Wrap_1rtvv_1 tbody {
522
- border-radius: inherit;
523
- }
524
- ._Wrap_1rtvv_1._RowClickable_true_1rtvv_4 ._Row_1rtvv_4._BodyRow_1rtvv_4:not(._DataNotFound_1rtvv_4) {
525
- cursor: pointer;
526
- }
527
- ._Wrap_1rtvv_1._RowClickable_true_1rtvv_4 ._Row_1rtvv_4._BodyRow_1rtvv_4:not(._DataNotFound_1rtvv_4):hover ._Cell_1rtvv_7 {
528
- background-color: hsl(var(--color-layer2-hsl));
529
- }
530
- ._Wrap_1rtvv_1._RowClickable_true_1rtvv_4 ._Row_1rtvv_4._BodyRow_1rtvv_4:not(._DataNotFound_1rtvv_4):active ._Cell_1rtvv_7 {
531
- background-color: hsl(var(--color-layer3-hsl));
532
- }
533
- ._Wrap_1rtvv_1 ._Table_1rtvv_13 {
534
- min-width: 100%;
535
- border-collapse: separate;
536
- border-spacing: 0px;
537
- height: 100%;
538
- border-radius: inherit;
539
- }
540
- ._Wrap_1rtvv_1 ._Table_1rtvv_13 ._Row_1rtvv_4 {
541
- border-radius: inherit;
542
- }
543
- ._TableType_drag_1rtvv_24 * {
544
- user-select: none;
545
- -webkit-user-select: none;
546
- }
547
- ._TableType_drag_1rtvv_24 ._DraggerOrigin_1rtvv_28 ._Cell_1rtvv_7 {
548
- transition: var(--animation-time2);
549
- background-color: hsl(var(--color-layer4-hsl));
550
- opacity: 0.8;
551
- pointer-events: none;
552
- }
553
- ._TableType_drag_1rtvv_24 ._DragableButton_1rtvv_34 {
554
- cursor: grab;
555
- }
556
- ._TableType_drag_1rtvv_24 ._DragableButton_1rtvv_34:hover {
557
- color: hsl(var(--color-theme-hsl));
558
- }
559
- ._TableType_drag_1rtvv_24 ._DragableButton_1rtvv_34:active {
560
- color: hsl(var(--color-theme-hsl));
561
- }
562
- ._TableType_data_1rtvv_43 ._Console_1rtvv_43 {
563
- width: 100%;
564
- border-bottom: 1px solid var(--border-color-normal);
565
- position: relative;
566
- z-index: 2;
567
- flex: none;
568
- }
569
- ._TableType_data_1rtvv_43 ._Console_1rtvv_43 + ._TableBase_1rtvv_50 {
570
- border-top-left-radius: 0;
571
- border-top-right-radius: 0;
572
- }
573
- ._TableType_data_1rtvv_43 ._TableBase_1rtvv_50 {
574
- border-radius: inherit;
575
- }
576
- ._TableType_data_1rtvv_43 ._TableBase_1rtvv_50 ._Table_1rtvv_13 {
577
- border-radius: inherit;
578
- }
579
- ._TableType_data_1rtvv_43 ._TableBase_1rtvv_50 ._Table_1rtvv_13 ._HeadRow_1rtvv_60 {
580
- border-radius: inherit;
581
- position: relative;
582
- z-index: 2 !important;
583
- min-width: 100%;
584
- }
585
- ._TableType_data_1rtvv_43 ._TableBase_1rtvv_50 ._Table_1rtvv_13 ._HeadRow_1rtvv_60 ._Cell_1rtvv_7 ._FilterRegion_1rtvv_66 {
586
- font-size: inherit;
587
- }
588
- ._TableType_data_1rtvv_43 ._TableBase_1rtvv_50 ._Table_1rtvv_13 ._HeadRow_1rtvv_60 ._Cell_1rtvv_7 ._FilterRegion_1rtvv_66 ._Filtering_true_1rtvv_69 {
589
- border: none;
590
- background-color: hsl(var(--color-theme-hsl)) !important;
591
- color: #fff !important;
592
- box-shadow: 0 0 0 transparent inset, var(--shadow_style_1) var(--shadow_color_remark);
593
- }
594
- ._TableType_data_1rtvv_43 ._TableBase_1rtvv_50 ._Table_1rtvv_13 ._BodyRow_1rtvv_4 {
595
- position: relative;
596
- z-index: 1;
597
- }
598
- ._Cell_1rtvv_7 {
599
- font-weight: normal;
600
- }
601
-
602
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_effect.module.scss */
603
- ._RippleElement_1wxnq_1 {
604
- transition: var(--animation-time1);
605
- position: relative;
606
- -webkit-user-select: none;
607
- user-select: none;
608
- }
609
- ._RippleElement_1wxnq_1._Color_cloud_1wxnq_7 ._RippleWrap_1wxnq_7 ._Wave_1wxnq_7 {
610
- background-color: rgba(var(--color-dark-rgb), 0.25) !important;
611
- }
612
- ._RippleElement_1wxnq_1._Color_theme_1wxnq_10 ._RippleWrap_1wxnq_7 ._Wave_1wxnq_7 {
613
- background-color: hsl(var(--cH), calc(var(--cS) * 1.2), calc(var(--cL) * 1.25)) !important;
614
- opacity: 0.4;
615
- }
616
- ._RippleWrap_1wxnq_7 {
617
- position: absolute !important;
618
- z-index: 100 !important;
619
- top: 0;
620
- left: 0;
621
- bottom: 0;
622
- right: 0;
623
- overflow: hidden;
624
- border-radius: inherit;
625
- pointer-events: none !important;
626
- }
627
- ._RippleWrap_1wxnq_7 ._Wave_1wxnq_7 {
628
- position: absolute;
629
- overflow: hidden;
630
- top: 0;
631
- left: 0;
632
- width: 0;
633
- height: 0;
634
- border-radius: 50%;
635
- transform: translate(-50%, -50%);
636
- transition: 1s;
637
- transition-timing-function: var(--animation-style1);
638
- background-color: rgba(255, 255, 255, 0.75);
639
- }
640
- ._PuddingEffect_1wxnq_39 {
641
- animation: _pdAnm_1wxnq_1 0.5s ease;
642
- position: relative;
643
- }
644
- @keyframes _pdAnm_1wxnq_1 {
645
- 0% {
646
- transform: scale3d(1, 1, 1);
647
- }
648
- 10% {
649
- transform: scale3d(1.1, 0.75, 1);
650
- }
651
- 20% {
652
- transform: scale3d(0.85, 1.15, 1);
653
- }
654
- 30% {
655
- transform: scale3d(1.05, 0.85, 1);
656
- }
657
- 45% {
658
- transform: scale3d(0.95, 1.05, 1);
659
- }
660
- 75% {
661
- transform: scale3d(1.02, 0.95, 1);
662
- }
663
- 100% {
664
- transform: scale3d(1, 1, 1);
665
- }
666
- }
667
- .eff_expand:active {
668
- transition: var(--animation-time1);
669
- transform: scale(1.05);
670
- }
671
- .eff_shrink:active {
672
- transition: var(--animation-time1);
673
- transform: scale(0.97);
674
- }
675
- .eff_push:active {
676
- box-shadow:
677
- 0 0 0 transparent inset,
678
- var(--shadow_style_1) var(--shadow_color_remark) inset,
679
- 0 0 0 transparent !important;
680
- }
681
- .eff_push:focus {
682
- box-shadow:
683
- 0 0 0 transparent inset,
684
- 0 0 0 transparent inset,
685
- var(--shadow_style_3) var(--shadow_color_remark);
686
- }
687
-
688
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_cropper.module.scss */
689
- ._Wrap_58pz3_1 {
690
- vertical-align: bottom;
691
- }
692
- ._Wrap_58pz3_1._Use_profile_58pz3_4 {
693
- max-width: calc(var(--grid-unit) * 38);
694
- }
695
- ._Wrap_58pz3_1._Use_head_58pz3_7 {
696
- max-width: calc(var(--grid-unit) * 72);
697
- }
698
- ._Canvas_58pz3_11 {
699
- width: 100%;
700
- cursor: move;
701
- overflow: hidden;
702
- vertical-align: middle;
703
- }
704
- ._Preview_58pz3_18 {
705
- display: none;
706
- }
707
- ._ToneBall_58pz3_22 {
708
- position: relative;
709
- width: calc(var(--grid-unit) * 3 / 2);
710
- height: calc(var(--grid-unit) * 3 / 2);
711
- border-radius: 50%;
712
- background-color: gray;
713
- }
714
- ._ToneBall_1_58pz3_29 {
715
- background-color: rgb(255, 165, 0);
716
- }
717
- ._ToneBall_2_58pz3_32 {
718
- background-color: rgb(150, 150, 255);
719
- }
720
- ._ToneBall_3_58pz3_35 {
721
- background-color: rgb(240, 200, 145);
722
- }
723
- ._ToneBall_4_58pz3_38 {
724
- background-color: rgb(0, 255, 255);
725
- }
726
- ._ToneBall_5_58pz3_41 {
727
- background-color: rgb(255, 0, 255);
728
- }
729
- ._ToneBall_6_58pz3_44 {
730
- background-color: rgb(255, 255, 0);
731
- }
732
- ._ToneBall_7_58pz3_47 {
733
- background-color: rgb(40, 158, 169);
734
- }
735
- ._ToneBall_8_58pz3_50 {
736
- background-color: rgb(90, 112, 162);
737
- }
738
- ._ToneBall_9_58pz3_53 {
739
- background-color: rgb(50, 192, 87);
740
- }
741
- ._ToneBall_10_58pz3_56 {
742
- background-color: rgb(246, 20, 140);
743
- }
744
-
745
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_button.module.scss */
746
- ._Wrap_2p2fg_1 {
747
- text-decoration: none;
748
- vertical-align: bottom;
749
- position: relative;
750
- user-select: none;
751
- -webkit-user-select: none;
752
- }
753
- ._Wrap_2p2fg_1 > * {
754
- position: relative;
755
- z-index: 2;
756
- pointer-events: none;
757
- }
758
- ._Wrap_2p2fg_1[disabled] {
759
- pointer-events: none;
760
- }
761
- ._Wrap_2p2fg_1._isLocked_true_2p2fg_16 {
762
- background-color: hsl(var(--color-layer4-hsl)) !important;
763
- box-shadow: none !important;
764
- }
765
- ._Tone_Sub_Color_theme_2p2fg_21,
766
- ._Tone_Clear_Color_theme_2p2fg_21 {
767
- background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
768
- }
769
- ._Tone_Sub_Color_posi_2p2fg_24,
770
- ._Tone_Clear_Color_posi_2p2fg_24 {
771
- background-color: rgba(var(--color-positive-rgb), 0.075);
772
- }
773
- ._Tone_Sub_Color_nega_2p2fg_27,
774
- ._Tone_Clear_Color_nega_2p2fg_27 {
775
- background-color: rgba(var(--color-negative-rgb), 0.075);
776
- }
777
- ._Tone_Sub_Color_warn_2p2fg_30,
778
- ._Tone_Clear_Color_warn_2p2fg_30 {
779
- background-color: rgba(var(--color-warning-rgb), 0.075);
780
- }
781
- ._Tone_Sub_Color_white_2p2fg_33,
782
- ._Tone_Clear_Color_white_2p2fg_33 {
783
- background-color: rgba(255, 255, 255, 0.15);
784
- }
785
- ._Tone_Sub_Color_cloud_2p2fg_36,
786
- ._Tone_Clear_Color_cloud_2p2fg_36 {
787
- background-color: rgba(var(--color-cloud-rgb), 0.7);
788
- }
789
- ._Tone_Sub_Color_layer_2p2fg_39,
790
- ._Tone_Clear_Color_layer_2p2fg_39 {
791
- background-color: hsla(var(--color-layer5-hsl), 0.3);
792
- }
793
- ._isNeutral_true_2p2fg_43._Tone_Clear_2p2fg_21:not(:hover):not(:focus) {
794
- background-color: transparent;
795
- }
796
- ._isNeutral_true_2p2fg_43._Tone_BorderToFill_2p2fg_46:not(:hover):not(:focus) {
797
- background-color: transparent !important;
798
- }
799
- ._isNeutral_true_2p2fg_43._Tone_FillToBorder_2p2fg_49:not(:hover):not(:focus) {
800
- color: white !important;
801
- }
802
- ._isNeutral_true_2p2fg_43._Tone_FillToBorder_Color_white_2p2fg_52:not(:hover):not(:focus),
803
- ._isNeutral_true_2p2fg_43._Tone_FillToBorder_Color_cloud_2p2fg_52:not(:hover):not(:focus) {
804
- color: #000 !important;
805
- }
806
- ._isNeutral_true_2p2fg_43:hover._Tone_Link_2p2fg_55,
807
- ._isNeutral_true_2p2fg_43:focus._Tone_Link_2p2fg_55 {
808
- color: hsl(var(--color-theme-hsl));
809
- text-decoration: underline !important;
810
- }
811
- ._isNeutral_true_2p2fg_43:hover._Tone_Link_2p2fg_55 *,
812
- ._isNeutral_true_2p2fg_43:focus._Tone_Link_2p2fg_55 * {
813
- text-decoration: underline !important;
814
- }
815
- ._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_plain_2p2fg_62,
816
- ._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_plain_2p2fg_62 {
817
- background-color: hsl(var(--color-layer3-hsl));
818
- color: rgb(var(--font-color2-rgb));
819
- }
820
- ._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_theme_2p2fg_66,
821
- ._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_theme_2p2fg_66 {
822
- background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
823
- color: hsl(var(--color-theme-hsl));
824
- }
825
- ._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_posi_2p2fg_70,
826
- ._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_posi_2p2fg_70 {
827
- background-color: rgba(var(--color-positive-rgb), 0.1);
828
- color: rgba(var(--color-positive-rgb), 1);
829
- }
830
- ._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_nega_2p2fg_74,
831
- ._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_nega_2p2fg_74 {
832
- background-color: rgba(var(--color-negative-rgb), 0.1);
833
- color: rgba(var(--color-negative-rgb), 1);
834
- }
835
- ._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_warn_2p2fg_78,
836
- ._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_warn_2p2fg_78 {
837
- background-color: rgba(var(--color-warning-rgb), 0.1);
838
- color: rgba(var(--color-warning-rgb), 1);
839
- }
840
- ._isNeutral_true_2p2fg_43:hover._Tone_Border_2p2fg_46,
841
- ._isNeutral_true_2p2fg_43:focus._Tone_Border_2p2fg_46 {
842
- background-color: rgba(var(--color-cloud-rgb), 1);
843
- }
844
- ._isNeutral_true_2p2fg_43:hover._Tone_Prime_2p2fg_85,
845
- ._isNeutral_true_2p2fg_43:focus._Tone_Prime_2p2fg_85 {
846
- opacity: 0.85;
847
- }
848
- ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_theme_2p2fg_21,
849
- ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_theme_2p2fg_21,
850
- ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_theme_2p2fg_21,
851
- ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_theme_2p2fg_21 {
852
- background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
853
- color: hsl(var(--color-theme-hsl));
854
- }
855
- ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_posi_2p2fg_24,
856
- ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_posi_2p2fg_24,
857
- ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_posi_2p2fg_24,
858
- ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_posi_2p2fg_24 {
859
- background-color: rgba(var(--color-positive-rgb), 0.125);
860
- color: rgba(var(--color-positive-rgb), 1);
861
- }
862
- ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_nega_2p2fg_27,
863
- ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_nega_2p2fg_27,
864
- ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_nega_2p2fg_27,
865
- ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_nega_2p2fg_27 {
866
- background-color: rgba(var(--color-negative-rgb), 0.125);
867
- color: rgba(var(--color-negative-rgb), 1);
868
- }
869
- ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_warn_2p2fg_30,
870
- ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_warn_2p2fg_30,
871
- ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_warn_2p2fg_30,
872
- ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_warn_2p2fg_30 {
873
- background-color: rgba(var(--color-warning-rgb), 0.125);
874
- color: rgba(var(--color-warning-rgb), 1);
875
- }
876
- ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_white_2p2fg_33,
877
- ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_white_2p2fg_33,
878
- ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_white_2p2fg_33,
879
- ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_white_2p2fg_33 {
880
- background-color: rgba(255, 255, 255, 0.25);
881
- color: white;
882
- }
883
- ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_cloud_2p2fg_36,
884
- ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_cloud_2p2fg_36,
885
- ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_cloud_2p2fg_36,
886
- ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_cloud_2p2fg_36 {
887
- background-color: rgba(var(--color-cloud-rgb), 1);
888
- }
889
- ._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_layer_2p2fg_39,
890
- ._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_layer_2p2fg_39,
891
- ._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_layer_2p2fg_39,
892
- ._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_layer_2p2fg_39 {
893
- background-color: hsla(var(--color-layer5-hsl), 0.5);
894
- }
895
- ._isNeutral_true_2p2fg_43:hover._Tone_FillToBorder_2p2fg_49,
896
- ._isNeutral_true_2p2fg_43:focus._Tone_FillToBorder_2p2fg_49 {
897
- background-color: transparent;
898
- }
899
- ._isNeutral_true_2p2fg_43:hover._Tone_BorderToFill_2p2fg_46,
900
- ._isNeutral_true_2p2fg_43:focus._Tone_BorderToFill_2p2fg_46 {
901
- color: white;
902
- }
903
- ._isNeutral_true_2p2fg_43:hover._Tone_BorderToFill_Color_white_2p2fg_120,
904
- ._isNeutral_true_2p2fg_43:hover._Tone_BorderToFill_Color_cloud_2p2fg_120,
905
- ._isNeutral_true_2p2fg_43:focus._Tone_BorderToFill_Color_white_2p2fg_120,
906
- ._isNeutral_true_2p2fg_43:focus._Tone_BorderToFill_Color_cloud_2p2fg_120 {
907
- background-color: white;
908
- color: black;
909
- }
910
-
911
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input.module.scss */
912
- ._Wrapper_m8cj1_1 textarea {
913
- display: block;
914
- width: 100%;
915
- min-height: calc(var(--grid-unit) * 4);
916
- resize: vertical;
917
- transition-property:
918
- border,
919
- box-shadow,
920
- background-color !important;
921
- }
922
- ._Wrapper_m8cj1_1 input,
923
- ._Wrapper_m8cj1_1 select,
924
- ._Wrapper_m8cj1_1 textarea {
925
- display: inline-block;
926
- }
927
- ._Wrapper_m8cj1_1 input[disabled],
928
- ._Wrapper_m8cj1_1 select[disabled],
929
- ._Wrapper_m8cj1_1 textarea[disabled] {
930
- box-shadow: none !important;
931
- background-color: hsl(var(--color-layer3-hsl)) !important;
932
- color: rgb(var(--font-color5-rgb)) !important;
933
- filter: grayscale(50%);
934
- cursor: not-allowed !important;
935
- }
936
- ._Wrapper_m8cj1_1 input,
937
- ._Wrapper_m8cj1_1 textarea {
938
- cursor: text;
939
- }
940
- ._Wrapper_m8cj1_1 input::placeholder,
941
- ._Wrapper_m8cj1_1 textarea::placeholder {
942
- font-family: inherit;
943
- color: rgb(var(--font-color4-rgb));
944
- }
945
- ._Wrapper_m8cj1_1 input {
946
- min-width: 0;
947
- display: block;
948
- }
949
- ._Wrapper_m8cj1_1 input[type=text],
950
- ._Wrapper_m8cj1_1 input[type=number] {
951
- width: 100%;
952
- }
953
- ._Wrapper_m8cj1_1 input[type=number]::-webkit-inner-spin-button,
954
- ._Wrapper_m8cj1_1 input[type=number]::-webkit-outer-spin-button {
955
- -webkit-appearance: none;
956
- }
957
- ._Wrapper_m8cj1_1 input[type=radio],
958
- ._Wrapper_m8cj1_1 input[type=checkbox],
959
- ._Wrapper_m8cj1_1 input[type=file] {
960
- opacity: 0;
961
- width: 0;
962
- height: 0;
963
- overflow: hidden;
964
- position: absolute;
965
- appearance: none;
966
- }
967
- ._Wrapper_m8cj1_1 input:-webkit-autofill {
968
- box-shadow: 0 0 0 100rem hsl(var(--color-layer3-hsl)) inset !important;
969
- -webkit-text-fill-color: rgb(var(--font-color3-rgb));
970
- }
971
- ._Input_m8cj1_48 {
972
- outline: none !important;
973
- }
974
- ._Input_m8cj1_48:focus,
975
- ._Input_m8cj1_48:active {
976
- z-index: 1;
977
- background-color: hsl(var(--color-layer1-hsl));
978
- }
979
- ._Input_m8cj1_48:focus {
980
- border-color: hsl(var(--color-theme-hsl)) !important;
981
- 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));
982
- }
983
- ._Input_m8cj1_48:active {
984
- box-shadow: 0 0 0 transparent inset, 0 0 0 transparent;
985
- transition: var(--animation-time3);
986
- }
987
- ._Input_m8cj1_48._InputCover_m8cj1_63:focus-within {
988
- z-index: 1;
989
- background-color: hsl(var(--color-layer1-hsl));
990
- }
991
- ._Input_m8cj1_48._InputCover_m8cj1_63:focus-within {
992
- border-color: hsl(var(--color-theme-hsl)) !important;
993
- 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));
994
- }
995
- @keyframes _ShowCell_m8cj1_1 {
996
- 100% {
997
- opacity: 1;
998
- transform: scale(1);
999
- }
1000
- }
1001
- ._DigitCharacterCell_m8cj1_78._Combined_m8cj1_78:not(:first-child):not(:last-child) {
1002
- border-radius: 0 !important;
1003
- }
1004
- ._DigitCharacterCell_m8cj1_78._Combined_m8cj1_78:first-child {
1005
- border-top-right-radius: 0 !important;
1006
- border-bottom-right-radius: 0 !important;
1007
- }
1008
- ._DigitCharacterCell_m8cj1_78._Combined_m8cj1_78:last-child {
1009
- border-top-left-radius: 0 !important;
1010
- border-bottom-left-radius: 0 !important;
1011
- }
1012
-
1013
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_chips.module.scss */
1014
- ._SelectorWrapper_vfpyx_1 {
1015
- overflow: auto;
1016
- }
1017
- ._SelectorWrapper_vfpyx_1::-webkit-scrollbar,
1018
- ._SelectorWrapper_vfpyx_1::-webkit-scrollbar-track {
1019
- width: calc(var(--grid-unit) * 2 / 3) !important;
1020
- height: calc(var(--grid-unit) * 2 / 3) !important;
1021
- background-color: hsl(var(--color-layer3-hsl));
1022
- }
1023
- ._SelectorWrapper_vfpyx_1::-webkit-scrollbar-thumb {
1024
- width: calc(var(--grid-unit) * 2 / 3) !important;
1025
- height: calc(var(--grid-unit) * 2 / 3) !important;
1026
- background-color: hsla(var(--color-theme-hsl), 0.75) !important;
1027
- }
1028
-
1029
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_filer.module.scss */
1030
- ._Input_1g1ty_1:focus + ._List_1g1ty_1 ._AddButton_1g1ty_1 {
1031
- background-color: hsl(var(--color-layer3-hsl));
1032
- }
1033
- ._FileName_1g1ty_5 {
1034
- word-break: break-all;
1035
- }
1036
- ._AddButton_1g1ty_1 {
1037
- transition: var(--animation-time2);
1038
- }
1039
- ._AddButton_1g1ty_1 > * {
1040
- pointer-events: none;
1041
- }
1042
- ._AddButton_1g1ty_1:hover {
1043
- background-color: hsl(var(--color-layer3-hsl));
1044
- }
1045
- ._AddButton_1g1ty_1._Draggable_1g1ty_18 {
1046
- background-color: hsl(var(--color-layer3-hsl));
1047
- }
1048
- ._AddButton_1g1ty_1._Draggable_1g1ty_18 ._AddIcon_1g1ty_21 {
1049
- animation: 1s infinite _IconAnimation_1g1ty_1;
1050
- }
1051
- @keyframes _IconAnimation_1g1ty_1 {
1052
- 0% {
1053
- box-shadow: 0 0 0 0 hsl(var(--color-theme-hsl));
1054
- }
1055
- 100% {
1056
- box-shadow: 0 0 0 1rem hsla(var(--color-theme-hsl), 0);
1057
- }
1058
- }
1059
-
1060
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_list.module.scss */
1061
- ._CellBase_1bm9l_1._HideInput_true_1bm9l_1 ._Input_1bm9l_1 {
1062
- display: none;
1063
- }
1064
- ._Input_1bm9l_1:checked + ._Label_1bm9l_5 ._Icon_1bm9l_5 {
1065
- border-color: transparent;
1066
- }
1067
- ._Input_1bm9l_1:checked + ._Label_1bm9l_5 ._Icon_1bm9l_5:after,
1068
- ._Input_1bm9l_1:checked + ._Label_1bm9l_5 ._Icon_1bm9l_5 > * {
1069
- transform: scale(1) !important;
1070
- opacity: 1 !important;
1071
- }
1072
- ._Input_1bm9l_1._defaultActiveStyling_true_1bm9l_12:checked:focus + ._Label_1bm9l_5 {
1073
- opacity: 1 !important;
1074
- box-shadow:
1075
- 0 0 0 transparent inset,
1076
- 0 0 0 1px hsla(var(--color-theme-hsl), var(--color-theme-opacity-middle)),
1077
- 0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low)) !important;
1078
- }
1079
- ._Input_1bm9l_1._defaultActiveStyling_true_1bm9l_12:focus + ._Label_1bm9l_5 {
1080
- box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsl(var(--color-layer3-hsl)) !important;
1081
- }
1082
- ._Input_1bm9l_1._defaultActiveStyling_true_1bm9l_12:active + ._Label_1bm9l_5 {
1083
- opacity: 1 !important;
1084
- }
1085
- ._Label_1bm9l_5 {
1086
- -webkit-user-select: none;
1087
- user-select: none;
1088
- }
1089
- ._Label_1bm9l_5 * {
1090
- pointer-events: none;
1091
- }
1092
- ._Label_1bm9l_5._defaultActiveStyling_true_1bm9l_12:hover {
1093
- opacity: 0.6;
1094
- }
1095
- ._Icon_1bm9l_5 {
1096
- width: 20px;
1097
- height: 20px;
1098
- }
1099
- ._Icon_1bm9l_5._CheckboxIcon_1bm9l_38:after {
1100
- background-color: hsl(var(--color-theme-hsl));
1101
- }
1102
- ._Icon_1bm9l_5._CheckboxIcon_1bm9l_38 ._I_1bm9l_1 {
1103
- transform: scale(0.3);
1104
- }
1105
- ._Icon_1bm9l_5:before,
1106
- ._Icon_1bm9l_5:after {
1107
- content: "";
1108
- position: absolute;
1109
- opacity: 0;
1110
- transition: var(--animation-time2);
1111
- }
1112
- ._Icon_1bm9l_5:before {
1113
- width: 100%;
1114
- height: 100%;
1115
- border-radius: inherit;
1116
- opacity: 1;
1117
- transition: 0s;
1118
- transition-timing-function: var(--animation-style1);
1119
- }
1120
- ._Icon_1bm9l_5:after {
1121
- top: 0;
1122
- left: 0;
1123
- width: 100%;
1124
- height: 100%;
1125
- transform: scale(0.3);
1126
- border-radius: inherit;
1127
- background-color: hsl(var(--color-layer1-hsl));
1128
- border: 5.5px solid hsl(var(--color-theme-hsl));
1129
- box-shadow:
1130
- 0 0 0 transparent inset,
1131
- 0 0 0 transparent inset,
1132
- var(--shadow_style_0) var(--shadow_color_normal);
1133
- background-color: white;
1134
- }
1135
-
1136
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_richSelect.module.scss */
1137
- ._Select_11niy_1 {
1138
- cursor: pointer;
1139
- position: absolute;
1140
- top: 0;
1141
- left: 0;
1142
- right: 0;
1143
- bottom: 0;
1144
- opacity: 0;
1145
- }
1146
- ._SelectLegend_11niy_11 * {
1147
- pointer-events: none;
1148
- }
1149
-
1150
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_switch.module.scss */
1151
- ._Input_lskuu_1 {
1152
- position: absolute;
1153
- height: 0;
1154
- width: 0;
1155
- overflow: hidden;
1156
- }
1157
- ._Input_lskuu_1:checked + ._Label_lskuu_7 ._Dot_lskuu_7 {
1158
- left: calc(100% - var(--grid-unit) * 2.5) !important;
1159
- }
1160
- ._Input_lskuu_1:focus + ._Label_lskuu_7 {
1161
- box-shadow: 0 0 0 calc(var(--grid-unit) * 1 / 3) hsl(var(--color-layer3-hsl));
1162
- }
1163
- ._Input_lskuu_1[disabled] + ._Label_lskuu_7 {
1164
- opacity: 0.4;
1165
- }
1166
-
1167
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_select.module.scss */
1168
- ._Select_2ujbp_1 {
1169
- cursor: pointer;
1170
- position: absolute;
1171
- top: 0;
1172
- left: 0;
1173
- right: 0;
1174
- bottom: 0;
1175
- opacity: 0;
1176
- }
1177
-
1178
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_slider.module.scss */
1179
- ._Label_qfhyi_1:before {
1180
- content: "";
1181
- position: absolute;
1182
- top: calc(-1 * var(--grid-unit) * 3 / 2 / 2);
1183
- height: calc(var(--grid-unit) * 3 / 2 / 2);
1184
- left: 50%;
1185
- width: 1px;
1186
- transform: translateX(-50%);
1187
- background-color: rgb(var(--font-color4-rgb));
1188
- }
1189
- ._Label_qfhyi_1:not(:first-child):not(:last-child) {
1190
- opacity: 0;
1191
- }
1192
- ._Label_qfhyi_1:first-child,
1193
- ._Label_qfhyi_1:last-child {
1194
- opacity: 0.6;
1195
- }
1196
- ._Wrap_qfhyi_18:hover ._Rail_qfhyi_18 ._Bar_qfhyi_18 {
1197
- background-color: hsl(var(--color-layer5-hsl));
1198
- }
1199
- ._Wrap_qfhyi_18:hover ._Rail_qfhyi_18 ._Bar_qfhyi_18 ._BarColor_qfhyi_21 {
1200
- opacity: 1 !important;
1201
- }
1202
- ._Wrap_qfhyi_18:hover ._Rail_qfhyi_18 + ._Labels_qfhyi_24 ._Label_qfhyi_1 {
1203
- opacity: 0.75;
1204
- }
1205
- ._Wrap_qfhyi_18._ShowLegendsAlways_true_qfhyi_27 ._Label_qfhyi_1 {
1206
- opacity: 1;
1207
- }
1208
- ._Wrap_qfhyi_18 ._Rail_qfhyi_18 {
1209
- user-select: none;
1210
- -webkit-user-select: none;
1211
- }
1212
- ._Wrap_qfhyi_18 ._Rail_qfhyi_18 * {
1213
- user-select: none;
1214
- -webkit-user-select: none;
1215
- }
1216
- ._Wrap_qfhyi_18 ._Rail_qfhyi_18 ._Ball_qfhyi_38 {
1217
- transition: box-shadow var(--animation-time2), left 0.1s;
1218
- }
1219
- ._Wrap_qfhyi_18 ._Rail_qfhyi_18 ._Ball_qfhyi_38:focus {
1220
- box-shadow: 0 0 0 calc(var(--grid-unit) * 2 / 3) hsla(var(--color-layer5-hsl), 0.4);
1221
- }
1222
- ._Wrap_qfhyi_18 ._Rail_qfhyi_18 ._Ball_qfhyi_38:before {
1223
- position: absolute;
1224
- content: "";
1225
- top: 0;
1226
- left: 0;
1227
- right: 0;
1228
- bottom: 0;
1229
- border-radius: 100rem;
1230
- box-shadow: 0 0 0 transparent inset, var(--shadow_style_0) var(--shadow_color_normal);
1231
- }
1232
- ._Wrap_qfhyi_18 ._Rail_qfhyi_18:active ._Ball_qfhyi_38 {
1233
- box-shadow: 0 0 0 calc(var(--grid-unit) * 2 / 3) hsla(var(--color-layer5-hsl), 0.4);
1234
- }
1235
- ._Wrap_qfhyi_18 ._Rail_qfhyi_18:active + ._Labels_qfhyi_24 ._Label_qfhyi_1 {
1236
- opacity: 1;
1237
- }
1238
-
1239
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_time.module.scss */
1240
- ._Header_1rlyc_1 {
1241
- position: sticky;
1242
- top: 0;
1243
- z-index: 2;
1244
- background-color: hsl(var(--color-layer1-hsl));
1245
- }
1246
- ._Body_1rlyc_8 {
1247
- position: relative;
1248
- z-index: 1;
1249
- }
1250
- ._Footer_1rlyc_13 {
1251
- position: sticky;
1252
- bottom: 0;
1253
- z-index: 2;
1254
- background-color: hsl(var(--color-layer1-hsl));
1255
- }
1256
- ._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 {
1257
- width: calc(var(--grid-unit) * 4);
1258
- height: calc(var(--grid-unit) * 4);
1259
- }
1260
- ._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 ._Needle_1rlyc_24 {
1261
- transform-origin: bottom;
1262
- transition: 0.4s;
1263
- left: calc(50% - 0.5px);
1264
- border-radius: 2px;
1265
- box-shadow: 0 0 0 0.5px hsl(var(--color-theme-hsl));
1266
- }
1267
- ._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 ._Needle_1rlyc_24._hour_1rlyc_31 {
1268
- top: calc(var(--grid-unit) * 4 * 0.25);
1269
- height: calc(50% - var(--grid-unit) * 4 * 0.25);
1270
- z-index: 1;
1271
- }
1272
- ._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 ._Needle_1rlyc_24._minute_1rlyc_36 {
1273
- top: calc(var(--grid-unit) * 4 * 0.15);
1274
- height: calc(50% - var(--grid-unit) * 4 * 0.15);
1275
- z-index: 2;
1276
- }
1277
- ._DateBase_1rlyc_42 ._LeftButton_1rlyc_42:active {
1278
- right: calc(var(--grid-unit) * 1 / 3) !important;
1279
- }
1280
- ._DateBase_1rlyc_42 ._RightButton_1rlyc_45:active {
1281
- left: calc(var(--grid-unit) * 1 / 3) !important;
1282
- }
1283
- ._MonthBase_1rlyc_49 ._LeftButton_1rlyc_42:active {
1284
- right: calc(var(--grid-unit) * 1 / 3) !important;
1285
- }
1286
- ._MonthBase_1rlyc_49 ._RightButton_1rlyc_45:active {
1287
- left: calc(var(--grid-unit) * 1 / 3) !important;
1288
- }
1289
- ._MonthBase_1rlyc_49 ._Cell_1rlyc_55._isThisMonth_1rlyc_55 {
1290
- color: #fff !important;
1291
- background-color: rgba(var(--color-warning-rgb), 1) !important;
1292
- box-shadow: 0 0 0 transparent inset, var(--shadow_style_1) var(--shadow_color_remark);
1293
- }
1294
- ._miniYearInput_1rlyc_61 {
1295
- width: 4em !important;
1296
- text-align: center;
1297
- }
1298
- ._CalendarDay_1rlyc_66._isToday_true_1rlyc_66 {
1299
- color: white !important;
1300
- background-color: rgba(var(--color-warning-rgb), 1) !important;
1301
- font-weight: bold;
1302
- }
1303
-
1304
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_autoHeightText.module.scss */
1305
- ._Origin_vvhgd_1 {
1306
- transition:
1307
- box-shadow var(--animation-time1),
1308
- border-color var(--animation-time1),
1309
- border-radius var(--animation-time1),
1310
- padding var(--animation-time1) !important;
1311
- }
1312
- ._Shallow_vvhgd_5 {
1313
- transition:
1314
- box-shadow var(--animation-time1),
1315
- border-color var(--animation-time1),
1316
- border-radius var(--animation-time1),
1317
- padding var(--animation-time1) !important;
1318
- }
1319
-
1320
- /* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_segmented.module.scss */
1321
- ._Label_1516t_1 {
1322
- user-select: none;
1323
- -webkit-user-select: none;
1324
- flex: auto;
1325
- }
1326
- ._Label_1516t_1._Tone_Auto_1516t_6:before,
1327
- ._Label_1516t_1._Tone_Cloud_1516t_6:before,
1328
- ._Label_1516t_1._Tone_ThemeCloud_1516t_6:before,
1329
- ._Label_1516t_1._Tone_WhiteCloud_1516t_6:before {
1330
- transform: scale(0.4);
1331
- position: absolute;
1332
- content: "";
1333
- top: 0;
1334
- left: 0;
1335
- right: 0;
1336
- bottom: 0;
1337
- background-color: hsl(var(--color-theme-hsl));
1338
- opacity: 0;
1339
- border-radius: inherit;
1340
- box-shadow: 0 0 0 transparent inset, var(--shadow_style_0) var(--shadow_color_normal);
1341
- transition: var(--animation-time2);
1342
- }
1343
- ._Label_1516t_1._Tone_Auto_1516t_6._Checked_1516t_20:before,
1344
- ._Label_1516t_1._Tone_Cloud_1516t_6._Checked_1516t_20:before,
1345
- ._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20:before,
1346
- ._Label_1516t_1._Tone_WhiteCloud_1516t_6._Checked_1516t_20:before {
1347
- transform: scale(1);
1348
- opacity: 1;
1349
- }
1350
- ._Label_1516t_1._Tone_WhiteCloud_1516t_6:before {
1351
- background-color: hsl(var(--color-layer1-hsl));
1352
- }
1353
- ._Label_1516t_1._Tone_WhiteCloud_1516t_6._Checked_1516t_20 {
1354
- background-color: hsl(var(--color-layer1-hsl)) !important;
1355
- }
1356
- ._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20 {
1357
- background-color: hsl(var(--color-theme-hsl));
1358
- }
1359
- ._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20:focus,
1360
- ._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20:active {
1361
- background-color: hsl(var(--color-theme-hsl)) !important;
1362
- }
1363
- ._Label_1516t_1._Tone_ThemeBorder_1516t_36._Checked_1516t_20 {
1364
- background-color: hsl(var(--color-theme-hsl));
1365
- }
1366
- ._Label_1516t_1._Tone_ThemeBorder_1516t_36._Checked_1516t_20:focus,
1367
- ._Label_1516t_1._Tone_ThemeBorder_1516t_36._Checked_1516t_20:active {
1368
- background-color: hsl(var(--color-theme-hsl)) !important;
1369
- }
1370
- ._Label_1516t_1._Tone_BottomLine_1516t_42:after {
1371
- content: "";
1372
- position: absolute;
1373
- bottom: 0;
1374
- left: 0;
1375
- right: 0;
1376
- height: calc(var(--grid-unit) * 1 / 3);
1377
- background-color: hsl(var(--color-theme-hsl));
1378
- opacity: 0;
1379
- border-radius: 100rem;
1380
- transition: var(--animation-time2);
1381
- }
1382
- ._Label_1516t_1._Tone_BottomLine_1516t_42:hover,
1383
- ._Label_1516t_1._Tone_BottomLine_1516t_42:focus {
1384
- background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
1385
- color: hsl(var(--color-theme-hsl));
1386
- }
1387
- ._Label_1516t_1._Tone_BottomLine_1516t_42:hover:after,
1388
- ._Label_1516t_1._Tone_BottomLine_1516t_42:focus:after {
1389
- opacity: 0.2;
1390
- }
1391
- ._Label_1516t_1._Tone_BottomLine_1516t_42:active {
1392
- background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
1393
- }
1394
- ._Label_1516t_1._Tone_BottomLine_1516t_42:active:after {
1395
- opacity: 0.4;
1396
- }
1397
- ._Label_1516t_1._Tone_BottomLine_1516t_42._Checked_1516t_20:after {
1398
- opacity: 1;
1399
- }
1
+ ._Img_1egfu_1{user-drag:none;-webkit-user-drag:none;-moz-user-select:none;vertical-align:top;object-fit:cover;width:100%;height:100%;border-radius:inherit}._Img_1egfu_1._ShowExpand_true_1egfu_11{transition:var(--animation-time2)}._Img_1egfu_1._ShowExpand_true_1egfu_11:hover{opacity:.8}._Size_S_10jdu_1{width:calc(var(--grid-unit) * 2);height:calc(var(--grid-unit) * 2);font-size:var(--grid-unit)}._Size_R_10jdu_6{width:calc(var(--grid-unit) * 3);height:calc(var(--grid-unit) * 3);font-size:calc(var(--grid-unit) * 3 / 2)}._Size_L_10jdu_11{width:calc(var(--grid-unit) * 4);height:calc(var(--grid-unit) * 4);font-size:calc(var(--grid-unit) * 2.5)}._Size_2L_10jdu_16{width:calc(var(--grid-unit) * 6);height:calc(var(--grid-unit) * 6);font-size:calc(var(--grid-unit) * 3)}._Size_3L_10jdu_21{width:calc(var(--grid-unit) * 8);height:calc(var(--grid-unit) * 8);font-size:calc(var(--grid-unit) * 4)}._Icon_10jdu_27 svg{height:100%}._Title_10jdu_31{width:auto}._Title_10jdu_31 svg{height:100%}._ComunIcon_10jdu_38 path{filter:drop-shadow(0 0 0 transparent inset,var(--shadow_style_4) var(--shadow_color_remark))}._ComunTitle_10jdu_42{letter-spacing:3px}._MingooIcon_10jdu_46 ._P_10jdu_46{transform-box:fill-box;transform-origin:bottom!important}._MingooIcon_10jdu_46 ._P_10jdu_46._P_0_10jdu_50{transform:rotate(0)}._MingooIcon_10jdu_46 ._P_10jdu_46._P_1_10jdu_53{transform:rotate(-30deg)}._MingooIcon_10jdu_46 ._P_10jdu_46._P_2_10jdu_56{transform:rotate(-60deg)}._MingooIcon_10jdu_46 ._P_10jdu_46._P_3_10jdu_59{transform:rotate(-90deg)}._MingooIcon_10jdu_46 ._P_10jdu_46._P_4_10jdu_62{transform:rotate(-120deg)}._MingooIcon_10jdu_46 ._P_10jdu_46._P_5_10jdu_65{transform:rotate(-150deg)}._MingooIcon_10jdu_46 ._P_10jdu_46._P_6_10jdu_68{transform:rotate(-180deg)}._MingooIcon_10jdu_46 ._P_10jdu_46._P_7_10jdu_71{transform:rotate(-210deg)}._MingooIcon_10jdu_46 ._P_10jdu_46._P_8_10jdu_74{transform:rotate(-240deg)}._MingooIcon_10jdu_46 ._P_10jdu_46._P_9_10jdu_77{transform:rotate(-270deg);opacity:.3}._MingooIcon_10jdu_46 ._P_10jdu_46._P_10_10jdu_81{transform:rotate(30deg);opacity:.3}._MingooIcon_10jdu_46 ._P_10jdu_46._P_11_10jdu_85{transform:rotate(60deg);opacity:.3}._MingooIcon_10jdu_46 ._P_10jdu_46._P_12_10jdu_89{transform:rotate(90deg);opacity:.3}@keyframes _PlaceholderEffect_rl2bi_1{0%{left:-50%;opacity:0}30%{opacity:1}to{left:150%;opacity:0}}._Placeholder_rl2bi_14 ._Body_rl2bi_14{position:absolute;content:"";inset:0;width:40%;background:linear-gradient(to right,transparent,hsl(var(--color-layer5-hsl)));animation:1.5s _PlaceholderEffect_rl2bi_1 linear infinite}._Placeholder_rl2bi_14 ._Body_rl2bi_14._Color_white_rl2bi_25{background:linear-gradient(to right,transparent,hsl(var(--color-layer1-hsl)))}._Wrap_13krz_1._Open_true_13krz_1{opacity:1}._Wrap_13krz_1._Open_false_13krz_4{opacity:0!important;pointer-events:none!important}._Wrap_13krz_1._Open_false_13krz_4 *{pointer-events:none!important}._Wrapper_1s842_1{z-index:8;position:absolute;max-height:var(--viewHeight);max-width:100%;width:25rem}._Cell_1s842_9{transform:scale(.3);transform-origin:bottom right}._Cell_1s842_9._FadeIn_1s842_13{transform:scale(1);opacity:1}._Cell_1s842_9._FadeOut_1s842_17{transition:.2s!important;opacity:0;transform:scale(.3)}._FixScroll_encrj_1{overflow:hidden!important;min-height:0!important;height:calc(var(--viewHeight));width:100vw;transition:var(--animation-time3)}._FixScroll_encrj_1._Float_encrj_8{opacity:.8!important;pointer-events:none;transform-origin:center center;transform:scale(.96);border-radius:calc((2vw + 2vh)/2)}._Wrapper_encrj_16{position:fixed;top:0;left:0;right:0;height:0;pointer-events:none;z-index:6}._Wrap_encrj_16{pointer-events:none!important;height:0}._Wrap_encrj_16 ._TapSensor_encrj_30{position:sticky;top:0;height:0;width:100vw;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;flex:none}._Wrap_encrj_16 ._TapSensor_encrj_30 ._TapContent_encrj_40{background-color:transparent;position:absolute;top:0;height:var(--viewHeight);width:100vw}._Wrap_encrj_16._Hide_encrj_47{display:none!important}._Wrap_encrj_16._Open_encrj_50._isNewSheet_true_encrj_50 ._Content_encrj_50{pointer-events:all!important;background-color:rgba(var(--color-dark-rgb),.25)}._Wrap_encrj_16._Open_encrj_50._isNewSheet_false_encrj_54 ._BB_encrj_54{pointer-events:all!important}._Wrap_encrj_16._Tcate_normal_encrj_57 ._TapSensor_encrj_30:active+._BB_encrj_54{transform:scale(1.015);transition:var(--animation-time1)}._Wrap_encrj_16._Tcate_normal_encrj_57 ._TapSensor_encrj_30:active+._BB_encrj_54 ._BaseBody_encrj_61{transition:var(--animation-time1);box-shadow:0 0 0 transparent inset,var(--shadow_style_4) var(--shadow_color_remark)}._Wrap_encrj_16._Tcate_normal_encrj_57 ._BB_encrj_54{transform:scale(.75);pointer-events:none!important}._Wrap_encrj_16._Tcate_normal_encrj_57 ._BB_encrj_54>*{pointer-events:all}._Wrap_encrj_16._Tcate_normal_encrj_57._Open_encrj_50 ._BB_encrj_54{transform:scale(1);opacity:1}._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_left_encrj_76 ._Content_encrj_50{overflow:hidden auto}._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_left_encrj_76 ._TapSensor_encrj_30:active+._BB_encrj_54{transition:var(--animation-time1);left:calc(-1 * var(--grid-unit) * 2)}._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_left_encrj_76 ._BB_encrj_54{max-width:100vw;left:-10%}._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_left_encrj_76._Open_encrj_50 ._BB_encrj_54{left:0;opacity:1}._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_right_encrj_91 ._Content_encrj_50{overflow:hidden auto}._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_right_encrj_91 ._TapSensor_encrj_30:active+._BB_encrj_54{transition:var(--animation-time1);right:calc(-1 * var(--grid-unit) * 2)}._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_right_encrj_91 ._BB_encrj_54{max-width:100vw;right:-10%}._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_right_encrj_91._Open_encrj_50 ._BB_encrj_54{right:0;opacity:1}._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_bottom_encrj_106 ._TapSensor_encrj_30:active+._BB_encrj_54{padding-top:2vh!important;transition:var(--animation-time1)!important}._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_bottom_encrj_106 ._BB_encrj_54{padding-top:10vh}._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_bottom_encrj_106 ._BB_encrj_54 ._DragBar_encrj_113{position:relative}._Wrap_encrj_16._Tcate_drawer_encrj_76._Tpos_bottom_encrj_106._Open_encrj_50 ._BB_encrj_54{padding-top:0;opacity:1!important;transition:var(--animation-time3)}._Wrap_encrj_16._Tcate_custom_encrj_121 ._TapSensor_encrj_30:active+._BB_encrj_54{transform:scale(1.015);transition:var(--animation-time1);box-shadow:0 0 0 transparent inset,var(--shadow_style_4) var(--shadow_color_remark)}._Wrap_encrj_16._Tcate_custom_encrj_121 ._BB_encrj_54{transform:scale(.95)}._Wrap_encrj_16._Tcate_custom_encrj_121 ._BB_encrj_54._CustomSheet_encrj_129{position:relative}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132._Row_1_encrj_132,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132._Row_4_encrj_132,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132._Row_1_encrj_132,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132._Row_4_encrj_132{transform-origin:bottom right}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132._Row_2_encrj_135,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132._Row_5_encrj_135,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132._Row_2_encrj_135,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132._Row_5_encrj_135{transform-origin:top right}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138._Row_1_encrj_132,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138._Row_4_encrj_132,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138._Row_1_encrj_132,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138._Row_4_encrj_132{transform-origin:bottom left}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138._Row_2_encrj_135,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138._Row_5_encrj_135,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138._Row_2_encrj_135,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138._Row_5_encrj_135{transform-origin:top left}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_3_encrj_144,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_18_encrj_144{transform-origin:bottom}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_8_encrj_147,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_23_encrj_147{transform-origin:top}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_11_encrj_150,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_14_encrj_150{transform-origin:right}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_12_encrj_153,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_15_encrj_153{transform-origin:left}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_1_encrj_132,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_4_encrj_132{right:0;justify-content:flex-end}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_2_encrj_138,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_5_encrj_138{left:0}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Col_3_encrj_163{align-items:center;justify-content:center}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Row_1_encrj_132,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Row_4_encrj_132{bottom:0}._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Row_2_encrj_135,._Wrap_encrj_16._Tcate_custom_encrj_121 ._GPT_encrj_132._Row_5_encrj_135{top:0}._Wrap_encrj_16._Tcate_custom_encrj_121._Open_encrj_50 ._BB_encrj_54{transform:scale(1);opacity:1}._Wrapper_11vvw_1{z-index:10;position:absolute}@keyframes _ldAnm_11vvw_1{0%{height:20%}40%{height:100%}80%{height:20%}}._CornerLoader_11vvw_17 ._Wrap_11vvw_1{height:1rem;gap:1px}._CornerLoader_11vvw_17 ._Wrap_11vvw_1>div{box-shadow:0 0 0 transparent inset,var(--shadow_style_1) var(--shadow_color_remark);background-color:#fff;border-radius:4px;width:2px;height:20%}._CornerLoader_11vvw_17._isActive_11vvw_28{opacity:.7}._CornerLoader_11vvw_17._isActive_11vvw_28 ._Wrap_11vvw_1>div{animation:1.2s _ldAnm_11vvw_1 ease infinite}._CornerLoader_11vvw_17._isActive_11vvw_28 ._Wrap_11vvw_1>div._Ld1_11vvw_34{animation-delay:0s}._CornerLoader_11vvw_17._isActive_11vvw_28 ._Wrap_11vvw_1>div._Ld2_11vvw_37{animation-delay:.15s}._CornerLoader_11vvw_17._isActive_11vvw_28 ._Wrap_11vvw_1>div._Ld3_11vvw_40{animation-delay:.3s}._CornerLoader_11vvw_17._isActive_11vvw_28 ._Wrap_11vvw_1>div._Ld4_11vvw_43{animation-delay:calc(3 * .15s)}@keyframes _ldAnm_11vvw_1{0%{height:50%}25%{height:100%}50%{height:20%}75%{height:50%}}._MiniLoader_11vvw_61{transition:.1s}._MiniLoader_11vvw_61._Active_false_11vvw_64,._MiniLoader_11vvw_61._Hide_11vvw_67{display:none!important}._MiniLoader_11vvw_61:not(._Active_11vvw_64){overflow:hidden;padding:0!important;margin:0!important;width:0!important;height:0!important}._MiniLoader_11vvw_61>._Core_11vvw_77{animation:_spin_11vvw_1 .5s linear infinite}._MiniLoader_11vvw_61 svg{height:100%;position:absolute;fill:none}._MiniLoader_11vvw_61 ._SVG1_11vvw_85{stroke-width:9;stroke-dasharray:220 220;stroke-linecap:round;animation:_loader_11vvw_1 1.8s infinite cubic-bezier(.4,0,.3,1),_loading_11vvw_1 1.4s infinite linear;vertical-align:middle}._MiniLoader_11vvw_61 ._SVG2_11vvw_92{stroke-width:6;opacity:.2}@keyframes _loader_11vvw_1{0%{stroke-dashoffset:220}to{stroke-dashoffset:-220}}@keyframes _loading_11vvw_1{0%{transform:none}to{transform:rotate(360deg)}}@media (max-width: 834px){._RootViewController_k39n4_2 ._Content_k39n4_2{min-height:calc(var(--viewHeight) - var(--topNavHeight) - var(--footerNavHeight))}}._RootViewController_k39n4_2 ._TopNav_k39n4_6{z-index:5}._RootViewController_k39n4_2 ._FooterNav_k39n4_9{z-index:4}._RootViewController_k39n4_2 ._Body_k39n4_12 ._SideNav_k39n4_12{z-index:3}._RootViewController_k39n4_2 ._Body_k39n4_12 ._Content_k39n4_2{z-index:2}._SwipeView_k39n4_19 ._Rail_k39n4_19._ShowOther_true_k39n4_19>._Child_k39n4_19{opacity:100%!important}._SwipeView_k39n4_19 ._Rail_k39n4_19 ._Child_k39n4_19{opacity:0%;transition:.3s;height:0}._SwipeView_k39n4_19 ._Rail_k39n4_19 ._Child_k39n4_19._Display_k39n4_27{opacity:100%;height:auto}._SwipeView_k39n4_19 ._Rail_k39n4_19 ._Child_k39n4_19._LoopAdjusting_k39n4_31{transition:0s!important}._Wrap_1rtvv_1 tbody{border-radius:inherit}._Wrap_1rtvv_1._RowClickable_true_1rtvv_4 ._Row_1rtvv_4._BodyRow_1rtvv_4:not(._DataNotFound_1rtvv_4){cursor:pointer}._Wrap_1rtvv_1._RowClickable_true_1rtvv_4 ._Row_1rtvv_4._BodyRow_1rtvv_4:not(._DataNotFound_1rtvv_4):hover ._Cell_1rtvv_7{background-color:hsl(var(--color-layer2-hsl))}._Wrap_1rtvv_1._RowClickable_true_1rtvv_4 ._Row_1rtvv_4._BodyRow_1rtvv_4:not(._DataNotFound_1rtvv_4):active ._Cell_1rtvv_7{background-color:hsl(var(--color-layer3-hsl))}._Wrap_1rtvv_1 ._Table_1rtvv_13{min-width:100%;border-collapse:separate;border-spacing:0px;height:100%;border-radius:inherit}._Wrap_1rtvv_1 ._Table_1rtvv_13 ._Row_1rtvv_4{border-radius:inherit}._TableType_drag_1rtvv_24 *{user-select:none;-webkit-user-select:none}._TableType_drag_1rtvv_24 ._DraggerOrigin_1rtvv_28 ._Cell_1rtvv_7{transition:var(--animation-time2);background-color:hsl(var(--color-layer4-hsl));opacity:.8;pointer-events:none}._TableType_drag_1rtvv_24 ._DragableButton_1rtvv_34{cursor:grab}._TableType_drag_1rtvv_24 ._DragableButton_1rtvv_34:hover,._TableType_drag_1rtvv_24 ._DragableButton_1rtvv_34:active{color:hsl(var(--color-theme-hsl))}._TableType_data_1rtvv_43 ._Console_1rtvv_43{width:100%;border-bottom:1px solid var(--border-color-normal);position:relative;z-index:2;flex:none}._TableType_data_1rtvv_43 ._Console_1rtvv_43+._TableBase_1rtvv_50{border-top-left-radius:0;border-top-right-radius:0}._TableType_data_1rtvv_43 ._TableBase_1rtvv_50,._TableType_data_1rtvv_43 ._TableBase_1rtvv_50 ._Table_1rtvv_13{border-radius:inherit}._TableType_data_1rtvv_43 ._TableBase_1rtvv_50 ._Table_1rtvv_13 ._HeadRow_1rtvv_60{border-radius:inherit;position:relative;z-index:2!important;min-width:100%}._TableType_data_1rtvv_43 ._TableBase_1rtvv_50 ._Table_1rtvv_13 ._HeadRow_1rtvv_60 ._Cell_1rtvv_7 ._FilterRegion_1rtvv_66{font-size:inherit}._TableType_data_1rtvv_43 ._TableBase_1rtvv_50 ._Table_1rtvv_13 ._HeadRow_1rtvv_60 ._Cell_1rtvv_7 ._FilterRegion_1rtvv_66 ._Filtering_true_1rtvv_69{border:none;background-color:hsl(var(--color-theme-hsl))!important;color:#fff!important;box-shadow:0 0 0 transparent inset,var(--shadow_style_1) var(--shadow_color_remark)}._TableType_data_1rtvv_43 ._TableBase_1rtvv_50 ._Table_1rtvv_13 ._BodyRow_1rtvv_4{position:relative;z-index:1}._Cell_1rtvv_7{font-weight:400}._RippleElement_1wxnq_1{transition:var(--animation-time1);position:relative;-webkit-user-select:none;user-select:none}._RippleElement_1wxnq_1._Color_cloud_1wxnq_7 ._RippleWrap_1wxnq_7 ._Wave_1wxnq_7{background-color:rgba(var(--color-dark-rgb),.25)!important}._RippleElement_1wxnq_1._Color_theme_1wxnq_10 ._RippleWrap_1wxnq_7 ._Wave_1wxnq_7{background-color:hsl(var(--cH),calc(var(--cS) * 1.2),calc(var(--cL) * 1.25))!important;opacity:.4}._RippleWrap_1wxnq_7{position:absolute!important;z-index:100!important;inset:0;overflow:hidden;border-radius:inherit;pointer-events:none!important}._RippleWrap_1wxnq_7 ._Wave_1wxnq_7{position:absolute;overflow:hidden;top:0;left:0;width:0;height:0;border-radius:50%;transform:translate(-50%,-50%);transition:1s;transition-timing-function:var(--animation-style1);background-color:#ffffffbf}._PuddingEffect_1wxnq_39{animation:_pdAnm_1wxnq_1 .5s ease;position:relative}@keyframes _pdAnm_1wxnq_1{0%{transform:scaleZ(1)}10%{transform:scale3d(1.1,.75,1)}20%{transform:scale3d(.85,1.15,1)}30%{transform:scale3d(1.05,.85,1)}45%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.02,.95,1)}to{transform:scaleZ(1)}}.eff_expand:active{transition:var(--animation-time1);transform:scale(1.05)}.eff_shrink:active{transition:var(--animation-time1);transform:scale(.97)}.eff_push:active{box-shadow:0 0 0 transparent inset,var(--shadow_style_1) var(--shadow_color_remark) inset,0 0 0 transparent!important}.eff_push:focus{box-shadow:0 0 0 transparent inset,0 0 0 transparent inset,var(--shadow_style_3) var(--shadow_color_remark)}._Wrap_58pz3_1{vertical-align:bottom}._Wrap_58pz3_1._Use_profile_58pz3_4{max-width:calc(var(--grid-unit) * 38)}._Wrap_58pz3_1._Use_head_58pz3_7{max-width:calc(var(--grid-unit) * 72)}._Canvas_58pz3_11{width:100%;cursor:move;overflow:hidden;vertical-align:middle}._Preview_58pz3_18{display:none}._ToneBall_58pz3_22{position:relative;width:calc(var(--grid-unit) * 3 / 2);height:calc(var(--grid-unit) * 3 / 2);border-radius:50%;background-color:gray}._ToneBall_1_58pz3_29{background-color:orange}._ToneBall_2_58pz3_32{background-color:#9696ff}._ToneBall_3_58pz3_35{background-color:#f0c891}._ToneBall_4_58pz3_38{background-color:#0ff}._ToneBall_5_58pz3_41{background-color:#f0f}._ToneBall_6_58pz3_44{background-color:#ff0}._ToneBall_7_58pz3_47{background-color:#289ea9}._ToneBall_8_58pz3_50{background-color:#5a70a2}._ToneBall_9_58pz3_53{background-color:#32c057}._ToneBall_10_58pz3_56{background-color:#f6148c}._Wrap_2p2fg_1{text-decoration:none;vertical-align:bottom;position:relative;user-select:none;-webkit-user-select:none}._Wrap_2p2fg_1>*{position:relative;z-index:2;pointer-events:none}._Wrap_2p2fg_1[disabled]{pointer-events:none}._Wrap_2p2fg_1._isLocked_true_2p2fg_16{background-color:hsl(var(--color-layer4-hsl))!important;box-shadow:none!important}._Tone_Sub_Color_theme_2p2fg_21,._Tone_Clear_Color_theme_2p2fg_21{background-color:hsla(var(--color-theme-hsl),var(--color-theme-opacity-few))}._Tone_Sub_Color_posi_2p2fg_24,._Tone_Clear_Color_posi_2p2fg_24{background-color:rgba(var(--color-positive-rgb),.075)}._Tone_Sub_Color_nega_2p2fg_27,._Tone_Clear_Color_nega_2p2fg_27{background-color:rgba(var(--color-negative-rgb),.075)}._Tone_Sub_Color_warn_2p2fg_30,._Tone_Clear_Color_warn_2p2fg_30{background-color:rgba(var(--color-warning-rgb),.075)}._Tone_Sub_Color_white_2p2fg_33,._Tone_Clear_Color_white_2p2fg_33{background-color:#ffffff26}._Tone_Sub_Color_cloud_2p2fg_36,._Tone_Clear_Color_cloud_2p2fg_36{background-color:rgba(var(--color-cloud-rgb),.7)}._Tone_Sub_Color_layer_2p2fg_39,._Tone_Clear_Color_layer_2p2fg_39{background-color:hsla(var(--color-layer5-hsl),.3)}._isNeutral_true_2p2fg_43._Tone_Clear_2p2fg_21:not(:hover):not(:focus){background-color:transparent}._isNeutral_true_2p2fg_43._Tone_BorderToFill_2p2fg_46:not(:hover):not(:focus){background-color:transparent!important}._isNeutral_true_2p2fg_43._Tone_FillToBorder_2p2fg_49:not(:hover):not(:focus){color:#fff!important}._isNeutral_true_2p2fg_43._Tone_FillToBorder_Color_white_2p2fg_52:not(:hover):not(:focus),._isNeutral_true_2p2fg_43._Tone_FillToBorder_Color_cloud_2p2fg_52:not(:hover):not(:focus){color:#000!important}._isNeutral_true_2p2fg_43:hover._Tone_Link_2p2fg_55,._isNeutral_true_2p2fg_43:focus._Tone_Link_2p2fg_55{color:hsl(var(--color-theme-hsl));text-decoration:underline!important}._isNeutral_true_2p2fg_43:hover._Tone_Link_2p2fg_55 *,._isNeutral_true_2p2fg_43:focus._Tone_Link_2p2fg_55 *{text-decoration:underline!important}._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_plain_2p2fg_62,._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_plain_2p2fg_62{background-color:hsl(var(--color-layer3-hsl));color:rgb(var(--font-color2-rgb))}._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_theme_2p2fg_66,._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_theme_2p2fg_66{background-color:hsla(var(--color-theme-hsl),var(--color-theme-opacity-few));color:hsl(var(--color-theme-hsl))}._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_posi_2p2fg_70,._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_posi_2p2fg_70{background-color:rgba(var(--color-positive-rgb),.1);color:rgba(var(--color-positive-rgb),1)}._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_nega_2p2fg_74,._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_nega_2p2fg_74{background-color:rgba(var(--color-negative-rgb),.1);color:rgba(var(--color-negative-rgb),1)}._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_warn_2p2fg_78,._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_warn_2p2fg_78{background-color:rgba(var(--color-warning-rgb),.1);color:rgba(var(--color-warning-rgb),1)}._isNeutral_true_2p2fg_43:hover._Tone_Border_2p2fg_46,._isNeutral_true_2p2fg_43:focus._Tone_Border_2p2fg_46{background-color:rgba(var(--color-cloud-rgb),1)}._isNeutral_true_2p2fg_43:hover._Tone_Prime_2p2fg_85,._isNeutral_true_2p2fg_43:focus._Tone_Prime_2p2fg_85{opacity:.85}._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_theme_2p2fg_21,._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_theme_2p2fg_21,._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_theme_2p2fg_21,._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_theme_2p2fg_21{background-color:hsla(var(--color-theme-hsl),var(--color-theme-opacity-low));color:hsl(var(--color-theme-hsl))}._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_posi_2p2fg_24,._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_posi_2p2fg_24,._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_posi_2p2fg_24,._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_posi_2p2fg_24{background-color:rgba(var(--color-positive-rgb),.125);color:rgba(var(--color-positive-rgb),1)}._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_nega_2p2fg_27,._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_nega_2p2fg_27,._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_nega_2p2fg_27,._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_nega_2p2fg_27{background-color:rgba(var(--color-negative-rgb),.125);color:rgba(var(--color-negative-rgb),1)}._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_warn_2p2fg_30,._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_warn_2p2fg_30,._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_warn_2p2fg_30,._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_warn_2p2fg_30{background-color:rgba(var(--color-warning-rgb),.125);color:rgba(var(--color-warning-rgb),1)}._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_white_2p2fg_33,._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_white_2p2fg_33,._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_white_2p2fg_33,._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_white_2p2fg_33{background-color:#ffffff40;color:#fff}._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_cloud_2p2fg_36,._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_cloud_2p2fg_36,._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_cloud_2p2fg_36,._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_cloud_2p2fg_36{background-color:rgba(var(--color-cloud-rgb),1)}._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_layer_2p2fg_39,._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_layer_2p2fg_39,._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_layer_2p2fg_39,._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_layer_2p2fg_39{background-color:hsla(var(--color-layer5-hsl),.5)}._isNeutral_true_2p2fg_43:hover._Tone_FillToBorder_2p2fg_49,._isNeutral_true_2p2fg_43:focus._Tone_FillToBorder_2p2fg_49{background-color:transparent}._isNeutral_true_2p2fg_43:hover._Tone_BorderToFill_2p2fg_46,._isNeutral_true_2p2fg_43:focus._Tone_BorderToFill_2p2fg_46{color:#fff}._isNeutral_true_2p2fg_43:hover._Tone_BorderToFill_Color_white_2p2fg_120,._isNeutral_true_2p2fg_43:hover._Tone_BorderToFill_Color_cloud_2p2fg_120,._isNeutral_true_2p2fg_43:focus._Tone_BorderToFill_Color_white_2p2fg_120,._isNeutral_true_2p2fg_43:focus._Tone_BorderToFill_Color_cloud_2p2fg_120{background-color:#fff;color:#000}._Wrapper_m8cj1_1 textarea{display:block;width:100%;min-height:calc(var(--grid-unit) * 4);resize:vertical;transition-property:border,box-shadow,background-color!important}._Wrapper_m8cj1_1 input,._Wrapper_m8cj1_1 select,._Wrapper_m8cj1_1 textarea{display:inline-block}._Wrapper_m8cj1_1 input[disabled],._Wrapper_m8cj1_1 select[disabled],._Wrapper_m8cj1_1 textarea[disabled]{box-shadow:none!important;background-color:hsl(var(--color-layer3-hsl))!important;color:rgb(var(--font-color5-rgb))!important;filter:grayscale(50%);cursor:not-allowed!important}._Wrapper_m8cj1_1 input,._Wrapper_m8cj1_1 textarea{cursor:text}._Wrapper_m8cj1_1 input::placeholder,._Wrapper_m8cj1_1 textarea::placeholder{font-family:inherit;color:rgb(var(--font-color4-rgb))}._Wrapper_m8cj1_1 input{min-width:0;display:block}._Wrapper_m8cj1_1 input[type=text],._Wrapper_m8cj1_1 input[type=number]{width:100%}._Wrapper_m8cj1_1 input[type=number]::-webkit-inner-spin-button,._Wrapper_m8cj1_1 input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}._Wrapper_m8cj1_1 input[type=radio],._Wrapper_m8cj1_1 input[type=checkbox],._Wrapper_m8cj1_1 input[type=file]{opacity:0;width:0;height:0;overflow:hidden;position:absolute;appearance:none}._Wrapper_m8cj1_1 input:-webkit-autofill{box-shadow:0 0 0 100rem hsl(var(--color-layer3-hsl)) inset!important;-webkit-text-fill-color:rgb(var(--font-color3-rgb))}._Input_m8cj1_48{outline:none!important}._Input_m8cj1_48:focus,._Input_m8cj1_48:active{z-index:1;background-color:hsl(var(--color-layer1-hsl))}._Input_m8cj1_48:focus{border-color:hsl(var(--color-theme-hsl))!important;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))}._Input_m8cj1_48:active{box-shadow:0 0 0 transparent inset,0 0 0 transparent;transition:var(--animation-time3)}._Input_m8cj1_48._InputCover_m8cj1_63:focus-within{z-index:1;background-color:hsl(var(--color-layer1-hsl))}._Input_m8cj1_48._InputCover_m8cj1_63:focus-within{border-color:hsl(var(--color-theme-hsl))!important;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))}@keyframes _ShowCell_m8cj1_1{to{opacity:1;transform:scale(1)}}._DigitCharacterCell_m8cj1_78._Combined_m8cj1_78:not(:first-child):not(:last-child){border-radius:0!important}._DigitCharacterCell_m8cj1_78._Combined_m8cj1_78:first-child{border-top-right-radius:0!important;border-bottom-right-radius:0!important}._DigitCharacterCell_m8cj1_78._Combined_m8cj1_78:last-child{border-top-left-radius:0!important;border-bottom-left-radius:0!important}._SelectorWrapper_vfpyx_1{overflow:auto}._SelectorWrapper_vfpyx_1::-webkit-scrollbar,._SelectorWrapper_vfpyx_1::-webkit-scrollbar-track{width:calc(var(--grid-unit) * 2 / 3)!important;height:calc(var(--grid-unit) * 2 / 3)!important;background-color:hsl(var(--color-layer3-hsl))}._SelectorWrapper_vfpyx_1::-webkit-scrollbar-thumb{width:calc(var(--grid-unit) * 2 / 3)!important;height:calc(var(--grid-unit) * 2 / 3)!important;background-color:hsla(var(--color-theme-hsl),.75)!important}._Input_1g1ty_1:focus+._List_1g1ty_1 ._AddButton_1g1ty_1{background-color:hsl(var(--color-layer3-hsl))}._FileName_1g1ty_5{word-break:break-all}._AddButton_1g1ty_1{transition:var(--animation-time2)}._AddButton_1g1ty_1>*{pointer-events:none}._AddButton_1g1ty_1:hover,._AddButton_1g1ty_1._Draggable_1g1ty_18{background-color:hsl(var(--color-layer3-hsl))}._AddButton_1g1ty_1._Draggable_1g1ty_18 ._AddIcon_1g1ty_21{animation:1s infinite _IconAnimation_1g1ty_1}@keyframes _IconAnimation_1g1ty_1{0%{box-shadow:0 0 hsl(var(--color-theme-hsl))}to{box-shadow:0 0 0 1rem hsla(var(--color-theme-hsl),0)}}._CellBase_1bm9l_1._HideInput_true_1bm9l_1 ._Input_1bm9l_1{display:none}._Input_1bm9l_1:checked+._Label_1bm9l_5 ._Icon_1bm9l_5{border-color:transparent}._Input_1bm9l_1:checked+._Label_1bm9l_5 ._Icon_1bm9l_5:after,._Input_1bm9l_1:checked+._Label_1bm9l_5 ._Icon_1bm9l_5>*{transform:scale(1)!important;opacity:1!important}._Input_1bm9l_1._defaultActiveStyling_true_1bm9l_12:checked:focus+._Label_1bm9l_5{opacity:1!important;box-shadow:0 0 0 transparent inset,0 0 0 1px hsla(var(--color-theme-hsl),var(--color-theme-opacity-middle)),0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl),var(--color-theme-opacity-low))!important}._Input_1bm9l_1._defaultActiveStyling_true_1bm9l_12:focus+._Label_1bm9l_5{box-shadow:0 0 0 transparent inset,0 0 0 calc(var(--grid-unit) * 1 / 3) hsl(var(--color-layer3-hsl))!important}._Input_1bm9l_1._defaultActiveStyling_true_1bm9l_12:active+._Label_1bm9l_5{opacity:1!important}._Label_1bm9l_5{-webkit-user-select:none;user-select:none}._Label_1bm9l_5 *{pointer-events:none}._Label_1bm9l_5._defaultActiveStyling_true_1bm9l_12:hover{opacity:.6}._Icon_1bm9l_5{width:20px;height:20px}._Icon_1bm9l_5._CheckboxIcon_1bm9l_38:after{background-color:hsl(var(--color-theme-hsl))}._Icon_1bm9l_5._CheckboxIcon_1bm9l_38 ._I_1bm9l_1{transform:scale(.3)}._Icon_1bm9l_5:before,._Icon_1bm9l_5:after{content:"";position:absolute;opacity:0;transition:var(--animation-time2)}._Icon_1bm9l_5:before{width:100%;height:100%;border-radius:inherit;opacity:1;transition:0s;transition-timing-function:var(--animation-style1)}._Icon_1bm9l_5:after{top:0;left:0;width:100%;height:100%;transform:scale(.3);border-radius:inherit;background-color:hsl(var(--color-layer1-hsl));border:5.5px solid hsl(var(--color-theme-hsl));box-shadow:0 0 0 transparent inset,0 0 0 transparent inset,var(--shadow_style_0) var(--shadow_color_normal);background-color:#fff}._Select_11niy_1{cursor:pointer;position:absolute;inset:0;opacity:0}._SelectLegend_11niy_11 *{pointer-events:none}._Input_lskuu_1{position:absolute;height:0;width:0;overflow:hidden}._Input_lskuu_1:checked+._Label_lskuu_7 ._Dot_lskuu_7{left:calc(100% - var(--grid-unit) * 2.5)!important}._Input_lskuu_1:focus+._Label_lskuu_7{box-shadow:0 0 0 calc(var(--grid-unit) * 1 / 3) hsl(var(--color-layer3-hsl))}._Input_lskuu_1[disabled]+._Label_lskuu_7{opacity:.4}._Select_2ujbp_1{cursor:pointer;position:absolute;inset:0;opacity:0}._Label_qfhyi_1:before{content:"";position:absolute;top:calc(-1 * var(--grid-unit) * 3 / 2 / 2);height:calc(var(--grid-unit) * 3 / 2 / 2);left:50%;width:1px;transform:translate(-50%);background-color:rgb(var(--font-color4-rgb))}._Label_qfhyi_1:not(:first-child):not(:last-child){opacity:0}._Label_qfhyi_1:first-child,._Label_qfhyi_1:last-child{opacity:.6}._Wrap_qfhyi_18:hover ._Rail_qfhyi_18 ._Bar_qfhyi_18{background-color:hsl(var(--color-layer5-hsl))}._Wrap_qfhyi_18:hover ._Rail_qfhyi_18 ._Bar_qfhyi_18 ._BarColor_qfhyi_21{opacity:1!important}._Wrap_qfhyi_18:hover ._Rail_qfhyi_18+._Labels_qfhyi_24 ._Label_qfhyi_1{opacity:.75}._Wrap_qfhyi_18._ShowLegendsAlways_true_qfhyi_27 ._Label_qfhyi_1{opacity:1}._Wrap_qfhyi_18 ._Rail_qfhyi_18,._Wrap_qfhyi_18 ._Rail_qfhyi_18 *{user-select:none;-webkit-user-select:none}._Wrap_qfhyi_18 ._Rail_qfhyi_18 ._Ball_qfhyi_38{transition:box-shadow var(--animation-time2),left .1s}._Wrap_qfhyi_18 ._Rail_qfhyi_18 ._Ball_qfhyi_38:focus{box-shadow:0 0 0 calc(var(--grid-unit) * 2 / 3) hsla(var(--color-layer5-hsl),.4)}._Wrap_qfhyi_18 ._Rail_qfhyi_18 ._Ball_qfhyi_38:before{position:absolute;content:"";inset:0;border-radius:100rem;box-shadow:0 0 0 transparent inset,var(--shadow_style_0) var(--shadow_color_normal)}._Wrap_qfhyi_18 ._Rail_qfhyi_18:active ._Ball_qfhyi_38{box-shadow:0 0 0 calc(var(--grid-unit) * 2 / 3) hsla(var(--color-layer5-hsl),.4)}._Wrap_qfhyi_18 ._Rail_qfhyi_18:active+._Labels_qfhyi_24 ._Label_qfhyi_1{opacity:1}._Header_1rlyc_1{position:sticky;top:0;z-index:2;background-color:hsl(var(--color-layer1-hsl))}._Body_1rlyc_8{position:relative;z-index:1}._Footer_1rlyc_13{position:sticky;bottom:0;z-index:2;background-color:hsl(var(--color-layer1-hsl))}._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20{width:calc(var(--grid-unit) * 4);height:calc(var(--grid-unit) * 4)}._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 ._Needle_1rlyc_24{transform-origin:bottom;transition:.4s;left:calc(50% - .5px);border-radius:2px;box-shadow:0 0 0 .5px hsl(var(--color-theme-hsl))}._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 ._Needle_1rlyc_24._hour_1rlyc_31{top:calc(var(--grid-unit) * 4 * .25);height:calc(50% - var(--grid-unit) * 4 * .25);z-index:1}._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 ._Needle_1rlyc_24._minute_1rlyc_36{top:calc(var(--grid-unit) * 4 * .15);height:calc(50% - var(--grid-unit) * 4 * .15);z-index:2}._DateBase_1rlyc_42 ._LeftButton_1rlyc_42:active{right:calc(var(--grid-unit) * 1 / 3)!important}._DateBase_1rlyc_42 ._RightButton_1rlyc_45:active{left:calc(var(--grid-unit) * 1 / 3)!important}._MonthBase_1rlyc_49 ._LeftButton_1rlyc_42:active{right:calc(var(--grid-unit) * 1 / 3)!important}._MonthBase_1rlyc_49 ._RightButton_1rlyc_45:active{left:calc(var(--grid-unit) * 1 / 3)!important}._MonthBase_1rlyc_49 ._Cell_1rlyc_55._isThisMonth_1rlyc_55{color:#fff!important;background-color:rgba(var(--color-warning-rgb),1)!important;box-shadow:0 0 0 transparent inset,var(--shadow_style_1) var(--shadow_color_remark)}._miniYearInput_1rlyc_61{width:4em!important;text-align:center}._CalendarDay_1rlyc_66._isToday_true_1rlyc_66{color:#fff!important;background-color:rgba(var(--color-warning-rgb),1)!important;font-weight:700}._Origin_vvhgd_1,._Shallow_vvhgd_5{transition:box-shadow var(--animation-time1),border-color var(--animation-time1),border-radius var(--animation-time1),padding var(--animation-time1)!important}._Label_1516t_1{user-select:none;-webkit-user-select:none;flex:auto}._Label_1516t_1._Tone_Auto_1516t_6:before,._Label_1516t_1._Tone_Cloud_1516t_6:before,._Label_1516t_1._Tone_ThemeCloud_1516t_6:before,._Label_1516t_1._Tone_WhiteCloud_1516t_6:before{transform:scale(.4);position:absolute;content:"";inset:0;background-color:hsl(var(--color-theme-hsl));opacity:0;border-radius:inherit;box-shadow:0 0 0 transparent inset,var(--shadow_style_0) var(--shadow_color_normal);transition:var(--animation-time2)}._Label_1516t_1._Tone_Auto_1516t_6._Checked_1516t_20:before,._Label_1516t_1._Tone_Cloud_1516t_6._Checked_1516t_20:before,._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20:before,._Label_1516t_1._Tone_WhiteCloud_1516t_6._Checked_1516t_20:before{transform:scale(1);opacity:1}._Label_1516t_1._Tone_WhiteCloud_1516t_6:before{background-color:hsl(var(--color-layer1-hsl))}._Label_1516t_1._Tone_WhiteCloud_1516t_6._Checked_1516t_20{background-color:hsl(var(--color-layer1-hsl))!important}._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20{background-color:hsl(var(--color-theme-hsl))}._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20:focus,._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20:active{background-color:hsl(var(--color-theme-hsl))!important}._Label_1516t_1._Tone_ThemeBorder_1516t_36._Checked_1516t_20{background-color:hsl(var(--color-theme-hsl))}._Label_1516t_1._Tone_ThemeBorder_1516t_36._Checked_1516t_20:focus,._Label_1516t_1._Tone_ThemeBorder_1516t_36._Checked_1516t_20:active{background-color:hsl(var(--color-theme-hsl))!important}._Label_1516t_1._Tone_BottomLine_1516t_42:after{content:"";position:absolute;bottom:0;left:0;right:0;height:calc(var(--grid-unit) * 1 / 3);background-color:hsl(var(--color-theme-hsl));opacity:0;border-radius:100rem;transition:var(--animation-time2)}._Label_1516t_1._Tone_BottomLine_1516t_42:hover,._Label_1516t_1._Tone_BottomLine_1516t_42:focus{background-color:hsla(var(--color-theme-hsl),var(--color-theme-opacity-few));color:hsl(var(--color-theme-hsl))}._Label_1516t_1._Tone_BottomLine_1516t_42:hover:after,._Label_1516t_1._Tone_BottomLine_1516t_42:focus:after{opacity:.2}._Label_1516t_1._Tone_BottomLine_1516t_42:active{background-color:hsla(var(--color-theme-hsl),var(--color-theme-opacity-few))}._Label_1516t_1._Tone_BottomLine_1516t_42:active:after{opacity:.4}._Label_1516t_1._Tone_BottomLine_1516t_42._Checked_1516t_20:after{opacity:1}