.dropzone-container {
  min-height: 50px !important;
}
/*
  .dropzone {
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 5px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .files-preview {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  
  .file-item {
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .file-item img {
    display: block;
    margin-bottom: 5px;
    border-radius: 5px;
  }
  
  button {
    padding: 5px 10px;
    color: #fff;
    background-color: #dc3545;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #c82333;
  }
   */
