@pmidc/upyog-css 1.2.36-UAT.25 → 1.2.36-UAT.27

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