.file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.file-upload-wrap {
	margin-top: 0;
	border: 2px dashed #6c757d;
	position: relative;
	background-color: #f2f5f4;
}

.file-upload-wrap:hover {
	/*   background-color: #6c757d; */
	border: 2px dashed #28a745;
	/*   color: #fff; */
}

.drag-text {
	text-align: center;
}

.drag-text p {
	color: #343a40;
	padding: 10px 0;
	margin-top: 14px;
	font-size: 1.2em;
}

.buttons-container {
	display: flex;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.buttons-container__item {
	width: 50%;
	border: none;
}