@charset "UTF-8";
/* Function that returns either $dark or $light, whichever contrasts more with $color.
   Borrowed from the compass-style library. Source at http://compass-style.org/reference/compass/utilities/color/contrast/ */
/* Putting this here because it's used across several htmto/scss files */
:root {
  font-family: "neulis-sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --typography-font-sans: "neulis-sans", Helvetica, Arial, sans-serif;
  --typography-font-smallcaps: "neulis-sans", Helvetica, Arial, sans-serif;
  --typography-font-serif: "neulis-sans", Helvetica, Arial, sans-serif;
  --typography-font-serif-websafe: Helvetica, Arial, sans-serif;
  --typography-font-monospace: "Fira Mono", "Lucida Console", Monaco, Consolas, "Courier New",
    Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  --typography-font-headline: "neulis-sans", Helvetica, Arial, sans-serif;
  --typography-fw-extrabold: 800;
  --typography-fw-bold: 700;
  --typography-fw-semibold: 600;
  --typography-fw-medium: 500;
  --typography-fw-regular: 400;
  --typography-fw-light: 400;
  --typography-fw-ultralight: 400;
  --typography-fw-base: var(--typography-fw-regular);
  --typography-text-transform-lowercase: none;
  --typography-text-transform-uppercase: none;
  --typography-t3-font-size: 27px;
  --typography-t3-font-weight: var(--typography-fw-bold);
  --typography-t3-line-height: 1.185;
  --typography-t1-font-size: var(--typography-t3-font-size);
  --typography-t1-font-weight: var(--typography-t3-font-weight);
  --typography-t1-line-height: var(--typography-t3-line-height);
  --typography-t2-font-size: var(--typography-t3-font-size);
  --typography-t2-font-weight: var(--typography-t3-font-weight);
  --typography-t2-line-height: var(--typography-t3-line-height);
  --typography-h1-font-size: 23px;
  --typography-h1-font-weight: var(--typography-fw-bold);
  --typography-h1-line-height: 1.217;
  --typography-h2-font-size: 21px;
  --typography-h2-font-weight: var(--typography-fw-bold);
  --typography-h2-line-height: 1.143;
  --typography-h3-font-size: 17px;
  --typography-h3-font-weight: var(--typography-fw-bold);
  --typography-h3-line-height: 1.412;
  --typography-h4-font-size: 15px;
  --typography-h4-font-weight: var(--typography-fw-bold);
  --typography-h4-line-height: 1.067;
  --typography-h5-font-size: 13px;
  --typography-h5-font-weight: var(--typography-fw-bold);
  --typography-h5-line-height: 1.231;
  --typography-h6-font-size: 11px;
  --typography-h6-font-weight: var(--typography-fw-bold);
  --typography-h6-line-height: 1.455;
  --typography-h7-font-size: 11px;
  --typography-h7-font-weight: var(--typography-fw-bold);
  --typography-h7-line-height: 1.455;
  --typography-h8-font-size: var(--typography-h6-font-size);
  --typography-h8-font-weight: var(--typography-h6-font-weight);
  --typography-h8-line-height: var(--typography-h6-line-height);
  --typography-body1-font-size: 17px;
  --typography-body1-font-weight: var(--typography-fw-regular);
  --typography-body1-line-height: 1.412;
  --typography-body2-font-size: 15px;
  --typography-body2-font-weight: var(--typography-fw-regular);
  --typography-body2-line-height: 1.333;
  --typography-body3-font-size: 13px;
  --typography-body3-font-weight: var(--typography-fw-medium);
  --typography-body3-line-height: 1.231;
  --typography-body4-font-size: 11px;
  --typography-body4-font-weight: var(--typography-fw-medium);
  --typography-body4-line-height: 1.455;
  --typography-mono1-font-size: 18px;
  --typography-mono1-font-weight: var(--typography-fw-medium);
  --typography-mono1-line-height: 1.5em;
  --typography-mono2-font-size: 14px;
  --typography-mono2-font-weight: var(--typography-fw-medium);
  --typography-mono2-line-height: 1.5em;
  --typography-mono3-font-size: 12px;
  --typography-mono3-font-weight: var(--typography-fw-medium);
  --typography-mono3-line-height: 1.5em;
  --typography-mono4-font-size: 10px;
  --typography-mono4-font-weight: var(--typography-fw-medium);
  --typography-mono4-line-height: 1.5em;
  --typography-serif1-font-size: var(--typography-body1-font-size);
  --typography-serif1-font-weight: var(--typography-body1-font-weight);
  --typography-serif1-line-height: var(--typography-body1-line-height);
  --typography-serif2-font-size: var(--typography-body2-font-size);
  --typography-serif2-font-weight: var(--typography-body2-font-weight);
  --typography-serif2-line-height: var(--typography-body2-line-height);
  --typography-serif3-font-size: var(--typography-body3-font-size);
  --typography-serif3-font-weight: var(--typography-body3-font-weight);
  --typography-serif3-line-height: var(--typography-body3-line-height);
  --typography-font-size-base: 12px;
  --typography-font-scale-h1: var(--typography-t3-font-size);
  --typography-font-scale-h2: var(--typography-h1-font-size);
  --typography-font-scale-h3: var(--typography-h2-font-size);
  --typography-font-scale-h4: var(--typography-h3-font-size);
  --typography-font-scale-h5: var(--typography-h4-font-size);
  --typography-font-scale-h6: var(--typography-h5-font-size);
  --typography-font-scale-body1: var(--typography-h2-font-size);
  --typography-font-scale-body2: var(--typography-body1-font-size);
  --typography-font-scale-body3: var(--typography-body1-font-size);
  --typography-font-scale-body4: var(--typography-body2-font-size);
  --typography-font-scale-body5: var(--typography-body3-font-size);
  --typography-font-scale-body6: var(--typography-body4-font-size);
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--typography-font-sans);
  font-weight: var(--typography-fw-semibold);
}

.h1, .h2 {
  line-height: 1.1;
}

.h3, .h4 {
  line-height: 1.3;
}

.h1 {
  font-size: 32px;
  letter-spacing: -1px;
}

.h2 {
  font-size: 24px;
}

.h3 {
  font-size: 22px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.h6 {
  font-size: 14px;
}

.chevron {
  border-style: solid;
  border-width: 2px 2px 0 0;
  color: #3A4B59;
  display: inline-block;
  height: 8px;
  position: relative;
  transform: rotate(-45deg);
  width: 8px;
}
.chevron.sm {
  height: 6px;
  width: 6px;
}
.chevron.right {
  transform: rotate(45deg);
}
.chevron.left {
  transform: rotate(-135deg);
}
.chevron.bottom {
  transform: rotate(135deg);
}

.font-monospace2 {
  font-family: var(--typography-font-monospace);
}

.text-italic {
  font-style: italic;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis::after {
  content: "";
  display: block;
}

.fadeIn {
  animation-fill-mode: forwards;
  animation-duration: 0.25s;
  animation-name: fadeInKeyframe;
  animation-timing-function: ease-in-out;
}

.fadeInDelay {
  animation-fill-mode: forwards;
  animation-duration: 0.25s;
  animation-name: fadeInKeyframe;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  opacity: 0;
}

.fadeInShortDelay {
  animation-fill-mode: forwards;
  animation-duration: 0.25s;
  animation-name: fadeInKeyframe;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  opacity: 0;
}

@keyframes fadeInKeyframe {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  animation-fill-mode: forwards;
  animation-duration: 0.25s;
  animation-name: fadeOutKeyframe;
  animation-timing-function: ease-in-out;
}

@keyframes fadeOutKeyframe {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slideUpFadeIn {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  animation-name: slideUpFadeIn;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.3, 1, 0.32, 1);
  animation-fill-mode: forwards;
}

@keyframes slideUpFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideIcon {
  0% {
    opacity: 1;
  }
  1% {
    background-position: 0 -48px;
  }
  24% {
    background-position: 0 -48px;
  }
  25% {
    background-position: 0 -96px;
  }
  49% {
    background-position: 0 -96px;
  }
  50% {
    background-position: 0 -144px;
  }
  74% {
    background-position: 0 -144px;
  }
  75% {
    background-position: 0 -192px;
  }
  99% {
    background-position: 0 -192px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
  75% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes embiggen {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-7deg);
  }
  25% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.loading-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-dot {
  height: 2px;
  width: 2px;
  border-radius: 2px;
  background-color: #62AC82;
  margin: 0 3px 0 0;
  transition: all 0.3s;
}
.loading-dot.delay-0 {
  animation: upscale 1.25s ease-in-out infinite;
}
.loading-dot.delay-1 {
  animation: upscale 1.25s ease-in-out 0.375s infinite;
}
.loading-dot.delay-2 {
  animation: upscale 1.25s ease-in-out 0.75s infinite;
}

.helpBtn::before {
  content: "";
  background: transparent url(/s/img/help-popover/help-question-mark.svg) center center no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -8.5px;
}

.disabled-bar {
  height: 2px;
  width: 12px;
  border-radius: 2px;
  background-color: #96A2AC;
  transition: width 0.3s;
}

@keyframes upscale {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(2);
  }
  66% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  20%, 60% {
    transform: translateY(-3px);
  }
  40%, 80% {
    transform: translateY(3px);
  }
}
button:not(.buttonReset) {
  transition: background-color 0.2s ease-in-out;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-family: var(--typography-font-sans);
  font-size: 12px;
  line-height: 1.5em;
  margin: 10px 10px 5px 0;
  padding: 8px 14px;
}

.button-like-link {
  transition: background-color 0.2s ease-in-out;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-family: var(--typography-font-sans);
  font-size: 13px;
  line-height: 1.5em;
  padding: 8px 14px;
}
.button-like-link:hover {
  text-decoration: none;
}

.button-inline-text {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5em;
  padding: 8px 14px;
}
.button-inline-text.is-link {
  color: #448EE1;
  cursor: pointer;
}
.button-inline-text.is-link:hover {
  text-decoration: underline;
}

.additionalBtn,
.submitBtn,
.saveBtn {
  background-color: #448EE1;
}
.additionalBtn:hover,
.submitBtn:hover,
.saveBtn:hover {
  background-color: #3A7CC6;
}
.additionalBtn[disabled],
.submitBtn[disabled],
.saveBtn[disabled] {
  background-color: #ccc;
}

.cancelBtn {
  background: #c8d2d9;
  color: #666;
}

.d-block {
  display: block;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.heavy-weight {
  font-weight: var(--typography-fw-semibold);
}

.normal-weight {
  font-weight: var(--typography-fw-base);
}

.light-weight {
  font-weight: var(--typography-fw-regular);
}

.lightest-weight {
  font-weight: var(--typography-fw-ultralight);
}

.lh-copy {
  line-height: 1.5;
}

.lh-headline {
  line-height: 2;
}

.text-muted {
  color: #96A2AC;
}

.text-emphasized {
  color: #121212;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #448EE1;
}

.bg-green {
  background-color: #65AB83;
}

.bg-red {
  background-color: #E35F61;
}

.text-placeholder {
  color: #96A2AC;
}

.text-blue {
  color: #448EE1;
}

.text-red {
  color: #E35F61;
}

.m-tb-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.m-t-16 {
  margin-top: 16px;
}

.selectReset,
.inputReset {
  appearance: none;
}
.selectReset:focus,
.inputReset:focus {
  outline: none;
}

.buttonReset {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.buttonReset::focus-inner {
  border: 0;
  padding: 0;
}

.end {
  display: flex;
  justify-content: flex-end;
}

.hidden {
  display: none !important;
}

@media print {
  body * {
    visibility: hidden;
  }
  .invoice-zone,
  .invoice-zone * {
    visibility: visible;
  }
  .invoice-zone {
    box-shadow: 0 0 0 #fff;
    border: none;
    border-radius: 0;
    left: 0;
    position: absolute;
    top: 0;
  }
}
@keyframes pulseKeyFrame {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  }
  25% {
    box-shadow: 0 0 0 2px #f65c8c;
  }
  75% {
    box-shadow: 0 0 0 2px #f65c8c;
  }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  }
}
.pulse {
  animation-name: pulseKeyFrame;
  animation-duration: 1s;
  border-radius: 6px;
}

[data-tooltip]:focus::after, [data-tooltip]:hover::after {
  content: attr(data-tooltip);
  overflow: visible;
  background: #fff;
  position: absolute;
  left: 3.8rem;
  top: auto;
  width: auto;
  max-width: 85%;
  border: 1px solid #E4E8EB;
  padding: 0 0.5rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
  white-space: normal;
  word-wrap: break-word;
  display: block;
  margin-top: -1.15rem;
}

.separated > *:after {
  content: "·";
  padding: 0 0.5rem;
  pointer-events: none;
  text-decoration: none !important;
  color: #5d6f83;
}
.separated > *:last-child:after {
  content: "";
}

button.linkButton {
  background: none !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  display: inline-block;
  color: black;
  margin: 0;
}
button.linkButton:hover {
  text-decoration: underline;
}
button.linkButton:focus {
  outline: none;
}

/* Function that returns either $dark or $light, whichever contrasts more with $color.
   Borrowed from the compass-style library. Source at http://compass-style.org/reference/compass/utilities/color/contrast/ */
/* Putting this here because it's used across several htmto/scss files */
body {
  color: #121212;
  font-family: var(--typography-font-sans);
  overflow: hidden;
  margin: 0;
  font-size: var(--typography-font-size-base);
  font-weight: var(--typography-fw-base);
}

a {
  color: #448EE1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.SupportWidgetView {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 10005;
}
.SupportWidgetView .ProIcon {
  color: #fff;
  background: #3A4B59;
}
.SupportWidgetView > button {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  font-size: 22px;
  font-weight: 500;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  color: #121212;
  margin: 0;
  outline: none;
  transition: box-shadow 0.15s ease-in-out;
}
.SupportWidgetView > button:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}
.SupportWidgetView > button:selected, .SupportWidgetView > button:focus {
  outline: none;
}
.SupportWidgetView > .popup {
  position: absolute;
  width: 426px;
  height: 300px;
  right: -16px;
  bottom: 70px;
  background-color: white;
  display: none;
  border-radius: 6px;
  border: 1px solid #E6EAEC;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0px 20px !important;
}
.SupportWidgetView > .popup > .support-header {
  font-weight: 400;
  font-size: 13px;
  line-height: 48px;
  color: #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #E4E8EB;
}
.SupportWidgetView > .popup > .support-header > .left {
  padding-left: 16px;
  color: #121212;
  font-weight: 500;
}
.SupportWidgetView > .popup > .support-header > .center {
  position: absolute;
  left: 38%;
  padding-right: 18px;
  background: url(/s/img/support/arrow-out.svg) no-repeat;
  background-size: 10px;
  background-position: 100% 50%;
}
.SupportWidgetView > .popup > .support-header > .releaseNotesContainer {
  display: none;
  position: absolute;
  right: 16px;
}
.SupportWidgetView > .popup > .support-header > .releaseNotesContainer.enabled {
  display: inline;
}
.SupportWidgetView > .popup > .support-header > .closePopup {
  display: inline-block;
  position: absolute;
  bottom: -71px;
  right: 15px;
  background-size: 13px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #E55E5E url(/s/img/support/close.svg) no-repeat 50% 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px !important;
  cursor: pointer;
}
.SupportWidgetView > .popup > .proFeature {
  display: none;
  text-align: center;
  cursor: pointer;
  padding: 2em;
  height: 200px;
}
.SupportWidgetView > .popup > .proFeature > .fsProLogo {
  background: url(/s/img/plans/fs-pro.svg) no-repeat center center;
  width: 100%;
  height: 46px;
  margin: 10px 0 10px 0;
}
.SupportWidgetView > .popup > .proFeature > .proFeatureText {
  margin: 24px 20px 20px 20px;
  text-align: center;
  line-height: 1.65em;
  font-size: 13px;
  font-weight: 400;
  color: #3A4B59;
}
.SupportWidgetView > .popup > .supportForm > .subjectContainer > input {
  font-family: var(--typography-font-sans);
  width: 394px;
  border: 0;
  border-bottom: 1px solid #E4E8EB;
  padding: 12px 16px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  color: #222;
}
.SupportWidgetView > .popup > .supportForm > .bodyContainer {
  height: 172px;
}
.SupportWidgetView > .popup > .supportForm > .bodyContainer > textarea {
  font-family: var(--typography-font-sans);
  width: 394px;
  height: 100%;
  border: 0;
  padding: 10px 16px;
  outline: none;
  resize: none;
  font-size: 13px;
  font-weight: 500;
  color: #222;
  line-height: 1.5em;
}
.SupportWidgetView > .popup > .supportForm > .support-footer > .send {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  right: 5px;
  bottom: 10px;
  background: #448EE1 url(/s/img/support/send-btn.svg) no-repeat 56% 50%/25px;
  box-shadow: none;
  transition: box-shadow 0.15s ease-in-out;
}
.SupportWidgetView > .popup > .supportForm > .support-footer > .send:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px !important;
}
.SupportWidgetView.show {
  z-index: 10005;
}
.SupportWidgetView.show > .popup {
  display: block;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  font-family: var(--typography-font-sans);
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.07);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 0px 8px 8px 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 15px 3px 0 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #96A2AC;
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  font-family: var(--typography-font-smallcaps);
  text-transform: lowercase;
}

button.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 9px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
}

.is-today button.pika-button {
  color: #121212;
  font-weight: 600;
  background: #F9F9F9;
  border-radius: 20px;
}

.is-selected button.pika-button {
  color: #fff;
  font-weight: 500;
  background: #f65c8c;
  border-radius: 20px;
}

.is-disabled button.pika-button {
  pointer-events: none;
  cursor: default;
  color: #96A2AC;
  opacity: 0.3;
}

button.pika-button:hover {
  background: #E4E8EB;
  box-shadow: none;
  border-radius: 20px;
}

.pika-single {
  border: 1px solid #E4E8EB;
  border-radius: 4px;
  margin-top: 5px;
  box-sizing: border-box;
}
.pika-single .pika-label {
  color: #121212;
}
.pika-single.is-bound {
  z-index: 10006;
  margin-left: -14px;
  margin-top: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pika-time {
  display: none;
}

.fragilePopup {
  display: none;
  opacity: 0;
  background: white;
  padding: 20px;
  border: 1px solid #E4E8EB;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
  z-index: 1;
}
.fragilePopup.aboveSegmentHeader {
  z-index: 2;
}
.fragilePopup .option:hover {
  background-color: #f5f6f7;
}
.fragilePopup.fadeable {
  transition: opacity 0.15s ease-in-out;
}

.popupMenuTrigger {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  color: #448EE1;
  background: white url(/s/img/menu/arrow.png) right 10px center no-repeat;
  background-size: 9px 6px;
  padding: 5px 45px 5px 10px;
  border-radius: 4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .popupMenuTrigger {
    background-image: url(/s/img/menu/arrow@2x.png);
  }
}
.popupMenuTrigger.active {
  color: white;
  background-color: #448EE1;
  background-image: url(/s/img/menu/arrow-white.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .popupMenuTrigger.active {
    background-image: url(/s/img/menu/arrow-white@2x.png);
  }
}

.DialogGlass {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #486997;
  z-index: 10001;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.DialogGlass.dark {
  background: #3A4B59;
  z-index: 10006;
}

.ContainedGlass {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.DialogContent {
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.32, 1);
  transform: translateX(100%);
  box-sizing: border-box;
  position: absolute;
  width: 512px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  margin: 16px;
  background-color: #F9F9F9;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10001;
  box-shadow: -1px 0 12px 0 rgba(0, 0, 0, 0.08);
}

.DialogWithGlass {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}
.DialogWithGlass > div {
  pointer-events: auto;
  background-color: white;
  width: 680px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  pointer-events: auto;
}
.DialogWithGlass > div.textLeft {
  text-align: left;
}
.DialogWithGlass > div.width800 {
  width: 800px;
}

.gridContainer {
  padding-bottom: 32px;
  position: relative;
}
.gridContainer .col {
  text-align: left;
  text-overflow: ellipsis;
}
.gridContainer .col.large {
  flex: 3;
}
.gridContainer .col.medium {
  flex: 2;
}
.gridContainer .col.small {
  flex: 1;
  min-width: 75px;
}
.gridContainer .col.extraLarge {
  flex: 4;
}
.gridContainer .col.pushRight {
  text-align: right;
  overflow: hidden;
}
.gridContainer .gridLabels {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  height: 40px;
  overflow: hidden;
  border-bottom-left-radius: 3px;
  background-color: #F9F9F9;
  transition: top ease-out 0.3s;
}
.gridContainer .gridLabels.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.gridContainer .gridLabels.red-hover:hover {
  color: #E35F61;
}
.gridContainer .gridLabels > .grid {
  display: flex;
  position: relative;
  margin: 0 18px 0 56px;
}
.gridContainer .gridLabels > .grid > .col {
  list-style: none;
  color: #3A4B59;
  font-weight: var(--typography-fw-medium);
  cursor: default;
  line-height: 40px;
}
.gridContainer .gridLabels > .grid > div .pullRight {
  padding-right: 0;
}
.gridContainer > .scrollContainer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}
.gridContainer .gridContents {
  box-sizing: border-box;
  color: #3A4B59;
  margin: 40px 18px 0px 56px;
  padding-bottom: 75px;
}
.gridContainer .gridContents > .noResults {
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  display: none;
  font-weight: 600;
}
.gridContainer .gridContents > .itemList {
  position: relative;
}
.gridContainer .gridContents > .itemList > .item {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.gridContainer > .footer {
  position: absolute;
  height: 45px;
  width: 800px;
}

.notificationTray {
  bottom: 24px;
  display: none;
  position: fixed;
  right: 24px;
  width: 460px;
  z-index: 10010;
}
.notificationTray.wizardNotification .hideDuringWizard {
  display: none !important;
}
.notificationTray > .notifications .notification {
  background-color: #5d6f83;
  border-radius: 4px;
  border: 0 solid #5d6f83;
  bottom: -30px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  clear: both;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 1.6em;
  opacity: 0;
  padding: 10px 42px 10px 64px;
  position: absolute;
  right: 0;
  transition: all 0.25s ease-in-out;
  vertical-align: bottom;
}
.notificationTray > .notifications .notification > .flag {
  background: #65AB83 center center no-repeat;
  background-size: 22px 18px;
  border-radius: 3px 0 0 3px;
  border: 0 solid #65AB83;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
}
.notificationTray > .notifications .notification > .message {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.notificationTray > .notifications .notification > .message a {
  color: #fff;
  text-decoration: underline;
}
.notificationTray > .notifications .notification > .actions {
  display: block;
}
.notificationTray > .notifications .notification > .actions > .action {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  color: #65AB83;
  cursor: pointer;
  text-decoration: underline;
}
.notificationTray > .notifications .notification > .actions > .action.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.notificationTray > .notifications .notification > .actions > .action.red-hover:hover {
  color: #E35F61;
}
.notificationTray > .notifications .notification > .dismiss {
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 6px;
  top: 9px;
  width: 24px;
}
.notificationTray > .notifications .notification > .dismiss::before, .notificationTray > .notifications .notification > .dismiss::after {
  background-color: #fff;
  border-radius: 4px;
  border: 0 solid transparent;
  content: "";
  display: block;
  height: 16px;
  left: 10px;
  position: absolute;
  top: 3px;
  width: 2px;
}
.notificationTray > .notifications .notification > .dismiss::before {
  transform: rotate(45deg);
}
.notificationTray > .notifications .notification > .dismiss::after {
  transform: rotate(-45deg);
}
.notificationTray > .notifications .notification > .dismiss:hover::before, .notificationTray > .notifications .notification > .dismiss:hover::after {
  background-color: #96A2AC;
}
.notificationTray > .notifications .notification[level=Loading] > .flag {
  background: #5d6f83 url() center center no-repeat;
  border: 0 solid #5d6f83;
}
.notificationTray > .notifications .notification[level=Loading] > .actions > .action {
  color: #5d6f83;
}
.notificationTray > .notifications .notification[level=Error] > .flag, .notificationTray > .notifications .notification[level=Fatal] > .flag {
  background: #E35F61 url("/s/img/notify-error@2x.png") center center no-repeat;
  background-size: 9px 22px;
  border: 0 solid #E35F61;
}
.notificationTray > .notifications .notification[level=Error] > .actions > .action, .notificationTray > .notifications .notification[level=Fatal] > .actions > .action {
  color: #E35F61;
}
.notificationTray > .notifications .notification[level=Urgent] > .flag {
  background: #f65c8c url("/s/img/notify-error@2x.png") center center no-repeat;
  background-size: 9px 22px;
  border: 0 solid #f65c8c;
}
.notificationTray > .notifications .notification[level=Urgent] > .actions > .action {
  color: #f65c8c;
}
.notificationTray > .notifications .notification[level=Warning] > .flag {
  background: var(--special-warning-surfaces-default, #ffbf00) url("/s/img/notify-error@2x.png") center center no-repeat;
  background-size: 9px 22px;
  border: 0 solid var(--special-warning-surfaces-default, #ffbf00);
}
.notificationTray > .notifications .notification[level=Warning] > .actions > .action {
  color: var(--special-warning-surfaces-default, #ffbf00);
}
.notificationTray > .notifications .notification[level=Info] > .flag {
  background: #448EE1 url("/s/img/notify-info@2x.png") center center no-repeat;
  background-size: 9px 22px;
  border: 0 solid #448EE1;
}
.notificationTray > .notifications .notification[level=Info] > .actions > .action {
  color: #448EE1;
}
.notificationTray > .notifications .notification[level=Success] > .flag {
  background: #65AB83 url("/s/img/notify-success@2x.png") center center no-repeat;
  background-size: 22px 18px;
  border: 0 solid #65AB83;
}
.notificationTray > .notifications .notification[level=Success] > .actions > .action {
  color: #65AB83;
}
.notificationTray > .notifications .customNotification {
  border-radius: 4px;
  bottom: -30px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  clear: both;
  display: inline-block;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.25s ease-in-out;
  vertical-align: bottom;
}

.spinner {
  font-size: 2px;
  position: relative;
  text-indent: -9999em;
  margin-top: 7px;
  margin-left: 18px;
  border-top: 0.75em solid #929eab;
  border-right: 0.75em solid #929eab;
  border-bottom: 0.75em solid #929eab;
  border-left: 0.75em solid #fff;
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.navList {
  position: absolute;
  left: 0;
  width: 288px;
  top: 0;
  bottom: 0;
  color: #3A4B59;
  overflow: auto;
}
.navList .filterHeader {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  letter-spacing: 2px;
  margin: 14px 16px 4px 16px;
  border-top: 1px solid #E4E8EB;
  line-height: 40px;
  position: relative;
}
.navList .filterHeader.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.navList .filterHeader.red-hover:hover {
  color: #E35F61;
}

.navListItem {
  border: 0 solid transparent;
  border-radius: 4px;
  display: block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  line-height: 40px;
  margin: 0 16px;
  padding: 0 8px 0 58px;
  color: #3A4B59;
  background-color: transparent;
  opacity: 0.8;
}
.navListItem:hover {
  text-decoration: none;
  color: #121212;
  background-color: #fff;
}
.navListItem.active {
  color: #121212;
  border-radius: 4px;
  font-weight: 600;
  opacity: 1;
}
.navListItem.active:before {
  content: "";
  position: absolute;
  background-color: #f65c8c;
  width: 2px;
  height: 40px;
  top: 0px;
  left: -16px;
}

.RequestAccess {
  background: #3A4B59 url(/s/img/bg-view-only-playback-ui.png) center center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.RequestAccess #successMessage {
  display: none;
  color: #fff;
}
.RequestAccess .requestAccessDialog {
  background-color: #fff;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.18);
  width: 800px;
  border-radius: 7px 6px 6px;
  text-align: center;
  pointer-events: auto;
}

#adminPanel {
  position: fixed;
  opacity: 0.5;
  bottom: 0;
  right: 0;
  padding: 0px 10px 0px 4px;
  color: #448EE1;
  z-index: 9999999999;
  text-align: right;
  background: #fff;
  transition: all 0.2s ease-in-out;
  font-family: "Whitney SSm SC A", "Whitney SSm SC B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 12px;
  border-top-left-radius: 3px;
}
#adminPanel > a {
  color: #333;
  line-height: 18px;
  margin-left: 8px;
  cursor: pointer;
}
#adminPanel:hover {
  opacity: 1;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  text-align: center;
  z-index: 99999;
}
#popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.85;
}
#popup .content {
  position: relative;
  border-radius: 4px;
  margin: 80px auto;
  display: inline-block;
  width: 450px;
  padding: 50px;
  background-color: #fff;
}
#popup textarea {
  width: 350px;
  height: 600px;
}

.FlagsPanel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 99999999;
  color: white;
  overflow: auto;
  padding: 32px;
}
.FlagsPanel > .header {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  margin: 32px 0px 10px 0px;
  background: #fff;
  display: inline-block;
  padding: 4px 10px 6px 10px;
}
.FlagsPanel > .header.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.FlagsPanel > .header.red-hover:hover {
  color: #E35F61;
}
.FlagsPanel > .flags {
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
.FlagsPanel > .flags > .flag {
  font-size: 14px;
  line-height: 1.6em;
  display: inline-block;
  width: 200px;
}

.Level0Panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 99999999;
}
.Level0Panel > .level0Opts {
  width: 300;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  padding: 60px;
  color: white;
}
.Level0Panel > .level0Opts input[type=checked] {
  font-size: 50px;
}
.Level0Panel > .level0Opts .label {
  cursor: pointer;
}
.Level0Panel > .level0Opts .label:hover {
  text-decoration: underline;
}

.header-link {
  display: none;
}

.text-form-header {
  font-size: 20px;
}

.form-logo {
  margin: 0 auto 5rem;
  text-align: center;
  width: 512px;
  padding-top: 6rem;
}
@media screen and (max-width: 512px) {
  .form-logo {
    margin: 0 auto 3rem;
    width: 100%;
  }
}

.sub-header-copy {
  color: #fff;
  font-size: 14px;
  font-weight: var(--typography-fw-regular);
  margin: 0 auto 1.5rem;
  width: 512px;
  line-height: 1.5em;
}
@media screen and (max-width: 512px) {
  .sub-header-copy {
    margin-left: 1.75rem;
    margin-right: 0;
    width: 100%;
  }
}

.form-link {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.6);
  transition: text-decoration 0.2s;
}
.form-link:hover {
  text-decoration-style: solid;
  text-decoration-color: rgb(255, 255, 255);
}
.form-link a {
  color: #fff;
}

.external-form-container {
  margin: 0 auto;
  position: relative;
  width: 512px;
}
.external-form-container.LoginView, .external-form-container.SignupView {
  position: static;
}
.external-form-container.GuestVerificationErrorView, .external-form-container.RoleChangeErrorView {
  margin-top: 100px;
}
@media screen and (max-width: 512px) {
  .external-form-container {
    width: 90%;
  }
}

.background-icons::before {
  background: transparent url(/s/img/svg/icons-login.svg) top center no-repeat;
  content: "";
  height: 58px;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: -58px;
}

.login-google {
  position: relative;
}

button.login-google-container {
  padding: 0;
  margin: 0;
  width: 512px;
  border-radius: 6px;
  text-align: center;
  line-height: initial;
}
button.login-google-container .login-google-button {
  background-color: #fff;
  border-radius: 6px;
  border: 0 solid transparent;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  color: #3A4B59;
  cursor: pointer;
  display: block;
  font-family: var(--typography-font-smallcaps);
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  padding: 1.5rem 0 1.6rem;
  position: relative;
  text-decoration: none;
  text-transform: lowercase;
}
button.login-google-container .login-google-button:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
button.login-google-container .login-google-button:hover .icon-carat {
  top: -2px;
}
button.login-google-container .login-google-button:hover .icon-google {
  top: 100%;
}
@media screen and (max-width: 512px) {
  button.login-google-container {
    width: 100%;
  }
}

.icon-carat {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -100%;
  transition: all 0.3s;
  width: 26px;
}
.icon-carat::after {
  background-color: transparent;
  border: solid #f8598b;
  border-width: 4px 4px 0 0;
  bottom: 24px;
  content: "";
  cursor: pointer;
  display: block;
  height: 14px;
  position: absolute;
  right: 1.7rem;
  transform: translateZ(1px) rotate(45deg);
  width: 14px;
}

.icon-google {
  background: transparent url(/s/img/google-g.svg) center center no-repeat;
  background-size: 26px 26px;
  height: 100%;
  position: absolute;
  right: 1.25rem;
  top: 0;
  transition: all 0.3s;
  width: 26px;
}

.input-container {
  position: relative;
}
.input-container input {
  font-family: var(--typography-font-sans);
}
.input-container input::placeholder {
  color: #96A2AC;
}

.form-control {
  appearance: none;
  border: none;
  color: #3A4B59;
  display: block;
  font-size: 16px;
  margin: 0;
  outline: none;
  padding: 1.5rem 3rem 1.5rem 1.75rem;
  width: 100%;
}
.form-control:first-child {
  border-bottom: 1px solid #E4E8EB;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.form-control:nth-of-type(2) {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.form-control.full-border {
  border-radius: 6px;
}
.form-control.border-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-control.border-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.form-control.is-disabled, .form-control::placeholder {
  color: #96A2AC;
}

.form-button-block {
  background-color: #3A4B59;
  border-radius: 6px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  color: #F9F9F9;
  cursor: pointer;
  display: block;
  font-family: var(--typography-font-smallcaps);
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  margin: 1rem 0;
  padding: 1.5rem 0 1.6rem;
  text-transform: lowercase;
  transition: all 0.3s;
  width: 100%;
}
.form-button-block.has-spinner {
  position: relative;
}
.form-button-block .spinnerHost {
  display: none;
}

.login-button {
  appearance: none;
  background-color: #0D283F;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  display: block;
  font-family: var(--typography-font-smallcaps) !important;
  color: #fff;
  font-size: 18px;
  border: none;
  width: 100%;
  padding: 1.25rem 0;
  text-align: center;
  border-radius: 6px;
  margin-top: 1.25rem;
  transition: all 0.2s;
}
.login-button:focus {
  outline: none;
  transform: translateY(-1px);
}
.login-button:hover {
  transform: translateY(-1px);
}

.continue-button {
  text-transform: uppercase;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  display: block;
  font-size: 16px;
  font-weight: var(--typography-fw-medium);
  margin: 0;
  outline: none;
  padding: 1.5rem 0 1.5rem 0;
  width: 100%;
  border-radius: 6px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}

.bonus-box {
  padding: 2rem;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.bonus-box .bonus-cta {
  background-image: linear-gradient(to left, #5672d1 0%, #8d35a5 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: var(--typography-fw-semibold);
  display: inline-block;
  border-radius: 32px;
  padding: 12px 20px;
  margin-left: 12px;
  transition: transform 0.2s ease-in-out;
}
.bonus-box .bonus-cta:hover {
  backface-visibility: hidden;
  text-decoration: none;
  transform: scale(1.2) translateZ(1px);
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 512px) {
  .bonus-box {
    padding: 0.5rem;
  }
}

.footer-bar {
  height: 64px;
}

.special-hr {
  color: #fff;
  font-family: var(--typography-font-serif);
  font-size: 14px;
  margin: 1.25rem 0;
  position: relative;
  text-align: center;
}
.special-hr::after, .special-hr::before {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  content: "";
  height: 2px;
  position: absolute;
  top: 8px;
  width: 46%;
}
.special-hr:before {
  left: 0;
}
.special-hr:after {
  right: 0;
  transform: rotate(180deg);
}

.external-form-message, .info-message {
  line-height: 1.5;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 14px;
}

.info-message {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgb(255, 255, 255);
  font-weight: 300;
  text-align: left;
  padding: 0.62rem;
  line-height: 1.8;
  margin-bottom: 4.5rem;
  margin-top: -3rem;
}

.error-message {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #fff;
  color: #f8598b;
  font-weight: var(--typography-fw-semibold) !important;
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 1rem 0;
  padding: 0.75rem;
  text-align: center;
}
.error-message .form-link {
  color: inherit;
  text-decoration-color: inherit;
}

.validation-special {
  position: relative;
}
.validation-special .validation-special-message {
  position: absolute;
  z-index: 1;
  left: 28px;
  bottom: 10px;
  color: #96A2AC;
}
.validation-special .validation-special-message.error {
  color: #E35F61;
}
.validation-special .form-control {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.LoginView .error-message:first-child {
  margin-top: -58px;
}

.account-list {
  border-radius: 6px;
  width: 512px;
}

.destination-org {
  border-left: 7px solid #448EE1;
}

.al-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #E4E8EB;
  color: #3A4B59;
  cursor: pointer;
  font-size: 16px;
  font-weight: var(--typography-fw-regular);
  padding: 1.5rem 3rem 1.5rem 1.75rem;
  position: relative;
  transition: all 0.3s;
}
.al-item::after {
  content: "";
  display: block;
}
.al-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.al-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.al-item::after {
  border: solid #96A2AC;
  border-width: 3px 0 0 3px;
  content: "";
  height: 10px;
  position: absolute;
  right: 2rem;
  top: 27px;
  transform: rotate(135deg);
  width: 10px;
}
.al-item:hover {
  background-color: #E4E8EB;
}
.al-item:hover::after {
  border-color: #f8598b;
}

.info-bit-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: none;
  background-color: #fff;
  box-shadow: 4px 0 6px rgba(0, 0, 0, 0.2);
  width: 420px;
  flex-direction: column;
  justify-content: space-between;
}
.info-bit-wrapper .info-bit {
  overflow-y: auto;
  padding: 2rem;
}
.info-bit-wrapper .info-bit-feature-pic {
  height: 142px;
  width: 142px;
  border-radius: 300px;
  margin: 0 auto 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.info-bit-wrapper .info-bit-feature-pic.devtools {
  background: #121212 url(/s/img/devtools.gif) center center no-repeat;
  background-size: 142px 142px;
}
.info-bit-wrapper .info-bit-feature-pic.customEvent {
  background: #fff url(/s/img/custom-event-big.svg) center center no-repeat;
  background-size: 94px 70px;
  height: 124px;
  width: 124px;
}
.info-bit-wrapper .info-bit-sub-header {
  text-transform: uppercase;
  color: #96A2AC;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.info-bit-wrapper .info-bit-feat-header {
  font-size: 28px;
  color: #121212;
  font-family: var(--typography-font-monospace);
  margin-bottom: 1.5rem;
}
.info-bit-wrapper .info-bit-copy {
  font-size: 16px;
  font-weight: var(--typography-fw-light);
  color: #4B6274;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.info-bit-wrapper .info-bit-cta {
  cursor: pointer;
  color: #fff;
  background-color: #f65c8c;
  display: block;
  padding: 12px;
  border-radius: 24px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.info-bit-wrapper .info-bit-cta:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.info-bit-wrapper .info-bit-footer {
  padding: 1.5rem 2rem 2.5rem;
  border-top: 1px solid #E4E8EB;
  background-color: #F9F9F9;
}
.info-bit-wrapper .info-bit-human {
  width: 64px;
  height: 64px;
  background: transparent url(/s/img/nick-knight-now4cover.jpg) center center no-repeat;
  background-size: 64px;
  border-radius: 64px;
  position: relative;
  margin-right: 1rem;
  border: 1px solid #E4E8EB;
}
.info-bit-wrapper .info-bit-words {
  padding-left: 1rem;
}
.info-bit-wrapper .info-bit-quote-meta {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.info-bit-wrapper .info-bit-quote-attr {
  font-size: 15px;
  line-height: 1.6;
}
.info-bit-wrapper .info-bit-quote-attr .quote-link {
  color: #f65c8c;
}
.info-bit-wrapper .info-bit-quote {
  line-height: 1.6;
  color: #5d6f83;
  font-size: 13px;
  font-weight: var(--typography-fw-light);
  position: relative;
}
.info-bit-wrapper .info-bit-quote::before {
  content: "“";
  font-family: var(--typography-font-serif);
  font-size: 44px;
  color: #f65c8c;
  position: absolute;
  left: -32px;
  top: -16px;
  opacity: 0.5;
}
.info-bit-wrapper .fw-semibold {
  font-weight: var(--typography-fw-semibold);
}

.login-link {
  font-size: 16px;
  font-weight: var(--typography-fw-regular);
  text-decoration: none;
}

.tc {
  text-align: center;
}
.tc.bottom {
  font-size: 14px;
  position: absolute;
  bottom: 50px;
  width: 100%;
}

.text-white {
  color: #fff;
}

.form-copy-box, .text-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 1.25rem 0;
}
.form-copy-box.text-action, .text-link.text-action {
  font-size: 16px;
}

.space-evenly {
  display: flex;
  justify-content: space-evenly;
}

.mb0 {
  margin-bottom: 0;
}

.mb2 {
  margin-bottom: 2rem;
}

.mt0 {
  margin-top: 0;
}

.mt-half {
  margin-top: 0.5rem;
}

.mt4 {
  margin-top: 4rem;
}

/*** /legacy-browser page ***/
.legacy-browser-text {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: var(--typography-fw-medium);
}
.legacy-browser-text.error-msg {
  color: #E55E5E;
}

.legacy-browser-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.legacy-browser-footer a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #cfd6dd;
  transition: text-decoration 0.2s;
}
.legacy-browser-footer a:hover {
  text-decoration-color: #5d6f83;
}
.legacy-browser-footer .legacy-browser-text {
  color: #5d6f83;
  padding: 24px;
}

.NewViewer .hr::after, .footer-tscs, .NewViewer .cta-sign-in, .NewViewer .error-msg, .NewViewer .form-copy, .NewViewer .button.small, .NewViewer .cta.cta-google, .NewViewer .input, .NewViewer .button, .NewViewer .form-h1 {
  color: var(--Light-Theme-_Base-Text-Emphasized, #000);
  font-family: "neulis-sans";
  font-style: normal;
  font-variant-numeric: lining-nums proportional-nums;
}

.NewViewer .input, .NewViewer .button, .NewViewer .form-h1 {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.NewViewer .button, .NewViewer .form-h1 {
  font-weight: 700;
}

.NewViewer .cta.cta-google {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.NewViewer .cta.cta-google {
  font-weight: 600;
}

.footer-tscs, .NewViewer .cta-sign-in, .NewViewer .error-msg, .NewViewer .form-copy, .NewViewer .button.small {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.NewViewer .button.small {
  font-weight: 600;
}

.NewViewer .hr::after {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.NewViewer .hr::after {
  font-weight: 600;
}

.NewViewer.bg-view-only {
  background-color: #F9F9FB;
}
.NewViewer .logo {
  display: block;
  height: 24px;
  margin: 0 auto 20px;
  padding-top: 20px;
}
.NewViewer .form-h1 {
  color: #4A4A4A;
  margin-bottom: 8px;
}
.NewViewer .form-copy {
  color: #949494;
  margin: 0;
}
.NewViewer .error-msg {
  background-color: #E55E5E;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: none;
  padding: 12px;
  text-align: center;
  width: 100%;
}
.NewViewer .error-msg.error-on {
  display: block;
}
.NewViewer .content {
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 48px;
}
.NewViewer .content-box {
  border-radius: 5px;
}
.NewViewer .content-box.error, .NewViewer .content-box.verified, .NewViewer .content-box.expired, .NewViewer .content-box.vo-off {
  display: none;
}
.NewViewer.has-error .content-box {
  display: none;
}
.NewViewer.has-error .content-box.error {
  display: block;
}
.NewViewer.has-verified .content-box {
  display: none;
  text-align: center;
}
.NewViewer.has-verified .content-box.verified {
  display: block;
}
.NewViewer.has-expired .content-box {
  display: none;
}
.NewViewer.has-expired .content-box.expired {
  display: block;
}
.NewViewer.has-vo-off .content-box {
  display: none;
}
.NewViewer.has-vo-off .content-box.vo-off {
  display: block;
}
.NewViewer .input {
  align-items: center;
  align-self: stretch;
  background: #ffffff;
  border: 1px solid #D0D0DC;
  border-radius: 4px;
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  transition: all 0.2s;
  width: 100%;
}
.NewViewer .input:hover {
  border-color: #949494;
}
.NewViewer .input::placeholder {
  color: #949494;
  font-family: "neulis-sans";
  font-size: 17px; /* 141.176% */
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.NewViewer .mascot-wrapper {
  display: flex;
  height: 120px;
  margin: 0 auto;
}
.NewViewer .button {
  align-items: center;
  align-self: stretch;
  background: #0070EB;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: 48px;
  justify-content: center;
  padding: 8px 20px;
  transition: all 0.2s;
  width: 100%;
  box-sizing: border-box;
}
.NewViewer .button.small {
  color: #fff;
  align-self: center;
  width: auto;
  height: auto;
  padding: 4px 8px;
}
.NewViewer .button:hover {
  background: #1F8AFF;
}
.NewViewer .button:active {
  background: #005FC7;
}
.NewViewer .hr {
  background: #E8E8ED;
  height: 1px;
  margin: 16px 0;
  position: relative;
  width: 100%;
}
.NewViewer .hr::after {
  background: #ffffff;
  color: #949494;
  content: "OR";
  top: 50%;
  left: 50%;
  padding: 2px 8px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.NewViewer .cta {
  cursor: pointer;
  text-decoration: none;
}
.NewViewer .cta.cta-google {
  align-items: center;
  background: rgba(99, 99, 99, 0.06);
  border-radius: 4px;
  color: #000;
  display: flex;
  gap: 6px;
  height: 56px;
  justify-content: center;
  transition: all 0.2s;
  width: 100%;
}
.NewViewer .cta.cta-google .google-icon {
  background: transparent url(/s/img/google-g.svg) center center no-repeat;
  background-size: 24px 24px;
  height: 100%;
  transition: all 0.3s;
  width: 26px;
}
.NewViewer .cta.cta-google:hover {
  background: rgba(99, 99, 99, 0.17);
}
.NewViewer .cta.cta-google:active {
  background: rgba(99, 99, 99, 0.26);
}
.NewViewer .cta-sign-in {
  color: #4A4A4A;
  margin-top: 20px;
  text-align: center;
}
.NewViewer .cta-sign-in.clicky {
  cursor: pointer;
  text-decoration: underline;
}
.NewViewer .message-image {
  background: #fff url(/s/img/view-only-icons@2x.png) 0 0 no-repeat;
  background-size: 162px 486px;
  height: 162px;
  margin: 36px auto;
  width: 162px;
}
.NewViewer .message-image.locked {
  background-position: 0 -162px;
}
.NewViewer .message-image.unlocked {
  background-position: 0 -324px;
}
.NewViewer .message-image.vo-off {
  background-image: none;
  border: 3px solid #E55E5E;
  border-radius: 162px;
  height: 124px;
  margin-bottom: 48px;
  margin-top: 48px;
  width: 124px;
}
.NewViewer .message-image.vo-off::after {
  background-color: #E55E5E;
  content: "";
  display: block;
  height: 126px;
  margin-left: 60px;
  transform: rotate(50deg);
  width: 3px;
}

.footer-tscs {
  bottom: 20px;
  color: #4A4A4A;
  position: absolute;
  text-align: center;
  width: 100vw;
}
.footer-tscs a {
  color: #4A4A4A;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

@media screen and (min-width: 30em) {
  .NewViewer.container {
    align-items: center;
    background-color: #F9F9FB;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .NewViewer .content-box {
    width: 550px;
  }
}
.popover {
  background-color: #F9F9F9;
  padding: 32px 16px;
}

.pop-title {
  text-transform: uppercase;
  color: #96A2AC;
  font-size: 14px;
  margin-bottom: 24px;
  text-align: center;
}

.pop-group-title {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.12em;
  position: relative;
  padding: 0 16px;
  font-weight: var(--typography-fw-semibold);
  opacity: 0.66;
  margin-bottom: 8px;
}

.pop-data-header {
  text-transform: uppercase;
  color: #96A2AC;
  line-height: 2;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.pop-box {
  background: #fff;
  border: 1px solid #E4E8EB;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.pop-box-row {
  margin-left: -16px;
  margin-right: -16px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pop-box-row.bordered {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E4E8EB;
}
.pop-box-row.align-top {
  align-items: flex-start;
}

.pop-box-col {
  display: flex;
}
.pop-box-col.px108 {
  min-width: 108px;
  width: 108px;
}
.pop-box-col.one {
  min-width: 25%;
  width: 25%;
}
.pop-box-col.two {
  min-width: 50%;
  width: 50%;
}
.pop-box-col.small {
  min-width: 74px;
  width: 74px;
}
.pop-box-col.flex1 {
  flex: 1;
}
.pop-box-col.space-48 {
  min-width: 48px;
  width: 48px;
}
.pop-box-col.space-xxl {
  min-width: 80px;
  width: 80px;
}
.pop-box-col.in-flex {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.pop-box-col.flex {
  display: flex;
}
.pop-box-col.text-ellipsis {
  margin-right: 8px;
}
.pop-box-col.text-ellipsis .text-ellipsis {
  width: 100%;
  min-width: 0;
}
.pop-box-col.flex-end {
  justify-content: flex-end;
}

.pop-box-header {
  padding: 0 16px 16px;
  margin: 0 -16px 16px;
  border-bottom: 1px solid #E4E8EB;
  font-weight: var(--typography-fw-semibold);
  font-size: 14px;
}

.pop-box-row .barBox {
  padding-right: 8px;
  padding-left: 8px;
}
.pop-box-row.type-blocked .middleBar {
  background-color: #f0993e;
}
.pop-box-row.type-dns .middleBar {
  background-color: #ef373a;
}
.pop-box-row.type-connect .middleBar {
  background-color: #5cc362;
}
.pop-box-row.type-ssl .middleBar {
  background-color: #8e38a8;
}
.pop-box-row.type-send .middleBar {
  background-color: #f286f3;
}
.pop-box-row.type-wait .middleBar {
  background-color: #f4ed84;
}
.pop-box-row.type-receive .middleBar {
  background-color: #52aff1;
}
.pop-box-row .middleBar {
  min-height: 16px;
  height: 16px;
}

.w-cta {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  border-radius: 6px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  padding: 1.25em;
  font-weight: var(--typography-fw-medium);
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #f65c8c;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  color: #fff;
  margin-bottom: 1em;
}
.w-cta.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.w-cta.red-hover:hover {
  color: #E35F61;
}
.w-cta:not(.secondary):hover {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.w-cta.secondary {
  background-color: transparent;
  box-shadow: none;
  color: #f65c8c;
  text-shadow: none;
  margin-top: -0.5em;
}
.w-cta.secondary:hover {
  box-shadow: none;
  text-decoration: underline;
}
.w-cta.disabled, .w-cta:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.w-cta.disabled:hover, .w-cta:disabled:hover {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  transform: none;
}
.w-cta.nudge-top {
  margin-top: 2em;
}
.w-cta.margin-0 {
  margin: 0;
}
.w-cta.full-bleed {
  width: 100%;
}
.w-cta.full-bleed.nudge-top {
  margin-top: 1.5em;
}

.captcha {
  display: none;
}

.w-cta-gtm {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 80%;
  margin: 1em auto;
  border: 1px solid #C8D2D9;
  border-radius: 6px;
  padding: 1em;
  font-weight: var(--typography-fw-semibold);
  color: #121212;
  font-size: 20px;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
}
.w-cta-gtm.disabled {
  background-color: #F9F9F9;
  color: #96A2AC;
  opacity: 0.8;
}
.w-cta-gtm:not(.disabled):hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.wizard {
  background-color: #F9F9F9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 10001;
  font-size: 16px;
}

.w-slide {
  animation: fadeInKeyframe 0.5s ease-in forwards;
  margin-top: 2.5em;
}

.w-nav {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E4E8EB;
  padding-left: 2em;
  padding-right: 2em;
  height: 85px;
  box-sizing: border-box;
}

.w-nav-box {
  flex: 1;
}
.w-nav-box.bump {
  padding-top: 1px;
}

.w-button {
  cursor: pointer;
  height: 42px;
  width: 42px;
  position: relative;
  margin-left: 2em;
  margin-top: 2em;
  border-radius: 36px;
  z-index: 0;
}
.w-button.back-arrow {
  display: inline-block;
  background: transparent url(img/wizard/w-icon-backbutton.svg) center center no-repeat;
  transition: all 0.3s;
  margin-top: -2px;
  margin-left: 0;
  margin-right: 0.5em;
  transform: scale(0.8);
}
.w-button.back-arrow:hover {
  background-color: #E3E8F0;
}

.w-back-arrow {
  background-color: #fff;
  border: 1px solid #E4E8EB;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin: -5px 16px 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
}
.w-back-arrow::after {
  content: "";
  background: no-repeat url(/s/img/svg/back-arrow-pink.svg) center center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.w-back-arrow:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.w-nav-links {
  height: 100%;
}
.w-nav-links.right {
  text-align: right;
}

.w-nav-link {
  height: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  margin: 0 12px;
  color: black;
  border-bottom: 2px solid transparent;
  vertical-align: top;
}
.w-nav-link:hover {
  border-color: #f65c8c;
  text-decoration: none;
}

.w-nav-steps {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-nav-logo-link {
  display: inline-block;
  margin-top: -4px;
}

.w-nav-step {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: var(--typography-fw-semibold);
  text-align: center;
  padding: 35px 24px;
  color: #121212;
  cursor: default;
  position: relative;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.2s;
}
.w-nav-step::before {
  content: attr(data-page-number);
  display: inline-block;
  color: #fff;
  font-weight: var(--typography-fw-semibold);
  width: 24px;
  text-align: center;
  margin-right: 16px;
  position: relative;
  z-index: 1;
}
.w-nav-step::after {
  content: "";
  border-radius: 24px;
  border: 1px solid transparent;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 30px;
  left: 23px;
  background-color: #C8D2D9;
  box-sizing: border-box;
  z-index: 0;
  transition: all 0.2s;
}
.w-nav-step.is-active, .w-nav-step.is-completed {
  box-shadow: inset 0 -2px 0 #f65c8c;
  color: #121212;
  cursor: pointer;
}
.w-nav-step.is-active::after, .w-nav-step.is-completed::after {
  background-color: #f65c8c;
}
.w-nav-step.is-selectable {
  cursor: pointer;
}
.w-nav-step.is-completed {
  box-shadow: inset 0 -2px 0 #fbbdd0;
}
.w-nav-step.is-completed::after {
  background-color: #fbbdd0;
}
.w-nav-step.is-completed.is-active {
  box-shadow: inset 0 -2px 0 #f65c8c;
}
.w-nav-step.is-completed.is-active::after {
  background-color: #f65c8c;
}
.w-nav-step.is-completed:hover {
  color: #121212;
  box-shadow: inset 0 -2px 0 #f65c8c;
}
.w-nav-step.is-completed:hover::after {
  background-color: #f65c8c;
}
.w-nav-step:not(.is-active).is-selectable {
  color: #6c7c89;
}
.w-nav-step:not(.is-active).is-selectable:hover {
  color: #3A4B59;
  box-shadow: inset 0 -2px 0 #f65c8c;
}

.w-head, .w-content, .w-foot {
  padding: 0 1.5em;
}

.w-foot {
  margin-bottom: 3em;
}
.w-foot.nudge-top {
  margin-top: 6em;
}
.w-foot.nudge-top.slight {
  margin-top: 2em;
}

.w-icon {
  height: 100px;
  width: 100px;
  margin: 0 auto 1.5em;
  position: relative;
}
.w-icon::before {
  background: transparent 0 0 no-repeat;
  transition: all 0.5s;
  display: block;
  content: "";
  height: 100px;
  width: 100px;
}
.w-icon.profile {
  width: 156px;
}
.w-icon.profile::before {
  background-image: url(img/wizard/w-icon-slide-profile-logo.svg);
  width: 156px;
}
.w-icon.account::before {
  background-image: url(img/wizard/w-icon-slide-account.svg);
}
.w-icon.recording::before {
  background-image: url(img/wizard/w-icon-slide-recording.svg);
}
.w-icon.privacy::before {
  background-image: url(img/wizard/w-icon-slide-privacy.svg);
}
.w-icon.email::before {
  background-image: url(img/wizard/w-icon-slide-email.svg);
}

.w-title {
  color: #121212;
  font-size: 24px;
  font-weight: var(--typography-fw-bold);
  margin-bottom: 0.5em;
  text-align: center;
}

.w-subtitle {
  color: #3A4B59;
  font-weight: var(--typography-fw-regular);
  color: #96A2AC;
  text-align: center;
  margin-bottom: 2.5em;
}

.w-copy {
  color: #3A4B59;
  line-height: 1.75;
}
.w-copy.centered {
  text-align: center;
}
.w-copy.fw-standard {
  font-size: 14px;
}

.w-copy-cta {
  cursor: pointer;
}

.w-fine-print {
  color: #96A2AC;
  font-size: 14px;
  line-height: 1.5;
}
.w-fine-print.centered {
  text-align: center;
}

.w-img-hero {
  border-radius: 6px;
  border: 1px solid #E4E8EB;
  height: 140px;
  width: 600px;
}
.w-img-hero.centered {
  margin: 0 auto;
}

.w-heart {
  background: transparent url(img/wizard/w-heart.png) 0 0 no-repeat;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.w-heart.little {
  height: 32px;
  width: 32px;
  background-size: 32px 32px;
  margin: 1em auto;
}

.w-pod {
  margin-bottom: 1em;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
  transition: all 0.2s;
  border-radius: 6px;
  background-color: #fff;
}
.w-pod:last-child {
  margin-bottom: 2em;
}
.w-pod:hover:not(.is-open) {
  transform: translateY(-1px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}
.w-pod.is-open {
  transform: translateY(-1px);
}
.w-pod.is-open .w-pod-head {
  border-radius: 6px 6px 0 0;
}
.w-pod.is-open .w-pod-content {
  display: block;
}

.w-pod-head {
  cursor: pointer;
}

.w-pod-content {
  display: none;
  border: solid #C8D2D9;
  border-width: 0 1px 1px;
  border-radius: 0 0 6px 6px;
  padding: 1em;
  box-sizing: border-box;
}
.w-pod-content .w-codeblock {
  margin: -1em;
  border-radius: 0 0 6px 6px;
}

.w-codeblock {
  padding: 1em;
  line-height: 1.5;
  overflow: auto;
  position: relative;
}
.w-codeblock .textarea {
  background-color: #F9F9F9;
}

.w-cta-copy2clip {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  border-radius: 6px;
  background-color: #F9F9F9;
  color: #448EE1;
  cursor: pointer;
  position: absolute;
  right: 1.5em;
  top: 1.2em;
  text-align: right;
  padding: 8px 8px 8px 24px;
  transition: all 0.2s;
}
.w-cta-copy2clip.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.w-cta-copy2clip.red-hover:hover {
  color: #E35F61;
}
.w-cta-copy2clip::before, .w-cta-copy2clip::after {
  background-color: #fff;
  height: 8px;
  width: 8px;
  border: 2px solid #C8D2D9;
  border-radius: 1px;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s;
}
.w-cta-copy2clip::before {
  top: 11px;
  left: 4px;
}
.w-cta-copy2clip::after {
  top: 15px;
  left: 8px;
}
.w-cta-copy2clip:hover::before, .w-cta-copy2clip:hover::after {
  border-color: #448EE1;
}

.w-pod-head {
  border: 1px solid #C8D2D9;
  border-radius: 4px;
  padding: 1em;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.w-pod-icon {
  height: 48px;
  width: 48px;
  margin-right: 1em;
  background: transparent url(img/wizard/w-icons-rec-options.svg) 0 0 no-repeat;
}
.w-pod-icon.snippet {
  background-position: 0 0;
}
.w-pod-icon.send {
  background-position: 0 -48px;
}
.w-pod-icon.gtm {
  background-position: 0 -96px;
}
.w-pod-icon.segment {
  background-position: 0 -144px;
}

.w-pod-title {
  color: #121212;
  font-weight: var(--typography-fw-semibold);
  margin-bottom: 0.5em;
}

.w-pod-subtitle {
  color: #96A2AC;
  margin-bottom: 0;
}

.w-copy-url {
  font-weight: var(--typography-fw-semibold);
  color: #121212;
}

.w-form-control {
  margin-bottom: 1.25em;
}

.w-error-box {
  color: #E55E5E;
  font-size: 13px;
  line-height: 1.25;
  padding-top: 8px;
}

.w-form-label {
  color: #121212;
  font-weight: var(--typography-fw-semibold);
  margin-bottom: 1em;
}
.w-form-label.has-error::after {
  content: "Required";
  color: #E55E5E;
  margin-left: 4px;
}
.w-form-label.invalid::after {
  content: "Invalid format";
  color: #E55E5E;
  margin-left: 4px;
}
.w-form-label.muted {
  color: #96A2AC;
}
.w-form-label.centered {
  text-align: center;
}

label.w-form-label {
  display: block;
  margin-bottom: 0.25em;
}

.w-form-label-secondary {
  color: #3A4B59;
  font-weight: var(--typography-fw-regular);
  color: #96A2AC;
}

.w-form-input {
  border: 1px solid #C8D2D9;
  border-radius: 6px;
  padding: 1.2em 1.4em;
  font-family: var(--typography-font-sans);
  font-size: 16px;
  font-weight: var(--typography-fw-medium);
  font-variant-numeric: lining-nums;
  color: #121212;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s;
}
.w-form-input:focus {
  outline: none;
  border-color: #f65c8c;
  box-shadow: inset 0 0 0 1px #f65c8c;
}
.w-form-input::placeholder {
  color: #96A2AC;
  font-weight: var(--typography-fw-regular);
}
.w-form-input.has-error {
  border-color: #E55E5E;
  box-shadow: inset 0 0 0 1px #E55E5E;
}
.w-form-input.has-error::placeholder {
  color: #f98cae;
}
.w-form-input.has-error:focus {
  border-color: #f65c8c;
}
.w-form-input.has-error:focus::placeholder {
  color: #96A2AC;
}
.w-form-input.textarea {
  font-size: 14px;
  line-height: 1.5;
  height: auto;
  color: #121212;
  font-family: var(--typography-font-monospace);
  resize: vertical;
}

.domain-control {
  display: flex;
  align-items: stretch;
}
.domain-control span {
  color: #3a4b59;
  border-color: #e4e8eb;
  background-color: #e4e8eb;
  padding: 1.2em 8px;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #C8D2D9;
  border-right: 0;
  border-radius: 6px 0 0 6px;
}
.domain-control input {
  border-radius: 0 6px 6px 0;
  border-left: 0;
}

.w-form-select {
  appearance: none;
  border: 1px solid #C8D2D9;
  padding: 1.2em 1.4em;
  background: #fff url(img/wizard/w-icon-dropdown-pink.svg) center right no-repeat;
  font-family: var(--typography-font-sans);
  font-size: 16px;
  font-weight: var(--typography-fw-semibold);
  color: #3A4B59;
  display: block;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
}
.w-form-select:focus {
  outline: none;
  border-color: #f65c8c;
  box-shadow: inset 0 0 0 1px #f65c8c;
}
.w-form-select.has-error {
  border-color: #E55E5E;
  box-shadow: inset 0 0 0 1px #E55E5E;
}
.w-form-select.has-error::placeholder {
  color: #f98cae;
}
.w-form-select.has-error:focus {
  border-color: #f65c8c;
}

.w-icocheck {
  background-color: #fff;
  border: 1px solid #C8D2D9;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 1em;
  position: relative;
  margin-bottom: 1em;
  transition: all 0.2s;
  display: flex;
  align-items: center;
}
.w-icocheck::after {
  background: url(/s/img/plans/checked-pink.svg) no-repeat center center;
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 8px;
  transition: transform 0.2s;
  width: 33px;
  height: 30px;
  transform: scale(0);
}
.w-icocheck:hover {
  border-color: #f98cae;
}
.w-icocheck.is-checked {
  border-color: #f65c8c;
  box-shadow: inset 0 0 0 1px #f65c8c;
}
.w-icocheck.is-checked .w-icocheck-icon {
  opacity: 0.8;
}
.w-icocheck.is-checked .w-icocheck-text {
  color: #121212;
  font-weight: var(--typography-fw-semibold);
}
.w-icocheck.is-checked::after {
  transform: scale(1.2);
}
.w-icocheck.is-checked:hover {
  border-color: #f65c8c;
}

.w-icocheck-icon {
  min-width: 24px;
  height: 24px;
  width: 24px;
  background: transparent url(/s/img/wizard/w-icons-persona.svg) 0 0 no-repeat;
  opacity: 0.4;
  margin-right: 1em;
  transition: opacity 0.2s;
}
.w-icocheck-icon.acct-mgmt {
  background-position: 0 0;
}
.w-icocheck-icon.customer-experience {
  background-position: 0 -24px;
}
.w-icocheck-icon.data {
  background-position: 0 -48px;
}
.w-icocheck-icon.engineering {
  background-position: 0 -72px;
}
.w-icocheck-icon.marketing {
  background-position: 0 -96px;
}
.w-icocheck-icon.product-mgmt {
  background-position: 0 -120px;
}
.w-icocheck-icon.support {
  background-position: 0 -144px;
}
.w-icocheck-icon.ux-design {
  background-position: 0 -168px;
}
.w-icocheck-icon.email {
  min-width: 32px;
  height: 32px;
  width: 32px;
  background: transparent url(/s/img/wizard/w-icons-email.svg) 0 0 no-repeat;
}
.w-icocheck-icon.email.digest {
  background-position: 0 0;
}
.w-icocheck-icon.email.updates {
  background-position: 0 -32px;
}
.w-icocheck-icon.email.tips {
  background-position: 0 -64px;
}
.w-icocheck-icon.email.friends {
  background-position: 0 -96px;
}

.w-icocheck-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.w-icocheck-text.emph {
  font-weight: var(--typography-fw-semibold);
}

.w-icocheck-subtext {
  color: #96A2AC;
  margin-top: 4px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  display: block;
}
.w-icocheck-subtext.wrap {
  white-space: normal;
  line-height: 1.5;
}

.w-selector-list {
  position: relative;
}
.w-selector-list .list-selectors {
  border: 1px solid #C8D2D9;
  border-radius: 6px;
  padding: 1.2em 1.4em;
  font-family: var(--typography-font-sans);
  font-size: 16px;
  font-weight: var(--typography-fw-medium);
  font-variant-numeric: lining-nums;
  color: #121212;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s;
  height: auto;
  background-color: #F9F9F9;
  margin-bottom: 1em;
}
.w-selector-list .list-selectors:focus {
  outline: none;
  border-color: #f65c8c;
  box-shadow: inset 0 0 0 1px #f65c8c;
}
.w-selector-list .list-selectors::placeholder {
  color: #96A2AC;
  font-weight: var(--typography-fw-regular);
}
.w-selector-list .list-selectors.has-error {
  border-color: #E55E5E;
  box-shadow: inset 0 0 0 1px #E55E5E;
}
.w-selector-list .list-selectors.has-error::placeholder {
  color: #f98cae;
}
.w-selector-list .list-selectors.has-error:focus {
  border-color: #f65c8c;
}
.w-selector-list .list-selectors.has-error:focus::placeholder {
  color: #96A2AC;
}
.w-selector-list .row {
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 2em;
}
.w-selector-list .w-cta {
  width: 100%;
}
.w-selector-list .w-form-input {
  border: 2px solid #E4E8EB;
  border-radius: 4px;
}
.w-selector-list .w-form-input.textarea {
  background-color: #F9F9F9;
}
.w-selector-list .w-form-input.textarea:focus {
  border-color: #70a9e8;
}
.w-selector-list .w-codeblock {
  background-color: #fff;
  padding: 0;
  margin-bottom: 0;
}

.ex-elements-ui {
  position: relative;
}
.ex-elements-ui .w-col-half {
  position: absolute;
  bottom: 0;
  right: 1em;
}

.w-row {
  box-sizing: border-box;
  margin: 0 -1em;
}
.w-row::after {
  clear: both;
  content: "";
  display: table;
}

.w-col-full {
  padding: 0 1em;
  box-sizing: border-box;
}

.w-col-half {
  width: 50%;
  float: left;
  display: inline-block;
  padding: 0 1em;
  box-sizing: border-box;
}
.w-col-half.offset {
  margin-left: 25%;
}

.w-col-80 {
  width: 80%;
}
.w-col-80.centered {
  margin: 0 auto;
}

.w-col-400 {
  width: 400px;
  margin: 0 auto;
}

@media only screen and (min-width : 30em) {
  .w-col-half-ns {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 0 1em;
    box-sizing: border-box;
  }
  .w-col-half-ns.offset {
    margin-left: 25%;
  }
}
@media only screen and (max-width : 30em) {
  .w-nav {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .w-nav .w-nav-step {
    box-sizing: border-box;
    height: 42px;
    overflow: hidden;
    padding: 0;
  }
  .w-nav .w-nav-step:not(.is-active).is-selectable {
    box-shadow: inset 0 -4px 0 #b2d0f3;
  }
  #signup {
    margin-top: 5.25em;
  }
  .w-slide {
    padding-top: 2.5em;
  }
  .w-col-full-s {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 0 1em;
    box-sizing: border-box;
  }
  .w-col-full-s.offset {
    margin-left: 0;
  }
  .w-form-control {
    margin-bottom: 1em;
  }
  .w-icon {
    transform: scale(0.9);
    margin-bottom: 1em;
  }
  .w-content {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width : 30em) and (max-width : 60em) {
  .w-slide {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  #signup .w-slide {
    width: 100%;
  }
}
@media only screen and (min-width : 60em) {
  .w-slide {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.toggleText {
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  padding: 4px 0 4px 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toggleText .togTextAction {
  color: var(--base-text-emphasized);
  font-weight: var(--typography-fw-medium);
  text-decoration: underline;
}
.toggleText .togTextAction::before {
  background: transparent url(img/segmentFollowIcons-pink.svg) 0 0 no-repeat;
  display: block;
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  top: 4px;
  left: 0px;
  transition: transform 0.2s;
}
.toggleText .togTextAction .textHover {
  display: none;
}
.toggleText .togTextTuning {
  color: var(--base-text-secondary);
  text-transform: capitalize;
  font-weight: var(--typography-fw-regular);
}
.toggleText .togTextTuning::before {
  content: "·";
  display: inline;
  margin: 0 4px;
}
.toggleText.is-off .sfcTextAction::before {
  background-position: 0 -24px;
}
.toggleText.is-on .sfcTextAction::before {
  background-position: 0 -48px;
}
.toggleText.is-on:not(.is-off) .sfcTextAction {
  text-decoration: underline;
}
.toggleText.is-on:not(.is-off) .sfcTextAction::before {
  background-position: 0 -48px;
}
.toggleText.is-on:not(.is-off) .sfcTextAction:hover .textResting {
  display: none;
}
.toggleText.is-on:not(.is-off) .sfcTextAction:hover .textHover {
  display: inline;
}
.toggleText.is-on:not(.is-off) .sfcTextAction:hover::before {
  background-position: 0 -72px;
}
.toggleText.is-on:not(.is-off) .sfcTextInfo {
  display: inline;
}

.sessionLinksPage {
  background-image: linear-gradient(to bottom right, #973999, #f8598b, #f7bf00);
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.sessionLinksPage .fsProLogo {
  background: url(/s/img/plans/fs-pro-white.svg) no-repeat center center;
  width: 100%;
  height: 46px;
  margin: 4rem;
}
.sessionLinksPage .sessionLinksCopy {
  color: white;
  font-size: 30px;
  font-weight: var(--typography-fw-ultralight);
  line-height: 1.5;
  margin: 2rem;
  text-align: center;
}
.sessionLinksPage .learnMoreLink {
  color: white;
  font-size: 20px;
  font-weight: var(--typography-fw-ultralight);
  margin: 2rem;
  text-decoration: underline;
}
.sessionLinksPage .sessionLinksLoginText {
  color: white;
  font-size: 15px;
  font-weight: var(--typography-fw-regular);
}
.sessionLinksPage .loginButton {
  align-items: center;
  background: white;
  border-radius: 4px;
  color: #f8598b;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 50px;
  justify-content: center;
  margin: 0.5rem;
  text-decoration: none;
  width: 280px;
}

.Viz.graph .contents {
  /* Hide the "0" label on the Y axis */
}
.Viz.graph .contents .line {
  fill: none;
  stroke: #448EE1;
  stroke-width: 2;
}
.Viz.graph .contents .circle {
  cursor: pointer;
}
.Viz.graph .contents .circle.inner {
  fill: #448EE1;
  display: none;
}
.Viz.graph .contents .circle.minor.inner {
  display: none;
}
.Viz.graph .contents .overlay {
  fill: none;
  pointer-events: all;
}
.Viz.graph .contents .focus text {
  stroke: #448EE1;
}
.Viz.graph .contents .focus circle {
  fill: #448EE1;
  stroke: #448EE1;
}
.Viz.graph .contents .focus line {
  stroke: #96A2AC;
  stroke-dasharray: 1, 2;
}
.Viz.graph .contents .axis {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
}
.Viz.graph .contents .axis.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.Viz.graph .contents .axis.red-hover:hover {
  color: #E35F61;
}
.Viz.graph .contents .axis path, .Viz.graph .contents .axis line {
  fill: none;
  stroke: #eee;
  shape-rendering: crispEdges;
}
.Viz.graph .contents .axis text {
  fill: #999;
  text-transform: uppercase;
}
.Viz.graph .contents .axis.y path {
  display: none;
}
.Viz.graph .contents .area {
  fill: url(#blueGradient);
  stroke-width: 5px;
  opacity: 0.2;
}
.Viz.graph .contents .y.axis g:first-of-type text {
  display: none;
}

.Viz.graph .matchesContainer {
  display: none;
  color: #96A2AC;
  float: right;
}
.Viz.graph .matchesContainer .matchesDot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #448EE1;
}
.Viz.graph .matchesContainer .matches {
  display: inline-block;
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  margin-left: 10px;
}
.Viz.graph .matchesContainer .matches.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.Viz.graph .matchesContainer .matches.red-hover:hover {
  color: #E35F61;
}
.Viz.graph.medium.graph > .contents .y.axis .tick text {
  display: none;
}

.Viz.multigraph .contents svg .line {
  fill: none;
}
.Viz.multigraph .contents svg .line.secondary {
  transition: all 0.1s linear;
}
.Viz.multigraph .contents svg .circle {
  cursor: pointer;
}
.Viz.multigraph .contents svg .overlay {
  fill: none;
  pointer-events: all;
}
.Viz.multigraph .contents svg .focus line {
  stroke: #96A2AC;
  stroke-dasharray: 1, 2;
}
.Viz.multigraph .contents svg .axis {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
}
.Viz.multigraph .contents svg .axis.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.Viz.multigraph .contents svg .axis.red-hover:hover {
  color: #E35F61;
}
.Viz.multigraph .contents svg .axis path, .Viz.multigraph .contents svg .axis line {
  stroke: #96A2AC;
  stroke-dasharray: 2, 4;
}
.Viz.multigraph .contents svg .axis text {
  fill: #96A2AC;
  text-transform: uppercase;
}
.Viz.multigraph .contents svg .axis.y path {
  display: none;
}

.UserDetail {
  padding-bottom: 150px;
}
.UserDetail .map {
  background: #fff url(/s/img/map_placeholder.png) no-repeat;
  background-size: 512px 260px;
  width: 512px;
  height: 105px;
}
.UserDetail .generalInfo {
  background-color: #448EE1;
  position: relative;
  color: #fff;
  height: 80px;
}
.UserDetail .generalInfo .avatar {
  position: absolute;
  display: inline-block;
  margin-top: -38px;
  right: 22px;
  height: 80px;
  width: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
  border-radius: 48px;
}
.UserDetail .generalInfo .metaUserInfo {
  position: absolute;
  display: inline;
  top: 18px;
  left: 48px;
}
.UserDetail .generalInfo .metaUserInfo .headingText {
  font-size: 20px;
  font-weight: 300;
  max-width: 330px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
}
.UserDetail .generalInfo .metaUserInfo .subText {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  color: #fff;
  display: inline;
  opacity: 0.7;
}
.UserDetail .generalInfo .metaUserInfo .subText.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.UserDetail .generalInfo .metaUserInfo .subText.red-hover:hover {
  color: #E35F61;
}
.UserDetail .generalInfo .metaSessionInfo {
  position: absolute;
  display: inline;
  top: 20px;
  left: 256px;
}
.UserDetail .sessionListToggleContainer {
  padding: 10px;
  background-color: #F9F9F9;
}
.UserDetail .sessionListToggleContainer .leftRightToggle .label, .UserDetail .sessionListToggleContainer .leftRightToggle .bg {
  height: 40px;
}
.UserDetail > .sessionListContainer .col {
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
  flex: 1;
  color: #3A4B59;
  font-weight: 500;
  cursor: default;
}
.UserDetail > .sessionListContainer .col.large {
  flex: 3;
}
.UserDetail > .sessionListContainer .col.medium {
  flex: 2;
}
.UserDetail > .sessionListContainer .col.small {
  flex: 1;
  min-width: 75px;
}
.UserDetail > .sessionListContainer .col.extraLarge {
  flex: 4;
}
.UserDetail > .sessionListContainer .col.pushRight {
  text-align: right;
}
.UserDetail > .sessionListContainer > .labels {
  display: flex;
  position: relative;
  margin: 0px 48px;
  height: 40px;
  line-height: 20px;
  font-family: var(--typography-font-sans);
  text-transform: var(--typography-text-transform-lowercase);
  font-size: 12px;
  list-style: none;
  line-height: 40px;
}
.UserDetail > .sessionListContainer > .labels > .col {
  color: #96A2AC;
}
.UserDetail > .sessionListContainer > .showMore {
  display: none;
  cursor: pointer;
  font-style: italic;
  color: #448ee1;
  margin-top: -24px;
  background: #fff;
  line-height: 4em;
  padding-left: 48px;
  background-image: url("/s/img/menu/arrow.png");
  background-position: 21px 50%;
  background-repeat: no-repeat;
}
.UserDetail > .sessionListContainer > .showMore:hover {
  text-decoration: underline;
}
.UserDetail > .sessionListContainer > .sessionList {
  background-color: white;
  padding-left: 48px;
  margin-bottom: 24px;
}
.UserDetail > .sessionListContainer > .sessionList.userJourney {
  padding-left: 10px;
  padding-right: 10px;
}
.UserDetail > .sessionListContainer > .sessionList > .item {
  padding: 0;
  border-bottom: 1px solid #E4E8EB;
}
.UserDetail > .sessionListContainer > .sessionList > .item > .SessionItem {
  border-bottom: 1px solid #E4E8EB;
  font-weight: var(--typography-fw-base);
  white-space: nowrap;
  display: flex;
  padding: 19px 30px 19px 0;
  margin-right: 18px;
  background-color: white;
  position: relative;
}
.UserDetail > .sessionListContainer > .sessionList > .item > .SessionItem:last-child {
  border-bottom: 1px solid transparent;
}
.UserDetail > .sessionListContainer > .sessionList > .item > .SessionItem > .quickplay {
  height: 27px;
  width: 27px;
  background: white url(/s/img/playBtnMicro.png) 60% 50% no-repeat;
  border: 1px solid #E4E8EB;
  border-radius: 20px;
  position: absolute;
  top: 12px;
  cursor: pointer;
  left: -38px;
  transition: all 0.2s ease-in-out;
}
.UserDetail > .sessionListContainer > .sessionList > .item > .SessionItem > .quickplay:hover {
  border-color: transparent;
  background-color: #448EE1;
  background-image: url("/s/img/playBtnMicroWhite.png");
  background-position: 60% 50%;
  background-repeat: no-repeat;
}
.UserDetail > .sessionListContainer > .sessionList > .item > .SessionItem.watched > .quickplay {
  background-image: url(/s/img/playBtnMicroWatched.png);
}
.UserDetail > .sessionListContainer > .sessionList > .item > .SessionItem.watched > .quickplay:hover {
  background-image: url("/s/img/playBtnMicroWhite.png");
}
.UserDetail > .sessionListContainer > .sessionList > .item > .SessionItem.clip > .pages, .UserDetail > .sessionListContainer > .sessionList > .item > .SessionItem.clip > .length {
  display: none;
}
.UserDetail > .sessionListContainer > .sessionList > .item > .SessionItem.clip.watched .quickplay {
  background-image: url(/s/img/watched-clip@2x.png);
  background-size: 27px 28px;
}
.UserDetail > .sessionListContainer > .sessionList > .item > .SessionItem.clip > .quickplay {
  background: white url(/s/img/clip_closed_icon@2x.png) 60% 50% no-repeat;
  background-size: 27px 28px;
  border: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.UserDetail > .sessionListContainer > .sessionList > .item > .SessionItem.clip > .quickplay:hover {
  background: white url(/s/img/clip_icon_selected@2x.png) 60% 50% no-repeat !important;
  background-size: 27px 28px !important;
  border: none !important;
}
.UserDetail .DataPill {
  color: #96A2AA;
  padding: 17px 30px;
  color: #3A4B59;
  font-size: 12px;
  cursor: default;
  background: #fff;
  margin: 10px 18px;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  display: flex;
}
.UserDetail .DataPill > .title {
  font-family: var(--typography-font-serif);
  font-style: italic;
  color: #7F92A2;
}
.UserDetail .DataPill > .data {
  margin-left: auto;
  font-weight: 600;
  padding-left: 20px;
}
.UserDetail .DataPill .singleCta {
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.UserDetail .DataPill .singleCta.danger {
  color: #E35F61;
}
.UserDetail .DataPill .singleCta:hover {
  text-decoration: underline;
}
.UserDetail .DataPill:last-child {
  margin-bottom: 15px;
}
.UserDetail .actions {
  /*border-top: $border-pane;*/
  margin-top: 16px;
}

.backBtn {
  position: absolute;
  padding: 12px 24px 12px 48px;
  top: 18px;
  left: 180px;
  border: 1px solid #E4E8EB;
  border-radius: 6px;
  cursor: pointer;
  display: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #3A4B59;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
  background-color: #fff;
  transition: background-color 0.2s ease-out;
}
.backBtn:before {
  transform: rotate(-45deg);
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: #f65c8c transparent transparent #f65c8c;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  left: 20px;
  top: 16px;
}
.backBtn:after {
  transform: translateY(0.5px);
  background-color: #f65c8c;
  border-radius: 1px;
  border: 0 solid transparent;
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  position: absolute;
  left: 20px;
  top: 19px;
}
.backBtn:hover {
  background-color: #F9F9F9;
}

.FreemiumWelcomeDialogContainer {
  text-align: center;
  z-index: 10007;
}
.FreemiumWelcomeDialogContainer .freemiumWelcomeDialogContainer {
  border-radius: 0;
  width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FreemiumWelcomeDialogContainer .freemiumWelcomeDialogContainer .top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 100%;
  position: relative;
  background-color: #448ee1;
}
.FreemiumWelcomeDialogContainer .freemiumWelcomeDialogContainer .top .fullstorylogo {
  width: 200px;
}
.FreemiumWelcomeDialogContainer .freemiumWelcomeDialogContainer .bottom {
  padding-top: 36px;
  padding-bottom: 8px;
}
.FreemiumWelcomeDialogContainer .freemiumWelcomeDialogContainer .bottom .dialogText {
  font-size: 18px;
  font-weight: var(--typography-fw-light);
  color: #3A4B59;
  line-height: 1.5em;
}
.FreemiumWelcomeDialogContainer .freemiumWelcomeDialogContainer .bottom .startButton {
  margin: 30px auto;
}
.FreemiumWelcomeDialogContainer .freemiumWelcomeDialogContainer .bottom .startButton svg.whiteArrow path {
  fill: white;
}
.FreemiumWelcomeDialogContainer .freemiumWelcomeDialogContainer .bottom .nevermind {
  margin-bottom: 25px;
}
.FreemiumWelcomeDialogContainer .freemiumWelcomeDialogContainer a {
  cursor: pointer;
}

.LeftRightPagination {
  align-items: center;
  display: flex;
}
.LeftRightPagination .arrow {
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
}
.LeftRightPagination .arrow.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.LeftRightPagination .arrow:hover {
  background: var(--base-surfaces-hover-secondary);
}
.LeftRightPagination .arrow > .chevron {
  color: #f65c8c;
  position: absolute;
  top: 16px;
}
.LeftRightPagination .arrow > .chevron.left {
  left: 17px;
}
.LeftRightPagination .arrow > .chevron.right {
  left: 15px;
}
.LeftRightPagination .counts {
  color: var(--base-text-secondary);
  font-weight: var(--typography-fw-regular);
}
.LeftRightPagination .counts .current {
  margin-left: 4px;
}
.LeftRightPagination .counts .total {
  margin-right: 4px;
}
.LeftRightPagination .counts .current, .LeftRightPagination .counts .total {
  text-align: right;
}

.level0Callout {
  background: #448EE1;
  color: #fff;
  padding: 30px 30px 20px 30px;
  width: 460px;
  border-radius: 6px;
}
.level0Callout .header {
  color: #fff;
  font-size: 18px;
  padding-bottom: 7px;
  font-weight: 500;
}
.level0Callout .msg {
  color: #fff;
  padding-bottom: 15px;
  line-height: 1.7em;
  font-size: 14px;
  font-weight: 200;
}
.level0Callout .button {
  color: #fff;
  background: white; /* TODO */
  padding: 10px 50px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #3B7DC8;
  transition: background 0.2s;
}
.level0Callout .button:hover {
  background: #3B7DC8;
}
.level0Callout .button.publishTag {
  background-color: #fff;
  border: 0 solid #fff;
  color: #448EE1;
  margin: 14px 0;
  text-align: center;
  transition: all 0.2s;
}
.level0Callout .button.publishTag:hover {
  background-color: #F9F9F9;
}
.level0Callout .actions {
  min-height: 15px;
}
.level0Callout .actions .progress {
  float: left;
}
.level0Callout .actions .progress .dot {
  height: 6px;
  width: 6px;
  border-radius: 5px;
  border: 1px solid white;
  display: inline-block;
  margin-right: 3px;
  background: transparent;
}
.level0Callout .actions .progress .dot.filled {
  background: white;
}
.level0Callout .actions .next {
  float: right;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.level0Callout .actions .done {
  float: right;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 4px;
  margin-top: -8px;
}
.level0Callout .actions .done:hover {
  background: #3E82CF;
  -webkit-transition: background 0.2s;
}
.level0Callout a {
  color: white;
  text-decoration: underline;
}

.viewOnly .level0Indicator {
  display: none !important;
}

.level0Indicator {
  box-sizing: border-box;
  background: transparent;
  display: inline-block;
  margin: -10px 0 0 -8px;
  position: absolute;
  vertical-align: middle;
}
.level0Indicator *, .level0Indicator *::before, .level0Indicator *::after {
  box-sizing: inherit;
}
.level0Indicator .pulse {
  background: #e5c051;
  border-radius: 19px;
  cursor: pointer;
  display: inline-block;
  height: 38px;
  position: relative;
  transition: background 0.2s ease-in-out;
  width: 38px;
  z-index: 1;
}
.level0Indicator .pulse::after {
  bottom: 0;
  color: #fff;
  content: "?";
  font-size: 20px;
  font-weight: 500;
  left: 0;
  line-height: 2em;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.level0Indicator .pulse:hover {
  animation-play-state: paused;
  background: #e5c051;
}
.level0Indicator .scale {
  animation: scaleDot 1.5s infinite ease-in-out;
}

@keyframes scaleDot {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.sendNoteContainer > .sendNotePanel {
  display: inline-block;
  background-color: var(--base-surfaces-default);
  width: 680px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  z-index: 10001;
}
.sendNoteContainer > .sendNotePanel.loading {
  opacity: 0.5;
  filter: grayscale(100%);
}
.sendNoteContainer > .sendNotePanel .error {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  padding: 8px 0;
  position: relative;
}
.sendNoteContainer > .sendNotePanel .error.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.sendNoteContainer > .sendNotePanel .error.red-hover:hover {
  color: #E35F61;
}
.sendNoteContainer > .sendNotePanel .error::before {
  color: #E75D5B;
  content: "∗";
  display: block;
  position: absolute;
  top: 6px;
  left: -9px;
}
.sendNoteContainer > .sendNotePanel .error.errorSpecific {
  color: #E75D5B;
}
.sendNoteContainer > .sendNotePanel .error.errorSpecific::before {
  display: none;
}
.sendNoteContainer > .sendNotePanel > .close {
  height: 42px;
  display: block;
  text-align: right;
}
.sendNoteContainer > .sendNotePanel > .close .xToClose {
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-top: 20px;
  margin-right: 20px;
}
.sendNoteContainer > .sendNotePanel > .panelHeader {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: var(--base-text-default);
}
.sendNoteContainer > .sendNotePanel > .panelHeader .subtitle {
  padding-top: 8px;
  font-size: 14px;
  font-weight: var(--typography-fw-regular);
  text-align: center;
  color: var(--base-text-secondary);
}
.sendNoteContainer > .sendNotePanel .panelConfig {
  padding: 20px 50px 0px 50px;
  font-size: 12px;
}
.sendNoteContainer > .sendNotePanel .panelConfig label {
  padding-right: 5px;
  font-weight: var(--typography-fw-semibold);
  color: var(--base-text-secondary);
}
.sendNoteContainer > .sendNotePanel .panelConfig span {
  padding-right: 10px;
  font-family: var(--typography-font-sans);
  color: var(--base-text-default);
}
.sendNoteContainer > .sendNotePanel .panelConfig a {
  cursor: pointer;
}
.sendNoteContainer > .sendNotePanel .panelConfig .configEditFields .fieldRow {
  display: flex;
  justify-content: space-between;
}
.sendNoteContainer > .sendNotePanel .panelConfig .configEditFields .fieldRow > .fieldContainer {
  width: 45%;
}
.sendNoteContainer > .sendNotePanel .fieldContainer {
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.sendNoteContainer > .sendNotePanel .fieldContainer label {
  white-space-collapse: discard;
  display: flex;
  padding: 8px 0px 12px 0px;
  position: relative;
  font-size: 14px;
  font-weight: var(--typography-fw-medium);
  text-align: left;
  color: var(--base-text-secondary);
}
.sendNoteContainer > .sendNotePanel .fieldContainer label.required {
  left: -6px;
}
.sendNoteContainer > .sendNotePanel .fieldContainer label.required::before {
  content: "∗";
  display: inline-block;
  position: relative;
  color: var(--special-destructive-text-default);
  right: 3px;
  bottom: 2px;
}
.sendNoteContainer > .sendNotePanel .fieldContainer input {
  border-radius: 6px;
  border: 2px solid var(--base-strokes-default);
  height: 42px;
  padding: 12px;
  font-size: 12px;
  font-family: var(--typography-font-sans);
  color: var(--base-text-default);
  box-sizing: border-box;
  width: 100%;
}
.sendNoteContainer > .sendNotePanel .fieldContainer select {
  display: inline-block;
  cursor: pointer;
  height: 42px;
  padding: 10px 24px 10px 12px;
  border: 2px solid var(--base-strokes-default);
  border-radius: 6px;
  font-size: 12px;
  background-color: #fff;
  color: var(--base-text-default);
  width: 100%;
  min-width: 136px;
  background-image: url("/s/img/menu/arrow_down_gray.svg");
  background-position: right 8px top 50%;
  background-repeat: no-repeat;
  background-size: 10px 7px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.sendNoteContainer > .sendNotePanel .fieldContainer textarea {
  font-size: 12px;
  font-family: var(--typography-font-sans);
  color: var(--base-text-default);
  height: 180px;
  padding: 12px;
  border: 2px solid var(--base-strokes-default);
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
}
.sendNoteContainer > .sendNotePanel > .panelContent {
  padding: 12px 50px 0 50px;
  max-height: 70vh;
  overflow: auto;
  position: relative;
  z-index: 0;
}
.sendNoteContainer > .sendNotePanel > .panelContent .fieldContainer .copyBox {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  cursor: pointer;
  width: 90px;
  height: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #448EE1;
  color: white;
  font-size: 14px;
  font-weight: var(--typography-fw-regular);
  position: relative;
  z-index: 10009;
  top: -172px;
  right: 10px;
  text-align: center;
  display: inline;
  float: right;
  margin-bottom: -20px;
  padding: 10px;
}
.sendNoteContainer > .sendNotePanel > .panelContent .fieldContainer .copyBox.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.sendNoteContainer > .sendNotePanel > .panelContent .fieldContainer .copyBox.red-hover:hover {
  color: #E35F61;
}
.sendNoteContainer > .sendNotePanel > .panelContent .fieldContainer .copyBox .copy {
  height: 10px;
  width: 10px;
  border: 2px solid white;
  position: absolute;
  top: 10px;
  left: 14px;
  transition: transform 0.3s;
  cursor: pointer;
}
.sendNoteContainer > .sendNotePanel > .panelContent .fieldContainer .copyBox .copy::after {
  content: "";
  background-color: #448EE1;
  border: 2px solid white;
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 2px;
  left: -6px;
}
.sendNoteContainer > .sendNotePanel > .panelContent .fieldContainer .copyBox .copy.clicked {
  top: 6px;
  left: 12px;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  height: 16px;
  width: 8px;
}
.sendNoteContainer > .sendNotePanel > .panelContent .fieldContainer .copyBox .copy.clicked::after {
  display: none;
}
.sendNoteContainer > .sendNotePanel > .panelContent .fieldContainer .copyBox span {
  padding-left: 24px;
  box-sizing: border-box;
  height: 16px;
  display: inline-block;
}
.sendNoteContainer > .sendNotePanel > .panelFooter {
  padding: 0px 50px 40px 50px;
  z-index: 1;
  position: relative;
}
.sendNoteContainer > .sendNotePanel > .panelFooter label {
  display: block;
  padding-bottom: 16px;
  position: relative;
  font-size: 14px;
  font-weight: var(--typography-fw-medium);
  text-align: left;
  color: var(--base-text-secondary);
}
.sendNoteContainer > .sendNotePanel > .reportBugFooter {
  padding: 30px 50px 40px 50px;
  z-index: 1;
  position: relative;
  background-color: var(--base-surfaces-secondary);
}
.sendNoteContainer > .sendNotePanel > .reportBugFooter label {
  display: inline-block;
  width: 60%;
  padding-bottom: 16px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: var(--base-text-default);
}
.sendNoteContainer > .sendNotePanel > .reportBugFooter .btnLink {
  display: inline-block;
  color: #448EE1;
  cursor: pointer;
  text-align: right;
  width: 40%;
  font-size: 16px;
  font-weight: 350;
}
.sendNoteContainer > .sendNotePanel > .reportBugFooter .btnLink:hover {
  color: var(--base-text-default);
}
.sendNoteContainer > .sendNotePanel > .reportBugFooter .logoRow {
  display: flex;
  flex-direction: row;
}
.sendNoteContainer > .sendNotePanel > .reportBugFooter .logoContainer {
  display: inline-block;
  flex-grow: 1;
  margin-right: 10px;
}
.sendNoteContainer > .sendNotePanel > .reportBugFooter .logoContainer .logoBox {
  height: 60px;
  background: #F9F9F9;
  border: 2px solid var(--base-strokes-default);
  border-radius: 6px;
  position: relative;
}
.sendNoteContainer > .sendNotePanel > .reportBugFooter .logoContainer img {
  max-height: 70%;
  max-width: 80%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.sendNoteContainer > .sendNotePanel > .reportBugFooter .logoContainer:last-of-type {
  margin-right: 0px;
}

.sendNoteContainer.hasError .error {
  display: block;
}
.DropdownContainer {
  border-radius: 5px;
  border: solid 2px #e4e8eb;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.DropdownContainer.error {
  border-color: #f86193;
  outline: #f86193;
}
.DropdownContainer.error > .selection {
  color: #fa5b8d;
}
.DropdownContainer:hover:not(.error) {
  border-color: #c8d2d9;
}
.DropdownContainer:focus:not(.error) {
  outline: none;
  border-color: #428ce1;
}
.DropdownContainer:focus:not(.error) .selection > .arrow {
  content: url("/s/img/persona/dropdown-s.svg");
}
.DropdownContainer #ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DropdownContainer #ellipsis::after {
  content: "";
  display: block;
}
.DropdownContainer .selection {
  color: #adadad;
  padding: 0px 20px;
  top: 1px;
  position: relative;
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
}
.DropdownContainer .selection .arrow {
  content: url("/s/img/persona/dropdown.svg");
}
.DropdownContainer .selection .hasSelected {
  color: black;
}
.DropdownContainer.modal {
  width: 180px;
}
.DropdownContainer.modal .optionsContainer {
  width: 180px;
}
.DropdownContainer.modal #selectedState {
  width: 130px;
}
.DropdownContainer.settings {
  width: 220px;
}
.DropdownContainer.settings .optionsContainer {
  width: 220px;
}
.DropdownContainer.settings #selectedState {
  width: 130px;
}

.DropdownOptions {
  padding: 8px 20px;
  color: #595959;
  cursor: pointer;
}
.DropdownOptions:hover {
  background-color: #f9f9f9;
  color: #6da4e4;
}
.DropdownOptions.focus {
  background-color: #f9f9f9;
  color: #6da4e4;
}

.AutoplayView {
  background: var(--base-backgrounds-secondary);
  position: sticky;
  z-index: 3;
  border-bottom: 1px solid var(--base-strokes-default);
}
.AutoplayView .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding: 6px 0;
}
.AutoplayView .container > .left, .AutoplayView .container .right {
  display: flex;
  align-items: center;
}
.AutoplayView .container > .left {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 16px;
}
.AutoplayView .container > .right {
  flex: 0 0 auto;
  padding-right: 4px;
}
.AutoplayView .container .togTextAction .textOn {
  display: none;
}
.AutoplayView .container .togTextAction::before {
  background-image: url(/s/img/svg/autoplay-states.svg);
  background-position: -18px 0;
}
.AutoplayView .container .togTextAction.is-on::before {
  background-position: 0 0;
}
.AutoplayView .container .togTextAction.is-on .textOn {
  display: inherit;
}
.AutoplayView .container .togTextAction.is-on .textOff {
  display: none;
}
.AutoplayView .container .timeUntilNext {
  color: #96A2AC;
  font-weight: 400;
}

.NotePreview .dialog {
  border-radius: 4px;
  width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.NotePreview .dialog .close {
  position: absolute;
  top: 10px;
  right: -4px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  color: white;
  z-index: 1;
  opacity: 0.8;
}
.NotePreview .dialog .close:hover {
  opacity: 1;
}
.NotePreview .dialog .close::before, .NotePreview .dialog .close::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 16px;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.NotePreview .dialog .close::before {
  transform: rotate(45deg);
}
.NotePreview .dialog .close::after {
  transform: rotate(-45deg);
}
.NotePreview .dialog .top {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  color: white;
  width: 100%;
  box-sizing: border-box;
  background-color: #62AC82;
  position: relative;
  padding: 16px 40px 16px 40px;
  line-height: 18px;
  display: flex;
  margin: 0 40px;
  border-radius: 4px 4px 0 0;
}
.NotePreview .dialog .top.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.NotePreview .dialog .top.red-hover:hover {
  color: #E35F61;
}
.NotePreview .dialog .top .avatar {
  flex: 1;
  background-color: #62AC82;
  background-repeat: no-repeat;
  border-radius: 54px;
  border: 2px solid #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  color: #65AB83;
  font-size: 34px;
  font-weight: var(--typography-fw-base);
  height: 64px;
  line-height: 1.7;
  margin: 16px auto 18px;
  position: relative;
  text-align: center;
  text-indent: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  width: 64px;
}
.NotePreview .dialog .top .avatar.noGravatar {
  color: #fff;
  outline: none;
  text-indent: 0;
}
.NotePreview .dialog .top .avatar::after {
  background-color: #fff;
  border-radius: 26px;
  bottom: -3px;
  color: #62AC82;
  content: "“";
  display: block;
  font-family: var(--typography-font-serif-websafe);
  font-size: 24px;
  height: 26px;
  left: 42px;
  line-height: 1.7;
  position: absolute;
  text-indent: 0;
  width: 26px;
}
.NotePreview .dialog .top .label {
  font-weight: var(--typography-fw-semibold);
}
.NotePreview .dialog .top .details {
  flex: 1;
  text-align: center;
  margin: auto;
  overflow: hidden;
}
.NotePreview .dialog .main {
  width: 580px;
}
.NotePreview .dialog .main .content {
  margin: 36px 0;
}
.NotePreview .dialog .main .content .textContent {
  display: inline-block;
  font-size: 22px;
  line-height: 2;
  font-weight: 300;
  color: #616f7b;
  text-align: left;
  position: relative;
  padding-left: 103px;
  padding-right: 45px;
  word-wrap: break-word;
  width: 432px;
}
.NotePreview .dialog .main .content .textContent::before {
  color: #E4E8EB;
  font-size: 72px;
  font-family: var(--typography-font-serif-websafe);
  line-height: normal;
  display: block;
  content: "“";
  position: absolute;
  top: 0;
  left: 50px;
}
.NotePreview .dialog .main .playContainer {
  cursor: pointer;
  border: 1px solid #E4E8EB;
  border-radius: 4px;
  margin: 32px 40px;
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  transition: all 0.2s;
}
.NotePreview .dialog .main .playContainer .playIcon {
  display: inline-block;
  margin-right: 10px;
  width: 38px;
  height: 38px;
  background-size: 15px;
  background: white url(/s/img/playBtn.png) 60% 50% no-repeat;
  border: 1px solid #E4E8EB;
  border-radius: 100%;
  transform: scale(0.9);
}
.NotePreview .dialog .main .playContainer .playText {
  display: inline-block;
  line-height: 40px;
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  font-size: 18px;
  color: #448EE1;
}
.NotePreview .dialog .main .playContainer .playText.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.NotePreview .dialog .main .playContainer .playText.red-hover:hover {
  color: #E35F61;
}
.NotePreview .dialog .main .playContainer:hover {
  background-color: #F9F9F9;
  /*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);*/
}

.WebPagePlayback {
  border: none;
  flex: 1;
}

.WebPagePlayback--preloading {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  visibility: hidden;
  z-index: -1;
}

.text-center {
  text-align: center;
}

.requestAccessDialog {
  box-sizing: border-box;
  position: relative;
}
.requestAccessDialog .col {
  border-radius: 6px 0 0 6px;
  box-sizing: border-box;
  padding: 36px 36px 42px;
}
.requestAccessDialog .col.left {
  background-image: linear-gradient(to bottom right, #973999, #f8598b, #f7bf00);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.requestAccessDialog .col.right {
  margin-left: 50%;
  width: 50%;
}
.requestAccessDialog .col .textContainer {
  position: absolute;
  bottom: 110px;
}
.requestAccessDialog .col .heyText, .requestAccessDialog .col .instructionText {
  color: #fff;
  font-size: 18px;
  font-weight: var(--typography-fw-regular);
  line-height: 1.5;
  width: 328px;
  margin-bottom: 20px;
}
.requestAccessDialog .col .topGraph {
  background: transparent url(/s/img/svg/bg-graph.svg) center -10% no-repeat;
  background-size: 459px 297px;
  border-radius: 6px 0 0 0;
  height: 320px;
  margin: -36px;
  padding: 36px;
}
.requestAccessDialog .col .topGraph .logo {
  margin-top: 36px;
  transform: scale(1.5);
}
.requestAccessDialog .col .cta {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  background-color: #fff;
  border-radius: 4px;
  bottom: 48px;
  box-shadow: 0 4px 1px 0 rgba(0, 0, 0, 0.15);
  color: #448EE1;
  cursor: pointer;
  font-size: 16px;
  height: 52px;
  left: 36px;
  line-height: 3.4;
  position: absolute;
  width: 328px;
}
.requestAccessDialog .col .cta.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.requestAccessDialog .col .cta.red-hover:hover {
  color: #E35F61;
}
.requestAccessDialog .col .cta-logout {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  text-align: center;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}
.requestAccessDialog .col .cta-logout.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.requestAccessDialog .col .cta-logout.red-hover:hover {
  color: #E35F61;
}
.requestAccessDialog .col .cta-logout:hover {
  opactiy: 1;
}
.requestAccessDialog .col .header {
  font-size: 28px;
  font-weight: var(--typography-fw-regular);
  color: #3A4B59;
  margin-top: 0;
  margin-bottom: 8px;
}
.requestAccessDialog .col .copy {
  color: #96A2AC;
  font-size: 14px;
  font-weight: var(--typography-fw-regular);
  line-height: 1.5;
  margin-bottom: 36px;
}
.requestAccessDialog .col .teaser {
  margin-bottom: 24px;
  min-height: 68px;
  padding-left: 84px;
  position: relative;
}
.requestAccessDialog .col .teaser .teaserLink {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  color: #448EE1;
}
.requestAccessDialog .col .teaser .teaserLink.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.requestAccessDialog .col .teaser .teaserLink.red-hover:hover {
  color: #E35F61;
}
.requestAccessDialog .col .teaser .image {
  background: transparent url(/s/img/svg/icons-access-love.svg) 0 0 no-repeat;
  background-size: 68px 272px;
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  display: inline-block;
}
.requestAccessDialog .col .teaser .image.rage {
  background-position: 0 0;
}
.requestAccessDialog .col .teaser .image.search {
  background-position: 0 -68px;
}
.requestAccessDialog .col .teaser .image.console {
  background-position: 0 -136px;
}
.requestAccessDialog .col .teaser .image.share {
  background-position: 0 -204px;
}
.requestAccessDialog .col .teaser .text {
  color: #96A2AC;
  display: inline-block;
  font-size: 15px;
  font-weight: var(--typography-fw-regular);
  line-height: 1.5;
  padding-top: 10px;
  vertical-align: middle;
}
.requestAccessDialog .col .teaser .text .teaserLink {
  cursor: pointer;
  font-size: 13px;
  margin-left: 3px;
}

@keyframes slidePlayback {
  from {
    transform: translate(0px, 15px);
  }
  to {
    transform: translate(0px, 32px);
  }
}
.SessionPlaybackView {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.SessionPlaybackView:not(.hasError) .resourceErrorBox {
  /* This needs to be behind the content otherwise it blocks inspect mode */
  z-index: -1;
}
.SessionPlaybackView:not(.hasError) .resourceErrorBox {
  /* This needs to be behind the content otherwise it blocks inspect mode */
  z-index: -1;
}
.SessionPlaybackView .resourceErrorBox {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  padding: 16px;
}
.SessionPlaybackView .resourceErrorBox .resourceError {
  display: inline-block;
  border-radius: 4px;
  padding: 16px 50px 16px 16px;
  position: relative;
  background-color: #3A4B59;
  box-sizing: border-box;
  transition: all 0.3s;
}
.SessionPlaybackView .resourceErrorBox .resourceError .reMessage {
  display: none;
  font-size: 14px;
  color: #fff;
}
.SessionPlaybackView .resourceErrorBox .resourceError .reLink {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.SessionPlaybackView .resourceErrorBox .resourceError .reClose {
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 24px;
}
.SessionPlaybackView .resourceErrorBox .resourceError .reClose::before, .SessionPlaybackView .resourceErrorBox .resourceError .reClose::after {
  background-color: #96A2AC;
  border-radius: 4px;
  border: 0 solid transparent;
  content: "";
  display: block;
  height: 18px;
  left: 10px;
  position: absolute;
  top: 3px;
  width: 3px;
}
.SessionPlaybackView .resourceErrorBox .resourceError .reClose::before {
  transform: rotate(45deg);
}
.SessionPlaybackView .resourceErrorBox .resourceError .reClose::after {
  transform: rotate(-45deg);
}
.SessionPlaybackView .resourceErrorBox .resourceError .reClose:hover::before, .SessionPlaybackView .resourceErrorBox .resourceError .reClose:hover::after {
  background-color: #96A2AC;
}
.SessionPlaybackView.hasError .resourceErrorBox .resourceError, .SessionPlaybackView.hasError.multi-tab .resourceErrorBox .resourceError {
  transform: translateY(0);
}
.SessionPlaybackView > .user {
  position: absolute;
  left: 120px;
  top: -60px;
  z-index: 10;
  line-height: 60px;
  font-size: 14px;
  color: white;
}
.SessionPlaybackView > .user > .userAvatar {
  position: absolute;
  top: 10px;
  height: 40px;
  width: 40px;
}
.SessionPlaybackView > .user > .userId {
  cursor: pointer;
  margin-left: 50px;
}
.SessionPlaybackView > .user > .separator {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 300;
}
.SessionPlaybackView > .user > .time {
  opacity: 0.8;
}
.SessionPlaybackView > .sessionContentWrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 2;
  max-width: calc(100% - 300px);
}
.SessionPlaybackView > .sessionContentWrapper:fullscreen {
  background-color: #F9F9F9;
}
.SessionPlaybackView > .sessionContentWrapper .playbackRendererContainer {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}
.SessionPlaybackView > .sessionContentWrapper .liveButtonBox {
  position: absolute;
  bottom: 16px;
  right: 12px;
  z-index: 1;
}
.SessionPlaybackView > .sessionContentWrapper > .pageContainer {
  display: flex;
  flex: 1;
  flex-direction: column;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
}
.SessionPlaybackView > .sessionContentWrapper > .pageContainer .PagePlayback {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #F9F9F9;
  transition: bottom 0.3s ease-in-out;
  position: relative;
}
.SessionPlaybackView > .sessionContentWrapper > .pageContainer .PagePlayback.insightsShown {
  animation-name: slidePlayback;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
}
.SessionPlaybackView > .sessionContentWrapper > .pageContainer > .spinner {
  opacity: 1;
}
.SessionPlaybackView > .sessionContentWrapper > .pageContainer .errorOverlay {
  position: absolute;
  background-color: var(--base-backgrounds-default);
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.SessionPlaybackView > .sessionContentWrapper > .pageContainer .errorOverlay span {
  max-width: 50%;
}
.SessionPlaybackView > .sessionContentWrapper > .pageContainer .errorOverlay .errorOverlayIcon {
  background: url(/s/img/svg/rum-icons.svg) 0 -3.75rem no-repeat;
  background-size: cover;
  width: 3.75rem;
  height: 3.75rem;
}
.SessionPlaybackView > .sessionContentWrapper > .Timeline {
  transition: bottom 0.5s ease-in-out;
  height: 72px;
}
.SessionPlaybackView .sessionPlaybackSidebar {
  box-sizing: border-box;
  min-width: 300px;
  width: 100%;
  max-width: 386px;
  border-left: 1px solid var(--base-strokes-disabled);
}
.SessionPlaybackView .eventListWrapper {
  height: 100%;
}
.SessionPlaybackView .eventListWrapper.autoplayEnabled {
  height: calc(100% - 54px);
}
.SessionPlaybackView .EventList {
  position: relative;
  height: 100%;
}
.SessionPlaybackView > .sessionPlaybackTabs {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  alignItems: stretch;
  height: 80px;
  z-index: 10000; /* goes behind dialogs such as the user detail */
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--typography-font-sans);
}
.SessionPlaybackView > .sessionPlaybackTabs > .tab {
  display: flex;
  padding: 0 26px;
  cursor: pointer;
  opacity: 0.7;
}
.SessionPlaybackView > .sessionPlaybackTabs > .tab:hover {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
.SessionPlaybackView > .sessionPlaybackTabs > .tab .innerTab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #121212;
  background-repeat: no-repeat;
  white-space: nowrap;
}
.SessionPlaybackView > .sessionPlaybackTabs > .tab.replay .innerTab {
  padding-left: 28px;
  background-image: url(/s/img/svg/playback-small.svg);
  background-position: 0 50%;
}
.SessionPlaybackView > .sessionPlaybackTabs > .tab.insights .innerTab {
  padding-left: 40px;
  background-image: url(/s/img/svg/page-insights.svg);
  background-position: 0 45%;
}
.SessionPlaybackView > .sessionPlaybackTabs > .tab.active {
  opacity: 1;
}
.SessionPlaybackView > .sessionPlaybackTabs > .tab.active.replay .innerTab {
  background-image: url(/s/img/svg/playback-small-active.svg);
}
.SessionPlaybackView > .sessionPlaybackTabs > .tab.active .innerTab::after {
  content: " ";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f65c8c;
}
.SessionPlaybackView > .sessionPlaybackTabs > .tab.active.insights .innerTab {
  background-image: url(/s/img/svg/page-insights-active.svg);
}
@media (max-width: 1205px) {
  .SessionPlaybackView > .sessionPlaybackTabs > .tab {
    padding: 0 8px;
  }
  .SessionPlaybackView > .sessionPlaybackTabs > .tab .innerTab {
    width: 84px;
  }
  .SessionPlaybackView > .sessionPlaybackTabs > .tab .innerTab .label {
    display: none;
  }
  .SessionPlaybackView > .sessionPlaybackTabs > .tab.replay .innerTab {
    padding-left: 0;
    background-position: 34px 50%;
    background-size: 25%;
  }
  .SessionPlaybackView > .sessionPlaybackTabs > .tab.insights .innerTab {
    padding-left: 0;
    background-position: 24px 43%;
    background-size: 42%;
  }
}
.SessionPlaybackView > .sessionPlaybackTabs > .upgradable > .right {
  justify-content: inherit;
  padding-left: 57px;
}
@media (max-width: 1205px) {
  .SessionPlaybackView > .sessionPlaybackTabs > .upgradable > .right {
    padding-left: 0px !important;
  }
}
.SessionPlaybackView.insights .WebPagePlayback {
  pointer-events: auto; /* Undo the dev tools drag-over-iframe hack in order to allow scrolling and cheapmap hovers to work on PI view */
}
.SessionPlaybackView.insights .rendererOverlay {
  display: none;
}
.SessionPlaybackView:not(.multi-tab) .urlInfoBar {
  max-height: 34px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.SessionPlaybackView:not(.multi-tab) .resourceErrorBox {
  top: 42px;
}
.SessionPlaybackView:not(.multi-tab) .resourceErrorBox .resourceError {
  transform: translateY(calc(-16px - 100% - 42px));
}
.SessionPlaybackView.multi-tab .resourceErrorBox {
  top: 60px;
}
.SessionPlaybackView.multi-tab .resourceErrorBox .resourceError {
  transform: translateY(calc(-16px - 100% - 60px));
}
.SessionPlaybackView.multi-tab .sessionContentWrapper > .pageContainer .PagePlayback {
  background-color: #f6f6f8;
}

/* PLAY_BACK_RESPONSIVE: to search and easily modify responsive css */
@media only screen and (max-width: 1092px) {
  .SessionPlaybackView.multi-tab {
    /* on smaller screens the multitab height is wider */
  }
  .SessionPlaybackView.multi-tab .resourceErrorBox {
    top: 94px;
  }
  .SessionPlaybackView.multi-tab .resourceErrorBox .resourceError {
    transform: translateY(calc(-16px - 100% - 60px - 34px));
  }
}
.SliderView {
  height: 20px;
  cursor: pointer;
  pointer-events: none;
}
.SliderView > .thumb {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 16px;
  background-color: #448EE1;
  border: 2px solid #448EE1;
  transition: background-color 0.2s;
  pointer-events: auto;
  cursor: pointer;
}
.SliderView > .thumb.ghost {
  opacity: 0.3;
}
.SliderView > .thumb > .overlay {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 11px;
  height: 11px;
  border-radius: 14px;
  background-color: transparent;
}
.SliderView.hover > .thumb {
  background-color: transparent;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  20%, 60% {
    -webkit-transform: translateY(-3px);
  }
  40%, 80% {
    -webkit-transform: translateY(3px);
  }
}
@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
  }
  20%, 60% {
    -moz-transform: translateY(-3px);
  }
  40%, 80% {
    -moz-transform: translateY(3px);
  }
}
@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0);
  }
  20%, 60% {
    -o-transform: translateY(-3px);
  }
  40%, 80% {
    -o-transform: translateY(3px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  20%, 60% {
    transform: translateY(-3px);
  }
  40%, 80% {
    transform: translateY(3px);
  }
}
:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
:-webkit-full-screen .fullscreen {
  display: none !important;
}
:-webkit-full-screen .exitfullscreen {
  display: inline-block !important;
}

:-moz-full-screen {
  width: 100%;
  height: 100%;
}
:-moz-full-screen .fullscreen {
  display: none !important;
}
:-moz-full-screen .exitfullscreen {
  display: inline-block !important;
}

:-ms-fullscreen {
  width: 100%;
  height: 100%;
}
:-ms-fullscreen .fullscreen {
  display: none !important;
}
:-ms-fullscreen .exitfullscreen {
  display: inline-block !important;
}

:fullscreen {
  width: 100%;
  height: 100%;
}
:fullscreen .fullscreen {
  display: none !important;
}
:fullscreen .exitfullscreen {
  display: inline-block !important;
}

@keyframes slider-throb {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.1);
  }
}
.NotePopup {
  bottom: 90px;
}

.Timeline {
  background: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
}
.Timeline > .slider {
  cursor: pointer;
}
.Timeline > .slider > .bg {
  height: 2px;
  position: absolute;
  top: 8px;
  background-color: #E4E8EB;
  left: 0;
  right: 0;
}
.Timeline > .slider > .dingleblueberry {
  height: 2px;
  position: absolute;
  top: 8px;
  background-color: #448EE1;
}
.Timeline > .slider > .inset {
  position: absolute;
  left: 8px;
  right: 8px;
}
.Timeline > .slider > .inset > .trailer {
  height: 2px;
  position: absolute;
  top: 8px;
  background-color: #448EE1;
  width: 0;
}
.Timeline > .slider > .inset .deadSpace {
  height: 2px;
  position: absolute;
  top: 8px;
  background-color: #e5c051;
}
.Timeline > .slider > .inset .pageDot {
  background-color: #62AC82;
  border: 2px solid #F9F9F9;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 5px;
}
.Timeline > .slider > .inset .eventDot {
  background-color: #448EE1;
  border: 2px solid #F9F9F9;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 6px;
}
.Timeline > .slider > .inset .skipDot {
  background-image: url(img/clip-jump-sprite.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
}
.Timeline > .slider > .inset .skipDot.past {
  background-position: 50% -16px;
}
.Timeline > .slider > .inset .deadDot {
  height: 2px;
  position: absolute;
  top: 8px;
  background-color: #e5c051;
  border-left: 2px solid #F9F9F9;
  border-right: 2px solid #F9F9F9;
}
.Timeline > .slider > .inset .gapDot {
  height: 2px;
  position: absolute;
  top: 8px;
  background: repeating-linear-gradient(to right, #F9F9F9, #F9F9F9 5px, transparent 5px, transparent 10px);
}
.Timeline > .slider > .inset .noteDot {
  background: white url(img/svg/note-dot.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px;
  position: absolute;
  top: 2px;
}
.Timeline > .slider > .inset .loadDot {
  background: #F9F9F9 url(img/svg/page-dot.svg) 0 0 no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  position: absolute;
  top: 3px;
  z-index: 2;
}
.Timeline > .slider > .inset .customDot {
  background: #F9F9F9 url(img/svg/custom-event-dot.svg) 0 0 no-repeat;
  width: 9px;
  height: 12px;
  background-size: 9px 12px;
  position: absolute;
  top: 3px;
  z-index: 2;
}
.Timeline > .slider > .inset .customDot.match {
  background-image: url(img/svg/custom-event-dot-match.svg);
}
.Timeline > .slider > .inset .superThumbDot {
  width: 16px;
  height: 16px;
  background-size: 16px;
  position: absolute;
  top: 1px;
  border-radius: 50%;
  z-index: 1;
}
.Timeline > .slider > .inset .superThumbDot.up {
  background: url(img/magic/svg/thumb-up-fill.svg) no-repeat 3px 3px/9px 9px, linear-gradient(136deg, #98349b, #c94693 29%, #ef558d 52%, #f8bc05 98%, #f8bc05 98%, #f8bc05 98%, #f8c000);
}
.Timeline > .slider > .inset .superThumbDot.down {
  background: url(img/magic/svg/thumb-down-fill.svg) no-repeat 3px 4px/9px 9px, linear-gradient(136deg, #98349b, #c94693 29%, #ef558d 52%, #f8bc05 98%, #f8bc05 98%, #f8bc05 98%, #f8c000);
}
.Timeline > .slider > .liveCover {
  height: 2px;
  position: absolute;
  top: 8px;
  background-color: #96A2AC;
  left: 0;
  right: 0;
  display: none;
}
.Timeline > .slider > .SliderView {
  position: relative;
  width: 100%;
  margin-left: 0;
  z-index: 100;
}
.Timeline > .controls {
  user-select: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  overflow: hidden;
  padding: 4px 16px;
  overflow-y: hidden;
}
.Timeline.live .SliderView > .thumb {
  background-color: #96A2AC;
  border: 2px solid #96A2AC;
}
.Timeline.live .SliderView > .thumb > .overlay {
  transform: scale(1);
  background-color: white;
  transition: transform 0.5s;
}
.Timeline.live.focused .SliderView > .thumb > .overlay {
  transform: scale(0);
}
.Timeline.live.focused .SliderView > .thumb {
  background-color: #e5c051;
  border-color: #e5c051;
}
.Timeline.live.active .SliderView > .thumb > .overlay {
  animation: slider-throb 1.5s infinite;
}
.Timeline.live.active .SliderView > .thumb {
  background-color: #62AC82;
  border-color: #62AC82;
}

.ViewOnlyHeader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 36px;
  right: 36px;
  height: 72px;
  top: 0;
  color: #fff;
}
.ViewOnlyHeader .message, .ViewOnlyHeader .cta {
  display: inline-block;
}
.ViewOnlyHeader .message {
  font-weight: var(--typography-fw-ultralight);
  font-size: 16px;
}
.ViewOnlyHeader .cta {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  color: white;
  border: 1px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  height: 22px;
  padding: 6px 18px 0;
  margin-left: 14px;
  transition: all 0.3s;
}
.ViewOnlyHeader .cta.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.ViewOnlyHeader .cta.red-hover:hover {
  color: #E35F61;
}
.ViewOnlyHeader .cta:hover {
  background-color: #fff;
  color: #5d6f83;
}
.ViewOnlyHeader .cta.unButton {
  border-color: transparent;
  color: #E4E8EB;
  margin-left: 7px;
  padding-left: 6px;
  padding-right: 6px;
}
.ViewOnlyHeader .cta.unButton:hover {
  background-color: #5d6f83;
  color: #fff;
}

.map-key {
  position: absolute;
  right: 0;
  left: 95%;
  bottom: 25%;
  top: 25%;
  z-index: 1;
  display: none;
}
.map-key .map-keys-wrapper {
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  margin-right: -40px;
  transition: all 0.2s ease-in-out;
}
.map-key .map-key-label {
  color: #96A2AC;
  font-weight: var(--typography-fw-semibold);
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
  overflow: hidden;
  margin-bottom: 6px;
  margin-right: -28px;
  letter-spacing: 0.12em;
}
.map-key .map-key-item {
  height: 4px;
  width: 36px;
  position: relative;
  display: block;
  float: right;
  clear: both;
  transition: all 0.2s ease-in-out;
  line-height: 1.5;
  margin-bottom: 15px;
  border-radius: 4px;
}
.map-key .map-key-item::after {
  color: #121212;
  font-weight: var(--typography-fw-semibold);
  font-size: 10px;
  display: inline;
  content: attr(data-map-count);
  font-family: var(--typography-font-monospace);
  position: absolute;
  right: 0;
  top: 4px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
}
.map-key .map-key-item[data-map-count=""] {
  height: 0;
  margin-bottom: 0;
}
.map-key:hover .map-keys-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #E4E8EB;
  margin-right: 16px;
  min-width: 160px;
}
.map-key:hover .map-key-label {
  margin-right: 0;
}
.map-key:hover .map-key-item::after {
  opacity: 1;
}
.map-key:hover .map-key-item[data-map-count=""] {
  opacity: 0.3;
  height: 4px;
  margin-bottom: 16px;
  width: 4%;
}

.masker {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.overlays {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.scrollmaps {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.RankIndicator {
  opacity: 0;
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 27;
}
.RankIndicator.is-on {
  opacity: 1;
}
.RankIndicator > .content {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E4E8EB;
  color: #448EE1;
  font-size: 14px;
  font-weight: var(--typography-fw-base);
  border-radius: 42px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  padding: 1px;
  transition: opacity 0.2s ease-in-out;
}
.RankIndicator.animate {
  transition: transform 0.25s ease-in-out, opacity 0.01s ease-in-out;
}
.RankIndicator:not(.export-mode).dead > .content {
  border-color: #f7ad00;
  color: #f7ad00;
}
.RankIndicator:not(.export-mode).rage > .content {
  border-color: #6ebb1a;
  color: #6ebb1a;
}
.RankIndicator:not(.export-mode).error > .content {
  border-color: #e35f61;
  color: #e35f61;
}
.RankIndicator:not(.export-mode).backgrounded > .content {
  color: white;
  background-color: #448EE1;
}
.RankIndicator:not(.export-mode).backgrounded.dead > .content {
  background-color: #f7ad00;
}
.RankIndicator:not(.export-mode).backgrounded.rage > .content {
  background-color: #6ebb1a;
}
.RankIndicator:not(.export-mode).backgrounded.error > .content {
  background-color: #e35f61;
}
.RankIndicator:not(.export-mode).backgrounded.heatmap > .content {
  background-color: #121212;
}
.RankIndicator:not(.export-mode).selected > .content {
  background-color: #448EE1;
  border-color: white;
  color: white;
  z-index: 27;
}
.RankIndicator:not(.export-mode).selected.dead > .content {
  background-color: #f7ad00;
}
.RankIndicator:not(.export-mode).selected.rage > .content {
  background-color: #6ebb1a;
}
.RankIndicator:not(.export-mode).selected.error > .content {
  background-color: #e35f61;
}
.RankIndicator:not(.export-mode).selected.heatmap > .content {
  background-color: #121212;
  border-color: white;
}
.RankIndicator.heatmap > .content {
  border-color: white;
  background-color: #121212;
  color: #fff;
}
.RankIndicator.offscreen {
  border-radius: 100%;
  padding: 5px;
  background-color: white;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.RankIndicator.offscreen > .content {
  box-shadow: none;
}
.RankIndicator.offscreen::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  z-index: -1;
}
.RankIndicator.offscreen.above::after {
  top: -31px;
  left: 1px;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 45px solid white;
  border-top: 0;
}
.RankIndicator.offscreen.below::after {
  bottom: -31px;
  left: 1px;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 45px solid white;
  border-bottom: 0;
}

.highlights > .rects > .rect {
  transition: border-color 0.25s ease-in-out, border-width 0.25s ease-in-out;
  box-sizing: border-box;
  position: absolute;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
}
.highlights > .rects > .rect.selected {
  border-color: #448EE1;
  z-index: 27;
}
.highlights > .rects > .rect.selected.dead {
  border-color: #f7ad00;
}
.highlights > .rects > .rect.selected.rage {
  border-color: #6ebb1a;
}
.highlights > .rects > .rect.selected.error {
  border-color: #e35f61;
}

.Renderer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.Renderer .checkerboard {
  background: linear-gradient(90deg, #F9F9F9 22px, transparent 1%) center, linear-gradient(#F9F9F9 22px, transparent 1%) center, #d9e1e7;
  background-size: 24px 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.Renderer > .scaled {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transform-origin: 0 0;
}
.Renderer > .scaled > .viewport {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-origin: 0 0;
}
.Renderer > .scaled > .viewport.floating {
  transition: transform 0.25s ease-out;
}
.Renderer > .scaled > .viewport > .playback-container > iframe, .Renderer > .scaled > .viewport > .playback-container > .web-view-container > iframe {
  background-color: #fff;
  opacity: 1;
  position: absolute;
  border-width: 0;
  transition: opacity 0.5s ease-in-out;
}
.Renderer > .scaled > .viewport > .overlays {
  /* Set z-index above the iframe. If the playback iframe -- or, oddly enough, an element in its
  * document -- has a `transform` property or `backface-visibility: hidden;`, the iframe can
  * obscure *some* elements in the overlay on Chrome (CH49232). */
  z-index: 2;
}
.Renderer > .scaled > .viewport > .overlays > .cursor, .Renderer > .scaled > .viewport > .overlays > .cursor-pointer, .Renderer > .scaled > .viewport > .overlays > .touches > .touch {
  --overlay-x: 0;
  --overlay-y: 0;
  --overlay-scale: 1;
  --overlay-width: 0;
  --overlay-height: 0;
  --overlay-hotspot-x: 0;
  --overlay-hotspot-y: 0;
  width: calc(var(--overlay-width) * var(--overlay-scale));
  height: calc(var(--overlay-height) * var(--overlay-scale));
  transform: translate(calc((var(--overlay-x) - var(--overlay-hotspot-x)) * var(--overlay-scale)), calc((var(--overlay-y) - var(--overlay-hotspot-y)) * var(--overlay-scale)));
}
.Renderer > .scaled > .viewport > .overlays > .cursor, .Renderer > .scaled > .viewport > .overlays > .cursor-pointer {
  position: absolute;
  display: none;
}
.Renderer > .scaled > .viewport > .overlays > .cursor {
  background: url(/s/img/cursor.png) left top/100% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .Renderer > .scaled > .viewport > .overlays > .cursor {
    background: url(/s/img/cursor@2x.png) left top/100% no-repeat;
  }
}
.Renderer > .scaled > .viewport > .overlays > .cursor-pointer {
  background: url(/s/img/cursor-pointer.png) left top/100% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .Renderer > .scaled > .viewport > .overlays > .cursor-pointer {
    background: url(/s/img/cursor-pointer@2x.png) left top/100% no-repeat;
  }
}
.Renderer > .scaled > .viewport > .overlays > .cursor {
  --overlay-width: 18px;
  --overlay-height: 25px;
  --overlay-hotspot-x: 6px;
  --overlay-hotspot-y: 1.5px;
}
.Renderer > .scaled > .viewport > .overlays > .cursor-pointer {
  --overlay-width: 21px;
  --overlay-height: 22px;
  --overlay-hotspot-x: 8px;
  --overlay-hotspot-y: 0px;
}
.Renderer > .scaled > .viewport > .overlays > .touches > .touch {
  --overlay-width: 32px;
  --overlay-height: 32px;
  --overlay-hotspot-x: 16px;
  --overlay-hotspot-y: 16px;
  background-color: #448EE1;
  position: absolute;
  border-radius: 100%;
  opacity: 0.5;
  animation: scaleout 0.25s ease-in-out;
}
.Renderer > .scaled > .viewport > .overlays > .touches > .touch.up {
  animation: scalein 0.25s ease-in-out;
}
.Renderer.ff-accessible-click-overlays > .scaled > .viewport > .overlays > .touches > .touch {
  background-color: #636363;
  border: 2px solid #fff;
}
.Renderer.pageInsights .checkerboard {
  opacity: 1;
}
.Renderer.pageInsights > .scaled {
  transition: transform 0.25s ease-in-out;
  overflow: visible;
}
.Renderer.pageInsights > .scaled > .viewport {
  overflow: hidden;
}
.Renderer.pageInsights .overlays {
  pointer-events: none;
}
.Renderer.pageInsights .overlays > .highlights {
  pointer-events: auto;
}
.Renderer.pageInsights .overlays > .highlights > .rects > .rect:not(.clickable) {
  pointer-events: none;
}
.Renderer.pageInsights .overlays > .highlights > .rects > .rect.clickable {
  pointer-events: auto;
  cursor: pointer;
}
.Renderer.is-map-mode.map-insights .scaled .related-element {
  opacity: 0;
}
.Renderer.is-map-mode.map-insights .scaled:hover .related-element {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .RankIndicator .content {
  opacity: 0;
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .RankIndicator::after {
  opacity: 0;
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .RankIndicator.offscreen {
  box-shadow: none;
  background-color: transparent;
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .RankIndicator.is-on.offscreen {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 5px;
  background-color: white;
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .RankIndicator.is-on .content {
  opacity: 0.4;
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .RankIndicator.is-on:hover .content, .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .RankIndicator.is-on.selected .content, .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .RankIndicator.is-on.hover .content {
  opacity: 1;
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .RankIndicator.is-on::after {
  opacity: 1;
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .map-key {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-1:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-1.hover {
  border-color: rgba(213, 0, 0, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-1.selected {
  border-color: rgba(213, 0, 0, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-2:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-2.hover {
  border-color: rgba(219, 41, 0, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-2.selected {
  border-color: rgba(219, 41, 0, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-3:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-3.hover {
  border-color: rgba(228, 83, 1, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-3.selected {
  border-color: rgba(228, 83, 1, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-4:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-4.hover {
  border-color: rgba(234, 125, 1, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-4.selected {
  border-color: rgba(234, 125, 1, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-5:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-5.hover {
  border-color: rgba(240, 166, 1, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-5.selected {
  border-color: rgba(240, 166, 1, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-6:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-6.hover {
  border-color: rgba(248, 209, 1, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-6.selected {
  border-color: rgba(248, 209, 1, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-7:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-7.hover {
  border-color: rgba(247, 243, 0, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-7.selected {
  border-color: rgba(247, 243, 0, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-8:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-8.hover {
  border-color: rgba(215, 246, 2, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-8.selected {
  border-color: rgba(215, 246, 2, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-9:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-9.hover {
  border-color: rgba(175, 241, 5, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-9.selected {
  border-color: rgba(175, 241, 5, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-10:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-10.hover {
  border-color: rgba(135, 236, 8, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-10.selected {
  border-color: rgba(135, 236, 8, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-11:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-11.hover {
  border-color: rgba(96, 232, 10, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-11.selected {
  border-color: rgba(96, 232, 10, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-12:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-12.hover {
  border-color: rgba(55, 227, 13, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-12.selected {
  border-color: rgba(55, 227, 13, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-13:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-13.hover {
  border-color: rgba(24, 221, 22, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-13.selected {
  border-color: rgba(24, 221, 22, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-14:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-14.hover {
  border-color: rgba(14, 210, 50, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-14.selected {
  border-color: rgba(14, 210, 50, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-15:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-15.hover {
  border-color: rgba(12, 196, 86, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-15.selected {
  border-color: rgba(12, 196, 86, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-16:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-16.hover {
  border-color: rgba(11, 184, 122, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-16.selected {
  border-color: rgba(11, 184, 122, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-17:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-17.hover {
  border-color: rgba(10, 170, 158, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-17.selected {
  border-color: rgba(10, 170, 158, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-18:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-18.hover {
  border-color: rgba(8, 158, 194, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-18.selected {
  border-color: rgba(8, 158, 194, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-19:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-19.hover {
  border-color: rgba(12, 149, 224, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-19.selected {
  border-color: rgba(12, 149, 224, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-20:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-20.hover {
  border-color: rgba(38, 159, 234, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-20.selected {
  border-color: rgba(38, 159, 234, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-21:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-21.hover {
  border-color: rgba(69, 173, 236, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-21.selected {
  border-color: rgba(69, 173, 236, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-22:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-22.hover {
  border-color: rgba(100, 187, 239, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-22.selected {
  border-color: rgba(100, 187, 239, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-23:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-23.hover {
  border-color: rgba(132, 202, 242, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-23.selected {
  border-color: rgba(132, 202, 242, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-24:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-24.hover {
  border-color: rgba(164, 217, 245, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-24.selected {
  border-color: rgba(164, 217, 245, 0.7);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-25:hover:not(.clickable), .Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-25.hover {
  border-color: rgba(195, 231, 249, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-25.selected {
  border-color: rgba(195, 231, 249, 0.7);
}
.Renderer.is-map-mode.map-insights .map-color-1 {
  z-index: 25;
  border-color: transparent;
  background: radial-gradient(#d50000 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-1 {
  background: rgba(213, 0, 0, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-1[data-map-count]:not([data-map-count=""]) {
  width: 100%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-1[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-2 {
  z-index: 24;
  border-color: transparent;
  background: radial-gradient(#db2900 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-2 {
  background: rgba(219, 41, 0, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-2[data-map-count]:not([data-map-count=""]) {
  width: 96%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-2[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-3 {
  z-index: 23;
  border-color: transparent;
  background: radial-gradient(#e45301 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-3 {
  background: rgba(228, 83, 1, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-3[data-map-count]:not([data-map-count=""]) {
  width: 92%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-3[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-4 {
  z-index: 22;
  border-color: transparent;
  background: radial-gradient(#ea7d01 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-4 {
  background: rgba(234, 125, 1, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-4[data-map-count]:not([data-map-count=""]) {
  width: 88%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-4[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-5 {
  z-index: 21;
  border-color: transparent;
  background: radial-gradient(#f0a601 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-5 {
  background: rgba(240, 166, 1, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-5[data-map-count]:not([data-map-count=""]) {
  width: 84%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-5[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-6 {
  z-index: 20;
  border-color: transparent;
  background: radial-gradient(#f8d101 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-6 {
  background: rgba(248, 209, 1, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-6[data-map-count]:not([data-map-count=""]) {
  width: 80%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-6[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-7 {
  z-index: 19;
  border-color: transparent;
  background: radial-gradient(#f7f300 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-7 {
  background: rgba(247, 243, 0, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-7[data-map-count]:not([data-map-count=""]) {
  width: 76%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-7[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-8 {
  z-index: 18;
  border-color: transparent;
  background: radial-gradient(#d7f602 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-8 {
  background: rgba(215, 246, 2, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-8[data-map-count]:not([data-map-count=""]) {
  width: 72%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-8[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-9 {
  z-index: 17;
  border-color: transparent;
  background: radial-gradient(#aff105 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-9 {
  background: rgba(175, 241, 5, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-9[data-map-count]:not([data-map-count=""]) {
  width: 68%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-9[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-10 {
  z-index: 16;
  border-color: transparent;
  background: radial-gradient(#87ec08 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-10 {
  background: rgba(135, 236, 8, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-10[data-map-count]:not([data-map-count=""]) {
  width: 64%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-10[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-11 {
  z-index: 15;
  border-color: transparent;
  background: radial-gradient(rgba(96, 232, 10, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-11 {
  background: rgba(96, 232, 10, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-11[data-map-count]:not([data-map-count=""]) {
  width: 60%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-11[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-12 {
  z-index: 14;
  border-color: transparent;
  background: radial-gradient(rgba(55, 227, 13, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-12 {
  background: rgba(55, 227, 13, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-12[data-map-count]:not([data-map-count=""]) {
  width: 56%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-12[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-13 {
  z-index: 13;
  border-color: transparent;
  background: radial-gradient(rgba(24, 221, 22, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-13 {
  background: rgba(24, 221, 22, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-13[data-map-count]:not([data-map-count=""]) {
  width: 52%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-13[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-14 {
  z-index: 12;
  border-color: transparent;
  background: radial-gradient(rgba(14, 210, 50, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-14 {
  background: rgba(14, 210, 50, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-14[data-map-count]:not([data-map-count=""]) {
  width: 48%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-14[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-15 {
  z-index: 11;
  border-color: transparent;
  background: radial-gradient(rgba(12, 196, 86, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-15 {
  background: rgba(12, 196, 86, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-15[data-map-count]:not([data-map-count=""]) {
  width: 44%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-15[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-16 {
  z-index: 10;
  border-color: transparent;
  background: radial-gradient(rgba(11, 184, 122, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-16 {
  background: rgba(11, 184, 122, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-16[data-map-count]:not([data-map-count=""]) {
  width: 40%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-16[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-17 {
  z-index: 9;
  border-color: transparent;
  background: radial-gradient(rgba(10, 170, 158, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-17 {
  background: rgba(10, 170, 158, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-17[data-map-count]:not([data-map-count=""]) {
  width: 36%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-17[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-18 {
  z-index: 8;
  border-color: transparent;
  background: radial-gradient(rgba(8, 158, 194, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-18 {
  background: rgba(8, 158, 194, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-18[data-map-count]:not([data-map-count=""]) {
  width: 32%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-18[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-19 {
  z-index: 7;
  border-color: transparent;
  background: radial-gradient(rgba(12, 149, 224, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-19 {
  background: rgba(12, 149, 224, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-19[data-map-count]:not([data-map-count=""]) {
  width: 28%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-19[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-20 {
  z-index: 6;
  border-color: transparent;
  background: radial-gradient(rgba(38, 159, 234, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-20 {
  background: rgba(38, 159, 234, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-20[data-map-count]:not([data-map-count=""]) {
  width: 24%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-20[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-21 {
  z-index: 5;
  border-color: transparent;
  background: radial-gradient(rgba(69, 173, 236, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-21 {
  background: rgba(69, 173, 236, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-21[data-map-count]:not([data-map-count=""]) {
  width: 20%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-21[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-22 {
  z-index: 4;
  border-color: transparent;
  background: radial-gradient(rgba(100, 187, 239, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-22 {
  background: rgba(100, 187, 239, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-22[data-map-count]:not([data-map-count=""]) {
  width: 16%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-22[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-23 {
  z-index: 3;
  border-color: transparent;
  background: radial-gradient(rgba(132, 202, 242, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-23 {
  background: rgba(132, 202, 242, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-23[data-map-count]:not([data-map-count=""]) {
  width: 12%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-23[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-24 {
  z-index: 2;
  border-color: transparent;
  background: radial-gradient(rgba(164, 217, 245, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-24 {
  background: rgba(164, 217, 245, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-24[data-map-count]:not([data-map-count=""]) {
  width: 8%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-24[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}
.Renderer.is-map-mode.map-insights .map-color-25 {
  z-index: 1;
  border-color: transparent;
  background: radial-gradient(rgba(195, 231, 249, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-25 {
  background: rgba(195, 231, 249, 0.9);
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-25[data-map-count]:not([data-map-count=""]) {
  width: 4%;
}
.Renderer.is-map-mode.map-insights .map-key:hover .map-key-color-25[data-map-count]:not([data-map-count=""])::after {
  text-align: right;
}

.PageInsightsPanel {
  box-sizing: border-box;
  position: absolute;
  width: calc(386px - 1px);
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  margin: 0;
  background-color: var(--base-backgrounds-secondary);
  box-shadow: none;
  overflow-y: auto;
  overflow-x: hidden;
  /*
  We don't want the page insights toggle to show up in front of other dialogs,
  but we want it to show up above the playback sidebar so it has z-index: 1
  */
  z-index: 5;
  padding: 16px;
  padding-bottom: 92px;
  --active-after-pos: 0px;
}
.PageInsightsPanel > .tabs {
  display: none;
  padding: 16px 0 32px 0;
  font-size: 13px;
  font-weight: var(--typography-fw-medium);
  line-height: 1.6em;
}
.PageInsightsPanel > .tabs > .tab {
  flex: 1;
  cursor: pointer;
  color: var(--base-text-emphasized);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: var(--typography-fw-medium);
  letter-spacing: 0.8px;
  opacity: 0.7;
  display: inline-block;
  padding: 30px 6px 0px 6px;
  text-align: center;
}
.PageInsightsPanel > .tabs > .tab:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.PageInsightsPanel > .tabs > .tab.activityMaps, .PageInsightsPanel > .tabs > .tab.scrollMaps, .PageInsightsPanel > .tabs > .tab.elemExplore {
  position: relative;
}
.PageInsightsPanel > .tabs > .tab.activityMaps {
  background: url(/s/img/svg/clickmaps-gray.svg) center 0px no-repeat;
}
.PageInsightsPanel > .tabs > .tab.activityMaps.active {
  background: url(/s/img/svg/clickmaps.svg) center 0px no-repeat;
}
.PageInsightsPanel > .tabs > .tab.activityMaps.active:after {
  left: var(--active-after-pos);
}
.PageInsightsPanel > .tabs > .tab.scrollMaps {
  background: url(/s/img/svg/scroll-maps-gray.svg) center 0px no-repeat;
}
.PageInsightsPanel > .tabs > .tab.scrollMaps.active {
  background: url(/s/img/svg/scroll-maps.svg) center 0px no-repeat;
}
.PageInsightsPanel > .tabs > .tab.scrollMaps.active:after {
  left: var(--active-after-pos);
}
.PageInsightsPanel > .tabs > .tab.elemExplore {
  background: url(/s/img/svg/inspect-mode-gray.svg) center 0px no-repeat;
}
.PageInsightsPanel > .tabs > .tab.elemExplore.active {
  background: url(/s/img/svg/inspect-mode-blue.svg) center 0px no-repeat;
}
.PageInsightsPanel > .tabs > .tab.elemExplore.active:after {
  right: var(--active-after-pos);
}
.PageInsightsPanel > .tabs > .tab:hover, .PageInsightsPanel > .tabs > .tab.active {
  opacity: 1;
}
.PageInsightsPanel > .tabs > .tab.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid var(--base-strokes-default);
  position: absolute;
  bottom: -32px;
}
.PageInsightsPanel > .tabContent > .panel {
  display: none;
}
.PageInsightsPanel > .tabContent > .panel.active {
  display: block;
}

.quotaBar {
  height: 6px;
  display: inline-block;
  position: relative;
  background-color: #E4E8EB;
  white-space: nowrap;
  width: 100%;
  margin-top: 16px;
  border-radius: 4px;
}
.quotaBar > .used {
  height: 100%;
  position: absolute;
  background-color: #448EE1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.quotaBar .adminQuotaBar > .label {
  display: inline-block;
}
.quotaBar .label {
  color: #3A4B59;
  display: none;
  text-align: center;
  line-height: 42px;
  font-size: 12px;
  vertical-align: top;
  white-space: nowrap;
  margin-left: 6px;
}
.quotaBar .label > span {
  vertical-align: top;
}

.SearchieGraph .tooltip {
  pointer-events: none;
  padding: 6px 12px;
  background: #efefef;
  color: #999;
  border-radius: 2px;
  border: 1px solid #ddd;
  font-weight: 300;
  position: absolute;
  white-space: nowrap;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.SearchieGraph .tooltip:after {
  border-top: 8px solid #efefef;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -8px;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
}

.Viz.graph .contents {
  position: relative;
}

.SearchieGraph .tooltipRow .color {
  width: 9px;
  height: 9px;
  display: none;
  margin-right: 10px;
  border-radius: 9px;
}
.SearchieGraph .tooltipRow .left {
  font-weight: bold;
}
.SearchieGraph .tooltipRow .dot {
  margin: 2px 10px;
  width: 2px;
  height: 2px;
  background-color: #999;
  display: inline-block;
}

/*# sourceMappingURL=fsui.css.map */
