/*  Tree View   */

#myUL, #myUL ul { list-style-type: none; }
#myUL {
  margin: 0;
  padding: 0;
  color: #6f6f6f;
  font-weight: 400;
}
.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    font-size: 13px;
    color: #0e1726;
    text-transform: capitalize;
}
.caret.caret-down::before {
    content: "\f07c"; /* Font Awesome folder-plus */
    font-family: "Font Awesome 5 Free"; /* or "Font Awesome 6 Free" depending on your FA version */
    font-weight: 900; /* solid style */
    color: var(--primary-color);
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
    font-size: 21px;
}

.caret::before {
    content: "\f07b"; /* Font Awesome folder-minus */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #888ea8;
    margin-right: 6px;
    vertical-align: middle;
    display: none; /* matches your original */
    font-size: 21px;
}

.nested {
    display: none;
    padding-left: 28px;
}
.nested li {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #805dca;
    font-size: 13px;
}
/* .active { display: block; } */
.file-tree * { list-style-type: none;cursor: pointer; }
.file-tree {
    margin-bottom: 0;
    padding-left: 20px;
    list-style: none;
    overflow: hidden;
}
.file-tree ul {
    list-style: none;
    display: none;
    padding-left: 30px;
}
.file-tree li {
    position: relative;
    padding: 5px 0;
    border-radius: 0.25rem;
    cursor: auto;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 400;
    color: #6f6f6f;
    margin-top: 4px;
}
.file-tree .file-tree-folder {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
}

.file-tree .file-tree-folder::before { content: "\e9b9"; font-size: 1.25rem; }
.file-tree .file-tree-folder::after {
    position: absolute;
    top: 0.4rem;
    left: -2em;
    display: block;
    text-align: center;
    font-family: "Font Awesome 5 Free"; /* Use Font Awesome 5 */
    font-weight: 900; /* solid icon */
    content: "\f078"; /* Unicode for fa-chevron-down */
    font-size: 10px;
    color: #2196f3;
    transition: all 0.2s;
}

.file-tree .file-tree-folder.open::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.file-tree li.file-tree-folder::before {
    filter: invert(45%) sepia(58%) saturate(659%) hue-rotate(217deg) brightness(83%) contrast(89%);
    -webkit-filter: invert(45%) sepia(58%) saturate(659%) hue-rotate(217deg) brightness(83%) contrast(89%);
    display: inline-block;
    text-align: center;
    width: 13px;
    margin-right: 0.25rem;
    vertical-align: text-top;
    font-size: 1rem;
    color: #2196f3;
    cursor: auto;
    content: url('data:image/svg+xml, <svg width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16z"/></svg>');
    /* content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M448 96V224H288V96H448zm0 192V416H288V288H448zM224 224H64V96H224V224zM64 288H224V416H64V288zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"/></svg>'); */
}
.file-tree li::before {
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M384 32C419.3 32 448 60.65 448 96V416C448 451.3 419.3 480 384 480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H384zM384 80H64C55.16 80 48 87.16 48 96V416C48 424.8 55.16 432 64 432H384C392.8 432 400 424.8 400 416V96C400 87.16 392.8 80 384 80z"/></svg>');
    font-size: 1rem;
    color: #2196f3;
    margin-right: 9px;
    position: relative;
    top: 2px;
    width: 12px;
    margin-right: 0.25rem;
    vertical-align: text-top;
    display: inline-block;
    text-align: center;
    filter: invert(45%) sepia(58%) saturate(659%) hue-rotate(217deg) brightness(83%) contrast(89%);
    -webkit-filter: invert(45%) sepia(58%) saturate(659%) hue-rotate(217deg) brightness(83%) contrast(89%);

}

.file-tree .file-tree-folder svg:hover {
    opacity: .7;
}
.file-tree li.file-tree-folder a#showSpaceDiv {
    color: #000;
    font-weight: 600;
}
.file-tree li.file-tree-folder .menu-toggle {
    padding-right: .5rem;
    cursor: auto;
}
.btn.cst-icon svg {
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.tree-vh {
    height: 65vh;
    overflow: auto;
}
.tab-vh-ht {
    height: 65vh;
    overflow: auto;
}
.rounded-vertical-pills-icon.br-inherit .nav-pills a {
    border-radius: .25rem !important;
    -webkit-border-radius: .25rem !important;
    -moz-border-radius: .25rem !important;
    -ms-border-radius: .25rem !important;
    -o-border-radius: .25rem !important;
}
.gap-11 {
    gap: 11px !important;
}
.info {
    display: none;
    position: absolute;
    left: 50%;
    right: 0;
    top: 2px;
    background-color: #fff;
    z-index: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    line-height: 1.4;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 600;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.info svg {
    cursor: pointer;
}
.file-tree-folder {
    color: #3b3f5c;
}
@media (max-width: 767px) {
    .custo-radio { margin-top: 5px; }
}

