@pmidc/upyog-css 1.0.34 → 1.0.36
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 +318 -26
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +110 -110
- package/src/components/CitizenHomeCard.scss +236 -58
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- 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/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +96 -96
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +147 -146
- package/src/components/buttons.scss +49 -49
- package/src/components/card.scss +436 -436
- package/src/components/cardHeaderWithOptions.scss +13 -13
- 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 +76 -76
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -115
- 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 +27 -27
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +314 -310
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +201 -201
- package/src/components/staticDynamicMessages.scss +110 -106
- 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 +178 -178
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +111 -111
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +147 -147
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +862 -861
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +165 -165
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/citizenNewLogin.scss +139 -0
- package/src/pages/citizen/container.scss +22 -22
- 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/requiredField.scss +2 -2
- 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 +203 -203
- package/src/pages/employee/dss.scss +249 -249
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +744 -744
- package/src/pages/employee/index.scss +679 -679
- package/src/pages/employee/landing.scss +324 -324
- package/src/pages/employee/login.scss +594 -594
- 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 +136 -136
- 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
|
@@ -877,8 +877,11 @@ img, video {
|
|
|
877
877
|
position: relative !important; }
|
|
878
878
|
|
|
879
879
|
.navbar {
|
|
880
|
+
--text-opacity:1;
|
|
881
|
+
color: #fff;
|
|
882
|
+
color: rgba(255, 255, 255, var(--text-opacity));
|
|
880
883
|
margin-bottom: 16px;
|
|
881
|
-
background: #
|
|
884
|
+
background: #fff !important; }
|
|
882
885
|
.navbar img {
|
|
883
886
|
height: 24px; }
|
|
884
887
|
|
|
@@ -1008,16 +1011,15 @@ img, video {
|
|
|
1008
1011
|
margin-top: 90px; }
|
|
1009
1012
|
|
|
1010
1013
|
.navbar {
|
|
1011
|
-
--text-opacity:1;
|
|
1012
|
-
color: #fff;
|
|
1013
|
-
color: rgba(255, 255, 255, var(--text-opacity));
|
|
1014
1014
|
--bg-opacity:1;
|
|
1015
1015
|
background-color: #22394d;
|
|
1016
1016
|
background-color: rgba(34, 57, 77, var(--bg-opacity));
|
|
1017
|
-
padding: 16px;
|
|
1018
1017
|
width: 100%;
|
|
1019
1018
|
position: fixed;
|
|
1020
|
-
z-index: 9999;
|
|
1019
|
+
z-index: 9999;
|
|
1020
|
+
color: #000;
|
|
1021
|
+
-webkit-box-shadow: 0 1px 4px #b1b4b6;
|
|
1022
|
+
box-shadow: 0 1px 4px #b1b4b6; }
|
|
1021
1023
|
.navbar img {
|
|
1022
1024
|
display: inline-block;
|
|
1023
1025
|
min-width: 78px;
|
|
@@ -1059,20 +1061,22 @@ img, video {
|
|
|
1059
1061
|
-ms-flex-align: center;
|
|
1060
1062
|
align-items: center;
|
|
1061
1063
|
padding-top: 30px;
|
|
1062
|
-
background
|
|
1064
|
+
background: -webkit-gradient(linear, left top, right bottom, from(#3765ca), to(#294a97));
|
|
1065
|
+
background: linear-gradient(to bottom right, #3765ca, #294a97);
|
|
1066
|
+
border-radius: 8px;
|
|
1067
|
+
margin: .2rem; }
|
|
1063
1068
|
.profile-section img {
|
|
1064
1069
|
width: 89px;
|
|
1065
1070
|
height: 88px;
|
|
1066
1071
|
margin: 0 auto 16px; }
|
|
1067
1072
|
.profile-section .label-container .label-text {
|
|
1068
|
-
color: #
|
|
1073
|
+
color: #eee; }
|
|
1069
1074
|
.profile-section .label-container.name-Profile .label-text {
|
|
1070
1075
|
letter-spacing: .6px;
|
|
1071
1076
|
font-weight: 700;
|
|
1072
1077
|
font-size: 18px;
|
|
1073
|
-
color: #
|
|
1078
|
+
color: #fff; }
|
|
1074
1079
|
.profile-section .profile-divider {
|
|
1075
|
-
border-top: 1px solid #d6d5d4;
|
|
1076
1080
|
margin-left: 20px;
|
|
1077
1081
|
margin-right: 20px;
|
|
1078
1082
|
width: 90%;
|
|
@@ -4676,16 +4680,7 @@ video::-webkit-media-controls-panel {
|
|
|
4676
4680
|
|
|
4677
4681
|
@media (min-width: 780px) {
|
|
4678
4682
|
.citizenAllServiceGrid {
|
|
4679
|
-
display: flex-root !important;
|
|
4680
|
-
display: grid;
|
|
4681
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
4682
|
-
grid-gap: 1rem;
|
|
4683
|
-
gap: 1rem; }
|
|
4684
|
-
.links {
|
|
4685
|
-
display: grid;
|
|
4686
|
-
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
4687
|
-
grid-gap: 1px;
|
|
4688
|
-
gap: 1px; }
|
|
4683
|
+
display: flex-root !important; }
|
|
4689
4684
|
.CitizenHomeCard {
|
|
4690
4685
|
padding: 16px !important;
|
|
4691
4686
|
margin-right: 16px !important;
|
|
@@ -4704,6 +4699,186 @@ video::-webkit-media-controls-panel {
|
|
|
4704
4699
|
.CitizenHomeCard .links a {
|
|
4705
4700
|
padding-bottom: 16px; } }
|
|
4706
4701
|
|
|
4702
|
+
.wallet {
|
|
4703
|
+
--bg-color:#323c57;
|
|
4704
|
+
--bg-color-light:#94a8df;
|
|
4705
|
+
--text-color-hover:#fff;
|
|
4706
|
+
--box-shadow-color:rgba(206,178,252,0.48);
|
|
4707
|
+
-ms-flex-wrap: wrap;
|
|
4708
|
+
flex-wrap: wrap;
|
|
4709
|
+
grid-gap: 1rem;
|
|
4710
|
+
gap: 1rem;
|
|
4711
|
+
padding: 1rem; }
|
|
4712
|
+
|
|
4713
|
+
.cardService, .wallet {
|
|
4714
|
+
display: -webkit-box;
|
|
4715
|
+
display: -ms-flexbox;
|
|
4716
|
+
display: flex;
|
|
4717
|
+
-webkit-box-pack: center;
|
|
4718
|
+
-ms-flex-pack: center;
|
|
4719
|
+
justify-content: center; }
|
|
4720
|
+
|
|
4721
|
+
.cardService {
|
|
4722
|
+
width: 100%;
|
|
4723
|
+
max-width: 300px;
|
|
4724
|
+
height: 400px;
|
|
4725
|
+
aspect-ratio: 3/4;
|
|
4726
|
+
margin: 1rem;
|
|
4727
|
+
background: #fff;
|
|
4728
|
+
border-top-right-radius: 10px;
|
|
4729
|
+
overflow: hidden;
|
|
4730
|
+
-webkit-box-orient: vertical;
|
|
4731
|
+
-webkit-box-direction: normal;
|
|
4732
|
+
-ms-flex-direction: column;
|
|
4733
|
+
flex-direction: column;
|
|
4734
|
+
-webkit-box-align: center;
|
|
4735
|
+
-ms-flex-align: center;
|
|
4736
|
+
align-items: center;
|
|
4737
|
+
position: relative;
|
|
4738
|
+
-webkit-box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
|
|
4739
|
+
box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
|
|
4740
|
+
-webkit-transition: all .3s ease-out;
|
|
4741
|
+
transition: all .3s ease-out;
|
|
4742
|
+
text-decoration: none; }
|
|
4743
|
+
|
|
4744
|
+
.cardService:hover {
|
|
4745
|
+
-webkit-transform: translateY(-5px) scale(1.005) translateZ(0);
|
|
4746
|
+
transform: translateY(-5px) scale(1.005) translateZ(0);
|
|
4747
|
+
-webkit-box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
|
|
4748
|
+
box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color); }
|
|
4749
|
+
|
|
4750
|
+
.cardService:hover .overlayService {
|
|
4751
|
+
opacity: 1;
|
|
4752
|
+
-webkit-transform: scale(4) translateZ(0);
|
|
4753
|
+
transform: scale(4) translateZ(0); }
|
|
4754
|
+
|
|
4755
|
+
.cardService:hover .circleService {
|
|
4756
|
+
border-color: var(--bg-color-light);
|
|
4757
|
+
background: var(--bg-color); }
|
|
4758
|
+
|
|
4759
|
+
.cardService:hover .circleService:after {
|
|
4760
|
+
background: var(--bg-color-light); }
|
|
4761
|
+
|
|
4762
|
+
.cardService:hover p {
|
|
4763
|
+
color: var(--text-color-hover); }
|
|
4764
|
+
|
|
4765
|
+
.cardService p {
|
|
4766
|
+
font-size: 17px;
|
|
4767
|
+
color: #4c5656;
|
|
4768
|
+
margin-top: 30px;
|
|
4769
|
+
z-index: 1000;
|
|
4770
|
+
-webkit-transition: color .3s ease-out;
|
|
4771
|
+
transition: color .3s ease-out; }
|
|
4772
|
+
|
|
4773
|
+
.circleService {
|
|
4774
|
+
width: 131px;
|
|
4775
|
+
height: 131px;
|
|
4776
|
+
border-radius: 50%;
|
|
4777
|
+
background: #fff;
|
|
4778
|
+
border: 2px solid var(--bg-color);
|
|
4779
|
+
display: -webkit-box;
|
|
4780
|
+
display: -ms-flexbox;
|
|
4781
|
+
display: flex;
|
|
4782
|
+
-webkit-box-pack: center;
|
|
4783
|
+
-ms-flex-pack: center;
|
|
4784
|
+
justify-content: center;
|
|
4785
|
+
-webkit-box-align: center;
|
|
4786
|
+
-ms-flex-align: center;
|
|
4787
|
+
align-items: center;
|
|
4788
|
+
position: relative;
|
|
4789
|
+
z-index: 1;
|
|
4790
|
+
-webkit-transition: all .3s ease-out;
|
|
4791
|
+
transition: all .3s ease-out; }
|
|
4792
|
+
|
|
4793
|
+
.circleService:after {
|
|
4794
|
+
content: "";
|
|
4795
|
+
width: 118px;
|
|
4796
|
+
height: 118px;
|
|
4797
|
+
display: block;
|
|
4798
|
+
position: absolute;
|
|
4799
|
+
background: var(--bg-color);
|
|
4800
|
+
border-radius: 50%;
|
|
4801
|
+
top: 7px;
|
|
4802
|
+
left: 7px;
|
|
4803
|
+
-webkit-transition: opacity .3s ease-out;
|
|
4804
|
+
transition: opacity .3s ease-out; }
|
|
4805
|
+
|
|
4806
|
+
.circleService svg {
|
|
4807
|
+
z-index: 10000;
|
|
4808
|
+
-webkit-transform: translateZ(0);
|
|
4809
|
+
transform: translateZ(0); }
|
|
4810
|
+
|
|
4811
|
+
.overlayService {
|
|
4812
|
+
width: 120px;
|
|
4813
|
+
position: absolute;
|
|
4814
|
+
height: 118px;
|
|
4815
|
+
border-radius: 50%;
|
|
4816
|
+
background: var(--bg-color);
|
|
4817
|
+
top: 70px;
|
|
4818
|
+
left: 50px;
|
|
4819
|
+
z-index: 0;
|
|
4820
|
+
opacity: 0;
|
|
4821
|
+
-webkit-transition: -webkit-transform .3s ease-out;
|
|
4822
|
+
transition: -webkit-transform .3s ease-out;
|
|
4823
|
+
transition: transform .3s ease-out;
|
|
4824
|
+
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
|
|
4825
|
+
transition: transform .3s ease-out,-webkit-transform .3s ease-out; }
|
|
4826
|
+
|
|
4827
|
+
@media (max-width: 1024px) {
|
|
4828
|
+
.cardService {
|
|
4829
|
+
width: 45%; } }
|
|
4830
|
+
|
|
4831
|
+
@media (max-width: 768px) {
|
|
4832
|
+
.cardService {
|
|
4833
|
+
width: 90%; }
|
|
4834
|
+
.overlayService {
|
|
4835
|
+
top: 60px;
|
|
4836
|
+
left: 40px; }
|
|
4837
|
+
.circleService {
|
|
4838
|
+
width: 100px;
|
|
4839
|
+
height: 100px; }
|
|
4840
|
+
.circleService:after {
|
|
4841
|
+
width: 88px;
|
|
4842
|
+
height: 88px;
|
|
4843
|
+
top: 6px;
|
|
4844
|
+
left: 6px; } }
|
|
4845
|
+
|
|
4846
|
+
.card-header {
|
|
4847
|
+
text-align: center;
|
|
4848
|
+
text-transform: uppercase;
|
|
4849
|
+
padding-bottom: 5px; }
|
|
4850
|
+
|
|
4851
|
+
.card-header h1 {
|
|
4852
|
+
position: relative;
|
|
4853
|
+
padding: 0;
|
|
4854
|
+
margin: 0;
|
|
4855
|
+
font-family: Raleway,sans-serif;
|
|
4856
|
+
font-weight: 300;
|
|
4857
|
+
font-size: 40px;
|
|
4858
|
+
color: #080808;
|
|
4859
|
+
-webkit-transition: all .4s ease 0s;
|
|
4860
|
+
transition: all .4s ease 0s; }
|
|
4861
|
+
|
|
4862
|
+
.card-header h1:before {
|
|
4863
|
+
width: 28px;
|
|
4864
|
+
height: 5px;
|
|
4865
|
+
position: absolute;
|
|
4866
|
+
bottom: 3px;
|
|
4867
|
+
margin-left: -14px; }
|
|
4868
|
+
|
|
4869
|
+
.card-header h1:after, .card-header h1:before {
|
|
4870
|
+
display: block;
|
|
4871
|
+
content: "";
|
|
4872
|
+
left: 50%;
|
|
4873
|
+
background-color: #b80000; }
|
|
4874
|
+
|
|
4875
|
+
.card-header h1:after {
|
|
4876
|
+
width: 100px;
|
|
4877
|
+
height: 1px;
|
|
4878
|
+
position: relative;
|
|
4879
|
+
margin-top: 25px;
|
|
4880
|
+
margin-left: -50px; }
|
|
4881
|
+
|
|
4707
4882
|
.PropertySearchForm .pt-search-action {
|
|
4708
4883
|
width: 100%;
|
|
4709
4884
|
display: -webkit-box;
|
|
@@ -5666,6 +5841,9 @@ video::-webkit-media-controls-panel {
|
|
|
5666
5841
|
float: left;
|
|
5667
5842
|
width: 180px; }
|
|
5668
5843
|
|
|
5844
|
+
.service-center-details-text-width-fix {
|
|
5845
|
+
float: left; }
|
|
5846
|
+
|
|
5669
5847
|
.react-switch-checkbox {
|
|
5670
5848
|
height: 0;
|
|
5671
5849
|
width: 0;
|
|
@@ -6623,7 +6801,6 @@ video::-webkit-media-controls-panel {
|
|
|
6623
6801
|
display: -webkit-box;
|
|
6624
6802
|
display: -ms-flexbox;
|
|
6625
6803
|
display: flex;
|
|
6626
|
-
float: right;
|
|
6627
6804
|
display: flex; }
|
|
6628
6805
|
.RightMostTopBarOptions .EventNotificationWrapper {
|
|
6629
6806
|
position: relative;
|
|
@@ -6644,7 +6821,7 @@ video::-webkit-media-controls-panel {
|
|
|
6644
6821
|
.RightMostTopBarOptions .select-wrap {
|
|
6645
6822
|
margin-bottom: unset; }
|
|
6646
6823
|
.RightMostTopBarOptions .select-wrap svg {
|
|
6647
|
-
fill: #
|
|
6824
|
+
fill: #a82227; }
|
|
6648
6825
|
|
|
6649
6826
|
.fullWidth {
|
|
6650
6827
|
width: 100%; }
|
|
@@ -8783,15 +8960,15 @@ body {
|
|
|
8783
8960
|
|
|
8784
8961
|
@media (min-width: 780px) {
|
|
8785
8962
|
.SideBarStatic {
|
|
8786
|
-
width:
|
|
8963
|
+
width: 250px;
|
|
8787
8964
|
background: #fff;
|
|
8788
|
-
margin-top: -
|
|
8965
|
+
margin-top: -3px; } }
|
|
8789
8966
|
|
|
8790
8967
|
@media (max-width: 780px) {
|
|
8791
8968
|
.SideBarStatic {
|
|
8792
|
-
width:
|
|
8969
|
+
width: 250px;
|
|
8793
8970
|
background: #fff;
|
|
8794
|
-
margin-top: -
|
|
8971
|
+
margin-top: -3px;
|
|
8795
8972
|
display: none; } }
|
|
8796
8973
|
|
|
8797
8974
|
@media (min-width: 780px) {
|
|
@@ -10735,6 +10912,121 @@ body {
|
|
|
10735
10912
|
.requiredField {
|
|
10736
10913
|
color: red !important; }
|
|
10737
10914
|
|
|
10915
|
+
.login-container {
|
|
10916
|
+
width: 100%;
|
|
10917
|
+
display: -webkit-box;
|
|
10918
|
+
display: -ms-flexbox;
|
|
10919
|
+
display: flex;
|
|
10920
|
+
-webkit-box-align: center;
|
|
10921
|
+
-ms-flex-align: center;
|
|
10922
|
+
align-items: center;
|
|
10923
|
+
-webkit-box-pack: center;
|
|
10924
|
+
-ms-flex-pack: center;
|
|
10925
|
+
justify-content: center; }
|
|
10926
|
+
.login-container .login-wrapper {
|
|
10927
|
+
display: -webkit-box;
|
|
10928
|
+
display: -ms-flexbox;
|
|
10929
|
+
display: flex;
|
|
10930
|
+
-webkit-box-orient: vertical;
|
|
10931
|
+
-webkit-box-direction: normal;
|
|
10932
|
+
-ms-flex-direction: column;
|
|
10933
|
+
flex-direction: column;
|
|
10934
|
+
-webkit-box-pack: center;
|
|
10935
|
+
-ms-flex-pack: center;
|
|
10936
|
+
justify-content: center;
|
|
10937
|
+
-webkit-box-align: center;
|
|
10938
|
+
-ms-flex-align: center;
|
|
10939
|
+
align-items: center;
|
|
10940
|
+
--bg-opacity:1;
|
|
10941
|
+
background-color: #fff;
|
|
10942
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
10943
|
+
margin: 8px;
|
|
10944
|
+
padding: 16px 16px 24px;
|
|
10945
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
10946
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
10947
|
+
border-radius: 4px;
|
|
10948
|
+
width: 100%;
|
|
10949
|
+
max-width: 50vw; }
|
|
10950
|
+
.login-container .login-wrapper [dir=ltr] .login-title {
|
|
10951
|
+
text-align: left; }
|
|
10952
|
+
.login-container .login-wrapper [dir=rtl] .login-title {
|
|
10953
|
+
text-align: right; }
|
|
10954
|
+
.login-container .login-wrapper .login-title {
|
|
10955
|
+
max-width: 525px;
|
|
10956
|
+
font-size: 24px;
|
|
10957
|
+
color: #0b0c0c;
|
|
10958
|
+
font-weight: 600; }
|
|
10959
|
+
.login-container .login-wrapper .lag-loc-wrapper, .login-container .login-wrapper .login-title {
|
|
10960
|
+
width: 100%; }
|
|
10961
|
+
.login-container .login-wrapper .lag-loc-wrapper {
|
|
10962
|
+
-webkit-box-pack: center;
|
|
10963
|
+
-ms-flex-pack: center;
|
|
10964
|
+
justify-content: center;
|
|
10965
|
+
max-width: 540px;
|
|
10966
|
+
grid-gap: 30px;
|
|
10967
|
+
gap: 30px; }
|
|
10968
|
+
.login-container .login-wrapper .lag-loc-wrapper .location-wrapper {
|
|
10969
|
+
-webkit-box-orient: vertical;
|
|
10970
|
+
-webkit-box-direction: normal;
|
|
10971
|
+
-ms-flex-direction: column;
|
|
10972
|
+
flex-direction: column;
|
|
10973
|
+
grid-gap: 8px;
|
|
10974
|
+
gap: 8px;
|
|
10975
|
+
max-width: 260px; }
|
|
10976
|
+
.login-container .login-wrapper .lag-loc-wrapper .location-wrapper .select {
|
|
10977
|
+
-webkit-box-align: center;
|
|
10978
|
+
-ms-flex-align: center;
|
|
10979
|
+
align-items: center;
|
|
10980
|
+
border: 1px solid #b4b4b4 !important;
|
|
10981
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
10982
|
+
border-radius: 8px; }
|
|
10983
|
+
.login-container .login-wrapper .lag-loc-wrapper .location-wrapper .select-active {
|
|
10984
|
+
border-radius: 8px !important; }
|
|
10985
|
+
.login-container .login-wrapper .lag-loc-wrapper .language-wrapper {
|
|
10986
|
+
max-width: 260px; }
|
|
10987
|
+
.login-container .login-wrapper .label {
|
|
10988
|
+
font-weight: 500;
|
|
10989
|
+
font-size: 16px;
|
|
10990
|
+
line-height: 25px;
|
|
10991
|
+
color: #686677; }
|
|
10992
|
+
.login-container .login-wrapper .label span {
|
|
10993
|
+
color: #ff1515; }
|
|
10994
|
+
.login-container .login-wrapper .input-wrapper .card-label {
|
|
10995
|
+
font-weight: 500 !important;
|
|
10996
|
+
font-size: 16px !important;
|
|
10997
|
+
line-height: 25px !important;
|
|
10998
|
+
color: #686677 !important; }
|
|
10999
|
+
.login-container .login-wrapper .input-wrapper.hide-submit-buttons + .submit-bar, .login-container .login-wrapper .input-wrapper.hide-submit-buttons + .submit-bar-disabled {
|
|
11000
|
+
display: none !important; }
|
|
11001
|
+
.login-container .login-wrapper .account-link {
|
|
11002
|
+
font-size: 16px;
|
|
11003
|
+
font-weight: 400;
|
|
11004
|
+
line-height: 25px;
|
|
11005
|
+
text-align: center; }
|
|
11006
|
+
.login-container .login-wrapper .link {
|
|
11007
|
+
color: #1778ff;
|
|
11008
|
+
text-decoration: underline; }
|
|
11009
|
+
.login-container .login-wrapper .resendIn {
|
|
11010
|
+
font-size: 16px;
|
|
11011
|
+
font-weight: 500;
|
|
11012
|
+
color: #686677;
|
|
11013
|
+
text-align: right; }
|
|
11014
|
+
.login-container .login-wrapper .resendIn span {
|
|
11015
|
+
color: #1778ff; }
|
|
11016
|
+
.login-container .login-wrapper .resend {
|
|
11017
|
+
text-align: right;
|
|
11018
|
+
cursor: pointer;
|
|
11019
|
+
font-weight: 700; }
|
|
11020
|
+
|
|
11021
|
+
@media (max-width: 700px) {
|
|
11022
|
+
.login-container .login-wrapper .lag-loc-wrapper {
|
|
11023
|
+
-webkit-box-orient: vertical;
|
|
11024
|
+
-webkit-box-direction: normal;
|
|
11025
|
+
-ms-flex-direction: column;
|
|
11026
|
+
flex-direction: column;
|
|
11027
|
+
grid-gap: 0;
|
|
11028
|
+
gap: 0; } }
|
|
11029
|
+
|
|
10738
11030
|
.display-none {
|
|
10739
11031
|
display: none; }
|
|
10740
11032
|
|