-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsidebar.php
More file actions
866 lines (859 loc) · 41.8 KB
/
sidebar.php
File metadata and controls
866 lines (859 loc) · 41.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
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
192
193
194
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
<aside
class="block xl:block sm:hidden sidebar-wrapper w-[308px] fixed top-0 bg-white h-full z-30"
>
<div
class="sidebar-header relative border-r border-b border-r-[#F7F7F7] border-b-[#F7F7F7] w-full h-[108px] flex items-center pl-[50px] z-30"
></br>
<img height=200px width=200px src="assets/images/logo/logo.png" alt="logo" />
</div>
<div
class="sidebar-body pl-[48px] pt-[14px] w-full relative z-30 h-screen overflow-style-none overflow-y-scroll pb-[200px]"
>
<div class="nav-wrapper pr-[50px] mb-[36px]">
<div class="item-wrapper mb-5">
<h4
class="text-sm font-medium text-bgray-700 border-b border-bgray-200 leading-7"
>
Menu
</h4>
<ul class="mt-2.5">
<li class="item py-[11px] text-bgray-900">
<a href="index.php">
<div class="flex items-center justify-between">
<div class="flex space-x-2.5 items-center">
<span class="item-ico">
<svg
width="18"
height="21"
viewBox="0 0 18 21"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
class="path-1"
d="M0 8.84719C0 7.99027 0.366443 7.17426 1.00691 6.60496L6.34255 1.86217C7.85809 0.515019 10.1419 0.515019 11.6575 1.86217L16.9931 6.60496C17.6336 7.17426 18 7.99027 18 8.84719V17C18 19.2091 16.2091 21 14 21H4C1.79086 21 0 19.2091 0 17V8.84719Z"
fill="#1A202C"
/>
<path
class="path-2"
d="M5 17C5 14.7909 6.79086 13 9 13C11.2091 13 13 14.7909 13 17V21H5V17Z"
fill="#22C55E"
/>
</svg>
</span>
<span
class="item-text text-lg font-medium leading-none"
>Home</span
>
</div>
</div>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="personalexpense.php">
<div class="flex items-center justify-between">
<div class="flex space-x-2.5 items-center">
<span class="item-ico">
<svg
width="18"
height="20"
viewBox="0 0 18 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M18 16V6C18 3.79086 16.2091 2 14 2H4C1.79086 2 0 3.79086 0 6V16C0 18.2091 1.79086 20 4 20H14C16.2091 20 18 18.2091 18 16Z"
fill="#1A202C"
class="path-1"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M4.25 8C4.25 7.58579 4.58579 7.25 5 7.25H13C13.4142 7.25 13.75 7.58579 13.75 8C13.75 8.41421 13.4142 8.75 13 8.75H5C4.58579 8.75 4.25 8.41421 4.25 8Z"
fill="#22C55E"
class="path-2"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H13C13.4142 11.25 13.75 11.5858 13.75 12C13.75 12.4142 13.4142 12.75 13 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12Z"
fill="#22C55E"
class="path-2"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M4.25 16C4.25 15.5858 4.58579 15.25 5 15.25H9C9.41421 15.25 9.75 15.5858 9.75 16C9.75 16.4142 9.41421 16.75 9 16.75H5C4.58579 16.75 4.25 16.4142 4.25 16Z"
fill="#22C55E"
class="path-2"
/>
<path
d="M11 0H7C5.89543 0 5 0.895431 5 2C5 3.10457 5.89543 4 7 4H11C12.1046 4 13 3.10457 13 2C13 0.895431 12.1046 0 11 0Z"
fill="#22C55E"
class="path-2"
/>
</svg>
</span>
<span
class="item-text text-lg font-medium leading-none"
>Personal Expense</span
>
</div>
</div>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="viewpersonalexpense.php">
<div class="flex items-center justify-between">
<div class="flex space-x-2.5 items-center">
<span class="item-ico">
<svg
width="18"
height="20"
viewBox="0 0 18 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M18 16V6C18 3.79086 16.2091 2 14 2H4C1.79086 2 0 3.79086 0 6V16C0 18.2091 1.79086 20 4 20H14C16.2091 20 18 18.2091 18 16Z"
fill="#1A202C"
class="path-1"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M4.25 8C4.25 7.58579 4.58579 7.25 5 7.25H13C13.4142 7.25 13.75 7.58579 13.75 8C13.75 8.41421 13.4142 8.75 13 8.75H5C4.58579 8.75 4.25 8.41421 4.25 8Z"
fill="#22C55E"
class="path-2"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H13C13.4142 11.25 13.75 11.5858 13.75 12C13.75 12.4142 13.4142 12.75 13 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12Z"
fill="#22C55E"
class="path-2"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M4.25 16C4.25 15.5858 4.58579 15.25 5 15.25H9C9.41421 15.25 9.75 15.5858 9.75 16C9.75 16.4142 9.41421 16.75 9 16.75H5C4.58579 16.75 4.25 16.4142 4.25 16Z"
fill="#22C55E"
class="path-2"
/>
<path
d="M11 0H7C5.89543 0 5 0.895431 5 2C5 3.10457 5.89543 4 7 4H11C12.1046 4 13 3.10457 13 2C13 0.895431 12.1046 0 11 0Z"
fill="#22C55E"
class="path-2"
/>
</svg>
</span>
<span
class="item-text text-lg font-medium leading-none"
>View Personal Expense</span
>
</div>
</div>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="#">
<div class="flex items-center justify-between">
<div class="flex space-x-2.5 items-center">
<span class="item-ico">
<svg
width="18"
height="21"
viewBox="0 0 18 21"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
class="path-1"
d="M0 8.84719C0 7.99027 0.366443 7.17426 1.00691 6.60496L6.34255 1.86217C7.85809 0.515019 10.1419 0.515019 11.6575 1.86217L16.9931 6.60496C17.6336 7.17426 18 7.99027 18 8.84719V17C18 19.2091 16.2091 21 14 21H4C1.79086 21 0 19.2091 0 17V8.84719Z"
fill="#1A202C"
/>
<path
class="path-2"
d="M5 17C5 14.7909 6.79086 13 9 13C11.2091 13 13 14.7909 13 17V21H5V17Z"
fill="#22C55E"
/>
</svg>
</span>
<span
class="item-text text-lg font-medium leading-none"
>Manage Event</span
>
</div>
<span>
<svg
width="6"
height="12"
viewBox="0 0 6 12"
fill="none"
class="fill-current"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fill="currentColor"
d="M0.531506 0.414376C0.20806 0.673133 0.155619 1.1451 0.414376 1.46855L4.03956 6.00003L0.414376 10.5315C0.155618 10.855 0.208059 11.3269 0.531506 11.5857C0.854952 11.8444 1.32692 11.792 1.58568 11.4685L5.58568 6.46855C5.80481 6.19464 5.80481 5.80542 5.58568 5.53151L1.58568 0.531506C1.32692 0.20806 0.854953 0.155619 0.531506 0.414376Z"
/>
</svg>
</span>
</div>
</a>
<ul
class="sub-menu mt-[22px] ml-2.5 pl-5 border-l border-success-100"
>
<li>
<a
href="event.php"
class="text-md font-medium text-bgray-600 py-1.5 inline-block hover:text-bgray-800"
>Add Event</a
>
</li>
<li>
<a
href="viewevent.php"
class="text-md font-medium text-bgray-600 py-1.5 inline-block hover:text-bgray-800"
>View Event</a
>
</li>
</ul>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="wallet.php">
<div class="flex items-center justify-between">
<div class="flex space-x-2.5 items-center">
<span class="item-ico">
<svg
width="20"
height="18"
viewBox="0 0 20 18"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M20 4C20 1.79086 18.2091 0 16 0H4C1.79086 0 0 1.79086 0 4V14C0 16.2091 1.79086 18 4 18H16C18.2091 18 20 16.2091 20 14V4Z"
fill="#1A202C"
class="path-1"
/>
<path
d="M6 9C6 7.34315 4.65685 6 3 6H0V12H3C4.65685 12 6 10.6569 6 9Z"
fill="#22C55E"
class="path-2"
/>
</svg>
</span>
<span
class="item-text text-lg font-medium leading-none"
>My Wallet</span
>
</div>
</div>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="notification.php">
<div class="flex items-center justify-between">
<div class="flex space-x-2.5 items-center">
<span class="item-ico">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11.8889 22C13.4278 22 14.737 21.0724 15.2222 19.7778H8.55554C9.04075 21.0724 10.35 22 11.8889 22Z"
fill="#22C55E"
class="path-2"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M13.7662 2.83781C13.3045 2.32351 12.6345 2 11.8889 2C10.4959 2 9.36673 3.12921 9.36673 4.52216V4.6374C6.98629 5.45244 5.224 7.38959 4.95607 9.75021L4.4592 14.1281C4.36971 14.9165 4.03716 15.6684 3.49754 16.3024C2.27862 17.7343 3.43826 19.7778 5.46979 19.7778H18.308C20.3395 19.7778 21.4992 17.7343 20.2802 16.3024C19.7406 15.6684 19.4081 14.9165 19.3186 14.1281L18.8217 9.75021C18.8148 9.68916 18.8068 9.6284 18.7979 9.56793C18.3712 9.70421 17.9164 9.77778 17.4444 9.77778C14.9898 9.77778 13 7.78793 13 5.33333C13 4.40827 13.2826 3.54922 13.7662 2.83781Z"
fill="#1A202C"
class="path-1"
/>
<circle
cx="17.4444"
cy="5.33333"
r="3.33333"
fill="#22C55E"
class="path-2"
/>
</svg>
</span>
<span
class="item-text text-lg font-medium leading-none"
>Notifications</span
>
</div>
</div>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="feedback.php">
<div class="flex items-center justify-between">
<div class="flex space-x-2.5 items-center">
<span class="item-ico">
<svg
width="20"
height="18"
viewBox="0 0 20 18"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M5 2V11C5 12.1046 5.89543 13 7 13H18C19.1046 13 20 12.1046 20 11V2C20 0.895431 19.1046 0 18 0H7C5.89543 0 5 0.89543 5 2Z"
fill="#1A202C"
class="path-1"
/>
<path
d="M0 15C0 13.8954 0.895431 13 2 13H2.17157C2.70201 13 3.21071 13.2107 3.58579 13.5858C4.36683 14.3668 5.63317 14.3668 6.41421 13.5858C6.78929 13.2107 7.29799 13 7.82843 13H8C9.10457 13 10 13.8954 10 15V16C10 17.1046 9.10457 18 8 18H2C0.89543 18 0 17.1046 0 16V15Z"
fill="#22C55E"
class="path-2"
/>
<path
d="M7.5 9.5C7.5 10.8807 6.38071 12 5 12C3.61929 12 2.5 10.8807 2.5 9.5C2.5 8.11929 3.61929 7 5 7C6.38071 7 7.5 8.11929 7.5 9.5Z"
fill="#22C55E"
class="path-2"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M8.25 4.5C8.25 4.08579 8.58579 3.75 9 3.75L16 3.75C16.4142 3.75 16.75 4.08579 16.75 4.5C16.75 4.91421 16.4142 5.25 16 5.25L9 5.25C8.58579 5.25 8.25 4.91421 8.25 4.5Z"
fill="#22C55E"
class="path-2"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M11.25 8.5C11.25 8.08579 11.5858 7.75 12 7.75L16 7.75C16.4142 7.75 16.75 8.08579 16.75 8.5C16.75 8.91421 16.4142 9.25 16 9.25L12 9.25C11.5858 9.25 11.25 8.91421 11.25 8.5Z"
fill="#22C55E"
class="path-2"
/>
</svg>
</span>
<span
class="item-text text-lg font-medium leading-none"
>Feedback</span
>
</div>
</div>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="report.php">
<div class="flex items-center justify-between">
<div class="flex space-x-2.5 items-center">
<span class="item-ico">
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0 4C0 1.79086 1.79086 0 4 0H16C18.2091 0 20 1.79086 20 4V16C20 18.2091 18.2091 20 16 20H4C1.79086 20 0 18.2091 0 16V4Z"
fill="#1A202C"
class="path-1"
/>
<path
d="M14 9C12.8954 9 12 9.89543 12 11L12 13C12 14.1046 12.8954 15 14 15C15.1046 15 16 14.1046 16 13V11C16 9.89543 15.1046 9 14 9Z"
fill="#22C55E"
class="path-2"
/>
<path
d="M6 5C4.89543 5 4 5.89543 4 7L4 13C4 14.1046 4.89543 15 6 15C7.10457 15 8 14.1046 8 13L8 7C8 5.89543 7.10457 5 6 5Z"
fill="#22C55E"
class="path-2"
/>
</svg>
</span>
<span
class="item-text text-lg font-medium leading-none"
>Insights</span
>
</div>
</div>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="controller/logout.php">
<div class="flex items-center justify-between">
<div class="flex space-x-2.5 items-center">
<span class="item-ico">
<svg
width="21"
height="18"
viewBox="0 0 21 18"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M17.1464 10.4394C16.8536 10.7323 16.8536 11.2072 17.1464 11.5001C17.4393 11.7929 17.9142 11.7929 18.2071 11.5001L19.5 10.2072C20.1834 9.52375 20.1834 8.41571 19.5 7.73229L18.2071 6.4394C17.9142 6.1465 17.4393 6.1465 17.1464 6.4394C16.8536 6.73229 16.8536 7.20716 17.1464 7.50006L17.8661 8.21973H11.75C11.3358 8.21973 11 8.55551 11 8.96973C11 9.38394 11.3358 9.71973 11.75 9.71973H17.8661L17.1464 10.4394Z"
fill="#22C55E"
class="path-2"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M4.75 17.75H12C14.6234 17.75 16.75 15.6234 16.75 13C16.75 12.5858 16.4142 12.25 16 12.25C15.5858 12.25 15.25 12.5858 15.25 13C15.25 14.7949 13.7949 16.25 12 16.25H8.21412C7.34758 17.1733 6.11614 17.75 4.75 17.75ZM8.21412 1.75H12C13.7949 1.75 15.25 3.20507 15.25 5C15.25 5.41421 15.5858 5.75 16 5.75C16.4142 5.75 16.75 5.41421 16.75 5C16.75 2.37665 14.6234 0.25 12 0.25H4.75C6.11614 0.25 7.34758 0.82673 8.21412 1.75Z"
fill="#1A202C"
class="path-1"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M0 5C0 2.37665 2.12665 0.25 4.75 0.25C7.37335 0.25 9.5 2.37665 9.5 5V13C9.5 15.6234 7.37335 17.75 4.75 17.75C2.12665 17.75 0 15.6234 0 13V5Z"
fill="#1A202C"
class="path-1"
/>
</svg>
</span>
<span
class="item-text text-lg font-medium leading-none"
>Logout</span
>
</div>
</div>
</a>
</li></li>
</ul>
</div>
</div>
<div class="copy-write-text">
<p class="text-sm text-[#969BA0]">© 2023 All Rights Reserved</p>
<p class="text-sm text-bgray-700 font-medium">
Made with ❤️ by
<a
class="font-semibold border-b hover:text-red-500"
>WalletWizard</a
>
</p>
</div>
</div>
</aside>
<div
style="z-index: 25"
class="aside-overlay block sm:hidden w-full h-full fixed left-0 top-0 bg-black bg-opacity-30"
></div>
<aside class="sm:block hidden relative w-[96px] bg-white">
<div class="w-full sidebar-wrapper-collapse relative top-0 z-30">
<div
class="sidebar-header bg-white sticky top-0 border-r border-b border-r-[#F7F7F7] border-b-[#F7F7F7] w-full h-[108px] flex items-center justify-center z-20"
>
<img src="assets/images/logo/logo.png" alt="logo" />
</div>
<div class="sidebar-body pt-[14px] w-full">
<div class="flex flex-col items-center">
<div class="nav-wrapper mb-[36px]">
<div class="item-wrapper mb-5">
<ul
class="mt-2.5 flex justify-center items-center flex-col"
>
<li class="item py-[11px] px-[43px]">
<a href="index.php">
<span class="item-ico">
<svg
width="18"
height="21"
viewBox="0 0 18 21"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
class="path-1"
d="M0 8.84719C0 7.99027 0.366443 7.17426 1.00691 6.60496L6.34255 1.86217C7.85809 0.515019 10.1419 0.515019 11.6575 1.86217L16.9931 6.60496C17.6336 7.17426 18 7.99027 18 8.84719V17C18 19.2091 16.2091 21 14 21H4C1.79086 21 0 19.2091 0 17V8.84719Z"
fill="#1A202C"
/>
<path
class="path-2"
d="M5 17C5 14.7909 6.79086 13 9 13C11.2091 13 13 14.7909 13 17V21H5V17Z"
fill="#22C55E"
/>
</svg>
</span>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="signup.php">
<span class="item-ico">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="11.7778"
cy="17.5555"
rx="7.77778"
ry="4.44444"
class="path-1"
fill="#1A202C"
/>
<circle
class="path-2"
cx="11.7778"
cy="6.44444"
r="4.44444"
fill="#22C55E"
/>
</svg>
</span>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="signin.php">
<span class="item-ico">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="11.7778"
cy="17.5555"
rx="7.77778"
ry="4.44444"
class="path-1"
fill="#1A202C"
/>
<circle
class="path-2"
cx="11.7778"
cy="6.44444"
r="4.44444"
fill="#22C55E"
/>
</svg>
</span>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="personalexpense.php">
<span class="item-ico">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="11.7778"
cy="17.5555"
rx="7.77778"
ry="4.44444"
class="path-1"
fill="#1A202C"
/>
<circle
class="path-2"
cx="11.7778"
cy="6.44444"
r="4.44444"
fill="#22C55E"
/>
</svg>
</span>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="viewpersonalexpense.php">
<span class="item-ico">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="11.7778"
cy="17.5555"
rx="7.77778"
ry="4.44444"
class="path-1"
fill="#1A202C"
/>
<circle
class="path-2"
cx="11.7778"
cy="6.44444"
r="4.44444"
fill="#22C55E"
/>
</svg>
</span>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="addevent.php">
<span class="item-ico">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="11.7778"
cy="17.5555"
rx="7.77778"
ry="4.44444"
class="path-1"
fill="#1A202C"
/>
<circle
class="path-2"
cx="11.7778"
cy="6.44444"
r="4.44444"
fill="#22C55E"
/>
</svg>
</span>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="viewevent.php">
<span class="item-ico">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="11.7778"
cy="17.5555"
rx="7.77778"
ry="4.44444"
class="path-1"
fill="#1A202C"
/>
<circle
class="path-2"
cx="11.7778"
cy="6.44444"
r="4.44444"
fill="#22C55E"
/>
</svg>
</span>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="eventset.php">
<span class="item-ico">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="11.7778"
cy="17.5555"
rx="7.77778"
ry="4.44444"
class="path-1"
fill="#1A202C"
/>
<circle
class="path-2"
cx="11.7778"
cy="6.44444"
r="4.44444"
fill="#22C55E"
/>
</svg>
</span>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="splitbill.php">
<span class="item-ico">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="11.7778"
cy="17.5555"
rx="7.77778"
ry="4.44444"
class="path-1"
fill="#1A202C"
/>
<circle
class="path-2"
cx="11.7778"
cy="6.44444"
r="4.44444"
fill="#22C55E"
/>
</svg>
</span>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="wallet.php">
<span class="item-ico">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="11.7778"
cy="17.5555"
rx="7.77778"
ry="4.44444"
class="path-1"
fill="#1A202C"
/>
<circle
class="path-2"
cx="11.7778"
cy="6.44444"
r="4.44444"
fill="#22C55E"
/>
</svg>
</span>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="notification.php">
<span class="item-ico">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="11.7778"
cy="17.5555"
rx="7.77778"
ry="4.44444"
class="path-1"
fill="#1A202C"
/>
<circle
class="path-2"
cx="11.7778"
cy="6.44444"
r="4.44444"
fill="#22C55E"
/>
</svg>
</span>
</a>
</li>
<li class="item py-[11px] text-bgray-900">
<a href="feedback.php">
<span class="item-ico">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse
cx="11.7778"
cy="17.5555"
rx="7.77778"
ry="4.44444"
class="path-1"
fill="#1A202C"
/>
<circle
class="path-2"
cx="11.7778"
cy="6.44444"
r="4.44444"
fill="#22C55E"
/>
</svg>
</span>
</a>
</li>
</ul>
</div>
</div>
<div class="upgrade-wrapper">
<div
class="w-10 flex justify-center items-center h-10 rounded-full bg-success-300 border border-white"
>
<span>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14 12.75C14 11.7835 13.1046 11 12 11C10.8954 11 10 11.7835 10 12.75C10 13.7165 10.8954 14.5 12 14.5C13.1046 14.5 14 15.2835 14 16.25C14 17.2165 13.1046 18 12 18C10.8954 18 10 17.2165 10 16.25"
stroke="white"
stroke-width="1.5"
stroke-linecap="round"
/>
<path
d="M12 9.5V11"
stroke="white"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M12 18V19.5"
stroke="white"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M5.63246 11.1026C6.44914 8.65258 8.74197 7 11.3246 7H12.6754C15.258 7 17.5509 8.65258 18.3675 11.1026L19.3675 14.1026C20.6626 17.9878 17.7708 22 13.6754 22H10.3246C6.22921 22 3.33739 17.9878 4.63246 14.1026L5.63246 11.1026Z"
stroke="white"
stroke-width="1.5"
stroke-linejoin="round"
/>
<path
d="M14.0859 7L9.91411 7L8.51303 5.39296C7.13959 3.81763 8.74185 1.46298 10.7471 2.10985L11.6748 2.40914C11.8861 2.47728 12.1139 2.47728 12.3252 2.40914L13.2529 2.10985C15.2582 1.46298 16.8604 3.81763 15.487 5.39296L14.0859 7Z"
stroke="white"
stroke-width="1.5"
stroke-linejoin="round"
/>
</svg>
</span>
</div>
</div>
</div>
</div>
</div>
</aside>