.htmega_templateLibrary_preview {
    overflow: hidden;
    margin: auto;
    width: 100%;
    height: 100%;
}

.htmega_templateLibrary_preview > iframe {
    width: 100%;
    height: 100%;
}

.tmpl-htmega-template-library-logo-area {
    background: #3489FE;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 36px;
    margin-right: 10px;
}

.tmpl-htmega-template-library-logo-area img {
    width: 18px;
}

#elementor-template-library-header-preview-insert-wrapper .htmega-template-library-template-insert.elementor-button{
    background: #39b54a;
    color: #fff;
}

#htmega-template-library-list{
    margin: 10px -15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#htmega-template-library-filter-text{
    border: none;
    border-bottom: 1px solid #d5dadf;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 11px;
    padding: 8px 15px 8px 0;
    -webkit-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;
}
.htmega_template_library_template {
    width: calc(25% - 30px);
    margin: 15px;
    padding: 8px;
    padding-bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,.07);
    box-shadow: 0 1px 20px 0 rgba(0,0,0,.07);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.htmega-template-library-thumbnail{
    width: 100%;
}

#htmega-template-library-list .elementor-template-library-template-body{
    position: relative;
    height: 200px;
    overflow: hidden;
}
#htmega-template-library-list .elementor-template-library-template-screenshot {
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position-x: 50%;
    -webkit-box-shadow: inset 0 -2px 15px -6px rgba(0,0,0,.07);
    box-shadow: inset 0 -2px 15px -6px rgba(0,0,0,.07);
}

.htmega-template-library-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    cursor: pointer;
}
.htmega_template_library_template:not(:hover) .htmega-template-library-preview {
    opacity: 0;
}
.htmega-template-library-preview i {
    font-size: 20px;
    color: #d5dadf;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.htmega-template-library-footer .elementor-button {
    color: #3489FE;
    background: transparent;
    padding: 0;
}

.htmega-template-library-footer .elementor-button:hover{
    color: #D43A6B;
}
.htmega-template-library-footer .elementor-button i {
	margin-right: 5px;
}
.htmega-template-library-footer {
    padding: 10px 20px;
	position: relative;
    overflow: hidden;
}
.htmega-template-library-template-title {
	font-size: 13px;
	font-weight: 500;
	color: #555;
}
.htmega-template-library-template-type {
	font-size: 12px;
	font-weight: 400;
	color: #333;
	text-transform: capitalize;
}
.htmega-template-library-template-action-btn {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
    gap: 10px;
    top: 100%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    background: #fff;
    transition: all .3s ease;
}
.htmega_template_library_template:hover .htmega-template-library-template-action-btn {
	top: 0%;
}
.tmpl-htmega-template-library-logo-area {
  background: #FF6067;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 40px;
  margin-right: 10px;
}

span.htmega-template-library-pro-badge {
    position: absolute;
    right: 5px;
    background: #FF6067;
    padding: 1px 12px;
    color: #fff;
    border-radius: 3px;
    top: 5px;
}

.htmega_templateLibrary_preview{
    overflow: hidden;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transition: width .2s,height .2s;
    transition: width .2s,height .2s;
}
.htmega-template-library-responsive-menu-item{
    display: inline-block;
    padding: 15px 0;
    width: 40px;
    cursor: pointer;
}

.htmega-template-library-responsive-menu-item.elementor-active{
    border-bottom: 3px solid #FF6067;
    background-image: linear-gradient(to bottom,#f1f3f5,#fff);
}

#elementor-template-library-filter-category-wrapper .select2-container{
    width: 200px!important;
    text-align: left;
}