.document-pending{padding:12px 16px;border:1px solid #bed1d8;border-radius:10px;background:#edf4f5;color:#183449;margin:12px 0;display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.document-pending>p{width:100%;margin:0;font-size:.9rem}
.document-pending [hidden],.document-pending[hidden]{display:none!important}
.document-pending button{width:auto;min-height:36px;font-size:.9rem}
.document-pending-dialog{width:min(960px,94vw);max-height:85vh;box-sizing:border-box;border:1px solid #bdd0d9;border-radius:14px;background:#f1f6f7;color:#183449;padding:24px;overflow:auto}
.document-pending-dialog::backdrop{background:rgba(17,40,57,.45)}
.document-pending-dialog .table-wrap{max-height:48vh;overflow:auto;background:#fff;border-radius:8px}
.document-pending-dialog input[type=number]{width:110px;min-height:36px}
.document-pending-dialog input[type=checkbox]{width:18px;height:18px}
.document-pending-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}

.document-pending-dialog table{width:100%;min-width:0;table-layout:fixed}.document-pending-dialog th,.document-pending-dialog td{white-space:normal;overflow-wrap:anywhere;padding:10px}.document-pending-dialog input[type=number]{max-width:100%;box-sizing:border-box}
