@pmidc/upyog-css 1.1.0 → 1.1.2

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