.metafieldCreate{
    margin: 20px;
    background-color: #333232;
    padding: 30Px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #02523e;
}

.metafieldCreate input{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

.btngroup{
    margin-bottom: 30px;
    margin-top: 100px;
}

.form-control-metafield{
    display: block;
    border-radius: 15px;
    width: 400px;
    height: 30px;
    padding: 10px;
    background-color: #333333;
    color: white;
    border: 3px solid #02523e;
    margin-bottom: 10px;
}

.marginbtn{
    margin: 10px;
}

.modifierButton{
    display: flex;
    justify-content: center;
    align-items: center;

}

.modifierButton a{
    margin: 2px;
}

.tableCreate{
    margin-top: 100px;
}

.example-csv{
    color: white;
    text-decoration: none;
}

.example-csv:hover{
    color: #02523e;
    text-decoration: none;
}

.disabled-field{
    opacity: 50%;
}

.listMetafield {
    display: block;
    justify-content: normal;
}