@pmidc/upyog-css 1.2.17 → 1.2.19

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
@@ -898,7 +898,8 @@ body {
898
898
  margin-left: 16px; }
899
899
 
900
900
  .app-container {
901
- padding: 10px; }
901
+ padding: 10px;
902
+ margin-top: 3rem; }
902
903
 
903
904
  .back-btn {
904
905
  width: -webkit-fit-content;
@@ -2219,6 +2220,66 @@ body {
2219
2220
  .BPAemployeeCard .employeeCard .card-label, .BPAemployeeCard .employeeCard .form-field, .obps-search-mobile-wrapper .form-field {
2220
2221
  width: 100% !important; }
2221
2222
 
2223
+ .ws-citizen-wrapper .app-container {
2224
+ margin-top: 1rem !important;
2225
+ padding: 0 !important; }
2226
+
2227
+ @media (max-width: 768px) {
2228
+ .chb-citizen .app-container {
2229
+ margin-top: 3rem !important; }
2230
+ .ads-citizen .app-container, .mcollect-citizen .app-container, .pet-citizen .app-container {
2231
+ margin-top: 2rem !important; }
2232
+ .bills-citizen-wrapper {
2233
+ margin-top: 1rem !important;
2234
+ padding: 10px !important;
2235
+ width: 100% !important; }
2236
+ .property-search-modal {
2237
+ width: 100% !important; }
2238
+ .card .card {
2239
+ padding: 0;
2240
+ background: none;
2241
+ border: none;
2242
+ border-bottom: 1px solid #e0e0e0;
2243
+ -webkit-box-shadow: none;
2244
+ box-shadow: none;
2245
+ grid-gap: 0;
2246
+ gap: 0; }
2247
+ .card .card .card-content, .card .card .card-footer, .card .card .card-header {
2248
+ padding: 0; }
2249
+ .card .employeeCard {
2250
+ padding: 0;
2251
+ background: none;
2252
+ border: none;
2253
+ border-bottom: 1px solid #e0e0e0;
2254
+ -webkit-box-shadow: none;
2255
+ box-shadow: none;
2256
+ grid-gap: 0;
2257
+ gap: 0; }
2258
+ .card .employeeCard .employeeCard-content, .card .employeeCard .employeeCard-footer, .card .employeeCard .employeeCard-header {
2259
+ padding: 0; }
2260
+ .employeeCard .card {
2261
+ padding: 0;
2262
+ background: none;
2263
+ border: none;
2264
+ border-bottom: 1px solid #e0e0e0;
2265
+ -webkit-box-shadow: none;
2266
+ box-shadow: none;
2267
+ grid-gap: 0;
2268
+ gap: 0; }
2269
+ .employeeCard .card .card-content, .employeeCard .card .card-footer, .employeeCard .card .card-header {
2270
+ padding: 0; }
2271
+ .employeeCard .employeeCard {
2272
+ padding: 0;
2273
+ background: none;
2274
+ border: none;
2275
+ border-bottom: 1px solid #e0e0e0;
2276
+ -webkit-box-shadow: none;
2277
+ box-shadow: none;
2278
+ grid-gap: 0;
2279
+ gap: 0; }
2280
+ .employeeCard .employeeCard .employeeCard-content, .employeeCard .employeeCard .employeeCard-footer, .employeeCard .employeeCard .employeeCard-header {
2281
+ padding: 0; } }
2282
+
2222
2283
  .selector-button, .selector-button-primary, .selector-button-secondary {
2223
2284
  color: #fff !important;
2224
2285
  border: none !important;
@@ -7532,8 +7593,11 @@ video::-webkit-media-controls-panel {
7532
7593
  margin-top: 16px; }
7533
7594
 
7534
7595
  .document-grid {
7535
- display: grid;
7536
- grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
7596
+ display: -webkit-box;
7597
+ display: -ms-flexbox;
7598
+ display: flex;
7599
+ -ms-flex-wrap: wrap;
7600
+ flex-wrap: wrap;
7537
7601
  grid-gap: 16px;
7538
7602
  gap: 16px;
7539
7603
  padding: 8px; }
@@ -7599,6 +7663,36 @@ video::-webkit-media-controls-panel {
7599
7663
  color: #0b69a4;
7600
7664
  font-weight: 600; }
7601
7665
 
7666
+ @media only screen and (max-width: 768px) {
7667
+ .document-container {
7668
+ margin-top: 8px; }
7669
+ .document-grid {
7670
+ display: -webkit-box;
7671
+ display: -ms-flexbox;
7672
+ display: flex;
7673
+ -ms-flex-wrap: wrap;
7674
+ flex-wrap: wrap;
7675
+ grid-gap: 12px;
7676
+ gap: 12px;
7677
+ padding: 4px; }
7678
+ .document-card {
7679
+ padding: 8px;
7680
+ min-height: 140px;
7681
+ max-height: 140px;
7682
+ width: 100%; }
7683
+ .document-icon-wrapper {
7684
+ width: 60px;
7685
+ height: 70px;
7686
+ margin-bottom: 6px; }
7687
+ .document-name {
7688
+ font-size: 10px;
7689
+ line-height: 1.2;
7690
+ margin-bottom: 4px;
7691
+ text-align: center; }
7692
+ .document-action-label {
7693
+ font-size: 9px;
7694
+ margin-top: 4px; } }
7695
+
7602
7696
  .employee-login-page {
7603
7697
  min-height: 90vh;
7604
7698
  width: 100%;
@@ -7818,7 +7912,7 @@ video::-webkit-media-controls-panel {
7818
7912
  .employee .ground-container {
7819
7913
  margin-bottom: 56px;
7820
7914
  margin-left: 0;
7821
- margin-top: 0;
7915
+ margin-top: 1rem !important;
7822
7916
  display: -webkit-box;
7823
7917
  display: -ms-flexbox;
7824
7918
  display: flex;
@@ -7870,13 +7964,12 @@ video::-webkit-media-controls-panel {
7870
7964
  font-weight: 700; }
7871
7965
 
7872
7966
  .employee .main {
7873
- padding: 10px;
7874
- margin-top: 3rem; }
7967
+ padding: 10px; }
7875
7968
 
7876
7969
  @media (min-width: 640px) {
7877
7970
  .employee .main {
7878
- margin-top: 0;
7879
- padding: 0; } }
7971
+ margin-top: 0 !important;
7972
+ padding: 0 !important; } }
7880
7973
 
7881
7974
  .employee .submit-bar header {
7882
7975
  height: 2rem !important;
@@ -8301,7 +8394,6 @@ video::-webkit-media-controls-panel {
8301
8394
  -webkit-box-direction: normal;
8302
8395
  -ms-flex-direction: column;
8303
8396
  flex-direction: column;
8304
- padding-top: 56px;
8305
8397
  margin-left: 64px;
8306
8398
  width: calc(100% - 83px); }
8307
8399
  .employee .citizen-home-container, .employee .main {
@@ -12702,6 +12794,9 @@ body {
12702
12794
  padding-top: 24px;
12703
12795
  padding-bottom: 24px; }
12704
12796
 
12797
+ .engagement-citizen-wrapper {
12798
+ margin-top: 3rem !important; }
12799
+
12705
12800
  .updatenumber-warper-citizen {
12706
12801
  min-height: 95vh;
12707
12802
  height: unset; }
@@ -13730,7 +13825,7 @@ body {
13730
13825
  flex-direction: column;
13731
13826
  grid-gap: 20px;
13732
13827
  gap: 20px;
13733
- margin: 20px; }
13828
+ margin: 4rem 20px 20px; }
13734
13829
  .employee-dashboard-container .employee-dashboard-welcome-card {
13735
13830
  height: 160px;
13736
13831
  border-radius: 12px;
@@ -18078,6 +18173,237 @@ body {
18078
18173
  opacity: .5;
18079
18174
  cursor: not-allowed; }
18080
18175
 
18176
+ .employee-quick-service-link {
18177
+ text-decoration: none;
18178
+ display: block; }
18179
+
18180
+ .employee-quick-service-card {
18181
+ display: -webkit-box;
18182
+ display: -ms-flexbox;
18183
+ display: flex;
18184
+ -webkit-box-align: stretch;
18185
+ -ms-flex-align: stretch;
18186
+ align-items: stretch;
18187
+ border-radius: 16px;
18188
+ overflow: hidden;
18189
+ -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
18190
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
18191
+ -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
18192
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
18193
+ -webkit-transform: translateY(0) scale(1);
18194
+ transform: translateY(0) scale(1);
18195
+ background: #fff;
18196
+ position: relative;
18197
+ border: 2px solid transparent;
18198
+ width: 400px;
18199
+ height: 140px;
18200
+ min-height: 140px;
18201
+ max-height: 140px; }
18202
+ @media (max-width: 768px) {
18203
+ .employee-quick-service-card {
18204
+ width: 100%;
18205
+ height: 120px;
18206
+ min-height: 120px;
18207
+ max-height: 120px; } }
18208
+ .employee-quick-service-card.hovered {
18209
+ -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
18210
+ box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
18211
+ -webkit-transform: translateY(-4px) scale(1.02);
18212
+ transform: translateY(-4px) scale(1.02);
18213
+ border: 2px solid rgba(79, 101, 216, 0.3); }
18214
+
18215
+ .card-icon-container {
18216
+ display: -webkit-box;
18217
+ display: -ms-flexbox;
18218
+ display: flex;
18219
+ -webkit-box-pack: center;
18220
+ -ms-flex-pack: center;
18221
+ justify-content: center;
18222
+ -webkit-box-align: center;
18223
+ -ms-flex-align: center;
18224
+ align-items: center;
18225
+ min-width: 120px;
18226
+ width: 120px;
18227
+ padding: 24px;
18228
+ background: linear-gradient(135deg, #667eea, #764ba2);
18229
+ position: relative;
18230
+ overflow: hidden; }
18231
+ @media (max-width: 768px) {
18232
+ .card-icon-container {
18233
+ min-width: 80px;
18234
+ width: 80px;
18235
+ padding-left: 16px;
18236
+ padding-bottom: 16px;
18237
+ padding-right: 16px;
18238
+ padding-top: 16px; } }
18239
+ .card-icon-container .employee-quick-service-link {
18240
+ width: 100%; }
18241
+
18242
+ .card-background-circle {
18243
+ position: absolute;
18244
+ width: 150px;
18245
+ height: 150px;
18246
+ background: rgba(255, 255, 255, 0.1);
18247
+ border-radius: 50%;
18248
+ top: -50px;
18249
+ right: -50px;
18250
+ -webkit-transition: -webkit-transform .5s ease;
18251
+ transition: -webkit-transform .5s ease;
18252
+ transition: transform .5s ease;
18253
+ transition: transform .5s ease, -webkit-transform .5s ease;
18254
+ transition: transform .5s ease,-webkit-transform .5s ease;
18255
+ -webkit-transform: scale(1);
18256
+ transform: scale(1); }
18257
+ @media (max-width: 768px) {
18258
+ .card-background-circle {
18259
+ width: 100px;
18260
+ height: 100px;
18261
+ top: -40px;
18262
+ right: -40px; } }
18263
+ .hovered .card-background-circle {
18264
+ -webkit-transform: scale(1.5);
18265
+ transform: scale(1.5); }
18266
+
18267
+ .card-icon-wrapper {
18268
+ -webkit-transform: scale(1) rotate(0deg);
18269
+ transform: scale(1) rotate(0deg);
18270
+ -webkit-transition: -webkit-transform .3s ease;
18271
+ transition: -webkit-transform .3s ease;
18272
+ transition: transform .3s ease;
18273
+ transition: transform .3s ease, -webkit-transform .3s ease;
18274
+ transition: transform .3s ease,-webkit-transform .3s ease;
18275
+ z-index: 1;
18276
+ -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
18277
+ filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2)); }
18278
+ .hovered .card-icon-wrapper {
18279
+ -webkit-transform: scale(1.15) rotate(5deg);
18280
+ transform: scale(1.15) rotate(5deg); }
18281
+
18282
+ .card-content-container {
18283
+ -webkit-box-flex: 1;
18284
+ -ms-flex: 1;
18285
+ flex: 1;
18286
+ display: -webkit-box;
18287
+ display: -ms-flexbox;
18288
+ display: flex;
18289
+ -webkit-box-align: center;
18290
+ -ms-flex-align: center;
18291
+ align-items: center;
18292
+ -webkit-box-pack: justify;
18293
+ -ms-flex-pack: justify;
18294
+ justify-content: space-between;
18295
+ padding: 24px 32px;
18296
+ background: #fff; }
18297
+ @media (max-width: 768px) {
18298
+ .card-content-container {
18299
+ padding-left: 20px;
18300
+ padding-bottom: 16px;
18301
+ padding-right: 20px;
18302
+ padding-top: 16px; } }
18303
+
18304
+ .card-text-content {
18305
+ -webkit-box-flex: 1;
18306
+ -ms-flex: 1;
18307
+ flex: 1; }
18308
+
18309
+ .card-module-title {
18310
+ font-size: 22px;
18311
+ font-weight: 700;
18312
+ color: #1a202c;
18313
+ margin: 0;
18314
+ line-height: 1.3;
18315
+ -webkit-transition: color .3s ease;
18316
+ transition: color .3s ease;
18317
+ overflow: hidden;
18318
+ text-overflow: ellipsis;
18319
+ white-space: normal; }
18320
+ @media (max-width: 768px) {
18321
+ .card-module-title {
18322
+ font-size: 16px;
18323
+ white-space: nowrap; } }
18324
+
18325
+ .card-module-description {
18326
+ font-size: 14px;
18327
+ color: #718096;
18328
+ margin: 6px 0 0;
18329
+ font-weight: 400;
18330
+ display: block; }
18331
+ @media (max-width: 768px) {
18332
+ .card-module-description {
18333
+ font-size: 12px;
18334
+ display: none; } }
18335
+
18336
+ .card-arrow-container {
18337
+ display: -webkit-box;
18338
+ display: -ms-flexbox;
18339
+ display: flex;
18340
+ -webkit-box-align: center;
18341
+ -ms-flex-align: center;
18342
+ align-items: center;
18343
+ -webkit-box-pack: center;
18344
+ -ms-flex-pack: center;
18345
+ justify-content: center;
18346
+ width: 40px;
18347
+ height: 40px;
18348
+ border-radius: 50%;
18349
+ background: #f7fafc;
18350
+ -webkit-transition: all .3s ease;
18351
+ transition: all .3s ease;
18352
+ -webkit-transform: translateX(0);
18353
+ transform: translateX(0); }
18354
+ @media (max-width: 768px) {
18355
+ .card-arrow-container {
18356
+ width: 32px;
18357
+ height: 32px; } }
18358
+ .hovered .card-arrow-container {
18359
+ background: linear-gradient(135deg, #667eea, #764ba2);
18360
+ -webkit-transform: translateX(4px);
18361
+ transform: translateX(4px); }
18362
+
18363
+ .card-arrow-svg {
18364
+ -webkit-transition: -webkit-transform .3s ease;
18365
+ transition: -webkit-transform .3s ease;
18366
+ transition: transform .3s ease;
18367
+ transition: transform .3s ease, -webkit-transform .3s ease;
18368
+ transition: transform .3s ease,-webkit-transform .3s ease;
18369
+ -webkit-transform: translateX(0);
18370
+ transform: translateX(0); }
18371
+ .hovered .card-arrow-svg {
18372
+ -webkit-transform: translateX(2px);
18373
+ transform: translateX(2px); }
18374
+
18375
+ .card-arrow-path {
18376
+ stroke: #4a5568;
18377
+ stroke-width: 2;
18378
+ stroke-linecap: round;
18379
+ stroke-linejoin: round; }
18380
+ .hovered .card-arrow-path {
18381
+ stroke: #fff; }
18382
+
18383
+ .card-shine-effect {
18384
+ position: absolute;
18385
+ top: 0;
18386
+ left: -100%;
18387
+ width: 100%;
18388
+ height: 100%;
18389
+ background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
18390
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
18391
+ -webkit-animation: shine .6s ease;
18392
+ animation: shine .6s ease;
18393
+ pointer-events: none; }
18394
+
18395
+ @-webkit-keyframes shine {
18396
+ 0% {
18397
+ left: -100%; }
18398
+ to {
18399
+ left: 100%; } }
18400
+
18401
+ @keyframes shine {
18402
+ 0% {
18403
+ left: -100%; }
18404
+ to {
18405
+ left: 100%; } }
18406
+
18081
18407
  .display-none {
18082
18408
  display: none; }
18083
18409
 
@@ -18433,8 +18759,7 @@ body {
18433
18759
  text-indent: 2px; }
18434
18760
 
18435
18761
  .text-input {
18436
- width: 100%;
18437
- margin-bottom: 24px; }
18762
+ width: 100%; }
18438
18763
  .text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
18439
18764
  --border-opacity:1;
18440
18765
  border: 1px solid #2947a3;
@@ -18678,7 +19003,7 @@ body {
18678
19003
  margin-top: 1rem; } }
18679
19004
 
18680
19005
  @media (min-width: 780px) {
18681
- .bill-citizen, .bills-citizen-wrapper, .citizen-all-services-wrapper, .citizen-obps-wrapper, .engagement-citizen-wrapper, .fsm-citizen-wrapper, .mcollect-citizen, .payer-bills-citizen-wrapper, .pgr-citizen-wrapper, .pt-citizen, .selection-card-wrapper, .tl-citizen, .ws-citizen-wrapper {
19006
+ .bill-citizen, .bills-citizen-wrapper, .citizen-all-services-wrapper, .citizen-obps-wrapper, .engagement-citizen-wrapper, .fsm-citizen-wrapper, .mcollect-citizen, .payer-bills-citizen-wrapper, .pt-citizen, .selection-card-wrapper, .tl-citizen, .ws-citizen-wrapper {
18682
19007
  width: 90%;
18683
19008
  padding-left: 16px;
18684
19009
  padding-right: 16px;
@@ -18848,9 +19173,6 @@ body {
18848
19173
  .ndc_label {
18849
19174
  padding-bottom: 20px; }
18850
19175
 
18851
- .ndc_card_main {
18852
- padding: 25px; }
18853
-
18854
19176
  .step-label {
18855
19177
  font-size: 12px !important; }
18856
19178