@chipstcp/upyog-css 1.0.0
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.
- package/dist/index.css +21523 -0
- package/dist/index.min.css +1 -0
- package/img/browser-icon.png +0 -0
- package/img/m_seva_white_logo.png +0 -0
- package/img/mseva-demo.png +0 -0
- package/package.json +63 -0
- package/src/components/CardBasedOptions.scss +536 -0
- package/src/components/CitizenHomeCard.scss +228 -0
- package/src/components/EllipsisMenu.scss +17 -0
- package/src/components/EventCalendarView.scss +10 -0
- package/src/components/FAQ.scss +64 -0
- package/src/components/NewAccordianCitizen.scss +130 -0
- package/src/components/OnGroundEventCard.scss +72 -0
- package/src/components/PageBasedInput.scss +30 -0
- package/src/components/PopupHeadingLabel.scss +15 -0
- package/src/components/PropertySearchForm.scss +58 -0
- package/src/components/SearchForm.scss +57 -0
- package/src/components/SearchOnRadioButton.scss +10 -0
- package/src/components/StandaloneSearchBar.scss +10 -0
- package/src/components/SurveyModal.scss +195 -0
- package/src/components/TimeLine.scss +96 -0
- package/src/components/WhatsNewCard.scss +13 -0
- package/src/components/actionLink.scss +3 -0
- package/src/components/actionbar.scss +100 -0
- package/src/components/bannercomponents.scss +137 -0
- package/src/components/body.scss +423 -0
- package/src/components/buttons.scss +142 -0
- package/src/components/card.scss +968 -0
- package/src/components/cardHeaderWithOptions.scss +16 -0
- package/src/components/changeLanguage.scss +3 -0
- package/src/components/charts.scss +186 -0
- package/src/components/checkbox.scss +83 -0
- package/src/components/checkpoint.scss +65 -0
- package/src/components/citizenInfoLabel.scss +14 -0
- package/src/components/custombtn.scss +16 -0
- package/src/components/datatable.scss +119 -0
- package/src/components/datewrap.scss +21 -0
- package/src/components/detailscard.scss +6 -0
- package/src/components/detailscontainer.scss +13 -0
- package/src/components/documentSection.scss +134 -0
- package/src/components/filters.scss +98 -0
- package/src/components/grey.scss +3 -0
- package/src/components/hoc/InboxComposer.scss +111 -0
- package/src/components/hoc/index.scss +1 -0
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -0
- package/src/components/info-banner.scss +35 -0
- package/src/components/inputotp.scss +15 -0
- package/src/components/keynote.scss +29 -0
- package/src/components/languageSelector.scss +24 -0
- package/src/components/loader.scss +96 -0
- package/src/components/map.scss +36 -0
- package/src/components/menu.scss +0 -0
- package/src/components/metricsTable.scss +27 -0
- package/src/components/multiLink.scss +118 -0
- package/src/components/multiSelectDropdown.scss +89 -0
- package/src/components/navbar.scss +377 -0
- package/src/components/newFooter.scss +82 -0
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +27 -0
- package/src/components/radiobtn.scss +47 -0
- package/src/components/ratingstar.scss +33 -0
- package/src/components/roundedLabel.scss +10 -0
- package/src/components/searchAction.scss +27 -0
- package/src/components/sectionalDropdown.scss +43 -0
- package/src/components/selectdropdown.scss +302 -0
- package/src/components/staticDynamicMessages.scss +111 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -0
- package/src/components/submiterrors.scss +11 -0
- package/src/components/summary.scss +29 -0
- package/src/components/table.scss +383 -0
- package/src/components/tag.scss +27 -0
- package/src/components/telephone.scss +17 -0
- package/src/components/textfields.scss +146 -0
- package/src/components/toast.scss +31 -0
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +218 -0
- package/src/components/uploadcomponents.scss +116 -0
- package/src/index.scss +2087 -0
- package/src/modules/BPA/index.scss +98 -0
- package/src/modules/adv/index.scss +643 -0
- package/src/modules/hrms/index.scss +1328 -0
- package/src/modules/rentAndLease/index.scss +238 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
- package/src/pages/citizen/CitizenLogin.scss +50 -0
- package/src/pages/citizen/DocumentList.scss +455 -0
- package/src/pages/citizen/Events.scss +47 -0
- package/src/pages/citizen/HomePageWrapper.scss +215 -0
- package/src/pages/citizen/InboxCard.scss +378 -0
- package/src/pages/citizen/SurveyList.scss +25 -0
- package/src/pages/citizen/citizenDocument.scss +26 -0
- package/src/pages/citizen/citizenNewLogin.scss +352 -0
- package/src/pages/citizen/container.scss +33 -0
- package/src/pages/citizen/loaderMessage.scss +342 -0
- package/src/pages/citizen/payment/payment-type.scss +3 -0
- package/src/pages/citizen/updatePropertyNumber.scss +46 -0
- package/src/pages/common/form.scss +26 -0
- package/src/pages/common/newApplicationTimeline.scss +341 -0
- package/src/pages/common/pgrUICssfix.scss +129 -0
- package/src/pages/common/requiredField.scss +3 -0
- package/src/pages/common/sanctionFeeTable.scss +92 -0
- package/src/pages/common/searchIcon.scss +13 -0
- package/src/pages/common/sitePhotoGraphs.scss +27 -0
- package/src/pages/common/stepForm.scss +41 -0
- package/src/pages/employee/EmployeeLogin.scss +7 -0
- package/src/pages/employee/cardfix.scss +14 -0
- package/src/pages/employee/container.scss +73 -0
- package/src/pages/employee/dashboard.scss +204 -0
- package/src/pages/employee/disconnection.scss +426 -0
- package/src/pages/employee/dss.scss +251 -0
- package/src/pages/employee/faq.scss +353 -0
- package/src/pages/employee/footer.scss +69 -0
- package/src/pages/employee/form-fields.scss +27 -0
- package/src/pages/employee/header.scss +262 -0
- package/src/pages/employee/iframe.scss +66 -0
- package/src/pages/employee/inbox.scss +1110 -0
- package/src/pages/employee/index.scss +694 -0
- package/src/pages/employee/landing.scss +1803 -0
- package/src/pages/employee/login.scss +253 -0
- package/src/pages/employee/oldMobileInbox.scss +5 -0
- package/src/pages/employee/popupmodule.scss +47 -0
- package/src/pages/employee/response.scss +3 -0
- package/src/pages/employee/scroll-table.scss +114 -0
- package/src/pages/employee/surveys.scss +469 -0
- package/src/pages/employee/tooltip.scss +36 -0
- package/src/pages/employee/updateNumber.scss +13 -0
- package/src/pages/swach/index.scss +232 -0
- package/src/pages/ws/index.scss +119 -0
- package/svg/arrowdown.svg +1 -0
- package/svg/arrowleft.svg +1 -0
- package/svg/calendar.svg +1 -0
- package/svg/camera.svg +4 -0
- package/svg/check.svg +4 -0
- package/svg/close.svg +4 -0
- package/svg/error.svg +4 -0
- package/svg/error2.svg +5 -0
- package/svg/searchicon.svg +4 -0
- package/svg/starempty.svg +4 -0
- package/svg/starfilled.svg +5 -0
- package/svg/success.svg +4 -0
|
@@ -0,0 +1,1110 @@
|
|
|
1
|
+
.complaint-links-container {
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: center;
|
|
4
|
+
align-items: center;
|
|
5
|
+
@apply bg-white;
|
|
6
|
+
border-radius: 4px;
|
|
7
|
+
.header {
|
|
8
|
+
@apply flex items-center border-b border-border justify-between;
|
|
9
|
+
|
|
10
|
+
.logo {
|
|
11
|
+
width: 56px;
|
|
12
|
+
height: 56px;
|
|
13
|
+
@apply bg-focus;
|
|
14
|
+
padding: 12px;
|
|
15
|
+
border-radius: 4px;
|
|
16
|
+
svg {
|
|
17
|
+
@apply w-8 h-8;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.text {
|
|
22
|
+
@apply pl-md text-heading-m font-bold;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.body {
|
|
27
|
+
padding: 10px;
|
|
28
|
+
@apply flex items-start flex-col;
|
|
29
|
+
margin-left: 46px;
|
|
30
|
+
|
|
31
|
+
.link {
|
|
32
|
+
@apply p-sm text-primary-main items-center;
|
|
33
|
+
display: flex !important;
|
|
34
|
+
color: #2947a3 !important;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.inbox-total {
|
|
38
|
+
padding: 4px;
|
|
39
|
+
display: table;
|
|
40
|
+
@apply whitespace-normal text-center text-white w-8 h-8 bg-primary-main rounded-full ml-xs;
|
|
41
|
+
background-color: #1359c8 !important;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.links-wrapper {
|
|
46
|
+
@apply pl-md py-sm text-text-btn;
|
|
47
|
+
.link {
|
|
48
|
+
padding: 0 !important;
|
|
49
|
+
padding-bottom: 4px !important;
|
|
50
|
+
color: #a82227 !important;
|
|
51
|
+
svg {
|
|
52
|
+
@apply ml-sm;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.complaint-header {
|
|
59
|
+
display: flex;
|
|
60
|
+
@apply flex justify-between w-full;
|
|
61
|
+
margin-bottom: 20px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.MobilePopupHeadingWrapper {
|
|
65
|
+
@apply flex place-content-between mb-md;
|
|
66
|
+
h2 {
|
|
67
|
+
@apply text-heading-l font-bold;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.filter-button {
|
|
72
|
+
@apply text-primary-main;
|
|
73
|
+
&:hover {
|
|
74
|
+
@apply text-primary-dark cursor-pointer;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.employeeCard-info-box {
|
|
79
|
+
@apply flex justify-end ml-md;
|
|
80
|
+
background-color: #fafafa;
|
|
81
|
+
div {
|
|
82
|
+
margin-right: 32px;
|
|
83
|
+
span:nth-child(2) {
|
|
84
|
+
@apply font-bold;
|
|
85
|
+
color: #4f5a5f;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
.employeeCard-info-data {
|
|
89
|
+
display: flex;
|
|
90
|
+
flex-direction: column;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.filter-form {
|
|
95
|
+
.filter-card {
|
|
96
|
+
@apply bg-white min-h-full;
|
|
97
|
+
padding: 10px;
|
|
98
|
+
border-radius: 8px;
|
|
99
|
+
margin-bottom: 24px;
|
|
100
|
+
|
|
101
|
+
.heading {
|
|
102
|
+
justify-content: unset;
|
|
103
|
+
@apply flex;
|
|
104
|
+
|
|
105
|
+
.clearAll {
|
|
106
|
+
display: none;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.filter-label {
|
|
111
|
+
@apply font-bold text-heading-l flex gap-3;
|
|
112
|
+
padding-bottom: 6px;
|
|
113
|
+
svg {
|
|
114
|
+
fill: #0b0c0c;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
.sub-filter-label {
|
|
118
|
+
font-weight: 400;
|
|
119
|
+
font-size: 16px;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
.filter-form-field {
|
|
123
|
+
p {
|
|
124
|
+
@apply text-form-field text-text-primary block mb-md;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.inbox-container {
|
|
130
|
+
.filters-container {
|
|
131
|
+
.filter {
|
|
132
|
+
.filter-card {
|
|
133
|
+
@apply bg-white;
|
|
134
|
+
padding: 10px;
|
|
135
|
+
padding-bottom: 50px;
|
|
136
|
+
.filter-card-close-button {
|
|
137
|
+
@apply flex flex-row-reverse;
|
|
138
|
+
}
|
|
139
|
+
.heading {
|
|
140
|
+
@apply flex justify-between;
|
|
141
|
+
|
|
142
|
+
.clearAll {
|
|
143
|
+
display: none;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.filter-label {
|
|
148
|
+
@apply text-heading-m block flex gap-3 items-center;
|
|
149
|
+
padding-bottom: 6px;
|
|
150
|
+
svg {
|
|
151
|
+
fill: #0b0c0c;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.sub-filter-label {
|
|
156
|
+
font-weight: 400;
|
|
157
|
+
font-size: 16px;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.search-complaint-container {
|
|
163
|
+
padding: 1rem;
|
|
164
|
+
@apply items-center bg-white p-md;
|
|
165
|
+
|
|
166
|
+
.complaint-header {
|
|
167
|
+
display: flex;
|
|
168
|
+
justify-content: space-between;
|
|
169
|
+
padding-bottom: 1rem;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.complaint-input-container {
|
|
173
|
+
@apply w-full;
|
|
174
|
+
.complaint-input {
|
|
175
|
+
@apply flex flex-col;
|
|
176
|
+
|
|
177
|
+
.clear-search {
|
|
178
|
+
@apply text-focus;
|
|
179
|
+
display: none;
|
|
180
|
+
&:hover {
|
|
181
|
+
color: #003078;
|
|
182
|
+
cursor: pointer;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.mobile-input {
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.status-container {
|
|
194
|
+
margin-bottom: 50px;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.clear-search,
|
|
199
|
+
.clear-search .link-label {
|
|
200
|
+
@apply text-focus;
|
|
201
|
+
@apply block;
|
|
202
|
+
cursor: pointer;
|
|
203
|
+
&:hover {
|
|
204
|
+
color: #000;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
.button-clear {
|
|
208
|
+
@apply text-focus text-body-s-dt;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.inbox-count {
|
|
212
|
+
@apply inline ml-sm p-sm bg-primary-main rounded-full text-white text-heading-s align-middle text-center font-regular;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
@screen dt {
|
|
216
|
+
.complaint-links-container {
|
|
217
|
+
@apply bg-white;
|
|
218
|
+
|
|
219
|
+
.header {
|
|
220
|
+
@apply flex items-center border-b border-border;
|
|
221
|
+
|
|
222
|
+
.logo {
|
|
223
|
+
@apply bg-focus;
|
|
224
|
+
padding: 12px;
|
|
225
|
+
border-radius: 4px;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.text {
|
|
229
|
+
@apply pl-md text-heading-m-dt font-bold;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.body {
|
|
234
|
+
padding: 10px;
|
|
235
|
+
@apply flex items-start flex-col;
|
|
236
|
+
margin-left: 46px;
|
|
237
|
+
|
|
238
|
+
.link {
|
|
239
|
+
color: #a82227 !important;
|
|
240
|
+
@apply p-sm text-primary-main;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.inboxLinks {
|
|
246
|
+
margin: 0 !important;
|
|
247
|
+
padding: 0 !important;
|
|
248
|
+
.header {
|
|
249
|
+
border: none;
|
|
250
|
+
@apply justify-start;
|
|
251
|
+
.logo {
|
|
252
|
+
@apply bg-white;
|
|
253
|
+
svg {
|
|
254
|
+
path {
|
|
255
|
+
fill: #1359c8;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
.body {
|
|
261
|
+
margin-left: 0;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
.filter-card{
|
|
265
|
+
padding: 1rem !important;
|
|
266
|
+
}
|
|
267
|
+
.filter-form {
|
|
268
|
+
.filter-card {
|
|
269
|
+
@apply p-md bg-white;
|
|
270
|
+
|
|
271
|
+
.heading {
|
|
272
|
+
@apply flex justify-between;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.label {
|
|
276
|
+
@apply text-heading-s;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.inbox-container {
|
|
282
|
+
@apply flex;
|
|
283
|
+
|
|
284
|
+
.filters-container {
|
|
285
|
+
width: 270px;
|
|
286
|
+
|
|
287
|
+
.filter {
|
|
288
|
+
@apply mt-md;
|
|
289
|
+
|
|
290
|
+
.filter-card {
|
|
291
|
+
@apply p-md bg-white;
|
|
292
|
+
|
|
293
|
+
.heading {
|
|
294
|
+
@apply flex justify-between;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.label {
|
|
298
|
+
@apply text-heading-s;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
.citizen-filter {
|
|
303
|
+
margin-top: unset;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.search-container {
|
|
308
|
+
padding:1rem !important;
|
|
309
|
+
.search-complaint-container {
|
|
310
|
+
margin: auto;
|
|
311
|
+
@apply flex flex-col items-start mb-md bg-white p-md;
|
|
312
|
+
|
|
313
|
+
.complaint-input-container {
|
|
314
|
+
/* display: inline-block !important; */
|
|
315
|
+
display: grid !important;
|
|
316
|
+
grid-template-columns: 33.33% 33.33% 33.33%;
|
|
317
|
+
width:100% !important;
|
|
318
|
+
|
|
319
|
+
&.for-pt {
|
|
320
|
+
&.for-search {
|
|
321
|
+
grid-template-columns: 25% 25% 25% 25%;
|
|
322
|
+
|
|
323
|
+
.input-fields:nth-child(3n) {
|
|
324
|
+
@apply mr-md !important;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.input-fields:nth-child(4n) {
|
|
328
|
+
margin-right: 0 !important;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.search-submit-wrapper {
|
|
332
|
+
grid-column: 4/5;
|
|
333
|
+
/* margin-top: 56px;*/
|
|
334
|
+
max-width: unset;
|
|
335
|
+
margin-left: unset;
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.search-submit-wrapper {
|
|
341
|
+
grid-column: 3/4;
|
|
342
|
+
margin-left: 50%;
|
|
343
|
+
max-width: 50%;
|
|
344
|
+
grid-column: 3/4;
|
|
345
|
+
@apply flex flex-col justify-center text-center;
|
|
346
|
+
|
|
347
|
+
.submit-bar-search {
|
|
348
|
+
margin-top: unset;
|
|
349
|
+
width: 100%;
|
|
350
|
+
margin-bottom: 20px;
|
|
351
|
+
margin-left: unset;
|
|
352
|
+
max-width: 100%;
|
|
353
|
+
width: 100%;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.input-fields {
|
|
358
|
+
/*width: calc(50% - 16px);*/
|
|
359
|
+
|
|
360
|
+
@apply inline-block mr-md !important;
|
|
361
|
+
|
|
362
|
+
.inbox-search-form-error {
|
|
363
|
+
padding-top: 0;
|
|
364
|
+
margin-top: 0;
|
|
365
|
+
@apply absolute;
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.input-fields:nth-child(3n) {
|
|
370
|
+
margin-right: 0 !important;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.complaint-input {
|
|
374
|
+
@apply flex flex-col;
|
|
375
|
+
|
|
376
|
+
.clear-search {
|
|
377
|
+
@apply text-focus;
|
|
378
|
+
@apply block;
|
|
379
|
+
cursor: pointer;
|
|
380
|
+
&:hover {
|
|
381
|
+
color: #003078;
|
|
382
|
+
cursor: pointer;
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.mobile-input {
|
|
388
|
+
@apply ml-sm;
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.search-action-wrapper {
|
|
393
|
+
width: 33%;
|
|
394
|
+
margin-top: 28px;
|
|
395
|
+
@apply inline-block align-middle text-center;
|
|
396
|
+
button {
|
|
397
|
+
margin: 0;
|
|
398
|
+
width: 100%;
|
|
399
|
+
max-width: 300px !important;
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.search-complaint-container-for-search {
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.document-clear-all {
|
|
411
|
+
grid-area: 2/2;
|
|
412
|
+
display: flex;
|
|
413
|
+
justify-content: flex-end;
|
|
414
|
+
padding-right: 16px;
|
|
415
|
+
align-items: center;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.cell-text {
|
|
419
|
+
color: #505a5f;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.sla-cell-error {
|
|
423
|
+
color: #2947a3;
|
|
424
|
+
color: #a82227;
|
|
425
|
+
background-color: #f5fbff;
|
|
426
|
+
padding: 0 24px;
|
|
427
|
+
border-radius: 11px;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.sla-cell-success {
|
|
431
|
+
color: #00703c;
|
|
432
|
+
background-color: rgba(0, 112, 60, 0.12);
|
|
433
|
+
padding: 0 24px;
|
|
434
|
+
border-radius: 11px;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.complain-no-cell-text {
|
|
438
|
+
margin-top: "4px";
|
|
439
|
+
color: "#505A5F";
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.search-error-label {
|
|
443
|
+
@apply font-bold text-legend text-error mb-sm !important;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.inbox-action-container {
|
|
447
|
+
display: flex;
|
|
448
|
+
justify-content: flex-end;
|
|
449
|
+
align-items: flex-start;
|
|
450
|
+
}
|
|
451
|
+
.complaint-links-container .header .removeHeight {
|
|
452
|
+
line-height: 28px;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
/* Mobile view styles for complaint input container */
|
|
456
|
+
@media only screen and (max-width: 640px) {
|
|
457
|
+
.complaint-input-container {
|
|
458
|
+
display: flex !important;
|
|
459
|
+
flex-direction: column !important;
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
@screen dt {
|
|
464
|
+
.complaint-links-container .header .removeBorderRadiusLogo {
|
|
465
|
+
border-radius: 2px !important;
|
|
466
|
+
background-color: #a82227;
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
@screen dt {
|
|
470
|
+
.customEmployeeCard {
|
|
471
|
+
width: 320px !important;
|
|
472
|
+
height: 220px !important;
|
|
473
|
+
padding: 0px !important;
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.employeeTotalLink {
|
|
478
|
+
color: #a82227;
|
|
479
|
+
font-size: 12px;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
@screen dt {
|
|
483
|
+
.groupBill-custom {
|
|
484
|
+
.custom-group-merge-container {
|
|
485
|
+
display: flex !important;
|
|
486
|
+
justify-content: space-between !important;
|
|
487
|
+
.header {
|
|
488
|
+
display: flex;
|
|
489
|
+
align-items: baseline;
|
|
490
|
+
.logo {
|
|
491
|
+
margin-right: 1rem;
|
|
492
|
+
svg {
|
|
493
|
+
path {
|
|
494
|
+
fill: #a82227;
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
.h1 {
|
|
499
|
+
font-size: 24px;
|
|
500
|
+
line-height: 28px;
|
|
501
|
+
font-weight: 400;
|
|
502
|
+
color: #a82227;
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
.inbox-container {
|
|
507
|
+
.search-container {
|
|
508
|
+
.search-complaint-container {
|
|
509
|
+
display: flex;
|
|
510
|
+
flex-direction: row;
|
|
511
|
+
}
|
|
512
|
+
.group-complaint-input-container {
|
|
513
|
+
width: 33% !important;
|
|
514
|
+
display: flex;
|
|
515
|
+
flex-direction: column;
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
.inbox-action-container {
|
|
520
|
+
display: flex;
|
|
521
|
+
flex-direction: row-reverse;
|
|
522
|
+
.clear-search {
|
|
523
|
+
margin-top: 65px;
|
|
524
|
+
margin-left: 16px;
|
|
525
|
+
padding-top: unset !important;
|
|
526
|
+
}
|
|
527
|
+
.submit-bar-search {
|
|
528
|
+
margin-top: 55px !important;
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
@screen dt {
|
|
535
|
+
.groupBill-custom {
|
|
536
|
+
.custom-group-merge-container {
|
|
537
|
+
display: flex !important;
|
|
538
|
+
justify-content: space-between !important;
|
|
539
|
+
.header {
|
|
540
|
+
display: flex;
|
|
541
|
+
align-items: baseline;
|
|
542
|
+
.logo {
|
|
543
|
+
margin-right: 1rem;
|
|
544
|
+
svg {
|
|
545
|
+
path {
|
|
546
|
+
fill: #a82227;
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
.h1 {
|
|
551
|
+
font-size: 24px;
|
|
552
|
+
line-height: 28px;
|
|
553
|
+
font-weight: 400;
|
|
554
|
+
color: #a82227;
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
.inbox-container {
|
|
559
|
+
.search-container {
|
|
560
|
+
.search-complaint-container {
|
|
561
|
+
display: flex;
|
|
562
|
+
flex-direction: row;
|
|
563
|
+
}
|
|
564
|
+
.group-complaint-input-container {
|
|
565
|
+
width: 33% !important;
|
|
566
|
+
display: flex;
|
|
567
|
+
flex-direction: column;
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
.inbox-action-container {
|
|
572
|
+
display: flex;
|
|
573
|
+
flex-direction: row-reverse;
|
|
574
|
+
.clear-search {
|
|
575
|
+
margin-top: 65px;
|
|
576
|
+
margin-left: 16px;
|
|
577
|
+
padding-top: unset !important;
|
|
578
|
+
}
|
|
579
|
+
.submit-bar-search {
|
|
580
|
+
margin-top: 55px !important;
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
.inboxLinksFSM {
|
|
587
|
+
margin: 0 !important;
|
|
588
|
+
}
|
|
589
|
+
.complaint-links-container .body .link {
|
|
590
|
+
color: #2947a3 !important;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.employee .customEmployeeCard:nth-child(odd) {
|
|
594
|
+
.employeeCustomCard {
|
|
595
|
+
background-color: white;
|
|
596
|
+
background-size: cover;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
.employee .customEmployeeCard:nth-child(even) {
|
|
600
|
+
.employeeCustomCard {
|
|
601
|
+
background-color: white;
|
|
602
|
+
background-size: cover;
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
.employee .employeeCustomCard {
|
|
606
|
+
border-radius: 4%;
|
|
607
|
+
.employeeCustomCard {
|
|
608
|
+
border-radius: 4%;
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
.employee-card-banner {
|
|
612
|
+
background-color: white;
|
|
613
|
+
width: 88%;
|
|
614
|
+
margin: 0 auto;
|
|
615
|
+
bottom: 0px;
|
|
616
|
+
position: absolute;
|
|
617
|
+
margin-bottom: -10%;
|
|
618
|
+
left: 6%;
|
|
619
|
+
border-radius: 10px;
|
|
620
|
+
}
|
|
621
|
+
.text-employee-card {
|
|
622
|
+
font-size: 1.5rem;
|
|
623
|
+
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
624
|
+
position: absolute;
|
|
625
|
+
top: 10%;
|
|
626
|
+
padding-left: 10%;
|
|
627
|
+
color: black !important;
|
|
628
|
+
width: 300px;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.plumber-details-new-value-wrapper {
|
|
632
|
+
flex: 2 1 auto;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.connection-details-new-value-wrapper {
|
|
636
|
+
flex: 1 1 auto;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.connection-details-old-value-wrapper,
|
|
640
|
+
.plumber-details-old-value-wrapper {
|
|
641
|
+
flex: 1 1 auto;
|
|
642
|
+
|
|
643
|
+
.old-value-null-wrapper {
|
|
644
|
+
visibility: hidden;
|
|
645
|
+
padding-bottom: 8px;
|
|
646
|
+
margin-bottom: 8px;
|
|
647
|
+
}
|
|
648
|
+
.row {
|
|
649
|
+
color: #b1b4b6;
|
|
650
|
+
font-weight: 700;
|
|
651
|
+
font-size: 16px;
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.search-tabs-container {
|
|
656
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
|
657
|
+
margin-bottom: 35px;
|
|
658
|
+
display: flex;
|
|
659
|
+
justify-content: space-between;
|
|
660
|
+
|
|
661
|
+
.search-tab-head {
|
|
662
|
+
padding: 10px 35px;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
.search-tab-head-selected {
|
|
666
|
+
padding: 10px 35px;
|
|
667
|
+
color: rgb(244, 119, 56);
|
|
668
|
+
border-bottom: 4px solid rgb(244, 119, 56);
|
|
669
|
+
font-weight: bold;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.search-tab-head-selected:focus {
|
|
673
|
+
outline: 0;
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.card-with-background {
|
|
678
|
+
background: rgb(250, 250, 250);
|
|
679
|
+
border: 1px solid rgb(214, 213, 212);
|
|
680
|
+
|
|
681
|
+
.card-head {
|
|
682
|
+
display: flex;
|
|
683
|
+
justify-content: space-between;
|
|
684
|
+
margin-bottom: 30px;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
h2 {
|
|
688
|
+
font-size: 16px;
|
|
689
|
+
font-weight: 700;
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
.registryTable {
|
|
694
|
+
tHead {
|
|
695
|
+
tr {
|
|
696
|
+
th {
|
|
697
|
+
text-align: left;
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
tBody {
|
|
702
|
+
tr {
|
|
703
|
+
td {
|
|
704
|
+
text-align: left;
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
@media only screen and (max-width: 640px) {
|
|
710
|
+
.dashboardCardTypeOne {
|
|
711
|
+
border-top: 5px solid #2947a3;
|
|
712
|
+
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
|
|
713
|
+
background: #ffffff;
|
|
714
|
+
height: 188px;
|
|
715
|
+
padding: 16px 20px;
|
|
716
|
+
gap: 24px;
|
|
717
|
+
border-radius: 8px 0px 0px 0px;
|
|
718
|
+
border-top: 5px solid hsl(225, 60%, 40%);
|
|
719
|
+
opacity: 1;
|
|
720
|
+
width: 87%;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.dashboardCardTypeOneHeader {
|
|
724
|
+
color: #14346d;
|
|
725
|
+
font-family: Roboto;
|
|
726
|
+
font-size: 20px;
|
|
727
|
+
font-weight: 500;
|
|
728
|
+
line-height: 24px;
|
|
729
|
+
text-align: center;
|
|
730
|
+
word-wrap: break-word;
|
|
731
|
+
margin-left: 10%;
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
@media only screen and (min-width: 641px) {
|
|
735
|
+
.dashboardCardTypeOne {
|
|
736
|
+
border-top: 5px solid #2947a3;
|
|
737
|
+
box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
|
|
738
|
+
background: #ffffff;
|
|
739
|
+
height: 188px;
|
|
740
|
+
padding: 16px 20px;
|
|
741
|
+
gap: 24px;
|
|
742
|
+
border-radius: 8px 0px 0px 0px;
|
|
743
|
+
border-top: 5px solid hsl(225, 60%, 40%);
|
|
744
|
+
opacity: 1;
|
|
745
|
+
width: 100%;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.dashboardCardTypeOneHeader {
|
|
749
|
+
color: #14346d;
|
|
750
|
+
font-family: Roboto;
|
|
751
|
+
font-size: 20px;
|
|
752
|
+
font-weight: 500;
|
|
753
|
+
line-height: 24px;
|
|
754
|
+
text-align: left;
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
.mCollect-filter{
|
|
758
|
+
padding: 1rem !important;
|
|
759
|
+
}
|
|
760
|
+
.filter-card{
|
|
761
|
+
padding: 1rem !important;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.employee-quick-service-link {
|
|
765
|
+
text-decoration: none;
|
|
766
|
+
display: block;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.employee-quick-service-card {
|
|
770
|
+
display: flex;
|
|
771
|
+
align-items: stretch;
|
|
772
|
+
border-radius: 16px;
|
|
773
|
+
overflow: hidden;
|
|
774
|
+
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
|
775
|
+
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
776
|
+
transform: translateY(0) scale(1);
|
|
777
|
+
background: white;
|
|
778
|
+
position: relative;
|
|
779
|
+
border: 2px solid transparent;
|
|
780
|
+
width: 400px;
|
|
781
|
+
height: 140px;
|
|
782
|
+
min-height: 140px;
|
|
783
|
+
max-height: 140px;
|
|
784
|
+
|
|
785
|
+
@media (max-width: 768px) {
|
|
786
|
+
width: 100%;
|
|
787
|
+
height: 120px;
|
|
788
|
+
min-height: 120px;
|
|
789
|
+
max-height: 120px;
|
|
790
|
+
min-width: 324px;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
&.hovered {
|
|
794
|
+
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
|
|
795
|
+
transform: translateY(-4px) scale(1.02);
|
|
796
|
+
border: 2px solid rgba(79, 101, 216, 0.3);
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
@media (max-width: 768px) {
|
|
801
|
+
.employee-main-application-details .employeeCard {
|
|
802
|
+
padding: 10px;
|
|
803
|
+
}
|
|
804
|
+
.cp {
|
|
805
|
+
width: 60px !important;
|
|
806
|
+
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
.card-icon-container {
|
|
812
|
+
display: flex;
|
|
813
|
+
justify-content: center;
|
|
814
|
+
align-items: center;
|
|
815
|
+
min-width: 120px;
|
|
816
|
+
width: 120px;
|
|
817
|
+
padding: 24px;
|
|
818
|
+
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
|
819
|
+
position: relative;
|
|
820
|
+
overflow: hidden;
|
|
821
|
+
|
|
822
|
+
@media (max-width: 768px) {
|
|
823
|
+
min-width: 80px;
|
|
824
|
+
width: 80px;
|
|
825
|
+
padding: 16px;
|
|
826
|
+
}
|
|
827
|
+
.employee-quick-service-link {
|
|
828
|
+
width: 100%;
|
|
829
|
+
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.card-background-circle {
|
|
834
|
+
position: absolute;
|
|
835
|
+
width: 150px;
|
|
836
|
+
height: 150px;
|
|
837
|
+
background: rgba(255, 255, 255, 0.1);
|
|
838
|
+
border-radius: 50%;
|
|
839
|
+
top: -50px;
|
|
840
|
+
right: -50px;
|
|
841
|
+
transition: transform 0.5s ease;
|
|
842
|
+
transform: scale(1);
|
|
843
|
+
|
|
844
|
+
@media (max-width: 768px) {
|
|
845
|
+
width: 100px;
|
|
846
|
+
height: 100px;
|
|
847
|
+
top: -40px;
|
|
848
|
+
right: -40px;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
.hovered & {
|
|
852
|
+
transform: scale(1.5);
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.card-icon-wrapper {
|
|
857
|
+
transform: scale(1) rotate(0deg);
|
|
858
|
+
transition: transform 0.3s ease;
|
|
859
|
+
z-index: 1;
|
|
860
|
+
filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
|
|
861
|
+
|
|
862
|
+
.hovered & {
|
|
863
|
+
transform: scale(1.15) rotate(5deg);
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
.card-content-container {
|
|
868
|
+
flex: 1;
|
|
869
|
+
display: flex;
|
|
870
|
+
align-items: center;
|
|
871
|
+
justify-content: space-between;
|
|
872
|
+
padding: 24px 32px;
|
|
873
|
+
background: white;
|
|
874
|
+
|
|
875
|
+
@media (max-width: 768px) {
|
|
876
|
+
padding: 16px 20px;
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.card-text-content {
|
|
881
|
+
flex: 1;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.card-module-title {
|
|
885
|
+
font-size: 22px;
|
|
886
|
+
font-weight: 700;
|
|
887
|
+
color: #1a202c;
|
|
888
|
+
margin: 0;
|
|
889
|
+
line-height: 1.3;
|
|
890
|
+
transition: color 0.3s ease;
|
|
891
|
+
overflow: hidden;
|
|
892
|
+
text-overflow: ellipsis;
|
|
893
|
+
white-space: normal;
|
|
894
|
+
|
|
895
|
+
@media (max-width: 768px) {
|
|
896
|
+
font-size: 16px;
|
|
897
|
+
white-space: nowrap;
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.card-module-description {
|
|
902
|
+
font-size: 14px;
|
|
903
|
+
color: #718096;
|
|
904
|
+
margin: 6px 0 0 0;
|
|
905
|
+
font-weight: 400;
|
|
906
|
+
display: block;
|
|
907
|
+
|
|
908
|
+
@media (max-width: 768px) {
|
|
909
|
+
font-size: 12px;
|
|
910
|
+
display: none;
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
.card-arrow-container {
|
|
915
|
+
display: flex;
|
|
916
|
+
align-items: center;
|
|
917
|
+
justify-content: center;
|
|
918
|
+
width: 40px;
|
|
919
|
+
height: 40px;
|
|
920
|
+
border-radius: 50%;
|
|
921
|
+
background: #f7fafc;
|
|
922
|
+
transition: all 0.3s ease;
|
|
923
|
+
transform: translateX(0);
|
|
924
|
+
|
|
925
|
+
@media (max-width: 768px) {
|
|
926
|
+
width: 32px;
|
|
927
|
+
height: 32px;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.hovered & {
|
|
931
|
+
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
|
932
|
+
transform: translateX(4px);
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.card-arrow-svg {
|
|
937
|
+
transition: transform 0.3s ease;
|
|
938
|
+
transform: translateX(0);
|
|
939
|
+
|
|
940
|
+
.hovered & {
|
|
941
|
+
transform: translateX(2px);
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.card-arrow-path {
|
|
946
|
+
stroke: #4a5568;
|
|
947
|
+
stroke-width: 2;
|
|
948
|
+
stroke-linecap: round;
|
|
949
|
+
stroke-linejoin: round;
|
|
950
|
+
|
|
951
|
+
.hovered & {
|
|
952
|
+
stroke: white;
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.card-shine-effect {
|
|
957
|
+
position: absolute;
|
|
958
|
+
top: 0;
|
|
959
|
+
left: -100%;
|
|
960
|
+
width: 100%;
|
|
961
|
+
height: 100%;
|
|
962
|
+
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
|
|
963
|
+
animation: shine 0.6s ease;
|
|
964
|
+
pointer-events: none;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
@keyframes shine {
|
|
968
|
+
0% {
|
|
969
|
+
left: -100%;
|
|
970
|
+
}
|
|
971
|
+
100% {
|
|
972
|
+
left: 100%;
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
.challan-doc-modal{
|
|
978
|
+
display: flex;
|
|
979
|
+
flex-wrap: wrap;
|
|
980
|
+
}
|
|
981
|
+
.challan-response-action-bar{
|
|
982
|
+
display: flex;
|
|
983
|
+
justify-content: flex-end;
|
|
984
|
+
align-items: baseline;
|
|
985
|
+
gap: 20px;
|
|
986
|
+
}
|
|
987
|
+
.challan-desktop-applicationtable{
|
|
988
|
+
padding: 20px 18px;
|
|
989
|
+
font-size: 16px;
|
|
990
|
+
word-break: break-word;
|
|
991
|
+
overflow-wrap: break-word;
|
|
992
|
+
width: 250px;
|
|
993
|
+
}
|
|
994
|
+
.card-label-error-challan{
|
|
995
|
+
width: 70%;
|
|
996
|
+
margin-left: 30%;
|
|
997
|
+
font-size: 12px;
|
|
998
|
+
margin-top: -21px;
|
|
999
|
+
}
|
|
1000
|
+
.challan-stepper-parent-component{
|
|
1001
|
+
width: 100%;
|
|
1002
|
+
max-width: 600px;
|
|
1003
|
+
padding: 30px;
|
|
1004
|
+
border-radius: 12px;
|
|
1005
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
1006
|
+
}
|
|
1007
|
+
.custom-challan-card{
|
|
1008
|
+
display: flex;
|
|
1009
|
+
flex-direction: column;
|
|
1010
|
+
justify-content: center;
|
|
1011
|
+
align-items: center;
|
|
1012
|
+
min-height: 100vh;
|
|
1013
|
+
background-color: #f9f9f9;
|
|
1014
|
+
|
|
1015
|
+
}
|
|
1016
|
+
.challan-hr-linebreak{
|
|
1017
|
+
width: 100%;
|
|
1018
|
+
border: 1px solid #D6D5D4;
|
|
1019
|
+
margin-top: 50px;
|
|
1020
|
+
margin-bottom: 40px;
|
|
1021
|
+
}
|
|
1022
|
+
.challan-lat-long{
|
|
1023
|
+
margin-top: 5px;
|
|
1024
|
+
font-size: 14px;
|
|
1025
|
+
color: #333;
|
|
1026
|
+
}
|
|
1027
|
+
.challan-note-green{
|
|
1028
|
+
color: green !important;
|
|
1029
|
+
font-size: 14px;
|
|
1030
|
+
}
|
|
1031
|
+
.challan-note-red{
|
|
1032
|
+
color: red !important;
|
|
1033
|
+
padding-right: 3px;
|
|
1034
|
+
}
|
|
1035
|
+
.challan-documents{
|
|
1036
|
+
margin-bottom: 24px;
|
|
1037
|
+
}
|
|
1038
|
+
.challan-label-field{
|
|
1039
|
+
display: inline;
|
|
1040
|
+
}
|
|
1041
|
+
.challan-card-label{
|
|
1042
|
+
margin-bottom: 8px;
|
|
1043
|
+
width: auto;
|
|
1044
|
+
}
|
|
1045
|
+
.challan-application-table{
|
|
1046
|
+
min-width: 150px;
|
|
1047
|
+
padding: 10px;
|
|
1048
|
+
font-size: 16px;
|
|
1049
|
+
padding-left: 20px;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.challan-custom-header{
|
|
1053
|
+
font-size: 24px;
|
|
1054
|
+
margin-top: 30px;
|
|
1055
|
+
}
|
|
1056
|
+
.challan-amount-field{
|
|
1057
|
+
width: 50%;
|
|
1058
|
+
margin-top: 20px;
|
|
1059
|
+
}
|
|
1060
|
+
.challan-bottom-style{
|
|
1061
|
+
margin-bottom: 20px;
|
|
1062
|
+
}
|
|
1063
|
+
.mychallan-custom{
|
|
1064
|
+
margin-top: 16px;
|
|
1065
|
+
}
|
|
1066
|
+
.challan-load-message{
|
|
1067
|
+
margin-left: 16px;
|
|
1068
|
+
margin-top: 16px;
|
|
1069
|
+
}
|
|
1070
|
+
.challan-application-details .cardHeaderWithOptions{
|
|
1071
|
+
margin-right: auto;
|
|
1072
|
+
max-width: 960px;
|
|
1073
|
+
}
|
|
1074
|
+
.challan-custom-header-font{
|
|
1075
|
+
font-size: 32px;
|
|
1076
|
+
}
|
|
1077
|
+
.challan-custom-subheader-font{
|
|
1078
|
+
font-size: 24px;
|
|
1079
|
+
|
|
1080
|
+
}
|
|
1081
|
+
.challan-custom-card{
|
|
1082
|
+
display: flex;
|
|
1083
|
+
flex-direction: row;
|
|
1084
|
+
gap: 30px;
|
|
1085
|
+
}
|
|
1086
|
+
.challan-emp-acknowledgement{
|
|
1087
|
+
display: flex;
|
|
1088
|
+
justify-content: flex-end;
|
|
1089
|
+
align-items: baseline;
|
|
1090
|
+
}
|
|
1091
|
+
.challan-link-href{
|
|
1092
|
+
cursor: pointer;
|
|
1093
|
+
color: #666;
|
|
1094
|
+
}
|
|
1095
|
+
.challan-search-table{
|
|
1096
|
+
background-color: white;
|
|
1097
|
+
margin-top: 200px;
|
|
1098
|
+
margin-left: 2.5%;
|
|
1099
|
+
width: 100%;
|
|
1100
|
+
}
|
|
1101
|
+
.ndc-search-container-custom{
|
|
1102
|
+
width: 100%;
|
|
1103
|
+
margin-left: 24px;
|
|
1104
|
+
}
|
|
1105
|
+
.ndc-complaint-input-container{
|
|
1106
|
+
text-align: start;
|
|
1107
|
+
}
|
|
1108
|
+
.ndc-search-action-wrapper{
|
|
1109
|
+
width: 100%;
|
|
1110
|
+
}
|