 .mask_gradient{
 
        /*width:72px;
        height:72px;
        mask-size:72px; */
        background: linear-gradient(-25deg, var(--diges-primary-color) 40%, var(--diges-accent-color) 70%);
 		mask-size:36px;
 		width:36px;
 		height:36px;
    }

    .arrow_down{
        mask-image:url("../images/icons/arrow_down.png?t=123");
    }

    .arrow_up{
        mask-image:url("../images/icons/arrow_down.png?t=456");
        transform: rotate(180deg);
    }

    .verbali_consiglio, .verbali_giunta{
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }

    .truncate{
        position: relative !important;
        height:300px; 
        overflow-y:hidden;
    }

    .fade_overlay{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        background-image: linear-gradient(to top,rgb(255, 255, 255), transparent);
    }

	.overlay-grey{
        background-image: linear-gradient(to top,var(--diges-grey), transparent);
	}	