.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 {
    width: 100%;
    text-align: end;
}

.spanDocLeft {
    width: 100%;
    text-align: left;
}

.divDoc {
    display: flex;
}

.iconDoc {
    height: 100%;
    display: block;
    font-size: 2rem;
    width: 100%;
}