@pmidc/upyog-css 1.1.10 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -906,34 +906,57 @@ body {
906
906
  margin-left: 16px; }
907
907
 
908
908
  .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; }
909
+ display: -webkit-inline-box;
910
+ display: -ms-inline-flexbox;
911
+ display: inline-flex;
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 {
@@ -1049,13 +1072,13 @@ body {
1049
1072
  .citizen-and-architect-photo-clickable {
1050
1073
  cursor: pointer; }
1051
1074
 
1052
- .clu-summary-page {
1075
+ .bpa-summary-page {
1053
1076
  padding: 2rem;
1054
1077
  background-color: #f9f9f9;
1055
1078
  font-family: Segoe UI,Tahoma,Geneva,Verdana,sans-serif;
1056
1079
  color: #333; }
1057
1080
 
1058
- .clu-summary-heading {
1081
+ .bpa-summary-heading {
1059
1082
  font-size: 1.5rem;
1060
1083
  border-bottom: 2px solid #ccc;
1061
1084
  padding-bottom: .3rem;
@@ -1063,7 +1086,7 @@ body {
1063
1086
  margin-top: 2rem;
1064
1087
  margin-bottom: 1rem; }
1065
1088
 
1066
- .clu-summary-section {
1089
+ .bpa-summary-section {
1067
1090
  background-color: #fff;
1068
1091
  padding: 1rem 1.5rem;
1069
1092
  border-radius: 8px;
@@ -1071,7 +1094,7 @@ body {
1071
1094
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
1072
1095
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
1073
1096
 
1074
- .clu-summary-label-field-pair {
1097
+ .bpa-summary-label-field-pair {
1075
1098
  display: -webkit-box;
1076
1099
  display: -ms-flexbox;
1077
1100
  display: flex;
@@ -1082,7 +1105,7 @@ body {
1082
1105
  padding: .5rem 0;
1083
1106
  color: #333; }
1084
1107
 
1085
- .clu-summary-bold-label {
1108
+ .bpa-summary-bold-label {
1086
1109
  font-weight: 700;
1087
1110
  color: #555; }
1088
1111
 
@@ -1126,6 +1149,117 @@ body {
1126
1149
  -ms-flex-align: center;
1127
1150
  align-items: center; }
1128
1151
 
1152
+ .bpa-stepper-form-container {
1153
+ padding: 16px;
1154
+ background: #f8fafc;
1155
+ min-height: calc(100vh - 120px); }
1156
+
1157
+ .bpa-stepper-form-section {
1158
+ background: #fff;
1159
+ border-radius: 12px;
1160
+ padding: 20px 24px;
1161
+ margin-bottom: 20px;
1162
+ -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
1163
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
1164
+ border: 1px solid #e5e7eb; }
1165
+
1166
+ .bpa-section-header {
1167
+ font-size: 18px !important;
1168
+ font-weight: 600 !important;
1169
+ margin-bottom: 16px !important;
1170
+ padding-bottom: 12px !important;
1171
+ border-bottom: 2px solid #e5e7eb !important; }
1172
+
1173
+ .bpa-block-section {
1174
+ background: #f8fafc;
1175
+ border-radius: 8px;
1176
+ padding: 16px;
1177
+ margin-top: 16px;
1178
+ border: 1px solid #e5e7eb; }
1179
+
1180
+ .bpa-block-header {
1181
+ font-size: 16px !important;
1182
+ font-weight: 600 !important;
1183
+ color: #374151 !important;
1184
+ margin-bottom: 12px !important; }
1185
+
1186
+ .bpa-table-container {
1187
+ margin-top: 16px;
1188
+ overflow-x: auto;
1189
+ border-radius: 8px;
1190
+ border: 1px solid #e5e7eb; }
1191
+
1192
+ .bpa-stepper-form-section .status-table-container, .bpa-stepper-form-section .status-table-container .status-table {
1193
+ margin: 0; }
1194
+
1195
+ .bpa-stepper-form-section .row {
1196
+ padding: 12px 0;
1197
+ border-bottom: 1px dashed #e5e7eb; }
1198
+
1199
+ .bpa-stepper-form-section .row:last-child {
1200
+ border-bottom: none; }
1201
+
1202
+ .bpa-stepper-form-section .row .key {
1203
+ font-weight: 500;
1204
+ color: #6b7280;
1205
+ font-size: 14px; }
1206
+
1207
+ .bpa-stepper-form-section .row .value {
1208
+ font-weight: 600;
1209
+ color: #1f2937;
1210
+ font-size: 14px; }
1211
+
1212
+ @media screen and (max-width: 768px) {
1213
+ .bpa-stepper-form-container {
1214
+ padding: 12px; }
1215
+ .bpa-stepper-form-section {
1216
+ padding: 16px;
1217
+ margin-bottom: 16px;
1218
+ border-radius: 10px; }
1219
+ .bpa-section-header {
1220
+ font-size: 16px !important;
1221
+ margin-bottom: 12px !important;
1222
+ padding-bottom: 10px !important; }
1223
+ .bpa-block-section {
1224
+ padding: 12px;
1225
+ margin-top: 12px; }
1226
+ .bpa-block-header {
1227
+ font-size: 14px !important;
1228
+ margin-bottom: 10px !important; }
1229
+ .bpa-stepper-form-section .row {
1230
+ padding: 10px 0; }
1231
+ .bpa-stepper-form-section .row .key, .bpa-stepper-form-section .row .value {
1232
+ font-size: 13px; } }
1233
+
1234
+ @media screen and (max-width: 480px) {
1235
+ .bpa-stepper-form-container {
1236
+ padding: 8px; }
1237
+ .bpa-stepper-form-section {
1238
+ padding: 12px;
1239
+ margin-bottom: 12px;
1240
+ border-radius: 8px; }
1241
+ .bpa-section-header {
1242
+ font-size: 15px !important;
1243
+ margin-bottom: 10px !important;
1244
+ padding-bottom: 8px !important; }
1245
+ .bpa-block-section {
1246
+ padding: 10px;
1247
+ margin-top: 10px; }
1248
+ .bpa-block-header {
1249
+ font-size: 13px !important; }
1250
+ .bpa-stepper-form-section .row {
1251
+ padding: 8px 0;
1252
+ -webkit-box-orient: vertical;
1253
+ -webkit-box-direction: normal;
1254
+ -ms-flex-direction: column;
1255
+ flex-direction: column;
1256
+ grid-gap: 4px;
1257
+ gap: 4px; }
1258
+ .bpa-stepper-form-section .row .key, .bpa-stepper-form-section .row .value {
1259
+ font-size: 12px; }
1260
+ .bpa-table-container {
1261
+ margin-top: 12px; } }
1262
+
1129
1263
  .navbar {
1130
1264
  --bg-opacity:1;
1131
1265
  background-color: #22394d;
@@ -1487,19 +1621,17 @@ body {
1487
1621
  width: 100%; }
1488
1622
 
1489
1623
  .card {
1490
- background: linear-gradient(135deg, #fff, #f8fafb);
1491
- margin: 8px;
1492
1624
  padding: 20px 24px 28px;
1493
1625
  max-width: 95vw;
1494
1626
  width: 100%;
1495
1627
  border-radius: 14px;
1496
- border: 1px solid #e1e8f0;
1497
1628
  -webkit-box-shadow: 0 12px 32px rgba(30, 58, 138, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
1498
1629
  box-shadow: 0 12px 32px rgba(30, 58, 138, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
1499
1630
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1500
1631
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1501
1632
  position: relative;
1502
- overflow: visible; }
1633
+ overflow: visible;
1634
+ margin-bottom: 15px; }
1503
1635
  .card .card-header {
1504
1636
  font-size: 20px;
1505
1637
  font-weight: 800;
@@ -1522,6 +1654,7 @@ body {
1522
1654
  color: #1e293b;
1523
1655
  text-align: left;
1524
1656
  margin-bottom: 8px;
1657
+ margin-top: 20px;
1525
1658
  text-transform: uppercase;
1526
1659
  letter-spacing: .4px; }
1527
1660
  .card .card-caption {
@@ -1545,12 +1678,13 @@ body {
1545
1678
  font-size: 13px;
1546
1679
  font-weight: 700; }
1547
1680
  .card .card-label {
1548
- font-size: 12px;
1681
+ font-size: 16px;
1549
1682
  color: #0f172a;
1550
1683
  margin-bottom: 8px;
1551
1684
  font-weight: 700;
1552
1685
  text-transform: uppercase;
1553
- letter-spacing: .5px; }
1686
+ letter-spacing: .5px;
1687
+ width: 100%; }
1554
1688
  .card .card-label-error {
1555
1689
  display: block;
1556
1690
  font-size: 12px;
@@ -1558,29 +1692,12 @@ body {
1558
1692
  margin-bottom: 16px;
1559
1693
  font-weight: 600; }
1560
1694
  .card .card-label-desc {
1695
+ font-weight: 700;
1561
1696
  color: #475569;
1697
+ font-size: 13px;
1562
1698
  margin-bottom: 16px;
1563
1699
  text-transform: uppercase;
1564
1700
  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); }
1584
1701
 
1585
1702
  .validation-error {
1586
1703
  display: block;
@@ -1655,7 +1772,7 @@ body {
1655
1772
  font-size: 13px;
1656
1773
  font-weight: 700; }
1657
1774
  .employeeCard .card-label {
1658
- font-size: 12px;
1775
+ font-size: 16px;
1659
1776
  color: #0f172a;
1660
1777
  margin-bottom: 8px;
1661
1778
  font-weight: 700;
@@ -1668,29 +1785,12 @@ body {
1668
1785
  margin-bottom: 16px;
1669
1786
  font-weight: 600; }
1670
1787
  .employeeCard .card-label-desc {
1788
+ font-weight: 700;
1671
1789
  color: #475569;
1790
+ font-size: 13px;
1672
1791
  margin-bottom: 16px;
1673
1792
  text-transform: uppercase;
1674
1793
  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
1794
  .employeeCard .card-search-heading {
1695
1795
  margin-right: 0 !important;
1696
1796
  margin-left: 0 !important;
@@ -1720,7 +1820,36 @@ body {
1720
1820
  border-radius: 14px;
1721
1821
  border: 1px solid #e1e8f0; }
1722
1822
 
1723
- .submit-bar {
1823
+ .card-link {
1824
+ height: 40px;
1825
+ background: linear-gradient(135deg, #2563eb, #1e40af);
1826
+ color: #fff;
1827
+ text-align: center;
1828
+ outline: none;
1829
+ width: 175px;
1830
+ border-radius: 8px;
1831
+ border: none;
1832
+ font-weight: 700;
1833
+ font-size: 13px;
1834
+ cursor: pointer;
1835
+ -webkit-transition: all .2s ease;
1836
+ transition: all .2s ease;
1837
+ -webkit-box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
1838
+ box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24); }
1839
+ .card-link:hover {
1840
+ -webkit-transform: translateY(-2px);
1841
+ transform: translateY(-2px);
1842
+ -webkit-box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
1843
+ box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32); }
1844
+ .card-link:focus {
1845
+ outline: none; }
1846
+ .card-link header {
1847
+ font-weight: 600;
1848
+ font-size: 12px;
1849
+ color: #fff;
1850
+ line-height: 40px; }
1851
+
1852
+ .bpa-owner-submit-back, .submit-bar {
1724
1853
  height: 40px;
1725
1854
  background: linear-gradient(135deg, #2563eb, #1e40af);
1726
1855
  color: #fff;
@@ -1736,14 +1865,14 @@ body {
1736
1865
  transition: all .2s ease;
1737
1866
  -webkit-box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
1738
1867
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24); }
1739
- .submit-bar:hover {
1868
+ .bpa-owner-submit-back:hover, .submit-bar:hover {
1740
1869
  -webkit-transform: translateY(-2px);
1741
1870
  transform: translateY(-2px);
1742
1871
  -webkit-box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
1743
1872
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32); }
1744
- .submit-bar:focus {
1873
+ .bpa-owner-submit-back:focus, .submit-bar:focus {
1745
1874
  outline: none; }
1746
- .submit-bar header {
1875
+ .bpa-owner-submit-back header, .submit-bar header {
1747
1876
  font-weight: 600;
1748
1877
  font-size: 12px;
1749
1878
  color: #fff;
@@ -1782,6 +1911,44 @@ body {
1782
1911
  -webkit-box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15) !important;
1783
1912
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15) !important; }
1784
1913
 
1914
+ .card-link.submit-bar, button.card-link.submit-bar {
1915
+ height: 40px !important;
1916
+ background: linear-gradient(135deg, #2563eb, #1e40af) !important;
1917
+ color: #fff !important;
1918
+ text-align: center !important;
1919
+ outline: none !important;
1920
+ width: 175px !important;
1921
+ border-radius: 8px !important;
1922
+ border: none !important;
1923
+ font-weight: 700 !important;
1924
+ font-size: 13px !important;
1925
+ cursor: pointer !important;
1926
+ -webkit-transition: all 0.2s ease !important;
1927
+ transition: all 0.2s ease !important;
1928
+ -webkit-box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24) !important;
1929
+ box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24) !important;
1930
+ display: -webkit-inline-box !important;
1931
+ display: -ms-inline-flexbox !important;
1932
+ display: inline-flex !important;
1933
+ -webkit-box-align: center !important;
1934
+ -ms-flex-align: center !important;
1935
+ align-items: center !important;
1936
+ -webkit-box-pack: center !important;
1937
+ -ms-flex-pack: center !important;
1938
+ justify-content: center !important;
1939
+ padding: 0 16px !important;
1940
+ margin: 0 !important;
1941
+ text-decoration: none !important; }
1942
+ .card-link.submit-bar:hover, button.card-link.submit-bar:hover {
1943
+ -webkit-transform: translateY(-2px) !important;
1944
+ transform: translateY(-2px) !important;
1945
+ -webkit-box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32) !important;
1946
+ box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32) !important;
1947
+ background: linear-gradient(135deg, #2563eb, #1e40af) !important;
1948
+ color: #fff !important; }
1949
+ .card-link.submit-bar:focus, button.card-link.submit-bar:focus {
1950
+ outline: none !important; }
1951
+
1785
1952
  @media (min-width: 1024px) {
1786
1953
  .submit-bar, .submit-bar-disabled {
1787
1954
  width: 175px;
@@ -1803,8 +1970,6 @@ body {
1803
1970
  font-size: 14px; }
1804
1971
  .card .card-text, .card .card-text-primary {
1805
1972
  font-size: 16px; }
1806
- .card .card-link {
1807
- text-align: left; }
1808
1973
  .employeeCard {
1809
1974
  margin-bottom: 16px !important;
1810
1975
  margin-left: 16px !important;
@@ -1836,8 +2001,6 @@ body {
1836
2001
  font-size: 14px; }
1837
2002
  .employeeCard .card-text, .employeeCard .card-text-primary {
1838
2003
  font-size: 16px; }
1839
- .employeeCard .card-link {
1840
- text-align: left; }
1841
2004
  .employeeCard .label-field-pair {
1842
2005
  display: -webkit-box;
1843
2006
  display: -ms-flexbox;
@@ -2551,7 +2714,9 @@ body {
2551
2714
  align-items: center;
2552
2715
  background: #eee;
2553
2716
  border-right: 0;
2554
- padding-right: 5px; }
2717
+ padding-right: 5px;
2718
+ position: relative;
2719
+ z-index: 0 !important; }
2555
2720
 
2556
2721
  .employee-card-input-error {
2557
2722
  padding-left: 8px;
@@ -5002,10 +5167,7 @@ video::-webkit-media-controls-panel {
5002
5167
  .multilink-link-button {
5003
5168
  margin: 0;
5004
5169
  font-size: 16px;
5005
- line-height: 24px;
5006
- --text-opacity:1;
5007
- color: #f18f5e;
5008
- color: rgba(241, 143, 94, var(--text-opacity)); }
5170
+ line-height: 24px; }
5009
5171
 
5010
5172
  .multilink-optionWrap {
5011
5173
  right: 0;
@@ -5860,6 +6022,7 @@ video::-webkit-media-controls-panel {
5860
6022
  font-weight: 500;
5861
6023
  cursor: pointer; }
5862
6024
  .CardBasedOptions .mainContent {
6025
+ margin: 15px;
5863
6026
  display: -webkit-box;
5864
6027
  display: -ms-flexbox;
5865
6028
  display: flex;
@@ -5999,7 +6162,7 @@ video::-webkit-media-controls-panel {
5999
6162
  border-radius: 12px;
6000
6163
  padding: 24px;
6001
6164
  margin: 8px;
6002
- min-width: 200px;
6165
+ min-width: 220px;
6003
6166
  -webkit-box-flex: 1;
6004
6167
  -ms-flex: 1 1 calc(25% - 16px);
6005
6168
  flex: 1 1 calc(25% - 16px);
@@ -7217,7 +7380,8 @@ video::-webkit-media-controls-panel {
7217
7380
 
7218
7381
  .employee-login-card {
7219
7382
  padding: 20px;
7220
- width: 650px;
7383
+ width: 100%;
7384
+ max-width: 650px;
7221
7385
  overflow: visible;
7222
7386
  position: relative;
7223
7387
  z-index: 1; }
@@ -7523,7 +7687,10 @@ video::-webkit-media-controls-panel {
7523
7687
  min-height: calc(100vh - 48px);
7524
7688
  display: -webkit-box !important;
7525
7689
  display: -ms-flexbox !important;
7526
- display: flex !important; }
7690
+ display: flex !important;
7691
+ -webkit-box-pack: center;
7692
+ -ms-flex-pack: center;
7693
+ justify-content: center; }
7527
7694
 
7528
7695
  .citizen .sidebar, .employee .sidebar {
7529
7696
  position: fixed;
@@ -13473,7 +13640,9 @@ body {
13473
13640
  .swach {
13474
13641
  width: 60vw !important; }
13475
13642
  .swach .card .employee-card-input--front {
13476
- background-color: #fff; }
13643
+ background-color: #fff;
13644
+ position: relative;
13645
+ z-index: 0 !important; }
13477
13646
  .swach .card input[name=mobileNumber], .swach .card .checkbox-wrap .input-emp[name=mobileNumber], .checkbox-wrap .swach .card .input-emp[name=mobileNumber] {
13478
13647
  max-width: 490px; }
13479
13648
  .swach .mandatory-asterisk {
@@ -13653,23 +13822,23 @@ body {
13653
13822
  color: red !important; }
13654
13823
 
13655
13824
  .login-page-cover {
13656
- height: 90vh;
13657
- background: linear-gradient(135deg, #667eea, #764ba2);
13658
13825
  -webkit-box-align: center;
13659
13826
  -ms-flex-align: center;
13660
13827
  align-items: center;
13661
13828
  -webkit-box-pack: center;
13662
13829
  -ms-flex-pack: center;
13663
- justify-content: center; }
13830
+ justify-content: center;
13831
+ -webkit-box-sizing: border-box;
13832
+ box-sizing: border-box; }
13664
13833
 
13665
13834
  .login-container, .login-page-cover {
13666
13835
  width: 100%;
13836
+ min-height: calc(100vh - 56px);
13667
13837
  display: -webkit-box;
13668
13838
  display: -ms-flexbox;
13669
13839
  display: flex; }
13670
13840
 
13671
13841
  .login-container {
13672
- height: 100vh;
13673
13842
  max-width: 100%;
13674
13843
  background-color: #fff;
13675
13844
  overflow: hidden; }
@@ -13786,23 +13955,6 @@ body {
13786
13955
  font-weight: 500;
13787
13956
  text-align: center; }
13788
13957
 
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
13958
  .login-wrapper {
13807
13959
  width: 100%;
13808
13960
  max-width: 480px;
@@ -13813,9 +13965,7 @@ body {
13813
13965
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08); }
13814
13966
 
13815
13967
  .login-form-header {
13816
- margin-bottom: 30px; }
13817
-
13818
- .login-form-header, .register-login-wrapper {
13968
+ margin-bottom: 30px;
13819
13969
  display: -webkit-box;
13820
13970
  display: -ms-flexbox;
13821
13971
  display: flex;
@@ -13832,15 +13982,6 @@ body {
13832
13982
  border-radius: 4px;
13833
13983
  position: relative; }
13834
13984
 
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
13985
  .login-title {
13845
13986
  font-size: 2rem;
13846
13987
  font-weight: 700;
@@ -13864,7 +14005,6 @@ body {
13864
14005
  color: #ff1515; }
13865
14006
 
13866
14007
  .input-wrapper, .language-wrapper, .location-wrapper {
13867
- margin-bottom: 24px;
13868
14008
  width: 100%; }
13869
14009
 
13870
14010
  .location-wrapper .select {
@@ -13934,7 +14074,27 @@ body {
13934
14074
  padding: 40px;
13935
14075
  border-radius: 12px;
13936
14076
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
13937
- box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08); }
14077
+ box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
14078
+ max-height: calc(100vh - 100px);
14079
+ overflow-y: auto; }
14080
+
14081
+ .login-form-panel {
14082
+ -webkit-box-flex: 1;
14083
+ -ms-flex: 1;
14084
+ flex: 1;
14085
+ display: -webkit-box;
14086
+ display: -ms-flexbox;
14087
+ display: flex;
14088
+ -webkit-box-align: center;
14089
+ -ms-flex-align: center;
14090
+ align-items: center;
14091
+ -webkit-box-pack: center;
14092
+ -ms-flex-pack: center;
14093
+ justify-content: center;
14094
+ background-color: #f5f5f5;
14095
+ overflow-y: auto;
14096
+ padding: 20px;
14097
+ min-height: calc(100vh - 56px); }
13938
14098
 
13939
14099
  @media (max-width: 1024px) {
13940
14100
  .login-hero-panel {
@@ -13963,8 +14123,6 @@ body {
13963
14123
  font-size: 1.5rem; }
13964
14124
  .login-form-header {
13965
14125
  margin-bottom: 24px; }
13966
- .input-wrapper, .language-wrapper, .location-wrapper {
13967
- margin-bottom: 20px; }
13968
14126
  .account-link, .label {
13969
14127
  font-size: 14px; }
13970
14128
  .lag-loc-wrapper {
@@ -14075,7 +14233,9 @@ body {
14075
14233
 
14076
14234
  .loader-message {
14077
14235
  overflow: hidden;
14078
- position: relative;
14236
+ position: fixed;
14237
+ top: 0;
14238
+ left: 0;
14079
14239
  height: 100vh;
14080
14240
  width: 100vw;
14081
14241
  display: -webkit-box;
@@ -14093,12 +14253,12 @@ body {
14093
14253
  flex-direction: column;
14094
14254
  font-weight: 600;
14095
14255
  font-size: 14px;
14096
- color: #000; }
14256
+ color: #000;
14257
+ background: linear-gradient(135deg, #f0f4ff, #e0e7ff 50%, #dbeafe);
14258
+ z-index: 9999; }
14097
14259
 
14098
14260
  .loader-message .body {
14099
- position: absolute;
14100
- left: 44%;
14101
- top: 50%;
14261
+ position: relative;
14102
14262
  -webkit-animation: speeder .4s linear infinite;
14103
14263
  animation: speeder .4s linear infinite; }
14104
14264
 
@@ -14116,7 +14276,7 @@ body {
14116
14276
  width: 0;
14117
14277
  height: 0;
14118
14278
  border-top: 6px solid transparent;
14119
- border-right: 100px solid #000;
14279
+ border-right: 100px solid #1e3a5f;
14120
14280
  border-bottom: 6px solid transparent; }
14121
14281
 
14122
14282
  .loader-message .base span:before {
@@ -14135,7 +14295,7 @@ body {
14135
14295
  width: 0;
14136
14296
  height: 0;
14137
14297
  border-top: 0 solid transparent;
14138
- border-right: 55px solid #000;
14298
+ border-right: 55px solid #1e3a5f;
14139
14299
  border-bottom: 16px solid transparent;
14140
14300
  top: -16px;
14141
14301
  right: -98px; }
@@ -14324,13 +14484,17 @@ body {
14324
14484
  .loader-message .longfazers {
14325
14485
  position: absolute;
14326
14486
  width: 100%;
14327
- height: 100%; }
14328
-
14329
- .loader-message .longfazers span {
14487
+ height: 100%;
14488
+ top: 0;
14489
+ left: 0;
14490
+ pointer-events: none; }
14491
+
14492
+ .loader-message .longfazers span {
14330
14493
  position: absolute;
14331
14494
  height: 2px;
14332
14495
  width: 20%;
14333
- background: #0d43a7; }
14496
+ background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#0d43a7), to(transparent));
14497
+ background: linear-gradient(90deg, transparent, #0d43a7, transparent); }
14334
14498
 
14335
14499
  .loader-message .longfazers span:first-child {
14336
14500
  top: 20%;
@@ -14360,13 +14524,18 @@ body {
14360
14524
 
14361
14525
  .loader-message .message {
14362
14526
  position: absolute;
14363
- font-family: Open Sans,sans-serif;
14527
+ font-family: Roboto,Open Sans,sans-serif;
14364
14528
  font-weight: 600;
14365
- font-size: 12px;
14529
+ font-size: 16px;
14366
14530
  text-transform: uppercase;
14367
- left: 44%;
14368
- top: 58%;
14369
- margin-left: -20px; }
14531
+ letter-spacing: 2px;
14532
+ bottom: 35%;
14533
+ left: 50%;
14534
+ -webkit-transform: translateX(-50%);
14535
+ transform: translateX(-50%);
14536
+ color: #0d43a7;
14537
+ text-align: center;
14538
+ white-space: nowrap; }
14370
14539
 
14371
14540
  @-webkit-keyframes lf {
14372
14541
  0% {
@@ -14424,6 +14593,37 @@ body {
14424
14593
  left: -100%;
14425
14594
  opacity: 0; } }
14426
14595
 
14596
+ @media screen and (max-width: 768px) {
14597
+ .loader-message .body {
14598
+ -webkit-transform: scale(0.85);
14599
+ transform: scale(0.85); }
14600
+ .loader-message .message {
14601
+ font-size: 14px;
14602
+ letter-spacing: 1.5px; }
14603
+ .loader-message .longfazers span {
14604
+ height: 1.5px; } }
14605
+
14606
+ @media screen and (max-width: 480px) {
14607
+ .loader-message .body {
14608
+ -webkit-transform: scale(0.7);
14609
+ transform: scale(0.7); }
14610
+ .loader-message .message {
14611
+ font-size: 12px;
14612
+ letter-spacing: 1px;
14613
+ bottom: 38%; }
14614
+ .loader-message .longfazers span {
14615
+ height: 1px;
14616
+ width: 25%; } }
14617
+
14618
+ @media screen and (max-width: 320px) {
14619
+ .loader-message .body {
14620
+ -webkit-transform: scale(0.6);
14621
+ transform: scale(0.6); }
14622
+ .loader-message .message {
14623
+ font-size: 10px;
14624
+ letter-spacing: .5px;
14625
+ bottom: 40%; } }
14626
+
14427
14627
  .DS-citizen-form-container {
14428
14628
  padding: 0 10px 10px; }
14429
14629
  .DS-citizen-form-container .card-label-smaller {
@@ -14966,13 +15166,6 @@ body {
14966
15166
  .summary-page-scroll {
14967
15167
  overflow: scroll; }
14968
15168
 
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
15169
  .bpa-newbuilding-label-field-pair {
14977
15170
  display: -webkit-box;
14978
15171
  display: -ms-flexbox;
@@ -15024,16 +15217,18 @@ body {
15024
15217
  margin-top: "4px"; }
15025
15218
 
15026
15219
  .bpa-owner-error-message {
15027
- color: red;
15220
+ color: #dc2626;
15028
15221
  font-size: 12px;
15029
- margin-top: 4px; }
15222
+ margin-top: 6px;
15223
+ font-weight: 500; }
15030
15224
 
15031
15225
  .bpa-owner-delete-icon {
15032
15226
  position: relative;
15033
- bottom: 5px; }
15227
+ bottom: 0; }
15034
15228
 
15035
15229
  .bpa-owner-link-delete-button {
15036
- width: 50px;
15230
+ width: 40px;
15231
+ height: 40px;
15037
15232
  display: -webkit-inline-box;
15038
15233
  display: -ms-inline-flexbox;
15039
15234
  display: inline-flex;
@@ -15043,97 +15238,126 @@ body {
15043
15238
  -webkit-box-align: center;
15044
15239
  -ms-flex-align: center;
15045
15240
  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; }
15241
+ background: #fee2e2;
15242
+ border-radius: 8px;
15243
+ float: right;
15244
+ margin-top: -10px;
15245
+ -webkit-transition: all .2s ease;
15246
+ transition: all .2s ease; }
15247
+ .bpa-owner-link-delete-button:hover {
15248
+ background: #fecaca; }
15055
15249
 
15056
15250
  .bpa-owner-cardlabel-negative-margin {
15057
- margin-bottom: -15px; }
15251
+ margin-bottom: 8px; }
15058
15252
 
15059
15253
  .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; }
15254
+ margin-top: 8px;
15255
+ margin-bottom: 16px; }
15068
15256
 
15069
- .bpa-owner-phone-input {
15070
- background: #fafafa;
15071
- padding: 0 4px;
15072
- border-radius: 0 8px 8px 0;
15073
- width: 96%; }
15257
+ .bpa-owner-field-container {
15258
+ position: relative;
15259
+ width: 100%;
15260
+ max-width: 400px; }
15261
+ .bpa-owner-field-container .field-container {
15262
+ margin-bottom: 0; }
15263
+ .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 {
15264
+ padding-right: 44px !important; }
15074
15265
 
15075
15266
  .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; }
15267
+ position: absolute;
15268
+ right: 12px;
15269
+ top: 36%;
15270
+ -webkit-transform: translateY(-50%);
15271
+ transform: translateY(-50%);
15272
+ display: -webkit-box;
15273
+ display: -ms-flexbox;
15274
+ display: flex;
15275
+ -webkit-box-align: center;
15276
+ -ms-flex-align: center;
15277
+ align-items: center;
15278
+ -webkit-box-pack: center;
15279
+ -ms-flex-pack: center;
15280
+ justify-content: center;
15281
+ cursor: pointer;
15282
+ z-index: 2; }
15283
+ .bpa-owner-search-icon-container svg {
15284
+ width: 20px;
15285
+ height: 20px;
15286
+ fill: #2563eb; }
15287
+ .bpa-owner-search-icon-container:hover svg {
15288
+ fill: #1e40af; }
15082
15289
 
15083
15290
  .bpa-owner-cardlabel-margin-top {
15084
- margin-top: 30px; }
15291
+ margin-top: 20px; }
15085
15292
 
15086
15293
  .bpa-owner-upload-row {
15087
15294
  display: -webkit-box;
15088
15295
  display: -ms-flexbox;
15089
15296
  display: flex;
15090
- grid-gap: 15px;
15091
- gap: 15px;
15297
+ grid-gap: 16px;
15298
+ gap: 16px;
15092
15299
  -webkit-box-orient: horizontal;
15093
15300
  -webkit-box-direction: normal;
15094
15301
  -ms-flex-direction: row;
15095
- flex-direction: row; }
15302
+ flex-direction: row;
15303
+ -webkit-box-align: start;
15304
+ -ms-flex-align: start;
15305
+ align-items: flex-start; }
15096
15306
 
15097
15307
  @media (max-width: 768px) {
15098
- .upload-row {
15308
+ .bpa-owner-upload-row {
15099
15309
  -webkit-box-orient: vertical;
15100
15310
  -webkit-box-direction: normal;
15101
15311
  -ms-flex-direction: column;
15102
- flex-direction: column; } }
15312
+ flex-direction: column; }
15313
+ .bpa-owner-field-container {
15314
+ max-width: 100%; } }
15103
15315
 
15104
15316
  .bpa-owner-input-bg-fa {
15105
- background: #fafafa; }
15317
+ background: #fafafa;
15318
+ border-radius: 8px; }
15106
15319
 
15107
15320
  .bpa-owner-owner-textarea {
15108
15321
  background: #fafafa;
15109
15322
  width: 100%;
15110
15323
  min-height: 80px;
15111
- padding: 8px;
15112
- border: 1px solid #ccc;
15113
- border-radius: 4px;
15114
- resize: vertical; }
15324
+ padding: 12px;
15325
+ border: 1px solid #d1d5db;
15326
+ border-radius: 8px;
15327
+ resize: vertical;
15328
+ font-size: 14px; }
15329
+ .bpa-owner-owner-textarea:focus {
15330
+ outline: none;
15331
+ border-color: #2563eb;
15332
+ -webkit-box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
15333
+ box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1); }
15115
15334
 
15116
15335
  .bpa-owner-checkbox-top {
15117
- padding-top: 10px; }
15336
+ padding-top: 16px; }
15118
15337
 
15119
15338
  .bpa-owner-add-owner-row {
15120
15339
  display: -webkit-box;
15121
15340
  display: -ms-flexbox;
15122
15341
  display: flex;
15123
- padding-bottom: 15px;
15124
- color: #ff8c00; }
15342
+ padding: 16px 0; }
15125
15343
 
15126
15344
  .bpa-owner-add-owner-button {
15127
- padding-top: 10px;
15345
+ padding: 10px 20px;
15128
15346
  background: transparent;
15129
- border: none;
15130
- color: inherit; }
15347
+ border: 2px dashed #2563eb;
15348
+ border-radius: 8px;
15349
+ color: #2563eb;
15350
+ font-weight: 600;
15351
+ font-size: 14px;
15352
+ cursor: pointer;
15353
+ -webkit-transition: all .2s ease;
15354
+ transition: all .2s ease; }
15355
+ .bpa-owner-add-owner-button:hover {
15356
+ background: rgba(37, 99, 235, 0.05);
15357
+ border-style: solid; }
15131
15358
 
15132
15359
  .bpa-owner-submit-back {
15133
- border: 1px solid;
15134
- background: transparent;
15135
- color: #2947a3;
15136
- margin-right: 5px; }
15360
+ margin-right: 12px; }
15137
15361
 
15138
15362
  .bpa-owner-label-field-pair {
15139
15363
  display: -webkit-box;
@@ -15142,18 +15366,19 @@ body {
15142
15366
  -webkit-box-pack: justify;
15143
15367
  -ms-flex-pack: justify;
15144
15368
  justify-content: space-between;
15145
- border-bottom: 1px dashed #e0e0e0;
15146
- padding: .5rem 0;
15147
- color: #333; }
15369
+ border-bottom: 1px dashed #e5e7eb;
15370
+ padding: 12px 0;
15371
+ color: #374151; }
15148
15372
 
15149
15373
  .bpa-owner-bold-label {
15150
- font-weight: 700;
15151
- color: #555; }
15374
+ font-weight: 600;
15375
+ color: #4b5563; }
15152
15376
 
15153
15377
  .bpa-owner-newbuilding-error-message {
15154
- color: red;
15155
- margin-top: 4px;
15156
- font-size: .9rem; }
15378
+ color: #dc2626;
15379
+ margin-top: 6px;
15380
+ font-size: 12px;
15381
+ font-weight: 500; }
15157
15382
 
15158
15383
  .employee-header-bannerHeader {
15159
15384
  width: 100%;
@@ -16275,6 +16500,206 @@ body {
16275
16500
  font-size: 24px;
16276
16501
  margin-top: 30px; }
16277
16502
 
16503
+ .survey-modal-wrapper {
16504
+ padding: 0;
16505
+ background-color: #f9fafb; }
16506
+
16507
+ .survey-modal-loader {
16508
+ display: -webkit-box;
16509
+ display: -ms-flexbox;
16510
+ display: flex;
16511
+ -webkit-box-pack: center;
16512
+ -ms-flex-pack: center;
16513
+ justify-content: center;
16514
+ -webkit-box-align: center;
16515
+ -ms-flex-align: center;
16516
+ align-items: center;
16517
+ min-height: 300px; }
16518
+
16519
+ .survey-cards-container {
16520
+ display: grid;
16521
+ grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
16522
+ grid-gap: 20px;
16523
+ gap: 20px;
16524
+ padding: 24px;
16525
+ background: linear-gradient(135deg, #f9fafb, #f3f4f6); }
16526
+
16527
+ .survey-card {
16528
+ background: #fff;
16529
+ border-radius: 12px;
16530
+ -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
16531
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
16532
+ overflow: hidden;
16533
+ -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
16534
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
16535
+ display: -webkit-box;
16536
+ display: -ms-flexbox;
16537
+ display: flex;
16538
+ -webkit-box-orient: vertical;
16539
+ -webkit-box-direction: normal;
16540
+ -ms-flex-direction: column;
16541
+ flex-direction: column;
16542
+ height: 100%;
16543
+ border: 1px solid #e5e7eb; }
16544
+
16545
+ .survey-card:hover {
16546
+ -webkit-box-shadow: 0 12px 24px rgba(37, 99, 235, 0.15);
16547
+ box-shadow: 0 12px 24px rgba(37, 99, 235, 0.15);
16548
+ -webkit-transform: translateY(-4px);
16549
+ transform: translateY(-4px);
16550
+ border-color: #2563eb; }
16551
+
16552
+ .survey-card-header {
16553
+ background: linear-gradient(135deg, #2563eb, #1d4ed8);
16554
+ padding: 16px 20px;
16555
+ color: #fff;
16556
+ border-bottom: 3px solid #1d4ed8; }
16557
+
16558
+ .survey-card-title {
16559
+ margin: 0;
16560
+ font-size: 16px;
16561
+ font-weight: 600;
16562
+ line-height: 1.4;
16563
+ color: #fff;
16564
+ word-break: break-word; }
16565
+
16566
+ .survey-card-content {
16567
+ -webkit-box-flex: 1;
16568
+ -ms-flex: 1;
16569
+ flex: 1;
16570
+ padding: 20px;
16571
+ -webkit-box-orient: vertical;
16572
+ -webkit-box-direction: normal;
16573
+ -ms-flex-direction: column;
16574
+ flex-direction: column;
16575
+ grid-gap: 16px;
16576
+ gap: 16px; }
16577
+
16578
+ .survey-card-content, .survey-card-item {
16579
+ display: -webkit-box;
16580
+ display: -ms-flexbox;
16581
+ display: flex;
16582
+ -webkit-box-orient: vertical;
16583
+ -webkit-box-direction: normal;
16584
+ -ms-flex-direction: column; }
16585
+
16586
+ .survey-card-item {
16587
+ -webkit-box-orient: vertical;
16588
+ -webkit-box-direction: normal;
16589
+ -ms-flex-direction: column;
16590
+ flex-direction: column;
16591
+ grid-gap: 6px;
16592
+ gap: 6px; }
16593
+
16594
+ .survey-card-label {
16595
+ font-size: 12px;
16596
+ font-weight: 600;
16597
+ color: #6b7280;
16598
+ text-transform: uppercase;
16599
+ letter-spacing: .5px; }
16600
+
16601
+ .survey-card-value {
16602
+ font-size: 14px;
16603
+ color: #1f2937;
16604
+ line-height: 1.5;
16605
+ word-break: break-word; }
16606
+
16607
+ .survey-card-footer {
16608
+ padding: 16px 20px;
16609
+ border-top: 1px solid #e5e7eb;
16610
+ background-color: #f9fafb; }
16611
+
16612
+ .survey-card-footer button {
16613
+ width: 100%; }
16614
+
16615
+ .survey-modal-empty-state {
16616
+ display: -webkit-box;
16617
+ display: -ms-flexbox;
16618
+ display: flex;
16619
+ -webkit-box-orient: vertical;
16620
+ -webkit-box-direction: normal;
16621
+ -ms-flex-direction: column;
16622
+ flex-direction: column;
16623
+ -webkit-box-align: center;
16624
+ -ms-flex-align: center;
16625
+ align-items: center;
16626
+ -webkit-box-pack: center;
16627
+ -ms-flex-pack: center;
16628
+ justify-content: center;
16629
+ min-height: 300px;
16630
+ padding: 40px 20px;
16631
+ background: linear-gradient(135deg, #f9fafb, #f3f4f6); }
16632
+
16633
+ .survey-modal-empty-state-text {
16634
+ margin: 0;
16635
+ text-align: center;
16636
+ color: #6b7280;
16637
+ line-height: 1.6; }
16638
+
16639
+ .survey-modal-empty-state-text:first-child {
16640
+ font-size: 16px;
16641
+ font-weight: 500;
16642
+ color: #374151;
16643
+ margin-bottom: 8px; }
16644
+
16645
+ @media (max-width: 768px) {
16646
+ .survey-cards-container {
16647
+ grid-template-columns: 1fr;
16648
+ grid-gap: 16px;
16649
+ gap: 16px;
16650
+ padding: 16px; }
16651
+ .survey-card {
16652
+ border-radius: 8px; }
16653
+ .survey-card-title {
16654
+ font-size: 15px; }
16655
+ .survey-card-content {
16656
+ padding: 16px;
16657
+ grid-gap: 12px;
16658
+ gap: 12px; }
16659
+ .survey-card-footer {
16660
+ padding: 12px 16px; }
16661
+ .survey-card-label {
16662
+ font-size: 11px; }
16663
+ .survey-card-value {
16664
+ font-size: 13px; } }
16665
+
16666
+ @media (max-width: 480px) {
16667
+ .survey-cards-container {
16668
+ padding: 12px;
16669
+ grid-gap: 12px;
16670
+ gap: 12px; }
16671
+ .survey-card-content, .survey-card-header {
16672
+ padding: 12px 16px; }
16673
+ .survey-card-footer {
16674
+ padding: 10px 16px; } }
16675
+
16676
+ @-webkit-keyframes slideIn {
16677
+ 0% {
16678
+ opacity: 0;
16679
+ -webkit-transform: translateY(8px);
16680
+ transform: translateY(8px); }
16681
+ to {
16682
+ opacity: 1;
16683
+ -webkit-transform: translateY(0);
16684
+ transform: translateY(0); } }
16685
+
16686
+ @keyframes slideIn {
16687
+ 0% {
16688
+ opacity: 0;
16689
+ -webkit-transform: translateY(8px);
16690
+ transform: translateY(8px); }
16691
+ to {
16692
+ opacity: 1;
16693
+ -webkit-transform: translateY(0);
16694
+ transform: translateY(0); } }
16695
+
16696
+ .survey-card {
16697
+ -webkit-animation: slideIn .3s ease-out;
16698
+ animation: slideIn .3s ease-out; }
16699
+
16700
+ .survey-modal-loader {
16701
+ background: linear-gradient(135deg, #f9fafb, #f3f4f6); }
16702
+
16278
16703
  .ads-view-cart {
16279
16704
  margin-left: 12px;
16280
16705
  padding: 8px 16px;