.vapp-floating-button {
    position: fixed;
    /* bottom: 24px; */
    right: 24px;
    width: 60px;
    height: 60px;
    background-color: #ff7a00;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 1000;
}

.vapp-floating-button:hover {
    background-color: #f59945;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
