<style type="text/css">

.categories-tree {
    font-family: Poppins, sans-serif;
}

.category-item {
    margin-bottom: 8px;
}

.category-item a:hover {
	color: #30909B !important;
}

.category-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #ededed;
    padding: 10px 0px 10px 0px;
}

.category-title a {
    flex: 1;
    text-decoration: none;
    color: #333;
}

.item-expand {
    margin-left: 10px;
    font-weight: bold;
    cursor: pointer;
}

.is-sub-item a {
    padding-left: 15px;
}

.category-title.active a {
    font-weight: bold;
    color: #30909B;
}
</style>
