
/* ----------------- GENERAL WEBCHAT --------------------- */

@keyframes grow {
  0% {
    height: 5.8px;
  }
  100% {
    height: 580px;
  }
}

/*-----------------------------------------HEADER-------------------------------*/

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-header-close-button path {
  margin-right: 10px !important;
}


/*--------------------------------CHAT-------------------------------*/

/*HIDES Get_SARTED first message*/
[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-message-row:first-child {
  display: none;
  padding-right: 10px !important;
}


/*---------------------- Quick Replies & Lists ------------------------*/

[data-cognigy-webchat-root] .webchat-list-template-root {
  box-shadow: none;
  background-color: #FAFAFA;
} 

/* Deletes line between quick replies buttons */
[data-cognigy-webchat-root] .cognigy-webchat-orcf8t {
  border-bottom-style: none;
}



/*---------------------AVATARS--------------------------*/

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-avatar {
  width: 30px;
  height: 28px;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-message-row.bot {
  padding-right: 10px !important;
}


/*-------------------MENU INPUT--------------------*/

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-input {
  border-radius: 10px !important;
  background:none;
  box-shadow: none;
}



 /*BUTTONS*/
    
  /* Hide default SVG at the start  */
  [data-cognigy-webchat-root]
    [data-cognigy-webchat-toggle].webchat-toggle-button path{
    background-image: none;
    display: none;
  }
  

  