@entit/digit-ui-css 2.0.0 → 2.0.1
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 +409 -2230
- package/dist/index.min.css +1 -1
- package/package.json +2 -2
- package/src/components/CardBasedOptions.scss +39 -105
- package/src/components/CitizenHomeCard.scss +35 -46
- package/src/components/PageBasedInput.scss +19 -27
- package/src/components/PropertySearchForm.scss +2 -2
- package/src/components/TimeLine.scss +2 -2
- package/src/components/bannercomponents.scss +3 -9
- package/src/components/body.scss +4 -32
- package/src/components/buttons.scss +0 -3
- package/src/components/card.scss +25 -48
- package/src/components/charts.scss +1 -134
- package/src/components/checkbox.scss +4 -35
- package/src/components/checkpoint.scss +1 -3
- package/src/components/datatable.scss +6 -10
- package/src/components/filters.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +15 -108
- package/src/components/info-banner.scss +2 -3
- package/src/components/languageSelector.scss +7 -8
- package/src/components/multiLink.scss +0 -15
- package/src/components/navbar.scss +12 -210
- package/src/components/radiobtn.scss +0 -12
- package/src/components/searchAction.scss +1 -1
- package/src/components/selectdropdown.scss +2 -28
- package/src/components/statushighlight.scss +1 -1
- package/src/components/summary.scss +0 -3
- package/src/components/table.scss +3 -14
- package/src/components/textfields.scss +1 -19
- package/src/components/topbar.scss +7 -21
- package/src/components/uploadcomponents.scss +0 -18
- package/src/index.scss +39 -263
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -8
- package/src/pages/citizen/DocumentList.scss +2 -2
- package/src/pages/citizen/HomePageWrapper.scss +84 -148
- package/src/pages/citizen/container.scss +1 -1
- package/src/pages/employee/cardfix.scss +1 -2
- package/src/pages/employee/container.scss +13 -13
- package/src/pages/employee/dss.scss +9 -142
- package/src/pages/employee/iframe.scss +1 -1
- package/src/pages/employee/inbox.scss +49 -259
- package/src/pages/employee/index.scss +75 -363
- package/src/pages/employee/login.scss +21 -96
- package/src/pages/employee/popupmodule.scss +0 -13
- package/src/pages/employee/scroll-table.scss +1 -1
- package/src/pages/employee/surveys.scss +6 -5
- package/svg/check.svg +1 -1
- package/svg/starempty.svg +1 -1
- package/svg/starfilled.svg +1 -1
- package/src/components/FAQ.scss +0 -64
- package/src/components/howItWorks.scss +0 -71
- package/src/components/plusMinus.scss +0 -15
- package/src/components/staticDynamicMessages.scss +0 -107
- package/src/components/staticSideBar.scss +0 -27
- package/src/components/toggleSwitch.scss +0 -41
package/dist/index.css
CHANGED
@@ -226,6 +226,11 @@ img, video {
|
|
226
226
|
-webkit-transform: rotate(1turn);
|
227
227
|
transform: rotate(1turn); } }
|
228
228
|
|
229
|
+
@keyframes spin {
|
230
|
+
to {
|
231
|
+
-webkit-transform: rotate(1turn);
|
232
|
+
transform: rotate(1turn); } }
|
233
|
+
|
229
234
|
@-webkit-keyframes ping {
|
230
235
|
75%, to {
|
231
236
|
-webkit-transform: scale(2);
|
@@ -258,6 +263,18 @@ img, video {
|
|
258
263
|
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
259
264
|
animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }
|
260
265
|
|
266
|
+
@keyframes bounce {
|
267
|
+
0%, to {
|
268
|
+
-webkit-transform: translateY(-25%);
|
269
|
+
transform: translateY(-25%);
|
270
|
+
-webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
|
271
|
+
animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
|
272
|
+
50% {
|
273
|
+
-webkit-transform: none;
|
274
|
+
transform: none;
|
275
|
+
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
276
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }
|
277
|
+
|
261
278
|
.rdrCalendarWrapper {
|
262
279
|
-webkit-box-sizing: border-box;
|
263
280
|
box-sizing: border-box;
|
@@ -852,13 +869,10 @@ img, video {
|
|
852
869
|
.body-container {
|
853
870
|
height: 100%;
|
854
871
|
min-height: 100vh;
|
855
|
-
overflow-x: hidden;
|
856
|
-
position: relative !important; }
|
872
|
+
overflow-x: hidden; }
|
857
873
|
|
858
874
|
.navbar {
|
859
|
-
margin-bottom: 16px;
|
860
|
-
background: -webkit-gradient(linear, left top, right top, from(#feeee7), color-stop(#a82227), to(#feeee7)) !important;
|
861
|
-
background: linear-gradient(90deg, #feeee7, #a82227, #feeee7) !important; }
|
875
|
+
margin-bottom: 16px; }
|
862
876
|
.navbar img {
|
863
877
|
height: 24px; }
|
864
878
|
|
@@ -873,14 +887,14 @@ img, video {
|
|
873
887
|
margin-left: 16px; }
|
874
888
|
|
875
889
|
.link-label {
|
876
|
-
color: #
|
877
|
-
color: rgba(
|
890
|
+
color: #f47738;
|
891
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
878
892
|
margin-bottom: 16px;
|
879
893
|
margin-left: 16px;
|
880
894
|
cursor: pointer; }
|
881
895
|
.link-label:hover {
|
882
|
-
color: #
|
883
|
-
color: rgba(
|
896
|
+
color: #f47738;
|
897
|
+
color: rgba(244, 119, 56, var(--text-opacity)); }
|
884
898
|
|
885
899
|
.back-btn, .link-label {
|
886
900
|
display: block;
|
@@ -917,9 +931,7 @@ img, video {
|
|
917
931
|
display: -webkit-box;
|
918
932
|
display: -ms-flexbox;
|
919
933
|
display: flex;
|
920
|
-
margin-bottom: 10px;
|
921
|
-
-ms-flex-wrap: wrap;
|
922
|
-
flex-wrap: wrap; }
|
934
|
+
margin-bottom: 10px; }
|
923
935
|
|
924
936
|
.bread-crumb--item {
|
925
937
|
margin-left: 5px; }
|
@@ -960,17 +972,9 @@ img, video {
|
|
960
972
|
.employee-app-container {
|
961
973
|
width: 100%; }
|
962
974
|
.app-container {
|
963
|
-
width:
|
964
|
-
|
965
|
-
|
966
|
-
.app-container form .card h2, .app-container form .card-emp h2 {
|
967
|
-
text-align: left; }
|
968
|
-
.app-container form .card .field-container, .app-container form .card-emp .field-container {
|
969
|
-
max-width: 540px; }
|
970
|
-
.app-container form .card button, .app-container form .card-emp button {
|
971
|
-
max-width: 240px; }
|
972
|
-
.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 {
|
973
|
-
text-align: left; }
|
975
|
+
width: 960px;
|
976
|
+
margin-left: 8px;
|
977
|
+
margin-right: auto; }
|
974
978
|
.h1 {
|
975
979
|
font-size: 36px;
|
976
980
|
line-height: 40px; }
|
@@ -980,13 +984,6 @@ img, video {
|
|
980
984
|
.body-container::-webkit-scrollbar {
|
981
985
|
display: none; }
|
982
986
|
|
983
|
-
.audit-card {
|
984
|
-
width: 80%;
|
985
|
-
margin-left: -21%;
|
986
|
-
margin-right: -27%;
|
987
|
-
max-height: 120px;
|
988
|
-
margin-top: 90px; }
|
989
|
-
|
990
987
|
.navbar {
|
991
988
|
--text-opacity:1;
|
992
989
|
color: #fff;
|
@@ -999,22 +996,11 @@ img, video {
|
|
999
996
|
position: fixed;
|
1000
997
|
z-index: 9999; }
|
1001
998
|
.navbar img {
|
1002
|
-
display: inline-block;
|
1003
999
|
min-width: 78px;
|
1004
1000
|
height: 24px; }
|
1005
|
-
.navbar .
|
1006
|
-
|
1007
|
-
-ms-flex-pack: justify;
|
1008
|
-
justify-content: space-between; }
|
1009
|
-
.navbar .nav, .navbar .nav-wrapper {
|
1010
|
-
display: -webkit-box;
|
1011
|
-
display: -ms-flexbox;
|
1012
|
-
display: flex; }
|
1013
|
-
@media (min-width: 780px) {
|
1014
|
-
.navbar .nav-wrapper .hamburger-span {
|
1015
|
-
display: none; } }
|
1001
|
+
.navbar h3, .navbar img {
|
1002
|
+
display: inline-block; }
|
1016
1003
|
.navbar h3 {
|
1017
|
-
display: inline-block;
|
1018
1004
|
--border-opacity:1;
|
1019
1005
|
border-color: #fff;
|
1020
1006
|
border-left: 1px;
|
@@ -1039,7 +1025,8 @@ img, video {
|
|
1039
1025
|
-ms-flex-align: center;
|
1040
1026
|
align-items: center;
|
1041
1027
|
padding-top: 30px;
|
1042
|
-
|
1028
|
+
padding-bottom: 30px;
|
1029
|
+
background-color: #e0e0e0; }
|
1043
1030
|
.profile-section img {
|
1044
1031
|
width: 89px;
|
1045
1032
|
height: 88px;
|
@@ -1048,21 +1035,16 @@ img, video {
|
|
1048
1035
|
color: #767676; }
|
1049
1036
|
.profile-section .label-container.name-Profile .label-text {
|
1050
1037
|
letter-spacing: .6px;
|
1051
|
-
|
1052
|
-
font-
|
1053
|
-
|
1054
|
-
.profile-section .profile-divider {
|
1055
|
-
border-top: 1px solid #d6d5d4;
|
1056
|
-
margin-left: 20px;
|
1057
|
-
margin-right: 20px;
|
1058
|
-
width: 90%;
|
1059
|
-
margin-top: 1rem; }
|
1038
|
+
color: #484848;
|
1039
|
+
font-weight: 500;
|
1040
|
+
font-size: 14px; }
|
1060
1041
|
|
1061
1042
|
.drawer-list {
|
1062
1043
|
padding-top: 16px;
|
1044
|
+
padding-left: 16px;
|
1045
|
+
padding-right: 16px;
|
1063
1046
|
position: relative;
|
1064
|
-
min-height: 1px;
|
1065
|
-
overflow: auto; }
|
1047
|
+
min-height: 1px; }
|
1066
1048
|
.drawer-list .menu-item {
|
1067
1049
|
border: 10px;
|
1068
1050
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
@@ -1093,172 +1075,13 @@ img, video {
|
|
1093
1075
|
width: 17px;
|
1094
1076
|
margin-top: 16px; }
|
1095
1077
|
.drawer-list .menu-item .icon + .menu-label {
|
1096
|
-
margin-left: 36px;
|
1097
|
-
text-overflow: ellipsis;
|
1098
|
-
white-space: nowrap; }
|
1099
|
-
.drawer-list .sidebar-list {
|
1100
|
-
padding-right: 16px;
|
1101
|
-
padding-left: 16px; }
|
1102
|
-
.drawer-list .sidebar-list.active {
|
1103
|
-
border-left: 5px solid #a82227; }
|
1104
|
-
.drawer-list .sidebar-list.active .menu-label {
|
1105
|
-
color: #a82227; }
|
1106
|
-
.drawer-list .sidebar-list.active .icon {
|
1107
|
-
fill: #a82227; }
|
1108
|
-
.drawer-list .sidebar-list .submenu-container {
|
1109
|
-
cursor: pointer;
|
1110
|
-
display: -webkit-box;
|
1111
|
-
display: -ms-flexbox;
|
1112
|
-
display: flex;
|
1113
|
-
-webkit-box-orient: vertical;
|
1114
|
-
-webkit-box-direction: normal;
|
1115
|
-
-ms-flex-direction: column;
|
1116
|
-
flex-direction: column; }
|
1117
|
-
.drawer-list .sidebar-list .submenu-container .sidebar-link {
|
1118
|
-
-webkit-box-pack: justify;
|
1119
|
-
-ms-flex-pack: justify;
|
1120
|
-
justify-content: space-between; }
|
1121
|
-
.drawer-list .sidebar-list .submenu-container .sidebar-link svg {
|
1122
|
-
width: 21px;
|
1123
|
-
height: 21px;
|
1124
|
-
color: #757575;
|
1125
|
-
fill: #757575; }
|
1126
|
-
.drawer-list .sidebar-list .submenu-container .actions, .drawer-list .sidebar-list .submenu-container .sidebar-link {
|
1127
|
-
display: -webkit-box;
|
1128
|
-
display: -ms-flexbox;
|
1129
|
-
display: flex;
|
1130
|
-
-webkit-box-align: center;
|
1131
|
-
-ms-flex-align: center;
|
1132
|
-
align-items: center; }
|
1133
|
-
.drawer-list .sidebar-list .submenu-container .actions {
|
1134
|
-
overflow: hidden !important; }
|
1135
|
-
.drawer-list .sidebar-list .submenu-container .actions span {
|
1136
|
-
margin-left: 13px;
|
1137
|
-
line-height: 48px;
|
1138
|
-
white-space: nowrap;
|
1139
|
-
overflow: hidden;
|
1140
|
-
text-overflow: ellipsis; }
|
1141
|
-
.drawer-list .sidebar-list .submenu-container .actions input, .drawer-list .sidebar-list .submenu-container .actions .checkbox-wrap .input-emp, .checkbox-wrap .drawer-list .sidebar-list .submenu-container .actions .input-emp, .drawer-list .sidebar-list .submenu-container .actions span {
|
1142
|
-
color: #5f5c62; }
|
1143
|
-
.drawer-list .sidebar-list .submenu-container .actions input, .drawer-list .sidebar-list .submenu-container .actions .checkbox-wrap .input-emp, .checkbox-wrap .drawer-list .sidebar-list .submenu-container .actions .input-emp {
|
1144
|
-
border: none;
|
1145
|
-
outline: none;
|
1146
|
-
margin-left: 16px;
|
1147
|
-
padding: .5em; }
|
1148
|
-
.drawer-list .dropdown-link .actions {
|
1149
|
-
display: -webkit-box;
|
1150
|
-
display: -ms-flexbox;
|
1151
|
-
display: flex;
|
1152
|
-
padding: 1em; }
|
1153
|
-
.drawer-list .dropdown-link .actions svg {
|
1154
|
-
width: 21px;
|
1155
|
-
height: 21px;
|
1156
|
-
color: #757575;
|
1157
|
-
fill: #757575; }
|
1158
|
-
.drawer-list .dropdown-link .actions span {
|
1159
|
-
color: #5f5c62; }
|
1160
|
-
|
1161
|
-
.drawer-desktop .menu-item {
|
1162
|
-
border: 10px;
|
1163
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
1164
|
-
cursor: pointer;
|
1165
|
-
text-decoration: none;
|
1166
|
-
margin: 0;
|
1167
|
-
padding: 0;
|
1168
|
-
outline: none;
|
1169
|
-
font-size: 16px;
|
1170
|
-
position: relative;
|
1171
|
-
color: #5f5c62;
|
1172
|
-
line-height: 48px;
|
1173
|
-
-webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
|
1174
|
-
transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
|
1175
|
-
min-height: 48px;
|
1176
|
-
white-space: normal;
|
1177
|
-
background: none; }
|
1178
|
-
.drawer-desktop .menu-item .icon {
|
1179
|
-
display: block;
|
1180
|
-
color: #757575;
|
1181
|
-
fill: #757575;
|
1182
|
-
height: 21px !important;
|
1183
|
-
width: 21px !important;
|
1184
|
-
float: left;
|
1185
|
-
margin-top: 12px; }
|
1186
|
-
.drawer-desktop .menu-item .edit-btn-ico {
|
1187
|
-
height: 17px;
|
1188
|
-
width: 17px;
|
1189
|
-
margin-top: 16px; }
|
1190
|
-
.drawer-desktop .menu-item .icon + .menu-label {
|
1191
|
-
margin-left: 36px;
|
1192
|
-
overflow: hidden;
|
1193
|
-
text-overflow: ellipsis;
|
1194
|
-
white-space: nowrap; }
|
1195
|
-
|
1196
|
-
@media (min-width: 780px) {
|
1197
|
-
.drawer-desktop .sidebar-list {
|
1198
|
-
padding-right: 16px;
|
1199
|
-
padding-left: 16px; }
|
1200
|
-
.drawer-desktop .sidebar-list.active {
|
1201
|
-
border-left: 5px solid #a82227;
|
1202
|
-
padding-left: 11px; }
|
1203
|
-
.drawer-desktop .sidebar-list.active .menu-label {
|
1204
|
-
color: #a82227; }
|
1205
|
-
.drawer-desktop .sidebar-list.active .icon {
|
1206
|
-
fill: #a82227; }
|
1207
|
-
.drawer-desktop .sidebar-list .submenu-container {
|
1208
|
-
cursor: pointer;
|
1209
|
-
display: -webkit-box;
|
1210
|
-
display: -ms-flexbox;
|
1211
|
-
display: flex;
|
1212
|
-
-webkit-box-orient: vertical;
|
1213
|
-
-webkit-box-direction: normal;
|
1214
|
-
-ms-flex-direction: column;
|
1215
|
-
flex-direction: column; }
|
1216
|
-
.drawer-desktop .sidebar-list .submenu-container .sidebar-link {
|
1217
|
-
-webkit-box-pack: justify;
|
1218
|
-
-ms-flex-pack: justify;
|
1219
|
-
justify-content: space-between; }
|
1220
|
-
.drawer-desktop .sidebar-list .submenu-container .sidebar-link svg {
|
1221
|
-
width: 21px;
|
1222
|
-
height: 21px;
|
1223
|
-
color: #757575;
|
1224
|
-
fill: #757575; }
|
1225
|
-
.drawer-desktop .sidebar-list .submenu-container .sidebar-link .actions .tooltip {
|
1226
|
-
margin-left: 16px; }
|
1227
|
-
.drawer-desktop .sidebar-list .submenu-container .actions, .drawer-desktop .sidebar-list .submenu-container .sidebar-link {
|
1228
|
-
display: -webkit-box;
|
1229
|
-
display: -ms-flexbox;
|
1230
|
-
display: flex;
|
1231
|
-
-webkit-box-align: center;
|
1232
|
-
-ms-flex-align: center;
|
1233
|
-
align-items: center; }
|
1234
|
-
.drawer-desktop .sidebar-list .submenu-container .actions {
|
1235
|
-
overflow: hidden !important; }
|
1236
|
-
.drawer-desktop .sidebar-list .submenu-container .actions span {
|
1237
|
-
margin-left: 13px;
|
1238
|
-
line-height: 48px;
|
1239
|
-
white-space: nowrap;
|
1240
|
-
color: #5f5c62;
|
1241
|
-
overflow: hidden;
|
1242
|
-
text-overflow: ellipsis; }
|
1243
|
-
.drawer-desktop .dropdown-link .actions {
|
1244
|
-
display: -webkit-box;
|
1245
|
-
display: -ms-flexbox;
|
1246
|
-
display: flex;
|
1247
|
-
padding: 1em; }
|
1248
|
-
.drawer-desktop .dropdown-link .actions svg {
|
1249
|
-
width: 21px;
|
1250
|
-
height: 21px;
|
1251
|
-
color: #757575;
|
1252
|
-
fill: #757575; }
|
1253
|
-
.drawer-desktop .dropdown-link .actions span {
|
1254
|
-
color: #5f5c62; } }
|
1078
|
+
margin-left: 36px; }
|
1255
1079
|
|
1256
1080
|
.side-bar-footer {
|
1257
1081
|
width: 200px;
|
1258
1082
|
margin-left: 50px;
|
1259
|
-
|
1260
|
-
|
1261
|
-
position: relative; }
|
1083
|
+
position: absolute;
|
1084
|
+
bottom: 0; }
|
1262
1085
|
|
1263
1086
|
.digit-footer {
|
1264
1087
|
display: -webkit-box;
|
@@ -1277,8 +1100,7 @@ img, video {
|
|
1277
1100
|
padding: 16px 16px 24px;
|
1278
1101
|
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
|
1279
1102
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
|
1280
|
-
border-radius: 4px;
|
1281
|
-
max-width: 960px; }
|
1103
|
+
border-radius: 4px; }
|
1282
1104
|
.card .card-header, .card-emp .card-header {
|
1283
1105
|
font-size: 32px;
|
1284
1106
|
line-height: 40px;
|
@@ -1317,37 +1139,36 @@ img, video {
|
|
1317
1139
|
line-height: 24px; }
|
1318
1140
|
.card .card-text-button, .card-emp .card-text-button {
|
1319
1141
|
--text-opacity:1;
|
1320
|
-
color: #
|
1321
|
-
color: rgba(
|
1142
|
+
color: #f47738;
|
1143
|
+
color: rgba(244, 119, 56, var(--text-opacity)); }
|
1322
1144
|
.card .card-label, .card-emp .card-label {
|
1323
1145
|
font-size: 19px;
|
1324
1146
|
line-height: 23px;
|
1325
|
-
--text-opacity:1;
|
1326
1147
|
color: #0b0c0c;
|
1327
|
-
color: rgba(11, 12, 12, var(--text-opacity));
|
1328
|
-
|
1148
|
+
color: rgba(11, 12, 12, var(--text-opacity)); }
|
1149
|
+
.card .card-label, .card-emp .card-label, .card .card-label-error, .card-emp .card-label-error {
|
1150
|
+
--text-opacity:1;
|
1151
|
+
margin-bottom: 16px; }
|
1329
1152
|
.card .card-label-error, .card-emp .card-label-error {
|
1330
1153
|
display: block;
|
1331
1154
|
font-size: 14px;
|
1332
1155
|
line-height: 16px;
|
1333
1156
|
color: #d4351c;
|
1334
1157
|
color: rgba(212, 53, 28, var(--text-opacity)); }
|
1335
|
-
.card .card-label-desc, .card-emp .card-label-desc, .card .card-label-error, .card-emp .card-label-error {
|
1336
|
-
--text-opacity:1;
|
1337
|
-
margin-bottom: 16px; }
|
1338
1158
|
.card .card-label-desc, .card-emp .card-label-desc {
|
1339
1159
|
font-weight: 700;
|
1340
1160
|
color: #505a5f;
|
1341
|
-
color: rgba(80, 90, 95, var(--text-opacity));
|
1161
|
+
color: rgba(80, 90, 95, var(--text-opacity));
|
1162
|
+
margin-bottom: 16px; }
|
1342
1163
|
.card .card-label-desc, .card-emp .card-label-desc, .card .card-link, .card-emp .card-link {
|
1164
|
+
--text-opacity:1;
|
1343
1165
|
font-size: 16px;
|
1344
1166
|
line-height: 24px; }
|
1345
1167
|
.card .card-link, .card-emp .card-link {
|
1346
1168
|
display: block;
|
1347
1169
|
text-align: center;
|
1348
|
-
|
1349
|
-
color:
|
1350
|
-
color: rgba(168, 34, 39, var(--text-opacity));
|
1170
|
+
color: #f47738;
|
1171
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
1351
1172
|
margin-top: 16px;
|
1352
1173
|
cursor: pointer; }
|
1353
1174
|
|
@@ -1395,16 +1216,12 @@ img, video {
|
|
1395
1216
|
font-size: 18px;
|
1396
1217
|
line-height: 26px; }
|
1397
1218
|
.employeeCard .card-section-header {
|
1219
|
+
--text-opacity:1;
|
1220
|
+
color: #0b0c0c;
|
1221
|
+
color: rgba(11, 12, 12, var(--text-opacity));
|
1398
1222
|
font-size: 18px;
|
1399
1223
|
line-height: 28px;
|
1400
1224
|
font-weight: 700; }
|
1401
|
-
.employeeCard .card-section-header, .employeeCard .card-section-sub-text {
|
1402
|
-
--text-opacity:1;
|
1403
|
-
color: #0b0c0c;
|
1404
|
-
color: rgba(11, 12, 12, var(--text-opacity)); }
|
1405
|
-
.employeeCard .card-section-sub-text {
|
1406
|
-
font-size: 14px;
|
1407
|
-
line-height: 16px; }
|
1408
1225
|
.employeeCard .card-caption {
|
1409
1226
|
font-size: 18px;
|
1410
1227
|
line-height: 26px;
|
@@ -1431,8 +1248,8 @@ img, video {
|
|
1431
1248
|
line-height: 24px; }
|
1432
1249
|
.employeeCard .card-text-button {
|
1433
1250
|
--text-opacity:1;
|
1434
|
-
color: #
|
1435
|
-
color: rgba(
|
1251
|
+
color: #f47738;
|
1252
|
+
color: rgba(244, 119, 56, var(--text-opacity)); }
|
1436
1253
|
.employeeCard .card-label {
|
1437
1254
|
font-size: 19px;
|
1438
1255
|
line-height: 23px;
|
@@ -1470,7 +1287,7 @@ img, video {
|
|
1470
1287
|
padding-left: 25px; }
|
1471
1288
|
|
1472
1289
|
.employeeCard.fsm {
|
1473
|
-
margin-bottom:
|
1290
|
+
margin-bottom: 16px !important;
|
1474
1291
|
margin-left: 0 !important;
|
1475
1292
|
margin-right: 16px !important; }
|
1476
1293
|
|
@@ -1509,8 +1326,8 @@ img, video {
|
|
1509
1326
|
.submit-bar, .submit-bar-disabled {
|
1510
1327
|
height: 2.5rem;
|
1511
1328
|
--bg-opacity:1;
|
1512
|
-
background-color: #
|
1513
|
-
background-color: rgba(
|
1329
|
+
background-color: #f47738;
|
1330
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
1514
1331
|
text-align: center;
|
1515
1332
|
width: 100%;
|
1516
1333
|
outline: 2px solid transparent;
|
@@ -1519,8 +1336,7 @@ img, video {
|
|
1519
1336
|
outline-offset: 2px; }
|
1520
1337
|
|
1521
1338
|
.submit-bar-disabled {
|
1522
|
-
opacity: .5;
|
1523
|
-
background-color: #882636 !important; }
|
1339
|
+
opacity: .5; }
|
1524
1340
|
.submit-bar-disabled header {
|
1525
1341
|
font-family: Roboto Condensed,sans-serif;
|
1526
1342
|
font-weight: 500;
|
@@ -1529,22 +1345,19 @@ img, video {
|
|
1529
1345
|
--text-opacity:1;
|
1530
1346
|
color: #fff;
|
1531
1347
|
color: rgba(255, 255, 255, var(--text-opacity));
|
1532
|
-
line-height: 2.5rem;
|
1533
|
-
line-height: 2rem !important; }
|
1348
|
+
line-height: 2.5rem; }
|
1534
1349
|
|
1535
1350
|
@media (min-width: 780px) {
|
1536
1351
|
.submit-bar, .submit-bar-disabled {
|
1537
|
-
width: 240px;
|
1538
|
-
background-color: #882636 !important;
|
1539
|
-
height: 2rem !important; }
|
1352
|
+
width: 240px; }
|
1540
1353
|
.card, .card-emp {
|
1541
|
-
|
1542
|
-
|
1543
|
-
|
1544
|
-
-
|
1545
|
-
-
|
1546
|
-
-
|
1547
|
-
|
1354
|
+
margin-right: auto;
|
1355
|
+
padding-right: 300px;
|
1356
|
+
padding-left: 16px;
|
1357
|
+
padding-top: 16px;
|
1358
|
+
max-width: 960px;
|
1359
|
+
min-width: 640px;
|
1360
|
+
margin-left: 0; }
|
1548
1361
|
.card .card-header, .card-emp .card-header {
|
1549
1362
|
font-size: 48px;
|
1550
1363
|
line-height: 56px; }
|
@@ -1578,12 +1391,6 @@ img, video {
|
|
1578
1391
|
margin-bottom: 40px;
|
1579
1392
|
font-size: 24px;
|
1580
1393
|
line-height: 32px; }
|
1581
|
-
.employeeCard .card-section-sub-text {
|
1582
|
-
--text-opacity:1;
|
1583
|
-
color: #0b0c0c;
|
1584
|
-
color: rgba(11, 12, 12, var(--text-opacity));
|
1585
|
-
font-size: 16px;
|
1586
|
-
line-height: 24px; }
|
1587
1394
|
.employeeCard .card-search-heading {
|
1588
1395
|
margin-right: 0 !important;
|
1589
1396
|
margin-left: 0 !important;
|
@@ -1663,10 +1470,13 @@ img, video {
|
|
1663
1470
|
width: 240px; }
|
1664
1471
|
.home-page-info-banner-wrap {
|
1665
1472
|
max-width: 45%;
|
1666
|
-
min-width:
|
1473
|
+
min-width: 40%;
|
1667
1474
|
margin-left: 0;
|
1668
1475
|
margin-right: 24px;
|
1669
1476
|
margin-bottom: 24px; }
|
1477
|
+
.info-banner-wrap-citizen-override {
|
1478
|
+
min-width: 640px;
|
1479
|
+
max-width: 960px; }
|
1670
1480
|
.oc-aknowledgement-screen {
|
1671
1481
|
width: auto;
|
1672
1482
|
min-width: 240px;
|
@@ -1687,22 +1497,17 @@ img, video {
|
|
1687
1497
|
|
1688
1498
|
.BPAemployeeCard {
|
1689
1499
|
margin-right: 0 !important;
|
1690
|
-
margin-bottom:
|
1500
|
+
margin-bottom: 64px !important; }
|
1691
1501
|
|
1692
1502
|
.employee-application-details {
|
1693
1503
|
display: -webkit-box !important;
|
1694
1504
|
display: -ms-flexbox !important;
|
1695
1505
|
display: flex !important;
|
1696
|
-
-webkit-box-orient: vertical !important;
|
1697
|
-
-webkit-box-direction: normal !important;
|
1698
|
-
-ms-flex-direction: column !important;
|
1699
|
-
flex-direction: column !important;
|
1700
1506
|
-webkit-box-pack: justify !important;
|
1701
1507
|
-ms-flex-pack: justify !important;
|
1702
1508
|
justify-content: space-between !important;
|
1703
|
-
max-height:
|
1704
|
-
height:
|
1705
|
-
margin-bottom: 15px !important; }
|
1509
|
+
max-height: 60px !important;
|
1510
|
+
height: 60px !important; }
|
1706
1511
|
|
1707
1512
|
.employee-main-application-details {
|
1708
1513
|
padding: 10px !important; }
|
@@ -1725,32 +1530,11 @@ img, video {
|
|
1725
1530
|
margin: 0 !important;
|
1726
1531
|
width: 100% !important; }
|
1727
1532
|
|
1728
|
-
.language-selector .submit-bar, .submit-bar-disabled {
|
1729
|
-
background-color: #5a1166 !important; }
|
1730
|
-
|
1731
|
-
.owner-details {
|
1732
|
-
display: -webkit-box;
|
1733
|
-
display: -ms-flexbox;
|
1734
|
-
display: flex;
|
1735
|
-
-webkit-box-orient: horizontal;
|
1736
|
-
-webkit-box-direction: normal;
|
1737
|
-
-ms-flex-direction: row;
|
1738
|
-
flex-direction: row;
|
1739
|
-
width: 100%;
|
1740
|
-
-ms-flex-wrap: wrap;
|
1741
|
-
flex-wrap: wrap;
|
1742
|
-
-webkit-box-pack: justify;
|
1743
|
-
-ms-flex-pack: justify;
|
1744
|
-
justify-content: space-between; }
|
1745
|
-
|
1746
|
-
.owner-details-child {
|
1747
|
-
width: 50%; }
|
1748
|
-
|
1749
1533
|
.selector-button-primary {
|
1750
1534
|
height: 2rem;
|
1751
1535
|
--bg-opacity:1;
|
1752
|
-
background-color: #
|
1753
|
-
background-color: rgba(
|
1536
|
+
background-color: #f47738;
|
1537
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
1754
1538
|
text-align: center;
|
1755
1539
|
--border-opacity:1;
|
1756
1540
|
border-color: #464646;
|
@@ -1830,8 +1614,8 @@ img, video {
|
|
1830
1614
|
.selector-button-primary-disabled {
|
1831
1615
|
height: 2rem;
|
1832
1616
|
--bg-opacity:1;
|
1833
|
-
background-color: #
|
1834
|
-
background-color: rgba(
|
1617
|
+
background-color: #f47738;
|
1618
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
1835
1619
|
text-align: center;
|
1836
1620
|
--border-opacity:1;
|
1837
1621
|
border-color: #464646;
|
@@ -1855,12 +1639,7 @@ img, video {
|
|
1855
1639
|
color: #fff;
|
1856
1640
|
color: rgba(255, 255, 255, var(--text-opacity)); }
|
1857
1641
|
|
1858
|
-
.submit-bar:focus {
|
1859
|
-
outline: 2px solid transparent !important;
|
1860
|
-
outline-offset: 2px !important; }
|
1861
|
-
|
1862
1642
|
.radio-wrap {
|
1863
|
-
line-height: 1.5rem !important;
|
1864
1643
|
margin-top: 8px;
|
1865
1644
|
display: block;
|
1866
1645
|
line-height: 2.5rem;
|
@@ -1868,22 +1647,14 @@ img, video {
|
|
1868
1647
|
.radio-wrap div {
|
1869
1648
|
display: block;
|
1870
1649
|
margin-bottom: 16px; }
|
1871
|
-
.radio-wrap .radio-btn-checkmark {
|
1872
|
-
height: 1.5rem !important;
|
1873
|
-
width: 1.5rem !important; }
|
1874
|
-
.radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after, .radio-wrap .radio-btn-wrap .checkbox-wrap .input-emp:checked ~ .radio-btn-checkmark:after, .checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:checked ~ .radio-btn-checkmark:after {
|
1875
|
-
top: 0.35rem !important;
|
1876
|
-
left: 0.35rem !important;
|
1877
|
-
height: 0.8rem !important;
|
1878
|
-
width: 0.8rem !important; }
|
1879
1650
|
.radio-wrap .radio-btn-wrap {
|
1880
1651
|
display: block;
|
1881
1652
|
float: left;
|
1882
1653
|
position: relative; }
|
1883
1654
|
.radio-wrap .radio-btn-wrap:hover .radio-btn-checkmark {
|
1884
1655
|
--border-opacity:1;
|
1885
|
-
border-color: #
|
1886
|
-
border-color: rgba(
|
1656
|
+
border-color: #f47738;
|
1657
|
+
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
1887
1658
|
.radio-wrap .radio-btn {
|
1888
1659
|
opacity: 0;
|
1889
1660
|
position: absolute;
|
@@ -1910,13 +1681,13 @@ img, video {
|
|
1910
1681
|
.radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark, .radio-wrap .radio-btn-wrap .checkbox-wrap .input-emp:checked ~ .radio-btn-checkmark, .checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:checked ~ .radio-btn-checkmark {
|
1911
1682
|
border-width: 1px;
|
1912
1683
|
--border-opacity:1;
|
1913
|
-
border-color: #
|
1914
|
-
border-color: rgba(
|
1684
|
+
border-color: #f47738;
|
1685
|
+
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
1915
1686
|
.radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after, .radio-wrap .radio-btn-wrap .checkbox-wrap .input-emp:checked ~ .radio-btn-checkmark:after, .checkbox-wrap .radio-wrap .radio-btn-wrap .input-emp:checked ~ .radio-btn-checkmark:after {
|
1916
1687
|
display: block;
|
1917
1688
|
--bg-opacity:1;
|
1918
|
-
background-color: #
|
1919
|
-
background-color: rgba(
|
1689
|
+
background-color: #f47738;
|
1690
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
1920
1691
|
height: 1.25rem;
|
1921
1692
|
width: 1.25rem;
|
1922
1693
|
border-radius: 9999px;
|
@@ -1942,9 +1713,6 @@ img, video {
|
|
1942
1713
|
-ms-flex-align: center;
|
1943
1714
|
align-items: center; }
|
1944
1715
|
|
1945
|
-
.employee-select-wrap:active {
|
1946
|
-
background-color: #fff; }
|
1947
|
-
|
1948
1716
|
.employee-select-wrap {
|
1949
1717
|
margin-bottom: 24px;
|
1950
1718
|
position: relative; }
|
@@ -1958,8 +1726,8 @@ img, video {
|
|
1958
1726
|
border-color: rgba(70, 70, 70, var(--border-opacity)); }
|
1959
1727
|
.employee-select-wrap .select:hover {
|
1960
1728
|
--border-opacity:1;
|
1961
|
-
border: 1px solid #
|
1962
|
-
border-color: rgba(
|
1729
|
+
border: 1px solid #f47738;
|
1730
|
+
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
1963
1731
|
.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] {
|
1964
1732
|
width: calc(100% - 32px);
|
1965
1733
|
background-color: initial;
|
@@ -1995,11 +1763,8 @@ img, video {
|
|
1995
1763
|
width: 100%;
|
1996
1764
|
height: 2.5rem;
|
1997
1765
|
--border-opacity:1;
|
1998
|
-
border: 1px solid #
|
1999
|
-
border-color: rgba(
|
2000
|
-
height: 2 rem !important;
|
2001
|
-
border: 1px solid #000;
|
2002
|
-
background-color: #fff; }
|
1766
|
+
border: 1px solid #f47738;
|
1767
|
+
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
2003
1768
|
.employee-select-wrap .select-active input[type=text], .employee-select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .employee-select-wrap .select-active .input-emp[type=text] {
|
2004
1769
|
width: calc(100% - 32px);
|
2005
1770
|
background-color: initial;
|
@@ -2033,9 +1798,8 @@ img, video {
|
|
2033
1798
|
width: 100% !important;
|
2034
1799
|
-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);
|
2035
1800
|
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);
|
2036
|
-
max-height:
|
1801
|
+
max-height: 400px;
|
2037
1802
|
overflow: auto;
|
2038
|
-
z-index: 1000 !important;
|
2039
1803
|
position: absolute;
|
2040
1804
|
z-index: 20;
|
2041
1805
|
margin-top: 4px;
|
@@ -2058,19 +1822,6 @@ img, video {
|
|
2058
1822
|
background-color: #eee;
|
2059
1823
|
background-color: rgba(238, 238, 238, var(--bg-opacity)); }
|
2060
1824
|
|
2061
|
-
.fsm-registry-dropdown {
|
2062
|
-
margin-bottom: 0; }
|
2063
|
-
.fsm-registry-dropdown .select {
|
2064
|
-
display: -webkit-box;
|
2065
|
-
display: -ms-flexbox;
|
2066
|
-
display: flex; }
|
2067
|
-
.fsm-registry-dropdown .select-active, .fsm-registry-dropdown input, .fsm-registry-dropdown .checkbox-wrap .input-emp, .checkbox-wrap .fsm-registry-dropdown .input-emp {
|
2068
|
-
text-align: left; }
|
2069
|
-
.fsm-registry-dropdown .options-card .profile-dropdown--item {
|
2070
|
-
-webkit-box-pack: left;
|
2071
|
-
-ms-flex-pack: left;
|
2072
|
-
justify-content: left; }
|
2073
|
-
|
2074
1825
|
.employee-select-wrap--elipses {
|
2075
1826
|
width: 85% !important;
|
2076
1827
|
overflow: hidden;
|
@@ -2079,8 +1830,7 @@ img, video {
|
|
2079
1830
|
|
2080
1831
|
.select-wrap {
|
2081
1832
|
margin-bottom: 24px;
|
2082
|
-
position: relative;
|
2083
|
-
max-width: 540px; }
|
1833
|
+
position: relative; }
|
2084
1834
|
.select-wrap .select {
|
2085
1835
|
position: relative;
|
2086
1836
|
display: block;
|
@@ -2124,8 +1874,8 @@ img, video {
|
|
2124
1874
|
width: 100%;
|
2125
1875
|
height: 2.5rem;
|
2126
1876
|
--border-opacity:1;
|
2127
|
-
border: 1px solid #
|
2128
|
-
border-color: rgba(
|
1877
|
+
border: 1px solid #f47738;
|
1878
|
+
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
2129
1879
|
.select-wrap .select-active input[type=text], .select-wrap .select-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select-active .input-emp[type=text] {
|
2130
1880
|
width: calc(100% - 32px);
|
2131
1881
|
background-color: initial;
|
@@ -2180,9 +1930,6 @@ img, video {
|
|
2180
1930
|
background-color: #eee;
|
2181
1931
|
background-color: rgba(238, 238, 238, var(--bg-opacity)); }
|
2182
1932
|
|
2183
|
-
.employee-select-wrap .select img, .employee-select-wrap .select svg {
|
2184
|
-
margin-top: 2px; }
|
2185
|
-
|
2186
1933
|
.card-input {
|
2187
1934
|
margin-top: 8px;
|
2188
1935
|
--border-opacity:1;
|
@@ -2231,18 +1978,7 @@ img, video {
|
|
2231
1978
|
line-height: 20px;
|
2232
1979
|
--text-opacity:1;
|
2233
1980
|
color: #0b0c0c;
|
2234
|
-
color: rgba(11, 12, 12, var(--text-opacity));
|
2235
|
-
margin-bottom: 16px !important;
|
2236
|
-
height: 40px !important; }
|
2237
|
-
|
2238
|
-
.employee-card-input:disabled {
|
2239
|
-
--border-opacity:1!important;
|
2240
|
-
border-color: #9e9e9e !important;
|
2241
|
-
border-color: rgba(158, 158, 158, var(--border-opacity)) !important;
|
2242
|
-
--text-opacity:1!important;
|
2243
|
-
color: #9e9e9e !important;
|
2244
|
-
color: rgba(158, 158, 158, var(--text-opacity)) !important;
|
2245
|
-
pointer-events: none !important; }
|
1981
|
+
color: rgba(11, 12, 12, var(--text-opacity)); }
|
2246
1982
|
|
2247
1983
|
.employee-card-input--front {
|
2248
1984
|
width: -webkit-fit-content !important;
|
@@ -2310,8 +2046,7 @@ img, video {
|
|
2310
2046
|
.employee-card-input, .employee-card-input-error {
|
2311
2047
|
width: 100%; }
|
2312
2048
|
.card-textarea {
|
2313
|
-
width:
|
2314
|
-
max-width: 540px; }
|
2049
|
+
width: 480px; }
|
2315
2050
|
.employee-card-textarea {
|
2316
2051
|
width: 100%; }
|
2317
2052
|
.card-input-emp {
|
@@ -2336,10 +2071,7 @@ img, video {
|
|
2336
2071
|
line-height: 20px;
|
2337
2072
|
--text-opacity:1;
|
2338
2073
|
color: #0b0c0c;
|
2339
|
-
color: rgba(11, 12, 12, var(--text-opacity));
|
2340
|
-
height: 2rem !important;
|
2341
|
-
margin-bottom: 16px !important;
|
2342
|
-
line-height: 2rem !important; }
|
2074
|
+
color: rgba(11, 12, 12, var(--text-opacity)); }
|
2343
2075
|
|
2344
2076
|
.citizen-card-input--front {
|
2345
2077
|
width: -webkit-fit-content !important;
|
@@ -2440,7 +2172,7 @@ img, video {
|
|
2440
2172
|
|
2441
2173
|
@media (min-width: 780px) {
|
2442
2174
|
.success-wrap {
|
2443
|
-
width: 100
|
2175
|
+
width: calc(100% + 284px); }
|
2444
2176
|
.success-wrap header {
|
2445
2177
|
font-size: 48px;
|
2446
2178
|
line-height: 56px; }
|
@@ -2450,7 +2182,7 @@ img, video {
|
|
2450
2182
|
font-size: 48px;
|
2451
2183
|
line-height: 56px; }
|
2452
2184
|
.error-wrap {
|
2453
|
-
width: 100
|
2185
|
+
width: calc(100% + 284px); }
|
2454
2186
|
.error-wrap header {
|
2455
2187
|
font-size: 48px;
|
2456
2188
|
line-height: 56px; }
|
@@ -2482,7 +2214,8 @@ img, video {
|
|
2482
2214
|
-ms-flex-align: center;
|
2483
2215
|
align-items: center;
|
2484
2216
|
height: calc(100vh - 80px);
|
2485
|
-
|
2217
|
+
background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 75, 102, 0.8)), to(rgba(11, 75, 102, 0.8))), var(--banner-url) center center;
|
2218
|
+
background: linear-gradient(rgba(11, 75, 102, 0.8), rgba(11, 75, 102, 0.8)), var(--banner-url) 50%; }
|
2486
2219
|
.banner .bannerCard {
|
2487
2220
|
min-width: 400px; }
|
2488
2221
|
.banner .bannerLogo {
|
@@ -2505,18 +2238,6 @@ img, video {
|
|
2505
2238
|
align-items: center;
|
2506
2239
|
margin-bottom: 24px; }
|
2507
2240
|
|
2508
|
-
.banner-container {
|
2509
|
-
-webkit-box-orient: vertical;
|
2510
|
-
-webkit-box-direction: normal;
|
2511
|
-
-ms-flex-direction: column;
|
2512
|
-
flex-direction: column;
|
2513
|
-
-webkit-box-pack: center;
|
2514
|
-
-ms-flex-pack: center;
|
2515
|
-
justify-content: center;
|
2516
|
-
-webkit-box-align: center !important;
|
2517
|
-
-ms-flex-align: center !important;
|
2518
|
-
align-items: center !important; }
|
2519
|
-
|
2520
2241
|
.date-wrap {
|
2521
2242
|
display: -webkit-box;
|
2522
2243
|
display: -ms-flexbox;
|
@@ -2601,9 +2322,6 @@ img, video {
|
|
2601
2322
|
color: #505a5f;
|
2602
2323
|
color: rgba(80, 90, 95, var(--text-opacity)); }
|
2603
2324
|
|
2604
|
-
.employee-data-table .vendor-details-row {
|
2605
|
-
margin-left: 15px !important; }
|
2606
|
-
|
2607
2325
|
.employee-data-table .last {
|
2608
2326
|
border: none;
|
2609
2327
|
padding: 0;
|
@@ -2615,7 +2333,7 @@ img, video {
|
|
2615
2333
|
justify-content: space-between; }
|
2616
2334
|
|
2617
2335
|
.checkpoint-connect-wrap {
|
2618
|
-
padding-bottom:
|
2336
|
+
padding-bottom: 40px;
|
2619
2337
|
position: relative; }
|
2620
2338
|
|
2621
2339
|
.checkpoint-done {
|
@@ -2627,13 +2345,13 @@ img, video {
|
|
2627
2345
|
height: 24px;
|
2628
2346
|
border-radius: 50%;
|
2629
2347
|
--border-opacity:1;
|
2630
|
-
border-color: #
|
2348
|
+
border-color: #f47738;
|
2631
2349
|
border-bottom: 1px;
|
2632
|
-
border-color: rgba(
|
2350
|
+
border-color: rgba(244, 119, 56, var(--border-opacity));
|
2633
2351
|
border-style: solid;
|
2634
2352
|
--bg-opacity:1;
|
2635
|
-
background-color: #
|
2636
|
-
background-color: rgba(
|
2353
|
+
background-color: #f47738;
|
2354
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity)); }
|
2637
2355
|
.checkpoint-done header {
|
2638
2356
|
margin-left: 16px; }
|
2639
2357
|
.checkpoint-done header p {
|
@@ -2682,8 +2400,6 @@ img, video {
|
|
2682
2400
|
|
2683
2401
|
.checkpoint-comments-wrap {
|
2684
2402
|
max-width: 560px;
|
2685
|
-
padding: 4px;
|
2686
|
-
margin-top: 4px;
|
2687
2403
|
--bg-opacity:1;
|
2688
2404
|
background-color: #eee;
|
2689
2405
|
background-color: rgba(238, 238, 238, var(--bg-opacity));
|
@@ -2721,8 +2437,8 @@ img, video {
|
|
2721
2437
|
width: 24px;
|
2722
2438
|
height: 24px; }
|
2723
2439
|
.checkbox-wrap .custom-checkbox, .checkbox-wrap .custom-checkbox-emp {
|
2724
|
-
width:
|
2725
|
-
height:
|
2440
|
+
width: 38px;
|
2441
|
+
height: 38px;
|
2726
2442
|
position: absolute;
|
2727
2443
|
top: 0;
|
2728
2444
|
left: 0;
|
@@ -2738,38 +2454,17 @@ img, video {
|
|
2738
2454
|
.checkbox-wrap input:checked ~ .custom-checkbox, .checkbox-wrap .input-emp:checked ~ .custom-checkbox, .checkbox-wrap input:checked ~ .custom-checkbox-emp, .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap input:hover ~ .custom-checkbox, .checkbox-wrap .input-emp:hover ~ .custom-checkbox, .checkbox-wrap input:hover ~ .custom-checkbox-emp, .checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp {
|
2739
2455
|
border-width: 1px;
|
2740
2456
|
--border-opacity:1;
|
2741
|
-
border-color: #
|
2742
|
-
border-color: rgba(
|
2457
|
+
border-color: #f47738;
|
2458
|
+
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
2743
2459
|
.checkbox-wrap input:checked ~ .custom-checkbox img, .checkbox-wrap .input-emp:checked ~ .custom-checkbox img, .checkbox-wrap input:checked ~ .custom-checkbox-emp img, .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp img, .checkbox-wrap input:checked ~ .custom-checkbox svg, .checkbox-wrap .input-emp:checked ~ .custom-checkbox svg, .checkbox-wrap input:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg {
|
2744
2460
|
opacity: 1; }
|
2745
2461
|
.checkbox-wrap .label {
|
2746
|
-
margin-left:
|
2747
|
-
top: 3px !important;
|
2462
|
+
margin-left: 56px;
|
2748
2463
|
font-size: 16px;
|
2749
2464
|
line-height: 20px;
|
2750
2465
|
--text-opacity:1;
|
2751
2466
|
color: #0b0c0c;
|
2752
|
-
color: rgba(11, 12, 12, var(--text-opacity));
|
2753
|
-
position: relative;
|
2754
|
-
top: 10px; }
|
2755
|
-
|
2756
|
-
.fsm-citizen-rating-wrapper .card-label:last-of-type {
|
2757
|
-
margin-top: 24px; }
|
2758
|
-
|
2759
|
-
.fsm-citizen-rating-wrapper .card-label {
|
2760
|
-
margin-bottom: 24px; }
|
2761
|
-
|
2762
|
-
.fsm-citizen-rating-wrapper .card-label:last-of-type {
|
2763
|
-
margin-top: 24px; }
|
2764
|
-
|
2765
|
-
.fsm-citizen-rating-wrapper .card-label {
|
2766
|
-
margin-bottom: 24px; }
|
2767
|
-
|
2768
|
-
.fsm-citizen-rating-wrapper .card-label:last-of-type {
|
2769
|
-
margin-top: 24px; }
|
2770
|
-
|
2771
|
-
.fsm-citizen-rating-wrapper .card-label {
|
2772
|
-
margin-bottom: 24px; }
|
2467
|
+
color: rgba(11, 12, 12, var(--text-opacity)); }
|
2773
2468
|
|
2774
2469
|
.input-otp-wrap {
|
2775
2470
|
margin-bottom: 24px; }
|
@@ -2961,8 +2656,7 @@ img, video {
|
|
2961
2656
|
line-height: 19px;
|
2962
2657
|
--text-opacity:1;
|
2963
2658
|
color: #d4351c;
|
2964
|
-
color: rgba(212, 53, 28, var(--text-opacity));
|
2965
|
-
cursor: pointer; }
|
2659
|
+
color: rgba(212, 53, 28, var(--text-opacity)); }
|
2966
2660
|
.status-highlight.success {
|
2967
2661
|
--bg-opacity:1;
|
2968
2662
|
background-color: #00703c;
|
@@ -3182,9 +2876,9 @@ img, video {
|
|
3182
2876
|
vertical-align: middle;
|
3183
2877
|
text-align: left; }
|
3184
2878
|
.table thead th:first-child {
|
3185
|
-
min-width:
|
2879
|
+
min-width: 256px; }
|
3186
2880
|
.table thead th:nth-child(2) {
|
3187
|
-
min-width:
|
2881
|
+
min-width: 200px; }
|
3188
2882
|
.table tbody {
|
3189
2883
|
border: none;
|
3190
2884
|
padding: 0;
|
@@ -3244,7 +2938,7 @@ img, video {
|
|
3244
2938
|
.table-fixed-first-column tbody td:first-child {
|
3245
2939
|
position: sticky;
|
3246
2940
|
background: #fff;
|
3247
|
-
color: #
|
2941
|
+
color: #f47738;
|
3248
2942
|
left: 0;
|
3249
2943
|
border-right: 1px solid #b1b4b6; }
|
3250
2944
|
|
@@ -3295,11 +2989,6 @@ img, video {
|
|
3295
2989
|
white-space: pre;
|
3296
2990
|
min-width: 80px; }
|
3297
2991
|
|
3298
|
-
.reports-table {
|
3299
|
-
margin-top: 2rem; }
|
3300
|
-
.reports-table thead th:first-child {
|
3301
|
-
min-width: unset; }
|
3302
|
-
|
3303
2992
|
.popup-wrap {
|
3304
2993
|
background: rgba(0, 0, 0, 0.7);
|
3305
2994
|
display: -webkit-box;
|
@@ -3338,8 +3027,7 @@ img, video {
|
|
3338
3027
|
padding-right: 8px;
|
3339
3028
|
--border-opacity:1;
|
3340
3029
|
border: 1px dashed #d6d5d4;
|
3341
|
-
border-color: rgba(214, 213, 212, var(--border-opacity));
|
3342
|
-
max-width: 540px; }
|
3030
|
+
border-color: rgba(214, 213, 212, var(--border-opacity)); }
|
3343
3031
|
.upload-wrap img {
|
3344
3032
|
display: block;
|
3345
3033
|
margin-top: 58px;
|
@@ -3399,29 +3087,6 @@ img, video {
|
|
3399
3087
|
opacity: 0;
|
3400
3088
|
top: 0; }
|
3401
3089
|
|
3402
|
-
.upload-file-max-width {
|
3403
|
-
max-width: 540px; }
|
3404
|
-
|
3405
|
-
.digilocker-btn {
|
3406
|
-
-ms-touch-action: manipulation;
|
3407
|
-
touch-action: manipulation;
|
3408
|
-
cursor: pointer;
|
3409
|
-
background-image: none;
|
3410
|
-
border: 1px solid transparent;
|
3411
|
-
padding: 6px 12px;
|
3412
|
-
font-size: 14px;
|
3413
|
-
line-height: 1.42857143;
|
3414
|
-
border-radius: 4px;
|
3415
|
-
-webkit-user-select: none;
|
3416
|
-
-moz-user-select: none;
|
3417
|
-
-ms-user-select: none;
|
3418
|
-
user-select: none;
|
3419
|
-
background: rgba(240, 240, 240, 0.78824);
|
3420
|
-
display: -webkit-box;
|
3421
|
-
display: -ms-flexbox;
|
3422
|
-
display: flex;
|
3423
|
-
font-weight: 700; }
|
3424
|
-
|
3425
3090
|
.upload-file {
|
3426
3091
|
min-height: 56px;
|
3427
3092
|
position: relative;
|
@@ -3548,8 +3213,8 @@ img, video {
|
|
3548
3213
|
.telephone img, .telephone svg {
|
3549
3214
|
height: 22px;
|
3550
3215
|
width: 20px;
|
3551
|
-
color: #
|
3552
|
-
color: rgba(
|
3216
|
+
color: #f47738;
|
3217
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
3553
3218
|
margin-left: 8px;
|
3554
3219
|
-webkit-box-align: center;
|
3555
3220
|
-ms-flex-align: center;
|
@@ -3577,8 +3242,8 @@ img, video {
|
|
3577
3242
|
|
3578
3243
|
.action-link {
|
3579
3244
|
--text-opacity:1!important;
|
3580
|
-
color: #
|
3581
|
-
color: rgba(
|
3245
|
+
color: #f47738 !important;
|
3246
|
+
color: rgba(244, 119, 56, var(--text-opacity)) !important;
|
3582
3247
|
font-size: 16px !important;
|
3583
3248
|
line-height: 24px !important;
|
3584
3249
|
margin-right: 24px !important; }
|
@@ -3681,8 +3346,8 @@ img, video {
|
|
3681
3346
|
-ms-flex-direction: row;
|
3682
3347
|
flex-direction: row;
|
3683
3348
|
--text-opacity:1;
|
3684
|
-
color: #
|
3685
|
-
color: rgba(
|
3349
|
+
color: #f47738;
|
3350
|
+
color: rgba(244, 119, 56, var(--text-opacity)); }
|
3686
3351
|
.searchBox .searchAction .searchText {
|
3687
3352
|
margin-left: 8px; }
|
3688
3353
|
|
@@ -3690,7 +3355,7 @@ img, video {
|
|
3690
3355
|
width: 18px;
|
3691
3356
|
height: 1.5rem; }
|
3692
3357
|
.svgPrimaryH16px svg path {
|
3693
|
-
fill: #
|
3358
|
+
fill: #f47738; }
|
3694
3359
|
|
3695
3360
|
.tag-container {
|
3696
3361
|
display: -webkit-box;
|
@@ -3754,8 +3419,9 @@ img, video {
|
|
3754
3419
|
height: 48px;
|
3755
3420
|
width: 48px; }
|
3756
3421
|
.topbar img.state {
|
3757
|
-
|
3758
|
-
|
3422
|
+
height: 20px;
|
3423
|
+
max-height: 20px;
|
3424
|
+
width: auto; }
|
3759
3425
|
.topbar .ulb {
|
3760
3426
|
font-weight: 700;
|
3761
3427
|
display: inline-block; }
|
@@ -3766,7 +3432,7 @@ img, video {
|
|
3766
3432
|
.topbar .right svg {
|
3767
3433
|
display: inline; }
|
3768
3434
|
.topbar .right .user-img-txt {
|
3769
|
-
background: #
|
3435
|
+
background: #f47738;
|
3770
3436
|
padding: 10px 15px;
|
3771
3437
|
border-radius: 50%;
|
3772
3438
|
color: #fff;
|
@@ -3806,11 +3472,6 @@ img, video {
|
|
3806
3472
|
|
3807
3473
|
.cp {
|
3808
3474
|
cursor: pointer; }
|
3809
|
-
.cp .hamburger {
|
3810
|
-
display: none; }
|
3811
|
-
@media (max-width: 780px) {
|
3812
|
-
.cp .hamburger {
|
3813
|
-
display: none; } }
|
3814
3475
|
|
3815
3476
|
.citizen .right {
|
3816
3477
|
margin-top: 5px;
|
@@ -3842,15 +3503,13 @@ img, video {
|
|
3842
3503
|
grid-column-gap: 10px;
|
3843
3504
|
-webkit-column-gap: 10px;
|
3844
3505
|
-moz-column-gap: 10px;
|
3845
|
-
column-gap: 10px;
|
3846
|
-
color: #505a5f; }
|
3506
|
+
column-gap: 10px; }
|
3847
3507
|
.profile-dropdown--item:hover {
|
3848
|
-
|
3508
|
+
--bg-opacity:1;
|
3509
|
+
background-color: #eee;
|
3510
|
+
background-color: rgba(238, 238, 238, var(--bg-opacity)); }
|
3849
3511
|
|
3850
3512
|
.flex-right {
|
3851
|
-
display: -webkit-box;
|
3852
|
-
display: -ms-flexbox;
|
3853
|
-
display: flex;
|
3854
3513
|
-webkit-box-align: center;
|
3855
3514
|
-ms-flex-align: center;
|
3856
3515
|
align-items: center;
|
@@ -3859,17 +3518,10 @@ img, video {
|
|
3859
3518
|
justify-content: flex-end;
|
3860
3519
|
min-width: 85px; }
|
3861
3520
|
|
3862
|
-
|
3863
|
-
top: 55%;
|
3864
|
-
position: absolute;
|
3865
|
-
width: 100%; }
|
3866
|
-
|
3867
|
-
.language-selector {
|
3521
|
+
.flex-right, .language-selector {
|
3868
3522
|
display: -webkit-box;
|
3869
3523
|
display: -ms-flexbox;
|
3870
|
-
display: flex;
|
3871
|
-
-ms-flex-wrap: wrap;
|
3872
|
-
flex-wrap: wrap; }
|
3524
|
+
display: flex; }
|
3873
3525
|
|
3874
3526
|
.language-selector div:not(:first-child) {
|
3875
3527
|
margin-left: 10px; }
|
@@ -3885,8 +3537,7 @@ video::-webkit-media-controls-panel {
|
|
3885
3537
|
outline: none; }
|
3886
3538
|
|
3887
3539
|
.bannerCard .customBtn-selected {
|
3888
|
-
border-color: transparent;
|
3889
|
-
background-color: #5a1166 !important; }
|
3540
|
+
border-color: transparent; }
|
3890
3541
|
|
3891
3542
|
.bannerCard .bannerHeader p {
|
3892
3543
|
font-size: 19px; }
|
@@ -3904,8 +3555,8 @@ video::-webkit-media-controls-panel {
|
|
3904
3555
|
padding-left: 8px;
|
3905
3556
|
padding-right: 8px;
|
3906
3557
|
--border-opacity:1;
|
3907
|
-
border: 1px solid #
|
3908
|
-
border-color: rgba(
|
3558
|
+
border: 1px solid #f47738;
|
3559
|
+
border-color: rgba(244, 119, 56, var(--border-opacity));
|
3909
3560
|
margin: 0 4.65% 0 0;
|
3910
3561
|
height: 30px;
|
3911
3562
|
line-height: 30px; }
|
@@ -3915,8 +3566,8 @@ video::-webkit-media-controls-panel {
|
|
3915
3566
|
--text-opacity:1; }
|
3916
3567
|
|
3917
3568
|
.customBtn-selected {
|
3918
|
-
background-color: #
|
3919
|
-
background-color: rgba(
|
3569
|
+
background-color: #f47738;
|
3570
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
3920
3571
|
color: #fff;
|
3921
3572
|
color: rgba(255, 255, 255, var(--text-opacity));
|
3922
3573
|
font-weight: 500; }
|
@@ -4016,8 +3667,8 @@ video::-webkit-media-controls-panel {
|
|
4016
3667
|
.filters-wrapper .switch-wrapper .radio-switch {
|
4017
3668
|
display: none; }
|
4018
3669
|
.filters-wrapper .switch-wrapper .radio-switch:checked ~ label {
|
4019
|
-
border-color: #
|
4020
|
-
color: #
|
3670
|
+
border-color: #f47738;
|
3671
|
+
color: #f47738; }
|
4021
3672
|
.filters-wrapper .switch-wrapper label {
|
4022
3673
|
border: 1px solid;
|
4023
3674
|
padding: 6px 10px;
|
@@ -4027,8 +3678,8 @@ video::-webkit-media-controls-panel {
|
|
4027
3678
|
border-color: rgba(70, 70, 70, var(--border-opacity)); }
|
4028
3679
|
.filters-wrapper .switch-wrapper label:hover {
|
4029
3680
|
--border-opacity:1;
|
4030
|
-
border: 1px solid #
|
4031
|
-
border-color: rgba(
|
3681
|
+
border: 1px solid #f47738;
|
3682
|
+
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
4032
3683
|
|
4033
3684
|
.pickerShadow {
|
4034
3685
|
-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);
|
@@ -4063,7 +3714,7 @@ video::-webkit-media-controls-panel {
|
|
4063
3714
|
.clearText {
|
4064
3715
|
display: block;
|
4065
3716
|
text-align: right;
|
4066
|
-
color: #
|
3717
|
+
color: #f47738;
|
4067
3718
|
margin-top: 20px;
|
4068
3719
|
margin-left: 10px; } }
|
4069
3720
|
|
@@ -4214,7 +3865,7 @@ video::-webkit-media-controls-panel {
|
|
4214
3865
|
.showMore {
|
4215
3866
|
text-align: right;
|
4216
3867
|
cursor: pointer;
|
4217
|
-
color: #
|
3868
|
+
color: #f47738; }
|
4218
3869
|
|
4219
3870
|
@media (max-width: 420px) {
|
4220
3871
|
.recharts-default-tooltip {
|
@@ -4293,140 +3944,6 @@ video::-webkit-media-controls-panel {
|
|
4293
3944
|
.chart-wrapper .options-m {
|
4294
3945
|
display: none; } }
|
4295
3946
|
|
4296
|
-
.astericColor {
|
4297
|
-
color: #a82227 !important; }
|
4298
|
-
|
4299
|
-
.SVTableHeader {
|
4300
|
-
display: -webkit-box;
|
4301
|
-
display: -ms-flexbox;
|
4302
|
-
display: flex;
|
4303
|
-
padding-left: 26px;
|
4304
|
-
width: 150px; }
|
4305
|
-
|
4306
|
-
.SVTableCells {
|
4307
|
-
padding-left: 80px;
|
4308
|
-
width: 10px; }
|
4309
|
-
|
4310
|
-
.SVCheckbox {
|
4311
|
-
width: 14px; }
|
4312
|
-
|
4313
|
-
.svsearchbox {
|
4314
|
-
-webkit-box-orient: horizontal;
|
4315
|
-
-ms-flex-direction: row;
|
4316
|
-
flex-direction: row;
|
4317
|
-
-webkit-box-align: center;
|
4318
|
-
-ms-flex-align: center;
|
4319
|
-
align-items: center;
|
4320
|
-
grid-gap: 16px;
|
4321
|
-
gap: 16px; }
|
4322
|
-
|
4323
|
-
.svsearchbox, .svsearchfield {
|
4324
|
-
display: -webkit-box;
|
4325
|
-
display: -ms-flexbox;
|
4326
|
-
display: flex;
|
4327
|
-
-webkit-box-direction: normal; }
|
4328
|
-
|
4329
|
-
.svsearchfield {
|
4330
|
-
-webkit-box-orient: vertical;
|
4331
|
-
-ms-flex-direction: column;
|
4332
|
-
flex-direction: column; }
|
4333
|
-
|
4334
|
-
.svclearall {
|
4335
|
-
margin-left: 30%;
|
4336
|
-
margin-top: 10px;
|
4337
|
-
display: block; }
|
4338
|
-
|
4339
|
-
.loading-spinner {
|
4340
|
-
width: 20px;
|
4341
|
-
height: 20px !important;
|
4342
|
-
border: 3px solid #e5e5e5;
|
4343
|
-
border-top-color: #000;
|
4344
|
-
border-radius: 50%;
|
4345
|
-
-webkit-animation: spin 1s linear infinite;
|
4346
|
-
animation: spin 1s linear infinite;
|
4347
|
-
display: inline-block;
|
4348
|
-
margin-right: 4px;
|
4349
|
-
-webkit-transform-origin: center center;
|
4350
|
-
transform-origin: center center; }
|
4351
|
-
|
4352
|
-
@keyframes spin {
|
4353
|
-
0% {
|
4354
|
-
-webkit-transform: rotate(0deg);
|
4355
|
-
transform: rotate(0deg); }
|
4356
|
-
to {
|
4357
|
-
-webkit-transform: rotate(1turn);
|
4358
|
-
transform: rotate(1turn); } }
|
4359
|
-
|
4360
|
-
.status-card {
|
4361
|
-
width: 24%;
|
4362
|
-
padding: 20px;
|
4363
|
-
border-radius: 10px;
|
4364
|
-
text-align: center;
|
4365
|
-
color: #fff;
|
4366
|
-
position: relative;
|
4367
|
-
-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
4368
|
-
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
|
4369
|
-
|
4370
|
-
.status-card .count {
|
4371
|
-
font-size: 36px;
|
4372
|
-
font-weight: 700;
|
4373
|
-
display: block; }
|
4374
|
-
|
4375
|
-
.status-card .title {
|
4376
|
-
font-size: 18px;
|
4377
|
-
margin-top: 10px;
|
4378
|
-
display: block; }
|
4379
|
-
|
4380
|
-
.status-card .more-info {
|
4381
|
-
font-size: 12px;
|
4382
|
-
position: absolute;
|
4383
|
-
bottom: 10px;
|
4384
|
-
width: 100%;
|
4385
|
-
text-align: center; }
|
4386
|
-
|
4387
|
-
.status-card.blue {
|
4388
|
-
background-color: rgba(239, 124, 91, 0.6); }
|
4389
|
-
|
4390
|
-
.status-card.teal {
|
4391
|
-
background-color: #20c997; }
|
4392
|
-
|
4393
|
-
.status-card.purple {
|
4394
|
-
background-color: rgba(4, 139, 208, 0.85); }
|
4395
|
-
|
4396
|
-
.status-card.green {
|
4397
|
-
background-color: rgba(75, 31, 165, 0.6); }
|
4398
|
-
|
4399
|
-
.typing_indicator {
|
4400
|
-
display: -webkit-box;
|
4401
|
-
display: -ms-flexbox;
|
4402
|
-
display: flex;
|
4403
|
-
grid-gap: 4px;
|
4404
|
-
gap: 4px; }
|
4405
|
-
|
4406
|
-
.typing_indicator span {
|
4407
|
-
width: 8px;
|
4408
|
-
height: 8px;
|
4409
|
-
background-color: #90949c;
|
4410
|
-
border-radius: 50%;
|
4411
|
-
-webkit-animation: bounce 1.4s ease-in-out infinite;
|
4412
|
-
animation: bounce 1.4s ease-in-out infinite; }
|
4413
|
-
|
4414
|
-
.typing_indicator span:first-child {
|
4415
|
-
-webkit-animation-delay: -.32s;
|
4416
|
-
animation-delay: -.32s; }
|
4417
|
-
|
4418
|
-
.typing_indicator span:nth-child(2) {
|
4419
|
-
-webkit-animation-delay: -.16s;
|
4420
|
-
animation-delay: -.16s; }
|
4421
|
-
|
4422
|
-
@keyframes bounce {
|
4423
|
-
0%, 80%, to {
|
4424
|
-
-webkit-transform: translateY(0);
|
4425
|
-
transform: translateY(0); }
|
4426
|
-
40% {
|
4427
|
-
-webkit-transform: translateY(-6px);
|
4428
|
-
transform: translateY(-6px); } }
|
4429
|
-
|
4430
3947
|
.summary-wrapper {
|
4431
3948
|
display: -webkit-box;
|
4432
3949
|
display: -ms-flexbox;
|
@@ -4459,9 +3976,6 @@ video::-webkit-media-controls-panel {
|
|
4459
3976
|
font-weight: 700;
|
4460
3977
|
font-size: 24px; }
|
4461
3978
|
|
4462
|
-
.summary-card-margin {
|
4463
|
-
margin: 0 24px 20px 0 !important; }
|
4464
|
-
|
4465
3979
|
.multilink-labelWrap {
|
4466
3980
|
top: 73px;
|
4467
3981
|
display: -webkit-box;
|
@@ -4548,37 +4062,13 @@ video::-webkit-media-controls-panel {
|
|
4548
4062
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
|
4549
4063
|
border-radius: .125rem; } }
|
4550
4064
|
|
4551
|
-
.reports-download-btn {
|
4552
|
-
position: unset; }
|
4553
|
-
|
4554
|
-
.reports-download-btn, .reports-options-download {
|
4555
|
-
-webkit-box-pack: end;
|
4556
|
-
-ms-flex-pack: end;
|
4557
|
-
justify-content: flex-end; }
|
4558
|
-
|
4559
|
-
.reports-options-download {
|
4560
|
-
position: absolute;
|
4561
|
-
float: right;
|
4562
|
-
right: 0;
|
4563
|
-
display: -webkit-box;
|
4564
|
-
display: -ms-flexbox;
|
4565
|
-
display: flex;
|
4566
|
-
-webkit-box-orient: horizontal;
|
4567
|
-
-webkit-box-direction: normal;
|
4568
|
-
-ms-flex-direction: row;
|
4569
|
-
flex-direction: row;
|
4570
|
-
top: 2rem; }
|
4571
|
-
|
4572
4065
|
.info-banner-wrap {
|
4573
4066
|
--bg-opacity:1;
|
4574
4067
|
background-color: #1d70b8;
|
4575
4068
|
background-color: rgba(29, 112, 184, var(--bg-opacity));
|
4576
4069
|
--bg-opacity:0.25;
|
4577
4070
|
margin: 8px;
|
4578
|
-
padding: 16px;
|
4579
|
-
max-width: 960px;
|
4580
|
-
background-color: #c7e0f1;
|
4581
|
-
border-radius: 4px; }
|
4071
|
+
padding: 16px; }
|
4582
4072
|
.info-banner-wrap svg {
|
4583
4073
|
margin-top: 5px;
|
4584
4074
|
border-radius: 9999px; }
|
@@ -4602,12 +4092,14 @@ video::-webkit-media-controls-panel {
|
|
4602
4092
|
white-space: pre-line; }
|
4603
4093
|
|
4604
4094
|
@media (min-width: 780px) {
|
4605
|
-
.info-banner-wrap
|
4606
|
-
|
4607
|
-
|
4608
|
-
|
4609
|
-
|
4610
|
-
|
4095
|
+
.info-banner-wrap {
|
4096
|
+
margin: 0; }
|
4097
|
+
.info-banner-wrap h2 {
|
4098
|
+
font-size: 24px;
|
4099
|
+
line-height: 32px; }
|
4100
|
+
.info-banner-wrap p {
|
4101
|
+
font-size: 19px;
|
4102
|
+
line-height: 28px; } }
|
4611
4103
|
|
4612
4104
|
.multi-select-dropdown-wrap {
|
4613
4105
|
position: relative;
|
@@ -4650,13 +4142,13 @@ video::-webkit-media-controls-panel {
|
|
4650
4142
|
width: 1.5rem; }
|
4651
4143
|
.multi-select-dropdown-wrap .master:hover, .multi-select-dropdown-wrap .master-active:hover {
|
4652
4144
|
--border-opacity:1;
|
4653
|
-
border: 1px solid #
|
4654
|
-
border-color: rgba(
|
4145
|
+
border: 1px solid #f47738;
|
4146
|
+
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
4655
4147
|
.multi-select-dropdown-wrap .master-active {
|
4656
4148
|
border-width: 1px;
|
4657
4149
|
--border-opacity:1;
|
4658
|
-
border-color: #
|
4659
|
-
border-color: rgba(
|
4150
|
+
border-color: #f47738;
|
4151
|
+
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
4660
4152
|
.multi-select-dropdown-wrap .master-active input[type=text], .multi-select-dropdown-wrap .master-active .checkbox-wrap .input-emp[type=text], .checkbox-wrap .multi-select-dropdown-wrap .master-active .input-emp[type=text] {
|
4661
4153
|
opacity: 1; }
|
4662
4154
|
.multi-select-dropdown-wrap .master-active .label {
|
@@ -4707,8 +4199,8 @@ video::-webkit-media-controls-panel {
|
|
4707
4199
|
.multi-select-dropdown-wrap .server div input:checked ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp, .multi-select-dropdown-wrap .server div input:hover ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:hover ~ .custom-checkbox, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox, .multi-select-dropdown-wrap .server div .checkbox-wrap input:hover ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div input:hover ~ .custom-checkbox-emp, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:hover ~ .custom-checkbox-emp, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:hover ~ .custom-checkbox-emp {
|
4708
4200
|
border-width: 1px;
|
4709
4201
|
--border-opacity:1;
|
4710
|
-
border-color: #
|
4711
|
-
border-color: rgba(
|
4202
|
+
border-color: #f47738;
|
4203
|
+
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
4712
4204
|
.multi-select-dropdown-wrap .server div input:checked ~ .custom-checkbox svg, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox svg, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox svg, .multi-select-dropdown-wrap .server div .checkbox-wrap input:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-select-dropdown-wrap .server div input:checked ~ .custom-checkbox-emp svg, .multi-select-dropdown-wrap .server div .checkbox-wrap .input-emp:checked ~ .custom-checkbox-emp svg, .checkbox-wrap .multi-select-dropdown-wrap .server div .input-emp:checked ~ .custom-checkbox-emp svg {
|
4713
4205
|
opacity: 1; }
|
4714
4206
|
|
@@ -4771,30 +4263,21 @@ video::-webkit-media-controls-panel {
|
|
4771
4263
|
font-size: 16px;
|
4772
4264
|
line-height: 24px;
|
4773
4265
|
--text-opacity:1;
|
4774
|
-
color: #
|
4775
|
-
color: rgba(
|
4266
|
+
color: #f47738;
|
4267
|
+
color: rgba(244, 119, 56, var(--text-opacity)); }
|
4776
4268
|
.CitizenHomeCard .links a {
|
4777
4269
|
display: block;
|
4778
4270
|
padding-bottom: 8px; }
|
4779
4271
|
|
4780
4272
|
@media (min-width: 780px) {
|
4781
4273
|
.citizenAllServiceGrid {
|
4782
|
-
display: flex-root !important;
|
4783
4274
|
display: grid;
|
4784
4275
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
4785
4276
|
grid-gap: 1rem;
|
4786
4277
|
gap: 1rem; }
|
4787
|
-
.links {
|
4788
|
-
display: grid;
|
4789
|
-
grid-template-columns: repeat(4, minmax(0, 1fr));
|
4790
|
-
grid-gap: 1px;
|
4791
|
-
gap: 1px; }
|
4792
4278
|
.CitizenHomeCard {
|
4793
|
-
|
4794
|
-
margin-
|
4795
|
-
display: block !important;
|
4796
|
-
-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;
|
4797
|
-
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);
|
4279
|
+
min-width: 40%;
|
4280
|
+
margin-left: 0;
|
4798
4281
|
display: inline-block;
|
4799
4282
|
margin-right: 24px;
|
4800
4283
|
padding: 24px;
|
@@ -4838,10 +4321,10 @@ video::-webkit-media-controls-panel {
|
|
4838
4321
|
color: #505a5f;
|
4839
4322
|
font-weight: 400; }
|
4840
4323
|
.PropertySearchForm .PropertySearchFormSwitcher .selected {
|
4841
|
-
color: #
|
4324
|
+
color: #f47738;
|
4842
4325
|
font-weight: 700;
|
4843
4326
|
padding-bottom: 10px;
|
4844
|
-
border-bottom: 2px solid #
|
4327
|
+
border-bottom: 2px solid #f47738; }
|
4845
4328
|
.PropertySearchForm .PropertySearchFormSwitcher span {
|
4846
4329
|
margin-right: 20px; }
|
4847
4330
|
|
@@ -4908,8 +4391,8 @@ video::-webkit-media-controls-panel {
|
|
4908
4391
|
font-size: 16px;
|
4909
4392
|
line-height: 24px;
|
4910
4393
|
--text-opacity:1;
|
4911
|
-
color: #
|
4912
|
-
color: rgba(
|
4394
|
+
color: #f47738;
|
4395
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
4913
4396
|
width: 25%;
|
4914
4397
|
display: inline-block; }
|
4915
4398
|
.search-form-wrapper .submit {
|
@@ -4927,8 +4410,8 @@ video::-webkit-media-controls-panel {
|
|
4927
4410
|
font-size: 16px;
|
4928
4411
|
line-height: 24px;
|
4929
4412
|
--text-opacity:1;
|
4930
|
-
color: #
|
4931
|
-
color: rgba(
|
4413
|
+
color: #f47738;
|
4414
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
4932
4415
|
width: 100%;
|
4933
4416
|
display: inline-block; }
|
4934
4417
|
.search-form-wrapper .pt-property-search {
|
@@ -5018,8 +4501,8 @@ video::-webkit-media-controls-panel {
|
|
5018
4501
|
border-radius: 50%;
|
5019
4502
|
text-align: center; }
|
5020
4503
|
.timeline-container .active {
|
5021
|
-
background-color: #
|
5022
|
-
border-color: #
|
4504
|
+
background-color: #f47738;
|
4505
|
+
border-color: #f47738; }
|
5023
4506
|
|
5024
4507
|
.TLComments {
|
5025
4508
|
max-width: 360px;
|
@@ -5068,13 +4551,7 @@ video::-webkit-media-controls-panel {
|
|
5068
4551
|
.PageBasedInputWrapper .SubmitBar {
|
5069
4552
|
display: none; }
|
5070
4553
|
.PageBasedInputWrapper .SubmitBarInCardInDesktopView {
|
5071
|
-
display: block;
|
5072
|
-
position: relative;
|
5073
|
-
background-color: rgba(255, 255, 255, 0); }
|
5074
|
-
.PageBasedInputWrapper .card, .PageBasedInputWrapper .card-emp {
|
5075
|
-
max-width: 960px; }
|
5076
|
-
.PageBasedInputWrapper button {
|
5077
|
-
max-width: 240px; } }
|
4554
|
+
display: block; } }
|
5078
4555
|
|
5079
4556
|
.StandaloneSearchBar {
|
5080
4557
|
--bg-opacity:1;
|
@@ -5096,10 +4573,8 @@ video::-webkit-media-controls-panel {
|
|
5096
4573
|
outline-offset: 2px; }
|
5097
4574
|
|
5098
4575
|
.CardBasedOptions {
|
5099
|
-
-webkit-box-shadow:
|
5100
|
-
box-shadow: 0
|
5101
|
-
border-radius: 12px;
|
5102
|
-
padding: 0 !important;
|
4576
|
+
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
|
4577
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
|
5103
4578
|
--bg-opacity:1;
|
5104
4579
|
background-color: #fff;
|
5105
4580
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
@@ -5126,8 +4601,8 @@ video::-webkit-media-controls-panel {
|
|
5126
4601
|
line-height: 24px;
|
5127
4602
|
--text-opacity:1; }
|
5128
4603
|
.CardBasedOptions .headContent p {
|
5129
|
-
color: #
|
5130
|
-
color: rgba(
|
4604
|
+
color: #f47738;
|
4605
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
5131
4606
|
font-weight: 500;
|
5132
4607
|
cursor: pointer; }
|
5133
4608
|
.CardBasedOptions .mainContent {
|
@@ -5139,8 +4614,7 @@ video::-webkit-media-controls-panel {
|
|
5139
4614
|
justify-content: space-evenly; }
|
5140
4615
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption {
|
5141
4616
|
width: 25%;
|
5142
|
-
text-align: center;
|
5143
|
-
margin: auto; }
|
4617
|
+
text-align: center; }
|
5144
4618
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper {
|
5145
4619
|
margin: auto !important;
|
5146
4620
|
background: rgba(244, 119, 56, 0.12);
|
@@ -5153,7 +4627,7 @@ video::-webkit-media-controls-panel {
|
|
5153
4627
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper svg {
|
5154
4628
|
height: 20px;
|
5155
4629
|
width: 20px;
|
5156
|
-
fill: #
|
4630
|
+
fill: #f47738;
|
5157
4631
|
margin: auto; }
|
5158
4632
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionName {
|
5159
4633
|
font-size: 12px;
|
@@ -5162,43 +4636,7 @@ video::-webkit-media-controls-panel {
|
|
5162
4636
|
@media (min-width: 780px) {
|
5163
4637
|
.CardBasedOptions {
|
5164
4638
|
width: calc(50% - 16px);
|
5165
|
-
padding:
|
5166
|
-
height: 250px !important; } }
|
5167
|
-
|
5168
|
-
.citizen .ServicesSection .CardBasedOptions:nth-child(odd) .employeeCustomCard {
|
5169
|
-
background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
|
5170
|
-
background-size: cover; }
|
5171
|
-
|
5172
|
-
.citizen .ServicesSection .CardBasedOptions:nth-child(2n) .employeeCustomCard {
|
5173
|
-
background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png);
|
5174
|
-
background-size: cover; }
|
5175
|
-
|
5176
|
-
.citizen .employeeCustomCard {
|
5177
|
-
border-radius: 10px;
|
5178
|
-
background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
|
5179
|
-
background-size: cover; }
|
5180
|
-
.citizen .employeeCustomCard .employeeCustomCard {
|
5181
|
-
border-radius: 10px;
|
5182
|
-
background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
|
5183
|
-
background-size: cover; }
|
5184
|
-
|
5185
|
-
.employee-card-banner {
|
5186
|
-
height: 60%;
|
5187
|
-
margin-bottom: -10%; }
|
5188
|
-
|
5189
|
-
.citizen .employee-card-banner {
|
5190
|
-
margin-bottom: -5% !important;
|
5191
|
-
height: 65% !important; }
|
5192
|
-
|
5193
|
-
.citizen .employee-card-banner .citizenAllServiceGrid {
|
5194
|
-
display: flex-root !important;
|
5195
|
-
height: 100% !important; }
|
5196
|
-
|
5197
|
-
@media screen and (min-width: 300px) {
|
5198
|
-
.CardBasedOptions {
|
5199
|
-
height: 200px; }
|
5200
|
-
.employeeCustomCard {
|
5201
|
-
font-size: 1rem; } }
|
4639
|
+
padding: 16px; } }
|
5202
4640
|
|
5203
4641
|
.WhatsNewCard {
|
5204
4642
|
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
|
@@ -5208,10 +4646,10 @@ video::-webkit-media-controls-panel {
|
|
5208
4646
|
background-color: #fff;
|
5209
4647
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
5210
4648
|
--border-opacity:1;
|
5211
|
-
border-color: #
|
4649
|
+
border-color: #f47738;
|
5212
4650
|
border-left: 4px;
|
5213
4651
|
border-style: solid;
|
5214
|
-
border-color: rgba(
|
4652
|
+
border-color: rgba(244, 119, 56, var(--border-opacity));
|
5215
4653
|
padding: 8px; }
|
5216
4654
|
.WhatsNewCard h2 {
|
5217
4655
|
font-size: 16px;
|
@@ -5231,8 +4669,8 @@ video::-webkit-media-controls-panel {
|
|
5231
4669
|
margin-bottom: 8px; }
|
5232
4670
|
.WhatsNewCard a {
|
5233
4671
|
display: block;
|
5234
|
-
color: #
|
5235
|
-
color: rgba(
|
4672
|
+
color: #f47738;
|
4673
|
+
color: rgba(244, 119, 56, var(--text-opacity)); }
|
5236
4674
|
|
5237
4675
|
.SearchOnRadioButton svg {
|
5238
4676
|
fill: #505a5f;
|
@@ -5244,8 +4682,8 @@ video::-webkit-media-controls-panel {
|
|
5244
4682
|
|
5245
4683
|
.EventCalendarView .MonthViewInEventCalendar {
|
5246
4684
|
--bg-opacity:1;
|
5247
|
-
background-color: #
|
5248
|
-
background-color: rgba(
|
4685
|
+
background-color: #f47738;
|
4686
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
5249
4687
|
font-size: 19px;
|
5250
4688
|
line-height: 23px;
|
5251
4689
|
--text-opacity:1;
|
@@ -5264,8 +4702,8 @@ video::-webkit-media-controls-panel {
|
|
5264
4702
|
line-height: 32px;
|
5265
4703
|
font-weight: 700;
|
5266
4704
|
--text-opacity:1;
|
5267
|
-
color: #
|
5268
|
-
color: rgba(
|
4705
|
+
color: #f47738;
|
4706
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
5269
4707
|
text-align: center;
|
5270
4708
|
padding-top: 16px;
|
5271
4709
|
padding-bottom: 16px; }
|
@@ -5373,34 +4811,6 @@ video::-webkit-media-controls-panel {
|
|
5373
4811
|
-ms-flex-item-align: center;
|
5374
4812
|
align-self: center; }
|
5375
4813
|
|
5376
|
-
.sidebar-menu {
|
5377
|
-
display: -webkit-box;
|
5378
|
-
display: -ms-flexbox;
|
5379
|
-
display: flex;
|
5380
|
-
-webkit-box-orient: vertical;
|
5381
|
-
-webkit-box-direction: normal;
|
5382
|
-
-ms-flex-direction: column;
|
5383
|
-
flex-direction: column;
|
5384
|
-
padding-top: 16px;
|
5385
|
-
padding-left: 16px;
|
5386
|
-
padding-right: 16px;
|
5387
|
-
color: #757575; }
|
5388
|
-
.sidebar-menu .menu-item {
|
5389
|
-
display: -webkit-box;
|
5390
|
-
display: -ms-flexbox;
|
5391
|
-
display: flex;
|
5392
|
-
cursor: pointer;
|
5393
|
-
min-height: 48px;
|
5394
|
-
margin: 0;
|
5395
|
-
padding: 0; }
|
5396
|
-
.sidebar-menu .menu-item .menu-item-icon svg {
|
5397
|
-
color: #757575;
|
5398
|
-
fill: #757575;
|
5399
|
-
width: 21px;
|
5400
|
-
height: 21px; }
|
5401
|
-
.sidebar-menu .menu-item .menu-item-text {
|
5402
|
-
margin-left: 1em; }
|
5403
|
-
|
5404
4814
|
.InboxComposerWrapper .form-field-flex-one .form-field {
|
5405
4815
|
-webkit-box-flex: 1;
|
5406
4816
|
-ms-flex: 1 1 0%;
|
@@ -5438,470 +4848,58 @@ video::-webkit-media-controls-panel {
|
|
5438
4848
|
-ms-flex-direction: row-reverse;
|
5439
4849
|
flex-direction: row-reverse; }
|
5440
4850
|
|
4851
|
+
.loginFormStyleEmployee .employeeCard .submit-bar {
|
4852
|
+
width: 100%; }
|
4853
|
+
|
4854
|
+
.banner .bannerCard {
|
4855
|
+
min-width: 420px !important; }
|
4856
|
+
|
4857
|
+
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
4858
|
+
margin-top: 0;
|
4859
|
+
border: 1px solid;
|
4860
|
+
border-right: none;
|
4861
|
+
padding: 7px; }
|
4862
|
+
|
5441
4863
|
@media (min-width: 780px) {
|
5442
|
-
.
|
5443
|
-
|
5444
|
-
|
5445
|
-
|
5446
|
-
|
5447
|
-
-
|
5448
|
-
|
5449
|
-
grid-row-gap: 1.5rem;
|
5450
|
-
row-gap: 1.5rem; }
|
5451
|
-
.wns-inbox-composer .filter-form {
|
5452
|
-
height: -webkit-fit-content;
|
5453
|
-
height: -moz-fit-content;
|
5454
|
-
height: fit-content; }
|
5455
|
-
.wns-inbox-composer .wns-search-field {
|
5456
|
-
width: 30% !important; }
|
5457
|
-
.wns-inbox-composer .form-field {
|
5458
|
-
width: 100% !important; }
|
5459
|
-
.wns-inbox-composer .SubmitAndClearAllContainer {
|
5460
|
-
width: 100%;
|
5461
|
-
display: -webkit-box;
|
5462
|
-
display: -ms-flexbox;
|
5463
|
-
display: flex;
|
5464
|
-
-webkit-box-pack: end;
|
5465
|
-
-ms-flex-pack: end;
|
5466
|
-
justify-content: end;
|
5467
|
-
-webkit-box-align: center;
|
5468
|
-
-ms-flex-align: center;
|
5469
|
-
align-items: center; }
|
5470
|
-
.wns-inbox-composer .SubmitAndClearAllContainer .clear-search {
|
5471
|
-
width: 30%;
|
5472
|
-
display: inline-block;
|
5473
|
-
vertical-align: middle;
|
5474
|
-
cursor: pointer; }
|
5475
|
-
.wns-inbox-composer .SubmitAndClearAllContainer .clear-search [dir=rtl] p {
|
5476
|
-
text-align: left; }
|
5477
|
-
.wns-inbox-composer .SubmitAndClearAllContainer .clear-search p {
|
5478
|
-
padding: 1rem;
|
5479
|
-
color: #f47738; }
|
5480
|
-
.wns-inbox-composer .SubmitAndClearAllContainer .submit {
|
5481
|
-
width: 30% !important;
|
5482
|
-
margin-left: unset !important; }
|
5483
|
-
.wns-inbox-composer .SubmitAndClearAllContainer .submit button {
|
5484
|
-
width: 100% !important; }
|
5485
|
-
.search-form-wns-inbox .clear-search-container {
|
5486
|
-
grid-column: 2/3;
|
5487
|
-
text-align: right; }
|
5488
|
-
.search-form-wns-inbox .clear-search-container .clear-search {
|
5489
|
-
width: 100%;
|
5490
|
-
color: #f47738; }
|
5491
|
-
.search-form-wns-inbox button {
|
5492
|
-
width: 100%; }
|
5493
|
-
.search-form-wns-inbox .filter-form {
|
5494
|
-
height: -webkit-fit-content;
|
5495
|
-
height: -moz-fit-content;
|
5496
|
-
height: fit-content; }
|
5497
|
-
.search-form-wns-inbox .search-complaint-container {
|
5498
|
-
-webkit-box-orient: vertical;
|
5499
|
-
-webkit-box-direction: normal;
|
5500
|
-
-ms-flex-direction: column;
|
5501
|
-
flex-direction: column;
|
5502
|
-
-webkit-box-align: start;
|
5503
|
-
-ms-flex-align: start;
|
5504
|
-
align-items: flex-start;
|
5505
|
-
--bg-opacity:1;
|
5506
|
-
background-color: #fff;
|
5507
|
-
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
5508
|
-
padding: 16px;
|
5509
|
-
display: unset;
|
5510
|
-
-ms-flex-wrap: unset;
|
5511
|
-
flex-wrap: unset;
|
5512
|
-
-webkit-box-pack: unset;
|
5513
|
-
-ms-flex-pack: unset;
|
5514
|
-
justify-content: unset;
|
5515
|
-
margin-bottom: 0; }
|
5516
|
-
.search-form-wns-inbox .search-complaint-container .complaint-input-container {
|
5517
|
-
display: grid !important;
|
5518
|
-
grid-template-columns: 33.33% 33.33% 33.33%; }
|
5519
|
-
.search-form-wns-inbox .search-complaint-container .form-field {
|
5520
|
-
width: 100%;
|
5521
|
-
padding-right: 15px; }
|
5522
|
-
.search-form-wns-inbox .search-complaint-container .form-field .clear-search {
|
5523
|
-
padding-top: 10px; }
|
5524
|
-
.search-form-wns-inbox .submit {
|
5525
|
-
margin-top: 0;
|
5526
|
-
right: 0; } }
|
5527
|
-
|
5528
|
-
.searchInputFAQs {
|
5529
|
-
margin-right: 24px;
|
5530
|
-
margin-bottom: 10px; }
|
5531
|
-
.searchInputFAQs input, .searchInputFAQs .checkbox-wrap .input-emp, .checkbox-wrap .searchInputFAQs .input-emp {
|
5532
|
-
margin-bottom: 0;
|
5533
|
-
background: border-box;
|
5534
|
-
padding-right: 36px; }
|
4864
|
+
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
4865
|
+
padding: 7px; }
|
4866
|
+
.banner .bannerCard, .loginFormStyleEmployee .employeeCard {
|
4867
|
+
min-width: 420px !important; }
|
4868
|
+
.employeeChangePassword .employeeCard, .employeeForgotPassword .employeeCard {
|
4869
|
+
max-width: 420px !important;
|
4870
|
+
min-width: 420px !important; } }
|
5535
4871
|
|
5536
|
-
.
|
5537
|
-
|
5538
|
-
|
4872
|
+
.employeeForgotPassword .employee-card-input {
|
4873
|
+
margin-bottom: 0;
|
4874
|
+
border-left: none; }
|
5539
4875
|
|
5540
|
-
.
|
5541
|
-
|
5542
|
-
.faqs .faq-question {
|
5543
|
-
font-weight: 400;
|
5544
|
-
margin: 16px;
|
5545
|
-
background: #fff;
|
5546
|
-
-webkit-box-pack: justify;
|
5547
|
-
-ms-flex-pack: justify;
|
5548
|
-
justify-content: space-between;
|
5549
|
-
display: -webkit-box;
|
5550
|
-
display: -ms-flexbox;
|
5551
|
-
display: flex;
|
5552
|
-
font-size: 16px; }
|
5553
|
-
.faqs .faqicon {
|
5554
|
-
float: right; }
|
5555
|
-
.faqs .faq-answer {
|
5556
|
-
background: #fff;
|
5557
|
-
overflow: hidden;
|
5558
|
-
margin: 5px;
|
5559
|
-
font-size: 16px;
|
5560
|
-
line-height: 20px;
|
5561
|
-
--text-opacity:1;
|
5562
|
-
color: #505a5f;
|
5563
|
-
color: rgba(80, 90, 95, var(--text-opacity));
|
5564
|
-
margin-bottom: 8px; }
|
5565
|
-
.faqs .faq-answer span {
|
5566
|
-
display: block;
|
5567
|
-
font-size: 14px;
|
5568
|
-
font-weight: 400;
|
5569
|
-
margin: 0 12px 5px; }
|
5570
|
-
.faqs .cs-box-border {
|
5571
|
-
height: 1px;
|
5572
|
-
position: relative;
|
5573
|
-
border-bottom: 1px solid #d3d3d3;
|
5574
|
-
background: #d3d3d3;
|
5575
|
-
margin-left: 16px;
|
5576
|
-
margin-right: 16px; }
|
4876
|
+
.employeeForgotPassword .field-container {
|
4877
|
+
margin: 10px 0; }
|
5577
4878
|
|
5578
|
-
.
|
5579
|
-
|
5580
|
-
margin: 5px 0;
|
5581
|
-
padding-top: 4px;
|
5582
|
-
padding-bottom: 4px; }
|
4879
|
+
.employeeForgotPassword .submit-bar {
|
4880
|
+
width: 100%; }
|
5583
4881
|
|
5584
|
-
.
|
5585
|
-
|
5586
|
-
transform: rotate(90deg); }
|
4882
|
+
.employeeChangePassword .submit-bar {
|
4883
|
+
width: 100% !important; }
|
5587
4884
|
|
5588
|
-
.
|
5589
|
-
|
5590
|
-
margin: 16px; }
|
5591
|
-
.how-it-works-page .how-it-works-page-header {
|
5592
|
-
margin-bottom: 15px; }
|
4885
|
+
.employeeChangePassword .card-text, .employeeChangePassword .input-otp-wrap {
|
4886
|
+
text-align: center; }
|
5593
4887
|
|
5594
|
-
.
|
5595
|
-
|
5596
|
-
background-color: #6f6f6f;
|
5597
|
-
height: 60px;
|
5598
|
-
width: 100px;
|
5599
|
-
cursor: pointer;
|
5600
|
-
margin: 5px; }
|
5601
|
-
.video-icon .vid-svg {
|
5602
|
-
padding-left: 35px;
|
5603
|
-
padding-top: 18px; }
|
4888
|
+
.submit-bar .submit-bar {
|
4889
|
+
width: 100%; }
|
5604
4890
|
|
5605
|
-
.
|
5606
|
-
|
5607
|
-
word-wrap: break-word; }
|
5608
|
-
.how-it-works-header-description h2 {
|
5609
|
-
font-size: 16px; }
|
5610
|
-
.how-it-works-header-description h2, .how-it-works-header-description p {
|
5611
|
-
font-weight: 400; }
|
5612
|
-
.how-it-works-header-description p {
|
5613
|
-
font-size: 12px; }
|
5614
|
-
|
5615
|
-
.how-it-works-pdf-section {
|
5616
|
-
display: -webkit-box;
|
5617
|
-
display: -ms-flexbox;
|
5618
|
-
display: flex;
|
5619
|
-
-webkit-box-pack: justify;
|
5620
|
-
-ms-flex-pack: justify;
|
5621
|
-
justify-content: space-between; }
|
5622
|
-
.how-it-works-pdf-section .pdf-icon-header-desc {
|
5623
|
-
float: left; }
|
5624
|
-
.how-it-works-pdf-section .pdf-icon-header-desc .pdf-header-desc, .how-it-works-pdf-section .pdf-icon-header-desc .pdf-icon {
|
5625
|
-
display: inline-block; }
|
5626
|
-
.how-it-works-pdf-section .pdf-icon-header-desc .pdf-header-desc {
|
5627
|
-
position: absolute;
|
5628
|
-
padding: 5px;
|
5629
|
-
word-wrap: break-word; }
|
5630
|
-
.how-it-works-pdf-section .pdf-icon-header-desc .pdf-header-desc h2 {
|
5631
|
-
font-size: 16px;
|
5632
|
-
font-weight: 400; }
|
5633
|
-
.how-it-works-pdf-section .pdf-icon-header-desc .pdf-header-desc p {
|
5634
|
-
font-size: 12px;
|
5635
|
-
font-weight: 400; }
|
5636
|
-
.how-it-works-pdf-section .download-icon {
|
5637
|
-
float: right; }
|
5638
|
-
|
5639
|
-
.how-it-works-video-play {
|
5640
|
-
display: inline-block; }
|
5641
|
-
.how-it-works-video-play .close-button {
|
5642
|
-
float: right;
|
5643
|
-
cursor: pointer; }
|
5644
|
-
|
5645
|
-
.pay-whatsapp-card {
|
5646
|
-
display: -webkit-box;
|
5647
|
-
display: -ms-flexbox;
|
5648
|
-
display: flex;
|
5649
|
-
-webkit-box-pack: justify;
|
5650
|
-
-ms-flex-pack: justify;
|
5651
|
-
justify-content: space-between;
|
5652
|
-
cursor: pointer; }
|
5653
|
-
|
5654
|
-
.pay-whatsapp-text {
|
5655
|
-
color: #25d366;
|
5656
|
-
float: left;
|
5657
|
-
font-family: Roboto;
|
5658
|
-
font-size: 16px;
|
5659
|
-
font-weight: 700; }
|
5660
|
-
|
5661
|
-
.dynamicDataCard {
|
5662
|
-
background: rgba(244, 119, 56, 0.12);
|
5663
|
-
mix-blend-mode: normal;
|
5664
|
-
height: auto;
|
5665
|
-
max-height: 64px;
|
5666
|
-
border-radius: 4px;
|
5667
|
-
margin-bottom: 16px; }
|
5668
|
-
|
5669
|
-
.dynamicData {
|
5670
|
-
padding: 10px 16px 16px;
|
5671
|
-
display: -webkit-box;
|
5672
|
-
display: -ms-flexbox;
|
5673
|
-
display: flex; }
|
5674
|
-
|
5675
|
-
.dynamicData-content {
|
5676
|
-
font-family: Roboto;
|
5677
|
-
font-size: 14px;
|
5678
|
-
font-weight: 400;
|
5679
|
-
padding-top: 4px;
|
5680
|
-
word-break: break-word;
|
5681
|
-
margin-left: 20px;
|
5682
|
-
margin-right: 20px; }
|
5683
|
-
|
5684
|
-
.staticDataCard {
|
5685
|
-
background: #eee;
|
5686
|
-
mix-blend-mode: normal;
|
5687
|
-
height: auto;
|
5688
|
-
max-height: 100px;
|
5689
|
-
border-radius: 4px;
|
5690
|
-
margin-bottom: 16px; }
|
5691
|
-
|
5692
|
-
.staticData {
|
5693
|
-
display: -webkit-box;
|
5694
|
-
display: -ms-flexbox;
|
5695
|
-
display: flex; }
|
5696
|
-
|
5697
|
-
.timerIcon {
|
5698
|
-
padding: 16px 0 16px 16px; }
|
5699
|
-
|
5700
|
-
.static-data-content {
|
5701
|
-
display: grid;
|
5702
|
-
margin-left: 20px;
|
5703
|
-
margin-right: 20px;
|
5704
|
-
padding-top: 8px; }
|
5705
|
-
|
5706
|
-
.rupeeSymbol {
|
5707
|
-
padding: 16px 0 16px 16px; }
|
5708
|
-
|
5709
|
-
.validityIcon {
|
5710
|
-
padding: 16px 0 16px 8px; }
|
5711
|
-
|
5712
|
-
.static-data-content-first {
|
5713
|
-
font-family: Roboto;
|
5714
|
-
font-size: 14px;
|
5715
|
-
font-weight: 400; }
|
5716
|
-
|
5717
|
-
.static-data-content-second {
|
5718
|
-
font-family: Roboto;
|
5719
|
-
font-size: 16px;
|
5720
|
-
font-weight: 700;
|
5721
|
-
word-break: break-word; }
|
5722
|
-
|
5723
|
-
.staticDataCardLast {
|
5724
|
-
background: #eee;
|
5725
|
-
mix-blend-mode: normal;
|
5726
|
-
height: 56px;
|
5727
|
-
border-radius: 4px; }
|
5728
|
-
|
5729
|
-
.whatsAppIconG {
|
5730
|
-
float: right; }
|
5731
|
-
|
5732
|
-
.static-home-Card {
|
5733
|
-
display: -webkit-box;
|
5734
|
-
display: -ms-flexbox;
|
5735
|
-
display: flex;
|
5736
|
-
-webkit-box-pack: justify;
|
5737
|
-
-ms-flex-pack: justify;
|
5738
|
-
justify-content: space-between; }
|
5739
|
-
|
5740
|
-
.static-home-Card-header {
|
5741
|
-
font-family: Roboto;
|
5742
|
-
font-size: 16px;
|
5743
|
-
font-weight: 700;
|
5744
|
-
float: left; }
|
5745
|
-
|
5746
|
-
.helplineIcon {
|
5747
|
-
float: right; }
|
5748
|
-
|
5749
|
-
.call-center-card-text {
|
5750
|
-
display: grid; }
|
5751
|
-
|
5752
|
-
.call-center-card-content {
|
5753
|
-
float: left; }
|
5754
|
-
|
5755
|
-
.serviceCentrIcon {
|
5756
|
-
float: right; }
|
5757
|
-
|
5758
|
-
.service-center-details-card {
|
5759
|
-
display: -webkit-box;
|
5760
|
-
display: -ms-flexbox;
|
5761
|
-
display: flex;
|
5762
|
-
word-wrap: break-word; }
|
5763
|
-
|
5764
|
-
.service-center-details-text {
|
5765
|
-
float: left;
|
5766
|
-
width: 180px; }
|
5767
|
-
|
5768
|
-
.react-switch-checkbox {
|
5769
|
-
height: 0;
|
5770
|
-
width: 0;
|
5771
|
-
visibility: hidden; }
|
5772
|
-
|
5773
|
-
.react-switch-label {
|
5774
|
-
display: -webkit-box;
|
5775
|
-
display: -ms-flexbox;
|
5776
|
-
display: flex;
|
5777
|
-
-webkit-box-align: center;
|
5778
|
-
-ms-flex-align: center;
|
5779
|
-
align-items: center;
|
5780
|
-
-webkit-box-pack: justify;
|
5781
|
-
-ms-flex-pack: justify;
|
5782
|
-
justify-content: space-between;
|
5783
|
-
cursor: pointer;
|
5784
|
-
width: 50px;
|
5785
|
-
height: 20px;
|
5786
|
-
background: #fff;
|
5787
|
-
border-radius: 100px;
|
5788
|
-
position: relative;
|
5789
|
-
-webkit-transition: background-color .2s;
|
5790
|
-
transition: background-color .2s;
|
5791
|
-
border: 1px solid #bbb; }
|
5792
|
-
|
5793
|
-
.react-switch-label .react-switch-button {
|
5794
|
-
content: "";
|
5795
|
-
position: absolute;
|
5796
|
-
top: 2px;
|
5797
|
-
left: 2px;
|
5798
|
-
width: 14px;
|
5799
|
-
height: 14px;
|
5800
|
-
border-radius: 45px;
|
5801
|
-
-webkit-transition: .2s;
|
5802
|
-
transition: .2s;
|
5803
|
-
background: #a82227;
|
5804
|
-
-webkit-box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
|
5805
|
-
box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29); }
|
5806
|
-
|
5807
|
-
.react-switch-checkbox:checked + .react-switch-label .react-switch-button {
|
5808
|
-
left: calc(100% - 2px);
|
5809
|
-
-webkit-transform: translateX(-100%);
|
5810
|
-
transform: translateX(-100%); }
|
5811
|
-
|
5812
|
-
.react-switch-label:active .react-switch-button {
|
5813
|
-
width: 45px; }
|
5814
|
-
|
5815
|
-
.PlusMinus {
|
5816
|
-
text-align: center;
|
5817
|
-
display: -webkit-box;
|
5818
|
-
display: -ms-flexbox;
|
5819
|
-
display: flex;
|
5820
|
-
-ms-flex-line-pack: center;
|
5821
|
-
align-content: center;
|
5822
|
-
-webkit-box-pack: center;
|
5823
|
-
-ms-flex-pack: center;
|
5824
|
-
justify-content: center; }
|
5825
|
-
|
5826
|
-
.PlusMinusbutton {
|
5827
|
-
border: 1px solid #d6d5d4;
|
5828
|
-
background-color: #eee;
|
5829
|
-
color: #505a5f;
|
5830
|
-
font-size: 27px;
|
5831
|
-
font-weight: 400;
|
5832
|
-
text-align: center;
|
5833
|
-
width: 40px; }
|
5834
|
-
|
5835
|
-
.loginFormStyleEmployee {
|
5836
|
-
z-index: 10;
|
5837
|
-
margin-top: 15px; }
|
5838
|
-
.loginFormStyleEmployee .employeeCard .submit-bar {
|
5839
|
-
width: 100%;
|
5840
|
-
height: 2rem !important; }
|
5841
|
-
.loginFormStyleEmployee .employeeCard .employeeCard .submit-bar .submit-bar header {
|
5842
|
-
line-height: 2rem !important;
|
5843
|
-
font-size: 16px; }
|
5844
|
-
|
5845
|
-
.banner .bannerCard {
|
5846
|
-
min-width: 420px !important;
|
5847
|
-
background-color: initial; }
|
5848
|
-
|
5849
|
-
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
5850
|
-
border: 1px solid;
|
5851
|
-
border-right: none;
|
5852
|
-
height: 32px !important;
|
5853
|
-
margin-top: -16px !important;
|
5854
|
-
z-index: 999;
|
5855
|
-
background-color: rgba(255, 255, 255, 0.92157); }
|
5856
|
-
|
5857
|
-
@media (min-width: 780px) {
|
5858
|
-
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
5859
|
-
border: 1px solid #000;
|
5860
|
-
border-right: none;
|
5861
|
-
height: 32px !important;
|
5862
|
-
margin-top: -16px !important;
|
5863
|
-
z-index: 999;
|
5864
|
-
background-color: rgba(255, 255, 255, 0.92157); }
|
5865
|
-
.banner .bannerCard, .loginFormStyleEmployee .employeeCard {
|
5866
|
-
min-width: 270px !important;
|
5867
|
-
background-color: rgba(255, 255, 255, 0.83922) !important; }
|
5868
|
-
.employeeChangePassword .employeeCard, .employeeForgotPassword .employeeCard {
|
5869
|
-
max-width: 270px !important;
|
5870
|
-
min-width: 270px !important;
|
5871
|
-
background-color: rgba(255, 255, 255, 0.92157); } }
|
5872
|
-
|
5873
|
-
.employeeForgotPassword .employee-card-input {
|
5874
|
-
margin-bottom: 0;
|
5875
|
-
border-left: none; }
|
5876
|
-
|
5877
|
-
.employeeForgotPassword .field-container {
|
5878
|
-
margin: 10px 0; }
|
5879
|
-
|
5880
|
-
.employeeForgotPassword .submit-bar {
|
5881
|
-
width: 100%;
|
5882
|
-
background-color: #5a1166 !important; }
|
5883
|
-
|
5884
|
-
.employeeChangePassword .submit-bar {
|
5885
|
-
width: 100% !important; }
|
5886
|
-
|
5887
|
-
.employeeChangePassword .card-text, .employeeChangePassword .input-otp-wrap {
|
5888
|
-
text-align: center; }
|
5889
|
-
|
5890
|
-
.submit-bar .submit-bar {
|
5891
|
-
width: 100%; }
|
5892
|
-
|
5893
|
-
.employeeChangePassword .bannerHeader p, .employeeForgotPassword .bannerHeader p, .loginFormStyleEmployee .bannerHeader p {
|
5894
|
-
font-size: 19px; }
|
4891
|
+
.employeeChangePassword .bannerHeader p, .employeeForgotPassword .bannerHeader p, .loginFormStyleEmployee .bannerHeader p {
|
4892
|
+
font-size: 19px; }
|
5895
4893
|
|
5896
4894
|
.employeeCard .card-sub-header {
|
5897
4895
|
font-size: 24px; }
|
5898
4896
|
|
5899
4897
|
.employeeForgotPassword .employeeCard .card-label, .loginFormStyleEmployee .employeeCard .card-label {
|
5900
|
-
font-weight:
|
5901
|
-
font-size:
|
5902
|
-
line-height:
|
4898
|
+
font-weight: 400;
|
4899
|
+
font-size: 16px;
|
4900
|
+
line-height: 19px;
|
5903
4901
|
color: #0b0c0c;
|
5904
|
-
|
4902
|
+
margin-top: 20px; }
|
5905
4903
|
|
5906
4904
|
.banner .bannerHeader {
|
5907
4905
|
margin-bottom: 20px; }
|
@@ -5909,14 +4907,12 @@ video::-webkit-media-controls-panel {
|
|
5909
4907
|
.employeeCard .card-label {
|
5910
4908
|
font-weight: 400;
|
5911
4909
|
font-size: 16px;
|
5912
|
-
line-height: 19px;
|
4910
|
+
line-height: 19px;
|
4911
|
+
color: #0b0c0c; }
|
5913
4912
|
|
5914
4913
|
.profile-label-margin {
|
5915
4914
|
margin-top: 10px; }
|
5916
4915
|
|
5917
|
-
.loginFormStyleEmployee .primary-label-btn {
|
5918
|
-
font-size: 12px; }
|
5919
|
-
|
5920
4916
|
.employeeForgotPassword .employeeCard .card-label-desc {
|
5921
4917
|
font-weight: 400;
|
5922
4918
|
font-size: 16px;
|
@@ -5929,12 +4925,6 @@ video::-webkit-media-controls-panel {
|
|
5929
4925
|
font-size: 16px;
|
5930
4926
|
color: #505a5f; }
|
5931
4927
|
|
5932
|
-
.employeeCard .card-label {
|
5933
|
-
font-weight: 600 !important;
|
5934
|
-
font-size: 14px !important;
|
5935
|
-
line-height: 10px !important;
|
5936
|
-
color: #0b0c0c; }
|
5937
|
-
|
5938
4928
|
@media screen and (max-width: 768px) {
|
5939
4929
|
.employeeChangePassword .employeeCard .card-text {
|
5940
4930
|
margin-top: 7px; }
|
@@ -5957,9 +4947,6 @@ video::-webkit-media-controls-panel {
|
|
5957
4947
|
.employeeChangePassword .employeeCard .field .field-container {
|
5958
4948
|
margin-bottom: 24px; }
|
5959
4949
|
|
5960
|
-
.upyog-copyright-footer-web {
|
5961
|
-
display: none; }
|
5962
|
-
|
5963
4950
|
.employeeChangePassword .employeeCard .employee-card-sub-header, .employeeForgotPassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header {
|
5964
4951
|
font-size: 24px !important;
|
5965
4952
|
line-height: 28px !important;
|
@@ -5969,18 +4956,14 @@ video::-webkit-media-controls-panel {
|
|
5969
4956
|
.employeeChangePassword .employeeCard .employee-card-sub-header, .employeeForgotPassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header {
|
5970
4957
|
font-size: 18px !important;
|
5971
4958
|
line-height: 21px !important;
|
5972
|
-
margin-bottom: 0 !important;
|
5973
|
-
z-index: 10 !important; }
|
4959
|
+
margin-bottom: 0 !important; }
|
5974
4960
|
.banner .bannerCard, .loginFormStyleEmployee .employeeCard {
|
5975
|
-
min-width:
|
5976
|
-
|
5977
|
-
background-color: rgba(255, 255, 255, 0.83922) !important;
|
5978
|
-
margin-top: 0 !important; }
|
4961
|
+
min-width: 340px !important;
|
4962
|
+
margin: 10px !important; }
|
5979
4963
|
.employeeChangePassword .employeeCard, .employeeForgotPassword .employeeCard {
|
5980
|
-
max-width:
|
5981
|
-
min-width:
|
5982
|
-
margin
|
5983
|
-
background-color: rgba(255, 255, 255, 0.92157); } }
|
4964
|
+
max-width: 360px !important;
|
4965
|
+
min-width: 340px !important;
|
4966
|
+
margin: 10px !important; } }
|
5984
4967
|
|
5985
4968
|
.employeeChangePassword .employeeCard .card-text {
|
5986
4969
|
margin-top: 18px !important;
|
@@ -5989,15 +4972,8 @@ video::-webkit-media-controls-panel {
|
|
5989
4972
|
.employeeBackbuttonAlign {
|
5990
4973
|
display: none; }
|
5991
4974
|
|
5992
|
-
.employee-select-wrap .select {
|
5993
|
-
height: 2rem !important;
|
5994
|
-
background-color: #fff !important; }
|
5995
|
-
|
5996
4975
|
.employee-select-wrap.login-city-dd .options-card {
|
5997
|
-
max-height:
|
5998
|
-
|
5999
|
-
.banner .bannerCard, .loginFormStyleEmployee .employeeCard {
|
6000
|
-
background-color: initial; }
|
4976
|
+
max-height: 200px; }
|
6001
4977
|
|
6002
4978
|
@media screen and (max-width: 768px) {
|
6003
4979
|
.employeeBackbuttonAlign {
|
@@ -6006,36 +4982,20 @@ video::-webkit-media-controls-panel {
|
|
6006
4982
|
top: 20px;
|
6007
4983
|
left: 20px; }
|
6008
4984
|
.banner {
|
4985
|
+
-webkit-box-align: end;
|
4986
|
+
-ms-flex-align: end;
|
4987
|
+
align-items: flex-end;
|
6009
4988
|
padding-bottom: 40px;
|
6010
|
-
height: 100vh !important;
|
6011
|
-
z-index: 1; }
|
4989
|
+
height: 100vh !important; }
|
6012
4990
|
.topbar {
|
6013
|
-
background:
|
4991
|
+
background: rgba(34, 57, 77, var(--bg-opacity)) !important;
|
4992
|
+
color: #fff; }
|
6014
4993
|
.employee .loginContainer {
|
6015
4994
|
padding-top: 0 !important; }
|
6016
4995
|
.removeBottomMargin {
|
6017
4996
|
margin-bottom: 0 !important; }
|
6018
4997
|
.employee-select-wrap.login-city-dd .options-card {
|
6019
|
-
max-height: 160px; }
|
6020
|
-
.banner .upyog-copyright-footer {
|
6021
|
-
display: none; }
|
6022
|
-
.banner .upyog-copyright-footer-web {
|
6023
|
-
display: block; } }
|
6024
|
-
|
6025
|
-
@media screen and (max-width: 900px) {
|
6026
|
-
.loginFormStyleEmployee .employeeForgotPassword {
|
6027
|
-
margin-top: -50% !important;
|
6028
|
-
background-color: rgba(255, 255, 255, 0.92157) !important;
|
6029
|
-
z-index: 2; }
|
6030
|
-
.psuedo-banner {
|
6031
|
-
font-size: 20px; }
|
6032
|
-
.banner-slogan {
|
6033
|
-
font-size: 14px; }
|
6034
|
-
.employeeForgotPassword, .loginFormStyleEmployee {
|
6035
|
-
margin-top: -30% !important; } }
|
6036
|
-
|
6037
|
-
.employeeForgotPassword {
|
6038
|
-
z-index: 2; }
|
4998
|
+
max-height: 160px; } }
|
6039
4999
|
|
6040
5000
|
.employee .breadcrumb {
|
6041
5001
|
margin-left: 8px;
|
@@ -6043,7 +5003,6 @@ video::-webkit-media-controls-panel {
|
|
6043
5003
|
|
6044
5004
|
.employee .ground-container {
|
6045
5005
|
margin-bottom: 56px;
|
6046
|
-
margin-left: 0;
|
6047
5006
|
display: -webkit-box;
|
6048
5007
|
display: -ms-flexbox;
|
6049
5008
|
display: flex;
|
@@ -6059,18 +5018,14 @@ video::-webkit-media-controls-panel {
|
|
6059
5018
|
display: inline-block;
|
6060
5019
|
margin: 8px auto; }
|
6061
5020
|
|
6062
|
-
.employee .home-action-cards {
|
6063
|
-
height: auto !important;
|
6064
|
-
min-height: 263px; }
|
6065
|
-
|
6066
5021
|
.employee .topbar {
|
6067
5022
|
position: fixed;
|
6068
5023
|
top: 0;
|
6069
5024
|
width: 100%;
|
6070
5025
|
padding: 16px 24px;
|
6071
5026
|
background: #fff;
|
6072
|
-
-webkit-box-shadow: 0 1px 4px
|
6073
|
-
box-shadow: 0 1px 4px
|
5027
|
+
-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
|
5028
|
+
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
|
6074
5029
|
z-index: 9999; }
|
6075
5030
|
.employee .topbar img {
|
6076
5031
|
display: inline; }
|
@@ -6088,79 +5043,15 @@ video::-webkit-media-controls-panel {
|
|
6088
5043
|
float: right;
|
6089
5044
|
margin-top: 12px; }
|
6090
5045
|
.employee .topbar .right .user-img-txt {
|
6091
|
-
background: #
|
5046
|
+
background: #f47738;
|
6092
5047
|
padding: 10px 15px;
|
6093
5048
|
border-radius: 50%;
|
6094
5049
|
color: #fff;
|
6095
5050
|
font-weight: 700; }
|
6096
5051
|
|
6097
|
-
.employee .main {
|
5052
|
+
.employee .loginContainer, .employee .main {
|
6098
5053
|
padding-top: 88px; }
|
6099
5054
|
|
6100
|
-
.employee .submit-bar header {
|
6101
|
-
height: 2rem !important;
|
6102
|
-
line-height: 2rem !important; }
|
6103
|
-
|
6104
|
-
.employee .loginContainer {
|
6105
|
-
padding-top: 88px;
|
6106
|
-
position: relative; }
|
6107
|
-
|
6108
|
-
.employee .loginnn {
|
6109
|
-
position: relative;
|
6110
|
-
min-width: 100%; }
|
6111
|
-
|
6112
|
-
.employee .loginnn, .employee .loginnn .img {
|
6113
|
-
max-width: 100%;
|
6114
|
-
width: 100%; }
|
6115
|
-
|
6116
|
-
.employee .loginnn .img {
|
6117
|
-
position: absolute;
|
6118
|
-
background-size: cover;
|
6119
|
-
max-height: 100%; }
|
6120
|
-
|
6121
|
-
.employee .logoNiua {
|
6122
|
-
display: -webkit-box;
|
6123
|
-
display: -ms-flexbox;
|
6124
|
-
display: flex;
|
6125
|
-
width: 100%;
|
6126
|
-
position: absolute; }
|
6127
|
-
|
6128
|
-
.employee .logoNiua .img {
|
6129
|
-
width: 15%;
|
6130
|
-
height: 15%; }
|
6131
|
-
|
6132
|
-
.employee .upyogLogo {
|
6133
|
-
width: 100% !important; }
|
6134
|
-
|
6135
|
-
.employee .login-logo-wrapper {
|
6136
|
-
min-width: 100%;
|
6137
|
-
height: 100%;
|
6138
|
-
position: absolute;
|
6139
|
-
display: -webkit-box;
|
6140
|
-
display: -ms-flexbox;
|
6141
|
-
display: flex;
|
6142
|
-
-webkit-box-orient: horizontal;
|
6143
|
-
-webkit-box-direction: normal;
|
6144
|
-
-ms-flex-direction: row;
|
6145
|
-
flex-direction: row; }
|
6146
|
-
|
6147
|
-
.employee .loginConference {
|
6148
|
-
position: relative;
|
6149
|
-
height: 100%;
|
6150
|
-
width: 100%;
|
6151
|
-
font-weight: 700; }
|
6152
|
-
|
6153
|
-
.employee .login-banner-wrapper {
|
6154
|
-
position: relative;
|
6155
|
-
color: #fff;
|
6156
|
-
float: right;
|
6157
|
-
z-index: 999;
|
6158
|
-
height: 100%;
|
6159
|
-
padding-top: 35vh;
|
6160
|
-
margin-right: 2%;
|
6161
|
-
text-align: right;
|
6162
|
-
font-family: none; }
|
6163
|
-
|
6164
5055
|
.employee .react-time-picker {
|
6165
5056
|
width: 100%; }
|
6166
5057
|
|
@@ -6183,138 +5074,26 @@ video::-webkit-media-controls-panel {
|
|
6183
5074
|
.employee .react-time-picker__wrapper {
|
6184
5075
|
padding-left: 8px; }
|
6185
5076
|
|
6186
|
-
#login-conference-table {
|
6187
|
-
position: absolute;
|
6188
|
-
z-index: 1;
|
6189
|
-
width: 36vw;
|
6190
|
-
height: 62vh;
|
6191
|
-
margin-top: 20vh;
|
6192
|
-
margin-left: 2vw; }
|
6193
|
-
|
6194
|
-
.banner-slogan {
|
6195
|
-
padding-top: 10%; }
|
6196
|
-
|
6197
|
-
.psuedo-banner span {
|
6198
|
-
color: #fdd049; }
|
6199
|
-
|
6200
|
-
.login-banner-wrapper .psuedo-banner {
|
6201
|
-
font-size: 2.2rem; }
|
6202
|
-
|
6203
|
-
.login-banner-wrapper .banner-slogan {
|
6204
|
-
font-size: 1.5rem; }
|
6205
|
-
|
6206
5077
|
.citizen .main {
|
6207
5078
|
padding-top: 82px;
|
6208
|
-
min-height: calc(100vh -
|
6209
|
-
display: -webkit-box !important;
|
6210
|
-
display: -ms-flexbox !important;
|
6211
|
-
display: flex !important; }
|
5079
|
+
min-height: calc(100vh - 90px); }
|
6212
5080
|
|
6213
5081
|
.citizen .sidebar, .employee .sidebar {
|
6214
5082
|
position: fixed;
|
6215
5083
|
left: 0;
|
5084
|
+
padding: 20px 0;
|
5085
|
+
background: #22394d;
|
6216
5086
|
height: 100%;
|
6217
5087
|
color: #fff;
|
6218
5088
|
margin-top: 80px;
|
6219
|
-
z-index:
|
6220
|
-
-webkit-transition: all .3s ease;
|
6221
|
-
transition: all .3s ease;
|
6222
|
-
white-space: nowrap;
|
6223
|
-
height: calc(100vh - 36px);
|
6224
|
-
padding-bottom: 5rem;
|
6225
|
-
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);
|
6226
|
-
background-blend-mode: lighten;
|
6227
|
-
background-size: cover; }
|
5089
|
+
z-index: 1000; }
|
6228
5090
|
.citizen .sidebar .actions, .employee .sidebar .actions {
|
6229
5091
|
cursor: pointer;
|
6230
|
-
|
6231
|
-
|
6232
|
-
|
6233
|
-
|
6234
|
-
|
6235
|
-
align-items: center; }
|
6236
|
-
.citizen .sidebar .actions .tooltip, .employee .sidebar .actions .tooltip {
|
6237
|
-
margin-left: 16px; }
|
6238
|
-
.citizen .sidebar svg, .employee .sidebar svg {
|
6239
|
-
width: 24px;
|
6240
|
-
height: 24px;
|
6241
|
-
fill: #fff; }
|
6242
|
-
.citizen .sidebar a, .employee .sidebar a {
|
6243
|
-
display: -webkit-box;
|
6244
|
-
display: -ms-flexbox;
|
6245
|
-
display: flex; }
|
6246
|
-
.citizen .sidebar .sidebar-link, .employee .sidebar .sidebar-link {
|
6247
|
-
-webkit-box-pack: justify;
|
6248
|
-
-ms-flex-pack: justify;
|
6249
|
-
justify-content: space-between;
|
6250
|
-
padding: 20px; }
|
6251
|
-
.citizen .sidebar .sidebar-link.active, .employee .sidebar .sidebar-link.active {
|
6252
|
-
color: #a82227 !important;
|
6253
|
-
border-right: 4px solid #a82227; }
|
6254
|
-
.citizen .sidebar .sidebar-link.active svg, .employee .sidebar .sidebar-link.active svg {
|
6255
|
-
fill: #a82227 !important; }
|
6256
|
-
.citizen .sidebar .sidebar-link .employee-search-input, .employee .sidebar .sidebar-link .employee-search-input {
|
6257
|
-
border: none;
|
6258
|
-
outline: none;
|
6259
|
-
background-color: transparent;
|
6260
|
-
margin-left: 13px; }
|
6261
|
-
.citizen .sidebar .sidebar-link .custom-link .tooltip, .employee .sidebar .sidebar-link .custom-link .tooltip {
|
6262
|
-
margin-left: 16px; }
|
6263
|
-
.citizen .sidebar .sidebar-link .custom-link .tooltip span, .employee .sidebar .sidebar-link .custom-link .tooltip span {
|
6264
|
-
margin-left: unset !important;
|
6265
|
-
left: unset !important; }
|
6266
|
-
.citizen .sidebar .sidebar-link svg, .employee .sidebar .sidebar-link svg {
|
6267
|
-
fill: #fff !important;
|
6268
|
-
width: 21px;
|
6269
|
-
height: 21px; }
|
6270
|
-
.citizen .sidebar .sidebar-link:hover, .employee .sidebar .sidebar-link:hover {
|
6271
|
-
color: #a82227 !important;
|
6272
|
-
background-color: #486480;
|
6273
|
-
cursor: pointer; }
|
6274
|
-
.citizen .sidebar .sidebar-link:hover svg, .employee .sidebar .sidebar-link:hover svg {
|
6275
|
-
fill: #a82227 !important; }
|
6276
|
-
.citizen .sidebar .sidebar-link .search-icon-wrapper svg, .employee .sidebar .sidebar-link .search-icon-wrapper svg {
|
6277
|
-
fill: #fff !important;
|
6278
|
-
width: 21px;
|
6279
|
-
height: 21px; }
|
6280
|
-
.citizen .sidebar .sidebar-link .search-icon-wrapper svg path, .employee .sidebar .sidebar-link .search-icon-wrapper svg path {
|
6281
|
-
fill: #fff !important; }
|
6282
|
-
.citizen .sidebar .dropdown-link, .citizen .sidebar .sidebar-link, .employee .sidebar .dropdown-link, .employee .sidebar .sidebar-link {
|
6283
|
-
display: -webkit-box;
|
6284
|
-
display: -ms-flexbox;
|
6285
|
-
display: flex;
|
6286
|
-
color: #fff;
|
6287
|
-
-webkit-box-align: center;
|
6288
|
-
-ms-flex-align: center;
|
6289
|
-
align-items: center;
|
6290
|
-
font-size: 14px; }
|
6291
|
-
.citizen .sidebar .dropdown-link, .employee .sidebar .dropdown-link {
|
6292
|
-
height: 40px;
|
6293
|
-
margin-left: 40px;
|
6294
|
-
text-decoration: none; }
|
6295
|
-
.citizen .sidebar .dropdown-link .actions .tooltiptext, .employee .sidebar .dropdown-link .actions .tooltiptext {
|
6296
|
-
left: unset;
|
6297
|
-
right: 1%; }
|
6298
|
-
.citizen .sidebar .dropdown-link svg, .employee .sidebar .dropdown-link svg {
|
6299
|
-
width: 20px;
|
6300
|
-
height: 20px;
|
6301
|
-
fill: #fff; }
|
6302
|
-
.citizen .sidebar .dropdown-link:hover, .employee .sidebar .dropdown-link:hover {
|
6303
|
-
color: #fe7a51 !important;
|
6304
|
-
background-color: #486480;
|
6305
|
-
cursor: pointer; }
|
6306
|
-
.citizen .sidebar .dropdown-link:hover svg, .employee .sidebar .dropdown-link:hover svg {
|
6307
|
-
fill: #fe7a51 !important; }
|
6308
|
-
.citizen .sidebar .dropdown-link.active, .employee .sidebar .dropdown-link.active {
|
6309
|
-
color: #a82227 !important;
|
6310
|
-
border-right: 4px solid #a82227; }
|
6311
|
-
.citizen .sidebar .dropdown-link.active svg, .employee .sidebar .dropdown-link.active svg {
|
6312
|
-
fill: #a82227 !important; }
|
6313
|
-
.citizen .sidebar span, .employee .sidebar span {
|
6314
|
-
margin-left: 16px;
|
6315
|
-
text-overflow: ellipsis;
|
6316
|
-
overflow: hidden;
|
6317
|
-
white-space: nowrap; }
|
5092
|
+
padding: 0 20px;
|
5093
|
+
margin-bottom: 32px; }
|
5094
|
+
.citizen .sidebar .actions.active, .employee .sidebar .actions.active {
|
5095
|
+
border-right: 4px solid #f47738;
|
5096
|
+
padding-right: 16px; }
|
6318
5097
|
|
6319
5098
|
.citizen .wrapperStyles, .employee .wrapperStyles {
|
6320
5099
|
margin-top: -5px;
|
@@ -6409,8 +5188,8 @@ video::-webkit-media-controls-panel {
|
|
6409
5188
|
|
6410
5189
|
.link {
|
6411
5190
|
--text-opacity:1;
|
6412
|
-
color: #
|
6413
|
-
color: rgba(
|
5191
|
+
color: #f47738;
|
5192
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
6414
5193
|
cursor: pointer; }
|
6415
5194
|
.link :hover {
|
6416
5195
|
--text-opacity:1;
|
@@ -6418,11 +5197,8 @@ video::-webkit-media-controls-panel {
|
|
6418
5197
|
color: rgba(200, 96, 43, var(--text-opacity)); }
|
6419
5198
|
|
6420
5199
|
.RightMostTopBarOptions {
|
6421
|
-
display: -
|
6422
|
-
|
6423
|
-
display: flex;
|
6424
|
-
float: right;
|
6425
|
-
display: flex; }
|
5200
|
+
display: inline-block;
|
5201
|
+
float: right; }
|
6426
5202
|
.RightMostTopBarOptions .EventNotificationWrapper {
|
6427
5203
|
position: relative;
|
6428
5204
|
cursor: pointer; }
|
@@ -6439,10 +5215,36 @@ video::-webkit-media-controls-panel {
|
|
6439
5215
|
text-align: center; }
|
6440
5216
|
.RightMostTopBarOptions .EventNotificationWrapper span p {
|
6441
5217
|
line-height: 20px; }
|
6442
|
-
|
6443
|
-
|
6444
|
-
|
6445
|
-
|
5218
|
+
|
5219
|
+
@media (min-width: 640px) {
|
5220
|
+
.employee .ground-container {
|
5221
|
+
display: block;
|
5222
|
+
margin-left: 16px; }
|
5223
|
+
.employee .breadcrumb {
|
5224
|
+
margin-bottom: 24px;
|
5225
|
+
margin-left: 0; }
|
5226
|
+
.employee .card-home {
|
5227
|
+
width: 270px; }
|
5228
|
+
.employee .card-home, .employee .card-home-hrms {
|
5229
|
+
margin-right: 16px;
|
5230
|
+
margin-bottom: 16px; }
|
5231
|
+
.employee .card-home-hrms {
|
5232
|
+
width: 405px;
|
5233
|
+
padding: 0; }
|
5234
|
+
.employee .main {
|
5235
|
+
padding-top: 80px;
|
5236
|
+
margin-left: 72px;
|
5237
|
+
width: calc(100% - 83px); }
|
5238
|
+
.citizen .main {
|
5239
|
+
grid-gap: .3rem;
|
5240
|
+
gap: .3rem;
|
5241
|
+
width: 100%;
|
5242
|
+
padding-top: 80px;
|
5243
|
+
padding-left: 16px;
|
5244
|
+
min-height: calc(100vh - 40px); }
|
5245
|
+
.citizen .center-container {
|
5246
|
+
width: 70%;
|
5247
|
+
margin: 0 auto; } }
|
6446
5248
|
|
6447
5249
|
.fullWidth {
|
6448
5250
|
width: 100%; }
|
@@ -6468,7 +5270,7 @@ video::-webkit-media-controls-panel {
|
|
6468
5270
|
|
6469
5271
|
@media (min-width: 780px) {
|
6470
5272
|
.d-grid {
|
6471
|
-
display:
|
5273
|
+
display: grid;
|
6472
5274
|
grid-template-columns: 250px 250px 250px 250px;
|
6473
5275
|
grid-column-gap: 10px;
|
6474
5276
|
-webkit-column-gap: 10px;
|
@@ -6487,123 +5289,6 @@ video::-webkit-media-controls-panel {
|
|
6487
5289
|
.mb-25 {
|
6488
5290
|
margin-bottom: 25px; }
|
6489
5291
|
|
6490
|
-
@media (min-width: 640px) {
|
6491
|
-
.employee .ground-container {
|
6492
|
-
margin-left: 0 !important;
|
6493
|
-
display: block;
|
6494
|
-
margin-left: 16px; }
|
6495
|
-
.employee .breadcrumb {
|
6496
|
-
margin-bottom: 24px;
|
6497
|
-
margin-left: 0; }
|
6498
|
-
.employee .card-home {
|
6499
|
-
width: 270px;
|
6500
|
-
margin-right: 10px;
|
6501
|
-
margin-bottom: 10px; }
|
6502
|
-
.employee .card-home-hrms {
|
6503
|
-
width: 405px;
|
6504
|
-
padding: 0;
|
6505
|
-
margin-right: 16px;
|
6506
|
-
margin-bottom: 16px; }
|
6507
|
-
.employee .main {
|
6508
|
-
-webkit-box-orient: vertical;
|
6509
|
-
-webkit-box-direction: normal;
|
6510
|
-
-ms-flex-direction: column;
|
6511
|
-
flex-direction: column;
|
6512
|
-
padding-top: 80px;
|
6513
|
-
margin-left: 64px;
|
6514
|
-
width: calc(100% - 83px); }
|
6515
|
-
.employee .citizen-home-container, .employee .main {
|
6516
|
-
display: -webkit-box;
|
6517
|
-
display: -ms-flexbox;
|
6518
|
-
display: flex; }
|
6519
|
-
.employee .citizen-home-container {
|
6520
|
-
-webkit-box-orient: unset !important;
|
6521
|
-
-webkit-box-direction: unset !important;
|
6522
|
-
-ms-flex-direction: unset !important;
|
6523
|
-
flex-direction: unset !important;
|
6524
|
-
width: unset !important;
|
6525
|
-
margin-left: unset !important;
|
6526
|
-
padding-top: 58px; }
|
6527
|
-
#main-img {
|
6528
|
-
content: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png); }
|
6529
|
-
.citizen .main {
|
6530
|
-
width: 100%;
|
6531
|
-
padding-top: 80px;
|
6532
|
-
min-height: calc(100vh - 48px);
|
6533
|
-
margin-bottom: 18px !important;
|
6534
|
-
display: -webkit-box !important;
|
6535
|
-
display: -ms-flexbox !important;
|
6536
|
-
display: flex !important; } }
|
6537
|
-
|
6538
|
-
@media only screen and (max-width: 950px) {
|
6539
|
-
#main-img {
|
6540
|
-
content: url(https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png); }
|
6541
|
-
#login-conference-table {
|
6542
|
-
position: relative;
|
6543
|
-
z-index: 1;
|
6544
|
-
width: 75%;
|
6545
|
-
height: 115%;
|
6546
|
-
margin: 25% 12% 12%; }
|
6547
|
-
.loginConference {
|
6548
|
-
position: absolute;
|
6549
|
-
height: 100%;
|
6550
|
-
width: 100%;
|
6551
|
-
font-weight: 700;
|
6552
|
-
display: -webkit-box;
|
6553
|
-
display: -ms-flexbox;
|
6554
|
-
display: flex;
|
6555
|
-
-webkit-box-orient: vertical;
|
6556
|
-
-webkit-box-direction: normal;
|
6557
|
-
-ms-flex-direction: column;
|
6558
|
-
flex-direction: column; }
|
6559
|
-
.employee .login-banner-wrapper {
|
6560
|
-
padding-top: 0; }
|
6561
|
-
.psuedo-banner {
|
6562
|
-
font-size: 4vw; }
|
6563
|
-
.banner-slogan {
|
6564
|
-
font-size: 3.5vw; } }
|
6565
|
-
|
6566
|
-
@media screen and (min-width: 768) {
|
6567
|
-
#login-conference-table {
|
6568
|
-
position: absolute;
|
6569
|
-
z-index: 1;
|
6570
|
-
width: 40%;
|
6571
|
-
height: 30%;
|
6572
|
-
margin: 25% 12% 12%; } }
|
6573
|
-
|
6574
|
-
@media only screen and (max-width: 500px) {
|
6575
|
-
#main-img {
|
6576
|
-
content: url(https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png); }
|
6577
|
-
#login-conference-table {
|
6578
|
-
position: relative;
|
6579
|
-
z-index: 1;
|
6580
|
-
width: 75%;
|
6581
|
-
height: 80%;
|
6582
|
-
margin: 25% 12% 12%; }
|
6583
|
-
.loginConference {
|
6584
|
-
position: absolute;
|
6585
|
-
height: 100%;
|
6586
|
-
width: 100%;
|
6587
|
-
font-weight: 700;
|
6588
|
-
display: -webkit-box;
|
6589
|
-
display: -ms-flexbox;
|
6590
|
-
display: flex;
|
6591
|
-
-webkit-box-orient: vertical;
|
6592
|
-
-webkit-box-direction: normal;
|
6593
|
-
-ms-flex-direction: column;
|
6594
|
-
flex-direction: column; }
|
6595
|
-
.employee .psuedo-banner {
|
6596
|
-
font-size: 1.2rem; }
|
6597
|
-
.employee .banner-slogan {
|
6598
|
-
font-size: .8rem; } }
|
6599
|
-
|
6600
|
-
@media only screen and (min-width: 300px) {
|
6601
|
-
.employee .card-home {
|
6602
|
-
height: 220px;
|
6603
|
-
-webkit-box-shadow: rgba(50, 50, 93, 0.07843) 0 50px 100px -20px, rgba(0, 0, 0, 0.18) 0 30px 60px -30px, rgba(10, 37, 64, 0.21961) 0 -2px 6px 0 inset;
|
6604
|
-
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);
|
6605
|
-
border-radius: 12px; } }
|
6606
|
-
|
6607
5292
|
.flex-fit {
|
6608
5293
|
display: -webkit-box;
|
6609
5294
|
display: -ms-flexbox;
|
@@ -6614,8 +5299,7 @@ video::-webkit-media-controls-panel {
|
|
6614
5299
|
border-bottom: 1px;
|
6615
5300
|
border-color: rgba(214, 213, 212, var(--border-opacity));
|
6616
5301
|
border-style: solid;
|
6617
|
-
|
6618
|
-
padding-top: 5px; }
|
5302
|
+
padding: 8px 10px; }
|
6619
5303
|
|
6620
5304
|
.card-count {
|
6621
5305
|
padding-right: 36px; }
|
@@ -6674,13 +5358,6 @@ video::-webkit-media-controls-panel {
|
|
6674
5358
|
-ms-flex-pack: end;
|
6675
5359
|
justify-content: flex-end; } }
|
6676
5360
|
|
6677
|
-
.popup-module-main iframe #page-container div {
|
6678
|
-
width: 99% !important;
|
6679
|
-
margin: 5px !important; }
|
6680
|
-
|
6681
|
-
.popup-module-main iframe #page-container ::-webkit-scrollbar {
|
6682
|
-
width: 0 !important; }
|
6683
|
-
|
6684
5361
|
.icon-bg-secondary {
|
6685
5362
|
display: -webkit-box;
|
6686
5363
|
display: -ms-flexbox;
|
@@ -6816,8 +5493,8 @@ video::-webkit-media-controls-panel {
|
|
6816
5493
|
width: 56px;
|
6817
5494
|
height: 56px;
|
6818
5495
|
--bg-opacity:1;
|
6819
|
-
background-color: #
|
6820
|
-
background-color: rgba(
|
5496
|
+
background-color: #f47738;
|
5497
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
6821
5498
|
padding: 12px;
|
6822
5499
|
border-radius: 4px; }
|
6823
5500
|
.complaint-links-container .header .logo svg {
|
@@ -6844,15 +5521,14 @@ video::-webkit-media-controls-panel {
|
|
6844
5521
|
.complaint-links-container .body .link {
|
6845
5522
|
padding: 8px;
|
6846
5523
|
--text-opacity:1;
|
6847
|
-
color: #
|
6848
|
-
color: rgba(
|
5524
|
+
color: #f47738;
|
5525
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
6849
5526
|
-webkit-box-align: center;
|
6850
5527
|
-ms-flex-align: center;
|
6851
5528
|
align-items: center;
|
6852
5529
|
display: -webkit-box !important;
|
6853
5530
|
display: -ms-flexbox !important;
|
6854
|
-
display: flex !important;
|
6855
|
-
color: #a82227 !important; }
|
5531
|
+
display: flex !important; }
|
6856
5532
|
.complaint-links-container .body .inbox-total {
|
6857
5533
|
padding: 4px;
|
6858
5534
|
display: table;
|
@@ -6864,11 +5540,10 @@ video::-webkit-media-controls-panel {
|
|
6864
5540
|
width: 2rem;
|
6865
5541
|
height: 2rem;
|
6866
5542
|
--bg-opacity:1;
|
6867
|
-
background-color: #
|
6868
|
-
background-color: rgba(
|
5543
|
+
background-color: #f47738;
|
5544
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
6869
5545
|
border-radius: 9999px;
|
6870
|
-
margin-left: 4px;
|
6871
|
-
background-color: #a82227 !important; }
|
5546
|
+
margin-left: 4px; }
|
6872
5547
|
.complaint-links-container .links-wrapper {
|
6873
5548
|
padding-left: 16px;
|
6874
5549
|
padding-top: 8px;
|
@@ -6876,8 +5551,7 @@ video::-webkit-media-controls-panel {
|
|
6876
5551
|
font-size: 16px;
|
6877
5552
|
line-height: 24px; }
|
6878
5553
|
.complaint-links-container .links-wrapper .link {
|
6879
|
-
padding: 0 0 4px !important;
|
6880
|
-
color: #a82227 !important; }
|
5554
|
+
padding: 0 0 4px !important; }
|
6881
5555
|
.complaint-links-container .links-wrapper .link svg {
|
6882
5556
|
margin-left: 8px; }
|
6883
5557
|
|
@@ -6899,8 +5573,8 @@ video::-webkit-media-controls-panel {
|
|
6899
5573
|
|
6900
5574
|
.filter-button {
|
6901
5575
|
--text-opacity:1;
|
6902
|
-
color: #
|
6903
|
-
color: rgba(
|
5576
|
+
color: #f47738;
|
5577
|
+
color: rgba(244, 119, 56, var(--text-opacity)); }
|
6904
5578
|
.filter-button:hover {
|
6905
5579
|
--text-opacity:1;
|
6906
5580
|
color: #c8602b;
|
@@ -7029,8 +5703,8 @@ video::-webkit-media-controls-panel {
|
|
7029
5703
|
flex-direction: column; }
|
7030
5704
|
.inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
|
7031
5705
|
--text-opacity:1;
|
7032
|
-
color: #
|
7033
|
-
color: rgba(
|
5706
|
+
color: #f47738;
|
5707
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
7034
5708
|
display: none; }
|
7035
5709
|
.inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
|
7036
5710
|
color: #003078;
|
@@ -7041,16 +5715,16 @@ video::-webkit-media-controls-panel {
|
|
7041
5715
|
|
7042
5716
|
.clear-search, .clear-search .link-label {
|
7043
5717
|
--text-opacity:1;
|
7044
|
-
color: #
|
7045
|
-
color: rgba(
|
5718
|
+
color: #f47738;
|
5719
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
7046
5720
|
display: block;
|
7047
5721
|
cursor: pointer; }
|
7048
5722
|
.clear-search:hover, .clear-search .link-label:hover {
|
7049
5723
|
color: #000; }
|
7050
5724
|
|
7051
5725
|
.button-clear {
|
7052
|
-
color: #
|
7053
|
-
color: rgba(
|
5726
|
+
color: #f47738;
|
5727
|
+
color: rgba(244, 119, 56, var(--text-opacity)); }
|
7054
5728
|
|
7055
5729
|
.button-clear, .inbox-count {
|
7056
5730
|
--text-opacity:1;
|
@@ -7062,8 +5736,8 @@ video::-webkit-media-controls-panel {
|
|
7062
5736
|
margin-left: 8px;
|
7063
5737
|
padding: 8px;
|
7064
5738
|
--bg-opacity:1;
|
7065
|
-
background-color: #
|
7066
|
-
background-color: rgba(
|
5739
|
+
background-color: #f47738;
|
5740
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
7067
5741
|
border-radius: 9999px;
|
7068
5742
|
color: #fff;
|
7069
5743
|
color: rgba(255, 255, 255, var(--text-opacity));
|
@@ -7071,6 +5745,25 @@ video::-webkit-media-controls-panel {
|
|
7071
5745
|
text-align: center;
|
7072
5746
|
font-weight: 400; }
|
7073
5747
|
|
5748
|
+
.search-tabs-container {
|
5749
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
5750
|
+
margin-bottom: 35px;
|
5751
|
+
display: -webkit-box;
|
5752
|
+
display: -ms-flexbox;
|
5753
|
+
display: flex;
|
5754
|
+
-webkit-box-pack: justify;
|
5755
|
+
-ms-flex-pack: justify;
|
5756
|
+
justify-content: space-between; }
|
5757
|
+
.search-tabs-container .search-tab-head {
|
5758
|
+
padding: 10px 35px; }
|
5759
|
+
.search-tabs-container .search-tab-head-selected {
|
5760
|
+
padding: 10px 35px;
|
5761
|
+
color: #f47738;
|
5762
|
+
border-bottom: 4px solid #f47738;
|
5763
|
+
font-weight: 700; }
|
5764
|
+
.search-tabs-container .search-tab-head-selected:focus {
|
5765
|
+
outline: 0; }
|
5766
|
+
|
7074
5767
|
@media (min-width: 780px) {
|
7075
5768
|
.complaint-links-container {
|
7076
5769
|
--bg-opacity:1;
|
@@ -7089,8 +5782,8 @@ video::-webkit-media-controls-panel {
|
|
7089
5782
|
border-color: rgba(214, 213, 212, var(--border-opacity)); }
|
7090
5783
|
.complaint-links-container .header .logo {
|
7091
5784
|
--bg-opacity:1;
|
7092
|
-
background-color: #
|
7093
|
-
background-color: rgba(
|
5785
|
+
background-color: #f47738;
|
5786
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
7094
5787
|
padding: 12px;
|
7095
5788
|
border-radius: 4px; }
|
7096
5789
|
.complaint-links-container .header .text {
|
@@ -7112,11 +5805,10 @@ video::-webkit-media-controls-panel {
|
|
7112
5805
|
flex-direction: column;
|
7113
5806
|
margin-left: 46px; }
|
7114
5807
|
.complaint-links-container .body .link {
|
7115
|
-
color: #a82227 !important;
|
7116
5808
|
padding: 8px;
|
7117
5809
|
--text-opacity:1;
|
7118
|
-
color: #
|
7119
|
-
color: rgba(
|
5810
|
+
color: #f47738;
|
5811
|
+
color: rgba(244, 119, 56, var(--text-opacity)); }
|
7120
5812
|
.inboxLinks {
|
7121
5813
|
margin: 0 !important;
|
7122
5814
|
padding: 0 !important; }
|
@@ -7130,7 +5822,7 @@ video::-webkit-media-controls-panel {
|
|
7130
5822
|
background-color: #fff;
|
7131
5823
|
background-color: rgba(255, 255, 255, var(--bg-opacity)); }
|
7132
5824
|
.inboxLinks .header .logo svg path {
|
7133
|
-
fill: #
|
5825
|
+
fill: #f47738; }
|
7134
5826
|
.inboxLinks .body {
|
7135
5827
|
margin-left: 0; }
|
7136
5828
|
.filter-form .filter-card {
|
@@ -7171,8 +5863,6 @@ video::-webkit-media-controls-panel {
|
|
7171
5863
|
.inbox-container .filters-container .filter .filter-card .label {
|
7172
5864
|
font-size: 16px;
|
7173
5865
|
line-height: 24px; }
|
7174
|
-
.inbox-container .filters-container .citizen-filter {
|
7175
|
-
margin-top: unset; }
|
7176
5866
|
.inbox-container .search-container {
|
7177
5867
|
width: 874px; }
|
7178
5868
|
.inbox-container .search-container .search-complaint-container {
|
@@ -7196,7 +5886,7 @@ video::-webkit-media-controls-panel {
|
|
7196
5886
|
width: 100%;
|
7197
5887
|
margin-bottom: 20px; }
|
7198
5888
|
.inbox-container .search-container .search-complaint-container .complaint-input-container {
|
7199
|
-
display: grid
|
5889
|
+
display: grid;
|
7200
5890
|
grid-template-columns: 33.33% 33.33% 33.33%; }
|
7201
5891
|
.inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search {
|
7202
5892
|
grid-template-columns: 25% 25% 25% 25%; }
|
@@ -7242,8 +5932,8 @@ video::-webkit-media-controls-panel {
|
|
7242
5932
|
flex-direction: column; }
|
7243
5933
|
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
|
7244
5934
|
--text-opacity:1;
|
7245
|
-
color: #
|
7246
|
-
color: rgba(
|
5935
|
+
color: #f47738;
|
5936
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
7247
5937
|
display: block;
|
7248
5938
|
cursor: pointer; }
|
7249
5939
|
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
|
@@ -7308,172 +5998,30 @@ video::-webkit-media-controls-panel {
|
|
7308
5998
|
display: -ms-flexbox;
|
7309
5999
|
display: flex;
|
7310
6000
|
-webkit-box-pack: end;
|
7311
|
-
-ms-flex-pack: end;
|
7312
|
-
justify-content: flex-end;
|
7313
|
-
-webkit-box-align: start;
|
7314
|
-
-ms-flex-align: start;
|
7315
|
-
align-items: flex-start; }
|
7316
|
-
|
7317
|
-
.complaint-links-container .header .removeHeight {
|
7318
|
-
line-height: 28px; }
|
7319
|
-
|
7320
|
-
@media (min-width: 780px) {
|
7321
|
-
.complaint-links-container .header .removeBorderRadiusLogo {
|
7322
|
-
border-radius: 2px !important;
|
7323
|
-
background-color: #a82227; } }
|
7324
|
-
|
7325
|
-
@media (min-width: 780px) {
|
7326
|
-
.customEmployeeCard {
|
7327
|
-
width: 320px !important;
|
7328
|
-
height: 220px !important;
|
7329
|
-
padding: 0 !important; } }
|
7330
|
-
|
7331
|
-
.employeeTotalLink {
|
7332
|
-
color: #a82227;
|
7333
|
-
font-size: 12px; }
|
7334
|
-
|
7335
|
-
@media (min-width: 780px) {
|
7336
|
-
.groupBill-custom .custom-group-merge-container {
|
7337
|
-
display: -webkit-box !important;
|
7338
|
-
display: -ms-flexbox !important;
|
7339
|
-
display: flex !important;
|
7340
|
-
-webkit-box-pack: justify !important;
|
7341
|
-
-ms-flex-pack: justify !important;
|
7342
|
-
justify-content: space-between !important; }
|
7343
|
-
.groupBill-custom .custom-group-merge-container .header {
|
7344
|
-
display: -webkit-box;
|
7345
|
-
display: -ms-flexbox;
|
7346
|
-
display: flex;
|
7347
|
-
-webkit-box-align: baseline;
|
7348
|
-
-ms-flex-align: baseline;
|
7349
|
-
align-items: baseline; }
|
7350
|
-
.groupBill-custom .custom-group-merge-container .header .logo {
|
7351
|
-
margin-right: 1rem; }
|
7352
|
-
.groupBill-custom .custom-group-merge-container .header .logo svg path {
|
7353
|
-
fill: #a82227; }
|
7354
|
-
.groupBill-custom .custom-group-merge-container .header .h1 {
|
7355
|
-
font-size: 24px;
|
7356
|
-
line-height: 28px;
|
7357
|
-
font-weight: 400;
|
7358
|
-
color: #a82227; }
|
7359
|
-
.groupBill-custom .inbox-container .search-container .search-complaint-container {
|
7360
|
-
-webkit-box-orient: horizontal;
|
7361
|
-
-ms-flex-direction: row;
|
7362
|
-
flex-direction: row; }
|
7363
|
-
.groupBill-custom .inbox-container .search-container .group-complaint-input-container, .groupBill-custom .inbox-container .search-container .search-complaint-container {
|
7364
|
-
display: -webkit-box;
|
7365
|
-
display: -ms-flexbox;
|
7366
|
-
display: flex;
|
7367
|
-
-webkit-box-direction: normal; }
|
7368
|
-
.groupBill-custom .inbox-container .search-container .group-complaint-input-container {
|
7369
|
-
width: 33% !important;
|
7370
|
-
-webkit-box-orient: vertical;
|
7371
|
-
-ms-flex-direction: column;
|
7372
|
-
flex-direction: column; }
|
7373
|
-
.groupBill-custom .inbox-action-container {
|
7374
|
-
display: -webkit-box;
|
7375
|
-
display: -ms-flexbox;
|
7376
|
-
display: flex;
|
7377
|
-
-webkit-box-orient: horizontal;
|
7378
|
-
-webkit-box-direction: reverse;
|
7379
|
-
-ms-flex-direction: row-reverse;
|
7380
|
-
flex-direction: row-reverse; }
|
7381
|
-
.groupBill-custom .inbox-action-container .clear-search {
|
7382
|
-
margin-top: 65px;
|
7383
|
-
margin-left: 16px;
|
7384
|
-
padding-top: unset !important; }
|
7385
|
-
.groupBill-custom .inbox-action-container .submit-bar-search {
|
7386
|
-
margin-top: 55px !important; } }
|
7387
|
-
|
7388
|
-
.inboxLinksFSM {
|
7389
|
-
margin: 0 !important; }
|
7390
|
-
|
7391
|
-
.complaint-links-container .body .link {
|
7392
|
-
color: #a82227 !important; }
|
7393
|
-
|
7394
|
-
.employee .customEmployeeCard:nth-child(odd) .employeeCustomCard {
|
7395
|
-
background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
|
7396
|
-
background-size: cover; }
|
7397
|
-
|
7398
|
-
.employee .customEmployeeCard:nth-child(2n) .employeeCustomCard {
|
7399
|
-
background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png);
|
7400
|
-
background-size: cover; }
|
7401
|
-
|
7402
|
-
.employee .employeeCustomCard {
|
7403
|
-
border-radius: 4%; }
|
7404
|
-
.employee .employeeCustomCard .employeeCustomCard {
|
7405
|
-
border-radius: 4%; }
|
7406
|
-
|
7407
|
-
.employee-card-banner {
|
7408
|
-
background-color: #fff;
|
7409
|
-
width: 88%;
|
7410
|
-
bottom: 0;
|
7411
|
-
position: absolute;
|
7412
|
-
margin: 0 auto -10%;
|
7413
|
-
left: 6%;
|
7414
|
-
-webkit-box-shadow: 1px 5px 6px 0 #e3e4e3;
|
7415
|
-
box-shadow: 1px 5px 6px 0 #e3e4e3;
|
7416
|
-
border-radius: 10px; }
|
7417
|
-
|
7418
|
-
.text-employee-card {
|
7419
|
-
font-size: 1.5rem;
|
7420
|
-
font-weight: 700;
|
7421
|
-
font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Oxygen,Open Sans,Helvetica Neue;
|
7422
|
-
position: absolute;
|
7423
|
-
top: 10%;
|
7424
|
-
padding-left: 10%;
|
7425
|
-
color: #fff !important;
|
7426
|
-
width: 300px; }
|
7427
|
-
|
7428
|
-
.connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
|
7429
|
-
visibility: hidden;
|
7430
|
-
padding-bottom: 8px;
|
7431
|
-
margin-bottom: 8px; }
|
7432
|
-
|
7433
|
-
.connection-details-old-value-wrapper .row, .plumber-details-old-value-wrapper .row {
|
7434
|
-
color: #b1b4b6;
|
7435
|
-
font-weight: 700;
|
7436
|
-
font-size: 16px; }
|
7437
|
-
|
7438
|
-
.search-tabs-container {
|
7439
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
7440
|
-
margin-bottom: 35px;
|
7441
|
-
display: -webkit-box;
|
7442
|
-
display: -ms-flexbox;
|
7443
|
-
display: flex;
|
7444
|
-
-webkit-box-pack: justify;
|
7445
|
-
-ms-flex-pack: justify;
|
7446
|
-
justify-content: space-between; }
|
7447
|
-
.search-tabs-container .search-tab-head {
|
7448
|
-
padding: 10px 35px; }
|
7449
|
-
.search-tabs-container .search-tab-head-selected {
|
7450
|
-
padding: 10px 35px;
|
7451
|
-
color: #f47738;
|
7452
|
-
border-bottom: 4px solid #f47738;
|
7453
|
-
font-weight: 700; }
|
7454
|
-
.search-tabs-container .search-tab-head-selected:focus {
|
7455
|
-
outline: 0; }
|
6001
|
+
-ms-flex-pack: end;
|
6002
|
+
justify-content: flex-end;
|
6003
|
+
-webkit-box-align: start;
|
6004
|
+
-ms-flex-align: start;
|
6005
|
+
align-items: flex-start; }
|
7456
6006
|
|
7457
|
-
.
|
7458
|
-
|
7459
|
-
border: 1px solid #d6d5d4; }
|
7460
|
-
.card-with-background .card-head {
|
7461
|
-
display: -webkit-box;
|
7462
|
-
display: -ms-flexbox;
|
7463
|
-
display: flex;
|
7464
|
-
-webkit-box-pack: justify;
|
7465
|
-
-ms-flex-pack: justify;
|
7466
|
-
justify-content: space-between;
|
7467
|
-
margin-bottom: 30px; }
|
7468
|
-
.card-with-background h2 {
|
7469
|
-
font-size: 16px;
|
7470
|
-
font-weight: 700; }
|
6007
|
+
.complaint-links-container .header .removeHeight {
|
6008
|
+
line-height: 28px; }
|
7471
6009
|
|
7472
|
-
|
7473
|
-
|
6010
|
+
@media (min-width: 780px) {
|
6011
|
+
.complaint-links-container .header .removeBorderRadiusLogo {
|
6012
|
+
border-radius: 2px !important; } }
|
7474
6013
|
|
7475
|
-
|
7476
|
-
|
6014
|
+
@media (min-width: 780px) {
|
6015
|
+
.customEmployeeCard {
|
6016
|
+
width: 273px !important;
|
6017
|
+
height: 263px !important; } }
|
6018
|
+
|
6019
|
+
.employeeTotalLink {
|
6020
|
+
color: #505a5f;
|
6021
|
+
font-size: 16px; }
|
6022
|
+
|
6023
|
+
.inboxLinksFSM {
|
6024
|
+
margin: 0 !important; }
|
7477
6025
|
|
7478
6026
|
.secondary-action {
|
7479
6027
|
display: inline;
|
@@ -7584,7 +6132,7 @@ video::-webkit-media-controls-panel {
|
|
7584
6132
|
left: 0;
|
7585
6133
|
top: 0;
|
7586
6134
|
background: #fff;
|
7587
|
-
border: 1px solid #
|
6135
|
+
border: 1px solid #f47738;
|
7588
6136
|
-webkit-box-sizing: border-box;
|
7589
6137
|
box-sizing: border-box;
|
7590
6138
|
-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
|
@@ -7650,8 +6198,8 @@ video::-webkit-media-controls-panel {
|
|
7650
6198
|
align-items: center; }
|
7651
6199
|
|
7652
6200
|
.dss-switch-tab-selected {
|
7653
|
-
border-bottom: 3px solid #
|
7654
|
-
color: #
|
6201
|
+
border-bottom: 3px solid #f47738;
|
6202
|
+
color: #f47738;
|
7655
6203
|
padding: 7px 24px; }
|
7656
6204
|
|
7657
6205
|
.dss-switch-tab-selected, .dss-switch-tab-unselected {
|
@@ -7675,6 +6223,10 @@ video::-webkit-media-controls-panel {
|
|
7675
6223
|
margin-bottom: 20px !important;
|
7676
6224
|
white-space: pre; }
|
7677
6225
|
|
6226
|
+
@media screen and (max-width: 768px) {
|
6227
|
+
.dss-switch-tabs {
|
6228
|
+
margin-right: 0; } }
|
6229
|
+
|
7678
6230
|
.dss-white-pre {
|
7679
6231
|
white-space: pre; }
|
7680
6232
|
|
@@ -7695,147 +6247,13 @@ video::-webkit-media-controls-panel {
|
|
7695
6247
|
|
7696
6248
|
.dss-input-active-border {
|
7697
6249
|
--border-opacity:1;
|
7698
|
-
border: 1px solid #
|
6250
|
+
border: 1px solid #f47738 !important;
|
7699
6251
|
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
7700
6252
|
|
7701
|
-
.employeeCustomCard .card-count {
|
7702
|
-
padding-right: 0; }
|
7703
|
-
|
7704
|
-
.dss-card {
|
7705
|
-
display: -webkit-box;
|
7706
|
-
display: -ms-flexbox;
|
7707
|
-
display: flex;
|
7708
|
-
-ms-flex-wrap: wrap;
|
7709
|
-
flex-wrap: wrap; }
|
7710
|
-
|
7711
|
-
.dss-card-parent {
|
7712
|
-
-webkit-box-orient: vertical;
|
7713
|
-
-webkit-box-direction: normal;
|
7714
|
-
-ms-flex-direction: column;
|
7715
|
-
flex-direction: column;
|
7716
|
-
width: 31%;
|
7717
|
-
border-radius: 6px;
|
7718
|
-
padding: 25px;
|
7719
|
-
margin: 15px 11.5px;
|
7720
|
-
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
|
7721
|
-
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
|
7722
|
-
|
7723
|
-
.dss-card-body, .dss-card-parent {
|
7724
|
-
display: -webkit-box;
|
7725
|
-
display: -ms-flexbox;
|
7726
|
-
display: flex;
|
7727
|
-
cursor: pointer; }
|
7728
|
-
|
7729
|
-
.dss-card-body {
|
7730
|
-
-ms-flex-wrap: wrap;
|
7731
|
-
flex-wrap: wrap; }
|
7732
|
-
|
7733
|
-
.dss-card-header {
|
7734
|
-
display: -webkit-box;
|
7735
|
-
display: -ms-flexbox;
|
7736
|
-
display: flex;
|
7737
|
-
margin-bottom: 30px;
|
7738
|
-
-webkit-box-align: center;
|
7739
|
-
-ms-flex-align: center;
|
7740
|
-
align-items: center; }
|
7741
|
-
.dss-card-header p {
|
7742
|
-
font-size: 24px;
|
7743
|
-
font-family: Roboto,sans-serif;
|
7744
|
-
font-weight: 500;
|
7745
|
-
color: #000; }
|
7746
|
-
.dss-card-header svg {
|
7747
|
-
width: 50px;
|
7748
|
-
height: 50px; }
|
7749
|
-
|
7750
|
-
.dss-insight-card {
|
7751
|
-
margin: 10px 0; }
|
7752
|
-
.dss-insight-card p {
|
7753
|
-
font-family: Roboto,sans-serif; }
|
7754
|
-
.dss-insight-card .p1 {
|
7755
|
-
color: #585858; }
|
7756
|
-
.dss-insight-card .p1, .dss-insight-card .p3 {
|
7757
|
-
font-size: 16px; }
|
7758
|
-
.dss-insight-card .p3 {
|
7759
|
-
font-weight: 400; }
|
7760
|
-
.dss-insight-card .p2 {
|
7761
|
-
font-size: 24px;
|
7762
|
-
font-weight: 500;
|
7763
|
-
color: #000; }
|
7764
|
-
.dss-insight-card .color-green {
|
7765
|
-
color: #00703c; }
|
7766
|
-
.dss-insight-card .color-red {
|
7767
|
-
color: #d4351c; }
|
7768
|
-
|
7769
|
-
.w-100 {
|
7770
|
-
width: 100%; }
|
7771
|
-
|
7772
|
-
.dss-w-100 {
|
7773
|
-
width: 97%; }
|
7774
|
-
|
7775
|
-
.h-100 {
|
7776
|
-
width: 100%;
|
7777
|
-
height: 100%; }
|
7778
|
-
|
7779
|
-
.dss-h-100 {
|
7780
|
-
width: 97%;
|
7781
|
-
height: 100%; }
|
7782
|
-
|
7783
|
-
.tab-rows {
|
7784
|
-
display: -webkit-box;
|
7785
|
-
display: -ms-flexbox;
|
7786
|
-
display: flex;
|
7787
|
-
-webkit-box-pack: justify;
|
7788
|
-
-ms-flex-pack: justify;
|
7789
|
-
justify-content: space-between;
|
7790
|
-
height: 30px;
|
7791
|
-
-webkit-box-align: center;
|
7792
|
-
-ms-flex-align: center;
|
7793
|
-
align-items: center;
|
7794
|
-
width: 60%;
|
7795
|
-
margin-left: 13%; }
|
7796
|
-
|
7797
|
-
.tab-header {
|
7798
|
-
font-weight: 700;
|
7799
|
-
font-size: 16px;
|
7800
|
-
line-height: 19px;
|
7801
|
-
border-bottom: 1px solid #b1b4b6;
|
7802
|
-
color: #2a3340; }
|
7803
|
-
|
7804
|
-
.map-status {
|
7805
|
-
position: relative;
|
7806
|
-
width: 33%;
|
7807
|
-
left: 50%;
|
7808
|
-
bottom: 130px; }
|
7809
|
-
|
7810
|
-
.map-row {
|
7811
|
-
display: -webkit-box;
|
7812
|
-
display: -ms-flexbox;
|
7813
|
-
display: flex;
|
7814
|
-
-webkit-box-align: center;
|
7815
|
-
-ms-flex-align: center;
|
7816
|
-
align-items: center;
|
7817
|
-
margin-top: 5px; }
|
7818
|
-
|
7819
|
-
.map-box {
|
7820
|
-
display: inline-block;
|
7821
|
-
height: 10px;
|
7822
|
-
width: 10px; }
|
7823
|
-
|
7824
|
-
.map-text {
|
7825
|
-
margin-left: 5px;
|
7826
|
-
color: #636363;
|
7827
|
-
font-size: 14px; }
|
7828
|
-
|
7829
|
-
@media screen and (max-width: 768px) {
|
7830
|
-
.dss-switch-tabs {
|
7831
|
-
margin-right: 0; }
|
7832
|
-
.dss-card-parent {
|
7833
|
-
width: 100%; } }
|
7834
|
-
|
7835
6253
|
body {
|
7836
6254
|
margin: 0;
|
7837
6255
|
padding: 0;
|
7838
|
-
font-family:
|
6256
|
+
font-family: sans-serif;
|
7839
6257
|
background: #f4f7fb; }
|
7840
6258
|
|
7841
6259
|
.app-container-iframe {
|
@@ -7914,7 +6332,7 @@ body {
|
|
7914
6332
|
bottom: 0; }
|
7915
6333
|
|
7916
6334
|
.fill-path-primary-main path {
|
7917
|
-
fill: #
|
6335
|
+
fill: #f47738; }
|
7918
6336
|
|
7919
6337
|
.obps-search {
|
7920
6338
|
margin: 8px; }
|
@@ -7923,7 +6341,6 @@ body {
|
|
7923
6341
|
margin-top: -25px; }
|
7924
6342
|
.HomePageWrapper .BannerWithSearch {
|
7925
6343
|
margin-bottom: 40px;
|
7926
|
-
width: 100%;
|
7927
6344
|
position: relative; }
|
7928
6345
|
.HomePageWrapper .BannerWithSearch .Search {
|
7929
6346
|
width: calc(100% - 32px);
|
@@ -7941,20 +6358,9 @@ body {
|
|
7941
6358
|
display: -ms-flexbox;
|
7942
6359
|
display: flex;
|
7943
6360
|
-ms-flex-wrap: wrap;
|
7944
|
-
flex-wrap: wrap;
|
7945
|
-
padding: 40px 15px 0; }
|
7946
|
-
@media (min-width: 780px) {
|
7947
|
-
.HomePageWrapper .ServicesSection {
|
7948
|
-
display: -webkit-box;
|
7949
|
-
display: -ms-flexbox;
|
7950
|
-
display: flex;
|
7951
|
-
-ms-flex-wrap: wrap;
|
7952
|
-
flex-wrap: wrap;
|
7953
|
-
padding: 40px 15px 0;
|
7954
|
-
width: 100%; } }
|
6361
|
+
flex-wrap: wrap; }
|
7955
6362
|
.HomePageWrapper .WhatsNewSection {
|
7956
|
-
margin: 8px;
|
7957
|
-
padding: 0 15px; }
|
6363
|
+
margin: 8px; }
|
7958
6364
|
.HomePageWrapper .WhatsNewSection .headSection {
|
7959
6365
|
display: -webkit-box;
|
7960
6366
|
display: -ms-flexbox;
|
@@ -7973,51 +6379,14 @@ body {
|
|
7973
6379
|
line-height: 24px;
|
7974
6380
|
--text-opacity:1; }
|
7975
6381
|
.HomePageWrapper .WhatsNewSection .headSection p {
|
7976
|
-
color: #
|
7977
|
-
color: rgba(
|
7978
|
-
font-weight: 500;
|
7979
|
-
cursor: pointer; }
|
7980
|
-
@media (min-width: 780px) {
|
7981
|
-
.HomePageWrapper .WhatsNewSection {
|
7982
|
-
padding-left: 15px;
|
7983
|
-
padding-bottom: 0;
|
7984
|
-
padding-right: 15px;
|
7985
|
-
padding-top: 0; } }
|
7986
|
-
.HomePageWrapper .WhatsAppBanner {
|
7987
|
-
padding: 0 20px;
|
7988
|
-
margin: auto;
|
7989
|
-
cursor: pointer; }
|
7990
|
-
|
7991
|
-
@media (min-width: 780px) {
|
7992
|
-
.SideBarStatic {
|
7993
|
-
width: 219px;
|
7994
|
-
background: #fff;
|
7995
|
-
margin-top: -24px; } }
|
7996
|
-
|
7997
|
-
@media (max-width: 780px) {
|
7998
|
-
.SideBarStatic {
|
7999
|
-
width: 219px;
|
8000
|
-
background: #fff;
|
8001
|
-
margin-top: -24px;
|
8002
|
-
display: none; } }
|
8003
|
-
|
8004
|
-
@media (min-width: 780px) {
|
8005
|
-
.HomePageContainer {
|
8006
|
-
display: -webkit-box;
|
8007
|
-
display: -ms-flexbox;
|
8008
|
-
display: flex;
|
8009
|
-
width: 100% !important;
|
8010
|
-
height: calc(100% - 30px); } }
|
6382
|
+
color: #f47738;
|
6383
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
6384
|
+
font-weight: 500; }
|
8011
6385
|
|
8012
6386
|
.moduleLinkHomePage {
|
8013
6387
|
margin-top: -25px; }
|
8014
|
-
@media (min-width: 780px) {
|
8015
|
-
.moduleLinkHomePage {
|
8016
|
-
width: calc(100% - 219px); } }
|
8017
6388
|
.moduleLinkHomePage img {
|
8018
6389
|
height: 33vw;
|
8019
|
-
background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
|
8020
|
-
background: linear-gradient(#000, #000);
|
8021
6390
|
width: 100%;
|
8022
6391
|
-o-object-fit: cover;
|
8023
6392
|
object-fit: cover; }
|
@@ -8047,34 +6416,27 @@ body {
|
|
8047
6416
|
display: none; }
|
8048
6417
|
|
8049
6418
|
@media (min-width: 780px) {
|
8050
|
-
.HomePageWrapper {
|
8051
|
-
|
8052
|
-
|
8053
|
-
|
8054
|
-
|
8055
|
-
|
8056
|
-
|
8057
|
-
|
8058
|
-
|
8059
|
-
.HomePageWrapper .BannerWithSearch img {
|
8060
|
-
height: 20vw; }
|
8061
|
-
.HomePageWrapper .WhatsAppBanner img {
|
6419
|
+
.HomePageWrapper .BannerWithSearch {
|
6420
|
+
margin-bottom: 56px;
|
6421
|
+
min-width: 100vw;
|
6422
|
+
margin-left: calc(-15vw - 16px); }
|
6423
|
+
.HomePageWrapper .BannerWithSearch .Search {
|
6424
|
+
width: calc(70% - 32px);
|
6425
|
+
left: calc(15% + 25px);
|
6426
|
+
margin: 0; }
|
6427
|
+
.HomePageWrapper .BannerWithSearch img {
|
8062
6428
|
height: 20vw; }
|
8063
6429
|
.moduleLinkHomePage img {
|
8064
6430
|
min-width: 100vw;
|
6431
|
+
margin-left: calc(-15vw - 16px);
|
8065
6432
|
height: 20vw; }
|
8066
6433
|
.moduleLinkHomePage h1 {
|
8067
6434
|
top: calc(10vw + 40px);
|
8068
|
-
left: 15
|
6435
|
+
left: calc(15% + 14px);
|
6436
|
+
margin-left: 24px; }
|
8069
6437
|
.moduleLinkHomePage .moduleLinkHomePageBackButton {
|
8070
6438
|
top: calc(10vw + 16px);
|
8071
|
-
margin-left: 16px; }
|
8072
|
-
.moduleLinkHomePageModuleLinks {
|
8073
|
-
max-width: unset;
|
8074
|
-
width: 100%; } }
|
8075
|
-
|
8076
|
-
.CitizenEngagementNotificationWrapper .h1 {
|
8077
|
-
margin: 15px; }
|
6439
|
+
margin-left: 16px; } }
|
8078
6440
|
|
8079
6441
|
.CitizenEngagementNotificationWrapper .WhatsNewCard {
|
8080
6442
|
margin-left: 16px;
|
@@ -8111,8 +6473,8 @@ body {
|
|
8111
6473
|
margin-bottom: 8px; }
|
8112
6474
|
.eventAddressAndDirection span div .direction {
|
8113
6475
|
--text-opacity:1;
|
8114
|
-
color: #
|
8115
|
-
color: rgba(
|
6476
|
+
color: #f47738;
|
6477
|
+
color: rgba(244, 119, 56, var(--text-opacity));
|
8116
6478
|
cursor: pointer; }
|
8117
6479
|
|
8118
6480
|
.eventTimeRange {
|
@@ -8282,7 +6644,7 @@ body {
|
|
8282
6644
|
font-weight: 400;
|
8283
6645
|
font-size: 16px;
|
8284
6646
|
line-height: 19px;
|
8285
|
-
color: #
|
6647
|
+
color: #f47738; }
|
8286
6648
|
.view_download_main .download_views_padding {
|
8287
6649
|
padding-top: 8px; }
|
8288
6650
|
|
@@ -8302,7 +6664,7 @@ body {
|
|
8302
6664
|
font-weight: 400;
|
8303
6665
|
font-size: 16px;
|
8304
6666
|
line-height: 19px;
|
8305
|
-
color: #
|
6667
|
+
color: #f47738; }
|
8306
6668
|
.notice_and_circular_heading_mb .card-caption {
|
8307
6669
|
font-size: 16px;
|
8308
6670
|
line-height: 24px;
|
@@ -8896,10 +7258,12 @@ body {
|
|
8896
7258
|
-webkit-box-align: center;
|
8897
7259
|
-ms-flex-align: center;
|
8898
7260
|
align-items: center; }
|
8899
|
-
.surveydetailsform-wrapper .surveyformfield .radio-btn
|
7261
|
+
.surveydetailsform-wrapper .surveyformfield .radio-btn {
|
8900
7262
|
width: 1.5rem;
|
8901
7263
|
height: 1.5rem; }
|
8902
7264
|
.surveydetailsform-wrapper .surveyformfield .radio-btn-checkmark {
|
7265
|
+
height: 1.75rem;
|
7266
|
+
width: 1.75rem;
|
8903
7267
|
--border-opacity:1;
|
8904
7268
|
border: 1px solid #464646;
|
8905
7269
|
border-color: rgba(70, 70, 70, var(--border-opacity));
|
@@ -8908,9 +7272,10 @@ body {
|
|
8908
7272
|
.surveydetailsform-wrapper .surveyformfield .radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after, .surveydetailsform-wrapper .surveyformfield .radio-wrap .radio-btn-wrap .checkbox-wrap .input-emp:checked ~ .radio-btn-checkmark:after, .checkbox-wrap .surveydetailsform-wrapper .surveyformfield .radio-wrap .radio-btn-wrap .input-emp:checked ~ .radio-btn-checkmark:after {
|
8909
7273
|
display: block;
|
8910
7274
|
--bg-opacity:1;
|
8911
|
-
background-color: #
|
8912
|
-
|
8913
|
-
|
7275
|
+
background-color: #f47738;
|
7276
|
+
background-color: rgba(244, 119, 56, var(--bg-opacity));
|
7277
|
+
height: 1.25rem;
|
7278
|
+
width: 1.25rem;
|
8914
7279
|
border-radius: 9999px;
|
8915
7280
|
position: absolute;
|
8916
7281
|
top: 4px;
|
@@ -8982,9 +7347,6 @@ body {
|
|
8982
7347
|
.display-none {
|
8983
7348
|
display: none; }
|
8984
7349
|
|
8985
|
-
.primary-label-btn {
|
8986
|
-
margin: 10px auto 0 !important; }
|
8987
|
-
|
8988
7350
|
.p-unset {
|
8989
7351
|
padding: unset !important; }
|
8990
7352
|
|
@@ -9047,7 +7409,7 @@ body {
|
|
9047
7409
|
color: #1d70b8; }
|
9048
7410
|
|
9049
7411
|
.clear-search-label {
|
9050
|
-
color: #
|
7412
|
+
color: #f47738;
|
9051
7413
|
cursor: pointer; }
|
9052
7414
|
|
9053
7415
|
.search-submit-bar {
|
@@ -9065,7 +7427,7 @@ body {
|
|
9065
7427
|
-ms-flex-align: center;
|
9066
7428
|
align-items: center; }
|
9067
7429
|
.application-details-link-button .download-button {
|
9068
|
-
color:
|
7430
|
+
color: #f47738;
|
9069
7431
|
margin-left: 8px; }
|
9070
7432
|
|
9071
7433
|
.response-download-button {
|
@@ -9074,12 +7436,11 @@ body {
|
|
9074
7436
|
display: flex;
|
9075
7437
|
margin-bottom: 8px; }
|
9076
7438
|
.response-download-button .download-button {
|
9077
|
-
color: #
|
9078
|
-
margin-left: 8px;
|
9079
|
-
white-space: nowrap; }
|
7439
|
+
color: #f47738;
|
7440
|
+
margin-left: 8px; }
|
9080
7441
|
|
9081
7442
|
.check-page-link-button {
|
9082
|
-
color: #
|
7443
|
+
color: #f47738 !important; }
|
9083
7444
|
|
9084
7445
|
.pt-application-download-btn {
|
9085
7446
|
display: -webkit-box;
|
@@ -9106,14 +7467,14 @@ body {
|
|
9106
7467
|
display: flex;
|
9107
7468
|
grid-gap: 10px;
|
9108
7469
|
gap: 10px;
|
9109
|
-
color: #
|
7470
|
+
color: #f47738;
|
9110
7471
|
cursor: pointer;
|
9111
7472
|
font-weight: 500;
|
9112
7473
|
width: -webkit-fit-content;
|
9113
7474
|
width: -moz-fit-content;
|
9114
7475
|
width: fit-content; }
|
9115
7476
|
.primary-label-btn svg {
|
9116
|
-
fill: #
|
7477
|
+
fill: #f47738; }
|
9117
7478
|
|
9118
7479
|
.primaryColor {
|
9119
7480
|
color: #0b0c0c !important; }
|
@@ -9328,14 +7689,8 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
9328
7689
|
width: 100%; }
|
9329
7690
|
.text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
|
9330
7691
|
--border-opacity:1;
|
9331
|
-
border: 1px solid #
|
9332
|
-
border-color: rgba(
|
9333
|
-
|
9334
|
-
.text-input-width {
|
9335
|
-
max-width: 540px; }
|
9336
|
-
|
9337
|
-
.text-mobile-input-width {
|
9338
|
-
max-width: 500px; }
|
7692
|
+
border: 1px solid #f47738;
|
7693
|
+
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
9339
7694
|
|
9340
7695
|
.custom-time-picker {
|
9341
7696
|
width: 100%;
|
@@ -9399,7 +7754,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
9399
7754
|
width: 100% !important; }
|
9400
7755
|
|
9401
7756
|
.edcr-citizen-inbox thead th:first-child {
|
9402
|
-
min-width:
|
7757
|
+
min-width: 155px; }
|
9403
7758
|
|
9404
7759
|
.error-boundary {
|
9405
7760
|
width: 100vw;
|
@@ -9418,34 +7773,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
9418
7773
|
-webkit-box-orient: vertical;
|
9419
7774
|
-webkit-box-direction: normal;
|
9420
7775
|
-ms-flex-direction: column;
|
9421
|
-
flex-direction: column;
|
9422
|
-
position: absolute !important; }
|
9423
|
-
.error-boundary .error-container {
|
9424
|
-
display: -webkit-box;
|
9425
|
-
display: -ms-flexbox;
|
9426
|
-
display: flex;
|
9427
|
-
width: 400px;
|
9428
|
-
-webkit-box-pack: center;
|
9429
|
-
-ms-flex-pack: center;
|
9430
|
-
justify-content: center;
|
9431
|
-
-webkit-box-align: center;
|
9432
|
-
-ms-flex-align: center;
|
9433
|
-
align-items: center;
|
9434
|
-
-webkit-box-orient: vertical;
|
9435
|
-
-webkit-box-direction: normal;
|
9436
|
-
-ms-flex-direction: column;
|
9437
|
-
flex-direction: column; }
|
9438
|
-
.error-boundary .error-container h1 {
|
9439
|
-
font-size: 32px;
|
9440
|
-
font-weight: 700; }
|
9441
|
-
.error-boundary .error-container button {
|
9442
|
-
height: 40px;
|
9443
|
-
width: 153px;
|
9444
|
-
border-radius: 0;
|
9445
|
-
padding: 8px 24px;
|
9446
|
-
color: #fff;
|
9447
|
-
cursor: pointer;
|
9448
|
-
background-color: #a82227; }
|
7776
|
+
flex-direction: column; }
|
9449
7777
|
|
9450
7778
|
.error-boundary details, .error-boundary summary {
|
9451
7779
|
width: 300px;
|
@@ -9473,154 +7801,5 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
9473
7801
|
.full-width-card {
|
9474
7802
|
width: 100% !important; } }
|
9475
7803
|
|
9476
|
-
@media (min-width: 780px) {
|
9477
|
-
.complaint-summary {
|
9478
|
-
-webkit-box-flex: 1;
|
9479
|
-
-ms-flex: 1 0 auto;
|
9480
|
-
flex: 1 0 auto;
|
9481
|
-
margin-left: 1rem;
|
9482
|
-
margin-top: 1rem; } }
|
9483
|
-
|
9484
|
-
@media (min-width: 780px) {
|
9485
|
-
.citizen-form-wrapper {
|
9486
|
-
width: calc(100% - 219px);
|
9487
|
-
display: -webkit-box;
|
9488
|
-
display: -ms-flexbox;
|
9489
|
-
display: flex;
|
9490
|
-
-webkit-box-pack: center;
|
9491
|
-
-ms-flex-pack: center;
|
9492
|
-
justify-content: center;
|
9493
|
-
margin-top: 1rem;
|
9494
|
-
padding-left: 16px;
|
9495
|
-
padding-right: 16px; } }
|
9496
|
-
|
9497
|
-
@media (min-width: 780px) {
|
9498
|
-
.citizen-card-container {
|
9499
|
-
padding-left: 15px;
|
9500
|
-
padding-right: 15px;
|
9501
|
-
margin-top: 1rem; } }
|
9502
|
-
|
9503
|
-
@media (min-width: 780px) {
|
9504
|
-
.bill-citizen, .bills-citizen-wrapper, .citizen-all-services-wrapper, .citizen-obps-wrapper, .engagement-citizen-wrapper, .fsm-citizen-wrapper, .mcollect-citizen, .payer-bills-citizen-wrapper, .pgr-citizen-wrapper, .pt-citizen, .selection-card-wrapper, .tl-citizen, .ws-citizen-wrapper {
|
9505
|
-
width: calc(100% - 219px);
|
9506
|
-
padding-left: 16px;
|
9507
|
-
padding-right: 16px;
|
9508
|
-
margin-top: 1rem; } }
|
9509
|
-
|
9510
|
-
@media only screen and (max-width: 768px) {
|
9511
|
-
.error-boundary {
|
9512
|
-
height: 75vh; } }
|
9513
|
-
|
9514
|
-
.ws-custom-wrapper .submit {
|
9515
|
-
display: -webkit-box !important;
|
9516
|
-
display: -ms-flexbox !important;
|
9517
|
-
display: flex !important;
|
9518
|
-
-webkit-box-orient: horizontal !important;
|
9519
|
-
-webkit-box-direction: reverse !important;
|
9520
|
-
-ms-flex-direction: row-reverse !important;
|
9521
|
-
flex-direction: row-reverse !important;
|
9522
|
-
width: 100% !important;
|
9523
|
-
-webkit-box-align: center;
|
9524
|
-
-ms-flex-align: center;
|
9525
|
-
align-items: center; }
|
9526
|
-
.ws-custom-wrapper .submit button {
|
9527
|
-
width: 240px !important; }
|
9528
|
-
.ws-custom-wrapper .submit p {
|
9529
|
-
width: unset;
|
9530
|
-
margin-right: 1rem; }
|
9531
|
-
|
9532
|
-
.connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
|
9533
|
-
visibility: hidden;
|
9534
|
-
padding-bottom: 8px;
|
9535
|
-
margin-bottom: 8px; }
|
9536
|
-
|
9537
|
-
.connection-details-old-value-wrapper .row, .plumber-details-old-value-wrapper .row {
|
9538
|
-
color: #b1b4b6;
|
9539
|
-
font-weight: 700;
|
9540
|
-
font-size: 16px; }
|
9541
|
-
|
9542
|
-
.plumber-details-new-value-wrapper {
|
9543
|
-
-webkit-box-flex: 2;
|
9544
|
-
-ms-flex: 2 1 auto;
|
9545
|
-
flex: 2 1 auto; }
|
9546
|
-
|
9547
|
-
.connection-details-new-value-wrapper {
|
9548
|
-
-webkit-box-flex: 1;
|
9549
|
-
-ms-flex: 1 1 auto;
|
9550
|
-
flex: 1 1 auto; }
|
9551
|
-
|
9552
|
-
.connection-details-old-value-wrapper, .plumber-details-old-value-wrapper {
|
9553
|
-
-webkit-box-flex: 1;
|
9554
|
-
-ms-flex: 1 1 auto;
|
9555
|
-
flex: 1 1 auto; }
|
9556
|
-
.connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
|
9557
|
-
visibility: hidden;
|
9558
|
-
padding-bottom: 8px;
|
9559
|
-
margin-bottom: 8px; }
|
9560
|
-
.connection-details-old-value-wrapper .row, .plumber-details-old-value-wrapper .row {
|
9561
|
-
color: #b1b4b6;
|
9562
|
-
font-weight: 700;
|
9563
|
-
font-size: 16px; }
|
9564
|
-
|
9565
|
-
.modal-header-ws {
|
9566
|
-
padding: 1rem;
|
9567
|
-
font-weight: 400; }
|
9568
|
-
|
9569
|
-
.modal-body-ws {
|
9570
|
-
padding: 1rem;
|
9571
|
-
font-weight: 700;
|
9572
|
-
color: #0b0c0c;
|
9573
|
-
font-size: 24px;
|
9574
|
-
margin-bottom: 1rem; }
|
9575
|
-
|
9576
|
-
.privacy-icon {
|
9577
|
-
cursor: pointer; }
|
9578
|
-
|
9579
|
-
.privacy-icon:hover path {
|
9580
|
-
fill: #f47738; }
|
9581
|
-
|
9582
7804
|
.employee-app-wrapper {
|
9583
7805
|
min-height: calc(100vh - 8em); }
|
9584
|
-
|
9585
|
-
.submit-bar header {
|
9586
|
-
line-height: 2rem !important; }
|
9587
|
-
|
9588
|
-
.logo-removeBorderRadiusLogo svg {
|
9589
|
-
width: 50px;
|
9590
|
-
height: 60px; }
|
9591
|
-
|
9592
|
-
.icon-banner-employee {
|
9593
|
-
background-color: #d7aefc !important; }
|
9594
|
-
|
9595
|
-
.icon-banner-employee svg {
|
9596
|
-
background-color: #bf2f3b !important;
|
9597
|
-
width: 40px;
|
9598
|
-
height: 40px; }
|
9599
|
-
|
9600
|
-
.inboxButton {
|
9601
|
-
border: none;
|
9602
|
-
color: #fff;
|
9603
|
-
text-align: center;
|
9604
|
-
text-decoration: none;
|
9605
|
-
display: inline-block;
|
9606
|
-
font-size: 14px;
|
9607
|
-
margin: 4px 2px;
|
9608
|
-
cursor: pointer;
|
9609
|
-
height: -webkit-fit-content;
|
9610
|
-
height: -moz-fit-content;
|
9611
|
-
height: fit-content;
|
9612
|
-
border-radius: 5px;
|
9613
|
-
font-family: sans-serif;
|
9614
|
-
font-weight: 700; }
|
9615
|
-
|
9616
|
-
.employee .inboxButton {
|
9617
|
-
padding: 5px 15px;
|
9618
|
-
background: #ba2b36; }
|
9619
|
-
|
9620
|
-
.citizen .inboxButton {
|
9621
|
-
padding: 15px;
|
9622
|
-
font-size: 1.2rem; }
|
9623
|
-
|
9624
|
-
@media screen and (max-width: 768px) {
|
9625
|
-
.citizen .inboxButton {
|
9626
|
-
font-size: 1rem; } }
|