@itilite/lumina-ui 1.0.0 → 1.0.1-beta.2

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,602 @@
1
+ *, ::before, ::after {
2
+ --tw-border-spacing-x: 0;
3
+ --tw-border-spacing-y: 0;
4
+ --tw-translate-x: 0;
5
+ --tw-translate-y: 0;
6
+ --tw-rotate: 0;
7
+ --tw-skew-x: 0;
8
+ --tw-skew-y: 0;
9
+ --tw-scale-x: 1;
10
+ --tw-scale-y: 1;
11
+ --tw-pan-x: ;
12
+ --tw-pan-y: ;
13
+ --tw-pinch-zoom: ;
14
+ --tw-scroll-snap-strictness: proximity;
15
+ --tw-gradient-from-position: ;
16
+ --tw-gradient-via-position: ;
17
+ --tw-gradient-to-position: ;
18
+ --tw-ordinal: ;
19
+ --tw-slashed-zero: ;
20
+ --tw-numeric-figure: ;
21
+ --tw-numeric-spacing: ;
22
+ --tw-numeric-fraction: ;
23
+ --tw-ring-inset: ;
24
+ --tw-ring-offset-width: 0px;
25
+ --tw-ring-offset-color: #fff;
26
+ --tw-ring-color: rgb(59 130 246 / 0.5);
27
+ --tw-ring-offset-shadow: 0 0 #0000;
28
+ --tw-ring-shadow: 0 0 #0000;
29
+ --tw-shadow: 0 0 #0000;
30
+ --tw-shadow-colored: 0 0 #0000;
31
+ --tw-blur: ;
32
+ --tw-brightness: ;
33
+ --tw-contrast: ;
34
+ --tw-grayscale: ;
35
+ --tw-hue-rotate: ;
36
+ --tw-invert: ;
37
+ --tw-saturate: ;
38
+ --tw-sepia: ;
39
+ --tw-drop-shadow: ;
40
+ --tw-backdrop-blur: ;
41
+ --tw-backdrop-brightness: ;
42
+ --tw-backdrop-contrast: ;
43
+ --tw-backdrop-grayscale: ;
44
+ --tw-backdrop-hue-rotate: ;
45
+ --tw-backdrop-invert: ;
46
+ --tw-backdrop-opacity: ;
47
+ --tw-backdrop-saturate: ;
48
+ --tw-backdrop-sepia: ;
49
+ --tw-contain-size: ;
50
+ --tw-contain-layout: ;
51
+ --tw-contain-paint: ;
52
+ --tw-contain-style: ;
53
+ }
54
+
55
+ ::backdrop {
56
+ --tw-border-spacing-x: 0;
57
+ --tw-border-spacing-y: 0;
58
+ --tw-translate-x: 0;
59
+ --tw-translate-y: 0;
60
+ --tw-rotate: 0;
61
+ --tw-skew-x: 0;
62
+ --tw-skew-y: 0;
63
+ --tw-scale-x: 1;
64
+ --tw-scale-y: 1;
65
+ --tw-pan-x: ;
66
+ --tw-pan-y: ;
67
+ --tw-pinch-zoom: ;
68
+ --tw-scroll-snap-strictness: proximity;
69
+ --tw-gradient-from-position: ;
70
+ --tw-gradient-via-position: ;
71
+ --tw-gradient-to-position: ;
72
+ --tw-ordinal: ;
73
+ --tw-slashed-zero: ;
74
+ --tw-numeric-figure: ;
75
+ --tw-numeric-spacing: ;
76
+ --tw-numeric-fraction: ;
77
+ --tw-ring-inset: ;
78
+ --tw-ring-offset-width: 0px;
79
+ --tw-ring-offset-color: #fff;
80
+ --tw-ring-color: rgb(59 130 246 / 0.5);
81
+ --tw-ring-offset-shadow: 0 0 #0000;
82
+ --tw-ring-shadow: 0 0 #0000;
83
+ --tw-shadow: 0 0 #0000;
84
+ --tw-shadow-colored: 0 0 #0000;
85
+ --tw-blur: ;
86
+ --tw-brightness: ;
87
+ --tw-contrast: ;
88
+ --tw-grayscale: ;
89
+ --tw-hue-rotate: ;
90
+ --tw-invert: ;
91
+ --tw-saturate: ;
92
+ --tw-sepia: ;
93
+ --tw-drop-shadow: ;
94
+ --tw-backdrop-blur: ;
95
+ --tw-backdrop-brightness: ;
96
+ --tw-backdrop-contrast: ;
97
+ --tw-backdrop-grayscale: ;
98
+ --tw-backdrop-hue-rotate: ;
99
+ --tw-backdrop-invert: ;
100
+ --tw-backdrop-opacity: ;
101
+ --tw-backdrop-saturate: ;
102
+ --tw-backdrop-sepia: ;
103
+ --tw-contain-size: ;
104
+ --tw-contain-layout: ;
105
+ --tw-contain-paint: ;
106
+ --tw-contain-style: ;
107
+ }/*
108
+ ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
109
+ *//*
110
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
111
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
112
+ */
113
+
114
+ *,
115
+ ::before,
116
+ ::after {
117
+ box-sizing: border-box; /* 1 */
118
+ border-width: 0; /* 2 */
119
+ border-style: solid; /* 2 */
120
+ border-color: #e5e7eb; /* 2 */
121
+ }
122
+
123
+ ::before,
124
+ ::after {
125
+ --tw-content: '';
126
+ }
127
+
128
+ /*
129
+ 1. Use a consistent sensible line-height in all browsers.
130
+ 2. Prevent adjustments of font size after orientation changes in iOS.
131
+ 3. Use a more readable tab size.
132
+ 4. Use the user's configured `sans` font-family by default.
133
+ 5. Use the user's configured `sans` font-feature-settings by default.
134
+ 6. Use the user's configured `sans` font-variation-settings by default.
135
+ 7. Disable tap highlights on iOS
136
+ */
137
+
138
+ html,
139
+ :host {
140
+ line-height: 1.5; /* 1 */
141
+ -webkit-text-size-adjust: 100%; /* 2 */
142
+ -moz-tab-size: 4; /* 3 */
143
+ -o-tab-size: 4;
144
+ tab-size: 4; /* 3 */
145
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
146
+ font-feature-settings: normal; /* 5 */
147
+ font-variation-settings: normal; /* 6 */
148
+ -webkit-tap-highlight-color: transparent; /* 7 */
149
+ }
150
+
151
+ /*
152
+ 1. Remove the margin in all browsers.
153
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
154
+ */
155
+
156
+ body {
157
+ margin: 0; /* 1 */
158
+ line-height: inherit; /* 2 */
159
+ }
160
+
161
+ /*
162
+ 1. Add the correct height in Firefox.
163
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
164
+ 3. Ensure horizontal rules are visible by default.
165
+ */
166
+
167
+ hr {
168
+ height: 0; /* 1 */
169
+ color: inherit; /* 2 */
170
+ border-top-width: 1px; /* 3 */
171
+ }
172
+
173
+ /*
174
+ Add the correct text decoration in Chrome, Edge, and Safari.
175
+ */
176
+
177
+ abbr:where([title]) {
178
+ -webkit-text-decoration: underline dotted;
179
+ text-decoration: underline dotted;
180
+ }
181
+
182
+ /*
183
+ Remove the default font size and weight for headings.
184
+ */
185
+
186
+ h1,
187
+ h2,
188
+ h3,
189
+ h4,
190
+ h5,
191
+ h6 {
192
+ font-size: inherit;
193
+ font-weight: inherit;
194
+ }
195
+
196
+ /*
197
+ Reset links to optimize for opt-in styling instead of opt-out.
198
+ */
199
+
200
+ a {
201
+ color: inherit;
202
+ text-decoration: inherit;
203
+ }
204
+
205
+ /*
206
+ Add the correct font weight in Edge and Safari.
207
+ */
208
+
209
+ b,
210
+ strong {
211
+ font-weight: bolder;
212
+ }
213
+
214
+ /*
215
+ 1. Use the user's configured `mono` font-family by default.
216
+ 2. Use the user's configured `mono` font-feature-settings by default.
217
+ 3. Use the user's configured `mono` font-variation-settings by default.
218
+ 4. Correct the odd `em` font sizing in all browsers.
219
+ */
220
+
221
+ code,
222
+ kbd,
223
+ samp,
224
+ pre {
225
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
226
+ font-feature-settings: normal; /* 2 */
227
+ font-variation-settings: normal; /* 3 */
228
+ font-size: 1em; /* 4 */
229
+ }
230
+
231
+ /*
232
+ Add the correct font size in all browsers.
233
+ */
234
+
235
+ small {
236
+ font-size: 80%;
237
+ }
238
+
239
+ /*
240
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
241
+ */
242
+
243
+ sub,
244
+ sup {
245
+ font-size: 75%;
246
+ line-height: 0;
247
+ position: relative;
248
+ vertical-align: baseline;
249
+ }
250
+
251
+ sub {
252
+ bottom: -0.25em;
253
+ }
254
+
255
+ sup {
256
+ top: -0.5em;
257
+ }
258
+
259
+ /*
260
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
261
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
262
+ 3. Remove gaps between table borders by default.
263
+ */
264
+
265
+ table {
266
+ text-indent: 0; /* 1 */
267
+ border-color: inherit; /* 2 */
268
+ border-collapse: collapse; /* 3 */
269
+ }
270
+
271
+ /*
272
+ 1. Change the font styles in all browsers.
273
+ 2. Remove the margin in Firefox and Safari.
274
+ 3. Remove default padding in all browsers.
275
+ */
276
+
277
+ button,
278
+ input,
279
+ optgroup,
280
+ select,
281
+ textarea {
282
+ font-family: inherit; /* 1 */
283
+ font-feature-settings: inherit; /* 1 */
284
+ font-variation-settings: inherit; /* 1 */
285
+ font-size: 100%; /* 1 */
286
+ font-weight: inherit; /* 1 */
287
+ line-height: inherit; /* 1 */
288
+ letter-spacing: inherit; /* 1 */
289
+ color: inherit; /* 1 */
290
+ margin: 0; /* 2 */
291
+ padding: 0; /* 3 */
292
+ }
293
+
294
+ /*
295
+ Remove the inheritance of text transform in Edge and Firefox.
296
+ */
297
+
298
+ button,
299
+ select {
300
+ text-transform: none;
301
+ }
302
+
303
+ /*
304
+ 1. Correct the inability to style clickable types in iOS and Safari.
305
+ 2. Remove default button styles.
306
+ */
307
+
308
+ button,
309
+ input:where([type='button']),
310
+ input:where([type='reset']),
311
+ input:where([type='submit']) {
312
+ -webkit-appearance: button; /* 1 */
313
+ background-color: transparent; /* 2 */
314
+ background-image: none; /* 2 */
315
+ }
316
+
317
+ /*
318
+ Use the modern Firefox focus style for all focusable elements.
319
+ */
320
+
321
+ :-moz-focusring {
322
+ outline: auto;
323
+ }
324
+
325
+ /*
326
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
327
+ */
328
+
329
+ :-moz-ui-invalid {
330
+ box-shadow: none;
331
+ }
332
+
333
+ /*
334
+ Add the correct vertical alignment in Chrome and Firefox.
335
+ */
336
+
337
+ progress {
338
+ vertical-align: baseline;
339
+ }
340
+
341
+ /*
342
+ Correct the cursor style of increment and decrement buttons in Safari.
343
+ */
344
+
345
+ ::-webkit-inner-spin-button,
346
+ ::-webkit-outer-spin-button {
347
+ height: auto;
348
+ }
349
+
350
+ /*
351
+ 1. Correct the odd appearance in Chrome and Safari.
352
+ 2. Correct the outline style in Safari.
353
+ */
354
+
355
+ [type='search'] {
356
+ -webkit-appearance: textfield; /* 1 */
357
+ outline-offset: -2px; /* 2 */
358
+ }
359
+
360
+ /*
361
+ Remove the inner padding in Chrome and Safari on macOS.
362
+ */
363
+
364
+ ::-webkit-search-decoration {
365
+ -webkit-appearance: none;
366
+ }
367
+
368
+ /*
369
+ 1. Correct the inability to style clickable types in iOS and Safari.
370
+ 2. Change font properties to `inherit` in Safari.
371
+ */
372
+
373
+ ::-webkit-file-upload-button {
374
+ -webkit-appearance: button; /* 1 */
375
+ font: inherit; /* 2 */
376
+ }
377
+
378
+ /*
379
+ Add the correct display in Chrome and Safari.
380
+ */
381
+
382
+ summary {
383
+ display: list-item;
384
+ }
385
+
386
+ /*
387
+ Removes the default spacing and border for appropriate elements.
388
+ */
389
+
390
+ blockquote,
391
+ dl,
392
+ dd,
393
+ h1,
394
+ h2,
395
+ h3,
396
+ h4,
397
+ h5,
398
+ h6,
399
+ hr,
400
+ figure,
401
+ p,
402
+ pre {
403
+ margin: 0;
404
+ }
405
+
406
+ fieldset {
407
+ margin: 0;
408
+ padding: 0;
409
+ }
410
+
411
+ legend {
412
+ padding: 0;
413
+ }
414
+
415
+ ol,
416
+ ul,
417
+ menu {
418
+ list-style: none;
419
+ margin: 0;
420
+ padding: 0;
421
+ }
422
+
423
+ /*
424
+ Reset default styling for dialogs.
425
+ */
426
+ dialog {
427
+ padding: 0;
428
+ }
429
+
430
+ /*
431
+ Prevent resizing textareas horizontally by default.
432
+ */
433
+
434
+ textarea {
435
+ resize: vertical;
436
+ }
437
+
438
+ /*
439
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
440
+ 2. Set the default placeholder color to the user's configured gray 400 color.
441
+ */
442
+
443
+ input::-moz-placeholder, textarea::-moz-placeholder {
444
+ opacity: 1; /* 1 */
445
+ color: #9ca3af; /* 2 */
446
+ }
447
+
448
+ input::placeholder,
449
+ textarea::placeholder {
450
+ opacity: 1; /* 1 */
451
+ color: #9ca3af; /* 2 */
452
+ }
453
+
454
+ /*
455
+ Set the default cursor for buttons.
456
+ */
457
+
458
+ button,
459
+ [role="button"] {
460
+ cursor: pointer;
461
+ }
462
+
463
+ /*
464
+ Make sure disabled buttons don't get the pointer cursor.
465
+ */
466
+ :disabled {
467
+ cursor: default;
468
+ }
469
+
470
+ /*
471
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
472
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
473
+ This can trigger a poorly considered lint error in some tools but is included by design.
474
+ */
475
+
476
+ img,
477
+ svg,
478
+ video,
479
+ canvas,
480
+ audio,
481
+ iframe,
482
+ embed,
483
+ object {
484
+ display: block; /* 1 */
485
+ vertical-align: middle; /* 2 */
486
+ }
487
+
488
+ /*
489
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
490
+ */
491
+
492
+ img,
493
+ video {
494
+ max-width: 100%;
495
+ height: auto;
496
+ }
497
+
498
+ /* Make elements with the HTML hidden attribute stay hidden by default */
499
+ [hidden]:where(:not([hidden="until-found"])) {
500
+ display: none;
501
+ }
502
+ .tw-right-6 {
503
+ right: 1.5rem;
504
+ }
505
+ .tw-top-6 {
506
+ top: 1.5rem;
507
+ }
508
+ .tw-flex {
509
+ display: flex;
510
+ }
511
+ .tw-h-2 {
512
+ height: 0.5rem;
513
+ }
514
+ .tw-h-3 {
515
+ height: 0.75rem;
516
+ }
517
+ .tw-cursor-not-allowed {
518
+ cursor: not-allowed;
519
+ }
520
+ .tw-items-end {
521
+ align-items: flex-end;
522
+ }
523
+ .tw-items-center {
524
+ align-items: center;
525
+ }
526
+ .tw-justify-center {
527
+ justify-content: center;
528
+ }
529
+ .tw-gap-1 {
530
+ gap: 0.25rem;
531
+ }
532
+ .tw-rounded-full {
533
+ border-radius: 9999px;
534
+ }
535
+ .tw-rounded-lg {
536
+ border-radius: 0.5rem;
537
+ }
538
+ .tw-border {
539
+ border-width: 1px;
540
+ }
541
+ .tw-border-0 {
542
+ border-width: 0px;
543
+ }
544
+ .tw-border-solid {
545
+ border-style: solid;
546
+ }
547
+ .tw-bg-transparent {
548
+ background-color: transparent;
549
+ }
550
+ .tw-object-cover {
551
+ -o-object-fit: cover;
552
+ object-fit: cover;
553
+ }
554
+ .tw-p-2 {
555
+ padding: 0.5rem;
556
+ }
557
+ .tw-p-4 {
558
+ padding: 1rem;
559
+ }
560
+ .tw-text-font-size-10 {
561
+ font-size: 0.625rem;
562
+ }
563
+ .tw-text-font-size-50 {
564
+ font-size: 1.25rem;
565
+ }
566
+ .tw-font-medium {
567
+ font-weight: 500;
568
+ }
569
+ .tw-leading-7 {
570
+ line-height: 1.75rem;
571
+ }
572
+ .tw-text-color-border-dark-subtle {
573
+ --tw-text-opacity: 1;
574
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
575
+ }
576
+ .tw-text-color-surface-dark {
577
+ --tw-text-opacity: 1;
578
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
579
+ }
580
+ .tw-text-color-text-primary {
581
+ --tw-text-opacity: 1;
582
+ color: rgb(236 93 37 / var(--tw-text-opacity, 1));
583
+ }
584
+ .tw-text-white {
585
+ --tw-text-opacity: 1;
586
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
587
+ }
588
+ .tw-opacity-40 {
589
+ opacity: 0.4;
590
+ }
591
+ @media (min-width: 576px) {
592
+
593
+ .sm\:tw-p-6 {
594
+ padding: 1.5rem;
595
+ }
596
+ }
597
+
598
+
599
+ /* CSS Modules */
1
600
  /* src/atom/Tooltip/Tooltip.module.scss */
2
601
  .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
3
602
  background-color: white !important;
@@ -201,24 +800,6 @@
201
800
  outline: none;
202
801
  }
203
802
 
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
803
  /* src/atom/Radio/Radio.module.scss */
223
804
  .Radio-module__radio___1CPAk {
224
805
  display: flex;
@@ -287,6 +868,24 @@
287
868
  line-height: 20px;
288
869
  }
289
870
 
871
+ /* src/atom/Switch/Switch.module.scss */
872
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
873
+ height: 0.75rem;
874
+ min-width: 1.5rem
875
+ }
876
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
877
+ height: 0.5rem;
878
+ width: 0.5rem
879
+ }
880
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
881
+ --tw-bg-opacity: 1;
882
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
883
+ }
884
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
885
+ --tw-bg-opacity: 1;
886
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
887
+ }
888
+
290
889
  /* src/atom/Checkbox/Checkbox.module.scss */
291
890
  .Checkbox-module__checkbox___xxg5L {
292
891
  display: flex;
@@ -456,1398 +1055,4 @@
456
1055
  }
457
1056
  .Modal-module__modal___PKrAi .ant-btn-primary {
458
1057
  margin-inline-start: 0.5rem;
459
- }
460
-
461
- /* CSS Modules */
462
-
463
-
464
- /* CSS Modules */
465
- /* src/atom/Tooltip/Tooltip.module.scss */
466
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
467
- background-color: white !important;
468
- color: #111827;
469
- border-radius: 0.5rem;
470
- padding: 0.625rem;
471
- --tw-text-opacity: 1;
472
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
473
- }
474
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
475
- background-color: white !important;
476
- }
477
-
478
- /* src/atom/Button/Button.module.scss */
479
- .Button-module__button___cLCyl {
480
- display: flex;
481
- align-items: center;
482
- justify-content: center;
483
- gap: 0.25rem;
484
- border-radius: 0.5rem;
485
- }
486
- .Button-module__button___cLCyl.Button-module__size_large___S-mbU {
487
- height: 56px;
488
- padding-left: 1rem;
489
- padding-right: 1rem;
490
- }
491
- .Button-module__button___cLCyl.Button-module__size_large___S-mbU.Button-module__shape_circle___sPUS5 {
492
- width: 56px;
493
- }
494
- .Button-module__button___cLCyl.Button-module__size_normal___qJUMj {
495
- height: 40px;
496
- padding-left: 0.75rem;
497
- padding-right: 0.75rem;
498
- }
499
- .Button-module__button___cLCyl.Button-module__size_normal___qJUMj.Button-module__shape_circle___sPUS5 {
500
- width: 40px;
501
- }
502
- .Button-module__button___cLCyl.Button-module__size_small___IUeei {
503
- height: 32px;
504
- padding-left: 0.5rem;
505
- padding-right: 0.5rem;
506
- }
507
- .Button-module__button___cLCyl.Button-module__size_small___IUeei.Button-module__shape_circle___sPUS5 {
508
- width: 32px;
509
- }
510
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz- {
511
- --tw-bg-opacity: 1;
512
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
513
- border-width: 1px;
514
- border-style: solid;
515
- --tw-border-opacity: 1;
516
- border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
517
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
518
- }
519
- .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 {
520
- --tw-bg-opacity: 1;
521
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
522
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
523
- }
524
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-:focus-visible {
525
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
526
- }
527
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd {
528
- --tw-text-opacity: 1;
529
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
530
- }
531
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd:hover {
532
- --tw-text-opacity: 1;
533
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
534
- }
535
- .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 {
536
- --tw-text-opacity: 1;
537
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
538
- }
539
- .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 {
540
- --tw-text-opacity: 1;
541
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
542
- }
543
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
544
- border-width: 1px;
545
- border-style: solid;
546
- --tw-bg-opacity: 1;
547
- background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
548
- --tw-border-opacity: 1;
549
- border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
550
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
551
- }
552
- .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 {
553
- --tw-bg-opacity: 1;
554
- background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
555
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
556
- }
557
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:focus-visible {
558
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
559
- }
560
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd {
561
- --tw-text-opacity: 1;
562
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
563
- }
564
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd:hover {
565
- --tw-text-opacity: 1;
566
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
567
- }
568
- .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 {
569
- --tw-text-opacity: 1;
570
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
571
- }
572
- .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 {
573
- --tw-text-opacity: 1;
574
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
575
- }
576
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp {
577
- border-width: 1px;
578
- --tw-bg-opacity: 1;
579
- background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
580
- border-style: solid;
581
- --tw-border-opacity: 1;
582
- border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
583
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
584
- }
585
- .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 {
586
- --tw-bg-opacity: 1;
587
- background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
588
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
589
- }
590
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:focus-visible {
591
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
592
- }
593
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd {
594
- --tw-text-opacity: 1;
595
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
596
- }
597
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd:hover {
598
- --tw-text-opacity: 1;
599
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
600
- }
601
- .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 {
602
- --tw-text-opacity: 1;
603
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
604
- }
605
- .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 {
606
- --tw-text-opacity: 1;
607
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
608
- }
609
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd {
610
- --tw-bg-opacity: 1;
611
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
612
- border-width: 1px;
613
- border-style: solid;
614
- --tw-border-opacity: 1;
615
- border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
616
- box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
617
- }
618
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
619
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
620
- --tw-border-opacity: 1;
621
- border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
622
- }
623
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
624
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
625
- }
626
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
627
- background-color: transparent;
628
- border-width: 0px;
629
- border-style: none;
630
- box-shadow: none;
631
- }
632
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
633
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
634
- border-style: none;
635
- --tw-bg-opacity: 1;
636
- background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
637
- }
638
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:active {
639
- --tw-bg-opacity: 1;
640
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
641
- }
642
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
643
- outline: 2px solid rgba(236, 93, 37, 0.2);
644
- }
645
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
646
- background-color: transparent;
647
- padding: 0px;
648
- border-width: 0px;
649
- border-style: none;
650
- height: auto;
651
- box-shadow: none;
652
- }
653
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
654
- text-decoration: underline;
655
- }
656
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
657
- box-shadow: none;
658
- border-style: none;
659
- background-color: transparent;
660
- }
661
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
662
- background-color: transparent;
663
- }
664
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
665
- outline: none;
666
- }
667
-
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
- /* src/atom/Modal/Modal.module.scss */
853
- .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
854
- margin-top: 0;
855
- margin-top: 0px;
856
- }
857
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
858
- padding: 24px;
859
- padding: 1.5rem;
860
- display: flex;
861
- justify-content: flex-end;
862
- }
863
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
864
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
865
- min-width: 92px;
866
- }
867
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
868
- padding: 24px;
869
- padding: 1.5rem;
870
- padding-top: 0px;
871
- display: flex;
872
- justify-content: flex-end;
873
- }
874
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
875
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
876
- width: 50%;
877
- }
878
- .Modal-module__modal___PKrAi .ant-modal-content {
879
- padding: 0;
880
- border-radius: 0.75rem;
881
- padding: 0px;
882
- }
883
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
884
- margin-bottom: 0px;
885
- padding: 1rem;
886
- }
887
- @media (min-width: 576px) {
888
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
889
- padding: 1.5rem;
890
- }
891
- }
892
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
893
- justify-content: flex-start;
894
- padding-right: 1.25rem;
895
- font-size: 1.25rem;
896
- font-weight: 500;
897
- line-height: 1.75rem;
898
- --tw-text-opacity: 1;
899
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
900
- }
901
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
902
- display: flex;
903
- align-items: flex-end;
904
- justify-content: center;
905
- }
906
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
907
- display: flex;
908
- align-items: center;
909
- justify-content: center;
910
- }
911
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
912
- padding: 0 1.5rem 1.5rem;
913
- max-height: 80vh;
914
- overflow: auto;
915
- }
916
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
917
- top: 1.5rem;
918
- right: 1.5rem;
919
- padding-bottom: 0.25rem;
920
- }
921
- .Modal-module__modal___PKrAi .ant-btn-primary {
922
- margin-inline-start: 0.5rem;
923
- }
924
-
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
- /* src/atom/Radio/Radio.module.scss */
943
- .Radio-module__radio___1CPAk {
944
- display: flex;
945
- align-items: center;
946
- }
947
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
948
- height: 16px;
949
- width: 16px;
950
- }
951
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
952
- height: 20px;
953
- width: 20px;
954
- }
955
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
956
- height: 24px;
957
- width: 24px;
958
- }
959
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
960
- border-color: #EC5D25;
961
- background-color: #EC5D25;
962
- }
963
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
964
- border-color: #B94710;
965
- background-color: #B94710;
966
- }
967
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
968
- outline: 2px solid #0A65E7;
969
- }
970
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
971
- cursor: not-allowed;
972
- }
973
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
974
- border-color: #B6BAC3;
975
- background-color: #B6BAC3;
976
- }
977
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
978
- transform: scale(0.375);
979
- background-color: #FFFFFF;
980
- }
981
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
982
- border-color: #B6BAC3;
983
- }
984
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
985
- border-color: #6B7280;
986
- }
987
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
988
- outline: 2px solid #0A65E7;
989
- }
990
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
991
- cursor: not-allowed;
992
- }
993
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
994
- border-color: #B6BAC3;
995
- background-color: #F9FAFB;
996
- }
997
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
998
- color: #363E4F;
999
- font-weight: 400;
1000
- font-size: 0.875rem;
1001
- line-height: 20px;
1002
- }
1003
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1004
- color: #363E4F;
1005
- font-weight: 500;
1006
- font-size: 0.875rem;
1007
- line-height: 20px;
1008
- }
1009
-
1010
- /* src/atom/Checkbox/Checkbox.module.scss */
1011
- .Checkbox-module__checkbox___xxg5L {
1012
- display: flex;
1013
- align-items: center;
1014
- }
1015
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
1016
- height: 16px;
1017
- width: 16px;
1018
- }
1019
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
1020
- height: 20px;
1021
- width: 20px;
1022
- }
1023
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
1024
- inset-inline-start: 27%;
1025
- }
1026
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
1027
- height: 24px;
1028
- width: 24px;
1029
- }
1030
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
1031
- inset-inline-start: 33%;
1032
- }
1033
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
1034
- border-color: #ec5d25;
1035
- background-color: #ec5d25;
1036
- }
1037
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
1038
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
1039
- .ant-checkbox-inner {
1040
- --tw-bg-opacity: 1;
1041
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
1042
- }
1043
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
1044
- outline: 2px solid #0a65e7;
1045
- }
1046
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
1047
- cursor: not-allowed;
1048
- }
1049
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
1050
- opacity: 0.5;
1051
- border-color: #ec5d25;
1052
- background-color: #ec5d25;
1053
- }
1054
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
1055
- border-color: #ffffff;
1056
- }
1057
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
1058
- border-color: #b6bac3;
1059
- }
1060
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
1061
- border-color: #6b7280;
1062
- }
1063
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
1064
- outline: 2px solid #0a65e7;
1065
- }
1066
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
1067
- cursor: not-allowed;
1068
- }
1069
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
1070
- border-color: #b6bac3;
1071
- background-color: #f9fafb;
1072
- }
1073
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
1074
- color: #363e4f;
1075
- }
1076
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
1077
- color: #363e4f;
1078
- font-weight: 400;
1079
- font-size: 0.875rem;
1080
- line-height: 20px;
1081
- }
1082
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
1083
- color: #363e4f;
1084
- font-weight: 500;
1085
- font-size: 0.875rem;
1086
- line-height: 20px;
1087
- }
1088
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
1089
- opacity: 0.5;
1090
- border-color: #ec5d25;
1091
- background-color: #ec5d25;
1092
- }
1093
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1094
- border-color: #ffffff;
1095
- }
1096
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
1097
- border-color: #ec5d25 !important;
1098
- background-color: #ec5d25 !important;
1099
- }
1100
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1101
- inset-inline-start: 50%;
1102
- width: 60%;
1103
- height: 3px;
1104
- border-radius: 4px;
1105
- background: white;
1106
- }
1107
-
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
- /* CSS Modules */
1058
+ }