.preview-container{
	margin-top: 15px;
}
.images-picker-wrap{
	border-radius: 4px;
	border: 2px dashed #cccccc;
	text-align: center;
	padding: 28px 15px;
	color: #8d8d8d;
}
.fileList ul{
	padding: 0;
	margin: 15px 0px;
}
.images-row{
	display: inline-flex;
	direction: ltr;
	flex-direction: row;
	align-items: center;
	column-gap: 15px;
	margin-bottom: 5px;
	background-color: #dddddd;
	border-radius: 6px;
	width: 100%;
	padding: 15px;
}

.images-row img{
	width: 45px;
	border-radius: 6px;
}
.preview-container{
	margin-top: 15px;
}
.preview-item{
	display: inline-block;
	/* width: 100%; */
	/* height: 75px; */
	border-radius: 4px;
	/* border: 1px solid #000000; */
	/* margin: 10px; */
	position: relative;
	margin-bottom: 20px;
}
.preview-item img{
	width: 100%;
	height: inherit;
	border-radius: inherit;
	box-shadow: 0px 3px 13px #cbcbcb;
	border: 1px solid #d9d9d9;
	max-height: 120px;
}
.progress-bar {
	width: 100%;
	height: 5px;
	background: #f3f3f3;
	border: none;
	border-radius: 3px;
	margin-top: 5px;
	overflow: hidden;
}
.progress-bar span {
	display: block;
	height: 100%;
	background: #4caf50;
	width: 0;
}
.preview-item .icon-trash {
	position: absolute;
	top: 1px;
	right: 13px;
	color: #dbdbdb;
	text-shadow: 0px 1px 4px #838383;
	cursor: pointer;
	font-size: 12px !important;
	background: #00000091;
	border-top-right-radius: 4px;
	padding: 3px;
}
.open-file-picker{
	cursor: pointer;
}
.custom-input-group{
	display: inline-flex;
	align-items: center;
}
.custom-input-group i{
	margin: 0px 5px;
}
.custom-input-group .input-group-prepend{
	display: inline-flex;
	column-gap: 6px;
	padding: 5px 15px;
}
.custom-input-group .input-group-icon{
	padding: 1px 5px;
}
.location_path{
	pointer-events:none;
}