@pmidc/upyog-css 1.1.6 → 1.1.8

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 (127) hide show
  1. package/dist/index.css +772 -0
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +534 -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/TimeLine.scss +96 -96
  18. package/src/components/WhatsNewCard.scss +12 -12
  19. package/src/components/actionLink.scss +3 -3
  20. package/src/components/actionbar.scss +96 -96
  21. package/src/components/bannercomponents.scss +137 -137
  22. package/src/components/body.scss +261 -261
  23. package/src/components/buttons.scss +87 -87
  24. package/src/components/card.scss +581 -581
  25. package/src/components/cardHeaderWithOptions.scss +13 -13
  26. package/src/components/changeLanguage.scss +3 -3
  27. package/src/components/charts.scss +185 -185
  28. package/src/components/checkbox.scss +83 -83
  29. package/src/components/checkpoint.scss +65 -65
  30. package/src/components/citizenInfoLabel.scss +14 -14
  31. package/src/components/custombtn.scss +15 -15
  32. package/src/components/datatable.scss +116 -116
  33. package/src/components/datewrap.scss +21 -21
  34. package/src/components/detailscard.scss +6 -6
  35. package/src/components/detailscontainer.scss +13 -13
  36. package/src/components/filters.scss +97 -97
  37. package/src/components/grey.scss +3 -3
  38. package/src/components/hoc/InboxComposer.scss +115 -115
  39. package/src/components/howItWorks.scss +71 -71
  40. package/src/components/imageviewer.scss +33 -33
  41. package/src/components/info-banner.scss +35 -35
  42. package/src/components/inputotp.scss +15 -15
  43. package/src/components/keynote.scss +29 -29
  44. package/src/components/languageSelector.scss +24 -24
  45. package/src/components/loader.scss +96 -96
  46. package/src/components/map.scss +36 -36
  47. package/src/components/metricsTable.scss +26 -26
  48. package/src/components/multiLink.scss +87 -87
  49. package/src/components/multiSelectDropdown.scss +88 -88
  50. package/src/components/navbar.scss +338 -338
  51. package/src/components/newFooter.scss +75 -75
  52. package/src/components/plusMinus.scss +15 -15
  53. package/src/components/popup.scss +15 -15
  54. package/src/components/radiobtn.scss +44 -44
  55. package/src/components/ratingstar.scss +33 -33
  56. package/src/components/roundedLabel.scss +10 -10
  57. package/src/components/searchAction.scss +27 -27
  58. package/src/components/sectionalDropdown.scss +43 -43
  59. package/src/components/selectdropdown.scss +276 -276
  60. package/src/components/staticDynamicMessages.scss +110 -110
  61. package/src/components/staticSideBar.scss +27 -27
  62. package/src/components/statushighlight.scss +17 -17
  63. package/src/components/submiterrors.scss +11 -11
  64. package/src/components/summary.scss +28 -28
  65. package/src/components/table.scss +362 -362
  66. package/src/components/tag.scss +27 -27
  67. package/src/components/telephone.scss +17 -17
  68. package/src/components/textfields.scss +119 -119
  69. package/src/components/toast.scss +31 -31
  70. package/src/components/toggleSwitch.scss +40 -40
  71. package/src/components/topbar.scss +217 -217
  72. package/src/components/uploadcomponents.scss +113 -113
  73. package/src/index.scss +1029 -1028
  74. package/src/modules/adv/index.scss +553 -0
  75. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  76. package/src/pages/citizen/CitizenLogin.scss +50 -50
  77. package/src/pages/citizen/DocumentList.scss +448 -448
  78. package/src/pages/citizen/Events.scss +46 -46
  79. package/src/pages/citizen/HomePageWrapper.scss +214 -214
  80. package/src/pages/citizen/InboxCard.scss +327 -327
  81. package/src/pages/citizen/SurveyList.scss +21 -21
  82. package/src/pages/citizen/citizenDocument.scss +25 -25
  83. package/src/pages/citizen/citizenNewLogin.scss +357 -357
  84. package/src/pages/citizen/container.scss +32 -32
  85. package/src/pages/citizen/loaderMessage.scss +295 -295
  86. package/src/pages/citizen/payment/payment-type.scss +2 -2
  87. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  88. package/src/pages/common/form.scss +25 -25
  89. package/src/pages/common/newApplicationTimeline.scss +203 -0
  90. package/src/pages/common/pgrUICssfix.scss +105 -105
  91. package/src/pages/common/requiredField.scss +2 -2
  92. package/src/pages/common/sanctionFeeTable.scss +91 -91
  93. package/src/pages/common/searchIcon.scss +12 -12
  94. package/src/pages/common/stepForm.scss +40 -40
  95. package/src/pages/employee/EmployeeLogin.scss +6 -6
  96. package/src/pages/employee/cardfix.scss +13 -13
  97. package/src/pages/employee/container.scss +73 -73
  98. package/src/pages/employee/dashboard.scss +203 -203
  99. package/src/pages/employee/disconnection.scss +425 -425
  100. package/src/pages/employee/dss.scss +251 -251
  101. package/src/pages/employee/faq.scss +353 -353
  102. package/src/pages/employee/footer.scss +68 -68
  103. package/src/pages/employee/form-fields.scss +13 -13
  104. package/src/pages/employee/header.scss +262 -262
  105. package/src/pages/employee/iframe.scss +65 -65
  106. package/src/pages/employee/inbox.scss +744 -744
  107. package/src/pages/employee/index.scss +677 -677
  108. package/src/pages/employee/landing.scss +324 -324
  109. package/src/pages/employee/login.scss +253 -253
  110. package/src/pages/employee/oldMobileInbox.scss +4 -4
  111. package/src/pages/employee/popupmodule.scss +47 -47
  112. package/src/pages/employee/response.scss +2 -2
  113. package/src/pages/employee/scroll-table.scss +113 -113
  114. package/src/pages/employee/surveys.scss +469 -469
  115. package/src/pages/employee/tooltip.scss +35 -35
  116. package/src/pages/employee/updateNumber.scss +12 -12
  117. package/src/pages/swach/index.scss +172 -172
  118. package/src/pages/ws/index.scss +104 -104
  119. package/svg/camera.svg +4 -4
  120. package/svg/check.svg +3 -3
  121. package/svg/close.svg +4 -4
  122. package/svg/error.svg +3 -3
  123. package/svg/error2.svg +5 -5
  124. package/svg/searchicon.svg +3 -3
  125. package/svg/starempty.svg +3 -3
  126. package/svg/starfilled.svg +4 -4
  127. package/svg/success.svg +3 -3
package/src/index.scss CHANGED
@@ -1,1028 +1,1029 @@
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 "./components/newFooter.scss";
133
- @import "./pages/citizen/CitizenLogin.scss";
134
- @import "./components/NewAccordianCitizen.scss";
135
-
136
- .display-none {
137
- display: none;
138
- }
139
- .primary-label-btn {
140
- margin: 10px auto 0px !important;
141
- }
142
- .p-unset {
143
- padding: unset !important;
144
- }
145
-
146
- .flex-one {
147
- @apply flex-1;
148
- }
149
-
150
- .display-flex-gap-2 {
151
- @apply flex gap-3;
152
- }
153
- .rm-mb {
154
- margin-bottom: unset !important;
155
- }
156
-
157
- .w-fullwidth {
158
- @apply w-full;
159
- }
160
-
161
- .margin-unset {
162
- margin: unset !important;
163
- }
164
-
165
- .text-align-center {
166
- @apply text-center;
167
- }
168
- .text-align-left {
169
- @apply text-left;
170
- }
171
- .text-align-right {
172
- @apply text-right;
173
- }
174
- .desktop-only {
175
- @apply hidden;
176
- }
177
-
178
- @screen dt {
179
- .desktop-only {
180
- @apply block;
181
- }
182
- }
183
-
184
- .mobile-only {
185
- @apply block;
186
- }
187
-
188
- @screen dt {
189
- .mobile-only {
190
- @apply hidden;
191
- }
192
- }
193
-
194
- .dark {
195
- @apply text-text-primary;
196
- }
197
-
198
- .mrlg {
199
- @apply mr-lg;
200
- }
201
-
202
- .mrsm {
203
- @apply mr-sm;
204
- }
205
-
206
- .mbsm {
207
- @apply mb-sm;
208
- }
209
-
210
- .home-link {
211
- margin-left: 16px;
212
- margin-bottom: 16px;
213
-
214
- a {
215
- color: #1d70b8;
216
- }
217
- }
218
-
219
- .clear-search-label {
220
- color: #2947a3;
221
- cursor: pointer;
222
- }
223
-
224
- .search-submit-bar {
225
- margin-top: 32;
226
- margin-left: auto;
227
- }
228
-
229
- .application-details-link-button {
230
- @apply flex justify-between items-center;
231
-
232
- .download-button {
233
- color: a82227;
234
- margin-left: 8px;
235
- }
236
- }
237
-
238
- .response-download-button {
239
- @apply flex mb-sm;
240
-
241
- .download-button {
242
- color: #a82227;
243
- margin-left: 8px;
244
- white-space: nowrap;
245
- }
246
- }
247
-
248
- .check-page-link-button {
249
- color: #a82227 !important;
250
- }
251
-
252
- .pt-application-download-btn {
253
- display: flex;
254
- justify-content: flex-end;
255
- margin: 0px 8px;
256
- }
257
-
258
- .application-table-container {
259
- @apply mt-lg ml-lg flex-1;
260
- }
261
-
262
- .primary-label-btn {
263
- @apply flex;
264
- gap: 10px;
265
-
266
- svg {
267
- fill: #a82227;
268
- }
269
-
270
- color: #5a1166;
271
-
272
- cursor: pointer;
273
- font-weight: 500;
274
- width: fit-content;
275
- }
276
-
277
- .primaryColor {
278
- color: #0b0c0c !important;
279
- }
280
-
281
- @media (hover: hover) {
282
- .primary-label-btn {
283
- &:hover {
284
- color: #000;
285
-
286
- svg {
287
- fill: #000;
288
- }
289
- }
290
- }
291
- }
292
-
293
- .disabled {
294
- @apply border-grey-dark text-grey-dark !important;
295
- pointer-events: none !important;
296
- }
297
-
298
- .card-date-input {
299
- @apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
300
- outline: transparent solid 1px;
301
- height: 2.5rem;
302
- }
303
-
304
- .h4 {
305
- @apply mb-sm;
306
- }
307
-
308
- .react-time-picker {
309
- width: 194px;
310
- height: 2.5rem;
311
- &__wrapper {
312
- border: 2px solid #0b0c0c;
313
- padding-left: 16px;
314
- }
315
- &__inputGroup__input {
316
- @apply px-sm;
317
- line-height: 2.5rem;
318
- min-width: 16px;
319
- &:focus {
320
- outline: 2px solid black;
321
- }
322
- }
323
- }
324
-
325
- .border-none {
326
- border: none;
327
- justify-content: space-between;
328
- }
329
-
330
- .hide-number-spinner input[type="number"]::-webkit-inner-spin-button,
331
- .hide-number-spinner input[type="number"]::-webkit-outer-spin-button {
332
- -webkit-appearance: none;
333
- margin: 0;
334
- }
335
-
336
- .hide-number-spinner input[type="number"] {
337
- -moz-appearance: textfield; /* Firefox */
338
- }
339
-
340
- .static {
341
- @apply flex flex-col;
342
- min-height: 85vh;
343
-
344
- &-wrapper {
345
- flex: 1;
346
- max-height: 75vh;
347
- overflow: scroll;
348
- -ms-overflow-style: none; /* IE and Edge */
349
- scrollbar-width: none; /* Firefox */
350
-
351
- &::-webkit-scrollbar {
352
- display: none;
353
- }
354
- }
355
- }
356
-
357
- .bill-summary {
358
- border: #e8e7e6 solid 1px;
359
- @apply bg-grey-light w-full;
360
-
361
- .bill-account-details {
362
- @apply flex mb-md;
363
- padding: 5px;
364
-
365
- .label {
366
- @apply w-1/2 font-bold;
367
- }
368
-
369
- .value {
370
- @apply w-1/2 text-right;
371
- }
372
- }
373
-
374
- .amount-details {
375
- @apply flex mb-md items-center;
376
- padding: 5px;
377
-
378
- .label {
379
- @apply w-1/2 font-bold;
380
- }
381
-
382
- .value {
383
- @apply w-1/2 font-bold text-right;
384
- font-size: 18px;
385
- }
386
- }
387
- }
388
-
389
- .bill-payment-amount {
390
- @apply sticky bottom-0 bg-white;
391
- padding-bottom: 32px;
392
-
393
- .payment-amount-front {
394
- @apply absolute z-10 w-10 flex justify-center items-center;
395
- background-color: #efefef;
396
- padding: 7px 12px;
397
- color: #9a9a9a;
398
- }
399
- }
400
-
401
- .text-indent-xl input {
402
- text-indent: 40px;
403
- }
404
-
405
- .select-payment-type {
406
- @apply flex justify-center font-bold items-center;
407
- padding-top: 10px;
408
- padding-bottom: 25px;
409
-
410
- .value {
411
- font-size: 20px;
412
- }
413
- }
414
-
415
- .cheque-date {
416
- @apply flex items-center mb-lg;
417
- border: 2px solid #0b0c0c;
418
- border-radius: 2px;
419
-
420
- input {
421
- @apply outline-none w-full;
422
- border: 0px;
423
- background: transparent;
424
- text-indent: 5px;
425
- padding: 6px 0px;
426
- }
427
-
428
- button {
429
- @apply outline-none;
430
- border: 0px;
431
- background: transparent;
432
- text-indent: 2px;
433
- }
434
- }
435
-
436
- .w-half {
437
- @apply w-1/2;
438
- }
439
-
440
- .ifsc-field {
441
- @apply flex items-center mb-lg;
442
- border: 2px solid #0b0c0c;
443
- border-radius: 2px;
444
-
445
- input {
446
- @apply outline-none w-full;
447
- border: 0px;
448
- background: transparent;
449
- text-indent: 5px;
450
- padding: 6px 0px;
451
- }
452
- button {
453
- @apply outline-none;
454
- border: 0px;
455
- background: transparent;
456
- text-indent: 2px;
457
- }
458
- }
459
-
460
- .text-input {
461
- @apply relative w-full;
462
- input {
463
- &:hover {
464
- @apply border-2 border-solid border-primary-main;
465
- }
466
- }
467
- }
468
-
469
- .text-input-width {
470
- max-width: 540px;
471
- }
472
-
473
- .text-mobile-input-width {
474
- max-width: 500px;
475
- }
476
-
477
- .custom-time-picker {
478
- @apply w-full;
479
- max-width: 200px;
480
- }
481
-
482
- .sla-cell {
483
- @apply text-text-secondary;
484
- }
485
-
486
- .submit-bar-search {
487
- margin-top: 32px;
488
- margin-left: 16px;
489
- max-width: 256px;
490
- }
491
-
492
- .clear-search-container {
493
- @apply flex justify-between items-center;
494
- }
495
-
496
- .card-label-smaller {
497
- @apply w-1/3;
498
- margin-bottom: revert;
499
- }
500
-
501
- .card-label-APK {
502
- @apply w-1/3;
503
- margin-bottom: revert;
504
- width: 100%;
505
- }
506
-
507
- .underline {
508
- border-color: #e7e6e6;
509
- @apply mb-sm;
510
- }
511
-
512
- .box-shadow-none {
513
- box-shadow: none;
514
- }
515
-
516
- .component-in-front {
517
- @apply flex justify-center items-center;
518
- }
519
-
520
- .subform-composer {
521
- @apply flex;
522
- }
523
-
524
- .inbox-search-container {
525
- .result {
526
- @apply mt-lg;
527
- }
528
- }
529
-
530
- .payment-form-text-input-correction {
531
- width: 100% !important;
532
- }
533
-
534
- .edcr-citizen-inbox {
535
- thead th:first-child {
536
- min-width: 100px;
537
- }
538
- }
539
-
540
- .error-boundary {
541
- width: 100vw;
542
- height: 100vh;
543
- font-size: 16px;
544
- font-family: sans-serif;
545
- display: flex;
546
- justify-content: center;
547
- align-items: center;
548
- flex-direction: column;
549
- position: absolute !important;
550
- .error-container {
551
- display: flex;
552
- width: 400px;
553
- justify-content: center;
554
- align-items: center;
555
- flex-direction: column;
556
- h1 {
557
- font-size: 32px;
558
- font-weight: bold;
559
- }
560
- button {
561
- height: 40px;
562
- width: 153px;
563
- border-radius: 0px;
564
- padding: 8px 24px;
565
- color: white;
566
- cursor: pointer;
567
- }
568
- }
569
- }
570
-
571
- .error-boundary summary,
572
- .error-boundary details {
573
- width: 300px;
574
- background-color: rgb(218, 100, 100);
575
- margin: 5px;
576
- border: 2px solid #222;
577
- border-radius: 3px;
578
- padding: 3px;
579
- }
580
-
581
- .full-width-card {
582
- width: 92vw !important;
583
- }
584
- .full-employee-card-link {
585
- width: 100% !important;
586
- margin: 7px 0px;
587
- }
588
- .full-employee-card-height {
589
- height: unset !important;
590
- }
591
-
592
- @media (min-width: 640px) {
593
- .full-employee-card-height {
594
- height: 196px !important;
595
- }
596
- .full-employee-card-link {
597
- width: 30% !important;
598
- }
599
- .full-width-card {
600
- @apply w-full !important;
601
- }
602
- }
603
- .applications-list-container {
604
- }
605
- .complaint-summary {
606
- @media (min-width: 780px) {
607
- flex: 1 0 auto;
608
- margin-left: 1rem;
609
- margin-top: 1rem;
610
- }
611
- }
612
-
613
- @media (min-width: 780px) {
614
- .citizen-form-wrapper {
615
- width: calc(100% - 219px);
616
- display: flex;
617
- justify-content: center;
618
- margin-top: 1rem;
619
- padding-left: 16px;
620
- padding-right: 16px;
621
- }
622
- }
623
- @media (min-width: 780px) {
624
- .citizen-card-container {
625
- padding-left: 15px;
626
- padding-right: 15px;
627
- margin-top: 1rem;
628
- }
629
- }
630
-
631
- @media (min-width: 780px) {
632
- .citizen-obps-wrapper,
633
- .selection-card-wrapper,
634
- .fsm-citizen-wrapper,
635
- .pgr-citizen-wrapper,
636
- .pt-citizen,
637
- .bill-citizen,
638
- .bills-citizen-wrapper,
639
- .payer-bills-citizen-wrapper,
640
- .engagement-citizen-wrapper,
641
- .citizen-all-services-wrapper,
642
- .mcollect-citizen,
643
- .ws-citizen-wrapper,
644
- .tl-citizen {
645
- width: calc(100% - 219px);
646
- padding-left: 16px;
647
- padding-right: 16px;
648
- margin-top: 3rem;
649
- }
650
- }
651
- @media only screen and (max-width: 768px) {
652
- /* For mobile phones: */
653
- .error-boundary {
654
- height: 75vh;
655
- }
656
- }
657
- .employee-app-wrapper {
658
- min-height: calc(100vh - 8em);
659
- }
660
-
661
- .ws-custom-wrapper {
662
- .submit {
663
- display: flex !important;
664
- flex-direction: row-reverse !important;
665
- width: 100% !important;
666
- align-items: center;
667
- button {
668
- width: 240px !important;
669
- }
670
- p {
671
- width: unset;
672
- margin-right: 1rem;
673
- }
674
- }
675
- }
676
-
677
- .ws-button {
678
- border: 1px solid grey;
679
- display: block;
680
- background-color: grey;
681
- height: 50%;
682
- width: 80%;
683
- text-align: "center";
684
- margin-top: 6%;
685
- color: "white";
686
- }
687
- .ws-search-button {
688
- border: 1px solid black;
689
- display: block;
690
-
691
- height: 50%;
692
- width: 80%;
693
- text-align: "center";
694
- margin-top: 6%;
695
- color: "white";
696
- }
697
- .button {
698
- color: "white";
699
- }
700
- .plumber-details-new-value-wrapper {
701
- flex: 2 1 auto;
702
- }
703
-
704
- .connection-details-new-value-wrapper {
705
- flex: 1 1 auto;
706
- }
707
-
708
- .connection-details-old-value-wrapper,
709
- .plumber-details-old-value-wrapper {
710
- flex: 1 1 auto;
711
-
712
- .old-value-null-wrapper {
713
- visibility: hidden;
714
- padding-bottom: 8px;
715
- margin-bottom: 8px;
716
- }
717
- .row {
718
- color: #b1b4b6;
719
- font-weight: 700;
720
- font-size: 16px;
721
- }
722
- }
723
-
724
- .plumber-details-new-value-wrapper {
725
- flex: 2 1 auto;
726
- }
727
-
728
- .connection-details-new-value-wrapper {
729
- flex: 1 1 auto;
730
- }
731
-
732
- .connection-details-old-value-wrapper,
733
- .plumber-details-old-value-wrapper {
734
- flex: 1 1 auto;
735
- .old-value-null-wrapper {
736
- visibility: hidden;
737
- padding-bottom: 8px;
738
- margin-bottom: 8px;
739
- }
740
- .row {
741
- color: #b1b4b6;
742
- font-weight: 700;
743
- font-size: 16px;
744
- }
745
- }
746
-
747
- .modal-header-ws {
748
- padding: 1rem;
749
- font-weight: 400;
750
- }
751
- .modal-body-ws {
752
- padding: 1rem;
753
- font-weight: 700;
754
- color: #0b0c0c;
755
- font-size: 24px;
756
- margin-bottom: 1rem;
757
- }
758
- .privacy-icon {
759
- cursor: pointer;
760
- }
761
- .privacy-icon:hover {
762
- path {
763
- fill: rgba(244, 119, 56, 1);
764
- }
765
- }
766
-
767
- .employee-app-wrapper {
768
- min-height: calc(100vh - 8em);
769
- }
770
- .submit-bar header {
771
- line-height: 2rem !important;
772
- }
773
- .logo-removeBorderRadiusLogo svg {
774
- width: 50px;
775
- height: 60px;
776
- }
777
-
778
- .icon-banner-employee {
779
- background-color: #d7aefc !important;
780
- }
781
- .icon-banner-employee svg {
782
- background-color: #0d43a7 !important;
783
- width: 40px;
784
- height: 40px;
785
- }
786
- .inboxButton {
787
- border: none;
788
- color: #4c5656;
789
- text-align: center;
790
- text-decoration: none;
791
- display: inline-block;
792
- font-size: 14px;
793
- margin: 4px 2px;
794
- cursor: pointer;
795
- height: fit-content;
796
- border-radius: 5px;
797
- font-family: sans-serif;
798
- font-weight: 700;
799
- }
800
- .employee .inboxButton {
801
- padding: 5px 15px;
802
- background: #ba2b36;
803
- }
804
- .citizen .inboxButton {
805
- padding: 15px;
806
- font-size: 1.2rem;
807
- }
808
-
809
- .ndc_property_search .text-input {
810
- width: 100%;
811
- max-width: 300px;
812
- }
813
-
814
- .action-bar-wrap {
815
- display: flex;
816
- justify-content: end;
817
- gap: 10px;
818
- }
819
-
820
- .action-bar-wrap .submit-bar {
821
- padding: 0 !important;
822
- margin: 0 !important;
823
- }
824
-
825
- .ndc_card_labels {
826
- width: 100%;
827
- max-width: 200px;
828
- }
829
-
830
- .downLoadButton {
831
- color: "#A52A2A";
832
- display: flex !important;
833
- justify-content: center;
834
- align-items: center;
835
- }
836
-
837
- .ndc_label {
838
- padding-bottom: 20px;
839
- }
840
-
841
- .ndc_card_main {
842
- padding: 25px 25px;
843
- }
844
-
845
- .step-label {
846
- font-size: 17px !important;
847
- }
848
-
849
- .modal-action .employeeCard {
850
- margin-left: 0px !important;
851
- }
852
-
853
- .moduleLinkHomePage h1 {
854
- padding-left: 20px;
855
- }
856
-
857
- @media screen and (max-width: 768px) {
858
- .citizen .inboxButton {
859
- font-size: 1rem;
860
- }
861
- }
862
-
863
- @media screen and (max-width: 768px) {
864
- .stepper {
865
- display: grid !important;
866
- }
867
- .action-bar-wrap {
868
- padding: 10px 0;
869
- text-align: center;
870
- }
871
- .submit-bar {
872
- font-size: 11px;
873
- }
874
- }
875
-
876
- .options-card {
877
- max-height: 350px; /* Upper limit to trigger scrolling */
878
- min-height: 120px; /* Always some visible height */
879
- overflow-y: auto; /* Vertical scrolling only */
880
- overflow-x: hidden; /* No horizontal scroll */
881
- border: 1px solid #ccc; /* Optional: visual boundary */
882
- border-radius: 8px; /* Rounded corners for a modern look */
883
- background-color: #fff; /* Ensure readable background */
884
- box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
885
- padding: 4px 0;
886
- z-index: 1000; /* Ensure it appears above other elements */
887
- }
888
-
889
- /* ===== TimelineHOC CSS ===== */
890
- .timeline-hoc-container .checkpoint header,
891
- .timeline-hoc-container .checkpoint-done header {
892
- flex: 1;
893
- background: #ccffcc;
894
- padding: 4px 8px;
895
- }
896
-
897
- .timeline-hoc-container .checkpoint-connect-wrap {
898
- padding: 0px;
899
- }
900
-
901
- .timeline-card {
902
- width: 100%;
903
- border: 1px solid #ddd;
904
- border-radius: 8px;
905
- padding: clamp(12px, 3vw, 20px);
906
- margin: 10px 0;
907
- background: #ccffcc;
908
- font-family: "verdana";
909
- }
910
-
911
- .timeline-header {
912
- display: flex;
913
- flex-direction: row;
914
- align-items: center;
915
- flex-wrap: wrap;
916
- gap: 16px;
917
- }
918
-
919
- .timeline-header-item {
920
- display: flex;
921
- flex-direction: row;
922
- align-items: center;
923
- gap: 6px;
924
- white-space: nowrap;
925
- }
926
-
927
- .timeline-label {
928
- color: #0d43a7 !important;
929
- font-size: 10px;
930
- font-weight: 600;
931
- }
932
-
933
- .timeline-value {
934
- color: #0d43a7 !important;
935
- font-weight: 800;
936
- font-size: 12px;
937
- }
938
-
939
- .timeline-note {
940
- margin: 10px 0;
941
- }
942
-
943
- .timeline-note .note-box {
944
- border: 1px solid #ccc;
945
- border-radius: 6px;
946
- padding: 10px;
947
- min-height: 40px;
948
- word-break: break-word;
949
- font-size: 10px;
950
- font-weight: 800;
951
- background: #ccffcc;
952
- }
953
-
954
- .timeline-docs {
955
- margin-top: 10px;
956
- }
957
-
958
- @media (max-width: 768px) {
959
- .timeline-header {
960
- flex-direction: column;
961
- align-items: flex-start;
962
- }
963
-
964
- .timeline-header-item {
965
- width: 100%;
966
- }
967
-
968
- .timeline-card {
969
- padding: 12px;
970
- }
971
- }
972
-
973
- .engagement-citizen-wrapper {
974
- width: 100%;
975
- overflow-x: scroll;
976
- overflow-y: hidden;
977
- }
978
-
979
- @media screen and (max-width: 768px) {
980
- .engagement-citizen-wrapper {
981
- overflow: hidden;
982
- }
983
- }
984
-
985
- /* Application Timeline Styles */
986
- .timeline-header-wrapper {
987
- display: flex;
988
- align-items: center;
989
- margin: 20px 8px;
990
- gap: 16px;
991
- }
992
-
993
- .download-button {
994
- cursor: pointer;
995
- font-size: 16px;
996
- font-weight: 500;
997
- padding: 5px;
998
- color: #0d43a7;
999
- border: 1px solid #0d43a7;
1000
- border-radius: 4px;
1001
- transition: all 0.2s ease-in-out;
1002
- display: inline-block;
1003
-
1004
- &:hover {
1005
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
1006
- }
1007
- }
1008
-
1009
- .timeline-docs-wrapper {
1010
- margin-top: 10px;
1011
- display: flex;
1012
- flex-wrap: wrap;
1013
- gap: 10px;
1014
- }
1015
-
1016
- .timeline-doc-link {
1017
- min-width: 100px;
1018
- }
1019
-
1020
- .timeline-doc-icon {
1021
- background: #f6f6f6;
1022
- padding: 8px;
1023
- }
1024
-
1025
- .timeline-subheader {
1026
- font-size: 22px !important;
1027
- font-weight: 500 !important;
1028
- }
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/adv/index.scss";
137
+ .display-none {
138
+ display: none;
139
+ }
140
+ .primary-label-btn {
141
+ margin: 10px auto 0px !important;
142
+ }
143
+ .p-unset {
144
+ padding: unset !important;
145
+ }
146
+
147
+ .flex-one {
148
+ @apply flex-1;
149
+ }
150
+
151
+ .display-flex-gap-2 {
152
+ @apply flex gap-3;
153
+ }
154
+ .rm-mb {
155
+ margin-bottom: unset !important;
156
+ }
157
+
158
+ .w-fullwidth {
159
+ @apply w-full;
160
+ }
161
+
162
+ .margin-unset {
163
+ margin: unset !important;
164
+ }
165
+
166
+ .text-align-center {
167
+ @apply text-center;
168
+ }
169
+ .text-align-left {
170
+ @apply text-left;
171
+ }
172
+ .text-align-right {
173
+ @apply text-right;
174
+ }
175
+ .desktop-only {
176
+ @apply hidden;
177
+ }
178
+
179
+ @screen dt {
180
+ .desktop-only {
181
+ @apply block;
182
+ }
183
+ }
184
+
185
+ .mobile-only {
186
+ @apply block;
187
+ }
188
+
189
+ @screen dt {
190
+ .mobile-only {
191
+ @apply hidden;
192
+ }
193
+ }
194
+
195
+ .dark {
196
+ @apply text-text-primary;
197
+ }
198
+
199
+ .mrlg {
200
+ @apply mr-lg;
201
+ }
202
+
203
+ .mrsm {
204
+ @apply mr-sm;
205
+ }
206
+
207
+ .mbsm {
208
+ @apply mb-sm;
209
+ }
210
+
211
+ .home-link {
212
+ margin-left: 16px;
213
+ margin-bottom: 16px;
214
+
215
+ a {
216
+ color: #1d70b8;
217
+ }
218
+ }
219
+
220
+ .clear-search-label {
221
+ color: #2947a3;
222
+ cursor: pointer;
223
+ }
224
+
225
+ .search-submit-bar {
226
+ margin-top: 32;
227
+ margin-left: auto;
228
+ }
229
+
230
+ .application-details-link-button {
231
+ @apply flex justify-between items-center;
232
+
233
+ .download-button {
234
+ color: a82227;
235
+ margin-left: 8px;
236
+ }
237
+ }
238
+
239
+ .response-download-button {
240
+ @apply flex mb-sm;
241
+
242
+ .download-button {
243
+ color: #a82227;
244
+ margin-left: 8px;
245
+ white-space: nowrap;
246
+ }
247
+ }
248
+
249
+ .check-page-link-button {
250
+ color: #a82227 !important;
251
+ }
252
+
253
+ .pt-application-download-btn {
254
+ display: flex;
255
+ justify-content: flex-end;
256
+ margin: 0px 8px;
257
+ }
258
+
259
+ .application-table-container {
260
+ @apply mt-lg ml-lg flex-1;
261
+ }
262
+
263
+ .primary-label-btn {
264
+ @apply flex;
265
+ gap: 10px;
266
+
267
+ svg {
268
+ fill: #a82227;
269
+ }
270
+
271
+ color: #5a1166;
272
+
273
+ cursor: pointer;
274
+ font-weight: 500;
275
+ width: fit-content;
276
+ }
277
+
278
+ .primaryColor {
279
+ color: #0b0c0c !important;
280
+ }
281
+
282
+ @media (hover: hover) {
283
+ .primary-label-btn {
284
+ &:hover {
285
+ color: #000;
286
+
287
+ svg {
288
+ fill: #000;
289
+ }
290
+ }
291
+ }
292
+ }
293
+
294
+ .disabled {
295
+ @apply border-grey-dark text-grey-dark !important;
296
+ pointer-events: none !important;
297
+ }
298
+
299
+ .card-date-input {
300
+ @apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
301
+ outline: transparent solid 1px;
302
+ height: 2.5rem;
303
+ }
304
+
305
+ .h4 {
306
+ @apply mb-sm;
307
+ }
308
+
309
+ .react-time-picker {
310
+ width: 194px;
311
+ height: 2.5rem;
312
+ &__wrapper {
313
+ border: 2px solid #0b0c0c;
314
+ padding-left: 16px;
315
+ }
316
+ &__inputGroup__input {
317
+ @apply px-sm;
318
+ line-height: 2.5rem;
319
+ min-width: 16px;
320
+ &:focus {
321
+ outline: 2px solid black;
322
+ }
323
+ }
324
+ }
325
+
326
+ .border-none {
327
+ border: none;
328
+ justify-content: space-between;
329
+ }
330
+
331
+ .hide-number-spinner input[type="number"]::-webkit-inner-spin-button,
332
+ .hide-number-spinner input[type="number"]::-webkit-outer-spin-button {
333
+ -webkit-appearance: none;
334
+ margin: 0;
335
+ }
336
+
337
+ .hide-number-spinner input[type="number"] {
338
+ -moz-appearance: textfield; /* Firefox */
339
+ }
340
+
341
+ .static {
342
+ @apply flex flex-col;
343
+ min-height: 85vh;
344
+
345
+ &-wrapper {
346
+ flex: 1;
347
+ max-height: 75vh;
348
+ overflow: scroll;
349
+ -ms-overflow-style: none; /* IE and Edge */
350
+ scrollbar-width: none; /* Firefox */
351
+
352
+ &::-webkit-scrollbar {
353
+ display: none;
354
+ }
355
+ }
356
+ }
357
+
358
+ .bill-summary {
359
+ border: #e8e7e6 solid 1px;
360
+ @apply bg-grey-light w-full;
361
+
362
+ .bill-account-details {
363
+ @apply flex mb-md;
364
+ padding: 5px;
365
+
366
+ .label {
367
+ @apply w-1/2 font-bold;
368
+ }
369
+
370
+ .value {
371
+ @apply w-1/2 text-right;
372
+ }
373
+ }
374
+
375
+ .amount-details {
376
+ @apply flex mb-md items-center;
377
+ padding: 5px;
378
+
379
+ .label {
380
+ @apply w-1/2 font-bold;
381
+ }
382
+
383
+ .value {
384
+ @apply w-1/2 font-bold text-right;
385
+ font-size: 18px;
386
+ }
387
+ }
388
+ }
389
+
390
+ .bill-payment-amount {
391
+ @apply sticky bottom-0 bg-white;
392
+ padding-bottom: 32px;
393
+
394
+ .payment-amount-front {
395
+ @apply absolute z-10 w-10 flex justify-center items-center;
396
+ background-color: #efefef;
397
+ padding: 7px 12px;
398
+ color: #9a9a9a;
399
+ }
400
+ }
401
+
402
+ .text-indent-xl input {
403
+ text-indent: 40px;
404
+ }
405
+
406
+ .select-payment-type {
407
+ @apply flex justify-center font-bold items-center;
408
+ padding-top: 10px;
409
+ padding-bottom: 25px;
410
+
411
+ .value {
412
+ font-size: 20px;
413
+ }
414
+ }
415
+
416
+ .cheque-date {
417
+ @apply flex items-center mb-lg;
418
+ border: 2px solid #0b0c0c;
419
+ border-radius: 2px;
420
+
421
+ input {
422
+ @apply outline-none w-full;
423
+ border: 0px;
424
+ background: transparent;
425
+ text-indent: 5px;
426
+ padding: 6px 0px;
427
+ }
428
+
429
+ button {
430
+ @apply outline-none;
431
+ border: 0px;
432
+ background: transparent;
433
+ text-indent: 2px;
434
+ }
435
+ }
436
+
437
+ .w-half {
438
+ @apply w-1/2;
439
+ }
440
+
441
+ .ifsc-field {
442
+ @apply flex items-center mb-lg;
443
+ border: 2px solid #0b0c0c;
444
+ border-radius: 2px;
445
+
446
+ input {
447
+ @apply outline-none w-full;
448
+ border: 0px;
449
+ background: transparent;
450
+ text-indent: 5px;
451
+ padding: 6px 0px;
452
+ }
453
+ button {
454
+ @apply outline-none;
455
+ border: 0px;
456
+ background: transparent;
457
+ text-indent: 2px;
458
+ }
459
+ }
460
+
461
+ .text-input {
462
+ @apply relative w-full;
463
+ input {
464
+ &:hover {
465
+ @apply border-2 border-solid border-primary-main;
466
+ }
467
+ }
468
+ }
469
+
470
+ .text-input-width {
471
+ max-width: 540px;
472
+ }
473
+
474
+ .text-mobile-input-width {
475
+ max-width: 500px;
476
+ }
477
+
478
+ .custom-time-picker {
479
+ @apply w-full;
480
+ max-width: 200px;
481
+ }
482
+
483
+ .sla-cell {
484
+ @apply text-text-secondary;
485
+ }
486
+
487
+ .submit-bar-search {
488
+ margin-top: 32px;
489
+ margin-left: 16px;
490
+ max-width: 256px;
491
+ }
492
+
493
+ .clear-search-container {
494
+ @apply flex justify-between items-center;
495
+ }
496
+
497
+ .card-label-smaller {
498
+ @apply w-1/3;
499
+ margin-bottom: revert;
500
+ }
501
+
502
+ .card-label-APK {
503
+ @apply w-1/3;
504
+ margin-bottom: revert;
505
+ width: 100%;
506
+ }
507
+
508
+ .underline {
509
+ border-color: #e7e6e6;
510
+ @apply mb-sm;
511
+ }
512
+
513
+ .box-shadow-none {
514
+ box-shadow: none;
515
+ }
516
+
517
+ .component-in-front {
518
+ @apply flex justify-center items-center;
519
+ }
520
+
521
+ .subform-composer {
522
+ @apply flex;
523
+ }
524
+
525
+ .inbox-search-container {
526
+ .result {
527
+ @apply mt-lg;
528
+ }
529
+ }
530
+
531
+ .payment-form-text-input-correction {
532
+ width: 100% !important;
533
+ }
534
+
535
+ .edcr-citizen-inbox {
536
+ thead th:first-child {
537
+ min-width: 100px;
538
+ }
539
+ }
540
+
541
+ .error-boundary {
542
+ width: 100vw;
543
+ height: 100vh;
544
+ font-size: 16px;
545
+ font-family: sans-serif;
546
+ display: flex;
547
+ justify-content: center;
548
+ align-items: center;
549
+ flex-direction: column;
550
+ position: absolute !important;
551
+ .error-container {
552
+ display: flex;
553
+ width: 400px;
554
+ justify-content: center;
555
+ align-items: center;
556
+ flex-direction: column;
557
+ h1 {
558
+ font-size: 32px;
559
+ font-weight: bold;
560
+ }
561
+ button {
562
+ height: 40px;
563
+ width: 153px;
564
+ border-radius: 0px;
565
+ padding: 8px 24px;
566
+ color: white;
567
+ cursor: pointer;
568
+ }
569
+ }
570
+ }
571
+
572
+ .error-boundary summary,
573
+ .error-boundary details {
574
+ width: 300px;
575
+ background-color: rgb(218, 100, 100);
576
+ margin: 5px;
577
+ border: 2px solid #222;
578
+ border-radius: 3px;
579
+ padding: 3px;
580
+ }
581
+
582
+ .full-width-card {
583
+ width: 92vw !important;
584
+ }
585
+ .full-employee-card-link {
586
+ width: 100% !important;
587
+ margin: 7px 0px;
588
+ }
589
+ .full-employee-card-height {
590
+ height: unset !important;
591
+ }
592
+
593
+ @media (min-width: 640px) {
594
+ .full-employee-card-height {
595
+ height: 196px !important;
596
+ }
597
+ .full-employee-card-link {
598
+ width: 30% !important;
599
+ }
600
+ .full-width-card {
601
+ @apply w-full !important;
602
+ }
603
+ }
604
+ .applications-list-container {
605
+ }
606
+ .complaint-summary {
607
+ @media (min-width: 780px) {
608
+ flex: 1 0 auto;
609
+ margin-left: 1rem;
610
+ margin-top: 1rem;
611
+ }
612
+ }
613
+
614
+ @media (min-width: 780px) {
615
+ .citizen-form-wrapper {
616
+ width: calc(100% - 219px);
617
+ display: flex;
618
+ justify-content: center;
619
+ margin-top: 1rem;
620
+ padding-left: 16px;
621
+ padding-right: 16px;
622
+ }
623
+ }
624
+ @media (min-width: 780px) {
625
+ .citizen-card-container {
626
+ padding-left: 15px;
627
+ padding-right: 15px;
628
+ margin-top: 1rem;
629
+ }
630
+ }
631
+
632
+ @media (min-width: 780px) {
633
+ .citizen-obps-wrapper,
634
+ .selection-card-wrapper,
635
+ .fsm-citizen-wrapper,
636
+ .pgr-citizen-wrapper,
637
+ .pt-citizen,
638
+ .bill-citizen,
639
+ .bills-citizen-wrapper,
640
+ .payer-bills-citizen-wrapper,
641
+ .engagement-citizen-wrapper,
642
+ .citizen-all-services-wrapper,
643
+ .mcollect-citizen,
644
+ .ws-citizen-wrapper,
645
+ .tl-citizen {
646
+ width: calc(100% - 219px);
647
+ padding-left: 16px;
648
+ padding-right: 16px;
649
+ margin-top: 3rem;
650
+ }
651
+ }
652
+ @media only screen and (max-width: 768px) {
653
+ /* For mobile phones: */
654
+ .error-boundary {
655
+ height: 75vh;
656
+ }
657
+ }
658
+ .employee-app-wrapper {
659
+ min-height: calc(100vh - 8em);
660
+ }
661
+
662
+ .ws-custom-wrapper {
663
+ .submit {
664
+ display: flex !important;
665
+ flex-direction: row-reverse !important;
666
+ width: 100% !important;
667
+ align-items: center;
668
+ button {
669
+ width: 240px !important;
670
+ }
671
+ p {
672
+ width: unset;
673
+ margin-right: 1rem;
674
+ }
675
+ }
676
+ }
677
+
678
+ .ws-button {
679
+ border: 1px solid grey;
680
+ display: block;
681
+ background-color: grey;
682
+ height: 50%;
683
+ width: 80%;
684
+ text-align: "center";
685
+ margin-top: 6%;
686
+ color: "white";
687
+ }
688
+ .ws-search-button {
689
+ border: 1px solid black;
690
+ display: block;
691
+
692
+ height: 50%;
693
+ width: 80%;
694
+ text-align: "center";
695
+ margin-top: 6%;
696
+ color: "white";
697
+ }
698
+ .button {
699
+ color: "white";
700
+ }
701
+ .plumber-details-new-value-wrapper {
702
+ flex: 2 1 auto;
703
+ }
704
+
705
+ .connection-details-new-value-wrapper {
706
+ flex: 1 1 auto;
707
+ }
708
+
709
+ .connection-details-old-value-wrapper,
710
+ .plumber-details-old-value-wrapper {
711
+ flex: 1 1 auto;
712
+
713
+ .old-value-null-wrapper {
714
+ visibility: hidden;
715
+ padding-bottom: 8px;
716
+ margin-bottom: 8px;
717
+ }
718
+ .row {
719
+ color: #b1b4b6;
720
+ font-weight: 700;
721
+ font-size: 16px;
722
+ }
723
+ }
724
+
725
+ .plumber-details-new-value-wrapper {
726
+ flex: 2 1 auto;
727
+ }
728
+
729
+ .connection-details-new-value-wrapper {
730
+ flex: 1 1 auto;
731
+ }
732
+
733
+ .connection-details-old-value-wrapper,
734
+ .plumber-details-old-value-wrapper {
735
+ flex: 1 1 auto;
736
+ .old-value-null-wrapper {
737
+ visibility: hidden;
738
+ padding-bottom: 8px;
739
+ margin-bottom: 8px;
740
+ }
741
+ .row {
742
+ color: #b1b4b6;
743
+ font-weight: 700;
744
+ font-size: 16px;
745
+ }
746
+ }
747
+
748
+ .modal-header-ws {
749
+ padding: 1rem;
750
+ font-weight: 400;
751
+ }
752
+ .modal-body-ws {
753
+ padding: 1rem;
754
+ font-weight: 700;
755
+ color: #0b0c0c;
756
+ font-size: 24px;
757
+ margin-bottom: 1rem;
758
+ }
759
+ .privacy-icon {
760
+ cursor: pointer;
761
+ }
762
+ .privacy-icon:hover {
763
+ path {
764
+ fill: rgba(244, 119, 56, 1);
765
+ }
766
+ }
767
+
768
+ .employee-app-wrapper {
769
+ min-height: calc(100vh - 8em);
770
+ }
771
+ .submit-bar header {
772
+ line-height: 2rem !important;
773
+ }
774
+ .logo-removeBorderRadiusLogo svg {
775
+ width: 50px;
776
+ height: 60px;
777
+ }
778
+
779
+ .icon-banner-employee {
780
+ background-color: #d7aefc !important;
781
+ }
782
+ .icon-banner-employee svg {
783
+ background-color: #0d43a7 !important;
784
+ width: 40px;
785
+ height: 40px;
786
+ }
787
+ .inboxButton {
788
+ border: none;
789
+ color: #4c5656;
790
+ text-align: center;
791
+ text-decoration: none;
792
+ display: inline-block;
793
+ font-size: 14px;
794
+ margin: 4px 2px;
795
+ cursor: pointer;
796
+ height: fit-content;
797
+ border-radius: 5px;
798
+ font-family: sans-serif;
799
+ font-weight: 700;
800
+ }
801
+ .employee .inboxButton {
802
+ padding: 5px 15px;
803
+ background: #ba2b36;
804
+ }
805
+ .citizen .inboxButton {
806
+ padding: 15px;
807
+ font-size: 1.2rem;
808
+ }
809
+
810
+ .ndc_property_search .text-input {
811
+ width: 100%;
812
+ max-width: 300px;
813
+ }
814
+
815
+ .action-bar-wrap {
816
+ display: flex;
817
+ justify-content: end;
818
+ gap: 10px;
819
+ }
820
+
821
+ .action-bar-wrap .submit-bar {
822
+ padding: 0 !important;
823
+ margin: 0 !important;
824
+ }
825
+
826
+ .ndc_card_labels {
827
+ width: 100%;
828
+ max-width: 200px;
829
+ }
830
+
831
+ .downLoadButton {
832
+ color: "#A52A2A";
833
+ display: flex !important;
834
+ justify-content: center;
835
+ align-items: center;
836
+ }
837
+
838
+ .ndc_label {
839
+ padding-bottom: 20px;
840
+ }
841
+
842
+ .ndc_card_main {
843
+ padding: 25px 25px;
844
+ }
845
+
846
+ .step-label {
847
+ font-size: 17px !important;
848
+ }
849
+
850
+ .modal-action .employeeCard {
851
+ margin-left: 0px !important;
852
+ }
853
+
854
+ .moduleLinkHomePage h1 {
855
+ padding-left: 20px;
856
+ }
857
+
858
+ @media screen and (max-width: 768px) {
859
+ .citizen .inboxButton {
860
+ font-size: 1rem;
861
+ }
862
+ }
863
+
864
+ @media screen and (max-width: 768px) {
865
+ .stepper {
866
+ display: grid !important;
867
+ }
868
+ .action-bar-wrap {
869
+ padding: 10px 0;
870
+ text-align: center;
871
+ }
872
+ .submit-bar {
873
+ font-size: 11px;
874
+ }
875
+ }
876
+
877
+ .options-card {
878
+ max-height: 350px; /* Upper limit to trigger scrolling */
879
+ min-height: 120px; /* Always some visible height */
880
+ overflow-y: auto; /* Vertical scrolling only */
881
+ overflow-x: hidden; /* No horizontal scroll */
882
+ border: 1px solid #ccc; /* Optional: visual boundary */
883
+ border-radius: 8px; /* Rounded corners for a modern look */
884
+ background-color: #fff; /* Ensure readable background */
885
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
886
+ padding: 4px 0;
887
+ z-index: 1000; /* Ensure it appears above other elements */
888
+ }
889
+
890
+ /* ===== TimelineHOC CSS ===== */
891
+ .timeline-hoc-container .checkpoint header,
892
+ .timeline-hoc-container .checkpoint-done header {
893
+ flex: 1;
894
+ background: #ccffcc;
895
+ padding: 4px 8px;
896
+ }
897
+
898
+ .timeline-hoc-container .checkpoint-connect-wrap {
899
+ padding: 0px;
900
+ }
901
+
902
+ .timeline-card {
903
+ width: 100%;
904
+ border: 1px solid #ddd;
905
+ border-radius: 8px;
906
+ padding: clamp(12px, 3vw, 20px);
907
+ margin: 10px 0;
908
+ background: #ccffcc;
909
+ font-family: "verdana";
910
+ }
911
+
912
+ .timeline-header {
913
+ display: flex;
914
+ flex-direction: row;
915
+ align-items: center;
916
+ flex-wrap: wrap;
917
+ gap: 16px;
918
+ }
919
+
920
+ .timeline-header-item {
921
+ display: flex;
922
+ flex-direction: row;
923
+ align-items: center;
924
+ gap: 6px;
925
+ white-space: nowrap;
926
+ }
927
+
928
+ .timeline-label {
929
+ color: #0d43a7 !important;
930
+ font-size: 10px;
931
+ font-weight: 600;
932
+ }
933
+
934
+ .timeline-value {
935
+ color: #0d43a7 !important;
936
+ font-weight: 800;
937
+ font-size: 12px;
938
+ }
939
+
940
+ .timeline-note {
941
+ margin: 10px 0;
942
+ }
943
+
944
+ .timeline-note .note-box {
945
+ border: 1px solid #ccc;
946
+ border-radius: 6px;
947
+ padding: 10px;
948
+ min-height: 40px;
949
+ word-break: break-word;
950
+ font-size: 10px;
951
+ font-weight: 800;
952
+ background: #ccffcc;
953
+ }
954
+
955
+ .timeline-docs {
956
+ margin-top: 10px;
957
+ }
958
+
959
+ @media (max-width: 768px) {
960
+ .timeline-header {
961
+ flex-direction: column;
962
+ align-items: flex-start;
963
+ }
964
+
965
+ .timeline-header-item {
966
+ width: 100%;
967
+ }
968
+
969
+ .timeline-card {
970
+ padding: 12px;
971
+ }
972
+ }
973
+
974
+ .engagement-citizen-wrapper {
975
+ width: 100%;
976
+ overflow-x: scroll;
977
+ overflow-y: hidden;
978
+ }
979
+
980
+ @media screen and (max-width: 768px) {
981
+ .engagement-citizen-wrapper {
982
+ overflow: hidden;
983
+ }
984
+ }
985
+
986
+ /* Application Timeline Styles */
987
+ .timeline-header-wrapper {
988
+ display: flex;
989
+ align-items: center;
990
+ margin: 20px 8px;
991
+ gap: 16px;
992
+ }
993
+
994
+ .download-button {
995
+ cursor: pointer;
996
+ font-size: 16px;
997
+ font-weight: 500;
998
+ padding: 5px;
999
+ color: #0d43a7;
1000
+ border: 1px solid #0d43a7;
1001
+ border-radius: 4px;
1002
+ transition: all 0.2s ease-in-out;
1003
+ display: inline-block;
1004
+
1005
+ &:hover {
1006
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
1007
+ }
1008
+ }
1009
+
1010
+ .timeline-docs-wrapper {
1011
+ margin-top: 10px;
1012
+ display: flex;
1013
+ flex-wrap: wrap;
1014
+ gap: 10px;
1015
+ }
1016
+
1017
+ .timeline-doc-link {
1018
+ min-width: 100px;
1019
+ }
1020
+
1021
+ .timeline-doc-icon {
1022
+ background: #f6f6f6;
1023
+ padding: 8px;
1024
+ }
1025
+
1026
+ .timeline-subheader {
1027
+ font-size: 22px !important;
1028
+ font-weight: 500 !important;
1029
+ }