.container-titles-voucher {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-weight: bold;
}

.container-voucher {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-top: solid 1px black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.container-buttons-action {
    display: flex;
    flex-flow: row nowrap;
    flex-basis: 25%;
    justify-content: flex-end;
}

.btn-action:hover {
    cursor: pointer;
}

.btn-action {
    height: fit-content;
}