:root {
    --bs-body-font-size: 0.9rem;
}
.table-min-column tbody tr td > input {
    width: 35px !important;
    margin-left: .25rem!important;
    margin-right: .25rem!important;
}
tr > th {
    font-weight: bold;
}
.bi {
    width: 1em;
    height: 1em;
    fill: currentcolor;
}
.bi-24 {
    width: 24px;
    height: 24px;
    fill: currentcolor;
}
.bg-total {
    background-color: yellow !important;
    color: black !important;
}
.bg-total-b4 {
    background-color: #CECECE !important;
    color: black !important;
}
.bg-export {
    background-color: #F08080 !important;
    color: black !important;
}