.loot-items{position:relative;min-width:500px}.loot-items .table-header{text-align:left}.loot-items .table-header th{border-bottom:2px solid var(--text-color-accent)}.loot-items table{border:none;background-color:var(--background-color);border-radius:15px;box-shadow:2px 2px 10px #000000bf;width:100%;display:block;overflow-y:auto;height:500px;margin:1rem auto}.loot-items table thead th{z-index:max(100);background-color:var(--background-color)}@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())){.loot-items table thead th{background-color:transparent;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.loot-items table thead th{position:sticky;top:0}.loot-items table tbody tr.loot-item-row:hover{background-color:var(--text-color-accent);color:var(--background-color);transition:background-color .2s}.loot-items table tbody tr.loot-item-row td{padding:1rem 2rem}.loot-items table tbody tr.loot-item-row .loot-item-name{display:flex;align-items:center;gap:1rem;padding:.5rem .75rem}.loot-items table tbody tr.loot-item-row .loot-item-name picture{width:32px}.loot-items table tbody tr.loot-item-row .loot-item-name .clipboard{margin-left:auto;cursor:pointer}.loot-items td,.loot-items th{padding:1rem 2rem;display:table-cell;position:relative;width:100%}.loot-items th picture{position:absolute;left:8px;width:24px}.loot-items .loot-item-count,.loot-items .loot-item-span{width:-moz-max-content;width:max-content}.loot-items .copyable{display:grid;grid-template-columns:1fr 32px;grid-gap:3px}.loot-items .loot-item-name{display:flex;align-items:center;gap:1rem;width:-moz-max-content;width:max-content}.loot-items .loot-item-name picture{width:32px}.loot-items .loot-item-loot-amount{width:-moz-min-content;width:min-content}.loot-items .loot-item-row{cursor:pointer}.loot-items .loot-item-row:hover{background-color:var(--text-color-accent);color:var(--background-color);transition:background-color .2s}.loot-items .toast-container{z-index:1000}.loot-items .back-button{display:flex;align-items:center;justify-items:start}
