@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%}app-root{display:block;width:100%}body.abandoned-cart-route{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f3f4f6;padding:20px;margin:0}@media (max-width: 428px){body.abandoned-cart-route{padding:0;background:#fff}}body.abandoned-cart-route app-root{width:100%;max-width:428px;height:100vh;max-height:926px;overflow-y:auto;overflow-x:hidden;position:relative}@media (max-width: 428px){body.abandoned-cart-route app-root{max-width:100%;height:100vh;max-height:926px}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}
