@pmidc/upyog-css 1.2.52 → 1.2.53

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 (141) hide show
  1. package/dist/index.css +7 -0
  2. package/dist/index.min.css +1 -1
  3. package/package.json +62 -62
  4. package/src/components/CardBasedOptions.scss +535 -535
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +968 -968
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/challanGeneration.scss +349 -349
  28. package/src/components/changeLanguage.scss +3 -3
  29. package/src/components/charts.scss +185 -185
  30. package/src/components/chb.scss +242 -242
  31. package/src/components/checkbox.scss +83 -83
  32. package/src/components/checkpoint.scss +65 -65
  33. package/src/components/citizenInfoLabel.scss +14 -14
  34. package/src/components/custombtn.scss +15 -15
  35. package/src/components/datatable.scss +119 -119
  36. package/src/components/datewrap.scss +21 -21
  37. package/src/components/detailscard.scss +6 -6
  38. package/src/components/detailscontainer.scss +13 -13
  39. package/src/components/documentSection.scss +134 -134
  40. package/src/components/filters.scss +379 -379
  41. package/src/components/garbageCollection.scss +535 -535
  42. package/src/components/grey.scss +3 -3
  43. package/src/components/hoc/InboxComposer.scss +111 -111
  44. package/src/components/howItWorks.scss +71 -71
  45. package/src/components/imageviewer.scss +33 -33
  46. package/src/components/info-banner.scss +35 -35
  47. package/src/components/inputotp.scss +15 -15
  48. package/src/components/keynote.scss +29 -29
  49. package/src/components/languageSelector.scss +24 -24
  50. package/src/components/loader.scss +96 -96
  51. package/src/components/map.scss +36 -36
  52. package/src/components/metricsTable.scss +26 -26
  53. package/src/components/multiLink.scss +117 -117
  54. package/src/components/multiSelectDropdown.scss +88 -88
  55. package/src/components/navbar.scss +377 -377
  56. package/src/components/ndc.scss +233 -233
  57. package/src/components/newFooter.scss +82 -82
  58. package/src/components/newInbox.scss +382 -382
  59. package/src/components/plusMinus.scss +15 -15
  60. package/src/components/popup.scss +26 -26
  61. package/src/components/ptr.scss +301 -301
  62. package/src/components/radiobtn.scss +46 -46
  63. package/src/components/ratingstar.scss +33 -33
  64. package/src/components/roundedLabel.scss +10 -10
  65. package/src/components/searchAction.scss +27 -27
  66. package/src/components/sectionalDropdown.scss +43 -43
  67. package/src/components/selectdropdown.scss +312 -312
  68. package/src/components/staticDynamicMessages.scss +110 -110
  69. package/src/components/staticSideBar.scss +27 -27
  70. package/src/components/statushighlight.scss +17 -17
  71. package/src/components/submiterrors.scss +11 -11
  72. package/src/components/summary.scss +28 -28
  73. package/src/components/table.scss +855 -855
  74. package/src/components/tag.scss +27 -27
  75. package/src/components/telephone.scss +17 -17
  76. package/src/components/textfields.scss +146 -146
  77. package/src/components/toast.scss +31 -31
  78. package/src/components/toggleSwitch.scss +40 -40
  79. package/src/components/topbar.scss +217 -217
  80. package/src/components/uploadcomponents.scss +116 -116
  81. package/src/index.scss +2436 -2430
  82. package/src/modules/BPA/index.scss +5262 -5262
  83. package/src/modules/TL/index.scss +796 -796
  84. package/src/modules/adv/index.scss +1807 -1807
  85. package/src/modules/hrms/index.scss +1327 -1327
  86. package/src/modules/noc/index.scss +1210 -1210
  87. package/src/modules/rentAndLease/index.scss +591 -591
  88. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  89. package/src/pages/citizen/CitizenLogin.scss +50 -50
  90. package/src/pages/citizen/DocumentList.scss +470 -470
  91. package/src/pages/citizen/Events.scss +46 -46
  92. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  93. package/src/pages/citizen/InboxCard.scss +378 -378
  94. package/src/pages/citizen/SurveyList.scss +24 -24
  95. package/src/pages/citizen/citizenDocument.scss +25 -25
  96. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  97. package/src/pages/citizen/container.scss +32 -32
  98. package/src/pages/citizen/loaderMessage.scss +341 -341
  99. package/src/pages/citizen/payment/payment-type.scss +2 -2
  100. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  101. package/src/pages/common/form.scss +25 -25
  102. package/src/pages/common/newApplicationTimeline.scss +341 -341
  103. package/src/pages/common/pgrUICssfix.scss +128 -128
  104. package/src/pages/common/requiredField.scss +2 -2
  105. package/src/pages/common/sanctionFeeTable.scss +91 -91
  106. package/src/pages/common/searchIcon.scss +21 -21
  107. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  108. package/src/pages/common/stepForm.scss +40 -40
  109. package/src/pages/employee/EmployeeLogin.scss +6 -6
  110. package/src/pages/employee/cardfix.scss +13 -13
  111. package/src/pages/employee/container.scss +73 -73
  112. package/src/pages/employee/dashboard.scss +204 -204
  113. package/src/pages/employee/disconnection.scss +425 -425
  114. package/src/pages/employee/dss.scss +251 -251
  115. package/src/pages/employee/faq.scss +353 -353
  116. package/src/pages/employee/footer.scss +68 -68
  117. package/src/pages/employee/form-fields.scss +26 -26
  118. package/src/pages/employee/header.scss +262 -262
  119. package/src/pages/employee/iframe.scss +65 -65
  120. package/src/pages/employee/inbox.scss +1110 -1110
  121. package/src/pages/employee/index.scss +693 -693
  122. package/src/pages/employee/landing.scss +1802 -1802
  123. package/src/pages/employee/login.scss +253 -253
  124. package/src/pages/employee/oldMobileInbox.scss +4 -4
  125. package/src/pages/employee/popupmodule.scss +47 -47
  126. package/src/pages/employee/response.scss +2 -2
  127. package/src/pages/employee/scroll-table.scss +113 -113
  128. package/src/pages/employee/surveys.scss +469 -469
  129. package/src/pages/employee/tooltip.scss +35 -35
  130. package/src/pages/employee/updateNumber.scss +12 -12
  131. package/src/pages/swach/index.scss +231 -231
  132. package/src/pages/ws/index.scss +118 -118
  133. package/svg/camera.svg +4 -4
  134. package/svg/check.svg +3 -3
  135. package/svg/close.svg +4 -4
  136. package/svg/error.svg +3 -3
  137. package/svg/error2.svg +5 -5
  138. package/svg/searchicon.svg +3 -3
  139. package/svg/starempty.svg +3 -3
  140. package/svg/starfilled.svg +4 -4
  141. package/svg/success.svg +3 -3
@@ -1,349 +1,349 @@
1
- .challan-generation-style-011d038e3b {
2
- color:blue;
3
- text-decoration:underline;
4
- cursor:pointer;
5
- }
6
-
7
- .challan-generation-style-060ccfad81 {
8
- width:50%;
9
- }
10
-
11
- .challan-generation-style-07e09bd50b {
12
- justify-content:flex-start;
13
- }
14
-
15
- .challan-generation-style-126891d584 {
16
- margin:2rem 0;
17
- text-align:center;
18
- font-size:18px;
19
- color:#505050;
20
- }
21
-
22
- .challan-generation-style-16a8a8b00c {
23
- overflow:auto;
24
- }
25
-
26
- .challan-generation-style-16b4c2d840 {
27
- flex:none;
28
- }
29
-
30
- .challan-generation-style-1ca832ca6c {
31
- align-items:center;
32
- }
33
-
34
- .challan-generation-style-1cf294634a {
35
- min-width:160px;
36
- }
37
-
38
- .challan-generation-style-1ec56a5983 {
39
- overflow-wrap:break-word;
40
- }
41
-
42
- .challan-generation-style-25d0175a45 {
43
- font-weight:normal;
44
- }
45
-
46
- .challan-generation-style-26afc10d19 {
47
- border:1px solid #e0e0e0;
48
- padding:6px;
49
- margin-top:5px;
50
- }
51
-
52
- .challan-generation-style-2e2a4224f6 {
53
- margin-right:8px;
54
- }
55
-
56
- .challan-generation-style-2f0cbe05af {
57
- width:100%;
58
- text-align:right;
59
- width:240px;
60
- text-align:right;
61
- margin-left:96px;
62
- }
63
-
64
- .challan-generation-style-2f8e8ab1f2 {
65
- width:auto;
66
- }
67
-
68
- .challan-generation-style-3343fd6464 {
69
- margin-top:24px;
70
- }
71
-
72
- .challan-generation-style-3bec6c4bcc {
73
- font-weight:bolder;
74
- color:green;
75
- }
76
-
77
- .challan-generation-style-44b6015a79 {
78
- display:flex;
79
- align-items:center;
80
- margin-top:auto;
81
- }
82
-
83
- .challan-generation-style-481ed7e754 {
84
- padding:10px;
85
- }
86
-
87
- .challan-generation-style-5bac8467c0 {
88
- color:green;
89
- }
90
-
91
- .challan-generation-style-5c0843b73b {
92
- max-width:500px;
93
- }
94
-
95
- .challan-generation-style-5c357d95f7 {
96
- margin-top:20;
97
- }
98
-
99
- .challan-generation-style-669a0ee4e0 {
100
- display:flex;
101
- justify-content:flex-end;
102
- align-items:baseline;
103
- }
104
-
105
- .challan-generation-style-6eab5e7808 {
106
- display:flex;
107
- flex-direction:column;
108
- }
109
-
110
- .challan-generation-style-6fbc35255f {
111
- width:100%;
112
- padding-right:25px;
113
- padding-left:25px;
114
- }
115
-
116
- .challan-generation-style-6ffaa34fed {
117
- font-size:24px;
118
- padding:10px 0px;
119
- font-weight:700;
120
- }
121
-
122
- .challan-generation-style-7623f05545 {
123
- flex:1;
124
- }
125
-
126
- .challan-generation-style-791521f0b7 {
127
- width:35%;
128
- border:1px solid #D6D5D4;
129
- margin-top:1rem;
130
- margin-bottom:1rem;
131
- }
132
-
133
- .challan-generation-style-7dde5e56b3 {
134
- margin-bottom:20px;
135
- }
136
-
137
- .challan-generation-style-806dcbc2f3 {
138
- border:1px solid #e0e0e0;
139
- padding:6px;
140
- }
141
-
142
- .challan-generation-style-8119d65878 {
143
- margin-left:8px;
144
- font-weight:normal;
145
- }
146
-
147
- .challan-generation-style-88bbba3a71 {
148
- padding:10px 0px;
149
- }
150
-
151
- .challan-generation-style-8a359a76eb {
152
- margin-top:16px;
153
- }
154
-
155
- .challan-generation-style-8c313805d9 {
156
- margin-top:19px;
157
- }
158
-
159
- .challan-generation-style-8f96e7bd84 {
160
- color:#FE7A51;
161
- cursor:pointer;
162
- }
163
-
164
- .challan-generation-style-99871d5ffa {
165
- margin-right:1rem;
166
- }
167
-
168
- .challan-generation-style-9bdc9a8416 {
169
- display:flex;
170
- }
171
-
172
- .challan-generation-style-9c67b9a649 {
173
- overflow-x:scroll;
174
- }
175
-
176
- .challan-generation-style-a2e94d72eb {
177
- padding:0;
178
- }
179
-
180
- .challan-generation-style-a55b17636b {
181
- margin-top:10px;
182
- font-size:15px;
183
- }
184
-
185
- .challan-generation-style-a5a34f1718 {
186
- margin-left:unset;
187
- }
188
-
189
- .challan-generation-style-aa35c0473f {
190
- padding-right:0;
191
- margin-top:0;
192
- }
193
-
194
- .challan-generation-style-acb1508a33 {
195
- margin-bottom:0;
196
- width:100%;
197
- }
198
-
199
- .challan-generation-style-b1ecc496e0 {
200
- margin-top:8px;
201
- }
202
-
203
- .challan-generation-style-b9d23c1045 {
204
- background:#f6f6f6;
205
- padding:8px;
206
- }
207
-
208
- .challan-generation-style-ba53c25006 {
209
- padding-top:9px;
210
- }
211
-
212
- .challan-generation-style-bbc75b303e {
213
- background-color:white;
214
- margin-right:200px;
215
- margin-left:2.5%;
216
- width:100%;
217
- }
218
-
219
- .challan-generation-style-c0505f64f2 {
220
- min-width:100px;
221
- margin-right:10px;
222
- }
223
-
224
- .challan-generation-style-cad980f4b7 {
225
- width:100%;
226
- }
227
-
228
- .challan-generation-style-ce105fd28a {
229
- margin-top:-1px;
230
- }
231
-
232
- .challan-generation-style-cf34b98518 {
233
- width:100%;
234
- gap:20px;
235
- }
236
-
237
- .challan-generation-style-d3ebd854a3 {
238
- display:flex;
239
- flex-wrap:wrap;
240
- }
241
-
242
- .challan-generation-style-da303dcf86 {
243
- margin-bottom:15px;
244
- }
245
-
246
- .challan-generation-style-dac4fe6c9b {
247
- text-align:center;
248
- }
249
-
250
- .challan-generation-style-e0f04f86f4 {
251
- cursor:pointer;
252
- color:#007bff;
253
- }
254
-
255
- .challan-generation-style-f9f0ebc1c8 {
256
- padding-top:10px;
257
- }
258
-
259
- .challan-generation-style-fca99e6205 {
260
- color: red;
261
- padding-right: 3px;
262
- }
263
-
264
- .challan-generation-loader {
265
- display: flex;
266
- justify-content: center;
267
- align-items: center;
268
- min-height: 100px;
269
- width: 100%;
270
- position: relative;
271
- }
272
-
273
- .challan-generation-loader--page {
274
- position: fixed;
275
- top: 0;
276
- left: 0;
277
- width: 100vw;
278
- height: 100vh;
279
- background: rgba(255, 255, 255, 0.6);
280
- backdrop-filter: blur(4px);
281
- z-index: 9999;
282
- }
283
-
284
- .challan-generation-loader__spinner {
285
- width: 64px;
286
- height: 64px;
287
- border: 8px solid #1976d2;
288
- border-top: 8px solid transparent;
289
- border-radius: 50%;
290
- animation: challan-generation-spin 1.2s linear infinite;
291
- }
292
-
293
- @keyframes challan-generation-spin {
294
- from {
295
- transform: rotate(0deg);
296
- }
297
-
298
- to {
299
- transform: rotate(360deg);
300
- }
301
- }
302
-
303
- .challan-generation-desktop-inbox__result {
304
- flex: 1;
305
- }
306
-
307
- .challan-generation-desktop-inbox__result--inbox {
308
- margin-left: 24px;
309
- }
310
-
311
- .challan-generation-details-card {
312
- border: 2px solid #fff;
313
- }
314
-
315
- .challan-generation-details-card--selected {
316
- border-color: #a82227;
317
- }
318
-
319
- .challan-generation-employee-breadcrumb--mobile {
320
- margin-left: 2vw;
321
- }
322
-
323
- .challan-generation-citizen-breadcrumb--offset {
324
- margin-left: 10px;
325
- }
326
-
327
- .challan-generation-search--inbox {
328
- margin-left: 24px;
329
- }
330
-
331
- .challan-generation-search__inputs {
332
- width: 100%;
333
- display: grid;
334
- }
335
-
336
- .challan-generation-search__clear-link--mobile {
337
- margin: 0;
338
- }
339
-
340
- .challan-generation-form-section--desktop {
341
- margin-top: -50px;
342
- }
343
-
344
- .challan-generation-form-field-error {
345
- width: 70%;
346
- margin-left: 30%;
347
- font-size: 12px;
348
- margin-top: -21px;
349
- }
1
+ .challan-generation-style-011d038e3b {
2
+ color:blue;
3
+ text-decoration:underline;
4
+ cursor:pointer;
5
+ }
6
+
7
+ .challan-generation-style-060ccfad81 {
8
+ width:50%;
9
+ }
10
+
11
+ .challan-generation-style-07e09bd50b {
12
+ justify-content:flex-start;
13
+ }
14
+
15
+ .challan-generation-style-126891d584 {
16
+ margin:2rem 0;
17
+ text-align:center;
18
+ font-size:18px;
19
+ color:#505050;
20
+ }
21
+
22
+ .challan-generation-style-16a8a8b00c {
23
+ overflow:auto;
24
+ }
25
+
26
+ .challan-generation-style-16b4c2d840 {
27
+ flex:none;
28
+ }
29
+
30
+ .challan-generation-style-1ca832ca6c {
31
+ align-items:center;
32
+ }
33
+
34
+ .challan-generation-style-1cf294634a {
35
+ min-width:160px;
36
+ }
37
+
38
+ .challan-generation-style-1ec56a5983 {
39
+ overflow-wrap:break-word;
40
+ }
41
+
42
+ .challan-generation-style-25d0175a45 {
43
+ font-weight:normal;
44
+ }
45
+
46
+ .challan-generation-style-26afc10d19 {
47
+ border:1px solid #e0e0e0;
48
+ padding:6px;
49
+ margin-top:5px;
50
+ }
51
+
52
+ .challan-generation-style-2e2a4224f6 {
53
+ margin-right:8px;
54
+ }
55
+
56
+ .challan-generation-style-2f0cbe05af {
57
+ width:100%;
58
+ text-align:right;
59
+ width:240px;
60
+ text-align:right;
61
+ margin-left:96px;
62
+ }
63
+
64
+ .challan-generation-style-2f8e8ab1f2 {
65
+ width:auto;
66
+ }
67
+
68
+ .challan-generation-style-3343fd6464 {
69
+ margin-top:24px;
70
+ }
71
+
72
+ .challan-generation-style-3bec6c4bcc {
73
+ font-weight:bolder;
74
+ color:green;
75
+ }
76
+
77
+ .challan-generation-style-44b6015a79 {
78
+ display:flex;
79
+ align-items:center;
80
+ margin-top:auto;
81
+ }
82
+
83
+ .challan-generation-style-481ed7e754 {
84
+ padding:10px;
85
+ }
86
+
87
+ .challan-generation-style-5bac8467c0 {
88
+ color:green;
89
+ }
90
+
91
+ .challan-generation-style-5c0843b73b {
92
+ max-width:500px;
93
+ }
94
+
95
+ .challan-generation-style-5c357d95f7 {
96
+ margin-top:20;
97
+ }
98
+
99
+ .challan-generation-style-669a0ee4e0 {
100
+ display:flex;
101
+ justify-content:flex-end;
102
+ align-items:baseline;
103
+ }
104
+
105
+ .challan-generation-style-6eab5e7808 {
106
+ display:flex;
107
+ flex-direction:column;
108
+ }
109
+
110
+ .challan-generation-style-6fbc35255f {
111
+ width:100%;
112
+ padding-right:25px;
113
+ padding-left:25px;
114
+ }
115
+
116
+ .challan-generation-style-6ffaa34fed {
117
+ font-size:24px;
118
+ padding:10px 0px;
119
+ font-weight:700;
120
+ }
121
+
122
+ .challan-generation-style-7623f05545 {
123
+ flex:1;
124
+ }
125
+
126
+ .challan-generation-style-791521f0b7 {
127
+ width:35%;
128
+ border:1px solid #D6D5D4;
129
+ margin-top:1rem;
130
+ margin-bottom:1rem;
131
+ }
132
+
133
+ .challan-generation-style-7dde5e56b3 {
134
+ margin-bottom:20px;
135
+ }
136
+
137
+ .challan-generation-style-806dcbc2f3 {
138
+ border:1px solid #e0e0e0;
139
+ padding:6px;
140
+ }
141
+
142
+ .challan-generation-style-8119d65878 {
143
+ margin-left:8px;
144
+ font-weight:normal;
145
+ }
146
+
147
+ .challan-generation-style-88bbba3a71 {
148
+ padding:10px 0px;
149
+ }
150
+
151
+ .challan-generation-style-8a359a76eb {
152
+ margin-top:16px;
153
+ }
154
+
155
+ .challan-generation-style-8c313805d9 {
156
+ margin-top:19px;
157
+ }
158
+
159
+ .challan-generation-style-8f96e7bd84 {
160
+ color:#FE7A51;
161
+ cursor:pointer;
162
+ }
163
+
164
+ .challan-generation-style-99871d5ffa {
165
+ margin-right:1rem;
166
+ }
167
+
168
+ .challan-generation-style-9bdc9a8416 {
169
+ display:flex;
170
+ }
171
+
172
+ .challan-generation-style-9c67b9a649 {
173
+ overflow-x:scroll;
174
+ }
175
+
176
+ .challan-generation-style-a2e94d72eb {
177
+ padding:0;
178
+ }
179
+
180
+ .challan-generation-style-a55b17636b {
181
+ margin-top:10px;
182
+ font-size:15px;
183
+ }
184
+
185
+ .challan-generation-style-a5a34f1718 {
186
+ margin-left:unset;
187
+ }
188
+
189
+ .challan-generation-style-aa35c0473f {
190
+ padding-right:0;
191
+ margin-top:0;
192
+ }
193
+
194
+ .challan-generation-style-acb1508a33 {
195
+ margin-bottom:0;
196
+ width:100%;
197
+ }
198
+
199
+ .challan-generation-style-b1ecc496e0 {
200
+ margin-top:8px;
201
+ }
202
+
203
+ .challan-generation-style-b9d23c1045 {
204
+ background:#f6f6f6;
205
+ padding:8px;
206
+ }
207
+
208
+ .challan-generation-style-ba53c25006 {
209
+ padding-top:9px;
210
+ }
211
+
212
+ .challan-generation-style-bbc75b303e {
213
+ background-color:white;
214
+ margin-right:200px;
215
+ margin-left:2.5%;
216
+ width:100%;
217
+ }
218
+
219
+ .challan-generation-style-c0505f64f2 {
220
+ min-width:100px;
221
+ margin-right:10px;
222
+ }
223
+
224
+ .challan-generation-style-cad980f4b7 {
225
+ width:100%;
226
+ }
227
+
228
+ .challan-generation-style-ce105fd28a {
229
+ margin-top:-1px;
230
+ }
231
+
232
+ .challan-generation-style-cf34b98518 {
233
+ width:100%;
234
+ gap:20px;
235
+ }
236
+
237
+ .challan-generation-style-d3ebd854a3 {
238
+ display:flex;
239
+ flex-wrap:wrap;
240
+ }
241
+
242
+ .challan-generation-style-da303dcf86 {
243
+ margin-bottom:15px;
244
+ }
245
+
246
+ .challan-generation-style-dac4fe6c9b {
247
+ text-align:center;
248
+ }
249
+
250
+ .challan-generation-style-e0f04f86f4 {
251
+ cursor:pointer;
252
+ color:#007bff;
253
+ }
254
+
255
+ .challan-generation-style-f9f0ebc1c8 {
256
+ padding-top:10px;
257
+ }
258
+
259
+ .challan-generation-style-fca99e6205 {
260
+ color: red;
261
+ padding-right: 3px;
262
+ }
263
+
264
+ .challan-generation-loader {
265
+ display: flex;
266
+ justify-content: center;
267
+ align-items: center;
268
+ min-height: 100px;
269
+ width: 100%;
270
+ position: relative;
271
+ }
272
+
273
+ .challan-generation-loader--page {
274
+ position: fixed;
275
+ top: 0;
276
+ left: 0;
277
+ width: 100vw;
278
+ height: 100vh;
279
+ background: rgba(255, 255, 255, 0.6);
280
+ backdrop-filter: blur(4px);
281
+ z-index: 9999;
282
+ }
283
+
284
+ .challan-generation-loader__spinner {
285
+ width: 64px;
286
+ height: 64px;
287
+ border: 8px solid #1976d2;
288
+ border-top: 8px solid transparent;
289
+ border-radius: 50%;
290
+ animation: challan-generation-spin 1.2s linear infinite;
291
+ }
292
+
293
+ @keyframes challan-generation-spin {
294
+ from {
295
+ transform: rotate(0deg);
296
+ }
297
+
298
+ to {
299
+ transform: rotate(360deg);
300
+ }
301
+ }
302
+
303
+ .challan-generation-desktop-inbox__result {
304
+ flex: 1;
305
+ }
306
+
307
+ .challan-generation-desktop-inbox__result--inbox {
308
+ margin-left: 24px;
309
+ }
310
+
311
+ .challan-generation-details-card {
312
+ border: 2px solid #fff;
313
+ }
314
+
315
+ .challan-generation-details-card--selected {
316
+ border-color: #a82227;
317
+ }
318
+
319
+ .challan-generation-employee-breadcrumb--mobile {
320
+ margin-left: 2vw;
321
+ }
322
+
323
+ .challan-generation-citizen-breadcrumb--offset {
324
+ margin-left: 10px;
325
+ }
326
+
327
+ .challan-generation-search--inbox {
328
+ margin-left: 24px;
329
+ }
330
+
331
+ .challan-generation-search__inputs {
332
+ width: 100%;
333
+ display: grid;
334
+ }
335
+
336
+ .challan-generation-search__clear-link--mobile {
337
+ margin: 0;
338
+ }
339
+
340
+ .challan-generation-form-section--desktop {
341
+ margin-top: -50px;
342
+ }
343
+
344
+ .challan-generation-form-field-error {
345
+ width: 70%;
346
+ margin-left: 30%;
347
+ font-size: 12px;
348
+ margin-top: -21px;
349
+ }
@@ -1,3 +1,3 @@
1
- .language-title {
2
- margin-bottom: "5px";
3
- }
1
+ .language-title {
2
+ margin-bottom: "5px";
3
+ }