#upload {
  font-size: 1.5rm;
}
.drop-area {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
	margin: 0px 0;
  background-color: white;
}


.drop-area h3 {
  margin: 0;
}

.drop-area.active {
  border-color: blue;
  transition: border-color 0.3s ease;
}
.drop-area.active h3 {
  /*	display: none;*/
}

.file-list {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.file-list .list-group-item {
  padding: 8px
}

.file-item {
  display: flex;
  align-items: center;
  /*margin-bottom: 10px;*/
  padding: 8px;
}

.file-name {
  flex-grow: 1;
  margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.progress {
  width: 150px;
  margin-left: 10px;
  margin-bottom: 0;
}

.cancel-button {
  color: red;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1.6rem;
  min-width: 25px;
}

.cancel-button:hover {
font-weight: 900;
font-size: 1.6rem;
transition: font-weight 0.1s ease;
transition: font-size 0.1s ease;
}

.upload-info {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 0.8em;
}

.upload-speed {
	margin-right: 5px;
}

.eta {
	margin-left: 5px;
}

#total-upload-speed {
  margin-top: 10px;
}

#myModal .modal-dialog {
  min-width: 576px;
}

@media (min-width: 992px) {
  #myModal .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  #myModal .modal-dialog {
    width: 1000px;
  }
}

.shopted.quantity {
  text-align: center;
}
.shopted.quantity input {
  width: 80%;
  min-width: 50px;
}


.table > tbody > tr > td:has(ul.file-list) {
  padding: 0;
}

ul.file-list {
  margin: 0;
}
