@pmidc/upyog-css 1.1.10 → 1.1.12

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 (129) hide show
  1. package/dist/index.css +1174 -350
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -534
  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/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -0
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -96
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +450 -261
  24. package/src/components/buttons.scss +134 -118
  25. package/src/components/card.scss +627 -595
  26. package/src/components/cardHeaderWithOptions.scss +13 -13
  27. package/src/components/changeLanguage.scss +3 -3
  28. package/src/components/charts.scss +185 -185
  29. package/src/components/checkbox.scss +83 -83
  30. package/src/components/checkpoint.scss +65 -65
  31. package/src/components/citizenInfoLabel.scss +14 -14
  32. package/src/components/custombtn.scss +15 -15
  33. package/src/components/datatable.scss +118 -116
  34. package/src/components/datewrap.scss +21 -21
  35. package/src/components/detailscard.scss +6 -6
  36. package/src/components/detailscontainer.scss +13 -13
  37. package/src/components/filters.scss +97 -97
  38. package/src/components/grey.scss +3 -3
  39. package/src/components/hoc/InboxComposer.scss +115 -115
  40. package/src/components/howItWorks.scss +71 -71
  41. package/src/components/imageviewer.scss +33 -33
  42. package/src/components/info-banner.scss +35 -35
  43. package/src/components/inputotp.scss +15 -15
  44. package/src/components/keynote.scss +29 -29
  45. package/src/components/languageSelector.scss +24 -24
  46. package/src/components/loader.scss +96 -96
  47. package/src/components/map.scss +36 -36
  48. package/src/components/metricsTable.scss +26 -26
  49. package/src/components/multiLink.scss +87 -87
  50. package/src/components/multiSelectDropdown.scss +88 -88
  51. package/src/components/navbar.scss +377 -377
  52. package/src/components/newFooter.scss +75 -75
  53. package/src/components/plusMinus.scss +15 -15
  54. package/src/components/popup.scss +15 -15
  55. package/src/components/radiobtn.scss +44 -44
  56. package/src/components/ratingstar.scss +33 -33
  57. package/src/components/roundedLabel.scss +10 -10
  58. package/src/components/searchAction.scss +27 -27
  59. package/src/components/sectionalDropdown.scss +43 -43
  60. package/src/components/selectdropdown.scss +279 -276
  61. package/src/components/staticDynamicMessages.scss +110 -110
  62. package/src/components/staticSideBar.scss +27 -27
  63. package/src/components/statushighlight.scss +17 -17
  64. package/src/components/submiterrors.scss +11 -11
  65. package/src/components/summary.scss +28 -28
  66. package/src/components/table.scss +383 -362
  67. package/src/components/tag.scss +27 -27
  68. package/src/components/telephone.scss +17 -17
  69. package/src/components/textfields.scss +138 -136
  70. package/src/components/toast.scss +31 -31
  71. package/src/components/toggleSwitch.scss +40 -40
  72. package/src/components/topbar.scss +217 -217
  73. package/src/components/uploadcomponents.scss +113 -113
  74. package/src/index.scss +1377 -1031
  75. package/src/modules/adv/index.scss +552 -552
  76. package/src/modules/rentAndLease/index.scss +227 -227
  77. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  78. package/src/pages/citizen/CitizenLogin.scss +50 -50
  79. package/src/pages/citizen/DocumentList.scss +454 -448
  80. package/src/pages/citizen/Events.scss +46 -46
  81. package/src/pages/citizen/HomePageWrapper.scss +215 -214
  82. package/src/pages/citizen/InboxCard.scss +378 -327
  83. package/src/pages/citizen/SurveyList.scss +21 -21
  84. package/src/pages/citizen/citizenDocument.scss +25 -25
  85. package/src/pages/citizen/citizenNewLogin.scss +352 -357
  86. package/src/pages/citizen/container.scss +32 -32
  87. package/src/pages/citizen/loaderMessage.scss +341 -295
  88. package/src/pages/citizen/payment/payment-type.scss +2 -2
  89. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  90. package/src/pages/common/form.scss +25 -25
  91. package/src/pages/common/newApplicationTimeline.scss +319 -319
  92. package/src/pages/common/pgrUICssfix.scss +105 -105
  93. package/src/pages/common/requiredField.scss +2 -2
  94. package/src/pages/common/sanctionFeeTable.scss +91 -91
  95. package/src/pages/common/searchIcon.scss +12 -12
  96. package/src/pages/common/stepForm.scss +40 -40
  97. package/src/pages/employee/EmployeeLogin.scss +6 -6
  98. package/src/pages/employee/cardfix.scss +13 -13
  99. package/src/pages/employee/container.scss +73 -73
  100. package/src/pages/employee/dashboard.scss +203 -203
  101. package/src/pages/employee/disconnection.scss +425 -425
  102. package/src/pages/employee/dss.scss +251 -251
  103. package/src/pages/employee/faq.scss +353 -353
  104. package/src/pages/employee/footer.scss +68 -68
  105. package/src/pages/employee/form-fields.scss +13 -13
  106. package/src/pages/employee/header.scss +262 -262
  107. package/src/pages/employee/iframe.scss +65 -65
  108. package/src/pages/employee/inbox.scss +744 -744
  109. package/src/pages/employee/index.scss +694 -677
  110. package/src/pages/employee/landing.scss +1782 -1782
  111. package/src/pages/employee/login.scss +253 -252
  112. package/src/pages/employee/oldMobileInbox.scss +4 -4
  113. package/src/pages/employee/popupmodule.scss +47 -47
  114. package/src/pages/employee/response.scss +2 -2
  115. package/src/pages/employee/scroll-table.scss +113 -113
  116. package/src/pages/employee/surveys.scss +469 -469
  117. package/src/pages/employee/tooltip.scss +35 -35
  118. package/src/pages/employee/updateNumber.scss +12 -12
  119. package/src/pages/swach/index.scss +174 -172
  120. package/src/pages/ws/index.scss +104 -104
  121. package/svg/camera.svg +4 -4
  122. package/svg/check.svg +3 -3
  123. package/svg/close.svg +4 -4
  124. package/svg/error.svg +3 -3
  125. package/svg/error2.svg +5 -5
  126. package/svg/searchicon.svg +3 -3
  127. package/svg/starempty.svg +3 -3
  128. package/svg/starfilled.svg +4 -4
  129. package/svg/success.svg +3 -3
package/dist/index.css CHANGED
@@ -905,35 +905,58 @@ body {
905
905
  margin-bottom: 16px;
906
906
  margin-left: 16px; }
907
907
 
908
+ .app-container {
909
+ padding: 10px; }
910
+
908
911
  .link-label {
909
- color: #2947a3;
910
- color: rgba(41, 71, 163, var(--text-opacity));
911
- margin-bottom: 16px;
912
- margin-left: 16px;
913
- cursor: pointer; }
912
+ -webkit-box-align: center;
913
+ -ms-flex-align: center;
914
+ align-items: center;
915
+ -webkit-box-pack: center;
916
+ -ms-flex-pack: center;
917
+ justify-content: center;
918
+ height: 40px;
919
+ background: linear-gradient(135deg, #2563eb, #1e40af);
920
+ color: #fff !important;
921
+ text-align: center;
922
+ outline: none;
923
+ width: 175px;
924
+ border-radius: 8px;
925
+ border: none;
926
+ font-weight: 700;
927
+ font-size: 13px;
928
+ cursor: pointer;
929
+ -webkit-transition: all .2s ease;
930
+ transition: all .2s ease;
931
+ -webkit-box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
932
+ box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
933
+ margin: 0;
934
+ text-decoration: none; }
914
935
  .link-label:hover {
915
- color: #2947a3;
916
- color: rgba(41, 71, 163, var(--text-opacity)); }
917
-
918
- .back-btn, .link-label {
919
- display: block;
920
- font-size: 16px;
921
- line-height: 24px;
922
- --text-opacity:1;
923
- --text-opacity:1; }
936
+ -webkit-transform: translateY(-2px);
937
+ transform: translateY(-2px);
938
+ -webkit-box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
939
+ box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
940
+ color: #fff !important; }
941
+ .link-label:focus {
942
+ outline: none; }
924
943
 
925
944
  .back-btn {
926
945
  width: -webkit-fit-content;
927
946
  width: -moz-fit-content;
928
947
  width: fit-content;
948
+ display: block;
929
949
  --border-opacity:1;
930
950
  border-color: #0d43a7;
931
951
  border-bottom: 1px;
932
952
  border-color: rgba(13, 67, 167, var(--border-opacity));
933
953
  border-style: solid;
934
954
  font-family: Roboto Condensed,sans-serif;
955
+ --text-opacity:1;
935
956
  color: #0d43a7;
936
957
  color: rgba(13, 67, 167, var(--text-opacity));
958
+ font-size: 16px;
959
+ line-height: 24px;
937
960
  margin-left: 8px;
938
961
  margin-top: 16px; }
939
962
  .back-btn label {
@@ -969,6 +992,7 @@ body {
969
992
  width: -moz-fit-content;
970
993
  width: fit-content;
971
994
  color: #000;
995
+ margin-top: 3rem;
972
996
  display: -webkit-box;
973
997
  display: -ms-flexbox;
974
998
  display: flex;
@@ -995,7 +1019,7 @@ body {
995
1019
  width: 100%; }
996
1020
  .app-container {
997
1021
  width: 100%;
998
- padding: 2rem; }
1022
+ padding: 3rem; }
999
1023
  .app-container form .card {
1000
1024
  max-width: 960px; }
1001
1025
  .app-container form .card .field-container {
@@ -1049,13 +1073,13 @@ body {
1049
1073
  .citizen-and-architect-photo-clickable {
1050
1074
  cursor: pointer; }
1051
1075
 
1052
- .clu-summary-page {
1076
+ .bpa-summary-page {
1053
1077
  padding: 2rem;
1054
1078
  background-color: #f9f9f9;
1055
1079
  font-family: Segoe UI,Tahoma,Geneva,Verdana,sans-serif;
1056
1080
  color: #333; }
1057
1081
 
1058
- .clu-summary-heading {
1082
+ .bpa-summary-heading {
1059
1083
  font-size: 1.5rem;
1060
1084
  border-bottom: 2px solid #ccc;
1061
1085
  padding-bottom: .3rem;
@@ -1063,7 +1087,7 @@ body {
1063
1087
  margin-top: 2rem;
1064
1088
  margin-bottom: 1rem; }
1065
1089
 
1066
- .clu-summary-section {
1090
+ .bpa-summary-section {
1067
1091
  background-color: #fff;
1068
1092
  padding: 1rem 1.5rem;
1069
1093
  border-radius: 8px;
@@ -1071,7 +1095,7 @@ body {
1071
1095
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
1072
1096
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
1073
1097
 
1074
- .clu-summary-label-field-pair {
1098
+ .bpa-summary-label-field-pair {
1075
1099
  display: -webkit-box;
1076
1100
  display: -ms-flexbox;
1077
1101
  display: flex;
@@ -1082,7 +1106,7 @@ body {
1082
1106
  padding: .5rem 0;
1083
1107
  color: #333; }
1084
1108
 
1085
- .clu-summary-bold-label {
1109
+ .bpa-summary-bold-label {
1086
1110
  font-weight: 700;
1087
1111
  color: #555; }
1088
1112
 
@@ -1126,6 +1150,117 @@ body {
1126
1150
  -ms-flex-align: center;
1127
1151
  align-items: center; }
1128
1152
 
1153
+ .bpa-stepper-form-container {
1154
+ padding: 16px;
1155
+ background: #f8fafc;
1156
+ min-height: calc(100vh - 120px); }
1157
+
1158
+ .bpa-stepper-form-section {
1159
+ background: #fff;
1160
+ border-radius: 12px;
1161
+ padding: 20px 24px;
1162
+ margin-bottom: 20px;
1163
+ -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
1164
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
1165
+ border: 1px solid #e5e7eb; }
1166
+
1167
+ .bpa-section-header {
1168
+ font-size: 18px !important;
1169
+ font-weight: 600 !important;
1170
+ margin-bottom: 16px !important;
1171
+ padding-bottom: 12px !important;
1172
+ border-bottom: 2px solid #e5e7eb !important; }
1173
+
1174
+ .bpa-block-section {
1175
+ background: #f8fafc;
1176
+ border-radius: 8px;
1177
+ padding: 16px;
1178
+ margin-top: 16px;
1179
+ border: 1px solid #e5e7eb; }
1180
+
1181
+ .bpa-block-header {
1182
+ font-size: 16px !important;
1183
+ font-weight: 600 !important;
1184
+ color: #374151 !important;
1185
+ margin-bottom: 12px !important; }
1186
+
1187
+ .bpa-table-container {
1188
+ margin-top: 16px;
1189
+ overflow-x: auto;
1190
+ border-radius: 8px;
1191
+ border: 1px solid #e5e7eb; }
1192
+
1193
+ .bpa-stepper-form-section .status-table-container, .bpa-stepper-form-section .status-table-container .status-table {
1194
+ margin: 0; }
1195
+
1196
+ .bpa-stepper-form-section .row {
1197
+ padding: 12px 0;
1198
+ border-bottom: 1px dashed #e5e7eb; }
1199
+
1200
+ .bpa-stepper-form-section .row:last-child {
1201
+ border-bottom: none; }
1202
+
1203
+ .bpa-stepper-form-section .row .key {
1204
+ font-weight: 500;
1205
+ color: #6b7280;
1206
+ font-size: 14px; }
1207
+
1208
+ .bpa-stepper-form-section .row .value {
1209
+ font-weight: 600;
1210
+ color: #1f2937;
1211
+ font-size: 14px; }
1212
+
1213
+ @media screen and (max-width: 768px) {
1214
+ .bpa-stepper-form-container {
1215
+ padding: 12px; }
1216
+ .bpa-stepper-form-section {
1217
+ padding: 16px;
1218
+ margin-bottom: 16px;
1219
+ border-radius: 10px; }
1220
+ .bpa-section-header {
1221
+ font-size: 16px !important;
1222
+ margin-bottom: 12px !important;
1223
+ padding-bottom: 10px !important; }
1224
+ .bpa-block-section {
1225
+ padding: 12px;
1226
+ margin-top: 12px; }
1227
+ .bpa-block-header {
1228
+ font-size: 14px !important;
1229
+ margin-bottom: 10px !important; }
1230
+ .bpa-stepper-form-section .row {
1231
+ padding: 10px 0; }
1232
+ .bpa-stepper-form-section .row .key, .bpa-stepper-form-section .row .value {
1233
+ font-size: 13px; } }
1234
+
1235
+ @media screen and (max-width: 480px) {
1236
+ .bpa-stepper-form-container {
1237
+ padding: 8px; }
1238
+ .bpa-stepper-form-section {
1239
+ padding: 12px;
1240
+ margin-bottom: 12px;
1241
+ border-radius: 8px; }
1242
+ .bpa-section-header {
1243
+ font-size: 15px !important;
1244
+ margin-bottom: 10px !important;
1245
+ padding-bottom: 8px !important; }
1246
+ .bpa-block-section {
1247
+ padding: 10px;
1248
+ margin-top: 10px; }
1249
+ .bpa-block-header {
1250
+ font-size: 13px !important; }
1251
+ .bpa-stepper-form-section .row {
1252
+ padding: 8px 0;
1253
+ -webkit-box-orient: vertical;
1254
+ -webkit-box-direction: normal;
1255
+ -ms-flex-direction: column;
1256
+ flex-direction: column;
1257
+ grid-gap: 4px;
1258
+ gap: 4px; }
1259
+ .bpa-stepper-form-section .row .key, .bpa-stepper-form-section .row .value {
1260
+ font-size: 12px; }
1261
+ .bpa-table-container {
1262
+ margin-top: 12px; } }
1263
+
1129
1264
  .navbar {
1130
1265
  --bg-opacity:1;
1131
1266
  background-color: #22394d;
@@ -1487,19 +1622,17 @@ body {
1487
1622
  width: 100%; }
1488
1623
 
1489
1624
  .card {
1490
- background: linear-gradient(135deg, #fff, #f8fafb);
1491
- margin: 8px;
1492
1625
  padding: 20px 24px 28px;
1493
1626
  max-width: 95vw;
1494
1627
  width: 100%;
1495
1628
  border-radius: 14px;
1496
- border: 1px solid #e1e8f0;
1497
1629
  -webkit-box-shadow: 0 12px 32px rgba(30, 58, 138, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
1498
1630
  box-shadow: 0 12px 32px rgba(30, 58, 138, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
1499
1631
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1500
1632
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1501
1633
  position: relative;
1502
- overflow: visible; }
1634
+ overflow: visible;
1635
+ margin-bottom: 15px; }
1503
1636
  .card .card-header {
1504
1637
  font-size: 20px;
1505
1638
  font-weight: 800;
@@ -1522,6 +1655,7 @@ body {
1522
1655
  color: #1e293b;
1523
1656
  text-align: left;
1524
1657
  margin-bottom: 8px;
1658
+ margin-top: 20px;
1525
1659
  text-transform: uppercase;
1526
1660
  letter-spacing: .4px; }
1527
1661
  .card .card-caption {
@@ -1545,12 +1679,14 @@ body {
1545
1679
  font-size: 13px;
1546
1680
  font-weight: 700; }
1547
1681
  .card .card-label {
1548
- font-size: 12px;
1682
+ font-size: 16px;
1549
1683
  color: #0f172a;
1550
1684
  margin-bottom: 8px;
1685
+ margin-top: 8px;
1551
1686
  font-weight: 700;
1552
1687
  text-transform: uppercase;
1553
- letter-spacing: .5px; }
1688
+ letter-spacing: .5px;
1689
+ width: 100%; }
1554
1690
  .card .card-label-error {
1555
1691
  display: block;
1556
1692
  font-size: 12px;
@@ -1558,29 +1694,14 @@ body {
1558
1694
  margin-bottom: 16px;
1559
1695
  font-weight: 600; }
1560
1696
  .card .card-label-desc {
1697
+ font-weight: 700;
1561
1698
  color: #475569;
1699
+ font-size: 13px;
1562
1700
  margin-bottom: 16px;
1563
1701
  text-transform: uppercase;
1564
1702
  letter-spacing: .3px; }
1565
- .card .card-label-desc, .card .card-link {
1566
- font-weight: 700;
1567
- font-size: 13px; }
1568
- .card .card-link {
1569
- display: inline-block;
1570
- text-align: center;
1571
- color: #2563eb;
1572
- margin-top: 16px;
1573
- cursor: pointer;
1574
- padding: 8px 16px;
1575
- border-radius: 8px;
1576
- background: rgba(37, 99, 235, 0.08);
1577
- -webkit-transition: all .2s ease;
1578
- transition: all .2s ease;
1579
- text-decoration: none; }
1580
- .card .card-link:hover {
1581
- background: rgba(37, 99, 235, 0.16);
1582
- -webkit-transform: translateX(2px);
1583
- transform: translateX(2px); }
1703
+ .card .card-label-desc.descStyle {
1704
+ font-size: 16px !important; }
1584
1705
 
1585
1706
  .validation-error {
1586
1707
  display: block;
@@ -1655,7 +1776,7 @@ body {
1655
1776
  font-size: 13px;
1656
1777
  font-weight: 700; }
1657
1778
  .employeeCard .card-label {
1658
- font-size: 12px;
1779
+ font-size: 16px;
1659
1780
  color: #0f172a;
1660
1781
  margin-bottom: 8px;
1661
1782
  font-weight: 700;
@@ -1668,29 +1789,12 @@ body {
1668
1789
  margin-bottom: 16px;
1669
1790
  font-weight: 600; }
1670
1791
  .employeeCard .card-label-desc {
1792
+ font-weight: 700;
1671
1793
  color: #475569;
1794
+ font-size: 13px;
1672
1795
  margin-bottom: 16px;
1673
1796
  text-transform: uppercase;
1674
1797
  letter-spacing: .3px; }
1675
- .employeeCard .card-label-desc, .employeeCard .card-link {
1676
- font-weight: 700;
1677
- font-size: 13px; }
1678
- .employeeCard .card-link {
1679
- display: inline-block;
1680
- text-align: left;
1681
- color: #2563eb;
1682
- margin-top: 12px;
1683
- cursor: pointer;
1684
- padding: 8px 12px;
1685
- border-radius: 8px;
1686
- background: rgba(37, 99, 235, 0.08);
1687
- -webkit-transition: all .2s ease;
1688
- transition: all .2s ease;
1689
- text-decoration: none; }
1690
- .employeeCard .card-link:hover {
1691
- background: rgba(37, 99, 235, 0.16);
1692
- -webkit-transform: translateX(2px);
1693
- transform: translateX(2px); }
1694
1798
  .employeeCard .card-search-heading {
1695
1799
  margin-right: 0 !important;
1696
1800
  margin-left: 0 !important;
@@ -1720,7 +1824,36 @@ body {
1720
1824
  border-radius: 14px;
1721
1825
  border: 1px solid #e1e8f0; }
1722
1826
 
1723
- .submit-bar {
1827
+ .card-link {
1828
+ height: 40px;
1829
+ background: linear-gradient(135deg, #2563eb, #1e40af);
1830
+ color: #fff;
1831
+ text-align: center;
1832
+ outline: none;
1833
+ width: 175px;
1834
+ border-radius: 8px;
1835
+ border: none;
1836
+ font-weight: 700;
1837
+ font-size: 13px;
1838
+ cursor: pointer;
1839
+ -webkit-transition: all .2s ease;
1840
+ transition: all .2s ease;
1841
+ -webkit-box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
1842
+ box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24); }
1843
+ .card-link:hover {
1844
+ -webkit-transform: translateY(-2px);
1845
+ transform: translateY(-2px);
1846
+ -webkit-box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
1847
+ box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32); }
1848
+ .card-link:focus {
1849
+ outline: none; }
1850
+ .card-link header {
1851
+ font-weight: 600;
1852
+ font-size: 12px;
1853
+ color: #fff;
1854
+ line-height: 40px; }
1855
+
1856
+ .bpa-owner-submit-back, .submit-bar {
1724
1857
  height: 40px;
1725
1858
  background: linear-gradient(135deg, #2563eb, #1e40af);
1726
1859
  color: #fff;
@@ -1736,14 +1869,14 @@ body {
1736
1869
  transition: all .2s ease;
1737
1870
  -webkit-box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
1738
1871
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24); }
1739
- .submit-bar:hover {
1872
+ .bpa-owner-submit-back:hover, .submit-bar:hover {
1740
1873
  -webkit-transform: translateY(-2px);
1741
1874
  transform: translateY(-2px);
1742
1875
  -webkit-box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
1743
1876
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32); }
1744
- .submit-bar:focus {
1877
+ .bpa-owner-submit-back:focus, .submit-bar:focus {
1745
1878
  outline: none; }
1746
- .submit-bar header {
1879
+ .bpa-owner-submit-back header, .submit-bar header {
1747
1880
  font-weight: 600;
1748
1881
  font-size: 12px;
1749
1882
  color: #fff;
@@ -1782,6 +1915,44 @@ body {
1782
1915
  -webkit-box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15) !important;
1783
1916
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15) !important; }
1784
1917
 
1918
+ .card-link.submit-bar, button.card-link.submit-bar {
1919
+ height: 40px !important;
1920
+ background: linear-gradient(135deg, #2563eb, #1e40af) !important;
1921
+ color: #fff !important;
1922
+ text-align: center !important;
1923
+ outline: none !important;
1924
+ width: 175px !important;
1925
+ border-radius: 8px !important;
1926
+ border: none !important;
1927
+ font-weight: 700 !important;
1928
+ font-size: 13px !important;
1929
+ cursor: pointer !important;
1930
+ -webkit-transition: all 0.2s ease !important;
1931
+ transition: all 0.2s ease !important;
1932
+ -webkit-box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24) !important;
1933
+ box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24) !important;
1934
+ display: -webkit-inline-box !important;
1935
+ display: -ms-inline-flexbox !important;
1936
+ display: inline-flex !important;
1937
+ -webkit-box-align: center !important;
1938
+ -ms-flex-align: center !important;
1939
+ align-items: center !important;
1940
+ -webkit-box-pack: center !important;
1941
+ -ms-flex-pack: center !important;
1942
+ justify-content: center !important;
1943
+ padding: 0 16px !important;
1944
+ margin: 0 !important;
1945
+ text-decoration: none !important; }
1946
+ .card-link.submit-bar:hover, button.card-link.submit-bar:hover {
1947
+ -webkit-transform: translateY(-2px) !important;
1948
+ transform: translateY(-2px) !important;
1949
+ -webkit-box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32) !important;
1950
+ box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32) !important;
1951
+ background: linear-gradient(135deg, #2563eb, #1e40af) !important;
1952
+ color: #fff !important; }
1953
+ .card-link.submit-bar:focus, button.card-link.submit-bar:focus {
1954
+ outline: none !important; }
1955
+
1785
1956
  @media (min-width: 1024px) {
1786
1957
  .submit-bar, .submit-bar-disabled {
1787
1958
  width: 175px;
@@ -1803,8 +1974,6 @@ body {
1803
1974
  font-size: 14px; }
1804
1975
  .card .card-text, .card .card-text-primary {
1805
1976
  font-size: 16px; }
1806
- .card .card-link {
1807
- text-align: left; }
1808
1977
  .employeeCard {
1809
1978
  margin-bottom: 16px !important;
1810
1979
  margin-left: 16px !important;
@@ -1836,8 +2005,6 @@ body {
1836
2005
  font-size: 14px; }
1837
2006
  .employeeCard .card-text, .employeeCard .card-text-primary {
1838
2007
  font-size: 16px; }
1839
- .employeeCard .card-link {
1840
- text-align: left; }
1841
2008
  .employeeCard .label-field-pair {
1842
2009
  display: -webkit-box;
1843
2010
  display: -ms-flexbox;
@@ -1958,19 +2125,58 @@ body {
1958
2125
  width: 100%;
1959
2126
  margin: 0; }
1960
2127
 
1961
- .selector-button-primary:hover {
1962
- background-color: #1e3a8a !important;
1963
- opacity: .9; }
2128
+ .selector-button, .selector-button-primary, .selector-button-secondary {
2129
+ color: #fff !important;
2130
+ border: none !important;
2131
+ border-radius: .375rem;
2132
+ padding: .5rem 1rem;
2133
+ font-family: Noto Sans,sans-serif;
2134
+ font-weight: 500;
2135
+ font-size: .875rem;
2136
+ line-height: 1.25rem;
2137
+ cursor: pointer;
2138
+ -webkit-transition: all .2s ease;
2139
+ transition: all .2s ease;
2140
+ white-space: normal;
2141
+ word-break: break-word;
2142
+ word-wrap: break-word;
2143
+ text-align: center;
2144
+ display: -webkit-inline-box;
2145
+ display: -ms-inline-flexbox;
2146
+ display: inline-flex;
2147
+ -webkit-box-align: center;
2148
+ -ms-flex-align: center;
2149
+ align-items: center;
2150
+ -webkit-box-pack: center;
2151
+ -ms-flex-pack: center;
2152
+ justify-content: center;
2153
+ min-height: 40px;
2154
+ max-height: 40px;
2155
+ width: 30%;
2156
+ margin: 0; }
2157
+ .selector-button:hover, .selector-button-primary:hover, .selector-button-secondary:hover {
2158
+ opacity: .9; }
2159
+ .selector-button h2, .selector-button-primary h2, .selector-button-secondary h2 {
2160
+ color: #fff !important;
2161
+ font-size: 0.875rem !important;
2162
+ line-height: 1.25rem !important;
2163
+ font-weight: 500 !important;
2164
+ margin: 0 !important;
2165
+ padding: 0 !important;
2166
+ width: 100%; }
2167
+
2168
+ .selector-button-primary {
2169
+ background-color: #2947a3 !important; }
2170
+ .selector-button-primary:hover {
2171
+ background-color: #1e3a8a !important; }
1964
2172
 
1965
- .selector-button-primary h2 {
1966
- font-size: 0.875rem !important;
1967
- line-height: 1.25rem !important;
1968
- font-weight: 500 !important;
1969
- margin: 0 !important;
1970
- padding: 0 !important;
1971
- width: 100%; }
2173
+ .selector-button-secondary {
2174
+ background-color: #fff !important;
2175
+ color: #2947a3 !important; }
2176
+ .selector-button-secondary h2 {
2177
+ color: #2947a3 !important; }
1972
2178
 
1973
- .selector-button-border, .selector-button-primary {
2179
+ .selector-button-border {
1974
2180
  background-color: #2947a3 !important;
1975
2181
  color: #fff !important;
1976
2182
  border: none !important;
@@ -2000,21 +2206,19 @@ body {
2000
2206
  min-height: 40px;
2001
2207
  width: 30%;
2002
2208
  max-height: 40px;
2003
- margin: 0;
2004
- color: #fff !important;
2005
- border: none !important; }
2006
-
2007
- .selector-button-border:hover {
2008
- background-color: #1e3a8a !important;
2009
- opacity: .9; }
2010
-
2011
- .selector-button-border h2 {
2012
- font-size: 0.875rem !important;
2013
- line-height: 1.25rem !important;
2014
- font-weight: 500 !important;
2015
- margin: 0 !important;
2016
- padding: 0 !important;
2017
- width: 100%; }
2209
+ margin: 0; }
2210
+ .selector-button-border:hover {
2211
+ background-color: #1e3a8a !important;
2212
+ opacity: .9; }
2213
+ .selector-button-border h2 {
2214
+ color: #fff !important;
2215
+ font-size: 0.875rem !important;
2216
+ line-height: 1.25rem !important;
2217
+ font-weight: 500 !important;
2218
+ margin: 0 !important;
2219
+ padding: 0 !important;
2220
+ border: none !important;
2221
+ width: 100%; }
2018
2222
 
2019
2223
  .input-mirror-selector-button {
2020
2224
  height: 4rem !important;
@@ -2112,9 +2316,6 @@ body {
2112
2316
  border-radius: 9999px;
2113
2317
  display: block; }
2114
2318
  .radio-wrap label {
2115
- --text-opacity:1;
2116
- color: #0d43a7;
2117
- color: rgba(13, 67, 167, var(--text-opacity));
2118
2319
  font-size: 16px;
2119
2320
  line-height: 20px;
2120
2321
  margin-left: 16px; }
@@ -2323,12 +2524,13 @@ body {
2323
2524
  height: 100%;
2324
2525
  outline: 2px solid transparent;
2325
2526
  outline-offset: 2px;
2326
- padding-left: 8px; }
2327
- .select-wrap .select input[type=text], .select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .select-wrap .select .input-emp[type=text], .select-wrap .select p {
2328
2527
  font-size: 16px;
2329
- line-height: 20px; }
2528
+ line-height: 20px;
2529
+ padding-left: 8px; }
2330
2530
  .select-wrap .select p {
2331
2531
  padding-top: 9px;
2532
+ font-size: 16px;
2533
+ line-height: 20px;
2332
2534
  --text-opacity:1;
2333
2535
  color: #0d43a7;
2334
2536
  color: rgba(13, 67, 167, var(--text-opacity));
@@ -2551,7 +2753,9 @@ body {
2551
2753
  align-items: center;
2552
2754
  background: #eee;
2553
2755
  border-right: 0;
2554
- padding-right: 5px; }
2756
+ padding-right: 5px;
2757
+ position: relative;
2758
+ z-index: 0 !important; }
2555
2759
 
2556
2760
  .employee-card-input-error {
2557
2761
  padding-left: 8px;
@@ -2560,6 +2764,9 @@ body {
2560
2764
  border: 1px solid #d4351c;
2561
2765
  border-color: rgba(212, 53, 28, var(--border-opacity));
2562
2766
  line-height: 2.5rem;
2767
+ --text-opacity:1;
2768
+ color: #0d43a7;
2769
+ color: rgba(13, 67, 167, var(--text-opacity));
2563
2770
  border-radius: 8px; }
2564
2771
 
2565
2772
  .card-textarea, .employee-card-input-error, .employee-card-textarea {
@@ -2572,10 +2779,7 @@ body {
2572
2779
  background-color: #fff;
2573
2780
  background-color: rgba(255, 255, 255, var(--bg-opacity));
2574
2781
  font-size: 16px;
2575
- line-height: 20px;
2576
- --text-opacity:1;
2577
- color: #0d43a7;
2578
- color: rgba(13, 67, 167, var(--text-opacity)); }
2782
+ line-height: 20px; }
2579
2783
 
2580
2784
  .card-textarea, .employee-card-textarea {
2581
2785
  --border-opacity:1;
@@ -2908,7 +3112,9 @@ body {
2908
3112
  overflow: hidden;
2909
3113
  width: 100%;
2910
3114
  border-collapse: collapse;
2911
- padding-bottom: 0; }
3115
+ padding-bottom: 0;
3116
+ margin-top: 15px;
3117
+ margin-bottom: 15px; }
2912
3118
 
2913
3119
  .employee-data-table .row {
2914
3120
  display: -webkit-box;
@@ -3398,7 +3604,10 @@ body {
3398
3604
  bottom: 45px;
3399
3605
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
3400
3606
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
3401
- width: calc(100% - 16px);
3607
+ width: auto;
3608
+ min-width: 200px;
3609
+ max-width: calc(100% - 16px);
3610
+ padding: 2px;
3402
3611
  right: 8px; }
3403
3612
  .action-bar-wrap .menu-wrap div {
3404
3613
  height: 3rem;
@@ -3520,13 +3729,19 @@ body {
3520
3729
  align-items: center;
3521
3730
  margin-left: 10px; }
3522
3731
 
3523
- .table {
3524
- background: linear-gradient(135deg, #fff, #f8fafb);
3732
+ .table, .table-container {
3733
+ max-width: 95vw;
3525
3734
  width: 100%;
3526
- table-layout: fixed;
3735
+ overflow-x: auto;
3736
+ -webkit-overflow-scrolling: touch;
3737
+ margin-bottom: 15px; }
3738
+
3739
+ .table {
3740
+ background: linear-gradient(135deg, #fff, #f8fafb);
3741
+ table-layout: auto;
3527
3742
  border-radius: 12px;
3528
3743
  border: 1px solid #e1e8f0;
3529
- overflow: hidden;
3744
+ display: block;
3530
3745
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
3531
3746
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
3532
3747
  border-collapse: initial;
@@ -3537,6 +3752,11 @@ body {
3537
3752
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
3538
3753
  transition: box-shadow .3s ease,-webkit-box-shadow .3s ease; }
3539
3754
 
3755
+ @media (min-width: 1024px) {
3756
+ .table {
3757
+ display: table;
3758
+ overflow: hidden; } }
3759
+
3540
3760
  .table:hover {
3541
3761
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
3542
3762
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06); }
@@ -4439,7 +4659,7 @@ body {
4439
4659
  column-gap: 8px; }
4440
4660
 
4441
4661
  .topbar .employee-select-wrap, .topbar .select-wrap {
4442
- margin-bottom: 0; }
4662
+ margin-bottom: 15px; }
4443
4663
 
4444
4664
  .topbar .employee-select-wrap .profile-dropdown--item span, .topbar .select-wrap .profile-dropdown--item span {
4445
4665
  white-space: pre; }
@@ -5002,10 +5222,7 @@ video::-webkit-media-controls-panel {
5002
5222
  .multilink-link-button {
5003
5223
  margin: 0;
5004
5224
  font-size: 16px;
5005
- line-height: 24px;
5006
- --text-opacity:1;
5007
- color: #f18f5e;
5008
- color: rgba(241, 143, 94, var(--text-opacity)); }
5225
+ line-height: 24px; }
5009
5226
 
5010
5227
  .multilink-optionWrap {
5011
5228
  right: 0;
@@ -5860,6 +6077,7 @@ video::-webkit-media-controls-panel {
5860
6077
  font-weight: 500;
5861
6078
  cursor: pointer; }
5862
6079
  .CardBasedOptions .mainContent {
6080
+ margin: 15px;
5863
6081
  display: -webkit-box;
5864
6082
  display: -ms-flexbox;
5865
6083
  display: flex;
@@ -5999,7 +6217,7 @@ video::-webkit-media-controls-panel {
5999
6217
  border-radius: 12px;
6000
6218
  padding: 24px;
6001
6219
  margin: 8px;
6002
- min-width: 200px;
6220
+ min-width: 220px;
6003
6221
  -webkit-box-flex: 1;
6004
6222
  -ms-flex: 1 1 calc(25% - 16px);
6005
6223
  flex: 1 1 calc(25% - 16px);
@@ -7217,7 +7435,8 @@ video::-webkit-media-controls-panel {
7217
7435
 
7218
7436
  .employee-login-card {
7219
7437
  padding: 20px;
7220
- width: 650px;
7438
+ width: 100%;
7439
+ max-width: 650px;
7221
7440
  overflow: visible;
7222
7441
  position: relative;
7223
7442
  z-index: 1; }
@@ -7358,6 +7577,7 @@ video::-webkit-media-controls-panel {
7358
7577
  .employee .ground-container {
7359
7578
  margin-bottom: 56px;
7360
7579
  margin-left: 0;
7580
+ margin-top: 0;
7361
7581
  display: -webkit-box;
7362
7582
  display: -ms-flexbox;
7363
7583
  display: flex;
@@ -7409,7 +7629,13 @@ video::-webkit-media-controls-panel {
7409
7629
  font-weight: 700; }
7410
7630
 
7411
7631
  .employee .main {
7412
- padding-top: 88px; }
7632
+ padding: 10px;
7633
+ margin-top: 3rem; }
7634
+
7635
+ @media (min-width: 640px) {
7636
+ .employee .main {
7637
+ margin-top: 0;
7638
+ padding: 0; } }
7413
7639
 
7414
7640
  .employee .submit-bar header {
7415
7641
  height: 2rem !important;
@@ -7519,11 +7745,14 @@ video::-webkit-media-controls-panel {
7519
7745
  font-size: 1.5rem; }
7520
7746
 
7521
7747
  .citizen .main {
7522
- padding-top: 82px;
7748
+ padding-top: 56px;
7523
7749
  min-height: calc(100vh - 48px);
7524
7750
  display: -webkit-box !important;
7525
7751
  display: -ms-flexbox !important;
7526
- display: flex !important; }
7752
+ display: flex !important;
7753
+ -webkit-box-pack: center;
7754
+ -ms-flex-pack: center;
7755
+ justify-content: center; }
7527
7756
 
7528
7757
  .citizen .sidebar, .employee .sidebar {
7529
7758
  position: fixed;
@@ -7831,7 +8060,7 @@ video::-webkit-media-controls-panel {
7831
8060
  -webkit-box-direction: normal;
7832
8061
  -ms-flex-direction: column;
7833
8062
  flex-direction: column;
7834
- padding-top: 80px;
8063
+ padding-top: 56px;
7835
8064
  margin-left: 64px;
7836
8065
  width: calc(100% - 83px); }
7837
8066
  .employee .citizen-home-container, .employee .main {
@@ -7850,13 +8079,17 @@ video::-webkit-media-controls-panel {
7850
8079
  content: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png); }
7851
8080
  .citizen .main {
7852
8081
  width: 100%;
7853
- padding-top: 80px;
8082
+ padding-top: 56px;
7854
8083
  min-height: calc(100vh - 48px);
7855
8084
  margin-bottom: 18px !important;
7856
8085
  display: -webkit-box !important;
7857
8086
  display: -ms-flexbox !important;
7858
8087
  display: flex !important; } }
7859
8088
 
8089
+ @media only screen and (max-width: 639px) {
8090
+ .employee .ground-container {
8091
+ margin-top: 36px; } }
8092
+
7860
8093
  @media only screen and (max-width: 950px) {
7861
8094
  #main-img {
7862
8095
  content: url(https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png); }
@@ -7927,17 +8160,15 @@ video::-webkit-media-controls-panel {
7927
8160
  .pageCard {
7928
8161
  width: 100%;
7929
8162
  height: 100%;
7930
- padding: 48px;
7931
- grid-gap: 48px;
7932
- gap: 48px;
7933
- border-radius: 24px;
8163
+ border-radius: 24px; }
8164
+
8165
+ .ndcFormCard, .pageCard {
8166
+ padding: 20px;
7934
8167
  background: #fff; }
7935
8168
 
7936
8169
  .ndcFormCard {
7937
8170
  max-width: 1200px;
7938
8171
  margin: auto;
7939
- padding: 20px;
7940
- background: #fff;
7941
8172
  border-radius: 10px;
7942
8173
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
7943
8174
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
@@ -8543,94 +8774,92 @@ video::-webkit-media-controls-panel {
8543
8774
  line-height: 24px; }
8544
8775
  .inbox-container .filters-container .citizen-filter {
8545
8776
  margin-top: unset; }
8546
- .inbox-container .search-container {
8547
- width: 874px; }
8548
- .inbox-container .search-container .search-complaint-container {
8549
- margin: auto;
8550
- -webkit-box-orient: vertical;
8551
- -webkit-box-direction: normal;
8552
- -ms-flex-direction: column;
8553
- flex-direction: column;
8554
- -webkit-box-align: start;
8555
- -ms-flex-align: start;
8556
- align-items: flex-start;
8557
- margin-bottom: 16px;
8558
- --bg-opacity:1;
8559
- background-color: #fff;
8560
- background-color: rgba(255, 255, 255, var(--bg-opacity));
8561
- padding: 16px; }
8562
- .inbox-container .search-container .search-complaint-container .complaint-header {
8563
- -webkit-box-pack: justify;
8564
- -ms-flex-pack: justify;
8565
- justify-content: space-between;
8566
- width: 100%;
8567
- margin-bottom: 20px; }
8568
- .inbox-container .search-container .search-complaint-container .complaint-input-container {
8569
- display: grid !important;
8570
- grid-template-columns: 33.33% 33.33% 33.33%; }
8571
- .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search {
8572
- grid-template-columns: 25% 25% 25% 25%; }
8573
- .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .input-fields:nth-child(3n) {
8574
- margin-right: 16px !important; }
8575
- .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .input-fields:nth-child(4n) {
8576
- margin-right: 0 !important; }
8577
- .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .search-submit-wrapper {
8578
- grid-column: 4/5;
8579
- max-width: unset;
8580
- margin-left: unset; }
8581
- .inbox-container .search-container .search-complaint-container .complaint-input-container .search-submit-wrapper {
8582
- margin-left: 50%;
8583
- max-width: 50%;
8584
- grid-column: 3/4;
8585
- -webkit-box-orient: vertical;
8586
- -webkit-box-direction: normal;
8587
- -ms-flex-direction: column;
8588
- flex-direction: column;
8589
- -webkit-box-pack: center;
8590
- -ms-flex-pack: center;
8591
- justify-content: center;
8592
- text-align: center; }
8593
- .inbox-container .search-container .search-complaint-container .complaint-input-container .search-submit-wrapper .submit-bar-search {
8594
- margin-top: unset;
8595
- margin-bottom: 20px;
8596
- margin-left: unset;
8597
- max-width: 100%;
8598
- width: 100%; }
8599
- .inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields {
8600
- display: inline-block !important;
8777
+ .inbox-container .search-container .search-complaint-container {
8778
+ margin: auto;
8779
+ -webkit-box-orient: vertical;
8780
+ -webkit-box-direction: normal;
8781
+ -ms-flex-direction: column;
8782
+ flex-direction: column;
8783
+ -webkit-box-align: start;
8784
+ -ms-flex-align: start;
8785
+ align-items: flex-start;
8786
+ margin-bottom: 16px;
8787
+ --bg-opacity:1;
8788
+ background-color: #fff;
8789
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
8790
+ padding: 16px; }
8791
+ .inbox-container .search-container .search-complaint-container .complaint-header {
8792
+ -webkit-box-pack: justify;
8793
+ -ms-flex-pack: justify;
8794
+ justify-content: space-between;
8795
+ width: 100%;
8796
+ margin-bottom: 20px; }
8797
+ .inbox-container .search-container .search-complaint-container .complaint-input-container {
8798
+ display: grid !important;
8799
+ grid-template-columns: 33.33% 33.33% 33.33%; }
8800
+ .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search {
8801
+ grid-template-columns: 25% 25% 25% 25%; }
8802
+ .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .input-fields:nth-child(3n) {
8601
8803
  margin-right: 16px !important; }
8602
- .inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields .inbox-search-form-error {
8603
- padding-top: 0;
8604
- margin-top: 0;
8605
- position: absolute; }
8606
- .inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields:nth-child(3n) {
8804
+ .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .input-fields:nth-child(4n) {
8607
8805
  margin-right: 0 !important; }
8608
- .inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input {
8609
- -webkit-box-orient: vertical;
8610
- -webkit-box-direction: normal;
8611
- -ms-flex-direction: column;
8612
- flex-direction: column; }
8613
- .inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
8614
- --text-opacity:1;
8615
- color: #1359c8;
8616
- color: rgba(19, 89, 200, var(--text-opacity));
8617
- display: block;
8618
- cursor: pointer; }
8619
- .inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
8620
- color: #003078;
8621
- cursor: pointer; }
8622
- .inbox-container .search-container .search-complaint-container .complaint-input-container .mobile-input {
8623
- margin-left: 8px; }
8624
- .inbox-container .search-container .search-complaint-container .search-action-wrapper {
8625
- width: 33%;
8626
- margin-top: 28px;
8627
- display: inline-block;
8628
- vertical-align: middle;
8806
+ .inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .search-submit-wrapper {
8807
+ grid-column: 4/5;
8808
+ max-width: unset;
8809
+ margin-left: unset; }
8810
+ .inbox-container .search-container .search-complaint-container .complaint-input-container .search-submit-wrapper {
8811
+ margin-left: 50%;
8812
+ max-width: 50%;
8813
+ grid-column: 3/4;
8814
+ -webkit-box-orient: vertical;
8815
+ -webkit-box-direction: normal;
8816
+ -ms-flex-direction: column;
8817
+ flex-direction: column;
8818
+ -webkit-box-pack: center;
8819
+ -ms-flex-pack: center;
8820
+ justify-content: center;
8629
8821
  text-align: center; }
8630
- .inbox-container .search-container .search-complaint-container .search-action-wrapper button {
8631
- margin: 0;
8632
- width: 100%;
8633
- max-width: 300px !important; } }
8822
+ .inbox-container .search-container .search-complaint-container .complaint-input-container .search-submit-wrapper .submit-bar-search {
8823
+ margin-top: unset;
8824
+ margin-bottom: 20px;
8825
+ margin-left: unset;
8826
+ max-width: 100%;
8827
+ width: 100%; }
8828
+ .inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields {
8829
+ display: inline-block !important;
8830
+ margin-right: 16px !important; }
8831
+ .inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields .inbox-search-form-error {
8832
+ padding-top: 0;
8833
+ margin-top: 0;
8834
+ position: absolute; }
8835
+ .inbox-container .search-container .search-complaint-container .complaint-input-container .input-fields:nth-child(3n) {
8836
+ margin-right: 0 !important; }
8837
+ .inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input {
8838
+ -webkit-box-orient: vertical;
8839
+ -webkit-box-direction: normal;
8840
+ -ms-flex-direction: column;
8841
+ flex-direction: column; }
8842
+ .inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search {
8843
+ --text-opacity:1;
8844
+ color: #1359c8;
8845
+ color: rgba(19, 89, 200, var(--text-opacity));
8846
+ display: block;
8847
+ cursor: pointer; }
8848
+ .inbox-container .search-container .search-complaint-container .complaint-input-container .complaint-input .clear-search:hover {
8849
+ color: #003078;
8850
+ cursor: pointer; }
8851
+ .inbox-container .search-container .search-complaint-container .complaint-input-container .mobile-input {
8852
+ margin-left: 8px; }
8853
+ .inbox-container .search-container .search-complaint-container .search-action-wrapper {
8854
+ width: 33%;
8855
+ margin-top: 28px;
8856
+ display: inline-block;
8857
+ vertical-align: middle;
8858
+ text-align: center; }
8859
+ .inbox-container .search-container .search-complaint-container .search-action-wrapper button {
8860
+ margin: 0;
8861
+ width: 100%;
8862
+ max-width: 300px !important; } }
8634
8863
 
8635
8864
  .document-clear-all {
8636
8865
  grid-area: 2/2;
@@ -11450,7 +11679,8 @@ body {
11450
11679
 
11451
11680
  .HomePageContainer {
11452
11681
  width: 100%;
11453
- padding: 0; }
11682
+ padding: 0;
11683
+ margin-top: 3rem; }
11454
11684
  @media (min-width: 780px) {
11455
11685
  .HomePageContainer {
11456
11686
  display: -webkit-box;
@@ -12141,6 +12371,11 @@ body {
12141
12371
  -webkit-line-clamp: 2;
12142
12372
  -webkit-box-orient: vertical; }
12143
12373
 
12374
+ .no-width {
12375
+ max-width: none;
12376
+ min-width: 0;
12377
+ width: auto; }
12378
+
12144
12379
  .surveyListclockDiv {
12145
12380
  display: -webkit-box;
12146
12381
  display: -ms-flexbox;
@@ -12256,7 +12491,7 @@ body {
12256
12491
  grid-gap: 1rem;
12257
12492
  gap: 1rem; }
12258
12493
  .surveydetailsform-wrapper .employee-card-input, .surveydetailsform-wrapper .employee-select-wrap {
12259
- margin-bottom: 0; }
12494
+ margin-bottom: 30px; }
12260
12495
 
12261
12496
  .newSurveyForm_wrapper {
12262
12497
  display: grid;
@@ -13473,7 +13708,9 @@ body {
13473
13708
  .swach {
13474
13709
  width: 60vw !important; }
13475
13710
  .swach .card .employee-card-input--front {
13476
- background-color: #fff; }
13711
+ background-color: #fff;
13712
+ position: relative;
13713
+ z-index: 0 !important; }
13477
13714
  .swach .card input[name=mobileNumber], .swach .card .checkbox-wrap .input-emp[name=mobileNumber], .checkbox-wrap .swach .card .input-emp[name=mobileNumber] {
13478
13715
  max-width: 490px; }
13479
13716
  .swach .mandatory-asterisk {
@@ -13653,23 +13890,23 @@ body {
13653
13890
  color: red !important; }
13654
13891
 
13655
13892
  .login-page-cover {
13656
- height: 90vh;
13657
- background: linear-gradient(135deg, #667eea, #764ba2);
13658
13893
  -webkit-box-align: center;
13659
13894
  -ms-flex-align: center;
13660
13895
  align-items: center;
13661
13896
  -webkit-box-pack: center;
13662
13897
  -ms-flex-pack: center;
13663
- justify-content: center; }
13898
+ justify-content: center;
13899
+ -webkit-box-sizing: border-box;
13900
+ box-sizing: border-box; }
13664
13901
 
13665
13902
  .login-container, .login-page-cover {
13666
13903
  width: 100%;
13904
+ min-height: calc(100vh - 56px);
13667
13905
  display: -webkit-box;
13668
13906
  display: -ms-flexbox;
13669
13907
  display: flex; }
13670
13908
 
13671
13909
  .login-container {
13672
- height: 100vh;
13673
13910
  max-width: 100%;
13674
13911
  background-color: #fff;
13675
13912
  overflow: hidden; }
@@ -13786,23 +14023,6 @@ body {
13786
14023
  font-weight: 500;
13787
14024
  text-align: center; }
13788
14025
 
13789
- .login-form-panel {
13790
- -webkit-box-flex: 1;
13791
- -ms-flex: 1;
13792
- flex: 1;
13793
- display: -webkit-box;
13794
- display: -ms-flexbox;
13795
- display: flex;
13796
- -webkit-box-align: center;
13797
- -ms-flex-align: center;
13798
- align-items: center;
13799
- -webkit-box-pack: center;
13800
- -ms-flex-pack: center;
13801
- justify-content: center;
13802
- background-color: #f5f5f5;
13803
- overflow-y: auto;
13804
- padding: 20px; }
13805
-
13806
14026
  .login-wrapper {
13807
14027
  width: 100%;
13808
14028
  max-width: 480px;
@@ -13813,9 +14033,7 @@ body {
13813
14033
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08); }
13814
14034
 
13815
14035
  .login-form-header {
13816
- margin-bottom: 30px; }
13817
-
13818
- .login-form-header, .register-login-wrapper {
14036
+ margin-bottom: 30px;
13819
14037
  display: -webkit-box;
13820
14038
  display: -ms-flexbox;
13821
14039
  display: flex;
@@ -13832,15 +14050,6 @@ body {
13832
14050
  border-radius: 4px;
13833
14051
  position: relative; }
13834
14052
 
13835
- .register-login-wrapper {
13836
- margin: 8px;
13837
- padding: 2rem;
13838
- -webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
13839
- box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
13840
- width: 35%;
13841
- max-width: 100vw;
13842
- height: 900px; }
13843
-
13844
14053
  .login-title {
13845
14054
  font-size: 2rem;
13846
14055
  font-weight: 700;
@@ -13864,7 +14073,6 @@ body {
13864
14073
  color: #ff1515; }
13865
14074
 
13866
14075
  .input-wrapper, .language-wrapper, .location-wrapper {
13867
- margin-bottom: 24px;
13868
14076
  width: 100%; }
13869
14077
 
13870
14078
  .location-wrapper .select {
@@ -13934,7 +14142,27 @@ body {
13934
14142
  padding: 40px;
13935
14143
  border-radius: 12px;
13936
14144
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
13937
- box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08); }
14145
+ box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
14146
+ max-height: calc(100vh - 100px);
14147
+ overflow-y: auto; }
14148
+
14149
+ .login-form-panel {
14150
+ -webkit-box-flex: 1;
14151
+ -ms-flex: 1;
14152
+ flex: 1;
14153
+ display: -webkit-box;
14154
+ display: -ms-flexbox;
14155
+ display: flex;
14156
+ -webkit-box-align: center;
14157
+ -ms-flex-align: center;
14158
+ align-items: center;
14159
+ -webkit-box-pack: center;
14160
+ -ms-flex-pack: center;
14161
+ justify-content: center;
14162
+ background-color: #f5f5f5;
14163
+ overflow-y: auto;
14164
+ padding: 20px;
14165
+ min-height: calc(100vh - 56px); }
13938
14166
 
13939
14167
  @media (max-width: 1024px) {
13940
14168
  .login-hero-panel {
@@ -13963,8 +14191,6 @@ body {
13963
14191
  font-size: 1.5rem; }
13964
14192
  .login-form-header {
13965
14193
  margin-bottom: 24px; }
13966
- .input-wrapper, .language-wrapper, .location-wrapper {
13967
- margin-bottom: 20px; }
13968
14194
  .account-link, .label {
13969
14195
  font-size: 14px; }
13970
14196
  .lag-loc-wrapper {
@@ -13975,7 +14201,7 @@ body {
13975
14201
  grid-gap: 0;
13976
14202
  gap: 0; }
13977
14203
  .login-wrapper, .register-login-wrapper {
13978
- width: 60%; } }
14204
+ width: 100%; } }
13979
14205
 
13980
14206
  @media (min-width: 769px) and (max-width: 1024px) {
13981
14207
  .lag-loc-wrapper {
@@ -14075,7 +14301,9 @@ body {
14075
14301
 
14076
14302
  .loader-message {
14077
14303
  overflow: hidden;
14078
- position: relative;
14304
+ position: fixed;
14305
+ top: 0;
14306
+ left: 0;
14079
14307
  height: 100vh;
14080
14308
  width: 100vw;
14081
14309
  display: -webkit-box;
@@ -14093,12 +14321,12 @@ body {
14093
14321
  flex-direction: column;
14094
14322
  font-weight: 600;
14095
14323
  font-size: 14px;
14096
- color: #000; }
14324
+ color: #000;
14325
+ background: linear-gradient(135deg, #f0f4ff, #e0e7ff 50%, #dbeafe);
14326
+ z-index: 9999; }
14097
14327
 
14098
14328
  .loader-message .body {
14099
- position: absolute;
14100
- left: 44%;
14101
- top: 50%;
14329
+ position: relative;
14102
14330
  -webkit-animation: speeder .4s linear infinite;
14103
14331
  animation: speeder .4s linear infinite; }
14104
14332
 
@@ -14116,7 +14344,7 @@ body {
14116
14344
  width: 0;
14117
14345
  height: 0;
14118
14346
  border-top: 6px solid transparent;
14119
- border-right: 100px solid #000;
14347
+ border-right: 100px solid #1e3a5f;
14120
14348
  border-bottom: 6px solid transparent; }
14121
14349
 
14122
14350
  .loader-message .base span:before {
@@ -14135,7 +14363,7 @@ body {
14135
14363
  width: 0;
14136
14364
  height: 0;
14137
14365
  border-top: 0 solid transparent;
14138
- border-right: 55px solid #000;
14366
+ border-right: 55px solid #1e3a5f;
14139
14367
  border-bottom: 16px solid transparent;
14140
14368
  top: -16px;
14141
14369
  right: -98px; }
@@ -14324,13 +14552,17 @@ body {
14324
14552
  .loader-message .longfazers {
14325
14553
  position: absolute;
14326
14554
  width: 100%;
14327
- height: 100%; }
14555
+ height: 100%;
14556
+ top: 0;
14557
+ left: 0;
14558
+ pointer-events: none; }
14328
14559
 
14329
14560
  .loader-message .longfazers span {
14330
14561
  position: absolute;
14331
14562
  height: 2px;
14332
14563
  width: 20%;
14333
- background: #0d43a7; }
14564
+ background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#0d43a7), to(transparent));
14565
+ background: linear-gradient(90deg, transparent, #0d43a7, transparent); }
14334
14566
 
14335
14567
  .loader-message .longfazers span:first-child {
14336
14568
  top: 20%;
@@ -14360,13 +14592,18 @@ body {
14360
14592
 
14361
14593
  .loader-message .message {
14362
14594
  position: absolute;
14363
- font-family: Open Sans,sans-serif;
14595
+ font-family: Roboto,Open Sans,sans-serif;
14364
14596
  font-weight: 600;
14365
- font-size: 12px;
14597
+ font-size: 16px;
14366
14598
  text-transform: uppercase;
14367
- left: 44%;
14368
- top: 58%;
14369
- margin-left: -20px; }
14599
+ letter-spacing: 2px;
14600
+ bottom: 35%;
14601
+ left: 50%;
14602
+ -webkit-transform: translateX(-50%);
14603
+ transform: translateX(-50%);
14604
+ color: #0d43a7;
14605
+ text-align: center;
14606
+ white-space: nowrap; }
14370
14607
 
14371
14608
  @-webkit-keyframes lf {
14372
14609
  0% {
@@ -14424,6 +14661,37 @@ body {
14424
14661
  left: -100%;
14425
14662
  opacity: 0; } }
14426
14663
 
14664
+ @media screen and (max-width: 768px) {
14665
+ .loader-message .body {
14666
+ -webkit-transform: scale(0.85);
14667
+ transform: scale(0.85); }
14668
+ .loader-message .message {
14669
+ font-size: 14px;
14670
+ letter-spacing: 1.5px; }
14671
+ .loader-message .longfazers span {
14672
+ height: 1.5px; } }
14673
+
14674
+ @media screen and (max-width: 480px) {
14675
+ .loader-message .body {
14676
+ -webkit-transform: scale(0.7);
14677
+ transform: scale(0.7); }
14678
+ .loader-message .message {
14679
+ font-size: 12px;
14680
+ letter-spacing: 1px;
14681
+ bottom: 38%; }
14682
+ .loader-message .longfazers span {
14683
+ height: 1px;
14684
+ width: 25%; } }
14685
+
14686
+ @media screen and (max-width: 320px) {
14687
+ .loader-message .body {
14688
+ -webkit-transform: scale(0.6);
14689
+ transform: scale(0.6); }
14690
+ .loader-message .message {
14691
+ font-size: 10px;
14692
+ letter-spacing: .5px;
14693
+ bottom: 40%; } }
14694
+
14427
14695
  .DS-citizen-form-container {
14428
14696
  padding: 0 10px 10px; }
14429
14697
  .DS-citizen-form-container .card-label-smaller {
@@ -14966,13 +15234,6 @@ body {
14966
15234
  .summary-page-scroll {
14967
15235
  overflow: scroll; }
14968
15236
 
14969
- .bpa-newbuilding-bpa-section {
14970
- background-color: #fff;
14971
- border-radius: 8px;
14972
- -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
14973
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
14974
- padding-bottom: 50px; }
14975
-
14976
15237
  .bpa-newbuilding-label-field-pair {
14977
15238
  display: -webkit-box;
14978
15239
  display: -ms-flexbox;
@@ -15024,16 +15285,18 @@ body {
15024
15285
  margin-top: "4px"; }
15025
15286
 
15026
15287
  .bpa-owner-error-message {
15027
- color: red;
15288
+ color: #dc2626;
15028
15289
  font-size: 12px;
15029
- margin-top: 4px; }
15290
+ margin-top: 6px;
15291
+ font-weight: 500; }
15030
15292
 
15031
15293
  .bpa-owner-delete-icon {
15032
15294
  position: relative;
15033
- bottom: 5px; }
15295
+ bottom: 0; }
15034
15296
 
15035
15297
  .bpa-owner-link-delete-button {
15036
- width: 50px;
15298
+ width: 40px;
15299
+ height: 40px;
15037
15300
  display: -webkit-inline-box;
15038
15301
  display: -ms-inline-flexbox;
15039
15302
  display: inline-flex;
@@ -15043,97 +15306,126 @@ body {
15043
15306
  -webkit-box-align: center;
15044
15307
  -ms-flex-align: center;
15045
15308
  align-items: center;
15046
- background: #000;
15047
- float: right; }
15048
-
15049
- .bpa-owner-owner-card {
15050
- border-radius: 5px;
15051
- padding: 20px 10px 10px;
15052
- margin-top: 10px;
15053
- border: 1px solid #f3f3f3;
15054
- background: #fafafa; }
15309
+ background: #fee2e2;
15310
+ border-radius: 8px;
15311
+ float: right;
15312
+ margin-top: -10px;
15313
+ -webkit-transition: all .2s ease;
15314
+ transition: all .2s ease; }
15315
+ .bpa-owner-link-delete-button:hover {
15316
+ background: #fecaca; }
15055
15317
 
15056
15318
  .bpa-owner-cardlabel-negative-margin {
15057
- margin-bottom: -15px; }
15319
+ margin-bottom: 8px; }
15058
15320
 
15059
15321
  .bpa-owner-mobile-row {
15060
- margin-top: 30px; }
15061
-
15062
- .bpa-owner-country-prefix {
15063
- margin-bottom: 24px;
15064
- padding: 3px 2px;
15065
- border: 1px solid #b4b4b4;
15066
- border-radius: 8px 0 0 8px;
15067
- display: inline-block; }
15322
+ margin-top: 8px;
15323
+ margin-bottom: 16px; }
15068
15324
 
15069
- .bpa-owner-phone-input {
15070
- background: #fafafa;
15071
- padding: 0 4px;
15072
- border-radius: 0 8px 8px 0;
15073
- width: 96%; }
15325
+ .bpa-owner-field-container {
15326
+ position: relative;
15327
+ width: 100%;
15328
+ max-width: 400px; }
15329
+ .bpa-owner-field-container .field-container {
15330
+ margin-bottom: 0; }
15331
+ .bpa-owner-field-container .text-input input, .bpa-owner-field-container .text-input .checkbox-wrap .input-emp, .checkbox-wrap .bpa-owner-field-container .text-input .input-emp {
15332
+ padding-right: 44px !important; }
15074
15333
 
15075
15334
  .bpa-owner-search-icon-container {
15076
- position: relative;
15077
- z-index: 100;
15078
- right: 44px;
15079
- margin-top: -24px;
15080
- margin-right: -20px;
15081
- cursor: pointer; }
15335
+ position: absolute;
15336
+ right: 12px;
15337
+ top: 36%;
15338
+ -webkit-transform: translateY(-50%);
15339
+ transform: translateY(-50%);
15340
+ display: -webkit-box;
15341
+ display: -ms-flexbox;
15342
+ display: flex;
15343
+ -webkit-box-align: center;
15344
+ -ms-flex-align: center;
15345
+ align-items: center;
15346
+ -webkit-box-pack: center;
15347
+ -ms-flex-pack: center;
15348
+ justify-content: center;
15349
+ cursor: pointer;
15350
+ z-index: 2; }
15351
+ .bpa-owner-search-icon-container svg {
15352
+ width: 20px;
15353
+ height: 20px;
15354
+ fill: #2563eb; }
15355
+ .bpa-owner-search-icon-container:hover svg {
15356
+ fill: #1e40af; }
15082
15357
 
15083
15358
  .bpa-owner-cardlabel-margin-top {
15084
- margin-top: 30px; }
15359
+ margin-top: 20px; }
15085
15360
 
15086
15361
  .bpa-owner-upload-row {
15087
15362
  display: -webkit-box;
15088
15363
  display: -ms-flexbox;
15089
15364
  display: flex;
15090
- grid-gap: 15px;
15091
- gap: 15px;
15365
+ grid-gap: 16px;
15366
+ gap: 16px;
15092
15367
  -webkit-box-orient: horizontal;
15093
15368
  -webkit-box-direction: normal;
15094
15369
  -ms-flex-direction: row;
15095
- flex-direction: row; }
15370
+ flex-direction: row;
15371
+ -webkit-box-align: start;
15372
+ -ms-flex-align: start;
15373
+ align-items: flex-start; }
15096
15374
 
15097
15375
  @media (max-width: 768px) {
15098
- .upload-row {
15376
+ .bpa-owner-upload-row {
15099
15377
  -webkit-box-orient: vertical;
15100
15378
  -webkit-box-direction: normal;
15101
15379
  -ms-flex-direction: column;
15102
- flex-direction: column; } }
15380
+ flex-direction: column; }
15381
+ .bpa-owner-field-container {
15382
+ max-width: 100%; } }
15103
15383
 
15104
15384
  .bpa-owner-input-bg-fa {
15105
- background: #fafafa; }
15385
+ background: #fafafa;
15386
+ border-radius: 8px; }
15106
15387
 
15107
15388
  .bpa-owner-owner-textarea {
15108
15389
  background: #fafafa;
15109
15390
  width: 100%;
15110
15391
  min-height: 80px;
15111
- padding: 8px;
15112
- border: 1px solid #ccc;
15113
- border-radius: 4px;
15114
- resize: vertical; }
15392
+ padding: 12px;
15393
+ border: 1px solid #d1d5db;
15394
+ border-radius: 8px;
15395
+ resize: vertical;
15396
+ font-size: 14px; }
15397
+ .bpa-owner-owner-textarea:focus {
15398
+ outline: none;
15399
+ border-color: #2563eb;
15400
+ -webkit-box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
15401
+ box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1); }
15115
15402
 
15116
15403
  .bpa-owner-checkbox-top {
15117
- padding-top: 10px; }
15404
+ padding-top: 16px; }
15118
15405
 
15119
15406
  .bpa-owner-add-owner-row {
15120
15407
  display: -webkit-box;
15121
15408
  display: -ms-flexbox;
15122
15409
  display: flex;
15123
- padding-bottom: 15px;
15124
- color: #ff8c00; }
15410
+ padding: 16px 0; }
15125
15411
 
15126
15412
  .bpa-owner-add-owner-button {
15127
- padding-top: 10px;
15413
+ padding: 10px 20px;
15128
15414
  background: transparent;
15129
- border: none;
15130
- color: inherit; }
15415
+ border: 2px dashed #2563eb;
15416
+ border-radius: 8px;
15417
+ color: #2563eb;
15418
+ font-weight: 600;
15419
+ font-size: 14px;
15420
+ cursor: pointer;
15421
+ -webkit-transition: all .2s ease;
15422
+ transition: all .2s ease; }
15423
+ .bpa-owner-add-owner-button:hover {
15424
+ background: rgba(37, 99, 235, 0.05);
15425
+ border-style: solid; }
15131
15426
 
15132
15427
  .bpa-owner-submit-back {
15133
- border: 1px solid;
15134
- background: transparent;
15135
- color: #2947a3;
15136
- margin-right: 5px; }
15428
+ margin-right: 12px; }
15137
15429
 
15138
15430
  .bpa-owner-label-field-pair {
15139
15431
  display: -webkit-box;
@@ -15142,18 +15434,19 @@ body {
15142
15434
  -webkit-box-pack: justify;
15143
15435
  -ms-flex-pack: justify;
15144
15436
  justify-content: space-between;
15145
- border-bottom: 1px dashed #e0e0e0;
15146
- padding: .5rem 0;
15147
- color: #333; }
15437
+ border-bottom: 1px dashed #e5e7eb;
15438
+ padding: 12px 0;
15439
+ color: #374151; }
15148
15440
 
15149
15441
  .bpa-owner-bold-label {
15150
- font-weight: 700;
15151
- color: #555; }
15442
+ font-weight: 600;
15443
+ color: #4b5563; }
15152
15444
 
15153
15445
  .bpa-owner-newbuilding-error-message {
15154
- color: red;
15155
- margin-top: 4px;
15156
- font-size: .9rem; }
15446
+ color: #dc2626;
15447
+ margin-top: 6px;
15448
+ font-size: 12px;
15449
+ font-weight: 500; }
15157
15450
 
15158
15451
  .employee-header-bannerHeader {
15159
15452
  width: 100%;
@@ -16275,6 +16568,205 @@ body {
16275
16568
  font-size: 24px;
16276
16569
  margin-top: 30px; }
16277
16570
 
16571
+ .survey-modal-wrapper {
16572
+ padding: 0;
16573
+ background-color: #f9fafb; }
16574
+
16575
+ .survey-modal-loader {
16576
+ display: -webkit-box;
16577
+ display: -ms-flexbox;
16578
+ display: flex;
16579
+ -webkit-box-pack: center;
16580
+ -ms-flex-pack: center;
16581
+ justify-content: center;
16582
+ -webkit-box-align: center;
16583
+ -ms-flex-align: center;
16584
+ align-items: center;
16585
+ min-height: 300px; }
16586
+
16587
+ .survey-cards-container {
16588
+ display: grid;
16589
+ grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
16590
+ grid-gap: 20px;
16591
+ gap: 20px;
16592
+ padding: 24px;
16593
+ background: linear-gradient(135deg, #f9fafb, #f3f4f6); }
16594
+
16595
+ .survey-card {
16596
+ background: #fff;
16597
+ border-radius: 12px;
16598
+ -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
16599
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
16600
+ overflow: hidden;
16601
+ -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
16602
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
16603
+ display: -webkit-box;
16604
+ display: -ms-flexbox;
16605
+ display: flex;
16606
+ -webkit-box-orient: vertical;
16607
+ -webkit-box-direction: normal;
16608
+ -ms-flex-direction: column;
16609
+ flex-direction: column;
16610
+ height: 100%;
16611
+ border: 1px solid #e5e7eb; }
16612
+
16613
+ .survey-card:hover {
16614
+ -webkit-box-shadow: 0 12px 24px rgba(37, 99, 235, 0.15);
16615
+ box-shadow: 0 12px 24px rgba(37, 99, 235, 0.15);
16616
+ -webkit-transform: translateY(-4px);
16617
+ transform: translateY(-4px);
16618
+ border-color: #2563eb; }
16619
+
16620
+ .survey-card-header {
16621
+ background: linear-gradient(135deg, #2563eb, #1d4ed8);
16622
+ padding: 16px 20px;
16623
+ color: #fff;
16624
+ border-bottom: 3px solid #1d4ed8; }
16625
+
16626
+ .survey-card-title {
16627
+ margin: 0;
16628
+ font-size: 16px;
16629
+ font-weight: 600;
16630
+ line-height: 1.4;
16631
+ word-break: break-word; }
16632
+
16633
+ .survey-card-content {
16634
+ -webkit-box-flex: 1;
16635
+ -ms-flex: 1;
16636
+ flex: 1;
16637
+ padding: 20px;
16638
+ -webkit-box-orient: vertical;
16639
+ -webkit-box-direction: normal;
16640
+ -ms-flex-direction: column;
16641
+ flex-direction: column;
16642
+ grid-gap: 16px;
16643
+ gap: 16px; }
16644
+
16645
+ .survey-card-content, .survey-card-item {
16646
+ display: -webkit-box;
16647
+ display: -ms-flexbox;
16648
+ display: flex;
16649
+ -webkit-box-orient: vertical;
16650
+ -webkit-box-direction: normal;
16651
+ -ms-flex-direction: column; }
16652
+
16653
+ .survey-card-item {
16654
+ -webkit-box-orient: vertical;
16655
+ -webkit-box-direction: normal;
16656
+ -ms-flex-direction: column;
16657
+ flex-direction: column;
16658
+ grid-gap: 6px;
16659
+ gap: 6px; }
16660
+
16661
+ .survey-card-label {
16662
+ font-size: 12px;
16663
+ font-weight: 600;
16664
+ color: #6b7280;
16665
+ text-transform: uppercase;
16666
+ letter-spacing: .5px; }
16667
+
16668
+ .survey-card-value {
16669
+ font-size: 14px;
16670
+ color: #1f2937;
16671
+ line-height: 1.5;
16672
+ word-break: break-word; }
16673
+
16674
+ .survey-card-footer {
16675
+ padding: 16px 20px;
16676
+ border-top: 1px solid #e5e7eb;
16677
+ background-color: #f9fafb; }
16678
+
16679
+ .survey-card-footer button {
16680
+ width: 100%; }
16681
+
16682
+ .survey-modal-empty-state {
16683
+ display: -webkit-box;
16684
+ display: -ms-flexbox;
16685
+ display: flex;
16686
+ -webkit-box-orient: vertical;
16687
+ -webkit-box-direction: normal;
16688
+ -ms-flex-direction: column;
16689
+ flex-direction: column;
16690
+ -webkit-box-align: center;
16691
+ -ms-flex-align: center;
16692
+ align-items: center;
16693
+ -webkit-box-pack: center;
16694
+ -ms-flex-pack: center;
16695
+ justify-content: center;
16696
+ min-height: 300px;
16697
+ padding: 40px 20px;
16698
+ background: linear-gradient(135deg, #f9fafb, #f3f4f6); }
16699
+
16700
+ .survey-modal-empty-state-text {
16701
+ margin: 0;
16702
+ text-align: center;
16703
+ color: #6b7280;
16704
+ line-height: 1.6; }
16705
+
16706
+ .survey-modal-empty-state-text:first-child {
16707
+ font-size: 16px;
16708
+ font-weight: 500;
16709
+ color: #374151;
16710
+ margin-bottom: 8px; }
16711
+
16712
+ @media (max-width: 768px) {
16713
+ .survey-cards-container {
16714
+ grid-template-columns: 1fr;
16715
+ grid-gap: 16px;
16716
+ gap: 16px;
16717
+ padding: 16px; }
16718
+ .survey-card {
16719
+ border-radius: 8px; }
16720
+ .survey-card-title {
16721
+ font-size: 15px; }
16722
+ .survey-card-content {
16723
+ padding: 16px;
16724
+ grid-gap: 12px;
16725
+ gap: 12px; }
16726
+ .survey-card-footer {
16727
+ padding: 12px 16px; }
16728
+ .survey-card-label {
16729
+ font-size: 11px; }
16730
+ .survey-card-value {
16731
+ font-size: 13px; } }
16732
+
16733
+ @media (max-width: 480px) {
16734
+ .survey-cards-container {
16735
+ padding: 12px;
16736
+ grid-gap: 12px;
16737
+ gap: 12px; }
16738
+ .survey-card-content, .survey-card-header {
16739
+ padding: 12px 16px; }
16740
+ .survey-card-footer {
16741
+ padding: 10px 16px; } }
16742
+
16743
+ @-webkit-keyframes slideIn {
16744
+ 0% {
16745
+ opacity: 0;
16746
+ -webkit-transform: translateY(8px);
16747
+ transform: translateY(8px); }
16748
+ to {
16749
+ opacity: 1;
16750
+ -webkit-transform: translateY(0);
16751
+ transform: translateY(0); } }
16752
+
16753
+ @keyframes slideIn {
16754
+ 0% {
16755
+ opacity: 0;
16756
+ -webkit-transform: translateY(8px);
16757
+ transform: translateY(8px); }
16758
+ to {
16759
+ opacity: 1;
16760
+ -webkit-transform: translateY(0);
16761
+ transform: translateY(0); } }
16762
+
16763
+ .survey-card {
16764
+ -webkit-animation: slideIn .3s ease-out;
16765
+ animation: slideIn .3s ease-out; }
16766
+
16767
+ .survey-modal-loader {
16768
+ background: linear-gradient(135deg, #f9fafb, #f3f4f6); }
16769
+
16278
16770
  .ads-view-cart {
16279
16771
  margin-left: 12px;
16280
16772
  padding: 8px 16px;
@@ -16858,6 +17350,9 @@ body {
16858
17350
  .w-fullwidth {
16859
17351
  width: 100%; }
16860
17352
 
17353
+ .stepper {
17354
+ padding: 10px; }
17355
+
16861
17356
  .margin-unset {
16862
17357
  margin: unset !important; }
16863
17358
 
@@ -16912,6 +17407,9 @@ body {
16912
17407
  margin-top: 32;
16913
17408
  margin-left: auto; }
16914
17409
 
17410
+ .ws-citizen-wrapper {
17411
+ padding: "15px"; }
17412
+
16915
17413
  .application-details-link-button {
16916
17414
  display: -webkit-box;
16917
17415
  display: -ms-flexbox;
@@ -17179,7 +17677,6 @@ body {
17179
17677
  text-indent: 2px; }
17180
17678
 
17181
17679
  .text-input {
17182
- position: relative;
17183
17680
  width: 100%; }
17184
17681
  .text-input input:hover, .text-input .checkbox-wrap .input-emp:hover, .checkbox-wrap .text-input .input-emp:hover {
17185
17682
  --border-opacity:1;
@@ -17190,7 +17687,8 @@ body {
17190
17687
  max-width: 540px; }
17191
17688
 
17192
17689
  .text-mobile-input-width {
17193
- max-width: 500px; }
17690
+ max-width: 540px;
17691
+ width: 100%; }
17194
17692
 
17195
17693
  .custom-time-picker {
17196
17694
  width: 100%;
@@ -17217,13 +17715,11 @@ body {
17217
17715
  -ms-flex-align: center;
17218
17716
  align-items: center; }
17219
17717
 
17220
- .card-label-smaller {
17221
- width: 33.333333%;
17718
+ .card-label-APK, .card-label-smaller {
17222
17719
  margin-bottom: revert; }
17223
17720
 
17224
17721
  .card-label-APK {
17225
17722
  width: 33.333333%;
17226
- margin-bottom: revert;
17227
17723
  width: 100%; }
17228
17724
 
17229
17725
  .underline {
@@ -17301,6 +17797,10 @@ body {
17301
17797
  color: #fff;
17302
17798
  cursor: pointer; }
17303
17799
 
17800
+ .tl-citizen {
17801
+ width: 100%;
17802
+ padding: 10px; }
17803
+
17304
17804
  .error-boundary details, .error-boundary summary {
17305
17805
  width: 300px;
17306
17806
  background-color: #da6464;
@@ -17348,6 +17848,72 @@ body {
17348
17848
  padding-left: 16px;
17349
17849
  padding-right: 16px; } }
17350
17850
 
17851
+ @media only screen and (max-width: 768px) {
17852
+ .citizen-form-wrapper {
17853
+ width: 100% !important;
17854
+ padding: 0 !important;
17855
+ margin: 0 !important; }
17856
+ .citizen-form-wrapper .AppContainer {
17857
+ width: 100% !important;
17858
+ padding: 12px !important;
17859
+ margin: 0 !important; }
17860
+ .citizen-form-wrapper .card {
17861
+ width: 100% !important;
17862
+ max-width: 100% !important;
17863
+ margin: 0 !important;
17864
+ padding: 16px !important;
17865
+ border-radius: 8px !important;
17866
+ -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
17867
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important; }
17868
+ .citizen-form-wrapper .card-header {
17869
+ font-size: 20px !important;
17870
+ margin-bottom: 8px !important; }
17871
+ .citizen-form-wrapper .card-text {
17872
+ font-size: 14px !important;
17873
+ margin-bottom: 16px !important; }
17874
+ .citizen-form-wrapper .field-container {
17875
+ -webkit-box-orient: horizontal !important;
17876
+ -webkit-box-direction: normal !important;
17877
+ -ms-flex-direction: row !important;
17878
+ flex-direction: row !important;
17879
+ width: 100% !important; }
17880
+ .citizen-form-wrapper .citizen-card-input {
17881
+ width: 100% !important;
17882
+ font-size: 16px !important;
17883
+ padding: 12px !important;
17884
+ height: auto !important;
17885
+ min-height: 44px !important; }
17886
+ .citizen-form-wrapper .citizen-card-input--front {
17887
+ padding: 12px 8px !important;
17888
+ font-size: 16px !important;
17889
+ min-height: 44px !important;
17890
+ display: -webkit-box !important;
17891
+ display: -ms-flexbox !important;
17892
+ display: flex !important;
17893
+ -webkit-box-align: center !important;
17894
+ -ms-flex-align: center !important;
17895
+ align-items: center !important;
17896
+ background-color: #f3f4f6 !important;
17897
+ border: 1px solid #464646 !important;
17898
+ border-right: none !important; }
17899
+ .citizen-form-wrapper .submit-bar {
17900
+ width: 100% !important;
17901
+ margin-top: 16px !important; }
17902
+ .citizen-form-wrapper .submit-bar button {
17903
+ width: 100% !important;
17904
+ padding: 14px !important;
17905
+ font-size: 16px !important;
17906
+ min-height: 48px !important; }
17907
+ .citizen-form-wrapper .back-btn {
17908
+ margin-bottom: 12px !important; }
17909
+ .citizen-form-wrapper .form-field {
17910
+ margin-bottom: 16px !important; }
17911
+ .citizen-form-wrapper .link-btn, .citizen-form-wrapper .link-button {
17912
+ font-size: 14px !important;
17913
+ text-align: center !important;
17914
+ display: block !important;
17915
+ margin-top: 12px !important; } }
17916
+
17351
17917
  @media (min-width: 780px) {
17352
17918
  .citizen-card-container {
17353
17919
  padding-left: 15px;
@@ -17356,7 +17922,7 @@ body {
17356
17922
 
17357
17923
  @media (min-width: 780px) {
17358
17924
  .bill-citizen, .bills-citizen-wrapper, .citizen-all-services-wrapper, .citizen-obps-wrapper, .engagement-citizen-wrapper, .fsm-citizen-wrapper, .mcollect-citizen, .payer-bills-citizen-wrapper, .pgr-citizen-wrapper, .pt-citizen, .selection-card-wrapper, .tl-citizen, .ws-citizen-wrapper {
17359
- width: calc(100% - 219px);
17925
+ width: 90%;
17360
17926
  padding-left: 16px;
17361
17927
  padding-right: 16px;
17362
17928
  margin-top: 3rem; } }
@@ -17550,7 +18116,7 @@ body {
17550
18116
  .stepper {
17551
18117
  display: grid !important; }
17552
18118
  .action-bar-wrap {
17553
- padding: 10px 0;
18119
+ padding: 10px;
17554
18120
  text-align: center; }
17555
18121
  .submit-bar {
17556
18122
  font-size: 11px; } }
@@ -17705,3 +18271,261 @@ body {
17705
18271
  .timeline-subheader {
17706
18272
  font-size: 22px !important;
17707
18273
  font-weight: 500 !important; }
18274
+
18275
+ .user-profile {
18276
+ margin-top: 3rem;
18277
+ width: 70%; }
18278
+
18279
+ .user-profile-section-wrapper {
18280
+ margin: 8px;
18281
+ position: relative; }
18282
+ .user-profile-section-wrapper.employee {
18283
+ margin: 24px; }
18284
+
18285
+ .user-profile-main-container {
18286
+ display: -webkit-box;
18287
+ display: -ms-flexbox;
18288
+ display: flex;
18289
+ -webkit-box-flex: 1;
18290
+ -ms-flex: 1;
18291
+ flex: 1;
18292
+ -webkit-box-orient: vertical;
18293
+ -webkit-box-direction: normal;
18294
+ -ms-flex-direction: column;
18295
+ flex-direction: column;
18296
+ margin: 8px;
18297
+ grid-gap: 0;
18298
+ gap: 0;
18299
+ -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
18300
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
18301
+ background: #fff;
18302
+ border-radius: 12px;
18303
+ max-width: 1200px;
18304
+ overflow: hidden; }
18305
+ @media (min-width: 768px) {
18306
+ .user-profile-main-container {
18307
+ margin-left: 16px;
18308
+ margin-bottom: 16px;
18309
+ margin-right: 16px;
18310
+ margin-top: 16px;
18311
+ grid-gap: 24px;
18312
+ gap: 24px;
18313
+ max-width: none; } }
18314
+
18315
+ .user-profile-image-section {
18316
+ position: relative;
18317
+ display: -webkit-box;
18318
+ display: -ms-flexbox;
18319
+ display: flex;
18320
+ -webkit-box-flex: 1;
18321
+ -ms-flex: 1;
18322
+ flex: 1;
18323
+ -webkit-box-pack: center;
18324
+ -ms-flex-pack: center;
18325
+ justify-content: center;
18326
+ -webkit-box-align: center;
18327
+ -ms-flex-align: center;
18328
+ align-items: center;
18329
+ max-width: 100%;
18330
+ min-height: 280px;
18331
+ border-radius: 12px 12px 0 0;
18332
+ background: linear-gradient(135deg, #4f65d8, #00157a);
18333
+ padding: 32px 16px; }
18334
+ @media (min-width: 768px) {
18335
+ .user-profile-image-section {
18336
+ -webkit-box-flex: 0;
18337
+ -ms-flex: 0;
18338
+ flex: 0;
18339
+ border-radius: 0; } }
18340
+ .user-profile-image-section.employee {
18341
+ border-radius: 0; }
18342
+
18343
+ .user-profile-image-wrapper {
18344
+ height: 160px;
18345
+ width: 160px;
18346
+ display: -webkit-box;
18347
+ display: -ms-flexbox;
18348
+ display: flex;
18349
+ -webkit-box-pack: center;
18350
+ -ms-flex-pack: center;
18351
+ justify-content: center;
18352
+ -webkit-box-align: center;
18353
+ -ms-flex-align: center;
18354
+ align-items: center;
18355
+ -webkit-box-orient: vertical;
18356
+ -webkit-box-direction: normal;
18357
+ -ms-flex-direction: column;
18358
+ flex-direction: column; }
18359
+
18360
+ .user-profile-image {
18361
+ height: 100%;
18362
+ width: 100%;
18363
+ border-radius: 50%;
18364
+ border: 6px solid #fff;
18365
+ -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
18366
+ box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
18367
+ -o-object-fit: cover;
18368
+ object-fit: cover; }
18369
+
18370
+ .user-profile-camera-button {
18371
+ position: absolute;
18372
+ bottom: -20px;
18373
+ background: linear-gradient(135deg, #667eea, #764ba2);
18374
+ border: 4px solid #fff;
18375
+ border-radius: 50%;
18376
+ width: 56px;
18377
+ height: 56px;
18378
+ display: -webkit-box;
18379
+ display: -ms-flexbox;
18380
+ display: flex;
18381
+ -webkit-box-align: center;
18382
+ -ms-flex-align: center;
18383
+ align-items: center;
18384
+ -webkit-box-pack: center;
18385
+ -ms-flex-pack: center;
18386
+ justify-content: center;
18387
+ cursor: pointer;
18388
+ -webkit-box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
18389
+ box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
18390
+ -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
18391
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
18392
+ color: #fff; }
18393
+ .user-profile-camera-button:hover {
18394
+ -webkit-transform: translateY(-2px);
18395
+ transform: translateY(-2px);
18396
+ -webkit-box-shadow: 0 12px 28px rgba(102, 126, 234, 0.5);
18397
+ box-shadow: 0 12px 28px rgba(102, 126, 234, 0.5); }
18398
+ .user-profile-camera-button svg {
18399
+ width: 24px;
18400
+ height: 24px; }
18401
+
18402
+ .user-profile-form-section {
18403
+ display: -webkit-box;
18404
+ display: -ms-flexbox;
18405
+ display: flex;
18406
+ -webkit-box-orient: vertical;
18407
+ -webkit-box-direction: normal;
18408
+ -ms-flex-direction: column;
18409
+ flex-direction: column;
18410
+ -webkit-box-flex: 1;
18411
+ -ms-flex: 1;
18412
+ flex: 1;
18413
+ width: 100%;
18414
+ background: #fafbfc;
18415
+ padding: 32px;
18416
+ grid-gap: 24px;
18417
+ gap: 24px; }
18418
+
18419
+ .user-profile-form-grid {
18420
+ display: grid;
18421
+ grid-template-columns: 1fr;
18422
+ grid-gap: 24px;
18423
+ gap: 24px; }
18424
+ @media (min-width: 768px) {
18425
+ .user-profile-form-grid {
18426
+ grid-template-columns: 1fr 1fr; } }
18427
+
18428
+ .user-profile-field-wrapper {
18429
+ display: -webkit-box;
18430
+ display: -ms-flexbox;
18431
+ display: flex;
18432
+ -webkit-box-orient: vertical;
18433
+ -webkit-box-direction: normal;
18434
+ -ms-flex-direction: column;
18435
+ flex-direction: column;
18436
+ grid-gap: 6px;
18437
+ gap: 6px; }
18438
+
18439
+ .user-profile-label {
18440
+ font-size: 14px;
18441
+ font-weight: 600;
18442
+ color: #1a202c;
18443
+ margin-bottom: 4px; }
18444
+
18445
+ .user-profile-input {
18446
+ width: 100%; }
18447
+
18448
+ .user-profile-error-text {
18449
+ margin: 4px 0 0;
18450
+ padding: 0;
18451
+ color: #d32f2f;
18452
+ font-size: 12px;
18453
+ font-weight: 500; }
18454
+
18455
+ .user-profile-div-margin {
18456
+ margin-top: 12px;
18457
+ padding: 16px;
18458
+ background-color: #e8f1ff;
18459
+ border-radius: 8px;
18460
+ border-left: 4px solid #667eea; }
18461
+
18462
+ .user-profile-change-password-link {
18463
+ color: #667eea;
18464
+ cursor: pointer;
18465
+ position: relative;
18466
+ text-decoration: underline;
18467
+ font-weight: 600;
18468
+ font-size: 14px;
18469
+ -webkit-transition: color .2s ease;
18470
+ transition: color .2s ease; }
18471
+ .user-profile-change-password-link:hover {
18472
+ color: #764ba2; }
18473
+
18474
+ .user-profile-save-section-employee {
18475
+ height: 88px;
18476
+ background-color: #fff;
18477
+ display: -webkit-box;
18478
+ display: -ms-flexbox;
18479
+ display: flex;
18480
+ -webkit-box-pack: end;
18481
+ -ms-flex-pack: end;
18482
+ justify-content: flex-end;
18483
+ margin-top: 0;
18484
+ -webkit-box-align: center;
18485
+ -ms-flex-align: center;
18486
+ align-items: center;
18487
+ -webkit-box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
18488
+ box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
18489
+ padding: 16px 32px;
18490
+ width: 100%; }
18491
+ @media (max-width: 767px) {
18492
+ .user-profile-save-section-employee {
18493
+ -webkit-box-pack: center;
18494
+ -ms-flex-pack: center;
18495
+ justify-content: center; } }
18496
+
18497
+ .user-profile-toast-style {
18498
+ max-width: 670px; }
18499
+
18500
+ .user-profile-button-padding {
18501
+ padding-bottom: 12px;
18502
+ padding-top: 12px; }
18503
+
18504
+ .user-profile-label-field-pair-flex {
18505
+ display: -webkit-box;
18506
+ display: -ms-flexbox;
18507
+ display: flex;
18508
+ -webkit-box-orient: vertical;
18509
+ -webkit-box-direction: normal;
18510
+ -ms-flex-direction: column;
18511
+ flex-direction: column;
18512
+ grid-gap: 12px;
18513
+ gap: 12px; }
18514
+
18515
+ .user-profile-label-style-employee {
18516
+ font-size: 14px;
18517
+ font-weight: 600;
18518
+ color: #1a202c; }
18519
+
18520
+ .user-profile-full-width {
18521
+ width: 100%; }
18522
+
18523
+ @media only screen and (max-width: 768px) {
18524
+ .card-header, .employee-upyog-title, .header-title, .heading, .landing-card-header, .page-header, .section-header, .survey-card-header, h1, h2, h3, header {
18525
+ font-size: 18px !important; }
18526
+ .card-sub-header, .sub-header, h4 {
18527
+ font-size: 16px !important; }
18528
+ .card-section-header, h5, h6 {
18529
+ font-size: 15px !important; }
18530
+ .card-caption, .card-text, p {
18531
+ font-size: 14px !important; } }