.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#64748b}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-top-4{0%{transform:translateY(-1rem)}to{transform:translateY(0)}}@keyframes slide-in-from-left-4{0%{transform:translate(-1rem)}to{transform:translate(0)}}.animate-in{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.fade-in{animation-name:fade-in}.slide-in-from-top-4{animation-name:fade-in,slide-in-from-top-4}.slide-in-from-left-4{animation-name:fade-in,slide-in-from-left-4}
