@keyframes loading-bar{0%{width:0%}to{width:100%}}@keyframes slideInLeft{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-left{animation:slideInLeft .3s ease-out both}.animate-slide-in-right{animation:slideInRight .3s ease-out both}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}:root{--safe-area-bottom: env(safe-area-inset-bottom, 0px)}
