.condizionefornitura {
    padding: 0 10% 20px;
}

.contenitore-filtro-comparto {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.filtro-comparto{
    display: flex;
}

    .filtro-comparto h4 {
        align-self: center;
        margin-right: 10px;
    }

    .filtro-comparto select {
        min-width: 100px;
        width: 350px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        height: 35px;
        float: right;
        margin: 5px 0px;
        padding: 0px 15px;
        font-size: 15px;
        line-height: 1.75;
        color: #333;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #00783D;
        -ms-word-break: normal;
        word-break: normal;
        border-radius: 10px;
        outline: #00783D;
    }

    .filtro-comparto::after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: #00783D;
        right: 25px;
        align-self: center;
        position: relative;
        pointer-events: none;
    }

.container-operatore {
    border: solid 1px silver;
    background-color: WhiteSmoke;
    border-radius: 15px;
    margin: 20px 0 0 0;
}

.operatore {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 10px;
    background-color: #d5d5d5;
    border-radius: 15px 15px 0px 0px;
}

.condizionefornitura-documento {
    display: flex;
    justify-content: start;
    align-items: center;
}

    .condizionefornitura-documento > a > img {
        cursor: pointer;
        width: 75px;
        height: 75px;
    }

    .condizionefornitura-documento > a > span {
        color: #00783D;
    }