.deptTreeView {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #faf7f2 !important;
    padding: 0;
    overflow-x: auto;
    overflow-y: visible;
}

.deptTreeView .list-group {
    margin-bottom: 0;
}

.deptTreeView .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
    height: auto;
    min-height: 45px;
    min-width: 100%;
    width: fit-content;
    box-sizing: border-box !important;
    padding: 5px 15px;
    cursor: pointer;
    background-color: #faf7f2 !important;
    display: flex;
    align-items: center;
    border: 0px !important;
    font-size: var(--people-font-size-s);
    word-break: break-all;
}

@media only screen and (min-width:320px) and (max-width:960px) {
    .deptTreeView .list-group-item {
        min-height: 50px;
        border: solid 1px #FFFFFF !important;
    }
}

.deptTreeView--pc .deptTreeView__item-text {
    max-width: 210px;
}

@media (hover: hover) {
    .deptTreeView .list-group-item:hover {
        background-color: #ffffff !important;
    }
}

.deptTreeView__item-text {
    display: flex;
    align-items: flex-start;
    flex: 1 1 auto;
    min-width: 130px;
}

.deptTreeView__state-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 15px;
    font-size: 15px;
    text-align: left !important;
    vertical-align: middle;
    margin-top: 2px;
    font-family: "Font Awesome 5 Free" !important;
}

.deptTreeView__item-text-content {
    display: block;
    margin-left: 0;
}

.deptTreeView__item-text-content-with-margin {
    display: block;
    margin-left: 15px;
}

.deptTreeView .fa-fw {
    width: 15px !important;
}