appcues-container.appcues-fullscreen, appcues-container.fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}

appcues-container.appcues-ontop {
  z-index: 2147483547;
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout] {
  width: 400px;
  height: 150px;
  max-height: calc(100vh - 40px);
  transition: transform .8s cubic-bezier(.2,.84,.35,1),opacity .5s cubic-bezier(0,0,0,1) .1s;
  position: fixed;
  overflow-y: auto;
  transform: none;
  box-shadow: 2px 3px 9px #0000004d;
}

@media screen and (width<=440px) {
  appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout] {
    width: calc(100% - 40px)!important;
  }
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=topRight], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=right], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=bottomRight], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=topRight], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=right], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=bottomRight] {
  right: 20px;
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=topLeft], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=left], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=bottomLeft], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=topLeft], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=left], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=bottomLeft] {
  left: 20px;
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=left], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=right], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=center], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=left], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=right], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=center] {
  top: 50%;
  transform: translateY(-50%);
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=center], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=center] {
  transform: translateY(-54%);
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=top], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=center], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=bottom], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=top], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=center], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=bottom] {
  margin: auto;
  left: 0;
  right: 0;
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position^=top], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position^=top] {
  top: 20px;
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position^=bottom], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position^=bottom] {
  bottom: 20px;
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden, appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden {
  opacity: 0;
  transition: transform .5s ease-in,opacity .4s cubic-bezier(.5,1,1,1);
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=center], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=center], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=top], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=top] {
  transform: translateY(-50%);
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=topLeft], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=bottomLeft], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=topLeft], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=bottomLeft] {
  transform: translate(-50%);
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=bottom], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=bottom] {
  transform: translateY(50%);
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=topRight], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=bottomRight], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=topRight], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=bottomRight] {
  transform: translate(50%);
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=left], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=left] {
  transform: translateY(-50%)translate(-50%);
}

appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=right], appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=right] {
  transform: translateY(-50%)translate(50%);
}

.appcues-noscroll {
  overflow: hidden;
}

.appcues iframe.appcues-tooltip-container.appcues-tooltip-hidden {
  display: none!important;
}

appcues-layer .beacon {
  cursor: pointer;
  -webkit-transform-origin: 12px 12px 0;
  -moz-transform-origin: 12px 12px 0;
  -ms-transform-origin: 12px 12px 0;
  -o-transform-origin: 12px 12px 0;
  transform-origin: 12px 12px 0;
  -webkit-transition: -webkit-transform .1s;
  -moz-transition: -moz-transform .1s;
  transition: transform .1s;
  position: relative;
}

appcues-layer .beacon .beacon-inner {
  -webkit-transition: -webkit-transform .1s;
  -moz-transition: -moz-transform .1s;
  -webkit-transform-origin: 12px 12px 0;
  -moz-transform-origin: 12px 12px 0;
  -ms-transform-origin: 12px 12px 0;
  -o-transform-origin: 12px 12px 0;
  transform-origin: 12px 12px 0;
  transition: transform .1s;
}

appcues-layer .beacon:hover {
  animation-fill-mode: backwards;
  transform: scale(1.25);
}

appcues-layer .beacon:hover .beacon-inner {
  transform: scale(1.5);
}

appcues-layer .beacon:active, appcues-layer .beacon:focus {
  animation-fill-mode: backwards;
  transform: scale(.75);
}

appcues-layer .beacon:active:after, appcues-layer .beacon:focus:after {
  transform: scale(1.8);
}

appcues-layer .beacon.bounce-in {
  animation: .5s linear bounceIn;
}

appcues-layer .beacon.bounce-out {
  animation: .5s ease-in both bounceOut;
}

appcues-layer .beacon .beacon-outer {
  transform-origin: 11px 11px;
}

@keyframes appcues-beacon-pulse {
  0% {
    stroke-width: 22px;
    transform: scale(.1);
  }
  25% {
    stroke-width: .5px;
    transform: scale(1);
  }
  30% {
    stroke-width: 0;
  }
  to {
    stroke-width: 0;
  }
}

appcues-layer .beacon .hotspot-animation-pulse {
  animation: 3s ease-out 2s infinite appcues-beacon-pulse;
}

appcues-layer .beacon-container {
  width: 24px;
  max-width: 24px;
  position: relative;
}

appcues-layer .hotspot > iframe, appcues-layer .appcues-hotspot > iframe, appcues-layer, appcues-container > iframe[src=about\:blank] {
  opacity: 1;
  font-size: 100%!important;
  font: inherit!important;
  vertical-align: baseline!important;
  box-shadow: none!important;
  box-sizing: content-box!important;
  border: 0!important;
  border-radius: 0!important;
  outline: none!important;
  margin: 0!important;
  padding: 0!important;
  line-height: 1!important;
  display: block!important;
  overflow: visible!important;
}

appcues-layer .hotspots, appcues-layer .hotspots .hotspot, appcues-layer .hotspots .appcues-hotspot, appcues-layer .appcues-hotspots, appcues-layer .appcues-hotspots .hotspot, appcues-layer .appcues-hotspots .appcues-hotspot {
  position: static;
}

appcues-layer .hotspot, appcues-layer .appcues-hotspot {
  top: 50%;
  left: 50%;
}

appcues-layer .hotspot.appcues-animated, appcues-layer .appcues-hotspot.appcues-animated {
  transition: top .1s,left .1s;
}

appcues-layer .hotspot .apc-animated-backdrop, appcues-layer .appcues-hotspot .apc-animated-backdrop {
  transition: opacity .3s;
}

appcues-layer .hotspot.apc-hidden .beacon, appcues-layer .appcues-hotspot.apc-hidden .beacon {
  visibility: hidden;
  transform: scale(0);
}

appcues-layer .hotspot.apc-hidden .apc-spotlight, appcues-layer .appcues-hotspot.apc-hidden .apc-spotlight {
  opacity: 0;
  visibility: hidden;
}

appcues-layer .hotspot.apc-beacon-hidden .beacon-container, appcues-layer .appcues-hotspot.apc-beacon-hidden .beacon-container {
  display: none;
}

appcues-layer .hotspot .beacon, appcues-layer .appcues-hotspot .beacon {
  transition: transform 80ms cubic-bezier(0,0,0,1);
  transform: none;
}

appcues-layer .hotspot > iframe, appcues-layer .appcues-hotspot > iframe {
  opacity: 1;
  background-color: #0000;
  min-width: 0;
  min-height: 0;
  transition: opacity .16s cubic-bezier(0,0,0,1),transform 80ms cubic-bezier(0,0,0,1);
  transform: none;
}

appcues-layer .hotspot > iframe.apc-hidden, appcues-layer .appcues-hotspot > iframe.apc-hidden {
  opacity: .01;
  visibility: hidden;
  transform: scale(.97);
}

appcues-layer .hotspot > iframe.align-top, appcues-layer .appcues-hotspot > iframe.align-top {
  transform-origin: bottom;
}

appcues-layer .hotspot > iframe.align-top-left, appcues-layer .appcues-hotspot > iframe.align-top-left {
  transform-origin: 100% 100%;
}

appcues-layer .hotspot > iframe.align-top-right, appcues-layer .appcues-hotspot > iframe.align-top-right {
  transform-origin: 0 100%;
}

appcues-layer .hotspot > iframe.align-bottom, appcues-layer .appcues-hotspot > iframe.align-bottom {
  transform-origin: top;
}

appcues-layer .hotspot > iframe.align-bottom-left, appcues-layer .appcues-hotspot > iframe.align-bottom-left {
  transform-origin: 100% 0;
}

appcues-layer .hotspot > iframe.align-bottom-right, appcues-layer .appcues-hotspot > iframe.align-bottom-right {
  transform-origin: 0 0;
}

appcues-debugger {
  overflow-wrap: break-word;
  z-index: 2147483548;
  color: #fff;
  width: calc(100vw - 30px);
  min-width: 300px;
  max-width: 600px;
  position: fixed;
  bottom: 0;
  left: 15px;
}

appcues-debugger.expanded {
  max-height: 450px;
}

appcues-debugger.collapsed {
  max-height: 35px;
}

appcues-debugger iframe {
  overflow: hidden;
}

appcues-checklist {
  z-index: 2147483647;
  transition: all .5s ease-in-out;
  position: fixed;
  bottom: 30px;
}

appcues-checklist.apcl-right {
  right: 30px;
}

appcues-checklist.apcl-right.first-view {
  right: -300px;
}

appcues-checklist.apcl-left {
  left: 30px;
}

appcues-checklist.apcl-left.first-view {
  left: -300px;
}

div.appcues, div.appcues > appcues-layer {
  position: static;
}

