@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{height:100%;margin:0;padding:0}html{background:#f9fafb}.dark html{background:#11161e}body{background:transparent!important;overflow:hidden}#root,.app-vv{min-height:100dvh}#app-scroll{min-height:calc(100dvh - 65px)}*{-webkit-tap-highlight-color:transparent}img{image-rendering:auto}input,textarea,select{font-size:16px}html,body{-webkit-text-size-adjust:100%}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#80808066;border-radius:10px;border:2px solid transparent;background-clip:content-box}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#80808099}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#fff3}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}
