@pmidc/upyog-css 1.2.36-UAT.1 → 1.2.36-UAT.11

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
@@ -30,7 +30,6 @@ a {
30
30
  abbr[title] {
31
31
  border-bottom: none;
32
32
  text-decoration: underline;
33
- -webkit-text-decoration: underline dotted;
34
33
  text-decoration: underline dotted; }
35
34
 
36
35
  b, strong {
@@ -1642,9 +1641,11 @@ body {
1642
1641
  margin-bottom: 8px;
1643
1642
  margin-top: 8px;
1644
1643
  font-weight: 700;
1645
- text-transform: uppercase;
1646
1644
  letter-spacing: .5px;
1647
1645
  width: 100%; }
1646
+ .card .card-label span {
1647
+ color: #dc2626;
1648
+ font-weight: "bold"; }
1648
1649
  .card .card-label-error {
1649
1650
  display: block;
1650
1651
  font-size: 12px;
@@ -1738,7 +1739,6 @@ body {
1738
1739
  color: #0f172a;
1739
1740
  margin-bottom: 8px;
1740
1741
  font-weight: 700;
1741
- text-transform: uppercase;
1742
1742
  letter-spacing: .5px; }
1743
1743
  .employeeCard .card-label-error {
1744
1744
  display: block;
@@ -3894,7 +3894,7 @@ body {
3894
3894
  text-align: left;
3895
3895
  margin-bottom: 4px;
3896
3896
  z-index: 30;
3897
- width: 240px;
3897
+ width: 257px;
3898
3898
  right: 24px; }
3899
3899
  .action-bar-wrap .menu-wrap div {
3900
3900
  height: 3rem;
@@ -3993,7 +3993,10 @@ body {
3993
3993
  @media (min-width: 1024px) {
3994
3994
  .table {
3995
3995
  display: table;
3996
- overflow: hidden; } }
3996
+ overflow: hidden; }
3997
+ .table.cancel-table {
3998
+ display: block !important;
3999
+ overflow: scroll !important; } }
3997
4000
 
3998
4001
  .table:hover {
3999
4002
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
@@ -4064,7 +4067,6 @@ body {
4064
4067
  color: #475569;
4065
4068
  vertical-align: middle;
4066
4069
  font-size: 14px;
4067
- word-break: break-word;
4068
4070
  -webkit-transition: color .2s ease;
4069
4071
  transition: color .2s ease;
4070
4072
  border-right: 1px solid transparent;
@@ -7991,7 +7993,7 @@ video::-webkit-media-controls-panel {
7991
7993
  .employee .ground-container {
7992
7994
  margin-bottom: 56px;
7993
7995
  margin-left: 0;
7994
- margin-top: 3rem !important;
7996
+ margin-top: 5rem !important;
7995
7997
  display: -webkit-box;
7996
7998
  display: -ms-flexbox;
7997
7999
  display: flex;
@@ -16302,7 +16304,7 @@ body {
16302
16304
  .bpa-owner-search-icon-container {
16303
16305
  position: absolute;
16304
16306
  right: 12px;
16305
- top: 36%;
16307
+ top: 50%;
16306
16308
  -webkit-transform: translateY(-50%);
16307
16309
  transform: translateY(-50%);
16308
16310
  display: -webkit-box;
@@ -19592,7 +19594,7 @@ body {
19592
19594
  height: auto;
19593
19595
  min-height: 40px;
19594
19596
  max-height: 40px;
19595
- width: 43%;
19597
+ width: 175px;
19596
19598
  padding: 0; }
19597
19599
 
19598
19600
  .upload-hidden {
@@ -19613,19 +19615,154 @@ body {
19613
19615
  margin-bottom: 10px; }
19614
19616
 
19615
19617
  .upload-file-input {
19616
- width: 43%;
19617
- min-height: 42px;
19618
- max-height: 42px;
19619
- top: 5px;
19620
- left: 5px; }
19618
+ position: absolute;
19619
+ opacity: 0;
19620
+ width: 175px;
19621
+ max-width: 90%;
19622
+ min-height: 50px;
19623
+ max-height: 50px;
19624
+ top: 10px;
19625
+ left: 15px; }
19621
19626
 
19622
19627
  .error-text {
19623
19628
  color: red; }
19624
19629
 
19630
+ .close-btn {
19631
+ background-color: linear-gradient(135deg, #2563eb, #1e40af);
19632
+ padding: 8px 16px; }
19633
+
19634
+ .advisory-text {
19635
+ font-size: 13px;
19636
+ color: red;
19637
+ margin: 0; }
19638
+
19639
+ .upload-file-new {
19640
+ min-height: 56px;
19641
+ position: relative;
19642
+ border-width: 1px;
19643
+ --border-opacity:1;
19644
+ border-color: #464646;
19645
+ border-color: rgba(70, 70, 70, var(--border-opacity));
19646
+ width: 100%;
19647
+ border-radius: 10px; }
19648
+ .upload-file-new div {
19649
+ display: -webkit-box;
19650
+ display: -ms-flexbox;
19651
+ display: flex;
19652
+ -webkit-box-orient: horizontal;
19653
+ -webkit-box-direction: normal;
19654
+ -ms-flex-direction: row;
19655
+ flex-direction: row;
19656
+ height: 100%;
19657
+ -webkit-box-align: center;
19658
+ -ms-flex-align: center;
19659
+ align-items: center;
19660
+ padding-left: 16px;
19661
+ margin-top: 8px;
19662
+ margin-bottom: 8px;
19663
+ -ms-flex-wrap: wrap;
19664
+ flex-wrap: wrap;
19665
+ border-radius: 10px; }
19666
+ .upload-file-new div .file-upload-status {
19667
+ font-size: 16px;
19668
+ line-height: 24px;
19669
+ margin-left: 8px; }
19670
+
19671
+ .inbox-name {
19672
+ padding-left: 30px; }
19673
+
19674
+ .back-button-container {
19675
+ cursor: pointer;
19676
+ width: -webkit-fit-content;
19677
+ width: -moz-fit-content;
19678
+ width: fit-content;
19679
+ display: -webkit-box;
19680
+ display: -ms-flexbox;
19681
+ display: flex;
19682
+ font-family: Roboto Condensed,sans-serif;
19683
+ color: rgba(13, 67, 167, var(--text-opacity));
19684
+ font-size: 16px;
19685
+ line-height: 24px; }
19686
+
19687
+ .stepper-margin {
19688
+ margin-left: 30px; }
19689
+
19690
+ .document-link-bpa {
19691
+ text-decoration: none;
19692
+ cursor: pointer;
19693
+ -webkit-transition: -webkit-transform .2s,-webkit-box-shadow .2s;
19694
+ transition: -webkit-transform .2s,-webkit-box-shadow .2s;
19695
+ transition: transform .2s,box-shadow .2s;
19696
+ transition: transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s;
19697
+ width: 250px; }
19698
+ .document-link-bpa:hover .document-card {
19699
+ -webkit-transform: translateY(-4px);
19700
+ transform: translateY(-4px);
19701
+ -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
19702
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
19703
+
19704
+ .action-bar-wrap-menu {
19705
+ -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
19706
+ box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.16);
19707
+ z-index: 100;
19708
+ height: auto;
19709
+ position: absolute;
19710
+ --bg-opacity:1;
19711
+ background-color: #fff;
19712
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
19713
+ text-align: right;
19714
+ top: 100%;
19715
+ left: 0;
19716
+ width: 100%; }
19717
+ .action-bar-wrap-menu div {
19718
+ width: 100%; }
19719
+ .action-bar-wrap-menu .menu-wrap-position {
19720
+ position: absolute;
19721
+ --bg-opacity:1;
19722
+ background-color: #fff;
19723
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
19724
+ text-align: left;
19725
+ margin-bottom: 4px;
19726
+ z-index: 30;
19727
+ cursor: pointer;
19728
+ top: 100%;
19729
+ left: 0;
19730
+ -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
19731
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
19732
+ width: auto;
19733
+ min-width: 200px;
19734
+ max-width: calc(100% - 16px);
19735
+ padding: 2px; }
19736
+ .action-bar-wrap-menu .menu-wrap-position div {
19737
+ height: 3rem;
19738
+ padding-left: 8px;
19739
+ padding-top: 16px;
19740
+ padding-bottom: 16px;
19741
+ font-size: 16px;
19742
+ line-height: 24px;
19743
+ --text-opacity:1;
19744
+ color: #0d43a7;
19745
+ color: rgba(13, 67, 167, var(--text-opacity)); }
19746
+ .action-bar-wrap-menu .menu-wrap-position div:hover {
19747
+ --bg-opacity:1;
19748
+ background-color: #eee;
19749
+ background-color: rgba(238, 238, 238, var(--bg-opacity));
19750
+ width: 100%; }
19751
+
19752
+ .card-dropdown-wrapper {
19753
+ position: relative; }
19754
+
19625
19755
  @media (max-width: 768px) {
19626
19756
  .upload-tag-container {
19627
19757
  width: 80%; } }
19628
19758
 
19759
+ .inbox-name {
19760
+ font-size: 32px;
19761
+ font-family: Noto Sans,sans-serif;
19762
+ color: #000;
19763
+ display: inline;
19764
+ padding-left: 180px; }
19765
+
19629
19766
  .bpa-site-photograph-container {
19630
19767
  padding: 50px 0;
19631
19768
  display: -webkit-box;
@@ -19663,120 +19800,853 @@ body {
19663
19800
  border-radius: 10%;
19664
19801
  cursor: pointer; }
19665
19802
 
19666
- .display-none {
19667
- display: none; }
19803
+ .TL-response-dFlex-endBaseL {
19804
+ -webkit-box-align: baseline !important;
19805
+ -ms-flex-align: baseline !important;
19806
+ align-items: baseline !important; }
19668
19807
 
19669
- .primary-label-btn {
19670
- margin: 10px auto 0 !important; }
19808
+ .TL-response-dFlex-endBaseL, .TL-response-dFlex-endGapW {
19809
+ display: -webkit-box !important;
19810
+ display: -ms-flexbox !important;
19811
+ display: flex !important;
19812
+ -webkit-box-pack: end !important;
19813
+ -ms-flex-pack: end !important;
19814
+ justify-content: flex-end !important; }
19671
19815
 
19672
- .p-unset {
19673
- padding: unset !important; }
19816
+ .TL-response-dFlex-endGapW {
19817
+ grid-gap: 1rem !important;
19818
+ gap: 1rem !important;
19819
+ width: auto !important; }
19674
19820
 
19675
- .flex-one {
19676
- -webkit-box-flex: 1;
19677
- -ms-flex: 1 1 0%;
19678
- flex: 1 1 0%; }
19821
+ .TL-ml-unset {
19822
+ margin-left: unset !important; }
19679
19823
 
19680
- .display-flex-gap-2 {
19681
- display: -webkit-box;
19682
- display: -ms-flexbox;
19683
- display: flex;
19684
- grid-gap: .75rem;
19685
- gap: .75rem; }
19824
+ .TL-mt-16 {
19825
+ margin-top: 16px; }
19686
19826
 
19687
- .rm-mb {
19688
- margin-bottom: unset !important; }
19827
+ .TL-mb-10 {
19828
+ margin-bottom: 10px; }
19689
19829
 
19690
- .w-fullwidth {
19691
- width: 100%; }
19830
+ .TL-ml-16 {
19831
+ margin-left: 16px; }
19692
19832
 
19693
- .stepper {
19694
- padding: 10px; }
19833
+ .TL-wAuto {
19834
+ width: auto !important; }
19695
19835
 
19696
- .margin-unset {
19697
- margin: unset !important; }
19836
+ .Tl-ml-15 {
19837
+ margin-left: 15px !important; }
19698
19838
 
19699
- .text-align-center {
19700
- text-align: center; }
19839
+ .TL-mr-1 {
19840
+ margin-right: 1rem !important; }
19701
19841
 
19702
- .text-align-left {
19703
- text-align: left; }
19842
+ .TL-ground-ml-0 {
19843
+ margin-left: 0 !important; }
19704
19844
 
19705
- .text-align-right {
19706
- text-align: right; }
19845
+ .TL-ground-full-width {
19846
+ width: 100% !important; }
19707
19847
 
19708
- .desktop-only {
19709
- display: none; }
19848
+ .TL-breadcrumb-offset {
19849
+ margin-left: 15px !important;
19850
+ margin-top: 3rem !important; }
19710
19851
 
19711
- @media (min-width: 780px) {
19712
- .desktop-only {
19713
- display: block; } }
19852
+ .TL-chb-container {
19853
+ width: 100% !important;
19854
+ padding-right: 25px !important;
19855
+ padding-left: 25px !important; }
19714
19856
 
19715
- .mobile-only {
19716
- display: block; }
19857
+ .TL-page-title {
19858
+ color: #000 !important;
19859
+ font-family: Noto Sans, sans-serif !important;
19860
+ font-size: 28px !important;
19861
+ font-weight: 500 !important;
19862
+ margin: 0 !important; }
19717
19863
 
19718
- @media (min-width: 780px) {
19719
- .mobile-only {
19720
- display: none; } }
19864
+ .TL-divider {
19865
+ border: 1px solid #dfe0e2 !important;
19866
+ margin-bottom: 50px !important; }
19721
19867
 
19722
- .dark {
19723
- --text-opacity:1;
19724
- color: #0d43a7;
19725
- color: rgba(13, 67, 167, var(--text-opacity));
19726
- width: auto !important; }
19868
+ .TL-divider, .TL-full-width-container {
19869
+ width: 100% !important; }
19727
19870
 
19728
- .mrlg {
19729
- margin-right: 24px; }
19871
+ .TL-label-inline-100 {
19872
+ width: 100px !important;
19873
+ display: inline !important; }
19730
19874
 
19731
- .mrsm {
19732
- margin-right: 8px; }
19875
+ .TL-mb-15 {
19876
+ margin-bottom: 15px !important; }
19733
19877
 
19734
- .mbsm {
19735
- margin-bottom: 8px; }
19878
+ .TL-flex-center-start-gap10 {
19879
+ display: -webkit-box !important;
19880
+ display: -ms-flexbox !important;
19881
+ display: flex !important;
19882
+ -webkit-box-pack: center !important;
19883
+ -ms-flex-pack: center !important;
19884
+ justify-content: center !important;
19885
+ -webkit-box-align: start !important;
19886
+ -ms-flex-align: start !important;
19887
+ align-items: flex-start !important;
19888
+ grid-gap: 10px !important;
19889
+ gap: 10px !important; }
19736
19890
 
19737
- .home-link {
19738
- margin-left: 16px;
19739
- margin-bottom: 16px; }
19740
- .home-link a {
19741
- color: #1d70b8; }
19891
+ .TL-z10-relative {
19892
+ z-index: 10 !important;
19893
+ position: relative !important; }
19742
19894
 
19743
- .clear-search-label {
19744
- color: #2947a3;
19745
- cursor: pointer; }
19895
+ .TL-fee-layout {
19896
+ display: -webkit-box !important;
19897
+ display: -ms-flexbox !important;
19898
+ display: flex !important;
19899
+ -webkit-box-pack: justify !important;
19900
+ -ms-flex-pack: justify !important;
19901
+ justify-content: space-between !important;
19902
+ -webkit-box-align: start !important;
19903
+ -ms-flex-align: start !important;
19904
+ align-items: flex-start !important; }
19746
19905
 
19747
- .search-submit-bar {
19748
- margin-top: 32;
19749
- margin-left: auto; }
19906
+ .TL-flex-1 {
19907
+ -webkit-box-flex: 1 !important;
19908
+ -ms-flex: 1 !important;
19909
+ flex: 1 !important; }
19750
19910
 
19751
- .ws-citizen-wrapper {
19752
- padding: 15px; }
19911
+ .TL-fee-table {
19912
+ width: 100% !important;
19913
+ border-collapse: collapse !important; }
19753
19914
 
19754
- .application-details-link-button {
19755
- display: -webkit-box;
19756
- display: -ms-flexbox;
19757
- display: flex;
19758
- -webkit-box-pack: justify;
19759
- -ms-flex-pack: justify;
19760
- justify-content: space-between;
19761
- -webkit-box-align: center;
19762
- -ms-flex-align: center;
19763
- align-items: center; }
19764
- .application-details-link-button .download-button {
19765
- color: a82227;
19766
- margin-left: 8px; }
19915
+ .TL-fee-td-label {
19916
+ padding: 12px 16px !important;
19917
+ color: #0b4da2 !important;
19918
+ font-weight: 600 !important; }
19919
+
19920
+ .TL-tooltip-icon {
19921
+ display: inline-block !important;
19922
+ width: 16px !important;
19923
+ height: 16px !important;
19924
+ border-radius: 50% !important;
19925
+ background-color: #6c757d !important;
19926
+ color: #fff !important;
19927
+ text-align: center !important;
19928
+ font-size: 11px !important;
19929
+ line-height: 16px !important;
19930
+ margin-left: 6px !important;
19931
+ cursor: pointer !important; }
19767
19932
 
19768
- .response-download-button {
19769
- display: -webkit-box;
19770
- display: -ms-flexbox;
19771
- display: flex;
19772
- margin-bottom: 8px; }
19773
- .response-download-button .download-button {
19774
- color: #a82227;
19775
- margin-left: 8px;
19776
- white-space: nowrap; }
19933
+ .TL-fee-td-right {
19934
+ padding: 12px 16px !important;
19935
+ text-align: right !important; }
19777
19936
 
19778
- .check-page-link-button {
19779
- color: #a82227 !important; }
19937
+ .TL-fee-total-row {
19938
+ border-top: 2px solid #0b4da2 !important; }
19939
+
19940
+ .TL-fee-td-total-label {
19941
+ color: #0b4da2 !important; }
19942
+
19943
+ .TL-fee-td-total-amount, .TL-fee-td-total-label {
19944
+ padding: 12px 16px !important;
19945
+ font-weight: 700 !important; }
19946
+
19947
+ .TL-fee-summary-box, .TL-fee-td-total-amount {
19948
+ text-align: right !important; }
19949
+
19950
+ .TL-fee-summary-box {
19951
+ margin-left: 40px !important;
19952
+ min-width: 200px !important; }
19953
+
19954
+ .TL-fee-summary-label {
19955
+ color: #0b4da2 !important;
19956
+ font-size: 14px !important; }
19957
+
19958
+ .TL-fee-summary-amount {
19959
+ font-size: 36px !important;
19960
+ font-weight: 700 !important; }
19961
+
19962
+ .TL-fee-actions {
19963
+ padding-top: 16px !important;
19964
+ display: -webkit-box !important;
19965
+ display: -ms-flexbox !important;
19966
+ display: flex !important;
19967
+ grid-gap: 24px !important;
19968
+ gap: 24px !important; }
19969
+
19970
+ .TL-action-link {
19971
+ color: #d4351c !important;
19972
+ font-weight: 700 !important;
19973
+ cursor: pointer !important;
19974
+ text-transform: uppercase !important;
19975
+ font-size: 14px !important; }
19976
+
19977
+ .TL-modal-overlay {
19978
+ position: fixed !important;
19979
+ top: 0 !important;
19980
+ left: 0 !important;
19981
+ right: 0 !important;
19982
+ bottom: 0 !important;
19983
+ background-color: rgba(0, 0, 0, 0.5) !important;
19984
+ z-index: 9999 !important;
19985
+ display: -webkit-box !important;
19986
+ display: -ms-flexbox !important;
19987
+ display: flex !important;
19988
+ -webkit-box-pack: center !important;
19989
+ -ms-flex-pack: center !important;
19990
+ justify-content: center !important;
19991
+ -webkit-box-align: center !important;
19992
+ -ms-flex-align: center !important;
19993
+ align-items: center !important; }
19994
+
19995
+ .TL-modal-content-sm {
19996
+ min-width: 400px !important;
19997
+ max-width: 550px !important;
19998
+ max-height: 80vh !important; }
19999
+
20000
+ .TL-modal-content-md, .TL-modal-content-sm {
20001
+ background-color: #fff !important;
20002
+ border-radius: 4px !important;
20003
+ padding: 24px !important;
20004
+ overflow-y: auto !important;
20005
+ position: relative !important;
20006
+ -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
20007
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important; }
20008
+
20009
+ .TL-modal-content-md {
20010
+ min-width: 500px !important;
20011
+ max-width: 600px !important;
20012
+ max-height: 85vh !important; }
20013
+
20014
+ .TL-modal-header-lg {
20015
+ display: -webkit-box !important;
20016
+ display: -ms-flexbox !important;
20017
+ display: flex !important;
20018
+ -webkit-box-pack: justify !important;
20019
+ -ms-flex-pack: justify !important;
20020
+ justify-content: space-between !important;
20021
+ -webkit-box-align: center !important;
20022
+ -ms-flex-align: center !important;
20023
+ align-items: center !important;
20024
+ margin-bottom: 20px !important; }
20025
+
20026
+ .TL-breakup-section-title-mt {
20027
+ font-size: 14px !important;
20028
+ font-weight: 600 !important;
20029
+ margin-top: 12px !important;
20030
+ margin-bottom: 8px !important; }
20031
+
20032
+ .TL-breakup-row-bold {
20033
+ padding: 4px 0 !important; }
20034
+
20035
+ .TL-breakup-row-bold, .TL-breakup-subtotal {
20036
+ display: -webkit-box !important;
20037
+ display: -ms-flexbox !important;
20038
+ display: flex !important;
20039
+ -webkit-box-pack: justify !important;
20040
+ -ms-flex-pack: justify !important;
20041
+ justify-content: space-between !important;
20042
+ font-size: 13px !important;
20043
+ font-weight: 600 !important; }
20044
+
20045
+ .TL-breakup-subtotal {
20046
+ border-top: 1px solid #ddd !important;
20047
+ padding: 6px 0 !important;
20048
+ margin-top: 4px !important; }
20049
+
20050
+ .TL-breakup-final-section {
20051
+ border-top: 2px solid #333 !important;
20052
+ margin-top: 12px !important;
20053
+ padding-top: 8px !important; }
20054
+
20055
+ .TL-breakup-rebate-section {
20056
+ border-top: 1px solid #ddd !important;
20057
+ margin-top: 8px !important;
20058
+ padding-top: 8px !important; }
20059
+
20060
+ .TL-loader-overlay {
20061
+ position: fixed !important;
20062
+ top: 0 !important;
20063
+ left: 0 !important;
20064
+ right: 0 !important;
20065
+ bottom: 0 !important;
20066
+ background-color: rgba(255, 255, 255, 0.7) !important;
20067
+ z-index: 10000 !important;
20068
+ display: -webkit-box !important;
20069
+ display: -ms-flexbox !important;
20070
+ display: flex !important;
20071
+ -webkit-box-pack: center !important;
20072
+ -ms-flex-pack: center !important;
20073
+ justify-content: center !important;
20074
+ -webkit-box-align: center !important;
20075
+ -ms-flex-align: center !important;
20076
+ align-items: center !important; }
20077
+
20078
+ .TL-mb-20 {
20079
+ margin-bottom: 20px !important; }
20080
+
20081
+ .TL-adhoc-section-title {
20082
+ font-size: 15px !important;
20083
+ font-weight: 600 !important;
20084
+ margin-bottom: 12px !important;
20085
+ color: #0b4da2 !important; }
20086
+
20087
+ .TL-form-label {
20088
+ display: block !important;
20089
+ font-size: 13px !important;
20090
+ margin-bottom: 4px !important;
20091
+ color: #505a5f !important; }
20092
+
20093
+ .TL-form-input, .TL-form-select {
20094
+ width: 100% !important;
20095
+ padding: 10px 12px !important;
20096
+ border: 1px solid #d6d5d4 !important;
20097
+ border-radius: 2px !important;
20098
+ font-size: 14px !important;
20099
+ -webkit-box-sizing: border-box !important;
20100
+ box-sizing: border-box !important; }
20101
+
20102
+ .TL-form-select {
20103
+ background-color: #fff !important; }
20104
+
20105
+ .TL-form-textarea {
20106
+ width: 100% !important;
20107
+ padding: 10px 12px !important;
20108
+ border: 1px solid #d6d5d4 !important;
20109
+ border-radius: 2px !important;
20110
+ font-size: 14px !important;
20111
+ -webkit-box-sizing: border-box !important;
20112
+ box-sizing: border-box !important;
20113
+ resize: vertical !important; }
20114
+
20115
+ .TL-adhoc-divider {
20116
+ border: none !important;
20117
+ border-top: 1px solid #d6d5d4 !important;
20118
+ margin: 16px 0 !important; }
20119
+
20120
+ .TL-adhoc-actions {
20121
+ display: -webkit-box !important;
20122
+ display: -ms-flexbox !important;
20123
+ display: flex !important;
20124
+ -webkit-box-pack: end !important;
20125
+ -ms-flex-pack: end !important;
20126
+ justify-content: flex-end !important;
20127
+ grid-gap: 12px !important;
20128
+ gap: 12px !important;
20129
+ margin-top: 16px !important; }
20130
+
20131
+ .TL-btn-cancel {
20132
+ border: 1px solid #0b4da2 !important;
20133
+ background-color: #fff !important;
20134
+ color: #0b4da2 !important;
20135
+ cursor: pointer !important;
20136
+ border-radius: 2px !important; }
20137
+
20138
+ .TL-btn-cancel, .TL-btn-submit {
20139
+ padding: 10px 24px !important;
20140
+ font-size: 14px !important;
20141
+ font-weight: 600 !important;
20142
+ text-transform: uppercase !important; }
20143
+
20144
+ .TL-btn-submit {
20145
+ border: none !important;
20146
+ background: linear-gradient(135deg, #2563eb, #1e40af) !important;
20147
+ color: #fff !important;
20148
+ border-radius: 2px !important; }
20149
+
20150
+ .TL-btn-disabled {
20151
+ cursor: not-allowed !important;
20152
+ opacity: 0.7 !important; }
20153
+
20154
+ .TL-max-width-960 {
20155
+ max-width: 960px !important; }
20156
+
20157
+ .TL-multi-box {
20158
+ border: groove !important;
20159
+ background: #fafafa !important;
20160
+ border-radius: 4px !important;
20161
+ padding-left: 10px !important;
20162
+ padding-right: 10px !important;
20163
+ margin-top: 10px !important;
20164
+ margin-bottom: 10px !important; }
20165
+
20166
+ .TL-doc-container {
20167
+ margin-top: 20px !important;
20168
+ margin-bottom: 20px !important;
20169
+ border-radius: 4px !important;
20170
+ border: 1px solid #e0e4e8 !important;
20171
+ background-color: #f9f9f9 !important;
20172
+ padding: 16px !important; }
20173
+
20174
+ .TL-no-doc-placeholder {
20175
+ padding: 16px !important;
20176
+ color: #7a8a96 !important;
20177
+ background-color: #fff !important;
20178
+ border-radius: 4px !important; }
20179
+
20180
+ .TL-alignC, .TL-no-doc-placeholder {
20181
+ text-align: center !important; }
20182
+
20183
+ .TL-stepper-nav {
20184
+ -webkit-box-orient: vertical !important;
20185
+ -webkit-box-direction: normal !important;
20186
+ -ms-flex-direction: column !important;
20187
+ flex-direction: column !important;
20188
+ padding: 18px !important;
20189
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8fafc)) !important;
20190
+ background: linear-gradient(180deg, #fff, #f8fafc) !important;
20191
+ border: 1px solid rgba(15, 23, 42, 0.04) !important;
20192
+ -webkit-box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06) !important;
20193
+ box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06) !important;
20194
+ border-radius: 12px !important;
20195
+ min-width: 120px !important;
20196
+ max-width: 320px !important; }
20197
+
20198
+ .TL-step-item, .TL-stepper-nav {
20199
+ display: -webkit-box !important;
20200
+ display: -ms-flexbox !important;
20201
+ display: flex !important;
20202
+ -webkit-box-align: center !important;
20203
+ -ms-flex-align: center !important;
20204
+ align-items: center !important; }
20205
+
20206
+ .TL-step-item {
20207
+ -webkit-box-pack: end !important;
20208
+ -ms-flex-pack: end !important;
20209
+ justify-content: flex-end !important;
20210
+ -webkit-box-flex: 0 !important;
20211
+ -ms-flex: 0 0 auto !important;
20212
+ flex: 0 0 auto !important;
20213
+ padding: 14px 12px !important;
20214
+ width: 260px !important;
20215
+ margin-bottom: 18px !important; }
20216
+
20217
+ .TL-step-item-last {
20218
+ margin-bottom: 6px !important; }
20219
+
20220
+ .TL-step-active {
20221
+ color: #0d43a7 !important; }
20222
+
20223
+ .TL-step-inactive {
20224
+ color: #9ca3af !important; }
20225
+
20226
+ .TL-step-sub-content {
20227
+ -webkit-box-orient: vertical !important;
20228
+ -webkit-box-direction: normal !important;
20229
+ -ms-flex-direction: column !important;
20230
+ flex-direction: column !important;
20231
+ -webkit-box-align: end !important;
20232
+ -ms-flex-align: end !important;
20233
+ align-items: flex-end !important;
20234
+ margin: 10px !important; }
20235
+
20236
+ .TL-step-circle, .TL-step-sub-content {
20237
+ display: -webkit-box !important;
20238
+ display: -ms-flexbox !important;
20239
+ display: flex !important; }
20240
+
20241
+ .TL-step-circle {
20242
+ width: 56px !important;
20243
+ height: 56px !important;
20244
+ border-radius: 50% !important;
20245
+ -webkit-box-align: center !important;
20246
+ -ms-flex-align: center !important;
20247
+ align-items: center !important;
20248
+ -webkit-box-pack: center !important;
20249
+ -ms-flex-pack: center !important;
20250
+ justify-content: center !important;
20251
+ margin-bottom: 8px !important;
20252
+ font-weight: 600 !important;
20253
+ font-size: 18px !important;
20254
+ position: relative !important; }
20255
+
20256
+ .TL-step-circle-completed {
20257
+ background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
20258
+ color: #fff !important;
20259
+ border: none !important;
20260
+ -webkit-box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18) !important;
20261
+ box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18) !important; }
20262
+
20263
+ .TL-step-circle-pending {
20264
+ background: #fff !important;
20265
+ color: #0f172a !important;
20266
+ border: 1px solid rgba(15, 23, 42, 0.08) !important;
20267
+ -webkit-box-shadow: 0 2px 6px rgba(2, 6, 23, 0.04) !important;
20268
+ box-shadow: 0 2px 6px rgba(2, 6, 23, 0.04) !important; }
20269
+
20270
+ .TL-search-wAuto {
20271
+ width: auto !important; }
20272
+
20273
+ .TL-search-ml-24 {
20274
+ margin-left: 24px !important; }
20275
+
20276
+ [dir=ltr] .TL-text-start {
20277
+ text-align: left !important; }
20278
+
20279
+ [dir=rtl] .TL-text-start {
20280
+ text-align: right !important; }
20281
+
20282
+ .TL-search-error {
20283
+ font-weight: 700 !important;
20284
+ color: #d4351c !important;
20285
+ padding-left: 8px !important;
20286
+ margin-top: -10px !important;
20287
+ font-size: 12px !important; }
20288
+
20289
+ .TL-search-clear-wrapper {
20290
+ width: 240px !important;
20291
+ text-align: right !important;
20292
+ margin-left: 96px !important;
20293
+ margin-top: 8px !important; }
20294
+
20295
+ .TL-w-full {
20296
+ width: 100% !important; }
20297
+
20298
+ .TL-pt-9 {
20299
+ padding-top: 9px !important; }
20300
+
20301
+ .TL-p-0 {
20302
+ padding: 0 !important; }
20303
+
20304
+ .TL-color-error {
20305
+ color: #a82227 !important; }
20306
+
20307
+ .TL-property-search-field {
20308
+ margin-top: 20px !important;
20309
+ display: -webkit-box !important;
20310
+ display: -ms-flexbox !important;
20311
+ display: flex !important; }
20312
+
20313
+ .TL-btn-white, .TL-search-btn {
20314
+ color: #fff !important; }
20315
+
20316
+ .TL-search-btn {
20317
+ padding: 8px 16px !important;
20318
+ border: none !important;
20319
+ border-radius: 4px !important;
20320
+ font-size: 13px !important;
20321
+ font-weight: 600 !important;
20322
+ white-space: nowrap !important;
20323
+ min-width: 80px !important;
20324
+ height: 38px !important;
20325
+ -webkit-transition: all 0.2s ease !important;
20326
+ transition: all 0.2s ease !important; }
20327
+
20328
+ .TL-search-btn-active {
20329
+ background: linear-gradient(135deg, #2563eb, #1e40af) !important;
20330
+ cursor: pointer !important; }
20331
+
20332
+ .TL-search-btn-searching {
20333
+ background: #94a3b8 !important;
20334
+ cursor: not-allowed !important; }
20335
+
20336
+ .TL-mb-16 {
20337
+ margin-bottom: 16px !important; }
20338
+
20339
+ .TL-mb-24 {
20340
+ margin-bottom: 24px !important; }
20341
+
20342
+ .TL-mt-4 {
20343
+ margin-top: 4px !important; }
20344
+
20345
+ .TL-doc-note {
20346
+ font-size: 13px !important;
20347
+ color: #505a5f !important;
20348
+ margin-bottom: 12px !important; }
20349
+
20350
+ .TL-download-btn {
20351
+ background-color: #5e5e5e !important;
20352
+ color: #fff !important;
20353
+ border: none !important;
20354
+ padding: 10px 20px !important;
20355
+ font-size: 14px !important;
20356
+ font-weight: 700 !important;
20357
+ cursor: pointer !important;
20358
+ letter-spacing: 0.5px !important; }
20359
+
20360
+ .TL-doc-file-info {
20361
+ font-size: 12px !important;
20362
+ color: #505a5f !important;
20363
+ margin-top: 4px !important; }
20364
+
20365
+ .TL-mt-5 {
20366
+ margin-top: 5px !important; }
20367
+
20368
+ .TL-mt-12 {
20369
+ margin-top: 12px !important; }
20370
+
20371
+ .TL-fw-600 {
20372
+ font-weight: 600 !important; }
20373
+
20374
+ .TL-breakup-link {
20375
+ color: #a82227 !important;
20376
+ cursor: pointer !important;
20377
+ font-weight: 700 !important;
20378
+ text-decoration: underline !important;
20379
+ font-size: 14px !important; }
20380
+
20381
+ .TL-modal-backdrop {
20382
+ position: fixed !important;
20383
+ top: 0 !important;
20384
+ left: 0 !important;
20385
+ right: 0 !important;
20386
+ bottom: 0 !important;
20387
+ background-color: rgba(0, 0, 0, 0.5) !important;
20388
+ z-index: 9999 !important;
20389
+ display: -webkit-box !important;
20390
+ display: -ms-flexbox !important;
20391
+ display: flex !important;
20392
+ -webkit-box-pack: center !important;
20393
+ -ms-flex-pack: center !important;
20394
+ justify-content: center !important;
20395
+ -webkit-box-align: center !important;
20396
+ -ms-flex-align: center !important;
20397
+ align-items: center !important; }
20398
+
20399
+ .TL-modal-content {
20400
+ background-color: #fff !important;
20401
+ border-radius: 4px !important;
20402
+ padding: 24px !important;
20403
+ min-width: 400px !important;
20404
+ max-width: 550px !important;
20405
+ max-height: 80vh !important;
20406
+ overflow-y: auto !important;
20407
+ position: relative !important;
20408
+ -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
20409
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important; }
20410
+
20411
+ .TL-modal-header {
20412
+ display: -webkit-box !important;
20413
+ display: -ms-flexbox !important;
20414
+ display: flex !important;
20415
+ -webkit-box-pack: justify !important;
20416
+ -ms-flex-pack: justify !important;
20417
+ justify-content: space-between !important;
20418
+ -webkit-box-align: center !important;
20419
+ -ms-flex-align: center !important;
20420
+ align-items: center !important;
20421
+ margin-bottom: 16px !important; }
20422
+
20423
+ .TL-modal-title {
20424
+ margin: 0 !important;
20425
+ font-size: 18px !important;
20426
+ font-weight: 600 !important; }
20427
+
20428
+ .TL-modal-close {
20429
+ cursor: pointer !important;
20430
+ font-size: 20px !important;
20431
+ font-weight: 700 !important;
20432
+ color: #666 !important; }
20433
+
20434
+ .TL-breakup-section-title {
20435
+ font-size: 14px !important;
20436
+ font-weight: 600 !important;
20437
+ margin-bottom: 8px !important; }
20438
+
20439
+ .TL-breakup-row {
20440
+ padding: 4px 0 !important; }
20441
+
20442
+ .TL-breakup-row, .TL-breakup-subtotal-row {
20443
+ display: -webkit-box !important;
20444
+ display: -ms-flexbox !important;
20445
+ display: flex !important;
20446
+ -webkit-box-pack: justify !important;
20447
+ -ms-flex-pack: justify !important;
20448
+ justify-content: space-between !important;
20449
+ font-size: 13px !important; }
20450
+
20451
+ .TL-breakup-subtotal-row {
20452
+ border-top: 1px solid #ddd !important;
20453
+ padding: 6px 0 !important;
20454
+ font-weight: 600 !important;
20455
+ margin-top: 4px !important; }
20456
+
20457
+ .TL-breakup-strong-section {
20458
+ border-top: 2px solid #333 !important;
20459
+ margin-top: 12px !important;
20460
+ padding-top: 8px !important; }
20461
+
20462
+ .TL-breakup-light-section {
20463
+ border-top: 1px solid #ddd !important; }
20464
+
20465
+ .TL-breakup-grand-total, .TL-breakup-light-section {
20466
+ margin-top: 8px !important;
20467
+ padding-top: 8px !important; }
20468
+
20469
+ .TL-breakup-grand-total {
20470
+ display: -webkit-box !important;
20471
+ display: -ms-flexbox !important;
20472
+ display: flex !important;
20473
+ -webkit-box-pack: justify !important;
20474
+ -ms-flex-pack: justify !important;
20475
+ justify-content: space-between !important;
20476
+ border-top: 2px solid #333 !important;
20477
+ font-weight: 700 !important;
20478
+ font-size: 15px !important; }
20479
+
20480
+ .TL-item-index {
20481
+ font-weight: 600 !important;
20482
+ margin-bottom: 0.5rem !important; }
20483
+
20484
+ .TL-declaration-row {
20485
+ display: -webkit-box !important;
20486
+ display: -ms-flexbox !important;
20487
+ display: flex !important;
20488
+ -webkit-box-align: center !important;
20489
+ -ms-flex-align: center !important;
20490
+ align-items: center !important;
20491
+ grid-gap: 10px !important;
20492
+ gap: 10px !important;
20493
+ cursor: pointer !important;
20494
+ margin-top: 20px !important; }
20495
+
20496
+ .TL-declaration-checkbox {
20497
+ width: 18px !important;
20498
+ height: 18px !important;
20499
+ cursor: pointer !important; }
20500
+
20501
+ .TL-declaration-label {
20502
+ cursor: pointer !important;
20503
+ margin: 0 !important; }
20504
+
20505
+ .TL-Tradetype-disabled {
20506
+ height: 50px !important;
20507
+ border: 1px solid #d1d5db !important;
20508
+ border-radius: 8px !important;
20509
+ background-color: #fafafa !important;
20510
+ display: -webkit-box !important;
20511
+ display: -ms-flexbox !important;
20512
+ display: flex !important;
20513
+ -webkit-box-align: center !important;
20514
+ -ms-flex-align: center !important;
20515
+ align-items: center !important;
20516
+ padding-left: 10px !important;
20517
+ font-size: 16px !important;
20518
+ color: #333 !important;
20519
+ margin-bottom: 8px !important; }
20520
+
20521
+ .TL-new-application-btn {
20522
+ background: linear-gradient(135deg, #2563eb, #1e40af) !important;
20523
+ color: #fff !important;
20524
+ border: none !important;
20525
+ border-radius: 4px !important;
20526
+ padding: 10px 20px !important;
20527
+ font-size: 16px !important;
20528
+ font-weight: 500 !important;
20529
+ cursor: pointer !important; }
20530
+
20531
+ .TL-plus-icon {
20532
+ font-size: 24px !important;
20533
+ font-weight: 700 !important;
20534
+ line-height: 1 !important; }
20535
+
20536
+ .display-none {
20537
+ display: none; }
20538
+
20539
+ .primary-label-btn {
20540
+ margin: 10px auto 0 !important; }
20541
+
20542
+ .p-unset {
20543
+ padding: unset !important; }
20544
+
20545
+ .flex-one {
20546
+ -webkit-box-flex: 1;
20547
+ -ms-flex: 1 1 0%;
20548
+ flex: 1 1 0%; }
20549
+
20550
+ .display-flex-gap-2 {
20551
+ display: -webkit-box;
20552
+ display: -ms-flexbox;
20553
+ display: flex;
20554
+ grid-gap: .75rem;
20555
+ gap: .75rem; }
20556
+
20557
+ .rm-mb {
20558
+ margin-bottom: unset !important; }
20559
+
20560
+ .w-fullwidth {
20561
+ width: 100%; }
20562
+
20563
+ .stepper {
20564
+ padding: 10px; }
20565
+
20566
+ .margin-unset {
20567
+ margin: unset !important; }
20568
+
20569
+ .text-align-center {
20570
+ text-align: center; }
20571
+
20572
+ .text-align-left {
20573
+ text-align: left; }
20574
+
20575
+ .text-align-right {
20576
+ text-align: right; }
20577
+
20578
+ .desktop-only {
20579
+ display: none; }
20580
+
20581
+ @media (min-width: 780px) {
20582
+ .desktop-only {
20583
+ display: block; } }
20584
+
20585
+ .mobile-only {
20586
+ display: block; }
20587
+
20588
+ @media (min-width: 780px) {
20589
+ .mobile-only {
20590
+ display: none; } }
20591
+
20592
+ .dark {
20593
+ --text-opacity:1;
20594
+ color: #0d43a7;
20595
+ color: rgba(13, 67, 167, var(--text-opacity));
20596
+ width: auto !important; }
20597
+
20598
+ .mrlg {
20599
+ margin-right: 24px; }
20600
+
20601
+ .mrsm {
20602
+ margin-right: 8px; }
20603
+
20604
+ .mbsm {
20605
+ margin-bottom: 8px; }
20606
+
20607
+ .home-link {
20608
+ margin-left: 16px;
20609
+ margin-bottom: 16px; }
20610
+ .home-link a {
20611
+ color: #1d70b8; }
20612
+
20613
+ .clear-search-label {
20614
+ color: #2947a3;
20615
+ cursor: pointer; }
20616
+
20617
+ .search-submit-bar {
20618
+ margin-top: 32;
20619
+ margin-left: auto; }
20620
+
20621
+ .ws-citizen-wrapper {
20622
+ padding: 15px; }
20623
+
20624
+ .application-details-link-button {
20625
+ display: -webkit-box;
20626
+ display: -ms-flexbox;
20627
+ display: flex;
20628
+ -webkit-box-pack: justify;
20629
+ -ms-flex-pack: justify;
20630
+ justify-content: space-between;
20631
+ -webkit-box-align: center;
20632
+ -ms-flex-align: center;
20633
+ align-items: center; }
20634
+ .application-details-link-button .download-button {
20635
+ color: a82227;
20636
+ margin-left: 8px; }
20637
+
20638
+ .response-download-button {
20639
+ display: -webkit-box;
20640
+ display: -ms-flexbox;
20641
+ display: flex;
20642
+ margin-bottom: 8px; }
20643
+ .response-download-button .download-button {
20644
+ color: #a82227;
20645
+ margin-left: 8px;
20646
+ white-space: nowrap; }
20647
+
20648
+ .check-page-link-button {
20649
+ color: #a82227 !important; }
19780
20650
 
19781
20651
  .pt-application-download-btn {
19782
20652
  display: -webkit-box;
@@ -20489,7 +21359,6 @@ body {
20489
21359
 
20490
21360
  .options-card {
20491
21361
  max-height: 350px;
20492
- min-height: 20px;
20493
21362
  overflow-y: auto;
20494
21363
  overflow-x: hidden;
20495
21364
  border: 1px solid #ccc;
@@ -20497,8 +21366,7 @@ body {
20497
21366
  background-color: #fff;
20498
21367
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
20499
21368
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
20500
- padding: 4px 0;
20501
- z-index: 1000; }
21369
+ padding: 4px 0; }
20502
21370
 
20503
21371
  .timeline-hoc-container .checkpoint-done header, .timeline-hoc-container .checkpoint header {
20504
21372
  -webkit-box-flex: 1;
@@ -21521,6 +22389,81 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21521
22389
  font-size: 15px;
21522
22390
  margin-right: 4px; }
21523
22391
 
22392
+ .custom-fix-fee-history-wrapper {
22393
+ margin-top: 16px; }
22394
+
22395
+ .custom-fix-fee-history-toggle {
22396
+ display: -webkit-box;
22397
+ display: -ms-flexbox;
22398
+ display: flex;
22399
+ -webkit-box-align: center;
22400
+ -ms-flex-align: center;
22401
+ align-items: center;
22402
+ cursor: pointer;
22403
+ padding: 12px 0;
22404
+ border-bottom: 1px solid #ddd; }
22405
+
22406
+ .custom-fix-fee-history-toggle-text {
22407
+ font-weight: 700;
22408
+ font-size: 16px;
22409
+ -webkit-box-flex: 1;
22410
+ -ms-flex: 1;
22411
+ flex: 1; }
22412
+
22413
+ .custom-fix-fee-history-toggle-icon {
22414
+ font-size: 18px;
22415
+ font-weight: 700; }
22416
+
22417
+ .custom-fix-fee-history-table-container {
22418
+ overflow-x: auto;
22419
+ margin-top: 16px; }
22420
+
22421
+ .custom-fix-fee-history-table {
22422
+ width: 100%;
22423
+ border-collapse: collapse;
22424
+ min-width: 600px; }
22425
+
22426
+ .custom-fix-fee-history-table-header {
22427
+ min-width: 140px; }
22428
+
22429
+ .custom-fix-fee-history-table-header, .custom-fix-fee-history-table-header-fee {
22430
+ padding: 8px;
22431
+ border: 1px solid #ddd;
22432
+ font-weight: 700;
22433
+ background-color: #1f3a9f;
22434
+ color: #fff; }
22435
+
22436
+ .custom-fix-fee-history-table-header-fee {
22437
+ min-width: 150px; }
22438
+
22439
+ .custom-fix-fee-history-table-cell-label {
22440
+ padding: 8px;
22441
+ border: 1px solid #ddd;
22442
+ font-weight: 700;
22443
+ background-color: #f9f9f9; }
22444
+
22445
+ .custom-fix-fee-history-table-cell-value {
22446
+ padding: 8px;
22447
+ border: 1px solid #ddd; }
22448
+
22449
+ .custom-fix-fee-history-table-cell-separator {
22450
+ font-weight: 700;
22451
+ background-color: #f9f9f9; }
22452
+
22453
+ .custom-fix-fee-history-table-cell-separator, .custom-fix-fee-history-table-cell-separator-value {
22454
+ padding: 8px;
22455
+ border: 1px solid #ddd;
22456
+ border-bottom: 3px solid #999; }
22457
+
22458
+ .custom-fix-fee-history-table-cell-separator-last {
22459
+ font-weight: 700;
22460
+ background-color: #f9f9f9; }
22461
+
22462
+ .custom-fix-fee-history-table-cell-separator-last, .custom-fix-fee-history-table-cell-separator-value-last {
22463
+ padding: 8px;
22464
+ border: 1px solid #ddd;
22465
+ border-bottom: none; }
22466
+
21524
22467
  .checklist-document-table-wrapper {
21525
22468
  overflow-x: auto;
21526
22469
  -webkit-overflow-scrolling: touch;
@@ -21781,17 +22724,27 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21781
22724
  .margin-right-50 {
21782
22725
  margin-right: 50px; }
21783
22726
 
21784
- .engageMentCollapse {
21785
- display: -webkit-box;
21786
- display: -ms-flexbox;
21787
- display: flex;
21788
- -webkit-box-pack: justify;
21789
- -ms-flex-pack: justify;
21790
- justify-content: space-between;
21791
- -webkit-box-align: center;
21792
- -ms-flex-align: center;
21793
- align-items: center;
21794
- cursor: pointer;
21795
- background: #f5f5f5;
21796
- padding: 10px;
21797
- border-radius: 4px; }
22727
+ .surveyCardSection {
22728
+ background: #fff;
22729
+ display: block;
22730
+ padding: 15px;
22731
+ justify-self: center;
22732
+ width: 50%; }
22733
+ @media (max-width: 768px) {
22734
+ .surveyCardSection {
22735
+ width: 100%; } }
22736
+
22737
+ .noc-popupStyles {
22738
+ width: unset;
22739
+ min-width: 360px;
22740
+ max-width: 600px;
22741
+ padding: 20px; }
22742
+
22743
+ .engagementForm {
22744
+ width: 70%; }
22745
+ @media (max-width: 768px) {
22746
+ .engagementForm {
22747
+ width: 100%; } }
22748
+
22749
+ .hrms-text-transform {
22750
+ text-transform: none !important; }