.elementor-panel .elementor-element .icon i.genix-icon::before{
	display: none;
}

.elementor-panel .elementor-element .icon i.genix-icon::after{
    width: 30px;
    height: 30px;
    content: "";
    display: inline-block;
    border-radius: 5px;
	background: url("../img/icons/brand-white.png") no-repeat center center/cover;
}
.elementor-icons-manager__tab-link {
    display: flex;
    align-items: center;
}
.elementor-icons-manager__tab-link i.genix-icon {
    width: 22px;
    height: 22px;
    content: "";
    border-radius: 100%;
    background: url(../img/icons/brand-white.png) no-repeat center center/cover;
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 10px;
}
.elementor-navigator__element__element-type i.genix-icon {
    width: 15px;
    height: 15px;
    content: "";
    border-radius: 100%;
    background: url(../img/icons/brand-white.png) no-repeat center center/cover;
    display: inline-block;
    position: relative;
    top: 0;
}
.genix-e-badge {
    height: 16px;
    width: 16px;
    background-size: 9px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    background: url(../img/icons/brand-white.png) no-repeat center center/cover;
}