dristi-ui-css 0.0.4-dristi-kerala.2 → 0.0.4-dristi-kerala.4

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.
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * dristi-ui-css - 0.0.4-dristi-kerala.2
3
+ * dristi-ui-css - 0.0.4-dristi-kerala.4
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -6164,7 +6164,7 @@ video::-webkit-media-controls-panel {
6164
6164
  text-decoration: none; }
6165
6165
 
6166
6166
  .bread-crumb a {
6167
- color: inherit;
6167
+ color: #007e7e;
6168
6168
  text-decoration: inherit; }
6169
6169
 
6170
6170
  .sidebar-link .custom-link {
@@ -16466,6 +16466,20 @@ body {
16466
16466
 
16467
16467
  .admitted-case .case-overview-wrapper {
16468
16468
  padding: 24px 24px 24px 40px; }
16469
+ .admitted-case .case-overview-wrapper .case-timeline-container .checkpoint-connect-wrap {
16470
+ padding-bottom: 0 !important; }
16471
+ .admitted-case .case-overview-wrapper .case-timeline-container .checkpoint-connect-wrap .checkpoint-done h2 {
16472
+ min-width: 24px !important; }
16473
+ .admitted-case .case-overview-wrapper .case-timeline-container .workflow-timeline-checkpoint .checkpoint-done h2 {
16474
+ min-width: 24px !important; }
16475
+ .admitted-case .case-overview-wrapper .case-timeline-container .workflow-timeline-checkpoint .checkpoint h2 {
16476
+ min-width: 24px !important; }
16477
+
16478
+ .admitted-case .workflow-timeline-modal .workflow-timeline .checkpoint-done h2 {
16479
+ min-width: 24px !important; }
16480
+
16481
+ .admitted-case .workflow-timeline-modal .workflow-timeline .checkpoint h2 {
16482
+ min-width: 24px !important; }
16469
16483
 
16470
16484
  .admitted-case .view-case-file-wrapper .case-and-admission {
16471
16485
  padding: 24px 40px; }
@@ -18607,17 +18621,6 @@ body {
18607
18621
  margin-bottom: 0 !important;
18608
18622
  border: 1px solid #000; }
18609
18623
 
18610
- .full-height-container {
18611
- display: -webkit-box;
18612
- display: -ms-flexbox;
18613
- display: flex;
18614
- -webkit-box-orient: vertical;
18615
- -webkit-box-direction: normal;
18616
- -ms-flex-direction: column;
18617
- flex-direction: column;
18618
- height: calc(100vh - 260px);
18619
- padding-bottom: 10px; }
18620
-
18621
18624
  .filter-bar {
18622
18625
  -ms-flex-wrap: wrap;
18623
18626
  flex-wrap: wrap;
@@ -18721,37 +18724,6 @@ body {
18721
18724
  .filter-bar button.clear-btn:hover {
18722
18725
  background: transparent; }
18723
18726
 
18724
- .main-table-card {
18725
- background: #fff;
18726
- border-radius: 12px;
18727
- -webkit-box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
18728
- box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
18729
- padding: 0 18px 18px;
18730
- position: relative;
18731
- overflow: hidden;
18732
- display: -webkit-box;
18733
- display: -ms-flexbox;
18734
- display: flex;
18735
- -webkit-box-orient: vertical;
18736
- -webkit-box-direction: normal;
18737
- -ms-flex-direction: column;
18738
- flex-direction: column; }
18739
-
18740
- .main-table-card, .table-scroll {
18741
- -webkit-box-flex: 1;
18742
- -ms-flex: 1;
18743
- flex: 1;
18744
- min-height: 0; }
18745
-
18746
- .table-scroll {
18747
- overflow: auto; }
18748
-
18749
- .main-table {
18750
- width: 100%;
18751
- border-collapse: initial;
18752
- border-spacing: 0;
18753
- position: relative; }
18754
-
18755
18727
  .main-table thead {
18756
18728
  position: sticky;
18757
18729
  top: 0;
@@ -18781,13 +18753,6 @@ body {
18781
18753
  color: #0a0a0a;
18782
18754
  text-decoration: underline; }
18783
18755
 
18784
- .status-badge {
18785
- display: inline-block;
18786
- padding: 2px 14px;
18787
- border-radius: 12px;
18788
- font-size: 14px;
18789
- font-weight: 500; }
18790
-
18791
18756
  .status-completed {
18792
18757
  background: #e8e8e8;
18793
18758
  color: #3d3c3c; }
@@ -18812,6 +18777,185 @@ body {
18812
18777
  background: #f5f5f5;
18813
18778
  color: #333; }
18814
18779
 
18780
+ .advocate-header .info-icon {
18781
+ font-size: 15px;
18782
+ color: #888;
18783
+ cursor: pointer; }
18784
+
18785
+ .jk-dropdown-unique {
18786
+ max-height: 300px;
18787
+ overflow-y: auto; }
18788
+
18789
+ .date-arrow-btn:disabled {
18790
+ opacity: .5;
18791
+ cursor: not-allowed; }
18792
+
18793
+ .date-arrow-btn:hover:not(:disabled) {
18794
+ background: #f5f5f5; }
18795
+
18796
+ .home-input input, .home-input .checkbox-wrap .input-emp, .checkbox-wrap .home-input .input-emp, .home-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .home-input .input-emp {
18797
+ margin-bottom: 0 !important;
18798
+ border: 1px solid #000;
18799
+ font-family: Roboto; }
18800
+
18801
+ .full-height-container {
18802
+ -webkit-box-orient: vertical;
18803
+ -webkit-box-direction: normal;
18804
+ -ms-flex-direction: column;
18805
+ flex-direction: column;
18806
+ height: calc(100vh - 260px);
18807
+ padding-bottom: 10px; }
18808
+
18809
+ .filter-bar, .full-height-container, .search-bar {
18810
+ display: -webkit-box;
18811
+ display: -ms-flexbox;
18812
+ display: flex; }
18813
+
18814
+ .filter-bar, .search-bar {
18815
+ -ms-flex-wrap: wrap;
18816
+ flex-wrap: wrap;
18817
+ grid-gap: 12px;
18818
+ gap: 12px;
18819
+ -webkit-box-align: center;
18820
+ -ms-flex-align: center;
18821
+ align-items: center;
18822
+ background: #fff;
18823
+ border-radius: 8px;
18824
+ -webkit-box-shadow: 0 1px 4px rgba(44, 62, 80, 0.06);
18825
+ box-shadow: 0 1px 4px rgba(44, 62, 80, 0.06);
18826
+ margin-bottom: 8px;
18827
+ padding: 0 18px;
18828
+ -ms-flex-negative: 0;
18829
+ flex-shrink: 0; }
18830
+ .filter-bar.search-bar, .search-bar.search-bar {
18831
+ -webkit-box-pack: end;
18832
+ -ms-flex-pack: end;
18833
+ justify-content: flex-end; }
18834
+ .filter-bar.filter-bar, .search-bar.filter-bar {
18835
+ -webkit-box-pack: justify;
18836
+ -ms-flex-pack: justify;
18837
+ justify-content: space-between; }
18838
+ .filter-bar.filter-bar .filter-fields, .search-bar.filter-bar .filter-fields {
18839
+ -ms-flex-wrap: wrap;
18840
+ flex-wrap: wrap;
18841
+ grid-gap: 12px;
18842
+ gap: 12px;
18843
+ -webkit-box-flex: 1;
18844
+ -ms-flex: 1 1 300px;
18845
+ flex: 1 1 300px;
18846
+ min-width: 0; }
18847
+ .filter-bar.filter-bar .filter-actions, .search-bar.filter-bar .filter-actions {
18848
+ -webkit-box-orient: horizontal;
18849
+ -webkit-box-direction: normal;
18850
+ -ms-flex-direction: row;
18851
+ flex-direction: row;
18852
+ grid-gap: 24px;
18853
+ gap: 24px;
18854
+ -webkit-box-align: center;
18855
+ -ms-flex-align: center;
18856
+ align-items: center;
18857
+ margin-left: 12px; }
18858
+
18859
+ @media (max-width: 900px) {
18860
+ .filter-bar {
18861
+ -webkit-box-orient: vertical;
18862
+ -webkit-box-direction: normal;
18863
+ -ms-flex-direction: column;
18864
+ flex-direction: column;
18865
+ -webkit-box-align: stretch;
18866
+ -ms-flex-align: stretch;
18867
+ align-items: stretch; }
18868
+ .filter-bar .filter-fields {
18869
+ width: 100%; }
18870
+ .filter-bar .filter-actions {
18871
+ margin-left: 0;
18872
+ margin-top: 12px;
18873
+ -webkit-box-pack: start;
18874
+ -ms-flex-pack: start;
18875
+ justify-content: flex-start; } }
18876
+
18877
+ .main-table-card {
18878
+ background: #fff;
18879
+ border-radius: 12px;
18880
+ -webkit-box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
18881
+ box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
18882
+ padding: 0 18px 18px;
18883
+ position: relative;
18884
+ overflow: hidden;
18885
+ display: -webkit-box;
18886
+ display: -ms-flexbox;
18887
+ display: flex;
18888
+ -webkit-box-orient: vertical;
18889
+ -webkit-box-direction: normal;
18890
+ -ms-flex-direction: column;
18891
+ flex-direction: column; }
18892
+
18893
+ .main-table-card, .table-scroll {
18894
+ -webkit-box-flex: 1;
18895
+ -ms-flex: 1;
18896
+ flex: 1;
18897
+ min-height: 0; }
18898
+
18899
+ .table-scroll {
18900
+ overflow: auto; }
18901
+
18902
+ .main-table {
18903
+ width: 100%;
18904
+ border-collapse: initial;
18905
+ border-spacing: 0;
18906
+ position: relative; }
18907
+ .main-table thead {
18908
+ position: sticky;
18909
+ top: 0;
18910
+ z-index: 10; }
18911
+ .main-table th {
18912
+ font-weight: 600;
18913
+ font-size: 15px;
18914
+ background: #fff;
18915
+ padding: 12px 8px;
18916
+ border-bottom: 2px solid #e8e8e8;
18917
+ position: relative;
18918
+ -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
18919
+ box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
18920
+ text-align: left; }
18921
+ .main-table .custom-table-row td {
18922
+ padding: 12px 8px;
18923
+ border-bottom: 1px solid #e8e8e8;
18924
+ font-size: 15px;
18925
+ background: #fff;
18926
+ text-align: left; }
18927
+ .main-table .custom-table-row:hover {
18928
+ background: #f6fafd; }
18929
+
18930
+ .case-link {
18931
+ color: #0a0a0a !important;
18932
+ text-decoration: underline !important; }
18933
+
18934
+ .status-badge {
18935
+ display: inline-block;
18936
+ padding: 2px 14px;
18937
+ border-radius: 12px;
18938
+ font-size: 16px;
18939
+ font-weight: 500; }
18940
+ .status-badge.status-completed {
18941
+ background: #e8e8e8;
18942
+ color: #3d3c3c; }
18943
+ .status-badge.status-ongoing {
18944
+ background: #fff8e1;
18945
+ color: #574406; }
18946
+ .status-badge.status-passed, .status-badge.status-passed-over {
18947
+ background: #fff6e8;
18948
+ color: #9e400a; }
18949
+ .status-badge.status-scheduled {
18950
+ background: #e5e4f2;
18951
+ color: #28264b; }
18952
+ .status-badge.status-abated {
18953
+ background: #e8e8e8;
18954
+ color: #3d3c3c; }
18955
+ .status-badge.status-default {
18956
+ background: #f5f5f5;
18957
+ color: #333; }
18958
+
18815
18959
  .advocate-header {
18816
18960
  display: -webkit-box;
18817
18961
  display: -ms-flexbox;
@@ -18821,13 +18965,12 @@ body {
18821
18965
  align-items: center;
18822
18966
  grid-gap: 4px;
18823
18967
  gap: 4px; }
18968
+ .advocate-header .info-icon {
18969
+ font-size: 15px;
18970
+ color: #888;
18971
+ cursor: pointer; }
18824
18972
 
18825
- .advocate-header .info-icon {
18826
- font-size: 15px;
18827
- color: #888;
18828
- cursor: pointer; }
18829
-
18830
- .jk-dropdown-unique {
18973
+ #jk-dropdown-unique, .jk-dropdown-unique {
18831
18974
  max-height: 300px;
18832
18975
  overflow-y: auto; }
18833
18976
 
@@ -18859,13 +19002,76 @@ body {
18859
19002
  -webkit-transition: background .2s,color .2s;
18860
19003
  transition: background .2s,color .2s;
18861
19004
  padding: 0; }
19005
+ .date-arrow-btn:disabled {
19006
+ opacity: .5;
19007
+ cursor: not-allowed; }
19008
+ .date-arrow-btn:hover:not(:disabled) {
19009
+ background: #f5f5f5; }
18862
19010
 
18863
- .date-arrow-btn:disabled {
18864
- opacity: .5;
18865
- cursor: not-allowed; }
19011
+ .filter-fields .select-wrap {
19012
+ width: 160px !important; }
18866
19013
 
18867
- .date-arrow-btn:hover:not(:disabled) {
18868
- background: #f5f5f5; }
19014
+ .filter-actions .home-search-btn {
19015
+ font-weight: 700;
19016
+ padding: 8px 24px;
19017
+ border: 1px solid #77787b;
19018
+ font-size: 14px;
19019
+ background: #fff;
19020
+ height: 40px; }
19021
+
19022
+ .filter-actions .home-clear-btn {
19023
+ border: 0;
19024
+ background: #fff;
19025
+ color: #222; }
19026
+
19027
+ .filter-actions .home-input:focus, .filter-actions .home-input input, .filter-actions .home-input .checkbox-wrap .input-emp, .checkbox-wrap .filter-actions .home-input .input-emp, .filter-actions .home-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .filter-actions .home-input .input-emp {
19028
+ border: 0; }
19029
+
19030
+ .filter-actions .search-input {
19031
+ display: -webkit-box;
19032
+ display: -ms-flexbox;
19033
+ display: flex;
19034
+ -webkit-box-align: center;
19035
+ -ms-flex-align: center;
19036
+ align-items: center;
19037
+ border: 1px solid #77787b;
19038
+ padding: 0 8px;
19039
+ height: 40px; }
19040
+
19041
+ @media screen and (max-width: 1330px) {
19042
+ .filter-actions .home-input {
19043
+ width: 90px; }
19044
+ .filter-bar .filter-actions {
19045
+ grid-gap: 8px;
19046
+ gap: 8px; } }
19047
+
19048
+ .table-pagination {
19049
+ display: -webkit-box;
19050
+ display: -ms-flexbox;
19051
+ display: flex;
19052
+ -webkit-box-pack: end;
19053
+ -ms-flex-pack: end;
19054
+ justify-content: flex-end;
19055
+ -webkit-box-align: center;
19056
+ -ms-flex-align: center;
19057
+ align-items: center;
19058
+ padding: 16px 8px;
19059
+ grid-gap: 24px;
19060
+ gap: 24px;
19061
+ font-family: Roboto,sans-serif;
19062
+ font-size: 16px; }
19063
+ .table-pagination .pagination-info {
19064
+ display: -webkit-box;
19065
+ display: -ms-flexbox;
19066
+ display: flex;
19067
+ -webkit-box-align: center;
19068
+ -ms-flex-align: center;
19069
+ align-items: center;
19070
+ grid-gap: 8px;
19071
+ gap: 8px; }
19072
+ .table-pagination .pagination-info select {
19073
+ padding: 4px;
19074
+ font-size: 14px; }
18869
19075
 
18870
19076
  .review-card-main {
18871
19077
  width: 100%;