.treeview-carrousel-categories {
    margin-top: 0;
}

.treeview-carrousel-categories .treeview-carrousels {
    padding: 0;
}

.treeview-carrousels [class^="treeview-carrousel-header-"] {
    position: relative;
    border-bottom: 1px solid transparent;
    height: 26px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.treeview-carrousels [class^="treeview-carrousel-header-"] .treeview-heading-titles {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    max-height: 25px;
}

.treeview-carrousels [class^="treeview-carrousel-header-"] .info-container {
    position: relative;
    display: inline-block;
}

.treeview-carrousels [class^="treeview-carrousel-header-"] h4 {
    margin: 0;
    line-height: 25px;
    max-height: 25px;
    display: inline;
}

