.introjs-overlay {
  background: #000;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  position: absolute;
  z-index: 999999;
  transition: all 0.3s ease-out;
}
.introjs-fixParent {
  opacity: 1 !important;
  position: absolute !important;
  z-index: auto !important;
  transform: none !important;
}
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}
.introjs-disableInteraction {
  position: absolute;
  z-index: 99999999 !important;
}
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}
.introjs-helperLayer {
  background: #fff;
  background: rgba(255,255,255,0.5);
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.4);
  position: absolute;
  z-index: 9999998;
  transition: all 0.3s ease-out;
}
.introjs-tooltipReferenceLayer {
  background: transparent;
  position: absolute;
  z-index: 10000000;
  transition: all 0.3s ease-out;
}
.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  box-sizing: content-box;
}
.introjs-arrow {
  border: 5px solid #fff;
  content: '';
  position: absolute;
}
.introjs-arrow.top {
  border-bottom-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -10px;
}
.introjs-arrow.top-right {
  border-bottom-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  right: 10px;
  top: -10px;
}
.introjs-arrow.top-middle {
  border-bottom-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  margin-left: -5px;
  left: 50%;
  top: -10px;
}
.introjs-arrow.right {
  border-bottom-color: transparent;
  border-left-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
  right: -10px;
  top: 10px;
}
.introjs-arrow.right-bottom {
  border-bottom-color: transparent;
  border-left-color: #fff;
  border-right-color: transparent;
  border-top-color: transparent;
  bottom: 10px;
  right: -10px;
}
.introjs-arrow.bottom {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #fff;
  bottom: -10px;
}
.introjs-arrow.left {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #fff;
  border-top-color: transparent;
  left: -10px;
  top: 10px;
}
.introjs-arrow.left-bottom {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #fff;
  border-top-color: transparent;
  bottom: 10px;
  left: -10px;
}
.introjs-tooltip {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.4);
  max-width: 300px;
  min-width: 200px;
  padding: 10px;
  position: absolute;
  transition: opacity 0.1s ease-out;
}
.introjs-tooltipbuttons {
  margin-top: 15px;
  text-align: right;
  white-space: nowrap;
}
.introjs-button {
  background: #2e99f2;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 1px 5px;
  text-align: center;
  transition: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.introjs-button:focus,
.introjs-button:active:focus {
  background: #1266f1;
  border-color: rgba(0,0,0,0);
  color: #fff;
  outline: 0;
}
.introjs-button:hover,
.introjs-button:focus {
  background: #1266f1;
  color: #fff;
  text-decoration: none;
}
.introjs-button:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  outline: 0;
}
.introjs-button.introjs-disabled {
  background: #2e99f2;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
.introjs-skipbutton {
  float: left;
}
.introjs-prevbutton {
  border-radius: 2px 0 0 2px;
  border-right: none;
}
.introjs-nextbutton {
  border-radius: 0 2px 2px 0;
}
.introjs-progress {
  background: #ecf0f1;
  border-radius: 4px;
  height: 10px;
  margin: 10px 0 5px 0;
  overflow: hidden;
}
.introjs-progressbar {
  background: #2e99f2;
  float: left;
  height: 100%;
  width: 0;
}
.introjsFloatingElement {
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
}
.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  display: inline-block;
  clear: both;
  margin: 20px auto 0;
  padding: 0;
}
.introjs-bullets ul li {
  float: left;
  list-style: none;
  margin: 0 4px;
}
.introjs-bullets ul li a {
  background: #ccc;
  border-radius: 10px;
  display: block;
  height: 8px;
  text-decoration: none;
  width: 8px;
}
.introjs-bullets ul li a:hover,
.introjs-bullets ul li a.active {
  background: #999;
}
