@pmidc/upyog-css 1.2.18 → 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,8 +2220,14 @@ 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
+
2222
2227
  @media (max-width: 768px) {
2223
- .chb-citizen .app-container, .mcollect-citizen .app-container, .pet-citizen .app-container {
2228
+ .chb-citizen .app-container {
2229
+ margin-top: 3rem !important; }
2230
+ .ads-citizen .app-container, .mcollect-citizen .app-container, .pet-citizen .app-container {
2224
2231
  margin-top: 2rem !important; }
2225
2232
  .bills-citizen-wrapper {
2226
2233
  margin-top: 1rem !important;
@@ -7586,8 +7593,11 @@ video::-webkit-media-controls-panel {
7586
7593
  margin-top: 16px; }
7587
7594
 
7588
7595
  .document-grid {
7589
- display: grid;
7590
- 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;
7591
7601
  grid-gap: 16px;
7592
7602
  gap: 16px;
7593
7603
  padding: 8px; }
@@ -7653,6 +7663,36 @@ video::-webkit-media-controls-panel {
7653
7663
  color: #0b69a4;
7654
7664
  font-weight: 600; }
7655
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
+
7656
7696
  .employee-login-page {
7657
7697
  min-height: 90vh;
7658
7698
  width: 100%;
@@ -7872,7 +7912,7 @@ video::-webkit-media-controls-panel {
7872
7912
  .employee .ground-container {
7873
7913
  margin-bottom: 56px;
7874
7914
  margin-left: 0;
7875
- margin-top: 0;
7915
+ margin-top: 1rem !important;
7876
7916
  display: -webkit-box;
7877
7917
  display: -ms-flexbox;
7878
7918
  display: flex;
@@ -7924,13 +7964,12 @@ video::-webkit-media-controls-panel {
7924
7964
  font-weight: 700; }
7925
7965
 
7926
7966
  .employee .main {
7927
- padding: 10px;
7928
- margin-top: 3rem; }
7967
+ padding: 10px; }
7929
7968
 
7930
7969
  @media (min-width: 640px) {
7931
7970
  .employee .main {
7932
- margin-top: 0;
7933
- padding: 0; } }
7971
+ margin-top: 0 !important;
7972
+ padding: 0 !important; } }
7934
7973
 
7935
7974
  .employee .submit-bar header {
7936
7975
  height: 2rem !important;
@@ -8355,7 +8394,6 @@ video::-webkit-media-controls-panel {
8355
8394
  -webkit-box-direction: normal;
8356
8395
  -ms-flex-direction: column;
8357
8396
  flex-direction: column;
8358
- padding-top: 56px;
8359
8397
  margin-left: 64px;
8360
8398
  width: calc(100% - 83px); }
8361
8399
  .employee .citizen-home-container, .employee .main {
@@ -12756,6 +12794,9 @@ body {
12756
12794
  padding-top: 24px;
12757
12795
  padding-bottom: 24px; }
12758
12796
 
12797
+ .engagement-citizen-wrapper {
12798
+ margin-top: 3rem !important; }
12799
+
12759
12800
  .updatenumber-warper-citizen {
12760
12801
  min-height: 95vh;
12761
12802
  height: unset; }
@@ -13784,7 +13825,7 @@ body {
13784
13825
  flex-direction: column;
13785
13826
  grid-gap: 20px;
13786
13827
  gap: 20px;
13787
- margin: 20px; }
13828
+ margin: 4rem 20px 20px; }
13788
13829
  .employee-dashboard-container .employee-dashboard-welcome-card {
13789
13830
  height: 160px;
13790
13831
  border-radius: 12px;
@@ -18132,6 +18173,237 @@ body {
18132
18173
  opacity: .5;
18133
18174
  cursor: not-allowed; }
18134
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
+
18135
18407
  .display-none {
18136
18408
  display: none; }
18137
18409
 
@@ -18487,8 +18759,7 @@ body {
18487
18759
  text-indent: 2px; }
18488
18760
 
18489
18761
  .text-input {
18490
- width: 100%;
18491
- margin-bottom: 24px; }
18762
+ width: 100%; }
18492
18763
  .text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
18493
18764
  --border-opacity:1;
18494
18765
  border: 1px solid #2947a3;
@@ -18732,7 +19003,7 @@ body {
18732
19003
  margin-top: 1rem; } }
18733
19004
 
18734
19005
  @media (min-width: 780px) {
18735
- .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 {
18736
19007
  width: 90%;
18737
19008
  padding-left: 16px;
18738
19009
  padding-right: 16px;
@@ -18902,9 +19173,6 @@ body {
18902
19173
  .ndc_label {
18903
19174
  padding-bottom: 20px; }
18904
19175
 
18905
- .ndc_card_main {
18906
- padding: 25px; }
18907
-
18908
19176
  .step-label {
18909
19177
  font-size: 12px !important; }
18910
19178