/* -------------------------------------------------------------------------- */
/*                                TM Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */

/*# sourceMappingURL=user.css.map*/

.business-summary-table>tbody>tr:nth-last-child(1) td,
.business-summary-table>tbody>tr:nth-last-child(2) td {
    --tm-table-bg-type: #ffc;
    font-weight: 700;
}

.business-summary-table>tbody>tr:nth-last-child(1) td:first-child,
.business-summary-table>tbody>tr:nth-last-child(2) td:first-child {
    display: none;
}

.business-summary-table>tbody>tr:nth-last-child(1) td:nth-child(2),
.business-summary-table>tbody>tr:nth-last-child(2) td:nth-child(2) {
    text-align: end;
}

.total-report-table tbody  .total-report-table-row:nth-last-child(1) td {
    --tm-table-bg-type: #ffc;
    font-weight: 700;
}

.fc-daygrid-day{
    height: 155px;
}