﻿.jstree-default-dark
{
    background: initial !important;
}

.jstree-icon:not(.jstree-ocl):not(.jstree-checkbox)
{
    background-size: contain !important;
}

@media screen and (max-width: 800px)
{
    .jstree-anchor
    {
        white-space: normal !important;
        height: auto !important;
        font-size: 1.125rem;
        line-height: 2rem !important;
    }

    .jstree-leaf
    {
        height: auto;
    }

    .jstree-icon:not(.jstree-ocl)
    {
        width: 2rem !important;
        height: 2rem !important;
        line-height: 2rem !important;
    }
}
