@pmidc/upyog-css 1.1.10 → 1.1.12
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 +1174 -350
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +535 -534
- package/src/components/CitizenHomeCard.scss +228 -228
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/NewAccordianCitizen.scss +130 -130
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/SurveyModal.scss +195 -0
- package/src/components/TimeLine.scss +96 -96
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +99 -96
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +450 -261
- package/src/components/buttons.scss +134 -118
- package/src/components/card.scss +627 -595
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +118 -116
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -115
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +29 -29
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +36 -36
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +88 -88
- package/src/components/navbar.scss +377 -377
- package/src/components/newFooter.scss +75 -75
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +27 -27
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +279 -276
- package/src/components/staticDynamicMessages.scss +110 -110
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +383 -362
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +138 -136
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +217 -217
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +1377 -1031
- package/src/modules/adv/index.scss +552 -552
- package/src/modules/rentAndLease/index.scss +227 -227
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -50
- package/src/pages/citizen/DocumentList.scss +454 -448
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +215 -214
- package/src/pages/citizen/InboxCard.scss +378 -327
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +25 -25
- package/src/pages/citizen/citizenNewLogin.scss +352 -357
- package/src/pages/citizen/container.scss +32 -32
- package/src/pages/citizen/loaderMessage.scss +341 -295
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/common/form.scss +25 -25
- package/src/pages/common/newApplicationTimeline.scss +319 -319
- package/src/pages/common/pgrUICssfix.scss +105 -105
- package/src/pages/common/requiredField.scss +2 -2
- package/src/pages/common/sanctionFeeTable.scss +91 -91
- package/src/pages/common/searchIcon.scss +12 -12
- package/src/pages/common/stepForm.scss +40 -40
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +203 -203
- package/src/pages/employee/disconnection.scss +425 -425
- package/src/pages/employee/dss.scss +251 -251
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/header.scss +262 -262
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +744 -744
- package/src/pages/employee/index.scss +694 -677
- package/src/pages/employee/landing.scss +1782 -1782
- package/src/pages/employee/login.scss +253 -252
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -469
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/src/pages/swach/index.scss +174 -172
- package/src/pages/ws/index.scss +104 -104
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
|
@@ -1,327 +1,378 @@
|
|
|
1
|
-
.inbox-card-container {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 85%;
|
|
4
|
-
position: relative;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.inbox-card-body {
|
|
8
|
-
margin: 0px;
|
|
9
|
-
padding: 0px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.inbox-outer-flex-column {
|
|
13
|
-
display: flex;
|
|
14
|
-
flex-direction: column;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.inbox-inner-flex-row {
|
|
18
|
-
display: flex;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.inbox-icon-container {
|
|
22
|
-
width: 30%;
|
|
23
|
-
height: 50px;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.inbox-icon-banner-style {
|
|
27
|
-
position: absolute;
|
|
28
|
-
left: 10%;
|
|
29
|
-
top: 10%;
|
|
30
|
-
border-radius: 5px;
|
|
31
|
-
box-shadow: 5px 5px 5px 0px #e3e4e3;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.inbox-kpi-container {
|
|
35
|
-
width: 70%;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.inbox-flex-fit-citizen {
|
|
39
|
-
padding-left: 17px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.inbox-card-count-style {
|
|
43
|
-
display: flex;
|
|
44
|
-
width: 100%;
|
|
45
|
-
flex-direction: column;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.inbox-count-wrapper {
|
|
49
|
-
margin-left: auto;
|
|
50
|
-
display: flex;
|
|
51
|
-
flex-direction: column-reverse;
|
|
52
|
-
width: 100%;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.inbox-label-text {
|
|
56
|
-
text-align: center;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.inbox-count-text {
|
|
60
|
-
text-align: center;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.inbox-count-value {
|
|
64
|
-
color: #ae1e28;
|
|
65
|
-
font-size: 18px;
|
|
66
|
-
font-family: sans-serif;
|
|
67
|
-
font-weight: bold;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.inbox-links-wrapper-style {
|
|
71
|
-
display: flex;
|
|
72
|
-
justify-content: space-around;
|
|
73
|
-
padding-top: 15px;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.inbox-link-item {
|
|
77
|
-
padding-left: 5px;
|
|
78
|
-
color: #a1a5b7;
|
|
79
|
-
display: flex;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.inbox-link-flex {
|
|
83
|
-
display: flex;
|
|
84
|
-
}
|
|
85
|
-
.inbox-text-employee-card {
|
|
86
|
-
font-size: 1.5rem;
|
|
87
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
88
|
-
position: absolute;
|
|
89
|
-
top: 10%;
|
|
90
|
-
padding-left: 10%;
|
|
91
|
-
color: rgb(255, 255, 255) !important;
|
|
92
|
-
width: 300px;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.view-declaration-link {
|
|
96
|
-
color: green;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.view-link-button {
|
|
100
|
-
float: right;
|
|
101
|
-
display: inline;
|
|
102
|
-
background: #fff;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.summary-content-wrapper {
|
|
106
|
-
margin-top: 30px;
|
|
107
|
-
padding-bottom: 30px;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.summary-page-table-container {
|
|
111
|
-
margin-top: 19px;
|
|
112
|
-
background: #fafafa;
|
|
113
|
-
border: 1px solid #d6d5d4;
|
|
114
|
-
border-radius: 4px;
|
|
115
|
-
padding: 12px;
|
|
116
|
-
max-width: 960px;
|
|
117
|
-
min-width: 280px;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.summary-page-table {
|
|
121
|
-
width: 100%;
|
|
122
|
-
border-collapse: collapse;
|
|
123
|
-
font-size: 15px;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.summary-page-table-row {
|
|
127
|
-
border-bottom: 1px solid #eaeaea;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.summary-page-table-data {
|
|
131
|
-
padding: 8px;
|
|
132
|
-
font-weight: 600;
|
|
133
|
-
color: #333;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.summary-page-tabledata {
|
|
137
|
-
padding: 8px;
|
|
138
|
-
text-align: right;
|
|
139
|
-
color: #555;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.summary-page-uploaded-tabledata {
|
|
143
|
-
padding: 12px 8px;
|
|
144
|
-
font-weight: 600;
|
|
145
|
-
color: #333;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.summary-page-uploaded-table-data {
|
|
149
|
-
padding: 12px 8px;
|
|
150
|
-
text-align: right;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.summary-page-checkbox {
|
|
154
|
-
height: auto;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.summary-page-scroll {
|
|
158
|
-
overflow: scroll;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.bpa-newbuilding-bpa-section {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
}
|
|
191
|
-
.bpa-newbuilding-
|
|
192
|
-
|
|
193
|
-
}
|
|
194
|
-
.bpa-newbuilding-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
.bpa-owner-link-delete-button {
|
|
224
|
-
width:
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
.bpa-owner-
|
|
247
|
-
margin-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
}
|
|
1
|
+
.inbox-card-container {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 85%;
|
|
4
|
+
position: relative;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.inbox-card-body {
|
|
8
|
+
margin: 0px;
|
|
9
|
+
padding: 0px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.inbox-outer-flex-column {
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.inbox-inner-flex-row {
|
|
18
|
+
display: flex;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.inbox-icon-container {
|
|
22
|
+
width: 30%;
|
|
23
|
+
height: 50px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.inbox-icon-banner-style {
|
|
27
|
+
position: absolute;
|
|
28
|
+
left: 10%;
|
|
29
|
+
top: 10%;
|
|
30
|
+
border-radius: 5px;
|
|
31
|
+
box-shadow: 5px 5px 5px 0px #e3e4e3;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.inbox-kpi-container {
|
|
35
|
+
width: 70%;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.inbox-flex-fit-citizen {
|
|
39
|
+
padding-left: 17px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.inbox-card-count-style {
|
|
43
|
+
display: flex;
|
|
44
|
+
width: 100%;
|
|
45
|
+
flex-direction: column;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.inbox-count-wrapper {
|
|
49
|
+
margin-left: auto;
|
|
50
|
+
display: flex;
|
|
51
|
+
flex-direction: column-reverse;
|
|
52
|
+
width: 100%;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.inbox-label-text {
|
|
56
|
+
text-align: center;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.inbox-count-text {
|
|
60
|
+
text-align: center;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.inbox-count-value {
|
|
64
|
+
color: #ae1e28;
|
|
65
|
+
font-size: 18px;
|
|
66
|
+
font-family: sans-serif;
|
|
67
|
+
font-weight: bold;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.inbox-links-wrapper-style {
|
|
71
|
+
display: flex;
|
|
72
|
+
justify-content: space-around;
|
|
73
|
+
padding-top: 15px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.inbox-link-item {
|
|
77
|
+
padding-left: 5px;
|
|
78
|
+
color: #a1a5b7;
|
|
79
|
+
display: flex;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.inbox-link-flex {
|
|
83
|
+
display: flex;
|
|
84
|
+
}
|
|
85
|
+
.inbox-text-employee-card {
|
|
86
|
+
font-size: 1.5rem;
|
|
87
|
+
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
88
|
+
position: absolute;
|
|
89
|
+
top: 10%;
|
|
90
|
+
padding-left: 10%;
|
|
91
|
+
color: rgb(255, 255, 255) !important;
|
|
92
|
+
width: 300px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.view-declaration-link {
|
|
96
|
+
color: green;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.view-link-button {
|
|
100
|
+
float: right;
|
|
101
|
+
display: inline;
|
|
102
|
+
background: #fff;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.summary-content-wrapper {
|
|
106
|
+
margin-top: 30px;
|
|
107
|
+
padding-bottom: 30px;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.summary-page-table-container {
|
|
111
|
+
margin-top: 19px;
|
|
112
|
+
background: #fafafa;
|
|
113
|
+
border: 1px solid #d6d5d4;
|
|
114
|
+
border-radius: 4px;
|
|
115
|
+
padding: 12px;
|
|
116
|
+
max-width: 960px;
|
|
117
|
+
min-width: 280px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.summary-page-table {
|
|
121
|
+
width: 100%;
|
|
122
|
+
border-collapse: collapse;
|
|
123
|
+
font-size: 15px;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.summary-page-table-row {
|
|
127
|
+
border-bottom: 1px solid #eaeaea;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.summary-page-table-data {
|
|
131
|
+
padding: 8px;
|
|
132
|
+
font-weight: 600;
|
|
133
|
+
color: #333;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.summary-page-tabledata {
|
|
137
|
+
padding: 8px;
|
|
138
|
+
text-align: right;
|
|
139
|
+
color: #555;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.summary-page-uploaded-tabledata {
|
|
143
|
+
padding: 12px 8px;
|
|
144
|
+
font-weight: 600;
|
|
145
|
+
color: #333;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.summary-page-uploaded-table-data {
|
|
149
|
+
padding: 12px 8px;
|
|
150
|
+
text-align: right;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.summary-page-checkbox {
|
|
154
|
+
height: auto;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.summary-page-scroll {
|
|
158
|
+
overflow: scroll;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.bpa-newbuilding-bpa-section {
|
|
162
|
+
|
|
163
|
+
}
|
|
164
|
+
.bpa-newbuilding-label-field-pair {
|
|
165
|
+
display: flex;
|
|
166
|
+
justify-content: space-between;
|
|
167
|
+
border-bottom: 1px dashed #e0e0e0;
|
|
168
|
+
padding: 0.5rem 0;
|
|
169
|
+
color: #333;
|
|
170
|
+
}
|
|
171
|
+
.bpa-newbuilding-bold-label {
|
|
172
|
+
font-weight: 700;
|
|
173
|
+
color: #555;
|
|
174
|
+
}
|
|
175
|
+
.bpa-newbuilding-search-icon-container {
|
|
176
|
+
position: relative;
|
|
177
|
+
z-index: 1;
|
|
178
|
+
right: 95px;
|
|
179
|
+
margin-top: -24px;
|
|
180
|
+
margin-right: -20px;
|
|
181
|
+
cursor: pointer;
|
|
182
|
+
}
|
|
183
|
+
.bpa-newbuilding-or-text {
|
|
184
|
+
position: relative;
|
|
185
|
+
font-weight: 700;
|
|
186
|
+
left: 20px;
|
|
187
|
+
}
|
|
188
|
+
.bpa-newbuilding-upload-margin {
|
|
189
|
+
margin-bottom: 15px;
|
|
190
|
+
}
|
|
191
|
+
.bpa-newbuilding-ecbc-error-text {
|
|
192
|
+
color: red;
|
|
193
|
+
}
|
|
194
|
+
.bpa-newbuilding-submit-back {
|
|
195
|
+
border: 1px solid;
|
|
196
|
+
background: transparent;
|
|
197
|
+
color: #2947a3;
|
|
198
|
+
margin-right: 5px;
|
|
199
|
+
}
|
|
200
|
+
.bpa-newbuilding-newbuilding-error-message {
|
|
201
|
+
color: red;
|
|
202
|
+
margin-top: 4px;
|
|
203
|
+
font-size: 0.9rem;
|
|
204
|
+
}
|
|
205
|
+
.newbuilding-error-message {
|
|
206
|
+
color: "red";
|
|
207
|
+
font-size: "12px";
|
|
208
|
+
margin-top: "4px";
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.bpa-owner-error-message {
|
|
212
|
+
color: #dc2626;
|
|
213
|
+
font-size: 12px;
|
|
214
|
+
margin-top: 6px;
|
|
215
|
+
font-weight: 500;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.bpa-owner-delete-icon {
|
|
219
|
+
position: relative;
|
|
220
|
+
bottom: 0;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.bpa-owner-link-delete-button {
|
|
224
|
+
width: 40px;
|
|
225
|
+
height: 40px;
|
|
226
|
+
display: inline-flex;
|
|
227
|
+
justify-content: center;
|
|
228
|
+
align-items: center;
|
|
229
|
+
background: #fee2e2;
|
|
230
|
+
border-radius: 8px;
|
|
231
|
+
float: right;
|
|
232
|
+
margin-top: -10px;
|
|
233
|
+
transition: all 0.2s ease;
|
|
234
|
+
|
|
235
|
+
&:hover {
|
|
236
|
+
background: #fecaca;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
.bpa-owner-cardlabel-negative-margin {
|
|
243
|
+
margin-bottom: 8px;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.bpa-owner-mobile-row {
|
|
247
|
+
margin-top: 8px;
|
|
248
|
+
margin-bottom: 16px;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.bpa-owner-field-container {
|
|
252
|
+
position: relative;
|
|
253
|
+
width: 100%;
|
|
254
|
+
max-width: 400px;
|
|
255
|
+
|
|
256
|
+
.field-container {
|
|
257
|
+
margin-bottom: 0;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.text-input input {
|
|
261
|
+
padding-right: 44px !important;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.bpa-owner-search-icon-container {
|
|
266
|
+
position: absolute;
|
|
267
|
+
right: 12px;
|
|
268
|
+
top: 36%;
|
|
269
|
+
transform: translateY(-50%);
|
|
270
|
+
display: flex;
|
|
271
|
+
align-items: center;
|
|
272
|
+
justify-content: center;
|
|
273
|
+
cursor: pointer;
|
|
274
|
+
z-index: 2;
|
|
275
|
+
|
|
276
|
+
svg {
|
|
277
|
+
width: 20px;
|
|
278
|
+
height: 20px;
|
|
279
|
+
fill: #2563eb;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
&:hover svg {
|
|
283
|
+
fill: #1e40af;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.bpa-owner-cardlabel-margin-top {
|
|
288
|
+
margin-top: 20px;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.bpa-owner-upload-row {
|
|
292
|
+
display: flex;
|
|
293
|
+
gap: 16px;
|
|
294
|
+
flex-direction: row;
|
|
295
|
+
align-items: flex-start;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
@media (max-width: 768px) {
|
|
299
|
+
.bpa-owner-upload-row {
|
|
300
|
+
flex-direction: column;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.bpa-owner-field-container {
|
|
304
|
+
max-width: 100%;
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.bpa-owner-input-bg-fa {
|
|
309
|
+
background: #fafafa;
|
|
310
|
+
border-radius: 8px;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.bpa-owner-owner-textarea {
|
|
314
|
+
background: #fafafa;
|
|
315
|
+
width: 100%;
|
|
316
|
+
min-height: 80px;
|
|
317
|
+
padding: 12px;
|
|
318
|
+
border: 1px solid #d1d5db;
|
|
319
|
+
border-radius: 8px;
|
|
320
|
+
resize: vertical;
|
|
321
|
+
font-size: 14px;
|
|
322
|
+
|
|
323
|
+
&:focus {
|
|
324
|
+
outline: none;
|
|
325
|
+
border-color: #2563eb;
|
|
326
|
+
box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.bpa-owner-checkbox-top {
|
|
331
|
+
padding-top: 16px;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.bpa-owner-add-owner-row {
|
|
335
|
+
display: flex;
|
|
336
|
+
padding: 16px 0;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.bpa-owner-add-owner-button {
|
|
340
|
+
padding: 10px 20px;
|
|
341
|
+
background: transparent;
|
|
342
|
+
border: 2px dashed #2563eb;
|
|
343
|
+
border-radius: 8px;
|
|
344
|
+
color: #2563eb;
|
|
345
|
+
font-weight: 600;
|
|
346
|
+
font-size: 14px;
|
|
347
|
+
cursor: pointer;
|
|
348
|
+
transition: all 0.2s ease;
|
|
349
|
+
|
|
350
|
+
&:hover {
|
|
351
|
+
background: rgba(37, 99, 235, 0.05);
|
|
352
|
+
border-style: solid;
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.bpa-owner-submit-back {
|
|
357
|
+
margin-right: 12px;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.bpa-owner-label-field-pair {
|
|
361
|
+
display: flex;
|
|
362
|
+
justify-content: space-between;
|
|
363
|
+
border-bottom: 1px dashed #e5e7eb;
|
|
364
|
+
padding: 12px 0;
|
|
365
|
+
color: #374151;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.bpa-owner-bold-label {
|
|
369
|
+
font-weight: 600;
|
|
370
|
+
color: #4b5563;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.bpa-owner-newbuilding-error-message {
|
|
374
|
+
color: #dc2626;
|
|
375
|
+
margin-top: 6px;
|
|
376
|
+
font-size: 12px;
|
|
377
|
+
font-weight: 500;
|
|
378
|
+
}
|