/**
*	Javítás
**/
	/**
	*	Sweet Alert
	**/
		.swal2-popup{
			font-size: 1.6rem !important;
		}

/**
*	Elemek
**/
	/**
	*	Kép feltöltése
	**/
		.upload-image-wrapper{
			padding: 60px;

			text-align: center;
			font-size: 20px;

			margin-bottom: 20px;

			border: 1px solid #d9d9d9;
			border-radius: 20px;
		}

	/**
	*	Feltöltött kép preview
	**/
		.dropzone-previews{

		}
		.dz-preview{
			display: flex;
			flex-wrap: wrap;
			align-items: center;

			padding-left: 10px;
			margin-bottom: 20px;

			border-left: 6px solid transparent;
		}
			.dz-processing{
				border-left-color: #007bff;
			}
			.dz-success{
				border-left-color: #28a745;
			}
			.dz-error{
				border-left-color: #dc3545;
			}
		.dz-image{
			flex: 0 0 120px;
			margin-right: 10px;
		}
		.dz-details{

		}
		.dz-progress{
			flex: 1 1 100%;

			height: 10px;

			margin-top: 10px;
		}
			.dz-upload{
				display: block;

				height: 10px;

				background-color: #007bff;
			}
		.dz-success-mark{
			display: none;
		}
		.dz-error-mark{
			display: none;
		}