@tattvafoundation/upyog-css 1.0.18 → 1.0.20
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 +405 -56
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +2 -2
- package/src/components/CitizenHomeCard.scss +2 -6
- package/src/components/bmc.scss +443 -14
- package/src/components/body.scss +3 -4
- package/src/components/card.scss +4 -2
- package/src/components/navbar.scss +1 -1
- package/src/index.scss +4 -0
- package/src/pages/citizen/HomePageWrapper.scss +5 -10
- package/src/pages/employee/index.scss +4 -4
- package/src/pages/employee/login.scss +5 -1
package/dist/index.css
CHANGED
|
@@ -137,7 +137,7 @@ ol, ul {
|
|
|
137
137
|
list-style: none; }
|
|
138
138
|
|
|
139
139
|
html {
|
|
140
|
-
font-family:
|
|
140
|
+
font-family: Noto Sans,serif;
|
|
141
141
|
line-height: 1.5; }
|
|
142
142
|
|
|
143
143
|
*, :after, :before {
|
|
@@ -875,8 +875,10 @@ body {
|
|
|
875
875
|
|
|
876
876
|
.navbar {
|
|
877
877
|
margin-bottom: 16px;
|
|
878
|
-
background: #
|
|
879
|
-
color: #000 !important;
|
|
878
|
+
background: #faefcf !important;
|
|
879
|
+
color: #000 !important;
|
|
880
|
+
-webkit-box-shadow: 0 0 7px 0 rgba(192, 192, 192, 0.72157);
|
|
881
|
+
box-shadow: 0 0 7px 0 rgba(192, 192, 192, 0.72157); }
|
|
880
882
|
.navbar img {
|
|
881
883
|
height: 24px; }
|
|
882
884
|
.navbar h3 {
|
|
@@ -918,7 +920,7 @@ body {
|
|
|
918
920
|
border-bottom: 1px;
|
|
919
921
|
border-color: rgba(11, 12, 12, var(--border-opacity));
|
|
920
922
|
border-style: solid;
|
|
921
|
-
font-family:
|
|
923
|
+
font-family: Noto Sans,serif;
|
|
922
924
|
color: #0b0c0c;
|
|
923
925
|
color: rgba(11, 12, 12, var(--text-opacity));
|
|
924
926
|
margin-left: 8px;
|
|
@@ -963,7 +965,7 @@ body {
|
|
|
963
965
|
border-bottom: 1px;
|
|
964
966
|
border-color: rgba(11, 12, 12, var(--border-opacity));
|
|
965
967
|
border-style: solid;
|
|
966
|
-
font-family:
|
|
968
|
+
font-family: Noto Sans,serif;
|
|
967
969
|
--text-opacity:1;
|
|
968
970
|
color: #0b0c0c;
|
|
969
971
|
color: rgba(11, 12, 12, var(--text-opacity));
|
|
@@ -989,8 +991,6 @@ body {
|
|
|
989
991
|
max-width: 540px; }
|
|
990
992
|
.app-container form .card button, .app-container form .card-emp button {
|
|
991
993
|
max-width: 240px; }
|
|
992
|
-
.app-container form .card .card-text-button, .app-container form .card-emp .card-text-button, .app-container form .card .input-otp-wrap, .app-container form .card-emp .input-otp-wrap {
|
|
993
|
-
text-align: left; }
|
|
994
994
|
.h1 {
|
|
995
995
|
font-size: 36px;
|
|
996
996
|
line-height: 40px; }
|
|
@@ -1062,7 +1062,7 @@ body {
|
|
|
1062
1062
|
background-color: initial; }
|
|
1063
1063
|
.profile-section img {
|
|
1064
1064
|
width: 89px;
|
|
1065
|
-
height:
|
|
1065
|
+
height: auto;
|
|
1066
1066
|
margin: 0 auto 16px; }
|
|
1067
1067
|
.profile-section .label-container .label-text {
|
|
1068
1068
|
color: #767676; }
|
|
@@ -1308,7 +1308,7 @@ body {
|
|
|
1308
1308
|
.card .card-header, .card-emp .card-header {
|
|
1309
1309
|
font-size: 32px;
|
|
1310
1310
|
line-height: 40px;
|
|
1311
|
-
font-family:
|
|
1311
|
+
font-family: Noto Sans,serif;
|
|
1312
1312
|
margin-bottom: 16px; }
|
|
1313
1313
|
.card .card-header, .card-emp .card-header, .card .card-sub-header, .card-emp .card-sub-header {
|
|
1314
1314
|
--text-opacity:1;
|
|
@@ -1408,7 +1408,7 @@ body {
|
|
|
1408
1408
|
.employeeCard .card-header {
|
|
1409
1409
|
font-size: 32px;
|
|
1410
1410
|
line-height: 40px;
|
|
1411
|
-
font-family:
|
|
1411
|
+
font-family: Noto Sans,serif;
|
|
1412
1412
|
margin-bottom: 16px; }
|
|
1413
1413
|
.employeeCard .card-header, .employeeCard .card-sub-header, .employeeCard .employee-card-sub-header {
|
|
1414
1414
|
--text-opacity:1;
|
|
@@ -1523,7 +1523,7 @@ body {
|
|
|
1523
1523
|
-webkit-box-shadow: inset 0 -2px 0 #0b0c0c;
|
|
1524
1524
|
box-shadow: inset 0 -2px 0 #0b0c0c; }
|
|
1525
1525
|
.submit-bar header {
|
|
1526
|
-
font-family:
|
|
1526
|
+
font-family: Noto Sans,serif;
|
|
1527
1527
|
font-weight: 500;
|
|
1528
1528
|
font-size: 19px;
|
|
1529
1529
|
line-height: 23px;
|
|
@@ -1548,7 +1548,7 @@ body {
|
|
|
1548
1548
|
opacity: .5;
|
|
1549
1549
|
background-color: #882636 !important; }
|
|
1550
1550
|
.submit-bar-disabled header {
|
|
1551
|
-
font-family:
|
|
1551
|
+
font-family: Noto Sans,serif;
|
|
1552
1552
|
font-weight: 500;
|
|
1553
1553
|
font-size: 19px;
|
|
1554
1554
|
line-height: 23px;
|
|
@@ -1572,8 +1572,9 @@ body {
|
|
|
1572
1572
|
-ms-flex-direction: column;
|
|
1573
1573
|
flex-direction: column; }
|
|
1574
1574
|
.card .card-header, .card-emp .card-header {
|
|
1575
|
-
font-size:
|
|
1576
|
-
line-height: 56px;
|
|
1575
|
+
font-size: 30px;
|
|
1576
|
+
line-height: 56px;
|
|
1577
|
+
color: #c6a32b; }
|
|
1577
1578
|
.card .card-sub-header, .card-emp .card-sub-header {
|
|
1578
1579
|
font-size: 36px;
|
|
1579
1580
|
line-height: 40px; }
|
|
@@ -1785,7 +1786,7 @@ body {
|
|
|
1785
1786
|
outline: 2px solid transparent;
|
|
1786
1787
|
outline-offset: 2px; }
|
|
1787
1788
|
.selector-button-primary h2 {
|
|
1788
|
-
font-family:
|
|
1789
|
+
font-family: Noto Sans,serif;
|
|
1789
1790
|
font-weight: 500;
|
|
1790
1791
|
font-size: 19px;
|
|
1791
1792
|
line-height: 23px;
|
|
@@ -1812,7 +1813,7 @@ body {
|
|
|
1812
1813
|
outline: 2px solid transparent;
|
|
1813
1814
|
outline-offset: 2px; }
|
|
1814
1815
|
.selector-button-border h2 {
|
|
1815
|
-
font-family:
|
|
1816
|
+
font-family: Noto Sans,serif;
|
|
1816
1817
|
font-weight: 500;
|
|
1817
1818
|
font-size: 19px;
|
|
1818
1819
|
line-height: 23px;
|
|
@@ -1839,7 +1840,7 @@ body {
|
|
|
1839
1840
|
outline: 2px solid transparent;
|
|
1840
1841
|
outline-offset: 2px; }
|
|
1841
1842
|
.input-mirror-selector-button h2 {
|
|
1842
|
-
font-family:
|
|
1843
|
+
font-family: Noto Sans,serif;
|
|
1843
1844
|
font-weight: 500;
|
|
1844
1845
|
font-size: 19px;
|
|
1845
1846
|
line-height: 23px;
|
|
@@ -1864,7 +1865,7 @@ body {
|
|
|
1864
1865
|
outline: 2px solid transparent;
|
|
1865
1866
|
outline-offset: 2px; }
|
|
1866
1867
|
.selector-button-primary-disabled h2 {
|
|
1867
|
-
font-family:
|
|
1868
|
+
font-family: Noto Sans,serif;
|
|
1868
1869
|
font-weight: 500;
|
|
1869
1870
|
font-size: 19px;
|
|
1870
1871
|
line-height: 23px;
|
|
@@ -2376,7 +2377,7 @@ body {
|
|
|
2376
2377
|
.emp-success-wrap header, .success-wrap header {
|
|
2377
2378
|
display: block;
|
|
2378
2379
|
margin-bottom: 8px;
|
|
2379
|
-
font-family:
|
|
2380
|
+
font-family: Noto Sans,serif;
|
|
2380
2381
|
font-weight: 700;
|
|
2381
2382
|
font-size: 32px;
|
|
2382
2383
|
line-height: 40px; }
|
|
@@ -2424,7 +2425,7 @@ body {
|
|
|
2424
2425
|
.emp-error-wrap header, .error-wrap header {
|
|
2425
2426
|
display: block;
|
|
2426
2427
|
margin-bottom: 8px;
|
|
2427
|
-
font-family:
|
|
2428
|
+
font-family: Noto Sans,serif;
|
|
2428
2429
|
font-weight: 700;
|
|
2429
2430
|
font-size: 32px;
|
|
2430
2431
|
line-height: 40px; }
|
|
@@ -4614,8 +4615,6 @@ video::-webkit-media-controls-panel {
|
|
|
4614
4615
|
--bg-opacity:1;
|
|
4615
4616
|
background-color: #fff;
|
|
4616
4617
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
4617
|
-
margin-left: 16px;
|
|
4618
|
-
margin-right: 16px;
|
|
4619
4618
|
padding: 16px;
|
|
4620
4619
|
margin-bottom: 24px; }
|
|
4621
4620
|
.CitizenHomeCard .header {
|
|
@@ -4645,11 +4644,8 @@ video::-webkit-media-controls-panel {
|
|
|
4645
4644
|
.CitizenHomeCard .links a {
|
|
4646
4645
|
display: inline-block;
|
|
4647
4646
|
margin-bottom: 10px;
|
|
4648
|
-
padding: 5px 8px !important;
|
|
4649
4647
|
background: #fdf5e2;
|
|
4650
|
-
|
|
4651
|
-
line-height: 17px;
|
|
4652
|
-
border: 1px solid #d2b03a; }
|
|
4648
|
+
line-height: 17px; }
|
|
4653
4649
|
|
|
4654
4650
|
@media (min-width: 780px) {
|
|
4655
4651
|
.citizenAllServiceGrid {
|
|
@@ -4665,14 +4661,9 @@ video::-webkit-media-controls-panel {
|
|
|
4665
4661
|
gap: 1px; }
|
|
4666
4662
|
.CitizenHomeCard {
|
|
4667
4663
|
padding: 16px !important;
|
|
4668
|
-
margin-right: 16px !important;
|
|
4669
4664
|
display: block !important;
|
|
4670
4665
|
-webkit-box-shadow: rgba(50, 50, 93, 0.18) 0 50px 100px -20px, rgba(0, 0, 0, 0.16) 0 30px 60px -30px, rgba(10, 37, 64, 0.17) 0 -2px 6px 0 inset;
|
|
4671
|
-
box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.18), 0 30px 60px -30px rgba(0, 0, 0, 0.16), inset 0 -2px 6px 0 rgba(10, 37, 64, 0.17);
|
|
4672
|
-
display: inline-block;
|
|
4673
|
-
margin-right: 24px;
|
|
4674
|
-
padding: 24px;
|
|
4675
|
-
vertical-align: top; }
|
|
4666
|
+
box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.18), 0 30px 60px -30px rgba(0, 0, 0, 0.16), inset 0 -2px 6px 0 rgba(10, 37, 64, 0.17); }
|
|
4676
4667
|
.CitizenHomeCard .header {
|
|
4677
4668
|
padding-bottom: 24px;
|
|
4678
4669
|
font-size: 36px;
|
|
@@ -5035,7 +5026,7 @@ video::-webkit-media-controls-panel {
|
|
|
5035
5026
|
|
|
5036
5027
|
@media (min-width: 780px) {
|
|
5037
5028
|
.CardBasedOptions {
|
|
5038
|
-
width:
|
|
5029
|
+
width: calc(50% - 16px);
|
|
5039
5030
|
padding: 0 !important;
|
|
5040
5031
|
height: 250px !important; } }
|
|
5041
5032
|
|
|
@@ -5762,9 +5753,12 @@ video::-webkit-media-controls-panel {
|
|
|
5762
5753
|
.employeeChangePassword .submit-bar {
|
|
5763
5754
|
width: 100% !important; }
|
|
5764
5755
|
|
|
5765
|
-
.employeeChangePassword .card-text
|
|
5756
|
+
.employeeChangePassword .card-text {
|
|
5766
5757
|
text-align: center; }
|
|
5767
5758
|
|
|
5759
|
+
.employeeChangePassword .input-otp-wrap {
|
|
5760
|
+
text-align: center !important; }
|
|
5761
|
+
|
|
5768
5762
|
.submit-bar .submit-bar {
|
|
5769
5763
|
width: 100%; }
|
|
5770
5764
|
|
|
@@ -5915,6 +5909,9 @@ video::-webkit-media-controls-panel {
|
|
|
5915
5909
|
.employeeForgotPassword {
|
|
5916
5910
|
z-index: 2; }
|
|
5917
5911
|
|
|
5912
|
+
.bmc-otp {
|
|
5913
|
+
text-align: center !important; }
|
|
5914
|
+
|
|
5918
5915
|
.employee .breadcrumb {
|
|
5919
5916
|
margin-left: 8px;
|
|
5920
5917
|
margin-bottom: 24px; }
|
|
@@ -6082,8 +6079,8 @@ video::-webkit-media-controls-panel {
|
|
|
6082
6079
|
font-size: 1.5rem; }
|
|
6083
6080
|
|
|
6084
6081
|
.citizen .main {
|
|
6085
|
-
padding-top:
|
|
6086
|
-
min-height: calc(100vh -
|
|
6082
|
+
padding-top: 60px;
|
|
6083
|
+
min-height: calc(100vh - 45px);
|
|
6087
6084
|
display: -webkit-box !important;
|
|
6088
6085
|
display: -ms-flexbox !important;
|
|
6089
6086
|
display: flex !important; }
|
|
@@ -6404,8 +6401,8 @@ video::-webkit-media-controls-panel {
|
|
|
6404
6401
|
content: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png); }
|
|
6405
6402
|
.citizen .main {
|
|
6406
6403
|
width: 100%;
|
|
6407
|
-
padding-top:
|
|
6408
|
-
min-height: calc(100vh -
|
|
6404
|
+
padding-top: 60px;
|
|
6405
|
+
min-height: calc(100vh - 45px);
|
|
6409
6406
|
margin-bottom: 18px !important;
|
|
6410
6407
|
display: -webkit-box !important;
|
|
6411
6408
|
display: -ms-flexbox !important;
|
|
@@ -7819,7 +7816,7 @@ body {
|
|
|
7819
7816
|
.HomePageWrapper {
|
|
7820
7817
|
margin-top: -11px; }
|
|
7821
7818
|
.HomePageWrapper .BannerWithSearch {
|
|
7822
|
-
margin-bottom:
|
|
7819
|
+
margin-bottom: 0;
|
|
7823
7820
|
width: 100%;
|
|
7824
7821
|
position: relative; }
|
|
7825
7822
|
.HomePageWrapper .BannerWithSearch .Search {
|
|
@@ -7829,16 +7826,14 @@ body {
|
|
|
7829
7826
|
margin-right: 16px;
|
|
7830
7827
|
position: absolute; }
|
|
7831
7828
|
.HomePageWrapper .BannerWithSearch img {
|
|
7832
|
-
width: 100%;
|
|
7833
|
-
-o-object-fit: cover;
|
|
7834
|
-
object-fit: cover; }
|
|
7829
|
+
width: 100%; }
|
|
7835
7830
|
.HomePageWrapper .ServicesSection {
|
|
7836
7831
|
display: -webkit-box;
|
|
7837
7832
|
display: -ms-flexbox;
|
|
7838
7833
|
display: flex;
|
|
7839
7834
|
-ms-flex-wrap: wrap;
|
|
7840
7835
|
flex-wrap: wrap;
|
|
7841
|
-
padding:
|
|
7836
|
+
padding: 24px 15px 0;
|
|
7842
7837
|
width: 100% !important;
|
|
7843
7838
|
float: left !important; }
|
|
7844
7839
|
@media (min-width: 780px) {
|
|
@@ -7848,7 +7843,7 @@ body {
|
|
|
7848
7843
|
display: flex;
|
|
7849
7844
|
-ms-flex-wrap: wrap;
|
|
7850
7845
|
flex-wrap: wrap;
|
|
7851
|
-
padding:
|
|
7846
|
+
padding: 24px 15px 0;
|
|
7852
7847
|
width: 100%; } }
|
|
7853
7848
|
.HomePageWrapper .WhatsNewSection {
|
|
7854
7849
|
margin: 8px;
|
|
@@ -7882,7 +7877,6 @@ body {
|
|
|
7882
7877
|
padding-right: 15px;
|
|
7883
7878
|
padding-top: 0; } }
|
|
7884
7879
|
.HomePageWrapper .WhatsAppBanner {
|
|
7885
|
-
padding: 0 20px;
|
|
7886
7880
|
margin: auto;
|
|
7887
7881
|
cursor: pointer;
|
|
7888
7882
|
clear: both; }
|
|
@@ -7949,16 +7943,12 @@ body {
|
|
|
7949
7943
|
.HomePageWrapper {
|
|
7950
7944
|
width: 100%; }
|
|
7951
7945
|
.HomePageWrapper .BannerWithSearch {
|
|
7952
|
-
margin-bottom:
|
|
7946
|
+
margin-bottom: 0;
|
|
7953
7947
|
width: 100% !important; }
|
|
7954
7948
|
.HomePageWrapper .BannerWithSearch .Search {
|
|
7955
7949
|
width: 100%;
|
|
7956
7950
|
margin: 0;
|
|
7957
7951
|
padding: 0 15px; }
|
|
7958
|
-
.HomePageWrapper .BannerWithSearch img {
|
|
7959
|
-
height: 20vw; }
|
|
7960
|
-
.HomePageWrapper .WhatsAppBanner img {
|
|
7961
|
-
height: 20vw; }
|
|
7962
7952
|
.moduleLinkHomePage img {
|
|
7963
7953
|
min-width: 100vw;
|
|
7964
7954
|
height: 20vw; }
|
|
@@ -8985,6 +8975,34 @@ body {
|
|
|
8985
8975
|
.CardBasedOptions {
|
|
8986
8976
|
margin-bottom: 24px; }
|
|
8987
8977
|
|
|
8978
|
+
.mobile-CardWrapper {
|
|
8979
|
+
display: -webkit-box;
|
|
8980
|
+
display: -ms-flexbox;
|
|
8981
|
+
display: flex;
|
|
8982
|
+
-webkit-box-pack: center;
|
|
8983
|
+
-ms-flex-pack: center;
|
|
8984
|
+
justify-content: center;
|
|
8985
|
+
-webkit-box-align: center;
|
|
8986
|
+
-ms-flex-align: center;
|
|
8987
|
+
align-items: center;
|
|
8988
|
+
height: 100%; }
|
|
8989
|
+
|
|
8990
|
+
.mobile-CardWrapper .card, .mobile-CardWrapper .card-emp {
|
|
8991
|
+
width: 510px; }
|
|
8992
|
+
|
|
8993
|
+
.CardBasedOptions, .CitizenHomeCard {
|
|
8994
|
+
-webkit-transition: all .5s linear;
|
|
8995
|
+
transition: all .5s linear; }
|
|
8996
|
+
|
|
8997
|
+
.CardBasedOptions:hover, .CitizenHomeCard:hover {
|
|
8998
|
+
-webkit-box-shadow: 0 10px 9px rgba(202, 169, 61, 0.98);
|
|
8999
|
+
box-shadow: 0 10px 9px rgba(202, 169, 61, 0.98);
|
|
9000
|
+
cursor: pointer; }
|
|
9001
|
+
|
|
9002
|
+
.ChildOptionName a {
|
|
9003
|
+
font-size: 14px;
|
|
9004
|
+
color: #b08904; }
|
|
9005
|
+
|
|
8988
9006
|
@media screen and (max-width: 768px) {
|
|
8989
9007
|
.line {
|
|
8990
9008
|
top: 10px;
|
|
@@ -9032,6 +9050,11 @@ body {
|
|
|
9032
9050
|
background-size: cover;
|
|
9033
9051
|
background-repeat: round; }
|
|
9034
9052
|
|
|
9053
|
+
.citizen-home-container-forLoginBack {
|
|
9054
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/CitizenBG.png);
|
|
9055
|
+
background-size: cover;
|
|
9056
|
+
margin: 0 !important; }
|
|
9057
|
+
|
|
9035
9058
|
.logo-ic {
|
|
9036
9059
|
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/logo-bmc.png);
|
|
9037
9060
|
height: 80px;
|
|
@@ -9045,10 +9068,16 @@ body {
|
|
|
9045
9068
|
.employee-banner-image {
|
|
9046
9069
|
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/login-back.png);
|
|
9047
9070
|
height: 100vh;
|
|
9048
|
-
width: 100%;
|
|
9049
|
-
background-size: cover !important;
|
|
9050
9071
|
position: absolute; }
|
|
9051
9072
|
|
|
9073
|
+
.employee-banner-image, .scheme-back {
|
|
9074
|
+
width: 100%;
|
|
9075
|
+
background-size: cover !important; }
|
|
9076
|
+
|
|
9077
|
+
.scheme-back {
|
|
9078
|
+
background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/scheme-banner.png);
|
|
9079
|
+
height: 400px; }
|
|
9080
|
+
|
|
9052
9081
|
.aadhaar-container {
|
|
9053
9082
|
text-align: center; }
|
|
9054
9083
|
|
|
@@ -9068,7 +9097,7 @@ body {
|
|
|
9068
9097
|
|
|
9069
9098
|
.bmc-card-button, .bmc-card-button-cancel {
|
|
9070
9099
|
width: 147px;
|
|
9071
|
-
height:
|
|
9100
|
+
height: 36px;
|
|
9072
9101
|
outline: none;
|
|
9073
9102
|
color: #fff; }
|
|
9074
9103
|
|
|
@@ -9081,6 +9110,16 @@ body {
|
|
|
9081
9110
|
.bmc-card-master-button {
|
|
9082
9111
|
background-color: #d1b03f; }
|
|
9083
9112
|
|
|
9113
|
+
.bmc-card-button, .bmc-card-master-button {
|
|
9114
|
+
-webkit-transition: all 1s linear;
|
|
9115
|
+
transition: all 1s linear; }
|
|
9116
|
+
|
|
9117
|
+
.bmc-card-button:hover, .bmc-card-master-button:hover {
|
|
9118
|
+
background: #3255a7 !important;
|
|
9119
|
+
border-radius: 50px;
|
|
9120
|
+
-webkit-box-shadow: 0 5px 10px 0 #2f3237;
|
|
9121
|
+
box-shadow: 0 5px 10px 0 #2f3237; }
|
|
9122
|
+
|
|
9084
9123
|
.bmc-radio-wrap {
|
|
9085
9124
|
margin-bottom: 24px;
|
|
9086
9125
|
line-height: 2.5rem; }
|
|
@@ -9293,7 +9332,7 @@ body {
|
|
|
9293
9332
|
.bmc-card-button-cancel {
|
|
9294
9333
|
background-color: #b1b4b6;
|
|
9295
9334
|
width: 147px;
|
|
9296
|
-
height:
|
|
9335
|
+
height: 36px;
|
|
9297
9336
|
color: "black";
|
|
9298
9337
|
outline: "none"; }
|
|
9299
9338
|
|
|
@@ -9369,7 +9408,7 @@ body {
|
|
|
9369
9408
|
.bmc-card-button {
|
|
9370
9409
|
background-color: #d1b03f;
|
|
9371
9410
|
width: 147px;
|
|
9372
|
-
height:
|
|
9411
|
+
height: 36px;
|
|
9373
9412
|
color: #fff;
|
|
9374
9413
|
outline: none; }
|
|
9375
9414
|
|
|
@@ -9379,7 +9418,7 @@ body {
|
|
|
9379
9418
|
.bmc-card-master-button {
|
|
9380
9419
|
background-color: #5aae06;
|
|
9381
9420
|
width: 174px;
|
|
9382
|
-
height:
|
|
9421
|
+
height: 36px;
|
|
9383
9422
|
color: #fff;
|
|
9384
9423
|
outline: none; }
|
|
9385
9424
|
|
|
@@ -9631,6 +9670,8 @@ body {
|
|
|
9631
9670
|
.bmc-modal .popup-module {
|
|
9632
9671
|
width: 650px;
|
|
9633
9672
|
text-align: center;
|
|
9673
|
+
-ms-flex-line-pack: center;
|
|
9674
|
+
align-content: center;
|
|
9634
9675
|
padding-bottom: 1rem;
|
|
9635
9676
|
border-radius: 10px;
|
|
9636
9677
|
--bg-opacity:1;
|
|
@@ -9772,6 +9813,311 @@ body {
|
|
|
9772
9813
|
max-width: 200px;
|
|
9773
9814
|
overflow: scroll; } }
|
|
9774
9815
|
|
|
9816
|
+
.bmc-modal-overlay {
|
|
9817
|
+
position: fixed;
|
|
9818
|
+
top: 0;
|
|
9819
|
+
left: 0;
|
|
9820
|
+
right: 0;
|
|
9821
|
+
bottom: 0;
|
|
9822
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
9823
|
+
display: -webkit-box;
|
|
9824
|
+
display: -ms-flexbox;
|
|
9825
|
+
display: flex;
|
|
9826
|
+
-webkit-box-pack: center;
|
|
9827
|
+
-ms-flex-pack: center;
|
|
9828
|
+
justify-content: center;
|
|
9829
|
+
-webkit-box-align: center;
|
|
9830
|
+
-ms-flex-align: center;
|
|
9831
|
+
align-items: center;
|
|
9832
|
+
z-index: 9999; }
|
|
9833
|
+
|
|
9834
|
+
.bmc-modal-content {
|
|
9835
|
+
background: #fff;
|
|
9836
|
+
width: 90%;
|
|
9837
|
+
max-width: 500px;
|
|
9838
|
+
border-radius: 10px;
|
|
9839
|
+
padding: 16px;
|
|
9840
|
+
position: relative;
|
|
9841
|
+
-webkit-box-sizing: border-box;
|
|
9842
|
+
box-sizing: border-box; }
|
|
9843
|
+
|
|
9844
|
+
.bmc-modal-header {
|
|
9845
|
+
display: -webkit-box;
|
|
9846
|
+
display: -ms-flexbox;
|
|
9847
|
+
display: flex;
|
|
9848
|
+
-webkit-box-pack: justify;
|
|
9849
|
+
-ms-flex-pack: justify;
|
|
9850
|
+
justify-content: space-between;
|
|
9851
|
+
-webkit-box-align: center;
|
|
9852
|
+
-ms-flex-align: center;
|
|
9853
|
+
align-items: center;
|
|
9854
|
+
font-size: 18px;
|
|
9855
|
+
padding-bottom: 16px; }
|
|
9856
|
+
|
|
9857
|
+
.bmc-modal-title {
|
|
9858
|
+
font-size: 18px;
|
|
9859
|
+
font-weight: 700; }
|
|
9860
|
+
|
|
9861
|
+
.close-btn {
|
|
9862
|
+
cursor: pointer;
|
|
9863
|
+
background-color: #ccc;
|
|
9864
|
+
padding: 10px;
|
|
9865
|
+
border-radius: 8px; }
|
|
9866
|
+
|
|
9867
|
+
.bmc-modal-body {
|
|
9868
|
+
padding-bottom: 16px; }
|
|
9869
|
+
|
|
9870
|
+
.bmc-modal-footer {
|
|
9871
|
+
display: -webkit-box;
|
|
9872
|
+
display: -ms-flexbox;
|
|
9873
|
+
display: flex;
|
|
9874
|
+
-webkit-box-pack: justify;
|
|
9875
|
+
-ms-flex-pack: justify;
|
|
9876
|
+
justify-content: space-between;
|
|
9877
|
+
grid-gap: 10px;
|
|
9878
|
+
gap: 10px;
|
|
9879
|
+
margin-top: 16px; }
|
|
9880
|
+
|
|
9881
|
+
@media screen and (max-width: 600px) {
|
|
9882
|
+
.bmc-modal-content {
|
|
9883
|
+
width: 95%;
|
|
9884
|
+
max-width: none;
|
|
9885
|
+
padding: 10px; }
|
|
9886
|
+
.bmc-modal-header {
|
|
9887
|
+
-webkit-box-align: start;
|
|
9888
|
+
-ms-flex-align: start;
|
|
9889
|
+
align-items: flex-start; }
|
|
9890
|
+
.bmc-modal-title {
|
|
9891
|
+
font-size: 16px;
|
|
9892
|
+
margin-bottom: 10px; }
|
|
9893
|
+
.bmc-modal-footer {
|
|
9894
|
+
-webkit-box-orient: vertical;
|
|
9895
|
+
-webkit-box-direction: normal;
|
|
9896
|
+
-ms-flex-direction: column;
|
|
9897
|
+
flex-direction: column;
|
|
9898
|
+
grid-gap: 8px;
|
|
9899
|
+
gap: 8px; }
|
|
9900
|
+
.close-btn {
|
|
9901
|
+
padding: 8px; } }
|
|
9902
|
+
|
|
9903
|
+
@media screen and (min-width: 601px) and (max-width: 1024px) {
|
|
9904
|
+
.bmc-modal-content {
|
|
9905
|
+
width: 80%;
|
|
9906
|
+
padding: 14px; }
|
|
9907
|
+
.bmc-modal-header {
|
|
9908
|
+
-webkit-box-orient: vertical;
|
|
9909
|
+
-webkit-box-direction: normal;
|
|
9910
|
+
-ms-flex-direction: column;
|
|
9911
|
+
flex-direction: column; }
|
|
9912
|
+
.bmc-modal-footer {
|
|
9913
|
+
-webkit-box-orient: horizontal;
|
|
9914
|
+
-webkit-box-direction: normal;
|
|
9915
|
+
-ms-flex-direction: row;
|
|
9916
|
+
flex-direction: row;
|
|
9917
|
+
-webkit-box-pack: justify;
|
|
9918
|
+
-ms-flex-pack: justify;
|
|
9919
|
+
justify-content: space-between; } }
|
|
9920
|
+
|
|
9921
|
+
@media screen and (min-width: 1025px) {
|
|
9922
|
+
.bmc-modal-content {
|
|
9923
|
+
width: 50%;
|
|
9924
|
+
padding: 20px; } }
|
|
9925
|
+
|
|
9926
|
+
.bmc-pagination2 {
|
|
9927
|
+
display: -webkit-box;
|
|
9928
|
+
display: -ms-flexbox;
|
|
9929
|
+
display: flex;
|
|
9930
|
+
-webkit-box-pack: center;
|
|
9931
|
+
-ms-flex-pack: center;
|
|
9932
|
+
justify-content: center;
|
|
9933
|
+
-webkit-box-align: center;
|
|
9934
|
+
-ms-flex-align: center;
|
|
9935
|
+
align-items: center;
|
|
9936
|
+
grid-gap: 1rem;
|
|
9937
|
+
gap: 1rem;
|
|
9938
|
+
margin-top: 1rem;
|
|
9939
|
+
-ms-flex-wrap: wrap;
|
|
9940
|
+
flex-wrap: wrap;
|
|
9941
|
+
padding: 0 1rem; }
|
|
9942
|
+
|
|
9943
|
+
.bmc-pagination2-button {
|
|
9944
|
+
padding: .5rem 1rem;
|
|
9945
|
+
font-size: 1rem;
|
|
9946
|
+
border: 1px solid #ddd;
|
|
9947
|
+
border-radius: 5px;
|
|
9948
|
+
background-color: #f4f4f4;
|
|
9949
|
+
cursor: pointer;
|
|
9950
|
+
-webkit-transition: background-color .3s;
|
|
9951
|
+
transition: background-color .3s; }
|
|
9952
|
+
|
|
9953
|
+
.bmc-pagination2-button.disabled {
|
|
9954
|
+
opacity: .5;
|
|
9955
|
+
cursor: not-allowed; }
|
|
9956
|
+
|
|
9957
|
+
.bmc-pagination2-info {
|
|
9958
|
+
font-size: 1rem; }
|
|
9959
|
+
|
|
9960
|
+
@media (max-width: 768px) {
|
|
9961
|
+
.bmc-pagination2 {
|
|
9962
|
+
grid-gap: .5rem;
|
|
9963
|
+
gap: .5rem; }
|
|
9964
|
+
.bmc-pagination2-button {
|
|
9965
|
+
padding: .5rem;
|
|
9966
|
+
font-size: .9rem; }
|
|
9967
|
+
.bmc-pagination2-info {
|
|
9968
|
+
font-size: .9rem; } }
|
|
9969
|
+
|
|
9970
|
+
@media (max-width: 480px) {
|
|
9971
|
+
.bmc-pagination2 {
|
|
9972
|
+
grid-gap: .25rem;
|
|
9973
|
+
gap: .25rem; }
|
|
9974
|
+
.bmc-pagination2-button {
|
|
9975
|
+
padding: .4rem .8rem;
|
|
9976
|
+
font-size: .8rem; }
|
|
9977
|
+
.bmc-pagination2-info {
|
|
9978
|
+
font-size: .8rem; } }
|
|
9979
|
+
|
|
9980
|
+
.WhatsAppBanner img {
|
|
9981
|
+
width: 100%; }
|
|
9982
|
+
|
|
9983
|
+
@media (max-width: 320px) {
|
|
9984
|
+
.WhatsAppBanner img {
|
|
9985
|
+
content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
|
|
9986
|
+
|
|
9987
|
+
@media (max-width: 576px) {
|
|
9988
|
+
.WhatsAppBanner img {
|
|
9989
|
+
content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
|
|
9990
|
+
|
|
9991
|
+
@media (max-width: 650px) {
|
|
9992
|
+
.WhatsAppBanner img {
|
|
9993
|
+
content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
|
|
9994
|
+
|
|
9995
|
+
@media (max-width: 768px) {
|
|
9996
|
+
.WhatsAppBanner img {
|
|
9997
|
+
content: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/banner2forsmallscreen.png); } }
|
|
9998
|
+
|
|
9999
|
+
.bmc-links {
|
|
10000
|
+
display: block; }
|
|
10001
|
+
|
|
10002
|
+
.CitizenHomeCard .bmc-links a {
|
|
10003
|
+
padding: 8px 0 !important; }
|
|
10004
|
+
|
|
10005
|
+
.bmc-main-heading {
|
|
10006
|
+
font-size: 23px;
|
|
10007
|
+
font-weight: 700;
|
|
10008
|
+
margin-left: 10px;
|
|
10009
|
+
color: #c9a33e;
|
|
10010
|
+
margin-bottom: 5px; }
|
|
10011
|
+
|
|
10012
|
+
.bmc-links .linksWrapper a {
|
|
10013
|
+
-webkit-transition: all .5s linear;
|
|
10014
|
+
transition: all .5s linear; }
|
|
10015
|
+
|
|
10016
|
+
.bmc-links .linksWrapper a:hover {
|
|
10017
|
+
background: #3255a7;
|
|
10018
|
+
color: #fff;
|
|
10019
|
+
font-size: 18px;
|
|
10020
|
+
-webkit-box-shadow: 0 0 4px 4px #4f83be;
|
|
10021
|
+
box-shadow: 0 0 4px 4px #4f83be; }
|
|
10022
|
+
|
|
10023
|
+
.mobile-CardWrapper .card, .mobile-CardWrapper .card-emp {
|
|
10024
|
+
margin-top: -50px; }
|
|
10025
|
+
|
|
10026
|
+
.mobile-CardWrapper .card header, .mobile-CardWrapper .card-emp header, .mobile-CardWrapper .card p, .mobile-CardWrapper .card-emp p {
|
|
10027
|
+
text-align: center; }
|
|
10028
|
+
|
|
10029
|
+
.mobile-CardWrapper .card button, .mobile-CardWrapper .card-emp button {
|
|
10030
|
+
margin: auto; }
|
|
10031
|
+
|
|
10032
|
+
.mobile-CardWrapper .card p, .mobile-CardWrapper .card-emp p {
|
|
10033
|
+
font-size: 16px;
|
|
10034
|
+
font-weight: 100; }
|
|
10035
|
+
|
|
10036
|
+
.SideBarStatic {
|
|
10037
|
+
overflow: hidden; }
|
|
10038
|
+
|
|
10039
|
+
.drawer-desktop, .SideBarStatic {
|
|
10040
|
+
width: 60px;
|
|
10041
|
+
-webkit-transition: all .5s linear;
|
|
10042
|
+
transition: all .5s linear;
|
|
10043
|
+
height: 100%; }
|
|
10044
|
+
|
|
10045
|
+
.drawer-desktop:hover {
|
|
10046
|
+
width: 150px; }
|
|
10047
|
+
|
|
10048
|
+
.drawer-desktop:hover .profile-section {
|
|
10049
|
+
display: block; }
|
|
10050
|
+
|
|
10051
|
+
.drawer-desktop .profile-section .name-Profile {
|
|
10052
|
+
display: none; }
|
|
10053
|
+
|
|
10054
|
+
.drawer-desktop:hover .profile-section .name-Profile {
|
|
10055
|
+
display: block; }
|
|
10056
|
+
|
|
10057
|
+
.drawer-desktop .profile-section .loc-Profile {
|
|
10058
|
+
display: none; }
|
|
10059
|
+
|
|
10060
|
+
.drawer-desktop:hover .profile-section .loc-Profile {
|
|
10061
|
+
display: block; }
|
|
10062
|
+
|
|
10063
|
+
.drawer-desktop .profile-section .label-text {
|
|
10064
|
+
text-align: center; }
|
|
10065
|
+
|
|
10066
|
+
.SideBarStatic:hover, .SideBarStatic:hover .drawer-desktop {
|
|
10067
|
+
width: 150px; }
|
|
10068
|
+
|
|
10069
|
+
.card p.message-text, .card-emp p.message-text {
|
|
10070
|
+
font-size: 14px;
|
|
10071
|
+
font-weight: 100; }
|
|
10072
|
+
|
|
10073
|
+
.scheme-back h3 {
|
|
10074
|
+
font-size: 45px;
|
|
10075
|
+
font-weight: 700;
|
|
10076
|
+
color: #fff;
|
|
10077
|
+
background: rgba(176, 137, 4, 0.7098);
|
|
10078
|
+
padding: 10px 20px; }
|
|
10079
|
+
|
|
10080
|
+
.scheme-back {
|
|
10081
|
+
display: -webkit-box;
|
|
10082
|
+
display: -ms-flexbox;
|
|
10083
|
+
display: flex;
|
|
10084
|
+
-webkit-box-align: center;
|
|
10085
|
+
-ms-flex-align: center;
|
|
10086
|
+
align-items: center;
|
|
10087
|
+
-webkit-box-pack: center;
|
|
10088
|
+
-ms-flex-pack: center;
|
|
10089
|
+
justify-content: center; }
|
|
10090
|
+
|
|
10091
|
+
.ChildOptionName a {
|
|
10092
|
+
-webkit-transition: all .5s linear;
|
|
10093
|
+
transition: all .5s linear; }
|
|
10094
|
+
|
|
10095
|
+
.ChildOptionName a:hover {
|
|
10096
|
+
font-size: 18px; }
|
|
10097
|
+
|
|
10098
|
+
.bmc-mobile-card .card, .bmc-mobile-card .card-emp {
|
|
10099
|
+
background-color: rgba(255, 255, 255, 0.76) !important;
|
|
10100
|
+
padding-top: 40px;
|
|
10101
|
+
padding-bottom: 45px; }
|
|
10102
|
+
|
|
10103
|
+
button.submit-bar {
|
|
10104
|
+
-webkit-transition: all 1s linear;
|
|
10105
|
+
transition: all 1s linear; }
|
|
10106
|
+
|
|
10107
|
+
button.submit-bar:hover {
|
|
10108
|
+
background: #3255a7 !important;
|
|
10109
|
+
border-radius: 50px;
|
|
10110
|
+
-webkit-box-shadow: 0 5px 10px 0 #2f3237;
|
|
10111
|
+
box-shadow: 0 5px 10px 0 #2f3237; }
|
|
10112
|
+
|
|
10113
|
+
.checkbox-wrap .custom-checkbox, .checkbox-wrap .custom-checkbox-emp, .checkbox-wrap .custom-checkbox-emp {
|
|
10114
|
+
width: 28px !important;
|
|
10115
|
+
height: 28px !important; }
|
|
10116
|
+
|
|
10117
|
+
.checkbox-wrap .label {
|
|
10118
|
+
margin-left: 42px;
|
|
10119
|
+
line-height: 8px; }
|
|
10120
|
+
|
|
9775
10121
|
@media (max-width: 768px) {
|
|
9776
10122
|
.deonar-security {
|
|
9777
10123
|
display: -webkit-box;
|
|
@@ -10376,6 +10722,9 @@ body {
|
|
|
10376
10722
|
.primaryColor {
|
|
10377
10723
|
color: #0b0c0c !important; }
|
|
10378
10724
|
|
|
10725
|
+
.citizen-form-new {
|
|
10726
|
+
width: 100% !important; }
|
|
10727
|
+
|
|
10379
10728
|
@media (hover: hover) {
|
|
10380
10729
|
.primary-label-btn:hover {
|
|
10381
10730
|
color: #000; }
|