.amount {
    text-align: right;
}

.table-date {
    min-width: 9rem;
    text-align: center;
}

.table-net {
    min-width: 7rem;
    text-align: right;
}

.table-actions {
    min-width: 7rem;
}
.table-center {
    text-align: center;
}
.table-sales {
    /* font-size: 90%; */
}
.table-actions-sales {
    text-align: center;
}
.table-amount-sales{
    min-width: 6rem;
    text-align: right;
}
.red {
    color:var(--bs-danger)
}
.green {
    color:var(--bs-success)
}
.orange {
    color:var(--bs-warning)
}
.status {
    font-size: 150%;
}
.ksef-check {
    cursor: pointer;
}
#purchases-grid {
    height: 500px;
    width: 100%;
}