@keyframes shimmer{to{transform:translateX(100%)}}table{width:100%;padding-bottom:3rem}@media only screen and (min-width:768px){table{min-width:100%}}th div{display:flex;align-items:center;text-align:left;justify-content:space-between}th button{margin-left:.5rem}thead{display:none}@media only screen and (min-width:768px){thead{display:table-header-group}}thead p{color:#fff}tbody{display:flex;flex-direction:column}@media only screen and (min-width:768px){tbody{display:table-row-group}}tbody tr{position:relative;background-color:#d8d8d8}tbody tr:hover{background-color:#8b8b8b;color:#fff}tr{display:flex;flex-direction:column;border-bottom:1px solid #000}@media only screen and (min-width:768px){tr{display:table-row}}tr:last-child{border:none}th{justify-content:space-between;padding:.5rem 1rem;outline:1px solid #fff;background:#455560;color:#fff;text-align:left}th button{background:none;border:none;color:#fff;cursor:pointer}td{padding:1rem;border:1px solid #e5e7e6}.col-heading{margin-right:.5rem;font-weight:700}@media only screen and (min-width:768px){.col-heading{display:none}}.order{width:24px;height:24px}.order:focus{outline:4px solid #ac924d}.order img{width:100%;object-fit:contain}.row-link{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.row-link:focus{border:4px solid #ac924d;outline:none}.table-skeleton{position:relative}.table-skeleton th{height:42px;position:relative;overflow:hidden}.table-skeleton th:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(229,231,230,0),rgba(229,231,230,.2) 20%,rgba(229,231,230,.5) 60%,rgba(229,231,230,0));animation:shimmer 5s infinite;content:""}.table-skeleton td{height:60px;position:relative;overflow:hidden}.table-skeleton td:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));animation:shimmer 5s infinite;content:""}.table-skeleton .spinner-container{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;text-align:center;z-index:20;background-color:#e5e7e6;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (min-width:768px){.table-skeleton .spinner-container{position:absolute;top:50%;background-color:rgba(0,0,0,0);height:auto;display:block;z-index:0}}.no-results{margin:2rem 0 4rem;text-align:center}