@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap);#invoices .page{padding:55px 50px 115px 50px}#invoices .page h1{color:#fff;margin-bottom:30px}#invoices .page h1 svg{margin-right:10px}#invoices .page .dates{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:32px}#invoices .page .dates .app-datepicker{margin-left:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#invoices .page .invoices .app-table .data .price{font-weight:600;font-size:14px;font-family:Inter,sans-serif}#invoices .page .invoices .app-table .data .app-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;margin:0;padding:0}#invoices .page .invoices .app-table .data .cell:last-child{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}#invoices .page .invoices .pagination .cell svg{margin:0 8px}#invoices .page .invoices .pagination .cell svg:hover{cursor:pointer}#invoices .page .invoices .pagination .cell svg.disabled{cursor:auto}#invoices .page .loading,#invoices .page .no-invoices{max-width:1000px;margin-top:50px}#invoices .page .loading .cell,#invoices .page .no-invoices .cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#invoices .page .loading p,#invoices .page .no-invoices p{margin-top:16px}