@pmidc/upyog-css 1.2.35 → 1.2.36-UAT.10

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