@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.
Files changed (129) hide show
  1. package/dist/index.css +1174 -350
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -534
  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 -0
  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 -96
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +450 -261
  24. package/src/components/buttons.scss +134 -118
  25. package/src/components/card.scss +627 -595
  26. package/src/components/cardHeaderWithOptions.scss +13 -13
  27. package/src/components/changeLanguage.scss +3 -3
  28. package/src/components/charts.scss +185 -185
  29. package/src/components/checkbox.scss +83 -83
  30. package/src/components/checkpoint.scss +65 -65
  31. package/src/components/citizenInfoLabel.scss +14 -14
  32. package/src/components/custombtn.scss +15 -15
  33. package/src/components/datatable.scss +118 -116
  34. package/src/components/datewrap.scss +21 -21
  35. package/src/components/detailscard.scss +6 -6
  36. package/src/components/detailscontainer.scss +13 -13
  37. package/src/components/filters.scss +97 -97
  38. package/src/components/grey.scss +3 -3
  39. package/src/components/hoc/InboxComposer.scss +115 -115
  40. package/src/components/howItWorks.scss +71 -71
  41. package/src/components/imageviewer.scss +33 -33
  42. package/src/components/info-banner.scss +35 -35
  43. package/src/components/inputotp.scss +15 -15
  44. package/src/components/keynote.scss +29 -29
  45. package/src/components/languageSelector.scss +24 -24
  46. package/src/components/loader.scss +96 -96
  47. package/src/components/map.scss +36 -36
  48. package/src/components/metricsTable.scss +26 -26
  49. package/src/components/multiLink.scss +87 -87
  50. package/src/components/multiSelectDropdown.scss +88 -88
  51. package/src/components/navbar.scss +377 -377
  52. package/src/components/newFooter.scss +75 -75
  53. package/src/components/plusMinus.scss +15 -15
  54. package/src/components/popup.scss +15 -15
  55. package/src/components/radiobtn.scss +44 -44
  56. package/src/components/ratingstar.scss +33 -33
  57. package/src/components/roundedLabel.scss +10 -10
  58. package/src/components/searchAction.scss +27 -27
  59. package/src/components/sectionalDropdown.scss +43 -43
  60. package/src/components/selectdropdown.scss +279 -276
  61. package/src/components/staticDynamicMessages.scss +110 -110
  62. package/src/components/staticSideBar.scss +27 -27
  63. package/src/components/statushighlight.scss +17 -17
  64. package/src/components/submiterrors.scss +11 -11
  65. package/src/components/summary.scss +28 -28
  66. package/src/components/table.scss +383 -362
  67. package/src/components/tag.scss +27 -27
  68. package/src/components/telephone.scss +17 -17
  69. package/src/components/textfields.scss +138 -136
  70. package/src/components/toast.scss +31 -31
  71. package/src/components/toggleSwitch.scss +40 -40
  72. package/src/components/topbar.scss +217 -217
  73. package/src/components/uploadcomponents.scss +113 -113
  74. package/src/index.scss +1377 -1031
  75. package/src/modules/adv/index.scss +552 -552
  76. package/src/modules/rentAndLease/index.scss +227 -227
  77. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  78. package/src/pages/citizen/CitizenLogin.scss +50 -50
  79. package/src/pages/citizen/DocumentList.scss +454 -448
  80. package/src/pages/citizen/Events.scss +46 -46
  81. package/src/pages/citizen/HomePageWrapper.scss +215 -214
  82. package/src/pages/citizen/InboxCard.scss +378 -327
  83. package/src/pages/citizen/SurveyList.scss +21 -21
  84. package/src/pages/citizen/citizenDocument.scss +25 -25
  85. package/src/pages/citizen/citizenNewLogin.scss +352 -357
  86. package/src/pages/citizen/container.scss +32 -32
  87. package/src/pages/citizen/loaderMessage.scss +341 -295
  88. package/src/pages/citizen/payment/payment-type.scss +2 -2
  89. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  90. package/src/pages/common/form.scss +25 -25
  91. package/src/pages/common/newApplicationTimeline.scss +319 -319
  92. package/src/pages/common/pgrUICssfix.scss +105 -105
  93. package/src/pages/common/requiredField.scss +2 -2
  94. package/src/pages/common/sanctionFeeTable.scss +91 -91
  95. package/src/pages/common/searchIcon.scss +12 -12
  96. package/src/pages/common/stepForm.scss +40 -40
  97. package/src/pages/employee/EmployeeLogin.scss +6 -6
  98. package/src/pages/employee/cardfix.scss +13 -13
  99. package/src/pages/employee/container.scss +73 -73
  100. package/src/pages/employee/dashboard.scss +203 -203
  101. package/src/pages/employee/disconnection.scss +425 -425
  102. package/src/pages/employee/dss.scss +251 -251
  103. package/src/pages/employee/faq.scss +353 -353
  104. package/src/pages/employee/footer.scss +68 -68
  105. package/src/pages/employee/form-fields.scss +13 -13
  106. package/src/pages/employee/header.scss +262 -262
  107. package/src/pages/employee/iframe.scss +65 -65
  108. package/src/pages/employee/inbox.scss +744 -744
  109. package/src/pages/employee/index.scss +694 -677
  110. package/src/pages/employee/landing.scss +1782 -1782
  111. package/src/pages/employee/login.scss +253 -252
  112. package/src/pages/employee/oldMobileInbox.scss +4 -4
  113. package/src/pages/employee/popupmodule.scss +47 -47
  114. package/src/pages/employee/response.scss +2 -2
  115. package/src/pages/employee/scroll-table.scss +113 -113
  116. package/src/pages/employee/surveys.scss +469 -469
  117. package/src/pages/employee/tooltip.scss +35 -35
  118. package/src/pages/employee/updateNumber.scss +12 -12
  119. package/src/pages/swach/index.scss +174 -172
  120. package/src/pages/ws/index.scss +104 -104
  121. package/svg/camera.svg +4 -4
  122. package/svg/check.svg +3 -3
  123. package/svg/close.svg +4 -4
  124. package/svg/error.svg +3 -3
  125. package/svg/error2.svg +5 -5
  126. package/svg/searchicon.svg +3 -3
  127. package/svg/starempty.svg +3 -3
  128. package/svg/starfilled.svg +4 -4
  129. package/svg/success.svg +3 -3
@@ -1,262 +1,451 @@
1
- body {
2
- @apply bg-grey-bg;
3
- }
4
-
5
- :root {
6
- --digit-font-family: "Source Sans Pro", sans-serif;
7
- }
8
-
9
- body {
10
- font-family: var(--digit-font-family);
11
- }
12
-
13
-
14
- .body-container {
15
- @apply bg-grey-bg h-full min-h-screen overflow-x-hidden;
16
- position: relative !important;
17
-
18
-
19
- }
20
-
21
- .navbar {
22
- @apply text-white bg-secondary w-full mb-md;
23
- background: #FFF !important;
24
- box-shadow: 0 1px 4px #b1b4b6;
25
- img {
26
- height: 24px;
27
- }
28
- }
29
- /* .navbar-header{
30
- @apply text-navbarheader float-left px-sm
31
- }
32
-
33
- .navbar-subheader{
34
- @apply font-light px-sm border-solid border-l border-white border-opacity-100
35
- }*/
36
-
37
- .h1 {
38
- @apply text-heading-l text-text-primary font-bold mb-md ml-md;
39
- }
40
-
41
- .link-label {
42
- @apply block text-link text-primary-main mb-md ml-md cursor-pointer;
43
-
44
- &:hover {
45
- @apply text-primary-main;
46
- }
47
- }
48
-
49
- .back-btn {
50
- width: fit-content;
51
- @apply block border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mt-md;
52
-
53
- label {
54
- @apply inline mr-sm align-middle;
55
- }
56
-
57
- p {
58
- @apply inline float-right;
59
- }
60
- }
61
-
62
- .bread-crumb {
63
- font-size: 14px;
64
- color: #505a5f;
65
- display: flex;
66
- margin-bottom: 10px;
67
- flex-wrap: wrap
68
- }
69
- .bread-crumb--item {
70
- margin-left: 5px;
71
-
72
- &:not(:last-child):after {
73
- content: " /";
74
- }
75
-
76
- button {
77
- outline: none;
78
- }
79
-
80
- .last {
81
- color: #0b0c0c;
82
- }
83
- }
84
-
85
- .back-btn2 {
86
- cursor: pointer;
87
- width: fit-content;
88
- color: black;
89
- @apply flex border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mb-md;
90
-
91
- img {
92
- @apply flex;
93
- }
94
-
95
- svg {
96
- @apply flex;
97
- }
98
-
99
- p {
100
- @apply flex;
101
- }
102
- }
103
-
104
- @screen dt {
105
- .employee-app-container {
106
- @apply w-full;
107
- }
108
-
109
- .app-container {
110
- width: 100%;
111
- padding: 2rem;
112
- form {
113
- .card {
114
- max-width: 960px;
115
- h2 {
116
- }
117
- .field-container {
118
- max-width: 540px;
119
- }
120
- button {
121
- max-width: 240px;
122
- }
123
- .input-otp-wrap,
124
- .card-text-button {
125
- text-align: left;
126
- }
127
- }
128
- }
129
- }
130
-
131
- .h1 {
132
- margin-left: 0;
133
- @apply text-heading-l-dt;
134
- }
135
-
136
- .link-label {
137
- margin-left: 0;
138
- }
139
-
140
- .back-btn {
141
- margin-left: 0;
142
- }
143
-
144
- .back-btn2 {
145
- margin-left: 0;
146
- }
147
- }
148
-
149
- .body-container::-webkit-scrollbar {
150
- display: none;
151
- }
152
- .audit-card {
153
- width: 80%;
154
- margin-left: -21%;
155
- margin-right: -27%;
156
- max-height: 120px;
157
- margin-top: 90px;
158
- }
159
-
160
- .citizen-and-architect-photo-header {
161
- font-size: 24px;
162
- }
163
-
164
- .citizen-and-architect-photo-container {
165
- display: flex;
166
- justify-content: space-between;
167
- gap: 20px;
168
- margin-top: 10px;
169
- padding: 0px 20px;
170
- }
171
-
172
- .citizen-and-architect-photo-item {
173
- text-align: center;
174
- }
175
-
176
- .citizen-and-architect-photo-image {
177
- width: 100px;
178
- height: 100px;
179
- object-fit: cover;
180
- border-radius: 10%;
181
- cursor: default;
182
- }
183
-
184
- .citizen-and-architect-photo-clickable {
185
- cursor: pointer;
186
- }
187
-
188
- .citizen-and-architect-photo-label {
189
- /* Add any label styling if needed */
190
- }
191
- .clu-summary-page {
192
- padding: 2rem;
193
- background-color: #f9f9f9;
194
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
195
- color: #333;
196
- }
197
-
198
- .clu-summary-heading {
199
- font-size: 1.5rem;
200
- border-bottom: 2px solid #ccc;
201
- padding-bottom: 0.3rem;
202
- color: #2e4a66;
203
- margin-top: 2rem;
204
- margin-bottom: 1rem;
205
- }
206
-
207
- .clu-summary-section {
208
- background-color: #ffffff;
209
- padding: 1rem 1.5rem;
210
- border-radius: 8px;
211
- margin-bottom: 2rem;
212
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
213
- }
214
-
215
- .clu-summary-label-field-pair {
216
- display: flex;
217
- justify-content: space-between;
218
- border-bottom: 1px dashed #e0e0e0;
219
- padding: 0.5rem 0;
220
- color: #333;
221
- }
222
-
223
- .clu-summary-bold-label {
224
- font-weight: bold;
225
- color: #555;
226
- }
227
- .custom-card-container {
228
- width: 100%;
229
- background: rgba(255, 255, 255, 0.95);
230
- backdrop-filter: blur(6px);
231
- border-radius: 18px;
232
- border: 1px solid rgba(229, 231, 235, 0.8);
233
- padding: 0;
234
- margin-bottom: 24px;
235
- box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
236
- transition: all 0.25s ease;
237
- overflow: hidden;
238
- cursor: default;
239
- }
240
-
241
- .custom-card-clickable {
242
- cursor: pointer;
243
- }
244
-
245
- .custom-card-hovered {
246
- transform: translateY(-3px);
247
- box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
248
- }
249
-
250
- .custom-card-table {
251
- width: 100%;
252
- border-collapse: separate;
253
- border-spacing: 24px 20px;
254
- }
255
-
256
- .custom-card-td {
257
- width: 100%;
258
- padding: 0;
259
- display: block;
260
- justify-content: space-between;
261
- align-items: center;
1
+ body {
2
+ @apply bg-grey-bg;
3
+ }
4
+
5
+ :root {
6
+ --digit-font-family: "Source Sans Pro", sans-serif;
7
+ }
8
+
9
+ body {
10
+ font-family: var(--digit-font-family);
11
+ }
12
+
13
+
14
+ .body-container {
15
+ @apply bg-grey-bg h-full min-h-screen overflow-x-hidden;
16
+ position: relative !important;
17
+
18
+
19
+ }
20
+
21
+ .navbar {
22
+ @apply text-white bg-secondary w-full mb-md;
23
+ background: #FFF !important;
24
+ box-shadow: 0 1px 4px #b1b4b6;
25
+ img {
26
+ height: 24px;
27
+ }
28
+ }
29
+ /* .navbar-header{
30
+ @apply text-navbarheader float-left px-sm
31
+ }
32
+
33
+ .navbar-subheader{
34
+ @apply font-light px-sm border-solid border-l border-white border-opacity-100
35
+ }*/
36
+
37
+ .h1 {
38
+ @apply text-heading-l text-text-primary font-bold mb-md ml-md;
39
+ }
40
+
41
+ .app-container{
42
+ padding: 10px;
43
+ }
44
+
45
+ .link-label {
46
+ align-items: center;
47
+ justify-content: center;
48
+ height: 40px;
49
+ background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
50
+ color: white !important;
51
+ text-align: center;
52
+ outline: none;
53
+ width: 175px;
54
+ border-radius: 8px;
55
+ border: none;
56
+ font-weight: 700;
57
+ font-size: 13px;
58
+ cursor: pointer;
59
+ transition: all 0.2s ease;
60
+ box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
61
+ margin: 0;
62
+ text-decoration: none;
63
+
64
+ &:hover {
65
+ transform: translateY(-2px);
66
+ box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
67
+ color: white !important;
68
+ }
69
+
70
+ &:focus {
71
+ outline: none;
72
+ }
73
+ }
74
+
75
+
76
+ .back-btn {
77
+ width: fit-content;
78
+ @apply block border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mt-md;
79
+
80
+ label {
81
+ @apply inline mr-sm align-middle;
82
+ }
83
+
84
+ p {
85
+ @apply inline float-right;
86
+ }
87
+ }
88
+
89
+ .bread-crumb {
90
+ font-size: 14px;
91
+ color: #505a5f;
92
+ display: flex;
93
+ margin-bottom: 10px;
94
+ flex-wrap: wrap
95
+ }
96
+ .bread-crumb--item {
97
+ margin-left: 5px;
98
+
99
+ &:not(:last-child):after {
100
+ content: " /";
101
+ }
102
+
103
+ button {
104
+ outline: none;
105
+ }
106
+
107
+ .last {
108
+ color: #0b0c0c;
109
+ }
110
+ }
111
+
112
+ .back-btn2 {
113
+ cursor: pointer;
114
+ width: fit-content;
115
+ color: black;
116
+ margin-top: 3rem;
117
+ @apply flex border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mb-md;
118
+
119
+ img {
120
+ @apply flex;
121
+ }
122
+
123
+ svg {
124
+ @apply flex;
125
+ }
126
+
127
+ p {
128
+ @apply flex;
129
+ }
130
+ }
131
+
132
+ @screen dt {
133
+ .employee-app-container {
134
+ @apply w-full;
135
+ }
136
+
137
+ .app-container {
138
+ width: 100%;
139
+ padding: 3rem;
140
+ form {
141
+ .card {
142
+ max-width: 960px;
143
+ h2 {
144
+ }
145
+ .field-container {
146
+ max-width: 540px;
147
+ }
148
+ button {
149
+ max-width: 240px;
150
+ }
151
+ .input-otp-wrap,
152
+ .card-text-button {
153
+ text-align: left;
154
+ }
155
+ }
156
+ }
157
+ }
158
+
159
+ .h1 {
160
+ margin-left: 0;
161
+ @apply text-heading-l-dt;
162
+ }
163
+
164
+ .link-label {
165
+ margin-left: 0;
166
+ }
167
+
168
+ .back-btn {
169
+ margin-left: 0;
170
+ }
171
+
172
+ .back-btn2 {
173
+ margin-left: 0;
174
+ }
175
+ }
176
+
177
+ .body-container::-webkit-scrollbar {
178
+ display: none;
179
+ }
180
+ .audit-card {
181
+ width: 80%;
182
+ margin-left: -21%;
183
+ margin-right: -27%;
184
+ max-height: 120px;
185
+ margin-top: 90px;
186
+ }
187
+
188
+ .citizen-and-architect-photo-header {
189
+ font-size: 24px;
190
+ }
191
+
192
+ .citizen-and-architect-photo-container {
193
+ display: flex;
194
+ justify-content: space-between;
195
+ gap: 20px;
196
+ margin-top: 10px;
197
+ padding: 0px 20px;
198
+ }
199
+
200
+ .citizen-and-architect-photo-item {
201
+ text-align: center;
202
+ }
203
+
204
+ .citizen-and-architect-photo-image {
205
+ width: 100px;
206
+ height: 100px;
207
+ object-fit: cover;
208
+ border-radius: 10%;
209
+ cursor: default;
210
+ }
211
+
212
+ .citizen-and-architect-photo-clickable {
213
+ cursor: pointer;
214
+ }
215
+
216
+ .citizen-and-architect-photo-label {
217
+ /* Add any label styling if needed */
218
+ }
219
+ .bpa-summary-page {
220
+ padding: 2rem;
221
+ background-color: #f9f9f9;
222
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
223
+ color: #333;
224
+ }
225
+
226
+ .bpa-summary-heading {
227
+ font-size: 1.5rem;
228
+ border-bottom: 2px solid #ccc;
229
+ padding-bottom: 0.3rem;
230
+ color: #2e4a66;
231
+ margin-top: 2rem;
232
+ margin-bottom: 1rem;
233
+ }
234
+
235
+ .bpa-summary-section {
236
+ background-color: #ffffff;
237
+ padding: 1rem 1.5rem;
238
+ border-radius: 8px;
239
+ margin-bottom: 2rem;
240
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
241
+ }
242
+
243
+ .bpa-summary-label-field-pair {
244
+ display: flex;
245
+ justify-content: space-between;
246
+ border-bottom: 1px dashed #e0e0e0;
247
+ padding: 0.5rem 0;
248
+ color: #333;
249
+ }
250
+
251
+ .bpa-summary-bold-label {
252
+ font-weight: bold;
253
+ color: #555;
254
+ }
255
+
256
+
257
+
258
+ .custom-card-container {
259
+ width: 100%;
260
+ background: rgba(255, 255, 255, 0.95);
261
+ backdrop-filter: blur(6px);
262
+ border-radius: 18px;
263
+ border: 1px solid rgba(229, 231, 235, 0.8);
264
+ padding: 0;
265
+ margin-bottom: 24px;
266
+ box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
267
+ transition: all 0.25s ease;
268
+ overflow: hidden;
269
+ cursor: default;
270
+ }
271
+
272
+ .custom-card-clickable {
273
+ cursor: pointer;
274
+ }
275
+
276
+ .custom-card-hovered {
277
+ transform: translateY(-3px);
278
+ box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
279
+ }
280
+
281
+ .custom-card-table {
282
+ width: 100%;
283
+ border-collapse: separate;
284
+ border-spacing: 24px 20px;
285
+ }
286
+
287
+ .custom-card-td {
288
+ width: 100%;
289
+ padding: 0;
290
+ display: block;
291
+ justify-content: space-between;
292
+ align-items: center;
293
+ }
294
+
295
+ /* ============================================
296
+ BPA STEPPER FORM - Common Styles
297
+ ============================================ */
298
+
299
+ .bpa-stepper-form-container {
300
+ padding: 16px;
301
+ background: #f8fafc;
302
+ min-height: calc(100vh - 120px);
303
+ }
304
+
305
+ .bpa-stepper-form-section {
306
+ background: #ffffff;
307
+ border-radius: 12px;
308
+ padding: 20px 24px;
309
+ margin-bottom: 20px;
310
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
311
+ border: 1px solid #e5e7eb;
312
+ }
313
+
314
+ .bpa-section-header {
315
+ font-size: 18px !important;
316
+ font-weight: 600 !important;
317
+ margin-bottom: 16px !important;
318
+ padding-bottom: 12px !important;
319
+ border-bottom: 2px solid #e5e7eb !important;
320
+ }
321
+
322
+ .bpa-block-section {
323
+ background: #f8fafc;
324
+ border-radius: 8px;
325
+ padding: 16px;
326
+ margin-top: 16px;
327
+ border: 1px solid #e5e7eb;
328
+ }
329
+
330
+ .bpa-block-header {
331
+ font-size: 16px !important;
332
+ font-weight: 600 !important;
333
+ color: #374151 !important;
334
+ margin-bottom: 12px !important;
335
+ }
336
+
337
+ .bpa-table-container {
338
+ margin-top: 16px;
339
+ overflow-x: auto;
340
+ border-radius: 8px;
341
+ border: 1px solid #e5e7eb;
342
+ }
343
+
344
+ .bpa-stepper-form-section .status-table-container {
345
+ margin: 0;
346
+ }
347
+
348
+ .bpa-stepper-form-section .status-table-container .status-table {
349
+ margin: 0;
350
+ }
351
+
352
+ .bpa-stepper-form-section .row {
353
+ padding: 12px 0;
354
+ border-bottom: 1px dashed #e5e7eb;
355
+ }
356
+
357
+ .bpa-stepper-form-section .row:last-child {
358
+ border-bottom: none;
359
+ }
360
+
361
+ .bpa-stepper-form-section .row .key {
362
+ font-weight: 500;
363
+ color: #6b7280;
364
+ font-size: 14px;
365
+ }
366
+
367
+ .bpa-stepper-form-section .row .value {
368
+ font-weight: 600;
369
+ color: #1f2937;
370
+ font-size: 14px;
371
+ }
372
+
373
+ /* Responsive Styles */
374
+ @media screen and (max-width: 768px) {
375
+ .bpa-stepper-form-container {
376
+ padding: 12px;
377
+ }
378
+
379
+ .bpa-stepper-form-section {
380
+ padding: 16px;
381
+ margin-bottom: 16px;
382
+ border-radius: 10px;
383
+ }
384
+
385
+ .bpa-section-header {
386
+ font-size: 16px !important;
387
+ margin-bottom: 12px !important;
388
+ padding-bottom: 10px !important;
389
+ }
390
+
391
+ .bpa-block-section {
392
+ padding: 12px;
393
+ margin-top: 12px;
394
+ }
395
+
396
+ .bpa-block-header {
397
+ font-size: 14px !important;
398
+ margin-bottom: 10px !important;
399
+ }
400
+
401
+ .bpa-stepper-form-section .row {
402
+ padding: 10px 0;
403
+ }
404
+
405
+ .bpa-stepper-form-section .row .key,
406
+ .bpa-stepper-form-section .row .value {
407
+ font-size: 13px;
408
+ }
409
+ }
410
+
411
+ @media screen and (max-width: 480px) {
412
+ .bpa-stepper-form-container {
413
+ padding: 8px;
414
+ }
415
+
416
+ .bpa-stepper-form-section {
417
+ padding: 12px;
418
+ margin-bottom: 12px;
419
+ border-radius: 8px;
420
+ }
421
+
422
+ .bpa-section-header {
423
+ font-size: 15px !important;
424
+ margin-bottom: 10px !important;
425
+ padding-bottom: 8px !important;
426
+ }
427
+
428
+ .bpa-block-section {
429
+ padding: 10px;
430
+ margin-top: 10px;
431
+ }
432
+
433
+ .bpa-block-header {
434
+ font-size: 13px !important;
435
+ }
436
+
437
+ .bpa-stepper-form-section .row {
438
+ padding: 8px 0;
439
+ flex-direction: column;
440
+ gap: 4px;
441
+ }
442
+
443
+ .bpa-stepper-form-section .row .key,
444
+ .bpa-stepper-form-section .row .value {
445
+ font-size: 12px;
446
+ }
447
+
448
+ .bpa-table-container {
449
+ margin-top: 12px;
450
+ }
262
451
  }