.schedule-table-mobile{-webkit-overflow-scrolling:touch}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .3s ease-out}@media (max-width:768px){.schedule-table-mobile table{min-width:900px}.schedule-table-mobile{position:relative}.schedule-table-mobile:after{content:"";position:absolute;top:0;right:0;bottom:0;width:30px;background:linear-gradient(270deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,0));pointer-events:none}tr:hover td[class*=sticky]{background-color:#f9fafb}tr:hover th[class*=sticky]{background-color:#f3f4f6}}