
#chat-icon svg {
height: 45px;
}
#chat-icon {
border-color: #3181b0 !important;
background-color: #ffffff !important;
}
div#chat-icon:hover {
background-color: #8ca7b7 !important;
}
#chat-icon g {
fill: #3181b0 !important;
}
div#chat-icon:hover svg#chat_ic_svg g {
fill: #ffffff !important;
}
.chat_header_top {
background-color: #3181b0 !important;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
display: flex;
justify-content: space-between;
}
#chat-header h4 {
color: #ffffff !important;
}
div#chat-close-button {
border-color: #3181b0 !important;
}
div#chat-close-button {
background-color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
}
div#chat-close-button svg {
width: 30px;
}
div#chat-close-button g {
fill: #3181b0;
}
.is-success {
background: #3181b0;
}
.user_column .msg.notification_part {
color: #ffffff;
}
#chat-body,
.messageHistory {
background-color: #ffffff !important;
}
.chat_load .pre_button {
color: #3181b0;
border-color: #3181b0;
}
.actual_chat .notification.is-success {
background-color: #e6e7ec !important;
}
.is-success * {
color: #000000;
}
#chat-body::-webkit-scrollbar-thumb,
#chat-footer #message-input::-webkit-scrollbar-thumb {
background-color: #3181b0;
}
#chat-body::-moz-scrollbar-thumb,
#chat-footer #message-input::-moz-scrollbar-thumb {
background-color: #3181b0;
}
#message-input {
background: #fffbfb;
}
#send-message {
background: #3181b0 !important;
}
#send-message svg {
fill: #ffffff !important;
}
&lt;!-- #chat-tooltip_appdbrt {
      color: ;
      border: 2px solid ;
      background-color:;
}
.chat-tooltip-right-bottom::before, .chat-tooltip-right-center::before{    
    border-left: 8px solid ;
    color: ;
}
.chat-tooltip-left-bottom::before, .chat-tooltip-left-center::before{        
    border-right: 8px solid ;
    color: ;
}
#bar_appdbrt {
  background-color: ;
}
.close-btn_appbrt {
  color:#3181b0 !important;
  border: 2px solid  !important;
  background-color: !important;
}
.close-btn_appbrt:hover {
  color:  !important;
} --&gt;
