.flex-modifier.user-message {
    color: rgb(0,0,0);
    padding: 5px;
    padding-right: 20px;
    text-align: right;
    white-space: pre-line; /* This turns \n into a new line */
    user-select: text;
    -webkit-user-select: text; 
    -moz-user-select: text;
    -ms-user-select: text;
    cursor: pointer;
}
.flex-modifier.ai-message {
    background-color: rgb(240, 240, 240);
    color: rgb(0, 0, 0);
    white-space: pre-line; /* This turns \n into a new line */
    user-select: text;
    -webkit-user-select: text; 
    -moz-user-select: text;
    -ms-user-select: text;
    cursor: pointer;
}
