.file-manager-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fileinput-button {
	width: auto;
	padding: 0.5rem 1rem !important;
}

#file.form-control:focus {
	background: #007a60;
	color: #fff;
}

.dropzone-previews .dz-preview .dz-error-message {
	width: 200px;
}

#DeleteFileModal_Contao__ModuleFilemanager strong {
	color: #007a60;
	font-weight: normal;
}