.introjs-tooltip{
    max-width:500px !important;
    width:450px !important;
  }
  
  .introjs-helperNumberLayer{
     background: #007651 !important;
      background: -webkit-linear-gradient(top,#007651 0,#034832 100%) !important;
      background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#007651),color-stop(100%,#034832)) !important;
      background: -moz-linear-gradient(top,#007651 0,#034832 100%) !important;
      background: -ms-linear-gradient(top,#007651 0,#034832 100%) !important;
      background: -o-linear-gradient(top,#007651 0,#034832 100%) !important;
      background: linear-gradient(to bottom,#007651 0,#034832 100%) !important;
  }