:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;--primary: rgb(255, 255, 255);--secondary: rgb(145, 145, 145)}body{margin:0;padding:0}*{scrollbar-width:thin;scrollbar-color:var(--secondary) var(--primary)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--primary);border-radius:5px}*::-webkit-scrollbar-thumb{background-color:var(--secondary);border-radius:5px;border:3px solid var(--primary)}*::-webkit-scrollbar-thumb:hover{background:#555}.expanded-table{--header-bg-color: #caced7;--row-bg-color: #b3b3c7;--row-hover-bg-color: #a0a8b8}.expanded-table-dark{--header-bg-color: #8c8484;--row-bg-color: #57575c;--row-hover-bg-color: #6a6a6f}.expanded-table .ant-table-thead>tr>th,.expanded-table-dark .ant-table-thead>tr>th{background-color:var(--header-bg-color);transition:background-color .1s ease}.expanded-table .ant-table-tbody>tr.expanded-row>td,.expanded-table-dark .ant-table-tbody>tr.expanded-row>td{background-color:var(--row-bg-color);transition:background-color .1s ease}.expanded-table .ant-table-tbody>tr.expanded-row:hover>td,.expanded-table-dark .ant-table-tbody>tr.expanded-row:hover>td{background-color:var(--row-hover-bg-color)}
