master-components-react-ts 2.1.9 → 2.1.11

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 (67) hide show
  1. package/dist/index.js +2018 -2279
  2. package/package.json +4 -3
  3. package/dist/_virtual/_commonjsHelpers.js +0 -8
  4. package/dist/_virtual/customParseFormat.js +0 -4
  5. package/dist/assets/Icons/IconArrowUp.js +0 -13
  6. package/dist/assets/Icons/IconCalendar.js +0 -32
  7. package/dist/assets/Icons/IconCheck.js +0 -15
  8. package/dist/assets/Icons/IconCheckCircle.js +0 -16
  9. package/dist/assets/Icons/IconCheckmark.js +0 -15
  10. package/dist/assets/Icons/IconCircularLoading.js +0 -36
  11. package/dist/assets/Icons/IconClose.js +0 -31
  12. package/dist/assets/Icons/IconCloseBackground.js +0 -15
  13. package/dist/assets/Icons/IconCloseCircle.js +0 -15
  14. package/dist/assets/Icons/IconErrorDash.js +0 -15
  15. package/dist/assets/Icons/IconExclamation.js +0 -15
  16. package/dist/assets/Icons/IconLeft.js +0 -13
  17. package/dist/assets/Icons/IconLoading.js +0 -22
  18. package/dist/assets/Icons/IconMinus.js +0 -7
  19. package/dist/assets/Icons/IconRadioChecked.js +0 -19
  20. package/dist/assets/Icons/IconRadioCheckedDisabled.js +0 -19
  21. package/dist/assets/Icons/IconRadioUnchecked.js +0 -16
  22. package/dist/assets/Icons/IconRadioUncheckedDisabled.js +0 -16
  23. package/dist/assets/Icons/IconRight.js +0 -13
  24. package/dist/assets/Icons/IconSave.js +0 -16
  25. package/dist/assets/Icons/IconSearch.js +0 -26
  26. package/dist/assets/Icons/IconSuccess.js +0 -15
  27. package/dist/assets/Icons/IconTrash.js +0 -16
  28. package/dist/assets/Inter_24pt-Medium-C1cYvkz2.woff2 +0 -0
  29. package/dist/assets/Inter_24pt-Regular-C7SEt4-L.woff2 +0 -0
  30. package/dist/assets/Inter_24pt-SemiBold-DIQUEucn.woff2 +0 -0
  31. package/dist/components/ActionDropdown/ActionDropdown.js +0 -74
  32. package/dist/components/ActionDropdown/ActionDropdown.module.scss.js +0 -29
  33. package/dist/components/Checkbox/Checkbox.js +0 -54
  34. package/dist/components/Checkbox/Checkbox.module.scss.js +0 -26
  35. package/dist/components/DatePicker/Calendar.js +0 -437
  36. package/dist/components/DatePicker/Calendar.module.scss.js +0 -83
  37. package/dist/components/DatePicker/DatePicker.js +0 -211
  38. package/dist/components/DatePicker/Datepicker.module.scss.js +0 -17
  39. package/dist/components/Dropdown/Dropdown.js +0 -337
  40. package/dist/components/Dropdown/Dropdown.module.scss.js +0 -74
  41. package/dist/components/FormInput/FormInput.js +0 -151
  42. package/dist/components/FormInput/FormInput.module.scss.js +0 -62
  43. package/dist/components/InlineLoading/InlineLoading.js +0 -24
  44. package/dist/components/InlineLoading/InlineLoading.module.scss.js +0 -11
  45. package/dist/components/MainButton/MainButton.js +0 -72
  46. package/dist/components/MainButton/MainButton.module.scss.js +0 -56
  47. package/dist/components/NotificationToast/NotificationContext.js +0 -57
  48. package/dist/components/NotificationToast/NotificationToast.js +0 -66
  49. package/dist/components/NotificationToast/NotificationToast.module.scss.js +0 -59
  50. package/dist/components/NotificationToast/createNotificationToast.js +0 -10
  51. package/dist/components/Popup/Popup.js +0 -116
  52. package/dist/components/Popup/Popup.module.scss.js +0 -41
  53. package/dist/components/Radio/Radio.js +0 -46
  54. package/dist/components/Radio/Radio.module.scss.js +0 -8
  55. package/dist/components/Skeleton/Skeleton.js +0 -8
  56. package/dist/components/Skeleton/Skeleton.module.scss.js +0 -20
  57. package/dist/components/Textarea/Textarea.js +0 -149
  58. package/dist/components/Textarea/Textarea.module.scss.js +0 -41
  59. package/dist/components/TimePicker/TimePicker.js +0 -172
  60. package/dist/components/TimePicker/TimePicker.module.scss.js +0 -50
  61. package/dist/components/Toggle/Toggle.js +0 -20
  62. package/dist/components/Toggle/Toggle.module.scss.js +0 -29
  63. package/dist/components/Tooltip/Tooltip.js +0 -153
  64. package/dist/components/Tooltip/Tooltip.module.scss.js +0 -35
  65. package/dist/context/NamespaceContext.js +0 -7
  66. package/dist/node_modules/dayjs/plugin/customParseFormat.js +0 -129
  67. package/dist/utils/Helpers.js +0 -15
package/dist/index.js CHANGED
@@ -1,2294 +1,2033 @@
1
- (function() {
2
- "use strict";
3
- try {
4
- if (typeof document != "undefined") {
5
- var elementStyle = document.createElement("style");
6
- elementStyle.appendChild(document.createTextNode(`@font-face {
7
- font-family: "Inter-Regular";
8
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
9
- }
10
- @font-face {
11
- font-family: "Inter-SemiBold";
12
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
13
- }
14
- @font-face {
15
- font-family: "Inter-Medium";
16
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
17
- }
18
- button.MainButton-module__mainButton {
19
- width: 100%;
20
- display: flex;
21
- padding: 8px;
22
- justify-content: center;
23
- align-items: center;
24
- border-radius: 6px;
25
- min-width: 100px;
26
- outline: none;
27
- border: none;
28
- cursor: pointer;
29
- user-select: none;
30
- -webkit-user-select: none;
31
- -moz-user-select: none;
32
- -ms-user-select: none;
33
- }
34
- button.MainButton-module__mainButton.MainButton-module__sm {
35
- height: 32px;
36
- }
37
- button.MainButton-module__mainButton.MainButton-module__md {
38
- height: 36px;
39
- }
40
- button.MainButton-module__mainButton.MainButton-module__lg {
41
- height: 40px;
42
- }
43
- button.MainButton-module__mainButton .MainButton-module__mainButtonContent {
44
- width: 100%;
45
- display: flex;
46
- align-items: center;
47
- justify-content: center;
48
- gap: 8px;
49
- }
50
- button.MainButton-module__mainButton .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
51
- overflow: hidden;
52
- text-overflow: ellipsis;
53
- font-family: "Inter-Regular", sans-serif;
54
- font-size: 14px;
55
- font-style: normal;
56
- font-weight: 450;
57
- line-height: 24px; /* 171.429% */
58
- letter-spacing: 0.1px;
59
- }
60
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__neutral {
61
- background: #0058ff;
62
- }
63
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__neutral.MainButton-module__loading {
64
- cursor: no-drop;
65
- }
66
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__neutral:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading) {
67
- background: #004fe5 !important;
68
- }
69
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__neutral.MainButton-module__disabled {
70
- background: #95969c;
71
- cursor: not-allowed;
72
- }
73
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__neutral.MainButton-module__focused {
74
- outline: 2px solid #dee9fc;
75
- outline-offset: 0px;
76
- background: #0058ff;
77
- }
78
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__neutral .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
79
- color: #fff;
80
- }
81
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__positive {
82
- background: #328707;
83
- }
84
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__positive.MainButton-module__loading {
85
- cursor: no-drop;
86
- }
87
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__positive:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading) {
88
- background: #266905 !important;
89
- }
90
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__positive.MainButton-module__disabled {
91
- background: #95969c;
92
- cursor: not-allowed;
93
- }
94
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__positive.MainButton-module__focused {
95
- outline: 2px solid #c3ebb0;
96
- outline-offset: 0px;
97
- background: #328707;
98
- }
99
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__positive .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
100
- color: #fff;
101
- }
102
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__negative {
103
- background: #e3292f;
104
- }
105
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__negative.MainButton-module__loading {
106
- cursor: no-drop;
107
- }
108
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__negative:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading) {
109
- background: #db1d23 !important;
110
- }
111
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__negative.MainButton-module__disabled {
112
- background: #95969c;
113
- cursor: not-allowed;
114
- }
115
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__negative.MainButton-module__focused {
116
- outline: 2px solid #fcdcdc;
117
- outline-offset: 0px;
118
- background: #e3292f;
119
- }
120
- button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__negative .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
121
- color: #fff;
122
- }
123
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral {
124
- background: #ecf3ff;
125
- }
126
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral.MainButton-module__loading {
127
- cursor: no-drop;
128
- }
129
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading) {
130
- background: #dee9fc !important;
131
- }
132
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral.MainButton-module__disabled {
133
- background: #f2f2f2;
134
- cursor: not-allowed;
135
- }
136
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral.MainButton-module__disabled .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
137
- color: #7a7b80;
138
- }
139
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral.MainButton-module__focused {
140
- outline-offset: 0px;
141
- background: #ecf3ff;
142
- box-shadow: 0px 0px 0px 2px #0058ff;
143
- }
144
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
145
- color: #0058ff;
146
- }
147
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__positive {
148
- background: #effce8;
149
- }
150
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__positive.MainButton-module__loading {
151
- cursor: no-drop;
152
- }
153
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__positive:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading) {
154
- background: #e0fad2 !important;
155
- }
156
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__positive.MainButton-module__disabled {
157
- background: #95969c;
158
- cursor: not-allowed;
159
- }
160
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__positive.MainButton-module__focused {
161
- outline: 2px solid #60bf30;
162
- outline-offset: 0px;
163
- background: #effce8;
164
- }
165
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__positive .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
166
- color: #328707;
167
- }
168
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__negative {
169
- background: #fff2f2;
170
- }
171
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__negative.MainButton-module__loading {
172
- cursor: no-drop;
173
- }
174
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__negative:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading) {
175
- background: #fcdcdc !important;
176
- }
177
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__negative.MainButton-module__disabled {
178
- background: #95969c;
179
- cursor: not-allowed;
180
- }
181
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__negative.MainButton-module__focused {
182
- outline: 2px solid #ff5757;
183
- outline-offset: 0px;
184
- background: #fff2f2;
185
- }
186
- button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__negative .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
187
- color: #db1d23;
188
- }
189
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral {
190
- background: #f2f2f2;
191
- }
192
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral.MainButton-module__loading {
193
- cursor: no-drop;
194
- }
195
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading) {
196
- background: #e6e6e6 !important;
197
- }
198
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral.MainButton-module__disabled {
199
- background: #f2f2f2;
200
- cursor: not-allowed;
201
- }
202
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral.MainButton-module__disabled .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
203
- color: #7a7b80;
204
- }
205
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral.MainButton-module__focused {
206
- outline: 2px solid #c1c2c7;
207
- outline-offset: 0px;
208
- background: #f2f2f2;
209
- }
210
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
211
- color: #131314;
212
- }
213
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive {
214
- background: #fff;
215
- }
216
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive.MainButton-module__loading {
217
- cursor: no-drop;
218
- }
219
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading) {
220
- background: #effce8 !important;
221
- }
222
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive.MainButton-module__disabled {
223
- background: #fff;
224
- cursor: not-allowed;
225
- }
226
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive.MainButton-module__disabled .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
227
- color: #7a7b80;
228
- }
229
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive.MainButton-module__focused {
230
- outline: 2px solid #91e766;
231
- outline-offset: 0px;
232
- background: #fff;
233
- }
234
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
235
- color: #328707;
236
- }
237
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative {
238
- background: #fff;
239
- }
240
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative.MainButton-module__loading {
241
- cursor: no-drop;
242
- }
243
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading) {
244
- background: #fff2f2 !important;
245
- }
246
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative.MainButton-module__disabled {
247
- background: #fff;
248
- cursor: not-allowed;
249
- }
250
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative.MainButton-module__disabled .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
251
- color: #7a7b80;
252
- }
253
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative.MainButton-module__focused {
254
- outline: 2px solid #fcdcdc;
255
- outline-offset: 0px;
256
- background: #fff;
257
- }
258
- button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
259
- color: #e3292f;
260
- }
261
- button.MainButton-module__mainButton.MainButton-module__tertiaryV2 {
262
- background: #fff;
263
- }
264
- button.MainButton-module__mainButton.MainButton-module__tertiaryV2.MainButton-module__loading {
265
- cursor: no-drop;
266
- }
267
- button.MainButton-module__mainButton.MainButton-module__tertiaryV2:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading) {
268
- background: #ecf3ff !important;
269
- }
270
- button.MainButton-module__mainButton.MainButton-module__tertiaryV2.MainButton-module__disabled {
271
- background: #f2f2f2;
272
- cursor: not-allowed;
273
- }
274
- button.MainButton-module__mainButton.MainButton-module__tertiaryV2.MainButton-module__disabled .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
275
- color: #7a7b80;
276
- }
277
- button.MainButton-module__mainButton.MainButton-module__tertiaryV2.MainButton-module__focused {
278
- outline: 2px solid #dee9fc;
279
- outline-offset: 0px;
280
- background: #fff;
281
- }
282
- button.MainButton-module__mainButton.MainButton-module__tertiaryV2 .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
283
- color: #0058ff;
284
- }
285
- button.MainButton-module__mainButton.MainButton-module__tertiaryV3 {
286
- border: 1px solid #e6e6e6;
287
- background: #fff;
288
- }
289
- button.MainButton-module__mainButton.MainButton-module__tertiaryV3.MainButton-module__loading {
290
- cursor: no-drop;
291
- }
292
- button.MainButton-module__mainButton.MainButton-module__tertiaryV3:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading) {
293
- border-color: #c1c2c7 !important;
294
- }
295
- button.MainButton-module__mainButton.MainButton-module__tertiaryV3.MainButton-module__disabled {
296
- background: #fff;
297
- border: 1px solid #e6e6e6;
298
- cursor: not-allowed;
299
- }
300
- button.MainButton-module__mainButton.MainButton-module__tertiaryV3.MainButton-module__disabled .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
301
- color: #7a7b80;
302
- }
303
- button.MainButton-module__mainButton.MainButton-module__tertiaryV3.MainButton-module__focused {
304
- border: 1px solid transparent;
305
- outline: 2px solid #dee9fc;
306
- outline-offset: 0px;
307
- background: #fff;
308
- }
309
- button.MainButton-module__mainButton.MainButton-module__tertiaryV3 .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel {
310
- color: #0058ff;
311
- }@font-face {
312
- font-family: "Inter-Regular";
313
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
314
- }
315
- @font-face {
316
- font-family: "Inter-SemiBold";
317
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
318
- }
319
- @font-face {
320
- font-family: "Inter-Medium";
321
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
322
- }
323
- .FormInput-module__inputWrapper {
324
- width: 100%;
325
- display: flex;
326
- flex-direction: column;
327
- gap: 10px;
328
- }
329
- .FormInput-module__inputWrapper.FormInput-module__sm .FormInput-module__formInputWrapper {
330
- height: 36px;
331
- }
332
- .FormInput-module__inputWrapper.FormInput-module__md .FormInput-module__formInputWrapper {
333
- height: 40px;
334
- }
335
- .FormInput-module__inputWrapper.FormInput-module__disabled .FormInput-module__formInputLabel {
336
- width: 100%;
337
- overflow: hidden;
338
- color: #95969c;
339
- text-overflow: ellipsis;
340
- font-family: "Inter-Medium";
341
- font-size: 12px;
342
- font-style: normal;
343
- font-weight: 450;
344
- line-height: 16px; /* 133.333% */
345
- letter-spacing: 0.1px;
346
- }
347
- .FormInput-module__inputWrapper.FormInput-module__disabled .FormInput-module__formInput {
348
- width: 100%;
349
- overflow: hidden;
350
- color: #7a7b80;
351
- text-overflow: ellipsis;
352
- font-family: "Inter-Regular";
353
- font-size: 14px;
354
- font-style: normal;
355
- font-weight: 400;
356
- line-height: 24px; /* 171.429% */
357
- letter-spacing: 0.1px;
358
- }
359
- .FormInput-module__inputWrapper.FormInput-module__disabled .FormInput-module__formInputHelperText {
360
- width: 100%;
361
- overflow: hidden;
362
- color: #95969c;
363
- text-overflow: ellipsis;
364
- font-family: "Inter-Medium";
365
- font-size: 12px;
366
- font-style: normal;
367
- font-weight: 450;
368
- line-height: 16px; /* 133.333% */
369
- letter-spacing: 0.1px;
370
- }
371
- .FormInput-module__inputWrapper.FormInput-module__disabled .FormInput-module__formInputWrapper {
372
- border-radius: 6px;
373
- border: 1px solid #e6e6e6;
374
- background: #fafafa;
375
- }
376
- .FormInput-module__inputWrapper.FormInput-module__disabled .FormInput-module__formInputWrapper .FormInput-module__formInput {
377
- width: 100%;
378
- overflow: hidden;
379
- color: #7a7b80;
380
- text-overflow: ellipsis;
381
- font-family: "Inter-Regular";
382
- font-size: 14px;
383
- font-style: normal;
384
- font-weight: 400;
385
- line-height: 24px; /* 171.429% */
386
- letter-spacing: 0.1px;
387
- cursor: not-allowed;
388
- }
389
- .FormInput-module__inputWrapper.FormInput-module__disabled .FormInput-module__formInputWrapper .FormInput-module__formInput::placeholder {
390
- width: 100%;
391
- overflow: hidden;
392
- color: #7a7b80;
393
- text-overflow: ellipsis;
394
- font-family: "Inter-Regular";
395
- font-size: 14px;
396
- font-style: normal;
397
- font-weight: 400;
398
- line-height: 24px; /* 171.429% */
399
- letter-spacing: 0.1px;
400
- }
401
- .FormInput-module__inputWrapper .FormInput-module__formInputLabelWrapper {
402
- width: 100%;
403
- display: flex;
404
- align-items: center;
405
- justify-content: space-between;
406
- }
407
- .FormInput-module__inputWrapper .FormInput-module__formInputLabelWrapper .FormInput-module__formInputLabel {
408
- width: 100%;
409
- width: 100%;
410
- overflow: hidden;
411
- color: #131314;
412
- font-family: "Inter-Medium";
413
- font-size: 12px;
414
- font-style: normal;
415
- font-weight: 450;
416
- line-height: 16px; /* 171.429% */
417
- letter-spacing: 0.1px;
418
- }
419
- .FormInput-module__inputWrapper .FormInput-module__formInputLabelWrapper .FormInput-module__formInputLabel .FormInput-module__formInputRequired {
420
- overflow: hidden;
421
- color: #e3292f;
422
- text-overflow: ellipsis;
423
- font-family: "Inter-Medium";
424
- font-size: 12px;
425
- font-style: normal;
426
- font-weight: 450;
427
- line-height: 16px; /* 133.333% */
428
- letter-spacing: 0.1px;
429
- }
430
- .FormInput-module__inputWrapper .FormInput-module__formInputLabelWrapper .FormInput-module__formInputHelperSlot {
431
- display: flex;
432
- align-items: center;
433
- justify-content: center;
434
- }
435
- .FormInput-module__inputWrapper .FormInput-module__formInputWrapper {
436
- width: 100%;
437
- display: flex;
438
- align-items: center;
439
- gap: 8px;
440
- padding: 8px;
441
- border-radius: 6px;
442
- border: 1px solid #e6e6e6;
443
- background: #fff;
444
- }
445
- .FormInput-module__inputWrapper .FormInput-module__formInputWrapper.FormInput-module__errorState {
446
- border-radius: 6px;
447
- background: #fff;
448
- outline: 1px solid #f63e45;
449
- outline-offset: -1px;
450
- box-shadow: none;
451
- }
452
- .FormInput-module__inputWrapper .FormInput-module__formInputWrapper.FormInput-module__focused {
453
- border-radius: 6px;
454
- background: #fff;
455
- outline: 2px solid #0058ff;
456
- outline-offset: -2px;
457
- box-shadow: none;
458
- }
459
- .FormInput-module__inputWrapper .FormInput-module__formInputWrapper.FormInput-module__active {
460
- border-radius: 6px;
461
- background: #fff;
462
- outline: 1.5px solid #0058ff;
463
- outline-offset: -1.5px;
464
- box-shadow: 0 0 0 2px #dee9fc;
465
- }
466
- .FormInput-module__inputWrapper .FormInput-module__formInputWrapper.FormInput-module__errorFocused {
467
- border-radius: 6px;
468
- background: #fff;
469
- outline: 2px solid #f63e45;
470
- outline-offset: -2px;
471
- box-shadow: none;
472
- }
473
- .FormInput-module__inputWrapper .FormInput-module__formInputWrapper.FormInput-module__errorActive {
474
- border-radius: 6px;
475
- background: #fff;
476
- outline: 1.5px solid #f63e45;
477
- outline-offset: -1.5px;
478
- box-shadow: 0 0 0 2px #fcdcdd;
479
- }
480
- .FormInput-module__inputWrapper .FormInput-module__formInputWrapper input.FormInput-module__formInput {
481
- width: 100%;
482
- border: none;
483
- outline: none;
484
- background-color: transparent;
485
- caret-color: #0058ff;
486
- width: 100%;
487
- overflow: hidden;
488
- color: #131314;
489
- text-overflow: ellipsis;
490
- font-family: "Inter-Regular";
491
- font-size: 14px;
492
- font-style: normal;
493
- font-weight: 400;
494
- line-height: 24px; /* 171.429% */
495
- letter-spacing: 0.1px;
496
- }
497
- .FormInput-module__inputWrapper .FormInput-module__formInputWrapper input.FormInput-module__formInput::placeholder {
498
- width: 100%;
499
- overflow: hidden;
500
- color: #646569;
501
- text-overflow: ellipsis;
502
- font-family: "Inter-Regular";
503
- font-size: 14px;
504
- font-style: normal;
505
- font-weight: 400;
506
- line-height: 24px; /* 171.429% */
507
- letter-spacing: 0.1px;
508
- }
509
- .FormInput-module__inputWrapper .FormInput-module__formInputWrapper .FormInput-module__formInputSlot {
510
- display: grid;
511
- place-items: center;
512
- }
513
- .FormInput-module__inputWrapper .FormInput-module__formInputHelperText {
514
- width: 100%;
515
- overflow: hidden;
516
- color: #131314;
517
- text-overflow: ellipsis;
518
- font-family: "Inter-Medium";
519
- font-size: 12px;
520
- font-style: normal;
521
- font-weight: 450;
522
- line-height: 16px; /* 133.333% */
523
- letter-spacing: 0.1px;
524
- }
525
- .FormInput-module__inputWrapper .FormInput-module__formInputHelperText.FormInput-module__errorHelperText {
526
- width: 100%;
527
- overflow: hidden;
528
- color: #e3292f;
529
- text-overflow: ellipsis;
530
- font-family: "Inter-Medium";
531
- font-size: 12px;
532
- font-style: normal;
533
- font-weight: 450;
534
- line-height: 16px; /* 133.333% */
535
- letter-spacing: 0.1px;
536
- color: #e3292f;
537
- }
538
- .FormInput-module__inputWrapper .FormInput-module__formInputHelperText.FormInput-module__successHelperText {
539
- width: 100%;
540
- overflow: hidden;
541
- color: #328707;
542
- text-overflow: ellipsis;
543
- font-family: "Inter-Medium";
544
- font-size: 12px;
545
- font-style: normal;
546
- font-weight: 450;
547
- line-height: 16px; /* 133.333% */
548
- letter-spacing: 0.1px;
549
- color: #328707;
550
- }@font-face {
551
- font-family: "Inter-Regular";
552
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
553
- }
554
- @font-face {
555
- font-family: "Inter-SemiBold";
556
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
557
- }
558
- @font-face {
559
- font-family: "Inter-Medium";
560
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
561
- }
562
- .Textarea-module__textareaContainer {
563
- width: 100%;
564
- display: flex;
565
- flex-direction: column;
566
- align-items: flex-start;
567
- gap: 0.375rem;
568
- flex-shrink: 0;
569
- }
570
- .Textarea-module__textareaContainer .Textarea-module__textAreaLabel {
571
- display: flex;
572
- justify-content: space-between;
573
- display: flex;
574
- align-items: center;
575
- gap: 0.125rem;
576
- width: 100%;
577
- }
578
- .Textarea-module__textareaContainer .Textarea-module__textAreaLabel p {
579
- width: 100%;
580
- width: 100%;
581
- overflow: hidden;
582
- color: #131314;
583
- font-family: "Inter-Medium";
584
- font-size: 12px;
585
- font-style: normal;
586
- font-weight: 450;
587
- line-height: 16px; /* 171.429% */
588
- letter-spacing: 0.1px;
589
- }
590
- .Textarea-module__textareaContainer .Textarea-module__textAreaLabel .Textarea-module__required {
591
- color: #d92d20;
592
- font-size: 0.875rem;
593
- font-family: "Inter-Regular", sans-serif;
594
- font-style: normal;
595
- font-weight: 500;
596
- line-height: 1.25rem;
597
- }
598
- .Textarea-module__textareaContainer .Textarea-module__wrap {
599
- position: relative;
600
- display: inline-block;
601
- width: 100%;
602
- position: relative;
603
- }
604
- .Textarea-module__textareaContainer .Textarea-module__wrap.Textarea-module__resize textarea {
605
- resize: both;
606
- }
607
- .Textarea-module__textareaContainer .Textarea-module__wrap.Textarea-module__resize:after {
608
- content: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cpath%20d='M10%202L2%2010'%20stroke='%23D5D7DA'%20stroke-linecap='round'/%3e%3cpath%20d='M11%207L7%2011'%20stroke='%23D5D7DA'%20stroke-linecap='round'/%3e%3c/svg%3e");
609
- width: 0.9375rem;
610
- background: transparent;
611
- position: absolute;
612
- right: 0.125rem;
613
- bottom: 0.3125rem;
614
- pointer-events: none;
615
- border-radius: 25%;
616
- }
617
- .Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textareaIconClose {
618
- position: absolute;
619
- right: 8px;
620
- top: 8px;
621
- cursor: pointer;
622
- }
623
- .Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea {
624
- width: 100%;
625
- border-radius: 6px;
626
- border: 1px solid #c1c2c7;
627
- background: #fff;
628
- padding: 8px 12px;
629
- resize: none;
630
- width: 100%;
631
- overflow: hidden;
632
- color: #131314;
633
- text-overflow: ellipsis;
634
- font-family: "Inter-Regular";
635
- font-size: 14px;
636
- font-style: normal;
637
- font-weight: 400;
638
- line-height: 24px; /* 171.429% */
639
- letter-spacing: 0.1px;
640
- }
641
- .Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea::-webkit-resizer {
642
- display: none;
643
- }
644
- .Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea::-webkit-scrollbar {
645
- width: 0;
646
- }
647
- .Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea::-webkit-scrollbar-track {
648
- -webkit-box-shadow: none;
649
- }
650
- .Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea::-webkit-scrollbar-thumb {
651
- background-color: none;
652
- outline: 0;
653
- }
654
- .Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea.Textarea-module__errorState {
655
- border-radius: 6px;
656
- background: #fff;
657
- outline: 1px solid #f63e45;
658
- outline-offset: -1px;
659
- box-shadow: none;
660
- }
661
- .Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea.Textarea-module__focused {
662
- border-radius: 6px;
663
- background: #fff;
664
- outline: 2px solid #0058ff;
665
- outline-offset: -2px;
666
- box-shadow: none;
667
- }
668
- .Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea.Textarea-module__active {
669
- border-radius: 6px;
670
- background: #fff;
671
- outline: 1.5px solid #0058ff;
672
- outline-offset: -1.5px;
673
- box-shadow: 0 0 0 2px #dee9fc;
674
- }
675
- .Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea.Textarea-module__errorFocused {
676
- border-radius: 6px;
677
- background: #fff;
678
- outline: 2px solid #f63e45;
679
- outline-offset: -2px;
680
- box-shadow: none;
681
- }
682
- .Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea.Textarea-module__errorActive {
683
- border-radius: 6px;
684
- background: #fff;
685
- outline: 1.5px solid #f63e45;
686
- outline-offset: -1.5px;
687
- box-shadow: 0 0 0 2px #fcdcdd;
688
- }
689
- .Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea::placeholder {
690
- width: 100%;
691
- overflow: hidden;
692
- color: #646569;
693
- text-overflow: ellipsis;
694
- font-family: "Inter-Regular";
695
- font-size: 14px;
696
- font-style: normal;
697
- font-weight: 400;
698
- line-height: 24px; /* 171.429% */
699
- letter-spacing: 0.1px;
700
- }
701
- .Textarea-module__textareaContainer .Textarea-module__textareaFooter {
702
- width: 100%;
703
- display: flex;
704
- justify-content: flex-end;
705
- align-items: center;
706
- }
707
- .Textarea-module__textareaContainer .Textarea-module__textareaFooter p {
708
- color: #131314;
709
- text-align: right;
710
- font-family: "Inter-Medium", sans-serif;
711
- font-size: 12px;
712
- font-style: normal;
713
- font-weight: 450;
714
- line-height: 16px; /* 133.333% */
715
- letter-spacing: 0.1px;
716
- }@font-face {
717
- font-family: "Inter-Regular";
718
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
719
- }
720
- @font-face {
721
- font-family: "Inter-SemiBold";
722
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
723
- }
724
- @font-face {
725
- font-family: "Inter-Medium";
726
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
727
- }
728
- .Toggle-module__toggleWrapper {
729
- position: relative;
730
- overflow: hidden;
731
- border-radius: 13.333px;
732
- background: #c1c2c7;
733
- padding: 4px;
734
- cursor: pointer;
735
- }
736
- .Toggle-module__toggleWrapper.Toggle-module__checked {
737
- background: #0058FF;
738
- }
739
- .Toggle-module__toggleWrapper.Toggle-module__error {
740
- background: #e3292f;
741
- }
742
- .Toggle-module__toggleWrapper.Toggle-module__disabled {
743
- background: #d4d5d6;
744
- cursor: not-allowed;
745
- }
746
- .Toggle-module__toggleWrapper.Toggle-module__disabled.Toggle-module__checked {
747
- background: #95969c;
748
- }
749
- .Toggle-module__toggleWrapper.Toggle-module__sm {
750
- width: 24px;
751
- height: 16px;
752
- }
753
- .Toggle-module__toggleWrapper.Toggle-module__sm.Toggle-module__checked .Toggle-module__toggleState {
754
- left: calc(100% - 12px);
755
- }
756
- .Toggle-module__toggleWrapper.Toggle-module__sm .Toggle-module__toggleState {
757
- width: 8px;
758
- height: 8px;
759
- }
760
- .Toggle-module__toggleWrapper.Toggle-module__md {
761
- width: 32px;
762
- height: 20px;
763
- }
764
- .Toggle-module__toggleWrapper.Toggle-module__md.Toggle-module__checked .Toggle-module__toggleState {
765
- left: calc(100% - 16px);
766
- }
767
- .Toggle-module__toggleWrapper.Toggle-module__md .Toggle-module__toggleState {
768
- width: 12px;
769
- height: 12px;
770
- }
771
- .Toggle-module__toggleWrapper.Toggle-module__lg {
772
- width: 40px;
773
- height: 24px;
774
- }
775
- .Toggle-module__toggleWrapper.Toggle-module__lg .Toggle-module__toggleState {
776
- width: 16px;
777
- height: 16px;
778
- }
779
- .Toggle-module__toggleWrapper.Toggle-module__lg.Toggle-module__checked .Toggle-module__toggleState {
780
- left: calc(100% - 20px);
781
- }
782
- .Toggle-module__toggleWrapper .Toggle-module__toggleState {
783
- border-radius: 8px;
784
- background: #fff;
785
- position: absolute;
786
- top: 50%;
787
- left: 4px;
788
- transform: translateY(-50%);
789
- transition: 0.2s all;
790
- }@font-face {
791
- font-family: "Inter-Regular";
792
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
793
- }
794
- @font-face {
795
- font-family: "Inter-SemiBold";
796
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
797
- }
798
- @font-face {
799
- font-family: "Inter-Medium";
800
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
801
- }
802
- .Checkbox-module__checkboxWrapper {
803
- overflow: hidden;
804
- border: 2px solid #c1c2c7;
805
- background: #ffffff;
806
- position: relative;
807
- padding: 5px 4px;
808
- border-radius: 3px;
809
- cursor: pointer;
810
- transition: 0.2;
811
- display: grid;
812
- place-items: center;
813
- width: 18px;
814
- height: 18px;
815
- user-select: none;
816
- -webkit-user-select: none;
817
- -moz-user-select: none;
818
- -ms-user-select: none;
819
- }
820
- .Checkbox-module__checkboxWrapper .Checkbox-module__checkMark {
821
- display: grid;
822
- place-items: center;
823
- }
824
- .Checkbox-module__checkboxWrapper .Checkbox-module__checkMark svg {
825
- width: 0.625rem;
826
- user-select: none;
827
- pointer-events: none;
828
- }
829
- .Checkbox-module__checkboxWrapper.Checkbox-module__error {
830
- border-color: #e3292f;
831
- }
832
- .Checkbox-module__checkboxWrapper.Checkbox-module__error.Checkbox-module__checked {
833
- background: #e3292f;
834
- border: none;
835
- }
836
- .Checkbox-module__checkboxWrapper.Checkbox-module__checked {
837
- background: #0058ff;
838
- border: none;
839
- }
840
- .Checkbox-module__checkboxWrapper.Checkbox-module__checked.Checkbox-module__disabled {
841
- background: #95969c;
842
- }
843
- .Checkbox-module__checkboxWrapper.Checkbox-module__disabled {
844
- cursor: not-allowed;
845
- border-color: #c1c2c7 !important;
846
- }
847
-
848
- .Checkbox-module__Namespace_Hr.Checkbox-module__checkboxWrapper.Checkbox-module__checked {
849
- background: #32b45f;
850
- border: 0.0625rem solid #32b45f;
851
- }
852
- .Checkbox-module__Namespace_Hr.Checkbox-module__checkboxWrapper.Checkbox-module__checked:hover {
853
- background: #24994d;
854
- border: 0.0625rem solid #24994d;
855
- }
856
-
857
- .Checkbox-module__dark {
858
- background: #373a41;
859
- border: unset;
860
- }
861
- .Checkbox-module__dark.Checkbox-module__checked {
862
- background: #0158ff;
863
- border: 0.0625rem solid #0158ff;
864
- }
865
- .Checkbox-module__dark.Checkbox-module__checked.Checkbox-module__disabled svg path {
866
- stroke: #d5d7da;
867
- }
868
- .Checkbox-module__dark.Checkbox-module__disabled {
869
- background: #8d8d8d !important;
870
- border: 0.0625rem solid #373a41 !important;
871
- }@font-face {
872
- font-family: "Inter-Regular";
873
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
874
- }
875
- @font-face {
876
- font-family: "Inter-SemiBold";
877
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
878
- }
879
- @font-face {
880
- font-family: "Inter-Medium";
881
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
882
- }
883
- .Dropdown-module__dropdownWrapper {
884
- user-select: none;
885
- width: 100%;
886
- }
887
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper {
888
- width: 100%;
889
- cursor: pointer;
890
- }
891
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownInputSlot {
892
- display: flex;
893
- align-items: center;
894
- gap: 2px;
895
- border-right: 1px solid #e6e6e6;
896
- }
897
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownInputSlot p {
898
- overflow: hidden;
899
- color: #717680;
900
- font-feature-settings: "liga" off, "clig" off;
901
- text-overflow: ellipsis;
902
- font-family: "Inter-Regular";
903
- font-size: 16px;
904
- font-style: normal;
905
- font-weight: 400;
906
- line-height: 24px; /* 171.429% */
907
- letter-spacing: 0.1px;
908
- }
909
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownInputSlot img {
910
- width: 30px;
911
- height: 30px;
912
- object-fit: contain;
913
- }
914
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownInputSlot .Dropdown-module__dropdownRightIconArrow {
915
- display: flex;
916
- align-items: center;
917
- justify-content: center;
918
- cursor: pointer;
919
- transition: transform 0.2s ease-in-out;
920
- width: 29px;
921
- height: 24px;
922
- }
923
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownInputSlot .Dropdown-module__dropdownRightIconArrow.Dropdown-module__focused {
924
- transform: rotate(180deg);
925
- }
926
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper ul.Dropdown-module__dropdownInputSlot {
927
- overflow: hidden;
928
- width: 100%;
929
- display: flex;
930
- align-items: center;
931
- gap: 6px;
932
- }
933
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper ul.Dropdown-module__dropdownInputSlot li.Dropdown-module__dropdownInputSlotItem {
934
- border-radius: 999px;
935
- background: #f2f2f2;
936
- min-width: 80px;
937
- max-width: 100px;
938
- display: flex;
939
- align-items: center;
940
- gap: 6px;
941
- padding: 6px 12px;
942
- cursor: default;
943
- }
944
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper ul.Dropdown-module__dropdownInputSlot li.Dropdown-module__dropdownInputSlotItem .Dropdown-module__dropdownInputSlotItemLabel {
945
- width: 100%;
946
- overflow: hidden;
947
- text-overflow: ellipsis;
948
- white-space: nowrap;
949
- color: #131314;
950
- font-family: "Inter-Regular";
951
- font-size: 12px;
952
- font-style: normal;
953
- font-weight: 400;
954
- line-height: 16px; /* 133.333% */
955
- letter-spacing: 0.1px;
956
- }
957
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper ul.Dropdown-module__dropdownInputSlot li.Dropdown-module__dropdownInputSlotItem .Dropdown-module__dropdownInputSlotItemClose {
958
- display: flex;
959
- justify-content: center;
960
- align-items: center;
961
- cursor: pointer;
962
- }
963
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper ul.Dropdown-module__dropdownInputSlot li.Dropdown-module__dropdownInputSlotItem.Dropdown-module__dropdownInputSlotItemMore {
964
- justify-content: center;
965
- min-width: 44px;
966
- }
967
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownRightIcon {
968
- display: flex;
969
- align-items: center;
970
- gap: 8px;
971
- margin: 8px;
972
- }
973
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownRightIcon .Dropdown-module__dropdownRightIconClose {
974
- display: flex;
975
- align-items: center;
976
- justify-content: center;
977
- cursor: pointer;
978
- }
979
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownRightIcon .Dropdown-module__dropdownRightIconArrow {
980
- display: flex;
981
- align-items: center;
982
- justify-content: center;
983
- cursor: pointer;
984
- transition: transform 0.2s ease-in-out;
985
- }
986
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownRightIcon.Dropdown-module__focused .Dropdown-module__dropdownRightIconArrow {
987
- transform: rotate(180deg);
988
- }
989
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer {
990
- width: 100%;
991
- padding: 8px;
992
- border-radius: 12px;
993
- border: 1px solid #e6e6e6;
994
- background: #fff;
995
- box-shadow: 0px 2px 4px 0px rgba(19, 19, 20, 0.04);
996
- display: flex;
997
- flex-direction: column;
998
- gap: 8px;
999
- }
1000
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList {
1001
- width: 100%;
1002
- max-height: 320px;
1003
- overflow-y: auto;
1004
- display: flex;
1005
- flex-direction: column;
1006
- align-items: flex-start;
1007
- gap: 2px;
1008
- align-self: stretch;
1009
- }
1010
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem {
1011
- width: 100%;
1012
- border-radius: 4px;
1013
- background: #fff;
1014
- display: flex;
1015
- padding: 6px 16px 6px 6px;
1016
- align-items: center;
1017
- gap: 8px;
1018
- }
1019
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem.Dropdown-module__selected {
1020
- width: 100%;
1021
- border-radius: 4px;
1022
- background: #ecf3ff;
1023
- }
1024
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem.Dropdown-module__selected .Dropdown-module__dropdownItemLabel {
1025
- width: 100%;
1026
- }
1027
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem.Dropdown-module__selected .Dropdown-module__dropdownItemLabel p {
1028
- width: 100%;
1029
- overflow: hidden;
1030
- color: #0058ff !important;
1031
- text-overflow: ellipsis;
1032
- font-family: "Inter-Regular";
1033
- font-size: 14px;
1034
- font-style: normal;
1035
- font-weight: 400;
1036
- line-height: 24px; /* 171.429% */
1037
- letter-spacing: 0.1px;
1038
- }
1039
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem.Dropdown-module__hovered {
1040
- cursor: pointer;
1041
- }
1042
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem.Dropdown-module__hovered:hover {
1043
- background: #f2f2f2;
1044
- }
1045
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem.Dropdown-module__disabled p:first-of-type {
1046
- color: #95969c !important;
1047
- }
1048
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__itemCheckbox {
1049
- display: flex;
1050
- justify-content: center;
1051
- align-items: center;
1052
- }
1053
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel {
1054
- width: calc(100% - 20px);
1055
- display: flex;
1056
- align-items: center;
1057
- justify-content: space-between;
1058
- }
1059
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel .Dropdown-module__dropdownItemLabelInput {
1060
- display: flex;
1061
- align-items: center;
1062
- gap: 8px;
1063
- }
1064
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel .Dropdown-module__dropdownItemLabelInput .Dropdown-module__countryName {
1065
- overflow: hidden;
1066
- color: #131314;
1067
- font-feature-settings: "liga" off, "clig" off;
1068
- text-overflow: ellipsis;
1069
- font-family: "Inter-Regular";
1070
- font-size: 14px;
1071
- font-style: normal;
1072
- font-weight: 400;
1073
- line-height: 24px; /* 171.429% */
1074
- letter-spacing: 0.1px;
1075
- }
1076
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel .Dropdown-module__dropdownItemLabelInput .Dropdown-module__countryDialCode {
1077
- overflow: hidden;
1078
- color: #646569;
1079
- font-feature-settings: "liga" off, "clig" off;
1080
- text-overflow: ellipsis;
1081
- font-family: "Inter-Regular";
1082
- font-size: 14px;
1083
- font-style: normal;
1084
- font-weight: 400;
1085
- line-height: 24px; /* 171.429% */
1086
- letter-spacing: 0.1px;
1087
- }
1088
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel p:first-of-type:not(.Dropdown-module__selectAll) {
1089
- width: 100%;
1090
- }
1091
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel p:first-of-type {
1092
- overflow: hidden;
1093
- text-overflow: ellipsis;
1094
- white-space: nowrap;
1095
- color: #131314;
1096
- font-family: "Inter-Regular";
1097
- font-size: 14px;
1098
- font-style: normal;
1099
- font-weight: 400;
1100
- line-height: 24px; /* 171.429% */
1101
- letter-spacing: 0.1px;
1102
- }
1103
- .Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel p:last-of-type {
1104
- overflow: hidden;
1105
- color: #131314;
1106
- font-family: "Inter-Regular";
1107
- font-size: 14px;
1108
- font-style: normal;
1109
- font-weight: 400;
1110
- line-height: 24px; /* 171.429% */
1111
- letter-spacing: 0.1px;
1112
- }@font-face {
1113
- font-family: "Inter-Regular";
1114
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
1115
- }
1116
- @font-face {
1117
- font-family: "Inter-SemiBold";
1118
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
1119
- }
1120
- @font-face {
1121
- font-family: "Inter-Medium";
1122
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
1123
- }
1124
- .Radio-module__radioWrapper {
1125
- width: 24px;
1126
- height: 24px;
1127
- border-radius: 50%;
1128
- overflow: hidden;
1129
- position: relative;
1130
- cursor: pointer;
1131
- transition: 0.2s;
1132
- }@font-face {
1133
- font-family: "Inter-Regular";
1134
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
1135
- }
1136
- @font-face {
1137
- font-family: "Inter-SemiBold";
1138
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
1139
- }
1140
- @font-face {
1141
- font-family: "Inter-Medium";
1142
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
1143
- }
1144
- .Tooltip-module__tooltipContainer {
1145
- position: relative;
1146
- }
1147
- .Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent {
1148
- border-radius: 0.5rem;
1149
- background: #181d27;
1150
- padding: 0.75rem;
1151
- max-width: 200px;
1152
- min-width: 118px;
1153
- position: absolute;
1154
- z-index: 99999;
1155
- word-break: break-word;
1156
- /* Absolute positioning */
1157
- /* CSS border triangles */
1158
- /* Absolute positioning */
1159
- /* CSS border triangles */
1160
- /* Absolute positioning */
1161
- /* CSS border triangles */
1162
- /* Absolute positioning */
1163
- /* CSS border triangles */
1164
- }
1165
- .Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__withoutPointer::before {
1166
- all: initial;
1167
- }
1168
- .Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent::before {
1169
- content: " ";
1170
- left: 50%;
1171
- border: solid transparent;
1172
- height: 0;
1173
- width: 0;
1174
- position: absolute;
1175
- pointer-events: none;
1176
- border-width: 6px;
1177
- margin-left: -6px;
1178
- }
1179
- .Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__top::before {
1180
- top: 100%;
1181
- border-top-color: #181d27;
1182
- left: var(--pointer-position);
1183
- }
1184
- .Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__right::before {
1185
- left: -6px;
1186
- top: 50%;
1187
- transform: translateX(0) translateY(-50%);
1188
- border-right-color: #181d27;
1189
- }
1190
- .Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__bottom::before {
1191
- bottom: 100%;
1192
- left: var(--pointer-position);
1193
- border-bottom-color: #181d27;
1194
- }
1195
- .Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__left::before {
1196
- left: auto;
1197
- right: -12px;
1198
- top: 50%;
1199
- transform: translateX(0) translateY(-50%);
1200
- border-left-color: #181d27;
1201
- }
1202
- .Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent .Tooltip-module__tooltipTitle {
1203
- width: 100%;
1204
- word-break: break-word;
1205
- color: #fff;
1206
- font-family: "Inter-Regular", sans-serif;
1207
- font-size: 0.75rem;
1208
- font-style: normal;
1209
- font-weight: 600;
1210
- line-height: 1.125rem; /* 150% */
1211
- }
1212
- .Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent .Tooltip-module__tooltipText {
1213
- width: 100%;
1214
- word-break: break-word;
1215
- color: rgba(255, 255, 255, 0.9);
1216
- font-family: "Inter-Regular", sans-serif;
1217
- font-size: 0.75rem;
1218
- font-style: normal;
1219
- font-weight: 500;
1220
- line-height: 1.125rem; /* 150% */
1221
- }
1222
-
1223
- .Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent {
1224
- background: #ffffff;
1225
- }
1226
- .Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__top::before {
1227
- border-top-color: #ffffff;
1228
- left: var(--pointer-position);
1229
- }
1230
- .Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__right::before {
1231
- border-right-color: #ffffff;
1232
- }
1233
- .Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__bottom::before {
1234
- border-bottom-color: #ffffff;
1235
- }
1236
- .Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__left::before {
1237
- border-left-color: #ffffff;
1238
- }
1239
- .Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent .Tooltip-module__tooltipTitle {
1240
- color: #0c0e12;
1241
- }
1242
- .Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent .Tooltip-module__tooltipText {
1243
- color: rgba(12, 14, 18, 0.9);
1244
- }@font-face {
1245
- font-family: "Inter-Regular";
1246
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
1247
- }
1248
- @font-face {
1249
- font-family: "Inter-SemiBold";
1250
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
1251
- }
1252
- @font-face {
1253
- font-family: "Inter-Medium";
1254
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
1255
- }
1256
- .Popup-module__modalOverlay {
1257
- width: 100vw;
1258
- height: 100vh;
1259
- display: grid;
1260
- place-items: center;
1261
- position: fixed;
1262
- top: 0;
1263
- left: 0;
1264
- z-index: 250;
1265
- background: rgba(10, 13, 18, 0.7);
1266
- }
1267
- .Popup-module__modalOverlay ::-webkit-scrollbar {
1268
- width: 0;
1269
- }
1270
- .Popup-module__modalOverlay ::-webkit-scrollbar-track {
1271
- -webkit-box-shadow: none;
1272
- }
1273
- .Popup-module__modalOverlay ::-webkit-scrollbar-thumb {
1274
- background-color: none;
1275
- outline: 0;
1276
- }
1277
- .Popup-module__modalOverlay.Popup-module__popupDrawerMode {
1278
- overflow: hidden;
1279
- place-items: end;
1280
- }
1281
- .Popup-module__modalOverlay.Popup-module__popupDrawerMode .Popup-module__popupContainer {
1282
- min-height: unset;
1283
- max-height: unset;
1284
- min-width: 17.5rem;
1285
- height: 100vh;
1286
- animation: Popup-module__EnterFromLeft 0.3s forwards;
1287
- }
1288
- @keyframes Popup-module__EnterFromLeft {
1289
- from {
1290
- left: 100%;
1
+ (function(){"use strict";try{if(typeof document<"u"){var o=document.createElement("style");o.appendChild(document.createTextNode(`button.MainButton-module__mainButton{width:100%;display:flex;padding:8px;justify-content:center;align-items:center;border-radius:6px;min-width:100px;outline:none;border:none;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}button.MainButton-module__mainButton.MainButton-module__sm{height:32px}button.MainButton-module__mainButton.MainButton-module__md{height:36px}button.MainButton-module__mainButton.MainButton-module__lg{height:40px}button.MainButton-module__mainButton .MainButton-module__mainButtonContent{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}button.MainButton-module__mainButton .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{overflow:hidden;text-overflow:ellipsis;font-family:Inter-Regular,sans-serif;font-size:14px;font-style:normal;font-weight:450;line-height:24px;letter-spacing:.1px}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__neutral{background:#0058ff}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__neutral.MainButton-module__loading{cursor:no-drop}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__neutral:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading){background:#004fe5!important}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__neutral.MainButton-module__disabled{background:#95969c;cursor:not-allowed}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__neutral.MainButton-module__focused{outline:2px solid #dee9fc;outline-offset:0px;background:#0058ff}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__neutral .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#fff}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__positive{background:#328707}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__positive.MainButton-module__loading{cursor:no-drop}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__positive:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading){background:#266905!important}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__positive.MainButton-module__disabled{background:#95969c;cursor:not-allowed}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__positive.MainButton-module__focused{outline:2px solid #c3ebb0;outline-offset:0px;background:#328707}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__positive .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#fff}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__negative{background:#e3292f}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__negative.MainButton-module__loading{cursor:no-drop}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__negative:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading){background:#db1d23!important}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__negative.MainButton-module__disabled{background:#95969c;cursor:not-allowed}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__negative.MainButton-module__focused{outline:2px solid #fcdcdc;outline-offset:0px;background:#e3292f}button.MainButton-module__mainButton.MainButton-module__primary.MainButton-module__negative .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#fff}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral{background:#ecf3ff}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral.MainButton-module__loading{cursor:no-drop}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading){background:#dee9fc!important}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral.MainButton-module__disabled{background:#f2f2f2;cursor:not-allowed}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral.MainButton-module__disabled .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#7a7b80}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral.MainButton-module__focused{outline-offset:0px;background:#ecf3ff;box-shadow:0 0 0 2px #0058ff}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__neutral .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#0058ff}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__positive{background:#effce8}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__positive.MainButton-module__loading{cursor:no-drop}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__positive:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading){background:#e0fad2!important}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__positive.MainButton-module__disabled{background:#95969c;cursor:not-allowed}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__positive.MainButton-module__focused{outline:2px solid #60bf30;outline-offset:0px;background:#effce8}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__positive .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#328707}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__negative{background:#fff2f2}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__negative.MainButton-module__loading{cursor:no-drop}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__negative:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading){background:#fcdcdc!important}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__negative.MainButton-module__disabled{background:#95969c;cursor:not-allowed}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__negative.MainButton-module__focused{outline:2px solid #ff5757;outline-offset:0px;background:#fff2f2}button.MainButton-module__mainButton.MainButton-module__secondary.MainButton-module__negative .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#db1d23}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral{background:#f2f2f2}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral.MainButton-module__loading{cursor:no-drop}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading){background:#e6e6e6!important}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral.MainButton-module__disabled{background:#f2f2f2;cursor:not-allowed}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral.MainButton-module__disabled .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#7a7b80}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral.MainButton-module__focused{outline:2px solid #c1c2c7;outline-offset:0px;background:#f2f2f2}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__neutral .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#131314}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive{background:#fff}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive.MainButton-module__loading{cursor:no-drop}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading){background:#effce8!important}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive.MainButton-module__disabled{background:#fff;cursor:not-allowed}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive.MainButton-module__disabled .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#7a7b80}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive.MainButton-module__focused{outline:2px solid #91e766;outline-offset:0px;background:#fff}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__positive .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#328707}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative{background:#fff}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative.MainButton-module__loading{cursor:no-drop}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading){background:#fff2f2!important}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative.MainButton-module__disabled{background:#fff;cursor:not-allowed}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative.MainButton-module__disabled .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#7a7b80}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative.MainButton-module__focused{outline:2px solid #fcdcdc;outline-offset:0px;background:#fff}button.MainButton-module__mainButton.MainButton-module__tertiary.MainButton-module__negative .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#e3292f}button.MainButton-module__mainButton.MainButton-module__tertiaryV2{background:#fff}button.MainButton-module__mainButton.MainButton-module__tertiaryV2.MainButton-module__loading{cursor:no-drop}button.MainButton-module__mainButton.MainButton-module__tertiaryV2:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading){background:#ecf3ff!important}button.MainButton-module__mainButton.MainButton-module__tertiaryV2.MainButton-module__disabled{background:#f2f2f2;cursor:not-allowed}button.MainButton-module__mainButton.MainButton-module__tertiaryV2.MainButton-module__disabled .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#7a7b80}button.MainButton-module__mainButton.MainButton-module__tertiaryV2.MainButton-module__focused{outline:2px solid #dee9fc;outline-offset:0px;background:#fff}button.MainButton-module__mainButton.MainButton-module__tertiaryV2 .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#0058ff}button.MainButton-module__mainButton.MainButton-module__tertiaryV3{border:1px solid #e6e6e6;background:#fff}button.MainButton-module__mainButton.MainButton-module__tertiaryV3.MainButton-module__loading{cursor:no-drop}button.MainButton-module__mainButton.MainButton-module__tertiaryV3:hover:not(.MainButton-module__disabled):not(.MainButton-module__loading){border-color:#c1c2c7!important}button.MainButton-module__mainButton.MainButton-module__tertiaryV3.MainButton-module__disabled{background:#fff;border:1px solid #e6e6e6;cursor:not-allowed}button.MainButton-module__mainButton.MainButton-module__tertiaryV3.MainButton-module__disabled .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#7a7b80}button.MainButton-module__mainButton.MainButton-module__tertiaryV3.MainButton-module__focused{border:1px solid transparent;outline:2px solid #dee9fc;outline-offset:0px;background:#fff}button.MainButton-module__mainButton.MainButton-module__tertiaryV3 .MainButton-module__mainButtonContent .MainButton-module__mainButtonLabel{color:#0058ff}.FormInput-module__inputWrapper{width:100%;display:flex;flex-direction:column;gap:10px}.FormInput-module__inputWrapper.FormInput-module__sm .FormInput-module__formInputWrapper{height:36px}.FormInput-module__inputWrapper.FormInput-module__md .FormInput-module__formInputWrapper{height:40px}.FormInput-module__inputWrapper.FormInput-module__disabled .FormInput-module__formInputLabel{width:100%;overflow:hidden;color:#95969c;text-overflow:ellipsis;font-family:Inter-Medium;font-size:12px;font-style:normal;font-weight:450;line-height:16px;letter-spacing:.1px}.FormInput-module__inputWrapper.FormInput-module__disabled .FormInput-module__formInput{width:100%;overflow:hidden;color:#7a7b80;text-overflow:ellipsis;font-family:Inter-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.FormInput-module__inputWrapper.FormInput-module__disabled .FormInput-module__formInputHelperText{width:100%;overflow:hidden;color:#95969c;text-overflow:ellipsis;font-family:Inter-Medium;font-size:12px;font-style:normal;font-weight:450;line-height:16px;letter-spacing:.1px}.FormInput-module__inputWrapper.FormInput-module__disabled .FormInput-module__formInputWrapper{border-radius:6px;border:1px solid #e6e6e6;background:#fafafa}.FormInput-module__inputWrapper.FormInput-module__disabled .FormInput-module__formInputWrapper .FormInput-module__formInput{width:100%;overflow:hidden;color:#7a7b80;text-overflow:ellipsis;font-family:Inter-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px;cursor:not-allowed}.FormInput-module__inputWrapper.FormInput-module__disabled .FormInput-module__formInputWrapper .FormInput-module__formInput::placeholder{width:100%;overflow:hidden;color:#7a7b80;text-overflow:ellipsis;font-family:Inter-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.FormInput-module__inputWrapper .FormInput-module__formInputLabelWrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.FormInput-module__inputWrapper .FormInput-module__formInputLabelWrapper .FormInput-module__formInputLabel{width:100%;overflow:hidden;color:#131314;font-family:Inter-Medium;font-size:12px;font-style:normal;font-weight:450;line-height:16px;letter-spacing:.1px}.FormInput-module__inputWrapper .FormInput-module__formInputLabelWrapper .FormInput-module__formInputLabel .FormInput-module__formInputRequired{overflow:hidden;color:#e3292f;text-overflow:ellipsis;font-family:Inter-Medium;font-size:12px;font-style:normal;font-weight:450;line-height:16px;letter-spacing:.1px}.FormInput-module__inputWrapper .FormInput-module__formInputLabelWrapper .FormInput-module__formInputHelperSlot{display:flex;align-items:center;justify-content:center}.FormInput-module__inputWrapper .FormInput-module__formInputWrapper{width:100%;display:flex;align-items:center;gap:8px;padding:8px;border-radius:6px;border:1px solid #e6e6e6;background:#fff}.FormInput-module__inputWrapper .FormInput-module__formInputWrapper.FormInput-module__errorState{border-radius:6px;background:#fff;outline:1px solid #f63e45;outline-offset:-1px;box-shadow:none}.FormInput-module__inputWrapper .FormInput-module__formInputWrapper.FormInput-module__focused{border-radius:6px;background:#fff;outline:2px solid #0058ff;outline-offset:-2px;box-shadow:none}.FormInput-module__inputWrapper .FormInput-module__formInputWrapper.FormInput-module__active{border-radius:6px;background:#fff;outline:1.5px solid #0058ff;outline-offset:-1.5px;box-shadow:0 0 0 2px #dee9fc}.FormInput-module__inputWrapper .FormInput-module__formInputWrapper.FormInput-module__errorFocused{border-radius:6px;background:#fff;outline:2px solid #f63e45;outline-offset:-2px;box-shadow:none}.FormInput-module__inputWrapper .FormInput-module__formInputWrapper.FormInput-module__errorActive{border-radius:6px;background:#fff;outline:1.5px solid #f63e45;outline-offset:-1.5px;box-shadow:0 0 0 2px #fcdcdd}.FormInput-module__inputWrapper .FormInput-module__formInputWrapper input.FormInput-module__formInput{border:none;outline:none;background-color:transparent;caret-color:#0058ff;width:100%;overflow:hidden;color:#131314;text-overflow:ellipsis;font-family:Inter-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.FormInput-module__inputWrapper .FormInput-module__formInputWrapper input.FormInput-module__formInput::placeholder{width:100%;overflow:hidden;color:#646569;text-overflow:ellipsis;font-family:Inter-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.FormInput-module__inputWrapper .FormInput-module__formInputWrapper .FormInput-module__formInputSlot{display:grid;place-items:center}.FormInput-module__inputWrapper .FormInput-module__formInputHelperText{width:100%;overflow:hidden;color:#131314;text-overflow:ellipsis;font-family:Inter-Medium;font-size:12px;font-style:normal;font-weight:450;line-height:16px;letter-spacing:.1px}.FormInput-module__inputWrapper .FormInput-module__formInputHelperText.FormInput-module__errorHelperText{width:100%;overflow:hidden;text-overflow:ellipsis;font-family:Inter-Medium;font-size:12px;font-style:normal;font-weight:450;line-height:16px;letter-spacing:.1px;color:#e3292f}.FormInput-module__inputWrapper .FormInput-module__formInputHelperText.FormInput-module__successHelperText{width:100%;overflow:hidden;text-overflow:ellipsis;font-family:Inter-Medium;font-size:12px;font-style:normal;font-weight:450;line-height:16px;letter-spacing:.1px;color:#328707}.Textarea-module__textareaContainer{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.375rem;flex-shrink:0}.Textarea-module__textareaContainer .Textarea-module__textAreaLabel{justify-content:space-between;display:flex;align-items:center;gap:.125rem;width:100%}.Textarea-module__textareaContainer .Textarea-module__textAreaLabel p{width:100%;overflow:hidden;color:#131314;font-family:Inter-Medium;font-size:12px;font-style:normal;font-weight:450;line-height:16px;letter-spacing:.1px}.Textarea-module__textareaContainer .Textarea-module__textAreaLabel .Textarea-module__required{color:#d92d20;font-size:.875rem;font-family:Inter-Regular,sans-serif;font-style:normal;font-weight:500;line-height:1.25rem}.Textarea-module__textareaContainer .Textarea-module__wrap{display:inline-block;width:100%;position:relative}.Textarea-module__textareaContainer .Textarea-module__wrap.Textarea-module__resize textarea{resize:both}.Textarea-module__textareaContainer .Textarea-module__wrap.Textarea-module__resize:after{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cpath%20d='M10%202L2%2010'%20stroke='%23D5D7DA'%20stroke-linecap='round'/%3e%3cpath%20d='M11%207L7%2011'%20stroke='%23D5D7DA'%20stroke-linecap='round'/%3e%3c/svg%3e");width:.9375rem;background:transparent;position:absolute;right:.125rem;bottom:.3125rem;pointer-events:none;border-radius:25%}.Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textareaIconClose{position:absolute;right:8px;top:8px;cursor:pointer}.Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea{border-radius:6px;border:1px solid #c1c2c7;background:#fff;padding:8px 12px;resize:none;width:100%;overflow:hidden;color:#131314;text-overflow:ellipsis;font-family:Inter-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea::-webkit-resizer{display:none}.Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea::-webkit-scrollbar{width:0}.Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea::-webkit-scrollbar-track{-webkit-box-shadow:none}.Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea::-webkit-scrollbar-thumb{background-color:none;outline:0}.Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea.Textarea-module__errorState{border-radius:6px;background:#fff;outline:1px solid #f63e45;outline-offset:-1px;box-shadow:none}.Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea.Textarea-module__focused{border-radius:6px;background:#fff;outline:2px solid #0058ff;outline-offset:-2px;box-shadow:none}.Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea.Textarea-module__active{border-radius:6px;background:#fff;outline:1.5px solid #0058ff;outline-offset:-1.5px;box-shadow:0 0 0 2px #dee9fc}.Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea.Textarea-module__errorFocused{border-radius:6px;background:#fff;outline:2px solid #f63e45;outline-offset:-2px;box-shadow:none}.Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea.Textarea-module__errorActive{border-radius:6px;background:#fff;outline:1.5px solid #f63e45;outline-offset:-1.5px;box-shadow:0 0 0 2px #fcdcdd}.Textarea-module__textareaContainer .Textarea-module__wrap .Textarea-module__textarea::placeholder{width:100%;overflow:hidden;color:#646569;text-overflow:ellipsis;font-family:Inter-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.Textarea-module__textareaContainer .Textarea-module__textareaFooter{width:100%;display:flex;justify-content:flex-end;align-items:center}.Textarea-module__textareaContainer .Textarea-module__textareaFooter p{color:#131314;text-align:right;font-family:Inter-Medium,sans-serif;font-size:12px;font-style:normal;font-weight:450;line-height:16px;letter-spacing:.1px}.Toggle-module__toggleWrapper{position:relative;overflow:hidden;border-radius:13.333px;background:#c1c2c7;padding:4px;cursor:pointer}.Toggle-module__toggleWrapper.Toggle-module__checked{background:#0058ff}.Toggle-module__toggleWrapper.Toggle-module__error{background:#e3292f}.Toggle-module__toggleWrapper.Toggle-module__disabled{background:#d4d5d6;cursor:not-allowed}.Toggle-module__toggleWrapper.Toggle-module__disabled.Toggle-module__checked{background:#95969c}.Toggle-module__toggleWrapper.Toggle-module__sm{width:24px;height:16px}.Toggle-module__toggleWrapper.Toggle-module__sm.Toggle-module__checked .Toggle-module__toggleState{left:calc(100% - 12px)}.Toggle-module__toggleWrapper.Toggle-module__sm .Toggle-module__toggleState{width:8px;height:8px}.Toggle-module__toggleWrapper.Toggle-module__md{width:32px;height:20px}.Toggle-module__toggleWrapper.Toggle-module__md.Toggle-module__checked .Toggle-module__toggleState{left:calc(100% - 16px)}.Toggle-module__toggleWrapper.Toggle-module__md .Toggle-module__toggleState{width:12px;height:12px}.Toggle-module__toggleWrapper.Toggle-module__lg{width:40px;height:24px}.Toggle-module__toggleWrapper.Toggle-module__lg .Toggle-module__toggleState{width:16px;height:16px}.Toggle-module__toggleWrapper.Toggle-module__lg.Toggle-module__checked .Toggle-module__toggleState{left:calc(100% - 20px)}.Toggle-module__toggleWrapper .Toggle-module__toggleState{border-radius:8px;background:#fff;position:absolute;top:50%;left:4px;transform:translateY(-50%);transition:.2s all}.Checkbox-module__checkboxWrapper{overflow:hidden;border:2px solid #c1c2c7;background:#fff;position:relative;padding:5px 4px;border-radius:3px;cursor:pointer;transition:.2;display:grid;place-items:center;width:18px;height:18px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.Checkbox-module__checkboxWrapper .Checkbox-module__checkMark{display:grid;place-items:center}.Checkbox-module__checkboxWrapper .Checkbox-module__checkMark svg{width:.625rem;user-select:none;pointer-events:none}.Checkbox-module__checkboxWrapper.Checkbox-module__error{border-color:#e3292f}.Checkbox-module__checkboxWrapper.Checkbox-module__error.Checkbox-module__checked{background:#e3292f;border:none}.Checkbox-module__checkboxWrapper.Checkbox-module__checked{background:#0058ff;border:none}.Checkbox-module__checkboxWrapper.Checkbox-module__checked.Checkbox-module__disabled{background:#95969c}.Checkbox-module__checkboxWrapper.Checkbox-module__disabled{cursor:not-allowed;border-color:#c1c2c7!important}.Checkbox-module__Namespace_Hr.Checkbox-module__checkboxWrapper.Checkbox-module__checked{background:#32b45f;border:.0625rem solid #32b45f}.Checkbox-module__Namespace_Hr.Checkbox-module__checkboxWrapper.Checkbox-module__checked:hover{background:#24994d;border:.0625rem solid #24994d}.Checkbox-module__dark{background:#373a41;border:unset}.Checkbox-module__dark.Checkbox-module__checked{background:#0158ff;border:.0625rem solid #0158ff}.Checkbox-module__dark.Checkbox-module__checked.Checkbox-module__disabled svg path{stroke:#d5d7da}.Checkbox-module__dark.Checkbox-module__disabled{background:#8d8d8d!important;border:.0625rem solid #373a41!important}.Dropdown-module__dropdownWrapper{user-select:none;width:100%}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper{width:100%;cursor:pointer}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownInputSlot{display:flex;align-items:center;gap:2px;border-right:1px solid #e6e6e6}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownInputSlot p{overflow:hidden;color:#717680;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter-Regular;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownInputSlot img{width:30px;height:30px;object-fit:contain}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownInputSlot .Dropdown-module__dropdownRightIconArrow{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease-in-out;width:29px;height:24px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownInputSlot .Dropdown-module__dropdownRightIconArrow.Dropdown-module__focused{transform:rotate(180deg)}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper ul.Dropdown-module__dropdownInputSlot{overflow:hidden;width:100%;display:flex;align-items:center;gap:6px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper ul.Dropdown-module__dropdownInputSlot li.Dropdown-module__dropdownInputSlotItem{border-radius:999px;background:#f2f2f2;min-width:80px;max-width:100px;display:flex;align-items:center;gap:6px;padding:6px 12px;cursor:default}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper ul.Dropdown-module__dropdownInputSlot li.Dropdown-module__dropdownInputSlotItem .Dropdown-module__dropdownInputSlotItemLabel{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#131314;font-family:Inter-Regular;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.1px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper ul.Dropdown-module__dropdownInputSlot li.Dropdown-module__dropdownInputSlotItem .Dropdown-module__dropdownInputSlotItemClose{display:flex;justify-content:center;align-items:center;cursor:pointer}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper ul.Dropdown-module__dropdownInputSlot li.Dropdown-module__dropdownInputSlotItem.Dropdown-module__dropdownInputSlotItemMore{justify-content:center;min-width:44px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownRightIcon{display:flex;align-items:center;gap:8px;margin:8px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownRightIcon .Dropdown-module__dropdownRightIconClose{display:flex;align-items:center;justify-content:center;cursor:pointer}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownRightIcon .Dropdown-module__dropdownRightIconArrow{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease-in-out}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownInputWrapper .Dropdown-module__dropdownRightIcon.Dropdown-module__focused .Dropdown-module__dropdownRightIconArrow{transform:rotate(180deg)}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer{width:100%;padding:8px;border-radius:12px;border:1px solid #e6e6e6;background:#fff;box-shadow:0 2px 4px #1313140a;display:flex;flex-direction:column;gap:8px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList{width:100%;max-height:320px;overflow-y:auto;display:flex;flex-direction:column;align-items:flex-start;gap:2px;align-self:stretch}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem{width:100%;border-radius:4px;background:#fff;display:flex;padding:6px 16px 6px 6px;align-items:center;gap:8px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem.Dropdown-module__selected{width:100%;border-radius:4px;background:#ecf3ff}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem.Dropdown-module__selected .Dropdown-module__dropdownItemLabel{width:100%}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem.Dropdown-module__selected .Dropdown-module__dropdownItemLabel p{width:100%;overflow:hidden;color:#0058ff!important;text-overflow:ellipsis;font-family:Inter-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem.Dropdown-module__hovered{cursor:pointer}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem.Dropdown-module__hovered:hover{background:#f2f2f2}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem.Dropdown-module__disabled p:first-of-type{color:#95969c!important}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__itemCheckbox{display:flex;justify-content:center;align-items:center}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel{width:calc(100% - 20px);display:flex;align-items:center;justify-content:space-between}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel .Dropdown-module__dropdownItemLabelInput{display:flex;align-items:center;gap:8px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel .Dropdown-module__dropdownItemLabelInput .Dropdown-module__countryName{overflow:hidden;color:#131314;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel .Dropdown-module__dropdownItemLabelInput .Dropdown-module__countryDialCode{overflow:hidden;color:#646569;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel p:first-of-type:not(.Dropdown-module__selectAll){width:100%}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel p:first-of-type{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#131314;font-family:Inter-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.Dropdown-module__dropdownWrapper .Dropdown-module__dropdownListContainer ul.Dropdown-module__dropdownList li.Dropdown-module__dropdownItem .Dropdown-module__dropdownItemLabel p:last-of-type{overflow:hidden;color:#131314;font-family:Inter-Regular;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.Radio-module__radioWrapper{width:24px;height:24px;border-radius:50%;overflow:hidden;position:relative;cursor:pointer;transition:.2s}.Tooltip-module__tooltipContainer{position:relative}.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent{border-radius:.5rem;background:#181d27;padding:.75rem;max-width:200px;min-width:118px;position:absolute;z-index:99999;word-break:break-word}.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__withoutPointer:before{all:initial}.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent:before{content:" ";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;border-width:6px;margin-left:-6px}.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__top:before{top:100%;border-top-color:#181d27;left:var(--pointer-position)}.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__right:before{left:-6px;top:50%;transform:translate(0) translateY(-50%);border-right-color:#181d27}.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__bottom:before{bottom:100%;left:var(--pointer-position);border-bottom-color:#181d27}.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__left:before{left:auto;right:-12px;top:50%;transform:translate(0) translateY(-50%);border-left-color:#181d27}.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent .Tooltip-module__tooltipTitle{width:100%;word-break:break-word;color:#fff;font-family:Inter-Regular,sans-serif;font-size:.75rem;font-style:normal;font-weight:600;line-height:1.125rem}.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent .Tooltip-module__tooltipText{width:100%;word-break:break-word;color:#ffffffe6;font-family:Inter-Regular,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:1.125rem}.Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent{background:#fff}.Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__top:before{border-top-color:#fff;left:var(--pointer-position)}.Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__right:before{border-right-color:#fff}.Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__bottom:before{border-bottom-color:#fff}.Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent.Tooltip-module__left:before{border-left-color:#fff}.Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent .Tooltip-module__tooltipTitle{color:#0c0e12}.Tooltip-module__dark.Tooltip-module__tooltipContainer .Tooltip-module__tooltipContent .Tooltip-module__tooltipText{color:#0c0e12e6}.Popup-module__modalOverlay{width:100vw;height:100vh;display:grid;place-items:center;position:fixed;top:0;left:0;z-index:250;background:#0a0d12b3}.Popup-module__modalOverlay ::-webkit-scrollbar{width:0}.Popup-module__modalOverlay ::-webkit-scrollbar-track{-webkit-box-shadow:none}.Popup-module__modalOverlay ::-webkit-scrollbar-thumb{background-color:none;outline:0}.Popup-module__modalOverlay.Popup-module__popupDrawerMode{overflow:hidden;place-items:end}.Popup-module__modalOverlay.Popup-module__popupDrawerMode .Popup-module__popupContainer{min-height:unset;max-height:unset;min-width:17.5rem;height:100vh;animation:Popup-module__EnterFromLeft .3s forwards}@keyframes Popup-module__EnterFromLeft{0%{left:100%}to{left:0}}.Popup-module__modalOverlay .Popup-module__popupContainer{padding:1.5rem;min-height:13.75rem;max-height:calc(100vh - 5.625rem);position:relative;transition:.2s;z-index:280;border-radius:.75rem;background:#fff;box-shadow:0 1.25rem 1.5rem -.25rem #0a0d1214,0 .5rem .5rem -.25rem #0a0d1208,0 .1875rem .1875rem -.0938rem #0a0d120a;animation:Popup-module__fadeIn .3s forwards}@keyframes Popup-module__fadeIn{0%{opacity:0}to{opacity:1}}.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__closeButton{display:grid;place-items:center;cursor:pointer;position:absolute;top:1.25rem;right:1.5rem;z-index:14}.Popup-module__modalOverlay .Popup-module__popupContainer.Popup-module__withOptions{width:25rem}.Popup-module__modalOverlay .Popup-module__popupContainer.Popup-module__withOptions.Popup-module__horizontal{width:34rem}.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader{width:100%;position:sticky;top:0;background:#fff;z-index:1}.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__popupTitle{margin-top:1rem}.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__popupTitle h2{color:#181d27;font-size:1.125rem;font-style:normal;font-weight:600;font-family:Inter-Regular,sans-serif;line-height:1.75rem}.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__popupDescription{margin-top:.25rem}.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__popupDescription p{color:#535862;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;font-family:Inter-Regular,sans-serif}.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__typeIcon{display:flex;align-items:center;justify-content:space-between}.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__typeIcon .Popup-module__icon{display:grid;place-items:center;width:3rem;height:3rem;border-radius:624.9375rem}.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__templateWrapper{width:100%;position:relative}.Popup-module__dark.Popup-module__modalOverlay{background:#22262f75}.Popup-module__dark.Popup-module__modalOverlay .Popup-module__popupContainer{background:#0c0e12;box-shadow:0 1.25rem 1.5rem -.25rem #0a0d1214,0 .5rem .5rem -.25rem #0a0d1208,0 .1875rem .1875rem -.0938rem #0a0d120a}.Popup-module__dark.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader{background:#0c0e12}.Popup-module__dark.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__popupTitle h2{color:#f7f7f7}.Popup-module__dark.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__popupDescription p{color:#94979c}.NotificationToast-module__toastContainer{display:flex;flex-direction:column;gap:10px;position:fixed;z-index:9999999;width:328px}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast{padding:8px;border-radius:8px;width:100%}@keyframes NotificationToast-module__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes NotificationToast-module__fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__fadeIn{animation:NotificationToast-module__fadeIn .3s ease-out}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__fadeOut{animation:NotificationToast-module__fadeOut .3s ease-in forwards}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__neutral{background:#131314}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__neutral.NotificationToast-module__filled{border:1px solid #222224;background:#f2f2f2}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__neutral.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextTitle,.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__neutral.NotificationToast-module__filled .NotificationToast-module__notificationToastContentRightUndoText,.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__neutral.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextDescription{color:#131314!important}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__info{background:#0058ff}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__info.NotificationToast-module__filled{border:1px solid #0058ff;background:#ecf3ff}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__info.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextTitle,.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__info.NotificationToast-module__filled .NotificationToast-module__notificationToastContentRightUndoText,.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__info.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextDescription{color:#0058ff!important}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__error{background:#e3292f}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__error.NotificationToast-module__filled{border:1px solid #f63e45;background:#fff2f2}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__error.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextTitle,.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__error.NotificationToast-module__filled .NotificationToast-module__notificationToastContentRightUndoText,.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__error.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextDescription{color:#e3292f!important}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__success{background:#328707}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__success.NotificationToast-module__filled{border:1px solid #399c08;background:#effce8}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__success.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextTitle,.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__success.NotificationToast-module__filled .NotificationToast-module__notificationToastContentRightUndoText,.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__success.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextDescription{color:#328707!important}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent{width:100%;display:flex;align-items:center;justify-content:space-between}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentLeft{width:100%;display:flex;align-items:center;gap:8px}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentLeft .NotificationToast-module__notificationToastContentInfoIcon{display:flex;align-items:center;justify-content:center}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentLeft .NotificationToast-module__notificationToastContentLeftText{width:100%;display:flex;flex-direction:column;gap:10px}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentLeft .NotificationToast-module__notificationToastContentLeftText .NotificationToast-module__notificationToastContentLeftTextTitle{width:100%;overflow:hidden;color:#fff;text-overflow:ellipsis;font-family:Inter-Medium,sans-serif;font-size:14px;font-style:normal;font-weight:450;letter-spacing:.1px}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentLeft .NotificationToast-module__notificationToastContentLeftText .NotificationToast-module__notificationToastContentLeftTextDescription{width:100%;color:#fff;font-family:Inter-Regular,sans-serif;font-size:14px;font-style:normal;font-weight:400;letter-spacing:0px}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentRight{display:flex;align-items:center;gap:10px}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentRight *{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentRight .NotificationToast-module__notificationToastContentRightUndoText{overflow:hidden;color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter-Medium,sans-serif;font-size:14px;font-style:normal;font-weight:450;line-height:24px;letter-spacing:.1px;cursor:pointer}.NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentRight .NotificationToast-module__notificationToastContentRightClose{display:flex;align-items:center;justify-content:center;cursor:pointer;padding-left:10px;border-left:2px solid rgba(255,255,255,.25)}.TimePicker-module__timepickerWrapper{user-select:none;scroll-behavior:smooth;width:100%}.TimePicker-module__timepickerWrapper *{scrollbar-width:none}.TimePicker-module__timepickerWrapper *::-webkit-scrollbar{display:none}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerInputWrapper{width:100%}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerInputWrapper .TimePicker-module__dropdownRightIcon{display:flex;align-items:center;gap:8px;margin:8px}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerInputWrapper .TimePicker-module__dropdownRightIcon .TimePicker-module__dropdownRightIconClose{display:flex;align-items:center;justify-content:center;cursor:pointer}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerInputWrapper .TimePicker-module__dropdownRightIcon .TimePicker-module__dropdownRightIconArrow{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease-in-out}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerInputWrapper .TimePicker-module__dropdownRightIcon.TimePicker-module__focused .TimePicker-module__dropdownRightIconArrow{transform:rotate(180deg)}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper{width:218px;border-radius:12px;box-shadow:0 2px 4px #1313140a;border:1px solid #e6e6e6;background:#fff;display:flex;flex-direction:column;gap:8px}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownHeader{padding:8px 8px 0}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownHeader .TimePicker-module__timepickerDropdownHeaderButtons{width:100%;display:flex;justify-content:space-between;gap:2px;border-radius:8px;background:#f2f2f2;padding:2px}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownHeader p{padding:5px 20px;color:#646569;font-feature-settings:"liga" off,"clig" off;font-family:Inter-Regular,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px;cursor:pointer}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownHeader p.TimePicker-module__active{color:#131314;border-radius:6px;background:#fff;box-shadow:0 2px 4px #1313140a}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody{width:100%;display:flex;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody .TimePicker-module__timepickerDropdownBodyHours{width:50%;display:flex;flex-direction:column;align-items:center;height:230px;overflow-y:auto;border-right:1px solid #e6e6e6;padding:8px}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody .TimePicker-module__timepickerDropdownBodyMinutes{width:50%;display:flex;flex-direction:column;align-items:center;height:230px;overflow-y:auto;padding:8px}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody .TimePicker-module__timepickerDropdownBodyAmPm{width:50%;display:flex;flex-direction:column;align-items:center;height:230px;overflow-y:auto;border-left:1px solid #e6e6e6;padding:8px}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody p{padding:6px 10px;border-radius:4px;cursor:pointer;width:100%;color:#131314;text-align:center;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter-Regular,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody p:hover{background:#fafafa}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody p.TimePicker-module__active{background:#ecf3ff;color:#0058ff}.TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownFooter{padding:8px}.Datepicker-module__datepickerContainer{width:100%;user-select:none;scroll-behavior:smooth}.Datepicker-module__datepickerContainer::-webkit-scrollbar{display:block!important;width:0}.Datepicker-module__datepickerContainer::-webkit-scrollbar-thumb{opacity:0}.Datepicker-module__datepickerContainer .Datepicker-module__datepickerInputWrapper{width:100%;cursor:pointer}.Datepicker-module__datepickerContainer .Datepicker-module__datepickerInputWrapper .Datepicker-module__datepickerLeftIcon{display:flex;align-items:center;justify-content:center}.Datepicker-module__datepickerContainer .Datepicker-module__datepickerInputWrapper .Datepicker-module__datepickerRightIcon{display:flex;align-items:center;justify-content:center;cursor:pointer}.Calendar-module__datePicker{z-index:150;position:absolute;left:0;top:calc(100% + 8px);display:flex;border-radius:.75rem;border:1px solid #e9eaeb;background:#fff;box-shadow:0 20px 24px -4px #0a0d1214,0 8px 8px -4px #0a0d1208,0 3px 3px -1.5px #0a0d120a;width:279px}.Calendar-module__datePicker.Calendar-module__dualCalendar,.Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick{padding:1rem}.Calendar-module__datePicker.Calendar-module__dualCalendar .Calendar-module__border,.Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick .Calendar-module__border{width:.0625rem;background-color:#e9eaeb;margin:0 8px}.Calendar-module__datePicker.Calendar-module__dualCalendar .Calendar-module__calendarWrapper,.Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick .Calendar-module__calendarWrapper{width:100%;display:flex;flex-direction:row;justify-content:space-between}.Calendar-module__datePicker.Calendar-module__dualCalendar .Calendar-module__quickPick,.Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick .Calendar-module__quickPick{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;min-width:160px}.Calendar-module__datePicker.Calendar-module__dualCalendar .Calendar-module__quickPick li,.Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick .Calendar-module__quickPick li{width:100%;padding:8px;color:#414651;font-family:Inter-Regular,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;border-radius:.375rem}.Calendar-module__datePicker.Calendar-module__dualCalendar .Calendar-module__quickPick li:hover,.Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick .Calendar-module__quickPick li:hover{background:#fafafa;text-decoration:unset}.Calendar-module__datePicker.Calendar-module__dualCalendar{width:656px}.Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick{width:848px}.Calendar-module__datePicker .Calendar-module__datePickerHeader{width:100%;display:flex;flex-direction:column;gap:8px;padding:8px}.Calendar-module__datePicker .Calendar-module__datePickerHeader span{color:#414651;text-align:center;font-size:1rem;font-style:normal;font-weight:600;line-height:1.5rem}.Calendar-module__datePicker .Calendar-module__div{width:100%}.Calendar-module__datePicker .Calendar-module__div span{font-family:Inter-Regular,sans-serif}.Calendar-module__datePicker .Calendar-module__currentDateHeader{overflow:hidden;color:#131314;text-align:center;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter-Regular,sans-serif;font-size:14px;font-style:normal;font-weight:450;line-height:24px;letter-spacing:.1px;padding:6px 16px;border-radius:6px;border:1px solid #e6e6e6;background:#fff;cursor:pointer}.Calendar-module__datePicker .Calendar-module__left,.Calendar-module__datePicker .Calendar-module__right{display:flex;justify-content:center;align-items:center;cursor:pointer}.Calendar-module__datePicker .Calendar-module__left .Calendar-module__singleIcon,.Calendar-module__datePicker .Calendar-module__left .Calendar-module__doubleIcon,.Calendar-module__datePicker .Calendar-module__right .Calendar-module__singleIcon,.Calendar-module__datePicker .Calendar-module__right .Calendar-module__doubleIcon{display:flex;justify-content:center;align-items:center}.Calendar-module__datePicker .Calendar-module__left .Calendar-module__singleIcon:hover,.Calendar-module__datePicker .Calendar-module__left .Calendar-module__doubleIcon:hover,.Calendar-module__datePicker .Calendar-module__right .Calendar-module__singleIcon:hover,.Calendar-module__datePicker .Calendar-module__right .Calendar-module__doubleIcon:hover{opacity:.6}.Calendar-module__datePicker .Calendar-module__left .Calendar-module__doubleIcon svg:first-of-type,.Calendar-module__datePicker .Calendar-module__right .Calendar-module__doubleIcon svg:first-of-type{margin-right:-15px}.Calendar-module__datePicker .Calendar-module__left span,.Calendar-module__datePicker .Calendar-module__right span{position:relative}.Calendar-module__datePicker .Calendar-module__left span:after,.Calendar-module__datePicker .Calendar-module__right span:after{position:absolute;top:4px;inset-inline-start:4px;display:inline-block;width:7px;height:7px;border:0 solid currentcolor;border-block-start-width:1.5px;border-block-end-width:0;border-inline-start-width:1.5px;border-inline-end-width:0;color:#a4a7ae;content:""}.Calendar-module__datePicker .Calendar-module__left span:before,.Calendar-module__datePicker .Calendar-module__right span:before{position:absolute;top:0;inset-inline-start:0;display:inline-block;width:7px;height:7px;border:0 solid currentcolor;border-block-start-width:1.5px;border-block-end-width:0;border-inline-start-width:1.5px;border-inline-end-width:0;color:#a4a7ae;content:""}.Calendar-module__datePicker .Calendar-module__calendarWrapper{padding:0 8px;width:100%;display:flex;flex-direction:column;justify-content:space-between}.Calendar-module__datePicker table{border-collapse:collapse;border-spacing:0 0}.Calendar-module__datePicker table thead{border-bottom:2px solid #e6e6e6}.Calendar-module__datePicker table thead tr th{color:#7a7b80}.Calendar-module__datePicker table tbody{margin-top:12px}.Calendar-module__datePicker table .Calendar-module__spacerRow td{height:4px;border:none;padding:0}.Calendar-module__datePicker table th,.Calendar-module__datePicker table td:not(.Calendar-module__spacerRow td){text-align:center;color:#131314;font-family:Inter-Regular,sans-serif;font-size:14px;font-style:normal;font-weight:450;line-height:24px;letter-spacing:.1px;width:36px;height:36px;padding:6px;border-radius:6px;background:#fff}.Calendar-module__datePicker table td.Calendar-module__day{cursor:pointer;border-radius:6px;font-size:.875rem;line-height:1.25rem;box-sizing:border-box!important}.Calendar-module__datePicker table td.Calendar-module__day:hover{background:#fafafa}.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__today{position:relative}.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__today:before{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);background-color:#0158ff;width:5px;height:5px;border-radius:50%;z-index:1}.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__inRange{background:#f2f2f2}.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__selected,.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__startDate,.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__endDate{background-color:#0158ff;color:#fff;position:relative}.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__disabled{color:#a4a7ae;pointer-events:none;opacity:.4}.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__endDate:before{background-color:#fafafa;width:20px;height:40px;position:absolute;top:0;inset-inline-start:0;inset-inline-end:0;z-index:-1;content:""}.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__startDate:before{background-color:#fafafa;width:20px;height:40px;position:absolute;top:0;right:0;z-index:-1;content:""}.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__endDate.Calendar-module__startDate:before{content:none}.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__otherMonth{color:#95969c;font-family:Inter-Regular,sans-serif;font-size:14px;font-style:normal;font-weight:450;line-height:24px;letter-spacing:.1px}.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__otherMonth.Calendar-module__startDate,.Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__otherMonth.Calendar-module__endDate{color:#fff}.Calendar-module__datePicker ul.Calendar-module__monthsWrapper{width:100%;display:flex;flex-direction:column;gap:2px;height:257px;overflow:auto}.Calendar-module__datePicker ul.Calendar-module__monthsWrapper li.Calendar-module__month{width:100%;border-radius:4px;background:#fff;padding:6px 10px;cursor:pointer;color:#131314;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter-Regular,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.1px}.Calendar-module__datePicker ul.Calendar-module__monthsWrapper li.Calendar-module__month.Calendar-module__pickedMonth{background:#ecf3ff;color:#0158ff}.Calendar-module__datePicker .Calendar-module__buttonWrapper{margin-top:8px;padding:8px;border-top:1px solid #e6e6e6}.Skeleton-module__skeleton{background-color:#e0e0e0;border-radius:4px;position:relative;overflow:hidden;display:grid;place-items:center}.Skeleton-module__skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0);animation:Skeleton-module__shimmer 1.5s infinite}.Skeleton-module__text{height:1rem;width:100%;margin:8px 0}.Skeleton-module__avatar{height:40px;width:40px;border-radius:50%}@keyframes Skeleton-module__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.Skeleton-module__dark.Skeleton-module__skeleton{background-color:#5a5a5a}.Skeleton-module__dark.Skeleton-module__skeleton:after{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%)}.ActionDropdown-module__actionDropdownContainer{width:100%}.ActionDropdown-module__actionDropdownContainer.ActionDropdown-module__collapsed .ActionDropdown-module__actionDropdownIcon{transform:rotate(180deg)}.ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownContent{width:100%;border-radius:6px;background:#f2f2f2;display:flex;align-items:center;justify-content:space-between;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownContent .ActionDropdown-module__actionDropdownTitle{width:90%;white-space:nowrap;overflow:hidden;color:#131314;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter-Regular,sans-serif;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.1px;border-right:1px solid #ffffff;padding:8px 16px}.ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownContent .ActionDropdown-module__actionDropdownIcon{display:flex;align-items:center;justify-content:center;padding:8px;width:40px;height:40px;transition:transform .2s ease-in-out}.ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownList{width:100%;border-radius:12px;border:1px solid #e6e6e6;background:#fff;box-shadow:0 2px 4px #1313140a;height:250px;overflow:auto;padding:8px}.ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownList .ActionDropdown-module__actionDropdownItem{width:100%;border-radius:4px;background:#fff;padding:6px 10px;overflow:hidden;color:#131314;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter-Regular,sans-serif;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.1px;cursor:pointer}.ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownList .ActionDropdown-module__actionDropdownItem:hover,.ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownList .ActionDropdown-module__actionDropdownItem.ActionDropdown-module__selected{border-radius:4px;background:#f2f2f2}.InlineLoading-module__inlineLoadingWrapper{width:100%}.InlineLoading-module__inlineLoadingWrapper div{display:flex;gap:.5rem}.InlineLoading-module__inlineLoadingWrapper div.InlineLoading-module__loading svg{animation:InlineLoading-module__anim 1s infinite linear}@keyframes InlineLoading-module__anim{to{transform:rotate(1turn)}}.InlineLoading-module__inlineLoadingWrapper div span{color:#181d27;font-family:Inter-Regular,sans-serif;font-size:var(--Font-size-text-md, 16px);font-style:normal;font-weight:400;line-height:1.125rem;font-size:.75rem}.InlineLoading-module__dark.InlineLoading-module__inlineLoadingWrapper span{color:#f7f7f7}`)),document.head.appendChild(o)}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
2
+ import { jsx as e, jsxs as d } from "react/jsx-runtime";
3
+ import { useState as F, useRef as ee, useEffect as V, useContext as Ee, createContext as Fe, useCallback as Ue } from "react";
4
+ import m from "dayjs";
5
+ const ye = 50 / 2, je = ({ size: t = 24, strokeWidth: o = 5, linecap: n = "round", duration: l = 1, stroke: C = "#2753dd", ...c }) => {
6
+ const a = ye;
7
+ return /* @__PURE__ */ e("svg", { ...c, viewBox: `0 0 ${ye * 2} ${ye * 2}`, width: t, height: t, children: /* @__PURE__ */ d(
8
+ "circle",
9
+ {
10
+ fill: "none",
11
+ stroke: C,
12
+ strokeWidth: o,
13
+ strokeLinecap: n,
14
+ cx: ye,
15
+ cy: ye,
16
+ r: ye - o,
17
+ children: [
18
+ /* @__PURE__ */ e(
19
+ "animateTransform",
20
+ {
21
+ attributeName: "transform",
22
+ attributeType: "XML",
23
+ type: "rotate",
24
+ from: `0 ${a} ${a}`,
25
+ to: `360 ${a} ${a}`,
26
+ dur: `${l * 4 / 3}s`,
27
+ repeatCount: "indefinite"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ e("animate", { attributeName: "stroke-dasharray", values: "1,200; 89,200; 89 200;", dur: `${l}s`, repeatCount: "indefinite" }),
31
+ /* @__PURE__ */ e("animate", { attributeName: "stroke-dashoffset", values: "0;-35;-124;", dur: `${l}s`, repeatCount: "indefinite" })
32
+ ]
33
+ }
34
+ ) });
35
+ }, Xe = ({ size: t = "15", color: o = "#717680" }) => /* @__PURE__ */ d("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: t, viewBox: "0 0 16 16", fill: "none", children: [
36
+ /* @__PURE__ */ e(
37
+ "path",
38
+ {
39
+ fillRule: "evenodd",
40
+ clipRule: "evenodd",
41
+ d: "M2.16602 7.16797C2.16602 4.41047 4.40852 2.16797 7.16602 2.16797C9.92352 2.16797 12.166 4.41047 12.166 7.16797C12.166 9.92547 9.92352 12.168 7.16602 12.168C4.40852 12.168 2.16602 9.92547 2.16602 7.16797ZM15.2558 14.0775L12.4267 11.2475C13.3042 10.1192 13.8333 8.705 13.8333 7.16667C13.8333 3.49083 10.8425 0.5 7.16667 0.5C3.49083 0.5 0.5 3.49083 0.5 7.16667C0.5 10.8425 3.49083 13.8333 7.16667 13.8333C8.705 13.8333 10.1192 13.3042 11.2475 12.4267L14.0775 15.2558C14.24 15.4183 14.4533 15.5 14.6667 15.5C14.88 15.5 15.0933 15.4183 15.2558 15.2558C15.5817 14.93 15.5817 14.4033 15.2558 14.0775Z",
42
+ fill: o
43
+ }
44
+ ),
45
+ /* @__PURE__ */ e(
46
+ "path",
47
+ {
48
+ fillRule: "evenodd",
49
+ clipRule: "evenodd",
50
+ d: "M2.16602 7.16797C2.16602 4.41047 4.40852 2.16797 7.16602 2.16797C9.92352 2.16797 12.166 4.41047 12.166 7.16797C12.166 9.92547 9.92352 12.168 7.16602 12.168C4.40852 12.168 2.16602 9.92547 2.16602 7.16797ZM15.2558 14.0775L12.4267 11.2475C13.3042 10.1192 13.8333 8.705 13.8333 7.16667C13.8333 3.49083 10.8425 0.5 7.16667 0.5C3.49083 0.5 0.5 3.49083 0.5 7.16667C0.5 10.8425 3.49083 13.8333 7.16667 13.8333C8.705 13.8333 10.1192 13.3042 11.2475 12.4267L14.0775 15.2558C14.24 15.4183 14.4533 15.5 14.6667 15.5C14.88 15.5 15.0933 15.4183 15.2558 15.2558C15.5817 14.93 15.5817 14.4033 15.2558 14.0775Z",
51
+ fill: o
52
+ }
53
+ )
54
+ ] }), Qe = ({
55
+ width: t = "14",
56
+ height: o = "14",
57
+ color: n = "#A4A7AE",
58
+ xmlns: l = "http://www.w3.org/2000/svg",
59
+ viewBox: C = "0 0 14 14",
60
+ fill: c = "none",
61
+ d: a = "M10.5 3.5L3.5 10.5M3.5 3.5L10.5 10.5",
62
+ stroke: i = "#A4A7AE",
63
+ strokeWidth: g = "1.66667",
64
+ strokeLinecap: H = "round",
65
+ strokeLinejoin: L = "round"
66
+ }) => /* @__PURE__ */ e("svg", { xmlns: l, width: t, height: o, viewBox: C, fill: c, children: /* @__PURE__ */ e("path", { d: a, stroke: i, strokeWidth: g, strokeLinecap: H, strokeLinejoin: L }) }), We = ({ color: t = "#131314" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", color: t, children: /* @__PURE__ */ e(
67
+ "path",
68
+ {
69
+ fillRule: "evenodd",
70
+ clipRule: "evenodd",
71
+ d: "M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6 4.58579L10.2929 0.292893C10.6834 -0.0976311 11.3166 -0.0976311 11.7071 0.292893C12.0976 0.683417 12.0976 1.31658 11.7071 1.70711L7.41421 6L11.7071 10.2929C12.0976 10.6834 12.0976 11.3166 11.7071 11.7071C11.3166 12.0976 10.6834 12.0976 10.2929 11.7071L6 7.41421L1.70711 11.7071C1.31658 12.0976 0.683417 12.0976 0.292893 11.7071C-0.0976311 11.3166 -0.0976311 10.6834 0.292893 10.2929L4.58579 6L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z",
72
+ fill: t
1291
73
  }
1292
- to {
1293
- left: 0;
74
+ ) }), Ne = ({ width: t = "20", height: o = "20", color: n = "#C1C2C7" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: o, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ e(
75
+ "path",
76
+ {
77
+ fillRule: "evenodd",
78
+ clipRule: "evenodd",
79
+ d: "M9.99996 18.3334C14.6023 18.3334 18.3333 14.6024 18.3333 10C18.3333 5.39765 14.6023 1.66669 9.99996 1.66669C5.39759 1.66669 1.66663 5.39765 1.66663 10C1.66663 14.6024 5.39759 18.3334 9.99996 18.3334ZM8.08922 6.91077C7.76378 6.58533 7.23614 6.58533 6.9107 6.91077C6.58527 7.2362 6.58527 7.76384 6.9107 8.08928L8.82145 10L6.9107 11.9108C6.58527 12.2362 6.58527 12.7638 6.9107 13.0893C7.23614 13.4147 7.76378 13.4147 8.08922 13.0893L9.99996 11.1785L11.9107 13.0893C12.2361 13.4147 12.7638 13.4147 13.0892 13.0893C13.4147 12.7638 13.4147 12.2362 13.0892 11.9108L11.1785 10L13.0892 8.08928C13.4147 7.76384 13.4147 7.2362 13.0892 6.91077C12.7638 6.58533 12.2361 6.58533 11.9107 6.91077L9.99996 8.82151L8.08922 6.91077Z",
80
+ fill: n
1294
81
  }
1295
- }
1296
- .Popup-module__modalOverlay .Popup-module__popupContainer {
1297
- padding: 1.5rem;
1298
- min-height: 13.75rem;
1299
- max-height: calc(100vh - 5.625rem);
1300
- position: relative;
1301
- transition: 0.2s;
1302
- z-index: 280;
1303
- border-radius: 0.75rem;
1304
- background: #fff;
1305
- /* Shadows/shadow-xl */
1306
- box-shadow: 0rem 1.25rem 1.5rem -0.25rem rgba(10, 13, 18, 0.08), 0rem 0.5rem 0.5rem -0.25rem rgba(10, 13, 18, 0.03), 0rem 0.1875rem 0.1875rem -0.0938rem rgba(10, 13, 18, 0.04);
1307
- animation: Popup-module__fadeIn 0.3s forwards;
1308
- }
1309
- @keyframes Popup-module__fadeIn {
1310
- from {
1311
- opacity: 0;
82
+ ) }), qe = ({ width: t = "8", height: o = "6", color: n = "#ffffff" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: o, viewBox: "0 0 8 6", fill: "none", children: /* @__PURE__ */ e(
83
+ "path",
84
+ {
85
+ fillRule: "evenodd",
86
+ clipRule: "evenodd",
87
+ d: "M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z",
88
+ fill: n
1312
89
  }
1313
- to {
1314
- opacity: 1;
90
+ ) }), Je = ({ width: t = "8", height: o = "2", color: n = "#ffffff" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: o, viewBox: "0 0 8 2", fill: "none", children: /* @__PURE__ */ e("rect", { width: t, height: o, rx: "1", fill: n }) }), Ke = ({ size: t = "24", color: o = "#0058FF" }) => /* @__PURE__ */ d("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: t, viewBox: `0 0 ${t} ${t}`, fill: "none", children: [
91
+ /* @__PURE__ */ d("g", { clipPath: "url(#clip0_118_485)", children: [
92
+ /* @__PURE__ */ e(
93
+ "path",
94
+ {
95
+ d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z",
96
+ fill: o
97
+ }
98
+ ),
99
+ /* @__PURE__ */ e("path", { d: "M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17Z", fill: o })
100
+ ] }),
101
+ /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_118_485", children: /* @__PURE__ */ e("rect", { width: "24", height: "24", fill: "white" }) }) })
102
+ ] }), Ge = ({ size: t = "24", color: o = "#C1C2C7" }) => /* @__PURE__ */ d("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: t, viewBox: `0 0 ${t} ${t}`, fill: "none", children: [
103
+ /* @__PURE__ */ e("g", { clipPath: "url(#clip0_118_495)", children: /* @__PURE__ */ e(
104
+ "path",
105
+ {
106
+ d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z",
107
+ fill: o
108
+ }
109
+ ) }),
110
+ /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_118_495", children: /* @__PURE__ */ e("rect", { width: t, height: t, fill: "white" }) }) })
111
+ ] }), ze = ({ size: t = "24", color: o = "#95969C" }) => /* @__PURE__ */ d("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: t, viewBox: `0 0 ${t} ${t}`, fill: "none", children: [
112
+ /* @__PURE__ */ d("g", { clipPath: "url(#clip0_118_531)", children: [
113
+ /* @__PURE__ */ e(
114
+ "path",
115
+ {
116
+ d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z",
117
+ fill: o
118
+ }
119
+ ),
120
+ /* @__PURE__ */ e("path", { d: "M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17Z", fill: o })
121
+ ] }),
122
+ /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_118_531", children: /* @__PURE__ */ e("rect", { width: t, height: t, fill: "white" }) }) })
123
+ ] }), et = ({ size: t = "24", color: o = "#C1C2C7" }) => /* @__PURE__ */ d("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: t, viewBox: `0 0 ${t} ${t}`, fill: "none", children: [
124
+ /* @__PURE__ */ e("g", { clipPath: "url(#clip0_118_495)", children: /* @__PURE__ */ e(
125
+ "path",
126
+ {
127
+ d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z",
128
+ fill: o
129
+ }
130
+ ) }),
131
+ /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_118_495", children: /* @__PURE__ */ e("rect", { width: t, height: t, fill: "white" }) }) })
132
+ ] }), $e = ({ width: t = "10", height: o = "6", color: n = "#131314" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: o, viewBox: `0 0 ${t} ${o}`, fill: "none", children: /* @__PURE__ */ e(
133
+ "path",
134
+ {
135
+ d: "M4.75065 3.75401L8.00065 0.504008C8.15343 0.35123 8.34787 0.274841 8.58398 0.274841C8.8201 0.274841 9.01454 0.35123 9.16732 0.504008C9.3201 0.656786 9.39648 0.85123 9.39648 1.08734C9.39648 1.32345 9.3201 1.5179 9.16732 1.67067L5.33398 5.50401C5.25065 5.58734 5.16037 5.64637 5.06315 5.68109C4.96593 5.71581 4.86176 5.73317 4.75065 5.73317C4.63954 5.73317 4.53537 5.71581 4.43815 5.68109C4.34093 5.64637 4.25065 5.58734 4.16732 5.50401L0.333984 1.67067C0.181207 1.5179 0.104817 1.32345 0.104817 1.08734C0.104817 0.85123 0.181207 0.656785 0.333984 0.504008C0.486762 0.35123 0.681207 0.274841 0.917317 0.274841C1.15343 0.274841 1.34787 0.35123 1.50065 0.504008L4.75065 3.75401Z",
136
+ fill: n
1315
137
  }
1316
- }
1317
- .Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__closeButton {
1318
- display: grid;
1319
- place-items: center;
1320
- cursor: pointer;
1321
- position: absolute;
1322
- top: 1.25rem;
1323
- right: 1.5rem;
1324
- z-index: 14;
1325
- }
1326
- .Popup-module__modalOverlay .Popup-module__popupContainer.Popup-module__withOptions {
1327
- width: 25rem;
1328
- }
1329
- .Popup-module__modalOverlay .Popup-module__popupContainer.Popup-module__withOptions.Popup-module__horizontal {
1330
- width: 34rem;
1331
- }
1332
- .Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader {
1333
- width: 100%;
1334
- position: sticky;
1335
- top: 0;
1336
- background: #ffffff;
1337
- z-index: 1;
1338
- }
1339
- .Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__popupTitle {
1340
- margin-top: 1rem;
1341
- }
1342
- .Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__popupTitle h2 {
1343
- color: #181d27;
1344
- font-size: 1.125rem;
1345
- font-style: normal;
1346
- font-weight: 600;
1347
- line-height: 1.75rem; /* 155.556% */
1348
- font-family: "Inter-Regular", sans-serif;
1349
- line-height: 1.75rem; /* 155.556% */
1350
- }
1351
- .Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__popupDescription {
1352
- margin-top: 0.25rem;
1353
- }
1354
- .Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__popupDescription p {
1355
- color: #535862;
1356
- font-size: 0.875rem;
1357
- font-style: normal;
1358
- font-weight: 400;
1359
- line-height: 1.25rem; /* 142.857% */
1360
- font-family: "Inter-Regular", sans-serif;
1361
- }
1362
- .Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__typeIcon {
1363
- display: flex;
1364
- align-items: center;
1365
- justify-content: space-between;
1366
- }
1367
- .Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__typeIcon .Popup-module__icon {
1368
- display: grid;
1369
- place-items: center;
1370
- width: 3rem;
1371
- height: 3rem;
1372
- border-radius: 624.9375rem;
1373
- }
1374
- .Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__templateWrapper {
1375
- width: 100%;
1376
- position: relative;
1377
- }
1378
-
1379
- .Popup-module__dark.Popup-module__modalOverlay {
1380
- background: rgba(34, 38, 47, 0.4588235294);
1381
- }
1382
- .Popup-module__dark.Popup-module__modalOverlay .Popup-module__popupContainer {
1383
- background: #0c0e12;
1384
- /* Shadows/shadow-xl */
1385
- box-shadow: 0rem 1.25rem 1.5rem -0.25rem rgba(10, 13, 18, 0.08), 0rem 0.5rem 0.5rem -0.25rem rgba(10, 13, 18, 0.03), 0rem 0.1875rem 0.1875rem -0.0938rem rgba(10, 13, 18, 0.04);
1386
- }
1387
- .Popup-module__dark.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader {
1388
- background: #0c0e12;
1389
- }
1390
- .Popup-module__dark.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__popupTitle h2 {
1391
- color: #f7f7f7;
1392
- }
1393
- .Popup-module__dark.Popup-module__modalOverlay .Popup-module__popupContainer .Popup-module__popupHeader .Popup-module__popupDescription p {
1394
- color: #94979c;
1395
- }@font-face {
1396
- font-family: "Inter-Regular";
1397
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
1398
- }
1399
- @font-face {
1400
- font-family: "Inter-SemiBold";
1401
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
1402
- }
1403
- @font-face {
1404
- font-family: "Inter-Medium";
1405
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
1406
- }
1407
- .NotificationToast-module__toastContainer {
1408
- display: flex;
1409
- flex-direction: column;
1410
- gap: 10px;
1411
- position: fixed;
1412
- z-index: 9999999;
1413
- width: 328px;
1414
- }
1415
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast {
1416
- padding: 8px;
1417
- border-radius: 8px;
1418
- width: 100%;
1419
- }
1420
- @keyframes NotificationToast-module__fadeIn {
1421
- from {
1422
- opacity: 0;
1423
- transform: translateY(-10px);
138
+ ) }), tt = ({ width: t = "24", height: o = "24", color: n = "#079455" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: o, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ e(
139
+ "path",
140
+ {
141
+ d: "M7.5 12L10.5 15L16.5 9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
142
+ stroke: n,
143
+ strokeWidth: "2",
144
+ strokeLinecap: "round",
145
+ strokeLinejoin: "round"
1424
146
  }
1425
- to {
1426
- opacity: 1;
1427
- transform: translateY(0);
147
+ ) }), ot = ({ size: t = "24", color: o = "#DC6803" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: t, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ e(
148
+ "path",
149
+ {
150
+ d: "M7 3V6.4C7 6.96005 7 7.24008 7.10899 7.45399C7.20487 7.64215 7.35785 7.79513 7.54601 7.89101C7.75992 8 8.03995 8 8.6 8H15.4C15.9601 8 16.2401 8 16.454 7.89101C16.6422 7.79513 16.7951 7.64215 16.891 7.45399C17 7.24008 17 6.96005 17 6.4V4M17 21V14.6C17 14.0399 17 13.7599 16.891 13.546C16.7951 13.3578 16.6422 13.2049 16.454 13.109C16.2401 13 15.9601 13 15.4 13H8.6C8.03995 13 7.75992 13 7.54601 13.109C7.35785 13.2049 7.20487 13.3578 7.10899 13.546C7 13.7599 7 14.0399 7 14.6V21M21 9.32548V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7202 21 17.8802 21 16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H14.6745C15.1637 3 15.4083 3 15.6385 3.05526C15.8425 3.10425 16.0376 3.18506 16.2166 3.29472C16.4184 3.4184 16.5914 3.59135 16.9373 3.93726L20.0627 7.06274C20.4086 7.40865 20.5816 7.5816 20.7053 7.78343C20.8149 7.96237 20.8957 8.15746 20.9447 8.36154C21 8.59171 21 8.8363 21 9.32548Z",
151
+ stroke: o,
152
+ strokeWidth: "2",
153
+ strokeLinecap: "round",
154
+ strokeLinejoin: "round"
1428
155
  }
1429
- }
1430
- @keyframes NotificationToast-module__fadeOut {
1431
- from {
1432
- opacity: 1;
1433
- transform: translateY(0);
156
+ ) }), nt = ({ width: t = "24", color: o = "#D92D20" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: t, viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ e(
157
+ "path",
158
+ {
159
+ d: "M16 6V5.2C16 4.0799 16 3.51984 15.782 3.09202C15.5903 2.71569 15.2843 2.40973 14.908 2.21799C14.4802 2 13.9201 2 12.8 2H11.2C10.0799 2 9.51984 2 9.09202 2.21799C8.71569 2.40973 8.40973 2.71569 8.21799 3.09202C8 3.51984 8 4.0799 8 5.2V6M10 11.5V16.5M14 11.5V16.5M3 6H21M19 6V17.2C19 18.8802 19 19.7202 18.673 20.362C18.3854 20.9265 17.9265 21.3854 17.362 21.673C16.7202 22 15.8802 22 14.2 22H9.8C8.11984 22 7.27976 22 6.63803 21.673C6.07354 21.3854 5.6146 20.9265 5.32698 20.362C5 19.7202 5 18.8802 5 17.2V6",
160
+ stroke: o,
161
+ strokeWidth: "2",
162
+ strokeLinecap: "round",
163
+ strokeLinejoin: "round"
1434
164
  }
1435
- to {
1436
- opacity: 0;
1437
- transform: translateY(-10px);
165
+ ) }), rt = ({ color: t = "#ffffff" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ e(
166
+ "path",
167
+ {
168
+ fillRule: "evenodd",
169
+ clipRule: "evenodd",
170
+ d: "M1.66699 9.99999C1.66699 5.39762 5.39795 1.66666 10.0003 1.66666C14.6027 1.66666 18.3337 5.39762 18.3337 9.99999C18.3337 14.6024 14.6027 18.3333 10.0003 18.3333C5.39795 18.3333 1.66699 14.6024 1.66699 9.99999ZM10.0003 5.83332C10.4606 5.83332 10.8337 6.20642 10.8337 6.66666V9.99999C10.8337 10.4602 10.4606 10.8333 10.0003 10.8333C9.54009 10.8333 9.16699 10.4602 9.16699 9.99999V6.66666C9.16699 6.20642 9.54009 5.83332 10.0003 5.83332ZM9.16699 13.3333C9.16699 12.8731 9.54009 12.5 10.0003 12.5C10.4606 12.5 10.8337 12.8731 10.8337 13.3333C10.8337 13.7936 10.4606 14.1667 10.0003 14.1667C9.54009 14.1667 9.16699 13.7936 9.16699 13.3333Z",
171
+ fill: t
1438
172
  }
1439
- }
1440
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__fadeIn {
1441
- animation: NotificationToast-module__fadeIn 0.3s ease-out;
1442
- }
1443
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__fadeOut {
1444
- animation: NotificationToast-module__fadeOut 0.3s ease-in forwards;
1445
- }
1446
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__neutral {
1447
- background: #131314;
1448
- }
1449
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__neutral.NotificationToast-module__filled {
1450
- border: 1px solid #222224;
1451
- background: #f2f2f2;
1452
- }
1453
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__neutral.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextTitle,
1454
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__neutral.NotificationToast-module__filled .NotificationToast-module__notificationToastContentRightUndoText,
1455
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__neutral.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextDescription {
1456
- color: #131314 !important;
1457
- }
1458
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__info {
1459
- background: #0058ff;
1460
- }
1461
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__info.NotificationToast-module__filled {
1462
- border: 1px solid #0058ff;
1463
- background: #ecf3ff;
1464
- }
1465
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__info.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextTitle,
1466
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__info.NotificationToast-module__filled .NotificationToast-module__notificationToastContentRightUndoText,
1467
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__info.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextDescription {
1468
- color: #0058ff !important;
1469
- }
1470
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__error {
1471
- background: #e3292f;
1472
- }
1473
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__error.NotificationToast-module__filled {
1474
- border: 1px solid #f63e45;
1475
- background: #fff2f2;
1476
- }
1477
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__error.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextTitle,
1478
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__error.NotificationToast-module__filled .NotificationToast-module__notificationToastContentRightUndoText,
1479
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__error.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextDescription {
1480
- color: #e3292f !important;
1481
- }
1482
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__success {
1483
- background: #328707;
1484
- }
1485
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__success.NotificationToast-module__filled {
1486
- border: 1px solid #399c08;
1487
- background: #effce8;
1488
- }
1489
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__success.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextTitle,
1490
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__success.NotificationToast-module__filled .NotificationToast-module__notificationToastContentRightUndoText,
1491
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast.NotificationToast-module__success.NotificationToast-module__filled .NotificationToast-module__notificationToastContentLeftTextDescription {
1492
- color: #328707 !important;
1493
- }
1494
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent {
1495
- width: 100%;
1496
- display: flex;
1497
- align-items: center;
1498
- justify-content: space-between;
1499
- }
1500
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentLeft {
1501
- width: 100%;
1502
- display: flex;
1503
- align-items: center;
1504
- gap: 8px;
1505
- }
1506
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentLeft .NotificationToast-module__notificationToastContentInfoIcon {
1507
- display: flex;
1508
- align-items: center;
1509
- justify-content: center;
1510
- }
1511
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentLeft .NotificationToast-module__notificationToastContentLeftText {
1512
- width: 100%;
1513
- display: flex;
1514
- flex-direction: column;
1515
- gap: 10px;
1516
- }
1517
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentLeft .NotificationToast-module__notificationToastContentLeftText .NotificationToast-module__notificationToastContentLeftTextTitle {
1518
- width: 100%;
1519
- overflow: hidden;
1520
- color: #fff;
1521
- text-overflow: ellipsis;
1522
- font-family: "Inter-Medium", sans-serif;
1523
- font-size: 14px;
1524
- font-style: normal;
1525
- font-weight: 450;
1526
- letter-spacing: 0.1px;
1527
- }
1528
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentLeft .NotificationToast-module__notificationToastContentLeftText .NotificationToast-module__notificationToastContentLeftTextDescription {
1529
- width: 100%;
1530
- color: #fff;
1531
- font-family: "Inter-Regular", sans-serif;
1532
- font-size: 14px;
1533
- font-style: normal;
1534
- font-weight: 400;
1535
- letter-spacing: 0px;
1536
- }
1537
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentRight {
1538
- display: flex;
1539
- align-items: center;
1540
- gap: 10px;
1541
- }
1542
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentRight * {
1543
- user-select: none;
1544
- -webkit-user-select: none;
1545
- -moz-user-select: none;
1546
- -ms-user-select: none;
1547
- user-select: none;
1548
- -webkit-user-select: none;
1549
- -moz-user-select: none;
1550
- -ms-user-select: none;
1551
- }
1552
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentRight .NotificationToast-module__notificationToastContentRightUndoText {
1553
- overflow: hidden;
1554
- color: #fff;
1555
- text-align: center;
1556
- font-feature-settings: "liga" off, "clig" off;
1557
- text-overflow: ellipsis;
1558
- font-family: "Inter-Medium", sans-serif;
1559
- font-size: 14px;
1560
- font-style: normal;
1561
- font-weight: 450;
1562
- line-height: 24px;
1563
- letter-spacing: 0.1px;
1564
- cursor: pointer;
1565
- }
1566
- .NotificationToast-module__toastContainer .NotificationToast-module__notificationToast .NotificationToast-module__notificationToastContent .NotificationToast-module__notificationToastContentRight .NotificationToast-module__notificationToastContentRightClose {
1567
- display: flex;
1568
- align-items: center;
1569
- justify-content: center;
1570
- cursor: pointer;
1571
- padding-left: 10px;
1572
- border-left: 2px solid rgba(255, 255, 255, 0.25);
1573
- }@font-face {
1574
- font-family: "Inter-Regular";
1575
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
1576
- }
1577
- @font-face {
1578
- font-family: "Inter-SemiBold";
1579
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
1580
- }
1581
- @font-face {
1582
- font-family: "Inter-Medium";
1583
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
1584
- }
1585
- .TimePicker-module__timepickerWrapper {
1586
- user-select: none;
1587
- scroll-behavior: smooth;
1588
- width: 100%;
1589
- }
1590
- .TimePicker-module__timepickerWrapper * {
1591
- scrollbar-width: none;
1592
- }
1593
- .TimePicker-module__timepickerWrapper *::-webkit-scrollbar {
1594
- display: none;
1595
- }
1596
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerInputWrapper {
1597
- width: 100%;
1598
- }
1599
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerInputWrapper .TimePicker-module__dropdownRightIcon {
1600
- display: flex;
1601
- align-items: center;
1602
- gap: 8px;
1603
- margin: 8px;
1604
- }
1605
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerInputWrapper .TimePicker-module__dropdownRightIcon .TimePicker-module__dropdownRightIconClose {
1606
- display: flex;
1607
- align-items: center;
1608
- justify-content: center;
1609
- cursor: pointer;
1610
- }
1611
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerInputWrapper .TimePicker-module__dropdownRightIcon .TimePicker-module__dropdownRightIconArrow {
1612
- display: flex;
1613
- align-items: center;
1614
- justify-content: center;
1615
- cursor: pointer;
1616
- transition: transform 0.2s ease-in-out;
1617
- }
1618
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerInputWrapper .TimePicker-module__dropdownRightIcon.TimePicker-module__focused .TimePicker-module__dropdownRightIconArrow {
1619
- transform: rotate(180deg);
1620
- }
1621
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper {
1622
- width: 218px;
1623
- border-radius: 12px;
1624
- box-shadow: 0px 2px 4px 0px rgba(19, 19, 20, 0.04);
1625
- border: 1px solid #e6e6e6;
1626
- background: #fff;
1627
- display: flex;
1628
- flex-direction: column;
1629
- gap: 8px;
1630
- }
1631
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownHeader {
1632
- padding: 8px 8px 0 8px;
1633
- }
1634
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownHeader .TimePicker-module__timepickerDropdownHeaderButtons {
1635
- width: 100%;
1636
- display: flex;
1637
- justify-content: space-between;
1638
- gap: 2px;
1639
- border-radius: 8px;
1640
- background: #f2f2f2;
1641
- padding: 2px;
1642
- }
1643
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownHeader p {
1644
- padding: 5px 20px;
1645
- color: #646569;
1646
- font-feature-settings: "liga" off, "clig" off;
1647
- font-family: "Inter-Regular", sans-serif;
1648
- font-size: 14px;
1649
- font-style: normal;
1650
- font-weight: 400;
1651
- line-height: 24px; /* 171.429% */
1652
- letter-spacing: 0.1px;
1653
- cursor: pointer;
1654
- }
1655
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownHeader p.TimePicker-module__active {
1656
- color: #131314;
1657
- border-radius: 6px 6px 6px 6px;
1658
- background: #fff;
1659
- box-shadow: 0px 2px 4px 0px rgba(19, 19, 20, 0.04);
1660
- }
1661
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody {
1662
- width: 100%;
1663
- display: flex;
1664
- border-top: 1px solid #e6e6e6;
1665
- border-bottom: 1px solid #e6e6e6;
1666
- }
1667
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody .TimePicker-module__timepickerDropdownBodyHours {
1668
- width: 50%;
1669
- display: flex;
1670
- flex-direction: column;
1671
- align-items: center;
1672
- height: 230px;
1673
- overflow-y: auto;
1674
- border-right: 1px solid #e6e6e6;
1675
- padding: 8px;
1676
- }
1677
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody .TimePicker-module__timepickerDropdownBodyMinutes {
1678
- width: 50%;
1679
- display: flex;
1680
- flex-direction: column;
1681
- align-items: center;
1682
- height: 230px;
1683
- overflow-y: auto;
1684
- padding: 8px;
1685
- }
1686
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody .TimePicker-module__timepickerDropdownBodyAmPm {
1687
- width: 50%;
1688
- display: flex;
1689
- flex-direction: column;
1690
- align-items: center;
1691
- height: 230px;
1692
- overflow-y: auto;
1693
- border-left: 1px solid #e6e6e6;
1694
- padding: 8px;
1695
- }
1696
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody p {
1697
- padding: 6px 10px;
1698
- border-radius: 4px;
1699
- cursor: pointer;
1700
- width: 100%;
1701
- color: #131314;
1702
- text-align: center;
1703
- font-feature-settings: "liga" off, "clig" off;
1704
- text-overflow: ellipsis;
1705
- /* UI/14 regular */
1706
- font-family: "Inter-Regular", sans-serif;
1707
- font-size: 14px;
1708
- font-style: normal;
1709
- font-weight: 400;
1710
- line-height: 24px; /* 171.429% */
1711
- letter-spacing: 0.1px;
1712
- }
1713
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody p:hover {
1714
- background: #fafafa;
1715
- }
1716
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownBody p.TimePicker-module__active {
1717
- background: #ECF3FF;
1718
- color: #0058FF;
1719
- }
1720
- .TimePicker-module__timepickerWrapper .TimePicker-module__timepickerDropdownWrapper .TimePicker-module__timepickerDropdownFooter {
1721
- padding: 8px;
1722
- }@font-face {
1723
- font-family: "Inter-Regular";
1724
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
1725
- }
1726
- @font-face {
1727
- font-family: "Inter-SemiBold";
1728
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
1729
- }
1730
- @font-face {
1731
- font-family: "Inter-Medium";
1732
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
1733
- }
1734
- .Datepicker-module__datepickerContainer {
1735
- width: 100%;
1736
- user-select: none;
1737
- scroll-behavior: smooth;
1738
- }
1739
- .Datepicker-module__datepickerContainer::-webkit-scrollbar {
1740
- display: block !important;
1741
- width: 0;
1742
- }
1743
- .Datepicker-module__datepickerContainer::-webkit-scrollbar-thumb {
1744
- opacity: 0;
1745
- }
1746
- .Datepicker-module__datepickerContainer .Datepicker-module__datepickerInputWrapper {
1747
- width: 100%;
1748
- cursor: pointer;
1749
- }
1750
- .Datepicker-module__datepickerContainer .Datepicker-module__datepickerInputWrapper .Datepicker-module__datepickerLeftIcon {
1751
- display: flex;
1752
- align-items: center;
1753
- justify-content: center;
1754
- }
1755
- .Datepicker-module__datepickerContainer .Datepicker-module__datepickerInputWrapper .Datepicker-module__datepickerRightIcon {
1756
- display: flex;
1757
- align-items: center;
1758
- justify-content: center;
1759
- cursor: pointer;
1760
- }@font-face {
1761
- font-family: "Inter-Regular";
1762
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
1763
- }
1764
- @font-face {
1765
- font-family: "Inter-SemiBold";
1766
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
1767
- }
1768
- @font-face {
1769
- font-family: "Inter-Medium";
1770
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
1771
- }
1772
- .Calendar-module__datePicker {
1773
- z-index: 150;
1774
- position: absolute;
1775
- left: 0;
1776
- top: calc(100% + 8px);
1777
- display: flex;
1778
- border-radius: 0.75rem;
1779
- border: 1px solid #e9eaeb;
1780
- background: #fff;
1781
- box-shadow: 0px 20px 24px -4px rgba(10, 13, 18, 0.08), 0px 8px 8px -4px rgba(10, 13, 18, 0.03), 0px 3px 3px -1.5px rgba(10, 13, 18, 0.04);
1782
- width: 279px;
1783
- }
1784
- .Calendar-module__datePicker.Calendar-module__dualCalendar, .Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick {
1785
- padding: 1rem;
1786
- }
1787
- .Calendar-module__datePicker.Calendar-module__dualCalendar .Calendar-module__border, .Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick .Calendar-module__border {
1788
- width: 0.0625rem;
1789
- background-color: #e9eaeb;
1790
- margin: 0 8px;
1791
- }
1792
- .Calendar-module__datePicker.Calendar-module__dualCalendar .Calendar-module__calendarWrapper, .Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick .Calendar-module__calendarWrapper {
1793
- width: 100%;
1794
- display: flex;
1795
- flex-direction: row;
1796
- justify-content: space-between;
1797
- }
1798
- .Calendar-module__datePicker.Calendar-module__dualCalendar .Calendar-module__quickPick, .Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick .Calendar-module__quickPick {
1799
- display: flex;
1800
- flex-direction: column;
1801
- align-items: flex-start;
1802
- gap: 0.25rem;
1803
- min-width: 160px;
1804
- }
1805
- .Calendar-module__datePicker.Calendar-module__dualCalendar .Calendar-module__quickPick li, .Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick .Calendar-module__quickPick li {
1806
- width: 100%;
1807
- padding: 8px;
1808
- color: #414651;
1809
- font-family: "Inter-Regular", sans-serif;
1810
- font-size: 0.875rem;
1811
- font-style: normal;
1812
- font-weight: 500;
1813
- line-height: 1.25rem; /* 142.857% */
1814
- border-radius: 0.375rem;
1815
- }
1816
- .Calendar-module__datePicker.Calendar-module__dualCalendar .Calendar-module__quickPick li:hover, .Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick .Calendar-module__quickPick li:hover {
1817
- background: #fafafa;
1818
- text-decoration: unset;
1819
- }
1820
- .Calendar-module__datePicker.Calendar-module__dualCalendar {
1821
- width: 656px;
1822
- }
1823
- .Calendar-module__datePicker.Calendar-module__dualCalendarWithQuick {
1824
- width: 848px;
1825
- }
1826
- .Calendar-module__datePicker .Calendar-module__datePickerHeader {
1827
- width: 100%;
1828
- display: flex;
1829
- flex-direction: column;
1830
- gap: 8px;
1831
- padding: 8px;
1832
- }
1833
- .Calendar-module__datePicker .Calendar-module__datePickerHeader span {
1834
- color: #414651;
1835
- text-align: center;
1836
- font-size: 1rem;
1837
- font-style: normal;
1838
- font-weight: 600;
1839
- line-height: 1.5rem; /* 150% */
1840
- }
1841
- .Calendar-module__datePicker .Calendar-module__div {
1842
- width: 100%;
1843
- }
1844
- .Calendar-module__datePicker .Calendar-module__div span {
1845
- font-family: "Inter-Regular", sans-serif;
1846
- }
1847
- .Calendar-module__datePicker .Calendar-module__currentDateHeader {
1848
- overflow: hidden;
1849
- color: #131314;
1850
- text-align: center;
1851
- font-feature-settings: "liga" off, "clig" off;
1852
- text-overflow: ellipsis;
1853
- /* UI/14 semi medium */
1854
- font-family: "Inter-Regular", sans-serif;
1855
- font-size: 14px;
1856
- font-style: normal;
1857
- font-weight: 450;
1858
- line-height: 24px; /* 171.429% */
1859
- letter-spacing: 0.1px;
1860
- padding: 6px 16px;
1861
- border-radius: 6px;
1862
- border: 1px solid #e6e6e6;
1863
- background: #fff;
1864
- cursor: pointer;
1865
- }
1866
- .Calendar-module__datePicker .Calendar-module__left,
1867
- .Calendar-module__datePicker .Calendar-module__right {
1868
- display: flex;
1869
- justify-content: center;
1870
- align-items: center;
1871
- cursor: pointer;
1872
- }
1873
- .Calendar-module__datePicker .Calendar-module__left .Calendar-module__singleIcon,
1874
- .Calendar-module__datePicker .Calendar-module__left .Calendar-module__doubleIcon,
1875
- .Calendar-module__datePicker .Calendar-module__right .Calendar-module__singleIcon,
1876
- .Calendar-module__datePicker .Calendar-module__right .Calendar-module__doubleIcon {
1877
- display: flex;
1878
- justify-content: center;
1879
- align-items: center;
1880
- }
1881
- .Calendar-module__datePicker .Calendar-module__left .Calendar-module__singleIcon:hover,
1882
- .Calendar-module__datePicker .Calendar-module__left .Calendar-module__doubleIcon:hover,
1883
- .Calendar-module__datePicker .Calendar-module__right .Calendar-module__singleIcon:hover,
1884
- .Calendar-module__datePicker .Calendar-module__right .Calendar-module__doubleIcon:hover {
1885
- opacity: 0.6;
1886
- }
1887
- .Calendar-module__datePicker .Calendar-module__left .Calendar-module__doubleIcon svg:first-of-type,
1888
- .Calendar-module__datePicker .Calendar-module__right .Calendar-module__doubleIcon svg:first-of-type {
1889
- margin-right: -15px;
1890
- }
1891
- .Calendar-module__datePicker .Calendar-module__left span,
1892
- .Calendar-module__datePicker .Calendar-module__right span {
1893
- position: relative;
1894
- }
1895
- .Calendar-module__datePicker .Calendar-module__left span::after,
1896
- .Calendar-module__datePicker .Calendar-module__right span::after {
1897
- position: absolute;
1898
- top: 4px;
1899
- inset-inline-start: 4px;
1900
- display: inline-block;
1901
- width: 7px;
1902
- height: 7px;
1903
- border: 0 solid currentcolor;
1904
- border-block-start-width: 1.5px;
1905
- border-block-end-width: 0;
1906
- border-inline-start-width: 1.5px;
1907
- border-inline-end-width: 0;
1908
- color: #a4a7ae;
1909
- content: "";
1910
- }
1911
- .Calendar-module__datePicker .Calendar-module__left span::before,
1912
- .Calendar-module__datePicker .Calendar-module__right span::before {
1913
- position: absolute;
1914
- top: 0;
1915
- inset-inline-start: 0;
1916
- display: inline-block;
1917
- width: 7px;
1918
- height: 7px;
1919
- border: 0 solid currentcolor;
1920
- border-block-start-width: 1.5px;
1921
- border-block-end-width: 0;
1922
- border-inline-start-width: 1.5px;
1923
- border-inline-end-width: 0;
1924
- color: #a4a7ae;
1925
- content: "";
1926
- }
1927
- .Calendar-module__datePicker .Calendar-module__calendarWrapper {
1928
- padding: 0 8px;
1929
- width: 100%;
1930
- display: flex;
1931
- flex-direction: column;
1932
- justify-content: space-between;
1933
- }
1934
- .Calendar-module__datePicker table {
1935
- border-collapse: collapse;
1936
- border-spacing: 0 0; /* vertical spacing */
1937
- }
1938
- .Calendar-module__datePicker table thead {
1939
- border-bottom: 2px solid #e6e6e6;
1940
- }
1941
- .Calendar-module__datePicker table thead tr th {
1942
- color: #7a7b80;
1943
- }
1944
- .Calendar-module__datePicker table tbody {
1945
- margin-top: 12px;
1946
- }
1947
- .Calendar-module__datePicker table .Calendar-module__spacerRow td {
1948
- height: 4px;
1949
- border: none;
1950
- padding: 0;
1951
- }
1952
- .Calendar-module__datePicker table th,
1953
- .Calendar-module__datePicker table td:not(.Calendar-module__spacerRow td) {
1954
- text-align: center;
1955
- font-family: "Inter-Regular", sans-serif;
1956
- color: #131314;
1957
- font-family: "Inter-Regular", sans-serif;
1958
- font-size: 14px;
1959
- font-style: normal;
1960
- font-weight: 450;
1961
- line-height: 24px; /* 171.429% */
1962
- letter-spacing: 0.1px;
1963
- width: 36px;
1964
- height: 36px;
1965
- padding: 6px;
1966
- border-radius: 6px;
1967
- background: #fff;
1968
- }
1969
- .Calendar-module__datePicker table td.Calendar-module__day {
1970
- cursor: pointer;
1971
- border-radius: 6px;
1972
- font-size: 0.875rem;
1973
- line-height: 1.25rem;
1974
- box-sizing: border-box !important;
1975
- }
1976
- .Calendar-module__datePicker table td.Calendar-module__day:hover {
1977
- background: #fafafa;
1978
- }
1979
- .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__today {
1980
- position: relative;
1981
- }
1982
- .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__today::before {
1983
- content: "";
1984
- position: absolute;
1985
- bottom: 4px;
1986
- left: 50%;
1987
- transform: translate(-50%, 0);
1988
- background-color: #0158ff;
1989
- width: 5px;
1990
- height: 5px;
1991
- border-radius: 50%;
1992
- z-index: 1;
1993
- }
1994
- .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__inRange {
1995
- background: #f2f2f2;
1996
- }
1997
- .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__selected, .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__startDate, .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__endDate {
1998
- background-color: #0158ff;
1999
- color: #fff;
2000
- position: relative;
2001
- }
2002
- .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__disabled {
2003
- color: #a4a7ae;
2004
- pointer-events: none;
2005
- opacity: 0.4;
2006
- }
2007
- .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__endDate::before {
2008
- background-color: #fafafa;
2009
- width: 20px;
2010
- height: 40px;
2011
- position: absolute;
2012
- top: 0;
2013
- inset-inline-start: 0;
2014
- inset-inline-end: 0;
2015
- z-index: -1;
2016
- content: "";
2017
- }
2018
- .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__startDate::before {
2019
- background-color: #fafafa;
2020
- width: 20px;
2021
- height: 40px;
2022
- position: absolute;
2023
- top: 0;
2024
- right: 0;
2025
- z-index: -1;
2026
- content: "";
2027
- }
2028
- .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__endDate.Calendar-module__startDate::before {
2029
- content: none;
2030
- }
2031
- .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__otherMonth {
2032
- color: #95969c;
2033
- font-family: "Inter-Regular", sans-serif;
2034
- font-size: 14px;
2035
- font-style: normal;
2036
- font-weight: 450;
2037
- line-height: 24px; /* 171.429% */
2038
- letter-spacing: 0.1px;
2039
- }
2040
- .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__otherMonth.Calendar-module__startDate, .Calendar-module__datePicker table td.Calendar-module__day.Calendar-module__otherMonth.Calendar-module__endDate {
2041
- color: #fff;
2042
- }
2043
- .Calendar-module__datePicker ul.Calendar-module__monthsWrapper {
2044
- width: 100%;
2045
- display: flex;
2046
- flex-direction: column;
2047
- gap: 2px;
2048
- height: 257px;
2049
- overflow: auto;
2050
- }
2051
- .Calendar-module__datePicker ul.Calendar-module__monthsWrapper li.Calendar-module__month {
2052
- width: 100%;
2053
- border-radius: 4px;
2054
- background: #fff;
2055
- padding: 6px 10px;
2056
- cursor: pointer;
2057
- color: #131314;
2058
- font-feature-settings: "liga" off, "clig" off;
2059
- text-overflow: ellipsis;
2060
- font-family: "Inter-Regular", sans-serif;
2061
- font-size: 14px;
2062
- font-style: normal;
2063
- font-weight: 400;
2064
- line-height: 24px; /* 171.429% */
2065
- letter-spacing: 0.1px;
2066
- }
2067
- .Calendar-module__datePicker ul.Calendar-module__monthsWrapper li.Calendar-module__month.Calendar-module__pickedMonth {
2068
- background: #ECF3FF;
2069
- color: #0158ff;
2070
- }
2071
- .Calendar-module__datePicker .Calendar-module__buttonWrapper {
2072
- margin-top: 8px;
2073
- padding: 8px;
2074
- border-top: 1px solid #e6e6e6;
2075
- }@font-face {
2076
- font-family: "Inter-Regular";
2077
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
2078
- }
2079
- @font-face {
2080
- font-family: "Inter-SemiBold";
2081
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
2082
- }
2083
- @font-face {
2084
- font-family: "Inter-Medium";
2085
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
2086
- }
2087
- .Skeleton-module__skeleton {
2088
- background-color: #e0e0e0;
2089
- border-radius: 4px;
2090
- position: relative;
2091
- overflow: hidden;
2092
- display: grid;
2093
- place-items: center;
2094
- }
2095
- .Skeleton-module__skeleton::after {
2096
- content: "";
2097
- position: absolute;
2098
- top: 0;
2099
- left: 0;
2100
- right: 0;
2101
- bottom: 0;
2102
- background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
2103
- animation: Skeleton-module__shimmer 1.5s infinite;
2104
- }
2105
-
2106
- .Skeleton-module__text {
2107
- height: 1rem;
2108
- width: 100%;
2109
- margin: 8px 0;
2110
- }
2111
-
2112
- .Skeleton-module__avatar {
2113
- height: 40px;
2114
- width: 40px;
2115
- border-radius: 50%;
2116
- }
2117
-
2118
- @keyframes Skeleton-module__shimmer {
2119
- 0% {
2120
- transform: translateX(-100%);
173
+ ) }), st = ({ color: t = "#ffffff" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ e(
174
+ "path",
175
+ {
176
+ fillRule: "evenodd",
177
+ clipRule: "evenodd",
178
+ d: "M1.66699 10C1.66699 5.39763 5.39795 1.66667 10.0003 1.66667C14.6027 1.66667 18.3337 5.39763 18.3337 10C18.3337 14.6024 14.6027 18.3333 10.0003 18.3333C5.39795 18.3333 1.66699 14.6024 1.66699 10ZM13.0896 8.92259C13.415 8.59716 13.415 8.06952 13.0896 7.74408C12.7641 7.41865 12.2365 7.41865 11.9111 7.74408L9.16699 10.4882L8.08958 9.41075C7.76414 9.08531 7.23651 9.08531 6.91107 9.41075C6.58563 9.73619 6.58563 10.2638 6.91107 10.5893L8.57774 12.2559C8.90317 12.5814 9.43081 12.5814 9.75625 12.2559L13.0896 8.92259Z",
179
+ fill: t
2121
180
  }
2122
- 100% {
2123
- transform: translateX(100%);
181
+ ) }), lt = ({ width: t = "16", height: o = "16", color: n = "#C1C2C7" }) => /* @__PURE__ */ d("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: o, viewBox: "0 0 16 16", fill: "none", children: [
182
+ /* @__PURE__ */ e("path", { d: "M1.33333 5.5H14.6667V7.16667H1.33333V5.5Z", fill: n }),
183
+ /* @__PURE__ */ e(
184
+ "path",
185
+ {
186
+ fillRule: "evenodd",
187
+ clipRule: "evenodd",
188
+ d: "M5.29892 2.16667H10.7011C11.3719 2.16666 11.9255 2.16665 12.3765 2.20349C12.8449 2.24177 13.2755 2.3239 13.68 2.52998C14.3072 2.84956 14.8171 3.35949 15.1367 3.9867C15.3428 4.39114 15.4249 4.82173 15.4632 5.29014C15.5 5.74114 15.5 6.29476 15.5 6.96556V10.7011C15.5 11.3719 15.5 11.9255 15.4632 12.3765C15.4249 12.8449 15.3428 13.2755 15.1367 13.68C14.8171 14.3072 14.3072 14.8171 13.68 15.1367C13.2755 15.3428 12.8449 15.4249 12.3765 15.4632C11.9255 15.5 11.3719 15.5 10.7011 15.5H5.29894C4.62812 15.5 4.07448 15.5 3.62348 15.4632C3.15506 15.4249 2.72448 15.3428 2.32003 15.1367C1.69283 14.8171 1.18289 14.3072 0.863312 13.68C0.657237 13.2755 0.5751 12.8449 0.536829 12.3765C0.499981 11.9255 0.49999 11.3719 0.5 10.7011V6.96558C0.49999 6.29478 0.499981 5.74114 0.536829 5.29014C0.5751 4.82173 0.657237 4.39114 0.863312 3.9867C1.18289 3.35949 1.69283 2.84956 2.32003 2.52998C2.72448 2.3239 3.15506 2.24177 3.62348 2.20349C4.07448 2.16665 4.62811 2.16666 5.29892 2.16667ZM3.7592 3.86463C3.39385 3.89448 3.20702 3.94858 3.07668 4.01499C2.76308 4.17478 2.50811 4.42975 2.34832 4.74335C2.28192 4.87368 2.22781 5.06052 2.19796 5.42586C2.16732 5.80094 2.16667 6.28618 2.16667 7V10.6667C2.16667 11.3805 2.16732 11.8657 2.19796 12.2408C2.22781 12.6061 2.28192 12.793 2.34832 12.9233C2.50811 13.2369 2.76308 13.4919 3.07668 13.6517C3.20702 13.7181 3.39385 13.7722 3.7592 13.802C4.13427 13.8327 4.61952 13.8333 5.33333 13.8333H10.6667C11.3805 13.8333 11.8657 13.8327 12.2408 13.802C12.6061 13.7722 12.793 13.7181 12.9233 13.6517C13.2369 13.4919 13.4919 13.2369 13.6517 12.9233C13.7181 12.793 13.7722 12.6061 13.802 12.2408C13.8327 11.8657 13.8333 11.3805 13.8333 10.6667V7C13.8333 6.28618 13.8327 5.80094 13.802 5.42586C13.7722 5.06052 13.7181 4.87368 13.6517 4.74335C13.4919 4.42975 13.2369 4.17478 12.9233 4.01499C12.793 3.94858 12.6061 3.89448 12.2408 3.86463C11.8657 3.83398 11.3805 3.83333 10.6667 3.83333H5.33333C4.61952 3.83333 4.13427 3.83398 3.7592 3.86463Z",
189
+ fill: n
190
+ }
191
+ ),
192
+ /* @__PURE__ */ e(
193
+ "path",
194
+ {
195
+ d: "M5.5 1.33333C5.5 0.873096 5.1269 0.5 4.66667 0.5C4.20643 0.5 3.83333 0.873096 3.83333 1.33333V3C3.83333 3.46024 4.20643 3.83333 4.66667 3.83333C5.1269 3.83333 5.5 3.46024 5.5 3V1.33333Z",
196
+ fill: n
197
+ }
198
+ ),
199
+ /* @__PURE__ */ e(
200
+ "path",
201
+ {
202
+ d: "M12.1667 1.33333C12.1667 0.873096 11.7936 0.5 11.3333 0.5C10.8731 0.5 10.5 0.873096 10.5 1.33333V3C10.5 3.46024 10.8731 3.83333 11.3333 3.83333C11.7936 3.83333 12.1667 3.46024 12.1667 3V1.33333Z",
203
+ fill: n
204
+ }
205
+ )
206
+ ] }), ve = ({ size: t = "20", color: o = "#131314" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: t, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ e(
207
+ "path",
208
+ {
209
+ d: "M9.00081 10.0039L12.2508 13.2539C12.4036 13.4067 12.48 13.6012 12.48 13.8373C12.48 14.0734 12.4036 14.2678 12.2508 14.4206C12.098 14.5734 11.9036 14.6498 11.6675 14.6498C11.4314 14.6498 11.2369 14.5734 11.0841 14.4206L7.25081 10.5873C7.16748 10.5039 7.10845 10.4137 7.07373 10.3164C7.03901 10.2192 7.02165 10.1151 7.02165 10.0039C7.02165 9.89284 7.03901 9.78867 7.07373 9.69145C7.10845 9.59422 7.16748 9.50395 7.25081 9.42061L11.0841 5.58728C11.2369 5.4345 11.4314 5.35811 11.6675 5.35811C11.9036 5.35811 12.098 5.4345 12.2508 5.58728C12.4036 5.74006 12.48 5.9345 12.48 6.17061C12.48 6.40672 12.4036 6.60117 12.2508 6.75395L9.00081 10.0039Z",
210
+ fill: o
2124
211
  }
2125
- }
2126
- .Skeleton-module__dark.Skeleton-module__skeleton {
2127
- background-color: #5a5a5a;
2128
- }
2129
- .Skeleton-module__dark.Skeleton-module__skeleton::after {
2130
- background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
2131
- }@font-face {
2132
- font-family: "Inter-Regular";
2133
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
2134
- }
2135
- @font-face {
2136
- font-family: "Inter-SemiBold";
2137
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
2138
- }
2139
- @font-face {
2140
- font-family: "Inter-Medium";
2141
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
2142
- }
2143
- .ActionDropdown-module__actionDropdownContainer {
2144
- width: 100%;
2145
- }
2146
- .ActionDropdown-module__actionDropdownContainer.ActionDropdown-module__collapsed .ActionDropdown-module__actionDropdownIcon {
2147
- transform: rotate(180deg);
2148
- }
2149
- .ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownContent {
2150
- width: 100%;
2151
- border-radius: 6px;
2152
- background: #f2f2f2;
2153
- display: flex;
2154
- align-items: center;
2155
- justify-content: space-between;
2156
- cursor: pointer;
2157
- user-select: none;
2158
- -webkit-user-select: none;
2159
- -moz-user-select: none;
2160
- -ms-user-select: none;
2161
- }
2162
- .ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownContent .ActionDropdown-module__actionDropdownTitle {
2163
- width: 90%;
2164
- white-space: nowrap;
2165
- overflow: hidden;
2166
- color: #131314;
2167
- font-feature-settings: "liga" off, "clig" off;
2168
- text-overflow: ellipsis;
2169
- font-family: "Inter-Regular", sans-serif;
2170
- font-size: 14px;
2171
- font-weight: 400;
2172
- line-height: 24px;
2173
- letter-spacing: 0.1px;
2174
- border-right: 1px solid #ffffff;
2175
- padding: 8px 16px;
2176
- }
2177
- .ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownContent .ActionDropdown-module__actionDropdownIcon {
2178
- display: flex;
2179
- align-items: center;
2180
- justify-content: center;
2181
- padding: 8px;
2182
- width: 40px;
2183
- height: 40px;
2184
- transition: transform 0.2s ease-in-out;
2185
- }
2186
- .ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownList {
2187
- width: 100%;
2188
- border-radius: 12px;
2189
- border: 1px solid #e6e6e6;
2190
- background: #fff;
2191
- box-shadow: 0px 2px 4px 0px rgba(19, 19, 20, 0.04);
2192
- height: 250px;
2193
- overflow: auto;
2194
- padding: 8px;
2195
- }
2196
- .ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownList .ActionDropdown-module__actionDropdownItem {
2197
- width: 100%;
2198
- border-radius: 4px;
2199
- background: #fff;
2200
- padding: 6px 10px;
2201
- overflow: hidden;
2202
- color: #131314;
2203
- font-feature-settings: "liga" off, "clig" off;
2204
- text-overflow: ellipsis;
2205
- font-family: "Inter-Regular", sans-serif;
2206
- font-size: 14px;
2207
- font-weight: 400;
2208
- line-height: 24px;
2209
- letter-spacing: 0.1px;
2210
- cursor: pointer;
2211
- }
2212
- .ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownList .ActionDropdown-module__actionDropdownItem:hover, .ActionDropdown-module__actionDropdownContainer .ActionDropdown-module__actionDropdownList .ActionDropdown-module__actionDropdownItem.ActionDropdown-module__selected {
2213
- border-radius: 4px;
2214
- background: #f2f2f2;
2215
- }@font-face {
2216
- font-family: "Inter-Regular";
2217
- src: url("/assets/Inter_24pt-Regular-C7SEt4-L.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Regular.woff") format("woff");
2218
- }
2219
- @font-face {
2220
- font-family: "Inter-SemiBold";
2221
- src: url("/assets/Inter_24pt-SemiBold-DIQUEucn.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-SemiBold.woff") format("woff");
2222
- }
2223
- @font-face {
2224
- font-family: "Inter-Medium";
2225
- src: url("/assets/Inter_24pt-Medium-C1cYvkz2.woff2") format("woff2"), url("../../assets/fonts/Inter_24pt-Medium.woff") format("woff");
2226
- }
2227
- .InlineLoading-module__inlineLoadingWrapper {
2228
- width: 100%;
2229
- }
2230
- .InlineLoading-module__inlineLoadingWrapper div {
2231
- display: flex;
2232
- gap: 0.5rem;
2233
- }
2234
- .InlineLoading-module__inlineLoadingWrapper div.InlineLoading-module__loading svg {
2235
- animation: InlineLoading-module__anim 1s infinite linear;
2236
- }
2237
- @keyframes InlineLoading-module__anim {
2238
- to {
2239
- transform: rotate(1turn);
212
+ ) }), ke = ({ size: t = "20", color: o = "#131314", style: n }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: t, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ e(
213
+ "path",
214
+ {
215
+ d: "M10.5007 10.004L7.25065 6.75399C7.09787 6.60121 7.02148 6.40677 7.02148 6.17065C7.02148 5.93454 7.09787 5.7401 7.25065 5.58732C7.40343 5.43454 7.59787 5.35815 7.83398 5.35815C8.0701 5.35815 8.26454 5.43454 8.41732 5.58732L12.2507 9.42065C12.334 9.50399 12.393 9.59427 12.4277 9.69149C12.4625 9.78871 12.4798 9.89288 12.4798 10.004C12.4798 10.1151 12.4625 10.2193 12.4277 10.3165C12.393 10.4137 12.334 10.504 12.2507 10.5873L8.41732 14.4207C8.26454 14.5734 8.0701 14.6498 7.83398 14.6498C7.59787 14.6498 7.40343 14.5734 7.25065 14.4207C7.09787 14.2679 7.02148 14.0734 7.02148 13.8373C7.02148 13.6012 7.09787 13.4068 7.25065 13.254L10.5007 10.004Z",
216
+ fill: o
2240
217
  }
2241
- }
2242
- .InlineLoading-module__inlineLoadingWrapper div span {
2243
- color: #181d27;
2244
- font-family: "Inter-Regular", sans-serif;
2245
- font-size: var(--Font-size-text-md, 16px);
2246
- font-style: normal;
2247
- font-weight: 400;
2248
- line-height: 1.125rem;
2249
- font-size: 0.75rem;
2250
- }
2251
-
2252
- .InlineLoading-module__dark.InlineLoading-module__inlineLoadingWrapper span {
2253
- color: #f7f7f7;
2254
- }`));
2255
- document.head.appendChild(elementStyle);
218
+ ) }), it = ({ size: t = 20, color: o = "#C1C2C7" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: t, viewBox: "0 0 20 20", fill: "none", children: /* @__PURE__ */ e(
219
+ "path",
220
+ {
221
+ fillRule: "evenodd",
222
+ clipRule: "evenodd",
223
+ d: "M10.0001 18.3332C14.6025 18.3332 18.3334 14.6022 18.3334 9.99984C18.3334 5.39746 14.6025 1.6665 10.0001 1.6665C5.39771 1.6665 1.66675 5.39746 1.66675 9.99984C1.66675 14.6022 5.39771 18.3332 10.0001 18.3332ZM8.08934 6.91058C7.7639 6.58514 7.23626 6.58514 6.91083 6.91058C6.58539 7.23602 6.58539 7.76366 6.91083 8.08909L8.82157 9.99984L6.91083 11.9106C6.58539 12.236 6.58539 12.7637 6.91083 13.0891C7.23626 13.4145 7.7639 13.4145 8.08934 13.0891L10.0001 11.1783L11.9108 13.0891C12.2363 13.4145 12.7639 13.4145 13.0893 13.0891C13.4148 12.7637 13.4148 12.236 13.0893 11.9106L11.1786 9.99984L13.0893 8.08909C13.4148 7.76366 13.4148 7.23602 13.0893 6.91058C12.7639 6.58514 12.2363 6.58514 11.9108 6.91058L10.0001 8.82133L8.08934 6.91058Z",
224
+ fill: o
225
+ }
226
+ ) }), at = "MainButton-module__mainButton", ct = "MainButton-module__sm", dt = "MainButton-module__md", ut = "MainButton-module__lg", pt = "MainButton-module__mainButtonContent", ft = "MainButton-module__mainButtonLabel", mt = "MainButton-module__primary", ht = "MainButton-module__neutral", Ct = "MainButton-module__loading", wt = "MainButton-module__disabled", _t = "MainButton-module__focused", gt = "MainButton-module__positive", yt = "MainButton-module__negative", vt = "MainButton-module__secondary", kt = "MainButton-module__tertiary", It = "MainButton-module__tertiaryV2", Lt = "MainButton-module__tertiaryV3", Ce = {
227
+ mainButton: at,
228
+ sm: ct,
229
+ md: dt,
230
+ lg: ut,
231
+ mainButtonContent: pt,
232
+ mainButtonLabel: ft,
233
+ primary: mt,
234
+ neutral: ht,
235
+ loading: Ct,
236
+ disabled: wt,
237
+ focused: _t,
238
+ positive: gt,
239
+ negative: yt,
240
+ secondary: vt,
241
+ tertiary: kt,
242
+ tertiaryV2: It,
243
+ tertiaryV3: Lt
244
+ }, Oe = ({
245
+ label: t,
246
+ size: o = "md",
247
+ leftSlot: n,
248
+ rightSlot: l,
249
+ buttonSlot: C,
250
+ type: c = "button",
251
+ colorType: a = "neutral",
252
+ buttonType: i = "primary",
253
+ withFocus: g = !1,
254
+ customFocus: H,
255
+ disabled: L,
256
+ loading: _ = !1,
257
+ spaceBetween: h = !1,
258
+ buttonStyle: y,
259
+ mainButtonContentStyle: S,
260
+ mainButtonLabelStyle: J,
261
+ leftSlotStyle: u,
262
+ rightSlotStyle: v,
263
+ onClick: T
264
+ }) => {
265
+ const [D, R] = F(H || !1), B = ee(null), Y = (A) => {
266
+ L || _ || (g && R((P) => !P), T?.(A));
267
+ }, q = () => {
268
+ let A = "#ffffff";
269
+ return a === "neutral" && i !== "primary" && (A = "#0058FF"), a === "positive" && i !== "primary" && (A = "#328707"), a === "negative" && i !== "primary" && (A = "#E3292F"), A;
270
+ };
271
+ return V(() => {
272
+ const A = (P) => {
273
+ !B.current || L || P.composedPath().includes(B.current) || R(!1);
274
+ };
275
+ return document.addEventListener("click", A), () => {
276
+ document.removeEventListener("click", A);
277
+ };
278
+ }, []), /* @__PURE__ */ e(
279
+ "button",
280
+ {
281
+ ref: B,
282
+ style: y,
283
+ type: c,
284
+ disabled: L,
285
+ className: `${Ce.mainButton} ${Ce[o]} ${_ ? Ce.loading : ""} ${D ? Ce.focused : ""} ${Ce[i]} ${Ce[a]} ${L ? Ce.disabled : ""}`,
286
+ onClick: Y,
287
+ children: _ ? /* @__PURE__ */ e(je, { size: 20, stroke: q() }) : C || /* @__PURE__ */ d("div", { className: Ce.mainButtonContent, style: { ...S, justifyContent: h ? "space-between" : "center" }, children: [
288
+ n && /* @__PURE__ */ e("div", { className: Ce.leftSlot, style: u, children: n }),
289
+ /* @__PURE__ */ e("p", { className: Ce.mainButtonLabel, style: J, children: t }),
290
+ l && /* @__PURE__ */ e("div", { className: Ce.rightSlot, style: v, children: l })
291
+ ] })
292
+ }
293
+ );
294
+ }, xt = "FormInput-module__inputWrapper", bt = "FormInput-module__sm", $t = "FormInput-module__formInputWrapper", Tt = "FormInput-module__md", Nt = "FormInput-module__disabled", Mt = "FormInput-module__formInputLabel", Dt = "FormInput-module__formInput", At = "FormInput-module__formInputHelperText", Ht = "FormInput-module__formInputLabelWrapper", Bt = "FormInput-module__formInputRequired", Pt = "FormInput-module__formInputHelperSlot", Rt = "FormInput-module__errorState", St = "FormInput-module__focused", Et = "FormInput-module__active", Ft = "FormInput-module__errorFocused", Wt = "FormInput-module__errorActive", Ot = "FormInput-module__formInputSlot", Zt = "FormInput-module__errorHelperText", Vt = "FormInput-module__successHelperText", z = {
295
+ inputWrapper: xt,
296
+ sm: bt,
297
+ formInputWrapper: $t,
298
+ md: Tt,
299
+ disabled: Nt,
300
+ formInputLabel: Mt,
301
+ formInput: Dt,
302
+ formInputHelperText: At,
303
+ formInputLabelWrapper: Ht,
304
+ formInputRequired: Bt,
305
+ formInputHelperSlot: Pt,
306
+ errorState: Rt,
307
+ focused: St,
308
+ active: Et,
309
+ errorFocused: Ft,
310
+ errorActive: Wt,
311
+ formInputSlot: Ot,
312
+ errorHelperText: Zt,
313
+ successHelperText: Vt
314
+ }, Te = ({
315
+ label: t,
316
+ placeholder: o,
317
+ helperText: n,
318
+ required: l = !1,
319
+ disabled: C = !1,
320
+ readOnly: c = !1,
321
+ withFocus: a = !0,
322
+ withActive: i = !0,
323
+ searchComponent: g = !1,
324
+ size: H = "md",
325
+ toggleFocus: L = !1,
326
+ rightSlot: _,
327
+ leftSlot: h,
328
+ helperSlot: y,
329
+ type: S = "text",
330
+ value: J,
331
+ maxLength: u,
332
+ forDropdown: v = !1,
333
+ customFocus: T = null,
334
+ focus: D = !1,
335
+ inputState: R = { error: !1, success: !1, loading: !1 },
336
+ inputSlot: B,
337
+ onChange: Y,
338
+ onFocus: q,
339
+ onBlur: A,
340
+ onEnter: P,
341
+ onFocusChange: te,
342
+ formInputWrapperStyle: oe,
343
+ inputWrapperStyle: U,
344
+ formInputStyle: W,
345
+ helperTextStyle: p,
346
+ labelStyle: f,
347
+ inputSlotStyle: $
348
+ }) => {
349
+ const b = ee(null), [x, j] = F(J ?? ""), [ne, O] = F(!1), [ie, ae] = F(!1), ce = (Z) => {
350
+ g && j(Z.target.value), Y?.(Z.target.value);
351
+ }, se = () => {
352
+ q?.(), !v && O(!0);
353
+ }, K = () => {
354
+ O(L ? T ?? !1 : !1), A?.();
355
+ }, de = (Z) => {
356
+ const s = Z.currentTarget.value, k = s.length === 0;
357
+ S === "number" && (Z.keyCode === 69 || !k && (Z.keyCode === 187 || Z.keyCode === 107 || Z.keyCode === 189 || Z.keyCode === 109)) && Z.preventDefault(), Z.key === "Enter" && s && s.length > 0 && P?.();
358
+ }, ue = (Z) => Z, me = () => {
359
+ g && (j(""), Y?.(""));
360
+ };
361
+ return V(() => {
362
+ te?.(ne);
363
+ }, [ne]), V(() => {
364
+ T != null && O(T);
365
+ }, [T]), /* @__PURE__ */ d("div", { className: `${z.inputWrapper} ${C ? z.disabled : ""} ${z[H]}`, style: U ?? {}, children: [
366
+ t && /* @__PURE__ */ d("div", { className: z.formInputLabelWrapper, children: [
367
+ /* @__PURE__ */ d("label", { style: f ?? {}, className: z.formInputLabel, children: [
368
+ t,
369
+ " ",
370
+ typeof t == "string" && l && /* @__PURE__ */ e("span", { className: z.formInputRequired, children: "*" })
371
+ ] }),
372
+ y && /* @__PURE__ */ e("div", { className: z.formInputHelperSlot, children: ue(y) })
373
+ ] }),
374
+ /* @__PURE__ */ d(
375
+ "div",
376
+ {
377
+ className: `${z.formInputWrapper} ${R.error ? z.errorState : ""} ${a && ne ? R.error ? z.errorFocused : z.focused : ""} ${i && ie ? R.error ? z.errorActive : z.active : ""} ${R.error ? z.error : ""} ${R.success ? z.success : ""}`,
378
+ style: oe ?? {},
379
+ onClick: () => L && O((Z) => !Z),
380
+ children: [
381
+ h && /* @__PURE__ */ e("div", { className: z.formInputSlot, children: ue(h) }),
382
+ g && /* @__PURE__ */ e("div", { className: z.formInputSlot, children: ue(/* @__PURE__ */ e(Xe, {})) }),
383
+ B ? /* @__PURE__ */ e("div", { className: z.formInputSlot, style: $ ?? {}, children: ue(B) }) : /* @__PURE__ */ e(
384
+ "input",
385
+ {
386
+ className: z.formInput,
387
+ ref: b,
388
+ style: W ?? {},
389
+ type: S ?? "text",
390
+ value: g ? x : J,
391
+ onChange: (Z) => ce(Z),
392
+ onMouseDown: () => !v && ae(!0),
393
+ onMouseUp: () => !v && ae(!1),
394
+ onMouseLeave: () => !v && ae(!1),
395
+ onFocus: se,
396
+ onBlur: K,
397
+ disabled: C,
398
+ required: l,
399
+ onKeyDown: de,
400
+ readOnly: c,
401
+ spellCheck: !1,
402
+ placeholder: o ?? "",
403
+ autoComplete: "off",
404
+ maxLength: u
405
+ }
406
+ ),
407
+ _ && /* @__PURE__ */ e("div", { style: g ? { cursor: "pointer" } : {}, className: z.formInputSlot, children: ue(_) }),
408
+ g && /* @__PURE__ */ e("div", { className: z.formInputSlot, children: /* @__PURE__ */ e("div", { onClick: me, style: g ? { cursor: "pointer" } : {}, className: z.formInputSlot, children: x?.length > 0 ? ue(/* @__PURE__ */ e(Ne, {})) : null }) })
409
+ ]
410
+ }
411
+ ),
412
+ n && /* @__PURE__ */ e(
413
+ "p",
414
+ {
415
+ style: p ?? {},
416
+ className: `${z.formInputHelperText} ${R.error ? z.errorHelperText : R.success ? z.successHelperText : ""}`,
417
+ children: n
418
+ }
419
+ )
420
+ ] });
421
+ }, Yt = "Textarea-module__textareaContainer", Ut = "Textarea-module__textAreaLabel", jt = "Textarea-module__required", Xt = "Textarea-module__wrap", Qt = "Textarea-module__resize", qt = "Textarea-module__textareaIconClose", Jt = "Textarea-module__textarea", Kt = "Textarea-module__focused", Gt = "Textarea-module__active", zt = "Textarea-module__errorFocused", eo = "Textarea-module__errorActive", to = "Textarea-module__textareaFooter", le = {
422
+ textareaContainer: Yt,
423
+ textAreaLabel: Ut,
424
+ required: jt,
425
+ wrap: Xt,
426
+ resize: Qt,
427
+ textareaIconClose: qt,
428
+ textarea: Jt,
429
+ focused: Kt,
430
+ active: Gt,
431
+ errorFocused: zt,
432
+ errorActive: eo,
433
+ textareaFooter: to
434
+ }, Jr = ({
435
+ placeholder: t,
436
+ label: o,
437
+ cols: n = 30,
438
+ rows: l = 5,
439
+ value: C,
440
+ inputState: c = { error: !1, success: !0 },
441
+ maxLength: a = 20,
442
+ withFocus: i = !0,
443
+ withActive: g = !0,
444
+ withResize: H = !0,
445
+ withClose: L = !0,
446
+ onChange: _,
447
+ onFocus: h,
448
+ onBlur: y,
449
+ disabled: S,
450
+ required: J,
451
+ textareaContainerStyle: u,
452
+ textareaLabelStyle: v,
453
+ requiredStyle: T,
454
+ labelSlot: D,
455
+ textareaFooterStyle: R
456
+ }) => {
457
+ const B = ee(null), [Y, q] = F(!1), [A, P] = F(!1), te = (x) => {
458
+ let j = x.target.value;
459
+ _ && typeof _ == "function" && _(j);
460
+ }, oe = (x) => x, U = (x) => {
461
+ q(!0), h && typeof h == "function" && h(x);
462
+ }, W = (x) => {
463
+ q(!1), y && typeof y == "function" && y(x);
464
+ };
465
+ let p = !1;
466
+ V(() => {
467
+ if (!B.current) return;
468
+ const x = B.current.querySelector("textarea");
469
+ if (!x) return;
470
+ let j = !1;
471
+ const ne = (ie) => {
472
+ const ae = x.getBoundingClientRect();
473
+ ie.clientX > ae.right - 20 && ie.clientY > ae.bottom - 20 && (j = !0);
474
+ }, O = new ResizeObserver(() => {
475
+ j && (p = !0, j = !1);
476
+ });
477
+ return x.addEventListener("mousedown", ne), O.observe(x), () => {
478
+ x.removeEventListener("mousedown", ne), O.disconnect();
479
+ };
480
+ }, []);
481
+ const f = () => {
482
+ if (!B.current) return;
483
+ const x = B.current.querySelector("textarea");
484
+ !x || p || (x.style.height = "auto", x.style.height = `${x.scrollHeight}px`);
485
+ };
486
+ V(() => {
487
+ if (!B.current) return;
488
+ const x = B.current.querySelector("textarea"), j = new ResizeObserver(() => {
489
+ p = x.offsetHeight < x.scrollHeight;
490
+ });
491
+ return j.observe(x), () => j.disconnect();
492
+ }, []);
493
+ const $ = (x) => {
494
+ p = !1, _?.(x.target.value), f();
495
+ }, b = () => {
496
+ _ && typeof _ == "function" && _("");
497
+ };
498
+ return /* @__PURE__ */ d(
499
+ "div",
500
+ {
501
+ style: u ?? {},
502
+ className: `${le.textareaContainer} ${c.error ? le.error : ""} ${S ? le.disabled : null}`,
503
+ children: [
504
+ o && /* @__PURE__ */ d("div", { style: v, className: le.textAreaLabel, children: [
505
+ /* @__PURE__ */ e("p", { children: o }),
506
+ /* @__PURE__ */ e("span", { style: T ?? {}, className: le.required, children: J && "*" }),
507
+ D && oe(D)
508
+ ] }),
509
+ /* @__PURE__ */ d("div", { className: `${le.wrap} ${H ? le.resize : ""}`, ref: B, children: [
510
+ /* @__PURE__ */ e(
511
+ "textarea",
512
+ {
513
+ className: `${le.textarea} ${Y ? le.focused : ""} ${S ? le.disabled : ""} ${i && Y ? c.error ? le.errorFocused : le.focused : ""} ${g && A ? c.error ? le.errorActive : le.active : ""} ${c.error ? le.error : ""} ${c.success ? le.success : ""}`,
514
+ value: C,
515
+ placeholder: t ?? "",
516
+ cols: n,
517
+ rows: l,
518
+ maxLength: a ?? void 0,
519
+ onInput: $,
520
+ onFocus: U,
521
+ disabled: S,
522
+ onBlur: W,
523
+ onChange: te,
524
+ onMouseDown: () => P(!0),
525
+ onMouseUp: () => P(!1),
526
+ onMouseLeave: () => P(!1)
527
+ }
528
+ ),
529
+ L && C && /* @__PURE__ */ e("div", { className: le.textareaIconClose, onClick: b, children: /* @__PURE__ */ e(it, {}) })
530
+ ] }),
531
+ /* @__PURE__ */ e("div", { style: R ?? {}, className: le.textareaFooter, children: /* @__PURE__ */ d("p", { children: [
532
+ C?.length,
533
+ "/",
534
+ a
535
+ ] }) })
536
+ ]
537
+ }
538
+ );
539
+ }, oo = "Toggle-module__toggleWrapper", no = "Toggle-module__checked", ro = "Toggle-module__error", so = "Toggle-module__disabled", lo = "Toggle-module__sm", io = "Toggle-module__toggleState", ao = "Toggle-module__md", co = "Toggle-module__lg", Ie = {
540
+ toggleWrapper: oo,
541
+ checked: no,
542
+ error: ro,
543
+ disabled: so,
544
+ sm: lo,
545
+ toggleState: io,
546
+ md: ao,
547
+ lg: co
548
+ }, Kr = ({ checked: t, change: o, disabled: n = !1, size: l = "md", toggleType: C = "default", required: c = !1 }) => /* @__PURE__ */ e(
549
+ "div",
550
+ {
551
+ onClick: () => {
552
+ n || o?.(!t);
553
+ },
554
+ className: `${Ie.toggleWrapper} ${C === "error" ? Ie.error : ""} ${Ie[l]} ${t ? Ie.checked : ""} ${n ? Ie.disabled : ""}`,
555
+ children: /* @__PURE__ */ e("div", { className: Ie.toggleState, children: /* @__PURE__ */ e("input", { type: "checkbox", checked: t, readOnly: !0, disabled: n ?? !1, hidden: !0, required: c }) })
556
+ }
557
+ ), uo = "Checkbox-module__checkboxWrapper", po = "Checkbox-module__checkMark", fo = "Checkbox-module__error", mo = "Checkbox-module__checked", ho = "Checkbox-module__disabled", Co = "Checkbox-module__Namespace_Hr", wo = "Checkbox-module__dark", ge = {
558
+ checkboxWrapper: uo,
559
+ checkMark: po,
560
+ error: fo,
561
+ checked: mo,
562
+ disabled: ho,
563
+ namespaceHr: Co,
564
+ dark: wo
565
+ }, _o = Fe("namespaceNebi"), Be = () => Ee(_o), go = ({
566
+ checked: t,
567
+ change: o,
568
+ type: n = "default",
569
+ disabled: l = !1,
570
+ required: C = !1,
571
+ multipleChecked: c = !1,
572
+ activeStyle: a,
573
+ checkBoxStyle: i,
574
+ theme: g = "light"
575
+ }) => {
576
+ const H = Be(), L = ee(null), [_, h] = F(!1), y = () => {
577
+ l || o && typeof o == "function" && o(!t);
578
+ };
579
+ return /* @__PURE__ */ d(
580
+ "div",
581
+ {
582
+ style: _ ? l ? { boxShadow: "none" } : a ?? {} : i ?? {},
583
+ className: `${g === "dark" ? ge.dark : ""} ${ge[H]} ${ge.checkboxWrapper} ${n === "error" ? ge.error : ""} ${t ? ge.checked : ge.unChecked} ${l ? ge.disabled : ""}`,
584
+ onMouseDown: () => h(!0),
585
+ onMouseUp: () => h(!1),
586
+ onMouseLeave: () => h(!1),
587
+ onClick: y,
588
+ children: [
589
+ /* @__PURE__ */ e("input", { ref: L, type: "checkbox", disabled: l, checked: t ?? !1, hidden: !0, readOnly: !0, required: C ?? !1 }),
590
+ t ? c ? /* @__PURE__ */ e(Je, {}) : /* @__PURE__ */ e(qe, {}) : ""
591
+ ]
592
+ }
593
+ );
594
+ }, yo = "Dropdown-module__dropdownWrapper", vo = "Dropdown-module__dropdownInputWrapper", ko = "Dropdown-module__dropdownInputSlot", Io = "Dropdown-module__dropdownRightIconArrow", Lo = "Dropdown-module__focused", xo = "Dropdown-module__dropdownInputSlotItem", bo = "Dropdown-module__dropdownInputSlotItemLabel", $o = "Dropdown-module__dropdownInputSlotItemClose", To = "Dropdown-module__dropdownInputSlotItemMore", No = "Dropdown-module__dropdownRightIcon", Mo = "Dropdown-module__dropdownRightIconClose", Do = "Dropdown-module__dropdownListContainer", Ao = "Dropdown-module__dropdownList", Ho = "Dropdown-module__dropdownItem", Bo = "Dropdown-module__selected", Po = "Dropdown-module__dropdownItemLabel", Ro = "Dropdown-module__hovered", So = "Dropdown-module__disabled", Eo = "Dropdown-module__itemCheckbox", Fo = "Dropdown-module__dropdownItemLabelInput", Wo = "Dropdown-module__countryName", Oo = "Dropdown-module__countryDialCode", Zo = "Dropdown-module__selectAll", Q = {
595
+ dropdownWrapper: yo,
596
+ dropdownInputWrapper: vo,
597
+ dropdownInputSlot: ko,
598
+ dropdownRightIconArrow: Io,
599
+ focused: Lo,
600
+ dropdownInputSlotItem: xo,
601
+ dropdownInputSlotItemLabel: bo,
602
+ dropdownInputSlotItemClose: $o,
603
+ dropdownInputSlotItemMore: To,
604
+ dropdownRightIcon: No,
605
+ dropdownRightIconClose: Mo,
606
+ dropdownListContainer: Do,
607
+ dropdownList: Ao,
608
+ dropdownItem: Ho,
609
+ selected: Bo,
610
+ dropdownItemLabel: Po,
611
+ hovered: Ro,
612
+ disabled: So,
613
+ itemCheckbox: Eo,
614
+ dropdownItemLabelInput: Fo,
615
+ countryName: Wo,
616
+ countryDialCode: Oo,
617
+ selectAll: Zo
618
+ }, Ze = (t, o) => {
619
+ const n = /* @__PURE__ */ new Set();
620
+ return t.filter((l) => n.has(l[o]) ? !1 : (n.add(l[o]), !0));
621
+ }, Gr = ({
622
+ data: t,
623
+ withFilter: o = !0,
624
+ withClose: n = !0,
625
+ disableAll: l = !1,
626
+ withMultiselect: C = !1,
627
+ selectedOptionID: c,
628
+ withInput: a = !1,
629
+ dropdownType: i = "country",
630
+ onSelect: g,
631
+ onFocus: H,
632
+ onBlur: L,
633
+ onValueChange: _,
634
+ customInputSlot: h,
635
+ dropdownWrapperStyle: y,
636
+ dropdownInputWrapperStyle: S,
637
+ dropdownInputSlotStyle: J,
638
+ dropdownInputSlotItemStyle: u,
639
+ dropdownInputSlotItemLabelStyle: v,
640
+ dropdownInputSlotItemCloseStyle: T,
641
+ dropdownInputSlotItemMoreStyle: D,
642
+ dropdownItemStyle: R,
643
+ dropdownItemLabelStyle: B,
644
+ itemCheckboxStyle: Y,
645
+ dropdownItemLabelTextStyle: q,
646
+ dropdownListStyle: A,
647
+ ...P
648
+ }) => {
649
+ const [te, oe] = F(!1), [U, W] = F(""), [p, f] = F(!1), [$, b] = F(!1), [x, j] = F(!1), ne = ee(null), O = ee(null), ie = ee(null), ae = ee(null), [ce, se] = F([]), K = ee([]), de = ee(0), [ue, me] = F(""), [Z, s] = F(null), k = (r) => `https://flagsapi.com/${r}/flat/64.png`, I = (r) => {
650
+ if (r.selected = !r.selected, !C) {
651
+ g?.(r);
652
+ return;
653
+ }
654
+ K.current = [...K.current, ...ce.filter((w) => w.selected == !0), ...ce.filter((w) => w.id === r.id)], K.current = Ze(K.current, "id").filter((w) => w.selected).filter((w) => w.id !== "SELECT_ALL"), r.id === "SELECT_ALL" ? (f(r.selected), b(!0)) : (f(!1), g?.(K.current), b(!1)), oe((w) => !w);
655
+ }, N = (r) => {
656
+ s(r), g?.(r), j(!1);
657
+ }, G = () => {
658
+ H?.();
659
+ }, X = () => {
660
+ const r = O.current, w = ne.current;
661
+ if (!w || !r) return;
662
+ const E = r.getBoundingClientRect(), Le = window.innerHeight;
663
+ w.style.zIndex = "100", w.style.position = "fixed", w.style.width = E.width + "px", w.style.left = `${E.left + window.pageXOffset}px`, E.bottom + w.offsetHeight > Le ? (w.style.top = `${window.scrollY + E.top - w.offsetHeight + 18}px`, w.style.bottom = "unset") : (w.style.top = `${window.scrollY + E.bottom + 8}px`, w.style.bottom = "unset");
664
+ };
665
+ V(() => {
666
+ X();
667
+ }, [ne, x]), V(() => {
668
+ if (K.current = t.filter((E) => E.selected), !C) {
669
+ se(t);
670
+ return;
671
+ }
672
+ const r = t.some((E) => "selected" in E), w = { id: "SELECT_ALL", label: "Select All", selected: p };
673
+ r ? se([w, ...t]) : (t.forEach((E) => {
674
+ E.selected = !1;
675
+ }), se([w, ...t]));
676
+ }, [JSON.stringify(t)]), V(() => {
677
+ C && (t.every((r) => r.selected) || f(!1));
678
+ }, [K.current.length]), V(() => {
679
+ !C && c && s(t.find((r) => r.id === c));
680
+ }, [c]), V(() => {
681
+ if (C && ce.length > 0 && $) {
682
+ const r = ce.map((w) => w.id === "SELECT_ALL" ? { ...w, selected: p } : w.disabled ? w : { ...w, selected: p });
683
+ se(r), t.forEach((w) => {
684
+ w.id === "SELECT_ALL" ? w.selected = p : w.disabled || (w.selected = p);
685
+ }), K.current = r.filter((w) => w.selected && w.id !== "SELECT_ALL"), g?.(K.current);
686
+ }
687
+ }, [te]), V(() => {
688
+ const r = (E) => {
689
+ O.current && (E.composedPath().includes(O.current) || j(!1));
690
+ }, w = (E) => {
691
+ !O.current || !ie.current || ie.current.contains(E.target) || j(!1);
692
+ };
693
+ return document.addEventListener("click", r), document.addEventListener("wheel", w), () => {
694
+ document.removeEventListener("click", r), document.removeEventListener("wheel", w);
695
+ };
696
+ }, []), V(() => {
697
+ if (!C) return;
698
+ const r = () => {
699
+ const w = O.current?.getBoundingClientRect();
700
+ if (!w) return;
701
+ const E = w.width;
702
+ E <= 150 ? de.current = 0 : E <= 250 ? de.current = 1 : E <= 350 ? de.current = 2 : E <= 450 ? de.current = 3 : de.current = 4;
703
+ };
704
+ return r(), window.addEventListener("resize", r), () => window.removeEventListener("resize", r);
705
+ }, []);
706
+ const pe = ee(!0);
707
+ return V(() => {
708
+ if (pe.current) {
709
+ pe.current = !1;
710
+ return;
711
+ }
712
+ x || L?.();
713
+ }, [x]), /* @__PURE__ */ d("div", { className: `${Q.dropdownWrapper}`, style: y ?? {}, children: [
714
+ /* @__PURE__ */ e(
715
+ "div",
716
+ {
717
+ ref: O,
718
+ className: Q.dropdownInputWrapper,
719
+ style: S ?? {},
720
+ onClick: () => (j((r) => !r), X()),
721
+ onFocus: G,
722
+ children: /* @__PURE__ */ e(
723
+ Te,
724
+ {
725
+ ...P,
726
+ onFocusChange: (r) => j(r),
727
+ customFocus: x,
728
+ withActive: !1,
729
+ value: a ? U : Z?.label ?? "",
730
+ onChange: (r) => {
731
+ W(r), _?.(r);
732
+ },
733
+ toggleFocus: !0,
734
+ formInputStyle: { cursor: a ? "text" : "pointer" },
735
+ leftSlot: a && /* @__PURE__ */ d("div", { className: Q.dropdownInputSlot, children: [
736
+ i === "currency" ? /* @__PURE__ */ e("p", { children: Z?.label }) : /* @__PURE__ */ e("img", { src: k(Z?.code), alt: "flag" }),
737
+ /* @__PURE__ */ e("div", { className: `${Q.dropdownRightIconArrow} ${x ? Q.focused : ""}`, children: /* @__PURE__ */ e($e, {}) })
738
+ ] }),
739
+ rightSlot: /* @__PURE__ */ d("div", { className: `${Q.dropdownRightIcon} ${x ? Q.focused : ""}`, children: [
740
+ (a ? U : !C && Z) && /* @__PURE__ */ e(
741
+ "div",
742
+ {
743
+ onClick: (r) => {
744
+ r.stopPropagation(), a ? (W(""), j(!1)) : s(null);
745
+ },
746
+ className: Q.dropdownRightIconClose,
747
+ children: /* @__PURE__ */ e(Ne, {})
748
+ }
749
+ ),
750
+ !a && /* @__PURE__ */ e("div", { className: Q.dropdownRightIconArrow, children: /* @__PURE__ */ e($e, {}) })
751
+ ] }),
752
+ readOnly: !a,
753
+ forDropdown: !0,
754
+ inputSlotStyle: { width: "100%" },
755
+ inputSlot: C && K.current.length > 0 ? h || /* @__PURE__ */ d("ul", { className: Q.dropdownInputSlot, style: J ?? {}, children: [
756
+ K.current.slice(0, de.current).map((r, w) => /* @__PURE__ */ d(
757
+ "li",
758
+ {
759
+ ref: ae,
760
+ className: Q.dropdownInputSlotItem,
761
+ style: u ?? {},
762
+ onClick: (E) => E.stopPropagation(),
763
+ children: [
764
+ /* @__PURE__ */ e("p", { title: r.label, className: Q.dropdownInputSlotItemLabel, style: v ?? {}, children: typeof r.customLabel == "function" ? r.customLabel(r) : r.label }),
765
+ /* @__PURE__ */ e(
766
+ "div",
767
+ {
768
+ style: T ?? {},
769
+ className: Q.dropdownInputSlotItemClose,
770
+ onClick: (E) => {
771
+ E.stopPropagation(), I(r);
772
+ },
773
+ children: /* @__PURE__ */ e(Qe, { width: "16", height: "16", viewBox: "0 0 16 16", stroke: "#95969C" })
774
+ }
775
+ )
776
+ ]
777
+ },
778
+ w
779
+ )),
780
+ K.current.length > de.current && /* @__PURE__ */ e("li", { className: `${Q.dropdownInputSlotItem} ${Q.dropdownInputSlotItemMore}`, style: D ?? {}, children: /* @__PURE__ */ e("p", { className: Q.dropdownInputSlotItemLabel, style: v ?? {}, children: `+${K.current.length - de.current}` }) })
781
+ ] }) : null
782
+ }
783
+ )
784
+ }
785
+ ),
786
+ t && t.length > 0 && x && /* @__PURE__ */ d("div", { ref: ne, onClick: (r) => r.stopPropagation(), className: Q.dropdownListContainer, children: [
787
+ o && /* @__PURE__ */ e(
788
+ Te,
789
+ {
790
+ placeholder: "Search",
791
+ searchComponent: !0,
792
+ withFocus: !1,
793
+ withActive: !1,
794
+ value: ue,
795
+ onChange: (r) => me(r)
796
+ }
797
+ ),
798
+ /* @__PURE__ */ e("ul", { onClick: (r) => r.stopPropagation(), className: Q.dropdownList, ref: ie, style: A ?? {}, children: ce.filter((r) => r?.label?.toLowerCase().includes(ue.toLowerCase())).map((r, w) => /* @__PURE__ */ d(
799
+ "li",
800
+ {
801
+ style: { ...R, cursor: !C && r?.disabled ? "not-allowed" : "pointer" },
802
+ className: `${Q.dropdownItem} ${!C && Z?.id === r.id ? Q.selected : ""} ${!r?.label || r.label === void 0 || l || r?.disabled ? Q.disabled : ""} ${!C && !r?.disabled ? Q.hovered : ""}`,
803
+ onClick: (E) => {
804
+ E.stopPropagation(), !C && !r?.disabled && N(r);
805
+ },
806
+ children: [
807
+ C && /* @__PURE__ */ e("div", { className: Q.itemCheckbox, style: Y ?? {}, children: /* @__PURE__ */ e(
808
+ go,
809
+ {
810
+ multipleChecked: r.id === "SELECT_ALL",
811
+ disabled: l || r?.disabled,
812
+ checked: r?.selected,
813
+ change: () => I(r)
814
+ }
815
+ ) }),
816
+ /* @__PURE__ */ d("div", { className: Q.dropdownItemLabel, style: B ?? {}, children: [
817
+ a ? /* @__PURE__ */ d("div", { className: Q.dropdownItemLabelInput, children: [
818
+ /* @__PURE__ */ e("img", { src: k(r.code), style: { width: "1.375rem", height: "1.375rem", objectFit: "contain" }, alt: r.name }),
819
+ /* @__PURE__ */ e("span", { title: r.name, className: Q.countryName, children: r.name || r.label }),
820
+ /* @__PURE__ */ e("span", { className: Q.countryDialCode, children: i === "country" ? r.dialCode : r?.label })
821
+ ] }) : /* @__PURE__ */ e(
822
+ "p",
823
+ {
824
+ title: typeof r.label == "string" ? r.label : "",
825
+ className: `${r.id === "SELECT_ALL" ? Q.selectAll : ""}`,
826
+ style: q ?? {},
827
+ children: typeof r.customLabel == "function" ? r.customLabel(r) : r.label
828
+ }
829
+ ),
830
+ C && /* @__PURE__ */ e("p", { children: r.id === "SELECT_ALL" ? `${ce.filter((E) => E.id !== "SELECT_ALL" && E.selected).length}/${t.length}` : "" })
831
+ ] })
832
+ ]
833
+ },
834
+ w
835
+ )) }, ce.length)
836
+ ] })
837
+ ] });
838
+ }, Vo = "Radio-module__radioWrapper", Yo = {
839
+ radioWrapper: Vo
840
+ }, zr = ({ checked: t, change: o, disabled: n, required: l, withUncheckState: C = !1, radioType: c = "default" }) => {
841
+ Be(), F(!1);
842
+ const a = () => {
843
+ n || o?.(C ? !t : !0);
844
+ }, i = () => {
845
+ let g = null, H = n ? "#95969C" : c === "error" ? "#E3292F" : "#0058FF";
846
+ return t ? n ? g = /* @__PURE__ */ e(ze, { color: H }) : g = /* @__PURE__ */ e(Ke, { color: H }) : n ? g = /* @__PURE__ */ e(et, { color: H }) : g = /* @__PURE__ */ e(Ge, { color: H }), g;
847
+ };
848
+ return /* @__PURE__ */ d("div", { className: Yo.radioWrapper, style: { cursor: n ? "not-allowed" : "pointer" }, onClick: a, children: [
849
+ /* @__PURE__ */ e("input", { type: "radio", checked: !0, readOnly: !0, hidden: !0, disabled: n ?? !1, required: l }),
850
+ i()
851
+ ] });
852
+ }, Uo = "Tooltip-module__tooltipContainer", jo = "Tooltip-module__tooltipContent", Xo = "Tooltip-module__withoutPointer", Qo = "Tooltip-module__top", qo = "Tooltip-module__right", Jo = "Tooltip-module__bottom", Ko = "Tooltip-module__left", Go = "Tooltip-module__tooltipTitle", zo = "Tooltip-module__tooltipText", en = "Tooltip-module__dark", we = {
853
+ tooltipContainer: Uo,
854
+ tooltipContent: jo,
855
+ withoutPointer: Xo,
856
+ top: Qo,
857
+ right: qo,
858
+ bottom: Jo,
859
+ left: Ko,
860
+ tooltipTitle: Go,
861
+ tooltipText: zo,
862
+ dark: en
863
+ }, es = ({
864
+ children: t,
865
+ tooltipSlot: o,
866
+ delay: n = 400,
867
+ placement: l = "top",
868
+ trigger: C = "hover",
869
+ title: c,
870
+ text: a,
871
+ customText: i,
872
+ tooltipContentStyle: g,
873
+ tooltipTitlestyle: H,
874
+ tooltipTextStyle: L,
875
+ tooltipContainerStyle: _,
876
+ pointerPosition: h = "10%",
877
+ withPointer: y = !1,
878
+ theme: S,
879
+ topCustomOffset: J = 0,
880
+ bottomCustomOffset: u = 0,
881
+ leftCustomOffset: v = 0,
882
+ rightCustomOffset: T = 0,
883
+ forceClose: D = !1,
884
+ onClick: R
885
+ }) => {
886
+ const B = ee(null), Y = ee(null);
887
+ let q;
888
+ const [A, P] = F(!1), te = o || c || a || i, oe = () => {
889
+ C === "hover" && te && (q = setTimeout(() => {
890
+ P(!0);
891
+ }, n));
892
+ }, U = () => {
893
+ C === "hover" && (clearTimeout(q), setTimeout(() => {
894
+ P(!1);
895
+ }, n));
896
+ }, W = () => {
897
+ C === "click" && (R?.(), P((f) => !f));
898
+ }, p = () => {
899
+ const f = B.current, $ = Y.current;
900
+ if (!$ || !f) return;
901
+ const b = f.getBoundingClientRect();
902
+ switch ($.style.position = "fixed", l) {
903
+ case "top":
904
+ $.style.top = `${b.top - $.offsetHeight - 8}px`, $.style.left = `${b.left + J}px`;
905
+ break;
906
+ case "bottom":
907
+ $.style.top = `${b.bottom + 8}px`, $.style.left = `${b.left + u}px`;
908
+ break;
909
+ case "left":
910
+ $.style.top = `${b.top + b.height / 2 - $.offsetHeight / 2}px`, $.style.left = `${b.left - $.offsetWidth - 8 + v}px`;
911
+ break;
912
+ case "right":
913
+ $.style.top = `${b.top + b.height / 2 - $.offsetHeight / 2}px`, $.style.left = `${b.right + 8 + T}px`;
914
+ break;
915
+ }
916
+ };
917
+ return V(() => {
918
+ p();
919
+ }, [B, A, t, l, o, i, c, a]), V(() => {
920
+ const f = (b) => {
921
+ B.current?.contains(b.target) || P(!1);
922
+ }, $ = (b) => {
923
+ b.composedPath().includes(B.current) || P(!1);
924
+ };
925
+ return document.addEventListener("click", $), document.addEventListener("scroll", f, !0), () => {
926
+ document.removeEventListener("scroll", f, !0), document.removeEventListener("click", $);
927
+ };
928
+ }, []), V(() => {
929
+ D && P(!1);
930
+ }, [D]), V(() => {
931
+ const f = Y.current;
932
+ f && (f.style.setProperty("--pointer-position", `${h}`), y || f.classList.add(we.withoutPointer));
933
+ }, [A]), /* @__PURE__ */ d(
934
+ "div",
935
+ {
936
+ ref: B,
937
+ className: `${S === "dark" ? we.dark : ""} ${we.tooltipContainer}`,
938
+ onClick: W,
939
+ onMouseEnter: oe,
940
+ onMouseLeave: U,
941
+ style: _ ?? {},
942
+ children: [
943
+ t,
944
+ A && o ? /* @__PURE__ */ e(
945
+ "div",
946
+ {
947
+ style: g ?? {},
948
+ onClick: (f) => f.stopPropagation(),
949
+ ref: Y,
950
+ className: `${we.tooltipContent} ${l ? we[l] : we.bottom}`,
951
+ children: o
952
+ }
953
+ ) : A && /* @__PURE__ */ d(
954
+ "div",
955
+ {
956
+ style: g ?? {},
957
+ onClick: (f) => f.stopPropagation(),
958
+ ref: Y,
959
+ className: `${we.tooltipContent} ${l ? we[l] : we.bottom}`,
960
+ children: [
961
+ i && typeof i == "string" && i,
962
+ c && c.length > 0 && typeof c == "string" && /* @__PURE__ */ e("h2", { className: we.tooltipTitle, style: H ?? {}, children: c }),
963
+ a && a.length > 0 && typeof a == "string" && /* @__PURE__ */ e("p", { className: we.tooltipText, style: L ?? {}, children: a })
964
+ ]
965
+ }
966
+ )
967
+ ]
968
+ }
969
+ );
970
+ }, tn = "Popup-module__modalOverlay", on = "Popup-module__popupDrawerMode", nn = "Popup-module__popupContainer", rn = "Popup-module__closeButton", sn = "Popup-module__withOptions", ln = "Popup-module__horizontal", an = "Popup-module__popupHeader", cn = "Popup-module__popupTitle", dn = "Popup-module__popupDescription", un = "Popup-module__typeIcon", pn = "Popup-module__icon", fn = "Popup-module__templateWrapper", he = {
971
+ modalOverlay: tn,
972
+ popupDrawerMode: on,
973
+ popupContainer: nn,
974
+ closeButton: rn,
975
+ withOptions: sn,
976
+ horizontal: ln,
977
+ popupHeader: an,
978
+ popupTitle: cn,
979
+ popupDescription: dn,
980
+ typeIcon: un,
981
+ icon: pn,
982
+ templateWrapper: fn
983
+ }, ts = ({
984
+ visible: t,
985
+ template: o,
986
+ options: n,
987
+ children: l,
988
+ onClickOutside: C,
989
+ onClose: c,
990
+ widthType: a,
991
+ // "horizontal"
992
+ modalOverlayStyle: i,
993
+ popupContainerStyle: g,
994
+ templateWrapperStyle: H,
995
+ popupHeaderStyle: L,
996
+ popupTitleStyle: _,
997
+ closeButtonStyle: h
998
+ }) => {
999
+ const y = () => {
1000
+ if (!(!n || !n?.type))
1001
+ switch (String(n?.type)) {
1002
+ case "delete":
1003
+ return /* @__PURE__ */ e(nt, {});
1004
+ case "unsaved":
1005
+ return /* @__PURE__ */ e(ot, {});
1006
+ case "success":
1007
+ return /* @__PURE__ */ e(tt, {});
1008
+ }
1009
+ }, S = () => {
1010
+ c && typeof c == "function" && c();
1011
+ }, J = ee(null), u = (v) => {
1012
+ v.target === J.current && C && typeof C == "function" && C();
1013
+ };
1014
+ return V(() => (document.addEventListener("click", u), () => {
1015
+ document.removeEventListener("click", u);
1016
+ }), []), t && /* @__PURE__ */ e(
1017
+ "div",
1018
+ {
1019
+ ref: J,
1020
+ style: i ?? {},
1021
+ className: `
1022
+ ${he.modalOverlay}
1023
+ ${n && n?.mode === "drawer" ? he.popupDrawerMode : ""}
1024
+ `,
1025
+ children: /* @__PURE__ */ d(
1026
+ "div",
1027
+ {
1028
+ style: g ?? {},
1029
+ className: `
1030
+ mcPopup_global
1031
+ ${he.popupContainer}
1032
+ ${n?.type ? he.withOptions : ""}
1033
+ ${a === "horizontal" ? he.horizontal : ""}
1034
+ `,
1035
+ children: [
1036
+ /* @__PURE__ */ e("div", { className: he.closeButton, style: h ?? {}, onClick: S, children: /* @__PURE__ */ e(
1037
+ We,
1038
+ {
1039
+ color: "#131314"
1040
+ }
1041
+ ) }),
1042
+ (n?.title || n?.description || n?.type) && /* @__PURE__ */ d("div", { className: `${he.popupHeader}`, style: L ?? {}, children: [
1043
+ y() && /* @__PURE__ */ e("div", { className: he.typeIcon, children: /* @__PURE__ */ e(
1044
+ "div",
1045
+ {
1046
+ style: { backgroundColor: n?.type === "success" ? "#DCFAE6" : n?.type === "unsaved" ? "#FEF0C7" : "#FEE4E2" },
1047
+ className: he.icon,
1048
+ children: y()
1049
+ }
1050
+ ) }),
1051
+ n && n?.title && /* @__PURE__ */ e("div", { className: he.popupTitle, children: /* @__PURE__ */ d("h2", { style: _ ?? {}, children: [
1052
+ " ",
1053
+ n?.title ?? "",
1054
+ " "
1055
+ ] }) }),
1056
+ n && n?.description && /* @__PURE__ */ e("div", { className: he.popupDescription, children: /* @__PURE__ */ d("p", { children: [
1057
+ " ",
1058
+ n?.description ?? "",
1059
+ " "
1060
+ ] }) })
1061
+ ] }),
1062
+ /* @__PURE__ */ d("div", { className: he.templateWrapper, style: H ?? {}, children: [
1063
+ o && o,
1064
+ l && l
1065
+ ] })
1066
+ ]
1067
+ }
1068
+ )
1069
+ }
1070
+ );
1071
+ }, mn = "NotificationToast-module__toastContainer", hn = "NotificationToast-module__notificationToast", Cn = "NotificationToast-module__fadeIn", wn = "NotificationToast-module__fadeOut", _n = "NotificationToast-module__neutral", gn = "NotificationToast-module__filled", yn = "NotificationToast-module__notificationToastContentLeftTextTitle", vn = "NotificationToast-module__notificationToastContentRightUndoText", kn = "NotificationToast-module__notificationToastContentLeftTextDescription", In = "NotificationToast-module__info", Ln = "NotificationToast-module__error", xn = "NotificationToast-module__success", bn = "NotificationToast-module__notificationToastContent", $n = "NotificationToast-module__notificationToastContentLeft", Tn = "NotificationToast-module__notificationToastContentInfoIcon", Nn = "NotificationToast-module__notificationToastContentLeftText", Mn = "NotificationToast-module__notificationToastContentRight", Dn = "NotificationToast-module__notificationToastContentRightClose", fe = {
1072
+ toastContainer: mn,
1073
+ notificationToast: hn,
1074
+ fadeIn: Cn,
1075
+ fadeOut: wn,
1076
+ neutral: _n,
1077
+ filled: gn,
1078
+ notificationToastContentLeftTextTitle: yn,
1079
+ notificationToastContentRightUndoText: vn,
1080
+ notificationToastContentLeftTextDescription: kn,
1081
+ info: In,
1082
+ error: Ln,
1083
+ success: xn,
1084
+ notificationToastContent: bn,
1085
+ notificationToastContentLeft: $n,
1086
+ notificationToastContentInfoIcon: Tn,
1087
+ notificationToastContentLeftText: Nn,
1088
+ notificationToastContentRight: Mn,
1089
+ notificationToastContentRightClose: Dn
1090
+ }, An = ({
1091
+ title: t,
1092
+ colorType: o = "neutral",
1093
+ filled: n = !1,
1094
+ withClose: l = !1,
1095
+ withUndo: C = !1,
1096
+ withInfoIcon: c = !0,
1097
+ description: a,
1098
+ customAction: i,
1099
+ timeout: g = 4e3,
1100
+ children: H,
1101
+ onUndo: L,
1102
+ onClose: _
1103
+ }) => {
1104
+ const [h, y] = F("fadeIn");
1105
+ return V(() => {
1106
+ const S = g, J = 300, u = setTimeout(() => {
1107
+ y("fadeOut"), setTimeout(() => {
1108
+ _?.();
1109
+ }, J);
1110
+ }, S);
1111
+ return () => {
1112
+ clearTimeout(u);
1113
+ };
1114
+ }, [_]), /* @__PURE__ */ e(
1115
+ "div",
1116
+ {
1117
+ className: `${fe.notificationToast} ${fe[o]} ${n ? fe.filled : ""} ${fe[h]}`,
1118
+ style: a ? { padding: "12px" } : {},
1119
+ children: /* @__PURE__ */ d("div", { className: fe.notificationToastContent, style: a ? { alignItems: "flex-start" } : {}, children: [
1120
+ /* @__PURE__ */ d("div", { className: fe.notificationToastContentLeft, style: a ? { alignItems: "flex-start" } : {}, children: [
1121
+ c && /* @__PURE__ */ e("div", { className: fe.notificationToastContentInfoIcon, children: o === "success" ? /* @__PURE__ */ e(st, { color: n ? "#328707" : "#fff" }) : /* @__PURE__ */ e(rt, { color: n ? o === "neutral" ? "#131314" : o === "error" ? "#E3292F" : "#0058FF" : "#fff" }) }),
1122
+ /* @__PURE__ */ d("div", { className: fe.notificationToastContentLeftText, children: [
1123
+ t && /* @__PURE__ */ e("p", { className: fe.notificationToastContentLeftTextTitle, children: t }),
1124
+ a && /* @__PURE__ */ e("p", { className: fe.notificationToastContentLeftTextDescription, children: a }),
1125
+ H && H
1126
+ ] })
1127
+ ] }),
1128
+ /* @__PURE__ */ e("div", { className: fe.notificationToastContentDescription }),
1129
+ /* @__PURE__ */ d("div", { className: fe.notificationToastContentRight, children: [
1130
+ i && i,
1131
+ !a && C && /* @__PURE__ */ e("p", { className: fe.notificationToastContentRightUndoText, onClick: () => L?.(), children: "Undo" }),
1132
+ l && /* @__PURE__ */ e("div", { className: fe.notificationToastContentRightClose, style: a || !C ? { border: "none" } : {}, onClick: () => _?.(), children: /* @__PURE__ */ e(
1133
+ We,
1134
+ {
1135
+ color: n ? o === "neutral" ? "#131314" : o === "error" ? "#E3292F" : o === "info" ? "#0058FF" : "#328707" : "#fff"
1136
+ }
1137
+ ) })
1138
+ ] })
1139
+ ] })
1140
+ }
1141
+ );
1142
+ }, Ve = Fe(null);
1143
+ let Hn = 0;
1144
+ const os = ({ children: t }) => {
1145
+ const [o, n] = F([]), l = (c) => {
1146
+ n((a) => {
1147
+ const i = c.max ?? 1 / 0;
1148
+ if (a.length >= i) return a;
1149
+ const g = Hn++;
1150
+ return setTimeout(() => {
1151
+ n((H) => H.filter((L) => L.id !== g));
1152
+ }, c.timeout || 4e3), [...a, { id: g, props: c }];
1153
+ });
1154
+ }, C = Ue(() => {
1155
+ if (o.length > 0)
1156
+ switch (o[0]?.props?.position) {
1157
+ case "top-left":
1158
+ return { top: "20px", left: "20px" };
1159
+ case "top-right":
1160
+ return { top: "20px", right: "20px" };
1161
+ case "bottom-left":
1162
+ return { bottom: "20px", left: "20px" };
1163
+ case "bottom-right":
1164
+ return { bottom: "20px", right: "20px" };
1165
+ case "top-center":
1166
+ return { top: "20px", left: "50%", transform: "translateX(-50%)" };
1167
+ case "bottom-center":
1168
+ return { bottom: "20px", left: "50%", transform: "translateX(-50%)" };
1169
+ default:
1170
+ return {};
1171
+ }
1172
+ }, [o.length]);
1173
+ return /* @__PURE__ */ d(Ve.Provider, { value: { showToast: l }, children: [
1174
+ t,
1175
+ /* @__PURE__ */ e("div", { className: fe.toastContainer, style: C(), children: o.map(({ id: c, props: a }) => /* @__PURE__ */ e(
1176
+ An,
1177
+ {
1178
+ ...a,
1179
+ onClose: () => {
1180
+ n((i) => i.filter((g) => g.id !== c));
1181
+ }
1182
+ },
1183
+ c
1184
+ )) })
1185
+ ] });
1186
+ }, ns = () => {
1187
+ const t = Ee(Ve);
1188
+ if (!t) throw new Error("createNotificationToast must be used within ToastProvider");
1189
+ return t.showToast;
1190
+ }, Bn = "TimePicker-module__timepickerWrapper", Pn = "TimePicker-module__timepickerInputWrapper", Rn = "TimePicker-module__dropdownRightIcon", Sn = "TimePicker-module__dropdownRightIconClose", En = "TimePicker-module__dropdownRightIconArrow", Fn = "TimePicker-module__focused", Wn = "TimePicker-module__timepickerDropdownWrapper", On = "TimePicker-module__timepickerDropdownHeader", Zn = "TimePicker-module__timepickerDropdownHeaderButtons", Vn = "TimePicker-module__active", Yn = "TimePicker-module__timepickerDropdownBody", Un = "TimePicker-module__timepickerDropdownBodyHours", jn = "TimePicker-module__timepickerDropdownBodyMinutes", Xn = "TimePicker-module__timepickerDropdownBodyAmPm", Qn = "TimePicker-module__timepickerDropdownFooter", re = {
1191
+ timepickerWrapper: Bn,
1192
+ timepickerInputWrapper: Pn,
1193
+ dropdownRightIcon: Rn,
1194
+ dropdownRightIconClose: Sn,
1195
+ dropdownRightIconArrow: En,
1196
+ focused: Fn,
1197
+ timepickerDropdownWrapper: Wn,
1198
+ timepickerDropdownHeader: On,
1199
+ timepickerDropdownHeaderButtons: Zn,
1200
+ active: Vn,
1201
+ timepickerDropdownBody: Yn,
1202
+ timepickerDropdownBodyHours: Un,
1203
+ timepickerDropdownBodyMinutes: jn,
1204
+ timepickerDropdownBodyAmPm: Xn,
1205
+ timepickerDropdownFooter: Qn
1206
+ };
1207
+ var qn = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1208
+ function Jn(t) {
1209
+ return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
1210
+ }
1211
+ var Ye = { exports: {} };
1212
+ (function(t, o) {
1213
+ (function(n, l) {
1214
+ t.exports = l();
1215
+ })(qn, function() {
1216
+ var n = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, l = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, C = /\d/, c = /\d\d/, a = /\d\d?/, i = /\d*[^-_:/,()\s\d]+/, g = {}, H = function(u) {
1217
+ return (u = +u) + (u > 68 ? 1900 : 2e3);
1218
+ }, L = function(u) {
1219
+ return function(v) {
1220
+ this[u] = +v;
1221
+ };
1222
+ }, _ = [/[+-]\d\d:?(\d\d)?|Z/, function(u) {
1223
+ (this.zone || (this.zone = {})).offset = function(v) {
1224
+ if (!v || v === "Z") return 0;
1225
+ var T = v.match(/([+-]|\d\d)/g), D = 60 * T[1] + (+T[2] || 0);
1226
+ return D === 0 ? 0 : T[0] === "+" ? -D : D;
1227
+ }(u);
1228
+ }], h = function(u) {
1229
+ var v = g[u];
1230
+ return v && (v.indexOf ? v : v.s.concat(v.f));
1231
+ }, y = function(u, v) {
1232
+ var T, D = g.meridiem;
1233
+ if (D) {
1234
+ for (var R = 1; R <= 24; R += 1) if (u.indexOf(D(R, 0, v)) > -1) {
1235
+ T = R > 12;
1236
+ break;
1237
+ }
1238
+ } else T = u === (v ? "pm" : "PM");
1239
+ return T;
1240
+ }, S = { A: [i, function(u) {
1241
+ this.afternoon = y(u, !1);
1242
+ }], a: [i, function(u) {
1243
+ this.afternoon = y(u, !0);
1244
+ }], Q: [C, function(u) {
1245
+ this.month = 3 * (u - 1) + 1;
1246
+ }], S: [C, function(u) {
1247
+ this.milliseconds = 100 * +u;
1248
+ }], SS: [c, function(u) {
1249
+ this.milliseconds = 10 * +u;
1250
+ }], SSS: [/\d{3}/, function(u) {
1251
+ this.milliseconds = +u;
1252
+ }], s: [a, L("seconds")], ss: [a, L("seconds")], m: [a, L("minutes")], mm: [a, L("minutes")], H: [a, L("hours")], h: [a, L("hours")], HH: [a, L("hours")], hh: [a, L("hours")], D: [a, L("day")], DD: [c, L("day")], Do: [i, function(u) {
1253
+ var v = g.ordinal, T = u.match(/\d+/);
1254
+ if (this.day = T[0], v) for (var D = 1; D <= 31; D += 1) v(D).replace(/\[|\]/g, "") === u && (this.day = D);
1255
+ }], w: [a, L("week")], ww: [c, L("week")], M: [a, L("month")], MM: [c, L("month")], MMM: [i, function(u) {
1256
+ var v = h("months"), T = (h("monthsShort") || v.map(function(D) {
1257
+ return D.slice(0, 3);
1258
+ })).indexOf(u) + 1;
1259
+ if (T < 1) throw new Error();
1260
+ this.month = T % 12 || T;
1261
+ }], MMMM: [i, function(u) {
1262
+ var v = h("months").indexOf(u) + 1;
1263
+ if (v < 1) throw new Error();
1264
+ this.month = v % 12 || v;
1265
+ }], Y: [/[+-]?\d+/, L("year")], YY: [c, function(u) {
1266
+ this.year = H(u);
1267
+ }], YYYY: [/\d{4}/, L("year")], Z: _, ZZ: _ };
1268
+ function J(u) {
1269
+ var v, T;
1270
+ v = u, T = g && g.formats;
1271
+ for (var D = (u = v.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(te, oe, U) {
1272
+ var W = U && U.toUpperCase();
1273
+ return oe || T[U] || n[U] || T[W].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(p, f, $) {
1274
+ return f || $.slice(1);
1275
+ });
1276
+ })).match(l), R = D.length, B = 0; B < R; B += 1) {
1277
+ var Y = D[B], q = S[Y], A = q && q[0], P = q && q[1];
1278
+ D[B] = P ? { regex: A, parser: P } : Y.replace(/^\[|\]$/g, "");
1279
+ }
1280
+ return function(te) {
1281
+ for (var oe = {}, U = 0, W = 0; U < R; U += 1) {
1282
+ var p = D[U];
1283
+ if (typeof p == "string") W += p.length;
1284
+ else {
1285
+ var f = p.regex, $ = p.parser, b = te.slice(W), x = f.exec(b)[0];
1286
+ $.call(oe, x), te = te.replace(x, "");
1287
+ }
1288
+ }
1289
+ return function(j) {
1290
+ var ne = j.afternoon;
1291
+ if (ne !== void 0) {
1292
+ var O = j.hours;
1293
+ ne ? O < 12 && (j.hours += 12) : O === 12 && (j.hours = 0), delete j.afternoon;
1294
+ }
1295
+ }(oe), oe;
1296
+ };
1297
+ }
1298
+ return function(u, v, T) {
1299
+ T.p.customParseFormat = !0, u && u.parseTwoDigitYear && (H = u.parseTwoDigitYear);
1300
+ var D = v.prototype, R = D.parse;
1301
+ D.parse = function(B) {
1302
+ var Y = B.date, q = B.utc, A = B.args;
1303
+ this.$u = q;
1304
+ var P = A[1];
1305
+ if (typeof P == "string") {
1306
+ var te = A[2] === !0, oe = A[3] === !0, U = te || oe, W = A[2];
1307
+ oe && (W = A[2]), g = this.$locale(), !te && W && (g = T.Ls[W]), this.$d = function(b, x, j, ne) {
1308
+ try {
1309
+ if (["x", "X"].indexOf(x) > -1) return new Date((x === "X" ? 1e3 : 1) * b);
1310
+ var O = J(x)(b), ie = O.year, ae = O.month, ce = O.day, se = O.hours, K = O.minutes, de = O.seconds, ue = O.milliseconds, me = O.zone, Z = O.week, s = /* @__PURE__ */ new Date(), k = ce || (ie || ae ? 1 : s.getDate()), I = ie || s.getFullYear(), N = 0;
1311
+ ie && !ae || (N = ae > 0 ? ae - 1 : s.getMonth());
1312
+ var G, X = se || 0, pe = K || 0, r = de || 0, w = ue || 0;
1313
+ return me ? new Date(Date.UTC(I, N, k, X, pe, r, w + 60 * me.offset * 1e3)) : j ? new Date(Date.UTC(I, N, k, X, pe, r, w)) : (G = new Date(I, N, k, X, pe, r, w), Z && (G = ne(G).week(Z).toDate()), G);
1314
+ } catch {
1315
+ return /* @__PURE__ */ new Date("");
1316
+ }
1317
+ }(Y, P, q, T), this.init(), W && W !== !0 && (this.$L = this.locale(W).$L), U && Y != this.format(P) && (this.$d = /* @__PURE__ */ new Date("")), g = {};
1318
+ } else if (P instanceof Array) for (var p = P.length, f = 1; f <= p; f += 1) {
1319
+ A[1] = P[f - 1];
1320
+ var $ = T.apply(this, A);
1321
+ if ($.isValid()) {
1322
+ this.$d = $.$d, this.$L = $.$L, this.init();
1323
+ break;
1324
+ }
1325
+ f === p && (this.$d = /* @__PURE__ */ new Date(""));
1326
+ }
1327
+ else R.call(this, B);
1328
+ };
1329
+ };
1330
+ });
1331
+ })(Ye);
1332
+ var Kn = Ye.exports;
1333
+ const Pe = /* @__PURE__ */ Jn(Kn);
1334
+ m.extend(Pe);
1335
+ const rs = ({
1336
+ value: t,
1337
+ defaultTimeType: o = "24",
1338
+ defaultAmPm: n = "AM",
1339
+ withConfirm: l = !0,
1340
+ mode: C = "single",
1341
+ onChange: c,
1342
+ onFocus: a,
1343
+ onBlur: i,
1344
+ ...g
1345
+ }) => {
1346
+ const H = ee(null), L = ee(null), [_, h] = F(!1), [y, S] = F(o), J = Array.from({ length: 12 }, (p, f) => f < 10 ? `0${f}` : `${f}`), u = Array.from({ length: 24 }, (p, f) => f < 10 ? `0${f}` : `${f}`), v = Array.from({ length: 60 }, (p, f) => f < 10 ? `0${f}` : `${f}`), [T, D] = F(""), [R, B] = F(null), [Y, q] = F(null), [A, P] = F(n), te = () => {
1347
+ const p = H.current, f = L.current;
1348
+ if (!f || !p) return;
1349
+ const $ = p.getBoundingClientRect(), b = window.innerHeight;
1350
+ f.style.position = "fixed", f.style.left = `${$.left + window.pageXOffset}px`, $.bottom + f.offsetHeight > b ? (f.style.top = `${window.scrollY + $.top - f.offsetHeight + 18}px`, f.style.bottom = "unset") : (f.style.top = `${window.scrollY + $.bottom + 8}px`, f.style.bottom = "unset");
1351
+ }, oe = () => {
1352
+ a?.();
1353
+ }, U = () => {
1354
+ D(""), q(null), B(null), P("AM");
1355
+ };
1356
+ V(() => {
1357
+ t && t.length > 0 && D(t);
1358
+ }, [t]), V(() => {
1359
+ if (!Y && !R) return;
1360
+ const p = parseInt(Y ?? "0", 10), f = parseInt(R ?? "0", 10), $ = y === "12" ? A === "PM" && p < 12 ? p + 12 : A === "AM" && p === 12 ? 0 : p : p, b = m().hour($).minute(f).format(y === "12" ? "hh:mm A" : "HH:mm");
1361
+ D(b), l || c?.(b);
1362
+ }, [Y, R, A, y]);
1363
+ const W = ee(!0);
1364
+ return V(() => {
1365
+ if (W.current) {
1366
+ W.current = !1;
1367
+ return;
1368
+ }
1369
+ _ || i?.();
1370
+ }, [_]), V(() => {
1371
+ te();
1372
+ }, [H, _]), V(() => {
1373
+ const p = ($) => {
1374
+ !H.current || !L.current || $.composedPath().includes(H.current) || $.composedPath().includes(L.current) || h(!1);
1375
+ }, f = ($) => {
1376
+ !H.current || L.current || h(!1);
1377
+ };
1378
+ return document.addEventListener("click", p), document.addEventListener("wheel", f), () => {
1379
+ document.removeEventListener("click", p), document.removeEventListener("wheel", f);
1380
+ };
1381
+ }, []), /* @__PURE__ */ d("div", { className: `${re.timepickerWrapper} ${_ ? re.focused : ""}`, children: [
1382
+ /* @__PURE__ */ e("div", { ref: H, className: re.timepickerInputWrapper, onClick: () => (h((p) => !p), te()), onFocus: oe, children: /* @__PURE__ */ e(
1383
+ Te,
1384
+ {
1385
+ ...g,
1386
+ onFocusChange: (p) => h(p),
1387
+ customFocus: _,
1388
+ withActive: !1,
1389
+ value: T,
1390
+ toggleFocus: !0,
1391
+ formInputStyle: { cursor: "pointer" },
1392
+ rightSlot: /* @__PURE__ */ d("div", { className: `${re.dropdownRightIcon} ${_ ? re.focused : ""}`, children: [
1393
+ T && /* @__PURE__ */ e(
1394
+ "div",
1395
+ {
1396
+ onClick: (p) => {
1397
+ p.stopPropagation(), U();
1398
+ },
1399
+ className: re.dropdownRightIconClose,
1400
+ children: /* @__PURE__ */ e(Ne, {})
1401
+ }
1402
+ ),
1403
+ /* @__PURE__ */ e("div", { className: re.dropdownRightIconArrow, children: /* @__PURE__ */ e($e, {}) })
1404
+ ] }),
1405
+ readOnly: !0,
1406
+ forDropdown: !0
1407
+ }
1408
+ ) }),
1409
+ _ && /* @__PURE__ */ d("div", { ref: L, className: re.timepickerDropdownWrapper, children: [
1410
+ /* @__PURE__ */ e("div", { className: re.timepickerDropdownHeader, children: /* @__PURE__ */ d("div", { className: re.timepickerDropdownHeaderButtons, children: [
1411
+ /* @__PURE__ */ e(
1412
+ "p",
1413
+ {
1414
+ className: y === "12" ? re.active : "",
1415
+ onClick: () => {
1416
+ U(), S("12");
1417
+ },
1418
+ children: "AM -PM"
1419
+ }
1420
+ ),
1421
+ /* @__PURE__ */ e(
1422
+ "p",
1423
+ {
1424
+ className: y === "24" ? re.active : "",
1425
+ onClick: () => {
1426
+ U(), S("24");
1427
+ },
1428
+ children: "24 Hours"
1429
+ }
1430
+ )
1431
+ ] }) }),
1432
+ /* @__PURE__ */ d("div", { className: re.timepickerDropdownBody, children: [
1433
+ /* @__PURE__ */ e("div", { className: re.timepickerDropdownBodyHours, children: (y === "12" ? J : u).map((p) => /* @__PURE__ */ e("p", { className: Y === p || T?.split(":")[0] === p ? re.active : "", onClick: () => q(p), children: p }, p)) }),
1434
+ /* @__PURE__ */ e("div", { className: re.timepickerDropdownBodyMinutes, children: v.map((p) => /* @__PURE__ */ e("p", { className: R === p || T?.split(":")[1] === p ? re.active : "", onClick: () => B(p), children: p }, p)) }),
1435
+ y === "12" && /* @__PURE__ */ d("div", { className: re.timepickerDropdownBodyAmPm, children: [
1436
+ /* @__PURE__ */ e("p", { className: A === "AM" ? re.active : "", onClick: () => P("AM"), children: "AM" }, "AM"),
1437
+ /* @__PURE__ */ e("p", { className: A === "PM" ? re.active : "", onClick: () => P("PM"), children: "PM" }, "PM")
1438
+ ] })
1439
+ ] }),
1440
+ l && /* @__PURE__ */ e("div", { className: re.timepickerDropdownFooter, children: /* @__PURE__ */ e(Oe, { label: "Confirm time", onClick: () => c?.(T) }) })
1441
+ ] })
1442
+ ] });
1443
+ }, Gn = "Datepicker-module__datepickerContainer", zn = "Datepicker-module__datepickerInputWrapper", er = "Datepicker-module__datepickerLeftIcon", tr = "Datepicker-module__datepickerRightIcon", be = {
1444
+ datepickerContainer: Gn,
1445
+ datepickerInputWrapper: zn,
1446
+ datepickerLeftIcon: er,
1447
+ datepickerRightIcon: tr
1448
+ }, or = "Calendar-module__datePicker", nr = "Calendar-module__dualCalendar", rr = "Calendar-module__dualCalendarWithQuick", sr = "Calendar-module__border", lr = "Calendar-module__calendarWrapper", ir = "Calendar-module__quickPick", ar = "Calendar-module__datePickerHeader", cr = "Calendar-module__div", dr = "Calendar-module__currentDateHeader", ur = "Calendar-module__left", pr = "Calendar-module__right", fr = "Calendar-module__singleIcon", mr = "Calendar-module__doubleIcon", hr = "Calendar-module__spacerRow", Cr = "Calendar-module__day", wr = "Calendar-module__today", _r = "Calendar-module__inRange", gr = "Calendar-module__selected", yr = "Calendar-module__startDate", vr = "Calendar-module__endDate", kr = "Calendar-module__disabled", Ir = "Calendar-module__otherMonth", Lr = "Calendar-module__monthsWrapper", xr = "Calendar-module__month", br = "Calendar-module__pickedMonth", $r = "Calendar-module__buttonWrapper", M = {
1449
+ datePicker: or,
1450
+ dualCalendar: nr,
1451
+ dualCalendarWithQuick: rr,
1452
+ border: sr,
1453
+ calendarWrapper: lr,
1454
+ quickPick: ir,
1455
+ datePickerHeader: ar,
1456
+ div: cr,
1457
+ currentDateHeader: dr,
1458
+ left: ur,
1459
+ right: pr,
1460
+ singleIcon: fr,
1461
+ doubleIcon: mr,
1462
+ spacerRow: hr,
1463
+ day: Cr,
1464
+ today: wr,
1465
+ inRange: _r,
1466
+ selected: gr,
1467
+ startDate: yr,
1468
+ endDate: vr,
1469
+ disabled: kr,
1470
+ otherMonth: Ir,
1471
+ monthsWrapper: Lr,
1472
+ month: xr,
1473
+ pickedMonth: br,
1474
+ buttonWrapper: $r
1475
+ };
1476
+ m.extend(Pe);
1477
+ const Tr = ({
1478
+ valueFormat: t,
1479
+ quickPick: o,
1480
+ onChange: n,
1481
+ CurrentMonth: l,
1482
+ setCurrentMonth: C,
1483
+ SelectedDate: c,
1484
+ namespace: a,
1485
+ customYears: i,
1486
+ setSelectedDate: g,
1487
+ IsFocused: H,
1488
+ setIsFocused: L,
1489
+ mode: _,
1490
+ RangeSelection: h,
1491
+ setRangeSelection: y,
1492
+ pickerType: S,
1493
+ disabledDatesRange: J,
1494
+ disabledDatesTill: u,
1495
+ disabledDatesFrom: v,
1496
+ CalendarRef: T,
1497
+ defaultValue: D,
1498
+ selectedStyle: R,
1499
+ endDateStyle: B,
1500
+ startDateStyle: Y,
1501
+ inRangeStyle: q,
1502
+ otherMonthStyle: A,
1503
+ todayStyle: P,
1504
+ weekDayStyle: te,
1505
+ quickPickStyle: oe,
1506
+ monthStyle: U
1507
+ }) => {
1508
+ const W = ["Mo", "Tu", "We", "Th", "Fr", "Sa", "Su"], p = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
1509
+ m().year();
1510
+ const [f, $] = F(""), b = ee([]), [x, j] = F(!1), ne = (s) => {
1511
+ if (i?.length && !i.includes(s.year().toString()))
1512
+ return [];
1513
+ const k = (s.startOf("month").day() + 6) % 7, I = s.endOf("month").date(), N = s.subtract(1, "month").endOf("month").date(), G = [];
1514
+ let X = [], pe = 1;
1515
+ for (let w = 0; w < k; w++)
1516
+ X.push({
1517
+ date: s.subtract(1, "month").date(N - k + w + 1),
1518
+ currentMonth: !1
1519
+ });
1520
+ for (; pe <= I; )
1521
+ X.push({ date: s.date(pe++), currentMonth: !0 }), X.length === 7 && (G.push(X), X = []);
1522
+ let r = 1;
1523
+ for (; G.length < 5; )
1524
+ X.length === 7 && (G.push(X), X = []), X.push({
1525
+ date: s.add(1, "month").date(r++),
1526
+ currentMonth: !1
1527
+ });
1528
+ if (X.length) {
1529
+ for (; X.length < 7; )
1530
+ X.push({
1531
+ date: s.add(1, "month").date(r++),
1532
+ currentMonth: !1
1533
+ });
1534
+ G.push(X);
1535
+ }
1536
+ return G;
1537
+ }, O = ne(l), ie = S === "dual" ? ne(l.add(1, "month")) : null, ae = () => {
1538
+ let s = [];
1539
+ return o && Array.isArray(o) && o.length > 0 && o.forEach((k) => {
1540
+ switch (k) {
1541
+ case "today":
1542
+ b.current.push({ name: "Today", key: "Today" });
1543
+ break;
1544
+ case "yesterday":
1545
+ b.current.push({ name: "Yesterday", key: "Yesterday" });
1546
+ break;
1547
+ case "thisweek":
1548
+ b.current.push({ name: "This week", key: "Thisweek" });
1549
+ break;
1550
+ case "lastweek":
1551
+ b.current.push({ name: "Last week", key: "Lastweek" });
1552
+ break;
1553
+ case "thismonth":
1554
+ b.current.push({ name: "This month", key: "Thismonth" });
1555
+ break;
1556
+ case "lastmonth":
1557
+ b.current.push({ name: "Last month", key: "Lastmonth" });
1558
+ break;
1559
+ case "thisyear":
1560
+ b.current.push({ name: "This year", key: "Thisyear" });
1561
+ break;
1562
+ case "lastyear":
1563
+ b.current.push({ name: "Last year", key: "Lastyear" });
1564
+ break;
1565
+ case "alltime":
1566
+ b.current.push({ name: "All time", key: "Alltime" });
1567
+ break;
1568
+ }
1569
+ }), b.current = Ze(b.current, "key"), s = b.current, s;
1570
+ }, ce = (s) => {
1571
+ let k = { start: "", end: "" };
1572
+ switch (g(null), s.key?.toLowerCase()) {
1573
+ case "today":
1574
+ y({
1575
+ start: m(),
1576
+ end: m()
1577
+ }), k.start = m();
1578
+ break;
1579
+ case "yesterday":
1580
+ g(m().subtract(1, "day")), y({
1581
+ start: m().subtract(1, "day"),
1582
+ end: m().subtract(1, "day")
1583
+ }), k.start = m().subtract(1, "day");
1584
+ break;
1585
+ case "thisweek":
1586
+ y({
1587
+ start: m().startOf("week"),
1588
+ end: m().endOf("week")
1589
+ }), k.start = m().startOf("week"), k.end = m().endOf("week");
1590
+ break;
1591
+ case "lastweek":
1592
+ y({
1593
+ start: m().subtract(1, "week").startOf("week"),
1594
+ end: m().subtract(1, "week").endOf("week")
1595
+ }), k.start = m().subtract(1, "week").startOf("week"), k.end = m().subtract(1, "week").endOf("week");
1596
+ break;
1597
+ case "thismonth":
1598
+ y({
1599
+ start: m().startOf("month"),
1600
+ end: m().endOf("month")
1601
+ }), k.start = m().startOf("month"), k.end = m().endOf("month");
1602
+ break;
1603
+ case "lastmonth":
1604
+ y({
1605
+ start: m().subtract(1, "month").startOf("month"),
1606
+ end: m().subtract(1, "month").endOf("month")
1607
+ }), k.start = m().subtract(1, "month").startOf("month"), k.end = m().subtract(1, "month").endOf("month");
1608
+ break;
1609
+ case "thisyear":
1610
+ y({
1611
+ start: m().startOf("year"),
1612
+ end: m().endOf("year")
1613
+ }), k.start = m().startOf("year"), k.end = m().endOf("year");
1614
+ break;
1615
+ case "lastyear":
1616
+ y({
1617
+ start: m().subtract(1, "year").startOf("year"),
1618
+ end: m().subtract(1, "year").endOf("year")
1619
+ }), k.start = m().subtract(1, "year").startOf("year"), k.end = m().subtract(1, "year").endOf("year");
1620
+ break;
1621
+ case "alltime":
1622
+ y({
1623
+ start: "",
1624
+ end: ""
1625
+ }), k.start = "", k.end = "";
1626
+ break;
1627
+ default:
1628
+ console.warn("Unsupported quick pick option:", s);
1629
+ break;
1630
+ }
1631
+ if (n && typeof n == "function") {
1632
+ const I = {
1633
+ start: k.start ? k.start : "",
1634
+ end: k.end ? k.end : ""
1635
+ };
1636
+ L(!1), n(I.end === "" ? I.start : I);
1637
+ }
1638
+ }, se = () => {
1639
+ }, K = (s, k, I = !1) => {
1640
+ k || C(s.startOf("month")), _ === "range" ? y((N) => !N.start || N.start && N.end ? (n && typeof n == "function" && n({
1641
+ start: s ?? "",
1642
+ end: ""
1643
+ }), { start: s ?? "", end: "" }) : N.start && !N.end ? s.isBefore(N.start, "day") ? (n && typeof n == "function" && n({
1644
+ start: s ?? "",
1645
+ end: N?.start ?? ""
1646
+ }), { start: s ?? "", end: N?.start ?? "" }) : (n({
1647
+ ...N,
1648
+ end: s ?? ""
1649
+ }), { ...N, end: s ?? "" }) : N) : (y({ start: null, end: null }), g(s), I || (L(!1), n && typeof n == "function" && n(s.format(t))));
1650
+ }, de = () => {
1651
+ C(l.add(1, "month"));
1652
+ }, ue = () => {
1653
+ C(l.subtract(1, "month"));
1654
+ }, me = () => {
1655
+ C(l.add(1, "year"));
1656
+ }, Z = () => {
1657
+ C(l.subtract(1, "year"));
1658
+ };
1659
+ return V(() => {
1660
+ D?.state && (Array.isArray(D?.value) ? y({ start: m(D?.value[0], t), end: m(D?.value[1], t) }) : K(m(D.value), !1, !0), D.state = !1);
1661
+ }, []), /* @__PURE__ */ e(
1662
+ "div",
1663
+ {
1664
+ ref: T,
1665
+ className: `${a === "namespaceHr" ? M.namespaceHr : ""} ${M.datePicker} ${H ? M.focused : ""} ${S === "dual" ? o && Array.isArray(o) && o.length > 0 ? M.dualCalendarWithQuick : M.dualCalendar : ""} `,
1666
+ onClick: (s) => s.stopPropagation(),
1667
+ style: S === "dual" && o && Array.isArray(o) && o.length > 0 ? { width: "848px" } : {},
1668
+ children: /* @__PURE__ */ d("div", { className: M.div, children: [
1669
+ S === "dual" ? /* @__PURE__ */ d("div", { style: { width: "100%", display: "flex", justifyContent: "space-between" }, children: [
1670
+ /* @__PURE__ */ d("div", { style: { width: "50%", display: "flex", alignItems: "center", justifyContent: "flex-start", gap: "80px" }, children: [
1671
+ /* @__PURE__ */ d("div", { className: M.left, children: [
1672
+ (!i || i.length > 1) && (!i || l.year() > Math.min(...i.map(Number))) ? /* @__PURE__ */ d("div", { className: M.doubleIcon, onClick: Z, children: [
1673
+ /* @__PURE__ */ e(ve, {}),
1674
+ /* @__PURE__ */ e(ve, {})
1675
+ ] }) : /* @__PURE__ */ e("div", { style: { width: "20px", height: "20px" } }),
1676
+ !i || i && l.format("MMMM YYYY") !== `January ${Math.min(...i.map(Number))}` ? /* @__PURE__ */ e("div", { className: M.singleIcon, onClick: ue, children: /* @__PURE__ */ e(ve, {}) }) : /* @__PURE__ */ e("div", { style: { width: "20px", height: "20px" } })
1677
+ ] }),
1678
+ /* @__PURE__ */ e("div", { style: U ?? {}, children: i && i.length === 1 ? l.format("MMMM") : l.format("MMMM YYYY") })
1679
+ ] }),
1680
+ /* @__PURE__ */ d("div", { style: { width: "50%", display: "flex", alignItems: "center", justifyContent: "flex-end", gap: "80px" }, children: [
1681
+ /* @__PURE__ */ e("span", { style: U ?? {}, children: i && i.length === 1 ? l.add(1, "month").format("MMMM") : l.add(1, "month").format("MMMM YYYY") }),
1682
+ /* @__PURE__ */ d("div", { className: M.right, children: [
1683
+ !i || i && l.format("MMMM YYYY") !== `December ${Math.max(...i.map(Number))}` ? /* @__PURE__ */ e("div", { className: M.singleIcon, onClick: de, children: /* @__PURE__ */ e(ke, {}) }) : /* @__PURE__ */ e("div", { style: { width: "20px", height: "20px" } }),
1684
+ (!i || i.length > 1) && (!i || l.year() < Math.max(...i.map(Number))) ? /* @__PURE__ */ d("div", { className: M.doubleIcon, onClick: me, children: [
1685
+ /* @__PURE__ */ e(ke, {}),
1686
+ /* @__PURE__ */ e(ke, {})
1687
+ ] }) : /* @__PURE__ */ e("div", { style: { width: "20px", height: "20px" } })
1688
+ ] })
1689
+ ] })
1690
+ ] }) : /* @__PURE__ */ d("div", { className: M.datePickerHeader, children: [
1691
+ /* @__PURE__ */ d("div", { style: { display: "flex", justifyContent: "space-between", alignItems: "center" }, children: [
1692
+ /* @__PURE__ */ d("div", { className: M.left, children: [
1693
+ (!i || i.length > 1) && (!i || l.year() > Math.min(...i.map(Number))) ? /* @__PURE__ */ d("div", { className: M.doubleIcon, onClick: Z, children: [
1694
+ /* @__PURE__ */ e(ve, {}),
1695
+ /* @__PURE__ */ e(ve, {})
1696
+ ] }) : /* @__PURE__ */ e("div", { style: { width: "20px", height: "20px" } }),
1697
+ !i || i && l.format("MMMM YYYY") !== `January ${Math.min(...i.map(Number))}` ? /* @__PURE__ */ e("div", { className: M.singleIcon, onClick: ue, children: /* @__PURE__ */ e(ve, {}) }) : /* @__PURE__ */ e("div", { style: { width: "20px", height: "20px" } })
1698
+ ] }),
1699
+ /* @__PURE__ */ e("div", { className: M.currentDateHeader, style: U ?? {}, onClick: se, children: i && i.length === 1 ? l.format("MMMM") : l.format("MMMM YYYY") }),
1700
+ /* @__PURE__ */ d("div", { className: M.right, children: [
1701
+ !i || i && l.format("MMMM YYYY") !== `December ${Math.max(...i.map(Number))}` ? /* @__PURE__ */ e("div", { className: M.singleIcon, onClick: de, children: /* @__PURE__ */ e(ke, {}) }) : /* @__PURE__ */ e("div", { style: { width: "20px", height: "20px" } }),
1702
+ (!i || i.length > 1) && (!i || l.year() < Math.max(...i.map(Number))) ? /* @__PURE__ */ d("div", { className: M.doubleIcon, onClick: me, children: [
1703
+ /* @__PURE__ */ e(ke, {}),
1704
+ /* @__PURE__ */ e(ke, {})
1705
+ ] }) : /* @__PURE__ */ e("div", { className: M.doubleIcon })
1706
+ ] })
1707
+ ] }),
1708
+ S === "single" && o && Array.isArray(o) && o.length > 0 && /* @__PURE__ */ e("ul", { className: M.quickPick, children: ae().slice(0, 3).map((s) => /* @__PURE__ */ e("li", { style: oe ?? {}, onClick: () => ce(s), children: s.name }, s.key)) })
1709
+ ] }),
1710
+ /* @__PURE__ */ d("div", { className: M.calendarWrapper, children: [
1711
+ x ? /* @__PURE__ */ e("ul", { className: M.monthsWrapper, children: p.map((s) => /* @__PURE__ */ e("li", { className: `${M.month} ${f === s ? M.pickedMonth : ""}`, onClick: () => $(s), children: /* @__PURE__ */ e("div", { className: M.monthName, children: s }) })) }) : /* @__PURE__ */ d("table", { children: [
1712
+ /* @__PURE__ */ e("thead", { children: /* @__PURE__ */ e("tr", { children: W.map((s) => /* @__PURE__ */ e("th", { style: te ?? {}, children: s }, s)) }) }),
1713
+ /* @__PURE__ */ d("tbody", { children: [
1714
+ /* @__PURE__ */ e("tr", { className: M.spacerRow, children: /* @__PURE__ */ e("td", {}) }),
1715
+ O.map((s, k) => /* @__PURE__ */ e("tr", { children: s.map(({ date: I, currentMonth: N }, G) => {
1716
+ const X = h.start && h.end && I.isAfter(h.start, "day") && I.isBefore(h.end, "day"), pe = h.start && I.isSame(h.start, "day"), r = h.end && I.isSame(h.end, "day"), w = _ === "single" && c && I.isSame(c, "day"), E = u && I.isBefore(m(u), "day"), Le = v && I.isAfter(m(v), "day");
1717
+ let xe = !1;
1718
+ if (J?.length === 2) {
1719
+ const [De, Ae] = J.map((He) => m(He));
1720
+ xe = I.isAfter(De.subtract(1, "day")) && I.isBefore(Ae.add(1, "day"));
1721
+ }
1722
+ const Me = Le || E || xe;
1723
+ return /* @__PURE__ */ e(
1724
+ "td",
1725
+ {
1726
+ style: {
1727
+ ...N ? {} : A,
1728
+ ...I.isSame(m(), "day") ? P : {},
1729
+ ...X ? q : {},
1730
+ ...pe ? Y : {},
1731
+ ...r ? B : {},
1732
+ ...w ? R : {}
1733
+ },
1734
+ className: `${M.day}
1735
+ ${N ? "" : M.otherMonth}
1736
+ ${N && I.isSame(m(), "day") ? M.today : ""}
1737
+ ${N && X ? M.inRange : ""}
1738
+ ${N && pe ? M.startDate : ""}
1739
+ ${N && r ? M.endDate : ""}
1740
+ ${!N && !X && !r ? "" : w ? M.selected : ""}
1741
+ ${Me ? M.disabled : ""}`,
1742
+ onClick: () => K(I, N),
1743
+ children: I.date()
1744
+ },
1745
+ G
1746
+ );
1747
+ }) }, k))
1748
+ ] })
1749
+ ] }),
1750
+ /* @__PURE__ */ e("div", { className: M.buttonWrapper, children: /* @__PURE__ */ e(Oe, { label: "Current date", onClick: () => K(m(), !0) }) }),
1751
+ S === "dual" && /* @__PURE__ */ e("div", { className: M.border }),
1752
+ S === "dual" && /* @__PURE__ */ d("table", { children: [
1753
+ /* @__PURE__ */ e("thead", { children: /* @__PURE__ */ e("tr", { children: W.map((s) => /* @__PURE__ */ e("th", { style: te ?? {}, children: s }, s)) }) }),
1754
+ /* @__PURE__ */ e("tbody", { children: ie?.map((s, k) => /* @__PURE__ */ e("tr", { children: s.map(({ date: I, currentMonth: N }, G) => {
1755
+ const X = h.start && h.end && I.isAfter(h.start, "day") && I.isBefore(h.end, "day"), pe = h.start && I.isSame(h.start, "day"), r = h.end && I.isSame(h.end, "day"), w = _ === "single" && c && I.isSame(c, "day"), E = u && I.isBefore(m(u), "day"), Le = v && I.isAfter(m(v), "day");
1756
+ let xe = !1;
1757
+ if (J?.length === 2) {
1758
+ const [De, Ae] = J.map((He) => m(He));
1759
+ xe = I.isAfter(De.subtract(1, "day")) && I.isBefore(Ae.add(1, "day"));
1760
+ }
1761
+ const Me = Le || E || xe;
1762
+ return /* @__PURE__ */ e(
1763
+ "td",
1764
+ {
1765
+ style: {
1766
+ ...N ? {} : A,
1767
+ ...I.isSame(m(), "day") ? P : {},
1768
+ ...X ? q : {},
1769
+ ...pe ? Y : {},
1770
+ ...r ? B : {},
1771
+ ...w ? R : {}
1772
+ },
1773
+ className: `${M.day}
1774
+ ${N ? "" : M.otherMonth}
1775
+ ${N && I.isSame(m(), "day") ? M.today : ""}
1776
+ ${N && X ? M.inRange : ""}
1777
+ ${N && pe ? M.startDate : ""}
1778
+ ${N && r ? M.endDate : ""}
1779
+ ${!N && !X && !r ? "" : w ? M.selected : ""}
1780
+ ${Me ? M.disabled : ""}`,
1781
+ onClick: () => K(I, N),
1782
+ children: I.date()
1783
+ },
1784
+ G
1785
+ );
1786
+ }) }, k)) })
1787
+ ] })
1788
+ ] })
1789
+ ] })
1790
+ }
1791
+ );
1792
+ };
1793
+ m.extend(Pe);
1794
+ const ss = ({
1795
+ defaultValue: t,
1796
+ valueFormat: o = "DD-MM-YYYY",
1797
+ onChange: n,
1798
+ onBlur: l,
1799
+ onFocus: C,
1800
+ customYears: c,
1801
+ fixedDropdown: a = !0,
1802
+ disabledDatesFrom: i,
1803
+ disabledDatesTill: g,
1804
+ disabledDatesRange: H,
1805
+ datepickerStyle: L,
1806
+ datepickerLabelStyle: _,
1807
+ requiredStyle: h,
1808
+ datepickerHelperTextStyle: y,
1809
+ selectedStyle: S,
1810
+ endDateStyle: J,
1811
+ startDateStyle: u,
1812
+ inRangeStyle: v,
1813
+ otherMonthStyle: T,
1814
+ todayStyle: D,
1815
+ weekDayStyle: R,
1816
+ quickPickStyle: B,
1817
+ monthStyle: Y,
1818
+ quickPick: q,
1819
+ mode: A = "single",
1820
+ pickerType: P = "single",
1821
+ disabled: te = !1,
1822
+ ...oe
1823
+ }) => {
1824
+ const U = Be(), [W, p] = F(!1), [f, $] = F(""), b = ee({ state: !1, value: "" }), x = ee(null), [j, ne] = F(() => {
1825
+ const s = m().year().toString();
1826
+ return c?.length ? c.includes(s) ? m() : m(`${Math.min(...c.map(Number))}-01-01`) : m();
1827
+ });
1828
+ V(() => {
1829
+ const s = m().year().toString();
1830
+ c?.length && ne(c.includes(s) ? m() : m(`${Math.min(...c.map(Number))}-01-01`));
1831
+ }, [c]);
1832
+ const [O, ie] = F(""), [ae, ce] = F({
1833
+ start: null,
1834
+ end: null
1835
+ }), se = ee(null), K = (s, k, I) => {
1836
+ let N = "", G = { start: "", end: "" };
1837
+ (A === "single" || typeof s == "string") && (N = s, $(N)), (A !== "single" || typeof s != "string") && (N = `${m(s?.start ?? "").format(o)} / ${s?.end ? m(s?.end).format(o) : ""}`, G.start = m(s?.start ?? "").format(o), G.end = s?.end ? m(s?.end).format(o) : "", $(N)), s?.end && p(!1), n && typeof n == "function" && !I && (n(G.start !== "" ? G : N), b.current.value = G.start !== "" ? G : N);
1838
+ }, de = (s) => {
1839
+ s.stopPropagation(), ie(""), b.current.value = "", $(""), ce({
1840
+ start: null,
1841
+ end: null
1842
+ }), n && typeof n == "function" && n("");
1843
+ }, ue = (s) => {
1844
+ se.current && (s.composedPath().includes(se.current) || p(!1));
1845
+ }, me = (s) => {
1846
+ !se.current || !x.current || s.composedPath().includes(se.current) || s.composedPath().includes(x.current) || p(!1);
1847
+ }, Z = () => {
1848
+ if (!se.current || !x.current) return;
1849
+ const s = se.current, k = x.current;
1850
+ if (!k || !s) return;
1851
+ const I = s.getBoundingClientRect(), N = window.innerHeight, G = window.innerWidth;
1852
+ k.style.position = "fixed", I.bottom + k.offsetHeight > N ? (k.style.top = `${window.scrollY + I.top - k.offsetHeight - 8}px`, k.style.bottom = "unset") : (k.style.top = `${window.scrollY + I.bottom + 8}px`, k.style.bottom = "unset"), I.right + I.width > G - 120 ? k.style.left = `${window.scrollX + I.left + I.width - k.offsetWidth}px` : k.style.left = `${window.scrollX + I.left}px`;
1853
+ };
1854
+ return V(() => {
1855
+ if (t && b.current.value === "") {
1856
+ let s = Array.isArray(t) ? {
1857
+ start: m(t[0], o),
1858
+ end: t.length > 1 ? m(t[1], o) : ""
1859
+ } : m(t, o).format(o);
1860
+ b.current.value = t, b.current.state = !0, s && K(s, !1, !0);
1861
+ }
1862
+ }, []), V(() => {
1863
+ W && Z();
1864
+ }, [x, W]), V(() => (document.addEventListener("click", ue), document.addEventListener("wheel", me), () => {
1865
+ document.removeEventListener("click", ue), document.removeEventListener("wheel", me);
1866
+ }), []), /* @__PURE__ */ d("div", { className: `${U === "namespaceHr" ? be.namespaceHr : ""} ${be.datepickerContainer}`, children: [
1867
+ /* @__PURE__ */ e("div", { ref: se, className: be.datepickerInputWrapper, onClick: () => (p((s) => !s), Z()), children: /* @__PURE__ */ e(
1868
+ Te,
1869
+ {
1870
+ ...oe,
1871
+ customFocus: W,
1872
+ withActive: !1,
1873
+ value: f,
1874
+ toggleFocus: !0,
1875
+ formInputStyle: { cursor: "pointer" },
1876
+ leftSlot: /* @__PURE__ */ e("div", { className: be.datepickerLeftIcon, children: /* @__PURE__ */ e(lt, {}) }),
1877
+ rightSlot: /* @__PURE__ */ e("div", { className: `${be.datepickerRightIcon}`, onClick: de, children: f && /* @__PURE__ */ e(Ne, {}) }),
1878
+ readOnly: !0
1879
+ }
1880
+ ) }),
1881
+ W && /* @__PURE__ */ e(
1882
+ Tr,
1883
+ {
1884
+ namespace: U,
1885
+ defaultValue: b.current,
1886
+ CalendarRef: x,
1887
+ disabledDatesFrom: i,
1888
+ disabledDatesTill: g,
1889
+ disabledDatesRange: H,
1890
+ valueFormat: o,
1891
+ onChange: (s) => K(s, !1, !1),
1892
+ customYears: c,
1893
+ CurrentMonth: j,
1894
+ setCurrentMonth: ne,
1895
+ SelectedDate: O,
1896
+ setSelectedDate: ie,
1897
+ IsFocused: W,
1898
+ setIsFocused: p,
1899
+ quickPick: q,
1900
+ mode: A,
1901
+ RangeSelection: ae,
1902
+ setRangeSelection: ce,
1903
+ pickerType: P,
1904
+ selectedStyle: S,
1905
+ endDateStyle: J,
1906
+ startDateStyle: u,
1907
+ inRangeStyle: v,
1908
+ otherMonthStyle: T,
1909
+ todayStyle: D,
1910
+ weekDayStyle: R,
1911
+ quickPickStyle: B,
1912
+ monthStyle: Y
1913
+ }
1914
+ )
1915
+ ] });
1916
+ }, Nr = "Skeleton-module__skeleton", Mr = "Skeleton-module__shimmer", Dr = "Skeleton-module__text", Ar = "Skeleton-module__avatar", Hr = "Skeleton-module__dark", Re = {
1917
+ skeleton: Nr,
1918
+ shimmer: Mr,
1919
+ text: Dr,
1920
+ avatar: Ar,
1921
+ dark: Hr
1922
+ }, ls = ({ type: t = "text", customStyle: o, children: n }) => /* @__PURE__ */ e("div", { style: o ?? {}, className: ` ${Re.skeleton} ${Re[t] || ""}`, children: n }), Br = "ActionDropdown-module__actionDropdownContainer", Pr = "ActionDropdown-module__collapsed", Rr = "ActionDropdown-module__actionDropdownIcon", Sr = "ActionDropdown-module__actionDropdownContent", Er = "ActionDropdown-module__actionDropdownTitle", Fr = "ActionDropdown-module__actionDropdownList", Wr = "ActionDropdown-module__actionDropdownItem", Or = "ActionDropdown-module__selected", _e = {
1923
+ actionDropdownContainer: Br,
1924
+ collapsed: Pr,
1925
+ actionDropdownIcon: Rr,
1926
+ actionDropdownContent: Sr,
1927
+ actionDropdownTitle: Er,
1928
+ actionDropdownList: Fr,
1929
+ actionDropdownItem: Wr,
1930
+ selected: Or
1931
+ }, is = ({ title: t, data: o, onSelect: n }) => {
1932
+ const [l, C] = F(!1), c = ee(null), a = ee(null), [i, g] = F(null), H = (_) => {
1933
+ g(_), n?.(_), C(!1);
1934
+ }, L = () => {
1935
+ const _ = c.current, h = a.current;
1936
+ if (!h || !_) return;
1937
+ const y = _.getBoundingClientRect(), S = window.innerHeight;
1938
+ h.style.position = "fixed", h.style.width = y.width + "px", h.style.left = `${y.left + window.pageXOffset}px`, y.bottom + h.offsetHeight > S ? (h.style.top = `${window.scrollY + y.top - h.offsetHeight - 4}px`, h.style.bottom = "unset") : (h.style.top = `${window.scrollY + y.bottom + 8}px`, h.style.bottom = "unset");
1939
+ };
1940
+ return V(() => {
1941
+ L();
1942
+ }, [c, l]), V(() => {
1943
+ const _ = (y) => {
1944
+ c.current && (y.composedPath().includes(c.current) || C(!1));
1945
+ }, h = (y) => {
1946
+ !c.current || !a.current || a.current.contains(y.target) || C(!1);
1947
+ };
1948
+ return document.addEventListener("click", _), document.addEventListener("wheel", h), () => {
1949
+ document.removeEventListener("click", _), document.removeEventListener("wheel", h);
1950
+ };
1951
+ }, []), /* @__PURE__ */ d("div", { className: `${_e.actionDropdownContainer} ${l ? _e.collapsed : ""}`, children: [
1952
+ /* @__PURE__ */ d("div", { ref: c, className: _e.actionDropdownContent, onClick: () => C((_) => !_), children: [
1953
+ /* @__PURE__ */ e("p", { title: t, className: _e.actionDropdownTitle, children: i?.label || t }),
1954
+ /* @__PURE__ */ e("div", { className: _e.actionDropdownIcon, children: /* @__PURE__ */ e($e, { width: "10", height: "6", color: "#131314" }) })
1955
+ ] }),
1956
+ l && /* @__PURE__ */ e("ul", { ref: a, onClick: (_) => _.stopPropagation(), className: _e.actionDropdownList, children: o.map((_) => /* @__PURE__ */ e(
1957
+ "li",
1958
+ {
1959
+ onClick: (h) => {
1960
+ h.stopPropagation(), H(_);
1961
+ },
1962
+ className: `${_e.actionDropdownItem} ${i?.id === _.id ? _e.selected : ""}`,
1963
+ children: _.label
1964
+ },
1965
+ _.id
1966
+ )) }, o.length)
1967
+ ] });
1968
+ }, Zr = "InlineLoading-module__inlineLoadingWrapper", Vr = "InlineLoading-module__loading", Se = {
1969
+ inlineLoadingWrapper: Zr,
1970
+ loading: Vr
1971
+ }, Yr = ({ size: t = "16", color: o = "#DA1A1C" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: t, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ e(
1972
+ "path",
1973
+ {
1974
+ fillRule: "evenodd",
1975
+ clipRule: "evenodd",
1976
+ d: "M8 1C4.1 1 1 4.1 1 8C1 11.9 4.1 15 8 15C11.9 15 15 11.9 15 8C15 4.1 11.9 1 8 1ZM10.7 11.5L4.5 5.3L5.3 4.5L11.5 10.7L10.7 11.5Z",
1977
+ fill: o
1978
+ }
1979
+ ) }), Ur = ({ color1: t = "#BCC1C2", color2: o = "#0266EF", size: n = "16" }) => /* @__PURE__ */ d("svg", { xmlns: "http://www.w3.org/2000/svg", width: n, height: n, viewBox: "0 0 16 16", fill: "none", children: [
1980
+ /* @__PURE__ */ e(
1981
+ "path",
1982
+ {
1983
+ d: "M16 7.99998C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 7.99998C0 3.5817 3.58172 -2.28882e-05 8 -2.28882e-05C12.4183 -2.28882e-05 16 3.5817 16 7.99998ZM2.96 7.99998C2.96 10.7835 5.21649 13.04 8 13.04C10.7835 13.04 13.04 10.7835 13.04 7.99998C13.04 5.21646 10.7835 2.95998 8 2.95998C5.21649 2.95998 2.96 5.21646 2.96 7.99998Z",
1984
+ fill: t
1985
+ }
1986
+ ),
1987
+ /* @__PURE__ */ e(
1988
+ "path",
1989
+ {
1990
+ d: "M8 -2.28882e-05C9.58225 -2.28693e-05 11.129 0.469169 12.4446 1.34822C13.7602 2.22727 14.7855 3.4767 15.391 4.93851C15.9965 6.40032 16.155 8.00885 15.8463 9.5607C15.5376 11.1125 14.7757 12.538 13.6569 13.6568C12.538 14.7757 11.1126 15.5376 9.56072 15.8463C8.00887 16.1549 6.40034 15.9965 4.93853 15.391C3.47672 14.7855 2.22729 13.7601 1.34824 12.4445C0.469192 11.1289 -3.77363e-08 9.58223 0 7.99998L2.96 7.99998C2.96 8.99679 3.25559 9.97123 3.80939 10.8001C4.3632 11.6289 5.15034 12.2749 6.07128 12.6563C6.99222 13.0378 8.00559 13.1376 8.98326 12.9431C9.96092 12.7487 10.859 12.2687 11.5638 11.5638C12.2687 10.8589 12.7487 9.9609 12.9432 8.98323C13.1376 8.00557 13.0378 6.99219 12.6564 6.07125C12.2749 5.15031 11.6289 4.36317 10.8001 3.80937C9.97125 3.25557 8.99682 2.95998 8 2.95998L8 -2.28882e-05Z",
1991
+ fill: o ?? "#0266EF"
2256
1992
  }
2257
- } catch (e) {
2258
- console.error("vite-plugin-css-injected-by-js", e);
1993
+ )
1994
+ ] }), jr = ({ size: t = "16", color: o = "#138761" }) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: t, height: t, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ e(
1995
+ "path",
1996
+ {
1997
+ fillRule: "evenodd",
1998
+ clipRule: "evenodd",
1999
+ d: "M8 1C4.1 1 1 4.1 1 8C1 11.9 4.1 15 8 15C11.9 15 15 11.9 15 8C15 4.1 11.9 1 8 1ZM7 11L4.3 8.3L5.2 7.5L7 9.3L11 5.4L11.9 6.2L7 11Z",
2000
+ fill: o
2259
2001
  }
2260
- })();
2261
- import { default as default2 } from "./components/MainButton/MainButton.js";
2262
- import { default as default3 } from "./components/FormInput/FormInput.js";
2263
- import { default as default4 } from "./components/Textarea/Textarea.js";
2264
- import { default as default5 } from "./components/Toggle/Toggle.js";
2265
- import { default as default6 } from "./components/Checkbox/Checkbox.js";
2266
- import { default as default7 } from "./components/Dropdown/Dropdown.js";
2267
- import { default as default8 } from "./components/Radio/Radio.js";
2268
- import { default as default9 } from "./components/Tooltip/Tooltip.js";
2269
- import { default as default10 } from "./components/Popup/Popup.js";
2270
- import { default as default11 } from "./components/NotificationToast/createNotificationToast.js";
2271
- import { default as default12 } from "./components/NotificationToast/NotificationContext.js";
2272
- import { default as default13 } from "./components/TimePicker/TimePicker.js";
2273
- import { default as default14 } from "./components/DatePicker/DatePicker.js";
2274
- import { default as default15 } from "./components/Skeleton/Skeleton.js";
2275
- import { default as default16 } from "./components/ActionDropdown/ActionDropdown.js";
2276
- import { default as default17 } from "./components/InlineLoading/InlineLoading.js";
2002
+ ) }), as = ({ loading: t, success: o, error: n, msg: l }) => /* @__PURE__ */ d("div", { className: `${Se.inlineLoadingWrapper}`, children: [
2003
+ t?.state && /* @__PURE__ */ d("div", { className: Se.loading, children: [
2004
+ /* @__PURE__ */ e(Ur, { color1: t?.color1 ?? "#BCC1C2", color2: t?.color2, size: t?.size }),
2005
+ /* @__PURE__ */ e("span", { style: l?.style ?? {}, children: l?.text ?? "" })
2006
+ ] }),
2007
+ !t?.state && o?.state && /* @__PURE__ */ d("div", { children: [
2008
+ /* @__PURE__ */ e(jr, { size: o?.size, color: o?.color }),
2009
+ /* @__PURE__ */ e("span", { style: l?.style ?? {}, children: l?.text ?? "" })
2010
+ ] }),
2011
+ !t?.state && n?.state && /* @__PURE__ */ d("div", { children: [
2012
+ /* @__PURE__ */ e(Yr, { size: n?.size, color: n?.color }),
2013
+ /* @__PURE__ */ e("span", { style: l?.style ?? {}, children: l?.text ?? "" })
2014
+ ] })
2015
+ ] });
2277
2016
  export {
2278
- default16 as ActionDropdown,
2279
- default6 as Checkbox,
2280
- default14 as DatePicker,
2281
- default7 as Dropdown,
2282
- default3 as FormInput,
2283
- default17 as InlineLoading,
2284
- default2 as MainButton,
2285
- default10 as Popup,
2286
- default8 as Radio,
2287
- default15 as Skeleton,
2288
- default4 as Textarea,
2289
- default13 as TimePicker,
2290
- default12 as ToastProvider,
2291
- default5 as Toggle,
2292
- default9 as Tooltip,
2293
- default11 as createNotificationToast
2017
+ is as ActionDropdown,
2018
+ go as Checkbox,
2019
+ ss as DatePicker,
2020
+ Gr as Dropdown,
2021
+ Te as FormInput,
2022
+ as as InlineLoading,
2023
+ Oe as MainButton,
2024
+ ts as Popup,
2025
+ zr as Radio,
2026
+ ls as Skeleton,
2027
+ Jr as Textarea,
2028
+ rs as TimePicker,
2029
+ os as ToastProvider,
2030
+ Kr as Toggle,
2031
+ es as Tooltip,
2032
+ ns as createNotificationToast
2294
2033
  };