| @@ -243,8 +243,15 @@ | ||
| 243 | 243 | padding: 24px 0; |
| 244 | 244 | position: relative; |
| 245 | 245 | border-bottom: 1px solid #D9D9D9; |
| 246 | 246 | } |
| 247 | +.vz-form-wrap .form-block.no-sep{ | |
| 248 | + border-bottom: 0; | |
| 249 | + padding-bottom: 12px; | |
| 250 | +} | |
| 251 | +.vz-form-wrap .form-block.vz-final-block{ | |
| 252 | + padding: 12px 0; | |
| 253 | +} | |
| 247 | 254 | .vz-form-wrap .form-block:last-child{ |
| 248 | 255 | border-bottom: 0; |
| 249 | 256 | } |
| 250 | 257 | .vz-form-wrap .form-label{ |
| @@ -947,8 +954,23 @@ | ||
| 947 | 954 | border-top: 1px solid #D9D9D9; |
| 948 | 955 | padding-left: 20px; |
| 949 | 956 | padding-right: 20px; |
| 950 | 957 | } |
| 958 | +.vz-accordion-title--static{ | |
| 959 | + padding: 22px 30px 22px 80px; | |
| 960 | +} | |
| 961 | +.vz-accordion-title--static .vz-checkbox{ | |
| 962 | + position: absolute; | |
| 963 | + left: 30px; | |
| 964 | + top: 50%; | |
| 965 | + margin-top: -10px; | |
| 966 | + width: 20px; | |
| 967 | + height: 20px; | |
| 968 | + z-index: 12; | |
| 969 | +} | |
| 970 | +.vz-accordion-content--static{ | |
| 971 | + display: block; | |
| 972 | +} | |
| 951 | 973 | |
| 952 | 974 | .vz-features-list ul li{ |
| 953 | 975 | padding: 25px 0; |
| 954 | 976 | display: flex; |
| @@ -967,16 +989,156 @@ | ||
| 967 | 989 | } |
| 968 | 990 | .vz-features-list ul li .txt{ |
| 969 | 991 | width: 100%; |
| 970 | 992 | } |
| 993 | +.vz-final-options{ | |
| 994 | + display: flex; | |
| 995 | + flex-direction: column; | |
| 996 | + gap: 10px; | |
| 997 | +} | |
| 998 | +.vz-option-card{ | |
| 999 | + display: flex; | |
| 1000 | + align-items: center; | |
| 1001 | + gap: 16px; | |
| 1002 | + padding: 16px 18px; | |
| 1003 | + border: 1px solid #E5E7EB; | |
| 1004 | + border-radius: 8px; | |
| 1005 | + background: #fff; | |
| 1006 | + position: relative; | |
| 1007 | +} | |
| 1008 | +.vz-option-check{ | |
| 1009 | + width: 20px; | |
| 1010 | + height: 20px; | |
| 1011 | + display: flex; | |
| 1012 | + align-items: center; | |
| 1013 | + justify-content: center; | |
| 1014 | + flex-shrink: 0; | |
| 1015 | +} | |
| 1016 | +.vz-option-check input[type=checkbox]{ | |
| 1017 | + width: 18px; | |
| 1018 | + height: 18px; | |
| 1019 | +} | |
| 1020 | +.vz-option-icon{ | |
| 1021 | + width: 40px; | |
| 1022 | + height: 40px; | |
| 1023 | + border-radius: 8px; | |
| 1024 | + background: #F3F4F6; | |
| 1025 | + display: flex; | |
| 1026 | + align-items: center; | |
| 1027 | + justify-content: center; | |
| 1028 | + flex-shrink: 0; | |
| 1029 | +} | |
| 1030 | +.vz-option-icon img{ | |
| 1031 | + display: block; | |
| 1032 | + max-width: 24px; | |
| 1033 | + max-height: 24px; | |
| 1034 | +} | |
| 1035 | +.vz-option-body{ | |
| 1036 | + flex: 1; | |
| 1037 | +} | |
| 1038 | +.vz-option-title{ | |
| 1039 | + font-size: 16px; | |
| 1040 | + font-weight: 600; | |
| 1041 | + color: #0f172a; | |
| 1042 | + display: flex; | |
| 1043 | + align-items: center; | |
| 1044 | + gap: 8px; | |
| 1045 | + margin-bottom: 4px; | |
| 1046 | +} | |
| 1047 | +.vz-option-title .pro-label.free-label{ | |
| 1048 | + font-size: 11px; | |
| 1049 | + line-height: 14px; | |
| 1050 | + padding: 2px 8px 3px; | |
| 1051 | +} | |
| 1052 | +.vz-option-card--newsletter .vz-option-icon{ | |
| 1053 | + background: #E6F3F3; | |
| 1054 | + color: #39C3D2; | |
| 1055 | +} | |
| 1056 | +.vz-option-card--newsletter .vz-option-icon .dashicons{ | |
| 1057 | + font-size: 22px; | |
| 1058 | + width: 22px; | |
| 1059 | + height: 22px; | |
| 1060 | +} | |
| 1061 | +.vz-option-card--newsletter .vz-option-body{ | |
| 1062 | + display: flex; | |
| 1063 | + flex-direction: column; | |
| 1064 | + gap: 6px; | |
| 1065 | +} | |
| 1066 | +.vz-option-card--newsletter .vz-option-input{ | |
| 1067 | + max-width: 320px; | |
| 1068 | + display: flex; | |
| 1069 | + align-items: center; | |
| 1070 | + gap: 8px; | |
| 1071 | +} | |
| 1072 | +.vz-option-card--newsletter .vz-save-email[disabled]{ | |
| 1073 | + opacity: 0.6; | |
| 1074 | + cursor: not-allowed; | |
| 1075 | +} | |
| 1076 | +.vz-option-card--newsletter .vz-field-error{ | |
| 1077 | + display: block; | |
| 1078 | + margin-top: 6px; | |
| 1079 | +} | |
| 1080 | +.vz-option-card--newsletter .vz-change-email{ | |
| 1081 | + background: transparent; | |
| 1082 | + border: 0; | |
| 1083 | + color: #39C3D2; | |
| 1084 | + text-decoration: underline; | |
| 1085 | + cursor: pointer; | |
| 1086 | + padding: 0 0 0 6px; | |
| 1087 | + font-size: 13px; | |
| 1088 | +} | |
| 1089 | +.vz-option-card--newsletter .vz-email-text{ | |
| 1090 | + color: #39C3D2; | |
| 1091 | + font-weight: 600; | |
| 1092 | + padding-left: 6px; | |
| 1093 | +} | |
| 1094 | +.vz-install-status{ | |
| 1095 | + position: absolute; | |
| 1096 | + right: 14px; | |
| 1097 | + top: 14px; | |
| 1098 | + width: 18px; | |
| 1099 | + height: 18px; | |
| 1100 | + border-radius: 50%; | |
| 1101 | + border: 2px solid #cbd5e1; | |
| 1102 | + display: none; | |
| 1103 | + align-items: center; | |
| 1104 | + justify-content: center; | |
| 1105 | + font-size: 12px; | |
| 1106 | + line-height: 1; | |
| 1107 | + color: #ffffff; | |
| 1108 | +} | |
| 1109 | +.vz-install-status.is-installing{ | |
| 1110 | + display: flex; | |
| 1111 | + border-color: #39C3D2; | |
| 1112 | + border-top-color: transparent; | |
| 1113 | + animation: spin 1s linear infinite; | |
| 1114 | +} | |
| 1115 | +.vz-install-status.is-done{ | |
| 1116 | + display: flex; | |
| 1117 | + background: #00AA63; | |
| 1118 | + border-color: #00AA63; | |
| 1119 | +} | |
| 1120 | +.vz-install-status.is-error{ | |
| 1121 | + display: flex; | |
| 1122 | + background: #d63638; | |
| 1123 | + border-color: #d63638; | |
| 1124 | +} | |
| 1125 | +.vz-install-status.is-done:before{ | |
| 1126 | + content: "✓"; | |
| 1127 | +} | |
| 1128 | +.vz-install-status.is-error:before{ | |
| 1129 | + content: "!"; | |
| 1130 | +} | |
| 971 | 1131 | .pro-label{ |
| 972 | - background: #007CBA; | |
| 973 | - border-radius: 6px; | |
| 974 | - color: #ffffff; | |
| 975 | - text-transform: uppercase; | |
| 976 | - font-size: 16px; | |
| 977 | - line-height: 19px; | |
| 978 | - padding: 2px 9px 4px; | |
| 1132 | + display: inline; | |
| 1133 | + width: 74px; | |
| 1134 | + height: 17px; | |
| 1135 | + border: none; | |
| 1136 | + color: #fff; | |
| 1137 | + z-index: 4; | |
| 1138 | + background: #d63638; | |
| 1139 | + letter-spacing: 0.5px; | |
| 1140 | + text-align: center; | |
| 979 | 1141 | } |
| 980 | 1142 | .pro-label.free-label{ |
| 981 | 1143 | background: #BDE6EB; |
| 982 | 1144 | border-radius: 6px; |
| @@ -987,36 +1149,25 @@ | ||
| 987 | 1149 | padding: 2px 9px 4px; |
| 988 | 1150 | } |
| 989 | 1151 | /* visualizer accordion style End */ |
| 990 | 1152 | .vz-chart-list{ |
| 991 | -/* max-width: 780px;*/ | |
| 992 | - padding: 0 18px; | |
| 1153 | + max-width: 1100px; | |
| 1154 | + padding: 0; | |
| 993 | 1155 | margin-bottom: 40px; |
| 1156 | + margin-left: auto; | |
| 1157 | + margin-right: auto; | |
| 994 | 1158 | } |
| 995 | 1159 | .vz-chart-list > ul{ |
| 996 | - display: flex; | |
| 997 | - flex-wrap: wrap; | |
| 998 | - justify-content: space-between; | |
| 1160 | + display: grid; | |
| 1161 | + grid-template-columns: repeat(5, minmax(0, 1fr)); | |
| 1162 | + gap: 16px; | |
| 1163 | + align-items: stretch; | |
| 999 | 1164 | } |
| 1000 | 1165 | .vz-chart-list .slick-arrow{ |
| 1001 | - position: absolute; | |
| 1002 | - width: 30px; | |
| 1003 | - top: 50%; | |
| 1004 | - height: 30px; | |
| 1005 | - margin-top: -15px; | |
| 1006 | - font-size: 0; | |
| 1007 | - color: #757575; | |
| 1008 | - display: grid; | |
| 1009 | - place-items: center; | |
| 1010 | - border: 0; | |
| 1011 | - background: transparent; | |
| 1012 | - cursor: pointer; | |
| 1166 | + display: none; | |
| 1013 | 1167 | } |
| 1014 | 1168 | .vz-chart-list .slick-arrow:before{ |
| 1015 | - display: block; | |
| 1016 | - font-family: "dashicons"; | |
| 1017 | - font-size: 24px; | |
| 1018 | - line-height: 1; | |
| 1169 | + display: none; | |
| 1019 | 1170 | } |
| 1020 | 1171 | .vz-chart-list .slick-arrow.slick-prev{ |
| 1021 | 1172 | left: -42px; |
| 1022 | 1173 | } |
| @@ -1029,21 +1180,21 @@ | ||
| 1029 | 1180 | .vz-chart-list .slick-arrow.slick-next:before{ |
| 1030 | 1181 | content: "\f345"; |
| 1031 | 1182 | } |
| 1032 | 1183 | .vz-chart-list > ul > li{ |
| 1033 | - width: 48%; | |
| 1034 | - max-width: 362px; | |
| 1035 | - padding-bottom: 60px; | |
| 1184 | + width: 100%; | |
| 1185 | + max-width: 100%; | |
| 1186 | + padding-bottom: 0; | |
| 1036 | 1187 | } |
| 1037 | 1188 | .vz-chart-list .slick-slide{ |
| 1038 | - margin-right: 34px; | |
| 1189 | + margin-right: 0; | |
| 1039 | 1190 | } |
| 1040 | 1191 | .vz-chart-option{ |
| 1041 | - width: 317px; | |
| 1192 | + width: 100%; | |
| 1042 | 1193 | position: relative; |
| 1043 | 1194 | display: flex; |
| 1044 | 1195 | flex-wrap: wrap; |
| 1045 | - padding: 12px 12px 20px; | |
| 1196 | + padding: 12px 12px 16px; | |
| 1046 | 1197 | } |
| 1047 | 1198 | .vz-chart-option .img{ |
| 1048 | 1199 | order: 1; |
| 1049 | 1200 | position: relative; |
| @@ -1049,10 +1200,11 @@ | ||
| 1049 | 1200 | position: relative; |
| 1050 | 1201 | z-index: 1; |
| 1051 | 1202 | display: block; |
| 1052 | 1203 | width: 100%; |
| 1053 | - max-width: 338px; | |
| 1054 | - height: 198px; | |
| 1204 | + max-width: 100%; | |
| 1205 | + aspect-ratio: 23 / 18; | |
| 1206 | + height: auto; | |
| 1055 | 1207 | background-color: #ffffff; |
| 1056 | 1208 | margin-bottom: 20px; |
| 1057 | 1209 | background-image: url(../images/chart_types_v395.png); |
| 1058 | 1210 | background-repeat: no-repeat; |
| @@ -1059,26 +1211,57 @@ | ||
| 1059 | 1211 | background-position: center center; |
| 1060 | 1212 | transition: all .3s ease-in-out; |
| 1061 | 1213 | /* filter: grayscale(100%); |
| 1062 | 1214 | -webkit-filter: grayscale(100%); */ |
| 1063 | - background-size: 900px 1150px; | |
| 1215 | + --wizard-sprite-scale: 0.45; | |
| 1216 | + background-size: calc(900px * var(--wizard-sprite-scale)) calc(1150px * var(--wizard-sprite-scale)); | |
| 1064 | 1217 | filter: grayscale(100%); |
| 1065 | 1218 | } |
| 1066 | 1219 | .vz-chart-option .img.type-box-pie{ |
| 1067 | - background-position: -5px -17px; | |
| 1220 | + background-position: calc(-5px * var(--wizard-sprite-scale)) calc(-17px * var(--wizard-sprite-scale)); | |
| 1068 | 1221 | } |
| 1069 | 1222 | .vz-chart-option .img.type-box-bar{ |
| 1070 | - background-position: -305px -235px; | |
| 1223 | + background-position: calc(-305px * var(--wizard-sprite-scale)) calc(-235px * var(--wizard-sprite-scale)); | |
| 1071 | 1224 | } |
| 1225 | +.vz-chart-option .img.type-box-area{ | |
| 1226 | + background-position: calc(-8px * var(--wizard-sprite-scale)) calc(-225px * var(--wizard-sprite-scale)); | |
| 1227 | +} | |
| 1228 | +.vz-chart-option .img.type-box-scatter{ | |
| 1229 | + background-position: calc(-300px * var(--wizard-sprite-scale)) calc(0px * var(--wizard-sprite-scale)); | |
| 1230 | +} | |
| 1231 | +.vz-chart-option .img.type-box-gauge{ | |
| 1232 | + background-position: calc(-7px * var(--wizard-sprite-scale)) calc(-450px * var(--wizard-sprite-scale)); | |
| 1233 | +} | |
| 1072 | 1234 | .vz-chart-option .img.type-box-line{ |
| 1073 | - background-position: -606px -14px; | |
| 1235 | + background-position: calc(-606px * var(--wizard-sprite-scale)) calc(-14px * var(--wizard-sprite-scale)); | |
| 1074 | 1236 | } |
| 1075 | 1237 | .vz-chart-option .img.type-box-tabular{ |
| 1076 | - background-position: -306px -693px; | |
| 1238 | + background-position: calc(-306px * var(--wizard-sprite-scale)) calc(-693px * var(--wizard-sprite-scale)); | |
| 1077 | 1239 | } |
| 1078 | 1240 | .vz-chart-option .img.type-box-geo{ |
| 1079 | - background-position: -603px -459px; | |
| 1241 | + background-position: calc(-603px * var(--wizard-sprite-scale)) calc(-459px * var(--wizard-sprite-scale)); | |
| 1080 | 1242 | } |
| 1243 | +.vz-chart-option .img.type-box-candlestick{ | |
| 1244 | + background-position: calc(-304px * var(--wizard-sprite-scale)) calc(-450px * var(--wizard-sprite-scale)); | |
| 1245 | +} | |
| 1246 | +.vz-chart-option .img.type-box-bubble{ | |
| 1247 | + background-position: calc(-604px * var(--wizard-sprite-scale)) calc(-906px * var(--wizard-sprite-scale)); | |
| 1248 | +} | |
| 1249 | +.vz-chart-option .img.type-box-column{ | |
| 1250 | + background-position: calc(-600px * var(--wizard-sprite-scale)) calc(-225px * var(--wizard-sprite-scale)); | |
| 1251 | +} | |
| 1252 | +.vz-chart-option .img.type-box-timeline{ | |
| 1253 | + background-position: calc(-8px * var(--wizard-sprite-scale)) calc(-670px * var(--wizard-sprite-scale)); | |
| 1254 | +} | |
| 1255 | +.vz-chart-option .img.type-box-combo{ | |
| 1256 | + background-position: calc(-606px * var(--wizard-sprite-scale)) calc(-670px * var(--wizard-sprite-scale)); | |
| 1257 | +} | |
| 1258 | +.vz-chart-option .img.type-box-polarArea{ | |
| 1259 | + background-position: calc(-2px * var(--wizard-sprite-scale)) calc(-912px * var(--wizard-sprite-scale)); | |
| 1260 | +} | |
| 1261 | +.vz-chart-option .img.type-box-radar{ | |
| 1262 | + background-position: calc(-301px * var(--wizard-sprite-scale)) calc(-899px * var(--wizard-sprite-scale)); | |
| 1263 | +} | |
| 1081 | 1264 | .vz-chart-option:hover .img{ |
| 1082 | 1265 | background-image: url(../images/chart_types_v395.png); |
| 1083 | 1266 | filter: grayscale(0); |
| 1084 | 1267 | } |
| @@ -1111,26 +1294,36 @@ | ||
| 1111 | 1294 | opacity: .7; |
| 1112 | 1295 | display: flex; |
| 1113 | 1296 | flex-wrap: wrap; |
| 1114 | 1297 | align-items: center; |
| 1298 | + font-size: 13px; | |
| 1299 | + line-height: 16px; | |
| 1115 | 1300 | } |
| 1116 | 1301 | .vz-pro-label-wrap { |
| 1117 | 1302 | order: 3; |
| 1118 | 1303 | width: calc(100% - 20px); |
| 1119 | 1304 | padding-left: 12px; |
| 1120 | - position: relative; | |
| 1121 | 1305 | z-index: 1; |
| 1122 | 1306 | display: flex; |
| 1123 | 1307 | flex-wrap: wrap; |
| 1124 | 1308 | align-items: center; |
| 1309 | + padding-right: 42px; | |
| 1125 | 1310 | } |
| 1126 | 1311 | .vz-pro-label-wrap h3 { |
| 1127 | 1312 | opacity: .7; |
| 1128 | 1313 | color: #000000; |
| 1314 | + font-size: 13px; | |
| 1315 | + line-height: 16px; | |
| 1129 | 1316 | } |
| 1130 | 1317 | .vz-pro-label-wrap span.pro-label{ |
| 1131 | - margin-left: 30px; | |
| 1318 | + position: absolute; | |
| 1319 | + top: 8px; | |
| 1320 | + right: 8px; | |
| 1321 | + margin-left: 0; | |
| 1132 | 1322 | font-weight: 600; |
| 1323 | + font-size: 11px; | |
| 1324 | + line-height: 14px; | |
| 1325 | + padding: 2px 8px 3px; | |
| 1133 | 1326 | } |
| 1134 | 1327 | .vz-chart-option input[type=radio].vz-radio-btn:checked ~ .bg{ |
| 1135 | 1328 | background: #BDE6EB; |
| 1136 | 1329 | } |
| @@ -1151,9 +1344,8 @@ | ||
| 1151 | 1344 | left: 0; |
| 1152 | 1345 | top: 0; |
| 1153 | 1346 | width: 100%; |
| 1154 | 1347 | height: 100%; |
| 1155 | - padding: 12px 12px 20px; | |
| 1156 | 1348 | z-index: 2; |
| 1157 | 1349 | opacity: 0; |
| 1158 | 1350 | visibility: hidden; |
| 1159 | 1351 | transition: all .3s ease-in-out; |
| @@ -1159,10 +1351,11 @@ | ||
| 1159 | 1351 | transition: all .3s ease-in-out; |
| 1160 | 1352 | } |
| 1161 | 1353 | .vz-pro-option .pro-overlay .pro-box{ |
| 1162 | 1354 | padding-bottom: 58.88%; |
| 1163 | - background: rgba(255,255,255,.5); | |
| 1355 | + background: rgba(185, 185, 185, 0.5); | |
| 1164 | 1356 | backdrop-filter: blur(2px); |
| 1357 | + height: 100%; | |
| 1165 | 1358 | } |
| 1166 | 1359 | .vz-pro-option .pro-overlay .pro-box .btn { |
| 1167 | 1360 | position: absolute; |
| 1168 | 1361 | top: 50%; |
| @@ -1168,8 +1361,9 @@ | ||
| 1168 | 1361 | top: 50%; |
| 1169 | 1362 | left: 50%; |
| 1170 | 1363 | white-space: nowrap; |
| 1171 | 1364 | transform: translate(-50%, -50%); |
| 1365 | + font-size: 14px; | |
| 1172 | 1366 | } |
| 1173 | 1367 | |
| 1174 | 1368 | .vz-power-pro{ |
| 1175 | 1369 | background: #FFFFFF; |
| @@ -1214,8 +1408,11 @@ | ||
| 1214 | 1408 | height: 100%; |
| 1215 | 1409 | background: #39C3D2; |
| 1216 | 1410 | transition: all .3s ease-in-out; |
| 1217 | 1411 | } |
| 1412 | +.vz-import-status{ | |
| 1413 | + margin-top: 12px; | |
| 1414 | +} | |
| 1218 | 1415 | .vz-chart-list .slick-arrow[disabled="disabled"], .vz-chart-list .slick-arrow[aria-disabled="true"] { |
| 1219 | 1416 | color: #eeeeee |
| 1220 | 1417 | } |
| 1221 | 1418 | .vz-btn-group span.spinner { |
| @@ -1252,8 +1449,9 @@ | ||
| 1252 | 1449 | .vz-form-row .vz-form-col-6, .vz-form-row .vz-form-col-4, .vz-form-row .vz-form-col-8{width: 100%;} |
| 1253 | 1450 | .vz-document-list > ul > li{width: 100%;} |
| 1254 | 1451 | .vz-help-improve-box .left{width: 100%;} |
| 1255 | 1452 | .vz-help-improve-box .right{width: 100%;} |
| 1256 | - .vz-chart-list > ul > li{width: 100%; max-width: 100%; padding-bottom: 30px;} | |
| 1453 | + .vz-chart-list > ul{grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px;} | |
| 1454 | + .vz-chart-list > ul > li{width: 100%; max-width: 100%; padding-bottom: 0;} | |
| 1257 | 1455 | .vz-shortcode-preview-content{padding-right: 20px;} |
| 1258 | 1456 | .vz-newsletter-wrap .vz-newsletter, .vz-newsletter-wrap .vz-newsletter-img{width: 100%; padding-bottom: 20px;} |
| 1259 | -} | |
| 1457 | +} | |