@itilite/lumina-ui 1.0.1-beta.4 → 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 (98) hide show
  1. package/dist/AdvancedDateRangePicker-ozItnkhp.d.mts +57 -0
  2. package/dist/AdvancedDateRangePicker-ozItnkhp.d.ts +57 -0
  3. package/dist/Table-BOq-_9Nr.d.mts +121 -0
  4. package/dist/Table-BOq-_9Nr.d.ts +121 -0
  5. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.d.mts +2 -0
  6. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.d.ts +2 -0
  7. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.js +791 -0
  8. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.mjs +11 -0
  9. package/dist/atom/AdvancedDateRangePicker/InternalCalendar.d.mts +17 -0
  10. package/dist/atom/AdvancedDateRangePicker/InternalCalendar.d.ts +17 -0
  11. package/dist/atom/AdvancedDateRangePicker/InternalCalendar.js +370 -0
  12. package/dist/atom/AdvancedDateRangePicker/InternalCalendar.mjs +8 -0
  13. package/dist/{Avatar.d.mts → atom/Avatar/Avatar.d.mts} +1 -9
  14. package/dist/{Avatar.d.ts → atom/Avatar/Avatar.d.ts} +1 -9
  15. package/dist/{Avatar.js → atom/Avatar/Avatar.js} +4 -2
  16. package/dist/{Avatar.mjs → atom/Avatar/Avatar.mjs} +2 -2
  17. package/dist/{Button.js → atom/Button/Button.js} +1 -1
  18. package/dist/{Button.mjs → atom/Button/Button.mjs} +2 -2
  19. package/dist/{Checkbox.mjs → atom/Checkbox/Checkbox.mjs} +2 -2
  20. package/dist/atom/LoadingSpinner/LoadingSpinner.d.mts +19 -0
  21. package/dist/atom/LoadingSpinner/LoadingSpinner.d.ts +19 -0
  22. package/dist/atom/LoadingSpinner/LoadingSpinner.js +90 -0
  23. package/dist/atom/LoadingSpinner/LoadingSpinner.mjs +9 -0
  24. package/dist/{Modal.d.mts → atom/Modal/Modal.d.mts} +1 -1
  25. package/dist/{Modal.d.ts → atom/Modal/Modal.d.ts} +1 -1
  26. package/dist/{Modal.js → atom/Modal/Modal.js} +1 -1
  27. package/dist/atom/Modal/Modal.mjs +10 -0
  28. package/dist/{Radio.mjs → atom/Radio/Radio.mjs} +2 -2
  29. package/dist/atom/RangePicker/Chevron.d.mts +13 -0
  30. package/dist/atom/RangePicker/Chevron.d.ts +13 -0
  31. package/dist/atom/RangePicker/Chevron.js +110 -0
  32. package/dist/atom/RangePicker/Chevron.mjs +7 -0
  33. package/dist/atom/RangePicker/RangePicker.d.mts +26 -0
  34. package/dist/atom/RangePicker/RangePicker.d.ts +26 -0
  35. package/dist/atom/RangePicker/RangePicker.js +1465 -0
  36. package/dist/atom/RangePicker/RangePicker.mjs +13 -0
  37. package/dist/atom/Select/Select.d.mts +40 -0
  38. package/dist/atom/Select/Select.d.ts +40 -0
  39. package/dist/atom/Select/Select.js +805 -0
  40. package/dist/atom/Select/Select.mjs +11 -0
  41. package/dist/atom/Slider/Slider.d.mts +34 -0
  42. package/dist/atom/Slider/Slider.d.ts +34 -0
  43. package/dist/atom/Slider/Slider.js +107 -0
  44. package/dist/atom/Slider/Slider.mjs +9 -0
  45. package/dist/{Switch.mjs → atom/Switch/Switch.mjs} +2 -2
  46. package/dist/atom/Table/Table.d.mts +3 -0
  47. package/dist/atom/Table/Table.d.ts +3 -0
  48. package/dist/atom/Table/Table.js +306 -0
  49. package/dist/atom/Table/Table.mjs +9 -0
  50. package/dist/atom/Tag/Tag.d.mts +6 -0
  51. package/dist/atom/Tag/Tag.d.ts +6 -0
  52. package/dist/atom/Tag/Tag.js +108 -0
  53. package/dist/atom/Tag/Tag.mjs +9 -0
  54. package/dist/{Tooltip.mjs → atom/Tooltip/Tooltip.mjs} +2 -2
  55. package/dist/chunk-4JX54OKI.mjs +627 -0
  56. package/dist/chunk-4VZB2KR2.mjs +51 -0
  57. package/dist/chunk-53O7JM5I.mjs +424 -0
  58. package/dist/{chunk-HISCHZ5H.mjs → chunk-AF2RKLH6.mjs} +1 -1
  59. package/dist/chunk-D3N7VFER.mjs +73 -0
  60. package/dist/chunk-GU5F7Z7I.mjs +681 -0
  61. package/dist/{chunk-X76GNSBB.mjs → chunk-IWO2Y5QX.mjs} +4 -2
  62. package/dist/chunk-J4YYP4IZ.mjs +0 -0
  63. package/dist/chunk-N2WTNCQU.mjs +66 -0
  64. package/dist/chunk-N4DPPZVJ.mjs +269 -0
  65. package/dist/chunk-PQ3B2FEB.mjs +249 -0
  66. package/dist/chunk-QKTMWS4J.mjs +43 -0
  67. package/dist/{chunk-N355RJGH.mjs → chunk-UQJ3BDM4.mjs} +1 -1
  68. package/dist/chunk-V3CHJHUX.mjs +424 -0
  69. package/dist/chunk-ZTRM4HZJ.mjs +53 -0
  70. package/dist/index.d.mts +18 -7
  71. package/dist/index.d.ts +18 -7
  72. package/dist/index.js +2461 -8
  73. package/dist/index.mjs +46 -12
  74. package/dist/molecules/UserProfile/UserProfile.d.mts +23 -0
  75. package/dist/molecules/UserProfile/UserProfile.d.ts +23 -0
  76. package/dist/molecules/UserProfile/UserProfile.js +243 -0
  77. package/dist/molecules/UserProfile/UserProfile.mjs +11 -0
  78. package/dist/styles.css +1795 -146
  79. package/dist/types-D4MD2w3_.d.mts +9 -0
  80. package/dist/types-D4MD2w3_.d.ts +9 -0
  81. package/dist/types-mhQmqhsR.d.mts +10 -0
  82. package/dist/types-mhQmqhsR.d.ts +10 -0
  83. package/package.json +8 -36
  84. package/dist/Modal.mjs +0 -10
  85. /package/dist/{Button.d.mts → atom/Button/Button.d.mts} +0 -0
  86. /package/dist/{Button.d.ts → atom/Button/Button.d.ts} +0 -0
  87. /package/dist/{Checkbox.d.mts → atom/Checkbox/Checkbox.d.mts} +0 -0
  88. /package/dist/{Checkbox.d.ts → atom/Checkbox/Checkbox.d.ts} +0 -0
  89. /package/dist/{Checkbox.js → atom/Checkbox/Checkbox.js} +0 -0
  90. /package/dist/{Radio.d.mts → atom/Radio/Radio.d.mts} +0 -0
  91. /package/dist/{Radio.d.ts → atom/Radio/Radio.d.ts} +0 -0
  92. /package/dist/{Radio.js → atom/Radio/Radio.js} +0 -0
  93. /package/dist/{Switch.d.mts → atom/Switch/Switch.d.mts} +0 -0
  94. /package/dist/{Switch.d.ts → atom/Switch/Switch.d.ts} +0 -0
  95. /package/dist/{Switch.js → atom/Switch/Switch.js} +0 -0
  96. /package/dist/{Tooltip.d.mts → atom/Tooltip/Tooltip.d.mts} +0 -0
  97. /package/dist/{Tooltip.d.ts → atom/Tooltip/Tooltip.d.ts} +0 -0
  98. /package/dist/{Tooltip.js → atom/Tooltip/Tooltip.js} +0 -0
package/dist/styles.css CHANGED
@@ -1,21 +1,279 @@
1
+ .tw-pointer-events-none {
2
+ pointer-events: none
3
+ }
4
+ .tw-invisible {
5
+ visibility: hidden
6
+ }
7
+ .tw-absolute {
8
+ position: absolute
9
+ }
10
+ .tw-relative {
11
+ position: relative
12
+ }
13
+ .tw-inset-x-0 {
14
+ left: 0px;
15
+ right: 0px
16
+ }
17
+ .tw-inset-y-1 {
18
+ top: 0.25rem;
19
+ bottom: 0.25rem
20
+ }
21
+ .\!tw-right-2 {
22
+ right: 0.5rem !important
23
+ }
24
+ .\!tw-right-\[5px\] {
25
+ right: 5px !important
26
+ }
27
+ .-tw-top-0\.5 {
28
+ top: -0.125rem
29
+ }
30
+ .-tw-top-2 {
31
+ top: -0.5rem
32
+ }
33
+ .tw-bottom-11 {
34
+ bottom: 2.75rem
35
+ }
36
+ .tw-bottom-\[-7px\] {
37
+ bottom: -7px
38
+ }
39
+ .tw-left-0 {
40
+ left: 0px
41
+ }
42
+ .tw-left-0\.5 {
43
+ left: 0.125rem
44
+ }
45
+ .tw-left-1 {
46
+ left: 0.25rem
47
+ }
48
+ .tw-left-1\/2 {
49
+ left: 50%
50
+ }
51
+ .tw-left-5 {
52
+ left: 1.25rem
53
+ }
54
+ .tw-left-\[18px\] {
55
+ left: 18px
56
+ }
57
+ .tw-right-0 {
58
+ right: 0px
59
+ }
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%
68
+ }
69
+ .tw-right-3 {
70
+ right: 0.75rem
71
+ }
72
+ .tw-right-5 {
73
+ right: 1.25rem
74
+ }
1
75
  .tw-right-6 {
2
76
  right: 1.5rem
3
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
107
+ }
4
108
  .tw-top-6 {
5
109
  top: 1.5rem
6
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
163
+ }
7
164
  .tw-flex {
8
165
  display: flex
9
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
178
+ }
10
179
  .tw-h-2 {
11
180
  height: 0.5rem
12
181
  }
13
182
  .tw-h-3 {
14
183
  height: 0.75rem
15
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))
261
+ }
16
262
  .tw-cursor-not-allowed {
17
263
  cursor: not-allowed
18
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
276
+ }
19
277
  .tw-items-end {
20
278
  align-items: flex-end
21
279
  }
@@ -25,27 +283,158 @@
25
283
  .tw-justify-center {
26
284
  justify-content: center
27
285
  }
286
+ .tw-justify-between {
287
+ justify-content: space-between
288
+ }
28
289
  .tw-gap-1 {
29
290
  gap: 0.25rem
30
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
312
+ }
31
313
  .tw-rounded-full {
32
314
  border-radius: 9999px
33
315
  }
34
316
  .tw-rounded-lg {
35
317
  border-radius: 0.5rem
36
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
325
+ }
37
326
  .tw-border {
38
327
  border-width: 1px
39
328
  }
40
329
  .tw-border-0 {
41
330
  border-width: 0px
42
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
346
+ }
43
347
  .tw-border-solid {
44
348
  border-style: solid
45
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))
430
+ }
46
431
  .tw-bg-transparent {
47
432
  background-color: transparent
48
433
  }
434
+ .tw-bg-white {
435
+ --tw-bg-opacity: 1;
436
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
437
+ }
49
438
  .tw-object-cover {
50
439
  -o-object-fit: cover;
51
440
  object-fit: cover
@@ -56,18 +445,112 @@
56
445
  .tw-p-4 {
57
446
  padding: 1rem
58
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
526
+ }
59
527
  .tw-text-font-size-10 {
60
528
  font-size: 0.625rem
61
529
  }
62
530
  .tw-text-font-size-50 {
63
531
  font-size: 1.25rem
64
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
540
+ }
65
541
  .tw-font-medium {
66
542
  font-weight: 500
67
543
  }
68
544
  .tw-leading-7 {
69
545
  line-height: 1.75rem
70
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))
553
+ }
71
554
  .tw-text-color-border-dark-subtle {
72
555
  --tw-text-opacity: 1;
73
556
  color: rgb(33 40 55 / var(--tw-text-opacity, 1))
@@ -76,92 +559,310 @@
76
559
  --tw-text-opacity: 1;
77
560
  color: rgb(17 24 39 / var(--tw-text-opacity, 1))
78
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))
569
+ }
79
570
  .tw-text-color-text-primary {
80
571
  --tw-text-opacity: 1;
81
572
  color: rgb(236 93 37 / var(--tw-text-opacity, 1))
82
573
  }
574
+ .tw-text-color-text-subtle {
575
+ --tw-text-opacity: 1;
576
+ color: rgb(54 62 79 / var(--tw-text-opacity, 1))
577
+ }
578
+ .tw-text-color-text-weak {
579
+ --tw-text-opacity: 1;
580
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1))
581
+ }
582
+ .tw-text-gray-300 {
583
+ --tw-text-opacity: 1;
584
+ color: rgb(209 213 219 / var(--tw-text-opacity, 1))
585
+ }
586
+ .tw-text-gray-400 {
587
+ --tw-text-opacity: 1;
588
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1))
589
+ }
590
+ .tw-text-gray-500 {
591
+ --tw-text-opacity: 1;
592
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1))
593
+ }
594
+ .tw-text-gray-700 {
595
+ --tw-text-opacity: 1;
596
+ color: rgb(55 65 81 / var(--tw-text-opacity, 1))
597
+ }
598
+ .tw-text-gray-900 {
599
+ --tw-text-opacity: 1;
600
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1))
601
+ }
83
602
  .tw-text-white {
84
603
  --tw-text-opacity: 1;
85
604
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
86
605
  }
606
+ .tw-opacity-0 {
607
+ opacity: 0
608
+ }
87
609
  .tw-opacity-40 {
88
610
  opacity: 0.4
89
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 {
708
+ --tw-bg-opacity: 1;
709
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
710
+ }
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)
715
+ }
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
+ }
90
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
+ }
91
749
  .sm\:tw-p-6 {
92
750
  padding: 1.5rem
93
751
  }
752
+ .sm\:tw-pr-0 {
753
+ padding-right: 0px
754
+ }
94
755
  }
95
756
 
96
757
 
97
758
  /* CSS Modules */
98
- /* src/atom/Radio/Radio.module.scss */
99
- .Radio-module__radio___1CPAk {
759
+ /* src/atom/Checkbox/Checkbox.module.scss */
760
+ .Checkbox-module__checkbox___xxg5L {
100
761
  display: flex;
101
762
  align-items: center;
102
763
  }
103
- .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 {
104
765
  height: 16px;
105
766
  width: 16px;
106
767
  }
107
- .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 {
108
769
  height: 20px;
109
770
  width: 20px;
110
771
  }
111
- .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 {
112
776
  height: 24px;
113
777
  width: 24px;
114
778
  }
115
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
116
- border-color: #EC5D25;
117
- background-color: #EC5D25;
779
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
780
+ inset-inline-start: 33%;
118
781
  }
119
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
120
- border-color: #B94710;
121
- background-color: #B94710;
782
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
783
+ border-color: #ec5d25;
784
+ background-color: #ec5d25;
122
785
  }
123
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
124
- outline: 2px solid #0A65E7;
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));
125
791
  }
126
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
127
- cursor: not-allowed;
792
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
793
+ outline: 2px solid #0a65e7;
128
794
  }
129
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
130
- border-color: #B6BAC3;
131
- background-color: #B6BAC3;
795
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
796
+ cursor: not-allowed;
132
797
  }
133
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
134
- transform: scale(0.375);
135
- background-color: #FFFFFF;
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;
136
802
  }
137
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
138
- border-color: #B6BAC3;
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;
139
805
  }
140
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
141
- border-color: #6B7280;
806
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
807
+ border-color: #b6bac3;
142
808
  }
143
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
144
- outline: 2px solid #0A65E7;
809
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
810
+ border-color: #6b7280;
145
811
  }
146
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
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 {
147
816
  cursor: not-allowed;
148
817
  }
149
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
150
- border-color: #B6BAC3;
151
- background-color: #F9FAFB;
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;
152
821
  }
153
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
154
- color: #363E4F;
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;
155
827
  font-weight: 400;
156
828
  font-size: 0.875rem;
157
829
  line-height: 20px;
158
830
  }
159
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
160
- color: #363E4F;
831
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
832
+ color: #363e4f;
161
833
  font-weight: 500;
162
834
  font-size: 0.875rem;
163
835
  line-height: 20px;
164
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
+ }
165
866
 
166
867
  /* src/atom/Tooltip/Tooltip.module.scss */
167
868
  .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
@@ -176,6 +877,188 @@
176
877
  background-color: white !important;
177
878
  }
178
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;
988
+ }
989
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
990
+ border-color: #B6BAC3;
991
+ background-color: #B6BAC3;
992
+ }
993
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
994
+ transform: scale(0.375);
995
+ background-color: #FFFFFF;
996
+ }
997
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
998
+ border-color: #B6BAC3;
999
+ }
1000
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1001
+ border-color: #6B7280;
1002
+ }
1003
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1004
+ outline: 2px solid #0A65E7;
1005
+ }
1006
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1007
+ cursor: not-allowed;
1008
+ }
1009
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1010
+ border-color: #B6BAC3;
1011
+ background-color: #F9FAFB;
1012
+ }
1013
+ .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1014
+ color: #363E4F;
1015
+ font-weight: 400;
1016
+ font-size: 0.875rem;
1017
+ line-height: 20px;
1018
+ }
1019
+ .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1020
+ color: #363E4F;
1021
+ font-weight: 500;
1022
+ font-size: 0.875rem;
1023
+ line-height: 20px;
1024
+ }
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
+
179
1062
  /* src/atom/Button/Button.module.scss */
180
1063
  .Button-module__button___cLCyl {
181
1064
  display: flex;
@@ -241,6 +1124,10 @@
241
1124
  --tw-text-opacity: 1;
242
1125
  color: rgb(236 93 37 / var(--tw-text-opacity, 1));
243
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
+ }
244
1131
  .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
245
1132
  border-width: 1px;
246
1133
  border-style: solid;
@@ -366,120 +1253,27 @@
366
1253
  outline: none;
367
1254
  }
368
1255
 
369
- /* src/atom/Switch/Switch.module.scss */
370
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
371
- height: 0.75rem;
372
- min-width: 1.5rem
373
- }
374
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
375
- height: 0.5rem;
376
- width: 0.5rem
377
- }
378
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
379
- --tw-bg-opacity: 1;
380
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
381
- }
382
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
383
- --tw-bg-opacity: 1;
384
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
385
- }
386
-
387
- /* src/atom/Checkbox/Checkbox.module.scss */
388
- .Checkbox-module__checkbox___xxg5L {
389
- display: flex;
390
- align-items: center;
391
- }
392
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
393
- height: 16px;
394
- width: 16px;
395
- }
396
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
397
- height: 20px;
398
- width: 20px;
399
- }
400
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
401
- inset-inline-start: 27%;
402
- }
403
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
404
- height: 24px;
405
- width: 24px;
406
- }
407
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
408
- inset-inline-start: 33%;
409
- }
410
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
411
- border-color: #ec5d25;
412
- background-color: #ec5d25;
413
- }
414
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
415
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
416
- .ant-checkbox-inner {
417
- --tw-bg-opacity: 1;
418
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
419
- }
420
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
421
- outline: 2px solid #0a65e7;
422
- }
423
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
424
- cursor: not-allowed;
425
- }
426
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
427
- opacity: 0.5;
428
- border-color: #ec5d25;
429
- background-color: #ec5d25;
430
- }
431
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
432
- border-color: #ffffff;
433
- }
434
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
435
- border-color: #b6bac3;
436
- }
437
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
438
- border-color: #6b7280;
439
- }
440
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
441
- outline: 2px solid #0a65e7;
442
- }
443
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
444
- cursor: not-allowed;
445
- }
446
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
447
- border-color: #b6bac3;
448
- background-color: #f9fafb;
1256
+ /* src/molecules/UserProfile/UserProfile.module.scss */
1257
+ .UserProfile-module__userProfile___cRMm9 {
1258
+ display: flex;
1259
+ align-items: center;
1260
+ gap: 0.625rem
449
1261
  }
450
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
451
- color: #363e4f;
1262
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
1263
+ display: flex;
1264
+ flex-direction: column
452
1265
  }
453
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
454
- color: #363e4f;
455
- font-weight: 400;
456
- font-size: 0.875rem;
457
- line-height: 20px;
1266
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
1267
+ display: flex;
1268
+ align-items: center;
1269
+ gap: 0.5rem
458
1270
  }
459
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
460
- color: #363e4f;
461
- font-weight: 500;
462
- font-size: 0.875rem;
463
- line-height: 20px;
464
- }
465
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
466
- opacity: 0.5;
467
- border-color: #ec5d25;
468
- background-color: #ec5d25;
469
- }
470
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
471
- border-color: #ffffff;
472
- }
473
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
474
- border-color: #ec5d25 !important;
475
- background-color: #ec5d25 !important;
1271
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
1272
+ margin: 0px
476
1273
  }
477
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
478
- inset-inline-start: 50%;
479
- width: 60%;
480
- height: 3px;
481
- border-radius: 4px;
482
- background: white;
1274
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
1275
+ margin: 0px;
1276
+ margin-top: 0.125rem
483
1277
  }
484
1278
 
485
1279
  /* src/atom/Modal/Modal.module.scss */
@@ -543,7 +1337,7 @@
543
1337
  }
544
1338
  .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
545
1339
  padding: 0 1.5rem 1.5rem;
546
- max-height: 80vh;
1340
+ max-height: 65vh;
547
1341
  overflow: auto;
548
1342
  }
549
1343
  .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
@@ -553,4 +1347,859 @@
553
1347
  }
554
1348
  .Modal-module__modal___PKrAi .ant-btn-primary {
555
1349
  margin-inline-start: 0.5rem;
1350
+ }
1351
+
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;
1366
+ }
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;
1372
+ }
1373
+
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;
1602
+ display: flex;
1603
+ align-items: center;
1604
+ justify-content: center;
1605
+ }
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;
1651
+ }
1652
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination {
1653
+ /* Responsive behavior */
1654
+ }
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
+ }
1670
+ }
1671
+ .Table-module__table___5d7g0.ant-table-wrapper {
1672
+ /* ---- Checkbox customisation ---- */
1673
+ }
1674
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-checked .ant-checkbox-inner {
1675
+ background-color: #ec5d25 !important;
1676
+ border-color: #ec5d25 !important;
1677
+ }
1678
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-checked .ant-checkbox-inner::after {
1679
+ inset-inline-start: 25% !important;
1680
+ }
1681
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner {
1682
+ border-color: #ec5d25 !important;
1683
+ }
1684
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1685
+ background-color: #ec5d25 !important;
1686
+ }
1687
+ .Table-module__table___5d7g0.ant-table-wrapper {
1688
+ /* Hover state border to orange */
1689
+ }
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;
1697
+ }
1698
+ .Table-module__table___5d7g0.ant-table-wrapper {
1699
+ /* Active ripple effect/focus ring to orange */
1700
+ }
1701
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-checked::after {
1702
+ border-color: #ec5d25 !important;
1703
+ }
1704
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-checkbox-input:focus + .ant-checkbox-inner {
1705
+ border-color: #ec5d25 !important;
1706
+ }
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;
1712
+ }
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;
1721
+ }
1722
+
1723
+ .Table-module__columnHeader___Unr6d {
1724
+ display: flex;
1725
+ align-items: center;
1726
+ justify-content: space-between;
1727
+ width: 100%;
1728
+ gap: 8px;
1729
+ }
1730
+
1731
+ .Table-module__columnHeaderLeft___mp7pK {
1732
+ display: flex;
1733
+ align-items: center;
1734
+ gap: 4px;
1735
+ min-width: 0;
1736
+ flex: 1;
1737
+ }
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;
1749
+ }
1750
+ .Table-module__columnHeaderSortArea___jrIYo:focus-visible {
1751
+ outline: 2px solid #ec5d25;
1752
+ outline-offset: 2px;
1753
+ border-radius: 3px;
1754
+ }
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;
1762
+ }
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;
1771
+ }
1772
+ .Table-module__columnHeaderSortIcon___mWVZN.Table-module__columnHeaderSortIconActive___wHAqC {
1773
+ color: #374151;
1774
+ /* prominent when sort is applied */
1775
+ }
1776
+
1777
+ /* Filter icon button */
1778
+ .Table-module__columnHeaderFilterWrapper___DnSve {
1779
+ position: relative;
1780
+ flex-shrink: 0;
1781
+ }
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;
1795
+ }
1796
+ .Table-module__columnHeaderFilterBtn___NR7DY:hover {
1797
+ color: #6b7280;
1798
+ background: #f3f4f6;
1799
+ }
1800
+ .Table-module__columnHeaderFilterBtn___NR7DY:focus-visible {
1801
+ outline: 2px solid #ec5d25;
1802
+ outline-offset: 1px;
1803
+ }
1804
+ .Table-module__columnHeaderFilterBtn___NR7DY.Table-module__columnHeaderFilterBtnActive___JdO11 {
1805
+ color: #ec5d25;
1806
+ /* brand red when filter is applied */
1807
+ }
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;
1822
+ }
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;
1835
+ }
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;
1848
+ }
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;
1860
+ }
1861
+
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
+ }
1881
+ }
1882
+
1883
+ .AdvancedDateRangePicker-module__inner___P4OHa {
1884
+ display: flex;
1885
+ flex-direction: row;
1886
+ }
1887
+ @media (max-width: 1024px) {
1888
+ .AdvancedDateRangePicker-module__inner___P4OHa {
1889
+ flex-direction: column;
1890
+ }
1891
+ }
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;
1901
+ display: flex;
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
+ }
1920
+ }
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;
1937
+ }
1938
+ .AdvancedDateRangePicker-module__sidebarItem___-NXPm:hover {
1939
+ background: #f9fafb;
1940
+ color: #111827;
1941
+ }
1942
+ @media (max-width: 1024px) {
1943
+ .AdvancedDateRangePicker-module__sidebarItem___-NXPm {
1944
+ width: auto;
1945
+ margin: 0;
1946
+ padding: 8px 16px;
1947
+ }
1948
+ }
1949
+
1950
+ .AdvancedDateRangePicker-module__sidebarItemActive___5GmBY {
1951
+ background: #fff4ee !important;
1952
+ color: #ec5d25 !important;
1953
+ }
1954
+
1955
+ /* ====================================================================
1956
+ Main (Header + Body)
1957
+ ==================================================================== */
1958
+ .AdvancedDateRangePicker-module__main___G4MU9 {
1959
+ flex: 1;
1960
+ display: flex;
1961
+ flex-direction: column;
1962
+ min-width: 0;
1963
+ }
1964
+
1965
+ /* ====================================================================
1966
+ Header
1967
+ ==================================================================== */
1968
+ .AdvancedDateRangePicker-module__header___mxXEE {
1969
+ display: flex;
1970
+ align-items: center;
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
+ }
1982
+ }
1983
+
1984
+ .AdvancedDateRangePicker-module__headerGroup___J7mJB {
1985
+ display: flex;
1986
+ flex-direction: column;
1987
+ gap: 10px;
1988
+ }
1989
+
1990
+ .AdvancedDateRangePicker-module__headerLabel___Yvhkr {
1991
+ font-size: 16px;
1992
+ font-weight: 500;
1993
+ color: #111827;
1994
+ }
1995
+
1996
+ .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
1997
+ padding-right: 32px;
1998
+ }
1999
+ @media (max-width: 768px) {
2000
+ .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
2001
+ padding-right: 0;
2002
+ width: 100%;
2003
+ }
2004
+ }
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
+ }
2019
+ }
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
+ }
2031
+ }
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;
2049
+ }
2050
+ .AdvancedDateRangePicker-module__timezoneSelect___f4oln:focus {
2051
+ border-color: #ec5d25;
2052
+ background-color: #fff;
2053
+ }
2054
+ .AdvancedDateRangePicker-module__timezoneSelect___f4oln:disabled {
2055
+ background-color: #f3f4f6;
2056
+ cursor: not-allowed;
2057
+ color: #9ca3af;
2058
+ }
2059
+ @media (max-width: 768px) {
2060
+ .AdvancedDateRangePicker-module__timezoneSelect___f4oln {
2061
+ min-width: 100%;
2062
+ }
2063
+ }
2064
+
2065
+ .AdvancedDateRangePicker-module__dateTimeColumn___tdDV3 {
2066
+ display: flex;
2067
+ flex-direction: column;
2068
+ gap: 4px;
2069
+ }
2070
+ @media (max-width: 768px) {
2071
+ .AdvancedDateRangePicker-module__dateTimeColumn___tdDV3 {
2072
+ width: 100%;
2073
+ }
2074
+ }
2075
+
2076
+ .AdvancedDateRangePicker-module__dateTimeGroup___azF09 {
2077
+ display: flex;
2078
+ align-items: center;
2079
+ gap: 12px;
2080
+ }
2081
+ @media (max-width: 768px) {
2082
+ .AdvancedDateRangePicker-module__dateTimeGroup___azF09 {
2083
+ width: 100%;
2084
+ justify-content: space-between;
2085
+ }
2086
+ }
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;
2097
+ }
2098
+ .AdvancedDateRangePicker-module__dateInput___0t9ww:focus {
2099
+ border-color: #ec5d25;
2100
+ background-color: #fff;
2101
+ }
2102
+ .AdvancedDateRangePicker-module__dateInput___0t9ww.AdvancedDateRangePicker-module__inputError___A5hid {
2103
+ border-color: #ef4444;
2104
+ }
2105
+ @media (max-width: 768px) {
2106
+ .AdvancedDateRangePicker-module__dateInput___0t9ww {
2107
+ flex: 1;
2108
+ }
2109
+ }
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;
2121
+ }
2122
+ .AdvancedDateRangePicker-module__timeInput___Jalr9::-moz-placeholder {
2123
+ color: #9ca3af;
2124
+ }
2125
+ .AdvancedDateRangePicker-module__timeInput___Jalr9::placeholder {
2126
+ color: #9ca3af;
2127
+ }
2128
+ .AdvancedDateRangePicker-module__timeInput___Jalr9:focus {
2129
+ border-color: #ec5d25;
2130
+ background: #fff;
2131
+ }
2132
+ .AdvancedDateRangePicker-module__timeInput___Jalr9.AdvancedDateRangePicker-module__inputError___A5hid {
2133
+ border-color: #ef4444;
2134
+ }
2135
+ @media (max-width: 768px) {
2136
+ .AdvancedDateRangePicker-module__timeInput___Jalr9 {
2137
+ width: 110px;
2138
+ }
2139
+ }
2140
+
2141
+ .AdvancedDateRangePicker-module__errorMessage___gx7ag {
2142
+ font-size: 12px;
2143
+ color: #ef4444;
2144
+ font-weight: 500;
2145
+ margin-left: 4px;
2146
+ }
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
+ }
2159
+ }
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;
2170
+ }
2171
+ @media (max-width: 768px) {
2172
+ .AdvancedDateRangePicker-module__footer___rsJ2w {
2173
+ padding: 20px;
2174
+ justify-content: center;
2175
+ }
2176
+ }
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);
2189
+ }
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);
2194
+ }
2195
+ .AdvancedDateRangePicker-module__doneBtn___mt-Sv:disabled {
2196
+ background: #f3a07a;
2197
+ cursor: not-allowed;
2198
+ box-shadow: none;
2199
+ }
2200
+ @media (max-width: 768px) {
2201
+ .AdvancedDateRangePicker-module__doneBtn___mt-Sv {
2202
+ width: 100%;
2203
+ padding: 14px;
2204
+ }
556
2205
  }