.ttour-overlay {
  position: absolute!important ;
  box-shadow: 0 0 0 99999px rgba(0, 0, 0, .8),
              inset 0 0 2px 0 #000!important ;
}

.ttour-wrapper {
  position: relative!important ;
  height: 100%!important ;
  width: 100%!important ;
}

.ttour-shadow {
  position: absolute!important ;
  top: 0!important ;
  left: 0!important ;
  right: 0!important ;
  bottom: 0!important ;
  height: 100vh!important ;
  width: 100vw!important ;
  z-index: 30000 !important;
}

.ttour-tip {
  position: absolute!important ;
  background-color: #fff!important ;
  border-radius: 2px!important ;
  font-family: sans-serif!important ;
  min-width: 250px!important ;
  max-width: 375px!important ;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.8)!important ;
}

.ttour-tip.top {
  bottom: calc(100% + 10px)!important ;
  left: 0!important ;
}
.ttour-tip.right {
  top: 0!important ;
  left: calc(100% + 10px)!important ;
}
.ttour-tip.bottom {
  top: calc(100% + 10px)!important ;
  left: 0!important ;
}
.ttour-tip.left {
  right: calc(100% + 10px)!important ;
  top: 0!important ;
}


.ttour-header {
  padding: 15px 15px 10px 15px!important ;
}

.ttour-header h1 {
  margin: 0!important ;
  font-size: 1.3em!important ;
}

.ttour-body {
  font-weight: 300!important ;
  padding: 10px 15px!important ;
}

.ttour-footer {
  padding: 10px 15px!important ;
  overflow: auto!important ;
  position: relative!important ;
}

.ttour-bullets {
  position: absolute!important ;
  top: 50%!important ;
  left: 20px!important ;
  transform: translateY(-50%)!important ;
}

.ttour-bullet {
  display: inline-block!important ;
  border: 3px solid #ccc!important ;
  border-radius: 50%!important ;
  margin: 2px!important ;
}

.ttour-bullet.active {
  border-color: #333!important ;
}

.ttour-footer button {
  cursor: pointer!important ;
  float: right!important ;
  border: none!important ;
  padding: 8px 16px!important ;
  font-size: 14px!important ;
  transition: .3s ease-out!important ;
}

.ttour-footer button.prev {
  background-color: transparent!important ;
  margin-right: 5px!important ;
}

.ttour-footer button.prev:hover {
  background-color: #efefef!important ;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),
              0 1px 7px 0 rgba(0,0,0,0.12),
              0 3px 1px -1px rgba(0,0,0,0.2)!important ;
}

.ttour-footer button.next {
  color: #fff!important ;
  background-color: var(--theme-color)!important ;
  border-radius: 2px!important ;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
              0 1px 5px 0 rgba(0,0,0,0.12),
              0 3px 1px -2px rgba(0,0,0,0.2)!important ;
}

.ttour-footer button.next:hover {
  background-color: var(--header-bg)!important ;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),
              0 1px 7px 0 rgba(0,0,0,0.12),
              0 3px 1px -1px rgba(0,0,0,0.2)!important ;
}

.ttour-arrow {
  position: absolute!important ;
  width: 14px!important ;
  height: 14px!important ;
  transform-origin: 0 0!important ;
  background-color: #fff!important ;
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.3)!important ;
}

.ttour-tip.right .ttour-arrow {
  top: 15px!important ;
  left: 0px!important ;
  transform: rotate(45deg)!important ;
}

.ttour-tip.bottom .ttour-arrow {
  top: 0!important ;
  left: 35px!important ;
  transform: rotate(135deg)!important ;
}

.ttour-tip.left .ttour-arrow {
  right: -14px!important ;
  top: 30px!important ;
  transform: rotate(-136deg)!important ;
}

.ttour-tip.top .ttour-arrow {
  bottom: -14px!important ;
  left: 25px!important ;
  transform: rotate(-45deg)!important ;
}
