@pmidc/upyog-css 1.2.36-dev.1.1 → 1.2.36-dev.1.2

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.
Files changed (134) hide show
  1. package/dist/index.css +706 -3
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -535
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +966 -966
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/changeLanguage.scss +3 -3
  28. package/src/components/charts.scss +185 -185
  29. package/src/components/checkbox.scss +83 -83
  30. package/src/components/checkpoint.scss +65 -65
  31. package/src/components/citizenInfoLabel.scss +14 -14
  32. package/src/components/custombtn.scss +15 -15
  33. package/src/components/datatable.scss +119 -119
  34. package/src/components/datewrap.scss +21 -21
  35. package/src/components/detailscard.scss +6 -6
  36. package/src/components/detailscontainer.scss +13 -13
  37. package/src/components/documentSection.scss +134 -134
  38. package/src/components/filters.scss +97 -97
  39. package/src/components/grey.scss +3 -3
  40. package/src/components/hoc/InboxComposer.scss +111 -111
  41. package/src/components/howItWorks.scss +71 -71
  42. package/src/components/imageviewer.scss +33 -33
  43. package/src/components/info-banner.scss +35 -35
  44. package/src/components/inputotp.scss +15 -15
  45. package/src/components/keynote.scss +29 -29
  46. package/src/components/languageSelector.scss +24 -24
  47. package/src/components/loader.scss +96 -96
  48. package/src/components/map.scss +36 -36
  49. package/src/components/metricsTable.scss +26 -26
  50. package/src/components/multiLink.scss +117 -117
  51. package/src/components/multiSelectDropdown.scss +88 -88
  52. package/src/components/navbar.scss +377 -377
  53. package/src/components/newFooter.scss +82 -82
  54. package/src/components/plusMinus.scss +15 -15
  55. package/src/components/popup.scss +26 -26
  56. package/src/components/radiobtn.scss +46 -46
  57. package/src/components/ratingstar.scss +33 -33
  58. package/src/components/roundedLabel.scss +10 -10
  59. package/src/components/searchAction.scss +27 -27
  60. package/src/components/sectionalDropdown.scss +43 -43
  61. package/src/components/selectdropdown.scss +302 -302
  62. package/src/components/staticDynamicMessages.scss +110 -110
  63. package/src/components/staticSideBar.scss +27 -27
  64. package/src/components/statushighlight.scss +17 -17
  65. package/src/components/submiterrors.scss +11 -11
  66. package/src/components/summary.scss +28 -28
  67. package/src/components/table.scss +384 -384
  68. package/src/components/tag.scss +27 -27
  69. package/src/components/telephone.scss +17 -17
  70. package/src/components/textfields.scss +146 -146
  71. package/src/components/toast.scss +31 -31
  72. package/src/components/toggleSwitch.scss +40 -40
  73. package/src/components/topbar.scss +217 -217
  74. package/src/components/uploadcomponents.scss +116 -116
  75. package/src/index.scss +2406 -2404
  76. package/src/modules/BPA/index.scss +97 -97
  77. package/src/modules/TL/index.scss +768 -0
  78. package/src/modules/adv/index.scss +643 -643
  79. package/src/modules/hrms/index.scss +1327 -1327
  80. package/src/modules/rentAndLease/index.scss +238 -238
  81. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  82. package/src/pages/citizen/CitizenLogin.scss +50 -50
  83. package/src/pages/citizen/DocumentList.scss +454 -454
  84. package/src/pages/citizen/Events.scss +46 -46
  85. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  86. package/src/pages/citizen/InboxCard.scss +378 -378
  87. package/src/pages/citizen/SurveyList.scss +24 -24
  88. package/src/pages/citizen/citizenDocument.scss +25 -25
  89. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  90. package/src/pages/citizen/container.scss +32 -32
  91. package/src/pages/citizen/loaderMessage.scss +341 -341
  92. package/src/pages/citizen/payment/payment-type.scss +2 -2
  93. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  94. package/src/pages/common/form.scss +25 -25
  95. package/src/pages/common/newApplicationTimeline.scss +341 -341
  96. package/src/pages/common/pgrUICssfix.scss +128 -128
  97. package/src/pages/common/requiredField.scss +2 -2
  98. package/src/pages/common/sanctionFeeTable.scss +91 -91
  99. package/src/pages/common/searchIcon.scss +21 -21
  100. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  101. package/src/pages/common/stepForm.scss +40 -40
  102. package/src/pages/employee/EmployeeLogin.scss +6 -6
  103. package/src/pages/employee/cardfix.scss +13 -13
  104. package/src/pages/employee/container.scss +73 -73
  105. package/src/pages/employee/dashboard.scss +204 -204
  106. package/src/pages/employee/disconnection.scss +425 -425
  107. package/src/pages/employee/dss.scss +251 -251
  108. package/src/pages/employee/faq.scss +353 -353
  109. package/src/pages/employee/footer.scss +68 -68
  110. package/src/pages/employee/form-fields.scss +26 -26
  111. package/src/pages/employee/header.scss +262 -262
  112. package/src/pages/employee/iframe.scss +65 -65
  113. package/src/pages/employee/inbox.scss +1110 -1110
  114. package/src/pages/employee/index.scss +693 -693
  115. package/src/pages/employee/landing.scss +1802 -1802
  116. package/src/pages/employee/login.scss +253 -253
  117. package/src/pages/employee/oldMobileInbox.scss +4 -4
  118. package/src/pages/employee/popupmodule.scss +47 -47
  119. package/src/pages/employee/response.scss +2 -2
  120. package/src/pages/employee/scroll-table.scss +113 -113
  121. package/src/pages/employee/surveys.scss +469 -469
  122. package/src/pages/employee/tooltip.scss +35 -35
  123. package/src/pages/employee/updateNumber.scss +12 -12
  124. package/src/pages/swach/index.scss +231 -231
  125. package/src/pages/ws/index.scss +118 -118
  126. package/svg/camera.svg +4 -4
  127. package/svg/check.svg +3 -3
  128. package/svg/close.svg +4 -4
  129. package/svg/error.svg +3 -3
  130. package/svg/error2.svg +5 -5
  131. package/svg/searchicon.svg +3 -3
  132. package/svg/starempty.svg +3 -3
  133. package/svg/starfilled.svg +4 -4
  134. package/svg/success.svg +3 -3
package/dist/index.css CHANGED
@@ -19661,6 +19661,708 @@ body {
19661
19661
  border-radius: 10%;
19662
19662
  cursor: pointer; }
19663
19663
 
19664
+ .TL-response-dFlex-endBaseL {
19665
+ -webkit-box-align: baseline !important;
19666
+ -ms-flex-align: baseline !important;
19667
+ align-items: baseline !important; }
19668
+
19669
+ .TL-response-dFlex-endBaseL, .TL-response-dFlex-endGapW {
19670
+ display: -webkit-box !important;
19671
+ display: -ms-flexbox !important;
19672
+ display: flex !important;
19673
+ -webkit-box-pack: end !important;
19674
+ -ms-flex-pack: end !important;
19675
+ justify-content: flex-end !important; }
19676
+
19677
+ .TL-response-dFlex-endGapW {
19678
+ grid-gap: 1rem !important;
19679
+ gap: 1rem !important;
19680
+ width: auto !important; }
19681
+
19682
+ .TL-ml-unset {
19683
+ margin-left: unset !important; }
19684
+
19685
+ .TL-mt-16 {
19686
+ margin-top: 16px; }
19687
+
19688
+ .TL-mb-10 {
19689
+ margin-bottom: 10px; }
19690
+
19691
+ .TL-ml-16 {
19692
+ margin-left: 16px; }
19693
+
19694
+ .TL-wAuto {
19695
+ width: auto !important; }
19696
+
19697
+ .Tl-ml-15 {
19698
+ margin-left: 15px !important; }
19699
+
19700
+ .TL-mr-1 {
19701
+ margin-right: 1rem !important; }
19702
+
19703
+ .TL-ground-ml-0 {
19704
+ margin-left: 0 !important; }
19705
+
19706
+ .TL-ground-full-width {
19707
+ width: 100% !important; }
19708
+
19709
+ .TL-breadcrumb-offset {
19710
+ margin-left: 15px !important;
19711
+ margin-top: 3rem !important; }
19712
+
19713
+ .TL-chb-container {
19714
+ width: 100% !important;
19715
+ padding-right: 25px !important;
19716
+ padding-left: 25px !important; }
19717
+
19718
+ .TL-page-title {
19719
+ color: #000 !important;
19720
+ font-family: Noto Sans, sans-serif !important;
19721
+ font-size: 28px !important;
19722
+ font-weight: 500 !important;
19723
+ margin: 0 !important; }
19724
+
19725
+ .TL-divider {
19726
+ border: 1px solid #dfe0e2 !important;
19727
+ margin-bottom: 50px !important; }
19728
+
19729
+ .TL-divider, .TL-full-width-container {
19730
+ width: 100% !important; }
19731
+
19732
+ .TL-label-inline-100 {
19733
+ width: 100px !important;
19734
+ display: inline !important; }
19735
+
19736
+ .TL-mb-15 {
19737
+ margin-bottom: 15px !important; }
19738
+
19739
+ .TL-flex-center-start-gap10 {
19740
+ display: -webkit-box !important;
19741
+ display: -ms-flexbox !important;
19742
+ display: flex !important;
19743
+ -webkit-box-pack: center !important;
19744
+ -ms-flex-pack: center !important;
19745
+ justify-content: center !important;
19746
+ -webkit-box-align: start !important;
19747
+ -ms-flex-align: start !important;
19748
+ align-items: flex-start !important;
19749
+ grid-gap: 10px !important;
19750
+ gap: 10px !important; }
19751
+
19752
+ .TL-z10-relative {
19753
+ z-index: 10 !important;
19754
+ position: relative !important; }
19755
+
19756
+ .TL-fee-layout {
19757
+ display: -webkit-box !important;
19758
+ display: -ms-flexbox !important;
19759
+ display: flex !important;
19760
+ -webkit-box-pack: justify !important;
19761
+ -ms-flex-pack: justify !important;
19762
+ justify-content: space-between !important;
19763
+ -webkit-box-align: start !important;
19764
+ -ms-flex-align: start !important;
19765
+ align-items: flex-start !important; }
19766
+
19767
+ .TL-flex-1 {
19768
+ -webkit-box-flex: 1 !important;
19769
+ -ms-flex: 1 !important;
19770
+ flex: 1 !important; }
19771
+
19772
+ .TL-fee-table {
19773
+ width: 100% !important;
19774
+ border-collapse: collapse !important; }
19775
+
19776
+ .TL-fee-td-label {
19777
+ padding: 12px 16px !important;
19778
+ color: #0b4da2 !important;
19779
+ font-weight: 600 !important; }
19780
+
19781
+ .TL-tooltip-icon {
19782
+ display: inline-block !important;
19783
+ width: 16px !important;
19784
+ height: 16px !important;
19785
+ border-radius: 50% !important;
19786
+ background-color: #6c757d !important;
19787
+ color: #fff !important;
19788
+ text-align: center !important;
19789
+ font-size: 11px !important;
19790
+ line-height: 16px !important;
19791
+ margin-left: 6px !important;
19792
+ cursor: pointer !important; }
19793
+
19794
+ .TL-fee-td-right {
19795
+ padding: 12px 16px !important;
19796
+ text-align: right !important; }
19797
+
19798
+ .TL-fee-total-row {
19799
+ border-top: 2px solid #0b4da2 !important; }
19800
+
19801
+ .TL-fee-td-total-label {
19802
+ color: #0b4da2 !important; }
19803
+
19804
+ .TL-fee-td-total-amount, .TL-fee-td-total-label {
19805
+ padding: 12px 16px !important;
19806
+ font-weight: 700 !important; }
19807
+
19808
+ .TL-fee-summary-box, .TL-fee-td-total-amount {
19809
+ text-align: right !important; }
19810
+
19811
+ .TL-fee-summary-box {
19812
+ margin-left: 40px !important;
19813
+ min-width: 200px !important; }
19814
+
19815
+ .TL-fee-summary-label {
19816
+ color: #0b4da2 !important;
19817
+ font-size: 14px !important; }
19818
+
19819
+ .TL-fee-summary-amount {
19820
+ font-size: 36px !important;
19821
+ font-weight: 700 !important; }
19822
+
19823
+ .TL-fee-actions {
19824
+ padding-top: 16px !important;
19825
+ display: -webkit-box !important;
19826
+ display: -ms-flexbox !important;
19827
+ display: flex !important;
19828
+ grid-gap: 24px !important;
19829
+ gap: 24px !important; }
19830
+
19831
+ .TL-action-link {
19832
+ color: #d4351c !important;
19833
+ font-weight: 700 !important;
19834
+ cursor: pointer !important;
19835
+ text-transform: uppercase !important;
19836
+ font-size: 14px !important; }
19837
+
19838
+ .TL-modal-overlay {
19839
+ position: fixed !important;
19840
+ top: 0 !important;
19841
+ left: 0 !important;
19842
+ right: 0 !important;
19843
+ bottom: 0 !important;
19844
+ background-color: rgba(0, 0, 0, 0.5) !important;
19845
+ z-index: 9999 !important;
19846
+ display: -webkit-box !important;
19847
+ display: -ms-flexbox !important;
19848
+ display: flex !important;
19849
+ -webkit-box-pack: center !important;
19850
+ -ms-flex-pack: center !important;
19851
+ justify-content: center !important;
19852
+ -webkit-box-align: center !important;
19853
+ -ms-flex-align: center !important;
19854
+ align-items: center !important; }
19855
+
19856
+ .TL-modal-content-sm {
19857
+ min-width: 400px !important;
19858
+ max-width: 550px !important;
19859
+ max-height: 80vh !important; }
19860
+
19861
+ .TL-modal-content-md, .TL-modal-content-sm {
19862
+ background-color: #fff !important;
19863
+ border-radius: 4px !important;
19864
+ padding: 24px !important;
19865
+ overflow-y: auto !important;
19866
+ position: relative !important;
19867
+ -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
19868
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important; }
19869
+
19870
+ .TL-modal-content-md {
19871
+ min-width: 500px !important;
19872
+ max-width: 600px !important;
19873
+ max-height: 85vh !important; }
19874
+
19875
+ .TL-modal-header-lg {
19876
+ display: -webkit-box !important;
19877
+ display: -ms-flexbox !important;
19878
+ display: flex !important;
19879
+ -webkit-box-pack: justify !important;
19880
+ -ms-flex-pack: justify !important;
19881
+ justify-content: space-between !important;
19882
+ -webkit-box-align: center !important;
19883
+ -ms-flex-align: center !important;
19884
+ align-items: center !important;
19885
+ margin-bottom: 20px !important; }
19886
+
19887
+ .TL-breakup-section-title-mt {
19888
+ font-size: 14px !important;
19889
+ font-weight: 600 !important;
19890
+ margin-top: 12px !important;
19891
+ margin-bottom: 8px !important; }
19892
+
19893
+ .TL-breakup-row-bold {
19894
+ padding: 4px 0 !important; }
19895
+
19896
+ .TL-breakup-row-bold, .TL-breakup-subtotal {
19897
+ display: -webkit-box !important;
19898
+ display: -ms-flexbox !important;
19899
+ display: flex !important;
19900
+ -webkit-box-pack: justify !important;
19901
+ -ms-flex-pack: justify !important;
19902
+ justify-content: space-between !important;
19903
+ font-size: 13px !important;
19904
+ font-weight: 600 !important; }
19905
+
19906
+ .TL-breakup-subtotal {
19907
+ border-top: 1px solid #ddd !important;
19908
+ padding: 6px 0 !important;
19909
+ margin-top: 4px !important; }
19910
+
19911
+ .TL-breakup-final-section {
19912
+ border-top: 2px solid #333 !important;
19913
+ margin-top: 12px !important;
19914
+ padding-top: 8px !important; }
19915
+
19916
+ .TL-breakup-rebate-section {
19917
+ border-top: 1px solid #ddd !important;
19918
+ margin-top: 8px !important;
19919
+ padding-top: 8px !important; }
19920
+
19921
+ .TL-loader-overlay {
19922
+ position: fixed !important;
19923
+ top: 0 !important;
19924
+ left: 0 !important;
19925
+ right: 0 !important;
19926
+ bottom: 0 !important;
19927
+ background-color: rgba(255, 255, 255, 0.7) !important;
19928
+ z-index: 10000 !important;
19929
+ display: -webkit-box !important;
19930
+ display: -ms-flexbox !important;
19931
+ display: flex !important;
19932
+ -webkit-box-pack: center !important;
19933
+ -ms-flex-pack: center !important;
19934
+ justify-content: center !important;
19935
+ -webkit-box-align: center !important;
19936
+ -ms-flex-align: center !important;
19937
+ align-items: center !important; }
19938
+
19939
+ .TL-mb-20 {
19940
+ margin-bottom: 20px !important; }
19941
+
19942
+ .TL-adhoc-section-title {
19943
+ font-size: 15px !important;
19944
+ font-weight: 600 !important;
19945
+ margin-bottom: 12px !important;
19946
+ color: #0b4da2 !important; }
19947
+
19948
+ .TL-form-label {
19949
+ display: block !important;
19950
+ font-size: 13px !important;
19951
+ margin-bottom: 4px !important;
19952
+ color: #505a5f !important; }
19953
+
19954
+ .TL-form-input, .TL-form-select {
19955
+ width: 100% !important;
19956
+ padding: 10px 12px !important;
19957
+ border: 1px solid #d6d5d4 !important;
19958
+ border-radius: 2px !important;
19959
+ font-size: 14px !important;
19960
+ -webkit-box-sizing: border-box !important;
19961
+ box-sizing: border-box !important; }
19962
+
19963
+ .TL-form-select {
19964
+ background-color: #fff !important; }
19965
+
19966
+ .TL-form-textarea {
19967
+ width: 100% !important;
19968
+ padding: 10px 12px !important;
19969
+ border: 1px solid #d6d5d4 !important;
19970
+ border-radius: 2px !important;
19971
+ font-size: 14px !important;
19972
+ -webkit-box-sizing: border-box !important;
19973
+ box-sizing: border-box !important;
19974
+ resize: vertical !important; }
19975
+
19976
+ .TL-adhoc-divider {
19977
+ border: none !important;
19978
+ border-top: 1px solid #d6d5d4 !important;
19979
+ margin: 16px 0 !important; }
19980
+
19981
+ .TL-adhoc-actions {
19982
+ display: -webkit-box !important;
19983
+ display: -ms-flexbox !important;
19984
+ display: flex !important;
19985
+ -webkit-box-pack: end !important;
19986
+ -ms-flex-pack: end !important;
19987
+ justify-content: flex-end !important;
19988
+ grid-gap: 12px !important;
19989
+ gap: 12px !important;
19990
+ margin-top: 16px !important; }
19991
+
19992
+ .TL-btn-cancel {
19993
+ border: 1px solid #0b4da2 !important;
19994
+ background-color: #fff !important;
19995
+ color: #0b4da2 !important;
19996
+ cursor: pointer !important;
19997
+ border-radius: 2px !important; }
19998
+
19999
+ .TL-btn-cancel, .TL-btn-submit {
20000
+ padding: 10px 24px !important;
20001
+ font-size: 14px !important;
20002
+ font-weight: 600 !important;
20003
+ text-transform: uppercase !important; }
20004
+
20005
+ .TL-btn-submit {
20006
+ border: none !important;
20007
+ background: linear-gradient(135deg, #2563eb, #1e40af) !important;
20008
+ color: #fff !important;
20009
+ border-radius: 2px !important; }
20010
+
20011
+ .TL-btn-disabled {
20012
+ cursor: not-allowed !important;
20013
+ opacity: 0.7 !important; }
20014
+
20015
+ .TL-max-width-960 {
20016
+ max-width: 960px !important; }
20017
+
20018
+ .TL-multi-box {
20019
+ border: groove !important;
20020
+ background: #fafafa !important;
20021
+ border-radius: 4px !important;
20022
+ padding-left: 10px !important;
20023
+ padding-right: 10px !important;
20024
+ margin-top: 10px !important;
20025
+ margin-bottom: 10px !important; }
20026
+
20027
+ .TL-doc-container {
20028
+ margin-top: 20px !important;
20029
+ margin-bottom: 20px !important;
20030
+ border-radius: 4px !important;
20031
+ border: 1px solid #e0e4e8 !important;
20032
+ background-color: #f9f9f9 !important;
20033
+ padding: 16px !important; }
20034
+
20035
+ .TL-no-doc-placeholder {
20036
+ padding: 16px !important;
20037
+ color: #7a8a96 !important;
20038
+ background-color: #fff !important;
20039
+ border-radius: 4px !important; }
20040
+
20041
+ .TL-alignC, .TL-no-doc-placeholder {
20042
+ text-align: center !important; }
20043
+
20044
+ .TL-stepper-nav {
20045
+ -webkit-box-orient: vertical !important;
20046
+ -webkit-box-direction: normal !important;
20047
+ -ms-flex-direction: column !important;
20048
+ flex-direction: column !important;
20049
+ padding: 18px !important;
20050
+ background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8fafc)) !important;
20051
+ background: linear-gradient(180deg, #fff, #f8fafc) !important;
20052
+ border: 1px solid rgba(15, 23, 42, 0.04) !important;
20053
+ -webkit-box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06) !important;
20054
+ box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06) !important;
20055
+ border-radius: 12px !important;
20056
+ min-width: 120px !important;
20057
+ max-width: 320px !important; }
20058
+
20059
+ .TL-step-item, .TL-stepper-nav {
20060
+ display: -webkit-box !important;
20061
+ display: -ms-flexbox !important;
20062
+ display: flex !important;
20063
+ -webkit-box-align: center !important;
20064
+ -ms-flex-align: center !important;
20065
+ align-items: center !important; }
20066
+
20067
+ .TL-step-item {
20068
+ -webkit-box-pack: end !important;
20069
+ -ms-flex-pack: end !important;
20070
+ justify-content: flex-end !important;
20071
+ -webkit-box-flex: 0 !important;
20072
+ -ms-flex: 0 0 auto !important;
20073
+ flex: 0 0 auto !important;
20074
+ padding: 14px 12px !important;
20075
+ width: 260px !important;
20076
+ margin-bottom: 18px !important; }
20077
+
20078
+ .TL-step-item-last {
20079
+ margin-bottom: 6px !important; }
20080
+
20081
+ .TL-step-active {
20082
+ color: #0d43a7 !important; }
20083
+
20084
+ .TL-step-inactive {
20085
+ color: #9ca3af !important; }
20086
+
20087
+ .TL-step-sub-content {
20088
+ -webkit-box-orient: vertical !important;
20089
+ -webkit-box-direction: normal !important;
20090
+ -ms-flex-direction: column !important;
20091
+ flex-direction: column !important;
20092
+ -webkit-box-align: end !important;
20093
+ -ms-flex-align: end !important;
20094
+ align-items: flex-end !important;
20095
+ margin: 10px !important; }
20096
+
20097
+ .TL-step-circle, .TL-step-sub-content {
20098
+ display: -webkit-box !important;
20099
+ display: -ms-flexbox !important;
20100
+ display: flex !important; }
20101
+
20102
+ .TL-step-circle {
20103
+ width: 56px !important;
20104
+ height: 56px !important;
20105
+ border-radius: 50% !important;
20106
+ -webkit-box-align: center !important;
20107
+ -ms-flex-align: center !important;
20108
+ align-items: center !important;
20109
+ -webkit-box-pack: center !important;
20110
+ -ms-flex-pack: center !important;
20111
+ justify-content: center !important;
20112
+ margin-bottom: 8px !important;
20113
+ font-weight: 600 !important;
20114
+ font-size: 18px !important;
20115
+ position: relative !important; }
20116
+
20117
+ .TL-step-circle-completed {
20118
+ background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
20119
+ color: #fff !important;
20120
+ border: none !important;
20121
+ -webkit-box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18) !important;
20122
+ box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18) !important; }
20123
+
20124
+ .TL-step-circle-pending {
20125
+ background: #fff !important;
20126
+ color: #0f172a !important;
20127
+ border: 1px solid rgba(15, 23, 42, 0.08) !important;
20128
+ -webkit-box-shadow: 0 2px 6px rgba(2, 6, 23, 0.04) !important;
20129
+ box-shadow: 0 2px 6px rgba(2, 6, 23, 0.04) !important; }
20130
+
20131
+ .TL-search-wAuto {
20132
+ width: auto !important; }
20133
+
20134
+ .TL-search-ml-24 {
20135
+ margin-left: 24px !important; }
20136
+
20137
+ [dir=ltr] .TL-text-start {
20138
+ text-align: left !important; }
20139
+
20140
+ [dir=rtl] .TL-text-start {
20141
+ text-align: right !important; }
20142
+
20143
+ .TL-search-error {
20144
+ font-weight: 700 !important;
20145
+ color: #d4351c !important;
20146
+ padding-left: 8px !important;
20147
+ margin-top: -10px !important;
20148
+ font-size: 12px !important; }
20149
+
20150
+ .TL-search-clear-wrapper {
20151
+ width: 240px !important;
20152
+ text-align: right !important;
20153
+ margin-left: 96px !important;
20154
+ margin-top: 8px !important; }
20155
+
20156
+ .TL-w-full {
20157
+ width: 100% !important; }
20158
+
20159
+ .TL-pt-9 {
20160
+ padding-top: 9px !important; }
20161
+
20162
+ .TL-p-0 {
20163
+ padding: 0 !important; }
20164
+
20165
+ .TL-color-error {
20166
+ color: #a82227 !important; }
20167
+
20168
+ .TL-property-search-field {
20169
+ margin-top: 20px !important;
20170
+ display: -webkit-box !important;
20171
+ display: -ms-flexbox !important;
20172
+ display: flex !important; }
20173
+
20174
+ .TL-btn-white, .TL-search-btn {
20175
+ color: #fff !important; }
20176
+
20177
+ .TL-search-btn {
20178
+ padding: 8px 16px !important;
20179
+ border: none !important;
20180
+ border-radius: 4px !important;
20181
+ font-size: 13px !important;
20182
+ font-weight: 600 !important;
20183
+ white-space: nowrap !important;
20184
+ min-width: 80px !important;
20185
+ height: 38px !important;
20186
+ -webkit-transition: all 0.2s ease !important;
20187
+ transition: all 0.2s ease !important; }
20188
+
20189
+ .TL-search-btn-active {
20190
+ background: linear-gradient(135deg, #2563eb, #1e40af) !important;
20191
+ cursor: pointer !important; }
20192
+
20193
+ .TL-search-btn-searching {
20194
+ background: #94a3b8 !important;
20195
+ cursor: not-allowed !important; }
20196
+
20197
+ .TL-mb-16 {
20198
+ margin-bottom: 16px !important; }
20199
+
20200
+ .TL-mb-24 {
20201
+ margin-bottom: 24px !important; }
20202
+
20203
+ .TL-mt-4 {
20204
+ margin-top: 4px !important; }
20205
+
20206
+ .TL-doc-note {
20207
+ font-size: 13px !important;
20208
+ color: #505a5f !important;
20209
+ margin-bottom: 12px !important; }
20210
+
20211
+ .TL-download-btn {
20212
+ background-color: #5e5e5e !important;
20213
+ color: #fff !important;
20214
+ border: none !important;
20215
+ padding: 10px 20px !important;
20216
+ font-size: 14px !important;
20217
+ font-weight: 700 !important;
20218
+ cursor: pointer !important;
20219
+ letter-spacing: 0.5px !important; }
20220
+
20221
+ .TL-doc-file-info {
20222
+ font-size: 12px !important;
20223
+ color: #505a5f !important;
20224
+ margin-top: 4px !important; }
20225
+
20226
+ .TL-mt-5 {
20227
+ margin-top: 5px !important; }
20228
+
20229
+ .TL-mt-12 {
20230
+ margin-top: 12px !important; }
20231
+
20232
+ .TL-fw-600 {
20233
+ font-weight: 600 !important; }
20234
+
20235
+ .TL-breakup-link {
20236
+ color: #a82227 !important;
20237
+ cursor: pointer !important;
20238
+ font-weight: 700 !important;
20239
+ text-decoration: underline !important;
20240
+ font-size: 14px !important; }
20241
+
20242
+ .TL-modal-backdrop {
20243
+ position: fixed !important;
20244
+ top: 0 !important;
20245
+ left: 0 !important;
20246
+ right: 0 !important;
20247
+ bottom: 0 !important;
20248
+ background-color: rgba(0, 0, 0, 0.5) !important;
20249
+ z-index: 9999 !important;
20250
+ display: -webkit-box !important;
20251
+ display: -ms-flexbox !important;
20252
+ display: flex !important;
20253
+ -webkit-box-pack: center !important;
20254
+ -ms-flex-pack: center !important;
20255
+ justify-content: center !important;
20256
+ -webkit-box-align: center !important;
20257
+ -ms-flex-align: center !important;
20258
+ align-items: center !important; }
20259
+
20260
+ .TL-modal-content {
20261
+ background-color: #fff !important;
20262
+ border-radius: 4px !important;
20263
+ padding: 24px !important;
20264
+ min-width: 400px !important;
20265
+ max-width: 550px !important;
20266
+ max-height: 80vh !important;
20267
+ overflow-y: auto !important;
20268
+ position: relative !important;
20269
+ -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
20270
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important; }
20271
+
20272
+ .TL-modal-header {
20273
+ display: -webkit-box !important;
20274
+ display: -ms-flexbox !important;
20275
+ display: flex !important;
20276
+ -webkit-box-pack: justify !important;
20277
+ -ms-flex-pack: justify !important;
20278
+ justify-content: space-between !important;
20279
+ -webkit-box-align: center !important;
20280
+ -ms-flex-align: center !important;
20281
+ align-items: center !important;
20282
+ margin-bottom: 16px !important; }
20283
+
20284
+ .TL-modal-title {
20285
+ margin: 0 !important;
20286
+ font-size: 18px !important;
20287
+ font-weight: 600 !important; }
20288
+
20289
+ .TL-modal-close {
20290
+ cursor: pointer !important;
20291
+ font-size: 20px !important;
20292
+ font-weight: 700 !important;
20293
+ color: #666 !important; }
20294
+
20295
+ .TL-breakup-section-title {
20296
+ font-size: 14px !important;
20297
+ font-weight: 600 !important;
20298
+ margin-bottom: 8px !important; }
20299
+
20300
+ .TL-breakup-row {
20301
+ padding: 4px 0 !important; }
20302
+
20303
+ .TL-breakup-row, .TL-breakup-subtotal-row {
20304
+ display: -webkit-box !important;
20305
+ display: -ms-flexbox !important;
20306
+ display: flex !important;
20307
+ -webkit-box-pack: justify !important;
20308
+ -ms-flex-pack: justify !important;
20309
+ justify-content: space-between !important;
20310
+ font-size: 13px !important; }
20311
+
20312
+ .TL-breakup-subtotal-row {
20313
+ border-top: 1px solid #ddd !important;
20314
+ padding: 6px 0 !important;
20315
+ font-weight: 600 !important;
20316
+ margin-top: 4px !important; }
20317
+
20318
+ .TL-breakup-strong-section {
20319
+ border-top: 2px solid #333 !important;
20320
+ margin-top: 12px !important;
20321
+ padding-top: 8px !important; }
20322
+
20323
+ .TL-breakup-light-section {
20324
+ border-top: 1px solid #ddd !important; }
20325
+
20326
+ .TL-breakup-grand-total, .TL-breakup-light-section {
20327
+ margin-top: 8px !important;
20328
+ padding-top: 8px !important; }
20329
+
20330
+ .TL-breakup-grand-total {
20331
+ display: -webkit-box !important;
20332
+ display: -ms-flexbox !important;
20333
+ display: flex !important;
20334
+ -webkit-box-pack: justify !important;
20335
+ -ms-flex-pack: justify !important;
20336
+ justify-content: space-between !important;
20337
+ border-top: 2px solid #333 !important;
20338
+ font-weight: 700 !important;
20339
+ font-size: 15px !important; }
20340
+
20341
+ .TL-item-index {
20342
+ font-weight: 600 !important;
20343
+ margin-bottom: 0.5rem !important; }
20344
+
20345
+ .TL-declaration-row {
20346
+ display: -webkit-box !important;
20347
+ display: -ms-flexbox !important;
20348
+ display: flex !important;
20349
+ -webkit-box-align: center !important;
20350
+ -ms-flex-align: center !important;
20351
+ align-items: center !important;
20352
+ grid-gap: 10px !important;
20353
+ gap: 10px !important;
20354
+ cursor: pointer !important;
20355
+ margin-top: 20px !important; }
20356
+
20357
+ .TL-declaration-checkbox {
20358
+ width: 18px !important;
20359
+ height: 18px !important;
20360
+ cursor: pointer !important; }
20361
+
20362
+ .TL-declaration-label {
20363
+ cursor: pointer !important;
20364
+ margin: 0 !important; }
20365
+
19664
20366
  .display-none {
19665
20367
  display: none; }
19666
20368
 
@@ -20487,7 +21189,6 @@ body {
20487
21189
 
20488
21190
  .options-card {
20489
21191
  max-height: 350px;
20490
- min-height: 20px;
20491
21192
  overflow-y: auto;
20492
21193
  overflow-x: hidden;
20493
21194
  border: 1px solid #ccc;
@@ -20495,8 +21196,7 @@ body {
20495
21196
  background-color: #fff;
20496
21197
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
20497
21198
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
20498
- padding: 4px 0;
20499
- z-index: 1000; }
21199
+ padding: 4px 0; }
20500
21200
 
20501
21201
  .timeline-hoc-container .checkpoint-done header, .timeline-hoc-container .checkpoint header {
20502
21202
  -webkit-box-flex: 1;
@@ -21863,3 +22563,6 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21863
22563
  @media (max-width: 768px) {
21864
22564
  .surveyCardSection {
21865
22565
  width: 100%; } }
22566
+
22567
+ .hrms-text-transform {
22568
+ text-transform: none !important; }