@pmidc/upyog-css 1.1.5 → 1.1.7

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