.cursor-pointer {
    cursor: pointer;
}
.card.product {
    min-height: 34px;
    cursor: pointer;
}
.diff, .diff td, .diff .card {
    color: #f00!important;
}
#match-product .modal-dialog {
    --bs-modal-width: 80%;
}
#match-product .display {
    display: none;
}
#match-product .field.show .display {
    display: revert;
}
.fieldname {
    cursor: pointer;
    user-select: none;
}
.input input {
    color: inherit;
}
.action-button {
    white-space: nowrap;
}
.w-250 {
    width: 250px;
}
.w-35p {
    width: 35%;
}
.w-140 {
    width: 140px;
}