
.add-new{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: aqua; */
}
.add{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: beige; */
    width: 50%;

}

.items{
    /* background: aquamarine; */
    width: 100%;
    flex-basis: 100%;
    display: flex;
    padding: 0px 20px;
}

.items-datas{
    width: 100%;
}

.form-group{
}




