@tailwind base;@tailwind components;@tailwind utilities;.loader{width:48px;height:48px;border:3px solid;border-color:#FF3D00 transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
