.folder-tree{display:flex;flex-wrap:wrap;overflow:hidden;margin-top:10px;transition:.2s}.folder-tree.overflow-visible{overflow:visible!important;height:auto!important}.folder-tree .folder-tree-branch{box-shadow:2px 2px 10px #809ebf26;font-size:14px;line-height:21px;min-height:34px;text-align:left;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-main, "Inter", sans-serif);color:#98a2b0;font-weight:400;padding:6px 14px;background:#fff;border-radius:100px}.folder-tree .folder-tree-branch-container:hover .folder-tree-branch{color:#3965ff}.folder-tree .folder-tree-branch-container:first-child .folder-tree-branch{background-color:#5e7be0;color:#fff}.folder-tree .folder-tree-branch-container:first-child .folder-tree-branch:hover{background-color:#4261cf}.folder-tree .folder-tree-branch-container:last-child .folder-tree-branch{background-color:#fff;color:#151515;pointer-events:none}
