@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.animate-in{animation-duration:.3s;animation-fill-mode:both}.fade-in{animation-name:fadeIn}.zoom-in{animation-name:zoomIn}.bounce-in{animation-name:bounceIn;animation-duration:.7s}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}::-webkit-scrollbar{width:16px;height:16px}::-webkit-scrollbar-track{background:#dfdfdf}::-webkit-scrollbar-thumb{background:silver;border:2px solid;border-color:#fff #808080 #808080 #fff}::-webkit-scrollbar-button{background:silver;width:16px;height:16px;border:2px solid;border-color:#fff #808080 #808080 #fff}
