body {
    font-size: unset;
    line-height: unset;
    background: unset;
    background-color: #f0f0f0;
}

/* Make Radzen tabs wrap on the page (for mobile devices where horizontal scrolling was needed) https://forum.radzen.com/t/responsive-tabs/2388/3 */
ul[role=tablist] {
    flex-wrap: wrap;
}

.rz-tabview-nav li {
    margin-right: 1px;
}

.rz-card p {
    margin-bottom: 1rem;
}

.isDirty {
    background-color: #fff1f1;
}

.isDirtyRow {
    background-color: #ffd1d1;
}