.TourTooltip{position:relative;padding:0;min-width:280px;max-width:360px;box-shadow:0 .5rem 1rem #00000026;color:#343a40;z-index:10001}.TourTooltip,.TourTooltip__arrow{background:#fff;border:1px solid #dee2e6}.TourTooltip__arrow{position:absolute;width:12px;height:12px;transform:rotate(45deg)}.TourTooltip__arrow--top{top:-7px;left:50%;margin-left:-6px;border-bottom:none;border-right:none}.TourTooltip__arrow--bottom{bottom:-7px;left:50%;margin-left:-6px;border-top:none;border-left:none}.TourTooltip__arrow--left{left:-7px;top:50%;margin-top:-6px;border-top:none;border-right:none}.TourTooltip__arrow--right{right:-7px;top:50%;margin-top:-6px;border-bottom:none;border-left:none}.TourTooltip__header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-bottom:1px solid #dee2e6;background:#1ea2bc14;border-radius:.375rem .375rem 0 0}.TourTooltip__title{margin:0;font-size:1rem;font-weight:600;color:#2c747d}.TourTooltip__close{background:transparent;border:none;color:#6c757d;cursor:pointer;padding:.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease-in-out}.TourTooltip__close:hover{color:#343a40;background:#0000000d}.TourTooltip__content{padding:1rem}.TourTooltip__message{margin:0;font-size:.875rem;line-height:1.5;color:#6c757d}.TourTooltip__footer{padding:.75rem 1rem 1rem;border-top:1px solid #dee2e6;display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:#f8f9fa}.TourTooltip__progress{flex:1}.TourTooltip__progress-text{font-size:.75rem;color:#6c757d;margin-bottom:.25rem;display:block}.TourTooltip__progress-bar{height:4px;background:#dee2e6;border-radius:.25rem;overflow:hidden}.TourTooltip__progress-fill{height:100%;background:#1ea2bc;border-radius:.25rem;transition:width .3s ease}.TourTooltip__actions{display:flex;gap:.5rem}.TourTooltip__btn{padding:.375rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out;border:1px solid transparent}.TourTooltip__btn--primary{background:#af5b4f;border-color:#af5b4f;color:#fff}.TourTooltip__btn--primary:hover{background:#934c42;border-color:#8c493f}.TourTooltip__btn--secondary{background:#fff;border-color:#dee2e6;color:#343a40}.TourTooltip__btn--secondary:hover{background:#f8f9fa;border-color:#adb5bd}
