body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--background-color:#111827;--text-color:#fff;--secondary-text-color:#d1d5db;--accent-color:#61dafb;--surface-color:#1f2937;--border-color:#4b5563}body{background-color:#111827;background-color:var(--background-color);color:#fff;color:var(--text-color);font-family:Arial,Helvetica,sans-serif}.App{padding:20px;text-align:center}nav{background-color:#1f2937;background-color:var(--surface-color);border-radius:8px;margin-bottom:2rem;padding:1rem}nav ul{display:flex;justify-content:center;list-style:none;margin:0;padding:0}nav li{margin:0 15px}nav a{color:#d1d5db;color:var(--secondary-text-color);font-size:1.2rem;text-decoration:none}nav a:hover{color:#fff;color:var(--text-color)}h2{color:#61dafb;color:var(--accent-color)}form{background-color:#1f2937;background-color:var(--surface-color);border-radius:8px;display:inline-block;margin-bottom:2rem;padding:2rem}label{color:#d1d5db;color:var(--secondary-text-color);display:block;margin-bottom:.5rem;text-align:left}input[type=date],input[type=text]{background-color:#111827;background-color:var(--background-color);border:1px solid #4b5563;border:1px solid var(--border-color);border-radius:4px;color:#fff;color:var(--text-color);margin-bottom:1rem;padding:.5rem;width:100%}button{background-color:#61dafb;background-color:var(--accent-color);border:none;border-radius:4px;color:#111827;color:var(--background-color);cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s}button:hover{background-color:#4ed8f7}table{background-color:#1f2937;background-color:var(--surface-color);border-collapse:collapse;margin:2rem auto;width:90%}td,th{border:1px solid #4b5563;border:1px solid var(--border-color);padding:12px;text-align:left}thead{background-color:#374151}th{color:#d1d5db;color:var(--secondary-text-color)}tbody tr:nth-child(2n){background-color:#2b3544}.batch-id-section{align-items:center;display:flex;justify-content:center;margin-bottom:2rem;margin-left:auto;margin-right:auto;width:-webkit-fit-content;width:fit-content}.batch-id-section input{margin-right:1rem;width:200px}.filter-section{display:flex;gap:20px;justify-content:center;margin-bottom:2rem}.filter-item{flex:0 0 30%;max-width:30%}.filter-item input{width:100%}
/*# sourceMappingURL=main.7b99e48f.css.map*/