.multiple_fields_header{
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 2em;
}
 .multiple_fields_select,.multiple_fields_element_header{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 1em;
    font-size: 20px;
    background: #add3e1;
    color: black;
    cursor: pointer;
    gap: 5px;
}
.multiple_fields_select:hover{
    background: #7cb5c9;
}
.multiple_fields_select.showing,.multiple_fields_element_header{
    background: #51a2c0;
}
/*.multiple_fields_element:not(.showing){
    display: none;
}*/