body,html{transition:background-color .4s ease,color .4s ease}*{transition:background-color .4s ease,color .4s ease,border-color .4s ease}body{margin:0}#root{width:100svw;height:100svh}.apps{background-color:#f0f0f0;display:flex;justify-content:center;align-items:center;width:100svw;height:100svh}.grid-container{display:grid;grid-template-columns:repeat(3,1fr);width:100%;padding:20px;background-color:#f0f0f0}.grid-item{background-color:#ffd3d3;color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.5rem;height:100px}.uniformed-scroller::-webkit-scrollbar{width:8px}.uniformed-scroller::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.uniformed-scroller::-webkit-scrollbar-track{background-color:transparent}.uniformed-scroller{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.invisible-scroller::-webkit-scrollbar{width:0px!important;height:0px!important;background:transparent}.invisible-scroller::-webkit-scrollbar-thumb{background:transparent}.invisible-scroller::-webkit-scrollbar-track{background:transparent}.invisible-scroller::-webkit-scrollbar-corner{background:transparent}.invisible-scroller{scrollbar-width:none!important;-ms-overflow-style:none!important}html,body{height:100%;overflow:hidden}input,textarea{-webkit-user-modify:read-write-plaintext-only}@media (max-height: 600px){.input-container{position:fixed;bottom:0;width:100%}}
