easepick
2 years ago
dashboard_widget.css
2 years ago
dashboard_widget.css.map
2 years ago
freemius_notice_styles.css
2 years ago
freemius_notice_styles.css.map
2 years ago
menu_bar_stats.css
2 years ago
menu_bar_stats.css.map
2 years ago
rtl.css
2 years ago
rtl.css.map
2 years ago
style.css
2 years ago
style.css.map
2 years ago
style.css
5698 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: 5px; |
| 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, #wpfooter { |
| 23 | display: none; |
| 24 | } |
| 25 | |
| 26 | .loading-icon { |
| 27 | z-index: 99; |
| 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, transform .5s; |
| 45 | transform: scale(.9); |
| 46 | } |
| 47 | |
| 48 | #iawp-parent { |
| 49 | margin-left: -10px; |
| 50 | } |
| 51 | |
| 52 | #iawp-parent * { |
| 53 | box-sizing: border-box; |
| 54 | } |
| 55 | |
| 56 | #iawp-parent.loading .loading-icon { |
| 57 | opacity: 1; |
| 58 | visibility: visible; |
| 59 | } |
| 60 | |
| 61 | #iawp-parent.loading .loading-icon img { |
| 62 | opacity: 1; |
| 63 | transform: scale(1); |
| 64 | } |
| 65 | |
| 66 | #iawp-parent .chart-container { |
| 67 | width: 100%; |
| 68 | padding: 0 12px; |
| 69 | } |
| 70 | |
| 71 | #iawp-parent .chart-inner { |
| 72 | background: #fff; |
| 73 | border: 1px solid #dedae6; |
| 74 | border-radius: 5px; |
| 75 | padding: 24px; |
| 76 | } |
| 77 | |
| 78 | #iawp-parent .legend-container { |
| 79 | flex-wrap: wrap; |
| 80 | margin-bottom: 16px; |
| 81 | display: flex; |
| 82 | } |
| 83 | |
| 84 | #iawp-parent .legend-title { |
| 85 | order: 1; |
| 86 | margin: 0; |
| 87 | font-size: 18px; |
| 88 | font-weight: 700; |
| 89 | } |
| 90 | |
| 91 | #iawp-parent .legend { |
| 92 | order: 3; |
| 93 | } |
| 94 | |
| 95 | #iawp-parent .chart-interval-select { |
| 96 | width: 100%; |
| 97 | max-width: none; |
| 98 | order: 2; |
| 99 | margin-top: 12px; |
| 100 | margin-left: auto; |
| 101 | } |
| 102 | |
| 103 | #iawp-parent .legend-list { |
| 104 | margin: 12px 0 0; |
| 105 | } |
| 106 | |
| 107 | #iawp-parent .legend-item { |
| 108 | cursor: pointer; |
| 109 | -webkit-user-select: none; |
| 110 | -ms-user-select: none; |
| 111 | user-select: none; |
| 112 | border-radius: 18px; |
| 113 | align-items: center; |
| 114 | margin: 0 4px 4px 0; |
| 115 | padding: 4px 12px 4px 8px; |
| 116 | display: inline-flex; |
| 117 | } |
| 118 | |
| 119 | #iawp-parent .legend-item.hidden { |
| 120 | opacity: .5; |
| 121 | } |
| 122 | |
| 123 | #iawp-parent .legend-item span { |
| 124 | height: 16px; |
| 125 | width: 16px; |
| 126 | border-radius: 50%; |
| 127 | margin-right: 4px; |
| 128 | display: inline-block; |
| 129 | } |
| 130 | |
| 131 | #iawp-parent .legend-item p { |
| 132 | margin: 0; |
| 133 | font-weight: 500; |
| 134 | } |
| 135 | |
| 136 | #iawp-parent .legend-item-for-views { |
| 137 | background-color: #efe8fa; |
| 138 | } |
| 139 | |
| 140 | #iawp-parent .legend-item-for-views span { |
| 141 | background-color: #5123a0; |
| 142 | } |
| 143 | |
| 144 | #iawp-parent .legend-item-for-visitors { |
| 145 | background-color: rgba(246, 157, 10, .2); |
| 146 | } |
| 147 | |
| 148 | #iawp-parent .legend-item-for-visitors span { |
| 149 | background-color: #f69d0a; |
| 150 | } |
| 151 | |
| 152 | #iawp-parent .legend-item-for-sessions { |
| 153 | background-color: rgba(217, 59, 41, .2); |
| 154 | } |
| 155 | |
| 156 | #iawp-parent .legend-item-for-sessions span { |
| 157 | background-color: #d93b29; |
| 158 | } |
| 159 | |
| 160 | #iawp-parent .legend-item-for-orders { |
| 161 | background-color: rgba(35, 125, 68, .2); |
| 162 | } |
| 163 | |
| 164 | #iawp-parent .legend-item-for-orders span { |
| 165 | background-color: #237d44; |
| 166 | } |
| 167 | |
| 168 | #iawp-parent .legend-item-for-net-sales { |
| 169 | background-color: rgba(52, 152, 219, .2); |
| 170 | } |
| 171 | |
| 172 | #iawp-parent .legend-item-for-net-sales span { |
| 173 | background-color: #3498db; |
| 174 | } |
| 175 | |
| 176 | #iawp-parent svg text { |
| 177 | stroke-width: 0; |
| 178 | } |
| 179 | |
| 180 | #iawp-parent .google-visualization-tooltip { |
| 181 | min-width: 128px; |
| 182 | border: 1px solid #dedae6; |
| 183 | border-radius: 6px; |
| 184 | box-shadow: 1px 1px #dedae6; |
| 185 | width: fit-content !important; |
| 186 | } |
| 187 | |
| 188 | #iawp-parent .google-visualization-tooltip .google-visualization-tooltip-item-list, #iawp-parent .google-visualization-tooltip .google-visualization-tooltip-item { |
| 189 | margin: 0; |
| 190 | padding: 0; |
| 191 | } |
| 192 | |
| 193 | #iawp-parent .google-visualization-tooltip .iawp-geo-chart-tooltip { |
| 194 | padding: 16px; |
| 195 | } |
| 196 | |
| 197 | #iawp-parent .google-visualization-tooltip .iawp-geo-chart-tooltip img { |
| 198 | width: 48px; |
| 199 | margin-bottom: 8px; |
| 200 | } |
| 201 | |
| 202 | #iawp-parent .google-visualization-tooltip .iawp-geo-chart-tooltip h1 { |
| 203 | margin-top: 0; |
| 204 | margin-bottom: 8px; |
| 205 | font-size: 18px; |
| 206 | } |
| 207 | |
| 208 | #iawp-parent .google-visualization-tooltip .iawp-geo-chart-tooltip p { |
| 209 | margin-top: 0; |
| 210 | margin-bottom: 2px; |
| 211 | } |
| 212 | |
| 213 | #iawp-parent .google-visualization-tooltip .iawp-geo-chart-tooltip p:last-child { |
| 214 | margin-bottom: 0; |
| 215 | } |
| 216 | |
| 217 | #iawp-parent .google-visualization-tooltip .iawp-geo-chart-tooltip span { |
| 218 | font-weight: bold; |
| 219 | } |
| 220 | |
| 221 | @media (min-width: 600px) { |
| 222 | #iawp-parent .legend-title { |
| 223 | width: 100%; |
| 224 | } |
| 225 | |
| 226 | #iawp-parent .chart-interval-select { |
| 227 | width: auto; |
| 228 | order: 3; |
| 229 | margin-top: 0; |
| 230 | } |
| 231 | |
| 232 | #iawp-parent .legend { |
| 233 | order: 2; |
| 234 | } |
| 235 | } |
| 236 | |
| 237 | @media (min-width: 650px) { |
| 238 | #iawp-parent .chart-container { |
| 239 | padding: 0 24px; |
| 240 | } |
| 241 | } |
| 242 | |
| 243 | @media (min-width: 750px) { |
| 244 | #iawp-parent .legend-container { |
| 245 | flex-wrap: nowrap; |
| 246 | align-items: center; |
| 247 | } |
| 248 | |
| 249 | #iawp-parent .legend-title { |
| 250 | width: auto; |
| 251 | } |
| 252 | |
| 253 | #iawp-parent .legend-list { |
| 254 | justify-content: end; |
| 255 | margin: 0; |
| 256 | display: flex; |
| 257 | } |
| 258 | |
| 259 | #iawp-parent .legend-item { |
| 260 | margin: 0 0 0 12px; |
| 261 | } |
| 262 | } |
| 263 | |
| 264 | #iawp-parent .iawp-table-wrapper { |
| 265 | min-height: 885px; |
| 266 | } |
| 267 | |
| 268 | #iawp-parent .table-toolbar { |
| 269 | align-items: center; |
| 270 | margin: 24px 12px 12px; |
| 271 | display: flex; |
| 272 | } |
| 273 | |
| 274 | #iawp-parent .table-toolbar .button-modal-container { |
| 275 | display: inline-block; |
| 276 | position: relative; |
| 277 | } |
| 278 | |
| 279 | #iawp-parent .table-toolbar .group-select-container { |
| 280 | margin-left: 6px; |
| 281 | font-size: 14px; |
| 282 | position: relative; |
| 283 | } |
| 284 | |
| 285 | #iawp-parent .table-toolbar .group-select-container label { |
| 286 | font-weight: 700; |
| 287 | position: absolute; |
| 288 | top: -2px; |
| 289 | left: 15px; |
| 290 | } |
| 291 | |
| 292 | #iawp-parent .table-toolbar .group-select { |
| 293 | border-color: #dedae6; |
| 294 | border-radius: 5px; |
| 295 | padding: 5px 28px 5px 40px; |
| 296 | font-size: 14px; |
| 297 | } |
| 298 | |
| 299 | #iawp-parent .table-toolbar .group-select:hover + label, #iawp-parent .table-toolbar .group-select:active + label, #iawp-parent .table-toolbar .group-select:focus + label { |
| 300 | color: #5123a0; |
| 301 | } |
| 302 | |
| 303 | #iawp-parent .table-toolbar .group-select:focus { |
| 304 | border-color: #5123a0; |
| 305 | } |
| 306 | |
| 307 | #iawp-parent .data-table-container { |
| 308 | border: 1px solid #dedae6; |
| 309 | margin: 0 12px 12px; |
| 310 | } |
| 311 | |
| 312 | #iawp-parent .data-table-container.horizontal { |
| 313 | overflow: auto; |
| 314 | } |
| 315 | |
| 316 | #iawp-parent .data-table-container.horizontal .data-table .cell:first-child:not(.hide), #iawp-parent .data-table-container.horizontal .data-table .cell.hide:first-child + .cell { |
| 317 | z-index: 29; |
| 318 | position: -webkit-sticky; |
| 319 | position: sticky; |
| 320 | left: 0; |
| 321 | box-shadow: 1px 0 1px rgba(0, 0, 0, .1); |
| 322 | } |
| 323 | |
| 324 | #iawp-parent .data-table-container.horizontal .data-table .iawp-columns .cell:first-child:not(.hide), #iawp-parent .data-table-container.horizontal .data-table .iawp-columns .cell.hide:first-child + .cell { |
| 325 | z-index: 49; |
| 326 | } |
| 327 | |
| 328 | #iawp-parent .data-table-container:not(.horizontal) .iawp-columns .cell { |
| 329 | top: 179px; |
| 330 | } |
| 331 | |
| 332 | #iawp-parent .data-table { |
| 333 | grid-auto-rows: minmax(30px, auto); |
| 334 | grid-template-columns: minmax(120px, auto) repeat(var(--columns-mobile), minmax(70px, auto) ); |
| 335 | min-width: 900px; |
| 336 | border: none; |
| 337 | margin: 0; |
| 338 | display: grid; |
| 339 | position: relative; |
| 340 | } |
| 341 | |
| 342 | #iawp-parent .data-table .iawp-rows, #iawp-parent .data-table .iawp-row, #iawp-parent .data-table .iawp-columns { |
| 343 | display: contents; |
| 344 | } |
| 345 | |
| 346 | #iawp-parent .data-table .iawp-rows:after, #iawp-parent .data-table .iawp-row:after, #iawp-parent .data-table .iawp-columns:after { |
| 347 | display: none; |
| 348 | } |
| 349 | |
| 350 | #iawp-parent .data-table .iawp-columns .cell { |
| 351 | z-index: 39; |
| 352 | background-color: #fff; |
| 353 | border-bottom: 1px solid #dedae6; |
| 354 | position: -webkit-sticky; |
| 355 | position: sticky; |
| 356 | top: 0; |
| 357 | } |
| 358 | |
| 359 | #iawp-parent .data-error { |
| 360 | text-align: center; |
| 361 | color: #363040; |
| 362 | background-color: #f7f5fa; |
| 363 | grid-column: 1 / -1; |
| 364 | margin: 0; |
| 365 | padding: 24px; |
| 366 | } |
| 367 | |
| 368 | @media (max-width: 999px) { |
| 369 | #iawp-parent .data-table { |
| 370 | max-height: 600px; |
| 371 | grid-template-columns: minmax(120px, 170px) repeat(var(--columns-mobile), minmax(70px, auto) ); |
| 372 | } |
| 373 | } |
| 374 | |
| 375 | @media (min-width: 650px) { |
| 376 | #iawp-parent .data-table-container { |
| 377 | margin: 0 24px 24px; |
| 378 | } |
| 379 | |
| 380 | #iawp-parent .table-toolbar { |
| 381 | margin: 24px 24px 12px; |
| 382 | } |
| 383 | } |
| 384 | |
| 385 | @media (min-width: 1000px) { |
| 386 | #iawp-parent .data-table { |
| 387 | max-height: none; |
| 388 | } |
| 389 | } |
| 390 | |
| 391 | #iawp-parent .header { |
| 392 | background: #fff; |
| 393 | border-bottom: 1px solid #dedae6; |
| 394 | flex-wrap: wrap; |
| 395 | align-items: center; |
| 396 | display: flex; |
| 397 | } |
| 398 | |
| 399 | #iawp-parent .header .logo { |
| 400 | width: auto; |
| 401 | text-align: center; |
| 402 | border-right: 1px solid #dedae6; |
| 403 | margin-right: 24px; |
| 404 | padding: 14px 32px 12px; |
| 405 | } |
| 406 | |
| 407 | #iawp-parent .header .logo img { |
| 408 | width: 200px; |
| 409 | height: auto; |
| 410 | } |
| 411 | |
| 412 | #iawp-parent .relative-dates { |
| 413 | grid-gap: 8px; |
| 414 | background-color: #f7f5fa; |
| 415 | border-top: 1px solid #dedae6; |
| 416 | border-bottom: 1px solid #dedae6; |
| 417 | grid-template-columns: repeat(4, 1fr); |
| 418 | grid-auto-flow: row; |
| 419 | margin: 0 -24px; |
| 420 | padding: 12px 24px; |
| 421 | display: grid; |
| 422 | } |
| 423 | |
| 424 | #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 { |
| 425 | justify-content: center; |
| 426 | padding: 8px; |
| 427 | } |
| 428 | |
| 429 | #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 { |
| 430 | color: #5123a0; |
| 431 | border-color: #5123a0; |
| 432 | } |
| 433 | |
| 434 | @media (min-width: 650px) { |
| 435 | #iawp-parent .relative-dates { |
| 436 | grid-template-rows: repeat(4, 1fr); |
| 437 | grid-template-columns: auto; |
| 438 | grid-auto-flow: column; |
| 439 | } |
| 440 | } |
| 441 | |
| 442 | #iawp-parent .toolbar { |
| 443 | z-index: 79; |
| 444 | background-color: #fff; |
| 445 | flex-wrap: wrap; |
| 446 | justify-content: center; |
| 447 | align-items: center; |
| 448 | padding: 18px 24px; |
| 449 | display: flex; |
| 450 | position: relative; |
| 451 | } |
| 452 | |
| 453 | #iawp-parent .toolbar .date-picker-parent { |
| 454 | order: 1; |
| 455 | margin-right: 12px; |
| 456 | } |
| 457 | |
| 458 | #iawp-parent .toolbar .download-options-parent { |
| 459 | order: 2; |
| 460 | } |
| 461 | |
| 462 | #iawp-parent .toolbar .filter-parent { |
| 463 | width: 100%; |
| 464 | order: 3; |
| 465 | margin-top: 18px; |
| 466 | } |
| 467 | |
| 468 | #iawp-parent .toolbar .date-picker-container { |
| 469 | position: relative; |
| 470 | } |
| 471 | |
| 472 | #iawp-parent .toolbar .date-picker-container .dashicons { |
| 473 | color: #5123a0; |
| 474 | position: absolute; |
| 475 | top: 11px; |
| 476 | left: 12px; |
| 477 | } |
| 478 | |
| 479 | #iawp-parent .toolbar .dashicons-filter { |
| 480 | color: #5123a0; |
| 481 | margin-right: 6px; |
| 482 | } |
| 483 | |
| 484 | #iawp-parent .toolbar .filters-button, #iawp-parent .toolbar .filters-condition-button { |
| 485 | color: #5123a0; |
| 486 | cursor: pointer; |
| 487 | background: none; |
| 488 | border: none; |
| 489 | align-items: center; |
| 490 | margin: 0; |
| 491 | padding: 0; |
| 492 | display: flex; |
| 493 | } |
| 494 | |
| 495 | #iawp-parent .toolbar .filters-button:hover, #iawp-parent .toolbar .filters-button:active, #iawp-parent .toolbar .filters-button:focus, #iawp-parent .toolbar .filters-condition-button:hover, #iawp-parent .toolbar .filters-condition-button:active, #iawp-parent .toolbar .filters-condition-button:focus { |
| 496 | color: #6c46ae; |
| 497 | } |
| 498 | |
| 499 | #iawp-parent .toolbar .filters-condition-button { |
| 500 | background-color: #ece9f2; |
| 501 | border-radius: 3px; |
| 502 | margin-right: 6px; |
| 503 | padding: 6px 10px; |
| 504 | } |
| 505 | |
| 506 | #iawp-parent .toolbar .filters-condition-button strong { |
| 507 | margin: 0 4px; |
| 508 | } |
| 509 | |
| 510 | #iawp-parent .toolbar .filter-condition-buttons { |
| 511 | display: flex; |
| 512 | } |
| 513 | |
| 514 | #iawp-parent .toolbar .download-options { |
| 515 | color: #5123a0; |
| 516 | cursor: pointer; |
| 517 | background: none; |
| 518 | border: none; |
| 519 | align-items: center; |
| 520 | margin: 0; |
| 521 | padding: 0; |
| 522 | display: flex; |
| 523 | } |
| 524 | |
| 525 | #iawp-parent .toolbar .download-options:after { |
| 526 | content: ""; |
| 527 | margin-left: 4px; |
| 528 | font-family: Dashicons; |
| 529 | } |
| 530 | |
| 531 | #iawp-parent .easepick-wrapper.inline { |
| 532 | display: none; |
| 533 | } |
| 534 | |
| 535 | #iawp-parent .easepick-wrapper.inline.show { |
| 536 | display: block; |
| 537 | } |
| 538 | |
| 539 | @media (min-width: 600px) { |
| 540 | #iawp-parent .toolbar[data-filter-count="0"] { |
| 541 | flex-wrap: nowrap; |
| 542 | justify-content: flex-start; |
| 543 | } |
| 544 | |
| 545 | #iawp-parent .toolbar[data-filter-count="0"] .filter-parent { |
| 546 | width: auto; |
| 547 | order: 2; |
| 548 | margin-top: 0; |
| 549 | } |
| 550 | |
| 551 | #iawp-parent .toolbar[data-filter-count="0"] .download-options-parent { |
| 552 | order: 3; |
| 553 | margin-left: auto; |
| 554 | } |
| 555 | } |
| 556 | |
| 557 | @media (min-width: 900px) { |
| 558 | #iawp-parent .toolbar[data-filter-count="1"] { |
| 559 | flex-wrap: nowrap; |
| 560 | justify-content: flex-start; |
| 561 | } |
| 562 | |
| 563 | #iawp-parent .toolbar[data-filter-count="1"] .filter-parent { |
| 564 | width: auto; |
| 565 | order: 2; |
| 566 | margin-top: 0; |
| 567 | } |
| 568 | |
| 569 | #iawp-parent .toolbar[data-filter-count="1"] .download-options-parent { |
| 570 | order: 3; |
| 571 | margin-left: auto; |
| 572 | } |
| 573 | } |
| 574 | |
| 575 | @media (min-width: 1000px) { |
| 576 | #iawp-parent .iawp-layout:not(.collapsed) .toolbar[data-filter-count="1"] { |
| 577 | flex-wrap: wrap; |
| 578 | justify-content: center; |
| 579 | } |
| 580 | |
| 581 | #iawp-parent .iawp-layout:not(.collapsed) .toolbar[data-filter-count="1"] .filter-parent { |
| 582 | width: 100%; |
| 583 | order: 3; |
| 584 | margin-top: 12px; |
| 585 | } |
| 586 | |
| 587 | #iawp-parent .iawp-layout:not(.collapsed) .toolbar[data-filter-count="1"] .download-options-parent { |
| 588 | order: 2; |
| 589 | margin-left: 0; |
| 590 | } |
| 591 | } |
| 592 | |
| 593 | @media (min-width: 1100px) { |
| 594 | #iawp-parent .iawp-layout:not(.collapsed) .toolbar[data-filter-count="1"] { |
| 595 | flex-wrap: nowrap; |
| 596 | justify-content: flex-start; |
| 597 | } |
| 598 | |
| 599 | #iawp-parent .iawp-layout:not(.collapsed) .toolbar[data-filter-count="1"] .filter-parent { |
| 600 | width: auto; |
| 601 | order: 2; |
| 602 | margin-top: 0; |
| 603 | } |
| 604 | |
| 605 | #iawp-parent .iawp-layout:not(.collapsed) .toolbar[data-filter-count="1"] .download-options-parent { |
| 606 | order: 3; |
| 607 | margin-left: auto; |
| 608 | } |
| 609 | |
| 610 | #iawp-parent .iawp-layout.collapsed .toolbar[data-filter-count="2"] { |
| 611 | flex-wrap: nowrap; |
| 612 | justify-content: flex-start; |
| 613 | } |
| 614 | |
| 615 | #iawp-parent .iawp-layout.collapsed .toolbar[data-filter-count="2"] .filter-parent { |
| 616 | width: auto; |
| 617 | order: 2; |
| 618 | margin-top: 0; |
| 619 | } |
| 620 | |
| 621 | #iawp-parent .iawp-layout.collapsed .toolbar[data-filter-count="2"] .download-options-parent { |
| 622 | order: 3; |
| 623 | margin-left: auto; |
| 624 | } |
| 625 | } |
| 626 | |
| 627 | @media (min-width: 1200px) { |
| 628 | #iawp-parent .toolbar[data-filter-count="2"] { |
| 629 | flex-wrap: nowrap; |
| 630 | justify-content: flex-start; |
| 631 | } |
| 632 | |
| 633 | #iawp-parent .toolbar[data-filter-count="2"] .filter-parent { |
| 634 | width: auto; |
| 635 | order: 2; |
| 636 | margin-top: 0; |
| 637 | } |
| 638 | |
| 639 | #iawp-parent .toolbar[data-filter-count="2"] .download-options-parent { |
| 640 | order: 3; |
| 641 | margin-left: auto; |
| 642 | } |
| 643 | } |
| 644 | |
| 645 | @media (min-width: 1300px) { |
| 646 | #iawp-parent .toolbar[data-filter-count="3"] { |
| 647 | flex-wrap: nowrap; |
| 648 | justify-content: flex-start; |
| 649 | } |
| 650 | |
| 651 | #iawp-parent .toolbar[data-filter-count="3"] .filter-parent { |
| 652 | width: auto; |
| 653 | order: 2; |
| 654 | margin-top: 0; |
| 655 | } |
| 656 | |
| 657 | #iawp-parent .toolbar[data-filter-count="3"] .download-options-parent { |
| 658 | order: 3; |
| 659 | margin-left: auto; |
| 660 | } |
| 661 | } |
| 662 | |
| 663 | @media (min-width: 1500px) { |
| 664 | #iawp-parent .toolbar[data-filter-count="4"] { |
| 665 | flex-wrap: nowrap; |
| 666 | justify-content: flex-start; |
| 667 | } |
| 668 | |
| 669 | #iawp-parent .toolbar[data-filter-count="4"] .filter-parent { |
| 670 | width: auto; |
| 671 | order: 2; |
| 672 | margin-top: 0; |
| 673 | } |
| 674 | |
| 675 | #iawp-parent .toolbar[data-filter-count="4"] .download-options-parent { |
| 676 | order: 3; |
| 677 | margin-left: auto; |
| 678 | } |
| 679 | } |
| 680 | |
| 681 | @media (min-width: 1700px) { |
| 682 | #iawp-parent .toolbar[data-filter-count="5"] { |
| 683 | flex-wrap: nowrap; |
| 684 | justify-content: flex-start; |
| 685 | } |
| 686 | |
| 687 | #iawp-parent .toolbar[data-filter-count="5"] .filter-parent { |
| 688 | width: auto; |
| 689 | order: 2; |
| 690 | margin-top: 0; |
| 691 | } |
| 692 | |
| 693 | #iawp-parent .toolbar[data-filter-count="5"] .download-options-parent { |
| 694 | order: 3; |
| 695 | margin-left: auto; |
| 696 | } |
| 697 | } |
| 698 | |
| 699 | @keyframes recording { |
| 700 | 0% { |
| 701 | fill: #efe8fa; |
| 702 | } |
| 703 | |
| 704 | 50% { |
| 705 | fill: #f2afa7; |
| 706 | } |
| 707 | |
| 708 | 100% { |
| 709 | fill: #efe8fa; |
| 710 | } |
| 711 | } |
| 712 | |
| 713 | @keyframes reload { |
| 714 | 0% { |
| 715 | opacity: 1; |
| 716 | } |
| 717 | |
| 718 | 20% { |
| 719 | opacity: .7; |
| 720 | } |
| 721 | |
| 722 | 100% { |
| 723 | opacity: 1; |
| 724 | } |
| 725 | } |
| 726 | |
| 727 | @keyframes reloadBg { |
| 728 | 0% { |
| 729 | background-color: #ece9f2; |
| 730 | } |
| 731 | |
| 732 | 20% { |
| 733 | background-color: #f2edfa; |
| 734 | } |
| 735 | |
| 736 | 100% { |
| 737 | background-color: #ece9f2; |
| 738 | } |
| 739 | } |
| 740 | |
| 741 | @keyframes progressBar { |
| 742 | 0% { |
| 743 | width: 100%; |
| 744 | } |
| 745 | |
| 746 | 100% { |
| 747 | width: 0; |
| 748 | } |
| 749 | } |
| 750 | |
| 751 | #iawp-parent .real-time-dashboard { |
| 752 | z-index: 3; |
| 753 | position: relative; |
| 754 | } |
| 755 | |
| 756 | #iawp-parent .real-time-dashboard:after { |
| 757 | content: ""; |
| 758 | z-index: -1; |
| 759 | position: absolute; |
| 760 | top: -12px; |
| 761 | bottom: -380px; |
| 762 | left: 0; |
| 763 | right: 0; |
| 764 | } |
| 765 | |
| 766 | #iawp-parent .real-time-dashboard.refreshed:after { |
| 767 | animation: reloadBg 1s forwards; |
| 768 | } |
| 769 | |
| 770 | #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 { |
| 771 | animation: reload 1s forwards; |
| 772 | } |
| 773 | |
| 774 | #iawp-parent .real-time-dashboard.refreshed .progress-bar .inner { |
| 775 | animation: progressBar 10s linear forwards; |
| 776 | } |
| 777 | |
| 778 | #iawp-parent .real-time-dashboard .iawp-heading { |
| 779 | z-index: 9; |
| 780 | text-align: center; |
| 781 | margin: 12px 0; |
| 782 | padding: 24px; |
| 783 | line-height: 1.5; |
| 784 | position: relative; |
| 785 | } |
| 786 | |
| 787 | #iawp-parent .real-time-dashboard .iawp-heading .learn-more { |
| 788 | color: #363040; |
| 789 | margin-left: 2px; |
| 790 | font-size: 18px; |
| 791 | font-weight: 400; |
| 792 | text-decoration: none; |
| 793 | display: inline-block; |
| 794 | position: absolute; |
| 795 | top: 10px; |
| 796 | left: calc(100% + 8px); |
| 797 | } |
| 798 | |
| 799 | #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 { |
| 800 | opacity: 1; |
| 801 | visibility: visible; |
| 802 | } |
| 803 | |
| 804 | #iawp-parent .real-time-dashboard .iawp-heading .learn-more .dashicons { |
| 805 | font-size: 22px; |
| 806 | } |
| 807 | |
| 808 | #iawp-parent .real-time-dashboard .iawp-heading .learn-more .tooltip { |
| 809 | width: 250px; |
| 810 | top: 34px; |
| 811 | left: -115px; |
| 812 | } |
| 813 | |
| 814 | #iawp-parent .real-time-dashboard .iawp-title-inner { |
| 815 | display: inline-block; |
| 816 | position: relative; |
| 817 | } |
| 818 | |
| 819 | #iawp-parent .real-time-dashboard .iawp-title-inner svg { |
| 820 | position: absolute; |
| 821 | top: 6px; |
| 822 | right: calc(100% + 8px); |
| 823 | } |
| 824 | |
| 825 | #iawp-parent .real-time-dashboard .most-popular-container { |
| 826 | margin: 24px; |
| 827 | } |
| 828 | |
| 829 | #iawp-parent .real-time-dashboard .recording-icon-outer { |
| 830 | animation: recording 2s ease-in-out infinite; |
| 831 | } |
| 832 | |
| 833 | #iawp-parent .real-time-dashboard .iawp-title { |
| 834 | font-size: 28px; |
| 835 | font-weight: 900; |
| 836 | } |
| 837 | |
| 838 | #iawp-parent .real-time-dashboard .iawp-overview { |
| 839 | font-size: 16px; |
| 840 | } |
| 841 | |
| 842 | #iawp-parent .real-time-dashboard .charts { |
| 843 | flex-wrap: wrap; |
| 844 | justify-content: space-between; |
| 845 | padding: 0 24px; |
| 846 | display: flex; |
| 847 | } |
| 848 | |
| 849 | #iawp-parent .real-time-dashboard .chart-container { |
| 850 | padding: 0; |
| 851 | } |
| 852 | |
| 853 | #iawp-parent .real-time-dashboard .chart-container:first-child { |
| 854 | margin-bottom: 24px; |
| 855 | } |
| 856 | |
| 857 | #iawp-parent .real-time-dashboard .most-popular-list { |
| 858 | margin: 0 0 24px; |
| 859 | position: relative; |
| 860 | } |
| 861 | |
| 862 | #iawp-parent .real-time-dashboard .most-popular-list .heading { |
| 863 | justify-content: space-between; |
| 864 | display: flex; |
| 865 | } |
| 866 | |
| 867 | #iawp-parent .real-time-dashboard .most-popular-list .heading .views-heading { |
| 868 | font-weight: 700; |
| 869 | } |
| 870 | |
| 871 | #iawp-parent .real-time-dashboard .most-popular-list ol { |
| 872 | margin: 24px 0 0; |
| 873 | } |
| 874 | |
| 875 | #iawp-parent .real-time-dashboard .most-popular-list li { |
| 876 | border-bottom: 1px solid #ece9f2; |
| 877 | justify-content: space-between; |
| 878 | align-items: center; |
| 879 | margin-bottom: 8px; |
| 880 | padding-bottom: 8px; |
| 881 | font-size: 14px; |
| 882 | line-height: 1.5; |
| 883 | display: flex; |
| 884 | right: 0; |
| 885 | overflow: hidden; |
| 886 | } |
| 887 | |
| 888 | #iawp-parent .real-time-dashboard .most-popular-list li span { |
| 889 | white-space: nowrap; |
| 890 | } |
| 891 | |
| 892 | #iawp-parent .real-time-dashboard .most-popular-list li img { |
| 893 | width: 32px; |
| 894 | margin-left: 4px; |
| 895 | } |
| 896 | |
| 897 | #iawp-parent .real-time-dashboard .most-popular-list .real-time-resource { |
| 898 | white-space: nowrap; |
| 899 | width: calc(100% - 30px); |
| 900 | margin-left: 4px; |
| 901 | margin-right: 18px; |
| 902 | font-weight: 500; |
| 903 | position: relative; |
| 904 | overflow: hidden; |
| 905 | } |
| 906 | |
| 907 | #iawp-parent .real-time-dashboard .most-popular-list .real-time-resource:after { |
| 908 | content: ""; |
| 909 | width: 30px; |
| 910 | background: linear-gradient(90deg, rgba(255, 255, 255, .4) 0%, #fff 60%); |
| 911 | position: absolute; |
| 912 | top: 0; |
| 913 | bottom: 0; |
| 914 | right: 0; |
| 915 | } |
| 916 | |
| 917 | .iawp-dark-mode #iawp-parent .real-time-dashboard .most-popular-list .real-time-resource:after { |
| 918 | background: linear-gradient(90deg, rgba(54, 48, 64, .4) 0%, #363040 60%); |
| 919 | } |
| 920 | |
| 921 | #iawp-parent .real-time-dashboard .most-popular-list .real-time-subtitle { |
| 922 | color: #aaa6b3; |
| 923 | font-size: 12px; |
| 924 | } |
| 925 | |
| 926 | #iawp-parent .real-time-dashboard .most-popular-empty-message.hide { |
| 927 | display: none; |
| 928 | } |
| 929 | |
| 930 | #iawp-parent .real-time-dashboard .progress-bar { |
| 931 | height: 14px; |
| 932 | background: #fff; |
| 933 | position: fixed; |
| 934 | bottom: 0; |
| 935 | left: 0; |
| 936 | right: 0; |
| 937 | } |
| 938 | |
| 939 | #iawp-parent .real-time-dashboard .progress-bar .inner { |
| 940 | height: 100%; |
| 941 | width: 100%; |
| 942 | background: linear-gradient(90deg, #f65817 0%, #ff9f00 100%); |
| 943 | border-radius: 0 12px 12px 0; |
| 944 | position: absolute; |
| 945 | } |
| 946 | |
| 947 | .iawp-dark-mode #iawp-parent .real-time-dashboard .progress-bar { |
| 948 | background: #363040; |
| 949 | } |
| 950 | |
| 951 | @media (min-width: 600px) { |
| 952 | #iawp-parent .real-time-dashboard .most-popular-container { |
| 953 | flex-wrap: wrap; |
| 954 | justify-content: space-between; |
| 955 | display: flex; |
| 956 | } |
| 957 | |
| 958 | #iawp-parent .real-time-dashboard .most-popular-list { |
| 959 | width: calc(50% - 12px); |
| 960 | } |
| 961 | } |
| 962 | |
| 963 | @media (min-width: 783px) { |
| 964 | #iawp-parent .real-time-dashboard .progress-bar { |
| 965 | left: 36px; |
| 966 | } |
| 967 | } |
| 968 | |
| 969 | @media (min-width: 800px) { |
| 970 | #iawp-parent .real-time-dashboard .iawp-title { |
| 971 | font-size: 42px; |
| 972 | } |
| 973 | |
| 974 | #iawp-parent .real-time-dashboard .iawp-title-inner svg { |
| 975 | top: 16px; |
| 976 | right: calc(100% + 12px); |
| 977 | } |
| 978 | |
| 979 | #iawp-parent .real-time-dashboard .iawp-title-inner .learn-more { |
| 980 | top: 20px; |
| 981 | } |
| 982 | |
| 983 | #iawp-parent .real-time-dashboard .iawp-title-inner .learn-more .dashicons { |
| 984 | font-size: 26px; |
| 985 | } |
| 986 | |
| 987 | #iawp-parent .real-time-dashboard .iawp-overview { |
| 988 | font-size: 18px; |
| 989 | } |
| 990 | |
| 991 | #iawp-parent .real-time-dashboard .charts { |
| 992 | flex-wrap: nowrap; |
| 993 | } |
| 994 | |
| 995 | #iawp-parent .real-time-dashboard .chart-container { |
| 996 | width: calc(50% - 12px); |
| 997 | } |
| 998 | |
| 999 | #iawp-parent .real-time-dashboard .chart-container:first-child { |
| 1000 | margin-bottom: 0; |
| 1001 | } |
| 1002 | } |
| 1003 | |
| 1004 | @media (min-width: 783px) { |
| 1005 | #iawp-parent .real-time-dashboard .progress-bar { |
| 1006 | left: 160px; |
| 1007 | } |
| 1008 | } |
| 1009 | |
| 1010 | @media (min-width: 1100px) { |
| 1011 | #iawp-parent .real-time-dashboard .most-popular-list { |
| 1012 | width: calc(33% - 12px); |
| 1013 | } |
| 1014 | |
| 1015 | #iawp-parent .real-time-dashboard .most-popular-list:last-child { |
| 1016 | margin-left: calc(1% + 12px); |
| 1017 | margin-right: auto; |
| 1018 | } |
| 1019 | } |
| 1020 | |
| 1021 | #iawp-parent .report-header-container { |
| 1022 | border-bottom: 1px solid #dedae6; |
| 1023 | } |
| 1024 | |
| 1025 | #iawp-parent .report-header-container .modal { |
| 1026 | z-index: 99; |
| 1027 | color: #363040; |
| 1028 | } |
| 1029 | |
| 1030 | #iawp-parent .report-title-bar { |
| 1031 | color: #fff; |
| 1032 | background-color: #5123a0; |
| 1033 | flex-wrap: wrap; |
| 1034 | justify-content: center; |
| 1035 | padding: 10px 24px; |
| 1036 | display: flex; |
| 1037 | } |
| 1038 | |
| 1039 | #iawp-parent .report-title-bar .primary-report-title-container { |
| 1040 | width: 100%; |
| 1041 | text-align: center; |
| 1042 | margin-bottom: 6px; |
| 1043 | } |
| 1044 | |
| 1045 | #iawp-parent .report-title-bar .rename-report { |
| 1046 | width: 100%; |
| 1047 | margin-bottom: 12px; |
| 1048 | position: relative; |
| 1049 | } |
| 1050 | |
| 1051 | #iawp-parent .report-title-bar .rename-report a.no-edit { |
| 1052 | cursor: default; |
| 1053 | } |
| 1054 | |
| 1055 | #iawp-parent .report-title-bar .rename-report .modal.small { |
| 1056 | left: 0; |
| 1057 | right: auto; |
| 1058 | } |
| 1059 | |
| 1060 | #iawp-parent .report-title-bar .rename-link { |
| 1061 | white-space: nowrap; |
| 1062 | justify-content: center; |
| 1063 | align-items: center; |
| 1064 | text-decoration: none; |
| 1065 | display: flex; |
| 1066 | overflow: hidden; |
| 1067 | } |
| 1068 | |
| 1069 | #iawp-parent .report-title-bar .rename-link:hover, #iawp-parent .report-title-bar .rename-link:active, #iawp-parent .report-title-bar .rename-link:focus { |
| 1070 | box-shadow: none; |
| 1071 | } |
| 1072 | |
| 1073 | #iawp-parent .report-title-bar .rename-link:hover span, #iawp-parent .report-title-bar .rename-link:active span, #iawp-parent .report-title-bar .rename-link:focus span { |
| 1074 | color: #fff; |
| 1075 | } |
| 1076 | |
| 1077 | #iawp-parent .report-title-bar .rename-link h1 { |
| 1078 | margin-right: 8px; |
| 1079 | } |
| 1080 | |
| 1081 | #iawp-parent .report-title-bar .rename-link span { |
| 1082 | color: #fff; |
| 1083 | } |
| 1084 | |
| 1085 | #iawp-parent .report-title-bar .report-title { |
| 1086 | color: #fff; |
| 1087 | font-size: 16px; |
| 1088 | } |
| 1089 | |
| 1090 | #iawp-parent .report-title-bar .buttons { |
| 1091 | flex-shrink: 0; |
| 1092 | align-items: center; |
| 1093 | display: flex; |
| 1094 | position: relative; |
| 1095 | } |
| 1096 | |
| 1097 | #iawp-parent .report-title-bar .buttons > div { |
| 1098 | margin-left: 8px; |
| 1099 | } |
| 1100 | |
| 1101 | #iawp-parent .report-title-bar .buttons button { |
| 1102 | border-radius: 3px; |
| 1103 | padding: 9px 11px; |
| 1104 | } |
| 1105 | |
| 1106 | #iawp-parent .report-title-bar .buttons:before { |
| 1107 | content: ""; |
| 1108 | width: 48px; |
| 1109 | background: linear-gradient(270deg, #5123a0, rgba(0, 0, 0, 0)); |
| 1110 | position: absolute; |
| 1111 | top: 0; |
| 1112 | bottom: 0; |
| 1113 | right: 100%; |
| 1114 | } |
| 1115 | |
| 1116 | #iawp-parent .report-title-bar .buttons .favorite { |
| 1117 | color: #d9d5e0; |
| 1118 | background: none; |
| 1119 | border-color: #896cba; |
| 1120 | padding: 6px 7px; |
| 1121 | font-size: 0; |
| 1122 | } |
| 1123 | |
| 1124 | #iawp-parent .report-title-bar .buttons .favorite .dashicons { |
| 1125 | height: 20px; |
| 1126 | border-color: #fff; |
| 1127 | margin-right: 0; |
| 1128 | font-size: 18px; |
| 1129 | transition: color .1s; |
| 1130 | } |
| 1131 | |
| 1132 | #iawp-parent .report-title-bar .buttons .favorite:not(.active):hover, #iawp-parent .report-title-bar .buttons .favorite:not(.active):active, #iawp-parent .report-title-bar .buttons .favorite:not(.active):focus { |
| 1133 | color: #fff; |
| 1134 | background-color: #f69d0a; |
| 1135 | border-color: #f69d0a; |
| 1136 | } |
| 1137 | |
| 1138 | #iawp-parent .report-title-bar .buttons .favorite:not(.active):hover .dashicons, #iawp-parent .report-title-bar .buttons .favorite:not(.active):active .dashicons, #iawp-parent .report-title-bar .buttons .favorite:not(.active):focus .dashicons { |
| 1139 | color: #fff; |
| 1140 | } |
| 1141 | |
| 1142 | #iawp-parent .report-title-bar .buttons .favorite.active { |
| 1143 | border-color: rgba(0, 0, 0, 0); |
| 1144 | padding: 10px 8px; |
| 1145 | font-size: 0; |
| 1146 | } |
| 1147 | |
| 1148 | #iawp-parent .report-title-bar .buttons .favorite.active .dashicons { |
| 1149 | color: #f69d0a; |
| 1150 | margin-right: 0; |
| 1151 | } |
| 1152 | |
| 1153 | #iawp-parent .report-title-bar .save-report-button, #iawp-parent .report-title-bar .save-as-report-button { |
| 1154 | color: #5123a0; |
| 1155 | background-color: #fff; |
| 1156 | border: none; |
| 1157 | } |
| 1158 | |
| 1159 | #iawp-parent .report-title-bar .save-report-button:hover, #iawp-parent .report-title-bar .save-report-button:active, #iawp-parent .report-title-bar .save-report-button:focus, #iawp-parent .report-title-bar .save-report-button.open, #iawp-parent .report-title-bar .save-as-report-button:hover, #iawp-parent .report-title-bar .save-as-report-button:active, #iawp-parent .report-title-bar .save-as-report-button:focus, #iawp-parent .report-title-bar .save-as-report-button.open { |
| 1160 | color: #6c46ae; |
| 1161 | outline-offset: 1px; |
| 1162 | background-color: #fff; |
| 1163 | outline: 1px solid #fff; |
| 1164 | } |
| 1165 | |
| 1166 | #iawp-parent .report-title-bar .delete-report > button { |
| 1167 | color: #d9d5e0; |
| 1168 | background: none; |
| 1169 | border-color: #896cba; |
| 1170 | padding: 6px 7px; |
| 1171 | } |
| 1172 | |
| 1173 | #iawp-parent .report-title-bar .delete-report > button:hover, #iawp-parent .report-title-bar .delete-report > button:active, #iawp-parent .report-title-bar .delete-report > button:focus, #iawp-parent .report-title-bar .delete-report > button.open { |
| 1174 | color: #fff; |
| 1175 | background-color: #d93b29; |
| 1176 | border-color: #d93b29; |
| 1177 | } |
| 1178 | |
| 1179 | #iawp-parent .report-title-bar .delete-report > button:hover .dashicons, #iawp-parent .report-title-bar .delete-report > button:active .dashicons, #iawp-parent .report-title-bar .delete-report > button:focus .dashicons, #iawp-parent .report-title-bar .delete-report > button.open .dashicons { |
| 1180 | color: #fff; |
| 1181 | } |
| 1182 | |
| 1183 | #iawp-parent .report-title-bar .delete-report > button.open { |
| 1184 | outline-offset: 1px; |
| 1185 | outline: 1px solid #d93b29; |
| 1186 | } |
| 1187 | |
| 1188 | #iawp-parent .report-title-bar .delete-report > button span { |
| 1189 | margin-right: 0; |
| 1190 | } |
| 1191 | |
| 1192 | #iawp-parent .report-title-bar .delete-report .dashicons { |
| 1193 | transition: color .1s; |
| 1194 | } |
| 1195 | |
| 1196 | #iawp-parent .report-title-bar .modal.small { |
| 1197 | width: 260px; |
| 1198 | border: 1px solid #dedae6; |
| 1199 | left: auto; |
| 1200 | right: 0; |
| 1201 | } |
| 1202 | |
| 1203 | #iawp-parent .report-title-bar .modal.small .modal-inner { |
| 1204 | padding: 12px 24px 18px; |
| 1205 | } |
| 1206 | |
| 1207 | #iawp-parent .report-title-bar .modal.small .title-small { |
| 1208 | margin-bottom: 0; |
| 1209 | } |
| 1210 | |
| 1211 | #iawp-parent .report-title-bar .modal.small input { |
| 1212 | max-width: none; |
| 1213 | width: 100%; |
| 1214 | padding: 5px 12px; |
| 1215 | } |
| 1216 | |
| 1217 | #iawp-parent .report-title-bar .modal.small .iawp-button, #iawp-parent .report-title-bar .modal.small .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .report-title-bar .modal.small .button { |
| 1218 | width: 100%; |
| 1219 | justify-content: center; |
| 1220 | margin-top: 6px; |
| 1221 | } |
| 1222 | |
| 1223 | #iawp-parent .report-title-bar .save-report { |
| 1224 | align-items: center; |
| 1225 | display: flex; |
| 1226 | } |
| 1227 | |
| 1228 | #iawp-parent .report-title-bar .save-report .unsaved-warning { |
| 1229 | margin: 0 12px; |
| 1230 | position: relative; |
| 1231 | } |
| 1232 | |
| 1233 | #iawp-parent .report-title-bar .save-report .unsaved-warning .dashicons { |
| 1234 | color: #f69d0a; |
| 1235 | } |
| 1236 | |
| 1237 | #iawp-parent .report-title-bar .save-report .unsaved-warning:hover .text { |
| 1238 | display: inline-block; |
| 1239 | } |
| 1240 | |
| 1241 | #iawp-parent .report-title-bar .save-report .unsaved-warning .text { |
| 1242 | color: #fff; |
| 1243 | white-space: nowrap; |
| 1244 | background: #363040; |
| 1245 | border-radius: 3px; |
| 1246 | padding: 4px 8px 6px; |
| 1247 | display: none; |
| 1248 | position: absolute; |
| 1249 | top: 50%; |
| 1250 | right: calc(100% + 4px); |
| 1251 | transform: translateY(-50%); |
| 1252 | } |
| 1253 | |
| 1254 | @media (min-width: 600px) { |
| 1255 | #iawp-parent .report-title-bar { |
| 1256 | flex-wrap: nowrap; |
| 1257 | justify-content: space-between; |
| 1258 | } |
| 1259 | |
| 1260 | #iawp-parent .report-title-bar .primary-report-title-container { |
| 1261 | width: auto; |
| 1262 | text-align: left; |
| 1263 | margin-bottom: 0; |
| 1264 | } |
| 1265 | |
| 1266 | #iawp-parent .report-title-bar .rename-report { |
| 1267 | max-width: calc(100% - 280px); |
| 1268 | width: auto; |
| 1269 | margin-bottom: 0; |
| 1270 | } |
| 1271 | |
| 1272 | #iawp-parent .report-title-bar .rename-link { |
| 1273 | justify-content: flex-start; |
| 1274 | } |
| 1275 | } |
| 1276 | |
| 1277 | @media (min-width: 825px) { |
| 1278 | #iawp-parent .report-title-bar .report-title { |
| 1279 | font-size: 24px; |
| 1280 | } |
| 1281 | |
| 1282 | #iawp-parent .report-title-bar .buttons button { |
| 1283 | padding: 14px 16px; |
| 1284 | } |
| 1285 | |
| 1286 | #iawp-parent .report-title-bar .buttons .favorite { |
| 1287 | padding: 10px 14px 10px 8px; |
| 1288 | font-size: 14px; |
| 1289 | } |
| 1290 | |
| 1291 | #iawp-parent .report-title-bar .buttons .favorite .dashicons { |
| 1292 | margin-right: 6px; |
| 1293 | } |
| 1294 | |
| 1295 | #iawp-parent .report-title-bar .delete-report > button { |
| 1296 | padding: 9px 12px; |
| 1297 | } |
| 1298 | } |
| 1299 | |
| 1300 | @media (min-width: 1000px) { |
| 1301 | #iawp-parent .report-header-container { |
| 1302 | z-index: 79; |
| 1303 | position: -webkit-sticky; |
| 1304 | position: sticky; |
| 1305 | top: 32px; |
| 1306 | } |
| 1307 | } |
| 1308 | |
| 1309 | #iawp-parent .campaign { |
| 1310 | background: #f7f5fa; |
| 1311 | } |
| 1312 | |
| 1313 | #iawp-parent .campaign-copy { |
| 1314 | border-bottom: 1px solid #dedae6; |
| 1315 | justify-content: space-between; |
| 1316 | padding: 24px 36px 36px; |
| 1317 | display: flex; |
| 1318 | } |
| 1319 | |
| 1320 | #iawp-parent .campaign-copy input { |
| 1321 | flex-grow: 1; |
| 1322 | margin: 0 16px 0 0; |
| 1323 | } |
| 1324 | |
| 1325 | #iawp-parent .campaign-copy button { |
| 1326 | white-space: nowrap; |
| 1327 | } |
| 1328 | |
| 1329 | #iawp-parent .campaign-copy p { |
| 1330 | margin: 0; |
| 1331 | } |
| 1332 | |
| 1333 | #iawp-parent .campaigns-heading { |
| 1334 | padding: 12px 36px; |
| 1335 | } |
| 1336 | |
| 1337 | #iawp-parent .campaigns-empty { |
| 1338 | padding: 0 36px 12px; |
| 1339 | } |
| 1340 | |
| 1341 | #iawp-parent .campaign + .campaigns-empty { |
| 1342 | display: none; |
| 1343 | } |
| 1344 | |
| 1345 | #iawp-parent .campaign .campaign-copy { |
| 1346 | transition: opacity .5s; |
| 1347 | } |
| 1348 | |
| 1349 | #iawp-parent .campaign.removing .campaign-copy { |
| 1350 | opacity: 0; |
| 1351 | } |
| 1352 | |
| 1353 | @keyframes newCampaign { |
| 1354 | 0% { |
| 1355 | bottom: -200px; |
| 1356 | } |
| 1357 | |
| 1358 | 80% { |
| 1359 | bottom: 5px; |
| 1360 | } |
| 1361 | |
| 1362 | 100% { |
| 1363 | bottom: 0; |
| 1364 | } |
| 1365 | } |
| 1366 | |
| 1367 | #iawp-parent .campaign.new { |
| 1368 | z-index: 39; |
| 1369 | background: #fff; |
| 1370 | padding: 24px 36px 36px; |
| 1371 | animation: newCampaign .5s ease-out; |
| 1372 | position: fixed; |
| 1373 | bottom: 0; |
| 1374 | left: 0; |
| 1375 | right: 0; |
| 1376 | box-shadow: 0 -4px 12px rgba(0, 0, 0, .1); |
| 1377 | } |
| 1378 | |
| 1379 | #iawp-parent .campaign.new .campaign-copy { |
| 1380 | background: none; |
| 1381 | border-bottom: none; |
| 1382 | justify-content: flex-start; |
| 1383 | padding: 0 90px 0 0; |
| 1384 | } |
| 1385 | |
| 1386 | #iawp-parent .campaign.new .campaign-text { |
| 1387 | max-width: 743px; |
| 1388 | } |
| 1389 | |
| 1390 | #iawp-parent .campaign-title { |
| 1391 | margin-top: 0; |
| 1392 | font-size: 21px; |
| 1393 | } |
| 1394 | |
| 1395 | #iawp-parent .campaign-text { |
| 1396 | width: 100%; |
| 1397 | margin-right: 12px; |
| 1398 | position: relative; |
| 1399 | } |
| 1400 | |
| 1401 | #iawp-parent .campaign-url { |
| 1402 | width: 100%; |
| 1403 | box-shadow: none; |
| 1404 | color: #676173; |
| 1405 | background: #fff; |
| 1406 | padding: 8px 12px; |
| 1407 | } |
| 1408 | |
| 1409 | #iawp-parent .campaign-url:focus { |
| 1410 | box-shadow: none; |
| 1411 | border-color: #c5c2cc; |
| 1412 | } |
| 1413 | |
| 1414 | #iawp-parent .campaign-actions { |
| 1415 | display: flex; |
| 1416 | } |
| 1417 | |
| 1418 | #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 { |
| 1419 | margin-right: 8px; |
| 1420 | padding: 8px; |
| 1421 | } |
| 1422 | |
| 1423 | #iawp-parent .campaign-actions .iawp-button.sending, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .sending.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .sending.button { |
| 1424 | color: #d93b29; |
| 1425 | background: #d93b29; |
| 1426 | position: relative; |
| 1427 | } |
| 1428 | |
| 1429 | #iawp-parent .campaign-actions .iawp-button.sending:hover, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .sending.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .sending.button:hover, #iawp-parent .campaign-actions .iawp-button.sending:active, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .sending.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .sending.button:active, #iawp-parent .campaign-actions .iawp-button.sending:focus, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .sending.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .sending.button:focus, #iawp-parent .campaign-actions .iawp-button.sending:disabled, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .sending.button:disabled, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .sending.button:disabled { |
| 1430 | color: #d93b29; |
| 1431 | background-color: #d93b29; |
| 1432 | border-color: #d93b29; |
| 1433 | } |
| 1434 | |
| 1435 | #iawp-parent .campaign-actions .iawp-button.sending:after, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .sending.button:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .sending.button:after { |
| 1436 | content: ""; |
| 1437 | color: #fff; |
| 1438 | font-family: Dashicons; |
| 1439 | font-size: 22px; |
| 1440 | animation: dashicons-spin 1s linear infinite; |
| 1441 | position: absolute; |
| 1442 | top: calc(50% - 11px); |
| 1443 | left: calc(50% - 11px); |
| 1444 | } |
| 1445 | |
| 1446 | #iawp-parent .campaign-actions .iawp-button.sent, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .sent.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .sent.button { |
| 1447 | color: #d93b29; |
| 1448 | background: #d93b29; |
| 1449 | border-color: #d93b29; |
| 1450 | position: relative; |
| 1451 | } |
| 1452 | |
| 1453 | #iawp-parent .campaign-actions .iawp-button.sent:hover, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .sent.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .sent.button:hover, #iawp-parent .campaign-actions .iawp-button.sent:active, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .sent.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .sent.button:active, #iawp-parent .campaign-actions .iawp-button.sent:focus, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .sent.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .sent.button:focus { |
| 1454 | color: #d93b29; |
| 1455 | background: #d93b29; |
| 1456 | border-color: #d93b29; |
| 1457 | } |
| 1458 | |
| 1459 | #iawp-parent .campaign-actions .iawp-button.sent:after, #iawp-parent .campaign-actions .toplevel_page_independent-analytics #fs_connect .sent.button:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .campaign-actions .sent.button:after { |
| 1460 | content: ""; |
| 1461 | color: #fff; |
| 1462 | font-family: Dashicons; |
| 1463 | font-size: 22px; |
| 1464 | position: absolute; |
| 1465 | top: calc(50% - 11px); |
| 1466 | left: calc(50% - 11px); |
| 1467 | } |
| 1468 | |
| 1469 | #iawp-parent .campaign-created-at { |
| 1470 | color: #9a95a6; |
| 1471 | margin: 0; |
| 1472 | font-size: 13px; |
| 1473 | position: absolute; |
| 1474 | top: calc(100% + 2px); |
| 1475 | } |
| 1476 | |
| 1477 | #iawp-parent .settings-container .campaign-table tr { |
| 1478 | flex-flow: column wrap; |
| 1479 | margin: 12px 0; |
| 1480 | display: flex; |
| 1481 | } |
| 1482 | |
| 1483 | #iawp-parent .settings-container .campaign-table th { |
| 1484 | width: 180px; |
| 1485 | width: auto; |
| 1486 | margin-bottom: 8px; |
| 1487 | padding: 0; |
| 1488 | font-weight: 400; |
| 1489 | } |
| 1490 | |
| 1491 | #iawp-parent .settings-container .campaign-table td { |
| 1492 | padding: 0; |
| 1493 | } |
| 1494 | |
| 1495 | #iawp-parent .settings-container .campaign-table input { |
| 1496 | padding: 7px 12px; |
| 1497 | } |
| 1498 | |
| 1499 | #iawp-parent .settings-container .campaign-table .required { |
| 1500 | color: #d93b29; |
| 1501 | } |
| 1502 | |
| 1503 | #iawp-parent .campaign-builder .settings-container { |
| 1504 | max-width: 960px; |
| 1505 | padding: 0; |
| 1506 | } |
| 1507 | |
| 1508 | #iawp-parent .campaign-builder .settings-container-header { |
| 1509 | padding: 12px 36px 0; |
| 1510 | } |
| 1511 | |
| 1512 | #iawp-parent .campaign-builder .settings-container-header h2 { |
| 1513 | font-size: 21px; |
| 1514 | line-height: 1.334; |
| 1515 | } |
| 1516 | |
| 1517 | #iawp-parent .campaign-builder .settings-container-header a { |
| 1518 | align-items: center; |
| 1519 | font-size: 14px; |
| 1520 | display: flex; |
| 1521 | } |
| 1522 | |
| 1523 | #iawp-parent .campaign-builder .settings-container-header a .dashicons { |
| 1524 | margin-left: 3px; |
| 1525 | font-size: 19px; |
| 1526 | } |
| 1527 | |
| 1528 | #iawp-parent .campaign-builder .table-container { |
| 1529 | padding: 0 36px; |
| 1530 | } |
| 1531 | |
| 1532 | #iawp-parent .campaign-builder .submit-container { |
| 1533 | background-color: #f7f5fa; |
| 1534 | border-radius: 0 0 6px 6px; |
| 1535 | justify-content: flex-end; |
| 1536 | align-items: center; |
| 1537 | padding: 24px 36px; |
| 1538 | display: flex; |
| 1539 | } |
| 1540 | |
| 1541 | #iawp-parent .campaign-builder .submit-container p { |
| 1542 | margin: 0; |
| 1543 | padding: 0; |
| 1544 | } |
| 1545 | |
| 1546 | #iawp-parent .campaign-builder .submit button { |
| 1547 | position: relative; |
| 1548 | } |
| 1549 | |
| 1550 | #iawp-parent .campaign-builder .submit button .dashicons { |
| 1551 | width: auto; |
| 1552 | height: auto; |
| 1553 | color: #5123a0; |
| 1554 | font-size: 22px; |
| 1555 | animation: rotation 2s linear infinite; |
| 1556 | display: none; |
| 1557 | position: absolute; |
| 1558 | top: 9px; |
| 1559 | left: calc(50% - 10px); |
| 1560 | } |
| 1561 | |
| 1562 | #iawp-parent .campaign-builder .submit button.building { |
| 1563 | color: rgba(0, 0, 0, 0) !important; |
| 1564 | } |
| 1565 | |
| 1566 | #iawp-parent .campaign-builder .submit button.building .dashicons { |
| 1567 | display: inline-block; |
| 1568 | } |
| 1569 | |
| 1570 | @media (min-width: 783px) { |
| 1571 | #iawp-parent .campaign.new { |
| 1572 | left: 36px; |
| 1573 | } |
| 1574 | } |
| 1575 | |
| 1576 | @media (min-width: 961px) { |
| 1577 | #iawp-parent .campaign.new { |
| 1578 | left: 160px; |
| 1579 | } |
| 1580 | } |
| 1581 | |
| 1582 | @media (min-width: 900px) { |
| 1583 | #iawp-parent .campaign-builder tbody { |
| 1584 | flex-wrap: wrap; |
| 1585 | justify-content: space-between; |
| 1586 | padding: 6px 0 18px; |
| 1587 | display: flex; |
| 1588 | } |
| 1589 | |
| 1590 | #iawp-parent .campaign-builder .campaign-table tr { |
| 1591 | width: calc(50% - 12px); |
| 1592 | margin: 6px 0; |
| 1593 | } |
| 1594 | } |
| 1595 | |
| 1596 | #iawp-parent .column-picker { |
| 1597 | z-index: 59; |
| 1598 | opacity: 0; |
| 1599 | visibility: hidden; |
| 1600 | width: auto; |
| 1601 | min-width: 240px; |
| 1602 | background: #fff; |
| 1603 | border: 1px solid #dedae6; |
| 1604 | border-radius: 5px; |
| 1605 | padding: 18px 24px; |
| 1606 | font-size: 14px; |
| 1607 | transition: opacity .2s, visibility .2s, transform .2s; |
| 1608 | position: absolute; |
| 1609 | top: calc(100% + 8px); |
| 1610 | left: 0; |
| 1611 | box-shadow: 0 4px 8px rgba(0, 0, 0, .1); |
| 1612 | } |
| 1613 | |
| 1614 | #iawp-parent .column-picker.show { |
| 1615 | opacity: 1; |
| 1616 | visibility: visible; |
| 1617 | transform: translateY(-2px); |
| 1618 | } |
| 1619 | |
| 1620 | #iawp-parent .column-picker input { |
| 1621 | margin: 0 6px 0 0; |
| 1622 | } |
| 1623 | |
| 1624 | #iawp-parent .column-picker input:disabled { |
| 1625 | background-color: #f7f5fa; |
| 1626 | } |
| 1627 | |
| 1628 | #iawp-parent .column-picker .title-small { |
| 1629 | margin-bottom: 20px; |
| 1630 | } |
| 1631 | |
| 1632 | #iawp-parent .column-picker .column-label { |
| 1633 | white-space: nowrap; |
| 1634 | border-radius: 3px; |
| 1635 | align-items: center; |
| 1636 | margin: 4px 0 4px -6px; |
| 1637 | padding: 4px 6px; |
| 1638 | display: flex; |
| 1639 | } |
| 1640 | |
| 1641 | #iawp-parent .column-picker .column-label:hover, #iawp-parent .column-picker .column-label:active, #iawp-parent .column-picker .column-label:focus { |
| 1642 | color: #5123a0; |
| 1643 | background-color: #f7f5fa; |
| 1644 | } |
| 1645 | |
| 1646 | #iawp-parent .column-picker .column-label:hover input, #iawp-parent .column-picker .column-label:active input, #iawp-parent .column-picker .column-label:focus input { |
| 1647 | border-color: #5123a0; |
| 1648 | } |
| 1649 | |
| 1650 | #iawp-parent .column-picker .column-label.disabled { |
| 1651 | color: #9a95a6; |
| 1652 | cursor: not-allowed; |
| 1653 | } |
| 1654 | |
| 1655 | #iawp-parent .column-picker .column-label.disabled:hover, #iawp-parent .column-picker .column-label.disabled:active, #iawp-parent .column-picker .column-label.disabled:focus { |
| 1656 | color: #9a95a6; |
| 1657 | background: none; |
| 1658 | } |
| 1659 | |
| 1660 | #iawp-parent .column-picker .column-label.disabled:hover input, #iawp-parent .column-picker .column-label.disabled:active input, #iawp-parent .column-picker .column-label.disabled:focus input { |
| 1661 | border-color: #9a95a6; |
| 1662 | } |
| 1663 | |
| 1664 | #iawp-parent .column-picker .wc-title { |
| 1665 | justify-content: space-between; |
| 1666 | align-items: center; |
| 1667 | margin: 20px 0 8px; |
| 1668 | display: flex; |
| 1669 | } |
| 1670 | |
| 1671 | #iawp-parent .column-picker .pro-label { |
| 1672 | color: #5123a0; |
| 1673 | text-transform: uppercase; |
| 1674 | background-color: #efe8fa; |
| 1675 | border-radius: 3px; |
| 1676 | padding: 2px 4px; |
| 1677 | font-size: 12px; |
| 1678 | display: inline-block; |
| 1679 | } |
| 1680 | |
| 1681 | #iawp-parent .filters .condition { |
| 1682 | margin-bottom: 12px; |
| 1683 | padding-right: 24px; |
| 1684 | position: relative; |
| 1685 | } |
| 1686 | |
| 1687 | #iawp-parent .filters .operator-select-container, #iawp-parent .filters .operand-field-container { |
| 1688 | position: relative; |
| 1689 | } |
| 1690 | |
| 1691 | #iawp-parent .filters .operator-select-container:before, #iawp-parent .filters .operand-field-container:before { |
| 1692 | content: ""; |
| 1693 | z-index: 3; |
| 1694 | background: #efe8fa; |
| 1695 | border-radius: 3px; |
| 1696 | position: absolute; |
| 1697 | top: 1px; |
| 1698 | bottom: 1px; |
| 1699 | left: 1px; |
| 1700 | right: 1px; |
| 1701 | } |
| 1702 | |
| 1703 | #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 { |
| 1704 | display: none; |
| 1705 | } |
| 1706 | |
| 1707 | #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 { |
| 1708 | z-index: 9; |
| 1709 | display: block; |
| 1710 | position: relative; |
| 1711 | } |
| 1712 | |
| 1713 | #iawp-parent .filters .actions button { |
| 1714 | margin-right: 4px; |
| 1715 | } |
| 1716 | |
| 1717 | #iawp-parent .input-group { |
| 1718 | background: #f7f5fa; |
| 1719 | border: 1px solid #dedae6; |
| 1720 | border-radius: 3px; |
| 1721 | padding: 8px; |
| 1722 | } |
| 1723 | |
| 1724 | #iawp-parent .input-group > div { |
| 1725 | min-height: 36px; |
| 1726 | flex: 1; |
| 1727 | margin: 0 3px 8px; |
| 1728 | } |
| 1729 | |
| 1730 | #iawp-parent .input-group > div select, #iawp-parent .input-group > div input { |
| 1731 | width: 100%; |
| 1732 | max-width: none; |
| 1733 | } |
| 1734 | |
| 1735 | @media (min-width: 800px) { |
| 1736 | #iawp-parent .input-group { |
| 1737 | justify-content: space-between; |
| 1738 | display: flex; |
| 1739 | } |
| 1740 | |
| 1741 | #iawp-parent .input-group > div { |
| 1742 | min-height: none; |
| 1743 | margin-bottom: 0; |
| 1744 | } |
| 1745 | } |
| 1746 | |
| 1747 | #iawp-parent .interrupt-message p, #iawp-parent .interrupt-message ol, #iawp-parent .interrupt-message li { |
| 1748 | font-size: 14px; |
| 1749 | } |
| 1750 | |
| 1751 | #iawp-parent .iawp-migration-error .get-help { |
| 1752 | border-bottom: 1px solid #dedae6; |
| 1753 | margin-bottom: 18px; |
| 1754 | padding-bottom: 18px; |
| 1755 | } |
| 1756 | |
| 1757 | #iawp-parent .iawp-migration-error textarea { |
| 1758 | width: 100%; |
| 1759 | background: #f7f5fa; |
| 1760 | border: 1px solid #dedae6; |
| 1761 | border-radius: 3px; |
| 1762 | padding: 12px; |
| 1763 | } |
| 1764 | |
| 1765 | #iawp-parent .mm { |
| 1766 | font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; |
| 1767 | } |
| 1768 | |
| 1769 | #iawp-parent .mm__overlay { |
| 1770 | z-index: 99; |
| 1771 | background: rgba(0, 0, 0, .6); |
| 1772 | justify-content: center; |
| 1773 | align-items: center; |
| 1774 | display: flex; |
| 1775 | position: fixed; |
| 1776 | top: 0; |
| 1777 | bottom: 0; |
| 1778 | left: 0; |
| 1779 | right: 0; |
| 1780 | } |
| 1781 | |
| 1782 | #iawp-parent .mm__container { |
| 1783 | max-width: 500px; |
| 1784 | max-height: 100vh; |
| 1785 | box-sizing: border-box; |
| 1786 | background-color: #fff; |
| 1787 | border-radius: 4px; |
| 1788 | padding: 30px; |
| 1789 | overflow-y: auto; |
| 1790 | } |
| 1791 | |
| 1792 | #iawp-parent .mm__header { |
| 1793 | justify-content: space-between; |
| 1794 | align-items: center; |
| 1795 | display: flex; |
| 1796 | } |
| 1797 | |
| 1798 | #iawp-parent .mm__title { |
| 1799 | color: #00449e; |
| 1800 | box-sizing: border-box; |
| 1801 | margin-top: 0; |
| 1802 | margin-bottom: 0; |
| 1803 | font-size: 1.25rem; |
| 1804 | font-weight: 600; |
| 1805 | line-height: 1.25; |
| 1806 | } |
| 1807 | |
| 1808 | #iawp-parent .mm__close { |
| 1809 | background: none; |
| 1810 | border: 0; |
| 1811 | } |
| 1812 | |
| 1813 | #iawp-parent .mm__header .mm__close:before { |
| 1814 | content: "✕"; |
| 1815 | } |
| 1816 | |
| 1817 | #iawp-parent .mm__content { |
| 1818 | color: rgba(0, 0, 0, .8); |
| 1819 | margin-top: 2rem; |
| 1820 | margin-bottom: 2rem; |
| 1821 | line-height: 1.5; |
| 1822 | } |
| 1823 | |
| 1824 | #iawp-parent .mm__btn { |
| 1825 | color: rgba(0, 0, 0, .8); |
| 1826 | cursor: pointer; |
| 1827 | -webkit-appearance: button; |
| 1828 | text-transform: none; |
| 1829 | will-change: transform; |
| 1830 | -moz-osx-font-smoothing: grayscale; |
| 1831 | -webkit-backface-visibility: hidden; |
| 1832 | backface-visibility: hidden; |
| 1833 | background-color: #e6e6e6; |
| 1834 | border-style: none; |
| 1835 | border-width: 0; |
| 1836 | border-radius: .25rem; |
| 1837 | margin: 0; |
| 1838 | padding: .5rem 1rem; |
| 1839 | font-size: .875rem; |
| 1840 | line-height: 1.15; |
| 1841 | transition: transform .25s ease-out, -webkit-transform .25s ease-out; |
| 1842 | overflow: visible; |
| 1843 | transform: translateZ(0); |
| 1844 | } |
| 1845 | |
| 1846 | #iawp-parent .mm__btn:focus, #iawp-parent .mm__btn:hover { |
| 1847 | transform: scale(1.05); |
| 1848 | } |
| 1849 | |
| 1850 | #iawp-parent .mm__btn-primary { |
| 1851 | color: #fff; |
| 1852 | background-color: #00449e; |
| 1853 | } |
| 1854 | |
| 1855 | @keyframes mmfadeIn { |
| 1856 | from { |
| 1857 | opacity: 0; |
| 1858 | } |
| 1859 | |
| 1860 | to { |
| 1861 | opacity: 1; |
| 1862 | } |
| 1863 | } |
| 1864 | |
| 1865 | @keyframes mmfadeOut { |
| 1866 | from { |
| 1867 | opacity: 1; |
| 1868 | } |
| 1869 | |
| 1870 | to { |
| 1871 | opacity: 0; |
| 1872 | } |
| 1873 | } |
| 1874 | |
| 1875 | @keyframes mmslideIn { |
| 1876 | from { |
| 1877 | transform: translateY(15%); |
| 1878 | } |
| 1879 | |
| 1880 | to { |
| 1881 | transform: translateY(0); |
| 1882 | } |
| 1883 | } |
| 1884 | |
| 1885 | @keyframes mmslideOut { |
| 1886 | from { |
| 1887 | transform: translateY(0); |
| 1888 | } |
| 1889 | |
| 1890 | to { |
| 1891 | transform: translateY(-10%); |
| 1892 | } |
| 1893 | } |
| 1894 | |
| 1895 | #iawp-parent .micromodal-slide { |
| 1896 | display: none; |
| 1897 | } |
| 1898 | |
| 1899 | #iawp-parent .micromodal-slide.is-open { |
| 1900 | display: block; |
| 1901 | } |
| 1902 | |
| 1903 | #iawp-parent .micromodal-slide[aria-hidden="false"] .mm__overlay { |
| 1904 | animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1); |
| 1905 | } |
| 1906 | |
| 1907 | #iawp-parent .micromodal-slide[aria-hidden="false"] .mm__container { |
| 1908 | animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1); |
| 1909 | } |
| 1910 | |
| 1911 | #iawp-parent .micromodal-slide[aria-hidden="true"] .mm__overlay { |
| 1912 | animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1); |
| 1913 | } |
| 1914 | |
| 1915 | #iawp-parent .micromodal-slide[aria-hidden="true"] .mm__container { |
| 1916 | animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1); |
| 1917 | } |
| 1918 | |
| 1919 | #iawp-parent .micromodal-slide .mm__container, #iawp-parent .micromodal-slide .mm__overlay { |
| 1920 | will-change: transform; |
| 1921 | } |
| 1922 | |
| 1923 | #iawp-parent .modal-parent.small { |
| 1924 | position: relative; |
| 1925 | } |
| 1926 | |
| 1927 | #iawp-parent .modal-parent.filters { |
| 1928 | height: 40px; |
| 1929 | justify-content: center; |
| 1930 | align-items: center; |
| 1931 | display: flex; |
| 1932 | } |
| 1933 | |
| 1934 | #iawp-parent .modal { |
| 1935 | z-index: 79; |
| 1936 | opacity: 0; |
| 1937 | visibility: hidden; |
| 1938 | background: #fff; |
| 1939 | border-radius: 3px; |
| 1940 | transition: opacity .2s, visibility .2s, transform .2s; |
| 1941 | position: absolute; |
| 1942 | top: calc(100% + 16px); |
| 1943 | left: 0; |
| 1944 | box-shadow: 0 4px 8px rgba(0, 0, 0, .1); |
| 1945 | } |
| 1946 | |
| 1947 | #iawp-parent .modal.show { |
| 1948 | opacity: 1; |
| 1949 | visibility: visible; |
| 1950 | transform: translateY(-4px); |
| 1951 | } |
| 1952 | |
| 1953 | #iawp-parent .modal.small { |
| 1954 | min-width: 240px; |
| 1955 | } |
| 1956 | |
| 1957 | #iawp-parent .modal.large { |
| 1958 | width: calc(100% - 48px); |
| 1959 | max-width: 800px; |
| 1960 | border: 1px solid #dedae6; |
| 1961 | top: 100%; |
| 1962 | left: 24px; |
| 1963 | } |
| 1964 | |
| 1965 | #iawp-parent .modal.large.show { |
| 1966 | transform: translateY(-4px); |
| 1967 | } |
| 1968 | |
| 1969 | #iawp-parent .modal.dates { |
| 1970 | width: auto; |
| 1971 | } |
| 1972 | |
| 1973 | #iawp-parent .modal.dates .modal-inner { |
| 1974 | max-height: calc(100vh - 180px); |
| 1975 | -ms-overflow-style: none; |
| 1976 | scrollbar-width: none; |
| 1977 | padding-top: 0; |
| 1978 | padding-bottom: 0; |
| 1979 | overflow-y: scroll; |
| 1980 | } |
| 1981 | |
| 1982 | #iawp-parent .modal.dates .modal-inner::-webkit-scrollbar { |
| 1983 | display: none; |
| 1984 | } |
| 1985 | |
| 1986 | #iawp-parent .modal.downloads { |
| 1987 | border: 1px solid #dedae6; |
| 1988 | top: 100%; |
| 1989 | left: auto; |
| 1990 | right: 24px; |
| 1991 | } |
| 1992 | |
| 1993 | #iawp-parent .modal.downloads .iawp-button, #iawp-parent .modal.downloads .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .modal.downloads .button { |
| 1994 | margin-bottom: 6px; |
| 1995 | } |
| 1996 | |
| 1997 | #iawp-parent .modal.downloads .iawp-button:first-of-type, #iawp-parent .modal.downloads .toplevel_page_independent-analytics #fs_connect .button:first-of-type, .toplevel_page_independent-analytics #fs_connect #iawp-parent .modal.downloads .button:first-of-type { |
| 1998 | margin-right: 2px; |
| 1999 | } |
| 2000 | |
| 2001 | #iawp-parent .modal-inner { |
| 2002 | padding: 12px 24px; |
| 2003 | } |
| 2004 | |
| 2005 | #iawp-parent .modal-inner > div { |
| 2006 | margin-bottom: 18px; |
| 2007 | } |
| 2008 | |
| 2009 | #iawp-parent #modal-columns { |
| 2010 | max-height: calc(100vh - 184px); |
| 2011 | -ms-overflow-style: none; |
| 2012 | scrollbar-width: none; |
| 2013 | overflow-y: scroll; |
| 2014 | } |
| 2015 | |
| 2016 | #iawp-parent #modal-columns::-webkit-scrollbar { |
| 2017 | display: none; |
| 2018 | } |
| 2019 | |
| 2020 | @media (max-width: 649px) { |
| 2021 | #iawp-parent #modal-dates { |
| 2022 | max-width: 350px; |
| 2023 | } |
| 2024 | } |
| 2025 | |
| 2026 | @media (min-width: 1250px) { |
| 2027 | #iawp-parent .modal.large { |
| 2028 | width: 800px; |
| 2029 | } |
| 2030 | |
| 2031 | #iawp-parent .modal.dates { |
| 2032 | width: auto; |
| 2033 | } |
| 2034 | } |
| 2035 | |
| 2036 | @media (min-width: 1400px) { |
| 2037 | #iawp-parent .toolbar .modal-parent { |
| 2038 | position: relative; |
| 2039 | } |
| 2040 | |
| 2041 | #iawp-parent .toolbar .modal-parent.downloads { |
| 2042 | position: static; |
| 2043 | } |
| 2044 | |
| 2045 | #iawp-parent .toolbar .modal.large { |
| 2046 | top: calc(100% + 18px); |
| 2047 | left: 0; |
| 2048 | } |
| 2049 | } |
| 2050 | |
| 2051 | #iawp-parent .pagination { |
| 2052 | justify-content: center; |
| 2053 | margin: 24px; |
| 2054 | display: flex; |
| 2055 | } |
| 2056 | |
| 2057 | #iawp-parent .settings-container { |
| 2058 | color: #18141f; |
| 2059 | max-width: 700px; |
| 2060 | background: #fff; |
| 2061 | border: 1px solid #dedae6; |
| 2062 | border-radius: 5px; |
| 2063 | margin: 24px; |
| 2064 | padding: 12px 24px 24px; |
| 2065 | position: relative; |
| 2066 | } |
| 2067 | |
| 2068 | #iawp-parent .settings-container .heading { |
| 2069 | justify-content: space-between; |
| 2070 | align-items: center; |
| 2071 | display: flex; |
| 2072 | } |
| 2073 | |
| 2074 | #iawp-parent .settings-container .heading h2 { |
| 2075 | margin: 18px 0 6px; |
| 2076 | } |
| 2077 | |
| 2078 | #iawp-parent .settings-container .tutorial-link { |
| 2079 | color: #5123a0; |
| 2080 | align-items: center; |
| 2081 | margin-left: auto; |
| 2082 | font-size: 14px; |
| 2083 | text-decoration: none; |
| 2084 | display: flex; |
| 2085 | } |
| 2086 | |
| 2087 | #iawp-parent .settings-container .tutorial-link:before { |
| 2088 | content: ""; |
| 2089 | margin-right: 6px; |
| 2090 | font-family: dashicons; |
| 2091 | } |
| 2092 | |
| 2093 | #iawp-parent .settings-container .tutorial-link.absolute { |
| 2094 | position: absolute; |
| 2095 | top: 24px; |
| 2096 | right: 24px; |
| 2097 | } |
| 2098 | |
| 2099 | #iawp-parent .settings-container h2 { |
| 2100 | margin-bottom: 24px; |
| 2101 | } |
| 2102 | |
| 2103 | #iawp-parent .settings-container .setting-description { |
| 2104 | margin: 12px 0 24px; |
| 2105 | font-size: 14px; |
| 2106 | } |
| 2107 | |
| 2108 | #iawp-parent .settings-container p.submit { |
| 2109 | padding-bottom: 0; |
| 2110 | } |
| 2111 | |
| 2112 | #iawp-parent .settings-container label { |
| 2113 | display: inline; |
| 2114 | } |
| 2115 | |
| 2116 | #iawp-parent .settings-container .button-group { |
| 2117 | white-space: normal; |
| 2118 | margin: 12px 0; |
| 2119 | } |
| 2120 | |
| 2121 | #iawp-parent .settings-container .button-group button { |
| 2122 | margin: 0 12px 6px 0; |
| 2123 | } |
| 2124 | |
| 2125 | #iawp-parent .settings-container .column-label { |
| 2126 | display: inline-block; |
| 2127 | } |
| 2128 | |
| 2129 | #iawp-parent .settings-container th { |
| 2130 | width: 240px; |
| 2131 | } |
| 2132 | |
| 2133 | #iawp-parent .settings-container td { |
| 2134 | margin-top: 12px; |
| 2135 | } |
| 2136 | |
| 2137 | #iawp-parent .settings-container .post-types label { |
| 2138 | margin-right: 12px; |
| 2139 | } |
| 2140 | |
| 2141 | #iawp-parent .settings-container .shortcode-note p { |
| 2142 | font-size: 14px; |
| 2143 | } |
| 2144 | |
| 2145 | #iawp-parent .settings-container-header { |
| 2146 | justify-content: space-between; |
| 2147 | align-items: center; |
| 2148 | display: flex; |
| 2149 | } |
| 2150 | |
| 2151 | #iawp-parent .form-table input[type="text"]:disabled { |
| 2152 | box-shadow: none; |
| 2153 | cursor: not-allowed; |
| 2154 | background: #f0f0f2; |
| 2155 | } |
| 2156 | |
| 2157 | #iawp-parent .form-table input[type="text"] { |
| 2158 | width: 100%; |
| 2159 | } |
| 2160 | |
| 2161 | #iawp-parent .form-table input[type="text"]::-ms-input-placeholder { |
| 2162 | color: #aeaeae; |
| 2163 | } |
| 2164 | |
| 2165 | #iawp-parent .form-table input[type="text"]::placeholder { |
| 2166 | color: #aeaeae; |
| 2167 | } |
| 2168 | |
| 2169 | #iawp-parent .form-table .description { |
| 2170 | color: #676173; |
| 2171 | font-size: 13px; |
| 2172 | } |
| 2173 | |
| 2174 | #iawp-parent p.error { |
| 2175 | color: #d93b29; |
| 2176 | font-size: 13px; |
| 2177 | } |
| 2178 | |
| 2179 | #iawp-parent #ip-entry-blueprint { |
| 2180 | display: none; |
| 2181 | } |
| 2182 | |
| 2183 | #iawp-parent .user-capability-settings .inner { |
| 2184 | align-items: center; |
| 2185 | display: flex; |
| 2186 | } |
| 2187 | |
| 2188 | #iawp-parent .user-capability-settings #save-permissions { |
| 2189 | position: relative; |
| 2190 | } |
| 2191 | |
| 2192 | #iawp-parent .user-capability-settings #save-permissions:after { |
| 2193 | content: ""; |
| 2194 | font-family: Dashicons; |
| 2195 | font-size: 20px; |
| 2196 | animation: dashicons-spin 1s linear infinite; |
| 2197 | display: none; |
| 2198 | position: absolute; |
| 2199 | top: calc(50% - 11px); |
| 2200 | left: calc(50% - 11px); |
| 2201 | } |
| 2202 | |
| 2203 | #iawp-parent .user-capability-settings #save-permissions.saving { |
| 2204 | color: rgba(0, 0, 0, 0); |
| 2205 | } |
| 2206 | |
| 2207 | #iawp-parent .user-capability-settings #save-permissions.saving:after { |
| 2208 | color: #fff; |
| 2209 | display: block; |
| 2210 | } |
| 2211 | |
| 2212 | #iawp-parent .user-roles { |
| 2213 | margin-left: 12px; |
| 2214 | } |
| 2215 | |
| 2216 | #iawp-parent .user-roles .role { |
| 2217 | display: none; |
| 2218 | } |
| 2219 | |
| 2220 | #iawp-parent .user-roles .role.show { |
| 2221 | display: flex; |
| 2222 | } |
| 2223 | |
| 2224 | #iawp-parent .user-roles label { |
| 2225 | align-items: center; |
| 2226 | margin: 0 14px 0 0; |
| 2227 | display: flex; |
| 2228 | } |
| 2229 | |
| 2230 | #iawp-parent .user-roles label input { |
| 2231 | margin: 0 5px 0 0; |
| 2232 | } |
| 2233 | |
| 2234 | #iawp-parent .note { |
| 2235 | font-style: italic; |
| 2236 | } |
| 2237 | |
| 2238 | #iawp-parent .save-button-container { |
| 2239 | align-items: center; |
| 2240 | margin: 36px 0 12px; |
| 2241 | display: flex; |
| 2242 | } |
| 2243 | |
| 2244 | #iawp-parent .save-button-container .warning-message { |
| 2245 | color: #f69d0a; |
| 2246 | font-weight: 700px; |
| 2247 | margin: 0 0 0 12px; |
| 2248 | display: none; |
| 2249 | } |
| 2250 | |
| 2251 | #iawp-parent .permission-blocked { |
| 2252 | max-width: 600px; |
| 2253 | background: #fff; |
| 2254 | border: 1px solid #dedae6; |
| 2255 | border-radius: 5px; |
| 2256 | margin: 24px; |
| 2257 | padding: 12px; |
| 2258 | } |
| 2259 | |
| 2260 | #iawp-parent .iawp-notices { |
| 2261 | z-index: 99; |
| 2262 | flex-wrap: wrap; |
| 2263 | display: flex; |
| 2264 | position: fixed; |
| 2265 | bottom: 24px; |
| 2266 | left: 12px; |
| 2267 | } |
| 2268 | |
| 2269 | #iawp-parent .iawp-notice { |
| 2270 | color: #fff; |
| 2271 | background: #363040; |
| 2272 | border-radius: 5px; |
| 2273 | align-items: center; |
| 2274 | margin-top: 12px; |
| 2275 | display: flex; |
| 2276 | box-shadow: 0 1px 18px rgba(0, 0, 0, .15); |
| 2277 | } |
| 2278 | |
| 2279 | #iawp-parent .iawp-notice.iawp-warning .icon { |
| 2280 | background: #f69d0a; |
| 2281 | } |
| 2282 | |
| 2283 | #iawp-parent .iawp-notice.iawp-error .icon { |
| 2284 | background: #d93b29; |
| 2285 | } |
| 2286 | |
| 2287 | #iawp-parent .iawp-notice > div { |
| 2288 | padding: 12px; |
| 2289 | } |
| 2290 | |
| 2291 | #iawp-parent .iawp-notice .icon { |
| 2292 | color: #fff; |
| 2293 | border-radius: 5px 0 0 5px; |
| 2294 | align-self: stretch; |
| 2295 | align-items: center; |
| 2296 | padding: 12px 18px; |
| 2297 | display: flex; |
| 2298 | } |
| 2299 | |
| 2300 | #iawp-parent .iawp-notice .dashicons { |
| 2301 | margin-right: 4px; |
| 2302 | } |
| 2303 | |
| 2304 | #iawp-parent .iawp-notice p { |
| 2305 | max-width: 700px; |
| 2306 | margin: 0 12px; |
| 2307 | font-size: 14px; |
| 2308 | } |
| 2309 | |
| 2310 | #iawp-parent .email-reports { |
| 2311 | position: relative; |
| 2312 | } |
| 2313 | |
| 2314 | #iawp-parent .email-reports p { |
| 2315 | font-size: 14px; |
| 2316 | } |
| 2317 | |
| 2318 | #iawp-parent .email-reports textarea { |
| 2319 | width: 100%; |
| 2320 | } |
| 2321 | |
| 2322 | #iawp-parent .email-reports .test-email { |
| 2323 | margin-left: 12px; |
| 2324 | } |
| 2325 | |
| 2326 | #iawp-parent .email-reports .test-email.sending { |
| 2327 | color: #5123a0; |
| 2328 | background: #5123a0; |
| 2329 | position: relative; |
| 2330 | } |
| 2331 | |
| 2332 | #iawp-parent .email-reports .test-email.sending:hover, #iawp-parent .email-reports .test-email.sending:active, #iawp-parent .email-reports .test-email.sending:focus { |
| 2333 | color: #5123a0; |
| 2334 | } |
| 2335 | |
| 2336 | #iawp-parent .email-reports .test-email.sending:after { |
| 2337 | content: ""; |
| 2338 | color: #fff; |
| 2339 | font-family: Dashicons; |
| 2340 | font-size: 22px; |
| 2341 | animation: dashicons-spin 1s linear infinite; |
| 2342 | position: absolute; |
| 2343 | top: calc(50% - 11px); |
| 2344 | left: calc(50% - 11px); |
| 2345 | } |
| 2346 | |
| 2347 | #iawp-parent .email-reports .test-email.sent { |
| 2348 | color: #36b366; |
| 2349 | background: #36b366; |
| 2350 | border-color: #36b366; |
| 2351 | position: relative; |
| 2352 | } |
| 2353 | |
| 2354 | #iawp-parent .email-reports .test-email.sent:hover, #iawp-parent .email-reports .test-email.sent:active, #iawp-parent .email-reports .test-email.sent:focus { |
| 2355 | color: #36b366; |
| 2356 | background: #36b366; |
| 2357 | border-color: #36b366; |
| 2358 | } |
| 2359 | |
| 2360 | #iawp-parent .email-reports .test-email.sent:after { |
| 2361 | content: ""; |
| 2362 | color: #fff; |
| 2363 | font-family: Dashicons; |
| 2364 | font-size: 22px; |
| 2365 | position: absolute; |
| 2366 | top: calc(50% - 11px); |
| 2367 | left: calc(50% - 11px); |
| 2368 | } |
| 2369 | |
| 2370 | #iawp-parent .email-reports .test-email.failed { |
| 2371 | color: #d93b29; |
| 2372 | background: #d93b29; |
| 2373 | border-color: #d93b29; |
| 2374 | position: relative; |
| 2375 | } |
| 2376 | |
| 2377 | #iawp-parent .email-reports .test-email.failed:hover, #iawp-parent .email-reports .test-email.failed:active, #iawp-parent .email-reports .test-email.failed:focus { |
| 2378 | color: #d93b29; |
| 2379 | background: #d93b29; |
| 2380 | border-color: #d93b29; |
| 2381 | } |
| 2382 | |
| 2383 | #iawp-parent .email-reports .test-email.failed:after { |
| 2384 | content: "� |
| 2385 | �"; |
| 2386 | color: #fff; |
| 2387 | font-family: Dashicons; |
| 2388 | font-size: 22px; |
| 2389 | position: absolute; |
| 2390 | top: calc(50% - 11px); |
| 2391 | left: calc(50% - 11px); |
| 2392 | } |
| 2393 | |
| 2394 | #iawp-parent .custom-colors-list { |
| 2395 | max-width: 580px; |
| 2396 | flex-wrap: wrap; |
| 2397 | display: flex; |
| 2398 | } |
| 2399 | |
| 2400 | #iawp-parent .custom-colors-list .custom-color { |
| 2401 | width: 50%; |
| 2402 | margin-bottom: 6px; |
| 2403 | } |
| 2404 | |
| 2405 | #iawp-parent .custom-colors-list .element-name { |
| 2406 | margin: 6px 0 8px; |
| 2407 | font-size: 14px; |
| 2408 | } |
| 2409 | |
| 2410 | #iawp-parent .custom-colors-list .wp-picker-container { |
| 2411 | margin-right: 6px; |
| 2412 | } |
| 2413 | |
| 2414 | #iawp-parent .custom-colors-list .wp-picker-container .wp-color-result.button { |
| 2415 | margin: 0; |
| 2416 | } |
| 2417 | |
| 2418 | #iawp-parent .custom-colors-list .iris-picker { |
| 2419 | box-sizing: content-box; |
| 2420 | box-shadow: 0 2px 14px rgba(0, 0, 0, .1); |
| 2421 | } |
| 2422 | |
| 2423 | #iawp-parent .custom-colors-list .iawp-color-picker { |
| 2424 | width: 80px; |
| 2425 | text-align: center; |
| 2426 | margin-left: 6px; |
| 2427 | padding: 0 8px; |
| 2428 | } |
| 2429 | |
| 2430 | #iawp-parent .custom-colors-list .wp-picker-default { |
| 2431 | padding: 0 8px; |
| 2432 | } |
| 2433 | |
| 2434 | #iawp-parent .custom-colors-list .wp-picker-holder { |
| 2435 | position: absolute; |
| 2436 | } |
| 2437 | |
| 2438 | #iawp-parent .blueprint { |
| 2439 | display: none; |
| 2440 | } |
| 2441 | |
| 2442 | #iawp-parent form.empty .empty, #iawp-parent form.exists .exists { |
| 2443 | display: block; |
| 2444 | } |
| 2445 | |
| 2446 | #iawp-parent form .error-message { |
| 2447 | display: none; |
| 2448 | } |
| 2449 | |
| 2450 | #iawp-parent form.unsaved .warning-message { |
| 2451 | display: block; |
| 2452 | } |
| 2453 | |
| 2454 | #iawp-parent form .iawp-section { |
| 2455 | margin: 36px 0; |
| 2456 | } |
| 2457 | |
| 2458 | #iawp-parent form .duplicator { |
| 2459 | margin-bottom: 36px; |
| 2460 | } |
| 2461 | |
| 2462 | #iawp-parent form .entry { |
| 2463 | margin-bottom: 12px; |
| 2464 | display: flex; |
| 2465 | } |
| 2466 | |
| 2467 | #iawp-parent form .entry > div { |
| 2468 | display: flex; |
| 2469 | } |
| 2470 | |
| 2471 | #iawp-parent form .entry input { |
| 2472 | width: 100%; |
| 2473 | max-width: 400px; |
| 2474 | } |
| 2475 | |
| 2476 | #iawp-parent form .entry input:read-only { |
| 2477 | background-color: #f7f5fa; |
| 2478 | } |
| 2479 | |
| 2480 | #iawp-parent form .entry input:focus { |
| 2481 | border-color: #c5c2cc; |
| 2482 | } |
| 2483 | |
| 2484 | #iawp-parent form .entry button { |
| 2485 | flex-shrink: 0; |
| 2486 | margin-left: 8px; |
| 2487 | } |
| 2488 | |
| 2489 | #iawp-parent .pro-tag { |
| 2490 | color: #5123a0; |
| 2491 | background-color: #efe8fa; |
| 2492 | border-radius: 3px; |
| 2493 | margin-left: 12px; |
| 2494 | padding: 5px 15px; |
| 2495 | font-size: 16px; |
| 2496 | font-weight: 700; |
| 2497 | } |
| 2498 | |
| 2499 | #iawp-parent .export-reports .heading, #iawp-parent .import-reports .heading { |
| 2500 | margin-bottom: 18px; |
| 2501 | } |
| 2502 | |
| 2503 | #iawp-parent .export-reports .reports { |
| 2504 | margin-bottom: 24px; |
| 2505 | } |
| 2506 | |
| 2507 | #iawp-parent .export-reports .reports > div { |
| 2508 | width: 48%; |
| 2509 | } |
| 2510 | |
| 2511 | #iawp-parent .export-reports ol { |
| 2512 | margin: 12px 0; |
| 2513 | list-style: none; |
| 2514 | } |
| 2515 | |
| 2516 | #iawp-parent .import-reports button { |
| 2517 | margin-right: 6px; |
| 2518 | } |
| 2519 | |
| 2520 | #iawp-parent .blocked-ip-settings form input { |
| 2521 | max-width: none; |
| 2522 | } |
| 2523 | |
| 2524 | #iawp-parent .blocked-ip-settings .current-ip-status { |
| 2525 | background: #f7f5fa; |
| 2526 | border: 1px solid #ece9f2; |
| 2527 | align-items: center; |
| 2528 | margin: 12px 0 24px; |
| 2529 | padding: 6px 12px; |
| 2530 | display: flex; |
| 2531 | } |
| 2532 | |
| 2533 | #iawp-parent .blocked-ip-settings .current-ip-status:before { |
| 2534 | content: "� |
| 2535 | �"; |
| 2536 | color: #d93b29; |
| 2537 | margin-right: 4px; |
| 2538 | font-family: dashicons; |
| 2539 | font-size: 16px; |
| 2540 | } |
| 2541 | |
| 2542 | #iawp-parent .blocked-ip-settings .current-ip-status.blocked:before { |
| 2543 | content: ""; |
| 2544 | color: #36b366; |
| 2545 | } |
| 2546 | |
| 2547 | #iawp-parent .blocked-ip-settings .current-ip { |
| 2548 | background-color: #fff3c9; |
| 2549 | margin-left: 2px; |
| 2550 | } |
| 2551 | |
| 2552 | @media (min-width: 783px) { |
| 2553 | #iawp-parent .settings-container td { |
| 2554 | margin-top: 0; |
| 2555 | } |
| 2556 | |
| 2557 | #iawp-parent .iawp-notices { |
| 2558 | left: 48px; |
| 2559 | } |
| 2560 | |
| 2561 | #iawp-parent .export-reports .reports { |
| 2562 | flex-wrap: wrap; |
| 2563 | justify-content: space-between; |
| 2564 | display: flex; |
| 2565 | } |
| 2566 | } |
| 2567 | |
| 2568 | @media (min-width: 961px) { |
| 2569 | #iawp-parent .iawp-notices { |
| 2570 | left: 172px; |
| 2571 | } |
| 2572 | } |
| 2573 | |
| 2574 | @media (min-width: 1000px) { |
| 2575 | #iawp-parent .iawp-notices { |
| 2576 | left: 402px; |
| 2577 | } |
| 2578 | |
| 2579 | #iawp-parent .iawp-layout.collapsed .iawp-notices { |
| 2580 | left: 214px; |
| 2581 | } |
| 2582 | } |
| 2583 | |
| 2584 | #iawp-parent .quick-stats { |
| 2585 | border: 1px solid #dedae6; |
| 2586 | border-radius: 5px; |
| 2587 | flex-wrap: wrap; |
| 2588 | margin: 12px; |
| 2589 | display: flex; |
| 2590 | overflow: hidden; |
| 2591 | } |
| 2592 | |
| 2593 | #iawp-parent .stat { |
| 2594 | width: 100%; |
| 2595 | background-color: #fff; |
| 2596 | border-bottom: 1px solid #dedae6; |
| 2597 | padding: 18px; |
| 2598 | } |
| 2599 | |
| 2600 | #iawp-parent .stat:last-child { |
| 2601 | border-bottom: none; |
| 2602 | } |
| 2603 | |
| 2604 | #iawp-parent .stat .metric { |
| 2605 | justify-content: space-between; |
| 2606 | align-items: center; |
| 2607 | font-size: 14px; |
| 2608 | display: flex; |
| 2609 | } |
| 2610 | |
| 2611 | #iawp-parent .stat .metric .metric-name { |
| 2612 | background-color: #f7f5fa; |
| 2613 | border-radius: 5px; |
| 2614 | padding: 4px 8px; |
| 2615 | } |
| 2616 | |
| 2617 | #iawp-parent .stat .plugin-label { |
| 2618 | line-height: 0; |
| 2619 | } |
| 2620 | |
| 2621 | #iawp-parent .stat .plugin-label svg { |
| 2622 | width: 24px; |
| 2623 | height: 24px; |
| 2624 | } |
| 2625 | |
| 2626 | #iawp-parent .stat .values { |
| 2627 | align-items: baseline; |
| 2628 | margin: 12px 0 18px; |
| 2629 | display: flex; |
| 2630 | } |
| 2631 | |
| 2632 | #iawp-parent .stat .count { |
| 2633 | margin-right: 8px; |
| 2634 | font-size: 28px; |
| 2635 | } |
| 2636 | |
| 2637 | #iawp-parent .stat .count .unfiltered { |
| 2638 | color: #c5c2cc; |
| 2639 | font-size: 21px; |
| 2640 | } |
| 2641 | |
| 2642 | #iawp-parent .stat .growth { |
| 2643 | color: #36b366; |
| 2644 | align-items: center; |
| 2645 | font-size: 14px; |
| 2646 | display: flex; |
| 2647 | } |
| 2648 | |
| 2649 | #iawp-parent .stat .percentage { |
| 2650 | color: #36b366; |
| 2651 | white-space: nowrap; |
| 2652 | font-weight: 700; |
| 2653 | } |
| 2654 | |
| 2655 | #iawp-parent .stat .percentage.bad { |
| 2656 | color: #d94e3f; |
| 2657 | } |
| 2658 | |
| 2659 | #iawp-parent .stat .percentage.down .growth-arrow { |
| 2660 | transform: rotate(135deg); |
| 2661 | } |
| 2662 | |
| 2663 | #iawp-parent .stat .growth-arrow { |
| 2664 | height: 18px; |
| 2665 | width: 18px; |
| 2666 | margin-left: -3px; |
| 2667 | font-size: 17px; |
| 2668 | transform: rotate(45deg); |
| 2669 | } |
| 2670 | |
| 2671 | #iawp-parent .stat .period-label { |
| 2672 | color: #9a95a6; |
| 2673 | margin-left: 6px; |
| 2674 | } |
| 2675 | |
| 2676 | #iawp-parent .stat.net-sales .values { |
| 2677 | margin-top: 6px; |
| 2678 | } |
| 2679 | |
| 2680 | #iawp-parent .stat.net-sales .count span:first-child span, #iawp-parent .stat.net-sales .count .unfiltered span span { |
| 2681 | vertical-align: super; |
| 2682 | margin-right: 2px; |
| 2683 | font-size: 17px; |
| 2684 | } |
| 2685 | |
| 2686 | @media (min-width: 650px) { |
| 2687 | #iawp-parent .quick-stats { |
| 2688 | justify-content: space-between; |
| 2689 | margin: 24px 24px 12px; |
| 2690 | } |
| 2691 | |
| 2692 | #iawp-parent .stat { |
| 2693 | width: 50%; |
| 2694 | } |
| 2695 | } |
| 2696 | |
| 2697 | @media (min-width: 650px) and (max-width: 1199px) { |
| 2698 | #iawp-parent .quick-stats .stat:nth-child(2n+1) { |
| 2699 | border-right: 1px solid #dedae6; |
| 2700 | } |
| 2701 | |
| 2702 | #iawp-parent .quick-stats.total-of-3 .stat:nth-child(3), #iawp-parent .quick-stats.total-of-4 .stat:nth-child(3), #iawp-parent .quick-stats.total-of-5 .stat:nth-child(5), #iawp-parent .quick-stats.total-of-6 .stat:nth-child(5), #iawp-parent .quick-stats.total-of-7 .stat:nth-child(7), #iawp-parent .quick-stats.total-of-8 .stat:nth-child(7) { |
| 2703 | border-bottom: none; |
| 2704 | } |
| 2705 | } |
| 2706 | |
| 2707 | @media (min-width: 1200px) { |
| 2708 | #iawp-parent .quick-stats .stat { |
| 2709 | width: 25%; |
| 2710 | border-right: 1px solid #dedae6; |
| 2711 | } |
| 2712 | |
| 2713 | #iawp-parent .quick-stats .stat:last-child { |
| 2714 | border-right: none; |
| 2715 | } |
| 2716 | |
| 2717 | #iawp-parent .quick-stats.total-of-5 .stat, #iawp-parent .quick-stats.total-of-6 .stat { |
| 2718 | width: 33.33%; |
| 2719 | } |
| 2720 | |
| 2721 | #iawp-parent .quick-stats.total-of-5 .stat:nth-child(3), #iawp-parent .quick-stats.total-of-6 .stat:nth-child(3) { |
| 2722 | border-right: none; |
| 2723 | } |
| 2724 | |
| 2725 | #iawp-parent .quick-stats.total-of-5 .stat:nth-child(4), #iawp-parent .quick-stats.total-of-5 .stat:nth-child(5), #iawp-parent .quick-stats.total-of-6 .stat:nth-child(4), #iawp-parent .quick-stats.total-of-6 .stat:nth-child(5), #iawp-parent .quick-stats.total-of-7 .stat:nth-child(5), #iawp-parent .quick-stats.total-of-7 .stat:nth-child(6), #iawp-parent .quick-stats.total-of-7 .stat:nth-child(7), #iawp-parent .quick-stats.total-of-8 .stat:nth-child(5), #iawp-parent .quick-stats.total-of-8 .stat:nth-child(6), #iawp-parent .quick-stats.total-of-8 .stat:nth-child(7) { |
| 2726 | border-bottom: none; |
| 2727 | } |
| 2728 | |
| 2729 | #iawp-parent .quick-stats.total-of-7 .stat:nth-child(4), #iawp-parent .quick-stats.total-of-8 .stat:nth-child(4) { |
| 2730 | border-right: none; |
| 2731 | } |
| 2732 | } |
| 2733 | |
| 2734 | #iawp-parent .iawp-layout-sidebar .collapse-container { |
| 2735 | border-bottom: 1px solid #dedae6; |
| 2736 | margin-top: 0; |
| 2737 | padding: 13px 12px 13px 9px; |
| 2738 | display: none; |
| 2739 | } |
| 2740 | |
| 2741 | #iawp-parent .iawp-layout-sidebar .collapse-container .collapse-sidebar .dashicons { |
| 2742 | height: 18px; |
| 2743 | margin: 0 3px 0 0; |
| 2744 | font-size: 18px; |
| 2745 | } |
| 2746 | |
| 2747 | #iawp-parent .iawp-layout-sidebar .collapsed-label { |
| 2748 | color: #fff; |
| 2749 | visibility: hidden; |
| 2750 | opacity: 0; |
| 2751 | white-space: nowrap; |
| 2752 | background-color: #363040; |
| 2753 | border-radius: 3px; |
| 2754 | padding: 4px 8px 6px; |
| 2755 | display: inline-block; |
| 2756 | position: absolute; |
| 2757 | top: 8px; |
| 2758 | left: calc(100% - 6px); |
| 2759 | } |
| 2760 | |
| 2761 | #iawp-parent .iawp-layout-sidebar .collapsed-label a { |
| 2762 | align-items: center; |
| 2763 | display: flex; |
| 2764 | color: #fff !important; |
| 2765 | } |
| 2766 | |
| 2767 | #iawp-parent .iawp-layout-sidebar .collapsed-label a:link, #iawp-parent .iawp-layout-sidebar .collapsed-label a:visited { |
| 2768 | color: #fff; |
| 2769 | } |
| 2770 | |
| 2771 | #iawp-parent .iawp-layout-sidebar .collapsed-label a .dashicons-external { |
| 2772 | height: 16px; |
| 2773 | margin: -1px 0 0 2px; |
| 2774 | font-size: 16px; |
| 2775 | } |
| 2776 | |
| 2777 | #iawp-parent .iawp-layout-sidebar .collapsed-icon { |
| 2778 | width: 20px; |
| 2779 | height: 20px; |
| 2780 | display: none; |
| 2781 | } |
| 2782 | |
| 2783 | #iawp-parent .iawp-layout-sidebar .collapsed-icon svg { |
| 2784 | width: auto; |
| 2785 | height: 16px; |
| 2786 | fill: #5123a0; |
| 2787 | } |
| 2788 | |
| 2789 | #iawp-parent .iawp-layout-sidebar .collapsed-icon svg g { |
| 2790 | fill: #5123a0; |
| 2791 | } |
| 2792 | |
| 2793 | @media (min-width: 1000px) { |
| 2794 | #iawp-parent .iawp-layout-sidebar .collapse-container { |
| 2795 | display: block; |
| 2796 | } |
| 2797 | |
| 2798 | #iawp-parent .iawp-layout { |
| 2799 | flex-direction: row; |
| 2800 | display: flex; |
| 2801 | } |
| 2802 | |
| 2803 | #iawp-parent .iawp-layout.collapsed .iawp-layout-sidebar { |
| 2804 | width: 42px; |
| 2805 | overflow: visible; |
| 2806 | } |
| 2807 | |
| 2808 | #iawp-parent .iawp-layout.collapsed .iawp-layout-sidebar .inner { |
| 2809 | width: 41px; |
| 2810 | position: -webkit-sticky; |
| 2811 | position: sticky; |
| 2812 | top: 0; |
| 2813 | } |
| 2814 | |
| 2815 | #iawp-parent .iawp-layout.collapsed .logo { |
| 2816 | padding: 12px 6px; |
| 2817 | } |
| 2818 | |
| 2819 | #iawp-parent .iawp-layout.collapsed .logo .full-logo { |
| 2820 | display: none; |
| 2821 | } |
| 2822 | |
| 2823 | #iawp-parent .iawp-layout.collapsed .logo .favicon { |
| 2824 | display: block; |
| 2825 | } |
| 2826 | |
| 2827 | #iawp-parent .iawp-layout.collapsed .pro-ad { |
| 2828 | display: none; |
| 2829 | } |
| 2830 | |
| 2831 | #iawp-parent .iawp-layout.collapsed .collapsed-icon { |
| 2832 | display: block; |
| 2833 | } |
| 2834 | |
| 2835 | #iawp-parent .iawp-layout.collapsed .report-inner { |
| 2836 | opacity: 0; |
| 2837 | visibility: hidden; |
| 2838 | width: 220px; |
| 2839 | background-color: #fff; |
| 2840 | border: 1px solid #dedae6; |
| 2841 | border-left: none; |
| 2842 | padding: 0 18px 12px 0; |
| 2843 | position: absolute; |
| 2844 | top: -1px; |
| 2845 | left: calc(100% + 1px); |
| 2846 | box-shadow: 0 1px 4px rgba(0, 0, 0, .1); |
| 2847 | } |
| 2848 | |
| 2849 | #iawp-parent .iawp-layout.collapsed .menu-section { |
| 2850 | padding: 12px 12px 10px !important; |
| 2851 | } |
| 2852 | |
| 2853 | #iawp-parent .iawp-layout.collapsed .menu-section:hover, #iawp-parent .iawp-layout.collapsed .menu-section:active { |
| 2854 | background-color: #f7f5fa; |
| 2855 | } |
| 2856 | |
| 2857 | #iawp-parent .iawp-layout.collapsed .menu-section:hover:not(.upgrade) .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:hover .collapsed-label, #iawp-parent .iawp-layout.collapsed .menu-section:active:not(.upgrade) .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:active .collapsed-label { |
| 2858 | visibility: visible; |
| 2859 | opacity: 1; |
| 2860 | } |
| 2861 | |
| 2862 | #iawp-parent .iawp-layout.collapsed .menu-section:hover .overlay-link, #iawp-parent .iawp-layout.collapsed .menu-section:active .overlay-link { |
| 2863 | display: inline-block; |
| 2864 | } |
| 2865 | |
| 2866 | #iawp-parent .iawp-layout.collapsed .menu-section:hover .report-icon, #iawp-parent .iawp-layout.collapsed .menu-section:active .report-icon { |
| 2867 | fill: #5123a0; |
| 2868 | } |
| 2869 | |
| 2870 | #iawp-parent .iawp-layout.collapsed .menu-section:hover:after, #iawp-parent .iawp-layout.collapsed .menu-section:active:after { |
| 2871 | content: ""; |
| 2872 | position: absolute; |
| 2873 | top: 0; |
| 2874 | bottom: 0; |
| 2875 | left: 100%; |
| 2876 | right: -2px; |
| 2877 | } |
| 2878 | |
| 2879 | #iawp-parent .iawp-layout.collapsed .menu-section:hover.real-time .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:hover.campaign-builder .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:hover.settings .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:hover.knowledgebase .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:hover.reviews .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:hover.updates .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:active.real-time .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:active.campaign-builder .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:active.settings .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:active.knowledgebase .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:active.reviews .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section:active.updates .report-inner, #iawp-parent .iawp-layout.collapsed .menu-section.real-time:hover .report-inner { |
| 2880 | display: none; |
| 2881 | } |
| 2882 | |
| 2883 | #iawp-parent .iawp-layout.collapsed .menu-section .icon-container { |
| 2884 | opacity: 0; |
| 2885 | } |
| 2886 | |
| 2887 | #iawp-parent .iawp-layout.collapsed .collapse-container { |
| 2888 | padding: 0; |
| 2889 | position: relative; |
| 2890 | } |
| 2891 | |
| 2892 | #iawp-parent .iawp-layout.collapsed .collapse-container:hover .collapsed-label { |
| 2893 | visibility: visible; |
| 2894 | opacity: 1; |
| 2895 | } |
| 2896 | |
| 2897 | #iawp-parent .iawp-layout.collapsed .collapse-container .text { |
| 2898 | display: none; |
| 2899 | } |
| 2900 | |
| 2901 | #iawp-parent .iawp-layout.collapsed .collapse-sidebar { |
| 2902 | padding: 12px 10px; |
| 2903 | } |
| 2904 | |
| 2905 | #iawp-parent .iawp-layout.collapsed .collapse-sidebar:hover, #iawp-parent .iawp-layout.collapsed .collapse-sidebar:active, #iawp-parent .iawp-layout.collapsed .collapse-sidebar:focus { |
| 2906 | background-color: #f7f5fa; |
| 2907 | } |
| 2908 | |
| 2909 | #iawp-parent .iawp-layout.collapsed .collapse-sidebar .dashicons { |
| 2910 | margin: 0; |
| 2911 | transform: rotate(180deg); |
| 2912 | } |
| 2913 | } |
| 2914 | |
| 2915 | #iawp-parent .iawp-layout-sidebar .logo { |
| 2916 | width: 100%; |
| 2917 | text-align: center; |
| 2918 | border-bottom: 1px solid #dedae6; |
| 2919 | padding: 19px 24px 19px 18px; |
| 2920 | } |
| 2921 | |
| 2922 | #iawp-parent .iawp-layout-sidebar .logo .full-logo { |
| 2923 | width: 200px; |
| 2924 | height: auto; |
| 2925 | } |
| 2926 | |
| 2927 | #iawp-parent .iawp-layout-sidebar .logo .favicon { |
| 2928 | height: auto; |
| 2929 | width: 30px; |
| 2930 | display: none; |
| 2931 | } |
| 2932 | |
| 2933 | @media (min-width: 1000px) { |
| 2934 | #iawp-parent .iawp-layout-sidebar .logo .full-logo { |
| 2935 | width: 100%; |
| 2936 | } |
| 2937 | } |
| 2938 | |
| 2939 | #iawp-parent .iawp-layout-sidebar .menu-section { |
| 2940 | border-bottom: 1px solid #dedae6; |
| 2941 | padding: 1px 12px 0 9px; |
| 2942 | position: relative; |
| 2943 | } |
| 2944 | |
| 2945 | #iawp-parent .iawp-layout-sidebar .menu-section .report-name { |
| 2946 | text-transform: uppercase; |
| 2947 | letter-spacing: .04em; |
| 2948 | justify-content: space-between; |
| 2949 | align-items: center; |
| 2950 | margin: 18px 0 12px; |
| 2951 | font-size: 14px; |
| 2952 | display: flex; |
| 2953 | position: relative; |
| 2954 | } |
| 2955 | |
| 2956 | #iawp-parent .iawp-layout-sidebar .menu-section .report-name.favorite a:after { |
| 2957 | content: "� |
| 2958 | �"; |
| 2959 | color: #f69d0a; |
| 2960 | margin-left: 2px; |
| 2961 | font-family: dashicons; |
| 2962 | } |
| 2963 | |
| 2964 | #iawp-parent .iawp-layout-sidebar .menu-section .report-name span { |
| 2965 | justify-content: center; |
| 2966 | align-items: center; |
| 2967 | display: flex; |
| 2968 | } |
| 2969 | |
| 2970 | #iawp-parent .iawp-layout-sidebar .menu-section .report-name a { |
| 2971 | margin-right: auto; |
| 2972 | } |
| 2973 | |
| 2974 | #iawp-parent .iawp-layout-sidebar .menu-section .report-name a:hover, #iawp-parent .iawp-layout-sidebar .menu-section .report-name a:active, #iawp-parent .iawp-layout-sidebar .menu-section .report-name a:focus { |
| 2975 | color: #5123a0; |
| 2976 | } |
| 2977 | |
| 2978 | #iawp-parent .iawp-layout-sidebar .menu-section .icon-container { |
| 2979 | width: 20px; |
| 2980 | height: 20px; |
| 2981 | text-align: center; |
| 2982 | margin-right: 6px; |
| 2983 | } |
| 2984 | |
| 2985 | #iawp-parent .iawp-layout-sidebar .menu-section ol { |
| 2986 | margin: 0 0 0 26px; |
| 2987 | padding-bottom: 12px; |
| 2988 | list-style-type: none; |
| 2989 | } |
| 2990 | |
| 2991 | #iawp-parent .iawp-layout-sidebar .menu-section li { |
| 2992 | align-items: center; |
| 2993 | margin: 0 0 9px; |
| 2994 | font-size: 14px; |
| 2995 | display: flex; |
| 2996 | position: relative; |
| 2997 | } |
| 2998 | |
| 2999 | #iawp-parent .iawp-layout-sidebar .menu-section li.current { |
| 3000 | letter-spacing: -.015em; |
| 3001 | font-weight: 700; |
| 3002 | } |
| 3003 | |
| 3004 | #iawp-parent .iawp-layout-sidebar .menu-section li.current a, #iawp-parent .iawp-layout-sidebar .menu-section li.current a:link, #iawp-parent .iawp-layout-sidebar .menu-section li.current a:visited { |
| 3005 | color: #5123a0; |
| 3006 | } |
| 3007 | |
| 3008 | #iawp-parent .iawp-layout-sidebar .menu-section li.favorite:before { |
| 3009 | content: "� |
| 3010 | �"; |
| 3011 | color: #f69d0a; |
| 3012 | font-family: dashicons; |
| 3013 | position: absolute; |
| 3014 | right: calc(100% + 6px); |
| 3015 | } |
| 3016 | |
| 3017 | #iawp-parent .iawp-layout-sidebar .menu-section li a:hover, #iawp-parent .iawp-layout-sidebar .menu-section li a:active, #iawp-parent .iawp-layout-sidebar .menu-section li a:focus { |
| 3018 | color: #5123a0; |
| 3019 | } |
| 3020 | |
| 3021 | #iawp-parent .iawp-layout-sidebar .menu-section .report-icon svg, #iawp-parent .iawp-layout-sidebar .menu-section .report-icon img { |
| 3022 | width: auto; |
| 3023 | height: 16px; |
| 3024 | } |
| 3025 | |
| 3026 | #iawp-parent .iawp-layout-sidebar .menu-section .add-new-report { |
| 3027 | color: #5123a0; |
| 3028 | width: auto; |
| 3029 | cursor: pointer; |
| 3030 | background: none; |
| 3031 | border: none; |
| 3032 | border-radius: 50%; |
| 3033 | padding: 1px; |
| 3034 | transition: background-color .1s; |
| 3035 | } |
| 3036 | |
| 3037 | #iawp-parent .iawp-layout-sidebar .menu-section .add-new-report span { |
| 3038 | color: #5123a0; |
| 3039 | font-size: 15px; |
| 3040 | transition: color .1s; |
| 3041 | } |
| 3042 | |
| 3043 | #iawp-parent .iawp-layout-sidebar .menu-section .add-new-report:hover { |
| 3044 | background-color: #5123a0; |
| 3045 | } |
| 3046 | |
| 3047 | #iawp-parent .iawp-layout-sidebar .menu-section .add-new-report:hover span { |
| 3048 | color: #fff; |
| 3049 | } |
| 3050 | |
| 3051 | #iawp-parent .iawp-layout-sidebar .menu-section a { |
| 3052 | box-shadow: none; |
| 3053 | color: #363040; |
| 3054 | outline: none; |
| 3055 | text-decoration: none; |
| 3056 | } |
| 3057 | |
| 3058 | #iawp-parent .iawp-layout-sidebar .menu-section a:link, #iawp-parent .iawp-layout-sidebar .menu-section a:visited { |
| 3059 | color: #363040; |
| 3060 | } |
| 3061 | |
| 3062 | #iawp-parent .iawp-layout-sidebar .menu-section .overlay-link { |
| 3063 | font-size: 0; |
| 3064 | display: none; |
| 3065 | position: absolute; |
| 3066 | top: 0; |
| 3067 | bottom: 0; |
| 3068 | left: 0; |
| 3069 | right: 0; |
| 3070 | } |
| 3071 | |
| 3072 | #iawp-parent .iawp-layout-sidebar .menu-section.current { |
| 3073 | background-color: #f7f5fa; |
| 3074 | } |
| 3075 | |
| 3076 | #iawp-parent .iawp-layout-sidebar .menu-section.current .report-name a, #iawp-parent .iawp-layout-sidebar .menu-section.current .report-name a:link, #iawp-parent .iawp-layout-sidebar .menu-section.current .report-name a:visited { |
| 3077 | color: #5123a0; |
| 3078 | } |
| 3079 | |
| 3080 | #iawp-parent .iawp-layout-sidebar .menu-section.current svg { |
| 3081 | fill: #5123a0; |
| 3082 | } |
| 3083 | |
| 3084 | #iawp-parent .iawp-layout-sidebar .menu-section.current .report-inner { |
| 3085 | background-color: #f7f5fa; |
| 3086 | } |
| 3087 | |
| 3088 | #iawp-parent .iawp-layout-sidebar .menu-section.real-time .icon-container svg g, #iawp-parent .iawp-layout-sidebar .menu-section.real-time .icon-container svg rect { |
| 3089 | fill: #5123a0; |
| 3090 | } |
| 3091 | |
| 3092 | #iawp-parent .iawp-layout-sidebar .menu-section.no-sub-items { |
| 3093 | padding-bottom: 0; |
| 3094 | } |
| 3095 | |
| 3096 | #iawp-parent .iawp-layout-sidebar .menu-section.no-sub-items .report-name { |
| 3097 | margin: 12px 0; |
| 3098 | } |
| 3099 | |
| 3100 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade .report-name { |
| 3101 | justify-content: flex-start; |
| 3102 | } |
| 3103 | |
| 3104 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade .report-name a { |
| 3105 | align-items: center; |
| 3106 | display: flex; |
| 3107 | } |
| 3108 | |
| 3109 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade { |
| 3110 | background: #f7f5fa; |
| 3111 | padding-bottom: 1px; |
| 3112 | } |
| 3113 | |
| 3114 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade:hover .report-name a { |
| 3115 | color: #5123a0; |
| 3116 | } |
| 3117 | |
| 3118 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade .report-name .pro-label { |
| 3119 | letter-spacing: -.01em; |
| 3120 | color: #5123a0; |
| 3121 | background-color: #efe8fa; |
| 3122 | border-radius: 20px; |
| 3123 | margin-left: auto; |
| 3124 | padding: 1px 8px; |
| 3125 | font-size: 11px; |
| 3126 | display: inline-block; |
| 3127 | } |
| 3128 | |
| 3129 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade .overlay-link { |
| 3130 | display: block; |
| 3131 | } |
| 3132 | |
| 3133 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade.real-time-free .icon-container svg { |
| 3134 | width: 14px; |
| 3135 | } |
| 3136 | |
| 3137 | @media (min-width: 600px) { |
| 3138 | #iawp-parent .iawp-layout-sidebar .menu-section { |
| 3139 | width: 50%; |
| 3140 | } |
| 3141 | |
| 3142 | #iawp-parent .iawp-layout-sidebar .menu-section:nth-child(2n) { |
| 3143 | border-left: 1px solid #dedae6; |
| 3144 | } |
| 3145 | } |
| 3146 | |
| 3147 | @media (min-width: 600px) and (max-width: 999px) { |
| 3148 | #iawp-parent .iawp-layout-sidebar .menu-section.real-time .report-name { |
| 3149 | margin-top: 18px; |
| 3150 | } |
| 3151 | |
| 3152 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade { |
| 3153 | background-color: #fff; |
| 3154 | } |
| 3155 | |
| 3156 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade.real-time-free { |
| 3157 | border-right: 1px solid #dedae6; |
| 3158 | flex-basis: 100%; |
| 3159 | } |
| 3160 | |
| 3161 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade.real-time-free .report-name { |
| 3162 | width: 50%; |
| 3163 | } |
| 3164 | |
| 3165 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade.real-time-free a { |
| 3166 | margin-right: 0; |
| 3167 | } |
| 3168 | |
| 3169 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade.real-time-free .pro-label { |
| 3170 | margin-left: 10px; |
| 3171 | margin-right: auto; |
| 3172 | } |
| 3173 | } |
| 3174 | |
| 3175 | @media (min-width: 1000px) { |
| 3176 | #iawp-parent .iawp-layout-sidebar .menu-section { |
| 3177 | width: 100%; |
| 3178 | } |
| 3179 | |
| 3180 | #iawp-parent .iawp-layout-sidebar .menu-section:nth-child(2n) { |
| 3181 | border-left: none; |
| 3182 | } |
| 3183 | |
| 3184 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade { |
| 3185 | padding-bottom: 1px; |
| 3186 | } |
| 3187 | |
| 3188 | #iawp-parent .iawp-layout-sidebar .menu-section.upgrade h3 { |
| 3189 | margin: 12px 0 12px 24px; |
| 3190 | } |
| 3191 | } |
| 3192 | |
| 3193 | #iawp-parent .iawp-layout-sidebar .pro-ad { |
| 3194 | background-color: #fff3c9; |
| 3195 | border-bottom: 1px solid #dedae6; |
| 3196 | } |
| 3197 | |
| 3198 | #iawp-parent .iawp-layout-sidebar .pro-ad a { |
| 3199 | width: 100%; |
| 3200 | color: #5123a0; |
| 3201 | text-align: center; |
| 3202 | justify-content: center; |
| 3203 | align-items: center; |
| 3204 | padding: 9px; |
| 3205 | font-size: 14px; |
| 3206 | text-decoration: none; |
| 3207 | display: flex; |
| 3208 | } |
| 3209 | |
| 3210 | #iawp-parent .iawp-layout-sidebar .pro-ad a:link, #iawp-parent .iawp-layout-sidebar .pro-ad a:visited { |
| 3211 | color: #5123a0; |
| 3212 | } |
| 3213 | |
| 3214 | #iawp-parent .iawp-layout-sidebar .pro-ad a:hover, #iawp-parent .iawp-layout-sidebar .pro-ad a:active, #iawp-parent .iawp-layout-sidebar .pro-ad a:focus { |
| 3215 | color: #6c46ae; |
| 3216 | } |
| 3217 | |
| 3218 | #iawp-parent .iawp-layout-sidebar .pro-ad a:hover .dashicons, #iawp-parent .iawp-layout-sidebar .pro-ad a:active .dashicons, #iawp-parent .iawp-layout-sidebar .pro-ad a:focus .dashicons { |
| 3219 | transform: translateX(2px); |
| 3220 | } |
| 3221 | |
| 3222 | #iawp-parent .iawp-layout-sidebar .pro-ad .dashicons { |
| 3223 | height: 16px; |
| 3224 | margin-left: 4px; |
| 3225 | font-size: 16px; |
| 3226 | transition: transform .2s; |
| 3227 | } |
| 3228 | |
| 3229 | #iawp-parent .iawp-layout-sidebar { |
| 3230 | background: #fff; |
| 3231 | } |
| 3232 | |
| 3233 | #iawp-parent .iawp-layout-sidebar .mobile-menu-toggle:hover, #iawp-parent .iawp-layout-sidebar .mobile-menu-toggle:active, #iawp-parent .iawp-layout-sidebar .mobile-menu-toggle:focus, #iawp-parent .iawp-layout-sidebar .mobile-menu-toggle:hover .dashicons, #iawp-parent .iawp-layout-sidebar .mobile-menu-toggle:active .dashicons, #iawp-parent .iawp-layout-sidebar .mobile-menu-toggle:focus .dashicons { |
| 3234 | color: #fff; |
| 3235 | } |
| 3236 | |
| 3237 | #iawp-parent .iawp-layout-sidebar .mobile-menu { |
| 3238 | text-align: center; |
| 3239 | border-bottom: 1px solid #dedae6; |
| 3240 | padding: 12px; |
| 3241 | } |
| 3242 | |
| 3243 | #iawp-parent .iawp-layout-sidebar .menu-container { |
| 3244 | display: none; |
| 3245 | } |
| 3246 | |
| 3247 | #iawp-parent .iawp-layout-sidebar .menu-container.open { |
| 3248 | display: block; |
| 3249 | } |
| 3250 | |
| 3251 | #iawp-parent .iawp-layout-main { |
| 3252 | flex-grow: 1; |
| 3253 | } |
| 3254 | |
| 3255 | @media (min-width: 600px) { |
| 3256 | #iawp-parent .iawp-layout-sidebar .reports-list { |
| 3257 | flex-wrap: wrap; |
| 3258 | display: flex; |
| 3259 | } |
| 3260 | } |
| 3261 | |
| 3262 | @media (min-width: 1000px) { |
| 3263 | #iawp-parent .iawp-layout-main { |
| 3264 | width: calc(100% - 230px); |
| 3265 | } |
| 3266 | |
| 3267 | #iawp-parent .iawp-layout-sidebar { |
| 3268 | z-index: 99; |
| 3269 | width: 230px; |
| 3270 | height: calc(100vh - 32px); |
| 3271 | -ms-overflow-style: none; |
| 3272 | scrollbar-width: none; |
| 3273 | border-right: 1px solid #dedae6; |
| 3274 | flex-direction: column; |
| 3275 | flex-shrink: 0; |
| 3276 | display: flex; |
| 3277 | position: -webkit-sticky; |
| 3278 | position: sticky; |
| 3279 | top: 32px; |
| 3280 | overflow-x: hidden; |
| 3281 | overflow-y: scroll; |
| 3282 | } |
| 3283 | |
| 3284 | #iawp-parent .iawp-layout-sidebar::-webkit-scrollbar { |
| 3285 | display: none; |
| 3286 | } |
| 3287 | |
| 3288 | #iawp-parent .iawp-layout-sidebar .reports-list { |
| 3289 | display: block; |
| 3290 | } |
| 3291 | |
| 3292 | #iawp-parent .iawp-layout-sidebar .inner { |
| 3293 | width: 229px; |
| 3294 | z-index: 79; |
| 3295 | background-color: #fff; |
| 3296 | padding-bottom: 24px; |
| 3297 | } |
| 3298 | |
| 3299 | #iawp-parent .iawp-layout-sidebar .menu-container { |
| 3300 | display: block; |
| 3301 | } |
| 3302 | |
| 3303 | #iawp-parent .iawp-layout-sidebar .mobile-menu { |
| 3304 | display: none; |
| 3305 | } |
| 3306 | } |
| 3307 | |
| 3308 | #iawp-parent .iawp-button, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button { |
| 3309 | color: #363040; |
| 3310 | cursor: pointer; |
| 3311 | background: #fff; |
| 3312 | border: 1px solid #dedae6; |
| 3313 | border-radius: 5px; |
| 3314 | align-items: center; |
| 3315 | margin: 0; |
| 3316 | padding: 9px 14px; |
| 3317 | font-size: 14px; |
| 3318 | line-height: 1; |
| 3319 | text-decoration: none; |
| 3320 | transition: color .1s, background-color .1s, border-color .1s; |
| 3321 | display: inline-flex; |
| 3322 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 3323 | } |
| 3324 | |
| 3325 | #iawp-parent .iawp-button: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: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: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:hover .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:hover .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:hover .dashicons, #iawp-parent .iawp-button:active .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:active .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:active .dashicons, #iawp-parent .iawp-button:focus .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:focus .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:focus .dashicons { |
| 3326 | color: #5123a0; |
| 3327 | } |
| 3328 | |
| 3329 | #iawp-parent .iawp-button.open, #iawp-parent .toplevel_page_independent-analytics #fs_connect .open.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .open.button { |
| 3330 | color: #5123a0; |
| 3331 | border-color: #5123a0; |
| 3332 | } |
| 3333 | |
| 3334 | #iawp-parent .iawp-button.open .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .open.button .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .open.button .dashicons { |
| 3335 | color: #5123a0; |
| 3336 | } |
| 3337 | |
| 3338 | #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 { |
| 3339 | cursor: default; |
| 3340 | color: #9a95a6; |
| 3341 | background-color: #f7f5fa; |
| 3342 | } |
| 3343 | |
| 3344 | #iawp-parent .iawp-button:disabled:hover .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled:hover .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled:hover .dashicons, #iawp-parent .iawp-button:disabled.dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button:disabled.dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button:disabled.dashicons { |
| 3345 | color: #9a95a6; |
| 3346 | } |
| 3347 | |
| 3348 | #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 { |
| 3349 | display: inline; |
| 3350 | } |
| 3351 | |
| 3352 | #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 { |
| 3353 | display: none; |
| 3354 | } |
| 3355 | |
| 3356 | #iawp-parent .iawp-button.sending, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button { |
| 3357 | color: #fff; |
| 3358 | background: #fff; |
| 3359 | position: relative; |
| 3360 | } |
| 3361 | |
| 3362 | #iawp-parent .iawp-button.sending:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button:hover, #iawp-parent .iawp-button.sending:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button:active, #iawp-parent .iawp-button.sending:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button:focus, #iawp-parent .iawp-button.sending:hover .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button:hover .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button:hover .dashicons, #iawp-parent .iawp-button.sending:active .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button:active .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button:active .dashicons, #iawp-parent .iawp-button.sending:focus .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button:focus .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button:focus .dashicons { |
| 3363 | color: #fff; |
| 3364 | background: #fff; |
| 3365 | } |
| 3366 | |
| 3367 | #iawp-parent .iawp-button.sending:after, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button:after { |
| 3368 | content: ""; |
| 3369 | color: #5123a0; |
| 3370 | font-family: Dashicons; |
| 3371 | font-size: 22px; |
| 3372 | animation: dashicons-spin 1s linear infinite; |
| 3373 | position: absolute; |
| 3374 | top: calc(50% - 11px); |
| 3375 | left: calc(50% - 11px); |
| 3376 | } |
| 3377 | |
| 3378 | #iawp-parent .iawp-button.sent, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button { |
| 3379 | color: #fff; |
| 3380 | background: #fff; |
| 3381 | position: relative; |
| 3382 | } |
| 3383 | |
| 3384 | #iawp-parent .iawp-button.sent:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button:hover, #iawp-parent .iawp-button.sent:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button:active, #iawp-parent .iawp-button.sent:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button:focus, #iawp-parent .iawp-button.sent:hover .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button:hover .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button:hover .dashicons, #iawp-parent .iawp-button.sent:active .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button:active .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button:active .dashicons, #iawp-parent .iawp-button.sent:focus .dashicons, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button:focus .dashicons, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button:focus .dashicons { |
| 3385 | color: #fff; |
| 3386 | background: #fff; |
| 3387 | } |
| 3388 | |
| 3389 | #iawp-parent .iawp-button.sent:after, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button:after { |
| 3390 | content: ""; |
| 3391 | color: #5123a0; |
| 3392 | font-family: Dashicons; |
| 3393 | font-size: 22px; |
| 3394 | position: absolute; |
| 3395 | top: calc(50% - 11px); |
| 3396 | left: calc(50% - 11px); |
| 3397 | } |
| 3398 | |
| 3399 | #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 { |
| 3400 | margin-right: 6px; |
| 3401 | transition: color .1s; |
| 3402 | } |
| 3403 | |
| 3404 | #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 { |
| 3405 | color: #5123a0; |
| 3406 | background: #fff; |
| 3407 | border-radius: 50%; |
| 3408 | justify-content: center; |
| 3409 | align-items: center; |
| 3410 | font-size: 12px; |
| 3411 | font-weight: 700; |
| 3412 | line-height: 1; |
| 3413 | display: flex; |
| 3414 | } |
| 3415 | |
| 3416 | #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) { |
| 3417 | height: 18px; |
| 3418 | width: 18px; |
| 3419 | margin-left: 8px; |
| 3420 | margin-right: -2px; |
| 3421 | } |
| 3422 | |
| 3423 | #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 { |
| 3424 | display: none; |
| 3425 | } |
| 3426 | |
| 3427 | #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 { |
| 3428 | color: #5123a0; |
| 3429 | background-color: #fff; |
| 3430 | border-color: #fff; |
| 3431 | border-radius: 3px; |
| 3432 | } |
| 3433 | |
| 3434 | #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 { |
| 3435 | color: #6c46ae; |
| 3436 | } |
| 3437 | |
| 3438 | #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 { |
| 3439 | color: #fff; |
| 3440 | background-color: #5123a0; |
| 3441 | border-color: #5123a0; |
| 3442 | border-radius: 3px; |
| 3443 | } |
| 3444 | |
| 3445 | #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 .iawp-button-purple:active, #iawp-parent .iawp-button-purple:focus, #iawp-parent .iawp-button-purple .open { |
| 3446 | color: #fff; |
| 3447 | background-color: #6c46ae; |
| 3448 | border-color: #6c46ae; |
| 3449 | } |
| 3450 | |
| 3451 | #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 { |
| 3452 | color: #9a95a6; |
| 3453 | background-color: #f7f5fa; |
| 3454 | border-color: #ece9f2; |
| 3455 | } |
| 3456 | |
| 3457 | #iawp-parent .iawp-button.purple.sending, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.sending.button-primary, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.sending.button-primary, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.sending.button, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button.button-primary, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.sending.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button.button-primary, #iawp-parent .iawp-button-purple.sending { |
| 3458 | color: #5123a0; |
| 3459 | background: #5123a0; |
| 3460 | position: relative; |
| 3461 | } |
| 3462 | |
| 3463 | #iawp-parent .iawp-button.purple.sending:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.sending.button-primary:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.sending.button-primary:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.sending.button:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.sending.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button.button-primary:hover, #iawp-parent .iawp-button.purple.sending:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.sending.button-primary:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.sending.button-primary:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.sending.button:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button.button-primary:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.sending.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button.button-primary:active, #iawp-parent .iawp-button.purple.sending:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.sending.button-primary:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.sending.button-primary:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.sending.button:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.sending.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button.button-primary:focus, #iawp-parent .iawp-button-purple.sending:hover, #iawp-parent .iawp-button-purple.sending:active, #iawp-parent .iawp-button-purple.sending:focus { |
| 3464 | color: #5123a0; |
| 3465 | } |
| 3466 | |
| 3467 | #iawp-parent .iawp-button.purple.sending:after, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.sending.button-primary:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.sending.button-primary:after, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.sending.button:after, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sending.button.button-primary:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.sending.button:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sending.button.button-primary:after, #iawp-parent .iawp-button-purple.sending:after { |
| 3468 | content: ""; |
| 3469 | color: #fff; |
| 3470 | font-family: Dashicons; |
| 3471 | font-size: 22px; |
| 3472 | animation: dashicons-spin 1s linear infinite; |
| 3473 | position: absolute; |
| 3474 | top: calc(50% - 11px); |
| 3475 | left: calc(50% - 11px); |
| 3476 | } |
| 3477 | |
| 3478 | #iawp-parent .iawp-button.purple.sent, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.sent.button-primary, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.sent.button-primary, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.sent.button, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button.button-primary, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.sent.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button.button-primary, #iawp-parent .iawp-button-purple.sent { |
| 3479 | color: #5123a0; |
| 3480 | background: #5123a0; |
| 3481 | position: relative; |
| 3482 | } |
| 3483 | |
| 3484 | #iawp-parent .iawp-button.purple.sent:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.sent.button-primary:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.sent.button-primary:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.sent.button:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.sent.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button.button-primary:hover, #iawp-parent .iawp-button.purple.sent:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.sent.button-primary:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.sent.button-primary:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.sent.button:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button.button-primary:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.sent.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button.button-primary:active, #iawp-parent .iawp-button.purple.sent:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.sent.button-primary:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.sent.button-primary:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.sent.button:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.sent.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button.button-primary:focus, #iawp-parent .iawp-button-purple.sent:hover, #iawp-parent .iawp-button-purple.sent:active, #iawp-parent .iawp-button-purple.sent:focus { |
| 3485 | color: #5123a0; |
| 3486 | background: #5123a0; |
| 3487 | } |
| 3488 | |
| 3489 | #iawp-parent .iawp-button.purple.sent:after, #iawp-parent .toplevel_page_independent-analytics #fs_connect .iawp-button.sent.button-primary:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .iawp-button.sent.button-primary:after, #iawp-parent .toplevel_page_independent-analytics #fs_connect .purple.sent.button:after, #iawp-parent .toplevel_page_independent-analytics #fs_connect .sent.button.button-primary:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .purple.sent.button:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .sent.button.button-primary:after, #iawp-parent .iawp-button-purple.sent:after { |
| 3490 | content: ""; |
| 3491 | color: #fff; |
| 3492 | font-family: Dashicons; |
| 3493 | font-size: 22px; |
| 3494 | position: absolute; |
| 3495 | top: calc(50% - 11px); |
| 3496 | left: calc(50% - 11px); |
| 3497 | } |
| 3498 | |
| 3499 | #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 { |
| 3500 | color: #fff; |
| 3501 | background-color: #d93b29; |
| 3502 | border-color: #d93b29; |
| 3503 | border-radius: 3px; |
| 3504 | } |
| 3505 | |
| 3506 | #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 { |
| 3507 | color: #fff; |
| 3508 | background-color: #d94e3f; |
| 3509 | border-color: #d94e3f; |
| 3510 | } |
| 3511 | |
| 3512 | #iawp-parent .iawp-button.red.sending, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.sending.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.sending.button { |
| 3513 | color: #d93b29; |
| 3514 | background: #d93b29; |
| 3515 | position: relative; |
| 3516 | } |
| 3517 | |
| 3518 | #iawp-parent .iawp-button.red.sending:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.sending.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.sending.button:hover, #iawp-parent .iawp-button.red.sending:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.sending.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.sending.button:active, #iawp-parent .iawp-button.red.sending:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.sending.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.sending.button:focus { |
| 3519 | color: #d93b29; |
| 3520 | } |
| 3521 | |
| 3522 | #iawp-parent .iawp-button.red.sending:after, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.sending.button:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.sending.button:after { |
| 3523 | content: ""; |
| 3524 | color: #fff; |
| 3525 | font-family: Dashicons; |
| 3526 | font-size: 22px; |
| 3527 | animation: dashicons-spin 1s linear infinite; |
| 3528 | position: absolute; |
| 3529 | top: calc(50% - 11px); |
| 3530 | left: calc(50% - 11px); |
| 3531 | } |
| 3532 | |
| 3533 | #iawp-parent .iawp-button.red.sent, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.sent.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.sent.button { |
| 3534 | color: #d93b29; |
| 3535 | background: #d93b29; |
| 3536 | position: relative; |
| 3537 | } |
| 3538 | |
| 3539 | #iawp-parent .iawp-button.red.sent:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.sent.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.sent.button:hover, #iawp-parent .iawp-button.red.sent:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.sent.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.sent.button:active, #iawp-parent .iawp-button.red.sent:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.sent.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.sent.button:focus { |
| 3540 | color: #d93b29; |
| 3541 | background: #d93b29; |
| 3542 | } |
| 3543 | |
| 3544 | #iawp-parent .iawp-button.red.sent:after, #iawp-parent .toplevel_page_independent-analytics #fs_connect .red.sent.button:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .red.sent.button:after { |
| 3545 | content: ""; |
| 3546 | color: #fff; |
| 3547 | font-family: Dashicons; |
| 3548 | font-size: 22px; |
| 3549 | position: absolute; |
| 3550 | top: calc(50% - 11px); |
| 3551 | left: calc(50% - 11px); |
| 3552 | } |
| 3553 | |
| 3554 | #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 { |
| 3555 | color: #fff; |
| 3556 | background-color: #f69d0a; |
| 3557 | border-color: #f69d0a; |
| 3558 | border-radius: 3px; |
| 3559 | } |
| 3560 | |
| 3561 | #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 { |
| 3562 | color: #fff; |
| 3563 | background-color: #ffa826; |
| 3564 | border-color: #ffa826; |
| 3565 | } |
| 3566 | |
| 3567 | #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 { |
| 3568 | color: #fff; |
| 3569 | border-color: #fff; |
| 3570 | border-radius: 3px; |
| 3571 | } |
| 3572 | |
| 3573 | #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 { |
| 3574 | color: #5123a0; |
| 3575 | background-color: #fff; |
| 3576 | border-color: #fff; |
| 3577 | } |
| 3578 | |
| 3579 | #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 { |
| 3580 | color: #fff; |
| 3581 | background: #5123a0; |
| 3582 | } |
| 3583 | |
| 3584 | #iawp-parent .iawp-button.ghost-white.sending, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.sending.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.sending.button { |
| 3585 | color: #5123a0; |
| 3586 | background: #5123a0; |
| 3587 | position: relative; |
| 3588 | } |
| 3589 | |
| 3590 | #iawp-parent .iawp-button.ghost-white.sending:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.sending.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.sending.button:hover, #iawp-parent .iawp-button.ghost-white.sending:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.sending.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.sending.button:active, #iawp-parent .iawp-button.ghost-white.sending:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.sending.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.sending.button:focus { |
| 3591 | color: #5123a0; |
| 3592 | } |
| 3593 | |
| 3594 | #iawp-parent .iawp-button.ghost-white.sending:after, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.sending.button:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.sending.button:after { |
| 3595 | content: ""; |
| 3596 | color: #fff; |
| 3597 | font-family: Dashicons; |
| 3598 | font-size: 22px; |
| 3599 | animation: dashicons-spin 1s linear infinite; |
| 3600 | position: absolute; |
| 3601 | top: calc(50% - 11px); |
| 3602 | left: calc(50% - 11px); |
| 3603 | } |
| 3604 | |
| 3605 | #iawp-parent .iawp-button.ghost-white.sent, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.sent.button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.sent.button { |
| 3606 | color: #5123a0; |
| 3607 | background: #5123a0; |
| 3608 | position: relative; |
| 3609 | } |
| 3610 | |
| 3611 | #iawp-parent .iawp-button.ghost-white.sent:hover, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.sent.button:hover, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.sent.button:hover, #iawp-parent .iawp-button.ghost-white.sent:active, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.sent.button:active, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.sent.button:active, #iawp-parent .iawp-button.ghost-white.sent:focus, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.sent.button:focus, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.sent.button:focus { |
| 3612 | color: #5123a0; |
| 3613 | background: #5123a0; |
| 3614 | } |
| 3615 | |
| 3616 | #iawp-parent .iawp-button.ghost-white.sent:after, #iawp-parent .toplevel_page_independent-analytics #fs_connect .ghost-white.sent.button:after, .toplevel_page_independent-analytics #fs_connect #iawp-parent .ghost-white.sent.button:after { |
| 3617 | content: ""; |
| 3618 | color: #fff; |
| 3619 | font-family: Dashicons; |
| 3620 | font-size: 22px; |
| 3621 | position: absolute; |
| 3622 | top: calc(50% - 11px); |
| 3623 | left: calc(50% - 11px); |
| 3624 | } |
| 3625 | |
| 3626 | #iawp-parent .iawp-button.ghost-purple, #iawp-parent .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect #iawp-parent .button { |
| 3627 | color: #5123a0; |
| 3628 | background: none; |
| 3629 | border-color: #5123a0; |
| 3630 | border-radius: 3px; |
| 3631 | } |
| 3632 | |
| 3633 | #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 { |
| 3634 | color: #fff; |
| 3635 | background-color: #5123a0; |
| 3636 | border-color: #5123a0; |
| 3637 | } |
| 3638 | |
| 3639 | #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 { |
| 3640 | color: #9a95a6; |
| 3641 | background-color: #f7f5fa; |
| 3642 | border-color: #ece9f2; |
| 3643 | } |
| 3644 | |
| 3645 | #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 { |
| 3646 | color: #d93b29; |
| 3647 | background-color: rgba(0, 0, 0, 0); |
| 3648 | border-color: #d93b29; |
| 3649 | border-radius: 3px; |
| 3650 | } |
| 3651 | |
| 3652 | #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 { |
| 3653 | color: #fff; |
| 3654 | background-color: #d93b29; |
| 3655 | border-color: #d93b29; |
| 3656 | } |
| 3657 | |
| 3658 | #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 { |
| 3659 | color: #9a95a6; |
| 3660 | background-color: #f7f5fa; |
| 3661 | border-color: #ece9f2; |
| 3662 | } |
| 3663 | |
| 3664 | #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 { |
| 3665 | color: #5123a0; |
| 3666 | padding: 0; |
| 3667 | } |
| 3668 | |
| 3669 | #iawp-parent .iawp-text-button { |
| 3670 | color: #5123a0; |
| 3671 | cursor: pointer; |
| 3672 | background: none; |
| 3673 | border: none; |
| 3674 | align-items: center; |
| 3675 | margin: 0; |
| 3676 | padding: 0; |
| 3677 | font-size: 14px; |
| 3678 | line-height: 1; |
| 3679 | display: flex; |
| 3680 | } |
| 3681 | |
| 3682 | #iawp-parent .date-picker { |
| 3683 | padding: 14px 16px 14px 36px; |
| 3684 | } |
| 3685 | |
| 3686 | #iawp-parent .sort-button { |
| 3687 | color: #18141f; |
| 3688 | cursor: pointer; |
| 3689 | background: none; |
| 3690 | border: none; |
| 3691 | align-items: center; |
| 3692 | padding: 1px; |
| 3693 | display: flex; |
| 3694 | } |
| 3695 | |
| 3696 | #iawp-parent .sort-button .dashicons-arrow-up, #iawp-parent .sort-button .dashicons-arrow-down { |
| 3697 | display: none; |
| 3698 | } |
| 3699 | |
| 3700 | #iawp-parent .sort-button .name { |
| 3701 | font-weight: 700; |
| 3702 | } |
| 3703 | |
| 3704 | #iawp-parent .sort-button .dashicons { |
| 3705 | color: #c5c2cc; |
| 3706 | } |
| 3707 | |
| 3708 | #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons, #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons { |
| 3709 | color: #5123a0; |
| 3710 | } |
| 3711 | |
| 3712 | #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons-arrow-up { |
| 3713 | display: inline-block; |
| 3714 | } |
| 3715 | |
| 3716 | #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons-arrow-down, #iawp-parent .sort-button[data-sort-direction="asc"] .dashicons-arrow-right { |
| 3717 | display: none; |
| 3718 | } |
| 3719 | |
| 3720 | #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons-arrow-down { |
| 3721 | display: inline-block; |
| 3722 | } |
| 3723 | |
| 3724 | #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons-arrow-up, #iawp-parent .sort-button[data-sort-direction="desc"] .dashicons-arrow-right { |
| 3725 | display: none; |
| 3726 | } |
| 3727 | |
| 3728 | #iawp-parent .delete-button { |
| 3729 | z-index: 3; |
| 3730 | color: #fff; |
| 3731 | cursor: pointer; |
| 3732 | background-color: #5123a0; |
| 3733 | border: none; |
| 3734 | border-radius: 50%; |
| 3735 | padding: 2px; |
| 3736 | transition: background-color .1s, color .1s; |
| 3737 | position: absolute; |
| 3738 | top: 12px; |
| 3739 | right: -12px; |
| 3740 | } |
| 3741 | |
| 3742 | #iawp-parent .delete-button:hover, #iawp-parent .delete-button .open { |
| 3743 | background-color: #6c46ae; |
| 3744 | } |
| 3745 | |
| 3746 | #iawp-parent .icon-med { |
| 3747 | margin-right: 3px; |
| 3748 | font-size: 21px; |
| 3749 | } |
| 3750 | |
| 3751 | #iawp-parent .dashicons.spin { |
| 3752 | animation: dashicons-spin 1s linear infinite; |
| 3753 | } |
| 3754 | |
| 3755 | @keyframes dashicons-spin { |
| 3756 | 0% { |
| 3757 | transform: rotate(0deg); |
| 3758 | } |
| 3759 | |
| 3760 | 100% { |
| 3761 | transform: rotate(360deg); |
| 3762 | } |
| 3763 | } |
| 3764 | |
| 3765 | #iawp-parent .image-large { |
| 3766 | width: 36px; |
| 3767 | height: 36px; |
| 3768 | } |
| 3769 | |
| 3770 | #iawp-parent select, #iawp-parent input, #iawp-parent textarea { |
| 3771 | background-color: #fff; |
| 3772 | border: 1px solid #c5c2cc; |
| 3773 | border-radius: 3px; |
| 3774 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 3775 | } |
| 3776 | |
| 3777 | #iawp-parent select:focus, #iawp-parent input:focus, #iawp-parent textarea:focus { |
| 3778 | border-color: #5123a0; |
| 3779 | outline: none; |
| 3780 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 3781 | } |
| 3782 | |
| 3783 | #iawp-parent select.error, #iawp-parent input.error, #iawp-parent textarea.error { |
| 3784 | border-color: #d93b29; |
| 3785 | } |
| 3786 | |
| 3787 | #iawp-parent input { |
| 3788 | padding: 2px 12px; |
| 3789 | } |
| 3790 | |
| 3791 | #iawp-parent input[type="file"] { |
| 3792 | box-shadow: none; |
| 3793 | border: none; |
| 3794 | padding: 0; |
| 3795 | } |
| 3796 | |
| 3797 | #iawp-parent input[type="checkbox"]:checked:before { |
| 3798 | content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTE0LjgzIDQuODlsMS4zNC45NC01LjgxIDguMzhIOS4wMkw1Ljc4IDkuNjdsMS4zNC0xLjI1IDIuNTcgMi40eicgZmlsbD0nIzUxMjNBMCcvPjwvc3ZnPg=="); |
| 3799 | } |
| 3800 | |
| 3801 | #iawp-parent input[type="radio"]:checked:before { |
| 3802 | background-color: #5123a0; |
| 3803 | } |
| 3804 | |
| 3805 | #iawp-parent input[type="checkbox"]:disabled { |
| 3806 | border-color: #9a95a6; |
| 3807 | } |
| 3808 | |
| 3809 | #iawp-parent select { |
| 3810 | padding: 2px 24px 2px 12px; |
| 3811 | } |
| 3812 | |
| 3813 | #iawp-parent select:hover, #iawp-parent select:active, #iawp-parent select:focus { |
| 3814 | color: #5123a0; |
| 3815 | background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTUgNmw1IDUgNS01IDIgMS03IDctNy03IDItMXonIGZpbGw9JyM1MTIzQTAnLz48L3N2Zz4K") right 5px top 55% / 16px 16px no-repeat; |
| 3816 | } |
| 3817 | |
| 3818 | #iawp-parent .block-input { |
| 3819 | width: 100%; |
| 3820 | margin-bottom: 12px; |
| 3821 | display: block; |
| 3822 | } |
| 3823 | |
| 3824 | #iawp-parent ::-ms-input-placeholder { |
| 3825 | color: #aaa6b3; |
| 3826 | opacity: 1; |
| 3827 | } |
| 3828 | |
| 3829 | #iawp-parent ::placeholder { |
| 3830 | color: #aaa6b3; |
| 3831 | opacity: 1; |
| 3832 | } |
| 3833 | |
| 3834 | #iawp-parent label { |
| 3835 | margin: 12px 0; |
| 3836 | display: block; |
| 3837 | } |
| 3838 | |
| 3839 | #iawp-parent .link-dark { |
| 3840 | color: #363040; |
| 3841 | text-decoration: none; |
| 3842 | } |
| 3843 | |
| 3844 | #iawp-parent .link-dark:link, #iawp-parent .link-dark:visited { |
| 3845 | color: #363040; |
| 3846 | } |
| 3847 | |
| 3848 | #iawp-parent .link-dark:hover, #iawp-parent .link-dark:active, #iawp-parent .link-dark:focus, #iawp-parent .link-dark.active { |
| 3849 | color: #18141f; |
| 3850 | } |
| 3851 | |
| 3852 | #iawp-parent .link-purple, #iawp-parent #fs_connect.require-license-key a, #fs_connect.require-license-key #iawp-parent a { |
| 3853 | color: #5123a0; |
| 3854 | text-decoration: none; |
| 3855 | } |
| 3856 | |
| 3857 | #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 { |
| 3858 | color: #5123a0; |
| 3859 | } |
| 3860 | |
| 3861 | #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 { |
| 3862 | color: #6c46ae; |
| 3863 | } |
| 3864 | |
| 3865 | #iawp-parent .link-white, #iawp-parent .link-white:link, #iawp-parent .link-white:visited { |
| 3866 | color: #fff; |
| 3867 | } |
| 3868 | |
| 3869 | #iawp-parent .link-white:hover, #iawp-parent .link-white:active, #iawp-parent .link-white:focus, #iawp-parent .link-white.active { |
| 3870 | color: #ece9f2; |
| 3871 | } |
| 3872 | |
| 3873 | #iawp-parent .scroll-to-top { |
| 3874 | z-index: 39; |
| 3875 | text-align: center; |
| 3876 | color: #fff; |
| 3877 | cursor: pointer; |
| 3878 | background-color: #5123a0; |
| 3879 | border: none; |
| 3880 | border-radius: 50%; |
| 3881 | padding: 18px; |
| 3882 | line-height: 1; |
| 3883 | transition: background-color .1s, color .1s; |
| 3884 | position: fixed; |
| 3885 | bottom: 32px; |
| 3886 | right: 32px; |
| 3887 | box-shadow: 0 0 12px rgba(0, 0, 0, .1); |
| 3888 | } |
| 3889 | |
| 3890 | #iawp-parent .scroll-to-top:hover, #iawp-parent .scroll-to-top:active, #iawp-parent .scroll-to-top:focus { |
| 3891 | color: #5123a0; |
| 3892 | background-color: #fff; |
| 3893 | } |
| 3894 | |
| 3895 | #iawp-parent .cell:first-child, #iawp-parent .cell:first-child.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.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.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.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.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.hide + .cell.hide + .cell.hide + .cell, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.hide + .cell.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.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.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.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.hide + .cell.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.hide + .cell.hide + .cell.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.hide + .cell.hide + .cell.hide + .cell.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.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell { |
| 3896 | padding-left: 48px !important; |
| 3897 | } |
| 3898 | |
| 3899 | #iawp-parent .cell:first-child .row-number, #iawp-parent .cell:first-child.hide + .cell .row-number, #iawp-parent .cell:first-child.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.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.hide + .cell.hide + .cell .row-number, #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.hide + .cell.hide + .cell .row-number, #iawp-parent .cell:first-child.hide + .cell.hide + .cell.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.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.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.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.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.hide + .cell.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.hide + .cell.hide + .cell.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.hide + .cell.hide + .cell.hide + .cell.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.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell .row-number { |
| 3900 | display: flex; |
| 3901 | } |
| 3902 | |
| 3903 | #iawp-parent .cell { |
| 3904 | z-index: 3; |
| 3905 | color: #363040; |
| 3906 | padding: 16px 12px; |
| 3907 | font-size: 14px; |
| 3908 | position: relative; |
| 3909 | } |
| 3910 | |
| 3911 | #iawp-parent .cell.hide { |
| 3912 | display: none; |
| 3913 | } |
| 3914 | |
| 3915 | #iawp-parent .cell .animator { |
| 3916 | z-index: 9; |
| 3917 | transition: left .2s ease-in-out; |
| 3918 | position: absolute; |
| 3919 | top: 0; |
| 3920 | bottom: 0; |
| 3921 | left: 100%; |
| 3922 | right: 0; |
| 3923 | } |
| 3924 | |
| 3925 | #iawp-parent .cell .deleted-label { |
| 3926 | opacity: 0; |
| 3927 | margin-left: 4px; |
| 3928 | font-weight: 400; |
| 3929 | } |
| 3930 | |
| 3931 | #iawp-parent .cell .percentage { |
| 3932 | color: #aaa6b3; |
| 3933 | letter-spacing: -.04em; |
| 3934 | margin-left: 4px; |
| 3935 | font-size: 12px; |
| 3936 | } |
| 3937 | |
| 3938 | #iawp-parent .cell .no-wrap { |
| 3939 | white-space: nowrap; |
| 3940 | } |
| 3941 | |
| 3942 | #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 { |
| 3943 | padding: 16px 24px; |
| 3944 | } |
| 3945 | |
| 3946 | #iawp-parent .row-number { |
| 3947 | text-align: center; |
| 3948 | color: #9a95a6; |
| 3949 | font-size: 12px; |
| 3950 | font-weight: 400; |
| 3951 | display: none; |
| 3952 | position: absolute; |
| 3953 | right: calc(100% - 32px); |
| 3954 | } |
| 3955 | |
| 3956 | #iawp-parent .iawp-row.deleted .cell[data-column="title"] { |
| 3957 | color: #d93b29; |
| 3958 | } |
| 3959 | |
| 3960 | #iawp-parent .iawp-row.deleted .cell[data-column="title"]:hover .deleted-label { |
| 3961 | opacity: .5; |
| 3962 | } |
| 3963 | |
| 3964 | #iawp-parent .iawp-rows .iawp-row:nth-child(2n+1) .cell, #iawp-parent .iawp-rows .iawp-row:nth-child(2n+1) .cell .animator { |
| 3965 | background-color: #f7f5fa; |
| 3966 | } |
| 3967 | |
| 3968 | #iawp-parent .iawp-rows .iawp-row:nth-child(2n) .cell, #iawp-parent .iawp-rows .iawp-row:nth-child(2n) .cell .animator { |
| 3969 | background-color: #fff; |
| 3970 | } |
| 3971 | |
| 3972 | #iawp-parent .iawp-rows .cell[data-column="title"], #iawp-parent .iawp-rows .cell[data-column="referrer"] { |
| 3973 | font-weight: 700; |
| 3974 | } |
| 3975 | |
| 3976 | #iawp-parent .iawp-rows .cell[data-column="url"] { |
| 3977 | color: #9a95a6; |
| 3978 | } |
| 3979 | |
| 3980 | #iawp-parent .iawp-rows .cell[data-column="url"] .external-link { |
| 3981 | color: #676173; |
| 3982 | } |
| 3983 | |
| 3984 | #iawp-parent .iawp-rows .cell[data-column="url"] .external-link:hover, #iawp-parent .iawp-rows .cell[data-column="url"] .external-link:active, #iawp-parent .iawp-rows .cell[data-column="url"] .external-link:focus { |
| 3985 | color: #18141f; |
| 3986 | } |
| 3987 | |
| 3988 | #iawp-parent .iawp-rows .cell[data-column="type"] .dashicons { |
| 3989 | color: #5123a0; |
| 3990 | } |
| 3991 | |
| 3992 | #iawp-parent .iawp-rows .cell[data-column="type"] .custom-icon { |
| 3993 | width: 20px; |
| 3994 | height: 20px; |
| 3995 | background: #5123a0; |
| 3996 | margin-right: 4px; |
| 3997 | display: inline-block; |
| 3998 | } |
| 3999 | |
| 4000 | #iawp-parent .cell-content { |
| 4001 | word-break: break-word; |
| 4002 | flex-wrap: wrap; |
| 4003 | align-items: center; |
| 4004 | display: flex; |
| 4005 | } |
| 4006 | |
| 4007 | #iawp-parent .cell-content .dashicons, #iawp-parent .cell-content img { |
| 4008 | margin-right: 6px; |
| 4009 | } |
| 4010 | |
| 4011 | #iawp-parent .cell-content .avatar { |
| 4012 | border-radius: 50%; |
| 4013 | } |
| 4014 | |
| 4015 | #iawp-parent .cell-content .flag { |
| 4016 | max-height: 18px; |
| 4017 | width: 32px; |
| 4018 | margin-right: 8px; |
| 4019 | } |
| 4020 | |
| 4021 | #iawp-parent .cell-content .external-link { |
| 4022 | color: #18141f; |
| 4023 | font-size: 13px; |
| 4024 | text-decoration: none; |
| 4025 | transition: color .1s; |
| 4026 | } |
| 4027 | |
| 4028 | #iawp-parent .cell-content .external-link:hover, #iawp-parent .cell-content .external-link:active, #iawp-parent .cell-content .external-link:focus { |
| 4029 | color: #676173; |
| 4030 | } |
| 4031 | |
| 4032 | #iawp-parent .cell-content .external-link .dashicons { |
| 4033 | font-size: 16px; |
| 4034 | transition: color .1s; |
| 4035 | } |
| 4036 | |
| 4037 | #iawp-parent .skeleton-loader:empty { |
| 4038 | width: 100%; |
| 4039 | height: 15px; |
| 4040 | background-color: #ece9f2; |
| 4041 | background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 80%), none; |
| 4042 | background-position: 0 0; |
| 4043 | background-repeat: repeat-y; |
| 4044 | background-size: 50px 500px; |
| 4045 | background-attachment: scroll, scroll; |
| 4046 | background-origin: padding-box, padding-box; |
| 4047 | background-clip: border-box, border-box; |
| 4048 | animation: shine 1s infinite; |
| 4049 | display: block; |
| 4050 | } |
| 4051 | |
| 4052 | #iawp-parent #iawp-parent.dark-mode .skeleton-loader:empty { |
| 4053 | background: linear-gradient(to right, rgba(54, 48, 64, .3), rgba(54, 48, 64, .5) 50%, rgba(54, 48, 64, .3) 80%), #676173; |
| 4054 | } |
| 4055 | |
| 4056 | @keyframes shine { |
| 4057 | to { |
| 4058 | background-position: 100% 0; |
| 4059 | } |
| 4060 | } |
| 4061 | |
| 4062 | #iawp-parent .title-large { |
| 4063 | align-self: center; |
| 4064 | padding: 14px; |
| 4065 | font-size: 21px; |
| 4066 | font-weight: 700; |
| 4067 | } |
| 4068 | |
| 4069 | #iawp-parent .title-med, #iawp-parent .settings-container h2 { |
| 4070 | font-size: 18px; |
| 4071 | font-weight: 700; |
| 4072 | } |
| 4073 | |
| 4074 | #iawp-parent .title-small { |
| 4075 | font-size: 14px; |
| 4076 | font-weight: 700; |
| 4077 | } |
| 4078 | |
| 4079 | #iawp-parent .subtitle-small { |
| 4080 | opacity: .8; |
| 4081 | font-size: 12px; |
| 4082 | } |
| 4083 | |
| 4084 | #iawp-parent .tooltip-parent:hover .tooltip { |
| 4085 | opacity: 1; |
| 4086 | visibility: visible; |
| 4087 | } |
| 4088 | |
| 4089 | #iawp-parent .tooltip { |
| 4090 | color: #fff; |
| 4091 | opacity: 0; |
| 4092 | visibility: hidden; |
| 4093 | background: #18141f; |
| 4094 | border-radius: 3px; |
| 4095 | padding: 4px 9px 5px; |
| 4096 | font-size: 12px; |
| 4097 | position: absolute; |
| 4098 | top: 0; |
| 4099 | } |
| 4100 | |
| 4101 | #iawp-parent .tooltip.left { |
| 4102 | right: 100%; |
| 4103 | } |
| 4104 | |
| 4105 | #iawp-parent .geo-message { |
| 4106 | margin-left: 26px; |
| 4107 | } |
| 4108 | |
| 4109 | #iawp-parent .iawp-sortable-ghost { |
| 4110 | opacity: .5; |
| 4111 | } |
| 4112 | |
| 4113 | @keyframes reloadBgDarkMode { |
| 4114 | 0% { |
| 4115 | background-color: #18141f; |
| 4116 | } |
| 4117 | |
| 4118 | 20% { |
| 4119 | background-color: #1f1a28; |
| 4120 | } |
| 4121 | |
| 4122 | 100% { |
| 4123 | background-color: #18141f; |
| 4124 | } |
| 4125 | } |
| 4126 | |
| 4127 | .iawp-dark-mode, .iawp-dark-mode #iawp-parent { |
| 4128 | background-color: #18141f; |
| 4129 | } |
| 4130 | |
| 4131 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar { |
| 4132 | color: #fff; |
| 4133 | background-color: #363040; |
| 4134 | border-color: #1f1a28; |
| 4135 | } |
| 4136 | |
| 4137 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .inner { |
| 4138 | background-color: #363040; |
| 4139 | } |
| 4140 | |
| 4141 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .logo, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .collapse-container { |
| 4142 | border-color: #1f1a28; |
| 4143 | } |
| 4144 | |
| 4145 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar #collapse-sidebar { |
| 4146 | color: #fff; |
| 4147 | } |
| 4148 | |
| 4149 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .collapsed-label { |
| 4150 | background: #18141f; |
| 4151 | } |
| 4152 | |
| 4153 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .pro-ad, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section { |
| 4154 | border-color: #1f1a28; |
| 4155 | } |
| 4156 | |
| 4157 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.current, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.current .report-inner { |
| 4158 | background-color: #473d53; |
| 4159 | } |
| 4160 | |
| 4161 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.current a, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.current a:link, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.current a:visited { |
| 4162 | color: #fff; |
| 4163 | } |
| 4164 | |
| 4165 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.current a:hover, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.current a:active, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.current a:focus { |
| 4166 | color: #dedae6; |
| 4167 | } |
| 4168 | |
| 4169 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.settings { |
| 4170 | border-color: #1f1a28; |
| 4171 | } |
| 4172 | |
| 4173 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.upgrade { |
| 4174 | background-color: #363040; |
| 4175 | } |
| 4176 | |
| 4177 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.upgrade:hover, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.upgrade:hover .report-name a, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.upgrade:hover .report-name a:link, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section.upgrade:hover .report-name a:visited { |
| 4178 | color: #dedae6; |
| 4179 | } |
| 4180 | |
| 4181 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section a, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section a:link, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section a:visited { |
| 4182 | color: #fff; |
| 4183 | } |
| 4184 | |
| 4185 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section a:hover, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section a:active, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section a:focus { |
| 4186 | color: #dedae6; |
| 4187 | } |
| 4188 | |
| 4189 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section .icon-container svg, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section .icon-container svg g, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section .icon-container svg rect { |
| 4190 | fill: #fff; |
| 4191 | } |
| 4192 | |
| 4193 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section .add-new-report { |
| 4194 | background-color: #5123a0; |
| 4195 | } |
| 4196 | |
| 4197 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section .add-new-report:hover, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section .add-new-report:active, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section .add-new-report:focus { |
| 4198 | background-color: #6c46ae; |
| 4199 | } |
| 4200 | |
| 4201 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section .add-new-report .dashicons { |
| 4202 | color: #fff; |
| 4203 | } |
| 4204 | |
| 4205 | .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section .collapsed-icon svg, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section .collapsed-icon svg g, .iawp-dark-mode #iawp-parent .iawp-layout-sidebar .menu-section .collapsed-icon svg rect { |
| 4206 | fill: #fff; |
| 4207 | } |
| 4208 | |
| 4209 | .iawp-dark-mode #iawp-parent .iawp-layout.collapsed .iawp-layout-sidebar .collapse-sidebar:hover, .iawp-dark-mode #iawp-parent .iawp-layout.collapsed .iawp-layout-sidebar .collapse-sidebar:active, .iawp-dark-mode #iawp-parent .iawp-layout.collapsed .iawp-layout-sidebar .collapse-sidebar:focus, .iawp-dark-mode #iawp-parent .iawp-layout.collapsed .iawp-layout-sidebar .menu-section:hover, .iawp-dark-mode #iawp-parent .iawp-layout.collapsed .iawp-layout-sidebar .menu-section:active { |
| 4210 | background-color: #473d53; |
| 4211 | } |
| 4212 | |
| 4213 | .iawp-dark-mode #iawp-parent .iawp-layout.collapsed .iawp-layout-sidebar .report-inner { |
| 4214 | background-color: #473d53; |
| 4215 | border-color: #1f1a28; |
| 4216 | } |
| 4217 | |
| 4218 | .iawp-dark-mode #iawp-parent .report-header-container { |
| 4219 | border-bottom-color: #1f1a28; |
| 4220 | } |
| 4221 | |
| 4222 | .iawp-dark-mode #iawp-parent .toolbar { |
| 4223 | background-color: #363040; |
| 4224 | border-top: 1px solid #1f1a28; |
| 4225 | } |
| 4226 | |
| 4227 | .iawp-dark-mode #iawp-parent .toolbar .dashicons-filter, .iawp-dark-mode #iawp-parent .toolbar .filters-button { |
| 4228 | color: #fff; |
| 4229 | } |
| 4230 | |
| 4231 | .iawp-dark-mode #iawp-parent .toolbar .filters-condition-button { |
| 4232 | color: #fff; |
| 4233 | background-color: #272030; |
| 4234 | } |
| 4235 | |
| 4236 | .iawp-dark-mode #iawp-parent #dates-button, .iawp-dark-mode #iawp-parent .table-column-toggle-button, .iawp-dark-mode #iawp-parent .group-select { |
| 4237 | color: #fff; |
| 4238 | background-color: #5123a0; |
| 4239 | border-color: #5123a0; |
| 4240 | } |
| 4241 | |
| 4242 | .iawp-dark-mode #iawp-parent #dates-button:hover, .iawp-dark-mode #iawp-parent #dates-button:active, .iawp-dark-mode #iawp-parent #dates-button:focus, .iawp-dark-mode #iawp-parent .table-column-toggle-button:hover, .iawp-dark-mode #iawp-parent .table-column-toggle-button:active, .iawp-dark-mode #iawp-parent .table-column-toggle-button:focus, .iawp-dark-mode #iawp-parent .group-select:hover, .iawp-dark-mode #iawp-parent .group-select:active, .iawp-dark-mode #iawp-parent .group-select:focus { |
| 4243 | background-color: #6c46ae; |
| 4244 | } |
| 4245 | |
| 4246 | .iawp-dark-mode #iawp-parent #dates-button:hover .dashicons, .iawp-dark-mode #iawp-parent #dates-button:active .dashicons, .iawp-dark-mode #iawp-parent #dates-button:focus .dashicons, .iawp-dark-mode #iawp-parent .table-column-toggle-button:hover .dashicons, .iawp-dark-mode #iawp-parent .table-column-toggle-button:active .dashicons, .iawp-dark-mode #iawp-parent .table-column-toggle-button:focus .dashicons, .iawp-dark-mode #iawp-parent .group-select:hover .dashicons, .iawp-dark-mode #iawp-parent .group-select:active .dashicons, .iawp-dark-mode #iawp-parent .group-select:focus .dashicons { |
| 4247 | color: #fff; |
| 4248 | } |
| 4249 | |
| 4250 | .iawp-dark-mode #iawp-parent .group-select { |
| 4251 | background: #5123a0 url("../down-dark-mode.3ba2ea83.svg") right 5px top 55% / 16px 16px no-repeat; |
| 4252 | } |
| 4253 | |
| 4254 | .iawp-dark-mode #iawp-parent .group-select:hover ~ label, .iawp-dark-mode #iawp-parent .group-select:active ~ label, .iawp-dark-mode #iawp-parent .group-select:focus ~ label, .iawp-dark-mode #iawp-parent .group-select-container label, .iawp-dark-mode #iawp-parent .download-options { |
| 4255 | color: #fff; |
| 4256 | } |
| 4257 | |
| 4258 | .iawp-dark-mode #iawp-parent .mobile-menu-toggle { |
| 4259 | color: #fff; |
| 4260 | background-color: #5123a0; |
| 4261 | border-color: #5123a0; |
| 4262 | } |
| 4263 | |
| 4264 | .iawp-dark-mode #iawp-parent .mobile-menu-toggle:hover, .iawp-dark-mode #iawp-parent .mobile-menu-toggle:active, .iawp-dark-mode #iawp-parent .mobile-menu-toggle:focus { |
| 4265 | background-color: #6c46ae; |
| 4266 | border-color: #6c46ae; |
| 4267 | } |
| 4268 | |
| 4269 | .iawp-dark-mode #iawp-parent .mobile-menu { |
| 4270 | border-color: #1f1a28; |
| 4271 | } |
| 4272 | |
| 4273 | .iawp-dark-mode #iawp-parent .quick-stats { |
| 4274 | border: none; |
| 4275 | } |
| 4276 | |
| 4277 | .iawp-dark-mode #iawp-parent .stat { |
| 4278 | color: #fff; |
| 4279 | background-color: #363040; |
| 4280 | border-color: #1f1a28; |
| 4281 | } |
| 4282 | |
| 4283 | .iawp-dark-mode #iawp-parent .stat.unfiltered { |
| 4284 | background-color: #1f1a28; |
| 4285 | border-color: #1f1a28; |
| 4286 | } |
| 4287 | |
| 4288 | .iawp-dark-mode #iawp-parent .stat .metric-name { |
| 4289 | background-color: #30293b; |
| 4290 | } |
| 4291 | |
| 4292 | .iawp-dark-mode #iawp-parent .legend-title { |
| 4293 | color: #fff; |
| 4294 | } |
| 4295 | |
| 4296 | .iawp-dark-mode #iawp-parent .legend-item-for-views { |
| 4297 | background-color: rgba(239, 232, 250, .2); |
| 4298 | } |
| 4299 | |
| 4300 | .iawp-dark-mode #iawp-parent .chart-inner { |
| 4301 | color: #fff; |
| 4302 | background-color: #363040; |
| 4303 | border-color: #363040; |
| 4304 | } |
| 4305 | |
| 4306 | .iawp-dark-mode #iawp-parent .data-error { |
| 4307 | color: #dedae6; |
| 4308 | background-color: #363040; |
| 4309 | } |
| 4310 | |
| 4311 | .iawp-dark-mode #iawp-parent .sort-button { |
| 4312 | color: #fff; |
| 4313 | } |
| 4314 | |
| 4315 | .iawp-dark-mode #iawp-parent .data-table-container { |
| 4316 | border: none; |
| 4317 | } |
| 4318 | |
| 4319 | .iawp-dark-mode #iawp-parent .data-table { |
| 4320 | border-color: #363040; |
| 4321 | } |
| 4322 | |
| 4323 | .iawp-dark-mode #iawp-parent .iawp-columns .cell { |
| 4324 | background-color: #1f1a28; |
| 4325 | border-bottom: 1px solid #676173; |
| 4326 | } |
| 4327 | |
| 4328 | .iawp-dark-mode #iawp-parent .cell { |
| 4329 | color: #dedae6; |
| 4330 | } |
| 4331 | |
| 4332 | .iawp-dark-mode #iawp-parent .iawp-rows .iawp-row:nth-child(2n+1) .cell, .iawp-dark-mode #iawp-parent .iawp-rows .iawp-row:nth-child(2n+1) .cell .animator { |
| 4333 | background-color: #363040; |
| 4334 | } |
| 4335 | |
| 4336 | .iawp-dark-mode #iawp-parent .iawp-rows .iawp-row:nth-child(2n) .cell, .iawp-dark-mode #iawp-parent .iawp-rows .iawp-row:nth-child(2n) .cell .animator { |
| 4337 | background-color: #1f1a28; |
| 4338 | } |
| 4339 | |
| 4340 | .iawp-dark-mode #iawp-parent .iawp-rows .external-link { |
| 4341 | color: #dedae6; |
| 4342 | } |
| 4343 | |
| 4344 | .iawp-dark-mode #iawp-parent .cell[data-column="url"] { |
| 4345 | color: #676173; |
| 4346 | } |
| 4347 | |
| 4348 | .iawp-dark-mode #iawp-parent .cell[data-column="url"] .external-link { |
| 4349 | color: #9a95a6; |
| 4350 | } |
| 4351 | |
| 4352 | .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 { |
| 4353 | color: #dedae6; |
| 4354 | } |
| 4355 | |
| 4356 | .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 { |
| 4357 | color: #f7f5fa; |
| 4358 | } |
| 4359 | |
| 4360 | .iawp-dark-mode #iawp-parent .skeleton-loader:empty { |
| 4361 | background: linear-gradient(to right, rgba(54, 48, 64, .7), rgba(54, 48, 64, .5) 50%, rgba(54, 48, 64, .7) 80%), #676173; |
| 4362 | } |
| 4363 | |
| 4364 | .iawp-dark-mode #iawp-parent .real-time-dashboard.refreshed:after { |
| 4365 | animation: reloadBgDarkMode 1s forwards; |
| 4366 | } |
| 4367 | |
| 4368 | .iawp-dark-mode #iawp-parent .real-time-dashboard .learn-more { |
| 4369 | color: #9a95a6; |
| 4370 | } |
| 4371 | |
| 4372 | .iawp-dark-mode #iawp-parent .real-time-dashboard .iawp-heading { |
| 4373 | color: #fff; |
| 4374 | } |
| 4375 | |
| 4376 | .iawp-dark-mode #iawp-parent .real-time-dashboard .most-popular-list { |
| 4377 | color: #fff; |
| 4378 | background-color: #363040; |
| 4379 | border-color: #363040; |
| 4380 | } |
| 4381 | |
| 4382 | .iawp-dark-mode #iawp-parent .real-time-dashboard .most-popular-list li { |
| 4383 | border-bottom-color: #676173; |
| 4384 | } |
| 4385 | |
| 4386 | .iawp-dark-mode #iawp-parent .real-time-dashboard .most-popular-list .resource:after { |
| 4387 | background: linear-gradient(90deg, rgba(54, 48, 64, .4) 0%, #363040 60%); |
| 4388 | } |
| 4389 | |
| 4390 | .iawp-dark-mode #iawp-parent .settings-container { |
| 4391 | color: #fff; |
| 4392 | background-color: #363040; |
| 4393 | border-color: #1f1a28; |
| 4394 | } |
| 4395 | |
| 4396 | .iawp-dark-mode #iawp-parent .settings-container h2, .iawp-dark-mode #iawp-parent .settings-container h3, .iawp-dark-mode #iawp-parent .settings-container .form-table th, .iawp-dark-mode #iawp-parent .settings-container .form-wrap label { |
| 4397 | color: #fff; |
| 4398 | } |
| 4399 | |
| 4400 | .iawp-dark-mode #iawp-parent .settings-container .ghost-purple, .iawp-dark-mode #iawp-parent .settings-container .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect .iawp-dark-mode #iawp-parent .settings-container .button { |
| 4401 | color: #fff; |
| 4402 | background: #1f1a28; |
| 4403 | border-color: #1f1a28; |
| 4404 | } |
| 4405 | |
| 4406 | .iawp-dark-mode #iawp-parent .settings-container .ghost-purple:hover, .iawp-dark-mode #iawp-parent .settings-container .toplevel_page_independent-analytics #fs_connect .button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-dark-mode #iawp-parent .settings-container .button:hover, .iawp-dark-mode #iawp-parent .settings-container .ghost-purple:active, .iawp-dark-mode #iawp-parent .settings-container .toplevel_page_independent-analytics #fs_connect .button:active, .toplevel_page_independent-analytics #fs_connect .iawp-dark-mode #iawp-parent .settings-container .button:active, .iawp-dark-mode #iawp-parent .settings-container .ghost-purple:focus, .iawp-dark-mode #iawp-parent .settings-container .toplevel_page_independent-analytics #fs_connect .button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-dark-mode #iawp-parent .settings-container .button:focus { |
| 4407 | background: #18141f; |
| 4408 | } |
| 4409 | |
| 4410 | .iawp-dark-mode #iawp-parent .settings-container input[type="checkbox"], .iawp-dark-mode #iawp-parent .settings-container input[type="text"], .iawp-dark-mode #iawp-parent .settings-container input[type="email"], .iawp-dark-mode #iawp-parent .settings-container textarea { |
| 4411 | color: #f7f5fa; |
| 4412 | background-color: #534a5f; |
| 4413 | transition: background-color .1s; |
| 4414 | } |
| 4415 | |
| 4416 | .iawp-dark-mode #iawp-parent .settings-container input[type="checkbox"]:focus, .iawp-dark-mode #iawp-parent .settings-container input[type="text"]:focus, .iawp-dark-mode #iawp-parent .settings-container input[type="email"]:focus, .iawp-dark-mode #iawp-parent .settings-container textarea:focus { |
| 4417 | background-color: #676173; |
| 4418 | } |
| 4419 | |
| 4420 | .iawp-dark-mode #iawp-parent .settings-container input[type="text"], .iawp-dark-mode #iawp-parent .settings-container input[type="email"], .iawp-dark-mode #iawp-parent .settings-container textarea { |
| 4421 | border: none; |
| 4422 | } |
| 4423 | |
| 4424 | .iawp-dark-mode #iawp-parent .settings-container input[type="text"]:read-only, .iawp-dark-mode #iawp-parent .settings-container input[type="email"]:read-only, .iawp-dark-mode #iawp-parent .settings-container textarea:read-only { |
| 4425 | background: #30293b; |
| 4426 | border: 1px solid #1f1a28; |
| 4427 | } |
| 4428 | |
| 4429 | .iawp-dark-mode #iawp-parent .settings-container input[type="text"]:read-only:focus, .iawp-dark-mode #iawp-parent .settings-container input[type="email"]:read-only:focus, .iawp-dark-mode #iawp-parent .settings-container textarea:read-only:focus { |
| 4430 | background: #30293b; |
| 4431 | } |
| 4432 | |
| 4433 | .iawp-dark-mode #iawp-parent .settings-container input[type="checkbox"] { |
| 4434 | border-color: #1f1a28; |
| 4435 | } |
| 4436 | |
| 4437 | .iawp-dark-mode #iawp-parent .settings-container input[type="checkbox"]:checked:before { |
| 4438 | content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTE0LjgzIDQuODlsMS4zNC45NC01LjgxIDguMzhIOS4wMkw1Ljc4IDkuNjdsMS4zNC0xLjI1IDIuNTcgMi40eicgZmlsbD0nI2ZmZmZmZicvPjwvc3ZnPg=="); |
| 4439 | } |
| 4440 | |
| 4441 | .iawp-dark-mode #iawp-parent .settings-container input[type="file"] { |
| 4442 | background: none; |
| 4443 | } |
| 4444 | |
| 4445 | .iawp-dark-mode #iawp-parent .settings-container input[type="text"]::-ms-input-placeholder { |
| 4446 | color: #aaa6b3; |
| 4447 | } |
| 4448 | |
| 4449 | .iawp-dark-mode #iawp-parent .settings-container input[type="text"]::placeholder { |
| 4450 | color: #aaa6b3; |
| 4451 | } |
| 4452 | |
| 4453 | .iawp-dark-mode #iawp-parent .settings-container .description { |
| 4454 | color: #9a95a6; |
| 4455 | } |
| 4456 | |
| 4457 | .iawp-dark-mode #iawp-parent .settings-container .tutorial-link { |
| 4458 | color: #efe8fa; |
| 4459 | } |
| 4460 | |
| 4461 | .iawp-dark-mode #iawp-parent .settings-container .current-ip-status { |
| 4462 | background-color: #18141f; |
| 4463 | border-color: #18141f; |
| 4464 | } |
| 4465 | |
| 4466 | .iawp-dark-mode #iawp-parent .settings-container .current-ip { |
| 4467 | background: none; |
| 4468 | } |
| 4469 | |
| 4470 | .iawp-dark-mode #iawp-parent #delete-data-modal, .iawp-dark-mode #iawp-parent #reset-analytics-modal { |
| 4471 | color: #1f1a28; |
| 4472 | } |
| 4473 | |
| 4474 | .iawp-dark-mode #iawp-parent .chart-container select, .iawp-dark-mode #iawp-parent .settings-container select { |
| 4475 | color: #fff; |
| 4476 | background: #534a5f url("../down-dark-mode.3ba2ea83.svg") right 5px top 55% / 16px 16px no-repeat; |
| 4477 | transition: background-color .1s; |
| 4478 | border: none !important; |
| 4479 | } |
| 4480 | |
| 4481 | .iawp-dark-mode #iawp-parent .chart-container select:hover, .iawp-dark-mode #iawp-parent .chart-container select:active, .iawp-dark-mode #iawp-parent .chart-container select:focus, .iawp-dark-mode #iawp-parent .settings-container select:hover, .iawp-dark-mode #iawp-parent .settings-container select:active, .iawp-dark-mode #iawp-parent .settings-container select:focus { |
| 4482 | background-color: #676173; |
| 4483 | } |
| 4484 | |
| 4485 | .iawp-dark-mode #iawp-parent .email-reports .test-email.sending, .iawp-dark-mode #iawp-parent .email-reports .test-email.sending:hover, .iawp-dark-mode #iawp-parent .email-reports .test-email.sending:active, .iawp-dark-mode #iawp-parent .email-reports .test-email.sending:focus { |
| 4486 | color: #18141f; |
| 4487 | } |
| 4488 | |
| 4489 | .iawp-dark-mode #iawp-parent .email-reports .test-email.sent { |
| 4490 | color: #36b366; |
| 4491 | background-color: #36b366; |
| 4492 | } |
| 4493 | |
| 4494 | .iawp-dark-mode #iawp-parent .campaign-builder .submit-container { |
| 4495 | background-color: #473d53; |
| 4496 | } |
| 4497 | |
| 4498 | .iawp-dark-mode #iawp-parent .campaign-builder .settings-container-header a { |
| 4499 | color: #aaa6b3; |
| 4500 | } |
| 4501 | |
| 4502 | .iawp-dark-mode #iawp-parent .campaign-builder .settings-container-header a:link, .iawp-dark-mode #iawp-parent .campaign-builder .settings-container-header a:visited { |
| 4503 | color: #ece9f2; |
| 4504 | } |
| 4505 | |
| 4506 | .iawp-dark-mode #iawp-parent .campaign-builder .settings-container-header a:hover, .iawp-dark-mode #iawp-parent .campaign-builder .settings-container-header a:active, .iawp-dark-mode #iawp-parent .campaign-builder .settings-container-header a:focus { |
| 4507 | color: #fff; |
| 4508 | } |
| 4509 | |
| 4510 | .iawp-dark-mode #iawp-parent .campaign { |
| 4511 | background-color: #363040; |
| 4512 | } |
| 4513 | |
| 4514 | .iawp-dark-mode #iawp-parent .campaign-copy { |
| 4515 | border-color: #1f1a28; |
| 4516 | } |
| 4517 | |
| 4518 | .iawp-dark-mode #iawp-parent .iawp-notice { |
| 4519 | color: #18141f; |
| 4520 | background: #fff; |
| 4521 | } |
| 4522 | |
| 4523 | .iawp-dark-mode #iawp-parent .iawp-notice a, .iawp-dark-mode #iawp-parent .iawp-notice a:link, .iawp-dark-mode #iawp-parent .iawp-notice a:visited { |
| 4524 | color: #5123a0; |
| 4525 | } |
| 4526 | |
| 4527 | .iawp-dark-mode #iawp-parent .iawp-notice .iawp-button, .iawp-dark-mode #iawp-parent .iawp-notice .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect .iawp-dark-mode #iawp-parent .iawp-notice .button { |
| 4528 | border-color: #5123a0; |
| 4529 | } |
| 4530 | |
| 4531 | .html2pdf__container #adminmenumain, .html2pdf__container #wpadminbar { |
| 4532 | display: none !important; |
| 4533 | } |
| 4534 | |
| 4535 | .html2pdf__container html.wp-toolbar { |
| 4536 | padding: 0 !important; |
| 4537 | } |
| 4538 | |
| 4539 | .html2pdf__container #wpcontent, .html2pdf__container #wpfooter { |
| 4540 | margin: 0 !important; |
| 4541 | } |
| 4542 | |
| 4543 | .html2pdf__container #iawp-parent #iawp-layout-sidebar { |
| 4544 | display: none; |
| 4545 | } |
| 4546 | |
| 4547 | .html2pdf__container #iawp-parent .chart-inner { |
| 4548 | width: 100%; |
| 4549 | } |
| 4550 | |
| 4551 | .html2pdf__container #iawp-parent .chart-inner img { |
| 4552 | width: 100%; |
| 4553 | display: block; |
| 4554 | } |
| 4555 | |
| 4556 | .html2pdf__container #iawp-parent .report-header-container { |
| 4557 | position: static; |
| 4558 | top: 0; |
| 4559 | } |
| 4560 | |
| 4561 | .html2pdf__container #iawp-parent .report-title-bar .buttons, .html2pdf__container #iawp-parent .rename-link .dashicons, .html2pdf__container #iawp-parent .toolbar .download-options-parent { |
| 4562 | display: none; |
| 4563 | } |
| 4564 | |
| 4565 | .html2pdf__container #iawp-parent .date-picker-parent .iawp-button, .html2pdf__container #iawp-parent .date-picker-parent .toplevel_page_independent-analytics #fs_connect .button, .toplevel_page_independent-analytics #fs_connect .html2pdf__container #iawp-parent .date-picker-parent .button { |
| 4566 | align-items: center; |
| 4567 | padding: 7px 14px 11px; |
| 4568 | display: flex; |
| 4569 | } |
| 4570 | |
| 4571 | .html2pdf__container #iawp-parent .filters-button { |
| 4572 | display: none; |
| 4573 | } |
| 4574 | |
| 4575 | .html2pdf__container #iawp-parent .filters-condition-button { |
| 4576 | padding: 4px 10px 8px; |
| 4577 | } |
| 4578 | |
| 4579 | .html2pdf__container #iawp-parent .toolbar[data-filter-count="0"] .filter-parent, .html2pdf__container #iawp-parent .chart-interval-select, .html2pdf__container #iawp-parent .legend-item.hidden, .html2pdf__container #iawp-parent .table-toolbar .button-modal-container, .html2pdf__container #iawp-parent .table-toolbar .group-select-container { |
| 4580 | display: none; |
| 4581 | } |
| 4582 | |
| 4583 | .html2pdf__container #iawp-parent #data-table { |
| 4584 | min-width: 0 !important; |
| 4585 | width: 100% !important; |
| 4586 | } |
| 4587 | |
| 4588 | .html2pdf__container #iawp-parent #data-table .cell { |
| 4589 | font-size: 12px; |
| 4590 | padding: 6px !important; |
| 4591 | } |
| 4592 | |
| 4593 | .html2pdf__container #iawp-parent #data-table .cell:first-child, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell, .html2pdf__container #iawp-parent #data-table .cell:first-child.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell.hide + .cell { |
| 4594 | padding-left: 30px !important; |
| 4595 | } |
| 4596 | |
| 4597 | .html2pdf__container #iawp-parent .row-number { |
| 4598 | right: calc(100% - 18px); |
| 4599 | } |
| 4600 | |
| 4601 | .html2pdf__container #iawp-parent .cell-content .flag, .html2pdf__container #iawp-parent .pagination, .html2pdf__container #iawp-parent .iawp-notices { |
| 4602 | display: none; |
| 4603 | } |
| 4604 | |
| 4605 | body.analytics_page_independent-analytics-support-center { |
| 4606 | background-color: #f7f5fa; |
| 4607 | } |
| 4608 | |
| 4609 | body.analytics_page_independent-analytics-support-center #toplevel_page_independent-analytics .toplevel_page_independent-analytics:after { |
| 4610 | border-right-color: #5123a0; |
| 4611 | } |
| 4612 | |
| 4613 | body.analytics_page_independent-analytics-support-center #iawp-parent { |
| 4614 | background-color: #f7f5fa; |
| 4615 | } |
| 4616 | |
| 4617 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .iawp-container { |
| 4618 | padding: 24px; |
| 4619 | } |
| 4620 | |
| 4621 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .iawp-container .inner { |
| 4622 | max-width: 1160px; |
| 4623 | } |
| 4624 | |
| 4625 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu h1 { |
| 4626 | line-height: 1.1; |
| 4627 | } |
| 4628 | |
| 4629 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu h2 { |
| 4630 | margin: 18px 0; |
| 4631 | font-size: 21px; |
| 4632 | } |
| 4633 | |
| 4634 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .heading { |
| 4635 | text-align: center; |
| 4636 | background-color: #5123a0; |
| 4637 | padding: 12px 24px; |
| 4638 | } |
| 4639 | |
| 4640 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .heading h1 { |
| 4641 | color: #fff; |
| 4642 | font-size: 21px; |
| 4643 | } |
| 4644 | |
| 4645 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .knowledge-base { |
| 4646 | text-align: center; |
| 4647 | background-color: #fff; |
| 4648 | border-bottom: 1px solid #dedae6; |
| 4649 | } |
| 4650 | |
| 4651 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .knowledge-base .kb-inner { |
| 4652 | max-width: 800px; |
| 4653 | margin: 0 auto; |
| 4654 | } |
| 4655 | |
| 4656 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .search-container { |
| 4657 | padding: 12px 24px; |
| 4658 | position: relative; |
| 4659 | } |
| 4660 | |
| 4661 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .search-container .dashicons { |
| 4662 | color: #676173; |
| 4663 | position: absolute; |
| 4664 | top: 24px; |
| 4665 | left: 36px; |
| 4666 | } |
| 4667 | |
| 4668 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .search-field { |
| 4669 | max-width: none; |
| 4670 | width: 100%; |
| 4671 | background-color: #f7f5fa; |
| 4672 | border-radius: 24px; |
| 4673 | margin-left: -2px; |
| 4674 | padding: 6px 18px 6px 38px; |
| 4675 | font-size: 14px; |
| 4676 | } |
| 4677 | |
| 4678 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .search-field:focus { |
| 4679 | background-color: #fff; |
| 4680 | } |
| 4681 | |
| 4682 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .tutorial-links { |
| 4683 | margin: 12px 0; |
| 4684 | } |
| 4685 | |
| 4686 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .tutorial-links a { |
| 4687 | white-space: nowrap; |
| 4688 | margin-bottom: 6px; |
| 4689 | font-size: 14px; |
| 4690 | display: inline-block; |
| 4691 | } |
| 4692 | |
| 4693 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .tutorial-links a:hover, body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .tutorial-links a:active, body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .tutorial-links a:focus { |
| 4694 | text-decoration: underline; |
| 4695 | } |
| 4696 | |
| 4697 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .tutorial-links a:last-child { |
| 4698 | margin-right: 0; |
| 4699 | } |
| 4700 | |
| 4701 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .tutorial-links a:last-child:after { |
| 4702 | display: none; |
| 4703 | } |
| 4704 | |
| 4705 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .tutorial-links span { |
| 4706 | color: #18141f; |
| 4707 | margin: 0 4px; |
| 4708 | } |
| 4709 | |
| 4710 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .button-container { |
| 4711 | margin: 24px 0 12px; |
| 4712 | } |
| 4713 | |
| 4714 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .external-resources { |
| 4715 | padding-top: 60px; |
| 4716 | } |
| 4717 | |
| 4718 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource { |
| 4719 | text-align: center; |
| 4720 | background-color: #fff; |
| 4721 | border: 1px solid #5123a0; |
| 4722 | border-radius: 5px; |
| 4723 | margin-bottom: 55px; |
| 4724 | padding: 0 24px 24px; |
| 4725 | transition: border-color .1s, box-shadow .1s, transform .1s; |
| 4726 | position: relative; |
| 4727 | box-shadow: 0 0 0 4px rgba(0, 0, 0, .1); |
| 4728 | } |
| 4729 | |
| 4730 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource:hover { |
| 4731 | border-color: #5123a0; |
| 4732 | transform: translateY(-2px); |
| 4733 | box-shadow: 0 0 0 4px #5123a0; |
| 4734 | } |
| 4735 | |
| 4736 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource:hover .icon-container { |
| 4737 | box-shadow: 0 0 0 4px #5123a0; |
| 4738 | } |
| 4739 | |
| 4740 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource:hover .icon-container .dashicons { |
| 4741 | color: #5123a0; |
| 4742 | } |
| 4743 | |
| 4744 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource:hover a { |
| 4745 | text-decoration: underline; |
| 4746 | } |
| 4747 | |
| 4748 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource .icon-container { |
| 4749 | width: 88px; |
| 4750 | height: 88px; |
| 4751 | text-align: center; |
| 4752 | background-color: #fff; |
| 4753 | border: 1px solid #5123a0; |
| 4754 | border-radius: 50%; |
| 4755 | justify-content: center; |
| 4756 | align-items: center; |
| 4757 | margin: -44px auto 0; |
| 4758 | transition: box-shadow .1s; |
| 4759 | display: flex; |
| 4760 | position: relative; |
| 4761 | box-shadow: 0 0 0 4px rgba(0, 0, 0, .1); |
| 4762 | } |
| 4763 | |
| 4764 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource .icon-container .dashicons { |
| 4765 | width: 48px; |
| 4766 | height: 48px; |
| 4767 | font-size: 48px; |
| 4768 | transition: color .1s; |
| 4769 | } |
| 4770 | |
| 4771 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource .overlay-link { |
| 4772 | opacity: 0; |
| 4773 | font-size: 0; |
| 4774 | position: absolute; |
| 4775 | top: 0; |
| 4776 | bottom: 0; |
| 4777 | left: 0; |
| 4778 | right: 0; |
| 4779 | } |
| 4780 | |
| 4781 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource p, body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource a { |
| 4782 | font-size: 14px; |
| 4783 | } |
| 4784 | |
| 4785 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource p { |
| 4786 | margin: 12px 0 24px; |
| 4787 | } |
| 4788 | |
| 4789 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .social-icons-list { |
| 4790 | justify-content: center; |
| 4791 | margin-top: 24px; |
| 4792 | display: flex; |
| 4793 | } |
| 4794 | |
| 4795 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .social-icons-list a { |
| 4796 | width: 38px; |
| 4797 | height: 38px; |
| 4798 | border: 1px solid #363040; |
| 4799 | border-radius: 50%; |
| 4800 | justify-content: center; |
| 4801 | align-items: center; |
| 4802 | margin-right: 12px; |
| 4803 | display: flex; |
| 4804 | } |
| 4805 | |
| 4806 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .social-icons-list a:hover { |
| 4807 | background-color: #efe8fa; |
| 4808 | border-color: #5123a0; |
| 4809 | } |
| 4810 | |
| 4811 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .social-icons-list img { |
| 4812 | height: 18px; |
| 4813 | width: auto; |
| 4814 | display: block; |
| 4815 | } |
| 4816 | |
| 4817 | @media (min-width: 700px) { |
| 4818 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .external-resources .inner, body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .additional-resources .inner { |
| 4819 | flex-wrap: wrap; |
| 4820 | justify-content: center; |
| 4821 | display: flex; |
| 4822 | } |
| 4823 | |
| 4824 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource { |
| 4825 | width: 32%; |
| 4826 | } |
| 4827 | |
| 4828 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource:nth-child(2) { |
| 4829 | margin-left: 2%; |
| 4830 | margin-right: 2%; |
| 4831 | } |
| 4832 | |
| 4833 | body.analytics_page_independent-analytics-support-center #iawp-parent .support-menu .resource:nth-child(4) { |
| 4834 | margin-right: 2%; |
| 4835 | } |
| 4836 | } |
| 4837 | |
| 4838 | body.analytics_page_independent-analytics-updates, body.analytics_page_independent-analytics-updates #iawp-parent { |
| 4839 | background-color: #f7f5fa; |
| 4840 | } |
| 4841 | |
| 4842 | body.analytics_page_independent-analytics-updates #iawp-parent .updates-menu { |
| 4843 | padding: 24px; |
| 4844 | } |
| 4845 | |
| 4846 | body.analytics_page_independent-analytics-updates #iawp-parent .updates-container { |
| 4847 | max-width: 760px; |
| 4848 | border-radius: 5px; |
| 4849 | } |
| 4850 | |
| 4851 | body.analytics_page_independent-analytics-updates #iawp-parent .heading { |
| 4852 | background-color: #fff; |
| 4853 | border: 1px solid #dedae6; |
| 4854 | justify-content: space-between; |
| 4855 | align-items: center; |
| 4856 | margin-bottom: 24px; |
| 4857 | padding: 18px 24px; |
| 4858 | display: flex; |
| 4859 | } |
| 4860 | |
| 4861 | body.analytics_page_independent-analytics-updates #iawp-parent .heading a { |
| 4862 | align-items: center; |
| 4863 | font-size: 14px; |
| 4864 | display: flex; |
| 4865 | } |
| 4866 | |
| 4867 | body.analytics_page_independent-analytics-updates #iawp-parent .heading a .dashicons { |
| 4868 | margin-left: 3px; |
| 4869 | font-size: 19px; |
| 4870 | } |
| 4871 | |
| 4872 | body.analytics_page_independent-analytics-updates #iawp-parent h1 { |
| 4873 | margin: 12px 0; |
| 4874 | } |
| 4875 | |
| 4876 | body.analytics_page_independent-analytics-updates #iawp-parent .entry { |
| 4877 | background-color: #fff; |
| 4878 | border: 1px solid #dedae6; |
| 4879 | margin-bottom: 24px; |
| 4880 | position: relative; |
| 4881 | } |
| 4882 | |
| 4883 | body.analytics_page_independent-analytics-updates #iawp-parent .entry .video-container { |
| 4884 | line-height: 0; |
| 4885 | } |
| 4886 | |
| 4887 | body.analytics_page_independent-analytics-updates #iawp-parent .entry .video-container iframe { |
| 4888 | aspect-ratio: 16 / 9; |
| 4889 | width: 100%; |
| 4890 | } |
| 4891 | |
| 4892 | body.analytics_page_independent-analytics-updates #iawp-parent .entry .text { |
| 4893 | padding: 24px; |
| 4894 | } |
| 4895 | |
| 4896 | body.analytics_page_independent-analytics-updates #iawp-parent .entry .title { |
| 4897 | margin: 0 0 6px; |
| 4898 | font-size: 24px; |
| 4899 | font-weight: 700; |
| 4900 | line-height: 1.3; |
| 4901 | } |
| 4902 | |
| 4903 | body.analytics_page_independent-analytics-updates #iawp-parent .entry .date { |
| 4904 | color: #5123a0; |
| 4905 | font-size: 16px; |
| 4906 | } |
| 4907 | |
| 4908 | body.analytics_page_independent-analytics-updates #iawp-parent .entry .description-container p { |
| 4909 | font-size: 16px; |
| 4910 | } |
| 4911 | |
| 4912 | @media (min-width: 783px) { |
| 4913 | #iawp-parent { |
| 4914 | margin-left: -20px; |
| 4915 | } |
| 4916 | } |
| 4917 | |
| 4918 | .toplevel_page_independent-analytics #fs_connect .iawp-button, .toplevel_page_independent-analytics #fs_connect .button { |
| 4919 | color: #363040; |
| 4920 | cursor: pointer; |
| 4921 | background: #fff; |
| 4922 | border: 1px solid #dedae6; |
| 4923 | border-radius: 5px; |
| 4924 | align-items: center; |
| 4925 | margin: 0; |
| 4926 | padding: 9px 14px; |
| 4927 | font-size: 14px; |
| 4928 | line-height: 1; |
| 4929 | text-decoration: none; |
| 4930 | transition: color .1s, background-color .1s, border-color .1s; |
| 4931 | display: inline-flex; |
| 4932 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 4933 | } |
| 4934 | |
| 4935 | .toplevel_page_independent-analytics #fs_connect .iawp-button:hover, .toplevel_page_independent-analytics #fs_connect .button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button:active, .toplevel_page_independent-analytics #fs_connect .button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button:focus, .toplevel_page_independent-analytics #fs_connect .button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button:hover .dashicons, .toplevel_page_independent-analytics #fs_connect .button:hover .dashicons, .toplevel_page_independent-analytics #fs_connect .iawp-button:active .dashicons, .toplevel_page_independent-analytics #fs_connect .button:active .dashicons, .toplevel_page_independent-analytics #fs_connect .iawp-button:focus .dashicons, .toplevel_page_independent-analytics #fs_connect .button:focus .dashicons { |
| 4936 | color: #5123a0; |
| 4937 | } |
| 4938 | |
| 4939 | .toplevel_page_independent-analytics #fs_connect .iawp-button.open, .toplevel_page_independent-analytics #fs_connect .open.button { |
| 4940 | color: #5123a0; |
| 4941 | border-color: #5123a0; |
| 4942 | } |
| 4943 | |
| 4944 | .toplevel_page_independent-analytics #fs_connect .iawp-button.open .dashicons, .toplevel_page_independent-analytics #fs_connect .open.button .dashicons { |
| 4945 | color: #5123a0; |
| 4946 | } |
| 4947 | |
| 4948 | .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled, .toplevel_page_independent-analytics #fs_connect .button:disabled { |
| 4949 | cursor: default; |
| 4950 | color: #9a95a6; |
| 4951 | background-color: #f7f5fa; |
| 4952 | } |
| 4953 | |
| 4954 | .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled:hover .dashicons, .toplevel_page_independent-analytics #fs_connect .button:disabled:hover .dashicons, .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled.dashicons, .toplevel_page_independent-analytics #fs_connect .button:disabled.dashicons { |
| 4955 | color: #9a95a6; |
| 4956 | } |
| 4957 | |
| 4958 | .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled .disabled-button-text, .toplevel_page_independent-analytics #fs_connect .button:disabled .disabled-button-text { |
| 4959 | display: inline; |
| 4960 | } |
| 4961 | |
| 4962 | .toplevel_page_independent-analytics #fs_connect .iawp-button:disabled .enabled-button-text, .toplevel_page_independent-analytics #fs_connect .button:disabled .enabled-button-text { |
| 4963 | display: none; |
| 4964 | } |
| 4965 | |
| 4966 | .toplevel_page_independent-analytics #fs_connect .iawp-button.sending, .toplevel_page_independent-analytics #fs_connect .sending.button { |
| 4967 | color: #fff; |
| 4968 | background: #fff; |
| 4969 | position: relative; |
| 4970 | } |
| 4971 | |
| 4972 | .toplevel_page_independent-analytics #fs_connect .iawp-button.sending:hover, .toplevel_page_independent-analytics #fs_connect .sending.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.sending:active, .toplevel_page_independent-analytics #fs_connect .sending.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.sending:focus, .toplevel_page_independent-analytics #fs_connect .sending.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.sending:hover .dashicons, .toplevel_page_independent-analytics #fs_connect .sending.button:hover .dashicons, .toplevel_page_independent-analytics #fs_connect .iawp-button.sending:active .dashicons, .toplevel_page_independent-analytics #fs_connect .sending.button:active .dashicons, .toplevel_page_independent-analytics #fs_connect .iawp-button.sending:focus .dashicons, .toplevel_page_independent-analytics #fs_connect .sending.button:focus .dashicons { |
| 4973 | color: #fff; |
| 4974 | background: #fff; |
| 4975 | } |
| 4976 | |
| 4977 | .toplevel_page_independent-analytics #fs_connect .iawp-button.sending:after, .toplevel_page_independent-analytics #fs_connect .sending.button:after { |
| 4978 | content: ""; |
| 4979 | color: #5123a0; |
| 4980 | font-family: Dashicons; |
| 4981 | font-size: 22px; |
| 4982 | animation: dashicons-spin 1s linear infinite; |
| 4983 | position: absolute; |
| 4984 | top: calc(50% - 11px); |
| 4985 | left: calc(50% - 11px); |
| 4986 | } |
| 4987 | |
| 4988 | .toplevel_page_independent-analytics #fs_connect .iawp-button.sent, .toplevel_page_independent-analytics #fs_connect .sent.button { |
| 4989 | color: #fff; |
| 4990 | background: #fff; |
| 4991 | position: relative; |
| 4992 | } |
| 4993 | |
| 4994 | .toplevel_page_independent-analytics #fs_connect .iawp-button.sent:hover, .toplevel_page_independent-analytics #fs_connect .sent.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.sent:active, .toplevel_page_independent-analytics #fs_connect .sent.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.sent:focus, .toplevel_page_independent-analytics #fs_connect .sent.button:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.sent:hover .dashicons, .toplevel_page_independent-analytics #fs_connect .sent.button:hover .dashicons, .toplevel_page_independent-analytics #fs_connect .iawp-button.sent:active .dashicons, .toplevel_page_independent-analytics #fs_connect .sent.button:active .dashicons, .toplevel_page_independent-analytics #fs_connect .iawp-button.sent:focus .dashicons, .toplevel_page_independent-analytics #fs_connect .sent.button:focus .dashicons { |
| 4995 | color: #fff; |
| 4996 | background: #fff; |
| 4997 | } |
| 4998 | |
| 4999 | .toplevel_page_independent-analytics #fs_connect .iawp-button.sent:after, .toplevel_page_independent-analytics #fs_connect .sent.button:after { |
| 5000 | content: ""; |
| 5001 | color: #5123a0; |
| 5002 | font-family: Dashicons; |
| 5003 | font-size: 22px; |
| 5004 | position: absolute; |
| 5005 | top: calc(50% - 11px); |
| 5006 | left: calc(50% - 11px); |
| 5007 | } |
| 5008 | |
| 5009 | .toplevel_page_independent-analytics #fs_connect .iawp-button .dashicons, .toplevel_page_independent-analytics #fs_connect .button .dashicons { |
| 5010 | margin-right: 6px; |
| 5011 | transition: color .1s; |
| 5012 | } |
| 5013 | |
| 5014 | .toplevel_page_independent-analytics #fs_connect .iawp-button .count, .toplevel_page_independent-analytics #fs_connect .button .count { |
| 5015 | color: #5123a0; |
| 5016 | background: #fff; |
| 5017 | border-radius: 50%; |
| 5018 | justify-content: center; |
| 5019 | align-items: center; |
| 5020 | font-size: 12px; |
| 5021 | font-weight: 700; |
| 5022 | line-height: 1; |
| 5023 | display: flex; |
| 5024 | } |
| 5025 | |
| 5026 | .toplevel_page_independent-analytics #fs_connect .iawp-button .count:not(:empty), .toplevel_page_independent-analytics #fs_connect .button .count:not(:empty) { |
| 5027 | height: 18px; |
| 5028 | width: 18px; |
| 5029 | margin-left: 8px; |
| 5030 | margin-right: -2px; |
| 5031 | } |
| 5032 | |
| 5033 | .toplevel_page_independent-analytics #fs_connect .iawp-button .disabled-button-text, .toplevel_page_independent-analytics #fs_connect .button .disabled-button-text { |
| 5034 | display: none; |
| 5035 | } |
| 5036 | |
| 5037 | .toplevel_page_independent-analytics #fs_connect .iawp-button.white, .toplevel_page_independent-analytics #fs_connect .white.button { |
| 5038 | color: #5123a0; |
| 5039 | background-color: #fff; |
| 5040 | border-color: #fff; |
| 5041 | border-radius: 3px; |
| 5042 | } |
| 5043 | |
| 5044 | .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 { |
| 5045 | color: #6c46ae; |
| 5046 | } |
| 5047 | |
| 5048 | .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 { |
| 5049 | color: #fff; |
| 5050 | background-color: #5123a0; |
| 5051 | border-color: #5123a0; |
| 5052 | border-radius: 3px; |
| 5053 | } |
| 5054 | |
| 5055 | .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-button-purple:active, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple .open { |
| 5056 | color: #fff; |
| 5057 | background-color: #6c46ae; |
| 5058 | border-color: #6c46ae; |
| 5059 | } |
| 5060 | |
| 5061 | .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 { |
| 5062 | color: #9a95a6; |
| 5063 | background-color: #f7f5fa; |
| 5064 | border-color: #ece9f2; |
| 5065 | } |
| 5066 | |
| 5067 | .toplevel_page_independent-analytics #fs_connect .iawp-button.purple.sending, .toplevel_page_independent-analytics #fs_connect .iawp-button.sending.button-primary, .toplevel_page_independent-analytics #fs_connect .purple.sending.button, .toplevel_page_independent-analytics #fs_connect .sending.button.button-primary, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple.sending { |
| 5068 | color: #5123a0; |
| 5069 | background: #5123a0; |
| 5070 | position: relative; |
| 5071 | } |
| 5072 | |
| 5073 | .toplevel_page_independent-analytics #fs_connect .iawp-button.purple.sending:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.sending.button-primary:hover, .toplevel_page_independent-analytics #fs_connect .purple.sending.button:hover, .toplevel_page_independent-analytics #fs_connect .sending.button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple.sending:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.sending.button-primary:active, .toplevel_page_independent-analytics #fs_connect .purple.sending.button:active, .toplevel_page_independent-analytics #fs_connect .sending.button.button-primary:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple.sending:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.sending.button-primary:focus, .toplevel_page_independent-analytics #fs_connect .purple.sending.button:focus, .toplevel_page_independent-analytics #fs_connect .sending.button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple.sending:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple.sending:active, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple.sending:focus { |
| 5074 | color: #5123a0; |
| 5075 | } |
| 5076 | |
| 5077 | .toplevel_page_independent-analytics #fs_connect .iawp-button.purple.sending:after, .toplevel_page_independent-analytics #fs_connect .iawp-button.sending.button-primary:after, .toplevel_page_independent-analytics #fs_connect .purple.sending.button:after, .toplevel_page_independent-analytics #fs_connect .sending.button.button-primary:after, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple.sending:after { |
| 5078 | content: ""; |
| 5079 | color: #fff; |
| 5080 | font-family: Dashicons; |
| 5081 | font-size: 22px; |
| 5082 | animation: dashicons-spin 1s linear infinite; |
| 5083 | position: absolute; |
| 5084 | top: calc(50% - 11px); |
| 5085 | left: calc(50% - 11px); |
| 5086 | } |
| 5087 | |
| 5088 | .toplevel_page_independent-analytics #fs_connect .iawp-button.purple.sent, .toplevel_page_independent-analytics #fs_connect .iawp-button.sent.button-primary, .toplevel_page_independent-analytics #fs_connect .purple.sent.button, .toplevel_page_independent-analytics #fs_connect .sent.button.button-primary, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple.sent { |
| 5089 | color: #5123a0; |
| 5090 | background: #5123a0; |
| 5091 | position: relative; |
| 5092 | } |
| 5093 | |
| 5094 | .toplevel_page_independent-analytics #fs_connect .iawp-button.purple.sent:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.sent.button-primary:hover, .toplevel_page_independent-analytics #fs_connect .purple.sent.button:hover, .toplevel_page_independent-analytics #fs_connect .sent.button.button-primary:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple.sent:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.sent.button-primary:active, .toplevel_page_independent-analytics #fs_connect .purple.sent.button:active, .toplevel_page_independent-analytics #fs_connect .sent.button.button-primary:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.purple.sent:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button.sent.button-primary:focus, .toplevel_page_independent-analytics #fs_connect .purple.sent.button:focus, .toplevel_page_independent-analytics #fs_connect .sent.button.button-primary:focus, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple.sent:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple.sent:active, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple.sent:focus { |
| 5095 | color: #5123a0; |
| 5096 | background: #5123a0; |
| 5097 | } |
| 5098 | |
| 5099 | .toplevel_page_independent-analytics #fs_connect .iawp-button.purple.sent:after, .toplevel_page_independent-analytics #fs_connect .iawp-button.sent.button-primary:after, .toplevel_page_independent-analytics #fs_connect .purple.sent.button:after, .toplevel_page_independent-analytics #fs_connect .sent.button.button-primary:after, .toplevel_page_independent-analytics #fs_connect .iawp-button-purple.sent:after { |
| 5100 | content: ""; |
| 5101 | color: #fff; |
| 5102 | font-family: Dashicons; |
| 5103 | font-size: 22px; |
| 5104 | position: absolute; |
| 5105 | top: calc(50% - 11px); |
| 5106 | left: calc(50% - 11px); |
| 5107 | } |
| 5108 | |
| 5109 | .toplevel_page_independent-analytics #fs_connect .iawp-button.red, .toplevel_page_independent-analytics #fs_connect .red.button { |
| 5110 | color: #fff; |
| 5111 | background-color: #d93b29; |
| 5112 | border-color: #d93b29; |
| 5113 | border-radius: 3px; |
| 5114 | } |
| 5115 | |
| 5116 | .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 { |
| 5117 | color: #fff; |
| 5118 | background-color: #d94e3f; |
| 5119 | border-color: #d94e3f; |
| 5120 | } |
| 5121 | |
| 5122 | .toplevel_page_independent-analytics #fs_connect .iawp-button.red.sending, .toplevel_page_independent-analytics #fs_connect .red.sending.button { |
| 5123 | color: #d93b29; |
| 5124 | background: #d93b29; |
| 5125 | position: relative; |
| 5126 | } |
| 5127 | |
| 5128 | .toplevel_page_independent-analytics #fs_connect .iawp-button.red.sending:hover, .toplevel_page_independent-analytics #fs_connect .red.sending.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.red.sending:active, .toplevel_page_independent-analytics #fs_connect .red.sending.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.red.sending:focus, .toplevel_page_independent-analytics #fs_connect .red.sending.button:focus { |
| 5129 | color: #d93b29; |
| 5130 | } |
| 5131 | |
| 5132 | .toplevel_page_independent-analytics #fs_connect .iawp-button.red.sending:after, .toplevel_page_independent-analytics #fs_connect .red.sending.button:after { |
| 5133 | content: ""; |
| 5134 | color: #fff; |
| 5135 | font-family: Dashicons; |
| 5136 | font-size: 22px; |
| 5137 | animation: dashicons-spin 1s linear infinite; |
| 5138 | position: absolute; |
| 5139 | top: calc(50% - 11px); |
| 5140 | left: calc(50% - 11px); |
| 5141 | } |
| 5142 | |
| 5143 | .toplevel_page_independent-analytics #fs_connect .iawp-button.red.sent, .toplevel_page_independent-analytics #fs_connect .red.sent.button { |
| 5144 | color: #d93b29; |
| 5145 | background: #d93b29; |
| 5146 | position: relative; |
| 5147 | } |
| 5148 | |
| 5149 | .toplevel_page_independent-analytics #fs_connect .iawp-button.red.sent:hover, .toplevel_page_independent-analytics #fs_connect .red.sent.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.red.sent:active, .toplevel_page_independent-analytics #fs_connect .red.sent.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.red.sent:focus, .toplevel_page_independent-analytics #fs_connect .red.sent.button:focus { |
| 5150 | color: #d93b29; |
| 5151 | background: #d93b29; |
| 5152 | } |
| 5153 | |
| 5154 | .toplevel_page_independent-analytics #fs_connect .iawp-button.red.sent:after, .toplevel_page_independent-analytics #fs_connect .red.sent.button:after { |
| 5155 | content: ""; |
| 5156 | color: #fff; |
| 5157 | font-family: Dashicons; |
| 5158 | font-size: 22px; |
| 5159 | position: absolute; |
| 5160 | top: calc(50% - 11px); |
| 5161 | left: calc(50% - 11px); |
| 5162 | } |
| 5163 | |
| 5164 | .toplevel_page_independent-analytics #fs_connect .iawp-button.orange, .toplevel_page_independent-analytics #fs_connect .orange.button { |
| 5165 | color: #fff; |
| 5166 | background-color: #f69d0a; |
| 5167 | border-color: #f69d0a; |
| 5168 | border-radius: 3px; |
| 5169 | } |
| 5170 | |
| 5171 | .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 { |
| 5172 | color: #fff; |
| 5173 | background-color: #ffa826; |
| 5174 | border-color: #ffa826; |
| 5175 | } |
| 5176 | |
| 5177 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white, .toplevel_page_independent-analytics #fs_connect .ghost-white.button { |
| 5178 | color: #fff; |
| 5179 | border-color: #fff; |
| 5180 | border-radius: 3px; |
| 5181 | } |
| 5182 | |
| 5183 | .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 { |
| 5184 | color: #5123a0; |
| 5185 | background-color: #fff; |
| 5186 | border-color: #fff; |
| 5187 | } |
| 5188 | |
| 5189 | .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 { |
| 5190 | color: #fff; |
| 5191 | background: #5123a0; |
| 5192 | } |
| 5193 | |
| 5194 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.sending, .toplevel_page_independent-analytics #fs_connect .ghost-white.sending.button { |
| 5195 | color: #5123a0; |
| 5196 | background: #5123a0; |
| 5197 | position: relative; |
| 5198 | } |
| 5199 | |
| 5200 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.sending:hover, .toplevel_page_independent-analytics #fs_connect .ghost-white.sending.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.sending:active, .toplevel_page_independent-analytics #fs_connect .ghost-white.sending.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.sending:focus, .toplevel_page_independent-analytics #fs_connect .ghost-white.sending.button:focus { |
| 5201 | color: #5123a0; |
| 5202 | } |
| 5203 | |
| 5204 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.sending:after, .toplevel_page_independent-analytics #fs_connect .ghost-white.sending.button:after { |
| 5205 | content: ""; |
| 5206 | color: #fff; |
| 5207 | font-family: Dashicons; |
| 5208 | font-size: 22px; |
| 5209 | animation: dashicons-spin 1s linear infinite; |
| 5210 | position: absolute; |
| 5211 | top: calc(50% - 11px); |
| 5212 | left: calc(50% - 11px); |
| 5213 | } |
| 5214 | |
| 5215 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.sent, .toplevel_page_independent-analytics #fs_connect .ghost-white.sent.button { |
| 5216 | color: #5123a0; |
| 5217 | background: #5123a0; |
| 5218 | position: relative; |
| 5219 | } |
| 5220 | |
| 5221 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.sent:hover, .toplevel_page_independent-analytics #fs_connect .ghost-white.sent.button:hover, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.sent:active, .toplevel_page_independent-analytics #fs_connect .ghost-white.sent.button:active, .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.sent:focus, .toplevel_page_independent-analytics #fs_connect .ghost-white.sent.button:focus { |
| 5222 | color: #5123a0; |
| 5223 | background: #5123a0; |
| 5224 | } |
| 5225 | |
| 5226 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-white.sent:after, .toplevel_page_independent-analytics #fs_connect .ghost-white.sent.button:after { |
| 5227 | content: ""; |
| 5228 | color: #fff; |
| 5229 | font-family: Dashicons; |
| 5230 | font-size: 22px; |
| 5231 | position: absolute; |
| 5232 | top: calc(50% - 11px); |
| 5233 | left: calc(50% - 11px); |
| 5234 | } |
| 5235 | |
| 5236 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple, .toplevel_page_independent-analytics #fs_connect .button { |
| 5237 | color: #5123a0; |
| 5238 | background: none; |
| 5239 | border-color: #5123a0; |
| 5240 | border-radius: 3px; |
| 5241 | } |
| 5242 | |
| 5243 | .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 { |
| 5244 | color: #fff; |
| 5245 | background-color: #5123a0; |
| 5246 | border-color: #5123a0; |
| 5247 | } |
| 5248 | |
| 5249 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-purple:disabled, .toplevel_page_independent-analytics #fs_connect .button:disabled { |
| 5250 | color: #9a95a6; |
| 5251 | background-color: #f7f5fa; |
| 5252 | border-color: #ece9f2; |
| 5253 | } |
| 5254 | |
| 5255 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red, .toplevel_page_independent-analytics #fs_connect .ghost-red.button { |
| 5256 | color: #d93b29; |
| 5257 | background-color: rgba(0, 0, 0, 0); |
| 5258 | border-color: #d93b29; |
| 5259 | border-radius: 3px; |
| 5260 | } |
| 5261 | |
| 5262 | .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 { |
| 5263 | color: #fff; |
| 5264 | background-color: #d93b29; |
| 5265 | border-color: #d93b29; |
| 5266 | } |
| 5267 | |
| 5268 | .toplevel_page_independent-analytics #fs_connect .iawp-button.ghost-red:disabled, .toplevel_page_independent-analytics #fs_connect .ghost-red.button:disabled { |
| 5269 | color: #9a95a6; |
| 5270 | background-color: #f7f5fa; |
| 5271 | border-color: #ece9f2; |
| 5272 | } |
| 5273 | |
| 5274 | .toplevel_page_independent-analytics #fs_connect .iawp-button.text, .toplevel_page_independent-analytics #fs_connect .text.button { |
| 5275 | color: #5123a0; |
| 5276 | padding: 0; |
| 5277 | } |
| 5278 | |
| 5279 | .toplevel_page_independent-analytics #fs_connect .iawp-text-button { |
| 5280 | color: #5123a0; |
| 5281 | cursor: pointer; |
| 5282 | background: none; |
| 5283 | border: none; |
| 5284 | align-items: center; |
| 5285 | margin: 0; |
| 5286 | padding: 0; |
| 5287 | font-size: 14px; |
| 5288 | line-height: 1; |
| 5289 | display: flex; |
| 5290 | } |
| 5291 | |
| 5292 | .toplevel_page_independent-analytics #fs_connect .date-picker { |
| 5293 | padding: 14px 16px 14px 36px; |
| 5294 | } |
| 5295 | |
| 5296 | .toplevel_page_independent-analytics #fs_connect .sort-button { |
| 5297 | color: #18141f; |
| 5298 | cursor: pointer; |
| 5299 | background: none; |
| 5300 | border: none; |
| 5301 | align-items: center; |
| 5302 | padding: 1px; |
| 5303 | display: flex; |
| 5304 | } |
| 5305 | |
| 5306 | .toplevel_page_independent-analytics #fs_connect .sort-button .dashicons-arrow-up, .toplevel_page_independent-analytics #fs_connect .sort-button .dashicons-arrow-down { |
| 5307 | display: none; |
| 5308 | } |
| 5309 | |
| 5310 | .toplevel_page_independent-analytics #fs_connect .sort-button .name { |
| 5311 | font-weight: 700; |
| 5312 | } |
| 5313 | |
| 5314 | .toplevel_page_independent-analytics #fs_connect .sort-button .dashicons { |
| 5315 | color: #c5c2cc; |
| 5316 | } |
| 5317 | |
| 5318 | .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 { |
| 5319 | color: #5123a0; |
| 5320 | } |
| 5321 | |
| 5322 | .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="asc"] .dashicons-arrow-up { |
| 5323 | display: inline-block; |
| 5324 | } |
| 5325 | |
| 5326 | .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 { |
| 5327 | display: none; |
| 5328 | } |
| 5329 | |
| 5330 | .toplevel_page_independent-analytics #fs_connect .sort-button[data-sort-direction="desc"] .dashicons-arrow-down { |
| 5331 | display: inline-block; |
| 5332 | } |
| 5333 | |
| 5334 | .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 { |
| 5335 | display: none; |
| 5336 | } |
| 5337 | |
| 5338 | .toplevel_page_independent-analytics #fs_connect .delete-button { |
| 5339 | z-index: 3; |
| 5340 | color: #fff; |
| 5341 | cursor: pointer; |
| 5342 | background-color: #5123a0; |
| 5343 | border: none; |
| 5344 | border-radius: 50%; |
| 5345 | padding: 2px; |
| 5346 | transition: background-color .1s, color .1s; |
| 5347 | position: absolute; |
| 5348 | top: 12px; |
| 5349 | right: -12px; |
| 5350 | } |
| 5351 | |
| 5352 | .toplevel_page_independent-analytics #fs_connect .delete-button:hover, .toplevel_page_independent-analytics #fs_connect .delete-button .open { |
| 5353 | background-color: #6c46ae; |
| 5354 | } |
| 5355 | |
| 5356 | .link-dark { |
| 5357 | color: #363040; |
| 5358 | text-decoration: none; |
| 5359 | } |
| 5360 | |
| 5361 | .link-dark:link, .link-dark:visited { |
| 5362 | color: #363040; |
| 5363 | } |
| 5364 | |
| 5365 | .link-dark:hover, .link-dark:active, .link-dark:focus, .link-dark.active { |
| 5366 | color: #18141f; |
| 5367 | } |
| 5368 | |
| 5369 | .link-purple, #fs_connect.require-license-key .fs-freemium-licensing a, #fs_connect.require-license-key a { |
| 5370 | color: #5123a0; |
| 5371 | text-decoration: none; |
| 5372 | } |
| 5373 | |
| 5374 | .link-purple:link, #fs_connect.require-license-key a:link, .link-purple:visited, #fs_connect.require-license-key a:visited { |
| 5375 | color: #5123a0; |
| 5376 | } |
| 5377 | |
| 5378 | .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 { |
| 5379 | color: #6c46ae; |
| 5380 | } |
| 5381 | |
| 5382 | .link-white, .link-white:link, .link-white:visited { |
| 5383 | color: #fff; |
| 5384 | } |
| 5385 | |
| 5386 | .link-white:hover, .link-white:active, .link-white:focus, .link-white.active { |
| 5387 | color: #ece9f2; |
| 5388 | } |
| 5389 | |
| 5390 | #fs_connect select, #fs_connect input, #fs_connect textarea { |
| 5391 | background-color: #fff; |
| 5392 | border: 1px solid #c5c2cc; |
| 5393 | border-radius: 3px; |
| 5394 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 5395 | } |
| 5396 | |
| 5397 | #fs_connect select:focus, #fs_connect input:focus, #fs_connect textarea:focus { |
| 5398 | border-color: #5123a0; |
| 5399 | outline: none; |
| 5400 | box-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
| 5401 | } |
| 5402 | |
| 5403 | #fs_connect select.error, #fs_connect input.error, #fs_connect textarea.error { |
| 5404 | border-color: #d93b29; |
| 5405 | } |
| 5406 | |
| 5407 | #fs_connect input { |
| 5408 | padding: 2px 12px; |
| 5409 | } |
| 5410 | |
| 5411 | #fs_connect input[type="file"] { |
| 5412 | box-shadow: none; |
| 5413 | border: none; |
| 5414 | padding: 0; |
| 5415 | } |
| 5416 | |
| 5417 | #fs_connect input[type="checkbox"]:checked:before { |
| 5418 | content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTE0LjgzIDQuODlsMS4zNC45NC01LjgxIDguMzhIOS4wMkw1Ljc4IDkuNjdsMS4zNC0xLjI1IDIuNTcgMi40eicgZmlsbD0nIzUxMjNBMCcvPjwvc3ZnPg=="); |
| 5419 | } |
| 5420 | |
| 5421 | #fs_connect input[type="radio"]:checked:before { |
| 5422 | background-color: #5123a0; |
| 5423 | } |
| 5424 | |
| 5425 | #fs_connect input[type="checkbox"]:disabled { |
| 5426 | border-color: #9a95a6; |
| 5427 | } |
| 5428 | |
| 5429 | #fs_connect select { |
| 5430 | padding: 2px 24px 2px 12px; |
| 5431 | } |
| 5432 | |
| 5433 | #fs_connect select:hover, #fs_connect select:active, #fs_connect select:focus { |
| 5434 | color: #5123a0; |
| 5435 | background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTUgNmw1IDUgNS01IDIgMS03IDctNy03IDItMXonIGZpbGw9JyM1MTIzQTAnLz48L3N2Zz4K") right 5px top 55% / 16px 16px no-repeat; |
| 5436 | } |
| 5437 | |
| 5438 | #fs_connect .block-input { |
| 5439 | width: 100%; |
| 5440 | margin-bottom: 12px; |
| 5441 | display: block; |
| 5442 | } |
| 5443 | |
| 5444 | #fs_connect ::-ms-input-placeholder { |
| 5445 | color: #aaa6b3; |
| 5446 | opacity: 1; |
| 5447 | } |
| 5448 | |
| 5449 | #fs_connect ::placeholder { |
| 5450 | color: #aaa6b3; |
| 5451 | opacity: 1; |
| 5452 | } |
| 5453 | |
| 5454 | #fs_connect #fs_license_key { |
| 5455 | padding: 6px 14px; |
| 5456 | font-size: 18px; |
| 5457 | } |
| 5458 | |
| 5459 | #fs_connect .fs-content .fs-license-key-container { |
| 5460 | width: auto; |
| 5461 | margin: 12px 0; |
| 5462 | } |
| 5463 | |
| 5464 | #fs_connect .fs-content .fs-license-key-container .dashicons { |
| 5465 | color: #9a95a6; |
| 5466 | font-size: 23px; |
| 5467 | top: 13px; |
| 5468 | right: 14px; |
| 5469 | } |
| 5470 | |
| 5471 | #fs_connect.require-license-key { |
| 5472 | max-width: 700px !important; |
| 5473 | } |
| 5474 | |
| 5475 | #fs_connect.require-license-key .fs-header { |
| 5476 | padding: 10px 0 12px !important; |
| 5477 | } |
| 5478 | |
| 5479 | #fs_connect.require-license-key .fs-content { |
| 5480 | background-color: #f7f5fa; |
| 5481 | } |
| 5482 | |
| 5483 | #fs_connect.require-license-key a.show-license-resend-modal { |
| 5484 | margin-top: 8px; |
| 5485 | } |
| 5486 | |
| 5487 | #fs_connect.require-license-key #license_issues_link { |
| 5488 | align-items: center; |
| 5489 | margin-top: 0; |
| 5490 | font-size: 14px; |
| 5491 | display: flex; |
| 5492 | } |
| 5493 | |
| 5494 | #fs_connect.require-license-key .fs-actions { |
| 5495 | padding: 12px 35px !important; |
| 5496 | } |
| 5497 | |
| 5498 | #fs_connect.require-license-key .fs-actions form { |
| 5499 | order: initial !important; |
| 5500 | } |
| 5501 | |
| 5502 | #fs_connect.require-license-key .fs-trigger { |
| 5503 | padding: 0 !important; |
| 5504 | position: static !important; |
| 5505 | } |
| 5506 | |
| 5507 | #fs_connect.require-license-key .fs-freemium-licensing { |
| 5508 | color: #363040; |
| 5509 | background: #dedae6; |
| 5510 | } |
| 5511 | |
| 5512 | #fs_connect.require-license-key .fs-freemium-licensing a { |
| 5513 | text-decoration: underline; |
| 5514 | } |
| 5515 | |
| 5516 | #fs_connect.require-license-key .fs-freemium-licensing p { |
| 5517 | text-align: left; |
| 5518 | padding-left: 27px; |
| 5519 | } |
| 5520 | |
| 5521 | #fs_connect.require-license-key .fs-permissions .fs-license-sync-disclaimer { |
| 5522 | text-align: left; |
| 5523 | padding: 24px 35px; |
| 5524 | } |
| 5525 | |
| 5526 | .toplevel_page_independent-analytics #fs_connect { |
| 5527 | max-width: 1200px; |
| 5528 | width: auto; |
| 5529 | background-color: #fff; |
| 5530 | margin: 20px 20px 0 2px; |
| 5531 | position: relative; |
| 5532 | } |
| 5533 | |
| 5534 | .toplevel_page_independent-analytics #fs_connect .button-primary:after { |
| 5535 | display: none; |
| 5536 | } |
| 5537 | |
| 5538 | .toplevel_page_independent-analytics #fs_connect .fs-box-container { |
| 5539 | padding-top: 0; |
| 5540 | } |
| 5541 | |
| 5542 | .toplevel_page_independent-analytics #fs_connect .fs-header { |
| 5543 | height: auto; |
| 5544 | background-color: rgba(0, 0, 0, 0); |
| 5545 | align-content: center; |
| 5546 | align-items: center; |
| 5547 | margin: 0 35px; |
| 5548 | padding: 0; |
| 5549 | display: flex; |
| 5550 | } |
| 5551 | |
| 5552 | .toplevel_page_independent-analytics #fs_connect .fs-header .fs-plugin-icon { |
| 5553 | height: 80px; |
| 5554 | width: 340px; |
| 5555 | border: 0; |
| 5556 | border-radius: 0; |
| 5557 | margin: 0; |
| 5558 | position: relative; |
| 5559 | top: auto; |
| 5560 | bottom: auto; |
| 5561 | left: auto; |
| 5562 | right: auto; |
| 5563 | } |
| 5564 | |
| 5565 | .toplevel_page_independent-analytics #fs_connect .fs-header .fs-plugin-icon img { |
| 5566 | display: none; |
| 5567 | } |
| 5568 | |
| 5569 | .toplevel_page_independent-analytics #fs_connect .fs-header .fs-plugin-icon:before { |
| 5570 | content: ""; |
| 5571 | height: 100%; |
| 5572 | width: 100%; |
| 5573 | background-image: url("../logo.d94a42c6.svg"); |
| 5574 | background-position: 0; |
| 5575 | background-repeat: no-repeat; |
| 5576 | background-size: 85%; |
| 5577 | display: block; |
| 5578 | position: absolute; |
| 5579 | } |
| 5580 | |
| 5581 | .toplevel_page_independent-analytics #fs_connect.require-license-key .fs-freemium-licensing p { |
| 5582 | text-align: left; |
| 5583 | } |
| 5584 | |
| 5585 | .toplevel_page_independent-analytics #fs_connect .fs-terms { |
| 5586 | text-align: left; |
| 5587 | padding: 10px 35px; |
| 5588 | font-size: .9em; |
| 5589 | } |
| 5590 | |
| 5591 | .toplevel_page_independent-analytics #fs_connect .fs-box-container { |
| 5592 | box-shadow: none; |
| 5593 | border-radius: 0; |
| 5594 | flex-direction: column; |
| 5595 | display: flex; |
| 5596 | } |
| 5597 | |
| 5598 | .toplevel_page_independent-analytics #fs_connect .fs-actions { |
| 5599 | border: none; |
| 5600 | } |
| 5601 | |
| 5602 | .toplevel_page_independent-analytics #fs_connect.require-license-key .fs-freemium-licensing { |
| 5603 | background: #fff; |
| 5604 | padding-top: 10px; |
| 5605 | padding-bottom: 10px; |
| 5606 | } |
| 5607 | |
| 5608 | .toplevel_page_independent-analytics #fs_connect.require-license-key .fs-freemium-licensing p { |
| 5609 | color: #3c434a; |
| 5610 | font-size: .9em; |
| 5611 | } |
| 5612 | |
| 5613 | .toplevel_page_independent-analytics #fs_connect.require-license-key .fs-freemium-licensing p a { |
| 5614 | color: #3c434a; |
| 5615 | } |
| 5616 | |
| 5617 | .toplevel_page_independent-analytics #fs_connect .fs-terms a { |
| 5618 | color: #5123a0; |
| 5619 | } |
| 5620 | |
| 5621 | .toplevel_page_independent-analytics #fs_connect.require-license-key #license_issues_link { |
| 5622 | color: #3c434a; |
| 5623 | font-size: .9em; |
| 5624 | } |
| 5625 | |
| 5626 | .toplevel_page_independent-analytics #fs_connect.require-license-key .show-license-resend-modal { |
| 5627 | color: #3c434a; |
| 5628 | margin-left: 3px; |
| 5629 | font-size: .9em; |
| 5630 | } |
| 5631 | |
| 5632 | .toplevel_page_independent-analytics #fs_connect.require-license-key .fs-actions { |
| 5633 | background: #f7f5fa; |
| 5634 | padding-top: 0 !important; |
| 5635 | padding-bottom: 20px !important; |
| 5636 | } |
| 5637 | |
| 5638 | .toplevel_page_independent-analytics #fs_connect:not(.require-license-key) h2 { |
| 5639 | display: none; |
| 5640 | } |
| 5641 | |
| 5642 | .toplevel_page_independent-analytics #fs_connect:not(.require-license-key) h3 { |
| 5643 | margin-top: 0; |
| 5644 | font-size: 1.7em; |
| 5645 | } |
| 5646 | |
| 5647 | .toplevel_page_independent-analytics #fs_connect:not(.require-license-key) p { |
| 5648 | margin-bottom: 20px; |
| 5649 | } |
| 5650 | |
| 5651 | .toplevel_page_independent-analytics #fs_connect:not(.require-license-key) .fs-content { |
| 5652 | padding-top: 0; |
| 5653 | padding-bottom: 0; |
| 5654 | } |
| 5655 | |
| 5656 | .toplevel_page_independent-analytics #fs_connect:not(.require-license-key) .fs-actions { |
| 5657 | flex-direction: row-reverse; |
| 5658 | justify-content: flex-end; |
| 5659 | padding: 0 35px 20px; |
| 5660 | display: flex; |
| 5661 | } |
| 5662 | |
| 5663 | .toplevel_page_independent-analytics #fs_connect .fs-permissions { |
| 5664 | text-align: left; |
| 5665 | background: #f7f5fa; |
| 5666 | order: 1; |
| 5667 | padding: 10px 35px; |
| 5668 | } |
| 5669 | |
| 5670 | .toplevel_page_independent-analytics #fs_connect .fs-permissions > .fs-trigger { |
| 5671 | text-align: left; |
| 5672 | } |
| 5673 | |
| 5674 | .toplevel_page_independent-analytics #fs_connect .fs-content { |
| 5675 | padding: 20px 35px; |
| 5676 | } |
| 5677 | |
| 5678 | .iawp-not-real-yet #fs_connect .fs-actions, .toplevel_page_independent-analytics #fs_connect .fs-actions { |
| 5679 | display: flex; |
| 5680 | } |
| 5681 | |
| 5682 | .iawp-not-real-yet #fs_connect .fs-actions form, .toplevel_page_independent-analytics #fs_connect .fs-actions form { |
| 5683 | float: none; |
| 5684 | margin-right: 15px; |
| 5685 | } |
| 5686 | |
| 5687 | .iawp-not-real-yet #fs_connect .fs-actions .button, .toplevel_page_independent-analytics #fs_connect .fs-actions .button { |
| 5688 | height: auto; |
| 5689 | padding: 7px 35px; |
| 5690 | } |
| 5691 | |
| 5692 | .iawp-not-real-yet #fs_connect .fs-actions .button.button-primary, .toplevel_page_independent-analytics #fs_connect .fs-actions .button.button-primary { |
| 5693 | padding-left: 35px; |
| 5694 | padding-right: 35px; |
| 5695 | } |
| 5696 | |
| 5697 | /*# sourceMappingURL=style.css.map */ |
| 5698 |