.tutorial-highlight {
  position: relative;
  z-index: 9999; }

.tutorial-blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  opacity: 0.4;
  z-index: 3;
 }
 
 @keyframes draw-tutorial-attention {

  0%   { box-shadow: 0 0 0 rgb(0, 0, 0) }
  50%  { box-shadow: 0 0 17px rgb(0, 0, 0); }
  100% { box-shadow: 0 0 0 rgb(0, 0, 0); }
}

 .attention{

  
  
  }

.tutorial-wrapper {
  position: absolute;
  transform-style: preserve-3d;
  transform-origin: 0 0;
  transition: transform 400ms ease;
  will-change: transform;
  z-index: 3;
 }
  .tutorial-wrapper.skip-animation {
    transition: none; }
    .tutorial-wrapper.skip-animation > .tutorial-background {
      transition: none; }

      


.tutorial-background{
  position: absolute;
  border-radius: 2px;
  box-shadow:0 0 500px 300px rgba(0,0,0,0.4);
  background-color: transparent;
  transform-origin: 0 0;
  transition: width 400ms ease, height 400ms ease;
  will-change: width, height; 
  border-style: groove;
  
}

.tutorial-index {
  position: absolute;
  display: block;
  top: -12px;
  left: -12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  border: 1px solid black;
  border-radius: 50%;
  background-color: white; }

.tutorial-box {
  position: relative;
  display: inline-block;
  z-index: 9998;
  min-width: 240px;
  max-width: 400px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px #333;
  background-color: white;
  will-change: top; }
  .tutorial-box.south:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white; }
  .tutorial-box.north:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white; }
  .tutorial-box.west:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 50%;
    border-top: 6px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid white; }
  .tutorial-box.east:after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 50%;
    border-top: 6px solid transparent;
    border-right: 12px solid white;
    border-bottom: 6px solid transparent;
    border-left: 12px solid transparent; }
  .tutorial-box > .custom-box {
    padding: 15px;
    overflow: hidden; }
  .tutorial-box > .tutorial-box-wrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative; 
  box-shadow: #444444;}
    .tutorial-box > .tutorial-box-wrapper p {
      margin: 0px; }
    .tutorial-box > .tutorial-box-wrapper > .tutorial-title {
      font-size: 18px;
      font-weight: bold;
      padding: 15px;
      border-radius: 3px; }
    .tutorial-box > .tutorial-box-wrapper > .tutorial-description {
      line-height: 1.1em;
      padding: 15px; }
    .tutorial-box > .tutorial-box-wrapper > .tutorial-step-position {
      display: inline; }
    .tutorial-box > .tutorial-box-wrapper > .tutorial-buttons {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px; }
      .tutorial-box > .tutorial-box-wrapper > .tutorial-buttons > div > a {
        text-decoration: none;
        background-color: #ffffff;
        color: #444444;
        padding: 4px 10px;
        display: inline-block;
        border: 1px solid darkgrey; }
        .tutorial-box > .tutorial-box-wrapper > .tutorial-buttons > div > a:hover {
          background: #f2f2f2; }
        .tutorial-box > .tutorial-box-wrapper > .tutorial-buttons > div > a:first-of-type {
          border-top-left-radius: 2px;
          border-bottom-left-radius: 2px; }
        .tutorial-box > .tutorial-box-wrapper > .tutorial-buttons > div > a:last-of-type {
          border-top-right-radius: 2px;
          border-bottom-right-radius: 2px;
          border-left: none; }
        .tutorial-box > .tutorial-box-wrapper > .tutorial-buttons > div > a.disabled {
          pointer-events: none;
          color: #aaaaaa; }
      .tutorial-box > .tutorial-box-wrapper > .tutorial-buttons > .tutorial-close {
        position: absolute;
        top: 20px;
        z-index: 1;
        right: 20px;
        width: 10px;
        height: 10px; }
        .tutorial-box > .tutorial-box-wrapper > .tutorial-buttons > .tutorial-close:before, .tutorial-box > .tutorial-box-wrapper > .tutorial-buttons > .tutorial-close:after {
          content: "";
          width: 15px;
          height: 2px;
          background: #444444;
          position: absolute;
          top: 4px;
          right: 0px;
          transform: rotateZ(45deg); }
        .tutorial-box > .tutorial-box-wrapper > .tutorial-buttons > .tutorial-close:after {
          transform: rotateZ(-45deg); }

.progressbar-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background: white;
  z-index: 9999;
  padding: 0px 50px;
  box-sizing: border-box; }
  .progressbar-wrapper > .progressbar-track {
    width: 100%;
    position: relative;
    left: 0px;
    height: 5px;
    background: #f2f2f2;
    margin: 25px 0px; }
    .progressbar-wrapper > .progressbar-track > span {
      position: absolute;
      width: 0%;
      left: 0px;
      height: 5px;
      background: #79d679;
      transition: width 1s; }
  .progressbar-wrapper > ul {
    position: relative;
    margin-top: -53px;
    padding: 0px 40px;
    height: 100%; }
    .progressbar-wrapper > ul > li {
      list-style-type: none;
      position: absolute;
      margin-left: -15px;
      width: 30px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer; }
      .progressbar-wrapper > ul > li > .step-title {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0px;
        left: 50%;
        background: white;
        padding: 10px;
        transform: translateX(-50%) translateY(-25px);
        font-style: normal;
        color: #485863;
        transition: 0.2s;
        white-space: nowrap; }
        .progressbar-wrapper > ul > li > .step-title:after {
          content: "";
          position: absolute;
          bottom: -4px;
          left: 50%;
          transform: translateX(-50%);
          border-left: 5px solid rgba(255, 255, 255, 0);
          border-right: 5px solid transparent;
          border-top: 5px solid white; }
      .progressbar-wrapper > ul > li:hover .step-title {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(-60px); }
      .progressbar-wrapper > ul > li > span {
        border: 1px solid #ddd;
        border-radius: 50px;
        width: 25px;
        height: 25px;
        display: block;
        text-align: center;
        margin: 0 auto;
        line-height: 24px;
        background: white;
        transition: 0.2s; }
      .progressbar-wrapper > ul > li.active, .progressbar-wrapper > ul > li.finished {
        color: white; }
        .progressbar-wrapper > ul > li.active > span, .progressbar-wrapper > ul > li.finished > span {
          background: #79d679;
          border: 1px solid #79d679; }

@media (max-width: 768px) {
  .progressbar-wrapper > ul > li {
    display: none; }
  .progressbar-wrapper > .progressbar-track,
  .progressbar-wrapper > .progressbar-track > span,
  .progressbar-wrapper {
    height: 10px; }
  .progressbar-wrapper {
    padding: 0px; }
  .progressbar-wrapper > .progressbar-track {
    margin: 0px; }
  .hidden {
    display: none !important; } }
