@pmidc/upyog-css 1.0.51 → 1.0.52

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
@@ -11734,6 +11734,401 @@ body {
11734
11734
  left: -100%;
11735
11735
  opacity: 0; } }
11736
11736
 
11737
+ .DS-citizen-form-container {
11738
+ padding: 0 10px 10px; }
11739
+ .DS-citizen-form-container .card-label-smaller {
11740
+ display: inline; }
11741
+ .DS-citizen-form-container .card-label-smaller span {
11742
+ color: red; }
11743
+ .DS-citizen-form-container .tooltip {
11744
+ position: absolute; }
11745
+ .DS-citizen-form-container .tooltiptext {
11746
+ white-space: nowrap;
11747
+ font-size: medium; }
11748
+ @media (max-width: 768px) {
11749
+ .DS-citizen-form-container .tooltiptext {
11750
+ white-space: unset;
11751
+ width: 150px; } }
11752
+ @media (max-width: 768px) {
11753
+ .DS-citizen-form-container input[type=radio], .DS-citizen-form-container .checkbox-wrap .input-emp[type=radio], .checkbox-wrap .DS-citizen-form-container .input-emp[type=radio] {
11754
+ margin-left: unset; } }
11755
+
11756
+ .DS-citizen-info-label {
11757
+ margin: 0 !important; }
11758
+ .DS-citizen-info-label .text-style {
11759
+ color: #0b0c0c !important; }
11760
+
11761
+ .DS-disconnection-page-container {
11762
+ background-color: #ff0;
11763
+ width: 100%;
11764
+ max-width: 1920px;
11765
+ margin: 0 auto;
11766
+ background-color: #f9fafb;
11767
+ min-height: 100vh;
11768
+ font-family: Noto Sans,sans-serif;
11769
+ padding-bottom: 80px; }
11770
+ .DS-disconnection-page-container .DS-header {
11771
+ font-size: 32px;
11772
+ margin-left: 18px;
11773
+ font-family: Noto Sans,sans-serif;
11774
+ color: #000; }
11775
+
11776
+ .DS-disconnectionFormUI {
11777
+ max-width: 1711px;
11778
+ margin: 24px auto;
11779
+ padding: 48px 40px;
11780
+ background-color: #fff;
11781
+ border-radius: 12px;
11782
+ -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
11783
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); }
11784
+ @media (max-width: 768px) {
11785
+ .DS-disconnectionFormUI {
11786
+ margin-left: 16px;
11787
+ margin-bottom: 16px;
11788
+ margin-right: 16px;
11789
+ margin-top: 16px;
11790
+ padding-left: 16px;
11791
+ padding-bottom: 24px;
11792
+ padding-right: 16px;
11793
+ padding-top: 24px; } }
11794
+ .DS-disconnectionFormUI h2 {
11795
+ font-size: 18px;
11796
+ font-weight: 600;
11797
+ color: #1f2937;
11798
+ margin-bottom: 32px;
11799
+ margin-top: 0;
11800
+ padding-bottom: 16px;
11801
+ border-bottom: 1px solid #e5e7eb;
11802
+ letter-spacing: -.01em; }
11803
+ .DS-disconnectionFormUI h2:not(:first-child) {
11804
+ margin-top: 48px; }
11805
+ .DS-disconnectionFormUI h2 span {
11806
+ color: #ef4444; }
11807
+
11808
+ .DS-consumer-number-row {
11809
+ display: -webkit-box;
11810
+ display: -ms-flexbox;
11811
+ display: flex;
11812
+ -webkit-box-align: center;
11813
+ -ms-flex-align: center;
11814
+ align-items: center;
11815
+ margin-bottom: 32px; }
11816
+ @media (max-width: 768px) {
11817
+ .DS-consumer-number-row {
11818
+ grid-gap: 16px;
11819
+ gap: 16px;
11820
+ -ms-flex-wrap: wrap;
11821
+ flex-wrap: wrap; } }
11822
+ .DS-consumer-number-row label {
11823
+ font-weight: 500;
11824
+ color: #374151;
11825
+ min-width: 195px; }
11826
+ .DS-consumer-number-row label, .DS-consumer-number-row p {
11827
+ font-size: 14px;
11828
+ line-height: 1.5; }
11829
+ .DS-consumer-number-row p {
11830
+ color: #1f2937;
11831
+ margin: 0; }
11832
+
11833
+ .DS-disconnection-type-row {
11834
+ display: -webkit-box;
11835
+ display: -ms-flexbox;
11836
+ display: flex;
11837
+ -webkit-box-align: center;
11838
+ -ms-flex-align: center;
11839
+ align-items: center;
11840
+ grid-gap: 160px;
11841
+ gap: 160px;
11842
+ margin-bottom: 40px; }
11843
+ @media (max-width: 768px) {
11844
+ .DS-disconnection-type-row {
11845
+ grid-gap: 90px;
11846
+ gap: 90px;
11847
+ -ms-flex-wrap: wrap;
11848
+ flex-wrap: wrap; } }
11849
+ .DS-disconnection-type-row .DS-label-wrapper {
11850
+ display: -webkit-box;
11851
+ display: -ms-flexbox;
11852
+ display: flex;
11853
+ -webkit-box-align: center;
11854
+ -ms-flex-align: center;
11855
+ align-items: center;
11856
+ grid-gap: 8px;
11857
+ gap: 8px; }
11858
+ .DS-disconnection-type-row .DS-label-wrapper label {
11859
+ font-size: 14px;
11860
+ font-weight: 500;
11861
+ color: #374151;
11862
+ min-width: -webkit-fit-content;
11863
+ min-width: -moz-fit-content;
11864
+ min-width: fit-content;
11865
+ line-height: 1.5; }
11866
+ .DS-disconnection-type-row .DS-label-wrapper label span {
11867
+ color: #ef4444; }
11868
+ .DS-disconnection-type-row p {
11869
+ font-size: 14px;
11870
+ color: #1f2937;
11871
+ margin: 0;
11872
+ line-height: 1.5; }
11873
+
11874
+ .DS-date-field {
11875
+ display: -webkit-box;
11876
+ display: -ms-flexbox;
11877
+ display: flex;
11878
+ -webkit-box-orient: vertical;
11879
+ -webkit-box-direction: normal;
11880
+ -ms-flex-direction: column;
11881
+ flex-direction: column;
11882
+ grid-gap: 12px;
11883
+ gap: 12px;
11884
+ margin-bottom: 32px;
11885
+ max-width: 400px; }
11886
+ @media (max-width: 768px) {
11887
+ .DS-date-field {
11888
+ max-width: 100%; } }
11889
+ .DS-date-field .DS-label-row {
11890
+ display: -webkit-box;
11891
+ display: -ms-flexbox;
11892
+ display: flex;
11893
+ -webkit-box-align: center;
11894
+ -ms-flex-align: center;
11895
+ align-items: center;
11896
+ grid-gap: 8px;
11897
+ gap: 8px; }
11898
+ .DS-date-field .DS-label-row label {
11899
+ font-size: 14px;
11900
+ font-weight: 500;
11901
+ color: #374151;
11902
+ line-height: 1.5; }
11903
+ .DS-date-field .DS-label-row label span {
11904
+ color: #ef4444; }
11905
+ .DS-date-field .DS-field-wrapper {
11906
+ width: 100%; }
11907
+
11908
+ .DS-reason-field {
11909
+ display: -webkit-box;
11910
+ display: -ms-flexbox;
11911
+ display: flex;
11912
+ -webkit-box-orient: vertical;
11913
+ -webkit-box-direction: normal;
11914
+ -ms-flex-direction: column;
11915
+ flex-direction: column;
11916
+ grid-gap: 12px;
11917
+ gap: 12px;
11918
+ margin-bottom: 48px;
11919
+ max-width: 400px; }
11920
+ @media (max-width: 768px) {
11921
+ .DS-reason-field {
11922
+ max-width: 100%; } }
11923
+ .DS-reason-field label {
11924
+ font-size: 14px;
11925
+ font-weight: 500;
11926
+ color: #374151;
11927
+ line-height: 1.5; }
11928
+ .DS-reason-field label span {
11929
+ color: #ef4444; }
11930
+ .DS-reason-field .DS-field-wrapper {
11931
+ width: 100%; }
11932
+
11933
+ .DS-document-field {
11934
+ display: -webkit-box;
11935
+ display: -ms-flexbox;
11936
+ display: flex;
11937
+ -webkit-box-orient: vertical;
11938
+ -webkit-box-direction: normal;
11939
+ -ms-flex-direction: column;
11940
+ flex-direction: column;
11941
+ grid-gap: 12px;
11942
+ gap: 12px;
11943
+ margin-bottom: 32px;
11944
+ max-width: 100%; }
11945
+ .DS-document-field label {
11946
+ font-size: 14px;
11947
+ font-weight: 500;
11948
+ color: #374151;
11949
+ line-height: 1.5; }
11950
+ .DS-document-field label span {
11951
+ color: #ef4444; }
11952
+ .DS-document-field .DS-dropdown-wrapper {
11953
+ max-width: 400px; }
11954
+ .DS-document-field .DS-dropdown-wrapper, .DS-document-field .DS-upload-wrapper {
11955
+ width: 100%; }
11956
+ .DS-document-field .DS-upload-wrapper {
11957
+ max-width: 25rem;
11958
+ border: 1px solid #d4d4d8;
11959
+ border-radius: .5rem;
11960
+ padding: .75rem; }
11961
+ .DS-document-field .DS-upload-wrapper .upload-file {
11962
+ border: none !important;
11963
+ min-height: 50px; }
11964
+ .DS-document-field .DS-upload-wrapper .upload-file > div {
11965
+ -webkit-box-pack: start;
11966
+ -ms-flex-pack: start;
11967
+ justify-content: flex-start;
11968
+ -ms-flex-wrap: wrap;
11969
+ flex-wrap: wrap;
11970
+ padding: 0;
11971
+ margin: 0; }
11972
+ .DS-document-field .DS-upload-wrapper .upload-file .selector-button-border {
11973
+ background-color: #2947a3 !important;
11974
+ color: #fff !important;
11975
+ border: none !important;
11976
+ border-radius: .375rem;
11977
+ padding: .5rem 1rem;
11978
+ font-family: Noto Sans,sans-serif;
11979
+ font-weight: 500;
11980
+ font-size: .875rem;
11981
+ line-height: 1.25rem;
11982
+ cursor: pointer;
11983
+ -webkit-transition: all .2s ease;
11984
+ transition: all .2s ease;
11985
+ white-space: nowrap;
11986
+ display: -webkit-inline-box;
11987
+ display: -ms-inline-flexbox;
11988
+ display: inline-flex;
11989
+ -webkit-box-pack: center;
11990
+ -ms-flex-pack: center;
11991
+ justify-content: center;
11992
+ height: auto;
11993
+ min-height: 40px;
11994
+ width: 30%;
11995
+ max-height: 40px;
11996
+ margin: 0; }
11997
+ .DS-document-field .DS-upload-wrapper .upload-file .selector-button-border:hover {
11998
+ background-color: #1e3a8a !important;
11999
+ opacity: .9; }
12000
+ .DS-document-field .DS-upload-wrapper .upload-file .selector-button-border h2 {
12001
+ color: #fff !important;
12002
+ font-size: 0.875rem !important;
12003
+ line-height: 1.25rem !important;
12004
+ font-weight: 500 !important;
12005
+ margin: 0 !important;
12006
+ padding: 0 !important;
12007
+ border: none !important; }
12008
+ .DS-document-field .DS-upload-wrapper .upload-file .file-upload-status {
12009
+ color: #71717a;
12010
+ font-size: .875rem;
12011
+ line-height: 1.25rem;
12012
+ font-weight: 400;
12013
+ margin: 0;
12014
+ -webkit-box-flex: 1;
12015
+ -ms-flex: 1;
12016
+ flex: 1;
12017
+ text-align: center;
12018
+ padding: 0 1rem;
12019
+ min-height: 40px;
12020
+ -webkit-box-pack: center;
12021
+ -ms-flex-pack: center;
12022
+ justify-content: center; }
12023
+ .DS-document-field .DS-upload-wrapper .upload-file .input-mirror-selector-button {
12024
+ width: 30%;
12025
+ min-height: 42px;
12026
+ max-height: 42px;
12027
+ top: 0;
12028
+ left: 0; }
12029
+
12030
+ .DS-disconnection-action-bar {
12031
+ position: fixed;
12032
+ bottom: 0;
12033
+ left: 0;
12034
+ right: 0;
12035
+ background-color: #fff;
12036
+ border-top: 1px solid #e5e7eb;
12037
+ padding: 16px 24px;
12038
+ display: -webkit-box;
12039
+ display: -ms-flexbox;
12040
+ display: flex;
12041
+ -webkit-box-pack: justify;
12042
+ -ms-flex-pack: justify;
12043
+ justify-content: space-between;
12044
+ -webkit-box-align: center;
12045
+ -ms-flex-align: center;
12046
+ align-items: center;
12047
+ z-index: 1000;
12048
+ -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.05);
12049
+ box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.05); }
12050
+ @media (max-width: 768px) {
12051
+ .DS-disconnection-action-bar {
12052
+ padding-left: 16px;
12053
+ padding-bottom: 16px;
12054
+ padding-right: 16px;
12055
+ padding-top: 16px; } }
12056
+ .DS-disconnection-action-bar .DS-back-button {
12057
+ padding: 12px 24px;
12058
+ font-size: 16px;
12059
+ font-weight: 500;
12060
+ color: #374151;
12061
+ background-color: #fff;
12062
+ border: 1px solid #d1d5db;
12063
+ border-radius: 8px;
12064
+ cursor: pointer;
12065
+ -webkit-transition: all .2s ease;
12066
+ transition: all .2s ease;
12067
+ font-family: Noto Sans,sans-serif; }
12068
+ @media (max-width: 768px) {
12069
+ .DS-disconnection-action-bar .DS-back-button {
12070
+ padding-left: 16px;
12071
+ padding-bottom: 10px;
12072
+ padding-right: 16px;
12073
+ padding-top: 10px;
12074
+ font-size: 14px; } }
12075
+ .DS-disconnection-action-bar .DS-back-button:hover {
12076
+ background-color: #f9fafb;
12077
+ border-color: #9ca3af; }
12078
+ .DS-disconnection-action-bar .DS-action-buttons {
12079
+ display: -webkit-box;
12080
+ display: -ms-flexbox;
12081
+ display: flex;
12082
+ grid-gap: 12px;
12083
+ gap: 12px; }
12084
+ @media (max-width: 768px) {
12085
+ .DS-disconnection-action-bar .DS-action-buttons {
12086
+ grid-gap: 8px;
12087
+ gap: 8px; } }
12088
+ .DS-disconnection-action-bar .DS-cancel-button {
12089
+ padding: 12px 24px;
12090
+ font-size: 16px;
12091
+ font-weight: 500;
12092
+ color: #374151;
12093
+ background-color: #fff;
12094
+ border: 1px solid #d1d5db;
12095
+ border-radius: 8px;
12096
+ cursor: pointer;
12097
+ -webkit-transition: all .2s ease;
12098
+ transition: all .2s ease;
12099
+ font-family: Noto Sans,sans-serif; }
12100
+ @media (max-width: 768px) {
12101
+ .DS-disconnection-action-bar .DS-cancel-button {
12102
+ padding-left: 16px;
12103
+ padding-bottom: 10px;
12104
+ padding-right: 16px;
12105
+ padding-top: 10px;
12106
+ font-size: 14px; } }
12107
+ .DS-disconnection-action-bar .DS-cancel-button:hover {
12108
+ background-color: #f9fafb;
12109
+ border-color: #9ca3af; }
12110
+ .DS-disconnection-action-bar .DS-submit-button {
12111
+ padding: 12px 32px;
12112
+ font-size: 16px;
12113
+ font-weight: 600;
12114
+ color: #fff;
12115
+ background-color: #2947a3;
12116
+ border: none;
12117
+ border-radius: 8px;
12118
+ cursor: pointer;
12119
+ -webkit-transition: all .2s ease;
12120
+ transition: all .2s ease;
12121
+ font-family: Noto Sans,sans-serif; }
12122
+ @media (max-width: 768px) {
12123
+ .DS-disconnection-action-bar .DS-submit-button {
12124
+ padding-left: 24px;
12125
+ padding-bottom: 10px;
12126
+ padding-right: 24px;
12127
+ padding-top: 10px;
12128
+ font-size: 14px; } }
12129
+ .DS-disconnection-action-bar .DS-submit-button:hover {
12130
+ background-color: #1e3a8a; }
12131
+
11737
12132
  .display-none {
11738
12133
  display: none; }
11739
12134