/*
Theme Name:     Bellevue - Child Theme
Theme URI:      https://bellevuetheme.com
Template:       bellevuex
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    bellevue
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

.mobilechat,
.whatsappchat {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
}

.mobilechat {
    right: 80px;
}

.whatsappchat {
    right: 20px;
}

.btn-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.mobilechat .btn-mobile {
    background: #0088cc;
}

.btn-mobile img {
    width: 30px;
    height: 30px;
}

.spanmobilechat,
.spanwhatsappchat {
    color: #fff;
    font-weight: bold;
}