.pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;margin-top:.7rem;background:#fff;border:1px solid var(--line);border-radius:13px;color:var(--muted);font-size:.82rem}.pagination>div{display:flex;align-items:center;gap:.7rem}.pagination button{border:1px solid var(--line);background:#fff;color:var(--brand);padding:.5rem .7rem;border-radius:9px;font-weight:700}.pagination button:disabled{opacity:.4;cursor:not-allowed}.doc-count{display:block!important;margin-top:.35rem;color:var(--muted)}.detail-heading{display:flex;align-items:center;justify-content:space-between;margin-top:1.3rem}.detail-heading h3{margin:.2rem 0}.detail-heading>span{font-size:.75rem;color:var(--muted)}.document-checklist{display:grid;gap:.55rem;margin-top:.7rem}.document-check{display:flex;align-items:center;gap:.8rem;padding:.8rem;border:1px solid #edd5a0;background:#fffaf0;border-radius:12px}.document-check.complete{border-color:#cce4db;background:#f1f8f5}.document-check>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f8dfaa;color:#7b5a13;font-weight:900}.document-check.complete>span{background:#d9eee6;color:#17604f}.document-check>div{flex:1}.document-check strong,.document-check small{display:block}.document-check small{color:var(--muted);margin-top:.2rem}.customer-toolbar select{min-width:145px}@media(max-width:900px){.customer-toolbar select{flex:1}.pagination{align-items:flex-start;flex-direction:column}}@media(max-width:540px){.pagination>div{width:100%;justify-content:space-between}.document-check{flex-wrap:wrap}.document-check>div{min-width:170px}}
