.close-modal{
    margin: 0;
    padding-top: 20px!important;
    padding-right: 20px!important;
    outline: none;
}

.modal-header{
    background-color:#6d2ea710;
    color:black;
    font-size:
}

.modal-header > button{
    outline: none;
}
.modal-body div > div > form{
    max-height: 400px;
}

.modal-fields{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-height: 300px;
    flex-wrap: wrap;
    margin-top: 40px;
}


.modal-body > div > div> div > div > form >  div > p {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.modal-body > div > div> div > div > form >  div > p > input{
    background-color:#6d2ea720;
    border-radius:.3rem;
    border: 0px;
    outline: none;
}

.modal-body > div > div> div > div > form >  div > p > input[type=file]{

}

.modal-body > div > div> div > div > form >  div > p > textarea{
    background-color:#6d2ea720;
    height: 10em;
    width: 19em;
    border: 0px;
    border-radius:.3rem;
    outline: none;
    }

.modal-buttons{
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
}

.modal-buttons > button{
    color: #6d2ea7;
    border: 0;
    cursor: pointer;

}

.modal-buttons > input{
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #991fd0;
    margin-left: 30px;
    cursor: pointer;
}
.modal-buttons > input:hover{
    color: #6d2ea7;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #edc6ff ;
    margin-left: 30px;
    cursor: pointer;
}