@entit/digit-ui-css 1.5.6 → 2.0.0
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 +2302 -400
- package/dist/index.min.css +1 -1
- package/package.json +64 -64
- package/src/components/CardBasedOptions.scss +110 -44
- package/src/components/CitizenHomeCard.scss +57 -46
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +31 -23
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +55 -55
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +97 -58
- package/src/components/bannercomponents.scss +137 -131
- package/src/components/body.scss +146 -118
- package/src/components/buttons.scss +50 -47
- package/src/components/card.scss +412 -389
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +318 -185
- package/src/components/checkbox.scss +84 -53
- package/src/components/checkpoint.scss +65 -63
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +11 -11
- package/src/components/datatable.scss +76 -72
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -22
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -34
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +24 -23
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -72
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +308 -110
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +56 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +199 -173
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -25
- package/src/components/table.scss +178 -167
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +108 -90
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +148 -134
- package/src/components/uploadcomponents.scss +113 -95
- package/src/index.scss +768 -544
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -5
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +163 -99
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/container.scss +19 -19
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -12
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dss.scss +249 -116
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +687 -455
- package/src/pages/employee/index.scss +625 -337
- package/src/pages/employee/login.scss +260 -185
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -34
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +272 -273
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
package/dist/index.css
CHANGED
|
@@ -102,6 +102,13 @@ textarea {
|
|
|
102
102
|
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
|
|
103
103
|
height: auto; }
|
|
104
104
|
|
|
105
|
+
[type=search] {
|
|
106
|
+
-webkit-appearance: textfield;
|
|
107
|
+
outline-offset: -2px; }
|
|
108
|
+
|
|
109
|
+
[type=search]::-webkit-search-decoration {
|
|
110
|
+
-webkit-appearance: none; }
|
|
111
|
+
|
|
105
112
|
details {
|
|
106
113
|
display: block; }
|
|
107
114
|
|
|
@@ -219,11 +226,6 @@ img, video {
|
|
|
219
226
|
-webkit-transform: rotate(1turn);
|
|
220
227
|
transform: rotate(1turn); } }
|
|
221
228
|
|
|
222
|
-
@keyframes spin {
|
|
223
|
-
to {
|
|
224
|
-
-webkit-transform: rotate(1turn);
|
|
225
|
-
transform: rotate(1turn); } }
|
|
226
|
-
|
|
227
229
|
@-webkit-keyframes ping {
|
|
228
230
|
75%, to {
|
|
229
231
|
-webkit-transform: scale(2);
|
|
@@ -256,18 +258,6 @@ img, video {
|
|
|
256
258
|
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
257
259
|
animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }
|
|
258
260
|
|
|
259
|
-
@keyframes bounce {
|
|
260
|
-
0%, to {
|
|
261
|
-
-webkit-transform: translateY(-25%);
|
|
262
|
-
transform: translateY(-25%);
|
|
263
|
-
-webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
|
|
264
|
-
animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
|
|
265
|
-
50% {
|
|
266
|
-
-webkit-transform: none;
|
|
267
|
-
transform: none;
|
|
268
|
-
-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
269
|
-
animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }
|
|
270
|
-
|
|
271
261
|
.rdrCalendarWrapper {
|
|
272
262
|
-webkit-box-sizing: border-box;
|
|
273
263
|
box-sizing: border-box;
|
|
@@ -862,10 +852,13 @@ img, video {
|
|
|
862
852
|
.body-container {
|
|
863
853
|
height: 100%;
|
|
864
854
|
min-height: 100vh;
|
|
865
|
-
overflow-x: hidden;
|
|
855
|
+
overflow-x: hidden;
|
|
856
|
+
position: relative !important; }
|
|
866
857
|
|
|
867
858
|
.navbar {
|
|
868
|
-
margin-bottom: 16px;
|
|
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; }
|
|
869
862
|
.navbar img {
|
|
870
863
|
height: 24px; }
|
|
871
864
|
|
|
@@ -880,14 +873,14 @@ img, video {
|
|
|
880
873
|
margin-left: 16px; }
|
|
881
874
|
|
|
882
875
|
.link-label {
|
|
883
|
-
color: #
|
|
884
|
-
color: rgba(
|
|
876
|
+
color: #a82227;
|
|
877
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
885
878
|
margin-bottom: 16px;
|
|
886
879
|
margin-left: 16px;
|
|
887
880
|
cursor: pointer; }
|
|
888
881
|
.link-label:hover {
|
|
889
|
-
color: #
|
|
890
|
-
color: rgba(
|
|
882
|
+
color: #a82227;
|
|
883
|
+
color: rgba(168, 34, 39, var(--text-opacity)); }
|
|
891
884
|
|
|
892
885
|
.back-btn, .link-label {
|
|
893
886
|
display: block;
|
|
@@ -924,7 +917,9 @@ img, video {
|
|
|
924
917
|
display: -webkit-box;
|
|
925
918
|
display: -ms-flexbox;
|
|
926
919
|
display: flex;
|
|
927
|
-
margin-bottom: 10px;
|
|
920
|
+
margin-bottom: 10px;
|
|
921
|
+
-ms-flex-wrap: wrap;
|
|
922
|
+
flex-wrap: wrap; }
|
|
928
923
|
|
|
929
924
|
.bread-crumb--item {
|
|
930
925
|
margin-left: 5px; }
|
|
@@ -965,9 +960,17 @@ img, video {
|
|
|
965
960
|
.employee-app-container {
|
|
966
961
|
width: 100%; }
|
|
967
962
|
.app-container {
|
|
968
|
-
width:
|
|
969
|
-
|
|
970
|
-
|
|
963
|
+
width: 100%; }
|
|
964
|
+
.app-container form .card, .app-container form .card-emp {
|
|
965
|
+
max-width: 960px; }
|
|
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; }
|
|
971
974
|
.h1 {
|
|
972
975
|
font-size: 36px;
|
|
973
976
|
line-height: 40px; }
|
|
@@ -977,6 +980,13 @@ img, video {
|
|
|
977
980
|
.body-container::-webkit-scrollbar {
|
|
978
981
|
display: none; }
|
|
979
982
|
|
|
983
|
+
.audit-card {
|
|
984
|
+
width: 80%;
|
|
985
|
+
margin-left: -21%;
|
|
986
|
+
margin-right: -27%;
|
|
987
|
+
max-height: 120px;
|
|
988
|
+
margin-top: 90px; }
|
|
989
|
+
|
|
980
990
|
.navbar {
|
|
981
991
|
--text-opacity:1;
|
|
982
992
|
color: #fff;
|
|
@@ -989,11 +999,22 @@ img, video {
|
|
|
989
999
|
position: fixed;
|
|
990
1000
|
z-index: 9999; }
|
|
991
1001
|
.navbar img {
|
|
1002
|
+
display: inline-block;
|
|
992
1003
|
min-width: 78px;
|
|
993
1004
|
height: 24px; }
|
|
994
|
-
.navbar
|
|
995
|
-
|
|
1005
|
+
.navbar .nav {
|
|
1006
|
+
-webkit-box-pack: justify;
|
|
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; } }
|
|
996
1016
|
.navbar h3 {
|
|
1017
|
+
display: inline-block;
|
|
997
1018
|
--border-opacity:1;
|
|
998
1019
|
border-color: #fff;
|
|
999
1020
|
border-left: 1px;
|
|
@@ -1018,8 +1039,7 @@ img, video {
|
|
|
1018
1039
|
-ms-flex-align: center;
|
|
1019
1040
|
align-items: center;
|
|
1020
1041
|
padding-top: 30px;
|
|
1021
|
-
|
|
1022
|
-
background-color: #e0e0e0; }
|
|
1042
|
+
background-color: #fff; }
|
|
1023
1043
|
.profile-section img {
|
|
1024
1044
|
width: 89px;
|
|
1025
1045
|
height: 88px;
|
|
@@ -1028,16 +1048,21 @@ img, video {
|
|
|
1028
1048
|
color: #767676; }
|
|
1029
1049
|
.profile-section .label-container.name-Profile .label-text {
|
|
1030
1050
|
letter-spacing: .6px;
|
|
1031
|
-
|
|
1032
|
-
font-
|
|
1033
|
-
|
|
1051
|
+
font-weight: 700;
|
|
1052
|
+
font-size: 18px;
|
|
1053
|
+
color: #0b0c0c; }
|
|
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; }
|
|
1034
1060
|
|
|
1035
1061
|
.drawer-list {
|
|
1036
1062
|
padding-top: 16px;
|
|
1037
|
-
padding-left: 16px;
|
|
1038
|
-
padding-right: 16px;
|
|
1039
1063
|
position: relative;
|
|
1040
|
-
min-height: 1px;
|
|
1064
|
+
min-height: 1px;
|
|
1065
|
+
overflow: auto; }
|
|
1041
1066
|
.drawer-list .menu-item {
|
|
1042
1067
|
border: 10px;
|
|
1043
1068
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
@@ -1068,13 +1093,172 @@ img, video {
|
|
|
1068
1093
|
width: 17px;
|
|
1069
1094
|
margin-top: 16px; }
|
|
1070
1095
|
.drawer-list .menu-item .icon + .menu-label {
|
|
1071
|
-
margin-left: 36px;
|
|
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; } }
|
|
1072
1255
|
|
|
1073
1256
|
.side-bar-footer {
|
|
1074
1257
|
width: 200px;
|
|
1075
1258
|
margin-left: 50px;
|
|
1076
|
-
|
|
1077
|
-
bottom:
|
|
1259
|
+
margin-top: 24px;
|
|
1260
|
+
margin-bottom: 16px;
|
|
1261
|
+
position: relative; }
|
|
1078
1262
|
|
|
1079
1263
|
.digit-footer {
|
|
1080
1264
|
display: -webkit-box;
|
|
@@ -1093,7 +1277,8 @@ img, video {
|
|
|
1093
1277
|
padding: 16px 16px 24px;
|
|
1094
1278
|
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
|
|
1095
1279
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
|
|
1096
|
-
border-radius: 4px;
|
|
1280
|
+
border-radius: 4px;
|
|
1281
|
+
max-width: 960px; }
|
|
1097
1282
|
.card .card-header, .card-emp .card-header {
|
|
1098
1283
|
font-size: 32px;
|
|
1099
1284
|
line-height: 40px;
|
|
@@ -1132,36 +1317,37 @@ img, video {
|
|
|
1132
1317
|
line-height: 24px; }
|
|
1133
1318
|
.card .card-text-button, .card-emp .card-text-button {
|
|
1134
1319
|
--text-opacity:1;
|
|
1135
|
-
color: #
|
|
1136
|
-
color: rgba(
|
|
1320
|
+
color: #a82227;
|
|
1321
|
+
color: rgba(168, 34, 39, var(--text-opacity)); }
|
|
1137
1322
|
.card .card-label, .card-emp .card-label {
|
|
1138
1323
|
font-size: 19px;
|
|
1139
1324
|
line-height: 23px;
|
|
1140
|
-
color: #0b0c0c;
|
|
1141
|
-
color: rgba(11, 12, 12, var(--text-opacity)); }
|
|
1142
|
-
.card .card-label, .card-emp .card-label, .card .card-label-error, .card-emp .card-label-error {
|
|
1143
1325
|
--text-opacity:1;
|
|
1144
|
-
|
|
1326
|
+
color: #0b0c0c;
|
|
1327
|
+
color: rgba(11, 12, 12, var(--text-opacity));
|
|
1328
|
+
margin-bottom: 8px; }
|
|
1145
1329
|
.card .card-label-error, .card-emp .card-label-error {
|
|
1146
1330
|
display: block;
|
|
1147
1331
|
font-size: 14px;
|
|
1148
1332
|
line-height: 16px;
|
|
1149
1333
|
color: #d4351c;
|
|
1150
1334
|
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; }
|
|
1151
1338
|
.card .card-label-desc, .card-emp .card-label-desc {
|
|
1152
1339
|
font-weight: 700;
|
|
1153
1340
|
color: #505a5f;
|
|
1154
|
-
color: rgba(80, 90, 95, var(--text-opacity));
|
|
1155
|
-
margin-bottom: 16px; }
|
|
1341
|
+
color: rgba(80, 90, 95, var(--text-opacity)); }
|
|
1156
1342
|
.card .card-label-desc, .card-emp .card-label-desc, .card .card-link, .card-emp .card-link {
|
|
1157
|
-
--text-opacity:1;
|
|
1158
1343
|
font-size: 16px;
|
|
1159
1344
|
line-height: 24px; }
|
|
1160
1345
|
.card .card-link, .card-emp .card-link {
|
|
1161
1346
|
display: block;
|
|
1162
1347
|
text-align: center;
|
|
1163
|
-
|
|
1164
|
-
color:
|
|
1348
|
+
--text-opacity:1;
|
|
1349
|
+
color: #a82227;
|
|
1350
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
1165
1351
|
margin-top: 16px;
|
|
1166
1352
|
cursor: pointer; }
|
|
1167
1353
|
|
|
@@ -1209,12 +1395,16 @@ img, video {
|
|
|
1209
1395
|
font-size: 18px;
|
|
1210
1396
|
line-height: 26px; }
|
|
1211
1397
|
.employeeCard .card-section-header {
|
|
1212
|
-
--text-opacity:1;
|
|
1213
|
-
color: #0b0c0c;
|
|
1214
|
-
color: rgba(11, 12, 12, var(--text-opacity));
|
|
1215
1398
|
font-size: 18px;
|
|
1216
1399
|
line-height: 28px;
|
|
1217
1400
|
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; }
|
|
1218
1408
|
.employeeCard .card-caption {
|
|
1219
1409
|
font-size: 18px;
|
|
1220
1410
|
line-height: 26px;
|
|
@@ -1241,8 +1431,8 @@ img, video {
|
|
|
1241
1431
|
line-height: 24px; }
|
|
1242
1432
|
.employeeCard .card-text-button {
|
|
1243
1433
|
--text-opacity:1;
|
|
1244
|
-
color: #
|
|
1245
|
-
color: rgba(
|
|
1434
|
+
color: #a82227;
|
|
1435
|
+
color: rgba(168, 34, 39, var(--text-opacity)); }
|
|
1246
1436
|
.employeeCard .card-label {
|
|
1247
1437
|
font-size: 19px;
|
|
1248
1438
|
line-height: 23px;
|
|
@@ -1280,7 +1470,7 @@ img, video {
|
|
|
1280
1470
|
padding-left: 25px; }
|
|
1281
1471
|
|
|
1282
1472
|
.employeeCard.fsm {
|
|
1283
|
-
margin-bottom:
|
|
1473
|
+
margin-bottom: 64px !important;
|
|
1284
1474
|
margin-left: 0 !important;
|
|
1285
1475
|
margin-right: 16px !important; }
|
|
1286
1476
|
|
|
@@ -1319,8 +1509,8 @@ img, video {
|
|
|
1319
1509
|
.submit-bar, .submit-bar-disabled {
|
|
1320
1510
|
height: 2.5rem;
|
|
1321
1511
|
--bg-opacity:1;
|
|
1322
|
-
background-color: #
|
|
1323
|
-
background-color: rgba(
|
|
1512
|
+
background-color: #a82227;
|
|
1513
|
+
background-color: rgba(168, 34, 39, var(--bg-opacity));
|
|
1324
1514
|
text-align: center;
|
|
1325
1515
|
width: 100%;
|
|
1326
1516
|
outline: 2px solid transparent;
|
|
@@ -1329,7 +1519,8 @@ img, video {
|
|
|
1329
1519
|
outline-offset: 2px; }
|
|
1330
1520
|
|
|
1331
1521
|
.submit-bar-disabled {
|
|
1332
|
-
opacity: .5;
|
|
1522
|
+
opacity: .5;
|
|
1523
|
+
background-color: #882636 !important; }
|
|
1333
1524
|
.submit-bar-disabled header {
|
|
1334
1525
|
font-family: Roboto Condensed,sans-serif;
|
|
1335
1526
|
font-weight: 500;
|
|
@@ -1338,19 +1529,22 @@ img, video {
|
|
|
1338
1529
|
--text-opacity:1;
|
|
1339
1530
|
color: #fff;
|
|
1340
1531
|
color: rgba(255, 255, 255, var(--text-opacity));
|
|
1341
|
-
line-height: 2.5rem;
|
|
1532
|
+
line-height: 2.5rem;
|
|
1533
|
+
line-height: 2rem !important; }
|
|
1342
1534
|
|
|
1343
1535
|
@media (min-width: 780px) {
|
|
1344
1536
|
.submit-bar, .submit-bar-disabled {
|
|
1345
|
-
width: 240px;
|
|
1537
|
+
width: 240px;
|
|
1538
|
+
background-color: #882636 !important;
|
|
1539
|
+
height: 2rem !important; }
|
|
1346
1540
|
.card, .card-emp {
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1541
|
+
display: -webkit-box;
|
|
1542
|
+
display: -ms-flexbox;
|
|
1543
|
+
display: flex;
|
|
1544
|
+
-webkit-box-orient: vertical;
|
|
1545
|
+
-webkit-box-direction: normal;
|
|
1546
|
+
-ms-flex-direction: column;
|
|
1547
|
+
flex-direction: column; }
|
|
1354
1548
|
.card .card-header, .card-emp .card-header {
|
|
1355
1549
|
font-size: 48px;
|
|
1356
1550
|
line-height: 56px; }
|
|
@@ -1384,6 +1578,12 @@ img, video {
|
|
|
1384
1578
|
margin-bottom: 40px;
|
|
1385
1579
|
font-size: 24px;
|
|
1386
1580
|
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; }
|
|
1387
1587
|
.employeeCard .card-search-heading {
|
|
1388
1588
|
margin-right: 0 !important;
|
|
1389
1589
|
margin-left: 0 !important;
|
|
@@ -1463,13 +1663,10 @@ img, video {
|
|
|
1463
1663
|
width: 240px; }
|
|
1464
1664
|
.home-page-info-banner-wrap {
|
|
1465
1665
|
max-width: 45%;
|
|
1466
|
-
min-width:
|
|
1666
|
+
min-width: 100%;
|
|
1467
1667
|
margin-left: 0;
|
|
1468
1668
|
margin-right: 24px;
|
|
1469
1669
|
margin-bottom: 24px; }
|
|
1470
|
-
.info-banner-wrap-citizen-override {
|
|
1471
|
-
min-width: 640px;
|
|
1472
|
-
max-width: 960px; }
|
|
1473
1670
|
.oc-aknowledgement-screen {
|
|
1474
1671
|
width: auto;
|
|
1475
1672
|
min-width: 240px;
|
|
@@ -1490,17 +1687,22 @@ img, video {
|
|
|
1490
1687
|
|
|
1491
1688
|
.BPAemployeeCard {
|
|
1492
1689
|
margin-right: 0 !important;
|
|
1493
|
-
margin-bottom:
|
|
1690
|
+
margin-bottom: 0 !important; }
|
|
1494
1691
|
|
|
1495
1692
|
.employee-application-details {
|
|
1496
1693
|
display: -webkit-box !important;
|
|
1497
1694
|
display: -ms-flexbox !important;
|
|
1498
1695
|
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;
|
|
1499
1700
|
-webkit-box-pack: justify !important;
|
|
1500
1701
|
-ms-flex-pack: justify !important;
|
|
1501
1702
|
justify-content: space-between !important;
|
|
1502
|
-
max-height:
|
|
1503
|
-
height:
|
|
1703
|
+
max-height: 70px !important;
|
|
1704
|
+
height: 70px !important;
|
|
1705
|
+
margin-bottom: 15px !important; }
|
|
1504
1706
|
|
|
1505
1707
|
.employee-main-application-details {
|
|
1506
1708
|
padding: 10px !important; }
|
|
@@ -1523,11 +1725,32 @@ img, video {
|
|
|
1523
1725
|
margin: 0 !important;
|
|
1524
1726
|
width: 100% !important; }
|
|
1525
1727
|
|
|
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
|
+
|
|
1526
1749
|
.selector-button-primary {
|
|
1527
1750
|
height: 2rem;
|
|
1528
1751
|
--bg-opacity:1;
|
|
1529
|
-
background-color: #
|
|
1530
|
-
background-color: rgba(
|
|
1752
|
+
background-color: #a82227;
|
|
1753
|
+
background-color: rgba(168, 34, 39, var(--bg-opacity));
|
|
1531
1754
|
text-align: center;
|
|
1532
1755
|
--border-opacity:1;
|
|
1533
1756
|
border-color: #464646;
|
|
@@ -1607,8 +1830,8 @@ img, video {
|
|
|
1607
1830
|
.selector-button-primary-disabled {
|
|
1608
1831
|
height: 2rem;
|
|
1609
1832
|
--bg-opacity:1;
|
|
1610
|
-
background-color: #
|
|
1611
|
-
background-color: rgba(
|
|
1833
|
+
background-color: #a82227;
|
|
1834
|
+
background-color: rgba(168, 34, 39, var(--bg-opacity));
|
|
1612
1835
|
text-align: center;
|
|
1613
1836
|
--border-opacity:1;
|
|
1614
1837
|
border-color: #464646;
|
|
@@ -1632,7 +1855,12 @@ img, video {
|
|
|
1632
1855
|
color: #fff;
|
|
1633
1856
|
color: rgba(255, 255, 255, var(--text-opacity)); }
|
|
1634
1857
|
|
|
1858
|
+
.submit-bar:focus {
|
|
1859
|
+
outline: 2px solid transparent !important;
|
|
1860
|
+
outline-offset: 2px !important; }
|
|
1861
|
+
|
|
1635
1862
|
.radio-wrap {
|
|
1863
|
+
line-height: 1.5rem !important;
|
|
1636
1864
|
margin-top: 8px;
|
|
1637
1865
|
display: block;
|
|
1638
1866
|
line-height: 2.5rem;
|
|
@@ -1640,14 +1868,22 @@ img, video {
|
|
|
1640
1868
|
.radio-wrap div {
|
|
1641
1869
|
display: block;
|
|
1642
1870
|
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; }
|
|
1643
1879
|
.radio-wrap .radio-btn-wrap {
|
|
1644
1880
|
display: block;
|
|
1645
1881
|
float: left;
|
|
1646
1882
|
position: relative; }
|
|
1647
1883
|
.radio-wrap .radio-btn-wrap:hover .radio-btn-checkmark {
|
|
1648
1884
|
--border-opacity:1;
|
|
1649
|
-
border-color: #
|
|
1650
|
-
border-color: rgba(
|
|
1885
|
+
border-color: #a82227;
|
|
1886
|
+
border-color: rgba(168, 34, 39, var(--border-opacity)); }
|
|
1651
1887
|
.radio-wrap .radio-btn {
|
|
1652
1888
|
opacity: 0;
|
|
1653
1889
|
position: absolute;
|
|
@@ -1674,13 +1910,13 @@ img, video {
|
|
|
1674
1910
|
.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 {
|
|
1675
1911
|
border-width: 1px;
|
|
1676
1912
|
--border-opacity:1;
|
|
1677
|
-
border-color: #
|
|
1678
|
-
border-color: rgba(
|
|
1913
|
+
border-color: #a82227;
|
|
1914
|
+
border-color: rgba(168, 34, 39, var(--border-opacity)); }
|
|
1679
1915
|
.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 {
|
|
1680
1916
|
display: block;
|
|
1681
1917
|
--bg-opacity:1;
|
|
1682
|
-
background-color: #
|
|
1683
|
-
background-color: rgba(
|
|
1918
|
+
background-color: #a82227;
|
|
1919
|
+
background-color: rgba(168, 34, 39, var(--bg-opacity));
|
|
1684
1920
|
height: 1.25rem;
|
|
1685
1921
|
width: 1.25rem;
|
|
1686
1922
|
border-radius: 9999px;
|
|
@@ -1706,6 +1942,9 @@ img, video {
|
|
|
1706
1942
|
-ms-flex-align: center;
|
|
1707
1943
|
align-items: center; }
|
|
1708
1944
|
|
|
1945
|
+
.employee-select-wrap:active {
|
|
1946
|
+
background-color: #fff; }
|
|
1947
|
+
|
|
1709
1948
|
.employee-select-wrap {
|
|
1710
1949
|
margin-bottom: 24px;
|
|
1711
1950
|
position: relative; }
|
|
@@ -1719,8 +1958,8 @@ img, video {
|
|
|
1719
1958
|
border-color: rgba(70, 70, 70, var(--border-opacity)); }
|
|
1720
1959
|
.employee-select-wrap .select:hover {
|
|
1721
1960
|
--border-opacity:1;
|
|
1722
|
-
border: 1px solid #
|
|
1723
|
-
border-color: rgba(
|
|
1961
|
+
border: 1px solid #a82227;
|
|
1962
|
+
border-color: rgba(168, 34, 39, var(--border-opacity)); }
|
|
1724
1963
|
.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] {
|
|
1725
1964
|
width: calc(100% - 32px);
|
|
1726
1965
|
background-color: initial;
|
|
@@ -1756,8 +1995,11 @@ img, video {
|
|
|
1756
1995
|
width: 100%;
|
|
1757
1996
|
height: 2.5rem;
|
|
1758
1997
|
--border-opacity:1;
|
|
1759
|
-
border: 1px solid #
|
|
1760
|
-
border-color: rgba(
|
|
1998
|
+
border: 1px solid #a82227;
|
|
1999
|
+
border-color: rgba(168, 34, 39, var(--border-opacity));
|
|
2000
|
+
height: 2 rem !important;
|
|
2001
|
+
border: 1px solid #000;
|
|
2002
|
+
background-color: #fff; }
|
|
1761
2003
|
.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] {
|
|
1762
2004
|
width: calc(100% - 32px);
|
|
1763
2005
|
background-color: initial;
|
|
@@ -1791,8 +2033,9 @@ img, video {
|
|
|
1791
2033
|
width: 100% !important;
|
|
1792
2034
|
-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);
|
|
1793
2035
|
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);
|
|
1794
|
-
max-height:
|
|
2036
|
+
max-height: 250px !important;
|
|
1795
2037
|
overflow: auto;
|
|
2038
|
+
z-index: 1000 !important;
|
|
1796
2039
|
position: absolute;
|
|
1797
2040
|
z-index: 20;
|
|
1798
2041
|
margin-top: 4px;
|
|
@@ -1815,6 +2058,19 @@ img, video {
|
|
|
1815
2058
|
background-color: #eee;
|
|
1816
2059
|
background-color: rgba(238, 238, 238, var(--bg-opacity)); }
|
|
1817
2060
|
|
|
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
|
+
|
|
1818
2074
|
.employee-select-wrap--elipses {
|
|
1819
2075
|
width: 85% !important;
|
|
1820
2076
|
overflow: hidden;
|
|
@@ -1823,7 +2079,8 @@ img, video {
|
|
|
1823
2079
|
|
|
1824
2080
|
.select-wrap {
|
|
1825
2081
|
margin-bottom: 24px;
|
|
1826
|
-
position: relative;
|
|
2082
|
+
position: relative;
|
|
2083
|
+
max-width: 540px; }
|
|
1827
2084
|
.select-wrap .select {
|
|
1828
2085
|
position: relative;
|
|
1829
2086
|
display: block;
|
|
@@ -1867,8 +2124,8 @@ img, video {
|
|
|
1867
2124
|
width: 100%;
|
|
1868
2125
|
height: 2.5rem;
|
|
1869
2126
|
--border-opacity:1;
|
|
1870
|
-
border: 1px solid #
|
|
1871
|
-
border-color: rgba(
|
|
2127
|
+
border: 1px solid #a82227;
|
|
2128
|
+
border-color: rgba(168, 34, 39, var(--border-opacity)); }
|
|
1872
2129
|
.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] {
|
|
1873
2130
|
width: calc(100% - 32px);
|
|
1874
2131
|
background-color: initial;
|
|
@@ -1923,6 +2180,9 @@ img, video {
|
|
|
1923
2180
|
background-color: #eee;
|
|
1924
2181
|
background-color: rgba(238, 238, 238, var(--bg-opacity)); }
|
|
1925
2182
|
|
|
2183
|
+
.employee-select-wrap .select img, .employee-select-wrap .select svg {
|
|
2184
|
+
margin-top: 2px; }
|
|
2185
|
+
|
|
1926
2186
|
.card-input {
|
|
1927
2187
|
margin-top: 8px;
|
|
1928
2188
|
--border-opacity:1;
|
|
@@ -1971,7 +2231,18 @@ img, video {
|
|
|
1971
2231
|
line-height: 20px;
|
|
1972
2232
|
--text-opacity:1;
|
|
1973
2233
|
color: #0b0c0c;
|
|
1974
|
-
color: rgba(11, 12, 12, var(--text-opacity));
|
|
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; }
|
|
1975
2246
|
|
|
1976
2247
|
.employee-card-input--front {
|
|
1977
2248
|
width: -webkit-fit-content !important;
|
|
@@ -2039,7 +2310,8 @@ img, video {
|
|
|
2039
2310
|
.employee-card-input, .employee-card-input-error {
|
|
2040
2311
|
width: 100%; }
|
|
2041
2312
|
.card-textarea {
|
|
2042
|
-
width:
|
|
2313
|
+
width: 100%;
|
|
2314
|
+
max-width: 540px; }
|
|
2043
2315
|
.employee-card-textarea {
|
|
2044
2316
|
width: 100%; }
|
|
2045
2317
|
.card-input-emp {
|
|
@@ -2064,7 +2336,10 @@ img, video {
|
|
|
2064
2336
|
line-height: 20px;
|
|
2065
2337
|
--text-opacity:1;
|
|
2066
2338
|
color: #0b0c0c;
|
|
2067
|
-
color: rgba(11, 12, 12, var(--text-opacity));
|
|
2339
|
+
color: rgba(11, 12, 12, var(--text-opacity));
|
|
2340
|
+
height: 2rem !important;
|
|
2341
|
+
margin-bottom: 16px !important;
|
|
2342
|
+
line-height: 2rem !important; }
|
|
2068
2343
|
|
|
2069
2344
|
.citizen-card-input--front {
|
|
2070
2345
|
width: -webkit-fit-content !important;
|
|
@@ -2165,7 +2440,7 @@ img, video {
|
|
|
2165
2440
|
|
|
2166
2441
|
@media (min-width: 780px) {
|
|
2167
2442
|
.success-wrap {
|
|
2168
|
-
width:
|
|
2443
|
+
width: 100%; }
|
|
2169
2444
|
.success-wrap header {
|
|
2170
2445
|
font-size: 48px;
|
|
2171
2446
|
line-height: 56px; }
|
|
@@ -2175,7 +2450,7 @@ img, video {
|
|
|
2175
2450
|
font-size: 48px;
|
|
2176
2451
|
line-height: 56px; }
|
|
2177
2452
|
.error-wrap {
|
|
2178
|
-
width:
|
|
2453
|
+
width: 100%; }
|
|
2179
2454
|
.error-wrap header {
|
|
2180
2455
|
font-size: 48px;
|
|
2181
2456
|
line-height: 56px; }
|
|
@@ -2207,8 +2482,7 @@ img, video {
|
|
|
2207
2482
|
-ms-flex-align: center;
|
|
2208
2483
|
align-items: center;
|
|
2209
2484
|
height: calc(100vh - 80px);
|
|
2210
|
-
|
|
2211
|
-
background: linear-gradient(rgba(11, 75, 102, 0.8), rgba(11, 75, 102, 0.8)), var(--banner-url) 50%; }
|
|
2485
|
+
position: relative; }
|
|
2212
2486
|
.banner .bannerCard {
|
|
2213
2487
|
min-width: 400px; }
|
|
2214
2488
|
.banner .bannerLogo {
|
|
@@ -2231,6 +2505,18 @@ img, video {
|
|
|
2231
2505
|
align-items: center;
|
|
2232
2506
|
margin-bottom: 24px; }
|
|
2233
2507
|
|
|
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
|
+
|
|
2234
2520
|
.date-wrap {
|
|
2235
2521
|
display: -webkit-box;
|
|
2236
2522
|
display: -ms-flexbox;
|
|
@@ -2315,6 +2601,9 @@ img, video {
|
|
|
2315
2601
|
color: #505a5f;
|
|
2316
2602
|
color: rgba(80, 90, 95, var(--text-opacity)); }
|
|
2317
2603
|
|
|
2604
|
+
.employee-data-table .vendor-details-row {
|
|
2605
|
+
margin-left: 15px !important; }
|
|
2606
|
+
|
|
2318
2607
|
.employee-data-table .last {
|
|
2319
2608
|
border: none;
|
|
2320
2609
|
padding: 0;
|
|
@@ -2326,7 +2615,7 @@ img, video {
|
|
|
2326
2615
|
justify-content: space-between; }
|
|
2327
2616
|
|
|
2328
2617
|
.checkpoint-connect-wrap {
|
|
2329
|
-
padding-bottom:
|
|
2618
|
+
padding-bottom: 4px;
|
|
2330
2619
|
position: relative; }
|
|
2331
2620
|
|
|
2332
2621
|
.checkpoint-done {
|
|
@@ -2338,13 +2627,13 @@ img, video {
|
|
|
2338
2627
|
height: 24px;
|
|
2339
2628
|
border-radius: 50%;
|
|
2340
2629
|
--border-opacity:1;
|
|
2341
|
-
border-color: #
|
|
2630
|
+
border-color: #a82227;
|
|
2342
2631
|
border-bottom: 1px;
|
|
2343
|
-
border-color: rgba(
|
|
2632
|
+
border-color: rgba(168, 34, 39, var(--border-opacity));
|
|
2344
2633
|
border-style: solid;
|
|
2345
2634
|
--bg-opacity:1;
|
|
2346
|
-
background-color: #
|
|
2347
|
-
background-color: rgba(
|
|
2635
|
+
background-color: #a82227;
|
|
2636
|
+
background-color: rgba(168, 34, 39, var(--bg-opacity)); }
|
|
2348
2637
|
.checkpoint-done header {
|
|
2349
2638
|
margin-left: 16px; }
|
|
2350
2639
|
.checkpoint-done header p {
|
|
@@ -2393,6 +2682,8 @@ img, video {
|
|
|
2393
2682
|
|
|
2394
2683
|
.checkpoint-comments-wrap {
|
|
2395
2684
|
max-width: 560px;
|
|
2685
|
+
padding: 4px;
|
|
2686
|
+
margin-top: 4px;
|
|
2396
2687
|
--bg-opacity:1;
|
|
2397
2688
|
background-color: #eee;
|
|
2398
2689
|
background-color: rgba(238, 238, 238, var(--bg-opacity));
|
|
@@ -2430,8 +2721,8 @@ img, video {
|
|
|
2430
2721
|
width: 24px;
|
|
2431
2722
|
height: 24px; }
|
|
2432
2723
|
.checkbox-wrap .custom-checkbox, .checkbox-wrap .custom-checkbox-emp {
|
|
2433
|
-
width:
|
|
2434
|
-
height:
|
|
2724
|
+
width: 25px;
|
|
2725
|
+
height: 25px;
|
|
2435
2726
|
position: absolute;
|
|
2436
2727
|
top: 0;
|
|
2437
2728
|
left: 0;
|
|
@@ -2447,17 +2738,38 @@ img, video {
|
|
|
2447
2738
|
.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 {
|
|
2448
2739
|
border-width: 1px;
|
|
2449
2740
|
--border-opacity:1;
|
|
2450
|
-
border-color: #
|
|
2451
|
-
border-color: rgba(
|
|
2741
|
+
border-color: #a82227;
|
|
2742
|
+
border-color: rgba(168, 34, 39, var(--border-opacity)); }
|
|
2452
2743
|
.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 {
|
|
2453
2744
|
opacity: 1; }
|
|
2454
2745
|
.checkbox-wrap .label {
|
|
2455
|
-
margin-left:
|
|
2746
|
+
margin-left: 32px;
|
|
2747
|
+
top: 3px !important;
|
|
2456
2748
|
font-size: 16px;
|
|
2457
2749
|
line-height: 20px;
|
|
2458
2750
|
--text-opacity:1;
|
|
2459
2751
|
color: #0b0c0c;
|
|
2460
|
-
color: rgba(11, 12, 12, var(--text-opacity));
|
|
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; }
|
|
2461
2773
|
|
|
2462
2774
|
.input-otp-wrap {
|
|
2463
2775
|
margin-bottom: 24px; }
|
|
@@ -2649,7 +2961,8 @@ img, video {
|
|
|
2649
2961
|
line-height: 19px;
|
|
2650
2962
|
--text-opacity:1;
|
|
2651
2963
|
color: #d4351c;
|
|
2652
|
-
color: rgba(212, 53, 28, var(--text-opacity));
|
|
2964
|
+
color: rgba(212, 53, 28, var(--text-opacity));
|
|
2965
|
+
cursor: pointer; }
|
|
2653
2966
|
.status-highlight.success {
|
|
2654
2967
|
--bg-opacity:1;
|
|
2655
2968
|
background-color: #00703c;
|
|
@@ -2803,20 +3116,75 @@ img, video {
|
|
|
2803
3116
|
background-color: rgba(238, 238, 238, var(--bg-opacity));
|
|
2804
3117
|
width: 100%; } }
|
|
2805
3118
|
|
|
2806
|
-
.
|
|
3119
|
+
.action-bar-wrap-registry div {
|
|
3120
|
+
width: 100%; }
|
|
3121
|
+
|
|
3122
|
+
.action-bar-wrap-registry .menu-wrap {
|
|
3123
|
+
position: absolute;
|
|
2807
3124
|
--bg-opacity:1;
|
|
2808
3125
|
background-color: #fff;
|
|
2809
3126
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
3127
|
+
text-align: left;
|
|
3128
|
+
margin-bottom: 4px;
|
|
3129
|
+
z-index: 30;
|
|
3130
|
+
cursor: pointer;
|
|
3131
|
+
-webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
|
|
3132
|
+
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);
|
|
3133
|
+
width: 160px;
|
|
3134
|
+
right: 60px; }
|
|
3135
|
+
.action-bar-wrap-registry .menu-wrap div {
|
|
3136
|
+
height: 3rem;
|
|
3137
|
+
padding-left: 8px;
|
|
3138
|
+
padding-top: 16px;
|
|
3139
|
+
padding-bottom: 16px;
|
|
3140
|
+
font-size: 16px;
|
|
3141
|
+
line-height: 24px;
|
|
3142
|
+
--text-opacity:1;
|
|
3143
|
+
color: #0b0c0c;
|
|
3144
|
+
color: rgba(11, 12, 12, var(--text-opacity)); }
|
|
3145
|
+
.action-bar-wrap-registry .menu-wrap div:hover {
|
|
3146
|
+
--bg-opacity:1;
|
|
3147
|
+
background-color: #eee;
|
|
3148
|
+
background-color: rgba(238, 238, 238, var(--bg-opacity));
|
|
3149
|
+
width: 100%; }
|
|
3150
|
+
|
|
3151
|
+
.action-bar-wrap-registry .search-add {
|
|
3152
|
+
padding: 12px 16px;
|
|
3153
|
+
color: #f47738;
|
|
3154
|
+
cursor: pointer; }
|
|
3155
|
+
|
|
3156
|
+
.action-bar-wrap-registry .search-add, .action-bar-wrap-registry .search-add-icon {
|
|
3157
|
+
display: -webkit-box;
|
|
3158
|
+
display: -ms-flexbox;
|
|
3159
|
+
display: flex; }
|
|
3160
|
+
|
|
3161
|
+
.action-bar-wrap-registry .search-add-icon {
|
|
3162
|
+
background: #f47738;
|
|
3163
|
+
border-radius: 50%;
|
|
3164
|
+
height: 24px;
|
|
3165
|
+
width: 24px;
|
|
3166
|
+
-webkit-box-pack: center;
|
|
3167
|
+
-ms-flex-pack: center;
|
|
3168
|
+
justify-content: center;
|
|
3169
|
+
-webkit-box-align: center;
|
|
3170
|
+
-ms-flex-align: center;
|
|
3171
|
+
align-items: center;
|
|
3172
|
+
margin-left: 10px; }
|
|
3173
|
+
|
|
3174
|
+
.table {
|
|
3175
|
+
--bg-opacity:1;
|
|
3176
|
+
background-color: #fff;
|
|
3177
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
3178
|
+
width: 100%; }
|
|
3179
|
+
.table thead th {
|
|
3180
|
+
padding: 20px 18px;
|
|
3181
|
+
font-weight: 700;
|
|
3182
|
+
vertical-align: middle;
|
|
3183
|
+
text-align: left; }
|
|
2816
3184
|
.table thead th:first-child {
|
|
2817
|
-
min-width:
|
|
3185
|
+
min-width: 100px; }
|
|
2818
3186
|
.table thead th:nth-child(2) {
|
|
2819
|
-
min-width:
|
|
3187
|
+
min-width: 150px; }
|
|
2820
3188
|
.table tbody {
|
|
2821
3189
|
border: none;
|
|
2822
3190
|
padding: 0;
|
|
@@ -2876,7 +3244,7 @@ img, video {
|
|
|
2876
3244
|
.table-fixed-first-column tbody td:first-child {
|
|
2877
3245
|
position: sticky;
|
|
2878
3246
|
background: #fff;
|
|
2879
|
-
color: #
|
|
3247
|
+
color: #a82227;
|
|
2880
3248
|
left: 0;
|
|
2881
3249
|
border-right: 1px solid #b1b4b6; }
|
|
2882
3250
|
|
|
@@ -2927,6 +3295,11 @@ img, video {
|
|
|
2927
3295
|
white-space: pre;
|
|
2928
3296
|
min-width: 80px; }
|
|
2929
3297
|
|
|
3298
|
+
.reports-table {
|
|
3299
|
+
margin-top: 2rem; }
|
|
3300
|
+
.reports-table thead th:first-child {
|
|
3301
|
+
min-width: unset; }
|
|
3302
|
+
|
|
2930
3303
|
.popup-wrap {
|
|
2931
3304
|
background: rgba(0, 0, 0, 0.7);
|
|
2932
3305
|
display: -webkit-box;
|
|
@@ -2965,7 +3338,8 @@ img, video {
|
|
|
2965
3338
|
padding-right: 8px;
|
|
2966
3339
|
--border-opacity:1;
|
|
2967
3340
|
border: 1px dashed #d6d5d4;
|
|
2968
|
-
border-color: rgba(214, 213, 212, var(--border-opacity));
|
|
3341
|
+
border-color: rgba(214, 213, 212, var(--border-opacity));
|
|
3342
|
+
max-width: 540px; }
|
|
2969
3343
|
.upload-wrap img {
|
|
2970
3344
|
display: block;
|
|
2971
3345
|
margin-top: 58px;
|
|
@@ -3025,6 +3399,29 @@ img, video {
|
|
|
3025
3399
|
opacity: 0;
|
|
3026
3400
|
top: 0; }
|
|
3027
3401
|
|
|
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
|
+
|
|
3028
3425
|
.upload-file {
|
|
3029
3426
|
min-height: 56px;
|
|
3030
3427
|
position: relative;
|
|
@@ -3151,8 +3548,8 @@ img, video {
|
|
|
3151
3548
|
.telephone img, .telephone svg {
|
|
3152
3549
|
height: 22px;
|
|
3153
3550
|
width: 20px;
|
|
3154
|
-
color: #
|
|
3155
|
-
color: rgba(
|
|
3551
|
+
color: #a82227;
|
|
3552
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
3156
3553
|
margin-left: 8px;
|
|
3157
3554
|
-webkit-box-align: center;
|
|
3158
3555
|
-ms-flex-align: center;
|
|
@@ -3180,8 +3577,8 @@ img, video {
|
|
|
3180
3577
|
|
|
3181
3578
|
.action-link {
|
|
3182
3579
|
--text-opacity:1!important;
|
|
3183
|
-
color: #
|
|
3184
|
-
color: rgba(
|
|
3580
|
+
color: #a82227 !important;
|
|
3581
|
+
color: rgba(168, 34, 39, var(--text-opacity)) !important;
|
|
3185
3582
|
font-size: 16px !important;
|
|
3186
3583
|
line-height: 24px !important;
|
|
3187
3584
|
margin-right: 24px !important; }
|
|
@@ -3284,8 +3681,8 @@ img, video {
|
|
|
3284
3681
|
-ms-flex-direction: row;
|
|
3285
3682
|
flex-direction: row;
|
|
3286
3683
|
--text-opacity:1;
|
|
3287
|
-
color: #
|
|
3288
|
-
color: rgba(
|
|
3684
|
+
color: #a82227;
|
|
3685
|
+
color: rgba(168, 34, 39, var(--text-opacity)); }
|
|
3289
3686
|
.searchBox .searchAction .searchText {
|
|
3290
3687
|
margin-left: 8px; }
|
|
3291
3688
|
|
|
@@ -3293,7 +3690,7 @@ img, video {
|
|
|
3293
3690
|
width: 18px;
|
|
3294
3691
|
height: 1.5rem; }
|
|
3295
3692
|
.svgPrimaryH16px svg path {
|
|
3296
|
-
fill: #
|
|
3693
|
+
fill: #a82227; }
|
|
3297
3694
|
|
|
3298
3695
|
.tag-container {
|
|
3299
3696
|
display: -webkit-box;
|
|
@@ -3357,9 +3754,8 @@ img, video {
|
|
|
3357
3754
|
height: 48px;
|
|
3358
3755
|
width: 48px; }
|
|
3359
3756
|
.topbar img.state {
|
|
3360
|
-
height:
|
|
3361
|
-
|
|
3362
|
-
width: auto; }
|
|
3757
|
+
min-height: 50px;
|
|
3758
|
+
width: 80px; }
|
|
3363
3759
|
.topbar .ulb {
|
|
3364
3760
|
font-weight: 700;
|
|
3365
3761
|
display: inline-block; }
|
|
@@ -3370,7 +3766,7 @@ img, video {
|
|
|
3370
3766
|
.topbar .right svg {
|
|
3371
3767
|
display: inline; }
|
|
3372
3768
|
.topbar .right .user-img-txt {
|
|
3373
|
-
background: #
|
|
3769
|
+
background: #a82227;
|
|
3374
3770
|
padding: 10px 15px;
|
|
3375
3771
|
border-radius: 50%;
|
|
3376
3772
|
color: #fff;
|
|
@@ -3410,6 +3806,11 @@ img, video {
|
|
|
3410
3806
|
|
|
3411
3807
|
.cp {
|
|
3412
3808
|
cursor: pointer; }
|
|
3809
|
+
.cp .hamburger {
|
|
3810
|
+
display: none; }
|
|
3811
|
+
@media (max-width: 780px) {
|
|
3812
|
+
.cp .hamburger {
|
|
3813
|
+
display: none; } }
|
|
3413
3814
|
|
|
3414
3815
|
.citizen .right {
|
|
3415
3816
|
margin-top: 5px;
|
|
@@ -3441,13 +3842,15 @@ img, video {
|
|
|
3441
3842
|
grid-column-gap: 10px;
|
|
3442
3843
|
-webkit-column-gap: 10px;
|
|
3443
3844
|
-moz-column-gap: 10px;
|
|
3444
|
-
column-gap: 10px;
|
|
3845
|
+
column-gap: 10px;
|
|
3846
|
+
color: #505a5f; }
|
|
3445
3847
|
.profile-dropdown--item:hover {
|
|
3446
|
-
|
|
3447
|
-
background-color: #eee;
|
|
3448
|
-
background-color: rgba(238, 238, 238, var(--bg-opacity)); }
|
|
3848
|
+
background: #eee; }
|
|
3449
3849
|
|
|
3450
3850
|
.flex-right {
|
|
3851
|
+
display: -webkit-box;
|
|
3852
|
+
display: -ms-flexbox;
|
|
3853
|
+
display: flex;
|
|
3451
3854
|
-webkit-box-align: center;
|
|
3452
3855
|
-ms-flex-align: center;
|
|
3453
3856
|
align-items: center;
|
|
@@ -3456,10 +3859,17 @@ img, video {
|
|
|
3456
3859
|
justify-content: flex-end;
|
|
3457
3860
|
min-width: 85px; }
|
|
3458
3861
|
|
|
3459
|
-
|
|
3862
|
+
video::-webkit-media-controls-panel {
|
|
3863
|
+
top: 55%;
|
|
3864
|
+
position: absolute;
|
|
3865
|
+
width: 100%; }
|
|
3866
|
+
|
|
3867
|
+
.language-selector {
|
|
3460
3868
|
display: -webkit-box;
|
|
3461
3869
|
display: -ms-flexbox;
|
|
3462
|
-
display: flex;
|
|
3870
|
+
display: flex;
|
|
3871
|
+
-ms-flex-wrap: wrap;
|
|
3872
|
+
flex-wrap: wrap; }
|
|
3463
3873
|
|
|
3464
3874
|
.language-selector div:not(:first-child) {
|
|
3465
3875
|
margin-left: 10px; }
|
|
@@ -3475,7 +3885,8 @@ img, video {
|
|
|
3475
3885
|
outline: none; }
|
|
3476
3886
|
|
|
3477
3887
|
.bannerCard .customBtn-selected {
|
|
3478
|
-
border-color: transparent;
|
|
3888
|
+
border-color: transparent;
|
|
3889
|
+
background-color: #5a1166 !important; }
|
|
3479
3890
|
|
|
3480
3891
|
.bannerCard .bannerHeader p {
|
|
3481
3892
|
font-size: 19px; }
|
|
@@ -3493,8 +3904,8 @@ img, video {
|
|
|
3493
3904
|
padding-left: 8px;
|
|
3494
3905
|
padding-right: 8px;
|
|
3495
3906
|
--border-opacity:1;
|
|
3496
|
-
border: 1px solid #
|
|
3497
|
-
border-color: rgba(
|
|
3907
|
+
border: 1px solid #a82227;
|
|
3908
|
+
border-color: rgba(168, 34, 39, var(--border-opacity));
|
|
3498
3909
|
margin: 0 4.65% 0 0;
|
|
3499
3910
|
height: 30px;
|
|
3500
3911
|
line-height: 30px; }
|
|
@@ -3504,8 +3915,8 @@ img, video {
|
|
|
3504
3915
|
--text-opacity:1; }
|
|
3505
3916
|
|
|
3506
3917
|
.customBtn-selected {
|
|
3507
|
-
background-color: #
|
|
3508
|
-
background-color: rgba(
|
|
3918
|
+
background-color: #a82227;
|
|
3919
|
+
background-color: rgba(168, 34, 39, var(--bg-opacity));
|
|
3509
3920
|
color: #fff;
|
|
3510
3921
|
color: rgba(255, 255, 255, var(--text-opacity));
|
|
3511
3922
|
font-weight: 500; }
|
|
@@ -3605,8 +4016,8 @@ img, video {
|
|
|
3605
4016
|
.filters-wrapper .switch-wrapper .radio-switch {
|
|
3606
4017
|
display: none; }
|
|
3607
4018
|
.filters-wrapper .switch-wrapper .radio-switch:checked ~ label {
|
|
3608
|
-
border-color: #
|
|
3609
|
-
color: #
|
|
4019
|
+
border-color: #a82227;
|
|
4020
|
+
color: #a82227; }
|
|
3610
4021
|
.filters-wrapper .switch-wrapper label {
|
|
3611
4022
|
border: 1px solid;
|
|
3612
4023
|
padding: 6px 10px;
|
|
@@ -3616,8 +4027,8 @@ img, video {
|
|
|
3616
4027
|
border-color: rgba(70, 70, 70, var(--border-opacity)); }
|
|
3617
4028
|
.filters-wrapper .switch-wrapper label:hover {
|
|
3618
4029
|
--border-opacity:1;
|
|
3619
|
-
border: 1px solid #
|
|
3620
|
-
border-color: rgba(
|
|
4030
|
+
border: 1px solid #a82227;
|
|
4031
|
+
border-color: rgba(168, 34, 39, var(--border-opacity)); }
|
|
3621
4032
|
|
|
3622
4033
|
.pickerShadow {
|
|
3623
4034
|
-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);
|
|
@@ -3652,7 +4063,7 @@ img, video {
|
|
|
3652
4063
|
.clearText {
|
|
3653
4064
|
display: block;
|
|
3654
4065
|
text-align: right;
|
|
3655
|
-
color: #
|
|
4066
|
+
color: #a82227;
|
|
3656
4067
|
margin-top: 20px;
|
|
3657
4068
|
margin-left: 10px; } }
|
|
3658
4069
|
|
|
@@ -3803,7 +4214,7 @@ img, video {
|
|
|
3803
4214
|
.showMore {
|
|
3804
4215
|
text-align: right;
|
|
3805
4216
|
cursor: pointer;
|
|
3806
|
-
color: #
|
|
4217
|
+
color: #a82227; }
|
|
3807
4218
|
|
|
3808
4219
|
@media (max-width: 420px) {
|
|
3809
4220
|
.recharts-default-tooltip {
|
|
@@ -3882,6 +4293,140 @@ img, video {
|
|
|
3882
4293
|
.chart-wrapper .options-m {
|
|
3883
4294
|
display: none; } }
|
|
3884
4295
|
|
|
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
|
+
|
|
3885
4430
|
.summary-wrapper {
|
|
3886
4431
|
display: -webkit-box;
|
|
3887
4432
|
display: -ms-flexbox;
|
|
@@ -3914,6 +4459,9 @@ img, video {
|
|
|
3914
4459
|
font-weight: 700;
|
|
3915
4460
|
font-size: 24px; }
|
|
3916
4461
|
|
|
4462
|
+
.summary-card-margin {
|
|
4463
|
+
margin: 0 24px 20px 0 !important; }
|
|
4464
|
+
|
|
3917
4465
|
.multilink-labelWrap {
|
|
3918
4466
|
top: 73px;
|
|
3919
4467
|
display: -webkit-box;
|
|
@@ -4000,13 +4548,37 @@ img, video {
|
|
|
4000
4548
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
|
|
4001
4549
|
border-radius: .125rem; } }
|
|
4002
4550
|
|
|
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
|
+
|
|
4003
4572
|
.info-banner-wrap {
|
|
4004
4573
|
--bg-opacity:1;
|
|
4005
4574
|
background-color: #1d70b8;
|
|
4006
4575
|
background-color: rgba(29, 112, 184, var(--bg-opacity));
|
|
4007
4576
|
--bg-opacity:0.25;
|
|
4008
4577
|
margin: 8px;
|
|
4009
|
-
padding: 16px;
|
|
4578
|
+
padding: 16px;
|
|
4579
|
+
max-width: 960px;
|
|
4580
|
+
background-color: #c7e0f1;
|
|
4581
|
+
border-radius: 4px; }
|
|
4010
4582
|
.info-banner-wrap svg {
|
|
4011
4583
|
margin-top: 5px;
|
|
4012
4584
|
border-radius: 9999px; }
|
|
@@ -4030,14 +4602,12 @@ img, video {
|
|
|
4030
4602
|
white-space: pre-line; }
|
|
4031
4603
|
|
|
4032
4604
|
@media (min-width: 780px) {
|
|
4033
|
-
.info-banner-wrap {
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
font-size: 19px;
|
|
4040
|
-
line-height: 28px; } }
|
|
4605
|
+
.info-banner-wrap h2 {
|
|
4606
|
+
font-size: 24px;
|
|
4607
|
+
line-height: 32px; }
|
|
4608
|
+
.info-banner-wrap p {
|
|
4609
|
+
font-size: 19px;
|
|
4610
|
+
line-height: 28px; } }
|
|
4041
4611
|
|
|
4042
4612
|
.multi-select-dropdown-wrap {
|
|
4043
4613
|
position: relative;
|
|
@@ -4080,13 +4650,13 @@ img, video {
|
|
|
4080
4650
|
width: 1.5rem; }
|
|
4081
4651
|
.multi-select-dropdown-wrap .master:hover, .multi-select-dropdown-wrap .master-active:hover {
|
|
4082
4652
|
--border-opacity:1;
|
|
4083
|
-
border: 1px solid #
|
|
4084
|
-
border-color: rgba(
|
|
4653
|
+
border: 1px solid #a82227;
|
|
4654
|
+
border-color: rgba(168, 34, 39, var(--border-opacity)); }
|
|
4085
4655
|
.multi-select-dropdown-wrap .master-active {
|
|
4086
4656
|
border-width: 1px;
|
|
4087
4657
|
--border-opacity:1;
|
|
4088
|
-
border-color: #
|
|
4089
|
-
border-color: rgba(
|
|
4658
|
+
border-color: #a82227;
|
|
4659
|
+
border-color: rgba(168, 34, 39, var(--border-opacity)); }
|
|
4090
4660
|
.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] {
|
|
4091
4661
|
opacity: 1; }
|
|
4092
4662
|
.multi-select-dropdown-wrap .master-active .label {
|
|
@@ -4137,8 +4707,8 @@ img, video {
|
|
|
4137
4707
|
.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 {
|
|
4138
4708
|
border-width: 1px;
|
|
4139
4709
|
--border-opacity:1;
|
|
4140
|
-
border-color: #
|
|
4141
|
-
border-color: rgba(
|
|
4710
|
+
border-color: #a82227;
|
|
4711
|
+
border-color: rgba(168, 34, 39, var(--border-opacity)); }
|
|
4142
4712
|
.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 {
|
|
4143
4713
|
opacity: 1; }
|
|
4144
4714
|
|
|
@@ -4201,21 +4771,30 @@ img, video {
|
|
|
4201
4771
|
font-size: 16px;
|
|
4202
4772
|
line-height: 24px;
|
|
4203
4773
|
--text-opacity:1;
|
|
4204
|
-
color: #
|
|
4205
|
-
color: rgba(
|
|
4774
|
+
color: #a82227;
|
|
4775
|
+
color: rgba(168, 34, 39, var(--text-opacity)); }
|
|
4206
4776
|
.CitizenHomeCard .links a {
|
|
4207
4777
|
display: block;
|
|
4208
4778
|
padding-bottom: 8px; }
|
|
4209
4779
|
|
|
4210
4780
|
@media (min-width: 780px) {
|
|
4211
4781
|
.citizenAllServiceGrid {
|
|
4782
|
+
display: flex-root !important;
|
|
4212
4783
|
display: grid;
|
|
4213
4784
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
4214
4785
|
grid-gap: 1rem;
|
|
4215
4786
|
gap: 1rem; }
|
|
4787
|
+
.links {
|
|
4788
|
+
display: grid;
|
|
4789
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
4790
|
+
grid-gap: 1px;
|
|
4791
|
+
gap: 1px; }
|
|
4216
4792
|
.CitizenHomeCard {
|
|
4217
|
-
|
|
4218
|
-
margin-
|
|
4793
|
+
padding: 16px !important;
|
|
4794
|
+
margin-right: 16px !important;
|
|
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);
|
|
4219
4798
|
display: inline-block;
|
|
4220
4799
|
margin-right: 24px;
|
|
4221
4800
|
padding: 24px;
|
|
@@ -4259,10 +4838,10 @@ img, video {
|
|
|
4259
4838
|
color: #505a5f;
|
|
4260
4839
|
font-weight: 400; }
|
|
4261
4840
|
.PropertySearchForm .PropertySearchFormSwitcher .selected {
|
|
4262
|
-
color: #
|
|
4841
|
+
color: #a82227;
|
|
4263
4842
|
font-weight: 700;
|
|
4264
4843
|
padding-bottom: 10px;
|
|
4265
|
-
border-bottom: 2px solid #
|
|
4844
|
+
border-bottom: 2px solid #a82227; }
|
|
4266
4845
|
.PropertySearchForm .PropertySearchFormSwitcher span {
|
|
4267
4846
|
margin-right: 20px; }
|
|
4268
4847
|
|
|
@@ -4329,8 +4908,8 @@ img, video {
|
|
|
4329
4908
|
font-size: 16px;
|
|
4330
4909
|
line-height: 24px;
|
|
4331
4910
|
--text-opacity:1;
|
|
4332
|
-
color: #
|
|
4333
|
-
color: rgba(
|
|
4911
|
+
color: #a82227;
|
|
4912
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
4334
4913
|
width: 25%;
|
|
4335
4914
|
display: inline-block; }
|
|
4336
4915
|
.search-form-wrapper .submit {
|
|
@@ -4348,8 +4927,8 @@ img, video {
|
|
|
4348
4927
|
font-size: 16px;
|
|
4349
4928
|
line-height: 24px;
|
|
4350
4929
|
--text-opacity:1;
|
|
4351
|
-
color: #
|
|
4352
|
-
color: rgba(
|
|
4930
|
+
color: #a82227;
|
|
4931
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
4353
4932
|
width: 100%;
|
|
4354
4933
|
display: inline-block; }
|
|
4355
4934
|
.search-form-wrapper .pt-property-search {
|
|
@@ -4439,8 +5018,8 @@ img, video {
|
|
|
4439
5018
|
border-radius: 50%;
|
|
4440
5019
|
text-align: center; }
|
|
4441
5020
|
.timeline-container .active {
|
|
4442
|
-
background-color: #
|
|
4443
|
-
border-color: #
|
|
5021
|
+
background-color: #a82227;
|
|
5022
|
+
border-color: #a82227; }
|
|
4444
5023
|
|
|
4445
5024
|
.TLComments {
|
|
4446
5025
|
max-width: 360px;
|
|
@@ -4489,7 +5068,13 @@ img, video {
|
|
|
4489
5068
|
.PageBasedInputWrapper .SubmitBar {
|
|
4490
5069
|
display: none; }
|
|
4491
5070
|
.PageBasedInputWrapper .SubmitBarInCardInDesktopView {
|
|
4492
|
-
display: block;
|
|
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; } }
|
|
4493
5078
|
|
|
4494
5079
|
.StandaloneSearchBar {
|
|
4495
5080
|
--bg-opacity:1;
|
|
@@ -4511,8 +5096,10 @@ img, video {
|
|
|
4511
5096
|
outline-offset: 2px; }
|
|
4512
5097
|
|
|
4513
5098
|
.CardBasedOptions {
|
|
4514
|
-
-webkit-box-shadow: 0
|
|
4515
|
-
box-shadow: 0
|
|
5099
|
+
-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;
|
|
5100
|
+
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);
|
|
5101
|
+
border-radius: 12px;
|
|
5102
|
+
padding: 0 !important;
|
|
4516
5103
|
--bg-opacity:1;
|
|
4517
5104
|
background-color: #fff;
|
|
4518
5105
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
@@ -4539,8 +5126,8 @@ img, video {
|
|
|
4539
5126
|
line-height: 24px;
|
|
4540
5127
|
--text-opacity:1; }
|
|
4541
5128
|
.CardBasedOptions .headContent p {
|
|
4542
|
-
color: #
|
|
4543
|
-
color: rgba(
|
|
5129
|
+
color: #a82227;
|
|
5130
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
4544
5131
|
font-weight: 500;
|
|
4545
5132
|
cursor: pointer; }
|
|
4546
5133
|
.CardBasedOptions .mainContent {
|
|
@@ -4552,7 +5139,8 @@ img, video {
|
|
|
4552
5139
|
justify-content: space-evenly; }
|
|
4553
5140
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption {
|
|
4554
5141
|
width: 25%;
|
|
4555
|
-
text-align: center;
|
|
5142
|
+
text-align: center;
|
|
5143
|
+
margin: auto; }
|
|
4556
5144
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper {
|
|
4557
5145
|
margin: auto !important;
|
|
4558
5146
|
background: rgba(244, 119, 56, 0.12);
|
|
@@ -4565,7 +5153,7 @@ img, video {
|
|
|
4565
5153
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionImageWrapper svg {
|
|
4566
5154
|
height: 20px;
|
|
4567
5155
|
width: 20px;
|
|
4568
|
-
fill: #
|
|
5156
|
+
fill: #a82227;
|
|
4569
5157
|
margin: auto; }
|
|
4570
5158
|
.CardBasedOptions .mainContent .CardBasedOptionsMainChildOption .ChildOptionName {
|
|
4571
5159
|
font-size: 12px;
|
|
@@ -4574,7 +5162,43 @@ img, video {
|
|
|
4574
5162
|
@media (min-width: 780px) {
|
|
4575
5163
|
.CardBasedOptions {
|
|
4576
5164
|
width: calc(50% - 16px);
|
|
4577
|
-
padding:
|
|
5165
|
+
padding: 0 !important;
|
|
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; } }
|
|
4578
5202
|
|
|
4579
5203
|
.WhatsNewCard {
|
|
4580
5204
|
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
|
|
@@ -4584,10 +5208,10 @@ img, video {
|
|
|
4584
5208
|
background-color: #fff;
|
|
4585
5209
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
4586
5210
|
--border-opacity:1;
|
|
4587
|
-
border-color: #
|
|
5211
|
+
border-color: #a82227;
|
|
4588
5212
|
border-left: 4px;
|
|
4589
5213
|
border-style: solid;
|
|
4590
|
-
border-color: rgba(
|
|
5214
|
+
border-color: rgba(168, 34, 39, var(--border-opacity));
|
|
4591
5215
|
padding: 8px; }
|
|
4592
5216
|
.WhatsNewCard h2 {
|
|
4593
5217
|
font-size: 16px;
|
|
@@ -4607,8 +5231,8 @@ img, video {
|
|
|
4607
5231
|
margin-bottom: 8px; }
|
|
4608
5232
|
.WhatsNewCard a {
|
|
4609
5233
|
display: block;
|
|
4610
|
-
color: #
|
|
4611
|
-
color: rgba(
|
|
5234
|
+
color: #a82227;
|
|
5235
|
+
color: rgba(168, 34, 39, var(--text-opacity)); }
|
|
4612
5236
|
|
|
4613
5237
|
.SearchOnRadioButton svg {
|
|
4614
5238
|
fill: #505a5f;
|
|
@@ -4620,8 +5244,8 @@ img, video {
|
|
|
4620
5244
|
|
|
4621
5245
|
.EventCalendarView .MonthViewInEventCalendar {
|
|
4622
5246
|
--bg-opacity:1;
|
|
4623
|
-
background-color: #
|
|
4624
|
-
background-color: rgba(
|
|
5247
|
+
background-color: #a82227;
|
|
5248
|
+
background-color: rgba(168, 34, 39, var(--bg-opacity));
|
|
4625
5249
|
font-size: 19px;
|
|
4626
5250
|
line-height: 23px;
|
|
4627
5251
|
--text-opacity:1;
|
|
@@ -4640,8 +5264,8 @@ img, video {
|
|
|
4640
5264
|
line-height: 32px;
|
|
4641
5265
|
font-weight: 700;
|
|
4642
5266
|
--text-opacity:1;
|
|
4643
|
-
color: #
|
|
4644
|
-
color: rgba(
|
|
5267
|
+
color: #a82227;
|
|
5268
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
4645
5269
|
text-align: center;
|
|
4646
5270
|
padding-top: 16px;
|
|
4647
5271
|
padding-bottom: 16px; }
|
|
@@ -4749,6 +5373,34 @@ img, video {
|
|
|
4749
5373
|
-ms-flex-item-align: center;
|
|
4750
5374
|
align-self: center; }
|
|
4751
5375
|
|
|
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
|
+
|
|
4752
5404
|
.InboxComposerWrapper .form-field-flex-one .form-field {
|
|
4753
5405
|
-webkit-box-flex: 1;
|
|
4754
5406
|
-ms-flex: 1 1 0%;
|
|
@@ -4786,58 +5438,470 @@ img, video {
|
|
|
4786
5438
|
-ms-flex-direction: row-reverse;
|
|
4787
5439
|
flex-direction: row-reverse; }
|
|
4788
5440
|
|
|
4789
|
-
.loginFormStyleEmployee .employeeCard .submit-bar {
|
|
4790
|
-
width: 100%; }
|
|
4791
|
-
|
|
4792
|
-
.banner .bannerCard {
|
|
4793
|
-
min-width: 420px !important; }
|
|
4794
|
-
|
|
4795
|
-
.employeeForgotPassword .employeeCard .field .field-container .component-in-front {
|
|
4796
|
-
margin-top: 0;
|
|
4797
|
-
border: 1px solid;
|
|
4798
|
-
border-right: none;
|
|
4799
|
-
padding: 7px; }
|
|
4800
|
-
|
|
4801
5441
|
@media (min-width: 780px) {
|
|
4802
|
-
.
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
.
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
.
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
5442
|
+
.InboxComposerWrapper {
|
|
5443
|
+
grid-template-columns: calc(25% - 32px) 75%;
|
|
5444
|
+
display: grid;
|
|
5445
|
+
grid-column-gap: 2rem;
|
|
5446
|
+
-webkit-column-gap: 2rem;
|
|
5447
|
+
-moz-column-gap: 2rem;
|
|
5448
|
+
column-gap: 2rem;
|
|
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; }
|
|
5535
|
+
|
|
5536
|
+
.faq-page {
|
|
5537
|
+
width: 92%;
|
|
5538
|
+
margin: 16px; }
|
|
5539
|
+
|
|
5540
|
+
.faqs {
|
|
5541
|
+
cursor: pointer; }
|
|
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; }
|
|
5577
|
+
|
|
5578
|
+
.faq-list {
|
|
5579
|
+
background: #fff;
|
|
5580
|
+
margin: 5px 0;
|
|
5581
|
+
padding-top: 4px;
|
|
5582
|
+
padding-bottom: 4px; }
|
|
5583
|
+
|
|
5584
|
+
.rotate {
|
|
5585
|
+
-webkit-transform: rotate(90deg);
|
|
5586
|
+
transform: rotate(90deg); }
|
|
5587
|
+
|
|
5588
|
+
.how-it-works-page {
|
|
5589
|
+
width: 92%;
|
|
5590
|
+
margin: 16px; }
|
|
5591
|
+
.how-it-works-page .how-it-works-page-header {
|
|
5592
|
+
margin-bottom: 15px; }
|
|
5593
|
+
|
|
5594
|
+
.video-icon {
|
|
5595
|
+
float: left;
|
|
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; }
|
|
5604
|
+
|
|
5605
|
+
.how-it-works-header-description {
|
|
5606
|
+
padding: 5px;
|
|
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; }
|
|
5895
|
+
|
|
5896
|
+
.employeeCard .card-sub-header {
|
|
5897
|
+
font-size: 24px; }
|
|
5898
|
+
|
|
5899
|
+
.employeeForgotPassword .employeeCard .card-label, .loginFormStyleEmployee .employeeCard .card-label {
|
|
5900
|
+
font-weight: 600 !important;
|
|
5901
|
+
font-size: 14px !important;
|
|
5902
|
+
line-height: 10px !important;
|
|
4839
5903
|
color: #0b0c0c;
|
|
4840
|
-
|
|
5904
|
+
z-index: 10 !important; }
|
|
4841
5905
|
|
|
4842
5906
|
.banner .bannerHeader {
|
|
4843
5907
|
margin-bottom: 20px; }
|
|
@@ -4845,12 +5909,14 @@ img, video {
|
|
|
4845
5909
|
.employeeCard .card-label {
|
|
4846
5910
|
font-weight: 400;
|
|
4847
5911
|
font-size: 16px;
|
|
4848
|
-
line-height: 19px;
|
|
4849
|
-
color: #0b0c0c; }
|
|
5912
|
+
line-height: 19px; }
|
|
4850
5913
|
|
|
4851
5914
|
.profile-label-margin {
|
|
4852
5915
|
margin-top: 10px; }
|
|
4853
5916
|
|
|
5917
|
+
.loginFormStyleEmployee .primary-label-btn {
|
|
5918
|
+
font-size: 12px; }
|
|
5919
|
+
|
|
4854
5920
|
.employeeForgotPassword .employeeCard .card-label-desc {
|
|
4855
5921
|
font-weight: 400;
|
|
4856
5922
|
font-size: 16px;
|
|
@@ -4863,6 +5929,12 @@ img, video {
|
|
|
4863
5929
|
font-size: 16px;
|
|
4864
5930
|
color: #505a5f; }
|
|
4865
5931
|
|
|
5932
|
+
.employeeCard .card-label {
|
|
5933
|
+
font-weight: 600 !important;
|
|
5934
|
+
font-size: 14px !important;
|
|
5935
|
+
line-height: 10px !important;
|
|
5936
|
+
color: #0b0c0c; }
|
|
5937
|
+
|
|
4866
5938
|
@media screen and (max-width: 768px) {
|
|
4867
5939
|
.employeeChangePassword .employeeCard .card-text {
|
|
4868
5940
|
margin-top: 7px; }
|
|
@@ -4885,6 +5957,9 @@ img, video {
|
|
|
4885
5957
|
.employeeChangePassword .employeeCard .field .field-container {
|
|
4886
5958
|
margin-bottom: 24px; }
|
|
4887
5959
|
|
|
5960
|
+
.upyog-copyright-footer-web {
|
|
5961
|
+
display: none; }
|
|
5962
|
+
|
|
4888
5963
|
.employeeChangePassword .employeeCard .employee-card-sub-header, .employeeForgotPassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header {
|
|
4889
5964
|
font-size: 24px !important;
|
|
4890
5965
|
line-height: 28px !important;
|
|
@@ -4894,14 +5969,18 @@ img, video {
|
|
|
4894
5969
|
.employeeChangePassword .employeeCard .employee-card-sub-header, .employeeForgotPassword .employeeCard .employee-card-sub-header, .loginFormStyleEmployee .employeeCard .employee-card-sub-header {
|
|
4895
5970
|
font-size: 18px !important;
|
|
4896
5971
|
line-height: 21px !important;
|
|
4897
|
-
margin-bottom: 0 !important;
|
|
5972
|
+
margin-bottom: 0 !important;
|
|
5973
|
+
z-index: 10 !important; }
|
|
4898
5974
|
.banner .bannerCard, .loginFormStyleEmployee .employeeCard {
|
|
4899
|
-
min-width:
|
|
4900
|
-
|
|
5975
|
+
min-width: 270px !important;
|
|
5976
|
+
z-index: 10 !important;
|
|
5977
|
+
background-color: rgba(255, 255, 255, 0.83922) !important;
|
|
5978
|
+
margin-top: 0 !important; }
|
|
4901
5979
|
.employeeChangePassword .employeeCard, .employeeForgotPassword .employeeCard {
|
|
4902
|
-
max-width:
|
|
4903
|
-
min-width:
|
|
4904
|
-
margin:
|
|
5980
|
+
max-width: 250px !important;
|
|
5981
|
+
min-width: 250px !important;
|
|
5982
|
+
margin-top: -50% !important;
|
|
5983
|
+
background-color: rgba(255, 255, 255, 0.92157); } }
|
|
4905
5984
|
|
|
4906
5985
|
.employeeChangePassword .employeeCard .card-text {
|
|
4907
5986
|
margin-top: 18px !important;
|
|
@@ -4910,8 +5989,15 @@ img, video {
|
|
|
4910
5989
|
.employeeBackbuttonAlign {
|
|
4911
5990
|
display: none; }
|
|
4912
5991
|
|
|
5992
|
+
.employee-select-wrap .select {
|
|
5993
|
+
height: 2rem !important;
|
|
5994
|
+
background-color: #fff !important; }
|
|
5995
|
+
|
|
4913
5996
|
.employee-select-wrap.login-city-dd .options-card {
|
|
4914
|
-
max-height:
|
|
5997
|
+
max-height: 150px; }
|
|
5998
|
+
|
|
5999
|
+
.banner .bannerCard, .loginFormStyleEmployee .employeeCard {
|
|
6000
|
+
background-color: initial; }
|
|
4915
6001
|
|
|
4916
6002
|
@media screen and (max-width: 768px) {
|
|
4917
6003
|
.employeeBackbuttonAlign {
|
|
@@ -4920,20 +6006,36 @@ img, video {
|
|
|
4920
6006
|
top: 20px;
|
|
4921
6007
|
left: 20px; }
|
|
4922
6008
|
.banner {
|
|
4923
|
-
-webkit-box-align: end;
|
|
4924
|
-
-ms-flex-align: end;
|
|
4925
|
-
align-items: flex-end;
|
|
4926
6009
|
padding-bottom: 40px;
|
|
4927
|
-
height: 100vh !important;
|
|
6010
|
+
height: 100vh !important;
|
|
6011
|
+
z-index: 1; }
|
|
4928
6012
|
.topbar {
|
|
4929
|
-
background:
|
|
4930
|
-
color: #fff; }
|
|
6013
|
+
background: #fff; }
|
|
4931
6014
|
.employee .loginContainer {
|
|
4932
6015
|
padding-top: 0 !important; }
|
|
4933
6016
|
.removeBottomMargin {
|
|
4934
6017
|
margin-bottom: 0 !important; }
|
|
4935
6018
|
.employee-select-wrap.login-city-dd .options-card {
|
|
4936
|
-
max-height: 160px; }
|
|
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; }
|
|
4937
6039
|
|
|
4938
6040
|
.employee .breadcrumb {
|
|
4939
6041
|
margin-left: 8px;
|
|
@@ -4941,6 +6043,7 @@ img, video {
|
|
|
4941
6043
|
|
|
4942
6044
|
.employee .ground-container {
|
|
4943
6045
|
margin-bottom: 56px;
|
|
6046
|
+
margin-left: 0;
|
|
4944
6047
|
display: -webkit-box;
|
|
4945
6048
|
display: -ms-flexbox;
|
|
4946
6049
|
display: flex;
|
|
@@ -4956,14 +6059,18 @@ img, video {
|
|
|
4956
6059
|
display: inline-block;
|
|
4957
6060
|
margin: 8px auto; }
|
|
4958
6061
|
|
|
6062
|
+
.employee .home-action-cards {
|
|
6063
|
+
height: auto !important;
|
|
6064
|
+
min-height: 263px; }
|
|
6065
|
+
|
|
4959
6066
|
.employee .topbar {
|
|
4960
6067
|
position: fixed;
|
|
4961
6068
|
top: 0;
|
|
4962
6069
|
width: 100%;
|
|
4963
6070
|
padding: 16px 24px;
|
|
4964
6071
|
background: #fff;
|
|
4965
|
-
-webkit-box-shadow:
|
|
4966
|
-
box-shadow: 0 1px 4px
|
|
6072
|
+
-webkit-box-shadow: 0 1px 4px #b1b4b6;
|
|
6073
|
+
box-shadow: 0 1px 4px #b1b4b6;
|
|
4967
6074
|
z-index: 9999; }
|
|
4968
6075
|
.employee .topbar img {
|
|
4969
6076
|
display: inline; }
|
|
@@ -4981,15 +6088,79 @@ img, video {
|
|
|
4981
6088
|
float: right;
|
|
4982
6089
|
margin-top: 12px; }
|
|
4983
6090
|
.employee .topbar .right .user-img-txt {
|
|
4984
|
-
background: #
|
|
6091
|
+
background: #a82227;
|
|
4985
6092
|
padding: 10px 15px;
|
|
4986
6093
|
border-radius: 50%;
|
|
4987
6094
|
color: #fff;
|
|
4988
6095
|
font-weight: 700; }
|
|
4989
6096
|
|
|
4990
|
-
.employee .
|
|
6097
|
+
.employee .main {
|
|
4991
6098
|
padding-top: 88px; }
|
|
4992
6099
|
|
|
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
|
+
|
|
4993
6164
|
.employee .react-time-picker {
|
|
4994
6165
|
width: 100%; }
|
|
4995
6166
|
|
|
@@ -5012,26 +6183,138 @@ img, video {
|
|
|
5012
6183
|
.employee .react-time-picker__wrapper {
|
|
5013
6184
|
padding-left: 8px; }
|
|
5014
6185
|
|
|
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
|
+
|
|
5015
6206
|
.citizen .main {
|
|
5016
6207
|
padding-top: 82px;
|
|
5017
|
-
min-height: calc(100vh -
|
|
6208
|
+
min-height: calc(100vh - 48px);
|
|
6209
|
+
display: -webkit-box !important;
|
|
6210
|
+
display: -ms-flexbox !important;
|
|
6211
|
+
display: flex !important; }
|
|
5018
6212
|
|
|
5019
6213
|
.citizen .sidebar, .employee .sidebar {
|
|
5020
6214
|
position: fixed;
|
|
5021
6215
|
left: 0;
|
|
5022
|
-
padding: 20px 0;
|
|
5023
|
-
background: #22394d;
|
|
5024
6216
|
height: 100%;
|
|
5025
6217
|
color: #fff;
|
|
5026
6218
|
margin-top: 80px;
|
|
5027
|
-
z-index:
|
|
6219
|
+
z-index: 999;
|
|
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; }
|
|
5028
6228
|
.citizen .sidebar .actions, .employee .sidebar .actions {
|
|
5029
6229
|
cursor: pointer;
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
6230
|
+
display: -webkit-box;
|
|
6231
|
+
display: -ms-flexbox;
|
|
6232
|
+
display: flex;
|
|
6233
|
+
-webkit-box-align: center;
|
|
6234
|
+
-ms-flex-align: center;
|
|
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; }
|
|
5035
6318
|
|
|
5036
6319
|
.citizen .wrapperStyles, .employee .wrapperStyles {
|
|
5037
6320
|
margin-top: -5px;
|
|
@@ -5126,8 +6409,8 @@ img, video {
|
|
|
5126
6409
|
|
|
5127
6410
|
.link {
|
|
5128
6411
|
--text-opacity:1;
|
|
5129
|
-
color: #
|
|
5130
|
-
color: rgba(
|
|
6412
|
+
color: #a82227;
|
|
6413
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
5131
6414
|
cursor: pointer; }
|
|
5132
6415
|
.link :hover {
|
|
5133
6416
|
--text-opacity:1;
|
|
@@ -5135,8 +6418,11 @@ img, video {
|
|
|
5135
6418
|
color: rgba(200, 96, 43, var(--text-opacity)); }
|
|
5136
6419
|
|
|
5137
6420
|
.RightMostTopBarOptions {
|
|
5138
|
-
display:
|
|
5139
|
-
|
|
6421
|
+
display: -webkit-box;
|
|
6422
|
+
display: -ms-flexbox;
|
|
6423
|
+
display: flex;
|
|
6424
|
+
float: right;
|
|
6425
|
+
display: flex; }
|
|
5140
6426
|
.RightMostTopBarOptions .EventNotificationWrapper {
|
|
5141
6427
|
position: relative;
|
|
5142
6428
|
cursor: pointer; }
|
|
@@ -5153,36 +6439,10 @@ img, video {
|
|
|
5153
6439
|
text-align: center; }
|
|
5154
6440
|
.RightMostTopBarOptions .EventNotificationWrapper span p {
|
|
5155
6441
|
line-height: 20px; }
|
|
5156
|
-
|
|
5157
|
-
|
|
5158
|
-
|
|
5159
|
-
|
|
5160
|
-
margin-left: 16px; }
|
|
5161
|
-
.employee .breadcrumb {
|
|
5162
|
-
margin-bottom: 24px;
|
|
5163
|
-
margin-left: 0; }
|
|
5164
|
-
.employee .card-home {
|
|
5165
|
-
width: 270px; }
|
|
5166
|
-
.employee .card-home, .employee .card-home-hrms {
|
|
5167
|
-
margin-right: 16px;
|
|
5168
|
-
margin-bottom: 16px; }
|
|
5169
|
-
.employee .card-home-hrms {
|
|
5170
|
-
width: 405px;
|
|
5171
|
-
padding: 0; }
|
|
5172
|
-
.employee .main {
|
|
5173
|
-
padding-top: 80px;
|
|
5174
|
-
margin-left: 72px;
|
|
5175
|
-
width: calc(100% - 83px); }
|
|
5176
|
-
.citizen .main {
|
|
5177
|
-
grid-gap: .3rem;
|
|
5178
|
-
gap: .3rem;
|
|
5179
|
-
width: 100%;
|
|
5180
|
-
padding-top: 80px;
|
|
5181
|
-
padding-left: 16px;
|
|
5182
|
-
min-height: calc(100vh - 40px); }
|
|
5183
|
-
.citizen .center-container {
|
|
5184
|
-
width: 70%;
|
|
5185
|
-
margin: 0 auto; } }
|
|
6442
|
+
.RightMostTopBarOptions .select-wrap {
|
|
6443
|
+
margin-bottom: unset; }
|
|
6444
|
+
.RightMostTopBarOptions .select-wrap svg {
|
|
6445
|
+
fill: #fff; }
|
|
5186
6446
|
|
|
5187
6447
|
.fullWidth {
|
|
5188
6448
|
width: 100%; }
|
|
@@ -5208,7 +6468,7 @@ img, video {
|
|
|
5208
6468
|
|
|
5209
6469
|
@media (min-width: 780px) {
|
|
5210
6470
|
.d-grid {
|
|
5211
|
-
display:
|
|
6471
|
+
display: flex-root;
|
|
5212
6472
|
grid-template-columns: 250px 250px 250px 250px;
|
|
5213
6473
|
grid-column-gap: 10px;
|
|
5214
6474
|
-webkit-column-gap: 10px;
|
|
@@ -5227,6 +6487,123 @@ img, video {
|
|
|
5227
6487
|
.mb-25 {
|
|
5228
6488
|
margin-bottom: 25px; }
|
|
5229
6489
|
|
|
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
|
+
|
|
5230
6607
|
.flex-fit {
|
|
5231
6608
|
display: -webkit-box;
|
|
5232
6609
|
display: -ms-flexbox;
|
|
@@ -5237,7 +6614,8 @@ img, video {
|
|
|
5237
6614
|
border-bottom: 1px;
|
|
5238
6615
|
border-color: rgba(214, 213, 212, var(--border-opacity));
|
|
5239
6616
|
border-style: solid;
|
|
5240
|
-
|
|
6617
|
+
border-bottom: 0 !important;
|
|
6618
|
+
padding-top: 5px; }
|
|
5241
6619
|
|
|
5242
6620
|
.card-count {
|
|
5243
6621
|
padding-right: 36px; }
|
|
@@ -5296,6 +6674,13 @@ img, video {
|
|
|
5296
6674
|
-ms-flex-pack: end;
|
|
5297
6675
|
justify-content: flex-end; } }
|
|
5298
6676
|
|
|
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
|
+
|
|
5299
6684
|
.icon-bg-secondary {
|
|
5300
6685
|
display: -webkit-box;
|
|
5301
6686
|
display: -ms-flexbox;
|
|
@@ -5431,8 +6816,8 @@ img, video {
|
|
|
5431
6816
|
width: 56px;
|
|
5432
6817
|
height: 56px;
|
|
5433
6818
|
--bg-opacity:1;
|
|
5434
|
-
background-color: #
|
|
5435
|
-
background-color: rgba(
|
|
6819
|
+
background-color: #a82227;
|
|
6820
|
+
background-color: rgba(168, 34, 39, var(--bg-opacity));
|
|
5436
6821
|
padding: 12px;
|
|
5437
6822
|
border-radius: 4px; }
|
|
5438
6823
|
.complaint-links-container .header .logo svg {
|
|
@@ -5459,14 +6844,15 @@ img, video {
|
|
|
5459
6844
|
.complaint-links-container .body .link {
|
|
5460
6845
|
padding: 8px;
|
|
5461
6846
|
--text-opacity:1;
|
|
5462
|
-
color: #
|
|
5463
|
-
color: rgba(
|
|
6847
|
+
color: #a82227;
|
|
6848
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
5464
6849
|
-webkit-box-align: center;
|
|
5465
6850
|
-ms-flex-align: center;
|
|
5466
6851
|
align-items: center;
|
|
5467
6852
|
display: -webkit-box !important;
|
|
5468
6853
|
display: -ms-flexbox !important;
|
|
5469
|
-
display: flex !important;
|
|
6854
|
+
display: flex !important;
|
|
6855
|
+
color: #a82227 !important; }
|
|
5470
6856
|
.complaint-links-container .body .inbox-total {
|
|
5471
6857
|
padding: 4px;
|
|
5472
6858
|
display: table;
|
|
@@ -5478,10 +6864,11 @@ img, video {
|
|
|
5478
6864
|
width: 2rem;
|
|
5479
6865
|
height: 2rem;
|
|
5480
6866
|
--bg-opacity:1;
|
|
5481
|
-
background-color: #
|
|
5482
|
-
background-color: rgba(
|
|
6867
|
+
background-color: #a82227;
|
|
6868
|
+
background-color: rgba(168, 34, 39, var(--bg-opacity));
|
|
5483
6869
|
border-radius: 9999px;
|
|
5484
|
-
margin-left: 4px;
|
|
6870
|
+
margin-left: 4px;
|
|
6871
|
+
background-color: #a82227 !important; }
|
|
5485
6872
|
.complaint-links-container .links-wrapper {
|
|
5486
6873
|
padding-left: 16px;
|
|
5487
6874
|
padding-top: 8px;
|
|
@@ -5489,7 +6876,8 @@ img, video {
|
|
|
5489
6876
|
font-size: 16px;
|
|
5490
6877
|
line-height: 24px; }
|
|
5491
6878
|
.complaint-links-container .links-wrapper .link {
|
|
5492
|
-
padding: 0 0 4px !important;
|
|
6879
|
+
padding: 0 0 4px !important;
|
|
6880
|
+
color: #a82227 !important; }
|
|
5493
6881
|
.complaint-links-container .links-wrapper .link svg {
|
|
5494
6882
|
margin-left: 8px; }
|
|
5495
6883
|
|
|
@@ -5511,8 +6899,8 @@ img, video {
|
|
|
5511
6899
|
|
|
5512
6900
|
.filter-button {
|
|
5513
6901
|
--text-opacity:1;
|
|
5514
|
-
color: #
|
|
5515
|
-
color: rgba(
|
|
6902
|
+
color: #a82227;
|
|
6903
|
+
color: rgba(168, 34, 39, var(--text-opacity)); }
|
|
5516
6904
|
.filter-button:hover {
|
|
5517
6905
|
--text-opacity:1;
|
|
5518
6906
|
color: #c8602b;
|
|
@@ -5641,8 +7029,8 @@ img, video {
|
|
|
5641
7029
|
flex-direction: column; }
|
|
5642
7030
|
.inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
|
|
5643
7031
|
--text-opacity:1;
|
|
5644
|
-
color: #
|
|
5645
|
-
color: rgba(
|
|
7032
|
+
color: #a82227;
|
|
7033
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
5646
7034
|
display: none; }
|
|
5647
7035
|
.inbox-container .filters-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
|
|
5648
7036
|
color: #003078;
|
|
@@ -5653,16 +7041,16 @@ img, video {
|
|
|
5653
7041
|
|
|
5654
7042
|
.clear-search, .clear-search .link-label {
|
|
5655
7043
|
--text-opacity:1;
|
|
5656
|
-
color: #
|
|
5657
|
-
color: rgba(
|
|
7044
|
+
color: #a82227;
|
|
7045
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
5658
7046
|
display: block;
|
|
5659
7047
|
cursor: pointer; }
|
|
5660
7048
|
.clear-search:hover, .clear-search .link-label:hover {
|
|
5661
7049
|
color: #000; }
|
|
5662
7050
|
|
|
5663
7051
|
.button-clear {
|
|
5664
|
-
color: #
|
|
5665
|
-
color: rgba(
|
|
7052
|
+
color: #a82227;
|
|
7053
|
+
color: rgba(168, 34, 39, var(--text-opacity)); }
|
|
5666
7054
|
|
|
5667
7055
|
.button-clear, .inbox-count {
|
|
5668
7056
|
--text-opacity:1;
|
|
@@ -5674,8 +7062,8 @@ img, video {
|
|
|
5674
7062
|
margin-left: 8px;
|
|
5675
7063
|
padding: 8px;
|
|
5676
7064
|
--bg-opacity:1;
|
|
5677
|
-
background-color: #
|
|
5678
|
-
background-color: rgba(
|
|
7065
|
+
background-color: #a82227;
|
|
7066
|
+
background-color: rgba(168, 34, 39, var(--bg-opacity));
|
|
5679
7067
|
border-radius: 9999px;
|
|
5680
7068
|
color: #fff;
|
|
5681
7069
|
color: rgba(255, 255, 255, var(--text-opacity));
|
|
@@ -5701,8 +7089,8 @@ img, video {
|
|
|
5701
7089
|
border-color: rgba(214, 213, 212, var(--border-opacity)); }
|
|
5702
7090
|
.complaint-links-container .header .logo {
|
|
5703
7091
|
--bg-opacity:1;
|
|
5704
|
-
background-color: #
|
|
5705
|
-
background-color: rgba(
|
|
7092
|
+
background-color: #a82227;
|
|
7093
|
+
background-color: rgba(168, 34, 39, var(--bg-opacity));
|
|
5706
7094
|
padding: 12px;
|
|
5707
7095
|
border-radius: 4px; }
|
|
5708
7096
|
.complaint-links-container .header .text {
|
|
@@ -5724,10 +7112,11 @@ img, video {
|
|
|
5724
7112
|
flex-direction: column;
|
|
5725
7113
|
margin-left: 46px; }
|
|
5726
7114
|
.complaint-links-container .body .link {
|
|
7115
|
+
color: #a82227 !important;
|
|
5727
7116
|
padding: 8px;
|
|
5728
7117
|
--text-opacity:1;
|
|
5729
|
-
color: #
|
|
5730
|
-
color: rgba(
|
|
7118
|
+
color: #a82227;
|
|
7119
|
+
color: rgba(168, 34, 39, var(--text-opacity)); }
|
|
5731
7120
|
.inboxLinks {
|
|
5732
7121
|
margin: 0 !important;
|
|
5733
7122
|
padding: 0 !important; }
|
|
@@ -5741,7 +7130,7 @@ img, video {
|
|
|
5741
7130
|
background-color: #fff;
|
|
5742
7131
|
background-color: rgba(255, 255, 255, var(--bg-opacity)); }
|
|
5743
7132
|
.inboxLinks .header .logo svg path {
|
|
5744
|
-
fill: #
|
|
7133
|
+
fill: #a82227; }
|
|
5745
7134
|
.inboxLinks .body {
|
|
5746
7135
|
margin-left: 0; }
|
|
5747
7136
|
.filter-form .filter-card {
|
|
@@ -5782,6 +7171,8 @@ img, video {
|
|
|
5782
7171
|
.inbox-container .filters-container .filter .filter-card .label {
|
|
5783
7172
|
font-size: 16px;
|
|
5784
7173
|
line-height: 24px; }
|
|
7174
|
+
.inbox-container .filters-container .citizen-filter {
|
|
7175
|
+
margin-top: unset; }
|
|
5785
7176
|
.inbox-container .search-container {
|
|
5786
7177
|
width: 874px; }
|
|
5787
7178
|
.inbox-container .search-container .search-complaint-container {
|
|
@@ -5805,7 +7196,7 @@ img, video {
|
|
|
5805
7196
|
width: 100%;
|
|
5806
7197
|
margin-bottom: 20px; }
|
|
5807
7198
|
.inbox-container .search-container .search-complaint-container .complaint-input-container {
|
|
5808
|
-
display: grid;
|
|
7199
|
+
display: grid !important;
|
|
5809
7200
|
grid-template-columns: 33.33% 33.33% 33.33%; }
|
|
5810
7201
|
.inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search {
|
|
5811
7202
|
grid-template-columns: 25% 25% 25% 25%; }
|
|
@@ -5851,8 +7242,8 @@ img, video {
|
|
|
5851
7242
|
flex-direction: column; }
|
|
5852
7243
|
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
|
|
5853
7244
|
--text-opacity:1;
|
|
5854
|
-
color: #
|
|
5855
|
-
color: rgba(
|
|
7245
|
+
color: #a82227;
|
|
7246
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
5856
7247
|
display: block;
|
|
5857
7248
|
cursor: pointer; }
|
|
5858
7249
|
.inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
|
|
@@ -5926,21 +7317,163 @@ img, video {
|
|
|
5926
7317
|
.complaint-links-container .header .removeHeight {
|
|
5927
7318
|
line-height: 28px; }
|
|
5928
7319
|
|
|
5929
|
-
@media (min-width: 780px) {
|
|
5930
|
-
.complaint-links-container .header .removeBorderRadiusLogo {
|
|
5931
|
-
border-radius: 2px !important;
|
|
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; }
|
|
5932
7456
|
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
|
|
5936
|
-
|
|
7457
|
+
.card-with-background {
|
|
7458
|
+
background: #fafafa;
|
|
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; }
|
|
5937
7471
|
|
|
5938
|
-
.
|
|
5939
|
-
|
|
5940
|
-
font-size: 16px; }
|
|
7472
|
+
.registryTable tHead tr th {
|
|
7473
|
+
text-align: left; }
|
|
5941
7474
|
|
|
5942
|
-
.
|
|
5943
|
-
|
|
7475
|
+
.registryTable tBody tr td {
|
|
7476
|
+
text-align: left; }
|
|
5944
7477
|
|
|
5945
7478
|
.secondary-action {
|
|
5946
7479
|
display: inline;
|
|
@@ -6051,7 +7584,7 @@ img, video {
|
|
|
6051
7584
|
left: 0;
|
|
6052
7585
|
top: 0;
|
|
6053
7586
|
background: #fff;
|
|
6054
|
-
border: 1px solid #
|
|
7587
|
+
border: 1px solid #a82227;
|
|
6055
7588
|
-webkit-box-sizing: border-box;
|
|
6056
7589
|
box-sizing: border-box;
|
|
6057
7590
|
-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
|
|
@@ -6117,8 +7650,8 @@ img, video {
|
|
|
6117
7650
|
align-items: center; }
|
|
6118
7651
|
|
|
6119
7652
|
.dss-switch-tab-selected {
|
|
6120
|
-
border-bottom: 3px solid #
|
|
6121
|
-
color: #
|
|
7653
|
+
border-bottom: 3px solid #a82227;
|
|
7654
|
+
color: #a82227;
|
|
6122
7655
|
padding: 7px 24px; }
|
|
6123
7656
|
|
|
6124
7657
|
.dss-switch-tab-selected, .dss-switch-tab-unselected {
|
|
@@ -6142,10 +7675,6 @@ img, video {
|
|
|
6142
7675
|
margin-bottom: 20px !important;
|
|
6143
7676
|
white-space: pre; }
|
|
6144
7677
|
|
|
6145
|
-
@media screen and (max-width: 768px) {
|
|
6146
|
-
.dss-switch-tabs {
|
|
6147
|
-
margin-right: 0; } }
|
|
6148
|
-
|
|
6149
7678
|
.dss-white-pre {
|
|
6150
7679
|
white-space: pre; }
|
|
6151
7680
|
|
|
@@ -6166,13 +7695,147 @@ img, video {
|
|
|
6166
7695
|
|
|
6167
7696
|
.dss-input-active-border {
|
|
6168
7697
|
--border-opacity:1;
|
|
6169
|
-
border: 1px solid #
|
|
7698
|
+
border: 1px solid #a82227 !important;
|
|
6170
7699
|
border-color: rgba(244, 119, 56, var(--border-opacity)); }
|
|
6171
7700
|
|
|
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
|
+
|
|
6172
7835
|
body {
|
|
6173
7836
|
margin: 0;
|
|
6174
7837
|
padding: 0;
|
|
6175
|
-
font-family:
|
|
7838
|
+
font-family: Roboto;
|
|
6176
7839
|
background: #f4f7fb; }
|
|
6177
7840
|
|
|
6178
7841
|
.app-container-iframe {
|
|
@@ -6251,7 +7914,7 @@ body {
|
|
|
6251
7914
|
bottom: 0; }
|
|
6252
7915
|
|
|
6253
7916
|
.fill-path-primary-main path {
|
|
6254
|
-
fill: #
|
|
7917
|
+
fill: #a82227; }
|
|
6255
7918
|
|
|
6256
7919
|
.obps-search {
|
|
6257
7920
|
margin: 8px; }
|
|
@@ -6260,6 +7923,7 @@ body {
|
|
|
6260
7923
|
margin-top: -25px; }
|
|
6261
7924
|
.HomePageWrapper .BannerWithSearch {
|
|
6262
7925
|
margin-bottom: 40px;
|
|
7926
|
+
width: 100%;
|
|
6263
7927
|
position: relative; }
|
|
6264
7928
|
.HomePageWrapper .BannerWithSearch .Search {
|
|
6265
7929
|
width: calc(100% - 32px);
|
|
@@ -6277,9 +7941,20 @@ body {
|
|
|
6277
7941
|
display: -ms-flexbox;
|
|
6278
7942
|
display: flex;
|
|
6279
7943
|
-ms-flex-wrap: wrap;
|
|
6280
|
-
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%; } }
|
|
6281
7955
|
.HomePageWrapper .WhatsNewSection {
|
|
6282
|
-
margin: 8px;
|
|
7956
|
+
margin: 8px;
|
|
7957
|
+
padding: 0 15px; }
|
|
6283
7958
|
.HomePageWrapper .WhatsNewSection .headSection {
|
|
6284
7959
|
display: -webkit-box;
|
|
6285
7960
|
display: -ms-flexbox;
|
|
@@ -6298,14 +7973,51 @@ body {
|
|
|
6298
7973
|
line-height: 24px;
|
|
6299
7974
|
--text-opacity:1; }
|
|
6300
7975
|
.HomePageWrapper .WhatsNewSection .headSection p {
|
|
6301
|
-
color: #
|
|
6302
|
-
color: rgba(
|
|
6303
|
-
font-weight: 500;
|
|
7976
|
+
color: #a82227;
|
|
7977
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
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); } }
|
|
6304
8011
|
|
|
6305
8012
|
.moduleLinkHomePage {
|
|
6306
8013
|
margin-top: -25px; }
|
|
8014
|
+
@media (min-width: 780px) {
|
|
8015
|
+
.moduleLinkHomePage {
|
|
8016
|
+
width: calc(100% - 219px); } }
|
|
6307
8017
|
.moduleLinkHomePage img {
|
|
6308
8018
|
height: 33vw;
|
|
8019
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
|
|
8020
|
+
background: linear-gradient(#000, #000);
|
|
6309
8021
|
width: 100%;
|
|
6310
8022
|
-o-object-fit: cover;
|
|
6311
8023
|
object-fit: cover; }
|
|
@@ -6335,27 +8047,34 @@ body {
|
|
|
6335
8047
|
display: none; }
|
|
6336
8048
|
|
|
6337
8049
|
@media (min-width: 780px) {
|
|
6338
|
-
.HomePageWrapper
|
|
6339
|
-
|
|
6340
|
-
|
|
6341
|
-
|
|
6342
|
-
|
|
6343
|
-
|
|
6344
|
-
|
|
6345
|
-
|
|
6346
|
-
|
|
8050
|
+
.HomePageWrapper {
|
|
8051
|
+
width: 100%; }
|
|
8052
|
+
.HomePageWrapper .BannerWithSearch {
|
|
8053
|
+
margin-bottom: 56px;
|
|
8054
|
+
width: 100% !important; }
|
|
8055
|
+
.HomePageWrapper .BannerWithSearch .Search {
|
|
8056
|
+
width: 100%;
|
|
8057
|
+
margin: 0;
|
|
8058
|
+
padding: 0 15px; }
|
|
8059
|
+
.HomePageWrapper .BannerWithSearch img {
|
|
8060
|
+
height: 20vw; }
|
|
8061
|
+
.HomePageWrapper .WhatsAppBanner img {
|
|
6347
8062
|
height: 20vw; }
|
|
6348
8063
|
.moduleLinkHomePage img {
|
|
6349
8064
|
min-width: 100vw;
|
|
6350
|
-
margin-left: calc(-15vw - 16px);
|
|
6351
8065
|
height: 20vw; }
|
|
6352
8066
|
.moduleLinkHomePage h1 {
|
|
6353
8067
|
top: calc(10vw + 40px);
|
|
6354
|
-
left:
|
|
6355
|
-
margin-left: 24px; }
|
|
8068
|
+
left: 15.8rem; }
|
|
6356
8069
|
.moduleLinkHomePage .moduleLinkHomePageBackButton {
|
|
6357
8070
|
top: calc(10vw + 16px);
|
|
6358
|
-
margin-left: 16px; }
|
|
8071
|
+
margin-left: 16px; }
|
|
8072
|
+
.moduleLinkHomePageModuleLinks {
|
|
8073
|
+
max-width: unset;
|
|
8074
|
+
width: 100%; } }
|
|
8075
|
+
|
|
8076
|
+
.CitizenEngagementNotificationWrapper .h1 {
|
|
8077
|
+
margin: 15px; }
|
|
6359
8078
|
|
|
6360
8079
|
.CitizenEngagementNotificationWrapper .WhatsNewCard {
|
|
6361
8080
|
margin-left: 16px;
|
|
@@ -6392,8 +8111,8 @@ body {
|
|
|
6392
8111
|
margin-bottom: 8px; }
|
|
6393
8112
|
.eventAddressAndDirection span div .direction {
|
|
6394
8113
|
--text-opacity:1;
|
|
6395
|
-
color: #
|
|
6396
|
-
color: rgba(
|
|
8114
|
+
color: #a82227;
|
|
8115
|
+
color: rgba(168, 34, 39, var(--text-opacity));
|
|
6397
8116
|
cursor: pointer; }
|
|
6398
8117
|
|
|
6399
8118
|
.eventTimeRange {
|
|
@@ -6563,7 +8282,7 @@ body {
|
|
|
6563
8282
|
font-weight: 400;
|
|
6564
8283
|
font-size: 16px;
|
|
6565
8284
|
line-height: 19px;
|
|
6566
|
-
color: #
|
|
8285
|
+
color: #a82227; }
|
|
6567
8286
|
.view_download_main .download_views_padding {
|
|
6568
8287
|
padding-top: 8px; }
|
|
6569
8288
|
|
|
@@ -6583,7 +8302,7 @@ body {
|
|
|
6583
8302
|
font-weight: 400;
|
|
6584
8303
|
font-size: 16px;
|
|
6585
8304
|
line-height: 19px;
|
|
6586
|
-
color: #
|
|
8305
|
+
color: #a82227; }
|
|
6587
8306
|
.notice_and_circular_heading_mb .card-caption {
|
|
6588
8307
|
font-size: 16px;
|
|
6589
8308
|
line-height: 24px;
|
|
@@ -7177,12 +8896,10 @@ body {
|
|
|
7177
8896
|
-webkit-box-align: center;
|
|
7178
8897
|
-ms-flex-align: center;
|
|
7179
8898
|
align-items: center; }
|
|
7180
|
-
.surveydetailsform-wrapper .surveyformfield .radio-btn {
|
|
8899
|
+
.surveydetailsform-wrapper .surveyformfield .radio-btn, .surveydetailsform-wrapper .surveyformfield .radio-btn-checkmark {
|
|
7181
8900
|
width: 1.5rem;
|
|
7182
8901
|
height: 1.5rem; }
|
|
7183
8902
|
.surveydetailsform-wrapper .surveyformfield .radio-btn-checkmark {
|
|
7184
|
-
height: 1.75rem;
|
|
7185
|
-
width: 1.75rem;
|
|
7186
8903
|
--border-opacity:1;
|
|
7187
8904
|
border: 1px solid #464646;
|
|
7188
8905
|
border-color: rgba(70, 70, 70, var(--border-opacity));
|
|
@@ -7191,10 +8908,9 @@ body {
|
|
|
7191
8908
|
.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 {
|
|
7192
8909
|
display: block;
|
|
7193
8910
|
--bg-opacity:1;
|
|
7194
|
-
background-color: #
|
|
7195
|
-
|
|
7196
|
-
|
|
7197
|
-
width: 1.25rem;
|
|
8911
|
+
background-color: #a82227;
|
|
8912
|
+
height: 1rem;
|
|
8913
|
+
width: 1rem;
|
|
7198
8914
|
border-radius: 9999px;
|
|
7199
8915
|
position: absolute;
|
|
7200
8916
|
top: 4px;
|
|
@@ -7266,6 +8982,9 @@ body {
|
|
|
7266
8982
|
.display-none {
|
|
7267
8983
|
display: none; }
|
|
7268
8984
|
|
|
8985
|
+
.primary-label-btn {
|
|
8986
|
+
margin: 10px auto 0 !important; }
|
|
8987
|
+
|
|
7269
8988
|
.p-unset {
|
|
7270
8989
|
padding: unset !important; }
|
|
7271
8990
|
|
|
@@ -7328,7 +9047,7 @@ body {
|
|
|
7328
9047
|
color: #1d70b8; }
|
|
7329
9048
|
|
|
7330
9049
|
.clear-search-label {
|
|
7331
|
-
color: #
|
|
9050
|
+
color: #a82227;
|
|
7332
9051
|
cursor: pointer; }
|
|
7333
9052
|
|
|
7334
9053
|
.search-submit-bar {
|
|
@@ -7346,7 +9065,7 @@ body {
|
|
|
7346
9065
|
-ms-flex-align: center;
|
|
7347
9066
|
align-items: center; }
|
|
7348
9067
|
.application-details-link-button .download-button {
|
|
7349
|
-
color:
|
|
9068
|
+
color: a82227;
|
|
7350
9069
|
margin-left: 8px; }
|
|
7351
9070
|
|
|
7352
9071
|
.response-download-button {
|
|
@@ -7355,11 +9074,12 @@ body {
|
|
|
7355
9074
|
display: flex;
|
|
7356
9075
|
margin-bottom: 8px; }
|
|
7357
9076
|
.response-download-button .download-button {
|
|
7358
|
-
color: #
|
|
7359
|
-
margin-left: 8px;
|
|
9077
|
+
color: #a82227;
|
|
9078
|
+
margin-left: 8px;
|
|
9079
|
+
white-space: nowrap; }
|
|
7360
9080
|
|
|
7361
9081
|
.check-page-link-button {
|
|
7362
|
-
color: #
|
|
9082
|
+
color: #a82227 !important; }
|
|
7363
9083
|
|
|
7364
9084
|
.pt-application-download-btn {
|
|
7365
9085
|
display: -webkit-box;
|
|
@@ -7386,14 +9106,14 @@ body {
|
|
|
7386
9106
|
display: flex;
|
|
7387
9107
|
grid-gap: 10px;
|
|
7388
9108
|
gap: 10px;
|
|
7389
|
-
color: #
|
|
9109
|
+
color: #5a1166;
|
|
7390
9110
|
cursor: pointer;
|
|
7391
9111
|
font-weight: 500;
|
|
7392
9112
|
width: -webkit-fit-content;
|
|
7393
9113
|
width: -moz-fit-content;
|
|
7394
9114
|
width: fit-content; }
|
|
7395
9115
|
.primary-label-btn svg {
|
|
7396
|
-
fill: #
|
|
9116
|
+
fill: #a82227; }
|
|
7397
9117
|
|
|
7398
9118
|
.primaryColor {
|
|
7399
9119
|
color: #0b0c0c !important; }
|
|
@@ -7608,8 +9328,14 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
7608
9328
|
width: 100%; }
|
|
7609
9329
|
.text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
|
|
7610
9330
|
--border-opacity:1;
|
|
7611
|
-
border: 1px solid #
|
|
7612
|
-
border-color: rgba(
|
|
9331
|
+
border: 1px solid #a82227;
|
|
9332
|
+
border-color: rgba(168, 34, 39, var(--border-opacity)); }
|
|
9333
|
+
|
|
9334
|
+
.text-input-width {
|
|
9335
|
+
max-width: 540px; }
|
|
9336
|
+
|
|
9337
|
+
.text-mobile-input-width {
|
|
9338
|
+
max-width: 500px; }
|
|
7613
9339
|
|
|
7614
9340
|
.custom-time-picker {
|
|
7615
9341
|
width: 100%;
|
|
@@ -7673,7 +9399,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
7673
9399
|
width: 100% !important; }
|
|
7674
9400
|
|
|
7675
9401
|
.edcr-citizen-inbox thead th:first-child {
|
|
7676
|
-
min-width:
|
|
9402
|
+
min-width: 100px; }
|
|
7677
9403
|
|
|
7678
9404
|
.error-boundary {
|
|
7679
9405
|
width: 100vw;
|
|
@@ -7692,7 +9418,34 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
7692
9418
|
-webkit-box-orient: vertical;
|
|
7693
9419
|
-webkit-box-direction: normal;
|
|
7694
9420
|
-ms-flex-direction: column;
|
|
7695
|
-
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; }
|
|
7696
9449
|
|
|
7697
9450
|
.error-boundary details, .error-boundary summary {
|
|
7698
9451
|
width: 300px;
|
|
@@ -7720,5 +9473,154 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
7720
9473
|
.full-width-card {
|
|
7721
9474
|
width: 100% !important; } }
|
|
7722
9475
|
|
|
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
|
+
|
|
7723
9582
|
.employee-app-wrapper {
|
|
7724
9583
|
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; } }
|