DataTables-1.10.20
4 years ago
autoupdate_banner.css
3 years ago
banner_main.css
3 years ago
cdn_page.css
3 years ago
datatables.min.css
4 years ago
jquery.tagsinput.min.css
4 years ago
multi-select.css
3 years ago
referral_program_page.css
3 years ago
settings_basic.css
3 years ago
speed.css
3 years ago
speed_elementor_dark.css
3 years ago
two_admin.css
3 years ago
two_admin_bar.css
3 years ago
two_preview.css
3 years ago
white_label.css
2 years ago
two_preview.css
545 lines
| 1 | html, body { |
| 2 | width: 100%; |
| 3 | height: 100%; |
| 4 | overflow: hidden !important; |
| 5 | margin: 0 !important; |
| 6 | padding: 0 !important; |
| 7 | color: #323A45; |
| 8 | font-family: 'Open Sans', sans-serif !important; |
| 9 | } |
| 10 | .two_preview_button { |
| 11 | background-color: #22B339; |
| 12 | border-radius: 25px; |
| 13 | color: white; |
| 14 | cursor: pointer; |
| 15 | text-decoration: none; |
| 16 | text-align: center; |
| 17 | padding: 5px 35px; |
| 18 | box-sizing: border-box; |
| 19 | border: 0; |
| 20 | font-size: 14px; |
| 21 | line-height: 20px; |
| 22 | letter-spacing: 0; |
| 23 | font-weight: 600; |
| 24 | } |
| 25 | .two_preview_button.deactivated { |
| 26 | opacity: 20%; |
| 27 | } |
| 28 | .two_preview_button:not(.deactivated):hover { |
| 29 | opacity: 80%; |
| 30 | } |
| 31 | .two_not_available { |
| 32 | display: none; |
| 33 | background-color: #FFFFFF; |
| 34 | align-items: center; |
| 35 | min-height: 50px; |
| 36 | box-sizing: border-box; |
| 37 | justify-content: center; |
| 38 | gap: 0 6px; |
| 39 | font-size: 14px; |
| 40 | font-weight: 700; |
| 41 | text-align: center; |
| 42 | padding: 15px 0 13px; |
| 43 | line-height: 18px; |
| 44 | border-bottom: 1px solid #323a4533; |
| 45 | } |
| 46 | .two_not_available br { |
| 47 | display: none; |
| 48 | } |
| 49 | |
| 50 | .two_not_available:before { |
| 51 | content: ''; |
| 52 | background-image: url(../images/logo.svg); |
| 53 | width: 20px; |
| 54 | height: 20px; |
| 55 | background-size: contain; |
| 56 | } |
| 57 | |
| 58 | .two_preview_tools { |
| 59 | display: flex; |
| 60 | justify-content: center; |
| 61 | align-items: flex-end; |
| 62 | width: 100%; |
| 63 | background-color: #FFFFFF; |
| 64 | padding-bottom: 15px; |
| 65 | min-height: 134px; |
| 66 | box-sizing: border-box; |
| 67 | -webkit-transition: right 0.5s ease-in; |
| 68 | -moz-transition: right 0.5s ease-in; |
| 69 | -o-transition: right 0.5s ease-in; |
| 70 | transition: right 0.5s ease-in-out; |
| 71 | border-bottom: 1px solid #323a4533; |
| 72 | } |
| 73 | .two_preview_tools .two_preview_tools-wrap { |
| 74 | display: flex; |
| 75 | justify-content: space-between; |
| 76 | margin: 0 auto; |
| 77 | width: 860px; |
| 78 | align-items: flex-end; |
| 79 | } |
| 80 | .two_preview_close { |
| 81 | content: ''; |
| 82 | position: absolute; |
| 83 | height: 30px; |
| 84 | cursor: pointer; |
| 85 | background-repeat: no-repeat; |
| 86 | border: 1px solid #323A4533; |
| 87 | box-sizing: border-box; |
| 88 | top: 22px; |
| 89 | } |
| 90 | .two_preview_tools:not(.two_preview_tools_closed) .two_preview_close { |
| 91 | width: 30px; |
| 92 | border-radius: 50%; |
| 93 | background-color: #22B339; |
| 94 | background-image: url(../images/left_arrow.svg); |
| 95 | background-size: 18px; |
| 96 | background-position: center; |
| 97 | left: -15px; |
| 98 | transform: rotateZ(180deg); |
| 99 | } |
| 100 | .two_preview_tools:not(.two_preview_tools_closed) .two_preview_close span { |
| 101 | display: none; |
| 102 | } |
| 103 | .two_preview_tools.two_preview_tools_closed .two_preview_close { |
| 104 | width: 150px; |
| 105 | background-color: #FFFFFF; |
| 106 | background-image: url(../images/logo.svg); |
| 107 | background-size: 28px; |
| 108 | background-position: 12px; |
| 109 | left: -162px; |
| 110 | font-size: 12px; |
| 111 | line-height: 18px; |
| 112 | letter-spacing: 0.1px; |
| 113 | font-weight: bold; |
| 114 | padding: 5px 12px 5px 44px; |
| 115 | box-shadow: 0 5px 20px #323A451A; |
| 116 | border-radius: 15px 0 0 15px; |
| 117 | } |
| 118 | .two_preview_tools.two_preview_tools_closed .two_preview_close span { |
| 119 | display: block; |
| 120 | } |
| 121 | .two_preview_tools_closed.two_preview_tools { |
| 122 | -webkit-transition: right 0.5s ease-in; |
| 123 | -moz-transition: right 0.5s ease-in; |
| 124 | -o-transition: right 0.5s ease-in; |
| 125 | transition: right 0.5s ease-in; |
| 126 | right: -370px; |
| 127 | } |
| 128 | .two_preview_tools_closed .two_preview_tools_content_buttons{ |
| 129 | right: -370px !important; |
| 130 | transition: right 0.5s ease-in; |
| 131 | |
| 132 | } |
| 133 | |
| 134 | .two_preview_tools_content_buttons{ |
| 135 | transition: right 0.5s ease-in-out; |
| 136 | } |
| 137 | .two_preview_tools_buttons { |
| 138 | display: flex; |
| 139 | justify-content: flex-start; |
| 140 | gap: 10px; |
| 141 | } |
| 142 | .two_change_mode,.two_save_mode{ |
| 143 | position: relative; |
| 144 | border-radius: 6px; |
| 145 | border: 1px solid #323A4533; |
| 146 | font-size: 12px; |
| 147 | line-height: 18px; |
| 148 | letter-spacing: 0.1px; |
| 149 | margin: 0; |
| 150 | display: inline-block; |
| 151 | cursor: pointer; |
| 152 | font-weight: bold; |
| 153 | box-sizing: border-box; |
| 154 | } |
| 155 | .two_change_mode:hover { |
| 156 | border-color: #FD3C31; |
| 157 | } |
| 158 | .two_save_mode:hover { |
| 159 | border-color: #22B339; |
| 160 | } |
| 161 | .two_change_mode:before,.two_save_mode:before { |
| 162 | content: ''; |
| 163 | position: absolute; |
| 164 | width: 20px; |
| 165 | height: 20px; |
| 166 | background-image: url(../images/like.svg); |
| 167 | } |
| 168 | .two_change_mode { |
| 169 | padding: 12px 15px 12px 39px; |
| 170 | } |
| 171 | .two_save_mode { |
| 172 | padding: 12px 29px 12px 54px; |
| 173 | } |
| 174 | .two_save_mode:before { |
| 175 | left: 31px; |
| 176 | top: 12px; |
| 177 | transform: scaleY(-1); |
| 178 | } |
| 179 | .two_change_mode:before { |
| 180 | left: 16px; |
| 181 | top: 11px; |
| 182 | } |
| 183 | .two_preview_tools_title { |
| 184 | position: relative; |
| 185 | margin: 0; |
| 186 | font-size: 14px; |
| 187 | line-height: 20px; |
| 188 | letter-spacing: 0.12px; |
| 189 | font-weight: bold; |
| 190 | } |
| 191 | .two_preview_tools_title.with_icon { |
| 192 | padding-left: 31px; |
| 193 | } |
| 194 | .two_preview_count { |
| 195 | font-size: 12px; |
| 196 | line-height: 18px; |
| 197 | letter-spacing: 0.1px; |
| 198 | color: #323A4580; |
| 199 | margin: 0; |
| 200 | } |
| 201 | input[type="checkbox"].two_checkbox { |
| 202 | background-color: #22B339; |
| 203 | width: 14px; |
| 204 | height: 14px; |
| 205 | cursor: default; |
| 206 | appearance: auto; |
| 207 | box-sizing: border-box; |
| 208 | margin: 3px 3px 3px 4px; |
| 209 | padding: initial; |
| 210 | border: initial; |
| 211 | } |
| 212 | .two_preview_tools_title.with_icon:before { |
| 213 | content: ''; |
| 214 | position: absolute; |
| 215 | background-image: url(../images/logo.svg); |
| 216 | width: 25px; |
| 217 | height: 25px; |
| 218 | left: 0; |
| 219 | top: -3px; |
| 220 | } |
| 221 | .two_preview_tools_desc { |
| 222 | margin: 2px 0 20px 0; |
| 223 | font-weight: 600; |
| 224 | font-size: 14px; |
| 225 | line-height: 20px; |
| 226 | } |
| 227 | .two_preview_tools_desc.first-step { |
| 228 | margin: 7px 0 10px 0; |
| 229 | font-size: 14px; |
| 230 | line-height: 20px; |
| 231 | font-weight: 400; |
| 232 | } |
| 233 | .two_preview_tools_desc.last-step { |
| 234 | font-weight: 400; |
| 235 | margin: 4px 0 10px 0; |
| 236 | font-size: 14px; |
| 237 | line-height: 20px; |
| 238 | } |
| 239 | .two_preview_tools_desc.two_bold { |
| 240 | font-weight: 600; |
| 241 | letter-spacing: 0.1px; |
| 242 | margin: 0px 0 20px 0; |
| 243 | } |
| 244 | .two_preview_tools_notice.last-step >div{ |
| 245 | display: flex; |
| 246 | align-items: center; |
| 247 | } |
| 248 | .two_preview_tools_notice.last-step { |
| 249 | padding: 5px 18px; |
| 250 | width: 860px; |
| 251 | display: flex; |
| 252 | justify-content: space-between; |
| 253 | align-items: center; |
| 254 | } |
| 255 | .two_preview_tools_notice { |
| 256 | background-color: #22B3390D; |
| 257 | border-radius: 6px; |
| 258 | padding: 9px 16px 9px 38px; |
| 259 | font-size: 12px; |
| 260 | line-height: 18px; |
| 261 | letter-spacing: 0.1px; |
| 262 | margin: 0; |
| 263 | } |
| 264 | .two_preview_tools_info { |
| 265 | background-color: #F9F9F9; |
| 266 | padding: 10px 18px; |
| 267 | font-size: 12px; |
| 268 | line-height: 18px; |
| 269 | letter-spacing: 0.1px; |
| 270 | margin: 0; |
| 271 | border-radius: 6px; |
| 272 | } |
| 273 | .two_preview_tools_content { |
| 274 | min-width: 330px; |
| 275 | display: flex; |
| 276 | flex-direction: column; |
| 277 | justify-content: flex-end; |
| 278 | } |
| 279 | .two_preview_tools_notice span { |
| 280 | position: relative; |
| 281 | font-weight: 600; |
| 282 | } |
| 283 | .two_preview_tools_notice span:not(.two_preview_chat):before { |
| 284 | content: ''; |
| 285 | position: absolute; |
| 286 | width: 14px; |
| 287 | height: 14px; |
| 288 | left: -22px; |
| 289 | top: 1px; |
| 290 | background-image: url(../images/check_solid.svg); |
| 291 | } |
| 292 | .two_preview_tools_notice.info_icon { |
| 293 | margin-top: 20px; |
| 294 | } |
| 295 | .two_preview_tools_notice.info_icon span:before { |
| 296 | background-image: url(../images/info_green.svg); |
| 297 | } |
| 298 | .two_incompatible_plugins_container { |
| 299 | position: relative; |
| 300 | height: 100%; |
| 301 | overflow-x: auto; |
| 302 | box-sizing: border-box; |
| 303 | display: flex; |
| 304 | flex-direction: column; |
| 305 | justify-content: flex-end; |
| 306 | } |
| 307 | .two_preview_tools_content.incompatible_plugins form{ |
| 308 | width: 860px; |
| 309 | display: flex; |
| 310 | justify-content: space-between; |
| 311 | align-items: center; |
| 312 | /* position: fixed; |
| 313 | bottom: 20px; |
| 314 | right: 12px; |
| 315 | width: 370px; |
| 316 | background-color: #FFFFFF;*/ |
| 317 | } |
| 318 | .two_incompatible_plugins { |
| 319 | display: flex; |
| 320 | flex-wrap: wrap; |
| 321 | gap: 5px 20px; |
| 322 | } |
| 323 | |
| 324 | .two_disable_incompatible_plugins { |
| 325 | width: 150px; |
| 326 | font-family: Open Sans, sans-serif; |
| 327 | display: block; |
| 328 | } |
| 329 | .two_skip_incompatible_plugins { |
| 330 | background-color: unset; |
| 331 | border: 0; |
| 332 | text-decoration: underline; |
| 333 | opacity: 0.5; |
| 334 | color: #323A45; |
| 335 | cursor: pointer; |
| 336 | font-family: Open Sans, sans-serif; |
| 337 | display: block; |
| 338 | margin: auto; |
| 339 | font-size: 12px; |
| 340 | line-height: 18px; |
| 341 | letter-spacing: 0; |
| 342 | } |
| 343 | .two_skip_incompatible_plugins:hover { |
| 344 | text-decoration: none; |
| 345 | } |
| 346 | .two_incompatible_plugin label{ |
| 347 | display: block; |
| 348 | position: relative; |
| 349 | padding-left: 22px; |
| 350 | cursor: pointer; |
| 351 | font-size: 14px; |
| 352 | line-height: 20px; |
| 353 | letter-spacing: 0; |
| 354 | font-weight: 400; |
| 355 | -webkit-user-select: none; |
| 356 | -moz-user-select: none; |
| 357 | -ms-user-select: none; |
| 358 | user-select: none; |
| 359 | } |
| 360 | /* Hide the browser's default checkbox */ |
| 361 | .two_incompatible_plugin input { |
| 362 | position: absolute; |
| 363 | opacity: 0; |
| 364 | cursor: pointer; |
| 365 | height: 0; |
| 366 | width: 0; |
| 367 | } |
| 368 | |
| 369 | .two_incompatible_plugin.with-restricted { |
| 370 | display: flex; |
| 371 | gap: 0 4px; |
| 372 | align-items: center; |
| 373 | pointer-events: none; |
| 374 | cursor: default; |
| 375 | } |
| 376 | |
| 377 | .checkmark { |
| 378 | position: absolute; |
| 379 | top: 3px; |
| 380 | left: 0; |
| 381 | height: 14px; |
| 382 | width: 14px; |
| 383 | box-sizing: border-box; |
| 384 | background-color: #ffffff; |
| 385 | border: 1px solid #22B339; |
| 386 | border-radius: 2px; |
| 387 | } |
| 388 | |
| 389 | .restricted-mark { |
| 390 | height: 20px; |
| 391 | width: 20px; |
| 392 | box-sizing: border-box; |
| 393 | border-radius: 2px; |
| 394 | background: url('../images/close_error_icon.svg'); |
| 395 | } |
| 396 | |
| 397 | .two_incompatible_plugin input:checked ~ .checkmark { |
| 398 | background-color: #22B339; |
| 399 | border-radius: 2px; |
| 400 | } |
| 401 | /* Create the checkmark/indicator (hidden when not checked) */ |
| 402 | .checkmark:after { |
| 403 | content: ""; |
| 404 | position: absolute; |
| 405 | display: none; |
| 406 | } |
| 407 | |
| 408 | /* Show the checkmark when checked */ |
| 409 | .two_incompatible_plugin input:checked ~ .checkmark:after { |
| 410 | display: block; |
| 411 | } |
| 412 | |
| 413 | /* Style the checkmark/indicator */ |
| 414 | .two_incompatible_plugin .checkmark:after { |
| 415 | left: 4px; |
| 416 | top: 1px; |
| 417 | width: 3px; |
| 418 | height: 6px; |
| 419 | border: solid white; |
| 420 | border-width: 0 2px 2px 0; |
| 421 | -ms-transform: rotate(45deg); |
| 422 | transform: rotate(45deg); |
| 423 | } |
| 424 | .two_preview_tools_content_centered { |
| 425 | display: flex; |
| 426 | flex-direction: column; |
| 427 | justify-content: center; |
| 428 | height: 100%; |
| 429 | text-align: center; |
| 430 | align-items: flex-start; |
| 431 | } |
| 432 | .two_contact_us_button { |
| 433 | width: 150px; |
| 434 | padding: 5px 0; |
| 435 | } |
| 436 | .two_preview_chat { |
| 437 | width: 40px; |
| 438 | height: 40px; |
| 439 | margin-right: 20px; |
| 440 | display: inline-block; |
| 441 | background-image: url(../images/chat.svg); |
| 442 | background-size: contain; |
| 443 | } |
| 444 | .two_contact_us-desc { |
| 445 | font-size: 14px; |
| 446 | line-height: 20px; |
| 447 | font-weight: 400; |
| 448 | } |
| 449 | body *:not(#two_preview_container, #two_preview_container *, #two_preview_iframe){ |
| 450 | display: none !important; |
| 451 | } |
| 452 | #two_preview_iframe{ |
| 453 | width: 100%; |
| 454 | height: 100%; |
| 455 | display: inline-block !important; |
| 456 | border: 0; |
| 457 | } |
| 458 | @media screen and (max-width: 900px) { |
| 459 | #two_preview_iframe { |
| 460 | border: 0; |
| 461 | } |
| 462 | .two_not_available { |
| 463 | display: flex; |
| 464 | } |
| 465 | .two_preview_tools { |
| 466 | display: none; |
| 467 | } |
| 468 | } |
| 469 | |
| 470 | @media screen and (max-width: 500px) { |
| 471 | .two_not_available:before { |
| 472 | display: none; |
| 473 | } |
| 474 | .two_not_available br { |
| 475 | display: inline-block |
| 476 | } |
| 477 | br.desktop { |
| 478 | display: none; |
| 479 | } |
| 480 | .two_preview_button { |
| 481 | padding: 7px 15px; |
| 482 | font-size: 12px; |
| 483 | line-height: 16px; |
| 484 | } |
| 485 | .two_preview_tools { |
| 486 | width: 280px; |
| 487 | padding: 25px 25px 15px 25px; |
| 488 | } |
| 489 | .two_preview_tools_closed.two_preview_tools { |
| 490 | right: -280px; |
| 491 | } |
| 492 | .two_preview_tools_title.with_icon:before { |
| 493 | top: -1px; |
| 494 | width: 20px; |
| 495 | height: 20px; |
| 496 | background-size: 20px; |
| 497 | } |
| 498 | .two_preview_tools_title.with_icon { |
| 499 | padding-left: 26px; |
| 500 | } |
| 501 | .two_preview_tools_title, .two_preview_tools_desc { |
| 502 | font-weight: 600; |
| 503 | font-size: 12px; |
| 504 | line-height: 18px; |
| 505 | letter-spacing: 0; |
| 506 | } |
| 507 | .two_preview_tools_content { |
| 508 | margin: 30px 0 20px 0; |
| 509 | } |
| 510 | .two_preview_tools_buttons { |
| 511 | flex-direction: column; |
| 512 | } |
| 513 | .two_change_mode,.two_save_mode { |
| 514 | width: 150px; |
| 515 | } |
| 516 | .two_change_mode:before { |
| 517 | left: 13px; |
| 518 | top: 9px; |
| 519 | } |
| 520 | .two_change_mode { |
| 521 | padding: 10px 13px 10px 36px; |
| 522 | } |
| 523 | .two_save_mode { |
| 524 | padding: 10px 27px 10px 50px; |
| 525 | } |
| 526 | .two_save_mode:before { |
| 527 | left: 27px; |
| 528 | top: 9px; |
| 529 | } |
| 530 | .two_preview_tools_content.incompatible_plugins .two_preview_tools_content_buttons { |
| 531 | width: 280px; |
| 532 | } |
| 533 | .two_disable_incompatible_plugins { |
| 534 | width: 150px; |
| 535 | } |
| 536 | .two_contact_us_button { |
| 537 | margin-top: 10px; |
| 538 | width: 150px; |
| 539 | } |
| 540 | .two_preview_chat { |
| 541 | width: 40px; |
| 542 | height: 40px; |
| 543 | } |
| 544 | } |
| 545 |