.index-result__table_wrapper{width:100%;overflow-x:auto}.index-result__table{width:-moz-fit-content;width:fit-content;border:1px solid grey;min-width:1000px}.index-result__table-head{width:100%;display:grid;grid-template-columns:50px 180px 180px 80px 90px 120px 120px repeat(5,80px);border-bottom:1px solid grey;background:var(--brand-100)}.index-result__table-head-cell{padding:5px;font-weight:600;font-size:13px;font-family:var(--font-family);border-right:1px solid grey;display:flex;align-items:center;justify-content:space-between;gap:1px;cursor:pointer;transition:all .2s;white-space:nowrap;height:38px}.index-result__table-head-cell:hover{opacity:.75}.index-result__table-head-cell:last-child{border-right:none}.index-result__table-head-cell-value{width:100%;overflow:hidden;text-overflow:ellipsis}.index-result__table-head-cell-btn{transition:opacity .1s;width:24px;height:24px;display:flex;align-items:center;justify-content:center;display:none;opacity:0}.index-result__table-head-cell:hover .index-result__table-head-cell-btn{opacity:1}.index-result__table-head-cell-btn.active{display:flex;opacity:1}.index-result__table-head-cell-btn.reverse{transform:rotate(180deg)}.index-result__table-row{width:100%;display:grid;grid-template-columns:50px 180px 180px 80px 90px 120px 120px repeat(5,80px);border-bottom:1px solid grey}.index-result__table-row:last-child{border-bottom:none}.index-result__table-cell{padding:5px 10px;border-right:1px solid grey;display:flex;align-items:center;font-size:14px;min-height:32px;font-family:var(--font-family)}.index-result__table-cell:first-child{justify-content:center}.index-result__table-cell:last-child{border-right:none}.index-result__table-cell a{color:var(--brand-500);text-decoration:underline;font-weight:600;transition:opacity .2s}.index-result__table-cell a:hover{opacity:.9}@media screen and (max-width:1200px){.index-result__table_wrapper{width:calc(100% + 34px)}.index-result__table-cell:nth-child(12),.index-result__table-head-cell:nth-child(12){position:absolute;background:#fff;right:0;width:80px;border-left:1px solid grey;box-shadow:-2px 0 7px -2px grey}.index-result__table-head-cell:nth-child(n){background:var(--brand-100)}}@media screen and (max-width:980px){.index-result__table_wrapper{width:calc(100% + 20px)}}