body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.layout-root{width:100vw;height:100vh;display:flex;flex-direction:row;overflow:hidden}.layout-root-left{width:100px;display:flex;flex-direction:column}.layout-root-right{flex-grow:1;display:flex;flex-direction:column}.layout-left{flex:1 1;display:flex;flex-direction:column;background-color:hsla(0,0%,55.3%,.3)}.layout-right-top{border-bottom-width:1px;border-bottom-style:dotted}.layout-right-bottom{flex-grow:1}.interval-width{width:8px}.layout-upload-root{width:100vw;height:100vh;display:flex;flex-direction:column;overflow:hidden;padding-left:5%;padding-right:5%;padding-top:16px}.upload-tool{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin-bottom:8px}.upload-tool input{max-width:220px}.upload-body{flex-grow:1;display:flex;flex-direction:column}.home-list-cell:hover{background-color:rgba(0,0,0,.1);cursor:pointer}.component-loading{position:relative;animation:loading-first 1s linear infinite}@keyframes loading-first{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.cell-active{background-color:rgba(0,0,0,.1)}.input-number-clean-up-down .rs-input-number-btn-group-vertical{display:none}.product-details-modal-list{flex-grow:1;display:flex;flex-direction:column;justify-content:space-around}.product-details-modal-list div{display:flex;flex-direction:row}.product-details-modal-list div label{width:64px;margin-right:8px;display:flex;flex-direction:row-reverse;align-items:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:var(--rs-text-heading)}.cursor:hover{cursor:pointer}