@djb25/digit-ui-css 1.0.48 → 1.0.50

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,18 +1,18 @@
1
1
  .ekyc-module-header-wrapper {
2
- justify-content: space-between !important;
3
- padding: 0 20px;
2
+ justify-content: space-between !important;
3
+ padding: 0 20px;
4
4
  }
5
5
 
6
6
  .ekyc-module-header-container {
7
- width: 100% !important;
8
- max-width: 100% !important;
9
- margin: 0 !important;
7
+ width: 100% !important;
8
+ max-width: 100% !important;
9
+ margin: 0 !important;
10
10
  }
11
11
 
12
12
  .ekyc-employee-container {
13
13
  .inbox-main-container {
14
14
  flex: 1;
15
- padding-right: -24px;
15
+ padding-right: 0px;
16
16
  border-radius: 12px;
17
17
  }
18
18
 
@@ -126,10 +126,12 @@
126
126
  background: #185FA5;
127
127
  box-shadow: 0 0 8px rgba(24, 95, 165, 0.2);
128
128
  }
129
+
129
130
  &.pending {
130
131
  background: #f47738;
131
132
  box-shadow: 0 0 8px rgba(244, 119, 56, 0.2);
132
133
  }
134
+
133
135
  &.completed {
134
136
  background: #5495fe;
135
137
  box-shadow: 0 0 8px rgba(84, 149, 254, 0.2);
@@ -299,4 +301,719 @@
299
301
  font-weight: 600;
300
302
  color: #3a8dcc;
301
303
  }
302
- }
304
+
305
+ /* SearchConsumer Styles */
306
+ .search-consumer-wrapper {
307
+ background: #f5f7fa;
308
+ min-height: 100vh;
309
+ padding: 0;
310
+
311
+ .header-wrapper {
312
+ padding: 0px 0px;
313
+
314
+ .sidebar-title-card {
315
+ display: flex;
316
+ align-items: center;
317
+ padding: 16px;
318
+ margin-bottom: 0;
319
+ border-radius: 4px;
320
+
321
+ .icon-container {
322
+ color: #3a8dcc;
323
+ margin-right: 12px;
324
+
325
+ svg {
326
+ width: 24px;
327
+ height: 24px;
328
+ }
329
+ }
330
+
331
+ .title-text {
332
+ font-weight: 700;
333
+ font-size: 18px;
334
+ color: #0b0c0c;
335
+ }
336
+ }
337
+ }
338
+
339
+ .main-content-wrapper {
340
+ padding: 0px 0px;
341
+ margin-top: 24px;
342
+
343
+ .search-stats-row {
344
+ display: flex;
345
+ gap: 20px;
346
+ margin-bottom: 24px;
347
+ align-items: stretch;
348
+ }
349
+
350
+ .identity-lookup-card {
351
+ flex: 1;
352
+ background: #fff;
353
+ border-radius: 12px;
354
+ border: 1px solid #e5e9ef;
355
+ padding: 24px;
356
+
357
+ .lookup-card-title {
358
+ display: flex;
359
+ align-items: center;
360
+ gap: 10px;
361
+ margin-bottom: 24px;
362
+
363
+ .lookup-icon-bg {
364
+ width: 36px;
365
+ height: 36px;
366
+ background: #eef4fb;
367
+ border-radius: 8px;
368
+ display: flex;
369
+ align-items: center;
370
+ justify-content: center;
371
+ }
372
+
373
+ .lookup-title-text {
374
+ font-weight: 700;
375
+ font-size: 16px;
376
+ color: #0d1b2a;
377
+ }
378
+ }
379
+
380
+ .inputs-row {
381
+ display: flex;
382
+ gap: 20px;
383
+ margin-bottom: 20px;
384
+ flex-wrap: wrap;
385
+
386
+ .input-group {
387
+ flex: 1;
388
+ min-width: 200px;
389
+
390
+ label {
391
+ display: flex;
392
+ font-size: 11px;
393
+ font-weight: 600;
394
+ letter-spacing: 0.06em;
395
+ color: #3a7bd5;
396
+ margin-bottom: 8px;
397
+ text-transform: uppercase;
398
+ align-items: center;
399
+ gap: 6px;
400
+
401
+ .info-badge {
402
+ width: 14px;
403
+ height: 14px;
404
+ border-radius: 50%;
405
+ background: #eef4fb;
406
+ color: #3a7bd5;
407
+ font-size: 10px;
408
+ display: inline-flex;
409
+ align-items: center;
410
+ justify-content: center;
411
+ font-weight: 700;
412
+ }
413
+ }
414
+
415
+ input {
416
+ border-radius: 8px !important;
417
+ height: 44px !important;
418
+ font-size: 14px !important;
419
+ }
420
+ }
421
+ }
422
+
423
+ .actions-row {
424
+ display: flex;
425
+ justify-content: flex-end;
426
+ align-items: center;
427
+ gap: 12px;
428
+
429
+ .clear-btn {
430
+ background: none;
431
+ border: none;
432
+ color: #3a7bd5;
433
+ font-weight: 600;
434
+ cursor: pointer;
435
+ font-size: 14px;
436
+ padding: 0 8px;
437
+ }
438
+
439
+ .search-btn {
440
+ background: rgb(15, 52, 96);
441
+ color: #fff;
442
+ border: none;
443
+ border-radius: 8px;
444
+ padding: 0 32px;
445
+ height: 44px;
446
+ font-weight: 600;
447
+ font-size: 14px;
448
+ cursor: pointer;
449
+ letter-spacing: 0.01em;
450
+ }
451
+ }
452
+ }
453
+
454
+ .stats-column {
455
+ display: flex;
456
+ flex-direction: column;
457
+ gap: 16px;
458
+ min-width: 240px;
459
+ width: 260px;
460
+
461
+ .audits-card {
462
+ background: #0f3460;
463
+ border-radius: 12px;
464
+ padding: 20px;
465
+ color: #fff;
466
+ flex: 1;
467
+ position: relative;
468
+ overflow: hidden;
469
+
470
+ .audits-label {
471
+ font-size: 11px;
472
+ font-weight: 600;
473
+ letter-spacing: 0.08em;
474
+ opacity: 0.7;
475
+ text-transform: uppercase;
476
+ margin-bottom: 8px;
477
+ }
478
+
479
+ .audits-count {
480
+ font-size: 42px;
481
+ font-weight: 700;
482
+ line-height: 1;
483
+ margin-bottom: 8px;
484
+ }
485
+
486
+ .audits-change {
487
+ font-size: 13px;
488
+ opacity: 0.8;
489
+ display: flex;
490
+ align-items: center;
491
+ gap: 4px;
492
+
493
+ span:first-child {
494
+ color: #5dd9a4;
495
+ }
496
+ }
497
+
498
+ .audits-watermark {
499
+ position: absolute;
500
+ right: -10px;
501
+ bottom: -10px;
502
+ opacity: 0.08;
503
+ font-size: 80px;
504
+ line-height: 1;
505
+ pointer-events: none;
506
+ font-weight: 900;
507
+ color: #fff;
508
+ }
509
+ }
510
+
511
+ .queue-card {
512
+ background: #f5f7fa;
513
+ border: 1px solid #e5e9ef;
514
+ border-radius: 12px;
515
+ padding: 20px;
516
+ flex: 1;
517
+
518
+ .queue-label {
519
+ font-size: 11px;
520
+ font-weight: 600;
521
+ letter-spacing: 0.08em;
522
+ color: #6b7b8e;
523
+ text-transform: uppercase;
524
+ margin-bottom: 8px;
525
+ }
526
+
527
+ .queue-content {
528
+ display: flex;
529
+ align-items: center;
530
+ justify-content: space-between;
531
+
532
+ .queue-status-text {
533
+ font-size: 22px;
534
+ font-weight: 700;
535
+ color: #0d1b2a;
536
+ }
537
+
538
+ .avatar-group {
539
+ display: flex;
540
+ align-items: center;
541
+
542
+ .avatar-item {
543
+ width: 32px;
544
+ height: 32px;
545
+ border-radius: 50%;
546
+ background: #c4d4e8;
547
+ border: 2px solid #fff;
548
+ display: flex;
549
+ align-items: center;
550
+ justify-content: center;
551
+ font-size: 11px;
552
+ font-weight: 600;
553
+ color: #0f3460;
554
+
555
+ &:not(:first-child) {
556
+ margin-left: -8px;
557
+ }
558
+ }
559
+
560
+ .avatar-more {
561
+ width: 32px;
562
+ height: 32px;
563
+ border-radius: 50%;
564
+ background: #e5e9ef;
565
+ border: 2px solid #fff;
566
+ margin-left: -8px;
567
+ display: flex;
568
+ align-items: center;
569
+ justify-content: center;
570
+ font-size: 11px;
571
+ font-weight: 600;
572
+ color: #6b7b8e;
573
+ }
574
+ }
575
+ }
576
+ }
577
+ }
578
+ }
579
+ }
580
+
581
+ /* ConnectionDetailsView Styles */
582
+ .connection-details-card {
583
+ background: #fff;
584
+ border-radius: 12px;
585
+ border: 1px solid #e5e9ef;
586
+ overflow: hidden;
587
+
588
+ .details-card-header {
589
+ display: flex;
590
+ align-items: center;
591
+ justify-content: space-between;
592
+ padding: 16px 24px;
593
+ border-bottom: 1px solid #f0f2f5;
594
+ background: #fafbfc;
595
+
596
+ .header-title-wrapper {
597
+ display: flex;
598
+ align-items: center;
599
+ gap: 10px;
600
+
601
+ .header-icon-bg {
602
+ width: 32px;
603
+ height: 32px;
604
+ background: #eef4fb;
605
+ border-radius: 8px;
606
+ display: flex;
607
+ align-items: center;
608
+ justify-content: center;
609
+ }
610
+
611
+ .header-title-text {
612
+ font-weight: 700;
613
+ font-size: 16px;
614
+ color: #0d1b2a;
615
+ }
616
+ }
617
+
618
+ .status-badge {
619
+ color: #fff;
620
+ font-size: 11px;
621
+ font-weight: 700;
622
+ letter-spacing: 0.06em;
623
+ text-transform: uppercase;
624
+ padding: 4px 12px;
625
+ border-radius: 20px;
626
+
627
+ &.active {
628
+ background: #12b76a;
629
+ }
630
+
631
+ &.inactive {
632
+ background: #667085;
633
+ }
634
+ }
635
+ }
636
+
637
+ .details-card-body {
638
+ padding: 24px;
639
+
640
+ .body-content-row {
641
+ display: flex;
642
+ gap: 40px;
643
+ flex-wrap: wrap;
644
+
645
+ .detail-section {
646
+ flex: 1;
647
+ min-width: 280px;
648
+
649
+ .section-title {
650
+ font-size: 11px;
651
+ font-weight: 700;
652
+ letter-spacing: 0.08em;
653
+ color: #3a7bd5;
654
+ text-transform: uppercase;
655
+ margin-bottom: 20px;
656
+ }
657
+
658
+ .data-grid {
659
+ display: grid;
660
+ grid-template-columns: 1fr 1fr;
661
+ gap: 20px 24px;
662
+
663
+ .data-item {
664
+ .data-label {
665
+ font-size: 12px;
666
+ color: #6b7b8e;
667
+ margin-bottom: 4px;
668
+ }
669
+
670
+ .data-value {
671
+ font-size: 15px;
672
+ font-weight: 700;
673
+ color: #0d1b2a;
674
+
675
+ &.blue {
676
+ color: #3a7bd5;
677
+ }
678
+ }
679
+ }
680
+ }
681
+
682
+ .address-block {
683
+ display: flex;
684
+ gap: 10px;
685
+ margin-bottom: 20px;
686
+
687
+ .address-text {
688
+ font-size: 14px;
689
+ font-weight: 600;
690
+ color: #0d1b2a;
691
+ line-height: 1.5;
692
+ }
693
+ }
694
+
695
+ .contact-row {
696
+ display: flex;
697
+ gap: 32px;
698
+ flex-wrap: wrap;
699
+
700
+ .contact-item {
701
+ display: flex;
702
+ gap: 10px;
703
+ }
704
+ }
705
+
706
+ .icon-wrapper-small {
707
+ margin-top: 2px;
708
+ flex-shrink: 0;
709
+ }
710
+ }
711
+
712
+ .vertical-divider {
713
+ width: 1px;
714
+ background: #f0f2f5;
715
+ align-self: stretch;
716
+ }
717
+ }
718
+ }
719
+
720
+ .details-card-footer {
721
+ display: flex;
722
+ align-items: center;
723
+ justify-content: space-between;
724
+ padding: 16px 24px;
725
+ border-top: 1px solid #f0f2f5;
726
+ background: #fafbfc;
727
+ flex-wrap: wrap;
728
+ gap: 12px;
729
+
730
+ .footer-meta-text {
731
+ font-size: 13px;
732
+ color: #6b7b8e;
733
+ }
734
+
735
+ .action-btns-container {
736
+ display: flex;
737
+ align-items: center;
738
+ gap: 12px;
739
+
740
+ .primary-action-btn {
741
+ display: flex;
742
+ align-items: center;
743
+ gap: 8px;
744
+ background: #0f3460;
745
+ color: #fff;
746
+ border: none;
747
+ border-radius: 8px;
748
+ padding: 10px 24px;
749
+ font-weight: 600;
750
+ font-size: 14px;
751
+ cursor: pointer;
752
+ }
753
+ }
754
+ }
755
+ }
756
+
757
+ /* StatusCards Styles */
758
+ .status-cards-wrapper {
759
+ font-family: 'Segoe UI', sans-serif;
760
+ width: 100%;
761
+ background: #eef3fb;
762
+ border-radius: 16px;
763
+ padding: 24px;
764
+ margin-bottom: 24px;
765
+
766
+ .status-cards-header {
767
+ display: flex;
768
+ justify-content: space-between;
769
+ align-items: flex-start;
770
+ flex-wrap: wrap;
771
+ gap: 16px;
772
+ margin-bottom: 24px;
773
+
774
+ .eyebrow {
775
+ display: flex;
776
+ align-items: center;
777
+ gap: 6px;
778
+ font-size: 11px;
779
+ font-weight: 700;
780
+ color: #185FA5;
781
+ letter-spacing: 1.2px;
782
+ text-transform: uppercase;
783
+ margin-bottom: 6px;
784
+
785
+ .eyebrow-dot {
786
+ width: 12px;
787
+ height: 12px;
788
+ background: #185FA5;
789
+ border-radius: 3px;
790
+ flex-shrink: 0;
791
+ }
792
+ }
793
+
794
+ .status-cards-h1 {
795
+ font-size: 26px;
796
+ font-weight: 800;
797
+ color: #0c2a52;
798
+ line-height: 1.2;
799
+ margin: 0;
800
+ }
801
+
802
+ .status-cards-subtitle {
803
+ font-size: 13px;
804
+ color: #5a7a9e;
805
+ margin-top: 6px;
806
+ max-width: 380px;
807
+ }
808
+
809
+ .total-applications-card {
810
+ background: #0c2a52;
811
+ border-radius: 12px;
812
+ padding: 18px 22px;
813
+ margin: 12px 0px;
814
+ margin-top: -12px;
815
+ min-width: 220px;
816
+
817
+ .total-label {
818
+ font-size: 10px;
819
+ font-weight: 700;
820
+ letter-spacing: 1.2px;
821
+ color: #7db4e8;
822
+ text-transform: uppercase;
823
+ margin-bottom: 6px;
824
+ }
825
+
826
+ .total-number {
827
+ font-size: 32px;
828
+ font-weight: 800;
829
+ color: #fff;
830
+ line-height: 1;
831
+ }
832
+
833
+ .total-badge {
834
+ display: inline-flex;
835
+ align-items: center;
836
+ gap: 4px;
837
+ background: rgba(255, 255, 255, 0.12);
838
+ border-radius: 6px;
839
+ padding: 4px 10px;
840
+ margin-top: 10px;
841
+ font-size: 11px;
842
+ font-weight: 700;
843
+ color: #7dd3b2;
844
+ }
845
+ }
846
+ }
847
+
848
+ .status-panels-grid {
849
+ display: grid;
850
+ grid-template-columns: 1fr 1fr;
851
+ gap: 16px;
852
+
853
+ .status-panel {
854
+ background: #fff;
855
+ border-radius: 14px;
856
+ padding: 20px 22px;
857
+
858
+ .panel-title {
859
+ font-size: 14px;
860
+ font-weight: 700;
861
+ color: #0c2a52;
862
+ margin-bottom: 3px;
863
+ display: flex;
864
+ align-items: center;
865
+ gap: 8px;
866
+
867
+ .optimal-badge {
868
+ background: #1a9e5a;
869
+ color: #fff;
870
+ font-size: 10px;
871
+ font-weight: 700;
872
+ border-radius: 20px;
873
+ padding: 3px 10px;
874
+ letter-spacing: 0.5px;
875
+ text-transform: uppercase;
876
+ }
877
+ }
878
+
879
+ .panel-subtitle {
880
+ font-size: 11px;
881
+ color: #8fa8c4;
882
+ margin-bottom: 16px;
883
+ }
884
+
885
+ .breakdown-body {
886
+ display: flex;
887
+ gap: 20px;
888
+ align-items: center;
889
+
890
+ .status-legend {
891
+ flex: 1;
892
+ display: flex;
893
+ flex-direction: column;
894
+ gap: 10px;
895
+
896
+ .legend-row {
897
+ display: flex;
898
+ align-items: center;
899
+ justify-content: space-between;
900
+ font-size: 13px;
901
+
902
+ .legend-label {
903
+ display: flex;
904
+ align-items: center;
905
+ gap: 8px;
906
+ color: #445;
907
+
908
+ .indicator-dot {
909
+ width: 10px;
910
+ height: 10px;
911
+ border-radius: 50%;
912
+ flex-shrink: 0;
913
+ }
914
+ }
915
+
916
+ .legend-value {
917
+ font-weight: 700;
918
+ color: #0c2a52;
919
+ font-size: 13px;
920
+ }
921
+ }
922
+ }
923
+
924
+ .chart-wrapper {
925
+ position: relative;
926
+ width: 130px;
927
+ height: 130px;
928
+ flex-shrink: 0;
929
+
930
+ .chart-center {
931
+ position: absolute;
932
+ top: 50%;
933
+ left: 50%;
934
+ transform: translate(-50%, -50%);
935
+ text-align: center;
936
+ pointer-events: none;
937
+ width: 100%;
938
+
939
+ .chart-percentage {
940
+ font-size: 18px;
941
+ font-weight: 800;
942
+ color: #0c2a52;
943
+ }
944
+
945
+ .chart-label {
946
+ font-size: 6px;
947
+ font-weight: 700;
948
+ color: #8fa8c4;
949
+ text-transform: uppercase;
950
+ letter-spacing: 0.5px;
951
+ }
952
+ }
953
+ }
954
+ }
955
+
956
+ .health-metrics-row {
957
+ display: flex;
958
+ align-items: baseline;
959
+ gap: 12px;
960
+ margin-bottom: 4px;
961
+
962
+ .health-percentage {
963
+ font-size: 36px;
964
+ font-weight: 800;
965
+ color: #0c2a52;
966
+ line-height: 1;
967
+ }
968
+
969
+ .health-trend {
970
+ font-size: 12px;
971
+ font-weight: 700;
972
+ color: #1a9e5a;
973
+ }
974
+ }
975
+
976
+ .status-progress-bar {
977
+ height: 6px;
978
+ border-radius: 3px;
979
+ background: #e0eaf6;
980
+ margin: 10px 0 14px;
981
+ overflow: hidden;
982
+
983
+ .progress-fill {
984
+ height: 100%;
985
+ border-radius: 3px;
986
+ background: linear-gradient(90deg, #0c2a52, #185FA5);
987
+ }
988
+ }
989
+
990
+ .mini-metrics-grid {
991
+ display: grid;
992
+ grid-template-columns: 1fr 1fr;
993
+ gap: 10px;
994
+
995
+ .metric-box {
996
+ background: #f4f7fb;
997
+ border-radius: 8px;
998
+ padding: 10px 12px;
999
+
1000
+ .metric-label {
1001
+ font-size: 9px;
1002
+ font-weight: 700;
1003
+ color: #8fa8c4;
1004
+ text-transform: uppercase;
1005
+ letter-spacing: 0.8px;
1006
+ margin-bottom: 4px;
1007
+ }
1008
+
1009
+ .metric-value {
1010
+ font-size: 18px;
1011
+ font-weight: 700;
1012
+ color: #0c2a52;
1013
+ }
1014
+ }
1015
+ }
1016
+ }
1017
+ }
1018
+ }
1019
+ }