/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/

.chat-trigger{
   font-size: 16px;
    margin: 0 10px;
  position: fixed;
    z-index: 99999;
bottom: 0;
    left: 0;
    font-weight: bold;
  /*   display: none; */
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #2196F3;
    border: 1px solid  #1E88E5;
}
.chat-trigger a{
    color: #ffffff;
}