/* Poker 111 - Platform Tour Custom Styles */
.poker111-tour-popover {
    max-width: 420px !important;
}

.poker111-tour-popover .driver-popover-title {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #1B84FF !important;
}

.poker111-tour-popover .driver-popover-description {
    font-size: 13.5px !important;
    line-height: 1.7 !important;
    color: #4B5675 !important;
}

.poker111-tour-popover .driver-popover-navigation-btns {
    gap: 8px;
}

.poker111-tour-popover .driver-popover-next-btn {
    background-color: #1B84FF !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 8px 18px !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}

.poker111-tour-popover .driver-popover-next-btn:hover {
    background-color: #0d6efd !important;
}

.poker111-tour-popover .driver-popover-prev-btn {
    background-color: transparent !important;
    color: #4B5675 !important;
    border: 1px solid #dbdfe9 !important;
    border-radius: 6px !important;
    padding: 8px 18px !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}

.poker111-tour-popover .driver-popover-prev-btn:hover {
    background-color: #f1f1f4 !important;
}

.poker111-tour-popover .driver-popover-progress-text {
    font-size: 12px !important;
    color: #99a1b7 !important;
    font-weight: 500 !important;
}

.poker111-tour-popover .driver-popover-close-btn {
    color: #99a1b7 !important;
}

.poker111-tour-popover .driver-popover-close-btn:hover {
    color: #4B5675 !important;
}

/* SweetAlert acima do overlay do Driver.js */
.swal2-container {
    z-index: 1000100 !important;
}

/* Tour button pulse animation on first visit */
@keyframes tour-pulse {
    0% { box-shadow: 0 0 0 0 rgba(27, 132, 255, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(27, 132, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(27, 132, 255, 0); }
}

#btn_platform_tour.tour-pulse {
    animation: tour-pulse 2s infinite;
    border-color: #1B84FF !important;
    color: #1B84FF !important;
}
