$(document).ready((function(){e(),$(window).resize(e);var t=new Shepherd.Tour({defaultStepOptions:{classes:"tour-container shadow-md bg-purple-dark",scrollTo:{behavior:"smooth",block:"center"}}});function e(){window.resizeEvt,$(window).width()>770?$("#tour").on("click",(function(){clearTimeout(window.resizeEvt),t.start()})):$("#tour").on("click",(function(){clearTimeout(window.resizeEvt),t.cancel(),window.resizeEvt=setTimeout((function(){alert("Tour only works for large screens!")}),250)}))}t.addStep({title:"Here is your mega menu.",attachTo:{element:".mega-dropdown",on:"bottom"},buttons:[{action:function(){return this.cancel()},text:"Skip",classes:"btn"},{action:function(){return this.next()},text:"Next",classes:"btn"}],id:"welcome"}),t.addStep({title:"Here is page title.",attachTo:{element:".breadcrumb-item.active",on:"bottom"},buttons:[{action:function(){return this.cancel()},text:"Skip",classes:"btn"},{action:function(){return this.back()},text:"Previous",classes:"btn"},{action:function(){return this.next()},text:"Next",classes:"btn"}]}),t.addStep({title:"Check your notifications from here.",attachTo:{element:".dropdown-notification .nav-link-label",on:"bottom"},buttons:[{action:function(){return this.cancel()},text:"Skip",classes:"btn"},{action:function(){return this.back()},text:"Previous",classes:"btn"},{action:function(){return this.next()},text:"Finish",classes:"btn"}]})}));