#drop_upload{

width:360px;
height:200px;

border:3px dashed #999;

border-radius:15px;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

cursor:pointer;

background:#fafafa;

transition:0.3s;

}


#drop_upload:hover{

background:#f0f8ff;

border-color:#3498db;

}



#drop_upload.drag{

background:#e8f4ff;

border-color:#007bff;

}



.drop_text{

font-size:20px;

color:#555;

}



.upload_results textarea{

width:340px;

height:120px;

margin-bottom:20px;

font-size:14px;

}



#testajax img{

max-width:150px;

margin:5px;

}