﻿ul.fancytree-container{border:none}
ul.fancytree-container .fancytree-custom-icon{display:none}
ul.fancytree-container .spinner:before{margin-right:-10px !important;margin-left:0px !important}
.ItemCategoryDepartmant{
    border: 0.1rem solid var(--BGray);
    border-radius: var(--b-radius);
    transition: 300ms ease-in-out all!important;
}
.ItemCategoryDepartmant:hover{
    box-shadow: 0 0 .7rem var(--Gray);
    scale: 103%;
}
.LinkViewAll::after{
    display: block;
    content: " ";
    width: 0.7rem;
    height: 0.7rem;
    border: 0.2rem solid var(--MGray);
    border-right-color:transparent;
    border-bottom-color:transparent;
    transform:rotate(-45deg);
    margin-top: 0.5rem;
    margin-right: 0.5rem;
}
.LinkViewAll{
    color:var(--MGray) !important;
}