.item_chat.mio {

   
    line-height: 20px;
    margin-right: 30%;
}
.item_chat.otro{

 
    line-height: 20px;
    margin-left: 30%;
}
.info_data_mio {
    line-height: 6px;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: flex-end;
    gap: 0.5em;
}
.info_data_otro{
    line-height: 6px;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: flex-end;
    gap: 0.5em;
}

.info_otp_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.Chat_lista_mensajes {
    height: auto;
    overflow-y: scroll;
    max-height: 50vh;
    min-height: 50vh;
}
button.info_reserva_item.Reservada {
    background-color: var(--e-global-color-accent);
}