.container {
    all: unset;
}
.container-header {
    margin: 0 auto;
    width: 70rem;
}

.date-begin {
    position: relative;
}
.date-last {
    position: relative;
}
.text-grand-total {
    position: absolute;
    top: 5rem;
    right: 10%;
}

.notes-data {
    font-weight: 800;
}
.table-listorder thead th, .table-listorder tbody td{
    vertical-align: middle !important;
}

.container-listorder {
    position: relative;
    width: 120rem;
    height: 100%;
    margin: 0 auto;
}
.table-listorder, .detail-table, .cashflow-table {
    position: absolute;
    width: 90%;
    max-width: 200rem;
    margin: 0 auto;
}
.detail-table {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200rem;
    margin: 0 auto;
}
.container-listorder th.date-title {
    width: 8rem;
}
.container-listorder th.invoice-head {
    width: 10rem;
}

.item .list-item .container {
    padding: 0rem;
}
.item {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 0.5px solid black;
    page-break-after: auto;
    page-break-inside: avoid;
}

.report-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0 1rem;
}

.search-box {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0 1rem;
}
.btn-search {
    width: 3rem;
    border-radius: 1rem;
    background: #DDDDDD;
}

.container-detail {
    margin: 0 3rem;
}

.column-stock {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
}
.value-stock {
    width: 4rem;
}

.option-control{
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    margin-left: 4rem;
}

.total {
    position: absolute;
    right: 10%;
    top: 30%;
}
.list-stock {
    width: 8rem;
}