dristi-ui-css 0.0.2-dristi-kerala.0 → 0.0.2-dristi-kerala.1

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,5 +1,5 @@
1
1
  /*!
2
- * dristi-ui-css - 0.0.2-dristi-kerala.0
2
+ * dristi-ui-css - 0.0.2-dristi-kerala.1
3
3
  *
4
4
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
5
5
  *
@@ -11435,15 +11435,27 @@ body {
11435
11435
  justify-content: space-between; }
11436
11436
  .review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address p {
11437
11437
  margin-top: 0; }
11438
- .review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address-info {
11438
+ .review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address-container {
11439
+ display: -webkit-box;
11440
+ display: -ms-flexbox;
11441
+ display: flex;
11442
+ -webkit-box-orient: vertical;
11443
+ -webkit-box-direction: normal;
11444
+ -ms-flex-direction: column;
11445
+ flex-direction: column;
11446
+ grid-gap: 1rem;
11447
+ gap: 1rem;
11439
11448
  width: 100%; }
11440
- .review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address-info .address-location {
11449
+ .review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address-container .address-block .row {
11441
11450
  display: -webkit-box;
11442
11451
  display: -ms-flexbox;
11443
11452
  display: flex;
11453
+ padding: 4px 0;
11444
11454
  -webkit-box-pack: justify;
11445
11455
  -ms-flex-pack: justify;
11446
11456
  justify-content: space-between; }
11457
+ .review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address-container .address-block .row .value p {
11458
+ margin-bottom: 8px; }
11447
11459
  .review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address-main {
11448
11460
  padding: 12px 16px;
11449
11461
  grid-gap: 1rem;
@@ -12841,9 +12853,30 @@ body {
12841
12853
  text-align: left;
12842
12854
  color: #3d3c3c; }
12843
12855
  .popup-module.custom-modal-stepper-non-doc .popup-module-main .summon-payment-action-table .payment-action .offline-process-text .learn-more-text {
12856
+ position: relative;
12844
12857
  font-weight: 700;
12845
12858
  text-decoration: underline;
12846
12859
  cursor: pointer; }
12860
+ .popup-module.custom-modal-stepper-non-doc .popup-module-main .summon-payment-action-table .payment-action .offline-process-text .learn-more-text .text-tooltip {
12861
+ display: none;
12862
+ position: absolute;
12863
+ top: 30%;
12864
+ right: 0;
12865
+ background-color: #fff;
12866
+ max-width: 600px;
12867
+ width: -webkit-max-content;
12868
+ width: -moz-max-content;
12869
+ width: max-content;
12870
+ font-weight: 300;
12871
+ color: #000;
12872
+ padding: 5px 10px;
12873
+ border-radius: 4px;
12874
+ z-index: 100;
12875
+ border: 1px solid #bbbbbd;
12876
+ white-space: normal;
12877
+ word-wrap: break-word; }
12878
+ .popup-module.custom-modal-stepper-non-doc .popup-module-main .summon-payment-action-table .payment-action .offline-process-text .learn-more-text:hover .text-tooltip {
12879
+ display: block; }
12847
12880
 
12848
12881
  .popup-module.custom-modal-stepper, .popup-module.evidence-modal, .popup-module.review-submission-appl-modal {
12849
12882
  max-width: 80% !important;
@@ -14524,6 +14557,43 @@ body {
14524
14557
  color: #231f20;
14525
14558
  word-wrap: break-word;
14526
14559
  margin: 0; }
14560
+ .review-order-modal.popup-module .popup-module-main .review-order-body-main .review-bulk-order-modal-list-div {
14561
+ width: 30%;
14562
+ padding: 24px;
14563
+ border-right: 1px solid #e8e8e8;
14564
+ overflow: auto;
14565
+ cursor: pointer; }
14566
+ .review-order-modal.popup-module .popup-module-main .review-order-body-main .review-bulk-order-modal-list-div .review-bulk-order-type-side-stepper {
14567
+ padding: 14px 14px 10px 6px;
14568
+ display: -webkit-box;
14569
+ display: -ms-flexbox;
14570
+ display: flex;
14571
+ -webkit-box-pack: justify;
14572
+ -ms-flex-pack: justify;
14573
+ justify-content: space-between;
14574
+ -webkit-box-align: center;
14575
+ -ms-flex-align: center;
14576
+ align-items: center; }
14577
+ .review-order-modal.popup-module .popup-module-main .review-order-body-main .review-bulk-order-modal-list-div .review-bulk-order-type-side-stepper h1 {
14578
+ font-family: Roboto;
14579
+ font-size: 16px;
14580
+ font-weight: 700;
14581
+ line-height: 21px;
14582
+ text-align: left;
14583
+ color: #231f20;
14584
+ word-wrap: break-word;
14585
+ margin: 0; }
14586
+ .review-order-modal.popup-module .popup-module-main .review-order-body-main .review-bulk-order-modal-document-div {
14587
+ width: 65%;
14588
+ padding: 24px; }
14589
+ .review-order-modal.popup-module .popup-module-main .review-order-body-main .review-bulk-order-modal-document-div .docviewer-wrapper {
14590
+ margin-top: 0 !important;
14591
+ margin-bottom: auto; }
14592
+ .review-order-modal.popup-module .popup-module-main .review-order-body-main .review-bulk-order-modal-document-div .docviewer-wrapper .employeeCard {
14593
+ margin-bottom: 16px !important;
14594
+ margin-right: 5px;
14595
+ border: 1px solid #bbbbbd;
14596
+ border-radius: 0 !important; }
14527
14597
  .review-order-modal.popup-module .popup-module-main .review-order-body-main .review-order-modal-document-div {
14528
14598
  width: 65%;
14529
14599
  padding: 24px; }
@@ -14541,21 +14611,25 @@ body {
14541
14611
  padding-right: 16px;
14542
14612
  margin: 0 0 16px; }
14543
14613
  .review-order-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border {
14544
- width: 125px !important;
14545
- height: 40px !important;
14546
- padding: 8px 24px !important;
14547
- border: 1px solid #007e7e !important; }
14614
+ height: 2.5rem;
14615
+ border: 1px solid #007e7e; }
14548
14616
  .review-order-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border h2 {
14549
- font-family: Roboto !important;
14550
- font-size: 16px !important;
14551
- font-weight: 700 !important;
14552
- line-height: 18.75px !important;
14553
- text-align: center !important;
14554
- color: #007e7e !important; }
14617
+ font-family: Roboto;
14618
+ font-size: 16px;
14619
+ font-weight: 700;
14620
+ line-height: 18.75px;
14621
+ text-align: center;
14622
+ color: #007e7e; }
14623
+ .review-order-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary-disabled {
14624
+ height: 2.5rem; }
14625
+ .review-order-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary-disabled h2 {
14626
+ font-family: Roboto;
14627
+ font-size: 16px;
14628
+ font-weight: 700;
14629
+ line-height: 18.75px;
14630
+ text-align: center; }
14555
14631
  .review-order-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary {
14556
- width: 151px;
14557
- height: 40px;
14558
- padding: 8px 24px; }
14632
+ height: 2.5rem; }
14559
14633
  .review-order-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary h2 {
14560
14634
  font-family: Roboto;
14561
14635
  font-size: 16px;
@@ -14771,6 +14845,77 @@ body {
14771
14845
  line-height: 18.75px;
14772
14846
  text-align: center; }
14773
14847
 
14848
+ .orders-add-bulk-list-modal.popup-module {
14849
+ width: 40vw; }
14850
+ .orders-add-bulk-list-modal.popup-module .popup-module-main {
14851
+ padding: 40px !important; }
14852
+ .orders-add-bulk-list-modal.popup-module .popup-module-main .popup-module-action-bar {
14853
+ margin: 0 !important; }
14854
+ .orders-add-bulk-list-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border {
14855
+ border: 1px solid #007e7e !important;
14856
+ display: -webkit-box;
14857
+ display: -ms-flexbox;
14858
+ display: flex;
14859
+ -webkit-box-orient: horizontal;
14860
+ -webkit-box-direction: reverse;
14861
+ -ms-flex-direction: row-reverse;
14862
+ flex-direction: row-reverse;
14863
+ -webkit-box-pack: center;
14864
+ -ms-flex-pack: center;
14865
+ justify-content: center;
14866
+ -webkit-box-align: center;
14867
+ -ms-flex-align: center;
14868
+ align-items: center;
14869
+ height: 40px;
14870
+ width: 50%;
14871
+ padding: 8px 24px; }
14872
+ .orders-add-bulk-list-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border h2 {
14873
+ width: 65% !important;
14874
+ font-family: Roboto;
14875
+ font-size: 16px;
14876
+ font-weight: 700;
14877
+ line-height: 18.75px;
14878
+ text-align: center;
14879
+ color: #007e7e !important; }
14880
+ .orders-add-bulk-list-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border svg path {
14881
+ fill: #007e7e; }
14882
+ .orders-add-bulk-list-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary {
14883
+ height: 40px;
14884
+ width: 50%;
14885
+ padding: 8px 24px; }
14886
+ .orders-add-bulk-list-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary h2 {
14887
+ font-family: Roboto;
14888
+ font-size: 16px;
14889
+ font-weight: 700;
14890
+ line-height: 18.75px;
14891
+ text-align: center; }
14892
+ .orders-add-bulk-list-modal.popup-module .success-wrap svg {
14893
+ padding: 5px;
14894
+ border: 0;
14895
+ background: none; }
14896
+
14897
+ .orders-issue-bulk-success-modal.popup-module {
14898
+ width: 40vw; }
14899
+ .orders-issue-bulk-success-modal.popup-module .popup-module-main {
14900
+ padding: 40px !important; }
14901
+ .orders-issue-bulk-success-modal.popup-module .popup-module-main .card-label, .orders-issue-bulk-success-modal.popup-module .popup-module-main .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .orders-issue-bulk-success-modal.popup-module .popup-module-main .control-label, .orders-issue-bulk-success-modal.popup-module .popup-module-main .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .orders-issue-bulk-success-modal.popup-module .popup-module-main span {
14902
+ font-size: 16px;
14903
+ font-weight: 400;
14904
+ margin-bottom: 10px;
14905
+ text-align: center; }
14906
+ .orders-issue-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar {
14907
+ margin: 20px 0 0 !important; }
14908
+ .orders-issue-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary {
14909
+ height: 40px;
14910
+ width: 100%;
14911
+ padding: 8px 24px; }
14912
+ .orders-issue-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary h2 {
14913
+ font-family: Roboto;
14914
+ font-size: 16px;
14915
+ font-weight: 700;
14916
+ line-height: 18.75px;
14917
+ text-align: center; }
14918
+
14774
14919
  .bread-crumb {
14775
14920
  margin: 0;
14776
14921
  padding: 12px 40px;
@@ -15848,6 +15993,23 @@ body {
15848
15993
  text-decoration: underline;
15849
15994
  color: #007e7e; }
15850
15995
 
15996
+ .orders-tab-inobox-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search {
15997
+ display: -webkit-box;
15998
+ display: -ms-flexbox;
15999
+ display: flex; }
16000
+ .orders-tab-inobox-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
16001
+ width: 200px; }
16002
+ .orders-tab-inobox-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .options-card {
16003
+ top: 40px;
16004
+ max-height: 160px;
16005
+ overflow-y: auto; }
16006
+ .orders-tab-inobox-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
16007
+ margin-left: auto; }
16008
+ .orders-tab-inobox-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
16009
+ width: 200px !important;
16010
+ -webkit-box-shadow: none;
16011
+ box-shadow: none; }
16012
+
15851
16013
  .admitted-case-details .case-details-title .vertical-line {
15852
16014
  height: 24px;
15853
16015
  width: 1px;