html{scrollbar-gutter:stable}body{overflow-x:hidden}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#cbd5e180;border-radius:9999px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:#94a3b8cc}html{scrollbar-width:thin;scrollbar-color:rgba(203,213,225,.5) transparent}.thin-horizontal-scrollbar{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.thin-horizontal-scrollbar::-webkit-scrollbar{height:2px}.thin-horizontal-scrollbar::-webkit-scrollbar-track{background:transparent}.thin-horizontal-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.animate-in{animation-duration:.5s;animation-timing-function:cubic-bezier(.25,1,.5,1);animation-fill-mode:both}.slide-in-from-bottom-2{animation-name:fadeInSlideUp}.slide-in-from-right{animation-name:slideInFromRight}.slide-in-from-left{animation-name:slideInFromLeft}.animate-slide-up{animation:slideUp .5s cubic-bezier(.25,1,.5,1) forwards}.slide-in-from-top{animation-name:slideInFromTop}
