#restart-tour {
  display: none;
}

.tg-dialog .tg-dialog-header {
    padding: 10px 10px 0 10px!important;
}
.tg-dialog .tg-dialog-body {
    padding: 10px!important;
}
.tg-dialog .tg-dialog-footer {
    padding: 5px 10px 10px!important;

}
.lp-restart-tour{
    background: #8bacc9!important;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lp-restart-tour:hover, .tg-dialog-btn:hover{
    background:#B85450 !important;

}

.lp-restart-tour::before{
    content: 'tour';
    position: absolute;
    bottom: -16px;
    font-size: 10px;
    text-transform: none;
}
/* === BACKDROP / OVERLAY === */
.tg-backdrop {
    pointer-events: auto;
    box-shadow:
        rgba(0, 0, 0, 0.85) 0 0 0 9999px !important;
    border-radius: 14px;
    z-index: 998;
    transform: scaleX(0.958) scaleY(0.958);
}

/* щоб не можна було клікати поза меню */
.tg-backdrop.allow-interaction {
    pointer-events: none;
}

/* підсвітка ТІЛЬКИ цільового блоку */
.tourguide-highlight {
    z-index: 9999;
    border-radius: 12px;
    box-shadow:
        0 0 0 4px rgba(127, 209, 174, 0.95),
        0 0 20px rgba(127, 209, 174, 0.6);
}

/* tooltip */
.tourguide-popover {
    z-index: 10000;
    max-width: 320px;
    font-size: 14px;
}

.tg-dialog{
    background: #fff;
    border-radius: 6px;
}
.tg-dialog-header{
    display: flex;
    justify-content: end;
}
.tg-dialog-footer {
    display: flex;
}

.tg-dialog-btn{
    color:#fff !important;
}


/* базові кнопки */
.tg-dialog button {
width: 36px;
    height: 36px;
    font-size: 20px !important;
    justify-content: center;
    align-items: center;
    display: flex;
}

.tg-dialog-inside {
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

/* .tg-dialog-step-3{
    top: 100px !important;
    transform: translateX(15px);
} */