#betterassistme-chat-widget {
    position: fixed;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #000;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    overflow: hidden;
    z-index: 1042;
}

#betterassistme-chat-widget:hover {
    background-color: #111; 
}

.flow_chat_open {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow_chat_open img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}