.selected-files-container {
  position: relative;
	width: 100%;
}

.selected-files {
  margin-top: 10px;
}

.file-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
	border: solid 1px #bfbebd;
  border-radius: 3px;
  padding: 2px;
	flex-wrap: wrap;
	position: relative;
	box-shadow: 2px 2px 2px rgb(218, 218, 218);
}

.remove-button {
  position: absolute;
  top: 1px;
	right: 1px;
  padding: 1px 1px;
  border-radius: 3px;
  font-weight: bold;
  min-width: 20px !important;
	font-size: 11px;
  padding-bottom: 5px;
	width: 30px;
	height: 24px;
}

.clear-button {
	display: none;
	margin-top: 6px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
	padding: 2px 4px;
	font-size: 0.8rem;
}
.has-files  {
  display: block;
}

/* Hide the default file input */
input[type="file"].zewer {
  display: none;
	background-color: rgba(154,56,4,1.00)
}
