
.nav-link.active{
    background-color: #f5f5f5 !important;
}

.tab-content.images-typologies-container{
    border-left: solid 1px #5d5d5d;
    border-right: solid 1px #5d5d5d;
    border-bottom: solid 1px #5d5d5d;
    padding: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f5f5f5;

}
.add-new-typologies-image{
    cursor: pointer;
    user-select: none;
}
.add-new-typologies-image:hover{
    background-color: #f5f5f5;
}
.contaner-new-typologies-image{
    display: none;
}
.product-group-desc{
    font-size: 10px;
    font-style: italic;
    /* limita il testo alla dimensione */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
