.documents-page-container{width:100%;height:100%;display:flex;flex-direction:column;padding:24px;background-color:#f9fafb}.documents-table-container{flex:1;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.documents-table-header{display:flex;align-items:center;height:48px;background-color:#f3f4f6;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:14px;color:#374151;padding:0 16px}.documents-table-row{display:flex;align-items:center;min-height:56px;border-bottom:1px solid #f3f4f6;font-size:14px;padding:0 16px;cursor:pointer;transition:background-color .15s ease}.documents-table-row:hover{background-color:#f9fafb}.documents-table-row-even{background-color:#fff}.documents-table-row-odd{background-color:#fafbfc}.documents-table-cell{padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-table-cell-secondary{color:#6b7280}.documents-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#9ca3af;font-size:16px}.documents-pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #e5e7eb;background-color:#f9fafb}.documents-radio-button{width:20px;height:20px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.documents-radio-button:hover{border-color:#9ca3af}.documents-radio-button.selected{border-color:#0078d4}.documents-radio-button.selected:after{content:"";width:10px;height:10px;border-radius:50%;background-color:#0078d4}.documents-search-container{flex:1;max-width:600px}.documents-view-toggle{display:flex;gap:4px}.documents-header{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.documents-title{font-size:28px;font-weight:600;color:#111827;margin:0}.documents-subtitle{font-size:14px;color:#6b7280;margin:0}.documents-controls{display:flex;justify-content:space-between;align-items:center;gap:16px}@media(max-width:768px){.documents-page-container{padding:16px}.documents-controls{flex-direction:column;align-items:stretch}.documents-search-container{max-width:100%}.documents-table-cell{font-size:12px}}.documents-table-container ::-webkit-scrollbar{width:8px;height:8px}.documents-table-container ::-webkit-scrollbar-track{background:#f3f4f6}.documents-table-container ::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.documents-table-container ::-webkit-scrollbar-thumb:hover{background:#9ca3af}
