body.moneybox {
    background: #f7f7f7;
}

.tabulator-row.tabulator-group {
    border: none;
    border-bottom: 1px solid #dfdfdf;
}

.tabulator-row.tabulator-group .group-header {
    margin-left: 0;
    font-weight: 500;
}

.tabulator-cell.search-match {
    background-color: rgba(255, 235, 59, 0.1);
    /* border-left: 3px solid #ff9800; */
}

.tabulator-row.tabulator-group.group-search-match {
    background-color: rgba(255, 193, 7, 0.1);
    /* border-left: 3px solid #ff9800; */
}

.tabulator-row.tabulator-selectable {
    transition: background-color 0.2s ease-in-out;
}

.tabulator-row.tabulator-selectable:hover {
    background-color: #f7f7f7 !important;
}