.draggable-wrapper{align-items:center;display:flex;height:36px}.draggable-wrapper:not(.is-dragging).drop-indicator-above .item{box-shadow:0 -2px var(--blue1)}.draggable-wrapper:not(.is-dragging).drop-indicator-below .item{box-shadow:0 2px var(--blue1)}.draggable-wrapper:not(.is-dragging).drop-indicator-on{background-color:$hover-color;border-radius:8px;outline:2px solid var(--blue1)}.draggable-wrapper:not(.is-dragging).drop-indicator-on .item-label{color:var(--blue1)}.draggable-wrapper.is-dragging{opacity:.5}.draggable-wrapper.is-dragging mp-tooltip{display:none}.draggable-wrapper:active{opacity:.999}.draggable-wrapper.is-draggable .gripper{cursor:grab}.draggable-wrapper.is-draggable .gripper:active{cursor:grabbing}.item-wrapper{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:$font-size-medium;height:100%;text-decoration:none;width:100%}.item-wrapper.no-top-border-radius{border-top-left-radius:0;border-top-right-radius:0}.item-wrapper.no-bottom-border-radius{border-bottom-left-radius:0;border-bottom-right-radius:0}.item-wrapper .tooltip-container{align-items:center;color:var(--secondary-text-color);display:flex;max-width:calc(100% - 16px);width:100%}.item-wrapper:hover .tooltip-container,.item-wrapper:focus-within .tooltip-container{max-width:calc(100% - 32px)}.item-wrapper:hover{background-color:$hover-color}.item-wrapper:hover .item-label{color:var(--blue1)}.item-wrapper:hover .overflow-menu-wrapper{visibility:visible}.item-wrapper.is-selected:not(:hover){background-color:var(--gray2)}.item-wrapper .item{align-items:center;display:flex;height:100%;padding:6px 8px 4px}.item-wrapper .item:focus{outline:none}.item-wrapper .item-label{align-items:center;color:var(--primary-text-color);display:flex;flex-shrink:1;font-weight:$weight-medium;justify-content:space-between;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-wrapper .item-label:not(:first-child){margin-left:2px}.item-wrapper .item-icon{height:22px;margin-right:4px;width:22px}.item-wrapper .item-right-icon{height:18px;width:18px}.item-wrapper .item-tag-wrapper{padding-left:10px}.item-wrapper .tooltip .tooltip-label{max-width:256px;overflow-wrap:break-word;white-space:pre-wrap;width:max-content;word-break:break-word}.item-wrapper .tooltip .user-metadata{display:flex;margin-top:8px}.item-wrapper .tooltip .user-metadata .user-name{color:var(--gray2);line-height:24px;margin-left:8px}.item-wrapper .overflow-menu-wrapper{align-items:center;display:flex;flex-shrink:0;margin:0 8px 0 auto;visibility:hidden;width:22px}.item-wrapper mp-text-highlight{margin-top:8px}.caret-btn{margin-left:-4px;margin-right:2px}.new-badge{margin-bottom:8px}
