
@import url('https://fonts.googleapis.com/css?family=Prompt:400,600&display=swap');
body{
	font-family: 'Prompt', sans-serif!important;
	font-size:16px;
	color: #333!important;
} 

.inline{ display: inline-block; }
#drop-container1 ,#drop-container2,#drop-container {
	background: #ffffff;
	min-height: 100px;
	max-height:300px;
	padding: 10px;
	border: #d2d2d2 2px dashed;
	/* max-width: 100%; */
    font-size:20px;cursor:pointer;cursor:hand;
	position: relative;
}

.drop-container2 {
	background: #ffffff;
	min-height: 250px;
	padding: 10px;
	border: #d2d2d2 2px dashed;
	/* max-width: 100%; */
    font-size:20px;cursor:pointer;cursor:hand;
}

.thumb{
    width:110px;
    height:110px;
    object-fit: cover;
    border:#d1d1d1 1px solid;
    padding:5px;
	border-radius:4px;
	position: relative;
	background: #FFF;
}
.thumbwide{
	width:100%!important;  
	min-height:100px;
    border:#d1d1d1 1px solid;
    padding:5px;
	border-radius:4px;
	position: relative;
	background: #FFF;
}

.preimg .rmv ,.preimgwide .rmv {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 3px 5px;
    font-size: 16px !important;
    line-height: 8px;
    background: #fff;
    border: #d1d1d1 1px solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
	text-align: center;
	z-index:10 ;
}
.preimg .rmv:hover,.preimgwide .rmv:hover{
	background:#Ec0000;
	color: #FFF;
	border:#EC0000 1px solid;
	cursor: pointer;
	cursor: hand;
}
.drop-area-text {
	text-align: center;
	color: #e0dfdf;
	font-size: 1.5em;
	padding-bottom: 10px;
	z-index: -2;
}

.drop-image {
	display: none;
}

.preview {
	margin: 5px;
    max-width: 280px;
    max-height: 150px;
    display: inline-block;
}
.btn-file{ 
	font-size: 65px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width:100%;
	}
	
	
.preimg{  
	display: inline-block;
	width: fit-content;
	position: relative;
	margin-left: 8px;
	margin-top:5px;
	background:#FFF;
}
.preimgwide{  
	display:block;
	width:100%;
	position: relative;
	margin-left: 8px;
	margin-top:5px;
	background:#FFF;
}
input[type='file'] {   
	direction: rtl; 
	border:#ccc 1px solid;        
}

.preimg .close,.preimgwide .close{
	position: absolute;
	top:0px;
	right:0px;
	border-radius:50%; 
	width:30px;
	height:30px;
	font-size: 40px;
	line-height: 35px;
	text-align: center; 
	background:#FFF;
	cursor: pointer;
	cursor:hand;
	z-index: 9999;
}

.bdr-gray {
	border: #ddd 1px solid;
}
@media screen and (max-width: 500px) {
	.preview {
		margin: 15px;
		width: 100px;
		height: 100px;
	}
}