div.dataTables_wrapper{width:100%;font-size:.85rem;color:#0f172a;display:flex;flex-direction:column;flex:1 1 auto;height:100%}html.dark div.dataTables_wrapper,body.dark div.dataTables_wrapper{color:#e5e7eb}.dt-top{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;padding:.25rem .25rem .75rem;flex-shrink:0}.dt-search,div.dataTables_filter{flex:1 1 auto}.dt-search label,div.dataTables_filter label{display:block;width:100%;font-size:.8rem;color:#94a3b8}html.dark .dt-search label,html.dark div.dataTables_filter label,body.dark .dt-search label,body.dark div.dataTables_filter label{color:#9ca3af}.dt-search input[type=search],div.dataTables_filter input[type=search]{width:100%;background:#fdfdfd;border:2px solid #eef0ff;padding:.7rem 1.1rem;font-size:.85rem;border-radius:14px;transition:.18s;color:#0f172a}.dt-search input[type=search]:focus,div.dataTables_filter input[type=search]:focus{border-color:#a5b4fc;box-shadow:0 0 0 3px #a5b4fc59}html.dark .dt-search input[type=search],html.dark div.dataTables_filter input[type=search],body.dark .dt-search input[type=search],body.dark div.dataTables_filter input[type=search]{background:#020617;border-color:#1e293b;color:#e5e7eb}html.dark .dt-search input[type=search]:focus,html.dark div.dataTables_filter input[type=search]:focus,body.dark .dt-search input[type=search]:focus,body.dark div.dataTables_filter input[type=search]:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e573}.dt-buttons{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end;flex-shrink:0}.dt-buttons .dt-button{display:inline-flex;align-items:center;gap:.35rem;border-radius:14px;border:1px solid #e5e7eb;background:#fff;padding:.45rem .9rem;font-size:.75rem;color:#1e3a8a;font-weight:600;box-shadow:0 1px 2px #0000000a;transition:.18s}.dt-buttons .dt-button:hover{background:#eef2ff;border-color:#c7d2fe}html.dark .dt-buttons .dt-button,body.dark .dt-buttons .dt-button{background:#020617;border-color:#1e293b;color:#c7d2fe;box-shadow:0 1px 2px #0f172acc}html.dark .dt-buttons .dt-button:hover,body.dark .dt-buttons .dt-button:hover{background:#111827;border-color:#4f46e5}table.dataTable{border-collapse:separate!important;border-spacing:0;width:100%;border-radius:18px;background:#fff;overflow:hidden;flex:1 1 auto}html.dark table.dataTable,body.dark table.dataTable{background:#020617}table.dataTable thead th{background:#f5f7ff;padding:.9rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;font-weight:700;color:#64748b;border-bottom:1px solid #e2e8f0;text-align:left;cursor:pointer}html.dark table.dataTable thead th,body.dark table.dataTable thead th{background:#020617;border-bottom-color:#1f2937;color:#9ca3af}table.dataTable tbody td{padding:1rem .95rem;border-bottom:1px solid #f1f5f9;color:#334155;font-size:.9rem;text-align:left}html.dark table.dataTable tbody td,body.dark table.dataTable tbody td{border-bottom-color:#111827;color:#e5e7eb}table.dataTable tbody tr:hover{background:#eef2ff!important}html.dark table.dataTable tbody tr:hover,body.dark table.dataTable tbody tr:hover{background:#374151b3!important}.dt-center{text-align:center!important}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after{content:"";border:4px solid transparent;border-bottom-width:0;margin-left:.35rem;display:inline-block;vertical-align:middle}table.dataTable thead .sorting:after{border-top-color:#94a3b8;border-bottom-color:#94a3b8;border-top-width:4px;border-bottom-width:4px}table.dataTable thead .sorting_asc:after{border-bottom-width:0;border-top-width:6px;border-top-color:#2563eb}table.dataTable thead .sorting_desc:after{border-top-width:0;border-bottom-width:6px;border-bottom-color:#2563eb}.dt-bottom{display:flex;flex-direction:column;gap:.6rem;margin-top:auto;font-size:.78rem;color:#64748b}@media(min-width:768px){.dt-bottom{flex-direction:row;align-items:center;justify-content:space-between}}html.dark .dt-bottom,body.dark .dt-bottom{color:#9ca3af}.dt-paging .paginate_button{border-radius:999px!important;padding:.4rem .75rem!important;margin:0 .15rem!important;font-size:.75rem;border:1px solid transparent!important;color:#475569!important;background:transparent!important}.dt-paging .paginate_button.current{background:#0ea5e9!important;color:#fff!important;box-shadow:0 2px 6px #6366f159!important}.dt-paging .paginate_button:hover{background:#e0e7ff!important;color:#0ea5e9!important}html.dark .dt-paging .paginate_button,body.dark .dt-paging .paginate_button{color:#9ca3af!important}html.dark .dt-paging .paginate_button.current,body.dark .dt-paging .paginate_button.current{background:#0ea5e9!important;box-shadow:0 2px 6px #0f172ae6!important}html.dark .dt-paging .paginate_button:hover,body.dark .dt-paging .paginate_button:hover{background:#111827!important;color:#e5e7eb!important}.dt-length select,div.dataTables_length select{border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;padding:.25rem .9rem}html.dark .dt-length select,html.dark div.dataTables_length select,body.dark .dt-length select,body.dark div.dataTables_length select{background:#020617;border-color:#1e293b;color:#e5e7eb}table.dataTable tbody td.dataTables_empty{padding:0!important}.dt-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:260px;padding:1rem}.dt-empty-icon{font-size:1.7rem;margin-bottom:.35rem}.dt-empty-title{font-size:.98rem;font-weight:600;margin-bottom:.15rem;color:#0f172a}.dt-empty-text{font-size:.8rem;color:#64748b}html.dark .dt-empty-title,body.dark .dt-empty-title{color:#e5e7eb}html.dark .dt-empty-text,body.dark .dt-empty-text{color:#9ca3af}.select2-container{width:100%!important}.select2-container .select2-selection--single{height:2.5rem;border-radius:9999px;border:1px solid #e5e7eb;background:#f9fafb;padding-left:1.6rem;display:flex;align-items:center}.select2-selection__rendered{font-size:.8rem;color:#0f172a}.select2-selection__arrow{height:100%;right:.75rem}html.dark .select2-container .select2-selection--single,body.dark .select2-container .select2-selection--single{background:#020617;border-color:#1e293b}html.dark .select2-selection__rendered,body.dark .select2-selection__rendered{color:#e5e7eb}.select2-dropdown{border-radius:.75rem;border-color:#e5e7eb;box-shadow:0 10px 25px #0f172a26}.select2-results__options{max-height:220px;overflow-y:auto}html.dark .select2-dropdown,body.dark .select2-dropdown{border-color:#1e293b;background:#020617;color:#e5e7eb}
