@chipstcp/upyog-css 1.0.0

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 (141) hide show
  1. package/dist/index.css +21523 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +63 -0
  7. package/src/components/CardBasedOptions.scss +536 -0
  8. package/src/components/CitizenHomeCard.scss +228 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/FAQ.scss +64 -0
  12. package/src/components/NewAccordianCitizen.scss +130 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +30 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +57 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/SurveyModal.scss +195 -0
  21. package/src/components/TimeLine.scss +96 -0
  22. package/src/components/WhatsNewCard.scss +13 -0
  23. package/src/components/actionLink.scss +3 -0
  24. package/src/components/actionbar.scss +100 -0
  25. package/src/components/bannercomponents.scss +137 -0
  26. package/src/components/body.scss +423 -0
  27. package/src/components/buttons.scss +142 -0
  28. package/src/components/card.scss +968 -0
  29. package/src/components/cardHeaderWithOptions.scss +16 -0
  30. package/src/components/changeLanguage.scss +3 -0
  31. package/src/components/charts.scss +186 -0
  32. package/src/components/checkbox.scss +83 -0
  33. package/src/components/checkpoint.scss +65 -0
  34. package/src/components/citizenInfoLabel.scss +14 -0
  35. package/src/components/custombtn.scss +16 -0
  36. package/src/components/datatable.scss +119 -0
  37. package/src/components/datewrap.scss +21 -0
  38. package/src/components/detailscard.scss +6 -0
  39. package/src/components/detailscontainer.scss +13 -0
  40. package/src/components/documentSection.scss +134 -0
  41. package/src/components/filters.scss +98 -0
  42. package/src/components/grey.scss +3 -0
  43. package/src/components/hoc/InboxComposer.scss +111 -0
  44. package/src/components/hoc/index.scss +1 -0
  45. package/src/components/howItWorks.scss +71 -0
  46. package/src/components/imageviewer.scss +33 -0
  47. package/src/components/info-banner.scss +35 -0
  48. package/src/components/inputotp.scss +15 -0
  49. package/src/components/keynote.scss +29 -0
  50. package/src/components/languageSelector.scss +24 -0
  51. package/src/components/loader.scss +96 -0
  52. package/src/components/map.scss +36 -0
  53. package/src/components/menu.scss +0 -0
  54. package/src/components/metricsTable.scss +27 -0
  55. package/src/components/multiLink.scss +118 -0
  56. package/src/components/multiSelectDropdown.scss +89 -0
  57. package/src/components/navbar.scss +377 -0
  58. package/src/components/newFooter.scss +82 -0
  59. package/src/components/plusMinus.scss +15 -0
  60. package/src/components/popup.scss +27 -0
  61. package/src/components/radiobtn.scss +47 -0
  62. package/src/components/ratingstar.scss +33 -0
  63. package/src/components/roundedLabel.scss +10 -0
  64. package/src/components/searchAction.scss +27 -0
  65. package/src/components/sectionalDropdown.scss +43 -0
  66. package/src/components/selectdropdown.scss +302 -0
  67. package/src/components/staticDynamicMessages.scss +111 -0
  68. package/src/components/staticSideBar.scss +27 -0
  69. package/src/components/statushighlight.scss +17 -0
  70. package/src/components/submiterrors.scss +11 -0
  71. package/src/components/summary.scss +29 -0
  72. package/src/components/table.scss +383 -0
  73. package/src/components/tag.scss +27 -0
  74. package/src/components/telephone.scss +17 -0
  75. package/src/components/textfields.scss +146 -0
  76. package/src/components/toast.scss +31 -0
  77. package/src/components/toggleSwitch.scss +41 -0
  78. package/src/components/topbar.scss +218 -0
  79. package/src/components/uploadcomponents.scss +116 -0
  80. package/src/index.scss +2087 -0
  81. package/src/modules/BPA/index.scss +98 -0
  82. package/src/modules/adv/index.scss +643 -0
  83. package/src/modules/hrms/index.scss +1328 -0
  84. package/src/modules/rentAndLease/index.scss +238 -0
  85. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  86. package/src/pages/citizen/CitizenLogin.scss +50 -0
  87. package/src/pages/citizen/DocumentList.scss +455 -0
  88. package/src/pages/citizen/Events.scss +47 -0
  89. package/src/pages/citizen/HomePageWrapper.scss +215 -0
  90. package/src/pages/citizen/InboxCard.scss +378 -0
  91. package/src/pages/citizen/SurveyList.scss +25 -0
  92. package/src/pages/citizen/citizenDocument.scss +26 -0
  93. package/src/pages/citizen/citizenNewLogin.scss +352 -0
  94. package/src/pages/citizen/container.scss +33 -0
  95. package/src/pages/citizen/loaderMessage.scss +342 -0
  96. package/src/pages/citizen/payment/payment-type.scss +3 -0
  97. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  98. package/src/pages/common/form.scss +26 -0
  99. package/src/pages/common/newApplicationTimeline.scss +341 -0
  100. package/src/pages/common/pgrUICssfix.scss +129 -0
  101. package/src/pages/common/requiredField.scss +3 -0
  102. package/src/pages/common/sanctionFeeTable.scss +92 -0
  103. package/src/pages/common/searchIcon.scss +13 -0
  104. package/src/pages/common/sitePhotoGraphs.scss +27 -0
  105. package/src/pages/common/stepForm.scss +41 -0
  106. package/src/pages/employee/EmployeeLogin.scss +7 -0
  107. package/src/pages/employee/cardfix.scss +14 -0
  108. package/src/pages/employee/container.scss +73 -0
  109. package/src/pages/employee/dashboard.scss +204 -0
  110. package/src/pages/employee/disconnection.scss +426 -0
  111. package/src/pages/employee/dss.scss +251 -0
  112. package/src/pages/employee/faq.scss +353 -0
  113. package/src/pages/employee/footer.scss +69 -0
  114. package/src/pages/employee/form-fields.scss +27 -0
  115. package/src/pages/employee/header.scss +262 -0
  116. package/src/pages/employee/iframe.scss +66 -0
  117. package/src/pages/employee/inbox.scss +1110 -0
  118. package/src/pages/employee/index.scss +694 -0
  119. package/src/pages/employee/landing.scss +1803 -0
  120. package/src/pages/employee/login.scss +253 -0
  121. package/src/pages/employee/oldMobileInbox.scss +5 -0
  122. package/src/pages/employee/popupmodule.scss +47 -0
  123. package/src/pages/employee/response.scss +3 -0
  124. package/src/pages/employee/scroll-table.scss +114 -0
  125. package/src/pages/employee/surveys.scss +469 -0
  126. package/src/pages/employee/tooltip.scss +36 -0
  127. package/src/pages/employee/updateNumber.scss +13 -0
  128. package/src/pages/swach/index.scss +232 -0
  129. package/src/pages/ws/index.scss +119 -0
  130. package/svg/arrowdown.svg +1 -0
  131. package/svg/arrowleft.svg +1 -0
  132. package/svg/calendar.svg +1 -0
  133. package/svg/camera.svg +4 -0
  134. package/svg/check.svg +4 -0
  135. package/svg/close.svg +4 -0
  136. package/svg/error.svg +4 -0
  137. package/svg/error2.svg +5 -0
  138. package/svg/searchicon.svg +4 -0
  139. package/svg/starempty.svg +4 -0
  140. package/svg/starfilled.svg +5 -0
  141. package/svg/success.svg +4 -0
@@ -0,0 +1,16 @@
1
+ .cardHeaderWithOptions{
2
+ @apply flex flex-row justify-between;
3
+ align-items: center;
4
+ .multilinkWrapper{
5
+ @apply relative;
6
+ .multilink-labelWrap{
7
+ position: unset;
8
+ @apply flex z-10 items-center align-middle text-center m-md;
9
+ }
10
+ .multilink-optionWrap{
11
+ top: 32px;
12
+ right: 0%;
13
+ }
14
+ }
15
+ }
16
+
@@ -0,0 +1,3 @@
1
+ .language-title {
2
+ margin-bottom: "5px";
3
+ }
@@ -0,0 +1,186 @@
1
+ .chartHeader {
2
+ display: flex;
3
+ flex-direction: row;
4
+ justify-content: space-between;
5
+
6
+ .sideContent {
7
+ @apply flex justify-around items-center ;
8
+
9
+ }
10
+ }
11
+
12
+ .searchInput {
13
+ @apply mr-lg;
14
+ input{
15
+ margin-bottom: 0;
16
+ @apply pr-xl;
17
+ }
18
+ }
19
+
20
+ .signature-img{
21
+ top: 8px;
22
+ right: 8px;
23
+ fill: #505A5F;
24
+ @apply absolute;
25
+ }
26
+
27
+ .column-direction {
28
+ flex-direction: column;
29
+ }
30
+
31
+ .chart-wrapper {
32
+ padding: 0 10px;
33
+ margin-top: 60px;
34
+ }
35
+
36
+ .chart-row {
37
+ @apply flex justify-between flex-wrap;
38
+ .chart-item {
39
+ flex-grow: 1;
40
+ margin-bottom: 15px;
41
+ width: 100%;
42
+
43
+ &:last-child {
44
+ margin-right: 0px;
45
+ }
46
+ }
47
+ }
48
+
49
+ .cursorPointer {
50
+ @apply cursor-pointer;
51
+ }
52
+
53
+ .options {
54
+ @apply flex justify-between items-center;
55
+ div {
56
+ display: none;
57
+ }
58
+ }
59
+
60
+ .options-m {
61
+ width: 95%;
62
+ margin: 0 auto 15px;
63
+ @apply flex justify-between;
64
+
65
+ svg {
66
+ margin-right: 10px;
67
+ }
68
+ }
69
+
70
+ .options-m {
71
+ div {
72
+ @apply flex;
73
+ }
74
+ }
75
+ .no-data {
76
+ @apply flex justify-center items-center;
77
+ height: 90%;
78
+ margin-bottom: 40px;
79
+ white-space:pre;
80
+ }
81
+
82
+ @screen dt {
83
+ .chart-wrapper {
84
+ padding-left: 15px;
85
+ margin-top: 10px;
86
+
87
+ .chart-item {
88
+ margin-right: 25px !important;
89
+ margin-bottom: 25px !important;
90
+ margin-left: 0 !important;
91
+ width: 31%;
92
+ }
93
+ }
94
+ .column-direction {
95
+ flex-direction: row;
96
+ }
97
+ .options-m {
98
+ display: none;
99
+ }
100
+
101
+ .options {
102
+ div {
103
+ @apply flex cursor-pointer;
104
+ }
105
+ }
106
+ }
107
+
108
+ .showMore {
109
+ @apply text-right cursor-pointer;
110
+ color: #a82227;
111
+ }
112
+
113
+ @media (max-width: 420px) {
114
+ .recharts-default-tooltip {
115
+ width: 85%;
116
+ ul {
117
+ width: 100% !important;
118
+ }
119
+ ul li {
120
+ width: 100%;
121
+ display: flex !important;
122
+ flex-wrap: wrap;
123
+ }
124
+ }
125
+ }
126
+
127
+
128
+ @media print{
129
+ .page-break {
130
+ margin-top: 1rem;
131
+ display: block;
132
+ page-break-before: auto;
133
+ }
134
+ .chart-wrapper {
135
+ @media print{
136
+ .chart-row {
137
+ @media print{
138
+ @apply flex justify-between flex-wrap;
139
+ .chart-item {
140
+ @media print{
141
+ flex-grow: 1;
142
+ margin-right: 25px;
143
+ margin-bottom: 25px;
144
+ width: 31%;
145
+
146
+ &:last-child {
147
+ margin-right: 0px;
148
+ }
149
+ .chartHeader {
150
+ display: flex;
151
+ justify-content: space-between;
152
+
153
+ .sideContent {
154
+ @apply flex justify-around items-center ;
155
+
156
+ .searchInput {
157
+ @apply mr-lg;
158
+ input{
159
+ margin-bottom: 0;
160
+ @apply pr-xl;
161
+ }
162
+ }
163
+
164
+ .signature-img{
165
+ top: 8px;
166
+ right: 8px;
167
+ fill: #505A5F;
168
+ @apply absolute;
169
+ }
170
+ }
171
+ }
172
+ }
173
+ }
174
+ }
175
+ }
176
+
177
+ .options {
178
+ @apply flex justify-end;
179
+ }
180
+
181
+ .options-m {
182
+ display: none;
183
+ }
184
+ }
185
+ }
186
+ }
@@ -0,0 +1,83 @@
1
+ .checkbox-wrap {
2
+ @apply flex mb-md relative items-baseline;
3
+
4
+ input {
5
+ width: 38px;
6
+ height: 38px;
7
+ @apply opacity-0 absolute top-0 left-0 z-10;
8
+ }
9
+
10
+ .input-emp {
11
+ @extend input;
12
+ width: 24px;
13
+ height: 24px;
14
+ }
15
+
16
+ .custom-checkbox {
17
+ width: 38px;
18
+ height: 38px;
19
+ @apply absolute top-0 left-0 border border-solid border-input-border z-0;
20
+
21
+ img {
22
+ @apply opacity-0;
23
+ }
24
+
25
+ svg {
26
+ @apply opacity-0;
27
+ }
28
+ }
29
+
30
+ .custom-checkbox-emp {
31
+ @extend .custom-checkbox;
32
+ width: 24px;
33
+ height: 24px;
34
+ }
35
+
36
+ input:checked ~ .custom-checkbox,
37
+ input:hover ~ .custom-checkbox {
38
+ @apply border-2 border-primary-main;
39
+ }
40
+
41
+ input:checked ~ .custom-checkbox img {
42
+ @apply opacity-100;
43
+ }
44
+
45
+ input:checked ~ .custom-checkbox svg {
46
+ @apply opacity-100;
47
+ }
48
+
49
+ .label {
50
+ margin-left: 56px;
51
+ @apply text-form-field text-text-primary relative;
52
+ }
53
+ }
54
+
55
+ .fsm-citizen-rating-wrapper {
56
+ .card-label:last-of-type {
57
+ margin-top: 24px;
58
+ }
59
+
60
+ .card-label {
61
+ margin-bottom: 24px;
62
+ }
63
+ }
64
+
65
+ .fsm-citizen-rating-wrapper {
66
+ .card-label:last-of-type {
67
+ margin-top: 24px;
68
+ }
69
+
70
+ .card-label {
71
+ margin-bottom: 24px;
72
+ }
73
+ }
74
+
75
+ .fsm-citizen-rating-wrapper {
76
+ .card-label:last-of-type {
77
+ margin-top: 24px;
78
+ }
79
+
80
+ .card-label {
81
+ margin-bottom: 24px;
82
+ }
83
+ }
@@ -0,0 +1,65 @@
1
+ .checkpoint-connect-wrap {
2
+ padding-bottom: 4px;
3
+ @apply relative;
4
+ }
5
+ .checkpoint-done {
6
+ @apply flex;
7
+
8
+ h2 {
9
+ width: 24px;
10
+ height: 24px;
11
+ border-radius: 50%;
12
+ @apply border-b border-solid border-primary-main bg-primary-main;
13
+ }
14
+
15
+ header {
16
+ @apply text-heading-s ml-md;
17
+
18
+ p {
19
+ margin-top: 4px;
20
+ @apply text-heading-s text-text-secondary;
21
+ }
22
+ }
23
+ }
24
+
25
+ .checkpoint {
26
+ @apply flex;
27
+
28
+ h2 {
29
+ width: 24px;
30
+ height: 24px;
31
+ border-radius: 50%;
32
+ --text-opacity: 1;
33
+ @apply border-b border-solid border-border bg-border;
34
+ }
35
+
36
+ header {
37
+ @apply text-heading-s ml-md;
38
+
39
+ p {
40
+ margin-top: 4px;
41
+ @apply text-heading-s text-text-secondary;
42
+ }
43
+ }
44
+ }
45
+
46
+ .checkpoint-connect {
47
+ margin-left: 12px;
48
+ margin-top: 22px;
49
+ @apply absolute top-0 left-0 h-full border-l border-solid border-border;
50
+ }
51
+
52
+ .checkpoint-comments-wrap {
53
+ max-width: 560px;
54
+ padding: 4px;
55
+ margin-top: 4px;
56
+ @apply bg-grey-mid p-sm mt-sm;
57
+
58
+ h4{
59
+ @apply text-text-primary text-heading-s;
60
+ }
61
+
62
+ p{
63
+ @apply text-text-secondary text-body-s-dt;
64
+ }
65
+ }
@@ -0,0 +1,14 @@
1
+ .citizen-info-label {
2
+ @apply p-sm border-4 border-solid border-link-normal text-heading-m m-sm;
3
+ max-width: 960px;
4
+
5
+ p {
6
+ @apply text-link-normal font-bold mt-xs text-heading-s;
7
+ }
8
+ }
9
+
10
+ @screen dt {
11
+ .citizen-info-label {
12
+ margin: 0;
13
+ }
14
+ }
@@ -0,0 +1,16 @@
1
+ .customBtn {
2
+ @apply bg-white box-border inline-block outline-none px-sm border border-solid border-primary-main;
3
+ margin: 0px 4.65% 0px 0px;
4
+ height: 30px;
5
+ line-height: 30px;
6
+ border: transparent;
7
+ background-color: transparent;
8
+ }
9
+
10
+ .customBtn-selected {
11
+ @extend .customBtn;
12
+ @apply bg-primary-main text-white font-medium;
13
+ background-color: #2947A3;
14
+ border:0px solid;
15
+ }
16
+
@@ -0,0 +1,119 @@
1
+ .data-table {
2
+ color: #0d43a7;
3
+ border: 1px solid #ccc;
4
+ border-radius: 8px;
5
+ overflow: hidden;
6
+ width: 100%;
7
+ border-collapse: collapse;
8
+ padding-bottom: 0;
9
+ padding: 8px;
10
+ }
11
+
12
+ .data-table .row {
13
+ display: flex;
14
+ justify-content: space-between;
15
+ align-items: center;
16
+ width: 100%;
17
+ margin-bottom: 0;
18
+ padding: 15px 30px;
19
+ border-bottom: 1px solid var(--border, #e0e0e0);
20
+ }
21
+
22
+ .data-table .row:nth-child(odd) {
23
+ background-color: #eeeeee;
24
+ }
25
+
26
+ .data-table .row:nth-child(even) {
27
+ background-color: #ffffff;
28
+ }
29
+
30
+ .data-table .row h2 {
31
+ font-weight: 600;
32
+ text-align: left;
33
+ width: 60%;
34
+ margin: 0;
35
+ }
36
+
37
+ .data-table .row .value {
38
+ text-align: left;
39
+ width: 40%;
40
+ word-break: break-word;
41
+ }
42
+
43
+ .data-table .row .caption {
44
+ font-size: 0.875rem;
45
+ color: var(--text-secondary, #666);
46
+ }
47
+
48
+ .data-table .row span {
49
+ width: 70%;
50
+ display: contents;
51
+ }
52
+
53
+ .data-table .last {
54
+ border: none;
55
+ padding: 0;
56
+ margin: 0;
57
+ }
58
+
59
+ .employee-data-table {
60
+ color: #0d43a7;
61
+ border: 1px solid #ccc;
62
+ border-radius: 8px;
63
+ overflow: hidden;
64
+ width: 100%;
65
+ border-collapse: collapse;
66
+ padding-bottom: 0;
67
+ margin-top: 15px;
68
+ margin-bottom: 15px;
69
+ }
70
+
71
+ .employee-data-table .row {
72
+ display: flex;
73
+ justify-content: space-between;
74
+ align-items: center;
75
+ width: 100%;
76
+ margin-bottom: 0;
77
+ padding: 15px 30px;
78
+ border-bottom: 1px solid var(--border, #e0e0e0);
79
+ }
80
+
81
+ .employee-data-table .row:nth-child(odd) {
82
+ background-color: #eeeeee;
83
+ }
84
+
85
+ .employee-data-table .row:nth-child(even) {
86
+ background-color: #ffffff;
87
+ }
88
+
89
+ .employee-data-table .row h2 {
90
+ font-weight: 600;
91
+ text-align: left;
92
+ width: 60%;
93
+ margin: 0;
94
+ }
95
+
96
+ .employee-data-table .row .value {
97
+ text-align: left;
98
+ width: 40%;
99
+ word-break: break-word;
100
+ }
101
+
102
+ .employee-data-table .row .caption {
103
+ font-size: 0.875rem;
104
+ color: var(--text-secondary, #666);
105
+ }
106
+
107
+ .employee-data-table .row span {
108
+ width: 70%;
109
+ display: contents;
110
+ }
111
+
112
+
113
+ .pt-citizen {
114
+ .data-table {
115
+ .row {
116
+ justify-content: space-between;
117
+ }
118
+ }
119
+ }
@@ -0,0 +1,21 @@
1
+ .date-wrap {
2
+ @apply flex mb-md;
3
+
4
+ img,
5
+ svg {
6
+ height: 22px;
7
+ width: 20px;
8
+ }
9
+
10
+ p {
11
+ @apply text-text-primary text-body-l pl-sm;
12
+ }
13
+ }
14
+
15
+ @screen dt {
16
+ .date-wrap {
17
+ p {
18
+ @apply text-body-l-dt;
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,6 @@
1
+ .details-card {
2
+ @apply bg-white m-sm px-sm pt-sm pb-lg shadow-card;
3
+ .card-label {
4
+ @apply font-bold text-legend text-text-primary mb-md;
5
+ }
6
+ }
@@ -0,0 +1,13 @@
1
+ .details-container {
2
+ @apply flex flex-col m-sm pt-md pb-md pl-sm pr-sm bg-white rounded;
3
+ .detail {
4
+ @apply grid grid-cols-2 gap-2 items-baseline;
5
+ .label {
6
+ width: 138px;
7
+ @apply font-bold text-heading-s text-text-primary mb-md;
8
+ }
9
+ .name {
10
+ @apply pt-md;
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,134 @@
1
+
2
+ .document-section-wrapper {
3
+ margin-top: 20px;
4
+ margin-bottom: 20px;
5
+ border-radius: 4px;
6
+ border: 1px solid #e0e4e8;
7
+ background-color: #f9f9f9;
8
+ padding: 16px;
9
+ }
10
+
11
+ .document-section-header {
12
+ margin-top: 0;
13
+ margin-bottom: 16px;
14
+ display: flex;
15
+ align-items: center;
16
+ font-weight: 600;
17
+ color: #505a5f;
18
+
19
+ .document-icon {
20
+ margin-right: 8px;
21
+ font-size: 18px;
22
+ }
23
+ }
24
+
25
+ .document-empty-state {
26
+ padding: 16px;
27
+ text-align: center;
28
+ color: #7a8a96;
29
+ background-color: #ffffff;
30
+ border-radius: 4px;
31
+ }
32
+
33
+ .document-container {
34
+ margin-top: 16px;
35
+ }
36
+
37
+ .document-grid {
38
+ display: flex;
39
+ flex-wrap: wrap;
40
+ gap: 16px;
41
+ padding: 8px;
42
+ }
43
+
44
+ .document-link {
45
+ text-decoration: none;
46
+ cursor: pointer;
47
+ transition: transform 0.2s, box-shadow 0.2s;
48
+
49
+ &:hover .document-card {
50
+ transform: translateY(-4px);
51
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
52
+ }
53
+ }
54
+
55
+ .document-card {
56
+ display: flex;
57
+ flex-direction: column;
58
+ align-items: center;
59
+ padding: 16px;
60
+ background-color: #ffffff;
61
+ border-radius: 8px;
62
+ border: 1px solid #e8e8e8;
63
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
64
+ transition: all 0.2s;
65
+ }
66
+
67
+ .document-icon-wrapper {
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ width: 100px;
72
+ height: 120px;
73
+ background-color: #fef5f5;
74
+ border-radius: 6px;
75
+ margin-bottom: 12px;
76
+ }
77
+
78
+ .document-name {
79
+ margin-top: 0;
80
+ margin-bottom: 0;
81
+ text-align: center;
82
+ font-size: 12px;
83
+ font-weight: 500;
84
+ color: #333333;
85
+ word-break: break-word;
86
+ line-height: 1.4;
87
+ }
88
+
89
+ .document-action-label {
90
+ margin-top: 8px;
91
+ font-size: 11px;
92
+ color: #0b69a4;
93
+ font-weight: 600;
94
+ }
95
+
96
+ /* Mobile responsive styles for document section */
97
+ @media only screen and (max-width: 768px) {
98
+ .document-container {
99
+ margin-top: 8px;
100
+ }
101
+
102
+ .document-grid {
103
+ display: flex;
104
+ flex-wrap: wrap;
105
+ gap: 12px;
106
+ padding: 4px;
107
+ }
108
+
109
+ .document-card {
110
+ padding: 8px;
111
+ min-height: 140px;
112
+ max-height: 140px;
113
+ width: 100%;
114
+ }
115
+
116
+ .document-icon-wrapper {
117
+ width: 60px;
118
+ height: 70px;
119
+ margin-bottom: 6px;
120
+ }
121
+
122
+ .document-name {
123
+ font-size: 10px;
124
+ line-height: 1.2;
125
+ margin-bottom: 4px;
126
+ text-align: center;
127
+ }
128
+
129
+ .document-action-label {
130
+ font-size: 9px;
131
+ margin-top: 4px;
132
+ }
133
+ }
134
+