@pmidc/upyog-css 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +405 -139
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +111 -111
- package/src/components/CitizenHomeCard.scss +58 -58
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- 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 -97
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +146 -146
- package/src/components/buttons.scss +49 -49
- package/src/components/card.scss +420 -417
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +76 -76
- 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 -115
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +24 -24
- 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 -87
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +310 -310
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -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 +201 -201
- package/src/components/staticDynamicMessages.scss +106 -106
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +179 -179
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +112 -112
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +147 -147
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +807 -807
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +163 -163
- 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 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +191 -184
- package/src/pages/employee/dss.scss +249 -249
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +742 -750
- package/src/pages/employee/index.scss +637 -637
- package/src/pages/employee/landing.scss +325 -199
- package/src/pages/employee/login.scss +594 -570
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -430
- 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
|
@@ -1593,11 +1593,15 @@ img, video {
|
|
|
1593
1593
|
.employeeCard .employee-card-sub-header {
|
|
1594
1594
|
margin-bottom: 40px; }
|
|
1595
1595
|
.employeeCard .card-section-header {
|
|
1596
|
-
margin-bottom:
|
|
1596
|
+
margin-bottom: 10px;
|
|
1597
1597
|
color: #0d43a7;
|
|
1598
1598
|
font-size: 24px;
|
|
1599
|
+
line-height: 28px;
|
|
1600
|
+
font-family: Noto Sans,sans-serif;
|
|
1601
|
+
font-size: 24px;
|
|
1599
1602
|
line-height: 32px;
|
|
1600
|
-
font-weight: 500;
|
|
1603
|
+
font-weight: 500;
|
|
1604
|
+
font-family: Noto Sans,sans-serif; }
|
|
1601
1605
|
.employeeCard .card-section-sub-text {
|
|
1602
1606
|
--text-opacity:1;
|
|
1603
1607
|
color: #0d43a7;
|
|
@@ -2303,7 +2307,8 @@ img, video {
|
|
|
2303
2307
|
border: 1px solid #464646;
|
|
2304
2308
|
border-color: rgba(70, 70, 70, var(--border-opacity));
|
|
2305
2309
|
height: 6rem;
|
|
2306
|
-
padding: 8px;
|
|
2310
|
+
padding: 8px;
|
|
2311
|
+
border-radius: .5rem; }
|
|
2307
2312
|
|
|
2308
2313
|
.inputWrapper {
|
|
2309
2314
|
display: -webkit-box;
|
|
@@ -5055,25 +5060,27 @@ video::-webkit-media-controls-panel {
|
|
|
5055
5060
|
height: 250px !important; } }
|
|
5056
5061
|
|
|
5057
5062
|
.citizen .ServicesSection .CardBasedOptions:nth-child(odd) .employeeCustomCard {
|
|
5058
|
-
background-image: url(https://
|
|
5063
|
+
background-image: url(https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png);
|
|
5059
5064
|
background-size: cover; }
|
|
5060
5065
|
|
|
5061
5066
|
.citizen .ServicesSection .CardBasedOptions:nth-child(2n) .employeeCustomCard {
|
|
5062
|
-
background-image: url(https://
|
|
5067
|
+
background-image: url(https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashBoardImage2.png);
|
|
5063
5068
|
background-size: cover; }
|
|
5064
5069
|
|
|
5065
5070
|
.citizen .employeeCustomCard {
|
|
5066
5071
|
border-radius: 10px;
|
|
5067
|
-
background-image: url(https://
|
|
5072
|
+
background-image: url(https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png);
|
|
5068
5073
|
background-size: cover; }
|
|
5069
5074
|
.citizen .employeeCustomCard .employeeCustomCard {
|
|
5070
5075
|
border-radius: 10px;
|
|
5071
|
-
background-image: url(https://
|
|
5076
|
+
background-image: url(https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png);
|
|
5072
5077
|
background-size: cover; }
|
|
5073
5078
|
|
|
5074
5079
|
.employee-card-banner {
|
|
5075
5080
|
height: 60%;
|
|
5076
|
-
margin-bottom: -10%;
|
|
5081
|
+
margin-bottom: -10%;
|
|
5082
|
+
-webkit-box-shadow: 1px 5px 6px 0 #e3e4e3;
|
|
5083
|
+
box-shadow: 1px 5px 6px 0 #e3e4e3; }
|
|
5077
5084
|
|
|
5078
5085
|
.citizen .employee-card-banner {
|
|
5079
5086
|
margin-bottom: -5% !important;
|
|
@@ -6001,69 +6008,79 @@ video::-webkit-media-controls-panel {
|
|
|
6001
6008
|
.appbar-box-right {
|
|
6002
6009
|
display: none; } }
|
|
6003
6010
|
|
|
6004
|
-
.topHeader {
|
|
6005
|
-
width: 100%;
|
|
6006
|
-
background-color: #fff;
|
|
6007
|
-
overflow: none;
|
|
6008
|
-
-webkit-box-sizing: border-box;
|
|
6009
|
-
box-sizing: border-box; }
|
|
6010
|
-
|
|
6011
|
-
.topHeader, .topHeader-container {
|
|
6011
|
+
.topHeader-container {
|
|
6012
6012
|
display: -webkit-box;
|
|
6013
6013
|
display: -ms-flexbox;
|
|
6014
|
-
display: flex;
|
|
6014
|
+
display: flex;
|
|
6015
|
+
-webkit-box-pack: space-evenly;
|
|
6016
|
+
-ms-flex-pack: space-evenly;
|
|
6017
|
+
justify-content: space-evenly;
|
|
6018
|
+
padding: 20px 40px; }
|
|
6015
6019
|
|
|
6016
|
-
.topHeader-
|
|
6017
|
-
width:
|
|
6018
|
-
|
|
6019
|
-
-webkit-box-orient: horizontal;
|
|
6020
|
-
-webkit-box-direction: normal;
|
|
6021
|
-
-ms-flex-direction: row;
|
|
6022
|
-
flex-direction: row;
|
|
6023
|
-
margin: auto;
|
|
6024
|
-
padding: 2rem 0;
|
|
6025
|
-
color: #000; }
|
|
6020
|
+
.topHeader-box-left img {
|
|
6021
|
+
width: 50px;
|
|
6022
|
+
height: 50px; }
|
|
6026
6023
|
|
|
6027
|
-
.topHeader-box-left {
|
|
6028
|
-
-
|
|
6029
|
-
|
|
6030
|
-
|
|
6031
|
-
-
|
|
6032
|
-
-
|
|
6033
|
-
|
|
6024
|
+
.topHeader-box-left img:first-child {
|
|
6025
|
+
margin-right: 20px; }
|
|
6026
|
+
|
|
6027
|
+
.topHeader-box-center {
|
|
6028
|
+
font-weight: 500;
|
|
6029
|
+
font-family: Inter,serif;
|
|
6030
|
+
margin-top: 20px; }
|
|
6034
6031
|
|
|
6035
|
-
.topHeader-box-center
|
|
6036
|
-
|
|
6032
|
+
.topHeader-box-center ul {
|
|
6033
|
+
list-style-type: none;
|
|
6037
6034
|
display: -webkit-box;
|
|
6038
6035
|
display: -ms-flexbox;
|
|
6039
|
-
display: flex;
|
|
6036
|
+
display: flex;
|
|
6037
|
+
padding: 0;
|
|
6038
|
+
margin: 0;
|
|
6039
|
+
-ms-flex-wrap: wrap;
|
|
6040
|
+
flex-wrap: wrap; }
|
|
6040
6041
|
|
|
6041
|
-
.topHeader-box-center {
|
|
6042
|
-
-
|
|
6043
|
-
-
|
|
6044
|
-
|
|
6045
|
-
|
|
6046
|
-
-
|
|
6047
|
-
|
|
6048
|
-
font-family: Inter,serif;
|
|
6049
|
-
font-optical-sizing: auto;
|
|
6050
|
-
font-weight: 500;
|
|
6051
|
-
font-style: normal; }
|
|
6052
|
-
.topHeader-box-center ul li {
|
|
6053
|
-
display: inline;
|
|
6054
|
-
padding: .75rem 1rem; }
|
|
6042
|
+
.topHeader-box-center li {
|
|
6043
|
+
margin-right: 20px;
|
|
6044
|
+
font-weight: 500; }
|
|
6045
|
+
|
|
6046
|
+
.topHeader-box-center a {
|
|
6047
|
+
text-decoration: none;
|
|
6048
|
+
color: #000; }
|
|
6055
6049
|
|
|
6056
6050
|
.topHeader-box-right {
|
|
6057
|
-
width: 30%;
|
|
6058
6051
|
display: -webkit-box;
|
|
6059
6052
|
display: -ms-flexbox;
|
|
6060
6053
|
display: flex;
|
|
6061
|
-
-webkit-box-
|
|
6062
|
-
-ms-flex-
|
|
6063
|
-
|
|
6064
|
-
-
|
|
6065
|
-
|
|
6066
|
-
|
|
6054
|
+
-webkit-box-pack: justify;
|
|
6055
|
+
-ms-flex-pack: justify;
|
|
6056
|
+
justify-content: space-between;
|
|
6057
|
+
-ms-flex-wrap: wrap;
|
|
6058
|
+
flex-wrap: wrap;
|
|
6059
|
+
margin-top: 10px; }
|
|
6060
|
+
|
|
6061
|
+
.topHeader-box-right button {
|
|
6062
|
+
width: 75px;
|
|
6063
|
+
height: 30px;
|
|
6064
|
+
border-radius: 5px;
|
|
6065
|
+
margin-right: 10px;
|
|
6066
|
+
border: none; }
|
|
6067
|
+
|
|
6068
|
+
.topHeader-box-right button:first-child {
|
|
6069
|
+
background-color: #fff;
|
|
6070
|
+
border: 1px solid #294a97;
|
|
6071
|
+
color: #294a97;
|
|
6072
|
+
font-weight: 500; }
|
|
6073
|
+
|
|
6074
|
+
.topHeader-box-right button:last-child {
|
|
6075
|
+
background-color: #294a97;
|
|
6076
|
+
color: #fff; }
|
|
6077
|
+
|
|
6078
|
+
.heroSection img {
|
|
6079
|
+
width: 100%;
|
|
6080
|
+
-o-object-fit: cover;
|
|
6081
|
+
object-fit: cover;
|
|
6082
|
+
opacity: .75;
|
|
6083
|
+
max-height: 508px; }
|
|
6067
6084
|
|
|
6068
6085
|
.heroSection {
|
|
6069
6086
|
width: 100%;
|
|
@@ -6097,18 +6114,13 @@ video::-webkit-media-controls-panel {
|
|
|
6097
6114
|
display: flex; }
|
|
6098
6115
|
|
|
6099
6116
|
.loginFormStyleEmployeeNew {
|
|
6100
|
-
-webkit-box-shadow: 0 1px 4px 0 rgba(80, 90, 95, 0.37647);
|
|
6101
|
-
box-shadow: 0 1px 4px 0 rgba(80, 90, 95, 0.37647);
|
|
6102
6117
|
width: 40%;
|
|
6103
|
-
background-color: #fff;
|
|
6104
|
-
border-radius: 8px;
|
|
6105
6118
|
-webkit-box-align: center;
|
|
6106
6119
|
-ms-flex-align: center;
|
|
6107
6120
|
align-items: center;
|
|
6108
6121
|
-webkit-box-pack: center;
|
|
6109
6122
|
-ms-flex-pack: center;
|
|
6110
6123
|
min-height: 400px;
|
|
6111
|
-
padding: 3rem;
|
|
6112
6124
|
-webkit-box-align: start;
|
|
6113
6125
|
-ms-flex-align: start;
|
|
6114
6126
|
align-items: flex-start;
|
|
@@ -7069,18 +7081,7 @@ video::-webkit-media-controls-panel {
|
|
|
7069
7081
|
padding-top: 8px;
|
|
7070
7082
|
padding-bottom: 8px;
|
|
7071
7083
|
font-size: 16px;
|
|
7072
|
-
line-height: 24px;
|
|
7073
|
-
width: "100%";
|
|
7074
|
-
display: "flex";
|
|
7075
|
-
font-size: "0.8rem";
|
|
7076
|
-
padding-left: "10px";
|
|
7077
|
-
-ms-flex-wrap: "wrap";
|
|
7078
|
-
flex-wrap: "wrap";
|
|
7079
|
-
-webkit-box-orient: horizontal;
|
|
7080
|
-
-webkit-box-direction: normal;
|
|
7081
|
-
-ms-flex-direction: "row";
|
|
7082
|
-
flex-direction: "row";
|
|
7083
|
-
padding-top: "10px"; }
|
|
7084
|
+
line-height: 24px; }
|
|
7084
7085
|
.complaint-links-container .links-wrapper .link {
|
|
7085
7086
|
padding: 0 0 4px !important;
|
|
7086
7087
|
color: #a82227 !important; }
|
|
@@ -7619,8 +7620,6 @@ video::-webkit-media-controls-panel {
|
|
|
7619
7620
|
position: absolute;
|
|
7620
7621
|
margin: 0 auto -10%;
|
|
7621
7622
|
left: 6%;
|
|
7622
|
-
-webkit-box-shadow: 1px 5px 6px 0 #e3e4e3;
|
|
7623
|
-
box-shadow: 1px 5px 6px 0 #e3e4e3;
|
|
7624
7623
|
border-radius: 10px; }
|
|
7625
7624
|
|
|
7626
7625
|
.text-employee-card {
|
|
@@ -8137,19 +8136,12 @@ body {
|
|
|
8137
8136
|
left: 0; } }
|
|
8138
8137
|
|
|
8139
8138
|
.middle-content {
|
|
8140
|
-
display: -webkit-box;
|
|
8141
|
-
display: -ms-flexbox;
|
|
8142
|
-
display: flex;
|
|
8143
|
-
-webkit-box-orient: vertical;
|
|
8144
|
-
-webkit-box-direction: normal;
|
|
8145
|
-
-ms-flex-direction: column;
|
|
8146
|
-
flex-direction: column;
|
|
8147
8139
|
-webkit-box-pack: justify;
|
|
8148
8140
|
-ms-flex-pack: justify;
|
|
8149
8141
|
justify-content: space-between;
|
|
8150
8142
|
height: 522px; }
|
|
8151
8143
|
@media (min-width: 768px) {
|
|
8152
|
-
.middle-content
|
|
8144
|
+
.middle-content {
|
|
8153
8145
|
-webkit-box-orient: horizontal;
|
|
8154
8146
|
-webkit-box-direction: normal;
|
|
8155
8147
|
-ms-flex-direction: row;
|
|
@@ -8157,13 +8149,6 @@ body {
|
|
|
8157
8149
|
min-height: 360px; } }
|
|
8158
8150
|
|
|
8159
8151
|
.middle-left-half {
|
|
8160
|
-
display: -webkit-box;
|
|
8161
|
-
display: -ms-flexbox;
|
|
8162
|
-
display: flex;
|
|
8163
|
-
-webkit-box-orient: vertical;
|
|
8164
|
-
-webkit-box-direction: normal;
|
|
8165
|
-
-ms-flex-direction: column;
|
|
8166
|
-
flex-direction: column;
|
|
8167
8152
|
width: 100%; }
|
|
8168
8153
|
@media (min-width: 768px) {
|
|
8169
8154
|
.middle-left-half {
|
|
@@ -8172,62 +8157,212 @@ body {
|
|
|
8172
8157
|
.middle-left-half-upper {
|
|
8173
8158
|
min-height: 162px;
|
|
8174
8159
|
margin-bottom: 18px;
|
|
8175
|
-
|
|
8160
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8161
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8162
|
+
font-family: Noto sans;
|
|
8163
|
+
background-color: #ffe5e5; }
|
|
8176
8164
|
@media (min-width: 768px) {
|
|
8177
8165
|
.middle-left-half-upper {
|
|
8178
8166
|
height: 50%; } }
|
|
8179
8167
|
|
|
8180
8168
|
.middle-left-half-upper-body {
|
|
8181
8169
|
list-style-type: none;
|
|
8182
|
-
padding: 10px; }
|
|
8170
|
+
padding: 0 10px; }
|
|
8183
8171
|
|
|
8184
|
-
.middle-left-half-upper-body
|
|
8185
|
-
|
|
8186
|
-
|
|
8187
|
-
display: -ms-flexbox;
|
|
8188
|
-
display: flex;
|
|
8189
|
-
-webkit-box-align: center;
|
|
8190
|
-
-ms-flex-align: center;
|
|
8191
|
-
align-items: center; }
|
|
8192
|
-
|
|
8193
|
-
.middle-left-half-upper-body a {
|
|
8194
|
-
text-decoration: none;
|
|
8195
|
-
color: #00f; }
|
|
8172
|
+
.middle-left-half-upper-body ul li {
|
|
8173
|
+
text-decoration: none !important;
|
|
8174
|
+
margin-top: 20px; }
|
|
8196
8175
|
|
|
8197
8176
|
.middle-left-half-lower {
|
|
8198
8177
|
min-height: 162px;
|
|
8199
|
-
|
|
8178
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8179
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922); }
|
|
8200
8180
|
@media (min-width: 768px) {
|
|
8201
8181
|
.middle-left-half-lower {
|
|
8202
8182
|
height: 45%; } }
|
|
8203
8183
|
|
|
8204
|
-
.middle-
|
|
8205
|
-
|
|
8206
|
-
|
|
8207
|
-
|
|
8184
|
+
.middle-section {
|
|
8185
|
+
display: -webkit-box;
|
|
8186
|
+
display: -ms-flexbox;
|
|
8187
|
+
display: flex;
|
|
8188
|
+
-ms-flex-wrap: wrap;
|
|
8189
|
+
flex-wrap: wrap;
|
|
8190
|
+
grid-gap: 16px;
|
|
8191
|
+
gap: 16px;
|
|
8192
|
+
padding: 16px;
|
|
8193
|
+
min-height: 360px;
|
|
8194
|
+
position: relative;
|
|
8195
|
+
z-index: 2;
|
|
8196
|
+
margin-bottom: 20px; }
|
|
8197
|
+
|
|
8198
|
+
.middle-content {
|
|
8199
|
+
-ms-flex-direction: column;
|
|
8200
|
+
-webkit-box-orient: vertical;
|
|
8201
|
+
-webkit-box-direction: normal;
|
|
8202
|
+
flex-direction: column;
|
|
8203
|
+
grid-gap: 16px;
|
|
8204
|
+
gap: 16px;
|
|
8205
|
+
width: 100%; }
|
|
8208
8206
|
@media (min-width: 768px) {
|
|
8209
|
-
.middle-
|
|
8210
|
-
|
|
8211
|
-
|
|
8207
|
+
.middle-content {
|
|
8208
|
+
-webkit-box-orient: horizontal;
|
|
8209
|
+
-ms-flex-direction: row;
|
|
8210
|
+
flex-direction: row; } }
|
|
8211
|
+
|
|
8212
|
+
.middle-content, .middle-left-half {
|
|
8213
|
+
display: -webkit-box;
|
|
8214
|
+
display: -ms-flexbox;
|
|
8215
|
+
display: flex;
|
|
8216
|
+
-webkit-box-orient: vertical;
|
|
8217
|
+
-webkit-box-direction: normal;
|
|
8218
|
+
-webkit-box-direction: normal; }
|
|
8219
|
+
|
|
8220
|
+
.middle-left-half, .middle-right-half {
|
|
8221
|
+
-webkit-box-flex: 1;
|
|
8222
|
+
-ms-flex: 1;
|
|
8223
|
+
flex: 1;
|
|
8224
|
+
-ms-flex-direction: column;
|
|
8225
|
+
-webkit-box-orient: vertical;
|
|
8226
|
+
-webkit-box-direction: normal;
|
|
8227
|
+
flex-direction: column; }
|
|
8228
|
+
|
|
8229
|
+
.middle-right-half {
|
|
8230
|
+
display: -webkit-box;
|
|
8231
|
+
display: -ms-flexbox;
|
|
8232
|
+
display: flex;
|
|
8233
|
+
-webkit-box-orient: vertical;
|
|
8234
|
+
-webkit-box-direction: normal;
|
|
8235
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8236
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922); }
|
|
8212
8237
|
|
|
8213
8238
|
.middle-header {
|
|
8214
8239
|
font-size: 20px;
|
|
8215
|
-
height: 50px;
|
|
8216
8240
|
background-color: #092e86;
|
|
8217
8241
|
color: #fff;
|
|
8218
|
-
font-family: Noto sans,sans-serif;
|
|
8219
8242
|
padding: 10px; }
|
|
8220
8243
|
|
|
8244
|
+
.middle-right-body {
|
|
8245
|
+
-webkit-box-orient: vertical;
|
|
8246
|
+
-webkit-box-direction: normal;
|
|
8247
|
+
-ms-flex-direction: column;
|
|
8248
|
+
flex-direction: column; }
|
|
8249
|
+
@media (max-width: 768px) {
|
|
8250
|
+
.middle-right-body {
|
|
8251
|
+
-webkit-box-orient: horizontal;
|
|
8252
|
+
-webkit-box-direction: normal;
|
|
8253
|
+
-ms-flex-direction: row;
|
|
8254
|
+
flex-direction: row; } }
|
|
8255
|
+
|
|
8256
|
+
.middle-image-section, .middle-right-body {
|
|
8257
|
+
display: -webkit-box;
|
|
8258
|
+
display: -ms-flexbox;
|
|
8259
|
+
display: flex; }
|
|
8260
|
+
|
|
8261
|
+
.middle-image-section {
|
|
8262
|
+
-webkit-box-flex: 40%;
|
|
8263
|
+
-ms-flex: 40%;
|
|
8264
|
+
flex: 40%;
|
|
8265
|
+
-webkit-box-pack: center;
|
|
8266
|
+
-ms-flex-pack: center;
|
|
8267
|
+
justify-content: center;
|
|
8268
|
+
-webkit-box-align: center;
|
|
8269
|
+
-ms-flex-align: center;
|
|
8270
|
+
align-items: center;
|
|
8271
|
+
padding: 10px;
|
|
8272
|
+
height: 160px; }
|
|
8273
|
+
.middle-image-section img {
|
|
8274
|
+
max-width: 100%;
|
|
8275
|
+
height: auto;
|
|
8276
|
+
-o-object-fit: cover;
|
|
8277
|
+
object-fit: cover; }
|
|
8278
|
+
@media (max-width: 768px) {
|
|
8279
|
+
.middle-image-section {
|
|
8280
|
+
width: 100%;
|
|
8281
|
+
height: auto; } }
|
|
8282
|
+
|
|
8283
|
+
.middle-right-content-section {
|
|
8284
|
+
-webkit-box-flex: 60%;
|
|
8285
|
+
-ms-flex: 60%;
|
|
8286
|
+
flex: 60%;
|
|
8287
|
+
padding: 10px; }
|
|
8288
|
+
@media (max-width: 768px) {
|
|
8289
|
+
.middle-right-content-section {
|
|
8290
|
+
width: 60%; } }
|
|
8291
|
+
|
|
8292
|
+
.middle-right-content-section li {
|
|
8293
|
+
padding: 10px 0; }
|
|
8294
|
+
|
|
8295
|
+
.middle-right-content-section li, .photo-gallery {
|
|
8296
|
+
display: -webkit-box;
|
|
8297
|
+
display: -ms-flexbox;
|
|
8298
|
+
display: flex; }
|
|
8299
|
+
|
|
8300
|
+
.photo-gallery {
|
|
8301
|
+
position: relative;
|
|
8302
|
+
-webkit-box-pack: center;
|
|
8303
|
+
-ms-flex-pack: center;
|
|
8304
|
+
justify-content: center;
|
|
8305
|
+
-webkit-box-align: center;
|
|
8306
|
+
-ms-flex-align: center;
|
|
8307
|
+
align-items: center;
|
|
8308
|
+
overflow: hidden;
|
|
8309
|
+
padding: 10px;
|
|
8310
|
+
height: 150px;
|
|
8311
|
+
background-color: #f5f5f5; }
|
|
8312
|
+
|
|
8313
|
+
.gallery-image {
|
|
8314
|
+
width: 100%;
|
|
8315
|
+
height: 150px;
|
|
8316
|
+
-o-object-fit: cover;
|
|
8317
|
+
object-fit: cover;
|
|
8318
|
+
-webkit-transition: -webkit-transform .5s ease-in-out;
|
|
8319
|
+
transition: -webkit-transform .5s ease-in-out;
|
|
8320
|
+
transition: transform .5s ease-in-out;
|
|
8321
|
+
transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
|
|
8322
|
+
transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out; }
|
|
8323
|
+
|
|
8324
|
+
.gallery-btn {
|
|
8325
|
+
position: absolute;
|
|
8326
|
+
top: 50%;
|
|
8327
|
+
-webkit-transform: translateY(-50%);
|
|
8328
|
+
transform: translateY(-50%);
|
|
8329
|
+
background: rgba(0, 0, 0, 0.5);
|
|
8330
|
+
color: #fff;
|
|
8331
|
+
border: none;
|
|
8332
|
+
padding: 10px;
|
|
8333
|
+
cursor: pointer;
|
|
8334
|
+
font-size: 18px; }
|
|
8335
|
+
|
|
8336
|
+
.gallery-btn.left {
|
|
8337
|
+
left: 10px; }
|
|
8338
|
+
|
|
8339
|
+
.gallery-btn.right {
|
|
8340
|
+
right: 10px; }
|
|
8341
|
+
|
|
8342
|
+
.gallery-btn:hover {
|
|
8343
|
+
background: rgba(0, 0, 0, 0.8); }
|
|
8344
|
+
|
|
8221
8345
|
.help-section {
|
|
8222
8346
|
text-align: center;
|
|
8223
|
-
padding: 20px 60px;
|
|
8347
|
+
padding: 20px 60px;
|
|
8348
|
+
position: relative;
|
|
8349
|
+
clear: both; }
|
|
8350
|
+
@media (max-width: 768px) {
|
|
8351
|
+
.help-section {
|
|
8352
|
+
margin-top: 35vh; } }
|
|
8353
|
+
@media (max-width: 600px) {
|
|
8354
|
+
.help-section {
|
|
8355
|
+
margin-top: 40vh; } }
|
|
8356
|
+
@media (max-width: 450px) {
|
|
8357
|
+
.help-section {
|
|
8358
|
+
margin-top: 75vh; } }
|
|
8224
8359
|
|
|
8225
8360
|
.help-section-header {
|
|
8226
8361
|
margin-bottom: 20px;
|
|
8227
8362
|
color: #18191c;
|
|
8228
8363
|
font-size: 32px;
|
|
8229
8364
|
font-family: Poppins;
|
|
8230
|
-
font-weight:
|
|
8365
|
+
font-weight: 500; }
|
|
8231
8366
|
|
|
8232
8367
|
.help-section-button-container {
|
|
8233
8368
|
-webkit-box-orient: vertical;
|
|
@@ -8236,7 +8371,7 @@ body {
|
|
|
8236
8371
|
flex-direction: column;
|
|
8237
8372
|
grid-gap: 15px;
|
|
8238
8373
|
gap: 15px; }
|
|
8239
|
-
@media (min-width:
|
|
8374
|
+
@media (min-width: 768px) {
|
|
8240
8375
|
.help-section-button-container {
|
|
8241
8376
|
-webkit-box-orient: horizontal;
|
|
8242
8377
|
-webkit-box-direction: normal;
|
|
@@ -8292,10 +8427,8 @@ body {
|
|
|
8292
8427
|
color: #61646b; }
|
|
8293
8428
|
|
|
8294
8429
|
.help-section-icon {
|
|
8295
|
-
width:
|
|
8296
|
-
height:
|
|
8297
|
-
background: -webkit-gradient(linear, left top, left bottom, from(#ff895e), to(#d8693f));
|
|
8298
|
-
background: linear-gradient(#ff895e, #d8693f);
|
|
8430
|
+
width: 55px;
|
|
8431
|
+
height: 55px;
|
|
8299
8432
|
border-radius: 50%;
|
|
8300
8433
|
display: -webkit-box;
|
|
8301
8434
|
display: -ms-flexbox;
|
|
@@ -8305,7 +8438,8 @@ body {
|
|
|
8305
8438
|
justify-content: center;
|
|
8306
8439
|
-webkit-box-align: center;
|
|
8307
8440
|
-ms-flex-align: center;
|
|
8308
|
-
align-items: center;
|
|
8441
|
+
align-items: center;
|
|
8442
|
+
margin-right: 10px; }
|
|
8309
8443
|
|
|
8310
8444
|
.about-section, .middle-section {
|
|
8311
8445
|
padding: 20px 60px; }
|
|
@@ -8357,13 +8491,84 @@ body {
|
|
|
8357
8491
|
.about-left-half, .about-right-half {
|
|
8358
8492
|
width: 48%; } }
|
|
8359
8493
|
|
|
8360
|
-
.
|
|
8361
|
-
|
|
8494
|
+
.top-section-parent {
|
|
8495
|
+
position: relative;
|
|
8362
8496
|
width: 100%;
|
|
8363
|
-
|
|
8497
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#3765ca), to(#294a97));
|
|
8498
|
+
background: linear-gradient(180deg, #3765ca, #294a97);
|
|
8499
|
+
height: 160px; }
|
|
8500
|
+
|
|
8501
|
+
.top-section {
|
|
8502
|
+
position: absolute;
|
|
8503
|
+
top: -50px;
|
|
8504
|
+
left: 0;
|
|
8505
|
+
right: 0;
|
|
8506
|
+
-ms-flex-pack: distribute;
|
|
8507
|
+
justify-content: space-around; }
|
|
8508
|
+
|
|
8509
|
+
.logo-box, .top-section {
|
|
8364
8510
|
display: -webkit-box;
|
|
8365
8511
|
display: -ms-flexbox;
|
|
8366
8512
|
display: flex;
|
|
8513
|
+
-webkit-box-align: center;
|
|
8514
|
+
-ms-flex-align: center;
|
|
8515
|
+
align-items: center; }
|
|
8516
|
+
|
|
8517
|
+
.logo-box {
|
|
8518
|
+
width: 120px;
|
|
8519
|
+
height: 100px;
|
|
8520
|
+
background-color: #fff;
|
|
8521
|
+
-webkit-box-orient: vertical;
|
|
8522
|
+
-webkit-box-direction: normal;
|
|
8523
|
+
-ms-flex-direction: column;
|
|
8524
|
+
flex-direction: column;
|
|
8525
|
+
-webkit-box-pack: center;
|
|
8526
|
+
-ms-flex-pack: center;
|
|
8527
|
+
justify-content: center;
|
|
8528
|
+
text-align: center;
|
|
8529
|
+
padding: 10px;
|
|
8530
|
+
-webkit-box-sizing: border-box;
|
|
8531
|
+
box-sizing: border-box;
|
|
8532
|
+
border-radius: 8px; }
|
|
8533
|
+
|
|
8534
|
+
.logo {
|
|
8535
|
+
max-width: 70%;
|
|
8536
|
+
max-height: 50%;
|
|
8537
|
+
padding-top: 25px; }
|
|
8538
|
+
|
|
8539
|
+
.logo-text {
|
|
8540
|
+
margin-top: 8px;
|
|
8541
|
+
color: #000;
|
|
8542
|
+
font-size: 15px; }
|
|
8543
|
+
|
|
8544
|
+
.nav-button {
|
|
8545
|
+
background: #fff;
|
|
8546
|
+
border: none;
|
|
8547
|
+
color: #000;
|
|
8548
|
+
font-size: 24px;
|
|
8549
|
+
cursor: pointer;
|
|
8550
|
+
margin: 0 10px;
|
|
8551
|
+
width: 40px;
|
|
8552
|
+
height: 40px;
|
|
8553
|
+
border-radius: 50%;
|
|
8554
|
+
-webkit-box-align: center;
|
|
8555
|
+
-ms-flex-align: center;
|
|
8556
|
+
align-items: center;
|
|
8557
|
+
-webkit-box-pack: center;
|
|
8558
|
+
-ms-flex-pack: center;
|
|
8559
|
+
justify-content: center;
|
|
8560
|
+
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
8561
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
|
|
8562
|
+
|
|
8563
|
+
.footer-bottom, .nav-button {
|
|
8564
|
+
display: -webkit-box;
|
|
8565
|
+
display: -ms-flexbox;
|
|
8566
|
+
display: flex; }
|
|
8567
|
+
|
|
8568
|
+
.footer-bottom {
|
|
8569
|
+
background-color: #294a97;
|
|
8570
|
+
width: 100%;
|
|
8571
|
+
min-height: 200px;
|
|
8367
8572
|
-webkit-box-orient: horizontal;
|
|
8368
8573
|
-webkit-box-direction: normal;
|
|
8369
8574
|
-ms-flex-direction: row;
|
|
@@ -8376,9 +8581,6 @@ body {
|
|
|
8376
8581
|
color: #fff; }
|
|
8377
8582
|
@media (max-width: 639px) {
|
|
8378
8583
|
.footer-bottom {
|
|
8379
|
-
display: -webkit-box;
|
|
8380
|
-
display: -ms-flexbox;
|
|
8381
|
-
display: flex;
|
|
8382
8584
|
-webkit-box-orient: vertical;
|
|
8383
8585
|
-webkit-box-direction: normal;
|
|
8384
8586
|
-ms-flex-direction: column;
|
|
@@ -9585,7 +9787,18 @@ body {
|
|
|
9585
9787
|
border-radius: 4px;
|
|
9586
9788
|
padding: 20px;
|
|
9587
9789
|
margin-bottom: 20px;
|
|
9588
|
-
background-color: #f0f8ff;
|
|
9790
|
+
background-color: #f0f8ff;
|
|
9791
|
+
display: -webkit-box;
|
|
9792
|
+
display: -ms-flexbox;
|
|
9793
|
+
display: flex;
|
|
9794
|
+
-webkit-box-orient: vertical;
|
|
9795
|
+
-webkit-box-direction: normal;
|
|
9796
|
+
-ms-flex-direction: column;
|
|
9797
|
+
flex-direction: column;
|
|
9798
|
+
grid-gap: 20px;
|
|
9799
|
+
gap: 20px;
|
|
9800
|
+
-webkit-box-shadow: none;
|
|
9801
|
+
box-shadow: none; }
|
|
9589
9802
|
|
|
9590
9803
|
.category-card h3 {
|
|
9591
9804
|
font-weight: 600;
|
|
@@ -9651,6 +9864,48 @@ body {
|
|
|
9651
9864
|
.category-card span {
|
|
9652
9865
|
color: #ff2400; }
|
|
9653
9866
|
|
|
9867
|
+
.create-survey-card {
|
|
9868
|
+
-webkit-box-orient: vertical;
|
|
9869
|
+
-webkit-box-direction: normal;
|
|
9870
|
+
-ms-flex-direction: column;
|
|
9871
|
+
flex-direction: column;
|
|
9872
|
+
grid-gap: 20px;
|
|
9873
|
+
gap: 20px; }
|
|
9874
|
+
|
|
9875
|
+
.create-survey-card, .survey-row {
|
|
9876
|
+
display: -webkit-box;
|
|
9877
|
+
display: -ms-flexbox;
|
|
9878
|
+
display: flex; }
|
|
9879
|
+
|
|
9880
|
+
.survey-row {
|
|
9881
|
+
-webkit-box-pack: justify;
|
|
9882
|
+
-ms-flex-pack: justify;
|
|
9883
|
+
justify-content: space-between; }
|
|
9884
|
+
|
|
9885
|
+
.survey-column {
|
|
9886
|
+
display: -webkit-box;
|
|
9887
|
+
display: -ms-flexbox;
|
|
9888
|
+
display: flex;
|
|
9889
|
+
-webkit-box-orient: vertical;
|
|
9890
|
+
-webkit-box-direction: normal;
|
|
9891
|
+
-ms-flex-direction: column;
|
|
9892
|
+
flex-direction: column;
|
|
9893
|
+
grid-gap: 10px;
|
|
9894
|
+
gap: 10px;
|
|
9895
|
+
width: 48%;
|
|
9896
|
+
color: #232323;
|
|
9897
|
+
font-family: Noto Sans;
|
|
9898
|
+
font-size: 16px;
|
|
9899
|
+
line-height: "100%";
|
|
9900
|
+
font-weight: 400;
|
|
9901
|
+
letter-spacing: "0%"; }
|
|
9902
|
+
|
|
9903
|
+
.create-survey-card .heading {
|
|
9904
|
+
color: #0d43a7;
|
|
9905
|
+
font-size: 20px;
|
|
9906
|
+
line-height: 24px;
|
|
9907
|
+
font-weight: 700; }
|
|
9908
|
+
|
|
9654
9909
|
.frame-54925, .frame-54925 * {
|
|
9655
9910
|
-webkit-box-sizing: border-box;
|
|
9656
9911
|
box-sizing: border-box; }
|
|
@@ -10144,7 +10399,8 @@ body {
|
|
|
10144
10399
|
font-size: 28px;
|
|
10145
10400
|
line-height: 32px;
|
|
10146
10401
|
letter-spacing: 0;
|
|
10147
|
-
color: #fff;
|
|
10402
|
+
color: #fff;
|
|
10403
|
+
text-transform: uppercase; }
|
|
10148
10404
|
.employee-dashboard-container .employee-dashboard-welcome-card .employee-dashboard-welcome-card-content {
|
|
10149
10405
|
color: #fff;
|
|
10150
10406
|
font-family: Noto Sans;
|
|
@@ -10249,7 +10505,8 @@ body {
|
|
|
10249
10505
|
font-weight: 700;
|
|
10250
10506
|
font-size: 20px;
|
|
10251
10507
|
line-height: 27.32px;
|
|
10252
|
-
letter-spacing: 0;
|
|
10508
|
+
letter-spacing: 0;
|
|
10509
|
+
padding: 2rem .5rem; }
|
|
10253
10510
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-quick-services-header .employee-dashboard-view-all-link {
|
|
10254
10511
|
color: #00f; }
|
|
10255
10512
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper {
|
|
@@ -10261,8 +10518,8 @@ body {
|
|
|
10261
10518
|
grid-gap: 16px;
|
|
10262
10519
|
gap: 16px; }
|
|
10263
10520
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card {
|
|
10264
|
-
width:
|
|
10265
|
-
height:
|
|
10521
|
+
width: 32%;
|
|
10522
|
+
height: 102px;
|
|
10266
10523
|
padding: 8px 16px;
|
|
10267
10524
|
border-radius: 8px;
|
|
10268
10525
|
background: #fff;
|
|
@@ -10281,10 +10538,6 @@ body {
|
|
|
10281
10538
|
align-items: center;
|
|
10282
10539
|
grid-gap: 16px;
|
|
10283
10540
|
gap: 16px; }
|
|
10284
|
-
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card .employee-dashboard-quick-service-card-content .employee-dashboard-quick-service-card-module-icon {
|
|
10285
|
-
width: "48px";
|
|
10286
|
-
height: "41px";
|
|
10287
|
-
background: #0d43a7; }
|
|
10288
10541
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card .employee-dashboard-quick-service-card-content .employee-dashboard-quick-service-card-module-name {
|
|
10289
10542
|
font-family: Noto Sans;
|
|
10290
10543
|
font-weight: 500;
|
|
@@ -10293,6 +10546,19 @@ body {
|
|
|
10293
10546
|
letter-spacing: .15px;
|
|
10294
10547
|
color: #1e293b; }
|
|
10295
10548
|
|
|
10549
|
+
.employee-dashboard-quick-service-card-module-icon {
|
|
10550
|
+
display: "flex";
|
|
10551
|
+
-webkit-box-pack: "center";
|
|
10552
|
+
-ms-flex-pack: "center";
|
|
10553
|
+
justify-content: "center";
|
|
10554
|
+
-webkit-box-align: "center";
|
|
10555
|
+
-ms-flex-align: "center";
|
|
10556
|
+
align-items: "center";
|
|
10557
|
+
height: "100px";
|
|
10558
|
+
width: "100px";
|
|
10559
|
+
padding-top: "5px";
|
|
10560
|
+
border-radius: "8px 0 0 8px"; }
|
|
10561
|
+
|
|
10296
10562
|
.display-none {
|
|
10297
10563
|
display: none; }
|
|
10298
10564
|
|