@pmidc/upyog-css 1.2.22 → 1.2.23

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
@@ -222,11 +222,6 @@ code, kbd, pre, samp {
222
222
  -webkit-transform: rotate(1turn);
223
223
  transform: rotate(1turn); } }
224
224
 
225
- @keyframes spin {
226
- to {
227
- -webkit-transform: rotate(1turn);
228
- transform: rotate(1turn); } }
229
-
230
225
  @-webkit-keyframes ping {
231
226
  75%, to {
232
227
  -webkit-transform: scale(2);
@@ -4289,6 +4284,24 @@ body {
4289
4284
  -ms-flex-pack: end;
4290
4285
  justify-content: flex-end; }
4291
4286
 
4287
+ .popup-content {
4288
+ --bg-opacity:1;
4289
+ background-color: #fff;
4290
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
4291
+ border-radius: .125rem;
4292
+ max-width: 48rem;
4293
+ overflow: hidden;
4294
+ text-align: justify;
4295
+ overflow-y: auto;
4296
+ line-height: 1.625;
4297
+ margin-left: auto;
4298
+ margin-right: auto;
4299
+ font-family: Roboto,sans-serif;
4300
+ -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
4301
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
4302
+ padding: 1.5rem;
4303
+ max-height: 80%; }
4304
+
4292
4305
  .upload-wrap {
4293
4306
  width: 100%;
4294
4307
  height: 10rem;
@@ -8724,6 +8737,15 @@ video::-webkit-media-controls-panel {
8724
8737
  gap: 1rem; } }
8725
8738
 
8726
8739
  .complaint-links-container {
8740
+ display: -webkit-box;
8741
+ display: -ms-flexbox;
8742
+ display: flex;
8743
+ -webkit-box-pack: center;
8744
+ -ms-flex-pack: center;
8745
+ justify-content: center;
8746
+ -webkit-box-align: center;
8747
+ -ms-flex-align: center;
8748
+ align-items: center;
8727
8749
  --bg-opacity:1;
8728
8750
  background-color: #fff;
8729
8751
  background-color: rgba(255, 255, 255, var(--bg-opacity));
@@ -9712,6 +9734,169 @@ video::-webkit-media-controls-panel {
9712
9734
  to {
9713
9735
  left: 100%; } }
9714
9736
 
9737
+ .challan-doc-modal {
9738
+ -ms-flex-wrap: wrap;
9739
+ flex-wrap: wrap; }
9740
+
9741
+ .challan-doc-modal, .challan-response-action-bar {
9742
+ display: -webkit-box;
9743
+ display: -ms-flexbox;
9744
+ display: flex; }
9745
+
9746
+ .challan-response-action-bar {
9747
+ -webkit-box-pack: end;
9748
+ -ms-flex-pack: end;
9749
+ justify-content: flex-end;
9750
+ -webkit-box-align: baseline;
9751
+ -ms-flex-align: baseline;
9752
+ align-items: baseline;
9753
+ grid-gap: 20px;
9754
+ gap: 20px; }
9755
+
9756
+ .challan-desktop-applicationtable {
9757
+ padding: 20px 18px;
9758
+ font-size: 16px;
9759
+ word-break: break-word;
9760
+ word-wrap: break-word;
9761
+ width: 250px; }
9762
+
9763
+ .card-label-error-challan {
9764
+ width: 70%;
9765
+ margin-left: 30%;
9766
+ font-size: 12px;
9767
+ margin-top: -21px; }
9768
+
9769
+ .challan-stepper-parent-component {
9770
+ width: 100%;
9771
+ max-width: 600px;
9772
+ padding: 30px;
9773
+ border-radius: 12px;
9774
+ -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
9775
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
9776
+
9777
+ .custom-challan-card {
9778
+ display: -webkit-box;
9779
+ display: -ms-flexbox;
9780
+ display: flex;
9781
+ -webkit-box-orient: vertical;
9782
+ -webkit-box-direction: normal;
9783
+ -ms-flex-direction: column;
9784
+ flex-direction: column;
9785
+ -webkit-box-pack: center;
9786
+ -ms-flex-pack: center;
9787
+ justify-content: center;
9788
+ -webkit-box-align: center;
9789
+ -ms-flex-align: center;
9790
+ align-items: center;
9791
+ min-height: 100vh;
9792
+ background-color: #f9f9f9; }
9793
+
9794
+ .challan-hr-linebreak {
9795
+ width: 100%;
9796
+ border: 1px solid #d6d5d4;
9797
+ margin-top: 50px;
9798
+ margin-bottom: 40px; }
9799
+
9800
+ .challan-lat-long {
9801
+ margin-top: 5px;
9802
+ font-size: 14px;
9803
+ color: #333; }
9804
+
9805
+ .challan-note-green {
9806
+ color: green !important;
9807
+ font-size: 14px; }
9808
+
9809
+ .challan-note-red {
9810
+ color: red !important;
9811
+ padding-right: 3px; }
9812
+
9813
+ .challan-documents {
9814
+ margin-bottom: 24px; }
9815
+
9816
+ .challan-label-field {
9817
+ display: inline; }
9818
+
9819
+ .challan-card-label {
9820
+ margin-bottom: 8px;
9821
+ width: auto; }
9822
+
9823
+ .challan-application-table {
9824
+ min-width: 150px;
9825
+ font-size: 16px;
9826
+ padding: 10px 10px 10px 20px; }
9827
+
9828
+ .challan-custom-header {
9829
+ font-size: 24px;
9830
+ margin-top: 30px; }
9831
+
9832
+ .challan-amount-field {
9833
+ width: 50%;
9834
+ margin-top: 20px; }
9835
+
9836
+ .challan-bottom-style {
9837
+ margin-bottom: 20px; }
9838
+
9839
+ .mychallan-custom {
9840
+ margin-top: 16px; }
9841
+
9842
+ .challan-load-message {
9843
+ margin-left: 16px;
9844
+ margin-top: 16px; }
9845
+
9846
+ .challan-application-details .cardHeaderWithOptions {
9847
+ margin-right: auto;
9848
+ max-width: 960px; }
9849
+
9850
+ .challan-custom-header-font {
9851
+ font-size: 32px; }
9852
+
9853
+ .challan-custom-subheader-font {
9854
+ font-size: 24px; }
9855
+
9856
+ .challan-custom-card {
9857
+ -webkit-box-orient: horizontal;
9858
+ -webkit-box-direction: normal;
9859
+ -ms-flex-direction: row;
9860
+ flex-direction: row;
9861
+ grid-gap: 30px;
9862
+ gap: 30px; }
9863
+
9864
+ .challan-custom-card, .challan-emp-acknowledgement {
9865
+ display: -webkit-box;
9866
+ display: -ms-flexbox;
9867
+ display: flex; }
9868
+
9869
+ .challan-emp-acknowledgement {
9870
+ -webkit-box-pack: end;
9871
+ -ms-flex-pack: end;
9872
+ justify-content: flex-end;
9873
+ -webkit-box-align: baseline;
9874
+ -ms-flex-align: baseline;
9875
+ align-items: baseline; }
9876
+
9877
+ .challan-link-href {
9878
+ cursor: pointer;
9879
+ color: #666; }
9880
+
9881
+ .challan-search-table {
9882
+ background-color: #fff;
9883
+ margin-top: 200px;
9884
+ margin-left: 2.5%;
9885
+ width: 100%; }
9886
+
9887
+ .ndc-search-container-custom {
9888
+ width: 100%;
9889
+ margin-left: 24px; }
9890
+
9891
+ [dir=ltr] .ndc-complaint-input-container {
9892
+ text-align: left; }
9893
+
9894
+ [dir=rtl] .ndc-complaint-input-container {
9895
+ text-align: right; }
9896
+
9897
+ .ndc-search-action-wrapper {
9898
+ width: 100%; }
9899
+
9715
9900
  .secondary-action {
9716
9901
  display: inline;
9717
9902
  float: right; }
@@ -19645,6 +19830,41 @@ body {
19645
19830
  .ndc_label {
19646
19831
  padding-bottom: 20px; }
19647
19832
 
19833
+ .ndc-property-details-form {
19834
+ -webkit-box-align: center;
19835
+ -ms-flex-align: center;
19836
+ align-items: center;
19837
+ grid-gap: 12px;
19838
+ gap: 12px; }
19839
+
19840
+ .ndc-action-bar, .ndc-property-details-form {
19841
+ display: -webkit-box;
19842
+ display: -ms-flexbox;
19843
+ display: flex; }
19844
+
19845
+ .ndc-action-bar {
19846
+ -webkit-box-pack: end;
19847
+ -ms-flex-pack: end;
19848
+ justify-content: flex-end;
19849
+ -webkit-box-align: baseline;
19850
+ -ms-flex-align: baseline;
19851
+ align-items: baseline;
19852
+ grid-gap: 20px;
19853
+ gap: 20px; }
19854
+
19855
+ .ndc-emp-app-overview {
19856
+ margin-bottom: 30px;
19857
+ background: #fafafa;
19858
+ padding: 16px;
19859
+ border-radius: 4px; }
19860
+
19861
+ .ndc-property-detail-green {
19862
+ color: green !important; }
19863
+
19864
+ .ndc-acknowledgement-check {
19865
+ margin-top: 40px;
19866
+ margin-bottom: 20px; }
19867
+
19648
19868
  .step-label {
19649
19869
  font-size: 12px !important; }
19650
19870
 
@@ -20117,3 +20337,188 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
20117
20337
  -webkit-appearance: none !important;
20118
20338
  -moz-appearance: none !important;
20119
20339
  appearance: none !important; }
20340
+
20341
+ .ndc-pay-due-button {
20342
+ color: red;
20343
+ width: 100%;
20344
+ max-width: 70px; }
20345
+
20346
+ .ndc-no-due-button {
20347
+ color: green;
20348
+ width: 100%;
20349
+ max-width: 70px; }
20350
+
20351
+ .ndc-doc-view-comp {
20352
+ display: -webkit-box;
20353
+ display: -ms-flexbox;
20354
+ display: flex;
20355
+ -ms-flex-wrap: wrap;
20356
+ flex-wrap: wrap;
20357
+ grid-gap: 16px;
20358
+ gap: 16px; }
20359
+
20360
+ .ndc-label-field-pair {
20361
+ margin-top: 40px; }
20362
+
20363
+ .ndc-emp-step-form {
20364
+ font-size: 28px;
20365
+ font-weight: 400;
20366
+ color: #1c1d1f; }
20367
+
20368
+ .chb-loader-container {
20369
+ display: -webkit-box;
20370
+ display: -ms-flexbox;
20371
+ display: flex;
20372
+ -webkit-box-pack: center;
20373
+ -ms-flex-pack: center;
20374
+ justify-content: center;
20375
+ -webkit-box-align: center;
20376
+ -ms-flex-align: center;
20377
+ align-items: center; }
20378
+
20379
+ .chb-page-loader-overlay {
20380
+ position: fixed;
20381
+ top: 0;
20382
+ left: 0;
20383
+ width: 100vw;
20384
+ height: 100vh;
20385
+ background: rgba(255, 255, 255, 0.6);
20386
+ backdrop-filter: blur(4px);
20387
+ z-index: 9999; }
20388
+
20389
+ .chb-module-loader-container {
20390
+ min-height: 100px;
20391
+ width: 100%;
20392
+ position: relative; }
20393
+
20394
+ .chb-spinner {
20395
+ width: 64px;
20396
+ height: 64px;
20397
+ border: 8px solid #1976d2;
20398
+ border-top-color: transparent;
20399
+ border-radius: 50%;
20400
+ -webkit-animation: spin 1.2s linear infinite;
20401
+ animation: spin 1.2s linear infinite; }
20402
+
20403
+ @keyframes spin {
20404
+ 0% {
20405
+ -webkit-transform: rotate(0deg);
20406
+ transform: rotate(0deg); }
20407
+ to {
20408
+ -webkit-transform: rotate(1turn);
20409
+ transform: rotate(1turn); } }
20410
+
20411
+ .chb-margin-top-20 {
20412
+ margin-top: 20px; }
20413
+
20414
+ .chb-margin-bottom-0 {
20415
+ margin-bottom: 0; }
20416
+
20417
+ .chb-margin-bottom-20 {
20418
+ margin-bottom: 20px; }
20419
+
20420
+ .chb-error-text {
20421
+ color: red;
20422
+ margin-top: 4px;
20423
+ margin-bottom: 0; }
20424
+
20425
+ .chb-slot-grid {
20426
+ display: grid;
20427
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
20428
+ grid-gap: 16px;
20429
+ gap: 16px;
20430
+ width: 100%; }
20431
+
20432
+ .chb-slot-card {
20433
+ border: 1px solid #ccc;
20434
+ border-radius: 8px;
20435
+ padding: 12px;
20436
+ background-color: #e6ffed;
20437
+ cursor: pointer;
20438
+ opacity: 1;
20439
+ -webkit-box-orient: vertical;
20440
+ -webkit-box-direction: normal;
20441
+ -ms-flex-direction: column;
20442
+ flex-direction: column;
20443
+ grid-gap: 6px;
20444
+ gap: 6px; }
20445
+
20446
+ .chb-slot-card--unavailable {
20447
+ background-color: #ffe6e6;
20448
+ cursor: not-allowed;
20449
+ opacity: .6; }
20450
+
20451
+ .chb-slot-status {
20452
+ color: green;
20453
+ font-weight: 700; }
20454
+
20455
+ .chb-slot-status--unavailable {
20456
+ color: red; }
20457
+
20458
+ .chb-slot-text {
20459
+ margin-left: 10px; }
20460
+
20461
+ .chb-form-field-margin {
20462
+ margin-bottom: 0; }
20463
+
20464
+ .chb-dropdown-menu {
20465
+ position: absolute;
20466
+ background-color: #fff;
20467
+ border: 1px solid #ccc;
20468
+ border-radius: 4px;
20469
+ padding: 8px;
20470
+ z-index: 1000; }
20471
+
20472
+ .chb-menu-item {
20473
+ display: block;
20474
+ padding: 8px;
20475
+ text-decoration: none;
20476
+ color: #000;
20477
+ cursor: pointer; }
20478
+
20479
+ .chb-documents-container {
20480
+ display: -webkit-box;
20481
+ display: -ms-flexbox;
20482
+ display: flex;
20483
+ -ms-flex-wrap: wrap;
20484
+ flex-wrap: wrap;
20485
+ grid-gap: 16px;
20486
+ gap: 16px; }
20487
+
20488
+ .chb-table-cell-summary {
20489
+ min-width: 100px;
20490
+ font-size: clamp(0.9rem, 2vw, 1.1rem);
20491
+ padding: 8px 8px 8px 10px;
20492
+ word-break: break-word; }
20493
+
20494
+ .chb-table-cell-details {
20495
+ min-width: 150px;
20496
+ font-size: 16px;
20497
+ padding: 10px 10px 10px 20px; }
20498
+
20499
+ .chb-documents-flex {
20500
+ display: -webkit-box;
20501
+ display: -ms-flexbox;
20502
+ display: flex;
20503
+ -ms-flex-wrap: wrap;
20504
+ flex-wrap: wrap;
20505
+ grid-gap: 16px;
20506
+ gap: 16px;
20507
+ margin-top: 16px; }
20508
+
20509
+ .chb-banner-header {
20510
+ font-size: clamp(20px, 4vw, 32px);
20511
+ word-break: break-word; }
20512
+
20513
+ .chb-action-bar-response {
20514
+ display: -webkit-box;
20515
+ display: -ms-flexbox;
20516
+ display: flex;
20517
+ -webkit-box-pack: end;
20518
+ -ms-flex-pack: end;
20519
+ justify-content: flex-end;
20520
+ -webkit-box-align: baseline;
20521
+ -ms-flex-align: baseline;
20522
+ align-items: baseline;
20523
+ grid-gap: 20px;
20524
+ gap: 20px; }