@pmidc/upyog-css 1.2.36-dev.1.3 → 1.2.36-dev.1.30

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.
@@ -0,0 +1,242 @@
1
+ .chb-slot-summary {
2
+ display: flex;
3
+ justify-content: space-between;
4
+ width: 100%;
5
+ }
6
+
7
+ .chb-input-width--employee input {
8
+ width: 50%;
9
+ }
10
+
11
+ .chb-input-width--citizen input {
12
+ width: 86%;
13
+ }
14
+
15
+ .chb-textarea-width--half {
16
+ width: 50%;
17
+ }
18
+
19
+ .chb-citizen-details {
20
+ width: 100%;
21
+ }
22
+
23
+ .chb-citizen-details__field {
24
+ margin-bottom: 20px;
25
+ }
26
+
27
+ .chb-citizen-details__input {
28
+ width: 100%;
29
+ }
30
+
31
+ .chb-citizen-details__required,
32
+ .chb-citizen-details__error {
33
+ color: red;
34
+ }
35
+
36
+ .chb-citizen-details__error--field {
37
+ margin-top: 4px;
38
+ margin-bottom: 0;
39
+ }
40
+
41
+ .chb-citizen-details__terms {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 10px;
45
+ cursor: pointer;
46
+ }
47
+
48
+ .chb-citizen-details__terms-input {
49
+ width: 18px;
50
+ height: 18px;
51
+ cursor: pointer;
52
+ }
53
+
54
+ .chb-citizen-details__terms-label {
55
+ margin: 0;
56
+ color: #007bff;
57
+ cursor: pointer;
58
+ text-decoration: underline;
59
+ }
60
+
61
+ /* Keep Venue Code options below the select instead of covering the selected value. */
62
+ .chb-venue-code-dropdown {
63
+ position: relative;
64
+ overflow: visible;
65
+ }
66
+
67
+ .chb-venue-details-form,
68
+ .chb-venue-details-form .card,
69
+ .chb-venue-code-field {
70
+ overflow: visible;
71
+ }
72
+
73
+ .chb-venue-code-field {
74
+ position: relative;
75
+ }
76
+
77
+ .chb-community-hall-modal {
78
+ position: relative;
79
+ width: 90%;
80
+ max-width: 1200px;
81
+ max-height: 90vh;
82
+ overflow-y: auto;
83
+ background-color: #fff;
84
+ }
85
+
86
+ .chb-community-hall-modal__header {
87
+ position: sticky;
88
+ top: 0;
89
+ background-color: #f5f5f5;
90
+ }
91
+
92
+ .chb-community-hall-modal__main {
93
+ padding: 10px;
94
+ }
95
+
96
+ .chb-community-hall-modal__actions {
97
+ display: none;
98
+ }
99
+
100
+ .chb-community-hall-details {
101
+ padding: 1px 15px 15px;
102
+ }
103
+
104
+ .chb-community-hall-details__grid {
105
+ display: flex;
106
+ flex-wrap: wrap;
107
+ gap: 10px;
108
+ }
109
+
110
+ .chb-community-hall-details__item {
111
+ flex: 1 1 45%;
112
+ }
113
+
114
+ .chb-community-hall-details__label {
115
+ font-size: 20px;
116
+ }
117
+
118
+ .chb-community-hall-details__terms-label {
119
+ margin-top: 10px;
120
+ }
121
+
122
+ .chb-community-hall-details__list-item {
123
+ margin-bottom: 10px;
124
+ }
125
+
126
+ .chb-community-hall-details__title {
127
+ margin: 35px;
128
+ color: #a82227;
129
+ }
130
+
131
+ .chb-cancellation-policy__list {
132
+ padding-left: 20px;
133
+ }
134
+
135
+ .chb-cancellation-policy__list-item {
136
+ margin-bottom: 10px;
137
+ }
138
+
139
+ .chb-cancellation-policy__amount-title,
140
+ .chb-cancellation-policy__link,
141
+ .chb-cancellation-policy__modal-title {
142
+ color: #a82227;
143
+ }
144
+
145
+ .chb-cancellation-policy__amount-title {
146
+ font-size: 18px;
147
+ }
148
+
149
+ .chb-cancellation-policy__summary,
150
+ .chb-cancellation-policy__total {
151
+ display: flex;
152
+ align-items: center;
153
+ }
154
+
155
+ .chb-cancellation-policy__amount {
156
+ margin-right: 60px;
157
+ margin-left: 30px;
158
+ font-size: 16px;
159
+ font-weight: bold;
160
+ }
161
+
162
+ .chb-cancellation-policy__link {
163
+ cursor: pointer;
164
+ font-size: 20px;
165
+ text-decoration: none;
166
+ }
167
+
168
+ .chb-cancellation-policy__link--price-breakup {
169
+ margin: 0 18px;
170
+ }
171
+
172
+ .chb-cancellation-policy__modal-title {
173
+ margin: 25px;
174
+ }
175
+
176
+ .chb-cancellation-policy__loading-label {
177
+ font-size: 20px;
178
+ }
179
+
180
+ .chb-cancellation-policy__estimate-label {
181
+ margin-bottom: 15px;
182
+ }
183
+
184
+ .chb-cancellation-policy__price-row,
185
+ .chb-cancellation-policy__total {
186
+ justify-content: space-between;
187
+ }
188
+
189
+ .chb-cancellation-policy__price-row {
190
+ display: flex;
191
+ }
192
+
193
+ .chb-cancellation-policy__total {
194
+ margin-top: 10px;
195
+ font-weight: bold;
196
+ }
197
+
198
+ .chb-cancellation-policy__modal {
199
+ position: relative;
200
+ overflow-y: auto;
201
+ background-color: #fff;
202
+ }
203
+
204
+ .chb-cancellation-policy__modal--terms {
205
+ width: 80%;
206
+ max-height: 90vh;
207
+ }
208
+
209
+ .chb-cancellation-policy__modal--price-breakup {
210
+ width: 60%;
211
+ max-height: 60vh;
212
+ }
213
+
214
+ .chb-cancellation-policy__modal-header {
215
+ position: sticky;
216
+ top: 0;
217
+ background-color: #f5f5f5;
218
+ }
219
+
220
+ .chb-cancellation-policy__modal-actions {
221
+ display: none;
222
+ }
223
+
224
+ .chb-check-page__section-title {
225
+ font-size: 24px;
226
+ }
227
+
228
+ .chb-check-page__documents {
229
+ display: flex;
230
+ flex-direction: row;
231
+ }
232
+
233
+ .chb-check-page__document {
234
+ margin-right: 25px;
235
+ }
236
+
237
+ .chb-check-page__table-cell {
238
+ min-width: 150px;
239
+ padding: 10px !important;
240
+ padding-left: 20px !important;
241
+ font-size: 16px !important;
242
+ }
@@ -117,3 +117,9 @@
117
117
  }
118
118
  }
119
119
  }
120
+
121
+ .data-table .row.document-row .value,
122
+ .employee-data-table .row.document-row .value {
123
+ display: flex;
124
+ align-items: center;
125
+ }
@@ -30,7 +30,7 @@
30
30
  padding: 6px 10px;
31
31
  display: block;
32
32
  @apply border border-solid border-input-border;
33
- &:hover{
33
+ &:hover {
34
34
  @apply border-2 border-solid border-primary-main;
35
35
  }
36
36
  }
@@ -95,4 +95,285 @@
95
95
  .rdrDefinedRangesWrapper {
96
96
  display: none;
97
97
  }
98
- }
98
+ }
99
+
100
+ .ndc-new-inbox-filter-card {
101
+ margin: 0;
102
+ }
103
+
104
+ .ndc-new-filter-status-wrapper {
105
+ display: flex;
106
+ flex-direction: column;
107
+ gap: 8px;
108
+ }
109
+
110
+ .ndc-new-filter-card-grid {
111
+ display: grid;
112
+ grid-template-columns: repeat(6, 1fr);
113
+ gap: 14px;
114
+ }
115
+
116
+ .ndc-new-filter-option-card {
117
+ background: #f8fafc;
118
+ border: 1px solid #e5e7eb;
119
+ border-radius: 12px;
120
+ padding: 16px;
121
+ min-height: 88px;
122
+ text-align: left;
123
+ cursor: pointer;
124
+ transition: all 0.2s ease;
125
+ position: relative;
126
+ overflow: hidden;
127
+ font-family: inherit;
128
+ font-size: 14px;
129
+
130
+ &.active {
131
+ background: #e0f2fe;
132
+ border-color: #38bdf8;
133
+ box-shadow: 0 4px 12px rgba(2, 132, 199, 0.18);
134
+ }
135
+
136
+ &.primary {
137
+ background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
138
+ color: white;
139
+
140
+ &.active {
141
+ background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
142
+ box-shadow: 0 10px 24px rgba(37, 99, 235, 0.25);
143
+ transform: translateY(-1px);
144
+ }
145
+ }
146
+
147
+ &.success {
148
+ background: linear-gradient(135deg, #10b981 0%, #059669 100%);
149
+ color: white;
150
+
151
+ &.active {
152
+ background: linear-gradient(135deg, #059669 0%, #047857 100%);
153
+ box-shadow: 0 10px 24px rgba(16, 185, 129, 0.25);
154
+ transform: translateY(-1px);
155
+ }
156
+ }
157
+
158
+ &.warning {
159
+ background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
160
+ color: white;
161
+
162
+ &.active {
163
+ background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
164
+ box-shadow: 0 10px 24px rgba(245, 158, 11, 0.25);
165
+ transform: translateY(-1px);
166
+ }
167
+ }
168
+
169
+ &.danger {
170
+ background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
171
+ color: white;
172
+
173
+ &.active {
174
+ background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
175
+ box-shadow: 0 10px 24px rgba(239, 68, 68, 0.25);
176
+ transform: translateY(-1px);
177
+ }
178
+ }
179
+
180
+ &.info {
181
+ background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
182
+ color: white;
183
+
184
+ &.active {
185
+ background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
186
+ box-shadow: 0 10px 24px rgba(6, 182, 212, 0.25);
187
+ transform: translateY(-1px);
188
+ }
189
+ }
190
+
191
+ &.indigo {
192
+ background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
193
+ color: white;
194
+
195
+ &.active {
196
+ background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
197
+ box-shadow: 0 10px 24px rgba(99, 102, 241, 0.25);
198
+ transform: translateY(-1px);
199
+ }
200
+ }
201
+
202
+ &.teal {
203
+ background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
204
+ color: white;
205
+
206
+ &.active {
207
+ background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
208
+ box-shadow: 0 10px 24px rgba(20, 184, 166, 0.25);
209
+ transform: translateY(-1px);
210
+ }
211
+ }
212
+
213
+ &.pink {
214
+ background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
215
+ color: white;
216
+
217
+ &.active {
218
+ background: linear-gradient(135deg, #db2777 0%, #be185d 100%);
219
+ box-shadow: 0 10px 24px rgba(219, 39, 119, 0.25);
220
+ transform: translateY(-1px);
221
+ }
222
+ }
223
+
224
+ &.amber {
225
+ background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
226
+ color: white;
227
+
228
+ &.active {
229
+ background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
230
+ box-shadow: 0 10px 24px rgba(217, 119, 6, 0.25);
231
+ transform: translateY(-1px);
232
+ }
233
+ }
234
+
235
+ &.slate {
236
+ background: linear-gradient(135deg, #64748b 0%, #475569 100%);
237
+ color: white;
238
+
239
+ &.active {
240
+ background: linear-gradient(135deg, #475569 0%, #334155 100%);
241
+ box-shadow: 0 10px 24px rgba(71, 85, 105, 0.25);
242
+ transform: translateY(-1px);
243
+ }
244
+ }
245
+ }
246
+
247
+ .ndc-new-filter-status-card {
248
+ border: 1px solid #e5e7eb;
249
+ border-radius: 12px;
250
+ padding: 16px;
251
+ min-height: 88px;
252
+ text-align: left;
253
+ cursor: pointer;
254
+ transition: all 0.2s ease;
255
+ position: relative;
256
+ overflow: hidden;
257
+ font-family: inherit;
258
+ font-size: 14px;
259
+ }
260
+
261
+ .ndc-new-filter-status-title,
262
+ .ndc-new-filter-option-title {
263
+ font-weight: 700;
264
+ font-size: 14px;
265
+ color: #f9f9f9;
266
+ }
267
+
268
+ .ndc-new-filter-status-count {
269
+ font-size: 13px;
270
+ font-weight: 600;
271
+ margin-top: 8px;
272
+ color: white;
273
+ background: rgba(255, 255, 255, 0.25);
274
+ padding: 4px 10px;
275
+ border-radius: 12px;
276
+ display: inline-block;
277
+ min-width: 30px;
278
+ text-align: center;
279
+ }
280
+
281
+ .ndc-new-filter-option-subtitle {
282
+ font-size: 12px;
283
+ margin-top: 6px;
284
+ color: white;
285
+ }
286
+
287
+ .ndc-new-filter-card-check {
288
+ position: absolute;
289
+ top: 8px;
290
+ right: 8px;
291
+ width: 20px;
292
+ height: 20px;
293
+ border-radius: 50%;
294
+ background: #2563eb;
295
+ color: white;
296
+ display: flex;
297
+ align-items: center;
298
+ justify-content: center;
299
+ font-size: 12px;
300
+ font-weight: 700;
301
+ }
302
+
303
+ .ndc-new-filter-card-icon {
304
+ position: absolute;
305
+ bottom: 8px;
306
+ right: 8px;
307
+ font-size: 14px;
308
+ color: #f9fafc;
309
+ opacity: 0.5;
310
+ }
311
+
312
+ .ndc-new-filter-show-more {
313
+ margin-top: 12px;
314
+ cursor: pointer;
315
+ font-weight: 600;
316
+ font-size: 12px;
317
+ color: #2563eb;
318
+ display: inline-flex;
319
+ align-items: center;
320
+ gap: 6px;
321
+ transition: all 0.2s ease;
322
+ background: transparent;
323
+ border: none;
324
+ padding: 0;
325
+ font-family: inherit;
326
+
327
+ &:hover {
328
+ background: #eff6ff;
329
+ border-color: #bfdbfe;
330
+ }
331
+ }
332
+
333
+ .ndc-new-filter-show-more-icon {
334
+ width: 28px;
335
+ height: 28px;
336
+ border-radius: 999px;
337
+ display: inline-flex;
338
+ align-items: center;
339
+ justify-content: center;
340
+ font-size: 12px;
341
+ color: #457fff;
342
+ background: #eff6ff;
343
+ }
344
+
345
+ @media (max-width: 1400px) {
346
+ .ndc-new-filter-card-grid,
347
+ .ndc-new-filter-status-grid {
348
+ grid-template-columns: repeat(4, minmax(140px, 1fr));
349
+ }
350
+ }
351
+
352
+ @media (max-width: 1100px) {
353
+ .ndc-new-filter-card-grid,
354
+ .ndc-new-filter-status-grid {
355
+ grid-template-columns: repeat(3, minmax(120px, 1fr));
356
+ }
357
+ }
358
+
359
+ @media (max-width: 768px) {
360
+ .ndc-new-filter-card-grid,
361
+ .ndc-new-filter-status-grid {
362
+ grid-template-columns: repeat(2, 1fr);
363
+ }
364
+
365
+ .ndc-new-filter-option-card,
366
+ .ndc-new-filter-status-card {
367
+ min-height: 72px;
368
+ padding: 12px;
369
+ }
370
+
371
+ .ndc-new-filter-option-title,
372
+ .ndc-new-filter-status-title {
373
+ font-size: 12px;
374
+ }
375
+
376
+ .ndc-new-filter-status-count {
377
+ font-size: 11px;
378
+ }
379
+ }