&--user {
width: auto;
min-width: 0px;
display: flex;
height: auto;
flex-direction: column;
max-width: 76%;
color: #fff;
padding: 10px 15px 10px 10px;
align-self: flex-end;
background: #7b2be0;
box-shadow: 0px 5px 4px rgba(123, 43, 224, 0.31),
-5px -5px 5px rgba(255, 255, 255, 0.08);
border-radius: 15px 15px 0px 15px;
.message__text {
color: white;
text-align: end;
height: auto;
}
}