.list-group-item {
    height: auto !important;
}

.dnn-cl .show {
    display: inline-flex !important;
}

.item-list-cards .actions{
    display: none;
}
.add-pre-gradient.showing:before {
    display:  none;
    content:  '';    
    width: 100%;
    height: 250px;
    position: absolute;
    transform: translateY(-100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 10%,rgba(255,255,255,1) 100%);
    
}
.item-list-cards{
	position: relative;
}