.zm-tree-node{white-space:nowrap;outline:none}.zm-tree-node:focus>.zm-tree-node__content{background-color:#f5f7fa}.zm-tree-node.is-drop-inner>.zm-tree-node__content .zm-tree-node__label{background-color:#0e72ed;color:#fff}.zm-tree-node__content{display:flex;align-items:center;height:2rem;cursor:pointer;border-radius:8px}.zm-tree-node__content>.zm-tree-node__expand-icon{padding:0 6px}.zm-tree-node__content>.zm-checkbox{margin-right:0}.zm-tree-node__content>.zm-checkbox .zm-checkbox-wrap{top:2px}.zm-tree-node__content:hover{background-color:#f5f7fa}.zm-tree.is-dragging .zm-tree-node__content{cursor:move}.zm-tree.is-dragging .zm-tree-node__content *{pointer-events:none}.zm-tree.is-dragging.is-drop-not-allow .zm-tree-node__content{cursor:not-allowed}.zm-tree-node__expand-icon{cursor:pointer;color:#747487;font-size:16px;position:relative;top:1px;transform:rotate(0deg);transition:transform .3s ease-in-out}.zm-tree-node__expand-icon.expanded{transform:rotate(90deg)}.zm-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.zm-tree-node__label{font-size:14px}.zm-tree-node__loading-icon{margin-right:8px;font-size:14px;color:#747487;position:relative;top:3px}.zm-tree-node__loading-icon .circular{width:1rem;height:1rem;animation:loading-rotate 2s linear infinite}.zm-tree-node__loading-icon .path{animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#0e72ed;stroke-linecap:round}.zm-tree-node>.zm-tree-node__children{overflow:hidden;background-color:transparent}.zm-tree-node.is-expanded>.zm-tree-node__children{display:block}.is-keyboard-event .zm-tree-node:focus>.zm-tree-node__content{border:1px solid #0e72ed}.zm-theme--dark .zm-tree-node .zm-tree-node__content:hover,.zm-theme--dark .zm-tree-node:focus>.zm-tree-node__content{background-color:#0e72ed}.zm-theme--dark .zm-tree-node .zm-tree-node__expand-icon{color:#fff}@keyframes loading-rotate{to{transform:rotate(1turn)}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-2.5rem}to{stroke-dasharray:90,150;stroke-dashoffset:-7.5rem}}@use "sass:map";.zm-tree{position:relative;cursor:default;background:#fff;color:#232333}.zm-tree__empty-block{position:relative;min-height:3.75rem;text-align:center;width:100%;height:100%}.zm-tree__empty-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#565b77}.zm-tree__drop-indicator{position:absolute;left:0;right:0;height:1px;background-color:#0e72ed}.zm-tree--highlight-current .zm-tree-node.is-current>.zm-tree-node__content{background-color:#ecf4fe}.zm-theme--dark .zm-tree{background-color:#131619;color:#fff}.zm-theme--dark .zm-tree--highlight-current .zm-tree-node.is-current>.zm-tree-node__content{background-color:#0e72ed}