.tutorial-bubble {
    position: absolute;
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    max-width: 300px;
    display: none;
    z-index: 10000;
}

.tutorial-content {
    position: relative;
    text-align: center;
}

.tutorial-bubble .tutorial-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.tutorial-bubble .btn-custom-blue,
.tutorial-bubble .btn-custom-red {
    margin-top: 10px;
    width: 100px;
    padding: 5px;
    font-size: 12px;
}
