.report-field input.report-text-input{width:100%;height:40px;box-sizing:border-box;padding:0 13px;border:1px solid var(--color-border-3,#e5e6eb);border-radius:2px;background:var(--color-fill-2,#f7f8fa);color:var(--color-text-1,#1d2733);font:inherit;font-weight:400;outline:0}
.report-field input.report-text-input:focus{border-color:#397dff;box-shadow:0 0 0 2px #e8f3ff}
.report-table .status-cell{font-weight:500}
.report-table .status-cell.processing{color:#d46b08;background:#fff7e8}
.report-table .status-cell.settled{color:#168c4b;background:#e8ffea}
.report-table .status-cell.paying{color:#0e74d1;background:#e8f3ff}
.report-table .status-cell.paid{color:#722ed1;background:#f5e8ff}
.report-table .status-cell.empty,.report-table .status-cell.unknown{color:#86909c;background:#f2f3f5}
