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