

  @import url(https://db.onlinewebfonts.com/c/353b79b2ea9db02690b55e55fb094e08?family=Bold);

.talks-widget-window.gc-fixed {
    position: fixed !important;
    right: 20px;
    bottom: 20px;
    z-index: 99999 !important;
  }
 .talks-widget-window .conversation-widget .comment > .text .text-content {
    background: white;
    border: 1px solid #05851450;
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-family: Bold;
}
 .talks-widget-window .comment-form-wrapper .new-comment .btn-send,
 .talks-widget-window .talks-widget-body .conversations-list-block .conversation-list-footer .btn {
    background: #15a876;
    border-radius: 10px;
    border: none;
    font-family: Bold;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fff!important;
    width: 60%;
   
}
.talks-widget-button {
       background: #15a876!important;
}

