#heatmap-viewer {
  display: block;
  margin-top: 50px;
}

#heatmap-screenshot .image-container {
  max-height: 430px;
  overflow: hidden;
}

.heat-maps header + section {
  overflow: visible;
}

.highlight-animation {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.highlight-animation.active {
  opacity: 1;
}

.gifplayer-wrapper *:not(img) {
  display: none;
}

#heatmap-cursor {
  background: url('../images/heatmaps/cursor.png') no-repeat;
  height: 31px;
  position: absolute;
  width: 17px;
  z-index: 999;
  transform: translate3d(360px, 110px, 0);
}

@media (max-width: 765px) {
  #heatmap-viewer {
    display: none;
  }

  #heatmap-screenshot {
    display: block;
  }
}

#heatmap-viewer-app {
  background: #f7f9fa;
  color: #34495e;
  display: flex;
  flex-direction: row;
  font-family: Avenir Next,Helvetica Neue,Arial,sans-serif;
  max-height: 398px;
  overflow: hidden;
  position: relative;
  -webkit-font-smoothing: auto !important;
}

#heatmap-viewer-app .heatmap-brand {
  max-width: 100%;
}

#heatmap-viewer-app h3,
#heatmap-viewer-app h2 {
  color: #34495e;
  line-height: 1.1;
  font-weight: 500;
}

#heatmap-viewer-app h3 {
  font-size: 18px;
  margin: 0;
}

#heatmap-viewer-app h2 {
  font-size: 24px;
}

#heatmap-viewer-app span {
  color: #a3b4bc;
  display: block;
  font-size: 60%;
  font-weight: 400;
}

#heatmap-viewer-app p {
  color: #a3b4bc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.heatmap-row {
  display: flex;
  flex-direction: row;
}

.heatmap-row > * {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
}

.heatmap-row > *:hover {
  color: #587ca0;
}

.heatmap-row i {
  margin-right: 3px;
}

.heatmap-active {
  color: #3498db;
}

.heatmap-divider {
  align-items: center;
  color: #a3b4bc;
  flex-direction: row;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 28px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.heatmap-divider, .heatmap-divider:after, .heatmap-divider:before {
    display: flex;
}

.heatmap-divider:after, .heatmap-divider:before {
    background-color: #cfd8dc;
    content: '';
    flex: 1;
    height: 1px;
    margin-top: -1px;
    position: relative;
    top: 50%;
}

.heatmap-divider:before {
  margin-right: 14px;
}

.heatmap-divider:after {
  margin-left: 14px;
}

.heatmap-brand {
  display: block;
  margin: 0 auto 28px;
  padding: 0 28px;
}

.heatmap-viewer-sidebar {
  box-sizing: border-box;
  font-size: 14px;
  height: auto;
  padding: 2rem 1.33333rem;
  position: relative;
  width: 300px;
}

.heatmap-viewer-main {
  flex: 1;
}

.heatmap-status-bar {
  padding: 14px 18px 14px 0;
}

.heatmap-website-frame {
  box-shadow: 0 4px 15px rgba(44, 50, 61, .25);
  max-height: 370px;
  margin: 0 1.33333rem 0 0;
  overflow: hidden;
  position: relative;
}

.heatmap-drawer {
  background: #fff;
  box-shadow: 0 0 11px rgba(44, 50, 61, .25);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  z-index: 999;
}

.heatmap-drawer-header {
  background-color: #f7f9fa;
  padding: 14px;
}

.heatmap-drawer-padding {
  padding: 14px;
}

.heatmap-border-top {
  border-top: 1px solid #eceff1;
}

.heatmap-panel {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(44,50,61,.25);
  margin-bottom: 28px;
  padding: 14px;
}

.heatmap-panel-margin {
  margin-bottom: 10px;
}

/* Clickmap */
#heatmap-clickmap {
  /*background: rgba(0,0,0,.75);*/
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

/* Scrollmap */
#heatmap-scrollmap {
  background-image: linear-gradient(to bottom, rgba(246 , 55, 52, 0.8) 0%, rgba(246 , 55, 52, 0.62) 30%, rgba(246 , 55, 52, 0.32) 60%, rgba(246 , 55, 52, 0.1) 80%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lo-scrollmap-lines {
  position: relative;
  z-index: 999;
}

.lo-scrollmap-line {
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
}

.lo-scrollmap-line .line,
#lo-scrollmap-hover-line .line {
  background-color: #fff;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
  height: 2px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.lo-scrollmap-line .label,
#lo-scrollmap-hover-line .label {
  background: #fff;
  border-radius: 0 3px 0 0;
  color: #000;
  display: inline-block;
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 6px 7px 4px;
  position: relative;
}

/* Mock Website */
#heatmap-mock-website {
  background: #fff;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.mock-header {
  background-image: linear-gradient(-153deg, #FFC962 0%, #FF9933 95%);
  color: #fff;
  font-weight: 500;
  height: 200px;
  padding: 10px;
}

.mock-navigation {
  margin: 0;
  padding: 0;
}

.mock-navigation li {
  display: inline-block;
  cursor: pointer;
  padding: 5px 8px;
  position: relative;
}

.mock-navigation li i {
  vertical-align: middle;
}

.mock-navigation > li:last-child {
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 3px 5px 4px;
  position: relative;
}

.mock-navigation > li:last-child:after {
  background-color: rgba(52, 152, 219, 0.5);
  border: 1px dashed #3498DB;
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  bottom: -2px;
  right:-2px;
  left: -2px;
  z-index: 1000;
}

.mock-navigation li:nth-child(2):hover .mock-dropdown {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.mock-dropdown {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 9px 0px rgba(44,50,60,0.25);
  color: #000;
  margin-top: 3px;
  width: 200px;
  padding: 10px;
  position: absolute;
  opacity: 0;
  transform: translateY(5px);
  transition: .4s ease-in-out;
  transition-property: opacity, transform;
  visibility: hidden;
}

.mock-dropdown li {
  display: block;
  transition: padding .2s ease-in-out;
}

.mock-dropdown li:hover {
  padding-left: 15px;
}

.mock-body {
  padding: 32px 25px 25px;
}

.mock-copy {
  background: #D3DCE0;
  border-radius: 18px;
  height: 12px;
  margin-bottom: 17px;
  opacity: 0.5;
}

.mock-copy:last-child {
  margin: 0;
}

.mock-copy.heading {
  height: 22px;
  margin: 0 48px 32px;
  opacity: 1;
}
