.stampabandigara-card-border{
    border-right: 2px solid #ECECEC;
}

.col-5.stampabandigara-card-border{
    width: 36.666667% !important;
}

.margine-sinistro-contenuto-pagina{
    margin-left: 2rem !important;
}

.stato-bandogara{
    background-color: #63FF7D;
    padding: 6px 20px 6px;
    border-radius: 30px; 
}

.icona-freccia-bluesvg{
    color: #0059B3;
}
.numero-CIG{
    margin-left: 5%;
}

.bandogara-teaser{
    font-size: 17px;
}

.CIG-height{
    height: 20px;
}

.box-border{
    border: 1px solid #D9D9D9 !important;
}

.box-border:hover{
    transition-duration: 0.5s;
    box-shadow: 5px 4px 9px #88888B;
}

a.text-decoration-none.card-text-gara:hover{
    text-decoration: none !important;
    transition-duration: 0.5s;
    box-shadow: 0px 4px 9px #88888B;
}

.freccia-bandogara{
    height: 35px !important;
}

.sigla-bandogara{
    text-align: left;
    margin-bottom: 0;
    font: normal normal bold 23px/32px Zilla Slab;
    letter-spacing: 0px;
    color: #474747;
    opacity: 1;
}

.testo-bandogara{
    text-align: left;
    margin-bottom: 0;
    font-size: 18px;
    font-family: "Roboto", sans-serif !important;
    letter-spacing: 0px;
    color: #474747;
    opacity: 1;
}

.testo-dettaglio-bando-gare{
    text-align: left;
    font: normal normal 300 20px/34px Roboto;
    letter-spacing: 0px;
    color: #474747;
}

@media (max-width: 500px) { 

    .stampabandigara-date
    {
        display: block !important;
    }
    .stampabandigara-card-border{
        border-right: 0px !important;
    }
    .col-5.stampabandigara-card-border{
        width: 100% !important;
    }
 }

@media (max-width: 991px) { 
    #seconda-fascia-concorso .container > div:first-child{
        flex-direction: column;
    }

    .margine-sinistro-contenuto-pagina{
        margin-left: 0px !important;
    }

    .stampabandigara-card-border{
        border-right: 0 !important;
    }
}
/* Large devices (desktops, 768px and up) */
@media (max-width: 768px) { 
    #seconda-fascia-concorso .container > div:first-child{
        flex-direction: column;
    }
}

@media (max-width: 576px) { 
    #seconda-fascia-concorso .container .d-flex div{
        width: auto;
        padding-top: 10px;
    }

    .bandoconcorso-tag-pos{
        justify-content: flex-end;
    }

    .title-lista-atti{
        width: 100% !important;
    }
    
 }
 
 .dettaglio-bandi-gara{
    background: linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(244,244,244,1) 50%, rgba(218,218,218,1) 100%);
 }

 .text-truncate-stampa-bandigara{
    height: 106px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
 }

 @media (max-width: 576px) { 
    .text-truncate-stampa-bandigara{
        height: 100px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }   
}

@media (max-width: 500px) { 
    .chip.chip-lg.chip-tag-custom{
       height: fit-content !important;
    }   
    .chip.chip-tag-custom{
        display: inline-block !important;
    }
}

.lista-bando-gara-text-truncate{
    overflow-wrap: break-word;
}

ul.button-partecipazione{
    padding-left: 1rem !important;
}

.bandi-gara-titolo{
    font-size: 21px;
}

.chip-label.chip-label-stato-custom.chip-gara{
    font-weight: 700;
}