﻿.category {
    mask-image: url("../assets/category.svg");
    background-color: var(--fontColor1);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
.article {
    mask-image: url("../assets/article.svg");
    background-color: var(--corLogo);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}


.category-link{
    color: var(--fontColor1);
    text-decoration: none;
    pointer-events: none;
}


.article-link {
    color: var(--fontColor1);
    text-decoration: none;
    white-space: normal;
    width: 90%;
    display: flex;
    padding: 5px;
    line-height: normal;
    box-sizing: border-box;
}

.e-list-text {
    /* max-width: 200px; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    min-width: 80%;
    box-sizing: border-box;
}

.treedata {
    max-width: 400px;
}

.e-list-parent{
    overflow: hidden;
}

.e-list-item {
    padding: 5px !important;
    box-sizing: border-box !important;
    border-left: 1px solid transparent;
    transition: .3s;
}

    .e-list-item * {
        color: var(--fontColor1) !important;
    }

/*
    .e-list-item:hover {
        border-left: 1px solid var(--corLogo);
    }*/

.e-fullrow{
    opacity: 0;
    visibility: hidden;
}

.selectedArticle{
    font-weight: bold;
}
