@pmidc/upyog-css 1.2.36-dev.1.1 → 1.2.36-dev.1.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 +884 -10
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +535 -535
- package/src/components/CitizenHomeCard.scss +228 -228
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/NewAccordianCitizen.scss +130 -130
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/SurveyModal.scss +195 -195
- package/src/components/TimeLine.scss +96 -96
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +99 -99
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +422 -422
- package/src/components/buttons.scss +144 -144
- package/src/components/card.scss +969 -966
- package/src/components/cardHeaderWithOptions.scss +16 -16
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +119 -119
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/documentSection.scss +134 -134
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +111 -111
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +29 -29
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +36 -36
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +117 -117
- package/src/components/multiSelectDropdown.scss +88 -88
- package/src/components/navbar.scss +377 -377
- package/src/components/newFooter.scss +82 -82
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +26 -26
- package/src/components/radiobtn.scss +46 -46
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +27 -27
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +302 -302
- package/src/components/staticDynamicMessages.scss +110 -110
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +384 -384
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +146 -146
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +217 -217
- package/src/components/uploadcomponents.scss +116 -116
- package/src/index.scss +2420 -2404
- package/src/modules/BPA/index.scss +200 -97
- package/src/modules/TL/index.scss +797 -0
- package/src/modules/adv/index.scss +643 -643
- package/src/modules/hrms/index.scss +1327 -1327
- package/src/modules/rentAndLease/index.scss +238 -238
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -50
- package/src/pages/citizen/DocumentList.scss +454 -454
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +215 -215
- package/src/pages/citizen/InboxCard.scss +378 -378
- package/src/pages/citizen/SurveyList.scss +24 -24
- package/src/pages/citizen/citizenDocument.scss +25 -25
- package/src/pages/citizen/citizenNewLogin.scss +352 -352
- package/src/pages/citizen/container.scss +32 -32
- package/src/pages/citizen/loaderMessage.scss +341 -341
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/common/form.scss +25 -25
- package/src/pages/common/newApplicationTimeline.scss +341 -341
- package/src/pages/common/pgrUICssfix.scss +128 -128
- package/src/pages/common/requiredField.scss +2 -2
- package/src/pages/common/sanctionFeeTable.scss +91 -91
- package/src/pages/common/searchIcon.scss +21 -21
- package/src/pages/common/sitePhotoGraphs.scss +26 -26
- package/src/pages/common/stepForm.scss +40 -40
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +204 -204
- package/src/pages/employee/disconnection.scss +425 -425
- package/src/pages/employee/dss.scss +251 -251
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +26 -26
- package/src/pages/employee/header.scss +262 -262
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +1110 -1110
- package/src/pages/employee/index.scss +693 -693
- package/src/pages/employee/landing.scss +1802 -1802
- package/src/pages/employee/login.scss +253 -253
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -469
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/src/pages/swach/index.scss +231 -231
- package/src/pages/ws/index.scss +118 -118
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
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:
|
|
3898
|
+
width: 257px;
|
|
3896
3899
|
right: 24px; }
|
|
3897
3900
|
.action-bar-wrap .menu-wrap div {
|
|
3898
3901
|
height: 3rem;
|
|
@@ -7989,7 +7992,7 @@ video::-webkit-media-controls-panel {
|
|
|
7989
7992
|
.employee .ground-container {
|
|
7990
7993
|
margin-bottom: 56px;
|
|
7991
7994
|
margin-left: 0;
|
|
7992
|
-
margin-top:
|
|
7995
|
+
margin-top: 5rem !important;
|
|
7993
7996
|
display: -webkit-box;
|
|
7994
7997
|
display: -ms-flexbox;
|
|
7995
7998
|
display: flex;
|
|
@@ -19587,11 +19590,8 @@ body {
|
|
|
19587
19590
|
min-height: 50px; }
|
|
19588
19591
|
|
|
19589
19592
|
.upload-file-button {
|
|
19590
|
-
height:
|
|
19591
|
-
|
|
19592
|
-
max-height: 40px;
|
|
19593
|
-
width: 43%;
|
|
19594
|
-
padding: 0; }
|
|
19593
|
+
height: 40px;
|
|
19594
|
+
width: 175px; }
|
|
19595
19595
|
|
|
19596
19596
|
.upload-hidden {
|
|
19597
19597
|
display: none; }
|
|
@@ -19620,10 +19620,138 @@ body {
|
|
|
19620
19620
|
.error-text {
|
|
19621
19621
|
color: red; }
|
|
19622
19622
|
|
|
19623
|
+
.advisory-text {
|
|
19624
|
+
font-size: 13px;
|
|
19625
|
+
color: red;
|
|
19626
|
+
margin: 0; }
|
|
19627
|
+
|
|
19628
|
+
.upload-file-new {
|
|
19629
|
+
min-height: 56px;
|
|
19630
|
+
position: relative;
|
|
19631
|
+
border-width: 1px;
|
|
19632
|
+
--border-opacity:1;
|
|
19633
|
+
border-color: #464646;
|
|
19634
|
+
border-color: rgba(70, 70, 70, var(--border-opacity));
|
|
19635
|
+
width: 100%;
|
|
19636
|
+
border-radius: 10px; }
|
|
19637
|
+
.upload-file-new div {
|
|
19638
|
+
display: -webkit-box;
|
|
19639
|
+
display: -ms-flexbox;
|
|
19640
|
+
display: flex;
|
|
19641
|
+
-webkit-box-orient: horizontal;
|
|
19642
|
+
-webkit-box-direction: normal;
|
|
19643
|
+
-ms-flex-direction: row;
|
|
19644
|
+
flex-direction: row;
|
|
19645
|
+
height: 100%;
|
|
19646
|
+
-webkit-box-align: center;
|
|
19647
|
+
-ms-flex-align: center;
|
|
19648
|
+
align-items: center;
|
|
19649
|
+
padding-left: 16px;
|
|
19650
|
+
margin-top: 8px;
|
|
19651
|
+
margin-bottom: 8px;
|
|
19652
|
+
-ms-flex-wrap: wrap;
|
|
19653
|
+
flex-wrap: wrap;
|
|
19654
|
+
border-radius: 10px; }
|
|
19655
|
+
.upload-file-new div .file-upload-status {
|
|
19656
|
+
font-size: 16px;
|
|
19657
|
+
line-height: 24px;
|
|
19658
|
+
margin-left: 8px; }
|
|
19659
|
+
|
|
19660
|
+
.inbox-name {
|
|
19661
|
+
padding-left: 30px; }
|
|
19662
|
+
|
|
19663
|
+
.back-button-container {
|
|
19664
|
+
cursor: pointer;
|
|
19665
|
+
width: -webkit-fit-content;
|
|
19666
|
+
width: -moz-fit-content;
|
|
19667
|
+
width: fit-content;
|
|
19668
|
+
display: -webkit-box;
|
|
19669
|
+
display: -ms-flexbox;
|
|
19670
|
+
display: flex;
|
|
19671
|
+
font-family: Roboto Condensed,sans-serif;
|
|
19672
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
19673
|
+
font-size: 16px;
|
|
19674
|
+
line-height: 24px; }
|
|
19675
|
+
|
|
19676
|
+
.stepper-margin {
|
|
19677
|
+
margin-left: 30px; }
|
|
19678
|
+
|
|
19679
|
+
.document-link-bpa {
|
|
19680
|
+
text-decoration: none;
|
|
19681
|
+
cursor: pointer;
|
|
19682
|
+
-webkit-transition: -webkit-transform .2s,-webkit-box-shadow .2s;
|
|
19683
|
+
transition: -webkit-transform .2s,-webkit-box-shadow .2s;
|
|
19684
|
+
transition: transform .2s,box-shadow .2s;
|
|
19685
|
+
transition: transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s;
|
|
19686
|
+
width: 250px; }
|
|
19687
|
+
.document-link-bpa:hover .document-card {
|
|
19688
|
+
-webkit-transform: translateY(-4px);
|
|
19689
|
+
transform: translateY(-4px);
|
|
19690
|
+
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
19691
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
|
|
19692
|
+
|
|
19693
|
+
.action-bar-wrap-menu {
|
|
19694
|
+
-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
|
|
19695
|
+
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.16);
|
|
19696
|
+
z-index: 100;
|
|
19697
|
+
height: auto;
|
|
19698
|
+
position: absolute;
|
|
19699
|
+
--bg-opacity:1;
|
|
19700
|
+
background-color: #fff;
|
|
19701
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
19702
|
+
text-align: right;
|
|
19703
|
+
top: 100%;
|
|
19704
|
+
left: 0;
|
|
19705
|
+
width: 100%; }
|
|
19706
|
+
.action-bar-wrap-menu div {
|
|
19707
|
+
width: 100%; }
|
|
19708
|
+
.action-bar-wrap-menu .menu-wrap-position {
|
|
19709
|
+
position: absolute;
|
|
19710
|
+
--bg-opacity:1;
|
|
19711
|
+
background-color: #fff;
|
|
19712
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
19713
|
+
text-align: left;
|
|
19714
|
+
margin-bottom: 4px;
|
|
19715
|
+
z-index: 30;
|
|
19716
|
+
cursor: pointer;
|
|
19717
|
+
top: 100%;
|
|
19718
|
+
left: 0;
|
|
19719
|
+
-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;
|
|
19720
|
+
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);
|
|
19721
|
+
width: auto;
|
|
19722
|
+
min-width: 200px;
|
|
19723
|
+
max-width: calc(100% - 16px);
|
|
19724
|
+
padding: 2px; }
|
|
19725
|
+
.action-bar-wrap-menu .menu-wrap-position div {
|
|
19726
|
+
height: 3rem;
|
|
19727
|
+
padding-left: 8px;
|
|
19728
|
+
padding-top: 16px;
|
|
19729
|
+
padding-bottom: 16px;
|
|
19730
|
+
font-size: 16px;
|
|
19731
|
+
line-height: 24px;
|
|
19732
|
+
--text-opacity:1;
|
|
19733
|
+
color: #0d43a7;
|
|
19734
|
+
color: rgba(13, 67, 167, var(--text-opacity)); }
|
|
19735
|
+
.action-bar-wrap-menu .menu-wrap-position div:hover {
|
|
19736
|
+
--bg-opacity:1;
|
|
19737
|
+
background-color: #eee;
|
|
19738
|
+
background-color: rgba(238, 238, 238, var(--bg-opacity));
|
|
19739
|
+
width: 100%; }
|
|
19740
|
+
|
|
19741
|
+
.card-dropdown-wrapper {
|
|
19742
|
+
position: relative; }
|
|
19743
|
+
|
|
19623
19744
|
@media (max-width: 768px) {
|
|
19624
19745
|
.upload-tag-container {
|
|
19625
19746
|
width: 80%; } }
|
|
19626
19747
|
|
|
19748
|
+
.inbox-name {
|
|
19749
|
+
font-size: 32px;
|
|
19750
|
+
font-family: Noto Sans,sans-serif;
|
|
19751
|
+
color: #000;
|
|
19752
|
+
display: inline;
|
|
19753
|
+
padding-left: 180px; }
|
|
19754
|
+
|
|
19627
19755
|
.bpa-site-photograph-container {
|
|
19628
19756
|
padding: 50px 0;
|
|
19629
19757
|
display: -webkit-box;
|
|
@@ -19661,6 +19789,739 @@ body {
|
|
|
19661
19789
|
border-radius: 10%;
|
|
19662
19790
|
cursor: pointer; }
|
|
19663
19791
|
|
|
19792
|
+
.TL-response-dFlex-endBaseL {
|
|
19793
|
+
-webkit-box-align: baseline !important;
|
|
19794
|
+
-ms-flex-align: baseline !important;
|
|
19795
|
+
align-items: baseline !important; }
|
|
19796
|
+
|
|
19797
|
+
.TL-response-dFlex-endBaseL, .TL-response-dFlex-endGapW {
|
|
19798
|
+
display: -webkit-box !important;
|
|
19799
|
+
display: -ms-flexbox !important;
|
|
19800
|
+
display: flex !important;
|
|
19801
|
+
-webkit-box-pack: end !important;
|
|
19802
|
+
-ms-flex-pack: end !important;
|
|
19803
|
+
justify-content: flex-end !important; }
|
|
19804
|
+
|
|
19805
|
+
.TL-response-dFlex-endGapW {
|
|
19806
|
+
grid-gap: 1rem !important;
|
|
19807
|
+
gap: 1rem !important;
|
|
19808
|
+
width: auto !important; }
|
|
19809
|
+
|
|
19810
|
+
.TL-ml-unset {
|
|
19811
|
+
margin-left: unset !important; }
|
|
19812
|
+
|
|
19813
|
+
.TL-mt-16 {
|
|
19814
|
+
margin-top: 16px; }
|
|
19815
|
+
|
|
19816
|
+
.TL-mb-10 {
|
|
19817
|
+
margin-bottom: 10px; }
|
|
19818
|
+
|
|
19819
|
+
.TL-ml-16 {
|
|
19820
|
+
margin-left: 16px; }
|
|
19821
|
+
|
|
19822
|
+
.TL-wAuto {
|
|
19823
|
+
width: auto !important; }
|
|
19824
|
+
|
|
19825
|
+
.Tl-ml-15 {
|
|
19826
|
+
margin-left: 15px !important; }
|
|
19827
|
+
|
|
19828
|
+
.TL-mr-1 {
|
|
19829
|
+
margin-right: 1rem !important; }
|
|
19830
|
+
|
|
19831
|
+
.TL-ground-ml-0 {
|
|
19832
|
+
margin-left: 0 !important; }
|
|
19833
|
+
|
|
19834
|
+
.TL-ground-full-width {
|
|
19835
|
+
width: 100% !important; }
|
|
19836
|
+
|
|
19837
|
+
.TL-breadcrumb-offset {
|
|
19838
|
+
margin-left: 15px !important;
|
|
19839
|
+
margin-top: 3rem !important; }
|
|
19840
|
+
|
|
19841
|
+
.TL-chb-container {
|
|
19842
|
+
width: 100% !important;
|
|
19843
|
+
padding-right: 25px !important;
|
|
19844
|
+
padding-left: 25px !important; }
|
|
19845
|
+
|
|
19846
|
+
.TL-page-title {
|
|
19847
|
+
color: #000 !important;
|
|
19848
|
+
font-family: Noto Sans, sans-serif !important;
|
|
19849
|
+
font-size: 28px !important;
|
|
19850
|
+
font-weight: 500 !important;
|
|
19851
|
+
margin: 0 !important; }
|
|
19852
|
+
|
|
19853
|
+
.TL-divider {
|
|
19854
|
+
border: 1px solid #dfe0e2 !important;
|
|
19855
|
+
margin-bottom: 50px !important; }
|
|
19856
|
+
|
|
19857
|
+
.TL-divider, .TL-full-width-container {
|
|
19858
|
+
width: 100% !important; }
|
|
19859
|
+
|
|
19860
|
+
.TL-label-inline-100 {
|
|
19861
|
+
width: 100px !important;
|
|
19862
|
+
display: inline !important; }
|
|
19863
|
+
|
|
19864
|
+
.TL-mb-15 {
|
|
19865
|
+
margin-bottom: 15px !important; }
|
|
19866
|
+
|
|
19867
|
+
.TL-flex-center-start-gap10 {
|
|
19868
|
+
display: -webkit-box !important;
|
|
19869
|
+
display: -ms-flexbox !important;
|
|
19870
|
+
display: flex !important;
|
|
19871
|
+
-webkit-box-pack: center !important;
|
|
19872
|
+
-ms-flex-pack: center !important;
|
|
19873
|
+
justify-content: center !important;
|
|
19874
|
+
-webkit-box-align: start !important;
|
|
19875
|
+
-ms-flex-align: start !important;
|
|
19876
|
+
align-items: flex-start !important;
|
|
19877
|
+
grid-gap: 10px !important;
|
|
19878
|
+
gap: 10px !important; }
|
|
19879
|
+
|
|
19880
|
+
.TL-z10-relative {
|
|
19881
|
+
z-index: 10 !important;
|
|
19882
|
+
position: relative !important; }
|
|
19883
|
+
|
|
19884
|
+
.TL-fee-layout {
|
|
19885
|
+
display: -webkit-box !important;
|
|
19886
|
+
display: -ms-flexbox !important;
|
|
19887
|
+
display: flex !important;
|
|
19888
|
+
-webkit-box-pack: justify !important;
|
|
19889
|
+
-ms-flex-pack: justify !important;
|
|
19890
|
+
justify-content: space-between !important;
|
|
19891
|
+
-webkit-box-align: start !important;
|
|
19892
|
+
-ms-flex-align: start !important;
|
|
19893
|
+
align-items: flex-start !important; }
|
|
19894
|
+
|
|
19895
|
+
.TL-flex-1 {
|
|
19896
|
+
-webkit-box-flex: 1 !important;
|
|
19897
|
+
-ms-flex: 1 !important;
|
|
19898
|
+
flex: 1 !important; }
|
|
19899
|
+
|
|
19900
|
+
.TL-fee-table {
|
|
19901
|
+
width: 100% !important;
|
|
19902
|
+
border-collapse: collapse !important; }
|
|
19903
|
+
|
|
19904
|
+
.TL-fee-td-label {
|
|
19905
|
+
padding: 12px 16px !important;
|
|
19906
|
+
color: #0b4da2 !important;
|
|
19907
|
+
font-weight: 600 !important; }
|
|
19908
|
+
|
|
19909
|
+
.TL-tooltip-icon {
|
|
19910
|
+
display: inline-block !important;
|
|
19911
|
+
width: 16px !important;
|
|
19912
|
+
height: 16px !important;
|
|
19913
|
+
border-radius: 50% !important;
|
|
19914
|
+
background-color: #6c757d !important;
|
|
19915
|
+
color: #fff !important;
|
|
19916
|
+
text-align: center !important;
|
|
19917
|
+
font-size: 11px !important;
|
|
19918
|
+
line-height: 16px !important;
|
|
19919
|
+
margin-left: 6px !important;
|
|
19920
|
+
cursor: pointer !important; }
|
|
19921
|
+
|
|
19922
|
+
.TL-fee-td-right {
|
|
19923
|
+
padding: 12px 16px !important;
|
|
19924
|
+
text-align: right !important; }
|
|
19925
|
+
|
|
19926
|
+
.TL-fee-total-row {
|
|
19927
|
+
border-top: 2px solid #0b4da2 !important; }
|
|
19928
|
+
|
|
19929
|
+
.TL-fee-td-total-label {
|
|
19930
|
+
color: #0b4da2 !important; }
|
|
19931
|
+
|
|
19932
|
+
.TL-fee-td-total-amount, .TL-fee-td-total-label {
|
|
19933
|
+
padding: 12px 16px !important;
|
|
19934
|
+
font-weight: 700 !important; }
|
|
19935
|
+
|
|
19936
|
+
.TL-fee-summary-box, .TL-fee-td-total-amount {
|
|
19937
|
+
text-align: right !important; }
|
|
19938
|
+
|
|
19939
|
+
.TL-fee-summary-box {
|
|
19940
|
+
margin-left: 40px !important;
|
|
19941
|
+
min-width: 200px !important; }
|
|
19942
|
+
|
|
19943
|
+
.TL-fee-summary-label {
|
|
19944
|
+
color: #0b4da2 !important;
|
|
19945
|
+
font-size: 14px !important; }
|
|
19946
|
+
|
|
19947
|
+
.TL-fee-summary-amount {
|
|
19948
|
+
font-size: 36px !important;
|
|
19949
|
+
font-weight: 700 !important; }
|
|
19950
|
+
|
|
19951
|
+
.TL-fee-actions {
|
|
19952
|
+
padding-top: 16px !important;
|
|
19953
|
+
display: -webkit-box !important;
|
|
19954
|
+
display: -ms-flexbox !important;
|
|
19955
|
+
display: flex !important;
|
|
19956
|
+
grid-gap: 24px !important;
|
|
19957
|
+
gap: 24px !important; }
|
|
19958
|
+
|
|
19959
|
+
.TL-action-link {
|
|
19960
|
+
color: #d4351c !important;
|
|
19961
|
+
font-weight: 700 !important;
|
|
19962
|
+
cursor: pointer !important;
|
|
19963
|
+
text-transform: uppercase !important;
|
|
19964
|
+
font-size: 14px !important; }
|
|
19965
|
+
|
|
19966
|
+
.TL-modal-overlay {
|
|
19967
|
+
position: fixed !important;
|
|
19968
|
+
top: 0 !important;
|
|
19969
|
+
left: 0 !important;
|
|
19970
|
+
right: 0 !important;
|
|
19971
|
+
bottom: 0 !important;
|
|
19972
|
+
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
19973
|
+
z-index: 9999 !important;
|
|
19974
|
+
display: -webkit-box !important;
|
|
19975
|
+
display: -ms-flexbox !important;
|
|
19976
|
+
display: flex !important;
|
|
19977
|
+
-webkit-box-pack: center !important;
|
|
19978
|
+
-ms-flex-pack: center !important;
|
|
19979
|
+
justify-content: center !important;
|
|
19980
|
+
-webkit-box-align: center !important;
|
|
19981
|
+
-ms-flex-align: center !important;
|
|
19982
|
+
align-items: center !important; }
|
|
19983
|
+
|
|
19984
|
+
.TL-modal-content-sm {
|
|
19985
|
+
min-width: 400px !important;
|
|
19986
|
+
max-width: 550px !important;
|
|
19987
|
+
max-height: 80vh !important; }
|
|
19988
|
+
|
|
19989
|
+
.TL-modal-content-md, .TL-modal-content-sm {
|
|
19990
|
+
background-color: #fff !important;
|
|
19991
|
+
border-radius: 4px !important;
|
|
19992
|
+
padding: 24px !important;
|
|
19993
|
+
overflow-y: auto !important;
|
|
19994
|
+
position: relative !important;
|
|
19995
|
+
-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
|
|
19996
|
+
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important; }
|
|
19997
|
+
|
|
19998
|
+
.TL-modal-content-md {
|
|
19999
|
+
min-width: 500px !important;
|
|
20000
|
+
max-width: 600px !important;
|
|
20001
|
+
max-height: 85vh !important; }
|
|
20002
|
+
|
|
20003
|
+
.TL-modal-header-lg {
|
|
20004
|
+
display: -webkit-box !important;
|
|
20005
|
+
display: -ms-flexbox !important;
|
|
20006
|
+
display: flex !important;
|
|
20007
|
+
-webkit-box-pack: justify !important;
|
|
20008
|
+
-ms-flex-pack: justify !important;
|
|
20009
|
+
justify-content: space-between !important;
|
|
20010
|
+
-webkit-box-align: center !important;
|
|
20011
|
+
-ms-flex-align: center !important;
|
|
20012
|
+
align-items: center !important;
|
|
20013
|
+
margin-bottom: 20px !important; }
|
|
20014
|
+
|
|
20015
|
+
.TL-breakup-section-title-mt {
|
|
20016
|
+
font-size: 14px !important;
|
|
20017
|
+
font-weight: 600 !important;
|
|
20018
|
+
margin-top: 12px !important;
|
|
20019
|
+
margin-bottom: 8px !important; }
|
|
20020
|
+
|
|
20021
|
+
.TL-breakup-row-bold {
|
|
20022
|
+
padding: 4px 0 !important; }
|
|
20023
|
+
|
|
20024
|
+
.TL-breakup-row-bold, .TL-breakup-subtotal {
|
|
20025
|
+
display: -webkit-box !important;
|
|
20026
|
+
display: -ms-flexbox !important;
|
|
20027
|
+
display: flex !important;
|
|
20028
|
+
-webkit-box-pack: justify !important;
|
|
20029
|
+
-ms-flex-pack: justify !important;
|
|
20030
|
+
justify-content: space-between !important;
|
|
20031
|
+
font-size: 13px !important;
|
|
20032
|
+
font-weight: 600 !important; }
|
|
20033
|
+
|
|
20034
|
+
.TL-breakup-subtotal {
|
|
20035
|
+
border-top: 1px solid #ddd !important;
|
|
20036
|
+
padding: 6px 0 !important;
|
|
20037
|
+
margin-top: 4px !important; }
|
|
20038
|
+
|
|
20039
|
+
.TL-breakup-final-section {
|
|
20040
|
+
border-top: 2px solid #333 !important;
|
|
20041
|
+
margin-top: 12px !important;
|
|
20042
|
+
padding-top: 8px !important; }
|
|
20043
|
+
|
|
20044
|
+
.TL-breakup-rebate-section {
|
|
20045
|
+
border-top: 1px solid #ddd !important;
|
|
20046
|
+
margin-top: 8px !important;
|
|
20047
|
+
padding-top: 8px !important; }
|
|
20048
|
+
|
|
20049
|
+
.TL-loader-overlay {
|
|
20050
|
+
position: fixed !important;
|
|
20051
|
+
top: 0 !important;
|
|
20052
|
+
left: 0 !important;
|
|
20053
|
+
right: 0 !important;
|
|
20054
|
+
bottom: 0 !important;
|
|
20055
|
+
background-color: rgba(255, 255, 255, 0.7) !important;
|
|
20056
|
+
z-index: 10000 !important;
|
|
20057
|
+
display: -webkit-box !important;
|
|
20058
|
+
display: -ms-flexbox !important;
|
|
20059
|
+
display: flex !important;
|
|
20060
|
+
-webkit-box-pack: center !important;
|
|
20061
|
+
-ms-flex-pack: center !important;
|
|
20062
|
+
justify-content: center !important;
|
|
20063
|
+
-webkit-box-align: center !important;
|
|
20064
|
+
-ms-flex-align: center !important;
|
|
20065
|
+
align-items: center !important; }
|
|
20066
|
+
|
|
20067
|
+
.TL-mb-20 {
|
|
20068
|
+
margin-bottom: 20px !important; }
|
|
20069
|
+
|
|
20070
|
+
.TL-adhoc-section-title {
|
|
20071
|
+
font-size: 15px !important;
|
|
20072
|
+
font-weight: 600 !important;
|
|
20073
|
+
margin-bottom: 12px !important;
|
|
20074
|
+
color: #0b4da2 !important; }
|
|
20075
|
+
|
|
20076
|
+
.TL-form-label {
|
|
20077
|
+
display: block !important;
|
|
20078
|
+
font-size: 13px !important;
|
|
20079
|
+
margin-bottom: 4px !important;
|
|
20080
|
+
color: #505a5f !important; }
|
|
20081
|
+
|
|
20082
|
+
.TL-form-input, .TL-form-select {
|
|
20083
|
+
width: 100% !important;
|
|
20084
|
+
padding: 10px 12px !important;
|
|
20085
|
+
border: 1px solid #d6d5d4 !important;
|
|
20086
|
+
border-radius: 2px !important;
|
|
20087
|
+
font-size: 14px !important;
|
|
20088
|
+
-webkit-box-sizing: border-box !important;
|
|
20089
|
+
box-sizing: border-box !important; }
|
|
20090
|
+
|
|
20091
|
+
.TL-form-select {
|
|
20092
|
+
background-color: #fff !important; }
|
|
20093
|
+
|
|
20094
|
+
.TL-form-textarea {
|
|
20095
|
+
width: 100% !important;
|
|
20096
|
+
padding: 10px 12px !important;
|
|
20097
|
+
border: 1px solid #d6d5d4 !important;
|
|
20098
|
+
border-radius: 2px !important;
|
|
20099
|
+
font-size: 14px !important;
|
|
20100
|
+
-webkit-box-sizing: border-box !important;
|
|
20101
|
+
box-sizing: border-box !important;
|
|
20102
|
+
resize: vertical !important; }
|
|
20103
|
+
|
|
20104
|
+
.TL-adhoc-divider {
|
|
20105
|
+
border: none !important;
|
|
20106
|
+
border-top: 1px solid #d6d5d4 !important;
|
|
20107
|
+
margin: 16px 0 !important; }
|
|
20108
|
+
|
|
20109
|
+
.TL-adhoc-actions {
|
|
20110
|
+
display: -webkit-box !important;
|
|
20111
|
+
display: -ms-flexbox !important;
|
|
20112
|
+
display: flex !important;
|
|
20113
|
+
-webkit-box-pack: end !important;
|
|
20114
|
+
-ms-flex-pack: end !important;
|
|
20115
|
+
justify-content: flex-end !important;
|
|
20116
|
+
grid-gap: 12px !important;
|
|
20117
|
+
gap: 12px !important;
|
|
20118
|
+
margin-top: 16px !important; }
|
|
20119
|
+
|
|
20120
|
+
.TL-btn-cancel {
|
|
20121
|
+
border: 1px solid #0b4da2 !important;
|
|
20122
|
+
background-color: #fff !important;
|
|
20123
|
+
color: #0b4da2 !important;
|
|
20124
|
+
cursor: pointer !important;
|
|
20125
|
+
border-radius: 2px !important; }
|
|
20126
|
+
|
|
20127
|
+
.TL-btn-cancel, .TL-btn-submit {
|
|
20128
|
+
padding: 10px 24px !important;
|
|
20129
|
+
font-size: 14px !important;
|
|
20130
|
+
font-weight: 600 !important;
|
|
20131
|
+
text-transform: uppercase !important; }
|
|
20132
|
+
|
|
20133
|
+
.TL-btn-submit {
|
|
20134
|
+
border: none !important;
|
|
20135
|
+
background: linear-gradient(135deg, #2563eb, #1e40af) !important;
|
|
20136
|
+
color: #fff !important;
|
|
20137
|
+
border-radius: 2px !important; }
|
|
20138
|
+
|
|
20139
|
+
.TL-btn-disabled {
|
|
20140
|
+
cursor: not-allowed !important;
|
|
20141
|
+
opacity: 0.7 !important; }
|
|
20142
|
+
|
|
20143
|
+
.TL-max-width-960 {
|
|
20144
|
+
max-width: 960px !important; }
|
|
20145
|
+
|
|
20146
|
+
.TL-multi-box {
|
|
20147
|
+
border: groove !important;
|
|
20148
|
+
background: #fafafa !important;
|
|
20149
|
+
border-radius: 4px !important;
|
|
20150
|
+
padding-left: 10px !important;
|
|
20151
|
+
padding-right: 10px !important;
|
|
20152
|
+
margin-top: 10px !important;
|
|
20153
|
+
margin-bottom: 10px !important; }
|
|
20154
|
+
|
|
20155
|
+
.TL-doc-container {
|
|
20156
|
+
margin-top: 20px !important;
|
|
20157
|
+
margin-bottom: 20px !important;
|
|
20158
|
+
border-radius: 4px !important;
|
|
20159
|
+
border: 1px solid #e0e4e8 !important;
|
|
20160
|
+
background-color: #f9f9f9 !important;
|
|
20161
|
+
padding: 16px !important; }
|
|
20162
|
+
|
|
20163
|
+
.TL-no-doc-placeholder {
|
|
20164
|
+
padding: 16px !important;
|
|
20165
|
+
color: #7a8a96 !important;
|
|
20166
|
+
background-color: #fff !important;
|
|
20167
|
+
border-radius: 4px !important; }
|
|
20168
|
+
|
|
20169
|
+
.TL-alignC, .TL-no-doc-placeholder {
|
|
20170
|
+
text-align: center !important; }
|
|
20171
|
+
|
|
20172
|
+
.TL-stepper-nav {
|
|
20173
|
+
-webkit-box-orient: vertical !important;
|
|
20174
|
+
-webkit-box-direction: normal !important;
|
|
20175
|
+
-ms-flex-direction: column !important;
|
|
20176
|
+
flex-direction: column !important;
|
|
20177
|
+
padding: 18px !important;
|
|
20178
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8fafc)) !important;
|
|
20179
|
+
background: linear-gradient(180deg, #fff, #f8fafc) !important;
|
|
20180
|
+
border: 1px solid rgba(15, 23, 42, 0.04) !important;
|
|
20181
|
+
-webkit-box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06) !important;
|
|
20182
|
+
box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06) !important;
|
|
20183
|
+
border-radius: 12px !important;
|
|
20184
|
+
min-width: 120px !important;
|
|
20185
|
+
max-width: 320px !important; }
|
|
20186
|
+
|
|
20187
|
+
.TL-step-item, .TL-stepper-nav {
|
|
20188
|
+
display: -webkit-box !important;
|
|
20189
|
+
display: -ms-flexbox !important;
|
|
20190
|
+
display: flex !important;
|
|
20191
|
+
-webkit-box-align: center !important;
|
|
20192
|
+
-ms-flex-align: center !important;
|
|
20193
|
+
align-items: center !important; }
|
|
20194
|
+
|
|
20195
|
+
.TL-step-item {
|
|
20196
|
+
-webkit-box-pack: end !important;
|
|
20197
|
+
-ms-flex-pack: end !important;
|
|
20198
|
+
justify-content: flex-end !important;
|
|
20199
|
+
-webkit-box-flex: 0 !important;
|
|
20200
|
+
-ms-flex: 0 0 auto !important;
|
|
20201
|
+
flex: 0 0 auto !important;
|
|
20202
|
+
padding: 14px 12px !important;
|
|
20203
|
+
width: 260px !important;
|
|
20204
|
+
margin-bottom: 18px !important; }
|
|
20205
|
+
|
|
20206
|
+
.TL-step-item-last {
|
|
20207
|
+
margin-bottom: 6px !important; }
|
|
20208
|
+
|
|
20209
|
+
.TL-step-active {
|
|
20210
|
+
color: #0d43a7 !important; }
|
|
20211
|
+
|
|
20212
|
+
.TL-step-inactive {
|
|
20213
|
+
color: #9ca3af !important; }
|
|
20214
|
+
|
|
20215
|
+
.TL-step-sub-content {
|
|
20216
|
+
-webkit-box-orient: vertical !important;
|
|
20217
|
+
-webkit-box-direction: normal !important;
|
|
20218
|
+
-ms-flex-direction: column !important;
|
|
20219
|
+
flex-direction: column !important;
|
|
20220
|
+
-webkit-box-align: end !important;
|
|
20221
|
+
-ms-flex-align: end !important;
|
|
20222
|
+
align-items: flex-end !important;
|
|
20223
|
+
margin: 10px !important; }
|
|
20224
|
+
|
|
20225
|
+
.TL-step-circle, .TL-step-sub-content {
|
|
20226
|
+
display: -webkit-box !important;
|
|
20227
|
+
display: -ms-flexbox !important;
|
|
20228
|
+
display: flex !important; }
|
|
20229
|
+
|
|
20230
|
+
.TL-step-circle {
|
|
20231
|
+
width: 56px !important;
|
|
20232
|
+
height: 56px !important;
|
|
20233
|
+
border-radius: 50% !important;
|
|
20234
|
+
-webkit-box-align: center !important;
|
|
20235
|
+
-ms-flex-align: center !important;
|
|
20236
|
+
align-items: center !important;
|
|
20237
|
+
-webkit-box-pack: center !important;
|
|
20238
|
+
-ms-flex-pack: center !important;
|
|
20239
|
+
justify-content: center !important;
|
|
20240
|
+
margin-bottom: 8px !important;
|
|
20241
|
+
font-weight: 600 !important;
|
|
20242
|
+
font-size: 18px !important;
|
|
20243
|
+
position: relative !important; }
|
|
20244
|
+
|
|
20245
|
+
.TL-step-circle-completed {
|
|
20246
|
+
background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
|
|
20247
|
+
color: #fff !important;
|
|
20248
|
+
border: none !important;
|
|
20249
|
+
-webkit-box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18) !important;
|
|
20250
|
+
box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18) !important; }
|
|
20251
|
+
|
|
20252
|
+
.TL-step-circle-pending {
|
|
20253
|
+
background: #fff !important;
|
|
20254
|
+
color: #0f172a !important;
|
|
20255
|
+
border: 1px solid rgba(15, 23, 42, 0.08) !important;
|
|
20256
|
+
-webkit-box-shadow: 0 2px 6px rgba(2, 6, 23, 0.04) !important;
|
|
20257
|
+
box-shadow: 0 2px 6px rgba(2, 6, 23, 0.04) !important; }
|
|
20258
|
+
|
|
20259
|
+
.TL-search-wAuto {
|
|
20260
|
+
width: auto !important; }
|
|
20261
|
+
|
|
20262
|
+
.TL-search-ml-24 {
|
|
20263
|
+
margin-left: 24px !important; }
|
|
20264
|
+
|
|
20265
|
+
[dir=ltr] .TL-text-start {
|
|
20266
|
+
text-align: left !important; }
|
|
20267
|
+
|
|
20268
|
+
[dir=rtl] .TL-text-start {
|
|
20269
|
+
text-align: right !important; }
|
|
20270
|
+
|
|
20271
|
+
.TL-search-error {
|
|
20272
|
+
font-weight: 700 !important;
|
|
20273
|
+
color: #d4351c !important;
|
|
20274
|
+
padding-left: 8px !important;
|
|
20275
|
+
margin-top: -10px !important;
|
|
20276
|
+
font-size: 12px !important; }
|
|
20277
|
+
|
|
20278
|
+
.TL-search-clear-wrapper {
|
|
20279
|
+
width: 240px !important;
|
|
20280
|
+
text-align: right !important;
|
|
20281
|
+
margin-left: 96px !important;
|
|
20282
|
+
margin-top: 8px !important; }
|
|
20283
|
+
|
|
20284
|
+
.TL-w-full {
|
|
20285
|
+
width: 100% !important; }
|
|
20286
|
+
|
|
20287
|
+
.TL-pt-9 {
|
|
20288
|
+
padding-top: 9px !important; }
|
|
20289
|
+
|
|
20290
|
+
.TL-p-0 {
|
|
20291
|
+
padding: 0 !important; }
|
|
20292
|
+
|
|
20293
|
+
.TL-color-error {
|
|
20294
|
+
color: #a82227 !important; }
|
|
20295
|
+
|
|
20296
|
+
.TL-property-search-field {
|
|
20297
|
+
margin-top: 20px !important;
|
|
20298
|
+
display: -webkit-box !important;
|
|
20299
|
+
display: -ms-flexbox !important;
|
|
20300
|
+
display: flex !important; }
|
|
20301
|
+
|
|
20302
|
+
.TL-btn-white, .TL-search-btn {
|
|
20303
|
+
color: #fff !important; }
|
|
20304
|
+
|
|
20305
|
+
.TL-search-btn {
|
|
20306
|
+
padding: 8px 16px !important;
|
|
20307
|
+
border: none !important;
|
|
20308
|
+
border-radius: 4px !important;
|
|
20309
|
+
font-size: 13px !important;
|
|
20310
|
+
font-weight: 600 !important;
|
|
20311
|
+
white-space: nowrap !important;
|
|
20312
|
+
min-width: 80px !important;
|
|
20313
|
+
height: 38px !important;
|
|
20314
|
+
-webkit-transition: all 0.2s ease !important;
|
|
20315
|
+
transition: all 0.2s ease !important; }
|
|
20316
|
+
|
|
20317
|
+
.TL-search-btn-active {
|
|
20318
|
+
background: linear-gradient(135deg, #2563eb, #1e40af) !important;
|
|
20319
|
+
cursor: pointer !important; }
|
|
20320
|
+
|
|
20321
|
+
.TL-search-btn-searching {
|
|
20322
|
+
background: #94a3b8 !important;
|
|
20323
|
+
cursor: not-allowed !important; }
|
|
20324
|
+
|
|
20325
|
+
.TL-mb-16 {
|
|
20326
|
+
margin-bottom: 16px !important; }
|
|
20327
|
+
|
|
20328
|
+
.TL-mb-24 {
|
|
20329
|
+
margin-bottom: 24px !important; }
|
|
20330
|
+
|
|
20331
|
+
.TL-mt-4 {
|
|
20332
|
+
margin-top: 4px !important; }
|
|
20333
|
+
|
|
20334
|
+
.TL-doc-note {
|
|
20335
|
+
font-size: 13px !important;
|
|
20336
|
+
color: #505a5f !important;
|
|
20337
|
+
margin-bottom: 12px !important; }
|
|
20338
|
+
|
|
20339
|
+
.TL-download-btn {
|
|
20340
|
+
background-color: #5e5e5e !important;
|
|
20341
|
+
color: #fff !important;
|
|
20342
|
+
border: none !important;
|
|
20343
|
+
padding: 10px 20px !important;
|
|
20344
|
+
font-size: 14px !important;
|
|
20345
|
+
font-weight: 700 !important;
|
|
20346
|
+
cursor: pointer !important;
|
|
20347
|
+
letter-spacing: 0.5px !important; }
|
|
20348
|
+
|
|
20349
|
+
.TL-doc-file-info {
|
|
20350
|
+
font-size: 12px !important;
|
|
20351
|
+
color: #505a5f !important;
|
|
20352
|
+
margin-top: 4px !important; }
|
|
20353
|
+
|
|
20354
|
+
.TL-mt-5 {
|
|
20355
|
+
margin-top: 5px !important; }
|
|
20356
|
+
|
|
20357
|
+
.TL-mt-12 {
|
|
20358
|
+
margin-top: 12px !important; }
|
|
20359
|
+
|
|
20360
|
+
.TL-fw-600 {
|
|
20361
|
+
font-weight: 600 !important; }
|
|
20362
|
+
|
|
20363
|
+
.TL-breakup-link {
|
|
20364
|
+
color: #a82227 !important;
|
|
20365
|
+
cursor: pointer !important;
|
|
20366
|
+
font-weight: 700 !important;
|
|
20367
|
+
text-decoration: underline !important;
|
|
20368
|
+
font-size: 14px !important; }
|
|
20369
|
+
|
|
20370
|
+
.TL-modal-backdrop {
|
|
20371
|
+
position: fixed !important;
|
|
20372
|
+
top: 0 !important;
|
|
20373
|
+
left: 0 !important;
|
|
20374
|
+
right: 0 !important;
|
|
20375
|
+
bottom: 0 !important;
|
|
20376
|
+
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
20377
|
+
z-index: 9999 !important;
|
|
20378
|
+
display: -webkit-box !important;
|
|
20379
|
+
display: -ms-flexbox !important;
|
|
20380
|
+
display: flex !important;
|
|
20381
|
+
-webkit-box-pack: center !important;
|
|
20382
|
+
-ms-flex-pack: center !important;
|
|
20383
|
+
justify-content: center !important;
|
|
20384
|
+
-webkit-box-align: center !important;
|
|
20385
|
+
-ms-flex-align: center !important;
|
|
20386
|
+
align-items: center !important; }
|
|
20387
|
+
|
|
20388
|
+
.TL-modal-content {
|
|
20389
|
+
background-color: #fff !important;
|
|
20390
|
+
border-radius: 4px !important;
|
|
20391
|
+
padding: 24px !important;
|
|
20392
|
+
min-width: 400px !important;
|
|
20393
|
+
max-width: 550px !important;
|
|
20394
|
+
max-height: 80vh !important;
|
|
20395
|
+
overflow-y: auto !important;
|
|
20396
|
+
position: relative !important;
|
|
20397
|
+
-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
|
|
20398
|
+
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important; }
|
|
20399
|
+
|
|
20400
|
+
.TL-modal-header {
|
|
20401
|
+
display: -webkit-box !important;
|
|
20402
|
+
display: -ms-flexbox !important;
|
|
20403
|
+
display: flex !important;
|
|
20404
|
+
-webkit-box-pack: justify !important;
|
|
20405
|
+
-ms-flex-pack: justify !important;
|
|
20406
|
+
justify-content: space-between !important;
|
|
20407
|
+
-webkit-box-align: center !important;
|
|
20408
|
+
-ms-flex-align: center !important;
|
|
20409
|
+
align-items: center !important;
|
|
20410
|
+
margin-bottom: 16px !important; }
|
|
20411
|
+
|
|
20412
|
+
.TL-modal-title {
|
|
20413
|
+
margin: 0 !important;
|
|
20414
|
+
font-size: 18px !important;
|
|
20415
|
+
font-weight: 600 !important; }
|
|
20416
|
+
|
|
20417
|
+
.TL-modal-close {
|
|
20418
|
+
cursor: pointer !important;
|
|
20419
|
+
font-size: 20px !important;
|
|
20420
|
+
font-weight: 700 !important;
|
|
20421
|
+
color: #666 !important; }
|
|
20422
|
+
|
|
20423
|
+
.TL-breakup-section-title {
|
|
20424
|
+
font-size: 14px !important;
|
|
20425
|
+
font-weight: 600 !important;
|
|
20426
|
+
margin-bottom: 8px !important; }
|
|
20427
|
+
|
|
20428
|
+
.TL-breakup-row {
|
|
20429
|
+
padding: 4px 0 !important; }
|
|
20430
|
+
|
|
20431
|
+
.TL-breakup-row, .TL-breakup-subtotal-row {
|
|
20432
|
+
display: -webkit-box !important;
|
|
20433
|
+
display: -ms-flexbox !important;
|
|
20434
|
+
display: flex !important;
|
|
20435
|
+
-webkit-box-pack: justify !important;
|
|
20436
|
+
-ms-flex-pack: justify !important;
|
|
20437
|
+
justify-content: space-between !important;
|
|
20438
|
+
font-size: 13px !important; }
|
|
20439
|
+
|
|
20440
|
+
.TL-breakup-subtotal-row {
|
|
20441
|
+
border-top: 1px solid #ddd !important;
|
|
20442
|
+
padding: 6px 0 !important;
|
|
20443
|
+
font-weight: 600 !important;
|
|
20444
|
+
margin-top: 4px !important; }
|
|
20445
|
+
|
|
20446
|
+
.TL-breakup-strong-section {
|
|
20447
|
+
border-top: 2px solid #333 !important;
|
|
20448
|
+
margin-top: 12px !important;
|
|
20449
|
+
padding-top: 8px !important; }
|
|
20450
|
+
|
|
20451
|
+
.TL-breakup-light-section {
|
|
20452
|
+
border-top: 1px solid #ddd !important; }
|
|
20453
|
+
|
|
20454
|
+
.TL-breakup-grand-total, .TL-breakup-light-section {
|
|
20455
|
+
margin-top: 8px !important;
|
|
20456
|
+
padding-top: 8px !important; }
|
|
20457
|
+
|
|
20458
|
+
.TL-breakup-grand-total {
|
|
20459
|
+
display: -webkit-box !important;
|
|
20460
|
+
display: -ms-flexbox !important;
|
|
20461
|
+
display: flex !important;
|
|
20462
|
+
-webkit-box-pack: justify !important;
|
|
20463
|
+
-ms-flex-pack: justify !important;
|
|
20464
|
+
justify-content: space-between !important;
|
|
20465
|
+
border-top: 2px solid #333 !important;
|
|
20466
|
+
font-weight: 700 !important;
|
|
20467
|
+
font-size: 15px !important; }
|
|
20468
|
+
|
|
20469
|
+
.TL-item-index {
|
|
20470
|
+
font-weight: 600 !important;
|
|
20471
|
+
margin-bottom: 0.5rem !important; }
|
|
20472
|
+
|
|
20473
|
+
.TL-declaration-row {
|
|
20474
|
+
display: -webkit-box !important;
|
|
20475
|
+
display: -ms-flexbox !important;
|
|
20476
|
+
display: flex !important;
|
|
20477
|
+
-webkit-box-align: center !important;
|
|
20478
|
+
-ms-flex-align: center !important;
|
|
20479
|
+
align-items: center !important;
|
|
20480
|
+
grid-gap: 10px !important;
|
|
20481
|
+
gap: 10px !important;
|
|
20482
|
+
cursor: pointer !important;
|
|
20483
|
+
margin-top: 20px !important; }
|
|
20484
|
+
|
|
20485
|
+
.TL-declaration-checkbox {
|
|
20486
|
+
width: 18px !important;
|
|
20487
|
+
height: 18px !important;
|
|
20488
|
+
cursor: pointer !important; }
|
|
20489
|
+
|
|
20490
|
+
.TL-declaration-label {
|
|
20491
|
+
cursor: pointer !important;
|
|
20492
|
+
margin: 0 !important; }
|
|
20493
|
+
|
|
20494
|
+
.TL-Tradetype-disabled {
|
|
20495
|
+
height: 50px !important;
|
|
20496
|
+
border: 1px solid #d1d5db !important;
|
|
20497
|
+
border-radius: 8px !important;
|
|
20498
|
+
background-color: #fafafa !important;
|
|
20499
|
+
display: -webkit-box !important;
|
|
20500
|
+
display: -ms-flexbox !important;
|
|
20501
|
+
display: flex !important;
|
|
20502
|
+
-webkit-box-align: center !important;
|
|
20503
|
+
-ms-flex-align: center !important;
|
|
20504
|
+
align-items: center !important;
|
|
20505
|
+
padding-left: 10px !important;
|
|
20506
|
+
font-size: 16px !important;
|
|
20507
|
+
color: #333 !important;
|
|
20508
|
+
margin-bottom: 8px !important; }
|
|
20509
|
+
|
|
20510
|
+
.TL-new-application-btn {
|
|
20511
|
+
background: linear-gradient(135deg, #2563eb, #1e40af) !important;
|
|
20512
|
+
color: #fff !important;
|
|
20513
|
+
border: none !important;
|
|
20514
|
+
border-radius: 4px !important;
|
|
20515
|
+
padding: 10px 20px !important;
|
|
20516
|
+
font-size: 16px !important;
|
|
20517
|
+
font-weight: 500 !important;
|
|
20518
|
+
cursor: pointer !important; }
|
|
20519
|
+
|
|
20520
|
+
.TL-plus-icon {
|
|
20521
|
+
font-size: 24px !important;
|
|
20522
|
+
font-weight: 700 !important;
|
|
20523
|
+
line-height: 1 !important; }
|
|
20524
|
+
|
|
19664
20525
|
.display-none {
|
|
19665
20526
|
display: none; }
|
|
19666
20527
|
|
|
@@ -20487,7 +21348,6 @@ body {
|
|
|
20487
21348
|
|
|
20488
21349
|
.options-card {
|
|
20489
21350
|
max-height: 350px;
|
|
20490
|
-
min-height: 20px;
|
|
20491
21351
|
overflow-y: auto;
|
|
20492
21352
|
overflow-x: hidden;
|
|
20493
21353
|
border: 1px solid #ccc;
|
|
@@ -20495,8 +21355,7 @@ body {
|
|
|
20495
21355
|
background-color: #fff;
|
|
20496
21356
|
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
|
|
20497
21357
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
|
|
20498
|
-
padding: 4px 0;
|
|
20499
|
-
z-index: 1000; }
|
|
21358
|
+
padding: 4px 0; }
|
|
20500
21359
|
|
|
20501
21360
|
.timeline-hoc-container .checkpoint-done header, .timeline-hoc-container .checkpoint header {
|
|
20502
21361
|
-webkit-box-flex: 1;
|
|
@@ -21863,3 +22722,18 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
|
|
|
21863
22722
|
@media (max-width: 768px) {
|
|
21864
22723
|
.surveyCardSection {
|
|
21865
22724
|
width: 100%; } }
|
|
22725
|
+
|
|
22726
|
+
.hrms-text-transform {
|
|
22727
|
+
text-transform: none !important; }
|
|
22728
|
+
|
|
22729
|
+
.noc-popupStyles {
|
|
22730
|
+
width: unset;
|
|
22731
|
+
min-width: 360px;
|
|
22732
|
+
max-width: 600px;
|
|
22733
|
+
padding: 20px; }
|
|
22734
|
+
|
|
22735
|
+
.engagementForm {
|
|
22736
|
+
width: 70%; }
|
|
22737
|
+
@media (max-width: 768px) {
|
|
22738
|
+
.engagementForm {
|
|
22739
|
+
width: 100%; } }
|