.custom-upload-btn {
  display: inline-block;
  padding: 8px 15px;
  background: #0073aa;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
}
.custom-upload-btn:hover {
  background: #005f8d;
}
.file-chosen {
  font-size: 13px;
  color: #555;
}
