.swal2-popup.plus-template-swal {
	height: 80vh;
}

#plus_template_gallery {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	height: 100%;
	max-height: 100%;
}


#plus_template_gallery #plus_template_gallery_categories {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	padding-bottom: 1em;
}

#plus_template_gallery #plus_template_gallery_categories .category_link {
	cursor: pointer;
	background-color: rgba(255, 255, 255, .1);
    color: rgba(0, 0, 0, .3);
    padding: 5px 10px;
    border-radius: 3px;
}
#plus_template_gallery #plus_template_gallery_categories .category_link:hover,
#plus_template_gallery #plus_template_gallery_categories .category_link.active {
    background-color: #7ab51e;
    color: #fff;
}


#plus_template_gallery #plus_template_gallery_overview {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	/* flex-grow: 1;
	flex-shrink: 1; */
	overflow-y: auto;
	scrollbar-color: rgba(0, 0, 0, .5) transparent;
    scrollbar-width: thin;
}

#plus_template_gallery #plus_template_gallery_overview .plus_template {
	border: 1px solid #333841;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: calc( 25% - 10px );
	border-radius: 0;
	background-color: rgba(255, 255, 255, .1);
    color: #fff;
	position: relative;
	overflow: hidden;
	/* height: 100%; */
	display: flex;
    flex-direction: column;
}

#plus_template_gallery #plus_template_gallery_overview .plus_template IMG.loader_icon {
	height: 42px;
	width: 42px;
	margin: 0px auto;
}


#plus_template_gallery #plus_template_gallery_overview .plus_template .plus_template_meta {
	position: absolute;
    bottom: -95px;
    left: 0;
    width: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* background-color: rgba(0, 0, 0, .8); */
	background-color: #7ab51ede;
}

#plus_template_gallery #plus_template_gallery_overview .plus_template:hover .plus_template_meta {
	bottom: 0;
}

#plus_template_gallery #plus_template_gallery_overview .plus_template .plus_template_title {
	font-size: 12px;
    /* font-weight: bold; */
	padding: 15px 0 0 0;
	text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
#plus_template_gallery #plus_template_gallery_overview .plus_template .plus_template_meta_author,
#plus_template_gallery #plus_template_gallery_overview .plus_template .plus_template_meta_created {
	padding: 10px;
	font-size: 12px;
	
}
#plus_template_gallery #plus_template_gallery_overview .plus_template .plus_template_meta_tags {
	font-size: 11px;
}

#plus_template_gallery #plus_template_gallery_overview .plus_template_get_button {
	width: 100%;
	padding: 5px;
}

#plus_template_gallery #plus_template_gallery_overview .plus_template_get_button BUTTON.plus_template_add_template {
	background-color: #fff;
    color: #7ab51e;
    border-color: #7ab51e;
}
#plus_template_gallery #plus_template_gallery_overview .plus_template_get_button BUTTON.plus_template_add_template:hover {
	background-color: #7ab51e;
    color: #ffffff;
    border-color: #ffffff;
}

#plus_template_gallery #plus_template_gallery_overview .plus_template_get_button BUTTON.plus_template_add_template:disabled {
    background-color: rgb(255 255 255 / 60%);
}

#plus_template_gallery #plus_template_gallery_overview .plus_template_image {
    max-width: 100%;
	max-height: 250px;
    overflow: hidden;
	object-fit: cover;
}
