@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideUpFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInNotification{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.modal-drawer{animation:slideInFromRight .3s cubic-bezier(.16,1,.3,1) forwards}.bulk-action-bar{animation:slideUpFromBottom .2s ease forwards}.animate-fade-in{animation:fadeIn .2s ease forwards}.animate-toast{animation:slideInNotification .3s cubic-bezier(.16,1,.3,1) forwards}.stat-card:hover{box-shadow:0 0 15px #c9a96e33!important}.sidebar-nav-item{transition:none!important}thead th{position:sticky;top:0;z-index:10;background-color:#1a1208}.overflow-y-auto::-webkit-scrollbar{width:6px}.overflow-y-auto::-webkit-scrollbar-track{background:#0d0a07}.overflow-y-auto::-webkit-scrollbar-thumb{background:#2a2015;border-radius:3px}.overflow-y-auto::-webkit-scrollbar-thumb:hover{background:#c9a96e}
