.treeview .badge {
    display: none;
    margin-left: 10px;
    border-radius: 5px;
    float: right;
    padding: 0px;
    background-color: transparent;
}
.treeview .node-selected .badge {
    display: inline-block;
}

.treeview.searching .node-categoryTree:not(.search-result) {
    display: none;
}

/* Saca borde azul del plugin select del bootstrap */
.bootstrap-select .btn:focus {
    outline: none !important;
}

/* Corrige posicionamiento del tick */
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    margin-top: 5px;
    top: auto;
}

.dataTable tr.disabled {
    color: #76838f59;
}

.dataTables_filter input {
    width: 300px !important;
    border-radius: 50px;
    transition: width 300ms ease;
    width: 32px !important;
    background: transparent;
}

.dataTables_filter label::before {
    content: "\f002";
    position: absolute;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    right: 9px;
    top: 5px;
    z-index: 0;
    cursor: text;
    color: var(--fa-primary-color,inherit);
    opacity: 1;
    opacity: var(--fa-primary-opacity,1);
}
.dataTables_filter label::after {
    content: "\10f002";
    position: absolute;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    right: 9px;
    top: 5px;
    z-index: 0;
    cursor: text;
    opacity: .4;
    opacity: var(--fa-secondary-opacity,.4);
}
.dataTables_filter input::placeholder {
    padding-left: 2px;
}
.dataTables_filter input:focus {
    width: 300px !important;
}
.dataTables_filter input:not(:placeholder-shown) {
    width: 300px !important;
}


#toggleMenubar i {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

#toggleMenubar i:before {
    content: "\f0c9";
}
#toggleMenubar i:after {
    content: none;
}

.site-menubar-unfold #toggleMenubar i {
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
}

.site-menubar-unfold #toggleMenubar i:before {
    content: "\f060";
    position: absolute;
    color: var(--fa-primary-color, inherit);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}
.site-menubar-unfold #toggleMenubar i:after {
    content: "\10f060";
    color: var(--fa-secondary-color, inherit);
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}