.forLastStep {
  font-weight: bold;
}
.customDefault { 
  color: gray;
}
.customDefault .introjs-skipbutton {
  border-radius: 0;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  border: 0px;
  background-color: #FFF;
  background-color: rgba(255,255,255,.9);
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-tooltip {
  padding: 20px !important;
}

.introjs-tooltip {
  min-width: 350px !important;
  max-width: 350px !important;
}