body, html {
	height: 100%;
	overflow: hidden;
	background: #111;
	color: #ccc;
	font-family: system-ui !important;
	margin: 0;
}

.dz-hidden-input {
	opacity: 0 !important;
	visibility: visible !important;
	width: 100% !important;
	height: 100% !important;
}

.dropzone {
	border-color: #ccc;
}

.dropzone .dz-message {
	margin: 30vh 0;
}

#files {
	height: calc(100% - 16px);
	overflow: scroll;
	margin: 8px;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #f50;
	background: linear-gradient(to bottom, #f50, #d50);
}

.dropzone .dz-preview .dz-image {
	width: 240px;
}