html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden;position:fixed;inset:0}#root{height:100vh;width:100vw;overflow:hidden;position:relative;display:flex;flex-direction:column}*,.MuiBox-root{box-sizing:border-box}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#0000004d;border-radius:3px;transition:background .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#00000080}.custom-scrollbar::-webkit-scrollbar-corner{background:transparent}.no-scroll{overflow:hidden!important}.scroll-container{overflow:auto;height:100%;width:100%}.flex-container{display:flex;flex-direction:column;height:100%;overflow:hidden}.flex-content{flex:1;overflow:auto;min-height:0}.no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.smooth-transition{transition:all .3s cubic-bezier(.4,0,.2,1)}
