
.whatsapp-chat-widget {
    position: fixed;
    bottom: 20px;
    right:20px;
    z-index: 1000;
    display: none;
}

.whatsapp-chat-widget .chat-container {
    align-items: center;
    background-color: #25D366;
    border-radius: 50px;
}

.whatsapp-chat-widget .chat-container img {
    width: 50px;
    height: 50px;
    margin-right: 0px;
}

.whatsapp-chat-widget .chat-container .chat-with-us {
    color: white;
    text-decoration: none;
    font-weight: bold;
}