@pmidc/upyog-css 1.1.0 → 1.1.2

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.
Files changed (125) hide show
  1. package/dist/index.css +6464 -8264
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +110 -530
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/OnGroundEventCard.scss +71 -71
  10. package/src/components/PageBasedInput.scss +30 -30
  11. package/src/components/PopupHeadingLabel.scss +14 -14
  12. package/src/components/PropertySearchForm.scss +58 -58
  13. package/src/components/SearchForm.scss +56 -56
  14. package/src/components/SearchOnRadioButton.scss +9 -9
  15. package/src/components/StandaloneSearchBar.scss +9 -9
  16. package/src/components/TimeLine.scss +68 -96
  17. package/src/components/WhatsNewCard.scss +12 -12
  18. package/src/components/actionLink.scss +3 -3
  19. package/src/components/actionbar.scss +96 -96
  20. package/src/components/bannercomponents.scss +137 -137
  21. package/src/components/body.scss +147 -157
  22. package/src/components/buttons.scss +50 -57
  23. package/src/components/card.scss +436 -588
  24. package/src/components/cardHeaderWithOptions.scss +13 -13
  25. package/src/components/changeLanguage.scss +3 -3
  26. package/src/components/charts.scss +185 -185
  27. package/src/components/checkbox.scss +83 -83
  28. package/src/components/checkpoint.scss +65 -65
  29. package/src/components/citizenInfoLabel.scss +14 -14
  30. package/src/components/custombtn.scss +15 -15
  31. package/src/components/datatable.scss +116 -116
  32. package/src/components/datewrap.scss +21 -21
  33. package/src/components/detailscard.scss +6 -6
  34. package/src/components/detailscontainer.scss +13 -13
  35. package/src/components/filters.scss +97 -97
  36. package/src/components/grey.scss +3 -3
  37. package/src/components/hoc/InboxComposer.scss +115 -115
  38. package/src/components/howItWorks.scss +71 -71
  39. package/src/components/imageviewer.scss +33 -33
  40. package/src/components/info-banner.scss +35 -35
  41. package/src/components/inputotp.scss +15 -15
  42. package/src/components/keynote.scss +27 -29
  43. package/src/components/languageSelector.scss +24 -24
  44. package/src/components/loader.scss +96 -96
  45. package/src/components/map.scss +30 -30
  46. package/src/components/metricsTable.scss +26 -26
  47. package/src/components/multiLink.scss +87 -87
  48. package/src/components/multiSelectDropdown.scss +72 -88
  49. package/src/components/navbar.scss +345 -338
  50. package/src/components/plusMinus.scss +15 -15
  51. package/src/components/popup.scss +15 -15
  52. package/src/components/radiobtn.scss +44 -44
  53. package/src/components/ratingstar.scss +33 -33
  54. package/src/components/roundedLabel.scss +10 -10
  55. package/src/components/searchAction.scss +20 -27
  56. package/src/components/sectionalDropdown.scss +43 -43
  57. package/src/components/selectdropdown.scss +205 -276
  58. package/src/components/staticDynamicMessages.scss +110 -110
  59. package/src/components/staticSideBar.scss +27 -27
  60. package/src/components/statushighlight.scss +17 -17
  61. package/src/components/submiterrors.scss +11 -11
  62. package/src/components/summary.scss +28 -28
  63. package/src/components/table.scss +178 -362
  64. package/src/components/tag.scss +27 -27
  65. package/src/components/telephone.scss +17 -17
  66. package/src/components/textfields.scss +111 -119
  67. package/src/components/toast.scss +31 -31
  68. package/src/components/toggleSwitch.scss +40 -40
  69. package/src/components/topbar.scss +147 -217
  70. package/src/components/uploadcomponents.scss +113 -113
  71. package/src/index.scss +969 -975
  72. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  73. package/src/pages/citizen/DocumentList.scss +305 -384
  74. package/src/pages/citizen/Events.scss +46 -46
  75. package/src/pages/citizen/HomePageWrapper.scss +165 -214
  76. package/src/pages/citizen/SurveyList.scss +21 -21
  77. package/src/pages/citizen/citizenDocument.scss +21 -25
  78. package/src/pages/citizen/citizenNewLogin.scss +193 -357
  79. package/src/pages/citizen/container.scss +22 -32
  80. package/src/pages/citizen/loaderMessage.scss +295 -295
  81. package/src/pages/citizen/payment/payment-type.scss +2 -2
  82. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  83. package/src/pages/common/form.scss +25 -25
  84. package/src/pages/common/pgrUICssfix.scss +105 -105
  85. package/src/pages/common/requiredField.scss +2 -2
  86. package/src/pages/common/sanctionFeeTable.scss +91 -91
  87. package/src/pages/common/searchIcon.scss +12 -12
  88. package/src/pages/common/stepForm.scss +40 -40
  89. package/src/pages/employee/EmployeeLogin.scss +6 -6
  90. package/src/pages/employee/cardfix.scss +13 -13
  91. package/src/pages/employee/container.scss +73 -73
  92. package/src/pages/employee/dashboard.scss +203 -203
  93. package/src/pages/employee/disconnection.scss +425 -425
  94. package/src/pages/employee/dss.scss +249 -251
  95. package/src/pages/employee/faq.scss +353 -353
  96. package/src/pages/employee/footer.scss +68 -68
  97. package/src/pages/employee/form-fields.scss +13 -13
  98. package/src/pages/employee/iframe.scss +65 -65
  99. package/src/pages/employee/inbox.scss +744 -744
  100. package/src/pages/employee/index.scss +678 -674
  101. package/src/pages/employee/landing.scss +324 -324
  102. package/src/pages/employee/login.scss +595 -253
  103. package/src/pages/employee/oldMobileInbox.scss +4 -4
  104. package/src/pages/employee/popupmodule.scss +47 -47
  105. package/src/pages/employee/response.scss +2 -2
  106. package/src/pages/employee/scroll-table.scss +113 -113
  107. package/src/pages/employee/surveys.scss +469 -469
  108. package/src/pages/employee/tooltip.scss +35 -35
  109. package/src/pages/employee/updateNumber.scss +12 -12
  110. package/src/pages/swach/index.scss +172 -172
  111. package/src/pages/ws/index.scss +104 -104
  112. package/svg/camera.svg +4 -4
  113. package/svg/check.svg +3 -3
  114. package/svg/close.svg +4 -4
  115. package/svg/error.svg +3 -3
  116. package/svg/error2.svg +5 -5
  117. package/svg/searchicon.svg +3 -3
  118. package/svg/starempty.svg +3 -3
  119. package/svg/starfilled.svg +4 -4
  120. package/svg/success.svg +3 -3
  121. package/src/components/NewAccordianCitizen.scss +0 -130
  122. package/src/components/newFooter.scss +0 -75
  123. package/src/pages/citizen/CitizenLogin.scss +0 -50
  124. package/src/pages/citizen/InboxCard.scss +0 -327
  125. package/src/pages/employee/header.scss +0 -262
package/svg/error.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" >
2
- <path d="M0 0h24v24H0z" fill="none"/>
3
- <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" >
2
+ <path d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/>
4
4
  </svg>
package/svg/error2.svg CHANGED
@@ -1,5 +1,5 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#d4351c">
2
- <path d="M0 0h24v24H0V0z" fill="none"/>
3
- <circle cx="12" cy="19" r="2"/>
4
- <path d="M10 3h4v12h-4z"/>
5
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#d4351c">
2
+ <path d="M0 0h24v24H0V0z" fill="none"/>
3
+ <circle cx="12" cy="19" r="2"/>
4
+ <path d="M10 3h4v12h-4z"/>
5
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#505A5F" width="48px" height="48px" >
2
- <path d="M0 0h24v24H0z" fill="none"/>
3
- <path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#505A5F" width="48px" height="48px" >
2
+ <path d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>
4
4
  </svg>
package/svg/starempty.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#a82227" width="48px" height="48px">
2
- <path d="M0 0h24v24H0V0z" fill="none"/>
3
- <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#a82227" width="48px" height="48px">
2
+ <path d="M0 0h24v24H0V0z" fill="none"/>
3
+ <path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>
4
4
  </svg>
@@ -1,5 +1,5 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" viewBox="0 0 24 24" fill="#a82227" width="48px" height="48px" >
2
- <g><path d="M0,0h24v24H0V0z" fill="none"/>
3
- <path d="M0,0h24v24H0V0z" fill="none"/></g>
4
- <g><path d="M12,17.27L18.18,21l-1.64-7.03L22,9.24l-7.19-0.61L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21L12,17.27z"/></g>
1
+ <svg xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" viewBox="0 0 24 24" fill="#a82227" width="48px" height="48px" >
2
+ <g><path d="M0,0h24v24H0V0z" fill="none"/>
3
+ <path d="M0,0h24v24H0V0z" fill="none"/></g>
4
+ <g><path d="M12,17.27L18.18,21l-1.64-7.03L22,9.24l-7.19-0.61L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21L12,17.27z"/></g>
5
5
  </svg>
package/svg/success.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#00703C" >
2
- <path d="M0 0h24v24H0V0z" fill="none"/>
3
- <path d="M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#00703C" >
2
+ <path d="M0 0h24v24H0V0z" fill="none"/>
3
+ <path d="M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"/>
4
4
  </svg>
@@ -1,130 +0,0 @@
1
- .new-accordion-wrapper {
2
- width: 100%;
3
- }
4
-
5
- .new-accordion-container {
6
- background: #ffffff;
7
- border: 1px solid #e5e7eb;
8
- border-radius: 12px;
9
- margin-bottom: 16px;
10
- overflow: hidden;
11
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
12
- }
13
-
14
- /* HEADER */
15
- .new-accordion-header {
16
- padding: 20px 24px;
17
- background-color: #f9fafb;
18
- display: flex;
19
- justify-content: space-between;
20
- align-items: center;
21
- cursor: pointer;
22
- transition: background-color 0.2s ease;
23
- }
24
-
25
- .new-accordion-header:hover {
26
- background-color: #f3f4f6;
27
- }
28
-
29
- .new-accordion-title {
30
- font-size: 16px;
31
- font-weight: 600;
32
- margin: 0;
33
- color: #1f2937;
34
- }
35
-
36
- /* CHEVRON */
37
- .new-accordion-chevron {
38
- transition: transform 0.3s ease;
39
- }
40
-
41
- .new-accordion-chevron.open {
42
- transform: rotate(180deg);
43
- }
44
-
45
- /* CONTENT AREA */
46
- .new-accordion-content {
47
- max-height: 0;
48
- overflow: hidden;
49
- transition: max-height 0.4s ease;
50
- }
51
-
52
- .new-accordion-content.open {
53
- max-height: 2000px;
54
- }
55
-
56
- /* GRID */
57
- .new-accordion-grid {
58
- display: grid;
59
- grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
60
- gap: 12px;
61
- padding: 16px;
62
- }
63
-
64
- .new-accordion-grid.mobile {
65
- grid-template-columns: 1fr;
66
- }
67
-
68
- .new-accordion-grid.no-grid {
69
-
70
- }
71
-
72
- /* CARD */
73
- .new-accordion-card {
74
- padding: 16px;
75
- border-radius: 10px;
76
- display: flex;
77
- gap: 12px;
78
- align-items: center;
79
- text-decoration: none;
80
- border: none;
81
- transition: all 0.2s ease;
82
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
83
- }
84
-
85
- .new-accordion-card:hover {
86
- transform: translateY(-2px);
87
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
88
- }
89
-
90
- /* ICON */
91
- .new-accordion-card-icon {
92
- width: 40px;
93
- height: 40px;
94
- border-radius: 10px;
95
- display: flex;
96
- align-items: center;
97
- justify-content: center;
98
- flex-shrink: 0;
99
- }
100
-
101
- /* TEXT */
102
- .new-accordion-card-content {
103
- flex: 1;
104
- display: flex;
105
- flex-direction: column;
106
- gap: 2px;
107
- }
108
-
109
- .new-accordion-card-title {
110
- font-size: 14px;
111
- font-weight: 500;
112
- color: #1f2937;
113
- }
114
-
115
- .new-accordion-card-description {
116
- font-size: 13px;
117
- color: #6b7280;
118
- }
119
-
120
- /* Arrow */
121
- .new-accordion-card-arrow {
122
- display: flex;
123
- align-items: center;
124
- justify-content: center;
125
- }
126
-
127
- /* INFO BOX */
128
- .new-accordion-info {
129
- margin-top: 16px;
130
- }
@@ -1,75 +0,0 @@
1
-
2
- .new-df-footer{
3
- background-color:#1e293b;
4
- color:#ffffff;
5
- padding:48px 0 0 0;
6
- margin-top:64px;
7
- width:100%;
8
- box-sizing:border-box;
9
- }
10
-
11
- .new-df-container{
12
- max-width:1200px;
13
- margin:0 auto;
14
- padding:0 40px;
15
- box-sizing:border-box;
16
- }
17
-
18
- .new-df-grid{
19
- display:grid;
20
- grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
21
- gap:48px;
22
- padding-bottom:40px;
23
- }
24
-
25
- .new-df-column{
26
- display:flex;
27
- flex-direction:column;
28
- gap:16px;
29
- }
30
-
31
- .new-df-heading{
32
- font-size:18px;
33
- font-weight:600;
34
- margin:0 0 8px 0;
35
- color:#ffffff;
36
- }
37
-
38
- .new-df-text{
39
- font-size:14px;
40
- line-height:1.6;
41
- color:#cbd5e1;
42
- margin:0;
43
- }
44
-
45
- .new-df-link{
46
- font-size:14px;
47
- color:#cbd5e1;
48
- text-decoration:none;
49
- cursor:pointer;
50
- transition:color 0.2s ease;
51
- display:block;
52
- margin-bottom:8px;
53
- }
54
-
55
- .new-df-link:hover{
56
- color:#ffffff;
57
- }
58
-
59
- .new-df-bottom{
60
- border-top:1px solid #334155;
61
- padding:24px 0;
62
- text-align:center;
63
- }
64
-
65
- .new-df-copyright{
66
- font-size:14px;
67
- color:#94a3b8;
68
- margin:0;
69
- }
70
-
71
- @media (max-width:768px){
72
- .new-df-container{padding:0 16px}
73
- .new-df-grid{gap:20px}
74
- }
75
-
@@ -1,50 +0,0 @@
1
- .newLoginlanguageWrapper {
2
- width: 100%;
3
- margin-bottom: 24px;
4
- }
5
-
6
- .newLoginlabel {
7
- font-weight: 500;
8
- font-size: 16px;
9
- line-height: 25px;
10
- color: #686677;
11
- margin-bottom: 8px;
12
- }
13
-
14
- .newLoginrequired {
15
- color: #ff1515;
16
- }
17
-
18
- .newLoginlanguageButtonContainer {
19
- display: flex;
20
- gap: 12px;
21
- width: 100%;
22
- }
23
-
24
- /* Default button style */
25
- .newLoginlanguageButton {
26
- flex: 1;
27
- padding: 12px 20px;
28
- border: 1px solid #d0d5dd;
29
- border-radius: 8px;
30
- background-color: #ffffff;
31
- color: #344054;
32
- font-size: 16px;
33
- font-weight: 500;
34
- cursor: pointer;
35
- transition: all 0.newLogin2s ease;
36
- }
37
-
38
- /* Hover state */
39
- .newLoginlanguageButton:hover {
40
- border-color: #98a2b3;
41
- background-color: #f9fafb;
42
- }
43
-
44
- /* Selected button state */
45
- .newLoginselected {
46
- border: 2px solid #5b68f0;
47
- background-color: #f0f1ff;
48
- color: #5b68f0;
49
- font-weight: 600;
50
- }
@@ -1,327 +0,0 @@
1
- .inbox-card-container {
2
- width: 100%;
3
- height: 85%;
4
- position: relative;
5
- }
6
-
7
- .inbox-card-body {
8
- margin: 0px;
9
- padding: 0px;
10
- }
11
-
12
- .inbox-outer-flex-column {
13
- display: flex;
14
- flex-direction: column;
15
- }
16
-
17
- .inbox-inner-flex-row {
18
- display: flex;
19
- }
20
-
21
- .inbox-icon-container {
22
- width: 30%;
23
- height: 50px;
24
- }
25
-
26
- .inbox-icon-banner-style {
27
- position: absolute;
28
- left: 10%;
29
- top: 10%;
30
- border-radius: 5px;
31
- box-shadow: 5px 5px 5px 0px #e3e4e3;
32
- }
33
-
34
- .inbox-kpi-container {
35
- width: 70%;
36
- }
37
-
38
- .inbox-flex-fit-citizen {
39
- padding-left: 17px;
40
- }
41
-
42
- .inbox-card-count-style {
43
- display: flex;
44
- width: 100%;
45
- flex-direction: column;
46
- }
47
-
48
- .inbox-count-wrapper {
49
- margin-left: auto;
50
- display: flex;
51
- flex-direction: column-reverse;
52
- width: 100%;
53
- }
54
-
55
- .inbox-label-text {
56
- text-align: center;
57
- }
58
-
59
- .inbox-count-text {
60
- text-align: center;
61
- }
62
-
63
- .inbox-count-value {
64
- color: #ae1e28;
65
- font-size: 18px;
66
- font-family: sans-serif;
67
- font-weight: bold;
68
- }
69
-
70
- .inbox-links-wrapper-style {
71
- display: flex;
72
- justify-content: space-around;
73
- padding-top: 15px;
74
- }
75
-
76
- .inbox-link-item {
77
- padding-left: 5px;
78
- color: #a1a5b7;
79
- display: flex;
80
- }
81
-
82
- .inbox-link-flex {
83
- display: flex;
84
- }
85
- .inbox-text-employee-card {
86
- font-size: 1.5rem;
87
- font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
88
- position: absolute;
89
- top: 10%;
90
- padding-left: 10%;
91
- color: rgb(255, 255, 255) !important;
92
- width: 300px;
93
- }
94
-
95
- .view-declaration-link {
96
- color: green;
97
- }
98
-
99
- .view-link-button {
100
- float: right;
101
- display: inline;
102
- background: #fff;
103
- }
104
-
105
- .summary-content-wrapper {
106
- margin-top: 30px;
107
- padding-bottom: 30px;
108
- }
109
-
110
- .summary-page-table-container {
111
- margin-top: 19px;
112
- background: #fafafa;
113
- border: 1px solid #d6d5d4;
114
- border-radius: 4px;
115
- padding: 12px;
116
- max-width: 960px;
117
- min-width: 280px;
118
- }
119
-
120
- .summary-page-table {
121
- width: 100%;
122
- border-collapse: collapse;
123
- font-size: 15px;
124
- }
125
-
126
- .summary-page-table-row {
127
- border-bottom: 1px solid #eaeaea;
128
- }
129
-
130
- .summary-page-table-data {
131
- padding: 8px;
132
- font-weight: 600;
133
- color: #333;
134
- }
135
-
136
- .summary-page-tabledata {
137
- padding: 8px;
138
- text-align: right;
139
- color: #555;
140
- }
141
-
142
- .summary-page-uploaded-tabledata {
143
- padding: 12px 8px;
144
- font-weight: 600;
145
- color: #333;
146
- }
147
-
148
- .summary-page-uploaded-table-data {
149
- padding: 12px 8px;
150
- text-align: right;
151
- }
152
-
153
- .summary-page-checkbox {
154
- height: auto;
155
- }
156
-
157
- .summary-page-scroll {
158
- overflow: scroll;
159
- }
160
-
161
- .bpa-newbuilding-bpa-section {
162
- background-color: #ffffff;
163
- border-radius: 8px;
164
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
165
- padding-bottom: 50px;
166
- }
167
- .bpa-newbuilding-label-field-pair {
168
- display: flex;
169
- justify-content: space-between;
170
- border-bottom: 1px dashed #e0e0e0;
171
- padding: 0.5rem 0;
172
- color: #333;
173
- }
174
- .bpa-newbuilding-bold-label {
175
- font-weight: 700;
176
- color: #555;
177
- }
178
- .bpa-newbuilding-search-icon-container {
179
- position: relative;
180
- z-index: 1;
181
- right: 95px;
182
- margin-top: -24px;
183
- margin-right: -20px;
184
- cursor: pointer;
185
- }
186
- .bpa-newbuilding-or-text {
187
- position: relative;
188
- font-weight: 700;
189
- left: 20px;
190
- }
191
- .bpa-newbuilding-upload-margin {
192
- margin-bottom: 15px;
193
- }
194
- .bpa-newbuilding-ecbc-error-text {
195
- color: red;
196
- }
197
- .bpa-newbuilding-submit-back {
198
- border: 1px solid;
199
- background: transparent;
200
- color: #2947a3;
201
- margin-right: 5px;
202
- }
203
- .bpa-newbuilding-newbuilding-error-message {
204
- color: red;
205
- margin-top: 4px;
206
- font-size: 0.9rem;
207
- }
208
- .newbuilding-error-message {
209
- color: "red";
210
- font-size: "12px";
211
- margin-top: "4px";
212
- }
213
-
214
- .bpa-owner-error-message {
215
- color: red;
216
- font-size: 12px;
217
- margin-top: 4px;
218
- }
219
- .bpa-owner-delete-icon {
220
- position: relative;
221
- bottom: 5px;
222
- }
223
- .bpa-owner-link-delete-button {
224
- width: 50px;
225
- display: inline-flex;
226
- justify-content: center;
227
- align-items: center;
228
- background: black;
229
- float: right;
230
- }
231
- .bpa-owner-owner-card {
232
- border: 1px solid;
233
- border-radius: 5px;
234
- padding: 10px;
235
- padding-top: 20px;
236
- margin-top: 10px;
237
- border-color: #f3f3f3;
238
- background: #fafafa;
239
- }
240
- .bpa-owner-cardlabel-negative-margin {
241
- margin-bottom: -15px;
242
- }
243
- .bpa-owner-mobile-row {
244
- margin-top: 30px;
245
- }
246
- .bpa-owner-country-prefix {
247
- margin-bottom: 24px;
248
- padding: 3px 2px;
249
- border: 1px solid #b4b4b4;
250
- border-radius: 8px 0 0 8px;
251
- display: inline-block;
252
- }
253
- .bpa-owner-phone-input {
254
- background: #fafafa;
255
- padding: 0 4px;
256
- border-radius: 0 8px 8px 0;
257
- width: 96%;
258
- }
259
- .bpa-owner-search-icon-container {
260
- position: relative;
261
- z-index: 100;
262
- right: 44px;
263
- margin-top: -24px;
264
- margin-right: -20px;
265
- cursor: pointer;
266
- }
267
- .bpa-owner-cardlabel-margin-top {
268
- margin-top: 30px;
269
- }
270
- .bpa-owner-upload-row {
271
- display: flex;
272
- gap: 15px;
273
- flex-direction: row;
274
- }
275
- @media (max-width: 768px) {
276
- .upload-row {
277
- flex-direction: column;
278
- }
279
- }
280
- .bpa-owner-input-bg-fa {
281
- background: #fafafa;
282
- }
283
- .bpa-owner-owner-textarea {
284
- background: #fafafa;
285
- width: 100%;
286
- min-height: 80px;
287
- padding: 8px;
288
- border: 1px solid #ccc;
289
- border-radius: 4px;
290
- resize: vertical;
291
- }
292
- .bpa-owner-checkbox-top {
293
- padding-top: 10px;
294
- }
295
- .bpa-owner-add-owner-row {
296
- display: flex;
297
- padding-bottom: 15px;
298
- color: #ff8c00;
299
- }
300
- .bpa-owner-add-owner-button {
301
- padding-top: 10px;
302
- background: transparent;
303
- border: none;
304
- color: inherit;
305
- }
306
- .bpa-owner-submit-back {
307
- border: 1px solid;
308
- background: transparent;
309
- color: #2947a3;
310
- margin-right: 5px;
311
- }
312
- .bpa-owner-label-field-pair {
313
- display: flex;
314
- justify-content: space-between;
315
- border-bottom: 1px dashed #e0e0e0;
316
- padding: 0.5rem 0;
317
- color: #333;
318
- }
319
- .bpa-owner-bold-label {
320
- font-weight: 700;
321
- color: #555;
322
- }
323
- .bpa-owner-newbuilding-error-message {
324
- color: red;
325
- margin-top: 4px;
326
- font-size: 0.9rem;
327
- }