/* CUSTOM GALLERY CSS */
.selected_image {
	width: 100px;
	height: 100px;
}
#tbl_selected_images {
	text-align: center !important;
	vertical-align: middle !important;
}
.lbl-add-files {
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.ph-plus-circle { font-size: 30px; }
.images_container {
	display: flex;
	flex-wrap: wrap;
}
.select_new_image {
	text-align: center;
	padding: 40px;
	border: 2px dashed;
	margin: 5px;
	cursor: pointer;
}
.selected_new_image {
	position: relative;
	text-align: center;
	border: 2px dashed;
	margin: 5px;
}
.selected_new_image img {
	width: 115px;
	height: 115px;
}
.selected_new_image a {
	text-decoration: none;
	top: -15px;
	right: -8px;
	position: absolute;
	font-size: 25px;
}
.upload_note {
	font-size: 15px;
	color: #171717;
}