@pmidc/upyog-css 1.1.7 → 1.1.8

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
@@ -14420,6 +14420,562 @@ body {
14420
14420
  .new-accordion-info {
14421
14421
  margin-top: 16px; }
14422
14422
 
14423
+ .ads-view-cart {
14424
+ margin-left: 12px;
14425
+ padding: 8px 16px;
14426
+ background: #2947a3;
14427
+ color: #fff;
14428
+ border: none;
14429
+ border-radius: 6px;
14430
+ cursor: pointer; }
14431
+
14432
+ .ads-form-field, .ads-select-wrap {
14433
+ width: 100% !important; }
14434
+
14435
+ .ads-select {
14436
+ border: 1px solid #b4b4b4 !important;
14437
+ border-radius: 8px !important;
14438
+ height: 2.9rem !important; }
14439
+
14440
+ .ads-select-active {
14441
+ border: 1px solid #2947a3 !important;
14442
+ border-radius: 8px !important; }
14443
+
14444
+ .ads-guidance-box {
14445
+ background: #fff3cd;
14446
+ border: 1px solid #ffeeba;
14447
+ color: #856404;
14448
+ padding: 6px 10px;
14449
+ border-radius: 6px;
14450
+ font-size: 14px;
14451
+ margin-bottom: 8px;
14452
+ width: 100%;
14453
+ max-width: 545px; }
14454
+
14455
+ .ads-btn {
14456
+ padding: 8px 12px;
14457
+ border-radius: 6px;
14458
+ border: 1px solid #ccc;
14459
+ background: #fff;
14460
+ cursor: pointer; }
14461
+
14462
+ .ads-card {
14463
+ width: 280px;
14464
+ border-radius: 8px;
14465
+ padding: 9px;
14466
+ background: #fff;
14467
+ -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
14468
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
14469
+ display: -webkit-box;
14470
+ display: -ms-flexbox;
14471
+ display: flex;
14472
+ -webkit-box-orient: vertical;
14473
+ -webkit-box-direction: normal;
14474
+ -ms-flex-direction: column;
14475
+ flex-direction: column;
14476
+ grid-gap: 8px;
14477
+ gap: 8px; }
14478
+
14479
+ .ads-card-image {
14480
+ width: 100%;
14481
+ height: 120px;
14482
+ border-radius: 8px;
14483
+ overflow: hidden;
14484
+ background: #f5f5f5; }
14485
+
14486
+ .ads-card-noimage {
14487
+ width: 100%;
14488
+ height: 100%;
14489
+ display: -webkit-box;
14490
+ display: -ms-flexbox;
14491
+ display: flex;
14492
+ -webkit-box-align: center;
14493
+ -ms-flex-align: center;
14494
+ align-items: center;
14495
+ -webkit-box-pack: center;
14496
+ -ms-flex-pack: center;
14497
+ justify-content: center;
14498
+ color: #aaa; }
14499
+
14500
+ .ads-card-input {
14501
+ -webkit-box-flex: 1;
14502
+ -ms-flex: 1;
14503
+ flex: 1; }
14504
+
14505
+ .ads-card-input, .ads-input-time {
14506
+ padding: 6px 8px;
14507
+ font-size: 13px;
14508
+ border-radius: 6px;
14509
+ border: 1px solid #ccc; }
14510
+
14511
+ .ads-input-time {
14512
+ width: 110px; }
14513
+
14514
+ .ads-btn-primary {
14515
+ -webkit-box-flex: 1;
14516
+ -ms-flex: 1;
14517
+ flex: 1;
14518
+ border-radius: 6px;
14519
+ background: #2947a3;
14520
+ border: none; }
14521
+
14522
+ .ads-btn-primary, .ads-btn-success {
14523
+ padding: 6px 12px;
14524
+ color: #fff;
14525
+ cursor: pointer;
14526
+ font-size: 14px; }
14527
+
14528
+ .ads-btn-success {
14529
+ width: 110px;
14530
+ border-radius: 6px;
14531
+ background: #28a745;
14532
+ font-weight: 600;
14533
+ display: -webkit-box;
14534
+ display: -ms-flexbox;
14535
+ display: flex;
14536
+ -webkit-box-align: center;
14537
+ -ms-flex-align: center;
14538
+ align-items: center;
14539
+ -webkit-box-pack: center;
14540
+ -ms-flex-pack: center;
14541
+ justify-content: center; }
14542
+
14543
+ .ads-status {
14544
+ display: inline-block;
14545
+ padding: 5px 14px;
14546
+ border-radius: 20px;
14547
+ font-size: 12px;
14548
+ font-weight: 600;
14549
+ text-transform: capitalize; }
14550
+
14551
+ .ads-status--available {
14552
+ color: #155724;
14553
+ background-color: #d4edda;
14554
+ border: 1px solid #c3e6cb; }
14555
+
14556
+ .ads-status--unavailable {
14557
+ color: #721c24;
14558
+ background-color: #f8d7da;
14559
+ border: 1px solid #f5c6cb; }
14560
+
14561
+ .ads-cart-overlay {
14562
+ position: fixed;
14563
+ top: 70px;
14564
+ left: 0;
14565
+ width: 100vw;
14566
+ height: calc(100vh - 70px);
14567
+ background: rgba(0, 0, 0, 0.5);
14568
+ -webkit-box-pack: center;
14569
+ -ms-flex-pack: center;
14570
+ justify-content: center;
14571
+ -webkit-box-align: center;
14572
+ -ms-flex-align: center;
14573
+ align-items: center;
14574
+ z-index: 2000; }
14575
+
14576
+ .ads-cart-modal, .ads-cart-overlay {
14577
+ display: -webkit-box;
14578
+ display: -ms-flexbox;
14579
+ display: flex; }
14580
+
14581
+ .ads-cart-modal {
14582
+ width: 90%;
14583
+ max-width: 1100px;
14584
+ height: 70vh;
14585
+ background: #fff;
14586
+ border-radius: 12px;
14587
+ padding: 20px;
14588
+ -webkit-box-orient: vertical;
14589
+ -webkit-box-direction: normal;
14590
+ -ms-flex-direction: column;
14591
+ flex-direction: column;
14592
+ -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
14593
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25); }
14594
+
14595
+ .ads-cart-header {
14596
+ display: -webkit-box;
14597
+ display: -ms-flexbox;
14598
+ display: flex;
14599
+ -webkit-box-pack: justify;
14600
+ -ms-flex-pack: justify;
14601
+ justify-content: space-between;
14602
+ -webkit-box-align: center;
14603
+ -ms-flex-align: center;
14604
+ align-items: center;
14605
+ margin-bottom: 16px;
14606
+ border-bottom: 1px solid #eee;
14607
+ padding-bottom: 8px; }
14608
+
14609
+ .ads-cart-close {
14610
+ border: none;
14611
+ background: transparent;
14612
+ font-size: 22px;
14613
+ cursor: pointer;
14614
+ color: #666; }
14615
+
14616
+ .ads-cart-item {
14617
+ margin-bottom: 16px;
14618
+ border: 1px solid #ddd;
14619
+ border-radius: 8px;
14620
+ overflow: hidden; }
14621
+
14622
+ .ads-cart-item-header {
14623
+ background: #f9f9f9;
14624
+ padding: 10px 14px;
14625
+ font-weight: 600;
14626
+ font-size: 14px;
14627
+ border-bottom: 1px solid #ddd;
14628
+ display: -webkit-box;
14629
+ display: -ms-flexbox;
14630
+ display: flex;
14631
+ -webkit-box-pack: justify;
14632
+ -ms-flex-pack: justify;
14633
+ justify-content: space-between;
14634
+ -webkit-box-align: center;
14635
+ -ms-flex-align: center;
14636
+ align-items: center; }
14637
+
14638
+ .ads-cart-remove {
14639
+ padding: 6px 12px;
14640
+ border-radius: 6px;
14641
+ border: none;
14642
+ background: #dc3545;
14643
+ color: #fff;
14644
+ cursor: pointer;
14645
+ font-size: 12px;
14646
+ margin-left: 10px; }
14647
+
14648
+ .ads-cart-table {
14649
+ overflow-x: auto; }
14650
+
14651
+ .ads-cart-table-cell {
14652
+ padding: 12px 14px;
14653
+ font-size: 14px;
14654
+ border-bottom: 1px solid #f0f0f0;
14655
+ text-align: left;
14656
+ white-space: nowrap; }
14657
+
14658
+ .ads-checkbox {
14659
+ width: 18px;
14660
+ height: 18px;
14661
+ accent-color: #0b74de; }
14662
+
14663
+ .ads-checkbox--active {
14664
+ cursor: pointer; }
14665
+
14666
+ .ads-checkbox--disabled {
14667
+ cursor: not-allowed; }
14668
+
14669
+ .ads-header-note {
14670
+ color: #c62828;
14671
+ font-size: 14px;
14672
+ margin-left: 8px; }
14673
+
14674
+ .ads-btn-cancel {
14675
+ border-radius: 6px;
14676
+ border: 1px solid #ccc;
14677
+ background: #f5f5f5; }
14678
+
14679
+ .ads-btn-cancel, .ads-btn-cart {
14680
+ padding: 10px 18px;
14681
+ cursor: pointer; }
14682
+
14683
+ .ads-btn-cart {
14684
+ border-radius: 6px;
14685
+ border: none;
14686
+ background: #2947a3;
14687
+ color: #fff;
14688
+ font-weight: 600;
14689
+ -webkit-transition: background .2s;
14690
+ transition: background .2s; }
14691
+
14692
+ .ads-btn-cart--disabled {
14693
+ background: #ccc;
14694
+ cursor: not-allowed; }
14695
+
14696
+ .ads-cart-table-wrapper {
14697
+ -webkit-box-flex: 1;
14698
+ -ms-flex: 1;
14699
+ flex: 1;
14700
+ overflow-y: auto;
14701
+ border: 1px solid #ddd;
14702
+ border-radius: 8px; }
14703
+
14704
+ .ads-cart-table-message {
14705
+ font-size: 24px;
14706
+ color: #555;
14707
+ text-align: center; }
14708
+
14709
+ .ads-table-row--even {
14710
+ background-color: #fafafa; }
14711
+
14712
+ .ads-table-row--odd {
14713
+ background-color: #fff; }
14714
+
14715
+ .ads-modal-footer {
14716
+ margin-top: 12px;
14717
+ display: -webkit-box;
14718
+ display: -ms-flexbox;
14719
+ display: flex;
14720
+ -webkit-box-pack: end;
14721
+ -ms-flex-pack: end;
14722
+ justify-content: flex-end;
14723
+ grid-gap: 10px;
14724
+ gap: 10px; }
14725
+
14726
+ .ads-cart-details {
14727
+ margin-top: 1rem; }
14728
+
14729
+ .ads-cart-empty {
14730
+ padding: 12px;
14731
+ color: #666; }
14732
+
14733
+ .ads-cart-item-header--clickable {
14734
+ cursor: pointer; }
14735
+
14736
+ .ads-cart-item-toggle {
14737
+ font-size: 18px; }
14738
+
14739
+ .ads-timer {
14740
+ font-weight: 600;
14741
+ font-size: 14px;
14742
+ margin-left: 8px;
14743
+ color: #2947a3; }
14744
+
14745
+ .ads-timer--critical {
14746
+ color: red; }
14747
+
14748
+ .ads-timer-countdown {
14749
+ font-size: 16px;
14750
+ font-weight: 900;
14751
+ color: red;
14752
+ margin-left: 4px; }
14753
+
14754
+ .ads-timer-expired {
14755
+ font-size: 16px;
14756
+ color: red;
14757
+ font-weight: 800; }
14758
+
14759
+ .ads-error-message {
14760
+ color: #d4351c;
14761
+ font-size: 12px;
14762
+ margin-top: 4px;
14763
+ margin-bottom: 10px; }
14764
+
14765
+ .ads-error-container {
14766
+ display: -webkit-box;
14767
+ display: -ms-flexbox;
14768
+ display: flex;
14769
+ -webkit-box-align: center;
14770
+ -ms-flex-align: center;
14771
+ align-items: center;
14772
+ grid-gap: 8px;
14773
+ gap: 8px; }
14774
+
14775
+ .ads-error-dismiss {
14776
+ background: transparent;
14777
+ border: none;
14778
+ font-size: 18px;
14779
+ cursor: pointer;
14780
+ line-height: 1; }
14781
+
14782
+ .ads-summary-section {
14783
+ background-color: #fff;
14784
+ padding: 1rem 0;
14785
+ border-radius: 8px;
14786
+ margin-bottom: 1.5rem;
14787
+ -webkit-box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04);
14788
+ box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04); }
14789
+
14790
+ .ads-summary-header {
14791
+ padding: 0 1.5rem; }
14792
+
14793
+ .ads-summary-header, .ads-summary-header--compact {
14794
+ display: -webkit-box;
14795
+ display: -ms-flexbox;
14796
+ display: flex;
14797
+ -webkit-box-pack: justify;
14798
+ -ms-flex-pack: justify;
14799
+ justify-content: space-between;
14800
+ -webkit-box-align: center;
14801
+ -ms-flex-align: center;
14802
+ align-items: center;
14803
+ margin-bottom: .75rem; }
14804
+
14805
+ .ads-summary-heading {
14806
+ font-size: 1.25rem;
14807
+ color: #0d43a7;
14808
+ font-weight: 600;
14809
+ margin: 0; }
14810
+
14811
+ .ads-summary-edit {
14812
+ cursor: pointer;
14813
+ color: #2e86de;
14814
+ font-weight: 600;
14815
+ font-size: .9rem; }
14816
+
14817
+ .ads-summary-row {
14818
+ -webkit-box-pack: justify;
14819
+ -ms-flex-pack: justify;
14820
+ justify-content: space-between;
14821
+ border-bottom: 1px dashed #e9eef2;
14822
+ padding: .6rem 1.5rem; }
14823
+
14824
+ .ads-summary-row, .ads-summary-row-label {
14825
+ display: -webkit-box;
14826
+ display: -ms-flexbox;
14827
+ display: flex;
14828
+ -webkit-box-align: center;
14829
+ -ms-flex-align: center;
14830
+ align-items: center; }
14831
+
14832
+ .ads-summary-row-label {
14833
+ grid-gap: .5rem;
14834
+ gap: .5rem; }
14835
+
14836
+ .ads-summary-bold {
14837
+ font-weight: 500;
14838
+ color: #333; }
14839
+
14840
+ .ads-summary-row-value {
14841
+ text-align: right;
14842
+ min-width: 120px; }
14843
+
14844
+ .ads-summary-docs {
14845
+ display: -webkit-box;
14846
+ display: -ms-flexbox;
14847
+ display: flex;
14848
+ -ms-flex-wrap: wrap;
14849
+ flex-wrap: wrap;
14850
+ grid-gap: 1rem;
14851
+ gap: 1rem;
14852
+ margin-top: .5rem; }
14853
+
14854
+ .ads-summary-doc-card {
14855
+ -webkit-box-flex: 1;
14856
+ -ms-flex: 1 1 220px;
14857
+ flex: 1 1 220px;
14858
+ min-width: 180px;
14859
+ max-width: 260px;
14860
+ background-color: #fbfcfe;
14861
+ padding: .6rem;
14862
+ border: 1px solid #eef3f7;
14863
+ border-radius: 6px; }
14864
+
14865
+ .ads-summary-no-docs {
14866
+ padding: 0 1.5rem; }
14867
+
14868
+ .ads-applications-empty {
14869
+ margin-left: 16px;
14870
+ margin-top: 16px;
14871
+ color: #666; }
14872
+
14873
+ .ads-pagination-controls {
14874
+ display: -webkit-box;
14875
+ display: -ms-flexbox;
14876
+ display: flex;
14877
+ -webkit-box-pack: center;
14878
+ -ms-flex-pack: center;
14879
+ justify-content: center;
14880
+ -webkit-box-align: center;
14881
+ -ms-flex-align: center;
14882
+ align-items: center;
14883
+ grid-gap: 12px;
14884
+ gap: 12px;
14885
+ margin: 20px 0; }
14886
+
14887
+ .ads-pagination-btn {
14888
+ background-color: #2947a3;
14889
+ color: #fff;
14890
+ border: none;
14891
+ padding: 8px 12px;
14892
+ border-radius: 50%;
14893
+ font-size: 18px;
14894
+ cursor: pointer;
14895
+ -webkit-transition: background-color .2s ease;
14896
+ transition: background-color .2s ease; }
14897
+
14898
+ .ads-pagination-btn--disabled {
14899
+ background-color: #ccc;
14900
+ cursor: not-allowed; }
14901
+
14902
+ .ads-pagination-info {
14903
+ font-weight: 500;
14904
+ color: #333; }
14905
+
14906
+ .ads-new-booking {
14907
+ margin-left: 16px;
14908
+ margin-top: 16px; }
14909
+
14910
+ .ads-new-booking-btn {
14911
+ padding: 8px 12px;
14912
+ font-weight: 700;
14913
+ display: block;
14914
+ background: #2947a3;
14915
+ color: #fff;
14916
+ border: none;
14917
+ border-radius: 6px;
14918
+ cursor: pointer; }
14919
+
14920
+ .ads-registration-row {
14921
+ display: -webkit-box;
14922
+ display: -ms-flexbox;
14923
+ display: flex;
14924
+ -webkit-box-align: center;
14925
+ -ms-flex-align: center;
14926
+ align-items: center; }
14927
+
14928
+ .ads-registration-row--new {
14929
+ margin-left: 12px; }
14930
+
14931
+ .ads-registration-row--existing {
14932
+ margin-left: -4px; }
14933
+
14934
+ .ads-cart-table-cell--inbox {
14935
+ min-width: 240px; }
14936
+
14937
+ .ads-cart-table-cell--inbox, .ads-default-cell, .ads-inbox-cell {
14938
+ padding: 20px 18px;
14939
+ font-size: 16px; }
14940
+
14941
+ .ads-inbox-cell {
14942
+ min-width: 240px; }
14943
+
14944
+ .ads-btn-back {
14945
+ background: #fff;
14946
+ color: #2947a3;
14947
+ border: 1px solid #2947a3; }
14948
+
14949
+ .ads-heading-large {
14950
+ font-size: 28px;
14951
+ font-weight: 500;
14952
+ color: #1c1d1f; }
14953
+
14954
+ .ads-search-container {
14955
+ width: auto; }
14956
+
14957
+ .ads-search-container--inbox {
14958
+ margin-left: 24px; }
14959
+
14960
+ .ads-search-container--revert {
14961
+ margin-left: revert; }
14962
+
14963
+ .ads-search-error {
14964
+ font-weight: 700;
14965
+ color: #d4351c;
14966
+ padding-left: 8px;
14967
+ margin-top: -20px;
14968
+ font-size: 12px; }
14969
+
14970
+ .ads-search-inbox-clear {
14971
+ grid-column: 2/3;
14972
+ text-align: right;
14973
+ padding-top: 10px; }
14974
+
14975
+ .ads-search-submit-wrapper {
14976
+ max-width: unset;
14977
+ margin-left: unset; }
14978
+
14423
14979
  .display-none {
14424
14980
  display: none; }
14425
14981