.loading-container{flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:20px;display:flex}.loading-container.loading-small{min-height:100px}.loading-container.loading-large{min-height:100vh}.loading-spinner{margin-bottom:16px}.spinner{border:4px solid #f3f3f3;border-top-color:#1976d2;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.loading-small .spinner{border-width:2px;width:24px;height:24px}.loading-large .spinner{border-width:6px;width:60px;height:60px}.loading-message{color:#666;text-align:center;margin:0;font-size:14px}.loading-large .loading-message{font-size:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden}#root{width:100vw;height:100vh;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root>div{height:100vh!important;overflow:hidden!important}#root>div>div:last-child{flex-direction:column!important;display:flex!important;overflow:hidden!important}#root>div>div:last-child>div:last-child{flex:1!important;height:100%!important;overflow:hidden auto!important}