/*!
 * TourGuideJS - A simple, customizable tour guide library
 * Version: 1.4.6
 * License: MIT
 */
.tourguide-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:rgba(0,0,0,.5)!important;z-index:9998!important;pointer-events:none!important}.tourguide-step{position:absolute!important;background:#fff!important;border-radius:8px!important;padding:20px!important;box-shadow:0 4px 20px rgba(0,0,0,.3)!important;z-index:9999!important;max-width:300px!important;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;pointer-events:auto!important}.tourguide-step-title{margin:0 0 10px 0!important;font-size:18px!important;font-weight:600!important;color:#333!important}.tourguide-step-content{color:#666!important;line-height:1.5!important}.tourguide-step-text{margin-bottom:15px!important;font-size:14px!important}.tourguide-step-progress{margin:15px 0!important;text-align:center!important;font-size:12px!important;color:#888!important}.tourguide-progress-bar{width:100%!important;height:4px!important;background:#e0e0e0!important;border-radius:2px!important;margin:8px 0!important;overflow:hidden!important}.tourguide-progress-fill{height:100%!important;background:#4a90e2!important;transition:width .3s ease!important}.tourguide-bullets{display:flex!important;justify-content:center!important;gap:6px!important;margin:10px 0!important}.tourguide-bullet{width:8px!important;height:8px!important;border-radius:50%!important;background:#ddd!important;cursor:pointer!important;transition:background .3s ease!important}.tourguide-bullet.active{background:#4a90e2!important}.tourguide-bullet:hover{background:#999!important}.tourguide-step-buttons{display:flex!important;justify-content:flex-end!important;gap:8px!important;margin-top:15px!important}.tourguide-btn{padding:8px 16px!important;border:none!important;border-radius:4px!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;transition:all .3s ease!important;outline:none!important}.tourguide-btn-prev{background:#f5f5f5!important;color:#666!important}.tourguide-btn-prev:hover{background:#e0e0e0!important}.tourguide-btn-skip{background:transparent!important;color:#999!important;border:1px solid #ddd!important}.tourguide-btn-skip:hover{background:#f5f5f5!important}.tourguide-btn-next,.tourguide-btn-done{background:#4a90e2!important;color:#fff!important}.tourguide-btn-next:hover,.tourguide-btn-done:hover{background:#357abd!important}.tourguide-highlight{box-shadow:0 0 0 4px rgba(74,144,226,.6)!important;border-radius:4px!important;background-color:rgba(74,144,226,.1)!important;position:relative!important;z-index:9997!important}
