@pmidc/upyog-css 1.1.10 → 1.1.12

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