*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}body{height:100%;font-family:Roboto,Helvetica,Arial,sans-serif}a{text-decoration:none}#root{height:100%}:not(pre)>code{white-space:pre;word-spacing:normal;word-break:normal;direction:ltr;background-color:#0000;padding:2px 4px;font-family:Inconsolata,Monaco,Consolas,Courier New,Courier,monospace;font-size:14px;line-height:1.5}.custom-scrollbar{scrollbar-width:8px;scrollbar-color:#888 #f1f1f1;overflow-y:auto}::-webkit-scrollbar{background:#f1f1f1;width:8px;height:8px}::-webkit-scrollbar-corner{background:#f1f1f1}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#888;border:2px solid #f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#555;border:.5px solid #f1f1f1}.MuiTableBody-root tr:has([data-row-action-open=true])>td>div>div[data-row-action=true]{display:flex!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinning{animation:2s linear infinite spin}