.input-file {
    color: black;
    border: solid 1px;
    width: fit-content;
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
}

input::file-selector-button {
    display: none;
}

.spanDoc {
    text-align: end;
}

.spanDocLeft {
    width: 100%;
    text-align: left;
}

.divDoc {
    display: flex;
}

.iconDoc {
    height: 100%;
    display: block;
    font-size: 2rem;
    width: 100%;
}

.dati-clipri {
    border: 1px solid #DAA000 !important;
}