.btreeview .btreeview-group:not(.btreeview-open)>.btreeview-group-title .btreeview-icon-closed,.btreeview .btreeview-group.btreeview-open>.btreeview-group-title .btreeview-icon-opened {
    display: flex;
    background: var(--gray);
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    height: 24px;
}


.btreeview-group-name{
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 5px;
    width: 100%;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 3px 14px 2px rgba(0, 0, 0, 0.12), inset 3px 0 0 0 var(--indigo);
    background: var(--linha-background);
    color: var(--linha-texto-color);
    height: 40px;
    border-radius: 8px;
}

.btreeview:not(.btreeview-container) .btreeview-group-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
    width: 40%;
    max-width: 50%;
    min-width: 10%;
    padding: 4px 0;
}

.btreeview-group-icon{
    align-content: center;
}

.btreeview:not(.btreeview-container) .btreeview-group-title:hover {
    background-color: var(--linha-background) !important;
}