amotify 0.1.23 → 0.1.25

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