dristi-ui-css 0.0.5-dristi-kerala.1 → 0.0.5-dristi-kerala.5

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.5-dristi-kerala.1
3
+ * dristi-ui-css - 0.0.5-dristi-kerala.5
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -10571,6 +10571,10 @@ body {
10571
10571
  color: #77787b;
10572
10572
  padding: 12px; }
10573
10573
 
10574
+ .custom-editor {
10575
+ max-width: 100%;
10576
+ word-break: break-word; }
10577
+
10574
10578
  .custom-editor-wrapper {
10575
10579
  border: 1px solid #ccc;
10576
10580
  border-radius: 4px; }
@@ -10580,11 +10584,13 @@ body {
10580
10584
  margin: 0;
10581
10585
  padding: 8px; }
10582
10586
  .custom-editor-wrapper .rdw-editor-main {
10587
+ width: 100%;
10588
+ max-width: 100%;
10589
+ -webkit-box-sizing: border-box;
10583
10590
  height: 300px !important;
10584
10591
  overflow: hidden !important;
10585
10592
  border: none;
10586
10593
  padding: 12px;
10587
- -webkit-box-sizing: border-box;
10588
10594
  box-sizing: border-box;
10589
10595
  counter-reset: clean-counter; }
10590
10596
  .custom-editor-wrapper .rdw-editor-main ol {
@@ -10605,23 +10611,27 @@ body {
10605
10611
  height: 100% !important;
10606
10612
  overflow-y: auto !important;
10607
10613
  scrollbar-width: thin;
10608
- scrollbar-color: transparent transparent;
10614
+ scrollbar-color: #ccc transparent;
10609
10615
  scroll-behavior: smooth; }
10610
10616
  .custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar {
10611
10617
  width: 6px; }
10612
10618
  .custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-track {
10613
10619
  background: transparent; }
10614
10620
  .custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-thumb {
10615
- background: transparent;
10621
+ background: rgba(204, 204, 204, 0.8);
10616
10622
  border-radius: 3px; }
10617
- .custom-editor-wrapper .DraftEditor-root:hover::-webkit-scrollbar-thumb {
10618
- background: rgba(204, 204, 204, 0.8); }
10619
10623
  .custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-thumb:hover {
10620
10624
  background: #999; }
10625
+ .custom-editor-wrapper .public-DraftStyleDefault-block {
10626
+ margin: 0 !important;
10627
+ max-width: 100%;
10628
+ white-space: normal; }
10621
10629
  .custom-editor-wrapper .DraftEditor-editorContainer {
10622
10630
  height: 100% !important; }
10623
10631
  .custom-editor-wrapper .public-DraftEditor-content {
10624
- min-height: 100% !important; }
10632
+ min-height: 100% !important;
10633
+ max-width: 100%;
10634
+ word-wrap: break-word; }
10625
10635
 
10626
10636
  .value ol {
10627
10637
  list-style-type: decimal; }
@@ -10758,6 +10768,128 @@ body {
10758
10768
  .custom-error-tooltip span:hover + .custom-error-tooltip-message {
10759
10769
  display: block; }
10760
10770
 
10771
+ .witness-deposition-signature {
10772
+ width: 100%;
10773
+ max-width: 100%;
10774
+ overflow-x: hidden; }
10775
+ .witness-deposition-signature .doc-viewer {
10776
+ width: 75vw !important; }
10777
+ @media screen and (max-width: 899px) {
10778
+ .witness-deposition-signature .doc-viewer {
10779
+ width: 90vw !important;
10780
+ padding-left: 0 !important;
10781
+ padding-bottom: 0 !important;
10782
+ padding-right: 0 !important;
10783
+ padding-top: 0 !important; } }
10784
+ @media screen and (min-width: 899px) {
10785
+ .witness-deposition-signature .doc-viewer .doc-viewer-image {
10786
+ width: 87vw !important; } }
10787
+ @media screen and (min-width: 899px) {
10788
+ .witness-deposition-signature .doc-viewer #react-doc-viewer {
10789
+ width: 72vw !important; } }
10790
+ @media screen and (max-width: 899px) {
10791
+ .witness-deposition-signature .card, .witness-deposition-signature .card-emp {
10792
+ margin-left: 0 !important;
10793
+ margin-bottom: 0 !important;
10794
+ margin-right: 0 !important;
10795
+ margin-top: 0 !important;
10796
+ padding-left: 0 !important;
10797
+ padding-bottom: 0 !important;
10798
+ padding-right: 0 !important;
10799
+ padding-top: 0 !important; } }
10800
+ @media screen and (max-width: 899px) {
10801
+ .witness-deposition-signature .card .react-doc-viewer, .witness-deposition-signature .card-emp .react-doc-viewer {
10802
+ width: 90vw !important; } }
10803
+ .witness-deposition-signature .header {
10804
+ display: -webkit-box !important;
10805
+ display: -ms-flexbox !important;
10806
+ display: flex !important;
10807
+ -webkit-box-pack: center !important;
10808
+ -ms-flex-pack: center !important;
10809
+ justify-content: center !important;
10810
+ padding: 12px 20px !important;
10811
+ font-size: 22px !important; }
10812
+ @media screen and (min-width: 900px) {
10813
+ .witness-deposition-signature .header {
10814
+ padding-left: 40px !important;
10815
+ padding-bottom: 12px !important;
10816
+ padding-right: 40px !important;
10817
+ padding-top: 12px !important;
10818
+ font-size: 26px !important; } }
10819
+ .witness-deposition-signature .content-container {
10820
+ display: -webkit-box;
10821
+ display: -ms-flexbox;
10822
+ display: flex;
10823
+ -webkit-box-orient: vertical;
10824
+ -webkit-box-direction: normal;
10825
+ -ms-flex-direction: column;
10826
+ flex-direction: column; }
10827
+ @media screen and (min-width: 900px) {
10828
+ .witness-deposition-signature .content-container {
10829
+ -webkit-box-orient: horizontal;
10830
+ -webkit-box-direction: normal;
10831
+ -ms-flex-direction: row;
10832
+ flex-direction: row; } }
10833
+ .witness-deposition-signature .doc-viewer {
10834
+ margin: 10px auto !important;
10835
+ border: 1px solid #d3d3d3 !important;
10836
+ border-radius: 5px !important; }
10837
+ @media screen and (min-width: 900px) {
10838
+ .witness-deposition-signature .doc-viewer {
10839
+ margin-left: auto !important;
10840
+ margin-bottom: 24px !important;
10841
+ margin-right: auto !important;
10842
+ margin-top: 24px !important; } }
10843
+ .witness-deposition-signature .action-bar-wrap, .witness-deposition-signature .workbench .workbench-create-form div.action-bar-wrap, .workbench .workbench-create-form .witness-deposition-signature div.action-bar-wrap {
10844
+ max-width: none !important; }
10845
+ @media screen and (max-width: 899px) {
10846
+ .witness-deposition-signature .action-bar-wrap, .witness-deposition-signature .workbench .workbench-create-form div.action-bar-wrap, .workbench .workbench-create-form .witness-deposition-signature div.action-bar-wrap {
10847
+ width: 100% !important;
10848
+ padding-left: 0 !important;
10849
+ padding-bottom: 10px !important;
10850
+ padding-right: 0 !important;
10851
+ padding-top: 10px !important; } }
10852
+ .witness-deposition-signature .action-bar-wrap .action-bar, .witness-deposition-signature .workbench .workbench-create-form div.action-bar-wrap .action-bar, .workbench .workbench-create-form .witness-deposition-signature div.action-bar-wrap .action-bar {
10853
+ display: -webkit-box !important;
10854
+ display: -ms-flexbox !important;
10855
+ display: flex !important; }
10856
+ @media screen and (max-width: 899px) {
10857
+ .witness-deposition-signature .action-bar-wrap .action-bar, .witness-deposition-signature .workbench .workbench-create-form div.action-bar-wrap .action-bar, .workbench .workbench-create-form .witness-deposition-signature div.action-bar-wrap .action-bar {
10858
+ -webkit-box-pack: justify !important;
10859
+ -ms-flex-pack: justify !important;
10860
+ justify-content: space-between !important;
10861
+ padding-left: 16px !important;
10862
+ padding-bottom: 0 !important;
10863
+ padding-right: 16px !important;
10864
+ padding-top: 0 !important; } }
10865
+ @media screen and (min-width: 900px) {
10866
+ .witness-deposition-signature .action-bar-wrap .action-bar, .witness-deposition-signature .workbench .workbench-create-form div.action-bar-wrap .action-bar, .workbench .workbench-create-form .witness-deposition-signature div.action-bar-wrap .action-bar {
10867
+ padding-left: 0;
10868
+ padding-bottom: 0;
10869
+ padding-right: 0;
10870
+ padding-top: 0;
10871
+ -webkit-box-pack: end !important;
10872
+ -ms-flex-pack: end !important;
10873
+ justify-content: flex-end !important;
10874
+ width: 100% !important; } }
10875
+ .witness-deposition-signature .action-bar-wrap .action-bar .back-button, .witness-deposition-signature .workbench .workbench-create-form div.action-bar-wrap .action-bar .back-button, .workbench .workbench-create-form .witness-deposition-signature div.action-bar-wrap .action-bar .back-button {
10876
+ background-color: "#fff";
10877
+ padding: 10px;
10878
+ margin-right: 10px; }
10879
+ @media screen and (min-width: 900px) {
10880
+ .witness-deposition-signature .action-bar-wrap .action-bar .back-button, .witness-deposition-signature .workbench .workbench-create-form div.action-bar-wrap .action-bar .back-button, .workbench .workbench-create-form .witness-deposition-signature div.action-bar-wrap .action-bar .back-button {
10881
+ padding-left: 10px;
10882
+ padding-bottom: 10px;
10883
+ padding-right: 10px;
10884
+ padding-top: 10px;
10885
+ width: 90px !important;
10886
+ margin-right: 20px !important; } }
10887
+ @media screen and (max-width: 899px) {
10888
+ .witness-deposition-signature .action-bar-wrap .action-bar .submit-bar, .witness-deposition-signature .workbench .workbench-create-form div.action-bar-wrap .action-bar .submit-bar, .workbench .workbench-create-form .witness-deposition-signature div.action-bar-wrap .action-bar .submit-bar {
10889
+ width: -webkit-fit-content !important;
10890
+ width: -moz-fit-content !important;
10891
+ width: fit-content !important; } }
10892
+
10761
10893
  .e-filing-card-wrapper h2 {
10762
10894
  margin-top: 0; }
10763
10895
 
@@ -14629,6 +14761,52 @@ body {
14629
14761
  .user-address-form .card div:nth-of-type(2) .bolder, .user-address-form .card-emp div:nth-of-type(2) .bolder {
14630
14762
  font-size: 16px !important; }
14631
14763
 
14764
+ .bail-bond-login-page .citizen-form-wrapper {
14765
+ display: -webkit-box;
14766
+ display: -ms-flexbox;
14767
+ display: flex;
14768
+ -webkit-box-pack: center;
14769
+ -ms-flex-pack: center;
14770
+ justify-content: center; }
14771
+
14772
+ .bail-bond-login-page .login-form.responsive-container {
14773
+ width: 35vw; }
14774
+ @media (max-width: 1024px) {
14775
+ .bail-bond-login-page .login-form.responsive-container {
14776
+ width: 60vw; } }
14777
+ @media (max-width: 768px) {
14778
+ .bail-bond-login-page .login-form.responsive-container {
14779
+ width: 80vw; } }
14780
+ @media (max-width: 480px) {
14781
+ .bail-bond-login-page .login-form.responsive-container {
14782
+ width: 95vw; } }
14783
+
14784
+ .bail-bond-login-page .form-section {
14785
+ margin-top: 10px; }
14786
+
14787
+ .bail-bond-login-page .field-container, .bail-bond-login-page .text-input, .bail-bond-login-page .text-input-width-size {
14788
+ max-width: none !important;
14789
+ max-width: none !important; }
14790
+
14791
+ .bail-bond-login-page .citizen-card-input--front {
14792
+ background-color: #e0e0e0 !important;
14793
+ margin-bottom: 5px; }
14794
+
14795
+ .bail-bond-login-page .error-border {
14796
+ border-color: #bb2c2f !important; }
14797
+
14798
+ .bail-bond-login-page .error-message {
14799
+ color: #bb2c2f;
14800
+ margin: 4px 0 8px;
14801
+ display: -webkit-box;
14802
+ display: -ms-flexbox;
14803
+ display: flex;
14804
+ grid-gap: 4px;
14805
+ gap: 4px;
14806
+ -webkit-box-align: center;
14807
+ -ms-flex-align: center;
14808
+ align-items: center; }
14809
+
14632
14810
  .verify-phone-div {
14633
14811
  padding: 16px 24px;
14634
14812
  display: -webkit-box;
@@ -16219,6 +16397,108 @@ body {
16219
16397
  color: #00703c;
16220
16398
  background-color: #e4f2e4; }
16221
16399
 
16400
+ @media (max-width: 1024px) {
16401
+ .responsive-signature-modal.popup-module {
16402
+ width: 60vw;
16403
+ height: -webkit-fit-content;
16404
+ height: -moz-fit-content;
16405
+ height: fit-content; }
16406
+ .responsive-signature-modal.popup-module .popup-module-main {
16407
+ max-height: calc(88vh - 120px);
16408
+ overflow: auto; } }
16409
+
16410
+ @media (max-width: 768px) {
16411
+ .responsive-signature-modal.popup-module {
16412
+ width: 95vw;
16413
+ height: -webkit-fit-content;
16414
+ height: -moz-fit-content;
16415
+ height: fit-content;
16416
+ max-height: none;
16417
+ position: fixed;
16418
+ top: 50%;
16419
+ left: 50%;
16420
+ -webkit-transform: translate(-50%, -50%);
16421
+ transform: translate(-50%, -50%); }
16422
+ .responsive-signature-modal.popup-module .header-wrap {
16423
+ padding: 0 12px !important; }
16424
+ .responsive-signature-modal.popup-module .popup-module-main {
16425
+ padding: 16px !important;
16426
+ overflow: auto; }
16427
+ .responsive-signature-modal.popup-module .popup-module-main .add-signature-main-div {
16428
+ -webkit-box-orient: vertical;
16429
+ -webkit-box-direction: normal;
16430
+ -ms-flex-direction: column;
16431
+ flex-direction: column; }
16432
+ .responsive-signature-modal.popup-module .popup-module-main .add-signature-main-div .not-signed h1 {
16433
+ font-size: 20px; }
16434
+ .responsive-signature-modal.popup-module .popup-module-main .add-signature-main-div .not-signed .buttons-div {
16435
+ -webkit-box-orient: vertical;
16436
+ -webkit-box-direction: normal;
16437
+ -ms-flex-direction: column;
16438
+ flex-direction: column;
16439
+ grid-gap: 12px;
16440
+ gap: 12px;
16441
+ height: auto; }
16442
+ .responsive-signature-modal.popup-module .popup-module-action-bar {
16443
+ display: -webkit-box;
16444
+ display: -ms-flexbox;
16445
+ display: flex;
16446
+ -webkit-box-orient: vertical;
16447
+ -webkit-box-direction: normal;
16448
+ -ms-flex-direction: column;
16449
+ flex-direction: column;
16450
+ grid-gap: 12px;
16451
+ gap: 12px;
16452
+ -webkit-box-align: stretch;
16453
+ -ms-flex-align: stretch;
16454
+ align-items: stretch;
16455
+ padding: 0 !important; }
16456
+ .responsive-signature-modal.popup-module .popup-module-action-bar .selector-button-border, .responsive-signature-modal.popup-module .popup-module-action-bar .selector-button-primary, .responsive-signature-modal.popup-module .popup-module-action-bar .selector-button-primary-disabled, .responsive-signature-modal.popup-module .popup-module-action-bar button {
16457
+ width: 100% !important; } }
16458
+
16459
+ @media (max-width: 400px) {
16460
+ .responsive-signature-modal.popup-module {
16461
+ width: 95vw;
16462
+ max-height: 86vh;
16463
+ height: auto; }
16464
+ .responsive-signature-modal.popup-module .header-wrap {
16465
+ padding: 0 12px !important; }
16466
+ .responsive-signature-modal.popup-module .popup-module-main {
16467
+ padding: 16px !important;
16468
+ max-height: calc(86vh - 112px);
16469
+ overflow: auto; }
16470
+ .responsive-signature-modal.popup-module .popup-module-main .add-signature-main-div {
16471
+ -webkit-box-orient: vertical;
16472
+ -webkit-box-direction: normal;
16473
+ -ms-flex-direction: column;
16474
+ flex-direction: column; }
16475
+ .responsive-signature-modal.popup-module .popup-module-main .add-signature-main-div .not-signed h1 {
16476
+ font-size: 20px; }
16477
+ .responsive-signature-modal.popup-module .popup-module-main .add-signature-main-div .not-signed .buttons-div {
16478
+ -webkit-box-orient: vertical;
16479
+ -webkit-box-direction: normal;
16480
+ -ms-flex-direction: column;
16481
+ flex-direction: column;
16482
+ grid-gap: 12px;
16483
+ gap: 12px;
16484
+ height: auto; }
16485
+ .responsive-signature-modal.popup-module .popup-module-action-bar {
16486
+ display: -webkit-box;
16487
+ display: -ms-flexbox;
16488
+ display: flex;
16489
+ -webkit-box-orient: vertical;
16490
+ -webkit-box-direction: normal;
16491
+ -ms-flex-direction: column;
16492
+ flex-direction: column;
16493
+ grid-gap: 12px;
16494
+ gap: 12px;
16495
+ -webkit-box-align: stretch;
16496
+ -ms-flex-align: stretch;
16497
+ align-items: stretch;
16498
+ padding: 0 !important; }
16499
+ .responsive-signature-modal.popup-module .popup-module-action-bar .selector-button-border, .responsive-signature-modal.popup-module .popup-module-action-bar .selector-button-primary, .responsive-signature-modal.popup-module .popup-module-action-bar .selector-button-primary-disabled, .responsive-signature-modal.popup-module .popup-module-action-bar button {
16500
+ width: 100% !important; } }
16501
+
16222
16502
  .submission-payment-modal.popup-module {
16223
16503
  width: 536px; }
16224
16504
  .submission-payment-modal.popup-module .popup-module-main .submission-payment-modal-body-main {
@@ -16471,7 +16751,7 @@ body {
16471
16751
  -webkit-box-shadow: none;
16472
16752
  box-shadow: none; }
16473
16753
 
16474
- .bailbond .card .label-field-pair .card-label, .bailbond .card-emp .label-field-pair .card-label, .bailbond .card .label-field-pair .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 .bailbond .card .label-field-pair .control-label, .bailbond .card-emp .label-field-pair .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 .bailbond .card-emp .label-field-pair .control-label, .bailbond .card .label-field-pair .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 .bailbond .card .label-field-pair span, .bailbond .card-emp .label-field-pair .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 .bailbond .card-emp .label-field-pair span {
16754
+ .bail-bond .card .label-field-pair .card-label, .bail-bond .card-emp .label-field-pair .card-label, .bail-bond .card .label-field-pair .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 .bail-bond .card .label-field-pair .control-label, .bail-bond .card-emp .label-field-pair .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 .bail-bond .card-emp .label-field-pair .control-label, .bail-bond .card .label-field-pair .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 .bail-bond .card .label-field-pair span, .bail-bond .card-emp .label-field-pair .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 .bail-bond .card-emp .label-field-pair span {
16475
16755
  font-weight: unset !important;
16476
16756
  margin-bottom: 8px !important; }
16477
16757
 
@@ -16540,6 +16820,254 @@ body {
16540
16820
  .citizen-bail-bond {
16541
16821
  background-color: #e0e0e0 !important; }
16542
16822
 
16823
+ .bail-bond-signature-page .header {
16824
+ font-size: 26px;
16825
+ padding: 12px 40px;
16826
+ font-weight: 700;
16827
+ border-bottom: 1px solid #e8e8e8; }
16828
+
16829
+ .bail-bond-signature-page .container {
16830
+ display: -webkit-box;
16831
+ display: -ms-flexbox;
16832
+ display: flex;
16833
+ -webkit-box-orient: horizontal;
16834
+ -webkit-box-direction: normal;
16835
+ -ms-flex-direction: row;
16836
+ flex-direction: row;
16837
+ margin-bottom: 50px;
16838
+ padding: 0 24px;
16839
+ height: 100%; }
16840
+
16841
+ .bail-bond-signature-page .details {
16842
+ color: #0a0a0a;
16843
+ font-weight: 700;
16844
+ font-size: 18px;
16845
+ padding-bottom: 22px; }
16846
+
16847
+ .bail-bond-signature-page .details-section {
16848
+ grid-gap: 12px;
16849
+ gap: 12px; }
16850
+
16851
+ .bail-bond-signature-page .details-section, .bail-bond-signature-page .left-panel {
16852
+ display: -webkit-box;
16853
+ display: -ms-flexbox;
16854
+ display: flex;
16855
+ -webkit-box-orient: vertical;
16856
+ -webkit-box-direction: normal;
16857
+ -ms-flex-direction: column;
16858
+ flex-direction: column; }
16859
+
16860
+ .bail-bond-signature-page .left-panel {
16861
+ width: 350px;
16862
+ padding: 30px 0 16px 16px;
16863
+ border-right: 1px solid #e8e8e8;
16864
+ grid-gap: 16px;
16865
+ gap: 16px; }
16866
+
16867
+ .bail-bond-signature-page .right-panel {
16868
+ -webkit-box-flex: 1;
16869
+ -ms-flex: 1;
16870
+ flex: 1;
16871
+ padding: 24px;
16872
+ height: 100%;
16873
+ -webkit-box-sizing: border-box;
16874
+ box-sizing: border-box;
16875
+ overflow: hidden;
16876
+ display: -webkit-box;
16877
+ display: -ms-flexbox;
16878
+ display: flex;
16879
+ -webkit-box-orient: vertical;
16880
+ -webkit-box-direction: normal;
16881
+ -ms-flex-direction: column;
16882
+ flex-direction: column; }
16883
+
16884
+ .bail-bond-signature-page .doc-viewer {
16885
+ -webkit-box-flex: 1;
16886
+ -ms-flex: 1;
16887
+ flex: 1;
16888
+ margin-top: 24px;
16889
+ border: 1px solid #e0e0e0;
16890
+ overflow: auto;
16891
+ border-radius: 8px;
16892
+ background: #fafafa; }
16893
+
16894
+ .bail-bond-signature-page .litigant-details {
16895
+ display: -webkit-box;
16896
+ display: -ms-flexbox;
16897
+ display: flex;
16898
+ -webkit-box-pack: justify;
16899
+ -ms-flex-pack: justify;
16900
+ justify-content: space-between;
16901
+ -webkit-box-align: center;
16902
+ -ms-flex-align: center;
16903
+ align-items: center;
16904
+ border-bottom: 1px solid #e8e8e8;
16905
+ color: #77787b;
16906
+ padding: 8px 16px 20px 0;
16907
+ font-weight: 700;
16908
+ font-size: 16px;
16909
+ margin-top: 5px; }
16910
+
16911
+ .bail-bond-signature-page .signed-label {
16912
+ color: #00703c;
16913
+ background-color: #e4f2e4; }
16914
+
16915
+ .bail-bond-signature-page .signed-label, .bail-bond-signature-page .unsigned-label {
16916
+ padding: 6px 8px;
16917
+ border-radius: 999px;
16918
+ font-size: 14px;
16919
+ font-weight: 400; }
16920
+
16921
+ .bail-bond-signature-page .unsigned-label {
16922
+ color: #9e400a;
16923
+ background-color: #fff6e8; }
16924
+
16925
+ .bail-bond-signature-page .action-bar {
16926
+ display: -webkit-box;
16927
+ display: -ms-flexbox;
16928
+ display: flex;
16929
+ -webkit-box-pack: end;
16930
+ -ms-flex-pack: end;
16931
+ justify-content: flex-end;
16932
+ width: 100%; }
16933
+
16934
+ .bail-bond-signature-page .submit-btn {
16935
+ -webkit-box-shadow: none;
16936
+ box-shadow: none;
16937
+ background-color: teal;
16938
+ color: #fff;
16939
+ font-weight: 700;
16940
+ cursor: pointer; }
16941
+ .bail-bond-signature-page .submit-btn span {
16942
+ display: -webkit-box;
16943
+ display: -ms-flexbox;
16944
+ display: flex;
16945
+ -webkit-box-align: center;
16946
+ -ms-flex-align: center;
16947
+ align-items: center;
16948
+ -webkit-box-pack: center;
16949
+ -ms-flex-pack: center;
16950
+ justify-content: center;
16951
+ width: 100%; }
16952
+
16953
+ .bail-bond-signature-page .edit-btn {
16954
+ background-color: #fff;
16955
+ border: solid #007e7e;
16956
+ color: #007e7e;
16957
+ cursor: pointer;
16958
+ padding: 10px;
16959
+ width: 90px;
16960
+ margin-right: 20px;
16961
+ font-family: Roboto,sans-serif;
16962
+ font-size: 16px;
16963
+ font-weight: 700;
16964
+ line-height: 18.75px;
16965
+ text-align: center; }
16966
+
16967
+ .bail-bond-signature-page .submit-loader {
16968
+ width: 100vw;
16969
+ height: 100vh;
16970
+ z-index: 99999999;
16971
+ position: fixed;
16972
+ right: 0;
16973
+ top: 0;
16974
+ background: rgba(234, 234, 245, 0.5);
16975
+ display: -webkit-box;
16976
+ display: -ms-flexbox;
16977
+ display: flex;
16978
+ -webkit-box-align: center;
16979
+ -ms-flex-align: center;
16980
+ align-items: center;
16981
+ -webkit-box-pack: center;
16982
+ -ms-flex-pack: center;
16983
+ justify-content: center; }
16984
+
16985
+ @media (max-width: 480px) {
16986
+ .bail-bond-signature-page .header {
16987
+ font-size: 22px;
16988
+ padding: 12px 16px; }
16989
+ .bail-bond-signature-page .container {
16990
+ -webkit-box-orient: vertical;
16991
+ -webkit-box-direction: normal;
16992
+ -ms-flex-direction: column;
16993
+ flex-direction: column;
16994
+ padding: 0 16px;
16995
+ grid-gap: 16px;
16996
+ gap: 16px; }
16997
+ .bail-bond-signature-page .left-panel {
16998
+ width: 100%;
16999
+ border-right: none;
17000
+ border-bottom: 1px solid #e8e8e8;
17001
+ padding-left: 0;
17002
+ padding-top: 20px;
17003
+ padding-bottom: 12px; }
17004
+ .bail-bond-signature-page .right-panel {
17005
+ padding: 0;
17006
+ height: auto; }
17007
+ .bail-bond-signature-page .doc-viewer {
17008
+ margin-top: 16px;
17009
+ height: 60vh;
17010
+ -webkit-box-flex: unset;
17011
+ -ms-flex: unset;
17012
+ flex: unset; }
17013
+ .bail-bond-signature-page .litigant-details {
17014
+ padding-right: 0;
17015
+ font-size: 14px; }
17016
+ .bail-bond-signature-page .action-bar-buttons {
17017
+ min-width: 100%; }
17018
+ .bail-bond-signature-page .action-bar {
17019
+ -webkit-box-pack: center;
17020
+ -ms-flex-pack: center;
17021
+ justify-content: center; } }
17022
+
17023
+ @media (max-width: 800px) {
17024
+ .bail-bond-signature-page .header {
17025
+ font-size: 24px;
17026
+ padding: 12px 24px; }
17027
+ .bail-bond-signature-page .container {
17028
+ -webkit-box-orient: vertical;
17029
+ -webkit-box-direction: normal;
17030
+ -ms-flex-direction: column;
17031
+ flex-direction: column;
17032
+ grid-gap: 20px;
17033
+ gap: 20px; }
17034
+ .bail-bond-signature-page .left-panel {
17035
+ width: 100%;
17036
+ border-right: none;
17037
+ border-bottom: 1px solid #e8e8e8;
17038
+ padding-left: 0; }
17039
+ .bail-bond-signature-page .right-panel {
17040
+ padding: 16px 0;
17041
+ height: auto; }
17042
+ .bail-bond-signature-page .doc-viewer {
17043
+ margin-top: 16px;
17044
+ height: 70vh;
17045
+ -webkit-box-flex: unset;
17046
+ -ms-flex: unset;
17047
+ flex: unset; }
17048
+ .bail-bond-signature-page .litigant-details {
17049
+ font-size: 15px; }
17050
+ .bail-bond-signature-page .action-bar, .bail-bond-signature-page .action-bar-buttons {
17051
+ min-width: 100%; }
17052
+ .bail-bond-signature-page .action-bar {
17053
+ -webkit-box-pack: end;
17054
+ -ms-flex-pack: end;
17055
+ justify-content: flex-end; } }
17056
+
17057
+ @media (max-width: 1024px) {
17058
+ .bail-bond-signature-page .container {
17059
+ padding: 0 16px; }
17060
+ .bail-bond-signature-page .right-panel {
17061
+ padding: 16px; } }
17062
+
17063
+ .centered-success-modal {
17064
+ width: 700px;
17065
+ max-width: 90%; }
17066
+
17067
+ @media (max-width: 768px) {
17068
+ .centered-success-modal {
17069
+ width: 90% !important; } }
17070
+
16543
17071
  .microplanning .upload {
16544
17072
  display: -webkit-box;
16545
17073
  display: -ms-flexbox;