@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.
Files changed (141) hide show
  1. package/dist/index.css +21523 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +63 -0
  7. package/src/components/CardBasedOptions.scss +536 -0
  8. package/src/components/CitizenHomeCard.scss +228 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/FAQ.scss +64 -0
  12. package/src/components/NewAccordianCitizen.scss +130 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +30 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +57 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/SurveyModal.scss +195 -0
  21. package/src/components/TimeLine.scss +96 -0
  22. package/src/components/WhatsNewCard.scss +13 -0
  23. package/src/components/actionLink.scss +3 -0
  24. package/src/components/actionbar.scss +100 -0
  25. package/src/components/bannercomponents.scss +137 -0
  26. package/src/components/body.scss +423 -0
  27. package/src/components/buttons.scss +142 -0
  28. package/src/components/card.scss +968 -0
  29. package/src/components/cardHeaderWithOptions.scss +16 -0
  30. package/src/components/changeLanguage.scss +3 -0
  31. package/src/components/charts.scss +186 -0
  32. package/src/components/checkbox.scss +83 -0
  33. package/src/components/checkpoint.scss +65 -0
  34. package/src/components/citizenInfoLabel.scss +14 -0
  35. package/src/components/custombtn.scss +16 -0
  36. package/src/components/datatable.scss +119 -0
  37. package/src/components/datewrap.scss +21 -0
  38. package/src/components/detailscard.scss +6 -0
  39. package/src/components/detailscontainer.scss +13 -0
  40. package/src/components/documentSection.scss +134 -0
  41. package/src/components/filters.scss +98 -0
  42. package/src/components/grey.scss +3 -0
  43. package/src/components/hoc/InboxComposer.scss +111 -0
  44. package/src/components/hoc/index.scss +1 -0
  45. package/src/components/howItWorks.scss +71 -0
  46. package/src/components/imageviewer.scss +33 -0
  47. package/src/components/info-banner.scss +35 -0
  48. package/src/components/inputotp.scss +15 -0
  49. package/src/components/keynote.scss +29 -0
  50. package/src/components/languageSelector.scss +24 -0
  51. package/src/components/loader.scss +96 -0
  52. package/src/components/map.scss +36 -0
  53. package/src/components/menu.scss +0 -0
  54. package/src/components/metricsTable.scss +27 -0
  55. package/src/components/multiLink.scss +118 -0
  56. package/src/components/multiSelectDropdown.scss +89 -0
  57. package/src/components/navbar.scss +377 -0
  58. package/src/components/newFooter.scss +82 -0
  59. package/src/components/plusMinus.scss +15 -0
  60. package/src/components/popup.scss +27 -0
  61. package/src/components/radiobtn.scss +47 -0
  62. package/src/components/ratingstar.scss +33 -0
  63. package/src/components/roundedLabel.scss +10 -0
  64. package/src/components/searchAction.scss +27 -0
  65. package/src/components/sectionalDropdown.scss +43 -0
  66. package/src/components/selectdropdown.scss +302 -0
  67. package/src/components/staticDynamicMessages.scss +111 -0
  68. package/src/components/staticSideBar.scss +27 -0
  69. package/src/components/statushighlight.scss +17 -0
  70. package/src/components/submiterrors.scss +11 -0
  71. package/src/components/summary.scss +29 -0
  72. package/src/components/table.scss +383 -0
  73. package/src/components/tag.scss +27 -0
  74. package/src/components/telephone.scss +17 -0
  75. package/src/components/textfields.scss +146 -0
  76. package/src/components/toast.scss +31 -0
  77. package/src/components/toggleSwitch.scss +41 -0
  78. package/src/components/topbar.scss +218 -0
  79. package/src/components/uploadcomponents.scss +116 -0
  80. package/src/index.scss +2087 -0
  81. package/src/modules/BPA/index.scss +98 -0
  82. package/src/modules/adv/index.scss +643 -0
  83. package/src/modules/hrms/index.scss +1328 -0
  84. package/src/modules/rentAndLease/index.scss +238 -0
  85. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  86. package/src/pages/citizen/CitizenLogin.scss +50 -0
  87. package/src/pages/citizen/DocumentList.scss +455 -0
  88. package/src/pages/citizen/Events.scss +47 -0
  89. package/src/pages/citizen/HomePageWrapper.scss +215 -0
  90. package/src/pages/citizen/InboxCard.scss +378 -0
  91. package/src/pages/citizen/SurveyList.scss +25 -0
  92. package/src/pages/citizen/citizenDocument.scss +26 -0
  93. package/src/pages/citizen/citizenNewLogin.scss +352 -0
  94. package/src/pages/citizen/container.scss +33 -0
  95. package/src/pages/citizen/loaderMessage.scss +342 -0
  96. package/src/pages/citizen/payment/payment-type.scss +3 -0
  97. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  98. package/src/pages/common/form.scss +26 -0
  99. package/src/pages/common/newApplicationTimeline.scss +341 -0
  100. package/src/pages/common/pgrUICssfix.scss +129 -0
  101. package/src/pages/common/requiredField.scss +3 -0
  102. package/src/pages/common/sanctionFeeTable.scss +92 -0
  103. package/src/pages/common/searchIcon.scss +13 -0
  104. package/src/pages/common/sitePhotoGraphs.scss +27 -0
  105. package/src/pages/common/stepForm.scss +41 -0
  106. package/src/pages/employee/EmployeeLogin.scss +7 -0
  107. package/src/pages/employee/cardfix.scss +14 -0
  108. package/src/pages/employee/container.scss +73 -0
  109. package/src/pages/employee/dashboard.scss +204 -0
  110. package/src/pages/employee/disconnection.scss +426 -0
  111. package/src/pages/employee/dss.scss +251 -0
  112. package/src/pages/employee/faq.scss +353 -0
  113. package/src/pages/employee/footer.scss +69 -0
  114. package/src/pages/employee/form-fields.scss +27 -0
  115. package/src/pages/employee/header.scss +262 -0
  116. package/src/pages/employee/iframe.scss +66 -0
  117. package/src/pages/employee/inbox.scss +1110 -0
  118. package/src/pages/employee/index.scss +694 -0
  119. package/src/pages/employee/landing.scss +1803 -0
  120. package/src/pages/employee/login.scss +253 -0
  121. package/src/pages/employee/oldMobileInbox.scss +5 -0
  122. package/src/pages/employee/popupmodule.scss +47 -0
  123. package/src/pages/employee/response.scss +3 -0
  124. package/src/pages/employee/scroll-table.scss +114 -0
  125. package/src/pages/employee/surveys.scss +469 -0
  126. package/src/pages/employee/tooltip.scss +36 -0
  127. package/src/pages/employee/updateNumber.scss +13 -0
  128. package/src/pages/swach/index.scss +232 -0
  129. package/src/pages/ws/index.scss +119 -0
  130. package/svg/arrowdown.svg +1 -0
  131. package/svg/arrowleft.svg +1 -0
  132. package/svg/calendar.svg +1 -0
  133. package/svg/camera.svg +4 -0
  134. package/svg/check.svg +4 -0
  135. package/svg/close.svg +4 -0
  136. package/svg/error.svg +4 -0
  137. package/svg/error2.svg +5 -0
  138. package/svg/searchicon.svg +4 -0
  139. package/svg/starempty.svg +4 -0
  140. package/svg/starfilled.svg +5 -0
  141. package/svg/success.svg +4 -0
@@ -0,0 +1,46 @@
1
+ .updatenumber-warper-citizen{
2
+ min-height: 95vh;
3
+ height: unset;
4
+ }
5
+ .updatePropertyNumber {
6
+ .pt-update-no-popup-wrapper {
7
+ @apply m-md;
8
+ }
9
+ .search-form-wrapper {
10
+ display: inherit;
11
+ padding: 16px;
12
+ .submit-bar {
13
+ position: absolute;
14
+ bottom: 25px;
15
+ width: 90%;
16
+ }
17
+ .submit-bar-disabled {
18
+ position: absolute;
19
+ bottom: 25px;
20
+ width: 90%;
21
+ }
22
+ }
23
+ }
24
+
25
+ @screen dt {
26
+ .updatenumber-warper-citizen{
27
+ min-height: 100vh;
28
+ height: unset;
29
+ }
30
+ .updatePropertyNumber {
31
+ .h1 {
32
+ @apply m-md;
33
+ }
34
+ .search-form-wrapper {
35
+ .submit-bar {
36
+ width: 100% !important;
37
+ position: unset !important;
38
+ }
39
+ .submit-bar-disabled {
40
+ position: absolute;
41
+ bottom: 25px;
42
+ width: 90%;
43
+ }
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,26 @@
1
+ /* Base styles for the form */
2
+ .form-container {
3
+ display: grid;
4
+ gap: 16px; /* Space between fields */
5
+ }
6
+
7
+ /* 3 fields per row for medium to large screens */
8
+ @media (min-width: 900px) {
9
+ .form-container {
10
+ grid-template-columns: repeat(3, 1fr);
11
+ }
12
+ }
13
+
14
+ /* 2 fields per row for small screens */
15
+ @media (min-width: 480px) and (max-width: 899px) {
16
+ .form-container {
17
+ grid-template-columns: repeat(2, 1fr);
18
+ }
19
+ }
20
+
21
+ /* 1 field per row for very small screens */
22
+ @media (max-width: 479px) {
23
+ .form-container {
24
+ grid-template-columns: 1fr;
25
+ }
26
+ }
@@ -0,0 +1,341 @@
1
+ .custom-timeline-container {
2
+ padding: 24px;
3
+ background: linear-gradient(135deg, #fff, #f8fafb);
4
+ border-radius: 14px;
5
+ }
6
+
7
+ .custom-timeline-header {
8
+ margin-bottom: 24px;
9
+ }
10
+
11
+ .custom-tracking-status-header {
12
+ display: flex;
13
+ align-items: center;
14
+ justify-content: center;
15
+ gap: 12px;
16
+ margin-bottom: 16px;
17
+ }
18
+
19
+ .custom-tracking-line {
20
+ height: 1px;
21
+ background-color: #9ca3af;
22
+ width: 80px;
23
+ }
24
+
25
+ .custom-tracking-status-text {
26
+ font-size: 14px;
27
+ font-weight: 600;
28
+ color: #1d4ed8;
29
+ white-space: nowrap;
30
+ letter-spacing: 0.05em;
31
+ }
32
+
33
+ .custom-title-bar-row {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 24px;
37
+ width: 100%;
38
+ }
39
+
40
+ .custom-timeline-title {
41
+ font-size: 24px;
42
+ font-weight: 700;
43
+ color: #1e3a8a;
44
+ white-space: nowrap;
45
+ }
46
+
47
+ .custom-blue-bar {
48
+ background: linear-gradient(to left, #2563eb, #0d9488); /* Reversed gradient */
49
+ height: 50px;
50
+ border-radius: 5px;
51
+ flex: 1;
52
+ min-width: 50px; /* Ensure it doesn't collapse */
53
+ }
54
+
55
+ .custom-timeline-entries {
56
+ display: flex;
57
+ flex-direction: column;
58
+ gap: 0;
59
+ }
60
+
61
+ .custom-timeline-entry {
62
+ position: relative;
63
+ margin-bottom: 32px;
64
+ }
65
+
66
+ .custom-vertical-line {
67
+ position: absolute;
68
+ left: 93px;
69
+ top: 37px;
70
+ width: 3px;
71
+ background-color: #d1d5db;
72
+ bottom: 0;
73
+ }
74
+
75
+ .custom-date-badge {
76
+ display: inline-block;
77
+ background-color: #14b8a6;
78
+ color: white;
79
+ padding: 8px 16px;
80
+ border-radius: 8px;
81
+ font-weight: 700;
82
+ font-size: 14px;
83
+ margin-bottom: 12px;
84
+ }
85
+
86
+ .custom-entry-content {
87
+ display: flex;
88
+ gap: 24px;
89
+ }
90
+
91
+ .custom-icon-container {
92
+ position: relative;
93
+ flex-shrink: 0;
94
+ margin-left: 69px;
95
+ }
96
+
97
+ .custom-circular-icon {
98
+ width: 48px;
99
+ height: 48px;
100
+ border-radius: 50%;
101
+ background-color: #14b8a6;
102
+ display: flex;
103
+ align-items: center;
104
+ justify-content: center;
105
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
106
+ position: relative;
107
+ z-index: 10;
108
+ }
109
+
110
+ .custom-mail-icon {
111
+ width: 20px;
112
+ height: 20px;
113
+ color: white;
114
+ fill: none;
115
+ stroke: currentColor;
116
+ stroke-width: 2;
117
+ stroke-linecap: round;
118
+ stroke-linejoin: round;
119
+ }
120
+
121
+ .custom-content-card {
122
+ flex: 1;
123
+ border: 1px solid #d1d5db;
124
+ border-radius: 6px;
125
+ background-color: white;
126
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
127
+ }
128
+
129
+ .custom-card-top {
130
+ display: grid;
131
+ grid-template-columns: 1fr 1fr 1fr;
132
+ align-items: flex-start;
133
+ padding: 20px 24px;
134
+ gap: 16px;
135
+ }
136
+
137
+ .custom-card-column {
138
+ display: flex;
139
+ flex-direction: column;
140
+ }
141
+
142
+ .custom-card-column-mid {
143
+ text-align: center;
144
+ }
145
+
146
+ .custom-card-column-right {
147
+ text-align: right;
148
+ align-items: flex-end;
149
+ }
150
+
151
+ .custom-action-title {
152
+ font-size: 16px;
153
+ font-weight: 700;
154
+ color: #374151;
155
+ margin-bottom: 8px;
156
+ }
157
+
158
+ .custom-status-text {
159
+ font-size: 14px;
160
+ font-weight: 600;
161
+ color: #374151;
162
+ }
163
+
164
+ .custom-officer-info {
165
+ margin-bottom: 4px;
166
+ }
167
+
168
+ .custom-officer-name {
169
+ font-size: 14px;
170
+ font-weight: 700;
171
+ color: #374151;
172
+ margin-bottom: 4px;
173
+ }
174
+
175
+ .custom-officer-email {
176
+ font-size: 14px;
177
+ color: #4b5563;
178
+ }
179
+
180
+ .custom-email-label {
181
+ font-weight: 600;
182
+ }
183
+
184
+ .custom-comments-section {
185
+ display: flex;
186
+ flex-direction: column;
187
+ border-top: 1px solid #e5e7eb;
188
+ padding: 16px 24px 20px;
189
+ gap: 12px;
190
+ }
191
+
192
+ .custom-comments-content {
193
+ width: 100%;
194
+ }
195
+
196
+ .custom-assigned-to-footer {
197
+ align-self: flex-end;
198
+ text-align: right;
199
+ display: flex;
200
+ flex-direction: column;
201
+ align-items: flex-end;
202
+ }
203
+
204
+ .custom-assignee-section {
205
+ border-top: 1px solid #e5e7eb;
206
+ padding: 16px 24px 20px;
207
+ }
208
+
209
+ .custom-comments-title {
210
+ font-size: 14px;
211
+ font-weight: 600;
212
+ color: #4b5563;
213
+ margin-bottom: 8px;
214
+ }
215
+
216
+ .custom-comment-text {
217
+ font-size: 14px;
218
+ color: #374151;
219
+ line-height: 1.6;
220
+ overflow-wrap: break-word;
221
+ word-break: break-word;
222
+ }
223
+
224
+ .custom-doc-container {
225
+ display: inline-block;
226
+ margin-right: 10px;
227
+ }
228
+
229
+ .custom-doc-link {
230
+ display: inline-flex;
231
+ align-items: center;
232
+ gap: 4px;
233
+ color: #2563eb;
234
+ text-decoration: none;
235
+
236
+ span {
237
+ font-size: 14px;
238
+ font-weight: 600;
239
+ }
240
+ }
241
+
242
+ .custom-comments-section-no-border {
243
+ padding: 16px 24px 20px;
244
+ }
245
+
246
+ /* Responsive Adjustments */
247
+ @media (max-width: 768px) {
248
+ .custom-timeline-container {
249
+ padding: 16px;
250
+ }
251
+
252
+ .custom-tracking-line {
253
+ width: 40px;
254
+ }
255
+
256
+ .custom-timeline-title {
257
+ font-size: 20px;
258
+ white-space: normal;
259
+ }
260
+
261
+ .custom-blue-bar {
262
+ height: 40px;
263
+ min-width: 30px;
264
+ }
265
+
266
+ .custom-vertical-line {
267
+ left: 24px;
268
+ }
269
+
270
+ .custom-icon-container {
271
+ margin-left: 0;
272
+ }
273
+
274
+ .custom-circular-icon {
275
+ width: 40px;
276
+ height: 40px;
277
+ }
278
+
279
+ .custom-date-badge {
280
+ padding: 6px 12px;
281
+ font-size: 12px;
282
+ }
283
+
284
+ .custom-entry-content {
285
+ gap: 16px;
286
+ }
287
+
288
+ .custom-card-top {
289
+ display: flex;
290
+ flex-direction: column;
291
+ padding: 16px;
292
+ gap: 12px;
293
+ }
294
+
295
+ .custom-card-column {
296
+ width: 100% !important;
297
+ text-align: left !important;
298
+ align-items: flex-start !important;
299
+ }
300
+
301
+ .custom-comments-section {
302
+ padding: 12px 16px;
303
+ }
304
+
305
+ .custom-assigned-to-footer {
306
+ align-self: flex-start;
307
+ text-align: left;
308
+ align-items: flex-start;
309
+ }
310
+ }
311
+
312
+ @media (max-width: 480px) {
313
+ .custom-tracking-line {
314
+ display: none;
315
+ }
316
+
317
+ .custom-title-bar-row {
318
+ gap: 12px;
319
+ }
320
+
321
+ .custom-timeline-title {
322
+ font-size: 18px;
323
+ }
324
+
325
+ .custom-vertical-line {
326
+ left: 20px;
327
+ }
328
+
329
+ .custom-circular-icon {
330
+ width: 36px;
331
+ height: 36px;
332
+ }
333
+
334
+ .custom-icon-container {
335
+ margin-left: 2px;
336
+ }
337
+
338
+ .custom-entry-content {
339
+ gap: 12px;
340
+ }
341
+ }
@@ -0,0 +1,129 @@
1
+ .pgr-desktop-inbox-container {
2
+
3
+ .pgr-desktop-card-empty-state,
4
+ .pgr-desktop-card-error-state {
5
+ margin-top: 20px !important;
6
+
7
+ }
8
+
9
+ .pgr-desktop-card-text-align{
10
+ text-align: center !important;
11
+ }
12
+
13
+ .pgr-desktop-inbox-content-wrapper {
14
+ flex: 1;
15
+
16
+ .pgr-desktop-inbox-result-container {
17
+ margin-top: 24px;
18
+ margin-left: 24px;
19
+ flex: 1;
20
+ background-color: #fff;
21
+ }
22
+ }
23
+ }
24
+
25
+ .pgr-desktop-complaint-table {
26
+ width: -webkit-fill-available;
27
+ .pgr-timeline-cell {
28
+ padding: 20px 18px !important;
29
+ font-size: 16px !important;
30
+ }
31
+
32
+ .pgr-timeline-large-cell {
33
+ min-width: 240px !important;
34
+ }
35
+ }
36
+
37
+ .pgr-complaintDetails-headerTimeline-spaceclass{
38
+ display:flex;
39
+ justify-content:space-between;
40
+ align-items:baseline
41
+ }
42
+ .pgr-complaintDetails-viewTimeline-link{
43
+ margin-left:auto;
44
+ color:#A52A2A;
45
+ color: black
46
+ }
47
+ .pgr-complaintdetils-overflowX{
48
+ overflowX:scroll
49
+ }
50
+
51
+ .pgr-citizen-wrapper-width-fixed{
52
+ width:-webkit-fill-available !important;
53
+ padding-left: 16px;
54
+ padding-right: 16px;
55
+ margin-top: 1rem;
56
+ }
57
+ .pgr-citizen-complaint-details-page{
58
+ width:-webkit-fill-available !important;
59
+ }
60
+
61
+ .Pgr-complaintList-error{
62
+ text-align: center !important;
63
+ }
64
+
65
+ .Pgr-complaintList-noComplaints{
66
+ text-align: center !important;
67
+ }
68
+ .PGR-Citizen-response-marginBottom{
69
+ margin-bottom:10px !important;
70
+ }
71
+
72
+ .pgr-inbox-ComplaintCard-MarginTop{
73
+ margin-Top: 20 !important;
74
+ }
75
+
76
+ .pgr-inbox-ComplaintCard-TextAlign{
77
+ text-align: center !important;
78
+ }
79
+
80
+ .pgr-mandoatoryfields{
81
+ color: red !important;
82
+ }
83
+ .pgr-moblieInbox-padding{
84
+ padding: 0 !important;
85
+ }
86
+
87
+ .pgr-employeeInbox-search-app-form {
88
+ margin-left: 24px !important;
89
+ }
90
+
91
+ .pgr-employeeInbox-search-app-container {
92
+ width: auto !important;
93
+ }
94
+
95
+ .pgr-employeeInbox-search-app-input-container {
96
+ display: grid !important;
97
+ }
98
+
99
+ .pgr-employeeInbox-search-app-complaint-textinput {
100
+ margin-bottom: 8px !important;
101
+ }
102
+
103
+ .pgr-employeeInbox-search-app-submitbar {
104
+ margin-top: 32px;
105
+ margin-left: 16px;
106
+ width: calc(100% - 16px);
107
+ }
108
+
109
+ .pgr-create-complaint-wrapper {
110
+ input[name="mobileNumber"] {
111
+ width: 100% !important;
112
+ max-width: none !important;
113
+ }
114
+
115
+ .form-field .text-input {
116
+ max-width: none !important;
117
+ width: 100% !important;
118
+ }
119
+
120
+ .mobile-number-input-with-prefix {
121
+ width: 100% !important;
122
+ max-width: none !important;
123
+ }
124
+
125
+ .label-field-pair .form-field .text-input.desktop-w-full {
126
+ max-width: none !important;
127
+ width: 100% !important;
128
+ }
129
+ }
@@ -0,0 +1,3 @@
1
+ .requiredField{
2
+ color: red !important;
3
+ }
@@ -0,0 +1,92 @@
1
+
2
+ .sanction-fee-wrapper {
3
+ width: 100%;
4
+ overflow-x: auto;
5
+ -webkit-overflow-scrolling: touch;
6
+ }
7
+
8
+ .sanction-fee-table {
9
+ width: 100%;
10
+ border-collapse: collapse;
11
+ }
12
+
13
+ .sanction-fee-table th,
14
+ .sanction-fee-table td {
15
+ padding: 8px 12px;
16
+ border: 1px solid #ddd;
17
+ color: rgba(13, 67, 167, 1);
18
+ text-align: left;
19
+ white-space: nowrap;
20
+ }
21
+
22
+ .sanction-fee-table th {
23
+ background-color: #ffffff;
24
+ font-weight: 600;
25
+ }
26
+
27
+ .sanction-fee-table tr:nth-child(odd) {
28
+ background-color: rgb(244, 244, 244);
29
+ }
30
+
31
+ .sanction-fee-table tr:nth-child(even) {
32
+ background-color: #ffffff;
33
+ }
34
+
35
+ /* ✅ Mobile View (No overflow) */
36
+ @media (max-width: 768px) {
37
+ .sanction-fee-wrapper {
38
+ overflow-x: hidden;
39
+ padding: 0 8px;
40
+ }
41
+
42
+ .sanction-fee-table,
43
+ .sanction-fee-table thead,
44
+ .sanction-fee-table tbody,
45
+ .sanction-fee-table th,
46
+ .sanction-fee-table td,
47
+ .sanction-fee-table tr {
48
+ display: block;
49
+ width: 100%;
50
+ }
51
+
52
+ .sanction-fee-table thead {
53
+ display: none;
54
+ }
55
+
56
+ .sanction-fee-table tr {
57
+ margin-bottom: 12px;
58
+ border: 1px solid #ddd;
59
+ border-radius: 8px;
60
+ background: #fff;
61
+ padding: 8px 12px;
62
+ box-sizing: border-box;
63
+ width: 100%;
64
+ }
65
+
66
+ .sanction-fee-table td {
67
+ border: none;
68
+ display: flex;
69
+ justify-content: space-between;
70
+ align-items: center;
71
+ text-align: left;
72
+ white-space: normal;
73
+ width: 100%;
74
+ padding: 6px 0;
75
+ box-sizing: border-box;
76
+ }
77
+
78
+ .sanction-fee-table td::before {
79
+ content: attr(data-label);
80
+ font-weight: 600;
81
+ color: #3f4351;
82
+ flex-basis: 50%;
83
+ text-align: left;
84
+ padding-right: 8px;
85
+ }
86
+
87
+ .sanction-fee-table td > * {
88
+ flex-basis: 50%;
89
+ word-break: break-word;
90
+ text-align: right;
91
+ }
92
+ }
@@ -0,0 +1,13 @@
1
+ .search-icon{
2
+ position: relative;
3
+ z-index: 100;
4
+ right: 50px;
5
+ margin-top: -55px;
6
+ cursor: pointer;
7
+
8
+ @media (min-width:780px) {
9
+ right: 35px;
10
+ margin-top: -24px;
11
+ left:auto;
12
+ }
13
+ }
@@ -0,0 +1,27 @@
1
+ .bpa-site-photograph-container {
2
+ padding: 50px 0;
3
+ display: flex;
4
+ justify-content: space-evenly;
5
+ flex-wrap: wrap;
6
+ }
7
+
8
+ .bpa-site-photograph-item {
9
+ display: flex;
10
+ flex-direction: column;
11
+ width: 200px;
12
+ height: 200px;
13
+ align-items: center;
14
+ margin-bottom: 20px;
15
+ }
16
+
17
+ .bpa-site-photograph-photo-wrapper {
18
+ margin: 5px;
19
+ }
20
+
21
+ .bpa-site-photograph-photo {
22
+ width: 120px;
23
+ height: 120px;
24
+ object-fit: fill;
25
+ border-radius: 10%;
26
+ cursor: pointer;
27
+ }
@@ -0,0 +1,41 @@
1
+ .step-form-wrapper {
2
+ width: 100%;
3
+ display: flex;
4
+ flex-direction: row;
5
+ align-items: flex-start;
6
+ justify-content: flex-start;
7
+ }
8
+
9
+ .stepper-navigation-bar {
10
+ display: flex;
11
+ flex-direction: column;
12
+ justify-content: space-between;
13
+ height: 50%;
14
+ margin-bottom: 20px;
15
+ }
16
+
17
+ .step-form-step-label {
18
+ font-size: 20px;
19
+ color: #1E1E1E;
20
+ font-weight: 500;
21
+ font-family: Noto Sans, sans-serif;
22
+ margin-right: 6px;
23
+ }
24
+
25
+ .step-form-step-number {
26
+ font-size: 18px;
27
+ color: #263238;
28
+ font-weight: 400;
29
+ font-family: "Noto Sans", sans-serif;
30
+ margin: 0px 6px 0px 0px;
31
+ }
32
+
33
+ .line-bw-step-circles {
34
+ position: absolute;
35
+ width: 2px;
36
+ height: 50px;
37
+ background-color: grey;
38
+ left: 50%;
39
+ top: 100%;
40
+ transform: translateX(-50%);
41
+ }
@@ -0,0 +1,7 @@
1
+ .EmployeeLoginFooter{
2
+ margin: auto;
3
+ @apply absolute bottom-10;
4
+ img{
5
+ @apply h-4 object-contain;
6
+ }
7
+ }