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