@itilite/lumina-ui 1.0.1 → 1.0.2-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/README.md +43 -10
  2. package/dist/AdvancedDateRangePicker-ozItnkhp.d.mts +57 -0
  3. package/dist/AdvancedDateRangePicker-ozItnkhp.d.ts +57 -0
  4. package/dist/Table-BOq-_9Nr.d.mts +121 -0
  5. package/dist/Table-BOq-_9Nr.d.ts +121 -0
  6. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.d.mts +2 -0
  7. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.d.ts +2 -0
  8. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.js +791 -0
  9. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.mjs +11 -0
  10. package/dist/atom/AdvancedDateRangePicker/InternalCalendar.d.mts +17 -0
  11. package/dist/atom/AdvancedDateRangePicker/InternalCalendar.d.ts +17 -0
  12. package/dist/atom/AdvancedDateRangePicker/InternalCalendar.js +370 -0
  13. package/dist/atom/AdvancedDateRangePicker/InternalCalendar.mjs +8 -0
  14. package/dist/{Avatar.d.mts → atom/Avatar/Avatar.d.mts} +1 -9
  15. package/dist/{Avatar.d.ts → atom/Avatar/Avatar.d.ts} +1 -9
  16. package/dist/{Avatar.js → atom/Avatar/Avatar.js} +4 -2
  17. package/dist/{Avatar.mjs → atom/Avatar/Avatar.mjs} +2 -2
  18. package/dist/{Button.js → atom/Button/Button.js} +1 -1
  19. package/dist/{Button.mjs → atom/Button/Button.mjs} +2 -2
  20. package/dist/{Checkbox.mjs → atom/Checkbox/Checkbox.mjs} +2 -2
  21. package/dist/atom/LoadingSpinner/LoadingSpinner.d.mts +19 -0
  22. package/dist/atom/LoadingSpinner/LoadingSpinner.d.ts +19 -0
  23. package/dist/atom/LoadingSpinner/LoadingSpinner.js +90 -0
  24. package/dist/atom/LoadingSpinner/LoadingSpinner.mjs +9 -0
  25. package/dist/{Modal.d.mts → atom/Modal/Modal.d.mts} +1 -1
  26. package/dist/{Modal.d.ts → atom/Modal/Modal.d.ts} +1 -1
  27. package/dist/{Modal.js → atom/Modal/Modal.js} +1 -1
  28. package/dist/atom/Modal/Modal.mjs +10 -0
  29. package/dist/{Radio.mjs → atom/Radio/Radio.mjs} +2 -2
  30. package/dist/atom/RangePicker/Chevron.d.mts +13 -0
  31. package/dist/atom/RangePicker/Chevron.d.ts +13 -0
  32. package/dist/atom/RangePicker/Chevron.js +110 -0
  33. package/dist/atom/RangePicker/Chevron.mjs +7 -0
  34. package/dist/atom/RangePicker/RangePicker.d.mts +26 -0
  35. package/dist/atom/RangePicker/RangePicker.d.ts +26 -0
  36. package/dist/atom/RangePicker/RangePicker.js +1465 -0
  37. package/dist/atom/RangePicker/RangePicker.mjs +13 -0
  38. package/dist/atom/Select/Select.d.mts +40 -0
  39. package/dist/atom/Select/Select.d.ts +40 -0
  40. package/dist/atom/Select/Select.js +805 -0
  41. package/dist/atom/Select/Select.mjs +11 -0
  42. package/dist/atom/Slider/Slider.d.mts +34 -0
  43. package/dist/atom/Slider/Slider.d.ts +34 -0
  44. package/dist/atom/Slider/Slider.js +107 -0
  45. package/dist/atom/Slider/Slider.mjs +9 -0
  46. package/dist/{Switch.mjs → atom/Switch/Switch.mjs} +2 -2
  47. package/dist/atom/Table/Table.d.mts +3 -0
  48. package/dist/atom/Table/Table.d.ts +3 -0
  49. package/dist/atom/Table/Table.js +306 -0
  50. package/dist/atom/Table/Table.mjs +9 -0
  51. package/dist/atom/Tag/Tag.d.mts +6 -0
  52. package/dist/atom/Tag/Tag.d.ts +6 -0
  53. package/dist/atom/Tag/Tag.js +108 -0
  54. package/dist/atom/Tag/Tag.mjs +9 -0
  55. package/dist/{Tooltip.mjs → atom/Tooltip/Tooltip.mjs} +2 -2
  56. package/dist/chunk-4JX54OKI.mjs +627 -0
  57. package/dist/chunk-4VZB2KR2.mjs +51 -0
  58. package/dist/chunk-53O7JM5I.mjs +424 -0
  59. package/dist/{chunk-HISCHZ5H.mjs → chunk-AF2RKLH6.mjs} +1 -1
  60. package/dist/chunk-D3N7VFER.mjs +73 -0
  61. package/dist/chunk-GU5F7Z7I.mjs +681 -0
  62. package/dist/{chunk-X76GNSBB.mjs → chunk-IWO2Y5QX.mjs} +4 -2
  63. package/dist/chunk-J4YYP4IZ.mjs +0 -0
  64. package/dist/chunk-N2WTNCQU.mjs +66 -0
  65. package/dist/chunk-N4DPPZVJ.mjs +269 -0
  66. package/dist/chunk-PQ3B2FEB.mjs +249 -0
  67. package/dist/chunk-QKTMWS4J.mjs +43 -0
  68. package/dist/{chunk-N355RJGH.mjs → chunk-UQJ3BDM4.mjs} +1 -1
  69. package/dist/chunk-V3CHJHUX.mjs +424 -0
  70. package/dist/chunk-ZTRM4HZJ.mjs +53 -0
  71. package/dist/index.d.mts +18 -7
  72. package/dist/index.d.ts +18 -7
  73. package/dist/index.js +2461 -8
  74. package/dist/index.mjs +46 -12
  75. package/dist/molecules/UserProfile/UserProfile.d.mts +23 -0
  76. package/dist/molecules/UserProfile/UserProfile.d.ts +23 -0
  77. package/dist/molecules/UserProfile/UserProfile.js +243 -0
  78. package/dist/molecules/UserProfile/UserProfile.mjs +11 -0
  79. package/dist/styles.css +1740 -891
  80. package/dist/types-D4MD2w3_.d.mts +9 -0
  81. package/dist/types-D4MD2w3_.d.ts +9 -0
  82. package/dist/types-mhQmqhsR.d.mts +10 -0
  83. package/dist/types-mhQmqhsR.d.ts +10 -0
  84. package/package.json +9 -32
  85. package/dist/Modal.mjs +0 -10
  86. package/dist/chunk-2O2IH2FG.mjs +0 -83
  87. package/dist/styles.d.mts +0 -2
  88. package/dist/styles.d.ts +0 -2
  89. /package/dist/{Button.d.mts → atom/Button/Button.d.mts} +0 -0
  90. /package/dist/{Button.d.ts → atom/Button/Button.d.ts} +0 -0
  91. /package/dist/{Checkbox.d.mts → atom/Checkbox/Checkbox.d.mts} +0 -0
  92. /package/dist/{Checkbox.d.ts → atom/Checkbox/Checkbox.d.ts} +0 -0
  93. /package/dist/{Checkbox.js → atom/Checkbox/Checkbox.js} +0 -0
  94. /package/dist/{Radio.d.mts → atom/Radio/Radio.d.mts} +0 -0
  95. /package/dist/{Radio.d.ts → atom/Radio/Radio.d.ts} +0 -0
  96. /package/dist/{Radio.js → atom/Radio/Radio.js} +0 -0
  97. /package/dist/{Switch.d.mts → atom/Switch/Switch.d.mts} +0 -0
  98. /package/dist/{Switch.d.ts → atom/Switch/Switch.d.ts} +0 -0
  99. /package/dist/{Switch.js → atom/Switch/Switch.js} +0 -0
  100. /package/dist/{Tooltip.d.mts → atom/Tooltip/Tooltip.d.mts} +0 -0
  101. /package/dist/{Tooltip.d.ts → atom/Tooltip/Tooltip.d.ts} +0 -0
  102. /package/dist/{Tooltip.js → atom/Tooltip/Tooltip.js} +0 -0
package/dist/styles.css CHANGED
@@ -1,495 +1,990 @@
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;
1
+ .tw-pointer-events-none {
2
+ pointer-events: none
224
3
  }
225
- button,
226
- select {
227
- text-transform: none;
4
+ .tw-invisible {
5
+ visibility: hidden
228
6
  }
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;
7
+ .tw-absolute {
8
+ position: absolute
236
9
  }
237
- :-moz-focusring {
238
- outline: auto;
10
+ .tw-relative {
11
+ position: relative
239
12
  }
240
- :-moz-ui-invalid {
241
- box-shadow: none;
13
+ .tw-inset-x-0 {
14
+ left: 0px;
15
+ right: 0px
242
16
  }
243
- progress {
244
- vertical-align: baseline;
17
+ .tw-inset-y-1 {
18
+ top: 0.25rem;
19
+ bottom: 0.25rem
245
20
  }
246
- ::-webkit-inner-spin-button,
247
- ::-webkit-outer-spin-button {
248
- height: auto;
21
+ .\!tw-right-2 {
22
+ right: 0.5rem !important
249
23
  }
250
- [type=search] {
251
- -webkit-appearance: textfield;
252
- outline-offset: -2px;
24
+ .\!tw-right-\[5px\] {
25
+ right: 5px !important
253
26
  }
254
- ::-webkit-search-decoration {
255
- -webkit-appearance: none;
27
+ .-tw-top-0\.5 {
28
+ top: -0.125rem
256
29
  }
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;
30
+ .-tw-top-2 {
31
+ top: -0.5rem
278
32
  }
279
- fieldset {
280
- margin: 0;
281
- padding: 0;
33
+ .tw-bottom-11 {
34
+ bottom: 2.75rem
282
35
  }
283
- legend {
284
- padding: 0;
36
+ .tw-bottom-\[-7px\] {
37
+ bottom: -7px
285
38
  }
286
- ol,
287
- ul,
288
- menu {
289
- list-style: none;
290
- margin: 0;
291
- padding: 0;
39
+ .tw-left-0 {
40
+ left: 0px
292
41
  }
293
- dialog {
294
- padding: 0;
42
+ .tw-left-0\.5 {
43
+ left: 0.125rem
295
44
  }
296
- textarea {
297
- resize: vertical;
45
+ .tw-left-1 {
46
+ left: 0.25rem
298
47
  }
299
- input::-moz-placeholder,
300
- textarea::-moz-placeholder {
301
- opacity: 1;
302
- color: #9ca3af;
48
+ .tw-left-1\/2 {
49
+ left: 50%
303
50
  }
304
- input::placeholder,
305
- textarea::placeholder {
306
- opacity: 1;
307
- color: #9ca3af;
51
+ .tw-left-5 {
52
+ left: 1.25rem
308
53
  }
309
- button,
310
- [role=button] {
311
- cursor: pointer;
54
+ .tw-left-\[18px\] {
55
+ left: 18px
312
56
  }
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;
57
+ .tw-right-0 {
58
+ right: 0px
326
59
  }
327
- img,
328
- video {
329
- max-width: 100%;
330
- height: auto;
60
+ .tw-right-0\.5 {
61
+ right: 0.125rem
62
+ }
63
+ .tw-right-1 {
64
+ right: 0.25rem
65
+ }
66
+ .tw-right-1\/2 {
67
+ right: 50%
331
68
  }
332
- [hidden]:where(:not([hidden=until-found])) {
333
- display: none;
69
+ .tw-right-3 {
70
+ right: 0.75rem
71
+ }
72
+ .tw-right-5 {
73
+ right: 1.25rem
334
74
  }
335
75
  .tw-right-6 {
336
- right: 1.5rem;
76
+ right: 1.5rem
77
+ }
78
+ .tw-right-\[42\%\] {
79
+ right: 42%
80
+ }
81
+ .tw-top-0 {
82
+ top: 0px
83
+ }
84
+ .tw-top-0\.5 {
85
+ top: 0.125rem
86
+ }
87
+ .tw-top-1 {
88
+ top: 0.25rem
89
+ }
90
+ .tw-top-1\.5 {
91
+ top: 0.375rem
92
+ }
93
+ .tw-top-1\/2 {
94
+ top: 50%
95
+ }
96
+ .tw-top-2\.5 {
97
+ top: 0.625rem
98
+ }
99
+ .tw-top-3 {
100
+ top: 0.75rem
101
+ }
102
+ .tw-top-3\.5 {
103
+ top: 0.875rem
104
+ }
105
+ .tw-top-5 {
106
+ top: 1.25rem
337
107
  }
338
108
  .tw-top-6 {
339
- top: 1.5rem;
109
+ top: 1.5rem
110
+ }
111
+ .tw-z-10 {
112
+ z-index: 10
113
+ }
114
+ .tw-z-20 {
115
+ z-index: 20
116
+ }
117
+ .tw-z-30 {
118
+ z-index: 30
119
+ }
120
+ .tw-z-50 {
121
+ z-index: 50
122
+ }
123
+ .tw-z-\[100\] {
124
+ z-index: 100
125
+ }
126
+ .tw-z-\[21\] {
127
+ z-index: 21
128
+ }
129
+ .tw-z-\[22\] {
130
+ z-index: 22
131
+ }
132
+ .tw-m-0 {
133
+ margin: 0px
134
+ }
135
+ .tw-mx-0\.5 {
136
+ margin-left: 0.125rem;
137
+ margin-right: 0.125rem
138
+ }
139
+ .tw-mx-auto {
140
+ margin-left: auto;
141
+ margin-right: auto
142
+ }
143
+ .tw-mb-2 {
144
+ margin-bottom: 0.5rem
145
+ }
146
+ .tw-mb-4 {
147
+ margin-bottom: 1rem
148
+ }
149
+ .tw-ml-1 {
150
+ margin-left: 0.25rem
151
+ }
152
+ .tw-mr-1 {
153
+ margin-right: 0.25rem
154
+ }
155
+ .tw-mt-0 {
156
+ margin-top: 0px
157
+ }
158
+ .tw-mt-0\.5 {
159
+ margin-top: 0.125rem
160
+ }
161
+ .tw-mt-\[1px\] {
162
+ margin-top: 1px
340
163
  }
341
164
  .tw-flex {
342
- display: flex;
165
+ display: flex
166
+ }
167
+ .tw-grid {
168
+ display: grid
169
+ }
170
+ .tw-h-10 {
171
+ height: 2.5rem
172
+ }
173
+ .tw-h-12 {
174
+ height: 3rem
175
+ }
176
+ .tw-h-16 {
177
+ height: 4rem
343
178
  }
344
179
  .tw-h-2 {
345
- height: 0.5rem;
180
+ height: 0.5rem
346
181
  }
347
182
  .tw-h-3 {
348
- height: 0.75rem;
183
+ height: 0.75rem
184
+ }
185
+ .tw-h-6 {
186
+ height: 1.5rem
187
+ }
188
+ .tw-h-8 {
189
+ height: 2rem
190
+ }
191
+ .tw-h-\[290px\] {
192
+ height: 290px
193
+ }
194
+ .tw-h-\[320px\] {
195
+ height: 320px
196
+ }
197
+ .tw-h-\[40px\] {
198
+ height: 40px
199
+ }
200
+ .tw-h-full {
201
+ height: 100%
202
+ }
203
+ .tw-max-h-44 {
204
+ max-height: 11rem
205
+ }
206
+ .tw-max-h-60 {
207
+ max-height: 15rem
208
+ }
209
+ .tw-max-h-\[90vh\] {
210
+ max-height: 90vh
211
+ }
212
+ .tw-w-10 {
213
+ width: 2.5rem
214
+ }
215
+ .tw-w-3 {
216
+ width: 0.75rem
217
+ }
218
+ .tw-w-9 {
219
+ width: 2.25rem
220
+ }
221
+ .tw-w-\[18px\] {
222
+ width: 18px
223
+ }
224
+ .tw-w-\[50px\] {
225
+ width: 50px
226
+ }
227
+ .tw-w-auto {
228
+ width: auto
229
+ }
230
+ .tw-w-full {
231
+ width: 100%
232
+ }
233
+ .tw-min-w-fit {
234
+ min-width: -moz-fit-content;
235
+ min-width: fit-content
236
+ }
237
+ .tw-max-w-4xl {
238
+ max-width: 56rem
239
+ }
240
+ .tw-max-w-\[83vw\] {
241
+ max-width: 83vw
242
+ }
243
+ .tw-flex-1 {
244
+ flex: 1 1 0%
245
+ }
246
+ .tw--translate-y-1\/2 {
247
+ --tw-translate-y: -50%;
248
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
249
+ }
250
+ .-tw-rotate-180 {
251
+ --tw-rotate: -180deg;
252
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
253
+ }
254
+ .tw-rotate-180 {
255
+ --tw-rotate: 180deg;
256
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
257
+ }
258
+ .tw-rotate-90 {
259
+ --tw-rotate: 90deg;
260
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
349
261
  }
350
262
  .tw-cursor-not-allowed {
351
- cursor: not-allowed;
263
+ cursor: not-allowed
264
+ }
265
+ .tw-cursor-pointer {
266
+ cursor: pointer
267
+ }
268
+ .tw-grid-cols-7 {
269
+ grid-template-columns: repeat(7, minmax(0, 1fr))
270
+ }
271
+ .tw-flex-row {
272
+ flex-direction: row
273
+ }
274
+ .tw-flex-col {
275
+ flex-direction: column
352
276
  }
353
277
  .tw-items-end {
354
- align-items: flex-end;
278
+ align-items: flex-end
355
279
  }
356
280
  .tw-items-center {
357
- align-items: center;
281
+ align-items: center
358
282
  }
359
283
  .tw-justify-center {
360
- justify-content: center;
284
+ justify-content: center
285
+ }
286
+ .tw-justify-between {
287
+ justify-content: space-between
361
288
  }
362
289
  .tw-gap-1 {
363
- gap: 0.25rem;
290
+ gap: 0.25rem
291
+ }
292
+ .tw-gap-2 {
293
+ gap: 0.5rem
294
+ }
295
+ .tw-gap-4 {
296
+ gap: 1rem
297
+ }
298
+ .tw-gap-8 {
299
+ gap: 2rem
300
+ }
301
+ .tw-overflow-y-auto {
302
+ overflow-y: auto
303
+ }
304
+ .tw-whitespace-nowrap {
305
+ white-space: nowrap
306
+ }
307
+ .\!tw-rounded-lg {
308
+ border-radius: 0.5rem !important
309
+ }
310
+ .tw-rounded {
311
+ border-radius: 0.25rem
364
312
  }
365
313
  .tw-rounded-full {
366
- border-radius: 9999px;
314
+ border-radius: 9999px
367
315
  }
368
316
  .tw-rounded-lg {
369
- border-radius: 0.5rem;
317
+ border-radius: 0.5rem
318
+ }
319
+ .tw-rounded-xl {
320
+ border-radius: 0.75rem
321
+ }
322
+ .tw-rounded-r-full {
323
+ border-top-right-radius: 9999px;
324
+ border-bottom-right-radius: 9999px
370
325
  }
371
326
  .tw-border {
372
- border-width: 1px;
327
+ border-width: 1px
373
328
  }
374
329
  .tw-border-0 {
375
- border-width: 0px;
330
+ border-width: 0px
331
+ }
332
+ .tw-border-2 {
333
+ border-width: 2px
334
+ }
335
+ .tw-border-b {
336
+ border-bottom-width: 1px
337
+ }
338
+ .tw-border-l-0 {
339
+ border-left-width: 0px
340
+ }
341
+ .tw-border-r-0 {
342
+ border-right-width: 0px
343
+ }
344
+ .tw-border-t-0 {
345
+ border-top-width: 0px
376
346
  }
377
347
  .tw-border-solid {
378
- border-style: solid;
348
+ border-style: solid
349
+ }
350
+ .tw-border-dashed {
351
+ border-style: dashed
352
+ }
353
+ .tw-border-none {
354
+ border-style: none
355
+ }
356
+ .\!tw-border-\[\#804D7B\] {
357
+ --tw-border-opacity: 1 !important;
358
+ border-color: rgb(128 77 123 / var(--tw-border-opacity, 1)) !important
359
+ }
360
+ .\!tw-border-black {
361
+ --tw-border-opacity: 1 !important;
362
+ border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important
363
+ }
364
+ .\!tw-border-color-primary {
365
+ --tw-border-opacity: 1 !important;
366
+ border-color: rgb(236 93 37 / var(--tw-border-opacity, 1)) !important
367
+ }
368
+ .\!tw-border-color-text-critical {
369
+ --tw-border-opacity: 1 !important;
370
+ border-color: rgb(207 34 49 / var(--tw-border-opacity, 1)) !important
371
+ }
372
+ .tw-border-\[\#EBE3DD\] {
373
+ --tw-border-opacity: 1;
374
+ border-color: rgb(235 227 221 / var(--tw-border-opacity, 1))
375
+ }
376
+ .tw-border-\[\#ebe3dd\] {
377
+ --tw-border-opacity: 1;
378
+ border-color: rgb(235 227 221 / var(--tw-border-opacity, 1))
379
+ }
380
+ .tw-border-color-gray-100 {
381
+ --tw-border-opacity: 1;
382
+ border-color: rgb(229 233 237 / var(--tw-border-opacity, 1))
383
+ }
384
+ .tw-border-gray-200 {
385
+ --tw-border-opacity: 1;
386
+ border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
387
+ }
388
+ .tw-border-gray-400 {
389
+ --tw-border-opacity: 1;
390
+ border-color: rgb(156 163 175 / var(--tw-border-opacity, 1))
391
+ }
392
+ .tw-border-transparent {
393
+ border-color: transparent
394
+ }
395
+ .\!tw-bg-\[\#F8F7F6\] {
396
+ --tw-bg-opacity: 1 !important;
397
+ background-color: rgb(248 247 246 / var(--tw-bg-opacity, 1)) !important
398
+ }
399
+ .tw-bg-\[\#F2EFEC\] {
400
+ --tw-bg-opacity: 1;
401
+ background-color: rgb(242 239 236 / var(--tw-bg-opacity, 1))
402
+ }
403
+ .tw-bg-\[\#f1e8fa\] {
404
+ --tw-bg-opacity: 1;
405
+ background-color: rgb(241 232 250 / var(--tw-bg-opacity, 1))
406
+ }
407
+ .tw-bg-\[\#f2efec\] {
408
+ --tw-bg-opacity: 1;
409
+ background-color: rgb(242 239 236 / var(--tw-bg-opacity, 1))
410
+ }
411
+ .tw-bg-\[\#f3f4f6\] {
412
+ --tw-bg-opacity: 1;
413
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
414
+ }
415
+ .tw-bg-\[\#fff1e1\] {
416
+ --tw-bg-opacity: 1;
417
+ background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
418
+ }
419
+ .tw-bg-black {
420
+ --tw-bg-opacity: 1;
421
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
422
+ }
423
+ .tw-bg-gray-200 {
424
+ --tw-bg-opacity: 1;
425
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
426
+ }
427
+ .tw-bg-gray-50 {
428
+ --tw-bg-opacity: 1;
429
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
379
430
  }
380
431
  .tw-bg-transparent {
381
- background-color: transparent;
432
+ background-color: transparent
433
+ }
434
+ .tw-bg-white {
435
+ --tw-bg-opacity: 1;
436
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
382
437
  }
383
438
  .tw-object-cover {
384
- -o-object-fit: cover;
385
- object-fit: cover;
439
+ -o-object-fit: cover;
440
+ object-fit: cover
386
441
  }
387
442
  .tw-p-2 {
388
- padding: 0.5rem;
443
+ padding: 0.5rem
389
444
  }
390
445
  .tw-p-4 {
391
- padding: 1rem;
446
+ padding: 1rem
447
+ }
448
+ .tw-px-0 {
449
+ padding-left: 0px;
450
+ padding-right: 0px
451
+ }
452
+ .tw-px-2 {
453
+ padding-left: 0.5rem;
454
+ padding-right: 0.5rem
455
+ }
456
+ .tw-px-4 {
457
+ padding-left: 1rem;
458
+ padding-right: 1rem
459
+ }
460
+ .tw-px-5 {
461
+ padding-left: 1.25rem;
462
+ padding-right: 1.25rem
463
+ }
464
+ .tw-px-6 {
465
+ padding-left: 1.5rem;
466
+ padding-right: 1.5rem
467
+ }
468
+ .tw-py-1 {
469
+ padding-top: 0.25rem;
470
+ padding-bottom: 0.25rem
471
+ }
472
+ .tw-py-2 {
473
+ padding-top: 0.5rem;
474
+ padding-bottom: 0.5rem
475
+ }
476
+ .tw-py-3 {
477
+ padding-top: 0.75rem;
478
+ padding-bottom: 0.75rem
479
+ }
480
+ .tw-py-5 {
481
+ padding-top: 1.25rem;
482
+ padding-bottom: 1.25rem
483
+ }
484
+ .tw-py-\[2px\] {
485
+ padding-top: 2px;
486
+ padding-bottom: 2px
487
+ }
488
+ .tw-pb-1 {
489
+ padding-bottom: 0.25rem
490
+ }
491
+ .tw-pb-3 {
492
+ padding-bottom: 0.75rem
493
+ }
494
+ .tw-pb-4 {
495
+ padding-bottom: 1rem
496
+ }
497
+ .tw-pr-2 {
498
+ padding-right: 0.5rem
499
+ }
500
+ .tw-pt-1 {
501
+ padding-top: 0.25rem
502
+ }
503
+ .tw-pt-2 {
504
+ padding-top: 0.5rem
505
+ }
506
+ .tw-pt-3 {
507
+ padding-top: 0.75rem
508
+ }
509
+ .tw-pt-4 {
510
+ padding-top: 1rem
511
+ }
512
+ .tw-pt-6 {
513
+ padding-top: 1.5rem
514
+ }
515
+ .tw-pt-8 {
516
+ padding-top: 2rem
517
+ }
518
+ .tw-text-center {
519
+ text-align: center
520
+ }
521
+ .tw-text-\[12px\] {
522
+ font-size: 12px
523
+ }
524
+ .tw-text-\[13px\] {
525
+ font-size: 13px
392
526
  }
393
527
  .tw-text-font-size-10 {
394
- font-size: 0.625rem;
528
+ font-size: 0.625rem
395
529
  }
396
530
  .tw-text-font-size-50 {
397
- font-size: 1.25rem;
531
+ font-size: 1.25rem
532
+ }
533
+ .tw-text-sm {
534
+ font-size: 0.875rem;
535
+ line-height: 1.25rem
536
+ }
537
+ .tw-text-xs {
538
+ font-size: 0.75rem;
539
+ line-height: 1rem
398
540
  }
399
541
  .tw-font-medium {
400
- font-weight: 500;
542
+ font-weight: 500
401
543
  }
402
544
  .tw-leading-7 {
403
- line-height: 1.75rem;
545
+ line-height: 1.75rem
546
+ }
547
+ .tw-leading-\[18px\] {
548
+ line-height: 18px
549
+ }
550
+ .tw-text-\[\#6B7280\] {
551
+ --tw-text-opacity: 1;
552
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1))
404
553
  }
405
554
  .tw-text-color-border-dark-subtle {
406
- --tw-text-opacity: 1;
407
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
555
+ --tw-text-opacity: 1;
556
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1))
408
557
  }
409
558
  .tw-text-color-surface-dark {
410
- --tw-text-opacity: 1;
411
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
559
+ --tw-text-opacity: 1;
560
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1))
561
+ }
562
+ .tw-text-color-text-critical {
563
+ --tw-text-opacity: 1;
564
+ color: rgb(207 34 49 / var(--tw-text-opacity, 1))
565
+ }
566
+ .tw-text-color-text-default {
567
+ --tw-text-opacity: 1;
568
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1))
412
569
  }
413
570
  .tw-text-color-text-primary {
414
- --tw-text-opacity: 1;
415
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
571
+ --tw-text-opacity: 1;
572
+ color: rgb(236 93 37 / var(--tw-text-opacity, 1))
416
573
  }
417
- .tw-text-white {
418
- --tw-text-opacity: 1;
419
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
574
+ .tw-text-color-text-subtle {
575
+ --tw-text-opacity: 1;
576
+ color: rgb(54 62 79 / var(--tw-text-opacity, 1))
420
577
  }
421
- .tw-opacity-40 {
422
- opacity: 0.4;
578
+ .tw-text-color-text-weak {
579
+ --tw-text-opacity: 1;
580
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1))
423
581
  }
424
- @media (min-width: 576px) {
425
- .sm\:tw-p-6 {
426
- padding: 1.5rem;
427
- }
582
+ .tw-text-gray-300 {
583
+ --tw-text-opacity: 1;
584
+ color: rgb(209 213 219 / var(--tw-text-opacity, 1))
428
585
  }
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
586
+ .tw-text-gray-400 {
587
+ --tw-text-opacity: 1;
588
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1))
436
589
  }
437
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
438
- height: 0.5rem;
439
- width: 0.5rem
590
+ .tw-text-gray-500 {
591
+ --tw-text-opacity: 1;
592
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1))
440
593
  }
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))
594
+ .tw-text-gray-700 {
595
+ --tw-text-opacity: 1;
596
+ color: rgb(55 65 81 / var(--tw-text-opacity, 1))
444
597
  }
445
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
598
+ .tw-text-gray-900 {
599
+ --tw-text-opacity: 1;
600
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1))
601
+ }
602
+ .tw-text-white {
603
+ --tw-text-opacity: 1;
604
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1))
605
+ }
606
+ .tw-opacity-0 {
607
+ opacity: 0
608
+ }
609
+ .tw-opacity-40 {
610
+ opacity: 0.4
611
+ }
612
+ .tw-shadow-lg {
613
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
614
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
615
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
616
+ }
617
+ .tw-outline-none {
618
+ outline: 2px solid transparent;
619
+ outline-offset: 2px
620
+ }
621
+ .tw-transition-all {
622
+ transition-property: all;
623
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
624
+ transition-duration: 150ms
625
+ }
626
+ .tw-transition-opacity {
627
+ transition-property: opacity;
628
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
629
+ transition-duration: 150ms
630
+ }
631
+ .tw-duration-150 {
632
+ transition-duration: 150ms
633
+ }
634
+ .tw-duration-200 {
635
+ transition-duration: 200ms
636
+ }
637
+ .tw-ease-out {
638
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
639
+ }
640
+ .tw-typography-body1 {
641
+ font-weight: 400;
642
+ font-size: 1.063rem;
643
+ line-height: 24px
644
+ }
645
+ .tw-typography-body2 {
646
+ font-weight: 400;
647
+ font-size: 0.875rem;
648
+ line-height: 20px
649
+ }
650
+ .tw-typography-body2Bold {
651
+ font-weight: 600;
652
+ font-size: 0.875rem;
653
+ line-height: 20px
654
+ }
655
+ .tw-typography-bodyLarge {
656
+ font-weight: 400;
657
+ font-size: 1rem;
658
+ line-height: 24px
659
+ }
660
+ .tw-typography-caption1 {
661
+ font-weight: 400;
662
+ font-size: 0.75rem;
663
+ line-height: 16px
664
+ }
665
+ .tw-typography-caption1Bold {
666
+ font-weight: 500;
667
+ font-size: 0.75rem;
668
+ line-height: 16px
669
+ }
670
+ .tw-typography-caption2 {
671
+ font-weight: 400;
672
+ font-size: 0.688rem;
673
+ line-height: 14px
674
+ }
675
+ .tw-typography-caption3 {
676
+ font-weight: 400;
677
+ font-size: 0.75rem;
678
+ line-height: 12px
679
+ }
680
+ .tw-typography-caption2Bold {
681
+ font-weight: 500;
682
+ font-size: 0.688rem;
683
+ line-height: 14px
684
+ }
685
+ .tw-typography-footNoteBold {
686
+ font-weight: 600;
687
+ font-size: 0.813rem;
688
+ line-height: 18px
689
+ }
690
+ .hover\:tw-border-2:hover {
691
+ border-width: 2px
692
+ }
693
+ .hover\:tw-border-solid:hover {
694
+ border-style: solid
695
+ }
696
+ .hover\:tw-border-\[\#C5B7AC\]:hover {
697
+ --tw-border-opacity: 1;
698
+ border-color: rgb(197 183 172 / var(--tw-border-opacity, 1))
699
+ }
700
+ .hover\:tw-border-black:hover {
701
+ --tw-border-opacity: 1;
702
+ border-color: rgb(0 0 0 / var(--tw-border-opacity, 1))
703
+ }
704
+ .hover\:tw-bg-\[\#1118270a\]:hover {
705
+ background-color: #1118270a
706
+ }
707
+ .hover\:tw-bg-gray-100:hover {
446
708
  --tw-bg-opacity: 1;
447
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
709
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
448
710
  }
449
-
450
- /* src/atom/Tooltip/Tooltip.module.scss */
451
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
452
- background-color: white !important;
453
- color: #111827;
454
- border-radius: 0.5rem;
455
- padding: 0.625rem;
456
- --tw-text-opacity: 1;
457
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
711
+ .focus\:tw-shadow-sm:focus {
712
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
713
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
714
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
458
715
  }
459
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
460
- background-color: white !important;
716
+ .focus\:tw-ring-offset-1:focus {
717
+ --tw-ring-offset-width: 1px
718
+ }
719
+ .tw-group:hover .group-hover\:tw-opacity-100 {
720
+ opacity: 1
721
+ }
722
+ @media (min-width: 576px) {
723
+ .sm\:tw-top-0 {
724
+ top: 0px
725
+ }
726
+ .sm\:tw-top-4 {
727
+ top: 1rem
728
+ }
729
+ .sm\:tw-mt-0 {
730
+ margin-top: 0px
731
+ }
732
+ .sm\:tw-w-10 {
733
+ width: 2.5rem
734
+ }
735
+ .sm\:tw-w-\[330px\] {
736
+ width: 330px
737
+ }
738
+ .sm\:tw-w-\[640px\] {
739
+ width: 640px
740
+ }
741
+ .sm\:tw-flex-row {
742
+ flex-direction: row
743
+ }
744
+ .sm\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]) {
745
+ --tw-space-x-reverse: 0;
746
+ margin-right: calc(2rem * var(--tw-space-x-reverse));
747
+ margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
748
+ }
749
+ .sm\:tw-p-6 {
750
+ padding: 1.5rem
751
+ }
752
+ .sm\:tw-pr-0 {
753
+ padding-right: 0px
754
+ }
461
755
  }
462
756
 
463
- /* src/atom/Radio/Radio.module.scss */
464
- .Radio-module__radio___1CPAk {
757
+
758
+ /* CSS Modules */
759
+ /* src/atom/Checkbox/Checkbox.module.scss */
760
+ .Checkbox-module__checkbox___xxg5L {
465
761
  display: flex;
466
762
  align-items: center;
467
763
  }
468
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
764
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
469
765
  height: 16px;
470
766
  width: 16px;
471
767
  }
472
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
768
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
473
769
  height: 20px;
474
770
  width: 20px;
475
771
  }
476
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
772
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
773
+ inset-inline-start: 27%;
774
+ }
775
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
477
776
  height: 24px;
478
777
  width: 24px;
479
778
  }
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;
779
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
780
+ inset-inline-start: 33%;
487
781
  }
488
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
489
- outline: 2px solid #0A65E7;
782
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
783
+ border-color: #ec5d25;
784
+ background-color: #ec5d25;
490
785
  }
491
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
492
- cursor: not-allowed;
786
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
787
+ .ant-checkbox-checked:not(.ant-checkbox-disabled)
788
+ .ant-checkbox-inner {
789
+ --tw-bg-opacity: 1;
790
+ background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
791
+ }
792
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
793
+ outline: 2px solid #0a65e7;
794
+ }
795
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
796
+ cursor: not-allowed;
797
+ }
798
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
799
+ opacity: 0.5;
800
+ border-color: #ec5d25;
801
+ background-color: #ec5d25;
802
+ }
803
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
804
+ border-color: #ffffff;
805
+ }
806
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
807
+ border-color: #b6bac3;
808
+ }
809
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
810
+ border-color: #6b7280;
811
+ }
812
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
813
+ outline: 2px solid #0a65e7;
814
+ }
815
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
816
+ cursor: not-allowed;
817
+ }
818
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
819
+ border-color: #b6bac3;
820
+ background-color: #f9fafb;
821
+ }
822
+ .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
823
+ color: #363e4f;
824
+ }
825
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
826
+ color: #363e4f;
827
+ font-weight: 400;
828
+ font-size: 0.875rem;
829
+ line-height: 20px;
830
+ }
831
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
832
+ color: #363e4f;
833
+ font-weight: 500;
834
+ font-size: 0.875rem;
835
+ line-height: 20px;
836
+ }
837
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
838
+ opacity: 0.5;
839
+ border-color: #ec5d25;
840
+ background-color: #ec5d25;
841
+ }
842
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
843
+ border-color: #ffffff;
844
+ }
845
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
846
+ border-color: #ec5d25 !important;
847
+ background-color: #ec5d25 !important;
848
+ }
849
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
850
+ inset-inline-start: 50%;
851
+ width: 60%;
852
+ height: 3px;
853
+ border-radius: 4px;
854
+ background: white;
855
+ }
856
+
857
+ /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
858
+ .LoadingSpinner-module__spinnerContainer___DiPLf {
859
+ display: flex;
860
+ justify-content: center;
861
+ align-items: center;
862
+ height: 100%;
863
+ margin-top: 2rem;
864
+ margin-bottom: 2rem;
865
+ }
866
+
867
+ /* src/atom/Tooltip/Tooltip.module.scss */
868
+ .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
869
+ background-color: white !important;
870
+ color: #111827;
871
+ border-radius: 0.5rem;
872
+ padding: 0.625rem;
873
+ --tw-text-opacity: 1;
874
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
875
+ }
876
+ .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
877
+ background-color: white !important;
878
+ }
879
+
880
+ /* src/atom/Tag/Tag.module.scss */
881
+ .Tag-module__tag___PIkhI {
882
+ border-radius: 0.25rem;
883
+ padding: 0.25rem;
884
+ font-weight: 500;
885
+ font-size: 12px;
886
+ line-height: .75rem;
887
+ --tw-bg-opacity: 1;
888
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
889
+ height: -moz-max-content;
890
+ height: max-content;
891
+ --tw-text-opacity: 1;
892
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
893
+ border-width: 0px
894
+ }
895
+ .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
896
+ padding-top: 2px;
897
+ padding-bottom: 2px;
898
+ padding-left: 0.25rem;
899
+ padding-right: 0.25rem;
900
+ font-size: 0.625rem;
901
+ line-height: .75rem
902
+ }
903
+ .Tag-module__tag___PIkhI.Tag-module__success___99fad {
904
+ --tw-bg-opacity: 1;
905
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
906
+ }
907
+ .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
908
+ --tw-bg-opacity: 1;
909
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
910
+ }
911
+ .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
912
+ --tw-bg-opacity: 1;
913
+ background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
914
+ }
915
+ .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
916
+ --tw-bg-opacity: 1;
917
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
918
+ }
919
+ .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
920
+ --tw-bg-opacity: 1;
921
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
922
+ }
923
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
924
+ --tw-bg-opacity: 1;
925
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
926
+ }
927
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
928
+ --tw-bg-opacity: 1;
929
+ background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
930
+ }
931
+ .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
932
+ --tw-bg-opacity: 1;
933
+ background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
934
+ }
935
+ .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
936
+ --tw-bg-opacity: 1;
937
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
938
+ }
939
+
940
+ /* src/atom/Switch/Switch.module.scss */
941
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
942
+ height: 0.75rem;
943
+ min-width: 1.5rem
944
+ }
945
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
946
+ height: 0.5rem;
947
+ width: 0.5rem
948
+ }
949
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
950
+ --tw-bg-opacity: 1;
951
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
952
+ }
953
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
954
+ --tw-bg-opacity: 1;
955
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
956
+ }
957
+
958
+ /* src/atom/Radio/Radio.module.scss */
959
+ .Radio-module__radio___1CPAk {
960
+ display: flex;
961
+ align-items: center;
962
+ }
963
+ .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
964
+ height: 16px;
965
+ width: 16px;
966
+ }
967
+ .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
968
+ height: 20px;
969
+ width: 20px;
970
+ }
971
+ .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
972
+ height: 24px;
973
+ width: 24px;
974
+ }
975
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
976
+ border-color: #EC5D25;
977
+ background-color: #EC5D25;
978
+ }
979
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
980
+ border-color: #B94710;
981
+ background-color: #B94710;
982
+ }
983
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
984
+ outline: 2px solid #0A65E7;
985
+ }
986
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
987
+ cursor: not-allowed;
493
988
  }
494
989
  .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
495
990
  border-color: #B6BAC3;
@@ -528,6 +1023,42 @@ video {
528
1023
  line-height: 20px;
529
1024
  }
530
1025
 
1026
+ /* src/atom/Slider/Slider.module.scss */
1027
+ .Slider-module__label___9Uea- {
1028
+ font-size: 13px;
1029
+ line-height: 18px;
1030
+ --tw-text-opacity: 1;
1031
+ color: rgb(54 62 79 / var(--tw-text-opacity, 1));
1032
+ }
1033
+
1034
+ .Slider-module__slider___JCS-c.ant-slider {
1035
+ margin-left: 0px;
1036
+ margin-right: 0px;
1037
+ }
1038
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
1039
+ box-shadow: 0 0 0 2px #ec5d25;
1040
+ transform: scale(1.25);
1041
+ }
1042
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
1043
+ content: unset;
1044
+ }
1045
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
1046
+ inset-inline-start: -1px;
1047
+ inset-block-start: -1px;
1048
+ }
1049
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
1050
+ --tw-bg-opacity: 1;
1051
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1052
+ height: 2px;
1053
+ }
1054
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
1055
+ background-color: transparent;
1056
+ }
1057
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
1058
+ --tw-bg-opacity: 1;
1059
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
1060
+ }
1061
+
531
1062
  /* src/atom/Button/Button.module.scss */
532
1063
  .Button-module__button___cLCyl {
533
1064
  display: flex;
@@ -593,6 +1124,10 @@ video {
593
1124
  --tw-text-opacity: 1;
594
1125
  color: rgb(236 93 37 / var(--tw-text-opacity, 1));
595
1126
  }
1127
+ .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__disabled___nwPn4 {
1128
+ --tw-text-opacity: 1;
1129
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1130
+ }
596
1131
  .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
597
1132
  border-width: 1px;
598
1133
  border-style: solid;
@@ -718,143 +1253,68 @@ video {
718
1253
  outline: none;
719
1254
  }
720
1255
 
721
- /* src/atom/Checkbox/Checkbox.module.scss */
722
- .Checkbox-module__checkbox___xxg5L {
723
- display: flex;
724
- align-items: center;
725
- }
726
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
727
- height: 16px;
728
- width: 16px;
1256
+ /* src/molecules/UserProfile/UserProfile.module.scss */
1257
+ .UserProfile-module__userProfile___cRMm9 {
1258
+ display: flex;
1259
+ align-items: center;
1260
+ gap: 0.625rem
729
1261
  }
730
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
731
- height: 20px;
732
- width: 20px;
1262
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
1263
+ display: flex;
1264
+ flex-direction: column
733
1265
  }
734
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
735
- inset-inline-start: 27%;
1266
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
1267
+ display: flex;
1268
+ align-items: center;
1269
+ gap: 0.5rem
736
1270
  }
737
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
738
- height: 24px;
739
- width: 24px;
1271
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
1272
+ margin: 0px
740
1273
  }
741
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
742
- inset-inline-start: 33%;
1274
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
1275
+ margin: 0px;
1276
+ margin-top: 0.125rem
743
1277
  }
744
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
745
- border-color: #ec5d25;
746
- background-color: #ec5d25;
1278
+
1279
+ /* src/atom/Modal/Modal.module.scss */
1280
+ .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1281
+ margin-top: 0;
1282
+ margin-top: 0px;
747
1283
  }
748
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
749
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
750
- .ant-checkbox-inner {
751
- --tw-bg-opacity: 1;
752
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
1284
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1285
+ padding: 24px;
1286
+ padding: 1.5rem;
1287
+ display: flex;
1288
+ justify-content: flex-end;
753
1289
  }
754
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
755
- outline: 2px solid #0a65e7;
1290
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1291
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1292
+ min-width: 92px;
756
1293
  }
757
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
758
- cursor: not-allowed;
1294
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1295
+ padding: 24px;
1296
+ padding: 1.5rem;
1297
+ padding-top: 0px;
1298
+ display: flex;
1299
+ justify-content: flex-end;
759
1300
  }
760
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
761
- opacity: 0.5;
762
- border-color: #ec5d25;
763
- background-color: #ec5d25;
1301
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1302
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1303
+ width: 50%;
764
1304
  }
765
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
766
- border-color: #ffffff;
1305
+ .Modal-module__modal___PKrAi .ant-modal-content {
1306
+ padding: 0;
1307
+ border-radius: 0.75rem;
1308
+ padding: 0px;
767
1309
  }
768
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
769
- border-color: #b6bac3;
1310
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1311
+ margin-bottom: 0px;
1312
+ padding: 1rem;
770
1313
  }
771
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
772
- border-color: #6b7280;
773
- }
774
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
775
- outline: 2px solid #0a65e7;
776
- }
777
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
778
- cursor: not-allowed;
779
- }
780
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
781
- border-color: #b6bac3;
782
- background-color: #f9fafb;
783
- }
784
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
785
- color: #363e4f;
786
- }
787
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
788
- color: #363e4f;
789
- font-weight: 400;
790
- font-size: 0.875rem;
791
- line-height: 20px;
792
- }
793
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
794
- color: #363e4f;
795
- font-weight: 500;
796
- font-size: 0.875rem;
797
- line-height: 20px;
798
- }
799
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
800
- opacity: 0.5;
801
- border-color: #ec5d25;
802
- background-color: #ec5d25;
803
- }
804
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
805
- border-color: #ffffff;
806
- }
807
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
808
- border-color: #ec5d25 !important;
809
- background-color: #ec5d25 !important;
810
- }
811
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
812
- inset-inline-start: 50%;
813
- width: 60%;
814
- height: 3px;
815
- border-radius: 4px;
816
- background: white;
817
- }
818
-
819
- /* src/atom/Modal/Modal.module.scss */
820
- .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
821
- margin-top: 0;
822
- margin-top: 0px;
823
- }
824
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
825
- padding: 24px;
826
- padding: 1.5rem;
827
- display: flex;
828
- justify-content: flex-end;
829
- }
830
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
831
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
832
- min-width: 92px;
833
- }
834
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
835
- padding: 24px;
836
- padding: 1.5rem;
837
- padding-top: 0px;
838
- display: flex;
839
- justify-content: flex-end;
840
- }
841
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
842
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
843
- width: 50%;
844
- }
845
- .Modal-module__modal___PKrAi .ant-modal-content {
846
- padding: 0;
847
- border-radius: 0.75rem;
848
- padding: 0px;
849
- }
850
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
851
- margin-bottom: 0px;
852
- padding: 1rem;
853
- }
854
- @media (min-width: 576px) {
855
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
856
- padding: 1.5rem;
857
- }
1314
+ @media (min-width: 576px) {
1315
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1316
+ padding: 1.5rem;
1317
+ }
858
1318
  }
859
1319
  .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
860
1320
  justify-content: flex-start;
@@ -877,7 +1337,7 @@ video {
877
1337
  }
878
1338
  .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
879
1339
  padding: 0 1.5rem 1.5rem;
880
- max-height: 80vh;
1340
+ max-height: 65vh;
881
1341
  overflow: auto;
882
1342
  }
883
1343
  .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
@@ -889,468 +1349,857 @@ video {
889
1349
  margin-inline-start: 0.5rem;
890
1350
  }
891
1351
 
892
- /* CSS Modules */
893
-
894
-
895
- /* CSS Modules */
896
- /* src/atom/Tooltip/Tooltip.module.scss */
897
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
898
- background-color: white !important;
899
- color: #111827;
900
- border-radius: 0.5rem;
901
- padding: 0.625rem;
902
- --tw-text-opacity: 1;
903
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
1352
+ /* src/atom/Table/Table.module.scss */
1353
+ @charset "UTF-8";
1354
+ /* ============================================================
1355
+ Outer wrapper the rounded gray card that contains the table
1356
+ ============================================================ */
1357
+ .Table-module__tableWrapper___3cqiD{
1358
+ border-radius: 0.75rem;
1359
+ border-width: 1px;
1360
+ border-style: solid;
1361
+ --tw-border-opacity: 1;
1362
+ border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
1363
+ --tw-bg-opacity: 1;
1364
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
1365
+ overflow: hidden;
904
1366
  }
905
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
906
- background-color: white !important;
1367
+ .Table-module__tableWrapper___3cqiD.Table-module__isAccordion___-uIs6, .Table-module__tableWrapper___3cqiD.Table-module__isToolbar___LdS-m {
1368
+ background: transparent !important;
1369
+ border: none !important;
1370
+ border-radius: 0;
1371
+ padding: 0;
907
1372
  }
908
1373
 
909
- /* src/atom/Button/Button.module.scss */
910
- .Button-module__button___cLCyl {
1374
+ /* ============================================================
1375
+ AntD Table overrides
1376
+ ============================================================ */
1377
+ .Table-module__table___5d7g0.ant-table-wrapper {
1378
+ padding: 4px;
1379
+ background: #F1F3F5;
1380
+ }
1381
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table{
1382
+ background-color: transparent;
1383
+ font-size: 0.875rem;
1384
+ line-height: 1.25rem;
1385
+ }
1386
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-container {
1387
+ /* Lift the white body card off the gray wrapper */
1388
+ filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.06));
1389
+ }
1390
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
1391
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td {
1392
+ background: transparent !important;
1393
+ --tw-text-opacity: 1 !important;
1394
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
1395
+ font-weight: 500 !important;
1396
+ font-size: 0.688rem !important;
1397
+ line-height: 14px !important;
1398
+ padding-left: 1.5rem !important;
1399
+ padding-right: 1.5rem !important;
1400
+ padding-bottom: 1rem !important;
1401
+ padding-top: 0.75rem !important;
1402
+ border-bottom: none !important;
1403
+ }
1404
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th::before,
1405
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td::before {
1406
+ display: none !important;
1407
+ }
1408
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
1409
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td {
1410
+ /* Fixed columns need a solid background to prevent overlapping */
1411
+ }
1412
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th.ant-table-cell-fix-left, .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th.ant-table-cell-fix-right,
1413
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td.ant-table-cell-fix-left,
1414
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td.ant-table-cell-fix-right {
1415
+ background: #F1F3F5 !important;
1416
+ z-index: 2 !important;
1417
+ }
1418
+ .Table-module__table___5d7g0.ant-table-wrapper {
1419
+ /* ---- Force Fix Column Shadow Always Visible ---- */
1420
+ }
1421
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-cell-fix-left-last::after {
1422
+ position: absolute;
1423
+ top: 0;
1424
+ right: 0;
1425
+ bottom: -1px;
1426
+ width: 40px;
1427
+ transform: translateX(100%);
1428
+ transition: box-shadow 0.3s;
1429
+ content: "";
1430
+ pointer-events: none;
1431
+ /* Large, soft shadow extending right */
1432
+ box-shadow: inset 20px 0 20px -20px rgba(0, 0, 0, 0.15) !important;
1433
+ opacity: 1 !important;
1434
+ }
1435
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-cell-fix-right-first::after {
1436
+ position: absolute;
1437
+ top: 0;
1438
+ bottom: -1px;
1439
+ left: 0;
1440
+ width: 40px;
1441
+ transform: translateX(-100%);
1442
+ transition: box-shadow 0.3s;
1443
+ content: "";
1444
+ pointer-events: none;
1445
+ /* Large, soft shadow extending left */
1446
+ box-shadow: inset -20px 0 20px -20px rgba(0, 0, 0, 0.15) !important;
1447
+ opacity: 1 !important;
1448
+ }
1449
+ .Table-module__table___5d7g0.ant-table-wrapper {
1450
+ /* ---- Body cells ---- */
1451
+ }
1452
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td{
1453
+ padding-left: 1.5rem;
1454
+ padding-right: 1.5rem;
1455
+ padding-top: 1rem;
1456
+ padding-bottom: 1rem;
1457
+ --tw-bg-opacity: 1 !important;
1458
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
1459
+ --tw-text-opacity: 1 !important;
1460
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
1461
+ font-weight: 400 !important;
1462
+ font-size: 0.75rem !important;
1463
+ line-height: 16px !important;
1464
+ border-bottom: none !important;
1465
+ }
1466
+ .Table-module__table___5d7g0.ant-table-wrapper {
1467
+ /* Round the four corners of the white body card */
1468
+ }
1469
+ .Table-module__table___5d7g0.ant-table-wrapper .Table-module__firstRow___Xq-Hi > td:first-child {
1470
+ border-top-left-radius: 12px !important;
1471
+ }
1472
+ .Table-module__table___5d7g0.ant-table-wrapper .Table-module__firstRow___Xq-Hi > td:last-child {
1473
+ border-top-right-radius: 12px !important;
1474
+ }
1475
+ .Table-module__table___5d7g0.ant-table-wrapper .Table-module__lastRow___ahv4g > td:first-child {
1476
+ border-bottom-left-radius: 12px !important;
1477
+ }
1478
+ .Table-module__table___5d7g0.ant-table-wrapper .Table-module__lastRow___ahv4g > td:last-child {
1479
+ border-bottom-right-radius: 12px !important;
1480
+ }
1481
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:first-child > td:first-child {
1482
+ border-top-left-radius: 12px;
1483
+ }
1484
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:first-child > td:last-child {
1485
+ border-top-right-radius: 12px;
1486
+ }
1487
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:last-child > td:first-child {
1488
+ border-bottom-left-radius: 12px;
1489
+ }
1490
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:last-child > td:last-child {
1491
+ border-bottom-right-radius: 12px;
1492
+ }
1493
+ .Table-module__table___5d7g0.ant-table-wrapper {
1494
+ /* ---- Loading & Empty State ---- */
1495
+ }
1496
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-spin-nested-loading .ant-spin .ant-spin-dot-item {
1497
+ background-color: #9ca3af !important;
1498
+ }
1499
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-placeholder .ant-table-cell {
1500
+ background: #F1F3F5 !important;
1501
+ border-bottom: none !important;
1502
+ padding: 48px 24px !important;
1503
+ text-align: center !important;
1504
+ min-height: 300px;
1505
+ }
1506
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-placeholder .ant-table-cell.ant-table-cell-fix-left, .Table-module__table___5d7g0.ant-table-wrapper .ant-table-placeholder .ant-table-cell.ant-table-cell-fix-right {
1507
+ background: #F1F3F5 !important;
1508
+ }
1509
+ .Table-module__table___5d7g0.ant-table-wrapper {
1510
+ /* ---- Hover effect (controlled separately via .showHoverEffect) ---- */
1511
+ }
1512
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:hover > td{
1513
+ --tw-bg-opacity: 1;
1514
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1515
+ /* default: no visual hover change */
1516
+ }
1517
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
1518
+ display: flex;
1519
+ align-items: center;
1520
+ justify-content: space-between;
1521
+ flex-wrap: wrap;
1522
+ gap: 8px;
1523
+ padding-left: 1.5rem;
1524
+ padding-right: 1.5rem;
1525
+ padding-top: 1rem;
1526
+ padding-bottom: 1rem;
1527
+ background: #ffffff;
1528
+ border-radius: 12px;
1529
+ margin: 8px 4px 4px 4px !important;
1530
+ filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.06));
1531
+ /* AntD re-orders items; we use order to match design layout */
1532
+ }
1533
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options {
1534
+ order: -1;
1535
+ /* "Rows per page" on the far left */
1536
+ margin-inline-end: auto;
1537
+ display: flex;
1538
+ align-items: center;
1539
+ gap: 8px;
1540
+ /* Inject the "Rows per page:" label text via ::before */
1541
+ }
1542
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options::before {
1543
+ content: "Rows per page:";
1544
+ font-size: 13px;
1545
+ color: #6b7280;
1546
+ white-space: nowrap;
1547
+ }
1548
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
1549
+ border-radius: 6px !important;
1550
+ border-color: #d1d5db !important;
1551
+ font-size: 13px;
1552
+ color: #374151;
1553
+ min-width: 64px;
1554
+ }
1555
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-focused .ant-select-selector {
1556
+ border-color: #ec5d25 !important;
1557
+ box-shadow: 0 0 0 2px rgba(236, 93, 37, 0.15) !important;
1558
+ }
1559
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
1560
+ /* Total text: "1–10 of 108 items" — centred */
1561
+ }
1562
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-total-text {
1563
+ order: 0;
1564
+ font-size: 13px;
1565
+ color: #6b7280;
1566
+ flex: 1;
1567
+ text-align: center;
1568
+ }
1569
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
1570
+ /* Page buttons group — far right */
1571
+ }
1572
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev,
1573
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next,
1574
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item,
1575
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev,
1576
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next {
1577
+ order: 1;
1578
+ min-width: 32px;
1579
+ height: 32px;
1580
+ border-radius: 6px;
1581
+ border: 1px solid #e5e7eb;
1582
+ background: #fff;
1583
+ font-size: 13px;
1584
+ display: inline-flex;
1585
+ align-items: center;
1586
+ justify-content: center;
1587
+ margin: 0;
1588
+ transition: background 0.15s, border-color 0.15s, color 0.15s;
1589
+ }
1590
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev a,
1591
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev button,
1592
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next a,
1593
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next button,
1594
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item a,
1595
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item button,
1596
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev a,
1597
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev button,
1598
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next a,
1599
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next button {
1600
+ color: #374151;
1601
+ font-size: 13px;
911
1602
  display: flex;
912
1603
  align-items: center;
913
1604
  justify-content: center;
914
- gap: 0.25rem;
915
- border-radius: 0.5rem;
916
1605
  }
917
- .Button-module__button___cLCyl.Button-module__size_large___S-mbU {
918
- height: 56px;
919
- padding-left: 1rem;
920
- padding-right: 1rem;
1606
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev:hover:not(.ant-pagination-disabled),
1607
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled),
1608
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item:hover:not(.ant-pagination-disabled),
1609
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev:hover:not(.ant-pagination-disabled),
1610
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next:hover:not(.ant-pagination-disabled) {
1611
+ border-color: #d1d5db;
1612
+ background: #f3f4f6;
1613
+ }
1614
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-prev:hover:not(.ant-pagination-disabled) a,
1615
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled) a,
1616
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item:hover:not(.ant-pagination-disabled) a,
1617
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev:hover:not(.ant-pagination-disabled) a,
1618
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next:hover:not(.ant-pagination-disabled) a {
1619
+ color: #374151;
1620
+ }
1621
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
1622
+ /* Active page button */
1623
+ }
1624
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item-active {
1625
+ border-color: #6B7280 !important;
1626
+ background: #fff;
1627
+ }
1628
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-item-active a {
1629
+ color: #374151 !important;
1630
+ font-weight: 600;
1631
+ }
1632
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
1633
+ /* Ellipsis dots hover state */
1634
+ }
1635
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev .ant-pagination-item-ellipsis,
1636
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next .ant-pagination-item-ellipsis {
1637
+ color: #9ca3af !important;
1638
+ /* default grey dots */
1639
+ }
1640
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon, .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
1641
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
1642
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
1643
+ color: #000000 !important;
1644
+ }
1645
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
1646
+ /* Disabled prev/next */
1647
+ }
1648
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-disabled {
1649
+ opacity: 0.4;
1650
+ cursor: not-allowed;
921
1651
  }
922
- .Button-module__button___cLCyl.Button-module__size_large___S-mbU.Button-module__shape_circle___sPUS5 {
923
- width: 56px;
1652
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
1653
+ /* Responsive behavior */
924
1654
  }
925
- .Button-module__button___cLCyl.Button-module__size_normal___qJUMj {
926
- height: 40px;
927
- padding-left: 0.75rem;
928
- padding-right: 0.75rem;
1655
+ @media (max-width: 640px) {
1656
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
1657
+ justify-content: center;
1658
+ gap: 12px;
1659
+ }
1660
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options {
1661
+ width: 100%;
1662
+ justify-content: center;
1663
+ margin-inline-end: 0;
1664
+ order: 0;
1665
+ }
1666
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-total-text {
1667
+ width: 100%;
1668
+ order: -1;
1669
+ }
929
1670
  }
930
- .Button-module__button___cLCyl.Button-module__size_normal___qJUMj.Button-module__shape_circle___sPUS5 {
931
- width: 40px;
1671
+ .Table-module__table___5d7g0.ant-table-wrapper {
1672
+ /* ---- Checkbox customisation ---- */
932
1673
  }
933
- .Button-module__button___cLCyl.Button-module__size_small___IUeei {
934
- height: 32px;
935
- padding-left: 0.5rem;
936
- padding-right: 0.5rem;
1674
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-checked .ant-checkbox-inner {
1675
+ background-color: #ec5d25 !important;
1676
+ border-color: #ec5d25 !important;
937
1677
  }
938
- .Button-module__button___cLCyl.Button-module__size_small___IUeei.Button-module__shape_circle___sPUS5 {
939
- width: 32px;
1678
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-checked .ant-checkbox-inner::after {
1679
+ inset-inline-start: 25% !important;
940
1680
  }
941
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz- {
942
- --tw-bg-opacity: 1;
943
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
944
- border-width: 1px;
945
- border-style: solid;
946
- --tw-border-opacity: 1;
947
- border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
948
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
1681
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner {
1682
+ border-color: #ec5d25 !important;
949
1683
  }
950
- .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 {
951
- --tw-bg-opacity: 1;
952
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
953
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
1684
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1685
+ background-color: #ec5d25 !important;
954
1686
  }
955
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-:focus-visible {
956
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
1687
+ .Table-module__table___5d7g0.ant-table-wrapper {
1688
+ /* Hover state border to orange */
957
1689
  }
958
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd {
959
- --tw-text-opacity: 1;
960
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
1690
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-wrapper:hover .ant-checkbox:not(.ant-checkbox-disabled) .ant-checkbox-inner,
1691
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner,
1692
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-wrapper:hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner,
1693
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox-inner,
1694
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-wrapper:hover .ant-checkbox-indeterminate:not(.ant-checkbox-disabled) .ant-checkbox-inner,
1695
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-indeterminate:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
1696
+ border-color: #ec5d25 !important;
961
1697
  }
962
- .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd:hover {
963
- --tw-text-opacity: 1;
964
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
1698
+ .Table-module__table___5d7g0.ant-table-wrapper {
1699
+ /* Active ripple effect/focus ring to orange */
965
1700
  }
966
- .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 {
967
- --tw-text-opacity: 1;
968
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
1701
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-checked::after {
1702
+ border-color: #ec5d25 !important;
969
1703
  }
970
- .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 {
971
- --tw-text-opacity: 1;
972
- color: rgb(236 93 37 / var(--tw-text-opacity, 1));
1704
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-input:focus + .ant-checkbox-inner {
1705
+ border-color: #ec5d25 !important;
973
1706
  }
974
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
975
- border-width: 1px;
976
- border-style: solid;
977
- --tw-bg-opacity: 1;
978
- background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
979
- --tw-border-opacity: 1;
980
- border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
981
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
1707
+
1708
+ /* Global un-nested scope for Portals (Pagination Select Dropdown) */
1709
+ .ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
1710
+ background-color: #FFF1E1 !important;
1711
+ color: #374151 !important;
982
1712
  }
983
- .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 {
984
- --tw-bg-opacity: 1;
985
- background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
986
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
1713
+
1714
+ /* ============================================================
1715
+ Variant modifiers
1716
+ ============================================================ */
1717
+ /* hover variant — rows tint on mouse-over */
1718
+ .Table-module__showHoverEffect___IyKyO .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr:hover > td{
1719
+ --tw-bg-opacity: 1 !important;
1720
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
987
1721
  }
988
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:focus-visible {
989
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
1722
+
1723
+ .Table-module__columnHeader___Unr6d {
1724
+ display: flex;
1725
+ align-items: center;
1726
+ justify-content: space-between;
1727
+ width: 100%;
1728
+ gap: 8px;
990
1729
  }
991
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd {
992
- --tw-text-opacity: 1;
993
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1730
+
1731
+ .Table-module__columnHeaderLeft___mp7pK {
1732
+ display: flex;
1733
+ align-items: center;
1734
+ gap: 4px;
1735
+ min-width: 0;
1736
+ flex: 1;
994
1737
  }
995
- .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd:hover {
996
- --tw-text-opacity: 1;
997
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1738
+
1739
+ /* Clickable sort area (label + sort arrow) */
1740
+ .Table-module__columnHeaderSortArea___jrIYo {
1741
+ display: inline-flex;
1742
+ align-items: center;
1743
+ gap: 6px;
1744
+ background: none;
1745
+ border: none;
1746
+ padding: 0;
1747
+ cursor: pointer;
1748
+ min-width: 0;
998
1749
  }
999
- .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 {
1000
- --tw-text-opacity: 1;
1001
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1750
+ .Table-module__columnHeaderSortArea___jrIYo:focus-visible {
1751
+ outline: 2px solid #ec5d25;
1752
+ outline-offset: 2px;
1753
+ border-radius: 3px;
1002
1754
  }
1003
- .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 {
1004
- --tw-text-opacity: 1;
1005
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1755
+
1756
+ .Table-module__columnHeaderLabel___A-mRu {
1757
+ white-space: nowrap;
1758
+ overflow: hidden;
1759
+ text-overflow: ellipsis;
1760
+ line-height: normal;
1761
+ text-transform: none !important;
1006
1762
  }
1007
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp {
1008
- border-width: 1px;
1009
- --tw-bg-opacity: 1;
1010
- background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
1011
- border-style: solid;
1012
- --tw-border-opacity: 1;
1013
- border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
1014
- box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
1763
+
1764
+ .Table-module__columnHeaderSortIcon___mWVZN {
1765
+ display: inline-flex;
1766
+ align-items: center;
1767
+ flex-shrink: 0;
1768
+ color: #d1d5db;
1769
+ /* muted when unsorted */
1770
+ line-height: 0;
1015
1771
  }
1016
- .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 {
1017
- --tw-bg-opacity: 1;
1018
- background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
1019
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
1772
+ .Table-module__columnHeaderSortIcon___mWVZN.Table-module__columnHeaderSortIconActive___wHAqC {
1773
+ color: #374151;
1774
+ /* prominent when sort is applied */
1020
1775
  }
1021
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:focus-visible {
1022
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
1776
+
1777
+ /* Filter icon button */
1778
+ .Table-module__columnHeaderFilterWrapper___DnSve {
1779
+ position: relative;
1780
+ flex-shrink: 0;
1023
1781
  }
1024
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd {
1025
- --tw-text-opacity: 1;
1026
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1782
+
1783
+ .Table-module__columnHeaderFilterBtn___NR7DY {
1784
+ display: inline-flex;
1785
+ align-items: center;
1786
+ gap: 3px;
1787
+ background: none;
1788
+ border: none;
1789
+ padding: 2px 3px;
1790
+ cursor: pointer;
1791
+ color: #9ca3af;
1792
+ line-height: 0;
1793
+ border-radius: 4px;
1794
+ transition: color 0.15s, background 0.15s;
1027
1795
  }
1028
- .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd:hover {
1029
- --tw-text-opacity: 1;
1030
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1796
+ .Table-module__columnHeaderFilterBtn___NR7DY:hover {
1797
+ color: #6b7280;
1798
+ background: #f3f4f6;
1031
1799
  }
1032
- .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 {
1033
- --tw-text-opacity: 1;
1034
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1800
+ .Table-module__columnHeaderFilterBtn___NR7DY:focus-visible {
1801
+ outline: 2px solid #ec5d25;
1802
+ outline-offset: 1px;
1035
1803
  }
1036
- .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 {
1037
- --tw-text-opacity: 1;
1038
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1039
- }
1040
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd {
1041
- --tw-bg-opacity: 1;
1042
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1043
- border-width: 1px;
1044
- border-style: solid;
1045
- --tw-border-opacity: 1;
1046
- border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
1047
- box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
1048
- }
1049
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
1050
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
1051
- --tw-border-opacity: 1;
1052
- border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
1053
- }
1054
- .Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
1055
- outline: 2px solid rgba(236, 93, 37, 0.3803921569);
1056
- }
1057
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
1058
- background-color: transparent;
1059
- border-width: 0px;
1060
- border-style: none;
1061
- box-shadow: none;
1062
- }
1063
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
1064
- box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
1065
- border-style: none;
1066
- --tw-bg-opacity: 1;
1067
- background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
1068
- }
1069
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:active {
1070
- --tw-bg-opacity: 1;
1071
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
1072
- }
1073
- .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
1074
- outline: 2px solid rgba(236, 93, 37, 0.2);
1075
- }
1076
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
1077
- background-color: transparent;
1078
- padding: 0px;
1079
- border-width: 0px;
1080
- border-style: none;
1081
- height: auto;
1082
- box-shadow: none;
1804
+ .Table-module__columnHeaderFilterBtn___NR7DY.Table-module__columnHeaderFilterBtnActive___JdO11 {
1805
+ color: #ec5d25;
1806
+ /* brand red when filter is applied */
1083
1807
  }
1084
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
1085
- text-decoration: underline;
1808
+
1809
+ .Table-module__columnHeaderFilterBadge___-Q2T2 {
1810
+ display: inline-flex;
1811
+ align-items: center;
1812
+ justify-content: center;
1813
+ min-width: 15px;
1814
+ height: 15px;
1815
+ padding: 0 4px;
1816
+ background: #ec5d25;
1817
+ color: #fff;
1818
+ font-size: 10px;
1819
+ font-weight: 600;
1820
+ border-radius: 8px;
1821
+ line-height: 1;
1086
1822
  }
1087
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
1088
- box-shadow: none;
1089
- border-style: none;
1090
- background-color: transparent;
1823
+
1824
+ /* Dropdown that renders children from the consumer */
1825
+ .Table-module__columnHeaderFilterDropdown___M-fD4 {
1826
+ position: absolute;
1827
+ top: calc(100% + 6px);
1828
+ right: 0;
1829
+ z-index: 100;
1830
+ background: #fff;
1831
+ border: 1px solid #e5e7eb;
1832
+ border-radius: 8px;
1833
+ box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
1834
+ min-width: 180px;
1091
1835
  }
1092
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
1093
- background-color: transparent;
1836
+
1837
+ /* src/atom/RangePicker/RangePicker.module.scss */
1838
+ .RangePicker-module__range_start___hGQp-::after {
1839
+ content: "";
1840
+ position: absolute;
1841
+ top: 50%;
1842
+ right: 0;
1843
+ transform: translateY(-50%);
1844
+ width: 50%;
1845
+ height: 36px;
1846
+ background-color: #f2efec; /* tw-bg-gray-200 equivalent */
1847
+ z-index: -1;
1094
1848
  }
1095
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
1096
- outline: none;
1849
+
1850
+ .RangePicker-module__range_end___JJNib::before {
1851
+ content: "";
1852
+ position: absolute;
1853
+ top: 50%;
1854
+ left: 0;
1855
+ transform: translateY(-50%);
1856
+ width: 52%;
1857
+ height: 36px;
1858
+ background-color: #f2efec; /* tw-bg-gray-200 equivalent */
1859
+ z-index: -1;
1097
1860
  }
1098
1861
 
1099
- /* src/atom/Modal/Modal.module.scss */
1100
- .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1101
- margin-top: 0;
1102
- margin-top: 0px;
1862
+ /* src/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.module.scss */
1863
+ .AdvancedDateRangePicker-module__root___udir8 {
1864
+ display: flex;
1865
+ flex-direction: column;
1866
+ background: #ffffff;
1867
+ border: 1px solid #e5e7eb;
1868
+ border-radius: 16px;
1869
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
1870
+ overflow: hidden;
1871
+ width: -moz-fit-content;
1872
+ width: fit-content;
1873
+ min-width: 900px;
1874
+ font-family: "Inter", system-ui, -apple-system, sans-serif;
1875
+ }
1876
+ @media (max-width: 1024px) {
1877
+ .AdvancedDateRangePicker-module__root___udir8 {
1878
+ min-width: 100%;
1879
+ width: 100%;
1880
+ }
1103
1881
  }
1104
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1105
- padding: 24px;
1106
- padding: 1.5rem;
1882
+
1883
+ .AdvancedDateRangePicker-module__inner___P4OHa {
1107
1884
  display: flex;
1108
- justify-content: flex-end;
1885
+ flex-direction: row;
1109
1886
  }
1110
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1111
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1112
- min-width: 92px;
1887
+ @media (max-width: 1024px) {
1888
+ .AdvancedDateRangePicker-module__inner___P4OHa {
1889
+ flex-direction: column;
1890
+ }
1113
1891
  }
1114
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1115
- padding: 24px;
1116
- padding: 1.5rem;
1117
- padding-top: 0px;
1892
+
1893
+ /* ====================================================================
1894
+ Left (Presets Sidebar)
1895
+ ==================================================================== */
1896
+ .AdvancedDateRangePicker-module__left___T6E84 {
1897
+ width: 200px;
1898
+ flex-shrink: 0;
1899
+ border-right: 1px solid #f3f4f6;
1900
+ padding: 20px 0;
1118
1901
  display: flex;
1119
- justify-content: flex-end;
1120
- }
1121
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1122
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1123
- width: 50%;
1902
+ flex-direction: column;
1903
+ background: #ffffff;
1904
+ }
1905
+ @media (max-width: 1024px) {
1906
+ .AdvancedDateRangePicker-module__left___T6E84 {
1907
+ width: 100%;
1908
+ border-right: none;
1909
+ border-bottom: 1px solid #f3f4f6;
1910
+ flex-direction: row;
1911
+ flex-wrap: nowrap;
1912
+ overflow-x: auto;
1913
+ padding: 12px;
1914
+ gap: 8px;
1915
+ scrollbar-width: none;
1916
+ }
1917
+ .AdvancedDateRangePicker-module__left___T6E84::-webkit-scrollbar {
1918
+ display: none;
1919
+ }
1124
1920
  }
1125
- .Modal-module__modal___PKrAi .ant-modal-content {
1126
- padding: 0;
1127
- border-radius: 0.75rem;
1128
- padding: 0px;
1921
+
1922
+ .AdvancedDateRangePicker-module__sidebarItem___-NXPm {
1923
+ display: block;
1924
+ width: calc(100% - 24px);
1925
+ margin: 2px 12px;
1926
+ text-align: left;
1927
+ background: none;
1928
+ border: none;
1929
+ cursor: pointer;
1930
+ padding: 10px 16px;
1931
+ font-size: 15px;
1932
+ font-weight: 500;
1933
+ color: #6b7280;
1934
+ border-radius: 8px;
1935
+ transition: all 0.2s;
1936
+ white-space: nowrap;
1129
1937
  }
1130
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1131
- margin-bottom: 0px;
1132
- padding: 1rem;
1938
+ .AdvancedDateRangePicker-module__sidebarItem___-NXPm:hover {
1939
+ background: #f9fafb;
1940
+ color: #111827;
1133
1941
  }
1134
- @media (min-width: 576px) {
1135
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1136
- padding: 1.5rem;
1942
+ @media (max-width: 1024px) {
1943
+ .AdvancedDateRangePicker-module__sidebarItem___-NXPm {
1944
+ width: auto;
1945
+ margin: 0;
1946
+ padding: 8px 16px;
1137
1947
  }
1138
1948
  }
1139
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1140
- justify-content: flex-start;
1141
- padding-right: 1.25rem;
1142
- font-size: 1.25rem;
1143
- font-weight: 500;
1144
- line-height: 1.75rem;
1145
- --tw-text-opacity: 1;
1146
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1949
+
1950
+ .AdvancedDateRangePicker-module__sidebarItemActive___5GmBY {
1951
+ background: #fff4ee !important;
1952
+ color: #ec5d25 !important;
1147
1953
  }
1148
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1954
+
1955
+ /* ====================================================================
1956
+ Main (Header + Body)
1957
+ ==================================================================== */
1958
+ .AdvancedDateRangePicker-module__main___G4MU9 {
1959
+ flex: 1;
1149
1960
  display: flex;
1150
- align-items: flex-end;
1151
- justify-content: center;
1961
+ flex-direction: column;
1962
+ min-width: 0;
1152
1963
  }
1153
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1964
+
1965
+ /* ====================================================================
1966
+ Header
1967
+ ==================================================================== */
1968
+ .AdvancedDateRangePicker-module__header___mxXEE {
1154
1969
  display: flex;
1155
1970
  align-items: center;
1156
- justify-content: center;
1157
- }
1158
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1159
- padding: 0 1.5rem 1.5rem;
1160
- max-height: 80vh;
1161
- overflow: auto;
1162
- }
1163
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1164
- top: 1.5rem;
1165
- right: 1.5rem;
1166
- padding-bottom: 0.25rem;
1167
- }
1168
- .Modal-module__modal___PKrAi .ant-btn-primary {
1169
- margin-inline-start: 0.5rem;
1971
+ padding: 24px 32px;
1972
+ border-bottom: 1px solid #f3f4f6;
1973
+ gap: 0;
1974
+ }
1975
+ @media (max-width: 768px) {
1976
+ .AdvancedDateRangePicker-module__header___mxXEE {
1977
+ flex-direction: column;
1978
+ align-items: flex-start;
1979
+ gap: 20px;
1980
+ padding: 20px;
1981
+ }
1170
1982
  }
1171
1983
 
1172
- /* src/atom/Radio/Radio.module.scss */
1173
- .Radio-module__radio___1CPAk {
1984
+ .AdvancedDateRangePicker-module__headerGroup___J7mJB {
1174
1985
  display: flex;
1175
- align-items: center;
1176
- }
1177
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1178
- height: 16px;
1179
- width: 16px;
1180
- }
1181
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1182
- height: 20px;
1183
- width: 20px;
1986
+ flex-direction: column;
1987
+ gap: 10px;
1184
1988
  }
1185
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1186
- height: 24px;
1187
- width: 24px;
1188
- }
1189
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1190
- border-color: #EC5D25;
1191
- background-color: #EC5D25;
1192
- }
1193
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
1194
- border-color: #B94710;
1195
- background-color: #B94710;
1196
- }
1197
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
1198
- outline: 2px solid #0A65E7;
1989
+
1990
+ .AdvancedDateRangePicker-module__headerLabel___Yvhkr {
1991
+ font-size: 16px;
1992
+ font-weight: 500;
1993
+ color: #111827;
1199
1994
  }
1200
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1201
- cursor: not-allowed;
1995
+
1996
+ .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
1997
+ padding-right: 32px;
1202
1998
  }
1203
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1204
- border-color: #B6BAC3;
1205
- background-color: #B6BAC3;
1999
+ @media (max-width: 768px) {
2000
+ .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
2001
+ padding-right: 0;
2002
+ width: 100%;
2003
+ }
1206
2004
  }
1207
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1208
- transform: scale(0.375);
1209
- background-color: #FFFFFF;
2005
+
2006
+ .AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
2007
+ padding-left: 32px;
2008
+ display: flex;
2009
+ gap: 32px;
2010
+ align-items: flex-start;
2011
+ }
2012
+ @media (max-width: 768px) {
2013
+ .AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
2014
+ padding-left: 0;
2015
+ flex-direction: column;
2016
+ width: 100%;
2017
+ gap: 20px;
2018
+ }
1210
2019
  }
1211
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1212
- border-color: #B6BAC3;
2020
+
2021
+ .AdvancedDateRangePicker-module__headerSeparator___Vwx6P {
2022
+ width: 1px;
2023
+ height: 50px;
2024
+ background: #e5e7eb;
2025
+ flex-shrink: 0;
2026
+ }
2027
+ @media (max-width: 768px) {
2028
+ .AdvancedDateRangePicker-module__headerSeparator___Vwx6P {
2029
+ display: none;
2030
+ }
1213
2031
  }
1214
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1215
- border-color: #6B7280;
2032
+
2033
+ .AdvancedDateRangePicker-module__timezoneSelect___f4oln {
2034
+ -webkit-appearance: none;
2035
+ -moz-appearance: none;
2036
+ appearance: none;
2037
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
2038
+ background-repeat: no-repeat;
2039
+ background-position: right 12px center;
2040
+ padding: 10px 36px 10px 12px;
2041
+ border: 1px solid #e5e7eb;
2042
+ border-radius: 10px;
2043
+ font-size: 14px;
2044
+ color: #111827;
2045
+ background-color: #f9fafb;
2046
+ cursor: pointer;
2047
+ min-width: 150px;
2048
+ outline: none;
1216
2049
  }
1217
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1218
- outline: 2px solid #0A65E7;
2050
+ .AdvancedDateRangePicker-module__timezoneSelect___f4oln:focus {
2051
+ border-color: #ec5d25;
2052
+ background-color: #fff;
1219
2053
  }
1220
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
2054
+ .AdvancedDateRangePicker-module__timezoneSelect___f4oln:disabled {
2055
+ background-color: #f3f4f6;
1221
2056
  cursor: not-allowed;
2057
+ color: #9ca3af;
1222
2058
  }
1223
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1224
- border-color: #B6BAC3;
1225
- background-color: #F9FAFB;
1226
- }
1227
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1228
- color: #363E4F;
1229
- font-weight: 400;
1230
- font-size: 0.875rem;
1231
- line-height: 20px;
1232
- }
1233
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1234
- color: #363E4F;
1235
- font-weight: 500;
1236
- font-size: 0.875rem;
1237
- line-height: 20px;
2059
+ @media (max-width: 768px) {
2060
+ .AdvancedDateRangePicker-module__timezoneSelect___f4oln {
2061
+ min-width: 100%;
2062
+ }
1238
2063
  }
1239
2064
 
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))
2065
+ .AdvancedDateRangePicker-module__dateTimeColumn___tdDV3 {
2066
+ display: flex;
2067
+ flex-direction: column;
2068
+ gap: 4px;
1252
2069
  }
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))
2070
+ @media (max-width: 768px) {
2071
+ .AdvancedDateRangePicker-module__dateTimeColumn___tdDV3 {
2072
+ width: 100%;
2073
+ }
1256
2074
  }
1257
2075
 
1258
- /* src/atom/Checkbox/Checkbox.module.scss */
1259
- .Checkbox-module__checkbox___xxg5L {
2076
+ .AdvancedDateRangePicker-module__dateTimeGroup___azF09 {
1260
2077
  display: flex;
1261
2078
  align-items: center;
2079
+ gap: 12px;
1262
2080
  }
1263
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
1264
- height: 16px;
1265
- width: 16px;
1266
- }
1267
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
1268
- height: 20px;
1269
- width: 20px;
1270
- }
1271
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
1272
- inset-inline-start: 27%;
1273
- }
1274
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
1275
- height: 24px;
1276
- width: 24px;
2081
+ @media (max-width: 768px) {
2082
+ .AdvancedDateRangePicker-module__dateTimeGroup___azF09 {
2083
+ width: 100%;
2084
+ justify-content: space-between;
2085
+ }
1277
2086
  }
1278
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
1279
- inset-inline-start: 33%;
2087
+
2088
+ .AdvancedDateRangePicker-module__dateInput___0t9ww {
2089
+ width: 145px;
2090
+ padding: 10px 12px;
2091
+ border: 1px solid #e5e7eb;
2092
+ border-radius: 10px;
2093
+ font-size: 14px;
2094
+ color: #111827;
2095
+ outline: none;
2096
+ background-color: #f9fafb;
1280
2097
  }
1281
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
2098
+ .AdvancedDateRangePicker-module__dateInput___0t9ww:focus {
1282
2099
  border-color: #ec5d25;
1283
- background-color: #ec5d25;
2100
+ background-color: #fff;
1284
2101
  }
1285
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
1286
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
1287
- .ant-checkbox-inner {
1288
- --tw-bg-opacity: 1;
1289
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
1290
- }
1291
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
1292
- outline: 2px solid #0a65e7;
2102
+ .AdvancedDateRangePicker-module__dateInput___0t9ww.AdvancedDateRangePicker-module__inputError___A5hid {
2103
+ border-color: #ef4444;
1293
2104
  }
1294
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
1295
- cursor: not-allowed;
1296
- }
1297
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
1298
- opacity: 0.5;
1299
- border-color: #ec5d25;
1300
- background-color: #ec5d25;
2105
+ @media (max-width: 768px) {
2106
+ .AdvancedDateRangePicker-module__dateInput___0t9ww {
2107
+ flex: 1;
2108
+ }
1301
2109
  }
1302
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
1303
- border-color: #ffffff;
2110
+
2111
+ .AdvancedDateRangePicker-module__timeInput___Jalr9 {
2112
+ width: 110px;
2113
+ padding: 10px 12px;
2114
+ background: #f1f3f4;
2115
+ border: 1px solid #e1e3e5;
2116
+ border-radius: 10px;
2117
+ font-size: 14px;
2118
+ color: #111827;
2119
+ outline: none;
2120
+ text-align: center;
1304
2121
  }
1305
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
1306
- border-color: #b6bac3;
2122
+ .AdvancedDateRangePicker-module__timeInput___Jalr9::-moz-placeholder {
2123
+ color: #9ca3af;
1307
2124
  }
1308
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
1309
- border-color: #6b7280;
2125
+ .AdvancedDateRangePicker-module__timeInput___Jalr9::placeholder {
2126
+ color: #9ca3af;
1310
2127
  }
1311
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
1312
- outline: 2px solid #0a65e7;
2128
+ .AdvancedDateRangePicker-module__timeInput___Jalr9:focus {
2129
+ border-color: #ec5d25;
2130
+ background: #fff;
1313
2131
  }
1314
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
1315
- cursor: not-allowed;
2132
+ .AdvancedDateRangePicker-module__timeInput___Jalr9.AdvancedDateRangePicker-module__inputError___A5hid {
2133
+ border-color: #ef4444;
1316
2134
  }
1317
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
1318
- border-color: #b6bac3;
1319
- background-color: #f9fafb;
2135
+ @media (max-width: 768px) {
2136
+ .AdvancedDateRangePicker-module__timeInput___Jalr9 {
2137
+ width: 110px;
2138
+ }
1320
2139
  }
1321
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
1322
- color: #363e4f;
2140
+
2141
+ .AdvancedDateRangePicker-module__errorMessage___gx7ag {
2142
+ font-size: 12px;
2143
+ color: #ef4444;
2144
+ font-weight: 500;
2145
+ margin-left: 4px;
1323
2146
  }
1324
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
1325
- color: #363e4f;
1326
- font-weight: 400;
1327
- font-size: 0.875rem;
1328
- line-height: 20px;
2147
+
2148
+ /* ====================================================================
2149
+ Body
2150
+ ==================================================================== */
2151
+ .AdvancedDateRangePicker-module__body___f8XYj {
2152
+ padding: 24px 32px;
2153
+ flex: 1;
2154
+ }
2155
+ @media (max-width: 768px) {
2156
+ .AdvancedDateRangePicker-module__body___f8XYj {
2157
+ padding: 20px;
2158
+ }
1329
2159
  }
1330
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
1331
- color: #363e4f;
1332
- font-weight: 500;
1333
- font-size: 0.875rem;
1334
- line-height: 20px;
2160
+
2161
+ /* ====================================================================
2162
+ Footer
2163
+ ==================================================================== */
2164
+ .AdvancedDateRangePicker-module__footer___rsJ2w {
2165
+ padding: 24px 32px 32px;
2166
+ display: flex;
2167
+ justify-content: flex-end;
2168
+ background: #ffffff;
2169
+ border-top: 1px solid #f3f4f6;
1335
2170
  }
1336
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
1337
- opacity: 0.5;
1338
- border-color: #ec5d25;
1339
- background-color: #ec5d25;
2171
+ @media (max-width: 768px) {
2172
+ .AdvancedDateRangePicker-module__footer___rsJ2w {
2173
+ padding: 20px;
2174
+ justify-content: center;
2175
+ }
1340
2176
  }
1341
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1342
- border-color: #ffffff;
2177
+
2178
+ .AdvancedDateRangePicker-module__doneBtn___mt-Sv {
2179
+ padding: 14px 56px;
2180
+ border: none;
2181
+ border-radius: 100px;
2182
+ font-size: 16px;
2183
+ font-weight: 600;
2184
+ color: #fff;
2185
+ background: #ec5d25;
2186
+ cursor: pointer;
2187
+ transition: all 0.2s;
2188
+ box-shadow: 0 4px 12px rgba(236, 93, 37, 0.2);
1343
2189
  }
1344
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
1345
- border-color: #ec5d25 !important;
1346
- background-color: #ec5d25 !important;
2190
+ .AdvancedDateRangePicker-module__doneBtn___mt-Sv:hover {
2191
+ background: #d4501e;
2192
+ box-shadow: 0 6px 16px rgba(236, 93, 37, 0.3);
2193
+ transform: translateY(-1px);
1347
2194
  }
1348
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1349
- inset-inline-start: 50%;
1350
- width: 60%;
1351
- height: 3px;
1352
- border-radius: 4px;
1353
- background: white;
2195
+ .AdvancedDateRangePicker-module__doneBtn___mt-Sv:disabled {
2196
+ background: #f3a07a;
2197
+ cursor: not-allowed;
2198
+ box-shadow: none;
1354
2199
  }
1355
-
1356
- /* CSS Modules */
2200
+ @media (max-width: 768px) {
2201
+ .AdvancedDateRangePicker-module__doneBtn___mt-Sv {
2202
+ width: 100%;
2203
+ padding: 14px;
2204
+ }
2205
+ }