.chat-box {
    height: 350px;
    overflow-y: scroll;
    margin-top: 40px;
}
  
.enviado {
    background-color: var(--mattes2);
    border-radius: 20px;
    border: none !important;
    color: white;
    padding: 10px;
}
  
.recibido {
    background-color: lightgray;
    border-radius: 20px;
    border: none !important;
    padding: 10px;
}

.datos {
    margin-top: 120px;
}

.nom-agente{
    font-family: "Gothicb" !important;
    color: var(--mattes);
    font-size: 16px !important;
}