@tattvafoundation/upyog-css 1.0.15 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -861,7 +861,7 @@ img, video {
861
861
  -webkit-box-sizing: content-box;
862
862
  box-sizing: initial; }
863
863
 
864
- .body-container, body {
864
+ body {
865
865
  --bg-opacity:1;
866
866
  background-color: #e3e3e3;
867
867
  background-color: rgba(227, 227, 227, var(--bg-opacity)); }
@@ -870,14 +870,17 @@ img, video {
870
870
  height: 100%;
871
871
  min-height: 100vh;
872
872
  overflow-x: hidden;
873
- position: relative !important; }
873
+ position: relative !important;
874
+ background-color: #f1f5fe; }
874
875
 
875
876
  .navbar {
876
877
  margin-bottom: 16px;
877
- background: -webkit-gradient(linear, left top, right top, from(#feeee7), color-stop(#a82227), to(#feeee7)) !important;
878
- background: linear-gradient(90deg, #feeee7, #a82227, #feeee7) !important; }
878
+ background: #fff !important;
879
+ color: #000 !important; }
879
880
  .navbar img {
880
881
  height: 24px; }
882
+ .navbar h3 {
883
+ border-color: #9f9e9e !important; }
881
884
 
882
885
  .h1 {
883
886
  font-size: 24px;
@@ -1056,7 +1059,7 @@ img, video {
1056
1059
  -ms-flex-align: center;
1057
1060
  align-items: center;
1058
1061
  padding-top: 30px;
1059
- background-color: #fff; }
1062
+ background-color: initial; }
1060
1063
  .profile-section img {
1061
1064
  width: 89px;
1062
1065
  height: 88px;
@@ -1117,11 +1120,11 @@ img, video {
1117
1120
  padding-right: 16px;
1118
1121
  padding-left: 16px; }
1119
1122
  .drawer-list .sidebar-list.active {
1120
- border-left: 5px solid #a82227; }
1123
+ border-left: 5px solid #b08905; }
1121
1124
  .drawer-list .sidebar-list.active .menu-label {
1122
- color: #a82227; }
1125
+ color: #b08905; }
1123
1126
  .drawer-list .sidebar-list.active .icon {
1124
- fill: #a82227; }
1127
+ fill: #b08905; }
1125
1128
  .drawer-list .sidebar-list .submenu-container {
1126
1129
  cursor: pointer;
1127
1130
  display: -webkit-box;
@@ -1175,100 +1178,106 @@ img, video {
1175
1178
  .drawer-list .dropdown-link .actions span {
1176
1179
  color: #5f5c62; }
1177
1180
 
1178
- .drawer-desktop .menu-item {
1179
- border: 10px;
1180
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1181
- cursor: pointer;
1182
- text-decoration: none;
1183
- margin: 0;
1184
- padding: 0;
1185
- outline: none;
1186
- font-size: 16px;
1187
- position: relative;
1188
- color: #5f5c62;
1189
- line-height: 48px;
1190
- -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
1191
- transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
1192
- min-height: 48px;
1193
- white-space: normal;
1194
- background: none; }
1195
- .drawer-desktop .menu-item .icon {
1196
- display: block;
1197
- color: #757575;
1198
- fill: #757575;
1199
- height: 21px !important;
1200
- width: 21px !important;
1201
- float: left;
1202
- margin-top: 12px; }
1203
- .drawer-desktop .menu-item .edit-btn-ico {
1204
- height: 17px;
1205
- width: 17px;
1206
- margin-top: 16px; }
1207
- .drawer-desktop .menu-item .icon + .menu-label {
1208
- margin-left: 36px;
1209
- overflow: hidden;
1210
- text-overflow: ellipsis;
1211
- white-space: nowrap; }
1212
-
1213
- @media (min-width: 780px) {
1214
- .drawer-desktop .sidebar-list {
1215
- padding-right: 16px;
1216
- padding-left: 16px; }
1217
- .drawer-desktop .sidebar-list.active {
1218
- border-left: 5px solid #a82227;
1219
- padding-left: 11px; }
1220
- .drawer-desktop .sidebar-list.active .menu-label {
1221
- color: #a82227; }
1222
- .drawer-desktop .sidebar-list.active .icon {
1223
- fill: #a82227; }
1224
- .drawer-desktop .sidebar-list .submenu-container {
1225
- cursor: pointer;
1226
- display: -webkit-box;
1227
- display: -ms-flexbox;
1228
- display: flex;
1229
- -webkit-box-orient: vertical;
1230
- -webkit-box-direction: normal;
1231
- -ms-flex-direction: column;
1232
- flex-direction: column; }
1233
- .drawer-desktop .sidebar-list .submenu-container .sidebar-link {
1234
- -webkit-box-pack: justify;
1235
- -ms-flex-pack: justify;
1236
- justify-content: space-between; }
1237
- .drawer-desktop .sidebar-list .submenu-container .sidebar-link svg {
1238
- width: 21px;
1239
- height: 21px;
1240
- color: #757575;
1241
- fill: #757575; }
1242
- .drawer-desktop .sidebar-list .submenu-container .sidebar-link .actions .tooltip {
1243
- margin-left: 16px; }
1244
- .drawer-desktop .sidebar-list .submenu-container .actions, .drawer-desktop .sidebar-list .submenu-container .sidebar-link {
1181
+ .drawer-desktop {
1182
+ background-color: #f5eacd;
1183
+ position: fixed;
1184
+ top: 0;
1185
+ bottom: 0;
1186
+ padding-top: 80px;
1187
+ width: 190px; }
1188
+ .drawer-desktop .menu-item {
1189
+ border: 10px;
1190
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1191
+ cursor: pointer;
1192
+ text-decoration: none;
1193
+ margin: 0;
1194
+ padding: 0;
1195
+ outline: none;
1196
+ font-size: 16px;
1197
+ position: relative;
1198
+ color: #5f5c62;
1199
+ line-height: 48px;
1200
+ -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
1201
+ transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
1202
+ min-height: 48px;
1203
+ white-space: normal;
1204
+ background: none; }
1205
+ .drawer-desktop .menu-item .icon {
1206
+ display: block;
1207
+ color: #757575;
1208
+ fill: #757575;
1209
+ height: 21px !important;
1210
+ width: 21px !important;
1211
+ float: left;
1212
+ margin-top: 12px; }
1213
+ .drawer-desktop .menu-item .edit-btn-ico {
1214
+ height: 17px;
1215
+ width: 17px;
1216
+ margin-top: 16px; }
1217
+ .drawer-desktop .menu-item .icon + .menu-label {
1218
+ margin-left: 36px;
1219
+ overflow: hidden;
1220
+ text-overflow: ellipsis;
1221
+ white-space: nowrap; }
1222
+ @media (min-width: 780px) {
1223
+ .drawer-desktop .sidebar-list {
1224
+ padding-right: 16px;
1225
+ padding-left: 16px; }
1226
+ .drawer-desktop .sidebar-list.active {
1227
+ border-left: 5px solid #b08905;
1228
+ padding-left: 11px; }
1229
+ .drawer-desktop .sidebar-list.active .menu-label {
1230
+ color: #b08905; }
1231
+ .drawer-desktop .sidebar-list.active .icon {
1232
+ fill: #b08905; }
1233
+ .drawer-desktop .sidebar-list .submenu-container {
1234
+ cursor: pointer;
1245
1235
  display: -webkit-box;
1246
1236
  display: -ms-flexbox;
1247
1237
  display: flex;
1248
- -webkit-box-align: center;
1249
- -ms-flex-align: center;
1250
- align-items: center; }
1251
- .drawer-desktop .sidebar-list .submenu-container .actions {
1252
- overflow: hidden !important; }
1253
- .drawer-desktop .sidebar-list .submenu-container .actions span {
1254
- margin-left: 13px;
1255
- line-height: 48px;
1256
- white-space: nowrap;
1257
- color: #5f5c62;
1258
- overflow: hidden;
1259
- text-overflow: ellipsis; }
1260
- .drawer-desktop .dropdown-link .actions {
1261
- display: -webkit-box;
1262
- display: -ms-flexbox;
1263
- display: flex;
1264
- padding: 1em; }
1265
- .drawer-desktop .dropdown-link .actions svg {
1266
- width: 21px;
1267
- height: 21px;
1268
- color: #757575;
1269
- fill: #757575; }
1270
- .drawer-desktop .dropdown-link .actions span {
1271
- color: #5f5c62; } }
1238
+ -webkit-box-orient: vertical;
1239
+ -webkit-box-direction: normal;
1240
+ -ms-flex-direction: column;
1241
+ flex-direction: column; }
1242
+ .drawer-desktop .sidebar-list .submenu-container .sidebar-link {
1243
+ -webkit-box-pack: justify;
1244
+ -ms-flex-pack: justify;
1245
+ justify-content: space-between; }
1246
+ .drawer-desktop .sidebar-list .submenu-container .sidebar-link svg {
1247
+ width: 21px;
1248
+ height: 21px;
1249
+ color: #757575;
1250
+ fill: #757575; }
1251
+ .drawer-desktop .sidebar-list .submenu-container .sidebar-link .actions .tooltip {
1252
+ margin-left: 16px; }
1253
+ .drawer-desktop .sidebar-list .submenu-container .actions, .drawer-desktop .sidebar-list .submenu-container .sidebar-link {
1254
+ display: -webkit-box;
1255
+ display: -ms-flexbox;
1256
+ display: flex;
1257
+ -webkit-box-align: center;
1258
+ -ms-flex-align: center;
1259
+ align-items: center; }
1260
+ .drawer-desktop .sidebar-list .submenu-container .actions {
1261
+ overflow: hidden !important; }
1262
+ .drawer-desktop .sidebar-list .submenu-container .actions span {
1263
+ margin-left: 13px;
1264
+ line-height: 48px;
1265
+ white-space: nowrap;
1266
+ color: #5f5c62;
1267
+ overflow: hidden;
1268
+ text-overflow: ellipsis; }
1269
+ .drawer-desktop .dropdown-link .actions {
1270
+ display: -webkit-box;
1271
+ display: -ms-flexbox;
1272
+ display: flex;
1273
+ padding: 1em; }
1274
+ .drawer-desktop .dropdown-link .actions svg {
1275
+ width: 21px;
1276
+ height: 21px;
1277
+ color: #757575;
1278
+ fill: #757575; }
1279
+ .drawer-desktop .dropdown-link .actions span {
1280
+ color: #5f5c62; } }
1272
1281
 
1273
1282
  .side-bar-footer {
1274
1283
  width: 200px;
@@ -1552,7 +1561,7 @@ img, video {
1552
1561
  @media (min-width: 780px) {
1553
1562
  .submit-bar, .submit-bar-disabled {
1554
1563
  width: 240px;
1555
- background-color: #882636 !important;
1564
+ background-color: #d1b03f !important;
1556
1565
  height: 2rem !important; }
1557
1566
  .card, .card-emp {
1558
1567
  display: -webkit-box;
@@ -1739,7 +1748,7 @@ img, video {
1739
1748
  width: 100% !important; }
1740
1749
 
1741
1750
  .language-selector .submit-bar, .submit-bar-disabled {
1742
- background-color: #5a1166 !important; }
1751
+ background-color: #d1b03f !important; }
1743
1752
 
1744
1753
  .owner-details {
1745
1754
  display: -webkit-box;
@@ -1761,9 +1770,6 @@ img, video {
1761
1770
 
1762
1771
  .selector-button-primary {
1763
1772
  height: 2rem;
1764
- --bg-opacity:1;
1765
- background-color: #a82227;
1766
- background-color: rgba(168, 34, 39, var(--bg-opacity));
1767
1773
  text-align: center;
1768
1774
  --border-opacity:1;
1769
1775
  border-color: #464646;
@@ -1773,7 +1779,8 @@ img, video {
1773
1779
  outline: 2px solid transparent;
1774
1780
  outline-offset: 2px;
1775
1781
  padding-left: 24px;
1776
- padding-right: 24px; }
1782
+ padding-right: 24px;
1783
+ background-color: #d1b03f; }
1777
1784
  .selector-button-primary:focus {
1778
1785
  outline: 2px solid transparent;
1779
1786
  outline-offset: 2px; }
@@ -1842,9 +1849,6 @@ img, video {
1842
1849
 
1843
1850
  .selector-button-primary-disabled {
1844
1851
  height: 2rem;
1845
- --bg-opacity:1;
1846
- background-color: #a82227;
1847
- background-color: rgba(168, 34, 39, var(--bg-opacity));
1848
1852
  text-align: center;
1849
1853
  --border-opacity:1;
1850
1854
  border-color: #464646;
@@ -1961,9 +1965,7 @@ img, video {
1961
1965
  border: 1px solid #464646;
1962
1966
  border-color: rgba(70, 70, 70, var(--border-opacity)); }
1963
1967
  .employee-select-wrap .select:hover {
1964
- --border-opacity:1;
1965
- border: 1px solid #a82227;
1966
- border-color: rgba(168, 34, 39, var(--border-opacity)); }
1968
+ border: 1px solid #b08905; }
1967
1969
  .employee-select-wrap .select input[type=text], .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select .input-emp[type=text] {
1968
1970
  width: calc(100% - 32px);
1969
1971
  background-color: initial;
@@ -3886,7 +3888,7 @@ video::-webkit-media-controls-panel {
3886
3888
 
3887
3889
  .bannerCard .customBtn-selected {
3888
3890
  border-color: transparent;
3889
- background-color: #5a1166 !important; }
3891
+ background-color: #d1b03f !important; }
3890
3892
 
3891
3893
  .bannerCard .bannerHeader p {
3892
3894
  font-size: 19px; }
@@ -4638,10 +4640,16 @@ video::-webkit-media-controls-panel {
4638
4640
  line-height: 24px;
4639
4641
  --text-opacity:1;
4640
4642
  color: #a82227;
4641
- color: rgba(168, 34, 39, var(--text-opacity)); }
4643
+ color: rgba(168, 34, 39, var(--text-opacity));
4644
+ color: #d2b03a !important; }
4642
4645
  .CitizenHomeCard .links a {
4643
- display: block;
4644
- padding-bottom: 8px; }
4646
+ display: inline-block;
4647
+ margin-bottom: 10px;
4648
+ padding: 5px 8px !important;
4649
+ background: #fdf5e2;
4650
+ border-radius: 50px;
4651
+ line-height: 17px;
4652
+ border: 1px solid #d2b03a; }
4645
4653
 
4646
4654
  @media (min-width: 780px) {
4647
4655
  .citizenAllServiceGrid {
@@ -5008,43 +5016,47 @@ video::-webkit-media-controls-panel {
5008
5016
  margin: auto; }
5009
5017
  .CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper {
5010
5018
  margin: auto !important;
5011
- background: rgba(244, 119, 56, 0.12);
5019
+ background: rgba(202, 170, 63, 0.21176);
5012
5020
  mix-blend-mode: normal;
5013
- padding-top: 14px;
5021
+ padding-top: 11px;
5014
5022
  height: 3rem;
5015
5023
  width: 3rem;
5016
5024
  border-radius: 9999px;
5017
5025
  cursor: pointer; }
5018
5026
  .CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper svg {
5019
- height: 20px;
5020
- width: 20px;
5021
- fill: #a82227;
5027
+ height: 25px;
5028
+ width: 25px;
5029
+ fill: #d1b03f;
5022
5030
  margin: auto; }
5023
5031
  .CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionName {
5024
5032
  font-size: 12px;
5025
- line-height: 14px; }
5033
+ line-height: 14px;
5034
+ margin-top: 8px; }
5026
5035
 
5027
5036
  @media (min-width: 780px) {
5028
5037
  .CardBasedOptions {
5029
- width: calc(50% - 16px);
5038
+ width: 100%;
5030
5039
  padding: 0 !important;
5031
5040
  height: 250px !important; } }
5032
5041
 
5033
5042
  .citizen .ServicesSection .CardBasedOptions:nth-child(odd) .employeeCustomCard {
5034
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
5043
+ background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
5035
5044
  background-size: cover; }
5036
5045
 
5046
+ .citizen .ServicesSection .CardBasedOptions:nth-child(odd) .inboxButton, .citizen .ServicesSection .CardBasedOptions:nth-child(odd) h2 {
5047
+ color: #858585 !important; }
5048
+
5037
5049
  .citizen .ServicesSection .CardBasedOptions:nth-child(2n) .employeeCustomCard {
5038
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png);
5050
+ background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg);
5039
5051
  background-size: cover; }
5040
5052
 
5041
5053
  .citizen .employeeCustomCard {
5042
5054
  border-radius: 10px;
5043
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
5055
+ background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
5044
5056
  background-size: cover; }
5045
5057
  .citizen .employeeCustomCard .employeeCustomCard {
5046
5058
  border-radius: 10px;
5047
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
5059
+ background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
5048
5060
  background-size: cover; }
5049
5061
 
5050
5062
  .employee-card-banner {
@@ -5702,7 +5714,8 @@ video::-webkit-media-controls-panel {
5702
5714
  margin-top: 15px; }
5703
5715
  .loginFormStyleEmployee .employeeCard .submit-bar {
5704
5716
  width: 100%;
5705
- height: 2rem !important; }
5717
+ height: 2rem !important;
5718
+ background-color: #d1b03f !important; }
5706
5719
  .loginFormStyleEmployee .employeeCard .employeeCard .submit-bar .submit-bar header {
5707
5720
  line-height: 2rem !important;
5708
5721
  font-size: 16px; }
@@ -5728,7 +5741,7 @@ video::-webkit-media-controls-panel {
5728
5741
  z-index: 999;
5729
5742
  background-color: rgba(255, 255, 255, 0.92157); }
5730
5743
  .banner .bannerCard, .loginFormStyleEmployee .employeeCard {
5731
- min-width: 270px !important;
5744
+ min-width: 340px !important;
5732
5745
  background-color: rgba(255, 255, 255, 0.83922) !important; }
5733
5746
  .employeeChangePassword .employeeCard, .employeeForgotPassword .employeeCard {
5734
5747
  max-width: 270px !important;
@@ -5744,7 +5757,7 @@ video::-webkit-media-controls-panel {
5744
5757
 
5745
5758
  .employeeForgotPassword .submit-bar {
5746
5759
  width: 100%;
5747
- background-color: #5a1166 !important; }
5760
+ background-color: #d1b03f !important; }
5748
5761
 
5749
5762
  .employeeChangePassword .submit-bar {
5750
5763
  width: 100% !important; }
@@ -5817,7 +5830,7 @@ video::-webkit-media-controls-panel {
5817
5830
  padding-top: 0 !important; }
5818
5831
 
5819
5832
  .banner {
5820
- height: 100vh !important; }
5833
+ height: calc(100vh - 140px) !important; }
5821
5834
 
5822
5835
  .employeeChangePassword .employeeCard .field .field-container {
5823
5836
  margin-bottom: 24px; }
@@ -5951,10 +5964,10 @@ video::-webkit-media-controls-panel {
5951
5964
  font-weight: 700; }
5952
5965
  .employee .topbar .right {
5953
5966
  float: right;
5954
- margin-top: 12px; }
5967
+ margin-top: 0; }
5955
5968
  .employee .topbar .right .user-img-txt {
5956
- background: #a82227;
5957
- padding: 10px 15px;
5969
+ background: #d1b03f;
5970
+ padding: 7px 15px;
5958
5971
  border-radius: 50%;
5959
5972
  color: #fff;
5960
5973
  font-weight: 700; }
@@ -6087,7 +6100,7 @@ video::-webkit-media-controls-panel {
6087
6100
  white-space: nowrap;
6088
6101
  height: calc(100vh - 36px);
6089
6102
  padding-bottom: 5rem;
6090
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png), url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
6103
+ background-color: #f5eacd;
6091
6104
  background-blend-mode: lighten;
6092
6105
  background-size: cover; }
6093
6106
  .citizen .sidebar .actions, .employee .sidebar .actions {
@@ -6109,19 +6122,19 @@ video::-webkit-media-controls-panel {
6109
6122
  display: -ms-flexbox;
6110
6123
  display: flex; }
6111
6124
  .citizen .sidebar .sidebar-link, .employee .sidebar .sidebar-link {
6125
+ color: #b08905;
6112
6126
  -webkit-box-pack: justify;
6113
6127
  -ms-flex-pack: justify;
6114
6128
  justify-content: space-between;
6115
6129
  padding: 20px; }
6116
6130
  .citizen .sidebar .sidebar-link.active, .employee .sidebar .sidebar-link.active {
6117
- color: #a82227 !important;
6118
- border-right: 4px solid #a82227; }
6131
+ color: #b08905 !important;
6132
+ border-right: 4px solid #b08905; }
6119
6133
  .citizen .sidebar .sidebar-link.active svg, .employee .sidebar .sidebar-link.active svg {
6120
- fill: #a82227 !important; }
6134
+ fill: #b08905 !important; }
6121
6135
  .citizen .sidebar .sidebar-link .employee-search-input, .employee .sidebar .sidebar-link .employee-search-input {
6122
6136
  border: none;
6123
6137
  outline: none;
6124
- background-color: transparent;
6125
6138
  margin-left: 13px; }
6126
6139
  .citizen .sidebar .sidebar-link .custom-link .tooltip, .employee .sidebar .sidebar-link .custom-link .tooltip {
6127
6140
  margin-left: 16px; }
@@ -6129,26 +6142,27 @@ video::-webkit-media-controls-panel {
6129
6142
  margin-left: unset !important;
6130
6143
  left: unset !important; }
6131
6144
  .citizen .sidebar .sidebar-link svg, .employee .sidebar .sidebar-link svg {
6132
- fill: #fff !important;
6145
+ fill: #b08905 !important;
6133
6146
  width: 21px;
6134
6147
  height: 21px; }
6135
6148
  .citizen .sidebar .sidebar-link:hover, .employee .sidebar .sidebar-link:hover {
6136
- color: #a82227 !important;
6137
- background-color: #486480;
6149
+ color: #fff !important;
6150
+ background-color: rgba(202, 170, 63, 0.76);
6138
6151
  cursor: pointer; }
6139
6152
  .citizen .sidebar .sidebar-link:hover svg, .employee .sidebar .sidebar-link:hover svg {
6140
- fill: #a82227 !important; }
6153
+ fill: #fff !important; }
6141
6154
  .citizen .sidebar .sidebar-link .search-icon-wrapper svg, .employee .sidebar .sidebar-link .search-icon-wrapper svg {
6142
- fill: #fff !important;
6155
+ fill: #d1b03f !important;
6143
6156
  width: 21px;
6144
6157
  height: 21px; }
6145
6158
  .citizen .sidebar .sidebar-link .search-icon-wrapper svg path, .employee .sidebar .sidebar-link .search-icon-wrapper svg path {
6146
- fill: #fff !important; }
6159
+ fill: #d1b03f !important; }
6160
+ .citizen .sidebar .sidebar-link .search-icon-wrapper input, .citizen .sidebar .sidebar-link .search-icon-wrapper .checkbox-wrap .input-emp, .checkbox-wrap .citizen .sidebar .sidebar-link .search-icon-wrapper .input-emp, .employee .sidebar .sidebar-link .search-icon-wrapper input, .employee .sidebar .sidebar-link .search-icon-wrapper .checkbox-wrap .input-emp, .checkbox-wrap .employee .sidebar .sidebar-link .search-icon-wrapper .input-emp {
6161
+ color: #d1b03f; }
6147
6162
  .citizen .sidebar .dropdown-link, .citizen .sidebar .sidebar-link, .employee .sidebar .dropdown-link, .employee .sidebar .sidebar-link {
6148
6163
  display: -webkit-box;
6149
6164
  display: -ms-flexbox;
6150
6165
  display: flex;
6151
- color: #fff;
6152
6166
  -webkit-box-align: center;
6153
6167
  -ms-flex-align: center;
6154
6168
  align-items: center;
@@ -6156,7 +6170,8 @@ video::-webkit-media-controls-panel {
6156
6170
  .citizen .sidebar .dropdown-link, .employee .sidebar .dropdown-link {
6157
6171
  height: 40px;
6158
6172
  margin-left: 40px;
6159
- text-decoration: none; }
6173
+ text-decoration: none;
6174
+ color: #d1b03f; }
6160
6175
  .citizen .sidebar .dropdown-link .actions .tooltiptext, .employee .sidebar .dropdown-link .actions .tooltiptext {
6161
6176
  left: unset;
6162
6177
  right: 1%; }
@@ -6165,16 +6180,16 @@ video::-webkit-media-controls-panel {
6165
6180
  height: 20px;
6166
6181
  fill: #fff; }
6167
6182
  .citizen .sidebar .dropdown-link:hover, .employee .sidebar .dropdown-link:hover {
6168
- color: #fe7a51 !important;
6169
- background-color: #486480;
6183
+ color: #fff !important;
6184
+ background-color: rgba(202, 170, 63, 0.76);
6170
6185
  cursor: pointer; }
6171
6186
  .citizen .sidebar .dropdown-link:hover svg, .employee .sidebar .dropdown-link:hover svg {
6172
6187
  fill: #fe7a51 !important; }
6173
6188
  .citizen .sidebar .dropdown-link.active, .employee .sidebar .dropdown-link.active {
6174
- color: #a82227 !important;
6175
- border-right: 4px solid #a82227; }
6189
+ color: #b08905 !important;
6190
+ border-right: 4px solid #b08905; }
6176
6191
  .citizen .sidebar .dropdown-link.active svg, .employee .sidebar .dropdown-link.active svg {
6177
- fill: #a82227 !important; }
6192
+ fill: #b08905 !important; }
6178
6193
  .citizen .sidebar span, .employee .sidebar span {
6179
6194
  margin-left: 16px;
6180
6195
  text-overflow: ellipsis;
@@ -6273,14 +6288,10 @@ video::-webkit-media-controls-panel {
6273
6288
  gap: 10px; }
6274
6289
 
6275
6290
  .link {
6276
- --text-opacity:1;
6277
- color: #a82227;
6278
- color: rgba(168, 34, 39, var(--text-opacity));
6291
+ color: #b08905;
6279
6292
  cursor: pointer; }
6280
6293
  .link :hover {
6281
- --text-opacity:1;
6282
- color: #c8602b;
6283
- color: rgba(200, 96, 43, var(--text-opacity)); }
6294
+ color: #06f; }
6284
6295
 
6285
6296
  .RightMostTopBarOptions {
6286
6297
  display: -webkit-box;
@@ -6469,6 +6480,9 @@ video::-webkit-media-controls-panel {
6469
6480
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.07843), 0 30px 60px -30px rgba(0, 0, 0, 0.18), inset 0 -2px 6px 0 rgba(10, 37, 64, 0.21961);
6470
6481
  border-radius: 12px; } }
6471
6482
 
6483
+ .actions.search-icon-wrapper svg:hover {
6484
+ fill: #fff !important; }
6485
+
6472
6486
  .flex-fit {
6473
6487
  display: -webkit-box;
6474
6488
  display: -ms-flexbox;
@@ -7201,7 +7215,7 @@ video::-webkit-media-controls-panel {
7201
7215
  padding: 0 !important; } }
7202
7216
 
7203
7217
  .employeeTotalLink {
7204
- color: #a82227;
7218
+ color: #d1b03f;
7205
7219
  font-size: 12px; }
7206
7220
 
7207
7221
  @media (min-width: 780px) {
@@ -7264,11 +7278,17 @@ video::-webkit-media-controls-panel {
7264
7278
  color: #a82227 !important; }
7265
7279
 
7266
7280
  .employee .customEmployeeCard:nth-child(odd) .employeeCustomCard {
7267
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
7281
+ background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
7268
7282
  background-size: cover; }
7269
7283
 
7284
+ .employee .customEmployeeCard:nth-child(odd) span {
7285
+ color: #858585 !important; }
7286
+
7287
+ .employee .customEmployeeCard:nth-child(odd) .logo-removeBorderRadiusLogo svg {
7288
+ fill: #858585 !important; }
7289
+
7270
7290
  .employee .customEmployeeCard:nth-child(2n) .employeeCustomCard {
7271
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png);
7291
+ background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg);
7272
7292
  background-size: cover; }
7273
7293
 
7274
7294
  .employee .employeeCustomCard {
@@ -7287,6 +7307,11 @@ video::-webkit-media-controls-panel {
7287
7307
  box-shadow: 1px 5px 6px 0 #e3e4e3;
7288
7308
  border-radius: 10px; }
7289
7309
 
7310
+ .employee-card-banner .links-wrapper {
7311
+ background-color: #fff;
7312
+ padding-bottom: 10px;
7313
+ border-radius: 10px; }
7314
+
7290
7315
  .text-employee-card {
7291
7316
  font-size: 1.5rem;
7292
7317
  font-weight: 700;
@@ -7792,7 +7817,7 @@ body {
7792
7817
  margin: 8px; }
7793
7818
 
7794
7819
  .HomePageWrapper {
7795
- margin-top: -25px; }
7820
+ margin-top: -11px; }
7796
7821
  .HomePageWrapper .BannerWithSearch {
7797
7822
  margin-bottom: 40px;
7798
7823
  width: 100%;
@@ -7804,7 +7829,6 @@ body {
7804
7829
  margin-right: 16px;
7805
7830
  position: absolute; }
7806
7831
  .HomePageWrapper .BannerWithSearch img {
7807
- height: 33vw;
7808
7832
  width: 100%;
7809
7833
  -o-object-fit: cover;
7810
7834
  object-fit: cover; }
@@ -7814,7 +7838,9 @@ body {
7814
7838
  display: flex;
7815
7839
  -ms-flex-wrap: wrap;
7816
7840
  flex-wrap: wrap;
7817
- padding: 40px 15px 0; }
7841
+ padding: 40px 15px 0;
7842
+ width: 100% !important;
7843
+ float: left !important; }
7818
7844
  @media (min-width: 780px) {
7819
7845
  .HomePageWrapper .ServicesSection {
7820
7846
  display: -webkit-box;
@@ -7858,12 +7884,13 @@ body {
7858
7884
  .HomePageWrapper .WhatsAppBanner {
7859
7885
  padding: 0 20px;
7860
7886
  margin: auto;
7861
- cursor: pointer; }
7887
+ cursor: pointer;
7888
+ clear: both; }
7862
7889
 
7863
7890
  @media (min-width: 780px) {
7864
7891
  .SideBarStatic {
7865
7892
  width: 219px;
7866
- background: #fff;
7893
+ background: transparent;
7867
7894
  margin-top: -24px; } }
7868
7895
 
7869
7896
  @media (max-width: 780px) {
@@ -8854,7 +8881,7 @@ body {
8854
8881
  background: none; }
8855
8882
 
8856
8883
  :root {
8857
- --primary-color:#f47738;
8884
+ --primary-color:#d1b03f;
8858
8885
  --secondary-color:#0b0c0c;
8859
8886
  --text-color:#333;
8860
8887
  --background-light:#f0f0f0;
@@ -8910,11 +8937,11 @@ body {
8910
8937
  height: 30px;
8911
8938
  border-radius: 50%;
8912
8939
  text-align: center;
8913
- border: 2px solid #f47738;
8940
+ border: 2px solid #d1b03f;
8914
8941
  border: 2px solid var(--primary-color); }
8915
8942
 
8916
8943
  .circles.completed {
8917
- background-color: #f47738;
8944
+ background-color: #d1b03f;
8918
8945
  background-color: var(--primary-color);
8919
8946
  display: -webkit-box;
8920
8947
  display: -ms-flexbox;
@@ -8955,10 +8982,8 @@ body {
8955
8982
  border-top-color: rgba(0, 0, 0, 0.8);
8956
8983
  top: 100%; }
8957
8984
 
8958
- .bmc-card-bannerImage {
8959
- background-image: url(../img/Free-Silai-Machine-Yojna-1-jpg.jpeg);
8960
- height: 40vh;
8961
- background-size: cover; }
8985
+ .CardBasedOptions {
8986
+ margin-bottom: 24px; }
8962
8987
 
8963
8988
  @media screen and (max-width: 768px) {
8964
8989
  .line {
@@ -8989,18 +9014,41 @@ body {
8989
9014
  .TLComments h3 {
8990
9015
  font-size: 10px; }
8991
9016
  .TLComments p {
8992
- font-size: 12px; } }
9017
+ font-size: 12px; }
9018
+ .employeeCustomCard .inboxButton, .employeeCustomCard h2 {
9019
+ font-size: 14px !important; }
9020
+ .CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionName {
9021
+ font-size: 10px; }
9022
+ .CardBasedOptions {
9023
+ margin-bottom: 10px; } }
8993
9024
 
8994
9025
  .bmc-card-full {
8995
9026
  padding: 0 4rem; }
8996
9027
 
8997
9028
  .bmc-card-aadharimage {
8998
- background-image: url(../img/aadhaarCard.jpg);
9029
+ background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/aadhaarCard.jpg);
8999
9030
  height: 60vh;
9000
9031
  width: 100%;
9001
9032
  background-size: cover;
9002
9033
  background-repeat: round; }
9003
9034
 
9035
+ .logo-ic {
9036
+ background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/logo-bmc.png);
9037
+ height: 80px;
9038
+ width: 80px;
9039
+ background-size: 80px;
9040
+ background-position: 50%;
9041
+ width: 100%;
9042
+ background-repeat: no-repeat;
9043
+ margin-bottom: 10px; }
9044
+
9045
+ .employee-banner-image {
9046
+ background-image: url(https://bmc-prod-s3.s3.ap-south-1.amazonaws.com/bmc-images/login-back.png);
9047
+ height: 100vh;
9048
+ width: 100%;
9049
+ background-size: cover !important;
9050
+ position: absolute; }
9051
+
9004
9052
  .aadhaar-container {
9005
9053
  text-align: center; }
9006
9054
 
@@ -9030,6 +9078,9 @@ body {
9030
9078
  .bmc-card-button-cancel {
9031
9079
  color: #000; }
9032
9080
 
9081
+ .bmc-card-master-button {
9082
+ background-color: #d1b03f; }
9083
+
9033
9084
  .bmc-radio-wrap {
9034
9085
  margin-bottom: 24px;
9035
9086
  line-height: 2.5rem; }
@@ -9038,7 +9089,7 @@ body {
9038
9089
  position: relative; }
9039
9090
 
9040
9091
  .bmc-radio-btn-wrap:hover .bmc-radio-btn-checkmark {
9041
- border-color: #f47738;
9092
+ border-color: #d1b03f;
9042
9093
  border-color: var(--primary-color); }
9043
9094
 
9044
9095
  .bmc-radio-btn {
@@ -9055,12 +9106,12 @@ body {
9055
9106
  border-radius: 50%; }
9056
9107
 
9057
9108
  .bmc-radio-btn:checked + .bmc-radio-btn-checkmark {
9058
- border-color: #f47738;
9109
+ border-color: #d1b03f;
9059
9110
  border-color: var(--primary-color); }
9060
9111
 
9061
9112
  .bmc-radio-btn:checked + .bmc-radio-btn-checkmark:after {
9062
9113
  display: block;
9063
- background-color: #f47738;
9114
+ background-color: #d1b03f;
9064
9115
  background-color: var(--primary-color);
9065
9116
  height: 1.25rem;
9066
9117
  width: 1.25rem;
@@ -9151,7 +9202,7 @@ body {
9151
9202
 
9152
9203
  .toggle-switch-inner:before {
9153
9204
  content: attr(data-yes);
9154
- background-color: #038403;
9205
+ background-color: #d1b03f;
9155
9206
  color: #fff; }
9156
9207
 
9157
9208
  .toggle-switch-inner:after {
@@ -9163,7 +9214,7 @@ body {
9163
9214
  display: block;
9164
9215
  width: 34px;
9165
9216
  margin: 0;
9166
- background: #f47738;
9217
+ background: #d1b03f;
9167
9218
  position: relative;
9168
9219
  top: 0;
9169
9220
  bottom: 0;
@@ -9270,7 +9321,7 @@ body {
9270
9321
  position: relative; }
9271
9322
 
9272
9323
  .bmc-radio-wrap .bmc-radio-btn-wrap:hover .bmc-radio-btn-checkmark {
9273
- border-color: #f47738; }
9324
+ border-color: #d1b03f; }
9274
9325
 
9275
9326
  .bmc-radio-wrap .bmc-radio-btn {
9276
9327
  opacity: 0;
@@ -9297,11 +9348,11 @@ body {
9297
9348
  content: ""; }
9298
9349
 
9299
9350
  .bmc-radio-wrap .bmc-radio-btn:checked + .bmc-radio-btn-checkmark {
9300
- border-color: #f47738; }
9351
+ border-color: #d1b03f; }
9301
9352
 
9302
9353
  .bmc-radio-wrap .bmc-radio-btn:checked + .bmc-radio-btn-checkmark:after {
9303
9354
  display: block;
9304
- background-color: #f47738;
9355
+ background-color: #d1b03f;
9305
9356
  height: 1.25rem;
9306
9357
  width: 1.25rem;
9307
9358
  border-radius: 9999px;
@@ -9316,7 +9367,7 @@ body {
9316
9367
  padding-bottom: 1rem; }
9317
9368
 
9318
9369
  .bmc-card-button {
9319
- background-color: #f47738;
9370
+ background-color: #d1b03f;
9320
9371
  width: 147px;
9321
9372
  height: 48px;
9322
9373
  color: #fff;
@@ -9423,6 +9474,10 @@ body {
9423
9474
  font-size: 12px;
9424
9475
  color: #333; }
9425
9476
 
9477
+ .linksWrapper a {
9478
+ width: 100%;
9479
+ text-align: center; }
9480
+
9426
9481
  @media only screen and (max-width: 768px) {
9427
9482
  .bmc-card-aadharimage {
9428
9483
  display: none; }
@@ -9482,7 +9537,7 @@ body {
9482
9537
  display: flex; } }
9483
9538
 
9484
9539
  @media only screen and (max-width: 480px) {
9485
- .bmc-card-aadharimage {
9540
+ .bmc-card-aadharimage, .RightMostTopBarOptions img#topbar-logo {
9486
9541
  display: none; }
9487
9542
  .bmc-radio-wrap {
9488
9543
  margin-top: 8px;
@@ -9554,7 +9609,7 @@ body {
9554
9609
  background-color: #e9ecef; }
9555
9610
 
9556
9611
  .bmc-pagination li.active button {
9557
- background-color: #f47738;
9612
+ background-color: #d1b03f;
9558
9613
  color: #fff; }
9559
9614
 
9560
9615
  .bmc-pagination li.disabled button {
@@ -9699,7 +9754,36 @@ body {
9699
9754
  background-color: #eee;
9700
9755
  background-color: rgba(238, 238, 238, var(--bg-opacity)); }
9701
9756
 
9757
+ .RightMostTopBarOptions .select-wrap svg {
9758
+ fill: #000; }
9759
+
9760
+ .scheme-ic {
9761
+ background: #fdf5e2;
9762
+ padding: 5px;
9763
+ border-radius: 50px;
9764
+ border: 1px solid #d1b03f; }
9765
+
9766
+ .img-responsive {
9767
+ width: 100%;
9768
+ height: auto; }
9769
+
9702
9770
  @media (max-width: 768px) {
9771
+ .deonar-security {
9772
+ display: -webkit-box;
9773
+ display: -ms-flexbox;
9774
+ display: flex;
9775
+ -ms-flex-wrap: wrap;
9776
+ flex-wrap: wrap; }
9777
+ .deonar-security-card {
9778
+ width: 100% !important; }
9779
+ .deonar-token-gen {
9780
+ -ms-flex-wrap: wrap;
9781
+ flex-wrap: wrap; }
9782
+ .deonar-input-gen {
9783
+ -webkit-box-flex: 0 !important;
9784
+ -ms-flex: none !important;
9785
+ flex: none !important;
9786
+ width: 100%; }
9703
9787
  .deonar-scrollable-table {
9704
9788
  display: -webkit-box !important;
9705
9789
  display: -ms-flexbox !important;
@@ -9729,6 +9813,16 @@ body {
9729
9813
  .bmc-form-field.half {
9730
9814
  grid-column: 1/-1; } }
9731
9815
 
9816
+ @media (min-width: 1024px) {
9817
+ .deonar-token-gen {
9818
+ -ms-flex-wrap: wrap;
9819
+ flex-wrap: wrap; }
9820
+ .deonar-input-gen {
9821
+ -webkit-box-flex: 0 !important;
9822
+ -ms-flex: none !important;
9823
+ flex: none !important;
9824
+ width: 100%; } }
9825
+
9732
9826
  @media (max-width: 1280px) {
9733
9827
  .deonar-scrollable-table {
9734
9828
  display: block; } }
@@ -9882,7 +9976,7 @@ body {
9882
9976
  cursor: pointer; }
9883
9977
 
9884
9978
  .deonar-btn-confirm {
9885
- background-color: #007bff;
9979
+ background-color: #d1b03f;
9886
9980
  color: #fff; }
9887
9981
 
9888
9982
  .deonar-btn-cancel {
@@ -9892,6 +9986,132 @@ body {
9892
9986
  .deonar-btn-cancel:hover, .deonar-btn-confirm:hover {
9893
9987
  opacity: .9; }
9894
9988
 
9989
+ .bmc-receipt-watermark {
9990
+ background-image: url(../img/bmc_receipt.png);
9991
+ background-size: contain;
9992
+ background-repeat: no-repeat;
9993
+ width: 100%;
9994
+ height: 100%;
9995
+ opacity: .1;
9996
+ position: absolute;
9997
+ top: 0;
9998
+ left: 0;
9999
+ z-index: -1;
10000
+ pointer-events: none; }
10001
+
10002
+ .bmc-edit-count-input {
10003
+ width: 60px;
10004
+ padding: 4px;
10005
+ border: 1px solid #ccc;
10006
+ border-radius: 4px;
10007
+ text-align: center; }
10008
+
10009
+ .bmc-action-buttons {
10010
+ display: -webkit-box;
10011
+ display: -ms-flexbox;
10012
+ display: flex;
10013
+ -webkit-box-align: center;
10014
+ -ms-flex-align: center;
10015
+ align-items: center;
10016
+ grid-gap: 8px;
10017
+ gap: 8px; }
10018
+
10019
+ .bmc-cancel-btn, .bmc-edit-btn, .bmc-save-btn {
10020
+ padding: 4px 8px;
10021
+ border-radius: 4px;
10022
+ cursor: pointer;
10023
+ border: none;
10024
+ font-size: 14px; }
10025
+
10026
+ .bmc-edit-btn {
10027
+ background-color: #1976d2;
10028
+ color: #fff; }
10029
+
10030
+ .bmc-save-btn {
10031
+ background-color: #4caf50;
10032
+ color: #fff; }
10033
+
10034
+ .bmc-remove-icon {
10035
+ cursor: pointer;
10036
+ margin-left: 10px;
10037
+ display: -webkit-inline-box;
10038
+ display: -ms-inline-flexbox;
10039
+ display: inline-flex;
10040
+ -webkit-box-align: center;
10041
+ -ms-flex-align: center;
10042
+ align-items: center; }
10043
+
10044
+ .bmc-count-adjuster {
10045
+ -webkit-box-orient: vertical;
10046
+ -webkit-box-direction: normal;
10047
+ -ms-flex-direction: column;
10048
+ flex-direction: column;
10049
+ grid-gap: 8px;
10050
+ gap: 8px; }
10051
+
10052
+ .bmc-count-adjuster, .bmc-count-info {
10053
+ display: -webkit-box;
10054
+ display: -ms-flexbox;
10055
+ display: flex; }
10056
+
10057
+ .bmc-count-info {
10058
+ grid-gap: 16px;
10059
+ gap: 16px;
10060
+ font-size: 14px; }
10061
+
10062
+ .bmc-count-input-group {
10063
+ display: -webkit-box;
10064
+ display: -ms-flexbox;
10065
+ display: flex;
10066
+ grid-gap: 8px;
10067
+ gap: 8px;
10068
+ -webkit-box-align: center;
10069
+ -ms-flex-align: center;
10070
+ align-items: center; }
10071
+
10072
+ .bmc-count-input {
10073
+ width: 80px;
10074
+ padding: 4px 8px;
10075
+ border: 1px solid #ccc;
10076
+ border-radius: 4px; }
10077
+
10078
+ .bmc-count-summary {
10079
+ display: -webkit-box;
10080
+ display: -ms-flexbox;
10081
+ display: flex;
10082
+ -webkit-box-align: center;
10083
+ -ms-flex-align: center;
10084
+ align-items: center;
10085
+ grid-gap: 12px;
10086
+ gap: 12px; }
10087
+
10088
+ .bmc-count-display {
10089
+ font-size: 14px;
10090
+ color: #666; }
10091
+
10092
+ .bmc-adjust-btn, .bmc-apply-btn, .bmc-cancel-btn {
10093
+ padding: 4px 8px;
10094
+ border-radius: 4px;
10095
+ border: none;
10096
+ cursor: pointer;
10097
+ font-size: 14px; }
10098
+
10099
+ .bmc-adjust-btn {
10100
+ background-color: #1976d2;
10101
+ color: #fff; }
10102
+
10103
+ .bmc-apply-btn {
10104
+ background-color: #4caf50;
10105
+ color: #fff; }
10106
+
10107
+ .bmc-cancel-btn {
10108
+ background-color: #f44336;
10109
+ color: #fff; }
10110
+
10111
+ .bmc-adjust-btn:disabled {
10112
+ background-color: #ccc;
10113
+ cursor: not-allowed; }
10114
+
9895
10115
  .ebe-add-employee-wrp {
9896
10116
  -webkit-box-orient: vertical;
9897
10117
  -webkit-box-direction: normal;
@@ -10139,7 +10359,7 @@ body {
10139
10359
  display: flex;
10140
10360
  grid-gap: 10px;
10141
10361
  gap: 10px;
10142
- color: #5a1166;
10362
+ color: #d1b03f;
10143
10363
  cursor: pointer;
10144
10364
  font-weight: 500;
10145
10365
  width: -webkit-fit-content;
@@ -10360,9 +10580,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
10360
10580
  position: relative;
10361
10581
  width: 100%; }
10362
10582
  .text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
10363
- --border-opacity:1;
10364
- border: 1px solid #a82227;
10365
- border-color: rgba(168, 34, 39, var(--border-opacity)); }
10583
+ border: 1px solid #b08905; }
10366
10584
 
10367
10585
  .text-input-width {
10368
10586
  max-width: 540px; }
@@ -10626,7 +10844,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
10626
10844
  background-color: #d7aefc !important; }
10627
10845
 
10628
10846
  .icon-banner-employee svg {
10629
- background-color: #bf2f3b !important;
10847
+ background-color: #d1b03f !important;
10630
10848
  width: 40px;
10631
10849
  height: 40px; }
10632
10850