@tattvafoundation/upyog-css 1.0.14 → 1.0.16

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 #d1b03f; }
1121
1124
  .drawer-list .sidebar-list.active .menu-label {
1122
- color: #a82227; }
1125
+ color: #d1b03f; }
1123
1126
  .drawer-list .sidebar-list.active .icon {
1124
- fill: #a82227; }
1127
+ fill: #d1b03f; }
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 #d1b03f;
1228
+ padding-left: 11px; }
1229
+ .drawer-desktop .sidebar-list.active .menu-label {
1230
+ color: #d1b03f; }
1231
+ .drawer-desktop .sidebar-list.active .icon {
1232
+ fill: #d1b03f; }
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;
@@ -4638,10 +4647,16 @@ video::-webkit-media-controls-panel {
4638
4647
  line-height: 24px;
4639
4648
  --text-opacity:1;
4640
4649
  color: #a82227;
4641
- color: rgba(168, 34, 39, var(--text-opacity)); }
4650
+ color: rgba(168, 34, 39, var(--text-opacity));
4651
+ color: #d2b03a !important; }
4642
4652
  .CitizenHomeCard .links a {
4643
- display: block;
4644
- padding-bottom: 8px; }
4653
+ display: inline-block;
4654
+ margin-bottom: 10px;
4655
+ padding: 5px 8px !important;
4656
+ background: #fdf5e2;
4657
+ border-radius: 50px;
4658
+ line-height: 17px;
4659
+ border: 1px solid #d2b03a; }
4645
4660
 
4646
4661
  @media (min-width: 780px) {
4647
4662
  .citizenAllServiceGrid {
@@ -5008,21 +5023,22 @@ video::-webkit-media-controls-panel {
5008
5023
  margin: auto; }
5009
5024
  .CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper {
5010
5025
  margin: auto !important;
5011
- background: rgba(244, 119, 56, 0.12);
5026
+ background: rgba(202, 170, 63, 0.21176);
5012
5027
  mix-blend-mode: normal;
5013
- padding-top: 14px;
5028
+ padding-top: 11px;
5014
5029
  height: 3rem;
5015
5030
  width: 3rem;
5016
5031
  border-radius: 9999px;
5017
5032
  cursor: pointer; }
5018
5033
  .CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper svg {
5019
- height: 20px;
5020
- width: 20px;
5021
- fill: #a82227;
5034
+ height: 25px;
5035
+ width: 25px;
5036
+ fill: #d1b03f;
5022
5037
  margin: auto; }
5023
5038
  .CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionName {
5024
5039
  font-size: 12px;
5025
- line-height: 14px; }
5040
+ line-height: 14px;
5041
+ margin-top: 8px; }
5026
5042
 
5027
5043
  @media (min-width: 780px) {
5028
5044
  .CardBasedOptions {
@@ -5031,20 +5047,23 @@ video::-webkit-media-controls-panel {
5031
5047
  height: 250px !important; } }
5032
5048
 
5033
5049
  .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);
5050
+ background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
5035
5051
  background-size: cover; }
5036
5052
 
5053
+ .citizen .ServicesSection .CardBasedOptions:nth-child(odd) .inboxButton, .citizen .ServicesSection .CardBasedOptions:nth-child(odd) h2 {
5054
+ color: #858585 !important; }
5055
+
5037
5056
  .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);
5057
+ background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg);
5039
5058
  background-size: cover; }
5040
5059
 
5041
5060
  .citizen .employeeCustomCard {
5042
5061
  border-radius: 10px;
5043
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
5062
+ background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
5044
5063
  background-size: cover; }
5045
5064
  .citizen .employeeCustomCard .employeeCustomCard {
5046
5065
  border-radius: 10px;
5047
- background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
5066
+ background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
5048
5067
  background-size: cover; }
5049
5068
 
5050
5069
  .employee-card-banner {
@@ -5702,7 +5721,8 @@ video::-webkit-media-controls-panel {
5702
5721
  margin-top: 15px; }
5703
5722
  .loginFormStyleEmployee .employeeCard .submit-bar {
5704
5723
  width: 100%;
5705
- height: 2rem !important; }
5724
+ height: 2rem !important;
5725
+ background-color: #d1b03f !important; }
5706
5726
  .loginFormStyleEmployee .employeeCard .employeeCard .submit-bar .submit-bar header {
5707
5727
  line-height: 2rem !important;
5708
5728
  font-size: 16px; }
@@ -5728,7 +5748,7 @@ video::-webkit-media-controls-panel {
5728
5748
  z-index: 999;
5729
5749
  background-color: rgba(255, 255, 255, 0.92157); }
5730
5750
  .banner .bannerCard, .loginFormStyleEmployee .employeeCard {
5731
- min-width: 270px !important;
5751
+ min-width: 340px !important;
5732
5752
  background-color: rgba(255, 255, 255, 0.83922) !important; }
5733
5753
  .employeeChangePassword .employeeCard, .employeeForgotPassword .employeeCard {
5734
5754
  max-width: 270px !important;
@@ -5817,7 +5837,7 @@ video::-webkit-media-controls-panel {
5817
5837
  padding-top: 0 !important; }
5818
5838
 
5819
5839
  .banner {
5820
- height: 100vh !important; }
5840
+ height: calc(100vh - 140px) !important; }
5821
5841
 
5822
5842
  .employeeChangePassword .employeeCard .field .field-container {
5823
5843
  margin-bottom: 24px; }
@@ -5951,10 +5971,10 @@ video::-webkit-media-controls-panel {
5951
5971
  font-weight: 700; }
5952
5972
  .employee .topbar .right {
5953
5973
  float: right;
5954
- margin-top: 12px; }
5974
+ margin-top: 0; }
5955
5975
  .employee .topbar .right .user-img-txt {
5956
- background: #a82227;
5957
- padding: 10px 15px;
5976
+ background: #d1b03f;
5977
+ padding: 7px 15px;
5958
5978
  border-radius: 50%;
5959
5979
  color: #fff;
5960
5980
  font-weight: 700; }
@@ -6087,7 +6107,7 @@ video::-webkit-media-controls-panel {
6087
6107
  white-space: nowrap;
6088
6108
  height: calc(100vh - 36px);
6089
6109
  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);
6110
+ background-color: #f5eacd;
6091
6111
  background-blend-mode: lighten;
6092
6112
  background-size: cover; }
6093
6113
  .citizen .sidebar .actions, .employee .sidebar .actions {
@@ -6114,14 +6134,13 @@ video::-webkit-media-controls-panel {
6114
6134
  justify-content: space-between;
6115
6135
  padding: 20px; }
6116
6136
  .citizen .sidebar .sidebar-link.active, .employee .sidebar .sidebar-link.active {
6117
- color: #a82227 !important;
6137
+ color: #d1b03f !important;
6118
6138
  border-right: 4px solid #a82227; }
6119
6139
  .citizen .sidebar .sidebar-link.active svg, .employee .sidebar .sidebar-link.active svg {
6120
- fill: #a82227 !important; }
6140
+ fill: #d1b03f !important; }
6121
6141
  .citizen .sidebar .sidebar-link .employee-search-input, .employee .sidebar .sidebar-link .employee-search-input {
6122
6142
  border: none;
6123
6143
  outline: none;
6124
- background-color: transparent;
6125
6144
  margin-left: 13px; }
6126
6145
  .citizen .sidebar .sidebar-link .custom-link .tooltip, .employee .sidebar .sidebar-link .custom-link .tooltip {
6127
6146
  margin-left: 16px; }
@@ -6129,30 +6148,31 @@ video::-webkit-media-controls-panel {
6129
6148
  margin-left: unset !important;
6130
6149
  left: unset !important; }
6131
6150
  .citizen .sidebar .sidebar-link svg, .employee .sidebar .sidebar-link svg {
6132
- fill: #fff !important;
6151
+ fill: #d1b03f !important;
6133
6152
  width: 21px;
6134
6153
  height: 21px; }
6135
6154
  .citizen .sidebar .sidebar-link:hover, .employee .sidebar .sidebar-link:hover {
6136
- color: #a82227 !important;
6137
- background-color: #486480;
6155
+ color: #fff !important;
6156
+ background-color: rgba(202, 170, 63, 0.76);
6138
6157
  cursor: pointer; }
6139
6158
  .citizen .sidebar .sidebar-link:hover svg, .employee .sidebar .sidebar-link:hover svg {
6140
- fill: #a82227 !important; }
6159
+ fill: #fff !important; }
6141
6160
  .citizen .sidebar .sidebar-link .search-icon-wrapper svg, .employee .sidebar .sidebar-link .search-icon-wrapper svg {
6142
- fill: #fff !important;
6161
+ fill: #d1b03f !important;
6143
6162
  width: 21px;
6144
6163
  height: 21px; }
6145
6164
  .citizen .sidebar .sidebar-link .search-icon-wrapper svg path, .employee .sidebar .sidebar-link .search-icon-wrapper svg path {
6146
- fill: #fff !important; }
6165
+ fill: #d1b03f !important; }
6147
6166
  .citizen .sidebar .dropdown-link, .citizen .sidebar .sidebar-link, .employee .sidebar .dropdown-link, .employee .sidebar .sidebar-link {
6148
6167
  display: -webkit-box;
6149
6168
  display: -ms-flexbox;
6150
6169
  display: flex;
6151
- color: #fff;
6170
+ color: #d1b03f;
6152
6171
  -webkit-box-align: center;
6153
6172
  -ms-flex-align: center;
6154
6173
  align-items: center;
6155
- font-size: 14px; }
6174
+ font-size: 14px;
6175
+ color: #d1b03f; }
6156
6176
  .citizen .sidebar .dropdown-link, .employee .sidebar .dropdown-link {
6157
6177
  height: 40px;
6158
6178
  margin-left: 40px;
@@ -6165,8 +6185,8 @@ video::-webkit-media-controls-panel {
6165
6185
  height: 20px;
6166
6186
  fill: #fff; }
6167
6187
  .citizen .sidebar .dropdown-link:hover, .employee .sidebar .dropdown-link:hover {
6168
- color: #fe7a51 !important;
6169
- background-color: #486480;
6188
+ color: #fff !important;
6189
+ background-color: rgba(202, 170, 63, 0.76);
6170
6190
  cursor: pointer; }
6171
6191
  .citizen .sidebar .dropdown-link:hover svg, .employee .sidebar .dropdown-link:hover svg {
6172
6192
  fill: #fe7a51 !important; }
@@ -6273,9 +6293,7 @@ video::-webkit-media-controls-panel {
6273
6293
  gap: 10px; }
6274
6294
 
6275
6295
  .link {
6276
- --text-opacity:1;
6277
- color: #a82227;
6278
- color: rgba(168, 34, 39, var(--text-opacity));
6296
+ color: #d1b03f;
6279
6297
  cursor: pointer; }
6280
6298
  .link :hover {
6281
6299
  --text-opacity:1;
@@ -6469,6 +6487,9 @@ video::-webkit-media-controls-panel {
6469
6487
  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
6488
  border-radius: 12px; } }
6471
6489
 
6490
+ .actions.search-icon-wrapper svg:hover {
6491
+ fill: #fff !important; }
6492
+
6472
6493
  .flex-fit {
6473
6494
  display: -webkit-box;
6474
6495
  display: -ms-flexbox;
@@ -7201,7 +7222,7 @@ video::-webkit-media-controls-panel {
7201
7222
  padding: 0 !important; } }
7202
7223
 
7203
7224
  .employeeTotalLink {
7204
- color: #a82227;
7225
+ color: #d1b03f;
7205
7226
  font-size: 12px; }
7206
7227
 
7207
7228
  @media (min-width: 780px) {
@@ -7264,11 +7285,17 @@ video::-webkit-media-controls-panel {
7264
7285
  color: #a82227 !important; }
7265
7286
 
7266
7287
  .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);
7288
+ background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back1.jpg);
7268
7289
  background-size: cover; }
7269
7290
 
7291
+ .employee .customEmployeeCard:nth-child(odd) span {
7292
+ color: #858585 !important; }
7293
+
7294
+ .employee .customEmployeeCard:nth-child(odd) .logo-removeBorderRadiusLogo svg {
7295
+ fill: #858585 !important; }
7296
+
7270
7297
  .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);
7298
+ background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/back2.jpg);
7272
7299
  background-size: cover; }
7273
7300
 
7274
7301
  .employee .employeeCustomCard {
@@ -7814,7 +7841,9 @@ body {
7814
7841
  display: flex;
7815
7842
  -ms-flex-wrap: wrap;
7816
7843
  flex-wrap: wrap;
7817
- padding: 40px 15px 0; }
7844
+ padding: 40px 15px 0;
7845
+ width: 100% !important;
7846
+ float: left !important; }
7818
7847
  @media (min-width: 780px) {
7819
7848
  .HomePageWrapper .ServicesSection {
7820
7849
  display: -webkit-box;
@@ -7858,12 +7887,13 @@ body {
7858
7887
  .HomePageWrapper .WhatsAppBanner {
7859
7888
  padding: 0 20px;
7860
7889
  margin: auto;
7861
- cursor: pointer; }
7890
+ cursor: pointer;
7891
+ clear: both; }
7862
7892
 
7863
7893
  @media (min-width: 780px) {
7864
7894
  .SideBarStatic {
7865
7895
  width: 219px;
7866
- background: #fff;
7896
+ background: transparent;
7867
7897
  margin-top: -24px; } }
7868
7898
 
7869
7899
  @media (max-width: 780px) {
@@ -8990,12 +9020,29 @@ body {
8990
9020
  padding: 0 4rem; }
8991
9021
 
8992
9022
  .bmc-card-aadharimage {
8993
- background-image: url(../img/aadhaarCard.jpg);
9023
+ background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/aadhaarCard.jpg);
8994
9024
  height: 60vh;
8995
9025
  width: 100%;
8996
9026
  background-size: cover;
8997
9027
  background-repeat: round; }
8998
9028
 
9029
+ .logo-ic {
9030
+ background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/logo-bmc.png);
9031
+ height: 80px;
9032
+ width: 80px;
9033
+ background-size: 80px;
9034
+ background-position: 50%;
9035
+ width: 100%;
9036
+ background-repeat: no-repeat;
9037
+ margin-bottom: 10px; }
9038
+
9039
+ .employee-banner-image {
9040
+ background-image: url(https://ukpfms-digit-repo.s3.ap-south-1.amazonaws.com/bmc-images/login-back.png);
9041
+ height: 100vh;
9042
+ width: 100%;
9043
+ background-size: cover !important;
9044
+ position: absolute; }
9045
+
8999
9046
  .aadhaar-container {
9000
9047
  text-align: center; }
9001
9048
 
@@ -9580,127 +9627,6 @@ body {
9580
9627
  .bmc-modal .popup-module-main {
9581
9628
  padding: 0; }
9582
9629
 
9583
- .multi-column-dropdown-wrap {
9584
- position: relative;
9585
- font-size: 16px;
9586
- line-height: 20px;
9587
- --text-opacity:1;
9588
- color: #0b0c0c;
9589
- color: rgba(11, 12, 12, var(--text-opacity));
9590
- width: 100%; }
9591
-
9592
- .multi-column-dropdown-wrap .master, .multi-column-dropdown-wrap .master-active {
9593
- position: relative;
9594
- --border-opacity:1;
9595
- border: 1px solid #464646;
9596
- border-color: rgba(70, 70, 70, var(--border-opacity));
9597
- height: 2rem;
9598
- width: 100%; }
9599
-
9600
- .checkbox-wrap .multi-column-dropdown-wrap .master-active .input-emp[type=text], .checkbox-wrap .multi-column-dropdown-wrap .master .input-emp[type=text], .multi-column-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text], .multi-column-dropdown-wrap .master-active input[type=text], .multi-column-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .multi-column-dropdown-wrap .master-active .input-emp[type=text], .multi-column-dropdown-wrap .master .checkbox-wrap .input-emp[type=text], .multi-column-dropdown-wrap .master input[type=text], .multi-column-dropdown-wrap .master .checkbox-wrap .input-emp[type=text], .checkbox-wrap .multi-column-dropdown-wrap .master .input-emp[type=text] {
9601
- position: absolute;
9602
- top: 0;
9603
- left: 0;
9604
- padding-left: 8px;
9605
- min-height: 100%;
9606
- min-width: 100%;
9607
- opacity: 0; }
9608
-
9609
- .checkbox-wrap .multi-column-dropdown-wrap .master-active .input-emp[type=text]:focus, .checkbox-wrap .multi-column-dropdown-wrap .master .input-emp[type=text]:focus, .multi-column-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text]:focus, .multi-column-dropdown-wrap .master-active input[type=text]:focus, .multi-column-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text]:focus, .checkbox-wrap .multi-column-dropdown-wrap .master-active .input-emp[type=text]:focus, .multi-column-dropdown-wrap .master .checkbox-wrap .input-emp[type=text]:focus, .multi-column-dropdown-wrap .master input[type=text]:focus, .multi-column-dropdown-wrap .master .checkbox-wrap .input-emp[type=text]:focus, .checkbox-wrap .multi-column-dropdown-wrap .master .input-emp[type=text]:focus {
9610
- outline: 2px solid transparent;
9611
- outline-offset: 2px; }
9612
-
9613
- .multi-column-dropdown-wrap .master-active .label, .multi-column-dropdown-wrap .master .label {
9614
- display: -webkit-box;
9615
- display: -ms-flexbox;
9616
- display: flex;
9617
- -webkit-box-pack: justify;
9618
- -ms-flex-pack: justify;
9619
- justify-content: space-between;
9620
- padding-left: 8px;
9621
- width: 100%;
9622
- height: 100%; }
9623
-
9624
- .multi-column-dropdown-wrap .master-active .label svg, .multi-column-dropdown-wrap .master .label svg {
9625
- height: 2rem;
9626
- width: 2rem; }
9627
-
9628
- .multi-column-dropdown-wrap .master-active:hover, .multi-column-dropdown-wrap .master:hover {
9629
- --border-opacity:1;
9630
- border: 1px solid #a82227;
9631
- border-color: rgba(168, 34, 39, var(--border-opacity)); }
9632
-
9633
- .multi-column-dropdown-wrap .master-active {
9634
- border-width: 1px;
9635
- --border-opacity:1;
9636
- border-color: #a82227;
9637
- border-color: rgba(168, 34, 39, var(--border-opacity)); }
9638
-
9639
- .checkbox-wrap .multi-column-dropdown-wrap .master-active .input-emp[type=text], .multi-column-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text], .multi-column-dropdown-wrap .master-active input[type=text], .multi-column-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .multi-column-dropdown-wrap .master-active .input-emp[type=text] {
9640
- opacity: 1; }
9641
-
9642
- .multi-column-dropdown-wrap .master-active .label {
9643
- display: none; }
9644
-
9645
- .multi-column-dropdown-wrap .server {
9646
- -webkit-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);
9647
- 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);
9648
- top: 35px;
9649
- max-height: 20vmax;
9650
- overflow: scroll;
9651
- position: absolute;
9652
- min-width: 100%;
9653
- z-index: 20; }
9654
-
9655
- .multi-column-dropdown-wrap .server div {
9656
- display: -webkit-box;
9657
- display: -ms-flexbox;
9658
- display: flex;
9659
- width: 100%;
9660
- background-color: #fff;
9661
- background-color: rgba(255, 255, 255, var(--bg-opacity)); }
9662
-
9663
- .multi-column-dropdown-wrap .server div:hover {
9664
- background-color: #eee;
9665
- background-color: rgba(238, 238, 238, var(--bg-opacity)); }
9666
-
9667
- .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp, .multi-column-dropdown-wrap .server div input, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp {
9668
- height: 44px;
9669
- position: absolute;
9670
- min-width: 100%;
9671
- opacity: 0;
9672
- z-index: 20;
9673
- cursor: pointer; }
9674
-
9675
- .multi-column-dropdown-wrap .server div p {
9676
- padding: 12px;
9677
- font-size: 16px;
9678
- line-height: 20px;
9679
- --text-opacity:1;
9680
- color: #0b0c0c;
9681
- color: rgba(11, 12, 12, var(--text-opacity)); }
9682
-
9683
- .checkbox-wrap .multi-column-dropdown-wrap .server div .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .custom-checkbox, .multi-column-dropdown-wrap .server div .checkbox-wrap .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div .custom-checkbox-emp {
9684
- height: 25px;
9685
- width: 25px;
9686
- --border-opacity:1;
9687
- border: 1px solid #464646;
9688
- border-color: rgba(70, 70, 70, var(--border-opacity));
9689
- margin: 8px; }
9690
-
9691
- .checkbox-wrap .multi-column-dropdown-wrap .server div .custom-checkbox-emp svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .custom-checkbox-emp svg, .multi-column-dropdown-wrap .server div .custom-checkbox svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .custom-checkbox-emp svg, .checkbox-wrap .multi-column-dropdown-wrap .server div .custom-checkbox-emp svg {
9692
- opacity: 0;
9693
- z-index: 10; }
9694
-
9695
- .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div input:hover ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:hover ~ .custom-checkbox, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap input:hover ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div input:checked ~ .custom-checkbox, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox, .multi-column-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div input:hover ~ .custom-checkbox, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:hover ~ .custom-checkbox, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox, .multi-column-dropdown-wrap .server div .checkbox-wrap input:hover ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div input:hover ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox-emp {
9696
- border-width: 1px;
9697
- --border-opacity:1;
9698
- border-color: #a82227;
9699
- border-color: rgba(168, 34, 39, var(--border-opacity)); }
9700
-
9701
- .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox svg, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-column-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg, .multi-column-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg, .multi-column-dropdown-wrap .server div input:checked ~ .custom-checkbox svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox svg, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox svg, .multi-column-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-column-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp svg {
9702
- opacity: 1; }
9703
-
9704
9630
  .select-wrap {
9705
9631
  margin-bottom: 24px;
9706
9632
  position: relative;
@@ -9815,7 +9741,36 @@ body {
9815
9741
  background-color: #eee;
9816
9742
  background-color: rgba(238, 238, 238, var(--bg-opacity)); }
9817
9743
 
9744
+ .RightMostTopBarOptions .select-wrap svg {
9745
+ fill: #000; }
9746
+
9747
+ .scheme-ic {
9748
+ background: #fdf5e2;
9749
+ padding: 5px;
9750
+ border-radius: 50px;
9751
+ border: 1px solid #d1b03f; }
9752
+
9753
+ .img-responsive {
9754
+ width: 100%;
9755
+ height: auto; }
9756
+
9818
9757
  @media (max-width: 768px) {
9758
+ .deonar-security {
9759
+ display: -webkit-box;
9760
+ display: -ms-flexbox;
9761
+ display: flex;
9762
+ -ms-flex-wrap: wrap;
9763
+ flex-wrap: wrap; }
9764
+ .deonar-security-card {
9765
+ width: 100% !important; }
9766
+ .deonar-token-gen {
9767
+ -ms-flex-wrap: wrap;
9768
+ flex-wrap: wrap; }
9769
+ .deonar-input-gen {
9770
+ -webkit-box-flex: 0 !important;
9771
+ -ms-flex: none !important;
9772
+ flex: none !important;
9773
+ width: 100%; }
9819
9774
  .deonar-scrollable-table {
9820
9775
  display: -webkit-box !important;
9821
9776
  display: -ms-flexbox !important;
@@ -9845,6 +9800,16 @@ body {
9845
9800
  .bmc-form-field.half {
9846
9801
  grid-column: 1/-1; } }
9847
9802
 
9803
+ @media (min-width: 1024px) {
9804
+ .deonar-token-gen {
9805
+ -ms-flex-wrap: wrap;
9806
+ flex-wrap: wrap; }
9807
+ .deonar-input-gen {
9808
+ -webkit-box-flex: 0 !important;
9809
+ -ms-flex: none !important;
9810
+ flex: none !important;
9811
+ width: 100%; } }
9812
+
9848
9813
  @media (max-width: 1280px) {
9849
9814
  .deonar-scrollable-table {
9850
9815
  display: block; } }
@@ -10008,6 +9973,132 @@ body {
10008
9973
  .deonar-btn-cancel:hover, .deonar-btn-confirm:hover {
10009
9974
  opacity: .9; }
10010
9975
 
9976
+ .bmc-receipt-watermark {
9977
+ background-image: url(../img/bmc_receipt.png);
9978
+ background-size: contain;
9979
+ background-repeat: no-repeat;
9980
+ width: 100%;
9981
+ height: 100%;
9982
+ opacity: .1;
9983
+ position: absolute;
9984
+ top: 0;
9985
+ left: 0;
9986
+ z-index: -1;
9987
+ pointer-events: none; }
9988
+
9989
+ .bmc-edit-count-input {
9990
+ width: 60px;
9991
+ padding: 4px;
9992
+ border: 1px solid #ccc;
9993
+ border-radius: 4px;
9994
+ text-align: center; }
9995
+
9996
+ .bmc-action-buttons {
9997
+ display: -webkit-box;
9998
+ display: -ms-flexbox;
9999
+ display: flex;
10000
+ -webkit-box-align: center;
10001
+ -ms-flex-align: center;
10002
+ align-items: center;
10003
+ grid-gap: 8px;
10004
+ gap: 8px; }
10005
+
10006
+ .bmc-cancel-btn, .bmc-edit-btn, .bmc-save-btn {
10007
+ padding: 4px 8px;
10008
+ border-radius: 4px;
10009
+ cursor: pointer;
10010
+ border: none;
10011
+ font-size: 14px; }
10012
+
10013
+ .bmc-edit-btn {
10014
+ background-color: #1976d2;
10015
+ color: #fff; }
10016
+
10017
+ .bmc-save-btn {
10018
+ background-color: #4caf50;
10019
+ color: #fff; }
10020
+
10021
+ .bmc-remove-icon {
10022
+ cursor: pointer;
10023
+ margin-left: 10px;
10024
+ display: -webkit-inline-box;
10025
+ display: -ms-inline-flexbox;
10026
+ display: inline-flex;
10027
+ -webkit-box-align: center;
10028
+ -ms-flex-align: center;
10029
+ align-items: center; }
10030
+
10031
+ .bmc-count-adjuster {
10032
+ -webkit-box-orient: vertical;
10033
+ -webkit-box-direction: normal;
10034
+ -ms-flex-direction: column;
10035
+ flex-direction: column;
10036
+ grid-gap: 8px;
10037
+ gap: 8px; }
10038
+
10039
+ .bmc-count-adjuster, .bmc-count-info {
10040
+ display: -webkit-box;
10041
+ display: -ms-flexbox;
10042
+ display: flex; }
10043
+
10044
+ .bmc-count-info {
10045
+ grid-gap: 16px;
10046
+ gap: 16px;
10047
+ font-size: 14px; }
10048
+
10049
+ .bmc-count-input-group {
10050
+ display: -webkit-box;
10051
+ display: -ms-flexbox;
10052
+ display: flex;
10053
+ grid-gap: 8px;
10054
+ gap: 8px;
10055
+ -webkit-box-align: center;
10056
+ -ms-flex-align: center;
10057
+ align-items: center; }
10058
+
10059
+ .bmc-count-input {
10060
+ width: 80px;
10061
+ padding: 4px 8px;
10062
+ border: 1px solid #ccc;
10063
+ border-radius: 4px; }
10064
+
10065
+ .bmc-count-summary {
10066
+ display: -webkit-box;
10067
+ display: -ms-flexbox;
10068
+ display: flex;
10069
+ -webkit-box-align: center;
10070
+ -ms-flex-align: center;
10071
+ align-items: center;
10072
+ grid-gap: 12px;
10073
+ gap: 12px; }
10074
+
10075
+ .bmc-count-display {
10076
+ font-size: 14px;
10077
+ color: #666; }
10078
+
10079
+ .bmc-adjust-btn, .bmc-apply-btn, .bmc-cancel-btn {
10080
+ padding: 4px 8px;
10081
+ border-radius: 4px;
10082
+ border: none;
10083
+ cursor: pointer;
10084
+ font-size: 14px; }
10085
+
10086
+ .bmc-adjust-btn {
10087
+ background-color: #1976d2;
10088
+ color: #fff; }
10089
+
10090
+ .bmc-apply-btn {
10091
+ background-color: #4caf50;
10092
+ color: #fff; }
10093
+
10094
+ .bmc-cancel-btn {
10095
+ background-color: #f44336;
10096
+ color: #fff; }
10097
+
10098
+ .bmc-adjust-btn:disabled {
10099
+ background-color: #ccc;
10100
+ cursor: not-allowed; }
10101
+
10011
10102
  .ebe-add-employee-wrp {
10012
10103
  -webkit-box-orient: vertical;
10013
10104
  -webkit-box-direction: normal;
@@ -10040,6 +10131,94 @@ body {
10040
10131
  .ebe-custom-scroll {
10041
10132
  display: block; } }
10042
10133
 
10134
+ .multi-column-dropdown-wrap {
10135
+ position: relative;
10136
+ font-size: 16px;
10137
+ line-height: 20px;
10138
+ color: #0b0c0c;
10139
+ width: 100%; }
10140
+ .multi-column-dropdown-wrap .master, .multi-column-dropdown-wrap .master-active {
10141
+ position: relative;
10142
+ border: 1px solid #464646;
10143
+ height: 2rem;
10144
+ width: 100%; }
10145
+ .multi-column-dropdown-wrap .master input[type=text], .multi-column-dropdown-wrap .master .checkbox-wrap .input-emp[type=text], .checkbox-wrap .multi-column-dropdown-wrap .master .input-emp[type=text], .multi-column-dropdown-wrap .master-active input[type=text], .multi-column-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .multi-column-dropdown-wrap .master-active .input-emp[type=text] {
10146
+ position: absolute;
10147
+ top: 0;
10148
+ left: 0;
10149
+ padding-left: 8px;
10150
+ min-height: 100%;
10151
+ min-width: 100%;
10152
+ opacity: 0; }
10153
+ .multi-column-dropdown-wrap .master input[type=text]:focus, .multi-column-dropdown-wrap .master .checkbox-wrap .input-emp[type=text]:focus, .checkbox-wrap .multi-column-dropdown-wrap .master .input-emp[type=text]:focus, .multi-column-dropdown-wrap .master-active input[type=text]:focus, .multi-column-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text]:focus, .checkbox-wrap .multi-column-dropdown-wrap .master-active .input-emp[type=text]:focus {
10154
+ outline: 1px solid transparent;
10155
+ outline-offset: 2px; }
10156
+ .multi-column-dropdown-wrap .master .label, .multi-column-dropdown-wrap .master-active .label {
10157
+ display: -webkit-box;
10158
+ display: -ms-flexbox;
10159
+ display: flex;
10160
+ -webkit-box-pack: justify;
10161
+ -ms-flex-pack: justify;
10162
+ justify-content: space-between;
10163
+ -webkit-box-align: center;
10164
+ -ms-flex-align: center;
10165
+ align-items: center;
10166
+ padding-left: 8px;
10167
+ width: 100%;
10168
+ height: 100%; }
10169
+ .multi-column-dropdown-wrap .master .label svg, .multi-column-dropdown-wrap .master-active .label svg {
10170
+ height: 2rem;
10171
+ width: 2rem; }
10172
+ .multi-column-dropdown-wrap .master:hover, .multi-column-dropdown-wrap .master-active:hover {
10173
+ border-color: #a82227; }
10174
+ .multi-column-dropdown-wrap .master-active {
10175
+ border: 1px solid #a82227; }
10176
+ .multi-column-dropdown-wrap .master-active input[type=text], .multi-column-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .multi-column-dropdown-wrap .master-active .input-emp[type=text] {
10177
+ opacity: 1; }
10178
+ .multi-column-dropdown-wrap .master-active .label {
10179
+ display: none; }
10180
+ .multi-column-dropdown-wrap .server {
10181
+ -webkit-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);
10182
+ 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);
10183
+ top: 35px;
10184
+ max-height: 20vmax;
10185
+ overflow: auto;
10186
+ position: absolute;
10187
+ min-width: 100%;
10188
+ z-index: 20; }
10189
+ .multi-column-dropdown-wrap .server div {
10190
+ display: -webkit-box;
10191
+ display: -ms-flexbox;
10192
+ display: flex;
10193
+ width: 100%;
10194
+ background-color: #fff; }
10195
+ .multi-column-dropdown-wrap .server div:hover {
10196
+ background-color: #eee; }
10197
+ .multi-column-dropdown-wrap .server div input, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp {
10198
+ height: 44px;
10199
+ position: absolute;
10200
+ min-width: 100%;
10201
+ opacity: 0;
10202
+ z-index: 20;
10203
+ cursor: pointer; }
10204
+ .multi-column-dropdown-wrap .server div p {
10205
+ padding: 12px;
10206
+ font-size: 16px;
10207
+ line-height: 20px;
10208
+ color: #0b0c0c; }
10209
+ .multi-column-dropdown-wrap .server div .custom-checkbox, .multi-column-dropdown-wrap .server div .checkbox-wrap .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div .custom-checkbox-emp {
10210
+ height: 25px;
10211
+ width: 25px;
10212
+ border: 1px solid #464646;
10213
+ margin: 8px; }
10214
+ .multi-column-dropdown-wrap .server div .custom-checkbox svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .custom-checkbox-emp svg, .checkbox-wrap .multi-column-dropdown-wrap .server div .custom-checkbox-emp svg {
10215
+ opacity: 0;
10216
+ z-index: 10; }
10217
+ .multi-column-dropdown-wrap .server div input:checked ~ .custom-checkbox, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox, .multi-column-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp {
10218
+ border: 1px solid #a82227; }
10219
+ .multi-column-dropdown-wrap .server div input:checked ~ .custom-checkbox svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox svg, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox svg, .multi-column-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-column-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp svg, .multi-column-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-column-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp svg {
10220
+ opacity: 1; }
10221
+
10043
10222
  .display-none {
10044
10223
  display: none; }
10045
10224
 
@@ -10654,7 +10833,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
10654
10833
  background-color: #d7aefc !important; }
10655
10834
 
10656
10835
  .icon-banner-employee svg {
10657
- background-color: #bf2f3b !important;
10836
+ background-color: #d1b03f !important;
10658
10837
  width: 40px;
10659
10838
  height: 40px; }
10660
10839