@media print {
    body.bg-light{
        background-color: white!important;
    }
}
.card>table.table-bordered:not(.dataTable),
.card>.table-responsive>table.table-bordered:not(.dataTable),
.table-card:not(.dataTable){
    border-style: hidden!important;
}
.card>table.table-bordered,
.card>.table-responsive>table.table-bordered,
.table-card,
.table.dataTable.table-card
{
    border-collapse: collapse!important;
}
.table.dataTable.table-card{
    border-left-style: hidden!important;
    border-right-style: hidden!important;
}
.table.table-card>:not(:last-child)>:last-child>*{
    border-bottom-color: inherit!important;
}
table th{
    font-weight: 300!important;
}
table th.cell-price{
    width: 12em!important;
    min-width: 9em!important;
}
table th.cell-state{
    width: 6em!important;
    min-width: 6em!important;
}
table th.cell-description{
    min-width: 18em!important;
}
.bg-fdv{
    background-color: rgba(205,40,54,var(--bs-bg-opacity))!important;
}
.card-stretched-link:hover{
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important;
}
.bg-opacity-5 {
    --bs-bg-opacity: 0.05;
}
.bg-opacity-0 {
    --bs-bg-opacity: 0;
}
.cursor-pointer{
    cursor: pointer;
}
.bg-hover-25:hover{
    --bs-bg-opacity: 0.25;
}
.bg-hover-50:hover{
    --bs-bg-opacity: 0.5;
}
.bg-hover-75:hover{
    --bs-bg-opacity: 0.75;
}
.border-muted {
    border-color: #6c757d !important;
}