.custom-dropzone {
	height: 15vw;
	width: 100%;
	border: 1px solid #ededed;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	background-color: white;
	cursor: pointer;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.custom-dropzone.drag-active {
	background-color: #f0f0f0;
}

.custom-uploaded-box {
	margin-top: 20px;
	background-color: #f9f9f9;
	border: 1px dashed #ccc;
	border-radius: 8px;
	width: 100%;
	padding: 10px;
	text-align: left;
}

.custom-delete-button {
	width: 35%;
	display: flex;
	justify-self: flex-end;
	margin-top: 5px;
	margin-right: 20px;
}

.custom-profile-box {
	max-width: 100px;
	padding: 5px;
	border: 1px solid #d9d9d9;
	margin-left: 10px;
}

.custom-placeholder-box {
	padding: 10px;
	border: 1px solid #d9d9d9;
	max-width: 350px;
}
