﻿body 
{
    font-family      : "Public Sans", "Noto Sans", sans-serif;
    background-color : #fff;
}
.contenedor-chat
{
    max-width : 80% !important;

}
.avatar 
{
    width               : 40px;
    height              : 40px;
    border-radius       : 50%;
    background-size     : cover;
    background-position : center;
}
.chat-bubble 
{
    max-width     : 85%;
    padding       : 12px 16px;
    border-radius : 1rem;
}

.preguntas
{
    max-width : 400px;
    margin    : 0 auto;
}

.input-group
{
    max-width : 400px !important;
    margin    : 20px auto !important;
}

.text-end 
{
    width : auto;
}
.text-end  .chat-bubble 
{
    max-width : initial;
}
.file-input 
{
    width  : auto;
    margin : 30px auto;
}