/* _content/IAWebUI/Views/Chat/Index.cshtml.rz.scp.css */
#chatList[b-97th5rfyi9] {
    overflow: auto;
}

#userMessage[b-97th5rfyi9]{
    padding: .25em .75em;
    border-radius: 1em;
    
    &:focus
    {
        outline: none;
    }
}
/* _content/IAWebUI/Views/OCR/Index.cshtml.rz.scp.css */
#chatList[b-9novyvdm4n] {
    overflow: auto;
}

#userMessage[b-9novyvdm4n]{
    padding: .25em .75em;
    border-radius: 1em;
    
    &:focus
    {
        outline: none;
    }
}
