.rw-launcher {
    /*background-color: rgb(90, 80, 230);*/
    background:rgba(9,121,18,1);
    background: linear-gradient(90deg, rgba(65,55,223,1) 0%, rgba(9,121,18,1) 0%, rgb(3, 162, 194) 100%);
}


.rw-conversation-container .rw-header{
    /*background-color:  rgb(224, 49, 181);*/
    background:rgba(9,121,18,1);
    background: linear-gradient(90deg, rgba(65,55,223,1) 0%, rgba(9,121,18,1) 0%, rgba(3, 162, 194) 100%);
}


.rw-conversation-container .rw-response{
    border-radius: 0 30px 30px 30px;
    padding: 15px 25px;
    background-color: rgb(245, 245, 245);
    border-width: 0px;
    border-style: solid;
    /*border-color: rgb(1, 128, 153); */
    border-color: red;
    color: rgb(71, 71, 71);
    
    max-width: 215px;
}
/*
.rw-conversation-container .rw-response:last-child{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(1, 128, 153); 
    border-color: red;
}
*/

.rw-conversation-container .rw-from-response:last-child .rw-message:last-child{
    border-width: 1px;
    border-style: solid;
    /*border-color: rgb(1, 128, 153); */
    border-color: red;
}

.rw-group-message.rw-from-response .rw-message:not(:first-child):not(:last-child):not(:last-child) .rw-response {
    border-radius: 0 30px 30px 0;
    
}

.rw-group-message.rw-from-response .rw-message:first-child:not(:only-child) .rw-response {
    border-radius: 0 30px 30px 0;
}


.rw-conversation-container .rw-message {
    
    font-size: 15px;
    margin: 10px;    
    /*-webkit-font-smoothing: antialiased;*/
}

.rw-conversation-container .rw-client {

    border-radius: 30px 30px 0 30px;
    background-color: rgb(1, 128, 153);
}

.rw-conversation-container .rw-sender .rw-new-message{
    color: rgb(71, 71, 71);
}

.rw-conversation-container .rw-send svg{
    fill:red;
}

.rw-conversation-container .rw-reply{
    border-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: white;
    border-style:solid;
    border-width: 1px;
    border-color: rgb(1, 128, 153);
    color: rgb(1, 128, 153);

}
.rw-conversation-container .rw-reply:hover{
    background-color: rgb(220, 253, 220);
}

.rw-conversation-container .rw-send .rw-send-icon-ready {
    fill:gray
}