.reserva {
    padding: 16px;
    background-color: var( --e-global-color-primary );
    margin-bottom: 5px;
    border-radius:10px;
}
.reservas {
    height: auto;
    overflow-y: scroll;
    max-height: 80vh;
}
.info_data_reserva {
    line-height: 5px;
    color: #fff;
    display: flex;
    gap: 4px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.info_reserva small {
    color: #fff;
}
p.info_reserva {
    margin-bottom: 3px;
    text-align: right;
    margin-top: 10px;
}
.info_reserva small:hover {
    cursor: pointer;
    background: white;
    color: #fff;

    
}
.info_reserva_pronter {
    text-align: right;
}


p.msg_reserva {
    line-height: 1.1;
    color: #fff;
}
.info_time small {
    line-height: 1.1;
    color: #fff;
}