.orders-history-view{width:100%;max-width:1200px;margin:auto;padding:20px}.orders-history-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}.orders-history-head h1{margin:0 0 3px}.orders-history-head>span{color:var(--muted);font-size:12px}.orders-history-filters{display:grid;grid-template-columns:150px 150px 130px minmax(150px,1fr) auto;align-items:end;gap:7px;padding:9px;border:1px solid #343a3c;border-radius:7px;background:#171b1c}.orders-history-filters label{display:grid;gap:4px;color:#929a9c;font-size:10px;font-weight:800}.orders-history-filters input,.orders-history-filters select{height:35px;border:1px solid #3c4345;border-radius:4px;background:#101314;color:#eef1f1;padding:0 8px}.orders-history-filters button,.orders-pagination button{height:35px;border:1px solid #434a4c;border-radius:4px;background:#202526;color:#d7dcdd;padding:0 11px}.orders-date{margin:20px 0 5px;padding-bottom:7px;border-bottom:1px solid #3a4143;color:#d9ddde;font-size:13px;letter-spacing:.07em}.history-order-row{width:100%;display:grid;grid-template-columns:115px minmax(180px,1fr) 120px 90px;align-items:center;gap:12px;min-height:58px;padding:9px 12px;border:0;border-bottom:1px solid #303638;background:#191d1e;color:#eef1f1;text-align:left}.history-order-row:hover{background:#222728}.history-order-id{font-size:17px;font-weight:850}.history-order-id small{display:block;margin-top:3px;color:#929a9c;font-size:11px;font-weight:600}.history-order-row>strong small{color:#929a9c;font-weight:650}.history-order-row>b{text-align:right;font-size:17px}.history-status{justify-self:end;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.history-status.paid{background:#183d2b;color:#7be2a9}.history-status.partial{background:#463718;color:#f1c66a}.history-status.unpaid{background:#462326;color:#ef9298}.orders-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px}.orders-pagination button:disabled{opacity:.4}.orders-history-empty{padding:50px 12px;color:var(--muted);text-align:center}.order-history-dialog{width:min(820px,calc(100% - 24px));max-height:94vh;padding:0;background:#f5f4f0;color:#292d2f;border-color:#aaa69e}.order-history-dialog::backdrop{background:#0009}.order-history-dialog-head{display:flex;justify-content:space-between;align-items:flex-start;padding:15px 18px;border-bottom:1px solid #cbc8c0;background:#e8e6df}.order-history-dialog-head h2{margin:0}.order-history-dialog-head .x{color:#555}.order-history-dialog #orderHistoryBody{max-height:calc(94vh - 135px);overflow-y:auto}.order-history-dialog .pos-order-details.v4-view{display:block!important;border-top:0!important}.order-history-actions{display:flex;justify-content:flex-end;gap:8px;padding:12px 18px;border-top:1px solid #cbc8c0;background:#e8e6df}html[data-theme=light] .orders-history-filters{background:#f8f7f3;border-color:#d8d4ca}html[data-theme=light] .orders-history-filters label{color:#69665f}html[data-theme=light] .orders-history-filters input,html[data-theme=light] .orders-history-filters select{background:#f4f2ec;color:#202020;border-color:#c9c5bb}html[data-theme=light] .history-order-row{background:#fffefa;color:#202020;border-color:#d8d4ca}html[data-theme=light] .history-order-row:hover{background:#eae7de}html[data-theme=light] .orders-date{color:#363431;border-color:#cbc7bd}
@media(max-width:650px){.orders-history-view{padding:12px}.orders-history-filters{grid-template-columns:1fr 1fr}.orders-history-filters label:nth-child(4){grid-column:1/-1}.orders-history-filters>button{grid-column:1/-1}.history-order-row{grid-template-columns:1fr auto;padding:12px}.history-order-id{grid-column:1}.history-order-row>strong{grid-column:1/-1;grid-row:2}.history-order-row>b{grid-column:1;text-align:left}.history-status{grid-column:2;grid-row:3}.order-history-dialog{width:100%;height:100%;max-height:100%;border:0;border-radius:0}.order-history-dialog #orderHistoryBody{max-height:calc(100vh - 135px)}}
