@charset "UTF-8";
#shepherdModalOverlayContainer {
  -ms-filter: "progid:dximagetransform.microsoft.gradient.alpha(Opacity=30)";
  filter: alpha(opacity=30);
  height: 100vh;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out;
  width: 100vw;
  z-index: 9997;
}
#shepherdModalOverlayContainer #shepherdModalMask,
#shepherdModalOverlayContainer #shepherdModalMaskRect {
  height: 100vh;
  width: 100vw;
}
#shepherdInfoIcon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #5ab98c;
  font-size: 3rem;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  z-index: 100;
  background: #ffffff;
}
.shepherd-modal.shepherd-enabled {
  position: relative;
  z-index: 9998;
}
.shepherd-active.shepherd-modal-is-visible:not(.shepherd-target) {
  pointer-events: none;
}
.shepherd-active.shepherd-modal-is-visible .shepherd-button,
.shepherd-active.shepherd-modal-is-visible .shepherd-button *,
.shepherd-active.shepherd-modal-is-visible .shepherd-element,
.shepherd-active.shepherd-modal-is-visible .shepherd-element *,
.shepherd-active.shepherd-modal-is-visible .shepherd-target,
.shepherd-active.shepherd-modal-is-visible .shepherd-target * {
  pointer-events: auto;
}
.tippy-arrow {
  display: none !important;
}
.tippy-popper {
  z-index: 9999;
}
.tippy-popper .tippy-tooltip {
  background-color: rgba(0, 0, 0, 0);
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  width: 400px;
}
.tippy-popper[x-placement^=top] {
  margin-bottom: 16px;
}
.tippy-popper[x-placement^=top] .tippy-arrow {
  border-bottom: 0;
  border-top-color: #f6f6f6;
  left: calc(50% - 16px);
}
.tippy-popper[x-placement^=bottom] {
  margin-top: 16px;
}
.tippy-popper[x-placement^=bottom] .shepherd-content:before,
.tippy-popper[x-placement^=bottom] .shepherd-content:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tippy-popper[x-placement^=bottom] .shepherd-content:before {
  content: "";
  border-width: 11px;
  left: 50%;
  border-top-width: 0;
  top: -11px;
  margin-left: -11px;
  border-bottom-color: #cccccc;
}
.tippy-popper[x-placement^=bottom] .shepherd-content:after {
  content: "";
  border-width: 10px;
  left: 50%;
  border-top-width: 0;
  top: -9px;
  margin-left: -10px;
  border-bottom-color: #f2f2f2;
}
.tippy-popper[x-placement^=left] {
  margin-right: 16px;
}
.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left-color: #f6f6f6;
  border-right: 0;
  margin-top: -16px;
  top: calc(50% - 16px);
}
.tippy-popper[x-placement^=right] {
  margin-left: 16px;
}
.tippy-popper[x-placement^=right] .tippy-arrow {
  border-left: 0;
  border-right-color: #f6f6f6;
  top: calc(50% - 16px);
}
.shepherd-element,
.shepherd-element *,
.shepherd-element:after,
.shepherd-element:after,
.shepherd-element:before,
.shepherd-element:before {
  box-sizing: border-box;
}
.shepherd-element {
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
}
.shepherd-element .shepherd-content {
  border-radius: 0.25rem;
  border: 1px solid #cccccc;
  font-size: inherit;
  background: #ffffff;
}
.shepherd-element .shepherd-content header {
  *zoom: 1;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2em;
  padding: 0.75em 0.75em 0;
}
.shepherd-element .shepherd-content header:after {
  clear: both;
  content: "";
  display: table;
}
.shepherd-element .shepherd-content header .shepherd-title {
  color: #777777;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.shepherd-element .shepherd-content footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 0.75em 0.75em;
}
.shepherd-element .shepherd-content footer .shepherd-step-count {
  position: absolute;
  left: 1rem;
  bottom: 1.25rem;
  color: #777777;
  font-size: 0.75rem;
}
.shepherd-element .shepherd-content footer .shepherd-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.shepherd-element .shepherd-content footer .shepherd-buttons li {
  display: inline;
  margin: 0 0.5em 0 0;
}
.shepherd-element .shepherd-content footer .shepherd-buttons li:last-child {
  margin-right: 0;
}
.shepherd-element .shepherd-content .shepherd-text {
  color: #777777;
  background-color: #fff;
  line-height: 1.25em;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  text-align: left;
}
.shepherd-element .shepherd-content .shepherd-text p {
  margin-top: 0;
}
.shepherd-element .shepherd-content .shepherd-text p:last-child {
  margin-bottom: 0;
}
.shepherd-element.shepherd-has-title .shepherd-content header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ececec;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
.shepherd-element.shepherd-has-title .shepherd-content header h3 {
  font-size: 1rem;
  font-weight: 400;
}
