.tree-scroll-wrapper{overflow-y:auto;height:100%;width:100%;padding:0;margin:0}.tree-table{width:100%;border:0;border-collapse:collapse;margin:0;z-index:1}.tree-table thead th{position:sticky;z-index:4;top:-1px;background-color:var(--bs-table-bg);border-bottom:0;box-shadow:inset 0 0 0 1px var(--bs-table-border-color)}.tree-table tbody td{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-table tbody td.tree-actions,.tree-table tbody td.tree-checkbox-cell,.tree-table tbody td.tree-icon-cell,.tree-table tbody td.tree-node{max-width:none;overflow:visible;white-space:normal}.tree-table tbody td.tree-actions a{position:relative;z-index:1}.tree-table tbody td.caption,.tree-table tbody td.tree-column{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-table .tree-node{width:24px;min-width:24px;max-width:24px;text-align:center;position:relative;vertical-align:middle;background-color:transparent!important}.tree-table .tree-icon-cell{width:24px;min-width:24px;max-width:24px;text-align:center;position:relative;vertical-align:middle;cursor:pointer;background-color:transparent!important;padding-left:0;padding-right:0}.tree-table .tree-icon-cell i{z-index:3;position:relative}.tree-table .tree-icon-cell.expandable i{cursor:pointer}.tree-table .tree-checkbox-cell{text-align:center;vertical-align:middle;background-color:transparent!important;padding-left:0;padding-right:0}.tree-table .tree-checkbox-cell input[type=checkbox]{cursor:pointer;width:16px;height:16px}.tree-table .tree-checkbox-cell input[type=checkbox]:indeterminate{opacity:.7}.tree-table .caption{vertical-align:middle;user-select:none}.tree-table td.tree-column{vertical-align:middle}.tree-table .tree-checkbox-cell,.tree-table .tree-checkbox-col{width:24px;min-width:24px;max-width:24px;text-align:center;vertical-align:middle}.tree-table .tree-actions{width:24px;min-width:24px;max-width:24px;text-align:center;vertical-align:middle;white-space:nowrap}.tree-table .tree-node.connector-i::before{content:'';position:absolute;top:0;bottom:0;left:calc(50% - .5px);width:1px;background-image:linear-gradient(to bottom,var(--bs-tertiary-color) 50%,transparent 50%);background-size:1px 4px;background-repeat:repeat-y;z-index:1}.tree-table .tree-node.connector-t::before{content:'';position:absolute;top:0;bottom:0;left:calc(50% - .5px);width:1px;background-image:linear-gradient(to bottom,var(--bs-tertiary-color) 50%,transparent 50%);background-size:1px 4px;background-repeat:repeat-y;z-index:1}.tree-table .tree-node.connector-t::after{content:'';position:absolute;top:calc(50% - .5px);left:50%;right:0;height:1px;background-image:linear-gradient(to right,var(--bs-tertiary-color) 50%,transparent 50%);background-size:4px 1px;background-repeat:repeat-x;z-index:1}.tree-table .tree-node.connector-l::before{content:'';position:absolute;top:0;bottom:50%;left:calc(50% - .5px);width:1px;background-image:linear-gradient(to bottom,var(--bs-tertiary-color)50%,transparent 50%);background-size:1px 4px;background-repeat:repeat-y;z-index:1}.tree-table .tree-node.connector-l::after{content:'';position:absolute;top:calc(50% - .5px);left:50%;right:0;height:1px;background-image:linear-gradient(to right,var(--bs-tertiary-color) 50%,transparent 50%);background-size:4px 1px;background-repeat:repeat-x;z-index:1}.tree-table .caption.search-match{background-color:#fff3cd!important;font-weight:600}.tree-table tr{transition:all .3s ease}.tree-table tr.dragging{opacity:.4;transform:scale(.98)}.tree-table tr td{transition:border .2s ease,background-color .2s ease,transform .2s ease}.tree-table tr.drag-over-1T td{border-top:4px solid var(--bs-primary)!important;background-color:rgba(25,135,84,.25)!important;transform:translateY(-2px)}.tree-table tr.drag-over-2T td{background-color:rgba(25,135,84,.5)!important;transform:translateY(-2px)}.tree-table tr.drag-over-3T td{background-color:rgba(25,135,84,.25)!important;border-bottom:4px solid var(--bs-primary)!important;transform:translateY(2px)}.tree-table tr.just-moved{animation:moveHighlight 1.2s ease}@keyframes moveHighlight{0%{background-color:rgba(255,193,7,.6);transform:scale(1.03)}50%{background-color:rgba(255,193,7,.3)}100%{background-color:transparent;transform:scale(1)}}.tree-table tr.selected td.caption{background-color:rgba(13,110,253,.05)!important}@media (max-width:768px){.tree-table .tree-node{width:24px;min-width:24px;max-width:24px}.tree-table .tree-icon-cell{width:24px;min-width:24px;max-width:24px;padding-left:0;padding-right:0}.tree-table .caption{padding:.375rem .5rem;font-size:.875rem}.tree-table .tree-actions{width:60px;min-width:60px}.tree-toolbar{flex-direction:column;align-items:stretch}.tree-search-wrapper{max-width:100%}}@media print{.tree-table .tree-actions,.tree-table .tree-checkbox-cell,.tree-toolbar{display:none!important}.tree-table .tree-node::after,.tree-table .tree-node::before{background-image:linear-gradient(to bottom,#000 50%,transparent 50%)!important}}.tristate-checkbox-container{display:inline-flex;align-items:center;justify-content:center;width:100%}.tristate-checkbox{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.tristate-checkbox:hover{background-color:rgba(0,0,0,.05);border-color:rgba(0,0,0,.1)}.tristate-checkbox i{font-size:12px;pointer-events:none}.tristate-checkbox.state-inherit{background-color:rgba(108,117,125,.1);border-color:rgba(108,117,125,.5)}.tristate-checkbox.state-inherit:hover{background-color:rgba(108,117,125,.3)}.tristate-checkbox.state-allow{background-color:rgba(25,135,84,.1);border-color:rgba(25,135,84,.5)}.tristate-checkbox.state-allow:hover{background-color:rgba(25,135,84,.3)}.tristate-checkbox.state-deny{background-color:rgba(220,53,69,.1);border-color:rgba(220,53,69,.5)}.tristate-checkbox.state-deny:hover{background-color:rgba(220,53,69,.3)}.tristate-checkbox.inherited-permission{opacity:.5}.tristate-checkbox.inherited-permission:hover{opacity:.7}