@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes photoFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.animate-fadeIn{animation:.2s ease-out forwards fadeIn}.animate-scaleUp{animation:.25s cubic-bezier(.34,1.56,.64,1) forwards scaleUp}.animate-photoFadeIn{animation:.3s ease-out forwards photoFadeIn}.scrollbar-thin::-webkit-scrollbar{height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.scrollbar-thin::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#9ca3af}
