
/* Chat button */
#uwf-chat-button {
    background: #0777BE;
    color : #ffffff;
}


#uwf-chat-button .uwf-channel-chat {
    display: flex;
   margin: 65px 0 0 34px !important;
 }
 #uwf-chat-button .uwf-channel-chat:before {
   color: #6CC399;
   margin-bottom: 5px;
   margin-left: -50px;
 }
 #uwf-chat-button {
   width: 100px;
   height: 70px;
   border-radius: 12px;
   box-shadow: 0 0 5px rgb(0 0 0 / 0%);
 }
 #uwf-chat-button {
   background-image: url("https://custservice.uwd.upstreamworkssoftware.com/MarketingChatButtonSmall.png");
   background-color: #FFFFFF;
   background-size: contain;
   background-repeat: no-repeat;
}
