body{background-color:#000;margin:0}.title{position:fixed;top:0;width:100%;background-color:orange;font-weight:700;z-index:2;font-size:1em}.tables-container{position:relative;display:flex;z-index:1;margin-top:30px;margin-left:10px;color:orange}.toggle{margin:auto;width:50px;height:50px;border:1px solid orange;border-radius:5px;display:flex;align-items:center;justify-content:center}table.scroll{width:550px;border-spacing:0;border:0px solid orange}table.scroll tbody,table.scroll thead tr{display:block}table.scroll tbody{max-height:120px;overflow-y:auto;overflow-x:hidden;scrollbar-color:orange}table.scroll tbody td,table.scroll thead th{width:140px;border-right:1px solid black}table.scroll thead th:last-child{width:156px}thead tr th{height:30px;line-height:30px}tbody{border-top:2px solid black}tbody td:last-child,thead th:last-child{border-right:none!important}::-webkit-scrollbar{width:10px;height:12px;scrollbar-color:rebeccapurple green}::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;background:#ccc}::-webkit-scrollbar-thumb:hover{background:#999}::-webkit-scrollbar{width:2px;background:transparent}::-webkit-scrollbar-thumb{background:orange}.loader{z-index:1;position:fixed;top:50%;left:50%;width:50px;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,conic-gradient(#0000 30%,#ffa516);-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);animation:l13 1s infinite linear}@keyframes l13{to{transform:rotate(1turn)}}.table-wrapper{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));overflow:auto;white-space:nowrap}
