.cv-fb-chat {
    position: fixed;
    bottom: 60px;
    right: 70px;
    z-index: 999;
    text-decoration: none;
}

.cv-fb-chat.chat-left {
    right: unset;
    left: 8px;
}

.cv-fb-chat .cv-fb-chat-container {
    display: flex;
    align-items: center;
}

.cv-fb-chat .cv-fb-chat-text {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    background: #585858;
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 8px;
    margin: 0 8px;
    position: absolute;
    right: 100%;
    white-space: nowrap;
}

.cv-fb-chat.chat-left .cv-fb-chat-text {
    right: unset;
    left: 100%;
}

.cv-fb-chat .cv-fb-chat-button {
    width: 60px;
    height: 60px;
    background-color: #0A7CFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}