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