@pmidc/upyog-css 1.2.42 → 1.2.44

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;
@@ -19590,7 +19592,7 @@ body {
19590
19592
  height: auto;
19591
19593
  min-height: 40px;
19592
19594
  max-height: 40px;
19593
- width: 43%;
19595
+ width: 175px;
19594
19596
  padding: 0; }
19595
19597
 
19596
19598
  .upload-hidden {
@@ -19611,15 +19613,62 @@ body {
19611
19613
  margin-bottom: 10px; }
19612
19614
 
19613
19615
  .upload-file-input {
19614
- width: 43%;
19615
- min-height: 42px;
19616
- max-height: 42px;
19617
- top: 5px;
19618
- 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; }
19619
19624
 
19620
19625
  .error-text {
19621
19626
  color: red; }
19622
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
+
19623
19672
  .back-button-container {
19624
19673
  cursor: pointer;
19625
19674
  width: -webkit-fit-content;
@@ -19705,6 +19754,13 @@ body {
19705
19754
  .upload-tag-container {
19706
19755
  width: 80%; } }
19707
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
+
19708
19764
  .bpa-site-photograph-container {
19709
19765
  padding: 50px 0;
19710
19766
  display: -webkit-box;
@@ -19742,6 +19798,724 @@ body {
19742
19798
  border-radius: 10%;
19743
19799
  cursor: pointer; }
19744
19800
 
19801
+ .TL-response-dFlex-endBaseL {
19802
+ -webkit-box-align: baseline !important;
19803
+ -ms-flex-align: baseline !important;
19804
+ align-items: baseline !important; }
19805
+
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; }
19813
+
19814
+ .TL-response-dFlex-endGapW {
19815
+ grid-gap: 1rem !important;
19816
+ gap: 1rem !important;
19817
+ width: auto !important; }
19818
+
19819
+ .TL-ml-unset {
19820
+ margin-left: unset !important; }
19821
+
19822
+ .TL-mt-16 {
19823
+ margin-top: 16px; }
19824
+
19825
+ .TL-mb-10 {
19826
+ margin-bottom: 10px; }
19827
+
19828
+ .TL-ml-16 {
19829
+ margin-left: 16px; }
19830
+
19831
+ .TL-wAuto {
19832
+ width: auto !important; }
19833
+
19834
+ .Tl-ml-15 {
19835
+ margin-left: 15px !important; }
19836
+
19837
+ .TL-mr-1 {
19838
+ margin-right: 1rem !important; }
19839
+
19840
+ .TL-ground-ml-0 {
19841
+ margin-left: 0 !important; }
19842
+
19843
+ .TL-ground-full-width {
19844
+ width: 100% !important; }
19845
+
19846
+ .TL-breadcrumb-offset {
19847
+ margin-left: 15px !important;
19848
+ margin-top: 3rem !important; }
19849
+
19850
+ .TL-chb-container {
19851
+ width: 100% !important;
19852
+ padding-right: 25px !important;
19853
+ padding-left: 25px !important; }
19854
+
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; }
19861
+
19862
+ .TL-divider {
19863
+ border: 1px solid #dfe0e2 !important;
19864
+ margin-bottom: 50px !important; }
19865
+
19866
+ .TL-divider, .TL-full-width-container {
19867
+ width: 100% !important; }
19868
+
19869
+ .TL-label-inline-100 {
19870
+ width: 100px !important;
19871
+ display: inline !important; }
19872
+
19873
+ .TL-mb-15 {
19874
+ margin-bottom: 15px !important; }
19875
+
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; }
19888
+
19889
+ .TL-z10-relative {
19890
+ z-index: 10 !important;
19891
+ position: relative !important; }
19892
+
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; }
19903
+
19904
+ .TL-flex-1 {
19905
+ -webkit-box-flex: 1 !important;
19906
+ -ms-flex: 1 !important;
19907
+ flex: 1 !important; }
19908
+
19909
+ .TL-fee-table {
19910
+ width: 100% !important;
19911
+ border-collapse: collapse !important; }
19912
+
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; }
19930
+
19931
+ .TL-fee-td-right {
19932
+ padding: 12px 16px !important;
19933
+ text-align: right !important; }
19934
+
19935
+ .TL-fee-total-row {
19936
+ border-top: 2px solid #0b4da2 !important; }
19937
+
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
+
19745
20519
  .display-none {
19746
20520
  display: none; }
19747
20521
 
@@ -20568,7 +21342,6 @@ body {
20568
21342
 
20569
21343
  .options-card {
20570
21344
  max-height: 350px;
20571
- min-height: 20px;
20572
21345
  overflow-y: auto;
20573
21346
  overflow-x: hidden;
20574
21347
  border: 1px solid #ccc;
@@ -20576,8 +21349,7 @@ body {
20576
21349
  background-color: #fff;
20577
21350
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
20578
21351
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
20579
- padding: 4px 0;
20580
- z-index: 1000; }
21352
+ padding: 4px 0; }
20581
21353
 
20582
21354
  .timeline-hoc-container .checkpoint-done header, .timeline-hoc-container .checkpoint header {
20583
21355
  -webkit-box-flex: 1;
@@ -21935,12 +22707,6 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21935
22707
  .margin-right-50 {
21936
22708
  margin-right: 50px; }
21937
22709
 
21938
- .engagementForm {
21939
- width: 70%; }
21940
- @media (max-width: 768px) {
21941
- .engagementForm {
21942
- width: 100%; } }
21943
-
21944
22710
  .surveyCardSection {
21945
22711
  background: #fff;
21946
22712
  display: block;
@@ -21951,32 +22717,17 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21951
22717
  .surveyCardSection {
21952
22718
  width: 100%; } }
21953
22719
 
21954
- .hrms-text-transform {
21955
- text-transform: none !important; }
21956
-
21957
22720
  .noc-popupStyles {
21958
22721
  width: unset;
21959
22722
  min-width: 360px;
21960
22723
  max-width: 600px;
21961
22724
  padding: 20px; }
21962
22725
 
21963
- .security-banner {
21964
- width: 100%;
21965
- max-width: 920px;
21966
- margin: 1px auto 20px;
21967
- padding: 16px 24px;
21968
- border-radius: 12px;
21969
- background: -webkit-gradient(linear, left top, right top, from(#1e4db7), to(#3a7bd5));
21970
- background: linear-gradient(90deg, #1e4db7, #3a7bd5);
21971
- color: #fff;
21972
- -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
21973
- box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
21974
- display: -webkit-box;
21975
- display: -ms-flexbox;
21976
- display: flex;
21977
- grid-gap: 14px;
21978
- gap: 14px;
21979
- -webkit-box-align: start;
21980
- -ms-flex-align: start;
21981
- align-items: flex-start;
21982
- line-height: 1.6; }
22726
+ .engagementForm {
22727
+ width: 70%; }
22728
+ @media (max-width: 768px) {
22729
+ .engagementForm {
22730
+ width: 100%; } }
22731
+
22732
+ .hrms-text-transform {
22733
+ text-transform: none !important; }