@itilite/lumina-ui 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -1,3 +1,452 @@
1
+ /* src/styles.css */
2
+ *,
3
+ ::before,
4
+ ::after {
5
+ --tw-border-spacing-x: 0;
6
+ --tw-border-spacing-y: 0;
7
+ --tw-translate-x: 0;
8
+ --tw-translate-y: 0;
9
+ --tw-rotate: 0;
10
+ --tw-skew-x: 0;
11
+ --tw-skew-y: 0;
12
+ --tw-scale-x: 1;
13
+ --tw-scale-y: 1;
14
+ --tw-pan-x: ;
15
+ --tw-pan-y: ;
16
+ --tw-pinch-zoom: ;
17
+ --tw-scroll-snap-strictness: proximity;
18
+ --tw-gradient-from-position: ;
19
+ --tw-gradient-via-position: ;
20
+ --tw-gradient-to-position: ;
21
+ --tw-ordinal: ;
22
+ --tw-slashed-zero: ;
23
+ --tw-numeric-figure: ;
24
+ --tw-numeric-spacing: ;
25
+ --tw-numeric-fraction: ;
26
+ --tw-ring-inset: ;
27
+ --tw-ring-offset-width: 0px;
28
+ --tw-ring-offset-color: #fff;
29
+ --tw-ring-color: rgb(59 130 246 / 0.5);
30
+ --tw-ring-offset-shadow: 0 0 #0000;
31
+ --tw-ring-shadow: 0 0 #0000;
32
+ --tw-shadow: 0 0 #0000;
33
+ --tw-shadow-colored: 0 0 #0000;
34
+ --tw-blur: ;
35
+ --tw-brightness: ;
36
+ --tw-contrast: ;
37
+ --tw-grayscale: ;
38
+ --tw-hue-rotate: ;
39
+ --tw-invert: ;
40
+ --tw-saturate: ;
41
+ --tw-sepia: ;
42
+ --tw-drop-shadow: ;
43
+ --tw-backdrop-blur: ;
44
+ --tw-backdrop-brightness: ;
45
+ --tw-backdrop-contrast: ;
46
+ --tw-backdrop-grayscale: ;
47
+ --tw-backdrop-hue-rotate: ;
48
+ --tw-backdrop-invert: ;
49
+ --tw-backdrop-opacity: ;
50
+ --tw-backdrop-saturate: ;
51
+ --tw-backdrop-sepia: ;
52
+ --tw-contain-size: ;
53
+ --tw-contain-layout: ;
54
+ --tw-contain-paint: ;
55
+ --tw-contain-style: ;
56
+ }
57
+ ::backdrop {
58
+ --tw-border-spacing-x: 0;
59
+ --tw-border-spacing-y: 0;
60
+ --tw-translate-x: 0;
61
+ --tw-translate-y: 0;
62
+ --tw-rotate: 0;
63
+ --tw-skew-x: 0;
64
+ --tw-skew-y: 0;
65
+ --tw-scale-x: 1;
66
+ --tw-scale-y: 1;
67
+ --tw-pan-x: ;
68
+ --tw-pan-y: ;
69
+ --tw-pinch-zoom: ;
70
+ --tw-scroll-snap-strictness: proximity;
71
+ --tw-gradient-from-position: ;
72
+ --tw-gradient-via-position: ;
73
+ --tw-gradient-to-position: ;
74
+ --tw-ordinal: ;
75
+ --tw-slashed-zero: ;
76
+ --tw-numeric-figure: ;
77
+ --tw-numeric-spacing: ;
78
+ --tw-numeric-fraction: ;
79
+ --tw-ring-inset: ;
80
+ --tw-ring-offset-width: 0px;
81
+ --tw-ring-offset-color: #fff;
82
+ --tw-ring-color: rgb(59 130 246 / 0.5);
83
+ --tw-ring-offset-shadow: 0 0 #0000;
84
+ --tw-ring-shadow: 0 0 #0000;
85
+ --tw-shadow: 0 0 #0000;
86
+ --tw-shadow-colored: 0 0 #0000;
87
+ --tw-blur: ;
88
+ --tw-brightness: ;
89
+ --tw-contrast: ;
90
+ --tw-grayscale: ;
91
+ --tw-hue-rotate: ;
92
+ --tw-invert: ;
93
+ --tw-saturate: ;
94
+ --tw-sepia: ;
95
+ --tw-drop-shadow: ;
96
+ --tw-backdrop-blur: ;
97
+ --tw-backdrop-brightness: ;
98
+ --tw-backdrop-contrast: ;
99
+ --tw-backdrop-grayscale: ;
100
+ --tw-backdrop-hue-rotate: ;
101
+ --tw-backdrop-invert: ;
102
+ --tw-backdrop-opacity: ;
103
+ --tw-backdrop-saturate: ;
104
+ --tw-backdrop-sepia: ;
105
+ --tw-contain-size: ;
106
+ --tw-contain-layout: ;
107
+ --tw-contain-paint: ;
108
+ --tw-contain-style: ;
109
+ }
110
+ *,
111
+ ::before,
112
+ ::after {
113
+ box-sizing: border-box;
114
+ border-width: 0;
115
+ border-style: solid;
116
+ border-color: #e5e7eb;
117
+ }
118
+ ::before,
119
+ ::after {
120
+ --tw-content: "";
121
+ }
122
+ html,
123
+ :host {
124
+ line-height: 1.5;
125
+ -webkit-text-size-adjust: 100%;
126
+ -moz-tab-size: 4;
127
+ -o-tab-size: 4;
128
+ tab-size: 4;
129
+ font-family:
130
+ ui-sans-serif,
131
+ system-ui,
132
+ sans-serif,
133
+ "Apple Color Emoji",
134
+ "Segoe UI Emoji",
135
+ "Segoe UI Symbol",
136
+ "Noto Color Emoji";
137
+ font-feature-settings: normal;
138
+ font-variation-settings: normal;
139
+ -webkit-tap-highlight-color: transparent;
140
+ }
141
+ body {
142
+ margin: 0;
143
+ line-height: inherit;
144
+ }
145
+ hr {
146
+ height: 0;
147
+ color: inherit;
148
+ border-top-width: 1px;
149
+ }
150
+ abbr:where([title]) {
151
+ -webkit-text-decoration: underline dotted;
152
+ text-decoration: underline dotted;
153
+ }
154
+ h1,
155
+ h2,
156
+ h3,
157
+ h4,
158
+ h5,
159
+ h6 {
160
+ font-size: inherit;
161
+ font-weight: inherit;
162
+ }
163
+ a {
164
+ color: inherit;
165
+ text-decoration: inherit;
166
+ }
167
+ b,
168
+ strong {
169
+ font-weight: bolder;
170
+ }
171
+ code,
172
+ kbd,
173
+ samp,
174
+ pre {
175
+ font-family:
176
+ ui-monospace,
177
+ SFMono-Regular,
178
+ Menlo,
179
+ Monaco,
180
+ Consolas,
181
+ "Liberation Mono",
182
+ "Courier New",
183
+ monospace;
184
+ font-feature-settings: normal;
185
+ font-variation-settings: normal;
186
+ font-size: 1em;
187
+ }
188
+ small {
189
+ font-size: 80%;
190
+ }
191
+ sub,
192
+ sup {
193
+ font-size: 75%;
194
+ line-height: 0;
195
+ position: relative;
196
+ vertical-align: baseline;
197
+ }
198
+ sub {
199
+ bottom: -0.25em;
200
+ }
201
+ sup {
202
+ top: -0.5em;
203
+ }
204
+ table {
205
+ text-indent: 0;
206
+ border-color: inherit;
207
+ border-collapse: collapse;
208
+ }
209
+ button,
210
+ input,
211
+ optgroup,
212
+ select,
213
+ textarea {
214
+ font-family: inherit;
215
+ font-feature-settings: inherit;
216
+ font-variation-settings: inherit;
217
+ font-size: 100%;
218
+ font-weight: inherit;
219
+ line-height: inherit;
220
+ letter-spacing: inherit;
221
+ color: inherit;
222
+ margin: 0;
223
+ padding: 0;
224
+ }
225
+ button,
226
+ select {
227
+ text-transform: none;
228
+ }
229
+ button,
230
+ input:where([type=button]),
231
+ input:where([type=reset]),
232
+ input:where([type=submit]) {
233
+ -webkit-appearance: button;
234
+ background-color: transparent;
235
+ background-image: none;
236
+ }
237
+ :-moz-focusring {
238
+ outline: auto;
239
+ }
240
+ :-moz-ui-invalid {
241
+ box-shadow: none;
242
+ }
243
+ progress {
244
+ vertical-align: baseline;
245
+ }
246
+ ::-webkit-inner-spin-button,
247
+ ::-webkit-outer-spin-button {
248
+ height: auto;
249
+ }
250
+ [type=search] {
251
+ -webkit-appearance: textfield;
252
+ outline-offset: -2px;
253
+ }
254
+ ::-webkit-search-decoration {
255
+ -webkit-appearance: none;
256
+ }
257
+ ::-webkit-file-upload-button {
258
+ -webkit-appearance: button;
259
+ font: inherit;
260
+ }
261
+ summary {
262
+ display: list-item;
263
+ }
264
+ blockquote,
265
+ dl,
266
+ dd,
267
+ h1,
268
+ h2,
269
+ h3,
270
+ h4,
271
+ h5,
272
+ h6,
273
+ hr,
274
+ figure,
275
+ p,
276
+ pre {
277
+ margin: 0;
278
+ }
279
+ fieldset {
280
+ margin: 0;
281
+ padding: 0;
282
+ }
283
+ legend {
284
+ padding: 0;
285
+ }
286
+ ol,
287
+ ul,
288
+ menu {
289
+ list-style: none;
290
+ margin: 0;
291
+ padding: 0;
292
+ }
293
+ dialog {
294
+ padding: 0;
295
+ }
296
+ textarea {
297
+ resize: vertical;
298
+ }
299
+ input::-moz-placeholder,
300
+ textarea::-moz-placeholder {
301
+ opacity: 1;
302
+ color: #9ca3af;
303
+ }
304
+ input::placeholder,
305
+ textarea::placeholder {
306
+ opacity: 1;
307
+ color: #9ca3af;
308
+ }
309
+ button,
310
+ [role=button] {
311
+ cursor: pointer;
312
+ }
313
+ :disabled {
314
+ cursor: default;
315
+ }
316
+ img,
317
+ svg,
318
+ video,
319
+ canvas,
320
+ audio,
321
+ iframe,
322
+ embed,
323
+ object {
324
+ display: block;
325
+ vertical-align: middle;
326
+ }
327
+ img,
328
+ video {
329
+ max-width: 100%;
330
+ height: auto;
331
+ }
332
+ [hidden]:where(:not([hidden=until-found])) {
333
+ display: none;
334
+ }
335
+ .tw-right-6 {
336
+ right: 1.5rem;
337
+ }
338
+ .tw-top-6 {
339
+ top: 1.5rem;
340
+ }
341
+ .tw-flex {
342
+ display: flex;
343
+ }
344
+ .tw-h-2 {
345
+ height: 0.5rem;
346
+ }
347
+ .tw-h-3 {
348
+ height: 0.75rem;
349
+ }
350
+ .tw-cursor-not-allowed {
351
+ cursor: not-allowed;
352
+ }
353
+ .tw-items-end {
354
+ align-items: flex-end;
355
+ }
356
+ .tw-items-center {
357
+ align-items: center;
358
+ }
359
+ .tw-justify-center {
360
+ justify-content: center;
361
+ }
362
+ .tw-gap-1 {
363
+ gap: 0.25rem;
364
+ }
365
+ .tw-rounded-full {
366
+ border-radius: 9999px;
367
+ }
368
+ .tw-rounded-lg {
369
+ border-radius: 0.5rem;
370
+ }
371
+ .tw-border {
372
+ border-width: 1px;
373
+ }
374
+ .tw-border-0 {
375
+ border-width: 0px;
376
+ }
377
+ .tw-border-solid {
378
+ border-style: solid;
379
+ }
380
+ .tw-bg-transparent {
381
+ background-color: transparent;
382
+ }
383
+ .tw-object-cover {
384
+ -o-object-fit: cover;
385
+ object-fit: cover;
386
+ }
387
+ .tw-p-2 {
388
+ padding: 0.5rem;
389
+ }
390
+ .tw-p-4 {
391
+ padding: 1rem;
392
+ }
393
+ .tw-text-font-size-10 {
394
+ font-size: 0.625rem;
395
+ }
396
+ .tw-text-font-size-50 {
397
+ font-size: 1.25rem;
398
+ }
399
+ .tw-font-medium {
400
+ font-weight: 500;
401
+ }
402
+ .tw-leading-7 {
403
+ line-height: 1.75rem;
404
+ }
405
+ .tw-text-color-border-dark-subtle {
406
+ --tw-text-opacity: 1;
407
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
408
+ }
409
+ .tw-text-color-surface-dark {
410
+ --tw-text-opacity: 1;
411
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
412
+ }
413
+ .tw-text-color-text-primary {
414
+ --tw-text-opacity: 1;
415
+ color: rgb(236 93 37 / var(--tw-text-opacity, 1));
416
+ }
417
+ .tw-text-white {
418
+ --tw-text-opacity: 1;
419
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
420
+ }
421
+ .tw-opacity-40 {
422
+ opacity: 0.4;
423
+ }
424
+ @media (min-width: 576px) {
425
+ .sm\:tw-p-6 {
426
+ padding: 1.5rem;
427
+ }
428
+ }
429
+
430
+
431
+ /* CSS Modules */
432
+ /* src/atom/Switch/Switch.module.scss */
433
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
434
+ height: 0.75rem;
435
+ min-width: 1.5rem
436
+ }
437
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
438
+ height: 0.5rem;
439
+ width: 0.5rem
440
+ }
441
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
442
+ --tw-bg-opacity: 1;
443
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
444
+ }
445
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
446
+ --tw-bg-opacity: 1;
447
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
448
+ }
449
+
1
450
  /* src/atom/Tooltip/Tooltip.module.scss */
2
451
  .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
3
452
  background-color: white !important;
@@ -11,6 +460,74 @@
11
460
  background-color: white !important;
12
461
  }
13
462
 
463
+ /* src/atom/Radio/Radio.module.scss */
464
+ .Radio-module__radio___1CPAk {
465
+ display: flex;
466
+ align-items: center;
467
+ }
468
+ .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
469
+ height: 16px;
470
+ width: 16px;
471
+ }
472
+ .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
473
+ height: 20px;
474
+ width: 20px;
475
+ }
476
+ .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
477
+ height: 24px;
478
+ width: 24px;
479
+ }
480
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
481
+ border-color: #EC5D25;
482
+ background-color: #EC5D25;
483
+ }
484
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
485
+ border-color: #B94710;
486
+ background-color: #B94710;
487
+ }
488
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
489
+ outline: 2px solid #0A65E7;
490
+ }
491
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
492
+ cursor: not-allowed;
493
+ }
494
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
495
+ border-color: #B6BAC3;
496
+ background-color: #B6BAC3;
497
+ }
498
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
499
+ transform: scale(0.375);
500
+ background-color: #FFFFFF;
501
+ }
502
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
503
+ border-color: #B6BAC3;
504
+ }
505
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
506
+ border-color: #6B7280;
507
+ }
508
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
509
+ outline: 2px solid #0A65E7;
510
+ }
511
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
512
+ cursor: not-allowed;
513
+ }
514
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
515
+ border-color: #B6BAC3;
516
+ background-color: #F9FAFB;
517
+ }
518
+ .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
519
+ color: #363E4F;
520
+ font-weight: 400;
521
+ font-size: 0.875rem;
522
+ line-height: 20px;
523
+ }
524
+ .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
525
+ color: #363E4F;
526
+ font-weight: 500;
527
+ font-size: 0.875rem;
528
+ line-height: 20px;
529
+ }
530
+
14
531
  /* src/atom/Button/Button.module.scss */
15
532
  .Button-module__button___cLCyl {
16
533
  display: flex;
@@ -201,92 +718,6 @@
201
718
  outline: none;
202
719
  }
203
720
 
204
- /* src/atom/Switch/Switch.module.scss */
205
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
206
- height: 0.75rem;
207
- min-width: 1.5rem
208
- }
209
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
210
- height: 0.5rem;
211
- width: 0.5rem
212
- }
213
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
214
- --tw-bg-opacity: 1;
215
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
216
- }
217
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
218
- --tw-bg-opacity: 1;
219
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
220
- }
221
-
222
- /* src/atom/Radio/Radio.module.scss */
223
- .Radio-module__radio___1CPAk {
224
- display: flex;
225
- align-items: center;
226
- }
227
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
228
- height: 16px;
229
- width: 16px;
230
- }
231
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
232
- height: 20px;
233
- width: 20px;
234
- }
235
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
236
- height: 24px;
237
- width: 24px;
238
- }
239
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
240
- border-color: #EC5D25;
241
- background-color: #EC5D25;
242
- }
243
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
244
- border-color: #B94710;
245
- background-color: #B94710;
246
- }
247
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
248
- outline: 2px solid #0A65E7;
249
- }
250
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
251
- cursor: not-allowed;
252
- }
253
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
254
- border-color: #B6BAC3;
255
- background-color: #B6BAC3;
256
- }
257
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
258
- transform: scale(0.375);
259
- background-color: #FFFFFF;
260
- }
261
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
262
- border-color: #B6BAC3;
263
- }
264
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
265
- border-color: #6B7280;
266
- }
267
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
268
- outline: 2px solid #0A65E7;
269
- }
270
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
271
- cursor: not-allowed;
272
- }
273
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
274
- border-color: #B6BAC3;
275
- background-color: #F9FAFB;
276
- }
277
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
278
- color: #363E4F;
279
- font-weight: 400;
280
- font-size: 0.875rem;
281
- line-height: 20px;
282
- }
283
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
284
- color: #363E4F;
285
- font-weight: 500;
286
- font-size: 0.875rem;
287
- line-height: 20px;
288
- }
289
-
290
721
  /* src/atom/Checkbox/Checkbox.module.scss */
291
722
  .Checkbox-module__checkbox___xxg5L {
292
723
  display: flex;
@@ -665,190 +1096,6 @@
665
1096
  outline: none;
666
1097
  }
667
1098
 
668
- /* src/atom/Switch/Switch.module.scss */
669
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
670
- height: 0.75rem;
671
- min-width: 1.5rem
672
- }
673
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
674
- height: 0.5rem;
675
- width: 0.5rem
676
- }
677
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
678
- --tw-bg-opacity: 1;
679
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
680
- }
681
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
682
- --tw-bg-opacity: 1;
683
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
684
- }
685
-
686
- /* src/atom/Radio/Radio.module.scss */
687
- .Radio-module__radio___1CPAk {
688
- display: flex;
689
- align-items: center;
690
- }
691
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
692
- height: 16px;
693
- width: 16px;
694
- }
695
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
696
- height: 20px;
697
- width: 20px;
698
- }
699
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
700
- height: 24px;
701
- width: 24px;
702
- }
703
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
704
- border-color: #EC5D25;
705
- background-color: #EC5D25;
706
- }
707
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
708
- border-color: #B94710;
709
- background-color: #B94710;
710
- }
711
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
712
- outline: 2px solid #0A65E7;
713
- }
714
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
715
- cursor: not-allowed;
716
- }
717
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
718
- border-color: #B6BAC3;
719
- background-color: #B6BAC3;
720
- }
721
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
722
- transform: scale(0.375);
723
- background-color: #FFFFFF;
724
- }
725
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
726
- border-color: #B6BAC3;
727
- }
728
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
729
- border-color: #6B7280;
730
- }
731
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
732
- outline: 2px solid #0A65E7;
733
- }
734
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
735
- cursor: not-allowed;
736
- }
737
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
738
- border-color: #B6BAC3;
739
- background-color: #F9FAFB;
740
- }
741
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
742
- color: #363E4F;
743
- font-weight: 400;
744
- font-size: 0.875rem;
745
- line-height: 20px;
746
- }
747
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
748
- color: #363E4F;
749
- font-weight: 500;
750
- font-size: 0.875rem;
751
- line-height: 20px;
752
- }
753
-
754
- /* src/atom/Checkbox/Checkbox.module.scss */
755
- .Checkbox-module__checkbox___xxg5L {
756
- display: flex;
757
- align-items: center;
758
- }
759
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
760
- height: 16px;
761
- width: 16px;
762
- }
763
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
764
- height: 20px;
765
- width: 20px;
766
- }
767
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
768
- inset-inline-start: 27%;
769
- }
770
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
771
- height: 24px;
772
- width: 24px;
773
- }
774
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
775
- inset-inline-start: 33%;
776
- }
777
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
778
- border-color: #ec5d25;
779
- background-color: #ec5d25;
780
- }
781
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
782
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
783
- .ant-checkbox-inner {
784
- --tw-bg-opacity: 1;
785
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
786
- }
787
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
788
- outline: 2px solid #0a65e7;
789
- }
790
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
791
- cursor: not-allowed;
792
- }
793
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
794
- opacity: 0.5;
795
- border-color: #ec5d25;
796
- background-color: #ec5d25;
797
- }
798
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
799
- border-color: #ffffff;
800
- }
801
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
802
- border-color: #b6bac3;
803
- }
804
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
805
- border-color: #6b7280;
806
- }
807
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
808
- outline: 2px solid #0a65e7;
809
- }
810
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
811
- cursor: not-allowed;
812
- }
813
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
814
- border-color: #b6bac3;
815
- background-color: #f9fafb;
816
- }
817
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
818
- color: #363e4f;
819
- }
820
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
821
- color: #363e4f;
822
- font-weight: 400;
823
- font-size: 0.875rem;
824
- line-height: 20px;
825
- }
826
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
827
- color: #363e4f;
828
- font-weight: 500;
829
- font-size: 0.875rem;
830
- line-height: 20px;
831
- }
832
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
833
- opacity: 0.5;
834
- border-color: #ec5d25;
835
- background-color: #ec5d25;
836
- }
837
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
838
- border-color: #ffffff;
839
- }
840
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
841
- border-color: #ec5d25 !important;
842
- background-color: #ec5d25 !important;
843
- }
844
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
845
- inset-inline-start: 50%;
846
- width: 60%;
847
- height: 3px;
848
- border-radius: 4px;
849
- background: white;
850
- }
851
-
852
1099
  /* src/atom/Modal/Modal.module.scss */
853
1100
  .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
854
1101
  margin-top: 0;
@@ -922,23 +1169,6 @@
922
1169
  margin-inline-start: 0.5rem;
923
1170
  }
924
1171
 
925
- /* CSS Modules */
926
-
927
-
928
- /* CSS Modules */
929
- /* src/atom/Tooltip/Tooltip.module.scss */
930
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
931
- background-color: white !important;
932
- color: #111827;
933
- border-radius: 0.5rem;
934
- padding: 0.625rem;
935
- --tw-text-opacity: 1;
936
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
937
- }
938
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
939
- background-color: white !important;
940
- }
941
-
942
1172
  /* src/atom/Radio/Radio.module.scss */
943
1173
  .Radio-module__radio___1CPAk {
944
1174
  display: flex;
@@ -1007,6 +1237,24 @@
1007
1237
  line-height: 20px;
1008
1238
  }
1009
1239
 
1240
+ /* src/atom/Switch/Switch.module.scss */
1241
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1242
+ height: 0.75rem;
1243
+ min-width: 1.5rem
1244
+ }
1245
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
1246
+ height: 0.5rem;
1247
+ width: 0.5rem
1248
+ }
1249
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
1250
+ --tw-bg-opacity: 1;
1251
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1252
+ }
1253
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
1254
+ --tw-bg-opacity: 1;
1255
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1256
+ }
1257
+
1010
1258
  /* src/atom/Checkbox/Checkbox.module.scss */
1011
1259
  .Checkbox-module__checkbox___xxg5L {
1012
1260
  display: flex;
@@ -1105,749 +1353,4 @@
1105
1353
  background: white;
1106
1354
  }
1107
1355
 
1108
- /* src/atom/Switch/Switch.module.scss */
1109
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1110
- height: 0.75rem;
1111
- min-width: 1.5rem
1112
- }
1113
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
1114
- height: 0.5rem;
1115
- width: 0.5rem
1116
- }
1117
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
1118
- --tw-bg-opacity: 1;
1119
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1120
- }
1121
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
1122
- --tw-bg-opacity: 1;
1123
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1124
- }
1125
-
1126
- /* src/atom/Button/Button.module.scss */
1127
- .Button-module__button___cLCyl {
1128
- display: flex;
1129
- align-items: center;
1130
- justify-content: center;
1131
- gap: 0.25rem;
1132
- border-radius: 0.5rem;
1133
- }
1134
- .Button-module__button___cLCyl.Button-module__size_large___S-mbU {
1135
- height: 56px;
1136
- padding-left: 1rem;
1137
- padding-right: 1rem;
1138
- }
1139
- .Button-module__button___cLCyl.Button-module__size_large___S-mbU.Button-module__shape_circle___sPUS5 {
1140
- width: 56px;
1141
- }
1142
- .Button-module__button___cLCyl.Button-module__size_normal___qJUMj {
1143
- height: 40px;
1144
- padding-left: 0.75rem;
1145
- padding-right: 0.75rem;
1146
- }
1147
- .Button-module__button___cLCyl.Button-module__size_normal___qJUMj.Button-module__shape_circle___sPUS5 {
1148
- width: 40px;
1149
- }
1150
- .Button-module__button___cLCyl.Button-module__size_small___IUeei {
1151
- height: 32px;
1152
- padding-left: 0.5rem;
1153
- padding-right: 0.5rem;
1154
- }
1155
- .Button-module__button___cLCyl.Button-module__size_small___IUeei.Button-module__shape_circle___sPUS5 {
1156
- width: 32px;
1157
- }
1158
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz- {
1159
- --tw-bg-opacity: 1;
1160
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1161
- border-width: 1px;
1162
- border-style: solid;
1163
- --tw-border-opacity: 1;
1164
- border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
1165
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
1166
- }
1167
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:active {
1168
- --tw-bg-opacity: 1;
1169
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1170
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
1171
- }
1172
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-:focus-visible {
1173
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
1174
- }
1175
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd {
1176
- --tw-text-opacity: 1;
1177
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
1178
- }
1179
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd:hover {
1180
- --tw-text-opacity: 1;
1181
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
1182
- }
1183
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9 {
1184
- --tw-text-opacity: 1;
1185
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
1186
- }
1187
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9:hover {
1188
- --tw-text-opacity: 1;
1189
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
1190
- }
1191
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
1192
- border-width: 1px;
1193
- border-style: solid;
1194
- --tw-bg-opacity: 1;
1195
- background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
1196
- --tw-border-opacity: 1;
1197
- border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
1198
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
1199
- }
1200
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:active {
1201
- --tw-bg-opacity: 1;
1202
- background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
1203
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
1204
- }
1205
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:focus-visible {
1206
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
1207
- }
1208
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd {
1209
- --tw-text-opacity: 1;
1210
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1211
- }
1212
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd:hover {
1213
- --tw-text-opacity: 1;
1214
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1215
- }
1216
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9 {
1217
- --tw-text-opacity: 1;
1218
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1219
- }
1220
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9:hover {
1221
- --tw-text-opacity: 1;
1222
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1223
- }
1224
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp {
1225
- border-width: 1px;
1226
- --tw-bg-opacity: 1;
1227
- background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
1228
- border-style: solid;
1229
- --tw-border-opacity: 1;
1230
- border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
1231
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
1232
- }
1233
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:active {
1234
- --tw-bg-opacity: 1;
1235
- background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
1236
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
1237
- }
1238
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:focus-visible {
1239
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
1240
- }
1241
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd {
1242
- --tw-text-opacity: 1;
1243
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1244
- }
1245
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd:hover {
1246
- --tw-text-opacity: 1;
1247
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1248
- }
1249
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9 {
1250
- --tw-text-opacity: 1;
1251
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1252
- }
1253
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9:hover {
1254
- --tw-text-opacity: 1;
1255
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1256
- }
1257
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd {
1258
- --tw-bg-opacity: 1;
1259
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1260
- border-width: 1px;
1261
- border-style: solid;
1262
- --tw-border-opacity: 1;
1263
- border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
1264
- box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
1265
- }
1266
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
1267
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
1268
- --tw-border-opacity: 1;
1269
- border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
1270
- }
1271
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
1272
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
1273
- }
1274
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
1275
- background-color: transparent;
1276
- border-width: 0px;
1277
- border-style: none;
1278
- box-shadow: none;
1279
- }
1280
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
1281
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
1282
- border-style: none;
1283
- --tw-bg-opacity: 1;
1284
- background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
1285
- }
1286
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:active {
1287
- --tw-bg-opacity: 1;
1288
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
1289
- }
1290
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
1291
- outline: 2px solid rgba(236, 93, 37, 0.2);
1292
- }
1293
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
1294
- background-color: transparent;
1295
- padding: 0px;
1296
- border-width: 0px;
1297
- border-style: none;
1298
- height: auto;
1299
- box-shadow: none;
1300
- }
1301
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
1302
- text-decoration: underline;
1303
- }
1304
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
1305
- box-shadow: none;
1306
- border-style: none;
1307
- background-color: transparent;
1308
- }
1309
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
1310
- background-color: transparent;
1311
- }
1312
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
1313
- outline: none;
1314
- }
1315
-
1316
- /* src/atom/Modal/Modal.module.scss */
1317
- .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1318
- margin-top: 0;
1319
- margin-top: 0px;
1320
- }
1321
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1322
- padding: 24px;
1323
- padding: 1.5rem;
1324
- display: flex;
1325
- justify-content: flex-end;
1326
- }
1327
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1328
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1329
- min-width: 92px;
1330
- }
1331
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1332
- padding: 24px;
1333
- padding: 1.5rem;
1334
- padding-top: 0px;
1335
- display: flex;
1336
- justify-content: flex-end;
1337
- }
1338
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1339
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1340
- width: 50%;
1341
- }
1342
- .Modal-module__modal___PKrAi .ant-modal-content {
1343
- padding: 0;
1344
- border-radius: 0.75rem;
1345
- padding: 0px;
1346
- }
1347
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1348
- margin-bottom: 0px;
1349
- padding: 1rem;
1350
- }
1351
- @media (min-width: 576px) {
1352
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1353
- padding: 1.5rem;
1354
- }
1355
- }
1356
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1357
- justify-content: flex-start;
1358
- padding-right: 1.25rem;
1359
- font-size: 1.25rem;
1360
- font-weight: 500;
1361
- line-height: 1.75rem;
1362
- --tw-text-opacity: 1;
1363
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1364
- }
1365
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1366
- display: flex;
1367
- align-items: flex-end;
1368
- justify-content: center;
1369
- }
1370
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1371
- display: flex;
1372
- align-items: center;
1373
- justify-content: center;
1374
- }
1375
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1376
- padding: 0 1.5rem 1.5rem;
1377
- max-height: 80vh;
1378
- overflow: auto;
1379
- }
1380
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1381
- top: 1.5rem;
1382
- right: 1.5rem;
1383
- padding-bottom: 0.25rem;
1384
- }
1385
- .Modal-module__modal___PKrAi .ant-btn-primary {
1386
- margin-inline-start: 0.5rem;
1387
- }
1388
-
1389
- /* CSS Modules */
1390
-
1391
-
1392
- /* CSS Modules */
1393
- /* src/atom/Tooltip/Tooltip.module.scss */
1394
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
1395
- background-color: white !important;
1396
- color: #111827;
1397
- border-radius: 0.5rem;
1398
- padding: 0.625rem;
1399
- --tw-text-opacity: 1;
1400
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
1401
- }
1402
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
1403
- background-color: white !important;
1404
- }
1405
-
1406
- /* src/atom/Checkbox/Checkbox.module.scss */
1407
- .Checkbox-module__checkbox___xxg5L {
1408
- display: flex;
1409
- align-items: center;
1410
- }
1411
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
1412
- height: 16px;
1413
- width: 16px;
1414
- }
1415
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
1416
- height: 20px;
1417
- width: 20px;
1418
- }
1419
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
1420
- inset-inline-start: 27%;
1421
- }
1422
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
1423
- height: 24px;
1424
- width: 24px;
1425
- }
1426
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
1427
- inset-inline-start: 33%;
1428
- }
1429
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
1430
- border-color: #ec5d25;
1431
- background-color: #ec5d25;
1432
- }
1433
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
1434
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
1435
- .ant-checkbox-inner {
1436
- --tw-bg-opacity: 1;
1437
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
1438
- }
1439
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
1440
- outline: 2px solid #0a65e7;
1441
- }
1442
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
1443
- cursor: not-allowed;
1444
- }
1445
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
1446
- opacity: 0.5;
1447
- border-color: #ec5d25;
1448
- background-color: #ec5d25;
1449
- }
1450
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
1451
- border-color: #ffffff;
1452
- }
1453
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
1454
- border-color: #b6bac3;
1455
- }
1456
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
1457
- border-color: #6b7280;
1458
- }
1459
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
1460
- outline: 2px solid #0a65e7;
1461
- }
1462
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
1463
- cursor: not-allowed;
1464
- }
1465
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
1466
- border-color: #b6bac3;
1467
- background-color: #f9fafb;
1468
- }
1469
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
1470
- color: #363e4f;
1471
- }
1472
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
1473
- color: #363e4f;
1474
- font-weight: 400;
1475
- font-size: 0.875rem;
1476
- line-height: 20px;
1477
- }
1478
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
1479
- color: #363e4f;
1480
- font-weight: 500;
1481
- font-size: 0.875rem;
1482
- line-height: 20px;
1483
- }
1484
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
1485
- opacity: 0.5;
1486
- border-color: #ec5d25;
1487
- background-color: #ec5d25;
1488
- }
1489
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1490
- border-color: #ffffff;
1491
- }
1492
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
1493
- border-color: #ec5d25 !important;
1494
- background-color: #ec5d25 !important;
1495
- }
1496
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1497
- inset-inline-start: 50%;
1498
- width: 60%;
1499
- height: 3px;
1500
- border-radius: 4px;
1501
- background: white;
1502
- }
1503
-
1504
- /* src/atom/Button/Button.module.scss */
1505
- .Button-module__button___cLCyl {
1506
- display: flex;
1507
- align-items: center;
1508
- justify-content: center;
1509
- gap: 0.25rem;
1510
- border-radius: 0.5rem;
1511
- }
1512
- .Button-module__button___cLCyl.Button-module__size_large___S-mbU {
1513
- height: 56px;
1514
- padding-left: 1rem;
1515
- padding-right: 1rem;
1516
- }
1517
- .Button-module__button___cLCyl.Button-module__size_large___S-mbU.Button-module__shape_circle___sPUS5 {
1518
- width: 56px;
1519
- }
1520
- .Button-module__button___cLCyl.Button-module__size_normal___qJUMj {
1521
- height: 40px;
1522
- padding-left: 0.75rem;
1523
- padding-right: 0.75rem;
1524
- }
1525
- .Button-module__button___cLCyl.Button-module__size_normal___qJUMj.Button-module__shape_circle___sPUS5 {
1526
- width: 40px;
1527
- }
1528
- .Button-module__button___cLCyl.Button-module__size_small___IUeei {
1529
- height: 32px;
1530
- padding-left: 0.5rem;
1531
- padding-right: 0.5rem;
1532
- }
1533
- .Button-module__button___cLCyl.Button-module__size_small___IUeei.Button-module__shape_circle___sPUS5 {
1534
- width: 32px;
1535
- }
1536
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz- {
1537
- --tw-bg-opacity: 1;
1538
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1539
- border-width: 1px;
1540
- border-style: solid;
1541
- --tw-border-opacity: 1;
1542
- border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
1543
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
1544
- }
1545
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:active {
1546
- --tw-bg-opacity: 1;
1547
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1548
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
1549
- }
1550
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-:focus-visible {
1551
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
1552
- }
1553
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd {
1554
- --tw-text-opacity: 1;
1555
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
1556
- }
1557
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd:hover {
1558
- --tw-text-opacity: 1;
1559
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
1560
- }
1561
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9 {
1562
- --tw-text-opacity: 1;
1563
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
1564
- }
1565
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9:hover {
1566
- --tw-text-opacity: 1;
1567
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
1568
- }
1569
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
1570
- border-width: 1px;
1571
- border-style: solid;
1572
- --tw-bg-opacity: 1;
1573
- background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
1574
- --tw-border-opacity: 1;
1575
- border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
1576
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
1577
- }
1578
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:active {
1579
- --tw-bg-opacity: 1;
1580
- background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
1581
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
1582
- }
1583
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:focus-visible {
1584
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
1585
- }
1586
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd {
1587
- --tw-text-opacity: 1;
1588
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1589
- }
1590
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd:hover {
1591
- --tw-text-opacity: 1;
1592
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1593
- }
1594
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9 {
1595
- --tw-text-opacity: 1;
1596
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1597
- }
1598
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9:hover {
1599
- --tw-text-opacity: 1;
1600
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1601
- }
1602
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp {
1603
- border-width: 1px;
1604
- --tw-bg-opacity: 1;
1605
- background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
1606
- border-style: solid;
1607
- --tw-border-opacity: 1;
1608
- border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
1609
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
1610
- }
1611
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:active {
1612
- --tw-bg-opacity: 1;
1613
- background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
1614
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
1615
- }
1616
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:focus-visible {
1617
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
1618
- }
1619
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd {
1620
- --tw-text-opacity: 1;
1621
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1622
- }
1623
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd:hover {
1624
- --tw-text-opacity: 1;
1625
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1626
- }
1627
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9 {
1628
- --tw-text-opacity: 1;
1629
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1630
- }
1631
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9:hover {
1632
- --tw-text-opacity: 1;
1633
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1634
- }
1635
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd {
1636
- --tw-bg-opacity: 1;
1637
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1638
- border-width: 1px;
1639
- border-style: solid;
1640
- --tw-border-opacity: 1;
1641
- border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
1642
- box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
1643
- }
1644
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
1645
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
1646
- --tw-border-opacity: 1;
1647
- border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
1648
- }
1649
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
1650
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
1651
- }
1652
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
1653
- background-color: transparent;
1654
- border-width: 0px;
1655
- border-style: none;
1656
- box-shadow: none;
1657
- }
1658
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
1659
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
1660
- border-style: none;
1661
- --tw-bg-opacity: 1;
1662
- background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
1663
- }
1664
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:active {
1665
- --tw-bg-opacity: 1;
1666
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
1667
- }
1668
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
1669
- outline: 2px solid rgba(236, 93, 37, 0.2);
1670
- }
1671
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
1672
- background-color: transparent;
1673
- padding: 0px;
1674
- border-width: 0px;
1675
- border-style: none;
1676
- height: auto;
1677
- box-shadow: none;
1678
- }
1679
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
1680
- text-decoration: underline;
1681
- }
1682
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
1683
- box-shadow: none;
1684
- border-style: none;
1685
- background-color: transparent;
1686
- }
1687
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
1688
- background-color: transparent;
1689
- }
1690
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
1691
- outline: none;
1692
- }
1693
-
1694
- /* src/atom/Switch/Switch.module.scss */
1695
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1696
- height: 0.75rem;
1697
- min-width: 1.5rem
1698
- }
1699
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
1700
- height: 0.5rem;
1701
- width: 0.5rem
1702
- }
1703
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
1704
- --tw-bg-opacity: 1;
1705
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1706
- }
1707
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
1708
- --tw-bg-opacity: 1;
1709
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1710
- }
1711
-
1712
- /* src/atom/Radio/Radio.module.scss */
1713
- .Radio-module__radio___1CPAk {
1714
- display: flex;
1715
- align-items: center;
1716
- }
1717
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1718
- height: 16px;
1719
- width: 16px;
1720
- }
1721
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1722
- height: 20px;
1723
- width: 20px;
1724
- }
1725
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1726
- height: 24px;
1727
- width: 24px;
1728
- }
1729
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1730
- border-color: #EC5D25;
1731
- background-color: #EC5D25;
1732
- }
1733
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
1734
- border-color: #B94710;
1735
- background-color: #B94710;
1736
- }
1737
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
1738
- outline: 2px solid #0A65E7;
1739
- }
1740
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1741
- cursor: not-allowed;
1742
- }
1743
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1744
- border-color: #B6BAC3;
1745
- background-color: #B6BAC3;
1746
- }
1747
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1748
- transform: scale(0.375);
1749
- background-color: #FFFFFF;
1750
- }
1751
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1752
- border-color: #B6BAC3;
1753
- }
1754
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1755
- border-color: #6B7280;
1756
- }
1757
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1758
- outline: 2px solid #0A65E7;
1759
- }
1760
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1761
- cursor: not-allowed;
1762
- }
1763
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1764
- border-color: #B6BAC3;
1765
- background-color: #F9FAFB;
1766
- }
1767
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1768
- color: #363E4F;
1769
- font-weight: 400;
1770
- font-size: 0.875rem;
1771
- line-height: 20px;
1772
- }
1773
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1774
- color: #363E4F;
1775
- font-weight: 500;
1776
- font-size: 0.875rem;
1777
- line-height: 20px;
1778
- }
1779
-
1780
- /* src/atom/Modal/Modal.module.scss */
1781
- .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1782
- margin-top: 0;
1783
- margin-top: 0px;
1784
- }
1785
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1786
- padding: 24px;
1787
- padding: 1.5rem;
1788
- display: flex;
1789
- justify-content: flex-end;
1790
- }
1791
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1792
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1793
- min-width: 92px;
1794
- }
1795
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1796
- padding: 24px;
1797
- padding: 1.5rem;
1798
- padding-top: 0px;
1799
- display: flex;
1800
- justify-content: flex-end;
1801
- }
1802
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1803
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1804
- width: 50%;
1805
- }
1806
- .Modal-module__modal___PKrAi .ant-modal-content {
1807
- padding: 0;
1808
- border-radius: 0.75rem;
1809
- padding: 0px;
1810
- }
1811
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1812
- margin-bottom: 0px;
1813
- padding: 1rem;
1814
- }
1815
- @media (min-width: 576px) {
1816
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1817
- padding: 1.5rem;
1818
- }
1819
- }
1820
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1821
- justify-content: flex-start;
1822
- padding-right: 1.25rem;
1823
- font-size: 1.25rem;
1824
- font-weight: 500;
1825
- line-height: 1.75rem;
1826
- --tw-text-opacity: 1;
1827
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1828
- }
1829
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1830
- display: flex;
1831
- align-items: flex-end;
1832
- justify-content: center;
1833
- }
1834
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1835
- display: flex;
1836
- align-items: center;
1837
- justify-content: center;
1838
- }
1839
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1840
- padding: 0 1.5rem 1.5rem;
1841
- max-height: 80vh;
1842
- overflow: auto;
1843
- }
1844
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1845
- top: 1.5rem;
1846
- right: 1.5rem;
1847
- padding-bottom: 0.25rem;
1848
- }
1849
- .Modal-module__modal___PKrAi .ant-btn-primary {
1850
- margin-inline-start: 0.5rem;
1851
- }
1852
-
1853
1356
  /* CSS Modules */