.reload-button{width:100px;height:100px;background:url(/images/reload.png) no-repeat 50%;background-size:100px 100px;-webkit-tap-highlight-color:transparent}.reload-button:not(.disabled):hover{cursor:pointer;background-size:120% 120%}.reload-button:not(.disabled):active{background-size:90% 90%}.reload-button.disabled{filter:brightness(.25)}.strategem-slot{height:60px;margin-bottom:10px}.strategem-anchor{position:fixed}.strategem-tile{background:url(/images/tile_border.svg);background-size:cover;color:hsla(0,0%,90%,.75);display:flex;width:350px;height:60px;padding:5px;opacity:0;align-items:center;position:relative;left:0;animation-duration:.5s;animation-fill-mode:both;animation-timing-function:ease-in-out}.strategem-tile[slot="0"].entering{animation-delay:.1s}.strategem-tile[slot="1"].entering{animation-delay:1.5s}.strategem-tile[slot="2"].entering{animation-delay:3s}.strategem-tile[slot="3"].entering{animation-delay:4.5s}.strategem-tile[slot="0"].exiting{animation-delay:.1s}.strategem-tile[slot="1"].exiting{animation-delay:.2s}.strategem-tile[slot="2"].exiting{animation-delay:.3s}.strategem-tile[slot="3"].exiting{animation-delay:.4s}.strategem-tile.entering{animation-name:slide-in}.strategem-tile.exiting{animation-name:slide-out}@keyframes slide-in{0%{left:200px;opacity:0}to{left:0;opacity:1}}@keyframes slide-out{0%{left:0;opacity:1}to{left:-200px;opacity:0}}.strategem-tile-icon{background:var(--helldivers-grey);padding:5px}.strategem-tile img{margin-right:10px;display:inline-block}