.user-header{

    display: flex;
    align-items: center;
    justify-content: flex-end; 
    margin:0;
    margin-top: 10px;
    margin-bottom: 4px;
    text-align: left;

}
.chat-message.user-message span{
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;

}
/*.chat-message.user-message {
    background: #673de6;
    color: var(--user-text-color);
    padding: 8px 12px;
    border-radius: 12px;
    display: inline-block;
    max-width: 70%;
    align-self: flex-end;
}*/
.user-header-response {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    gap: 4px;
    /*margin-bottom: 4px;*/
    text-align: right;
}
.bot-reply{

    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0%;

}
.bot-reply h3 {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px !important;
    letter-spacing: 0%;
}
.bot-below-row{
    display: flex;
    align-items: center;
    gap:24px;
    justify-content: space-between;
    height: 16px;
    padding-top: 4px;
    padding-right: 24px;
    padding-bottom: 4px;
    padding-left: 24px;
    margin: 4px 4px 10px 4px;
}  
/*.thumbsUp{
    width:16px;
    height:16px;
}
.thumbsDown{
    width:16px;
    height:16px;
}*/
.thumbs-container
{
    display: flex; 
    align-items: center;
    gap:4px;
}