easepick
3 years ago
dashboard_widget.css
3 years ago
dashboard_widget.css.map
3 years ago
pdf.css
3 years ago
pdf.css.map
3 years ago
style.css
3 years ago
style.css.map
3 years ago
style.css
3481 lines
| 1 | #iawp-parent .data-table { |
| 2 | border: 1px solid #dedae6; |
| 3 | margin: 24px; |
| 4 | } |
| 5 | |
| 6 | #iawp-parent .real-time-dashboard .chart, #iawp-parent .real-time-dashboard .most-popular-list { |
| 7 | background: #fff; |
| 8 | border: 1px solid #dedae6; |
| 9 | border-radius: 6px; |
| 10 | margin: 24px; |
| 11 | padding: 24px; |
| 12 | } |
| 13 | |
| 14 | body, #iawp-parent { |
| 15 | background-color: #ece9f2; |
| 16 | } |
| 17 | |
| 18 | #wpbody-content { |
| 19 | padding-bottom: 0; |
| 20 | } |
| 21 | |
| 22 | #wpbody-content > .error, #wpbody-content > .notice { |
| 23 | display: none; |
| 24 | } |
| 25 | |
| 26 | .loading-icon { |
| 27 | z-index: 39; |
| 28 | opacity: 0; |
| 29 | visibility: hidden; |
| 30 | background: rgba(24, 20, 31, .65); |
| 31 | justify-content: center; |
| 32 | align-items: center; |
| 33 | transition: opacity .3s, visibility .3s; |
| 34 | display: flex; |
| 35 | position: fixed; |
| 36 | top: 0; |
| 37 | bottom: 0; |
| 38 | left: 0; |
| 39 | right: 0; |
| 40 | } |
| 41 | |
| 42 | .loading-icon img { |
| 43 | opacity: 0; |
| 44 | transition: opacity .5s, -webkit-transform .5s, transform .5s; |
| 45 | -webkit-transform: scale(.9); |
| 46 | transform: scale(.9); |
| 47 | } |
| 48 | |
| 49 | #iawp-parent { |
| 50 | min-height: 120vh; |
| 51 | margin-left: -10px; |
| 52 | padding-bottom: 60px; |
| 53 | } |
| 54 | |
| 55 | #iawp-parent * { |
| 56 | box-sizing: border-box; |
| 57 | } |
| 58 | |
| 59 | #iawp-parent.loading .loading-icon { |
| 60 | opacity: 1; |
| 61 | visibility: visible; |
| 62 | } |
| 63 | |
| 64 | #iawp-parent.loading .loading-icon img { |
| 65 | opacity: 1; |
| 66 | -webkit-transform: scale(1); |
| 67 | transform: scale(1); |
| 68 | } |
| 69 | |
| 70 | #iawp-parent .chart-container { |
| 71 | width: 100%; |
| 72 | padding: 0 24px; |
| 73 | } |
| 74 | |
| 75 | #iawp-parent .quick-stats { |
| 76 | gap: 24px; |
| 77 | margin: 24px; |
| 78 | display: flex; |
| 79 | } |
| 80 | |
| 81 | #iawp-parent .chart-inner { |
| 82 | background: #fff; |
| 83 | border: 1px solid #dedae6; |
| 84 | border-radius: 6px; |
| 85 | padding: 24px; |
| 86 | } |
| 87 | |
| 88 | #iawp-parent .legend-container { |
| 89 | align-items: center; |
| 90 | margin-bottom: 16px; |
| 91 | display: flex; |
| 92 | } |
| 93 | |
| 94 | #iawp-parent .legend-title { |
| 95 | margin: 0; |
| 96 | font-size: 18px; |
| 97 | font-weight: 700; |
| 98 | } |
| 99 | |
| 100 | #iawp-parent .legend-list { |
| 101 | justify-content: end; |
| 102 | margin: 0; |
| 103 | display: flex; |
| 104 | } |
| 105 | |
| 106 | #iawp-parent .legend-item { |
| 107 | cursor: pointer; |
| 108 | -webkit-user-select: none; |
| 109 | -ms-user-select: none; |
| 110 | user-select: none; |
| 111 | border-radius: 18px; |
| 112 | align-items: center; |
| 113 | margin: 0 0 0 16px; |
| 114 | padding: 4px 12px 4px 8px; |
| 115 | display: inline-flex; |
| 116 | } |
| 117 | |
| 118 | #iawp-parent .legend-item.hidden { |
| 119 | opacity: .5; |
| 120 | } |
| 121 | |
| 122 | #iawp-parent .legend-item span { |
| 123 | height: 16px; |
| 124 | width: 16px; |
| 125 | border-radius: 50%; |
| 126 | margin-right: 4px; |
| 127 | display: inline-block; |
| 128 | } |
| 129 | |
| 130 | #iawp-parent .legend-item p { |
| 131 | margin: 0; |
| 132 | font-weight: 500; |
| 133 | } |
| 134 | |
| 135 | #iawp-parent .legend-item-for-views { |
| 136 | background-color: #efe8fa; |
| 137 | } |
| 138 | |
| 139 | #iawp-parent .legend-item-for-views span { |
| 140 | background-color: #5123a0; |
| 141 | } |
| 142 | |
| 143 | #iawp-parent .legend-item-for-visitors { |
| 144 | background-color: rgba(246, 157, 10, .2); |
| 145 | } |
| 146 | |
| 147 | #iawp-parent .legend-item-for-visitors span { |
| 148 | background-color: #f69d0a; |
| 149 | } |
| 150 | |
| 151 | #iawp-parent .legend-item-for-orders { |
| 152 | background-color: rgba(35, 125, 68, .2); |
| 153 | } |
| 154 | |
| 155 | #iawp-parent .legend-item-for-orders span { |
| 156 | background-color: #237d44; |
| 157 | } |
| 158 | |
| 159 | #iawp-parent .legend-item-for-net-sales { |
| 160 | background-color: rgba(52, 152, 219, .2); |
| 161 | } |
| 162 | |
| 163 | #iawp-parent .legend-item-for-net-sales span { |
| 164 | background-color: #3498db; |
| 165 | } |
| 166 | |
| 167 | #iawp-parent svg text { |
| 168 | stroke-width: 0; |
| 169 | } |
| 170 | |
| 171 | #iawp-parent .data-table { |
| 172 | grid-auto-rows: minmax(30px, auto); |
| 173 | grid-template-columns: repeat(var(--columns), minmax(70px, auto) ); |
| 174 | display: grid; |
| 175 | position: relative; |
| 176 | } |
| 177 | |
| 178 | #iawp-parent .data-table .rows, #iawp-parent .data-table .row, #iawp-parent .data-table .columns { |
| 179 | display: contents; |
| 180 | } |
| 181 | |
| 182 | #iawp-parent .data-table .rows:after, #iawp-parent .data-table .row:after, #iawp-parent .data-table .columns:after { |
| 183 | display: none; |
| 184 | } |
| 185 | |
| 186 | #iawp-parent .data-error { |
| 187 | text-align: center; |
| 188 | color: #363040; |
| 189 | background-color: #f7f5fa; |
| 190 | grid-column: 1 / -1; |
| 191 | margin: 0; |
| 192 | padding: 24px; |
| 193 | } |
| 194 | |
| 195 | #iawp-parent .columns .cell { |
| 196 | z-index: 19; |
| 197 | background-color: #fff; |
| 198 | border-bottom: 1px solid #dedae6; |
| 199 | position: -webkit-sticky; |
| 200 | position: sticky; |
| 201 | top: 144px; |
| 202 | } |
| 203 | |
| 204 | @media (min-width: 601px) { |
| 205 | #iawp-parent .columns .cell { |
| 206 | top: 190px; |
| 207 | } |
| 208 | } |
| 209 | |
| 210 | @media (min-width: 783px) { |
| 211 | #iawp-parent .columns .cell { |
| 212 | top: 176px; |
| 213 | } |
| 214 | } |
| 215 | |
| 216 | @media (min-width: 783px) { |
| 217 | #iawp-parent .columns .cell { |
| 218 | top: 114px; |
| 219 | } |
| 220 | } |
| 221 | |
| 222 | #iawp-parent .header { |
| 223 | flex-wrap: row; |
| 224 | background: #fff; |
| 225 | border-bottom: 1px solid #dedae6; |
| 226 | align-items: center; |
| 227 | display: flex; |
| 228 | } |
| 229 | |
| 230 | #iawp-parent .header .logo { |
| 231 | border-right: 1px solid #dedae6; |
| 232 | padding: 14px 32px 12px; |
| 233 | } |
| 234 | |
| 235 | #iawp-parent .header .logo img { |
| 236 | width: 200px; |
| 237 | height: auto; |
| 238 | } |
| 239 | |
| 240 | #iawp-parent .header .upgrade { |
| 241 | margin-left: 24px; |
| 242 | } |
| 243 | |
| 244 | #iawp-parent .header .upgrade a { |
| 245 | color: #5123a0; |
| 246 | background: #fff3c9; |
| 247 | border: none; |
| 248 | padding: 6px 4px 6px 12px; |
| 249 | font-size: 12px; |
| 250 | } |
| 251 | |
| 252 | #iawp-parent .header .upgrade a:hover, #iawp-parent .header .upgrade a:active, #iawp-parent .header .upgrade a:focus { |
| 253 | color: #6c46ae; |
| 254 | } |
| 255 | |
| 256 | #iawp-parent .header .upgrade a .dashicons { |
| 257 | width: auto; |
| 258 | height: auto; |
| 259 | margin-left: 4px; |
| 260 | font-size: 16px; |
| 261 | } |
| 262 | |
| 263 | #iawp-parent .header .kb { |
| 264 | margin: 0 36px 0 auto; |
| 265 | } |
| 266 | |
| 267 | #iawp-parent .header .kb a { |
| 268 | text-decoration: none; |
| 269 | } |
| 270 | |
| 271 | #iawp-parent .header .kb a .dashicons { |
| 272 | margin: 0 0 0 6px; |
| 273 | } |
| 274 | |
| 275 | #iawp-parent .header .kb .review { |
| 276 | margin-right: 18px; |
| 277 | } |
| 278 | |
| 279 | #iawp-parent .nav { |
| 280 | background: #fff; |
| 281 | padding: 0 0 0 20px; |
| 282 | } |
| 283 | |
| 284 | #iawp-parent .menu { |
| 285 | margin: 0; |
| 286 | padding: 0; |
| 287 | list-style-type: none; |
| 288 | list-style-image: none; |
| 289 | display: flex; |
| 290 | } |
| 291 | |
| 292 | #iawp-parent .menu li:hover > a, #iawp-parent .menu a:hover { |
| 293 | box-shadow: none; |
| 294 | border-bottom-color: #dedae6; |
| 295 | outline: none; |
| 296 | } |
| 297 | |
| 298 | #iawp-parent .menu li:hover > a.active, #iawp-parent .menu a:hover.active { |
| 299 | border-bottom-color: #5123a0; |
| 300 | } |
| 301 | |
| 302 | #iawp-parent .menu-item.upgrade { |
| 303 | position: relative; |
| 304 | } |
| 305 | |
| 306 | #iawp-parent .menu-item.upgrade.first { |
| 307 | border-left: 1px solid #dedae6; |
| 308 | } |
| 309 | |
| 310 | #iawp-parent .menu-item.upgrade:hover a, #iawp-parent .menu-item.upgrade:active a, #iawp-parent .menu-item.upgrade:focus a, #iawp-parent .menu-item.upgrade a:hover, #iawp-parent .menu-item.upgrade a:active, #iawp-parent .menu-item.upgrade a:focus { |
| 311 | box-shadow: none; |
| 312 | border-bottom-color: rgba(0, 0, 0, 0); |
| 313 | outline: none; |
| 314 | } |
| 315 | |
| 316 | #iawp-parent .menu-item.upgrade a { |
| 317 | color: #9a95a6; |
| 318 | } |
| 319 | |
| 320 | #iawp-parent .menu-item.upgrade a:hover, #iawp-parent .menu-item.upgrade a:active, #iawp-parent .menu-item.upgrade a:focus { |
| 321 | color: #363040; |
| 322 | } |
| 323 | |
| 324 | #iawp-parent .menu-link { |
| 325 | white-space: nowrap; |
| 326 | border-bottom: 5px solid rgba(0, 0, 0, 0); |
| 327 | padding: 12px 18px; |
| 328 | font-size: 14px; |
| 329 | display: inline-block; |
| 330 | } |
| 331 | |
| 332 | #iawp-parent .menu-link.active { |
| 333 | border-bottom-color: #5123a0; |
| 334 | } |
| 335 | |
| 336 | #iawp-parent .menu-link:hover ~ .sub-menu, #iawp-parent .menu-link:active ~ .sub-menu, #iawp-parent .menu-link:focus ~ .sub-menu { |
| 337 | opacity: 1; |
| 338 | visibility: visible; |
| 339 | -webkit-transform: translateY(-4px); |
| 340 | transform: translateY(-4px); |
| 341 | } |
| 342 | |
| 343 | #iawp-parent .sub-menu { |
| 344 | z-index: 39; |
| 345 | width: auto; |
| 346 | min-width: 100%; |
| 347 | opacity: 0; |
| 348 | visibility: hidden; |
| 349 | transition: opacity .2s, visibility .2s, -webkit-transform .2s, -webkit-transform .2s, transform .2s; |
| 350 | position: absolute; |
| 351 | top: calc(100% + 4px); |
| 352 | } |
| 353 | |
| 354 | #iawp-parent .sub-menu:hover { |
| 355 | opacity: 1; |
| 356 | visibility: visible; |
| 357 | -webkit-transform: translateY(-4px); |
| 358 | transform: translateY(-4px); |
| 359 | } |
| 360 | |
| 361 | #iawp-parent .sub-menu ul { |
| 362 | background: #fff; |
| 363 | border-radius: 0 0 3px 3px; |
| 364 | padding-bottom: 2px; |
| 365 | overflow: hidden; |
| 366 | box-shadow: 0 2px 8px rgba(0, 0, 0, .1); |
| 367 | } |
| 368 | |
| 369 | #iawp-parent .sub-menu .menu-item { |
| 370 | display: block; |
| 371 | } |
| 372 | |
| 373 | #iawp-parent .sub-menu .menu-link { |
| 374 | border-bottom: none; |
| 375 | display: block; |
| 376 | } |
| 377 | |
| 378 | #iawp-parent .upgrade-popup { |
| 379 | z-index: 99; |
| 380 | width: 300px; |
| 381 | opacity: 0; |
| 382 | visibility: hidden; |
| 383 | background: #fff; |
| 384 | border: 1px solid #dedae6; |
| 385 | border-radius: 6px; |
| 386 | padding: 18px 24px 24px; |
| 387 | transition: opacity .2s, visibility .2s, -webkit-transform .2s, transform .2s; |
| 388 | position: absolute; |
| 389 | top: calc(100% + 12px); |
| 390 | left: 50%; |
| 391 | -webkit-transform: translateX(-50%); |
| 392 | transform: translateX(-50%); |
| 393 | box-shadow: 0 1px 14px rgba(0, 0, 0, .15); |
| 394 | } |
| 395 | |
| 396 | #iawp-parent .upgrade-popup.show { |
| 397 | opacity: 1; |
| 398 | visibility: visible; |
| 399 | -webkit-transform: translateX(-50%)translateY(-6px); |
| 400 | transform: translateX(-50%)translateY(-6px); |
| 401 | } |
| 402 | |
| 403 | #iawp-parent .upgrade-popup .title { |
| 404 | border-bottom: 1px solid #dedae6; |
| 405 | justify-content: space-between; |
| 406 | align-items: center; |
| 407 | padding-bottom: 6px; |
| 408 | font-weight: 700; |
| 409 | display: flex; |
| 410 | } |
| 411 | |
| 412 | #iawp-parent .upgrade-popup .label { |
| 413 | color: #5123a0; |
| 414 | border-radius: 3px; |
| 415 | padding: 4px 8px; |
| 416 | display: inline-block; |
| 417 | } |
| 418 | |
| 419 | #iawp-parent .upgrade-popup .description p { |
| 420 | margin-bottom: 18px; |
| 421 | font-size: 13px; |
| 422 | } |
| 423 | |
| 424 | #iawp-parent .upgrade-popup .description a, #iawp-parent .upgrade-popup .description a:hover, #iawp-parent .upgrade-popup .description a:active, #iawp-parent .upgrade-popup .description a:focus { |
| 425 | color: #fff; |
| 426 | } |
| 427 | |
| 428 | @media (min-width: 1100px) { |
| 429 | #iawp-parent .upgrade-popup { |
| 430 | left: 0; |
| 431 | -webkit-transform: none; |
| 432 | transform: none; |
| 433 | } |
| 434 | |
| 435 | #iawp-parent .upgrade-popup.show { |
| 436 | -webkit-transform: translateY(-6px); |
| 437 | transform: translateY(-6px); |
| 438 | } |
| 439 | } |
| 440 | |
| 441 | #iawp-parent .relative-dates { |
| 442 | grid-gap: 8px; |
| 443 | grid-template-rows: repeat(2, 1fr); |
| 444 | grid-auto-flow: column; |
| 445 | display: grid; |
| 446 | } |
| 447 | |
| 448 | #iawp-parent .relative-dates .iawp-button, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .button { |
| 449 | padding: 8px; |
| 450 | } |
| 451 | |
| 452 | #iawp-parent .relative-dates .iawp-button.active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button { |
| 453 | color: #fff; |
| 454 | } |
| 455 | |
| 456 | #iawp-parent .toolbar { |
| 457 | z-index: 29; |
| 458 | background: #5123a0; |
| 459 | flex-wrap: wrap; |
| 460 | justify-content: center; |
| 461 | display: flex; |
| 462 | position: -webkit-sticky; |
| 463 | position: sticky; |
| 464 | top: 0; |
| 465 | } |
| 466 | |
| 467 | #iawp-parent .toolbar .buttons { |
| 468 | width: 100%; |
| 469 | justify-content: center; |
| 470 | align-items: center; |
| 471 | padding: 18px 24px; |
| 472 | display: flex; |
| 473 | } |
| 474 | |
| 475 | #iawp-parent .toolbar .buttons > div { |
| 476 | margin-right: 12px; |
| 477 | } |
| 478 | |
| 479 | #iawp-parent .toolbar .buttons > div:last-child { |
| 480 | margin-right: 0; |
| 481 | } |
| 482 | |
| 483 | #iawp-parent .toolbar .date-picker-container { |
| 484 | position: relative; |
| 485 | } |
| 486 | |
| 487 | #iawp-parent .toolbar .date-picker-container .dashicons { |
| 488 | color: #5123a0; |
| 489 | position: absolute; |
| 490 | top: 11px; |
| 491 | left: 12px; |
| 492 | } |
| 493 | |
| 494 | #iawp-parent .toolbar .learn-more { |
| 495 | color: #fff; |
| 496 | margin-left: 6px; |
| 497 | text-decoration: none; |
| 498 | } |
| 499 | |
| 500 | #iawp-parent .easepick-wrapper.inline { |
| 501 | display: none; |
| 502 | } |
| 503 | |
| 504 | #iawp-parent .easepick-wrapper.inline.show { |
| 505 | display: block; |
| 506 | } |
| 507 | |
| 508 | @media (min-width: 601px) { |
| 509 | #iawp-parent .toolbar { |
| 510 | top: 46px; |
| 511 | } |
| 512 | } |
| 513 | |
| 514 | @media (min-width: 783px) { |
| 515 | #iawp-parent .toolbar { |
| 516 | top: 32px; |
| 517 | } |
| 518 | } |
| 519 | |
| 520 | @media (min-width: 1200px) { |
| 521 | #iawp-parent .toolbar { |
| 522 | flex-wrap: nowrap; |
| 523 | justify-content: space-between; |
| 524 | } |
| 525 | |
| 526 | #iawp-parent .toolbar .buttons { |
| 527 | width: auto; |
| 528 | justify-content: flex-start; |
| 529 | } |
| 530 | } |
| 531 | |
| 532 | @-webkit-keyframes recording { |
| 533 | 0% { |
| 534 | fill: #efe8fa; |
| 535 | } |
| 536 | |
| 537 | 50% { |
| 538 | fill: #f2afa7; |
| 539 | } |
| 540 | |
| 541 | 100% { |
| 542 | fill: #efe8fa; |
| 543 | } |
| 544 | } |
| 545 | |
| 546 | @keyframes recording { |
| 547 | 0% { |
| 548 | fill: #efe8fa; |
| 549 | } |
| 550 | |
| 551 | 50% { |
| 552 | fill: #f2afa7; |
| 553 | } |
| 554 | |
| 555 | 100% { |
| 556 | fill: #efe8fa; |
| 557 | } |
| 558 | } |
| 559 | |
| 560 | @-webkit-keyframes reload { |
| 561 | 0% { |
| 562 | opacity: 1; |
| 563 | } |
| 564 | |
| 565 | 20% { |
| 566 | opacity: .7; |
| 567 | } |
| 568 | |
| 569 | 100% { |
| 570 | opacity: 1; |
| 571 | } |
| 572 | } |
| 573 | |
| 574 | @keyframes reload { |
| 575 | 0% { |
| 576 | opacity: 1; |
| 577 | } |
| 578 | |
| 579 | 20% { |
| 580 | opacity: .7; |
| 581 | } |
| 582 | |
| 583 | 100% { |
| 584 | opacity: 1; |
| 585 | } |
| 586 | } |
| 587 | |
| 588 | @-webkit-keyframes reloadBg { |
| 589 | 0% { |
| 590 | background-color: #ece9f2; |
| 591 | } |
| 592 | |
| 593 | 20% { |
| 594 | background-color: #f2edfa; |
| 595 | } |
| 596 | |
| 597 | 100% { |
| 598 | background-color: #ece9f2; |
| 599 | } |
| 600 | } |
| 601 | |
| 602 | @keyframes reloadBg { |
| 603 | 0% { |
| 604 | background-color: #ece9f2; |
| 605 | } |
| 606 | |
| 607 | 20% { |
| 608 | background-color: #f2edfa; |
| 609 | } |
| 610 | |
| 611 | 100% { |
| 612 | background-color: #ece9f2; |
| 613 | } |
| 614 | } |
| 615 | |
| 616 | @-webkit-keyframes progressBar { |
| 617 | 0% { |
| 618 | width: 100%; |
| 619 | } |
| 620 | |
| 621 | 100% { |
| 622 | width: 0; |
| 623 | } |
| 624 | } |
| 625 | |
| 626 | @keyframes progressBar { |
| 627 | 0% { |
| 628 | width: 100%; |
| 629 | } |
| 630 | |
| 631 | 100% { |
| 632 | width: 0; |
| 633 | } |
| 634 | } |
| 635 | |
| 636 | #iawp-parent .real-time-dashboard { |
| 637 | z-index: 3; |
| 638 | position: relative; |
| 639 | } |
| 640 | |
| 641 | #iawp-parent .real-time-dashboard:after { |
| 642 | content: ""; |
| 643 | z-index: -1; |
| 644 | position: absolute; |
| 645 | top: -12px; |
| 646 | bottom: -380px; |
| 647 | left: 0; |
| 648 | right: 0; |
| 649 | } |
| 650 | |
| 651 | #iawp-parent .real-time-dashboard.refreshed:after { |
| 652 | -webkit-animation: reloadBg 1s forwards; |
| 653 | animation: reloadBg 1s forwards; |
| 654 | } |
| 655 | |
| 656 | #iawp-parent .real-time-dashboard.refreshed .chart-inner, #iawp-parent .real-time-dashboard.refreshed .most-popular-list, #iawp-parent .real-time-dashboard.refreshed .iawp-heading { |
| 657 | -webkit-animation: reload 1s forwards; |
| 658 | animation: reload 1s forwards; |
| 659 | } |
| 660 | |
| 661 | #iawp-parent .real-time-dashboard.refreshed .progress-bar .inner { |
| 662 | -webkit-animation: progressBar 10s linear forwards; |
| 663 | animation: progressBar 10s linear forwards; |
| 664 | } |
| 665 | |
| 666 | #iawp-parent .real-time-dashboard .iawp-heading { |
| 667 | z-index: 9; |
| 668 | text-align: center; |
| 669 | margin: 12px 0; |
| 670 | padding: 24px; |
| 671 | line-height: 1.5; |
| 672 | position: relative; |
| 673 | } |
| 674 | |
| 675 | #iawp-parent .real-time-dashboard .iawp-heading .learn-more { |
| 676 | color: #363040; |
| 677 | margin-left: 2px; |
| 678 | font-size: 18px; |
| 679 | font-weight: 400; |
| 680 | text-decoration: none; |
| 681 | display: inline-block; |
| 682 | position: absolute; |
| 683 | top: 10px; |
| 684 | left: calc(100% + 8px); |
| 685 | } |
| 686 | |
| 687 | #iawp-parent .real-time-dashboard .iawp-heading .learn-more:hover .tooltip, #iawp-parent .real-time-dashboard .iawp-heading .learn-more:active .tooltip, #iawp-parent .real-time-dashboard .iawp-heading .learn-more:focus .tooltip { |
| 688 | opacity: 1; |
| 689 | visibility: visible; |
| 690 | } |
| 691 | |
| 692 | #iawp-parent .real-time-dashboard .iawp-heading .learn-more .dashicons { |
| 693 | font-size: 22px; |
| 694 | } |
| 695 | |
| 696 | #iawp-parent .real-time-dashboard .iawp-heading .learn-more .tooltip { |
| 697 | width: 250px; |
| 698 | top: 34px; |
| 699 | left: -115px; |
| 700 | } |
| 701 | |
| 702 | #iawp-parent .real-time-dashboard .iawp-title-inner { |
| 703 | display: inline-block; |
| 704 | position: relative; |
| 705 | } |
| 706 | |
| 707 | #iawp-parent .real-time-dashboard .iawp-title-inner svg { |
| 708 | position: absolute; |
| 709 | top: 6px; |
| 710 | right: calc(100% + 8px); |
| 711 | } |
| 712 | |
| 713 | #iawp-parent .real-time-dashboard .most-popular-container { |
| 714 | margin: 24px; |
| 715 | } |
| 716 | |
| 717 | #iawp-parent .real-time-dashboard .recording-icon-outer { |
| 718 | -webkit-animation: recording 2s ease-in-out infinite; |
| 719 | animation: recording 2s ease-in-out infinite; |
| 720 | } |
| 721 | |
| 722 | #iawp-parent .real-time-dashboard .iawp-title { |
| 723 | font-size: 28px; |
| 724 | font-weight: 900; |
| 725 | } |
| 726 | |
| 727 | #iawp-parent .real-time-dashboard .iawp-overview { |
| 728 | font-size: 16px; |
| 729 | } |
| 730 | |
| 731 | #iawp-parent .real-time-dashboard .charts { |
| 732 | flex-wrap: wrap; |
| 733 | justify-content: space-between; |
| 734 | padding: 0 24px; |
| 735 | display: flex; |
| 736 | } |
| 737 | |
| 738 | #iawp-parent .real-time-dashboard .chart-container { |
| 739 | padding: 0; |
| 740 | } |
| 741 | |
| 742 | #iawp-parent .real-time-dashboard .chart-container:first-child { |
| 743 | margin-bottom: 24px; |
| 744 | } |
| 745 | |
| 746 | #iawp-parent .real-time-dashboard .most-popular-list { |
| 747 | margin: 0 0 24px; |
| 748 | position: relative; |
| 749 | } |
| 750 | |
| 751 | #iawp-parent .real-time-dashboard .most-popular-list .heading { |
| 752 | justify-content: space-between; |
| 753 | display: flex; |
| 754 | } |
| 755 | |
| 756 | #iawp-parent .real-time-dashboard .most-popular-list .heading .views-heading { |
| 757 | font-weight: 700; |
| 758 | } |
| 759 | |
| 760 | #iawp-parent .real-time-dashboard .most-popular-list ol { |
| 761 | margin: 24px 0 0; |
| 762 | } |
| 763 | |
| 764 | #iawp-parent .real-time-dashboard .most-popular-list li { |
| 765 | border-bottom: 1px solid #ece9f2; |
| 766 | justify-content: space-between; |
| 767 | align-items: center; |
| 768 | margin-bottom: 8px; |
| 769 | padding-bottom: 8px; |
| 770 | font-size: 14px; |
| 771 | line-height: 1.5; |
| 772 | display: flex; |
| 773 | right: 0; |
| 774 | overflow: hidden; |
| 775 | } |
| 776 | |
| 777 | #iawp-parent .real-time-dashboard .most-popular-list li span { |
| 778 | white-space: nowrap; |
| 779 | } |
| 780 | |
| 781 | #iawp-parent .real-time-dashboard .most-popular-list li img { |
| 782 | width: 32px; |
| 783 | margin-left: 4px; |
| 784 | } |
| 785 | |
| 786 | #iawp-parent .real-time-dashboard .most-popular-list .real-time-resource { |
| 787 | white-space: nowrap; |
| 788 | width: calc(100% - 30px); |
| 789 | margin-left: 4px; |
| 790 | margin-right: 18px; |
| 791 | font-weight: 500; |
| 792 | position: relative; |
| 793 | overflow: hidden; |
| 794 | } |
| 795 | |
| 796 | #iawp-parent .real-time-dashboard .most-popular-list .real-time-resource:after { |
| 797 | content: ""; |
| 798 | width: 30px; |
| 799 | background: linear-gradient(90deg, rgba(255, 255, 255, .4) 0%, #fff 60%); |
| 800 | position: absolute; |
| 801 | top: 0; |
| 802 | bottom: 0; |
| 803 | right: 0; |
| 804 | } |
| 805 | |
| 806 | .iawp-dark-mode #iawp-parent .real-time-dashboard .most-popular-list .real-time-resource:after { |
| 807 | background: linear-gradient(90deg, rgba(54, 48, 64, .4) 0%, #363040 60%); |
| 808 | } |
| 809 | |
| 810 | #iawp-parent .real-time-dashboard .most-popular-list .real-time-subtitle { |
| 811 | color: #aaa6b3; |
| 812 | font-size: 12px; |
| 813 | } |
| 814 | |
| 815 | #iawp-parent .real-time-dashboard .most-popular-empty-message.hide { |
| 816 | display: none; |
| 817 | } |
| 818 | |
| 819 | #iawp-parent .real-time-dashboard .progress-bar { |
| 820 | height: 14px; |
| 821 | background: #fff; |
| 822 | position: fixed; |
| 823 | bottom: 0; |
| 824 | left: 0; |
| 825 | right: 0; |
| 826 | } |
| 827 | |
| 828 | #iawp-parent .real-time-dashboard .progress-bar .inner { |
| 829 | height: 100%; |
| 830 | width: 100%; |
| 831 | background: linear-gradient(90deg, #f65817 0%, #ff9f00 100%); |
| 832 | border-radius: 0 12px 12px 0; |
| 833 | position: absolute; |
| 834 | } |
| 835 | |
| 836 | .iawp-dark-mode #iawp-parent .real-time-dashboard .progress-bar { |
| 837 | background: #363040; |
| 838 | } |
| 839 | |
| 840 | @media (min-width: 600px) { |
| 841 | #iawp-parent .real-time-dashboard .most-popular-container { |
| 842 | flex-wrap: wrap; |
| 843 | justify-content: space-between; |
| 844 | display: flex; |
| 845 | } |
| 846 | |
| 847 | #iawp-parent .real-time-dashboard .most-popular-list { |
| 848 | width: calc(50% - 12px); |
| 849 | } |
| 850 | } |
| 851 | |
| 852 | @media (min-width: 783px) { |
| 853 | #iawp-parent .real-time-dashboard .progress-bar { |
| 854 | left: 36px; |
| 855 | } |
| 856 | } |
| 857 | |
| 858 | @media (min-width: 800px) { |
| 859 | #iawp-parent .real-time-dashboard .iawp-title { |
| 860 | font-size: 42px; |
| 861 | } |
| 862 | |
| 863 | #iawp-parent .real-time-dashboard .iawp-title-inner svg { |
| 864 | top: 16px; |
| 865 | right: calc(100% + 12px); |
| 866 | } |
| 867 | |
| 868 | #iawp-parent .real-time-dashboard .iawp-title-inner .learn-more { |
| 869 | top: 20px; |
| 870 | } |
| 871 | |
| 872 | #iawp-parent .real-time-dashboard .iawp-title-inner .learn-more .dashicons { |
| 873 | font-size: 26px; |
| 874 | } |
| 875 | |
| 876 | #iawp-parent .real-time-dashboard .iawp-overview { |
| 877 | font-size: 18px; |
| 878 | } |
| 879 | |
| 880 | #iawp-parent .real-time-dashboard .charts { |
| 881 | flex-wrap: nowrap; |
| 882 | } |
| 883 | |
| 884 | #iawp-parent .real-time-dashboard .chart-container { |
| 885 | width: calc(50% - 12px); |
| 886 | } |
| 887 | |
| 888 | #iawp-parent .real-time-dashboard .chart-container:first-child { |
| 889 | margin-bottom: 0; |
| 890 | } |
| 891 | } |
| 892 | |
| 893 | @media (min-width: 783px) { |
| 894 | #iawp-parent .real-time-dashboard .progress-bar { |
| 895 | left: 160px; |
| 896 | } |
| 897 | } |
| 898 | |
| 899 | @media (min-width: 1100px) { |
| 900 | #iawp-parent .real-time-dashboard .most-popular-list { |
| 901 | width: calc(33% - 12px); |
| 902 | } |
| 903 | } |
| 904 | |
| 905 | #iawp-parent .campaign-copy { |
| 906 | background: #f7f5fa; |
| 907 | border-bottom: 1px solid #dedae6; |
| 908 | justify-content: space-between; |
| 909 | padding: 24px 36px 36px; |
| 910 | display: flex; |
| 911 | } |
| 912 | |
| 913 | #iawp-parent .campaign-copy input { |
| 914 | flex-grow: 1; |
| 915 | margin: 0 16px 0 0; |
| 916 | } |
| 917 | |
| 918 | #iawp-parent .campaign-copy button { |
| 919 | white-space: nowrap; |
| 920 | } |
| 921 | |
| 922 | #iawp-parent .campaign-copy p { |
| 923 | margin: 0; |
| 924 | } |
| 925 | |
| 926 | #iawp-parent .campaigns-heading { |
| 927 | padding: 12px 36px; |
| 928 | } |
| 929 | |
| 930 | #iawp-parent .campaigns-empty { |
| 931 | padding: 0 36px 12px; |
| 932 | } |
| 933 | |
| 934 | @-webkit-keyframes newCampaign { |
| 935 | 0% { |
| 936 | bottom: -200px; |
| 937 | } |
| 938 | |
| 939 | 80% { |
| 940 | bottom: 5px; |
| 941 | } |
| 942 | |
| 943 | 100% { |
| 944 | bottom: 0; |
| 945 | } |
| 946 | } |
| 947 | |
| 948 | @keyframes newCampaign { |
| 949 | 0% { |
| 950 | bottom: -200px; |
| 951 | } |
| 952 | |
| 953 | 80% { |
| 954 | bottom: 5px; |
| 955 | } |
| 956 | |
| 957 | 100% { |
| 958 | bottom: 0; |
| 959 | } |
| 960 | } |
| 961 | |
| 962 | #iawp-parent .campaign.new { |
| 963 | z-index: 39; |
| 964 | background: #fff; |
| 965 | padding: 24px 36px 36px; |
| 966 | -webkit-animation: newCampaign .5s ease-out; |
| 967 | animation: newCampaign .5s ease-out; |
| 968 | position: fixed; |
| 969 | bottom: 0; |
| 970 | left: 0; |
| 971 | right: 0; |
| 972 | box-shadow: 0 -4px 12px rgba(0, 0, 0, .1); |
| 973 | } |
| 974 | |
| 975 | #iawp-parent .campaign.new .campaign-copy { |
| 976 | background: none; |
| 977 | border-bottom: none; |
| 978 | justify-content: flex-start; |
| 979 | padding: 0 90px 0 0; |
| 980 | } |
| 981 | |
| 982 | #iawp-parent .campaign.new .campaign-text { |
| 983 | max-width: 743px; |
| 984 | } |
| 985 | |
| 986 | #iawp-parent .campaign-title { |
| 987 | margin-top: 0; |
| 988 | font-size: 21px; |
| 989 | } |
| 990 | |
| 991 | #iawp-parent .campaign-text { |
| 992 | width: 100%; |
| 993 | margin-right: 12px; |
| 994 | position: relative; |
| 995 | } |
| 996 | |
| 997 | #iawp-parent .campaign-url { |
| 998 | width: 100%; |
| 999 | box-shadow: none; |
| 1000 | color: #6d6a73; |
| 1001 | background: #fff; |
| 1002 | padding: 8px 12px; |
| 1003 | } |
| 1004 | |
| 1005 | #iawp-parent .campaign-url:focus { |
| 1006 | box-shadow: none; |
| 1007 | border-color: #c5c2cc; |
| 1008 | } |
| 1009 | |
| 1010 | #iawp-parent .campaign-actions { |
| 1011 | display: flex; |
| 1012 | } |
| 1013 | |
| 1014 | #iawp-parent .campaign-actions .iawp-button, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .button { |
| 1015 | margin-right: 8px; |
| 1016 | padding: 8px; |
| 1017 | } |
| 1018 | |
| 1019 | #iawp-parent .campaign-created-at { |
| 1020 | color: #9a95a6; |
| 1021 | margin: 0; |
| 1022 | font-size: 13px; |
| 1023 | position: absolute; |
| 1024 | top: calc(100% + 2px); |
| 1025 | } |
| 1026 | |
| 1027 | #iawp-parent .settings-container .campaign-table tr { |
| 1028 | flex-flow: column wrap; |
| 1029 | margin: 12px 0; |
| 1030 | display: flex; |
| 1031 | } |
| 1032 | |
| 1033 | #iawp-parent .settings-container .campaign-table th { |
| 1034 | width: 180px; |
| 1035 | width: auto; |
| 1036 | margin-bottom: 8px; |
| 1037 | padding: 0; |
| 1038 | font-weight: 400; |
| 1039 | } |
| 1040 | |
| 1041 | #iawp-parent .settings-container .campaign-table td { |
| 1042 | padding: 0; |
| 1043 | } |
| 1044 | |
| 1045 | #iawp-parent .settings-container .campaign-table input { |
| 1046 | padding: 7px 12px; |
| 1047 | } |
| 1048 | |
| 1049 | #iawp-parent .settings-container .campaign-table .required { |
| 1050 | color: #d93b29; |
| 1051 | } |
| 1052 | |
| 1053 | #iawp-parent .campaign-builder .settings-container { |
| 1054 | max-width: 960px; |
| 1055 | padding: 0; |
| 1056 | } |
| 1057 | |
| 1058 | #iawp-parent .campaign-builder .settings-container-header { |
| 1059 | padding: 12px 36px 0; |
| 1060 | } |
| 1061 | |
| 1062 | #iawp-parent .campaign-builder .settings-container-header h2 { |
| 1063 | font-size: 21px; |
| 1064 | line-height: 1.334; |
| 1065 | } |
| 1066 | |
| 1067 | #iawp-parent .campaign-builder .settings-container-header a { |
| 1068 | align-items: center; |
| 1069 | font-size: 14px; |
| 1070 | display: flex; |
| 1071 | } |
| 1072 | |
| 1073 | #iawp-parent .campaign-builder .settings-container-header a .dashicons { |
| 1074 | margin-left: 3px; |
| 1075 | font-size: 19px; |
| 1076 | } |
| 1077 | |
| 1078 | #iawp-parent .campaign-builder .table-container { |
| 1079 | padding: 0 36px; |
| 1080 | } |
| 1081 | |
| 1082 | #iawp-parent .campaign-builder .submit-container { |
| 1083 | background-color: #f7f5fa; |
| 1084 | border-radius: 0 0 6px 6px; |
| 1085 | justify-content: flex-end; |
| 1086 | align-items: center; |
| 1087 | padding: 24px 36px; |
| 1088 | display: flex; |
| 1089 | } |
| 1090 | |
| 1091 | #iawp-parent .campaign-builder .submit-container p { |
| 1092 | margin: 0; |
| 1093 | padding: 0; |
| 1094 | } |
| 1095 | |
| 1096 | #iawp-parent .campaign-builder .submit button { |
| 1097 | position: relative; |
| 1098 | } |
| 1099 | |
| 1100 | #iawp-parent .campaign-builder .submit button .dashicons { |
| 1101 | width: auto; |
| 1102 | height: auto; |
| 1103 | color: #5123a0; |
| 1104 | font-size: 22px; |
| 1105 | -webkit-animation: rotation 2s linear infinite; |
| 1106 | animation: rotation 2s linear infinite; |
| 1107 | display: none; |
| 1108 | position: absolute; |
| 1109 | top: 9px; |
| 1110 | left: calc(50% - 10px); |
| 1111 | } |
| 1112 | |
| 1113 | #iawp-parent .campaign-builder .submit button.building { |
| 1114 | color: rgba(0, 0, 0, 0) !important; |
| 1115 | } |
| 1116 | |
| 1117 | #iawp-parent .campaign-builder .submit button.building .dashicons { |
| 1118 | display: inline-block; |
| 1119 | } |
| 1120 | |
| 1121 | @media (min-width: 783px) { |
| 1122 | #iawp-parent .campaign.new { |
| 1123 | left: 36px; |
| 1124 | } |
| 1125 | } |
| 1126 | |
| 1127 | @media (min-width: 961px) { |
| 1128 | #iawp-parent .campaign.new { |
| 1129 | left: 160px; |
| 1130 | } |
| 1131 | } |
| 1132 | |
| 1133 | @media (min-width: 900px) { |
| 1134 | #iawp-parent .campaign-builder tbody { |
| 1135 | flex-wrap: wrap; |
| 1136 | justify-content: space-between; |
| 1137 | padding: 6px 0 18px; |
| 1138 | display: flex; |
| 1139 | } |
| 1140 | |
| 1141 | #iawp-parent .campaign-builder .campaign-table tr { |
| 1142 | width: calc(50% - 12px); |
| 1143 | margin: 6px 0; |
| 1144 | } |
| 1145 | } |
| 1146 | |
| 1147 | #iawp-parent .customize-columns input[disabled="disabled"] { |
| 1148 | cursor: not-allowed; |
| 1149 | } |
| 1150 | |
| 1151 | #iawp-parent .customize-columns input[disabled="disabled"] + span { |
| 1152 | color: #aaa6b3; |
| 1153 | cursor: not-allowed; |
| 1154 | } |
| 1155 | |
| 1156 | #iawp-parent .customize-columns .wc-title { |
| 1157 | justify-content: space-between; |
| 1158 | align-items: center; |
| 1159 | display: flex; |
| 1160 | } |
| 1161 | |
| 1162 | #iawp-parent .customize-columns .pro-label { |
| 1163 | color: #5123a0; |
| 1164 | background-color: #efe8fa; |
| 1165 | border-radius: 3px; |
| 1166 | padding: 1px 8px; |
| 1167 | font-size: 11px; |
| 1168 | } |
| 1169 | |
| 1170 | #iawp-parent .filters .condition { |
| 1171 | margin-bottom: 12px; |
| 1172 | padding-right: 24px; |
| 1173 | position: relative; |
| 1174 | } |
| 1175 | |
| 1176 | #iawp-parent .filters .operator-select-container, #iawp-parent .filters .operand-field-container { |
| 1177 | position: relative; |
| 1178 | } |
| 1179 | |
| 1180 | #iawp-parent .filters .operator-select-container:before, #iawp-parent .filters .operand-field-container:before { |
| 1181 | content: ""; |
| 1182 | z-index: 3; |
| 1183 | background: #efe8fa; |
| 1184 | border-radius: 3px; |
| 1185 | position: absolute; |
| 1186 | top: 1px; |
| 1187 | bottom: 1px; |
| 1188 | left: 1px; |
| 1189 | right: 1px; |
| 1190 | } |
| 1191 | |
| 1192 | #iawp-parent .filters .operator-select-container select, #iawp-parent .filters .operator-select-container input, #iawp-parent .filters .operand-field-container select, #iawp-parent .filters .operand-field-container input { |
| 1193 | display: none; |
| 1194 | } |
| 1195 | |
| 1196 | #iawp-parent .filters .operator-select-container select.show, #iawp-parent .filters .operator-select-container input.show, #iawp-parent .filters .operand-field-container select.show, #iawp-parent .filters .operand-field-container input.show { |
| 1197 | z-index: 9; |
| 1198 | display: block; |
| 1199 | position: relative; |
| 1200 | } |
| 1201 | |
| 1202 | #iawp-parent .filters .actions button { |
| 1203 | margin-right: 4px; |
| 1204 | } |
| 1205 | |
| 1206 | #iawp-parent .input-group { |
| 1207 | background: #f7f5fa; |
| 1208 | border: 1px solid #dedae6; |
| 1209 | border-radius: 3px; |
| 1210 | justify-content: space-between; |
| 1211 | padding: 8px; |
| 1212 | display: flex; |
| 1213 | } |
| 1214 | |
| 1215 | #iawp-parent .input-group > div { |
| 1216 | flex: 1; |
| 1217 | margin: 0 3px; |
| 1218 | } |
| 1219 | |
| 1220 | #iawp-parent .input-group > div select, #iawp-parent .input-group > div input { |
| 1221 | width: 100%; |
| 1222 | } |
| 1223 | |
| 1224 | #iawp-parent #iawp-learn { |
| 1225 | max-width: 1000px; |
| 1226 | padding: 12px; |
| 1227 | } |
| 1228 | |
| 1229 | #iawp-parent #iawp-learn h2 { |
| 1230 | margin: 0 0 12px; |
| 1231 | font-size: 28px; |
| 1232 | } |
| 1233 | |
| 1234 | #iawp-parent #iawp-learn h3 { |
| 1235 | margin: 0 0 12px; |
| 1236 | font-size: 21px; |
| 1237 | } |
| 1238 | |
| 1239 | #iawp-parent #iawp-learn p, #iawp-parent #iawp-learn li { |
| 1240 | margin: 10px 0; |
| 1241 | font-size: 16px; |
| 1242 | } |
| 1243 | |
| 1244 | #iawp-parent #iawp-learn ul { |
| 1245 | margin-top: 24px; |
| 1246 | } |
| 1247 | |
| 1248 | #iawp-parent #iawp-learn li { |
| 1249 | margin-bottom: 18px; |
| 1250 | } |
| 1251 | |
| 1252 | #iawp-parent #iawp-learn a { |
| 1253 | color: #5123a0; |
| 1254 | } |
| 1255 | |
| 1256 | #iawp-parent #iawp-learn .heading { |
| 1257 | padding: 24px; |
| 1258 | } |
| 1259 | |
| 1260 | #iawp-parent #iawp-learn .heading p { |
| 1261 | font-size: 18px; |
| 1262 | } |
| 1263 | |
| 1264 | #iawp-parent #iawp-learn .search-container { |
| 1265 | margin: 28px 0 18px; |
| 1266 | position: relative; |
| 1267 | } |
| 1268 | |
| 1269 | #iawp-parent #iawp-learn .search-container .dashicons { |
| 1270 | color: #6d6a73; |
| 1271 | position: absolute; |
| 1272 | top: 10px; |
| 1273 | left: 12px; |
| 1274 | } |
| 1275 | |
| 1276 | #iawp-parent #iawp-learn .search-field { |
| 1277 | max-width: none; |
| 1278 | width: 100%; |
| 1279 | background-color: #f7f5fa; |
| 1280 | border-radius: 24px; |
| 1281 | margin-left: -2px; |
| 1282 | padding: 6px 18px 6px 38px; |
| 1283 | font-size: 14px; |
| 1284 | } |
| 1285 | |
| 1286 | #iawp-parent #iawp-learn .search-field:focus { |
| 1287 | background-color: #fff; |
| 1288 | } |
| 1289 | |
| 1290 | #iawp-parent #iawp-learn .tutorials { |
| 1291 | justify-content: space-between; |
| 1292 | padding: 0 24px; |
| 1293 | display: flex; |
| 1294 | } |
| 1295 | |
| 1296 | #iawp-parent #iawp-learn .advanced { |
| 1297 | width: 54%; |
| 1298 | margin-right: 6%; |
| 1299 | } |
| 1300 | |
| 1301 | #iawp-parent #iawp-learn .basic { |
| 1302 | width: 38%; |
| 1303 | margin-right: 2%; |
| 1304 | } |
| 1305 | |
| 1306 | #iawp-parent #iawp-learn .tutorial { |
| 1307 | margin-bottom: 36px; |
| 1308 | } |
| 1309 | |
| 1310 | #iawp-parent #iawp-learn .updates { |
| 1311 | border-top: 1px solid #dedae6; |
| 1312 | justify-content: space-between; |
| 1313 | padding: 24px; |
| 1314 | display: flex; |
| 1315 | } |
| 1316 | |
| 1317 | #iawp-parent #iawp-learn .from-the-blog { |
| 1318 | width: 54%; |
| 1319 | margin-right: 6%; |
| 1320 | } |
| 1321 | |
| 1322 | #iawp-parent #iawp-learn .feedback { |
| 1323 | width: 38%; |
| 1324 | margin-right: 2%; |
| 1325 | } |
| 1326 | |
| 1327 | #iawp-parent #iawp-learn .social-icons { |
| 1328 | padding: 0 24px 24px; |
| 1329 | } |
| 1330 | |
| 1331 | #iawp-parent #iawp-learn .social-icons-list { |
| 1332 | margin-top: 24px; |
| 1333 | display: flex; |
| 1334 | } |
| 1335 | |
| 1336 | #iawp-parent #iawp-learn .social-icons-list a { |
| 1337 | width: 38px; |
| 1338 | height: 38px; |
| 1339 | border: 1px solid #363040; |
| 1340 | border-radius: 50%; |
| 1341 | justify-content: center; |
| 1342 | align-items: center; |
| 1343 | margin-right: 12px; |
| 1344 | display: flex; |
| 1345 | } |
| 1346 | |
| 1347 | #iawp-parent #iawp-learn .social-icons-list a:hover { |
| 1348 | background-color: #efe8fa; |
| 1349 | border-color: #5123a0; |
| 1350 | } |
| 1351 | |
| 1352 | #iawp-parent #iawp-learn .social-icons-list img { |
| 1353 | height: 18px; |
| 1354 | width: auto; |
| 1355 | display: block; |
| 1356 | } |
| 1357 | |
| 1358 | #iawp-parent .mm { |
| 1359 | font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; |
| 1360 | } |
| 1361 | |
| 1362 | #iawp-parent .mm__overlay { |
| 1363 | background: rgba(0, 0, 0, .6); |
| 1364 | justify-content: center; |
| 1365 | align-items: center; |
| 1366 | display: flex; |
| 1367 | position: fixed; |
| 1368 | top: 0; |
| 1369 | bottom: 0; |
| 1370 | left: 0; |
| 1371 | right: 0; |
| 1372 | } |
| 1373 | |
| 1374 | #iawp-parent .mm__container { |
| 1375 | max-width: 500px; |
| 1376 | max-height: 100vh; |
| 1377 | box-sizing: border-box; |
| 1378 | background-color: #fff; |
| 1379 | border-radius: 4px; |
| 1380 | padding: 30px; |
| 1381 | overflow-y: auto; |
| 1382 | } |
| 1383 | |
| 1384 | #iawp-parent .mm__header { |
| 1385 | justify-content: space-between; |
| 1386 | align-items: center; |
| 1387 | display: flex; |
| 1388 | } |
| 1389 | |
| 1390 | #iawp-parent .mm__title { |
| 1391 | color: #00449e; |
| 1392 | box-sizing: border-box; |
| 1393 | margin-top: 0; |
| 1394 | margin-bottom: 0; |
| 1395 | font-size: 1.25rem; |
| 1396 | font-weight: 600; |
| 1397 | line-height: 1.25; |
| 1398 | } |
| 1399 | |
| 1400 | #iawp-parent .mm__close { |
| 1401 | background: none; |
| 1402 | border: 0; |
| 1403 | } |
| 1404 | |
| 1405 | #iawp-parent .mm__header .mm__close:before { |
| 1406 | content: "✕"; |
| 1407 | } |
| 1408 | |
| 1409 | #iawp-parent .mm__content { |
| 1410 | color: rgba(0, 0, 0, .8); |
| 1411 | margin-top: 2rem; |
| 1412 | margin-bottom: 2rem; |
| 1413 | line-height: 1.5; |
| 1414 | } |
| 1415 | |
| 1416 | #iawp-parent .mm__btn { |
| 1417 | color: rgba(0, 0, 0, .8); |
| 1418 | cursor: pointer; |
| 1419 | -webkit-appearance: button; |
| 1420 | text-transform: none; |
| 1421 | will-change: transform; |
| 1422 | -moz-osx-font-smoothing: grayscale; |
| 1423 | -webkit-backface-visibility: hidden; |
| 1424 | backface-visibility: hidden; |
| 1425 | background-color: #e6e6e6; |
| 1426 | border-style: none; |
| 1427 | border-width: 0; |
| 1428 | border-radius: .25rem; |
| 1429 | margin: 0; |
| 1430 | padding: .5rem 1rem; |
| 1431 | font-size: .875rem; |
| 1432 | line-height: 1.15; |
| 1433 | transition: -webkit-transform .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out; |
| 1434 | overflow: visible; |
| 1435 | -webkit-transform: translateZ(0); |
| 1436 | transform: translateZ(0); |
| 1437 | } |
| 1438 | |
| 1439 | #iawp-parent .mm__btn:focus, #iawp-parent .mm__btn:hover { |
| 1440 | -webkit-transform: scale(1.05); |
| 1441 | transform: scale(1.05); |
| 1442 | } |
| 1443 | |
| 1444 | #iawp-parent .mm__btn-primary { |
| 1445 | color: #fff; |
| 1446 | background-color: #00449e; |
| 1447 | } |
| 1448 | |
| 1449 | @-webkit-keyframes mmfadeIn { |
| 1450 | from { |
| 1451 | opacity: 0; |
| 1452 | } |
| 1453 | |
| 1454 | to { |
| 1455 | opacity: 1; |
| 1456 | } |
| 1457 | } |
| 1458 | |
| 1459 | @keyframes mmfadeIn { |
| 1460 | from { |
| 1461 | opacity: 0; |
| 1462 | } |
| 1463 | |
| 1464 | to { |
| 1465 | opacity: 1; |
| 1466 | } |
| 1467 | } |
| 1468 | |
| 1469 | @-webkit-keyframes mmfadeOut { |
| 1470 | from { |
| 1471 | opacity: 1; |
| 1472 | } |
| 1473 | |
| 1474 | to { |
| 1475 | opacity: 0; |
| 1476 | } |
| 1477 | } |
| 1478 | |
| 1479 | @keyframes mmfadeOut { |
| 1480 | from { |
| 1481 | opacity: 1; |
| 1482 | } |
| 1483 | |
| 1484 | to { |
| 1485 | opacity: 0; |
| 1486 | } |
| 1487 | } |
| 1488 | |
| 1489 | @-webkit-keyframes mmslideIn { |
| 1490 | from { |
| 1491 | -webkit-transform: translateY(15%); |
| 1492 | transform: translateY(15%); |
| 1493 | } |
| 1494 | |
| 1495 | to { |
| 1496 | -webkit-transform: translateY(0); |
| 1497 | transform: translateY(0); |
| 1498 | } |
| 1499 | } |
| 1500 | |
| 1501 | @keyframes mmslideIn { |
| 1502 | from { |
| 1503 | -webkit-transform: translateY(15%); |
| 1504 | transform: translateY(15%); |
| 1505 | } |
| 1506 | |
| 1507 | to { |
| 1508 | -webkit-transform: translateY(0); |
| 1509 | transform: translateY(0); |
| 1510 | } |
| 1511 | } |
| 1512 | |
| 1513 | @-webkit-keyframes mmslideOut { |
| 1514 | from { |
| 1515 | -webkit-transform: translateY(0); |
| 1516 | transform: translateY(0); |
| 1517 | } |
| 1518 | |
| 1519 | to { |
| 1520 | -webkit-transform: translateY(-10%); |
| 1521 | transform: translateY(-10%); |
| 1522 | } |
| 1523 | } |
| 1524 | |
| 1525 | @keyframes mmslideOut { |
| 1526 | from { |
| 1527 | -webkit-transform: translateY(0); |
| 1528 | transform: translateY(0); |
| 1529 | } |
| 1530 | |
| 1531 | to { |
| 1532 | -webkit-transform: translateY(-10%); |
| 1533 | transform: translateY(-10%); |
| 1534 | } |
| 1535 | } |
| 1536 | |
| 1537 | #iawp-parent .micromodal-slide { |
| 1538 | display: none; |
| 1539 | } |
| 1540 | |
| 1541 | #iawp-parent .micromodal-slide.is-open { |
| 1542 | display: block; |
| 1543 | } |
| 1544 | |
| 1545 | #iawp-parent .micromodal-slide[aria-hidden="false"] .mm__overlay { |
| 1546 | -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1); |
| 1547 | animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1); |
| 1548 | } |
| 1549 | |
| 1550 | #iawp-parent .micromodal-slide[aria-hidden="false"] .mm__container { |
| 1551 | -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1); |
| 1552 | animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1); |
| 1553 | } |
| 1554 | |
| 1555 | #iawp-parent .micromodal-slide[aria-hidden="true"] .mm__overlay { |
| 1556 | -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1); |
| 1557 | animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1); |
| 1558 | } |
| 1559 | |
| 1560 | #iawp-parent .micromodal-slide[aria-hidden="true"] .mm__container { |
| 1561 | -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1); |
| 1562 | animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1); |
| 1563 | } |
| 1564 | |
| 1565 | #iawp-parent .micromodal-slide .mm__container, #iawp-parent .micromodal-slide .mm__overlay { |
| 1566 | will-change: transform; |
| 1567 | } |
| 1568 | |
| 1569 | #iawp-parent .modal-parent.small { |
| 1570 | position: relative; |
| 1571 | } |
| 1572 | |
| 1573 | #iawp-parent .modal { |
| 1574 | z-index: 19; |
| 1575 | opacity: 0; |
| 1576 | visibility: hidden; |
| 1577 | background: #fff; |
| 1578 | border-radius: 3px; |
| 1579 | transition: opacity .2s, visibility .2s, -webkit-transform .2s, transform .2s; |
| 1580 | position: absolute; |
| 1581 | top: calc(100% + 16px); |
| 1582 | left: 0; |
| 1583 | box-shadow: 0 4px 8px rgba(0, 0, 0, .1); |
| 1584 | } |
| 1585 | |
| 1586 | #iawp-parent .modal.show { |
| 1587 | opacity: 1; |
| 1588 | visibility: visible; |
| 1589 | -webkit-transform: translateY(-4px); |
| 1590 | transform: translateY(-4px); |
| 1591 | } |
| 1592 | |
| 1593 | #iawp-parent .modal.small { |
| 1594 | width: 220px; |
| 1595 | } |
| 1596 | |
| 1597 | #iawp-parent .modal.large { |
| 1598 | width: 96%; |
| 1599 | max-width: 800px; |
| 1600 | top: 80px; |
| 1601 | left: 50%; |
| 1602 | -webkit-transform: translateX(-50%); |
| 1603 | transform: translateX(-50%); |
| 1604 | } |
| 1605 | |
| 1606 | #iawp-parent .modal.large.show { |
| 1607 | -webkit-transform: translateY(-4px)translateX(-50%); |
| 1608 | transform: translateY(-4px)translateX(-50%); |
| 1609 | } |
| 1610 | |
| 1611 | #iawp-parent .modal.flex { |
| 1612 | width: auto; |
| 1613 | max-width: unset; |
| 1614 | } |
| 1615 | |
| 1616 | #iawp-parent .modal-inner { |
| 1617 | padding: 12px 24px; |
| 1618 | } |
| 1619 | |
| 1620 | #iawp-parent .modal-inner > div { |
| 1621 | margin-bottom: 18px; |
| 1622 | } |
| 1623 | |
| 1624 | @media (min-width: 1200px) { |
| 1625 | #iawp-parent .modal-parent { |
| 1626 | position: relative; |
| 1627 | } |
| 1628 | |
| 1629 | #iawp-parent .modal.large { |
| 1630 | width: 800px; |
| 1631 | top: calc(100% + 12px); |
| 1632 | left: 0; |
| 1633 | -webkit-transform: none; |
| 1634 | transform: none; |
| 1635 | } |
| 1636 | |
| 1637 | #iawp-parent .modal.large.show { |
| 1638 | -webkit-transform: translateY(-4px); |
| 1639 | transform: translateY(-4px); |
| 1640 | } |
| 1641 | |
| 1642 | #iawp-parent .modal.flex { |
| 1643 | width: auto; |
| 1644 | } |
| 1645 | } |
| 1646 | |
| 1647 | #iawp-parent .pagination { |
| 1648 | justify-content: center; |
| 1649 | margin: 24px; |
| 1650 | display: flex; |
| 1651 | } |
| 1652 | |
| 1653 | #iawp-parent .settings-container { |
| 1654 | color: #18141f; |
| 1655 | max-width: 700px; |
| 1656 | background: #fff; |
| 1657 | border: 1px solid #dedae6; |
| 1658 | border-radius: 6px; |
| 1659 | margin: 24px; |
| 1660 | padding: 12px 24px 24px; |
| 1661 | } |
| 1662 | |
| 1663 | #iawp-parent .settings-container p.submit { |
| 1664 | padding-bottom: 0; |
| 1665 | } |
| 1666 | |
| 1667 | #iawp-parent .settings-container label { |
| 1668 | display: inline; |
| 1669 | } |
| 1670 | |
| 1671 | #iawp-parent .settings-container .button-group { |
| 1672 | margin: 12px 0; |
| 1673 | } |
| 1674 | |
| 1675 | #iawp-parent .settings-container .button-group button { |
| 1676 | margin-right: 12px; |
| 1677 | } |
| 1678 | |
| 1679 | #iawp-parent .settings-container .column-label { |
| 1680 | display: inline-block; |
| 1681 | } |
| 1682 | |
| 1683 | #iawp-parent .settings-container th { |
| 1684 | width: 240px; |
| 1685 | } |
| 1686 | |
| 1687 | #iawp-parent .settings-container td { |
| 1688 | margin-top: 12px; |
| 1689 | } |
| 1690 | |
| 1691 | #iawp-parent .settings-container .post-types label { |
| 1692 | margin-right: 4px; |
| 1693 | } |
| 1694 | |
| 1695 | #iawp-parent .settings-container .shortcode-note { |
| 1696 | margin-left: 240px; |
| 1697 | } |
| 1698 | |
| 1699 | #iawp-parent .settings-container .shortcode-note p { |
| 1700 | font-size: 14px; |
| 1701 | } |
| 1702 | |
| 1703 | #iawp-parent .settings-container-header { |
| 1704 | justify-content: space-between; |
| 1705 | align-items: center; |
| 1706 | display: flex; |
| 1707 | } |
| 1708 | |
| 1709 | #iawp-parent .form-table input[type="text"]:disabled { |
| 1710 | box-shadow: none; |
| 1711 | cursor: not-allowed; |
| 1712 | background: #f0f0f2; |
| 1713 | } |
| 1714 | |
| 1715 | #iawp-parent .form-table input[type="text"] { |
| 1716 | width: 100%; |
| 1717 | } |
| 1718 | |
| 1719 | #iawp-parent .form-table input[type="text"]::-webkit-input-placeholder { |
| 1720 | color: #aeaeae; |
| 1721 | } |
| 1722 | |
| 1723 | #iawp-parent .form-table input[type="text"]::-ms-input-placeholder { |
| 1724 | color: #aeaeae; |
| 1725 | } |
| 1726 | |
| 1727 | #iawp-parent .form-table input[type="text"]::placeholder { |
| 1728 | color: #aeaeae; |
| 1729 | } |
| 1730 | |
| 1731 | #iawp-parent .form-table .description { |
| 1732 | color: #6d6a73; |
| 1733 | font-size: 13px; |
| 1734 | } |
| 1735 | |
| 1736 | #iawp-parent p.error { |
| 1737 | color: #d93b29; |
| 1738 | font-size: 13px; |
| 1739 | } |
| 1740 | |
| 1741 | #iawp-parent #ip-entry-blueprint { |
| 1742 | display: none; |
| 1743 | } |
| 1744 | |
| 1745 | #iawp-parent .user-capability-settings .inner { |
| 1746 | align-items: center; |
| 1747 | display: flex; |
| 1748 | } |
| 1749 | |
| 1750 | #iawp-parent .user-capability-settings #save-permissions { |
| 1751 | position: relative; |
| 1752 | } |
| 1753 | |
| 1754 | #iawp-parent .user-capability-settings #save-permissions:after { |
| 1755 | content: ""; |
| 1756 | font-family: Dashicons; |
| 1757 | font-size: 20px; |
| 1758 | -webkit-animation: dashicons-spin 1s linear infinite; |
| 1759 | animation: dashicons-spin 1s linear infinite; |
| 1760 | display: none; |
| 1761 | position: absolute; |
| 1762 | top: calc(50% - 11px); |
| 1763 | left: calc(50% - 11px); |
| 1764 | } |
| 1765 | |
| 1766 | #iawp-parent .user-capability-settings #save-permissions.saving { |
| 1767 | color: rgba(0, 0, 0, 0); |
| 1768 | } |
| 1769 | |
| 1770 | #iawp-parent .user-capability-settings #save-permissions.saving:after { |
| 1771 | color: #fff; |
| 1772 | display: block; |
| 1773 | } |
| 1774 | |
| 1775 | #iawp-parent .user-roles { |
| 1776 | margin-left: 12px; |
| 1777 | } |
| 1778 | |
| 1779 | #iawp-parent .user-roles .role { |
| 1780 | display: none; |
| 1781 | } |
| 1782 | |
| 1783 | #iawp-parent .user-roles .role.show { |
| 1784 | display: flex; |
| 1785 | } |
| 1786 | |
| 1787 | #iawp-parent .user-roles label { |
| 1788 | align-items: center; |
| 1789 | margin: 0 14px 0 0; |
| 1790 | display: flex; |
| 1791 | } |
| 1792 | |
| 1793 | #iawp-parent .user-roles label input { |
| 1794 | margin: 0 5px 0 0; |
| 1795 | } |
| 1796 | |
| 1797 | #iawp-parent .note { |
| 1798 | font-style: italic; |
| 1799 | } |
| 1800 | |
| 1801 | #iawp-parent .save-button-container { |
| 1802 | align-items: center; |
| 1803 | margin: 36px 0 12px; |
| 1804 | display: flex; |
| 1805 | } |
| 1806 | |
| 1807 | #iawp-parent .save-button-container .warning-message { |
| 1808 | color: #f69d0a; |
| 1809 | font-weight: 700px; |
| 1810 | margin: 0 0 0 12px; |
| 1811 | display: none; |
| 1812 | } |
| 1813 | |
| 1814 | #iawp-parent .permission-blocked { |
| 1815 | max-width: 600px; |
| 1816 | background: #fff; |
| 1817 | border: 1px solid #dedae6; |
| 1818 | border-radius: 6px; |
| 1819 | margin: 24px; |
| 1820 | padding: 12px; |
| 1821 | } |
| 1822 | |
| 1823 | #iawp-parent .iawp-notices { |
| 1824 | z-index: 99; |
| 1825 | flex-wrap: wrap; |
| 1826 | display: flex; |
| 1827 | position: fixed; |
| 1828 | bottom: 24px; |
| 1829 | left: 12px; |
| 1830 | } |
| 1831 | |
| 1832 | #iawp-parent .iawp-notice { |
| 1833 | color: #fff; |
| 1834 | background: #363040; |
| 1835 | border-radius: 6px; |
| 1836 | align-items: center; |
| 1837 | margin-top: 12px; |
| 1838 | display: flex; |
| 1839 | box-shadow: 0 1px 18px rgba(0, 0, 0, .15); |
| 1840 | } |
| 1841 | |
| 1842 | #iawp-parent .iawp-notice.iawp-warning .icon { |
| 1843 | background: #f69d0a; |
| 1844 | } |
| 1845 | |
| 1846 | #iawp-parent .iawp-notice.iawp-error .icon { |
| 1847 | background: #d93b29; |
| 1848 | } |
| 1849 | |
| 1850 | #iawp-parent .iawp-notice > div { |
| 1851 | padding: 12px; |
| 1852 | } |
| 1853 | |
| 1854 | #iawp-parent .iawp-notice .icon { |
| 1855 | color: #fff; |
| 1856 | border-radius: 6px 0 0 6px; |
| 1857 | align-self: stretch; |
| 1858 | align-items: center; |
| 1859 | padding: 12px 18px; |
| 1860 | display: flex; |
| 1861 | } |
| 1862 | |
| 1863 | #iawp-parent .iawp-notice .dashicons { |
| 1864 | margin-right: 4px; |
| 1865 | } |
| 1866 | |
| 1867 | #iawp-parent .iawp-notice p { |
| 1868 | max-width: 700px; |
| 1869 | margin: 0 12px; |
| 1870 | font-size: 14px; |
| 1871 | } |
| 1872 | |
| 1873 | #iawp-parent .email-reports { |
| 1874 | position: relative; |
| 1875 | } |
| 1876 | |
| 1877 | #iawp-parent .email-reports p { |
| 1878 | font-size: 14px; |
| 1879 | } |
| 1880 | |
| 1881 | #iawp-parent .email-reports textarea { |
| 1882 | width: 100%; |
| 1883 | } |
| 1884 | |
| 1885 | #iawp-parent .email-reports .test-email { |
| 1886 | margin-left: 12px; |
| 1887 | } |
| 1888 | |
| 1889 | #iawp-parent .email-reports .test-email.sending { |
| 1890 | color: #5123a0; |
| 1891 | background: #5123a0; |
| 1892 | position: relative; |
| 1893 | } |
| 1894 | |
| 1895 | #iawp-parent .email-reports .test-email.sending:hover, #iawp-parent .email-reports .test-email.sending:active, #iawp-parent .email-reports .test-email.sending:focus { |
| 1896 | color: #5123a0; |
| 1897 | } |
| 1898 | |
| 1899 | #iawp-parent .email-reports .test-email.sending:after { |
| 1900 | content: ""; |
| 1901 | color: #fff; |
| 1902 | font-family: Dashicons; |
| 1903 | font-size: 22px; |
| 1904 | -webkit-animation: dashicons-spin 1s linear infinite; |
| 1905 | animation: dashicons-spin 1s linear infinite; |
| 1906 | position: absolute; |
| 1907 | top: calc(50% - 11px); |
| 1908 | left: calc(50% - 11px); |
| 1909 | } |
| 1910 | |
| 1911 | #iawp-parent .email-reports .test-email.sent { |
| 1912 | color: #36b366; |
| 1913 | background: #36b366; |
| 1914 | border-color: #36b366; |
| 1915 | position: relative; |
| 1916 | } |
| 1917 | |
| 1918 | #iawp-parent .email-reports .test-email.sent:hover, #iawp-parent .email-reports .test-email.sent:active, #iawp-parent .email-reports .test-email.sent:focus { |
| 1919 | color: #36b366; |
| 1920 | background: #36b366; |
| 1921 | border-color: #36b366; |
| 1922 | } |
| 1923 | |
| 1924 | #iawp-parent .email-reports .test-email.sent:after { |
| 1925 | content: ""; |
| 1926 | color: #fff; |
| 1927 | font-family: Dashicons; |
| 1928 | font-size: 22px; |
| 1929 | position: absolute; |
| 1930 | top: calc(50% - 11px); |
| 1931 | left: calc(50% - 11px); |
| 1932 | } |
| 1933 | |
| 1934 | #iawp-parent .email-reports .test-email.failed { |
| 1935 | color: #d93b29; |
| 1936 | background: #d93b29; |
| 1937 | border-color: #d93b29; |
| 1938 | position: relative; |
| 1939 | } |
| 1940 | |
| 1941 | #iawp-parent .email-reports .test-email.failed:hover, #iawp-parent .email-reports .test-email.failed:active, #iawp-parent .email-reports .test-email.failed:focus { |
| 1942 | color: #d93b29; |
| 1943 | background: #d93b29; |
| 1944 | border-color: #d93b29; |
| 1945 | } |
| 1946 | |
| 1947 | #iawp-parent .email-reports .test-email.failed:after { |
| 1948 | content: "� |
| 1949 | �"; |
| 1950 | color: #fff; |
| 1951 | font-family: Dashicons; |
| 1952 | font-size: 22px; |
| 1953 | position: absolute; |
| 1954 | top: calc(50% - 11px); |
| 1955 | left: calc(50% - 11px); |
| 1956 | } |
| 1957 | |
| 1958 | #iawp-parent .blueprint { |
| 1959 | display: none; |
| 1960 | } |
| 1961 | |
| 1962 | #iawp-parent form.empty .empty, #iawp-parent form.exists .exists { |
| 1963 | display: block; |
| 1964 | } |
| 1965 | |
| 1966 | #iawp-parent form .error-message { |
| 1967 | display: none; |
| 1968 | } |
| 1969 | |
| 1970 | #iawp-parent form.unsaved .warning-message { |
| 1971 | display: block; |
| 1972 | } |
| 1973 | |
| 1974 | #iawp-parent form .section { |
| 1975 | margin: 36px 0; |
| 1976 | } |
| 1977 | |
| 1978 | #iawp-parent form .duplicator { |
| 1979 | margin-bottom: 36px; |
| 1980 | } |
| 1981 | |
| 1982 | #iawp-parent form .entry { |
| 1983 | margin-bottom: 12px; |
| 1984 | display: flex; |
| 1985 | } |
| 1986 | |
| 1987 | #iawp-parent form .entry > div { |
| 1988 | display: flex; |
| 1989 | } |
| 1990 | |
| 1991 | #iawp-parent form .entry input { |
| 1992 | width: 100%; |
| 1993 | max-width: 400px; |
| 1994 | } |
| 1995 | |
| 1996 | #iawp-parent form .entry input:read-only { |
| 1997 | background-color: #f7f5fa; |
| 1998 | } |
| 1999 | |
| 2000 | #iawp-parent form .entry input:focus { |
| 2001 | border-color: #c5c2cc; |
| 2002 | } |
| 2003 | |
| 2004 | #iawp-parent form .entry button { |
| 2005 | flex-shrink: 0; |
| 2006 | margin-left: 8px; |
| 2007 | } |
| 2008 | |
| 2009 | #iawp-parent .pro-tag { |
| 2010 | color: #5123a0; |
| 2011 | background-color: #efe8fa; |
| 2012 | border-radius: 3px; |
| 2013 | padding: 5px 15px; |
| 2014 | font-size: 16px; |
| 2015 | font-weight: 700; |
| 2016 | position: absolute; |
| 2017 | top: 18px; |
| 2018 | right: 18px; |
| 2019 | } |
| 2020 | |
| 2021 | @media (min-width: 783px) { |
| 2022 | #iawp-parent .settings-container td { |
| 2023 | margin-top: 0; |
| 2024 | } |
| 2025 | |
| 2026 | #iawp-parent .iawp-notices { |
| 2027 | left: 48px; |
| 2028 | } |
| 2029 | } |
| 2030 | |
| 2031 | @media (min-width: 961px) { |
| 2032 | #iawp-parent .iawp-notices { |
| 2033 | left: 172px; |
| 2034 | } |
| 2035 | } |
| 2036 | |
| 2037 | #iawp-parent .quick-stats { |
| 2038 | flex-wrap: wrap; |
| 2039 | } |
| 2040 | |
| 2041 | #iawp-parent .quick-stats .stat { |
| 2042 | width: calc(25% - 18px); |
| 2043 | } |
| 2044 | |
| 2045 | #iawp-parent .quick-stats.total-of-2 { |
| 2046 | flex-wrap: nowrap; |
| 2047 | } |
| 2048 | |
| 2049 | #iawp-parent .quick-stats.total-of-2 .stat { |
| 2050 | width: 50%; |
| 2051 | } |
| 2052 | |
| 2053 | #iawp-parent .stat { |
| 2054 | max-width: 400px; |
| 2055 | background-color: #fff; |
| 2056 | border: 1px solid #dedae6; |
| 2057 | border-radius: 6px; |
| 2058 | padding: 18px; |
| 2059 | } |
| 2060 | |
| 2061 | #iawp-parent .stat:last-child { |
| 2062 | margin-right: 0; |
| 2063 | } |
| 2064 | |
| 2065 | #iawp-parent .stat.unfiltered { |
| 2066 | background-color: #ece9f2; |
| 2067 | border-color: #c5c2cc; |
| 2068 | } |
| 2069 | |
| 2070 | #iawp-parent .stat.unfiltered circle { |
| 2071 | display: none; |
| 2072 | } |
| 2073 | |
| 2074 | #iawp-parent .stat.unfiltered .percentage { |
| 2075 | opacity: .7; |
| 2076 | } |
| 2077 | |
| 2078 | #iawp-parent .stat .metric { |
| 2079 | justify-content: space-between; |
| 2080 | font-size: 16px; |
| 2081 | display: flex; |
| 2082 | } |
| 2083 | |
| 2084 | #iawp-parent .stat .dashicons-filter { |
| 2085 | display: none; |
| 2086 | } |
| 2087 | |
| 2088 | #iawp-parent .stat .circle { |
| 2089 | width: 15px; |
| 2090 | height: 15px; |
| 2091 | } |
| 2092 | |
| 2093 | #iawp-parent .stat .values { |
| 2094 | align-items: baseline; |
| 2095 | margin: 12px 0; |
| 2096 | font-weight: 700; |
| 2097 | display: flex; |
| 2098 | } |
| 2099 | |
| 2100 | #iawp-parent .stat .count { |
| 2101 | margin-right: 8px; |
| 2102 | font-size: 28px; |
| 2103 | } |
| 2104 | |
| 2105 | #iawp-parent .stat .growth { |
| 2106 | color: #36b366; |
| 2107 | font-size: 14px; |
| 2108 | } |
| 2109 | |
| 2110 | #iawp-parent .stat .percentage { |
| 2111 | border-radius: 24px; |
| 2112 | align-items: center; |
| 2113 | padding: 4px 10px 4px 2px; |
| 2114 | display: flex; |
| 2115 | } |
| 2116 | |
| 2117 | #iawp-parent .stat .percentage.up { |
| 2118 | color: #36b366; |
| 2119 | background-color: #e3fced; |
| 2120 | } |
| 2121 | |
| 2122 | #iawp-parent .stat .percentage.down { |
| 2123 | color: #d93b29; |
| 2124 | background-color: #fce6e3; |
| 2125 | } |
| 2126 | |
| 2127 | #iawp-parent .stat .period-label { |
| 2128 | color: #9a95a6; |
| 2129 | font-size: 16px; |
| 2130 | } |
| 2131 | |
| 2132 | #iawp-parent .stat.views circle { |
| 2133 | fill: #5123a0; |
| 2134 | } |
| 2135 | |
| 2136 | #iawp-parent .stat.views .dashicons-filter { |
| 2137 | color: #5123a0; |
| 2138 | } |
| 2139 | |
| 2140 | #iawp-parent .stat.visitors circle { |
| 2141 | fill: #f69d0a; |
| 2142 | } |
| 2143 | |
| 2144 | #iawp-parent .stat.visitors .dashicons-filter { |
| 2145 | color: #f69d0a; |
| 2146 | } |
| 2147 | |
| 2148 | #iawp-parent .stat.orders circle { |
| 2149 | fill: #237d44; |
| 2150 | } |
| 2151 | |
| 2152 | #iawp-parent .stat.orders .dashicons-filter { |
| 2153 | color: #237d44; |
| 2154 | } |
| 2155 | |
| 2156 | #iawp-parent .stat.net-sales circle { |
| 2157 | fill: #3498db; |
| 2158 | } |
| 2159 | |
| 2160 | #iawp-parent .stat.net-sales .dashicons-filter { |
| 2161 | color: #3498db; |
| 2162 | } |
| 2163 | |
| 2164 | #iawp-parent .filtered .stat:not(.unfiltered) .dashicons-filter { |
| 2165 | display: inline-block; |
| 2166 | } |
| 2167 | |
| 2168 | #iawp-parent .filtered .stat:not(.unfiltered) .circle { |
| 2169 | display: none; |
| 2170 | } |
| 2171 | |
| 2172 | #iawp-parent .iawp-button, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button { |
| 2173 | cursor: pointer; |
| 2174 | background: none; |
| 2175 | border: 1px solid rgba(0, 0, 0, 0); |
| 2176 | border-radius: 3px; |
| 2177 | align-items: center; |
| 2178 | margin: 0; |
| 2179 | padding: 12px 16px; |
| 2180 | font-size: 14px; |
| 2181 | line-height: 1; |
| 2182 | text-decoration: none; |
| 2183 | transition: color .1s, background-color .1s, border-color .1s; |
| 2184 | display: inline-flex; |
| 2185 | } |
| 2186 | |
| 2187 | #iawp-parent .iawp-button .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .dashicons { |
| 2188 | margin-right: 6px; |
| 2189 | transition: color .1s; |
| 2190 | } |
| 2191 | |
| 2192 | #iawp-parent .iawp-button .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .count { |
| 2193 | color: #5123a0; |
| 2194 | background: #fff; |
| 2195 | border-radius: 50%; |
| 2196 | justify-content: center; |
| 2197 | align-items: center; |
| 2198 | font-size: 12px; |
| 2199 | font-weight: 700; |
| 2200 | line-height: 1; |
| 2201 | display: flex; |
| 2202 | } |
| 2203 | |
| 2204 | #iawp-parent .iawp-button .count:not(:empty), #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .count:not(:empty), .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .count:not(:empty) { |
| 2205 | height: 18px; |
| 2206 | width: 18px; |
| 2207 | margin-left: 8px; |
| 2208 | margin-right: -2px; |
| 2209 | } |
| 2210 | |
| 2211 | #iawp-parent .iawp-button .disabled-button-text, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .disabled-button-text, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .disabled-button-text { |
| 2212 | display: none; |
| 2213 | } |
| 2214 | |
| 2215 | #iawp-parent .iawp-button:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled { |
| 2216 | cursor: default; |
| 2217 | } |
| 2218 | |
| 2219 | #iawp-parent .iawp-button:disabled .disabled-button-text, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled .disabled-button-text, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled .disabled-button-text { |
| 2220 | display: inline; |
| 2221 | } |
| 2222 | |
| 2223 | #iawp-parent .iawp-button:disabled .enabled-button-text, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled .enabled-button-text, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled .enabled-button-text { |
| 2224 | display: none; |
| 2225 | } |
| 2226 | |
| 2227 | #iawp-parent .iawp-button.white, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button { |
| 2228 | color: #5123a0; |
| 2229 | background-color: #fff; |
| 2230 | border-color: #fff; |
| 2231 | } |
| 2232 | |
| 2233 | #iawp-parent .iawp-button.white:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button:hover, #iawp-parent .iawp-button.white:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button:active, #iawp-parent .iawp-button.white:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button:focus, #iawp-parent .iawp-button.white .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .white.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .white.button .open { |
| 2234 | color: #6c46ae; |
| 2235 | } |
| 2236 | |
| 2237 | #iawp-parent .iawp-button.purple, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary, #iawp-parent .iawp-button-purple, #iawp-parent .relative-dates .iawp-button.active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button { |
| 2238 | color: #fff; |
| 2239 | background-color: #5123a0; |
| 2240 | border-color: #5123a0; |
| 2241 | } |
| 2242 | |
| 2243 | #iawp-parent .iawp-button.purple:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary:hover, #iawp-parent .iawp-button.purple:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary:active, #iawp-parent .iawp-button.purple:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary:focus, #iawp-parent .iawp-button.purple .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary .open, #iawp-parent .iawp-button-purple:hover, #iawp-parent .relative-dates .iawp-button.active:hover, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:hover, #iawp-parent .iawp-button-purple:active, #iawp-parent .relative-dates .iawp-button.active:active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:active, #iawp-parent .iawp-button-purple:focus, #iawp-parent .relative-dates .iawp-button.active:focus, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:focus, #iawp-parent .iawp-button-purple .open, #iawp-parent .relative-dates .iawp-button.active .open, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button .open { |
| 2244 | color: #fff; |
| 2245 | background-color: #6c46ae; |
| 2246 | border-color: #6c46ae; |
| 2247 | } |
| 2248 | |
| 2249 | #iawp-parent .iawp-button.purple:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.button-primary:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.button:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button.button-primary:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button.button-primary:disabled, #iawp-parent .iawp-button-purple:disabled, #iawp-parent .relative-dates .iawp-button.active:disabled, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:disabled { |
| 2250 | color: #9a95a6; |
| 2251 | background-color: #f7f5fa; |
| 2252 | border-color: #ece9f2; |
| 2253 | } |
| 2254 | |
| 2255 | #iawp-parent .iawp-button.red, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button { |
| 2256 | color: #fff; |
| 2257 | background-color: #d93b29; |
| 2258 | border-color: #d93b29; |
| 2259 | } |
| 2260 | |
| 2261 | #iawp-parent .iawp-button.red:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button:hover, #iawp-parent .iawp-button.red:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button:active, #iawp-parent .iawp-button.red:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button:focus, #iawp-parent .iawp-button.red .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.button .open { |
| 2262 | color: #fff; |
| 2263 | background-color: #d94e3f; |
| 2264 | border-color: #d94e3f; |
| 2265 | } |
| 2266 | |
| 2267 | #iawp-parent .iawp-button.orange, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button { |
| 2268 | color: #fff; |
| 2269 | background-color: #f69d0a; |
| 2270 | border-color: #f69d0a; |
| 2271 | } |
| 2272 | |
| 2273 | #iawp-parent .iawp-button.orange:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button:hover, #iawp-parent .iawp-button.orange:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button:active, #iawp-parent .iawp-button.orange:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button:focus, #iawp-parent .iawp-button.orange .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .orange.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .orange.button .open { |
| 2274 | color: #fff; |
| 2275 | background-color: #ffa826; |
| 2276 | border-color: #ffa826; |
| 2277 | } |
| 2278 | |
| 2279 | #iawp-parent .iawp-button.ghost-white, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button { |
| 2280 | color: #fff; |
| 2281 | border-color: #fff; |
| 2282 | } |
| 2283 | |
| 2284 | #iawp-parent .iawp-button.ghost-white:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:hover, #iawp-parent .iawp-button.ghost-white:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:active, #iawp-parent .iawp-button.ghost-white:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:focus, #iawp-parent .iawp-button.ghost-white.open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.open.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.open.button { |
| 2285 | color: #5123a0; |
| 2286 | background-color: #fff; |
| 2287 | border-color: #fff; |
| 2288 | } |
| 2289 | |
| 2290 | #iawp-parent .iawp-button.ghost-white:hover .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:hover .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:hover .count, #iawp-parent .iawp-button.ghost-white:active .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:active .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:active .count, #iawp-parent .iawp-button.ghost-white:focus .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.button:focus .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.button:focus .count, #iawp-parent .iawp-button.ghost-white.open .count, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.open.button .count, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.open.button .count { |
| 2291 | color: #fff; |
| 2292 | background: #5123a0; |
| 2293 | } |
| 2294 | |
| 2295 | #iawp-parent .iawp-button.ghost-purple, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button { |
| 2296 | color: #5123a0; |
| 2297 | border-color: #5123a0; |
| 2298 | } |
| 2299 | |
| 2300 | #iawp-parent .iawp-button.ghost-purple:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:hover, #iawp-parent .iawp-button.ghost-purple:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:active, #iawp-parent .iawp-button.ghost-purple:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:focus, #iawp-parent .iawp-button.ghost-purple .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button .open { |
| 2301 | color: #fff; |
| 2302 | background-color: #5123a0; |
| 2303 | border-color: #5123a0; |
| 2304 | } |
| 2305 | |
| 2306 | #iawp-parent .iawp-button.ghost-purple:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled { |
| 2307 | color: #9a95a6; |
| 2308 | background-color: #f7f5fa; |
| 2309 | border-color: #ece9f2; |
| 2310 | } |
| 2311 | |
| 2312 | #iawp-parent .iawp-button.ghost-red, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button { |
| 2313 | color: #d93b29; |
| 2314 | border-color: #d93b29; |
| 2315 | } |
| 2316 | |
| 2317 | #iawp-parent .iawp-button.ghost-red:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button:hover, #iawp-parent .iawp-button.ghost-red:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button:active, #iawp-parent .iawp-button.ghost-red:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button:focus, #iawp-parent .iawp-button.ghost-red .open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button .open { |
| 2318 | color: #fff; |
| 2319 | background-color: #d93b29; |
| 2320 | border-color: #d93b29; |
| 2321 | } |
| 2322 | |
| 2323 | #iawp-parent .iawp-button.ghost-red:disabled, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-red.button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-red.button:disabled { |
| 2324 | color: #9a95a6; |
| 2325 | background-color: #f7f5fa; |
| 2326 | border-color: #ece9f2; |
| 2327 | } |
| 2328 | |
| 2329 | #iawp-parent .iawp-button.text, #iawp-parent .toplevel_page_independent-analytics #fs_connect .text.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .text.button { |
| 2330 | color: #5123a0; |
| 2331 | padding: 0; |
| 2332 | } |
| 2333 | |
| 2334 | #iawp-parent .date-picker { |
| 2335 | padding: 14px 16px 14px 36px; |
| 2336 | } |
| 2337 | |
| 2338 | #iawp-parent .sort-button { |
| 2339 | color: #18141f; |
| 2340 | cursor: pointer; |
| 2341 | background: none; |
| 2342 | border: none; |
| 2343 | align-items: center; |
| 2344 | padding: 1px; |
| 2345 | display: flex; |
| 2346 | } |
| 2347 | |
| 2348 | #iawp-parent .sort-button .dashicons-arrow-up, #iawp-parent .sort-button .dashicons-arrow-down { |
| 2349 | display: none; |
| 2350 | } |
| 2351 | |
| 2352 | #iawp-parent .sort-button .name { |
| 2353 | font-weight: 700; |
| 2354 | } |
| 2355 | |
| 2356 | #iawp-parent .sort-button .dashicons { |
| 2357 | color: #c5c2cc; |
| 2358 | } |
| 2359 | |
| 2360 | #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons, #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons { |
| 2361 | color: #5123a0; |
| 2362 | } |
| 2363 | |
| 2364 | #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons-arrow-up { |
| 2365 | display: inline-block; |
| 2366 | } |
| 2367 | |
| 2368 | #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons-arrow-down, #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons-arrow-right { |
| 2369 | display: none; |
| 2370 | } |
| 2371 | |
| 2372 | #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons-arrow-down { |
| 2373 | display: inline-block; |
| 2374 | } |
| 2375 | |
| 2376 | #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons-arrow-up, #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons-arrow-right { |
| 2377 | display: none; |
| 2378 | } |
| 2379 | |
| 2380 | #iawp-parent .delete-button { |
| 2381 | z-index: 3; |
| 2382 | color: #fff; |
| 2383 | cursor: pointer; |
| 2384 | background-color: #5123a0; |
| 2385 | border: none; |
| 2386 | border-radius: 50%; |
| 2387 | padding: 2px; |
| 2388 | transition: background-color .1s, color .1s; |
| 2389 | position: absolute; |
| 2390 | top: 12px; |
| 2391 | right: -12px; |
| 2392 | } |
| 2393 | |
| 2394 | #iawp-parent .delete-button:hover, #iawp-parent .delete-button .open { |
| 2395 | background-color: #6c46ae; |
| 2396 | } |
| 2397 | |
| 2398 | #iawp-parent .icon-med { |
| 2399 | margin-right: 3px; |
| 2400 | font-size: 21px; |
| 2401 | } |
| 2402 | |
| 2403 | #iawp-parent .dashicons.spin { |
| 2404 | -webkit-animation: dashicons-spin 1s linear infinite; |
| 2405 | animation: dashicons-spin 1s linear infinite; |
| 2406 | } |
| 2407 | |
| 2408 | @-webkit-keyframes dashicons-spin { |
| 2409 | 0% { |
| 2410 | -webkit-transform: rotate(0deg); |
| 2411 | transform: rotate(0deg); |
| 2412 | } |
| 2413 | |
| 2414 | 100% { |
| 2415 | -webkit-transform: rotate(360deg); |
| 2416 | transform: rotate(360deg); |
| 2417 | } |
| 2418 | } |
| 2419 | |
| 2420 | @keyframes dashicons-spin { |
| 2421 | 0% { |
| 2422 | -webkit-transform: rotate(0deg); |
| 2423 | transform: rotate(0deg); |
| 2424 | } |
| 2425 | |
| 2426 | 100% { |
| 2427 | -webkit-transform: rotate(360deg); |
| 2428 | transform: rotate(360deg); |
| 2429 | } |
| 2430 | } |
| 2431 | |
| 2432 | #iawp-parent .image-large { |
| 2433 | width: 36px; |
| 2434 | height: 36px; |
| 2435 | } |
| 2436 | |
| 2437 | #iawp-parent select, #iawp-parent input, #iawp-parent textarea { |
| 2438 | background-color: #fff; |
| 2439 | border: 1px solid #c5c2cc; |
| 2440 | border-radius: 3px; |
| 2441 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 2442 | } |
| 2443 | |
| 2444 | #iawp-parent select:focus, #iawp-parent input:focus, #iawp-parent textarea:focus { |
| 2445 | border-color: #5123a0; |
| 2446 | outline: none; |
| 2447 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 2448 | } |
| 2449 | |
| 2450 | #iawp-parent select.error, #iawp-parent input.error, #iawp-parent textarea.error { |
| 2451 | border-color: #d93b29; |
| 2452 | } |
| 2453 | |
| 2454 | #iawp-parent input { |
| 2455 | padding: 2px 12px; |
| 2456 | } |
| 2457 | |
| 2458 | #iawp-parent select { |
| 2459 | padding: 2px 24px 2px 12px; |
| 2460 | } |
| 2461 | |
| 2462 | #iawp-parent select:hover, #iawp-parent select:focus { |
| 2463 | color: #5123a0; |
| 2464 | } |
| 2465 | |
| 2466 | #iawp-parent .block-input { |
| 2467 | width: 100%; |
| 2468 | margin-bottom: 12px; |
| 2469 | display: block; |
| 2470 | } |
| 2471 | |
| 2472 | #iawp-parent ::-webkit-input-placeholder { |
| 2473 | color: #aaa6b3; |
| 2474 | opacity: 1; |
| 2475 | } |
| 2476 | |
| 2477 | #iawp-parent ::-ms-input-placeholder { |
| 2478 | color: #aaa6b3; |
| 2479 | opacity: 1; |
| 2480 | } |
| 2481 | |
| 2482 | #iawp-parent ::placeholder { |
| 2483 | color: #aaa6b3; |
| 2484 | opacity: 1; |
| 2485 | } |
| 2486 | |
| 2487 | #iawp-parent label { |
| 2488 | margin: 12px 0; |
| 2489 | display: block; |
| 2490 | } |
| 2491 | |
| 2492 | #iawp-parent .link-dark { |
| 2493 | color: #363040; |
| 2494 | text-decoration: none; |
| 2495 | } |
| 2496 | |
| 2497 | #iawp-parent .link-dark:link, #iawp-parent .link-dark:visited { |
| 2498 | color: #363040; |
| 2499 | } |
| 2500 | |
| 2501 | #iawp-parent .link-dark:hover, #iawp-parent .link-dark:active, #iawp-parent .link-dark:focus, #iawp-parent .link-dark.active { |
| 2502 | color: #18141f; |
| 2503 | } |
| 2504 | |
| 2505 | #iawp-parent .link-purple, #iawp-parent #fs_connect.require-license-key a, #fs_connect.require-license-key #iawp-parent a { |
| 2506 | color: #5123a0; |
| 2507 | text-decoration: none; |
| 2508 | } |
| 2509 | |
| 2510 | #iawp-parent .link-purple:link, #iawp-parent #fs_connect.require-license-key a:link, #fs_connect.require-license-key #iawp-parent a:link, #iawp-parent .link-purple:visited, #iawp-parent #fs_connect.require-license-key a:visited, #fs_connect.require-license-key #iawp-parent a:visited { |
| 2511 | color: #5123a0; |
| 2512 | } |
| 2513 | |
| 2514 | #iawp-parent .link-purple:hover, #iawp-parent #fs_connect.require-license-key a:hover, #fs_connect.require-license-key #iawp-parent a:hover, #iawp-parent .link-purple:active, #iawp-parent #fs_connect.require-license-key a:active, #fs_connect.require-license-key #iawp-parent a:active, #iawp-parent .link-purple:focus, #iawp-parent #fs_connect.require-license-key a:focus, #fs_connect.require-license-key #iawp-parent a:focus, #iawp-parent .link-purple.active, #iawp-parent #fs_connect.require-license-key a.active, #fs_connect.require-license-key #iawp-parent a.active { |
| 2515 | color: #6c46ae; |
| 2516 | } |
| 2517 | |
| 2518 | #iawp-parent .link-white, #iawp-parent .link-white:link, #iawp-parent .link-white:visited { |
| 2519 | color: #fff; |
| 2520 | } |
| 2521 | |
| 2522 | #iawp-parent .link-white:hover, #iawp-parent .link-white:active, #iawp-parent .link-white:focus, #iawp-parent .link-white.active { |
| 2523 | color: #ece9f2; |
| 2524 | } |
| 2525 | |
| 2526 | #iawp-parent .scroll-to-top { |
| 2527 | z-index: 39; |
| 2528 | text-align: center; |
| 2529 | color: #fff; |
| 2530 | cursor: pointer; |
| 2531 | background-color: #5123a0; |
| 2532 | border: none; |
| 2533 | border-radius: 50%; |
| 2534 | padding: 18px; |
| 2535 | line-height: 1; |
| 2536 | transition: background-color .1s, color .1s; |
| 2537 | position: fixed; |
| 2538 | bottom: 32px; |
| 2539 | right: 32px; |
| 2540 | box-shadow: 0 0 12px rgba(0, 0, 0, .1); |
| 2541 | } |
| 2542 | |
| 2543 | #iawp-parent .scroll-to-top:hover, #iawp-parent .scroll-to-top:active, #iawp-parent .scroll-to-top:focus { |
| 2544 | color: #5123a0; |
| 2545 | background-color: #fff; |
| 2546 | } |
| 2547 | |
| 2548 | #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell, #iawp-parent .cell:first-child { |
| 2549 | padding-left: 48px !important; |
| 2550 | } |
| 2551 | |
| 2552 | #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell .row-number, #iawp-parent .cell:first-child .row-number { |
| 2553 | display: flex; |
| 2554 | } |
| 2555 | |
| 2556 | #iawp-parent .cell { |
| 2557 | z-index: 3; |
| 2558 | color: #363040; |
| 2559 | padding: 16px 12px; |
| 2560 | font-size: 14px; |
| 2561 | position: relative; |
| 2562 | } |
| 2563 | |
| 2564 | #iawp-parent .cell.hide { |
| 2565 | display: none; |
| 2566 | } |
| 2567 | |
| 2568 | #iawp-parent .cell .animator { |
| 2569 | z-index: 9; |
| 2570 | transition: left .2s ease-in-out; |
| 2571 | position: absolute; |
| 2572 | top: 0; |
| 2573 | bottom: 0; |
| 2574 | left: 100%; |
| 2575 | right: 0; |
| 2576 | } |
| 2577 | |
| 2578 | #iawp-parent .cell .deleted-label { |
| 2579 | opacity: 0; |
| 2580 | margin-left: 4px; |
| 2581 | font-weight: 400; |
| 2582 | } |
| 2583 | |
| 2584 | #iawp-parent .cell .percentage { |
| 2585 | color: #aaa6b3; |
| 2586 | letter-spacing: -.04em; |
| 2587 | margin-left: 4px; |
| 2588 | font-size: 12px; |
| 2589 | } |
| 2590 | |
| 2591 | #iawp-parent .data-table[data-column-count="1"] .cell, #iawp-parent .data-table[data-column-count="2"] .cell, #iawp-parent .data-table[data-column-count="3"] .cell, #iawp-parent .data-table[data-column-count="4"] .cell, #iawp-parent .data-table[data-column-count="5"] .cell, #iawp-parent .data-table[data-column-count="6"] .cell, #iawp-parent .data-table[data-column-count="7"] .cell, #iawp-parent .data-table[data-column-count="8"] .cell { |
| 2592 | padding: 16px 24px; |
| 2593 | } |
| 2594 | |
| 2595 | #iawp-parent .row-number { |
| 2596 | text-align: center; |
| 2597 | color: #9a95a6; |
| 2598 | font-size: 12px; |
| 2599 | font-weight: 400; |
| 2600 | display: none; |
| 2601 | position: absolute; |
| 2602 | right: calc(100% - 32px); |
| 2603 | } |
| 2604 | |
| 2605 | #iawp-parent .row.deleted .cell[data-column="title"] { |
| 2606 | color: #d93b29; |
| 2607 | } |
| 2608 | |
| 2609 | #iawp-parent .row.deleted .cell[data-column="title"]:hover .deleted-label { |
| 2610 | opacity: .5; |
| 2611 | } |
| 2612 | |
| 2613 | #iawp-parent .rows .row:nth-child(2n+1) .cell, #iawp-parent .rows .row:nth-child(2n+1) .cell .animator { |
| 2614 | background-color: #f7f5fa; |
| 2615 | } |
| 2616 | |
| 2617 | #iawp-parent .rows .row:nth-child(2n) .cell, #iawp-parent .rows .row:nth-child(2n) .cell .animator { |
| 2618 | background-color: #fff; |
| 2619 | } |
| 2620 | |
| 2621 | #iawp-parent .rows .cell[data-column="title"], #iawp-parent .rows .cell[data-column="referrer"] { |
| 2622 | font-weight: 700; |
| 2623 | } |
| 2624 | |
| 2625 | #iawp-parent .rows .cell[data-column="url"] { |
| 2626 | color: #9a95a6; |
| 2627 | } |
| 2628 | |
| 2629 | #iawp-parent .rows .cell[data-column="url"] .external-link { |
| 2630 | color: #6d6a73; |
| 2631 | } |
| 2632 | |
| 2633 | #iawp-parent .rows .cell[data-column="url"] .external-link:hover, #iawp-parent .rows .cell[data-column="url"] .external-link:active, #iawp-parent .rows .cell[data-column="url"] .external-link:focus { |
| 2634 | color: #18141f; |
| 2635 | } |
| 2636 | |
| 2637 | #iawp-parent .rows .cell[data-column="type"] .dashicons { |
| 2638 | color: #5123a0; |
| 2639 | } |
| 2640 | |
| 2641 | #iawp-parent .rows .cell[data-column="type"] .custom-icon { |
| 2642 | width: 20px; |
| 2643 | height: 20px; |
| 2644 | background: #5123a0; |
| 2645 | margin-right: 4px; |
| 2646 | display: inline-block; |
| 2647 | } |
| 2648 | |
| 2649 | #iawp-parent .cell-content { |
| 2650 | word-break: break-word; |
| 2651 | align-items: center; |
| 2652 | display: flex; |
| 2653 | } |
| 2654 | |
| 2655 | #iawp-parent .cell-content .dashicons, #iawp-parent .cell-content img { |
| 2656 | margin-right: 6px; |
| 2657 | } |
| 2658 | |
| 2659 | #iawp-parent .cell-content .avatar { |
| 2660 | border-radius: 50%; |
| 2661 | } |
| 2662 | |
| 2663 | #iawp-parent .cell-content .flag { |
| 2664 | width: 32px; |
| 2665 | margin-right: 12px; |
| 2666 | } |
| 2667 | |
| 2668 | #iawp-parent .cell-content .external-link { |
| 2669 | color: #18141f; |
| 2670 | font-size: 13px; |
| 2671 | text-decoration: none; |
| 2672 | transition: color .1s; |
| 2673 | } |
| 2674 | |
| 2675 | #iawp-parent .cell-content .external-link:hover, #iawp-parent .cell-content .external-link:active, #iawp-parent .cell-content .external-link:focus { |
| 2676 | color: #6d6a73; |
| 2677 | } |
| 2678 | |
| 2679 | #iawp-parent .cell-content .external-link .dashicons { |
| 2680 | font-size: 16px; |
| 2681 | transition: color .1s; |
| 2682 | } |
| 2683 | |
| 2684 | #iawp-parent .skeleton-loader:empty { |
| 2685 | width: 100%; |
| 2686 | height: 15px; |
| 2687 | background-color: #ece9f2; |
| 2688 | background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 80%), none; |
| 2689 | background-position: 0 0; |
| 2690 | background-repeat: repeat-y; |
| 2691 | background-size: 50px 500px; |
| 2692 | background-attachment: scroll, scroll; |
| 2693 | background-origin: padding-box, padding-box; |
| 2694 | background-clip: border-box, border-box; |
| 2695 | -webkit-animation: shine 1s infinite; |
| 2696 | animation: shine 1s infinite; |
| 2697 | display: block; |
| 2698 | } |
| 2699 | |
| 2700 | #iawp-parent #iawp-parent.dark-mode .skeleton-loader:empty { |
| 2701 | background: linear-gradient(to right, rgba(54, 48, 64, .3), rgba(54, 48, 64, .5) 50%, rgba(54, 48, 64, .3) 80%), #6d6a73; |
| 2702 | } |
| 2703 | |
| 2704 | @-webkit-keyframes shine { |
| 2705 | to { |
| 2706 | background-position: 100% 0; |
| 2707 | } |
| 2708 | } |
| 2709 | |
| 2710 | @keyframes shine { |
| 2711 | to { |
| 2712 | background-position: 100% 0; |
| 2713 | } |
| 2714 | } |
| 2715 | |
| 2716 | #iawp-parent .title-large { |
| 2717 | align-self: center; |
| 2718 | padding: 14px; |
| 2719 | font-size: 21px; |
| 2720 | font-weight: 700; |
| 2721 | } |
| 2722 | |
| 2723 | #iawp-parent .title-med, #iawp-parent .settings-container h2 { |
| 2724 | font-size: 18px; |
| 2725 | font-weight: 700; |
| 2726 | } |
| 2727 | |
| 2728 | #iawp-parent .title-small { |
| 2729 | font-size: 14px; |
| 2730 | font-weight: 700; |
| 2731 | } |
| 2732 | |
| 2733 | #iawp-parent .subtitle-small { |
| 2734 | opacity: .8; |
| 2735 | font-size: 12px; |
| 2736 | } |
| 2737 | |
| 2738 | #iawp-parent .tooltip-parent:hover .tooltip { |
| 2739 | opacity: 1; |
| 2740 | visibility: visible; |
| 2741 | } |
| 2742 | |
| 2743 | #iawp-parent .tooltip { |
| 2744 | color: #fff; |
| 2745 | opacity: 0; |
| 2746 | visibility: hidden; |
| 2747 | background: #18141f; |
| 2748 | border-radius: 3px; |
| 2749 | padding: 4px 9px 5px; |
| 2750 | font-size: 12px; |
| 2751 | position: absolute; |
| 2752 | top: 0; |
| 2753 | } |
| 2754 | |
| 2755 | #iawp-parent .tooltip.left { |
| 2756 | right: 100%; |
| 2757 | } |
| 2758 | |
| 2759 | #iawp-parent .geo-message { |
| 2760 | margin-left: 26px; |
| 2761 | } |
| 2762 | |
| 2763 | @-webkit-keyframes reloadBgDarkMode { |
| 2764 | 0% { |
| 2765 | background-color: #18141f; |
| 2766 | } |
| 2767 | |
| 2768 | 20% { |
| 2769 | background-color: #1f1a28; |
| 2770 | } |
| 2771 | |
| 2772 | 100% { |
| 2773 | background-color: #18141f; |
| 2774 | } |
| 2775 | } |
| 2776 | |
| 2777 | @keyframes reloadBgDarkMode { |
| 2778 | 0% { |
| 2779 | background-color: #18141f; |
| 2780 | } |
| 2781 | |
| 2782 | 20% { |
| 2783 | background-color: #1f1a28; |
| 2784 | } |
| 2785 | |
| 2786 | 100% { |
| 2787 | background-color: #18141f; |
| 2788 | } |
| 2789 | } |
| 2790 | |
| 2791 | .iawp-dark-mode #iawp-parent { |
| 2792 | background-color: #18141f; |
| 2793 | } |
| 2794 | |
| 2795 | .iawp-dark-mode #iawp-parent .stat { |
| 2796 | color: #fff; |
| 2797 | background-color: #363040; |
| 2798 | border-color: #363040; |
| 2799 | } |
| 2800 | |
| 2801 | .iawp-dark-mode #iawp-parent .stat.unfiltered { |
| 2802 | background-color: #1f1a28; |
| 2803 | border-color: #1f1a28; |
| 2804 | } |
| 2805 | |
| 2806 | .iawp-dark-mode #iawp-parent .legend-title { |
| 2807 | color: #fff; |
| 2808 | } |
| 2809 | |
| 2810 | .iawp-dark-mode #iawp-parent .legend-item-for-views { |
| 2811 | background-color: rgba(239, 232, 250, .2); |
| 2812 | } |
| 2813 | |
| 2814 | .iawp-dark-mode #iawp-parent .chart-inner { |
| 2815 | color: #fff; |
| 2816 | background-color: #363040; |
| 2817 | border-color: #363040; |
| 2818 | } |
| 2819 | |
| 2820 | .iawp-dark-mode #iawp-parent .data-error { |
| 2821 | color: #dedae6; |
| 2822 | background-color: #363040; |
| 2823 | } |
| 2824 | |
| 2825 | .iawp-dark-mode #iawp-parent .sort-button { |
| 2826 | color: #fff; |
| 2827 | } |
| 2828 | |
| 2829 | .iawp-dark-mode #iawp-parent .data-table { |
| 2830 | border-color: #363040; |
| 2831 | } |
| 2832 | |
| 2833 | .iawp-dark-mode #iawp-parent .columns .cell { |
| 2834 | background-color: #1f1a28; |
| 2835 | border-bottom: 1px solid #6d6a73; |
| 2836 | } |
| 2837 | |
| 2838 | .iawp-dark-mode #iawp-parent .cell { |
| 2839 | color: #dedae6; |
| 2840 | } |
| 2841 | |
| 2842 | .iawp-dark-mode #iawp-parent .rows .row:nth-child(2n+1) .cell, .iawp-dark-mode #iawp-parent .rows .row:nth-child(2n+1) .cell .animator { |
| 2843 | background-color: #363040; |
| 2844 | } |
| 2845 | |
| 2846 | .iawp-dark-mode #iawp-parent .rows .row:nth-child(2n) .cell, .iawp-dark-mode #iawp-parent .rows .row:nth-child(2n) .cell .animator { |
| 2847 | background-color: #1f1a28; |
| 2848 | } |
| 2849 | |
| 2850 | .iawp-dark-mode #iawp-parent .rows .external-link { |
| 2851 | color: #dedae6; |
| 2852 | } |
| 2853 | |
| 2854 | .iawp-dark-mode #iawp-parent .cell[data-column="url"] { |
| 2855 | color: #6d6a73; |
| 2856 | } |
| 2857 | |
| 2858 | .iawp-dark-mode #iawp-parent .cell[data-column="url"] .external-link { |
| 2859 | color: #9a95a6; |
| 2860 | } |
| 2861 | |
| 2862 | .iawp-dark-mode #iawp-parent .cell[data-column="url"] .external-link:hover, .iawp-dark-mode #iawp-parent .cell[data-column="url"] .external-link:active, .iawp-dark-mode #iawp-parent .cell[data-column="url"] .external-link:focus, .iawp-dark-mode #iawp-parent .cell-content .external-link { |
| 2863 | color: #dedae6; |
| 2864 | } |
| 2865 | |
| 2866 | .iawp-dark-mode #iawp-parent .cell-content .external-link:hover, .iawp-dark-mode #iawp-parent .cell-content .external-link:active, .iawp-dark-mode #iawp-parent .cell-content .external-link:focus { |
| 2867 | color: #f7f5fa; |
| 2868 | } |
| 2869 | |
| 2870 | .iawp-dark-mode #iawp-parent .skeleton-loader:empty { |
| 2871 | background: linear-gradient(to right, rgba(54, 48, 64, .7), rgba(54, 48, 64, .5) 50%, rgba(54, 48, 64, .7) 80%), #6d6a73; |
| 2872 | } |
| 2873 | |
| 2874 | .iawp-dark-mode #iawp-parent .real-time-dashboard.refreshed:after { |
| 2875 | -webkit-animation: reloadBgDarkMode 1s forwards; |
| 2876 | animation: reloadBgDarkMode 1s forwards; |
| 2877 | } |
| 2878 | |
| 2879 | .iawp-dark-mode #iawp-parent .real-time-dashboard .learn-more { |
| 2880 | color: #9a95a6; |
| 2881 | } |
| 2882 | |
| 2883 | .iawp-dark-mode #iawp-parent .real-time-dashboard .iawp-heading { |
| 2884 | color: #fff; |
| 2885 | } |
| 2886 | |
| 2887 | .iawp-dark-mode #iawp-parent .real-time-dashboard .most-popular-list { |
| 2888 | color: #fff; |
| 2889 | background-color: #363040; |
| 2890 | border-color: #363040; |
| 2891 | } |
| 2892 | |
| 2893 | .iawp-dark-mode #iawp-parent .real-time-dashboard .most-popular-list li { |
| 2894 | border-bottom-color: #6d6a73; |
| 2895 | } |
| 2896 | |
| 2897 | .iawp-dark-mode #iawp-parent .real-time-dashboard .most-popular-list .resource:after { |
| 2898 | background: linear-gradient(90deg, rgba(54, 48, 64, .4) 0%, #363040 60%); |
| 2899 | } |
| 2900 | |
| 2901 | @media (min-width: 783px) { |
| 2902 | #iawp-parent { |
| 2903 | margin-left: -20px; |
| 2904 | } |
| 2905 | } |
| 2906 | |
| 2907 | .toplevel_page_independent-analytics #fs_connect .iawp-button, .toplevel_page_independent-analytics #fs_connect .button { |
| 2908 | cursor: pointer; |
| 2909 | background: none; |
| 2910 | border: 1px solid rgba(0, 0, 0, 0); |
| 2911 | border-radius: 3px; |
| 2912 | align-items: center; |
| 2913 | margin: 0; |
| 2914 | padding: 12px 16px; |
| 2915 | font-size: 14px; |
| 2916 | line-height: 1; |
| 2917 | text-decoration: none; |
| 2918 | transition: color .1s, background-color .1s, border-color .1s; |
| 2919 | display: inline-flex; |
| 2920 | } |
| 2921 | |
| 2922 | .toplevel_page_independent-analytics #fs_connect .iawp-button .dashicons, .toplevel_page_independent-analytics #fs_connect .button .dashicons { |
| 2923 | margin-right: 6px; |
| 2924 | transition: color .1s; |
| 2925 | } |
| 2926 | |
| 2927 | .toplevel_page_independent-analytics #fs_connect .iawp-button .count, .toplevel_page_independent-analytics #fs_connect .button .count { |
| 2928 | color: #5123a0; |
| 2929 | background: #fff; |
| 2930 | border-radius: 50%; |
| 2931 | justify-content: center; |
| 2932 | align-items: center; |
| 2933 | font-size: 12px; |
| 2934 | font-weight: 700; |
| 2935 | line-height: 1; |
| 2936 | display: flex; |
| 2937 | } |
| 2938 | |
| 2939 | .toplevel_page_independent-analytics #fs_connect .iawp-button .count:not(:empty), .toplevel_page_independent-analytics #fs_connect .button .count:not(:empty) { |
| 2940 | height: 18px; |
| 2941 | width: 18px; |
| 2942 | margin-left: 8px; |
| 2943 | margin-right: -2px; |
| 2944 | } |
| 2945 | |
| 2946 | .toplevel_page_independent-analytics #fs_connect .iawp-button .disabled-button-text, .toplevel_page_independent-analytics #fs_connect .button .disabled-button-text { |
| 2947 | display: none; |
| 2948 | } |
| 2949 | |
| 2950 | .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled, .toplevel_page_independent-analytics #fs_connect .button:disabled { |
| 2951 | cursor: default; |
| 2952 | } |
| 2953 | |
| 2954 | .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled .disabled-button-text, .toplevel_page_independent-analytics #fs_connect .button:disabled .disabled-button-text { |
| 2955 | display: inline; |
| 2956 | } |
| 2957 | |
| 2958 | .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled .enabled-button-text, .toplevel_page_independent-analytics #fs_connect .button:disabled .enabled-button-text { |
| 2959 | display: none; |
| 2960 | } |
| 2961 | |
| 2962 | .toplevel_page_independent-analytics #fs_connect .iawp-button.white, .toplevel_page_independent-analytics #fs_connect .white.button { |
| 2963 | color: #5123a0; |
| 2964 | background-color: #fff; |
| 2965 | border-color: #fff; |
| 2966 | } |
| 2967 | |
| 2968 | .toplevel_page_independent-analytics #fs_connect .iawp-button.white:hover, .toplevel_page_independent-analytics #fs_connect .white.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.white:active, .toplevel_page_independent-analytics #fs_connect .white.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.white:focus, .toplevel_page_independent-analytics #fs_connect .white.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.white .open, .toplevel_page_independent-analytics #fs_connect .white.button .open { |
| 2969 | color: #6c46ae; |
| 2970 | } |
| 2971 | |
| 2972 | .toplevel_page_independent-analytics #fs_connect .iawp-button.purple, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary, .toplevel_page_independent-analytics #fs_connect .purple.button, .toplevel_page_independent-analytics #fs_connect .button.button-primary, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button { |
| 2973 | color: #fff; |
| 2974 | background-color: #5123a0; |
| 2975 | border-color: #5123a0; |
| 2976 | } |
| 2977 | |
| 2978 | .toplevel_page_independent-analytics #fs_connect .iawp-button.purple:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect .purple.button:hover, .toplevel_page_independent-analytics #fs_connect .button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:active, .toplevel_page_independent-analytics #fs_connect .purple.button:active, .toplevel_page_independent-analytics #fs_connect .button.button-primary:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect .purple.button:focus, .toplevel_page_independent-analytics #fs_connect .button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple .open, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary .open, .toplevel_page_independent-analytics #fs_connect .purple.button .open, .toplevel_page_independent-analytics #fs_connect .button.button-primary .open, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:hover, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active:hover, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active:active, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:focus, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active:focus, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active .open, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button .open, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active .open, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button .open { |
| 2979 | color: #fff; |
| 2980 | background-color: #6c46ae; |
| 2981 | border-color: #6c46ae; |
| 2982 | } |
| 2983 | |
| 2984 | .toplevel_page_independent-analytics #fs_connect .iawp-button.purple:disabled, .toplevel_page_independent-analytics #fs_connect .iawp-button.button-primary:disabled, .toplevel_page_independent-analytics #fs_connect .purple.button:disabled, .toplevel_page_independent-analytics #fs_connect .button.button-primary:disabled, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .iawp-button.active:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .relative-dates .active.button:disabled, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .iawp-button.active:disabled, #iawp-parent .relative-dates .toplevel_page_independent-analytics #fs_connect .active.button:disabled { |
| 2985 | color: #9a95a6; |
| 2986 | background-color: #f7f5fa; |
| 2987 | border-color: #ece9f2; |
| 2988 | } |
| 2989 | |
| 2990 | .toplevel_page_independent-analytics #fs_connect .iawp-button.red, .toplevel_page_independent-analytics #fs_connect .red.button { |
| 2991 | color: #fff; |
| 2992 | background-color: #d93b29; |
| 2993 | border-color: #d93b29; |
| 2994 | } |
| 2995 | |
| 2996 | .toplevel_page_independent-analytics #fs_connect .iawp-button.red:hover, .toplevel_page_independent-analytics #fs_connect .red.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.red:active, .toplevel_page_independent-analytics #fs_connect .red.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.red:focus, .toplevel_page_independent-analytics #fs_connect .red.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.red .open, .toplevel_page_independent-analytics #fs_connect .red.button .open { |
| 2997 | color: #fff; |
| 2998 | background-color: #d94e3f; |
| 2999 | border-color: #d94e3f; |
| 3000 | } |
| 3001 | |
| 3002 | .toplevel_page_independent-analytics #fs_connect .iawp-button.orange, .toplevel_page_independent-analytics #fs_connect .orange.button { |
| 3003 | color: #fff; |
| 3004 | background-color: #f69d0a; |
| 3005 | border-color: #f69d0a; |
| 3006 | } |
| 3007 | |
| 3008 | .toplevel_page_independent-analytics #fs_connect .iawp-button.orange:hover, .toplevel_page_independent-analytics #fs_connect .orange.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.orange:active, .toplevel_page_independent-analytics #fs_connect .orange.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.orange:focus, .toplevel_page_independent-analytics #fs_connect .orange.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.orange .open, .toplevel_page_independent-analytics #fs_connect .orange.button .open { |
| 3009 | color: #fff; |
| 3010 | background-color: #ffa826; |
| 3011 | border-color: #ffa826; |
| 3012 | } |
| 3013 | |
| 3014 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white, .toplevel_page_independent-analytics #fs_connect .ghost-white.button { |
| 3015 | color: #fff; |
| 3016 | border-color: #fff; |
| 3017 | } |
| 3018 | |
| 3019 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:hover, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:active, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:focus, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.open, .toplevel_page_independent-analytics #fs_connect .ghost-white.open.button { |
| 3020 | color: #5123a0; |
| 3021 | background-color: #fff; |
| 3022 | border-color: #fff; |
| 3023 | } |
| 3024 | |
| 3025 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:hover .count, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:hover .count, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:active .count, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:active .count, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white:focus .count, .toplevel_page_independent-analytics #fs_connect .ghost-white.button:focus .count, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.open .count, .toplevel_page_independent-analytics #fs_connect .ghost-white.open.button .count { |
| 3026 | color: #fff; |
| 3027 | background: #5123a0; |
| 3028 | } |
| 3029 | |
| 3030 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple, .toplevel_page_independent-analytics #fs_connect .button { |
| 3031 | color: #5123a0; |
| 3032 | border-color: #5123a0; |
| 3033 | } |
| 3034 | |
| 3035 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:hover, .toplevel_page_independent-analytics #fs_connect .button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:active, .toplevel_page_independent-analytics #fs_connect .button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:focus, .toplevel_page_independent-analytics #fs_connect .button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple .open, .toplevel_page_independent-analytics #fs_connect .button .open { |
| 3036 | color: #fff; |
| 3037 | background-color: #5123a0; |
| 3038 | border-color: #5123a0; |
| 3039 | } |
| 3040 | |
| 3041 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:disabled, .toplevel_page_independent-analytics #fs_connect .button:disabled { |
| 3042 | color: #9a95a6; |
| 3043 | background-color: #f7f5fa; |
| 3044 | border-color: #ece9f2; |
| 3045 | } |
| 3046 | |
| 3047 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red, .toplevel_page_independent-analytics #fs_connect .ghost-red.button { |
| 3048 | color: #d93b29; |
| 3049 | border-color: #d93b29; |
| 3050 | } |
| 3051 | |
| 3052 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:hover, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:active, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:focus, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red .open, .toplevel_page_independent-analytics #fs_connect .ghost-red.button .open { |
| 3053 | color: #fff; |
| 3054 | background-color: #d93b29; |
| 3055 | border-color: #d93b29; |
| 3056 | } |
| 3057 | |
| 3058 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:disabled, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:disabled { |
| 3059 | color: #9a95a6; |
| 3060 | background-color: #f7f5fa; |
| 3061 | border-color: #ece9f2; |
| 3062 | } |
| 3063 | |
| 3064 | .toplevel_page_independent-analytics #fs_connect .iawp-button.text, .toplevel_page_independent-analytics #fs_connect .text.button { |
| 3065 | color: #5123a0; |
| 3066 | padding: 0; |
| 3067 | } |
| 3068 | |
| 3069 | .toplevel_page_independent-analytics #fs_connect .date-picker { |
| 3070 | padding: 14px 16px 14px 36px; |
| 3071 | } |
| 3072 | |
| 3073 | .toplevel_page_independent-analytics #fs_connect .sort-button { |
| 3074 | color: #18141f; |
| 3075 | cursor: pointer; |
| 3076 | background: none; |
| 3077 | border: none; |
| 3078 | align-items: center; |
| 3079 | padding: 1px; |
| 3080 | display: flex; |
| 3081 | } |
| 3082 | |
| 3083 | .toplevel_page_independent-analytics #fs_connect .sort-button .dashicons-arrow-up, .toplevel_page_independent-analytics #fs_connect .sort-button .dashicons-arrow-down { |
| 3084 | display: none; |
| 3085 | } |
| 3086 | |
| 3087 | .toplevel_page_independent-analytics #fs_connect .sort-button .name { |
| 3088 | font-weight: 700; |
| 3089 | } |
| 3090 | |
| 3091 | .toplevel_page_independent-analytics #fs_connect .sort-button .dashicons { |
| 3092 | color: #c5c2cc; |
| 3093 | } |
| 3094 | |
| 3095 | .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons, .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons { |
| 3096 | color: #5123a0; |
| 3097 | } |
| 3098 | |
| 3099 | .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons-arrow-up { |
| 3100 | display: inline-block; |
| 3101 | } |
| 3102 | |
| 3103 | .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons-arrow-down, .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons-arrow-right { |
| 3104 | display: none; |
| 3105 | } |
| 3106 | |
| 3107 | .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons-arrow-down { |
| 3108 | display: inline-block; |
| 3109 | } |
| 3110 | |
| 3111 | .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons-arrow-up, .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons-arrow-right { |
| 3112 | display: none; |
| 3113 | } |
| 3114 | |
| 3115 | .toplevel_page_independent-analytics #fs_connect .delete-button { |
| 3116 | z-index: 3; |
| 3117 | color: #fff; |
| 3118 | cursor: pointer; |
| 3119 | background-color: #5123a0; |
| 3120 | border: none; |
| 3121 | border-radius: 50%; |
| 3122 | padding: 2px; |
| 3123 | transition: background-color .1s, color .1s; |
| 3124 | position: absolute; |
| 3125 | top: 12px; |
| 3126 | right: -12px; |
| 3127 | } |
| 3128 | |
| 3129 | .toplevel_page_independent-analytics #fs_connect .delete-button:hover, .toplevel_page_independent-analytics #fs_connect .delete-button .open { |
| 3130 | background-color: #6c46ae; |
| 3131 | } |
| 3132 | |
| 3133 | .link-dark { |
| 3134 | color: #363040; |
| 3135 | text-decoration: none; |
| 3136 | } |
| 3137 | |
| 3138 | .link-dark:link, .link-dark:visited { |
| 3139 | color: #363040; |
| 3140 | } |
| 3141 | |
| 3142 | .link-dark:hover, .link-dark:active, .link-dark:focus, .link-dark.active { |
| 3143 | color: #18141f; |
| 3144 | } |
| 3145 | |
| 3146 | .link-purple, #fs_connect.require-license-key .fs-freemium-licensing a, #fs_connect.require-license-key a { |
| 3147 | color: #5123a0; |
| 3148 | text-decoration: none; |
| 3149 | } |
| 3150 | |
| 3151 | .link-purple:link, #fs_connect.require-license-key a:link, .link-purple:visited, #fs_connect.require-license-key a:visited { |
| 3152 | color: #5123a0; |
| 3153 | } |
| 3154 | |
| 3155 | .link-purple:hover, #fs_connect.require-license-key a:hover, .link-purple:active, #fs_connect.require-license-key a:active, .link-purple:focus, #fs_connect.require-license-key a:focus, .link-purple.active, #fs_connect.require-license-key a.active { |
| 3156 | color: #6c46ae; |
| 3157 | } |
| 3158 | |
| 3159 | .link-white, .link-white:link, .link-white:visited { |
| 3160 | color: #fff; |
| 3161 | } |
| 3162 | |
| 3163 | .link-white:hover, .link-white:active, .link-white:focus, .link-white.active { |
| 3164 | color: #ece9f2; |
| 3165 | } |
| 3166 | |
| 3167 | #fs_connect select, #fs_connect input, #fs_connect textarea { |
| 3168 | background-color: #fff; |
| 3169 | border: 1px solid #c5c2cc; |
| 3170 | border-radius: 3px; |
| 3171 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 3172 | } |
| 3173 | |
| 3174 | #fs_connect select:focus, #fs_connect input:focus, #fs_connect textarea:focus { |
| 3175 | border-color: #5123a0; |
| 3176 | outline: none; |
| 3177 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 3178 | } |
| 3179 | |
| 3180 | #fs_connect select.error, #fs_connect input.error, #fs_connect textarea.error { |
| 3181 | border-color: #d93b29; |
| 3182 | } |
| 3183 | |
| 3184 | #fs_connect input { |
| 3185 | padding: 2px 12px; |
| 3186 | } |
| 3187 | |
| 3188 | #fs_connect select { |
| 3189 | padding: 2px 24px 2px 12px; |
| 3190 | } |
| 3191 | |
| 3192 | #fs_connect select:hover, #fs_connect select:focus { |
| 3193 | color: #5123a0; |
| 3194 | } |
| 3195 | |
| 3196 | #fs_connect .block-input { |
| 3197 | width: 100%; |
| 3198 | margin-bottom: 12px; |
| 3199 | display: block; |
| 3200 | } |
| 3201 | |
| 3202 | #fs_connect ::-webkit-input-placeholder { |
| 3203 | color: #aaa6b3; |
| 3204 | opacity: 1; |
| 3205 | } |
| 3206 | |
| 3207 | #fs_connect ::-ms-input-placeholder { |
| 3208 | color: #aaa6b3; |
| 3209 | opacity: 1; |
| 3210 | } |
| 3211 | |
| 3212 | #fs_connect ::placeholder { |
| 3213 | color: #aaa6b3; |
| 3214 | opacity: 1; |
| 3215 | } |
| 3216 | |
| 3217 | #fs_connect #fs_license_key { |
| 3218 | padding: 6px 14px; |
| 3219 | font-size: 18px; |
| 3220 | } |
| 3221 | |
| 3222 | #fs_connect .fs-content .fs-license-key-container { |
| 3223 | width: auto; |
| 3224 | margin: 12px 0; |
| 3225 | } |
| 3226 | |
| 3227 | #fs_connect .fs-content .fs-license-key-container .dashicons { |
| 3228 | color: #9a95a6; |
| 3229 | font-size: 23px; |
| 3230 | top: 13px; |
| 3231 | right: 14px; |
| 3232 | } |
| 3233 | |
| 3234 | #fs_connect.require-license-key { |
| 3235 | max-width: 700px !important; |
| 3236 | } |
| 3237 | |
| 3238 | #fs_connect.require-license-key .fs-visual { |
| 3239 | padding: 10px 0 12px !important; |
| 3240 | } |
| 3241 | |
| 3242 | #fs_connect.require-license-key .fs-content { |
| 3243 | background-color: #f7f5fa; |
| 3244 | } |
| 3245 | |
| 3246 | #fs_connect.require-license-key a.show-license-resend-modal { |
| 3247 | margin-top: 8px; |
| 3248 | } |
| 3249 | |
| 3250 | #fs_connect.require-license-key #license_issues_link { |
| 3251 | align-items: center; |
| 3252 | margin-top: 0; |
| 3253 | font-size: 14px; |
| 3254 | display: flex; |
| 3255 | } |
| 3256 | |
| 3257 | #fs_connect.require-license-key .fs-actions { |
| 3258 | padding: 12px 35px !important; |
| 3259 | } |
| 3260 | |
| 3261 | #fs_connect.require-license-key .fs-actions form { |
| 3262 | order: initial !important; |
| 3263 | } |
| 3264 | |
| 3265 | #fs_connect.require-license-key .fs-trigger { |
| 3266 | padding: 0 !important; |
| 3267 | position: static !important; |
| 3268 | } |
| 3269 | |
| 3270 | #fs_connect.require-license-key .fs-freemium-licensing { |
| 3271 | color: #363040; |
| 3272 | background: #dedae6; |
| 3273 | } |
| 3274 | |
| 3275 | #fs_connect.require-license-key .fs-freemium-licensing a { |
| 3276 | text-decoration: underline; |
| 3277 | } |
| 3278 | |
| 3279 | #fs_connect.require-license-key .fs-freemium-licensing p { |
| 3280 | text-align: left; |
| 3281 | padding-left: 27px; |
| 3282 | } |
| 3283 | |
| 3284 | #fs_connect.require-license-key .fs-permissions .fs-license-sync-disclaimer { |
| 3285 | text-align: left; |
| 3286 | padding: 24px 35px; |
| 3287 | } |
| 3288 | |
| 3289 | #fs_connect.require-license-key .fs-terms { |
| 3290 | bottom: 4px !important; |
| 3291 | } |
| 3292 | |
| 3293 | .toplevel_page_independent-analytics #fs_connect .button-primary:after { |
| 3294 | display: none; |
| 3295 | } |
| 3296 | |
| 3297 | .iawp-not-real-yet #fs_connect, .toplevel_page_independent-analytics #fs_connect { |
| 3298 | max-width: 1200px; |
| 3299 | width: auto; |
| 3300 | background-color: #fff; |
| 3301 | margin: 20px 20px 0 2px; |
| 3302 | position: relative; |
| 3303 | } |
| 3304 | |
| 3305 | .iawp-not-real-yet #fs_connect .fs-visual, .toplevel_page_independent-analytics #fs_connect .fs-visual { |
| 3306 | background-color: rgba(0, 0, 0, 0); |
| 3307 | align-content: center; |
| 3308 | align-items: center; |
| 3309 | margin: 0 35px; |
| 3310 | padding: 20px 0 0; |
| 3311 | display: flex; |
| 3312 | } |
| 3313 | |
| 3314 | .iawp-not-real-yet #fs_connect .fs-visual .fs-site-icon, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-site-icon { |
| 3315 | width: 340px; |
| 3316 | border: 0; |
| 3317 | margin: 0; |
| 3318 | position: relative; |
| 3319 | top: auto; |
| 3320 | bottom: auto; |
| 3321 | left: auto; |
| 3322 | right: auto; |
| 3323 | } |
| 3324 | |
| 3325 | .iawp-not-real-yet #fs_connect .fs-visual .fs-connect-logo, .iawp-not-real-yet #fs_connect .fs-visual .fs-first.dashicons-plus, .iawp-not-real-yet #fs_connect .fs-visual .fs-plugin-icon, .iawp-not-real-yet #fs_connect .fs-visual .fs-second.dashicons-plus, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-connect-logo, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-first.dashicons-plus, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-plugin-icon, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-second.dashicons-plus { |
| 3326 | display: none; |
| 3327 | } |
| 3328 | |
| 3329 | .iawp-not-real-yet #fs_connect .fs-visual .fs-site-icon .dashicons, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-site-icon .dashicons { |
| 3330 | visibility: hidden; |
| 3331 | } |
| 3332 | |
| 3333 | .iawp-not-real-yet #fs_connect .fs-visual .fs-site-icon:before, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-site-icon:before { |
| 3334 | content: ""; |
| 3335 | height: 100%; |
| 3336 | width: 100%; |
| 3337 | background-image: url("../logo.54728d5c.svg"); |
| 3338 | background-position: 0; |
| 3339 | background-repeat: no-repeat; |
| 3340 | background-size: 85%; |
| 3341 | display: block; |
| 3342 | position: absolute; |
| 3343 | } |
| 3344 | |
| 3345 | .iawp-not-real-yet #fs_connect .fs-visual .fs-plugin-icon img, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-plugin-icon img { |
| 3346 | visibility: hidden; |
| 3347 | } |
| 3348 | |
| 3349 | .iawp-not-real-yet #fs_connect .fs-visual .fs-plugin-icon:before, .toplevel_page_independent-analytics #fs_connect .fs-visual .fs-plugin-icon:before { |
| 3350 | content: ""; |
| 3351 | height: 100%; |
| 3352 | width: 100%; |
| 3353 | background-position: 50%; |
| 3354 | background-repeat: no-repeat; |
| 3355 | background-size: 75%; |
| 3356 | display: block; |
| 3357 | position: absolute; |
| 3358 | } |
| 3359 | |
| 3360 | .iawp-not-real-yet #fs_connect .fs-content, .toplevel_page_independent-analytics #fs_connect .fs-content { |
| 3361 | padding: 20px 35px; |
| 3362 | } |
| 3363 | |
| 3364 | .iawp-not-real-yet #fs_connect .fs-content h3, .toplevel_page_independent-analytics #fs_connect .fs-content h3 { |
| 3365 | margin-top: 0; |
| 3366 | font-size: 1.7em; |
| 3367 | } |
| 3368 | |
| 3369 | .iawp-not-real-yet #fs_connect .fs-content p, .toplevel_page_independent-analytics #fs_connect .fs-content p { |
| 3370 | margin-bottom: 20px; |
| 3371 | } |
| 3372 | |
| 3373 | .iawp-not-real-yet #fs_connect .fs-content p:first-child, .iawp-not-real-yet #fs_connect .fs-content p:last-child, .iawp-not-real-yet #fs_connect .fs-content p:last-of-type, .toplevel_page_independent-analytics #fs_connect .fs-content p:first-child, .toplevel_page_independent-analytics #fs_connect .fs-content p:last-child, .toplevel_page_independent-analytics #fs_connect .fs-content p:last-of-type { |
| 3374 | margin-bottom: 0; |
| 3375 | } |
| 3376 | |
| 3377 | .iawp-not-real-yet #fs_connect .fs-content .iawp-powered-by-freemius, .toplevel_page_independent-analytics #fs_connect .fs-content .iawp-powered-by-freemius { |
| 3378 | height: 30px; |
| 3379 | width: 184px; |
| 3380 | background-position: 100%; |
| 3381 | background-repeat: no-repeat; |
| 3382 | background-size: 100px; |
| 3383 | font-size: 1.1em; |
| 3384 | font-style: italic; |
| 3385 | line-height: 30px; |
| 3386 | position: absolute; |
| 3387 | bottom: 20px; |
| 3388 | } |
| 3389 | |
| 3390 | .iawp-not-real-yet #fs_connect .fs-actions, .toplevel_page_independent-analytics #fs_connect .fs-actions { |
| 3391 | background-color: #fff; |
| 3392 | flex-flow: wrap; |
| 3393 | padding: 0 35px 70px; |
| 3394 | display: flex; |
| 3395 | } |
| 3396 | |
| 3397 | .iawp-not-real-yet #fs_connect .fs-actions form, .toplevel_page_independent-analytics #fs_connect .fs-actions form { |
| 3398 | float: none; |
| 3399 | order: 1; |
| 3400 | margin-right: 15px; |
| 3401 | } |
| 3402 | |
| 3403 | .iawp-not-real-yet #fs_connect .fs-actions #skip_activation, .toplevel_page_independent-analytics #fs_connect .fs-actions #skip_activation { |
| 3404 | float: none; |
| 3405 | order: 2; |
| 3406 | } |
| 3407 | |
| 3408 | .iawp-not-real-yet #fs_connect .fs-actions .button, .toplevel_page_independent-analytics #fs_connect .fs-actions .button { |
| 3409 | height: auto; |
| 3410 | padding: 7px 35px; |
| 3411 | } |
| 3412 | |
| 3413 | .iawp-not-real-yet #fs_connect .fs-actions .button.button-primary, .toplevel_page_independent-analytics #fs_connect .fs-actions .button.button-primary { |
| 3414 | padding-left: 35px; |
| 3415 | padding-right: 35px; |
| 3416 | } |
| 3417 | |
| 3418 | .iawp-not-real-yet #fs_connect .fs-permissions, .toplevel_page_independent-analytics #fs_connect .fs-permissions { |
| 3419 | padding: 0; |
| 3420 | position: relative; |
| 3421 | } |
| 3422 | |
| 3423 | .iawp-not-real-yet #fs_connect .fs-permissions .fs-trigger, .toplevel_page_independent-analytics #fs_connect .fs-permissions .fs-trigger { |
| 3424 | color: #5123a0; |
| 3425 | padding: 10px; |
| 3426 | position: absolute; |
| 3427 | top: -115px; |
| 3428 | left: 380px; |
| 3429 | } |
| 3430 | |
| 3431 | .iawp-not-real-yet #fs_connect .fs-permissions .fs-switch, .toplevel_page_independent-analytics #fs_connect .fs-permissions .fs-switch { |
| 3432 | height: 0; |
| 3433 | visibility: hidden; |
| 3434 | width: 0; |
| 3435 | } |
| 3436 | |
| 3437 | .iawp-not-real-yet #fs_connect .fs-permissions.fs-open, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open { |
| 3438 | padding: 20px 35px; |
| 3439 | position: absolute; |
| 3440 | box-shadow: 0 1px 2px rgba(0, 0, 0, .3); |
| 3441 | } |
| 3442 | |
| 3443 | @media screen and (max-width: 479px) { |
| 3444 | .iawp-not-real-yet #fs_connect .fs-permissions ul, .toplevel_page_independent-analytics #fs_connect .fs-permissions ul { |
| 3445 | margin: 20px 35px; |
| 3446 | position: relative; |
| 3447 | top: -60px; |
| 3448 | } |
| 3449 | } |
| 3450 | |
| 3451 | .iawp-not-real-yet #fs_connect .fs-permissions.fs-open ul, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open ul { |
| 3452 | flex-wrap: wrap; |
| 3453 | margin: 0; |
| 3454 | display: flex; |
| 3455 | } |
| 3456 | |
| 3457 | .iawp-not-real-yet #fs_connect .fs-permissions.fs-open ul li, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open ul li { |
| 3458 | flex: 0 50%; |
| 3459 | padding-bottom: 10px; |
| 3460 | } |
| 3461 | |
| 3462 | .iawp-not-real-yet #fs_connect .fs-permissions.fs-open ul li .dashicons, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open ul li .dashicons { |
| 3463 | padding-right: 15px; |
| 3464 | } |
| 3465 | |
| 3466 | .iawp-not-real-yet #fs_connect .fs-permissions.fs-open ul .dashicons, .toplevel_page_independent-analytics #fs_connect .fs-permissions.fs-open ul .dashicons { |
| 3467 | background-position: 0; |
| 3468 | background-repeat: no-repeat; |
| 3469 | background-size: 65%; |
| 3470 | } |
| 3471 | |
| 3472 | .iawp-not-real-yet #fs_connect .fs-terms, .toplevel_page_independent-analytics #fs_connect .fs-terms { |
| 3473 | width: 240px; |
| 3474 | background-color: rgba(0, 0, 0, 0); |
| 3475 | position: absolute; |
| 3476 | bottom: 20px; |
| 3477 | right: 10px; |
| 3478 | } |
| 3479 | |
| 3480 | /*# sourceMappingURL=style.css.map */ |
| 3481 |