      #imagePreviewContainer {
    display: flex
;
    flex-wrap: wrap;
    gap: 1px;
    max-width: 100%;
    display: inline-flex
;
    align-items: center;
    color: #2c3e50;
    font-weight: 600;
    justify-content: flex-start;
    /* gap: 8px; */
    user-select: none;
    margin-top: 10px;
    margin-bottom: 20px;
      }

.custom-file-label svg {
      fill: #ffffff;

    transition: fill 0.3s;
}





.custom-file-label{
    color: #9e9e9e;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.image-preview {
    position: relative;
    display: inline-block;

}



.image-preview button {
    position: absolute;
    top: -9px;
    right: 0px;
    background: #e67e22;
    color: #ffffff;
    border: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    padding: 0;
    user-select: none;
}



  #uploadProgressContainer {
    border-radius: 10px;
    display: none;
    height: 45px;
    min-height: 45px;
    align-items: center;
    gap: 5px;
  }

  #uploadProgressBar {
    width: 0%;
    height: 5px;
    background-color: #e67e22; 
    border-radius: 10px;
    transition: width 0.3s ease;
  }

  #uploadProgressText {
    margin-top: 5px;
    font-weight: bold;
    color: #ffffff;
  }
  .upload_image {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.imsadjhshsdufsfdff{
    height: 200px;
    min-height: 200px;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}





@media (max-width: 480px) {
  /* .image-preview {
    width: 70px;
    height: 70px;
    margin: 4px;
  } */
  .image-preview button {
    /* width: 18px;
    height: 18px;
    top: 2px;
    right: 2px;
    font-size: 14px;
    line-height: 18px; */
  }
}