:root{--primary-color: #0000F5}; a{color:var(--primary-color)!important;text-decoration:underline!important;--color: var(--primary-color) !important}tr,th,td{border-width:1px;padding:10px!important;color:#000;text-align:left}th{background:var(--primary-color);color:#fff!important}tr:nth-child(odd){background:#e0e7ff}tr:nth-child(2n){background:#f3f4f6}button{background-color:var(--primary-color);color:#fff}button:hover{opacity:.9}button:disabled{background-color:#cbd5e1;color:#94a3b8;cursor:not-allowed}body{font-family:Inter,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
