.excel-table-wrap{position:relative;min-height:120px}.excel-loader{position:absolute;inset:0;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;background:rgba(255,255,255,.88);z-index:10;font:500 14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.excel-loader.hidden{display:none}.excel-spinner{width:24px;height:24px;border-radius:50%;border:3px solid #ccc;border-top-color:#111;animation:excel-spin 1s linear infinite}@keyframes excel-spin{to{transform:rotate(360deg)}}.excel-progress{width:70%;height:8px;background:#eee;border-radius:999px;overflow:hidden}.excel-progress>div{height:100%;width:0;background:#111;transition:width .2s}table.dataTable thead tr.dt-filter-row th{padding:6px 10px !important}.dt-col-filter{width:100%;box-sizing:border-box;padding:4px 6px;font:400 13px/1.3 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.excel-filters-container{display:flex;flex-wrap:wrap;margin-bottom:12px;align-items:flex-end;padding:10px;margin-bottom:20px;box-shadow:0 0 40px 0 rgba(0,0,0,.08);background:linear-gradient(90deg,#741954 0%,#c1559a 100%);border-radius:6px}.excel-global-search{width:100%;padding:10px}.excel-global-search input{border:1px solid;padding:20px!important;border-radius:6px;border:1px solid #eb6608}.excel-filters-inner{display:flex;flex-wrap:wrap;align-items:flex-end;width:100%}.excel-filter-field{padding:10px;display:flex;flex-direction:column;gap:4px;width:33.333%!important}.excel-filter-field select,.excel-filter-field input{padding:10px!important;border-radius:6px;border:1px solid #eb6608}.excel-filter-field span{color:#fff;margin-bottom:3px;font-size:14px}.dt-col-filter{min-width:150px;padding:4px 6px;font-size:13px;box-sizing:border-box}.excel-filters-container .dataTables_filter{margin:0}.excel-filters-container .dataTables_filter label{font-weight:600;font-size:13px;display:flex;flex-direction:column;gap:4px;color:#fff}.excel-filters-container .dataTables_filter input{font-size:14px;min-width:180px}@media (max-width:640px){.dt-col-filter{min-width:130px}.excel-filters-container{gap:0px}.excel-filter-field{width:100%!important;padding:0;margin-bottom:5px}.excel-global-search{padding:0 0 10px}}