.drag-area{
	background: #3b3b3b !important;
	border: 2px solid #8c8d9b;
	color: #fff;
	min-height: 150px;
	padding: 20px 20px;
    cursor: pointer;
}

.drag-area.active{
	background-color: #b8d4fe;
	font-size: 14px;
	border: 2px dashed #05b8a6;
}

.drag-area h2{
	font-size: 14px;
	font-weight: 500;
	/*color: #000;*/
	padding: 1em;
}

.drag-area span{
	font-size: 12px;
	font-weight: bolder;
	/*color: #000;*/
}

.drag-area button{
	padding: 10px 25px;
	font-size: 20px;
	border: 0;
	outline: none;
	background-color: #5256ad;
	color: white;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px;
}

.file-container {
	/*display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border: solid 1px #ddd;*/
	margin: 16px;
	min-height: 100px;
	border-radius: 20px;
	background: #999;
	background: linear-gradient(to bottom, #eee, #ddd);
	border-radius: 20px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	position: relative;
	display: block;
	z-index: 10;
	float: left;
	left: 37%;
}

.file-container img {
	display: grid;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

.preview-upload {
	/*margin-top: 10px;*/
	position: absolute;
	display: inline-block;
	vertical-align: top;
	/*margin: 16px;*/
	/*min-height: 100px;*/
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
}

.status-text{
	padding: 0 10px;
}

/*.success{
	color: #52ad5a;
}

.failure{
	color: #ff0000;
}*/

.upload-progress{
	width: 85%;
}

.status{
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1.8;
	font-size: 13px;
	min-width: 100%;
	max-width: 100%;
	padding: 3em 1em;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	line-height: 150%;
}

.barra{
	background-color: #3b3b3b;
	border-radius: 10px;
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
	height: 25px;
}
.barra_azul{
	background-color: #06b8a6;
	border-radius: 10px;
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 0%;
}

.barra_verde{
	background-color: #2EA265 !important;
}

.barra_roja{
	background-color: #DE3152 !important;
}
.barra_azul span {
	color: #fff;
	font-weight: bold;
	line-height: 25px;
}

 .msg_drag-area {
	 text-align: center;
	 display: none;
}

 .msg_drag-area h4 {
	 color: #fff;
	 font-size: 22px;
	 /*text-transform: uppercase;*/
	 font-weight: 700;
	 font-family: "Josefin Sans", sans-serif;
	 /*background: linear-gradient(to right, #fff 10%, #fff 50%, #05b8a6 60%);*/
	 background-size: auto auto;
	 background-clip: border-box;
	 background-size: 200% auto;
	 color: #fff;
	 background-clip: text;
	 text-fill-color: transparent;
	 -webkit-background-clip: text;
	 /*-webkit-text-fill-color: transparent;*/
	 /*animation: textclip 8.5s linear infinite;*/
	 /*display: inline-block;*/
}
.msg_drag-area h4 span{
	color: #05b8a6;
	text-transform: uppercase;
}
/* @keyframes textclip {
	 to {
		 background-position: 200% center;
	}
}*/
