#name, #firstname, #lastname {
    background-color: white;
}

.link-redirect {
    margin-top:2rem;
}

#create-addr {
    margin-top:5rem;
}

fieldset {
    border-width: 0.3rem;
    border-radius: 1rem;
    padding: 1rem;
}

.vl {
  border-left: 0.1rem solid black;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.added-activity {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.add-new > form:nth-child(1) > input:nth-child(3) {
    background-color: white;
}

.form-line {
    display: flex;
    flex-direction: row;
    justify-content: flex_start;
}

.form-add {
    display: flex;
    flex-direction: column;
    justify-content: center;
/*     margin: auto; */
}

.nameProd {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.nameProd {
    cursor: pointer;
}
