@pmidc/upyog-css 1.2.36-UAT.25 → 1.2.36-UAT.26
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 +912 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/gigw3-mseva.scss +785 -0
package/dist/index.css
CHANGED
|
@@ -36847,6 +36847,918 @@ canvas, img, svg, video {
|
|
|
36847
36847
|
padding: 28px 22px;
|
|
36848
36848
|
}
|
|
36849
36849
|
}
|
|
36850
|
+
.employee .loginContainer {
|
|
36851
|
+
background: radial-gradient(circle at 10%, at 15%, rgba(66, 169, 40, 0.14), transparent 29rem), linear-gradient(145deg, #f7fbff, #eef7f0);
|
|
36852
|
+
background: radial-gradient(circle at 10% 15%, rgba(66, 169, 40, 0.14), transparent 29rem), linear-gradient(145deg, #f7fbff, #eef7f0);
|
|
36853
|
+
}
|
|
36854
|
+
|
|
36855
|
+
.employee .employee-login-page {
|
|
36856
|
+
min-height: calc(100vh - 88px);
|
|
36857
|
+
padding: 48px 20px;
|
|
36858
|
+
background: transparent;
|
|
36859
|
+
}
|
|
36860
|
+
|
|
36861
|
+
.employee .employee-login-container {
|
|
36862
|
+
min-height: auto;
|
|
36863
|
+
max-width: 520px;
|
|
36864
|
+
padding: 24px 0;
|
|
36865
|
+
}
|
|
36866
|
+
|
|
36867
|
+
.employee .employee-login-icon-circle {
|
|
36868
|
+
width: 76px;
|
|
36869
|
+
height: 76px;
|
|
36870
|
+
margin-bottom: 18px;
|
|
36871
|
+
background: linear-gradient(135deg, #0755a8, #287f1d);
|
|
36872
|
+
background: linear-gradient(135deg, var(--mseva-blue-800), var(--mseva-green-700));
|
|
36873
|
+
-webkit-box-shadow: 0 10px 24px rgba(7, 75, 152, 0.22);
|
|
36874
|
+
box-shadow: 0 10px 24px rgba(7, 75, 152, 0.22);
|
|
36875
|
+
}
|
|
36876
|
+
|
|
36877
|
+
.employee .employee-login-branding {
|
|
36878
|
+
margin-bottom: 24px;
|
|
36879
|
+
}
|
|
36880
|
+
|
|
36881
|
+
.employee .employee-upyog-title {
|
|
36882
|
+
color: #074b98;
|
|
36883
|
+
color: var(--mseva-blue-900);
|
|
36884
|
+
letter-spacing: 0.02em;
|
|
36885
|
+
}
|
|
36886
|
+
|
|
36887
|
+
.employee .employee-login-footer, .employee .employee-login-footer span, .employee .employee-upyog-subtitle {
|
|
36888
|
+
color: #245f9c;
|
|
36889
|
+
color: var(--mseva-text-secondary);
|
|
36890
|
+
}
|
|
36891
|
+
|
|
36892
|
+
.employee .employee-login-card {
|
|
36893
|
+
max-width: 520px;
|
|
36894
|
+
padding: 32px;
|
|
36895
|
+
border: 1px solid #d9e6f2;
|
|
36896
|
+
border-radius: 16px;
|
|
36897
|
+
border-radius: var(--mseva-radius-lg);
|
|
36898
|
+
background: hsla(0deg, 0%, 100%, 0.96);
|
|
36899
|
+
-webkit-box-shadow: 0 18px 38px rgba(7, 75, 152, 0.12);
|
|
36900
|
+
box-shadow: 0 18px 38px rgba(7, 75, 152, 0.12);
|
|
36901
|
+
}
|
|
36902
|
+
|
|
36903
|
+
.employee .employee-login-form .card-header {
|
|
36904
|
+
border-bottom: 1px solid #e4edf6;
|
|
36905
|
+
margin-bottom: 20px;
|
|
36906
|
+
}
|
|
36907
|
+
|
|
36908
|
+
.employee .employee-login-form .card-header h2, .employee .employee-login-form .card-label {
|
|
36909
|
+
color: #074b98 !important;
|
|
36910
|
+
color: var(--mseva-blue-900) !important;
|
|
36911
|
+
}
|
|
36912
|
+
|
|
36913
|
+
.employee .employee-login-form .employee-city-dropdown, .employee .employee-login-form input, .employee .employee-login-form .checkbox-wrap .input-emp, .checkbox-wrap .employee .employee-login-form .input-emp, .employee .employee-login-form select {
|
|
36914
|
+
min-height: 44px;
|
|
36915
|
+
min-height: var(--mseva-control-min);
|
|
36916
|
+
border: 1px solid #cbd5e1 !important;
|
|
36917
|
+
border: 1px solid var(--mseva-border) !important;
|
|
36918
|
+
border-radius: 6px !important;
|
|
36919
|
+
border-radius: var(--mseva-radius-sm) !important;
|
|
36920
|
+
-webkit-box-shadow: none !important;
|
|
36921
|
+
box-shadow: none !important;
|
|
36922
|
+
}
|
|
36923
|
+
|
|
36924
|
+
.employee .employee-login-form .employee-city-dropdown:focus, .employee .employee-login-form input:focus, .employee .employee-login-form .checkbox-wrap .input-emp:focus, .checkbox-wrap .employee .employee-login-form .input-emp:focus, .employee .employee-login-form select:focus {
|
|
36925
|
+
border-color: #287f1d !important;
|
|
36926
|
+
border-color: var(--mseva-green-700) !important;
|
|
36927
|
+
-webkit-box-shadow: 0 0 0 3px rgba(40, 127, 29, 0.15) !important;
|
|
36928
|
+
box-shadow: 0 0 0 3px rgba(40, 127, 29, 0.15) !important;
|
|
36929
|
+
}
|
|
36930
|
+
|
|
36931
|
+
.employee .employee-login-form .submit-bar, .employee .employee-login-form button[type=submit] {
|
|
36932
|
+
width: 100%;
|
|
36933
|
+
min-height: 46px;
|
|
36934
|
+
margin-top: 22px !important;
|
|
36935
|
+
border: 0 !important;
|
|
36936
|
+
border-radius: 6px !important;
|
|
36937
|
+
border-radius: var(--mseva-radius-sm) !important;
|
|
36938
|
+
background: linear-gradient(135deg, #216f17, #42a928) !important;
|
|
36939
|
+
background: linear-gradient(135deg, var(--mseva-green-800), var(--mseva-green-600)) !important;
|
|
36940
|
+
-webkit-box-shadow: 0 8px 18px rgba(33, 111, 23, 0.22) !important;
|
|
36941
|
+
box-shadow: 0 8px 18px rgba(33, 111, 23, 0.22) !important;
|
|
36942
|
+
}
|
|
36943
|
+
|
|
36944
|
+
.employee .employee-login-form .submit-bar:hover, .employee .employee-login-form button[type=submit]:hover {
|
|
36945
|
+
background: linear-gradient(135deg, #216f17, #287f1d) !important;
|
|
36946
|
+
background: linear-gradient(135deg, var(--mseva-green-800), var(--mseva-green-700)) !important;
|
|
36947
|
+
-webkit-box-shadow: 0 11px 22px rgba(33, 111, 23, 0.28) !important;
|
|
36948
|
+
box-shadow: 0 11px 22px rgba(33, 111, 23, 0.28) !important;
|
|
36949
|
+
}
|
|
36950
|
+
|
|
36951
|
+
.employee .employee-login-footer a, .employee .employee-login-form .secondary-label {
|
|
36952
|
+
color: #216f17 !important;
|
|
36953
|
+
color: var(--mseva-green-800) !important;
|
|
36954
|
+
}
|
|
36955
|
+
|
|
36956
|
+
.employee .topbar .employee-mseva-brand-mark {
|
|
36957
|
+
width: 151px;
|
|
36958
|
+
height: 46px;
|
|
36959
|
+
-webkit-box-flex: 0;
|
|
36960
|
+
-ms-flex: 0 0 151px;
|
|
36961
|
+
flex: 0 0 151px;
|
|
36962
|
+
margin-right: 12px;
|
|
36963
|
+
overflow: hidden;
|
|
36964
|
+
}
|
|
36965
|
+
|
|
36966
|
+
.employee .topbar .employee-mseva-brand-mark img {
|
|
36967
|
+
display: block;
|
|
36968
|
+
width: 151px;
|
|
36969
|
+
max-width: none;
|
|
36970
|
+
height: auto;
|
|
36971
|
+
-webkit-transform: translate(-20px, -25px);
|
|
36972
|
+
transform: translate(-20px, -25px);
|
|
36973
|
+
}
|
|
36974
|
+
|
|
36975
|
+
.employee .sidebar {
|
|
36976
|
+
top: 76px;
|
|
36977
|
+
height: calc(100vh - 76px);
|
|
36978
|
+
margin-top: 0 !important;
|
|
36979
|
+
padding: 12px 0 20px;
|
|
36980
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7fbff)) !important;
|
|
36981
|
+
background: linear-gradient(180deg, #fff, #f7fbff) !important;
|
|
36982
|
+
border-right: 1px solid #d8e5f2 !important;
|
|
36983
|
+
border-radius: 0;
|
|
36984
|
+
-webkit-box-shadow: 4px 0 16px rgba(7, 75, 152, 0.08);
|
|
36985
|
+
box-shadow: 4px 0 16px rgba(7, 75, 152, 0.08);
|
|
36986
|
+
}
|
|
36987
|
+
|
|
36988
|
+
.employee .employee-mobile-sidebar .submenu-container, .employee .sidebar .submenu-container {
|
|
36989
|
+
margin: 0 !important;
|
|
36990
|
+
padding: 0 !important;
|
|
36991
|
+
}
|
|
36992
|
+
|
|
36993
|
+
.employee .employee-mobile-sidebar .sidebar-link, .employee .sidebar .sidebar-link {
|
|
36994
|
+
display: -webkit-box !important;
|
|
36995
|
+
display: -ms-flexbox !important;
|
|
36996
|
+
display: flex !important;
|
|
36997
|
+
min-height: 48px;
|
|
36998
|
+
-webkit-box-align: center !important;
|
|
36999
|
+
-ms-flex-align: center !important;
|
|
37000
|
+
align-items: center !important;
|
|
37001
|
+
-webkit-box-pack: justify !important;
|
|
37002
|
+
-ms-flex-pack: justify !important;
|
|
37003
|
+
justify-content: space-between !important;
|
|
37004
|
+
margin: 3px 8px;
|
|
37005
|
+
padding: 10px 12px !important;
|
|
37006
|
+
border: 1px solid transparent;
|
|
37007
|
+
border-radius: 8px;
|
|
37008
|
+
background: transparent !important;
|
|
37009
|
+
cursor: pointer !important;
|
|
37010
|
+
-webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
|
|
37011
|
+
transition: background-color 0.2s ease, border-color 0.2s ease;
|
|
37012
|
+
}
|
|
37013
|
+
|
|
37014
|
+
.employee .employee-mobile-sidebar .sidebar-link:hover, .employee .sidebar .sidebar-link:hover {
|
|
37015
|
+
border-color: #d7e8dc;
|
|
37016
|
+
background: #eef8eb !important;
|
|
37017
|
+
background: var(--mseva-green-100) !important;
|
|
37018
|
+
}
|
|
37019
|
+
|
|
37020
|
+
.employee .employee-mobile-sidebar .sidebar-link.active, .employee .sidebar .sidebar-link.active {
|
|
37021
|
+
border-color: #b9dbb4;
|
|
37022
|
+
background: #eef8eb !important;
|
|
37023
|
+
background: var(--mseva-green-100) !important;
|
|
37024
|
+
}
|
|
37025
|
+
|
|
37026
|
+
.employee .employee-mobile-sidebar .actions, .employee .sidebar .actions {
|
|
37027
|
+
display: -webkit-box !important;
|
|
37028
|
+
display: -ms-flexbox !important;
|
|
37029
|
+
display: flex !important;
|
|
37030
|
+
min-width: 0;
|
|
37031
|
+
-webkit-box-flex: 1;
|
|
37032
|
+
-ms-flex: 1;
|
|
37033
|
+
flex: 1;
|
|
37034
|
+
-webkit-box-align: center !important;
|
|
37035
|
+
-ms-flex-align: center !important;
|
|
37036
|
+
align-items: center !important;
|
|
37037
|
+
grid-gap: 12px !important;
|
|
37038
|
+
gap: 12px !important;
|
|
37039
|
+
padding: 0 !important;
|
|
37040
|
+
}
|
|
37041
|
+
|
|
37042
|
+
.employee .employee-mobile-sidebar .actions svg, .employee .sidebar .actions svg {
|
|
37043
|
+
width: 20px !important;
|
|
37044
|
+
height: 20px !important;
|
|
37045
|
+
-ms-flex-negative: 0;
|
|
37046
|
+
flex-shrink: 0;
|
|
37047
|
+
margin: 0 !important;
|
|
37048
|
+
color: #0b63be !important;
|
|
37049
|
+
color: var(--mseva-blue-700) !important;
|
|
37050
|
+
fill: #0b63be !important;
|
|
37051
|
+
fill: var(--mseva-blue-700) !important;
|
|
37052
|
+
}
|
|
37053
|
+
|
|
37054
|
+
.employee .employee-mobile-sidebar .sidebar-link.active .actions svg, .employee .employee-mobile-sidebar .sidebar-link:hover .actions svg, .employee .sidebar .sidebar-link.active .actions svg, .employee .sidebar .sidebar-link:hover .actions svg {
|
|
37055
|
+
color: #216f17 !important;
|
|
37056
|
+
color: var(--mseva-green-800) !important;
|
|
37057
|
+
fill: #216f17 !important;
|
|
37058
|
+
fill: var(--mseva-green-800) !important;
|
|
37059
|
+
}
|
|
37060
|
+
|
|
37061
|
+
.employee .employee-mobile-sidebar .actions a, .employee .employee-mobile-sidebar .actions span, .employee .employee-mobile-sidebar .custom-link, .employee .sidebar .actions a, .employee .sidebar .actions span, .employee .sidebar .custom-link {
|
|
37062
|
+
overflow: hidden;
|
|
37063
|
+
color: #074b98 !important;
|
|
37064
|
+
color: var(--mseva-text) !important;
|
|
37065
|
+
font-size: 0.875rem !important;
|
|
37066
|
+
font-weight: 600 !important;
|
|
37067
|
+
text-decoration: none !important;
|
|
37068
|
+
text-overflow: ellipsis;
|
|
37069
|
+
white-space: nowrap;
|
|
37070
|
+
}
|
|
37071
|
+
|
|
37072
|
+
.employee .employee-mobile-sidebar .dropdown-link, .employee .sidebar .dropdown-link {
|
|
37073
|
+
display: -webkit-box !important;
|
|
37074
|
+
display: -ms-flexbox !important;
|
|
37075
|
+
display: flex !important;
|
|
37076
|
+
min-height: 40px;
|
|
37077
|
+
-webkit-box-align: center;
|
|
37078
|
+
-ms-flex-align: center;
|
|
37079
|
+
align-items: center;
|
|
37080
|
+
margin: 2px 8px 2px 30px;
|
|
37081
|
+
padding: 8px 12px !important;
|
|
37082
|
+
border-radius: 6px;
|
|
37083
|
+
color: #245f9c !important;
|
|
37084
|
+
color: var(--mseva-text-secondary) !important;
|
|
37085
|
+
font-size: 0.8125rem !important;
|
|
37086
|
+
text-decoration: none !important;
|
|
37087
|
+
}
|
|
37088
|
+
|
|
37089
|
+
.employee .employee-mobile-sidebar .dropdown-link.active, .employee .employee-mobile-sidebar .dropdown-link:hover, .employee .sidebar .dropdown-link.active, .employee .sidebar .dropdown-link:hover {
|
|
37090
|
+
background: #e9f2fc !important;
|
|
37091
|
+
background: var(--mseva-blue-100) !important;
|
|
37092
|
+
color: #074b98 !important;
|
|
37093
|
+
color: var(--mseva-blue-900) !important;
|
|
37094
|
+
}
|
|
37095
|
+
|
|
37096
|
+
.employee .employee-mobile-sidebar .search-icon-wrapper, .employee .sidebar .search-icon-wrapper {
|
|
37097
|
+
display: -webkit-box !important;
|
|
37098
|
+
display: -ms-flexbox !important;
|
|
37099
|
+
display: flex !important;
|
|
37100
|
+
-webkit-box-align: center !important;
|
|
37101
|
+
-ms-flex-align: center !important;
|
|
37102
|
+
align-items: center !important;
|
|
37103
|
+
grid-gap: 8px !important;
|
|
37104
|
+
gap: 8px !important;
|
|
37105
|
+
margin: 0 8px 12px !important;
|
|
37106
|
+
padding: 9px 10px !important;
|
|
37107
|
+
border: 1px solid #cbd5e1;
|
|
37108
|
+
border-radius: 8px;
|
|
37109
|
+
background: #fff !important;
|
|
37110
|
+
}
|
|
37111
|
+
|
|
37112
|
+
.employee .employee-mobile-sidebar .search-icon-wrapper svg, .employee .sidebar .search-icon-wrapper svg {
|
|
37113
|
+
width: 18px !important;
|
|
37114
|
+
height: 18px !important;
|
|
37115
|
+
margin: 0 !important;
|
|
37116
|
+
color: #3d709f !important;
|
|
37117
|
+
color: var(--mseva-text-muted) !important;
|
|
37118
|
+
fill: #3d709f !important;
|
|
37119
|
+
fill: var(--mseva-text-muted) !important;
|
|
37120
|
+
}
|
|
37121
|
+
|
|
37122
|
+
.employee .employee-mobile-sidebar .employee-search-input, .employee .sidebar .employee-search-input {
|
|
37123
|
+
width: 100% !important;
|
|
37124
|
+
min-width: 0;
|
|
37125
|
+
border: 0 !important;
|
|
37126
|
+
outline: 0 !important;
|
|
37127
|
+
background: transparent !important;
|
|
37128
|
+
-webkit-box-shadow: none !important;
|
|
37129
|
+
box-shadow: none !important;
|
|
37130
|
+
color: #074b98 !important;
|
|
37131
|
+
color: var(--mseva-text) !important;
|
|
37132
|
+
font-size: 0.8125rem !important;
|
|
37133
|
+
}
|
|
37134
|
+
|
|
37135
|
+
.employee .employee-mobile-sidebar .employee-search-input::-webkit-input-placeholder, .employee .sidebar .employee-search-input::-webkit-input-placeholder {
|
|
37136
|
+
color: #3d709f !important;
|
|
37137
|
+
color: var(--mseva-text-muted) !important;
|
|
37138
|
+
}
|
|
37139
|
+
|
|
37140
|
+
.employee .employee-mobile-sidebar .employee-search-input::-moz-placeholder, .employee .sidebar .employee-search-input::-moz-placeholder {
|
|
37141
|
+
color: #3d709f !important;
|
|
37142
|
+
color: var(--mseva-text-muted) !important;
|
|
37143
|
+
}
|
|
37144
|
+
|
|
37145
|
+
.employee .employee-mobile-sidebar .employee-search-input:-ms-input-placeholder, .employee .sidebar .employee-search-input:-ms-input-placeholder {
|
|
37146
|
+
color: #3d709f !important;
|
|
37147
|
+
color: var(--mseva-text-muted) !important;
|
|
37148
|
+
}
|
|
37149
|
+
|
|
37150
|
+
.employee .employee-mobile-sidebar .employee-search-input::-ms-input-placeholder, .employee .sidebar .employee-search-input::-ms-input-placeholder {
|
|
37151
|
+
color: #3d709f !important;
|
|
37152
|
+
color: var(--mseva-text-muted) !important;
|
|
37153
|
+
}
|
|
37154
|
+
|
|
37155
|
+
.employee .sidebar .employee-search-input::-webkit-input-placeholder, .employee .employee-mobile-sidebar .employee-search-input::-webkit-input-placeholder {
|
|
37156
|
+
color: #3d709f !important;
|
|
37157
|
+
color: var(--mseva-text-muted) !important;
|
|
37158
|
+
}
|
|
37159
|
+
|
|
37160
|
+
.employee .sidebar .employee-search-input::-moz-placeholder, .employee .employee-mobile-sidebar .employee-search-input::-moz-placeholder {
|
|
37161
|
+
color: #3d709f !important;
|
|
37162
|
+
color: var(--mseva-text-muted) !important;
|
|
37163
|
+
}
|
|
37164
|
+
|
|
37165
|
+
.employee .sidebar .employee-search-input:-ms-input-placeholder, .employee .employee-mobile-sidebar .employee-search-input:-ms-input-placeholder {
|
|
37166
|
+
color: #3d709f !important;
|
|
37167
|
+
color: var(--mseva-text-muted) !important;
|
|
37168
|
+
}
|
|
37169
|
+
|
|
37170
|
+
.employee .sidebar .employee-search-input::-ms-input-placeholder, .employee .employee-mobile-sidebar .employee-search-input::-ms-input-placeholder {
|
|
37171
|
+
color: #3d709f !important;
|
|
37172
|
+
color: var(--mseva-text-muted) !important;
|
|
37173
|
+
}
|
|
37174
|
+
|
|
37175
|
+
.employee .employee-mobile-sidebar .employee-search-input::placeholder, .employee .sidebar .employee-search-input::placeholder {
|
|
37176
|
+
color: #3d709f !important;
|
|
37177
|
+
color: var(--mseva-text-muted) !important;
|
|
37178
|
+
}
|
|
37179
|
+
|
|
37180
|
+
.employee .sidebar.sidebar--collapsed {
|
|
37181
|
+
width: 64px !important;
|
|
37182
|
+
}
|
|
37183
|
+
|
|
37184
|
+
.employee .sidebar.sidebar--collapsed .sidebar-link {
|
|
37185
|
+
-webkit-box-pack: center !important;
|
|
37186
|
+
-ms-flex-pack: center !important;
|
|
37187
|
+
justify-content: center !important;
|
|
37188
|
+
margin: 5px 7px;
|
|
37189
|
+
padding: 11px !important;
|
|
37190
|
+
}
|
|
37191
|
+
|
|
37192
|
+
.employee .sidebar.sidebar--collapsed .sidebar-link > div:last-child:not(:only-child) {
|
|
37193
|
+
display: none !important;
|
|
37194
|
+
}
|
|
37195
|
+
|
|
37196
|
+
.employee .sidebar.sidebar--collapsed .actions {
|
|
37197
|
+
-webkit-box-flex: 0;
|
|
37198
|
+
-ms-flex: 0 0 100%;
|
|
37199
|
+
flex: 0 0 100%;
|
|
37200
|
+
-webkit-box-pack: center;
|
|
37201
|
+
-ms-flex-pack: center;
|
|
37202
|
+
justify-content: center;
|
|
37203
|
+
}
|
|
37204
|
+
|
|
37205
|
+
.employee .sidebar.sidebar--collapsed .actions .custom-link, .employee .sidebar.sidebar--collapsed .actions span, .employee .sidebar.sidebar--collapsed .employee-search-input {
|
|
37206
|
+
display: none !important;
|
|
37207
|
+
}
|
|
37208
|
+
|
|
37209
|
+
.employee .sidebar.sidebar--collapsed .search-icon-wrapper {
|
|
37210
|
+
-webkit-box-pack: center;
|
|
37211
|
+
-ms-flex-pack: center;
|
|
37212
|
+
justify-content: center;
|
|
37213
|
+
margin: 0 7px 12px !important;
|
|
37214
|
+
padding: 11px !important;
|
|
37215
|
+
border-color: transparent;
|
|
37216
|
+
background: transparent !important;
|
|
37217
|
+
}
|
|
37218
|
+
|
|
37219
|
+
.employee .employee-mobile-sidebar {
|
|
37220
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7fbff)) !important;
|
|
37221
|
+
background: linear-gradient(180deg, #fff, #f7fbff) !important;
|
|
37222
|
+
-webkit-box-shadow: 8px 0 24px rgba(7, 75, 152, 0.18) !important;
|
|
37223
|
+
box-shadow: 8px 0 24px rgba(7, 75, 152, 0.18) !important;
|
|
37224
|
+
}
|
|
37225
|
+
|
|
37226
|
+
.employee .employee-mobile-sidebar > div:first-child {
|
|
37227
|
+
border-bottom-color: #d8e5f2 !important;
|
|
37228
|
+
background: #fff;
|
|
37229
|
+
}
|
|
37230
|
+
|
|
37231
|
+
.employee .InboxComposerWrapper, .employee .new-inbox-wrapper {
|
|
37232
|
+
color: #074b98;
|
|
37233
|
+
color: var(--mseva-text);
|
|
37234
|
+
}
|
|
37235
|
+
|
|
37236
|
+
.employee .InboxComposerWrapper .complaint-links-container, .employee .InboxComposerWrapper .filter-card, .employee .InboxComposerWrapper .search-complaint-container, .employee .InboxComposerWrapper .search-container, .employee .new-inbox-table-card, .employee .new-inbox-top-filters, .employee .new-inbox-topbar {
|
|
37237
|
+
border: 1px solid #d8e5f2;
|
|
37238
|
+
border-radius: 10px;
|
|
37239
|
+
border-radius: var(--mseva-radius-md);
|
|
37240
|
+
background: #fff;
|
|
37241
|
+
-webkit-box-shadow: 0 7px 18px rgba(7, 75, 152, 0.07);
|
|
37242
|
+
box-shadow: 0 7px 18px rgba(7, 75, 152, 0.07);
|
|
37243
|
+
}
|
|
37244
|
+
|
|
37245
|
+
.employee .InboxComposerWrapper .complaint-links-container {
|
|
37246
|
+
overflow: hidden;
|
|
37247
|
+
}
|
|
37248
|
+
|
|
37249
|
+
.employee .InboxComposerWrapper > .inboxLinks {
|
|
37250
|
+
-ms-flex-item-align: start;
|
|
37251
|
+
align-self: flex-start;
|
|
37252
|
+
min-height: 0;
|
|
37253
|
+
}
|
|
37254
|
+
|
|
37255
|
+
.employee .InboxComposerWrapper > .inboxLinks .complaint-links-container .body:empty {
|
|
37256
|
+
display: none;
|
|
37257
|
+
}
|
|
37258
|
+
|
|
37259
|
+
.employee .InboxComposerWrapper .complaint-links-container .header, .employee .InboxComposerWrapper .filter-card .heading {
|
|
37260
|
+
border-bottom-color: #e1ebf5;
|
|
37261
|
+
}
|
|
37262
|
+
|
|
37263
|
+
.employee .InboxComposerWrapper .complaint-links-container .header .logo {
|
|
37264
|
+
border-radius: 10px;
|
|
37265
|
+
background: #e9f2fc;
|
|
37266
|
+
background: var(--mseva-blue-100);
|
|
37267
|
+
}
|
|
37268
|
+
|
|
37269
|
+
.employee .InboxComposerWrapper .complaint-links-container .header .logo svg, .employee .InboxComposerWrapper .complaint-links-container .header .logo svg path {
|
|
37270
|
+
fill: #0b63be;
|
|
37271
|
+
fill: var(--mseva-blue-700);
|
|
37272
|
+
}
|
|
37273
|
+
|
|
37274
|
+
.employee .InboxComposerWrapper .complaint-links-container .header .text, .employee .InboxComposerWrapper .filter-card .filter-label, .employee .InboxComposerWrapper .filter-card .filter-label svg {
|
|
37275
|
+
color: #074b98 !important;
|
|
37276
|
+
color: var(--mseva-blue-900) !important;
|
|
37277
|
+
fill: #074b98 !important;
|
|
37278
|
+
fill: var(--mseva-blue-900) !important;
|
|
37279
|
+
}
|
|
37280
|
+
|
|
37281
|
+
.employee .InboxComposerWrapper .clear-search, .employee .InboxComposerWrapper .clear-search .link-label, .employee .InboxComposerWrapper .complaint-links-container .body .link {
|
|
37282
|
+
color: #216f17 !important;
|
|
37283
|
+
color: var(--mseva-green-800) !important;
|
|
37284
|
+
}
|
|
37285
|
+
|
|
37286
|
+
.employee .inbox-count, .employee .InboxComposerWrapper .complaint-links-container .body .inbox-total {
|
|
37287
|
+
background: #074b98 !important;
|
|
37288
|
+
background: var(--mseva-blue-900) !important;
|
|
37289
|
+
}
|
|
37290
|
+
|
|
37291
|
+
.employee .InboxComposerWrapper .filter-card {
|
|
37292
|
+
padding: 18px !important;
|
|
37293
|
+
}
|
|
37294
|
+
|
|
37295
|
+
.employee .InboxComposerWrapper .filter-card .sub-filter-label, .employee .InboxComposerWrapper .filter-form-field p {
|
|
37296
|
+
color: #245f9c !important;
|
|
37297
|
+
color: var(--mseva-text-secondary) !important;
|
|
37298
|
+
}
|
|
37299
|
+
|
|
37300
|
+
.employee .InboxComposerWrapper .search-complaint-container, .employee .InboxComposerWrapper .search-container {
|
|
37301
|
+
padding: 18px !important;
|
|
37302
|
+
}
|
|
37303
|
+
|
|
37304
|
+
.employee .InboxComposerWrapper .search-complaint-container input, .employee .InboxComposerWrapper .search-complaint-container .checkbox-wrap .input-emp, .checkbox-wrap .employee .InboxComposerWrapper .search-complaint-container .input-emp, .employee .InboxComposerWrapper .search-container input, .employee .InboxComposerWrapper .search-container .checkbox-wrap .input-emp, .checkbox-wrap .employee .InboxComposerWrapper .search-container .input-emp {
|
|
37305
|
+
border-color: #cbd5e1 !important;
|
|
37306
|
+
border-color: var(--mseva-border) !important;
|
|
37307
|
+
-webkit-box-shadow: none !important;
|
|
37308
|
+
box-shadow: none !important;
|
|
37309
|
+
}
|
|
37310
|
+
|
|
37311
|
+
.employee .InboxComposerWrapper .search-complaint-container input:focus, .employee .InboxComposerWrapper .search-complaint-container .checkbox-wrap .input-emp:focus, .checkbox-wrap .employee .InboxComposerWrapper .search-complaint-container .input-emp:focus, .employee .InboxComposerWrapper .search-container input:focus, .employee .InboxComposerWrapper .search-container .checkbox-wrap .input-emp:focus, .checkbox-wrap .employee .InboxComposerWrapper .search-container .input-emp:focus {
|
|
37312
|
+
border-color: #287f1d !important;
|
|
37313
|
+
border-color: var(--mseva-green-700) !important;
|
|
37314
|
+
-webkit-box-shadow: 0 0 0 3px rgba(40, 127, 29, 0.14) !important;
|
|
37315
|
+
box-shadow: 0 0 0 3px rgba(40, 127, 29, 0.14) !important;
|
|
37316
|
+
}
|
|
37317
|
+
|
|
37318
|
+
@media (min-width: 780px) {
|
|
37319
|
+
.employee .InboxComposerWrapper .search-container {
|
|
37320
|
+
width: auto !important;
|
|
37321
|
+
margin-left: 0 !important;
|
|
37322
|
+
-ms-flex-item-align: start;
|
|
37323
|
+
align-self: flex-start;
|
|
37324
|
+
}
|
|
37325
|
+
|
|
37326
|
+
.employee .InboxComposerWrapper .search-container .search-complaint-container {
|
|
37327
|
+
margin: 0;
|
|
37328
|
+
}
|
|
37329
|
+
|
|
37330
|
+
.employee .InboxComposerWrapper .search-container .complaint-input-container {
|
|
37331
|
+
display: grid !important;
|
|
37332
|
+
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(148px, 0.72fr) !important;
|
|
37333
|
+
grid-gap: 16px;
|
|
37334
|
+
gap: 16px;
|
|
37335
|
+
-webkit-box-align: end;
|
|
37336
|
+
-ms-flex-align: end;
|
|
37337
|
+
align-items: end;
|
|
37338
|
+
}
|
|
37339
|
+
|
|
37340
|
+
.employee .InboxComposerWrapper .search-container .complaint-input-container > .form-field {
|
|
37341
|
+
width: auto !important;
|
|
37342
|
+
margin: 0 !important;
|
|
37343
|
+
padding-right: 0 !important;
|
|
37344
|
+
}
|
|
37345
|
+
|
|
37346
|
+
.employee .InboxComposerWrapper .search-container .search-action-wrapper {
|
|
37347
|
+
display: -webkit-box !important;
|
|
37348
|
+
display: -ms-flexbox !important;
|
|
37349
|
+
display: flex !important;
|
|
37350
|
+
width: auto !important;
|
|
37351
|
+
max-width: none !important;
|
|
37352
|
+
min-height: 44px;
|
|
37353
|
+
min-height: var(--mseva-control-min);
|
|
37354
|
+
margin: 0 !important;
|
|
37355
|
+
-webkit-box-align: center;
|
|
37356
|
+
-ms-flex-align: center;
|
|
37357
|
+
align-items: center;
|
|
37358
|
+
-webkit-box-pack: start;
|
|
37359
|
+
-ms-flex-pack: start;
|
|
37360
|
+
justify-content: flex-start;
|
|
37361
|
+
text-align: left;
|
|
37362
|
+
}
|
|
37363
|
+
|
|
37364
|
+
.employee .InboxComposerWrapper .search-container .search-action-wrapper > div {
|
|
37365
|
+
display: -webkit-box;
|
|
37366
|
+
display: -ms-flexbox;
|
|
37367
|
+
display: flex;
|
|
37368
|
+
width: 100%;
|
|
37369
|
+
-webkit-box-align: center;
|
|
37370
|
+
-ms-flex-align: center;
|
|
37371
|
+
align-items: center;
|
|
37372
|
+
grid-gap: 12px;
|
|
37373
|
+
gap: 12px;
|
|
37374
|
+
}
|
|
37375
|
+
|
|
37376
|
+
.employee .InboxComposerWrapper .search-container .search-action-wrapper .submit-bar {
|
|
37377
|
+
width: 100%;
|
|
37378
|
+
min-width: 132px;
|
|
37379
|
+
margin: 0;
|
|
37380
|
+
}
|
|
37381
|
+
|
|
37382
|
+
.employee .InboxComposerWrapper .search-container .search-action-wrapper .clear-search {
|
|
37383
|
+
padding-top: 0 !important;
|
|
37384
|
+
white-space: nowrap;
|
|
37385
|
+
}
|
|
37386
|
+
}
|
|
37387
|
+
.employee .InboxComposerWrapper .employee-data-table, .employee .InboxComposerWrapper .result .card, .employee .InboxComposerWrapper .table {
|
|
37388
|
+
border: 1px solid #d8e5f2;
|
|
37389
|
+
border-radius: 10px;
|
|
37390
|
+
border-radius: var(--mseva-radius-md);
|
|
37391
|
+
-webkit-box-shadow: 0 7px 18px rgba(7, 75, 152, 0.07);
|
|
37392
|
+
box-shadow: 0 7px 18px rgba(7, 75, 152, 0.07);
|
|
37393
|
+
}
|
|
37394
|
+
|
|
37395
|
+
.employee .new-inbox-wrapper {
|
|
37396
|
+
margin-top: 24px;
|
|
37397
|
+
padding: 24px;
|
|
37398
|
+
border-radius: 16px;
|
|
37399
|
+
border-radius: var(--mseva-radius-lg);
|
|
37400
|
+
background: linear-gradient(145deg, #f8fbff, #f3faf3);
|
|
37401
|
+
}
|
|
37402
|
+
|
|
37403
|
+
.employee .new-inbox-header {
|
|
37404
|
+
color: #074b98;
|
|
37405
|
+
color: var(--mseva-blue-900);
|
|
37406
|
+
font-size: clamp(1.55rem, 2vw, 2rem);
|
|
37407
|
+
}
|
|
37408
|
+
|
|
37409
|
+
.employee .new-inbox-count-pill {
|
|
37410
|
+
min-width: 32px;
|
|
37411
|
+
height: 32px;
|
|
37412
|
+
background: #074b98;
|
|
37413
|
+
background: var(--mseva-blue-900);
|
|
37414
|
+
-webkit-box-shadow: 0 4px 10px rgba(7, 75, 152, 0.18);
|
|
37415
|
+
box-shadow: 0 4px 10px rgba(7, 75, 152, 0.18);
|
|
37416
|
+
}
|
|
37417
|
+
|
|
37418
|
+
.employee .new-inbox-top-filters {
|
|
37419
|
+
padding: 18px;
|
|
37420
|
+
}
|
|
37421
|
+
|
|
37422
|
+
.employee .new-inbox-topbar {
|
|
37423
|
+
border-color: #d8e5f2;
|
|
37424
|
+
-webkit-box-shadow: 0 7px 18px rgba(7, 75, 152, 0.07);
|
|
37425
|
+
box-shadow: 0 7px 18px rgba(7, 75, 152, 0.07);
|
|
37426
|
+
}
|
|
37427
|
+
|
|
37428
|
+
.employee .new-inbox-tab {
|
|
37429
|
+
border-color: #cbdbe9;
|
|
37430
|
+
background: #f7fbff;
|
|
37431
|
+
color: #074b98;
|
|
37432
|
+
color: var(--mseva-blue-900);
|
|
37433
|
+
}
|
|
37434
|
+
|
|
37435
|
+
.employee .new-inbox-tab:hover {
|
|
37436
|
+
border-color: #a9d0ad;
|
|
37437
|
+
background: #eef8eb;
|
|
37438
|
+
background: var(--mseva-green-100);
|
|
37439
|
+
}
|
|
37440
|
+
|
|
37441
|
+
.employee .new-inbox-tab-active {
|
|
37442
|
+
border-color: #216f17;
|
|
37443
|
+
border-color: var(--mseva-green-800);
|
|
37444
|
+
background: #216f17;
|
|
37445
|
+
background: var(--mseva-green-800);
|
|
37446
|
+
-webkit-box-shadow: 0 5px 12px rgba(33, 111, 23, 0.2);
|
|
37447
|
+
box-shadow: 0 5px 12px rgba(33, 111, 23, 0.2);
|
|
37448
|
+
}
|
|
37449
|
+
|
|
37450
|
+
.employee .new-inbox-tab-count {
|
|
37451
|
+
background: #e2edf8;
|
|
37452
|
+
color: #074b98;
|
|
37453
|
+
color: var(--mseva-blue-900);
|
|
37454
|
+
}
|
|
37455
|
+
|
|
37456
|
+
.employee .new-inbox-tab-count-active {
|
|
37457
|
+
background: hsla(0deg, 0%, 100%, 0.22);
|
|
37458
|
+
color: #fff;
|
|
37459
|
+
}
|
|
37460
|
+
|
|
37461
|
+
.employee .new-inbox-search {
|
|
37462
|
+
border-color: #cbdbe9;
|
|
37463
|
+
background: #f8fbff;
|
|
37464
|
+
}
|
|
37465
|
+
|
|
37466
|
+
.employee .new-inbox-search:focus-within, .employee .new-inbox-search[focus-within] {
|
|
37467
|
+
border-color: #287f1d;
|
|
37468
|
+
border-color: var(--mseva-green-700);
|
|
37469
|
+
-webkit-box-shadow: 0 0 0 3px rgba(40, 127, 29, 0.14);
|
|
37470
|
+
box-shadow: 0 0 0 3px rgba(40, 127, 29, 0.14);
|
|
37471
|
+
}
|
|
37472
|
+
|
|
37473
|
+
.employee .new-inbox-search-input {
|
|
37474
|
+
color: #074b98;
|
|
37475
|
+
color: var(--mseva-text);
|
|
37476
|
+
}
|
|
37477
|
+
|
|
37478
|
+
.employee .new-inbox-search-icon svg circle, .employee .new-inbox-search-icon svg line {
|
|
37479
|
+
stroke: #3d709f;
|
|
37480
|
+
stroke: var(--mseva-text-muted);
|
|
37481
|
+
}
|
|
37482
|
+
|
|
37483
|
+
.employee .new-inbox-table-header {
|
|
37484
|
+
border-bottom-color: #d8e5f2;
|
|
37485
|
+
background: #edf5fc;
|
|
37486
|
+
color: #074b98;
|
|
37487
|
+
color: var(--mseva-blue-900);
|
|
37488
|
+
}
|
|
37489
|
+
|
|
37490
|
+
.employee .new-inbox-pagination {
|
|
37491
|
+
border-top-color: #d8e5f2;
|
|
37492
|
+
color: #245f9c;
|
|
37493
|
+
color: var(--mseva-text-secondary);
|
|
37494
|
+
}
|
|
37495
|
+
|
|
37496
|
+
.employee .new-inbox-pagination-button, .employee .new-inbox-pagination-select {
|
|
37497
|
+
border-color: #cbdbe9;
|
|
37498
|
+
color: #074b98;
|
|
37499
|
+
color: var(--mseva-blue-900);
|
|
37500
|
+
}
|
|
37501
|
+
|
|
37502
|
+
.employee .new-inbox-pagination-button:not(.new-inbox-pagination-button-disabled):hover {
|
|
37503
|
+
border-color: #287f1d;
|
|
37504
|
+
border-color: var(--mseva-green-700);
|
|
37505
|
+
background: #eef8eb;
|
|
37506
|
+
background: var(--mseva-green-100);
|
|
37507
|
+
}
|
|
37508
|
+
|
|
37509
|
+
.employee .ndc-new-filter-option-card, .employee .ndc-new-filter-status-card {
|
|
37510
|
+
border-color: #cbdbe9;
|
|
37511
|
+
-webkit-box-shadow: 0 3px 10px rgba(7, 75, 152, 0.05);
|
|
37512
|
+
box-shadow: 0 3px 10px rgba(7, 75, 152, 0.05);
|
|
37513
|
+
}
|
|
37514
|
+
|
|
37515
|
+
.employee .ndc-new-filter-option-card:not(.primary):not(.success):not(.warning):not(.danger):not(.info):not(.indigo):not(.teal):not(.pink):not(.amber):not(.slate), .employee .ndc-new-filter-status-card:not(.primary):not(.success):not(.warning):not(.danger):not(.info):not(.indigo):not(.teal):not(.pink):not(.amber):not(.slate) {
|
|
37516
|
+
background: #fff;
|
|
37517
|
+
}
|
|
37518
|
+
|
|
37519
|
+
.employee .ndc-new-filter-option-card:not(.primary):not(.success):not(.warning):not(.danger):not(.info):not(.indigo):not(.teal):not(.pink):not(.amber):not(.slate) .ndc-new-filter-option-title, .employee .ndc-new-filter-status-card:not(.primary):not(.success):not(.warning):not(.danger):not(.info):not(.indigo):not(.teal):not(.pink):not(.amber):not(.slate) .ndc-new-filter-status-title {
|
|
37520
|
+
color: #074b98;
|
|
37521
|
+
color: var(--mseva-blue-900);
|
|
37522
|
+
}
|
|
37523
|
+
|
|
37524
|
+
.employee .ndc-new-filter-option-card.active:not(.primary):not(.success):not(.warning):not(.danger):not(.info):not(.indigo):not(.teal):not(.pink):not(.amber):not(.slate), .employee .ndc-new-filter-status-card.active:not(.primary):not(.success):not(.warning):not(.danger):not(.info):not(.indigo):not(.teal):not(.pink):not(.amber):not(.slate) {
|
|
37525
|
+
border-color: #287f1d;
|
|
37526
|
+
border-color: var(--mseva-green-700);
|
|
37527
|
+
background: #eef8eb;
|
|
37528
|
+
background: var(--mseva-green-100);
|
|
37529
|
+
-webkit-box-shadow: 0 5px 14px rgba(33, 111, 23, 0.16);
|
|
37530
|
+
box-shadow: 0 5px 14px rgba(33, 111, 23, 0.16);
|
|
37531
|
+
}
|
|
37532
|
+
|
|
37533
|
+
.employee .ndc-new-filter-card-check {
|
|
37534
|
+
background: #216f17;
|
|
37535
|
+
background: var(--mseva-green-800);
|
|
37536
|
+
}
|
|
37537
|
+
|
|
37538
|
+
.employee .ndc-new-filter-show-more {
|
|
37539
|
+
color: #216f17;
|
|
37540
|
+
color: var(--mseva-green-800);
|
|
37541
|
+
}
|
|
37542
|
+
|
|
37543
|
+
@media (max-width: 640px) {
|
|
37544
|
+
.employee .InboxComposerWrapper {
|
|
37545
|
+
grid-gap: 16px;
|
|
37546
|
+
gap: 16px;
|
|
37547
|
+
}
|
|
37548
|
+
|
|
37549
|
+
.employee .InboxComposerWrapper .filter-card, .employee .InboxComposerWrapper .search-complaint-container, .employee .InboxComposerWrapper .search-container, .employee .new-inbox-top-filters, .employee .new-inbox-wrapper {
|
|
37550
|
+
padding: 14px !important;
|
|
37551
|
+
}
|
|
37552
|
+
|
|
37553
|
+
.employee .new-inbox-wrapper {
|
|
37554
|
+
margin-top: 16px;
|
|
37555
|
+
border-radius: 12px;
|
|
37556
|
+
}
|
|
37557
|
+
|
|
37558
|
+
.employee .new-inbox-tabs {
|
|
37559
|
+
-ms-flex-wrap: nowrap;
|
|
37560
|
+
flex-wrap: nowrap;
|
|
37561
|
+
padding-bottom: 6px;
|
|
37562
|
+
}
|
|
37563
|
+
|
|
37564
|
+
.employee .new-inbox-tab {
|
|
37565
|
+
min-height: 36px;
|
|
37566
|
+
}
|
|
37567
|
+
}
|
|
37568
|
+
.employee .employee-dashboard-container {
|
|
37569
|
+
width: min(100% - 48px, 1440px);
|
|
37570
|
+
margin: 72px auto 48px;
|
|
37571
|
+
grid-gap: 28px;
|
|
37572
|
+
gap: 28px;
|
|
37573
|
+
}
|
|
37574
|
+
|
|
37575
|
+
.employee .employee-dashboard-container > div:first-child {
|
|
37576
|
+
margin: 0 !important;
|
|
37577
|
+
padding: 42px 48px !important;
|
|
37578
|
+
border: 1px solid rgba(7, 75, 152, 0.2);
|
|
37579
|
+
border-radius: 16px !important;
|
|
37580
|
+
border-radius: var(--mseva-radius-lg) !important;
|
|
37581
|
+
text-align: left !important;
|
|
37582
|
+
background: radial-gradient(circle at 88%, at 20%, hsla(0deg, 0%, 100%, 0.24), transparent 22rem), linear-gradient(115deg, #074b98, #0b63be 53%, #287f1d) !important;
|
|
37583
|
+
background: radial-gradient(circle at 88% 20%, hsla(0deg, 0%, 100%, 0.24), transparent 22rem), linear-gradient(115deg, #074b98, #0b63be 53%, #287f1d) !important;
|
|
37584
|
+
background: radial-gradient(circle at 88%, at 20%, hsla(0deg, 0%, 100%, 0.24), transparent 22rem), linear-gradient(115deg, var(--mseva-blue-900), var(--mseva-blue-700) 53%, var(--mseva-green-700)) !important;
|
|
37585
|
+
background: radial-gradient(circle at 88% 20%, hsla(0deg, 0%, 100%, 0.24), transparent 22rem), linear-gradient(115deg, var(--mseva-blue-900), var(--mseva-blue-700) 53%, var(--mseva-green-700)) !important;
|
|
37586
|
+
-webkit-box-shadow: 0 14px 28px rgba(7, 75, 152, 0.18) !important;
|
|
37587
|
+
box-shadow: 0 14px 28px rgba(7, 75, 152, 0.18) !important;
|
|
37588
|
+
}
|
|
37589
|
+
|
|
37590
|
+
.employee .employee-dashboard-container > div:first-child h1, .employee .employee-dashboard-container > div:first-child p {
|
|
37591
|
+
text-align: left !important;
|
|
37592
|
+
color: #fff !important;
|
|
37593
|
+
}
|
|
37594
|
+
|
|
37595
|
+
.employee .employee-dashboard-container > div:first-child h1 {
|
|
37596
|
+
font-size: clamp(1.8rem, 3vw, 2.5rem) !important;
|
|
37597
|
+
}
|
|
37598
|
+
|
|
37599
|
+
.employee .employee-dashboard-quick-services-header {
|
|
37600
|
+
-webkit-box-align: center;
|
|
37601
|
+
-ms-flex-align: center;
|
|
37602
|
+
align-items: center;
|
|
37603
|
+
grid-gap: 16px;
|
|
37604
|
+
gap: 16px;
|
|
37605
|
+
padding: 0 4px;
|
|
37606
|
+
}
|
|
37607
|
+
|
|
37608
|
+
.employee .employee-dashboard-quick-services-title {
|
|
37609
|
+
padding: 0 !important;
|
|
37610
|
+
color: #074b98 !important;
|
|
37611
|
+
color: var(--mseva-blue-900) !important;
|
|
37612
|
+
font-size: 1.4rem !important;
|
|
37613
|
+
}
|
|
37614
|
+
|
|
37615
|
+
.employee .employee-dashboard-quick-services-header .submit-bar {
|
|
37616
|
+
width: auto;
|
|
37617
|
+
min-width: 132px;
|
|
37618
|
+
background: #074b98 !important;
|
|
37619
|
+
background: var(--mseva-blue-900) !important;
|
|
37620
|
+
-webkit-box-shadow: none;
|
|
37621
|
+
box-shadow: none;
|
|
37622
|
+
}
|
|
37623
|
+
|
|
37624
|
+
.employee .employee-dashboard-module-card-wrapper {
|
|
37625
|
+
display: grid !important;
|
|
37626
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
37627
|
+
grid-gap: 18px !important;
|
|
37628
|
+
gap: 18px !important;
|
|
37629
|
+
}
|
|
37630
|
+
|
|
37631
|
+
.employee .employee-quick-service-link {
|
|
37632
|
+
min-width: 0;
|
|
37633
|
+
}
|
|
37634
|
+
|
|
37635
|
+
.employee .employee-quick-service-card {
|
|
37636
|
+
width: 100%;
|
|
37637
|
+
height: auto;
|
|
37638
|
+
min-height: 132px;
|
|
37639
|
+
max-height: none;
|
|
37640
|
+
border: 1px solid #d9e6f2;
|
|
37641
|
+
border-radius: 14px;
|
|
37642
|
+
-webkit-box-shadow: 0 7px 18px rgba(7, 75, 152, 0.08);
|
|
37643
|
+
box-shadow: 0 7px 18px rgba(7, 75, 152, 0.08);
|
|
37644
|
+
}
|
|
37645
|
+
|
|
37646
|
+
.employee .employee-quick-service-card.hovered {
|
|
37647
|
+
border-color: rgba(40, 127, 29, 0.5);
|
|
37648
|
+
-webkit-box-shadow: 0 12px 26px rgba(7, 75, 152, 0.15);
|
|
37649
|
+
box-shadow: 0 12px 26px rgba(7, 75, 152, 0.15);
|
|
37650
|
+
}
|
|
37651
|
+
|
|
37652
|
+
.employee .employee-quick-service-card .card-icon-container {
|
|
37653
|
+
width: 86px;
|
|
37654
|
+
min-width: 86px;
|
|
37655
|
+
padding: 18px;
|
|
37656
|
+
background: #e9f2fc !important;
|
|
37657
|
+
background: var(--mseva-blue-100) !important;
|
|
37658
|
+
}
|
|
37659
|
+
|
|
37660
|
+
.employee .employee-dashboard-module-card-wrapper > .employee-quick-service-link:nth-child(3n+2) .card-icon-container {
|
|
37661
|
+
background: #eef8eb !important;
|
|
37662
|
+
background: var(--mseva-green-100) !important;
|
|
37663
|
+
}
|
|
37664
|
+
|
|
37665
|
+
.employee .employee-dashboard-module-card-wrapper > .employee-quick-service-link:nth-child(3n) .card-icon-container {
|
|
37666
|
+
background: #f2eaff !important;
|
|
37667
|
+
background: var(--mseva-purple-100) !important;
|
|
37668
|
+
}
|
|
37669
|
+
|
|
37670
|
+
.employee .employee-quick-service-card .card-background-circle {
|
|
37671
|
+
background: rgba(7, 75, 152, 0.08);
|
|
37672
|
+
}
|
|
37673
|
+
|
|
37674
|
+
.employee .employee-quick-service-card .card-icon-wrapper {
|
|
37675
|
+
-webkit-filter: none;
|
|
37676
|
+
filter: none;
|
|
37677
|
+
}
|
|
37678
|
+
|
|
37679
|
+
.employee .employee-quick-service-card .card-icon-wrapper svg, .employee .employee-quick-service-card .card-icon-wrapper svg path {
|
|
37680
|
+
fill: #0b63be;
|
|
37681
|
+
fill: var(--mseva-blue-700);
|
|
37682
|
+
}
|
|
37683
|
+
|
|
37684
|
+
.employee .employee-dashboard-module-card-wrapper > .employee-quick-service-link:nth-child(3n+2) .card-icon-wrapper svg, .employee .employee-dashboard-module-card-wrapper > .employee-quick-service-link:nth-child(3n+2) .card-icon-wrapper svg path {
|
|
37685
|
+
fill: #287f1d;
|
|
37686
|
+
fill: var(--mseva-green-700);
|
|
37687
|
+
}
|
|
37688
|
+
|
|
37689
|
+
.employee .employee-dashboard-module-card-wrapper > .employee-quick-service-link:nth-child(3n) .card-icon-wrapper svg, .employee .employee-dashboard-module-card-wrapper > .employee-quick-service-link:nth-child(3n) .card-icon-wrapper svg path {
|
|
37690
|
+
fill: #6530b8;
|
|
37691
|
+
fill: var(--mseva-purple-700);
|
|
37692
|
+
}
|
|
37693
|
+
|
|
37694
|
+
.employee .employee-quick-service-card .card-content-container {
|
|
37695
|
+
padding: 20px 22px;
|
|
37696
|
+
}
|
|
37697
|
+
|
|
37698
|
+
.employee .employee-quick-service-card .card-module-title {
|
|
37699
|
+
color: #074b98;
|
|
37700
|
+
color: var(--mseva-blue-900);
|
|
37701
|
+
font-size: 1.05rem;
|
|
37702
|
+
}
|
|
37703
|
+
|
|
37704
|
+
.employee .employee-quick-service-card .card-module-description {
|
|
37705
|
+
color: #3d709f;
|
|
37706
|
+
color: var(--mseva-text-muted);
|
|
37707
|
+
}
|
|
37708
|
+
|
|
37709
|
+
.employee .employee-quick-service-card .card-arrow-container svg path {
|
|
37710
|
+
stroke: #287f1d;
|
|
37711
|
+
stroke: var(--mseva-green-700);
|
|
37712
|
+
}
|
|
37713
|
+
|
|
37714
|
+
@media (max-width: 900px) {
|
|
37715
|
+
.employee .employee-dashboard-container {
|
|
37716
|
+
width: min(100% - 32px, 900px);
|
|
37717
|
+
}
|
|
37718
|
+
|
|
37719
|
+
.employee .employee-dashboard-module-card-wrapper {
|
|
37720
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
37721
|
+
}
|
|
37722
|
+
}
|
|
37723
|
+
@media (max-width: 640px) {
|
|
37724
|
+
.employee .employee-login-page {
|
|
37725
|
+
min-height: calc(100vh - 76px);
|
|
37726
|
+
padding: 28px 14px;
|
|
37727
|
+
}
|
|
37728
|
+
|
|
37729
|
+
.employee .employee-login-card {
|
|
37730
|
+
padding: 24px 18px;
|
|
37731
|
+
}
|
|
37732
|
+
|
|
37733
|
+
.employee .employee-dashboard-container {
|
|
37734
|
+
width: calc(100% - 28px);
|
|
37735
|
+
margin: 76px auto 32px;
|
|
37736
|
+
grid-gap: 20px;
|
|
37737
|
+
gap: 20px;
|
|
37738
|
+
}
|
|
37739
|
+
|
|
37740
|
+
.employee .employee-dashboard-container > div:first-child {
|
|
37741
|
+
padding: 30px 24px !important;
|
|
37742
|
+
}
|
|
37743
|
+
|
|
37744
|
+
.employee .employee-dashboard-quick-services-header {
|
|
37745
|
+
-webkit-box-align: start;
|
|
37746
|
+
-ms-flex-align: start;
|
|
37747
|
+
align-items: flex-start;
|
|
37748
|
+
-webkit-box-orient: vertical;
|
|
37749
|
+
-webkit-box-direction: normal;
|
|
37750
|
+
-ms-flex-direction: column;
|
|
37751
|
+
flex-direction: column;
|
|
37752
|
+
}
|
|
37753
|
+
|
|
37754
|
+
.employee .employee-dashboard-module-card-wrapper {
|
|
37755
|
+
grid-template-columns: 1fr;
|
|
37756
|
+
}
|
|
37757
|
+
|
|
37758
|
+
.employee .employee-quick-service-card {
|
|
37759
|
+
min-width: 0;
|
|
37760
|
+
}
|
|
37761
|
+
}
|
|
36850
37762
|
.display-none {
|
|
36851
37763
|
display: none;
|
|
36852
37764
|
}
|