.wpte-wpl-text-blocks-body-wrapper{
    width: 100%;
    overflow: hidden;
}

.wpte-wpl-text-blocks-body{
    width: 100%;
    max-width: 600px;
    display: flex;
    margin: 0 auto;
}

.wpte-wpl-text-blocks{
    width: 100%;
    overflow: hidden;
    padding: 40px 15px 20px;
}

.wpte-wpl-text-blocks-heading {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding: 8px 10px 10px 10px;
}

.wpte-wpl-text-blocks-border{
    width: 100%;
    float: left;
    display: flex;
    padding: 0px 0px 0px 0px;
    justify-content: center;
}

.wpte-wpl-text-blocks-border .wpte-wpl-text-block-border {
    width: 50px;
    max-width: 100%;
    display: inline-block;
    border-top: 2px solid #ff6138;
}

.wpte-wpl-text-blocks-content {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #5d009e;
    font-family: "Source Sans Pro";
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
    text-align: center;
    padding: 5px 5px 10px 5px;
}

.wpte-wpl-elements-list{
    display: flex;
    flex-wrap: wrap;
}

.wpte-wpl-element-import {
    position: relative;
    background: #fff;
    width: calc(25% - 30px);
    box-sizing: border-box;
    margin: 15px 15px;
    box-shadow: 0px 0px 10px 1px rgb(241 241 241 / 75%);
    border-radius: 10px;
    transition: all 0.33s ease-out;
}

.wpte-wpl-element-import:hover {
    transform: translate(0,-5px);
    box-shadow: 0px 0px 15px 2px rgba(219, 220, 221, 0.75);
}

.wpte-wpl-element-import a.addons-pre-check {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 20px;
    overflow: hidden;
}

.wpte-wpl-element-import-top{
    width: 100%;
    transition: all 0.33s ease-out;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    min-height: 70px;
    box-sizing: border-box;
}

.wpte-wpl-element-status{
    width: 130px;
    text-align: center;
    position: absolute;
    top: -10px;
    left: -4px;
    padding: 10px 10px;
    font-size: 13px;
    line-height: 24px;
    color: #252525;
    font-weight: 500;
    box-shadow: 0 12px 30px rgb(74 74 74 / 10%);
    background-color: #fff;
    transform: rotate( -43deg ) translate(-40px,-11px);
}

.wpte-wpl-element-import-top span{
    font-size: 50px;
    width: 100%;
    height: 100%;
    color:#369fda;
    transition: all 0.33s ease-out;
}

.wpte-wpl-element-import:hover .wpte-wpl-element-import-top span{
    transform: scale(1.1);
    color: #00b8ff;
}

.wpte-wpl-element-import-bottom {
    font-size: 20px;
    color:#21262c;
}

.wpte-wpl-element-import-top img{
    width: 70px;
    margin-bottom: 20px;
}

.pro-status,
.Updated-status{
    background: rgb(246 91 91);
    color: #fff;
    padding: 2px 10px;
    top: 0;
    left: 0;
}

.Updated-status{
    background: #F2E7FC;
    color: #6623f1;
}

.wpte-wpl-element-icons{
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #3a3a3b;
}
.wpte-wpl-element-import:hover .wpte-wpl-element-icons{
    display: flex;
    flex-direction: column;
}
.wpte-wpl-element-icons a{
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    color: rgb(179, 178, 178);
    border-radius: 5px;
    box-shadow: 0 0 15px 2px #ddd;
    padding: 3px;
    margin-bottom: 8px;
    z-index: 999;
}
.wpte-wpl-element-icons a span{
    display: flex;
    align-items: center;
    font-size: 15px;
}
.wpte-wpl-element-icons a .wpte-home-icon-tooltip{
    display: none;
    position: absolute;
    right: 32px;
    box-shadow: 0 0 15px 2px #ddd;
    padding: 2px 8px;
    font-size: 12px !important;
    border-radius: 5px;
}
.wpte-wpl-element-icons a .wpte-home-icon-tooltip:after{
    content: '';
    position: absolute;
    top: 5px;
    right: -10px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ddd;
}
.wpte-wpl-element-icons a:hover .wpte-home-icon-tooltip{
    display: block;
}

.wpte-wpl-element-items{
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px 12px;
	margin-top: 20px;
}
.wpte-wpl-element-items-number{
	font-size: 16px;
    font-weight: 500;
    color: #9743fc;
    margin-right: 4px;
}
.wpte-wpl-element-items-text{
	font-size: 14px;
	font-weight: 400;
	color: #777;
}