.WorkspaceTemplate{width:100%;height:100vh;background:var(--bg-1);display:flex;flex-direction:column;justify-content:flex-start;border-radius:20px 20px 0 0;overflow:hidden;padding:24px}.WorkspaceTemplate .WorkspaceTemplate-content{position:relative;width:100%;flex:1 1;min-height:0}.WorkspaceTemplate .WorkspaceTemplate-content .WorkspaceTemplate-filter-type{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#fff;margin:0;padding-top:12px;width:100%}.WorkspaceTemplate .WorkspaceTemplate-content .WorkspaceTemplate-main{width:100%;flex:1 1;overflow-y:scroll;overflow-x:hidden}.WorkspaceTemplate .WorkspaceTemplate-filter-type{transition:all .3s;overflow:hidden;max-height:300px}.WorkspaceTemplate .WorkspaceTemplate-filter-type-hidden{max-height:0;transition:all .3s}.WorkspaceTemplate .WorkspaceTemplate-filter-list{margin:12px auto 24px;width:100%}.WorkspaceTemplate .WorkspaceTemplate-filter-list .CSelectInput{margin-right:10px}.inline-row{transition:all .3s;overflow:hidden;height:62px}.inline-row.hide{height:0;padding:0}.inline-row .ant-form-item{display:inline-block}.inline-row .ant-form-item+.ant-form-item{margin-left:16px}.CCheck{flex-wrap:wrap;gap:6px}.CCheck>.CCheck-item{font-size:12px;height:30px;padding:0 14px;border-radius:6px;color:var(--text-2);flex-shrink:0;transition:all .15s;cursor:pointer}.CCheck>.CCheck-item>svg{margin-right:5px}.CCheck>.CCheck-item.check{background:var(--bg-6);color:var(--text-1);font-weight:500}.CCheck>.CCheck-item:hover{background:var(--bg-6)}