


/********************************/
/****** upload-app-section ******/
/********************************/

.upload-app-wrapper {
  width:100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  overflow-x: hidden; /* منع التمرير الأفقي */
}


/********************************/
/****** upload-app-wrapper ******/
/********************************/

.upload-input-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.uploaded-data {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/********************************/
/**** upload-input-container ****/
/********************************/

.upload-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;

  margin-bottom: 20px;
  font-size: 10px;
  
  /* border: 1px dashed #738598; */
  border-radius:5px ;

  cursor: pointer;
  padding: 20px 0;
  background-color: #f2f5f8;
  color: #738598;
}


.upload-icon{
  width: 3rem;
  margin-bottom: 5px;
}

.upload-label p {
  color: #738598;
  font-size: 16px;
  width: 100%;
  text-align: center;
  
}

/********************************/
/******** uploaded-data ********/
/********************************/

.total-uploaded-files {
  background-color: white;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  z-index: 1;
}

.details-uploaded-container {
  width: 100%;

}



/********************************/
/***** total-uploaded-files *****/
/********************************/

.total-uploaded-files-heading {
  width: 100%;
  color: #465a6b;
  font-size: 18px;

}

.total-uploaded-selected-files-details {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #738598;
}

/*******************************************/
/** total-uploaded-selected-files-details***/
/*******************************************/



.total-uploaded-selected-qty {
  color: #738598;
}

.total-uploaded-warning{
  font-weight: 500;
  background-color: yellow;
}

.total-uploaded-selected-size {
  color: #738598;

}

/*******************************************/
/******* total-uploaded-selected-qty *******/
/*******************************************/


.sum-selected-ulploaded-files-number{

  color: #738598;
}

.sum-progress-ulploading-files-number{

  color: #738598;
}


/*******************************************/
/******* total-uploaded-warning ********/
/*******************************************/

.total-uploaded-warning.upload-success {
  color:#4f9ca5;
}

.total-uploaded-warning.upload-processing {
  color:#f0dc5b;

}

.total-uploaded-warning.upload-failed {
  color:#f05b5b;

}

/*******************************************/
/****** total-uploaded-selected-size ******/
/*******************************************/

.total-sum-progress-ulploading-files-size{
  color: #738598;

}

.total-sum-selected-ulploaded-files-size{
  color: #738598;

}



/*******************************************/
/******* details-uploaded-container *******/
/*******************************************/

.single-file-uploaded-conatiners-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 1rem 0 0 0;
}

.single-file-uploaded-conatiner {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 100%;
  background-color: white;
  color: #738598;
}


/***************************************************/
/******** single-file-uploaded-conatiner **********/
/***************************************************/


.left-single-fileuploaded {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4f9ca5;
  color: white;
  border-radius: 3px;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em;
  text-transform: uppercase;

}

.center-single-fileuploaded {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white;
  padding: 0 0.5em;
  border-right: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
}


.right-single-fileuploaded {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 0.5em;
  padding: 0 0.5em;
  color: white;

  background-color: #9cc9cc;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;

}


/*****************************************************/
/************* center-single-fileuploaded *************/
/*****************************************************/

.upper-single-fileuploaded {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  background-color: white;
  margin-bottom: 0.2em;
  overflow: hidden;
}


.middle-single-fileuploaded {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.lower-single-fileuploaded {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  background-color: white;
  margin-top: 0.2em;
}

/******************************************************/
/************* upper-single-fileuploaded  *************/
/******************************************************/


.single-file-uploaded-label {
  font-size: 1rem;
  color: #465a6b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.single-file-upload-progress-Percentage {
  font-size: 0.8rem;
}


/******************************************************/
/************* middle-single-fileuploaded *************/
/******************************************************/


.single-file-upload-progress-container {
  width: 100%;
  height: 5px;
  background-color: #9cc9cc;
  border-radius: 1.5px;
}


/******************************************************/
/******* single-file-upload-progress-container *******/
/******************************************************/

.single-file-upload-progress-bar {
  width: 50%;
  height: 100%;
  background-color: #4f9ca5;
  border-radius: 1.5px;
}

/****************************************************/
/************* lower-single-fileuploaded *************/
/****************************************************/


.single-file-upload-selected-progress-size {
  font-size: 0.8rem;
}

.single-file-upload-progress-rate {
  font-size: 0.8rem;
}

/********************************************************/
/****** single-file-upload-selected-progress-size  ******/
/********************************************************/

.single-file-upload-progress-size{
  display:inline;
}

.single-file-upload-complete-size{
  display:none;

}

/***************************************************/
/*********** right-single-fileuploaded *************/
/***************************************************/

.right-single-fileuploaded .fa-close {
  display: block;
}

.right-single-fileuploaded .fa-trash-o {
  display: none;
}