@pmidc/upyog-css 1.2.51 → 1.2.53

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 (141) hide show
  1. package/dist/index.css +23988 -14978
  2. package/dist/index.min.css +1 -1
  3. package/package.json +62 -62
  4. package/src/components/CardBasedOptions.scss +535 -535
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +968 -968
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/challanGeneration.scss +349 -0
  28. package/src/components/changeLanguage.scss +3 -3
  29. package/src/components/charts.scss +185 -185
  30. package/src/components/chb.scss +242 -0
  31. package/src/components/checkbox.scss +83 -83
  32. package/src/components/checkpoint.scss +65 -65
  33. package/src/components/citizenInfoLabel.scss +14 -14
  34. package/src/components/custombtn.scss +15 -15
  35. package/src/components/datatable.scss +119 -119
  36. package/src/components/datewrap.scss +21 -21
  37. package/src/components/detailscard.scss +6 -6
  38. package/src/components/detailscontainer.scss +13 -13
  39. package/src/components/documentSection.scss +134 -134
  40. package/src/components/filters.scss +379 -379
  41. package/src/components/garbageCollection.scss +535 -0
  42. package/src/components/grey.scss +3 -3
  43. package/src/components/hoc/InboxComposer.scss +111 -111
  44. package/src/components/howItWorks.scss +71 -71
  45. package/src/components/imageviewer.scss +33 -33
  46. package/src/components/info-banner.scss +35 -35
  47. package/src/components/inputotp.scss +15 -15
  48. package/src/components/keynote.scss +29 -29
  49. package/src/components/languageSelector.scss +24 -24
  50. package/src/components/loader.scss +96 -96
  51. package/src/components/map.scss +36 -36
  52. package/src/components/metricsTable.scss +26 -26
  53. package/src/components/multiLink.scss +117 -117
  54. package/src/components/multiSelectDropdown.scss +88 -88
  55. package/src/components/navbar.scss +377 -377
  56. package/src/components/ndc.scss +233 -0
  57. package/src/components/newFooter.scss +82 -82
  58. package/src/components/newInbox.scss +382 -382
  59. package/src/components/plusMinus.scss +15 -15
  60. package/src/components/popup.scss +26 -26
  61. package/src/components/ptr.scss +301 -0
  62. package/src/components/radiobtn.scss +46 -46
  63. package/src/components/ratingstar.scss +33 -33
  64. package/src/components/roundedLabel.scss +10 -10
  65. package/src/components/searchAction.scss +27 -27
  66. package/src/components/sectionalDropdown.scss +43 -43
  67. package/src/components/selectdropdown.scss +312 -302
  68. package/src/components/staticDynamicMessages.scss +110 -110
  69. package/src/components/staticSideBar.scss +27 -27
  70. package/src/components/statushighlight.scss +17 -17
  71. package/src/components/submiterrors.scss +11 -11
  72. package/src/components/summary.scss +28 -28
  73. package/src/components/table.scss +855 -855
  74. package/src/components/tag.scss +27 -27
  75. package/src/components/telephone.scss +17 -17
  76. package/src/components/textfields.scss +146 -146
  77. package/src/components/toast.scss +31 -31
  78. package/src/components/toggleSwitch.scss +40 -40
  79. package/src/components/topbar.scss +217 -217
  80. package/src/components/uploadcomponents.scss +116 -116
  81. package/src/index.scss +2436 -2424
  82. package/src/modules/BPA/index.scss +5262 -394
  83. package/src/modules/TL/index.scss +796 -796
  84. package/src/modules/adv/index.scss +1807 -643
  85. package/src/modules/hrms/index.scss +1327 -1327
  86. package/src/modules/noc/index.scss +1210 -0
  87. package/src/modules/rentAndLease/index.scss +591 -288
  88. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  89. package/src/pages/citizen/CitizenLogin.scss +50 -50
  90. package/src/pages/citizen/DocumentList.scss +470 -470
  91. package/src/pages/citizen/Events.scss +46 -46
  92. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  93. package/src/pages/citizen/InboxCard.scss +378 -378
  94. package/src/pages/citizen/SurveyList.scss +24 -24
  95. package/src/pages/citizen/citizenDocument.scss +25 -25
  96. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  97. package/src/pages/citizen/container.scss +32 -32
  98. package/src/pages/citizen/loaderMessage.scss +341 -341
  99. package/src/pages/citizen/payment/payment-type.scss +2 -2
  100. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  101. package/src/pages/common/form.scss +25 -25
  102. package/src/pages/common/newApplicationTimeline.scss +341 -341
  103. package/src/pages/common/pgrUICssfix.scss +128 -128
  104. package/src/pages/common/requiredField.scss +2 -2
  105. package/src/pages/common/sanctionFeeTable.scss +91 -91
  106. package/src/pages/common/searchIcon.scss +21 -21
  107. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  108. package/src/pages/common/stepForm.scss +40 -40
  109. package/src/pages/employee/EmployeeLogin.scss +6 -6
  110. package/src/pages/employee/cardfix.scss +13 -13
  111. package/src/pages/employee/container.scss +73 -73
  112. package/src/pages/employee/dashboard.scss +204 -204
  113. package/src/pages/employee/disconnection.scss +425 -425
  114. package/src/pages/employee/dss.scss +251 -251
  115. package/src/pages/employee/faq.scss +353 -353
  116. package/src/pages/employee/footer.scss +68 -68
  117. package/src/pages/employee/form-fields.scss +26 -26
  118. package/src/pages/employee/header.scss +262 -262
  119. package/src/pages/employee/iframe.scss +65 -65
  120. package/src/pages/employee/inbox.scss +1110 -1110
  121. package/src/pages/employee/index.scss +693 -693
  122. package/src/pages/employee/landing.scss +1802 -1802
  123. package/src/pages/employee/login.scss +253 -253
  124. package/src/pages/employee/oldMobileInbox.scss +4 -4
  125. package/src/pages/employee/popupmodule.scss +47 -47
  126. package/src/pages/employee/response.scss +2 -2
  127. package/src/pages/employee/scroll-table.scss +113 -113
  128. package/src/pages/employee/surveys.scss +469 -469
  129. package/src/pages/employee/tooltip.scss +35 -35
  130. package/src/pages/employee/updateNumber.scss +12 -12
  131. package/src/pages/swach/index.scss +231 -231
  132. package/src/pages/ws/index.scss +118 -118
  133. package/svg/camera.svg +4 -4
  134. package/svg/check.svg +3 -3
  135. package/svg/close.svg +4 -4
  136. package/svg/error.svg +3 -3
  137. package/svg/error2.svg +5 -5
  138. package/svg/searchicon.svg +3 -3
  139. package/svg/starempty.svg +3 -3
  140. package/svg/starfilled.svg +4 -4
  141. package/svg/success.svg +3 -3
@@ -1,855 +1,855 @@
1
- /* Table container for responsive behavior like .card */
2
- .table-container {
3
- max-width: 95vw;
4
- width: 100%;
5
- overflow-x: auto;
6
- -webkit-overflow-scrolling: touch;
7
- margin-bottom: 15px;
8
- }
9
-
10
- .table {
11
- background: #ffffff;
12
- width: 100%;
13
- max-width: 95vw;
14
- table-layout: auto;
15
- border-radius: 16px;
16
- border: 1px solid #e2e8f0;
17
- overflow: hidden;
18
- display: table;
19
- box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
20
- border-collapse: collapse;
21
- transition: box-shadow 0.2s ease;
22
- margin-bottom: 15px;
23
- }
24
-
25
- /* Desktop styles - remove block display */
26
- @media (min-width: 1024px) {
27
- .table {
28
- display: table;
29
- overflow: hidden;
30
- }
31
- }
32
-
33
- .table:hover {
34
- box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
35
- }
36
-
37
- .table thead {
38
- background: #f8fafc;
39
- border-bottom: 1px solid #e2e8f0;
40
- }
41
-
42
- .table thead th {
43
- padding: 14px 20px;
44
- font-weight: 700;
45
- vertical-align: middle;
46
- text-align: left;
47
- color: #6b7280;
48
- font-size: 12px;
49
- white-space: nowrap;
50
- text-transform: uppercase;
51
- letter-spacing: 0.08em;
52
- border-bottom: 1px solid #e2e8f0;
53
- position: relative;
54
- }
55
-
56
- .table thead th::after {
57
- content: none;
58
- }
59
-
60
- .table thead th:first-child {
61
- border-top-left-radius: 12px;
62
- }
63
-
64
- .table thead th:last-child {
65
- border-top-right-radius: 12px;
66
- }
67
-
68
- .table tbody tr {
69
- border-bottom: 1px solid #eef2f7;
70
- transition: background 0.2s ease;
71
- }
72
-
73
- .table tbody tr:hover {
74
- background: #f8fafc;
75
- box-shadow: none;
76
- }
77
-
78
- .table tbody tr:hover td {
79
- color: #1e293b;
80
- }
81
-
82
- .table tbody tr:nth-child(odd) {
83
- background: #ffffff;
84
- }
85
-
86
- table tbody tr:nth-child(even) {
87
- background: #ffffff;
88
- }
89
-
90
- .table tbody tr:last-child td {
91
- border-bottom: none;
92
- }
93
-
94
- .table tbody td {
95
- padding: 16px 20px;
96
- color: #334155;
97
- vertical-align: middle;
98
- font-size: 14px;
99
- transition: color 0.2s ease;
100
- border-right: 1px solid transparent;
101
- overflow: hidden;
102
- text-overflow: ellipsis;
103
- }
104
-
105
- .table tbody td:last-child {
106
- border-right: none;
107
- }
108
-
109
- /* NDC-style inbox table look (scoped) */
110
- .ndc-new-table {
111
- background: #ffffff;
112
- border: 1px solid #e2e8f0;
113
- border-radius: 16px;
114
- box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
115
- border-collapse: collapse;
116
- }
117
-
118
- .ndc-new-table thead {
119
- background: #f8fafc;
120
- }
121
-
122
- .ndc-new-table thead th {
123
- text-align: left;
124
- font-size: 12px;
125
- letter-spacing: 0.08em;
126
- color: #6b7280;
127
- padding: 14px 20px;
128
- text-transform: uppercase;
129
- border-bottom: 1px solid #e2e8f0;
130
- }
131
-
132
- .ndc-new-table tbody td {
133
- padding: 16px 20px;
134
- border-bottom: 1px solid #eef2f7;
135
- font-size: 14px;
136
- color: #334155;
137
- }
138
-
139
- .ndc-new-table tbody tr:hover {
140
- background: #f8fafc;
141
- }
142
-
143
- .ndc-new-table .ndc-new-cell-secondary {
144
- font-size: 12px;
145
- color: #64748b;
146
- }
147
-
148
- /* NDC table wrapper and header styles */
149
- .ndc-new-table-wrapper {
150
- display: block;
151
- overflow-x: auto;
152
- }
153
-
154
- .ndc-new-table-card {
155
- margin-top: 16px;
156
- background: #ffffff;
157
- border: 1px solid #e2e8f0;
158
- border-radius: 16px;
159
- box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
160
- overflow: hidden;
161
- }
162
-
163
- .ndc-new-table-header {
164
- padding: 18px 20px;
165
- font-size: 18px;
166
- font-weight: 700;
167
- border-bottom: 1px solid #e2e8f0;
168
- }
169
-
170
- /* NDC cell stack layout for multi-line cell content */
171
- .ndc-new-cell-stack {
172
- display: flex;
173
- flex-direction: column;
174
- gap: 4px;
175
- }
176
-
177
- .ndc-new-cell-primary {
178
- font-weight: 600;
179
- color: #1e293b;
180
- }
181
-
182
- .ndc-new-cell-secondary {
183
- font-size: 12px;
184
- color: #64748b;
185
- }
186
-
187
- /* NDC status pill styles */
188
- .ndc-new-status-pill {
189
- display: inline-flex;
190
- align-items: center;
191
- justify-content: center;
192
- padding: 4px 10px;
193
- border-radius: 999px;
194
- font-size: 12px;
195
- font-weight: 600;
196
- background: #e2e8f0;
197
- color: #111827;
198
- border: 1px solid transparent;
199
- }
200
-
201
- .ndc-new-status-pill.approved {
202
- background: #f0fdf4;
203
- color: #15803d;
204
- border-color: #86efac;
205
- }
206
-
207
- .ndc-new-status-pill.rejected {
208
- background: #fef2f2;
209
- color: #b91c1c;
210
- border-color: #fecaca;
211
- }
212
-
213
- .ndc-new-status-pill.forwarded {
214
- background: #eff6ff;
215
- color: #1d4ed8;
216
- border-color: #bfdbfe;
217
- }
218
-
219
- .ndc-new-status-pill.in-progress {
220
- background: #dbeafe;
221
- color: #1d4ed8;
222
- border-color: #93c5fd;
223
- }
224
-
225
- .ndc-new-status-pill.pending {
226
- background: #ffedd5;
227
- color: #c2410c;
228
- border-color: #fdba74;
229
- }
230
-
231
- .ndc-new-status-pill.new {
232
- background: #f3f4f6;
233
- color: #111827;
234
- border-color: #e5e7eb;
235
- }
236
-
237
- /* NDC icon and action group styles */
238
- .ndc-new-icon {
239
- display: inline-flex;
240
- align-items: center;
241
- justify-content: center;
242
- width: 28px;
243
- height: 28px;
244
- margin-left: 8px;
245
- border-radius: 50%;
246
- border: 1px solid #e5e7eb;
247
- color: #94a3b8;
248
- }
249
-
250
- .ndc-new-action-group {
251
- display: inline-flex;
252
- align-items: center;
253
- gap: 8px;
254
- }
255
-
256
- .ndc-new-icon-link {
257
- text-decoration: none;
258
- }
259
-
260
- .ndc-new-app-link {
261
- color: #2563eb;
262
- text-decoration: none;
263
- }
264
-
265
- .ndc-new-app-link:hover {
266
- text-decoration: underline;
267
- }
268
-
269
- /* NDC pagination styles */
270
- .ndc-new-pagination {
271
- display: flex;
272
- align-items: center;
273
- justify-content: flex-end;
274
- gap: 12px;
275
- padding: 12px 20px 18px;
276
- border-top: 1px solid #eef2f7;
277
- font-size: 12px;
278
- color: #6b7280;
279
- }
280
-
281
- .ndc-new-pagination button {
282
- border: 1px solid #e5e7eb;
283
- background: #ffffff;
284
- border-radius: 8px;
285
- padding: 4px 8px;
286
- cursor: pointer;
287
- transition: all 0.2s ease;
288
- }
289
-
290
- .ndc-new-pagination button:hover {
291
- background: #f1f5f9;
292
- border-color: #cbd5e1;
293
- }
294
-
295
- .ndc-new-pagination button:disabled {
296
- opacity: 0.5;
297
- cursor: not-allowed;
298
- }
299
-
300
- .ndc-new-pagination select {
301
- border: 1px solid #e5e7eb;
302
- border-radius: 8px;
303
- padding: 4px 8px;
304
- background: #ffffff;
305
- cursor: pointer;
306
- }
307
-
308
- .ndc-new-top-filters {
309
- margin: 12px 0 16px;
310
- background: #ffffff;
311
- border: 1px solid #e2e8f0;
312
- border-radius: 16px;
313
- padding: 18px;
314
- box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
315
- }
316
-
317
- /* NDC tabs and topbar for inbox */
318
- .ndc-new-table-topbar {
319
- display: flex;
320
- align-items: center;
321
- justify-content: space-between;
322
- gap: 16px;
323
- padding: 16px;
324
- border-radius: 16px;
325
- border: 1px solid #e2e8f0;
326
- background: #ffffff;
327
- box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
328
- }
329
-
330
- .ndc-new-tabs {
331
- display: flex;
332
- gap: 8px;
333
- flex-wrap: nowrap;
334
- overflow-x: auto;
335
- max-width: calc(100% - 280px);
336
- padding-bottom: 4px;
337
- scrollbar-width: none;
338
- }
339
-
340
- .ndc-new-tabs::-webkit-scrollbar {
341
- width: 0;
342
- height: 0;
343
- }
344
-
345
- .ndc-new-tab {
346
- padding: 6px 10px;
347
- border: 1px solid #e5e7eb;
348
- background: #ffffff;
349
- border-radius: 8px;
350
- cursor: pointer;
351
- font-size: 12px;
352
- font-weight: 600;
353
- color: #334155;
354
- transition: all 0.2s ease;
355
- white-space: nowrap;
356
- }
357
-
358
- .ndc-new-tab:hover {
359
- border-color: #cbd5e1;
360
- background: #f8fafc;
361
- }
362
-
363
- .ndc-new-tab.active {
364
- background: #2563eb;
365
- color: #ffffff;
366
- border-color: #2563eb;
367
- }
368
-
369
- .ndc-new-tab-count {
370
- margin-left: 6px;
371
- padding: 2px 6px;
372
- border-radius: 999px;
373
- background: #e2e8f0;
374
- color: #475569;
375
- font-size: 11px;
376
- font-weight: 700;
377
- }
378
-
379
- .ndc-new-tab.active .ndc-new-tab-count {
380
- background: rgba(255, 255, 255, 0.2);
381
- color: #ffffff;
382
- }
383
-
384
- .ndc-new-search {
385
- display: flex;
386
- align-items: center;
387
- gap: 8px;
388
- padding: 6px 12px;
389
- border: 1px solid #e5e7eb;
390
- border-radius: 8px;
391
- background: #ffffff;
392
- min-width: 250px;
393
- }
394
-
395
- .ndc-new-search input {
396
- border: none;
397
- outline: none;
398
- background: transparent;
399
- width: 100%;
400
- font-size: 12px;
401
- color: #111827;
402
- }
403
-
404
- .ndc-new-search input::placeholder {
405
- color: #9ca3af;
406
- }
407
-
408
- /* Mobile responsive styles for NDC table */
409
- @media (max-width: 768px) {
410
- .ndc-new-table-topbar {
411
- flex-wrap: wrap;
412
- }
413
-
414
- .ndc-new-tabs {
415
- max-width: 100%;
416
- overflow-x: visible;
417
- flex-wrap: wrap;
418
- }
419
-
420
- .ndc-new-search {
421
- width: 100%;
422
- min-width: 0;
423
- }
424
-
425
- .ndc-new-table-header {
426
- font-size: 16px;
427
- padding: 14px 16px;
428
- }
429
-
430
- .ndc-new-table thead th,
431
- .ndc-new-table tbody td {
432
- padding: 12px 14px;
433
- font-size: 12px;
434
- }
435
-
436
- .ndc-new-status-pill {
437
- font-size: 11px;
438
- padding: 3px 8px;
439
- }
440
-
441
- .ndc-new-pagination {
442
- flex-direction: column;
443
- align-items: flex-start;
444
- gap: 8px;
445
- padding: 12px 16px;
446
- }
447
- }
448
-
449
- /* Status row backgrounds for all services via data-status */
450
- .table tbody tr[data-status*="pending"],
451
- .customTable tbody tr[data-status*="pending"] {
452
- background: #fff7ed;
453
- }
454
-
455
- .table tbody tr[data-status*="rejected"],
456
- .customTable tbody tr[data-status*="rejected"] {
457
- background: #fef2f2;
458
- }
459
-
460
- .table tbody tr[data-status*="approved"],
461
- .customTable tbody tr[data-status*="approved"] {
462
- background: #f0fdf4;
463
- }
464
-
465
- /* Wrapper for horizontal scroll - prevents body from shrinking */
466
- .dss-table-wrapper {
467
- width: 100%;
468
- display: block;
469
- overflow-x: auto;
470
- -webkit-overflow-scrolling: touch;
471
- border-radius: 12px;
472
- }
473
-
474
- .dss-table-wrapper table {
475
- width: 100%;
476
- min-width: 1200px; /* Minimum width to ensure proper display */
477
- border-collapse: collapse;
478
- background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
479
- }
480
-
481
- .dss-table-wrapper table thead {
482
- background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
483
- position: sticky;
484
- top: 0;
485
- z-index: 10;
486
- }
487
-
488
- .dss-table-wrapper table thead th {
489
- padding: 18px 20px;
490
- font-weight: 800;
491
- color: #ffffff;
492
- text-transform: uppercase;
493
- letter-spacing: 0.8px;
494
- font-size: 12px;
495
- white-space: nowrap;
496
- }
497
-
498
- .dss-table-wrapper table thead th .tooltip {
499
- min-width: 80px;
500
- }
501
-
502
- .dss-table-wrapper table tbody tr {
503
- border-bottom: 1px solid #e1e8f0;
504
- transition: all 0.2s ease;
505
- }
506
-
507
- .dss-table-wrapper table tbody tr:hover {
508
- background: linear-gradient(90deg, rgba(59, 130, 246, 0.04), transparent);
509
- box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
510
- }
511
-
512
- .dss-table-wrapper table tbody tr:nth-child(odd) {
513
- background: #ffffff;
514
- }
515
-
516
- .dss-table-wrapper table tbody tr:nth-child(even) {
517
- background: #f8fafc;
518
- }
519
-
520
- .dss-table-wrapper table tbody td {
521
- padding: 16px 20px;
522
- color: #475569;
523
- border-right: 1px solid transparent;
524
- white-space: normal;
525
- }
526
-
527
- .dss-table-wrapper table tbody td span {
528
- white-space: pre;
529
- min-width: 80px;
530
- display: inline-block;
531
- }
532
-
533
- .dss-table-wrapper table tbody td:last-child {
534
- border-right: none;
535
- }
536
-
537
- /* Fixed column support with proper width constraints */
538
- .table-fixed-first-column thead th:first-child {
539
- position: sticky;
540
- background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
541
- left: 0;
542
- min-width: 200px; /* Set minimum width for first column */
543
- border-right: 2px solid rgba(255, 255, 255, 0.2);
544
- border-top-left-radius: 12px;
545
- z-index: 11;
546
- color: #ffffff;
547
- }
548
-
549
- .table-fixed-first-column tbody td:first-child {
550
- position: sticky;
551
- background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
552
- left: 0;
553
- min-width: 200px; /* Match header width */
554
- border-right: 2px solid #e1e8f0;
555
- z-index: 5;
556
- font-weight: 600;
557
- color: #1e293b;
558
- }
559
-
560
- .pagination {
561
- display: flex;
562
- justify-content: flex-end;
563
- align-items: center;
564
- gap: 16px;
565
- background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
566
- border-top: 2px solid #e1e8f0;
567
- padding: 20px 24px;
568
- color: #505a5f;
569
- border-bottom-left-radius: 12px;
570
- border-bottom-right-radius: 12px;
571
- }
572
-
573
- .pagination svg {
574
- fill: #2563eb;
575
- transition: transform 0.2s ease;
576
- }
577
-
578
- .pagination svg:hover {
579
- transform: scale(1.1);
580
- }
581
-
582
- .pagination button {
583
- transition: all 0.2s ease;
584
- }
585
-
586
- .pagination button:hover {
587
- color: #2563eb;
588
- }
589
-
590
- .fullWidth {
591
- width: 100% !important;
592
- }
593
-
594
- .customTable {
595
- width: 100%;
596
- table-layout: fixed; /* Force fixed layout */
597
- border-radius: 12px;
598
- border: 1px solid #e1e8f0;
599
- overflow: hidden;
600
- background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
601
- box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
602
- }
603
-
604
- .customTable th {
605
- font-weight: 800;
606
- background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
607
- color: #ffffff;
608
- text-transform: uppercase;
609
- letter-spacing: 0.8px;
610
- font-size: 12px;
611
- }
612
-
613
- .customTable th,
614
- .customTable td {
615
- text-align: justify;
616
- border-bottom: 1px solid #e1e8f0;
617
- padding: 14px 16px;
618
- max-width: 400px;
619
- }
620
-
621
- .customTable tr {
622
- transition: all 0.2s ease;
623
- }
624
-
625
- .customTable tr:nth-child(odd) {
626
- background-color: #ffffff;
627
- }
628
-
629
- .customTable tr:nth-child(even) {
630
- background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
631
- }
632
-
633
- .customTable tr:hover {
634
- background: linear-gradient(90deg, rgba(59, 130, 246, 0.06), transparent);
635
- box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
636
- }
637
-
638
- .customTable thead tr:first-child {
639
- background-color: unset;
640
- }
641
-
642
- /* ============================================
643
- RESPONSIVE TABLE STYLES
644
- ============================================ */
645
-
646
- @media (max-width: 1024px) {
647
- .table thead th,
648
- .customTable thead th,
649
- .dss-table-wrapper table thead th {
650
- padding: 14px 16px;
651
- font-size: 12px;
652
- }
653
-
654
- .table tbody td,
655
- .customTable tbody td,
656
- .dss-table-wrapper table tbody td {
657
- padding: 12px 14px;
658
- font-size: 13px;
659
- }
660
-
661
- .dss-table-wrapper table {
662
- min-width: 900px;
663
- }
664
- }
665
-
666
- @media (max-width: 768px) {
667
- .table thead th,
668
- .customTable thead th {
669
- padding: 12px 14px;
670
- font-size: 11px;
671
- }
672
-
673
- .table tbody td,
674
- .customTable tbody td {
675
- padding: 10px 12px;
676
- font-size: 12px;
677
- }
678
-
679
- .dss-table-wrapper table {
680
- min-width: 700px;
681
- }
682
-
683
- .pagination {
684
- flex-direction: column;
685
- align-items: flex-start;
686
- gap: 12px;
687
- padding: 16px 20px;
688
- }
689
- }
690
-
691
- @media (max-width: 520px) {
692
- .table.table-card-view thead,
693
- .customTable.table-card-view thead {
694
- display: none;
695
- }
696
-
697
- .table.table-card-view tbody tr,
698
- .customTable.table-card-view tbody tr {
699
- display: block;
700
- margin-bottom: 12px;
701
- border-radius: 10px;
702
- box-shadow: 0 6px 16px rgba(30, 58, 138, 0.12);
703
- overflow: hidden;
704
- border: none;
705
- background: #ffffff;
706
- }
707
-
708
- .table.table-card-view tbody tr td,
709
- .customTable.table-card-view tbody tr td {
710
- display: flex;
711
- justify-content: space-between;
712
- align-items: center;
713
- padding: 14px;
714
- border: none;
715
- border-bottom: 1px solid #f0f4f8;
716
- font-weight: 500;
717
- }
718
-
719
- .table.table-card-view tbody tr td:last-child,
720
- .customTable.table-card-view tbody tr td:last-child {
721
- border-bottom: none;
722
- }
723
- }
724
-
725
- /* Mobile Card View for Tables - Applied via JS when on mobile */
726
- .digit-table-mobile-wrapper {
727
- display: flex;
728
- flex-direction: column;
729
- gap: 12px;
730
- padding: 12px;
731
- background: #f8fafc;
732
- }
733
-
734
- .digit-table-mobile-card {
735
- background: #fff;
736
- border: 1px solid #e5e7eb;
737
- border-radius: 12px;
738
- padding: 16px;
739
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
740
- }
741
-
742
- .digit-table-mobile-card-row {
743
- display: flex;
744
- flex-direction: column;
745
- padding: 8px 0;
746
- border-bottom: 1px solid #f1f5f9;
747
- }
748
-
749
- .digit-table-mobile-card-row:last-child {
750
- border-bottom: none;
751
- padding-bottom: 0;
752
- }
753
-
754
- .digit-table-mobile-card-row:first-child {
755
- padding-top: 0;
756
- }
757
-
758
- .digit-table-mobile-card-label {
759
- font-size: 11px;
760
- font-weight: 600;
761
- text-transform: uppercase;
762
- letter-spacing: 0.05em;
763
- color: #6b7280;
764
- margin-bottom: 4px;
765
- }
766
-
767
- .digit-table-mobile-card-value {
768
- font-size: 14px;
769
- font-weight: 500;
770
- color: #111827;
771
- }
772
-
773
- .digit-table-mobile-card-value a {
774
- color: #2563eb;
775
- text-decoration: none;
776
- }
777
-
778
- .digit-table-mobile-status-pill {
779
- display: inline-flex;
780
- padding: 4px 10px;
781
- border-radius: 999px;
782
- font-size: 12px;
783
- font-weight: 600;
784
- background: #e2e8f0;
785
- color: #1e293b;
786
- }
787
-
788
- .digit-table-mobile-status-pill.approved {
789
- background: #dcfce7;
790
- color: #166534;
791
- }
792
-
793
- .digit-table-mobile-status-pill.rejected {
794
- background: #fee2e2;
795
- color: #b91c1c;
796
- }
797
-
798
- .digit-table-mobile-status-pill.forwarded {
799
- background: #dbeafe;
800
- color: #1d4ed8;
801
- }
802
-
803
- .digit-table-mobile-status-pill.in-progress {
804
- background: #cbd5e1;
805
- color: #1e293b;
806
- }
807
-
808
- .digit-table-mobile-status-pill.pending {
809
- background: #ffedd5;
810
- color: #c2410c;
811
- }
812
-
813
- .digit-table-mobile-status-pill.new {
814
- background: #e2e8f0;
815
- color: #1e293b;
816
- }
817
-
818
- .digit-table-mobile-no-data {
819
- text-align: center;
820
- padding: 40px 20px;
821
- color: #6b7280;
822
- background: #fff;
823
- border-radius: 12px;
824
- }
825
-
826
- .digit-table-mobile-pagination {
827
- display: flex;
828
- align-items: center;
829
- justify-content: space-between;
830
- padding: 12px;
831
- background: #fff;
832
- border-top: 1px solid #e5e7eb;
833
- font-size: 13px;
834
- flex-wrap: wrap;
835
- gap: 8px;
836
- }
837
-
838
- .digit-table-mobile-pagination select {
839
- padding: 6px 8px;
840
- border: 1px solid #e5e7eb;
841
- border-radius: 6px;
842
- font-size: 13px;
843
- }
844
-
845
- .digit-table-mobile-pagination .pagination-controls {
846
- display: flex;
847
- align-items: center;
848
- gap: 8px;
849
- }
850
-
851
- .digit-table-mobile-pagination .pagination-controls svg {
852
- cursor: pointer;
853
- width: 20px;
854
- height: 20px;
855
- }
1
+ /* Table container for responsive behavior like .card */
2
+ .table-container {
3
+ max-width: 95vw;
4
+ width: 100%;
5
+ overflow-x: auto;
6
+ -webkit-overflow-scrolling: touch;
7
+ margin-bottom: 15px;
8
+ }
9
+
10
+ .table {
11
+ background: #ffffff;
12
+ width: 100%;
13
+ max-width: 95vw;
14
+ table-layout: auto;
15
+ border-radius: 16px;
16
+ border: 1px solid #e2e8f0;
17
+ overflow: hidden;
18
+ display: table;
19
+ box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
20
+ border-collapse: collapse;
21
+ transition: box-shadow 0.2s ease;
22
+ margin-bottom: 15px;
23
+ }
24
+
25
+ /* Desktop styles - remove block display */
26
+ @media (min-width: 1024px) {
27
+ .table {
28
+ display: table;
29
+ overflow: hidden;
30
+ }
31
+ }
32
+
33
+ .table:hover {
34
+ box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
35
+ }
36
+
37
+ .table thead {
38
+ background: #f8fafc;
39
+ border-bottom: 1px solid #e2e8f0;
40
+ }
41
+
42
+ .table thead th {
43
+ padding: 14px 20px;
44
+ font-weight: 700;
45
+ vertical-align: middle;
46
+ text-align: left;
47
+ color: #6b7280;
48
+ font-size: 12px;
49
+ white-space: nowrap;
50
+ text-transform: uppercase;
51
+ letter-spacing: 0.08em;
52
+ border-bottom: 1px solid #e2e8f0;
53
+ position: relative;
54
+ }
55
+
56
+ .table thead th::after {
57
+ content: none;
58
+ }
59
+
60
+ .table thead th:first-child {
61
+ border-top-left-radius: 12px;
62
+ }
63
+
64
+ .table thead th:last-child {
65
+ border-top-right-radius: 12px;
66
+ }
67
+
68
+ .table tbody tr {
69
+ border-bottom: 1px solid #eef2f7;
70
+ transition: background 0.2s ease;
71
+ }
72
+
73
+ .table tbody tr:hover {
74
+ background: #f8fafc;
75
+ box-shadow: none;
76
+ }
77
+
78
+ .table tbody tr:hover td {
79
+ color: #1e293b;
80
+ }
81
+
82
+ .table tbody tr:nth-child(odd) {
83
+ background: #ffffff;
84
+ }
85
+
86
+ table tbody tr:nth-child(even) {
87
+ background: #ffffff;
88
+ }
89
+
90
+ .table tbody tr:last-child td {
91
+ border-bottom: none;
92
+ }
93
+
94
+ .table tbody td {
95
+ padding: 16px 20px;
96
+ color: #334155;
97
+ vertical-align: middle;
98
+ font-size: 14px;
99
+ transition: color 0.2s ease;
100
+ border-right: 1px solid transparent;
101
+ overflow: hidden;
102
+ text-overflow: ellipsis;
103
+ }
104
+
105
+ .table tbody td:last-child {
106
+ border-right: none;
107
+ }
108
+
109
+ /* NDC-style inbox table look (scoped) */
110
+ .ndc-new-table {
111
+ background: #ffffff;
112
+ border: 1px solid #e2e8f0;
113
+ border-radius: 16px;
114
+ box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
115
+ border-collapse: collapse;
116
+ }
117
+
118
+ .ndc-new-table thead {
119
+ background: #f8fafc;
120
+ }
121
+
122
+ .ndc-new-table thead th {
123
+ text-align: left;
124
+ font-size: 12px;
125
+ letter-spacing: 0.08em;
126
+ color: #6b7280;
127
+ padding: 14px 20px;
128
+ text-transform: uppercase;
129
+ border-bottom: 1px solid #e2e8f0;
130
+ }
131
+
132
+ .ndc-new-table tbody td {
133
+ padding: 16px 20px;
134
+ border-bottom: 1px solid #eef2f7;
135
+ font-size: 14px;
136
+ color: #334155;
137
+ }
138
+
139
+ .ndc-new-table tbody tr:hover {
140
+ background: #f8fafc;
141
+ }
142
+
143
+ .ndc-new-table .ndc-new-cell-secondary {
144
+ font-size: 12px;
145
+ color: #64748b;
146
+ }
147
+
148
+ /* NDC table wrapper and header styles */
149
+ .ndc-new-table-wrapper {
150
+ display: block;
151
+ overflow-x: auto;
152
+ }
153
+
154
+ .ndc-new-table-card {
155
+ margin-top: 16px;
156
+ background: #ffffff;
157
+ border: 1px solid #e2e8f0;
158
+ border-radius: 16px;
159
+ box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
160
+ overflow: hidden;
161
+ }
162
+
163
+ .ndc-new-table-header {
164
+ padding: 18px 20px;
165
+ font-size: 18px;
166
+ font-weight: 700;
167
+ border-bottom: 1px solid #e2e8f0;
168
+ }
169
+
170
+ /* NDC cell stack layout for multi-line cell content */
171
+ .ndc-new-cell-stack {
172
+ display: flex;
173
+ flex-direction: column;
174
+ gap: 4px;
175
+ }
176
+
177
+ .ndc-new-cell-primary {
178
+ font-weight: 600;
179
+ color: #1e293b;
180
+ }
181
+
182
+ .ndc-new-cell-secondary {
183
+ font-size: 12px;
184
+ color: #64748b;
185
+ }
186
+
187
+ /* NDC status pill styles */
188
+ .ndc-new-status-pill {
189
+ display: inline-flex;
190
+ align-items: center;
191
+ justify-content: center;
192
+ padding: 4px 10px;
193
+ border-radius: 999px;
194
+ font-size: 12px;
195
+ font-weight: 600;
196
+ background: #e2e8f0;
197
+ color: #111827;
198
+ border: 1px solid transparent;
199
+ }
200
+
201
+ .ndc-new-status-pill.approved {
202
+ background: #f0fdf4;
203
+ color: #15803d;
204
+ border-color: #86efac;
205
+ }
206
+
207
+ .ndc-new-status-pill.rejected {
208
+ background: #fef2f2;
209
+ color: #b91c1c;
210
+ border-color: #fecaca;
211
+ }
212
+
213
+ .ndc-new-status-pill.forwarded {
214
+ background: #eff6ff;
215
+ color: #1d4ed8;
216
+ border-color: #bfdbfe;
217
+ }
218
+
219
+ .ndc-new-status-pill.in-progress {
220
+ background: #dbeafe;
221
+ color: #1d4ed8;
222
+ border-color: #93c5fd;
223
+ }
224
+
225
+ .ndc-new-status-pill.pending {
226
+ background: #ffedd5;
227
+ color: #c2410c;
228
+ border-color: #fdba74;
229
+ }
230
+
231
+ .ndc-new-status-pill.new {
232
+ background: #f3f4f6;
233
+ color: #111827;
234
+ border-color: #e5e7eb;
235
+ }
236
+
237
+ /* NDC icon and action group styles */
238
+ .ndc-new-icon {
239
+ display: inline-flex;
240
+ align-items: center;
241
+ justify-content: center;
242
+ width: 28px;
243
+ height: 28px;
244
+ margin-left: 8px;
245
+ border-radius: 50%;
246
+ border: 1px solid #e5e7eb;
247
+ color: #94a3b8;
248
+ }
249
+
250
+ .ndc-new-action-group {
251
+ display: inline-flex;
252
+ align-items: center;
253
+ gap: 8px;
254
+ }
255
+
256
+ .ndc-new-icon-link {
257
+ text-decoration: none;
258
+ }
259
+
260
+ .ndc-new-app-link {
261
+ color: #2563eb;
262
+ text-decoration: none;
263
+ }
264
+
265
+ .ndc-new-app-link:hover {
266
+ text-decoration: underline;
267
+ }
268
+
269
+ /* NDC pagination styles */
270
+ .ndc-new-pagination {
271
+ display: flex;
272
+ align-items: center;
273
+ justify-content: flex-end;
274
+ gap: 12px;
275
+ padding: 12px 20px 18px;
276
+ border-top: 1px solid #eef2f7;
277
+ font-size: 12px;
278
+ color: #6b7280;
279
+ }
280
+
281
+ .ndc-new-pagination button {
282
+ border: 1px solid #e5e7eb;
283
+ background: #ffffff;
284
+ border-radius: 8px;
285
+ padding: 4px 8px;
286
+ cursor: pointer;
287
+ transition: all 0.2s ease;
288
+ }
289
+
290
+ .ndc-new-pagination button:hover {
291
+ background: #f1f5f9;
292
+ border-color: #cbd5e1;
293
+ }
294
+
295
+ .ndc-new-pagination button:disabled {
296
+ opacity: 0.5;
297
+ cursor: not-allowed;
298
+ }
299
+
300
+ .ndc-new-pagination select {
301
+ border: 1px solid #e5e7eb;
302
+ border-radius: 8px;
303
+ padding: 4px 8px;
304
+ background: #ffffff;
305
+ cursor: pointer;
306
+ }
307
+
308
+ .ndc-new-top-filters {
309
+ margin: 12px 0 16px;
310
+ background: #ffffff;
311
+ border: 1px solid #e2e8f0;
312
+ border-radius: 16px;
313
+ padding: 18px;
314
+ box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
315
+ }
316
+
317
+ /* NDC tabs and topbar for inbox */
318
+ .ndc-new-table-topbar {
319
+ display: flex;
320
+ align-items: center;
321
+ justify-content: space-between;
322
+ gap: 16px;
323
+ padding: 16px;
324
+ border-radius: 16px;
325
+ border: 1px solid #e2e8f0;
326
+ background: #ffffff;
327
+ box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
328
+ }
329
+
330
+ .ndc-new-tabs {
331
+ display: flex;
332
+ gap: 8px;
333
+ flex-wrap: nowrap;
334
+ overflow-x: auto;
335
+ max-width: calc(100% - 280px);
336
+ padding-bottom: 4px;
337
+ scrollbar-width: none;
338
+ }
339
+
340
+ .ndc-new-tabs::-webkit-scrollbar {
341
+ width: 0;
342
+ height: 0;
343
+ }
344
+
345
+ .ndc-new-tab {
346
+ padding: 6px 10px;
347
+ border: 1px solid #e5e7eb;
348
+ background: #ffffff;
349
+ border-radius: 8px;
350
+ cursor: pointer;
351
+ font-size: 12px;
352
+ font-weight: 600;
353
+ color: #334155;
354
+ transition: all 0.2s ease;
355
+ white-space: nowrap;
356
+ }
357
+
358
+ .ndc-new-tab:hover {
359
+ border-color: #cbd5e1;
360
+ background: #f8fafc;
361
+ }
362
+
363
+ .ndc-new-tab.active {
364
+ background: #2563eb;
365
+ color: #ffffff;
366
+ border-color: #2563eb;
367
+ }
368
+
369
+ .ndc-new-tab-count {
370
+ margin-left: 6px;
371
+ padding: 2px 6px;
372
+ border-radius: 999px;
373
+ background: #e2e8f0;
374
+ color: #475569;
375
+ font-size: 11px;
376
+ font-weight: 700;
377
+ }
378
+
379
+ .ndc-new-tab.active .ndc-new-tab-count {
380
+ background: rgba(255, 255, 255, 0.2);
381
+ color: #ffffff;
382
+ }
383
+
384
+ .ndc-new-search {
385
+ display: flex;
386
+ align-items: center;
387
+ gap: 8px;
388
+ padding: 6px 12px;
389
+ border: 1px solid #e5e7eb;
390
+ border-radius: 8px;
391
+ background: #ffffff;
392
+ min-width: 250px;
393
+ }
394
+
395
+ .ndc-new-search input {
396
+ border: none;
397
+ outline: none;
398
+ background: transparent;
399
+ width: 100%;
400
+ font-size: 12px;
401
+ color: #111827;
402
+ }
403
+
404
+ .ndc-new-search input::placeholder {
405
+ color: #9ca3af;
406
+ }
407
+
408
+ /* Mobile responsive styles for NDC table */
409
+ @media (max-width: 768px) {
410
+ .ndc-new-table-topbar {
411
+ flex-wrap: wrap;
412
+ }
413
+
414
+ .ndc-new-tabs {
415
+ max-width: 100%;
416
+ overflow-x: visible;
417
+ flex-wrap: wrap;
418
+ }
419
+
420
+ .ndc-new-search {
421
+ width: 100%;
422
+ min-width: 0;
423
+ }
424
+
425
+ .ndc-new-table-header {
426
+ font-size: 16px;
427
+ padding: 14px 16px;
428
+ }
429
+
430
+ .ndc-new-table thead th,
431
+ .ndc-new-table tbody td {
432
+ padding: 12px 14px;
433
+ font-size: 12px;
434
+ }
435
+
436
+ .ndc-new-status-pill {
437
+ font-size: 11px;
438
+ padding: 3px 8px;
439
+ }
440
+
441
+ .ndc-new-pagination {
442
+ flex-direction: column;
443
+ align-items: flex-start;
444
+ gap: 8px;
445
+ padding: 12px 16px;
446
+ }
447
+ }
448
+
449
+ /* Status row backgrounds for all services via data-status */
450
+ .table tbody tr[data-status*="pending"],
451
+ .customTable tbody tr[data-status*="pending"] {
452
+ background: #fff7ed;
453
+ }
454
+
455
+ .table tbody tr[data-status*="rejected"],
456
+ .customTable tbody tr[data-status*="rejected"] {
457
+ background: #fef2f2;
458
+ }
459
+
460
+ .table tbody tr[data-status*="approved"],
461
+ .customTable tbody tr[data-status*="approved"] {
462
+ background: #f0fdf4;
463
+ }
464
+
465
+ /* Wrapper for horizontal scroll - prevents body from shrinking */
466
+ .dss-table-wrapper {
467
+ width: 100%;
468
+ display: block;
469
+ overflow-x: auto;
470
+ -webkit-overflow-scrolling: touch;
471
+ border-radius: 12px;
472
+ }
473
+
474
+ .dss-table-wrapper table {
475
+ width: 100%;
476
+ min-width: 1200px; /* Minimum width to ensure proper display */
477
+ border-collapse: collapse;
478
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
479
+ }
480
+
481
+ .dss-table-wrapper table thead {
482
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
483
+ position: sticky;
484
+ top: 0;
485
+ z-index: 10;
486
+ }
487
+
488
+ .dss-table-wrapper table thead th {
489
+ padding: 18px 20px;
490
+ font-weight: 800;
491
+ color: #ffffff;
492
+ text-transform: uppercase;
493
+ letter-spacing: 0.8px;
494
+ font-size: 12px;
495
+ white-space: nowrap;
496
+ }
497
+
498
+ .dss-table-wrapper table thead th .tooltip {
499
+ min-width: 80px;
500
+ }
501
+
502
+ .dss-table-wrapper table tbody tr {
503
+ border-bottom: 1px solid #e1e8f0;
504
+ transition: all 0.2s ease;
505
+ }
506
+
507
+ .dss-table-wrapper table tbody tr:hover {
508
+ background: linear-gradient(90deg, rgba(59, 130, 246, 0.04), transparent);
509
+ box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
510
+ }
511
+
512
+ .dss-table-wrapper table tbody tr:nth-child(odd) {
513
+ background: #ffffff;
514
+ }
515
+
516
+ .dss-table-wrapper table tbody tr:nth-child(even) {
517
+ background: #f8fafc;
518
+ }
519
+
520
+ .dss-table-wrapper table tbody td {
521
+ padding: 16px 20px;
522
+ color: #475569;
523
+ border-right: 1px solid transparent;
524
+ white-space: normal;
525
+ }
526
+
527
+ .dss-table-wrapper table tbody td span {
528
+ white-space: pre;
529
+ min-width: 80px;
530
+ display: inline-block;
531
+ }
532
+
533
+ .dss-table-wrapper table tbody td:last-child {
534
+ border-right: none;
535
+ }
536
+
537
+ /* Fixed column support with proper width constraints */
538
+ .table-fixed-first-column thead th:first-child {
539
+ position: sticky;
540
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
541
+ left: 0;
542
+ min-width: 200px; /* Set minimum width for first column */
543
+ border-right: 2px solid rgba(255, 255, 255, 0.2);
544
+ border-top-left-radius: 12px;
545
+ z-index: 11;
546
+ color: #ffffff;
547
+ }
548
+
549
+ .table-fixed-first-column tbody td:first-child {
550
+ position: sticky;
551
+ background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
552
+ left: 0;
553
+ min-width: 200px; /* Match header width */
554
+ border-right: 2px solid #e1e8f0;
555
+ z-index: 5;
556
+ font-weight: 600;
557
+ color: #1e293b;
558
+ }
559
+
560
+ .pagination {
561
+ display: flex;
562
+ justify-content: flex-end;
563
+ align-items: center;
564
+ gap: 16px;
565
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
566
+ border-top: 2px solid #e1e8f0;
567
+ padding: 20px 24px;
568
+ color: #505a5f;
569
+ border-bottom-left-radius: 12px;
570
+ border-bottom-right-radius: 12px;
571
+ }
572
+
573
+ .pagination svg {
574
+ fill: #2563eb;
575
+ transition: transform 0.2s ease;
576
+ }
577
+
578
+ .pagination svg:hover {
579
+ transform: scale(1.1);
580
+ }
581
+
582
+ .pagination button {
583
+ transition: all 0.2s ease;
584
+ }
585
+
586
+ .pagination button:hover {
587
+ color: #2563eb;
588
+ }
589
+
590
+ .fullWidth {
591
+ width: 100% !important;
592
+ }
593
+
594
+ .customTable {
595
+ width: 100%;
596
+ table-layout: fixed; /* Force fixed layout */
597
+ border-radius: 12px;
598
+ border: 1px solid #e1e8f0;
599
+ overflow: hidden;
600
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
601
+ box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
602
+ }
603
+
604
+ .customTable th {
605
+ font-weight: 800;
606
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
607
+ color: #ffffff;
608
+ text-transform: uppercase;
609
+ letter-spacing: 0.8px;
610
+ font-size: 12px;
611
+ }
612
+
613
+ .customTable th,
614
+ .customTable td {
615
+ text-align: justify;
616
+ border-bottom: 1px solid #e1e8f0;
617
+ padding: 14px 16px;
618
+ max-width: 400px;
619
+ }
620
+
621
+ .customTable tr {
622
+ transition: all 0.2s ease;
623
+ }
624
+
625
+ .customTable tr:nth-child(odd) {
626
+ background-color: #ffffff;
627
+ }
628
+
629
+ .customTable tr:nth-child(even) {
630
+ background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
631
+ }
632
+
633
+ .customTable tr:hover {
634
+ background: linear-gradient(90deg, rgba(59, 130, 246, 0.06), transparent);
635
+ box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
636
+ }
637
+
638
+ .customTable thead tr:first-child {
639
+ background-color: unset;
640
+ }
641
+
642
+ /* ============================================
643
+ RESPONSIVE TABLE STYLES
644
+ ============================================ */
645
+
646
+ @media (max-width: 1024px) {
647
+ .table thead th,
648
+ .customTable thead th,
649
+ .dss-table-wrapper table thead th {
650
+ padding: 14px 16px;
651
+ font-size: 12px;
652
+ }
653
+
654
+ .table tbody td,
655
+ .customTable tbody td,
656
+ .dss-table-wrapper table tbody td {
657
+ padding: 12px 14px;
658
+ font-size: 13px;
659
+ }
660
+
661
+ .dss-table-wrapper table {
662
+ min-width: 900px;
663
+ }
664
+ }
665
+
666
+ @media (max-width: 768px) {
667
+ .table thead th,
668
+ .customTable thead th {
669
+ padding: 12px 14px;
670
+ font-size: 11px;
671
+ }
672
+
673
+ .table tbody td,
674
+ .customTable tbody td {
675
+ padding: 10px 12px;
676
+ font-size: 12px;
677
+ }
678
+
679
+ .dss-table-wrapper table {
680
+ min-width: 700px;
681
+ }
682
+
683
+ .pagination {
684
+ flex-direction: column;
685
+ align-items: flex-start;
686
+ gap: 12px;
687
+ padding: 16px 20px;
688
+ }
689
+ }
690
+
691
+ @media (max-width: 520px) {
692
+ .table.table-card-view thead,
693
+ .customTable.table-card-view thead {
694
+ display: none;
695
+ }
696
+
697
+ .table.table-card-view tbody tr,
698
+ .customTable.table-card-view tbody tr {
699
+ display: block;
700
+ margin-bottom: 12px;
701
+ border-radius: 10px;
702
+ box-shadow: 0 6px 16px rgba(30, 58, 138, 0.12);
703
+ overflow: hidden;
704
+ border: none;
705
+ background: #ffffff;
706
+ }
707
+
708
+ .table.table-card-view tbody tr td,
709
+ .customTable.table-card-view tbody tr td {
710
+ display: flex;
711
+ justify-content: space-between;
712
+ align-items: center;
713
+ padding: 14px;
714
+ border: none;
715
+ border-bottom: 1px solid #f0f4f8;
716
+ font-weight: 500;
717
+ }
718
+
719
+ .table.table-card-view tbody tr td:last-child,
720
+ .customTable.table-card-view tbody tr td:last-child {
721
+ border-bottom: none;
722
+ }
723
+ }
724
+
725
+ /* Mobile Card View for Tables - Applied via JS when on mobile */
726
+ .digit-table-mobile-wrapper {
727
+ display: flex;
728
+ flex-direction: column;
729
+ gap: 12px;
730
+ padding: 12px;
731
+ background: #f8fafc;
732
+ }
733
+
734
+ .digit-table-mobile-card {
735
+ background: #fff;
736
+ border: 1px solid #e5e7eb;
737
+ border-radius: 12px;
738
+ padding: 16px;
739
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
740
+ }
741
+
742
+ .digit-table-mobile-card-row {
743
+ display: flex;
744
+ flex-direction: column;
745
+ padding: 8px 0;
746
+ border-bottom: 1px solid #f1f5f9;
747
+ }
748
+
749
+ .digit-table-mobile-card-row:last-child {
750
+ border-bottom: none;
751
+ padding-bottom: 0;
752
+ }
753
+
754
+ .digit-table-mobile-card-row:first-child {
755
+ padding-top: 0;
756
+ }
757
+
758
+ .digit-table-mobile-card-label {
759
+ font-size: 11px;
760
+ font-weight: 600;
761
+ text-transform: uppercase;
762
+ letter-spacing: 0.05em;
763
+ color: #6b7280;
764
+ margin-bottom: 4px;
765
+ }
766
+
767
+ .digit-table-mobile-card-value {
768
+ font-size: 14px;
769
+ font-weight: 500;
770
+ color: #111827;
771
+ }
772
+
773
+ .digit-table-mobile-card-value a {
774
+ color: #2563eb;
775
+ text-decoration: none;
776
+ }
777
+
778
+ .digit-table-mobile-status-pill {
779
+ display: inline-flex;
780
+ padding: 4px 10px;
781
+ border-radius: 999px;
782
+ font-size: 12px;
783
+ font-weight: 600;
784
+ background: #e2e8f0;
785
+ color: #1e293b;
786
+ }
787
+
788
+ .digit-table-mobile-status-pill.approved {
789
+ background: #dcfce7;
790
+ color: #166534;
791
+ }
792
+
793
+ .digit-table-mobile-status-pill.rejected {
794
+ background: #fee2e2;
795
+ color: #b91c1c;
796
+ }
797
+
798
+ .digit-table-mobile-status-pill.forwarded {
799
+ background: #dbeafe;
800
+ color: #1d4ed8;
801
+ }
802
+
803
+ .digit-table-mobile-status-pill.in-progress {
804
+ background: #cbd5e1;
805
+ color: #1e293b;
806
+ }
807
+
808
+ .digit-table-mobile-status-pill.pending {
809
+ background: #ffedd5;
810
+ color: #c2410c;
811
+ }
812
+
813
+ .digit-table-mobile-status-pill.new {
814
+ background: #e2e8f0;
815
+ color: #1e293b;
816
+ }
817
+
818
+ .digit-table-mobile-no-data {
819
+ text-align: center;
820
+ padding: 40px 20px;
821
+ color: #6b7280;
822
+ background: #fff;
823
+ border-radius: 12px;
824
+ }
825
+
826
+ .digit-table-mobile-pagination {
827
+ display: flex;
828
+ align-items: center;
829
+ justify-content: space-between;
830
+ padding: 12px;
831
+ background: #fff;
832
+ border-top: 1px solid #e5e7eb;
833
+ font-size: 13px;
834
+ flex-wrap: wrap;
835
+ gap: 8px;
836
+ }
837
+
838
+ .digit-table-mobile-pagination select {
839
+ padding: 6px 8px;
840
+ border: 1px solid #e5e7eb;
841
+ border-radius: 6px;
842
+ font-size: 13px;
843
+ }
844
+
845
+ .digit-table-mobile-pagination .pagination-controls {
846
+ display: flex;
847
+ align-items: center;
848
+ gap: 8px;
849
+ }
850
+
851
+ .digit-table-mobile-pagination .pagination-controls svg {
852
+ cursor: pointer;
853
+ width: 20px;
854
+ height: 20px;
855
+ }