sapp-common-package-test-final 1.0.0

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 (34) hide show
  1. package/README.md +30 -0
  2. package/dist/components/SAPPCalendar/DailyCalendar/DailyCalendar.d.ts +16 -0
  3. package/dist/components/SAPPCalendar/DailyCalendar/DailyCell.d.ts +12 -0
  4. package/dist/components/SAPPCalendar/DailyCalendar/DailyEvent.d.ts +9 -0
  5. package/dist/components/SAPPCalendar/FilterCalendar/FilterCalendar.d.ts +8 -0
  6. package/dist/components/SAPPCalendar/HeaderCalendar/HeaderCalendar.d.ts +13 -0
  7. package/dist/components/SAPPCalendar/HeaderCalendar/LMSHeaderCalendar.d.ts +15 -0
  8. package/dist/components/SAPPCalendar/MonthlyCalendar/MonthlyCalendar.d.ts +17 -0
  9. package/dist/components/SAPPCalendar/MonthlyCalendar/MonthlyCell.d.ts +13 -0
  10. package/dist/components/SAPPCalendar/MonthlyCalendar/MonthlyEvent.d.ts +9 -0
  11. package/dist/components/SAPPCalendar/SAPPCalendar.d.ts +17 -0
  12. package/dist/components/SAPPCalendar/WeeklyCalendar/WeeklyCalendar.d.ts +16 -0
  13. package/dist/components/SAPPCalendar/WeeklyCalendar/WeeklyCell.d.ts +12 -0
  14. package/dist/components/SAPPCalendar/WeeklyCalendar/WeeklyEvent.d.ts +9 -0
  15. package/dist/components/SAPPCalendar/common/Button.d.ts +11 -0
  16. package/dist/components/SAPPCalendar/common/CustomTooltip.d.ts +9 -0
  17. package/dist/components/SAPPCalendar/common/Icon.d.ts +9 -0
  18. package/dist/components/SAPPCalendar/common/SelectBox.d.ts +15 -0
  19. package/dist/components/SAPPCalendar/common/form/HookFormCheckbox.d.ts +3 -0
  20. package/dist/components/SAPPCalendar/filter/index.d.ts +8 -0
  21. package/dist/components/SAPPCalendar/filter-calendar/index.d.ts +8 -0
  22. package/dist/constants/index.d.ts +22 -0
  23. package/dist/hooks/useEffectAfterMounted.d.ts +1 -0
  24. package/dist/icons/index.d.ts +16 -0
  25. package/dist/index.css +997 -0
  26. package/dist/index.d.ts +2 -0
  27. package/dist/index.js +1188 -0
  28. package/dist/index.js.map +1 -0
  29. package/dist/index.modern.js +1184 -0
  30. package/dist/index.modern.js.map +1 -0
  31. package/dist/index.test.d.ts +1 -0
  32. package/dist/types/index.d.ts +48 -0
  33. package/dist/utils/index.d.ts +9 -0
  34. package/package.json +72 -0
package/dist/index.css ADDED
@@ -0,0 +1,997 @@
1
+ ._2hGgU {
2
+ display: flex
3
+ }
4
+
5
+ ._3-Pu9 {
6
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
7
+ }
8
+
9
+ ._2Mcv6 {
10
+ cursor: pointer
11
+ }
12
+
13
+ ._3EfQZ {
14
+ border-radius: 0px
15
+ }
16
+
17
+ ._3-NVJ {
18
+ --tw-border-opacity: 1;
19
+ border-color: rgb(245 245 245 / var(--tw-border-opacity, 1))
20
+ }
21
+
22
+ ._3-gs3 {
23
+ --tw-bg-opacity: 1;
24
+ background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1))
25
+ }
26
+
27
+ ._2ENMR {
28
+ background-color: rgb(23 108 221 / 0.1)
29
+ }
30
+
31
+ ._rF-HF {
32
+ --tw-bg-opacity: 1;
33
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
34
+ }
35
+
36
+ ._3mBZd {
37
+ --tw-text-opacity: 1 !important;
38
+ color: rgb(240 25 25 / var(--tw-text-opacity, 1)) !important
39
+ }
40
+
41
+ ._Irb_H {
42
+ --tw-text-opacity: 1;
43
+ color: rgb(37 47 74 / var(--tw-text-opacity, 1))
44
+ }
45
+
46
+ ._1pL5w {
47
+ --tw-text-opacity: 1;
48
+ color: rgb(75 85 99 / var(--tw-text-opacity, 1))
49
+ }
50
+
51
+ ._NLvfI {
52
+ --tw-text-opacity: 1;
53
+ color: rgb(23 108 221 / var(--tw-text-opacity, 1))
54
+ }
55
+
56
+ ._H-zEU {
57
+ --tw-text-opacity: 1;
58
+ color: rgb(152 161 183 / var(--tw-text-opacity, 1))
59
+ }
60
+
61
+ ._p0OEu {
62
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
63
+ }
64
+
65
+ ._18t93 {
66
+ position: relative;
67
+ display: flex;
68
+ width: 100%
69
+ }
70
+
71
+ ._18t93 * {
72
+ box-sizing: border-box !important
73
+ }
74
+
75
+ ._18t93 button,
76
+ ._18t93 div,
77
+ ._18t93 table {
78
+ border-width: 0px !important;
79
+ border-style: none !important
80
+ }
81
+
82
+ ._18t93 ul {
83
+ margin: 0px !important;
84
+ list-style-type: none !important;
85
+ padding: 0px !important
86
+ }
87
+
88
+ ._1oiD_ {
89
+ cursor: pointer;
90
+ border-radius: 6px;
91
+ padding-top: 12px;
92
+ padding-bottom: 12px;
93
+ padding-left: 20px;
94
+ padding-right: 20px;
95
+ font-size: 14px
96
+ }
97
+
98
+ ._1oiD_:hover {
99
+ --tw-bg-opacity: 1;
100
+ background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1));
101
+ --tw-text-opacity: 1;
102
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1))
103
+ }
104
+
105
+ ._-E7rn {
106
+ display: flex;
107
+ height: 24px;
108
+ width: 24px;
109
+ align-items: center;
110
+ justify-content: center;
111
+ border-radius: 4px;
112
+ --tw-bg-opacity: 1;
113
+ background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
114
+ padding: 4px;
115
+ --tw-text-opacity: 1;
116
+ color: rgb(37 47 74 / var(--tw-text-opacity, 1))
117
+ }
118
+
119
+ ._3WrnL {
120
+ --tw-bg-opacity: 1;
121
+ background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
122
+ --tw-text-opacity: 1;
123
+ color: rgb(120 130 157 / var(--tw-text-opacity, 1))
124
+ }
125
+
126
+ ._2-qBL {
127
+ --tw-border-opacity: 1;
128
+ border-color: rgb(255 184 0 / var(--tw-border-opacity, 1));
129
+ --tw-bg-opacity: 1;
130
+ background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1));
131
+ --tw-text-opacity: 1;
132
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1))
133
+ }
134
+
135
+ ._xYqjb {
136
+ --tw-border-opacity: 1;
137
+ border-color: rgb(23 108 221 / var(--tw-border-opacity, 1));
138
+ background-color: rgb(23 108 221 / 0.05);
139
+ --tw-text-opacity: 1;
140
+ color: rgb(23 108 221 / var(--tw-text-opacity, 1))
141
+ }
142
+
143
+ ._1oq3N {
144
+ --tw-border-opacity: 1;
145
+ border-color: rgb(236 148 14 / var(--tw-border-opacity, 1));
146
+ background-color: rgb(236 148 14 / 0.05);
147
+ --tw-text-opacity: 1;
148
+ color: rgb(236 148 14 / var(--tw-text-opacity, 1))
149
+ }
150
+
151
+ ._1hTMm {
152
+ --tw-border-opacity: 1;
153
+ border-color: rgb(7 175 23 / var(--tw-border-opacity, 1));
154
+ background-color: rgb(7 175 23 / 0.05);
155
+ --tw-text-opacity: 1;
156
+ color: rgb(7 175 23 / var(--tw-text-opacity, 1))
157
+ }
158
+
159
+ ._1hEJk {
160
+ --tw-border-opacity: 1;
161
+ border-color: rgb(240 25 25 / var(--tw-border-opacity, 1));
162
+ background-color: rgb(240 25 25 / 0.05);
163
+ --tw-text-opacity: 1;
164
+ color: rgb(240 25 25 / var(--tw-text-opacity, 1))
165
+ }
166
+
167
+ ._8FWXy {
168
+ --tw-bg-opacity: 1;
169
+ background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
170
+ --tw-text-opacity: 1;
171
+ color: rgb(120 130 157 / var(--tw-text-opacity, 1))
172
+ }
173
+
174
+ ._102cL {
175
+ display: flex;
176
+ flex-grow: 1;
177
+ flex-direction: column;
178
+ row-gap: 24px;
179
+ --tw-bg-opacity: 1;
180
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
181
+ padding-left: 32px;
182
+ padding-right: 32px;
183
+ padding-bottom: 32px
184
+ }
185
+
186
+ div._3Yvs5 {
187
+ display: flex;
188
+ align-items: center;
189
+ justify-content: space-between;
190
+ border-bottom-width: 1px !important;
191
+ border-style: solid !important;
192
+ --tw-border-opacity: 1;
193
+ border-color: rgb(241 241 244 / var(--tw-border-opacity, 1));
194
+ padding-top: 16px;
195
+ padding-bottom: 16px
196
+ }
197
+
198
+ ._18m93 {
199
+ display: flex;
200
+ align-items: center;
201
+ -moz-column-gap: 16px;
202
+ column-gap: 16px
203
+ }
204
+
205
+ ._2GTYD {
206
+ display: flex;
207
+ align-items: center;
208
+ -moz-column-gap: 16px;
209
+ column-gap: 16px
210
+ }
211
+
212
+ ._2GTYD:focus-within {
213
+ --tw-shadow: 0 0 #0000 !important;
214
+ --tw-shadow-colored: 0 0 #0000 !important;
215
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
216
+ }
217
+
218
+ ._18t93 div._2GTYD input {
219
+ width: 150px !important;
220
+ cursor: pointer !important;
221
+ font-size: 18px !important;
222
+ font-weight: 600 !important;
223
+ --tw-text-opacity: 1 !important;
224
+ color: rgb(37 47 74 / var(--tw-text-opacity, 1)) !important
225
+ }
226
+
227
+ ._18t93 div._2GTYD input:focus-within {
228
+ border-style: none
229
+ }
230
+
231
+ ._35LQ0 {
232
+ font-size: 18px;
233
+ font-weight: 600;
234
+ --tw-text-opacity: 1;
235
+ color: rgb(37 47 74 / var(--tw-text-opacity, 1))
236
+ }
237
+
238
+ ._FqVqb {
239
+ display: flex;
240
+ align-items: center;
241
+ -moz-column-gap: 16px;
242
+ column-gap: 16px
243
+ }
244
+
245
+ div._3kHog {
246
+ height: 32px;
247
+ border-right-width: 1px !important;
248
+ border-style: solid !important;
249
+ --tw-border-opacity: 1;
250
+ border-color: rgb(219 223 233 / var(--tw-border-opacity, 1))
251
+ }
252
+
253
+ ._18t93 thead th,
254
+ ._18t93 tbody td {
255
+ border-style: none !important;
256
+ background-color: transparent !important;
257
+ padding: 0px !important
258
+ }
259
+
260
+ ._18t93 thead th::before,
261
+ ._18t93 tbody td::before {
262
+ content: var(--tw-content) !important;
263
+ width: 0px !important
264
+ }
265
+
266
+ ._2NDGW,
267
+ ._1QrJs {
268
+ width: 100%;
269
+ overflow: hidden
270
+ }
271
+
272
+ ._3Tsy4 {
273
+ text-align: center;
274
+ font-size: 12px;
275
+ font-weight: 600
276
+ }
277
+
278
+ ._2NDGW
279
+ thead
280
+ th:first-child
281
+ > ._3Tsy4._1Dyjm {
282
+ width: 100px;
283
+ --tw-text-opacity: 1;
284
+ color: rgb(255 184 0 / var(--tw-text-opacity, 1))
285
+ }
286
+
287
+ div._sGK9m {
288
+ display: flex;
289
+ flex-direction: column;
290
+ border-top-width: 1px !important;
291
+ border-style: solid !important;
292
+ --tw-border-opacity: 1;
293
+ border-color: rgb(245 245 245 / var(--tw-border-opacity, 1))
294
+ }
295
+
296
+ ._1Jsb- {
297
+ padding-left: 8px;
298
+ padding-right: 8px;
299
+ padding-top: 8px;
300
+ font-weight: 500;
301
+ --tw-text-opacity: 1;
302
+ color: rgb(255 184 0 / var(--tw-text-opacity, 1))
303
+ }
304
+
305
+ ._2NDGW tbody td > div {
306
+ margin-left: 4px;
307
+ margin-right: 4px;
308
+ padding-left: 8px;
309
+ padding-right: 8px
310
+ }
311
+
312
+ ._2NDGW thead th > div,
313
+ ._1QrJs thead th > div {
314
+ padding-top: 12px;
315
+ padding-bottom: 12px
316
+ }
317
+
318
+ ._2NDGW tbody td > div {
319
+ height: 150px;
320
+ padding-bottom: 4px
321
+ }
322
+
323
+ div._2hVZ4 {
324
+ display: flex;
325
+ flex-direction: column;
326
+ justify-content: space-between;
327
+ border-top-width: 1px !important;
328
+ border-style: solid !important
329
+ }
330
+
331
+ div._1uenJ {
332
+ border-top-width: 4px !important;
333
+ --tw-border-opacity: 1;
334
+ border-color: rgb(31 127 181 / var(--tw-border-opacity, 1));
335
+ --tw-bg-opacity: 1;
336
+ background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1))
337
+ }
338
+
339
+ div._1uenJ > div {
340
+ border-top-width: 4px !important;
341
+ --tw-bg-opacity: 1;
342
+ background-color: rgb(31 127 181 / var(--tw-bg-opacity, 1));
343
+ padding: 8px;
344
+ --tw-text-opacity: 1;
345
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1))
346
+ }
347
+
348
+ ._2hVZ4 > div {
349
+ overflow: hidden;
350
+ display: -webkit-box;
351
+ -webkit-box-orient: vertical;
352
+ -webkit-line-clamp: 1;
353
+ width: -moz-fit-content;
354
+ width: fit-content;
355
+ padding-left: 8px;
356
+ padding-right: 8px;
357
+ padding-top: 8px;
358
+ font-size: 14px;
359
+ font-weight: 400
360
+ }
361
+
362
+ ._2hVZ4 > ul,
363
+ ._2Uo1f {
364
+ display: flex;
365
+ cursor: pointer;
366
+ flex-direction: column;
367
+ row-gap: 4px
368
+ }
369
+
370
+ ._2hVZ4 > ul > li,
371
+ ._2Uo1f > li {
372
+ border-radius: 4px;
373
+ padding-left: 8px;
374
+ padding-right: 8px;
375
+ padding-top: 2px;
376
+ padding-bottom: 2px
377
+ }
378
+
379
+ ._2gsg7 {
380
+ overflow: hidden;
381
+ display: -webkit-box;
382
+ -webkit-box-orient: vertical;
383
+ -webkit-line-clamp: 1;
384
+ font-size: 13px;
385
+ font-weight: 500
386
+ }
387
+
388
+ ._2GtPn {
389
+ overflow: hidden;
390
+ display: -webkit-box;
391
+ -webkit-box-orient: vertical;
392
+ -webkit-line-clamp: 1;
393
+ font-size: 13px;
394
+ font-weight: 400
395
+ }
396
+
397
+ ._2hVZ4 > ul > div:last-child {
398
+ cursor: pointer;
399
+ font-size: 13px;
400
+ font-weight: 500;
401
+ line-height: 13px
402
+ }
403
+
404
+ ._1QrJs table {
405
+ border-width: 0px
406
+ }
407
+
408
+ ._5WuQ8 {
409
+ display: flex;
410
+ flex-direction: column;
411
+ row-gap: 2px;
412
+ text-align: center;
413
+ font-size: 12px;
414
+ font-weight: 600
415
+ }
416
+
417
+ ._1QrJs thead th:first-child > ._5WuQ8 {
418
+ width: 100px;
419
+ --tw-text-opacity: 1;
420
+ color: rgb(255 184 0 / var(--tw-text-opacity, 1))
421
+ }
422
+
423
+ ._1QrJs tbody td {
424
+ border-width: 0.5px !important;
425
+ border-style: solid !important;
426
+ --tw-border-opacity: 1;
427
+ border-color: rgb(219 223 233 / var(--tw-border-opacity, 1))
428
+ }
429
+
430
+ ._1QrJs tbody td:first-child > div {
431
+ text-align: center;
432
+ font-size: 12px
433
+ }
434
+
435
+ ._3lPkV {
436
+ height: 60px;
437
+ width: 100%
438
+ }
439
+
440
+ ._3lPkV > div {
441
+ position: absolute;
442
+ left: 5%;
443
+ z-index: 10;
444
+ width: 90%;
445
+ cursor: pointer;
446
+ border-radius: 0.125rem;
447
+ border-left-width: 2px !important;
448
+ border-style: solid !important;
449
+ padding: 12px
450
+ }
451
+
452
+ ._hnHem {
453
+ display: flex;
454
+ flex-direction: column;
455
+ row-gap: 8px
456
+ }
457
+
458
+ ._21a0T {
459
+ font-size: 14px;
460
+ font-weight: 600
461
+ }
462
+
463
+ ._PiKmX {
464
+ font-size: 14px;
465
+ font-weight: 400
466
+ }
467
+
468
+ ._1pvXT,
469
+ ._1pvXT {
470
+ display: flex;
471
+ flex-direction: row;
472
+ align-items: center;
473
+ -moz-column-gap: 8px;
474
+ column-gap: 8px
475
+ }
476
+
477
+ ._1pvXT > ._21a0T,
478
+ ._1pvXT > ._PiKmX {
479
+ overflow: hidden;
480
+ display: -webkit-box;
481
+ -webkit-box-orient: vertical;
482
+ -webkit-line-clamp: 1
483
+ }
484
+
485
+ button._1GA3p {
486
+ border-radius: 0px;
487
+ border-width: 1px !important;
488
+ border-style: solid !important;
489
+ --tw-border-opacity: 1 !important;
490
+ border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important;
491
+ --tw-bg-opacity: 1;
492
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
493
+ --tw-text-opacity: 1;
494
+ color: rgb(161 161 161 / var(--tw-text-opacity, 1))
495
+ }
496
+
497
+ button._1GA3p:hover {
498
+ --tw-border-opacity: 1;
499
+ border-color: rgb(255 184 0 / var(--tw-border-opacity, 1))
500
+ }
501
+
502
+ .ant-picker-input > input {
503
+ text-align: center
504
+ }
505
+
506
+ ._1gLzS {
507
+ --tw-text-opacity: 1;
508
+ color: rgb(255 184 0 / var(--tw-text-opacity, 1))
509
+ }
510
+
511
+ /* value */
512
+
513
+ .ant-select {
514
+ border-radius: 0px;
515
+ font-weight: 400;
516
+ --tw-text-opacity: 1 !important;
517
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
518
+ }
519
+
520
+ .select-mode {
521
+ height: 100% !important
522
+ }
523
+
524
+ .select-mode .ant-select-selector {
525
+ height: 100%;
526
+ padding-top: 6px !important;
527
+ padding-bottom: 6px !important;
528
+ padding-left: 20px !important;
529
+ padding-right: 20px !important;
530
+ border-radius: 0px !important;
531
+ --tw-bg-opacity: 1 !important;
532
+ background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1)) !important;
533
+ font-weight: 400;
534
+ --tw-text-opacity: 1;
535
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1))
536
+ }
537
+
538
+ div._12I9I {
539
+ border-radius: 0px;
540
+ --tw-bg-opacity: 1 !important;
541
+ background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1)) !important;
542
+ --tw-text-opacity: 1 !important;
543
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
544
+ }
545
+
546
+ .select-mode .ant-select-arrow {
547
+ --tw-text-opacity: 1 !important;
548
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
549
+ }
550
+
551
+ .ant-select-item-option:hover {
552
+ background-color: #ec940e0d !important;
553
+ --tw-text-opacity: 1 !important;
554
+ color: rgb(255 184 0 / var(--tw-text-opacity, 1)) !important
555
+ }
556
+
557
+ .ant-select-dropdown {
558
+ width: 100%
559
+ }
560
+
561
+ ._1ZvuX {
562
+ width: 100% !important
563
+ }
564
+
565
+ .ant-select-item-option-selected {
566
+ background-color: #ec940e0d !important;
567
+ --tw-text-opacity: 1 !important;
568
+ color: rgb(255 184 0 / var(--tw-text-opacity, 1)) !important
569
+ }
570
+
571
+ .ant-select-selector:focus {
572
+ /* Màu viền vàng, không có shadow */
573
+ --tw-border-opacity: 1 !important;
574
+ border-color: rgb(255 184 0 / var(--tw-border-opacity, 1)) !important;
575
+ --tw-shadow: 0 0 #0000;
576
+ --tw-shadow-colored: 0 0 #0000;
577
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
578
+ /* Màu viền vàng, không có shadow */
579
+ }
580
+
581
+ .ant-picker-cell-selected > div {
582
+ --tw-bg-opacity: 1 !important;
583
+ background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1)) !important
584
+ }
585
+
586
+ .ant-picker-cell-selected > div::before {
587
+ --tw-border-opacity: 1 !important;
588
+ border-color: rgb(255 184 0 / var(--tw-border-opacity, 1)) !important
589
+ }
590
+
591
+ @tailwind utilities;
592
+
593
+ ._2OOkM {
594
+ @apply w-full relative flex;
595
+ }
596
+
597
+ ._2OOkM * {
598
+ @apply !box-border;
599
+ }
600
+
601
+ ._2OOkM button,
602
+ ._2OOkM div,
603
+ ._2OOkM table {
604
+ @apply !border-0 !border-none;
605
+ }
606
+
607
+ ._2OOkM ul {
608
+ @apply !m-0 !p-0 !list-none;
609
+ }
610
+
611
+ ._3EiSs {
612
+ @apply py-3 px-5 rounded-md text-sm hover:bg-primary hover:text-white cursor-pointer;
613
+ }
614
+
615
+ ._3fS4I {
616
+ @apply flex justify-center items-center w-6 h-6 rounded p-1 bg-[#F9F9F9] text-[#252F4A];
617
+ }
618
+
619
+ ._3LEeo {
620
+ @apply bg-button text-gray-2;
621
+ }
622
+
623
+ ._1N2aY {
624
+ @apply border-primary bg-primary text-white;
625
+ }
626
+
627
+ ._2tFGa {
628
+ @apply border-info bg-info/5 text-info;
629
+ }
630
+
631
+ ._3cS4h {
632
+ @apply border-warning bg-warning/5 text-warning;
633
+ }
634
+
635
+ ._ubFeJ {
636
+ @apply border-success bg-success/5 text-success;
637
+ }
638
+
639
+ ._1s2ED {
640
+ @apply border-error bg-error/5 text-error;
641
+ }
642
+
643
+ ._3rwzE {
644
+ @apply bg-secondary-bg text-gray-2;
645
+ }
646
+
647
+ ._9uloX {
648
+ @apply flex flex-col gap-y-6 px-8 pb-8 bg-white flex-grow;
649
+ }
650
+
651
+ div._2Uj7C {
652
+ @apply flex justify-between items-center py-4 !border-b-0.25 !border-solid border-[#F1F1F4];
653
+ }
654
+
655
+ ._1NX4k {
656
+ @apply flex items-center gap-x-4;
657
+ }
658
+
659
+ ._pki6z {
660
+ @apply flex items-center gap-x-4 focus-within:!shadow-none;
661
+ }
662
+
663
+ ._2OOkM div._pki6z input {
664
+ @apply !w-[150px] !text-lg !font-semibold !text-black !cursor-pointer focus-within:border-none;
665
+ }
666
+
667
+ ._3HZUA {
668
+ @apply text-[18px] font-semibold text-black;
669
+ }
670
+
671
+ ._2z7Aw {
672
+ @apply flex items-center gap-x-4;
673
+ }
674
+
675
+ div._US4AW {
676
+ @apply h-8 !border-r-0.25 !border-solid border-input;
677
+ }
678
+
679
+ ._2OOkM thead th,
680
+ ._2OOkM tbody td {
681
+ @apply !border-none !bg-transparent before:!w-0 !p-0;
682
+ }
683
+
684
+ ._3gTTi,
685
+ ._1JsGC {
686
+ @apply w-full overflow-hidden;
687
+ }
688
+
689
+ ._2244F {
690
+ @apply text-center font-semibold text-xs;
691
+ }
692
+
693
+ ._3gTTi
694
+ thead
695
+ th:first-child
696
+ > ._2244F._2ZBuL {
697
+ @apply w-[100px] text-primary;
698
+ }
699
+
700
+ div._1N_J1 {
701
+ @apply flex flex-col !border-t-0.25 !border-solid border-gray-4;
702
+ }
703
+
704
+ ._3bFF2 {
705
+ @apply pt-2 px-2 font-medium text-primary;
706
+ }
707
+
708
+ ._3gTTi tbody td > div {
709
+ @apply mx-1 px-2;
710
+ }
711
+
712
+ ._3gTTi thead th > div,
713
+ ._1JsGC thead th > div {
714
+ @apply py-3;
715
+ }
716
+
717
+ ._3gTTi tbody td > div {
718
+ @apply h-[150px] pb-1;
719
+ }
720
+
721
+ div._33-xY {
722
+ @apply flex flex-col justify-between !border-t-0.25 !border-solid;
723
+ }
724
+
725
+ div._30qaU {
726
+ @apply border-[#1F7FB5] !border-t-4 bg-[#F5FAFF];
727
+ }
728
+
729
+ div._30qaU > div {
730
+ @apply bg-[#1F7FB5] !border-t-4 text-white p-2;
731
+ }
732
+
733
+ ._33-xY > div {
734
+ @apply w-fit pt-2 px-2 text-sm font-normal line-clamp-1;
735
+ }
736
+
737
+ ._33-xY > ul,
738
+ ._1fqX3 {
739
+ @apply flex flex-col gap-y-1 cursor-pointer;
740
+ }
741
+
742
+ ._33-xY > ul > li,
743
+ ._1fqX3 > li {
744
+ @apply px-2 py-0.5 rounded;
745
+ }
746
+
747
+ ._S-x_L {
748
+ @apply text-[13px] font-medium line-clamp-1;
749
+ }
750
+
751
+ ._1nF27 {
752
+ @apply text-[13px] font-normal line-clamp-1;
753
+ }
754
+
755
+ ._33-xY > ul > div:last-child {
756
+ @apply text-[13px] leading-[13px] font-medium cursor-pointer;
757
+ }
758
+
759
+ ._1JsGC table {
760
+ @apply border-0;
761
+ }
762
+
763
+ ._3HaWW {
764
+ @apply flex flex-col gap-y-0.5 text-center font-semibold text-xs;
765
+ }
766
+
767
+ ._1JsGC thead th:first-child > ._3HaWW {
768
+ @apply w-[100px] text-primary;
769
+ }
770
+
771
+ ._1JsGC tbody td {
772
+ @apply !border-[0.5px] !border-solid border-[#DBDFE9];
773
+ }
774
+
775
+ ._1JsGC tbody td:first-child > div {
776
+ @apply text-center text-xs;
777
+ }
778
+
779
+ ._1tvYg {
780
+ @apply h-[60px] w-full;
781
+ }
782
+
783
+ ._1tvYg > div {
784
+ @apply absolute z-10 left-[5%] w-[90%] !border-l-2 !border-solid rounded-sm p-3 cursor-pointer;
785
+ }
786
+
787
+ ._35RRs {
788
+ @apply flex flex-col gap-y-2;
789
+ }
790
+
791
+ ._1VuQw {
792
+ @apply text-sm font-semibold;
793
+ }
794
+
795
+ ._1D_PH {
796
+ @apply text-sm font-normal;
797
+ }
798
+
799
+ ._16clH,
800
+ ._16clH {
801
+ @apply flex flex-row gap-x-2 items-center;
802
+ }
803
+
804
+ ._16clH > ._1VuQw,
805
+ ._16clH > ._1D_PH {
806
+ @apply line-clamp-1;
807
+ }
808
+
809
+ button._3-kZ6 {
810
+ @apply bg-white !border text-[#A1A1A1] !border-[#DCDDDD] !border-solid rounded-none hover:border-[#FFB800]
811
+ }
812
+
813
+ .ant-picker-input > input {
814
+ @apply text-center
815
+ }
816
+
817
+ ._1nh0f {
818
+ @apply text-[#FFB800];
819
+ }
820
+
821
+
822
+ /* value */
823
+ .ant-select {
824
+ @apply !text-white font-normal rounded-none;
825
+ }
826
+
827
+ .select-mode {
828
+ @apply !h-full;
829
+ }
830
+
831
+ .select-mode .ant-select-selector {
832
+ @apply !py-[6px] !px-[20px] h-full;
833
+ }
834
+
835
+ .select-mode .ant-select-selector {
836
+ @apply !bg-[#FFB800] text-white font-normal !rounded-none;
837
+ }
838
+
839
+ div._1dZBN {
840
+ @apply !bg-[#FFB800] !text-white rounded-none;
841
+ }
842
+
843
+ .select-mode .ant-select-arrow {
844
+ @apply !text-white;
845
+ }
846
+
847
+ .ant-select-item-option:hover {
848
+ @apply !bg-[#ec940e0d] !text-[#ffb800];
849
+ }
850
+
851
+ .ant-select-dropdown {
852
+ @apply w-full;
853
+ }
854
+
855
+ ._1n_Gs {
856
+ @apply !w-full;
857
+ }
858
+
859
+ .ant-select-item-option-selected {
860
+ @apply !bg-[#ec940e0d] !text-[#ffb800];
861
+ }
862
+
863
+ .ant-select-selector:focus {
864
+ @apply !border-[#FFB800] shadow-none; /* Màu viền vàng, không có shadow */
865
+ }
866
+
867
+ .ant-select-selector:focus {
868
+ @apply !border-[#FFB800] shadow-none; /* Màu viền vàng, không có shadow */
869
+ }
870
+
871
+ .ant-picker-cell-selected > div {
872
+ @apply !bg-[#FFB800]
873
+ }
874
+ .ant-picker-cell-selected > div::before {
875
+ @apply !border-[#FFB800]
876
+ }
877
+
878
+ ._2Y9jk ._3puh0 {
879
+ display: none
880
+ }
881
+
882
+ ._2Y9jk {
883
+ border-width: 1px !important;
884
+ border-style: solid !important;
885
+ --tw-border-opacity: 1 !important;
886
+ border-bottom-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
887
+ }
888
+
889
+ .ant-picker-calendar-header .ant-picker-calendar-year-select {
890
+ border-width: 1px !important;
891
+ border-style: solid !important;
892
+ --tw-border-opacity: 1 !important;
893
+ border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
894
+ }
895
+
896
+ .ant-picker-calendar-header .ant-picker-calendar-month-select {
897
+ border-width: 1px !important;
898
+ border-style: solid !important;
899
+ --tw-border-opacity: 1 !important;
900
+ border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
901
+ }
902
+
903
+ .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
904
+ display: none
905
+ }
906
+
907
+ .ant-picker-calendar-header {
908
+ display: flex;
909
+ flex-direction: row-reverse;
910
+ justify-content: flex-start !important;
911
+ gap: 8px
912
+ }
913
+
914
+ ._2Y9jk > ._1b_yY {
915
+ border-width: 1px !important;
916
+ --tw-border-opacity: 1 !important;
917
+ border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
918
+ }
919
+
920
+ ._1K0QG {
921
+ height: 100%;
922
+ max-width: 295px;
923
+ --tw-bg-opacity: 1;
924
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
925
+ padding: 40px
926
+ }
927
+
928
+ ._1kmo4 {
929
+ display: flex;
930
+ align-items: center;
931
+ justify-content: flex-start;
932
+ gap: 10px;
933
+ font-size: 16px
934
+ }
935
+
936
+ ._3yl3q {
937
+ height: 12px;
938
+ width: 12px;
939
+ --tw-bg-opacity: 1;
940
+ background-color: rgb(23 108 221 / var(--tw-bg-opacity, 1))
941
+ }
942
+
943
+ ._dS6FM {
944
+ height: 12px;
945
+ width: 12px;
946
+ --tw-bg-opacity: 1;
947
+ background-color: rgb(143 111 234 / var(--tw-bg-opacity, 1))
948
+ }
949
+
950
+ ._2v-Pp {
951
+ height: 12px;
952
+ width: 12px;
953
+ --tw-bg-opacity: 1;
954
+ background-color: rgb(15 167 61 / var(--tw-bg-opacity, 1))
955
+ }
956
+
957
+ ._1u4J8 {
958
+ height: 12px;
959
+ width: 12px;
960
+ --tw-bg-opacity: 1;
961
+ background-color: rgb(248 151 7 / var(--tw-bg-opacity, 1))
962
+ }
963
+
964
+ ._1RLYM {
965
+ height: 12px;
966
+ width: 12px;
967
+ --tw-bg-opacity: 1;
968
+ background-color: rgb(240 25 25 / var(--tw-bg-opacity, 1))
969
+ }
970
+
971
+ ._29aaM {
972
+ margin-left: 12px;
973
+ margin-bottom: 8px;
974
+ display: flex;
975
+ align-items: center;
976
+ justify-content: space-between;
977
+ gap: 8px;
978
+ font-size: 16px;
979
+ font-weight: 500
980
+ }
981
+
982
+ ._1yCoo:hover {
983
+ cursor: pointer
984
+ }
985
+
986
+ @media screen and (max-width: 1024px) {
987
+ ._1K0QG {
988
+ position: absolute;
989
+ top: 5%;
990
+ z-index: 999;
991
+ height: 100%;
992
+ overflow: auto;
993
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
994
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
995
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
996
+ }
997
+ }