@pmidc/upyog-css 1.1.3 → 1.1.5

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