@pmidc/upyog-css 1.2.36-dev.1.2 → 1.2.36-dev.1.3

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 (134) hide show
  1. package/dist/index.css +45 -6
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  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 +966 -966
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/changeLanguage.scss +3 -3
  28. package/src/components/charts.scss +185 -185
  29. package/src/components/checkbox.scss +83 -83
  30. package/src/components/checkpoint.scss +65 -65
  31. package/src/components/citizenInfoLabel.scss +14 -14
  32. package/src/components/custombtn.scss +15 -15
  33. package/src/components/datatable.scss +119 -119
  34. package/src/components/datewrap.scss +21 -21
  35. package/src/components/detailscard.scss +6 -6
  36. package/src/components/detailscontainer.scss +13 -13
  37. package/src/components/documentSection.scss +134 -134
  38. package/src/components/filters.scss +97 -97
  39. package/src/components/grey.scss +3 -3
  40. package/src/components/hoc/InboxComposer.scss +111 -111
  41. package/src/components/howItWorks.scss +71 -71
  42. package/src/components/imageviewer.scss +33 -33
  43. package/src/components/info-banner.scss +35 -35
  44. package/src/components/inputotp.scss +15 -15
  45. package/src/components/keynote.scss +29 -29
  46. package/src/components/languageSelector.scss +24 -24
  47. package/src/components/loader.scss +96 -96
  48. package/src/components/map.scss +36 -36
  49. package/src/components/metricsTable.scss +26 -26
  50. package/src/components/multiLink.scss +117 -117
  51. package/src/components/multiSelectDropdown.scss +88 -88
  52. package/src/components/navbar.scss +377 -377
  53. package/src/components/newFooter.scss +82 -82
  54. package/src/components/plusMinus.scss +15 -15
  55. package/src/components/popup.scss +26 -26
  56. package/src/components/radiobtn.scss +46 -46
  57. package/src/components/ratingstar.scss +33 -33
  58. package/src/components/roundedLabel.scss +10 -10
  59. package/src/components/searchAction.scss +27 -27
  60. package/src/components/sectionalDropdown.scss +43 -43
  61. package/src/components/selectdropdown.scss +302 -302
  62. package/src/components/staticDynamicMessages.scss +110 -110
  63. package/src/components/staticSideBar.scss +27 -27
  64. package/src/components/statushighlight.scss +17 -17
  65. package/src/components/submiterrors.scss +11 -11
  66. package/src/components/summary.scss +28 -28
  67. package/src/components/table.scss +384 -384
  68. package/src/components/tag.scss +27 -27
  69. package/src/components/telephone.scss +17 -17
  70. package/src/components/textfields.scss +146 -146
  71. package/src/components/toast.scss +31 -31
  72. package/src/components/toggleSwitch.scss +40 -40
  73. package/src/components/topbar.scss +217 -217
  74. package/src/components/uploadcomponents.scss +118 -116
  75. package/src/index.scss +2405 -2405
  76. package/src/modules/BPA/index.scss +120 -97
  77. package/src/modules/TL/index.scss +767 -767
  78. package/src/modules/adv/index.scss +643 -643
  79. package/src/modules/hrms/index.scss +1327 -1327
  80. package/src/modules/rentAndLease/index.scss +238 -238
  81. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  82. package/src/pages/citizen/CitizenLogin.scss +50 -50
  83. package/src/pages/citizen/DocumentList.scss +454 -454
  84. package/src/pages/citizen/Events.scss +46 -46
  85. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  86. package/src/pages/citizen/InboxCard.scss +378 -378
  87. package/src/pages/citizen/SurveyList.scss +24 -24
  88. package/src/pages/citizen/citizenDocument.scss +25 -25
  89. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  90. package/src/pages/citizen/container.scss +32 -32
  91. package/src/pages/citizen/loaderMessage.scss +341 -341
  92. package/src/pages/citizen/payment/payment-type.scss +2 -2
  93. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  94. package/src/pages/common/form.scss +25 -25
  95. package/src/pages/common/newApplicationTimeline.scss +341 -341
  96. package/src/pages/common/pgrUICssfix.scss +128 -128
  97. package/src/pages/common/requiredField.scss +2 -2
  98. package/src/pages/common/sanctionFeeTable.scss +91 -91
  99. package/src/pages/common/searchIcon.scss +21 -21
  100. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  101. package/src/pages/common/stepForm.scss +40 -40
  102. package/src/pages/employee/EmployeeLogin.scss +6 -6
  103. package/src/pages/employee/cardfix.scss +13 -13
  104. package/src/pages/employee/container.scss +73 -73
  105. package/src/pages/employee/dashboard.scss +204 -204
  106. package/src/pages/employee/disconnection.scss +425 -425
  107. package/src/pages/employee/dss.scss +251 -251
  108. package/src/pages/employee/faq.scss +353 -353
  109. package/src/pages/employee/footer.scss +68 -68
  110. package/src/pages/employee/form-fields.scss +26 -26
  111. package/src/pages/employee/header.scss +262 -262
  112. package/src/pages/employee/iframe.scss +65 -65
  113. package/src/pages/employee/inbox.scss +1110 -1110
  114. package/src/pages/employee/index.scss +693 -693
  115. package/src/pages/employee/landing.scss +1802 -1802
  116. package/src/pages/employee/login.scss +253 -253
  117. package/src/pages/employee/oldMobileInbox.scss +4 -4
  118. package/src/pages/employee/popupmodule.scss +47 -47
  119. package/src/pages/employee/response.scss +2 -2
  120. package/src/pages/employee/scroll-table.scss +113 -113
  121. package/src/pages/employee/surveys.scss +469 -469
  122. package/src/pages/employee/tooltip.scss +35 -35
  123. package/src/pages/employee/updateNumber.scss +12 -12
  124. package/src/pages/swach/index.scss +231 -231
  125. package/src/pages/ws/index.scss +118 -118
  126. package/svg/camera.svg +4 -4
  127. package/svg/check.svg +3 -3
  128. package/svg/close.svg +4 -4
  129. package/svg/error.svg +3 -3
  130. package/svg/error2.svg +5 -5
  131. package/svg/searchicon.svg +3 -3
  132. package/svg/starempty.svg +3 -3
  133. package/svg/starfilled.svg +4 -4
  134. package/svg/success.svg +3 -3
@@ -1,384 +1,384 @@
1
-
2
- /* Table container for responsive behavior like .card */
3
- .table-container {
4
- max-width: 95vw;
5
- width: 100%;
6
- overflow-x: auto;
7
- -webkit-overflow-scrolling: touch;
8
- margin-bottom: 15px;
9
- }
10
-
11
- .table {
12
- background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
13
- width: 100%;
14
- max-width: 95vw;
15
- table-layout: auto;
16
- border-radius: 12px;
17
- border: 1px solid #e1e8f0;
18
- overflow-x: auto;
19
- -webkit-overflow-scrolling: touch;
20
- display: block;
21
- box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
22
- border-collapse: separate;
23
- border-spacing: 0;
24
- transition: box-shadow 0.3s ease;
25
- margin-bottom: 15px;
26
- }
27
-
28
- /* Desktop styles - remove block display */
29
- @media (min-width: 1024px) {
30
- .table {
31
- display: table;
32
- overflow: hidden;
33
- }
34
- }
35
-
36
- .table:hover {
37
- box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
38
- }
39
-
40
- .table thead {
41
- background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #1e40af 100%);
42
- position: sticky;
43
- top: 0;
44
- z-index: 10;
45
- }
46
-
47
- .table thead th {
48
- padding: 18px 20px;
49
- font-weight: 800;
50
- vertical-align: middle;
51
- text-align: left;
52
- color: #ffffff;
53
- font-size: 13px;
54
- white-space: nowrap;
55
- text-transform: uppercase;
56
- letter-spacing: 0.8px;
57
- border-bottom: 2px solid rgba(255, 255, 255, 0.2);
58
- position: relative;
59
- }
60
-
61
- .table thead th::after {
62
- content: "";
63
- position: absolute;
64
- bottom: 0;
65
- left: 0;
66
- right: 0;
67
- height: 2px;
68
- background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
69
- }
70
-
71
- .table thead th:first-child {
72
- border-top-left-radius: 12px;
73
- }
74
-
75
- .table thead th:last-child {
76
- border-top-right-radius: 12px;
77
- }
78
-
79
- .table tbody tr {
80
- border-bottom: 1px solid #f0f4f8;
81
- transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
82
- position: relative;
83
- }
84
-
85
-
86
-
87
- .table tbody tr:hover {
88
- background: linear-gradient(90deg, rgba(59, 130, 246, 0.04), transparent);
89
- box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
90
- }
91
-
92
-
93
-
94
- .table tbody tr:hover td {
95
- color: #1e293b;
96
- }
97
-
98
- .table tbody tr:nth-child(odd) {
99
- background: #ffffff;
100
- }
101
-
102
- .table tbody tr:nth-child(even) {
103
- background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
104
- }
105
-
106
- .table tbody tr:last-child td {
107
- border-bottom: none;
108
- }
109
-
110
- .table tbody td {
111
- padding: 16px 20px;
112
- color: #475569;
113
- vertical-align: middle;
114
- font-size: 14px;
115
- word-break: break-word;
116
- transition: color 0.2s ease;
117
- border-right: 1px solid transparent;
118
- overflow: hidden;
119
- text-overflow: ellipsis;
120
- }
121
-
122
- .table tbody td:last-child {
123
- border-right: none;
124
- }
125
-
126
- /* Wrapper for horizontal scroll - prevents body from shrinking */
127
- .dss-table-wrapper {
128
- width: 100%;
129
- display: block;
130
- overflow-x: auto;
131
- -webkit-overflow-scrolling: touch;
132
- border-radius: 12px;
133
- }
134
-
135
- .dss-table-wrapper table {
136
- width: 100%;
137
- min-width: 1200px; /* Minimum width to ensure proper display */
138
- border-collapse: collapse;
139
- background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
140
- }
141
-
142
- .dss-table-wrapper table thead {
143
- background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
144
- position: sticky;
145
- top: 0;
146
- z-index: 10;
147
- }
148
-
149
- .dss-table-wrapper table thead th {
150
- padding: 18px 20px;
151
- font-weight: 800;
152
- color: #ffffff;
153
- text-transform: uppercase;
154
- letter-spacing: 0.8px;
155
- font-size: 12px;
156
- white-space: nowrap;
157
- }
158
-
159
- .dss-table-wrapper table thead th .tooltip {
160
- min-width: 80px;
161
- }
162
-
163
- .dss-table-wrapper table tbody tr {
164
- border-bottom: 1px solid #e1e8f0;
165
- transition: all 0.2s ease;
166
- }
167
-
168
- .dss-table-wrapper table tbody tr:hover {
169
- background: linear-gradient(90deg, rgba(59, 130, 246, 0.04), transparent);
170
- box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
171
- }
172
-
173
- .dss-table-wrapper table tbody tr:nth-child(odd) {
174
- background: #ffffff;
175
- }
176
-
177
- .dss-table-wrapper table tbody tr:nth-child(even) {
178
- background: #f8fafc;
179
- }
180
-
181
- .dss-table-wrapper table tbody td {
182
- padding: 16px 20px;
183
- color: #475569;
184
- border-right: 1px solid transparent;
185
- white-space: normal;
186
- }
187
-
188
- .dss-table-wrapper table tbody td span {
189
- white-space: pre;
190
- min-width: 80px;
191
- display: inline-block;
192
- }
193
-
194
- .dss-table-wrapper table tbody td:last-child {
195
- border-right: none;
196
- }
197
-
198
- /* Fixed column support with proper width constraints */
199
- .table-fixed-first-column thead th:first-child {
200
- position: sticky;
201
- background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
202
- left: 0;
203
- min-width: 200px; /* Set minimum width for first column */
204
- border-right: 2px solid rgba(255, 255, 255, 0.2);
205
- border-top-left-radius: 12px;
206
- z-index: 11;
207
- color: #ffffff;
208
- }
209
-
210
- .table-fixed-first-column tbody td:first-child {
211
- position: sticky;
212
- background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
213
- left: 0;
214
- min-width: 200px; /* Match header width */
215
- border-right: 2px solid #e1e8f0;
216
- z-index: 5;
217
- font-weight: 600;
218
- color: #1e293b;
219
- }
220
-
221
- .pagination {
222
- display: flex;
223
- justify-content: flex-end;
224
- align-items: center;
225
- gap: 16px;
226
- background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
227
- border-top: 2px solid #e1e8f0;
228
- padding: 20px 24px;
229
- color: #505a5f;
230
- border-bottom-left-radius: 12px;
231
- border-bottom-right-radius: 12px;
232
- }
233
-
234
- .pagination svg {
235
- fill: #2563eb;
236
- transition: transform 0.2s ease;
237
- }
238
-
239
- .pagination svg:hover {
240
- transform: scale(1.1);
241
- }
242
-
243
- .pagination button {
244
- transition: all 0.2s ease;
245
- }
246
-
247
- .pagination button:hover {
248
- color: #2563eb;
249
- }
250
-
251
- .fullWidth {
252
- width: 100% !important;
253
- }
254
-
255
- .customTable {
256
- width: 100%;
257
- table-layout: fixed; /* Force fixed layout */
258
- border-radius: 12px;
259
- border: 1px solid #e1e8f0;
260
- overflow: hidden;
261
- background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
262
- box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
263
- }
264
-
265
- .customTable th {
266
- font-weight: 800;
267
- background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
268
- color: #ffffff;
269
- text-transform: uppercase;
270
- letter-spacing: 0.8px;
271
- font-size: 12px;
272
- }
273
-
274
- .customTable th,
275
- .customTable td {
276
- text-align: justify;
277
- border-bottom: 1px solid #e1e8f0;
278
- padding: 14px 16px;
279
- max-width: 400px;
280
- }
281
-
282
- .customTable tr {
283
- transition: all 0.2s ease;
284
- }
285
-
286
- .customTable tr:nth-child(odd) {
287
- background-color: #ffffff;
288
- }
289
-
290
- .customTable tr:nth-child(even) {
291
- background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
292
- }
293
-
294
- .customTable tr:hover {
295
- background: linear-gradient(90deg, rgba(59, 130, 246, 0.06), transparent);
296
- box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
297
- }
298
-
299
- .customTable thead tr:first-child {
300
- background-color: unset;
301
- }
302
-
303
- /* ============================================
304
- RESPONSIVE TABLE STYLES
305
- ============================================ */
306
-
307
- @media (max-width: 1024px) {
308
- .table thead th,
309
- .customTable thead th,
310
- .dss-table-wrapper table thead th {
311
- padding: 14px 16px;
312
- font-size: 12px;
313
- }
314
-
315
- .table tbody td,
316
- .customTable tbody td,
317
- .dss-table-wrapper table tbody td {
318
- padding: 12px 14px;
319
- font-size: 13px;
320
- }
321
-
322
- .dss-table-wrapper table {
323
- min-width: 900px;
324
- }
325
- }
326
-
327
- @media (max-width: 768px) {
328
- .table thead th,
329
- .customTable thead th {
330
- padding: 12px 14px;
331
- font-size: 11px;
332
- }
333
-
334
- .table tbody td,
335
- .customTable tbody td {
336
- padding: 10px 12px;
337
- font-size: 12px;
338
- }
339
-
340
- .dss-table-wrapper table {
341
- min-width: 700px;
342
- }
343
-
344
- .pagination {
345
- flex-direction: column;
346
- align-items: flex-start;
347
- gap: 12px;
348
- padding: 16px 20px;
349
- }
350
- }
351
-
352
- @media (max-width: 520px) {
353
- .table.table-card-view thead,
354
- .customTable.table-card-view thead {
355
- display: none;
356
- }
357
-
358
- .table.table-card-view tbody tr,
359
- .customTable.table-card-view tbody tr {
360
- display: block;
361
- margin-bottom: 12px;
362
- border-radius: 10px;
363
- box-shadow: 0 6px 16px rgba(30, 58, 138, 0.12);
364
- overflow: hidden;
365
- border: none;
366
- background: #ffffff;
367
- }
368
-
369
- .table.table-card-view tbody tr td,
370
- .customTable.table-card-view tbody tr td {
371
- display: flex;
372
- justify-content: space-between;
373
- align-items: center;
374
- padding: 14px;
375
- border: none;
376
- border-bottom: 1px solid #f0f4f8;
377
- font-weight: 500;
378
- }
379
-
380
- .table.table-card-view tbody tr td:last-child,
381
- .customTable.table-card-view tbody tr td:last-child {
382
- border-bottom: none;
383
- }
384
- }
1
+
2
+ /* Table container for responsive behavior like .card */
3
+ .table-container {
4
+ max-width: 95vw;
5
+ width: 100%;
6
+ overflow-x: auto;
7
+ -webkit-overflow-scrolling: touch;
8
+ margin-bottom: 15px;
9
+ }
10
+
11
+ .table {
12
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
13
+ width: 100%;
14
+ max-width: 95vw;
15
+ table-layout: auto;
16
+ border-radius: 12px;
17
+ border: 1px solid #e1e8f0;
18
+ overflow-x: auto;
19
+ -webkit-overflow-scrolling: touch;
20
+ display: block;
21
+ box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
22
+ border-collapse: separate;
23
+ border-spacing: 0;
24
+ transition: box-shadow 0.3s ease;
25
+ margin-bottom: 15px;
26
+ }
27
+
28
+ /* Desktop styles - remove block display */
29
+ @media (min-width: 1024px) {
30
+ .table {
31
+ display: table;
32
+ overflow: hidden;
33
+ }
34
+ }
35
+
36
+ .table:hover {
37
+ box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
38
+ }
39
+
40
+ .table thead {
41
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #1e40af 100%);
42
+ position: sticky;
43
+ top: 0;
44
+ z-index: 10;
45
+ }
46
+
47
+ .table thead th {
48
+ padding: 18px 20px;
49
+ font-weight: 800;
50
+ vertical-align: middle;
51
+ text-align: left;
52
+ color: #ffffff;
53
+ font-size: 13px;
54
+ white-space: nowrap;
55
+ text-transform: uppercase;
56
+ letter-spacing: 0.8px;
57
+ border-bottom: 2px solid rgba(255, 255, 255, 0.2);
58
+ position: relative;
59
+ }
60
+
61
+ .table thead th::after {
62
+ content: "";
63
+ position: absolute;
64
+ bottom: 0;
65
+ left: 0;
66
+ right: 0;
67
+ height: 2px;
68
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
69
+ }
70
+
71
+ .table thead th:first-child {
72
+ border-top-left-radius: 12px;
73
+ }
74
+
75
+ .table thead th:last-child {
76
+ border-top-right-radius: 12px;
77
+ }
78
+
79
+ .table tbody tr {
80
+ border-bottom: 1px solid #f0f4f8;
81
+ transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
82
+ position: relative;
83
+ }
84
+
85
+
86
+
87
+ .table tbody tr:hover {
88
+ background: linear-gradient(90deg, rgba(59, 130, 246, 0.04), transparent);
89
+ box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
90
+ }
91
+
92
+
93
+
94
+ .table tbody tr:hover td {
95
+ color: #1e293b;
96
+ }
97
+
98
+ .table tbody tr:nth-child(odd) {
99
+ background: #ffffff;
100
+ }
101
+
102
+ .table tbody tr:nth-child(even) {
103
+ background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
104
+ }
105
+
106
+ .table tbody tr:last-child td {
107
+ border-bottom: none;
108
+ }
109
+
110
+ .table tbody td {
111
+ padding: 16px 20px;
112
+ color: #475569;
113
+ vertical-align: middle;
114
+ font-size: 14px;
115
+ word-break: break-word;
116
+ transition: color 0.2s ease;
117
+ border-right: 1px solid transparent;
118
+ overflow: hidden;
119
+ text-overflow: ellipsis;
120
+ }
121
+
122
+ .table tbody td:last-child {
123
+ border-right: none;
124
+ }
125
+
126
+ /* Wrapper for horizontal scroll - prevents body from shrinking */
127
+ .dss-table-wrapper {
128
+ width: 100%;
129
+ display: block;
130
+ overflow-x: auto;
131
+ -webkit-overflow-scrolling: touch;
132
+ border-radius: 12px;
133
+ }
134
+
135
+ .dss-table-wrapper table {
136
+ width: 100%;
137
+ min-width: 1200px; /* Minimum width to ensure proper display */
138
+ border-collapse: collapse;
139
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
140
+ }
141
+
142
+ .dss-table-wrapper table thead {
143
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
144
+ position: sticky;
145
+ top: 0;
146
+ z-index: 10;
147
+ }
148
+
149
+ .dss-table-wrapper table thead th {
150
+ padding: 18px 20px;
151
+ font-weight: 800;
152
+ color: #ffffff;
153
+ text-transform: uppercase;
154
+ letter-spacing: 0.8px;
155
+ font-size: 12px;
156
+ white-space: nowrap;
157
+ }
158
+
159
+ .dss-table-wrapper table thead th .tooltip {
160
+ min-width: 80px;
161
+ }
162
+
163
+ .dss-table-wrapper table tbody tr {
164
+ border-bottom: 1px solid #e1e8f0;
165
+ transition: all 0.2s ease;
166
+ }
167
+
168
+ .dss-table-wrapper table tbody tr:hover {
169
+ background: linear-gradient(90deg, rgba(59, 130, 246, 0.04), transparent);
170
+ box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
171
+ }
172
+
173
+ .dss-table-wrapper table tbody tr:nth-child(odd) {
174
+ background: #ffffff;
175
+ }
176
+
177
+ .dss-table-wrapper table tbody tr:nth-child(even) {
178
+ background: #f8fafc;
179
+ }
180
+
181
+ .dss-table-wrapper table tbody td {
182
+ padding: 16px 20px;
183
+ color: #475569;
184
+ border-right: 1px solid transparent;
185
+ white-space: normal;
186
+ }
187
+
188
+ .dss-table-wrapper table tbody td span {
189
+ white-space: pre;
190
+ min-width: 80px;
191
+ display: inline-block;
192
+ }
193
+
194
+ .dss-table-wrapper table tbody td:last-child {
195
+ border-right: none;
196
+ }
197
+
198
+ /* Fixed column support with proper width constraints */
199
+ .table-fixed-first-column thead th:first-child {
200
+ position: sticky;
201
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
202
+ left: 0;
203
+ min-width: 200px; /* Set minimum width for first column */
204
+ border-right: 2px solid rgba(255, 255, 255, 0.2);
205
+ border-top-left-radius: 12px;
206
+ z-index: 11;
207
+ color: #ffffff;
208
+ }
209
+
210
+ .table-fixed-first-column tbody td:first-child {
211
+ position: sticky;
212
+ background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
213
+ left: 0;
214
+ min-width: 200px; /* Match header width */
215
+ border-right: 2px solid #e1e8f0;
216
+ z-index: 5;
217
+ font-weight: 600;
218
+ color: #1e293b;
219
+ }
220
+
221
+ .pagination {
222
+ display: flex;
223
+ justify-content: flex-end;
224
+ align-items: center;
225
+ gap: 16px;
226
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
227
+ border-top: 2px solid #e1e8f0;
228
+ padding: 20px 24px;
229
+ color: #505a5f;
230
+ border-bottom-left-radius: 12px;
231
+ border-bottom-right-radius: 12px;
232
+ }
233
+
234
+ .pagination svg {
235
+ fill: #2563eb;
236
+ transition: transform 0.2s ease;
237
+ }
238
+
239
+ .pagination svg:hover {
240
+ transform: scale(1.1);
241
+ }
242
+
243
+ .pagination button {
244
+ transition: all 0.2s ease;
245
+ }
246
+
247
+ .pagination button:hover {
248
+ color: #2563eb;
249
+ }
250
+
251
+ .fullWidth {
252
+ width: 100% !important;
253
+ }
254
+
255
+ .customTable {
256
+ width: 100%;
257
+ table-layout: fixed; /* Force fixed layout */
258
+ border-radius: 12px;
259
+ border: 1px solid #e1e8f0;
260
+ overflow: hidden;
261
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
262
+ box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
263
+ }
264
+
265
+ .customTable th {
266
+ font-weight: 800;
267
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
268
+ color: #ffffff;
269
+ text-transform: uppercase;
270
+ letter-spacing: 0.8px;
271
+ font-size: 12px;
272
+ }
273
+
274
+ .customTable th,
275
+ .customTable td {
276
+ text-align: justify;
277
+ border-bottom: 1px solid #e1e8f0;
278
+ padding: 14px 16px;
279
+ max-width: 400px;
280
+ }
281
+
282
+ .customTable tr {
283
+ transition: all 0.2s ease;
284
+ }
285
+
286
+ .customTable tr:nth-child(odd) {
287
+ background-color: #ffffff;
288
+ }
289
+
290
+ .customTable tr:nth-child(even) {
291
+ background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
292
+ }
293
+
294
+ .customTable tr:hover {
295
+ background: linear-gradient(90deg, rgba(59, 130, 246, 0.06), transparent);
296
+ box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
297
+ }
298
+
299
+ .customTable thead tr:first-child {
300
+ background-color: unset;
301
+ }
302
+
303
+ /* ============================================
304
+ RESPONSIVE TABLE STYLES
305
+ ============================================ */
306
+
307
+ @media (max-width: 1024px) {
308
+ .table thead th,
309
+ .customTable thead th,
310
+ .dss-table-wrapper table thead th {
311
+ padding: 14px 16px;
312
+ font-size: 12px;
313
+ }
314
+
315
+ .table tbody td,
316
+ .customTable tbody td,
317
+ .dss-table-wrapper table tbody td {
318
+ padding: 12px 14px;
319
+ font-size: 13px;
320
+ }
321
+
322
+ .dss-table-wrapper table {
323
+ min-width: 900px;
324
+ }
325
+ }
326
+
327
+ @media (max-width: 768px) {
328
+ .table thead th,
329
+ .customTable thead th {
330
+ padding: 12px 14px;
331
+ font-size: 11px;
332
+ }
333
+
334
+ .table tbody td,
335
+ .customTable tbody td {
336
+ padding: 10px 12px;
337
+ font-size: 12px;
338
+ }
339
+
340
+ .dss-table-wrapper table {
341
+ min-width: 700px;
342
+ }
343
+
344
+ .pagination {
345
+ flex-direction: column;
346
+ align-items: flex-start;
347
+ gap: 12px;
348
+ padding: 16px 20px;
349
+ }
350
+ }
351
+
352
+ @media (max-width: 520px) {
353
+ .table.table-card-view thead,
354
+ .customTable.table-card-view thead {
355
+ display: none;
356
+ }
357
+
358
+ .table.table-card-view tbody tr,
359
+ .customTable.table-card-view tbody tr {
360
+ display: block;
361
+ margin-bottom: 12px;
362
+ border-radius: 10px;
363
+ box-shadow: 0 6px 16px rgba(30, 58, 138, 0.12);
364
+ overflow: hidden;
365
+ border: none;
366
+ background: #ffffff;
367
+ }
368
+
369
+ .table.table-card-view tbody tr td,
370
+ .customTable.table-card-view tbody tr td {
371
+ display: flex;
372
+ justify-content: space-between;
373
+ align-items: center;
374
+ padding: 14px;
375
+ border: none;
376
+ border-bottom: 1px solid #f0f4f8;
377
+ font-weight: 500;
378
+ }
379
+
380
+ .table.table-card-view tbody tr td:last-child,
381
+ .customTable.table-card-view tbody tr td:last-child {
382
+ border-bottom: none;
383
+ }
384
+ }