.agente-chatbot-admincloud .historial-wrapper{    
    height: 300px;
    background-color: lightgrey;
    overflow-y: scroll;
    display: flex;  
    flex-direction: column;
    flex-wrap: nowrap;  
}

.agente-chatbot-admincloud .historial .mensaje{        
    padding: 2px 20px;
    margin: 5px;
    display: flex;
    flex-direction: column;
}

.agente-chatbot-admincloud .historial .mensaje .content {    
    padding: 2px 30px;
    border-radius: 20px;
}

.agente-chatbot-admincloud .historial .mensaje.mensajeUsuario{    
    align-items: flex-end;
}

.agente-chatbot-admincloud .historial .mensaje.mensajeUsuario .content{        
    background: red;
    display: flex;
    justify-content: flex-end;
}

.agente-chatbot-admincloud .historial .mensaje.mensajeBot{    
    align-items: flex-start;
}

.agente-chatbot-admincloud .historial .mensaje.mensajeBot .content{        
    background: green;    
    
}
.agente-chatbot-admincloud form#form-agente-chatbot-admincloud {    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}