#mainLeft
{
  width: 50%;
}

#drop_file_zone
{
  background-color: #f5f5f5;
  border: #8893a1 3px dashed;
  border-radius: 12px;
  width: 400px;
  padding: 4px;
  height: 200px;
  font-size: 20px;
  color: #5b6c83;
  display: flex;
  align-items: center;
  /* margin-left: 25%; */
}

#drag_upload_file
{
  /* width: 50%; */
  margin: 0 auto;
}

#drag_upload_file p
{
  text-align: center;
}

#drag_upload_file #selectfile
{
  display: none;
}

#result
{
  color: #2573d7;
  cursor: pointer;
  margin: 4px;
}