.filelabel {
    background-color: #ddd;
    color: #6c757d;
    padding: 0.3rem 0.7rem;
    /* font-family: sans-serif; */
    border-radius: 1.2rem;
    cursor: pointer;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
  }
  
  .file-chosen {
    color: #ff2626;
  }
  
  .file-preview {
    margin-top: 22px !important;
  }