@tailwind base;@tailwind components;@tailwind utilities;*{-webkit-overflow-scrolling:touch;box-sizing:border-box}html,body{height:100%;background-color:#e5e7ea;margin:0;padding:0}#root,.app-container{height:100%;width:100%;position:relative}body{min-height:100vh;margin-bottom:0;padding-bottom:0;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#46c2c0;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#3aa8a6}*{scrollbar-width:thin;scrollbar-color:#46c2c0 #f1f1f1}@media (min-width:1024px){.login-container{max-width:1200px;margin:0 auto}}@media (min-width:768px) and (max-width:1023px){.login-card{margin:0 20px}}button,a,.clickable{cursor:pointer;transition:all .2s ease-in-out}button:active,.clickable:active{transform:scale(.98)}@media (min-width:768px){.card-hover-effect{transition:all .2s}.card-hover-effect:hover{transform:translateY(-2px)}body{padding-bottom:0!important}}:focus-visible{outline-offset:2px;outline:2px solid #46c2c0}input,textarea,select{font-family:inherit}input:focus,textarea:focus,select:focus{outline:none}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}