/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cb-chat-link {
    text-decoration: none;
    font-weight: 500;
    background-color: #ffffff;
    color: #212121;
    display: inline-block;
    padding: 1px 6px;
    border-radius: 5px;
}

/* overriding default css  */
  .wpaicg-ai-message, .wpaicg-chat-ai-message{
    flex-direction: column;
  }

 .wpacig-r-rating{
/*    width: 48px;*
/*    height: 18px;*/
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    background: #333;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
  }

  .wpacig-r-rating-btn{
    border:none;
    padding: 4px 8px 5px 8px;
    margin: 0px;
    cursor: pointer;
    width: 50%;
    background: transparent;
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
  }

  .wpacig-r-rating-btn-active{
    background: #111;
  }

  .wpacig-r-rating-btn:hover svg{
    width: 15px;
  }

  .wpacig-r-rating-btn:hover{
    background: #444;
    transition: all .3s;
  }

