﻿.upload-container {
	background-color: #f8f8f8;
	border: 2px dashed #d9d9d9;
	border-radius: 4px;
	padding: 8px 8px 12px 6px;
	margin-bottom: 10px;
}

.custom-drop-zone {
	font-size: 12px;
	color: var(--grey-45);
	text-align: center;
	background-color: white;
	padding: 16px 0;
}

	.custom-drop-zone img {
		height: 20px;
	}
