.collapsed #sidebar{width:80px}.collapsed #main{margin-left:80px}#sidebar{width:200px;position:fixed;height:100vh;left:0;top:0;transition:width .2s}#sidebar #header{height:40px;background:#001510}#sidebar #menu{height:calc(100vh - 40px)}#main{margin-left:200px;transition:margin-left .2s}#main .layout-wrapper{padding:20px 10px}.content-wrapper{height:calc(100vh - 80px);border-radius:5px!important}.content-wrapper .ant-card-body{padding:10px}.content-wrapper .body-content{height:calc(100vh - 164px);overflow:auto}#navbar #toolbar{height:40px;background:#001529;display:flex;align-items:center;padding:0 20px;color:#fff;font-size:1.125em}#navbar #tagsview{height:0;background:#c9dbec;display:flex;align-items:center;font-size:1em;padding-left:20px;font-weight:700;overflow:hidden}.body-content::-webkit-scrollbar{width:4px;height:4px}.body-content::-webkit-scrollbar-track{background:#efefef;border-radius:2px}.body-content::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:10px}.body-content::-webkit-scrollbar-thumb:hover{background:#333}