.body-center{flex:1 1;display:flex;align-items:center;justify-content:center}.flex-row{display:flex;flex-direction:row;flex-direction:row!important}.flex-column{display:flex;flex-direction:column}@media(max-width:600px){.flex-column{width:100%}}.d-none{display:none}*,:after,:before{box-sizing:border-box;margin:0;padding:0;scrollbar-color:var(--border-color) var(--background-l1)}html{scroll-behavior:smooth;scrollbar-gutter:auto}html body{touch-action:pan-y;font-family:Arial,Helvetica,sans-serif;line-height:1.5;color:var(--text-color);background-color:var(--background);max-width:100%;height:100dvh;overflow:hidden}html body #root{display:flex;flex-direction:column;height:100%}html body #root:has(.account-layout){align-items:center}button{color:var(--text-color);background-color:rgba(0,0,0,0);border:0 solid rgba(0,0,0,0)}a,button{-webkit-tap-highlight-color:rgba(0,0,0,0)}a{text-decoration:none;transition:all .3s ease;color:inherit}.card{background:var(--background-l1);border-radius:var(--radius);box-shadow:0 2px 8px var(--shadow-color);display:flex;flex-direction:column;overflow:hidden;height:100%}.card .body{padding:1rem}