.webchat__bubble--from-user p{
border: 1px solid #C5CCD3;
-webkit-border-radius: 12px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius: 12px;
-moz-border-radius-bottomleft: 0;
border-radius: 12px;
border-bottom-left-radius: 0;
}
 
.webchat__bubble--from-user p{
background: #0066cc;
-webkit-border-radius: 12px;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius: 12px;
-moz-border-radius-bottomright: 0;
border-radius: 12px;
border-bottom-right-radius: 0;
}
.webchat__bubble--from-user p{
color: #fff;
}
.webchat__suggested-actions__item-box .webchat__suggested-actions__button{
cursor:pointer
}

.webchat__suggested-actions__flow-box .webchat__suggested-actions__button:hover {
 background-color:#D6EBFF !important; 
}

.webchat__stacked-layout__content .webchat__bubble--hide-nub{
border: 1px solid #C5CCD3;
border-radius: 12px;
border-bottom-left-radius: 0;
background-color:#FFFFFF
}

.mobile_elements p.elem1 {
 display:none;
}
body .gds-grid--spacer-massive{
 display: none;
}