@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
package/src/index.scss CHANGED
@@ -1,1031 +1,1377 @@
1
- /*@import 'normalize.css';*/
2
-
3
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
4
- @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
5
- @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap");
6
- @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
7
-
8
- @import "tailwindcss/base";
9
-
10
- @import "tailwindcss/components";
11
-
12
- @import "tailwindcss/utilities";
13
-
14
- @import "react-date-range/dist/styles.css";
15
- @import "react-date-range/dist/theme/default.css";
16
-
17
- @import "./components/loader.scss";
18
-
19
- @import "./components/body.scss";
20
- @import "./components/navbar.scss";
21
- @import "./components/card.scss";
22
- @import "./components/buttons.scss";
23
- @import "./components/radiobtn.scss";
24
- @import "./components/selectdropdown.scss";
25
- @import "./components/textfields.scss";
26
- @import "./components/bannercomponents.scss";
27
- @import "./components/datewrap.scss";
28
- @import "./components/datatable.scss";
29
- @import "./components/checkpoint.scss";
30
- @import "./components/checkbox.scss";
31
- @import "./components/inputotp.scss";
32
- @import "./components/map.scss";
33
- @import "./pages/employee/tooltip.scss";
34
- @import "./components/menu.scss";
35
- @import "./components/submiterrors.scss";
36
- @import "./components/ratingstar.scss";
37
- @import "./components/keynote.scss";
38
- @import "./components/statushighlight.scss";
39
- @import "./components/imageviewer.scss";
40
- @import "./components/actionbar.scss";
41
- @import "./components/table.scss";
42
- @import "./components/popup.scss";
43
- @import "./components/uploadcomponents.scss";
44
- @import "./components/toast.scss";
45
- @import "./components/detailscontainer.scss";
46
- @import "./components/telephone.scss";
47
- @import "./components/grey.scss";
48
- @import "./components/actionLink.scss";
49
- @import "./components/sectionalDropdown.scss";
50
- @import "./components/detailscard.scss";
51
- @import "./components/searchAction.scss";
52
- @import "./components/tag.scss";
53
- @import "./components/topbar.scss";
54
- @import "./components/languageSelector.scss";
55
- @import "./components/custombtn.scss";
56
- @import "./components/citizenInfoLabel.scss";
57
- @import "./components/roundedLabel.scss";
58
- @import "./components/changeLanguage.scss";
59
- @import "./components//metricsTable.scss";
60
- @import "./components/filters.scss";
61
- @import "./components//charts.scss";
62
- @import "./components/summary.scss";
63
- @import "./components/multiLink.scss";
64
- @import "./components/info-banner.scss";
65
- @import "./components/multiSelectDropdown.scss";
66
- @import "./components/EllipsisMenu.scss";
67
- @import "./components/CitizenHomeCard.scss";
68
- @import "./components/PropertySearchForm.scss";
69
- @import "./components/SearchForm.scss";
70
- @import "./components/cardHeaderWithOptions.scss";
71
- @import "./components/TimeLine.scss";
72
- @import "./components/PageBasedInput.scss";
73
- @import "./components/StandaloneSearchBar.scss";
74
- @import "./components/CardBasedOptions.scss";
75
- @import "./components/WhatsNewCard.scss";
76
- @import "./components/SearchOnRadioButton.scss";
77
- @import "./components/EventCalendarView.scss";
78
- @import "./components/OnGroundEventCard.scss";
79
- @import "./components/PopupHeadingLabel.scss";
80
- @import "./components/staticSideBar.scss";
81
- @import "./components/hoc/index.scss";
82
- @import "./components/FAQ.scss";
83
- @import "./components//howItWorks.scss";
84
- @import "./components/staticDynamicMessages.scss";
85
- @import "./components/toggleSwitch.scss";
86
- @import "./components/plusMinus.scss";
87
-
88
- @import "./pages/employee/index.scss";
89
- @import "./pages/employee/cardfix.scss";
90
- @import "./pages/employee/popupmodule.scss";
91
- @import "./pages/employee/container.scss";
92
- @import "./pages/employee/inbox.scss";
93
- @import "./pages/employee/response.scss";
94
- @import "./pages/employee/form-fields.scss";
95
- @import "./pages/employee/scroll-table.scss";
96
- @import "./pages/employee/EmployeeLogin.scss";
97
- @import "./pages/employee/updateNumber.scss";
98
- @import "./pages/employee/oldMobileInbox.scss";
99
- @import "./pages/employee/dss.scss";
100
- @import "./pages/employee/iframe.scss";
101
- @import "./pages/employee/landing.scss";
102
- @import "./pages/employee/footer.scss";
103
-
104
- @import "./pages/citizen/payment/payment-type.scss";
105
- @import "./pages/citizen/container.scss";
106
- @import "./pages/citizen/HomePageWrapper.scss";
107
- @import "./pages/citizen/CitizenEngagementNotificationWrapper.scss";
108
- @import "./pages/citizen/Events.scss";
109
- @import "./pages/citizen/DocumentList.scss";
110
- @import "./pages/citizen/SurveyList.scss";
111
- @import "./pages/citizen/updatePropertyNumber.scss";
112
- @import "./pages/citizen/citizenDocument.scss";
113
- @import "./pages/employee/surveys.scss";
114
-
115
- @import "./pages/employee/faq.scss";
116
- @import "./pages/employee/dashboard.scss";
117
-
118
- @import "./pages/common/stepForm.scss";
119
- @import "./pages/common/form.scss";
120
- @import "./pages/swach/index.scss";
121
- @import "./pages/ws/index.scss";
122
- @import "./pages/common/requiredField.scss";
123
- @import "./pages/citizen/citizenNewLogin.scss";
124
- @import "./pages/common/searchIcon.scss";
125
- @import "./pages/common/sanctionFeeTable.scss";
126
- @import "./pages/citizen/loaderMessage.scss";
127
- @import "./pages/employee/disconnection.scss";
128
- @import "./pages/citizen/InboxCard.scss";
129
- @import "./pages/employee/header.scss";
130
-
131
- @import "./pages/common/pgrUICssfix.scss";
132
- @import "./pages/common/newApplicationTimeline.scss";
133
- @import "./components/newFooter.scss";
134
- @import "./pages/citizen/CitizenLogin.scss";
135
- @import "./components/NewAccordianCitizen.scss";
136
- @import "./modules/rentAndLease/index.scss";
137
-
138
- @import "./modules/adv/index.scss";
139
- .display-none {
140
- display: none;
141
- }
142
- .primary-label-btn {
143
- margin: 10px auto 0px !important;
144
- }
145
- .p-unset {
146
- padding: unset !important;
147
- }
148
-
149
- .flex-one {
150
- @apply flex-1;
151
- }
152
-
153
- .display-flex-gap-2 {
154
- @apply flex gap-3;
155
- }
156
- .rm-mb {
157
- margin-bottom: unset !important;
158
- }
159
-
160
- .w-fullwidth {
161
- @apply w-full;
162
- }
163
-
164
- .margin-unset {
165
- margin: unset !important;
166
- }
167
-
168
- .text-align-center {
169
- @apply text-center;
170
- }
171
- .text-align-left {
172
- @apply text-left;
173
- }
174
- .text-align-right {
175
- @apply text-right;
176
- }
177
- .desktop-only {
178
- @apply hidden;
179
- }
180
-
181
- @screen dt {
182
- .desktop-only {
183
- @apply block;
184
- }
185
- }
186
-
187
- .mobile-only {
188
- @apply block;
189
- }
190
-
191
- @screen dt {
192
- .mobile-only {
193
- @apply hidden;
194
- }
195
- }
196
-
197
- .dark {
198
- @apply text-text-primary;
199
- }
200
-
201
- .mrlg {
202
- @apply mr-lg;
203
- }
204
-
205
- .mrsm {
206
- @apply mr-sm;
207
- }
208
-
209
- .mbsm {
210
- @apply mb-sm;
211
- }
212
-
213
- .home-link {
214
- margin-left: 16px;
215
- margin-bottom: 16px;
216
-
217
- a {
218
- color: #1d70b8;
219
- }
220
- }
221
-
222
- .clear-search-label {
223
- color: #2947a3;
224
- cursor: pointer;
225
- }
226
-
227
- .search-submit-bar {
228
- margin-top: 32;
229
- margin-left: auto;
230
- }
231
-
232
- .application-details-link-button {
233
- @apply flex justify-between items-center;
234
-
235
- .download-button {
236
- color: a82227;
237
- margin-left: 8px;
238
- }
239
- }
240
-
241
- .response-download-button {
242
- @apply flex mb-sm;
243
-
244
- .download-button {
245
- color: #a82227;
246
- margin-left: 8px;
247
- white-space: nowrap;
248
- }
249
- }
250
-
251
- .check-page-link-button {
252
- color: #a82227 !important;
253
- }
254
-
255
- .pt-application-download-btn {
256
- display: flex;
257
- justify-content: flex-end;
258
- margin: 0px 8px;
259
- }
260
-
261
- .application-table-container {
262
- @apply mt-lg ml-lg flex-1;
263
- }
264
-
265
- .primary-label-btn {
266
- @apply flex;
267
- gap: 10px;
268
-
269
- svg {
270
- fill: #a82227;
271
- }
272
-
273
- color: #5a1166;
274
-
275
- cursor: pointer;
276
- font-weight: 500;
277
- width: fit-content;
278
- }
279
-
280
- .primaryColor {
281
- color: #0b0c0c !important;
282
- }
283
-
284
- @media (hover: hover) {
285
- .primary-label-btn {
286
- &:hover {
287
- color: #000;
288
-
289
- svg {
290
- fill: #000;
291
- }
292
- }
293
- }
294
- }
295
-
296
- .disabled {
297
- @apply border-grey-dark text-grey-dark !important;
298
- pointer-events: none !important;
299
- }
300
-
301
- .card-date-input {
302
- @apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
303
- outline: transparent solid 1px;
304
- height: 2.5rem;
305
- }
306
-
307
- .h4 {
308
- @apply mb-sm;
309
- }
310
-
311
- .react-time-picker {
312
- width: 194px;
313
- height: 2.5rem;
314
- &__wrapper {
315
- border: 2px solid #0b0c0c;
316
- padding-left: 16px;
317
- }
318
- &__inputGroup__input {
319
- @apply px-sm;
320
- line-height: 2.5rem;
321
- min-width: 16px;
322
- &:focus {
323
- outline: 2px solid black;
324
- }
325
- }
326
- }
327
-
328
- .border-none {
329
- border: none;
330
- justify-content: space-between;
331
- }
332
-
333
- .hide-number-spinner input[type="number"]::-webkit-inner-spin-button,
334
- .hide-number-spinner input[type="number"]::-webkit-outer-spin-button {
335
- -webkit-appearance: none;
336
- margin: 0;
337
- }
338
-
339
- .hide-number-spinner input[type="number"] {
340
- -moz-appearance: textfield; /* Firefox */
341
- }
342
-
343
- .static {
344
- @apply flex flex-col;
345
- min-height: 85vh;
346
-
347
- &-wrapper {
348
- flex: 1;
349
- max-height: 75vh;
350
- overflow: scroll;
351
- -ms-overflow-style: none; /* IE and Edge */
352
- scrollbar-width: none; /* Firefox */
353
-
354
- &::-webkit-scrollbar {
355
- display: none;
356
- }
357
- }
358
- }
359
-
360
- .bill-summary {
361
- border: #e8e7e6 solid 1px;
362
- @apply bg-grey-light w-full;
363
-
364
- .bill-account-details {
365
- @apply flex mb-md;
366
- padding: 5px;
367
-
368
- .label {
369
- @apply w-1/2 font-bold;
370
- }
371
-
372
- .value {
373
- @apply w-1/2 text-right;
374
- }
375
- }
376
-
377
- .amount-details {
378
- @apply flex mb-md items-center;
379
- padding: 5px;
380
-
381
- .label {
382
- @apply w-1/2 font-bold;
383
- }
384
-
385
- .value {
386
- @apply w-1/2 font-bold text-right;
387
- font-size: 18px;
388
- }
389
- }
390
- }
391
-
392
- .bill-payment-amount {
393
- @apply sticky bottom-0 bg-white;
394
- padding-bottom: 32px;
395
-
396
- .payment-amount-front {
397
- @apply absolute z-10 w-10 flex justify-center items-center;
398
- background-color: #efefef;
399
- padding: 7px 12px;
400
- color: #9a9a9a;
401
- }
402
- }
403
-
404
- .text-indent-xl input {
405
- text-indent: 40px;
406
- }
407
-
408
- .select-payment-type {
409
- @apply flex justify-center font-bold items-center;
410
- padding-top: 10px;
411
- padding-bottom: 25px;
412
-
413
- .value {
414
- font-size: 20px;
415
- }
416
- }
417
-
418
- .cheque-date {
419
- @apply flex items-center mb-lg;
420
- border: 2px solid #0b0c0c;
421
- border-radius: 2px;
422
-
423
- input {
424
- @apply outline-none w-full;
425
- border: 0px;
426
- background: transparent;
427
- text-indent: 5px;
428
- padding: 6px 0px;
429
- }
430
-
431
- button {
432
- @apply outline-none;
433
- border: 0px;
434
- background: transparent;
435
- text-indent: 2px;
436
- }
437
- }
438
-
439
- .w-half {
440
- @apply w-1/2;
441
- }
442
-
443
- .ifsc-field {
444
- @apply flex items-center mb-lg;
445
- border: 2px solid #0b0c0c;
446
- border-radius: 2px;
447
-
448
- input {
449
- @apply outline-none w-full;
450
- border: 0px;
451
- background: transparent;
452
- text-indent: 5px;
453
- padding: 6px 0px;
454
- }
455
- button {
456
- @apply outline-none;
457
- border: 0px;
458
- background: transparent;
459
- text-indent: 2px;
460
- }
461
- }
462
-
463
- .text-input {
464
- @apply relative w-full;
465
- input {
466
- &:hover {
467
- @apply border-2 border-solid border-primary-main;
468
- }
469
- }
470
- }
471
-
472
- .text-input-width {
473
- max-width: 540px;
474
- }
475
-
476
- .text-mobile-input-width {
477
- max-width: 500px;
478
- }
479
-
480
- .custom-time-picker {
481
- @apply w-full;
482
- max-width: 200px;
483
- }
484
-
485
- .sla-cell {
486
- @apply text-text-secondary;
487
- }
488
-
489
- .submit-bar-search {
490
- margin-top: 32px;
491
- margin-left: 16px;
492
- max-width: 256px;
493
- }
494
-
495
- .clear-search-container {
496
- @apply flex justify-between items-center;
497
- }
498
-
499
- .card-label-smaller {
500
- @apply w-1/3;
501
- margin-bottom: revert;
502
- }
503
-
504
- .card-label-APK {
505
- @apply w-1/3;
506
- margin-bottom: revert;
507
- width: 100%;
508
- }
509
-
510
- .underline {
511
- border-color: #e7e6e6;
512
- @apply mb-sm;
513
- }
514
-
515
- .box-shadow-none {
516
- box-shadow: none;
517
- }
518
-
519
- .component-in-front {
520
- @apply flex justify-center items-center;
521
- }
522
-
523
- .subform-composer {
524
- @apply flex;
525
- }
526
-
527
- .inbox-search-container {
528
- .result {
529
- @apply mt-lg;
530
- }
531
- }
532
-
533
- .payment-form-text-input-correction {
534
- width: 100% !important;
535
- }
536
-
537
- .edcr-citizen-inbox {
538
- thead th:first-child {
539
- min-width: 100px;
540
- }
541
- }
542
-
543
- .error-boundary {
544
- width: 100vw;
545
- height: 100vh;
546
- font-size: 16px;
547
- font-family: sans-serif;
548
- display: flex;
549
- justify-content: center;
550
- align-items: center;
551
- flex-direction: column;
552
- position: absolute !important;
553
- .error-container {
554
- display: flex;
555
- width: 400px;
556
- justify-content: center;
557
- align-items: center;
558
- flex-direction: column;
559
- h1 {
560
- font-size: 32px;
561
- font-weight: bold;
562
- }
563
- button {
564
- height: 40px;
565
- width: 153px;
566
- border-radius: 0px;
567
- padding: 8px 24px;
568
- color: white;
569
- cursor: pointer;
570
- }
571
- }
572
- }
573
-
574
- .error-boundary summary,
575
- .error-boundary details {
576
- width: 300px;
577
- background-color: rgb(218, 100, 100);
578
- margin: 5px;
579
- border: 2px solid #222;
580
- border-radius: 3px;
581
- padding: 3px;
582
- }
583
-
584
- .full-width-card {
585
- width: 92vw !important;
586
- }
587
- .full-employee-card-link {
588
- width: 100% !important;
589
- margin: 7px 0px;
590
- }
591
- .full-employee-card-height {
592
- height: unset !important;
593
- }
594
-
595
- @media (min-width: 640px) {
596
- .full-employee-card-height {
597
- height: 196px !important;
598
- }
599
- .full-employee-card-link {
600
- width: 30% !important;
601
- }
602
- .full-width-card {
603
- @apply w-full !important;
604
- }
605
- }
606
- .applications-list-container {
607
- }
608
- .complaint-summary {
609
- @media (min-width: 780px) {
610
- flex: 1 0 auto;
611
- margin-left: 1rem;
612
- margin-top: 1rem;
613
- }
614
- }
615
-
616
- @media (min-width: 780px) {
617
- .citizen-form-wrapper {
618
- width: calc(100% - 219px);
619
- display: flex;
620
- justify-content: center;
621
- margin-top: 1rem;
622
- padding-left: 16px;
623
- padding-right: 16px;
624
- }
625
- }
626
- @media (min-width: 780px) {
627
- .citizen-card-container {
628
- padding-left: 15px;
629
- padding-right: 15px;
630
- margin-top: 1rem;
631
- }
632
- }
633
-
634
- @media (min-width: 780px) {
635
- .citizen-obps-wrapper,
636
- .selection-card-wrapper,
637
- .fsm-citizen-wrapper,
638
- .pgr-citizen-wrapper,
639
- .pt-citizen,
640
- .bill-citizen,
641
- .bills-citizen-wrapper,
642
- .payer-bills-citizen-wrapper,
643
- .engagement-citizen-wrapper,
644
- .citizen-all-services-wrapper,
645
- .mcollect-citizen,
646
- .ws-citizen-wrapper,
647
- .tl-citizen {
648
- width: calc(100% - 219px);
649
- padding-left: 16px;
650
- padding-right: 16px;
651
- margin-top: 3rem;
652
- }
653
- }
654
- @media only screen and (max-width: 768px) {
655
- /* For mobile phones: */
656
- .error-boundary {
657
- height: 75vh;
658
- }
659
- }
660
- .employee-app-wrapper {
661
- min-height: calc(100vh - 8em);
662
- }
663
-
664
- .ws-custom-wrapper {
665
- .submit {
666
- display: flex !important;
667
- flex-direction: row-reverse !important;
668
- width: 100% !important;
669
- align-items: center;
670
- button {
671
- width: 240px !important;
672
- }
673
- p {
674
- width: unset;
675
- margin-right: 1rem;
676
- }
677
- }
678
- }
679
-
680
- .ws-button {
681
- border: 1px solid grey;
682
- display: block;
683
- background-color: grey;
684
- height: 50%;
685
- width: 80%;
686
- text-align: "center";
687
- margin-top: 6%;
688
- color: "white";
689
- }
690
- .ws-search-button {
691
- border: 1px solid black;
692
- display: block;
693
-
694
- height: 50%;
695
- width: 80%;
696
- text-align: "center";
697
- margin-top: 6%;
698
- color: "white";
699
- }
700
- .button {
701
- color: "white";
702
- }
703
- .plumber-details-new-value-wrapper {
704
- flex: 2 1 auto;
705
- }
706
-
707
- .connection-details-new-value-wrapper {
708
- flex: 1 1 auto;
709
- }
710
-
711
- .connection-details-old-value-wrapper,
712
- .plumber-details-old-value-wrapper {
713
- flex: 1 1 auto;
714
-
715
- .old-value-null-wrapper {
716
- visibility: hidden;
717
- padding-bottom: 8px;
718
- margin-bottom: 8px;
719
- }
720
- .row {
721
- color: #b1b4b6;
722
- font-weight: 700;
723
- font-size: 16px;
724
- }
725
- }
726
-
727
- .plumber-details-new-value-wrapper {
728
- flex: 2 1 auto;
729
- }
730
-
731
- .connection-details-new-value-wrapper {
732
- flex: 1 1 auto;
733
- }
734
-
735
- .connection-details-old-value-wrapper,
736
- .plumber-details-old-value-wrapper {
737
- flex: 1 1 auto;
738
- .old-value-null-wrapper {
739
- visibility: hidden;
740
- padding-bottom: 8px;
741
- margin-bottom: 8px;
742
- }
743
- .row {
744
- color: #b1b4b6;
745
- font-weight: 700;
746
- font-size: 16px;
747
- }
748
- }
749
-
750
- .modal-header-ws {
751
- padding: 1rem;
752
- font-weight: 400;
753
- }
754
- .modal-body-ws {
755
- padding: 1rem;
756
- font-weight: 700;
757
- color: #0b0c0c;
758
- font-size: 24px;
759
- margin-bottom: 1rem;
760
- }
761
- .privacy-icon {
762
- cursor: pointer;
763
- }
764
- .privacy-icon:hover {
765
- path {
766
- fill: rgba(244, 119, 56, 1);
767
- }
768
- }
769
-
770
- .employee-app-wrapper {
771
- min-height: calc(100vh - 8em);
772
- }
773
- .submit-bar header {
774
- line-height: 2rem !important;
775
- }
776
- .logo-removeBorderRadiusLogo svg {
777
- width: 50px;
778
- height: 60px;
779
- }
780
-
781
- .icon-banner-employee {
782
- background-color: #d7aefc !important;
783
- }
784
- .icon-banner-employee svg {
785
- background-color: #0d43a7 !important;
786
- width: 40px;
787
- height: 40px;
788
- }
789
- .inboxButton {
790
- border: none;
791
- color: #4c5656;
792
- text-align: center;
793
- text-decoration: none;
794
- display: inline-block;
795
- font-size: 14px;
796
- margin: 4px 2px;
797
- cursor: pointer;
798
- height: fit-content;
799
- border-radius: 5px;
800
- font-family: sans-serif;
801
- font-weight: 700;
802
- }
803
- .employee .inboxButton {
804
- padding: 5px 15px;
805
- background: #ba2b36;
806
- }
807
- .citizen .inboxButton {
808
- padding: 15px;
809
- font-size: 1.2rem;
810
- }
811
-
812
- .ndc_property_search .text-input {
813
- width: 100%;
814
- max-width: 300px;
815
- }
816
-
817
- .action-bar-wrap {
818
- display: flex;
819
- justify-content: end;
820
- gap: 10px;
821
- }
822
-
823
- .action-bar-wrap .submit-bar {
824
- padding: 0 !important;
825
- margin: 0 !important;
826
- }
827
-
828
- .ndc_card_labels {
829
- width: 100%;
830
- max-width: 200px;
831
- }
832
-
833
- .downLoadButton {
834
- color: "#A52A2A";
835
- display: flex !important;
836
- justify-content: center;
837
- align-items: center;
838
- }
839
-
840
- .ndc_label {
841
- padding-bottom: 20px;
842
- }
843
-
844
- .ndc_card_main {
845
- padding: 25px 25px;
846
- }
847
-
848
- .step-label {
849
- font-size: 17px !important;
850
- }
851
-
852
- .modal-action .employeeCard {
853
- margin-left: 0px !important;
854
- }
855
-
856
- .moduleLinkHomePage h1 {
857
- padding-left: 20px;
858
- }
859
-
860
- @media screen and (max-width: 768px) {
861
- .citizen .inboxButton {
862
- font-size: 1rem;
863
- }
864
- }
865
-
866
- @media screen and (max-width: 768px) {
867
- .stepper {
868
- display: grid !important;
869
- }
870
- .action-bar-wrap {
871
- padding: 10px 0;
872
- text-align: center;
873
- }
874
- .submit-bar {
875
- font-size: 11px;
876
- }
877
- }
878
-
879
- .options-card {
880
- max-height: 350px; /* Upper limit to trigger scrolling */
881
- min-height: 120px; /* Always some visible height */
882
- overflow-y: auto; /* Vertical scrolling only */
883
- overflow-x: hidden; /* No horizontal scroll */
884
- border: 1px solid #ccc; /* Optional: visual boundary */
885
- border-radius: 8px; /* Rounded corners for a modern look */
886
- background-color: #fff; /* Ensure readable background */
887
- box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
888
- padding: 4px 0;
889
- z-index: 1000; /* Ensure it appears above other elements */
890
- }
891
-
892
- /* ===== TimelineHOC CSS ===== */
893
- .timeline-hoc-container .checkpoint header,
894
- .timeline-hoc-container .checkpoint-done header {
895
- flex: 1;
896
- background: #ccffcc;
897
- padding: 4px 8px;
898
- }
899
-
900
- .timeline-hoc-container .checkpoint-connect-wrap {
901
- padding: 0px;
902
- }
903
-
904
- .timeline-card {
905
- width: 100%;
906
- border: 1px solid #ddd;
907
- border-radius: 8px;
908
- padding: clamp(12px, 3vw, 20px);
909
- margin: 10px 0;
910
- background: #ccffcc;
911
- font-family: "verdana";
912
- }
913
-
914
- .timeline-header {
915
- display: flex;
916
- flex-direction: row;
917
- align-items: center;
918
- flex-wrap: wrap;
919
- gap: 16px;
920
- }
921
-
922
- .timeline-header-item {
923
- display: flex;
924
- flex-direction: row;
925
- align-items: center;
926
- gap: 6px;
927
- white-space: nowrap;
928
- }
929
-
930
- .timeline-label {
931
- color: #0d43a7 !important;
932
- font-size: 10px;
933
- font-weight: 600;
934
- }
935
-
936
- .timeline-value {
937
- color: #0d43a7 !important;
938
- font-weight: 800;
939
- font-size: 12px;
940
- }
941
-
942
- .timeline-note {
943
- margin: 10px 0;
944
- }
945
-
946
- .timeline-note .note-box {
947
- border: 1px solid #ccc;
948
- border-radius: 6px;
949
- padding: 10px;
950
- min-height: 40px;
951
- word-break: break-word;
952
- font-size: 10px;
953
- font-weight: 800;
954
- background: #ccffcc;
955
- }
956
-
957
- .timeline-docs {
958
- margin-top: 10px;
959
- }
960
-
961
- @media (max-width: 768px) {
962
- .timeline-header {
963
- flex-direction: column;
964
- align-items: flex-start;
965
- }
966
-
967
- .timeline-header-item {
968
- width: 100%;
969
- }
970
-
971
- .timeline-card {
972
- padding: 12px;
973
- }
974
- }
975
-
976
- .engagement-citizen-wrapper {
977
- width: 100%;
978
- overflow-x: scroll;
979
- overflow-y: hidden;
980
- }
981
-
982
- @media screen and (max-width: 768px) {
983
- .engagement-citizen-wrapper {
984
- overflow: hidden;
985
- }
986
- }
987
-
988
- /* Application Timeline Styles */
989
- .timeline-header-wrapper {
990
- display: flex;
991
- align-items: center;
992
- margin: 20px 8px;
993
- gap: 16px;
994
- }
995
-
996
- .download-button {
997
- cursor: pointer;
998
- font-size: 16px;
999
- font-weight: 500;
1000
- padding: 5px;
1001
- color: #0d43a7;
1002
- border: 1px solid #0d43a7;
1003
- border-radius: 4px;
1004
- transition: all 0.2s ease-in-out;
1005
- display: inline-block;
1006
-
1007
- &:hover {
1008
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
1009
- }
1010
- }
1011
-
1012
- .timeline-docs-wrapper {
1013
- margin-top: 10px;
1014
- display: flex;
1015
- flex-wrap: wrap;
1016
- gap: 10px;
1017
- }
1018
-
1019
- .timeline-doc-link {
1020
- min-width: 100px;
1021
- }
1022
-
1023
- .timeline-doc-icon {
1024
- background: #f6f6f6;
1025
- padding: 8px;
1026
- }
1027
-
1028
- .timeline-subheader {
1029
- font-size: 22px !important;
1030
- font-weight: 500 !important;
1031
- }
1
+ /*@import 'normalize.css';*/
2
+
3
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
4
+ @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
5
+ @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap");
6
+ @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
7
+
8
+ @import "tailwindcss/base";
9
+
10
+ @import "tailwindcss/components";
11
+
12
+ @import "tailwindcss/utilities";
13
+
14
+ @import "react-date-range/dist/styles.css";
15
+ @import "react-date-range/dist/theme/default.css";
16
+
17
+ @import "./components/loader.scss";
18
+
19
+ @import "./components/body.scss";
20
+ @import "./components/navbar.scss";
21
+ @import "./components/card.scss";
22
+ @import "./components/buttons.scss";
23
+ @import "./components/radiobtn.scss";
24
+ @import "./components/selectdropdown.scss";
25
+ @import "./components/textfields.scss";
26
+ @import "./components/bannercomponents.scss";
27
+ @import "./components/datewrap.scss";
28
+ @import "./components/datatable.scss";
29
+ @import "./components/checkpoint.scss";
30
+ @import "./components/checkbox.scss";
31
+ @import "./components/inputotp.scss";
32
+ @import "./components/map.scss";
33
+ @import "./pages/employee/tooltip.scss";
34
+ @import "./components/menu.scss";
35
+ @import "./components/submiterrors.scss";
36
+ @import "./components/ratingstar.scss";
37
+ @import "./components/keynote.scss";
38
+ @import "./components/statushighlight.scss";
39
+ @import "./components/imageviewer.scss";
40
+ @import "./components/actionbar.scss";
41
+ @import "./components/table.scss";
42
+ @import "./components/popup.scss";
43
+ @import "./components/uploadcomponents.scss";
44
+ @import "./components/toast.scss";
45
+ @import "./components/detailscontainer.scss";
46
+ @import "./components/telephone.scss";
47
+ @import "./components/grey.scss";
48
+ @import "./components/actionLink.scss";
49
+ @import "./components/sectionalDropdown.scss";
50
+ @import "./components/detailscard.scss";
51
+ @import "./components/searchAction.scss";
52
+ @import "./components/tag.scss";
53
+ @import "./components/topbar.scss";
54
+ @import "./components/languageSelector.scss";
55
+ @import "./components/custombtn.scss";
56
+ @import "./components/citizenInfoLabel.scss";
57
+ @import "./components/roundedLabel.scss";
58
+ @import "./components/changeLanguage.scss";
59
+ @import "./components//metricsTable.scss";
60
+ @import "./components/filters.scss";
61
+ @import "./components//charts.scss";
62
+ @import "./components/summary.scss";
63
+ @import "./components/multiLink.scss";
64
+ @import "./components/info-banner.scss";
65
+ @import "./components/multiSelectDropdown.scss";
66
+ @import "./components/EllipsisMenu.scss";
67
+ @import "./components/CitizenHomeCard.scss";
68
+ @import "./components/PropertySearchForm.scss";
69
+ @import "./components/SearchForm.scss";
70
+ @import "./components/cardHeaderWithOptions.scss";
71
+ @import "./components/TimeLine.scss";
72
+ @import "./components/PageBasedInput.scss";
73
+ @import "./components/StandaloneSearchBar.scss";
74
+ @import "./components/CardBasedOptions.scss";
75
+ @import "./components/WhatsNewCard.scss";
76
+ @import "./components/SearchOnRadioButton.scss";
77
+ @import "./components/EventCalendarView.scss";
78
+ @import "./components/OnGroundEventCard.scss";
79
+ @import "./components/PopupHeadingLabel.scss";
80
+ @import "./components/staticSideBar.scss";
81
+ @import "./components/hoc/index.scss";
82
+ @import "./components/FAQ.scss";
83
+ @import "./components//howItWorks.scss";
84
+ @import "./components/staticDynamicMessages.scss";
85
+ @import "./components/toggleSwitch.scss";
86
+ @import "./components/plusMinus.scss";
87
+
88
+ @import "./pages/employee/index.scss";
89
+ @import "./pages/employee/cardfix.scss";
90
+ @import "./pages/employee/popupmodule.scss";
91
+ @import "./pages/employee/container.scss";
92
+ @import "./pages/employee/inbox.scss";
93
+ @import "./pages/employee/response.scss";
94
+ @import "./pages/employee/form-fields.scss";
95
+ @import "./pages/employee/scroll-table.scss";
96
+ @import "./pages/employee/EmployeeLogin.scss";
97
+ @import "./pages/employee/updateNumber.scss";
98
+ @import "./pages/employee/oldMobileInbox.scss";
99
+ @import "./pages/employee/dss.scss";
100
+ @import "./pages/employee/iframe.scss";
101
+ @import "./pages/employee/landing.scss";
102
+ @import "./pages/employee/footer.scss";
103
+
104
+ @import "./pages/citizen/payment/payment-type.scss";
105
+ @import "./pages/citizen/container.scss";
106
+ @import "./pages/citizen/HomePageWrapper.scss";
107
+ @import "./pages/citizen/CitizenEngagementNotificationWrapper.scss";
108
+ @import "./pages/citizen/Events.scss";
109
+ @import "./pages/citizen/DocumentList.scss";
110
+ @import "./pages/citizen/SurveyList.scss";
111
+ @import "./pages/citizen/updatePropertyNumber.scss";
112
+ @import "./pages/citizen/citizenDocument.scss";
113
+ @import "./pages/employee/surveys.scss";
114
+
115
+ @import "./pages/employee/faq.scss";
116
+ @import "./pages/employee/dashboard.scss";
117
+
118
+ @import "./pages/common/stepForm.scss";
119
+ @import "./pages/common/form.scss";
120
+ @import "./pages/swach/index.scss";
121
+ @import "./pages/ws/index.scss";
122
+ @import "./pages/common/requiredField.scss";
123
+ @import "./pages/citizen/citizenNewLogin.scss";
124
+ @import "./pages/common/searchIcon.scss";
125
+ @import "./pages/common/sanctionFeeTable.scss";
126
+ @import "./pages/citizen/loaderMessage.scss";
127
+ @import "./pages/employee/disconnection.scss";
128
+ @import "./pages/citizen/InboxCard.scss";
129
+ @import "./pages/employee/header.scss";
130
+
131
+ @import "./pages/common/pgrUICssfix.scss";
132
+ @import "./pages/common/newApplicationTimeline.scss";
133
+ @import "./components/newFooter.scss";
134
+ @import "./pages/citizen/CitizenLogin.scss";
135
+ @import "./components/NewAccordianCitizen.scss";
136
+ @import "./modules/rentAndLease/index.scss";
137
+ @import "./components/SurveyModal.scss";
138
+
139
+
140
+ @import "./modules/adv/index.scss";
141
+ .display-none {
142
+ display: none;
143
+ }
144
+ .primary-label-btn {
145
+ margin: 10px auto 0px !important;
146
+ }
147
+ .p-unset {
148
+ padding: unset !important;
149
+ }
150
+
151
+ .flex-one {
152
+ @apply flex-1;
153
+ }
154
+
155
+ .display-flex-gap-2 {
156
+ @apply flex gap-3;
157
+ }
158
+ .rm-mb {
159
+ margin-bottom: unset !important;
160
+ }
161
+
162
+ .w-fullwidth {
163
+ @apply w-full;
164
+ }
165
+ .stepper{
166
+ padding: 10px;
167
+ }
168
+ .margin-unset {
169
+ margin: unset !important;
170
+ }
171
+
172
+ .text-align-center {
173
+ @apply text-center;
174
+ }
175
+ .text-align-left {
176
+ @apply text-left;
177
+ }
178
+ .text-align-right {
179
+ @apply text-right;
180
+ }
181
+ .desktop-only {
182
+ @apply hidden;
183
+ }
184
+
185
+ @screen dt {
186
+ .desktop-only {
187
+ @apply block;
188
+ }
189
+ }
190
+
191
+ .mobile-only {
192
+ @apply block;
193
+ }
194
+
195
+ @screen dt {
196
+ .mobile-only {
197
+ @apply hidden;
198
+ }
199
+ }
200
+
201
+ .dark {
202
+ @apply text-text-primary;
203
+ }
204
+
205
+ .mrlg {
206
+ @apply mr-lg;
207
+ }
208
+
209
+ .mrsm {
210
+ @apply mr-sm;
211
+ }
212
+
213
+ .mbsm {
214
+ @apply mb-sm;
215
+ }
216
+
217
+ .home-link {
218
+ margin-left: 16px;
219
+ margin-bottom: 16px;
220
+
221
+ a {
222
+ color: #1d70b8;
223
+ }
224
+ }
225
+
226
+ .clear-search-label {
227
+ color: #2947a3;
228
+ cursor: pointer;
229
+ }
230
+
231
+ .search-submit-bar {
232
+ margin-top: 32;
233
+ margin-left: auto;
234
+ }
235
+ .ws-citizen-wrapper{
236
+ padding:"15px";
237
+ }
238
+
239
+ .application-details-link-button {
240
+ @apply flex justify-between items-center;
241
+
242
+ .download-button {
243
+ color: a82227;
244
+ margin-left: 8px;
245
+ }
246
+ }
247
+
248
+ .response-download-button {
249
+ @apply flex mb-sm;
250
+
251
+ .download-button {
252
+ color: #a82227;
253
+ margin-left: 8px;
254
+ white-space: nowrap;
255
+ }
256
+ }
257
+
258
+ .check-page-link-button {
259
+ color: #a82227 !important;
260
+ }
261
+
262
+ .pt-application-download-btn {
263
+ display: flex;
264
+ justify-content: flex-end;
265
+ margin: 0px 8px;
266
+ }
267
+
268
+ .application-table-container {
269
+ @apply mt-lg ml-lg flex-1;
270
+ }
271
+
272
+ .primary-label-btn {
273
+ @apply flex;
274
+ gap: 10px;
275
+
276
+ svg {
277
+ fill: #a82227;
278
+ }
279
+
280
+ color: #5a1166;
281
+
282
+ cursor: pointer;
283
+ font-weight: 500;
284
+ width: fit-content;
285
+ }
286
+
287
+ .primaryColor {
288
+ color: #0b0c0c !important;
289
+ }
290
+
291
+ @media (hover: hover) {
292
+ .primary-label-btn {
293
+ &:hover {
294
+ color: #000;
295
+
296
+ svg {
297
+ fill: #000;
298
+ }
299
+ }
300
+ }
301
+ }
302
+
303
+ .disabled {
304
+ @apply border-grey-dark text-grey-dark !important;
305
+ pointer-events: none !important;
306
+ }
307
+
308
+ .card-date-input {
309
+ @apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
310
+ outline: transparent solid 1px;
311
+ height: 2.5rem;
312
+ }
313
+
314
+ .h4 {
315
+ @apply mb-sm;
316
+ }
317
+
318
+ .react-time-picker {
319
+ width: 194px;
320
+ height: 2.5rem;
321
+ &__wrapper {
322
+ border: 2px solid #0b0c0c;
323
+ padding-left: 16px;
324
+ }
325
+ &__inputGroup__input {
326
+ @apply px-sm;
327
+ line-height: 2.5rem;
328
+ min-width: 16px;
329
+ &:focus {
330
+ outline: 2px solid black;
331
+ }
332
+ }
333
+ }
334
+
335
+ .border-none {
336
+ border: none;
337
+ justify-content: space-between;
338
+ }
339
+
340
+ .hide-number-spinner input[type="number"]::-webkit-inner-spin-button,
341
+ .hide-number-spinner input[type="number"]::-webkit-outer-spin-button {
342
+ -webkit-appearance: none;
343
+ margin: 0;
344
+ }
345
+
346
+ .hide-number-spinner input[type="number"] {
347
+ -moz-appearance: textfield; /* Firefox */
348
+ }
349
+
350
+ .static {
351
+ @apply flex flex-col;
352
+ min-height: 85vh;
353
+
354
+ &-wrapper {
355
+ flex: 1;
356
+ max-height: 75vh;
357
+ overflow: scroll;
358
+ -ms-overflow-style: none; /* IE and Edge */
359
+ scrollbar-width: none; /* Firefox */
360
+
361
+ &::-webkit-scrollbar {
362
+ display: none;
363
+ }
364
+ }
365
+ }
366
+
367
+ .bill-summary {
368
+ border: #e8e7e6 solid 1px;
369
+ @apply bg-grey-light w-full;
370
+
371
+ .bill-account-details {
372
+ @apply flex mb-md;
373
+ padding: 5px;
374
+
375
+ .label {
376
+ @apply w-1/2 font-bold;
377
+ }
378
+
379
+ .value {
380
+ @apply w-1/2 text-right;
381
+ }
382
+ }
383
+
384
+ .amount-details {
385
+ @apply flex mb-md items-center;
386
+ padding: 5px;
387
+
388
+ .label {
389
+ @apply w-1/2 font-bold;
390
+ }
391
+
392
+ .value {
393
+ @apply w-1/2 font-bold text-right;
394
+ font-size: 18px;
395
+ }
396
+ }
397
+ }
398
+
399
+ .bill-payment-amount {
400
+ @apply sticky bottom-0 bg-white;
401
+ padding-bottom: 32px;
402
+
403
+ .payment-amount-front {
404
+ @apply absolute z-10 w-10 flex justify-center items-center;
405
+ background-color: #efefef;
406
+ padding: 7px 12px;
407
+ color: #9a9a9a;
408
+ }
409
+ }
410
+
411
+ .text-indent-xl input {
412
+ text-indent: 40px;
413
+ }
414
+
415
+ .select-payment-type {
416
+ @apply flex justify-center font-bold items-center;
417
+ padding-top: 10px;
418
+ padding-bottom: 25px;
419
+
420
+ .value {
421
+ font-size: 20px;
422
+ }
423
+ }
424
+
425
+ .cheque-date {
426
+ @apply flex items-center mb-lg;
427
+ border: 2px solid #0b0c0c;
428
+ border-radius: 2px;
429
+
430
+ input {
431
+ @apply outline-none w-full;
432
+ border: 0px;
433
+ background: transparent;
434
+ text-indent: 5px;
435
+ padding: 6px 0px;
436
+ }
437
+
438
+ button {
439
+ @apply outline-none;
440
+ border: 0px;
441
+ background: transparent;
442
+ text-indent: 2px;
443
+ }
444
+ }
445
+
446
+ .w-half {
447
+ @apply w-1/2;
448
+ }
449
+
450
+ .ifsc-field {
451
+ @apply flex items-center mb-lg;
452
+ border: 2px solid #0b0c0c;
453
+ border-radius: 2px;
454
+
455
+ input {
456
+ @apply outline-none w-full;
457
+ border: 0px;
458
+ background: transparent;
459
+ text-indent: 5px;
460
+ padding: 6px 0px;
461
+ }
462
+ button {
463
+ @apply outline-none;
464
+ border: 0px;
465
+ background: transparent;
466
+ text-indent: 2px;
467
+ }
468
+ }
469
+
470
+ .text-input {
471
+ width: 100%;
472
+ input {
473
+ &:hover {
474
+ @apply border-2 border-solid border-primary-main;
475
+ }
476
+ }
477
+ }
478
+
479
+ .text-input-width {
480
+ max-width: 540px;
481
+ }
482
+
483
+ .text-mobile-input-width {
484
+ max-width: 540px;
485
+ width: 100%;
486
+ }
487
+
488
+ .custom-time-picker {
489
+ @apply w-full;
490
+ max-width: 200px;
491
+ }
492
+
493
+ .sla-cell {
494
+ @apply text-text-secondary;
495
+ }
496
+
497
+ .submit-bar-search {
498
+ margin-top: 32px;
499
+ margin-left: 16px;
500
+ max-width: 256px;
501
+ }
502
+
503
+ .clear-search-container {
504
+ @apply flex justify-between items-center;
505
+ }
506
+
507
+ .card-label-smaller {
508
+ margin-bottom: revert;
509
+ }
510
+
511
+ .card-label-APK {
512
+ @apply w-1/3;
513
+ margin-bottom: revert;
514
+ width: 100%;
515
+ }
516
+
517
+ .underline {
518
+ border-color: #e7e6e6;
519
+ @apply mb-sm;
520
+ }
521
+
522
+ .box-shadow-none {
523
+ box-shadow: none;
524
+ }
525
+
526
+ .component-in-front {
527
+ @apply flex justify-center items-center;
528
+ }
529
+
530
+ .subform-composer {
531
+ @apply flex;
532
+ }
533
+
534
+ .inbox-search-container {
535
+ .result {
536
+ @apply mt-lg;
537
+ }
538
+ }
539
+
540
+ .payment-form-text-input-correction {
541
+ width: 100% !important;
542
+ }
543
+
544
+ .edcr-citizen-inbox {
545
+ thead th:first-child {
546
+ min-width: 100px;
547
+ }
548
+ }
549
+
550
+ .error-boundary {
551
+ width: 100vw;
552
+ height: 100vh;
553
+ font-size: 16px;
554
+ font-family: sans-serif;
555
+ display: flex;
556
+ justify-content: center;
557
+ align-items: center;
558
+ flex-direction: column;
559
+ position: absolute !important;
560
+ .error-container {
561
+ display: flex;
562
+ width: 400px;
563
+ justify-content: center;
564
+ align-items: center;
565
+ flex-direction: column;
566
+ h1 {
567
+ font-size: 32px;
568
+ font-weight: bold;
569
+ }
570
+ button {
571
+ height: 40px;
572
+ width: 153px;
573
+ border-radius: 0px;
574
+ padding: 8px 24px;
575
+ color: white;
576
+ cursor: pointer;
577
+ }
578
+ }
579
+ }
580
+ .tl-citizen{
581
+ width: 100%;
582
+ padding: 10px;
583
+ }
584
+
585
+ .error-boundary summary,
586
+ .error-boundary details {
587
+ width: 300px;
588
+ background-color: rgb(218, 100, 100);
589
+ margin: 5px;
590
+ border: 2px solid #222;
591
+ border-radius: 3px;
592
+ padding: 3px;
593
+ }
594
+
595
+ .full-width-card {
596
+ width: 92vw !important;
597
+ }
598
+ .full-employee-card-link {
599
+ width: 100% !important;
600
+ margin: 7px 0px;
601
+ }
602
+ .full-employee-card-height {
603
+ height: unset !important;
604
+ }
605
+
606
+ @media (min-width: 640px) {
607
+ .full-employee-card-height {
608
+ height: 196px !important;
609
+ }
610
+ .full-employee-card-link {
611
+ width: 30% !important;
612
+ }
613
+ .full-width-card {
614
+ @apply w-full !important;
615
+ }
616
+ }
617
+ .applications-list-container {
618
+ }
619
+ .complaint-summary {
620
+ @media (min-width: 780px) {
621
+ flex: 1 0 auto;
622
+ margin-left: 1rem;
623
+ margin-top: 1rem;
624
+ }
625
+ }
626
+
627
+ @media (min-width: 780px) {
628
+ .citizen-form-wrapper {
629
+ width: calc(100% - 219px);
630
+ display: flex;
631
+ justify-content: center;
632
+ margin-top: 1rem;
633
+ padding-left: 16px;
634
+ padding-right: 16px;
635
+ }
636
+ }
637
+
638
+ /* Citizen Login Mobile Responsive Styles */
639
+ @media only screen and (max-width: 768px) {
640
+ .citizen-form-wrapper {
641
+ width: 100% !important;
642
+ padding: 0 !important;
643
+ margin: 0 !important;
644
+ }
645
+
646
+ .citizen-form-wrapper .AppContainer {
647
+ width: 100% !important;
648
+ padding: 12px !important;
649
+ margin: 0 !important;
650
+ }
651
+
652
+ .citizen-form-wrapper .card {
653
+ width: 100% !important;
654
+ max-width: 100% !important;
655
+ margin: 0 !important;
656
+ padding: 16px !important;
657
+ border-radius: 8px !important;
658
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
659
+ }
660
+
661
+ .citizen-form-wrapper .card-header {
662
+ font-size: 20px !important;
663
+ margin-bottom: 8px !important;
664
+ }
665
+
666
+ .citizen-form-wrapper .card-text {
667
+ font-size: 14px !important;
668
+ margin-bottom: 16px !important;
669
+ }
670
+
671
+ .citizen-form-wrapper .field-container {
672
+ flex-direction: row !important;
673
+ width: 100% !important;
674
+ }
675
+
676
+ .citizen-form-wrapper .citizen-card-input {
677
+ width: 100% !important;
678
+ font-size: 16px !important;
679
+ padding: 12px !important;
680
+ height: auto !important;
681
+ min-height: 44px !important;
682
+ }
683
+
684
+ .citizen-form-wrapper .citizen-card-input--front {
685
+ padding: 12px 8px !important;
686
+ font-size: 16px !important;
687
+ min-height: 44px !important;
688
+ display: flex !important;
689
+ align-items: center !important;
690
+ background-color: #f3f4f6 !important;
691
+ border: 1px solid #464646 !important;
692
+ border-right: none !important;
693
+ }
694
+
695
+ .citizen-form-wrapper .submit-bar {
696
+ width: 100% !important;
697
+ margin-top: 16px !important;
698
+ }
699
+
700
+ .citizen-form-wrapper .submit-bar button {
701
+ width: 100% !important;
702
+ padding: 14px !important;
703
+ font-size: 16px !important;
704
+ min-height: 48px !important;
705
+ }
706
+
707
+ .citizen-form-wrapper .back-btn {
708
+ margin-bottom: 12px !important;
709
+ }
710
+
711
+ .citizen-form-wrapper .form-field {
712
+ margin-bottom: 16px !important;
713
+ }
714
+
715
+ .citizen-form-wrapper .link-button,
716
+ .citizen-form-wrapper .link-btn {
717
+ font-size: 14px !important;
718
+ text-align: center !important;
719
+ display: block !important;
720
+ margin-top: 12px !important;
721
+ }
722
+ }
723
+ @media (min-width: 780px) {
724
+ .citizen-card-container {
725
+ padding-left: 15px;
726
+ padding-right: 15px;
727
+ margin-top: 1rem;
728
+ }
729
+ }
730
+
731
+ @media (min-width: 780px) {
732
+ .citizen-obps-wrapper,
733
+ .selection-card-wrapper,
734
+ .fsm-citizen-wrapper,
735
+ .pgr-citizen-wrapper,
736
+ .pt-citizen,
737
+ .bill-citizen,
738
+ .bills-citizen-wrapper,
739
+ .payer-bills-citizen-wrapper,
740
+ .engagement-citizen-wrapper,
741
+ .citizen-all-services-wrapper,
742
+ .mcollect-citizen,
743
+ .ws-citizen-wrapper,
744
+ .tl-citizen {
745
+ width: 90%;
746
+ padding-left: 16px;
747
+ padding-right: 16px;
748
+ margin-top: 3rem;
749
+ }
750
+ }
751
+ @media only screen and (max-width: 768px) {
752
+ /* For mobile phones: */
753
+ .error-boundary {
754
+ height: 75vh;
755
+ }
756
+ }
757
+ .employee-app-wrapper {
758
+ min-height: calc(100vh - 8em);
759
+ }
760
+
761
+ .ws-custom-wrapper {
762
+ .submit {
763
+ display: flex !important;
764
+ flex-direction: row-reverse !important;
765
+ width: 100% !important;
766
+ align-items: center;
767
+ button {
768
+ width: 240px !important;
769
+ }
770
+ p {
771
+ width: unset;
772
+ margin-right: 1rem;
773
+ }
774
+ }
775
+ }
776
+
777
+ .ws-button {
778
+ border: 1px solid grey;
779
+ display: block;
780
+ background-color: grey;
781
+ height: 50%;
782
+ width: 80%;
783
+ text-align: "center";
784
+ margin-top: 6%;
785
+ color: "white";
786
+ }
787
+ .ws-search-button {
788
+ border: 1px solid black;
789
+ display: block;
790
+
791
+ height: 50%;
792
+ width: 80%;
793
+ text-align: "center";
794
+ margin-top: 6%;
795
+ color: "white";
796
+ }
797
+ .button {
798
+ color: "white";
799
+ }
800
+ .plumber-details-new-value-wrapper {
801
+ flex: 2 1 auto;
802
+ }
803
+
804
+ .connection-details-new-value-wrapper {
805
+ flex: 1 1 auto;
806
+ }
807
+
808
+ .connection-details-old-value-wrapper,
809
+ .plumber-details-old-value-wrapper {
810
+ flex: 1 1 auto;
811
+
812
+ .old-value-null-wrapper {
813
+ visibility: hidden;
814
+ padding-bottom: 8px;
815
+ margin-bottom: 8px;
816
+ }
817
+ .row {
818
+ color: #b1b4b6;
819
+ font-weight: 700;
820
+ font-size: 16px;
821
+ }
822
+ }
823
+
824
+ .plumber-details-new-value-wrapper {
825
+ flex: 2 1 auto;
826
+ }
827
+
828
+ .connection-details-new-value-wrapper {
829
+ flex: 1 1 auto;
830
+ }
831
+
832
+ .connection-details-old-value-wrapper,
833
+ .plumber-details-old-value-wrapper {
834
+ flex: 1 1 auto;
835
+ .old-value-null-wrapper {
836
+ visibility: hidden;
837
+ padding-bottom: 8px;
838
+ margin-bottom: 8px;
839
+ }
840
+ .row {
841
+ color: #b1b4b6;
842
+ font-weight: 700;
843
+ font-size: 16px;
844
+ }
845
+ }
846
+
847
+ .modal-header-ws {
848
+ padding: 1rem;
849
+ font-weight: 400;
850
+ }
851
+ .modal-body-ws {
852
+ padding: 1rem;
853
+ font-weight: 700;
854
+ color: #0b0c0c;
855
+ font-size: 24px;
856
+ margin-bottom: 1rem;
857
+ }
858
+ .privacy-icon {
859
+ cursor: pointer;
860
+ }
861
+ .privacy-icon:hover {
862
+ path {
863
+ fill: rgba(244, 119, 56, 1);
864
+ }
865
+ }
866
+
867
+ .employee-app-wrapper {
868
+ min-height: calc(100vh - 8em);
869
+ }
870
+ .submit-bar header {
871
+ line-height: 2rem !important;
872
+ }
873
+ .logo-removeBorderRadiusLogo svg {
874
+ width: 50px;
875
+ height: 60px;
876
+ }
877
+
878
+ .icon-banner-employee {
879
+ background-color: #d7aefc !important;
880
+ }
881
+ .icon-banner-employee svg {
882
+ background-color: #0d43a7 !important;
883
+ width: 40px;
884
+ height: 40px;
885
+ }
886
+ .inboxButton {
887
+ border: none;
888
+ color: #4c5656;
889
+ text-align: center;
890
+ text-decoration: none;
891
+ display: inline-block;
892
+ font-size: 14px;
893
+ margin: 4px 2px;
894
+ cursor: pointer;
895
+ height: fit-content;
896
+ border-radius: 5px;
897
+ font-family: sans-serif;
898
+ font-weight: 700;
899
+ }
900
+ .employee .inboxButton {
901
+ padding: 5px 15px;
902
+ background: #ba2b36;
903
+ }
904
+ .citizen .inboxButton {
905
+ padding: 15px;
906
+ font-size: 1.2rem;
907
+ }
908
+
909
+ .ndc_property_search .text-input {
910
+ width: 100%;
911
+ max-width: 300px;
912
+ }
913
+
914
+ .action-bar-wrap {
915
+ display: flex;
916
+ justify-content: end;
917
+ gap: 10px;
918
+ }
919
+
920
+ .action-bar-wrap .submit-bar {
921
+ padding: 0 !important;
922
+ margin: 0 !important;
923
+ }
924
+
925
+ .ndc_card_labels {
926
+ width: 100%;
927
+ max-width: 200px;
928
+ }
929
+
930
+ .downLoadButton {
931
+ color: "#A52A2A";
932
+ display: flex !important;
933
+ justify-content: center;
934
+ align-items: center;
935
+ }
936
+
937
+ .ndc_label {
938
+ padding-bottom: 20px;
939
+ }
940
+
941
+ .ndc_card_main {
942
+ padding: 25px 25px;
943
+ }
944
+
945
+ .step-label {
946
+ font-size: 17px !important;
947
+ }
948
+
949
+ .modal-action .employeeCard {
950
+ margin-left: 0px !important;
951
+ }
952
+
953
+ .moduleLinkHomePage h1 {
954
+ padding-left: 20px;
955
+ }
956
+
957
+ @media screen and (max-width: 768px) {
958
+ .citizen .inboxButton {
959
+ font-size: 1rem;
960
+ }
961
+ }
962
+
963
+ @media screen and (max-width: 768px) {
964
+ .stepper {
965
+ display: grid !important;
966
+ }
967
+ .action-bar-wrap {
968
+ padding: 10px 10px;
969
+ text-align: center;
970
+ }
971
+ .submit-bar {
972
+ font-size: 11px;
973
+ }
974
+ }
975
+
976
+ .options-card {
977
+ max-height: 350px; /* Upper limit to trigger scrolling */
978
+ min-height: 120px; /* Always some visible height */
979
+ overflow-y: auto; /* Vertical scrolling only */
980
+ overflow-x: hidden; /* No horizontal scroll */
981
+ border: 1px solid #ccc; /* Optional: visual boundary */
982
+ border-radius: 8px; /* Rounded corners for a modern look */
983
+ background-color: #fff; /* Ensure readable background */
984
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
985
+ padding: 4px 0;
986
+ z-index: 1000; /* Ensure it appears above other elements */
987
+ }
988
+
989
+ /* ===== TimelineHOC CSS ===== */
990
+ .timeline-hoc-container .checkpoint header,
991
+ .timeline-hoc-container .checkpoint-done header {
992
+ flex: 1;
993
+ background: #ccffcc;
994
+ padding: 4px 8px;
995
+ }
996
+
997
+ .timeline-hoc-container .checkpoint-connect-wrap {
998
+ padding: 0px;
999
+ }
1000
+
1001
+ .timeline-card {
1002
+ width: 100%;
1003
+ border: 1px solid #ddd;
1004
+ border-radius: 8px;
1005
+ padding: clamp(12px, 3vw, 20px);
1006
+ margin: 10px 0;
1007
+ background: #ccffcc;
1008
+ font-family: "verdana";
1009
+ }
1010
+
1011
+ .timeline-header {
1012
+ display: flex;
1013
+ flex-direction: row;
1014
+ align-items: center;
1015
+ flex-wrap: wrap;
1016
+ gap: 16px;
1017
+ }
1018
+
1019
+ .timeline-header-item {
1020
+ display: flex;
1021
+ flex-direction: row;
1022
+ align-items: center;
1023
+ gap: 6px;
1024
+ white-space: nowrap;
1025
+ }
1026
+
1027
+ .timeline-label {
1028
+ color: #0d43a7 !important;
1029
+ font-size: 10px;
1030
+ font-weight: 600;
1031
+ }
1032
+
1033
+ .timeline-value {
1034
+ color: #0d43a7 !important;
1035
+ font-weight: 800;
1036
+ font-size: 12px;
1037
+ }
1038
+
1039
+ .timeline-note {
1040
+ margin: 10px 0;
1041
+ }
1042
+
1043
+ .timeline-note .note-box {
1044
+ border: 1px solid #ccc;
1045
+ border-radius: 6px;
1046
+ padding: 10px;
1047
+ min-height: 40px;
1048
+ word-break: break-word;
1049
+ font-size: 10px;
1050
+ font-weight: 800;
1051
+ background: #ccffcc;
1052
+ }
1053
+
1054
+ .timeline-docs {
1055
+ margin-top: 10px;
1056
+ }
1057
+
1058
+ @media (max-width: 768px) {
1059
+ .timeline-header {
1060
+ flex-direction: column;
1061
+ align-items: flex-start;
1062
+ }
1063
+
1064
+ .timeline-header-item {
1065
+ width: 100%;
1066
+ }
1067
+
1068
+ .timeline-card {
1069
+ padding: 12px;
1070
+ }
1071
+ }
1072
+
1073
+ .engagement-citizen-wrapper {
1074
+ width: 100%;
1075
+ overflow-x: scroll;
1076
+ overflow-y: hidden;
1077
+ }
1078
+
1079
+ @media screen and (max-width: 768px) {
1080
+ .engagement-citizen-wrapper {
1081
+ overflow: hidden;
1082
+ }
1083
+ }
1084
+
1085
+ /* Application Timeline Styles */
1086
+ .timeline-header-wrapper {
1087
+ display: flex;
1088
+ align-items: center;
1089
+ margin: 20px 8px;
1090
+ gap: 16px;
1091
+ }
1092
+
1093
+ .download-button {
1094
+ cursor: pointer;
1095
+ font-size: 16px;
1096
+ font-weight: 500;
1097
+ padding: 5px;
1098
+ color: #0d43a7;
1099
+ border: 1px solid #0d43a7;
1100
+ border-radius: 4px;
1101
+ transition: all 0.2s ease-in-out;
1102
+ display: inline-block;
1103
+
1104
+ &:hover {
1105
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
1106
+ }
1107
+ }
1108
+
1109
+ .timeline-docs-wrapper {
1110
+ margin-top: 10px;
1111
+ display: flex;
1112
+ flex-wrap: wrap;
1113
+ gap: 10px;
1114
+ }
1115
+
1116
+ .timeline-doc-link {
1117
+ min-width: 100px;
1118
+ }
1119
+
1120
+ .timeline-doc-icon {
1121
+ background: #f6f6f6;
1122
+ padding: 8px;
1123
+ }
1124
+
1125
+ .timeline-subheader {
1126
+ font-size: 22px !important;
1127
+ font-weight: 500 !important;
1128
+ }
1129
+ .user-profile{
1130
+ margin-top: 3rem;
1131
+ width: 70%;
1132
+ }
1133
+
1134
+ .user-profile-section-wrapper {
1135
+ margin: 8px;
1136
+ position: relative;
1137
+
1138
+ &.employee {
1139
+ margin: 24px;
1140
+ }
1141
+ }
1142
+
1143
+ .user-profile-main-container {
1144
+ display: flex;
1145
+ flex: 1;
1146
+ flex-direction: column;
1147
+ margin: 8px;
1148
+ gap: 0;
1149
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
1150
+ background: white;
1151
+ border-radius: 12px;
1152
+ max-width: 1200px;
1153
+ overflow: hidden;
1154
+
1155
+ @media (min-width: 768px) {
1156
+
1157
+ margin: 16px;
1158
+ gap: 24px;
1159
+ max-width: none;
1160
+
1161
+ &.employee {
1162
+
1163
+ }
1164
+ }
1165
+ }
1166
+
1167
+ .user-profile-image-section {
1168
+ position: relative;
1169
+ display: flex;
1170
+ flex: 1;
1171
+ justify-content: center;
1172
+ align-items: center;
1173
+ max-width: 100%;
1174
+ min-height: 280px;
1175
+ border-radius: 12px 12px 0 0;
1176
+ background: linear-gradient(135deg, #4f65d8, #00157a);
1177
+ padding: 32px 16px;
1178
+
1179
+ @media (min-width: 768px) {
1180
+ flex: 0;
1181
+ border-radius: 0;
1182
+ }
1183
+
1184
+ &.employee {
1185
+ border-radius: 0;
1186
+ }
1187
+ }
1188
+
1189
+ .user-profile-image-wrapper {
1190
+ height: 160px;
1191
+ width: 160px;
1192
+ display: flex;
1193
+ justify-content: center;
1194
+ align-items: center;
1195
+ flex-direction: column;
1196
+ }
1197
+
1198
+ .user-profile-image {
1199
+ height: 100%;
1200
+ width: 100%;
1201
+ border-radius: 50%;
1202
+ border: 6px solid white;
1203
+ box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
1204
+ object-fit: cover;
1205
+ }
1206
+
1207
+ .user-profile-camera-button {
1208
+ position: absolute;
1209
+ bottom: -20px;
1210
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
1211
+ border: 4px solid white;
1212
+ border-radius: 50%;
1213
+ width: 56px;
1214
+ height: 56px;
1215
+ display: flex;
1216
+ align-items: center;
1217
+ justify-content: center;
1218
+ cursor: pointer;
1219
+ box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
1220
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1221
+ color: white;
1222
+
1223
+ &:hover {
1224
+ transform: translateY(-2px);
1225
+ box-shadow: 0 12px 28px rgba(102, 126, 234, 0.5);
1226
+ }
1227
+
1228
+ svg {
1229
+ width: 24px;
1230
+ height: 24px;
1231
+ }
1232
+ }
1233
+
1234
+ .user-profile-form-section {
1235
+ display: flex;
1236
+ flex-direction: column;
1237
+ flex: 1;
1238
+ width: 100%;
1239
+ background: #fafbfc;
1240
+ padding: 32px;
1241
+ gap: 24px;
1242
+ }
1243
+
1244
+ .user-profile-form-grid {
1245
+ display: grid;
1246
+ grid-template-columns: 1fr;
1247
+ gap: 24px;
1248
+
1249
+ @media (min-width: 768px) {
1250
+ grid-template-columns: 1fr 1fr;
1251
+ }
1252
+ }
1253
+
1254
+ .user-profile-field-wrapper {
1255
+ display: flex;
1256
+ flex-direction: column;
1257
+ gap: 6px;
1258
+ }
1259
+
1260
+ .user-profile-label {
1261
+ font-size: 14px;
1262
+ font-weight: 600;
1263
+ color: #1a202c;
1264
+ margin-bottom: 4px;
1265
+ }
1266
+
1267
+ .user-profile-input {
1268
+ width: 100%;
1269
+ }
1270
+
1271
+ .user-profile-error-text {
1272
+ margin: 4px 0 0 0;
1273
+ padding: 0;
1274
+ color: #d32f2f;
1275
+ font-size: 12px;
1276
+ font-weight: 500;
1277
+ }
1278
+
1279
+ .user-profile-div-margin {
1280
+ margin-top: 12px;
1281
+ padding: 16px;
1282
+ background-color: #e8f1ff;
1283
+ border-radius: 8px;
1284
+ border-left: 4px solid #667eea;
1285
+ }
1286
+
1287
+ .user-profile-change-password-link {
1288
+ color: #667eea;
1289
+ cursor: pointer;
1290
+ position: relative;
1291
+ text-decoration: underline;
1292
+ font-weight: 600;
1293
+ font-size: 14px;
1294
+ transition: color 0.2s ease;
1295
+
1296
+ &:hover {
1297
+ color: #764ba2;
1298
+ }
1299
+ }
1300
+
1301
+ .user-profile-save-section-employee {
1302
+ height: 88px;
1303
+ background-color: #ffffff;
1304
+ display: flex;
1305
+ justify-content: flex-end;
1306
+ margin-top: 0;
1307
+ align-items: center;
1308
+ box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
1309
+ padding: 16px 32px;
1310
+ width: 100%;
1311
+
1312
+ @media (max-width: 767px) {
1313
+ justify-content: center;
1314
+ }
1315
+ }
1316
+
1317
+ .user-profile-toast-style {
1318
+ max-width: 670px;
1319
+ }
1320
+
1321
+ .user-profile-button-padding {
1322
+ padding-bottom: 12px;
1323
+ padding-top: 12px;
1324
+ }
1325
+
1326
+ .user-profile-label-field-pair-flex {
1327
+ display: flex;
1328
+ flex-direction: column;
1329
+ gap: 12px;
1330
+ }
1331
+
1332
+ .user-profile-label-style-employee {
1333
+ font-size: 14px;
1334
+ font-weight: 600;
1335
+ color: #1a202c;
1336
+ }
1337
+
1338
+ .user-profile-full-width {
1339
+ width: 100%;
1340
+ }
1341
+
1342
+ /* Global Responsive Font Sizes for Mobile */
1343
+ @media only screen and (max-width: 768px) {
1344
+ /* Headers with 32px should become 18px on mobile */
1345
+ h1, h2, h3,
1346
+ .card-header,
1347
+ .heading,
1348
+ .header-title,
1349
+ .page-header,
1350
+ .section-header,
1351
+ .landing-card-header,
1352
+ .employee-upyog-title,
1353
+ header,
1354
+ .survey-card-header {
1355
+ font-size: 18px !important;
1356
+ }
1357
+
1358
+ /* Headers with ~28px should become 16px on mobile */
1359
+ h4,
1360
+ .card-sub-header,
1361
+ .sub-header {
1362
+ font-size: 16px !important;
1363
+ }
1364
+
1365
+ /* Headers with ~24px should become 15px on mobile */
1366
+ h5, h6,
1367
+ .card-section-header {
1368
+ font-size: 15px !important;
1369
+ }
1370
+
1371
+ /* Card text and body text */
1372
+ .card-text,
1373
+ .card-caption,
1374
+ p {
1375
+ font-size: 14px !important;
1376
+ }
1377
+ }