@pmidc/upyog-css 1.2.36-dev.1.21 → 1.2.36-dev.1.25

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 +23654 -14870
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +537 -537
  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 +969 -969
  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 +226 -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 +302 -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 +895 -895
  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 +2429 -2423
  82. package/src/modules/BPA/index.scss +5241 -399
  83. package/src/modules/TL/index.scss +796 -796
  84. package/src/modules/adv/index.scss +1657 -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 +541 -238
  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 +220 -220
  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 +733 -733
  122. package/src/pages/employee/landing.scss +1802 -1802
  123. package/src/pages/employee/login.scss +252 -252
  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,538 +1,538 @@
1
- .CardBasedOptions {
2
- box-shadow: #32325d14 0px 50px 100px -20px, rgb(0 0 0 / 18%) 0px 30px 60px -30px, #0a254038 0px -2px 6px 0px inset;
3
- border-radius: 12px;
4
- padding: 0px !important;
5
- @apply bg-white mb-md px-sm py-md mx-sm rounded w-full;
6
- .headContent {
7
- @apply flex justify-between mb-lg;
8
- h2 {
9
- @apply text-heading-s font-bold text-text-primary;
10
- }
11
- p {
12
- @apply text-link text-primary-main font-medium cursor-pointer;
13
- }
14
- }
15
-
16
- .mainContent {
17
- margin: 15px;
18
- @apply flex justify-evenly;
19
-
20
- .CardBasedOptionsMainChildOption {
21
- width: 25%;
22
-
23
- @apply text-center;
24
- margin: auto;
25
- .ChildOptionImageWrapper {
26
- margin: auto !important;
27
- background: #f5fbff;
28
- mix-blend-mode: normal;
29
- padding-top: 14px;
30
- @apply h-12 w-12 rounded-full cursor-pointer;
31
- svg {
32
- height: 20px;
33
- width: 20px;
34
- fill: #1359c8;
35
- margin: auto;
36
- }
37
- }
38
- .ChildOptionName {
39
- font-size: 12px;
40
- line-height: 14px;
41
- color: #2947a3;
42
- }
43
- }
44
- }
45
- }
46
-
47
- @screen dt {
48
- .CardBasedOptions {
49
- width: calc(100% - 16px);
50
- padding: 0px !important;
51
- height: 250px !important;
52
- }
53
- }
54
- .citizen .ServicesSection .CardBasedOptions:nth-child(odd) {
55
- .employeeCustomCard {
56
- background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png");
57
- background-size: cover;
58
- }
59
- }
60
- .citizen .ServicesSection .CardBasedOptions:nth-child(even) {
61
- .employeeCustomCard {
62
- background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashBoardImage2.png");
63
- background-size: cover;
64
- }
65
- }
66
- .citizen .employeeCustomCard {
67
- border-radius: 10px;
68
- background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png");
69
- background-size: cover;
70
- .employeeCustomCard {
71
- border-radius: 10px;
72
- background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png");
73
- background-size: cover;
74
- }
75
- }
76
- .employee-card-banner {
77
- background-color: white;
78
- width: 88%;
79
- height: 60%;
80
- bottom: 0px;
81
- position: absolute;
82
- margin-bottom: -10%;
83
- left: 6%;
84
- box-shadow: 1px 5px 6px 0px #e3e4e3;
85
- border-radius: 10px;
86
- }
87
- .citizen .employee-card-banner {
88
- margin-bottom: -5% !important;
89
- height: 65% !important;
90
- }
91
- .text-employee-card {
92
- font-size: 1.5rem;
93
- font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
94
- position: absolute;
95
- top: 10%;
96
- padding-left: 10%;
97
- color: white !important;
98
- }
99
- .citizen .employee-card-banner .citizenAllServiceGrid {
100
- display: flex-root !important;
101
- height: 100% !important;
102
- }
103
-
104
- /* CardBasedOptions styles — all classes prefixed with new-card- */
105
-
106
- .new-card-root {
107
- width: 100%;
108
- box-sizing: border-box;
109
- }
110
-
111
- /* Header section */
112
- .new-card-header-section {
113
- display: flex;
114
- justify-content: space-between;
115
- align-items: center;
116
- margin-bottom: 20px;
117
- padding-bottom: 14px;
118
- border-bottom: 2px solid #003C71;
119
- }
120
-
121
- .new-card-header-title {
122
- font-size: 20px;
123
- font-weight: 700;
124
- color: #003C71;
125
- margin: 0;
126
- }
127
-
128
- .new-card-view-button {
129
- background: transparent;
130
- border: none;
131
- color: #003C71;
132
- font-size: 13px;
133
- font-weight: 600;
134
- cursor: pointer;
135
- display: flex;
136
- align-items: center;
137
- gap: 4px;
138
- padding: 6px 14px;
139
- border-radius: 8px;
140
- transition: background 0.2s ease;
141
- }
142
- .new-card-view-button:hover {
143
- background: #EEF4FF;
144
- }
145
-
146
- /* Cards grid */
147
- .new-card-cards-grid {
148
- display: flex;
149
- flex-wrap: wrap;
150
- gap: 0;
151
- justify-content: flex-start;
152
- margin: -8px;
153
- width: 100%;
154
- box-sizing: border-box;
155
- }
156
-
157
- /* Individual option card */
158
- .new-card-option {
159
- border-radius: 14px;
160
- padding: 20px;
161
- margin: 8px;
162
- min-width: 180px;
163
- flex: 1 1 calc(25% - 16px);
164
- max-width: calc(25% - 16px);
165
- cursor: pointer;
166
- transition: all 0.22s ease;
167
- border: 1.5px solid #DEE0E2;
168
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
169
- transform: translateY(0);
170
- box-sizing: border-box;
171
- background: #ffffff;
172
- }
173
- .new-card-option:hover {
174
- transform: translateY(-4px);
175
- }
176
-
177
- /* Icon wrapper — rounded square */
178
- .new-card-icon {
179
- width: 48px;
180
- height: 48px;
181
- border-radius: 12px;
182
- display: flex;
183
- align-items: center;
184
- justify-content: center;
185
- margin-bottom: 14px;
186
- color: #fff;
187
- flex-shrink: 0;
188
- }
189
- .new-card-icon svg {
190
- width: 24px;
191
- height: 24px;
192
- fill: #fff;
193
- }
194
-
195
- /* Service name and access row */
196
- .new-card-service-name {
197
- font-size: 14px;
198
- font-weight: 600;
199
- color: #1F1F1F;
200
- margin-bottom: 10px;
201
- line-height: 1.4;
202
- }
203
-
204
- .new-card-access {
205
- font-size: 12px;
206
- color: #626A6E;
207
- display: flex;
208
- align-items: center;
209
- justify-content: space-between;
210
- }
211
-
212
- /* Arrow */
213
- .new-card-arrow {
214
- color: #003C71;
215
- display: flex;
216
- align-items: center;
217
- }
218
-
219
- /* Per-index background classes (backgrounds for the card root) */
220
- .new-card-bg-0 { background: #EFF6FF; }
221
- .new-card-bg-1 { background: #ECFDF5; }
222
- .new-card-bg-2 { background: #F5F3FF; }
223
- .new-card-bg-3 { background: #DBEAFE; }
224
- .new-card-bg-4 { background: #FCE7F3; }
225
- .new-card-bg-5 { background: #ECFDF5; }
226
- .new-card-bg-6 { background: #FEF3C7; }
227
- .new-card-bg-7 { background: #DBEAFE; }
228
- .new-card-bg-8 { background: #F3E8FF; }
229
- .new-card-bg-9 { background: #FEE2E2; }
230
- .new-card-bg-10 { background: #FFF7ED; }
231
- .new-card-bg-11 { background: #FEFCE8; }
232
- .new-card-bg-12 { background: #F0FDF4; }
233
- .new-card-bg-13 { background: #EFF6FF; }
234
- .new-card-bg-14 { background: #FAF5FF; }
235
-
236
- /* Per-index icon background classes */
237
- .new-card-icon-bg-0 { background: #3B82F6; }
238
- .new-card-icon-bg-1 { background: #10B981; }
239
- .new-card-icon-bg-2 { background: #8B5CF6; }
240
- .new-card-icon-bg-3 { background: #0EA5E9; }
241
- .new-card-icon-bg-4 { background: #EC4899; }
242
- .new-card-icon-bg-5 { background: #059669; }
243
- .new-card-icon-bg-6 { background: #F59E0B; }
244
- .new-card-icon-bg-7 { background: #0284C7; }
245
- .new-card-icon-bg-8 { background: #9333EA; }
246
- .new-card-icon-bg-9 { background: #EF4444; }
247
- .new-card-icon-bg-10 { background: #EA580C; }
248
- .new-card-icon-bg-11 { background: #CA8A04; }
249
- .new-card-icon-bg-12 { background: #16A34A; }
250
- .new-card-icon-bg-13 { background: #2563EB; }
251
- .new-card-icon-bg-14 { background: #A855F7; }
252
-
253
- /* Responsive adjustments */
254
- @media (max-width: 1024px) {
255
- .new-card-option { flex: 1 1 calc(50% - 16px); max-width: calc(50% - 16px); }
256
- }
257
- @media (max-width: 640px) {
258
- .new-card-option { flex: 1 1 100%; max-width: 100%; }
259
- }
260
-
261
- @media screen and (min-width: 300px) {
262
- .CardBasedOptions {
263
- height: 200px;
264
- }
265
- .employeeCustomCard {
266
- font-size: 1rem;
267
- }
268
- }
269
-
270
-
271
- /* CitizenHomeCardSecond styles — all classes start with chc- to avoid collisions */
272
-
273
- /* Root and header */
274
- .chc-root {
275
- width: 100%;
276
- box-sizing: border-box;
277
- }
278
-
279
- .chc-header {
280
- font-size: 20px;
281
- font-weight: 600;
282
- margin-bottom: 20px;
283
- color: #1F1F1F;
284
- }
285
-
286
- /* Card container */
287
- .chc-card-container {
288
- display: grid;
289
- grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
290
- gap: 16px;
291
- margin-bottom: 24px;
292
- width: 100%;
293
- box-sizing: border-box;
294
- }
295
-
296
- /* Option to override grid if needed (keeps spacing) */
297
- .chc-no-grid {
298
- display: block;
299
- }
300
-
301
- /* Card */
302
- .chc-card {
303
- padding: 24px;
304
- border-radius: 12px;
305
- display: flex;
306
- gap: 16px;
307
- align-items: flex-start;
308
- cursor: pointer;
309
- transition: transform 0.18s ease, box-shadow 0.18s ease;
310
- text-decoration: none;
311
- border: none;
312
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
313
- color: inherit;
314
- box-sizing: border-box;
315
- }
316
-
317
- .chc-card:hover,
318
- .chc-card:focus {
319
- transform: translateY(-6px);
320
- box-shadow: 0 8px 18px rgba(0,0,0,0.12);
321
- outline: none;
322
- }
323
-
324
- /* Icon container */
325
- .chc-icon {
326
- width: 48px;
327
- height: 48px;
328
- border-radius: 12px;
329
- display: flex;
330
- align-items: center;
331
- justify-content: center;
332
- flex-shrink: 0;
333
- color: #FFFFFF;
334
- box-sizing: border-box;
335
- }
336
-
337
- /* Six background variants for cards (index % 6) */
338
- .chc-card-bg-0 { background-color: #EBF3FE; }
339
- .chc-card-bg-1 { background-color: #E8F8F5; }
340
- .chc-card-bg-2 { background-color: #F3EBFF; }
341
- .chc-card-bg-3 { background-color: #FEF3E8; }
342
- .chc-card-bg-4 { background-color: #FCE8F3; }
343
- .chc-card-bg-5 { background-color: #E0F2FE; }
344
-
345
- /* Icon background variants */
346
- .chc-icon-bg-0 { background-color: #2B6FED; color: #FFFFFF; }
347
- .chc-icon-bg-1 { background-color: #0FA76F; color: #FFFFFF; }
348
- .chc-icon-bg-2 { background-color: #8B5CF6; color: #FFFFFF; }
349
- .chc-icon-bg-3 { background-color: #F97316; color: #FFFFFF; }
350
- .chc-icon-bg-4 { background-color: #EC4899; color: #FFFFFF; }
351
- .chc-icon-bg-5 { background-color: #0EA5E9; color: #FFFFFF; }
352
-
353
- /* Content */
354
- .chc-content {
355
- flex: 1;
356
- display: flex;
357
- flex-direction: column;
358
- gap: 4px;
359
- }
360
-
361
- .chc-title {
362
- font-size: 16px;
363
- font-weight: 600;
364
- color: #1F1F1F;
365
- margin: 0;
366
- line-height: 1.4;
367
- }
368
-
369
- .chc-description {
370
- font-size: 14px;
371
- color: #666666;
372
- margin: 0;
373
- line-height: 1.5;
374
- }
375
-
376
- /* Arrow container */
377
- .chc-arrow-container {
378
- display: flex;
379
- align-items: center;
380
- justify-content: center;
381
- flex-shrink: 0;
382
- }
383
-
384
- /* Info section */
385
- .chc-info {
386
- margin-top: 16px;
387
- }
388
-
389
- /* Responsive adjustments */
390
- @media (max-width: 1024px) {
391
- .chc-card-container {
392
- grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
393
- }
394
- .chc-header {
395
- font-size: 18px;
396
- }
397
- }
398
-
399
- @media (max-width: 640px) {
400
- .chc-card-container {
401
- grid-template-columns: 1fr;
402
- }
403
- .chc-header {
404
- font-size: 18px;
405
- }
406
- }
407
-
408
- /* CitizenHomeCardWithExternalLink styles — all classes start with chcwe- to avoid collisions */
409
-
410
- /* Root and header */
411
- .chcwe-root {
412
- width: 100%;
413
- box-sizing: border-box;
414
- }
415
-
416
- .chcwe-header {
417
- font-size: 20px;
418
- font-weight: 600;
419
- margin-bottom: 20px;
420
- color: #1F1F1F;
421
- }
422
-
423
- /* Card container */
424
- .chcwe-card-container {
425
- display: grid;
426
- grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
427
- gap: 16px;
428
- margin-bottom: 24px;
429
- width: 100%;
430
- box-sizing: border-box;
431
- }
432
-
433
- /* Card — link element */
434
- .chcwe-card {
435
- padding: 24px;
436
- border-radius: 12px;
437
- display: flex;
438
- gap: 16px;
439
- align-items: flex-start;
440
- cursor: pointer;
441
- transition: transform 0.2s ease, box-shadow 0.2s ease;
442
- text-decoration: none;
443
- border: none;
444
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
445
- color: inherit;
446
- box-sizing: border-box;
447
- }
448
-
449
- .chcwe-card:hover,
450
- .chcwe-card:focus {
451
- transform: translateY(-6px);
452
- box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
453
- outline: none;
454
- }
455
-
456
- /* Card background variants (index % 6) */
457
- .chcwe-card-bg-0 { background-color: #EBF3FE; }
458
- .chcwe-card-bg-1 { background-color: #E8F8F5; }
459
- .chcwe-card-bg-2 { background-color: #F3EBFF; }
460
- .chcwe-card-bg-3 { background-color: #FEF3E8; }
461
- .chcwe-card-bg-4 { background-color: #FCE8F3; }
462
- .chcwe-card-bg-5 { background-color: #E0F2FE; }
463
-
464
- /* Icon container */
465
- .chcwe-icon {
466
- width: 48px;
467
- height: 48px;
468
- border-radius: 12px;
469
- display: flex;
470
- align-items: center;
471
- justify-content: center;
472
- flex-shrink: 0;
473
- color: #FFFFFF;
474
- box-sizing: border-box;
475
- }
476
-
477
- /* Icon background variants */
478
- .chcwe-icon-bg-0 { background-color: #2B6FED; }
479
- .chcwe-icon-bg-1 { background-color: #0FA76F; }
480
- .chcwe-icon-bg-2 { background-color: #8B5CF6; }
481
- .chcwe-icon-bg-3 { background-color: #F97316; }
482
- .chcwe-icon-bg-4 { background-color: #EC4899; }
483
- .chcwe-icon-bg-5 { background-color: #0EA5E9; }
484
-
485
- /* Content */
486
- .chcwe-content {
487
- flex: 1;
488
- display: flex;
489
- flex-direction: column;
490
- gap: 4px;
491
- }
492
-
493
- .chcwe-title {
494
- font-size: 16px;
495
- font-weight: 600;
496
- color: #1F1F1F;
497
- margin: 0;
498
- line-height: 1.4;
499
- }
500
-
501
- .chcwe-description {
502
- font-size: 14px;
503
- color: #666666;
504
- margin: 0;
505
- line-height: 1.5;
506
- }
507
-
508
- /* Arrow container */
509
- .chcwe-arrow-container {
510
- display: flex;
511
- align-items: center;
512
- justify-content: center;
513
- flex-shrink: 0;
514
- }
515
-
516
- /* Info section */
517
- .chcwe-info {
518
- margin-top: 16px;
519
- }
520
-
521
- /* Responsive adjustments */
522
- @media (max-width: 1024px) {
523
- .chcwe-card-container {
524
- grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
525
- }
526
- .chcwe-header {
527
- font-size: 18px;
528
- }
529
- }
530
-
531
- @media (max-width: 640px) {
532
- .chcwe-card-container {
533
- grid-template-columns: 1fr;
534
- }
535
- .chcwe-header {
536
- font-size: 18px;
537
- }
1
+ .CardBasedOptions {
2
+ box-shadow: #32325d14 0px 50px 100px -20px, rgb(0 0 0 / 18%) 0px 30px 60px -30px, #0a254038 0px -2px 6px 0px inset;
3
+ border-radius: 12px;
4
+ padding: 0px !important;
5
+ @apply bg-white mb-md px-sm py-md mx-sm rounded w-full;
6
+ .headContent {
7
+ @apply flex justify-between mb-lg;
8
+ h2 {
9
+ @apply text-heading-s font-bold text-text-primary;
10
+ }
11
+ p {
12
+ @apply text-link text-primary-main font-medium cursor-pointer;
13
+ }
14
+ }
15
+
16
+ .mainContent {
17
+ margin: 15px;
18
+ @apply flex justify-evenly;
19
+
20
+ .CardBasedOptionsMainChildOption {
21
+ width: 25%;
22
+
23
+ @apply text-center;
24
+ margin: auto;
25
+ .ChildOptionImageWrapper {
26
+ margin: auto !important;
27
+ background: #f5fbff;
28
+ mix-blend-mode: normal;
29
+ padding-top: 14px;
30
+ @apply h-12 w-12 rounded-full cursor-pointer;
31
+ svg {
32
+ height: 20px;
33
+ width: 20px;
34
+ fill: #1359c8;
35
+ margin: auto;
36
+ }
37
+ }
38
+ .ChildOptionName {
39
+ font-size: 12px;
40
+ line-height: 14px;
41
+ color: #2947a3;
42
+ }
43
+ }
44
+ }
45
+ }
46
+
47
+ @screen dt {
48
+ .CardBasedOptions {
49
+ width: calc(100% - 16px);
50
+ padding: 0px !important;
51
+ height: 250px !important;
52
+ }
53
+ }
54
+ .citizen .ServicesSection .CardBasedOptions:nth-child(odd) {
55
+ .employeeCustomCard {
56
+ background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png");
57
+ background-size: cover;
58
+ }
59
+ }
60
+ .citizen .ServicesSection .CardBasedOptions:nth-child(even) {
61
+ .employeeCustomCard {
62
+ background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashBoardImage2.png");
63
+ background-size: cover;
64
+ }
65
+ }
66
+ .citizen .employeeCustomCard {
67
+ border-radius: 10px;
68
+ background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png");
69
+ background-size: cover;
70
+ .employeeCustomCard {
71
+ border-radius: 10px;
72
+ background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png");
73
+ background-size: cover;
74
+ }
75
+ }
76
+ .employee-card-banner {
77
+ background-color: white;
78
+ width: 88%;
79
+ height: 60%;
80
+ bottom: 0px;
81
+ position: absolute;
82
+ margin-bottom: -10%;
83
+ left: 6%;
84
+ box-shadow: 1px 5px 6px 0px #e3e4e3;
85
+ border-radius: 10px;
86
+ }
87
+ .citizen .employee-card-banner {
88
+ margin-bottom: -5% !important;
89
+ height: 65% !important;
90
+ }
91
+ .text-employee-card {
92
+ font-size: 1.5rem;
93
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
94
+ position: absolute;
95
+ top: 10%;
96
+ padding-left: 10%;
97
+ color: white !important;
98
+ }
99
+ .citizen .employee-card-banner .citizenAllServiceGrid {
100
+ display: flex-root !important;
101
+ height: 100% !important;
102
+ }
103
+
104
+ /* CardBasedOptions styles — all classes prefixed with new-card- */
105
+
106
+ .new-card-root {
107
+ width: 100%;
108
+ box-sizing: border-box;
109
+ }
110
+
111
+ /* Header section */
112
+ .new-card-header-section {
113
+ display: flex;
114
+ justify-content: space-between;
115
+ align-items: center;
116
+ margin-bottom: 20px;
117
+ padding-bottom: 14px;
118
+ border-bottom: 2px solid #003C71;
119
+ }
120
+
121
+ .new-card-header-title {
122
+ font-size: 20px;
123
+ font-weight: 700;
124
+ color: #003C71;
125
+ margin: 0;
126
+ }
127
+
128
+ .new-card-view-button {
129
+ background: transparent;
130
+ border: none;
131
+ color: #003C71;
132
+ font-size: 13px;
133
+ font-weight: 600;
134
+ cursor: pointer;
135
+ display: flex;
136
+ align-items: center;
137
+ gap: 4px;
138
+ padding: 6px 14px;
139
+ border-radius: 8px;
140
+ transition: background 0.2s ease;
141
+ }
142
+ .new-card-view-button:hover {
143
+ background: #EEF4FF;
144
+ }
145
+
146
+ /* Cards grid */
147
+ .new-card-cards-grid {
148
+ display: flex;
149
+ flex-wrap: wrap;
150
+ gap: 0;
151
+ justify-content: flex-start;
152
+ margin: -8px;
153
+ width: 100%;
154
+ box-sizing: border-box;
155
+ }
156
+
157
+ /* Individual option card */
158
+ .new-card-option {
159
+ border-radius: 14px;
160
+ padding: 20px;
161
+ margin: 8px;
162
+ min-width: 180px;
163
+ flex: 1 1 calc(25% - 16px);
164
+ max-width: calc(25% - 16px);
165
+ cursor: pointer;
166
+ transition: all 0.22s ease;
167
+ border: 1.5px solid #DEE0E2;
168
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
169
+ transform: translateY(0);
170
+ box-sizing: border-box;
171
+ background: #ffffff;
172
+ }
173
+ .new-card-option:hover {
174
+ transform: translateY(-4px);
175
+ }
176
+
177
+ /* Icon wrapper — rounded square */
178
+ .new-card-icon {
179
+ width: 48px;
180
+ height: 48px;
181
+ border-radius: 12px;
182
+ display: flex;
183
+ align-items: center;
184
+ justify-content: center;
185
+ margin-bottom: 14px;
186
+ color: #fff;
187
+ flex-shrink: 0;
188
+ }
189
+ .new-card-icon svg {
190
+ width: 24px;
191
+ height: 24px;
192
+ fill: #fff;
193
+ }
194
+
195
+ /* Service name and access row */
196
+ .new-card-service-name {
197
+ font-size: 14px;
198
+ font-weight: 600;
199
+ color: #1F1F1F;
200
+ margin-bottom: 10px;
201
+ line-height: 1.4;
202
+ }
203
+
204
+ .new-card-access {
205
+ font-size: 12px;
206
+ color: #626A6E;
207
+ display: flex;
208
+ align-items: center;
209
+ justify-content: space-between;
210
+ }
211
+
212
+ /* Arrow */
213
+ .new-card-arrow {
214
+ color: #003C71;
215
+ display: flex;
216
+ align-items: center;
217
+ }
218
+
219
+ /* Per-index background classes (backgrounds for the card root) */
220
+ .new-card-bg-0 { background: #EFF6FF; }
221
+ .new-card-bg-1 { background: #ECFDF5; }
222
+ .new-card-bg-2 { background: #F5F3FF; }
223
+ .new-card-bg-3 { background: #DBEAFE; }
224
+ .new-card-bg-4 { background: #FCE7F3; }
225
+ .new-card-bg-5 { background: #ECFDF5; }
226
+ .new-card-bg-6 { background: #FEF3C7; }
227
+ .new-card-bg-7 { background: #DBEAFE; }
228
+ .new-card-bg-8 { background: #F3E8FF; }
229
+ .new-card-bg-9 { background: #FEE2E2; }
230
+ .new-card-bg-10 { background: #FFF7ED; }
231
+ .new-card-bg-11 { background: #FEFCE8; }
232
+ .new-card-bg-12 { background: #F0FDF4; }
233
+ .new-card-bg-13 { background: #EFF6FF; }
234
+ .new-card-bg-14 { background: #FAF5FF; }
235
+
236
+ /* Per-index icon background classes */
237
+ .new-card-icon-bg-0 { background: #3B82F6; }
238
+ .new-card-icon-bg-1 { background: #10B981; }
239
+ .new-card-icon-bg-2 { background: #8B5CF6; }
240
+ .new-card-icon-bg-3 { background: #0EA5E9; }
241
+ .new-card-icon-bg-4 { background: #EC4899; }
242
+ .new-card-icon-bg-5 { background: #059669; }
243
+ .new-card-icon-bg-6 { background: #F59E0B; }
244
+ .new-card-icon-bg-7 { background: #0284C7; }
245
+ .new-card-icon-bg-8 { background: #9333EA; }
246
+ .new-card-icon-bg-9 { background: #EF4444; }
247
+ .new-card-icon-bg-10 { background: #EA580C; }
248
+ .new-card-icon-bg-11 { background: #CA8A04; }
249
+ .new-card-icon-bg-12 { background: #16A34A; }
250
+ .new-card-icon-bg-13 { background: #2563EB; }
251
+ .new-card-icon-bg-14 { background: #A855F7; }
252
+
253
+ /* Responsive adjustments */
254
+ @media (max-width: 1024px) {
255
+ .new-card-option { flex: 1 1 calc(50% - 16px); max-width: calc(50% - 16px); }
256
+ }
257
+ @media (max-width: 640px) {
258
+ .new-card-option { flex: 1 1 100%; max-width: 100%; }
259
+ }
260
+
261
+ @media screen and (min-width: 300px) {
262
+ .CardBasedOptions {
263
+ height: 200px;
264
+ }
265
+ .employeeCustomCard {
266
+ font-size: 1rem;
267
+ }
268
+ }
269
+
270
+
271
+ /* CitizenHomeCardSecond styles — all classes start with chc- to avoid collisions */
272
+
273
+ /* Root and header */
274
+ .chc-root {
275
+ width: 100%;
276
+ box-sizing: border-box;
277
+ }
278
+
279
+ .chc-header {
280
+ font-size: 20px;
281
+ font-weight: 600;
282
+ margin-bottom: 20px;
283
+ color: #1F1F1F;
284
+ }
285
+
286
+ /* Card container */
287
+ .chc-card-container {
288
+ display: grid;
289
+ grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
290
+ gap: 16px;
291
+ margin-bottom: 24px;
292
+ width: 100%;
293
+ box-sizing: border-box;
294
+ }
295
+
296
+ /* Option to override grid if needed (keeps spacing) */
297
+ .chc-no-grid {
298
+ display: block;
299
+ }
300
+
301
+ /* Card */
302
+ .chc-card {
303
+ padding: 24px;
304
+ border-radius: 12px;
305
+ display: flex;
306
+ gap: 16px;
307
+ align-items: flex-start;
308
+ cursor: pointer;
309
+ transition: transform 0.18s ease, box-shadow 0.18s ease;
310
+ text-decoration: none;
311
+ border: none;
312
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
313
+ color: inherit;
314
+ box-sizing: border-box;
315
+ }
316
+
317
+ .chc-card:hover,
318
+ .chc-card:focus {
319
+ transform: translateY(-6px);
320
+ box-shadow: 0 8px 18px rgba(0,0,0,0.12);
321
+ outline: none;
322
+ }
323
+
324
+ /* Icon container */
325
+ .chc-icon {
326
+ width: 48px;
327
+ height: 48px;
328
+ border-radius: 12px;
329
+ display: flex;
330
+ align-items: center;
331
+ justify-content: center;
332
+ flex-shrink: 0;
333
+ color: #FFFFFF;
334
+ box-sizing: border-box;
335
+ }
336
+
337
+ /* Six background variants for cards (index % 6) */
338
+ .chc-card-bg-0 { background-color: #EBF3FE; }
339
+ .chc-card-bg-1 { background-color: #E8F8F5; }
340
+ .chc-card-bg-2 { background-color: #F3EBFF; }
341
+ .chc-card-bg-3 { background-color: #FEF3E8; }
342
+ .chc-card-bg-4 { background-color: #FCE8F3; }
343
+ .chc-card-bg-5 { background-color: #E0F2FE; }
344
+
345
+ /* Icon background variants */
346
+ .chc-icon-bg-0 { background-color: #2B6FED; color: #FFFFFF; }
347
+ .chc-icon-bg-1 { background-color: #0FA76F; color: #FFFFFF; }
348
+ .chc-icon-bg-2 { background-color: #8B5CF6; color: #FFFFFF; }
349
+ .chc-icon-bg-3 { background-color: #F97316; color: #FFFFFF; }
350
+ .chc-icon-bg-4 { background-color: #EC4899; color: #FFFFFF; }
351
+ .chc-icon-bg-5 { background-color: #0EA5E9; color: #FFFFFF; }
352
+
353
+ /* Content */
354
+ .chc-content {
355
+ flex: 1;
356
+ display: flex;
357
+ flex-direction: column;
358
+ gap: 4px;
359
+ }
360
+
361
+ .chc-title {
362
+ font-size: 16px;
363
+ font-weight: 600;
364
+ color: #1F1F1F;
365
+ margin: 0;
366
+ line-height: 1.4;
367
+ }
368
+
369
+ .chc-description {
370
+ font-size: 14px;
371
+ color: #666666;
372
+ margin: 0;
373
+ line-height: 1.5;
374
+ }
375
+
376
+ /* Arrow container */
377
+ .chc-arrow-container {
378
+ display: flex;
379
+ align-items: center;
380
+ justify-content: center;
381
+ flex-shrink: 0;
382
+ }
383
+
384
+ /* Info section */
385
+ .chc-info {
386
+ margin-top: 16px;
387
+ }
388
+
389
+ /* Responsive adjustments */
390
+ @media (max-width: 1024px) {
391
+ .chc-card-container {
392
+ grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
393
+ }
394
+ .chc-header {
395
+ font-size: 18px;
396
+ }
397
+ }
398
+
399
+ @media (max-width: 640px) {
400
+ .chc-card-container {
401
+ grid-template-columns: 1fr;
402
+ }
403
+ .chc-header {
404
+ font-size: 18px;
405
+ }
406
+ }
407
+
408
+ /* CitizenHomeCardWithExternalLink styles — all classes start with chcwe- to avoid collisions */
409
+
410
+ /* Root and header */
411
+ .chcwe-root {
412
+ width: 100%;
413
+ box-sizing: border-box;
414
+ }
415
+
416
+ .chcwe-header {
417
+ font-size: 20px;
418
+ font-weight: 600;
419
+ margin-bottom: 20px;
420
+ color: #1F1F1F;
421
+ }
422
+
423
+ /* Card container */
424
+ .chcwe-card-container {
425
+ display: grid;
426
+ grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
427
+ gap: 16px;
428
+ margin-bottom: 24px;
429
+ width: 100%;
430
+ box-sizing: border-box;
431
+ }
432
+
433
+ /* Card — link element */
434
+ .chcwe-card {
435
+ padding: 24px;
436
+ border-radius: 12px;
437
+ display: flex;
438
+ gap: 16px;
439
+ align-items: flex-start;
440
+ cursor: pointer;
441
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
442
+ text-decoration: none;
443
+ border: none;
444
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
445
+ color: inherit;
446
+ box-sizing: border-box;
447
+ }
448
+
449
+ .chcwe-card:hover,
450
+ .chcwe-card:focus {
451
+ transform: translateY(-6px);
452
+ box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
453
+ outline: none;
454
+ }
455
+
456
+ /* Card background variants (index % 6) */
457
+ .chcwe-card-bg-0 { background-color: #EBF3FE; }
458
+ .chcwe-card-bg-1 { background-color: #E8F8F5; }
459
+ .chcwe-card-bg-2 { background-color: #F3EBFF; }
460
+ .chcwe-card-bg-3 { background-color: #FEF3E8; }
461
+ .chcwe-card-bg-4 { background-color: #FCE8F3; }
462
+ .chcwe-card-bg-5 { background-color: #E0F2FE; }
463
+
464
+ /* Icon container */
465
+ .chcwe-icon {
466
+ width: 48px;
467
+ height: 48px;
468
+ border-radius: 12px;
469
+ display: flex;
470
+ align-items: center;
471
+ justify-content: center;
472
+ flex-shrink: 0;
473
+ color: #FFFFFF;
474
+ box-sizing: border-box;
475
+ }
476
+
477
+ /* Icon background variants */
478
+ .chcwe-icon-bg-0 { background-color: #2B6FED; }
479
+ .chcwe-icon-bg-1 { background-color: #0FA76F; }
480
+ .chcwe-icon-bg-2 { background-color: #8B5CF6; }
481
+ .chcwe-icon-bg-3 { background-color: #F97316; }
482
+ .chcwe-icon-bg-4 { background-color: #EC4899; }
483
+ .chcwe-icon-bg-5 { background-color: #0EA5E9; }
484
+
485
+ /* Content */
486
+ .chcwe-content {
487
+ flex: 1;
488
+ display: flex;
489
+ flex-direction: column;
490
+ gap: 4px;
491
+ }
492
+
493
+ .chcwe-title {
494
+ font-size: 16px;
495
+ font-weight: 600;
496
+ color: #1F1F1F;
497
+ margin: 0;
498
+ line-height: 1.4;
499
+ }
500
+
501
+ .chcwe-description {
502
+ font-size: 14px;
503
+ color: #666666;
504
+ margin: 0;
505
+ line-height: 1.5;
506
+ }
507
+
508
+ /* Arrow container */
509
+ .chcwe-arrow-container {
510
+ display: flex;
511
+ align-items: center;
512
+ justify-content: center;
513
+ flex-shrink: 0;
514
+ }
515
+
516
+ /* Info section */
517
+ .chcwe-info {
518
+ margin-top: 16px;
519
+ }
520
+
521
+ /* Responsive adjustments */
522
+ @media (max-width: 1024px) {
523
+ .chcwe-card-container {
524
+ grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
525
+ }
526
+ .chcwe-header {
527
+ font-size: 18px;
528
+ }
529
+ }
530
+
531
+ @media (max-width: 640px) {
532
+ .chcwe-card-container {
533
+ grid-template-columns: 1fr;
534
+ }
535
+ .chcwe-header {
536
+ font-size: 18px;
537
+ }
538
538
  }