@djb25/digit-ui-css 1.0.22 → 1.0.24

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.
@@ -1,936 +1,968 @@
1
1
  .finance-heading {
2
- display: flex;
3
- justify-content: center;
4
- align-items: center;
5
- font-size: 30px;
6
- font-weight: 700;
7
- text-transform: uppercase;
8
- letter-spacing: 2px;
9
- color: white;
10
- padding: 20px 0;
11
- -webkit-background-clip: text;
12
- text-align: center;
13
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
14
- border-radius: 10px;
15
- margin-left: 72px;
16
- margin-right: 72px;
2
+ display: flex;
3
+ justify-content: center;
4
+ align-items: center;
5
+ font-size: 30px;
6
+ font-weight: 700;
7
+ text-transform: uppercase;
8
+ letter-spacing: 2px;
9
+ color: white;
10
+ padding: 20px 0;
11
+ -webkit-background-clip: text;
12
+ text-align: center;
13
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
14
+ border-radius: 10px;
15
+ margin-left: 72px;
16
+ margin-right: 72px;
17
17
  }
18
18
 
19
19
  .modernFinanceUILoginForm {
20
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
21
- min-height: 100vh;
22
- display: flex;
23
- align-items: center;
24
- justify-content: center;
25
- padding: 20px;
26
- position: relative;
20
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
21
+ min-height: 100vh;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: center;
25
+ padding: 20px;
26
+ position: relative;
27
27
  }
28
28
 
29
29
  .financeUI-background-decor1 {
30
- position: absolute;
31
- top: 20%;
32
- left: 10%;
33
- width: 150px;
34
- height: 30px;
35
- background: linear-gradient(45deg, #ff6b6b, #feca57);
36
- border-radius: 15px;
37
- opacity: 0.8;
38
- transform: rotate(-15deg);
30
+ position: absolute;
31
+ top: 20%;
32
+ left: 10%;
33
+ width: 150px;
34
+ height: 30px;
35
+ background: linear-gradient(45deg, #ff6b6b, #feca57);
36
+ border-radius: 15px;
37
+ opacity: 0.8;
38
+ transform: rotate(-15deg);
39
39
  }
40
40
 
41
41
  .financeUI-background-decor2 {
42
- position: absolute;
43
- top: 60%;
44
- left: 5%;
45
- width: 100px;
46
- height: 20px;
47
- background: linear-gradient(45deg, #48cae4, #023047);
48
- border-radius: 10px;
49
- opacity: 0.6;
50
- transform: rotate(25deg);
42
+ position: absolute;
43
+ top: 60%;
44
+ left: 5%;
45
+ width: 100px;
46
+ height: 20px;
47
+ background: linear-gradient(45deg, #48cae4, #023047);
48
+ border-radius: 10px;
49
+ opacity: 0.6;
50
+ transform: rotate(25deg);
51
51
  }
52
52
 
53
53
  .financeUI-background-decor3 {
54
- position: absolute;
55
- top: 30%;
56
- left: 15%;
57
- width: 80px;
58
- height: 15px;
59
- background: linear-gradient(45deg, #f093fb, #f5576c);
60
- border-radius: 8px;
61
- opacity: 0.7;
62
- transform: rotate(-30deg);
54
+ position: absolute;
55
+ top: 30%;
56
+ left: 15%;
57
+ width: 80px;
58
+ height: 15px;
59
+ background: linear-gradient(45deg, #f093fb, #f5576c);
60
+ border-radius: 8px;
61
+ opacity: 0.7;
62
+ transform: rotate(-30deg);
63
63
  }
64
64
 
65
65
  .financeUI-background-decor4 {
66
- position: absolute;
67
- top: 45%;
68
- left: 8%;
69
- width: 200px;
70
- height: 35px;
71
- background: linear-gradient(45deg, #4facfe, #00f2fe);
72
- border-radius: 18px;
73
- opacity: 0.5;
74
- transform: rotate(15deg);
66
+ position: absolute;
67
+ top: 45%;
68
+ left: 8%;
69
+ width: 200px;
70
+ height: 35px;
71
+ background: linear-gradient(45deg, #4facfe, #00f2fe);
72
+ border-radius: 18px;
73
+ opacity: 0.5;
74
+ transform: rotate(15deg);
75
75
  }
76
76
 
77
77
  .financeUI-background-decor5 {
78
- position: absolute;
79
- top: 20%;
80
- right: 10%;
81
- width: 120px;
82
- height: 25px;
83
- background: linear-gradient(45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
84
- border-radius: 12px;
85
- transform: rotate(-20deg);
78
+ position: absolute;
79
+ top: 20%;
80
+ right: 10%;
81
+ width: 120px;
82
+ height: 25px;
83
+ background: linear-gradient(45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
84
+ border-radius: 12px;
85
+ transform: rotate(-20deg);
86
86
  }
87
87
 
88
88
  .financeUI-background-decor6 {
89
- position: absolute;
90
- top: 70%;
91
- right: 15%;
92
- width: 90px;
93
- height: 18px;
94
- background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
95
- border-radius: 9px;
96
- transform: rotate(30deg);
89
+ position: absolute;
90
+ top: 70%;
91
+ right: 15%;
92
+ width: 90px;
93
+ height: 18px;
94
+ background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
95
+ border-radius: 9px;
96
+ transform: rotate(30deg);
97
97
  }
98
98
 
99
99
  .financeUI-background-decor7 {
100
- position: absolute;
101
- top: 50%;
102
- right: 5%;
103
- width: 160px;
104
- height: 28px;
105
- background: linear-gradient(45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
106
- border-radius: 14px;
107
- transform: rotate(-10deg);
100
+ position: absolute;
101
+ top: 50%;
102
+ right: 5%;
103
+ width: 160px;
104
+ height: 28px;
105
+ background: linear-gradient(45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
106
+ border-radius: 14px;
107
+ transform: rotate(-10deg);
108
108
  }
109
109
 
110
110
  .modernFinanceUIMainContainer {
111
- display: flex;
112
- max-width: 1200px;
113
- width: 100%;
114
- background-color: white;
115
- border-radius: 20px;
116
- box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
117
- overflow: hidden;
118
- min-height: 600px;
111
+ display: flex;
112
+ max-width: 1200px;
113
+ width: 100%;
114
+ background-color: white;
115
+ border-radius: 20px;
116
+ box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
117
+ overflow: hidden;
118
+ min-height: 600px;
119
119
  }
120
120
 
121
121
  .modernFinanceUIWelcomeContent {
122
- flex: 1;
123
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
124
- padding: 60px 40px;
125
- display: flex;
126
- flex-direction: column;
127
- justify-content: center;
128
- color: white;
129
- position: relative;
130
- overflow: hidden;
122
+ flex: 1;
123
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
124
+ padding: 60px 40px;
125
+ display: flex;
126
+ flex-direction: column;
127
+ justify-content: center;
128
+ color: white;
129
+ position: relative;
130
+ overflow: hidden;
131
131
  }
132
132
 
133
133
  .financeUI-Loginheading {
134
- font-size: 3rem;
135
- font-weight: bold;
136
- margin-bottom: 20px;
137
- line-height: 1.2;
134
+ font-size: 3rem;
135
+ font-weight: bold;
136
+ margin-bottom: 20px;
137
+ line-height: 1.2;
138
138
  }
139
139
 
140
140
  .financeUI-LoginSubheading {
141
- font-size: 1.1rem;
142
- line-height: 1.6;
143
- opacity: 0.9;
144
- max-width: 400px;
141
+ font-size: 1.1rem;
142
+ line-height: 1.6;
143
+ opacity: 0.9;
144
+ max-width: 400px;
145
145
  }
146
146
 
147
147
  .modernFinanceUILoginFormRightContainer {
148
- flex: 1;
149
- padding: 60px 50px;
150
- display: flex;
151
- flex-direction: column;
152
- justify-content: center;
153
- background-color: #fafafa;
148
+ flex: 1;
149
+ padding: 60px 50px;
150
+ display: flex;
151
+ flex-direction: column;
152
+ justify-content: center;
153
+ background-color: #fafafa;
154
154
  }
155
155
 
156
156
  .modernLoginForm .form-field {
157
- margin-bottom: 20px;
157
+ margin-bottom: 20px;
158
158
  }
159
159
 
160
160
  .modernLoginForm input {
161
- width: 100%;
162
- padding: 12px 16px;
163
- border: 2px solid #e1e5e9;
164
- border-radius: 8px;
165
- font-size: 1rem;
166
- transition: all 0.3s ease;
167
- background-color: white;
161
+ width: 100%;
162
+ padding: 12px 16px;
163
+ border: 2px solid #e1e5e9;
164
+ border-radius: 8px;
165
+ font-size: 1rem;
166
+ transition: all 0.3s ease;
167
+ background-color: white;
168
168
  }
169
169
 
170
170
  .modernLoginForm input:focus {
171
- outline: none;
172
- border-color: #667eea;
173
- box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
171
+ outline: none;
172
+ border-color: #667eea;
173
+ box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
174
174
  }
175
175
 
176
176
  .modernLoginButton {
177
- width: 100%;
178
- padding: 12px 24px;
179
- background: linear-gradient(45deg, #667eea, #764ba2) !important;
180
- border: none !important;
181
- border-radius: 8px !important;
182
- color: white !important;
183
- font-size: 1rem !important;
184
- font-weight: 600 !important;
185
- cursor: pointer;
186
- transition: all 0.3s ease;
187
- text-transform: uppercase;
188
- letter-spacing: 0.5px;
177
+ width: 100%;
178
+ padding: 12px 24px;
179
+ background: linear-gradient(45deg, #667eea, #764ba2) !important;
180
+ border: none !important;
181
+ border-radius: 8px !important;
182
+ color: white !important;
183
+ font-size: 1rem !important;
184
+ font-weight: 600 !important;
185
+ cursor: pointer;
186
+ transition: all 0.3s ease;
187
+ text-transform: uppercase;
188
+ letter-spacing: 0.5px;
189
189
  }
190
190
 
191
191
  .modernLoginButton:hover {
192
- transform: translateY(-2px);
193
- box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
192
+ transform: translateY(-2px);
193
+ box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
194
194
  }
195
195
 
196
196
  .modernLoginButton:disabled {
197
- opacity: 0.6;
198
- cursor: not-allowed;
199
- transform: none;
197
+ opacity: 0.6;
198
+ cursor: not-allowed;
199
+ transform: none;
200
200
  }
201
201
 
202
202
  .modernLoginCard {
203
- background: transparent !important;
204
- box-shadow: none !important;
205
- border: none !important;
203
+ background: transparent !important;
204
+ box-shadow: none !important;
205
+ border: none !important;
206
206
  }
207
207
 
208
208
  @media (max-width: 768px) {
209
- .main-container {
210
- flex-direction: column;
211
- margin: 20px;
212
- min-height: auto;
213
- }
209
+ .main-container {
210
+ flex-direction: column;
211
+ margin: 20px;
212
+ min-height: auto;
213
+ }
214
214
 
215
- .left-side {
216
- padding: 40px 30px;
217
- }
215
+ .left-side {
216
+ padding: 40px 30px;
217
+ }
218
218
 
219
- .left-side h1 {
220
- font-size: 2.2rem;
221
- }
219
+ .left-side h1 {
220
+ font-size: 2.2rem;
221
+ }
222
222
 
223
- .right-side {
224
- padding: 40px 30px;
225
- }
223
+ .right-side {
224
+ padding: 40px 30px;
225
+ }
226
226
  }
227
227
 
228
-
229
228
  .financemodule-image {
230
- width: 100%;
231
- height: 200px;
232
- /* 🔥 Fixes uniform height */
233
- object-fit: cover;
234
- /* 🔥 Ensures image fills area nicely */
235
- border-radius: 8px;
229
+ width: 100%;
230
+ height: 200px;
231
+ /* 🔥 Fixes uniform height */
232
+ object-fit: cover;
233
+ /* 🔥 Ensures image fills area nicely */
234
+ border-radius: 8px;
236
235
  }
237
236
 
238
-
239
237
  .financemodule-icon-image-wrapper {
240
- position: relative;
241
- bottom: 30px;
242
- left: 50%;
243
- transform: translateX(-50%);
244
- background-color: black;
245
- border-radius: 50%;
246
- padding: 10px;
247
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
248
- display: flex;
249
- align-items: center;
250
- justify-content: center;
251
- width: 50px;
252
- height: 50px;
253
- z-index: 2;
238
+ position: relative;
239
+ bottom: 30px;
240
+ left: 50%;
241
+ transform: translateX(-50%);
242
+ background-color: black;
243
+ border-radius: 50%;
244
+ padding: 10px;
245
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
246
+ display: flex;
247
+ align-items: center;
248
+ justify-content: center;
249
+ width: 50px;
250
+ height: 50px;
251
+ z-index: 2;
254
252
  }
255
253
 
256
254
  .financemodule-image-section {
257
- width: 100%;
258
- height: 200px;
259
- /* same height as image */
260
- overflow: hidden;
261
- border-radius: 8px;
255
+ width: 100%;
256
+ height: 200px;
257
+ /* same height as image */
258
+ overflow: hidden;
259
+ border-radius: 8px;
262
260
  }
263
261
 
264
-
265
262
  .finance-mainlayout {
266
- display: flex;
267
- flex-direction: row;
268
- flex-wrap: nowrap;
269
- width: 100%;
270
- box-sizing: border-box;
271
- gap: 20px;
263
+ display: flex;
264
+ flex-direction: row;
265
+ flex-wrap: nowrap;
266
+ width: 100%;
267
+ box-sizing: border-box;
268
+ gap: 20px;
272
269
  }
273
270
 
274
271
  /* Column widths */
275
272
  .finance-mainlayout-col1 {
276
- width: 25%;
273
+ width: 25%;
277
274
  }
278
275
 
279
276
  .finance-mainlayout-col2 {
280
- width: 33.33%;
277
+ width: 33.33%;
281
278
  }
282
279
 
283
280
  .finance-mainlayout-col3 {
284
- width: 50%;
281
+ width: 50%;
285
282
  }
286
283
 
287
284
  .finance-mainlayout-col4 {
288
- width: 75%;
285
+ width: 75%;
289
286
  }
290
287
 
291
288
  .finance-mainlayout-col5 {
292
- width: 100%;
289
+ width: 100%;
293
290
  }
294
291
 
295
292
  .custom-sidebar {
296
- width: 260px;
297
- background-color: #ffffff;
298
- transition: width 0.3s;
299
- box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
300
- display: flex;
301
- flex-direction: column;
302
- overflow: hidden;
303
- border-radius: 6px;
293
+ width: 260px;
294
+ background-color: #ffffff;
295
+ transition: width 0.3s;
296
+ box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
297
+ display: flex;
298
+ flex-direction: column;
299
+ overflow: hidden;
300
+ border-radius: 6px;
304
301
  }
305
302
 
306
303
  .custom-sidebar.open {
307
- width: 300px;
308
- height: 560px;
304
+ width: 300px;
305
+ height: 560px;
309
306
  }
310
307
 
311
308
  .custom-sidebar.open .menu-item.active {
312
- background-color: #667eea;
313
- font-weight: bold;
314
- margin: 10px;
315
- border-radius: 6px;
316
- color: white;
309
+ background-color: #667eea;
310
+ font-weight: bold;
311
+ margin: 10px;
312
+ border-radius: 6px;
313
+ color: white;
317
314
  }
318
315
 
319
316
  .custom-sidebar:not(.open) {
320
- width: 60px;
321
- height: 570px;
317
+ width: 60px;
318
+ height: 570px;
322
319
  }
323
320
 
324
321
  .custom-sidebar:not(.open) .label {
325
- display: none;
322
+ display: none;
326
323
  }
327
324
 
328
325
  .custom-sidebar:not(.open) .badge {
329
- position: absolute;
330
- top: 8px;
331
- right: 8px;
326
+ position: absolute;
327
+ top: 8px;
328
+ right: 8px;
332
329
  }
333
330
 
334
331
  .custom-sidebar:not(.open) .submenu {
335
- display: none;
332
+ display: none;
336
333
  }
337
334
 
338
335
  .custom-sidebar:not(.open) .menu-item.active {
339
- background-color: transparent;
340
- font-weight: normal;
341
- margin: 0;
342
- border-radius: 0;
336
+ background-color: transparent;
337
+ font-weight: normal;
338
+ margin: 0;
339
+ border-radius: 0;
343
340
  }
344
341
 
345
342
  .custom-sidebar-header {
346
- padding: 1rem;
347
- display: flex;
348
- justify-content: flex-end;
349
- border-bottom: 1px solid #eee;
343
+ padding: 1rem;
344
+ display: flex;
345
+ justify-content: flex-end;
346
+ border-bottom: 1px solid #eee;
350
347
  }
351
348
 
352
349
  .custom-sidebar-header .toggle-btn {
353
- background: none;
354
- border: none;
355
- cursor: pointer;
356
- color: #333;
357
- font-size: 14px;
350
+ background: none;
351
+ border: none;
352
+ cursor: pointer;
353
+ color: #333;
354
+ font-size: 14px;
358
355
  }
359
356
 
360
357
  .custom-sidebar-header .toggle-btn:hover {
361
- text-decoration: underline;
358
+ text-decoration: underline;
362
359
  }
363
360
 
364
361
  .menu-list {
365
- list-style: none;
366
- padding: 8px 0;
367
- margin: 0;
368
- flex: 1;
369
- overflow: auto;
362
+ list-style: none;
363
+ padding: 8px 0;
364
+ margin: 0;
365
+ flex: 1;
366
+ overflow: auto;
370
367
  }
371
368
 
372
369
  .menu-list li {
373
- position: relative;
370
+ position: relative;
374
371
  }
375
372
 
376
373
  .menu-list li .menu-item {
377
- display: flex;
378
- align-items: flex-start;
379
- padding: 20px 10px;
380
- cursor: pointer;
381
- color: #333;
382
- transition: background-color 0.2s ease;
374
+ display: flex;
375
+ align-items: flex-start;
376
+ padding: 20px 10px;
377
+ cursor: pointer;
378
+ color: #333;
379
+ transition: background-color 0.2s ease;
383
380
  }
384
381
 
385
382
  .menu-list li .menu-item .icon {
386
- font-size: 18px;
387
- margin-right: 12px;
383
+ font-size: 18px;
384
+ margin-right: 12px;
388
385
  }
389
386
 
390
387
  .menu-list li .menu-item .label {
391
- font-size: 15px;
392
- line-height: 1.4;
393
- word-break: break-word;
394
- white-space: normal;
395
- flex: 1;
388
+ font-size: 15px;
389
+ line-height: 1.4;
390
+ word-break: break-word;
391
+ white-space: normal;
392
+ flex: 1;
396
393
  }
397
394
 
398
395
  .menu-list li .menu-item .badge {
399
- margin-left: auto;
400
- background-color: red;
401
- color: white;
402
- border-radius: 10px;
403
- padding: 2px 6px;
404
- font-size: 12px;
396
+ margin-left: auto;
397
+ background-color: red;
398
+ color: white;
399
+ border-radius: 10px;
400
+ padding: 2px 6px;
401
+ font-size: 12px;
405
402
  }
406
403
 
407
404
  .menu-list li .menu-item:hover:not(.active) {
408
- background-color: #f2f2f2;
405
+ background-color: #f2f2f2;
409
406
  }
410
407
 
411
408
  .menu-list li .submenu {
412
- list-style: none;
413
- padding-left: 40px;
414
- margin-top: 6px;
409
+ list-style: none;
410
+ padding-left: 40px;
411
+ margin-top: 6px;
415
412
  }
416
413
 
417
414
  .menu-list li .submenu .submenu-item {
418
- padding: 8px 0;
419
- font-size: 14px;
420
- color: #666;
421
- cursor: pointer;
415
+ padding: 8px 0;
416
+ font-size: 14px;
417
+ color: #666;
418
+ cursor: pointer;
422
419
  }
423
420
 
424
421
  .menu-list li .submenu .submenu-item:hover {
425
- background-color: #f9f9f9;
422
+ background-color: #f9f9f9;
426
423
  }
427
424
 
428
425
  .collapsible-card {
429
- border-radius: 6px;
430
- margin-bottom: 16px;
431
- background: #fff;
432
- overflow: hidden;
426
+ border-radius: 6px;
427
+ margin-bottom: 16px;
428
+ background: #fff;
429
+ overflow: hidden;
433
430
  }
434
431
 
435
432
  .collapsible-card-header {
436
- display: flex;
437
- justify-content: space-between;
438
- align-items: center;
439
- padding: 12px 16px;
440
- cursor: pointer;
441
- position: relative;
442
- border-bottom: 1px solid #eee;
433
+ display: flex;
434
+ justify-content: space-between;
435
+ align-items: center;
436
+ padding: 12px 16px;
437
+ cursor: pointer;
438
+ position: relative;
439
+ border-bottom: 1px solid #eee;
443
440
  }
444
441
 
445
442
  .collapsible-card-header::before {
446
- content: "";
447
- position: absolute;
448
- top: 0;
449
- left: 0;
450
- width: 4px;
451
- height: 100%;
452
- background: #667eea;
443
+ content: "";
444
+ position: absolute;
445
+ top: 0;
446
+ left: 0;
447
+ width: 4px;
448
+ height: 100%;
449
+ background: #667eea;
453
450
  }
454
451
 
455
452
  .collapsible-card-title {
456
- margin: 0;
457
- font-size: 15px;
458
- font-weight: 600;
459
- padding-left: 8px;
453
+ margin: 0;
454
+ font-size: 15px;
455
+ font-weight: 600;
456
+ padding-left: 8px;
460
457
  }
461
458
 
462
459
  .collapsible-card-arrow {
463
- font-size: 14px;
464
- display: inline-block;
465
- transition: transform 0.3s ease;
460
+ font-size: 14px;
461
+ display: inline-block;
462
+ transition: transform 0.3s ease;
466
463
  }
467
464
 
468
465
  .collapsible-card-arrow.open {
469
- transform: rotate(180deg);
466
+ transform: rotate(180deg);
470
467
  }
471
468
 
472
469
  .collapsible-card-body {
473
- font-size: 14px;
474
- color: #444;
475
- background: #fff;
476
- padding: 15px;
470
+ font-size: 14px;
471
+ color: #444;
472
+ background: #fff;
473
+ padding: 15px;
477
474
  }
478
475
 
479
476
  .finance-breadcrumb {
480
- background-color: transparent;
481
- padding: 0;
482
- margin: 0;
483
- display: flex;
484
- align-items: center;
485
- gap: 12px;
486
- font-size: 14px;
477
+ background-color: transparent;
478
+ padding: 0;
479
+ margin: 0;
480
+ display: flex;
481
+ align-items: center;
482
+ gap: 12px;
483
+ font-size: 14px;
487
484
  }
488
485
 
489
486
  .finance-breadcrumb .back-button {
490
- display: inline-flex;
491
- align-items: center;
492
- gap: 15px;
493
- text-decoration: none;
494
- padding: 6px 12px;
495
- border-radius: 4px;
496
- font-weight: 500;
497
- transition: background-color 0.2s;
498
- cursor: pointer;
499
- color: white;
487
+ display: inline-flex;
488
+ align-items: center;
489
+ gap: 15px;
490
+ text-decoration: none;
491
+ padding: 6px 12px;
492
+ border-radius: 4px;
493
+ font-weight: 500;
494
+ transition: background-color 0.2s;
495
+ cursor: pointer;
496
+ color: white;
500
497
  }
501
498
 
502
499
  .finance-breadcrumb .back-button svg {
503
- width: 18px;
504
- height: 18px;
500
+ width: 18px;
501
+ height: 18px;
505
502
  }
506
503
 
507
504
  .finance-breadcrumb .breadcrumb-items {
508
- display: flex;
509
- align-items: center;
510
- gap: 8px;
505
+ display: flex;
506
+ align-items: center;
507
+ gap: 8px;
511
508
  }
512
509
 
513
510
  .finance-breadcrumb .breadcrumb-item {
514
- display: inline-flex;
515
- align-items: center;
516
- color: rgba(255, 255, 255, 0.8);
517
- font-weight: 400;
518
- font-size: 14px;
511
+ display: inline-flex;
512
+ align-items: center;
513
+ color: rgba(255, 255, 255, 0.8);
514
+ font-weight: 400;
515
+ font-size: 14px;
519
516
  }
520
517
 
521
518
  .finance-header {
522
- background: linear-gradient(135deg, #667eea, #764ba2);
523
- padding: 16px 24px;
524
- color: white;
525
- margin-top: 25px;
526
- margin-bottom: 0;
527
- border-radius: 6px;
519
+ background: linear-gradient(135deg, #667eea, #764ba2);
520
+ padding: 16px 24px;
521
+ color: white;
522
+ margin-top: 25px;
523
+ margin-bottom: 0;
524
+ border-radius: 6px;
528
525
  }
529
526
 
530
527
  /* Mobile Responsive Styles */
531
528
  @media (max-width: 768px) {
532
- .finance-mainlayout {
533
- flex-direction: column;
534
- gap: 15px;
535
- }
536
-
537
- .finance-mainlayout-col1,
538
- .finance-mainlayout-col2,
539
- .finance-mainlayout-col3,
540
- .finance-mainlayout-col4,
541
- .finance-mainlayout-col5 {
542
- width: 100%;
543
- }
544
-
545
- .custom-sidebar {
546
- width: 100%;
547
- transition: height 0.35s ease, padding 0.3s ease;
548
- }
549
-
550
- /* ============ EXPANDED ============ */
551
- .custom-sidebar.open {
552
- height: calc(100vh - 70px);
553
- /* enough space for menu */
554
- }
555
-
556
- /* Scrollbar only when OPEN */
557
- .custom-sidebar.open .menu-list {
558
- overflow-y: auto;
559
- }
560
-
561
- /* ============ COLLAPSED ============ */
562
- .custom-sidebar.open .menu-item,
563
- .custom-sidebar.open .label,
564
- .custom-sidebar.open .submenu {
565
- opacity: 1;
566
- transition: opacity 0.3s ease-in;
567
- }
568
-
569
- .custom-sidebar:not(.open) {
570
- height: 60px;
571
- /* collapse UP */
572
- }
573
-
574
- /* Hide text + submenu when collapsed */
575
- .custom-sidebar:not(.open) .label,
576
- .custom-sidebar:not(.open) .submenu,
577
- .custom-sidebar:not(.open) .badge {
578
- opacity: 0;
579
- transition: opacity 0.2s ease-out;
580
- pointer-events: none;
581
- }
582
-
583
- .custom-sidebar:not(.open) .menu-item {
584
- justify-content: center;
585
- transition: all 0.3s ease;
586
- }
587
-
588
-
589
- .menu-list {
590
- max-height: none;
591
- }
592
-
593
- .menu-list li .menu-item {
594
- padding: 12px 16px;
595
- }
596
-
597
- .menu-list li .menu-item .icon {
598
- font-size: 16px;
599
- margin-right: 10px;
600
- }
601
-
602
- .menu-list li .menu-item .label {
603
- font-size: 14px;
604
- }
605
-
606
- .finance-header {
607
- margin-top: 15px;
608
- padding: 12px 16px;
609
- border-radius: 4px;
610
- }
611
-
612
- .finance-heading {
613
- font-size: 24px;
614
- margin-left: 20px;
615
- margin-right: 20px;
616
- padding: 15px 0;
617
- }
529
+ .finance-mainlayout {
530
+ flex-direction: column;
531
+ gap: 15px;
532
+ }
533
+
534
+ .finance-mainlayout-col1,
535
+ .finance-mainlayout-col2,
536
+ .finance-mainlayout-col3,
537
+ .finance-mainlayout-col4,
538
+ .finance-mainlayout-col5 {
539
+ width: 100%;
540
+ }
541
+
542
+ .custom-sidebar {
543
+ width: 100%;
544
+ transition: height 0.35s ease, padding 0.3s ease;
545
+ }
546
+
547
+ /* ============ EXPANDED ============ */
548
+ .custom-sidebar.open {
549
+ height: calc(100vh - 70px);
550
+ /* enough space for menu */
551
+ }
552
+
553
+ /* Scrollbar only when OPEN */
554
+ .custom-sidebar.open .menu-list {
555
+ overflow-y: auto;
556
+ }
557
+
558
+ /* ============ COLLAPSED ============ */
559
+ .custom-sidebar.open .menu-item,
560
+ .custom-sidebar.open .label,
561
+ .custom-sidebar.open .submenu {
562
+ opacity: 1;
563
+ transition: opacity 0.3s ease-in;
564
+ }
565
+
566
+ .custom-sidebar:not(.open) {
567
+ height: 60px;
568
+ /* collapse UP */
569
+ }
570
+
571
+ /* Hide text + submenu when collapsed */
572
+ .custom-sidebar:not(.open) .label,
573
+ .custom-sidebar:not(.open) .submenu,
574
+ .custom-sidebar:not(.open) .badge {
575
+ opacity: 0;
576
+ transition: opacity 0.2s ease-out;
577
+ pointer-events: none;
578
+ }
579
+
580
+ .custom-sidebar:not(.open) .menu-item {
581
+ justify-content: center;
582
+ transition: all 0.3s ease;
583
+ }
584
+
585
+ .menu-list {
586
+ max-height: none;
587
+ }
588
+
589
+ .menu-list li .menu-item {
590
+ padding: 12px 16px;
591
+ }
592
+
593
+ .menu-list li .menu-item .icon {
594
+ font-size: 16px;
595
+ margin-right: 10px;
596
+ }
597
+
598
+ .menu-list li .menu-item .label {
599
+ font-size: 14px;
600
+ }
601
+
602
+ .finance-header {
603
+ margin-top: 15px;
604
+ padding: 12px 16px;
605
+ border-radius: 4px;
606
+ }
607
+
608
+ .finance-heading {
609
+ font-size: 24px;
610
+ margin-left: 20px;
611
+ margin-right: 20px;
612
+ padding: 15px 0;
613
+ }
618
614
  }
619
615
 
620
616
  @media (max-width: 480px) {
621
- .custom-sidebar .menu-list li .menu-item {
622
- padding: 10px 12px;
623
- }
624
-
625
- .custom-sidebar .menu-list li .menu-item .icon {
626
- font-size: 14px;
627
- margin-right: 8px;
628
- }
629
-
630
- .custom-sidebar .menu-list li .menu-item .label {
631
- font-size: 13px;
632
- }
633
-
634
- .custom-sidebar:not(.open) {
635
- height: 55px;
636
- }
637
-
638
- .menu-list .menu-item {
639
- padding: 10px 12px;
640
- }
641
-
642
- .menu-list .menu-item .icon {
643
- font-size: 14px;
644
- margin-right: 8px;
645
- }
646
-
647
- .menu-list .menu-item .label {
648
- font-size: 13px;
649
- }
650
-
651
- .custom-sidebar .menu-item {
652
- padding: 10px 12px;
653
- }
654
-
655
- .custom-sidebar .menu-item .icon {
656
- font-size: 14px;
657
- margin-right: 8px;
658
- }
659
-
660
- .custom-sidebar .menu-item .label {
661
- font-size: 13px;
662
- }
663
-
664
- .custom-sidebar-header .toggle-btn {
665
- font-size: 13px;
666
- padding: 4px 8px;
667
- }
668
-
669
- .custom-sidebar-header .toggle-btn {
670
- font-size: 13px;
671
- padding: 4px 8px;
672
- }
673
-
674
- .finance-header {
675
- margin-top: 10px;
676
- padding: 10px 12px;
677
- }
678
-
679
- .finance-heading {
680
- font-size: 20px;
681
- margin-left: 15px;
682
- margin-right: 15px;
683
- padding: 12px 0;
684
- letter-spacing: 1px;
685
- }
686
-
687
- .finance-breadcrumb {
688
- font-size: 12px;
689
- gap: 8px;
690
- }
691
-
692
- .finance-breadcrumb .back-button {
693
- padding: 4px 8px;
694
- gap: 8px;
695
- }
696
-
697
- .finance-breadcrumb .back-button svg {
698
- width: 14px;
699
- height: 14px;
700
- }
701
-
702
- .collapsible-card-body {
703
- padding: 15px;
704
- }
705
- }
617
+ .custom-sidebar .menu-list li .menu-item {
618
+ padding: 10px 12px;
619
+ }
706
620
 
621
+ .custom-sidebar .menu-list li .menu-item .icon {
622
+ font-size: 14px;
623
+ margin-right: 8px;
624
+ }
625
+
626
+ .custom-sidebar .menu-list li .menu-item .label {
627
+ font-size: 13px;
628
+ }
629
+
630
+ .custom-sidebar:not(.open) {
631
+ height: 55px;
632
+ }
633
+
634
+ .menu-list .menu-item {
635
+ padding: 10px 12px;
636
+ }
637
+
638
+ .menu-list .menu-item .icon {
639
+ font-size: 14px;
640
+ margin-right: 8px;
641
+ }
642
+
643
+ .menu-list .menu-item .label {
644
+ font-size: 13px;
645
+ }
646
+
647
+ .custom-sidebar .menu-item {
648
+ padding: 10px 12px;
649
+ }
650
+
651
+ .custom-sidebar .menu-item .icon {
652
+ font-size: 14px;
653
+ margin-right: 8px;
654
+ }
655
+
656
+ .custom-sidebar .menu-item .label {
657
+ font-size: 13px;
658
+ }
659
+
660
+ .custom-sidebar-header .toggle-btn {
661
+ font-size: 13px;
662
+ padding: 4px 8px;
663
+ }
664
+
665
+ .custom-sidebar-header .toggle-btn {
666
+ font-size: 13px;
667
+ padding: 4px 8px;
668
+ }
669
+
670
+ .finance-header {
671
+ margin-top: 10px;
672
+ padding: 10px 12px;
673
+ }
674
+
675
+ .finance-heading {
676
+ font-size: 20px;
677
+ margin-left: 15px;
678
+ margin-right: 15px;
679
+ padding: 12px 0;
680
+ letter-spacing: 1px;
681
+ }
682
+
683
+ .finance-breadcrumb {
684
+ font-size: 12px;
685
+ gap: 8px;
686
+ }
687
+
688
+ .finance-breadcrumb .back-button {
689
+ padding: 4px 8px;
690
+ gap: 8px;
691
+ }
692
+
693
+ .finance-breadcrumb .back-button svg {
694
+ width: 14px;
695
+ height: 14px;
696
+ }
697
+
698
+ .collapsible-card-body {
699
+ padding: 15px;
700
+ }
701
+ }
707
702
 
708
703
  .collapsible-card-tabs {
709
- display: flex;
710
- width: 100%;
711
- border-radius: 9999px;
712
- background-color: #e9f0f5;
713
- padding: 4px;
704
+ display: flex;
705
+ width: 100%;
706
+ border-radius: 9999px;
707
+ background-color: #e9f0f5;
708
+ padding: 4px;
714
709
  }
715
710
 
716
711
  .collapsible-card-tab-button {
717
- flex: 1;
718
- padding: 12px;
719
- text-align: center;
720
- font-weight: 500;
721
- border-radius: 9999px;
722
- background-color: transparent;
723
- color: #4b5563;
724
- cursor: pointer;
725
- transition: all 0.3s;
712
+ flex: 1;
713
+ padding: 12px;
714
+ text-align: center;
715
+ font-weight: 500;
716
+ border-radius: 9999px;
717
+ background-color: transparent;
718
+ color: #4b5563;
719
+ cursor: pointer;
720
+ transition: all 0.3s;
726
721
  }
727
722
 
728
723
  .collapsible-card-tab-button:hover {
729
- color: #1f2937;
724
+ color: #1f2937;
730
725
  }
731
726
 
732
727
  .collapsible-card-tab-button.active {
733
- background-color: #667eea;
734
- color: white;
735
- box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
728
+ background-color: #667eea;
729
+ color: white;
730
+ box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
736
731
  }
737
732
 
738
733
  .collapsible-card-tab-content {
739
- padding: 20px;
734
+ padding: 20px;
740
735
  }
741
736
 
742
-
743
737
  /* -------------------------------------------------------------- */
744
738
  /* EXACT RESPONSIVE FIX FOR MODULE PAGE (MATCHES YOUR SCREENSHOT) */
745
739
  /* -------------------------------------------------------------- */
746
740
 
747
741
  @media screen and (max-width: 1024px) {
748
-
749
- /* Entire 2-column layout becomes single-column */
750
- .finance-mainlayout {
751
- flex-direction: column !important;
752
- width: 100% !important;
753
- gap: 16px !important;
754
- padding: 0 16px !important;
755
- box-sizing: border-box !important;
756
- }
757
-
758
- /* Left collapsible card (Create Budget Group sidebar) */
759
- .finance-mainlayout-col1 {
760
- width: 100% !important;
761
- }
762
-
763
- .collapsible-card {
764
- width: 100% !important;
765
- margin: 0 !important;
766
- }
767
-
768
- /* Collapsible header */
769
- .collapsible-card-header {
770
- padding: 16px !important;
771
- }
772
-
773
- /* Right content section (Forms) */
774
- .finance-mainlayout-col4,
775
- .finance-mainlayout-col5,
776
- .finance-mainlayout-col3,
777
- .finance-mainlayout-col2 {
778
- width: 100% !important;
779
- }
780
-
781
- .employeeCard,
782
- .card,
783
- .card-body,
784
- .card-content {
785
- width: 100% !important;
786
- margin: 0 !important;
787
- padding: 16px !important;
788
- box-sizing: border-box !important;
789
- }
790
-
791
- /* All form fields become full width */
792
- .field,
793
- .field-container,
794
- .employeeCard .field,
795
- .employeeCard .field .field-container {
796
- width: 100% !important;
797
- display: block !important;
798
- }
799
-
800
- input,
801
- select,
802
- .text-input input,
803
- .employee-card-input input {
804
- width: 100% !important;
805
- }
806
-
807
- /* Button full-width */
808
- .submit-bar button {
809
- width: 100% !important;
810
- }
811
-
812
- /* Header strip (purple header under topbar) */
813
- .finance-header {
814
- margin-top: 10px !important;
815
- margin-bottom: 0 !important;
816
- padding: 12px 16px !important;
817
- }
818
-
819
- /* Breadcrumb row */
820
- .finance-breadcrumb {
821
- padding: 10px 16px !important;
822
- font-size: 13px !important;
823
- }
824
-
825
- .custom-sidebar.open {
826
- width: 100%;
827
- height: auto;
828
- }
829
-
742
+ /* Entire 2-column layout becomes single-column */
743
+ .finance-mainlayout {
744
+ flex-direction: column !important;
745
+ width: 100% !important;
746
+ gap: 16px !important;
747
+ padding: 0 16px !important;
748
+ box-sizing: border-box !important;
749
+ }
750
+
751
+ /* Left collapsible card (Create Budget Group sidebar) */
752
+ .finance-mainlayout-col1 {
753
+ width: 100% !important;
754
+ }
755
+
756
+ .collapsible-card {
757
+ width: 100% !important;
758
+ margin: 0 !important;
759
+ }
760
+
761
+ /* Collapsible header */
762
+ .collapsible-card-header {
763
+ padding: 16px !important;
764
+ }
765
+
766
+ /* Right content section (Forms) */
767
+ .finance-mainlayout-col4,
768
+ .finance-mainlayout-col5,
769
+ .finance-mainlayout-col3,
770
+ .finance-mainlayout-col2 {
771
+ width: 100% !important;
772
+ }
773
+
774
+ .employeeCard,
775
+ .card,
776
+ .card-body,
777
+ .card-content {
778
+ width: 100% !important;
779
+ margin: 0 !important;
780
+ padding: 16px !important;
781
+ box-sizing: border-box !important;
782
+ }
783
+
784
+ /* All form fields become full width */
785
+ .field,
786
+ .field-container,
787
+ .employeeCard .field,
788
+ .employeeCard .field .field-container {
789
+ width: 100% !important;
790
+ display: block !important;
791
+ }
792
+
793
+ input,
794
+ select,
795
+ .text-input input,
796
+ .employee-card-input input {
797
+ width: 100% !important;
798
+ }
799
+
800
+ /* Button full-width */
801
+ .submit-bar button {
802
+ width: 100% !important;
803
+ }
804
+
805
+ /* Header strip (purple header under topbar) */
806
+ .finance-header {
807
+ margin-top: 10px !important;
808
+ margin-bottom: 0 !important;
809
+ padding: 12px 16px !important;
810
+ }
811
+
812
+ /* Breadcrumb row */
813
+ .finance-breadcrumb {
814
+ padding: 10px 16px !important;
815
+ font-size: 13px !important;
816
+ }
817
+
818
+ .custom-sidebar.open {
819
+ width: 100%;
820
+ height: auto;
821
+ }
830
822
  }
831
823
 
832
824
  @media screen and (min-width: 1280px) and (max-width: 1600px) {
833
-
834
- .finance-mainlayout {
835
- flex-direction: row !important;
836
- flex-wrap: nowrap !important;
837
- align-items: flex-start !important;
838
- gap: 20px !important;
839
- width: 100% !important;
840
- }
841
-
842
- .custom-sidebar {
843
- width: 260px !important;
844
- height: auto !important;
845
- }
846
-
847
- .custom-sidebar.open {
848
- width: 300px !important;
849
- height: 556px !important;
850
- }
851
-
852
- .custom-sidebar:not(.open) {
853
- width: 260px !important;
854
- height: auto !important;
855
- }
856
-
857
- .finance-mainlayout-col4,
858
- .finance-mainlayout-col5,
859
- .finance-mainlayout-col3,
860
- .finance-mainlayout-col2 {
861
- width: calc(100% - 322px) !important;
862
- }
863
-
864
-
865
-
866
-
825
+ .finance-mainlayout {
826
+ flex-direction: row !important;
827
+ flex-wrap: nowrap !important;
828
+ align-items: flex-start !important;
829
+ gap: 20px !important;
830
+ width: 100% !important;
831
+ }
832
+
833
+ .custom-sidebar {
834
+ width: 260px !important;
835
+ height: auto !important;
836
+ }
837
+
838
+ .custom-sidebar.open {
839
+ width: 300px !important;
840
+ height: 556px !important;
841
+ }
842
+
843
+ .custom-sidebar:not(.open) {
844
+ width: 260px !important;
845
+ height: auto !important;
846
+ }
847
+
848
+ .finance-mainlayout-col4,
849
+ .finance-mainlayout-col5,
850
+ .finance-mainlayout-col3,
851
+ .finance-mainlayout-col2 {
852
+ width: calc(100% - 322px) !important;
853
+ }
867
854
  }
868
855
 
869
856
  .main-no-padding {
870
- padding-top: 0 !important;
857
+ padding-top: 0 !important;
871
858
  }
872
859
 
873
860
  .main-home {
874
- padding-top: 80px !important;
861
+ padding-top: 80px !important;
875
862
  }
876
863
 
877
-
878
-
879
864
  .custom-stepper-card {
880
- width: 20%;
881
- background: #FFFFFF;
882
- padding: 25px 25px;
865
+ width: 300px;
866
+ background: #ffffff;
867
+ padding: 15px;
883
868
  border-radius: 10px;
884
- box-shadow: 0 2px 6px rgba(0,0,0,0.08);
869
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
885
870
  }
886
871
 
887
- .stepper-row {
872
+ .stepper-row-vendor {
888
873
  display: flex;
889
- align-items: center;
890
- position: relative;
874
+ align-items: flex-start;
875
+ gap: 10px;
891
876
  }
892
877
 
893
878
  .stepper-left {
894
879
  display: flex;
895
880
  flex-direction: column;
896
881
  align-items: center;
897
- margin-right: 18px;
898
882
  }
899
883
 
900
884
  .step-circle {
901
- width: 42px;
902
- height: 42px;
885
+ width: 40px;
886
+ height: 40px;
903
887
  border-radius: 50%;
904
- background: #ffffff;
905
888
  border: 2px solid #d6d9de;
889
+ background: #fff;
906
890
  display: flex;
907
891
  align-items: center;
908
892
  justify-content: center;
909
893
  font-weight: 600;
910
894
  color: #5c6670;
911
- font-size: 16px;
912
895
  }
913
896
 
914
897
  .step-circle.active {
915
898
  background: #5a6ee1;
916
- color: white;
917
- border: 6px solid #f5d9c8; /* peach outer ring */
899
+ color: #fff;
900
+ border: 5px solid #f5d9c8;
901
+ }
902
+
903
+ .step-circle.completed {
904
+ background: #5a6ee1;
905
+ color: #fff;
918
906
  }
919
907
 
920
908
  .step-line {
921
909
  width: 2px;
922
910
  height: 50px;
923
911
  background: #d6d9de;
912
+ margin-top: 4px;
913
+ }
914
+
915
+ .step-line.completed-line {
916
+ background: #5a6ee1;
924
917
  }
925
918
 
926
919
  .step-label {
927
- margin-top: 10px;
928
- font-size: 15px;
920
+ font-size: 14px;
929
921
  color: #4b5563;
930
922
  font-weight: 500;
923
+ margin-top: 8px;
931
924
  }
932
925
 
933
926
  .step-label.active-text {
934
927
  color: #5a6ee1;
935
928
  font-weight: 600;
929
+ }
930
+
931
+ .step-label.completed-text {
932
+ color: #5a6ee1;
933
+ }
934
+
935
+ .vendor-details-row {
936
+ margin-bottom: 8px;
937
+ }
938
+
939
+ .card-with-background {
940
+ background: #fafafa;
941
+ border-radius: 6px;
942
+ }
943
+
944
+
945
+ .additional-grid {
946
+ display: grid;
947
+ grid-template-columns: 180px 1fr 180px 1fr;
948
+ column-gap: 20px;
949
+ row-gap: 12px;
950
+ align-items: center;
951
+ }
952
+
953
+ .additional-label {
954
+ font-weight: 600;
955
+ color: #505a5f;
956
+ }
957
+
958
+ .additional-value {
959
+ color: #000;
960
+ }
961
+
962
+ /* Mobile responsive */
963
+
964
+ @media (max-width: 768px) {
965
+ .additional-grid {
966
+ grid-template-columns: 160px 1fr;
967
+ }
936
968
  }