@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.bg-view-only {
  background: #4B6274 url(/s/img/bg-view-only-playback-ui.png) center center no-repeat;
  background-size: cover;
}
.NewViewer .logo {
  float: left;
  display: inline-block;
  height: 39px;
  margin-top: -12px;
  width: 135px;
}
.NewViewer .form-h1 {
  font-size: 32px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -1px;
  color: #3A4B59;
  margin-top: 0;
  margin-bottom: 12px;
}
.NewViewer .form-copy {
  font-size: 14px;
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  line-height: 1.75;
  margin-bottom: 18px;
}
.NewViewer .error-msg {
  background-color: #E55E5E;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 14px;
  font-weight: var(--typography-fw-regular);
  line-height: 1.5;
  margin-bottom: 24px;
  padding: 12px;
  text-align: center;
}
.NewViewer .error-msg.error-on {
  display: block;
}
.NewViewer .content {
  border-radius: 5px;
  box-sizing: border-box;
  padding: 36px 40px 42px;
}
.NewViewer .content.bottom {
  border-radius: 0 0 5px 5px;
}
.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;
}
.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 .combo-input-button {
  border: 1px solid #C8D2D9;
  border-radius: 5px;
  position: relative;
  transition: all 0.2s;
}
.NewViewer .combo-input-button:hover {
  border-color: #96A2AC;
  color: #3A4B59;
}
.NewViewer .combo-input-button .input {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  font-family: var(--typography-font-sans);
  font-weight: var(--typography-fw-light);
  outline: none;
  padding: 8px 16px;
  height: 48px;
  width: 308px;
}
.NewViewer .combo-input-button .input::placeholder {
  color: #96A2AC;
  font-family: var(--typography-font-sans);
  font-size: 16px;
}
.NewViewer .combo-input-button .button {
  appearance: none;
  background-color: #4B6274;
  border-radius: 5px;
  border: 1px solid #4B6274;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  margin: 0;
}
.NewViewer .content-header {
  background-image: linear-gradient(to bottom right, #973999, #f8598b, #f7bf00);
  border-radius: 5px 5px 0 0;
  padding: 60px 40px 54px;
  position: relative;
  text-align: right;
}
.NewViewer .content-header::after {
  background: transparent url(/s/img/svg/icons-login.svg) top center no-repeat;
  bottom: 0;
  content: "";
  height: 86px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  transform: scale(1.5);
  z-index: 0;
}
.NewViewer .content-header .cta-sign-in {
  color: #fff;
  font-size: 16px;
  font-weight: var(--typography-fw-light);
  position: relative;
  z-index: 1;
}
.NewViewer .content-header .cta-sign-in.clicky {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.NewViewer .special-hr {
  color: #C8D2D9;
  font-family: var(--typography-font-serif);
  font-size: 14px;
  font-style: oblique;
  margin: 14px 0;
  position: relative;
  text-align: center;
}
.NewViewer .special-hr::after, .NewViewer .special-hr::before {
  background-image: linear-gradient(to left, #C8D2D9, rgba(0, 0, 0, 0));
  content: "";
  height: 2px;
  position: absolute;
  top: 8px;
  width: 46%;
}
.NewViewer .special-hr:before {
  left: 0;
}
.NewViewer .special-hr:after {
  right: 0;
  transform: rotate(180deg);
}
.NewViewer .cta {
  cursor: pointer;
  font-size: 16px;
  margin-top: 14px;
  padding: 14px;
  text-decoration: none;
}
.NewViewer .cta.cta-google {
  border: 1px solid #C8D2D9;
  border-radius: 5px;
  color: #96A2AC;
  display: block;
  font-weight: var(--typography-fw-regular);
  text-align: center;
  position: relative;
  transition: all 0.2s;
}
.NewViewer .cta.cta-google .google-icon {
  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;
}
.NewViewer .cta.cta-google:hover {
  border-color: #96A2AC;
  color: #3A4B59;
}
.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;
}

@media screen and (min-width: 30em) {
  .NewViewer.container {
    background-color: #4B6274;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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;
}

.confirmationPopup {
  background: white;
  padding: 20px;
  width: 400px;
  border: 1px solid #E4E8EB;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
  z-index: 5;
}
.confirmationPopup .heading {
  font-weight: var(--typography-fw-semibold);
  font-size: 16px;
}
.confirmationPopup .subText {
  color: #96A2AC;
  margin-top: 10px;
  display: none;
}

.DeleteUserDialog {
  box-sizing: border-box;
  padding: 16px 24px 32px;
  width: 480px !important;
}
.DeleteUserDialog .dialogHeader {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #E4E8EB;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 24px;
  padding: 0 24px 14px;
  position: relative;
}
.DeleteUserDialog .titleText {
  color: #121212;
  font-weight: var(--typography-fw-semibold);
  font-size: 18px;
}
.DeleteUserDialog .titleText::before {
  content: "Delete ";
}
.DeleteUserDialog .subText {
  color: #96A2AC;
  font-size: 13px;
  font-weight: var(--typography-fw-regular);
  line-height: 1.5;
}
.DeleteUserDialog .subText.centered {
  text-align: center;
}
.DeleteUserDialog .dialogContent, .DeleteUserDialog .dialogContentDeleting {
  font-size: 15px;
  line-height: 1.25;
}
.DeleteUserDialog .dialogList {
  margin-top: 24px;
}
.DeleteUserDialog .dialogListItem {
  margin-bottom: 16px;
}
.DeleteUserDialog .numSessions {
  font-weight: var(--typography-fw-semibold);
}
.DeleteUserDialog .ed-control {
  padding-top: 16px;
}
.DeleteUserDialog .ed-control.checkbox {
  display: flex;
  justify-content: space-between;
}
.DeleteUserDialog .label-offset {
  padding-left: 8px;
}
.DeleteUserDialog .form-label {
  font-weight: var(--typography-fw-semibold);
  font-size: 15px;
  margin-bottom: 8px;
  display: block;
}
.DeleteUserDialog .form-fine-print {
  color: #96A2AC;
  font-size: 13px;
}
.DeleteUserDialog .deleteDialogButton {
  background-color: #f65c8c;
  border-radius: 4px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: var(--typography-fw-medium);
  transition: all 0.2s ease-out;
  text-align: center;
  padding: 16px 0;
  margin: 24px 0 16px;
}
.DeleteUserDialog .deleteDialogButton:hover {
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
.DeleteUserDialog .deleteDialogButton::before {
  content: "Delete ";
}
.DeleteUserDialog .cancelButton {
  cursor: pointer;
  position: absolute;
  height: 24px;
  width: 24px;
  right: 24px;
  top: -2px;
}
.DeleteUserDialog .cancelButton::before, .DeleteUserDialog .cancelButton::after {
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  border-radius: 20px;
  background-color: #121212;
  position: absolute;
  top: 2px;
  left: 10px;
  transition: background-color 0.2s;
}
.DeleteUserDialog .cancelButton::before {
  transform: rotate(45deg);
}
.DeleteUserDialog .cancelButton::after {
  transform: rotate(-45deg);
}
.DeleteUserDialog .cancelButton:hover::after, .DeleteUserDialog .cancelButton:hover::before {
  background-color: #f65c8c;
}
.DeleteUserDialog.delete .input {
  display: none;
  visibility: hidden;
}
.DeleteUserDialog.delete .deleteDialogButton {
  margin-top: 24px;
}
.DeleteUserDialog .dialogContentDeleting {
  display: none;
}
.DeleteUserDialog.isDeleting .titleText::before {
  content: "Deleting ";
}
.DeleteUserDialog.isDeleting .deleteDialogButton::before {
  content: "Return to FullStory ";
}
.DeleteUserDialog.isDeleting .deleteDialogButton .userNameButton {
  display: none;
}
.DeleteUserDialog.isDeleting .subText {
  display: none;
}
.DeleteUserDialog.isDeleting .dialogContent, .DeleteUserDialog.isDeleting .dialogContentDeleting {
  display: none;
}
.DeleteUserDialog.isDeleting .dialogContentDeleting {
  display: block;
}

.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;
}

.HistoryPicker {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.HistoryPicker.no-desc .selectedOption .value {
  border-right: none;
}
.HistoryPicker.no-desc .selectedOption .description {
  display: none;
}

.selectedOption, .stepBtn {
  height: 100%;
  border: 3px solid;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selectedOption {
  position: relative;
  margin: 0 10px;
  width: 100%; /* take up as much space as is availalbe */
  border-color: #448EE1;
}
.selectedOption .value, .selectedOption .description {
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selectedOption .value {
  width: 30%;
  font-size: 24px;
  font-weight: var(--typography-fw-bold);
  border-right: solid 1px #E4E8EB;
}
.selectedOption .description {
  width: 70%;
  justify-content: flex-start;
  font-style: italic;
  font-size: 12px;
  line-height: 1.5;
  color: #96A2AC;
  padding: 0 20px;
}
.selectedOption:after {
  content: "";
  background: url(/s/img/plans/checked-blue.svg) no-repeat center center;
  width: 40px;
  height: 30px;
  position: absolute;
  top: -16px;
  right: -21px;
  transition: transform 0.2s;
}

.stepBtn {
  font-size: 40px;
  width: 15%;
  cursor: pointer;
  border-color: #E4E8EB;
}

.stepBtn.disabled {
  color: #96A2AC;
  cursor: default;
}

.LabeledSlider {
  height: 100px;
  position: relative;
  /** TODO implement for other browsers */
  /* TODO(sarah): Test in IE */
}
.LabeledSlider .recommended {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  color: #f65c8c;
  margin-bottom: 25px;
  width: fit-content;
  cursor: help;
}
.LabeledSlider .recommended.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.LabeledSlider .recommended.red-hover:hover {
  color: #E35F61;
}
.LabeledSlider .recommended:before {
  content: "";
  border-top: 8px solid #f65c8c;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: relative;
  bottom: -30px;
  left: 56px;
}
.LabeledSlider input {
  appearance: none;
  height: 18px;
  /* Make the input slightly larger and shifted over to extend click area */
  width: 104%;
  left: -1%;
  border-radius: 4px;
  margin: 0;
  cursor: pointer;
  position: absolute;
}
.LabeledSlider input:focus {
  outline: none;
}
.LabeledSlider input::-moz-range-track {
  background: transparent;
}
.LabeledSlider input::-moz-focus-outer {
  border: 0;
}
.LabeledSlider input::-moz-range-thumb {
  height: 0;
  width: 0;
}
.LabeledSlider input::-webkit-slider-thumb {
  height: 0;
  width: 0;
  -webkit-appearance: none;
}
.LabeledSlider .bar {
  background: linear-gradient(to right, #448EE1, #448EE1 0%, #E4E8EB 0%, #E4E8EB);
  height: 8px;
  margin: 5px 0 5px 0;
  width: 100%;
  border-radius: 6px;
  pointer-events: none;
  position: absolute;
}
.LabeledSlider .thumb {
  border-radius: 18px;
  pointer-events: none;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 34px;
  margin-left: -10px;
  background-color: #448EE1;
  border: 3px solid white;
}
.LabeledSlider .label {
  z-index: 10001;
  position: relative;
  width: 125px;
  height: 35px;
  line-height: 35px;
  font-weight: var(--typography-fw-regular);
  background-color: #448EE1;
  color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 12px;
  top: 35px;
  text-align: center;
  margin-left: -70px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
.LabeledSlider .label:before {
  content: "";
  background: url(/s/img/plans/slider-triangle.svg) no-repeat 0 0;
  width: 23px;
  height: 10px;
  left: 42%;
  top: -10px;
  display: block;
  position: absolute;
  z-index: 10001;
}
.LabeledSlider.no-rec .recommended {
  display: none;
}
.LabeledSlider.no-rec .thumb {
  top: -6px;
}

.leftRightToggle {
  position: relative;
  display: flex;
  background-color: white;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  border-left: 4px solid white;
  border-right: 4px solid white;
}
.leftRightToggle > .label {
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #448EE1;
  text-align: center;
  align-items: center;
  flex: 1;
  height: 25px;
  background: transparent;
  text-transform: uppercase;
}
.leftRightToggle > .label.left {
  color: white;
}
.leftRightToggle > .label.right {
  margin-left: 4px;
}
.leftRightToggle > .bg {
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  height: 25px;
  width: 50%;
  border-radius: 4px;
  background-color: #448EE1;
}
.leftRightToggle.right > .left {
  color: #448EE1;
}
.leftRightToggle.right > .right {
  color: white;
}
.leftRightToggle.right > .bg {
  left: 50%;
}

.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);
  }
}
@-webkit-keyframes prog-indeterminate1 {
  0% {
    -webkit-transform: translateX(0%) scaleX(0);
  }
  20% {
    -webkit-transform: translateX(0%) scaleX(0.5);
  }
  40% {
    -webkit-transform: translateX(25%) scaleX(0.7);
    -webkit-animation-timing-function: ease-in;
  }
  55% {
    -webkit-transform: translateX(75%) scaleX(0.7);
  }
  65% {
    -webkit-transform: translateX(100%) scaleX(0.7);
  }
  to {
    -webkit-transform: translateX(100%) scaleX(0.7);
  }
}
@keyframes prog-indeterminate1 {
  0% {
    transform: translateX(0%) scaleX(0);
  }
  20% {
    transform: translateX(0%) scaleX(0.5);
  }
  40% {
    transform: translateX(25%) scaleX(0.7);
    animation-timing-function: ease-in;
  }
  55% {
    transform: translateX(75%) scaleX(0.7);
  }
  65% {
    transform: translateX(100%) scaleX(0.7);
  }
  to {
    transform: translateX(100%) scaleX(0.7);
  }
}
@-webkit-keyframes prog-indeterminate2 {
  0% {
    -webkit-transform: translateX(0%) scaleX(0);
  }
  55% {
    -webkit-transform: translateX(0%) scaleX(0);
  }
  65% {
    -webkit-transform: translateX(0%) scaleX(0.5);
  }
  70% {
    -webkit-transform: translateX(0%) scaleX(0.66);
  }
  95% {
    -webkit-transform: translateX(100%) scaleX(0.2);
  }
  to {
    -webkit-transform: translateX(100%) scaleX(0.2);
  }
}
@keyframes prog-indeterminate2 {
  0% {
    transform: translateX(0%) scaleX(0);
  }
  55% {
    transform: translateX(0%) scaleX(0);
  }
  65% {
    transform: translateX(0%) scaleX(0.5);
  }
  70% {
    transform: translateX(0%) scaleX(0.66);
  }
  95% {
    transform: translateX(100%) scaleX(0.2);
  }
  to {
    transform: translateX(100%) scaleX(0.2);
  }
}
.LinearProgress {
  position: relative;
  display: block;
  height: 3px;
}
.LinearProgress > .container {
  transition: all 0.3s linear;
  overflow: hidden;
  position: relative;
  background-color: rgba(68, 142, 225, 0.5);
  height: 3px;
}
.LinearProgress > .container > .bar {
  transform-origin: 0 0;
  transition: all 0.2s linear;
  background: rgb(68, 142, 225);
  height: 3px;
  position: absolute;
  width: 100%;
}
.LinearProgress > .container > .bar.bar1 {
  animation: prog-indeterminate1 3s infinite linear;
}
.LinearProgress > .container > .bar.bar2 {
  animation: prog-indeterminate2 3s infinite linear;
}

.MultiOptionButton > .optionButton > .optionRadio {
  display: none;
}
.MultiOptionButton > .optionButton::before {
  content: "·";
  margin-left: 8px;
  display: inline-block;
  font-weight: var(--typography-fw-semibold);
  color: #96A2AC;
}
.MultiOptionButton > .optionButton > .optionLabel {
  display: inline-block;
  border-bottom: 2px solid #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.2s;
  color: #121212;
  color: #9cc3ef;
  margin-left: 8px;
}
.MultiOptionButton > .optionButton > .optionLabel:hover {
  color: #448EE1;
  border-bottom-color: #9cc3ef;
}
.MultiOptionButton > .optionButton .optionRadio:checked ~ .optionLabel {
  color: #448EE1;
  border-bottom-color: #448EE1;
}
.MultiOptionButton > .optionButton.optionFirst > .optionLabel {
  margin-left: 0;
}
.MultiOptionButton > .optionButton.optionFirst::before {
  display: none;
}
.ProIcon {
  display: none; /* override as needed */
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  margin-left: 12px;
  padding: 0px 6px 0px 7px;
  font-size: 9pt;
  font-weight: var(--typography-fw-base);
  border-radius: 4px;
  color: #448EE1;
  background: #fff;
  letter-spacing: 0.06em;
  height: 19px;
  line-height: 18px;
}
.ProIcon.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.ProIcon.red-hover:hover {
  color: #E35F61;
}
.ProIcon.blue {
  color: #448EE1;
  background: #fff;
}

.ProIconList {
  display: none;
  position: absolute;
  right: 0;
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  margin-left: 3px;
  margin-right: 21px;
  margin-top: 10px;
  padding: 0px 6px 0px 7px;
  font-size: 9pt;
  font-weight: var(--typography-fw-base);
  border-radius: 4px;
  border-style: solid;
  border-color: #448EE1;
  color: #448EE1;
  border-width: 2px;
  background: #fff;
  letter-spacing: 0.06em;
  height: 18px;
  line-height: 18px;
}
.ProIconList.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.ProIconList.red-hover:hover {
  color: #E35F61;
}

.ProIconNav {
  display: none;
  position: relative;
  top: -3px;
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  margin-left: 3px;
  padding: 0px 6px 0px 7px;
  font-size: 9pt;
  font-weight: var(--typography-fw-base);
  border-radius: 4px;
  border-style: solid;
  border-color: #96A2AC;
  color: #96A2AC;
  border-width: 2px;
  background: #fff;
  letter-spacing: 0.06em;
  height: 14px;
  line-height: 14px;
}
.ProIconNav.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.ProIconNav.red-hover:hover {
  color: #E35F61;
}

.RadioInput {
  display: inline-block;
}
.RadioInput input[type=radio] {
  display: none;
}
.RadioInput input[type=radio] + .visual {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.2em solid #fff;
  box-shadow: 0 0 0 0.15em #96A2AC;
  margin-right: 1.5em;
  margin-bottom: 0.05em;
  transition: 0.5s ease all;
}
.RadioInput input[type=radio]:checked + .visual {
  background: #448EE1;
}
.RadioInput input[type=radio]:checked + .disabled {
  background: #96A2AC;
}

.bail {
  cursor: pointer;
  margin-left: 4px;
  text-decoration: underline;
}

.segment-btn {
  text-align: center;
  margin-top: 20px;
}

.SupportPicker.base {
  font-size: 13px;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: border-color 0.2s;
  line-height: 1.4em;
  display: inline-block;
}
.SupportPicker.base:hover {
  transition: border-color 0.2s;
  background: #F9F9F9;
  border: 1px solid #E4E8EB;
}
.SupportPicker.base:hover .selectionContainer .selection::after {
  background-position: -3px;
}
.SupportPicker.base .selectionContainer {
  position: relative;
  height: 40px;
  padding-left: 19px;
  display: flex;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome and Opera */
}
.SupportPicker.base .selectionContainer .selection {
  max-width: 256px;
  box-sizing: border-box;
  padding: 0 16px;
  position: relative;
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.SupportPicker.base .selectionContainer .selection .selectedState {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.TermsConditionsText {
  line-height: 1.9;
}

.tacText {
  color: #3A4B59;
  font-size: 14px;
  margin: 18px 0;
}
.tacText.header {
  font-size: 16px;
  font-weight: var(--typography-fw-semibold);
}

.tacTextHuman {
  color: #96A2AC;
  font-size: 14px;
  font-weight: var(--typography-fw-regular);
  font-style: oblique;
}

.tacList {
  padding: 0;
  list-style-type: none;
}

.tacListItem {
  list-style: none;
  margin-bottom: 6px;
}

.DailyActivesThresholdConfig {
  font-size: 13px;
}
.DailyActivesThresholdConfig > .modifier,
.DailyActivesThresholdConfig > .value {
  text-align: center;
  padding: 5px 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  border-radius: 4px;
  margin: 0 3px;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
}
.DailyActivesThresholdConfig > .modifier:focus,
.DailyActivesThresholdConfig > .value:focus {
  padding: 4px 7px;
  outline: none;
}
.DailyActivesThresholdConfig > .bold {
  font-weight: var(--typography-fw-semibold);
}
.DailyActivesThresholdConfig > .modifier {
  background-color: #fdebf0;
  color: #f65c8c;
}
.DailyActivesThresholdConfig > .modifier:focus {
  border: 1px solid rgba(255, 192, 203, 0.56);
}
.DailyActivesThresholdConfig > .value {
  background-color: #e5effc;
  color: #448EE1;
  display: inline-block;
  max-width: 100px;
  min-width: 20px;
  font-family: var(--typography-font-monospace);
  transition: transform 0.25s cubic-bezier(0.71, 0.01, 0.31, 1), transform-origin 0.25s cubic-bezier(0.71, 0.01, 0.31, 1);
}
.DailyActivesThresholdConfig > .value.zoom {
  transform: perspective(100px) translateZ(50px);
  transform-origin: left;
}
.DailyActivesThresholdConfig > .value:hover {
  cursor: text;
}
.DailyActivesThresholdConfig > .value:focus {
  border: 1px solid rgba(68, 142, 225, 0.38);
}
.DailyActivesThresholdConfig > .explanation {
  font-weight: var(--typography-fw-regular);
  font-size: 13px;
  line-height: 1.6;
  font-style: italic;
  margin-top: 10px;
  color: #96A2AC;
}

.DailyActivesThresholdExplanation {
  font-weight: var(--typography-fw-regular);
  font-size: 13px;
  line-height: 20px;
}
.DailyActivesThresholdExplanation > .icon {
  position: relative;
  top: 2px;
  width: 28px;
  height: 13px;
  display: inline-block;
}
.DailyActivesThresholdExplanation.above {
  color: #f65c8c;
}
.DailyActivesThresholdExplanation.above .icon {
  background: transparent url(/s/img/svg/alert-above-icon.svg) center left no-repeat;
}
.DailyActivesThresholdExplanation.below {
  color: #448EE1;
}
.DailyActivesThresholdExplanation.below .icon {
  background: transparent url(/s/img/svg/alert-below-icon.svg) center left no-repeat;
}

.ExportItem {
  display: flex;
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #E4E8EB;
  font-weight: 500;
  white-space: nowrap;
  background-color: white;
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box;
}
.ExportItem .col {
  text-overflow: ellipsis;
  text-align: left;
  padding-top: 18px;
}
.ExportItem .col.large {
  flex: 3;
}
.ExportItem .col.medium {
  flex: 2;
}
.ExportItem .col.small {
  flex: 1;
  min-width: 130px;
}
.ExportItem .col.extraLarge {
  flex: 4;
}
.ExportItem .col.pushRight {
  text-align: right;
  overflow: hidden;
}
.ExportItem .col > .status {
  text-transform: uppercase;
}
.ExportItem .col > .status.done {
  text-decoration: underline;
}

.Exports {
  position: absolute;
  top: 26px;
  bottom: 0;
  left: 4px;
  right: 288px;
  max-width: 1600px;
  margin: 0 auto;
}
.Exports .header {
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  color: #121212;
}
.Exports .grid {
  margin: 0 26px 0 0 !important;
  padding-left: 28px;
}
.Exports .ExportListView {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 45px;
  bottom: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  border: 1px solid #e4e8eb;
  border-radius: 6px;
}
.Exports .ExportListView .gridLabels {
  background-color: transparent;
}
.Exports .ExportListView .gridContents {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.Exports .ExportListView .gridContents .noResults {
  top: 64px;
  text-align: center;
  font-size: 16px;
  font-weight: var(--typography-fw-medium);
}

.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;
}
.fillerList .fillerListItem {
  margin: 0 36px 0 74px;
  height: 72px;
  border-bottom: 1px solid #E4E8EB;
  display: flex;
  position: relative;
}
.fillerList .fillerListItem:first-child {
  border-top: 1px solid #E4E8EB;
}
.fillerList .fillerListItem .fillVatar {
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 38px;
  border: 1px solid #E4E8EB;
  left: -55px;
  top: 15px;
}
.fillerList .fillerListItem .fill1 {
  flex: 2;
}
.fillerList .fillerListItem .fill2 {
  position: relative;
  padding-left: 52px;
  flex: 4;
}
.fillerList .fillerListItem .fill2 .fakePlayButton {
  border: 1px solid #E4E8EB;
  border-radius: 40px;
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 15px;
}
.fillerList .fillerListItem .fill3 {
  min-width: 75px;
  flex: 1;
}
.fillerList .fillerListItem .blockGray {
  background-color: #E4E8EB;
  border-radius: 20px;
  width: 120px;
  height: 16px;
  margin-bottom: 6px;
  margin-top: 20px;
  opacity: 0.7;
}
.fillerList .fillerListItem .blockGray.short {
  background-color: #f5f6f7;
  height: 8px;
  margin: 0;
}
.fillerList .fillerListItem .blockGray.small {
  width: 102px;
}
.fillerList .fillerListItem .blockGray.medium {
  width: 102px;
}
.fillerList .fillerListItem .blockGray.large {
  width: 144px;
}
.fillerList .fillerListItem .blockGray.right {
  float: right;
  clear: right;
}

.PersonaCell {
  width: 125px;
  height: 115px;
  border-radius: 5px;
  border: solid 2px #E4E8EB;
  cursor: pointer;
  color: #3A4B59;
  margin: 5px;
  position: relative;
  transition: border-color 0.2s;
}
.PersonaCell .iconPersona {
  background: transparent url(/s/img/persona/icons-persona.svg) 0 0 no-repeat;
  background-size: 52px 416px;
  height: 52px;
  margin: 12px auto 0;
  width: 52px;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.PersonaCell .iconPersona.support {
  background-position: 0 0;
}
.PersonaCell .iconPersona.ux-design {
  background-position: 0 -52px;
}
.PersonaCell .iconPersona.engineering {
  background-position: 0 -104px;
}
.PersonaCell .iconPersona.marketing {
  background-position: 0 -156px;
}
.PersonaCell .iconPersona.customer-experience {
  background-position: 0 -208px;
}
.PersonaCell .iconPersona.product-mgmt {
  background-position: 0 -260px;
}
.PersonaCell .iconPersona.data {
  background-position: 0 -312px;
}
.PersonaCell .iconPersona.acct-mgmt {
  background-position: 0 -364px;
}
.PersonaCell:hover {
  border-color: #C8D2D9;
}
.PersonaCell:hover .iconPersona {
  opacity: 1;
}
.PersonaCell.active {
  border-color: #448EE1;
}
.PersonaCell.active > .cellLabel {
  transform: scale(1);
}
.PersonaCell.active .iconPersona {
  opacity: 1;
}
.PersonaCell > .cellLabel {
  background: url(/s/img/plans/checked-blue.svg) no-repeat center center;
  position: absolute;
  top: -14px;
  right: -15px;
  transition: transform 0.2s;
  width: 33px;
  height: 30px;
  transform: scale(0);
}
.PersonaCell .cellText {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  color: #3A4B59;
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  padding: 0 8px;
}
.PersonaCell .cellText.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.PersonaCell .cellText.red-hover:hover {
  color: #E35F61;
}

.profileSettings .PersonaCell {
  margin: 5px 10px 5px 0;
}

.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;
}

.AddSearch {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.AddSearch > div {
  background-color: #F9F9F9;
  font-size: 13px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AddSearch > div > a {
  padding: 2px;
  display: block;
  text-decoration: none;
}
.AddSearch > div:hover {
  text-decoration: underline;
}
.AddSearch > div:last-child {
  border-top: 1px solid #E4E8EB;
  border-bottom: 1px solid #E4E8EB;
}

.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;
}

.BlankPlayback {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.EventContainer {
  margin-bottom: 16px;
}
.EventContainer.clipSession {
  background: 50% 100% url(/s/img/eventContainerZigZag.png) no-repeat;
  padding-bottom: 8px;
}
.EventContainer.clipSession > .inside > .sessionInfo.noBg {
  background-color: transparent;
  box-shadow: none;
}
.EventContainer > .inside {
  background-color: #E4E8EB;
  padding: 0 0 12px;
  border-radius: 6px;
}
.EventContainer > .inside > .referrer {
  padding: 8px 10px;
  display: none;
  font-family: var(--typography-font-smallcaps);
  font-weight: 400;
  color: #88939C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.EventContainer > .inside > .referrer > a {
  color: #88939C;
  font-family: var(--typography-font-sans);
  font-style: italic;
}
.EventContainer > .inside > .sessionInfo {
  margin: 8px;
  display: none;
  position: relative;
  height: 36px;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.15s ease-in-out;
}
.EventContainer > .inside > .sessionInfo:hover {
  background-color: #D5DDE9;
}
.EventContainer > .inside > .sessionInfo > .cal {
  display: inline-block;
  background: url(/s/img/clip_calendar.png) no-repeat;
  background-size: 32px 36px;
  width: 32px;
  height: 36px;
  text-align: center;
  font-family: var(--typography-font-smallcaps);
  color: #448EE1;
  font-size: 15px;
  font-weight: 400;
  top: 8px;
  left: 8px;
}
.EventContainer > .inside > .sessionInfo > .cal > .digit {
  padding-top: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 2dppx) {
  .EventContainer > .inside > .sessionInfo > .cal {
    background: url(/s/img/clip_calendar@2x.png);
    background-size: 32px 36px;
  }
}
.EventContainer > .inside > .sessionInfo > .originalSessionLink {
  display: inline-block;
  position: absolute;
  left: 52px;
  top: 10px;
}
.EventContainer > .inside > .sessionInfo > .originalSessionLink > .date {
  padding-top: 8px;
}
.EventContainer > .inside > .sessionInfo > .originalSessionLink > .summary {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  margin-top: 2px;
}
.EventContainer > .inside > .sessionInfo > .originalSessionLink > .summary.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.EventContainer > .inside > .sessionInfo > .originalSessionLink > .summary.red-hover:hover {
  color: #E35F61;
}
.EventContainer > .inside > .sessionInfo.playOn {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  display: none;
  line-height: 36px;
  margin-bottom: 6px;
  text-align: center;
}
.EventContainer > .inside > .sessionInfo.playOn.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.EventContainer > .inside > .sessionInfo.playOn.red-hover:hover {
  color: #E35F61;
}
.EventContainer > .inside > .sessionInfo.playOn:after {
  content: "→";
  margin-left: 3px;
}
.EventContainer > .inside > .sessionInfo.playOn.show {
  display: block;
}
.EventContainer > .inside > .sessionInfo.playOn:hover {
  background-color: #fff;
}
.EventContainer.hasReferrer > .inside > .referrer {
  display: block;
}
.EventContainer.hasReferrer > .inside .eventItem {
  padding-top: 0;
}

.eventItem {
  margin: 10px 12px 0;
  /* Pin load event to top without any whitespace given its full-width attributes*/
}
.eventItem.load {
  margin: 10px 0 0;
}
.eventItem:first-child {
  margin-top: 0;
}
.eventItem:first-child:not(.load) {
  padding-top: 10px;
}
.eventItem:last-child:not(.load) {
  padding-bottom: 10px;
}

.EventListNativeInfo .fullInfoHeading {
  font-family: var(--typography-font-smallcaps);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: var(--typography-fw-light);
  line-height: 20px;
  font-size: 12px;
  color: #96A2AC;
}
.EventListNativeInfo .fullInfoHeading:not(:first-child) {
  margin-top: 16px;
}
.EventListNativeInfo hr {
  background: #E4E8EB;
  border: 0;
  height: 1px;
}
.EventListNativeInfo .row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  white-space: nowrap;
}
.EventListNativeInfo .row .label {
  color: #96A2AC;
  font-weight: var(--typography-fw-regular);
  width: 40%;
}
.EventListNativeInfo .row .value {
  color: #3A4B59;
  width: 60%;
  text-align: right;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.EventListNativeInfo .row .value.rtl {
  direction: rtl;
}
.EventListNativeInfo .row .multiValue {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.EventListNativeInfo .row .multiValue > *:not(:first-child) {
  margin-top: 10px;
}

.eventTime {
  cursor: help;
}
.eventTime .time24 {
  display: none;
}
.eventTime .timeAmPm {
  display: inline;
}
.eventTime.is24 .time24 {
  display: inline;
}
.eventTime.is24 .timeAmPm {
  display: none;
}

.loadEventContainer.load .description::after {
  content: "LOAD COMPLETED"; /* The visit nav event was not absorbed */
}
.loadEventContainer.load-melted .description::after {
  content: "VISITED PAGE";
}
.loadEventContainer.matchedEvent .loadEvent {
  background-color: #f65c8c;
  color: #ffffff;
}
.loadEventContainer.matchedEvent .headerrow .icon {
  background-position: 0 -17px !important;
}
.loadEventContainer a.learnMore {
  margin-left: 3px;
  color: white !important;
  opacity: 0.8;
  text-decoration: underline;
}
.loadEventContainer a.learnMore:hover {
  opacity: 1;
}
.loadEventContainer .loadEvent {
  background-color: #fff;
  display: block;
  color: #3A4B59;
  white-space: nowrap;
  text-decoration: none;
  padding: 18px;
  font-weight: var(--typography-fw-base);
  border-radius: 6px;
  border: 1px solid #D0D9E0;
  cursor: pointer;
  position: relative;
  transition: color ease-out 0.25s, background-color ease-out 0.25s;
  box-sizing: border-box;
  margin-left: 0;
  border: none;
  margin-right: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
  padding: 18px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.loadEventContainer .loadEvent.active {
  background-color: #4890df;
  color: #ffffff;
  z-index: 1;
}
.loadEventContainer .loadEvent:hover {
  background-color: #4890df;
  color: #ffffff;
}
.loadEventContainer .loadEvent.active .headerrow .icon, .loadEventContainer .loadEvent:hover .headerrow .icon {
  background-position: 0 -17px;
}
.loadEventContainer .loadEvent.active .headerrow.details > div:nth-child(1) {
  white-space: normal;
  word-break: break-all;
}
.loadEventContainer .loadEvent.active .headerrow.details > div:nth-child(2) {
  display: none;
}
.loadEventContainer .loadEvent.active .headerrow.descriptors > div:nth-child(2) {
  display: none;
}
.loadEventContainer .loadEvent .headerrow {
  width: 100%;
  margin: 3px 0 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loadEventContainer .loadEvent .headerrow .icon {
  width: 16px;
  height: 15px;
  display: inline-block;
  background: url("/s/img/svg/eventsprite.svg") 0 0 no-repeat;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.loadEventContainer .loadEvent .headerrow > div {
  margin: 0 21px;
}
.loadEventContainer .loadEvent .headerrow.descriptors {
  margin-bottom: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--typography-fw-semibold);
  font-family: var(--typography-font-sans);
  opacity: 0.7;
}
.loadEventContainer .loadEvent .headerrow.details {
  font-weight: var(--typography-fw-regular);
  align-items: normal;
}
.loadEventContainer .loadEvent .headerrow.details > div:nth-child(1) {
  min-height: 22px;
  position: relative;
  top: 4px;
  font-size: 13px;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.loadEventContainer .loadEvent .headerrow.details > div:nth-child(2) {
  font-family: var(--typography-font-monospace);
  font-weight: var(--typography-fw-regular);
  font-size: 18px;
}
.loadEventContainer .loadEvent .progressBars {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6.7px;
  display: flex;
}
.loadEventContainer .loadEvent .progressBars .bar {
  height: 100%;
  transition: width;
  width: 0px;
}
.loadEventContainer .subviewContainer {
  background-color: transparent;
  color: black;
  outline: none;
}
.loadEventContainer .subviewContainer > div {
  background-color: #fff;
}
.loadEventContainer .subviewContainer .loadEventSubview {
  transition: max-height 0.5s ease-in-out;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
  z-index: 0;
  border-radius: 0 0 6px 6px;
}
.loadEventContainer .subviewContainer .loadEventSubview.collapsed {
  max-height: 0px;
}
.loadEventContainer .subviewContainer .loadEventSubview .row {
  padding: 0 8px;
  color: #121212;
  display: flex;
  height: 56px;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px #E4E8EB solid;
  transition: opacity 1.4s;
  opacity: 1;
}
.loadEventContainer .subviewContainer .loadEventSubview .row .loadTimestamp {
  font-weight: var(--typography-fw-regular);
  font-size: 12px;
  cursor: default;
  position: relative;
  right: 5px;
  color: #96A2AC;
}
.loadEventContainer .subviewContainer .loadEventSubview .row .title {
  font-size: 13px;
  font-weight: var(--typography-fw-medium);
  color: #5e5e5e;
  cursor: help;
}
.loadEventContainer .subviewContainer .loadEventSubview .row.footer {
  margin: 0 7px;
}
.loadEventContainer .subviewContainer .loadEventSubview .row:nth-child(2) {
  transition-delay: 0s;
}
.loadEventContainer .subviewContainer .loadEventSubview .row:nth-child(3) {
  transition-delay: 0.25s;
}
.loadEventContainer .subviewContainer .loadEventSubview .row:nth-child(4) {
  transition-delay: 0.5s;
}
.loadEventContainer .subviewContainer .loadEventSubview .row:nth-child(5) {
  transition-delay: 0.75s;
}
.loadEventContainer .subviewContainer .loadEventSubview.collapsed .row {
  opacity: 0;
}
.loadEventContainer .subviewContainer .loadEventSubview.collapsed .verticalbar {
  max-height: 0px;
}
.loadEventContainer .subviewContainer .loadEventSubview .split {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loadEventContainer .subviewContainer .loadEventSubview .lpad {
  padding-left: 40px;
}
.loadEventContainer .subviewContainer .loadEventSubview .row:last-child {
  border-bottom: none;
}
.loadEventContainer .subviewContainer .loadEventSubview button {
  color: black;
}
.loadEventContainer .subviewContainer .loadEventSubview .verticalbar {
  width: 2px;
  background-color: gray;
  height: 100%;
  /*max-height: 150px;   !*2.5 rows*!*/
  transition: max-height 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 28px;
  background-color: #d8d8d8;
}
.loadEventContainer .subviewContainer .loadEventSubview .measurement {
  font-family: var(--typography-font-monospace);
  font-size: 17px;
  right: 9.3px;
  position: relative;
}
.loadEventContainer .subviewContainer .loadEventSubview .downloadHAR {
  background-color: transparent;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 0 0 -2px;
  padding: 5px 10px;
  color: #6097e0;
  outline: none;
  font-weight: var(--typography-fw-medium);
  font-size: 11px;
}
.loadEventContainer .subviewContainer .loadEventSubview .downloadHAR .icon {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url("/s/img/svg/downloadsprite.svg") 0 0 no-repeat;
  position: relative;
  margin-right: 6px;
  top: 3px;
}
.loadEventContainer .subviewContainer .loadEventSubview .downloadHAR:hover {
  border: 1px solid #448EE1;
}
.loadEventContainer .subviewContainer .loadEventSubview .downloadHAR:focus {
  outline: 0;
}
.loadEventContainer.selected .loadEvent {
  background-color: #4890df;
  color: #ffffff;
}
.loadEventContainer.matchedEvent .headerrow .icon, .loadEventContainer.selected .headerrow .icon {
  background-position: 0 -17px;
}

.LoadEventRow .row {
  cursor: pointer;
}
.LoadEventRow .row:hover {
  background-color: #f4f6f9;
}
.LoadEventRow .circle {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: relative;
}
.LoadEventRow.paint .title:before {
  content: "First Contentful Paint";
}
.LoadEventRow.domcontent .circle {
  background-color: #478ede;
}
.LoadEventRow.domcontent .title:before {
  content: "DOMContentLoaded";
}
.LoadEventRow.load .circle {
  background-color: #225897;
}
.LoadEventRow.load .title:before {
  content: "Page Load";
}
.LoadEventRow .whitecircle {
  border-radius: 50%;
  position: relative;
  left: -19.5px;
  height: 17px;
  width: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.LoadEventRow .title:hover {
  text-decoration: underline dotted;
}

.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;
}

.urlInfoBar {
  background-color: #F9F9F9;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.insights .urlInfoBar {
  border-bottom: 1px solid #E4E8EB;
}
.urlInfoBar:hover > .innerContainer > .urlTextContainer > .urlText {
  color: #3A4B59;
}
.urlInfoBar:hover > .innerContainer > .urlTextContainer > .visitLink {
  margin-left: 4px;
  opacity: 1;
}
.urlInfoBar:hover > .innerContainer > .urlTextContainer > .visitLink:hover::before {
  border-color: #f65c8c;
}
.urlInfoBar:hover > .innerContainer > .urlTextContainer > .visitLink:hover::after {
  background-color: #f65c8c;
}
.urlInfoBar > .innerContainer {
  position: relative;
}
.urlInfoBar > .innerContainer .btn {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  border: 0 solid transparent;
  border-radius: 4px;
  color: #448EE1;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  height: 34px;
  padding: 0 14px;
  line-height: 2.4;
  font-size: 14px;
  transition: background-color 0.2s;
}
.urlInfoBar > .innerContainer .btn.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.urlInfoBar > .innerContainer .btn.red-hover:hover {
  color: #E35F61;
}
.urlInfoBar > .innerContainer .btn.blue {
  background-color: #448EE1;
  color: #fff;
}
.urlInfoBar > .innerContainer .btn.console {
  color: #96A2AC;
  padding-left: 46px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.urlInfoBar > .innerContainer .btn.console > .icon-console {
  background: url(/s/img/svg/icons-console.svg) 0 0 no-repeat;
  background-size: 19px 50px;
  height: 10px;
  width: 19px;
  position: absolute;
  top: 12px;
  left: 14px;
}
.urlInfoBar > .innerContainer .btn.console:hover {
  background-color: rgba(228, 232, 235, 0.5);
}
.urlInfoBar > .innerContainer .btn.console[level=log] {
  color: #448EE1;
}
.urlInfoBar > .innerContainer .btn.console[level=log] > .icon-console {
  background-position: 0 -10px;
}
.urlInfoBar > .innerContainer .btn.console[level=warn] {
  color: #e5c051;
}
.urlInfoBar > .innerContainer .btn.console[level=warn] > .icon-console {
  background-position: 0 -20px;
}
.urlInfoBar > .innerContainer .btn.console[level=error] {
  color: #E35F61;
  animation-duration: 0.7s;
  animation-name: bounce;
}
.urlInfoBar > .innerContainer .btn.console[level=error] > .icon-console {
  background-position: 0 -30px;
}
.urlInfoBar > .innerContainer .btn.console[level=active] {
  background-color: #f65c8c;
  color: #fff;
}
.urlInfoBar > .innerContainer .btn.console[level=active] > .icon-console {
  background-position: 0 -40px;
}
.urlInfoBar > .innerContainer.left {
  white-space: nowrap;
  padding-left: 32px;
  flex-grow: 1;
  margin-right: 32px;
}
.urlInfoBar > .innerContainer.right {
  padding-right: 16px;
  display: flex;
  align-items: center;
}
.urlInfoBar > .innerContainer .barItem {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
}
.urlInfoBar > .innerContainer > .urlTextContainer {
  display: inline-block;
  width: 100%;
}
.urlInfoBar > .innerContainer > .urlTextContainer > .urlText {
  background-color: transparent;
  border: none;
  cursor: text;
  font-family: var(--typography-font-sans);
  font-size: 12px;
  font-weight: var(--typography-fw-regular);
  color: #5d6f83;
  line-height: 2.2;
  z-index: 1;
  transition: color 0.2s;
  width: 100%;
}
.urlInfoBar > .innerContainer > .urlTextContainer > .urlText.small-caps {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  font-size: 15px;
}
.urlInfoBar > .innerContainer > .urlTextContainer > .urlText.small-caps.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.urlInfoBar > .innerContainer > .urlTextContainer > .urlText.small-caps.red-hover:hover {
  color: #E35F61;
}
.urlInfoBar > .innerContainer > .urlTextContainer > .pageInsightsDisclaimer {
  position: relative;
  color: #96A2AC;
  font-family: var(--typography-font-sans);
  font-style: normal;
  font-weight: var(--typography-fw-regular);
  display: none;
  margin-top: -2px;
  font-size: 11px;
}
.insights .urlInfoBar > .innerContainer > .urlTextContainer > .pageInsightsDisclaimer {
  display: block;
}
.urlInfoBar > .innerContainer > .urlTextContainer > .visitLink {
  border: 0 solid transparent;
  border-radius: 2px;
  color: #C8D2D9;
  cursor: pointer;
  height: 26px;
  width: 26px;
  margin: 0 6px 0 -64px;
  position: relative;
  opacity: 0;
  display: inline-block;
  transition: all 0.2s;
}
.urlInfoBar > .innerContainer > .urlTextContainer > .visitLink:before, .urlInfoBar > .innerContainer > .urlTextContainer > .visitLink:after {
  position: absolute;
  content: "";
  display: block;
}
.urlInfoBar > .innerContainer > .urlTextContainer > .visitLink::before {
  right: 8px;
  top: 9px;
  height: 6px;
  width: 6px;
  border: solid #C8D2D9;
  border-width: 2px 0 0 2px;
  transition: border 0.2s;
  transform: rotate(135deg);
}
.urlInfoBar > .innerContainer > .urlTextContainer > .visitLink::after {
  background-color: #C8D2D9;
  border: 0 solid transparent;
  border-radius: 4px;
  height: 2px;
  width: 12px;
  top: 12px;
  left: 7px;
  transition: background-color 0.2s;
}
.urlInfoBar > .innerContainer > .urlTextContainer > .visitLink:hover {
  background-color: rgba(228, 232, 235, 0.5);
}
.urlInfoBar > .innerContainer .viewportDimensions {
  position: relative;
  font-size: 12px;
  font-weight: var(--typography-fw-regular);
  color: #96A2AC;
  width: 84px;
  text-align: center;
  transition: opacity 0.2s;
  margin-right: 10px;
}
.urlInfoBar > .innerContainer .viewportDimensions:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #E4E8EB;
  position: absolute;
  margin-left: 16px;
}
.urlInfoBar > .innerContainer > .deviceType {
  background: url(/s/img/svg/icons-devices.svg) -27px 0 no-repeat;
  background-size: 27px 108px;
  margin-left: 12px;
  height: 18px;
  width: 27px;
}
.urlInfoBar > .innerContainer > .deviceType.Mobile {
  background-position: 0 0;
}
.urlInfoBar > .innerContainer > .deviceType.Tablet {
  background-position: 0 -18px;
}
.urlInfoBar > .innerContainer > .deviceType.Desktop {
  background-position: 0 -36px;
}
.urlInfoBar > .innerContainer > .deviceType.Robot {
  background-position: 0 -72px;
}
.urlInfoBar > .innerContainer > .deviceType.Unknown {
  background-position: 0 -90px;
}

/* PLAY_BACK_RESPONSIVE: to search and easily modify responsive css */
@media only screen and (max-width: 1380px) {
  .urlInfoBar > .innerContainer .btn.console {
    padding: 0 0 0 46px;
  }
  .toolMode {
    display: none;
  }
}
.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;
}

.StdEvent {
  background-color: #fff;
  display: block;
  color: #3A4B59;
  white-space: nowrap;
  text-decoration: none;
  padding: 18px;
  font-weight: var(--typography-fw-base);
  border-radius: 6px;
  border: 1px solid #D0D9E0;
  cursor: pointer;
  position: relative;
  transition: all ease-out 0.25s;
  box-sizing: border-box;
}
.StdEvent:hover {
  border: 1px solid #448EE1;
}
.StdEvent > .eiIcon {
  background-image: url(/s/img/magic/event-icons.svg);
  background-size: 56px 392px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  height: 28px;
  width: 28px;
  transition: transform 0.3s;
}
.StdEvent.hasMore .eventTime, .StdEvent.thrash .eventTime {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  display: none;
  margin: 16px 0 0 0;
  text-align: right;
}
.StdEvent.hasMore .eventTime.interactive, .StdEvent.thrash .eventTime.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.StdEvent.hasMore .eventTime.red-hover:hover, .StdEvent.thrash .eventTime.red-hover:hover {
  color: #E35F61;
}
.StdEvent.hasMore > .eiIcon::after, .StdEvent.thrash > .eiIcon::after {
  content: "";
  display: none;
  height: 6px;
  width: 6px;
  border: solid #448EE1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateX(12px) translateY(-1px);
}
.StdEvent.hasMore > .eiIcon:hover, .StdEvent.thrash > .eiIcon:hover {
  background-color: #448EE1;
}
.StdEvent.hasMore > .eiIcon:hover::after, .StdEvent.thrash > .eiIcon:hover::after {
  border-color: #fff;
}
.StdEvent.hasMore:hover > .eiIcon, .StdEvent.thrash:hover > .eiIcon {
  background-image: none !important;
  border: 1px solid #d2dce3;
  border-radius: 26px;
  height: 26px !important;
  width: 26px !important;
}
.StdEvent.hasMore:hover > .eiIcon:hover, .StdEvent.thrash:hover > .eiIcon:hover {
  transition: all ease-out 0.25s;
  border: 1px solid #448EE1;
}
.StdEvent.hasMore:hover > .eiIcon::after, .StdEvent.thrash:hover > .eiIcon::after {
  display: block;
}
.StdEvent.hasMore.selected.isActive > .eiIcon, .StdEvent.thrash.selected.isActive > .eiIcon {
  border-color: #fff;
}
.StdEvent.hasMore.selected.isActive .eventTime, .StdEvent.thrash.selected.isActive .eventTime {
  color: #E4E8EB;
}
.StdEvent.hasMore.selected:hover > .eiIcon, .StdEvent.thrash.selected:hover > .eiIcon {
  background-color: #448EE1;
  background-image: none !important;
  border: 1px solid #fff;
  border-radius: 26px;
  width: 26px !important;
  height: 26px !important;
}
.StdEvent.hasMore.selected:hover > .eiIcon::after, .StdEvent.thrash.selected:hover > .eiIcon::after {
  display: block;
  border-color: #fff;
}
.StdEvent.hasMore.isActive > .eiIcon, .StdEvent.thrash.isActive > .eiIcon {
  background-image: none !important;
  border: 1px solid #E4E8EB;
  border-radius: 26px;
  width: 26px !important;
  height: 26px !important;
  transform: rotate(-180deg);
}
.StdEvent.hasMore.isActive > .eiIcon::after, .StdEvent.thrash.isActive > .eiIcon::after {
  display: block;
  border-color: #448EE1;
}
.StdEvent.hasMore.isActive > .eiIcon:hover::after, .StdEvent.thrash.isActive > .eiIcon:hover::after {
  border-color: #fff;
}
.StdEvent.hasMore.isActive.selected > .eiIcon::after, .StdEvent.thrash.isActive.selected > .eiIcon::after {
  border-color: #fff;
}
.StdEvent.hasMore.isActive .eventTime, .StdEvent.thrash.isActive .eventTime {
  display: block;
}
.StdEvent.hasMore.isActive .textInput, .StdEvent.thrash.isActive .textInput {
  display: block;
}
.StdEvent.hasMore.thrash .textInput, .StdEvent.thrash.thrash .textInput {
  display: none;
}
.StdEvent .matchedText {
  display: none;
}
.StdEvent.matchedEvent {
  background: #f65c8c;
  color: #fff;
  background-position-x: -28px;
  border: 1px solid #f65c8c;
  padding-bottom: 14px;
}
.StdEvent.matchedEvent .matchedText {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  display: block;
  color: #fff;
  opacity: 0.7;
  margin-left: 32px;
  line-height: 1.9em;
}
.StdEvent.matchedEvent .matchedText.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.StdEvent.matchedEvent .matchedText.red-hover:hover {
  color: #E35F61;
}
.StdEvent.matchedEvent .eiIcon {
  top: 22px;
  left: 12px;
  background-position: 0 -28px;
}
.StdEvent.matchedEvent:hover, .StdEvent.matchedEvent.selected {
  border: 1px solid #f65c8c;
  background: #f65c8c !important;
}
.StdEvent.custom > .eiIcon {
  height: 28px;
  width: 28px;
  background-position: 0 -336px;
}
.StdEvent.custom.selected > .eiIcon, .StdEvent.custom.matchedEvent > .eiIcon {
  background-position: -28px -336px;
}
.StdEvent.uservar > .eiIcon {
  height: 28px;
  width: 28px;
  background-position: 0 -364px;
}
.StdEvent.uservar.selected > .eiIcon, .StdEvent.uservar.matchedEvent > .eiIcon {
  background-position: -28px -364px;
}
.StdEvent.clicked > .eiIcon, .StdEvent.tap > .eiIcon, .StdEvent.long_click > .eiIcon, .StdEvent.unhandled_click > .eiIcon, .StdEvent.unhandled_long_click > .eiIcon {
  background-position: 0 -28px;
}
.StdEvent.clicked.selected > .eiIcon, .StdEvent.clicked.matchedEvent > .eiIcon, .StdEvent.tap.selected > .eiIcon, .StdEvent.tap.matchedEvent > .eiIcon, .StdEvent.long_click.selected > .eiIcon, .StdEvent.long_click.matchedEvent > .eiIcon, .StdEvent.unhandled_click.selected > .eiIcon, .StdEvent.unhandled_click.matchedEvent > .eiIcon, .StdEvent.unhandled_long_click.selected > .eiIcon, .StdEvent.unhandled_long_click.matchedEvent > .eiIcon {
  background-position: -28px -28px;
}
.StdEvent.clicked.dead > .eiIcon, .StdEvent.tap.dead > .eiIcon, .StdEvent.long_click.dead > .eiIcon, .StdEvent.unhandled_click.dead > .eiIcon, .StdEvent.unhandled_long_click.dead > .eiIcon {
  background-position: 0 -196px;
}
.StdEvent.clicked.dead.selected > .eiIcon, .StdEvent.clicked.dead.matchedEvent > .eiIcon, .StdEvent.tap.dead.selected > .eiIcon, .StdEvent.tap.dead.matchedEvent > .eiIcon, .StdEvent.long_click.dead.selected > .eiIcon, .StdEvent.long_click.dead.matchedEvent > .eiIcon, .StdEvent.unhandled_click.dead.selected > .eiIcon, .StdEvent.unhandled_click.dead.matchedEvent > .eiIcon, .StdEvent.unhandled_long_click.dead.selected > .eiIcon, .StdEvent.unhandled_long_click.dead.matchedEvent > .eiIcon {
  background-position: -28px -196px;
}
.StdEvent.clicked.error > .eiIcon, .StdEvent.tap.error > .eiIcon, .StdEvent.long_click.error > .eiIcon, .StdEvent.unhandled_click.error > .eiIcon, .StdEvent.unhandled_long_click.error > .eiIcon {
  background-position: 0 -224px;
}
.StdEvent.clicked.error.selected > .eiIcon, .StdEvent.clicked.error.matchedEvent > .eiIcon, .StdEvent.tap.error.selected > .eiIcon, .StdEvent.tap.error.matchedEvent > .eiIcon, .StdEvent.long_click.error.selected > .eiIcon, .StdEvent.long_click.error.matchedEvent > .eiIcon, .StdEvent.unhandled_click.error.selected > .eiIcon, .StdEvent.unhandled_click.error.matchedEvent > .eiIcon, .StdEvent.unhandled_long_click.error.selected > .eiIcon, .StdEvent.unhandled_long_click.error.matchedEvent > .eiIcon {
  background-position: -28px -224px;
}
.StdEvent.clicked.rage > .eiIcon, .StdEvent.tap.rage > .eiIcon, .StdEvent.long_click.rage > .eiIcon, .StdEvent.unhandled_click.rage > .eiIcon, .StdEvent.unhandled_long_click.rage > .eiIcon {
  background-position: 0 -84px;
}
.StdEvent.clicked.rage.selected > .eiIcon, .StdEvent.clicked.rage.matchedEvent > .eiIcon, .StdEvent.tap.rage.selected > .eiIcon, .StdEvent.tap.rage.matchedEvent > .eiIcon, .StdEvent.long_click.rage.selected > .eiIcon, .StdEvent.long_click.rage.matchedEvent > .eiIcon, .StdEvent.unhandled_click.rage.selected > .eiIcon, .StdEvent.unhandled_click.rage.matchedEvent > .eiIcon, .StdEvent.unhandled_long_click.rage.selected > .eiIcon, .StdEvent.unhandled_long_click.rage.matchedEvent > .eiIcon {
  background-position: -28px -84px;
}
.StdEvent.clicked.rage[level="2"] > .eiIcon, .StdEvent.tap.rage[level="2"] > .eiIcon, .StdEvent.long_click.rage[level="2"] > .eiIcon, .StdEvent.unhandled_click.rage[level="2"] > .eiIcon, .StdEvent.unhandled_long_click.rage[level="2"] > .eiIcon {
  background-position: 0 -112px;
}
.StdEvent.clicked.rage[level="2"].selected > .eiIcon, .StdEvent.clicked.rage[level="2"].matchedEvent > .eiIcon, .StdEvent.tap.rage[level="2"].selected > .eiIcon, .StdEvent.tap.rage[level="2"].matchedEvent > .eiIcon, .StdEvent.long_click.rage[level="2"].selected > .eiIcon, .StdEvent.long_click.rage[level="2"].matchedEvent > .eiIcon, .StdEvent.unhandled_click.rage[level="2"].selected > .eiIcon, .StdEvent.unhandled_click.rage[level="2"].matchedEvent > .eiIcon, .StdEvent.unhandled_long_click.rage[level="2"].selected > .eiIcon, .StdEvent.unhandled_long_click.rage[level="2"].matchedEvent > .eiIcon {
  background-position: -28px -112px;
}
.StdEvent.clicked.rage[level="3"] > .eiIcon, .StdEvent.tap.rage[level="3"] > .eiIcon, .StdEvent.long_click.rage[level="3"] > .eiIcon, .StdEvent.unhandled_click.rage[level="3"] > .eiIcon, .StdEvent.unhandled_long_click.rage[level="3"] > .eiIcon {
  background-position: 0 -140px;
}
.StdEvent.clicked.rage[level="3"].selected > .eiIcon, .StdEvent.clicked.rage[level="3"].matchedEvent > .eiIcon, .StdEvent.tap.rage[level="3"].selected > .eiIcon, .StdEvent.tap.rage[level="3"].matchedEvent > .eiIcon, .StdEvent.long_click.rage[level="3"].selected > .eiIcon, .StdEvent.long_click.rage[level="3"].matchedEvent > .eiIcon, .StdEvent.unhandled_click.rage[level="3"].selected > .eiIcon, .StdEvent.unhandled_click.rage[level="3"].matchedEvent > .eiIcon, .StdEvent.unhandled_long_click.rage[level="3"].selected > .eiIcon, .StdEvent.unhandled_long_click.rage[level="3"].matchedEvent > .eiIcon {
  background-position: -28px -140px;
}
.StdEvent.clicked.rage[level="4"] > .eiIcon, .StdEvent.tap.rage[level="4"] > .eiIcon, .StdEvent.long_click.rage[level="4"] > .eiIcon, .StdEvent.unhandled_click.rage[level="4"] > .eiIcon, .StdEvent.unhandled_long_click.rage[level="4"] > .eiIcon {
  background-position: 0 -168px;
}
.StdEvent.clicked.rage[level="4"].selected > .eiIcon, .StdEvent.clicked.rage[level="4"].matchedEvent > .eiIcon, .StdEvent.tap.rage[level="4"].selected > .eiIcon, .StdEvent.tap.rage[level="4"].matchedEvent > .eiIcon, .StdEvent.long_click.rage[level="4"].selected > .eiIcon, .StdEvent.long_click.rage[level="4"].matchedEvent > .eiIcon, .StdEvent.unhandled_click.rage[level="4"].selected > .eiIcon, .StdEvent.unhandled_click.rage[level="4"].matchedEvent > .eiIcon, .StdEvent.unhandled_long_click.rage[level="4"].selected > .eiIcon, .StdEvent.unhandled_long_click.rage[level="4"].matchedEvent > .eiIcon {
  background-position: -28px -168px;
}
.StdEvent > .textInput {
  display: none;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  outline: none;
  background-color: white;
  border: 1px solid #E4E8EB;
  border-radius: 2px;
  margin-top: 16px;
  padding: 6px;
  color: #3A4B59;
  font-size: 13px;
  line-height: 1.6;
  overflow-y: auto;
}
.StdEvent .hidden {
  display: none;
}
.StdEvent.changed > .eiIcon {
  background-position: 0 -56px;
}
.StdEvent.changed.selected > .eiIcon, .StdEvent.changed.matchedEvent > .eiIcon {
  background-position: -28px -56px;
}
.StdEvent.changed.suspicious > .eiIcon {
  background-position: 0 -252px;
}
.StdEvent.changed.suspicious.selected > .eiIcon, .StdEvent.changed.suspicious.matchedEvent > .eiIcon {
  background-position: -28px -252px;
}
.StdEvent.thrash > .eiIcon {
  background-position: 0 -280px;
}
.StdEvent.thrash.selected > .eiIcon, .StdEvent.thrash.matchedEvent > .eiIcon {
  background-position: -28px -280px;
}
.StdEvent.visited > .eiIcon {
  background-position: 0 0;
}
.StdEvent.visited.selected > .eiIcon, .StdEvent.visited.matchedEvent > .eiIcon {
  background-position: -28px 0;
}
.StdEvent.visited.suspicious .eiIcon {
  background-position: 0 -252px;
}
.StdEvent.visited.suspicious.selected .eiIcon, .StdEvent.visited.suspicious.matchedEvent .eiIcon {
  background-position: -28px -252px;
}
.StdEvent.abandon > .eiIcon {
  background-position: 0 -307px;
}
.StdEvent.abandon.selected > .eiIcon, .StdEvent.abandon.matchedEvent > .eiIcon {
  background-position: -28px -307px;
}
.StdEvent.seen > .eiIcon {
  background-position: 0 -252px;
}
.StdEvent.seen.selected > .eiIcon, .StdEvent.seen.matchedEvent > .eiIcon {
  background-position: -28px -252px;
}
.StdEvent.request > .eiIcon {
  background-position: 0 0;
}
.StdEvent.request.selected > .eiIcon, .StdEvent.request.matchedEvent > .eiIcon {
  background-position: -28px 0;
}
.StdEvent.thumb > .eiIcon {
  background-size: 23px 23px;
  background-position: 0 0;
}
.StdEvent.thumb.super {
  border-image: linear-gradient(136deg, #98349b, #c94693 29%, #ef558d 52%, #f8bc05 98%, #f8bc05 98%, #f8bc05 98%, #f8c000) 1;
}
.StdEvent.thumb.super:hover > .eiIcon:hover {
  background-color: #E35F61;
  border-color: #fff;
}
.StdEvent.thumb.super:hover > .eiIcon:hover::after {
  border-color: #fff;
}
.StdEvent.thumb.super:hover > .eiIcon::after {
  border-color: #E35F61;
}
.StdEvent.thumb.up > .eiIcon {
  background-image: url(/s/img/magic/svg/thumb-up-outline.svg);
}
.StdEvent.thumb.down > .eiIcon {
  background-image: url(/s/img/magic/svg/thumb-down-outline.svg);
}
.StdEvent.thumb.super.up > .eiIcon {
  background-image: url(/s/img/magic/svg/thumb-up-fill-gradient.svg);
}
.StdEvent.thumb.super.down > .eiIcon {
  background-image: url(/s/img/magic/svg/thumb-down-fill-gradient.svg);
}
.StdEvent.thumb.selected.super, .StdEvent.thumb.matchedEvent.super {
  background: linear-gradient(136deg, #98349b, #c94693 29%, #ef558d 52%, #f8bc05 98%, #f8bc05 98%, #f8bc05 98%, #f8c000) !important;
}
.StdEvent.thumb.selected.super > .eiIcon::after, .StdEvent.thumb.matchedEvent.super > .eiIcon::after {
  border-color: #fff;
}
.StdEvent.thumb.selected.super:hover > .eiIcon, .StdEvent.thumb.matchedEvent.super:hover > .eiIcon {
  background: none !important;
}
.StdEvent.thumb.selected > .eiIcon, .StdEvent.thumb.matchedEvent > .eiIcon {
  background-position: 0 0;
}
.StdEvent.thumb.selected.up > .eiIcon, .StdEvent.thumb.selected.super.up > .eiIcon, .StdEvent.thumb.matchedEvent.up > .eiIcon, .StdEvent.thumb.matchedEvent.super.up > .eiIcon {
  background-image: url(/s/img/magic/svg/thumb-up-fill.svg);
}
.StdEvent.thumb.selected.down > .eiIcon, .StdEvent.thumb.selected.super.down > .eiIcon, .StdEvent.thumb.matchedEvent.down > .eiIcon, .StdEvent.thumb.matchedEvent.super.down > .eiIcon {
  background-image: url(/s/img/magic/svg/thumb-down-fill.svg);
}
.StdEvent.endClip > .eiIcon {
  background-image: url(/s/img/end_clip.png);
  background-size: 15px 16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .StdEvent.endClip > .eiIcon {
    background-image: url(/s/img/end_clip@2x.png);
  }
}
.StdEvent.endClip.selected > .eiIcon, .StdEvent.endClip.matchedEvent > .eiIcon {
  background-image: url(/s/img/end_clip_selected.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .StdEvent.endClip.selected > .eiIcon, .StdEvent.endClip.matchedEvent > .eiIcon {
    background-image: url(/s/img/end_clip_selected@2x.png);
    background-size: 15px 16px;
  }
}
.StdEvent.selected {
  color: #fff;
  border: 1px solid #448EE1;
  background-color: #448EE1 !important;
  transition: background-color ease-out 0s;
}
.StdEvent > .eiContent {
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
}
.StdEvent > .eiContent span:empty {
  display: none;
}

@-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(234, 25, 149, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-1.selected {
  border-color: rgba(234, 25, 149, 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(222, 24, 142, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-2.selected {
  border-color: rgba(222, 24, 142, 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(222, 35, 155, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-3.selected {
  border-color: rgba(222, 35, 155, 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(212, 43, 159, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-4.selected {
  border-color: rgba(212, 43, 159, 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(199, 52, 164, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-5.selected {
  border-color: rgba(199, 52, 164, 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(179, 67, 173, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-6.selected {
  border-color: rgba(179, 67, 173, 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(165, 79, 179, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-7.selected {
  border-color: rgba(165, 79, 179, 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(153, 88, 184, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-8.selected {
  border-color: rgba(153, 88, 184, 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(141, 97, 190, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-9.selected {
  border-color: rgba(141, 97, 190, 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(123, 110, 196, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-10.selected {
  border-color: rgba(123, 110, 196, 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(102, 126, 205, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-11.selected {
  border-color: rgba(102, 126, 205, 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(90, 136, 211, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-12.selected {
  border-color: rgba(90, 136, 211, 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(75, 148, 218, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-13.selected {
  border-color: rgba(75, 148, 218, 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(66, 153, 221, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-14.selected {
  border-color: rgba(66, 153, 221, 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(47, 169, 230, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-15.selected {
  border-color: rgba(47, 169, 230, 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(32, 181, 237, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-16.selected {
  border-color: rgba(32, 181, 237, 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(27, 193, 242, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-17.selected {
  border-color: rgba(27, 193, 242, 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(40, 196, 243, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-18.selected {
  border-color: rgba(40, 196, 243, 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(58, 200, 244, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-19.selected {
  border-color: rgba(58, 200, 244, 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(79, 205, 245, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-20.selected {
  border-color: rgba(79, 205, 245, 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(105, 210, 246, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-21.selected {
  border-color: rgba(105, 210, 246, 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(121, 214, 247, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-22.selected {
  border-color: rgba(121, 214, 247, 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(143, 218, 247, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-23.selected {
  border-color: rgba(143, 218, 247, 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(160, 222, 248, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-24.selected {
  border-color: rgba(160, 222, 248, 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(187, 228, 250, 0.4);
}
.Renderer.is-map-mode.map-insights:not(.export-mode) .scaled:hover .map-color-25.selected {
  border-color: rgba(187, 228, 250, 0.7);
}
.Renderer.is-map-mode.map-insights .map-color-1 {
  z-index: 25;
  border-color: transparent;
  background: radial-gradient(#ea1995 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-1 {
  background: rgba(234, 25, 149, 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(#de188e 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-2 {
  background: rgba(222, 24, 142, 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(#de239b 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-3 {
  background: rgba(222, 35, 155, 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(#d42b9f 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-4 {
  background: rgba(212, 43, 159, 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(#c734a4 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-5 {
  background: rgba(199, 52, 164, 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(#b343ad 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-6 {
  background: rgba(179, 67, 173, 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(#a54fb3 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-7 {
  background: rgba(165, 79, 179, 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(#9958b8 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-8 {
  background: rgba(153, 88, 184, 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(#8d61be 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-9 {
  background: rgba(141, 97, 190, 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(#7b6ec4 0%, transparent 80%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-10 {
  background: rgba(123, 110, 196, 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(102, 126, 205, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-11 {
  background: rgba(102, 126, 205, 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(90, 136, 211, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-12 {
  background: rgba(90, 136, 211, 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(75, 148, 218, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-13 {
  background: rgba(75, 148, 218, 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(66, 153, 221, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-14 {
  background: rgba(66, 153, 221, 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(47, 169, 230, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-15 {
  background: rgba(47, 169, 230, 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(32, 181, 237, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-16 {
  background: rgba(32, 181, 237, 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(27, 193, 242, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-17 {
  background: rgba(27, 193, 242, 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(40, 196, 243, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-18 {
  background: rgba(40, 196, 243, 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(58, 200, 244, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-19 {
  background: rgba(58, 200, 244, 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(79, 205, 245, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-20 {
  background: rgba(79, 205, 245, 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(105, 210, 246, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-21 {
  background: rgba(105, 210, 246, 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(121, 214, 247, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-22 {
  background: rgba(121, 214, 247, 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(143, 218, 247, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-23 {
  background: rgba(143, 218, 247, 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(160, 222, 248, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-24 {
  background: rgba(160, 222, 248, 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(187, 228, 250, 0.7) 0%, transparent 50%) center center no-repeat;
}
.Renderer.is-map-mode.map-insights .map-key-color-25 {
  background: rgba(187, 228, 250, 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;
}

.Tooltip.heatmap a {
  color: var(--base-text-link);
}
.Tooltip:not(.heatmap) a {
  text-decoration: underline;
}
.Tooltip a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.Tooltip {
  font-family: var(--typography-font-sans);
  font-size: 13px;
  line-height: 1.6em;
  padding: 8px 16px;
  font-weight: var(--typography-fw-base);
  position: absolute;
  max-width: 220px;
  z-index: 10009;
  color: #F9F9F9;
  border-radius: 6px;
}
.Tooltip hr {
  border: 0;
  height: 1px;
  background: #E4E8EB;
  margin: 16px 0;
}
.Tooltip.no-max-width {
  max-width: none; /* some larger tooltips don't want the max width restriction */
}
.Tooltip::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  position: absolute;
}
.Tooltip.aboveright::before {
  transform: rotate(180deg);
  bottom: -12px;
  right: 24px;
}
.Tooltip.abovecenter::before {
  transform: rotate(180deg);
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}
.Tooltip.belowright::before {
  top: -12px;
  right: 24px;
}
.Tooltip.belowleft::before {
  top: -12px;
  left: 24px;
}
.Tooltip.belowcenter::before {
  top: -12px;
  left: calc(50% - 12px);
}
.Tooltip.aboveleft::before {
  transform: rotate(180deg);
  bottom: -12px;
  left: 24px;
}
.Tooltip.clippedleft::before {
  left: 16px;
}
.Tooltip.right {
  border-radius: 6px 6px;
}
.Tooltip.right::before {
  transform: rotate(-90deg);
  left: -18px;
  top: 24px;
}
.Tooltip.left {
  border-radius: 6px 6px;
}
.Tooltip.left::before {
  transform: rotate(90deg);
  right: -18px;
  top: 24px;
}
.Tooltip.gray {
  background-color: #3A4B59;
}
.Tooltip.gray::before {
  border-color: transparent transparent #3A4B59 transparent;
}
.Tooltip.pink {
  background-color: #f65c8c;
}
.Tooltip.pink::before {
  border-color: transparent transparent #f65c8c transparent;
}
.Tooltip.red {
  background-color: #e35f61;
}
.Tooltip.red::before {
  border-color: transparent transparent #e35f61 transparent;
}
.Tooltip.yellow {
  background-color: #f7ad00;
}
.Tooltip.yellow::before {
  border-color: transparent transparent #f7ad00 transparent;
}
.Tooltip.green {
  background-color: #6ebb1a;
}
.Tooltip.green::before {
  border-color: transparent transparent #6ebb1a transparent;
}
.Tooltip.blue {
  background-color: #448EE1;
}
.Tooltip.blue::before {
  border-color: transparent transparent #448EE1 transparent;
}
.Tooltip.black {
  background-color: #121212;
  border: 2px solid white;
}
.Tooltip.black::before {
  border-color: transparent transparent #121212 transparent;
  filter: drop-shadow(0 -2px 0 white);
}
.Tooltip.white {
  background-color: white;
  color: #3A4B59;
}
.Tooltip.white::before {
  border-color: transparent transparent white transparent;
}
.Tooltip > .overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.Tooltip > .overflow-ellipsis::after {
  content: "";
  display: block;
}

.ElemStatActions {
  text-align: center;
  background: #E4E8EB;
}
.ElemStatActions button {
  background: #fff;
  border-radius: 0;
  border-top: 1px solid #E4E8EB;
  color: #448EE1;
  font-size: 13px;
  margin: 0;
  width: 100%;
  padding: 16px;
  transition: border-color 0.2s ease-in-out;
}
.ElemStatActions button:hover {
  background-color: #F9F9F9;
}
.ElemStatActions button:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: 0;
}
.ElemStatActions .addToWatches, .ElemStatActions .addToBlocks, .ElemStatActions .ignoreBehaviorSignals {
  display: none;
}
.ElemStatActions .addToWatches.enabled, .ElemStatActions .addToBlocks.enabled, .ElemStatActions .ignoreBehaviorSignals.enabled {
  display: block;
}

.activityMaps .ElemStatActions .addToBlocks {
  display: none;
}

.elemExplorer .ElemStatActions {
  display: none;
}
.elemExplorer .ElemStatActions.active {
  display: block;
}

.ElemStats {
  position: relative;
  overflow: visible;
}
.ElemStats > .ElemStatActions {
  display: none;
}
.ElemStats > .ElemStatActions > button {
  margin-top: 0;
}
.ElemStats > .selector {
  background: #fff;
  border: 1px solid #D0D9E0;
  border-radius: 6px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
  transition: border ease-out 0.15s;
}
.ElemStats > .selector:hover {
  border: 1px solid #448EE1;
}
.ElemStats.selected {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.ElemStats.selected > .ElemStatActions {
  background-color: #fff;
  display: block;
  border-left: 1px solid #D0D9E0;
  border-right: 1px solid #D0D9E0;
  border-bottom: 1px solid #D0D9E0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-bottom: 6px;
}
.ElemStats.selected > .selector {
  font-weight: var(--typography-fw-semibold);
  max-width: 100%;
  border-bottom: none;
}
.ElemStats.selected > .selector:hover {
  border-top: 1px solid #D0D9E0;
  border-left: 1px solid #D0D9E0;
  border-right: 1px solid #D0D9E0;
}
.ElemStats.selected > .secondary {
  display: block;
  background-color: #fff;
  border-left: 1px solid #D0D9E0;
  border-right: 1px solid #D0D9E0;
  padding-top: 4px;
  margin-top: -4px;
}
.ElemStats.selected > .secondary > .ElemStat {
  font-size: 18px;
  font-weight: var(--typography-fw-semibold);
  padding: 24px 8px 20px 8px;
}
.ElemStats.selected > .secondary > .ElemStat:first-child {
  padding-top: 5px;
  padding-bottom: 0px;
  padding-right: 8px;
  padding-left: 8px;
}
.ElemStats.selected > .secondary > .ElemStat:first-child:after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  margin: 12px auto 0 auto;
  background: #E4E8EB;
}
.ElemStats.dead > .selector {
  color: #f7ad00;
}
.ElemStats.rage > .selector {
  color: #6ebb1a;
}
.ElemStats.error > .selector {
  color: #e35f61;
}
.ElemStats > .secondary {
  display: none;
}
.ElemStats > .RankIndicator {
  opacity: 1;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 26px;
  height: 26px;
  font-size: 14px;
  font-weight: 500;
}

.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;
}

.DatePicker .customDates {
  display: none;
  font-family: var(--typography-font-sans);
  padding: 10px 13px;
  position: fixed;
  background-color: white;
  border: 1px solid #E4E8EB;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07);
  margin-left: -1px;
}
.DatePicker .customDates.visible {
  display: inline-block;
}
.DatePicker .customDates .to {
  margin: 0px 7px;
}
.DatePicker .customDates .textInput {
  font-size: 13px;
  color: #3A4B59;
  width: 75px;
  padding: 5px 12px;
  border: 1px solid #C8D2D9;
  border-radius: 40px;
  outline: none;
  font-family: var(--typography-font-sans);
  font-weight: 500;
}
.DatePicker .customDates .right:disabled {
  text-align: right;
}
.DatePicker .customDates .textInput:disabled {
  background-color: #F9F9F9;
  border: none;
  padding: 0;
}
.DatePicker .selected .customDates {
  display: inline-block;
}

.DatePicker {
  padding: 0;
  z-index: 10005;
}
.DatePicker > .dateOptions {
  z-index: 10005;
  font-size: 14px;
  background: white;
  padding: 10px 0px 10px 0px;
}
.DatePicker > .dateOptions > .option {
  cursor: pointer;
  color: #121212;
  font-weight: 500;
  padding: 6px 136px 6px 42px;
}
.DatePicker > .dateOptions > .option.selected {
  background: white url(/s/img/check-pink.svg) 12px 47% no-repeat;
  background-size: 15px 12px;
}

.DigestToolTip {
  text-align: center;
  line-height: 1.5;
}
.DigestToolTip .linkLike {
  color: #448EE1;
  cursor: pointer;
}
.DigestToolTip .linkLike:hover {
  text-decoration: underline;
}

.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;
}

.GtmDialog {
  background-color: white;
  padding: 20px;
  font-size: 16px;
}
.GtmDialog .head {
  padding: 0 1em 1em 1em;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #C8D2D9;
}
.GtmDialog .head .title {
  color: #121212;
  font-weight: var(--typography-fw-semibold);
  margin-bottom: 0.5em;
}
.GtmDialog .head .icon {
  height: 48px;
  width: 48px;
  margin-right: 1em;
  background: transparent url(img/wizard/w-icons-rec-options.svg) 0 0 no-repeat;
  background-position: 0 -96px;
}
.GtmDialog .content {
  padding: 20px;
}

.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;
}

.MultiGraphRow {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  border-top: 1px solid #eee;
}
.MultiGraphRow .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eee;
}
.MultiGraphRow .info .top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.MultiGraphRow .info .icon {
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
}
.MultiGraphRow .info .callout {
  font-weight: 400;
  font-size: 16px;
  margin-left: 4px;
}
.MultiGraphRow .info .tagline {
  font-family: var(--typography-font-smallcaps);
  text-transform: var(--typography-text-transform-lowercase);
  font-weight: var(--typography-fw-light);
  color: #96A2AC;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
  margin-top: 2px;
  max-width: 103px;
  color: #96A2AC;
}
.MultiGraphRow .info .tagline.interactive {
  cursor: pointer;
  transition: color 0.2s;
}
.MultiGraphRow .info .tagline.red-hover:hover {
  color: #E35F61;
}
.MultiGraphRow .chart {
  position: relative;
}

.Viz.large .MultiGraphRow .callout {
  margin-left: 6px;
  font-size: 19px;
}
.Viz.large .MultiGraphRow .tagline {
  font-size: 13px;
  line-height: 14px;
  margin-top: 10px;
  max-width: 140px;
}

.SearchieSettingCheckbox {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.SearchieSettingCheckbox input {
  margin-right: 12px;
  align-self: flex-start;
  width: 16px;
  height: 16px;
}
.SearchieSettingCheckbox .text {
  line-height: 1.6;
}
.SearchieSettingCheckbox .sublabel {
  color: #96A2AC;
  font-size: 12px;
  font-weight: var(--typography-fw-regular);
}

.SearchieSettingCheckbox.disabled label {
  color: #96A2AC;
  font-weight: var(--typography-fw-regular);
}
.SearchieSettingCheckbox.disabled .sublabel {
  color: #3A4B59;
  font-weight: var(--typography-fw-medium);
}

.SearchieSettingRadioButton {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.SearchieSettingRadioButton input {
  margin-right: 12px;
  align-self: flex-start;
  width: 16px;
  height: 16px;
}
.SearchieSettingRadioButton .sublabel {
  color: #96A2AC;
  font-size: 12px;
  font-weight: var(--typography-fw-regular);
}

.SearchieSettingRadioButton.disabled label {
  color: #96A2AC;
  font-weight: var(--typography-fw-regular);
}
.SearchieSettingRadioButton.disabled .sublabel {
  color: #3A4B59;
  font-weight: var(--typography-fw-medium);
}

.wizard .w-nav-link {
  position: relative;
}
.wizard .helpBtn {
  padding-left: 17px !important;
}

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