#dropzone {
  border:2px dashed #C7C7C7;
  border-radius:8px;
  cursor:pointer;
  /*margin:20px;*/
}

#dropzone.drag {
  border-color:#3a7bfd;
}

#btnFile {
  background:#fff;
  color:#000;
  border:none;
  padding:10px 20px;
  border-radius:6px;
  cursor:pointer;
}



#msg {
  margin-top:15px;
}


#progressBar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #0061ff, #00c6ff);
  transition: width 0.2s;
}

.dropzone {
  border: 2px dashed #555;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.file {
  margin-bottom: 10px;
}

.file-name {
  font-size: 14px;
}




