@tailwind base;@tailwind components;@tailwind utilities;body,html{font-size:16px;scroll-behavior:smooth;margin:0;background:var(--background);transition:all .12s ease-in-out;color:var(--textTitle);font-weight:400}::-webkit-scrollbar{display:none;width:8px;height:4px}::-webkit-scrollbar-track{background:#d4d2d2;border-radius:4px}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}body main{max-width:100vw}*{font-family:inherit}img{max-width:unset}a{text-decoration:none;color:inherit}@keyframes splash-loader{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.action-button-group{flex-wrap:nowrap!important}@media screen and (max-width:1150px){.action-button-group{flex-wrap:wrap!important}}@media screen and (max-width:520px){:root{font-size:15px}}.aqua-box,.aqua-user-box{display:block;border-radius:1rem}.aqua-user-box{border:1px solid var(--outline)}.aqua-user-box th{padding:.4rem .5rem .4rem 1rem;background:var(--backgroundLight);border-radius:0}.aqua-user-box th:last-child{padding:.4rem 1rem .4rem .5rem}.aqua-user-box ::-webkit-scrollbar,.scrollbar ::-webkit-scrollbar{width:6px;height:4px}.aqua-user-box ::-webkit-scrollbar-track,.scrollbar ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.aqua-user-box ::-webkit-scrollbar-thumb,.scrollbar ::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.aqua-user-box ::-webkit-scrollbar-thumb:hover,.scrollbar ::-webkit-scrollbar-thumb:hover{background:#555}.native-modal-content ::-webkit-scrollbar{width:6px;height:4px}.native-modal-content ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.native-modal-content ::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.native-modal-content ::-webkit-scrollbar-thumb:hover{background:#555}.wallet-icon svg{width:20px;height:20px}.slick-arrow.slick-prev{left:-24px;z-index:5}.slick-arrow.slick-next{right:-24px;z-index:5}@media Screen and (max-width:420px){.slick-arrow.slick-prev{left:-4px;opacity:.4}.slick-arrow.slick-next{right:-4px;opacity:.4}}@keyframes txSentSpinAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tx-sent-anim{animation:txSentSpinAnimation 10s linear infinite}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(12px)}to{transform:translateY(0)}}